* plugins/debug-manager/anjuta-debug-manager.glade,
[anjuta-git-plugin.git] / ChangeLog
blobe315ca1e14651c6760c3f808165fa1c0feb18be2
1 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
3         * plugins/debug-manager/anjuta-debug-manager.glade,
4         plugins/debug-manager/start.c:
5         Fix #511049: Change UI of add source directories dialog
7 2008-01-24  Naba Kumar  <naba@gnome.org>
9         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
10         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
11         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
12         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
13         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
14         should work now.
16 2008-01-24  Johannes Schmid <jhs@gnome.org>
18         Patch from: Luca Ferretti <ella.uca@libero.it>:
20         * plugins/document-manager/anjuta-docman.c:
21         (anjuta_docman_page_init), (anjuta_docman_class_init):
22         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
23         
24         Fix #511757 – Close icon in tabs cut off (Patch was only for
25         document-manager, also adapted it for message-manager)
27 2008-01-24  Johannes Schmid <jhs@gnome.org>
29         * plugins/Makefile.am:
30         * plugins/sourceview/anjuta-document.c:
31         * plugins/sourceview/anjuta-marshal.list:
32         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
33         (anjuta_view_key_press_event):
34         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
35         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
36         (iiter_diff), (iiter_iface_init):
37         * plugins/sourceview/sourceview.c: (on_document_char_added),
38         (ieditor_goto_position), (ieditor_get_text),
39         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
40         (ieditor_erase), (ieditor_get_line_from_position),
41         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
42         (ieditor_get_position_from_offset), (ieditor_get_start_position),
43         (ieditor_get_end_position), (ieditor_goto_start),
44         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
45         (iconvert_to_lower), (iindic_set), (iassist_suggest),
46         (iassist_show_tips):
47         
48         Implemented new iterators interface in sourceview editor and
49         re-enabled it.
51 2008-01-23  Naba Kumar  <naba@gnome.org>
53         * libanjuta/interfaces/libanjuta.idl:
54         * manuals/reference/libanjuta/libanjuta-sections.txt:
55         * plugins/build-basic-autotools/build-basic-autotools.c:
56         (build_indicator_location_set), (on_editor_changed):
57         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
58         * plugins/debug-manager/variable.c: (get_hovered_word):
59         * plugins/document-manager/action-callbacks.c:
60         (on_editor_command_upper_case_activate),
61         (on_editor_command_lower_case_activate):
62         * plugins/document-manager/search-box.c: (on_incremental_search),
63         (on_search_activated):
64         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
65         (iiter_last), (iiter_set_position), (iiter_get_position),
66         (iiter_get_length), (iiter_compare), (iiter_diff),
67         (iiter_iface_init):
68         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
69         (text_editor_goto_point), (itext_editor_goto_start),
70         (itext_editor_goto_end), (itext_editor_goto_position),
71         (itext_editor_get_text_all), (itext_editor_get_text),
72         (itext_editor_get_position), (itext_editor_get_offset),
73         (itext_editor_get_length), (itext_editor_insert),
74         (itext_editor_erase), (itext_editor_erase_all),
75         (itext_editor_get_column), (itext_editor_get_overwrite),
76         (itext_editor_set_popup_menu),
77         (itext_editor_get_line_from_position),
78         (itext_editor_get_line_begin_position),
79         (itext_editor_get_line_end_position),
80         (itext_editor_get_position_from_offset),
81         (itext_editor_get_start_position), (itext_editor_get_end_position),
82         (itext_editor_iface_init), (iconvert_to_upper),
83         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
84         (iindicable_set):
85         * plugins/editor/text_editor.h:
86         * plugins/editor/text_editor_cbs.c:
87         (on_text_editor_scintilla_notify):
88         * plugins/indent/plugin.c: (on_indent_action_activate):
89         * plugins/language-support-cpp-java/cpp-java-assist.c:
90         (cpp_java_assist_get_scope_context),
91         (cpp_java_assist_get_pre_word),
92         (cpp_java_assist_show_autocomplete),
93         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
94         (on_editor_char_added), (on_assist_chosen):
95         * plugins/language-support-cpp-java/plugin.c:
96         (get_line_indentation), (skip_iter_to_previous_logical_line),
97         (skip_preprocessor_lines), (initialize_indentation_params),
98         (set_line_indentation), (get_line_indentation_base),
99         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
100         (on_editor_char_inserted_java), (on_auto_indent):
101         * plugins/macro/macro-actions.c: (match_shortcut):
102         * plugins/macro/macro-dialog.c: (on_ok_clicked):
103         * plugins/macro/plugin.c: (match_keyword):
104         * plugins/search/plugin.c: (find_incremental):
105         * plugins/search/search-replace.c: (search_and_replace),
106         (search_start_over):
107         * plugins/search/search-replace_backend.c:
108         (file_buffer_new_from_te), (file_buffer_line_from_pos),
109         (create_search_entries):
110         * plugins/symbol-browser/plugin.c:
111         (on_editor_buffer_symbols_update_timeout), (on_char_added),
112         (isymbol_manager_iface_init):
113         * plugins/symbol-db/plugin.c:
114         (on_editor_buffer_symbols_update_timeout), (on_char_added),
115         (isymbol_manager_iface_init):
116         * plugins/tools/execute.c: (atp_output_context_construct),
117         (atp_output_context_destroy), (atp_user_tool_execute):
119         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
120         iterators instead of integer offsets.
121         - Renamed original ianjuta_editor_get_position(int) to 
122         ianjuta_editor_get_offset(). It is deprecated.
123         - Renamed original ianjuta_editor_get_position_iter() to
124         ianjuta_editor_get_position().
125         - Renamed ianjuta_editor_get_cell_iter() to
126         ianjuta_editor_get_position_from_offset()
127         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
128         - Added new methods:
129         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
130         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
131         ianjuta_editor_goto_end().
132         - All relevent signals and methods converted to use iterators.
133         - All relevent plugins fixed to use new API.
134         - Removed ianjuta_editor_cell_get_line() because it is provided by
135         ianjuta_editor_get_line_from_position().
136         - Removed ianjuta_symbol_manager_get_completions_at_position()
137         because it not used anywhere and is not right to be there.
138         - Updated IAnjutaEditable documentation.
140         Updated IAnjutaIterable interface:
141         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
142         - Introduced 'end-iter' to point at the end of the list.
143         - Updated IAnjutaIterable documentation.
145         * plugins/Makefile.am:
146         (Disabled sourceview plugin for now. Jhs is coming up with a patch
147         for it soon).
149 2008-01-22  Johannes Schmid <jhs@gnome.org>
151         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
152         * plugins/project-import/anjuta-project-import.glade:
153         * plugins/project-import/anjuta-project-import.plugin.in:
154         * plugins/project-wizard/anjuta-project-wizard.glade:
155         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
156         * plugins/project-wizard/druid.c: (npw_druid_new):
157         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
158         
159         Fixed #465084 – wizard instead of assistant (only string changes...)
161 2008-01-20  Rob Bradford  <rob@openedhand.com>
163         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
164         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
165         coming up with the solution. (Bug: #510390.)
167 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
169         * plugins/build-basic-autotools/executer.c:
170         Fix #502508, use anjuta_launcher to keep program output
172         * plugins/terminal/terminal.c:
173         Remove unused child_initizlized member
174         Start the shell on plugin activation
176 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
178         * plugins/debug-manager/sparse_buffer.c:
179         Fix a crash when scrolling in the diassembly window
181         * plugins/debug-manager/sparse_view.c:
182         Small limit change using the same "unit" for both number
184 2008-01-19  Naba Kumar  <naba@gnome.org>
186         * plugins/language-support-cpp-java/cpp-java-assist.c:
187         (cpp_java_assist_get_scope_context),
188         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
189         instead.
191 2008-01-19  Johannes Schmid <jhs@gnome.org>
193         * plugins/sourceview/anjuta-editor-sourceview.glade:
194         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
195         
196         And even more strings...
198 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
200         * plugins/project-wizard/templates/cpp/src/main.cc:
201         Fix #498734, typing error in c++ project template
203 2008-01-19  Johannes Schmid <jhs@gnome.org>
205         * plugins/editor/text_editor.c: (text_editor_save_file):
206         * plugins/macro/anjuta-macro.glade:
207         * plugins/subversion/anjuta-subversion.glade:
209         Fixed even more strings
211 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
213         * plugins/language-support-cpp-java/cpp-java-assist.c:
214         Fix bug #488519, remove critical warning (completion_cache == NULL
215         is valid)
217 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
219         * plugins/gdb/debugger.c:
220         Enable logging of gdb communication with an environment variable
222 2008-01-19  Naba Kumar  <naba@gnome.org>
224         * plugins/editor/text-editor-iterable.c: (iiter_next),
225         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
226         editor native funtions to avoid round trips.
228 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
230         * plugins/editor/text_editor.c:
231         Fix a bug due to the previous patch: Unable to save new file in 
232         Scintilla
234 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
236         * plugins/debug-manager/disassemble.c,
237         plugins/debug-manager/disassemble.h,
238         plugins/debug-manager/registers.c,
239         plugins/debug-manager/registers.h,
240         plugins/debug-manager/memory.c,
241         plugins/debug-manager/memory.h,
242         plugins/debug-manager/command.c,
243         plugins/debug-manager/command.h,
244         plugins/debug-manager/queue.c,
245         plugins/debug-manager/queue.h,
246         plugins/debug-manager/breakpoints.c,
247         plugins/debug-manager/stack_trace.c,
248         plugins/debug-manager/threads.c,
249         plugins/debug-manager/plugin.c,
250         plugins/gdb/plugin.c,
251         plugins/gdb/debugger.c,
252         plugins/gdb/debugger.h,
253         manuals/reference/libanjuta/libanjuta-sections.txt,
254         manuals/reference/libanjuta/libanjuta.types,
255         libanjuta/interfaces/libanjuta.idl:
256         Use gulong instead of guint for addresses
257         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
258         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
260         * plugins/gdb/anjuta-gdb.plugin.in:
261         Remove reference to IAnjutaCpuDebugger (useless)
263 2008-01-18  Johannes Schmid <jhs@gnome.org>
265         * AUTHORS: Added Alexander
267 2008-01-18  Johannes Schmid <jhs@gnome.org>
269   Patch from: Alexander Korolyov <kilork@yandex.ru>
271         * plugins/editor/text_editor.c: (load_from_file),
272         (text_editor_save_file):
273         
274         Fixed symlinks (#510238) and file permission (#405321)
275         handling for scintilla editor. 
276   
277 2008-01-17  Johannes Schmid <jhs@gnome.org>
279         * plugins/document-manager/action-callbacks.c:
280         (on_editor_command_select_all_activate),
281         (on_editor_command_cut_activate),
282         (on_editor_command_paste_activate),
283         (on_editor_command_copy_activate),
284         (on_editor_command_clear_activate):
285   Resupport cut/copy/paste/clear on GtkEditables when those
286   have focus. (Important for shortcuts to work).
288         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
289         * plugins/document-manager/search-box.c: (on_search_activated):
290         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
291         * plugins/patch/patch-plugin.c: (on_ok_clicked):
292         * plugins/profiler/plugin.c: (profiler_get_data):
293         * plugins/project-wizard/druid.c: (npw_druid_new):
294         * plugins/project-wizard/install.c: (on_install_end_install_file):
295         * plugins/sourceview/anjuta-editor-sourceview.glade:
296         * plugins/subversion/anjuta-subversion.glade:
297         * plugins/tools/anjuta-tools.glade:
298         Various string fixes
300 2008-01-17  Naba Kumar  <naba@gnome.org>
302         Patch from James Liggett:
304         * plugins/subversion/subversion-add-dialog.c:
305         (on_subversion_add_response):
306         * plugins/subversion/subversion-copy-dialog.c:
307         (on_subversion_copy_response):
308         * plugins/subversion/subversion-diff-dialog.c:
309         (on_subversion_diff_response):
310         * plugins/subversion/subversion-merge-dialog.c:
311         (on_subversion_merge_response):
312         * plugins/subversion/subversion-remove-dialog.c:
313         (on_subversion_remove_response):
314         * plugins/subversion/subversion-switch-dialog.c:
315         (on_subversion_switch_response):
316         * plugins/subversion/subversion-ui-utils.c: (check_input):
317         * plugins/subversion/subversion-ui-utils.h:
318         * plugins/subversion/subversion-update-dialog.c:
319         (on_subversion_update_response):
321         If the user doesn't enter any data for path or revision fields in
322         certain SVN plugin dialogs, libsvn throws assertion failures and
323         kills Anjuta. To avoid this, the validity of path and revision
324         input data are checked before the command gets executed.
326         Fixes Bug #509510 - Check input of some dialogs to avoid termination
327         if user gives bad or no input
329 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
331         * plugins/document-manager/anjuta-docman.c:
332         Fix #507627 memory tab stay active on debugger stop
333         Remove two unused variables due to the previous patch
335 2008-01-16  Johannes Schmid <jhs@gnome.org>
337         * libanjuta/anjuta-plugin-manager.c:
338         Fixed #508399 – When you enable a plugin, preferences don't show up
340 2008-01-16  Rob Bradford  <rob@openedhand.com>
342         Reviewed by: Johannes Schmid <jhs@gnome.org>
344         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
345         (get_property_value_as_string), (set_property_value_as_string),
346         (register_callbacks):
347         * libanjuta/anjuta-preferences.h:
348         Add support for both file and folder preferences (originally only
349         folder choosers were supported. (Fixes bug: #508805.)
351         * plugins/file-manager/file-manager.glade:
352         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
353         type of property.
355 2008-01-16  Johannes Schmid <jhs@gnome.org>
357         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
358         .glade:
359         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
360         * src/anjuta.glade:
361         
362         Fixed #509875 – The "Update globale tags" button wording is incorrect
363         Fixed #509873 – Build Autotools Preferences has excessive padding
364         Fixed #509872 – General Information labels are incorrectly aligned
365         Fixed #509871 – General preferences has incorrect use of colons
366         
367 2008-01-16  Johannes Schmid <jhs@gnome.org>
369         * plugins/document-manager/anjuta-document-manager.glade:
370         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
372         Fixed #509865 – Incorrect padding in the Documents settings tabs
373         Fixed #509867 – Create button contents is mis-aligned
374         Fixed #509869 – "Add Directory" button is not HIG complient
376 2008-01-16  Johannes Schmid <jhs@gnome.org>
378         * libanjuta/anjuta-preferences-dialog.c:
379         (anjuta_preferences_dialog_add_page):
380         
381         Fix #509864 – No initial section selected when opening the Preferences dialog
383 2008-01-16  Johannes Schmid <jhs@gnome.org>
385         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
386         Removed unused gconf_notifications
387         
388         * plugins/search/anjuta-search.glade:
389         * plugins/subversion/anjuta-subversion.glade:
390         * plugins/tools/anjuta-tools.glade:
391         * src/anjuta-app.c: (anjuta_app_instance_init):
392         
393         Fixed various strings
395 2008-01-15  Naba Kumar  <naba@gnome.org>
397         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
398         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
399         file saved
401         * plugins/symbol-browser/an_symbol_view.c:
402         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
403         new file saved.
405 2008-01-15  Johannes Schmid <jhs@gnome.org>
407         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
408         (anjuta_profile_add_plugins_from_xml):
409         * plugins/file-manager/file-manager.glade:
410         Some string fixes
411         
412         * libanjuta/interfaces/libanjuta.idl:
413         Fixed docs
414                 
415         * plugins/sourceview/Makefile.am:
416         * plugins/sourceview/anjuta-editor-sourceview.glade:
417         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
418         (end_print), (print_setup), (sourceview_print),
419         (sourceview_print_preview):
420         * plugins/sourceview/sourceview.c: (iprint_print),
421         (iprint_print_preview):
422         
423         Added printing support to GtkSourceView editor
425 2007-01-14 Tom <tpgww@onepost.net>
427         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
429         * plugins/document-manager/anjuta-docman.c:
430         Fix two memory leaks added by the previous patch
432 2008-01-14  Johannes Schmid <jhs@gnome.org>
434         * plugins/sourceview/assist-tip.c: (assist_tip_move):
435         * plugins/sourceview/assist-window.c: (assist_window_move):
436         
437         Do not use opacity
439 2008-01-14  Rob Bradford  <rob@openedhand.com>
441         * global-tags/Makefile.am:
442         * global-tags/create_global_tags.sh.in:
443         Install anjuta-tags binary into FHS policy compliant directory and
444         update references. (Fixes bug: 509346.)
446 2008-01-13  Naba Kumar  <naba@gnome.org>
448         Patch from: Ritesh Khadgaray
449         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
450         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
451         Adds export-dynamic option to LDFLAGS to project template for libglade
452         to work for autoconnect signals.
454 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
456         * libanjuta/anjuta-utils.c:
457         anjuta_util_get_real_path return a string that need to be freed
458         with g_free even if PATH_MAX is not defined
460 2008-01-13  Andre Klapper  <a9016009@gmx.de>
462         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
463         to DOC_LINGUAS.
465 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
467         * plugins/document-manager/anjuta-docman.c:
468         Do not reopen file having escaped character (+,...) in path name
470 2008-01-13  Naba Kumar  <naba@gnome.org>
472         * libanjuta/interfaces/libanjuta.idl:
473         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
474         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
475         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
476         IAnjutaProjectManager::add_sources().
478         * plugins/glade/plugin.c: (on_glade_resource_removed),
479         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
480         stubs for handing resources in glade file.
482 2008-01-13  Naba Kumar  <naba@gnome.org>
484         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
486         * plugins/glade/plugin.c: (ifile_open): Select the first window
487         in the glade project when it is first opened. Avoids empty glade
488         document the first time.
490 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
492   Reviewed by: Johannes Schmid <jhs@gnome.org>
494         * plugins/gtodo/callback.c: (remove_todo_item):
495         Fix #507304 – crash in Anjuta IDE while removing done tasks
497 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
499         * plugins/debug-manager/anjuta-debug-manager.ui,
500         plugins/debug-manager/plugin.c,
501         plugins/debug-manager/start.h,
502         plugins/debug-manager/start.c:
503         New menu item to add extra source directories for debugger
505 === anjuta 2.3.2 ===
507 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
509         * plugins/gtodo/callback.c: (remove_todo_item):
510         Fix #507304 – crash in Anjuta IDE while removing done tasks
512 2008-01-11  Naba Kumar  <naba@gnome.org>
514         * configure.in: Bumped version to 2.3.2
515         * NEWS: Updated for anjuta 2.3.2 release
516         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
517         not 'make tarball'
519 2008-01-11  Johannes Schmid <jhs@gnome.org>
521         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
522         .glade:
523         Reverted accidently commited change
524         
525         * plugins/document-manager/anjuta-document-manager.glade:
526         Fix Gtk-Critical because of broken glade file
528 2008-01-11  Naba Kumar  <naba@gnome.org>
530         * plugins/glade/plugin.c: (on_document_destroy),
531         (glade_plugin_add_project): Fixed a bug where when more than one
532         glade document is open and one is closed, it closes all the glade
533         documents. Also it might have fixed the bug where sometimes closing
534         the glade document leaves glade widget tree unclosed.
536 2008-01-11  Naba Kumar  <naba@gnome.org>
538         * libanjuta/Makefile.am: Install glade3 files in own prefix to
539         prevent install errors when not installed as root (then the files
540         are only useful when glade-3 is installed in the same prefix, but it
541         doesn't harm anjuta runtime).
543         * plugins/sourceview/sourceview.c: Commented use of a file
544         not currently distributed.
546 2008-01-10  Naba Kumar  <naba@gnome.org>
548         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
549         nothing to translate in it.
551 2008-01-10  Johannes Schmid <jhs@gnome.org>
553         * plugins/project-wizard/templates/gnome.wiz:
554         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
555         * plugins/project-wizard/templates/gnome/src/main.c:
556         * plugins/project-wizard/templates/translatable-strings.h:
557         
558         Fixed #508497 and added a new chooser to select whether to use
559         libglade or not.
561 2008-01-10  Johannes Schmid <jhs@gnome.org>
563         Patch from Tom <tpgww@onepost.net>:
565         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
566         (anjuta_util_glist_path_dedup):
567         * libanjuta/anjuta-utils.h:
568         
569         Give the method a proper prefixed name
570         
571         * plugins/document-manager/action-callbacks.c:
572         (get_current_popup_active),
573         (on_editor_command_select_all_activate),
574         (on_editor_command_cut_activate),
575         (on_editor_command_paste_activate),
576         (on_editor_command_copy_activate),
577         (on_editor_command_clear_activate), (on_show_search),
578         (on_repeat_quicksearch):        
579         * plugins/document-manager/action-callbacks.h:
580         * plugins/document-manager/anjuta-docman.c:
581         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
582         (anjuta_docman_goto_file_line_mark),
583         (anjuta_docman_get_full_filename):
584         * plugins/document-manager/anjuta-docman.h:
585         * plugins/document-manager/anjuta-document-manager.ui:
586         * plugins/document-manager/plugin.c:
587         (update_document_ui_interface_items):
588         
589         Better way to fix the popup-menu items (Cut/Copy/Paste)
590         and various clean-ups.
591         
592         * plugins/document-manager/search-box.c: (on_document_changed),
593         (search_box_fill_search_focus):
594         * plugins/document-manager/search-box.h:
595         * plugins/search/plugin.c:
596         
597         Add a menu item to repeat the quick search
599 2008-01-10  Johannes Schmid <jhs@gnome.org>
601         * plugins/language-support-cpp-java/cpp-java-assist.c:
602         (on_assist_chosen):
603         
604         Fixed #508424 – Auto complete: previous char was removed when 
605         pre TAB to auto complete.
607 2008-01-10  Johannes Schmid <jhs@gnome.org>
609         Patch from: James Ligett:
611         * plugins/profiler/gprof-call-graph-view.c:
612         (gprof_call_graph_view_create_columns):
613         * plugins/profiler/gprof-flat-profile-view.c:
614         (gprof_flat_profile_view_create_columns):
615         
616         Fixed translation issues (#496833)
618 2008-01-10 Johannes Schmid <jhs@gnome.org>
620         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
622         * plugins/gtodo/gtodo.c: (category_manager_add_item):
623         Fix #460390 – Changing categories while edinting something
625 2008-01-09  Naba Kumar  <naba@gnome.org>
627         * libanjuta/anjuta-plugin-manager.c:
628         (anjuta_plugin_manager_activate_plugins): Commented dead code and
629         fixed a leak.
631         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
632         corruption reported in bug #507491. Potentially fixes too.
634 2008-01-09  Johannes Schmid <jhs@gnome.org>
636         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
638         * plugins/gtodo/mcategory.c: (category_manager_add_item):
639         Fix bug #505205 completely
640         
641         * AUTHORS: Added Bolesław
643 2008-01-08  Johannes Schmid <jhs@gnome.org>
645         * plugins/document-manager/action-callbacks.c:
646         (on_editor_command_cut_activate),
647         (on_editor_command_paste_activate),
648         (on_editor_command_copy_activate),
649         (on_editor_command_clear_activate):
650         
651         Fixed editor popup menu (Cut, Copy, Paste)
653 2008-01-08  Johannes Schmid <jhs@gnome.org>
655         * plugins/sourceview/sourceview.c: (autodetect_language):
656         Fixed a crash when creating a new file
658 2008-01-08  Johannes Schmid <jhs@gnome.org>
660         Patch by <bolekk@gmail.com> (GHOP Student)
662         * plugins/gtodo/mcategory.c: (category_manager_add_item):
663         Fix bug #505205
665 2008-01-08  Naba Kumar  <naba@gnome.org>
667         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
668         * libanjuta/anjuta-plugin-manager.c:
669         (anjuta_plugin_manager_select),
670         (anjuta_plugin_manager_activate_plugins):
671         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
672         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
673         (on_create_submenu), (create_open_with_submenu):
674         * src/about.c: (on_about_plugin_activate),
675         (about_create_plugins_submenu): Use translated version of get_string()
676         API in AnjutaDescription for translatable properties. Fixes bug #496833
677         comment #18.
679 2008-01-07  Johannes Schmid <jhs@gnome.org>
681         * plugins/build-basic-autotools/executer.c: (execute_program):
682         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
683         * plugins/debug-manager/anjuta-debug-manager.glade:
684         * plugins/debug-manager/locals.c: (create_locals_gui):
685         * plugins/file-loader/plugin.c: (on_create_submenu):
686         * plugins/gtodo/main.h:
687         * plugins/gtodo/preferences.c: (preferences_widget):
688         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
689         * plugins/tools/anjuta-tools.glade:
690         * plugins/tools/execute.c: (atp_output_context_print):
691         * src/main.c:
692         
693                 Another bunch of i18n fixes (#496833)
695 2008-01-07  Johannes Schmid <jhs@gnome.org>
697         * plugins/build-basic-autotools/build-basic-autotools.c:
698         (on_build_terminated):
699         * plugins/gtodo/interface.c: (set_read_only):
700         * plugins/project-manager/plugin.c: (confirm_removal),
701         (on_popup_add_to_project):
702         * plugins/subversion/anjuta-subversion.glade:
703         * plugins/tools/execute.c: (atp_output_context_print_result):
704         
705         Fixed some strings from #496833
707 2008-01-07  Johannes Schmid <jhs@gnome.org>
709         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
710         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
711         .in:
712         * plugins/language-support-cpp-java/plugin.c: (install_support),
713         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
714         Added basic Vala support
715         
716         * plugins/sourceview/sourceview.c: (autodetect_language):
717         Fixed mime-type detection
719 2008-01-06  Massimo Cora'  <maxcvs@email.it>
721   Reviewed by: Johannes Schmid <jhs@gnome.org>
723         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
724         (value_removed_current_editor), (symbol_db_activate),
725         (symbol_db_deactivate):
726         * plugins/symbol-db/symbol-db-engine.c:
727         (symbol_db_engine_get_global_members_filtered):
728         * plugins/symbol-db/symbol-db-view.c:
729         (do_add_child_symbol_to_view), (prepare_for_adding),
730         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
731         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
732         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
733         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
734         (sdb_view_init), (sdb_view_finalize),
735         (sdb_view_build_and_display_base_tree):
736         * plugins/symbol-db/symbol-db-view.h:
737         added controls to expand Global tab nodes in a non-freezing way.
738         Fixed also some little bugs always on global-tab.
740 2008-01-06  Naba Kumar  <naba@gnome.org>
742         Patches from James Liggett:
743         * plugins/profiler/gprof-call-graph-view.c:
744         (gprof_call_graph_view_create_columns):
745         * plugins/profiler/gprof-flat-profile-view.c:
746         (gprof_flat_profile_view_create_columns):
747         * plugins/profiler/gprof-function-call-tree-view.c:
748         (gprof_function_call_tree_view_create_columns): Made all
749         of the columns resizable and reorderable.
751 2008-01-06  Johannes Schmid <jhs@gnome.org>
753         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
754         (anjuta_launcher_check_password_real),
755         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
756         (anjuta_launcher_scan_pty),
757         (anjuta_launcher_disable_password_check):
758         * libanjuta/anjuta-launcher.h:
759         Added disable_password_check for stream where it does not make sense 
760         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
761         that sometimes occur in symbol-db plugin
762         
763         * plugins/file-manager/file-model.c:
764         (file_model_cancel_expand_idle):
765         Fixed removing of idle source
766         
767         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
768         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
769         
770         Fixed #348854 – invisible cursor in certain themes
772 2008-01-06  Naba Kumar  <naba@gnome.org>
774         * libanjuta/anjuta-preferences.c:
775         (anjuta_preferences_register_property_custom): Fixed a crash bug on
776         closing preferences dialog due to patch in bug #507300
778 2008-01-06  Naba Kumar  <naba@gnome.org>
780         * plugins/language-support-cpp-java/cpp-java-assist.c:
781         (on_assist_chosen):
782         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
783         * plugins/search/search-replace_backend.c: (create_search_entries):
784         Added missing unrefs.
786 2008-01-06  Johannes Schmid <jhs@gnome.org>
788         * plugins/debug-manager/variable.c: (get_hovered_word):
789   Add a g_object_unref()  
790         
791         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
792         (on_sourceview_hover_leave):
793         Fixed hover and editor interface to make hover in debugger work
795 2008-01-06  Naba Kumar  <naba@gnome.org>
797         * plugins/editor/text-editor.c: Whitespaces fixes.
798         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
799         DEBUG_PRINT instead of g_message.
801 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
803         * plugins/debug-manager/breakpoints.c:
804         Fix #507441: Disable all breakpoints doesn't work
805         Fix #507444: Enable Breakpoint menu item doesn't change name
807 2008-01-05  Naba Kumar  <naba@gnome.org>
809         * manuals/reference/libanjuta/libanjuta.types: Renamed
810         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
812 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
814         * plugins/debug-manager/variable.c:
815         Update variable display to use IAnjutaIterable instead of position
817         * plugins/editor/text_editor_cbs.c,
818         plugins/editor/text_editor.c:
819         Fix Gtk critical warnings when a hover signal is emitted
820         Fix get_text_iter in Scintilla (range should include last character)
821         
822 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
824         * plugins/debug-manager/debug_tree.c,
825         plugins/debug-manager/debug_tree.h,
826         plugins/debug-manager/watch.c,
827         plugins/debug-manager/command.c,
828         plugins/debug-manager/queue.c,
829         plugins/gdb/plugin.c,
830         plugins/gdb/debugger.c,
831         plugins/gdb/debugger.h,
832         libanjuta/interfaces/libanjuta.idl:
833         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
835 2008-01-05  Naba Kumar  <naba@gnome.org>
837         * plugins/valgrind/plugin.c: Removed stock icon open/save from
838         menus to avoid conflict with file open/save. Fixes bug #507455
840 2008-01-05  Johannes Schmid <jhs@gnome.org>
842         * configure.in:
843         Conditionally depend on gtksourceview2 >= 2.1.0
844         
845         * libanjuta/interfaces/libanjuta.idl:
846         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
847         iterators instead of positions
848         
849         * plugins/debug-manager/threads.c:
850         Fixed a warnings by including gnome-vfs properly
851         
852         * plugins/debug-manager/variable.c: (get_hovered_word),
853         (on_hover_over):
854         Updated to changes in IAnjutaEditorHover/Selection
855         
856         * plugins/document-manager/action-callbacks.c:
857         (on_editor_command_upper_case_activate),
858         (on_editor_command_lower_case_activate):
859         * plugins/document-manager/search-box.c: (on_incremental_search),
860         (on_search_activated):
861         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
862         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
863         (iselection_get_start), (iselection_get_end),
864         (iselection_iface_init), (ihover_display), (ihover_iface_init):
865         * plugins/editor/text_editor_cbs.c:
866         (on_text_editor_scintilla_notify):
867         
868         Updated to changes in IAnjutaEditorHover/Selection and updated editor
869         interface of scintilla editor.
870         
871         * plugins/language-manager/languages.xml:
872         * plugins/language-manager/plugin.c:
873         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
874         Added chdr to C language files and some DEBUG_PRINTs
875         
876         * plugins/language-support-cpp-java/cpp-java-assist.c:
877         (on_assist_chosen):
878         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
879         * plugins/search/plugin.c: (find_incremental):
880         * plugins/search/search-replace.c: (search_and_replace):
881         * plugins/search/search-replace_backend.c: (create_search_entries):
882                 Adapted to changed interfaces
884         * plugins/sourceview/Makefile.am:
885         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
886         (set_uri), (anjuta_document_save):
887         * plugins/sourceview/anjuta-editor-sourceview.glade:
888         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
889         (anjuta_view_key_press_event):
890         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
891         * plugins/sourceview/sourceview-cell.c:
892         (sourceview_cell_instance_init), (sourceview_cell_finalize),
893         (icell_get_line), (icell_get_attribute), (icell_iface_init):
894         * plugins/sourceview/sourceview-prefs.c: (get_bool),
895         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
896         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
897         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
898         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
899         * plugins/sourceview/sourceview-private.h:
900         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
901         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
902         (on_document_loaded), (sourceview_instance_init),
903         (sourceview_dispose), (sourceview_finalize),
904         (sourceview_create_markers), (sourceview_new),
905         (ifile_savable_save), (ieditor_get_tab_size),
906         (ieditor_set_tab_size), (ieditor_set_use_spaces),
907         (ieditor_set_auto_indent), (ieditor_goto_line),
908         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
909         (iselect_block), (iselect_set), (iselect_get_start),
910         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
911         (imark_unmark), (imark_is_marker_set),
912         (imark_location_from_handle), (imark_delete_all_markers),
913         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
914         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
915         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
916         (ilanguage_get_supported_languages), (autodetect_language),
917         (ilanguage_set_language), (iassist_show_tips),
918         (on_sourceview_hover_leave), (on_sourceview_hover_over),
919         (ihover_display), (ihover_iface_init):
920         
921         Use GtkSourceView 2.1.x:
922         * New mark interface
923         * Fixed #486724 and #488615
924         * Implemented hover interface
925         * Adapted to changed interfaces
927 2008-01-04  Rob Bradford  <rob@o-hand.com>
929         Reviewed by Naba Kumar  <naba@gnome.org>:
930         * libanjuta/anjuta-preferences.c:
931         (anjuta_preferences_register_property_custom):
932         Unregister preferences for custom preferences when the widget is
933         destroyed.
935 2008-01-03  Johannes Schmid <jhs@gnome.org>
937         * plugins/file-manager/file-model.c: (file_model_row_expanded),
938         (file_model_row_collapsed):
939   Fixed the too method to take a correct data argument
941 2008-01-02  Johannes Schmid <jhs@gnome.org>
943         * plugins/document-manager/anjuta-docman.c:
944         (anjuta_docman_add_document), (anjuta_docman_remove_document):
945         ref and unref correctly to silence a Gtk+ critical
947 2008-01-01  Johannes Schmid <jhs@gnome.org>
949         * plugins/editor/text_editor.c: (itext_editor_get_text):
950         Fixed #506740 – ianjuta_editor_get_text crash if request 
951         text past the buffer length
953 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
955         * plugins/debug-manager/utilities.c,
956         plugins/debug-manager/utilities.h,
957         plugins/debug-manager/breakpoints.c:
958         Move get_current_editor function in utilities.c
960         * plugins/debug-manager/plugin.c,
961         plugins/debug-manager/debug_tree.c,
962         plugins/debug-manager/debug_tree.h,
963         plugins/debug-manager/watch.c,
964         plugins/debug-manager/watch.h,
965         plugins/debug-manager/locals.c,
966         plugins/debug-manager/locals.h,
967         (added) plugins/debug-manager/variable.c,
968         (added) plugins/debug-manager/variable.h,
969         plugins/debug-manager/Makefile.am:
970         Use hover interface to display variable value
972 2007-12-31  Johannes Schmid <jhs@gnome.org>
974         * libanjuta/Makefile.am:
975         Only install glade catalog files if glade-3 is available
976         (Fixes #506269 and #500296)
978 2007-12-30  Johannes Schmid <jhs@gnome.org>
980         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
981         (set_property_value_as_string), (register_callbacks):
983   Fixed GtkFileChooserButton preferences to also work when only the combo
984   changes without a dialog being open.
986 2007-12-29  Johannes Schmid <jhs@gnome.org>
988         * plugins/editor/Makefile.am:
989         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
991 2007-12-29  Johannes Schmid <jhs@gnome.org>
993         * plugins/devhelp/plugin.c: (devhelp_activate):
994         Fixed #498986 - Anjuta-2.3.0 fails to build
996 2007-12-29  Johannes Schmid <jhs@gnome.org>
998         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
999         * plugins/debug-manager/plugin.c:
1000         (on_run_to_cursor_action_activate):
1001         * plugins/document-manager/anjuta-docman.c:
1002         (anjuta_docman_goto_file_line_mark):
1003         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1004         (value_removed_current_editor):
1005         
1006         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1007         all those to value_added_current_document...
1009         * plugins/editor/anjuta-editor-scintilla.glade:
1010         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1011         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1013 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1015   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1016   (symbol_db_activate), (symbol_db_deactivate),
1017   (symbol_db_instance_init), (isymbol_manager_get_parents):
1018   * plugins/symbol-db/plugin.h:
1019   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1020   * plugins/symbol-db/symbol-db-engine.c:
1021   (symbol_db_engine_get_global_members_filtered):
1022   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1023   (on_symbol_inserted):
1024   Filtered out static functions on global-tab. E.g. when flag
1025   is_file_scope = 1 we won't add entries there.
1026   Fixed a little bug on 'Global'->'Vars/Others' node too.
1028 2007-12-28  Johannes Schmid <jhs@gnome.org>
1030   * libanjuta/anjuta-launcher.c:
1031   Fixed a silly (and completely useless) memory corruption that probably 
1032   only occured at a few race conditions though I wonder why it did not 
1033         happen more often
1035 2007-12-28  Johannes Schmid <jhs@gnome.org>
1036         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1037         * plugins/debug-manager/plugin.c: (set_program_counter):
1038         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1039         * plugins/debug-manager/start.c: (get_source_directories):
1040         * plugins/debug-manager/threads.c: (on_info_thread),
1041         (on_list_thread):
1042         * plugins/file-manager/file-model.c: (file_model_set_property):
1043         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1044         * plugins/tools/editor.c: (on_editor_response):
1045         
1046         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1047         
1048         * plugins/document-manager/plugin.c: (update_title),
1049         (value_added_project_root_uri):
1050         * plugins/document-manager/plugin.h:
1051         Shorten down the title bar if the current path is inside the opened project
1053 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1055         reviewed by: Johannes Schmid <jhs@gnome.org>
1057         * plugins/project-wizard/templates/java/project.anjuta:
1058         * plugins/project-wizard/templates/mkfile/project.anjuta:
1059         * plugins/project-wizard/templates/python/project.anjuta:
1060         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1061         let new projects use new SymbolDB plugin.
1062         
1063         * plugins/symbol-browser/images/Makefile.am:
1064         added some images taken from MonoDevelop project.
1065         
1066         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1067         (goto_file_line), (on_importing_project_end), (project_root_added),
1068         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1069         (isymbol_manager_search):
1070         Added project-updating feature when opening a project with some files
1071   modified externally [e.g. a svn up].
1072         
1073         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1074         (sdb_engine_iterator_node_instance_init),
1075         (sdb_engine_iterator_node_finalize),
1076         (symbol_db_engine_iterator_node_set_conversion_hash):
1077         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1078         * plugins/symbol-db/symbol-db-engine-iterator.c:
1079         (symbol_db_engine_iterator_new):
1080         * plugins/symbol-db/symbol-db-engine-iterator.h:
1081          Moved Hash table initialization into the engine. This proxies and
1082   speeds up the process of creation and iteration of a GdaDataModel.
1083         
1084         * plugins/symbol-db/symbol-db-engine.c:
1085         (sdb_engine_ctags_output_thread),
1086         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1087         (sdb_engine_scan_files_1), (sdb_engine_init),
1088         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1089         (symbol_db_engine_add_new_workspace),
1090         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1091         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1092         (symbol_db_engine_get_sym_type_conversion_hash),
1093         (symbol_db_engine_update_files_symbols),
1094         (symbol_db_engine_update_project_symbols),
1095         (symbol_db_engine_update_buffer_symbols),
1096         (symbol_db_engine_get_class_parents),
1097         (symbol_db_engine_get_global_members_filtered),
1098         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1099         (symbol_db_engine_get_scope_members_by_symbol_id),
1100         (symbol_db_engine_get_scope_members),
1101         (symbol_db_engine_get_current_scope),
1102         (symbol_db_engine_get_file_symbols),
1103         (symbol_db_engine_get_symbol_info_by_id),
1104         (symbol_db_engine_find_symbol_by_name_pattern),
1105         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1106         * plugins/symbol-db/symbol-db-engine.h:
1107         * plugins/symbol-db/symbol-db-view-locals.c:
1108         (sdb_view_locals_get_iter_from_row_ref),
1109         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1110         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1111         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1112         Changes on some queries fuctions and some fixes. Added *_filtered
1113   functions.
1114         
1115         * plugins/symbol-db/symbol-db-view.c:
1116         (do_add_child_symbol_to_view), (add_new_waiting_for),
1117         (prepare_for_adding), (on_symbol_inserted),
1118         (do_recurse_subtree_and_remove), (on_symbol_removed),
1119         (sdb_view_do_add_hidden_dummy_child),
1120         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1121         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1122         (sdb_view_locals_create_new_store), (sdb_view_init),
1123         (sdb_view_finalize), (sdb_view_class_init),
1124         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1125         (symbol_db_view_get_pixbuf),
1126         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1127         New display for global tags. This is the definitive version, bugs apart.
1128         
1129         * plugins/symbol-db/tables.sql:
1130         fixed typo.
1132 2007-12-27  Naba Kumar  <naba@gnome.org>
1134         * libanjuta/interfaces/libanjuta.idl:
1135         * plugins/editor/aneditor-priv.h:
1136         * plugins/editor/aneditor.cxx:
1137         * plugins/editor/text_editor.c: (text_editor_instance_init),
1138         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1139         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1140         * plugins/editor/text_editor.h:
1141         * plugins/editor/text_editor_cbs.c:
1142         (on_text_editor_scintilla_notify):
1144         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1145         related code in AnEditor. Fixed some compilation warnings.
1147 2007-12-26  Naba Kumar  <naba@gnome.org>
1149         * Changelog: Fixed indentation.
1151 2007-12-25  Naba Kumar  <naba@gnome.org>
1153         * plugins/editor/Makefile.am:
1154         * plugins/editor/editor.glade:
1155         * plugins/editor/plugin.c:
1156         * plugins/editor/style-editor.c:
1157         * plugins/sourceview/Makefile.am:
1158         * plugins/sourceview/plugin.c:
1159         * plugins/sourceview/sourceview.glade:
1160         * plugins/valgrind/Makefile.am:
1162         Renamed glade files to anjuta-editor-* to give name space for the
1163         schema files (because they are installed in system directory).
1165         * scripts/build-schemas.mk: Install the schemas files also (need for
1166         binary package installation/uninstallation).
1168 2007-12-25  Johannes Schmid <jhs@gnome.org>
1170         * plugins/language-support-cpp-java/plugin.c:
1171         (set_indentation_param_vim):
1172         
1173         Support some more vim modeline commands and shortcuts (#504331)
1175 2007-12-25  Johannes Schmid <jhs@gnome.org>
1177         Patches from James Liggett:
1178         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1179         (anjuta_vcs_status_tree_view_init):
1180         * plugins/subversion/subversion-commit-dialog.c:
1181         (subversion_commit_dialog):
1182         * plugins/subversion/subversion-diff-dialog.c:
1183         (on_subversion_diff_response):
1184         * plugins/subversion/subversion-log-dialog.c:
1185         (on_log_view_selected_button_clicked),
1186         (on_log_diff_selected_button_clicked),
1187         (on_log_diff_previous_button_clicked):
1188         * plugins/subversion/subversion-resolve-dialog.c:
1189         (subversion_resolve_dialog):
1190         * plugins/subversion/subversion-revert-dialog.c:
1191         (subversion_revert_dialog):
1192         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1193         (pulse_progress_bar), (hide_pulse_progress_bar),
1194         (disconnect_data_arrived_signals),
1195         (cancel_data_arrived_signal_disconnect):
1196         * plugins/subversion/subversion-ui-utils.h:
1197         
1198         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1199         #505237 – Sort list of modified files
1201 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1203         * plugins/gdb/debugger.c:
1204         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1206 2007-12-23  Johannes Schmid <jhs@gnome.org>
1208         * plugins/language-support-cpp-java/plugin.c:
1209         (set_indentation_param_emacs), (set_indentation_param_vim),
1210         (parse_mode_line_emacs), (parse_mode_line_vim),
1211         (extract_mode_line), (initialize_indentation_params):
1213         Added (basic) support for vim modelines (#504331)
1215         * plugins/message-view/message-view.c: (message_view_next),
1216         (message_view_previous):
1217         
1218         Fixed next/previous message
1220 2007-12-23  Johannes Schmid <jhs@gnome.org>
1222         * libanjuta/anjuta-ui.h:
1223         Check for != NULL before unref'ing pixbuf (related to #497878)
1224         
1225         * plugins/devhelp/plugin.c: (register_stock_icons):
1226         * plugins/document-manager/anjuta-docman.c:
1227         (anjuta_docman_add_document):
1228         * plugins/glade/plugin.c: (on_close_activated),
1229         (register_stock_icons), (on_session_save),
1230         (glade_plugin_add_project):
1231         
1232         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1233         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1234         
1235         * plugins/language-support-cpp-java/plugin.c:
1236         (register_stock_icons):
1237         Fixed stock icon registration macros
1239 2007-12-23  Johannes Schmid <jhs@gnome.org>
1241         * global-tags/Makefile.am:
1242         * launcher/Makefile.am:
1243         * libanjuta/Makefile.am:
1244         * libegg/Makefile.am:
1245         * manuals/anjuta-faqs/Makefile.am:
1246         * manuals/anjuta-manual/Makefile.am:
1247         * manuals/reference/libanjuta/Makefile.am:
1248         * plugins/build-basic-autotools/Makefile.am:
1249         * plugins/class-gen/Makefile.am:
1250         * plugins/class-inheritance/Makefile.am:
1251         * plugins/cvs-plugin/Makefile.am:
1252         * plugins/debug-manager/Makefile.am:
1253         * plugins/devhelp/Makefile.am:
1254         * plugins/document-manager/Makefile.am:
1255         * plugins/editor/Makefile.am:
1256         * plugins/editor/scintilla/Makefile.am:
1257         * plugins/editor/scintilla/include/Makefile.am:
1258         * plugins/file-loader/Makefile.am:
1259         * plugins/file-manager/Makefile.am:
1260         * plugins/file-wizard/Makefile.am:
1261         * plugins/gdb/Makefile.am:
1262         * plugins/glade/Makefile.am:
1263         * plugins/gtodo/Makefile.am:
1264         * plugins/gvim/Makefile.am:
1265         * plugins/indent/Makefile.am:
1266         * plugins/language-manager/Makefile.am:
1267         * plugins/language-support-cpp-java/Makefile.am:
1268         * plugins/macro/Makefile.am:
1269         * plugins/message-view/Makefile.am:
1270         * plugins/patch/Makefile.am:
1271         * plugins/profiler/Makefile.am:
1272         * plugins/project-import/Makefile.am:
1273         * plugins/project-manager/Makefile.am:
1274         * plugins/project-wizard/Makefile.am:
1275         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1276         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1277         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1278         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1279         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1280         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1281         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1282         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1283         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
1284         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
1285         * plugins/sample1/Makefile.am:
1286         * plugins/search/Makefile.am:
1287         * plugins/sourceview/Makefile.am:
1288         * plugins/subversion/Makefile.am:
1289         * plugins/symbol-browser/Makefile.am:
1290         * plugins/symbol-db/Makefile.am:
1291         * plugins/symbol-db/test/Makefile.am:
1292         * plugins/terminal/Makefile.am:
1293         * plugins/tools/Makefile.am:
1294         * plugins/valgrind/Makefile.am:
1295         * src/Makefile.am:
1296         * tagmanager/Makefile.am:
1297         
1298         Replaces the deprecated "INCLUDES" in all Makefile.am's with
1299         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
1300         warnings from illigel C++ compiler flags.
1302 2007-12-23  Johannes Schmid <jhs@gnome.org>
1304         Patch from Tom <tpgww@onepost.net>:
1305   
1306         * plugins/document-manager/anjuta-docman.c:
1307         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
1308         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
1309         (anjuta_docman_instance_init), (on_notebook_switch_page),
1310         (anjuta_docman_grab_text_focus):
1311         * plugins/document-manager/plugin.c: (on_document_added),
1312         (on_window_key_press_event), (on_window_key_release_event):
1313         
1314         Some more document-manager code cleanups and fixes.
1316 2007-12-23  Massimo Cora'  <maxcvs@email.it>
1318         * plugins/symbol-db/plugin.c: (register_stock_icons),
1319         (value_added_current_editor), (value_removed_current_editor),
1320         (on_importing_project_end), (project_root_removed):
1321         added controls to clean/populate GtkTreeView(s) on projects unload/load.
1323         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
1324         (symbol_db_engine_get_file_db_path):
1325         fixed a useless warning.
1327         * plugins/symbol-db/symbol-db-view-locals.c:
1328         (traverse_free_waiting_for), (file_view_status_destroy),
1329         (sdb_view_locals_create_new_store), (traverse_files_view_status),
1330         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
1331         (sdb_view_locals_finalize), (on_symbol_inserted),
1332         (symbol_db_view_locals_recv_signals_from_engine),
1333         (symbol_db_view_locals_update_list):
1334         more speed on editors switching. GtkTreeStore caching method implemented.
1335         Fixed compiler warnings and a little memory leak.
1337         * plugins/symbol-db/symbol-db-view-locals.h:
1338         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
1339         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
1340         (on_scan_end), (on_symbol_inserted),
1341         (sdb_view_locals_create_new_store), (sdb_view_init),
1342         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
1343         * plugins/symbol-db/symbol-db-view.h:
1344         fixed some crashers. Now project loading/populating should be quite quick.
1346 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1348         * plugins/debug-manager/command.c,
1349         plugins/debug-manager/queue.c:
1350         Take care of command return value (FALSE is an error)
1352 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1354         * plugins/debug-manager/anjuta-debug-manager.glade,
1355         plugins/debug-manager/breakpoints.c:
1356         Remove address, condition and pass breakpoint column if not supported
1357         Fix clear all remove_all to avoid an endless loop if a breakpoint
1358         cannot be removed
1360 2007-12-17  Johannes Schmid <jhs@gnome.org>
1362         Patch from Tom <tpgww@onepost.net> (with some changes):
1364         * plugins/document-manager/action-callbacks.c: (on_open_activate),
1365         (on_save_as_activate), (on_save_all_activate),
1366         (on_close_file_activate), (on_close_all_file_activate),
1367         (on_reload_file_activate), (on_editor_command_clear_activate),
1368         (on_transform_eolchars1_activate), (on_comment_block),
1369         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
1370         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1371         (on_editor_linenos1_activate), (on_editor_markers1_activate),
1372         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
1373         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
1374         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
1375         (on_zoom_out_text_activate):
1376         * plugins/document-manager/action-callbacks.h:
1377         * plugins/document-manager/anjuta-docman.c:
1378         (on_notebook_page_close_button_click),
1379         (on_notebook_page_close_button_enter),
1380         (on_notebook_page_close_button_leave),
1381         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
1382         (anjuta_docman_page_init), (anjuta_docman_page_new),
1383         (on_open_filesel_response), (create_file_open_dialog_gui),
1384         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
1385         (anjuta_docman_instance_init), (on_notebook_switch_page),
1386         (on_document_destroy), (anjuta_docman_add_editor),
1387         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1388         (anjuta_docman_set_current_document),
1389         (anjuta_docman_goto_file_line_mark), (get_real_path),
1390         (anjuta_docman_get_full_filename),
1391         (anjuta_docman_delete_all_markers),
1392         (anjuta_docman_delete_all_indicators),
1393         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1394         (anjuta_docman_order_tabs):
1395         * plugins/document-manager/anjuta-docman.h:
1396         * plugins/document-manager/file_history.c: (an_hist_file_new),
1397         (an_file_history_push), (an_file_history_dump):
1398         * plugins/document-manager/file_history.h:
1399         * plugins/document-manager/plugin.c: (update_title),
1400         (value_removed_project_root_uri),
1401         (update_document_ui_interface_items), (menu_name_compare),
1402         (on_document_added), (on_document_changed),
1403         (on_window_key_press_event), (on_window_key_release_event),
1404         (on_session_save):
1405         * plugins/document-manager/search-box.c: (on_document_changed),
1406         (on_goto_activated), (search_box_init), (search_box_new):
1407         * plugins/document-manager/search-box.h:
1409         Yet more code cleanups
1410         Save glade files correctly in session
1411         Use new tooltip API if available
1412         Sort notebook pages when session is restored (needs work)
1414 2007-12-16  Johannes Schmid <jhs@gnome.org>
1416         * plugins/document-manager/anjuta-docman.c:
1417         (anjuta_docman_add_document):
1418         
1419         Present correct widget with anjuta_shell_present_widget(). This got wrong when
1420         the new search bar was introduced.
1422 2007-12-12  Johannes Schmid <jhs@gnome.org>
1423   
1424         Patch from  Tom <tpgww@onepost.net>:
1425         (#485233 – another bunch of docman cleanups)
1426   
1427         * libanjuta/interfaces/libanjuta.idl:
1428         * plugins/document-manager/action-callbacks.c:
1429         (get_current_document), (get_current_focus_widget),
1430         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
1431         (on_close_file_activate), (on_close_all_file_activate),
1432         (on_reload_file_activate), (on_print_activate),
1433         (on_print_preview_activate),
1434         (on_editor_command_upper_case_activate),
1435         (on_editor_command_lower_case_activate),
1436         (on_editor_command_eol_crlf_activate),
1437         (on_editor_command_eol_lf_activate),
1438         (on_editor_command_eol_cr_activate),
1439         (on_editor_command_select_all_activate),
1440         (on_editor_command_select_to_brace_activate),
1441         (on_editor_command_select_block_activate),
1442         (on_editor_command_match_brace_activate),
1443         (on_editor_command_undo_activate),
1444         (on_editor_command_redo_activate),
1445         (on_editor_command_cut_activate),
1446         (on_editor_command_paste_activate),
1447         (on_editor_command_copy_activate),
1448         (on_editor_command_clear_activate),
1449         (on_editor_command_close_folds_all_activate),
1450         (on_editor_command_open_folds_all_activate),
1451         (on_editor_command_toggle_fold_activate),
1452         (on_editor_command_bookmark_toggle_activate),
1453         (on_editor_command_bookmark_first_activate),
1454         (on_editor_command_bookmark_next_activate),
1455         (on_editor_command_bookmark_prev_activate),
1456         (on_editor_command_bookmark_last_activate),
1457         (on_editor_command_bookmark_clear_activate),
1458         (on_transform_eolchars1_activate), (on_comment_block),
1459         (on_comment_box), (on_comment_stream),
1460         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1461         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
1462         (on_force_hilite_activate), (on_swap_activate),
1463         (on_editor_add_view_activate), (on_editor_remove_view_activate):
1464         * plugins/document-manager/action-callbacks.h:
1465         * plugins/document-manager/anjuta-docman.c:
1466         (on_notebook_page_close_button_click),
1467         (on_notebook_page_close_button_enter),
1468         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
1469         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
1470         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
1471         (on_open_filesel_response), (anjuta_docman_open_file),
1472         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
1473         (anjuta_docman_dispose), (anjuta_docman_instance_init),
1474         (anjuta_docman_class_init), (anjuta_docman_new),
1475         (on_notebook_switch_page), (on_document_save_point),
1476         (on_document_destroy), (anjuta_docman_add_editor),
1477         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1478         (anjuta_docman_set_popup_menu),
1479         (anjuta_docman_get_current_focus_widget),
1480         (anjuta_docman_get_page_for_document),
1481         (anjuta_docman_get_current_document),
1482         (anjuta_docman_set_current_document),
1483         (anjuta_docman_goto_file_line),
1484         (anjuta_docman_goto_file_line_mark),
1485         (anjuta_docman_get_full_filename),
1486         (anjuta_docman_present_notebook_page),
1487         (anjuta_docman_update_page_label),
1488         (anjuta_docman_delete_all_markers),
1489         (anjuta_docman_delete_all_indicators),
1490         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1491         (do_ordertab1), (anjuta_docman_order_tabs),
1492         (anjuta_docman_set_editor_properties),
1493         (anjuta_docman_get_document_for_path),
1494         (anjuta_docman_get_all_doc_widgets):
1495         * plugins/document-manager/anjuta-docman.h:
1496         * plugins/document-manager/editor-tooltips.c:
1497         * plugins/document-manager/plugin.c: (update_title),
1498         (update_document_ui_enable_all), (update_document_ui_disable_all),
1499         (update_document_ui_save_items),
1500         (update_document_ui_interface_items), (update_document_ui),
1501         (on_document_update_save_ui), (update_status),
1502         (on_document_update_ui), (on_document_added),
1503         (on_document_changed), (on_session_save), (on_save_prompt),
1504         (on_docman_auto_save), (on_gconf_notify_timer):
1505         * plugins/document-manager/search-box.c: (on_document_changed),
1506         (search_box_new), (search_box_grab_line_focus):
1507         * plugins/glade/plugin.c: (ifile_open):
1508         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
1509         * plugins/search/search-replace_backend.c: (create_search_entries):
1510         * plugins/sourceview/anjuta-document.c: (set_uri),
1511         (anjuta_document_save):
1512         * plugins/sourceview/sourceview.c: (ifile_savable_save):
1513         * plugins/tools/editor.c: (on_editor_response):
1515         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
1516         It fixes some issues with session handling and several memory lacks.
1517         Gtk 2.12 Tooltip API is used if available.
1519 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
1521         * plugins/debug-manager/disassemble.c,
1522         plugins/debug-manager/disassemble.h,
1523         plugins/debug-manager/command.c,
1524         plugins/debug-manager/command.h,
1525         plugins/debug-manager/plugin.c
1526         plugins/debug-manager/sparse_view.c,
1527         plugins/debug-manager/sparse_view.h,
1528         plugins/gdb/plugin.c,
1529         plugins/gdb/debugger.c,
1530         plugins/gdb/debugger.h,
1531         libanjuta/interfaces/libanjuta.idl:
1532         Fix bug #502533: Implement assembler step
1534         * plugins/debug-manager/breakpoints.c:
1535         Do not save temporary breakpoints
1537         * plugins/debug-manager/stack_trace.c:
1538         Fix a crash when a stack command is cancelled
1540 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
1542         * plugins/debug-manager/plugin.c,
1543         plugins/debug-manager/breakpoints.c,
1544         plugins/debug-manager/breakpoints.h:
1545         Fix bug #488732: Breakpoint on delete lines
1546         Breakpoints are now linked to their position in editor
1548         * plugins/gdb/debugger.c:
1549         Fix removing condition on breakpoint 
1551 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
1553         * plugins/debug-manager/anjuta-debug-manager.glade,
1554         plugins/debug-manager/start.c,
1555         plugins/gdb/plugin.c,
1556         plugins/gdb/debugger.c,
1557         plugins/gdb/debugger.h,
1558         libanjuta/interfaces/libanjuta.idl:
1559         Fix bug #481366: Do not stop at the beginning of the program
1561         * plugins/debug-manager/command.c,
1562         plugins/debug-manager/command.h,
1563         plugins/debug-manager/breakpoints.c,
1564         plugins/debug-manager/queue.c,
1565         plugins/debug-manager/queue.h:
1566         Fix a bug remove all breakpoints was not working due to latest changes
1567         Setting breakpoints is disabled when program is running
1569 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
1571         * plugins/debug-manager/queue.c,
1572         plugins/gdb/plugin.c:
1573         Fix bug #501469: Crash if mime_type is unknown
1575 2007-12-01  Massimo Cora'  <maxcvs@email.it>
1577         * plugins/symbol-db/plugin.c: (on_editor_destroy),
1578         (on_editor_update_ui), (on_single_file_scan_end),
1579         (on_importing_project_end), (project_root_added),
1580         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
1581         * plugins/symbol-db/plugin.h:
1582         show on status bar files being scanned.
1584         * plugins/symbol-db/symbol-db-engine.c:
1585         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
1586         (sdb_engine_ctags_output_thread),
1587         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1588         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1589         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
1590         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
1591         (sdb_engine_get_table_id_by_unique_name2),
1592         (symbol_db_engine_open_project),
1593         (sdb_engine_prepare_executing_commands),
1594         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
1595         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
1596         (sdb_engine_detects_removed_ids),
1597         (symbol_db_engine_get_class_parents),
1598         (symbol_db_engine_get_global_members),
1599         (symbol_db_engine_get_scope_members_by_symbol_id),
1600         (symbol_db_engine_get_scope_members),
1601         (symbol_db_engine_get_current_scope),
1602         (symbol_db_engine_get_file_symbols),
1603         (symbol_db_engine_get_symbol_info_by_id),
1604         (symbol_db_engine_get_full_local_path),
1605         (symbol_db_engine_find_symbol_by_name_pattern),
1606         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1607         * plugins/symbol-db/symbol-db-engine.h:
1608         * plugins/symbol-db/symbol-db-view-locals.c:
1609         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
1610         (symbol_db_view_locals_recv_signals_from_engine),
1611         (symbol_db_view_locals_update_list):
1612         * plugins/symbol-db/symbol-db-view-locals.h:
1613         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
1614         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
1615         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
1616         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
1617         * plugins/symbol-db/symbol-db-view.h:
1618         Added g_thread architecture to scan in background. With this you
1619         can use Anjuta's GUI without freezing.
1620         Improved insertion speed by using a paradigm like 'insert' and 'check'
1621         replacing a 'check' and 'insert' one. This has been done for tables 
1622         like symbol, scope, sym_type.
1623         Fixed two crashers. 
1625         * plugins/symbol-db/tables.sql:
1626         * plugins/symbol-db/test/main.c: (get_global_members), (main),
1627         (thread), (print_message), (bastard_thread), (idle_signals):
1628         fixed a typo on tables that broke sql triggers.
1630 === anjuta 2.3.1 ===
1632 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
1634         * NEWS, AUTHORS: Updated.
1635         * src/Makefile.am: Fixed make distcheck
1637         Patch from Yang Hong:
1638         * plugins/file-manager/file-manager.glade: Fixed file chooser
1639         size in file-manager preferences.
1641 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
1643         * NEWS: Updated for 2.3.1 development release
1644         * configure.in: Bumped version to 2.3.1
1646 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
1648         * plugins/debug-manager/threads.c,
1649         plugins/debug-manager/disassemble.c,
1650         plugins/debug-manager/watch.c,
1651         plugins/debug-manager/registers.c,
1652         plugins/debug-manager/locals.c,
1653         plugins/debug-manager/breakpoints.c,
1654         plugins/debug-manager/stack_trace.c,
1655         plugins/debug-manager/command.c,
1656         plugins/debug-manager/command.h,
1657         plugins/debug-manager/queue.c,
1658         libanjuta/interfaces/libanjuta.idl:
1659         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
1660         Document IAnjutaDebugManager signals
1661         Generate new signals in queue.c
1662         Use new signals in other files
1664 2007-11-30  <genbell@tiscali.it>
1666         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1668         * plugins/gdb/Makefile.am:
1669         Fix bug #500376
1671 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
1673         * plugins/tools/variable.c:
1674         Fix a bug added in the previous patch (it is not a leak)
1676 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
1678         * plugins/project-wizard/druid.c,
1679         plugins/project-wizard/templates/terminal.wiz,
1680         plugins/project-wizard/templates/xlib-dock.wiz,
1681         plugins/project-wizard/templates/wxwin.wiz,
1682         plugins/project-wizard/templates/java.wiz,
1683         plugins/project-wizard/templates/gnome.wiz,
1684         plugins/project-wizard/templates/anjuta-plugin.wiz,
1685         plugins/project-wizard/templates/gtkmm.wiz,
1686         plugins/project-wizard/templates/python.wiz,
1687         plugins/project-wizard/templates/cpp.wiz,
1688         plugins/project-wizard/templates/sdl.wiz,
1689         plugins/project-wizard/templates/gtk.wiz,
1690         plugins/project-wizard/templates/minimal.wiz,
1691         plugins/project-wizard/templates/xlib.wiz,
1692         plugins/project-wizard/templates/gcj.wiz,
1693         plugins/project-wizard/templates/translatable-strings.h,
1694         plugins/project-import/project-import.c:
1695         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
1697 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
1699         * plugins/debug-manager/threads.c,
1700         plugins/debug-manager/disassemble.c,
1701         plugins/debug-manager/watch.c,
1702         plugins/debug-manager/registers.c,
1703         plugins/debug-manager/memory.c,
1704         plugins/debug-manager/locals.c,
1705         plugins/debug-manager/stack_trace.c,
1706         plugins/debug-manager/queue.c,
1707         plugins/debug-manager/queue.h:
1708         Connect debugger signal only when program is loaded
1709         Rename get_feature in is_supported
1711         * plugins/debug-manager/plugin.c:
1712         Remove editor watch when plugin is deactivated
1714         * plugins/debug-manager/anjuta-debug-manager.glade,
1715         plugins/debug-manager/breakpoints.c,
1716         plugins/debug-manager/breakpoints.h:
1717         Rewrite almost completely the breakpoint code
1718         Improve breakpoint dialog
1719         Reorganize function
1720         Implement condition, hit count, ignore and temporary attribute
1722         * plugins/debug-manager/command.c,
1723         plugins/debug-manager/command.h:
1724         Add a breakpoint list command
1726         * plugins/gdb/debugger.c,
1727         plugins/gdb/debugger.h:
1728         Add new breakpoint list command
1729         Fix parsing of breakpoint data
1731         * libanjuta/interfaces/libanjuta.idl,
1732         plugins/gdb/plugin.c:
1733         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
1735 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
1737         * plugins/document-manager/plugin.c:
1738         Use Ctrl+Shift+s as shortcut for Save As
1740 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
1742         * plugins/subversion/plugin.c: (activate_plugin):
1743         * plugins/symbol-db/plugin.c: (symbol_db_activate):
1744         * src/layout.xml: Fixed dockitem positions.
1746 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
1748         Icons from tpgww@onepost.net:
1749         * plugins/project-wizard/applogo.png:
1750         Icons from patch in bug #480093 comment #23. Also renamed icons.
1752         * plugins/message-view/Makefile.am:
1753         * plugins/message-view/plugin.c: (register_stock_icons),
1754         (ipreferences_merge): Removed redundant icon.
1756         * plugins/document-manager/plugin.c:
1757         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
1758         Do not insensitize New action when there is no document.
1759         Indentation fixes.
1761 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
1763         Icons from tpgww@onepost.net:
1764         * plugins/symbol-browser/an_symbol_prefs.c:
1765         * pixmaps/Makefile.am:
1766         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
1768         Icons from patch in bug #480093 comment #23. Also renamed icons.
1769         To be continued..
1771 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
1773         Patch from James Liggett:
1774         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
1775         revert and dialogs resizable.
1777 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
1779         Patch from James Liggett:
1780         * plugins/subversion/anjuta-subversion.glade:
1781         * plugins/subversion/subversion-diff-dialog.c:
1782         (on_subversion_diff_response), (subversion_diff_dialog):
1783         * plugins/subversion/subversion-diff-dialog.h:
1785         The diff dialog should have a checkbox, enabled by default, that
1786         allows the user to make sure that all open files are saved before
1787         diffing.
1789 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
1791         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
1793         Icons from tpgww@onepost.net:
1794         * pixmaps/Makefile.am:
1795         * src/Makefile.am:
1796         * src/anjuta-app.c:
1797         * src/anjuta-preferences-general.svg:
1799         Icons from patch in bug #480093 comment #23. Also renamed icons.
1800         To be continued..
1802 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
1804         Icons from tpgww@onepost.net:
1805         * plugins/debug-manager/images/Makefile.am:
1806         * plugins/debug-manager/images/anjuta-watch.svg:
1807         * plugins/debug-manager/plugin.c: (register_stock_icons):
1808         * plugins/gdb/images/Makefile.am:
1809         * plugins/gtodo/Makefile.am:
1810         * plugins/gtodo/anjuta-gtodo-plugin.svg:
1811         * plugins/gtodo/anjuta-gtodo.plugin.in:
1812         * plugins/gtodo/interface.c: (stock_icons):
1813         * plugins/gtodo/main.h:
1814         * plugins/gtodo/plugin.c: (ipreferences_merge):
1815         * plugins/terminal/Makefile.am:
1816         * plugins/terminal/anjuta-terminal-plugin.svg:
1817         * plugins/terminal/anjuta-terminal.plugin.in:
1818         * plugins/terminal/terminal.c:
1819         * plugins/tools/Makefile.am:
1820         * plugins/tools/anjuta-tools-plugin.svg:
1821         * plugins/tools/anjuta-tools.plugin.in:
1822         * plugins/tools/plugin.c:
1823         * plugins/valgrind/Makefile.am:
1824         * plugins/valgrind/anjuta-valgrind-plugin.svg:
1825         * plugins/valgrind/anjuta-valgrind.plugin.in:
1826         * plugins/valgrind/plugin.c: (register_stock_icons),
1827         (ipreferences_merge):
1829         Icons from patch in bug #480093 comment #23. Also renamed icons.
1830         To be continued..
1832 2007-11-18  Massimo Cora'   <maxcvs@email.it>
1834         reviewed by: Johannes Schmid <jhs@gnome.org>
1836         * configure.in:
1837         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
1838         due to bug #493360. Still present anyway bug #495843
1840         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
1841         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
1842         (on_local_treeview_row_activated),
1843         (on_global_treeview_row_activated),
1844         (on_global_treeview_row_expanded), (on_project_element_added),
1845         (on_project_element_removed), (project_root_added),
1846         (symbol_db_activate), (isymbol_manager_search),
1847         (isymbol_manager_get_members),
1848         (isymbol_manager_get_completions_at_position):
1849         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1850         (symbol_db_engine_iterator_node_get_symbol_extra_string):
1851         * plugins/symbol-db/symbol-db-engine.c:
1852         (sdb_engine_execute_non_select_sql),
1853         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
1854         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1855         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
1856         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
1857         (symbol_db_engine_add_new_workspace),
1858         (symbol_db_engine_add_new_project),
1859         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
1860         (sdb_engine_detects_removed_ids),
1861         (sdb_engine_walk_down_scope_path),
1862         (symbol_db_engine_get_class_parents),
1863         (symbol_db_engine_get_global_members),
1864         (symbol_db_engine_get_scope_members_by_symbol_id),
1865         (symbol_db_engine_get_scope_members),
1866         (symbol_db_engine_get_current_scope),
1867         (symbol_db_engine_get_file_symbols),
1868         (symbol_db_engine_get_symbol_info_by_id),
1869         (symbol_db_engine_find_symbol_by_name_pattern):
1870         * plugins/symbol-db/symbol-db-engine.h:
1871         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
1872         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1873         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
1874         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
1875         (on_scan_end), (do_add_root_symbol_to_view),
1876         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
1877         (trigger_on_symbol_inserted), (add_new_waiting_for),
1878         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
1879         (on_symbol_inserted), (do_recurse_subtree_and_remove),
1880         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
1881         (symbol_db_view_row_expanded), (sdb_view_init),
1882         (gtree_compare_func), (sdb_view_finalize),
1883         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
1884         (sdb_view_populate_base_root),
1885         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1886         * plugins/symbol-db/symbol-db-view.h:
1887         * plugins/symbol-db/tables.sql:
1888         * plugins/symbol-db/test/Makefile.am:
1889         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
1890         (get_scope_members), (get_current_scope), (get_global_members),
1891         (get_file_symbols), (get_info_by_id), (main):
1893         Rewrote symbol-db-view global tab. Now every expandable node is a query.
1894         Started using LIMIT keyword to speed up things.
1895         Deprecated GdaCommand in favour of GdaQuery into engine. This should
1896         make providers use prepared statements.
1898 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
1900         Patch from James Liggett:
1901         * plugins/subversion/plugin.c: (subversion_instance_init):
1902         * plugins/subversion/plugin.h:
1903         * plugins/subversion/subversion-diff-dialog.c:
1904         (on_subversion_diff_response), (subversion_diff_dialog),
1905         (on_menu_subversion_diff):
1906         * plugins/subversion/subversion-log-dialog.c:
1907         (on_log_view_selected_button_clicked),
1908         (on_log_diff_selected_button_clicked),
1909         (on_log_diff_previous_button_clicked),
1910         (subversion_log_window_create):
1911         * plugins/subversion/subversion-ui-utils.c:
1912         (get_filename_from_full_path), (init_whole_project),
1913         (on_whole_project_toggled):
1914         * plugins/subversion/subversion-ui-utils.h:
1915         * plugins/subversion/subversion-update-dialog.c:
1916         (subversion_update_dialog), (on_menu_subversion_update):
1918         Whole Project checkbox enabled by default in diff and update dialogs.
1919         changes the editor names for diff editors to something much more
1920         descriptive. For example, working copy/head diffs would have an editor
1921         with a name like "[Working Copy/Head] some-file.diff," where some-file
1922         is the name of the file/directory that was diffed. For diffs against
1923         arbitrary diffs the name would look like "[Revisions 2832/3200]
1924         some-file.diff" for a diff of some-file between revisions 2832 and
1925         3200.
1927 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
1929         Icons from tpgww@onepost.net:
1930         * plugins/subversion/Makefile.am:
1931         * plugins/subversion/anjuta-subversion-plugin.svg:
1932         * plugins/subversion/anjuta-subversion.plugin.in:
1933         * plugins/subversion/plugin.h:
1934         * plugins/symbol-browser/Makefile.am:
1935         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
1936         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
1937         * plugins/symbol-browser/plugin.c:
1938         * plugins/symbol-db/Makefile.am:
1939         * plugins/symbol-db/plugin.c:
1940         * plugins/symbol-db/symbol-db.plugin.in:
1942         Icons from patch in bug #480093 comment #23. Also renamed icons.
1943         To be continued..
1945 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
1947         Icons from tpgww@onepost.net:
1948         * plugins/project-manager/Makefile.am:
1949         * plugins/project-manager/anjuta-project-manager-plugin.svg:
1950         * plugins/project-manager/anjuta-project-manager.plugin.in:
1951         * plugins/project-manager/plugin.c:
1952         * plugins/project-wizard/Makefile.am:
1953         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
1954         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
1955         * plugins/project-wizard/druid.h:
1956         * plugins/search/Makefile.am:
1957         * plugins/search/anjuta-search-plugin.svg:
1958         * plugins/search/anjuta-search.plugin.in:
1959         * plugins/search/plugin.c:
1961         Icons from patch in bug #480093 comment #23. Also renamed icons.
1962         To be continued..
1964 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
1966         * TODO.tasks: updated.
1968         Icons from tpgww@onepost.net:
1969         * plugins/file-loader/Makefile.am:
1970         * plugins/file-loader/anjuta-loader-plugin.svg:
1971         * plugins/file-loader/anjuta-loader.plugin.in:
1972         * plugins/file-manager/Makefile.am:
1973         * plugins/file-manager/anjuta-file-manager-plugin.svg:
1974         * plugins/file-manager/file-manager.plugin.in:
1975         * plugins/file-manager/plugin.c:
1976         * plugins/glade/Makefile.am:
1977         * plugins/glade/anjuta-glade-plugin.svg:
1978         * plugins/glade/anjuta-glade.plugin.in:
1979         * plugins/glade/plugin.c: (register_stock_icons):
1980         * plugins/language-manager/Makefile.am:
1981         * plugins/language-manager/anjuta-language-manager-plugin.svg:
1982         * plugins/language-manager/language-manager.plugin.in:
1983         * plugins/message-view/Makefile.am:
1984         * plugins/message-view/anjuta-message-manager.plugin.in:
1985         * plugins/message-view/anjuta-messages-plugin.svg:
1986         * plugins/message-view/plugin.c:
1987         * plugins/patch/Makefile.am:
1988         * plugins/patch/anjuta-patch-plugin.svg:
1989         * plugins/patch/anjuta-patch.plugin.in:
1990         * plugins/patch/plugin.c:
1991         * plugins/profiler/Makefile.am:
1992         * plugins/profiler/anjuta-profiler-plugin.svg:
1993         * plugins/profiler/plugin.c: (register_stock_icons):
1994         * plugins/profiler/profiler.plugin.in:
1995         * plugins/project-import/Makefile.am:
1996         * plugins/project-import/anjuta-project-import-plugin.svg:
1997         * plugins/project-import/anjuta-project-import.plugin.in:
1998         * plugins/project-import/plugin.c:
2000         Icons from patch in bug #480093 comment #23. Also renamed icons.
2001         To be continued..
2003 2007-11-18  Johannes Schmid <jhs@gnome.org>
2005         * plugins/build-basic-autotools/build-basic-autotools.c:
2006         (build_regex_init):
2007         * plugins/debug-manager/anjuta-debug-manager.glade:
2008         * plugins/debug-manager/breakpoints.c:
2009         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2010         * plugins/file-wizard/file.c:
2011         * plugins/gdb/anjuta-gdb.glade:
2012         * plugins/glade/plugin.c: (ifile_open):
2013         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2014         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2015         * plugins/gtodo/tray-icon.c:
2016         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2017         * plugins/macro/macros.xml:
2018         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2019         Fixed translation bugs (#496833, #488211 and #497758)
2020         
2021         * plugins/document-manager/plugin.c: (on_editor_changed):
2022         Removed unused code
2024 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2026         Icons from tpgww@onepost.net:
2027         * plugins/devhelp/Makefile.am:
2028         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2029         * plugins/devhelp/anjuta-devhelp.plugin.in:
2030         * plugins/devhelp/plugin.c:
2031         * plugins/document-manager/anjuta-document-manager.plugin.in:
2032         * plugins/document-manager/images/Makefile.am:
2033         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2034         * plugins/document-manager/plugin.c:
2035         * plugins/editor/Makefile.am:
2036         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2037         * plugins/editor/anjuta-editor.plugin.in:
2038         * plugins/editor/plugin.c:
2039         * plugins/sample1/Makefile.am:
2040         * plugins/sample1/anjuta-sample-plugin.svg:
2041         * plugins/sample1/anjuta-sample.plugin.in:
2042         * plugins/sourceview/Makefile.am:
2043         * plugins/sourceview/plugin.c:
2044         * plugins/sourceview/sourceview.plugin.in:
2046         Icons from patch in bug #480093 comment #23. Also renamed icons.
2047         To be continued..
2049 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2051         * TODO.tasks: Updated.
2053         Icons from tpgww@onepost.net:
2054         * plugins/build-basic-autotools/Makefile.am:
2055         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2056         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2057         * plugins/build-basic-autotools/build-basic-autotools.c:
2058         * plugins/class-inheritance/Makefile.am:
2059         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2060         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2061         * plugins/class-inheritance/plugin.c:
2062         * plugins/cvs-plugin/Makefile.am:
2063         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2064         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2065         * plugins/cvs-plugin/plugin.c:
2066         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2067         * plugins/debug-manager/images/Makefile.am:
2068         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2069         * plugins/debug-manager/plugin.c: 
2071         Icons from patch in bug #480093 comment #23. Also renamed icons.
2072         To be continued..
2074 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2076         * (removed) libanjuta/anjuta-children.c,
2077         (removed) libanjuta/anjuta-children.h,
2078         libanjuta/anjuta-launcher.c,
2079         libanjuta/libanjuta.h,
2080         libanjuta/Makefile.am,
2081         plugins/gdb/debugger.c,
2082         plugins/terminal/terminal.c,
2083         manuals/reference/libanjuta/libanjuta-sections.txt,
2084         manuals/reference/libanjuta/libanjuta-docs.sgml:
2085         Replace anjuta_children_register by g_child_watch_add
2087 2007-11-13  Johannes Schmid <jhs@gnome.org>
2089         * plugins/subversion/anjuta-subversion.glade:
2090         * plugins/subversion/subversion-commit-dialog.c:
2091         (subversion_commit_dialog):
2092         * plugins/subversion/subversion-resolve-dialog.c:
2093         (subversion_resolve_dialog):
2094         * plugins/subversion/subversion-revert-dialog.c:
2095         (subversion_revert_dialog):
2096         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2097         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2098         (hide_pulse_progress_bar):
2099         * plugins/subversion/subversion-ui-utils.h:
2101         Yet another patch from #457477:
2102         Add a pulsing progress bar to all dialogs receiving status
2104 2007-11-12  Johannes Schmid <jhs@gnome.org>
2106         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2107         Bug 493583 – crash in Anjuta IDE: trying to open a file
2108         
2109         * plugins/subversion/subversion-commit-dialog.c:
2110         (select_all_files), (subversion_commit_dialog):
2111         Patch from jrligget - see #457477
2113 2007-11-12  Johannes Schmid <jhs@gnome.org>
2115         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2116         * libanjuta/anjuta-plugin-handle.c:
2117         (anjuta_plugin_handle_get_about):
2118         Bug 495536 – Plugins localization improvement
2119         
2120         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2121         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2122         * plugins/indent/indent.glade:
2123         * plugins/subversion/anjuta-subversion.glade:
2124         Bug 495245 – Strings bug
2126 2007-11-08  James Liggett  <jrliggett@cox.net>
2128         reviewed by: Johannes Schmid <jhs@gnome.org>
2130         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2131         (anjuta_async_command_finalize),
2132         (anjuta_async_command_notification_poll),
2133         (anjuta_async_command_thread), (start_command),
2134         (notify_data_arrived), (notify_complete),
2135         (anjuta_async_command_class_init),
2136         (anjuta_async_command_set_error_message),
2137         (anjuta_async_command_get_error_message),
2138         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2139         * libanjuta/anjuta-async-command.h:
2140         * libanjuta/anjuta-command.c: (anjuta_command_init),
2141         (anjuta_command_finalize), (anjuta_command_class_init),
2142         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2143         (anjuta_command_notify_complete),
2144         (anjuta_command_set_error_message),
2145         (anjuta_command_get_error_message):
2146         * libanjuta/anjuta-command.h:
2147         * libanjuta/anjuta-glade-catalog.c:
2148         * libanjuta/anjuta-glade.xml:
2149         * libanjuta/anjuta-vcs-status-tree-view.c:
2150         (on_selected_column_toggled),
2151         (anjuta_vcs_status_tree_view_create_columns),
2152         (anjuta_vcs_status_tree_view_init),
2153         (anjuta_vcs_status_tree_view_finalize),
2154         (anjuta_vcs_status_tree_view_set_property),
2155         (anjuta_vcs_status_tree_view_get_property),
2156         (anjuta_vcs_status_tree_view_class_init),
2157         (anjuta_vcs_status_tree_view_new),
2158         (anjuta_vcs_status_tree_view_destroy),
2159         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2160         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2161         (anjuta_vcs_status_tree_view_unselect_all),
2162         (create_selected_paths_list),
2163         (anjuta_vcs_status_tree_view_get_selected):
2164         * libanjuta/anjuta-vcs-status-tree-view.h:
2165         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2166         * libanjuta/anjuta-widgets.h:
2167         * plugins/subversion/subversion-add-dialog.c:
2168         (on_add_command_finished), (on_subversion_add_response),
2169         (subversion_add_dialog), (on_menu_subversion_add),
2170         (on_fm_subversion_add):
2171         * plugins/subversion/subversion-add-dialog.h:
2172         * plugins/subversion/subversion-commit-dialog.c:
2173         (on_commit_command_finished), (on_subversion_commit_response),
2174         (subversion_commit_dialog), (on_menu_subversion_commit),
2175         (on_fm_subversion_commit):
2176         * plugins/subversion/subversion-commit-dialog.h:
2177         * plugins/subversion/subversion-copy-dialog.c:
2178         (on_copy_other_revision_radio_toggled),
2179         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2180         (on_copy_command_finished), (on_subversion_copy_response),
2181         (subversion_copy_dialog), (on_menu_subversion_copy),
2182         (on_fm_subversion_copy):
2183         * plugins/subversion/subversion-copy-dialog.h:
2184         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2185         (on_subversion_diff_response), (subversion_diff_dialog),
2186         (on_menu_subversion_diff), (on_fm_subversion_diff):
2187         * plugins/subversion/subversion-diff-dialog.h:
2188         * plugins/subversion/subversion-log-dialog.c:
2189         (on_diff_selected_column_toggled), (create_columns),
2190         (on_log_command_finished), (on_log_view_button_clicked),
2191         (on_cat_command_data_arrived), (on_cat_command_finished),
2192         (on_log_view_selected_button_clicked), (get_selected_revisions),
2193         (on_log_diff_selected_button_clicked),
2194         (on_log_diff_previous_button_clicked),
2195         (on_subversion_log_vbox_destroy),
2196         (on_log_changes_view_row_selected), (subversion_log_window_create),
2197         (on_menu_subversion_log), (on_fm_subversion_log),
2198         (subversion_log_set_whole_project_sensitive):
2199         * plugins/subversion/subversion-log-dialog.h:
2200         * plugins/subversion/subversion-merge-dialog.c:
2201         (on_merge_command_finished), (on_subversion_merge_response),
2202         (on_merge_first_path_browse_button_clicked),
2203         (on_merge_second_path_browse_button_clicked),
2204         (on_merge_use_first_path_check_toggled),
2205         (on_merge_start_revision_radio_toggled),
2206         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2207         (on_menu_subversion_merge):
2208         * plugins/subversion/subversion-merge-dialog.h:
2209         * plugins/subversion/subversion-remove-dialog.c:
2210         (on_remove_command_finished),
2211         (on_remove_path_browse_button_clicked),
2212         (on_subversion_remove_response), (subversion_remove_dialog),
2213         (on_menu_subversion_remove), (on_fm_subversion_remove):
2214         * plugins/subversion/subversion-remove-dialog.h:
2215         * plugins/subversion/subversion-resolve-dialog.c:
2216         (on_resolve_command_finished), (on_subversion_resolve_response),
2217         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2218         * plugins/subversion/subversion-resolve-dialog.h:
2219         * plugins/subversion/subversion-revert-dialog.c:
2220         (on_revert_command_finished), (on_subversion_revert_response),
2221         (subversion_revert_dialog), (on_menu_subversion_revert):
2222         * plugins/subversion/subversion-revert-dialog.h:
2223         * plugins/subversion/subversion-switch-dialog.c:
2224         (on_switch_other_revision_radio_toggled),
2225         (on_switch_command_finished), (on_subversion_switch_response),
2226         (subversion_switch_dialog), (on_menu_subversion_switch):
2227         * plugins/subversion/subversion-switch-dialog.h:
2228         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2229         (subversion_data_free), (on_mesg_view_destroy),
2230         (create_message_view), (check_filename), (get_log_from_textview),
2231         (pulse_timer), (on_pulse_timer_destroyed),
2232         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2233         (report_errors), (on_status_command_finished),
2234         (on_status_command_data_arrived), (on_command_info_arrived),
2235         (select_all_status_items), (clear_all_status_selections),
2236         (init_whole_project), (on_whole_project_toggled),
2237         (send_diff_command_output_to_editor), (on_diff_command_finished),
2238         (stop_status_bar_progress_pulse):
2239         * plugins/subversion/subversion-ui-utils.h:
2240         * plugins/subversion/subversion-update-dialog.c:
2241         (on_update_command_finished), (on_subversion_update_response),
2242         (subversion_update_dialog), (on_menu_subversion_update),
2243         (on_fm_subversion_update):
2244         * plugins/subversion/subversion-update-dialog.h:
2245         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2246         (svn_add_command_finalize), (svn_add_command_run),
2247         (svn_add_command_class_init), (svn_add_command_new),
2248         (svn_add_command_destroy):
2249         * plugins/subversion/svn-add-command.h:
2250         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2251         (svn_cat_command_finalize), (svn_cat_command_run),
2252         (svn_cat_command_class_init), (svn_cat_command_new),
2253         (svn_cat_command_destroy), (svn_cat_command_get_output):
2254         * plugins/subversion/svn-cat-command.h:
2255         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2256         (svn_command_release_ui_lock), (simple_prompt),
2257         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2258         (svn_auth_ssl_server_trust_prompt_func_cb),
2259         (svn_auth_ssl_client_cert_prompt_func_cb),
2260         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2261         (svn_command_init), (svn_command_finalize),
2262         (svn_command_class_init), (svn_command_push_info),
2263         (svn_command_get_info_queue), (svn_command_set_error),
2264         (svn_command_get_client_context), (svn_command_get_pool),
2265         (svn_command_lock_ui), (svn_command_unlock_ui),
2266         (svn_command_get_revision), (svn_command_copy_path_list),
2267         (svn_command_free_path_list):
2268         * plugins/subversion/svn-command.h:
2269         * plugins/subversion/svn-commit-command.c: (on_log_callback),
2270         (svn_commit_command_init), (svn_commit_command_finalize),
2271         (svn_commit_command_run), (svn_commit_command_class_init),
2272         (svn_commit_command_new), (svn_commit_command_destroy):
2273         * plugins/subversion/svn-commit-command.h:
2274         * plugins/subversion/svn-copy-command.c: (on_log_callback),
2275         (svn_copy_command_init), (svn_copy_command_finalize),
2276         (svn_copy_command_run), (svn_copy_command_class_init),
2277         (svn_copy_command_new), (svn_copy_command_destroy):
2278         * plugins/subversion/svn-copy-command.h:
2279         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2280         (svn_diff_command_finalize), (svn_diff_command_run),
2281         (svn_diff_command_class_init), (svn_diff_command_new),
2282         (svn_diff_command_destroy), (svn_diff_command_get_output):
2283         * plugins/subversion/svn-diff-command.h:
2284         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
2285         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
2286         (svn_log_command_class_init), (svn_log_command_new),
2287         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
2288         * plugins/subversion/svn-log-command.h:
2289         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
2290         (svn_log_entry_finalize), (svn_log_entry_class_init),
2291         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
2292         (svn_log_entry_get_author), (svn_log_entry_get_date),
2293         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
2294         (svn_log_entry_get_full_log):
2295         * plugins/subversion/svn-log-entry.h:
2296         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
2297         (svn_merge_command_finalize), (svn_merge_command_run),
2298         (svn_merge_command_class_init), (svn_merge_command_new),
2299         (svn_merge_command_destroy):
2300         * plugins/subversion/svn-merge-command.h:
2301         * plugins/subversion/svn-remove-command.c: (on_log_callback),
2302         (svn_remove_command_init), (svn_remove_command_finalize),
2303         (svn_remove_command_run), (svn_remove_command_class_init),
2304         (svn_remove_command_new), (svn_remove_command_destroy),
2305         (svn_remove_command_get_path):
2306         * plugins/subversion/svn-remove-command.h:
2307         * plugins/subversion/svn-resolve-command.c:
2308         (svn_resolve_command_init), (svn_resolve_command_finalize),
2309         (svn_resolve_command_run), (svn_resolve_command_class_init),
2310         (svn_resolve_command_new), (svn_resolve_command_destroy):
2311         * plugins/subversion/svn-resolve-command.h:
2312         * plugins/subversion/svn-revert-command.c:
2313         (svn_revert_command_init), (svn_revert_command_finalize),
2314         (svn_revert_command_run), (svn_revert_command_class_init),
2315         (svn_revert_command_new), (svn_revert_command_destroy):
2316         * plugins/subversion/svn-revert-command.h:
2317         * plugins/subversion/svn-status-command.c:
2318         (svn_status_command_init), (svn_status_command_finalize),
2319         (on_svn_status_notify), (svn_status_command_run),
2320         (svn_status_command_class_init), (svn_status_command_new),
2321         (svn_status_command_destroy),
2322         (svn_status_command_get_status_queue):
2323         * plugins/subversion/svn-status-command.h:
2324         * plugins/subversion/svn-status.c: (svn_status_init),
2325         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
2326         (svn_status_destroy), (svn_status_get_path),
2327         (svn_status_get_vcs_status):
2328         * plugins/subversion/svn-status.h:
2329         * plugins/subversion/svn-switch-command.c:
2330         (svn_switch_command_init), (svn_switch_command_finalize),
2331         (svn_switch_command_run), (svn_switch_command_class_init),
2332         (svn_switch_command_new), (svn_switch_command_destroy):
2333         * plugins/subversion/svn-switch-command.h:
2334         * plugins/subversion/svn-update-command.c:
2335         (svn_update_command_init), (svn_update_command_finalize),
2336         (svn_update_command_run), (svn_update_command_class_init),
2337         (svn_update_command_new), (svn_update_command_destroy):
2338         * plugins/subversion/svn-update-command.h:
2340         Now really committed all files from James patch (#457477)
2342 2007-11-08  Johannes Schmid <jhs@gnome.org>
2344         * TODO.tasks: Updated
2346 2007-11-08  James Liggett  <jrliggett@cox.net>
2348         reviewed by: Johannes Schmid <jhs@gnome.org>
2350         * configure.in:
2351         * libanjuta/Makefile.am:
2352         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
2353         * libanjuta/anjuta-status.h:
2354         * libanjuta/libanjuta.h:
2355         * plugins/subversion/Makefile.am:
2356         * plugins/subversion/anjuta-subversion.glade:
2357         * plugins/subversion/anjuta-subversion.ui:
2358         * plugins/subversion/plugin.c: (value_added_project_root_uri),
2359         (value_removed_project_root_uri), (activate_plugin),
2360         (deactivate_plugin), (finalize), (subversion_instance_init):
2361         * plugins/subversion/plugin.h:
2362         * plugins/subversion/subversion-actions.c:
2363         * plugins/subversion/subversion-actions.h:
2364         * plugins/subversion/subversion-callbacks.c:
2365         * plugins/subversion/subversion-callbacks.h:
2366         * plugins/subversion/svn-auth.c:
2367         * plugins/subversion/svn-auth.h:
2368         * plugins/subversion/svn-backend-priv.h:
2369         * plugins/subversion/svn-backend.c:
2370         * plugins/subversion/svn-backend.h:
2371         * plugins/subversion/svn-notify.c:
2372         * plugins/subversion/svn-notify.h:
2373         * plugins/subversion/svn-thread.c:
2374         * plugins/subversion/svn-thread.h:
2375         
2376         Commited alpha2 of the new subversion plugin (#457477)
2378 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2380         * plugins/debug-manager/command.c:
2381         Fix a stupid crash when changing a register value
2383 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2385         * libanjuta/interfaces/libanjuta.idl,
2386         plugins/debug-manager/command.c,
2387         plugins/debug-manager/command.h,
2388         plugins/debug-manager/start.c,
2389         plugins/gdb/plugin.c,
2390         plugins/gdb/debugger.c,
2391         plugins/gdb/debugger.h:
2392         Use anjuta terminal plugin instead of gnome terminal
2393         Select if a terminal is used in the the start_program function
2394         Move terminal code from debugger.c to plugin.c
2395         Partial fix of bug #481366
2397         * plugins/gdb/utilities.c,
2398         plugins/gdb/utilities.h:
2399         Remove gnome terminal check function
2401 2007-11-06  Johannes Schmid <jhs@gnome.org>
2403         * plugins/project-import/anjuta-project-import.glade:
2404         * plugins/project-import/project-import.c: (on_import_next),
2405         (on_import_finish), (project_import_set_directory):
2406         * plugins/project-wizard/property.c: (npw_property_create_widget),
2407         (npw_property_set_value_from_widget):
2408         
2409         Replaced gnome_file_entry with gtk_file_chooser_button
2410         Fixes #422329 – Creating a new directory in program options doesn't work
2411         
2412 2007-11-04  Massimo Cora' <maxcvs@email.it>
2414         * plugins/symbol-db/plugin.c:
2415         add all files at once on project_import.
2416         No need to split them into more languages: ctags
2417         and the engine will take care of that.
2419         * plugins/symbol-db/symbol-db-engine.h,
2420         * plugins/symbol-db/symbol-db-engine.c,
2421         * plugins/symbol-db/tables.sql,
2422         * plugins/symbol-db/test/Makefile.am,
2423         * plugins/symbol-db/test/main.c,
2424         * plugins/symbol-db/symbol-db-view-locals.c:
2425         some memory leaks fixed. Ported the thing to
2426         libgda 3.1.2 [or better svn HEAD].
2427         Thanks to a fresh new algorithm to detect
2428         parent scope we're able to display correcly
2429         a local gtktree, including classes not directly
2430         defined inside that file.
2432 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
2434         * plugins/debug-manager/threads.c,
2435         plugins/debug-manager/stack_trace.c:
2436         Do not display address when not needed
2438         * plugins/debug-manager/plugin.c,
2439         plugins/debug-manager/breakpoints.c:
2440         Breakpoints directly connect to debugger signals
2442         * plugins/debug-manager/watch.c:
2443         program-unload signal does not exist used debugger-stopped
2445         * plugins/debug-manager/queue.c,
2446         libanjuta/interfaces/libanjuta.idl:
2447         Display error message returned by debugger command
2448         Add new error codes
2450 2007-11-04  Johannes Schmid <jhs@gnome.org>
2452         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
2453         Bug 493062 – gcj template needs AC_PROG_CC
2454         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
2456         * src/anjuta-actions.h:
2457         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
2458         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
2460 === anjuta 2.3.0 ===
2462 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
2464         * AUTHORS: Updated
2466 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2468         * ChangeLog: Tagged 2.3.0 release.
2470         * plugins/indent/Makefile.am: Fixed indentation.
2472         * plugins/editor/aneditor-autocomplete.cxx:
2473         * plugins/editor/aneditor-priv.h:
2474         * plugins/editor/aneditor.cxx:
2475         * plugins/editor/aneditor.h: Commented out dead codes.
2477         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
2478         Do not build symbol-db by
2479         default. Added 'unstable' in plugin description to signify it's
2480         developmental state.
2482         * plugins/file-manager/Makefile.am,
2483         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
2485 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
2487         * plugins/debug-manager/utilities.c,
2488         plugins/debug-manager/utilities.h,
2489         plugins/debug-manager/threads.c,
2490         plugins/debug-manager/plugin.c,
2491         plugins/debug-manager/plugin.h,
2492         plugins/debug-manager/disassemble.h,
2493         plugins/debug-manager/watch.c,
2494         plugins/debug-manager/watch.h,
2495         plugins/debug-manager/breakpoints.c,
2496         plugins/debug-manager/stack_trace.c:
2497         Replace few remaining function calls by signal 
2499         * plugins/debug-manager/disassemble.c,
2500         plugins/debug-manager/registers.c,
2501         plugins/debug-manager/memory.c,
2502         plugins/debug-manager/locals.c,
2503         plugins/debug-manager/queue.c,
2504         plugins/debug-manager/queue.h:
2505         Connect signals when debugger is started
2506         Disconnect them when debugger is stopped
2507         Do not display window if debugger doesn't support feature
2509         * plugins/gdb/plugin.c,
2510         libanjuta/interfaces/libanjuta.idl:
2511         Remove unused initialization function
2513 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2515         * configure.in:
2516         * plugins/file-manager/Makefile.am:
2517         * scripts/build-schemas.mk: Fixed 'make distcheck'
2519 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2521         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2522         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
2523         to latest API additions.
2525         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
2526         to API changes.
2528 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
2530         * ChangeLog: Fixed indentation.
2531         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
2532         branch.
2534 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
2536         * libanjuta/interfaces/libanjuta.idl:
2537         * plugins/build-basic-autotools/build-basic-autotools.c:
2538         (build_compile_file_real), (build_build_project),
2539         (build_install_project), (build_clean_project),
2540         (build_configure_project), (build_autogen_project),
2541         (build_distribution_project), (build_build_module),
2542         (build_install_module), (build_clean_module), (fm_build),
2543         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
2544         (finalize), (basic_autotools_plugin_instance_init),
2545         (ibuildable_set_command), (ibuildable_reset_commands),
2546         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
2547         (ibuildable_install), (ibuildable_configure),
2548         (ibuildable_generate), (ibuildable_iface_init):
2549         * plugins/build-basic-autotools/build-basic-autotools.h:
2551         Added API for commands override in build interface and implemented
2552         them in build plugin. Useful for other plugins override build
2553         commands depending on project environment.
2555 2007-10-28  Naba Kumar  <naba@gnome.org>
2557         * src/anjuta.glade,
2558         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
2559         Fixed widget alignment for dock switcher tab style combo and
2560         scratchbox path entrybox.
2562 2007-10-28  Johannes Schmid <jhs@gnome.org>
2564         * plugins/document-manager/plugin.c: (on_editor_changed):
2565         Fixed a memory leak and simplified code (thanks again Sébastien)
2566         
2567         * configure.in:
2568         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
2569         and OFFSET sql statements)
2571 2007-10-28  Massimo Cora' <maxcvs@email.it>
2573         * plugins/symbol-db/plugin.c,
2574         plugins/symbol-db/symbol-db-engine.h,
2575         plugins/symbol-db/symbol-db-view.c,
2576         plugins/symbol-db/symbol-db-view.c,
2577         plugins/symbol-db/symbol-db-view-locals.c,
2578         plugins/symbol-db/symbol-db-view-locals.h,
2579         plugins/symbol-db/symbol-db-engine.c:
2580         Better end-of-file-scan detection, permitting
2581         an improved scope/inheritance parsing.
2582         Locals tab gtktree now displays correct
2583         namespace->class->children tree, even if
2584         in a C++ file there isn't class declaration.
2586 2007-10-27  Johannes Schmid <jhs@gnome.org>
2588         Patch from Stanislav Brabec <sbrabec@suse.cz>
2589         * configure.in:
2590         Bug 489798 – Do not rely on svn-config
2592         Patch from Michael Wolf <maw@ximian.com>:
2593         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
2594         (egg_tree_model_filter_remove_node),
2595         (egg_tree_model_filter_row_deleted):
2596         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
2598 2007-10-27  Johannes Schmid <jhs@gnome.org>
2600         * plugins/devhelp/anjuta-devhelp.ui:
2601         * plugins/message-view/anjuta-message-manager.ui:
2603         Added some separators to the toolbar
2604         
2605         * plugins/document-manager/plugin.c:
2606         (on_support_plugin_deactivated), (load_new_support_plugins),
2607         (unload_unused_support_plugins), (on_editor_changed):
2608         
2609         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
2610         for pointing out that is was crap.
2612 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
2614         * libanjuta/interfaces/libanjuta.idl,
2615         libanjuta/anjuta-plugin-manager.c,
2616         libanjuta/anjuta-plugin-manager.h,
2617         libanjuta/anjuta-c-plugin-factory.c,
2618         libanjuta/anjuta-c-module.h,
2619         libanjuta/anjuta-c-module.c:
2620         Report detailled error message in case of plugin loading failure
2622 2007-10-24  Johannes Schmid <jhs@gnome.org>
2624         * configure.in:
2625         * plugins/Makefile.am:
2626         
2627         Activate build of symbol-db plugin (when libgda is available)
2628         
2629         * plugins/document-manager/plugin.c:
2630         (on_support_plugin_deactivated), (on_editor_changed):
2631         
2632         Properly handle language support plugins even when they are
2633         unloaded by the session.
2634         
2635         * plugins/symbol-db/plugin.c: (register_stock_icons),
2636         Port to new REGISTER_ICONS stuff
2637   
2638 2007-10-22  Massimo Cora'  <maxcvs@email.it>
2640         * plugins/symbol-db/plugin.c,
2641         * plugins/symbol-db/symbol-db-view.c
2642         * plugins/symbol-db/symbol-db-engine.h,
2643         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
2644         * plugins/symbol-db/symbol-db-view-locals.c,
2645         * plugins/symbol-db/symbol-db-view-locals.h,
2646         * plugins/symbol-db/symbol-db-engine.c:
2647         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
2648         Added a new algorithm for dynamic population of the local symbols' tab.
2649         Now the default view is tree-like.
2650         Some fixes on engine correct some population issues.    
2652 2007-10-23  Naba Kumar  <naba@gnome.org>
2654         * plugins/glade/Makefile.am: Corrected conditional not to install
2655         .plugin file if plugin is disabled.
2656         * plugins/sourceview/Makefile.am: Corrected conditional not to
2657         install schemas if plugin is not built.
2659 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
2661         * plugins/debug-manager/queue.c:
2662         Fix #488061: Mutiple crash dialogs
2664         * plugins/gdb/debugger.c,
2665         plugins/gdb/debugger.h:
2666         Remove maximum gdb command length, should fix bug#474811
2668 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
2670         * manuals/reference/libanjuta/plugin-description-file.sgml,
2671         manuals/reference/libanjuta/libanjuta-docs.sgml,
2672         manuals/reference/libanjuta/libanjuta-sections.txt,
2673         libanjuta/interfaces/libanjuta.idl,
2674         libanjuta/anjuta-c-module.c,
2675         libanjuta/anjuta-c-plugin-factory.c:
2676         Document last changes in plugin code
2678 2007-10-19  Johannes Schmid <jhs@gnome.org>
2680         * plugins/subversion/subversion-callbacks.c: (check_filename):
2681         
2682         Fixed #487854 – Anjuta crashes when i try to add a SVN url
2684 2007-10-19  Naba Kumar  <naba@gnome.org>
2686         * plugins/file-manager/file-model.c: Fixed a critical runtime
2687         warning.
2689 2007-10-18  Johannes Schmid <jhs@gnome.org>
2691         * libanjuta/anjuta-ui.h:
2692         Small fix on icon macros
2693         
2694         * libanjuta/interfaces/libanjuta.idl:
2695         * plugins/language-manager/plugin.c: (ilanguage_get_name),
2696         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
2697         (ilanguage_iface_init):
2698         
2699         Added get_from_editor() and get_name_from_editor() methods
2700         to IAnjutaLanguage
2701         
2702         * plugins/document-manager/plugin.c:
2703         (update_editor_ui_interface_items), (on_editor_changed):
2704         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
2705         .in:
2706         * plugins/language-support-cpp-java/plugin.c: (install_support):
2707         
2708         Ported plugins to use the new interface
2710 2007-10-17  Johannes Schmid <jhs@gnome.org>
2712         * libanjuta/anjuta-ui.h:
2713         
2714         Added macros to register stock icons to stop all this copy&paste
2715         which had spread over a lot of files. New macros support to add 
2716         icons with toolbar and menu size (16 and 24)
2717         
2718         * plugins/class-inheritance/plugin.c: (register_stock_icons):
2719         * plugins/debug-manager/images/anjuta-attach.svg:
2720         * plugins/debug-manager/images/anjuta-step-out.svg:
2721         * plugins/debug-manager/images/anjuta-step-over.svg:
2722         * plugins/debug-manager/plugin.c: (register_stock_icons):
2723         * plugins/document-manager/images/Makefile.am:
2724         * plugins/document-manager/images/anjuta-block-end.svg:
2725         * plugins/document-manager/images/anjuta-block-start.svg:
2726         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
2727         * plugins/document-manager/images/anjuta-bookmark.svg:
2728         * plugins/document-manager/images/anjuta-go-history-next.svg:
2729         * plugins/document-manager/images/anjuta-go-history-prev.svg:
2730         * plugins/document-manager/plugin.c: (register_stock_icons):
2731         * plugins/glade/plugin.c: (register_stock_icons):
2732         * plugins/language-support-cpp-java/plugin.c:
2733         (register_stock_icons):
2734         * plugins/message-view/Makefile.am:
2735         * plugins/message-view/anjuta-go-message-next.svg:
2736         * plugins/message-view/anjuta-go-message-prev.svg:
2737         * plugins/message-view/anjuta-message-view.svg:
2738         * plugins/message-view/messages.xpm:
2739         * plugins/message-view/plugin.c: (register_stock_icons):
2740         * plugins/patch/plugin.c: (patch_plugin_activate):
2741         * plugins/project-manager/plugin.c: (register_stock_icons):
2742         * plugins/search/Makefile.am:
2743         * plugins/search/anjuta-go-match-next.svg:
2744         * plugins/search/anjuta-go-match-prev.svg:
2745         * plugins/search/plugin.c: (activate_plugin):
2746         * plugins/symbol-browser/plugin.c: (register_stock_icons):
2747         * plugins/terminal/terminal.c: (register_stock_icons):
2748         * plugins/valgrind/plugin.c: (register_stock_icons):
2749         
2750         Updated to use the new icons and added several new and updated 
2751         icons from #480093
2753 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
2755         * libanjuta/anjuta-plugin-handle.c,
2756         libanjuta/anjuta-plugin-handle.h:
2757         Add a new path property containing the directory of the .plugin
2758         file, library file (.so or whatever) must be in the same directory
2760         * libanjuta/anjuta-plugin-manager.c,
2761         libanjuta/interfaces/libanjuta.idl,
2762         (removed) libanjuta/anjuta-glue-plugin.c,
2763         (removed) libanjuta/anjuta-glue-plugin.h,
2764         (removed) libanjuta/anjuta-glue-c.c,
2765         (removed) libanjuta/anjuta-glue-c.h,
2766         (removed) libanjuta/anjuta-glue-cpp.c,
2767         (removed) libanjuta/anjuta-glue-cpp.h,
2768         (removed) libanjuta/anjuta-glue-factory.c,
2769         (removed) libanjuta/anjuta-glue-factory.h,
2770         (added) libanjuta/anjuta-c-module.c,
2771         (added) libanjuta/anjuta-c-module.h,
2772         (added) libanjuta/anjuta-c-plugin-factory.c,
2773         (added) libanjuta/anjuta-c-plugin-factory.h,
2774         libanjuta/Makefile.am:
2775         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
2776         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
2777         implementing IAnjutaPluginFactory
2778         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
2780         * libanjuta/libanjuta.h:
2781         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
2782         interface)
2784         * libanjuta/anjuta-plugin.h:
2785         Replace AnjutaGluePlugin by GTypeModule
2786         Remove unused anjuta_glue_get_component_type replaced by
2787         g_type_from_name
2789         * plugins/build-basic-autotools/build-basic-autotools.h,
2790         plugins/class-gen/plugin.h,
2791         plugins/class-inheritance/plugin.h,
2792         plugins/cvs-plugin/plugin.h,
2793         plugins/debug-manager/plugin.h,
2794         plugins/devhelp/plugin.h,
2795         plugins/document-manager/plugin.h,
2796         plugins/editor/plugin.h,
2797         plugins/file-loader/plugin.h,
2798         plugins/file-wizard/plugin.h,
2799         plugins/gdb/plugin.h,
2800         plugins/glade/plugin.h,
2801         plugins/gtodo/plugin.h,
2802         plugins/indent/plugin.h,
2803         plugins/language-manager/plugin.h,
2804         plugins/language-support-cpp-java/plugin.h,
2805         plugins/macro/plugin.h,
2806         plugins/message-view/plugin.h,
2807         plugins/patch/plugin.h,
2808         plugins/profiler/plugin.h,
2809         plugins/project-import/plugin.h,
2810         plugins/project-manager/plugin.h,
2811         plugins/project-wizard/plugin.h,
2812         plugins/sample1/plugin.h,
2813         plugins/search/plugin.h,
2814         plugins/sourceview/plugin.h,
2815         plugins/subversion/plugin.h,
2816         plugins/symbol-browser/plugin.h,
2817         plugins/symbol-db/plugin.h,
2818         plugins/terminal/terminal.c,
2819         plugins/tools/plugin.h,
2820         plugins/valgrind/plugin.h:
2821         Replace AnjutaGluePlugin by GTypeModule
2823 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
2825         * plugins/debug-manager/breakpoints.c:
2826         Fix bug#487112, crash while removing a breakpoint in a new file
2828 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
2830         * plugins/document-manager/search-box.c:
2831         Fix a crash (with an useful comment) focus-out-event handler must
2832         return a gboolean
2834 2007-10-14 Johannes Schmid <jhs@gnome.org>
2836         * plugins/sourceview/sourceview.c:
2837         Hide calltip when "Up" or "Down" key is pressed
2839 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
2841         * plugins/document-manager/search-box.c:
2842         Change included file order to avoid a compile error with gnome 2.16
2844 2007-10-13  Johannes Schmid <jhs@gnome.org>
2846         * plugins/debug-manager/plugin.c: (enable_log_view):
2847         
2848         Fixed crash when closing a project and unloading another while
2849         the debugger is enabled
2851 2007-10-13  Johannes Schmid <jhs@gnome.org>
2853         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
2854         
2855         Use correct breakpoint icon
2856         
2857         * plugins/devhelp/Makefile.am:
2858         * plugins/devhelp/anjuta-go-help-next.svg:
2859         * plugins/devhelp/anjuta-go-help-prev.svg:
2860         * plugins/devhelp/plugin.c: (register_stock_icons),
2861         (devhelp_activate):
2862         
2863         Added new icons from #480093
2864         
2865         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
2866         * plugins/document-manager/images/anjuta-bookmark-first.svg:
2867         * plugins/document-manager/images/anjuta-bookmark-last.svg:
2868         * plugins/document-manager/images/anjuta-bookmark-next.svg:
2869         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
2870         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
2871         * plugins/message-view/anjuta-go-message-next.svg:
2872         * plugins/message-view/anjuta-go-message-prev.svg:
2873         
2874         Updated icons from #480093
2875                 
2876         * src/anjuta-actions.h:
2877         Use GTK_STOCK_FULLSCREEN
2878         
2879         * src/anjuta-app.c: (on_gdl_style_changed),
2880         (anjuta_app_instance_init):
2881         * src/anjuta.glade:
2882         
2883         Added preference option to set the gdl switcher style
2885 2007-10-13  Johannes Schmid <jhs@gnome.org>
2887         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2888         (get_property_value_as_string), (set_property_value_as_string),
2889         (register_callbacks):
2890         * libanjuta/anjuta-preferences.h:
2891         
2892         Support GtkFileChooserButton as preferences widget
2893         
2894         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
2895         
2896         Fixed a Gtk-Critical
2897         
2898         * plugins/file-manager/Makefile.am:
2899         * plugins/file-manager/file-model.c: (file_model_filter_file),
2900         (file_model_add_dummy), (file_model_expand_idle),
2901         (file_model_set_property), (file_model_get_property),
2902         (file_model_class_init):
2903         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
2904         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
2905         (file_manager_activate), (file_manager_finalize),
2906         (file_manager_instance_init), (ipreferences_merge),
2907         (ipreferences_unmerge), (ipreferences_iface_init):
2908         * plugins/file-manager/plugin.h:
2909         
2910         Added preferences to file-manager
2912         * plugins/glade/plugin.c: (activate_plugin):
2913         
2914         Move Properties widget into center because it is way to big
2915         for the sidebar
2917 2007-10-10  Johannes Schmid <jhs@gnome.org>
2919         * plugins/language-support-cpp-java/Makefile.am:
2920         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
2921         * plugins/language-support-cpp-java/anjuta-complete.svg:
2922         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
2923         * plugins/language-support-cpp-java/plugin.c:
2924         (register_stock_icons):
2925         
2926         And yet some more icons...
2928 2007-10-10  Johannes Schmid <jhs@gnome.org>
2930         * plugins/debug-manager/breakpoints.c:
2931         * plugins/debug-manager/images/Makefile.am:
2932         * plugins/debug-manager/images/anjuta-bookmark.svg:
2933         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
2934         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
2935         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
2936         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
2937         * plugins/debug-manager/images/anjuta-linemark.svg:
2938         * plugins/debug-manager/images/anjuta-pcmark.svg:
2939         * plugins/debug-manager/plugin.c: (register_stock_icons):
2940         * plugins/debug-manager/sparse_view.c:
2941         * plugins/document-manager/images/Makefile.am:
2942         * plugins/document-manager/images/anjuta-block-select.svg:
2943         * plugins/document-manager/images/anjuta-fold-close.svg:
2944         * plugins/document-manager/images/anjuta-fold-open.svg:
2945         * plugins/document-manager/images/anjuta-fold-toggle.svg:
2946         * plugins/document-manager/images/anjuta-indent-less.svg:
2947         * plugins/document-manager/images/anjuta-indent-more.svg:
2948         * plugins/document-manager/images/anjuta-swap.svg:
2949         * plugins/document-manager/images/block_select.xpm:
2950         * plugins/document-manager/images/fold_close.xpm:
2951         * plugins/document-manager/images/fold_open.xpm:
2952         * plugins/document-manager/images/fold_toggle.xpm:
2953         * plugins/document-manager/images/indent.xpm:
2954         * plugins/document-manager/images/indent_dcr.xpm:
2955         * plugins/document-manager/images/indent_inc.xpm:
2956         * plugins/document-manager/plugin.c: (register_stock_icons):    
2957         * plugins/editor/Makefile.am:
2958         * plugins/editor/anjuta-bookmark-16.xpm:
2959         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
2960         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
2961         * plugins/editor/anjuta-linemark-16.xpm:
2962         * plugins/editor/anjuta-pcmark-16.xpm:
2963         * plugins/editor/bookmark.xpm:
2964         * plugins/editor/breakpoint-disabled.xpm:
2965         * plugins/editor/breakpoint-enabled.xpm:
2966         * plugins/editor/linemarker.xpm:
2967         * plugins/editor/program-counter.xpm:
2968         * plugins/editor/text_editor.c:
2969         * plugins/message-view/Makefile.am:
2970         * plugins/message-view/anjuta-go-message-next.svg:
2971         * plugins/message-view/anjuta-go-message-prev.svg:
2972         * plugins/message-view/anjuta-message-manager.ui:
2973         * plugins/message-view/plugin.c:
2974         * plugins/sourceview/Makefile.am:
2975         * plugins/sourceview/sourceview.c:
2977         Integrated lots of icons from #480093
2978         Thanks to <tpgww@onepost.net>
2980         * plugins/document-manager/plugin.c:
2981         Do not mark the line in ifile_open(), that looks ugly.
2982         
2983         * plugins/document-manager/search-box.c: (on_search_focus_out),
2984         (search_box_init):
2985         Clear the status bar on focus_out.
2986         
2987         * plugins/file-loader/anjuta-loader-plugin.ui:
2988         Fixed a missing "="
2990 2007-10-09  Johannes Schmid <jhs@gnome.org>
2992         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
2993         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
2995         Some things I missed in the patch for #484419
2996         
2997         * plugins/document-manager/action-callbacks.c:
2998         (on_new_file_activate):
2999         * plugins/document-manager/action-callbacks.h:
3000         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3001         (on_window_key_press_event), (on_gconf_notify_timer):
3002         
3003         484645 – patch to deal with docman FIXME etc
3004         
3005         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3006         * plugins/search/search-replace.c: (search_and_replace),
3007         (write_message_pane), (search_replace_populate),
3008         (translate_dialog_strings), (create_dialog),
3009         (anjuta_search_replace_activate):
3010         * plugins/search/search-replace_backend.c:
3011         (file_buffer_new_from_path), (get_next_match),
3012         (create_search_entries), (regex_backref),
3013         (clear_search_replace_instance):
3014         * plugins/search/search-replace_backend.h:
3015         
3016         #484573 – patch to correct various search-related issues
3017         
3018         Thanks for the above patches to <tpgww@onepost.net>
3019         
3020         * plugins/sourceview/sourceview.c:
3021         (sourceview_create_highligth_indic):
3022         
3023         Use the same marker for important as gedit (yellow background)
3025         * plugins/document-manager/anjuta-document-manager.ui:
3026         * plugins/file-loader/anjuta-file-loader.ui:
3027         * plugins/file-loader/plugin.c:
3028         
3029         Moved FileNew action to document-manager
3031 2007-10-08  Johannes Schmid <jhs@gnome.org>
3033         * plugins/document-manager/search-box.c: (on_search_activated):
3034         Mark messages for translation
3036 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3038         reviewed by: Johannes Schmid <jhs@gnome.org>
3040         * plugins/Makefile.am:
3041         * plugins/build-basic-autotools/build-basic-autotools.c:
3042         (build_compile_file_real):
3043         * plugins/search/search-replace.c:
3044         * plugins/valgrind/preferences.c: (build_general_prefs):
3045         
3046         Fix #484379 – Contents of Makefile.am plugins and
3047         #484419 – Improvement into translation
3049 2007-10-06  Johannes Schmid <jhs@gnome.org>
3051         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3053         Fixed to properly support pointer-to-pointer (**) types
3055         * libanjuta/interfaces/libanjuta.idl:
3056         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3057         * plugins/sourceview/sourceview-cell.h:
3058         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3059         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3060         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3061         (isearch_backward), (isearch_iface_init):
3062         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3063         (itext_editor_iface_init), (iselection_set_iter),
3064         (iselection_get_start_iter), (iselection_get_end_iter),
3065         (iselection_iface_init), (isearch_forward), (isearch_backward),
3066         (isearch_iface_init):
3067         
3068         Added IAnjutaEditorSearch interface and some utility methods to
3069         migrate from positions to iterators for the editor interface.
3070         
3071         * plugins/document-manager/Makefile.am:
3072         * plugins/document-manager/action-callbacks.c:
3073         (on_goto_line_no1_activate), (on_show_search):
3074         * plugins/document-manager/action-callbacks.h:
3075         * plugins/document-manager/anjuta-docman.c:
3076         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3077         (anjuta_docman_grab_text_focus):
3078         * plugins/document-manager/anjuta-document-manager.ui:
3079         * plugins/document-manager/goto_line.c: (removed)
3080         * plugins/document-manager/goto_line.h: (removed)
3081         * plugins/document-manager/search-box.c:
3082         * plugins/document-manager/search-box.h:
3083         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3084         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3085         (update_editor_ui_interface_items), (on_editor_added),
3086         (activate_plugin), (deactivate_plugin):
3087         * plugins/document-manager/plugin.h:
3088         
3089         Created new incremental "Quick Search" bar in the document manager to
3090         replace the crappy EggToolbar entries. Uses the new search interface and
3091         it thus much faster and more reliable.
3092         Fixes: 
3093         Bug 357544 – incremental search should work consistently (or not at all) 
3094         when main toolbar is hidden
3095         Bug 440637 – Search, don't work very well (partly for incremental search)
3096         
3097         * plugins/search/anjuta-search.ui:
3098         * plugins/search/plugin.c: (activate_plugin):
3099         
3100         Removed incremental search stuff
3101         
3102         * plugins/build-basic-autotools/build-basic-autotools.c:
3103         (on_session_save), (on_session_load):
3104         * plugins/build-basic-autotools/executer.c:
3105         (get_program_parameters):
3106         
3107         Scroll to selected executable and remember it across sessions
3108         (followup of #477976)
3109         
3110         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3111         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3112         
3113         * plugins/devhelp/anjuta-devhelp.ui:
3114         Rearraged toolbar items a bit
3116 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3118         * plugins/debug-manager/command.c,
3119         plugins/debug-manager/queue.c,
3120         plugins/gdb/plugin.c,
3121         plugins/gdb/debugger.c:
3122         Fix several crashing bugs (including bug#482985) with the debugger
3123         when closing project, stopping the debugger, restarting the program
3125 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3127         * libanjuta/anjuta-launcher.c:
3128         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3130 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3132         * plugins/debug-manager/command.c,
3133         plugins/debug-manager/queue.c:
3134         Asynchronous command can abort other commands in queue
3135         Resynchronize debugger state when a command is cancelled
3137         * plugins/debug-manager/breakpoints.c:
3138         Free BreakpointItem only when it is not used anymore
3140         * plugins/gdb/plugin.c:
3141         Do not return TRUE if the callback and/or ready signal is not used
3143         * plugins/gdb/debugger.c:
3144         Fix a crash, return correct state when debugger is stopped
3146 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3148         * plugins/project-wizard/autogen.c:
3149         Fix bug#482067, escape project wizard user defined strings
3151 2007-10-01  Johannes Schmid <jhs@gnome.org>
3153         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3154         .glade:
3155         * plugins/build-basic-autotools/build-basic-autotools.c:
3156         (basic_autotools_plugin_instance_init):
3157         * plugins/build-basic-autotools/build-basic-autotools.h:
3158         * plugins/build-basic-autotools/executer.c:
3159         (get_program_parameters):
3160         
3161         Fixed #477976 – Keybinding in run dialog
3163 2007-09-30  Johannes Schmid <jhs@gnome.org>
3165         * plugins/Makefile.am:
3166         Do not build indent plugin (yet)
3167         
3168         * plugins/document-manager/plugin.c: (ipreferences_merge):
3169         Fixed unintentional and wrong change
3171         * plugins/indent/anjuta-indent.ui:
3172         Added missing file
3174 2007-09-28  Johannes Schmid <jhs@gnome.org>
3176         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3177         * libanjuta/anjuta-launcher.h:
3178         Add a method to send EOF to some process. Needed for the indent plugin
3179         and should be useful in general. It does not actually send EOF as this
3180         is not possible with utf-8, but closes the stream instead.
3182         * plugins/devhelp/plugin.c: (value_added_current_editor):
3183         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3184         IAnjutaDocument switch.
3186         * configure.in:
3187         * plugins/Makefile.am:
3188         * plugins/document-manager/Makefile.am:
3189         * plugins/document-manager/action-callbacks.c:
3190         * plugins/document-manager/anjuta-document-manager.glade:
3191         * plugins/document-manager/anjuta-document-manager.ui:
3192         * plugins/document-manager/images/Makefile.am:
3193         * plugins/document-manager/images/indent_auto.xpm:
3194         * plugins/document-manager/images/indent_set.xpm:
3195         * plugins/document-manager/indent-dialog.c:
3196         * plugins/document-manager/indent-dialog.h:
3197         * plugins/document-manager/indent-util.c:
3198         * plugins/document-manager/indent-util.h:
3199         * plugins/document-manager/indent_test.c:
3200         * plugins/document-manager/plugin.c: (register_stock_icons),
3201         (docman_plugin_instance_init), (ipreferences_merge):
3202         * plugins/document-manager/plugin.h:
3203         
3204         Removed indent code from document manager
3205         
3206         * plugins/indent/Makefile.am:
3207         * plugins/indent/indent-dialog.c:
3208         * plugins/indent/indent-util.c: (indent_init_indent_style):
3209         * plugins/indent/indent.glade:
3210         * plugins/indent/indent.plugin.in:
3211         * plugins/indent/plugin.c: (on_indent_finished),
3212         (on_indent_output), (on_indent_action_activate),
3213         (on_edit_editor_indent), (on_style_combo_changed),
3214         (value_added_current_editor), (value_removed_current_editor),
3215         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3216         (indent_plugin_finalize), (indent_plugin_dispose),
3217         (anjuta_indent_plugin_instance_init),
3218         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3219         (ipreferences_unmerge), (ipreferences_iface_init):
3220         * plugins/indent/plugin.h:
3222         Moved indent code to it's own plugin. Also reimplemented indent invocation
3223         using anjuta_launcher and streams. This is not yet completely working, maybe
3224         I got something wrong with the launcher.
3225         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3227 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3229         * plugins/debug-manager/plugin.c:
3230         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3232 2007-09-27  Johannes Schmid <jhs@gnome.org>
3234         * libanjuta/interfaces/libanjuta.idl:
3235         * plugins/Makefile.am:
3236         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3237         (isymbol_type_str), (isymbol_name), (isymbol_args),
3238         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3239         (isymbol_impl), (isymbol_iface_init):
3240         * plugins/symbol-browser/an_symbol_info.c:
3241         * plugins/symbol-browser/an_symbol_info.h:
3242         * plugins/symbol-db/Makefile.am:
3243         * plugins/symbol-db/plugin.c:
3244         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3245         (value_added_current_editor), (on_editor_foreach_clear),
3246         (value_removed_current_editor), (project_root_added),
3247         (symbol_db_activate), (symbol_db_deactivate),
3248         (isymbol_manager_search):
3249         * plugins/symbol-db/readtags.c: (initialize_1):
3250         * plugins/symbol-db/symbol-db-engine-iterator.c:
3251         (sdb_engine_iterator_instance_init),
3252         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3253         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3254         (symbol_db_engine_iterator_move_next),
3255         (symbol_db_engine_iterator_move_prev),
3256         (symbol_db_engine_iterator_get_n_items),
3257         (symbol_db_engine_iterator_last),
3258         (symbol_db_engine_iterator_set_position),
3259         (symbol_db_engine_iterator_get_position),
3260         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3261         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3262         (isymbol_iter_foreach), (isymbol_iter_set_position),
3263         (isymbol_iter_get_position), (isymbol_iter_get_length),
3264         (isymbol_iter_clone), (isymbol_iter_assign),
3265         (isymbol_iter_iface_init):
3266         * plugins/symbol-db/symbol-db-engine-iterator.h:
3267         * plugins/symbol-db/symbol-db-engine.c:
3268         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3269         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3270         (sdb_engine_finalize), (sdb_engine_get_type),
3271         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3272         (sdb_engine_get_table_id_by_unique_name2),
3273         (sdb_engine_get_table_id_by_unique_name3),
3274         (symbol_db_engine_add_new_workspace),
3275         (symbol_db_engine_get_opened_project_name),
3276         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3277         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3278         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3279         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3280         (sdb_engine_add_new_scope_definition),
3281         (sdb_engine_add_new_tmp_heritage_scope),
3282         (sdb_engine_second_pass_update_scope_1),
3283         (sdb_engine_second_pass_update_heritage),
3284         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
3285         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
3286         (symbol_db_engine_update_project_symbols),
3287         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
3288         (symbol_db_engine_update_buffer_symbols),
3289         (sdb_engine_walk_down_scope_path),
3290         (sdb_engine_prepare_symbol_info_sql),
3291         (symbol_db_engine_get_global_members),
3292         (symbol_db_engine_get_scope_members_by_symbol_id),
3293         (symbol_db_engine_get_scope_members),
3294         (symbol_db_engine_get_current_scope),
3295         (symbol_db_engine_get_file_symbols):
3296         * plugins/symbol-db/symbol-db-engine.h:
3297         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3298         (on_symbol_updated), (on_symbol_inserted),
3299         (symbol_db_view_locals_get_line),
3300         (symbol_db_view_locals_update_list):
3301         * plugins/symbol-db/symbol-db-view-search.c:
3302         (sdb_view_search_model_filter), (sdb_view_search_get_type):
3303         * plugins/symbol-db/symbol-db-view-search.h:
3304         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
3305         (do_add_hidden_children), (do_recurse_and_add_new_sym),
3306         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
3307         * plugins/symbol-db/tables.sql:
3308         * plugins/symbol-db/test/Makefile.am:
3309         * plugins/symbol-db/test/main.c: (add_new_files), (main):
3310         Updated patch from Massimo to improve symbol-db plugin
3312         * plugins/document-manager/plugin.c: (on_editor_changed):
3313         Make the code a bit more robust
3314         
3315         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3316         (anjuta_document_get_property), (anjuta_document_class_init),
3317         (anjuta_document_init), (set_uri), (document_loader_loaded),
3318         (anjuta_document_load), (document_saver_saving):
3319         * plugins/sourceview/anjuta-document.h:
3320         * plugins/sourceview/sourceview.c: (autodetect_language),
3321         (ilanguage_set_language), (ilanguage_get_language):
3322         Fix language detection on startup
3324 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
3326         * plugins/document-manager/action-callbacks.c:
3327         (on_editor_command_upper_case_activate),
3328         (on_editor_command_lower_case_activate): Leftover commit from previous
3329         commit (see last changlog entry by me).
3330         
3331         * plugins/file-manager/plugin.c: (file_manager_activate):
3332         Gave proper widget name so that layout works.
3334 2007-09-26  Johannes Schmid <jhs@gnome.org>
3336         * plugins/document-manager/plugin.c: (on_editor_changed),
3337         (docman_plugin_instance_init):
3338         Only unload/load language-support plugins if necessary.
3339         
3340         * plugins/language-manager/plugin.c: (language_manager_activate):
3341         Removed some debugging code
3343         * plugins/sourceview/sourceview.c: (on_document_saved),
3344         (ilanguage_set_language), (ilanguage_get_language):
3345         Fixed ianjuta_language interface and ensure that highlighting is
3346         activated when a new file is saved.
3347         
3348 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
3350         * libanjuta/interfaces/libanjuta.idl:
3351         * plugins/document-manager/action-callbacks.c:
3352         (on_editor_command_upper_case_activate),
3353         (on_editor_command_lower_case_activate):
3354         * plugins/editor/text_editor.c: (iselection_has_selection),
3355         (iselection_get_start), (iselection_get_end),
3356         (iselection_iface_init):
3357         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3358         * plugins/sourceview/sourceview.c: (iselect_has_selection),
3359         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
3360         method and implemented it for both scintilla and sourceview editors.
3361         Updated document-manager and assist plugins to use the new method.
3363 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
3365         * plugins/file-manager/file-view.c:
3366         Fix typo, allow to compile new file manager with gtk < 2.12
3368 2007-09-25  Johannes Schmid <jhs@gnome.org>
3370         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3371         Support Auto-Indent for single lines (e.g no selection);
3372         
3373         * plugins/macro/plugin.c:
3374         Do not use the same shortcut as auto-indent does
3375         
3376         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
3377         Optimized keyboard navigation - do not emit char_added when only
3378         navigation keys have been pressed.
3380 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3382         * plugins/language-support-cpp-java/cpp-java-assist.c:
3383         (on_assist_chosen), (cpp_java_assist_install),
3384         (cpp_java_assist_uninstall):
3385         * plugins/language-support-cpp-java/plugin.c: (install_support),
3386         (uninstall_support): Install and uninstall support in correct order.
3387         Fixes a bug where it was installed multiple times resulting in
3388         inserting autocomplete text multiple times.
3390 2007-09-25  Johannes Schmid <jhs@gnome.org>
3392         * configure.in:
3393         Add GNOME_WARNING_FLAGS(maximum) and
3394         GNOME_CXX_WARNIGS(yes) to avoid bugs
3395         the compiler can warn you.
3396         
3397         * libegg/test-tree-utils.c: (key_test):
3398         * plugins/file-manager/file-model.c:
3399         (file_model_cancel_expand_idle), (file_model_sort),
3400         (file_model_row_expanded):
3401         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
3402         (file_view_refresh), (file_view_get_selected), (file_view_init),
3403         (file_view_new):
3404         * plugins/file-manager/file-view.h:
3405         * plugins/symbol-db/readtags.c: (initialize_1):
3406         * src/main.c:
3407         
3408         Fixed the more critical warnings
3410 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3412         Icons from tpgww@onepost.net:
3413         * configure.in:
3414         * plugins/debug-manager/Makefile.am:
3415         * plugins/debug-manager/images/Makefile.am:
3416         * plugins/debug-manager/images/anjuta-attach.svg:
3417         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
3418         * plugins/debug-manager/images/anjuta-step-into.svg:
3419         * plugins/debug-manager/images/anjuta-step-out.svg:
3420         * plugins/debug-manager/images/anjuta-step-over.svg:
3421         * plugins/debug-manager/plugin.c: (register_stock_icons):
3422         * plugins/document-manager/Makefile.am:
3423         * plugins/document-manager/block_select.xpm:
3424         * plugins/document-manager/fold_close.xpm:
3425         * plugins/document-manager/fold_open.xpm:
3426         * plugins/document-manager/fold_toggle.xpm:
3427         * plugins/document-manager/images/Makefile.am:
3428         * plugins/document-manager/images/anjuta-block-end.svg:
3429         * plugins/document-manager/images/anjuta-block-start.svg:
3430         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3431         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3432         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3433         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3434         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3435         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3436         * plugins/document-manager/indent.xpm:
3437         * plugins/document-manager/indent_auto.xpm:
3438         * plugins/document-manager/indent_dcr.xpm:
3439         * plugins/document-manager/indent_inc.xpm:
3440         * plugins/document-manager/indent_set.xpm:
3441         * plugins/document-manager/plugin.c: Added nicer icons for
3442         document manager and debugger. Organized icons in 'images'
3443         directories.
3445 2007-09-24  Johannes Schmid <jhs@gnome.org>
3447         * src/anjuta-app.c: (anjuta_app_add_widget_full):
3448         Fixed a missing NULL in g_object_set.
3450 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3452         * plugins/language-support-cpp-java/cpp-java-assist.c:
3453         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
3454         scope memebers just after scope operator is entered.
3456 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3458         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3459         * plugins/language-support-cpp-java/cpp-java-assist.c:
3460         (completion_function), (completion_compare),
3461         (cpp_java_assist_tag_destroy), (create_completion),
3462         (cpp_java_assist_destroy_completion_cache),
3463         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
3464         Show '()' for function items in autocomplete list. Allow adding
3465         ' ' and/or '(' after function call autocompletion and have preferences
3466         settings for them.
3468 2007-09-24  Johannes Schmid <jhs@gnome.org>
3470         * sourceview.c: Reverting patch from r3157 because
3471         of side-effects
3473 2007-09-24  Johannes Schmid <jhs@gnome.org>
3475         * plugins/search/search-replace.c: (on_message_clicked):
3477         Fixed #427104 – No "highlight" of lines matching find-result
3479 2007-09-24  Johannes Schmid <jhs@gnome.org>
3481         * src/anjuta.glade:
3483         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
3485 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
3487         reviewed by: Johannes Schmid <jhs@gnome.org>
3489         * plugins/build-basic-autotools/executer.c: (execute_program):
3490         Fix #478238 – set env for execute programe in the terminal
3492 2007-09-24 Tom <tpgww@onepost.net>
3494         reviewed by: Johannes Schmid <jhs@gnome.org>
3496         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
3497         Fix memory leak
3498         
3499         * plugins/debug-manager/disassemble.c: (on_disassemble):
3500         Correct a format string in DEBUG_PRINT()
3502 2007-09-23  Johannes Schmid <jhs@gnome.org>
3504         * plugins/sourceview/sourceview.c: (offset_to_position),
3505         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
3506         (ieditor_get_position), (iselect_set), (iselect_get_start),
3507         (iselect_get_end):
3508         
3509         Fixed #Bug 440637 – Search, don't work very well
3511 2007-09-23  Johannes Schmid <jhs@gnome.org>
3513         * plugins/file-manager/file-model.c: (file_model_get_filename):
3514         * plugins/file-manager/file-model.h:
3515         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
3516         (file_view_init), (file_view_class_init):
3517         * plugins/message-view/message-view.c:
3518         (message_view_query_tooltip), (message_view_dispose),
3519         (message_view_instance_init), (message_view_class_init):
3521         Added GTK+ 2.12 style tooltips to file-manager and message view.
3522         Only build if GTK+ 2.12 is availible otherwise for message-view, the
3523         old implementation is used.
3525 2007-09-23  Johannes Schmid <jhs@gnome.org>
3527         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
3528         Fixed typo
3529         
3530         * plugins/language-manager/language-manager.plugin.in:
3531         Marked UserActivatable=FALSE
3532         
3533         * plugins/language-manager/plugin.c: (load_languages),
3534         (language_manager_activate), (language_manager_deactivate),
3535         (language_manager_dispose), (language_manager_instance_init),
3536         (language_manager_find_mime_type), (language_manager_find_string),
3537         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
3538         (ilanguage_get_name), (ilanguage_get_strings):
3539         
3540         Fixed various stupid bugs in language-manager plugin
3541         
3542         * plugins/symbol-db/symbol-db-engine.c:
3543         (sdb_engine_second_pass_update_scope_1):
3544         
3545         Add a g_return_if_fail to avoid a crash though still unsure
3546         what's causing it.
3548 2007-09-23  Johannes Schmid <jhs@gnome.org>
3550         * plugins/symbol-db/plugin.c: (on_project_element_added),
3551         (sources_array_free), (sources_array_add_foreach),
3552         (project_root_added):
3553         * plugins/symbol-db/symbol-db-engine.c:
3554         (symbol_db_engine_add_new_files):
3555         * plugins/symbol-db/symbol-db-engine.h:
3556         
3557         Added support for other languages than "C" to symbol-db. Now
3558         supports all languages listed by the language-manager.
3560 2007-09-23  Tom <tpgww@onepost.net>
3562         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
3564         * configure.in:
3565         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
3566         
3567         * libanjuta/anjuta-glue-factory.c: (load_plugin),
3568         (anjuta_glue_factory_get_object_type):
3569         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
3570         * plugins/build-basic-autotools/build-basic-autotools.c:
3571         (value_added_current_editor):
3572         * plugins/debug-manager/breakpoints.c:
3573         (breakpoints_dbase_edit_breakpoint),
3574         (on_toggle_breakpoint_activate):
3575         * plugins/debug-manager/plugin.c:
3576         (on_run_to_cursor_action_activate):
3577         * plugins/debug-manager/stack_trace.c:
3578         (dma_thread_update_stack_trace):
3579         * plugins/gdb/plugin.c:
3580         * plugins/glade/plugin.c: (ifile_open):
3581         * plugins/profiler/gprof-call-graph-view.c:
3582         * plugins/profiler/gprof-flat-profile-view.c:
3583         * plugins/profiler/gprof-function-call-tree-view.c:
3584         * plugins/profiler/gprof-options.c: (setup_widgets):
3585         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3586         * plugins/search/search-replace_backend.c:
3587         (file_buffer_new_from_te):
3588         * plugins/sourceview/assist-tip.c: (assist_tip_move):
3589         * plugins/sourceview/assist-window.c: (assist_window_set_property),
3590         (assist_window_get_property), (assist_window_move):
3591         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
3592         (value_added_current_editor):
3593         * plugins/symbol-db/plugin.c: (value_added_current_editor):
3594         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
3595         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
3596         
3597         Many small code, warnings and leak fixes
3599 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
3601         * (removed) plugins/debug-manager/debugger.c,
3602         (removed) plugins/debug-manager/debugger.h,
3603         (added) plugins/debug-manager/command.c,
3604         (added) plugins/debug-manager/command.h,
3605         (added) plugins/debug-manager/queue.c,
3606         (added) plugins/debug-manager/queue.h,
3607         plugins/debug-manager/breakpoints.c,
3608         plugins/debug-manager/debug_tree.c,
3609         plugins/debug-manager/debug_tree.h,
3610         plugins/debug-manager/disassemble.c,
3611         plugins/debug-manager/disassemble.h,
3612         plugins/debug-manager/locals.c,
3613         plugins/debug-manager/locals.h,
3614         plugins/debug-manager/memory.c,
3615         plugins/debug-manager/memory.h,
3616         plugins/debug-manager/plugin.c,
3617         plugins/debug-manager/plugin.h,
3618         plugins/debug-manager/registers.c,
3619         plugins/debug-manager/registers.h,
3620         plugins/debug-manager/sharedlib.c,
3621         plugins/debug-manager/sharedlib.h,
3622         plugins/debug-manager/signals.c,
3623         plugins/debug-manager/signals.h,
3624         plugins/debug-manager/stack_trace.c,
3625         plugins/debug-manager/stack_trace.h,
3626         plugins/debug-manager/start.h,
3627         plugins/debug-manager/start.c,
3628         plugins/debug-manager/threads.c,
3629         plugins/debug-manager/threads.h,
3630         plugins/debug-manager/watch.c,
3631         plugins/debug-manager/watch.h,
3632         plugins/debug-manager/Makefile.am,
3633         plugins/gdb/debugger.c,
3634         plugins/gdb/debugger.h,
3635         plugins/gdb/plugin.c,
3636         libanjuta/interfaces/libanjuta.idl:
3637         Split debug-manager/debugger.c into command.c and queue.c
3638         Clean up debugger queue
3639         DmaDebuggerQueue object does not implement IAnjutaDebugger
3641 2007-09-23  Johannes Schmid <jhs@gnome.org>
3643         * configure.in:
3644         Bumped version to 2.3.0 (to ensure bugzilla bugs are
3645         set correctly, etc.)
3646         
3647         * libanjuta/anjuta-glue-factory.c: (load_plugin):
3648         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
3649         (plugin_set_update):
3650         
3651         Show an error dialog instead of crashing when plugin loading fails
3653         * plugins/language-manager/Makefile.am:
3654         * plugins/language-manager/language-manager.plugin.in:
3655         * plugins/language-manager/languages.xml:
3656         * plugins/language-manager/plugin.c: (language_destroy),
3657         (load_languages), (language_manager_activate),
3658         (language_manager_deactivate), (language_manager_finalize),
3659         (language_manager_dispose), (language_manager_instance_init),
3660         (language_manager_class_init), (language_manager_find_mime_type),
3661         (language_manager_find_string), (ilanguage_get_from_mime_type),
3662         (ilanguage_get_from_string), (ilanguage_get_name),
3663         (ilanguage_get_strings), (ilanguage_iface_init):
3664         * plugins/language-manager/plugin.h:
3665         
3666         Added new language-manager plugin to have a better organisation for
3667         language names. The xml probabaly needs to be extended over time.
3668         
3669         * plugins/Makefile.am:
3670         * plugins/document-manager/plugin.c: (on_editor_changed):
3671         
3672         Adapted to new IAnjutaLanguage interface. Do not unload language-support
3673         because it does not really save memory but makes tab switching slow.
3674         
3675         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3676         .in:
3677         * plugins/language-support-cpp-java/plugin.c: (install_support),
3678         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
3679         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
3680         unloading
3682         * plugins/language-support-cpp-java/cpp-java-assist.c:
3683         (cpp_java_assist_show_autocomplete):
3684         
3685         Fix autocomplete to only show valid completions
3687         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3688         Calltips always have correct size and position now
3690 2007-09-22  Johannes Schmid <jhs@gnome.org>
3692         * plugins/search/search-replace_backend.c: (get_next_match):
3693         Removed code introduced by accident that causes a crash.
3694         
3695         * plugins/sourceview/sourceview-tags.c:
3696         * plugins/sourceview/sourceview-tags.h:
3697         Removed ununsed files
3699 2007-09-22  Johannes Schmid <jhs@gnome.org>
3701         * plugins/language-support-cpp-java/cpp-java-assist.c:
3702         Fixed build error
3704 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
3706         * plugins/language-support-cpp-java/cpp-java-assist.c:
3707         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
3708         Increased matching brace search to 500 chars.
3710 2007-09-21  Johannes Schmid <jhs@gnome.org>
3712         * plugins/language-support-cpp-java/cpp-java-assist.c:
3713         (cpp_java_assist_get_pre_word),
3714         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
3715         
3716         Added some profiling debug code
3717         
3718         * plugins/language-support-cpp-java/cpp-java-utils.c:
3719         (cpp_java_util_jump_to_matching_brace):
3720         * plugins/language-support-cpp-java/cpp-java-utils.h:
3721         * plugins/language-support-cpp-java/plugin.c:
3722         (get_line_indentation_base), (get_line_auto_indentation):
3723         
3724         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
3725         avoid looping over the whole file when using calltips which is too slow and
3726         unneeded.
3727         
3728         * plugins/sourceview/assist-tip.c: (assist_tip_init),
3729         (assist_tip_set_tips), (assist_tip_get_coordinates),
3730         (assist_tip_new):
3731         * plugins/sourceview/sourceview.c: (iassist_show_tips):
3732         
3733         Better calltips appearance (use theme now) and avoid jumping
3734         calltips
3736 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
3738         * plugins/document-manager/plugin.c:
3739         (update_editor_ui_interface_items):
3740         * plugins/language-support-cpp-java/plugin.c: (install_support),
3741         (uninstall_support): Moved autocomplete ui update code from
3742         document-manager to language-plugin.
3744 2007-09-21  Johannes Schmid <jhs@gnome.org>
3746         * libanjuta/interfaces/libanjuta.idl:
3747         
3748         Added IAnjutaLanguage interface (might still change...) for
3749         the upcoming language-manager plugin.
3750         
3751         * plugins/file-manager/Makefile.am:
3752         * plugins/file-manager/file-model.c:
3753         (file_model_cancel_expand_idle), (file_model_add_dummy),
3754         (file_model_expand_idle), (file_model_sort),
3755         (file_model_row_expanded), (file_model_row_collapsed),
3756         (file_model_init), (file_model_finalize),
3757         (file_model_set_property), (file_model_get_property),
3758         (file_model_class_init), (file_model_new), (file_model_refresh),
3759         (file_model_get_uri):
3760         * plugins/file-manager/file-model.h:
3761         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
3762         (file_view_expand_row_idle), (file_view_refresh),
3763         (file_view_get_selected), (file_view_button_press_event),
3764         (file_view_selection_changed), (file_view_init),
3765         (file_view_get_property), (file_view_set_property),
3766         (file_view_finalize), (file_view_class_init):
3767         
3768         Split up model/view as far as possible and fixed some file-manager
3769         bugs (popup-menu and incorrect project loading).
3770         
3771         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3772         Use monospace font for tips.
3773         
3774         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
3775         (sourceview_cell_new), (icell_get_character), (icell_get_length),
3776         (icell_get_attribute), (icell_style_get_font_description),
3777         (icell_style_get_color), (icell_style_get_background_color),
3778         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
3779         (iiter_foreach), (iiter_set_position), (iiter_get_position),
3780         (iiter_get_length), (iiter_clone), (iiter_assign):
3782         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
3783         interface. This is way faster though it has the drawback to create invalid
3784         iterators if the buffer is changed.
3786 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
3788         * libanjuta/interfaces/libanjuta.idl:
3789         * plugins/document-manager/action-callbacks.c:
3790         * plugins/document-manager/anjuta-document-manager.ui:
3791         * plugins/document-manager/plugin.c: (register_stock_icons):
3792         * plugins/editor/text_editor.c:
3793         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
3794         * plugins/language-support-cpp-java/cpp-java-assist.c:
3795         (cpp_java_assist_get_calltip_context):
3796         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
3797         (register_stock_icons), (cpp_java_plugin_activate_plugin):
3799         Moved autocomplete menu action from document-manager to assist plugin
3800         and got rid of deprecated autocomplete interface.
3802 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
3804         * libanjuta/interfaces/libanjuta.idl:
3805         * plugins/editor/text_editor.c: (iassist_iface_init):
3806         * plugins/language-support-cpp-java/cpp-java-assist.c:
3807         (cpp_java_assist_check), (on_assist_chosen):
3808         * plugins/sourceview/sourceview.c: (iassist_iface_init):
3809         Removed react() methods in both editors and assist interface. Assist
3810         plugin itself handles setting the autocomplete. Also fixed
3811         some mem leaks.
3813 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
3815         * plugins/file-manager/Makefile.am:
3816         * plugins/file-manager/file-view.c: (file_view_add_dummy),
3817         (file_view_expand_idle), (file_view_init):
3818         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
3819         (file_manager_set_default_uri), (project_root_added),
3820         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
3821         (file_manager_activate), (file_manager_deactivate),
3822         (file_manager_instance_init), (file_manager_class_init),
3823         (ifile_manager_set_root), (ifile_manager_set_selected),
3824         (ifile_manager_iface_init): Adjusted white spaces to match
3825         anjuta convention.
3827 2007-09-19  Naba Kumar  <naba@gnome.org>
3829         * libanjuta/interfaces/libanjuta.idl:
3830         * plugins/editor/text_editor.c: (text_editor_instance_init),
3831         (iassist_show_tips), (iassist_cancel_tips),
3832         (iassist_hide_suggestions), (iassist_iface_init):
3833         * plugins/editor/text_editor.h:
3834         * plugins/editor/text_editor_cbs.c:
3835         (on_text_editor_scintilla_notify):
3836         * plugins/language-support-cpp-java/cpp-java-assist.c:
3837         (is_scope_context_character), (is_word_character),
3838         (create_completion), (cpp_java_assist_get_scope_context),
3839         (cpp_java_assist_get_pre_word),
3840         (cpp_java_assist_get_scope_operator),
3841         (cpp_java_assist_destroy_completion_cache),
3842         (cpp_java_assist_create_scope_completion_cache),
3843         (cpp_java_assist_create_word_completion_cache),
3844         (cpp_java_assist_show_autocomplete),
3845         (cpp_java_assist_get_calltip_context),
3846         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
3847         (on_editor_char_added), (on_assist_chosen),
3848         (cpp_java_assist_install), (cpp_java_assist_uninstall),
3849         (cpp_java_assist_init), (cpp_java_assist_finalize):
3850         * plugins/language-support-cpp-java/cpp-java-assist.h:
3851         * plugins/language-support-cpp-java/plugin.c:
3852         (initialize_indentation_params):
3853         * plugins/sourceview/assist-tip.c:
3854         * plugins/sourceview/assist-tip.h:
3855         * plugins/sourceview/sourceview-private.h:
3856         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3857         (on_assist_tip_destroyed), (on_assist_cancel),
3858         (on_document_char_added), (iassist_get_suggestions),
3859         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
3860         
3861         Implement state-less assistance so that assist can be evaluated
3862         any given time at any position. Changed IAnjutaEditorAssist interfance
3863         and implementations and removed any state management in editors.
3865 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
3867         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
3868         completion items sorting and avoided unnecssary sorts.
3870         * plugins/text-editor.c: Fixed state.
3872 2007-09-17  Johannes Schmid <jhs@gnome.org>
3874         * plugins/language-support-cpp-java/cpp-java-assist.c:
3875         (on_assist_begin):
3876         
3877         Fixed calltips in sourceview
3879 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
3881         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
3882         completion items preparation time. Fixed a crash bug.
3884         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
3885         Set buffer size (From Massimo, required for symbol-db).
3887         * libanjuta/interfaces/libanjuta.idl: Also pass position information
3888         for suggestions.
3890         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
3891         change in API.
3893         * plugins/editor/aneditor-autocomplete.cxx,
3894         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
3895         Added ANE_GETWORDBEFORECARAT command.
3897         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
3898         using assist interface.
3900         * plugins/editor/text_editor.c: (text_editor_instance_init),
3901         (text_editor_get_word_before_carat),
3902         (text_editor_get_current_word), (iassist_add_trigger),
3903         (iassist_remove_trigger), (on_assist_canceled),
3904         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
3905         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
3906         * plugins/editor/text_editor.h:
3907         * plugins/editor/text_editor_cbs.c: (trigger_size),
3908         (max_trigger_size), (text_editor_check_assist),
3909         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
3910         interface.
3912         * plugins/language-support-cpp-java/Makefile.am:
3913         * plugins/language-support-cpp-java/plugin.c:
3914         (get_line_indentation_base), (get_line_auto_indentation),
3915         (install_support), (uninstall_support),
3916         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
3917         (cpp_java_plugin_instance_init):
3918         * plugins/language-support-cpp-java/plugin.h:
3919         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
3920         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
3921         Make assist a separate class.
3923 2007-09-14  Johannes Schmid <jhs@gnome.org>
3925         * plugins/sourceview/sourceview.c: (iassist_suggest):
3926         Fixed changed char_alignment paramter in language-support
3927         plugin
3929 2007-09-14  Naba Kumar  <naba@gnome.org>
3931         * plugins/language-support-cpp-java/plugin.c: Send the right
3932         'char_alignment' paramenter (needs fixing in sourceview).
3934 2007-09-13  Johannes Schmid <jhs@gnome.org>
3936         * anjuta.anjuta:
3937         * plugins/project-wizard/templates/minimal/project.anjuta:
3938         Use IAnjutaSymbolManager instead of loading the plugin directly.
3939         (TODO: Think of a version to do this for older files...)
3941         * configure.in:
3942         * plugins/Makefile.am:
3943         * plugins/symbol-db/Makefile.am:
3944         
3945         Build symbol-db plugin if libgda-3.0 is found
3947 2007-09-13  Johannes Schmid <jhs@gnome.org>
3949         * plugins/sourceview/Makefile.am:
3950         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3951         (set_uri):
3952         * plugins/sourceview/anjuta-document.h:
3953         Removed lots of dead code
3954         
3955         * plugins/sourceview/anjuta-languages-manager.c:
3956         * plugins/sourceview/anjuta-languages-manager.h:
3957         removed completely
3958         
3959         * plugins/sourceview/sourceview.c: (on_document_char_added),
3960         (on_document_loaded), (sourceview_instance_init),
3961         (iselect_get_start), (iselect_get_end),
3962         (ilanguage_get_supported_languages), (ilanguage_set_language):
3963         
3964         Fixed selection handling and make some adaptions for the changes 
3965         mentioned above
3967 2007-09-13  Johannes Schmid <jhs@gnome.org>
3969         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3970         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
3971         (on_assist_update):
3972         
3973         Added preferences to language support completion/calltips
3974         
3975         * plugins/sourceview/assist-window.c: (assist_window_update):
3977         Always select first entry
3979         * plugins/sourceview/sourceview.glade:
3980         Removed old completion preferences
3982 2007-09-11  Naba Kumar  <naba@gnome.org>
3984         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
3985         and possible crash when pressing ctrl+d in terminal after preferences
3986         window has been shown once (no need for backport).
3988         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
3989         implementations to get warnings instead of crashes for unimplemented
3990         interface methods.
3992 2007-09-11   Massimo Cora' <maxcvs@email.it>
3994         Reviewed by: Naba Kumar  <naba@gnome.org>
3996         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
3997         * plugins/symbol-db/*:
3998         Added new symbol-database backend based on SQLite 3.
3999         (does not enabled for build currently).
4001 2007-09-10  Johannes Schmid <jhs@gnome.org>
4003         * anjuta.anjuta:
4004         * configure.in:
4005         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4006         (parse_info_init), (parse_info_free), (valid_element),
4007         (start_element_handler), (end_element_handler), (text_handler),
4008         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4009         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4010         (egg_recent_model_monitor), (egg_recent_model_read),
4011         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4012         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4013         (egg_recent_model_set_property), (egg_recent_model_class_init),
4014         (egg_recent_model_init), (egg_recent_model_add_full),
4015         (egg_recent_model_delete), (egg_recent_model_get_list),
4016         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4017         (egg_recent_model_set_filter_mime_types),
4018         (egg_recent_model_clear_group_filter),
4019         (egg_recent_model_set_filter_groups),
4020         (egg_recent_model_clear_scheme_filter),
4021         (egg_recent_model_set_filter_uri_schemes),
4022         (egg_recent_model_remove_expired):
4023         
4024         Update EggRecent (#456465)
4026 2007-09-10  Johannes Schmid <jhs@gnome.org>
4028         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4029         (anjuta_plugin_manager_get_plugin):
4030         * plugins/profiler/gprof-call-graph-view.c:
4031         (gprof_call_graph_view_create_columns):
4032         * plugins/profiler/gprof-flat-profile-view.c:
4033         (gprof_flat_profile_view_create_columns):
4034         * plugins/profiler/gprof-function-call-tree-view.c:
4035         (gprof_function_call_tree_view_create_columns):
4036         
4037         Fixed #466031 – Update of pieces of menus for Localization
4039 2007-09-10  Johannes Schmid <jhs@gnome.org>
4041         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4042         Bug 343522 – anjuta: Unable to execute commands that use options.
4044 2007-09-09  Johannes Schmid <jhs@gnome.org>
4046         * plugins/document-manager/anjuta-docman.c:
4047         (anjuta_docman_update_page_label):
4048         
4049         Fixed #458034 – Method of indicating unsaved changes breaks convention
4050         
4051         * plugins/document-manager/plugin.c: (update_title),
4052         (value_added_project_root_uri), (value_removed_project_root_uri),
4053         (on_editor_changed), (activate_plugin):
4054         * plugins/document-manager/plugin.h:
4055         * plugins/project-manager/plugin.c: (on_profile_scoped),
4056         (on_profile_descoped), (ifile_open):
4057         
4058         Fixed #427390 – Show path of item in currently focused editor window
4060 2007-09-09  Johannes Schmid <jhs@gnome.org>
4062         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4063         (on_toolbar_find_incremental):
4064         Fix incremental search
4065         
4066         * plugins/sourceview/sourceview.c: (on_document_char_added),
4067         (set_select):
4068         Fixed selection management
4070 2007-09-09  Johannes Schmid <jhs@gnome.org>
4072         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4073         Fixed memory leak
4075         * libanjuta/interfaces/libanjuta.idl:
4076         Extended IAnjutaEditorAssist interface
4077         
4078         * plugins/language-support-cpp-java/plugin.c:
4079         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4080         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4081         (context_character), (get_context), (function_parser),
4082         (cpp_member_parser), (install_assist), (uninstall_assist),
4083         (get_line_indentation_base), (get_line_auto_indentation),
4084         (install_support), (uninstall_support),
4085         (on_value_added_current_editor), (on_value_removed_current_editor),
4086         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4087         * plugins/language-support-cpp-java/plugin.h:
4088         
4089         Improved fixed editor assistance and added support for function/method
4090         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4091         
4092         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4093         Removed a FIXME
4094         
4095         * plugins/project-import/project-import.c: (on_import_next):
4096         Added a non-NULL check with could probably fix #474843 but not sure
4097         
4098         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4099         Fixed anjuta-plugin project wizard
4100         
4101         * plugins/sourceview/Makefile.am:
4102         * plguins/sourceview/assist-tip.[ch]:
4103         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4104         (anjuta_view_key_press_event):
4105         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4106         (assist_window_init), (assist_window_update), (assist_window_new):
4107         * plugins/sourceview/sourceview-private.h:
4108         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4109         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4110         (trigger_size), (max_trigger_size), (on_document_char_added),
4111         (sourceview_dispose), (ieditor_get_current_word),
4112         (iassist_add_trigger), (iassist_init_suggestions),
4113         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4114         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4115         
4116         Big update on sourceview assist capabilites. Autocompletion should
4117         now work much better and function tooltips are finally supported!
4119         * plugins/sourceview/anjuta-document.h:
4120         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4121         (anjuta_document_get_current_word):
4122         Fixed get_current_word (inspired by aneditor.cxx implementation)
4124         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4125         (icell_get_attribute):
4126         Fixed get_attribute() to also detect character constants.
4127         Simplified get_char()
4129         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4130         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4131         (isymbol_manager_get_completions_at_position):
4132         
4133         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4135 2007-09-04  Naba Kumar  <naba@gnome.org>
4137         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4138         projects that can not add sources.
4140         * plugins/file-wizard/file.c: Similarly for file wizard,
4141         Do not enable 'Add to project' projects that can not add sources.
4143 2007-09-04  Naba Kumar  <naba@gnome.org>
4145         * configure.in: Bumped gnome-build requirement to 0.2.0
4146         for project capabilities support.
4148         * plugins/project-manager/plugin.c: Enable/disable project
4149         actions based on project capabilities. Fixes bug #433552:
4150         crash in Anjuta IDE: add file test.h in project on generic
4151         Makefile.
4153         * libanjuta/interfaces/libanjuta.idl: Added method to query
4154         project capabilities.
4156 2007-09-03  Naba Kumar  <naba@gnome.org>
4158         * plugins/file-manager/plugin.c: Set shadow type IN.
4159         * plugins/file-manager/file-view.c: Fixed code style.
4160         * plugins/file-manager/file-view.c: Fixed icons column to size
4161         properly.
4163         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4165         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4166         unmonitors project-uri on file-manager deactivation.
4168         * TODO.tasks: Updated
4170 2007-09-02  Johannes Schmid <jhs@gnome.org>
4172         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4173         Fixed memory leak
4174         
4175         * plugins/file-manager/file-view.c: (file_view_get_selected),
4176         (file_view_button_press_event), (file_view_finalize):
4177         * plugins/file-manager/plugin.c: (project_root_removed),
4178         (file_manager_deactivate):
4179         
4180         Fixed some small bugs I missed before
4182 2007-09-02  Johannes Schmid <jhs@gnome.org>
4184         * plugins/file-manager/*:
4185         Added new and file-manager
4187 2007-09-02  Johannes Schmid <jhs@gnome.org>
4189         * plugins/file-manager/*:
4190         Removed old file-manager
4192 2007-08-31  Johannes Schmid <jhs@gnome.org>
4194         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4195         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4196         
4197         Fixed some memory leaks
4198         
4199         * MAINTAINERS: Fixed
4200         
4201 2007-08-31  Johannes Schmid <jhs@gnome.org>
4203         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4204         (get_property_value_as_string), (set_property_value_as_string),
4205         (register_callbacks), (preferences_foreach_callback),
4206         (anjuta_preferences_register_property_raw):
4207         * libanjuta/anjuta-preferences.h:
4208         * plugins/build-basic-autotools/build-basic-autotools.c:
4209         (on_build_mesg_format):
4210         * plugins/document-manager/anjuta-document-manager.glade:
4211         * plugins/message-view/anjuta-message-manager-plugin.glade:
4212         
4213         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4214         broken message view preferences
4215         
4216         * plugins/message-view/message-view.c:
4217         (message_view_instance_init), (pref_change_color), (prefs_init),
4218         (imessage_view_append):
4219         Cleaned up message view (#458041)
4220         
4221         * src/shell.c: (on_preferences_activate),
4222         (anjuta_test_shell_instance_init),
4223         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4224         Fixed test shell to allow better debugging
4225         
4226 2007-08-31  Johannes Schmid <jhs@gnome.org>
4228         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4229         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4230         * plugins/gtodo/main.h:
4231         * plugins/gtodo/plugin.c: (activate_plugin):
4232         
4233         Fixed #423467 (View->Tasks menu items are not 
4234         checked on startup)
4236 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
4238         reviewed by: Johannes Schmid <jhs@gnome.org>
4240         * COPYING:
4241         * data/welcome.txt.in:
4242         * launcher/anjuta_launcher.c:
4243         * libanjuta/anjuta-children.c:
4244         * libanjuta/anjuta-children.h:
4245         * libanjuta/anjuta-debug.h:
4246         * libanjuta/anjuta-encodings.c:
4247         * libanjuta/anjuta-encodings.h:
4248         * libanjuta/anjuta-glue-c.c:
4249         * libanjuta/anjuta-glue-c.h:
4250         * libanjuta/anjuta-plugin-description.c:
4251         * libanjuta/anjuta-plugin-description.h:
4252         * libanjuta/anjuta-plugin-handle.c:
4253         * libanjuta/anjuta-plugin-handle.h:
4254         * libanjuta/anjuta-plugin-manager.c:
4255         * libanjuta/anjuta-plugin-manager.h:
4256         * libanjuta/anjuta-plugin.c:
4257         * libanjuta/anjuta-plugin.h:
4258         * libanjuta/anjuta-preferences.c:
4259         * libanjuta/anjuta-preferences.h:
4260         * libanjuta/anjuta-profile-manager.c:
4261         * libanjuta/anjuta-profile-manager.h:
4262         * libanjuta/anjuta-profile.c:
4263         * libanjuta/anjuta-profile.h:
4264         * libanjuta/anjuta-save-prompt.c:
4265         * libanjuta/anjuta-save-prompt.h:
4266         * libanjuta/anjuta-serializer.c:
4267         * libanjuta/anjuta-serializer.h:
4268         * libanjuta/anjuta-session.c:
4269         * libanjuta/anjuta-session.h:
4270         * libanjuta/anjuta-shell.c:
4271         * libanjuta/anjuta-shell.h:
4272         * libanjuta/anjuta-status.c:
4273         * libanjuta/anjuta-status.h:
4274         * libanjuta/anjuta-ui.c:
4275         * libanjuta/anjuta-ui.h:
4276         * libanjuta/anjuta-utils-priv.h:
4277         * libanjuta/anjuta-utils.c:
4278         * libanjuta/anjuta-utils.h:
4279         * libanjuta/cell-renderer-captioned-image.c:
4280         * libanjuta/cell-renderer-captioned-image.h:
4281         * libanjuta/e-splash.c:
4282         * libanjuta/e-splash.h:
4283         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4284         * libanjuta/interfaces/libanjuta.idl:
4285         * libanjuta/libanjuta.h:
4286         * libanjuta/resources.c:
4287         * libanjuta/resources.h:
4288         * libegg/egg-cell-renderer-text.c:
4289         * libegg/egg-combo-action.c:
4290         * libegg/egg-entry-action.c:
4291         * libegg/egg-recent-action.c:
4292         * libegg/egg-recent-files-module.c:
4293         * libegg/egg-recent-item.c:
4294         * libegg/egg-recent-model.c:
4295         * libegg/egg-recent-view-gtk.c:
4296         * libegg/egg-recent-view.c:
4297         * libegg/egg-submenu-action.c:
4298         * libegg/eggaccelerators.c:
4299         * libegg/eggcellrendererpopup.c:
4300         * libegg/eggcomboselect.c:
4301         * libegg/eggtreemodelfilter.c:
4302         * libegg/eggtreemultidnd.c:
4303         * libegg/gtkcellview.h:
4304         * libegg/treeviewutils/egg-cell-renderer-text.h:
4305         * libegg/treeviewutils/eggaccelerators.h:
4306         * libegg/treeviewutils/eggcellrendererkeys.h:
4307         * libegg/treeviewutils/eggcellrendererpopup.h:
4308         * libegg/treeviewutils/eggtreemodelfilter.h:
4309         * libegg/treeviewutils/eggtreemultidnd.h:
4310         * libegg/treeviewutils/eggtreeviewstate.h:
4311         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
4312         * manuals/anjuta-faqs/Makefile.am:
4313         * manuals/anjuta-manual/C/anjuta-manual.xml:
4314         * manuals/anjuta-manual/C/license.xml:
4315         * manuals/anjuta-manual/es/es.po:
4316         * manuals/anjuta-manual/sv/sv.po:
4317         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
4318         ml:
4319         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
4320         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
4321         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
4322         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
4323         * manuals/old/ja/anjuta-manual/license.xml:
4324         * plugins/build-basic-autotools/build-basic-autotools.c:
4325         * plugins/build-basic-autotools/build-basic-autotools.h:
4326         * plugins/build-basic-autotools/executer.c:
4327         * plugins/build-basic-autotools/executer.h:
4328         * plugins/build/build_file.c:
4329         * plugins/build/build_file.h:
4330         * plugins/build/build_project.c:
4331         * plugins/build/build_project.h:
4332         * plugins/build/clean_project.c:
4333         * plugins/build/clean_project.h:
4334         * plugins/build/commands.c:
4335         * plugins/build/commands.h:
4336         * plugins/build/compile.c:
4337         * plugins/build/compile.h:
4338         * plugins/build/compiler_options.c:
4339         * plugins/build/compiler_options.h:
4340         * plugins/build/configurer.c:
4341         * plugins/build/configurer.h:
4342         * plugins/build/executer.c:
4343         * plugins/build/executer.h:
4344         * plugins/class-gen/cell-renderer-flags.c:
4345         * plugins/class-gen/cell-renderer-flags.h:
4346         * plugins/class-gen/combo-flags.c:
4347         * plugins/class-gen/combo-flags.h:
4348         * plugins/class-gen/element-editor.c:
4349         * plugins/class-gen/element-editor.h:
4350         * plugins/class-gen/generator.c:
4351         * plugins/class-gen/generator.h:
4352         * plugins/class-gen/plugin.c:
4353         * plugins/class-gen/plugin.h:
4354         * plugins/class-gen/transform.c:
4355         * plugins/class-gen/transform.h:
4356         * plugins/class-gen/validator.c:
4357         * plugins/class-gen/validator.h:
4358         * plugins/class-gen/window.c:
4359         * plugins/class-gen/window.h:
4360         * plugins/class-inheritance/class-callbacks.c:
4361         * plugins/class-inheritance/class-callbacks.h:
4362         * plugins/class-inheritance/class-inherit.c:
4363         * plugins/class-inheritance/class-inherit.h:
4364         * plugins/class-inheritance/plugin.c:
4365         * plugins/class-inheritance/plugin.h:
4366         * plugins/cvs-plugin/cvs-actions.c:
4367         * plugins/cvs-plugin/cvs-actions.h:
4368         * plugins/cvs-plugin/cvs-callbacks.c:
4369         * plugins/cvs-plugin/cvs-callbacks.h:
4370         * plugins/cvs-plugin/cvs-execute.c:
4371         * plugins/cvs-plugin/cvs-execute.h:
4372         * plugins/cvs-plugin/cvs-interface.c:
4373         * plugins/cvs-plugin/cvs-interface.h:
4374         * plugins/cvs-plugin/plugin.c:
4375         * plugins/cvs-plugin/plugin.h:
4376         * plugins/debug-manager/breakpoints.c:
4377         * plugins/debug-manager/breakpoints.h:
4378         * plugins/debug-manager/chunk_view.c:
4379         * plugins/debug-manager/chunk_view.h:
4380         * plugins/debug-manager/data_buffer.c:
4381         * plugins/debug-manager/data_buffer.h:
4382         * plugins/debug-manager/data_view.c:
4383         * plugins/debug-manager/data_view.h:
4384         * plugins/debug-manager/debug_tree.c:
4385         * plugins/debug-manager/debug_tree.h:
4386         * plugins/debug-manager/debugger.c:
4387         * plugins/debug-manager/debugger.h:
4388         * plugins/debug-manager/disassemble.c:
4389         * plugins/debug-manager/disassemble.h:
4390         * plugins/debug-manager/info.c:
4391         * plugins/debug-manager/info.h:
4392         * plugins/debug-manager/locals.c:
4393         * plugins/debug-manager/locals.h:
4394         * plugins/debug-manager/memory.c:
4395         * plugins/debug-manager/memory.h:
4396         * plugins/debug-manager/plugin.c:
4397         * plugins/debug-manager/plugin.h:
4398         * plugins/debug-manager/registers.c:
4399         * plugins/debug-manager/registers.h:
4400         * plugins/debug-manager/sexy-icon-entry.c:
4401         * plugins/debug-manager/sexy-icon-entry.h:
4402         * plugins/debug-manager/sharedlib.c:
4403         * plugins/debug-manager/sharedlib.h:
4404         * plugins/debug-manager/signals.c:
4405         * plugins/debug-manager/signals.h:
4406         * plugins/debug-manager/sparse_buffer.c:
4407         * plugins/debug-manager/sparse_buffer.h:
4408         * plugins/debug-manager/sparse_view.c:
4409         * plugins/debug-manager/sparse_view.h:
4410         * plugins/debug-manager/stack_trace.c:
4411         * plugins/debug-manager/stack_trace.h:
4412         * plugins/debug-manager/start.c:
4413         * plugins/debug-manager/start.h:
4414         * plugins/debug-manager/threads.c:
4415         * plugins/debug-manager/threads.h:
4416         * plugins/debug-manager/utilities.c:
4417         * plugins/debug-manager/utilities.h:
4418         * plugins/debug-manager/watch.c:
4419         * plugins/debug-manager/watch.h:
4420         * plugins/devhelp/htmlview.c:
4421         * plugins/devhelp/htmlview.h:
4422         * plugins/document-manager/action-callbacks.c:
4423         * plugins/document-manager/action-callbacks.h:
4424         * plugins/document-manager/anjuta-docman.c:
4425         * plugins/document-manager/anjuta-docman.h:
4426         * plugins/document-manager/editor-tooltips.c:
4427         * plugins/document-manager/editor-tooltips.h:
4428         * plugins/document-manager/file_history.c:
4429         * plugins/document-manager/file_history.h:
4430         * plugins/document-manager/indent-dialog.c:
4431         * plugins/document-manager/indent-dialog.h:
4432         * plugins/document-manager/indent-util.c:
4433         * plugins/document-manager/indent-util.h:
4434         * plugins/document-manager/plugin.c:
4435         * plugins/editor/aneditor-autocomplete.cxx:
4436         * plugins/editor/aneditor-calltip.cxx:
4437         * plugins/editor/aneditor-indent.cxx:
4438         * plugins/editor/aneditor-priv.h:
4439         * plugins/editor/aneditor.cxx:
4440         * plugins/editor/aneditor.h:
4441         * plugins/editor/lexer.h:
4442         * plugins/editor/plugin.c:
4443         * plugins/editor/plugin.h:
4444         * plugins/editor/print.c:
4445         * plugins/editor/print.h:
4446         * plugins/editor/properties.h:
4447         * plugins/editor/properties_cxx.h:
4448         * plugins/editor/style-editor.c:
4449         * plugins/editor/style-editor.h:
4450         * plugins/editor/text-editor-iterable.c:
4451         * plugins/editor/text-editor-iterable.h:
4452         * plugins/editor/text_editor.c:
4453         * plugins/editor/text_editor.h:
4454         * plugins/editor/text_editor_cbs.c:
4455         * plugins/editor/text_editor_cbs.h:
4456         * plugins/editor/text_editor_menu.c:
4457         * plugins/editor/text_editor_menu.h:
4458         * plugins/editor/text_editor_prefs.c:
4459         * plugins/editor/text_editor_prefs.h:
4460         * plugins/file-loader/dnd.c:
4461         * plugins/file-loader/dnd.h:
4462         * plugins/file-loader/plugin.c:
4463         * plugins/file-manager/an_file_view.c:
4464         * plugins/file-manager/plugin.c:
4465         * plugins/file-wizard/file.c:
4466         * plugins/file-wizard/file.h:
4467         * plugins/file-wizard/plugin.c:
4468         * plugins/file-wizard/plugin.h:
4469         * plugins/gdb/debugger.c:
4470         * plugins/gdb/debugger.h:
4471         * plugins/gdb/gdbmi-test.c:
4472         * plugins/gdb/gdbmi.c:
4473         * plugins/gdb/gdbmi.h:
4474         * plugins/gdb/global.h:
4475         * plugins/gdb/parser.c:
4476         * plugins/gdb/parser.h:
4477         * plugins/gdb/plugin.c:
4478         * plugins/gdb/plugin.h:
4479         * plugins/gdb/utilities.c:
4480         * plugins/gdb/utilities.h:
4481         * plugins/glade/plugin.c:
4482         * plugins/glade/plugin.h:
4483         * plugins/gtodo/egg-datetime.c:
4484         * plugins/gtodo/egg-datetime.h:
4485         * plugins/gtodo/eggtrayicon.c:
4486         * plugins/gtodo/eggtrayicon.h:
4487         * plugins/gtodo/plugin.c:
4488         * plugins/gvim/anjuta-vim.c:
4489         * plugins/gvim/anjuta-vim.h:
4490         * plugins/gvim/gtkvim.c:
4491         * plugins/gvim/gtkvim.h:
4492         * plugins/gvim/plugin.c:
4493         * plugins/gvim/plugin.h:
4494         * plugins/language-support-cpp-java/plugin.c:
4495         * plugins/language-support-cpp-java/plugin.h:
4496         * plugins/macro/macro-actions.c:
4497         * plugins/macro/macro-actions.h:
4498         * plugins/macro/macro-db.c:
4499         * plugins/macro/macro-db.h:
4500         * plugins/macro/macro-dialog.c:
4501         * plugins/macro/macro-dialog.h:
4502         * plugins/macro/macro-edit.c:
4503         * plugins/macro/macro-edit.h:
4504         * plugins/macro/macro-util.c:
4505         * plugins/macro/macro-util.h:
4506         * plugins/macro/plugin.c:
4507         * plugins/macro/plugin.h:
4508         * plugins/message-view/anjuta-msgman.c:
4509         * plugins/message-view/anjuta-msgman.h:
4510         * plugins/message-view/message-view.c:
4511         * plugins/message-view/message-view.h:
4512         * plugins/message-view/plugin.c:
4513         * plugins/message-view/plugin.h:
4514         * plugins/patch/patch-plugin.c:
4515         * plugins/patch/patch-plugin.h:
4516         * plugins/patch/plugin.c:
4517         * plugins/patch/plugin.h:
4518         * plugins/profiler/gprof-call-graph-block-entry.c:
4519         * plugins/profiler/gprof-call-graph-block-entry.h:
4520         * plugins/profiler/gprof-call-graph-block.c:
4521         * plugins/profiler/gprof-call-graph-block.h:
4522         * plugins/profiler/gprof-call-graph-view.c:
4523         * plugins/profiler/gprof-call-graph-view.h:
4524         * plugins/profiler/gprof-call-graph.c:
4525         * plugins/profiler/gprof-call-graph.h:
4526         * plugins/profiler/gprof-flat-profile-entry.c:
4527         * plugins/profiler/gprof-flat-profile-entry.h:
4528         * plugins/profiler/gprof-flat-profile-view.c:
4529         * plugins/profiler/gprof-flat-profile-view.h:
4530         * plugins/profiler/gprof-flat-profile.c:
4531         * plugins/profiler/gprof-flat-profile.h:
4532         * plugins/profiler/gprof-function-call-chart-view.c:
4533         * plugins/profiler/gprof-function-call-chart-view.h:
4534         * plugins/profiler/gprof-function-call-tree-view.c:
4535         * plugins/profiler/gprof-function-call-tree-view.h:
4536         * plugins/profiler/gprof-options.c:
4537         * plugins/profiler/gprof-options.h:
4538         * plugins/profiler/gprof-profile-data.c:
4539         * plugins/profiler/gprof-profile-data.h:
4540         * plugins/profiler/gprof-view-manager.c:
4541         * plugins/profiler/gprof-view-manager.h:
4542         * plugins/profiler/gprof-view.c:
4543         * plugins/profiler/gprof-view.h:
4544         * plugins/profiler/plugin.c:
4545         * plugins/profiler/plugin.h:
4546         * plugins/profiler/string-utils.c:
4547         * plugins/profiler/string-utils.h:
4548         * plugins/project-import/plugin.c:
4549         * plugins/project-import/plugin.h:
4550         * plugins/project-import/project-import.c:
4551         * plugins/project-import/project-import.h:
4552         * plugins/project-manager/plugin.c:
4553         * plugins/project-manager/plugin.h:
4554         * plugins/project-wizard/action.c:
4555         * plugins/project-wizard/action.h:
4556         * plugins/project-wizard/autogen.c:
4557         * plugins/project-wizard/autogen.h:
4558         * plugins/project-wizard/druid.c:
4559         * plugins/project-wizard/druid.h:
4560         * plugins/project-wizard/file.c:
4561         * plugins/project-wizard/file.h:
4562         * plugins/project-wizard/header.c:
4563         * plugins/project-wizard/header.h:
4564         * plugins/project-wizard/install.c:
4565         * plugins/project-wizard/install.h:
4566         * plugins/project-wizard/parser.c:
4567         * plugins/project-wizard/parser.h:
4568         * plugins/project-wizard/plugin.c:
4569         * plugins/project-wizard/plugin.h:
4570         * plugins/project-wizard/property.c:
4571         * plugins/project-wizard/property.h:
4572         * plugins/project-wizard/values.c:
4573         * plugins/project-wizard/values.h:
4574         * plugins/sample1/plugin.c:
4575         * plugins/search/plugin.c:
4576         * plugins/search/plugin.h:
4577         * plugins/search/search-replace_backend.c:
4578         * plugins/search/search-replace_backend.h:
4579         * plugins/search/search_preferences.c:
4580         * plugins/sourceview/anjuta-convert.c:
4581         * plugins/sourceview/anjuta-convert.h:
4582         * plugins/sourceview/anjuta-document-loader.c:
4583         * plugins/sourceview/anjuta-document-loader.h:
4584         * plugins/sourceview/anjuta-document-saver.c:
4585         * plugins/sourceview/anjuta-document-saver.h:
4586         * plugins/sourceview/anjuta-document.c:
4587         * plugins/sourceview/anjuta-document.h:
4588         * plugins/sourceview/anjuta-encodings.c:
4589         * plugins/sourceview/anjuta-encodings.h:
4590         * plugins/sourceview/anjuta-languages-manager.c:
4591         * plugins/sourceview/anjuta-languages-manager.h:
4592         * plugins/sourceview/anjuta-utils.c:
4593         * plugins/sourceview/anjuta-utils.h:
4594         * plugins/sourceview/anjuta-view.c:
4595         * plugins/sourceview/anjuta-view.h:
4596         * plugins/sourceview/assist-window.c:
4597         * plugins/sourceview/assist-window.h:
4598         * plugins/sourceview/sourceview-cell.c:
4599         * plugins/sourceview/sourceview-cell.h:
4600         * plugins/sourceview/sourceview-prefs.c:
4601         * plugins/sourceview/sourceview-prefs.h:
4602         * plugins/sourceview/sourceview-print.c:
4603         * plugins/sourceview/sourceview-print.h:
4604         * plugins/sourceview/sourceview-private.h:
4605         * plugins/sourceview/sourceview-tags.c:
4606         * plugins/sourceview/sourceview-tags.h:
4607         * plugins/sourceview/sourceview.c:
4608         * plugins/sourceview/sourceview.h:
4609         * plugins/subversion/plugin.c:
4610         * plugins/subversion/plugin.h:
4611         * plugins/subversion/subversion-actions.c:
4612         * plugins/subversion/subversion-actions.h:
4613         * plugins/subversion/subversion-callbacks.c:
4614         * plugins/subversion/subversion-callbacks.h:
4615         * plugins/subversion/svn-auth.c:
4616         * plugins/subversion/svn-auth.h:
4617         * plugins/subversion/svn-backend-priv.h:
4618         * plugins/subversion/svn-backend.c:
4619         * plugins/subversion/svn-backend.h:
4620         * plugins/subversion/svn-notify.c:
4621         * plugins/subversion/svn-notify.h:
4622         * plugins/subversion/svn-thread.c:
4623         * plugins/subversion/svn-thread.h:
4624         * plugins/symbol-browser/an_symbol.c:
4625         * plugins/symbol-browser/an_symbol.h:
4626         * plugins/symbol-browser/an_symbol_info.c:
4627         * plugins/symbol-browser/an_symbol_info.h:
4628         * plugins/symbol-browser/an_symbol_iter.c:
4629         * plugins/symbol-browser/an_symbol_iter.h:
4630         * plugins/symbol-browser/an_symbol_prefs.c:
4631         * plugins/symbol-browser/an_symbol_prefs.h:
4632         * plugins/symbol-browser/an_symbol_search.c:
4633         * plugins/symbol-browser/an_symbol_search.h:
4634         * plugins/symbol-browser/an_symbol_view.c:
4635         * plugins/symbol-browser/an_symbol_view.h:
4636         * plugins/symbol-browser/plugin.c:
4637         * plugins/symbol-browser/plugin.h:
4638         * plugins/terminal/terminal.c:
4639         * plugins/tools/dialog.c:
4640         * plugins/tools/dialog.h:
4641         * plugins/tools/editor.c:
4642         * plugins/tools/editor.h:
4643         * plugins/tools/execute.c:
4644         * plugins/tools/execute.h:
4645         * plugins/tools/fileop.c:
4646         * plugins/tools/fileop.h:
4647         * plugins/tools/plugin.c:
4648         * plugins/tools/plugin.h:
4649         * plugins/tools/scripts/find-fixmes.pl:
4650         * plugins/tools/scripts/translation-status.pl:
4651         * plugins/tools/tool.c:
4652         * plugins/tools/tool.h:
4653         * plugins/tools/variable.c:
4654         * plugins/tools/variable.h:
4655         * plugins/valgrind/ldd.c:
4656         * plugins/valgrind/ldd.h:
4657         * plugins/valgrind/list.c:
4658         * plugins/valgrind/list.h:
4659         * plugins/valgrind/menu-utils.c:
4660         * plugins/valgrind/menu-utils.h:
4661         * plugins/valgrind/parser.c:
4662         * plugins/valgrind/parser.h:
4663         * plugins/valgrind/plugin.c:
4664         * plugins/valgrind/plugin.h:
4665         * plugins/valgrind/preferences.c:
4666         * plugins/valgrind/preferences.h:
4667         * plugins/valgrind/process.c:
4668         * plugins/valgrind/process.h:
4669         * plugins/valgrind/symtab.c:
4670         * plugins/valgrind/symtab.h:
4671         * plugins/valgrind/vgactions.c:
4672         * plugins/valgrind/vgactions.h:
4673         * plugins/valgrind/vgcachegrindprefs.c:
4674         * plugins/valgrind/vgcachegrindprefs.h:
4675         * plugins/valgrind/vgdefaultview.c:
4676         * plugins/valgrind/vgdefaultview.h:
4677         * plugins/valgrind/vgerror.c:
4678         * plugins/valgrind/vgerror.h:
4679         * plugins/valgrind/vggeneralprefs.c:
4680         * plugins/valgrind/vggeneralprefs.h:
4681         * plugins/valgrind/vghelgrindprefs.c:
4682         * plugins/valgrind/vghelgrindprefs.h:
4683         * plugins/valgrind/vgio.c:
4684         * plugins/valgrind/vgio.h:
4685         * plugins/valgrind/vgmemcheckprefs.c:
4686         * plugins/valgrind/vgmemcheckprefs.h:
4687         * plugins/valgrind/vgrule-editor.c:
4688         * plugins/valgrind/vgrule-editor.h:
4689         * plugins/valgrind/vgrule-list.c:
4690         * plugins/valgrind/vgrule-list.h:
4691         * plugins/valgrind/vgrule.c:
4692         * plugins/valgrind/vgrule.h:
4693         * plugins/valgrind/vgrulepattern.c:
4694         * plugins/valgrind/vgrulepattern.h:
4695         * plugins/valgrind/vgsearchbar.c:
4696         * plugins/valgrind/vgsearchbar.h:
4697         * plugins/valgrind/vgstrpool.c:
4698         * plugins/valgrind/vgstrpool.h:
4699         * plugins/valgrind/vgtoolprefs.c:
4700         * plugins/valgrind/vgtoolprefs.h:
4701         * plugins/valgrind/vgtoolview.c:
4702         * plugins/valgrind/vgtoolview.h:
4703         * src/about.c:
4704         * src/about.h:
4705         * src/action-callbacks.c:
4706         * src/action-callbacks.h:
4707         * src/anjuta-actions.h:
4708         * src/anjuta-app.c:
4709         * src/anjuta-app.h:
4710         * src/anjuta-callbacks.c:
4711         * src/anjuta-callbacks.h:
4712         * src/anjuta.c:
4713         * src/anjuta.h:
4714         * src/anjuta_cbs.c:
4715         * src/bacon-message-connection.c:
4716         * src/bacon-message-connection.h:
4717         * src/getline.c:
4718         * src/main.c:
4719         * src/shell.c:
4720         * src/shell.h:
4721         * src/start-with.c:
4722         * src/start-with.h:
4723         * src/utilities.c:
4724         * src/utilities.h:
4725         * tagmanager/options.c:
4726         
4727         Change the address of FSF in various files
4729 2007-08-30  Johannes Schmid <jhs@gnome.org>
4731         * anjuta.glade:
4732         * anjuta.gladep:
4733         Removed because they are no longer in use
4734         
4735         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4736         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
4737         Marked some strings as not translatable
4739         * plugins/search/search-replace.c: (list_max_items):
4740         Fixed a possible memory corruption
4742         * src/anjuta-app.c: (anjuta_app_add_widget_full):
4743         Do not show menuitems for locked layout items
4745         * src/main.c: (main):
4746         Some minor style correction in gnome_init
4748 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
4750         * plugins/debug-manager/debugger.c,
4751         plugins/debug-manager/breakpoints.c,
4752         plugins/gdb/plugin.c,
4753         plugins/gdb/debugger.c,
4754         libanjuta/interfaces/libanjuta.idl:
4755         Move all breakpoints functions from IAnjutaDebugger to a new
4756         IAnjutaBreakpointDebugger interface
4758 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
4760         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
4761         * plugins/debug-manager/plugin.c,
4762         plugins/debug-manager/breakpoints.c,
4763         plugins/tools/execute.c,
4764         plugins/project-wizard/plugin.c,
4765         plugins/build-basic-autotools/executer.c,
4766         plugins/gdb/debugger.c,
4767         plugins/profiler/gprof-options.h,
4768         plugins/sourceview/assist-window.h,
4769         plugins/class-gen/transform.c,
4770         libanjuta/anjuta-plugin-description.c,
4771         libanjuta/anjuta-status.c,
4772         libanjuta/anjuta-glue-c.c,
4773         libanjuta/anjuta-glue-cpp.c,
4774         plugins/symbol-browser/an_symbol_prefs.c:
4775         Fix warnings mostly "dereferencing type-punned pointer"
4776         Fix two bugs in breakpoints.c and an_symbol_prefs.c
4778 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
4780         * plugins/debug-manager/breakpoints.c,
4781         plugins/debug-manager/debugger.c:
4782         Avoid an endless loop if clearing all breakpoints while the programm
4783         is running
4785 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
4787         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
4788         * plugins/debug-manager/plugin.c:
4789         Fix a segmentation fault added in the previous patch
4791 2007-07-21  Johannes Schmid <jhs@gnome.org>
4793         * plugins/build-basic-autotools/executer.c:
4794         (get_program_parameters):
4795         
4796         Show an error dialog if no targets are availible instead of
4797         just returning
4799 2007-07-20  Johannes Schmid <jhs@gnome.org>
4801         * libanjuta/anjuta-shell.c: (on_widget_data_add),
4802         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
4803         * libanjuta/anjuta-shell.h:
4804         * plugins/document-manager/plugin.c: (activate_plugin):
4805         * plugins/glade/anjuta-design-document.c:
4806         * plugins/glade/plugin.c: (glade_update_ui):
4807         * src/anjuta-app.c: (anjuta_app_add_widget_full),
4808         (anjuta_shell_iface_init):
4809         * src/shell.c: (anjuta_test_shell_add_widget),
4810         (anjuta_shell_iface_init):
4811         
4812         Make the document manager undockable (#458038)
4814 2007-07-20  Johannes Schmid <jhs@gnome.org>
4816         * plugins/document-manager/plugin.c: (on_editor_update_ui):
4817         * plugins/glade/anjuta-design-document.c:
4818         * plugins/glade/plugin.c: (glade_update_ui):
4819         
4820         Fixed some save/dirty status bug in glade
4822 2007-07-20  Johannes Schmid <jhs@gnome.org>
4824         * libanjuta/anjuta-status.c:
4825         Fixed crasher on shutdown
4827 2007-07-20  Johannes Schmid <jhs@gnome.org>
4829         * configure.in:
4830         Minimum glade requirement is 3.2 now. It was before
4831         but we did not check...
4832         
4833         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4834         * libanjuta/anjuta-profile.c:
4835         (anjuta_profile_add_plugins_from_xml):
4836         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
4837         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
4838         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
4839         * plugins/file-loader/plugin.c: (on_create_submenu):
4840         * plugins/file-manager/an_file_view.c: (compare_iter):
4841         * plugins/glade/plugin.c: (activate_plugin):
4842         * src/anjuta-app.c: (on_toolbar_view_toggled):
4843         * src/main.c: (main):
4844         
4845         Fixed lots of memory leaks (thansk valgrind)
4847 2007-07-19  Johannes Schmid <jhs@gnome.org>
4849         * plugins/debug-manager/plugin.c: (value_added_current_editor):
4850         * plugins/document-manager/anjuta-docman.c:
4851         (anjuta_docman_set_busy):
4852         * plugins/document-manager/plugin.c: (on_editor_changed):
4853         * plugins/glade/plugin.c: (activate_plugin):
4854         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4855         (on_value_removed_current_editor):
4856         
4857         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
4859 2007-07-18  Johannes Schmid <jhs.gnome.org>
4861         * plugins/build-basic-autotools/executer.c: (execute_program):
4862         Fixed some of the scratchbox stuff but the environment is
4863         still broken
4865 2007-07-18  Johannes Schmid <jhs@gnome.org>
4867         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
4868         (on_plugin_deactivated), (get_plugin_loader_type):
4869         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
4870         (activate_plugin), (deactivate_plugin),
4871         (glade_plugin_instance_init):
4872         
4873         Fixed glade plugin deactivation
4875 2007-07-18  Johannes Schmid <jhs@gnome.org>
4877         * plugins/document-manager/anjuta-docman.c:
4878         (anjuta_docman_add_document):
4879         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
4880         
4881         Fixed path display in document manager with glade files
4883 2007-07-17  Johannes Schmid <jhs@gnome.org>
4885         * libanjuta/interfaces/Makefile.am.iface:
4886         * pixmaps/Makefile.am:
4887         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
4888         * plugins/debug-manager/plugin.c: (value_added_current_editor),
4889         (value_removed_current_editor):
4890         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
4891         (anjuta_docman_set_current_document):
4892         * plugins/document-manager/plugin.c: (on_editor_update_ui),
4893         (on_editor_added), (on_editor_changed):
4894         * plugins/glade/Makefile.am:
4895         * plugins/glade/anjuta-design-document.c:
4896         (anjuta_design_document_instance_init),
4897         (anjuta_design_document_set_property),
4898         (anjuta_design_document_get_property),
4899         (anjuta_design_document_class_init), (anjuta_design_document_new),
4900         (ifile_open), (ifile_get_uri), (ifile_iface_init):
4901         * plugins/glade/anjuta-design-document.h:
4902         * plugins/glade/anjuta-glade-notebook.c:
4903         * plugins/glade/anjuta-glade-notebook.h:
4904         * plugins/glade/plugin.c: (value_added_current_editor),
4905         (value_removed_current_editor), (glade_update_ui),
4906         (on_close_activated), (on_glade_project_changed),
4907         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
4908         (ifile_open):
4909         * plugins/language-support-cpp-java/plugin.c:
4910         (on_value_added_current_editor), (on_value_removed_current_editor):
4911         * plugins/macro/plugin.c: (value_added_current_editor):
4912         * plugins/project-manager/plugin.c: (value_added_current_editor):
4913         * plugins/subversion/plugin.c: (value_added_current_editor):
4914         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
4916         Fixed lot of IAnjutaEditor stuff and completed glade integration
4917         with document manager
4918         
4919         * plugins/build-basic-autotools/build-basic-autotools.c:
4920         (value_added_current_editor):
4921         * plugins/build-basic-autotools/executer.c: (execute_program):
4922         
4923         Some initial code to execute projects inside scratchbox
4924         
4925 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
4927         * plugins/project-import/project-import.c:
4928         Project import overwrites file on user request (bug #452579)
4930 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
4932         * plugins/debug-manager/debugger.c,
4933         plugins/debug-manager/threads.c,
4934         plugins/debug-manager/plugin.c,
4935         plugins/debug-manager/registers.c,
4936         plugins/debug-manager/locals.c,
4937         plugins/debug-manager/stack_trace.c,
4938         plugins/gdb/plugin.c,
4939         plugins/gdb/debugger.c,
4940         plugins/gdb/debugger.h,
4941         libanjuta/interfaces/libanjuta.idl:
4942         Rename change-location to program-moved
4943         Store thread id as gint instead of guint
4944         Do not display registers list if not available
4945         Add intermediate debugger states if missing
4947 2007-07-11  Johannes Schmid <jhs@gnome.org>
4949         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
4950         .glade:
4951         Reverted unnecessary changes (#455819)
4953 2007-07-10  Johannes Schmid <jhs@gnome.org>
4955         * plugins/glade/plugin.c:
4956         Fixed glade plugin with glade 3.2 and another crasher
4958 2007-07-09  Johannes Schmid <jhs@gnome.org>
4960         * libanjuta/interfaces/libanjuta.idl:
4961         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
4962         .glade:
4963         * plugins/debug-manager/breakpoints.c:
4964         (breakpoint_item_update_in_ui),
4965         (breakpoints_dbase_edit_breakpoint),
4966         (on_toggle_breakpoint_activate):
4967         * plugins/debug-manager/plugin.c:
4968         (on_run_to_cursor_action_activate):
4969         * plugins/document-manager/action-callbacks.c:
4970         (on_editor_command_cut_activate),
4971         (on_editor_command_copy_activate),
4972         (on_editor_command_paste_activate),
4973         (on_editor_command_clear_activate):
4974         * plugins/document-manager/anjuta-docman.c:
4975         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
4976         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
4977         (anjuta_docman_goto_file_line_mark),
4978         (anjuta_docman_find_editor_with_path),
4979         (anjuta_docman_get_all_editors):
4980         * plugins/document-manager/anjuta-docman.h:
4981         * plugins/document-manager/plugin.c:
4982         (update_editor_ui_interface_items), (on_editor_update_ui),
4983         (on_editor_changed), (on_session_save), (on_docman_auto_save),
4984         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
4985         (ianjuta_document_manager_iface_init), (isaveable_save),
4986         (isavable_is_dirty):
4987         * plugins/editor/editor.glade:
4988         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
4989         (idocument_paste), (idocument_clear), (idocument_iface_init),
4990         (iselection_iface_init):
4991         * plugins/glade/Makefile.am:
4992         * plugins/glade/anjuta-glade-notebook.c:
4993         (anjuta_glade_notebook_instance_init),
4994         (anjuta_glade_notebook_set_property),
4995         (anjuta_glade_notebook_get_property),
4996         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
4997         (ifile_open), (ifile_get_uri), (ifile_iface_init),
4998         (ifile_savable_save), (ifile_savable_save_as),
4999         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5000         (ifile_savable_iface_init), (idocument_can_redo),
5001         (idocument_can_undo), (idocument_begin_undo_action),
5002         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5003         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5004         (idocument_copy), (idocument_paste), (idocument_clear),
5005         (idocument_iface_init):
5006         * plugins/language-support-cpp-java/plugin.c:
5007         (on_value_added_current_editor), (on_value_removed_current_editor):
5008         * plugins/macro/macro-util.c: (get_current_editor):
5009         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5010         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5011         (on_next_occur), (on_incremental_entry_key_press),
5012         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5013         (on_toolbar_find_incremental_start),
5014         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5015         * plugins/search/search-replace.c: (search_start_over),
5016         (search_update_combos), (replace_update_combos),
5017         (anjuta_search_replace_activate):
5018         * plugins/search/search-replace_backend.c: (create_search_entries):
5019         * plugins/sourceview/sourceview.c: (idocument_cut),
5020         (idocument_copy), (idocument_paste), (idocument_clear),
5021         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5022         * plugins/tools/editor.c: (on_editor_response):
5023         * plugins/tools/execute.c: (get_current_editor),
5024         (atp_output_context_initialize), (atp_user_tool_execute):
5025         * plugins/tools/variable.c: (get_current_editor),
5026         (atp_variable_get_editor_variable):
5027         
5028         Some more IAnjutaEditor => IAnjutaDocument fixing!
5029         
5030         * plugins/glade/anjuta-glade-notebook.h:
5031         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5032         (glade_update_ui):
5033         * plugins/glade/plugin.h:
5034         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5035         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5036         be used for glade, too. It might still have some rough edges but already works.
5037         (Fixes #415547 – Glade usability problem)
5039 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5041         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5042           development release (I updated version of glade3 svn to 3.3.2).
5044 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5046         * plugins/symbol-browser/an_symbol_view.c:
5047         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5049 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5051         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5052         (on_system_tags_update_finished), (on_update_global_clicked),
5053         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5054         (symbol_browser_prefs_init),
5055         (symbol_browser_prefs_create_global_tags),
5056         (symbol_browser_load_global_tags):
5057         * plugins/symbol-browser/an_symbol_prefs.h:
5058         * plugins/symbol-browser/an_symbol_view.c:
5059         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5060         * plugins/symbol-browser/an_symbol_view.h:
5061         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5062         on global tags update because of delayed prefs merging. Happens when
5063         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5064         is opened.
5066 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5068         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5069         after install/uninstall.
5071         Patch from James Liggett:
5072         * scripts/glade2schemas.pl: Fixed creating schemas for list
5073         values.
5075 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5077         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5078           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5079           development release since glade svn version is also 3.3.1. In future, the
5080           solution would be for us to always increment the micro version when
5081           changing the API.
5083 2007-07-05  Johannes Schmid <jhs@gnome.org>
5085         * libanjuta/interfaces/libanjuta.idl:
5086         * plugins/build-basic-autotools/build-basic-autotools.c:
5087         (on_build_mesg_format):
5088         * plugins/debug-manager/breakpoints.c:
5089         (breakpoint_item_update_in_ui),
5090         (breakpoints_dbase_edit_breakpoint),
5091         (on_toggle_breakpoint_activate):
5092         * plugins/debug-manager/plugin.c:
5093         (on_run_to_cursor_action_activate):
5094         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5095         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5096         (get_current_editor), (on_save_activate), (on_save_as_activate),
5097         (on_save_prompt_save_editor), (on_close_file_activate),
5098         (on_close_all_file_activate), (on_reload_file_activate),
5099         (anjuta_print_cb), (anjuta_print_preview_cb),
5100         (on_editor_command_upper_case_activate),
5101         (on_editor_command_lower_case_activate),
5102         (on_editor_command_undo_activate),
5103         (on_editor_command_redo_activate),
5104         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5105         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5106         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5107         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5108         (on_zoom_out_text_activate), (on_force_hilite_activate),
5109         (on_indent1_activate), (on_swap_activate),
5110         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5111         * plugins/document-manager/anjuta-docman.c:
5112         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5113         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5114         (anjuta_docman_dispose), (on_notebook_switch_page),
5115         (anjuta_docman_page_from_widget), (on_editor_destroy),
5116         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5117         (anjuta_docman_get_current_document),
5118         (anjuta_docman_set_current_document),
5119         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5120         (anjuta_docman_update_page_label),
5121         (anjuta_docman_get_document_from_path),
5122         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5123         (anjuta_docman_order_tabs):
5124         * plugins/document-manager/anjuta-docman.h:
5125         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5126         (update_editor_ui_interface_items), (update_editor_ui),
5127         (on_editor_update_save_ui), (on_editor_update_ui),
5128         (on_editor_changed), (on_save_prompt_save_editor),
5129         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5130         (ianjuta_docman_get_current_document),
5131         (ianjuta_docman_set_current_document),
5132         (ianjuta_docman_remove_buffer),
5133         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5134         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5135         (idocument_get_filename), (idocument_can_undo),
5136         (idocument_can_redo), (idocument_undo),
5137         (idocument_begin_undo_action), (idocument_end_undo_action),
5138         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5139         * plugins/language-support-cpp-java/plugin.c:
5140         (on_editor_char_inserted_cpp), (on_auto_indent):
5141         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5142         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5143         * plugins/sample1/plugin.c: (on_sample_action_activate):
5144         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5145         (on_next_occur), (on_incremental_entry_key_press),
5146         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5147         (on_toolbar_find_incremental_start),
5148         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5149         * plugins/search/search-replace.c: (search_and_replace),
5150         (write_message_pane), (search_start_over), (search_update_combos),
5151         (replace_update_combos), (anjuta_search_replace_activate):
5152         * plugins/search/search-replace_backend.c:
5153         (file_buffer_new_from_path), (create_search_entries):
5154         * plugins/sourceview/sourceview-print.c: (create_print_job):
5155         * plugins/sourceview/sourceview.c:
5156         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5157         (idocument_can_redo), (idocument_can_undo),
5158         (idocument_begin_undo_action), (idocument_end_undo_action),
5159         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5160         (idocument_get_filename), (idocument_iface_init):
5161         * plugins/tools/editor.c: (on_editor_response):
5162         * plugins/tools/execute.c: (atp_output_context_initialize),
5163         (atp_user_tool_execute):
5164         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5165         
5166         Create IAnjutaDocument interface. This interface is a more general idea
5167         of documents being anything that can be modified, has undo/redo and
5168         may have operations like copy/paste.
5169         The primary goal is to integrate better by making it use the standard file
5170         and edit menu instead of it's own glade menu. Of course the downside is that
5171         you won't be able to view a source file and the designer at the same time. Anyway
5172         so many people have complained that they "can't save a glade file" that I think
5173         this is the much better solution.
5174         Work on the glade plugin is still to come but the most difficult things should be
5175         done now.
5177 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5179         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5180           version 3.0.3.
5182 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5184         * libanjuta/anjuta-plugin-manager.c:
5185         (anjuta_plugin_manager_get_plugins_page),
5186         (anjuta_plugin_manager_get_remembered_plugins_page):
5187         * libanjuta/anjuta-plugin-manager.h:
5188         * src/anjuta-app.c: (anjuta_app_install_preferences):
5189         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5190         and remembered plugins preferences pages in separate pages (avoid
5191         crowd).
5193 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5195         Patch from James Liggett  <jrliggett@cox.net>:
5196         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5197         Installed editor preferences schemas. Fixes bug #453463.
5199 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5201         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5202         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5204 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5206         * plugins/document-manager/anjuta-document-manager.ui:
5207         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5208         * src/action-callbacks.c:
5209         * src/action-callbacks.h:
5210         * src/anjuta-actions.h:
5211         * src/anjuta-app.c: (anjuta_app_instance_init),
5212         (anjuta_app_install_preferences):
5213         * src/anjuta.glade:
5214         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5215         General preferences page. Move preferences menu from Settings to
5216         Edit submenu. And got rid of Settings submenu.
5218 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5220         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5221         
5222 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5224         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5225         as discussed and agreed with James Liggett.
5227         Patch from James Liggett  <jrliggett@cox.net>:
5229         * configure.in:
5230         * libanjuta/anjuta-plugin-manager.c:
5231         (on_activated_plugin_objects_foreach),
5232         (anjuta_plugin_manager_get_active_plugin_objects):
5233         * libanjuta/anjuta-plugin-manager.h:
5234         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5235         (anjuta_plugin_deactivate):
5236         * libanjuta/anjuta-preferences-dialog.c:
5237         (anjuta_preferences_dialog_finalize),
5238         (anjuta_preferences_dialog_class_init), (add_category_columns),
5239         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5240         (anjuta_preferences_dialog_remove_page):
5241         * libanjuta/anjuta-preferences.c: (property_destroy),
5242         (unregister_preferences_key), (register_callbacks),
5243         (preferences_foreach_callback), (connect_prop_to_object),
5244         (anjuta_preferences_register_property_raw),
5245         (anjuta_preferences_register_property_custom),
5246         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5247         (anjuta_preferences_remove_page),
5248         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5249         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5250         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5251         (anjuta_preferences_class_init), (anjuta_preferences_new):
5252         * libanjuta/anjuta-preferences.h:
5253         * plugins/build-basic-autotools/Makefile.am:
5254         * plugins/build-basic-autotools/build-basic-autotools.c:
5255         (ipreferences_unmerge):
5256         * plugins/cvs-plugin/Makefile.am:
5257         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5258         * plugins/document-manager/Makefile.am:
5259         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5260         * plugins/editor/plugin.c: (ipreferences_unmerge):
5261         * plugins/file-manager/Makefile.am:
5262         * plugins/file-manager/plugin.c: (activate_plugin),
5263         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5264         * plugins/gtodo/plugin.c: (ipreferences_merge),
5265         (ipreferences_unmerge):
5266         * plugins/language-support-cpp-java/Makefile.am:
5267         * plugins/language-support-cpp-java/plugin.c:
5268         (ipreferences_unmerge):
5269         * plugins/message-view/Makefile.am:
5270         * plugins/message-view/plugin.c: (ipreferences_unmerge):
5271         * plugins/sourceview/Makefile.am:
5272         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5273         * plugins/symbol-browser/Makefile.am:
5274         * plugins/symbol-browser/an_symbol_prefs.c:
5275         (symbol_browser_prefs_finalize):
5276         * plugins/terminal/Makefile.am:
5277         * plugins/terminal/terminal.c: (ipreferences_unmerge):
5278         * plugins/valgrind/plugin.c: (ipreferences_merge),
5279         (ipreferences_unmerge):
5280         * scripts/Makefile.am:
5281         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5282         * src/Makefile.am:
5283         * src/action-callbacks.c: (on_set_preferences1_activate):
5284         * src/anjuta-app.c: (anjuta_app_instance_init),
5285         (anjuta_app_install_preferences):
5286         * src/anjuta-app.h:
5287         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
5288         task: Bug #445314: On demand preferences widgets creation. Thanks
5289         James for this great work.
5291 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5293         * plugins/debug-manager/data_buffer.c,
5294         plugins/message-view/message-view.c: Fixed compiler warnings.
5296 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
5298         * src/action-callbacks.c: (help_activate),
5299         (on_help_manual_activate), (on_help_tutorial_activate),
5300         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
5302         Fixed help activation (bug #451557).
5304 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
5306         * AUTHORS: Added James Liggett. Forgot to add him before :(
5308 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
5310         * plugins/debug-manager/debugger.c,
5311         plugins/debug-manager/plugin.c,
5312         plugins/gdb/debugger.c,
5313         libanjuta/interfaces/libanjuta.idl:
5314         Add a GError* parameter to debugger-stopped signal
5316         * (added) libanjuta/anjuta-error.c,
5317         (added) libanjuta/anjuta-error.h,
5318         libanjuta/Makefile.am:
5319         Register GError as a boxed type
5321         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5322         Support GError* in signal, GError must be registered as a boxed type
5323         Accept NULL as strings
5325 === anjuta 2.2.0 ===
5327 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
5329         * configure.in: Bumped version to 2.2.0
5330         * NEWS: Updated for 2.2.0 stable release.
5331         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
5332         Reduce the idle priority to make the UI update before anything else.
5334 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
5336         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
5338         * libanjuta/interfaces/libanjuta.idl:
5339         * plugins/document-manager/action-callbacks.c:
5340         (on_editor_command_complete_word_activate):
5341         * plugins/document-manager/plugin.c:
5342         (update_editor_ui_interface_items):
5343         * plugins/editor/text_editor.c: (iautocomplete_activate),
5344         (iautocomplete_iface_init):
5345         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5347         Moved autocomplete() method away from IAnjutaEditorAssist into
5348         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
5349         autocomplete and does not crash with sourceview. Fixes Bug #449620
5350         – The auto completion functionality not work. Also sets menuitem 
5351         insensitive when hiding them.
5353         * plugins/debug-manager/disassemble.c:
5354         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
5355         printf types.
5357 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
5359         * pixmaps/anjuta_splash.png: Updated.
5360         
5361         * plugins/search/search-replace.c
5362         (anjuta_search_replace_activate): Fixed "Find in Files" to select
5363         the right target (project).
5364         * ChangeLog: Added missing log.
5366 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5368         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
5369         manuals/anjuta-manual/C/fileoperations.xml,
5370         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
5372         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
5374         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
5376 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5378         * TODO.tasks: Added bounty for on-demand preferences.
5380         Patch from Thierry Moisan:
5381         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
5382         (bug #88824).
5384 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5386         Patch from tpgww@onepost.net:
5388         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
5389         * libegg/test-actions.c:
5390         * libegg/test-multi-drag.c: (main):
5391         * plugins/debug-manager/memory.c: (read_memory_block):
5392         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
5394         Fixes compile warnings. Fixes bug #427101.
5396 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5398         Patch from James Liggett:
5400         * plugins/profiler/gprof-options.c: (on_option_changed),
5401         (setup_widgets):
5402         * plugins/profiler/gprof-options.h:
5403         * plugins/profiler/gprof-profile-data.c:
5404         (gprof_profile_data_init_profile):
5405         * plugins/profiler/gprof-profile-data.h:
5406         * plugins/profiler/plugin.c: (profiler_get_data),
5407         (profiler_set_target), (register_options),
5408         (on_profile_data_browse_button_clicked),
5409         (on_profiling_options_button_clicked), (on_profiler_delete_data):
5410         * plugins/profiler/profiler.glade: implements independent targets.
5411         implements the ability to select arbitrary gmon.out files.
5412         Fixes bug #403502 – User should also be allowed to select an
5413         independent executable target.
5415 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5417         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
5419         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
5420         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
5422 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
5424         * plugins/debug-manager/plugin.c,
5425         plugins/debug-manager/breakpoints.c:
5426         Remove weak pointers when owner is destroyed
5427         Remove all breakpoints before loading new one
5429 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
5431         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
5432          
5433 2007-06-19  Naba Kumar  <naba@gnome.org>
5435         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
5436         Bug #448491 Empty Lines Problem.
5438         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
5439         
5440         * data/default.profile, plugins/message-view/plugin.c: Do not
5441         restore session for messages.
5442         Fixes bug #377461 – don't create new message window for each
5443         build/find.
5445         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
5446         Fixes a crash on exit/project-close if profiler plugin is loaded.
5448 2007-06-17  Naba Kumar  <naba@gnome.org>
5450         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
5451         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
5453         * plugins/file-loader/plugin.c: Fail on opening non existent files.
5454         Bug #448034 – Anjuta crashes on starting (when the last project
5455         directory was deleted).
5457         * plugins/document-manager/plugin.c: Set line markers for files
5458         opened via IAnjutaFile::open(). Fixes missing line markers while
5459         navigating symbols.
5461 2007-06-17  Naba Kumar  <naba@gnome.org>
5463         * plugins/sourceview/sourceview.glade: Set correct font
5464         default value and use monospace instead of sans. Fixes
5465         bug #448408 – crash in Anjuta IDE: Trying to change the
5466         editor
5468 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5470         * plugins/search/search-replace.c,
5471         plugins/search/search-replace.h,
5472         plugins/search/anjuta-search.glade:
5473         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
5474         Fixes bug #355166
5476 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5478         * plugins/debug-manager/plugin.c,
5479         plugins/debug-manager/breakpoints.c:
5480         Add weak references, fixes bug #448053 ?
5482 2007-06-16  Naba Kumar  <naba@gnome.org>
5484         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
5485         dialog to allow forgetting them if user chooses to select a different
5486         one.
5488 2007-06-13  Naba Kumar  <naba@gnome.org>
5490         * plugins/sourceview/sourceview-prefs.c: Initialize font
5491         on startup correctly if use_theme is set.
5493         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
5494         if available for default font. Fixes bug #447304.
5496         * plugins/sourceview/sourceview-prefs.c: Return value based
5497         on right data type. Fixes Bug #438878 – Using gtksourceview editor
5498         for the first time has black background
5499         
5500         * plugins/project-manager/plugin.c: Give a better error message
5501         when project could not be loaded.
5503         * libanjuta/anjuta-serializer.c: Added a comment.
5505 2007-06-13  Johannes Schmid <jhs@gnome.org>
5507         * configure.in:
5508         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
5509         most warnings to avoid simple coding problems.
5510         
5511         * plugins/message-view/anjuta-msgman.c:
5512         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
5513         * plugins/message-view/plugin.c: (on_view_changed),
5514         (ianjuta_msgman_add_view):
5515         
5516         Fixed #440866 by always presenting the message-manager when a tab is
5517         added because Gtk+ seems to have problems to add tabs to hidden widgets.
5518         
5519         * plugins/subversion/subversion-callbacks.c:
5520         (on_subversion_commit_response):
5521         Destroy dialog if user clicks "No"
5523 2007-06-12  Naba Kumar  <naba@gnome.org>
5525         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
5526         read and use of uninitialized variable.
5528         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
5529         because it is used in credits listing and packaging could compress
5530         it in docdir. Fixes bug #397881: The credits are empty
5532         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
5533         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
5534         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
5535         plugins/symbol-browser/an_symbol_info.c,
5536         plugins/symbol-browser/plugin.c,
5537         plugins/symbol-browser/an_symbol_view.c,
5538         plugins/editor/aneditor-autocomplete.cxx:
5540         - Do not access TMTag
5541         member in TMSymbol when freeing it because by then the tags
5542         could have changed. Avoids dangerous memory corruptions by freeing
5543         someone else's memory (Could explain those random crashes when
5544         refreshing symbols or re-loading a different project or closing
5545         a project). Anything that tries to refresh symbols could trigger
5546         this corruptions.
5547         - Added a flag to also retrieve method definitions as part of
5548         the class's scope members. And used it to set both function prototype
5549         and definition in symbols. Fixes navigation to prototype and
5550         function definitions from symbol browser (bug #440370)
5552         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
5553         memory. Could fix those bogus 'file changed' dialogs.
5555         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
5557 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
5559         * (added) libanjuta/anjuta-utils-priv.h,
5560         libanjuta/anjuta-utils.h,
5561         libanjuta/anjuta-launcher.c,
5562         libanjuta/Makefile.am:
5563         Fix bug #440801: do not use config.h in public include files
5565 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
5567         * plugins/project-wizard/templates/mkfile.wiz:
5568         Fix bug #442038: missing project.sh file
5570         * configure.in,
5571         plugins/project-wizard/templates/Makefile.am,
5572         plugins/project-wizard/templates/translatable-strings.h,
5573         (added) plugins/project-wizard/templates/sdl.wiz,
5574         (added) plugins/project-wizard/templates/appwiz_sdl.png,
5575         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
5576         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
5577         (added) plugins/project-wizard/templates/sdl/Makefile.am,
5578         (added) plugins/project-wizard/templates/sdl/.cvsignore,
5579         (added) plugins/project-wizard/templates/sdl/src/main.c,
5580         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
5581         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
5582         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
5583         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
5584         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
5585         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
5586         Fix bug #315635: add a SDL project wizard
5588 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
5590         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
5591         when SIGCHLD is triggered when main loop context is locked. Dead lock
5592         happens when child_exited callback also accesses main loop context.
5593         Happens particularly badly in debug target exiting.
5595 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
5597         * manuals/anjuta-manual/C/debugger.xml:
5598         First update of the debugger documentation
5600 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
5602         * manuals/anjuta-manual/C/fileoperations.xml,
5603         manuals/anjuta-manual/C/projects.xml,
5604         manuals/anjuta-manual/C/anjuta-manual.xml,
5605         manuals/anjuta-manual/C/build.xml,
5606         manuals/anjuta-manual/C/execute.xml,
5607         manuals/anjuta-manual/Makefile.am: Updated more documentation.
5608         Added project properties documentation. Moved execution section
5609         inside project management. Removed dead documentation.
5611 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
5613         * src/anjuta.c, plugins/symbol-browser/plugin.c,
5614         plugins/symbol-browser/plugin.h,
5615         plugins/symbol-browser/an_symbol_prefs.c,
5616         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
5617         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
5618         progress bar instead of separate window for system tags
5619         generation. Renamed AnjutaStatus methods to a proper ones.
5621         * plugins/symbol-browser/plugin.c,
5622         plugins/symbol-browser/plugin.h,
5623         plugins/symbol-browser/an_symbol_prefs.c,
5624         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
5625         global-tags/create_global_tags.sh.in: Get rid of message window
5626         for showing global tags creation and use a small window with
5627         progress bar.
5629 2007-05-30  Naba Kumar  <naba@gnome.org>
5631         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
5632         Bug 442315 – After calling configure, the build menus are still insensitive,
5633         Bug 442314 – Autogeneration fails when there is no autogen.sh
5635         * plugins/project-manager/plugin.c: Fixed mem corruption when it
5636         fails to remove target/source/group. Fixes bug #440196 – crash in
5637         Anjuta IDE: removing a target
5639 2007-05-29  Naba Kumar  <naba@gnome.org>
5641         * plugins/symbol-browser/an_symbol_view.c,
5642         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
5643         tags generation. Fixed runtime warning.
5645 2007-05-28  Naba Kumar  <naba@gnome.org>
5647         Patch from James Liggett  <jrliggett@cox.net>:
5648         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
5649         Fixed bug #403502 – User should also be allowed to select an
5650         independent executable target.
5652 2007-05-27  Johannes Schmid <jhs@gnome.org>
5654         * plugins/build-basic-autotools/build-basic-autotools.c:
5655         (get_real_directory), (on_build_mesg_format):
5656         
5657         Find correct files for error messages inside scratchbox
5659 2007-05-27  Naba Kumar  <naba@gnome.org>
5661         * manuals/anjuta-manual/C/projects.xml,
5662         manuals/anjuta-manual/C/projects.xml: Updated project
5663         management chapter more.
5665 2007-05-25  Johannes Schmid <jhs@gnome.org>
5667         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5668         * plugins/build-basic-autotools/build-basic-autotools.c:
5669         (on_sb_check_toggled), (build_execute_command),
5670         (ipreferences_merge), (ipreferences_unmerge):
5671         Added support for building inside scratchbox environment
5672         
5673         Patch from James Liggett <jrliggett@cox.net>:
5674         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
5675         (anjuta_msgman_append_view):
5677         Fix 440866 
5678           – Anjuta aborts with numerous assertion failures when adding a new message view tab
5680 2007-05-23  Naba Kumar  <naba@gnome.org>
5682         * manuals/anjuta-manual/C/projects.xml: Updated project
5683         management chapter.
5685 2007-05-22  Naba Kumar  <naba@gnome.org>
5687         * manuals/anjuta-manual/C/projects.xml: More updates.
5689         * manuals/anjuta-manual/C/introduction.xml,
5690         manuals/anjuta-manual/C/projects.xml,
5691         manuals/anjuta-manual/C/interface.xml: Updated documentation.
5693 2007-05-22  Naba Kumar  <naba@gnome.org>
5695         Patch from Étienne Bersac:
5696         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
5697         class in generated class.
5699 2007-05-22  Naba Kumar  <naba@gnome.org>
5701         * plugins/profiler/plugin.c: Fixed a compiler warning.
5702         * plugins/valgrind/Makefile.am: Added ldflags.
5704         Patch from James Liggett:
5705         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
5706         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
5707         specific options.
5709 2007-05-18  Johannes Schmid <jhs@gnome.org>
5711         * plugins/editor/text_editor.c:
5712         * plugins/language-support-cpp-java/plugin.c:
5713         (on_editor_language_changed), (on_value_added_current_editor),
5714         (on_value_removed_current_editor):
5715         
5716         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
5717         Fix assist support in language-support-plugin.
5719 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
5721         * libanjuta/interfaces/libanjuta.idl:
5722         Add a new interface allowing to implement plugin able
5723         to load other plugins (not written in C)
5725         * libanjuta/anjuta-plugin-handle.c,
5726         libanjuta/anjuta-plugin-handle.h:
5727         Add a language and a resident plugin properties
5729         * libanjuta/anjuta-glue-plugin.c,
5730         libanjuta/anjuta-glue-plugin.h,
5731         (added)libanjuta/anjuta-glue-c.c,
5732         (added)libanjuta/anjuta-glue-c.h,
5733         libanjuta/Makefile.am:
5734         Split code used to load a C plugin into a common part
5735         in anjuta-glue-plugin and a specific part in anjuta-glue-c
5737         * libanjuta/anjuta-glue-factory.c,
5738         libanjuta/anjuta-glue-factory.h,
5739         libanjuta/anjuta-plugin-manager.c:
5740         Allow to load plugin not written in C and search for the
5741         additional needed code in another plugin
5743 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
5745         * plugins/editor/text_editor.c:
5746         Add an empty implementation of IAnjutaEditorAssist for scintilla,
5747         avoiding a crash if scintilla is used
5749 2007-05-14  Johannes Schmid <jhs@gnome.org>
5751         * libanjuta/interfaces/libanjuta.idl:
5752         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5753         (assist_cleanup), (on_assist_end), (on_assist_cancel),
5754         (on_assist_chosen), (on_assist_update), (get_context),
5755         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
5756         (install_assist), (uninstall_assist), (install_support),
5757         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
5758         (cpp_java_plugin_instance_init):
5759         * plugins/language-support-cpp-java/plugin.h:
5760         Use IAnjutaEditorAssist to show language specific suggestions
5761         
5762         * plugins/sourceview/Makefile.am:
5763         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
5764         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
5765         * plugins/sourceview/anjuta-view.h:
5766         * plugins/sourceview/assist-window.c: (assist_window_expose),
5767         (assist_window_set_property), (assist_window_get_property),
5768         (assist_window_class_init), (assist_activated),
5769         (assist_window_init), (assist_window_finalize),
5770         (assist_window_select), (assist_window_first),
5771         (assist_window_last), (assist_window_up), (assist_window_down),
5772         (get_coordinates), (assist_window_move), (assist_window_update),
5773         (assist_window_filter_keypress), (assist_window_is_active),
5774         (assist_window_new), (assist_window_get_trigger),
5775         (assist_window_get_position):
5776         * plugins/sourceview/assist-window.h:
5777         * plugins/sourceview/sourceview-args.c (removed):
5778         * plugins/sourceview/sourceview-args.h (removed):
5779         * plugins/sourceview/sourceview-autocomplete.c (removed):
5780         * plugins/sourceview/sourceview-autocomplete.h (removed):
5781         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
5782         * plugins/sourceview/sourceview-private.h:
5783         * plugins/sourceview/sourceview-scope.c(removed):
5784         * plugins/sourceview/sourceview-scope.h(removed):
5785         * plugins/sourceview/sourceview.c: (on_assist_chosen),
5786         (on_assist_cancel), (on_document_char_added),
5787         (on_reload_dialog_response), (sourceview_class_init),
5788         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
5789         (iassist_remove_trigger), (iassist_autocomplete),
5790         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
5791         (iassist_react), (iassist_iface_init):
5792         * plugins/sourceview/tag-window.c (moved to assist-window.c):
5793         * plugins/sourceview/tag-window.h (moved to assist-window.c):
5794         
5795         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
5796         - Mark files dirty if reload dialog is canceled.
5798 2007-05-12  Naba Kumar  <naba@gnome.org>
5800         * libanjuta/anjuta-launcher.h: Corrected include file.
5802 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
5804         * libanjuta/anjuta-glue-plugin.c,
5805         libanjuta/anjuta-glue-plugin.h,
5806         libanjuta/anjuta-glue-factory.c,
5807         libanjuta/anjuta-glue-factory.h,
5808         ibanjuta/anjuta-plugin-manager.c:
5809         Move code used to load a C plugin from glue-factory to glue-plugin
5810         So loading a plugin written in another language could be done by
5811         just using another object derived from AnjutaGluePlugin
5813         * libanjuta/libanjuta.h:
5814         Remove anjuta-plugin-handle header, it's not installed as libanjuta
5815         includes
5817 === anjuta 2.1.3 ===
5819 2007-05-11  Naba Kumar  <naba@gnome.org>
5821         * configure.in: Bumped version to 2.1.3
5822         * NEWS: Updated.
5823         * AUTHORS: Updated.
5824         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
5826 2007-05-11  Naba Kumar  <naba@gnome.org>
5828         * configure.in:
5829         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
5830         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
5831         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
5833 2007-05-10  Johannes Schmid <jhs@gnome.org>
5835         * plugins/search/plugin.c:
5836         Make incremental search behave less annoying
5837         
5838 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
5840         * plugins/macro/macro-util.c:
5841         Fix bug #419008 and bug #419036
5842         When creating new header file, use name and email set in
5843         preferences and replace invalid C character by underscore
5844         in guards
5846 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
5848         * plugins/search/search-replace.c,
5849         plugins/search/search-replace_backend.c:
5850         Disable search button if search expression is empty (bug #378193)
5852 2007-05-08  Naba Kumar  <naba@gnome.org>
5854         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
5855         build error.
5857 2007-05-07  Naba Kumar  <naba@gnome.org>
5859         * configure.in:
5860         * plugins/project-wizard/templates/Makefile.am:
5861         * plugins/project-wizard/templates/minimal.wiz:
5862         * plugins/project-wizard/templates/minimal/.cvsignore:
5863         * plugins/project-wizard/templates/minimal/Makefile.am:
5864         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
5865         * plugins/project-wizard/templates/minimal/autogen.sh:
5866         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
5867         * plugins/project-wizard/templates/minimal/project.anjuta:
5868         Added 'minimal', a generic and flat, project template.
5869         
5870 2007-05-05  Naba Kumar  <naba@gnome.org>
5872         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
5874         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
5875         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
5876         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
5877         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
5878         instead of a real one, fixes interdependency with libanjuta.
5879         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
5880         * libanjuta/Makefile.am: 
5881         * libegg/Makefile.am:
5882         * plugins/build-basic-autotools/Makefile.am:
5883         * plugins/class-gen/Makefile.am:
5884         * plugins/class-inheritance/Makefile.am:
5885         * plugins/cvs-plugin/Makefile.am:
5886         * plugins/debug-manager/Makefile.am:
5887         * plugins/devhelp/Makefile.am:
5888         * plugins/document-manager/Makefile.am:
5889         * plugins/editor/Makefile.am:
5890         * plugins/file-loader/Makefile.am:
5891         * plugins/file-manager/Makefile.am:
5892         * plugins/file-wizard/Makefile.am:
5893         * plugins/gdb/Makefile.am:
5894         * plugins/glade/Makefile.am:
5895         * plugins/gtodo/Makefile.am:
5896         * plugins/language-support-cpp-java/Makefile.am:
5897         * plugins/macro/Makefile.am:
5898         * plugins/message-view/Makefile.am:
5899         * plugins/patch/Makefile.am:
5900         * plugins/profiler/Makefile.am:
5901         * plugins/project-import/Makefile.am:
5902         * plugins/project-manager/Makefile.am:
5903         * plugins/project-wizard/Makefile.am:
5904         * plugins/sample1/Makefile.am:
5905         * plugins/search/Makefile.am:
5906         * plugins/sourceview/Makefile.am:
5907         * plugins/subversion/Makefile.am:
5908         * plugins/symbol-browser/Makefile.am:
5909         * plugins/terminal/Makefile.am:
5910         * plugins/tools/Makefile.am:
5911         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
5913 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
5915         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
5917 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
5919         * libanjuta/anjuta-launcher.c,
5920         libanjuta/anjuta-launcher.h:
5921         Add some missing implementation
5923 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
5925         Reviewed by Naba Kumar  <naba@gnome.org>:
5926         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
5927         for uninstall-hook.
5929 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
5931         Reviewed by Naba Kumar  <naba@gnome.org>:
5932         * plugins/editor/text_editor.c: Large memory addresses were being
5933         truncated, switched to glong (bug #422143).
5935 2007-04-24  Naba Kumar  <naba@gnome.org>
5937         * plugins/document-manager/plugin.c: (prefs_finalize):
5938         * plugins/editor/aneditor-autocomplete.cxx:
5939         * plugins/editor/text_editor_menu.c:
5940         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
5941         * plugins/file-loader/plugin.c: (open_file_with),
5942         (create_open_with_submenu):
5943         * plugins/file-manager/plugin.c: (prefs_finalize):
5944         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
5945         pointer type castings.
5947 2007-04-24  Naba Kumar  <naba@gnome.org>
5949         Patch from s|s  <supreet.sethi@gmail.com>:
5950         * (added) plugins/project-wizard/templates/django-logo.png:
5951         * (added) plugins/project-wizard/templates/django.wiz:
5952         * plugins/project-wizard/templates/Makefile.am:
5953         * plugins/project-wizard/templates/translatable-strings.h: Added
5954         django project template. http://www.djangoproject.com/
5956 2007-04-24  Naba Kumar  <naba@gnome.org>
5958         * plugins/subversion/anjuta-subversion.glade: Set expansion for
5959         the log entry widget and made the dialog little larger.
5961 2007-04-24  Naba Kumar  <naba@gnome.org>
5963         Patch from Halton Huo:
5964         * configure.in:
5965         * plugins/project-wizard/property.c:
5966         * plugins/subversion/svn-auth.c:
5967         * plugins/subversion/svn-backend-priv.h:
5968         * plugins/subversion/svn-backend.c:
5969         * plugins/subversion/svn-backend.h:
5970         * plugins/subversion/svn-notify.h: Proper use of subversion
5971         headers. Fixes build issues in solaris (bug #426701).
5973 2007-04-24  Naba Kumar  <naba@gnome.org>
5975         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
5976         
5977         * plugins/project-wizard/templates/cpp.wiz:
5978         * plugins/project-wizard/templates/gcj.wiz:
5979         * plugins/project-wizard/templates/gnome.wiz:
5980         * plugins/project-wizard/templates/gtk.wiz:
5981         * plugins/project-wizard/templates/gtkmm.wiz:
5982         * plugins/project-wizard/templates/java.wiz:
5983         * plugins/project-wizard/templates/python.wiz:
5984         * plugins/project-wizard/templates/terminal.wiz:
5985         * plugins/project-wizard/templates/wxwin.wiz:
5986         * plugins/project-wizard/templates/xlib-dock.wiz:
5987         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
5988         project option and set it ON by default (since gnome-build, can't
5989         enabled configure shared lib support later when a sharedlib target
5990         is added).
5992 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
5994         * plugins/debug-manager/stack_trace.c:
5995         Fix a missing case in the previous changes
5997 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
5999         * plugins/debug-manager/plugin.c:
6000         Fix bug #430401
6002         * plugins/debug-manager/breakpoints.c,
6003         plugins/gdb/plugin.c:
6004         Fix adding breakpoint on a function
6006         * plugins/debug-manager/stack_trace.c:
6007         Highlight changed stack frame
6009 2007-04-18  Naba Kumar  <naba@gnome.org>
6011         * plugins/document-manager/anjuta-docman.c:
6012         (anjuta_docman_dispose), (on_editor_destroy),
6013         (anjuta_docman_remove_editor): Remove the editor widget from
6014         the parent container before calling destroy, otherwise container
6015         removal happens after TextEditor is disposed resulting in call
6016         to value-remove for a TextEditor which is half-dead (crash).
6018 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6020         * plugins/debug-manager/data_buffer.c
6021         plugins/debug-manager/data_view.c,
6022         plugins/debug-manager/memory.c:
6023         Fixes for bug #418523, bug #427090 and bug #428174
6025 2007-04-11 Halton Huo <halton.huo@sun.com>
6027         reviewed by: <jhs@gnome.org>
6029         * configure.in:
6030         * libanjuta/Makefile.am:
6031         * libanjuta/anjuta-utils.c:
6032         * libanjuta/anjuta-utils.h:
6033         * manuals/reference/libanjuta/Makefile.am:
6034         
6035         Fixed compilation on sun by deploying the libutil methods
6036         in anjuta-utils.h and building them on condition.
6038 2007-04-11  Johannes Schmid <jhs@gnome.org>
6040         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6041         (anjuta_docman_add_editor):
6042         Hold a reference on the editor as long as we use it.
6043         
6044         * plugins/document-manager/plugin.c: (on_editor_changed):
6045         Destroy GValue to fix a memoery leak.
6047 2007-04-11  Johannes Schmid <jhs@gnome.org>
6049         * plugins/document-manager/plugin.c: (on_editor_changed):
6050         Fixed reference counting for editor by using g_value_take_object instead
6051         of g_value_set_object. The editors are now correctly finalized and thus
6052         we do not lack so much memory anymore.
6053         
6054         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6055         (anjuta_view_finalize), (anjuta_view_focus_out),
6056         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6057         * plugins/sourceview/anjuta-view.h:
6058         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6059         * plugins/sourceview/sourceview-prefs.c:
6060         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6061         * plugins/sourceview/sourceview-prefs.h:
6062         * plugins/sourceview/sourceview-private.h:
6063         * plugins/sourceview/sourceview.c: (on_document_loaded),
6064         (timeout_unref), (on_document_saved), (sourceview_finalize),
6065         (sourceview_new), (ifile_open), (ifile_savable_save),
6066         (ifile_savable_save_as):
6068         Several changes to fix things when the editor is correctly destroyed.
6069         Fixed preferences (which led me to the refcounting issue, #409412)
6070         and removed deprecated completition code that will be replace by
6071         IAnjutaAssist interface soon. 
6073 2007-04-11  Johannes Schmid <jhs@gnome.org>
6075         * libanjuta/anjuta-launcher.c:
6076         (anjuta_launcher_execution_done_cleanup),
6077         (anjuta_launcher_child_terminated):
6078         Possible fix for #428363 and added a g_return_if_fail
6080         * plugins/message-view/plugin.c: (activate_plugin):
6081         Fixed a Gtk/Gdl-Critical
6082         
6083         Patches from Étienne Bersac <bersace03@laposte.net>
6084         * plugins/class-gen/templates/go-source.tpl:
6085         * plugins/macro/macros.xml:
6086         Use better template for GObjects (#417875 and #417918)
6087         
6088         Patches from Halton Huo <halton.huo@sun.com>
6089         * libanjuta/anjuta-launcher.h:
6090         * libanjuta/anjuta-preferences.c:
6091         * libanjuta/anjuta-utils.c:
6092         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6093         (cg_window_set_add_to_repository):
6094         * plugins/class-inheritance/class-inherit.c:
6095         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6097 2007-04-09  Johannes Schmid <jhs@gnome.org>
6099         * plugins/editor/print.c: (anjuta_print_show_header):
6100         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6101         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6103   Some string changes (#427395 and #427399)
6105 2007-04-06  Johannes Schmid <jhs@gnome.org>
6107         * plugins/build-basic-autotools/build-basic-autotools.c:
6108         (on_build_mesg_format), (on_build_mesg_parse):
6109         Fixed full path detection
6111 2007-04-05  Naba Kumar  <naba@gnome.org>
6113         Patch from Halton Huo:
6114         * libanjuta/Makefile.am:
6115         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6116         * libanjuta/anjuta-glue-cpp.h:
6117         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6118         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6119         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6120         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6121         (load_plugin), (anjuta_glue_factory_get_object_type):
6122         * libanjuta/anjuta-glue-factory.h:
6123         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6124         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6125         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6126         (anjuta_glue_plugin_new):
6127         * libanjuta/anjuta-glue-plugin.h:
6128         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6129         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6130         * libanjuta/anjuta-plugin.h:
6131         * libanjuta/glue-cpp.c:
6132         * libanjuta/glue-cpp.h:
6133         * libanjuta/glue-factory.c:
6134         * libanjuta/glue-factory.h:
6135         * libanjuta/glue-plugin.c:
6136         * libanjuta/glue-plugin.h:
6137         * plugins/build-basic-autotools/build-basic-autotools.h:
6138         * plugins/class-gen/plugin.h:
6139         * plugins/class-inheritance/plugin.h:
6140         * plugins/cvs-plugin/plugin.h:
6141         * plugins/debug-manager/plugin.h:
6142         * plugins/devhelp/plugin.h:
6143         * plugins/document-manager/plugin.h:
6144         * plugins/editor/plugin.h:
6145         * plugins/file-loader/plugin.h:
6146         * plugins/file-manager/plugin.h:
6147         * plugins/file-wizard/plugin.h:
6148         * plugins/gdb/plugin.h:
6149         * plugins/glade/plugin.h:
6150         * plugins/gtodo/plugin.h:
6151         * plugins/language-support-cpp-java/plugin.h:
6152         * plugins/macro/plugin.h:
6153         * plugins/message-view/plugin.h:
6154         * plugins/patch/plugin.h:
6155         * plugins/profiler/plugin.h:
6156         * plugins/project-import/plugin.h:
6157         * plugins/project-manager/plugin.h:
6158         * plugins/project-wizard/plugin.h:
6159         * plugins/sample1/plugin.h:
6160         * plugins/search/plugin.h:
6161         * plugins/sourceview/plugin.h:
6162         * plugins/subversion/plugin.h:
6163         * plugins/symbol-browser/plugin.h:
6164         * plugins/terminal/terminal.c:
6165         * plugins/tools/plugin.h:
6166         * plugins/tools/scripts/tools-2.xml.in:
6167         * plugins/valgrind/plugin.h:
6169         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6171 2007-04-05  Naba Kumar  <naba@gnome.org>
6173         * anjuta.spec.in, configure.in: Removed dead codes.
6174         
6175         Patch from Jos Dehaes:
6176         * configure.in, plugins/project-wizard/templates/Makefile.am,
6177         plugins/project-wizard/templates/mkfile.wiz,
6178         plugins/project-wizard/templates/translatable-strings.h: Enabled
6179         makefile-based project creation and import. Fixes bug #355145
6181 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6183         * plugins/debug-manager/debugger.c,
6184         plugins/debug-manager/plugin.c,
6185         plugins/gdb/anjuta-gdb.plugin.in:
6186         Code cleaning (remove unused code, rename this into self)
6187         Add information about supported format in debugger plugin
6188         Activate debugger plugin according to the target format
6190 2007-04-01  Naba Kumar  <naba@gnome.org>
6192         * plugins/message-view/message-view.c:
6193         (message_view_instance_init): Fixed message icons to appear.
6195 2007-03-31  Johannes Schmid <jhs@gnome.org>
6197         * plugins/message-view/anjuta-msgman.c:
6198         (anjuta_msgman_append_view):
6199         * plugins/message-view/plugin.c: (on_view_changed),
6200         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6201         
6202         Fixed #424845
6204 2007-03-31  Johannes Schmid <jhs@gnome.org>
6206         * plugins/message-view/message-view.c:
6207         (message_view_instance_init), (imessage_view_append):
6208         Show nice icons beside the messages for info, warning and error. This is a completly
6209         cosmetic change so if someone dislikes it he is free to remove it.
6211 2007-03-31  Johannes Schmid <jhs@gnome.org>
6212         
6213         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6214         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6215         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6216         * plugins/message-view/anjuta-msgman.h:
6217         * plugins/message-view/message-view.h:
6218         * plugins/message-view/plugin.c: (on_view_changed),
6219         (activate_plugin):
6220         Fixed #359399 and made next/previous insensitive when not availible
6221         
6222         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6223         (tag_style_to_string):
6224         Fixed namespace Problem with gdk >= 2.11
6225         
6226         * plugins/sourceview/sourceview-autocomplete.c:
6227         (sourceview_autocomplete_init):
6228         Removed structure, follow-up of #423682
6230 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6232         * plugins/debug-manager/debug_tree.c,
6233         plugins/debug-manager/debug_tree.h,
6234         plugins/debug-manager/watch.c,
6235         plugins/debug-manager/anjuta-debug-manager.glade:
6236         Inspect variable at cursor
6237         Fix buttons in inspect dialog
6239 2007-03-27  Halton Huo  <halton.huo@sun.com>
6241         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
6243         * plugins/sourceview/sourceview-autocomplete.c
6244         plugins/debug-manager/disassemble.c,
6245         libanjuta/interfaces/libanjuta.idl:
6246         Remove array with 0 size and empty structure as it is not
6247         supported by sun cc, Fixes bug #423682
6249         * plugins/debug-manager/debugger.c:
6250         Remove anonymous union as it is not supported by sun cc,
6251         Fixes bug #423680
6253 === anjuta 2.1.2 ===
6255 2007-03-28  Naba Kumar  <naba@gnome.org>
6257         * configure.in: Bumped version to 2.1.2
6258         * NEWS: Updated for release.
6259         
6260         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6261         Improved breakpoint marker icon.
6262         
6263         * plugins/editor/anjuta-editor.plugin.in,
6264         plugins/sourceview/sourceview.plugin.in: Made editor plugins
6265         non user activable since they are now remembered properly.
6267 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6269         * plugins/tools/editor.c:
6270         Fix bug #423270
6272 2007-03-27  Naba Kumar  <naba@gnome.org>
6274         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6275         word when autocompleting without leaving any trailing part of
6276         the word.
6278 2007-03-27  Kamil Páral  <ripper42@gmail.com>
6280         Reviewed by Naba Kumar  <naba@gnome.org>:
6281         * anjuta.desktop.in.in: Remove "Application" category from desktop
6282         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6283         
6284 2007-03-27  Naba Kumar  <naba@gnome.org>
6285         
6286         * configure.in, plugins/document-manager/anjuta-docman.c:
6287         (anjuta_docman_add_editor): Conditionally compile notebook tab
6288         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
6290         Patch from Halton Huo:
6291         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
6292         non gcc compiler flags. Fixes bug #423089.
6293         
6294 2007-03-26  Naba Kumar  <naba@gnome.org>
6295         
6296         * AUTHORS, NEWS, TODO.tasks: Updated.
6297         
6298         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
6299         close menuitem.
6300         
6301         * plugins/symbol-browser/plugin.c: (on_editor_saved),
6302         (update_editor_symbol_model), (iter_matches),
6303         (on_editor_update_ui), (value_added_current_editor),
6304         (activate_plugin), (dispose),
6305         (symbol_browser_plugin_instance_init):
6306         * plugins/symbol-browser/plugin.h: update line on editor save
6307         and editor change. Code clean up and fixed warnings.
6309 2007-03-26  Naba Kumar  <naba@gnome.org>
6311         * plugins/project-wizard/templates/java/project.anjuta,
6312         plugins/project-wizard/templates/python/project.anjuta,
6313         plugins/project-wizard/templates/python/project.anjuta:
6314         Removed version control plugins from default selection.
6316         * plugins/tools/scripts/prepare-changelog.pl,
6317         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
6318         script to a better one (that works on both cvs and svn).
6320 2007-03-26  Naba Kumar  <naba@gnome.org>
6322         * (added) plugins/project-wizard/templates/translatable-strings.pl,
6323         Makefile.am: Added the generated translatable file (required for
6324         translations for svn checkouts).
6326         * (added)
6327         plugins/project-wizard/templates/extract-translatable-strings.pl
6328         plugins/project-wizard/templates/Makefile.am, Makefile.am,
6329         po/POTFILES.in: Generated translatable strings for .wiz files and
6330         added them in POTFILES.in for translation. Fixes bug #398035
6332 2007-03-25  Naba Kumar  <naba@gnome.org>
6334         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
6335         
6336         * src/anjuta-app.c: Removed dead codes.
6337         
6338         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
6339         global tags generation starts.
6340         
6341         * plugins/debug-manager/chunk_view.c,
6342         plugins/debug-manager/start.h,
6343         plugins/debug-manager/chunk_view.h,
6344         plugins/debug-manager/utilities.c,
6345         plugins/debug-manager/utilities.h,
6346         plugins/debug-manager/debugger.c,
6347         plugins/debug-manager/threads.c,
6348         plugins/debug-manager/disassemble.c,
6349         plugins/debug-manager/info.c,
6350         plugins/debug-manager/sharedlib.c,
6351         plugins/debug-manager/threads.h,
6352         plugins/debug-manager/disassemble.h,
6353         plugins/debug-manager/signals.c,
6354         plugins/debug-manager/info.h,
6355         plugins/debug-manager/sharedlib.h,
6356         plugins/debug-manager/data_buffer.c,
6357         plugins/debug-manager/data_view.c,
6358         plugins/debug-manager/signals.h,
6359         plugins/debug-manager/debug_tree.c,
6360         plugins/debug-manager/watch.c,
6361         plugins/debug-manager/registers.c,
6362         plugins/debug-manager/data_buffer.h,
6363         plugins/debug-manager/data_view.h,
6364         plugins/debug-manager/memory.c,
6365         plugins/debug-manager/debug_tree.h,
6366         plugins/debug-manager/watch.h,
6367         plugins/debug-manager/registers.h,
6368         plugins/debug-manager/memory.h,
6369         plugins/debug-manager/locals.c,
6370         plugins/debug-manager/sexy-icon-entry.c,
6371         plugins/debug-manager/breakpoints.c,
6372         plugins/debug-manager/locals.h,
6373         plugins/debug-manager/sexy-icon-entry.h,
6374         plugins/debug-manager/stack_trace.c,
6375         plugins/debug-manager/breakpoints.h,
6376         plugins/debug-manager/sparse_buffer.c,
6377         plugins/debug-manager/sparse_view.c,
6378         plugins/debug-manager/stack_trace.h,
6379         plugins/debug-manager/sparse_buffer.h,
6380         plugins/debug-manager/sparse_view.h,
6381         plugins/debug-manager/start.c,
6382         plugins/gdb/utilities.c,
6383         plugins/gdb/utilities.h,
6384         plugins/gdb/debugger.c,
6385         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
6386         setup.
6388 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6390         * plugins/gdb/debugger.c:
6391         Avoid empty debugger log window by limiting line to 90 characters
6393 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6395         * plugins/debug-manager/plugin.c,
6396         plugins/debug-manager/plugin.h,
6397         plugins/debug-manager/threads.c,
6398         plugins/debug-manager/threads.h,
6399         plugins/debug-manager/breakpoints.c,
6400         plugins/debug-manager/breakpoints.h,
6401         plugins/debug-manager/stack_trace.c,
6402         plugins/debug-manager/stack_trace.h:
6403         View code action now changes location in disassembly view too
6405         * plugins/debug-manager/anjuta-debug-manager.ui:
6406         Rename breakpoint actions
6408 2007-03-24  Naba Kumar  <naba@gnome.org>
6410         * configure.in, src/anjuta-app.c: Use the new docking algorithm
6411         in gdl 0.7.3 (svn trunk).
6412         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
6413         
6414 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6416         * plugins/debug-manager/threads.c,
6417         plugins/debug-manager/debug_tree.c,
6418         plugins/debug-manager/debug_tree.h,
6419         plugins/debug-manager/locals.c,
6420         plugins/debug-manager/registers.c,
6421         plugins/debug-manager/stack_trace.c:
6422         Allow to change current thread updating register, stack and locals
6423         Allow to change current stack frame updating locals
6425         * plugins/gdb/debugger.c:
6426         Read argument of selected stack frame
6428         * plugins/debug-manager/data_view.c:
6429         Fix an unrelated bug
6431 2007-03-23  Naba Kumar  <naba@gnome.org>
6433         * plugins/document-manager/anjuta-docman.c,
6434         plugins/document-manager/plugin.c: Fixed many memory leaks.
6435         (ianjuta_file_get_uri() returns a new string).
6437         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
6438         widget for save dialogs.
6439         
6440         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
6441         svn and fixed to get function/prototype/member args list. Call tips
6442         also work fine now.
6444 2007-03-22  Naba Kumar  <naba@gnome.org>
6446         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
6447         and calltips would work again for functions from global tags (Needs
6448         regenerating global tags).
6450         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
6451         ctags svn version and reopened bug #395362. Fixes tags parsing that
6452         seemed to have stopped working recently.
6454 2007-03-21  Naba Kumar  <naba@gnome.org>
6456         * tagmanager/tm_source_file.c, tagmanager/options.c,
6457         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
6458         extend .. more needs to be investigated and fixed). Enabled some
6459         debugging.
6461 2007-03-16  Naba Kumar  <naba@gnome.org>
6463         * src/anjuta.c: Fixed project loading from command line.
6465 2007-03-16  Naba Kumar  <naba@gnome.org>
6467         Patch from James Liggett <jrliggett@cox.net>:
6468         plugins/profiler/gprof-profile-data.c: Fixed a crash.
6469         
6470 2007-03-15  Naba Kumar  <naba@gnome.org>
6472         * libanjuta/anjuta-profile-manager.c,
6473         libanjuta/anjuta-profile-manager.h: Added method to get current
6474         profile.
6476         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
6477         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
6478         is exiting.
6480         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
6481         plugins/file-loader/plugin.c: Moved to functions as utility functions.
6482         Also, not load project files in session load in loader plugin.
6483         
6484         * plugins/project-manager/plugin.c, src/anjuta.c:
6485         Emit "exiting" signal in shell when exiting anjuta. project manager
6486         listens to exiting signal and saves session. anjuta.c saves session
6487         only when current projfile is 'user'. Load project saved in session
6488         differently then the rest of the session. This should fix all the
6489         session restoration bugs.
6490         
6491         src/main.c: Present anjuta window when becon message is received.
6493 2007-03-14  Naba Kumar  <naba@gnome.org>
6495         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
6496         not randomly save (it was a wrong looping).
6497         
6498 2007-03-12  Naba Kumar  <naba@gnome.org>
6500         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
6502 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
6504         * plugins/debug-manager/anjuta-debug-manager.ui,
6505         libanjuta/interfaces/libanjuta.idl,
6506         plugins/debug-manager/debugger.c,
6507         (added) plugins/debug-manager/threads.c,
6508         (added) plugins/debug-manager/threads.h,
6509         plugins/debug-manager/plugin.c,
6510         plugins/debug-manager/Makefile.am,
6511         plugins/gdb/plugin.c,
6512         plugins/gdb/debugger.c,
6513         plugins/gdb/debugger.h:
6514         Add a window displaying all threads
6515         Add needed functions
6516         Switching to a different thread is still not done
6518         * plugins/debug-manager/debug_tree.c,
6519         plugins/debug-manager/locals.c,
6520         plugins/debug-manager/stack_trace.c:
6521         Small cosmetic changes
6523         * plugins/gdb/gdbmi.c:
6524         Keep all elements in gdbmi hash
6525         Even if using the same key like in -threads-list-ids
6527 2007-03-11  Naba Kumar  <naba@gnome.org>
6529         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
6530         
6531         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
6532         
6533         * manuals/reference/libanjuta/libanjuta-docs.sgml,
6534         manuals/reference/libanjuta/libanjuta-sections.txt,
6535         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
6536         interfaces.
6538 2007-03-11  Naba Kumar  <naba@gnome.org>
6540         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
6541         gtk-doc properly. Bumped gtk-doc requirement to 1.4
6543         * manuals/reference/libanjuta/libanjuta-docs.sgml,
6544         manuals/reference/libanjuta/libanjuta.types,
6545         manuals/reference/libanjuta/libanjuta-sections.txt,
6546         manuals/reference/libanjuta/.cvsignore,
6547         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
6548         infrastructure. Got rid of tmpl/ directory and moved all section
6549         documenation to source code (requires gtk-doc >= 1.4).
6550         
6551         * libanjuta/anjuta-plugin-description.c,
6552         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
6553         libanjuta/cell-renderer-captioned-image.c,
6554         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
6555         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
6556         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
6557         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
6558         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
6559         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
6560         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
6561         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
6562         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
6563         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
6564         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
6565         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
6566         documentation from templates to source code.
6568 2007-03-10  Johannes Schmid <jhs@gnome.org>
6570         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
6571         Added some debug output but could not figure out why 
6572         some plugins are not kept.
6573         
6574         * libanjuta/interfaces/libanjuta.idl:
6575         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
6576         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
6577         Added IAnjutaEditorGoto::matching_brace
6578         
6579         * plugins/document-manager/action-callbacks.c:
6580         (on_editor_command_match_brace_activate):
6581         * plugins/document-manager/plugin.c:
6582         (update_editor_ui_interface_items):
6583         * plugins/editor/text_editor.c: (igoto_matching_brace),
6584         (igoto_iface_init):
6585         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
6586         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
6588 2007-03-09  Johannes Schmid <jhs@gnome.org>
6590         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
6591         Hide correct column
6592         
6593         * plugins/sourceview/sourceview-private.h:
6594         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
6595         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
6596         (sourceview_new), (ifile_savable_save_as):
6597         Tweaked vfs monitoring
6599 2007-03-09  Johannes Schmid <jhs@gnome.org>
6601         * libanjuta/interfaces/Makefile.am.iface:
6602         Fixed installtion of header files
6603         
6604         * plugins/sourceview/sourceview.c: (set_select):
6605         do not scroll to much in interactive search
6607 2007-03-09  Naba Kumar  <naba@gnome.org>
6609         * src/anjuta.c: Fixed session restoration.
6610         
6611         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
6612         signal handlers after symbol browser plugin is deactivated.
6613         
6614         * plugins/editor/editor.glade,
6615         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6616         Fixed indentation confustion in preferences.
6618 2007-03-08  Johannes Schmid <jhs@gnome.org>
6620         * plugins/search/search-replace.c: (search_set_combo),
6621         (search_set_action), (search_set_target), (search_set_direction),
6622         (create_dialog), (search_disconnect_set_toggle_connect),
6623         (on_search_match_whole_word_toggled),
6624         (on_search_match_whole_line_toggled),
6625         (on_search_match_word_start_toggled),
6626         (search_set_toggle_direction):
6627         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
6628         it's somehow ugly and uses many deprecated widgets
6629         
6630         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
6631         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6632         Fix #394709
6633         
6634 2007-03-07  Naba Kumar  <naba@gnome.org>
6636         * src/anjuta.c: Make launching projects work from command line. Also
6637         fixes gnome session restart command.
6638         
6639 2007-03-07  Johannes Schmid <jhs@gnome.org>
6641         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
6642         * plugins/class-gen/plugin.c: (iwizard_activate):
6643         Fixed #408218
6644         
6645         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
6646         Fixed #402774
6647         
6648         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
6649         Fixed #377483 (It's not possible to know if directories have
6650         a version in CVS. Show version column only if there are version
6651         informations availible
6653         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6654         Fixed memory leak
6656 2007-03-07  Johannes Schmid <jhs@gnome.org>
6658         * plugins/sourceview/sourceview-prefs.c: (get_bool):
6659         Fixed #409408
6660         * plugins/symbol-browser/an_symbol_prefs.c:
6661         (on_update_global_clicked):
6662         Fixed ##409176
6664 2007-03-07  Johannes Schmid <jhs@gnome.org>
6666         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
6667         (anjuta_save_prompt_new):
6668         * plugins/project-import/project-import.c:
6669         (project_import_finalize):
6670         Fixed Gtk-Criticals (maybe #409408)
6672 2007-03-07  Naba Kumar  <naba@gnome.org>
6674         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
6675         when we are at just beginning of string or comment. Fixes bug #397981.
6677 2007-03-07  Johannes Schmid <jhs@gnome.org>
6679         * plugins/language-support-cpp-java/plugin.c:
6680         (initialize_indentation_params):
6681         Removed annoying DEBUG_PRINT
6682         
6683         * plugins/sourceview/sourceview-cell.c:
6684         (sourceview_cell_instance_init), (icell_get_character),
6685         (icell_get_length), (icell_get_char), (icell_get_attribute):
6686         Improved code to be faster
6687         Implemented attribute handling so that indentation really works in any case
6689 2007-03-06  Johannes Schmid <jhs@gnome.org>
6691         * configure.in:
6692         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
6693         
6694         * plugins/document-manager/anjuta-docman.c:
6695         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
6696         Removed old and ugly tab drag&drop code and use built-in gtk stuff
6697         instead (required GTK >= 2.10)
6698         
6699         * plugins/sourceview/sourceview-private.h:
6700         * plugins/sourceview/sourceview.c:
6701         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
6702         (sourceview_finalize), (sourceview_new), (imark_mark),
6703         (imark_unmark), (imark_is_marker_set),
6704         (imark_location_from_handle), (imark_delete_all_markers):
6705         Fixed marker handling and worked a bit more on vfs monitoring
6707 2007-03-05  Johannes Schmid <jhs@gnome.org>
6709         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
6710         Added method to select specific iter
6711         
6712         * plugins/sourceview/sourceview-private.h:
6713         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
6714         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
6715         (sourceview_add_monitor), (on_document_saved),
6716         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
6717         Fixed vfs monitoring (mostly ported code from text_editor.c)
6718         
6719         * plugins/symbol-browser/an_symbol_view.c:
6720         * plugins/symbol-browser/an_symbol_view.h:
6721         * plugins/symbol-browser/plugin.c: (iter_matches),
6722         (on_editor_update_ui), (value_added_current_editor):
6723         Select the current tag in locals window and symbol toolbar. If there
6724         is no tag at the current line, reserve backward for the next tag. This will
6725         select the correct tag if inside a function.
6727 2007-03-05  Naba Kumar  <naba@gnome.org>
6729         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
6730         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
6731         compiler warnings.
6732         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
6733         (Bug #412186)
6734         
6735 2007-03-04  Johannes Schmid <jhs@gnome.org>
6737         * data/Makefile.am:
6738         * po/POTFILES.in:
6739         Fixed distcheck (well, partly)
6741 2007-03-04  Johannes Schmid <jhs@gnome.org>
6743         * plugins/document-manager/anjuta-document-manager.ui:
6744         Move "Swap .c/.h from Main to Browser toolbar
6746         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
6747         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
6748         (fv_prefs_free), (fv_add_tree_entry):
6749         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6750         * plugins/file-manager/plugin.c: (prefs_init):
6751         
6752         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
6754 2007-03-04  Naba Kumar  <naba@gnome.org>
6756         * data/default.proflie, data/Makefile.am, src/anjuta.c,
6757         plugins/project-manager/plugin.c:
6758         Restored default profile and renamed it from "default.anjuta" to
6759         "default.profile".
6760         
6761 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
6763         * plugins/debug-manager/debugger.c,
6764         plugins/debug-manager/plugin.c,
6765         plugins/gdb/debugger.c,
6766         libanjuta/interfaces/libanjuta.idl,
6767         plugins/debug-manager/stack_trace.c:
6768         Add a dialog box when a signal is received (except SIGINT)
6769         Display stack frame even if arguments are not available
6771 2007-03-03  Naba Kumar  <naba@gnome.org>
6773         * TODO.tasks: Icons bounty added.
6775         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
6776         choise selection.
6777         
6778         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
6779         and descoping.
6781         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
6782         plugins/Makefile.am, (removed) plugins/profile-default/*,
6783         plugins/project-manager/anjuta-project-manager.plugin.in,
6784         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
6785         profile implementation to load user profile and projects. Store and
6786         restore remembered plugins. Use profile scoping and descoping for
6787         saving and loading sesstions.
6788         
6789         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
6790         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
6791         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
6792         DEBUG_PRINTs.
6794 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
6796         * plugins/debug-manager/debug_tree.c
6797         plugins/debug-manager/debug_tree.h:
6798         Bug fix, deleting wrong variable
6800         * plugins/gdb/debugger.c:
6801         Bug fix, remove forgotten debugging code
6803 2007-03-02  Johannes Schmid <jhs@gnome.org>
6805         * plugins/document-manager/anjuta-document-manager.ui:
6806         * plugins/search/anjuta-search.ui:
6807         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
6808         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
6809         ToolbarFind
6811         * src/anjuta-app.c: (on_toolbar_view_toggled),
6812         (on_add_merge_widget), (on_session_save), (on_widget_remove):
6813         Save toolbar positions, don't use fixed toolbar style
6814         
6815         All in all this will allow more complex toolbar configurations and
6816         might gain some space on smaller displays because the user can disable
6817         toolbar parts he does not use. Also allows to use any toolbar style
6818         without looking too ugly.
6820 2007-03-01  Naba Kumasr  <naba@gnome.org>
6822         * TODO.tasks: Added a bounty for creating icons.
6824         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
6825         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
6826         profile-changed signal. Do not sync non-user-activatable plugins.
6828 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
6830         * plugins/debug-manager/disassemble.c,
6831         plugins/debug-manager/sparse_view.c,
6832         plugins/gdb/debugger.c,
6833         libanjuta/interfaces/libanjuta.idl:
6834         Display function name in disassembly view
6836 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
6838         * (added) plugins/debug-manager/bookmark.png,
6839         (added) plugins/debug-manager/breakpoint-disabled.png,
6840         (added) plugins/debug-manager/breakpoint-enabled.png,
6841         (added) plugins/debug-manager/program-counter.png,
6842         (added) plugins/debug-manager/linemarker.png,
6843         plugins/debug-manager/Makefile.am,
6844         plugins/debug-manager/disassemble.c,
6845         plugins/debug-manager/disassemble.h,
6846         plugins/debug-manager/sparse_buffer.c,
6847         plugins/debug-manager/sparse_buffer.h,
6848         plugins/debug-manager/sparse_view.c,
6849         plugins/debug-manager/sparse_view.h,
6850         plugins/debug-manager/plugin.c,
6851         plugins/debug-manager/breakpoints.c,
6852         libanjuta/interfaces/libanjuta.idl:
6853         Add markers in the disassembly view
6854         Display program counter and breakpoints in disassembly view
6856         * plugins/gdb/debugger.c:
6857         Fix a bug added with my previous patch, setting and clearing
6858         breakpoints was not working
6860 2007-02-28  Johannes Schmid <jhs@gnome.org>
6862         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
6863         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
6864         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
6865         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
6866         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
6867         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
6868         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
6869         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
6870         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
6871         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
6872         Updated (why do they need to be under version control?)
6873         
6874         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
6875         (create_tab_popup_menu), (on_msgman_popup_menu),
6876         (on_tab_button_press_event), (anjuta_msgman_page_new),
6877         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
6878         Added "Close all message tabs" popup menu
6880 2007-02-26  Naba Kumar  <naba@gnome.org>
6882         * plugins/profiler/gprof-flat-profile-entry.c,
6883         plugins/profiler/gprof-flat-profile.c,
6884         plugins/profiler/gprof-flat-profile-entry.h,
6885         plugins/profiler/gprof-flat-profile.h,
6886         plugins/profiler/gprof-flat-profile-view.c,
6887         plugins/profiler/gprof-flat-profile-view.h,
6888         plugins/profiler/gprof-call-graph-block-entry.c,
6889         plugins/profiler/gprof-call-graph-block.c,
6890         plugins/profiler/gprof-function-call-chart-view.c,
6891         plugins/profiler/gprof-call-graph-block-entry.h,
6892         plugins/profiler/gprof-profile-data.c,
6893         plugins/profiler/gprof-call-graph-block.h,
6894         plugins/profiler/gprof-view.c,
6895         plugins/profiler/gprof-call-graph.c,
6896         plugins/profiler/gprof-function-call-chart-view.h,
6897         plugins/profiler/gprof-profile-data.h,
6898         plugins/profiler/gprof-call-graph.h,
6899         plugins/profiler/gprof-view.h,
6900         plugins/profiler/gprof-view-manager.c,
6901         plugins/profiler/gprof-call-graph-view.c,
6902         plugins/profiler/plugin.c,
6903         plugins/profiler/gprof-view-manager.h,
6904         plugins/profiler/gprof-call-graph-view.h,
6905         plugins/profiler/gprof-function-call-tree-view.c,
6906         plugins/profiler/gprof-function-call-tree-view.h,
6907         plugins/profiler/Makefile.am: Fix compiler warnings and link with
6908         gnome-vfs. Fixes bug #411377.
6910 2007-02-26  Naba Kumar  <naba@gnome.org>
6912         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
6914         Patch from James Liggett  <jrliggett@cox.net>:
6915         * plugins/profiler/gprof-flat-profile-view.c,
6916         plugins/profiler/gprof-flat-profile-view.h,
6917         plugins/profiler/gprof-function-call-chart-view.c,
6918         plugins/profiler/gprof-function-call-chart-view.h,
6919         plugins/profiler/gprof-view.c,
6920         plugins/profiler/gprof-view.h,
6921         plugins/profiler/gprof-call-graph-view.c,
6922         plugins/profiler/plugin.c,
6923         plugins/profiler/gprof-call-graph-view.h,
6924         plugins/profiler/gprof-function-call-tree-view.c,
6925         plugins/profiler/gprof-function-call-tree-view.h: Implements
6926         double click navigation. Fixes bug #403514.
6928 2007-02-25  Naba Kumar  <naba@gnome.org>
6930         * libanjuta/anjuta-plugin-manager.c,
6931         libanjuta/anjuta-plugin-handle.[ch],
6932         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
6933         g_hash_table_remove_all (introduced in glib 2.12) to stay the
6934         dependency on glib 2.8. Fixes bug #411623.
6936 2007-02-24  Naba kumar  <naba@gnome.org>
6938         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
6939         
6940         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
6941         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
6942         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
6943         (added) libanjuta/anjuta-profile-manager.c,
6944         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
6945         manager.
6946         Implemented profile pushing and popping. Implemented profile xml
6947         synchronization. Implemented error handling in profiles. Implemented
6948         activation and deactivation signals in plugin manager.
6949         
6950         * libanjuta/Makefile.am: Added libanjuta log domain.
6951         
6952         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
6953         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
6954         in AnjutaShell interface and implemented it in AnjutaApp.
6955         
6956         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
6958 2007-02-23  Naba kumar  <naba@gnome.org>
6960         src/main.c: Fixed missing end quote.
6962 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
6964         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
6967 2007-02-20  Naba Kumar  <naba@gnome.org>
6969         * plugins/subversion/plugin.c: Added "..." menuitems.
6970         * ROADMAP, README: Updated.
6971         * libanjuta/anjuta-profile.c: Fixed bugs.
6973         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
6974         plugins/gtodo/Makefile.am: Removed dead code.
6976         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
6977         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
6978         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
6979         plugins/gtodo/list_tooltip.c,
6980         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
6981         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
6982         not contain markups. Fixes Bug #360462.
6984 2007-02-16  Naba Kumar  <naba@gnome.org>
6986         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
6987         unnecessary sub-sections.
6988         
6989 2007-02-15  Naba Kumar  <naba@gnome.org>
6991         * (removed) plugins/document-manager/bookmark-prev-16.png,
6992         plugins/document-manager/bookmark-last.png,
6993         (removed)plugins/document-manager/bookmark-first-16.png,
6994         plugins/document-manager/bookmark-prev.png,
6995         (added) plugins/document-manager/bookmark-toggle.png,
6996         (removed)plugins/document-manager/bookmark_toggle.xpm,
6997         (removed)plugins/document-manager/bookmark-last-16.png,
6998         plugins/document-manager/plugin.c,
6999         plugins/document-manager/anjuta-document-manager.ui,
7000         (removed)plugins/document-manager/bookmark-next-16.png,
7001         plugins/document-manager/bookmark-next.png,
7002         plugins/document-manager/Makefile.am,
7003         (added) plugins/document-manager/bookmark-clear.png,
7004         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7005         icons (stolen from monodevelop). Added clear bookmarks toolbar
7006         button.
7008         * plugins/document-manager/plugin.c,
7009         (added) plugins/document-manager/swap.png,
7010         (removed) plugins/document-manager/undock.png,
7011         plugins/document-manager/Makefile.am: Fixed swap icon.
7013 2007-02-13  Naba Kumar  <naba@gnome.org>
7015         * plugins/class-gen/element-editor.c: Fixed typo.
7016         
7017         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7018         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7019         Implementing plugin profiles loading.
7021 2007-02-13  Naba Kumar  <naba@gnome.org>
7023         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7024         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7025         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7026         pixmaps/open_project.png, pixmaps/close_project.png:
7027         Removed more old icons.
7028         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7029         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7030         anjuta_logo.png
7031         
7032 2007-02-13  Naba Kumar  <naba@gnome.org>
7034         * plugins/class-gen/element-editor.c: Included missing headers to
7035         prevent build failures in some cases.
7036         
7037 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7039         * plugins/debug-manager/stack_trace.c:
7040         Fix bug #407115
7042         * plugins/debug-manager/watch.c,
7043         plugins/debug-manager/breakpoints.c:
7044         Same bug than above, wrong use of gtk_ui_manager_get_widget
7046 === anjuta 2.1.1 ===
7048 2007-02-11  Naba Kumar  <naba@gnome.org>
7050         * cofigure.in: Bumped version to 2.1.1
7051         * NEWS: Updated for 2.1.1 release.
7052         
7053 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7055         * plugins/debug-manager/plugin.c,
7056         plugins/debug-manager/sparse_view.c,
7057         plugins/debug-manager/sparse_view.h:
7058         Reorder some code
7060         * plugins/gdb/debugger.c,
7061         plugins/debug-manager/debugger.c,
7062         plugins/debug-manager/memory.c,
7063         plugins/debug-manager/sparse_buffer.c
7064         plugins/gdb/debugger.h,
7065         libanjuta/interfaces/libanjuta.idl:
7066         Clean up, remove some warnings
7067         Use guint everywhere for addresses
7068         Rewrite code parsing position in debugger
7070 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7072         * plugins/debug-manager/debug_tree.c:
7073         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7074         Fix bug #406113
7076 2007-02-08  Naba Kumar  <naba@gnome.org>
7078         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7079         Delay showing the 'file modified on disk' dialog for one sec
7080         from the last notification to insure multiple notifications for
7081         the same file are treated as one. Do not same multiple dialogs
7082         for the same file. Make sure to destory the dialog if later
7083         the conent is no longer different.
7084         
7085 2007-02-08  Naba Kumar  <naba@gnome.org>
7087         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7088         Prevented spurious 'file modified' dialogs in scintilla editor
7089         when the file is saved.
7091 2007-02-09  Johannes Schmid <jhs@gnome.org>
7093         * scripts/glade2schema.pl:
7094         Added script to convert glade preferences into gconf schema files.
7095         See #406061
7097 2007-02-08  Naba Kumar  <naba@gnome.org>
7099         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7100         itself is destroyed. Fixes bug #355160.
7101         
7102 2007-02-08  Johannes Schmid <jhs@gnome.org>
7104         * plugins/profiler/profiler.plugin: 
7105         removed from version control (only .in file needed)
7106         
7107         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7108         * plugins/sourceview/sourceview.c: (sourceview_new):
7109         Code cleanup
7110         
7111         * plugins/subversion/svn-thread.c: (svn_thread_start):
7112         * src/main.c: (main):
7113         
7114         Fixed #395875 about initialisation of threads too late
7116 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7118         Reviewed by Naba Kumar  <naba@gnome.org>:
7119         * plugins/class-gen/plugin.c:
7120         * plugins/class-gen/window.c: Removed browse button related code, load
7121         generated output directly into new buffers when not adding to project.
7123         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7124         buttons from user interface.
7126 2007-02-07  Naba Kumar  <naba@gnome.org>
7128         * po/POTFILES.in: Fixed distcheck.
7130 2007-02-07  Daniel Nylander <po@danielnylander.se>
7132         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7134 2007-02-07  Johannes Schmid <jhs@gnome.org>
7136         * anjuta.desktop.in.in:
7137         Fixed spelling
7139 2007-02-07  Johannes Schmid <jhs@gnome.org>
7141         * configure.in:
7142         * manuals/anjuta-manual/*
7143         * manuals/anjuta-faqs/*:
7144         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7145         
7146         * plugins/document-manager/anjuta-document-manager.plugin.in:
7147         Removed duplicate application-xml mime-type (review patches properly ;-)
7148         
7149 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7151         * plugins/gdb/debugger.c,
7152         libanjuta/interfaces/libanjuta.idl:
7153         Fix bug #404755
7154         Fix handling of missing source file
7156 2007-02-06  Naba Kumar  <naba@gnome.org>
7158         Patch from James Liggett  <jrliggett@cox.net>:
7159         * plugins/profiler/gprof-flat-profile.c,
7160         plugins/profiler/gprof-profile-data.c,
7161         plugins/profiler/gprof-call-graph.c,
7162         plugins/profiler/gprof-profile-data.h,
7163         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7164         Show profiler view when target selected bug #403515.
7166 2007-02-05  Naba Kumar  <naba@gnome.org>
7168         * configure.in: Enabled devhelp plugin by default now that
7169         it works.
7170         
7171         Patch from parmigio@2ainfo.it:
7172         * plugins/document-manager/anjuta-document-manager.plugin.in:
7173         Added xml file type in supported mime types list.
7174         
7175 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7177         * plugins/debug-manager/debugger.c,
7178         plugins/debug-manager/plugin.c:
7179         Add a field in status bar displaying debugger state
7180         Change cursor shape when debugger is busy
7181         Fix bug #378600
7183         * plugins/debug-manager/watch.c,
7184         plugins/debug-manager/locals.c,
7185         libanjuta/interfaces/libanjuta.idl:
7186         Clean up, remove debugging messages and unused signals
7188 2007-02-03  Johannes Schmid <jhs@gnome.org>
7190         * configure.in:
7191         Fixed AC_INIT and seperated version to major, minor, micro
7193         * anjuta.anjuta:
7194         Load Subversion instead of CVS
7195         
7196         * anjuta.desktop.in.in:
7197         Fixed bug-buddy component
7199         Original patch from Rob Bradfort <robster@debian.org>:
7200         * src/main.c: (get_command_line_args), (main):
7201         Bug #335981 – Migration from popt to GOption
7203 2007-02-03  Naba Kumar  <naba@gnome.org>
7205         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7206         path variable. Fixed bug #341170.
7207         * plugins/profiler/Makefile.am: Fixed indentation.
7208         
7209 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7211         * libanjuta/interfaces/libanjuta.idl,
7212         plugins/sourceview/sourceview.c,
7213         plugins/editor/text-editor.c,
7214         plugins/symbol-browser/plugin.c,
7215         plugins/search/search-replace.c,
7216         plugins/document-manager/goto_line.c,
7217         plugins/document-manager/action-callbacks.c,
7218         plugins/document-manager/anjuta-docman.c:
7219         Rename markers of anjuta interface
7220         IANJUTA_MARKABLE_NONE has been removed
7221         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7222         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7223         IANJUTA_MARKABLE_ATTENTIVE renamed in
7224                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7225         IANJUTA_MARKABLE_INTENSE renamed in
7226                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7227         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7229         * (removed) plugins/sourceview/marker-light.png,
7230         (removed) plugins/sourceview/marker-basic.png,
7231         (removed) plugins/sourceview/marker-attentive.png,
7232         (removed) plugins/sourceview/marker-intense.png,
7233         plugins/sourceview/bookmark.png,
7234         (added) plugins/sourceview/breakpoint-disabled.png,
7235         (added) plugins/sourceview/breakpoint-enabled.png,
7236         (added) plugins/sourceview/program-counter.png,
7237         (added) plugins/sourceview/linemarker.png,
7238         plugins/sourceview/Makefile.am,
7239         (added) plugins/editor/bookmark.xpm,
7240         (added) plugins/editor/breakpoint-disabled.xpm,
7241         (added) plugins/editor/breakpoint-enabled.xpm,
7242         (added) plugins/editor/program-counter.xpm,
7243         (added) plugins/editor/linemarker.xpm,
7244         plugins/editor/Makefile.am:
7245         Add or change marker pixmaps in scintilla and sourceview editor
7247         * plugins/document-manager/plugin.c,
7248         libanjuta/interfaces/libanjuta.idl,
7249         plugins/debug-manager/plugin.c,
7250         plugins/debug-manager/breakpoints.c
7251         plugins/gdb/debugger.c:
7252         Fix bug #376404, program counter marker is not displayed when debugger
7253         Return the selected editor or NULL (if file does not exist) with 
7254         ianjuta_document_manager_goto_file_line* functions
7255         Emit a change-location signal even if the program counter is in an
7256         unknown file
7258 2007-02-02  Naba Kumar  <naba@gnome.org>
7260         * TODO.tasks: Marked bounty bug #359478 completed. And checked
7261         older bounties 'Done'.
7262         
7263 2007-02-02  Naba Kumar  <naba@gnome.org>
7265         * TODO.tasks: Fixed typop.
7267         Patch from James Liggett  <jrliggett@cox.net>:
7268         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7269         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7270         profiler plugin by James Liggett. Completes bounty bug #359478
7271         'Gprof performance profiler plugin'
7273 2007-02-01  Naba Kumar  <naba@gnome.org>
7275         * src/main.c: Renamed option name.
7277         * TODO.tasks: Marked "Test and fix all project wizards templates"
7278         bounty completed.
7279         
7280 2007-01-29  Johannes Schmid <jhs@gnome.org>
7282         * plugins/document-manager/plugin.c: (on_editor_changed):
7283         Added DEBUG_PRINT(...)
7284         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
7285         implemented
7286         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
7287         Fix language support plugin for sourceview editor (add some new
7288         language names)
7289         
7290         * plugins/sourceview/sourceview.c: (iindic_clear):
7291         Clear all indicators
7293 2007-01-29  Johannes Schmid <jhs@gnome.org>
7295         * TODO.tasks:
7296         Minor task currentions
7297         
7298         * libanjuta/interfaces/libanjuta.idl:
7299         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
7300         (itext_editor_iface_init):
7301         * plugins/language-support-cpp-java/plugin.c: (install_support):
7302         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
7303         (ieditor_get_attributes), (ieditor_iface_init):
7304         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
7305         plugins.
7306         
7307         * plugins/sourceview/sourceview.glade:
7308         Fixed sourceview preference window
7310 2007-01-28  Naba Kumar  <naba@gnome.org>
7311         
7312         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
7313         Implemented --no-files and --no-session command line options and
7314         corresponding preferernces checkboxes in General tab.
7316 2007-01-28  Johannes Schmid <jhs@gnome.org>
7318         * plugins/subversion/plugin.c:
7319         * plugins/subversion/plugin.h:
7320         * plugins/subversion/svn-notify.c: (svn_show_info),
7321         (show_svn_error), (on_svn_notify):
7322         * plugins/subversion/svn-notify.h:
7323         * plugins/subversion/svn-thread.c: (create_message_view),
7324         (svn_thread_start):
7325         Fixed error handling and fixed #394216 – No indication of subversion commands running
7326         
7327         * plugins/tools/execute.c: (atp_output_context_print):
7328         Show name of tool in message pane
7330 2007-01-28  Naba Kumar  <naba@gnome.org>
7331         
7332         * configure.in, plugins/glade/plugin.c: Make it work with
7333         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
7334         
7335         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
7336         from devhelp (won't work untill devhelp is fixed: bug #341170).
7337         
7338         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
7339         
7340 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
7342         Reviewed by Naba Kumar  <naba@gnome.org>:
7343         * libanjuta/interfaces/libanjuta.idl, 
7344         plugins/debug-manager/debugger.c,
7345         plugins/debug-manager/start.c,
7346         plugins/gdb/plugin.c,
7347         plugins/gdb/debugger.c,
7348         plugins/gdb/debugger.h:
7349         Fix a bug when launching gdb
7350         Set the terminal for the debugged program on the command line.
7352 2007-01-26  Johannes Schmid <jhs@gnome.org>
7354         * plugins/sourceview/anjuta-document-saver.c:
7355         (anjuta_document_saver_save):
7356         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
7357         * plugins/sourceview/sourceview.c: (save_if_modified),
7358         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
7359         Proper error handling, for example if a file was modified externally. Use backup files
7360         to avoid data-loss on disk full.
7362 2007-01-24  Naba Kumar  <naba@gnome.org>
7363         
7364         * plugins/devhelp/htmlview.c: Fixed crash during project load.
7365         Fixed mem leak and source leak.
7366         
7367 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
7369         Reviewed by Naba Kumar  <naba@gnome.org>:
7370         * plugins/debug-manager/debug_tree.c,
7371         plugins/debug-manager/debug_tree.h,
7372         plugins/debug-manager/watch.c:
7373         Partial rewrite of the variable object code, find and fix a few bugs
7374         Fix bug #395808: gdb can still crash but children are listed
7375         on request only so you can avoid the crash
7377 2007-01-24  Naba Kumar  <naba@gnome.org>
7378         
7379         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
7380         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
7381         plugins/symbol-browser/plugin.h,
7382         plugins/symbol-browser/plugin.c,
7383         plugins/symbol-browser/Makefile.am: Added current file (local)
7384         symbols view (Seriously getting bored with the browse toolbar).
7386 2007-01-22  Naba Kumar  <naba@gnome.org>
7387         
7388         Patch from Gabor Kelemen:
7389         * po/POTFILES.in: Added .plugin.in files.
7391 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
7393         Reviewed by Naba Kumar  <naba@gnome.org>:
7394         * plugins/document-manager/anjuta-docman.c,
7395         plugins/message-view/anjuta-msgman.c
7396         Set right alignment to the label widget in the tab title.
7398 2007-01-21  Naba Kumar  <naba@gnome.org>
7399         
7400         * libegg/egg-combo-action.c: Fixed mode line.
7401         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
7402         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
7404 2007-01-21  Armin Burgmeier  <armin@arbur.net>
7406         Reviewed by Naba Kumar  <naba@gnome.org>:
7407         * plugins/class-gen/plugin.c: Prompt for target before actually
7408         generating the class files. This ensures that the files are created in
7409         the correct directory. Fixes bug #397406.
7411         * plugins/class-gen/window.c: Set browse buttons to insensitive when
7412         the class is added to the project.
7414 2007-01-21  Naba Kumar  <naba@gnome.org>
7416         * libanjuta/anjuta-plugin-description.c,
7417         libanjuta/anjuta-ui.h,
7418         libanjuta/anjuta-status.c,
7419         libanjuta/anjuta-plugin-description.h,
7420         libanjuta/cell-renderer-captioned-image.c,
7421         libanjuta/anjuta-plugin-handle.c,
7422         libanjuta/anjuta-status.h,
7423         libanjuta/resources.c,
7424         libanjuta/cell-renderer-captioned-image.h,
7425         libanjuta/glue-cpp.c,
7426         libanjuta/anjuta-plugin-handle.h,
7427         libanjuta/anjuta-plugin.c,
7428         libanjuta/anjuta-preferences-dialog.c,
7429         libanjuta/libanjuta.h,
7430         libanjuta/resources.h,
7431         libanjuta/glue-cpp.h,
7432         libanjuta/anjuta-plugin.h,
7433         libanjuta/anjuta-preferences-dialog.h,
7434         libanjuta/anjuta-plugin-manager.c,
7435         libanjuta/anjuta-shell.c,
7436         libanjuta/anjuta-plugin-manager.h,
7437         libanjuta/anjuta-shell.h,
7438         libanjuta/anjuta-save-prompt.c,
7439         libanjuta/anjuta-save-prompt.h,
7440         libanjuta/anjuta-children.c,
7441         libanjuta/anjuta-utils.c,
7442         libanjuta/anjuta-profile.c,
7443         libanjuta/anjuta-preferences.c,
7444         libanjuta/anjuta-launcher.c,
7445         libanjuta/anjuta-utils.h,
7446         libanjuta/anjuta-profile.h,
7447         libanjuta/anjuta-launcher.h,
7448         libanjuta/anjuta-ui.c: Updated file headers.
7450         * po/POTFILES.in: Updated.
7452         * libanjuta/anjuta-marshal.list,
7453         (added) libanjuta/anjuta-plugin-handle.c,
7454         (added) libanjuta/anjuta-plugin-handle.h,
7455         (added) libanjuta/anjuta-plugin-manager.c,
7456         (added) libanjuta/anjuta-plugin-manager.h,
7457         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7458         (added) libanjuta/anjuta-profile.c,
7459         (added) libanjuta/anjuta-profile.h,
7460         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
7461         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
7462         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
7463         src/action-callbacks.c: Implemented AnjutaPluginManager
7464         class based on old plugins.[ch]. Implemented AnjutaProfile as
7465         prelimanary profiles implementation. Implemented AnjutaPluginHandle
7466         class to represent plugins (not to be confused with plugin objects).
7467         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
7468         implemented it in AnjutaApp and AnjutaTestShell.
7469         De-globalized plugin management and several clean ups.
7471         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
7472         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
7473         plugins/search/search-replace.c, plugins/terminal/terminal.c,
7474         plugins/project-import/project-import.c,
7475         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
7476         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
7477         Fixed plugins for the change in API.
7479         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
7480         file.
7481         
7482         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7484 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
7486         Reviewed by Naba Kumar  <naba@gnome.org>:
7487         * libanjuta/anjuta-launcher.c,
7488         libanjuta/anjuta-launcher.h:
7489         Add a new function anjuta_set_terminate_on_exit to close the i/o
7490         channel when the child exit
7491         Return directly the status and not the exit code in child-exited
7492         signal
7494         * plugins/gdb/debugger.c:
7495         Use new function in debugger plugin
7497 2007-01-18  Johannes Schmid <jhs@gnome.org>
7499         * src/about.c: Do not show empty license information instead hide the button (#397883)
7501 2007-01-15  Johannes Schmid <jhs@gnome.org>
7503         * plugins/project-manager/plugin.c:
7504         * plugins/project-wizard/templates/python.wiz
7505         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
7506         
7507         Fixed #335235 python programs are not executeable/ do not start when pressing F3
7508         You will also need latest gnome-build svn       
7510 === anjuta 2.1.0 ===
7512 2007-01-14  Naba Kumar  <naba@gnome.org>
7514         * configure.in: Removed reference of mkfile project
7515         template to fix distcheck build error.
7516         * AUTHORS: Updated.
7517         * NEWS: Updated.
7518         * configure.in: Bumped version to 2.1.0 for beta release.
7519         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
7520         crashes as soon as editing starts in normal text files.
7522 2007-01-14  Johannes Schmid <jhs@gnome.org>
7524         * configure.in
7525         * po/LINGUAS:
7526         Applied http://live.gnome.org/GnomeGoals/PoLinguas
7528         * tagmanager/c.c:
7529         Patch from Massimo Cora' to hopefully fix #395362
7531         * plugins/project-wizard/templates/*:
7533         Fixed and tested all project-wizards. Deactivated mkfile project because
7534         it was totally broken and I don't see any real use for it.
7535         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
7537 2007-01-14  Naba Kumar  <naba@gnome.org>
7539         * NEWS: Updated for release.
7540         
7541         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
7542         
7543         * libanjuta/interfaces/libanjuta.idl,
7544         plugins/editor/text_editor_cbs.c,
7545         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
7546         interface and implemented it for scintilla.
7547         
7548         * plugins/editor/text-editor.c: Fixed highlighing issues when
7549         used with indicators (particularly when the file is just opened).
7550         Fixes bug #377477 – when debugging, scintilla editor grays out all
7551         lines before current line.
7552         
7553         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
7554         Maintain a separate list of indicated edtitors for separate contexts.
7555         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
7556         
7557 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
7559         Reviewed by Naba Kumar  <naba@gnome.org>:
7560         * plugins/debug-manager/plugin.c:
7561         Bug fix: breakpoints cannot be added after stopping the debugger
7563 2007-01-13  Naba Kumar  <naba@gnome.org>
7565         * NEWS: Updated for release.
7567 2007-01-12  Johannes Schmid <jhs@gnome.org>
7569         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
7570         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
7571         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
7572         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
7573         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
7574         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
7575         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
7576         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
7577         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
7578         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
7579         
7580         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
7581         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
7582         
7583         * plugins/sourceview/sourceview.c:
7584         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
7585         on character positions.
7586         
7587 2007-01-12  Naba Kumar  <naba@gnome.org>
7589         * src/anjuta-app.c,
7590         plugins/project-manager/plugin.c,
7591         plugins/profile-default/plugin.c,
7592         libanjuta/anjuta-status.c,
7593         libanjuta/anjuta-status.h: Introduced an API for application title
7594         in AnjutaStatus. Set application title to project name.
7596 2007-01-11  Massimo Cora' <maxcvs@email.i>
7598         Reviewed by Naba Kumar  <naba@gnome.org>:
7599         * tagmanager/Makefile.am,
7600         plugins/symbol-browser/Makefile.am: removed installation for 
7601         test programs.
7603 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
7605         Reviewed by Naba Kumar  <naba@gnome.org>:
7606         * plugins/debug-manager/start.h,
7607         plugins/debug-manager/start.c,
7608         plugins/debug-manager/anjuta-debug-manager.ui,
7609         plugins/debug-manager/plugin.c:
7610         Partial fix for bug #392537
7612         * plugins/debug-manager/disassemble.c:
7613         Fix bug #392543
7615 2007-01-11  Naba Kumar  <naba@gnome.org>
7617         * src/anjuta.c: Load project seperately from session,
7618         so that project session is also loaded.
7619         
7620         * plugins/profile-default/plugin.c: Load project in new
7621         anjuta if there already is one loaded currently (disabled
7622         code for now).
7623         
7624         * plugins/editor/aneditor.cxx: Disconnect focus in/out
7625         signals when editor is destroyed. Fixes a crash bug.
7626         
7627         * plugins/editor/text_editor.c: Do not mark line in
7628         ianjuta_editor_goto_line() implementation.
7629         
7630         * plugins/search/search-replace.c: Always check for markable
7631         interface availablility because its optional for an editor.
7632         
7633         * plugins/document-manager/goto_line.c,
7634         plugins/document-manager/action-callbacks.c: Mark lines for
7635         goto line commands (from dialog and from menu entry box).
7636         
7637         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
7638         plugins/file-manager/an_file_view.c: Expand file manager
7639         nodes in idle loop, one at a time. Did as a possible work
7640         around for bug #361763, but it didn't make any difference.
7641         However, it could still be useful in situations where there
7642         are lots to expand.
7643         
7644         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
7646 2007-01-11  Naba Kumar  <naba@gnome.org>
7648         * plugins/editor/scintilla/LineMarker.h,
7649         plugins/editor/scintilla/LexBasic.cxx,
7650         plugins/editor/scintilla/LexHTML.cxx,
7651         plugins/editor/scintilla/include/SciLexer.h,
7652         plugins/editor/scintilla/include/Scintilla.h,
7653         plugins/editor/scintilla/include/Scintilla.iface,
7654         plugins/editor/scintilla/include/ScintillaWidget.h,
7655         plugins/editor/scintilla/LexBash.cxx,
7656         plugins/editor/scintilla/PlatGTK.cxx,
7657         plugins/editor/scintilla/ViewStyle.h,
7658         plugins/editor/scintilla/Editor.cxx,
7659         plugins/editor/scintilla/StyleContext.h,
7660         plugins/editor/scintilla/LexCPP.cxx,
7661         plugins/editor/scintilla/Converter.h,
7662         plugins/editor/scintilla/LexAU3.cxx,
7663         plugins/editor/scintilla/Editor.h,
7664         plugins/editor/scintilla/LexPerl.cxx,
7665         plugins/editor/scintilla/LexVB.cxx,
7666         plugins/editor/scintilla/ScintillaGTK.cxx,
7667         plugins/editor/scintilla/ViewStyle.cxx,
7668         plugins/editor/scintilla/PropSet.cxx,
7669         plugins/editor/scintilla/LexSQL.cxx,
7670         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
7671         version 1.71
7673 2007-01-11  Armin Burgmeier  <armin@arbur.net>
7675         Reviewed by Naba Kumar  <naba@gnome.org>:
7676         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
7677         selected for editing. This fixes bug #394218.
7679         * plugins/class-gen/plugin.c: Do not use project's root URI as project
7680         name if said URI is not known.
7682         * plugins/class-gen/window.c: When stripping function prefix away,
7683         include the trailing underscore because it is already set by the
7684         template.
7686         * plugins/class-gen/transform.c: Include "const char*" and "const
7687         gchar*" in the list for transforming a default C type to a GType.
7688         Don't access invalid memory when writing pointer_str in
7689         cg_transform_first_argument.
7691 2007-01-11  Naba Kumar  <naba@gnome.org>
7693         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
7694         pixmaps/anjuta.svg, pixmaps/Makefile.am,
7695         (renamed) pixmaps/anjuta_icon.png, src/main.c,
7696         libegg/test-actions.c, anjuta.desktop.in.in,
7697         anjuta.prj: Renamed application icon to 'anjuta.png' from
7698         'anjuta_icon.png'. Added more fields in desktop file.
7700         * mime/anjuta.xml: Added magic section.
7701         
7702         * (removed) mime/anjuta.applications,
7703         (removed) mime/anjuta.mime, mime/Makefile.am,
7704         (removed) mime/anjuta.keys,
7705         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
7706         registeration and added scalable icon. Also fixes bug #393680
7708 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
7710         Reviewed by Naba Kumar  <naba@gnome.org>:
7711         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
7712         and anjuta_status_progress_add_ticks() to check for progressbar 
7713         being realized before trying to update it.
7715 2007-01-10  Naba Kumar  <naba@gnome.org>
7717         * tagmanager/tm_workspace.c,
7718         po/POTFILES.in,
7719         plugins/debug-manager/Makefile.am,
7720         plugins/tools/scripts/Makefile.am,
7721         plugins/class-gen/plugin.c,
7722         plugins/class-gen/Makefile.am,
7723         global-tags/Makefile.am: Fixed make distcheck.
7725         * plugins/debug-manager/attach_process.c,
7726         plugins/debug-manager/attach_process.h,
7727         plugins/class-gen/action-callbacks.h,
7728         plugins/class-gen/action-callbacks.c,
7729         plugins/class-gen/class_gen.h,
7730         plugins/class-gen/class_gen.c: Deleted unused/old files.
7732         * (removed) scintilla, (added) plugins/editor/scintilla,
7733         plugins/editor/scintilla/lexers.make,
7734         plugins/editor/scintilla/Makefile.am,
7735         plugins/editor/Makefile.am
7736         configure.in, manuals/reference/libanjuta/Makefile.am
7737         Makefile.am: Moved scintilla to its right place.
7739 2007-01-09  Naba Kumar  <naba@gnome.org>
7741         * plugins/profile-default/plugin.c: Save project session before
7742         a new one is opened.
7744         * plugins/project-manager/plugin.c,
7745         plugins/project-manager/plugin.h,
7746         plugins/project-manager/anjuta-project-manager.ui,
7747         plugins/profile-default/plugin.c,
7748         plugins/profile-default/plugin.h,
7749         plugins/profile-default/Makefile.am,
7750         (added) plugins/profile-default/anjuta-default-profile.ui,
7751         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
7752         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
7753         multiple projects support.
7754         
7755 2007-01-06  Armin Burgmeier  <armin@arbur.net>
7757         Reviewed by Naba Kumar  <naba@gnome.org>
7758         * plugins/class-gen/combo-flags.h:
7759         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
7760         enum, added a type parameter to selected signal. Select highlighted
7761         entry when pressing enter (but not unselect it if it was already
7762         selected) before closing the popup. Also accept input when clicking
7763         not into the popup.
7765         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
7766         according to selection type.
7768         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
7769         VOID:BOXED,ENUM.
7771 2007-01-08  Johannes Schmid <jhs@gnome.org>
7773   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
7774   * plugins/project-wizard/templates/gtkmm/Makefile.am
7775   * plugins/project-wizard/templates/python/configure.ac.tpl
7776   * plugins/project-wizard/templates/python/configure.in.tpl
7777   * plugins/project-wizard/templates/python/Makefile.am
7778   * plugins/project-wizard/templates/cpp/configure.ac.tpl
7779   * plugins/project-wizard/templates/cpp/configure.in.tpl
7780   * plugins/project-wizard/templates/cpp/Makefile.am
7781   * plugins/project-wizard/templates/terminal.wiz
7782   * plugins/project-wizard/templates/xlib-dock.wiz
7783   * plugins/project-wizard/templates/wxwin.wiz
7784   * plugins/project-wizard/templates/java.wiz
7785   * plugins/project-wizard/templates/xlib/configure.ac.tpl
7786   * plugins/project-wizard/templates/xlib/configure.in.tpl
7787   * plugins/project-wizard/templates/xlib/Makefile.am
7788   * plugins/project-wizard/templates/gcj/configure.ac.tpl
7789   * plugins/project-wizard/templates/gcj/configure.in.tpl
7790   * plugins/project-wizard/templates/gcj/Makefile.am
7791   * plugins/project-wizard/templates/terminal/configure.ac.tpl
7792   * plugins/project-wizard/templates/terminal/configure.in.tpl
7793   * plugins/project-wizard/templates/terminal/Makefile.am
7794   * plugins/project-wizard/templates/terminal/autogen.sh
7795   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
7796   * plugins/project-wizard/templates/wxwin/configure.in.tpl
7797   * plugins/project-wizard/templates/wxwin/Makefile.am
7798   * plugins/project-wizard/templates/gnome.wiz 
7799   * plugins/project-wizard/templates/java/configure.ac.tpl
7800   * plugins/project-wizard/templates/java/configure.in.tpl
7801   * plugins/project-wizard/templates/java/Makefile.am
7802   * plugins/project-wizard/templates/anjuta-plugin.wiz
7803   * plugins/project-wizard/templates/gtkmm.wiz
7804   * plugins/project-wizard/templates/python.wiz
7805   * plugins/project-wizard/templates/cpp.wiz
7806   * plugins/project-wizard/templates/gtk.wiz
7807   * plugins/project-wizard/templates/gcj.wiz
7808   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
7809   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
7810   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
7812   Starting fixing of all project wizards:
7813   - rename configure.in to configure.ac
7814   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
7815   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
7816   (See #394184)
7817   
7818   * TODO.task: Added bug number to bounty
7820 2007-01-07  Johannes Schmid <jhs@gnome.org>
7822   *  plugins/build-basic-autotools.c:
7823   Fixed #392290 – Missed install as root option in project manager
7825 2007-01-07  Johannes Schmid <jhs@gnome.org>
7827   * plugins/sourceview/sourceview.c:
7828   Fixed #388731 – Odd editor behaviour after performing block-text operations
7829   Fixed #388727 – Block-tab does not work
7830   
7831   * plugins/sourceview/anjuta-document.h/c:
7832   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
7833   
7834   * configure.in:
7835   Require Gtk+ >= 2.10 for sourceview plugin
7837 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
7839         * libanjuta/anjuta-status.c:
7840         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
7842 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
7844         * configure.in,
7845         plugins/terminal/terminal.c:
7846         Fix bug #377027
7847         remove support for VTE < 0.9
7849 2007-01-06  Naba Kumar  <naba@gnome.org>
7851         * po/POTFILES.in: Updated
7853 2007-01-05  Adam Dingle  <adam@medovina.org>
7855         Reviewed by Naba Kumar  <naba@gnome.org>:
7856         * plugins/message-view/anjuta-message-manager-plugin.glade:
7857         Fixed bug #377903 (improve message color defaults).
7859 2007-01-05  Naba Kumar  <naba@gnome.org>
7861         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
7862         
7863 2007-01-03  Armin Burgmeier  <armin@arbur.net>
7865         Reviewed by  Naba Kumar  <naba@gnome.org>:
7866         * plugins/symbol-browser/test-class.h: Fixed block ends.
7868         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
7869         C-style-block comment.
7871         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
7872         allow lists when writing autogen definition files. This is required
7873         for the new class generator. Also fixed a wrong return value in
7874         npw_autogen_write_definition_file and set a GError in
7875         npw_autogen_execute when the output file could not be opened.
7877         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
7878         user interface.
7880         * plugins/class-gen/Makefile.am: Added templates subdir, removed
7881         goc_template_header and goc_template_source, added top_srcdir to
7882         includes, link against project wizard (also hopefully temporarily),
7883         removed class_gen.h, class_gen.c, action-callbacks.h,
7884         action-callbacks.c.
7886         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
7888         * plugins/class-gen/cell-renderer-flags.h:
7889         * plugins/class-gen/cell-renderer-flags.c:
7890         * plugins/class-gen/combo-flags.h:
7891         * plugins/class-gen/combo-flags.c:
7892         * plugins/class-gen/element-editor.c:
7893         * plugins/class-gen/element-editor.h:
7894         * plugins/class-gen/generator.c:
7895         * plugins/class-gen/generator.h:
7896         * plugins/class-gen/plugin.h:
7897         * plugins/class-gen/plugin.c:
7898         * plugins/class-gen/transform.c:
7899         * plugins/class-gen/transform.h:
7900         * plugins/class-gen/validator.c:
7901         * plugins/class-gen/validator.h:
7902         * plugins/class-gen/window.c:
7903         * plugins/class-gen/window.h: Rewrote class generator, it now allows
7904         adding of several class elements and uses autogen.
7906         * plugins/class-gen/templates/cc-header.tpl:
7907         * plugins/class-gen/templates/cc-source.tpl:
7908         * plugins/class-gen/templates/go-header.tpl:
7909         * plugins/class-gen/templates/go-source.tpl:
7910         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
7911         for the class generator.
7913         * configure.in: Added plugins/class-gen/templates/Makefile to output.
7915 2007-01-04  Naba Kumar  <naba@gnome.org>
7917         Patch from Nick Treleaven:
7918         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
7919         all matching symbols.
7920         
7921         Patches from  Maik Beckmann and Sébastien Granjoux:
7922         * plugins/profile-default/plugin.c,
7923         plugins/project-manager/plugin.c: Unescape project name. Fixes
7924         Bug #357151
7926 2007-01-04  Naba Kumar  <naba@gnome.org>
7928         * plugins/glade/plugin.c: Fixed compilation with
7929         older glade-3 version.
7930         
7931         Patch from Roland Illig:
7932         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
7933         plugins/sourceview/anjuta-document-saver.c,
7934         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
7935         are necessary to build anjuta on NetBSD 3.0
7937         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
7938         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
7939         window manager in gnome.
7940         
7941 2007-01-02  Naba Kumar  <naba@gnome.org>
7942         
7943         * plugins/glade/plugin.c: Make it work with glade-3 svn.
7944         
7945 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
7947         Reviewed by Naba Kumar  <naba@gnome.org>:
7948         * libanjuta/interfaces/libanjuta.idl,
7949         plugins/debug-manager/Makefile.am,
7950         plugins/debug-manager/anjuta-marshal.list,
7951         plugins/debug-manager/debugger.c,
7952         plugins/debug-manager/sparse_buffer.c,
7953         plugins/debug-manager/sparse_buffer.h,
7954         plugins/debug-manager/sparse_view.c,
7955         plugins/debug-manager/sparse_view.h,
7956         plugins/debug-manager/disassemble.h,
7957         plugins/debug-manager/disassemble.c,
7958         plugins/debug-manager/anjuta-marshal.list,
7959         plugins/debug-manager/plugin.c,
7960         plugins/gdb/debugger.c,
7961         plugins/gdb/debugger.h,
7962         plugins/gdb/plugin.c:
7963         Add a disassembly view window
7965         * plugins/debug-manager/breakpoints.c,
7966         plugins/debug-manager/chunk_view.c,
7967         plugins/debug-manager/locals.c,
7968         plugins/debug-manager/memory.c,
7969         plugins/debug-manager/registers.c,
7970         plugins/debug-manager/stack_trace.c:
7971         Add some debugging information 
7973 2006-12-18  Naba Kumar  <naba@gnome.org>
7975         * configure.in, plugins/glade/plugin.c: Allow building against both
7976         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
7978 2006-12-03  Naba Kumar  <naba@gnome.org>
7979         
7980         * TODO.tasks: Marked a bounty completed.
7982 2006-11-24  Adam Dingle <adam@medovina.org>
7984         Reviewed by Naba Kumar  <naba@gnome.org>:
7985         * plugins/build-basic-autotools/build-basic-autotools.c,
7986         plugins/debug-manager/watch.c,
7987         plugins/document-manager/plugin.c, 
7988         plugins/patch/plugin.c,
7989         plugins/project-manager/plugin.c:
7990         Fixed bug #378879 (several command names need ellipses).
7992 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
7994         Reviewed by: Naba Kumar  <naba@gnome.org>
7995         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
7996         GCC 4.1.2 (there are only two warnings remaining now when compiling
7997         plugins).
7999         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8001         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8002         macro so that the generated function support a NULL plugin parameter.
8004         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8005         in debug_tree_find_expression by freeing memory returned by the call
8006         to gtk_tree_model_get instead of the parameter string.
8008 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8010         * plugins/debug-manager/breakpoints.c:
8011         Fix bug #378850
8013         * plugins/debug-manager/anjuta-debug-manager.ui,
8014         plugins/debug-manager/debugger.c,
8015         plugins/debug-manager/plugin.c:
8016         Fix bug #378871
8018 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8020         * libanjuta/anjuta-launcher.c,
8021         plugins/gdb/debugger.c:
8022         Fix bug #377061
8024 2006-11-21  Naba Kumar  <naba@gnome.org>
8026         * plugins/search/search_preferences.c: Fixed build break.
8027         
8028 2006-11-20  Naba Kumar  <naba@gnome.org>
8029         
8030         Patch from Kjartan Maraas:
8031         * plugins/cvs-plugin/cvs-interface.c,
8032         plugins/document-manager/plugin.c,
8033         plugins/gtodo/interface.c,
8034         plugins/gtodo/libgtodo.h,
8035         plugins/message-view/anjuta-msgman.c,
8036         plugins/project-wizard/druid.c,
8037         plugins/search/search_preferences.c,
8038         plugins/sourceview/sourceview-prefs.c,
8039         plugins/terminal/terminal.c,
8040         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8042         Patch from Przemysław Grzegorczyk:
8043         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8044         plugins/subversion/anjuta-subversion.glade: Enable files in
8045         fileselection dialog. Fixes bug #376031.
8046         
8047 2006-11-17  Adam Dingle <adam@medovina.org>
8049         Reviewed by: Naba Kumar  <naba@gnome.org>
8050         * plugins/build-basic-autotools/build-basic-autotools.c
8051         * plugins/class-gen/anjuta-class-gen.plugin.in
8052         * plugins/debug-manager/breakpoints.c
8053         * plugins/debug-manager/plugin.c
8054         * plugins/devhelp/plugin.c
8055         * plugins/document-manager/plugin.c
8056         * plugins/gdb/debugger.c
8057         * plugins/glade/anjuta-glade.plugin.in
8058         * plugins/gtodo/plugin.c
8059         * plugins/language-support-cpp-java/plugin.c
8060         * plugins/message-view/plugin.c
8061         * plugins/project-import/anjuta-project-import.glade
8062         * plugins/project-import/anjuta-project-import.plugin.in
8063         * plugins/search/plugin.c
8064         * plugins/tools/scripts/tools-2.xml.in
8065         * plugins/valgrind/plugin.c
8066         * src/anjuta-actions.h:
8067         Fixed bug #376335 "menu items should be capitalized".  Minor
8068         grammar edits.
8070 2006-11-20  Naba Kumar  <naba@gnome.org>
8071         
8072         * configure.in: Fixed build.
8074         Patch from: Arjan Timmerman
8075         *configure.in: Make subvesion plugin build for apr 1.x.
8076         Fixes: Bug #364754.
8077         
8078 2006-11-20  Johannes Schmid <jhs@gnome.org>
8080         * configure.in
8081         * plugins/*/*.[ch]:
8082         Removed patches from Sylvain and Günther. They caused not problems but
8083         Naba was against them.
8085 2006-11-20  Johannes Schmid <jhs@gnome.org>
8087         * Removed me from MAINTAINERS
8089 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8091         * configure.in:
8092         Use apr-1 instead of apr-0
8094 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8096         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8097         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8098         and another bug occuring when parsing .pc file containing quotes.
8100 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8102         * plugins/*/*.[ch]: Use class macro for type casting.
8104         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8105         GCC 4.1.2 (there are only two warnings remaining now when compiling
8106         plugins).
8108         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8109         a memory leak in debug_tree_find_expression; g_free was called on
8110         the parameter instead of the memory allocated by gtk_tree_model_get.
8112         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8113         to declare and initialize the global type variable of the plugin.
8115 2006-10-31  Naba Kumar  <naba@gnome.org>
8117         * global-tags/create_global_tags.sh.in: Added an end message.
8118         
8119         * libanjuta/anjuta-launcher.h: Fixed indentation.
8120         
8121         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8122         creation to a) append the messages in right way, b) Connect signals
8123         to the view properly and c) Recreate the system-tags.cache at the
8124         end of the generation.
8126         * plugins/symbol-browser: Fixed action path (double
8127         click on sysmbols was not working).
8129         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8130         Fixed typedef and removed dead code.
8132         * tagmanager/c.c: Took the latest version from ctags source
8133         repository, because the one we had (from ctags 5.6) was broken.
8134         
8135         * global_tags/create_global_tags.sh.in: Reverted the patch from
8136         Sylvain because it was not right fix (and added a helpful comment).
8137         Used /bin/bash to fix the bashism and generated separate log files
8138         for each tag files in the same directory.
8139         
8140 2006-10-29  Naba Kumar  <naba@gnome.org>
8142         * plugins/editor/text_editor.c: Use a temporary file
8143         to save the editor and move it at the end to original
8144         file. This will prevent data corruption if file save
8145         failed for any reason. Also report proper errors when
8146         file save fails. Fixes bug #346575.
8147         
8148 2006-10-26  Naba Kumar  <naba@gnome.org>
8150         * plugins/document-manager/anjuta-docman.c: Do not load
8151         the same files with different path more than once (happens
8152         with symlinked files). Fixes Bug #323591.
8154 2006-10-25  Naba Kumar  <naba@gnome.org>
8156         * plugins/valgrind/vgactions.c: Fixed a warning.
8158 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8160         Reviewed by Naba Kumar  <naba@gnome.org>:
8162         * plugins/valgrind/vgtoolview.c:
8163         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8165         * plugins/valgrind/bugged-prg-test.c:
8166         No more warning during compilation with GCC 4.1.
8167         Program is still buggy in order to be used as a test of the
8168         plugin.
8170         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8171         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8172         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8173         plugins/valgrind/vgrule.c:
8174         No more warning during compilation with GCC 4.1.
8176         * plugins/valgrind/plugin.c:
8177         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8178         prototype (was missing from previous patch).
8180 2006-10-24  Naba Kumar  <naba@gnome.org>
8182         * plugins/glade/plugin.c: Show glade tree view, not list view.
8183         
8184         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8185         exited with glade plugin still loaded. Fixes Bug #364755.
8187         * plugins/document-manager/anjuta-document-manager.plugin.in:
8188         Added application/x-reject in accepted mime-types.
8189         
8190         * Changelog: Fixed changelog alignments.
8192 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8194         Reviewed by: Naba Kumar  <naba@gnome.org>
8195         
8196         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8197         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8198         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8199         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8200         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8201         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8202         plugins/valgrind/vgsearchbar.c:
8203         Use class macro for type casting.
8205         * plugins/valgrind/plugin.h:
8206         Don't force cast a GtkActionGroup to a GtkAction.
8208         * plugins/valgrind/plugin.c:
8209         Use correct API to get path of the preoject root when building
8210         the list of targets for the run action.
8211         Correct ordering of the construction of the preferences widgets.
8212         Only remove the valgrind widget if it is currently displayed.
8214         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8215         Return if check_valgrind_binary() fails.
8216         The ValgrindPluginPrefs object is initialized after the call to
8217         vg_action_new. Take a handle to the location of the pointer to
8218         the future object.
8220 2006-10-24  Naba Kumar  <naba@gnome.org>
8222         * HACKING: Updated coding sample.
8223         
8224         Patch from: Armin Burgmeier  <armin@arbur.net>
8225         * plugins/symbol-browser/test-class.h,
8226         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8227         
8228 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8230         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8231         * plugins/valgrind/vgtoolview.h:
8232         Correctly handle the argv / srcdir of vg_tool_view object. Do
8233         not leak memory associated with those arrays.
8235         * plugins/symbol-browser/an_symbol_prefs.c:
8236         Support unloading / reloading of the module (for example when
8237         closing a project and opening another one).
8239         * plugins/project-manager/plugin.c:
8240         Remove plugin widget before removing plugin itself, preventing
8241         a crash with valgrind plugin.
8243         * libanjuta/anjuta-preferences-dialog.c:
8244         Do not use the page_num returned by gtk_notebook_append_page to
8245         remove the page as it cause bugs when pages removal is not done
8246         in LIFO.
8248         * plugins/document-manager/anjuta-docman.c:
8249         Fix some GTK+ warnings.
8251         * global-tags/create_global_tags.sh.in:
8252         Rewrite script to remove bash-ism and use pkg-config directly
8253         instead of parsing the *.pc file by hand. This solve problems
8254         that occurred when one of the directory in PKG_CONFIG_PATH is
8255         empty.
8257 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8259         * plugins/glade/plugin.c: Fix build (#363884)
8261 2006-10-22  Johannes Schmid <jhs@gnome.org>
8263         * plugins/file-manager/an_file_view.c:
8264         * plugins/file-manager/plugin.c:
8265         * plugins/file-manager/plugin.h:
8266         Fix possible crasher when changing project-root uri when we try to restore open nodes
8267         * AUTHORS: Updated
8269 2006-10-19  Naba Kumar  <naba@gnome.org>
8271         Patch from: Juan Pablo Ugarte
8272         * plugins/glade/plugin.c: Include glade header
8273         correctly.
8274         
8275 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8276         
8277         * plugins/debug-manager/Makefile.am,
8278         plugins/debug-manager/sexy-icon-entry.h,
8279         plugins/debug-manager/sexy-icon-entry.c,
8280         plugins/debug-manager/dataview.c:
8281         Fix bug #358134 (Goto memory prompt)
8282         Use sexy-icon-entry from libsexy 0.1.10
8284         * plugins/debug-manager/debugger.c,
8285         plugins/debug-manager/plugin.c,
8286         plugins/debug-manager/start.c,
8287         plugins/gdb/debugger.c,
8288         plugins/gdb/plugin.c:
8289         Better error handling when starting and stopping debugger
8291 2006-10-13  Maik Beckmann <maik@eigenco.de>
8293         * src/action_callbacks.c:
8294         Fixed bug #361830 (AboutDialog does not close) which is caused 
8295         due to a change in Gtk+ 2.10  
8296   
8297 2006-10-12  Adam Dingle <adam@medovina.org>
8299         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
8301         * plugins/search/search-replace.c:
8302         Fixed bug #358068 (indicate when Find in Files is complete)
8304         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8306         * plugins/sourceview/sourceview-prefs.c:
8307         * plugins/sourceview/sourceview.glade:
8308         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
8310         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
8312         * plugins/devhelp/plugin.c:
8313         * plugins/search/plugin.c: 
8314         Fixed bug #359750 (fix find/replace shortcut keys).
8316         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
8317         use Alt+key for shortcuts)
8319         *  plugins/debug-manager/debug_tree.c:
8320         *  plugins/debug-manager/debugger.c:
8321         Fixed bug #359317 (can't load debug manager)
8323         * /plugins/document-manager/plugin.c:
8324         Fixed bug #359259 (highlight modes listed in reverse 
8325         alphabetical order).
8327 2006-10-10  Johannes Schmid <jhs@gnome.org>
8329         * plugins/glade/plugin.c:
8330         Add scrollbars to glade project window
8332 2006-10-10  Johannes Schmid <jhs@gnome.org>
8334         * libanjuta/interfaces/Makefile.am.iface:
8335         Fixed Makefile with broke build
8337 2006-10-07  Johannes Schmid <jhs@gnome.org>
8339         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8340         * libanjuta/interfaces/Makefile.iface.am:
8341         Fixed enum types generation
8343         * libanjuta/interfaces/libanjuta.idl:
8344         Fixed some strange typo
8346 2006-10-06  Johannes Schmid <jhs@gnome.org>
8348         * libanjuta/interfaces/Makefile.iface.am:
8349         Fixed enum-types.h generation
8350         * libanjuta/interfaces/libanjuta.idl:
8351         char* => gchar*
8352         IAnjutaTODO::load should take const gchar* argument
8353         Remove include to libanjuta/e-splash.h which is not installed as header file
8354         Disable get_attributes for now
8355         
8356         * pluings/sourceview/sourceview.c: Disabled get_attributes
8357         
8358         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
8360 2006-10-05  Naba Kumar  <naba@gnome.org>
8362         * TODO.tasks: Set 'Improve class widzard' task to assigned.
8363         Set bug id for 'Profiler plugin' task.
8365 2006-10-03  Naba Kumar  <naba@gnome.org>
8367         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
8368         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
8370         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
8371         plugins/project-manager/plugin.c: Added a new API in
8372         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
8373         Added some documentation. On project close, close all editors that
8374         has files opened for the project.
8375         
8376         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
8377         from the containers on anjuta_shell_remove_widget(). Do not destroy
8378         glade widgets once created.
8379         
8380 2006-10-03  Johannes Schmid <jhs@gnome.org>
8382         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8383         * libanjuta/interfaces/libanjuta.idl:
8384         const-List<> => const List<>
8385         List-free<> => List<>
8386         
8387         * Makefile.am: Reenabled launcher
8389 2006-10-03  Johannes Schmid <jhs@gnome.org>
8391         * libanjuta/interfaces/Makefile.am.iface:
8392         Install libanjuta.idl
8394 2006-10-02  Adam Dingle <adam@medovina.org>
8396         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8398 2006-10-02  Adam Dingle <adam@medovina.org>
8400         * plugins/editor/style-editor.c: fixed bug #357534
8401         * plugins/gdb/utilities.h: removed 2 unused declarations
8403 2006-10-02  Johannes Schmid <jhs@gnome.org>
8405         * Makefile.am: disabled anjuta-launcher
8406         * libanjuta/Makefile.am:
8407         
8408         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
8409         * libanjuta/glue-factory.c: (glue_factory_add_path),
8410         (glue_factory_get_path):
8411         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
8412         * libanjuta/glue-factory.h:
8413         * libanjuta/glue-cpp.h:
8414         * libanjuta/glue-cpp.c:
8415         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
8416         
8417         * libanjuta/interfaces/Makefile.am.iface:
8418         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8419         * libanjuta/interfaces/libanjuta.idl:
8420         Add a new features to idl compiler:
8421         List<Type> => List of Type
8422         List-free<Type> => List of Type, it is up to the caller to free items and list
8423         const-List(-free)<Type> = const List of Types
8424         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
8425         
8426         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
8427         (generic_cpp_class_create_code):
8428         Adapted to new project_manager interface
8429         
8430         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
8431         * plugins/debug-manager/debugger.c:
8432         (ivariable_debugger_iface_init):
8433         Do not use C++ keyword "delete" for interface name
8434         
8435         * plugins/document-manager/anjuta-document-manager.plugin.in:
8436         Added m4 to mime-types
8437         
8438         * plugins/project-manager/plugin.c:
8439         (iproject_manager_add_source_multi):
8440         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
8442 2006-10-01  Naba Kumar  <naba@gnome.org>
8444         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
8445         UI file used when out-of-process devhelp is used instead of
8446         embedded devhelp.
8447         
8448         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
8449         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
8450         plugins/profile-default/default.anjuta: Build devhelp plugin,
8451         but use out-of-process devhelp if devhelp plugin is disabled
8452         (either by user or devhelp is not installed). Disabled devhelp
8453         plugin by default. Added it in default profile.
8455 2006-10-01  Naba Kumar  <naba@gnome.org>
8457         * plguins/project-manager/plugin.c: Possible fix for crash
8458         bug #358583.
8459         
8460         * configure.in, plugins/Makefile.am: Enabled glade plugin and
8461         set dep to last version 3.0.2.
8462         
8463         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
8464         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
8465         plugins/symbol-browser/plugin.c: Use the right action group
8466         for getting popup actions (Fixes lots of assertion failures).
8468         * plugins/project-manager/plugin.c,
8469         plugins/project-manager/plugin.h: use separate action group
8470         for profie actions.
8471         
8472         * plugins/message-view/plugin.c: Disconnect session load
8473         signal on plugin deactivation (fixes a crash).
8475 2006-09-30  Naba Kumar  <naba@gnome.org>
8477         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
8478         * TODO.tasks: Assigned a bounty to Massimo.
8480 2006-09-29  Naba Kumar  <naba@gnome.org>
8482         * src/anjuta-app.c, src/shell.c: Fixed build errors.
8484 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
8486         * plugins/debug-manager/debugger.c,
8487         plugins/debug-manager/plugin.c,
8488         libanjuta/interfaces/libanjuta.idl:
8489         Add a new abort command to quit debugger without waiting
8491         * plugins/gdb/debugger.c,
8492         plugins/gdb/debugger.h,
8493         plugins/gdb/plugin.c:
8494         Send a signal directly to the debugged program
8495         Implement abort command
8497         * plugins/debug-manager/debug_tree.c:
8498         Fix bug #358163
8500         * plugins/debug-manager/stack-trace.c:
8501         Fix bug #358009
8503 2006-09-29  Naba Kumar  <naba@gnome.org>
8505         * TODO.tasks: Updated.
8506         
8507         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
8508         dialog.
8509         
8510         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
8511         
8512         * TODO.tasks: Updated in light of the word wrapping fix
8513         in Tasks Manager. Added a test bounty entry.
8515         * TODO.tasks: Added four bounties.
8516         
8517 2006-09-28  Naba Kumar  <naba@gnome.org>
8519         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
8520         Added 'customizable' parameter to
8521         anjuta_ui_add_action_group_entries() and similar functions to
8522         allow user configuration of the actions. Filter out actions that
8523         are not configurable items (such as submenu items). Now the
8524         'Customize shortcuts' dialog is much better listed.
8526         * plugins/build-basic-autotools/build-basic-autotools.c,
8527         plugins/build-basic-autotools/build-basic-autotools.h,
8528         plugins/cvs-plugin/plugin.c,
8529         plugins/cvs-plugin/plugin.h,
8530         plugins/debug-manager/breakpoints.c,
8531         plugins/debug-manager/plugin.c,
8532         plugins/debug-manager/stack_trace.c,
8533         plugins/debug-manager/watch.c,
8534         plugins/devhelp/plugin.c,
8535         plugins/document-manager/plugin.c,
8536         plugins/file-loader/plugin.c,
8537         plugins/file-manager/plugin.c,
8538         plugins/glade/plugin.c,
8539         plugins/gtodo/interface.c,
8540         plugins/gtodo/plugin.c,
8541         plugins/language-support-cpp-java/plugin.c,
8542         plugins/macro/plugin.c,
8543         plugins/macro/plugin.h,
8544         plugins/message-view/plugin.c,
8545         plugins/patch/plugin.c,
8546         plugins/profile-default/default.anjuta,
8547         plugins/project-manager/plugin.c,
8548         plugins/project-manager/plugin.h,
8549         plugins/sample1/plugin.c,
8550         plugins/search/plugin.c,
8551         plugins/subversion/plugin.c,
8552         plugins/subversion/plugin.h,
8553         plugins/symbol-browser/plugin.c,
8554         plugins/symbol-browser/plugin.h,
8555         plugins/tools/plugin.c,
8556         plugins/valgrind/plugin.c,
8557         plugins/valgrind/plugin.h: Fixed to take care of above change
8558         in API of AnjutaUI. Properly added/removed action groups in some
8559         plugins. Split action groups into customization and non-customizable
8560         groups and added them separately.
8562         * plugins/document-manager/plugin.c: Close files belonging to
8563         project when project is closed (not complete).
8564         
8565         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
8566         vertical aligned cell entries.
8567         
8568         * src/anjuta-app.c: Define macros for the placeholder names.
8569         Set default widths and heights of the default placeholders,
8570         so that newly docked widgets are correclty sized.
8571         
8572         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
8573         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
8574         Fixed to generated correct actions addition/removal code.
8576 2006-09-25  Naba Kumar  <naba@gnome.org>
8578         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
8579         libanjuta/anjuta-serializer.[ch]: Implemented serialization
8580         class.
8581         
8582         * plugins/message-view/anjuta-msgman.c,
8583         plugins/message-view/anjuta-msgman.h,
8584         plugins/message-view/message-view.c,
8585         plugins/message-view/message-view.h,
8586         plugins/message-view/plugin.c: Serialize messages panes in
8587         session save and deserialize them in session load so that
8588         build messages persistant.
8589         
8590 2006-09-24  Johannes Schmid <jhs@gnome.org>
8592         * libanjuta/anjuta-utils.c:
8593         * plugins/message-view/message-view.c:
8594         Really fixed #355407
8596 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
8598         * libanjuta/interfaces/libanjuta.idl:
8599         Change one variable sign
8601         * plugins/debug-manager/anjuta-debug-manager.glade,
8602         plugins/debug-manager/anjuta-debug-manager.ui:
8603         Few small interface changes     
8605         * plugins/debug-manager/debug_tree.h,
8606         plugins/debug-manager/watch.c,
8607         plugins/debug-manager/debugger.c,
8608         plugins/debug-manager/plugin.c
8609         plugins/gdb/debugger.c,
8610         plugins/gdb/plugin.c:
8611         Big rewrite of debugger queue
8612         Allow to cancel command
8614         * plugins/debug-manager/memory.c:
8615         Fix a bug if a command is cancelled
8617 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
8619         * plugins/gdb/debugger.c,
8620         plugins/debug-manager/debug_tree.c,
8621         plugins/debug-manager/locals.c:
8622         Restore tree representation for local variable
8623         Add argument in local variable list
8624         Use gdb variable object to get all informations
8626 2006-09-19  Naba Kumar  <naba@gnome.org>
8628         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
8629         that implements AnjutaSavePrompt class.
8631         * ChangeLog: Fixed indentation.
8632         
8633         * libanjuta/Makefile.am,
8634         libanjuta/anjuta-marshal.list,
8635         libanjuta/anjuta-shell.c,
8636         libanjuta/anjuta-shell.h,
8637         plugins/document-manager/action-callbacks.c,
8638         plugins/document-manager/action-callbacks.h,
8639         plugins/document-manager/anjuta-docman.c,
8640         plugins/document-manager/anjuta-docman.h,
8641         plugins/document-manager/plugin.c,
8642         src/anjuta.c: Impletemnted save prompt dialog to prompt for
8643         unsaved items during exit. A new signal is added in shell
8644         interface called 'save-prompt' to collect all unsaved items.
8645         Create AnjutaSavePrompt class (dialog) to process unsaved items.
8646         Fixed document manager to use the new save-prompt signal in shell
8647         and AnjutaSavePrompt object for unsaved files. Cleaned up
8648         AnjutaDocman to synchronously save new files. Fixed function
8649         names.
8651 2006-09-18  Johannes Schmid <jhs@gnome.org>
8653         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
8654         gdl requirement to 0.7.0
8656 2006-09-18  Johannes Schmid <jhs@gnome.org>
8658         * global-tags/.cvsignore:
8659         * global-tags/Makefile.am:
8660         * global-tags/create_global_tags.sh (removed):
8661         * global-tags/create_global_tags.sh.in (added):
8662         Fixed #355407
8663         
8664         * libanjuta/anjuta-launcher.c:
8665         Fixed #349374
8666         
8667         * plugins/project-manager/plugin.c:
8668         (project_manager_plugin_close_project):
8669         Fixed crasher
8670         
8671         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
8672         Fixed gtk critical
8673         
8674         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
8675         More reasonable toolbar creation/deletition though it does
8676         not completly work!
8678 2006-09-15  Johannes Schmid <jhs@gnome.org>
8680         * libanjuta/anjuta-utils.c/.h:
8681         Fixed #355168
8683 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
8685         * scintilla/ScintillaGTK.cxx
8686         Fixed doulbe freeing in Scintilla
8688 2006-09-12  Johannes Schmid  <jhs@gnome.org>
8690         * plugins/symbol-browser/an_symbol_prefs.c:
8691         Support unloading / reloading of the module (for example when
8692         closing a project and opening another one).
8694         * plugins/project-manager/plugin.c:
8695         Really fixed #355148 (Show project name in title bar)
8697 2006-09-09  Johannes Schmid  <jhs@gnome.org>
8699         * libanjuta/plugins.c:
8700         Fixed #355156 (Show plugins in alphabetical order)
8702 2006-09-09  Johannes Schmid  <jhs@gnome.org>
8704         * plugins/project-manager/plugin.c:
8705         Fixed #355148 (Show project name in title bar)
8707 2006-09-09  Johannes Schmid  <jhs@gnome.org>
8709         * plugins/project-manager/plugin.c:
8710         (value_removed_project_root_uri):
8711         Fixed crasher if project cannot be opened
8713 2006-08-30 Naba Kumar  <naba@gnome.org>
8715         * plugins/language-support-cpp-java/plugin.[c,h],
8716         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
8717         Impletemnted UI for auto indent.
8718         
8719 2006-08-28 Naba Kumar  <naba@gnome.org>
8720         
8721         * plugins/gvim/.cvsignore,
8722         plugins/gvim/Makefile.am,
8723         plugins/gvim/anjuta-vim-plugin.png,
8724         plugins/gvim/anjuta-vim.c,
8725         plugins/gvim/anjuta-vim.h,
8726         plugins/gvim/anjuta-vim.plugin.in,
8727         plugins/gvim/gtkvim.c,
8728         plugins/gvim/gtkvim.h,
8729         plugins/gvim/plugin.c,
8730         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
8731         in build yet.
8733 2006-08-28 Naba Kumar  <naba@gnome.org>
8735         Patch from: Massimo Corà  <maxcvs@email.it>
8736         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
8737         possible infinite loop.
8739 2006-08-22 Adam Dingle <adam@medovina.org>
8740         
8741         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
8742         to edit are shown in the preferences dialog in anjuta").
8743         Removed unused widgets from the style editor dialog.
8745 2006-08-21  Johannes Schmid <jhs@gnome.org>
8747         * plugins/symbol-browser/test-class.[cpp/h]
8748         Added missing files
8750 2006-08-18  Naba Kumar  <naba@gnome.org>
8752         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
8753         end of document loading.
8755         * plugins/language-support-cpp-java/plugin.c,
8756         plugins/sourceview/sourceview.c: Fixed plugin loading.
8758 2006-08-17  Naba Kumar  <naba@gnome.org>
8760         * plugins/language-support-cpp-java/plugin.c,
8761         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
8762         mode line parsing. Indentation parameters initialized based on
8763         mode line parameters.
8765 2006-08-16  Naba Kumar  <naba@gnome.org>
8767         * Makefile.am, plugins/editor/text_editor.c,
8768         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
8769         comments.
8771 2006-08-16 Naba Kumar  <naba@gnome.org>
8773         Patch from  Massimo Cora'  <maxcvs@email.it>:
8774         
8775         * plugins/editor/aneditor-autocomplete.cxx,
8776         plugins/editor/aneditor-calltip.cxx,
8777         plugins/symbol-browser/Makefile.am,
8778         plugins/symbol-browser/an_symbol.c,
8779         plugins/symbol-browser/an_symbol_view.c,
8780         plugins/symbol-browser/plugin.c,
8781         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
8782         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
8783         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
8784         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
8785         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
8786         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
8787         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
8788         tagmanager/get.h, tagmanager/html.c,
8789         tagmanager/include/tm_source_file.h,
8790         tagmanager/include/tm_tag.h,
8791         tagmanager/include/tm_workspace.h,
8792         tagmanager/jscript.c, tagmanager/keyword.c,
8793         tagmanager/keyword.h, tagmanager/lisp.c,
8794         tagmanager/lregex.c, tagmanager/lua.c,
8795         tagmanager/main.h, tagmanager/make.c,
8796         tagmanager/options.c, tagmanager/options.h,
8797         tagmanager/parse.c, tagmanager/parse.h,
8798         tagmanager/parsers.h, tagmanager/pascal.c,
8799         tagmanager/perl.c, tagmanager/php.c,
8800         tagmanager/python.c, tagmanager/read.c,
8801         tagmanager/read.h, tagmanager/readtags.c,
8802         tagmanager/readtags.h, tagmanager/rexx.c,
8803         tagmanager/routines.c, tagmanager/routines.h,
8804         tagmanager/ruby.c, tagmanager/scheme.c,
8805         tagmanager/sh.c, tagmanager/slang.c,
8806         tagmanager/sml.c, tagmanager/sort.c,
8807         tagmanager/sort.h, tagmanager/sql.c,
8808         tagmanager/strlist.c, tagmanager/strlist.h,
8809         tagmanager/tcl.c, tagmanager/tm_source_file.c,
8810         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
8811         tagmanager/tm_workspace.c, tagmanager/verilog.c,
8812         tagmanager/vim.c, tagmanager/vstring.c,
8813         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
8814         5.6 and namespace completion fixed.
8816         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
8817         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
8819 2006-08-15 Naba Kumar  <naba@gnome.org>
8821         * libanjuta/interfaces/libanjuta.idl,
8822         plugins/editor/text-editor-iterable.c,
8823         plugins/editor/text_editor.c,
8824         plugins/sourceview/sourceview-cell.c,
8825         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
8826         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
8827         ianjuta_editor_end_action().
8828         
8829         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
8831 2006-08-13 Naba Kumar  <naba@gnome.org>
8833         * plugins/debug-manager/breakpoints.c,
8834         plugins/debug-manager/memory.c,
8835         plugins/debug-manager/registers.c,
8836         src/layout.xml: Fixed debugger widgets layout.
8838 2006-08-12 Naba Kumar  <naba@gnome.org>
8840         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
8841         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
8842         plugins/editor/editor.glade, plugins/editor/text_editor.h,
8843         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
8844         codes and dead codes. Removed automatic indentation prefs.
8846 2006-08-12  Johannes Schmid <jhs@gnome.org>
8848         * libanjuta/Makefile.am:
8849         * libanjuta/anjuta-launcher.c:
8850         * libanjuta/anjuta-launcher.h:
8851         * libanjuta/anjuta-plugin.c:
8852         * libanjuta/anjuta-plugin.h:
8853         * libanjuta/anjuta-preferences.c:
8854         * libanjuta/anjuta-preferences.h:
8855         * libanjuta/anjuta-shell.c:
8856         * libanjuta/anjuta-shell.h:
8857         * libanjuta/libanjuta.h:
8858         
8859         Made wrapper friendly:
8860         - no inline in header files (preferences_set/get)
8861         - correct signal names
8862         - correct GError** argument in anjuta_shell_freeze/thaw
8863         - include correct files in libanjuta.h
8864         
8865         * plugins/project-manager/plugin.c: 
8866         Fixed two crashers
8868 2006-08-11 Naba Kumar  <naba@gnome.org>
8870         * plugins/editor/aneditor-priv.h,
8871         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
8872         
8873         * plugins/editor/text_editor_cbs.c,
8874         plugins/sourceview/anjuta-view.c: Pass the right position for char
8875         added signal.
8876         
8877         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
8878         
8879         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
8881 2006-08-11 Naba Kumar  <naba@gnome.org>
8883         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
8884         return the right character at the iter position and get_char() to
8885         not leak memory.
8887         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
8888         to set to character offset and not byte index.
8890         * plugins/language-support-cpp-java/plugin.c: Improved
8891         auto-indentation login. Indents opening and closing braces correctly.
8893 2006-08-10  Johannes Schmid <jhs@gnome.org>
8895         * INSTALL:
8896         * autogen.sh:
8897         Required automake = 1.9
8899         * libanjuta/anjuta-children.c:
8900         * libanjuta/anjuta-children.h:
8901         * libanjuta/anjuta-encodings.h:
8902         * libanjuta/anjuta-launcher.h:
8903         * libanjuta/anjuta-plugin-description.h:
8904         * libanjuta/anjuta-preferences-dialog.h:
8905         * libanjuta/anjuta-preferences.h:
8906         * libanjuta/anjuta-session.h:
8907         * libanjuta/anjuta-status.h:
8908         * libanjuta/anjuta-ui.h:
8909         * libanjuta/anjuta-utils.c:
8910         * libanjuta/anjuta-utils.h:
8911         * libanjuta/e-splash.h:
8912         * libanjuta/glue-factory.h:
8913         * libanjuta/glue-plugin.h:
8914         * libanjuta/plugins.h:
8915         * libanjuta/resources.h:
8916         Fixed libanjuta to be able to wrap it
8917         - G_BEGIN_DECLS, G_END_DECLS
8918         - include all necessary files in libanjuta.h
8920         * plugins/gtodo/tray-icon.c:
8921         * plugins/terminal/terminal.c:
8922         Some build fixes for freebsd
8924         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
8925         * plugins/sourceview/sourceview.glade:
8926         Remove auto-indent feature as it is now in language-support
8928 2006-08-09 Naba Kumar  <naba@gnome.org>
8930         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
8931         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
8932         Added missing files.
8934         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
8935         get_use_spaces(), set_tabsize() and set_use_spaces().
8937 2006-08-09 Naba Kumar  <naba@gnome.org>
8939         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
8940         succeeded in activating.
8942         * plugins/document-manager/plugin.c: Added debug message.
8944         * libanjuta/interfaces/libanjuta.idl,
8945         plugins/editor/text_editor.c: Implemented get_tabsize(),
8946         get_use_spaces(), set_tabsize() and set_use_spaces().
8948         * plugins/language-support-cpp-java/Makefile.am,
8949         plugins/language-support-cpp-java/plugin.c,
8950         plugins/language-support-cpp-java/plugin.h: Used editor parameters
8951         for indentation. Added preferences page for paramenters.
8953         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
8955 2006-08-08 Naba Kumar  <naba@gnome.org>
8957         * libanjuta/interfaces/libanjuta.idl,
8958         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
8959         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8960         plugins/editor/text_editor.c,
8961         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
8962         and implemented it for both scintilla and sourceview.
8964         * plugins/search/plugin.c: Use the new grab_focus() to transfer
8965         focus back to editor (happens when pressing esc in incremental
8966         search box).
8968 2006-08-08 Naba Kumar  <naba@gnome.org>
8970         * libanjuta/interfaces/libanjuta.idl,
8971         plugins/editor/text_editor.c,
8972         plugins/editor/text_editor.h,
8973         plugins/editor/text-editor-iterable.c,
8974         plugins/sourceview/sourceview-cell.c,
8975         plugins/sourceview/sourceview.c: Implemented editor attributes
8976         methods.
8977         
8978         * plugins/editor/aneditor.cxx: Disabled old indentation code.
8979         plugins/language-support-cpp-java/plugin.c: Implemented indentation
8980         code (not complete yet).
8982         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
8983         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
8984         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
8985         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
8986         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8987         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
8989 2006-08-04 Naba Kumar  <naba@gnome.org>
8991         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
8992         implementation.
8993         
8994 2006-08-03  Johannes Schmid <jhs@gnome.org>
8996         * configure.in: Add a more informative text to valgrind plugin
8998         * TODO.tasks:
8999         Modified Preferences tasl
9000         * libanjuta/anjuta-plugin.c: 
9001         * libanjuta/anjuta-preferences-dialog.c: 
9002         * libanjuta/anjuta-preferences-dialog.h:
9003         * libanjuta/anjuta-preferences.c:
9004         * libanjuta/anjuta-preferences.h:
9005         * libanjuta/interfaces/Makefile.am.iface:
9006         * libanjuta/interfaces/libanjuta.idl:
9007         Added IAnjutaPreferences interface which every plugin that has preferences should
9008         implement. Call merge() and unmerge() at plugin activation/deactivation.
9009         Fixed preferences_page_remove()
9010         
9011         * plugins/build-basic-autotools/build-basic-autotools.c:
9012         * plugins/cvs-plugin/plugin.c: 
9013         * plugins/document-manager/plugin.c:
9014         * plugins/editor/plugin.c:
9015         * plugins/editor/plugin.h:
9016         * plugins/file-manager/plugin.c: 
9017         * plugins/gtodo/main.h:
9018         * plugins/gtodo/plugin.c: 
9019         * plugins/gtodo/preferences.c: 
9020         * plugins/message-view/anjuta-msgman.c: 
9021         * plugins/message-view/anjuta-msgman.h:
9022         * plugins/message-view/plugin.c:
9023         * plugins/sourceview/plugin.c: 
9024         * plugins/sourceview/plugin.h:
9025         * plugins/symbol-browser/an_symbol_prefs.c:
9026         * plugins/symbol-browser/plugin.c: 
9027         * plugins/terminal/terminal.c: 
9028         * plugins/valgrind/plugin.c
9029         * src/anjuta-app.c:
9030         
9031         Updated preference loading/unloading for all plugins
9033 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9034         
9035         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9036         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9037     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9038         recommended by the autoconf manual. 
9039         - Fixes compiling with autoconf 2.60.
9040         
9041         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9043 2006-08-02      Johanes Schmid <jhs@gnome.org>
9045         * plugins/profile-default/plugin.c:
9046         Fixed session handling
9048 2006-08-01  Johannes Schmid <jhs@gnome.org>
9050         * configure.in
9051         * plugins/Makefile.am:
9052         Disabled devhelp and glade for now as they do not work (#341073
9053         and #341170)
9054         
9055         * plugins/profile-default/anjuta-default-profile.ui (removed):
9056         * plugins/profile-default/plugin.c:
9057         * plugins/profile-default/plugin.h:
9058         * plugins/project-manager/anjuta-project-manager.ui:
9059         * plugins/project-manager/plugin.c:
9060         * plugins/project-manager/plugin.h:
9061         Limted multiple project support #315043
9063         * libanjuta/interfaces/libanjuta.idl:
9064         Added ianjuta_profile_unload
9066 2006-07-31 Naba Kumar  <naba@gnome.org>
9068         * libanjuta/interfaces/libanjuta.idl,
9069         plugins/editor/text-editor-iterable.c,
9070         plugins/editor/text_editor.c,
9071         plugins/sourceview/anjuta-view.c,
9072         plugins/sourceview/anjuta-view.h,
9073         plugins/sourceview/sourceview.c: Fixed text iteration and 
9074         IAnjutaEditor implementations in both scintilla
9075         and sourceview. Cleand up libanjuta API: Removed redundant
9076         erase_range() method from IAnjutaEditor interface, fixed
9077         ianjuta_editor_get_text to take length instead of range (consistency).
9078         autoindentation in both sourceview and scintilla more or less works,
9079         but still disabled for now because there are still some anomalies
9080         in text iteration.
9082         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9084         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9085         API changes.
9087 2006-07-30  Johannes Schmid <jhs@gnome.org>
9089         * plugins/sourceview/anjuta-document.c:
9090         * plugins/sourceview/anjuta-document.h:
9091         * plugins/sourceview/anjuta-view.c: 
9092         * plugins/sourceview/sourceview.c:
9093         Wrote a new "char_added" implementation, I hope this one is good
9095         * plugins/sourceview/sourceview-cell.c:
9096         Fixed typo: "text_iter" instead of "iter"
9098 2006-07-30 Naba Kumar  <naba@gnome.org>
9100         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9102 2006-07-30  Johannes Schmid <jhs@gnome.org>
9104         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9105         
9106         * plugins/debug-manager/plugin.c: 
9107         * plugins/patch/plugin.c:
9108         Use IAnjutaIndicable to mark debugger position
9110         * plugins/sourceview/sourceview.c:
9111         Define colors for IAnjutaIndicable
9113 2006-07-29  Johannes Schmid <jhs@gnome.org>
9115         * plugins/debug-manager/anjuta-debug-manager.ui:
9116         * plugins/debug-manager/breakpoints.c:
9117         * plugins/debug-manager/images/Makefile.am:
9118         * plugins/debug-manager/images/run-to-cursor.png:
9119         * plugins/debug-manager/plugin.c:
9120         Added toolbar and some icons
9122         * plugins/patch/anjuta-patch.ui:
9123         * plugins/patch/patch-plugin.c:
9124         * plugins/patch/patch-plugin.glade:
9125         * plugins/patch/plugin.c:
9126         * plugins/patch/plugin.h:
9127         Improved patch plugin (GUI and function)
9129         * plugins/sourceview/sourceview.c:
9130         Fixed another Gtk-Critical
9132         * plugins/tools/anjuta-tools.ui:
9133         * plugins/tools/plugin.h:
9134         Put Patch plugin in tools menu and changed ui file
9136 2006-07-29  Johannes Schmid <jhs@gnome.org>
9138         * plugins/document-manager/plugin.c:
9139         Fixed accelator Gtk-Warning
9141         * plugins/message-view/anjuta-msgman.c: 
9142         Fixed Gtk-Warning
9144         * plugins/sourceview/anjuta-document.c:
9145         * plugins/sourceview/anjuta-document.h:
9146         * plugins/sourceview/anjuta-marshal.list:
9147         Wrote a better emitter for the char-added signal
9149         * plugins/sourceview/sourceview.c:
9150         Fixed Redo/Undo to void Gtk-Criticals
9151         
9152         * plugins/sourceview/sourceview-args.c:
9153         * plugins/sourceview/sourceview-cell.c:
9154         * plugins/sourceview/sourceview-scope.c:
9155         * plugins/sourceview/sourceview-tags.c: 
9156         Adapted to new IAnjutaIterator API
9158 2006-07-28 Naba Kumar  <naba@gnome.org>
9160         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9162         * plugins/symbol-browser/an_symbol.c,
9163         plugins/symbol-browser/an_symbol_iter.c,
9164         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9165         subclass of AnjutaSymbol so that the symbol is accessible from
9166         the iter in light of changes in IAnjutaIterable.
9168         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9169         implementation of IAnjutaIterable.
9171 2006-07-28 Naba Kumar  <naba@gnome.org>
9173         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9174         IAnjutaIterable. They were kind of useless since the interface is
9175         defined on the data object itself. Added set_position() method
9176         in IAnjutaIterable to allow setting arbitrary current index to the
9177         iter.
9178         Added erase() and erase_range() in IAnjutaEditor.
9180         * plugins/editor/text-editor-iterable.c: Fixed 
9181         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9182         methods in editor. Fixed get_line_from_position() method.
9184         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9185         code. It's disabled for now.
9187         * plugins/sourceview/sourceview-cell.c,
9188         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9189         implementation.
9191 2006-07-27  Johannes Schmid <jhs@gnome.org>
9193         * plugins/sourceview/sourceview-cell.c:
9194         Fixed IAnjutaEditorCell to work only on a single line
9195         Fixed crasher in finalize
9197         * plugins/symbol-browser/an_symbol_prefs.c:
9198         * global-tags/Makefile.am:
9199         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9200         script installation     
9202 2006-07-26 Naba Kumar  <naba@gnome.org>
9204         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9205         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9206         
9207         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9208         
9209         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9210         support plugins
9211         
9212         * plugins/editor/text-editor-iterable.c,
9213         plugins/editor/text_editor.c,
9214         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9215         method to work correctly, it was ignoring start and end parameters.
9216         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9217         emission.
9218         
9219         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9220         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9222 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9224         * plugins/symbol-browser/an_symbol_view.c,
9225         plugins/symbol-browser/an_symbol_view.h,
9226         plugins/symbol-browser/plugin.c:
9227     fix a matching case into sv_extract_type_qualifier_from_expr ()
9228     and some minor issues.
9230 2006-07-26  Johannes Schmid <jhs@gnome.org>
9232         * plugins/language-support-cpp-java/plugin.c:
9233         Fixed to work kind of with sourceview editor
9234         * plugins/sourceview/anjuta-document.c: 
9235         * plugins/sourceview/anjuta-view.c: 
9236         * plugins/sourceview/sourceview-cell.c:
9237         * plugins/sourceview/sourceview.c:
9238         Fixed IAnjutaEditorCell and "char-added" signal
9240 2006-07-24 Naba Kumar  <naba@gnome.org>
9242         * plugins/document-manager/plugin.c,
9243         plugins/document-manager/plugin.h: Initial implementedion for loading
9244         support plugins.
9245         
9246         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9247         implementation.
9248         
9249         * plugins/editor/text_editor.c: Fixed syntax highlighting when
9250         indicators are cleared (that leaved grey texts).
9252 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9254         * libanjuta/interfaces/libanjuta.idl,
9255         plugins/debug-manager/breakpoints.c,
9256         plugins/debug-manager/memory.c,
9257         plugins/debug-manager/registers.c,
9258         plugins/debug-manager/debug_tree.c,
9259         plugins/debug-manager/debugger.c,
9260         plugins/gdb/debugger.c,
9261         plugins/gdb/debugger.h,
9262         plugins/gdb/plugin.c:
9263         Add a parameter for reporting error
9264         Add a new interface for using gdb variable object
9265         Allow to cancel commands
9266         Rewrite handling of debugger state
9268         * plugins/debug-manager/plugin.c,
9269         plugins/debug-manager/locals.c,
9270         plugins/debug-manager/locals.h,
9271         plugins/debug-manager/register.c,
9272         plugins/debug-manager/stack_trace.c,
9273         plugins/debug-manager/stack_trace.h:
9274         Create and destroy local and stack trace windows when needed
9276 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9278         * plugins/document-manager/plugin.c:
9279         Fixed "Automatic" highlighting
9281 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9283         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
9285         * plugins/sourceview/anjuta-view.c:
9286         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
9288 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
9289         
9290         * configure.in: Check for C/C++-Compiler correctly
9292 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
9294         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9296         * plugins/debug-manager/stack_trace.c:
9297         Destroy stack window when debuuger is disabled (#347414)
9298         
9299         * plugins/sourceview/anjuta-view.c:
9300         Fix a crash with popup-menu (#347412)
9302 2006-07-13 Naba Kumar  <naba@gnome.org>
9304         * plugins/editor/Makefile.am,
9305         plugins/editor/text_editor.h,
9306         plugins/editor/text-editor-iterable.h,
9307         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
9308         tested yet).
9309         
9310         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
9311         code.
9312         
9313         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
9315 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
9317         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
9318         Bug #342937
9319         
9320 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9322         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9324         * libanjuta/anjuta-preferences-dialog.c:
9325         Do not use the page_num returned by gtk_notebook_append_page to
9326         remove the page as it cause bugs when pages removal is not done
9327         in LIFO.
9329         * plugins/document-manager/anjuta-docman.c:
9330         * src/anjuta-app.c:
9331         makes Anjuta display dock_items which have previously been hidden
9333 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9335         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9337         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
9338         * plugins/sourceview/sourceview.c: (imark_unmark):
9339         
9340         Patches for bugs #346450 and #346295
9341         
9342         * AUTHORS: Added Fredrik
9344 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
9346         * plugins/message-view/anjuta-msgman.c: 
9347         Fixed close button/icon size (like in docman)
9349 2006-06-10 Naba Kumar <naba@gnome.org>
9351         * plugins/editor/text_editor.c: Fixed goto line to mark the line
9352         being set.
9353         
9354 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
9356         * libanjuta/interfaces/libanjuta.idl:
9357         Move inspect_memory function in IAnjutaCpuDebugger interface
9358         Rename Boolean type to State
9360         * plugins/debug-manager/breakpoint.c:
9361         Rename Boolean type to State
9363         * plugins/debug-manager/Makefile.am,
9364         plugins/debug-manager/anjuta-marshal.list,
9365         plugins/debug-manager/data_view.c,
9366         plugins/debug-manager/data_view.h,
9367         plugins/debug-manager/data_buffer.c,
9368         plugins/debug-manager/data_buffer.h,
9369         plugins/debug-manager/chunk_view.c,
9370         plugins/debug-manager/chunk_view.h,
9371         plugins/debug-manager/anjuta-debug-manager.ui,
9372         plugins/debug-manager/debugger.c,
9373         plugins/debug-manager/memory.c,
9374         plugins/debug-manager/memory.h,
9375         plugins/debug-manager/plugin.c,
9376         plugins/gdb/debugger.c,
9377         plugins/gdb/debugger.h,
9378         plugins/gdb/plugin.c:
9379         Rewrite memory window using a special widget
9380         Rename Boolean type to State
9382 2006-06-08 Naba Kumar <naba@gnome.org>
9384         * plugins/editor/text_editor.c (itext_editor_get_current_word):
9385         Do not return garbage characters and return NULL when there is no
9386         current word.
9387         
9388         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
9389         work correctly.
9390         
9391         * plugins/search/search-replace.c: Fixed a mem leak.
9393 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
9395         * libanjuta/anjuta-launcher.c:
9396         Added debug message (see #343522)
9397         
9398         * plugins/build-basic-autotools/build-basic-autotools.c:
9399         Patch from Günther Brammer to fix #344015
9401         * plugins/sourceview/sourceview.c:
9402         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
9403         automatic highlight of build messages)
9405 2006-06-06 Naba Kumar <naba@gnome.org>
9407         * configure.in,
9408         libanjuta/interfaces/libanjuta.idl,
9409         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9410         plugins/Makefile.am,
9411         plugins/document-manager/action-callbacks.c,
9412         plugins/document-manager/plugin.c,
9413         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
9414         interface for language highlight selection and langauge change
9415         signal.
9416         
9417         * plugins/language-support-cpp-java: Added language support
9418         plugin for cpp and java.
9420 2006-05-27  Naba Kumar  <naba@gnome.org>
9422         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
9423         plugins/debug-manager/*, data/Makefile.am,
9424         manuals/reference/libanjuta/libanjuta.types,
9425         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9426         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9427         merged anjuta-new-debugger branch into trunck.
9428         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
9430 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
9431         
9432         * libanjuta/interfaces/libanjuta.idl,
9433         plugins/debug-manager/debugger.c,
9434         plugins/debug-manager/debugger.h,
9435         plugins/gdb/anjuta-gdb.plugin.in,
9436         plugins/gdb/debugger.c,
9437         plugins/gdb/debugger.h,
9438         plugins/gdb/plugin.c:
9439         Add new IAnjutaCpuDebugger interface to access cpu register
9440         Run gdb instead of /usr/local/bin/gdb
9441         
9442         * plugins/debug-manager/plugin.c,
9443         plugins/debug-manager/registers.c,
9444         plugins/debug-manager/registers.h:
9445         Rewrite register window
9446         Rename Load target menu item to Run target
9448 2006-05-07  Naba Kumar  <naba@gnome.org>
9450         * plugins/gdb.init
9451         
9452 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
9454         * plugins/debug-manager/watch.c,
9455         plugins/debug-manager/breakpoint.c,
9456         plugins/debug-manager/breakpoint.h:
9457         Fix crash: disconnect save and load session signals
9459 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
9461         * libanjuta/interface/libanjuta.idl,
9462         plugins/debug-manager/debugger.c,
9463         plugins/gdb/plugin.c:
9464         Add a value parameter for evaluate command
9466         * plugins/debug-manager/anjuta-debug-manager.glade:
9467         Create new dialog box for watches using glade
9469         * plugins/debug-manager/anjuta-debug-manager.ui:
9470         Move watch menu items near the end
9471         Move breakpoint menu items outside the sub menu
9473         * plugins/debug-manager/debug_tree.c,
9474         plugins/debug-manager/debug_tree.h,
9475         plugins/debug-manager/debug_tree.h,
9476         plugins/debug-manager/watch.c:
9477         Move all GUI code from watch.c to debug_tree.c
9478         Add an auto update property to watches
9479         
9480         * plugins/debug-manager/locals.c,
9481         plugins/debug-manager/locals.h,
9482         plugins/debug-manager/stack_trace.c,
9483         plugins/debug-manager/stack_trace.h,
9484         plugins/debug-manager/plugin.c:
9485         Register actions before starting debugger
9487         * plugins/gdb/debugger.c:
9488         Do not call callback function if not present
9490 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
9492         * libanjuta/interfaces/libanjuta.idl,
9493         plugins/debug-manager/stack_trace.c,
9494         plugins/debug-manager/stack_trace.h,
9495         plugins/debug-manager/anjuta-debug-manager.ui,
9496         plugins/gdb/debugger.c:
9497         Add a popup menu in stack frame window
9498         Add a new frame-changed event
9499         Use MI command for getting stack informations
9500         Get filename with full path (need gdb > 6.3)
9502         * libanjuta/interfaces/libanjuta.idl,
9503         plugins/debug-manager/debug_tree.c,
9504         plugins/debug-manager/debugger.c,
9505         plugins/debug-manager/locals.c,
9506         plugins/debug-manager/locals.h,
9507         plugins/debug-manager/plugin.c,
9508         plugins/gdb/debugger.c,
9509         plugins/gdb/debugger.h,
9510         plugins/gdb/parser.c,
9511         plugins/gdb/parser.h,
9512         plugins/gdb/plugin.c,
9513         plugins/gdb/Makefile.am:
9514         Pass watch data with string instead of Watch structures
9515         Use debug_tree in local window
9516         Remove info local
9517         Remove parser.{ch}
9519         * plugins/debug-manager/breakpoints.c,
9520         plugins/debug-manager/utilities.c,
9521         plugins/debug-manager/utilities.h:
9522         Use a GtkListStore instead of a GtkTreeStore
9523         move goto_location_in_editor in utilities.c
9524         
9525 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
9527         * libanjuta/interfaces/libanjuta.idl,
9528         plugins/debug-manager/anjuta-debug-manager.ui,
9529         plugins/debug-manager/breakpoints.c,
9530         plugins/debug-manager/plugin.c,
9531         plugins/gdb/debugger.c:
9532         Add a breakpoint type
9533         Add new popup menu in breakpoint window
9534         Add toggle breakpoint in editor popup menu
9535         Save and restore breakpoint enable
9536         Fix bug in clear all breakpoints
9537         Remove old useless code
9539         * plugins/debug-manager/debugger.c:
9540         Fix some problem with debugger states
9542         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9543         Update documentation
9544         
9545 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
9547         * data/Makefile.am,
9548         plugins/gdb/Makefile.am,
9549         plugins/gdb/gdb.init:
9550         Move gdb.init crom data to plugins/gdb
9552         * plugins/gdb/gdb.init,
9553         libanjuta/interfaces/libanjuta.idl,
9554         plugins/debug-manager/breakpoints.c,
9555         plugins/debug-manager/debugger.c,
9556         plugins/debug-manager/plugin.c,
9557         plugins/gdb/debugger.c,
9558         plugins/gdb/plugin.c:
9559         Support pending breakpoints
9560         Rewrite debugger states
9561         Split ianjuta_debugger_log into _enable_log and _disable_log
9563         * plugins/debug-manager/start.c,
9564         plugins/debug-manager/debug_tree.c,
9565         plugins/gdb/parser.c:
9566         Remove some useless lines
9568         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
9569         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9570         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9571         Update documentation
9573 2006-03-12 Naba Kumar <naba@gnome.org>
9575         * manuals/references/libanjuta/libanjuta.types: Fixed
9576         debug-manager name.
9577         
9578 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9580         * libanjuta/anjuta-debugger.c,
9581         libanjuta/anjuta-debugger.h:
9582         Remove those files
9583         
9584         * libanjuta/interfaces/libanjuta.idl,
9585         plugins/debug-mananger/breakpoints.c,
9586         plugins/debug-manager/debug_tree.c,
9587         plugins/debug-manager/debugger.c,
9588         plugins/debug-manager/plugin.c,
9589         plugins/debug-manager/registers.c,
9590         plugins/debug-manager/sharedlib.c,
9591         plugins/debug-manager/signal.c,
9592         plugins/debug-manager/stack_trace.c,
9593         plugins/debug-manager/start.c,
9594         plugins/debug-manager/watch.c,
9595         plugins/gdb/debugger.c,
9596         plugins/gdb/debugger.h,
9597         plugins/gdb/parser.c,
9598         plugins/gdb/parser.h,
9599         plugins/gdb/plugin.c:
9600         Move types definitions from libanjuta/anjuta-debugger.{ch}
9601         Rename types from AnjutaDebugger* to IAnjutaDebugger*
9602         
9603         * plugins/gdb/Makefile.am:
9604         Remove user interface from gdb plugin
9606 2006-03-12 Naba Kumar <naba@gnome.org>
9608         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
9610 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
9612         Modified Patch from Marc Maurer <uwog@uwog.net>:
9613         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
9614         Fixes #342447
9615         
9616         * plugins/sourceview/Makefile.am:
9617         * plugins/sourceview/sourceview-cell.c:
9618         * plugins/sourceview/sourceview-cell.h:
9619         * plugins/sourceview/sourceview.c: 
9620         
9621         Implemented IAnjutaEditorCell
9623 2006-05-21  Naba Kumar  <naba@gnome.org>
9625         * libanjuta/interfaces/libanjuta.idl,
9626         plugins/document-manager/action-callbacks.c,
9627         plugins/document-manager/plugin.c,
9628         plugins/editor/print.c, plugins/editor/text_editor.c,
9629         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
9630         Fixed zooming and added icons and shortcuts for zoom menu items.
9632 2006-05-21  Naba Kumar  <naba@gnome.org>
9634         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
9635         whitespaces.
9637 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
9639         * plugins/document-manager/anjuta-docman.c:
9640         Fixed close button reaction by setting the correct current editor
9642 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
9644         Patch from Yang Hong <yanghong@ccoss.com.cn>:
9645         * plugins/document-manager/anjuta-docman.c
9646         - Fix close button, you can close any tab as you wish now.
9647         - Fadeout mime icon as the same as close image  
9649 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
9651         Patch from Marc Maurer <uwog@uwog.net>
9652         * main.c: Compile fix when NLS is enabled
9653         
9654         AUTHORS: Added Marc
9656 2006-05-20  Naba Kumar  <naba@gnome.org>
9658         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
9659         while loading abiword-2.4.4/abi project).
9661 2006-05-18 Naba Kumar  <naba@gnome.org>
9663         * libanjuta/interfaces/libanjuta.idl,
9664         plugins/document-manager/action-callbacks.c,
9665         plugins/editor/print.c,
9666         plugins/editor/text_editor.c,
9667         plugins/editor/text_editor.h,
9668         plugins/editor/text_editor_prefs.c: Fixed zooming.
9669         
9670         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
9671         interface for character iteration and IAnjutaEditorAssist interface
9672         for autocompletions and editor tips.
9674 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
9676         Patch from Günther Brammer <GBrammer@gmx.de>:
9677         * plugins/document-manager/anjuta-docman.c:
9678         Make tabs smaller but keep nice closing icon
9680         * plugins/document-manager/anjuta-docman.c:
9681         * plugins/document-manager/Makefile.am:
9682         
9683         Added nice mime-icons to the editor tabs
9685 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
9687         * configure.in: Bumped version to 2.0.3 (pre-release increment)
9688         
9689         * plugins/symbol-browser/an_symbol_view.c:
9690         - Fixed crasher
9691         - Fixed symbol searching (Yang Hong (#341997))
9692         
9693         * plugins/devhelp/htmlview.c:
9694         Fixed devhelp plugin
9695         
9696         * plugins/build-basic-autotools/build-basic-autotools.c:
9697         * plugins/search/search-replace.c:
9698         * plugins/document-manager/anjuta-docman.c:
9699         
9700         Only add a marker to a line where it makes sense!
9702 === anjuta 2.0.2 ===
9704 2006-05-15  Naba Kumar  <naba@gnome.org>
9706         * configure.in: set required versions for
9707         gdl and glade3.
9708         
9709 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
9711         * plugins/glade/plugin.c:
9712         Fixed signal connection for "gtk-doc-search"
9714 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
9716         * NEWS: Set release date, add known issues
9717         
9718         * libanjuta/anjuta-shell.c:
9719         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
9720         and debug other gtk-warnings/criticals)
9721         
9722         * plugins/build-basic-autotools/build-basic-autotools.c:
9723         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
9724         
9725         * plugins/sourceview/anjuta-view.c:
9726         * plugins/sourceview/sourceview-args.c:
9727         * plugins/sourceview/sourceview-scope.c:
9728         * plugins/sourceview/sourceview-tags.c:
9729         Fixed gtk-criticals (gtk_source_language_get_mime_types)
9731 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
9733         * pixmaps/Makefile.am:
9734         Add preferences_general.png
9735         
9736         * plugins/devhelp/plugin.c:
9737         Fixed some more realise things
9738         
9739         * plugins/message-view/anjuta-msgman.c:
9740         Support stock icons for message panes
9741         
9742         * plugins/search/search-replace.c:
9743         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
9744          
9745         * plugins/search/search-replace_backend.c:
9746         Fixed #341359
9747         
9748         * plugins/sourceview/anjuta-document.c:
9749         * plugins/sourceview/sourceview.c:
9750         Fixed finalise and tag completion
9751         
9752         * src/anjuta-app.c:
9753         Use preferences_general icon
9755 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
9757         * pixmaps/Makefile.am:
9758         Fixed EXTRA_DIST
9760 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
9762         * plugins/sourceview/sourceview-prefs.c:
9763         Fixed font & color handling
9764         
9765         * plugins/symbol-browser/an_symbol_view.c:
9766         Fixed crasher
9768 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
9770         * plugins/macro/macros.xml:
9771         Fixed bug #341583 (Address of FSF)
9773 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
9775         * src/main.c:
9776         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
9777         Update: Do it the cool way...
9778         
9779 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
9781         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
9782         Implement gtk-api-help signals of glade3
9783         * configure.in: Bump to glade3 2.91.2
9784         
9785         * plugins/devhelp/plugin.c:
9786         Fixed some realize stuff in the devhelp plugin
9787         
9788         * plugins/sourceview/anjuta-document.c:
9789         fixed bug with scope completion
9791 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
9793         * plugins/symbol-browser/an_symbol_view.c
9794         * plugins/symbol-browser/an_symbol_prefs.c
9795         * plugins/symbol-browser/an_symbol_prefs.h
9796         * global_tags/create_global_tags.sh:
9797         
9798         Automaticly create global tags on first startup
9800 2006-05-08  Massimo Cora'  <maxcvs@email.it>
9802         * configure.in:
9803         * plugins/project-wizard/templates/Makefile.am:
9804         * (added) plugins/project-wizard/templates/cpp-logo.png:
9805         * (added) plugins/project-wizard/templates/cpp.wiz:
9806         * (added) plugins/project-wizard/templates/cpp/*:
9808         Added a generic c++ template. It's a simple hello world.
9810 2006-05-07  Massimo Cora' <maxcvs@email.it>
9812         * plugins/symbol-browser/an_symbol_view.c:
9813         fixed a stupid crasher.
9815 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
9817         * plugins/project-wizard/templates/wxwin/configure.in.tpl
9818         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
9819         
9820         Fixed WxWidgets project type
9822 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
9824         * plugins/devhelp/htmlview.c: 
9825         * plugins/devhelp/plugin.c:
9826         Maybe I fixed the crash this time! I could at least not reproduce anymore!
9827         
9828         * plugins/project-wizard/install.c:
9829         Don't set a message - thanks to seb
9831 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
9833         * plugins/devhelp/htmlview.c: 
9834         * plugins/symbol-browser/an_symbol_view.c:
9835         
9836         There is a weird crash in gtk_idle which I still did not completly fix!
9837         
9838         * plugins/project-wizard/install.c:
9839         Default to success instead of failure
9841 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
9843         * plugins/devhelp/htmlview.c:
9844         * plugins/devhelp/plugin.c:
9845         Fixed bug and libdevhelp issue!
9847         * plugins/project-wizard/install.c:
9848         Fixed message string!
9850 2006-05-03  Massimo Cora' <maxcvs@email.it>
9851        
9852         * plugins/symbol-browser/an_symbol_view.c:
9853         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
9855 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
9857         * pixmaps/Makefile.am:
9858         * src/main.c:
9859         * anjuta.desktop.in.in
9860         
9861         GNOME Goal #2.1: Install theme-friendly icons
9863 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
9865         * plugins/devhelp/htmlview.c: Reload page on reparent
9866         * plugins/document-manager/anjuta-docman.c:
9867         Present document-manager when document is selected in file-manager
9869 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
9871         * plugins/symbol-broser/an_symbol_view.c:
9872         Fixed crasher in namespace exploration
9874 2006-05-01  Massimo Cora' <maxcvs@email.it>
9876         * configure.in:
9877         * plugins/valgrind/Makefile.am:
9879         Optional compiling of Valgrind plugin
9881 2006-05-01  Massimo Cora' <maxcvs@email.it>
9883         * plugins/symbol-browser/an_symbol_view.c:
9884         - modularized code. Marked with FIXME the parts which need improvement.
9885         - More comments.
9886     - Added basic namespace completion for Gtkmm type project:
9887     - namespace1::MyClass *class;
9888     - class-> [display]
9889     - Namespaces must be anyway improved.
9891 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
9893         * plugins/devhelp/plugin.c: 
9894         Fixed up plugin unloading and show html widget on link selected
9895         
9896         * NEWS: Updated
9897         
9898 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
9900         * plugins/devhelp/Makefile.am:
9901         * plugins/devhelp/anjuta-devhelp.plugin.in:
9902         * plugins/devhelp/htmlview.c:
9903         * plugins/devhelp/htmlview.h:
9904         * plugins/devhelp/plugin.c: 
9905         * plugins/devhelp/plugin.h:
9906         Reimplemeted devhelp plugin from scratch
9907         
9908         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
9909         Fixed crasher
9911 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
9913         * plugins/sourceview/sourceview-tags.c:
9914         complete some more tag types
9915         
9916         * plugins/valgrind/plugin.c:
9917         * plugins/valgrind/preferences.c:
9918         * plugins/valgrind/vggeneralprefs.c:
9919         
9920         Fixed lots of gtk warnings
9922 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
9924         * plugins/sourceview/sourceview-scope.c:
9925         Implemented type-ahead for scope completion
9927 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
9929         * manuals/C/Makefile.am:
9930         * manuals/Makefile.am:
9931         * plugins/document-manager/Makefile.am:
9932         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
9933         * plugins/sourceview/Makefile.am:
9934         * tagmanager/c.c:
9935         
9936         Fixed distcheck
9937         
9938         * plugins/class-gen/goc_template_header: G_END_DECLS
9940 2006-05-27  Naba Kumar <naba@gnome.org>
9942         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
9943         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
9944         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
9945         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
9946         scintilla/include/Scintilla.iface,
9947         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
9948         cvs. Fixed compile flags. Removed outdated patches.
9950 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
9952         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
9954         * plugins/sourceview/anjuta-document.c:
9955         * plugins/sourceview/sourceview-args.c:
9956         * plugins/sourceview/sourceview-scope.c:
9957         
9958         Add End/Home keypresses and support completion if symbol start with '!' for example
9959         in an if statement
9961 2006-04-27 Massimo Cora' <maxcvs@email.it>
9963         * libanjuta/interfaces/libanjuta.idl:
9965         * plugins/sourceview/sourceview-scope.c:
9966         * plugins/sourceview/tag-window.c: 
9967         * plugins/sourceview/tag-window.h:
9968         * plugins/symbol-browser/an_symbol_view.c:
9969         * plugins/symbol-browser/an_symbol_view.h:
9970         * plugins/symbol-browser/plugin.c:
9971         
9972         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
9973         interface.
9974         Code and ideas for C/C++ new completion engine comes from IComplete written by
9975         Martin Stubenschrott <stubenschrott@gmx.net>.
9976         Currently the interface works only with GtkSourceView plugin.   
9977         
9978         * tagmanager/Makefile.am:
9979         * tagmanager/c.c: 
9980         * tagmanager/entry.h:
9981         * tagmanager/get.c:
9982         * tagmanager/get.h:
9983         * tagmanager/include/tm_file_entry.h:
9984         * tagmanager/include/tm_project.h:
9985         * tagmanager/include/tm_source_file.h:
9986         * tagmanager/include/tm_symbol.h:
9987         * tagmanager/include/tm_tagmanager.h:
9988         * tagmanager/include/tm_work_object.h:
9989         * tagmanager/include/tm_workspace.h:
9990         * tagmanager/parse.c:
9991         * tagmanager/read.c: 
9992         * tagmanager/read.h:
9993         * tagmanager/tm_project.c: 
9994         * tagmanager/tm_source_file.c: 
9995         * tagmanager/tm_workspace.c:
9996         
9997         Tagmanager can now parse a memory buffer and generate/update 
9998         tags into tm_workspace/tm_project on the fly, without using files.
9999         C/C++ is supported now.
10000         
10001 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10003         * plugins/sourceview/anjuta-document.c:
10004         * plugins/sourceview/sourceview-args.c:
10005         * plugins/sourceview/sourceview-scope.c:
10006         * plugins/sourceview/sourceview.c:
10007         
10008         Fixed some memory leaks and argument completion
10010 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10012         * plugins/glade/plugin.c:
10013         
10014         Fixed glade plugin build because of API changes in glade3
10016 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10018         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10019         Updated editor section
10020         
10021         * manuals/C/anjuta-manual/interface.xml:
10022         * manuals/C/anjuta-manual/preferences.xml:
10023         * manuals/C/anjuta-manual/projects.xml:
10024         Updated manual
10025         
10026         * plugins/editor/anjuta-editor.plugin.in:
10027         Better plugin name
10029 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10031         * configure.in:
10032         * plugins/editor/anjuta-editor.plugin.in:
10033         * plugins/sourceview/sourceview.plugin.in:
10035         Build both editors and let the user decide a runtime!
10036         
10037         * plugins/sourceview/sourceview-scope.c:
10038         Fixed bug in regex to allow test()-> completions
10040 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10042         * plugins/sourceview/anjuta-document.c:
10043         * plugins/sourceview/sourceview-args.c: 
10044         * plugins/sourceview/sourceview-scope.c:
10045         * plugins/sourceview/sourceview-tags.c:
10046         * plugins/sourceview/tag-window.c: 
10047         
10048         Improved callltip windows
10050 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10052         * src/anjuta-app.c: (on_session_save):
10053         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10054         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10056 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10058         * libanjuta/anjuta-utils.c: 
10059         * plugins/cvs-plugin/cvs-execute.c:
10060         Off-by-one...
10062         * scintilla/LexInno.cxx:
10063         * scintilla/LexOpal.cxx:
10064         * scintilla/LexTCL.cxx:
10066         Added missing files from scintilla-update
10068 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10070         * configure.in:
10071         * manuals/C/Makefile.am:
10072         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10073         * manuals/C/anjuta-manual/Makefile.am:
10074         * manuals/C/anjuta-manual/anjuta-manual.xml:
10075         * manuals/C/anjuta-manual/build.xml:
10076         * manuals/C/anjuta-manual/debugger.xml:
10077         * manuals/C/anjuta-manual/execute.xml:
10078         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10079         * manuals/C/anjuta-manual/figures/arguments.png:
10080         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10081         * manuals/C/anjuta-manual/figures/file_menu.png:
10082         * manuals/C/anjuta-manual/figures/menu_main.png:
10083         * manuals/C/anjuta-manual/figures/menubar.png:
10084         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10085         * manuals/C/anjuta-manual/figures/project_info.png:
10086         * manuals/C/anjuta-manual/figures/scrshot.png:
10087         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10088         * manuals/C/anjuta-manual/figures/tool-editor.png:
10089         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10090         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10091         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10092         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10093         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10094         * manuals/C/anjuta-manual/fileoperations.xml:
10095         * manuals/C/anjuta-manual/interface.xml:
10096         * manuals/C/anjuta-manual/introduction.xml:
10097         * manuals/C/anjuta-manual/preferences.xml:
10098         * manuals/C/anjuta-manual/projects.xml:
10099         * manuals/C/anjuta-manual/tools.xml:
10100         * manuals/Makefile.am:
10101         
10102         Updated manual and faq
10104         * scintilla/CallTip.cxx:
10105         * scintilla/CallTip.h:
10106         * scintilla/CellBuffer.cxx:
10107         * scintilla/CellBuffer.h:
10108         * scintilla/ContractionState.cxx:
10109         * scintilla/Document.cxx:
10110         * scintilla/Document.h:
10111         * scintilla/DocumentAccessor.cxx:
10112         * scintilla/Editor.cxx:
10113         * scintilla/Editor.h:
10114         * scintilla/ExternalLexer.cxx:
10115         * scintilla/Indicator.cxx:
10116         * scintilla/KeyMap.cxx:
10117         * scintilla/KeyWords.cxx:
10118         * scintilla/LexAU3.cxx:
10119         * scintilla/LexBash.cxx:
10120         * scintilla/LexCPP.cxx:
10121         * scintilla/LexCaml.cxx:
10122         * scintilla/LexCsound.cxx:
10123         * scintilla/LexEiffel.cxx:
10124         * scintilla/LexGui4Cli.cxx:
10125         * scintilla/LexHTML.cxx:
10126         * scintilla/LexLua.cxx:
10127         * scintilla/LexMSSQL.cxx:
10128         * scintilla/LexOthers.cxx:
10129         * scintilla/LexPOV.cxx:
10130         * scintilla/LexPython.cxx:
10131         * scintilla/LexRuby.cxx:
10132         * scintilla/LexSQL.cxx:
10133         * scintilla/LexVB.cxx:
10134         * scintilla/Makefile.am:
10135         * scintilla/PlatGTK.cxx:
10136         * scintilla/PropSet.cxx:
10137         * scintilla/RESearch.cxx:
10138         * scintilla/RESearch.h:
10139         * scintilla/ScintillaBase.cxx:
10140         * scintilla/ScintillaGTK.cxx:
10141         * scintilla/StyleContext.h:
10142         * scintilla/ViewStyle.cxx:
10143         * scintilla/ViewStyle.h:
10144         * scintilla/XPM.cxx:
10145         * scintilla/include/KeyWords.h:
10146         * scintilla/include/Platform.h:
10147         * scintilla/include/PropSet.h:
10148         * scintilla/include/SciLexer.h:
10149         * scintilla/include/Scintilla.h:
10150         * scintilla/include/Scintilla.iface:
10151         * scintilla/include/ScintillaWidget.h:
10152         * scintilla/lexers.make:
10154         Update to scintilla 1.68
10156         * src/anjuta-app.c:
10157         Only show help items which are really availible
10159         * plugins/cvs-plugin/cvs-callbacks.c
10160         * plugins/cvs-plugin/cvs-execute.c
10161         * plugins/cvs-plugin/subversion-callbacks.c:
10162         * libanjuta/anjuta-utils.c:
10163         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10165 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10167         * plugins/project-wizard/install.c,
10168         * plugins/project-wizard/autogen.c:
10169         Add error messages if using a read only directory
10170         Improve fix for bug #339296
10172 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10174         * libanjuta/interfaces/libanjuta.idl:
10175         * plugins/document-manager/action-callbacks.c:
10176         * plugins/document-manager/plugin.c:
10177         * plugins/editor/text_editor.c:
10178         Added IAnjutaEditorGoto 
10180         * plugins/editor/aneditor.cxx:
10181         * plugins/editor/aneditor.h:
10182         * plugins/editor/text_editor.h:
10183         * plugins/editor/text_editor_prefs.c:
10184         
10185         Fixed #305076
10187 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10189         * libanjuta/interfaces/libanjuta.idl:
10190         * plugins/document-manager/action-callbacks.c:
10191         * plugins/document-manager/anjuta-docman.c:
10192         * plugins/document-manager/plugin.c:
10193         * plugins/editor/text_editor.c: 
10194         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10195         
10196         * plugins/sourceview/sourceview.c:
10197         * plugins/sourceview/sourceview.glade:
10198         Fixed some uft-8 issues and added a preference option
10199         to enable/disable gnome-vfs monitoring
10200         
10201         * scintilla/Makefile.am:
10202         * scintilla/include/Makefile.am:
10203         Fixed build
10205 2006-04-20  Massimo Cora' <maxcvs@email.it>
10207         * libanjuta/interfaces/libanjuta.idl:
10208         Remove get_current_pos () because we have get_position()
10210 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10212         * NEWS: Updated
10213         * plugins/sourceview/tag-window.c:
10214         Don't close window on PageUp/PageDown
10216 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10218         * data/Makefile.am:
10219         * manuals/reference/libanjuta/Makefile.am:
10220         
10221         Some build fixes
10222         
10223         * src/Makefile.am:
10224         * src/bacon-message-connection.c: 
10225         * src/bacon-message-connection.h: (both from gedit)
10226         * src/main.c:
10227         
10228         Fixed #312319 (Opening files when Anjuta is already open)
10230 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10232         * TODO.tasks: Updated
10233         * plugins/sourceview/anjuta-view.c: 
10234         * plugins/sourceview/anjuta-view.h:
10235         * plugins/sourceview/sourceview.c: 
10236         
10237         * configure.in: Fix --enable-plugin-scintilla
10238         
10239         Added char_added signal
10241 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10243         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10244         
10245         Fixed diff for utf8
10246         
10247         * plugins/sourceview/sourceview.c:
10248         Fixed VFS monitoring (still a bit buggy)
10249         
10250         * plugins/sourceview/sourceview-args.c:
10251         * plugins/sourceview/tag-window.c: 
10252         
10253         Better sizing for the popup-window
10255 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
10257         * plugins/project-wizard/templates/gnome/src/main.c:
10258         * plugins/project-wizard/templates/gnome/src/project.glade:
10259         * plugins/project-wizard/templates/gtk/src/main.c: 
10260         * plugins/project-wizard/templates/gtk/src/project.glade:
10261         * plugins/project-wizard/templates/gtkmm/src/main.cc:
10262         
10263         Fixed up GLADE_FILE definition in project types and fixed bug #334546
10264         
10265 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
10267         * configure.in: More removal of obsoleteness.
10268         * po/no.po:
10270 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
10272         * ROADMAP:
10273         * libanjuta/anjuta-preferences.c: 
10274         * libanjuta/anjuta-utils.c: 
10275         * libanjuta/anjuta-utils.h:
10276         * plugins/message-view/message-view.c:
10277         
10278         Changed color functions and moved convert_color to anjuta-utils.h
10279         
10280         * plugins/message-view/anjuta-message-manager-plugin.glade:
10281         GnomeColorPicker -> GtkColorButton (bug #309154)
10282         
10283         * plugins/sourceview/plugin.c:
10284         * plugins/sourceview/sourceview-prefs.c:
10285         * plugins/sourceview/sourceview.glade:
10286         Added color and font preferences
10288         * plugins/sourceview/sourceview-tags.c:
10289         Only show as much choices as configured in preferences
10291 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10293         * ROADMAP, NEWS: Updated (we are far behind ;-)
10294         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
10296 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10298         * configure.in:
10299         * plugins/editor/Makefile.am:
10300         * scintilla/Makefile.am
10301         
10302         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
10303         
10304         * global-tags/Makefile.am:
10305         * global-tags/create_global_tags.sh:
10306         * plugins/symbol-browser/an_symbol_prefs.c:
10307         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
10308         * plugins/symbol-browser/plugin.h:
10309         * tagmanager/include/tm_workspace.h:
10310         * tagmanager/tm_workspace.c:
10311         
10312         Fixed symbol-browser prefs and move global tags generation from installtion to
10313         preferences to make the life easier for distributers and to allow updates after installtion
10315         * plugins/document-manager/action-callbacks.c: 
10316         * plugins/document-manager/action-callbacks.h:
10317         * plugins/document-manager/anjuta-document-manager.ui:
10318         * plugins/document-manager/indent-util.c:
10319         * plugins/document-manager/plugin.c:
10320         * plugins/editor/text_editor.c:
10321         
10322         Moved indent stuff to document-manager
10323         
10324         * plugins/sourceview/anjuta-view.c: 
10325         * plugins/sourceview/sourceview-args.c: 
10326         * plugins/sourceview/sourceview-scope.c:
10327         * plugins/sourceview/sourceview-tags.c: 
10328         * plugins/sourceview/sourceview.c:
10329         
10330         Fixed several bugs
10331         
10332         * plugins/sourceview/sourceview.plugin (removed):
10333         * plugins/sourceview/sourceview.plugin.in:
10334         Editor is not user-activatible
10335         
10336         * plugins/sourceview/sourceview.png:
10337         Updated icon
10339 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
10341         * src/anjuta-app.c: Fixed crasher on plugin unloading
10343 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
10345         * plugins/sourceview/sourceview.c
10346         * plugins/sourceview/sourceview-args.c
10347         * plugins/sourceview/sourceview-args.h:
10348         
10349         Polished argument completion
10351 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
10353         * plugins/message-view/anjuta-msgman.c:
10354         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
10355         
10356         Show message pane on switch (does not work, anjuta_shell needs a fix)
10357         
10358         * plugins/sourceview/Makefile.am:
10359         * plugins/sourceview/anjuta-view.c: (find_tag_window),
10360         * plugins/sourceview/sourceview-args.c: 
10361         * plugins/sourceview/sourceview-args.h:
10362         * plugins/sourceview/sourceview-private.h:
10363         * plugins/sourceview/sourceview-scope.c: 
10364         (sourceview_scope_update), (sourceview_scope_filter_keypress):
10365         * plugins/sourceview/sourceview-tags.c:
10366         * plugins/sourceview/sourceview.c:
10367         * plugins/sourceview/tag-window.c:
10368         * plugins/sourceview/tag-window.h:
10369         
10370         Added scope and argument completion
10372 2006-04-03  Johannes Schmid <jhs@gnome.org>
10374         * TODO.tasks
10375         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
10376         (on_widget_remove):
10377         Save toolbar state
10379         * plugins/sourceview/sourceview.c: (iselect_clear):
10380         Make "Delete"-key working
10382         * configure.in: #336389
10384 2006-04-03  Johannes Schmid <jhs@gnome.org>
10386         * plugins/sourceview/Makefile.am:
10387         * plugins/sourceview/anjuta-view.c:
10388         * plugins/sourceview/plugin.c: 
10389         * plugins/sourceview/sourceview-private.h:
10390         * plugins/sourceview/sourceview-scope.c:
10391         * plugins/sourceview/sourceview-scope.h:
10392         * plugins/sourceview/sourceview-tags.c: 
10393         * plugins/sourceview/sourceview-tags.h:
10394         * plugins/sourceview/sourceview.c:
10395         * plugins/sourceview/sourceview.h:
10396         * plugins/sourceview/tag-window.c:
10397         
10398         - fixed goto_file_line
10399         - scroll to cursor on undo/redo
10400         - show correct popup-menu
10401         - scope completion (not ready yet)
10403 2006-04-03  Johannes Schmid <jhs@gnome.org>
10405         * plugins/sourceview/plugin.c: 
10406         * plugins/sourceview/sourceview-tags.c:
10407         * plugins/sourceview/sourceview.c: 
10408         * plugins/sourceview/sourceview.h:
10409         * plugins/sourceview/tag-window.c:
10410         
10411         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
10413 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10415         * plugins/sourceview/sourceview.c:
10416         Fixed next/previous bookmark.
10417         Toggled bookmark (set/unset).
10419 2006-04-03  Johannes Schmid <jhs@gnome.org>
10421         * plugins/document-manager/action-callbacks.c:
10422         Fixed Gtk-Warning in goto_line
10423         
10424         * plugins/sourceview/Makefile.am:
10425         * plugins/sourceview/anjuta-document.c:
10426         * plugins/sourceview/anjuta-view.c: 
10427         * plugins/sourceview/anjuta-view.h:
10428         * plugins/sourceview/sourceview-autocomplete.c:
10429         * plugins/sourceview/sourceview-autocomplete.h:
10430         * plugins/sourceview/sourceview-private.h:
10431         * plugins/sourceview/sourceview-tags.c:
10432         * plugins/sourceview/sourceview-tags.h:
10433         * plugins/sourceview/sourceview.c:
10434         * plugins/sourceview/tag-window.c:
10435         * plugins/sourceview/tag-window.h:
10436         Created a nice API for tag and completion windows
10437         
10438         * plugins/sourceview/sourceview-print.h:
10439         * plugins/sourceview/sourceview-print.c:
10440         Added printing
10441                 
10442 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10444         * plugins/sourceview/sourceview.c:
10445         Fixed typo (Sort bookmarks).
10446         
10447 2006-04-01  Johannes Schmid <jhs@gnome.org>
10449         * plugins/sourceview/anjuta-document.c:
10450         * plugins/sourceview/anjuta-document.h:
10451         * plugins/sourceview/anjuta-view.c:
10452         * plugins/sourceview/anjuta-view.h:
10453         * plugins/sourceview/sourceview-autocomplete.c:
10454         * plugins/sourceview/sourceview-autocomplete.h:
10455         * plugins/sourceview/sourceview-prefs.c:
10456         * plugins/sourceview/sourceview-prefs.h:
10457         * plugins/sourceview/sourceview-private.h:
10458         * plugins/sourceview/sourceview-tags.c:
10459         * plugins/sourceview/sourceview-tags.h:
10460         * plugins/sourceview/sourceview.c:
10461         * plugins/sourceview/sourceview.glade:
10462         * plugins/sourceview/tag-window.c: 
10463         * plugins/sourceview/tag-window.h:
10464         
10465         Improved code complete and autocomplete
10467 2006-04-01  Johannes Schmid <jhs@gnome.org>
10469         * plugins/sourceview/Makefile.am:
10470         * plugins/sourceview/bookmark.png:
10471         * plugins/sourceview/marker-attentive.png:
10472         * plugins/sourceview/marker-basic.png:
10473         * plugins/sourceview/marker-intense.png:
10474         * plugins/sourceview/marker-light.png:
10475         * plugins/sourceview/sourceview.c: 
10476         
10477         Added pixmaps for all marker types and show bookmarks
10478         
10479         * configure.in
10480         * plugins/sourceview/Makefile.am:
10481         Build sourceview on 2.14 only
10483 2006-03-31  Johannes Schmid <jhs@gnome.org>
10485         * plugins/sourceview/Makefile.am:
10486         * plugins/sourceview/anjuta-document.c:
10487         * plugins/sourceview/anjuta-view.c:
10488         * plugins/sourceview/anjuta-view.h:
10489         * plugins/sourceview/sourceview-autocomplete.c:
10490         * plugins/sourceview/sourceview-private.h:
10491         * plugins/sourceview/sourceview-tags.c:
10492         * plugins/sourceview/sourceview-tags.h:
10493         * plugins/sourceview/sourceview.c: 
10494         * plugins/sourceview/tag-window.c:
10495         * plugins/sourceview/tag-window.h:
10496         
10497         Added code completion with tag manager to the editor and fixed a save_as bug
10499 2006-03-31  Johannes Schmid <jhs@gnome.org>
10501         * src/main.c: Revert patch from Rob to allow building with
10502         Gnome 2.12
10503         * configure.in: Require at least 2.12 libraries
10505 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
10507         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
10509         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10510         Improve anjuta-plugin project template: Added missed files dist tarball
10511         (make dist)
10513         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
10514         typo
10516 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
10518         reviewed by: Johannes Schmid <jhs@gnome.org>
10520         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10521         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
10522         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
10523         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
10524         
10525         Improve anjuta-plugin project template. Also fix for #322744
10527 2006-03-27  Johannes Schmid <jhs@gnome.org>
10529         * plugins/sourceview/sourceview-private.h:
10530         plugins/sourceview/sourceview.c:
10531         
10532         Added basic bookmark support
10534 2006-03-27  Johannes Schmid <jhs@gnome.org>
10536         * TODO.tasks:
10537         Updated
10538         
10539         Patch from Rob Bradfort <robster@debian.org>:
10540         * src/main.c: (get_command_line_args), (main):
10541         Migration from popt to GOption
10542         
10543 2006-03-26 Naba Kumar  <naba@gnome.org>
10545         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
10546         size to scale itself with theme.
10548 2006-03-26 Naba Kumar  <naba@gnome.org>
10550         * plugins/file-manager/an_file_view.c,
10551         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
10552         when symbolview and fileview objects are destroyed to avoid crashes
10553         after the plugins are disabled.
10555 2006-03-26 Naba Kumar <naba@gnome.org>
10557         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
10558         Deleted unused file.
10559         
10560         * plugins/glade/plugin.c: Be able to close glade plugin when there
10561         there is no glade project loaded.
10562         
10563         * plugins/sourceview/sourceview.plugin,
10564         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
10566 2006-03-23  Naba Kumar  <naba@gnome.org>
10568         * plugins/editor/print.c: Fixed a bug where some sections of
10569         printed/previewed text is not highlighted.
10570         
10571 2006-03-20  Johannes Schmid <jhs@gnome.org>
10573         * libanjuta/interfaces/libanjuta.idl:
10574         Added IAnjutaPrint
10575         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
10576         as we do not use private apis. Show help window and startup because it does 
10577         not survive gdl
10578         
10579         * plugins/document-manager/action-callbacks.c:
10580         plugins/editor/Makefile.am:
10581         plugins/editor/text_editor.c:
10582         plugins/editor/print.c:
10583         plugins/editor/print.h:
10584         
10585         Fixed printing (nobody has missed it BTW ;-)
10586         
10587         * plugins/sourceview/sourceview.c:
10588         Fixed a crasher
10590 2006-03-20 Naba Kumar <naba@gnome.org>
10592         * configure.in, plugins/devhelp/plugin.c: Be able to build with
10593         devhelp >= 0.9 < 0.11 versions.
10594         
10595 2006-03-20  Johannes Schmid <jhs@gnome.org>
10597         * plugins/sourceview/anjuta-document-loader.c
10598         plugins/sourceview/sourceview.c:
10599         
10600         Fixed encoding bugs
10602 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10604         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
10605         Fixed bug (line position)
10606         Give the good line position whatever the active editor.
10608 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
10610         * configure.in: Added fi to ALL_LINGUAS
10612 2006-03-19  Johannes Schmid <jhs@gnome.org>
10614         * plugins/sourceview/anjuta-document-loader.c:
10615         replace gnome_vfs_get_mime_type_for_name_and data
10617         * plugins/build-basic-autotools/build-basic-autotools.c:
10618         Fixed #335142
10620 2006-03-17  Johannes Schmid <jhs@gnome.org>
10622         * plugins/editor/editor.glade:
10623         Added style-editor again after it got lost somehow
10625 2006-03-17  Johannes Schmid <jhs@gnome.org>
10627         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
10628         configure.in: require devhelp 0.11
10629         
10630         Post 0.11 devhelp versions (CVS) do not work because of an API change...
10632         plugins/build-basic-autotools/build-basic-autotools.c:
10633         forgot a an installtion callback for the "install as root"-feature
10635 2006-03-17  Massimo Cora' <maxcvs@email.it>
10637         reviewed by: Johannes Schmid <jhs@gnome.org>
10639         * plugins/class-gen/anjuta-class-gen-plugin.glade
10640         plugins/class-gen/class_gen.c 
10641         plugins/class-gen/goc_template_header
10642         plugins/class-gen/goc_template_source
10643         
10644         Fixed bug #334663
10646 2006-03-16  Johannes Schmid <jhs@gnome.org>
10648         * plugins/sourceview/sourceview.c:
10649         Fixed "save-point" signal for undo actions
10651 2006-03-16  Massimo Cora' <maxcvs@email.it>
10652         
10653         reviewed by: Johannes Schmid <jhs@gnome.org>
10654         
10655         * plugins/document-manager/anjuta-docman.c:
10656         Implement tab drag and drop
10658 2006-03-16  Johannes Schmid <jhs@gnome.org>
10660         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
10661         plugins/build-basic-autotools/build-basic-autotools.c:
10662         
10663         Implemented "install as root"-feature (#321455)
10665 2006-03-16  Johannes Schmid <jhs@gnome.org>
10667         * mime/.cvsignore
10668         plugins/sourceview/.cvsignore
10669         plugins/tools/scripts/.cvsignore:
10670         Added/extended .cvsignore files
10671         
10672         * plugins/sourceview/sourceview-autocomplete.c:
10673         plugins/sourceview/sourceview-autocomplete.h:
10674         plugins/sourceview/sourceview-prefs.c:
10675         plugins/sourceview/sourceview-private.h:
10676         plugins/sourceview/sourceview.glade:
10677         Autcomplete just works(tm) now and respects preferences
10678         
10679         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
10680         Use better algorithm from autocomplete
10682 2006-03-15  Johannes Schmid <jhs@gnome.org>
10684         * src/anjuta-app.c:
10685         Fixed bug #304495
10687 2006-03-15  Johannes Schmid <jhs@gnome.org>
10689         * libanjuta/interfaces/libanjuta.idl:
10690         plugins/class-gen/class_gen.c:
10691         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
10692         plugins/project-manager/plugin.c:
10693         
10694         Allow to add multiple source files (#320191)
10695         
10696         * configure.in: Require gnome-build 0.1.3
10698 2006-03-14  Johannes Schmid <jhs@gnome.org>
10700         * plugins/macro/macro-utils.c: Fixed bug #333606
10701         * plugins/file-wizard/file.c: Fixed bug #333601
10703 2006-03-13  Johannes Schmid <jhs@gnome.org>
10705         * plugins/sourceview/sourceview_autocomplete.c
10706         plugins/sourceview/sourceview_autocomplete.h
10707         plugins/sourceview/sourceview.c
10708         plugins/sourceview/sourceview-private.h
10709         plugins/sourceview/sourceview-prefs.c:
10710         
10711         Cleaned up and fixed several issues
10712         
10713 2006-03-13  Johannes Schmid <jhs@gnome.org>
10715         * plugins/sourceview/Makefile.am:
10716         plugins/sourceview/sourceview-autocomplete.c
10717         plugins/sourceview/sourceview-autocomplete.h:
10718         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10719         plugins/sourceview/sourceview-private.h:
10720         plugins/sourceview/sourceview.c:
10721         
10722         Added (buggy) autocomplete feature to sourceview
10723         
10724 2006-03-12 Naba Kumar <naba@gnome.org>
10726         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
10727         libanjuta/anjuta-session.c: Added API docs.
10729 2006-03-12 Naba Kumar <naba@gnome.org>
10731         * TODO.tasks: Added couple of tasks.
10732         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
10733         Register private class as early as possible so that members could
10734         point to self class. Code clean up.
10736 2006-03-12 Naba Kumar <naba@gnome.org>
10738         * po/POTFILES.in, po/POTFILES.skip: Updated.
10740 2006-03-11 Naba Kumar <naba@gnome.org>
10742         * libanjuta/anjuta-shell.c,
10743         plugins/document-manager/anjuta-docman.c,
10744         plugins/document-manager/plugin.c,
10745         plugins/symbol-browser/an_symbol_search.c,
10746         plugins/valgrind/vgrule-list.c: Use correct signal names while
10747         creating them.
10748         
10749         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
10750         signal names and fixed enum IANJUTA_TYPE_* macro.
10752 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10754         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
10755         plugins/search/search-replace.c :
10756         Fixed bug (Bookmark the good line).
10757         Search & Replace (Mark all matched strings).
10758         
10759 2006-03-09  Johannes Schmid <jhs@gnome.org>
10761         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
10762         Completed changes from yesterday
10763         
10764         * plugins/document-manager/anjuta-document-manager.glade:
10765         plugins/editor/editor.glade
10766         plugins/editor/plugin.c: (activate_plugin)
10767         plugins/editor/text_editor.c
10768     plugins/sourceview/Makefile.am
10769         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
10770         plugins/sourceview/sourceview.glade:
10771         Completed preference changes
10773 2006-03-08  Johannes Schmid <jhs@gnome.org>
10775         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
10776         plugins/search/plugin.c: (activate_plugin):
10777         
10778         Removed Gtk-Criticals
10779         
10780         * plugins/document-manager/anjuta-document-manager.glade:
10781         plugins/document-manager/plugin.c: (on_docman_auto_save),
10782         (on_gconf_notify_timer), (prefs_init):
10783     plugins/document-manager/plugin.h:
10784         plugins/editor/text_editor.c: (text_editor_instance_init),
10785         (text_editor_dispose):
10786         plugins/editor/text_editor.h:
10787         plugins/editor/text_editor_cbs.c:
10788         plugins/editor/text_editor_cbs.h:
10789         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
10790         plugins/glade/plugin.c: (activate_plugin):
10791         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10792         plugins/sourceview/sourceview-private.h:
10793         plugins/sourceview/sourceview.c: (on_menu_popup),
10794         (sourceview_new), (ifile_open), (ifile_savable_save),
10795         (ifile_savable_save_as), (ieditor_set_popup_menu),
10796         (ieditor_get_filename), (imark_mark):
10798     Moved autosave from editor to document manager and fixed some things in 
10799     Sourceview plugin
10801 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10803         * plugins/search/anjuta-search.glade :
10804         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
10805         plugins/search/search-replace_bachend.c: Fixed a crash bug.
10806         plugins/search/search-replace.c : Fixed bug.
10807         
10808 2006-03-08  Johannes Schmid <jhs@gnome.org>
10810     * plugins/search/anjuta-search.glade
10811     Fixed widget names (glade is a bit stupid on copying widgets to other files)
10813 2006-03-07  Johannes Schmid <jhs@gnome.org>
10815         * plugins/document-manager/action-callbacks.c
10816         plugins/document-manager/anjuta-document-manager.glade
10817         plugins/document-manager/plugin.c: (prefs_init),
10818         (activate_plugin):
10819         plugins/editor/Makefile.am:
10820         plugins/editor/editor.glade:
10821         plugins/editor/plugin.c: (on_style_button_clicked),
10822         (activate_plugin), (dispose):
10823         plugins/editor/style-editor.c:
10824         
10825         Startet to seperate document-manager and editor preferences
10827         * plugins/search/Makefile.am:
10828         plugins/search/anjuta-search.glade:
10829         plugins/search/search-replace.c:
10830         
10831         Moved search GUI to search-plugin
10832                 
10833         * plugins/sourceview/sourceview-prefs.c:
10834         plugins/sourceview/sourceview-prefs.h:
10835         plugins/sourceview/sourceview-private.h:
10836         plugins/sourceview/sourceview.c: 
10837         plugins/sourceview/sourceview.h:
10838         plugins/sourceview/Makefile.am:
10839         plugins/sourceview/anjuta-document.h:
10840         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
10841         plugins/sourceview/plugin.c: 
10842         
10843         Added some preferences to sourceview and fixed vfs_monitor
10844         
10845         * tagmanager/c.c: (parseParens): 
10846         Removed annoying debug message
10847         
10848         * libanjuta/interfaces/libanjuta.idl: 
10849         Removed IAnjutaEditorFactory::create_style_editor()
10851 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10853         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
10854         Search : Bookmark all matched lines.
10856 2006-03-06  Johannes Schmid <jhs@gnome.org>
10858         * plugins/class-gen/anjuta-class-gen.plugin.in
10859         plugins/file-loader/plugin.c: (sort_wizards)
10860         (on_create_submenu), (activate_plugin)
10861         plugins/file-wizard/anjuta-file-wizard.plugin.in
10862         plugins/glade/anjuta-glade.plugin.in
10863         plugins/project-import/anjuta-project-import.plugin.in
10864         plugins/project-wizard/anjuta-project-wizard.plugin.in:
10865         
10866         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
10867         sorted alphabeticly
10868         
10869         * plugins/project-wizard/templates/mkfile.wiz:
10870         Use configured project directory instead of ~/myproject
10871         
10872         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
10873         (ifile_open):
10874         Show markers (again) and monitor uri
10876 2006-03-06  Naba Kumar  <naba@gnome.org>
10878         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
10879         typedefs separately so that forward linking would work.
10880         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
10882 2006-03-05  Naba Kumar  <naba@gnome.org>
10884         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
10885         passing Enums and Structs in signals. Define struct _Name in
10886         generated code, so that forward referencing.
10887         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
10888         
10889         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
10890         
10891 2006-03-05  Naba Kumar  <naba@gnome.org>
10893         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
10894         support. Generate GType definitions for enums in generated codes
10895         so that enums could be passed as signal params.
10896         
10897 2006-03-04  Naba Kumar  <naba@gnome.org>
10899         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
10900         Restored cvs-moved revision files. They were originally marked
10901         deleted at their older locations. Now they are restored at
10902         their new locations. The changeset is one that was committed
10903         as part of document-manager, editor, search and print plugins
10904         separation from editor plugin.
10905         
10906 2006-03-03  Johannes Schmid <jhs@gnome.org>
10908         * plugins/sourceview/*:
10909         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
10910         poiting this out!
10912 2006-03-04  Naba Kumar  <naba@gnome.org>
10914         * plugins/gdb/*: Deleted removed files (see previous changlog
10915         entry for files list).
10916         
10917 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
10919         * plugins/debug-mananger/breakpoints.c,
10920         plugins/debug-manager/breakpoints.h,
10921         plugins/debug-manager/debug_tree.c,
10922         plugins/debug-manager/debug_tree.h,
10923         plugins/debug-manager/info.c,
10924         plugins/debug-manager/info.h,
10925         plugins/debug-manager/locals.c,
10926         plugins/debug-manager/locals.h,
10927         plugins/debug-manager/memory.c,
10928         plugins/debug-manager/memory.h,
10929         plugins/debug-manager/registers.c,
10930         plugins/debug-manager/registers.h,
10931         plugins/debug-manager/sharedlib.c,
10932         plugins/debug-manager/sharedlib.h,
10933         plugins/debug-manager/signal.c,
10934         plugins/debug-manager/signal.h,
10935         plugins/debug-manager/stack_trace.c,
10936         plugins/debug-manager/stack_trace.h,
10937         plugins/debug-manager/watch.c,
10938         plugins/debug-manager/watch.h,
10939         plugins/debug-manager/Makefile.am:
10940         Move from gdb plugin to debug manager plugin
10942         * plugins/debug-manager/anjuta-debug-manager.glade,
10943         plugins/debug-manager/anjuta-debug-manager.ui:
10944         Move all user interface from gdb to debug manager
10946         * plugins/debug-manager/utilities.c,
10947         plugins/debug-manager/utilities.h:
10948         Remove some unused code
10949         Add useful code from gdb plugin
10951         * plugins/debug-manager/start.c,
10952         plugins/debug-manager/start.h:
10953         Include code of attach_process
10954         Add more code to start the debugger
10956         * plugins/debug-manager/plugin.c,
10957         plugins/debug-manager/plugin.h,
10958         plugins/debug-manager/anjuta-debug-manager.plugin.in:
10959         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
10961         * plugins/debug-manager/debugger.c,
10962         plugins/debug-manager/debugger.h:
10963         Implement a queue of debugger command
10965         * plugins/gdb/actions.c,
10966         plugins/gdb/actions.h,
10967         plugins/gdb/watch_cbs.c,
10968         plugins/gdb/watch_cbs.h,
10969         plugins/gdb/watch_gui.c,
10970         plugins/gdb/watch_gui.h:
10971         Removed 
10973         * plugins/gdb/debugger.c,
10974         plugins/gdb/debugger.h,
10975         plugins/gdb/gdbmi.c,
10976         plugins/gdb/gdbmi.h,
10977         plugins/gdb/utilities.c,
10978         plugins/gdb/utilities.h,
10979         plugins/gdb/Makefile.am,
10980         plugins/gdb/anjuta-gdb.plugin.in:
10981         Implement necessary functions
10983         * plugins/gdb/parser.c,
10984         plugins/gdb/parser.h:
10985         Code for parsing variable previously in debug_tree.c
10987         * plugins/gdb/anjuta-gdb.glade,
10988         plugins/gdb/anjuta-gdb.ui:
10989         Remove user interface
10991         * plugins/gdb/gdbmi-test.c:
10992         Need update
10994         * plugins/gdb/anjuta-gdb.plugin.png:
10995         Try an improved icon for gdb (archer fish)
10997         * libanjuta/anjuta-debugger.c,
10998         libanjuta/anjuta-debugger.h,
10999         libanjuta/interfaces/libanjuta.idl,
11000         libanjuta/interfaces/anjuta-idl-compiler.pl,
11001         libanjuta/Makefile.am:
11002         Add declaration used in new IAnjutaDebugger interface
11004         * manuals/reference/libanjuta.types,
11005         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11006         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11007         Update documentation
11009 2006-03-02  Naba Kumar  <naba@gnome.org>
11011         * manuals/reference/libanjuta/Makefile.am,
11012         manuals/reference/libanjuta/libanjuta-docs.sgml,
11013         manuals/reference/libanjuta/libanjuta-sections.txt,
11014         manuals/reference/libanjuta/libanjuta.types,
11015         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11016         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11017         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11018         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11019         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11020         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11021         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11022         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11023         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11024         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11025         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11026         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11027         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11028         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11029         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11030         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11031         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11032         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11033         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11034         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11035         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11036         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11037         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11038         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11039         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11040         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11041         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11042         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11043         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11044         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11045         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11046         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11047         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11048         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11049         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11050         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11051         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11052         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11053         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11054         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11055         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11056         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11057         manuals/reference/libanjuta/tmpl/plugins.sgml,
11058         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11059         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11060         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11061         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11062         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11063         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11064         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11065         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11066         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11067         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11068         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11069         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11070         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11071         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11072         documentation.
11074 2006-02-28  Naba Kumar <naba@gnome.org>
11076         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11077         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11078         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11079         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11080         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11081         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11082         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11083         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11084         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11085         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11086         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11087         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11088         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11089         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11091 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11093         * plugins/sourceview/sourceview.c:
11094         Select to brace, select block.
11096 2006-02-28  Johannes Schmid <jhs@gnome.org>
11098         * plugins/file-wizard/Makefile.am
11099         plugins/file-wizard/action-callbacks.c (removed)
11100         plugins/file-wizard/action-callbacks.h (removed)
11101         plugins/file-wizard/anjuta-file-wizard.ui
11102         plugins/file-wizard/plugin.c: (activate_plugin),
11103         (deactivate_plugin)
11104         plugins/file-wizard/plugin.h:
11105         Removed Edit->Insert Text submenu (replace by macros plugin)
11106         
11107         * plugins/sourceview/sourceview.c: (sourceview_new),
11108         (ieditor_set_popup_menu):
11109         Fixed some more bugs
11110         
11111         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11113 2006-02-28  Naba Kumar <naba@gnome.org>
11115         * plugins/file-manager/an_file_view.c,
11116         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11117         rows also and with delay 1 sec (the color and timout value should
11118         probably be picked up from some system wide preference key).
11120 2006-02-28  Naba Kumar <naba@gnome.org>
11122         * libanjuta/interfaces/libanjuta.idl,
11123         plugins/document-manager/action-callbacks.c,
11124         plugins/document-manager/plugin.c,
11125         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11126         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11127         Added interface checks in document manager and enable/disable
11128         menus based on supported interface.
11129         
11130         * plugins/project-import/anjuta-project-import.glade: Set some
11131         resonable size for the import dialog.
11133  2006-02-27  Naba Kumar  <naba@gnome.org>
11135         * libanjuta/interfaces/libanjuta.idl,
11136         plugins/document-manager/action-callbacks.c,
11137         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11138         and eol conversion actions.
11140 2006-02-27  Johannes Schmid <jhs@gnome.org>
11141         
11142         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11143         * plugins/file-manager/an_file_view.c
11144         plugins/file-manager/plugin.h:  Added tooltips
11145         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11147 2006-02-26  Naba Kumar  <naba@gnome.org>
11149         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11150         plugins/build-basic-autotools/build-basic-autotools.c,
11151         plugins/build-basic-autotools/build-basic-autotools.h,
11152         plugins/build-basic-autotools/executer.c,
11153         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11154         disable indicator highlights preferences from message manager to
11155         build plugin. Implemented message indicator highlights in build tool.
11156         
11157         * plugins/editor/text_editor.c: Fixed indicators.
11159 2006-02-26  Johannes Schmid <jhs@gnome.org>
11161         * plugins/sourceview/sourceview.c:
11162         - Fixed some bugs
11163         - Added markers
11164         * plugins/subversion/svn_auth.c:
11165         Fixed username/password authentification but there might be a memory corruption
11167 2006-02-26  Naba Kumar  <naba@gnome.org>
11169         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11170         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11171         libanjuta/anjuta-launcher.h: Added documentation.
11173 2006-02-24  Naba Kumar  <naba@gnome.org>
11175         * plugins/editor/text_editor.c: Fixed change in API in
11176         IAnjutaEditorSelection::set().
11177         
11178 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11180         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11181         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11182         libanjuta/interfaces/libanjuta.idl :
11183         Search in sourceview editor (Select in buffer).
11186 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11188         * plugins/sourceview/sourceview.c :
11189         Fixed Replace, to_upper, to_lower.
11190         
11191         * plugins/search/search-replace_backend.c :
11192         Renamed header name.
11194 2006-02-22  Naba Kumar  <naba@gnome.org>
11196         * libanjuta/anjuta-plugin-description.c,
11197         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11198         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11199         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11200         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11201         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11202         
11203         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11204         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11205         
11206 2006-02-21  Naba Kumar  <naba@gnome.org>
11208         * libanjuta/interfaces/libanjuta.idl,
11209         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11210         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11211         interface for editor.
11213 2006-02-21  Naba Kumar  <naba@gnome.org>
11215         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11217         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11218         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11220 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11222         * GTKSOURCEVIEW EDITOR
11223         plugins/sourceview/sourceview.c :
11224         Fixed copy and Goto Line.
11225         
11226         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11227         plugins/macro/plugin.c :
11228         Fixed Insert key word and Insert macro.
11230 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11232         * plugins/document-manager/anjuta-docman.c:
11233         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11234         
11235         * configure.in:
11236         plugins/Makefile.am:
11237         plugins/sourceview/.cvsignore:
11238         plugins/sourceview/Makefile.am:
11239         plugins/sourceview/plugin.c: :
11240         plugins/sourceview/plugin.h:
11241         plugins/sourceview/sourceview.c: 
11242         plugins/sourceview/sourceview.h:
11243         plugins/sourceview/sourceview.plugin:
11244         plugins/sourceview/sourceview.plugin.in:
11245         plugins/sourceview/sourceview.png:
11247         Added sourceview editor plugin
11249 2006-02-19 Naba Kumar  <naba@gnome.org>
11251         * libanjuta/interfaces/libanjuta.idl,
11252         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11253         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11254         plugins/cvs-plugin/cvs-interface.c,
11255         plugins/document-manager/action-callbacks.c,
11256         plugins/document-manager/action-callbacks.h,
11257         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11258         plugins/search/plugin.c, plugins/search/search-replace.c,
11259         plugins/search/search-replace_backend.c,
11260         plugins/subversion/subversion-actions.c,
11261         plugins/subversion/subversion-callbacks.c,
11262         plugins/tools/editor.c, plugins/tools/execute.c,
11263         plugins/tools/variable.c: Defined proper editor interfaces and fixed
11264         few fatal warnings.
11266 2006-02-15 Naba Kumar  <naba@gnome.org>
11268         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11269         within another.
11270         
11271         * libanjuta/interfaces/libanjuta.idl,
11272         plugins/document-manager/anjuta-docman.c,
11273         plugins/document-manager/plugin.c,
11274         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11275         unnecessary parameters from IAnjutaEditor interface and used proper
11276         types instead of 'gpointer'. Fixed various compiler warnings.
11277         
11278         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11279         file
11281 2006-02-12 Naba Kumar  <naba@gnome.org>
11283         * po/POTFILES.in: Updated.
11284         
11285 2006-02-11 Naba Kumar  <naba@gnome.org>
11287         * plugins/editor/properties.[cxx,h],
11288         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
11289         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
11290         to sci_prop_*(), because they were conflicting with external
11291         functions (in some ssl library).
11292         
11293 2006-02-08 Naba Kumar  <naba@gnome.org>
11295         Patch from Massimo Cora  <maxcvs@email.it>:
11296         * plugins/valgrind/anjuta-valgrind.schemas,
11297         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
11298         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
11299         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
11300         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
11301         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
11302         plugins/valgrind/vgtoolview.c,
11303         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
11304         before running the debugging session. I've added also a
11305         preference in Anjuta Preferences where you can specify
11306         the path to the valgrind binary. The default is /usr/bin/valgrind.
11307         Now it displays a dialog with the error. [it can be -program
11308         exited- or -file loaded or end of input-]. Some valgrind 3.x
11309         compatibility.
11310         
11311 2006-01-29 Naba Kumar  <naba@gnome.org>
11313         Patch from Massimo Cora  <maxcvs@email.it>:
11314         * configure.in, plugins/Makefile.am,
11315         plugins/valgrind/*: Valgrind plugin (requires
11316         binutils-dev and valgrind to be installed.
11318 2005-01-24 Johannes Schmid <jhs@gnome.org>
11320         * Patch from Eric Greveson <ejg45@cam.ac.uk>
11321         plugins/tools/variables.c:
11322         Added current directory to possible variables
11324         * Patch from Günther Brammer <gbrammer@gmx.de>
11325         plugins/document-manager/anjuta-docman.c:
11326         Fix a crash on opening a file
11328         AUTHORS: Added Günther Brammer
11330 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
11332         * libanjuta/anjuta-launcher.c:
11333         Fix a bug in AnjutaLauncher when output is bigger than buffer
11334         Probably fix bug #315188 and #305134
11336 2005-12-28      Johannes Schmid <jhs@gnome.org>
11337         
11338         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
11339         * src/about.c: Use new gtk about dialog
11340         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
11341         Updated anjuta_ui_add_action_group_entries call
11342         
11343         Patch from Jean Breford <jean.breford@normalesup.org>
11344         and Markus Habermehl <bmh1980de@yahoo.de>:
11345         
11346         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
11347         * AUTHORS: Added Jean and Markus
11349 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11350         * plugins/search/search-replace.c :
11351         Bookmark all matched lines.
11352         * plugins/search/search-replace_backend.c :
11353         Fixed bug (Search in all project files).
11355 2005-12-21      Johannes Schmid <jhs@gnome.org>
11356         
11357         * plugins/search/plugin.c:
11358         Fixed signal names
11359         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
11360         investigation needed.
11361         
11362         AUTHORS: Added Ross Goldner
11364 2005-12-19  Ross Golder  <ross@golder.org>
11366         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
11367         application/xml MIME type.
11369 2005-12-18  Johannes Schmid <jhs@gnome.org>
11370         
11371         po/POTFILES.in: Updated files after directory changes
11372         HACKING: Removed outdated section 3 (anoncvs)
11374 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
11376         * plugins/build-basic-autotools/build-basic-autotools.c:
11377         Save all files in editor before running a command
11379         * plugins/tools/execute.c:
11380         Use document manager plugin instead of each editor for
11381         saving all files
11383 2005-12-15  Johannes Schmid <jhs@gnome.org>
11385         * plugins/document-manager/action-callbacks.c:
11386         (on_save_all1_activate), (on_swap_activate)
11387         plugins/document-manager/anjuta-docman.c:
11388         (on_save_as_filesel_response), (on_notebook_switch_page):
11389         
11390         Fixed some remaining issues in document-manger
11392 2005-12-15      Johannes Schmid <jhs@gnome.org>
11394         * plugins/profile-default/default.anjuta:
11395         Load Search plugin and Message Manager by default
11397 2005-12-14  Johannes Schmid <jhs@gnome.org>
11398         
11399         * plugins/editor/text_editor.c
11400         libanjuta/anjuta-utils.c:
11401         
11402         Check if files differ when gnome-vfs monitoring is used.
11403         (Bug #309688)
11405 2005-12-13  Johannes Schmid <jhs@gnome.org>
11407         * plugins/document-manager/plugin.c:
11408         Only save modified files in ianjuta_file_savable_save() for document-manager
11409         as discussed on mailing list.
11410         
11411         * plugins/cvs-plugin/cvs-callbacks.c:
11412         Fixed dialog handling for empty log message
11414 2005-12-13  Johannes Schmid <jhs@gnome.org>
11416         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
11417         
11418         * plugins/project-manager/* Removed ununsed files
11419         
11420         * plugins/symbol-browser/an_symbol_iter.c
11421         plugins/build-basic-autotools/build-basic-autotools.c
11422         plugins/build-basic-autotools/executer.c
11423         plugins/class-gen/class_gen.c
11424         plugins/class-inheritance/class-inherit.c
11425         plugins/cvs-plugin/cvs-actions.c
11426         plugins/cvs-plugin/cvs-interface.c
11427         plugins/debug-manager/attach_process.
11428         plugins/devhelp/plugin.c
11429         plugins/document-manager/plugin.c
11430         plugins/document-manager/indent_util.c
11431         plugins/editor/properties.cxx
11432         plugins/editor/aneditor.cxx
11433         plugins/editor/style-editor.c
11434         plugins/editor/text_editor.c
11435         plugins/macro/macro_db.c
11436         tagmanager/c.c:
11437         
11438         Use DEBUG_PRINT for debug messages
11440         libanjuta/anjuta-debug.h: Include config.h
11441         
11442         HACKING: Updated (BTW: does anyone read this?)
11443         
11444 2005-12-12  Johannes Schmid <jhs@gnome.org>
11446         Patch from Johan Ersvik <jersvik@fastmail.fm>:
11447         * plugins/gdb/debugger.c
11448         
11449         Fix a crasher in gdb plugin
11450         
11451         * plugins/gtodo/plugin.c
11452         plugins/search/plugin.c
11453         
11454         Fixed bug #305301
11455         
11456         * plugins/document-manager/anjuta-docman.c:
11457         
11458         Fixed error markers 
11459         
11460         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
11461         
11462         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
11463         
11464         * plugins/document-manager/anjuta-docman.c:
11465         highlight changed files in docman popup-menu
11466         * plugins/gdb/debug-tree.c:
11467         plugins/gdb/debugger.c
11468         Do not corupt entire "locals" tree when variable pointer have
11469         additional info and arrays/strucs/unions correctly.
11470         
11472 2005-12-11  Johannes Schmid <jhs@gnome.org>
11474         * plugins/document-manager/anjuta-docman.c
11475         plugins/document-manager/plugin.c
11476         plugins/editor/text_editor.c:
11477         
11478         AUTHORS: Added Johan Ersvik
11480         Fixed "is-dirty" bug and tab ordering
11482 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
11483         
11484         * plugins/editor/aneditor-autocomplete.cxx
11485         plugins/editor/aneditor-calltip.cxx
11486         plugins/editor/aneditor-priv.h
11487         plugins/symbol-browser/an_symbol.c
11488         plugins/symbol-browser/an_symbol_view.c
11489         tagmanager/entry.h
11490         tagmanager/tm_symbol.c
11491         tagmanager/tm_tag.c
11492         tagmanager/include/tm_symbol.h
11493         tagmanager/include/tm_tag.h
11494         tagmanager/c.c
11496         Better pointer recognition in tagmanager and symbol browser
11498 2005-12-11  Johannes Schmid <jhs@gnome.org>
11500         * plugins/search/*: New search plugin derived from search code in old editor
11501         plugin.
11502         
11503         * plugins/document-manager/*: new document-manger which is now seperated from
11504         editor to allow implementation of other editor widgets. Code is mostly derived
11505         from old editor plugin
11507         * plugins/print/* new print plugin which is not fully implemented in the
11508         moment
11510         * plugins/editor/text_editor.c: Added lots of interface code
11511         
11512         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
11513         IAnjutaEditorFactory and extended IAnjutaEditor
11514         
11515         * configure.in, plugins/Makefile.am updated build system for new
11516         plugins
11518         This is a huge commit which might still contain some bugs and also has
11519         some fixmes. Things that are not working are the search toolbar because it
11520         does not use the same backend as any other searching function and printing
11521         (easy to fix) because it did not yet implement IAnjutaPrintable.
11523 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
11525         * plugins/project-wizard/property.c:
11526         Use newer GtkFileChooser instead of GtkFileSelection with
11527         GnomeFileEntry to avoid a bug
11529         * plugins/project-wizard/install.c:
11530         Avoid an endless loop if project directory is not writable
11531         
11532         * plugins/project-wizard/druid.c:
11533         Allow creating project in empty directory without a
11534         warning
11536 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
11537         
11538         Patch from Massimo Cora <maxcvs@email.it>
11539         * plugins/class-inheritence/class-inherit.c
11540         plugins/class-inheritence/plugin.c
11541         plugins/class-inheritence/plugin.h
11542         configure.in
11543         
11544         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
11545         no longer supported!
11547 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
11548         
11549         Patch from Johan Ersvik <jersvik@fastmail.fm>
11550         * plugins/message-view/message-view.c
11551         plugins/build-basic-autotools/build-basic-autotools.c
11552         plugins/build-basic-autotools/automake-c.filters
11554         This patch correct regex-filters for newer automake
11555         versions
11557 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
11559        * plugins/tools/execute.c:
11560        Detect variables inside a word
11562 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11564         * libanjuta/anjuta-status.[ch],
11565         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
11566         plugins/editor/anjuta-docman.c :
11567         New anjuta-status procedure.
11569 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11571         *Modified Files:
11572         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
11573         plugins/editor/Makefile.am
11574         plugins/editor/anjuta-document-manager.glade
11575         plugins/editor/plugin.c plugins/editor/plugin.h
11576         plugins/editor/text_editor.c plugins/editor/text_editor.h
11577         *Added Files:
11578         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
11579         plugins/editor/indent-util.c plugins/editor/indent-util.h
11580         plugins/editor/indent_test.c :
11581         Set and Preview indent preferences parameters.
11582         Saved indent user parameters.
11584 2005-10-27  Naba Kumar  <naba@gnome.org>
11586         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
11587         * plugins/editor/anjuta-docman.c: Restore tab color to normal
11588         theme color for saved documents.
11589         
11590 2005-10-26  Naba Kumar  <naba@gnome.org>
11592         * libanjuta/anjuta-encodings.c: Save changed supported encodings
11593         list. Fixed bug #316731.
11594         
11595 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
11597         * tagmanager/tm_symbol.c: Fixed bug #315218
11599 2005-10-23  Adam Weinberger  <adamw@gnome.org>
11601         * plugins/build/build_file.c
11602           plugins/build-basic-autotools/build-basic-autotools.c
11603           plugins/tools/execute.c
11604           plugins/build/compile.c
11605           plugins/build/configurer.c
11606           plugins/debug-manager/plugin.c
11607           plugins/editor/plugin.c
11608           plugins/editor/print.c
11609           plugins/editor/text_editor.c
11610           plugins/file-loader/plugin.c
11611           plugins/file-manager/an_file_view.c
11612           plugins/symbol-browser/an_symbol_view.c
11613           plugins/gdb/debugger.c
11614           plugins/gdb/plugin.c
11615           plugins/glade/plugin.c
11616           plugins/macro/macro-actions.c
11617           plugins/macro/plugin.c
11618           plugins/profile-default/plugin.c
11619           plugins/project-manager/plugin.c
11620           plugins/project-manager/project_import.c
11621           plugins/symbol-browser/plugin.c
11622           plugins/tools/execute.c
11623           src/anjuta.c
11624           src/anjuta-actions.h
11625           src/shell.c:
11626           Correct spacing errors before and after "...".
11628 2005-10-20  Naba Kumar  <naba@gnome.org>
11630         * plugins/gdb/debugger.c: Fixed attach/detach process to
11631         updated UI properly.
11632         
11633 2005-10-18  Naba Kumar  <naba@gnome.org>
11635         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
11636         #171314 too).
11637         
11638 2005-10-13  Naba Kumar  <naba@gnome.org>
11639         
11640         * plugins/project-mkfile-import/*: Removed separate import wizard for
11641         makefile based projects (because single widzard handles all wizards).
11643         * plugins/project-import/project-import.c: Made wizard window
11644         transient to main window.
11646         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
11647         
11648         * AUTHORS: Added Eric's name in contributors list.
11649         
11650         * configure.in, plugins/Makefile.am,
11651         plugins/project-import/Makefile.am,
11652         plugins/project-import/anjuta-project-import.glade,
11653         plugins/project-import/project-import.c,
11654         plugins/project-import/project-import.h: Import wizard now detects
11655         both makefile and automake projects together instead of separate wizard.
11656         
11657         * plugins/project-wizard/templates/java/project.anjuta,
11658         plugins/project-wizard/templates/mkfile/project.anjuta,
11659         plugins/project-wizard/templates/python/project.anjuta,
11660         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
11661         name to make it appropriate.
11663 2005-10-11  Naba Kumar  <naba@gnome.org>
11665         * configure.in: Fixed glade3 version requirement.
11667 2005-09-29  Alexander Shopov  <ash@contact.bg>
11669         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
11671 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
11673         * plugins/subversion/svn_auth.c
11674         plugins/subversion/anjuta_subversion.glade:
11675         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
11677 2005-09-22  Naba Kumar  <naba@gnome.org>
11679         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
11681         * configure.in,  plugins/Makefile.am
11682         plugins/project-manager/anjuta-project-manager.plugin.in,
11683         plugins/project-manager/plugin.c,
11684         (added) plugins/project-mkfile-import/.cvsignore,
11685         (added) plugins/project-mkfile-import/Makefile.am,
11686         (added) plugins/project-mkfile-import/
11687             anjuta-project-mkfile-import-plugin.png,
11688         (added) plugins/project-mkfile-import/
11689             anjuta-project-mkfile-import.glade,
11690         (added) plugins/project-mkfile-import/
11691             anjuta-project-mkfile-import.plugin.in,
11692         (added) plugins/project-mkfile-import/plugin.c,
11693         (added) plugins/project-mkfile-import/plugin.h,
11694         (added) plugins/project-mkfile-import/project-mkfile-import.c,
11695         (added) plugins/project-mkfile-import/project-mkfile-import.h,
11696         plugins/project-wizard/templates/Makefile.am,
11697         (added) plugins/project-wizard/templates/mkfile-logo.png,
11698         (added) plugins/project-wizard/templates/mkfile.wiz,
11699         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
11700         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
11701         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
11702         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
11703         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
11704         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
11705         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
11706         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
11707         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
11708         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
11709         (added) plugins/project-wizard/templates/mkfile/src/main.c:
11710         Added makefile based project import wizard and wizard template.
11712 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
11714         * libanjuta/anjuta-launcher.c: Reduced false password detections
11716 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
11718         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
11719         messages correctly.a
11721 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
11722         
11723         * scintilla/Makefile.am: Changed scintilla library to noinst
11724         * pixmaps/Makefile.am: Install password.png
11725         * libanjuta/anjuta-launcher.c: Changed password detection
11726         to be able to access GNOME CVS with ssh.
11727         
11728 2005-08-31  Naba Kumar  <naba@gnome.org>
11730         * plugins/glade/plugin.c: Set transient window for the widget
11731         dialogs.
11732         
11733 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
11735         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
11737 2005-08-10  Naba Kumar  <naba@gnome.org>
11739         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
11740         as shortcut key for execute.
11742         * src/about.c: Clean up.
11743         
11744         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
11745         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
11746         entry boxes.
11747         
11748 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11750         * plugins/editor/search-replace_backend.c :
11751         Fixed search in File Patterns.
11753 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
11755         * plugins/gdb/Makefile.am: Fixed a make -j x bug
11756         
11757 2005-08-04  Naba Kumar  <naba@gnome.org>
11759         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
11760         for pango-1.8 rendering bug.
11761         
11762 2005-08-03  Naba Kumar  <naba@gnome.org>
11764         * plugins/glade/plugin.c: Proper names for plugin widgets.
11765         
11766         * plugins/subversion/anjuta-subversion.glade,
11767         plugins/subversion/svn-auth.c: Fixed authentication dialog and
11768         string allocations. Use passed default values when available.
11769         Set proper focus and dialog default response. Destroy dialog after use.
11770         Return error when appropriate.
11772 2005-08-02  Naba Kumar  <naba@gnome.org>
11774         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
11775         for pango-1.8 rendering bug.
11776         
11777 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
11779         * scintilla/Makefile.am: Fixed a make -j x bug
11780         
11781 2005-08-02  Johannes Schmid <jhs@gnome.org>
11782         
11783         * plugins/subversion/svn-auth.c: Added username/password 
11784         auto function.
11786 2005-08-01  Naba Kumar  <naba@gnome.org>
11788         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
11789         checks for character width calculations.
11790         
11791 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11793         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
11795 2005-07-31  Naba Kumar  <naba@gnome.org>
11797         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
11798         messup with pango 1.8. Fixed bug #311846.
11800 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11802         * plugins/gdb/memory.c : Fixed bug 305082.
11803         
11804         * plugins/project-wizard/templates/anjuta-plugin.wiz,
11805         plugins/project-wizard/templates/gcj.wiz,
11806         plugins/project-wizard/templates/gnome.wiz,
11807         plugins/project-wizard/templates/gtk.wiz,
11808         plugins/project-wizard/templates/java.wiz,
11809         plugins/project-wizard/templates/python.wiz,
11810         plugins/project-wizard/templates/wxwin.wiz,
11811         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
11813 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
11815         * plugins/tools/execute.c:
11816         Correct a crash if editor is closed while a tool still use it.
11818 2005-07-28  Naba Kumar  <naba@gnome.org>
11820         * scintilla/*: Updated scintilla from their latest CVS.
11822 2005-07-27  Naba Kumar  <naba@gnome.org>
11824         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
11825         plugins/build-basic-autotools/build-basic-autotools.c,
11826         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
11827         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
11828         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
11829         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
11830         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
11831         plugins/message-view/plugin.c, plugins/patch/plugin.c,
11832         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
11833         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
11834         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
11835         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
11836         argument to anjuta_ui_add_action_group_entries() and
11837         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
11838         Fixed all plugins to pass translation domain. This fixes untranslated
11839         UI bugs. 
11841 2005-07-27  Naba Kumar  <naba@gnome.org>
11843         * plugins/class-inheritance/class-callbacks.c,
11844         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
11845         proper system colors.
11847 2005-07-26  Naba Kumar  <naba@gnome.org>
11849         * ROADMAP: Updated and added more tasks.
11851 2005-07-25  Naba Kumar  <naba@gnome.org>
11853         * ROADMAP: Updated and added more tasks.
11854         
11855 2005-07-24  Naba Kumar  <naba@gnome.org>
11857         * HACKING: Fixed format.
11859 2005-07-24  Naba Kumar  <naba@gnome.org>
11861         * ROADMAP: Fixed format.
11862         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
11864 2005-07-24  Naba Kumar  <naba@gnome.org>
11866         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
11867         * data/properties/cpp.properties: Added *.c++ as file extension for c++
11869 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
11871         * plugins/tools/dialog.c, plugins/tools/dialog.h:
11872         Correct wrong sensitivity setting
11873         
11874         * plugins/tools/tool.c: Correct a crash when removing overridden tool
11875         
11876         * plugins/tools/variable.c:     Add variables for project manager
11878 2005-07-23  Naba Kumar  <naba@gnome.org>
11880         * ROADMAP: updated.
11882 2005-07-23 Naba Kumar  <naba@gnome.org>
11884         * plugins/subversion/Makefile.am,
11885         plugins/subversion/svn-auth.c,
11886         plugins/subversion/svn-auth.h: Added subversion authentication code
11887         stubs.
11888         
11889         * plugins/subversion/subversion-callbacks.c,
11890         plugins/subversion/subversion-callbacks.h,
11891         plugins/subversion/svn-backend-priv.h,
11892         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
11893         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
11894         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
11895         Added file mode line.
11897 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
11899         * configure.in: Added 'gl' to ALL_LINGUAS.
11901 2005-07-21 Naba Kumar  <naba@gnome.org>
11903         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
11904         the active sources and kill the running process without emitting
11905         signals (which could be fatal because the object is being destroyed).
11906         Incidentally, fixed the crash that happens when stopping an active
11907         debugger session. Disabled debug prints and code clean up.
11908         Fixed bug #305587.
11909         
11910         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
11911         message view object, because that prevents many unprocessed outputs
11912         from the cvs command from being appended in view. Does not set NULL
11913         to mesg_view private member (not required) so that any pending outputs
11914         to view is processed.Fixed bug #172666.
11916         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
11917         type in supported list.
11918         
11919 2005-07-18  Adam Weinberger  <adamw@gnome.org>
11921         * plugins/file-manager/anjuta-file-manager-plugin.glade:
11922           grammar/spelling fixes.
11924 2005-07-17 Naba Kumar  <naba@gnome.org>
11926         * (new) plugins/project-wizard/templates/terminal/cvsignore,
11927         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
11928         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
11929         plugins/project-wizard/templates/anjuta-plugin.wiz,
11930         plugins/project-wizard/templates/gcj.wiz,
11931         plugins/project-wizard/templates/gnome.wiz,
11932         plugins/project-wizard/templates/gtk.wiz,
11933         plugins/project-wizard/templates/gtkmm.wiz,
11934         plugins/project-wizard/templates/java.wiz,
11935         plugins/project-wizard/templates/python.wiz,
11936         plugins/project-wizard/templates/terminal.wiz,
11937         plugins/project-wizard/templates/terminal/Makefile.am,
11938         plugins/project-wizard/templates/terminal/po/Makefile.am,
11939         plugins/project-wizard/templates/terminal/src/Makefile.am,
11940         plugins/project-wizard/templates/wxwin.wiz,
11941         plugins/project-wizard/templates/xlib-dock.wiz,
11942         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
11943         wizards and updated .wiz files to install them in newly created
11944         projects.
11946 2005-07-16 Naba Kumar  <naba@gnome.org>
11948         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
11949         
11950         * plugins/file-manager/an_file_view.c,
11951         plugins/file-manager/plugin.c: Added file manager preferences to
11952         show/hide files ignored by version control (e.g. cvsignore).
11953         
11954         * plugins/editor/text_editor.c: Initialize vfs info struct.
11955         
11956         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
11957         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
11958         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
11959         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
11960         omf-install/.cvsignore, pixmaps/.cvsignore,
11961         plugins/file-manager/anjuta-file-manager-plugin.glade,
11962         scintilla/.cvsignore, scintilla/include/.cvsignore,
11963         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
11964         tagmanager/python.c: Updated.
11966 2005-07-16 Naba Kumar  <naba@gnome.org>
11968         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
11969         Fixed python parser to parser class methods.
11971 2005-07-15 Naba Kumar  <naba@gnome.org>
11973         * plugins/project-wizard/property.c: Used parenthesis to remove
11974         ambiguty.
11975         
11976         * plugins/project-wizard/templates/anjuta-plugin.wiz,
11977         plugins/project-wizard/templates/gcj.wiz,
11978         plugins/project-wizard/templates/gnome.wiz,
11979         plugins/project-wizard/templates/gtk.wiz,
11980         plugins/project-wizard/templates/gtkmm.wiz,
11981         plugins/project-wizard/templates/java.wiz,
11982         plugins/project-wizard/templates/python.wiz,
11983         plugins/project-wizard/templates/terminal.wiz,
11984         plugins/project-wizard/templates/wxwin.wiz,
11985         plugins/project-wizard/templates/xlib-dock.wiz,
11986         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
11987         and names.
11989 2005-07-15 Naba Kumar  <naba@gnome.org>
11991         * plugins/project-wizard/templates/java.wiz,
11992         plugins/project-wizard/templates/java/Makefile.am,
11993         plugins/project-wizard/templates/java/project.anjuta,
11994         plugins/project-wizard/templates/python.wiz,
11995         plugins/project-wizard/templates/python/Makefile.am,
11996         plugins/project-wizard/templates/python/project.anjuta: Use different
11997         project files for java and python module where debugger is not
11998         included in the list of plugins.
12000 2005-07-15 Naba Kumar  <naba@gnome.org>
12002         * configure.in, plugins/project-wizard/templates/Makefile.am,
12003         plugins/project-wizard/templates/gcj-logo.png,
12004         plugins/project-wizard/templates/gcj.wiz,
12005         plugins/project-wizard/templates/gcj/.cvsignore,
12006         plugins/project-wizard/templates/gcj/Makefile.am,
12007         plugins/project-wizard/templates/gcj/configure.in.tpl,
12008         plugins/project-wizard/templates/gcj/src/.cvsignore,
12009         plugins/project-wizard/templates/gcj/src/Makefile.am,
12010         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12011         plugins/project-wizard/templates/java-logo.png,
12012         plugins/project-wizard/templates/java.wiz,
12013         plugins/project-wizard/templates/java/configure.in.tpl,
12014         plugins/project-wizard/templates/java/po/Makefile.am,
12015         plugins/project-wizard/templates/java/po/POTFILES.in,
12016         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12017         plugins/project-wizard/templates/java/src/main.java,
12018         plugins/project-wizard/templates/python-logo.png,
12019         plugins/project-wizard/templates/python.wiz,
12020         plugins/project-wizard/templates/python/.cvsignore,
12021         plugins/project-wizard/templates/python/Makefile.am,
12022         plugins/project-wizard/templates/python/configure.in.tpl,
12023         plugins/project-wizard/templates/python/po/.cvsignore,
12024         plugins/project-wizard/templates/python/po/Makefile.am,
12025         plugins/project-wizard/templates/python/po/POTFILES.in,
12026         plugins/project-wizard/templates/python/src/.cvsignore,
12027         plugins/project-wizard/templates/python/src/Makefile.am,
12028         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12029         plugins/project-wizard/templates/python/src/main.py: Added Generic
12030         gcj and python project wizards. Fixed Generic java project to
12031         use _JAVA primary. Update gnome-build from cvs for them to work
12032         correctly.
12034 2005-07-12 Naba Kumar  <naba@gnome.org>
12036         * plugins/project-manager/plugin.c: Automatically determine
12037         project backend by probing.
12038         
12039 2005-07-04 Naba Kumar  <naba@gnome.org>
12041         * Makefile.am: Do not install old anjuta.glade file which conflicts
12042         with newer src/anjuta.glade.
12044 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12046         * plugins/an_symbol_prefs.c:
12047         Sort list of available symbol files
12049 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12051         * plugins/build-basic-autotools.c:
12052         Fixed #307810
12053         
12054         * plugins/gtodo/libgtodo.c:
12055         Possible fix for #307800
12057         * libanjuta/anjuta-encodings.c
12058         libanjuta/anjuta-launcher.c
12059         libanjuta/anjuta-preference-dialog.c
12060         libanjuta/anjuta-preferences.c
12061         libanjuta/anjuta-ui.c
12062         libanjuta/anjuta-util.c
12063         libanjuta/cell-renderer-captioned-image.c
12064         libanjuta/plugin.c:
12065         
12066         Patch from de_lupus@pandora.be (Kristof Vansant):
12067         Replaced deprecated gnome-i18n.h
12068         Closed #309153
12070 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12071         
12072         * plugins/subversion/anjuta-subversion.glade
12073         plugins/subversion/anjuta-subversion.ui
12074         plugins/subversion/plugin.c
12075         plugins/subversion/subversion-actions.c
12076         plugins/subversion/subversion-callbacks.h
12077         plugins/subversion/subversion-callbacks.c
12078         plugins/subversion/svn-backend-priv.h
12079         plugins/subversion/svn-backend.h
12080         plugins/subversion/svn-backend.c
12081         plugins/subversion/svn-thread.h
12082         plugins/subversion/svn-thread.c:
12083         
12084         Implemented Subversion diff
12085         
12086 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12087         
12088         * plugins/build-basic-autotools/build-basic-autotools.c:
12089         Fixed crash bug! Might be useful to release 2.0.2 soon
12090         because this bug will crash any build which produces errors
12091         or warnings
12093 === Anjuta 2.0.1 ===
12095 2005-06-27 Naba Kumar  <naba@gnome.org>
12097         * plugins/tools/execute.c: Formated code.
12098         
12099 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12101         * plugins/build-basic-autotools/build-basic-autotools.c:
12102         Remove two memory leaks
12103         Check command output versus untranslated strings too
12105         * plugins/tools/execute.c:
12106         Remove two memory leaks
12107         Check command output versus untranslated strings too
12108         Remove description message
12110         * plugins/tools/fileop.c:
12111         Escape tool name in xml configuration file
12113 2005-05-26 Naba Kumar  <naba@gnome.org>
12115         * configure.in: Bumped version to 2.0.1
12116         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12118         * plugins/tools/execute.c: Fixed clickable messages.
12119         * NEWS: Updated.
12121         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12122         Deactivate glade plugin when last glade project is closed. Reorder
12123         glade widgets in layout. Change glade project when user selects a
12124         new project. Removed project from the list when user closes it. Fixed
12125         glade project file loading from URI. Save and restored loaded glade
12126         projects in/from session.
12128         * plugins/class-gen/action-callbacks.c,
12129         plugins/class-gen/anjuta-class-gen-plugin.glade,
12130         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12131         plugins/file-wizard/anjuta-file-wizard.glade,
12132         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12133         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12134         "Add to project" correctly. Use the source file path returned after
12135         adding to project. Fixed memory leaks. Deactivate wizard plugins
12136         after use.
12137         
12138         * plugins/project-manager/plugin.c,
12139         plugins/project-wizard/anjuta-project-wizard.glade,
12140         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12141         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12142         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12143         project-wizard preference page to anjuta app, because they are
12144         more appropriated as general preferences. Renamed username and
12145         useremail properties keys.
12146         
12147         * po/POTFILES.in: Updated.
12149         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12150         saved at closing.
12151         
12152         * plugins/file-loader/plugin.c: Do not use static variable to store
12153         created submenu in factory. Fixed crash in anjuta exit.
12154         
12155 2005-05-24 Naba Kumar  <naba@gnome.org>
12157         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12158         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12159         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12160         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12161         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12162         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12163         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12164         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12165         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12166         
12167         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12168         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12169         plugins/build-basic-autotools/build-basic-autotools.c,
12170         plugins/build-basic-autotools/build-basic-autotools.h,
12171         plugins/build-basic-autotools/executer.c,
12172         plugins/build-basic-autotools/executer.h,
12173         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12174         plugins/tools/variable.c: Added an extra argument to
12175         anuta_util_dialog_input() to pass default value. Save/load project
12176         configure and execution parameters in/from session.
12178         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12179         symbol browser is loaded.
12180         
12181         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12182         freeze/thaw.
12184         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12185         deactivate would not start shell.
12187 2005-05-24 Naba Kumar  <naba@gnome.org>
12189         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12190         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12191         libegg/egg-submenu-action.c, libegg/test-actions.c,
12192         plugins/build-basic-autotools/build-basic-autotools.c,
12193         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12194         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12195         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12196         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12197         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12198         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12199         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12200         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12201         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12202         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12204 2005-05-24 Naba Kumar  <naba@gnome.org>
12206         * data/properties/styles.properties: Fixed defalt font.
12208         * plugins/editor/search-replace.c,
12209         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12210         project openness wihtout activating project-manager plugin (i.e.
12211         using anjuta_shell_get()).
12212         
12213         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12214         - Completed add_source(), add_group() and add_target() methods of
12215         IAnjutaProjectManager.
12216         - Change their definition to return the added element (or NULL).
12217         - Used interface API for project main menus and 'add to project'
12218         from file-manager context menu.
12219         - Select proper default target/group when prompting for adding
12220         source/target/group.
12221         - Do not expand all nodes in selection tree when default selection
12222         are given (eases navigation in big projects).
12223         - Code clean ups.
12224         - Marked strings for translation.
12226 2005-05-23 Naba Kumar  <naba@gnome.org>
12228         * src/anjuta-app.c: Save menu accelerators on change.
12229         * NEWS: Updated.
12230         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12231         save-as dialog (leading to crash later).
12233 2005-05-22 Naba Kumar  <naba@gnome.org>
12235         * NEWS: Updated.
12236         * AUTHORS: Added developers for other projects. Updated.
12237         * TODO.tasks: Updated.
12238         * ChangeLog: Added past changelogs from anjuta-0.1.5.
12239         
12240 2005-05-22 Naba Kumar  <naba@gnome.org>
12242         * plugins/tools/execute.c: Make parsable lines distinct by adding
12243         a "Click me" description in the message. Allow tools to open arbibrary
12244         file in editory using gdb-styled annotation (The line starts with two
12245         \032 characters followed by the file:line).
12246         
12247         * plugins/tools/scripts/prepare-changelog.pl,
12248         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12249         ChangeLog file itself and open it.
12251 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12253         * plugins/tools/execute.c:
12254         Parse output in message pane
12255         Correct a crash on plugin deactivation
12257         * plugins/tools/fileop.c,
12258         plugins/tools/tool.c,
12259         plugins/tools/tool.h:
12260         Load only valid tools
12262 2005-06-21  Naba Kumar  <naba@gnome.org>
12264         * anjuta.spec.in: Fixed devel package requirement.
12266         * plugins/message-view/message-view.c: Scroll message on next/previous.
12268         * TODO.tasks: Updated.
12270         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12271         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12272         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12273         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12274         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12275         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12276         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12277         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12279         * libanjuta/anjuta-preferences.c,
12280         plugins/build-basic-autotools/build-basic-autotools.c,
12281         plugins/build-basic-autotools/executer.c,
12282         plugins/class-gen/action-callbacks.c,
12283         plugins/class-gen/action-callbacks.h,
12284         plugins/class-gen/class_gen.c,
12285         plugins/cvs-plugin/cvs-interface.c,
12286         plugins/debug-manager/attach_process.c,
12287         plugins/debug-manager/plugin.c,
12288         plugins/debug-manager/utilities.c,
12289         plugins/debug-manager/utilities.h,
12290         plugins/editor/aneditor-autocomplete.cxx,
12291         plugins/editor/aneditor.cxx,
12292         plugins/editor/search-replace.c,
12293         plugins/editor/search-replace_backend.c,
12294         plugins/gdb/breakpoints.c,
12295         plugins/gdb/registers.c,
12296         plugins/patch/plugin.c,
12297         plugins/project-wizard/druid.c,
12298         plugins/project-wizard/install.c,
12299         plugins/subversion/plugin.c,
12300         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
12301         codes.
12303         * plugins/class-gen/action-callbacks.c,
12304         plugins/project-wizard/parser.c,
12305         plugins/project-wizard/property.c,
12306         plugins/project-wizard/values.c,
12307         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
12309         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
12310         alphabetically
12312 2005-06-20  Naba Kumar  <naba@gnome.org>
12314         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12315         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12316         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12317         
12318         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
12319         exit idle function.
12320         
12321         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
12322         Fixed possible memory corruption.
12324         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
12325         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
12326         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
12327         progress bar increment and added progress status for symbol refresh
12328         and project loading.
12329         
12330         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
12331         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
12332         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
12333         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
12334         bar.
12336         * TODO.tasks: Updated.
12338 2005-06-19  Naba Kumar  <naba@gnome.org>
12340         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
12341         Fixed warning.
12342         
12343         * plugins/project-import/project-import.c: Deactivate plugin when done.
12344         
12345 2005-06-18  Naba Kumar  <naba@gnome.org>
12347         * plugins/profile-default/plugin.c: Fixed error when loading another
12348         project while a project is still loaded.
12349         
12350         * plugins/project-manager/plugin.c: Used (newly added) group-activated
12351         signal from gnome-build to popup group properties.
12352         
12353         * src/anjuta.c: Load default session by default.
12355         * po/POTFILES.in: Added missing files.
12356         
12357         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
12358         activate plugin on load (activate it separately). Connect to activate
12359         and deactivate signals for housekeeping, so that if plugins are
12360         activated or deactivate externally, they are properly recorded.
12361         
12362         * plugins/profile-default/plugin.c: Save profile before a project
12363         is loaded so that it could be restored when project is closed.
12364         
12365         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
12367 2005-06-17  Naba Kumar  <naba@gnome.org>
12369         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
12370         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
12371         for project. The plugins loaded for the project is restored when project
12372         is loaded next time.
12373         
12374         * TODO.tasks: Updated.
12375         
12376 2005-06-15  Naba Kumar  <naba@gnome.org>
12378         * plugins/tools/scripts/find-fixmes.pl,
12379         (new) plugins/tools/scripts/translation-status.pl,
12380         plugins/tools/scripts/tools-2.xml.in,
12381         plugins/tools/scripts/Makefile.am,
12382         plugins/tools/scripts/prepare-changelog.pl: Added translation
12383         status script. Completed find-fixmes.pl script. Fixed bugs.
12385         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
12386         tool path.
12388 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12390         * plugins/message-view/anjuta-message-manager-plugin.glade :
12391         renamed "messages.tag.position" to "messages.tab.position".
12392         plugins/message-view/anjuta-msgman.c : 
12393         Messages tab position prefrences.
12394         
12395 2005-06-14  Naba Kumar  <naba@gnome.org>
12397         * (new) plugins/tools/scripts/find-fixmes.pl,
12398         (new) plugins/tools/scripts/tools-2.xml.in,
12399         (new) plugins/tools/scripts/Makefile.am,
12400         (new) plugins/tools/scripts/prepare-changelog.pl,
12401         plugins/tools/plugin.h, plugins/tools/fileop.c,
12402         plugins/tools/Makefile.am, configure.in: Added system tools.
12404 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
12406         * plugins/tools/editor.c:
12407         Take care of creating .anjuta directory if missing
12409 2005-06-10  Naba Kumar  <naba@gnome.org>
12411         * configure.in: Increased gnome-build required to version 0.1.2.
12412         
12413         * plugins/project-manager/plugin.c: Fixed target/group removal.
12414         Fixed memory leaks.
12415         
12416 2005-06-10  Naba Kumar  <naba@gnome.org>
12418         * plugins/project-manager/plugin.c: Implemented target/group
12419         configuration (update gnome-build module from cvs).
12420         
12421 2005-06-07  Naba Kumar  <naba@gnome.org>
12423         Patch from: Massimo Cora'  <maxcvs@email.it>:
12424         * plugins/class-inheritance/Makefile.am,
12425         plugins/class-inheritance/class-inherit.c,
12426         plugins/class-inheritance/class-inherit.h,
12427         plugins/class-inheritance/plugin.c,
12428         plugins/class-inheritance/plugin.h,
12429         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
12430         expanded view of classes in hierarchy canvas (collapsable again).
12431         
12432 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
12434         * scintilla/patches/scintilla-64-bit.diff (added)
12435         * plugins/patch/patch-plugin.c:
12436         Conditional build for GTK 2.4 and GTK 2.6
12438 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
12440         * plugins/tools/anjuta-tools.glade,
12441         plugins/tools/editor.c,
12442         plugins/tools/plugin.h,
12443         plugins/tools/fileop.c:
12444         Add a check box to edit an user script
12445         Correct a few memory leak
12447         * plugins/tools/execute.c,
12448         plugins/tools/tool.c,
12449         plugins/tools/tool.h:
12450         Move utility remove_mnemonic function in tool.c
12451         Small fix
12453 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
12455         Patch from sbrabec@suse.cz:
12456         * configure.in
12457         scintilla/include/Scintilla.h:
12458         
12459         Fix 64-Bit warnings in gcc 4
12461 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
12462         
12463         * plugins/patch/patch_plugin.c
12464         plugins/patch/patch.h
12465         plugin/patch/patch-plugin.glade
12466         plugin/patch/Makefile.am:
12467         
12468         Changed patch plugin to use libglade and new gtk 2.6 widgets
12470 2005-05-31  Naba Kumar  <naba@gnome.org>
12472         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
12473         * plugins/editor/text_editor.c: Don't show error
12474         for empty files.
12475         
12476 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
12477         
12478         * plugins/message-view/anjuta-message-manager.ui,
12479         plugins/message-view/anjuta-msgman.c,
12480         plugins/message-view/anjuta-msgman.h,
12481         plugins/message-view/message-view.c,
12482         plugins/message-view/message-view.h,
12483         plugins/message-view/plugin.c:
12484         Add a popup menu in messages panes
12485         Move save message pane option in it
12487 2005-05-28  Naba Kumar  <naba@gnome.org>
12489         * data/properties/styles.properties: Fixed default font
12490         names and sizes.
12492         * plugins/editor/style-editor.c: cleanup.
12493         
12494 2005-05-25  Naba Kumar  <naba@gnome.org>
12496         * plugin/gdb/plugin.c: Start gdb even if the program does
12497         not exists. Fixes bug #305074
12498         
12499 2005-05-24  Naba Kumar  <naba@gnome.org>
12501         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
12502         * configure.in: graphviz pkgconfig path.
12504 2005-05-24  Naba Kumar  <naba@gnome.org>
12506         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
12507         * TODO.tasks: Updated.
12508         
12509 2005-05-22  Naba Kumar  <naba@gnome.org>
12511         * anjuta.spec.in: Fixed spec file
12512         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
12514 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
12515         
12516         * TODO.tasks: Updated.
12518         * plugins/message-view/anjuta-message-manager.ui,
12519         plugins/message-view/message-view.c,
12520         plugins/message-view/message-view.h,
12521         plugins/message-view/plugin.c:
12522         Add shortcut for next and previous message
12523         Add a save message menu item
12524         Fix a bug in previous message
12526 2005-05-21  Naba Kumar  <naba@gnome.org>
12528         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
12529         doc/Makefile.am, global-tags/create_global_tags.sh,
12530         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
12531         and rpm package creation. Fixed installation paths.
12532         
12533         * plugins/editor/anjuta-document-manager.glade,
12534         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
12535         and indent options.
12536         
12537         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
12539 2005-05-21  Naba Kumar  <naba@gnome.org>
12541         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
12542         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
12543         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
12544         tagmanager/Makefile.am: Fixed paths configure variables to take
12545         automake configure variables instead of hardcoding.
12547         * global-tags/tm_global_tags.c: Formated code.
12549         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
12550         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12551         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12552         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12553         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12554         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12555         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12556         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12557         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12559 2005-05-20  Naba Kumar  <naba@gnome.org>
12561         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
12562         and fixed rpm spec file (more testing required).
12563         
12564         * data/gdb.init: Don't set gdb prompt.
12565         
12566         * mime/Makefile.am: run update-mime-data only on system-wide install.
12567         
12568         * plugins/gdb/Makefile.am: Install plugin at correct paths.
12570 2005-05-19  Naba Kumar  <naba@gnome.org>
12572         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
12573         while it's not visible.
12575         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
12576         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
12577         
12578 2005-05-19  Naba Kumar <naba@gnome.org>
12580         * configure.in: Fixed subversion checks. Added
12581         --disable-plugin-subversion and --disable-plugin-glade
12582         configure flags to manually turn off their plugin builds.
12584         * plugins/editor/plugin.c: Save and restore current editor line
12585         positions in session.
12587 2005-05-18  Naba Kumar  <naba@gnome.org>
12589         * AUTHORS: Fixed email address.
12590         
12591         * libanjuta/anjuta-utils.c,
12592         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
12593         when the projectmanager toplevel is not a window. Check for valid
12594         gtkwindow type before using the passed window as parent for anjuta
12595         dialogs.
12597 2005-05-17  Naba Kumar  <naba@gnome.org>
12599         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
12600         
12601         * plugins/cvs-plugin/Makefile.am,
12602         plugins/devhelp/plugin.c,
12603         plugins/file-loader/Makefile.am,
12604         plugins/macro/Makefile.am,
12605         plugins/message-view/Makefile.am,
12606         plugins/patch/Makefile.am,
12607         plugins/project-manager/Makefile.am,
12608         plugins/subversion/Makefile.am,
12609         plugins/symbol-browser/Makefile.am: Removed -module flags
12610         from libtool flags
12612         * MAINTAINERS: Added file so that I could recieve bugzilla
12613         reports.
12615         * plugins/glade/plugin.c: Fixed compile error.
12617 === Anjuta 2.0.0 ===
12619 2005-05-15  Naba Kumar  <naba@gnome.org>
12621         * configure.in: Adjusted gdl version requirement. Bumped anjuta
12622         version to 2.0.0.
12624         * plugins/symbol-browser/an_symbol_view.c,
12625         plugins/symbol-browser/plugin.c,
12626         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
12627         symbols have been updated. Reset file symbols when update
12628         occurs. Fixed memory leaks.
12630         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
12631         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
12632         
12633 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
12635         * plugins/tools/anjuta-tools.glade:
12636         Remove unused parameter dialog
12638         * plugins/tools/dialog.c,
12639         plugins/tools/fileop.c,
12640         plugins/tools/fileop.h,
12641         plugins/tools/tool.c,
12642         plugins/tools/tool.h,
12643         plugins/tools/variable.c:
12644         Add a few comments and cleanups
12646         * plugins/tools/editor.c,
12647         plugins/tools/editor.h:
12648         Remove code from previous plugin and add comments
12649         Use main window as parent (instead of tool list)
12651         * plugins/tools/execute.c,
12652         plugins/tools/execute.h:
12653         Remove code from previous plugin and add comments
12654         Fix warnings
12656 2005-05-14  Naba Kumar  <naba@gnome.org>
12658         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
12659         release.
12660         
12661         * configure.in: Fixed
12662         
12663         * plugins/class-inheritance/class-inheritance.png: New icon.
12664         
12665         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
12666         screws up when reparented.
12668 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12670         * plugins/editor/search-replace.c,
12671         plugins/editor/search-replace_backend.c
12672         plugins/project-manager/plugin.c : Clear find pane if searching same 
12673         expression. Clean code.
12675 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
12677         * configure.in: Added ne in ALL_LINGUAS
12678         
12679 2005-05-13  Naba Kumar  <naba@gnome.org>
12681         * configure.in: Fixed glade-3 version.
12682         
12683         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
12684         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
12685         plugins/gdb/watch.c: Update locals, watch and frame document on
12686         frame change.
12688 2005-05-12  Naba Kumar  <naba@gnome.org>
12690         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
12691         scope autocompletion when the function definition is incomplete.
12692         
12693         * plugins/class-gen/anjuta-class-gen.plugin.in,
12694         plugins/file-wizard/anjuta-file-wizard.plugin.in,
12695         plugins/gdb/plugin.c,
12696         plugins/glade/anjuta-glade.plugin.in,
12697         plugins/project-import/anjuta-project-import.plugin.in,
12698         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
12699         titles for the wizards.
12701 2005-05-11  Naba Kumar  <naba@gnome.org>
12703         * configure.in, plugins/debug-manager/Makefile.am,
12704         plugins/debug-manager/plugin.c,
12705         (added) plugins/debug-manager/images/.cvsignore,
12706         (added) plugins/debug-manager/images/Makefile.am,
12707         (added) plugins/debug-manager/images/detach-16.png,
12708         (added) plugins/debug-manager/images/detach.png,
12709         (added) plugins/debug-manager/images/step-into-16.png,
12710         (added) plugins/debug-manager/images/step-into.png,
12711         (added) plugins/debug-manager/images/step-out-16.png,
12712         (added) plugins/debug-manager/images/step-out.png,
12713         (added) plugins/debug-manager/images/step-over-16.png,
12714         (added) plugins/debug-manager/images/step-over.png,
12715         plugins/gdb/Makefile.am,
12716         plugins/gdb/breakpoints.c,
12717         plugins/gdb/plugin.c,
12718         (added) plugins/gdb/images/.cvsignore,
12719         (added) plugins/gdb/images/Makefile.am,
12720         (added) plugins/gdb/images/breakpoint.png,
12721         (added) plugins/gdb/images/locals.png,
12722         (added) plugins/gdb/images/stack.png,
12723         (added) plugins/gdb/images/watch.png: Fixed breakpoints
12724         'remove all'. Added debugger icons.
12726         * plugins/editor/text_editor.c: Fixed file monitor.
12728         Patch from: Massimo Cora'  <maxcvs@email.it>
12729         * plugins/patch/anjuta-patch-plugin.png,
12730         plugins/class-gen/Makefile.am,
12731         plugins/class-gen/action-callbacks.c,
12732         plugins/class-gen/class_gen.c,
12733         plugins/class-gen/class_logo.xpm: Implemented vcs
12734         file addions. New icons by Fabio Zecchini
12736 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12738         * libanjuta/interfaces/libanjuta.idl
12739         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
12740         plugins/editor/search-replace_backend.c
12741         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
12743 2005-05-11  Naba Kumar  <naba@gnome.org>
12744         
12745         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
12746         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
12747         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
12748         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
12749         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
12750         memory leaks.
12751         
12752         * plugins/symbol-browser/an_symbol_prefs.c,
12753         plugins/symbol-browser/an_symbol_search.c,
12754         plugins/symbol-browser/an_symbol_view.c,
12755         plugins/symbol-browser/an_symbol_view.h,
12756         plugins/symbol-browser/plugin.c: Fixed memory leaks.
12758 2005-05-11  Naba Kumar  <naba@gnome.org>
12760         * libanjuta/anjuta-shell.c: Fixed runtime warning.
12761         
12762         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
12763         progress bar location at create time, instead of hardcoding.
12764         
12765         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
12766         Added mini splash screen.
12767         
12768         * plugins/editor/text_editor.c: Do not produce warning when file
12769         monitor could not be created.
12770         
12771         * plugins/profile-default/plugin.c: Save project session on exit.
12772         Show mini splash with progress bar at profile load.
12774 2005-05-10  Naba Kumar  <naba@gnome.org>
12776         * configure.in, manuals/Makefile.am: Fixed compile flags.
12777         Disable outdated manuals builds.
12778         
12779         * global-tags/Makefile.am: Uninstall tags files on
12780         'make uninstall'
12781         
12782         * libegg/Makefile.am: Use configured deprecated flags.
12783         
12784         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
12785         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12786         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12787         Updated.
12788         
12789         * mime/Makefile.am: Take DESTDIR into account.
12790         
12791         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
12792         
12793         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
12794         on scope autocompletion.
12795         
12796         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
12797         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
12798         shared libs and static libs paths for debugging. Order them
12799         correctly.
12800         
12801         * po/POTFILES.in: Updated.
12803 2005-05-09  Naba Kumar  <naba@gnome.org>
12805         * libanjuta/interfaces/libanjuta.idl,
12806         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
12807         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
12808         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
12809         Implemented debugger source directory search and emits location changed
12810         signal with absolute path of the file.
12812         * plugins/tools/tool.c: Fixed compile errors.
12813         
12814 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
12816         * plugins/tools/anjuta-tools.glade,
12817         plugins/tools/dialog.h,
12818         plugins/tools/dialog.c,
12819         plugins/tools/plugin.c,
12820         plugins/tools/editor.c:
12821         Improve graphical user interface
12822         Remove old code
12823         Correct an error on close
12824         Some cleanups
12826         * plugins/tools/fileop.c,
12827         plugins/tools/tool.h,
12828         plugins/tools/tool.c:
12829         Change the tool internal structure
12830         Support having tools configuration in several places
12832 2005-05-08  Naba Kumar  <naba@gnome.org>
12834         * plugins/gdb/actions.c,
12835         (removed) plugins/gdb/registers_cbs.c,
12836         (removed) plugins/gdb/registers_cbs.h,
12837         (removed) plugins/gdb/registers_gui.c,
12838         (removed) plugins/gdb/sharedlib_cbs.c,
12839         (removed) plugins/gdb/sharedlib_cbs.h,
12840         (removed) plugins/gdb/sharedlib_gui.c,
12841         (removed) plugins/gdb/signals_cbs.c,
12842         (removed) plugins/gdb/signals_cbs.h,
12843         (removed) plugins/gdb/signals_gui.c: Removed dead files.
12845 2005-05-08  Naba Kumar  <naba@gnome.org>
12847         * plugins/build-basic-autotools/executer.c: Fixed programs
12848         listing dialog.
12849         
12850         * plugins/debug-manager/Makefile.am,
12851         plugins/debug-manager/anjuta-debug-manager.glade,
12852         plugins/debug-manager/plugin.c,
12853         plugins/gdb/Makefile.am: Used libglade for programs listing
12854         dialog.
12855         
12856         * (added) plugins/gdb/pointer.png: Stack pointer image.
12857         
12858         * libanjuta/anjuta-marshal.list,
12859         pixmaps/Makefile.am,
12860         plugins/gdb/actions.c,
12861         plugins/gdb/actions.h,
12862         plugins/gdb/anjuta-gdb-plugin.ui,
12863         plugins/gdb/anjuta-gdb.glade,
12864         plugins/gdb/breakpoints.c,
12865         plugins/gdb/breakpoints.h,
12866         plugins/gdb/debug_tree.c,
12867         plugins/gdb/debug_tree.h,
12868         plugins/gdb/debugger.c,
12869         plugins/gdb/debugger.h,
12870         plugins/gdb/gdbmi-test.c,
12871         plugins/gdb/gdbmi.c,
12872         plugins/gdb/gdbmi.h,
12873         plugins/gdb/info.c,
12874         plugins/gdb/info.h,
12875         plugins/gdb/locals.c,
12876         plugins/gdb/locals.h,
12877         plugins/gdb/memory.c,
12878         plugins/gdb/memory.h,
12879         plugins/gdb/plugin.c,
12880         plugins/gdb/plugin.h,
12881         plugins/gdb/registers.c,
12882         plugins/gdb/registers.h,
12883         plugins/gdb/registers_cbs.c,
12884         plugins/gdb/registers_cbs.h,
12885         plugins/gdb/registers_gui.c,
12886         plugins/gdb/sharedlib.c,
12887         plugins/gdb/sharedlib.h,
12888         plugins/gdb/sharedlib_cbs.c,
12889         plugins/gdb/sharedlib_cbs.h,
12890         plugins/gdb/sharedlib_gui.c,
12891         plugins/gdb/signals.c,
12892         plugins/gdb/signals.h,
12893         plugins/gdb/signals_cbs.c,
12894         plugins/gdb/signals_cbs.h,
12895         plugins/gdb/signals_gui.c,
12896         plugins/gdb/stack_trace.c,
12897         plugins/gdb/stack_trace.h,
12898         plugins/gdb/utilities.c,
12899         plugins/gdb/utilities.h,
12900         plugins/gdb/watch.c,
12901         plugins/gdb/watch.h,
12902         plugins/gdb/watch_cbs.c,
12903         plugins/gdb/watch_cbs.h,
12904         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
12905         it for all debugger component updates and listing. Implemented
12906         user custom debugger command window. Fixed all debugger components
12907         to work correctly. Implemented debugger as GObject. Removed
12908         deprecated codes.
12909         
12910 2005-05-06  Naba Kumar  <naba@gnome.org>
12911         
12912         * TODO.tasks: Updated.
12913         
12914         * plugins/build-basic-autotools/Makefile.am,
12915         plugins/file-loader/Makefile.am,
12916         plugins/profile-default/Makefile.am,
12917         plugins/sample1/Makefile.am,
12918         plugins/symbol-browser/images/Makefile.am,
12919         src/Makefile.am: Fixed 'make distcheck' errors.
12921         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
12922         updates.
12924         * tagmanager/tm_workspace.c: Include prototypes in getting
12925         scope members.
12927 2005-05-06  Naba Kumar  <naba@gnome.org>
12929         * TODO.tasks: Updated.
12930         
12931         * configure.in, plugins/cvs-plugin/Makefile.am,
12932         plugins/debug-manager/Makefile.am,
12933         plugins/devhelp/Makefile.am,
12934         plugins/editor/Makefile.am,
12935         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
12936         
12937         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
12938         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
12939         interfaces.
12940         
12941         * tagmanager/tm_workspace.c,
12942         tagmanager/include/tm_workspace.h,
12943         plugins/editor/aneditor-autocomplete.cxx,
12944         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
12945         to return all matching tag types when no name is given instead of
12946         returning empty array.
12947         
12948         * plugins/symbol-browser/Makefile.am,
12949         (added) plugins/symbol-browser/an_symbol.c,
12950         (added) plugins/symbol-browser/an_symbol.h,
12951         plugins/symbol-browser/an_symbol_info.c,
12952         plugins/symbol-browser/an_symbol_info.h,
12953         (added) plugins/symbol-browser/an_symbol_iter.c,
12954         (added) plugins/symbol-browser/an_symbol_iter.h,
12955         plugins/symbol-browser/an_symbol_search.c,
12956         plugins/symbol-browser/an_symbol_view.c,
12957         plugins/symbol-browser/an_symbol_view.h,
12958         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
12959         plugins/symbol-browser/plugin.c,
12960         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
12961         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
12962         plugin and implemented IAnjutaIterable interface for symbol search
12963         and iteration.
12965         * plugins/class-inheritance/Makefile.am,
12966         plugins/class-inheritance/class-inherit.c,
12967         plugins/class-inheritance/class-inherit.h,
12968         plugins/class-inheritance/plugin.h: Use the newly added
12969         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
12970         get rid of libanjuta-ctags.la dependencies.
12972 2005-05-02  Naba Kumar  <naba@gnome.org>
12974         * plugins/class-inheritance/class-inherit.c,
12975         plugins/class-inheritance/plugin.c,
12976         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
12977         be found for a class. Formated code.
12979         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
12980         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
12981         of editor tabs.
12982         
12983 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
12985         * libanjuta/anjuta-launcher.c:
12986         Keep trying sending data until all bytes have been written
12988         * plugins/tools/anjuta-tools.glade,
12989         plugins/tools/editor.c:
12990         Add a combo box to defined data from stdin
12992         * plugins/tools/execute.c:
12993         Send data in stdin if needed
12994         Code cleanups
12996         * plugins/tools/fileop.c,
12997         plugins/tools/tool.h,
12998         plugins/tools/tool.c:
12999         Store, load and save stdin data
13000         Use tools-2.xml instead of tools.xml
13002         * plugins/tools/plugin.c,
13003         plugins/tools/plugin.h:
13004         Code cleanups
13006         * plugins/tools/dialog.c,
13007         plugins/tools/dialog.h:
13008         Few code cleanups
13010         * plugins/tools/variable.c,
13011         plugins/tools/variable.h:
13012         Add editor related variables
13013         Code cleanups
13015 2005-04-29  Naba Kumar  <naba@gnome.org>
13017         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13019         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13020         
13021         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13022         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13023         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13024         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13025         working on gdb MI interface. Completed MI parser interface.
13027         Patch from  Massimo Cora <maxcvs@email.it>:
13028         * plugins/class-inheritance/Makefile.am,
13029         plugins/class-inheritance/class-inherit.c,
13030         plugins/class-inheritance/class-inherit.h,
13031         plugins/class-inheritance/plugin.c,
13032         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13033         Used system theme for colors. Display class members on mouse click.
13034         
13035 2005-04-28  Naba Kumar  <naba@gnome.org>
13037         * plugins/symbol-browser/an_symbol_prefs.c
13038         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13039         implementation to create/add/remove custom tags files in symbol
13040         brower preferences.
13042         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13043         EXTRA_DIST.
13045         * plugins/project-import/project-import.c: Fixed memory leaks and
13046         use correct debug prints.
13047         
13048         * TODO.tasks: Updated.
13049         
13050 2005-04-27  Naba Kumar  <naba@gnome.org>
13052         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13053         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13054         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13056         * plugins/editor/anjuta-docman.c,
13057         plugins/editor/anjuta-docman.h,
13058         plugins/editor/plugin.c: Emit editor-added signal from docman
13059         and connect signals to new editor correctly.
13061         * plugins/class-inheritance/plugin.c,
13062         plugins/symbol-browser/plugin.c: Added stock icons.
13063         
13064         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13065         plugins/build-basic-autotools/executer.c,
13066         plugins/build-basic-autotools/executer.h: Added missing files
13067         for the execute programs implementation.
13069 2005-04-26  Naba Kumar  <naba@gnome.org>
13070         
13071         * TODO.tasks: Updated.
13073         * plugins/file-loader/plugin.c,
13074         plugins/project-import/anjuta-project-import.plugin.in,
13075         plugins/project-import/plugin.c,
13076         plugins/project-import/project-import.c,
13077         plugins/project-import/project-import.h: Be able to import older
13078         anjuta projects.
13080 2005-04-26  Naba Kumar  <naba@gnome.org>
13082         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13083         removing it from the shell.
13085         * libanjuta/anjuta-shell.c,
13086         libanjuta/anjuta-shell.h,
13087         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13088         so that widget additions are freezed or thaw using a pending queue.
13089         Fixded UI flicker while loading projects.
13091 2005-04-26  Naba Kumar  <naba@gnome.org>
13093         * TODO.tasks: Updated.
13094         
13095         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13096         IAnjutaBuildable interface.
13097         
13098         * plugins/build-basic-autotools/Makefile.am,
13099         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13100         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13101         plugins/build-basic-autotools/build-basic-autotools.c,
13102         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13103         interface and UI for executing project/file programs. Implemented
13104         IAnjutaFile interface so that executables could be opened directly.
13105         
13106         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13107         Authors line (Reserved for external plugins, which do not have a way to
13108         show their credits).
13109         
13110         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13111         [File Loader] group for menu labels (default to "Name" if it is not
13112         defined.
13113         
13114         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13115         for executing external commands.
13117 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13119         * plugins/project-wizard/property.c:
13120         Correct a memory leak
13122         * libanjuta/interfaces/libanjuta.idl,
13123         plugins/editor/text_editor.c:
13124         Add erase_all and replace_selection function to IAnjutaEditor
13126         * plugins/tools/anjuta-tools.glade,
13127         plugins/tools/fileop.c,
13128         plugins/tools/editor.c,
13129         plugins/tools/tool.c
13130         plugins/tools/tool.h:
13131         Add shortcut and icon 
13133         * plugins/tools/variable.c,
13134         plugins/tools/variable.h:
13135         Add a variable asking parameters at run time
13137         * plugins/tools/execute.c:
13138         Add a warning message for missing document manager
13139         Add replace buffer and replace selection output
13140         Correct an error in popup output
13142         * plugins/tools/plugin.c,
13143         plugins/tools/plugin.h,
13144         plugins/tools/anjuta-tools.ui,
13145         src/anjuta.ui:
13146         Few clean up
13147         Attach tools menu to a new place
13149 2005-04-25  Naba Kumar  <naba@gnome.org>
13151         * libanjuta/plugins.c, src/about.c, src/about.h,
13152         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13153         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13154         plugins (about box for plugins) menu.
13156 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13158         *  plugins/editor/search-replace.c :
13159         Displayed full path in Search pane window. 
13160         Bug 300231 : Selected line in Search pane window .
13161                 
13162 2005-04-23  Naba Kumar  <naba@gnome.org>
13164         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13166 2005-04-22  Naba Kumar  <naba@gnome.org>
13168         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13169         
13170         * plugins/project-wizard/templates/java.wiz,
13171         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13172         to create bytecodes (.class) files.
13173         
13174         * plugins/symbol-browser/an_symbol_info.c,
13175         plugins/symbol-browser/an_symbol_info.h,
13176         plugins/symbol-browser/an_symbol_search.c,
13177         plugins/symbol-browser/an_symbol_view.c,
13178         plugins/symbol-browser/plugin.c,
13179         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13180         in file symbol list.
13182 2005-04-22  Naba Kumar  <naba@gnome.org>
13184         * TODO.tasks: Updated.
13185         
13186         * plugins/class-inheritance/Makefile.am,
13187         plugins/subversion/Makefile.am: Do not install plugin files when
13188         plugin build condition is false.
13189         
13190         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13191         plugins/build-basic-autotools/build-basic-autotools.c,
13192         plugins/build-basic-autotools/build-basic-autotools.h,
13193         plugins/file-loader/anjuta-loader-plugin.ui,
13194         plugins/file-loader/dnd.c,
13195         plugins/file-loader/plugin.c,
13196         plugins/file-loader/plugin.h,
13197         plugins/project-manager/anjuta-project-manager.ui,
13198         plugins/project-manager/plugin.c: Added open file and build context
13199         menu in project manager context menu.
13201 2005-04-22  Naba Kumar  <naba@gnome.org>
13203         * configure.in: Added message output showing conditional plugins to
13204         build or not.
13205         
13206         * src/layout.xml: Added layout for class-inheritance plugin widget.
13207         
13208         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13209         plugin name to remove redundant terms.
13210         
13211         * TODO.tasks: Updated.
13212         
13213         * configure.in,
13214         plugins/symbol-browser/Makefile.am,
13215         plugins/symbol-browser/an_symbol_view.c,
13216         (removed) plugins/symbol-browser/sv_class.xpm,
13217         (removed) plugins/symbol-browser/sv_function.xpm,
13218         (removed) plugins/symbol-browser/sv_macro.xpm,
13219         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13220         (removed) plugins/symbol-browser/sv_private_var.xpm,
13221         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13222         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13223         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13224         (removed) plugins/symbol-browser/sv_public_var.xpm,
13225         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13226         (removed) plugins/symbol-browser/sv_static_var.xpm,
13227         (removed) plugins/symbol-browser/sv_struct.xpm,
13228         (removed) plugins/symbol-browser/sv_unknown.xpm,
13229         (removed) plugins/symbol-browser/sv_variable.xpm,
13230         (added) plugins/symbol-browser/images/.cvsignore,
13231         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13232         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13233         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13234         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13235         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13236         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13237         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13238         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13239         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13240         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13241         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13242         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13243         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13244         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13245         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13246         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13247         (added) plugins/symbol-browser/images/Icons.16x16.Method,
13248         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13249         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13250         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13251         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13252         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13253         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13254         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13255         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13256         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13257         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13258         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13259         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13260         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13261         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13262         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13263         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13264         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13265         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13266         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13267         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13268         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13269         pixmaps and added new icons (taken from monodevelop).
13271 2005-04-21  Naba Kumar  <naba@gnome.org>
13273         Patch from  Massimo Cora <maxcvs@email.it>:
13275         * configure.in, plugins/Makefile.am
13276         (new) plugins/class-inheritance/.cvsignore,
13277         (new) plugins/class-inheritance/Makefile.am,
13278         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13279         (new) plugins/class-inheritance/class-inherit.c,
13280         (new) plugins/class-inheritance/class-inherit.h,
13281         (new) plugins/class-inheritance/plugin.c,
13282         (new) plugins/class-inheritance/plugin.h,
13283         (new) plugins/class-inheritance/class-inheritance.png: Added class
13284         inheritance plugin.
13285         
13286         Changes by naba: Added pkgconfig check for graphviz and conditionally
13287         build graphviz.
13288         
13289         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
13291 2005-04-20  Naba Kumar  <naba@gnome.org>
13293         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13294         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13295         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13296         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13297         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13298         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13299         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13300         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13301         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13302         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13303         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13304         
13305         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
13306         message view management.
13308         * libanjuta/anjuta-children.[ch],
13309         plugins/build-basic-autotools/build-basic-autotools.c,
13310         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
13311         Removed anjuta_children_init() function,
13312         because it is done automatically when first invoked. Introduced
13313         anjuta_children_recover() to recover the child signalling. Fixed
13314         child exit management to correctly recover the exit status.
13315         
13316         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
13317         to properly shutdown the launcher and to kill the running process
13318         (without emitting any signal).
13319         
13320         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13321         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
13322         gdb and program instance.
13324 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13326         * plugins/editor/search-replace.c :
13327         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
13329 2005-04-18  Naba Kumar  <naba@gnome.org>
13331         * TODO.tasks: Marked completed items.
13332         
13333         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13334         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13335         plugins/project-manager/plugin.c: Prompt user for the debugging
13336         target (select from a list of project's executable targets) and
13337         correctly start debugger. Take care of libtool wrapping when the
13338         target selected is libtool target. Fixed debugger menu items
13339         sensitivity.
13341 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
13343         * plugins/tools/execute.c,
13344         plugins/tools/execute.h:
13345         Implement save all files before running a command
13346         Implement all options for stdout and stderr except replace buffer
13347         Allow running several tools
13349         * plugins/tools/plugin.c:
13350         Move anjuta launcher in execute.c
13352         * plugins/tools/tools.h,
13353         plugins/tools/variable.c:
13354         Small changes
13356 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
13358         * plugins/tools/anjuta-tools.glade:
13359         Add new properties in tool editor dialog
13360         Cosmetic improvements
13361         
13362         * plugins/tools/anjuta-tools.ui:
13363         Attach tool menu as a build menu
13365         * plugins/tools/dialog.c:
13366         Set tool menu item sensitivity in tool list
13367         Fix bugs
13369         * plugins/tools/editor.c,
13370         plugins/tools/editor.h,
13371         plugins/tools/fileop.c,
13372         plugins/tools/tool.c,
13373         plugins/tools/tool.h:
13374         Add new properties (active, save file...)
13375         Most of them are still not implemented
13377         * plugins/tools/execute.c,
13378         plugins/tools/execute.h:
13379         Reorganize code to support multiple run
13380         Support run in terminal
13381         
13382         * plugins/tools/plugin.c
13383         plugins/tools/plugin.h:
13384         Move message handling in execute.c
13386         * plugins/tools/variable.h,
13387         plugins/tools/variable.c:
13388         Add useful variables
13389         
13390 2005-04-13  Naba Kumar  <naba@gnome.org>
13392         * plugins/editor/text_editor.c: Fixed file monitoring condition.
13393         * plugins/editor/Makefile.am: Added gnome-vfs flags.
13394         
13395 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13397         * plugins/tools/dialog.c plugins/tools/tool.c :
13398         Fixed bugs.
13400 2005-04-06  Naba Kumar  <naba@gnome.org>
13402         * src/anjuta.c: Load default session only when
13403         "anjuta.session.load.last" preference is enabled.
13404         
13405 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
13407         * plugins/tools/Makefile.am,
13408         plugins/tools/variable.c,
13409         plugins/tools/variable.h:
13410         Add new code for handling variables
13412         * plugins/tools/anjuta-tools.glade:
13413         Improve tool editor dialog
13414         Add variable selection dialog
13416         * plugins/tools/dialog.c,
13417         plugins/tools/dialog.h,
13418         plugins/tools/plugin.c,
13419         plugins/tools/plugin.h:
13420         Add variable object
13421         Add a function to get it
13423         * plugins/tools/editor.c:
13424         Add gui code for variable selection dialog
13426         * plugins/tools/execute.c:
13427         Use variables for executing command
13428         
13429         * Naba: Compile warning fixes.
13431 2005-04-06  Naba Kumar  <naba@gnome.org>
13433         * TODO.tasks: Marked completed items.
13434         
13435 2005-04-06  Naba Kumar  <naba@gnome.org>
13437         * plugins/subversion/svn-backend.c: Fixed subversion plugin
13438         compile error.
13439         
13440         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
13442 2005-04-04  Naba Kumar  <naba@gnome.org>
13444         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
13445         inside Main window.
13446         
13447 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
13449         * plugins/tools/Makefile.am,
13450         plugins/tools/anjuta-tools.plugin.in,
13451         plugins/tools/anjuta-tools.ui,
13452         plugins/tools/anjuta-tools.gladei,
13453         plugins/tools/anjuta-tools-plugin.png,
13454         plugins/tools/plugin.c,
13455         plugins/tools/plugin.h,
13456         plugins/tools/dialog.c,
13457         plugins/tools/dialog.h,
13458         plugins/tools/fileop.c,
13459         plugins/tools/fileop.h,
13460         plugins/tools/tool.c,
13461         plugins/tools/tool.h,
13462         plugins/tools/editor.c,
13463         plugins/tools/editor.h,
13464         plugins/tools/execute.c,
13465         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
13466         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
13467         Not fully working
13469         * anjuta-tools.[ch]: Removed old tools code.
13470         
13471 2005-04-01  Steve Murphy  <murf@e-tools.com>
13473         * configure.in: Added "rw" to ALL_LINGUAS.
13475 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13477         * Modified Files:
13478         manuals/C/anjuta-manual/fileoperations.xml
13479         Added Files:
13480         manuals/C/anjuta-manual/figures/search_expr.png
13481         manuals/C/anjuta-manual/figures/search_expr_basic.png
13482         manuals/C/anjuta-manual/figures/search_file_list.png
13483         manuals/C/anjuta-manual/figures/search_file_pattern.png
13484         manuals/C/anjuta-manual/figures/search_replace.png
13485         manuals/C/anjuta-manual/figures/search_setting.png
13486         manuals/C/anjuta-manual/figures/search_target.png
13487         manuals/C/anjuta-manual/figures/search_target_action.png
13488         manuals/C/anjuta-manual/figures/search_target_in.png
13489         Removed Files:
13490         manuals/C/anjuta-manual/figures/find_files.png
13491         manuals/C/anjuta-manual/figures/find_replace.png
13492         manuals/C/anjuta-manual/figures/find_text.png :
13493         Updated Anjuta manual (File Operations)
13495 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13497         * manuals/C/anjuta-manual/fileoperations.xml,
13498         manuals/C/anjuta-manual/figures/open_file.png,
13499         manuals/C/anjuta-manual/figures/open_file_multiple.png,
13500         manuals/C/anjuta-manual/figures/prefs_print.png,
13501         manuals/C/anjuta-manual/figures/print_dlg.png,
13502         manuals/C/anjuta-manual/figures/print_preview.png.
13503         * Added Files:
13504         manuals/C/anjuta-manual/figures/add_edit_macro.png,
13505         manuals/C/anjuta-manual/figures/display_macro.png,
13506         manuals/C/anjuta-manual/figures/insert_text.png,
13507         manuals/C/anjuta-manual/figures/keyword_macro.png,
13508         manuals/C/anjuta-manual/figures/new_file_wizard.png,
13509         manuals/C/anjuta-manual/figures/save_as_file.png :
13510         Updated Anjuta Manual (File Operations)
13512 2005-03-23  Adam Weinberger  <adamw@gnome.org>
13514         * plugins/editor/action-callbacks.c,
13515           plugins/file-loader/plugin.c,
13516           plugins/gtodo/main.c,
13517           plugins/project-wizard/druid.c:
13518           Fix spelling/grammar errors. Fixes bugs
13519           169068, 169137, 169138, and 169139.
13521 2005-03-21  Naba Kumar  <naba@gnome.org>
13523         Patch from: Massimo Cora' <maxcvs@email.it>:
13524         
13525         * plugins/editor/Makefile.am
13526         plugins/editor/anjuta-docman.c,
13527         (added) plugins/editor/editor-tooltips.c,
13528         (added) plugins/editor/editor-tooltips.h: Added tooltips to
13529         editor tabs to show full path.
13531 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
13532         
13533         * plugins/subversion/svn-backend.c:
13534         Removed "apr-0/" from include because this is 
13535         already included in SVN_INCLUDE and broke building if
13536         apr >= 1.0 was installed.
13538 2005-03-18  Naba Kumar  <naba@gnome.org>
13540         Patch from: Massimo Cora' <maxcvs@email.it>:
13542         * plugins/editor/action-callbacks.c,
13543         plugins/editor/aneditor-calltip.cxx,
13544         plugins/editor/aneditor-priv.h,
13545         plugins/editor/aneditor.cxx,
13546         plugins/editor/aneditor.h,
13547         plugins/editor/anjuta-document-manager.ui: Added calltip
13548         activation from menu.
13550 2005-03-16  Naba Kumar  <naba@gnome.org>
13552         Patch from: Massimo Cora' <maxcvs@email.it>:
13553         
13554         * plugins/class-gen/action-callbacks.c,
13555         plugins/class-gen/anjuta-class-gen-plugin.glade,
13556         plugins/class-gen/class_gen.c,
13557         plugins/class-gen/class_gen.h,
13558         plugins/class-gen/class_logo.xpm,
13559         plugins/class-gen/plugin.c: Create files without project
13560         being open. Add to project support. And other enhancements.
13562 2005-03-15  Adam Weinberger  <adamw@gnome.org>
13564         * anjuta.glade,
13565           plugins/debug-manager/utilities.c,
13566           plugins/file-loader/plugin.c,
13567           plugins/gdb/utilities.c,
13568           plugins/profile-default/plugin.c,
13569           plugins/project-import/project-import.c,
13570           src/anjuta-actions.h:
13571           Spelling/grammar fixes.
13573 2005-03-13  Naba Kumar  <naba@gnome.org>
13574         
13575         * plugins/editor/action-callbacks.c,
13576         plugins/editor/action-callbacks.h,
13577         plugins/editor/anjuta-document-manager.ui,
13578         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
13579         submenu. Moved menuitems from Format to View->Editor.
13580         
13581         * src/action-callbacks.c, src/action-callbacks.h,
13582         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
13583         layout and lock layout menus in View submenu. Get rid of
13584         Settings->Layout Manager menu.
13585         
13586         * plugins/project-import/anjuta-project-import.plugin.in:
13587         Fixed icon name
13589         * global-tags/Makefile.am,
13590         global-tags/create_global_tags.sh,
13591         plugins/editor/aneditor-autocomplete.cxx,
13592         plugins/editor/aneditor-priv.h,
13593         plugins/editor/aneditor.cxx,
13594         tagmanager/tm_workspace.c: Fixed scope members autocompletion
13595         in editor and made it work in global symbols also.
13596         
13597         * src/anjuta-app.c: Always use priority texts besides icons style
13598         for toolbars, because other styles look horible for Anjuta (fixme).
13600 2005-03-11  Naba Kumar  <naba@gnome.org>
13602         * configure.in: Removed test for iconv.
13604         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
13605         before scintilla widget is realized.
13606         
13607         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
13608         for Update menuitem.
13609         
13610         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
13611         already applied in scintilla main stream.
13612         
13613         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
13614         and notified scintilla developer.
13615         
13616 2005-03-10  Naba Kumar  <naba@gnome.org>
13618         * src/action-callbacks.c: Removed reference to src/help.h (dead
13619         file).
13621         * plugins/editor/text_editor.c: Removed reference to
13622         src/launcher.h (a dead file).
13624         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
13625         src/controls.c, src/controls.h, src/fileselection.c,
13626         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
13627         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
13628         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
13629         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
13630         src/session.h, src/support.c, src/support.h, src/toolbar.c,
13631         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
13632         Removed these dead files from CVS.
13635 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13637         * plugins/file-wizard/action-callbacks.c : Added error message.
13638         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
13641 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
13642         
13643         * plugins/cvs-plugin/cvs-callbacks.c
13644         plugins/cvs-plugin/plugin.c:
13645         Fixed preferences page init and busy handling
13646         
13647         * plugins/subversion/plugin.c:
13648         Fixed preferences page init
13650 2005-03-09  Naba Kumar  <naba@gnome.org>
13652         * plugins/Makefile.am, plugins/glade/Makefile.am,
13653         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
13654         enabled glade plugin in Anjuta. The plugin is built only when
13655         glade3 is installed.
13656         
13657 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
13659         * plugins/project-wizard/templates/java.wiz
13660         plugins/project-wizard/templates/java-logo.png (*)
13661         plugins/project-wizard/templates/java/*
13662         plugins/project-wizard/templates/Makefile.am
13663         configure.in:
13664         
13665         Add Java project type. It generates a autoconf/automake
13666         project which is compiled using gcj. It requires automake 
13667         > 1.4 (1.9 is known to work) to work!
13668         
13669         (*) still awaiting response from the gcj team if we
13670         may use their logo.
13671         
13672 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
13673         
13674         * plugins/project-import/*
13675         plugins/Makefile.am
13676         configure.in:
13677         Added project import plugin. Might be a bit buggy and limited
13678         but works for now.
13679         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
13680         Icon from old pixmaps dir
13682 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13684         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
13685         plugins/macro/macro-util.c, plugins/macro/macros.xml :
13686         Added C Custom_Indent line macro.
13687         Cleaned macros.xml
13689 2005-03-09  Naba Kumar  <naba@gnome.org>
13691         * TODO.tasks: Added new message-manager tasks.
13692         
13693         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13694         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13695         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13696         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13697         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13698         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13699         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13700         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13701         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13702         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13703         
13704         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
13705         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
13706         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
13707         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
13708         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
13709         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
13710         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
13711         Removed debugger widgets from shell on debugger shutdown. Added
13712         scrolled windows for docked widgets. Removed unnecessary widget refs
13713         and unrefs. Destroy widgets correctly on debugger shutdown.
13714         
13715         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
13716         with project description title. Removed frame shadow.
13717         
13718         * plugins/project-wizard/druid.c: Initializes tooltips.
13719         
13720         * scintilla/Makefile.am: Fixed comiple error.
13722 2005-03-08  Adam Weinberger  <adamw@gnome.org>
13724         * plugins/class-gen/anjuta-class-gen-plugin.glade,
13725           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
13727 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13729         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
13730         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
13731         plugins/macro/macro-util.c, plugins/macro/macro-util.h
13732         plugins/macro/macros.xml, plugins/macro/plugin.c :
13733         Moved cursor at the '|' position defined in macros.
13735 2005-03-07  Naba Kumar  <naba@gnome.org>
13737         * plugins/subversion/Makefile.am: Fixed build error.
13739         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
13740         types (perl, python, shellscript).
13741         
13742         * plugins/editor/plugin.c: Fixed to show all highlight options.
13743         
13744 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13746         * TODO.tasks : updated tasks.
13747         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
13749 2005-03-07  Naba Kumar  <naba@gnome.org>
13751         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
13752         or disable subversion file-manager submenu. If "Subvesion" is also
13753         valid directory, we should also check for it.
13755         * configure.in: Disable cygwin macro until someone fixes the
13756         autoconf warnings.
13757         
13758         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
13759         backward compatibility.
13760         
13761 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13763         * src/about.c : Cleaned code.
13764         * plugins/macro/macros.xml : Added "do_while" C macro.
13765         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
13766         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
13767         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
13768         Closed registers, shared libraries, kernel signals dialogs with ESC key.
13769         
13770 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
13772         * plugins/class-gen/plugin.c:
13773         Removed "return" to activate project_root_uri watching.
13775 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
13777         * plugins/Makefile.am
13778         plugins/subversion/*:
13779         Added subversion plugin. Add, Remove, Commit and Update work
13780         everything else needs work.
13781         
13782         * plugins/terminal/terminal.c
13783         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
13784         we still have focus problems with the editor.
13786 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13788         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
13789         
13790 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13792         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
13794 2005-03-04  Naba Kumar  <naba@gnome.org>
13796         Patch from Massimo Cora' <maxcvs@email.it>:
13798         * plugins/class-gen/Makefile.am,
13799         plugins/class-gen/action-callbacks.c,
13800         plugins/class-gen/action-callbacks.h,
13801         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
13802         plugins/class-gen/anjuta-class-gen.plugin.in,
13803         plugins/class-gen/class_gen.c,
13804         plugins/class-gen/class_gen.h,
13805         (removed) plugins/class-gen/clsGen.c,
13806         (added) plugins/class-gen/goc_template_header,
13807         (added) plugins/class-gen/goc_template_source,
13808         plugins/class-gen/plugin.c,
13809         plugins/class-gen/plugin.h: Refactored class gen code.
13810         Added GOCBuilder code. Fixed UI. Implemented plugin.
13812 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
13814         * plugins/project-wizard/property.c
13815         plugins/project-wizard/install.c
13816         plugins/project-wizard/druid.c
13817         plugins/editor/goto_line.c
13818         plugins/editor/plugin.c
13819         plugins/gtodo/add_edit_item.c
13820         plugins/gtodo/ligtodo.c
13821         plugins/gtodo/main.c
13822         plugins/gtodo/preferences.c:
13823         Fixed #167559, #167534, #167266, #167357
13824         (Bad English in strings...)
13825         
13826         Thanks to Adam Weinberger and Thierry Moisan for
13827         reporting!
13829 2005-03-03  Naba Kumar  <naba@gnome.org>
13831         * libegg/Makefile.am, libegg/menu/Makefile.am,
13832         (added) libegg/egg-submenu-action.c,
13833         (added) libegg/menu/egg-submenu-action.h: Created a new action for
13834         submenu (used for wizard listing).
13835         
13836         * plugins/file-loader/anjuta-loader-plugin.ui
13837         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
13838         and toolbar.
13839         
13840         * plugins/editor/action-callbacks.c,
13841         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
13842         ctrl+tabbing because it was interfaring with focus navigation.
13843         Focus editor on "Esc" in incremental search entry. Cleanups.
13844         
13845         * plugins/file-manager/an_file_view.c,
13846         plugins/symbol-browser/plugin.c,
13847         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
13848         Cleanups.
13849         
13850         * plugins/profile-default/plugin.c,
13851         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
13852         for sesssion load.
13853         
13854         * (removed) scintilla/patches/a64-crash-fix.patch,
13855         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
13856         scintilla patches.
13858 2005-03-03  Naba Kumar  <naba@gnome.org>
13860         * HACKING: Fixed typos.
13861         
13862         * plugins/editor/aneditor-indent.cxx: Clean up.
13863         
13864         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
13865         Enable/disable save, undo and redo actions depending on state
13866         of the editor.
13867         
13868 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13870         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
13871         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
13872         Displayed search_incremental status.
13874         * Removed plugins/editor/search_incremental.[ch]
13876 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
13877         
13878         * plugins/cvs-plugin/cvs-execute.c
13879         plugins/cvs-plugin/cvs-callbacks.c:
13880         - Use weak reference on mesg_view and reuse tab if
13881         it still exists to avoid cluttering message manager.
13882         - Fixed bug in cvs remove
13883         
13884         README, HACKING: Updated
13885         
13886         configure.in: Added check for libsvn
13888 2005-02-29  Naba Kumar  <naba@gnome.org>
13889         
13890         * plugins/file-manager/an_file_view.c,
13891         plugins/symbol-browser/an_symbol_view.c,
13892         plugins/symbol-browser/plugin.c: Hide column headers (they
13893         are redundant).
13895 2005-02-29  Naba Kumar  <naba@gnome.org>
13897         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13898         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13899         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13900         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13901         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13902         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13903         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13904         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13905         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13906         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13908         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
13909         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
13910         (added) libanjuta/anjuta-session.[hc],
13911         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
13912         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
13913         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
13914         src/main.c:
13915         
13916         Implemented session management. Implemented session
13917         container class. Added session notifications from shell. Implemented
13918         session save/load in editor, file-loader, default-profile-plugin
13919         and anjuta-app. Fixed window sizing and restoration. Cleaned up
13920         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
13921         and maximized states in session. Implemented project session
13922         management.
13924 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13926         * plugins/class-gen/action-callbacks.[ch],
13927         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
13928         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
13929         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
13930         with Escape key.
13932 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
13933         
13934         * plugins/project-wizard/anjuta-project-wizard.glade,
13935         plugins/project-wizard/druid.c:
13936         Add some padding in tab label in project selection page
13937         
13938         * plugins/project-wizard/druid.c,
13939         plugins/project-wizard/parser.c:
13940         Search for project template recursively
13941         Add ~/.anjuta/project to the search paths
13943 2005-02-26  Naba Kumar  <naba@gnome.org>
13945         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
13946         * plugins/file-loader/plugin.c: Fixed crash bug.
13947         * libanjuta/plugins.c: Fixed memory leak.
13948         
13949 2005-02-26  Naba Kumar  <naba@gnome.org>
13950         
13951         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
13952         "UserActivatable" attribute for plugins. This attribute if set to
13953         "no" will prevent users from activating/deactivating it from
13954         plugins dialog. Added a toggle button in plugins dialog to toggle
13955         the plugins list between list of activatable plugins (default) to
13956         list of all plugins. anjuta_plugin_select() now only selects the
13957         plugin. Added anjuta_plugins_select_and_activate() method that will
13958         select and activate it.
13959         
13960         * plugins/profile-default/Makefile.am,
13961         plugins/profile-default/anjuta-default-profile.ui,
13962         plugins/profile-default/plugin.c,
13963         plugins/profile-default/plugin.h,
13964         plugins/project-manager/anjuta-project-manager.ui,
13965         plugins/project-manager/plugin.c,
13966         plugins/project-manager/plugin.h:
13967         
13968         Anjuta projects (*.anjuta) files define the profile of respective
13969         projects. Profile is a set of related plugins required for the
13970         project to open. Moved "close project" action from Project Manager
13971         to Profile Manager plugin. Implemented loading and unloading of
13972         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
13973         (instead of Project Manager) now handles opening of *.anjuta files.
13974         Close Project menuitem is now moved to File submenu (being
13975         consistent with Anjuta 1.x versions and avoiding creating Project
13976         submenu when project manager is not loaded).
13977         
13978         * src/anjuta-actions.h: Fixed short-cut key for Help content.
13979         
13980         * src/anjuta.ui: Fixed place holder for projects.
13981         
13982         * (new) plugins/profile-default/default.anjuta: default startup
13983         profile. Removed the hardcoded plugins loading in
13984         DefaultProfilePlugin.
13986         * anjuta.anjuta,
13987         plugins/project-wizard/templates/terminal/project.anjuta:
13988         Implemented project format in newly created projects.
13990         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
13991         plugins/class-gen/anjuta-class-gen.plugin.in,
13992         plugins/cvs-plugin/anjuta-cvs.plugin.in,
13993         plugins/editor/anjuta-document-manager.plugin.in,
13994         plugins/file-loader/anjuta-loader.plugin.in,
13995         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13996         plugins/gdb/anjuta-gdb.plugin.in,
13997         plugins/glade/anjuta-glade.plugin.in,
13998         plugins/message-view/anjuta-message-manager.plugin.in,
13999         plugins/profile-default/anjuta-default-profile.plugin.in,
14000         plugins/project-manager/anjuta-project-manager.plugin.in,
14001         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14002         Defined UserActivatable attributes. Added supported types attribute.
14004         * plugins/project-wizard/anjuta-project-wizard.glade
14005         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14006         "Project Wizard" in preferences title.
14008         * TODO.tasks: Updated.
14009         
14010         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14011         Updated.
14012         
14013 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14015         * plugins/file-wizard/anjuta-file-wizard.glade
14016         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14017         
14018         Integrated License macros, cleaned file.c.
14019         
14020 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14021         
14022         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14023         username can not be found correctly.
14025 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14027         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14028         plugins/macro/macros.xml :
14029         
14030         Added Headers macros. Cleaned file.c
14032 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14034         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14035         plugins/macro/macros.xml :
14036         
14037         Fixed a bug. Added Header macro.
14039         
14040 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14042         * plugins/file-wizard/action-callbacks.c, 
14043         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14044         plugins/macro/macros.xml :
14045         
14046         Added FileName, Header template macros.
14047         
14048 2005-02-24  Naba Kumar  <naba@gnome.org>
14049         
14050         * plugins/patch/patch-plugin.c: Fixed a function call.
14051         
14052         * src/anjuta.c, src/main.c: Save and load default session.
14053         
14054 2005-02-24  Naba Kumar  <naba@gnome.org>
14056         * libanjuta/interfaces/libanjuta.idl,
14057         plugins/message-view/anjuta-msgman.c,
14058         plugins/message-view/anjuta-msgman.h,
14059         plugins/message-view/plugin.c: Added and implemented
14060         set_view_title() method.
14061         
14062         * plugins/build-basic-autotools/build-basic-autotools.c,
14063         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14064         build context pooling. Maximum 3 contexts are reused. Additional
14065         contexts are created when all are busy.
14067 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14069         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14070         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14071         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14072         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14074         Added Copyright, Changelog macros.
14075                 
14076 2005-02-23  Naba Kumar  <naba@gnome.org>
14078         Patch from Massimo Cora' <maxcvs@email.it>:
14079         * plugins/Makefile.am,
14080         plugins/patch/Makefile.am,
14081         (added) plugins/patch/anjuta-patch-plugin.png,
14082         (added) plugins/patch/anjuta-patch.plugin.in,
14083         (added) plugins/patch/anjuta-patch.ui,
14084         plugins/patch/patch-plugin.c,
14085         (added) plugins/patch/patch-plugin.h,
14086         (added) plugins/patch/plugin.c,
14087         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14088         architecture.
14090 2005-02-23  Naba Kumar  <naba@gnome.org>
14092         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14093         file-loader/plugin.c, profile-default/plugin.c:
14094         Implemented "activated" and "deactivated" signals for plugin class.
14095         Renamed *_location() functions to *_id(), because location is
14096         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14097         anjuta_plugins_unload_plugin().
14098         
14099         * class-gen/plugin.c: Fixed complier warning and utility function call.
14100         
14101         * debug-manager/plugin.c: Unload debugger plugin correctly.
14102         
14103         * project-manager/plugin.c:     Fixed compiler warnings.
14104         
14105         * plugins/project-wizard/templates/gnome/.cvsignore,
14106         plugins/project-wizard/templates/gnome/po/.cvsignore,
14107         plugins/project-wizard/templates/gnome/src/.cvsignore,
14108         plugins/project-wizard/templates/gtk/po/.cvsignore,
14109         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14110         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14111         
14112         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14113         build (we need to fix this thing).
14114         
14115 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14117         * plugins/macro/macro-action.[ch]
14118         plugins/macro/macro-edit.c
14119         plugins/macro/macro-dialog.c
14120         plugins/macro/macro-db.[ch]
14121         plugins/macro/plugin.[ch]
14122         plugins/macro/macro-util.[ch] (added)
14123         
14124         Cleaned up macro plugin and preview expanded macros.
14126 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14128         * plugins/cvs-plugin/cvs-interface.c:
14130         Fixed option setting when using no compression and not 
14131         ignoring .cvsrc
14133 2005-02-23  Naba Kumar  <naba@gnome.org>
14134         
14135         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14136         geometry on exit and startup (only if there is no geometry from the
14137         session).
14139         * TODO.tasks: Updated.
14140         
14141         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14142         
14143         * manuals/reference/libanjuta/Makefile.am,
14144         manuals/reference/libanjuta/libanjuta-docs.sgml,
14145         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14146         documentation for writing project templates.
14148 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14150         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14151         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14152         
14153         Expansion keywords in macros. 
14155 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14157         * plugins/file-wizard/action-callbacks.c,
14158         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14159         plugins/macro/macros.xml :
14160         
14161         Inserting text by macro plugin
14162         In progress ...
14164 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14166         * plugins/macro/plugin.c
14167         plugins/cvs-plugin/plugin.c:
14168         
14169         Fixed interfaces (use static)
14171 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14172         
14173         * plugins/macro/macro-actions.[ch]
14174         plugins/macro/plugin.c
14175         libanjuta/interfaces/libanjuta.idl:
14176         
14177         Implemented IAnjutaMacro interface to be used by file-wizard
14178         
14179         * plugins/cvs-plugin/plugin.c
14180         libanjuta/interfaces/libanjuta.idl:
14181         
14182         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14183         for all version control systems and not only for cvs.
14185 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14187         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14188         insert_macro.
14189         
14190         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14193 2005-02-21  Naba Kumar  <naba@gnome.org>
14195         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14196         IAnjutaDebugger interface.
14197         
14198         * plugins/debug-manager/anjuta-debug-manager.ui,
14199         plugins/debug-manager/attach_process.c,
14200         plugins/debug-manager/attach_process.h,
14201         plugins/debug-manager/plugin.c,
14202         plugins/debug-manager/plugin.h,
14203         plugins/gdb/actions.c,
14204         plugins/gdb/actions.h,
14205         plugins/gdb/anjuta-gdb-plugin.ui,
14206         plugins/gdb/breakpoints.c,
14207         plugins/gdb/breakpoints.h,
14208         plugins/gdb/debugger.c,
14209         plugins/gdb/debugger.h,
14210         plugins/gdb/memory.c,
14211         plugins/gdb/plugin.c,
14212         plugins/gdb/plugin.h,
14213         plugins/gdb/sharedlib.h,
14214         plugins/gdb/sharedlib_cbs.c,
14215         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14216         correctly between debug-manager and debugger. Implemented debugger
14217         interface in gdb plugin. Fixed action names. Added UI updating.
14218         Start and stop debugger (does not work yet). Fixed UI merging.
14219         Fixed debugger plugin handling in debug-manager.
14221 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14223         * plugins/editor/aneditor-autocomplete.cxx:
14224         
14225         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14226         crash with C++ "template" keyword.
14228 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14230         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14231         Fixed bug (Closed macro dialogs with Esc key).
14232         
14233 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14234         
14235         * plugins/project-wizard/xlib.wiz,
14236         plugins/project-wizard/xlib-logo.png,
14237         plugins/project-wizard/xlib/*:
14238         Port old xlib anjuta project on new project wizard
14239         
14240         * plugins/project-wizard/xlib-dock.wiz,
14241         plugins/project-wizard/xlib-dock/*:
14242         Port old xlib dock anjuta project on new project wizard
14243         
14244         * plugins/project-wizard/wxwin.wiz,
14245         plugins/project-wizard/wxwin-logo.png,
14246         plugins/project-wizard/wxwin/*:
14247         Port old wxwin anjuta project on new project wizard
14248         
14249         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14250         necessary changes for the new templates.
14251         
14252 2005-02-18  Naba Kumar  <naba@gnome.org>
14254         * plugins/Makefile.am: Added class-gen
14255         
14256 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
14258         * plugins/project-wizard/header.c:
14259         Fix a bug in sorting of project categories
14261 2005-02-18  Naba Kumar  <naba@gnome.org>
14263         Patch from Massimo Cora  <maxcvs@email.it>:
14264         
14265         * plugins/class-gen/.cvsignore,
14266         plugins/class-gen/Makefile.am,
14267         (added) plugins/class-gen/action-callbacks.c,
14268         (added) plugins/class-gen/action-callbacks.h,
14269         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14270         (added) plugins/class-gen/class_gen.c,
14271         (added) plugins/class-gen/class_gen.h,
14272         (added) plugins/class-gen/plugin.c,
14273         (added) plugins/class-gen/plugin.h: Ported class wizard to the
14274         new architecture.
14275         
14276         * plugins/project-manager/plugin.c: implemented add_source().
14278 2005-02-17  Naba Kumar  <naba@gnome.org>
14280         * plugins/file-loader/plugin.c: Fixed possible crash.
14281         
14282         * src/action-callbacks.c, src/action-callbacks.h,
14283         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
14285 2005-02-17  Naba Kumar  <naba@gnome.org>
14286         
14287         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14288         plugins/project-wizard/templates/gnome.wiz,
14289         plugins/project-wizard/templates/gtk.wiz,
14290         plugins/project-wizard/templates/gtkmm.wiz,
14291         plugins/project-wizard/templates/terminal.wiz,
14292         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14293         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14294         plugins/project-wizard/templates/gnome/src/callbacks.c,
14295         plugins/project-wizard/templates/gnome/src/callbacks.h,
14296         plugins/project-wizard/templates/gnome/src/main.c,
14297         plugins/project-wizard/templates/gtk/src/callbacks.c,
14298         plugins/project-wizard/templates/gtk/src/callbacks.h,
14299         plugins/project-wizard/templates/gtk/src/main.c,
14300         plugins/project-wizard/templates/gtkmm/src/main.cc,
14301         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
14302         to generate licence correctly (without any extra newlines). Removed
14303         IncludeGNUHeader macro definition and added proper licence property.
14304         Fixed project directory paths in file contents.
14306 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14308         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14309         Closed macro dialogs with Esc key.
14311 2005-02-16  Naba Kumar  <naba@gnome.org>
14313         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14314         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14315         plugins/project-wizard/templates/gnome/src/callbacks.c,
14316         plugins/project-wizard/templates/gnome/src/callbacks.h,
14317         plugins/project-wizard/templates/gnome/src/main.c,
14318         plugins/project-wizard/templates/gtk/src/main.c,
14319         plugins/project-wizard/templates/gtkmm/src/main.cc,
14320         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
14321         macros to avoid blank newlines.
14323 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
14325         * plugins/project-wizard/autogen.c:
14326         Correct a problem when having property value in UTF-8
14328         * plugins/project-wizard/druid.c:
14329         Correct a bug when reselecting a new project (all pages
14330         must be removed)
14332         * plugins/project-wizard/property.c:
14333         Avoid having default invalid properties
14335         * plugins/project-wizard/templates/terminal.wiz,
14336         plugins/project-wizard/templates/terminal/po/ChangeLog,
14337         plugins/project-wizard/templates/terminal/src/main.c:
14338         Remove command for testing run function
14339         Move destination directory to second page and include
14340         project name. Add exist tag. Remove unused properties.
14342 2005-02-16  Naba Kumar  <naba@gnome.org>
14344         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
14345         plugins/debug-manager/anjuta-debug-manager.ui,
14346         plugins/debug-manager/plugin.c,
14347         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14348         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
14349         plugins/gdb/plugin.h, plugins/gdb/registers.c,
14350         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
14351         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
14352         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
14353         (removed) src/anjuta_info.c,
14354         (removed) src/anjuta_info.h,
14355         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
14356         (added) plugins/gdb/anjuta-gdb-plugin.ui,
14357         (added) plugins/gdb/actions.c,
14358         (added) plugins/gdb/actions.h: Completed initial
14359         porting of debugger to new architecture. Fixed many of the debugger
14360         functions.
14362         * plugins/file-loader/plugin.c: Detect some important mime ourself
14363         to avoid inconsistencies when mime system isn't working.
14364         
14365 2005-02-16  Naba Kumar  <naba@gnome.org>
14367         * plugins/editor/Makefile.am,
14368         (added) plugins/editor/aneditor-autocomplete.cxx,
14369         (added) plugins/editor/aneditor-calltip.cxx,
14370         (added) plugins/editor/aneditor-indent.cxx,
14371         (added) plugins/editor/aneditor-priv.h,
14372         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
14373         different smaller chunks to make it easy to maintain.
14375 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14377         * plugins/project-wizard/druid.c :
14378         
14379         Found system Email address if not defined in Preferences.
14381 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
14382         
14383         * plugins/project-wizard/gtkmm.wiz
14384         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
14385         plugins/project-wizard/gtkmm/*
14386         
14387         Added GTKmm (C++) project type
14389 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
14391         * plugins/message-view/plugin.c
14392         plugins/message-view/message-view.c
14393         TODO.gtodo:
14394         Implemented next/prev action
14396 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14398         * plugins/project-wizard/templates/libglade2.* :
14399         Removed libglade2 project.
14400         
14401         * plugins/project-wizard/templates/gtk* :
14402         Removed interface.[ch] & support.[ch].
14403         
14404 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14406         * plugins/project-wizard/anjuta-project-wizard.glade,
14407         plugins/project-wizard/property.[ch],
14408         plugins/project-wizard/templates/anjuta-plugin.wiz :
14409         Added a new property ("iconfile").
14411 2005-02-14  Naba Kumar  <naba@gnome.org>
14413         * plugins/project-wizard/install.c,
14414         plugins/project-wizard/plugin.c,
14415         plugins/project-wizard/templates/anjuta-plugin.wiz,
14416         plugins/project-wizard/templates/gnome.wiz,
14417         plugins/project-wizard/templates/gtk.wiz,
14418         plugins/project-wizard/templates/libglade2.wiz,
14419         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
14420         newly created projects and open them. Fixed message buffering in
14421         wizard.
14423 2005-02-14  Naba Kumar  <naba@gnome.org>
14425         * src/about.c, pixmaps/Makefile.am,
14426         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
14427         
14428         * mime/gnome-mime-application-x-anjuta.png,
14429         pixmaps/anjuta_icon.png,
14430         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
14431         done by 9-speed at:
14432         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
14433         
14434 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14436         * configure.in,
14437         plugins/project-wizard/templates/libglade2-logo.png,
14438         plugins/project-wizard/templates/libglade2.wiz,
14439         plugins/project-wizard/templates/libglade2/* :
14440         Add Glade2 project
14443 2005-02-14  Naba Kumar  <naba@gnome.org>
14445         * TODO.tasks: Updated.
14446         
14447         * plugins/editor/anjuta-docman.c,
14448         plugins/editor/text_editor.c,
14449         plugins/editor/text_editor.h,
14450         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
14451         for file modification, but it is still not functioning.
14453 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
14455         * plugins/project-wizard/values.c,
14456         plugins/project-wizard/values.h,
14457         plugins/project-wizard/property.c,
14458         plugins/project-wizard/property.h,
14459         plugins/project-wizard/druid.c:
14460         Rewrite mandatory property check
14461         Add check of exist property
14462         Rewrite handling of cached property page
14464 2005-02-13  Naba Kumar  <naba@gnome.org>
14466         Patch from Igor Kovalenko  <garrison@mail.ru>:
14467         * tagmanager/tm_workspace.c: Improved performance.
14469 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14471         *plugins/project-wizard/templates/*.wiz,
14472         plugins/project-wizard/druid.c,
14473         plugins/project-wizard/templates/terminal/src/main.c,
14474         plugins/project-wizard/templates/gtk/src/*.[ch],
14475         plugins/project-wizard/templates/gtk/src/Makefile.am,
14476         plugins/project-wizard/templates/gnome/src/*.[ch],
14477         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
14478         Add Copyright date & Email address,
14479         Correct terminal project.
14480         
14481 2005-02-12  Naba Kumar  <naba@gnome.org>
14483         * plugins/project-wizard/property.c: Fixed hidden
14484         properties to take values.
14486         * plugins/project-wizard/file.[ch]: Renamed
14487         true/false enum values to fix compile error
14488         (conflict with other definition).
14489         
14490         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
14491         even when mime type detection fails (for example, when Anjuta is
14492         installed in non-system prefix).
14494 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
14496         * plugins/project-wizard/values.c,
14497         plugins/project-wizard/values.h:
14498         Rewrite file with more comments
14500         * plugins/project-wizard/druid.c,
14501         plugins/project-wizard/druid.h,
14502         plugins/project-wizard/autogen.c,
14503         plugins/project-wizard/autogen.h,
14504         plugins/project-wizard/druid.c,
14505         plugins/project-wizard/druid.h:
14506         Add more comments
14507         Use values instead of properties
14508         Move default properties to druid.c
14510         * plugins/project-wizard/install.c,
14511         plugins/project-wizard/install.h:
14512         Use values instead of properties
14513         Add a check to avoid overwriting files
14515         * plugins/project-wizard/parser.c,
14516         plugins/project-wizard/property.c,
14517         plugins/project-wizard/property.h:
14518         Update to use new values
14519         Add an "exist" attribute to check if a directory already exist
14521         * plugins/project-wizard/anjuta-project-wizard.glade:
14522         Change project selection page (GtkTextView => GtkLabel,
14523         GtkTable => GtkVBox)
14525         * plugins/project-wizard/templates/terminal.wiz:
14526         Move destination directory on second page
14527         
14528         * plugins/project-wizard/action.c:
14529         Add a few comments
14531 2005-02-12  Naba Kumar  <naba@gnome.org>
14533         * plugins/file-manager/an_file_view.c,
14534         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
14535         views. Created dynamic update date of view depending on project
14536         changes -- similar to file-manager view.
14537         
14538         * plugins/devhelp/plugin.c: Load help on idle.
14539         
14540         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
14541         autoformat' to proper location in preferences.
14542         
14543         * mime/anjuta.mime: Added .prj extension in the mime type for backward
14544         compatibility.
14545         
14546         * plugins/editor/plugin.c: Fixed accel name.
14548 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14550         *plugins/project-wizard/templates/anjuta-plugin.wiz,
14551         plugins/project-wizard/templates/gnome.wiz,
14552         plugins/project-wizard/templates/gtk.wiz,
14553         plugins/project-wizard/anjuta-project-wizard.glade,
14554         plugins/project-wizard/autogen.c:
14555         Add Username & Email address in Project preferences.
14557 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14559         *plugins/project-wizard/templates/gnome-logo.png,
14560         plugins/project-wizard/templates/gnome.wiz,
14561         plugins/project-wizard/templates/gnome/* :
14562         Add Gnome project
14564 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14566         * plugins/project-wizard/templates/terminal/src/main.c, 
14567         plugins/project-wizard/templates/terminal/src/main.c,
14568         plugins/project-wizard/templates/terminal/src/main.[ch] :
14569         Insert License in projects
14570         
14571 2005-02-11  Naba Kumar  <naba@gnome.org>
14573         * TODO.tasks: Added message manager task.
14574         
14575         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
14576         
14577         * plugins/editor/plugin.c: Use bookmark stock icons.
14578         
14579         * plugins/message-view/anjuta-message-manager.ui,
14580         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
14582 2005-02-10  Naba Kumar  <naba@gnome.org>
14584         * libanjuta/interfaces/libanjuta.idl: fixed build error.
14585         
14586 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14588         * global-tags/Makefile.am
14589         Error during 'make install'
14591 2005-02-09  Naba Kumar  <naba@gnome.org>
14593         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
14594         missing file.
14595         
14596 2005-02-08  Naba Kumar  <naba@gnome.org>
14598         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
14599         
14600         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
14601         Show busy cursur when updating global tags in preferences.
14603         * configure.in: Fixed.
14604         
14605 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14607         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
14608           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
14609          
14610         - Fixed anjuta-plugin project (glade)
14612 2005-02-08  Naba Kumar  <naba@gnome.org>
14614         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
14615         Fixed automatic indentations.
14617         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
14618         Global tags are now segregated into smaller api tags, which can be
14619         selectively loaded from symbol browser preferences.
14621         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
14622         Implemented IProjectManager interface in project-manager. Mostly getter
14623         methods for now, but need to add add() and remove() methods to add
14624         or remove project elements.
14626         * plugins/gdb/debug_tree.c: Small fix.
14628         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
14629         plugins/symbol-browser/an_symbol_info.c,
14630         plugins/symbol-browser/an_symbol_info.h,
14631         plugins/symbol-browser/an_symbol_search.c,
14632         plugins/symbol-browser/an_symbol_search.h,
14633         plugins/symbol-browser/an_symbol_view.c,
14634         plugins/symbol-browser/an_symbol_view.h,
14635         plugins/symbol-browser/plugin.c,
14636         plugins/symbol-browser/plugin.h,
14637         tagmanager/c.c,
14638         tagmanager/entry.h,
14639         tagmanager/tm_project.c,
14640         tagmanager/tm_symbol.c,
14641         tagmanager/tm_tag.c,
14642         tagmanager/tm_workspace.c,
14643         tagmanager/vstring.c,
14644         tagmanager/include/tm_tag.h,
14645         tagmanager/include/tm_workspace.h:
14646         
14647         - Fixed tagmanager parsing of source files to parse for typedefines and
14648         properly record element scopes. Implemented scope autocompletion
14649         (autocompletion on '.', '->', '::' and ':'. The functionality is not
14650         fully working. It was based on older patch for Anjuta 1.2.2 in SF
14651         patch list (author is unknown).
14652         - Implemented symbol-browser preferences for dynamically loading and
14653         saving tags API segments.
14654         - Fixed symbol-search to use tagmanager directly instead of depending
14655         on symbol-view for tags list.
14656         - Fixed symbol-view to create the tree using TMSymbol tree directly.
14657         - Fixed TMSymbol to create the complete tags tree instead of letting the
14658         symbol-view created the root nodes.
14659         - Changed project tags cache name to .tm_project2.cache because the
14660         newer format records additional scope information.
14661         
14662 2005-02-07  Naba Kumar  <naba@gnome.org>
14664         * plugins/editor/style-editor.c,
14665         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
14666         and GtkFontButton instead of deprecated widgets in
14667         style editor.
14668         
14669 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
14671         * plugins/project-wizard/action.c,
14672         plugins/project-wizard/action.h,
14673         plugins/project-wizard/autogen.c,
14674         plugins/project-wizard/autogen.h,
14675         plugins/project-wizard/file.c,
14676         plugins/project-wizard/file.h,
14677         plugins/project-wizard/install.c,
14678         plugins/project-wizard/install.h,
14679         plugins/project-wizard/parser.h,
14680         plugins/project-wizard/parser.c,
14681         plugins/project-wizard/property.c,
14682         plugins/project-wizard/property.h,
14683         plugins/project-wizard/plugin.h,
14684         plugins/project-wizard/plugin.c,
14685         plugins/project-wizard/values.c,
14686         plugins/project-wizard/values.h:
14687         Replace C++ comments by C comments
14689         * plugins/project-wizard/autogen.c,
14690         plugins/project-wizard/autogen.h:
14691         Add a run time check of autogen version.
14692         Add UserName variable.
14694         * plugins/project-wizard/anjuta-project-wizard.glade,
14695         plugins/project-wizard/header.c,
14696         plugins/project-wizard/druid.c,
14697         plugins/project-wizard/druid.h:
14698         Sort project in alphabetic order.
14699         Correct selection troubles in notebooks.
14701         * plugins/project-wizard/parser.c:
14702         Add some check when reading the project header block.
14704 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
14706         * plugins/project-wizard/action.c,
14707         plugins/project-wizard/action.h,
14708         plugins/project-wizard/autogen.c,
14709         plugins/project-wizard/autogen.h,
14710         plugins/project-wizard/file.c,
14711         plugins/project-wizard/file.h,
14712         plugins/project-wizard/install.c,
14713         plugins/project-wizard/parser.h,
14714         plugins/project-wizard/parser.c,
14715         plugins/project-wizard/property.c,
14716         plugins/project-wizard/property.h,
14717         plugins/project-wizard/values.c,
14718         plugins/project-wizard/values.h,
14719         Add a space between function name and open.
14721         * plugins/project-wizard/plugin.h,
14722         plugins/project-wizard/plugin.c,
14723         plugins/project-wizard/install.c,
14724         Avoid a crash if the user close the message view used by the .
14726         * plugins/project-wizard/anjuta-project-wizard,
14727         plugins/project-wizard/druid.c,
14728         plugins/project-wizard/druid.h,
14729         plugins/project-wizard/header.h,
14730         plugins/project-wizard/header.c,
14731         Add a text view with the description of each.
14732         Add a tab for each project.
14733         Replace some C++ comments to C comments.
14735 2005-02-05  Naba Kumar  <naba@gnome.org>
14737         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
14738         New icon from Sebastien Granjoux .
14739         
14740 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
14742         * libanjuta/anjuta-preferences.c:
14743         Set file property even without a focus out event (file selected 
14744         the browse dialog)
14746 2005-02-04  Naba Kumar  <naba@gnome.org>
14748         * plugins/glade/plugin.c: Fixed glade function calls.
14749         * configure.in: Fixed a typo.
14750         * TODO.tasks: Updated.
14752 2005-02-03  Naba Kumar  <naba@gnome.org>
14754         * plugins/project-manager/plugin.c: Fixed memory corruption.
14756         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
14757         build error.
14758         
14759         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
14760         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
14761         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
14762         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14764         * libanjuta/interfaces/libanjuta.idl,
14765         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
14766         interface.
14767         
14768         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
14770         Patch from Massimo Cora <maxcvs@email.it>:
14771         * plugins/editor/plugin.c: Fixed update UI for created buffers.
14772         
14773 2005-02-01  Naba Kumar  <naba@gnome.org>
14775         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
14776         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14777         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
14778         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
14779         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
14780         from sourceforge -- a64 crash fixes (correct typing for GType)
14781         and fixes compile errors in sun.
14783         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
14784         paste (shift+insert) in terminal.
14786 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
14788         * configure.in: Add «nb» to ALL_LINGUAS.
14790 2005-02-01  Naba Kumar  <naba@gnome.org>
14792         * TODO.tasks, TODO: Updated todo tasks.
14793         
14794         * plugins/editor/anjuta-document-manager.glade: Improved search
14795         relace dialog.
14796         
14797         * TODO.tasks: Fixed xml format.
14798         
14799         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
14800         work yet).
14801         
14802         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
14803         cleanups.
14804         
14805         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
14806         format during save (removed unwanted text nodes). Fixed scrollbars.
14808 2005-01-31  Naba Kumar  <naba@gnome.org>
14810         * libanjuta/interfaces/libanjuta.idl,
14811         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
14812         Implemented append() method for IAnjutaEditor interface and fixed
14813         various bugs with text insertions (cvs diff and macro insertions).
14814         
14815         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
14816         automatic indentation.
14817         
14818         * plugins/editor/action-callbacks.c,
14819         plugins/editor/action-callbacks.h,
14820         plugins/editor/anjuta-docman.c,
14821         plugins/editor/anjuta-document-manager.ui,
14822         plugins/editor/plugin.c,
14823         plugins/editor/text_editor.c,
14824         plugins/editor/text_editor.h,
14825         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
14826         Fixed highlight issues.
14828         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
14829         macro.
14830         
14831         * plugins/symbol-browser/an_symbol_view.c: Force update project.
14833         * data/properties/*: Updated properties files from scite. Created
14834         styles.properties to override the scite styles.
14835         
14836         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
14838         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
14839         
14840 2005-01-30  Naba Kumar  <naba@gnome.org>
14842         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
14843         unused definitions.
14844         
14845         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
14846         
14847         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
14848         plugins/editor/text_editor.c,
14849         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
14850         fixed linuwidth preference setting, fixed insert text interface
14851         implementation. Improved automatice-indentation for cpp lexer.
14852         
14853         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
14855 2005-01-29  Naba Kumar  <naba@gnome.org>
14857         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
14858         option in update dialog as default. Improved import dialog. Sized
14859         log dialog.
14861         * configure.in: Fixed underquoted warning from autoconf.
14862         
14863         * plugins/editor/action-callbacks.c,
14864         plugins/editor/aneditor.cxx,
14865         plugins/editor/aneditor.h,
14866         plugins/editor/anjuta-document-manager.glade,
14867         plugins/editor/plugin.c,
14868         plugins/editor/plugin.h,
14869         plugins/editor/text_editor.c,
14870         plugins/editor/text_editor.h,
14871         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
14872         for Editor and fixed all preferences syncronization and notifys for
14873         visible prefs (in editor preferences page).
14874         
14875         * plugins/file-loader/plugin.c: Load recent files on idle.
14877 2005-01-28  Naba Kumar  <naba@gnome.org>
14879         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
14880         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
14882         * plugins/editor/action-callbacks.c,
14883         plugins/editor/action-callbacks.h,
14884         plugins/editor/aneditor.cxx,
14885         plugins/editor/aneditor.h,
14886         plugins/editor/anjuta-document-manager.ui,
14887         plugins/editor/plugin.c,
14888         plugins/editor/text_editor.c,
14889         plugins/editor/text_editor.h,
14890         plugins/editor/text_editor_cbs.c,
14891         plugins/editor/text_editor_cbs.h,
14892         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
14893         Text editor.
14895         Patch from Massimo Cora <maxcvs@email.it>:
14896         * plugins/editor/an_symbol_search.c,
14897         plugins/editor/an_symbol_search.c: Fixed crash bugs.
14898         
14899 2005-01-27  Naba Kumar  <naba@gnome.org>
14900         
14901         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
14902         minimum size request to 200.
14904         * plugins/symbol-browser/an_symbol_info.c,
14905         plugins/symbol-browser/an_symbol_info.h,
14906         plugins/symbol-browser/an_symbol_search.c,
14907         plugins/symbol-browser/an_symbol_search.h,
14908         plugins/symbol-browser/an_symbol_view.c,
14909         plugins/symbol-browser/an_symbol_view.h,
14910         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
14911         pixbuf retrieval. Fixed runtime warning. Code clean up.
14913 2005-01-27  Naba Kumar  <naba@gnome.org>
14915         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
14916         src/anjuta.ui, (new) plugins/glade/.cvsignore,
14917         (new) plugins/glade/Makefile.am,
14918         (new) plugins/glade/anjuta-glade-plugin.png,
14919         (new) plugins/glade/anjuta-glade.plugin.in,
14920         (new) plugins/glade/anjuta-glade.ui,
14921         (new) plugins/glade/plugin.c,
14922         (new) plugins/glade/plugin.h,
14923         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
14924         now until glade3 works properly.
14926         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
14927         they are generated.
14928         
14929 2005-01-26  Naba Kumar  <naba@gnome.org>
14931         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
14932         Added mime icon for anjuta projects.
14933         
14934         patch from Massimo Cora <maxcvs@email.it>:
14935         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
14936         an_symbol_search.h, an_symbol_view.c, plugin.c:
14937         Fix/implement objects destroying/freeing.
14939 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
14940         
14941         * src/action-callback.[ch], src/anjuta-actions.h:
14942         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
14943         because it has not been updated for years and we know have a devhelp plugin
14944         which can do the job much better.
14945         * TODO.tasks: Updated done items
14947 2005-01-25  Naba Kumar  <naba@gnome.org>
14949         * autogen.sh: Fixed to generate interface files.
14951         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
14952         session save filenames.
14953         
14954         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
14955         
14956 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
14958         * plugins/project-wizard/Makefile.am,
14959         plugins/project-wizard/install.c,
14960         plugins/project-wizard/install.h,
14961         plugins/project-wizard/parser.c,
14962         plugins/project-wizard/parser.h,
14963         plugins/project-wizard/templates/terminal.wiz:
14964         Add action list block in wizard template
14965         * plugins/project-wizard/file.c,
14966         plugins/project-wizard/autogen.c:
14967         Small fixes
14969 2005-01-23  Naba Kumar  <naba@gnome.org>
14971         * configure.in: Fixed build error.
14973 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
14975         * plugins/project-wizard/druid.c,
14976         plugins/project-wizard/parser.c,
14977         plugins/project-wizard/property.c: Rewrite parser with
14978         better error handling
14980 2005-01-22  Naba Kumar  <naba@gnome.org>
14982         * plugins/symbol-browser/plugin.c: Changed c++ coments
14983         to c commnets and formated code to anjuta coding styles.
14984         
14985 2005-01-21  Naba Kumar  <naba@gnome.org>
14987         * configure.in, autogen.sh: Fixed build errors in newer automake.
14988         
14989         * plugins/editor/anjuta-docman.c: Do not emit change editor
14990         signal while in dispose.
14992         Patch from: Massimo Corà <maxcvs@email.it>
14993         * plugins/symbol-browser/Makefile.am,
14994         plugins/symbol-browser/an_symbol_view.c,
14995         plugins/symbol-browser/an_symbol_view.h,
14996         plugins/symbol-browser/plugin.c,
14997         plugins/symbol-browser/plugin.h,
14998         plugins/symbol-browser/test-symbol-browser.c,
14999         (new) plugins/symbol-browser/an_symbol_info.c,
15000         (new) plugins/symbol-browser/an_symbol_info.h,
15001         (new) plugins/symbol-browser/an_symbol_search.c,
15002         (new) plugins/symbol-browser/an_symbol_search.h:
15003         Added a cool real-time symbol-search-view in symbol browser.
15005 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15006         
15007         * plugin/macro/plugin.c
15008         plugin/macro/anjuta-macro-plugin.ui
15009         plugin/macro/macro-db.[ch]
15010         plugin/macro/macro-dialog.[ch]
15011         plugin/macro/macro-actions.[ch]
15012         plugin/macro/macro-edit.[ch]
15013         plugin/macro/plugin.[ch]:
15014         
15015         Implemented three menu items as Naba proposed:
15016         Edit->Macro->
15017                 Insert Macro: Pops of a border-less window to enter a shortcut
15018                 Add Macro: Same as Manage Macro => New
15019                 Manage Macros: Full-features macro dialog
15021 2005-01-20  Naba Kumar  <naba@gnome.org>
15023         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15024         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15025         libanjuta/anjuta-shell.h,
15026         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15027         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15028         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15029         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15030         src/main.c, src/shell.c: Implemented command line args processing
15031         and session management. Fixed geometry restoration.
15033 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15034         
15035         * plugins/macro/macro-db.c,
15036         plugins/macros.xml:
15037         Cleaned up XML interface and use attributes now for name, category and 
15038         shortcut. CDATA is used to avoid xml errors inside of macros.
15040 2005-01-19  Naba Kumar  <naba@gnome.org>
15042         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15044 2005-01-18  Naba Kumar  <naba@gnome.org>
15045         
15046         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15047         to work.
15049         * scintilla/*: Updated scintilla to current cvs and updated
15050         scintilla patches.
15051         
15052 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15053         
15054         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15055         plugins/cvs-plugin/cvs-actions.c:
15056         Added "Whole project" infrastructure but it does not
15057         work because I did not find a way to get the current project's
15058         root dir.
15060 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15062         * plugins/cvs-plugin/Makefile.am
15063         plugins/cvs-plugin/anjuta-cvs.plugin.in
15064         plugins/cvs-plugin/cvs-actions.c
15065         plugins/cvs-plugin/cvs-callbacks.c
15066         plugins/cvs-plugin/cvs-interface.[ch] (added)
15067         plugins/cvs-plugin/plugin.c:
15068         
15069         Added IAnjutaCVS interface and improved cvs plugin. There
15070         is still some work to do on cvs import and to add a current
15071         project toggle.
15073 2005-01-17  Naba Kumar  <naba@gnome.org>
15075         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15076         
15077         * configure.in: Fixed build errors.
15079         * data/Makefile.am,     (removed) data/README.stock_libs,
15080         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15081         (removed) data/header.c, (removed) data/stock_libs.anj,
15082         (removed) data/x-anjuta-project.desktop,
15083         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15085         * libanjuta/anjuta-plugin-description.c,
15086         libanjuta/anjuta-shell.c: Updated documentations.
15088         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15089         
15090         * libanjuta/anjuta-launcher.c,
15091         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15092         x86_64 systems.
15094 2005-01-17  Naba Kumar  <naba@gnome.org>
15095         
15096         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15097         plugins/project-wizard/templates/gtk.wiz,
15098         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15099         Updated templates to new format.
15100         
15101         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15102         * plugins/project-wizard/druid.c,
15103         plugins/project-wizard/parser.c,
15104         plugins/project-wizard/property.c,
15105         plugins/project-wizard/property.h,
15106         plugins/project-wizard/templates/terminal.wiz,
15107         plugins/project-wizard/templates/terminal/AUTHORS,
15108         plugins/project-wizard/templates/terminal/ChangeLog,
15109         plugins/project-wizard/templates/terminal/NEWS,
15110         plugins/project-wizard/templates/terminal/README,
15111         plugins/project-wizard/templates/terminal/project.anjuta,
15112         plugins/project-wizard/templates/terminal/src/main.c:
15113         Moveed code related to property types from druid.c and parser.c to 
15114         property.c. Changed tag from "<string ..." to
15115         "<property type="string..."     and so on. Rewrite parser
15116         (warning still in progress). Added list property. Changed
15117         terminal project to avoid using autogen on some file (much 
15118         faster) using the autogen attribute. Add a license list box in
15119         terminal project (just as an example). _label in item list is
15120         optional now.
15122 2005-01-16  Naba Kumar  <naba@gnome.org>
15124         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15125         plugins/edtior/anjuta-docman.c: Fixed build errors.
15126         
15127         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15128         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15129         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15130         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15131         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15132         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15133         libanjuta/resources.h,
15134         plugins/build-basic-autotools/build-basic-autotools.c,
15135         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15136         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15137         plugins/gtodo/plugin.c, src/Makefile.am,
15138         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15139         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15140         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15141         should be handled in respective plugins. Added API documentations.
15143         * libanjuta-docs.sgml, libanjuta-sections.txt,
15144         libanjuta.types,
15145         (added) tmpl/anjuta-debug.sgml,
15146         (added) tmpl/anjuta-launcher.sgml,
15147         tmpl/anjuta-plugin.sgml,
15148         tmpl/anjuta-preferences.sgml,
15149         tmpl/anjuta-shell.sgml,
15150         (added) tmpl/anjuta-status.sgml,
15151         (removed) tmpl/anjuta-stock.sgml,
15152         tmpl/anjuta-utils.sgml,
15153         (removed) tmpl/defaults.sgml,
15154         (removed) tmpl/fileselection.sgml,
15155         (removed) tmpl/gnomefilelist.sgml,
15156         tmpl/ianjuta-buildable.sgml,
15157         (added) tmpl/ianjuta-debugger-manager.sgml,
15158         (added) tmpl/ianjuta-debugger.sgml,
15159         tmpl/ianjuta-document-manager.sgml,
15160         tmpl/ianjuta-editor.sgml,
15161         tmpl/ianjuta-file.sgml,
15162         tmpl/ianjuta-loader.sgml,
15163         tmpl/ianjuta-markable.sgml,
15164         tmpl/ianjuta-message-view.sgml,
15165         (added) tmpl/ianjuta-project-manager.sgml,
15166         (added) tmpl/ianjuta-todo.sgml,
15167         (added) tmpl/ianjuta-wizard.sgml,
15168         tmpl/libanjuta-iface-marshallers.sgml,
15169         tmpl/libanjuta-unused.sgml,
15170         (removed) tmpl/pixmaps.sgml,
15171         tmpl/plugins.sgml,
15172         (removed) tmpl/properties.sgml,
15173         tmpl/resources.sgml: Updated API documentations.
15175 2005-01-15  Naba Kumar  <naba@gnome.org>
15177         * libanjuta/anjuta-launcher.c: Added API docs.
15178         
15179         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15180         plugins/project-wizard/templates/gtk.wiz,
15181         plugins/project-wizard/templates/terminal.wiz,
15182         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15183         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15184         plugins/project-wizard/templates/gtk/src/main.c,
15185         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15186         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15187         template files.
15189         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15190         * plugins/project-wizard/anjuta-project-wizard.glade,
15191         plugins/project-wizard/autogen.c,
15192         plugins/project-wizard/druid.c,
15193         plugins/project-wizard/druid.h,
15194         plugins/project-wizard/file.c,
15195         plugins/project-wizard/file.h,
15196         plugins/project-wizard/install.c,
15197         plugins/project-wizard/parser.c,
15198         plugins/project-wizard/plugin.c,
15199         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15200         setting the default project directory. Fix HIDDEN property, it's
15201         working but I think we could make this cleaner. Removed the
15202         copy of the string in mandatory_property. Add an optional autogen
15203         attribute, to force or avoid using autogen on some files, default
15204         without any attribute is autodetect.+ Replace the script tag with
15205         a normal file tag and an attribute execute.
15206         
15207 2005-01-14  Naba Kumar  <naba@gnome.org>
15209         * plugins/editor/action-callbacks.c,
15210         plugins/editor/search_incremental.c,
15211         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15212         works now.
15213         
15214         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15215         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15216         tabs.
15218 2005-01-12  Naba Kumar  <naba@gnome.org>
15220         * configure.in,
15221         plugins/project-wizard/templates/Makefile.am,
15222         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15223         plugins/project-wizard/templates/anjuta-plugin.wiz,
15224         (added) plugins/project-wizard/templates/gtk-logo.png,
15225         (added) plugins/project-wizard/templates/gtk.wiz,
15226         (added) plugins/project-wizard/templates/terminal-logo.png,
15227         plugins/project-wizard/templates/terminal.wiz,
15228         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15229         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15230         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15231         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15232         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15233         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15234         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15235         (added) plugins/project-wizard/templates/gtk/src/main.c,
15236         (added) plugins/project-wizard/templates/gtk/src/project.glade,
15237         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15238         GTK+ project templated and fixed other templates. Updated template
15239         logos.
15241 2005-01-12  Naba Kumar  <naba@gnome.org>
15243         * plugins/macro/anjuta-macro.glade: Improved GUI.
15244         
15245 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
15247         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15248         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15249         * plugins/cvs-plugin/cvs.[ch] (removed)
15250         Removed old unused files
15251         
15252         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15253         * plugins/cvs-plugin/cvs-actions.c
15254         * plugins/cvs-plugin/Makefile.am:
15255         Seperate callback functions for better error
15256         handling. Cleaned up code.
15257         
15258         * plugins/macro/macros.xml: removed corrupt cvs
15259         macros for now.
15261 2005-01-10  Naba Kumar  <naba@gnome.org>
15263         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15264         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15265         and leaks.
15267 2005-01-09  Naba Kumar  <naba@gnome.org>
15269         * libegg/egg-recent-action.c, libegg/test-actions.c,
15270         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15271         recent files models.
15272         
15273         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15274         two models -- one for projects and other for regular files and show
15275         both in recent files menu. Changed recent files group from "anjuta"
15276         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15277         when adding the URI in recent files.
15278         
15279         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15280         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15281         * plugins/macro/macro-dialog.c: Fixed dispose() method.
15282         * plugins/macro/macros.xml: Fixed xml errors.
15284 2005-01-08  Naba Kumar  <naba@gnome.org>
15285         
15286         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
15287         libegg/test-actions.c, libegg/menu/Makefile.am,
15288         libegg/menu/egg-recent-action.h: Added a new action for
15289         recent files.
15291         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
15292         Fixed dispose. Cleanup.
15293         
15294         * plugins/file-loader/anjuta-loader-plugin.ui,
15295         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
15296         Use the new action for recent files. Added recent files in
15297         toolbar.
15299         * plugins/project-wizard/druid.c: Show busy cursor and
15300         de-sensitize druid buttons during page change.
15301         
15302         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15303         * plugins/project-wizard/Makefile.am,
15304         plugins/project-wizard/druid.c,
15305         plugins/project-wizard/druid.h,
15306         plugins/project-wizard/install.c,
15307         plugins/project-wizard/plugin.c,
15308         plugins/project-wizard/plugin.h,
15309         plugins/project-wizard/property.c,
15310         plugins/project-wizard/property.h,
15311         (added) plugins/project-wizard/values.c,
15312         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
15313         objects (in values.c and values.h) containing the values of all
15314         properties. The NPWProperty objects now keep their values in this
15315         object which is persistant for one activation of the plugin, so the
15316         user keeps all the values even if he goes backward. Used an anjuta
15317         message view to list all files copied by the project wizard.
15319 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
15321         * plugins/macro/plugin.[ch],
15322         plugins/macro/macro-dialog.[ch]
15323         plugins/macro/macro-edit.[ch]
15324         plugins/macro/macro-db.[ch]
15325         plugins/macro/macro-actions.[ch]
15326         plugins/macro/anjuta-macro.plugin.in
15327         plugins/macro/anjuta-macro.glade
15328         plugins/macro/anjuta-macro.png
15329         plugins/macro/Makefile.am
15330         plugins/macro/macros.xml
15331         plugins/macro/anjuta-macro.ui (all added)
15332         configure.in
15333         plugins/Makefile.am:
15334         Added new macro plugins
15335         
15336         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15337         New icon
15338         
15339         * manuals/reference/template (removed)
15340         Removed old api reference
15341         
15342         * plugins/message-view/message-view.c:
15343         "Fixed" crash in on_row_deleted and added a
15344         comment that I cannot work this way. We will
15345         have to change everything a bit to avoid losing
15346         memory there.
15347         
15348         * plugins/text-editor/text_editor.c:
15349         Update line number width on file save
15352 2005-01-07  Naba Kumar  <naba@gnome.org>
15354         * plugins/project-wizard/anjuta-project-wizard.glade,
15355         plugins/project-wizard/druid.c,
15356         plugins/project-wizard/templates/anjuta-plugin.wiz,
15357         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
15358         Display page description in bold. Fixed mandatory field check.
15360         * configure.in,
15361         libanjuta/libanjuta-1.0.pc.in,
15362         plugins/project-wizard/druid.c,
15363         plugins/project-wizard/parser.c,
15364         plugins/project-wizard/property.h,
15365         plugins/project-wizard/templates/anjuta-plugin.wiz,
15366         plugins/project-wizard/templates/terminal.wiz,
15367         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
15368         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
15369         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
15370         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
15371         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
15372         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15373         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15374         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15375         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15376         plugins/project-wizard/templates/terminal/configure.in.tpl,
15377         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
15378         plugins/project-wizard/templates/terminal/src/main.c: Implemented
15379         a new property type -- hidden. Fixed terminal and anjuta-plugin
15380         project templates.
15382 2005-01-07  Naba Kumar  <naba@gnome.org>
15384         * templates/anjuta-plugin.wiz,
15385         templates/terminal.wiz,
15386         templates/terminal/Makefile.am.tpl,
15387         templates/terminal/autogen.sh,
15388         (Removed) templates/terminal/configure.ac.tpl,
15389         (Added) templates/.cvsignore,
15390         (Added) templates/Makefile.am,
15391         (Added) templates/anjuta-plugin/.cvsignore,
15392         (Added) templates/anjuta-plugin/Makefile.am,
15393         (Added) templates/anjuta-plugin/src/.cvsignore,
15394         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
15395         (Added) templates/terminal/.cvsignore,
15396         (Added) templates/terminal/Makefile.am,
15397         (Added) templates/terminal/configure.in.tpl,
15398         (Added) templates/terminal/po/.cvsignore,
15399         (Added) templates/terminal/po/ChangeLog,
15400         (Added) templates/terminal/po/Makefile.am,
15401         (Added) templates/terminal/po/POTFILES.in,
15402         (Added) templates/terminal/src/.cvsignore,
15403         (Added) templates/terminal/src/Makefile.am,
15404         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
15405         project wizard. Fixed configure/po/Makefile template errors.
15407 2005-01-06  Naba Kumar  <naba@gnome.org>
15409         * configure.in: Added project templates.
15410         * plugins/project-wizard/templates/*: Added to project and renamed
15411         Makefile.am and configure.in to Makefile.am and configure.ac respectively
15412         for the project templates (so that they do not conflict with autotools
15413         build. Created proper configure.ac.tpl and autogen.sh for project
15414         templates.
15415         
15416 2005-01-06  Naba Kumar  <naba@gnome.org>
15418         * plugins/project-wizard/anjuta-project-wizard.glade,
15419         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
15420         Fixed file list parsing and to take absolute file paths (for example,
15421         from an icon selected previously). Used toggle buttons for boolean
15422         properties. Check if all mandatory fields are given before going
15423         forward in the wizard. Use scrollable viewport for listing property
15424         widgets incase the list goes out of wizard's size. Added tooltips
15425         as descriptions of the property widgets. And other fixes.
15427         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
15428         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
15429         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
15430         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
15431         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
15432         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
15433         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
15434         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15435         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
15436         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15437         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15438         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
15439         Restructured template files.
15441 2005-01-06  Naba Kumar  <naba@gnome.org>
15443         * configure.in: Added check for autogen.
15444         
15445         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
15446         in dispose.
15447         
15448         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
15449         Do not emit changed signal when in dispose.
15451         * plugins/symbol-browser/plugin.c: Don't updated symbols when
15452         symbol-view widget has been destroyed.
15453         
15454         * src/anjuta-app.c: Set null to preference, status and ui object
15455         pointers when they are destroyed.
15457         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
15458         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
15459         Added boolean, integer and file property types.
15460         
15461         * plugins/project-wizard/Makefile.am,
15462         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
15463         project wizard templates.
15465 2005-01-04  Naba Kumar  <naba@gnome.org>
15467         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
15468         added widgets.
15469         
15470         * plugins/editor/aneditor.cxx,
15471         plugins/editor/anjuta-docman.c,
15472         plugins/editor/plugin.c,
15473         plugins/editor/text_editor.c:
15474         Removed unnecessary ref/unref of scintilla.
15475         
15476         * plugins/message-view/anjuta-msgman.c,
15477         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
15478         make close button similar to document manager.
15479         
15480         * plugins/project-manager/plugin.c,
15481         plugins/project-manager/plugin.h: Removed dead codes. Removed
15482         unnecessary ref/unref.
15483         
15484         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
15485         instead of hard refs.
15487 2005-01-03  Naba Kumar  <naba@gnome.org>
15489         * libanjuta/interfaces/libanjuta.idl: Added configure() and
15490         generate() methods for IAnjutaBuildable interface.
15492         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
15493         IAnjutaBuildable inteface.
15495         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
15496         to destroy build context when message view is destroyed.
15497         
15498         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
15499         a ref to it and unref in destructor. AnEditor class wants to be the
15500         owner of scintilla widget. Fixed compile warnings with signed/unsigned
15501         comparisions.
15502         
15503         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
15504         complicate the scene. Removed editor widget from AnjutaDocman when
15505         the widget is destroyed.
15506         
15507         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
15508         from shell. It will be removed from shell when the widget is destroyed.
15509         
15510         * plugins/editor/text_editor.c: Added debug codes to track object
15511         finalizations.
15513         * plugins/message-view/anjuta-msgman.c: Remove message view on
15514         widget destroy. Destroy message view on remove. Removed all views
15515         correctly.
15516         
15517         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
15518         from container.
15520 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15522         * plugins/file-wizard/action-callbacks.c,
15523         plugins/file-wizard/anjuta-file-wizard.glade,
15524         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
15525         Insert Licence, copyright, header template ...
15526         
15527 2005-01-02  Naba Kumar  <naba@gnome.org>
15529         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
15530         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
15531         anjuta_status_add_widget() to allow setting busy cursor on non
15532         toplevel windows.
15534         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
15536         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
15537         mime types to take text/source also.
15538         
15539         * plugins/editor/anjuta-docman.c,
15540         plugins/editor/anjuta-docman.h,
15541         plugins/editor/plugin.c,
15542         plugins/editor/text_editor.c,
15543         plugins/editor/text_editor.h,
15544         plugins/editor/text_editor_cbs.c: Listen for busy signal from
15545         AnjutaStatus and set busy cursor on editors.
15547         * plugins/file-loader/Makefile.am,
15548         plugins/file-loader/plugin.c,
15549         (added) plugins/file-loader/dnd.c,
15550         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
15552         * src/anjuta.c: Hide anjuta window before destruction.
15554         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15555         * configure.in, plugins/Makefile.am,
15556         (removed) plugins/project-wizard/appwiz_page1.c,
15557         (removed) plugins/project-wizard/appwiz_page2.c,
15558         (removed) plugins/project-wizard/appwiz_page3.c,
15559         (removed) plugins/project-wizard/appwiz_page4.c,
15560         (removed) plugins/project-wizard/appwizard.c,
15561         (removed) plugins/project-wizard/appwizard.h,
15562         (removed) plugins/project-wizard/appwizard_cbs.c,
15563         (removed) plugins/project-wizard/appwizard_cbs.h,
15564         (removed) plugins/project-wizard/appwizard_gui.c,
15565         (removed) plugins/project-wizard/gnome_project.c,
15566         (removed) plugins/project-wizard/gnome_project.h,
15567         (removed) plugins/project-wizard/wizard_gui.c,
15568         (removed) plugins/project-wizard/wizard_gui.h,
15569         (added) plugins/project-wizard/.cvsignore,
15570         (added) plugins/project-wizard/Makefile.am,
15571         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
15572         (added) plugins/project-wizard/anjuta-project-wizard.glade,
15573         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
15574         (added) plugins/project-wizard/applogo.png,
15575         (added) plugins/project-wizard/appwizard.png,
15576         (added) plugins/project-wizard/autogen.c,
15577         (added) plugins/project-wizard/autogen.h,
15578         (added) plugins/project-wizard/druid.c,
15579         (added) plugins/project-wizard/druid.h,
15580         (added) plugins/project-wizard/file.c,
15581         (added) plugins/project-wizard/file.h,
15582         (added) plugins/project-wizard/header.c,
15583         (added) plugins/project-wizard/header.h,
15584         (added) plugins/project-wizard/install.c,
15585         (added) plugins/project-wizard/install.h,
15586         (added) plugins/project-wizard/parser.c,
15587         (added) plugins/project-wizard/parser.h,
15588         (added) plugins/project-wizard/plugin.c,
15589         (added) plugins/project-wizard/plugin.h,
15590         (added) plugins/project-wizard/property.c,
15591         (added) plugins/project-wizard/property.h: Removed old application-wizard
15592         codes and added new template based (autogen based) project wizard
15593         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
15595 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
15597         * plugins/cvs-plugin/plugin.c: Fixed crash bug
15598         * plugins/cvs-plugin/cvs-execute.c:
15599         Fix cvs_log which did not work because of some
15600         glade problem
15601         Patch from Mark R. Pariente <markpariente@cmu.edu>
15602         - Fix message highlighting
15604 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
15605         
15606         * template/*,
15607         date/template/*,
15608         configure.in:
15609         Removed template stuff completly because we dicussed to implement
15610         a macro system for Edit->Insert Text
15612 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
15613         
15614         * plugins/editor/aneditor.cxx,
15615         plugins/editor/text_editor.c:
15616         Set line number width dynamically
15617         * src/about.c:
15618         Prepered new GTK 2.6 about dialog
15620 2004-12-30  Naba Kumar  <naba@gnome.org>
15622         patch from: Massimo Corà  <maxcvs@email.it>
15623         * plugins/editor/aneditor.cxx: Highlights correct function
15624         argument in recursive calltips.
15626 2004-12-30  Naba Kumar  <naba@gnome.org>
15628         * plugins/symbol-browser/plugin.c,
15629         libanjuta/interfaces/libanjuta.idl,
15630         plugins/editor/text_editor.c: Fixed editor markers and added a new
15631         marker (BASIC) to indicate line numbers. Fixed symbol browser to
15632         mark the line visited.
15633         
15634         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
15635         libegg/Makefile.am, libegg/eggcomboselect.c,
15636         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
15637         widget for use with symbol view in toolbar.
15638         
15639         * plugins/cvs-plugin/anjuta-cvs.ui,
15640         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
15641         placeholder for cvs plugin context menu in filemanager.
15642         
15643 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
15644         
15645         * plugins/cvs-plugin/plugin.c:
15646         Show popup menu only if the file is contained in
15647         a directory containing a "CVS" directory
15649 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
15650         
15651         * plugins/cvs-plugin/cvs-action.[ch],
15652         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
15653         * plugins/cvs-plugin/anjuta-cvs.ui,
15654         * plugins/cvs-plugin/plugin.c:
15655         Implemented "Import"
15656         
15657         Patch from Mark R. Pariente <markpariente@cmu.edu>:
15658         Added right-click-menu for file-manager
15660 2004-12-26  Naba Kumar  <naba@gnome.org>
15662         * src/action-callbacks.c, src/action-callbacks.h,
15663         src/anjuta-actions.h, src/anjuta-app.c,
15664         src/anjuta.ui: Added fullscreen action.
15666         * plugins/cvs-plugin/cvs-actions.c,
15667         plugins/cvs-plugin/plugin.c,
15668         plugins/cvs-plugin/plugin.h: Watches current editor,
15669         project and file manager selection in plugin
15670         implementation.
15671         
15672 2004-12-26  Naba Kumar  <naba@gnome.org>
15674         * src/anjuta-app.c, src/anjuta.c, src/main.c,
15675         src/action-callbacks.c: Fixed app finalization. Added a
15676         command line arg --proper-shutdown (-p), which when set
15677         will release all plugins and their resources (this option
15678         is mainly for debugging).
15679         
15680         * plugins/file-loader/plugin.c: Fixed filename duplications
15681         in recent files history.
15682         
15683         * plugins/profile-default/plugin.c: Disabled problematic
15684         plugins for now to load at startup.
15685         
15686         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
15687         annoying debug prints.
15688         
15689 2004-12-23  Naba Kumar  <naba@gnome.org>
15691         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
15692         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
15693         plugins/cvs-plugin/anjuta-cvs.ui,
15694         plugins/cvs-plugin/cvs-actions.c,
15695         plugins/cvs-plugin/cvs-actions.h,
15696         plugins/cvs-plugin/cvs-execute.c,
15697         plugins/cvs-plugin/cvs-execute.h,
15698         plugins/cvs-plugin/Makefile.am,
15699         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
15700         Added cvs log command.
15702 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
15703         
15704         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
15705         default
15707 2004-12-20  Naba Kumar  <naba@gnome.org>
15709         patch from: Massimo Corà  <maxcvs@email.it>
15710         * plugins/editor/aneditor.cxx: Added recursive calltips.
15712 2004-12-20  Naba Kumar  <naba@gnome.org>
15713         
15714         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
15715         Show busy cursor during loading and unloading.
15716         
15717 2004-12-19  Naba Kumar  <naba@gnome.org>
15719         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
15720         memory leaks. Disabled debug print.
15722         * plugins/symbol-browser/an_symbol_view.c,
15723         plugins/symbol-browser/plugin.c,
15724         plugins/symbol-browser/plugin.h: Fixed loading and unloading
15725         problems. Creates SymbolView object every time when the
15726         plugin is activated.
15728         * plugins/project-manager/plugin.c: Close project when
15729         deactivating.
15730         
15731 2004-12-18  Naba Kumar  <naba@gnome.org>
15733         * po/POTFILES.in: Removed commented lines.
15734         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
15735         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
15736         * plugins/gdb/plugin.c: Fixed compile error.
15737         
15738         Patch from: Mark R. Pariente  <mark@demar.com.tr>
15739         * libegg/eggcellrendererkeys.c: Fixed compile error.
15740         
15741 2004-12-18  Naba Kumar  <naba@gnome.org>
15743         * plugins/file-loader/plugin.c: Fixed loading bug.
15744         
15745         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
15746         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
15747         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
15748         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
15749         and corruptions. Fixed loading and unloading of plugins.
15750         
15751 2004-12-17  Naba Kumar  <naba@gnome.org>
15752         
15753         * plugins/file-loader/Makefile.am,
15754         plugins/file-loader/plugin.c,
15755         plugins/project-manager/plugin.c: Fixed memory corruption
15756         and disposition codes. Added missing plugin.h in Makefile.am.
15758 2004-12-16  Naba Kumar  <naba@gnome.org>
15760         * plugins/symbol-browser/an_symbol_view.c,
15761         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
15762         codes. Fixed memory leaks and corruptions.
15764         * plugins/build-basic-autotools/build-basic-autotools.c
15765         plugins/editor/anjuta-docman.c,
15766         plugins/editor/text_editor.c,
15767         plugins/file-loader/plugin.c,
15768         plugins/file-manager/plugin.c,
15769         plugins/file-wizard/plugin.c,
15770         plugins/message-view/anjuta-msgman.c,
15771         plugins/message-view/anjuta-msgman.h,
15772         plugins/message-view/message-view.c,
15773         plugins/message-view/plugin.c,
15774         plugins/message-view/plugin.h,
15775         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
15777         * src/about.c, src/about.h, src/action-callbacks.c,
15778         src/action-callbacks.h, src/anjuta-actions.h,
15779         src/anjuta-app.c, src/anjuta-app.h,
15780         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
15781         src/anjuta.c, src/anjuta.h, src/getline.c, 
15782         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
15783         src/start-with.c, src/start-with.h: Fixed emacs modes.
15785         * src/layout.xml: Brought document manager in front.
15786         
15787 2004-12-15  Naba Kumar  <naba@gnome.org>
15789         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
15790         properly removed.
15791         
15792         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
15793         finalization. Added a method to unload all plugins and destroy them.
15794         Fixed memory leaks.
15795         
15796         * plugins/sample1/plugin.c: Proper finalization code and renamed
15797         functions to proper names.
15798         
15799         * plugins/build-basic-autotools/build-basic-autotools.c,
15800         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
15802         * src/shell.c: Unload all plugins on exit, so that memory profilers
15803         can detect memory leaks in plugins.
15805 2004-12-13  Naba Kumar  <naba@gnome.org>
15807         * plugins/devhelp/plugin.c: Delay widget initialization, now that
15808         docking is working.
15809         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
15810         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
15812 2004-12-11  Naba Kumar  <naba@gnome.org>
15814         * data/properties/anjuta.properties: Fixed font size.
15815         * plugin/build-basic-autotools/build-basic-autotools: Added initial
15816         compile file function. There are some fixmes there.
15817         * plugins/message-view/anjuta-msgman.c,
15818         * plugins/message-view/message-view.c: Fixed bugs and clean up.
15819         
15820 2004-12-08  Naba Kumar  <naba@gnome.org>
15822         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
15823         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
15824         to escape quotes in a string.
15825         
15826         * plugins/cvs-plugin/cvs-actions.c,
15827         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
15828         cvs diff command.
15830         * plugins/build-basic-autotools/build-basic-autotools.c,
15831         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
15832         filters.
15833         
15834 2004-12-07  Naba Kumar  <naba@gnome.org>
15836         * plugins/build-basic-autotools/build-basic-autotools.c,
15837         plugins/build-basic-autotools/automake-c.filters: Completed directory
15838         tracking. Double click on Errors and warnings now work as expected.
15840         * plugins/build-basic-autotools.c: Added codes to track build directory
15841         so that absolute path of the files could be determined.
15843 2004-12-06  Naba Kumar  <naba@gnome.org>
15845         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
15846         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
15847         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
15848         
15849 2004-12-05  Naba Kumar  <naba@gnome.org>
15851         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
15852         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
15853         
15854         * plugins/cvs-plugin/plugin.c,
15855         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
15856         
15857 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
15858         
15859         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
15860         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
15861         plugins/cvs-plugin/cvs-execute.[ch]:
15862         Implemented cvs status and cvs diff
15863         Known bugs:
15864         - rdiff command is not correct
15865         - Must find a way to allow selection of directies AND files 
15866         in GtkFileChooser
15868 2004-12-03  Naba Kumar  <naba@gnome.org>
15870         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
15871         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
15872         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
15873         session.properties file if it is for the first time.
15874         
15875 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
15876         
15877         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
15878         commit.
15879         
15880         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
15881         plugins/cvs-plugin/anjuta-cvs.ui:
15882         Implemented update/commit and changed menu layout 
15884 2004-12-02  Naba Kumar  <naba@gnome.org>
15886         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
15887         property name (for cvs path property). Beautified dialogs.
15889 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
15890         
15891         * plugins/message-view/anjuta-msgman.c: Changed callback name
15892         and changed switch-page handling.
15893         
15894         * plugins/cvs-plugin/cvs-actions.c:
15895         * plugins/cvs-plugin/cvs-execute.c:
15896         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
15897         - Implemented cvs add and cvs removed - both working now
15898         - Created a useful preferences page
15899         
15901 2004-11-30  Naba Kumar  <naba@gnome.org>
15903         * libanjuta/anjuta-status.c: Fixed runtime warning.
15904         
15905         * plugins/editor/Makefile.am:
15906         plugins/editor/anjuta-document-manager.glade,
15907         plugins/editor/plugin.c
15908         plugins/editor/plugin.h
15909         plugins/editor/style-editor.c (new, moved from src/),
15910         plugins/editor/style-editor.h (new, moved from src/),
15911         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
15912         settings in preferences.
15914         * plugins/editor/text_editor.c,
15915         plugins/editor/text_editor.h: Do not take unused args in
15916         text_editor_get_props().
15918         * src/style-editor.c, src/style-editor.h: Removed, moved to
15919         plugins/editor/ directory.
15921 2004-11-29  Naba Kumar  <naba@gnome.org>
15923         * plugins/editor/text_editor_cbs.c: Emit click signal in
15924         IAnjutaMarkable.
15925         * libanjuta/anjuta-status.c: More spacing between items.
15926         
15927 2004-11-29  Naba Kumar  <naba@gnome.org>
15929         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
15930         
15931         * libanjuta/interfaces/libanjuta.idl,
15932         plugins/debug-manager/anjuta-debug-manager.plugin.in,
15933         plugins/debug-manager/plugin.c,
15934         plugins/gdb/breakpoints.c,
15935         plugins/gdb/breakpoints.h,
15936         plugins/gdb/debugger.c,
15937         plugins/gdb/debugger.h,
15938         plugins/gdb/plugin.c,
15939         plugins/gdb/plugin.h,
15940         plugins/gdb/utilities.c,
15941         plugins/gdb/utilities.h: Code cleanups and partial implementation of
15942         toggle breakpoint margin clicks.
15944 2004-11-28  Naba Kumar  <naba@gnome.org>
15946         * TODO.tasks: Fixed indentations.
15947         * plugins/gtodo/libgtodo.c: Save with indentation.
15948         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
15949         * plugins/project-manager/plugin.c: Fixed runtime warnings.
15950         * libanjuta/anjuta-status.c: Fixed busy cursors.
15951         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
15952         * po/POTFILES.in: Updated.
15953         
15954 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
15955         
15956         * plugins/editor/anjuta-document-manager.glade,
15957           plugins/editor/search-replace.[c,h], 
15958           plugins/editor/search-replace_backend.h
15959           plugins/editor/search-preferences.[c,h] :
15960           Saved Search-Preferences (gconf),
15961           Basic search by default.
15963 2004-11-22  Naba Kumar  <naba@gnome.org>
15965         * configure.in: Fixed build error.
15967 2004-11-21  Naba Kumar  <naba@gnome.org>
15969         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
15970         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
15971         Added AnjutaStatus class to libanjuta.
15972         Added anjuta_shell_get_status() method.
15973         
15974         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
15975         and fixed marshaller generation.
15976         
15977         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
15978         "updade_ui" signals to IAnjutaEditor interface.
15979         
15980         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
15981         
15982         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
15983         regexes.
15984         
15985         * plugins/class-gen/clsGen.c: Intial port.
15986         
15987         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
15988         name.
15989         
15990         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
15991         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15992         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
15993         Implemented status update. Emits "update_ui" and "char_added" signals.
15994         Added view preferences.
15995         
15996         * plugins/file-loader/plugin.c: Added open with plugins in open with
15997         menus.
15998         
15999         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16000         
16001         * plugins/message-view/anjuta-msgman.c,
16002         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16003         to close correct message view rather than current view.
16005 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16006         
16007         * plugins/cvs-plugin/cvs-actions.c
16008         plugins/cvs-plugin/plugin.[ch]
16009         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16010         Implemented cvs add but ran into a launcher/message_view
16011         problem because of a limitation of the idl compiler
16013 2004-11-19  Naba Kumar  <naba@gnome.org>
16015         * plugins/project-manager/plugin.c: Displays a progress window during
16016         project load.
16017         
16018         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16019         Fixed UI separators.
16020         
16021         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16022         UI placeholder.
16023         
16024         * plugins/project-manager/anjuta-project-manager.ui,
16025         plugins/project-manager/plugin.[c,h]: Added add/remove context
16026         menus and implemented them. Added file manager merge menu.
16028 2004-11-18  Naba Kumar  <naba@gnome.org>
16030         * TODO.tasks: Updated.
16031         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16032         plugins/message-view/message-view.c: Fixed finalize and dispose
16033         methods.
16034         * plugins/debugger/*: Removed from cvs (development now in
16035         debug-manager).
16037 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16039         Reviewed by Naba Kumar  <naba@gnome.org>:
16040         
16041         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16042         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16043         plugins/gdb/breakpoints.c: all marker related stuff moved from
16044         editor and docman interfaces to IAnjutaMarkable
16046 2004-11-17  Naba Kumar  <naba@gnome.org>
16048         * TODO.tasks: Updated.
16049         
16050         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16051         
16052         * libegg/egg-combo-action.c: Block changed signal when changing model.
16053         
16054         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16055         Emit changed signal. Removed dead codes.
16056         
16057         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16058         that recent files history do not duplicate.
16059         
16060         * plugins/symbol-browser/an_symbol_view.c,
16061         plugins/symbol-browser/an_symbol_view.h,
16062         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16063         Fixed a bug.
16065 2004-11-15  Naba Kumar  <naba@gnome.org>
16067         * plugins/project-manager/plugin.c: Opens targets on double click.
16068         
16069         * plugins/message-view/message-view.c,
16070         plugins/file-manager/anjuta-file-manager-plugin.glade,
16071         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16072         Added proper class finalization
16073         and disposition. Added preferences notifications and callbacks to
16074         change info/warning/error colors.
16075         
16076         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16077         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16078         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16079         Implemented finalize method for AnjutaApp. Code cleanups.
16080         
16081         * plugins/message-view/plugin.c: Static parent_class.
16082         
16083 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16084         * plugins/editor/search-replace.[c,h], 
16085           plugins/editor/search-replace_backend.c
16086           Update search entry in main toolbar.
16087           Clean code.
16089 2004-11-11  Naba Kumar  <naba@gnome.org>
16091         * TODO.tasks: Updated.
16093         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16094         and completed on-the-fly-change preferences. Removed "changed"
16095         signal as it is no longer necessary (use notify for similar
16096         purpose to monitor individual preferences).
16098         
16099         * plugins/editor/anjuta-document-manager.glade: Added view menu
16100         preferences so that they are registered.
16101         
16102         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16103         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16104         connection to "changed" signal of preferences and implemented
16105         notifications for some editor preferences. More to implement.
16107 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16108         * plugins/editor/print.c
16109         Fixed bug 1047624 : Add line number every X lines.
16111 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16112         * plugins/editor/search-replace.c
16113         Fixed a crash bug (995755) when searching "%n"
16115 2004-11-09  Naba Kumar  <naba@gnome.org>
16117         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16118         Fixed to refresh categories list on file load.
16120 2004-11-08  Naba Kumar  <naba@gnome.org>
16121         
16122         * configure.in, plugins/Makefile.am,
16123         plugins/profile-default/plugin.c: Added cvs plugin in build.
16124         
16125         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16126         
16127         * plugins/debug-manager/.cvsignore: Added file to ignore.
16128         
16129         * plugins/debug-manager/Makefile.am: Removed dead codes.
16130         
16131         * src/anjuta.ui: Added placeholder for version control UI.
16133 2004-11-08  Naba Kumar  <naba@gnome.org>
16135         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16136         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16137         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16138         Updated.
16140         * global-tags/Makefile.am: Fixed make error.
16142         * plugins/profile-default/plugin.c: Added debug-manager
16143         and gdb plugins to load at startup so that debugger
16144         windows are docked properly. They will be removed
16145         later when we figure out runtime docking.
16147         * plugins/sample1/*: Restored to last working state.
16149         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16150         windows in lower pane. Named the windows appropriately.
16152         * ChangeLog: Fixed format.
16153         
16154 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16156         * libanjuta/interfaces/libanjuta.idl,
16157         libanjuta/anjuta-marshal.c,
16158         plugins/Makefile.am,
16159         plugins/debug-manager/plugin.c,
16160         plugins/editor/plugin.c,
16161         plugins/editor/text_editor.c,
16162         plugins/gdb/breakpoints.c,
16163         plugins/gdb/debugger.c,
16164         plugins/gdb/plugin.c,
16165         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16167 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16168         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16169         plugins/editor/search-replace.c,
16170         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16171         Search and Replace; Show result in find pane
16172           
16173 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16174         
16175         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16176         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16177         (added features: starting debugger and loading of core/executable,
16178         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16179         partially works)
16181 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16182         
16183         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16184         my cvs-plugin files...
16185         I hope I have rescued everything possible.
16186         
16187         * Naba: Could you please fix sample1 because I messed it up to 
16188         but there should be a histroy of this directory we should commit
16190 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16191         
16192         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16193         infrastructure
16194         * plugins/cvs-plugin/plugin.c,
16195         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16196         Added preferences dialog (not yet complete)
16198 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16199         
16200         * global-tags/Makefile.am, mime/Makefile.am:
16201         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16202         
16203         * template/xmltemplate.[ch],
16204         template/xmlstrings.[ch],
16205         template/autotools.[ch] removed,
16206         template/prj_template.[ch] removed,
16207         template/lang_template.[ch] removed,
16208         template/lib_template.[ch] removed,
16209         template/Makefile.am adjusted,
16210         template/dtds/lang.dtd removed, 
16211         template/dtds/lib.dtd removed,
16212         template/dtds/prj.dtd removed,
16213         template/dtds/autotools.dtd removed,
16214         data/template/lib/* removed,
16215         data/template/language/* removed,
16216         data/template/library/* removed,
16217         data/template/project/* removed,
16218         date/template/Makefile.am adjusted:
16219         Remove everything except text-templates to replace hardcoded 
16220         Edit->Insert texts with dynamic loaded.
16222         * plugins/cvs-plugin/plugin.[ch],
16223         plugins/cvs-actions.[ch],
16224         plugins/Makefile.am,
16225         plugins/cvs-plugin/Makefile.am,
16226         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16227         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16228         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16229         Added initial cvs-plugin code
16231 2004-10-21  Naba Kumar  <naba@gnome.org>
16232         
16233         * libanjuta/anjuta-plugin.c,
16234         plugins/build-basic-autotools/build-basic-autotools.c,
16235         plugins/debugger/plugin.c,
16236         plugins/devhelp/plugin.c,
16237         plugins/editor/anjuta-docman.c,
16238         plugins/editor/goto_line.c,
16239         plugins/editor/plugin.c,
16240         plugins/editor/search-replace.c,
16241         plugins/editor/text_editor.c,
16242         plugins/file-loader/plugin.c,
16243         plugins/file-manager/plugin.c,
16244         plugins/file-wizard/file.c,
16245         plugins/file-wizard/plugin.c,
16246         plugins/gdb/plugin.c,
16247         plugins/gtodo/plugin.c,
16248         plugins/message-view/anjuta-msgman.c,
16249         plugins/profile-default/plugin.c,
16250         plugins/project-manager/plugin.c,
16251         plugins/sample1/plugin.c,
16252         plugins/terminal/terminal.c: Defined all global variables static,
16253         particularly class parent_class variables. They were getting
16254         confused at link time.
16256         * libanjuta/plugins.c: Do not unload plugins when they are
16257         deactivated. Simply cache them for later activation. Unloading
16258         modules have some problem with shared libs using static class
16259         registration. Fixed hash type for installed plugins. Eventually,
16260         we want to add "CanUnload" attribute for .plugin files (in
16261         "Anjuta Plugin" group) to let plugin loader know if the plugin can
16262         be unloaded from memory. Those plugins declaring CanUnload=false
16263         will not be unloaded from memory and will be put in the cache. Those
16264         not declaring anything or declaring CanUnload=true, will be unloaded
16265         from memory when they are deactivated.
16267         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16268         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16269         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16270         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16271         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16272         activation, deactivation. Fixed memory leaks.
16274 2004-10-20  Naba Kumar  <naba@gnome.org>
16276         * TODO.tasks: Updated.
16277         
16278         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16279         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16280         macro for adding interfaces to plugin types. Code cleanup.
16281         
16282         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16283         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16284         
16285         * plugins/build-basic-autotools/build-basic-autotools.c,
16286         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
16287         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16288         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
16289         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
16290         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
16291         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
16292         plugins/project-manager/plugin.c,
16293         plugins/symbol-browser/an_symbol_view.c,
16294         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
16295         newly defined macro to add interfaces to plugin types.
16297         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
16299 2004-10-20  Naba Kumar  <naba@gnome.org>
16301         * TODO.tasks: Added task list.
16302         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
16303         default values.
16305 2004-10-19  Naba Kumar  <naba@gnome.org>
16307         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
16308         
16309         * plugins/editor/action-callbacks.c,
16310         plugins/editor/action-callbacks.h,
16311         plugins/editor/anjuta-docman.c,
16312         plugins/editor/anjuta-docman.h,
16313         plugins/editor/anjuta-document-manager.ui,
16314         plugins/editor/file_history.c,
16315         plugins/editor/file_history.h,
16316         plugins/editor/plugin.c: Added file history browsing.
16317         
16318         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
16319         
16320         * plugins/message-view/anjuta-message-manager.ui,
16321         plugins/message-view/plugin.c: Added document manager context menu.
16322         
16323         * plugins/symbol-browser/an_symbol_view.c,
16324         plugins/symbol-browser/an_symbol_view.h,
16325         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16326         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
16327         document manager context menu.
16328         
16329         * scintilla/*, scintilla/include/*: Updated to current cvs.
16330         
16331 2004-10-19  Naba Kumar  <naba@gnome.org>
16333         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
16334         placeholder for debugger UI.
16335         
16336         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
16337         * plugins/file-manager/plugin.c: Fixed loading bug.
16338         
16339         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
16340         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
16341         Initializes gconf database with default values when the
16342         values are not defined. Use bool and int prefs separately.
16344         * plugins/editor/plugin.c: Added encoding preferences.
16345         * plugins/project-manager/plugin.c: Cleanup and debug messages.
16347         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
16348         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16349         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16350         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16352 2004-10-18  Naba Kumar  <naba@gnome.org>
16354         * po/POTFILES.in: Updated.
16355         
16356         * libanjuta/anjuta-ui.c: Corrected debug messages.
16357         
16358         * libegg/egg-combo-action.c, libegg/test-actions.c,
16359         libegg/menu/egg-combo-action.h: Fixed combo action.
16360         
16361         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
16362         Fixed format.
16363         
16364         * plugins/editor/action-callbacks.[c,h],
16365         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
16366         Implemented file swap. Removed dead codes.
16367         
16368         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
16369         dead codes.
16370         
16371         * plugins/symbol-browser/an_symbol_view.[c,h],
16372         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16373         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
16374         Implemented file symbols. Implemented goto file line when symbol is
16375         selected.
16376         
16377         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
16378         
16379 2004-10-10  Naba Kumar  <naba@gnome.org>
16381         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
16382         
16383         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
16384         
16385         * plugins/debugger/.cvsignore,
16386         (added) plugins/debugger/Makefile.am,
16387         (added) plugins/debugger/anjuta-debugger.glade,
16388         (added) plugins/debugger/anjuta-debugger.plugin.in,
16389         (added) plugins/debugger/anjuta-debugger.plugin.png,
16390         (added) plugins/debugger/anjuta-debugger.ui,
16391         plugins/debugger/attach_process.c,
16392         (removed) plugins/debugger/attach_process_cbs.c,
16393         (removed) plugins/debugger/attach_process_cbs.h,
16394         (removed) plugins/debugger/breakpoints.c,
16395         (removed) plugins/debugger/breakpoints.h,
16396         (removed) plugins/debugger/debug_tree.c,
16397         (removed) plugins/debugger/debug_tree.h,
16398         (removed) plugins/debugger/debugger.c,
16399         (removed) plugins/debugger/debugger.h,
16400         (removed) plugins/debugger/memory.c,
16401         (removed) plugins/debugger/memory.h,
16402         (added) plugins/debugger/plugin.c,
16403         (added) plugins/debugger/plugin.h,
16404         (removed) plugins/debugger/registers.c,
16405         (removed) plugins/debugger/registers.h,
16406         (removed) plugins/debugger/registers_cbs.c,
16407         (removed) plugins/debugger/registers_cbs.h,
16408         (removed) plugins/debugger/registers_gui.c,
16409         (removed) plugins/debugger/sharedlib.c,
16410         (removed) plugins/debugger/sharedlib.h,
16411         (removed) plugins/debugger/sharedlib_cbs.c,
16412         (removed) plugins/debugger/sharedlib_cbs.h,
16413         (removed) plugins/debugger/sharedlib_gui.c,
16414         (removed) plugins/debugger/signals.c,
16415         (removed) plugins/debugger/signals.h,
16416         (removed) plugins/debugger/signals_cbs.c,
16417         (removed) plugins/debugger/signals_cbs.h,
16418         (removed) plugins/debugger/signals_gui.c,
16419         (removed) plugins/debugger/stack_trace.c,
16420         (removed) plugins/debugger/stack_trace.h,
16421         (added) plugins/debugger/utilities.c,
16422         (added) plugins/debugger/utilities.h,
16423         (removed) plugins/debugger/watch.c,
16424         (removed) plugins/debugger/watch.h,
16425         (removed) plugins/debugger/watch_cbs.c,
16426         (removed) plugins/debugger/watch_cbs.h,
16427         (removed) plugins/debugger/watch_gui.c,
16428         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
16429         
16430         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
16431         Added debugger gdb backend plugin.
16432         
16433         * plugins/message-view/plugin.c: Registered all message stock icons.
16434         
16435         * plugins/profile-default/plugin.c: Loads debugger plugin.
16436         
16437         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
16439 2004-10-08  Naba Kumar  <naba@gnome.org>
16441         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
16442         information.
16443         
16444         * plugins/symbol-browser/.cvsignore,
16445         plugins/symbol-browser/Makefile.am,
16446         plugins/symbol-browser/an_symbol_view.c,
16447         plugins/symbol-browser/an_symbol_view.h,
16448         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
16449         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16450         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
16451         plugins/symbol-browser/plugin.c,
16452         plugins/symbol-browser/plugin.h,
16453         plugins/symbol-browser/sv_class.xpm,
16454         plugins/symbol-browser/sv_function.xpm,
16455         plugins/symbol-browser/sv_macro.xpm,
16456         plugins/symbol-browser/sv_private_fun.xpm,
16457         plugins/symbol-browser/sv_private_var.xpm,
16458         plugins/symbol-browser/sv_protected_fun.xpm,
16459         plugins/symbol-browser/sv_protected_var.xpm,
16460         plugins/symbol-browser/sv_public_fun.xpm,
16461         plugins/symbol-browser/sv_public_var.xpm,
16462         plugins/symbol-browser/sv_static_fun.xpm,
16463         plugins/symbol-browser/sv_static_var.xpm,
16464         plugins/symbol-browser/sv_struct.xpm,
16465         plugins/symbol-browser/sv_unknown.xpm,
16466         plugins/symbol-browser/sv_variable.xpm,
16467         plugins/symbol-browser/test-symbol-browser.c,
16468         plugins/Makefile.am: Implemented Symbol
16469         browser plugin.
16470         
16471         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
16472         
16473         * plugins/build-basic-autotools/Makefile.am,
16474         plugins/devhelp/Makefile.am,
16475         plugins/editor/Makefile.am,
16476         plugins/file-loader/Makefile.am,
16477         plugins/file-manager/Makefile.am,
16478         plugins/file-wizard/Makefile.am,
16479         plugins/gtodo/Makefile.am,
16480         plugins/message-view/Makefile.am,
16481         plugins/profile-default/Makefile.am,
16482         plugins/project-manager/Makefile.am
16483         plugins/sample1/Makefile.am,
16484         plugins/terminal/Makefile.am,
16485         scintilla/Makefile.am,
16486         libegg/Makefile.am,
16487         launcher/Makefile.am,
16488         libanjuta/Makefile.am,
16489         src/Makefile.am,
16490         tagmanager/Makefile.am,
16491         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
16492         anjuta_data_dir in configure.in and used them in plugins Makefile.am
16493         files. Also fixed library dependencies.
16494         
16495         * plugins/editor/aneditor.cxx: Disabled unused codes.
16496         * plugins/file-manager/an_file_view.c: Added copyright.
16497         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
16498         
16499         * plugins/profile-default/plugin.c: Can load plugins by location.
16500         * plugins/project-manager/plugin.c: Remove project_root_uri value
16501         when project is closed.
16502         
16503 2004-10-06  Naba Kumar  <naba@gnome.org>
16505         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
16506         
16507         * libanjuta/interfaces/libanjuta.idl,
16508         plugins/editor/text_editor.c: Added get_length()
16509         and get_current_word() methods in IAnjutaEditor interface.
16510         
16511         * libegg/Makefile.am: Added test_actions target.
16512         
16513         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
16514         
16515         * plugins/build-basic-autotools/build-basic-autotools.c,
16516         plugins/file-loader/plugin.c,
16517         plugins/message-view/message-view.c: Added code to go to file and
16518         line number,
16519         
16520         * plugins/devhelp/plugin.c: Context sensitive help now works.
16521         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
16522         uri as line number and goes to that line number.
16523         
16524         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
16525         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
16526         gtodo_client_load() method to load from a diffrent file. Watched 
16527         project root directory in plugin to open TODO.tasks of the project.
16528         
16529         * plugins/project-manager/plugin.c: Updates project UI
16530         sensitive/insensitive.
16532         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
16533         anjuta-shell program to test plugins.
16534         
16535         * src/anjuta-app.c: Registered UI accels.
16536         
16537 2004-09-28  Naba Kumar  <naba@gnome.org>
16539         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
16540         method.
16541         
16542         * src/anjuta-app.c: Implemented present widget method.
16543         
16544         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16545         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
16546         
16547         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
16548         added editor.
16549         
16550         * plugins/editor/text_editor.c: Connects to preferences changed signal
16551         correctly.
16552         
16553 2004-09-28  Naba Kumar  <naba@gnome.org>
16554         
16555         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
16556         print code.
16557         
16558         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
16559         size to 5 pix.
16560         
16561         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
16562         in changed signal callback.
16563         
16564         * plugins/editor/action-callbacks.c: Implemented save_all action
16565         callback. Removed dead code. Do save_as when saving a new file.
16566         Implemented incremental search.
16567         
16568         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
16569         
16570         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
16571         
16572         * src/anjuta-app.c: Registers UI accelerators.
16573         
16574 2004-09-27  Naba Kumar  <naba@gnome.org>
16576         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
16577         
16578         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
16579         plugins/devhelp/anjuta-devhelp.plugin.in,
16580         plugins/file-loader/anjuta-loader.plugin.in,
16581         plugins/file-manager/anjuta-file-manager.plugin.in,
16582         plugins/gtodo/anjuta-gtodo.plugin.in,
16583         plugins/project-manager/anjuta-project-manager.plugin.in,
16584         plugins/terminal/anjuta-terminal.plugin.in:
16585         Gave proper plugin names.
16587         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
16588         error when regex fail.
16589         
16590         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
16591         Added help and context search. Watches current editor. More menus
16592         in Help submenu. Update UI (sensitive when required) properly.
16593         
16594         * plugins/editor/anjuta-document-manager.ui,
16595         plugins/devhelp/anjuta-devhelp.ui,
16596         plugins/message-view/anjuta-message-manager.ui,
16597         src/anjuta.ui: Goto menu actions are in separate submenu.
16598         
16599         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
16600         Removed unimplemented UI elements.
16601         
16602         * src/anjuta-app.c: Larger (and normal) icon size.
16603         
16604         * src/layout.xml: Task manager plugin along with document (in middle).
16605         
16606         * plugins/editor/plugin.c, plugins/file-loader.c,
16607         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
16608         in gtkactions. Enable/disable UI properly.
16609         
16610 2004-09-26  Naba Kumar  <naba@gnome.org>
16612         * po/POTFILES.in: Updated, added missing files.
16614         * .cvsignore: Updated.
16615         
16616         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
16617         a new function to get User input text.
16618         
16619         * libanjuta/resources.[c,h]: Added a function to created sized image.
16620         
16621         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
16622         from filename, as thats the correct representation.
16623         
16624         * plugins/build-basic-autotools/Makefile.am,
16625         (added) plugins/build-basic-autotools/automake-c.filters,
16626         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
16627         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
16628         Rearragned UI elements in the build menu. Added codes to read build
16629         filter rules from external file. Implemented all build, configure,
16630         autogen commands. Watches current editor and project.
16631         
16632         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
16633         Added editor changed signal and exports current editor value.
16634         Fixed parameter names. Fixed get_uri() interface implementation to
16635         return correct uri.
16636         
16637         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
16638         elements.
16639         
16640         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
16641         
16642         * plugins/file-manager/an_file_view.c,
16643         plugins/file-manager/an_file_view.c: Exports file uri correctly.
16644         
16645         * plugins/file-wizard/file.c: Reads uri correctly.
16646         
16647         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
16648         sets the page to the new view.
16649         
16650         * plugins/message-view/message-view.c: Unrefs the tree model when done.
16651         Fixed signal connecting.
16652         
16653         * plugins/project-manager/plugin.c: Changed "project_root_directory"
16654         to "project_root_uri" and exports as uri.
16655         
16656 2004-09-24  Naba Kumar  <naba@gnome.org>
16658         * libanjuta/anjuta-ui.c: Fixed a crash bug.
16659         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
16660         in correct way.
16661         * plugins/file-manager/plugin.c: Fixed crash in unloading.
16662         * plugins/file-loader/plugin.c: Added comments.
16663         * plugins/build-basic-autotools/plugin.c: Added comments.
16664         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
16665         
16666         * libanjuta/interfaces/libanjuta.idl,
16667         plugins/message-view/anjuta-msgman.c,
16668         plugins/message-view/message-view.c,
16669         plugins/message-view/message-view.h,
16670         plugins/message-view/plugin.c: Buffering and appending messages have
16671         been separated. message-view implementations cleaned up. Signals
16672         Emissions fixed. Messages now displayed in summary and details show
16673         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
16674         API.
16675         
16676         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
16677         preferences.
16678         
16679         * plugins/build-basic-autotools/Makefile.am,
16680         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
16681         parsing of output to create message summaries. Uses new message view
16682         API.
16683         
16684         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
16685         preferences to make dialog box smaller.
16686         
16687         * plugins/editor/search-replace.c: Fixed compile error with change
16688         in IAnjutaMessageView API.
16689         
16690 2004-09-21  Naba Kumar  <naba@gnome.org>
16692         * plugins/Makefile.am: Deletes old (installed) plugins before
16693         installing new ones.
16694         
16695         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
16696         plugins/build-basic-autotools/build-basic-autotools.c,
16697         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
16698         file URI from filemanager. Only disables/enables build submenu in file
16699         manager, instead of merging/unmerging.
16700         
16701         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
16702         non-text files.
16703         
16704         * plugins/file-loader/anjuta-loader-plugin.ui,
16705         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16706         Implemented "Open with" file manager submenu. Displays error message
16707         when file can not be opened.
16708         
16709         * plugins/file-manager/an_file_view.c: Renamed
16710         file_manager_current_filename value name to file_manager_current_uri
16711         and exports proper URI.
16712         
16713         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
16715 2004-09-19  Naba Kumar  <naba@gnome.org>
16717         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16718         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
16719         save point signal to change editor tabs. Fixed accels.
16720         
16721         * plugins/file-loader/plugin.c: Fixed accels.
16723         * plugins/project-manager/plugin.c: Added target selection callback.
16724         
16725         * plugins/project-manager/plugin.c: Added URI activation.
16726         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
16727         Fixed dialog and closed it on ok. Fixed a crash bug.
16728         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
16730         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
16731         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
16732         plugins/file-loader/anjuta-loader-plugin.ui,
16733         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16734         Added recent files in file loade plugin.
16735         
16736         * ChangeLog: Fixed entry dates.
16737         
16738 2004-09-18  Naba Kumar  <naba@gnome.org>
16740         * plugins/devhelp/plugin.c: Added UI sensitization and removed
16741         an unnecessary GtkFrame.
16742         
16743 2004-09-17  Naba Kumar  <naba@gnome.org>
16745         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
16747         * TODO: Updated.
16748         
16749         * data/Makefile.am: Disabled installing old mime info.
16750         
16751         * mime/anjuta.applications, mime/anjuta.keys: Updated.
16752         
16753         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
16754         plugins/editor/anjuta-document-manager.ui,
16755         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16756         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
16757         Added Editor context popup menu.
16758         
16759         * plugins/project-manager/anjuta-project-manager-plugin.png:
16760         Update image.
16761         
16762         * plugins/project-manager/anjuta-project-manager.plugin.in:
16763         Support .anjuta mime type.
16764         
16765         * plugins/project-manager/plugin.c: Exports "project_root_directory"
16766         value.
16767         
16768         * plugins/file-manager/plugin.c: Watches "project_root_directory"
16769         value.
16770         
16771         * src/layout.xml, plugins/profile-default/plugin.c:
16772         Added project manager plugin for startup.
16774 2004-09-16  Naba Kumar  <naba@gnome.org>
16775         
16776         * anjuta.prj: Updated.
16777         
16778         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
16779         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
16780         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
16781         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
16782         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
16783         plugins/terinal/Makefile.am, src/Makefile.am,
16784         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
16785         Fixed makefile syntax errors.
16787 2004-09-16  Naba Kumar  <naba@gnome.org>
16789         * configure.in, src/layout.xml,
16790         plugins/profile-default/plugin.c,
16791         libanjuta/interfaces/libanjuta.idl,
16792         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
16793         
16794         * configure.in, plugins/Makefile.am,
16795         plugins/project-manager/.cvsignore, 
16796         plugins/project-manager/Makefile.am,
16797         plugins/project-manager/anjuta-project-manager-plugin.png,
16798         plugins/project-manager/anjuta-project-manager.plugin.in,
16799         plugins/project-manager/anjuta-project-manager.ui,
16800         plugins/project-manager/plugin.c,
16801         plugins/project-manager/plugin.h: Added project manager plugin
16802         based on gnome-build.
16803         
16804         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
16805         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
16806         
16807         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
16808         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
16809         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
16810     
16811 2004-09-16  Naba Kumar  <naba@gnome.org>
16813         * plugins/editor/action-callbacks.c: Fixed compile error.
16814         
16815 2004-09-15  Naba Kumar  <naba@gnome.org>
16817         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
16818         
16819         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
16820         New improved splace with nicer progress.
16821         
16822         * configure.in, plugins/Makefile.am,
16823         (added) file-wizard/.cvsignore,
16824         (added) file-wizard/Makefile.am,
16825         (added) file-wizard/action-callbacks.c,
16826         (added) file-wizard/action-callbacks.h,
16827         (added) file-wizard/anjuta-file-wizard-plugin.png,
16828         (added) file-wizard/anjuta-file-wizard.glade,
16829         (added) file-wizard/anjuta-file-wizard.plugin.in,
16830         (added) file-wizard/anjuta-file-wizard.ui,
16831         (added) file-wizard/file.c,
16832         (added) file-wizard/file.h,
16833         (added) file-wizard/plugin.c,
16834         (added) file-wizard/plugin.h:
16835         Created new file wizard and added it. The wizard takes care of text
16836         bit insertions and new files creation.
16838         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
16839         plugins/editor/action-callbacks.h,
16840         plugins/editor/anjuta-document-manager.glade,
16841         plugins/editor/anjuta-document-manager.ui,
16842         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16843         (removed) plugins/editor/file.[c,h]: Removed text insertions and
16844         new files code and moved into a new plugin (file wizard).
16845         
16846         * libanjuta/plugins.[c,h]: Added plugins selection function.
16847         
16848         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
16849         get_position(), insert() in IAnjutaEditor interface. Added
16850         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
16851         interface (for wizard plugins).
16853         * plugins/file-loader/anjuta-loader-plugin.ui,
16854         plugins/file-loader/plugin.c: Added wizard launcher interface which
16855         scans for plugins implement IAnjutaWizard interface and presents the
16856         list to user for selection. The selected plugin is then activated
16857         for the wizard.
16859         * libanjuta/interfaces/.cvsignore: Updated.
16860         * plugins/message-view/.cvsignore: Updated.
16861         * plugins/launcher/*: Removed as launcher has already been moved to
16862         libanjuta as class.
16864         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
16865         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
16866         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16867         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
16868         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
16869         Updated API documentations.
16871 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
16873         * configure.in: Added Punjabi to ALL_LINGUAS
16875 2004-07-29  Naba Kumar  <naba@gnome.org>
16877         * configure.in: Added file-loader plugin Makefile path and
16878         fixed devhelp version requirement.
16880 2004-07-28  Naba Kumar  <naba@gnome.org>
16882         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
16883         terminal/preferences-terminal.png (added), message-view/*.png (added),
16884         message-view/*.xpm (added), editor/*.png (added),
16885         editor/*.xpm (added), plugins/editor/Makefile.am,
16886         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
16887         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
16888         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
16889         respective plugins directories.
16891         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
16892         pixmaps/block-end-16.png, pixmaps/block-end.png
16893         pixmaps/block-start-16.png, pixmaps/block-start.png
16894         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
16895         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
16896         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
16897         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
16898         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
16899         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
16900         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
16901         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
16902         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
16903         pixmaps/preferences-editor.png, pixmaps/undock.png
16904         pixmaps/error-next-16.png, pixmaps/error-next.png
16905         pixmaps/error-prev-16.png, pixmaps/error-prev.png
16906         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
16907         pixmaps/preferences-terminal.png: Deleted
16909         * libanjuta/properties* (removed), plugins/editor/properties* (added),
16910         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
16911         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
16912         plugins/editor/anjuta-document-manager.plugin.in,
16913         plugins/editor/anjuta-document-manager.ui,
16914         plugins/editor/plugin.c, plugins/editor/print.c,
16915         plugins/editor/search-replace_backend.c,
16916         plugins/editor/search_preferences.h,
16917         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
16918         Moved properties souce files to editor plugin as it not required in
16919         libanjuta. Other editor fixes.
16921         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
16922         libegg/dock/* (removed)
16923         : Restored GDL external dependencies and removed libegg dock
16924         sources, because gdl is being developed.
16925         
16926         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
16927         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
16928         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
16929         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
16930         libanjuta/plugins.c, libanjuta/plugins.h,
16931         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
16932         gconf system. Shell now takes docking positions. Added more utility
16933         functions. Added plugins query function. And other fixes.
16935         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
16936         
16937         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
16938         plugin to load files based on mime type.
16939         
16940         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
16941         
16942         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
16943         plugins/file-manager/plugin.c: File manager now uses file loader to
16944         open files.
16946         * plugins/message-view/anjuta-msgman.c,,
16947         plugins/message-view/message-view.c,
16948         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
16950         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
16951         plugins/terminal/terminal.c, src/Makefile.am,
16952         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
16953         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
16954         
16955         * libegg/dock/*: Removed directory.
16956         
16957 2004-07-28  Naba Kumar  <naba@gnome.org>
16959         * configure.in: Reduced gnome-print version requirement.
16960         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
16962 2004-07-21  Ray Strode  <rstrode@redhat.com>
16963         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
16964         new mime sytem.
16966 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
16967         
16968         * plugins/editor/search-replace.c: Some fixes
16969         * plugins/terminal/Makefile.am:
16970         Patch from: Alexey Rusakov <ktirf@users.sf.net>
16972 2004-05-19  Naba Kumar  <naba@gnome.org>
16974         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
16975         compiler warning.
16977 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
16979         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
16980         Implemented IAnjutaSavable
16981         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
16983 2004-05-17  Naba Kumar  <naba@gnome.org>
16985         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
16986         plugins/build-basic-autotools/.cvsignore,
16987         plugins/build-basic-autotools/Makefile.am,
16988         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
16989         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
16990         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
16991         plugins/build-basic-autotools/build-basic-autotools.c,
16992         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
16993         build plugin.
16994         
16995         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
16996         definition.
16997         
16998         * plugins/file-manager/an_file_view.c,
16999         plugins/file-manager/anjuta-file-manager.ui,
17000         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17001         Added context menu UI.
17002         
17003         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17004         in view menu.
17006 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17007         
17008         * libanjuta/anjuta-preferences.[ch]: 
17009         Added save/load_gconf functions
17010         * src/action_callbacks.[ch], src/preferences.c: 
17011         Load global prefs from gconf at startup and save them
17012         on exit. Prefs load and save correctly but something resets
17013         them to default after loading...
17014         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17015         Somehow the linker does not find save/load_gconf functions
17016         in libanjuta. Must be a stupid mistake, I would be glad
17017         if someone could fix that.
17018         * manuals/reference/libanjuta-sections.txt: Added new
17019         preferences functions and removed gnome-filelist
17020         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17021         * plugins/file-manager/plugin.c:
17022         Added root-path property
17024 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17025         
17026         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17027         they are not longer needed.
17028         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17029         anjuta-sections.txt: Remove references to the files
17030         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17031         Use new nautilus icons for file-manager, looks incredible
17032         cool!
17034 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17035         
17036         * plugins/editor/anjuta-docman.c: gchar* to 
17037         const gchar* in arguments
17038         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17039         Interface
17040         * plugins/file-manager/an_file_view.c: Open files on
17041         double-click. Does not work yet because it does not
17042         find IAnjutaFile interface in document manager
17044 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17045         
17046         * plugins/editor/anjuta-docman.c
17047         * plugins/editor/text_editor.c:
17048         Made close button working, made multiple selection in
17049         File/Open dialog possble, fixed crash bug if file cannot
17050         be opened.
17052 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17053         
17054         * plugins/editor/action-callbacks.c
17055         * plugins/editor/anjuta-docman.c
17056         * plugins/editor/anjuta-docman.h
17057         * plugins/editor/search-replace.c
17058         * plugins/editor/search-replace_backend.c
17059         * plugins/editor/text_editor.c
17060         * plugins/editor/text_editor.h:
17061         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17062         able to open all files, use uri instead of full_filename, fixed
17063         many bugs.
17066 2004-05-13  Naba Kumar  <naba@gnome.org>
17068         * plugins/message-view/anjuta-message-manager-plugin.glade:
17069         HIG compliant.
17071         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17072         management.
17074         * pixmaps/anjuta_splash.png: Added border.
17075         
17076         * plugins/editor/anjuta-document-manager.png: New icon.
17077         
17078         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17079         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17080         
17081         plugins/editor/Makefile.am,
17082         plugins/editor/search-replace.c,
17083         plugins/editor/search-replace.h,
17084         plugins/editor/search-replace_backend.c,
17085         plugins/editor/search-replace_backend.h,
17086         plugins/editor/search_preferences.h,
17087         plugins/editor/search_preferences.c: Merged changes from
17088         ANJUTA_1_2_0 branch.
17089         
17090         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17091         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17092         operational.
17094         * plugins/terminal/Makefile.am,
17095         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17096         dialog.
17097         
17098         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17099         submenu.
17101 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17102         * plugins/message-view/plugin.c: Fixed glade file loading
17103         Removed "Show messages" menu item
17104         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17105         twice because of this load system layout hack.
17106         * libanjuta/anjuta-ui.h: Removed #include config.h
17107         * libanjuta/libanjuta.pc: Fixed path and depencies
17108         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17109         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17110         * libanjuta/properties.cxx : #include "properties_cxx.h"
17111         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17113 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17114         * plugins/message-view/*: Fixed message view preferences
17115         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17116         * anjuta.glade: Removed messages stuff
17118 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17119         
17120         * Removed libanjutamm, it is now hosted on SF.net:
17121         cvs.sf.net/cvsroot/anjuta/libanjutamm
17123 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17124         
17125         * libanjutamm/*
17126         Added some experimental code to add support for C++ plugins.
17127         Nothing works yet and it is likely that it will disappear but
17128         I have some questions to murrayc and he wants to see the code.
17130 2004-05-11  Naba Kumar  <naba@gnome.org>
17132         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17134         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17135         hightlight style menu actions.
17137         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17138         manuals/reference/libanjuta/plugin-description-file.sgml,
17139         manuals/reference/libanjuta/writing-plugins.sgml,
17140         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17141         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17142         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17144         * src/anjuta-app.c: Always load system layout for now.
17146         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17147         
17148         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17149         manuals/reference/libanjuta/libanjuta-sections.txt,
17150         manuals/reference/libanjuta/libanjuta.types,
17151         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17152         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17153         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17154         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17155         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17156         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17157         Updated documentation.
17159         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17160         plugins/profile-default/plugin.c, src/layout.xml:
17161         Created terminal plugin.
17162          
17163         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17164         (new) plugins/file-manager/.cvsignore,
17165         plugins/file-manager/an_file_view.c,
17166         plugins/file-manager/plugin.c,
17167         plugins/file-manager/plugin.h: Moved preferences to separate
17168         glade file and added cvsignore file.
17169         
17170         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17171         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17172         from the branch. I tried it     but there were way too many conflicts.
17173         
17174         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17175         
17176         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17177         util functions required during the merge.
17178         
17179         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17180         interface.
17181         
17182         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17183         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17184         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17185         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17186         Merged with ANJUTA_1_2_0 branch.
17188 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17190         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17192 2004-05-07  Naba Kumar  <naba@gnome.org>
17194         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17196         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17197         Added preferences reading and loading.
17198         
17199         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17200         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17201         libanjuta/fileselection.c, libanjuta/fileselection.h,
17202         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17203         
17204         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17206         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17207         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17208         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17209         data/macros/autogen.sh, data/macros2/autogen.sh
17210         data/properties/ada.properties, data/properties/anjuta.properties,
17211         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17212         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17213         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17214         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17215         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17216         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17217         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17218         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17219         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17220         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17221         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17222         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17223         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17224         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17225         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17226         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17227         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17228         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17229         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17230         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17231         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17232         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17233         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17234         (added) scintilla/scintilla-marshal.c,
17235         (added) scintilla/scintilla-marshal.h,
17236         (added) scintilla/scintilla-marshal.list,
17237         scintilla/include/SString.h, scintilla/include/SciLexer.h,
17238         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17239         (added) scintilla/patches/scintilla-calltip-align.patch,
17240         (added) scintilla/patches/scintilla-minor.patch,
17241         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17243 2004-05-06  Naba Kumar  <naba@gnome.org>
17245         * (added) plugins/file-manager/Makefile.am,
17246         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17247         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17248         (added) plugins/file-manager/anjuta-file-manager.ui,
17249         (added) plugins/file-manager/plugin.c,
17250         (added) plugins/file-manager/plugin.h,
17251         (removed) plugins/file-manager/an_file_view.h,
17252         plugins/Makefile.am, configure.in,
17253         plugins/file-manager/an_file_view.c: Created file manager plugin.
17254         
17255         * plugins/profile-default/plugin.c: Added file manager plugin in default
17256         profile.
17257         
17258         * libanjuta/Makefile.am: Fixed dependencies.
17259         * pixmaps/anjuta_splash.png: New splash screen.
17261 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
17262         
17263         * template/template.c/h: Added in-line doc
17264         * manuals/reference/template/*: Added template documentation
17265         * configure.in: Build template docs
17267 2004-05-05  Naba Kumar  <naba@gnome.org>
17269         * autogen.sh: Added commands to generate initial interfaces.
17270         
17271         * libanjuta/Makefile.am,
17272         (removed)libanjuta/anjuta-plugin-parser.c,
17273         (removed)libanjuta/anjuta-plugin-parser.h,
17274         (added)libanjuta/anjuta-plugin-description.c,
17275         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17276         plugin description.
17277         
17278         * libanjuta/anjuta-plugin.c,
17279         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17280         
17281         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17282         and added AnjutaShellPlacement enum for widgeds placement (passed to 
17283         widget add_widget() method.
17284         
17285         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
17286         and moved plugin sets loading in profile plugins.
17287         
17288         * libanjuta/interfaces/.cvsignore,
17289         (removed)libanjuta/interfaces/Makefile.am,
17290         libanjuta/interfaces/libanjuta.idl,
17291         libanjuta/interfaces/anjuta-idl-compiler.pl,
17292         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
17293         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
17294         (removed)libanjuta/interfaces/ianjuta-editor.c,
17295         (removed)libanjuta/interfaces/ianjuta-editor.h,
17296         (removed)libanjuta/interfaces/ianjuta-file.c,
17297         (removed)libanjuta/interfaces/ianjuta-file.h,
17298         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
17299         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
17300         (removed)libanjuta/interfaces/ianjuta-message-view.c,
17301         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
17302         *.h and Makefile.am files. They are autogenerated. Interfaces are
17303         by anjuta-idl-compiler.pl from libanjuta.idl file.
17304         
17305         * manuals/reference/libanjuta/Makefile.am,
17306         manuals/reference/libanjuta/anjuta-architecture.sgml,
17307         manuals/reference/libanjuta/libanjuta-docs.sgml,
17308         manuals/reference/libanjuta/libanjuta-sections.txt,
17309         manuals/reference/libanjuta/libanjuta.types,
17310         manuals/reference/libanjuta/plugin-description-file.sgml,
17311         manuals/reference/libanjuta/writing-plugins.sgml,
17312         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
17313         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
17314         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17315         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17316         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17317         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17318         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
17319         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
17320         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
17321         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
17322         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17323         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17324         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
17325         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
17326         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
17327         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
17328         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
17329         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
17330         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17331         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
17332         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
17333         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17334         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
17335         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
17336         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
17337         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
17338         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
17339         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
17340         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
17341         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
17342         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
17343         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17344         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
17345         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
17346         interfaces template sgmls.
17347         
17348         * plugins/Makefile.am,
17349         plugins/devhelp/anjuta-devhelp.plugin.in,
17350         plugins/devhelp/plugin.c,
17351         plugins/editor/action-callbacks.c,
17352         plugins/editor/anjuta-document-manager.plugin.in,
17353         plugins/editor/plugin.c,
17354         plugins/editor/plugin.h,
17355         plugins/editor/text_editor.c,
17356         plugins/sample1/plugin.c,
17357         plugins/message-view/anjuta-message-manager.plugin.in,
17358         plugins/message-view/plugin.c: Fixed shell add_widget method to take
17359         placement. Fixed other errors.
17360         
17361         * (added)plugins/profile-default/.cvsignore,
17362         (added)plugins/profile-default/Makefile.am,
17363         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
17364         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
17365         (added)plugins/profile-default/anjuta-default-profile.ui,
17366         (added)plugins/profile-default/plugin.c,
17367         (added)plugins/profile-default/plugin.h: Added a default new
17368         profile plugin.
17369         
17370         * src/Makefile.am,
17371         src/action-callbacks.c,
17372         src/anjuta-app.c,
17373         src/anjuta.c,
17374         src/main.cpp: Fixed necessary changes for libanjuta
17376 2004-05-04  Naba Kumar  <naba@gnome.org>
17378         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
17379         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
17380         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
17381         placement for default widgets placements.
17383 2004-05-03  Naba Kumar  <naba@gnome.org>
17385         * manuals/reference/libanjuta/anjuta-architecture.sgml,
17386         manuals/reference/libanjuta/libanjuta-docs.sgml,
17387         manuals/reference/libanjuta/plugin-description-file.sgml,
17388         manuals/reference/libanjuta/writing-plugins.sgml:
17389         Wrote more sections in writing-plugins document and fixed errors.
17391 2004-05-03  Naba Kumar  <naba@gnome.org>
17393         * libanjuta/interfaces/libanjuta.idl: Added interface
17394         IAnjutaFileManager.
17395         
17396         * manuals/reference/libanjuta/anjuta-architecture.dia,
17397         manuals/reference/libanjuta/anjuta-architecture.png: Updated
17398         architecture diagram.
17399         
17400         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
17401          manuals/reference/libanjuta/libanjuta-docs.sgml,
17402         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
17403         (added) manuals/reference/libanjuta/writing-plugins.sgml:
17404         Wrote writing-plugins document and separated chapters into
17405         separate sgml files.
17406         
17407         * plugins/file-manager/an_file_view.c,
17408         plugins/file-manager/an_file_view.h: New and improved directory
17409         rendering.
17411 2004-05-02  Sven Herzberg  <herzi@abi02.de>
17413         * anjuta.glade: re-designed the new file dialog
17414         * anjuta_dialogs_strings.c: new strings from the new file dialog
17416 2004-04-30  Naba Kumar  <naba@gnome.org>
17418         * libanjuta/interfaces/Makefile.am.iface,
17419         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
17420         
17421         * libanjuta/interfaces/libanjuta.idl: Updated.
17423         * libanjuta/interfaces/Makefile.am.iface,
17424         libanjuta/interfaces/libanjuta.idl: Updated.
17426 2004-04-29  Naba Kumar  <naba@gnome.org>
17427         
17428         * libanjuta/interfaces/Makefile.am.iface,
17429         libanjuta/interfaces/libanjuta.idl: Updated.
17431 2004-04-29  Naba Kumar  <naba@gnome.org>
17433         * libanjuta/interfaces/giface-idlc-c.pl,
17434         libanjuta/interfaces/libanjuta.idl: Upgraded.
17435         * libanjuta/interfaces/Makefile.am.iface: Added.
17436         
17437 2004-04-28  Naba kumar  <naba@gnome.org>
17439         * libanjuta/interfaces/giface-idlc-c.pl,
17440         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
17441         definitions and wrote a compiler.
17442         
17443 2004-04-28  Naba Kumar  <naba@gnome.org>
17445         * libanjuta/anjuta-shell.c: Fixed docs.
17446         * libanjuta/interfaces/Makefile.am,
17447         libanjuta/interfaces/ianjuta-file.c,
17448         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
17449         
17450         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
17451         
17452         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
17454         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17455         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17456         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17457         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17458         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
17459         * src/anjuta-app.c: Fixed bug.
17461 2004-04-27  Naba Kumar  <naba@gnome.org>
17463         * libanjuta/anjuta-preferences-dialog.c,
17464         manuals/Makefile.am: Fixed document bugs and enabled docs
17465         building.
17467         * libanjuta/anjuta-preferences-dialog.c,
17468         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
17469         More documentation.
17470         
17471         * libanjuta/anjuta-preferences.c,
17472         manuals/reference/libanjuta/libanjuta-docs.sgml,
17473         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17474         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17475         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17476         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17477         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
17478         Wrote more documentations.
17480         * (removed) plugins/message-view/imessage-view.c,
17481         (removed) plugins/message-view/ianjuta-msgman.c,
17482         plugins/message-view/Makefile.am,
17483         plugins/message-view/anjuta-msgman.c,
17484         plugins/message-view/anjuta-msgman.h,
17485         plugins/message-view/message-view.c,
17486         plugins/message-view/message-view.h,
17487         plugins/message-view/plugin.c,
17488         plugins/message-view/plugin.h: Moved interface implementations
17489         in their respective classes and used correct macros to
17490         defined class types.
17492         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
17493         src/action-callbacks.c, src/anjuta-app.c: Subclassed
17494         AnjutaUI from GtkUIManager instead of GtkDialog.
17496         * manuals/reference/libanjuta/Makefile.am,
17497         manuals/reference/libanjuta/libanjuta-docs.sgml,
17498         manuals/reference/libanjuta/libanjuta-sections.txt,
17499         manuals/reference/libanjuta/libanjuta.types,
17500         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17501         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17502         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17503         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17504         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17505         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
17506         Wrote more documentation, fixed typos, added architecture
17507         diagram, updated object types etc.
17509         * plugins/editor/text_editor.c: Fixed interface implementation.
17511 2004-04-26  Naba Kumar  <naba@gnome.org>
17513         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17514         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17515         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
17516         architecture diagram and a new chapter on plugins description file.
17518 2004-04-25  Naba Kumar  <naba@gnome.org>
17520         *  libanjuta/anjuta-children.h,
17521         libanjuta/anjuta-plugin.c,
17522         libanjuta/anjuta-plugin.h,
17523         libanjuta/anjuta-preferences.c,
17524         libanjuta/anjuta-shell.c,
17525         libanjuta/anjuta-shell.h,
17526         libanjuta/e-splash.c,
17527         libanjuta/e-splash.h,
17528         manuals/reference/libanjuta/Makefile.am,
17529         manuals/reference/libanjuta/libanjuta-docs.sgml,
17530         manuals/reference/libanjuta/libanjuta-sections.txt,
17531         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17532         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17533         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
17534         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17535         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17536         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17537         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17538         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17539         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17540         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17541         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17542         manuals/reference/libanjuta/tmpl/defaults.sgml,
17543         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17544         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
17545         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
17546         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
17547         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17548         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
17549         manuals/reference/libanjuta/tmpl/plugins.sgml,
17550         manuals/reference/libanjuta/tmpl/properties.sgml,
17551         manuals/reference/libanjuta/tmpl/resources.sgml,
17552         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
17553         manuals/reference/libanjuta/tmpl/e-splash.sgml,
17554         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17555         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17556         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17557         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
17559         Added more template files and wrote more documentation.
17561 2004-04-24  Andras Timar  <timar@gnome.hu>
17563         * configure.in: Added hu to ALL_LINGUAS.
17565 2004-04-23  Naba Kumar  <naba@gnome.org>
17566         
17567         * configure.in: Fixed compile error.
17568         
17569         * libanjuta/anjuta-children.c,
17570         libanjuta/anjuta-children.h,
17571         libanjuta/anjuta-preferences.c,
17572         libanjuta/anjuta-preferences.h,
17573         libanjuta/anjuta-shell.c,
17574         libanjuta/anjuta-ui.c,
17575         libanjuta/anjuta-ui.h,
17576         manuals/reference/libanjuta/Makefile.am,
17577         manuals/reference/libanjuta/libanjuta-docs.sgml,
17578         manuals/reference/libanjuta/libanjuta.types,
17579         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17580         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17581         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
17582         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17583         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17584         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17585         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17586         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17587         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17588         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17589         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17590         manuals/reference/libanjuta/tmpl/defaults.sgml,
17591         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17592         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
17593         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
17594         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
17595         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17596         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
17597         manuals/reference/libanjuta/tmpl/plugins.sgml,
17598         manuals/reference/libanjuta/tmpl/properties.sgml,
17599         manuals/reference/libanjuta/tmpl/resources.sgml,
17600         plugins/sample1/plugin.c: Added libanjuta API documentation.
17602 2004-04-22  Naba Kumar  <naba@gnome.org>
17604         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
17605         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
17606         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
17607         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
17608         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
17609         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
17610         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
17611         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
17612         (removed) libegg/eggradiotoolbutton.c,
17613         (removed) libegg/eggseparatortoolitem.c,
17614         (removed) libegg/eggtoggletoolbutton.c,
17615         (removed) libegg/eggtoolbar.c,
17616         (removed) libegg/eggtoolbutton.c,
17617         (removed) libegg/eggtoolitem.c,
17618         (removed) libegg/prop-editor.c,
17619         (removed) libegg/test-actions.c,
17620         (removed) libegg/test-drag.c,
17621         (removed) libegg/test-merge.c,
17622         (removed) libegg/test-toolbar.c,
17623         libegg/menu/Makefile.am,
17624         (removed) libegg/menu/egg-accel-dialog.h,
17625         (removed) libegg/menu/egg-action-group.h,
17626         (removed) libegg/menu/egg-action.h,
17627         libegg/menu/egg-entry-action.h,
17628         (removed) libegg/menu/egg-markup.h,
17629         (removed) libegg/menu/egg-menu-merge.h,
17630         (removed) libegg/menu/egg-menu.h,
17631         (removed) libegg/menu/egg-radio-action.h,
17632         (removed) libegg/menu/egg-toggle-action.h,
17633         (removed) libegg/menu/howitshouldwork.txt,
17634         (removed) libegg/toolbar/.cvsignore,
17635         (removed) libegg/toolbar/Makefile.am,
17636         (removed) libegg/toolbar/TODO,
17637         (removed) libegg/toolbar/eggradiotoolbutton.h,
17638         (removed) libegg/toolbar/eggseparatortoolitem.h,
17639         (removed) libegg/toolbar/eggtoggletoolbutton.h,
17640         (removed) libegg/toolbar/eggtoolbar.h,
17641         (removed) libegg/toolbar/eggtoolbutton.h,
17642         (removed) libegg/toolbar/eggtoolitem.h,
17643         (removed) libegg/toolbar/prop-editor.h,
17644         (removed) libegg/toolbar/toolbar-api.txt,
17645         (removed) libegg/toolbar/toolbar-ideas.txt,
17646         plugins/devhelp/anjuta-devhelp.ui,
17647         plugins/devhelp/plugin.c,
17648         plugins/editor/action-callbacks.c,
17649         plugins/editor/action-callbacks.h,
17650         plugins/editor/anjuta-docman.c,
17651         plugins/editor/anjuta-document-manager.ui,
17652         plugins/editor/plugin.c,
17653         P plugins/message-view/Makefile.am,
17654         plugins/message-view/anjuta-message-manager.ui,
17655         plugins/message-view/plugin.c,
17656         plugins/sample1/anjuta-sample.ui,
17657         plugins/sample1/plugin.c,
17658         src/action-callbacks.c,
17659         src/action-callbacks.h,
17660         src/anjuta-actions.h,
17661         src/anjuta-app.c,
17662         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
17663         Gtk actions and UIManager. Fixed all plugins to use this.
17664         
17665         * manuals/reference/gtkdoc-scangobj.diff,
17666         manuals/reference/libanjuta/Makefile.am,
17667         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17668         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17669         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17670         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17671         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
17673         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
17674         
17675 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
17676         
17677         * plugins/message-view/imessage-view.c
17678         * plugins/message-view/ianjuta-msgman.c:
17679         Added interfaces
17681 2004-04-17  Adam Weinberger  <adamw@gnome.org>
17683         * configure.in: Added en_CA to ALL_LINGUAS.
17685 2004-04-08  Naba Kumar  <naba@gnome.org>
17687         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
17688         libanjuta/interfaces/Makefile.am,
17689         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
17690         message manager and message view interfaces.
17692         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
17693         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
17694         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
17695         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
17696         src/anjuta-app.c: Used 'activate' and
17697         'deactivate' virtual methods for plugins. Fixed installed plugins
17698         dialogs. Added remove_widget() method for AnjutaShell.
17700         * libanjuta/interfaces/Makefile.am,
17701         libanjuta/interfaces/ianjuta-document-manager.c,
17702         libanjuta/interfaces/ianjuta-document-manager.h,
17703         libanjuta/interfaces/ianjuta-editor.c,
17704         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
17705         and editor interfaces.
17707         * plugins/devhelp/plugin.c,
17708         plugins/message-view/anjuta-message-manager.plugin.in,
17709         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
17710         plugins/sample1/plugin.c: Updated plugins implementation to
17711         reflect the changes.
17713 2004-04-07  Naba Kumar  <naba@gnome.org>
17715         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
17716         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
17717         libanjuta/interfaces/ianjuta-editor.h,
17718         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
17719         plugins/editor/anjuta-docman.c,
17720         plugins/editor/anjuta-document-manager.plugin.in,
17721         plugins/editor/plugin.c, plugins/sample1/plugin.c,
17722         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
17723         Added supported interfaces for plugins. Tested plugin interfaces
17724         through sample plugin.
17725         
17726 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
17727         
17728         * template/Makefile.am, data/templates/library/Makefile.am
17729         Fixed some automake-1.7 incompatibilities
17730         * template/xmltemplate.c: Small fix
17732 2004-02-23  Naba Kumar  <naba@gnome.org>
17734         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
17735         Added plugins manager dialog.
17736         
17737         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
17738         library dependencies.
17739         
17740         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
17741         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
17742         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
17743         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
17744         geometry command line option.
17745         
17746 2004-02-16  Naba Kumar  <naba@gnome.org>
17748         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
17749         Added interfaces and IAnjutaEditor editor interface.
17750         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
17751         interface.
17752         * libanjuta/anjuta-shell.h: Fixed bug.
17753         
17754 2004-02-13  Naba Kumar  <naba@gnome.org>
17756         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
17757         
17758 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
17759         
17760         * data/template/*/.cvsignore:
17761         Avoid all these ? in cvs output
17763 2004-02-13  Naba Kumar  <naba@gnome.org>
17765         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
17766         includes and linking.
17768         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
17769         and set required version to devhelp 0.8. This devhelp version
17770         can be acquired from gnome cvs branch devhelp branch
17771         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
17773         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
17774         src/actions-callbacks.c: Added Dock Manager settings menu item.
17776         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
17777         * plugins/devhelp/plugin.c: Fixed a linking bug.
17778         
17779         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
17780         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
17781         external GDL dependency and used libegg codes.
17782         
17783 2004-02-12  Naba Kumar  <naba@gnome.org>
17785         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
17786         Added devhelp plugin, but it can't be used without a
17787         patch in devhelp. So it's disabled for now.
17789         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
17790         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
17791         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
17792         Update cvsignore files.
17794         * libanjuta/plugins.c, widgets/e-splash.c:
17795         Fixed plugins loading to show splash icons.
17796         
17797         * plugins/message-view/anjuta-message-manager.plugin.in,
17798         plugins/message-view/plugin.c: Fixed plugin registered name.
17800         * plugins/message-view/anjuta-message-view.png,
17801         plugins/sample1/anjuta-sample-plugin.png: Update images.
17803         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
17804         src/main.c: Fixed layout loading.
17806         * plugins/devhelp/Makefile.am: Fixed error.
17808         * (removed) widgets/*, libanjuta/plugins.h,
17809         src/main.c: Transfered widgets to libanjuta/.
17810         
17811         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
17812         toplevel directory to created only one library as libanjuta-egg.
17814         * data/Makefile.am: Fixed build error.
17816         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
17817         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
17818         libegg/.cvsignore: Added egg dock widget.
17820         * gdl/*: Removed as they are now available in libegg.
17821         
17822 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
17824         * plugins/editor/anjuta-docman.c:
17825         Use stock close icon on tab close button
17827 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
17828         
17829         * data/template/Makefile.am
17830         data/template/language/Makefile.am
17831         data/template/library/Makefile.am
17832         data/template/text/Makefile.am
17833         data/template/project/Makefile.am
17834         data/template/project/terminal/Makefile.am
17835         configure.in: Created Makefile to install templates
17837 2004-02-11  Naba Kumar  <naba@gnome.org>
17839         * plugins/editor/action-callbacks.c,
17840         plugins/editor/anjuta-document-manager.ui,
17841         plugins/editor/plugin.c
17842         plugins/message-view/anjuta-message-manager.ui,
17843         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
17844         
17845 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
17846         
17847         * plugins/message-view/*: MessageView plugin is now loaded
17848         The menu items are still dummies.
17850 2004-02-09  Naba Kumar  <naba@gnome.org>
17852         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
17853         generation.
17854         
17855         * libanjuta/anjuta-preferences.h: Added some documentation.
17856         
17857         * libanjuta/anjuta-shell.h: Removed dead codes.
17858         
17859         * (removed) manuals/reference/gtkdoc-scangobj,
17860         manuals/reference/gtkdoc-scangobj.diff,
17861         manuals/reference/libanjuta/.cvsignore,
17862         manuals/reference/libanjuta/Makefile.am,
17863         manuals/reference/libanjuta/README.inline-doc,
17864         manuals/reference/libanjuta/README.sections,
17865         manuals/reference/libanjuta/libanjuta-docs.sgml,
17866         manuals/reference/libanjuta/libanjuta-sections.txt,
17867         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17868         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17869         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
17870         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17871         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17872         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17873         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17874         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17875         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17876         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17877         manuals/reference/libanjuta/tmpl/defaults.sgml,
17878         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17879         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
17880         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17881         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
17882         manuals/reference/libanjuta/tmpl/plugins.sgml,
17883         manuals/reference/libanjuta/tmpl/properties.sgml,
17884         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
17885         of scan program. Updated templates.
17887         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
17888         editor action callbacks data.
17889         
17890         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
17891         scintilla object ref/unref.
17893 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
17894         
17895         * template/*: Added new xml based template system
17896         * template/dtds/*: Dtds to validate xml files of the template systems
17897         * data/template/*: Some sample template files
17898         Still needs some work but builds fine!
17900 2004-02-06  Naba Kumar  <naba@gnome.org>
17902         * cofigure.in, manuals/Makefile.am,
17903         (added) manuals/reference/*: Added API documentation
17904         structure (gtk-doc based).
17906         * libanjuta/libanjuta.h: Updated
17907         
17908 2004-02-05  Naba Kumar  <naba@gnome.org>
17909         
17910         * configure.in: Sets correct dependencies and
17911         uses gdl external library.
17913         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
17914         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
17915         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
17916         libanjuta/fileselection.h, libanjuta/glue-factory.c,
17917         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
17918         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
17919         and added file dialogs.
17921         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
17922         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
17923         Build dynamic libraries for libegg.
17925         * plugins/Makefile.am, plugins/editor/Makefile.am,
17926         plugins/editor/action-callbacks.c, 
17927         plugins/editor/action-callbacks.h,
17928         plugins/editor/anjuta-docman.c,
17929         plugins/editor/anjuta-docman.h
17930         plugins/editor/anjuta-document-manager.plugin.in
17931         plugins/editor/anjuta-document-manager.png
17932         plugins/editor/anjuta-document-manager.ui
17933         plugins/editor/file.c
17934         plugins/editor/file.h
17935         plugins/editor/plugin.c
17936         plugins/editor/print.c
17937         plugins/editor/print.h
17938         plugins/editor/search-replace.c
17939         plugins/editor/search_incremental.c
17940         plugins/editor/search_incremental.h
17941         plugins/editor/text_editor.c
17942         plugins/editor/text_editor.h
17943         plugins/editor/text_editor_cbs.c
17944         plugins/editor/text_editor_menu.h
17945         plugins/sample1/Makefile.am
17946         plugins/sample1/anjuta-sample-plugin.png
17947         plugins/sample1/anjuta-sample.plugin.in
17948         plugins/sample1/anjuta-sample.ui
17949         plugins/sample1/plugin-sample1.c
17950         plugins/sample1/plugin.c
17951         plugins/sample1/plugin.h: Created sample
17952         plugin and fixed editor plugin.
17954         * printing/*: Removed.
17956         * scintilla/Makefile.am: Builds dynamic library.
17958         * src/Makefile.am, src/action-callbacks.c,
17959         src/action-callbacks.h, (removed) src/an_symbol_view.c,
17960         src/anjuta-actions.h, src/anjuta-app.c,
17961         src/anjuta-app.h, src/anjuta-callbacks.c,
17962         src/anjuta-callbacks.h, (removed) src/anjuta.c,
17963         (removed) src/anjuta.h, src/anjuta.ui,
17964         src/layout.xml, src/main.c, src/preferences.h,
17965         src/utilities.c: Debuggged and finally made plugins
17966         loadable.
17968         * global-tags/Makefile.am: Fixed build error.
17970 2004-02-03  Naba Kumar  <naba@gnome.org>
17972         * configure.in: Users GDL from external package.
17973         * plugins/*: Added many new plugins (not ready though).
17974         * src/*: Removed many files (which have been transfered in plugins/).
17975         
17976 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
17978         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
17980 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
17982         * configure.in: Added editor plugins
17983         
17984         * plugins/Makefile.am, src/search-replace_backend.h,
17985         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
17986         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
17987         
17988         * Added: plugins/editor/search_incremental.c, 
17989         plugins/editor/search_incremental.h
17991         * Update search-replace in plugins/editor
17992         
17993 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
17994         
17995         * plugins/message-view/message-view.c: Some code clean-up
17997 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
17999         * Added: search_incremental[ch]
18000         
18001         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18002         src/mainmenu_callbacks.c, src/toolbar.c
18003         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18004         
18005         * Incremental Search
18007 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18008         
18009         * plugins/message-view/anjuta-msgman.[c/h]:
18010         Added message manager for easier message handling with a
18011         similar interface as docman. Of course you can still use
18012         MessageView standalone.
18013         * plugins/Makefile.am: Added message-view because it compiles
18014         without errors.
18016 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18017         
18018         * plugins/message-view/*: Added message-view plugin 
18019         (still incomplete) 
18020         * configure.in: Added plugins/message-view/Makefile
18022 2004-01-03  Naba Kumar  <naba@gnome.org>
18024         * libanjuta/*.c: Added new files and updated old ones.
18025         * plugins/editor/*: Added editor plugin.
18026         * configure.in: Added editor plugin and moved editor related
18027         files into it.
18029 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18031         * src/Makefile.am: Added search-replace_backend.[ch]
18032         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18033         find_replace.[ch]
18034         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18035         src/search-replace_backend.c, src/search-replace_backend.h,
18036         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18037         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18038         src/toolbar_callbacks.c
18039         * The advanced Search/Replace functionality now replaces the older
18040         Find/Replace stuff.
18041         * The Search/Replace functionality can be interrupted during a long
18042         Search/Replace;
18043         
18044 2003-12-11  Naba Kumar  <naba@gnome.org>
18046         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18047         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18048         errors.
18049         * Makefile.am, libanjuta/*: Added new module.
18050         * src/Makefile.am: Fixed linking error.
18051         * src/watch_cbs.c: Debugger clean up.
18052         * configure.in: Added libanjuta-2.0.pc
18054         * configure.in, libanjuta/Makefile.am,
18055         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18056         libanjuta instead.
18058 2003-12-11  Naba Kumar  <naba@gnome.org>
18060         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18062         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18063         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18064         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18065         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18066         The user can now give a name at the creation of a new file and
18067         insert automatically (user choice) header, gpl notice, header
18068         template. The file extension is added automatically according
18069         to the selected type of file. The various insert functions have
18070         been moved from mainmenu-callback.c to file.c. The cursor is now
18071         moved after an insert operation. Removes also useless code in
18072         memory.c and search-replace.c
18073         
18074 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18076         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18077         sortable headers, process tree, removal of path and process params
18078         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18079         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18080         code cleanup
18082 2003-12-10  Naba Kumar  <naba@gnome.org>
18084         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18085         
18086 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18088         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18090 2003-11-28  Naba Kumar  <naba@gnome.org>
18092         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18093         
18094         * manuals/de/*: Added german translation docs.
18095         
18096         * configure.in, Makefile.am, src/Makefile.am,
18097         libegg/*/*: Added libegg library.
18098         
18099         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18100         installation directory.
18101         
18102         * src/text_editor_cbs.c: Fixed closing of file.
18104 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18105                                                                                 
18106         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18108 2003-09-05  Naba Kumar  <naba@gnome.org>
18110         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18111         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18112         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18113         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18114         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18115         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18116         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18117         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18118         using libegg. Initial commit -- compiles but is not complete.
18120 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18122         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18124 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18126         * configure.in: Removed "ta" from ALL_LINGUAS.
18128 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18130         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18132 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18134         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18136 2004-04-24  Andras Timar  <tmar@gnome.hu>
18138         * configure.in: Added hu to ALL_LINGUAS.
18140 2004-04-14  Naba Kumar  <naba@gnome.org>
18142         * src/Makefile.am, printing/Makefile.am,
18143         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18144         because we are still using GtkCombo and build breaks with gtk-2.4.
18145         
18146 2004-04-13  Naba Kumar  <naba@gnome.org>
18148         * NEWS: Updated.
18149         * anjuta.spec.in: Fixed build error.
18150         * po/POTFILES.in: Updated.
18151         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18153 2004-04-11  Naba Kumar  <naba@gnome.org>
18155         * NEWS: Updated.
18156         * AUTHORS: Updated.
18157         * configure.in: Added ga in ALL_LINGUAS.
18158         * ChangeLog: Fixed dates.
18159         
18160 2004-04-09  Naba Kumar  <naba@gnome.org>
18162         * src/print.c: Fixed buffer styling bug when printing with
18163         selection.
18165         * data/properties/anjuta.properties: Defined only one base font and
18166         used courier instead of lucidatypewriter, because most newer systems are
18167         unlikely to have it (bug #885023, #925956, #890473).
18168         
18169         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18170         warning.
18171         
18172         * src/an_file_view.c: Fixed possible crash bug.
18174 2004-04-07  Naba Kumar  <naba@gnome.org>
18176         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18177         gtk_main_quit() etc..), so that atexit() functions are not called
18178         (which is apparently done to free up memory and we don't need to
18179         do that at this point). Incidentally, something also happens in the
18180         atexit call which freezes the UI for far too long when the application
18181         exits and we want to avoid that..
18182         * src/glade_iface.c: Fixed compiler warning.
18183         
18184 2004-04-06  Naba Kumar  <naba@gnome.org>
18186         * src/project_dbase_gui.c: Fixed errors.
18188         * src/registers_gui.c: Fixed possible crash bug.
18189         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18190         * src/signals.[c,h]: Used tree view and glade file for dialog.
18191         * src/Makefile.am, src/about.c, src/an_file_view.c,
18192         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18193         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18194         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18195         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18196         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18197         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18198         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18199         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18200         src/launcher.h, src/main.c, src/main_menubar.c,
18201         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18202         src/message-manager-private.cc, src/message-manager.cc,
18203         src/preferences.c, src/project_config.c, src/project_dbase.c,
18204         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18205         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18206         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18207         src/search-replace.c, src/search-replace_backend.c,
18208         src/search_incremental.c, src/search_preferences.c,
18209         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18210         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18211         src/signals_gui.c, src/source.c, src/src_paths.c,
18212         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18213         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18214         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18215         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18216         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18217         tagmanager/Makefile.am, scintilla/include/SString.h,
18218         widgets/Makefile.am, widgets/gnomefilelist.c:
18220         Removed all deprecated codes and substituted
18221         with newer APIs. Fixed some possible crash bugs where cell renderers
18222         were being shared.
18223         
18224         * scintilla/patches/scintilla-minor.patch: Minor patch.
18226 2004-04-06  Naba Kumar  <naba@gnome.org>
18228         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18229         tree after all the files have been added (and not everytime a file
18230         is added in the project). Also fixed some memory corruption
18231         (possibly bug #900478).
18232         
18233         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18234         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18235         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18236         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18237         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18238         qualifier wherever appropriate.
18240 2004-04-05  Naba Kumar  <naba@gnome.org>
18242         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
18243         switch terminal echo on/off. Debugger requires it off, while the
18244         rest requires it on.
18246         * src/search-replace.c: sets search direction and action (in addtion
18247         to target) for find in files.
18248         
18249 2004-04-02  Naba Kumar  <naba@gnome.org>
18251         * src/mainmenu_callbacks.c: Sets filename during save of new files.
18253         * src/project_dbase.c, src/debugger, src/an_file_view.c,
18254         src/an_symbol_view.c: Added an gtk events loop for
18255         displaying project loading status (for loading large projects) and
18256         debugger program starting ... just to give an impression of fastness :-).
18258         * configure.in, anjuta.prj: Bumped version to 1.2.2.
18260         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18261         crash bug, which occurs when opening and closing a large project
18262         repeatedly.
18263         
18264         * src/attach_process.c: Fixed a comiple error for old gcc.
18265         
18266         * src/launcher.c: Prints proper error message when launcher child
18267         could not be executed and exits properly. Fixed a crash
18268         bug (bug #926606).
18269         
18270         * src/resources.c, src/utilities.c, src/glade_iface.c,
18271         src/debugger.c, src/attach_process.c: Properly exits forked children
18272         when they could not be executed.
18273         
18274 2004-04-01  Naba Kumar  <naba@gnome.org>
18276         * src/search-replace.c: Fixed a crash bug (bug #921893).
18278 2004-03-31  Naba Kumar  <naba@gnome.org>
18280         * anjuta.glade: Added a note on compiler options dialog ->support
18281         dialog telling that supports are only available for file mode.
18283         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
18284         src/anjuta_cbs.c:
18285         Improved shutdown time delay by bypassing project closing
18286         and unloading plugins.
18288         * src/build_file.c, data/properties/anjuta.properties: Added a property
18289         to toggle on/off for going to first error automatically.
18291 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
18293         * src/debugger.c: fixed core file loading
18294         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
18295         for long lines (bugs #700968 and #911376)
18296         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
18297         #917982.
18298         * src/anjuta.c: Focuses current AnEditor correctly.
18300 2004-03-30  Naba Kumar  <naba@gnome.org>
18302         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
18303         * AUTHORS: Updated with all contributors names.
18304         * NEWS: Updated.
18305         * src/about.c: Reads contributors names from AUTHORS file.
18306         * manuals/C/anjuta-manual/authors.xml: Points to online
18307         contributors list.
18308         
18309 2004-03-29  Naba Kumar  <naba@gnome.org>
18311         * data/properties/ada.properties: Fixed syntax colors. Patch
18312         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
18313         (bug #923474).
18315         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
18316         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
18317         generated projects, so that their pixmap files are
18318         found properly (bug #919903).
18319         
18320         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
18321         anjuta.
18323         * src/source.c: Installs .glade file of libgllade
18324         projects in $(datadir)/$(package)/glade (part of bug #861038).
18325         
18326         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
18327         in compiler options (bug #883837).
18328         
18329         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
18330         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
18331         
18332 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
18334         * anjuta/src/search-replace.c: fixed another crash bug in
18335         "Find Usage"
18336         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
18337         breakpoint property fix
18339 2004-03-29  Naba Kumar  <naba@gnome.org>
18341         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
18342         (new) manuals/C/anjuta-advanced-tutorial/*:
18343         Added menu entry for 'Anjuta Advanced Tutorial'
18344         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
18346 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18347         
18348         * src/fileselection.[ch], src/mainmenu_callbacks.c:
18349         Fixed bug #908941  ('Open' starts in wrong directory)
18350         
18351 2004-03-26  Naba Kumar  <naba@gnome.org>
18353         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
18354         compile error and bug #905738 with terminal.
18356         * src/search_incremental.c, src/register.c, src/sharedlib.c,
18357         src/search-replace.[h,c], src/search_incremental.[h,c],
18358         src/search_preferences.h, src/utilities.c, src/anjuta.c,
18359         src/text_editor.[c,h]: Fixed compiler warnings.
18360         
18361         * src/search-replace.c: Fixed a memory corruption (possible
18362         fix for bug #921893, but not yet confirmed).
18363         
18364         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
18365         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
18366         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
18367         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
18369 2004-03-25  Naba Kumar  <naba@gnome.org>
18371         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
18372         crash bug with attach process dialog and made the dialog closable
18373         with 'esc'.
18374         
18375         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
18376         always display within the margin.)
18377         
18378         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
18379         the old breakpoint when it's properties are updated
18380         (creating a new updated one).
18381         
18382 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
18384         * src/aneditor.cxx, src/aneditor.h: fixed calltips
18385         displayed for wrong file.
18386         * src/breakpoints.c: conditional breakpoints
18387         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
18388         "Find in Files..." disabling policy
18390 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18392         * src/build_file.c: Fixed bug #874380
18393         Goto the first error if it exists.
18395 2004-03-24  Naba Kumar  <naba@gnome.org>
18397         * src/anjuta.c: Fixed to get correct child exit status
18398         using mask (bug #905738).
18399         
18400         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
18401         Aligned buttons in the New file dialog,
18402         set default response to OK, entry box activates default response,
18403         ESC closes dialog and hides on delet_event.
18405 2004-03-19  Naba Kumar  <naba@gnome.org>
18407         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
18408         tree).
18410 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
18412         * src/search-replace.c: fixed "Find Usage" crash when no project open
18414 2004-03-17  Naba Kumar  <naba@gnome.org>
18416         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
18417         Fixed the generated projects to read m4 directory if the directory
18418         exists (bug #917781).
18419         
18420 2004-03-12  Naba Kumar  <naba@gnome.org>
18422         * HACKING: Fixed formatting for auto-parsing.
18424 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
18425         
18426         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
18427         rework (bug #890609)
18429 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18430         
18431         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
18433 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18434         
18435         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
18436         * src/search_preferences.c: Fixed typo.
18437         
18438 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18439         
18440         * src/search-replace.c: improved Search&Replace
18441         For the moment "Replace All" does not work with non opened files
18442         but Anjuta should not crash now ! ??? 
18443         
18444 2004-02-26  Naba Kumar  <naba@gnome.or>
18446         * src/source.c: Fixed to pass cflags correctly
18447         and suppress the automake's default cflags.
18448         bug #816130, #801056, #782798, #773459
18449         
18450         * data/properties/anjuta.properties: Do not defualt to -k make option.
18451         bug #875486.
18453         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
18454         bug #877683.
18455         
18456         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
18457         
18458         * src/message-manager-private.cc: Disabled debug messages.
18459         
18460 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
18462         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
18464 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18465         * anjuta.glade, src/search-replace.c:
18466         Reduced Search&Replace dialog, bug #902636.
18467         
18468 2004-02-23  Naba Kumar  <naba@gnome.or>
18470         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
18471         (bug #866143).
18473 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18474         
18475         * src/search_incremental.c: Fixed bug #900903
18477 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
18478         
18479         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
18480         src/anjuta.c: Fixed bugs #890609 and #890609
18482 2004-02-23  Naba Kumar  <naba@gnome.or>
18484         * src/message-manager.cc: Disconnects menuitem signal properly.
18485         Fixed bug #901723.
18486         
18487         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
18488         bug #900897.
18489         
18490 2004-02-20  Naba Kumar  <naba@gnome.org>
18492         * src/message-manager-private.[c,h]: Implemented keypress
18493         event for the terminal and resets it when ctrl c or ctrl d
18494         is pressed. But it doesn't seem to be working on keypress.
18495         Added a workaround to let it work on key release instead.
18496         (bug #878357).
18497         
18498         * src/search-replace: Fixed compiler warnings.
18499         
18500 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
18502         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
18503         Use defined file name when saving new files (fixes bug #898105)
18504         Don't change filename when clicking on a directory
18505         
18506         BTW: Happy birthday to me :-)
18507         
18508 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18509         
18510         * src/search-replace.c: Fixed a crash bug 
18511         Crash on Find & Replace (#887833)
18512         
18513 2004-02-18  Naba Kumar  <naba@gnome.org>
18515         * src/executer.c: Fixed a crash bug.
18516         
18517         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
18518         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
18519         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
18520         instead of GtkWindow (Part of bug #671596).
18521         
18522         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
18523         src/registers_gui.c, src/registers_cbs.[h,c],
18524         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
18525         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
18526         src/compiler_options.c, src/an_file_view.c, start-with.c,
18527         src/anjuta-tools.c, help.c:
18529         Added "close" buttons on all
18530         dialogs (HIG) and fixed to properly response to ESC close
18531         (Part of bug #671596).
18533         * src/launcher.c: Disabled printing of long debug lines.
18534         
18535         * src/utilities.h: Fixed a compiler warning.
18536         
18537 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
18539         * src/anjuta.c: "Save all" action now asks for filenames for new files
18540         (fixes bug #898111)
18542 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
18544         * anjuta.glade, src/text_editor.c:
18545         Fixed a typo in Hello World indentation style 
18546         Fixed misuse of translated strings when looking for style
18547         This entry fixes bug #876037
18549 2004-02-16  Naba Kumar  <naba@gnome.org>
18551         * src/utilities.c: Fixed return value when dest file could
18552         not be created.
18554         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
18555         * src/utilities.[c,h]: Removed 'cmp' dependency and used
18556         internal function to compare files.
18557         
18558 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
18560         * src/message-manager-private.cc:
18561         Set bold color as foreground color in terminal
18562         (fixes bug #864924)
18564         * src/aneditor.cxx:
18565         Use font style defined for message indicators in
18566         preferences/messages
18567         (fixes bug #885032)
18569 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
18571         * src/build_project.c:
18572         Use build.silent option from preferences (fixes bug #895726)
18573         
18574 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
18576         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18578 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
18579         
18580         Patch from Massimo Corà <maxcvs@email.it>:
18581         * scintilla/LexCPP.cxx: Support "///" comments
18583 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18584         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
18585         src/search_replace.h, src/search-replace_backend.h
18586         anjuta.glade
18587         
18588         * Added: src/search_preferences.c, src/search_preferences.h
18589         Allow the user to save search/replace settings and give them names.
18591 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
18592         
18593         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
18594         scintilla/ScintillaGTK.cxx:
18595         Hopefully fixed AMD 64 crash bug by using correct marshaller
18597 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
18599         * src/preferences.c: Save GtkOptionMenu properties properly
18600         * src/text_editor.c: Fixes editor mispell of fold.symbols property
18602 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
18603         
18604         * configure.in, src/Makefile.am, scintilla/Makefile.am:
18605         Fixed libiconv issue
18606         * NEWS: Updated
18608 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
18609         
18610         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
18611         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
18612         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
18613         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
18614         src/sharedlib_gui.c:
18615         Debugger speed-up, replaced deprecated GtkCList
18617 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
18619         * src/text-editor.c: Use stock gtk+ close button for editor tabs
18621 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
18623         * configure.in: Added "sq" to ALL_LINGUAS.
18625 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
18627         * configure.in: Added "ko" to ALL_LINGUAS.
18629 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18631         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
18632         src/search_incremental.c, src/search_incremental.h: 
18633         Search_incremental code cleanup
18635 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18637         * scintilla/*/*: Updated scintilla to CVS
18638         * Added: scintilla/Readme.sync
18639         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
18640         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
18641         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
18642         scintilla/ScintillaGTK.cxx,
18643         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
18644         scintilla/include/Scintilla.iface: Updated.
18646 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18648         * search-replace_backend.[ch], search_incremental[ch]: Added
18649         
18650         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18651         find_replace.[ch]: Removed.
18652         
18653         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18654         src/search-replace_backend.c, src/search-replace_backend.h,
18655         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18656         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18657         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
18658         functionality now replaces the older Find/Replace stuff. The Search/Replace
18659         functionality can be interrupted during a long Search/Replace.
18661 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
18663         * widgets/gnomefilesel.c: Fix use of previously freed memory on
18664         selecting ".." and "." from file selector. 
18666 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
18668         * anjuta.glade: Fixed wrong "fold.symbols" property
18670 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
18671         
18672         * src/project_dbase_gui.c: Alphabetical order ;-)
18673         * src/compiler_options.c: Fixed bug #867539
18674         * src/launcher.c: Workaround for bugs #864922, #849928,
18675         #846386 and #845782: The launcher no longer hangs but does
18676         not get the exit status correctly sometimes.
18677         * Changes suggested by Bosik are obviously already in without
18678         any Changelog entry (ClsGen.c, project_dbase_gui.c)
18679         * NEWS, README, anjuta.prj, configure.in: 
18680         Changed version to 1.2.1
18681         
18682         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
18683         * anjuta_dialogs_strings.c, anjuta.glade: 
18684         Fixed bugs #860906, #859329
18685         
18686         Patch from grzegol@pld-linux.org
18687         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
18688         freedesktop.org standard)
18690 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
18691         
18692         Patch from Stefano Vallarino <stevalla@libero.it>:
18693         * src/source.[c/h]: Fixes cpp sample file to conform to 
18694         ISO/IEC 14882, C++-Standard 
18696 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
18698         Review by Johannes Schmid <jhs@cvs.gnome.org>
18699         * src/build_file.[ch]: Add build_execute_shell_command which executes the
18700         command using sh -c.
18701         * src/compile.c: Use build_execute_shell_command when compiling single
18702         files.
18704 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
18705         
18706         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
18707         * src/breakpoints.c: Code cleanup, workaroud for possible 
18708         launcher bug
18709         * src/src_paths.c: Update debugger dirs on directory change
18711 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
18713         Review by Johannes Schmid <jhs@cvs.gnome.org>
18714         * src/attach_process.c, src/attach_process.h, anjuta.glade:
18715         sortable headers, process tree, removal of path and process params
18716         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18717         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18718         code cleanup
18720 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
18721         
18722         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18723         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
18724         Add a dialog for "New file" which lets the user set the 
18725         filename and to add copyright/header templates to the file
18726         * Review: Changed function names to contain modules name (file_)
18728 2003-12-09  Naba Kumar  <naba@gnome.org>
18730         * setup-gettext: Fixed a typo.
18731         * scintilla/Makefile.am: Fixed a build error for SMP systems.
18733 ---- Released version 1.2.0 ---
18735 2003-12-08  Naba Kumar  <naba@gnome.org>
18737         * src/preferences.c: Fixed compiler error.
18738         * global_tags/create_global_tags.sh: Fixed to install properly
18739         even when system.tags could not be generated.
18740         * NEWS: Updated.
18742 2003-12-06  Naba Kumar  <naba@gnome.org>
18744         * setup-gettext: Fixed to not generate intl directory with gettextize.
18746         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
18747         * src/anjuta.c: Filters out unnecessary files from find in files
18748         command.
18749         
18750         * NEWS: Updated.
18751         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
18752         * src/widzard_gui.c: Added horiz scrollbar for desc text.
18753         
18754 2003-12-04  Naba Kumar  <naba@gnome.org>
18755         
18756         * src/gnome_project.c: Enables debug and optimization flags for
18757         new projects.
18758         
18759         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
18760         
18761         * src/project_dbase_gui.c: combined header and c files for
18762         file selector.
18763         
18764         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
18765         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
18767 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18769         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18771 2003-11-29  Naba Kumar  <naba@gnome.org>
18773         * configure.in, anjuta.prj: Bumped version to 1.2.0.
18774         * NEWS: Updated.
18776 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
18777         
18778         * src/main_menubar.c: Now files cannot be opened twice in recently
18779         file menu
18781 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
18783         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
18785 2003-11-28  Naba Kumar  <naba@gnome.org>
18787         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
18788         
18789 2003-11-27  Naba Kumar  <naba@gnome.org>
18791         * src/breakpoints.c, src/launcher.c, src/find_text.c,
18792         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
18793         
18794         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
18795         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
18796         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
18797         checkbox in project wizard (project options page) to enable/disable
18798         source code generation with glade(mm).
18799         
18800         * NEWS: Updated
18801         
18802 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
18804         * src/dnd.c: Opening files with special characters in the name.
18806 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
18808         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
18809         a long time.
18811 2003-11-18  Naba Kumar  <naba@gnome.org>
18813         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
18814         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
18815         src/project_import.c, plugins/patch/patch-plugin.c:
18816         Fixed g_signal_diconnect calls to pass correct data.
18817         (Fixed possible crash in project imports).
18818         
18819         * NEWS: Updated.
18820         
18821 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
18823         Reviewed by Naba Kumar  <naba@gnome.org>
18824         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
18825         and debugger. Sets default settings for pty in launcher.
18826         * data/gdb.init: Removed charset work around (now works with user's
18827         native charset)
18828         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
18830 2003-11-18  Naba Kumar  <naba@gnome.org>
18832         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
18833         names of 'index' to 'idx'.
18834         
18835 2003-11-17  Naba Kumar  <naba@gnome.org>
18837         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
18838         * src/project_dbase.c: Prompts user for unsaved project files
18839         when project is closed.
18840         
18841 2003-11-16  Naba Kumar  <naba@gnome.org>
18843         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
18844         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
18845         older gcc.
18846         
18847 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
18848         
18849         * src/anjuta.c: Fixed crash related to tag == NULL while 
18850         anjuta is exiting
18852 2003-11-11  Naba Kumar  <naba@gnome.org>
18854         * src/glade_iface.c: Avoids error conditions for glade or glademm not
18855         found. It simply doesn't generate the c/c++ codes and continues with
18856         just a warning.
18857         * NEWS: Updated.
18858         
18859 2003-11-10  Naba Kumar  <naba@gnome.org>
18861         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
18862         'Start with dialog'.
18864         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
18865         German translation of anjuta-tutorial.
18866         
18867         * src/launcher.c: Fixed an encoding bug with GIOChannels.
18868         * NEWS: Updated.
18870 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18872         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
18873         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
18874         the syntax highlighting in Preferences, the automatic syntax
18875         highlighting is now selected. When the debugger is stopped and the
18876         breakpoints window not closed, the gtk_tree_view in this window is
18877         now made unsensitive.
18879 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
18881         * src/preferences.h, src/preferences.c, anjuta.glade:
18882         Fixed translation bug in preferences by using GtkOptionMenu
18883         * anjuta.prj: Project version 1.1.98
18885 ---------------- Released version 1.1.98 ----------------
18887 2003-11-07  Naba Kumar  <naba@gnome.org>
18889         * anjuta.spec.in: Revived docs package and combined all docs into
18890         one package.
18891         * configure.in: Bumped version to 1.1.98 rc2
18892         * NEWS: Updated.
18893         * anjuta.spec.in: Fixed scrollkeepr-update command.
18894         * anjuta.spce.in: Fixed file permissions.
18896 2003-11-06  Naba Kumar  <naba@gnome.org>
18898         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
18899         menus to activate anjuta helps.
18900         
18901         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
18902         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
18903         manuals/C/anjuta-faqs/legal.xml (added),
18904         manuals/C/anjuta-faqs/Makefile.am,
18905         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
18906         manuals/C/anjuta-faqs/.cvsignore,
18907         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
18908         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
18909         manuals/C/anjuta-tutorial/legal.xml (added),
18910         manuals/C/anjuta-tutorial/Makefile.am,
18911         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
18912         manuals/C/anjuta-tutorial/.cvsignore,
18913         manuals/C/anjuta-manual/*.sgml (removed),
18914         manuals/C/anjuta-manual/*.xml (added),
18915         manuals/C/anjuta-manual/Makefile.am,
18916         manuals/C/anjuta-manual/anjuta-manual-C.omf,
18917         manuals/C/anjuta-manual/.cvsignore,
18918         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
18919         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
18920         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
18921         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
18922         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
18923         manuals/ja/anjuta-faqs/legal.xml (added),
18924         manuals/ja/anjuta-faqs/Makefile.am,
18925         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
18926         manuals/ja/anjuta-faqs/.cvsignore,
18927         manuals/ja/anjuta-manual/*.sgml (removed),
18928         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
18929         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
18930         manuals/ja/anjuta-manual/*.xml (added),
18931         manuals/ja/anjuta-manual/Makefile.am,
18932         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
18933         manuals/ja/anjuta-manual/.cvsignore,
18934         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
18935         manuals/sgmldocs.make (removed),
18936         manuals/xmldocs.make (added), manuals/omf.make (added),
18937         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
18938         documentations to newer docbook xml documentations. Converted 
18939         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
18940         Enabled manulas installations.
18941         
18942         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
18944 2003-11-05  Naba Kumar  <naba@gnome.org>
18946         * data/gdb.init: Sets host's charset to ascii to solve debugger
18947         freeze up due to uninitialized strings in target program.
18949         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
18950         Fixed a crash bug with 'Add expression in watch'. Bug #822017
18951         
18952         * NEWS: Updated.
18953         
18954         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
18955         src/launcher.c: Turns off echo in spawned pty to fix debugger.
18957 2003-11-04  Naba Kumar  <naba@gnome.org>
18959         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
18960         problems.
18961         
18962         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
18963         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
18964         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
18965         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
18966         in file headers.
18967         
18968         * src/search-replace.c: Fixed infinite loop bug.
18969         * start-with.c: Fixed a crash bug with "Open last project".
18970         
18971         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
18972         * scintilla/Makefile.am: Fixed compiler option.
18973         
18974 2003-10-16  Naba Kumar  <naba@gnome.org>
18976         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
18977         * src/text_editor.c: Fixed autoformat.
18978         
18979 2003-10-15  Naba Kumar  <naba@gnome.org>
18981         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
18982         of CTRL+number.
18983         
18984 2003-10-09  Naba Kumar  <naba@gnome.org>
18986         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
18987         
18988 2003-10-08  Naba Kumar  <naba@gnome.org>
18990         * src/source.c: Fixed a GETTEXT typo error.
18991         * anjuta.glade: Made 'Sorted in order you open them' default option
18992         for editor tabs.
18994         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
18995         * anjuta.glade, data/properties/anjuta.properties:
18996         Fixed the freeze of the "Preferences" combos at the first Anjuta
18997         init is generated by:
18998                 - a not complete translation of preferences.c file
18999                 - a difference between 2 names in anjuta.glade and
19000                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19001                 - the same name given to 3 combos (anjuta.glade).
19002                 
19003         * src/find_text.c: If the "whole document" mode is selected,
19004         a new search will select the next occurrence (Bug #764954).
19005         It is now possible to use the shortcuts to search next or previous
19006         occurrence even if the search dialog has the focus.     Bug #790318
19007         
19008         * src/main_menubar_def.h: "Select code block" shortcut; the new
19009         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19010         (Bug #811016).
19012         Patch from: Richard Lee  <r.h.lee@comcast.net>
19013         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19014         tagmanager/tm_workspace.c: The following is a patch to fix a
19015         seemingly random occurence where Anjuta would crash when a
19016         certain key was pressed.
19018 2003-09-29  Naba Kumar  <naba@gnome.org>
19020         * src/find_in_files.c: Ignores binary by default. Disabled the option
19021         of NOCVS search, because launcher does not use sh and hence can not
19022         pipe.
19023         
19024         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19025         "clean before build" state in project session and not in account session,
19026         otherwise the state gets reflected to other projects causing annoyance.
19027         
19028         * src/compiler_options.c: Fixed a bug where compiler options were always
19029         claimed 'modified'.
19031         * src/build_project.c, data/properties/anjuta.properties,
19032         src/commands.[h]: Fixed a bad bug where clean-before-build
19033         doesn't work.
19034         
19035         * scintilla/patches/research-cvs-nolog.diff,
19036         scintilla/patches/scintilla-ac-gtk2-port.diff,
19037         scintilla/patches/scintilla-ac-sort-fix.diff,
19038         scintilla-optimization.diff: Removed, because they are already in
19039         scintilla CVS.
19040         
19041         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19042         2003-09-29).
19044         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19045         scintilla/LexYAML.cxx: Added new scintilla lexers.
19046         
19047         * TODO, NEWS: Updated.
19049         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19050         * src/utilities.c: Fixed typo bugs.
19052 2003-09-26  Naba Kumar  <naba@gnome.org>
19054         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19055         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19056         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19057         text_editor_find() and Fixed I-Search wrapping.
19058         * src/debugger.c: Fixed to pass a newline after a debugger
19059         command (which was broken since the launcher was refactored.
19060         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19062 2003-09-25  Naba Kumar  <naba@gnome.org>
19064         * src/toolbar_callbacks.c: Fixed start of incremental search.
19065         
19066         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19067         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19068         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19069         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19070         menu and implementation.
19072 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19074         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19075         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19076         variables in Locals window.
19078 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19080         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19081         * src/utilities.[ch] : Fix a tooltip bug in 
19082         anjuta_util_toolbar_append_stock(), the label appeared instead of
19083         the tooltip text. Remove label from arguments of the function
19084         because label is included in the stock icon data.
19085         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19086         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19087         * FIXME: translation file should be updated because of label text removal.
19089 2003-09-24  Naba Kumar  <naba@gnome.org>
19091         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19092         
19093         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19094         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19095         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19096         stdout and stderr. Also buffered output and check-for-password
19097         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19098         with password prompts. Checkes for password prompts from all outputs.
19099         
19100         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19101         which takes a string (which could be utf8 also) and converts into
19102         utf8 string.
19103         
19104         * src/main.c: Connects kernel signals after gnome_program_init().
19105         
19106         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19107         * src/message-manager.c: Fixed bug #787026 by converting the strings
19108         to proper UTF8.
19109         
19110 2003-09-22  Naba Kumar  <naba@gnome.org>
19112         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19113         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19114         GtkCList and using GtkTreeView instead. Added the patch.
19115         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19116         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19117         
19118 2003-09-19  Naba Kumar  <naba@gnome.org>
19120         * printing/print.c: Proper UTF8 printing support.
19121         * src/main.c: moved kernel signal connects at the
19122         end of application initialization.
19123         
19124 2003-09-18  Naba Kumar  <naba@gnome.org>
19126         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19127         (new) lexers.make, (new) lexers: Update scintilla to latest
19128         scintilla CVS (2003-09-18), added new lexers, automated
19129         lexers makefiles sections and scintilla update. Added
19130         patches. Optimized pango rendering. Fixed a crash bug
19131         in scintilla.
19132         
19133         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19134         patch to remove cvs log command from RESearch.cxx file.
19135         * scintilla/patches/scintilla-pango-always.diff:
19136         Fixed file name.
19137         * scintilla/RESearch.cxx: Removed spurious cvs log command
19138         and logs.
19139         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19140         
19141         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19142         * src/dnd.c: Fixed a crash bug with DND.
19143         
19144 2003-09-15  Naba Kumar  <naba@gnome.org>
19146         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19147         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19148         src/toolbar_callbacks.c: Added an additional parameter to
19149         text_editor_goto_line() funtion which decides if the line should
19150         be made visible (if it's under fold).
19151         
19152         * src/style-editor.c: Fixed a compiler warning.
19153         * src/message-manager.cc: Calls parent method correctly.
19155         * src/preferences.h: Fixed prent class.
19156         
19157         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19158         * src/project_dbase.c: Fixed bug #713210.
19159         
19160 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19161                                                                                 
19162         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19164 2003-09-11  Naba Kumar  <naba@gnome.org>
19166         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19167         * src/style-editor.c: Fixed bug #769130 (Crash on font
19168         selection dialog).
19169         
19170         * src/message-manger.[h,cc]: Made AnMessageManager
19171         derived from GtkFrame and removed deprecated code.
19172         
19173         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19174         compiler warnings.
19175         
19176 2003-09-09  Naba Kumar  <naba@gnome.org>
19178         * src/Makefile.am: Addded rules for built sources.
19179         
19180 2003-09-08  Naba Kumar  <naba@gnome.org>
19182         * (new) src/anjuta-marshalers.list: Added marshalers definition
19183         file.
19184         
19185         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19186         and CXXFLAGS are not overwriten by automake's default.
19187         * src/style-editor.c: Added 'operators' in the style editor.
19188         
19189         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19190         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19191         * src/message-manager-private.cc, src/message-manager.cc:
19192         Converts message going into message into UTF-8 endoding.
19193         * src/main.c: Uses UTF-8 codeset for localization.
19194         
19195 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19197         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19198         
19199 2003-09-08  Naba Kumar  <naba@gnome.org>
19201         * TODO: Updated.
19202         
19203         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19204         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19205         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19206         The combo entries were updated if the same data with a different
19207         case exist in the combo list. The combo entries are now case sensitive. 
19208         Search&Replace bug; First search ,max actions = 0 ==> now max
19209         actions = 100.
19210         
19211 2003-09-08  Naba Kumar  <naba@gnome.org>
19213         * TODO: Updated.
19214         * src/utilities.[c,h]: a function takes contant args.
19215         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19216         Now the child terminated signal is emitted properly.
19217         * src/Makefile.am: Used $(top_srcdir) for referring to 
19218         scintilla objects.
19219         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19220         definitions file which will generate anjuta-marshalers.[c,h] files.
19221         * src/.cvsignore: Updated.
19222         * src/build_project.c: Changed su command to preserve quotes.
19223         * src/anjuta-tools.c, tagmanager/tm_project.c,
19224         tagmanager/tm_workspace.c: Use standard tmp file.
19225         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19226         so that users could report bugs easily.
19227         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19228         
19229         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19230         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19231         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19232         src/attach_process.c, src/breakpoints.c, src/commands.c,
19233         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19234         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19235         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19236         src/memory.c, src/message-manager-private.c, src/preferences.c,
19237         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19238         src/search-replace.[c,h], stack_trace.c, text_editor.c,
19239         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19240         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19241         Fixed compile warnings and cleanup.
19242         
19243         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19244         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19245         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
19246         Removed libzvt usage and implemented child spawing differently. Launcher is
19247         now proper GObject, which can be created multiple times (and can be
19248         operated in parallel).
19250         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19251         * src/project_import_gui.c, src/project_import_cbs.c,
19252         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19253         (crash on project import). Removed deprecared codes.
19254         
19255 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19256         
19257         * src/cvs.c: Fixed cvs output bug.
19259 2003-09-03  Naba Kumar  <naba@gnome.org>
19261         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19262         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19263         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19264         src/text_editor_cbs.c: Implements --
19265                 If the debugger is started
19266                         A double click in the margin add or remove a breakpoint
19267                         A single click activate or deactivate the breakpoint
19268                 else
19269                         A double click in the margin add or remove a bookmark
19271 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19272         
19273         Reviewed by Naba Kumar  <naba@gnome.org>
19274         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19275         User is now able to choose a branch on cvs update for project.
19276         Cleaned up variable names.
19278 2003-09-03  Naba Kumar  <naba@gnome.org>
19280         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19281         src/Makefile.am: Added lexers.
19282         * scintilla/*/*: Updated...
19283         * src/an_symbol_view.c: Fixed a crash bug.
19284         * src/compiler_options.c, src/project_dbase.c: Fixed compile
19285         and build bugs.
19286         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
19287         * src/source.c: Fixed project generation bug with gettext code.
19288         * tagmanager/tm_project.c: Fixed a crash bug.
19289         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19290         bug when there is no project open. Bug #____.
19291         * src/source.c: Fixed a bug with build failure with non-gnome
19292         project with glade-generated source (eg. gtk2). Bug #____.
19293         * NEWS: Updated...
19295 2003-08-22  Naba Kumar  <naba@gnome.org>
19297         Patch from: Rob Bradford  <rob@debianplanet.org>
19298         * data/Makefile.am: Fixed to install properly during
19299         package building.
19300         
19301         Patch from: Etay Meiri  <etay-m@bezeqint.net>
19302         * src/debug-tree.c: Fixed a crash bug.
19303         * src/compiler_options.c: Takes care of linking the missing pieces;
19304         C flags, libs, optimization options, debug and profile.
19306         Patch from: Enver ALTIN  <ealtin@casdb.com>
19307         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
19308         
19309 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
19311         Reviewed by Naba Kumar  <naba@gnome.org>
19312         * src/project_dbase.c: Fixed bugs #778263 and #778413
19313           Adding multiple files to project should work now.
19315 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19317         Reviewed by Naba Kumar  <naba@gnome.org>
19318         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
19319         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
19320         for Locals window.
19322 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19324         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19326 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19328         * src/text_editor.c: Fix translatable string (#113934).
19330 2003-07-04  Naba Kumar  <naba@gnome.org>
19332         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19333         bug when there is no project open. Bug #____.
19334         
19335         * src/source.c: Fixed a bug with build failure with non-gnome
19336         project with glade-generated source (eg. gtk2). Bug #____.
19338 2003-06-26  Naba Kumar  <naba@gnome.org>
19340         * src/anjuta.h: Removed reference to windows-dialog.h.
19341         * src/message-manager-private.[cc,h]: Fixed doulbe click
19342         activation of messages to properly jump at the destination.
19343         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
19344         * src/toolbar.c: Code clean-ups.
19345         
19346         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
19347         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
19348         
19349         * src/message-manager-private.[cc,h]: Removed dead codes.
19350         
19351         * (new) data/properties/css.properties,
19352         data/properties/anjuta.properties, data/properties/Makefile.am:
19353         Added CSS syntax hiliting properties.
19354         
19355         * tagmanager/tm_file_entry.c: Fixed a possible bug.
19356         * src/debugger.c: Clean ups.
19357         * src/lexer.h: Added CSS lexer definition.
19358         
19359         * Makefile.am: Installs destop file properly.
19360         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
19361         * NEWS: Updated for 1.1.97 release.
19362         * src/main_menubar_def.h: Changed some non working shortcuts.
19363         
19364 2003-06-24  Naba Kumar  <naba@gnome.org>
19366         * src/search-replace.c: Shows the dialog properly, even when it is
19367         hidden behind another window.
19368         
19369         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
19370         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
19371         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
19372         and code clean up.
19373         
19374         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
19375         setup wizard dialogs.
19376         
19377         * src/debugger.c: Removed a redundant call to
19378         debugger_update_controls().
19379         * src/compiler_options.c, src/launcher.c: code cleanup.
19380         * src/executer.c: Fixed execution bug with 'Set Program params...".
19381         
19382 2003-06-23  Naba Kumar  <naba@gnome.org>
19384         * widgets/e-splash.c: Removed border around the splash image.
19385         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
19386         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
19387         * src/cvs.c: Added a frame around commit log text widget.
19388         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
19389         crash bug associated with translated combo box list in preferences
19390         dialog (in different locale other than en_US). Used widget names
19391         to pass the combo list items.
19392         * po/POTFILES.in: Updated.
19393         * src/launcher.c: Creates the zvt terminal at startup (and not
19394         every time a build is done) -- speeds up buld operations.
19395         * src/file_history.c: Should be if() conditional instead of
19396         assertion check.
19397         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
19398         Disabled useless warnings.
19399         * src/project_dbase.c: Fixed bonobo 2 project name.
19400         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
19401         and uses correct glade-2 for file generation.
19402         
19403 2003-06-21  Naba Kumar  <naba@gnome.org>
19405         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
19406         And disables autocomple show for numbers (very annoying).
19407         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
19408         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
19409         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
19410         from view menu and adjust the controls accordingly.
19411         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
19412         only OK button.
19413         * src/project_dbase.[c,h]: Removed show_local flag processing.
19414         * src/message-manager.[c,h]: Reorganized messages tabs in more
19415         sensible order.
19416         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
19417         Also added PCRE dependency.
19418         
19419 2003-06-20  Naba Kumar  <naba@gnome.org>
19421         * pixmaps/anjuta_splash.png: New splash.
19422         from Jean Schurger  <yshartk@schurger.org>
19423         
19424         * src/controls.c: De-sensitize run-to-cursor when debugger
19425         is not running.
19426         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
19427         
19428         * src/message-manager-private.cc: Fixed to properly jump at
19429         the right file:line.
19430         
19431         * src/appwiz_page1.c: Fixed to correctly determine the project
19432         trpe from the wizard.
19433         
19434 2003-06-20  Naba Kumar  <naba@gnome.org>
19436         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
19437         * src/watch_gui.c: Code cleanups.
19438         * src/debugger.[c,h], src/stack_trace.[c,h],
19439         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
19440         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
19441         Removed direct access to stack_trace private data, Increased debugger
19442         command size from 256 to 1024 (to be on safer side). Also implemented
19443         row-activated signle for seting frame and viewing the source.
19444         * src/debugger.c: Avoids starting program and stopping debugger
19445         when starting debugger and stopping program, respectively.
19446         
19447         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
19448         Reverted codes to start debugger automatically
19449         The file is brought to the state just after the branching 
19450         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
19451         some code clean ups.
19452         
19453         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
19454         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
19455         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
19456         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
19457         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
19458         src/project_dbase.c: Code clean ups.
19459         
19460         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
19461         (Projects dir) so that correct $HOME/Projects path is set when
19462         anjuta is run for the first time.
19463         
19464 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
19466         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
19468 2003-06-13  Naba Kumar  <naba@gnome.org>
19470         * src/stack_trace_cbs.c: Moved variable declaration at the
19471         top of the block (bug #737867)
19472         
19473         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
19474         just CFLAGS and CXXFLAGS (bug #743617).
19475         
19476         * src/create_global_tags.sh: Fixed shell script to properly
19477         detect installed *-config files.
19478         
19479 2003-06-12  Naba Kumar  <naba@gnome.org>
19481         * src/preferences.[c,h]: Added methods for custom widgets in
19482         preferences: using custom set/get methods for them.
19483         
19484         * src/anjuta-encoding.c: Implemented up/down of the encodings
19485         in the list and property saves correctly.
19486         
19487         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19488         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
19489         the beginning of a file.
19491         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19492         * src/aneditor.cxx, src/aneditor.h,
19493         src/controls.c, src/main_menubar.c, src/main_menubar.h,
19494         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19495         src/mainmenu_callbacks.h: Allows the operator to select the current
19496         word or the current line (Request: 680801). It puts also
19497         sensitive/unsensitive several select/comment menu items.
19499         * src/breakpoints.c: Presets by default the current line for a
19500         defined breakpoint.
19502 2003-06-11  Naba Kumar  <naba@gnome.org>
19504         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
19505         color (red highlight) now cosistent for inactive tabs also.
19506         
19507         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
19508         'Advanced search and replace' in Edit->Search submenu.
19509         
19510         * data/properties/tcltk.properties: Fixed bug #731851. Added line
19511         wrappings '\' where     they were missing.
19512         
19513         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
19514         message is now more descriptive and details the correct thing to do
19515         for GNOME2 desktop.
19516         
19517 2003-06-10  Naba Kumar  <naba@gnome.org>
19519         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
19520         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
19521         Removed any reference to particular version of automake/autoconf
19522         so that they could work with newer versions (Bug #659394).
19524         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
19525         src/anjuta.c: Added coded to add/remove supported encodings.
19526         
19527         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
19528         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
19529         src/project_import.c, src/project_type.c, src/project_type.h,
19530         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
19531         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
19532         from the project wizard.
19534 2003-06-06  Naba Kumar  <naba@gnome.org>
19536         Patch from Etay Meiri  <etay-m@bezeqint.net>
19537         * src/compiler_options.c: Fixed bugs related to clean before
19538         build patch.
19539         
19540         * anjuta.desktop.in.in: Added commandline options.
19541         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
19542         -dP and -A flags of CVS update into different options.
19543         
19544 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
19546         * configure.in: Removed "ta" from ALL_LINGUAS.
19548 2003-06-02  Naba Kumar  <naba@gnome.org>
19550         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
19551         return NULL for undefined properties and "" for defined but empty
19552         strings. It was creating many problems where both are assumed to be
19553         same. And besides, it doesn't matter to differentiate the two (the
19554         problem with preferences was due to a different bug).
19556         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
19557         correctly. Also, s/props_build_in/props_built_in/g.
19558         
19559         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
19560         list.
19561         
19562         * src/an_file_view.c: Unrefed pixbufs when done with them.
19564         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
19565         (removed) file_text.png: Added and removed pixmaps.
19566         
19567 2003-05-30  Naba Kumar  <naba@gnome.org>
19569         * anjuta.glade: Fixed encodings preferences dialog
19570         
19571 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
19572         
19573         Reviewed by Naba Kumar  <naba@gnome.org>
19574         
19575         * src/build_project.c src/clean_project/c: perform a clean before
19576         build, if required. Show the message manager on clean.
19577         * src/compiler_options.c: save the new options when window is closed
19578         and flag project to be cleaned before the next build.
19579         * src/project_dbase.c: added a 'clean before build' flag to project
19581 2003-05-29  Naba Kumar  <naba@gnome.org>
19583         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
19584         dialog.
19585         
19586         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
19587         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
19588         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
19589         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
19590         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
19591         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
19592         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
19593         print_color.xpm, print_landscape.xpm, print_layout.xpm,
19594         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
19596         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
19597         Removed unused icons references.
19599 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
19601         Reviewed by Naba Kumar  <naba@gnome.org>
19602         
19603         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
19604           src/compiler_options.c, src/debugger.c, src/find_replace.c,
19605           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
19606           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
19607           src/toolbar_callbacks.c: HIG compliant dialogs.
19609         * src/utilities.c: anjuta_button_new_with_stock_image() and
19610           anjuta_dialog_add_button() stolen from gedit.
19612         * src/main_menubar_def.h: Fixed mnemonics.
19614 2003-05-26  Naba Kumar  <naba@gnome.org>
19616         * src/project_dbase_gui.c: Added header files filter for add file
19617         dialog box. Disabled project window to be transient window.
19618         
19619         * src/message-manager.cc: Disabled message manager window to be
19620         transient window.
19621         
19622         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
19623         a file could not be loaded.
19624         
19625         * src/project_dbase.c: Fixed a bug with GUI editor command
19626         where empty string is returned.
19627         
19628         * src/Makefile.am, src/preferences.h, src/text_editor.c
19629         src/text_editor.h, (new) src/anjuta-encodings.h,
19630         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
19631         Added encoding support and to handle characters encoding correctly
19632         by auto detecting it during load. Added preferences for selecting
19633         the encoding during save.
19635         * src/preferences.c, src/resources.c: Removed debug messages.
19637         Patch from: Alexander Nedotsukov <bland@mail.ru>
19638         * src/getline.c: Fixed many fatal bugs for FreeBSD.
19640 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19641         * src/anjuta.c: Try to sow the splash image more often.
19643 2003-05-20  Naba Kumar  <naba@gnome.org>
19645         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19646         * src/debug_tree.c: Colorize the modified locals during
19647         debugging and call memory analyze from the debugger.
19648         * src/breakpoints.c: The color is now different for the enabled
19649         and disabled breakpoints. Anjuta now can erase several
19650         breakpoints defined at the same line. The markers are updated
19651         according to the enable/disable action.
19652         
19653         Patch from Etay Meiri  <etay-m@bezeqint.net>
19654         * src/launcher.c: Fixes launcher freeze up bug during build.
19656 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
19658         Reviewed by Naba Kumar  <naba@gnome.org>
19659         * scintilla/PropSet.h: Change member variables from private to protected.
19660         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
19661         to PropSetFile class, which return a gchar * (and can therefore indicate
19662         whether properties are empty or do not exist) and make prop_get and
19663         prop_get_expanded use them.
19664         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
19665         that the result of of prop_get cannot be an empty string.
19667 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
19669         Reviewed by Naba Kumar  <naba@gnome.org>
19670         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
19671         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
19672         src/text_editor_cbs.c: When saving all the files in the project, the
19673         text editors are now only rehighlighted once instead of once for each
19674         file saved.
19676 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19677         * src/main.c, widgets/e-splash.c: Splash screen improvements.
19678         * src/anjuta.desktop.in.in: Support startup notification.
19679 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19680         * src/main.c, widgets/e-splash.c: Splash screen improvements.
19681         * src/anjuta.desktop.in.in: Support startup notification.
19684 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
19686         Reviewed by Naba Kumar  <naba@gnome.org>
19687         
19688         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
19689         memory leak from glade_xml_new call. Removed gxml field from Executer
19690         struct as only used in create_executer_dialog and then destroyed.
19691         
19692         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
19693         
19694         * src/configurer.c: Fix warning trying to connect signal to non-existent
19695         environment entry in configure dialog and fix crash when closing the
19696         window.
19697         
19698         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
19699         gnome_date_edit_get_time instead.
19700         
19701         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
19702         in view menu required renumbering elsewhere.
19704 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
19706         Reviewed by Naba Kumar  <naba@gnome.org>
19707         
19708         * src/breakpoints.c: fixed an error when removing breakpoint
19709         * src/controls.c: 'run to cursor' is sensitive when debugger not active
19710         * src/debugger.c: changes to the way the debugger is activated
19711         * src/debugger.h: clean ups
19713 2003-05-13  Naba Kumar  <naba@gnome.org>
19715         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19716         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
19717         src/memory.h: A new version of memory and the interface
19718         is now integrated in anjuta.glade
19720 2003-05-09  Naba Kumar  <naba@gnome.org>
19722         * configure.in: Bumped required gtk version to 2.0.8.
19723         
19724 2003-05-06  Naba Kumar  <naba@gnome.org>
19726         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
19728 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19729         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
19731 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19732         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
19733         , tagmanager/c.c: Support for ProC and RDB files.
19735 2003-05-06  Naba Kumar  <naba@gnome.org>
19737         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
19738         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
19739         Uncomment (Box & Stream), Select the current function,
19740         authorize the "Quit" button of the GotoLine window
19742 2003-05-05  Naba Kumar  <naba@gnome.org>
19744         * src/watch_gui.h: CVS added new file.
19746         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
19748         Patch from Etay Meiri <etay-m@bezeqint.net>
19749         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
19750         src/mainmenu_callbacks.c, src/message-manager.cc,
19751         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
19752         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
19753         Ported stack trace to GNOME2 and added it in the message manager
19754         pane.
19756 2003-05-02  Naba Kumar  <naba@gnome.org>
19758         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
19759         
19760         * src/preferences.[h,c]: Fixed preferences to save only one copy of
19761         preferences property.
19762         
19763         * anjuta.prj: Fixed multiple preferences saved data.
19764         
19765         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
19766         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19767         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
19768         scintilla/include/Platform.h, scintilla/include/PropSet.h,
19769         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
19770         Upgraded scitilla from CVS with faster window repaint
19771         and more bugfixes.
19772         
19773         Patch from  Etay Meiri  <etay-m@bezeqint.net>
19774         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
19775         and code cleanups
19776         
19777 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
19779         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
19780         the window if messages are appended to the end and the scrollbar is
19781         at the end.
19783 2003-04-29  Naba Kumar  <naba@gnome.org>
19785         * configure.in: Removed omf-install from Makefiles list.
19787 2003-04-28  Naba Kumar  <naba@gnome.org>
19789         * po/POTFILES.in: Remvoded deleted files.
19790         
19791         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
19792         pixmaps/windows-style-undocked.png: Added setup wizard's images.
19794         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
19795         is executed as detached) is not set properly.
19796         
19797 2003-04-25  Naba Kumar  <naba@gnome.org>
19798         
19799         * anjuta.prj: Updated.
19800         * src/anjuta_info.c: Fixed text wrapping and column view.
19801         * data/welcome.txt.in: Removed unaligned characters.
19802         
19803 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19804         * src/main_menubar.c: Disable setup dialog.
19806 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19807         * src/breakpoints.c; Fixed compilation with older GCC
19808         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
19809         * HACKING: Spelling fixes (Suggested by Stephen Knight)
19811 2003-04-18  Naba Kumar  <naba@gnome.org>
19813         * anjuta.prj: Updated (includes compiler options).
19814         
19815         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
19816         function from anjuta.c (it was already available in anjuta-tools.c).
19817         
19818 2003-04-18  Naba Kumar  <naba@gnome.org>
19820         * src/about.c, THANKS: Updated
19821         
19822         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
19823         
19824         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
19825         properly from the project session before updating the file
19826         view.
19827         
19828         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
19829         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
19830         dialog settings (as it will not be required once GDL is in place) and
19831         added file view filters in the settings sub-menu.
19833 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19834         * HACKING: Updated
19835         * configure.in: Disable cast checks on final build.
19837 2003-04-17  Naba Kumar  <naba@gnome.org>
19839         * src/build_project.c: Fixed a compilation error.
19841         * src/launcher.c: Removed commnets.
19842         
19843         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
19844         properties from editor tab to indentation tab and fixed a property
19845         label for proper i18n translation. Fixed typos in project config
19846         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
19847         sorting and reordering in compiler options dialog.
19848         
19849         * src/compiler_options.c: Implemented _save() function to save the
19850         options (which was pending).
19851         
19852         * src/build_project.c: Destroys install-as-root dialog when it is done.
19853         
19854         * src/an_symbol_view.c: Change "event" event to "event-after" so
19855         that symbol row is selected first before the popup is shown.
19856         
19857 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
19859         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
19860         file in CVS/Entries. (Reviewed and applied by Biswa)
19862 2003-04-16  Naba Kumar  <naba@gnome.org>
19864         * aneditor.cxx: use unicode everytime (fixed unicode related
19865         bugs).
19867         * anjuta.prj: Fixed UI editor name (blank to use default) and
19868         anjuta version.
19869         
19870         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
19871         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
19872         Editor preferences page.
19874 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19875         * src/anjuta.[ch], src/print.c: Fixed warnings
19876         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
19877         * configure.in: Profiling support with gprof
19879 2003-04-16  Naba Kumar  <naba@gnome.org>
19881         Patch from Gaëtan de Menten  <ged@bugfactory.org>
19882         * src/launcher.c: Fixed cvs dialog.
19883         
19884 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
19885         
19886         * src/message-manager-private.cc: Fixed double-click on first line of 
19887         output to properly select a line.
19888         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
19889         because still was a deprecatd GtkCTreeNode and always NULL anyway.
19891 2003-04-15  Naba Kumar  <naba@gnome.org>
19893         * src/message-manager-private.cc: Fixed the glade filename typo.
19895 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19896         * scintilla/*, data/properties/*: Scintilla CVS merge
19897         * anjuta.prj: Removed unnecessary files.
19898         * scintilla/PlatGTK.cxx: Force Pango fonts always
19899         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
19900         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
19901         for preferences.
19902         * configure.in: Change version no. for 1.1.1 (alpha release)
19903         * configure.in: Added '--with-pref-suffix' option.
19904         * config.guess, config.sub: Removed from CVS.
19906 2003-04-15  Naba Kumar  <naba@gnome.org>
19908         Patch from Timothee Besset  <ttimo@idsoftware.com>
19909         * Makefile.am: Fixed a shell script error during intallation.
19910         
19911 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
19913         Reviewed by Naba Kumar  <naba@gnome.org>
19914         * src/message-manager.cc: Added popup-menu to TreeView and fixed
19915         set_wm_class to use "anjuta" instead of "an.
19916         * src/message-manager-private.cc: Headers are hidden again.
19918 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19919         * src/project_dbase_gui.c: Memory corruption fix.
19920         * anjuta.prj: Updated project file
19922 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
19923         * an_file_view.c: Connect to event-after signal rather than event so that
19924         selection is updated first and thus context menu is for the right file.
19925         Reviewed and applied by Biswa.
19927 2003-04-14  Naba Kumar  <naba@gnome.org>
19929         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
19930         
19931         * src/auncher.c: More child exit fixes
19932         from Timothee Besset  <ttimo@idsoftware.com>
19934 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
19935         
19936         Reviewed by Naba Kumar  <naba@gnome.org>
19937         
19938         * src/message-manager.[c/h], src/message-manager-private[c/h],
19939                 anjuta.[c/h]: Ported message-manager to Gtk2
19940         
19941         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19942         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
19943         src/clean_project.c, src/compile.c, src/configurer.c,
19944         src/controls.c, src/cvs.c, src/debugger.c,
19945         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
19946         src/project_import.c, src/search-replace.c: Changed name from
19947         AnjutaMessageManager to AnMessageManager to avoid too long type
19948         and funtion names.
19950 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19951         * src/launcher.c: Fix build won't stop problem - TTimo
19952         * TODO: Updated
19953         * pixmaps/anjuta_splash.c: New splash screen prototype.
19954         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
19955         * src/compiler_options.c: Mute pkgconfig errors.
19956         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
19958 2003-04-10  Naba Kumar  <naba@gnome.org>
19960         * configurer.[c,h]: Fixed dialog to close properly.
19961         * src/project_dbase.c, widgets/gnomefilelist.c: Added
19962         debugging asserts.
19963         
19964 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19965         * anjuta.prj: Removed unnecessary files, load with 1.2.0
19966         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
19967         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
19968         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
19969         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
19970         src/makefile.am: Move gdl to it's own directory.
19971         * global-tags/create_global_tags.sh: Silently ignore SDL error.
19973 2003-04-09  Naba Kumar  <naba@gnome.org>
19975         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
19976         branch.
19978 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
19979         * src/anjuta-tools.c: Use CDATA for saving tools data.
19980         * anjuta.glade, src/search-replace.c: Port from branch.
19981         * widgets/e-splash.*, src/main.c: Better splash screen.
19982         * configure.in, widgets/gdl*: Import GDL widgets.
19983         * ROADMAP: Updated roadmap.
19984         * src/an_file_view.c: Use GDL icons for file tree.
19986 2003-04-09  Naba Kumar  <naba@gnome.org>
19988         * anjuta.glade: Added (hidden) initial setup-wizard window.
19989         
19990         Patch from: Vitaly  <vvv@rfniias.ru>
19991         * src/preferences.c: Fixes a bug with libglace widget access with
19992         translated strings.
19994         Patch from: Etay Meiri  <etay-m@bezeqint.net>
19995         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
19996         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19997         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
19998         src/toolbar_callbacks.[c,h],
19999         src/memory.c, src/message-manager-private.cc,
20000         src/message-manager-private.h, src/message-manager.cc,
20001         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20002         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20003         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20004         watch window to a subwindow in the notebook
20006 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20007         * ROADMAP: Updated roadmap.
20009 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20011         * configure.in: Added Belarusian to ALL_LINGUAS.
20013 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20014         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20015         Henry Jia
20016         * ROADMAP: Added roadmap for HEAD.
20018 2003-03-29  Naba Kumar  <naba@gnome.org>
20020         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20021         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20022         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20023         (new) pixmaps/start-with-wizard.png,
20024         (new) pixmaps/start-with-import.png,
20025         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20026         up on anjuta start-up to give quick access to opening file/project or
20027         creation wizards.
20029         * src/main.c: Sets proper data directory for the gnome
20030         program.
20032 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20033         * src/text_editor.c: Fixed error/warning indicators.
20035 2003-03-24  Naba Kumar  <naba@gnome.org>
20037         * README: Correct version.
20038         
20039 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20041         * configure.in: Added checks to see if were building on FreeBSD
20042         systems.  Sets -DFREEBSD if we are, and also attempts to find
20043         gmake if the host system is FreeBSD.
20045         * src/getline.c: New file used to provide the getline function,
20046         which isnt available on a FreeBSD system.  The function is only
20047         defined if FREEBSD is defined.
20049         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20051         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20052         configure.in sets this to gmake on FreeBSD systems, and make
20053         on everything else.
20055 2003-03-23  Naba Kumar  <naba@gnome.org>
20057         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20058         
20059         * anjuta.spec.in: Fixed spec file for correct file paths and
20060         corrected rpmbuild.
20062         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20063         the rpm build command separately now.
20064         
20065         * src/anjuta.c, windows-dialog.c: Added some more window management
20066         stuffs (not still fully working, though).
20068         * TODO: Updated.
20070 2003-03-22  Naba Kumar  <naba@gnome.org>
20072         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20074 2003-03-21  Naba Kumar  <naba@gnome.org>
20076         * README: Removed Andy Piper's name from the active maintainers
20077         list on his request.
20078         
20079         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20080         preferences.
20081         
20082         * src/anjuta-tools.c: Fixed compiler errors.
20084         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20085         show bugs.
20086         
20087         * src/commands.c, src/src_paths.c, src/style-editor.c,
20088         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20089         becuase they are now hidden by default (from glade editing).
20090         
20091         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20092         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20093         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20094         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20095         basic windows managements.
20096         
20097 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20098         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20099         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20100         Enver ALTIN (a.k.a. skyblue)
20102 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20103         * tagmanager/*: Added ignore-list for symbols. This will make
20104         parsing more accurate for projects. Doc updates needed.
20106 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20107         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20108         * launcher/Makefile.am: Link to correct libraries
20109         * src/launcher.c: Do not allow NULL shell
20111 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20112         * src/debug_tree.c: Improve debug tree view.
20114 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20116         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20117         'Run Configure Script' and 'Execute Program'. Increase minimum width
20118         of Configure dialog.
20119         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20120         list widget by setting a model and adding a column and renderer.
20121           Actually store the nocvs toggle button in FindInFiles data structure.
20122           Handle selection changes via changed signal rather than row_activated.
20123           Use response signal for handling the close and find buttons.
20124           Close window when escape is pressed.
20125         * find_replace.c: Close window when escape is pressed.
20126         * find_text.c: Close window when escape is pressed in find dialog as
20127         well as wrap search question, where now Yes is the default button.
20129 2003-03-05  Naba Kumar  <naba@gnome.org>
20131         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20133         * src/message-manager-private.cc: Fixed a bug with vte conditional
20134         compilation.
20135         * anjuta.glade: Hides all windows in glade file.
20137 2003-03-05  Naba Kumar  <naba@gnome.org>
20139         * src/an_file_view.c: Fixed a compilation warning.
20140         * src/message-manager-private.cc: Conditional compilation for vte
20141         API.
20142         
20143 2003-02-28  Naba Kumar  <naba@gnome.org>
20145         * configure.in, anjuta.spec.in: Updated dependency packages version.
20146         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20147         * src/preferences.c: Added debug assertions.
20148         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20149         editor to enable/disable bringing the recent editor tabs first.
20150         
20151         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20152         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20153         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20154         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20155         and     bug fixes. Also code clean ups.
20156         
20157         * (new) src/search-replace.[h,c]: New search replace implementation
20158         from ANJUTA_1_0_0 branch.
20159         
20160         * (new) src/windows-dialog.[h,c]: New windows management class
20161         [work in progress].
20163 2003-02-28  Naba Kumar  <naba@gnome.org>
20165         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20166         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20167         src/appwizard.c, src/build_file.c, src/build_project.c,
20168         src/clean_project.c, src/compile.c, src/configurer.c,
20169         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20170         src/message-manager-dock.c, src/message-manager-dock.h,
20171         src/message-manager-private.cc, src/message-manager.cc,
20172         src/preferences-dialog.c, src/preferences-dialog.h,
20173         src/preferences.c, src/preferences.h, src/project_dbase.c,
20174         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20175         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20176         src/utilities.c, src/utilities.h:
20177         
20178         Widgetized Preferences and gave proper function names.
20180         * src/executer.c: Fixed a session loading bug.
20181         
20182 2003-02-27  Naba Kumar  <naba@gnome.org>
20184         * printing/print.c: Fixed printing font bug that failed to load the
20185         proper fonts.
20186         
20187         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20188         
20189         * TODO, anjuta.prj: Updated.
20191 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20193         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20194         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20195         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20196         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20197         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20198         fixed omf errors
20200 2003-02-25  Naba Kumar  <naba@gnome.org>
20202         * Makefile.am: Excluded omf-install from installation as the docs are
20203         not ready.
20204         
20205         TODO: Updated.
20206         
20207         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20208         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20209         property names and added new editor properties and code cleanups.
20210         Also added new project properties.
20211         
20212         * src/compiler_options.[h,c]: Added pkg-config packages supports
20213         and fixed bugs.
20214         
20215         * src/glade_iface.h: Cleanups.
20216         
20217         * src/launcher.c: Used timer instead of idle to scan.
20218         
20219         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20220         src/project_config.[h,c], src/project_import.c: Implemented project
20221         property to define GUI editor and to handle it.
20222         
20223         * src/preferences.c: i18n fixes.
20224         
20225         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20226         unused (and old) pixmaps.
20227         
20228         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20229         
20230 2003-02-25  Naba Kumar  <naba@gnome.org>
20232         * src/message-manager-private.[h,cc], src/preferences.c,
20233         anjuta.glade, anjuta_dialog_strings.c: Implemented
20234         gnome terminal profiles for the terminal preferences and moved the
20235         addition of terminal preferences in the terminal constructor.
20236         
20237         * anjuta.prj: Updated.
20239 2003-02-24  Naba Kumar  <naba@gnome.org>
20241         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20242         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20243         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20244         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20245         preferences dialog.
20247         * TODO: Updated.
20249         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20250         text selection and child re-spawning.
20252         * src/pixmaps.h: Removed unused pixmaps definitions.
20253         
20254 2003-02-23  Naba Kumar  <naba@gnome.org>
20256         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20257         the project tree/window.
20259         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20260         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20261         Correct the use of a variable and implemented session save/load
20262         for tree expansion states.
20263         
20264         * src/main_menubar_def.h: Fixed shortcuts keys.
20265         
20266         * src/anjuta.c, src/gnome_project.c: Code clean ups.
20267         
20268         * anjuta.prj: Updated.
20269         
20270 2003-02-22  Naba Kumar  <naba@gnome.org>
20272         * src/debug_tree.[c,h]: GNOME2 port from 
20273         Etay Meiri <etay-m@bezeqint.net>
20274         
20275         * src/an_file_view.c, src/resources.[h,c],
20276         data/properties/bash.properties,
20277         data/properties/cpp.properties,
20278         data/properties/html.properties,
20279         data/properties/make.properties,
20280         data/properties/others.properties,
20281         data/properties/perl.properties,
20282         data/properties/props.properties,
20283         data/properties/xml.properties: Standarized file icons. Icons are
20284         defined in respective .properties file and are retrieved as resource
20285         data.
20287         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
20288         in labels from the commands editor as that would create
20289         problems for translators.
20291 2003-02-21  Naba Kumar  <naba@gnome.org>
20293         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
20294         as they should be part of CVS(?).
20296         * Makefile.am: Corrected a typo for glade generated strings file.
20298         * configure.in, po/hi.po: Added new Hindi (hi) translation
20299         in ALL_LINGUS and added initial Hindi translation.
20301         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
20302         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
20303         sv_unknown.xpm to more proper icon.
20305         * (new)data/properties/php.properties, data/properties/Makefile.am,
20306         data/properties/anjuta.properties, data/properties/html.properties:
20307         Fixed PHP syntax hilighting bug by separating php properties into
20308         different file (because of file size).
20310         * TODO: Updated.
20311         
20312 2003-02-20  Naba Kumar <naba@gnome.org>
20314         * src/breakpoints.c: Fixed breakpoints session saving/loading
20315         crash bug.
20316         
20317         * scintilla/*, scintilla/include/*: Updated to scintilla
20318         release 1.51
20319         
20320 2003-02-19  Naba Kumar <naba@gnome.org>
20322         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
20323         * TODO: Updated.
20325         * Makefile.am, src/Makefile.am,
20326         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
20327         (removed) src/anjuta_dialog_strings.c,
20328         (removed) src/anjuta_dialogs_strings.c,
20329         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
20330         (added) anjuta.glade: Transfered glade files from src/ directory
20331         to the top level directory.
20333         * po/POTFILES.in: Updated.
20334         
20335         * (removed) macrocs2/*: Transfered to data/ directory.
20336         
20337         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
20338         data/Makefile.am: Moved macros in data directory. Anjuta no longer
20339         requires to have macros dir, but the projects generated by anjuta
20340         require them.
20341         
20342         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
20343         trees.
20344         
20345         * src/defaults.c: Corrected default compiler options.
20346         
20347         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
20348         wizard.
20349         
20350         * src/message-manager-private.cc, src/message-manager-private.h,
20351         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
20352         
20353         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
20354         source code generation for gnome2 projects.
20356 2003-02-11  Naba Kumar <naba@gnome.org>
20358         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
20359         restores the expand/collaspe states of the nodes after refresh.
20360         
20361         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
20362         
20363 2003-02-11  Naba Kumar <naba@gnome.org>
20365         * src/style-editor.c: Fixed pango font description handling for fonts.
20366         * src/anjuta.glade: Removed font size spin button.
20367         * configure.in, src/anjuta.prj: Corrected version.
20368         * TODO: update.
20369         
20370 2003-02-10  Naba Kumar <naba@gnome.org>
20372         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
20373         references of scroll-menu.h and add about.h in Makefile.am.
20374         
20375         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
20376         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
20377         (removed) widgets/scroll-menu.h: Removed unused files.
20378         
20379         * Makefile.am: Added proper i18n rules and added intl tools for
20380         distributions.
20381         
20382         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
20383         to the stable release).
20384         
20385         * anjuta.spec.in: Removed manuals packaging.
20386         
20387         * data/Makefile.am: Removed 'macros' installation (not required for
20388         gnome2 projects).
20390 2003-02-10  Naba Kumar <naba@gnome.org>
20392         * po/POTFILES.in: Updated.
20394         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
20395         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
20396         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
20397         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
20398         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
20399         icons and images.
20401         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
20402         src/toolbar_callbacks.h: Fixed scintilla notification signal name
20403         and fixed to properly handle focus in find entry box.
20405         * Makefile.am: Added code for RH system menu update.
20407         * .cvsignore: Updated.
20409         * NEWS: Updated.
20411 2003-02-03  Naba Kumar <naba@gnome.org>
20413         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
20414         editor preferences. and fixes dialogs.
20416         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
20417         Fixed linenumbers and header margins when they are disabled and
20418         removed unused header files.
20420         * src/attact_process.[h,c], src/debugger.c: Attach to process
20421         now works.
20423         * src/help.c: Fixed dialog response.
20425         * TODO: Updated.
20427         * data/properties/anjuta.properties: Corrected typo.
20429         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
20430         Change the signal to "changed" in entry from "selection-changed" in
20431         list.
20433         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
20434         short-cuts.
20436 2003-01-31  Naba Kumar <naba@gnome.org>
20438         * configure.in: Upgraded to use libgnomeprint-2.2
20439         
20440         * printing/Makefile.am: Updated
20441         
20442         *(removed) printing/print-doc.c, printing/print-doc.h,
20443         printing/print-util.c, printing/print-util.h: Removed because already
20444         merged with print.c.
20445         
20446         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
20447         and libgnomeprintui-2.2 and fixed rendering problems.
20448         
20449         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
20450         uneccessary print properties, as they are separately taken
20451         care in gnomeprint.
20452         
20453         * po/POTFILES.in: Update.
20455 2003-01-30  Naba Kumar <naba@gnome.org>
20457         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
20458         for about dialog box.
20459         
20460         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
20461         src/pixmaps.h: Modified for the above additions for about dialog.
20463 2003-01-29  Naba Kumar <naba@gnome.org>
20465         * src/style_editor.[c,h]: Added missing files.
20466         
20467 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20468         * scintilla/XPM.[cxx|h]: Added missing files
20470 2003-01-29  Naba Kumar <naba@gnome.org>
20471         
20472         * TODO, po/POTFILES.in: Updated.
20473         
20474         * anjuta.prj, src/anjuta.glade,
20475         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
20477 2003-01-28  Naba Kumar <naba@gnome.org>
20478         
20479         * data/properties/anjuta.properties, src/aneditor.cxx,
20480         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
20481         properties into text properties (earlier it was int properties).
20483         * TODO: Updated
20484         
20485         * scintilla/AutoComplete.c,xx,
20486         scintilla/AutoComplete.h,
20487         scintilla/CallTip.c,xx,
20488         scintilla/CallTip.h,
20489         scintilla/Document.c,xx,
20490         scintilla/Document.h,
20491         scintilla/Editor.c,xx,
20492         scintilla/Editor.h,
20493         scintilla/LexAVE.c,xx,
20494         scintilla/LexCSS.c,xx,
20495         scintilla/LexHTML.c,xx,
20496         scintilla/LexOthers.c,xx,
20497         scintilla/LexPython.c,xx,
20498         scintilla/LineMarker.c,xx,
20499         scintilla/LineMarker.h,
20500         scintilla/Makefile.am
20501         scintilla/PlatGTK.c,xx,
20502         scintilla/PropSet.c,xx,
20503         scintilla/ScintillaBase.c,xx,
20504         scintilla/ScintillaBase.h,
20505         scintilla/ScintillaGTK.c,xx,
20506         scintilla/ViewStyle.c,xx,
20507         scintilla/include/Platform.h,
20508         scintilla/include/SciLexer.h,
20509         scintilla/include/Scintilla.h,
20510         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
20511         
20512         
20513         src/Makefile.am,
20514         src/an_file_view.c,
20515         src/an_symbol_view.c,
20516         src/anjuta-tools.c,
20517         src/anjuta.c,
20518         src/anjuta.glade
20519         src/anjuta.h,
20520         src/anjuta_cbs.c,
20521         src/anjuta_dialogs_strings.c,
20522         src/anjuta_info.c,
20523         src/commands.c,
20524         src/compiler_options.c,
20525         src/debugger.c,
20526         src/help.c,
20527         src/main_menubar.c,
20528         src/main_menubar.h,
20529         src/main_menubar_def.h,
20530         src/mainmenu_callbacks.c,
20531         src/mainmenu_callbacks.h,
20532         src/message-manager-private.c,c
20533         src/message-manager-private.h,
20534         src/message-manager.c,c
20535         src/message-manager.h,
20536         src/pixmaps.h,
20537         src/preferences.c,
20538         src/preferences.h,
20539         src/project_config.c,
20540         src/project_dbase.c,
20541         src/project_dbase_gui.c,
20542         src/project_import_gui.c,
20543         src/properties.c,xx,
20544         src/properties.h,
20545         src/resources.c,
20546         src/src_paths.c,
20547         src/text_editor.c,
20548         src/text_editor_gui.c,
20549         src/toolbar.c,
20550         src/utilities.c,
20551         src/utilities.h,
20552         anjuta.prj: GNOME2 porting and fixed many porting bugs.
20553         
20554 2003-01-24  Naba Kumar <naba@gnome.org>
20556         * src/text_editor_gui.c, src/toolbar.c,
20557         src/text_editor.c, src/text_editor_cbs.h:
20558         Used correct notification signal name for scintilla
20559         (gtk2) and fixed UI.
20560         
20561         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
20562         when not required.
20563         
20564         * printing/print-doc.c,
20565         printing/print.c,,
20566         src/anjuta-tools.c,
20567         src/find_replace.c,
20568         src/goto_line.c,
20569         src/launcher.c,
20570         src/mainmenu_callbacks.c,
20571         src/project_dbase.c,
20572         src/project_dbase.h,
20573         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
20574         src/text_editor.c,
20575         src/text_editor_cbs.h:
20578 2003-01-23  Naba Kumar <naba@gnome.org>
20580         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
20581         correct stock icons and organized pixmap macros.
20582         
20583         Makefile.am: Removed non-generated files.
20584         
20585         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
20586         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
20587         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
20588         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
20589         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
20590         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
20591         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
20592         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
20593         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
20594         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
20595         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
20596         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
20597         stop.xpm, undo.xpm}: Removed because no longer used.
20599         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
20600         file_unknown.xpm}: Files renamed from fv_*, as it would
20601         be the right name.
20603         * pixmaps/Makefile.am: Updated for the above changes.
20605 2003-01-23  Jakub Steiner <jimmac * ximian * com>
20607         * pixmaps/autocomplete-16.png,
20608         pixmaps/autocomplete.png,
20609         pixmaps/block-end-16.png,
20610         pixmaps/block-end.png,
20611         pixmaps/block-start-16.png,
20612         pixmaps/block-start.png,
20613         pixmaps/bookmark-first-16.png,
20614         pixmaps/bookmark-first.png,
20615         pixmaps/bookmark-last-16.png,
20616         pixmaps/bookmark-last.png,
20617         pixmaps/bookmark-next-16.png,
20618         pixmaps/bookmark-next.png,
20619         pixmaps/bookmark-prev-16.png,
20620         pixmaps/bookmark-prev.png,
20621         pixmaps/error-next-16.png,
20622         pixmaps/error-next.png,
20623         pixmaps/error-prev-16.png,
20624         pixmaps/error-prev.png: gnome2-styled icons
20627 2003-01-23  Naba Kumar <naba@gnome.org>
20629         * anjuta.prj: Updated compiler options.
20630         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
20632         * src/aneditor.cxx,
20633         src/anjuta.c,
20634         src/anjuta.glade,
20635         src/anjuta_dialogs_strings.c,
20636         src/mainmenu_callbacks.c,
20637         src/mainmenu_callbacks.h,
20638         src/text_editor.c,
20639         src/text_editor_cbs.c,
20640         src/text_editor_gui.c: GNOME2 Porting.
20642 2003-01-22  Naba Kumar <naba@gnome.org>
20644         * ChangeLog: Corrected dates.
20645         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
20646         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
20647         preferences.
20649 2003-01-22  Naba Kumar <naba@gnome.org>
20650         
20651         * plugins/patch/patch-plugin.c: Bug fix.
20652         
20653         * src/anjuta-tools.c,
20654         src/anjuta.c,
20655         src/anjuta.glade,
20656         src/anjuta.h,
20657         src/anjuta_dialogs_strings.c,
20658         src/breakpoints.c,
20659         src/cvs_gui.c,
20660         src/debugger.c,
20661         src/debugger.h,
20662         src/executer.c,
20663         src/glade_iface.c,
20664         src/main.c,
20665         src/mainmenu_callbacks.c,
20666         src/mainmenu_callbacks.h,
20667         src/preferences.c,
20668         src/project_dbase.c,
20669         src/project_dbase_gui.c,
20670         src/registers.c,
20671         src/sharedlib.c,
20672         src/signals.c,
20673         src/signals_cbs.c,
20674         src/source.c,
20675         src/stack_trace.c,
20676         src/toolbar_callbacks.c,
20677         src/utilities.c,
20678         src/utilities.h,
20679         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
20680         
20681         * src/Makefile.am,
20682         (removed) src/CORBA-Server.c,
20683         (removed) src/CORBA-Server.h,
20684         (removed) src/Gladen-common.c,
20685         (removed) src/Gladen-stubs.c,
20686         (removed) src/Gladen.h,
20687         (removed) src/Prj-common.c,
20688         (removed) src/Prj-skelimpl.c,
20689         (removed) src/Prj-skels.c,
20690         (removed) src/Prj-stubs.c,
20691         (removed) src/Prj.h,
20692         (removed) src/glades.c,
20693         (removed) src/glades.h,
20694         (removed) src/messagebox.c,
20695         (removed) src/messagebox.h: Removed because no longer used.
20697 2003-01-21  Naba Kumar <naba@gnome.org>
20699         * src/anjuta-tools.c,
20700         src/anjuta.c,
20701         src/anjuta.glade,
20702         src/anjuta_dialogs_strings.c,
20703         src/anjuta_info.c,
20704         src/anjuta_info.h,
20705         src/breakpoints.c,
20706         src/compiler_options.c,
20707         src/debugger.c,
20708         src/find_replace.c,
20709         src/find_replace.h,
20710         src/find_text.c,
20711         src/find_text.h,
20712         src/goto_line.c,
20713         src/launcher.c,
20714         src/text_editor.c,
20715         widgets/gnomefilelist.c: GNOME2 porting.
20717 2003-01-20  Naba Kumar <naba@gnome.org>
20719         * global-tags/create_global_tags.sh: Uses pkg-config to
20720         read the modules.
20721         
20722         * src/anjuta.c,
20723         src/anjuta.glade,
20724         src/anjuta.h,
20725         src/anjuta_cbs.c,
20726         src/anjuta_dialogs_strings.c,
20727         src/breakpoints.c,
20728         src/breakpoints.h,
20729         src/compiler_options.c,
20730         src/compiler_options.h,
20731         src/fileselection.c,
20732         src/fileselection.h,
20733         src/mainmenu_callbacks.c,
20734         src/project_dbase_gui.c,
20735         src/session.c,
20736         src/src_paths.c,
20737         src/src_paths.h,
20738         src/text_editor.c,
20739         src/text_editor_gui.c,
20740         widgets/gnomefilelist.c,
20741         widgets/gnomefilelist.h: GNOME2 porting.
20742         
20743         * widgets/Makefile.am,
20744         (removed) widgets/gnomedirlist.c,
20745         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
20746         
20747         * src/Makefile.am,
20748         (removed) src/src_paths_cbs.c,
20749         (removed) src/src_paths_cbs.h,
20750         (removed) src/src_paths_gui.c,
20751         (removed) src/compiler_options_cbs.c,
20752         (removed) src/compiler_options_cbs.h,
20753         (removed) src/breakpoints_cbs.c,
20754         (removed) src/breakpoints_cbs.h: Removed because they are now
20755         combined in singe file
20757 2003-01-16  Naba Kumar <naba@gnome.org>
20759         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
20760         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
20761         options dialog UI and data handling.
20764 2003-01-15  Naba Kumar <naba@gnome.org>
20766         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
20767         Completed command editor porting.
20768         
20769         * src/anjuta.c: Removed the use of commands load function
20770         (not required).
20772         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
20773         and unrefs.
20775         * src/anjuta-tools.c: Fixed translatable strings.
20776         
20777         * src/find_text.c: Fixed dialog creation from glade.
20778         
20779         * src/text_editor_gui.c, src/text_editor.c,
20780         src/text_editor_cbs.c: Completed port of detached text editor
20781         to gnome2 plateform.
20782         
20783 2003-01-14  Naba Kumar <naba@gnome.org>
20785         * src/anjuta.glade, src/preferences.[h,c],
20786         src/anjuta_dialogs_strings.c: Added build and editor
20787         preferences pages and other UIs. Fixed preferense loading and saving.
20788         
20789         * src/anjuta.c: Does case-insensitive match for tabs position
20790         preferences and removed preferences loading (done at _new() call).
20791         
20792         * anjuta-tools.c: Debugged tools dialog handling.
20793         * plugins/class-gen/clsGen.c: Fixed an undefined function.
20794         
20795 2003-01-13  Naba Kumar <naba@gnome.org>
20797         * ABOUT-NLS: Update (strange).
20799         * autogen.sh: Removed blocking code.
20801         * configure.in: Fixed an autogen bug.
20802         
20803 2003-01-13  Naba Kumar <naba@gnome.org>
20805         * (new)src/anjuta.gladep
20806         (new)src/messagebox.c
20807         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
20808         will be gradually removed (and then the files).
20809         
20810         * Makefile.am,
20811         anjuta.prj,
20812         printing/print-util.c,
20813         printing/print.c,
20814         scintilla/ScintillaGTK.c,xx
20815         src/Makefile.am,
20816         src/an_file_view.c,
20817         src/an_symbol_view.c,
20818         src/anjuta.c,
20819         src/anjuta.glade
20820         src/anjuta.h,
20821         src/anjuta_dialogs_strings.c,
20822         src/anjuta_gui.c,
20823         src/attach_process.c,
20824         src/attach_process.h,
20825         src/breakpoints.c,
20826         src/breakpoints.h,
20827         src/breakpoints_cbs.c,
20828         src/commands.c,
20829         src/commands.h,
20830         src/compiler_options.c,
20831         src/compiler_options.h,
20832         src/compiler_options_cbs.c,
20833         src/configurer.c,
20834         src/configurer.h,
20835         src/controls.c,
20836         src/cvs_cbs.c,
20837         src/debug_tree.c,
20838         src/debug_tree.h,
20839         src/executer.c,
20840         src/executer.h,
20841         src/find_in_files.c,
20842         src/find_in_files.h,
20843         src/find_in_files_cbs.c,
20844         src/find_replace.c,
20845         src/find_replace.h,
20846         src/find_text.c,
20847         src/find_text.h,
20848         src/goto_line.c,
20849         src/help.c,
20850         src/help.h,
20851         src/launcher.c,
20852         src/main.c,
20853         src/main_menubar.c,
20854         src/mainmenu_callbacks.c,
20855         src/message-manager.c,c
20856         src/pixmaps.h,
20857         src/preferences.c,
20858         src/project_config.c,
20859         src/project_config.h,
20860         src/project_dbase.c,
20861         src/project_import_cbs.c,
20862         src/resources.c,
20863         src/resources.h,
20864         src/splash.c,
20865         src/src_paths.c,
20866         src/src_paths.h,
20867         src/src_paths_gui.c,
20868         src/text_editor.c,
20869         src/text_editor_gui.c,
20870         src/toolbar.c,
20871         src/toolbar.h,
20872         src/utilities.c,
20873         src/utilities.h,
20874         src/wizard_gui.c,
20875         widgets/gnomefilelist.c: GNOME2 Port.
20877 2003-01-10  Naba Kumar  <naba@gnome.org>
20879         * src/an_file_view.c,
20880         src/anjuta_gui.c,
20881         src/appwizard_gui.c,
20882         src/compiler_options.c,
20883         src/compiler_options_cbs.c,
20884         src/cvs_cbs.c,
20885         src/executer.c,
20886         src/fileselection.c,
20887         src/find_in_files.c,
20888         src/goto_line.c,
20889         src/main_menubar.c,
20890         src/memory.c,
20891         src/message-manager-dock.c,
20892         src/preferences.c,
20893         src/project_dbase_gui.c,
20894         src/project_import_gui.c,
20895         src/registers_gui.c,
20896         src/sharedlib_gui.c,
20897         src/src_paths_gui.c,
20898         src/text_editor_gui.c,
20899         src/toolbar.c,
20900         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
20902 2003-01-09  Naba Kumar <naba@gnome.org>
20904         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
20905         problems with some comments.
20907         * anjuta.prj: New project file (updated?)
20909         * src/Makefile.am: Enabled deprecated API and fixed variables.
20911         * src/an_file_view.c,
20912         src/an_symbol_view.c,
20913         src/anjuta-plugins.c,
20914         src/anjuta-tools.c,
20915         src/anjuta.c,
20916         src/anjuta_gui.c,
20917         src/appwizard_cbs.c,
20918         src/attach_process.c,
20919         src/attach_process_cbs.c,
20920         src/compiler_options.c,
20921         src/compiler_options_cbs.c,
20922         src/launcher.c,
20923         src/mainmenu_callbacks.c,
20924         src/message-manager-private.c,c
20925         src/message-manager-private.h,
20926         src/message-manager.c,c
20927         src/message-manager.h,
20928         src/project_dbase.c,
20929         src/project_dbase.h,
20930         src/project_dbase_gui.c,
20931         src/project_import_cbs.c,
20932         src/project_import_gui.c,
20933         src/registers.c,
20934         src/resources.c,
20935         src/resources.h,
20936         src/sharedlib.c,
20937         src/signals.c,
20938         src/signals_cbs.c,
20939         src/signals_gui.c,
20940         src/splash.c,
20941         src/src_paths_cbs.c,
20942         src/src_paths_gui.c,
20943         src/stack_trace.c,
20944         src/text_editor.c,
20945         src/text_editor_gui.c,
20946         src/text_editor_menu.c,
20947         src/toolbar.c,
20948         src/toolbar_callbacks.c,
20949         src/utilities.c,
20950         src/watch.c,
20951         src/watch_cbs.c,
20952         src/wizard_gui.c: GNOME porting.
20954 2002-12-24 Naba Kumar <naba@gnome.org>
20956         * AUTHORS, ChangeLog, HACKING, Makefile.am,
20957         NEWS, README, SEARCH-REPLACE,
20958         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
20959         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
20960         launcher/Makefile.am,
20961         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
20962         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
20963         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
20964         printing/print-util.c, printing/print.c, printing/print.h,
20965         scintilla/*/*, widgets/e-shell-about-box.c,
20966         src/*, tagmanager/*/*, widgets/Makefile.am,
20967         widgets/gnomefilelist.c:
20968         
20969         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
20970         src/*.[c,h] files to gnome2 API.
20972         * src/anjuta_dialogs_strings.c: Added glade generated translatable
20973         strings table.
20975 2002-10-23  Naba Kumar <naba@gnome.org>
20977         * autogen.sh: Prevented Users from building HEAD cvs.
20978         
20979 2002-09-16  Stephane Demurget  <demurgets@free.fr>
20981         * src/anjuta.glade: added the compiler options dialog, hopefully
20982         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
20984 2002-09-15  Stephane Demurget  <demurgets@free.fr>
20986         * src/anjuta.glade: fixed a lot of small glitches.
20988         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
20989         now.
20991         * src/breakpoints_cbs.c: polished a bit.
20993 2002-09-15  Stephane Demurget  <demurgets@free.fr>
20995         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
20997         * src/commands.c: partial gnome 2 port.
20999         * src/utilities.[ch]: changed some bits to be const.
21001 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21003         * src/Makefile.am: removed breakpoints_gui.c and added a check
21004         for gdk-pixbuf deprecated functions, but there shouldn't be much
21005         anyway.
21007         * src/breakpoints_gui.c: killed.
21009         * src/anjuta.glade: added two dialogs for the breakpoints management.
21011         * src/anjuta.h:
21012         * src/anjuta_cbs.c:
21013         * src/appwizard.c:
21014         * src/attach_process.c:
21016         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21017         really huge changes and porting work.
21018         
21019         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21020         (breakpoints_dbase_new): moved the UI init bits here.
21022         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21023         a lot, not using any color anymore (not HIG compliant) and not using
21024         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21025         to be double checked.
21027         * src/build_file.c:
21028         * src/build_project.c: gnome 2 port.
21030 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21032         * src/anjuta.glade:
21033         * src/anjuta.h:
21034         * src/anjuta_cbs.c:
21035         * src/appwizard.c:
21036         * src/breakpoints.c:
21037         * src/breakpoints_cbs.c: cleaned up some bits.
21039 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21041         * src/Makefile.am:
21042         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21044         * src/an_symbol_view.[ch]:
21045         * src/attach_process_cbs.h: polished a bit.
21047         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21049 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21051         * configure.in:
21052         * src/Makefile.am: added libglade-2 to the build.
21054         * src/anjuta.[ch]: added support for libglade.
21056         * src/anjuta.glade: added. There could be a file per top-level widget,
21057         as some other gnome projects, though.
21059         * src/attach_process_gui.c: removed.
21060         * src/attach_process.[ch]: gnome 2 port.
21061         (attach_process_new): Added the treeview init and the widget references
21062         here.
21064 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21066         * src/an_file_view.c: fixed some compilation issues.
21068         * src/an_symbol_view.c: gnome 2 port.
21070 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21072         * src/an_file_view.c: finished gnome 2 port.
21073         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21074         directory pixmap depending on the event.
21076         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21077         (project_file_data_new): use a GtkTreePath.
21079 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21081         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21082         driving me nuts but they need to be ported, heh ?
21084         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21085         work since it's quite a total rewrite again.
21087 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21089         * src/an_file_view.c:
21090         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21092 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21094         * src/anjuta_info.c:
21095         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21097 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21099         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21100         nuts ATM.
21101        
21102         * src/an_file_view.c:
21103         * src/aneditor.cxx:
21104         * src/anjuta_cbs.c:
21105         * src/compiler_options.h:
21106         * src/messagebox.c:
21107         * src/messagebox.h:
21108         * src/pixmaps.h:
21109         * src/project_dbase.h:
21110         * src/resources.h: gnome 2 port.
21112 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21114         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21116         * data/properties/sql.properties: added the DATETIME data type.
21118         * data/properties/html.properties: added the foreach php keyword.
21120 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21122         * widgets/Makefile.am: removed blank line after the last backslash
21123         for avoiding a warning from automake.
21125         * configure.in:
21126         * src/Makefile.am: added the ORBit-2 dep.
21128 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21130         * AUTHORS: added Biswa, because I wonder why noone already have
21131         written his name in the Anjuta's hall of fame :)
21133 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21135         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21136         widgets/e-shell-about-box.c: Made to compile for gnome2.
21137         
21138 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21140         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21141         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21142         
21143         * configure.in, printing/print.h, printing/print.c,
21144         printing/print-doc.c: Made to compile for gnome2.
21145         
21146 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21148         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21149         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21150         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21151         widgets/Makefile.am:
21152         
21153         Upgraded the build system to gnome2 platform.
21154         
21155 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21156         * manuals/*: Added capability to generate PDF and PS.
21157         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21158         * TODO, TODO.biswa: Intergated TODO list.
21159         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21160         , bug #574470
21161         * src/dnd.c: Fix typo
21162         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21163         * src/anjuta.c: Bug #568895, Bug #575419
21165 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21167         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21168         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21170 2002-12-17  Naba Kumar <naba@gnome.org>
21172         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21173         bugs.
21174         
21175 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21176         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21177         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21178         * anjuta.prj: Added tools.sgml
21179         * data/properties/cpp.properties: Bug # 646974
21181 2002-12-16  Naba Kumar <naba@gnome.org>
21183         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21184         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21185         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21186         on 'Enter' and adds proper focus mechanism.
21187         * src/anjuta.c: Fixed a memory corruption bug.
21188         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21189         'Enter' and can also be Canceled. Sets proper default and focus policies
21190         for tools dialogs.
21191         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21192         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21193         translatable strings in dialogs and fixed some dialog properties.
21194         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21195         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21196         * src/message_manager_private.cc: Fixed some debug messages.
21197         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21198         widgets/gnomefilelist.c: Fixed a memory leaks.
21199         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21200         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21201         src/main_menubar_def.h: Implemented incremental search.
21202         * TODO: Updated.
21204 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21205         * tagmanager/*: Minor cleanups and warning fixes.
21206         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21207         GUI during long updates.
21208         * src/text_editor.c: Remove debug message.
21210 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21211         * tagmanager/tm_project.c: Fix a memory access problem.
21213 2002-12-13  Naba Kumar <naba@gnome.org>
21215         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21216         tools list to show "Enabled" flag of the tool. Fixed a bug where
21217         tool list is not cleared when creating a new tool.
21218         
21219 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21220         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21222 2002-12-12  Naba Kumar <naba@gnome.org>
21224         * anjuta-tools.[h,c], commands.c: Used the tools help of
21225         anjuta variables list in commands editor and fixed a typos
21226         buy in anjuta-tools.c.
21227         
21228 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21229         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21230         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21231         * TODO.biswa: Added to help me track things better.
21233 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21235         * configure.in, anjuta.spec.in: Added libglade dependency.
21236         * Makefile.am: Added anjuta.glade file.
21237         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21238         , src/mainmenu_callbacks.[ch], src/message-manager.h
21239         , src/widget-registry.c: Tools editor GUI + other additions.
21241 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21243         * src/project_dbase.[ch], tagmanager/tm_project.c,
21244         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21245         Implement syncing tags image with the project database.
21246         * src/anjuta-tools.c: Implemented variable substitution and
21247         working directory in tools.
21249 2002-12-09  Naba Kumar <naba@gnome.org>
21250         
21251         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21252         command configuration language list from properties.
21253         
21254         * data/properties/asm.properties, data/properties/ruby.properties:
21255         Fixed typos.
21257 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21259         * src/an_symbol_view.c: Remember current selected entry and select
21260         it automatically after refresh.
21262 2002-11-26  Murray Cumming  <murrayc@usa.net>
21264         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21265           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21266         and gnomemm 1.2 projects so that people know they are really
21267         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21268         But I did correct these to sue lowercase names.
21270 2002-12-01  Naba Kumar <naba@gnome.org>
21272         * data/anjuta.properties: Fixed caching problem on 
21273         indicators.
21274         * src/preferences.c, src/preferences_gui.c: Implemented automatic
21275         indicators prefs.
21276         
21277 2002-12-01  Naba Kumar <naba@gnome.org>
21279         * data/properies/anjuta.properties: Corrected "indicators.automatic"
21280         property name.
21281         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21282         property and uses it.
21283         * src/aneditor.cxx: Fixed a bug associated with selection a word at
21284         current cursor.
21285         
21286 2002-11-30  Naba Kumar <naba@gnome.org>
21288         * src/debugger.c: Fixed a typo.
21289         * data/properties/*: Updated properties files and added
21290         new ones.
21291         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
21292         Added comment submenu and cleaned up ref and unref of menus.
21293         * src/aneditor.h: Added definition of comment commands.
21294         * src/aneditor.c: Upgrade from latest SciTE source code.
21295         * src/text_editor.[hc], src/text_editor_cbs.c, 
21296         src/message_manager_private.cc, src/message_manager.[cc,h],
21297         src/anjuta.[c,h]: Added indicators support for errors/warnings
21298         highlight in the editor.
21299         * NEWS, TODO: Update.
21300         * scintilla/include/PropSet.h: Removed deprecrated function.
21301         
21302 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21304         * src/anjuta-tools.[ch]: Tools implementation (basic)
21305         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
21306           , src/main_menubar_def.h: PLugins cleanup and segregation
21307         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
21308           registry
21309         * anjuta.prj: Added new files
21310         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
21311         * plugins/class-gen/clsGen.c: Register menu under 'Project'
21312         * plugins/patch/patch-plugin.c: Register menu under 'Format'
21313         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
21314         * src/Makefile.am: Added new files
21315         * src/message-manager.[cc/h]: Added standard output and error windows
21317 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
21319         * project_type.c: Fixed Gnomemm2 project type
21321 2002-11-25  Naba Kumar <naba@gnome.org>
21323         * printing/print.c: Fixed a compile warning.
21324         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
21325         * src/utilities.c: Fixed a compile warning in sparc, hides the
21326         terminal check error output from the user.
21327         * project_config.[ch], project_dbase.[ch], source.c: Added project
21328         version, exclude modules configuration and reordered other config
21329         properties. Changed some strings to more descriptive text.
21330         * src/compiler_opitions.c: Removed extra newlines from .prj file
21331         save.
21332         * anjuta.prj: Converted to new format (only reorganised properties
21333         and removed extra newlines ... nothing else).
21334         * NEWS: updated
21335         
21336 2002-11-21  Naba Kumar <naba@gnome.org>
21338         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
21339         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
21340         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
21341         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
21342         Updated to the CVS version.
21344 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21346         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
21347           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
21348           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
21349           images in completion lists. 
21350         * src/resources.h: Make C++ friendly.
21351         * scintilla/PropSet.cxx: Fix memory leak.
21353 2002-11-20  Naba Kumar <naba@gnome.org>
21355         * scintilla/*/*: Synced to latest scintilla 1.49
21356         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
21357         New lexers added.
21359         * scintilla/RESearch.cxx: The automatic cvs log in the
21360         file really broke things trying to interprete the changelog
21361         entry incorrectly as end-of-comment. Removed the $cvs line
21362         and committed again.
21363         
21364 2002-11-19  Naba Kumar <naba@gnome.org>
21366         Patch from Timothee Besset <ttimo@idsoftware.com>
21367         
21368         * src/message-manager-private.cc: Interpretes absolute
21369         file paths properly in zvt terminal.
21371 2002-11-19  Naba Kumar <naba@gnome.org>
21373         Patch from Timothee Besset <ttimo@idsoftware.com>
21374         
21375         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
21376         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
21377         (important) editor preferences in project (if there is one
21378         open).
21379         
21380         * TODO: Updated
21381         
21382 2002-11-18  Naba Kumar <naba@gnome.org>
21383         
21384         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21385         
21386         * src/debug_tree.c, src/find_in_files_gui.c,
21387         src/find_replace.c, src/find_text.c, 
21388         src/project_import.c, src/project_import_gui.c,
21389         src/wizard_gui.c: i18n Fixes.
21391 2002-11-15  Naba Kumar <naba@gnome.org>
21393         * plugins/class-gen/clsGen.c: Fixed to use project function
21394         to import files. Create non-existent directories before the
21395         sources are written.
21396         
21397         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
21398         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
21399         src/glade_iface.c,
21400         src/glades.c: Excluded gladen files from build. This
21401         will fix the unnecessary dependency on libssl.
21402         
21403         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
21404         file import funtion.
21405         
21406         * src/message_manager_private.cc: Fixed a compiler warning with
21407         DEBUG preprocessor macro.
21408         
21409         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
21410         wrong (undocked) editor window was closed on clicking close on an
21411         undocked editor window.
21412         
21413         * src/debugger.c: Fixed a bad bug where debugger terminal won't
21414         start correctly if the executable was run before with 'F3'.
21415         
21416         * src/toolbar_callbacks.c: Wrap around find next.
21417         * src/toolbar.c: Disable combo activate.
21418         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
21419         button positions to get 'yes' as default.
21421         * anjuta.spec.in: Updated.
21422         
21423         * src/anjuta_info.c, src/appwizard_gui.c,
21424         src/attach_process_gui.c, src/breakpoints_gui.c,
21425         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
21426         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
21427         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
21428         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
21429         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
21430         src/preferences.c, src/preferences_gui.c, src/project_config.c,
21431         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
21432         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
21433         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
21434         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
21435         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
21436         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
21437         plugins/patch/patch-plugin.c, printing/print-util.c:
21438         Set all windows and dialogs transient
21439         to their parents so that they remain floated above their parents.
21440         
21441 2002-11-13  Naba Kumar <naba@gnome.org>
21443         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
21444         take default editor font).
21445         
21446         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
21447         Corrected email address.
21448         
21449         * src/mainmenu_callbacks.c: Used spaces instead of tabs
21450         for changelog entry.
21452         * NEWS: Updated.
21453         
21454 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21455         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
21457 2002-11-06  Naba Kumar <naba@gnome.org>
21459         * README: Updated
21460         * anjuta.spec.in: Ships the .omf files with the
21461         documents instead of the base package.
21462         
21463 2002-11-04  Naba Kumar <naba@gnome.org>
21465         * data/properties/latex.properties: Fixed a bug.
21466         * ChangeLog: Released 1.0.0 stable.
21468 2002-11-04  Naba Kumar <naba@gnome.org>
21470         * src/commands.c: Added command with shell redirection capability.
21471         * data/properties/anjuta.properties: Changed default execution
21472         command.
21473         * src/project_dbase.c: Set project top dir in properties.
21474         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
21475         * data/Makefile.am: More diskcheck error fixes.
21476         
21477         * README, anjuta.spec.in, THANKS, AUTHORS,
21478         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
21479         manuals/C/anjuta-manual/authers,sgml,
21480         manuals/C/anjuta-manual/anjuta-manual.sgml,
21481         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21482         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
21483         : Changed anjuta home to
21484         new URL and my email address.
21485         
21486         * manuals/C/anjuta-manual/interfaces.sgml,
21487         manuals/C/anjuta-manual/prefereces.sgml,
21488         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
21489         
21490         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
21491         : removed reference to the help menu as the menu is modified
21492         when no help is found (which is very likely when we are
21493         shiping the documents separately).
21494         
21495 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21496         * anjuta.spec.in: Update specfile to make multiple RPMs.
21497         * data/Makefile.am: make dist fix.
21498         * src/text_editor_menu.c: Fix compile warnings (casts).
21500 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21501         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
21502         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
21504 2002-11-01  Naba Kumar <naba@gnome.org>
21506         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
21507         Added gnome2 macros to be used by gnome2 project wizard.
21508         
21509         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
21510         from gnome-common.
21511         
21512         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
21513         as it was conflicting with generated projects and is not
21514         useful for us.
21515         
21516         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
21517         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
21518         project generation, removed qt project as it's not complete and
21519         added gnome2 bonobo wizard.
21521 2002-10-29  Naba Kumar <naba@gnome.org>
21523         * po/POTFILES.in: Updated.
21524         * po/POTFILES.skip: Added.
21525         * preferences.h: Fixed print paper size property name.
21527 2002-10-28  Naba Kumar <naba@gnome.org>
21528         
21529         * data/user.properties, data/Makefile.am: Added user properties file
21530         which will be copied in user's ~/.anjuta/user.properties.
21531         
21532         * data/anjuta.properties: Changed a comment.
21533         
21534         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
21535         
21536         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
21537         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
21538         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
21539         item.
21541         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
21542         instead of user properties file.
21543   
21544         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
21545         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
21546         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
21547         * README, TODO: Updated.
21548         
21549 2002-10-28  Naba Kumar <naba@gnome.org>
21551     * manuals/C/anjuta-manual/figures/editor_guides.png,
21552     manuals/C/anjuta-manual/figures/editor_margins.png,
21553     manuals/C/anjuta-manual/figures/editor_markers.png,
21554     manuals/C/anjuta-manual/figures/local_variables.png,
21555     manuals/C/anjuta-manual/figures/open_file_multiple.png,
21556     manuals/C/anjuta-manual/figures/prefs_print.png,
21557     manuals/C/anjuta-manual/figures/print_dlg.png,
21558     manuals/C/anjuta-manual/figures/print_preview.png,
21559     manuals/C/anjuta-manual/figures/symbol_browser.png,
21560     manuals/C/anjuta-manual/figures/variable_tip.png: New png
21561     files for manual documentation.
21562     
21563     * manuals/sgmldocs.make,
21564     manuals/C/anjuta-manual/Makefile.am,
21565     manuals/C/anjuta-manual/authors.sgml,
21566     manuals/C/anjuta-manual/build.sgml,
21567     manuals/C/anjuta-manual/compileopts.sgml,
21568     manuals/C/anjuta-manual/debugger.sgml,
21569     manuals/C/anjuta-manual/execute.sgml,
21570     manuals/C/anjuta-manual/fileoperations.sgml,
21571     manuals/C/anjuta-manual/interface.sgml,
21572     manuals/C/anjuta-manual/preferences.sgml,
21573     manuals/C/anjuta-manual/projects.sgml,
21574     manuals/C/anjuta-manual/figures/arguments.png,
21575     manuals/C/anjuta-manual/figures/open_file.png,
21576     manuals/C/anjuta-manual/figures/other_opts.png,
21577     manuals/C/anjuta-manual/figures/scrshot.png,
21578     manuals/C/anjuta-manual/figures/toolbar_browser.png,
21579     manuals/C/anjuta-manual/figures/toolbar_tags.png:
21580     
21581     Updated anjuta manual documentation.
21583     
21584 2002-10-27  Naba Kumar <naba@gnome.org>
21586     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
21587     check and modifies debugger terminal command accordingly
21588     to function properly.
21589     
21590 2002-10-25  Naba Kumar <naba@gnome.org>
21592         * manuals/sgmldocs.make: Fixed a couple of bugs.
21593         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
21595 2002-10-24  Naba Kumar <naba@gnome.org>
21597         * src/debug_tree.c: Fixed a crash bug from Etay.
21599         * global_tags/create_global_tags: Added messages.
21600         Fixed infinite looping within files.
21601         
21602         * macro/autogen.sh: Removed debug and warning flags for defaults.
21603         
21604         Patch from Vadim Berezniker <vadim@berezniker.com>
21605         
21606         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
21607         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
21608         generation.
21610         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
21611         temporarily just copy it
21613 2002-10-24  Naba Kumar <naba@gnome.org>
21615         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
21616         manuals/C/anjuta-manual/anjuta-manual.sgml, 
21617         manuals/C/anjuta-manual/compileopts.sgml,
21618         manuals/C/anjuta-manual/debugger.sgml,
21619         manuals/C/anjuta-manual/execute.sgml,
21620         manuals/C/anjuta-manual/fileoperations.sgml,
21621         manuals/C/anjuta-manual/interface.sgml,
21622         manuals/C/anjuta-manual/introduction.sgml,
21623         manuals/C/anjuta-manual/projects.sgml,
21624         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
21625         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
21626         manuals/ja/anjuta-manual/anjuta-manual.sgml,
21627         manuals/ja/anjuta-manual/compileopts.sgml,
21628         manuals/ja/anjuta-manual/debugger.sgml,
21629         manuals/ja/anjuta-manual/execute.sgml,
21630         manuals/ja/anjuta-manual/fileoperations.sgml,
21631         manuals/ja/anjuta-manual/interface.sgml,
21632         manuals/ja/anjuta-manual/introduction.sgml,
21633         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
21635 2002-10-24  Naba Kumar <naba@gnome.org>
21637         * src/project_type.c: added autogen for qt projects.
21638         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
21639         Fixed a bug that retrieves wrong terminal command.
21640         * src/commnads.c: Added more terminal commands.
21641         * configure.in: Checks for scrollkeeper version.
21642         
21643 2002-10-22  Naba Kumar <naba@gnome.org>
21645         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
21646         instead of AM_GNOME_GETTEXT.
21647         
21648         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
21649         for setup-gettext for the wizard generated projects.
21651         * src/source.c: Fixed a bug where glade file wasn't generated.
21652         
21653         * src/gnome_project.c: Excluded project version from project dir
21654         name.
21655         
21656 2002-10-22  Naba Kumar <naba@gnome.org>
21658         * acinclude.m4: New file with dummy funtion for gettext
21659         cross compatibility fix.
21660         
21661         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
21662         * configure.in: Fixed cflags to avoid useless warnings.
21663         * Makefile.am: EXTRA_DIST += setup-gettext.
21664         * src/toolbars.c: Added space paddings around tags label.
21666 2002-10-21  Naba Kumar <naba@gnome.org>
21668         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21669         
21670         * setup-gettext: New script to maintain gettext cross version
21671         compatibility.
21672         * configure.in, macros/autogen.sh: Fix for gettext cross version
21673         compatibility.
21674         
21675 2002-10-21  Naba Kumar <naba@gnome.org>
21677         * debug_tree.c: Fixed incorrect use of debug assertion.
21678         
21679 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
21680             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21681         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
21682         src/memory.c, src/memory.h, src/message-manager-private.cc:
21683         
21684         New parsing algorithm; adapted from kdevelop.
21685         Middle button menu for changing the value's display type
21687 2002-10-07  Naba Kumar <naba@gnome.org>
21689         * src/main_menubar_def.h: Changed status bar message for Help->
21690         Browse info pages. Bug #603308
21692         * src/executer.c: Made "User terminal" default for creating
21693         projects (User can always disable it later). Bug #114222
21694         
21695 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21697         * macros/autogen.sh: Require gettext 0.10.x for autogen
21698         * src/text_editor.c: Fixes Bug #595303
21699         * src/source.c: Fixes Bug #595970
21700         * src/anjuta.c: Fixes Bug #598366
21701         * scingtilla/LexCPP.cxx: Bug #602296
21702         * src/main_menubar_def.h: Bug #604363
21703         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
21704         
21705 2002-10-07  Jens Georg <mail@jensgeorg.de>
21707         Reviewed by: Naba Kumar <kh_naba@gnome.org>
21708         * gnomefilelist.c: This patch fixes the bug #611542
21709         
21710 2002-09-20  Naba Kumar <kh_naba@gnome.org>
21712         * data/properties/Makefile.am: Added tcltk.properties file.
21713         
21714 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21716         Reviewed by: Naba Kumar <kh_naba@gnome.org>
21717         
21718         * README: Updated README
21719         * plugins/class-gen/clsGen.c, src/message_manager.cc
21720           , src/mainmeu_callbacks.c, src/memory.c
21721           , src/project_dbase_gui.c, src/text_editor_gui.c
21722           , widgets/gnomefilelist.c: Set window icons
21723         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
21724           Enabled release build (stripped + optimized binaries, etc.)
21725         * data/properties/anjuta.properties, src/commands.c,
21726           src/defaults.cFixed bug #595489 (stdin on executables)
21727         * src/appwizard.c, src/main.c, src/message-manager.cc
21728           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
21729           , src/debug_tree.c: Memory related (valgrind) fixes.
21730         * src/message-manager-private.[cc,h], src/pixpams.h
21731           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
21732         * anjuta.prj: Added debug_tree.c to SOURCES
21733         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
21734           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
21735           Compacted code and cleaned up unnecessary functions.
21736         * tagmanager/*.[ch]: Code fixes.
21737         
21738 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
21739         
21740         Reviewed by: Naba Kumar <kh_naba@gnome.org>
21741         
21742         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
21743         Debug tree now detects changes of displayed variables
21744         and changes their color to red
21746 2002-09-20  Naba Kumar <kh_naba@gnome.org>
21748         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21749         
21750         * mainmenu_callbacks.c: Set's the current file name in
21751         file save as dialog.
21752         
21753 2002-09-20  Naba Kumar <kh_naba@gnome.org>
21755         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
21757         * data/properties/tcltk.properties: New file for tcl/tk
21758         properties.
21760 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
21762         * src/project_type.[c,h], src/source.c, data/Makefile.am:
21763         Fixed a fatal bug which doesn't let building gnome2 related
21764         projects. They use different autogen.sh script. Defined new
21765         type field "gnome_macro_support".
21766         
21767         * data/autogen.sh.gnome2: New file.
21768         
21769         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
21770         bug with quotes escaping in quotes.
21771         
21772         * src/message-manager-private.cc: Used event box instead
21773         of frame for local message pane, so that the borders appear
21774         properly and nicely.
21775         
21776         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
21777         if there is a project open and all the files are un-docked.
21779         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
21781 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
21783         * src/main_menubar_def.h: implement feature request #595356, patch #597161
21784         * THANKS: updated for new contributions
21785         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
21787 2002-08-27 Steven Knight  <steven.knight@unh.edu>
21789         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
21790         src/project_dbase.h, src/project_type.c, src/source.c, 
21791         src/wizard_gui.c: new Qt project type
21792         *** NB not fully tested, may need some work, icon required...
21794 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21796         * src/memory.c, src/memory.h: new memory patch
21798 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
21800         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
21802 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
21804         * lancher/anjuta_launcher.c: Determine pty from function
21805         call instead of running 'tty' externally.
21806         
21807         * data/properties/cs.properties: Added compile/build commands.
21808         Fixed execution properties.
21809         
21810         * src/commands.c: Added c# options.
21812         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
21813         
21814         * src/debug_tree.[c,h], src/debugger.[c,h],
21815         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
21816         
21817         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
21818         1. Misaligned structs when they are members of other structs.
21819         2. '{' sometimes appears as a variable.
21820         3. Wrong processing of some arrays.
21821         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
21822         that displays the tree in two columns (variable and value).
21824 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21826         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
21828         * data/properties/sql.properties: added the DATETIME data type.
21830         * data/properties/html.properties: added the foreach php keyword.
21832 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
21834         * NEWS: Updated with new features.
21835         
21836         * data/.cvsignore, doc/.cvsignore: Updated.
21837         
21838         Patch from: Etay Meiri <etay-m@bezeqint.net>
21839         
21840         * src/debug_tree.h, src/debug_tree.c: New files.
21841         
21842         * src/Makefile.am, src/message-manger-private.[h,cc],
21843         src/message-manger.cc: Added Tree view for debugger
21844         locals view.
21845         
21846 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
21848         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21849         
21850         * src/memory.c, src/memory.h: New files.
21851         
21852         * src/Makefile.am, src/appwizard.c, src/controls.c,
21853         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
21854         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
21855         
21856         Memory view implemetation that would enable viewing raw memory
21857         during debugging.
21859 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21861         * AUTHORS: added Biswa, because I wonder why noone already have
21862         written his name in the Anjuta's hall of fame :)
21864 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
21866         * src/appwizard_gui.c: Removed an ambiguous prototype.
21867         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
21868         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
21869         * THANKS: Updated M. Ali Vardar's email.
21870         
21871 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
21873         * src/anjuta_gui.c: implemented feature request to stop main and browser
21874           toolbars having exclusive use of space
21876 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
21878         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
21879         left over from the previous work to fix bugs :-)
21880         
21881         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
21882         src/controls.c, src/mainmenu_callbacks.h, 
21883         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
21884         reviewed
21885         
21886         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
21887         src/project_import_gui.c, src/sharedlib_gui.c, 
21888         src/signals_gui.c: set window icon correctly
21889         
21890         * NEWS: more updates for the release
21891         
21892         * HACKING: updated for window icons and insert menu information
21893         
21894         * src/cvs_gui.c, src/build_project.c, 
21895         src/project_import_cbs.c: message strings reviewed
21896         
21897         * src/controls.c: context help button should be disabled if 
21898         DevHelp is not installed
21899         
21901 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
21903         * src/debugger.c: Fixed the signalling screw up because of string
21904         update in gdb used to report the child process PID. Also, no
21905         error dialog will be popped up for "no such file or directory"
21906         error (very annoying and useless error). This error will still
21907         be shown on the debug message window. Avoided terminating the
21908         program when the terminal is terminated -- doesn't hurt, otherwise
21909         we get crappy egg-and-hen problem.
21910         
21911         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
21912         dimensions loading.
21913         
21914         * src/anjuta.c: Limited the default size of main window to sane
21915         values.
21917         * src/preferences.c: Fixed some deadly memory corruption bugs in
21918         the recent patches. Return from getenv() should NEVER be freed,
21919         because they are static strings.
21920         
21921         * src/preferences_gui.c: Removed the fix for crash bug with font
21922         selection and applied the real fix.
21923         
21924 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
21926         * NEWS: updated for release
21928 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
21930         * src/launcher.c: Added a fix a memory leak and a possible
21931         fix for zvt-crash bug.
21932         
21933         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
21934         
21935         * data/properties/latex.properties,
21936         data/properties/ada.properties: Added file.is.source property.
21937         
21938         * src/an_file_view.c: Set auto column size of the file
21939         revision column.
21940         
21941         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
21942         The user is now prompted to confirm the closing of the file
21943         if it is being used by CVS. If yes, the editor is closed and
21944         the CVS operation stops.
21945         
21946 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
21948         * anjuta.prj: bump project version for release
21949         * BUGS: removed unnecessary file
21951 2002-06-07      Philip Van Hoof <freax@pandora.be>
21953         * widgets/gnomefilelist.c: fix up issue with directory deleted 
21954         during the life of the file list widget
21955         * src/preferences_gui.c: sticking-plaster fix to font selection
21956         causes segfault bug
21958         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
21960 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21962         * data/properties/anjuta.properties, src/an_file_view.[ch], 
21963         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
21964         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
21965         added options for symbol and file browsers.
21966         * data/properties/cpp.properties: linker flags should come after
21967         the name of the file to compile.
21968         * scintilla/Editor.cxx: fixed gcc compilation warning.
21969         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
21970         be executed from bindir only.
21971         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
21972         tagmanager/include/tm_file_entry.h: CVS version information in file 
21973         browser.
21974         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
21975         window.
21976         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
21977         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
21978         crashes during file import.
21979         * src/project_import.c: disable project menu items during project 
21980         import.
21981         
21982         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
21984 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21986         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
21987         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
21988         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
21989         modified Insert menu, added C functions template, header C 
21990         template, modified header_template HEADER_H ==> NAMEFILE_H
21991         
21992         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
21994 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
21996         * data/properties/html.properties: changed some file 
21997         associations
21999 2002-06-05 Philip Van Hoof <freax@pandora.be>
22001         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22002         
22003         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22005 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22007         * data/properties/anjuta.properties, src/defaults.c: Make windows
22008         docked by default, fix the big fonts bug.
22009         
22010         * src/an_file_view.c, src/main_menubar_def.h, 
22011         src/project_dbase_gui.c: sanitized the Edit/View mess.
22012         
22013         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22014         for customizing shortcuts.
22015         
22016         * src/mainmenu_callbacks.c: Search for selected word if present.
22017         
22018         * src/text_editor_menu.c: Added context menu options for docking
22019         and undocking editor windows.
22020         
22021         * src/main_menubar.h, src/main_menubar.c: more support for the 
22022         shortcuts menu item.
22023         
22024         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22026 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22028         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22029         all commit messages being written to top of the file
22030         
22031         * src/main_menubar_def.h: message strings reviewed
22032         
22033         * src/project_import.c: message strings reviewed
22034         
22035         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22036         some bugs around reading the project properties for creating 
22037         .glade and .desktop files in the Application Wizard. There were
22038         typos in the property names being retrieved
22039         
22040         * widgets/gnomefilelist.c: changed build_full_path to make 
22041         the file widget support ~
22042         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22043         
22044         * THANKS, widgets/e-shell-about-box.c, 
22045         manuals/anjuta-manual/C/authors.sgml: updated for new
22046         patch
22048 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22050         * src/project_dbase.c: Fixed the file-path-corruption bug
22051         and the cannot-import-file-in-project bug. (follow-up with
22052         the last commit from Stef).
22053         
22054         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22055         with unsaved-project.
22056         
22057 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22059         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22060         misplaced g_free.
22062 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22064         * data/properties/{xml,html,other}.properties: changed some file 
22065         associations
22066         
22067         * data/anjuta.mime: oops! cvs added
22068         
22069         * scintilla/RESearch.cxx: fixed up a problem with comments
22070         
22071         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22072         to avoid messages about missing libs
22073         
22074         * NEWS: started the release notes
22076 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22078         * HACKING: updated with new information on printing, patch naming
22079         
22080         * TODO: removed completed tasks
22081         
22082         * THANKS: updated a few contributions
22083         
22084         * anjuta.prj: updated the icon file
22085         
22086         * anjuta.desktop.in.in: updated to add Categories
22087         
22088         * data/anjuta.mime: created a mime type for Anjuta project files
22089         (NB needs to be added to the install in /usr/share/mime/)
22090         
22091         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22092         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22093         to PNG for websites.
22094         
22095         * plugins/patch/patch-plugin.c: clarified some messages and 
22096         made it easier to see different patching sessions
22097         
22098         * src/toolbar.c: changed some message text for consistency
22099         
22100         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22101         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22102         in preferences. 
22103         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22104                  
22105         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22106         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22107         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22108         Added XLib Project and a Dockapp Project types.
22109         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22110         projects
22111         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22112         * src/source.c: Fixed memory leak in existing projects. 
22113         (filename was not freed)
22114         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22116 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22118         * src/anjuta.h, src/anjuta.c: Added error display funtions
22119         with parent windows.
22120         
22121         * src/appwizard_cbs.c: Changed error display function to use
22122         parented version.
22123         
22124 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22126         * printing/print.h, printing/printing.c: Taken care of document
22127         zoom factor and fixed a font loading bug. Dynamically calculated
22128         text widths to work with zooms properly. Re-organized code for
22129         dynamic text width calulations to work in general with utf8 chars.
22130          Determined font height and width automatically from the font info.
22131         
22132         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22133         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22134         Converted text.zoom.factor property to use #defined value. Removed
22135         margin header and margin numbers preferences, as they  now
22136         calculated dynamically.
22137         
22138 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22140         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22141         printing/print-util.h, printing/print.c, printing/print.h:
22142         Rewritten printing support for style based printing. Syntax highlighted
22143         printing, monochromatic printing, setup using preferences etc.
22145         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22146         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22147         language and the styled text buffer.
22148         
22149         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22150         the print setup preferences page and added printer preferences. Added functions
22151         to retrieve preferences with default values.
22152         
22153         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22154         the printing.
22156         * data/properties/anjuta.properties: Added default printer preferences.
22158         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22159         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22160         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22162         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22163         
22164 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22166         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22168         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22169         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22170         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22171         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22173         printing/Makefile.am: Reduced compiler optimizations.
22175         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22176         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22177         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22178         tagmanager/tm_workspace.c: TagManager fixes.
22180 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22182         * printing/*: CVS added. :)
22183         
22184 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22186         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22188         * printing*: CVS added.
22189         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22190           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22191           src/main_menubar_def.h: Gnome Print support
22192         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22193         * configure.in: Enable debugging flag option
22194         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22195           Print properties defined.
22196         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22197         
22198 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22200         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22201         
22202         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22203         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22204           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22205           and cleanups
22206         * src/text_editor.c: Minor cleanups.
22207         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22208         * src/project_dbase.c: Fixes to add/remove files from project.
22209         * src/help.c: Fix minor memory leak.
22210         * src/project_dbase_gui.c: Remove debugging messages.
22211         * src/utilities.[ch]: Cleanups and minor fixes.
22212         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22214 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22216         * src/anjuta.c [anjuta_apply_preferences()]:
22217         Fixed a crash bug when tab pos is not defined for the editors.
22218         
22219         * data/properties/cpp.properties: Set default identifier property to normal.
22220         This fixes the bug in which the fore color gets hidden with dark background.
22222 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22224         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22225         scintilla 1.46
22226         
22227         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22228         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22229         src/anjuta.c, data/properties/anjuta.properties:
22230         Implemented line wrapping.
22231         
22232         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22233         
22234         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22235         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22236         tags. Code was reviewed from GNOME Bonsai view.
22237         
22238         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22239         it seems to have been removed by scintilla people.
22240         
22241         * data/properties/anjuta.properties: Set default line wrap to false, as
22242         is noticably slow with big files.
22243         
22244 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
22246         * src/project_import_gui.c: disallow the selection of files in
22247           the browse dialog.
22248         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22249           preferences code.
22250         
22251 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22253         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22254           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22255         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22256         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22257           now works properly.
22258         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22259         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22260         * src/utilities.[ch]: Added some utility functions.
22261         * tagmanager/tm_project.c: Fix for bug in file removal from project.
22262         
22263         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22265 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22267         * HACKING: info on FIXME statements and removed ccview references
22268         * Makefile.am: added rule to make RPM package
22270 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22272         * THANKS, widgets/e-shell-about-box.c, 
22273         manuals/anjuta-manual/C/authors.sgml: updated for new
22274         patch
22275         * src/anjuta.c: removed unnecessary warning code since CVS 
22276         support is now implemented :-)
22277         * manuals/sgmldocs.make: implemented a fix for bug #553969
22278         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22279         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
22280         manuals/C/anjuta-faqs-C.omf: modified the descriptions
22281         
22282 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22283         
22284         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
22285           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22286           src/main_menubar_def.h, src/preferences_gui.c,
22287           preferences.c, preferences.h: setup Username and Email 
22288           preferences, Insert ChangeLog and Username editor functions
22289           
22290           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
22292 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22293         
22294         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
22295           src/src_paths_cbs.c, src/src_paths_gui.c
22296           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
22298           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22300 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22302         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
22303           and goto tag menu items to main menu.
22305 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22307         * THANKS, widgets/e-shell-about-box.c, 
22308         manuals/anjuta-manual/C/authors.sgml: added new contributors
22309         * HACKING: updated with info on files to change for credits
22311 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
22313     * src/aneditor.cxx: extended extension list which fixes segfault
22314     on selecting lisp, ruby or matlab as highlight style.
22316 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22318         * src/main_menubar_def.h: fixed an array initialiser and fixed
22319         the lexer settings for the new entries on the Format menu
22321 2002-05-07  Stephane Demurget  <demurgets@free.fr>
22323         * Synced with Scintilla 1.45
22325 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22327         * anjuta.prj: added another missing file
22328         * ChangeLog: fixed some incorrect change dates I caused by 
22329         sloppy cut-and-pasting :-/
22331 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22332         
22333         * src/mainmenu_callbacks.c: fixed title of new About box
22335 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22337         * src/pixmaps.h: added macros for OpenGL and SDL project icons
22339 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22341         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
22342         * anjuta.prj: updated for new files
22344 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
22346         * widgets/e-shell-about-box.c: Added version display.
22347         
22348 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22350         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
22351         widgets/scroll_menu.c: fixed up some compiler warnings (patch
22352         from Philip Van Hoof)
22354 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22356         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
22357         dependency
22358         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
22359         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
22360         that produced build errors (needs checking on a machine with the
22361         ja locale!)
22362         * data/properties/lisp.properties: updated to match format of other
22363         lexer property files supplied with Anjuta
22365 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22367         * anjuta.prj: added new files
22368         * HACKING: added information from the mailing list on 
22369         adding new project types to the wizard (thanks to Johannes)
22371 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22373         * src/utilities.h, src/launcher.c, src/gnome_project.c,
22374           src/appwiz_page2.c: Fix for 547038.
22376 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22378     * attach_process.c, attach_process_cbs.c: Fixed a dialog
22379     hide bug.
22380     
22381     * about.h: cvs removed.
22382     
22383 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22385         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22387         Fix for #539574.
22389         * src/anjuta.c (anjuta_system_error): checks for the error number to
22390         know whether the error description is needed or not.
22392 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22394         * pixmaps/anjuta_logo.png: New about logo.
22395     
22396         * pixmaps/anjuta_icon.png: New icon from Misha. The
22397         old one had trouble with some gtk themes.
22398     
22399         * about.c: Removed. No longer needed.
22401         * mainmenu_callbacks.c: Removed reference of about.h
22402     
22403 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22405         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22407         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
22408           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
22409         About Dialog (thanks to the Evolution team for the cool widget!)
22411 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22413         Patch from lbell <lbell@tsc4.com>
22414     
22415         * src/find_in_files.c, src/find_in_files.h,
22416           src/anjuta.c: Added save_yourself, load_yourself routines.
22417     
22418         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
22419         Added "Append messages" toggle button. This will enable
22420         the search results to be appended to the already existing
22421         results.
22422     
22423         * src/debugger.c: Fixed a typo.
22424     
22425         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
22426           src/session.c, src/session.h: Improved session management.
22428 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22430         * THANKS, FUTURE, AUTHORS: Changed my email and
22431         avoided yahoo.com.
22433 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22435         Impl. feature request #525271 (add Lisp support).
22437         * data/properties/lisp.properties: added.
22439         * data/properties/Makefile.am, data/properties/anjuta.properties: added
22440           the lisp properties.
22442         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
22443           src/utilities.[ch]: added support for the Lisp highlight style.
22445 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22447         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22448           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22449           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
22450           option preferences to have a persistent setting. Plus it's not used
22451           often, so it's better here than flooding the menus.
22453         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
22454           preferences pages a lot more consistent and sweeter: tabs direction
22455           radiobuttons are directed against the meaning, all pages have an
22456           outter frame, a lot of padding, removed all expand attributes for
22457           vertical boxes, ...
22459           That's not a total revamp, but it's really looking better now, even
22460           if there's still work to be done.
22462 2002-05-01  Andy Piper <andy.piper@freeuk.com>
22464         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
22465         * TODO: added task to be completed before next release (update all credits)
22467 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22469         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
22470         Benke László.
22472 2002-05-01  Benke László  <decike@freemail.hu>
22474         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22476         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22477           src/main_menubar_def.h, src/mainmenu_callback.[ch],
22478           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
22479           to the format menu in order to reorder the notebook tabs in
22480           alphabetical order everytime a file is created/opened/saved.
22482 2002-05-01  Philip Van Hoof <freax@pandora.be>
22484         * widgets/gnomefilelist.[ch] (history_combo_go),
22485         (history_combo_clicked): impl.
22487         (gnome_filelist_new_with_path): use this new impl.
22489 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22491         * src/project_dbase_gui.c (add_file): added the xpm file type.
22493 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22495         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
22496         tag manager fixes.
22498         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
22499           of tag types.
22501         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
22502           src/text_editor_menu.c: Added context sensitive search in symbol
22503           browser and editor.
22505         * configure.in: Changed version number to 0.1.9.99.
22507         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
22508           src/project_import.c: Minor changes to project import facility.
22510         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
22511           (Forced to use specific brace format)
22513         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
22514           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
22515           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
22517 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
22519         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
22520         replaced the spinbutton with an hscale, and made the UI less "blocky".
22522         * src/cvs_gui.c: When diffing a project you can choose date and
22523         release now.
22525         * src/project_dbase.c: Import_file activated again
22527         * configure.in, plugins/Makefile.am: Added patch plugin
22529         * plugins/patch/*: The new patch plugin
22531 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22533         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22535         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
22536         dropdown list shown by autocompletion are now removed.
22538 2002-04-28  Philip Van Hoof <freax@pandora.be>
22540         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
22541         a bunch of filetypes from the older version.
22543         * src/project_dbase_gui.c (add_file): changed the import
22544         dialog's filetypes combo contents depending on the
22545         type of data to be imported.
22547 2002-04-28  Stephane Demurget  <demurgets@free.fr>
22549         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
22550         the amount parameter as Philip stated and reformated to follow the
22551         Gnome convention.
22553         * src/project_dbase.c (project_dbase_make_default_filetype_list):
22554         changed accordingly.
22556 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22558         Fix for #531293.
22560         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
22561         Shift-F6, to be more consistent with other Gnome apps.
22562         Moved the "Search next" entry under the "Search" one, and swapped the
22563         order of the "Find in files" and "Find and Replace" ones.
22565         Some additional fixes ands cleanups on the edit menu.
22567         * src/main_menubar.h: replaced all occurences of repeat_find by
22568         find_again for the code to be more consistent.
22570         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
22571         sensitiveness depending on the existence of an active text buffer.
22573         * TODO: added some bits about improving the usability of the
22574         search/search again couple.
22576 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22578         * src/preferences_gui.c: made the tab labels text more consistent
22579         (s/misc/Misc/).
22581 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22583         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
22585         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
22586         filename.
22588         * src/main.c (main): simplified some code and cleanups.
22590         Fix a part of #499366:
22592         * src/commands.[ch] (sync_from_props), (command_editor_save),
22593         (on_apply_clicked), (create_command_editor_gui): added the gui
22594         corresponding to the command.terminal preference.
22596 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22598         Fix for #465180.
22600         * anjuta.spec.in: added build requirements for the source rpm.
22602 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
22604         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22605         
22606         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
22607           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
22608           src/project_type.c, source.c, wizard_gui.c:
22609           Added new GNOME 2 project types and changed glade behaviour to
22610           produce GTK code if project type GTK was selected and GTKmm code
22611           if project type GTKmm was selected (and not depending on the 
22612           selected language. Disabled glade for GNOME 2 projects because
22613           we will need glade2 there.
22614           
22615         * src/project_dbase.c: Fixed a memory lack.
22616         
22617         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
22618         
22619         * src/cvs.c: Added an error message if jobs are running
22621 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
22623         * tagmanager/tm_work_object.c: Fixed a chrash
22624         bug which occurs when it tries to stat an empty
22625         file name.
22626         
22627 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
22629         * src/controls.c: CVS menu items now becomes
22630         insensitive when the launcher is busy.
22631         
22632         * src/anjuta.c, cvs.h, cvs.c: Created a function
22633         to update the cvs preferences when preferences are
22634         applied in preferences dialog and called it from
22635         anjuta_update_preferences().
22636         
22637 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
22639         * src/cvs.c: Added a space in the cvs command
22640         before the revision part. This fixes the cvs
22641         error we get when cvs-diffing with revisions.
22642         
22643         * src/cvs.c: Fixed a compiler warning.
22644         
22645         * src/find_replace.c: The dialog now remembers
22646         the settings including the "prompt on replace"
22647         which seems to have broken somewhere line the
22648         changes.
22649         
22650 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
22652         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
22653         Added a new property in cvs class to hold a boolean
22654         for enabling date in cvs diff. This fixed the bizzare
22655         diff output due to the date that goes with the cvs
22656         command. Also, set the default value of compression
22657         to 3 and unified diff option to 1.
22658         
22659 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
22661         * src/cvs.c: The diff editor is set to hilite as
22662         diff syntax hiliting.
22663         
22664         * configure.in, manual/Makefile.am:
22665         Added a new manual module for ja language.
22666         
22667         * manual/ja/*/*/*: New module and files for the
22668         ja translation for the anjuta documentation
22669         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
22670         
22671 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
22673         * src/launcher.c: Made a very messy work around
22674         for the launcher authentication to work properly.
22675         
22676         * src/find_replace.c: Applied the missing patch
22677         from Dan Elphick <dre00r@ecs.soton.ac.uk>
22678         
22679 2002-04-16 Andy Piper <andy.piper@freeuk.com>
22681         * src/cvs.c, src/main_menubar_def.h: made message strings
22682         consistent with existing standards from our own documentation 
22683         (such as uppercase P in Project, corrected spelling of 
22684         repository, etc.)
22686 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
22688         * src/cvs_gui.c: Cleaned up gui and aligned various
22689         widgets to give a clean look.
22690         
22691 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
22693         * src/launcher.c: Added work around to retrieve
22694         the child exit code. It works. :)
22695         
22696         * src/find_in_files.c, src/gnome_project.c,
22697         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
22698         src/clean.c, src/clean_project.c, src/build_project.c,
22699         src/build_file.c: Modified to handle the new
22700         child exit code.
22701         
22702 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
22704         * src/find_replace.c: Changed signal to call
22705         on_replace_text_close on from delete_event
22706         to close => the replace history is now updated.
22708 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
22710         * src/cvs.c: escaped the cvs import message before
22711         passing it to cvs.
22712         
22713 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
22715         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22716         
22717         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
22718         
22719         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
22720         Added cvs import
22721         
22722         * src/preferences_gui.c: GUI improvements
22723         
22724         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
22726 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
22728         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
22729         Removed static qualifier from tm_tag_type_name() and
22730         availed it's prototype for use in outside code. also
22731         created reverse map function tm_tag_type_name();
22732         
22733         * src/anjuta.c: Implemented qualified tags names for
22734         the tag list (on the toolbar pulldown list) to avoid
22735         ambiguty in tags with similar names (like prototype
22736         and definition). Patch modified and improved.
22737         
22738         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
22739         
22740 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
22742         * src/utilities.[c,h]: Added a utility funtion
22743         that escapes the single and double quotes in a
22744         given string. Useful for passing command line
22745         args with quotes.
22746         
22747         * src/cvs.c: Escaped the cvs log message before
22748         passing it to cvs command line to avoid ambiguties
22749         with quotes in the message.
22750         
22751         * pixmaps/anjuta_icon.png: Changed to the new icon.
22752         from Todd Goyen <goyen@mbi-berlin.de>
22753         
22754         * src/message-manager-private.cc: Added regex to 
22755         recognize (underline hilite) the parsable outputs
22756         from the zvt terminal.
22757         
22758 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
22760         Patch from: Tina Hirsch <tehirsch@arcor.de>
22761         
22762         * src/project_type.c:
22763         Fixed a bug in the wxproject type and modified the erroroutput when
22764         configure doesn't find wx-config
22765         
22766         Patch from: Timothee Besset <ttimo@idsoftware.com>
22767         
22768         * src/anjuta.c, src/message-manager-private.cc,
22769           src/message-manager-private.h
22770         Catches double clicks in the zvt terminal, and calls goto_error_line
22771         to jump to the appropriate location in the source. This will recognize
22772         grep -n output
22773         
22774 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
22775         
22776         * src/build_project.c: Taken care of memory leak
22777           by freeing cmd variable properly.
22779         * src/main_menubar_def.h: Fixed wrong signal connection
22780           for cvs project commit.
22781           
22782         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
22783         
22784         * src/preferences_gui.c: Added some border and adjusted
22785           expandsion, filling in box adds to make the cvs preferences
22786           more nicer.
22787         
22788 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
22790         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22791         
22792         * src/cvs*, src/main_menubar*, src/preferences*: 
22793         Moved CVS settings to preferences, added a nice login dialog.
22794         
22795         * src/controls.c, src/project_dbase.c:
22796         CVS project options are only shown if a project is open
22797         
22798         * src/build_project.c:
22799         User is now asked if he wants to install as root 
22800         
22801         * src/launcher.c:
22802         Fixed a warning
22804         * anjuta.prj: Updated with cvs files
22805         
22806         * TODO: Remove task which are done
22807         
22808 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
22810         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
22811         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
22812         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
22814         Modified launcher to use controlling terminal to detect and
22815         take care of password authentications (for example, for cvs
22816         and root installs).
22817         
22818         * pixmaps/password.png: New file.
22819         
22820 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
22822         Anjuta kick start tutorial wirtten by:
22823           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
22825         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
22826           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22827           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22828           manuals/C/anjuta-tutorial/figures/*.png:
22829           
22830           Added files
22831         
22832         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
22833           
22834           Modified files.
22835         
22836 2002-03-28 Roel Vanhout <roel@stack.be>
22838         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22840         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
22841           src/preferences_gui.c:
22842         Added option to wrap around to beginning/end of file when on last bookmark
22843         and next/previous bookmark is pressed
22844         
22845 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
22847         Patch from Philip Van Hoof <freax@pandora.be>
22848         
22849         * src/gnomefilelist.c:
22850         Added gimp like feature that changes the file extension of
22851         the filename entered in the selections when the file
22852         filter is changed.
22853         
22854 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
22855         
22856         Patch from Roy Wood <roy.wood@filogix.com>
22857         
22858         * src/controls.c, src/find_text.c, src/find_text.h,
22859           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22860           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22861           
22862           Menuitem for entering currently selected text as find target,
22863           added key accel for "find next" and changed some key accels for
22864           other key for consistency.
22865           
22866         * src/utilities.c:
22867           Cleaned up code.
22868         
22869 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
22871         * src/watch.c, src/watch.h, src/watch_cbs.c,
22872           src/watch_cbs.h, src/watch_gui.c:
22873         
22874           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
22875         
22876           Added change watch entries feature
22877           and Watch entries modify on double click fixed.
22879 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
22881         * src/mainmenu_callbacks.c:
22882         
22883           Project commit should not bypass dialog as
22884           we need to get the cvs log from the user.
22885           
22886 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
22888         * src/project_dbase.c:
22889         
22890           Patch from Roy Wood <roy.wood@filogix.com>
22891           
22892           Fixed docking bug with the new docking patch
22893           to fix copy/paste bug.
22894           
22895 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
22897         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
22898           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
22899           src/main_menubar.h, src/main_menubar_def.h,
22900           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22902           Added cvs project support. Featured bypass cvs dialog for
22903           cases where we don't need dialog (such as project and right
22904           click selection from file browser). Cleaned up cvs code to
22905           make them generic cvs operations instead of separate file
22906           and project operations. Added cvs log action. Increased
22907           file entry box width and enabled "unified diff" by default.
22908           Used Editor buffer for status and log and set hilite for
22909           these buffers including diff buffer (DIFF hilite).
22910           
22911 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
22913         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22915         * data: Added file autogen.sh.wxwin 
22916         * data/Makefile.am: Added entry for autogen.sh.wxwin
22917         * pixmaps: Added project image appwiz_wxwin.png
22918         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
22919         * src/appwizard_cbs
22920           src/compiler_options.c
22921           src/pixmaps.h
22922           src/project_dbase.c
22923           src/project_dbase.h
22924           src/project_import_cbs.c
22925           src/project_type.c
22926           src/source.c
22927           src/source.h
22928           src/wizard_gui.c: Added everything necessary for new
22929                             project type 'wxWindows (wxGTK)
22930         * src/project_dbase.c: Fixed a bug that caused every project
22931                                to be a glade project in dialog
22932                                                    'Project information'.
22934 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
22936         Patch submitted by Roy Wood <roy.wood@filogix.com>
22937         
22938         * src/anjuta_gui.c, src/message-manager-dock.c,
22939           src/project_dbase.c:
22940           
22941           fixed the copy/paste bug by rewriting dock/undock
22942           code.
22944 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
22946         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22947         
22948         * src/cvs*, src/Makefile.am:
22949           New file for CVS support. File operations currently work
22950           cvs login needs to be done. Project support is not yet
22951           started.
22953         * src/main_menubar*, src/mainmenu_callbacks,
22954           src/anjuta.c, src/anjuta.h:
22955           Added menus and functions for cvs commands.
22956           
22957         * src/text_editor_menu.h: 
22958           Added #include <gtk/gtk.h>
22959           
22960         * src/gotoline.h:
22961           Removed a warning (and this time it works ;-)
22963         * src/utilities.c, src/utilities.h:
22964           Added a utility function to retrieve directory
22965           name out of full path.
22967 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
22969         * src/executer.c: (create_executer_dialog): changed the default
22970           focus on the entry.
22972 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
22974         * widgets/gnomefilelist.c:
22975         Fixed duplicate history entries for the same directory.
22976           
22977 2002-03-10  Stephane Demurget  <demurgets@free.fr>
22979         Fix for #520092.
22981         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
22982           it's already used by scintilla to delete the whole current line.
22984 2002-03-10  Stephane Demurget  <demurgets@free.fr>
22986         Fix for #525107.
22988         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
22989           calls to fileselection_hide_widget,
22990           (on_open_filesel_cancel_clicked): removed.
22992         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
22993           (on_add_prjfilesel_cancel_clicked):
22995         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
22996           impl.
22998         * src/fileselection.c: Made some functions static.
22999           (fileselection_hide_widget): rewritten using the new
23000           gnome_filelist_set_multiple_selection function.
23002         * src/fileselection.c: (on_file_selection_delete_event): removed
23003           unuseful widget hides. Some cleanups,
23004           (on_file_selection_cancel_clicked): impl,
23005           (create_fileselection_gui): changed the cancel button clicked's
23006           callback to use this new function.
23008         * src/anjuta.c: (anjuta_new):
23009         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23010           callbacks, because this the gnome filelist widget's job.
23012         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23013           clist selection mode duplicates set,
23014           (gnome_filelist_key_press): use the new impl. function.
23016 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23018         Fix for #441233.
23020         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23021           fixed some bogus code using an array cell out of
23022           range, removed unecessary gettext usages.
23024         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23025           some cleanups and now transform minus characters to
23026           underscores.
23028         * src/source.c:
23029           (source_write_configure_in),
23030           (source_write_toplevel_makefile_am),
23031           (source_write_desktop_entry),
23032           (source_write_glade_file):
23033         * src/project_dbase.c: (project_dbase_summon_glade),
23034           (project_dbase_generate_source_code):
23035         * src/glades.c: (gladen_write_glade_write):
23036           replaced some occurences of the target name by the
23037           project filename, using project_dbase_get_proj_name,
23038           to fix the name of some files.
23039           Fixed a lot of mem leaks.
23040           Various code cleanups.
23042 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23044         Merged with latest (1.44) scintilla.
23046         Added: - The calltip.<lexer>.end.definition property to display help
23047                  text on a second line of calltip.
23048                - The calltip.<lexer>.word.characters property to correctly find
23049                  calltips for functions that include characters like '$' which
23050                  is not normally considered a word character.
23051                - The use.monospaced property to determine initial state of
23052                  Use Monospaced Font setting.
23054         Bugs fixed: Too many to mention; please see :
23055                     http://www.scintilla.org/ScintillaHistory.html for the
23056                     full changes list.
23058         * scintilla/*/*: updated nearly all files.
23060         * TODO: removed the need of a scintilla merge.
23062         Merged with latest (1.44) SciTE properties.
23064         * data/properties/anjuta.properties: added the wrap, use.monospaced
23065           properties.
23067         * data/properties/html.properties: added a missing php extension, and
23068           updated php keywords to the latest reference.
23070         * data/properties/pascal.properties: added commands to compile, build
23071           and execute pascal applications.
23073         * data/properties/lua.properties: added styles for statements.
23075         * data/properties/bash.properties: added the declare keyword.
23077         Fixed distchecking.
23079         * global-tags/Makefile.am,
23080           global-tags/create-global-tags.sh: used some kind of ugly hack to
23081           make distchek work, since noone has proposed some better way.
23083         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23084           and Ctrl-N replace Alt-N for new file according to the Gnome design
23085           reference.
23087 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23089         * widgets/gnomedirlist.c
23090         widgets/gnomedirlist.h
23091         widgets/gnomefilelist.c
23092         widgets/gnomefilelist.h:
23094         Added GPL headings in the file.
23096 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23098         * src/attach_process.c
23099         src/attach_process_cbs.c
23100         src/attach_process_cbs.h
23101         src/attach_process_gui.c
23102         src/breakpoints.c
23103         src/breakpoints_cbs.c
23104         src/breakpoints_cbs.h
23105         src/breakpoints_gui.c
23106         src/commands.c
23107         src/compiler_options.c
23108         src/compiler_options_cbs.c
23109         src/compiler_options_cbs.h
23110         src/compiler_options_gui.c
23111         src/find_in_files.c
23112         src/find_in_files_cbs.c
23113         src/find_in_files_cbs.h
23114         src/find_in_files_gui.c
23115         src/find_replace.c
23116         src/find_text.c
23117         src/help.c
23118         src/preferences.c
23119         src/preferences_gui.c
23120         src/project_config.c
23121         src/src_paths.c
23122         src/src_paths_cbs.c
23123         src/src_paths_cbs.h
23124         src/src_paths_gui.c:
23125         
23126         Bugs #521629 and #522427 fixed. The problem was, that the
23127         escape-key was not catched and the dialog was hidden, but
23128         the flag was not set correctly.
23130         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23131         using the gnome_dialog_close_hides()-setting present in most dialogs.
23132         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23133         emits "close" and set the flag in the close-callback.
23135         Patch from: Jens Georg <mail@jensgeorg.de>
23137 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23139         * src/*.{c,cpp}: s/string_free/g_free/
23141         * src/utilities.[ch]: (string_free): removed.
23143 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23145         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23147         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23148         src/mainmenu_callbacks.[ch]:
23149         Removed Project menu options: README, TODO, ChangeLog and NEWS
23150         Moved Save Build Messages to Build menu and only highlight it
23151         when there are build messages.
23152         Corrected a spelling: "mojority" -> "majority"
23153         Fixed initialisation of edit.edit_app_gui so now Edit menu
23154         can be shown when no project is loaded.
23156         * src/project_dbase.h: Removed prototype for static function
23158 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23160         * src/text_editor.c: Editor is marked changed after
23161         autoformat. 
23162         
23163         Patch from: Jens Georg <mail@jensgeorg.de>
23165 2002-03-04 Roel Vanhout <roel@stack.be>
23167         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23169         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23170         Added option to ignore binary files on 'Find in files' (grep -I option)
23172 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23174         * src/main.c:
23175         session restoration and commandline load in 
23176         gtk idle loop.
23177         
23178         * src/anjuta.[h,c], src/anjuta_cbs.c:
23179         Removed "clear windows menu" and prevented runtime 
23180         warnings.
23181         
23182         * src/compile.c, src/build_file.c, src/build_project.c,
23183         src/clean.c:
23184         Takes into account the preference setting for 
23185         show dialog when job completes. Dialogs are
23186         shown when it is enabled otherwise not.
23187         
23188 2002-03-03 Roel Vanhout <roel@stack.be>
23190         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23191         
23192         * src/find_text.c
23193         Store 'Find...' search string on search so that 'Find Next' will search for
23194         that string, even if the dialog hasn't been closed yet.
23196 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23198         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23199         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23200         src/main_menubar_def.h:
23201         
23202         Organized menus, removed "Windows" and "Utilities" menus from the
23203         menubar [they are no longer needed]. Also removed some extragenous
23204         separators.
23205           
23206 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23208         * src/message-manager-private.cc:
23209         Set message clist selection mode to BROWSE.
23210         
23211         * src/message-manager.cc, src/an_symbol_view.c,
23212         src/an_file_view.c:
23213         Added Key navigation for the CTree and CList. Arrow left for
23214         node collapse, right for node expand, space (or enter) for
23215         activation (same as double click).
23216         
23217 2002-03-03 Roel Vanhout <roel@stack.be>
23218         
23219         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23220         
23221         * plugins/class-gen/clsGen.c
23222         Added functionality to semi-intelligently prefill filename
23223         boxes with names deduced from class name
23225 2002-02-26 lbell <lbell@tsc4.com>
23227         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23228         * src/preferences_gui.c:
23229         Removed an incorrect use of gtk_misc_set_alignment().
23230         
23231         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23232         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23233         src/preferences.h, src/preferences_gui.c:
23234         
23235         Added the option to reload last open project at the startup.
23236         Added the possibility to open a new project without close
23237         an existing one
23238         
23239         * src/properties.cxx:
23240         Corrected a spelling mistake in message string.
23241         
23242         * src/session.c:
23243         Updated session functions.
23244            
23245 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
23247         * widgets/gnomefilelist.c: Bug fixes.
23248         
23249         Patch from Philip Van Hoof <freax@pandora.be>
23250         
23251 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23253         * src/an_file_view.c:
23254         anjuta was unable to open some files becuase they were not being
23255         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23256         Removed mime checking when opening with anjuta, becuase it doesn't
23257         hurt to open binary files in anjuta (some even may want to do so).
23258         
23259         Added a warning when mime type is not set when "view with default
23260         viewer" is activated.
23261         
23262         * src/an_file_view.c, an_symbol_view.c:
23263         Converted N_() to _() where ever appropriate in the strings.
23264         
23265 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
23266         
23267         * src/appwizard_gui.c, src/appwizard_cbs.c
23268           src/wizard_gui.c/h, src/appwiz_page3.c,
23269           src/project_import_gui.c:
23270           
23271         Moved target type radiobuttons to appwiz. page 2
23272         
23273         * src/message-manager-private.cc
23274         Fixed a bug which caused a crash if next message function was used
23276         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23278 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23280         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23281         Modifies the behaviour of Alt-TAB in Anjuta. This
23282         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23283         edited files in the first items of the notebook.
23285         Patch from: Timothee Besset <timo@qeradiant.com>
23286         
23287 2002-02-24  Philip Van Hoof <freax@pandora.be>
23289         * widgets/gnomefilelist.c, gnomefilelist.h:
23290           Added filecompletion
23291           
23292         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23294 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
23296         * configure.in: Added "sk" to ALL_LINGUAS.
23298 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
23299   
23300         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
23301           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
23302           src/wizard_gui.c: Added support for static and dynamic libs
23303         
23304 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
23306         * widgets/gnomefilelist.c:
23307           Fixed gnome_filelist_get_lastfilename so it no longer returns
23308           a corrupted path.
23310 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
23312         * src/resources.h, resources.c:
23313         Added url handler.
23315         * src/main_menubar_def.h, mainmenu_callbacks.c:
23316         Changed to use gnome configed url handler.
23318 2002-02-19  Philip Van Hoof <freax@pandora.be>
23320         * widgets/gnomefilelist.c
23321         Added PHP filetype.
23323 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
23325         * plugins/class-gen/clsGen.c:
23326         Added c++ support.
23327         
23328         * widgets/gnomefilelist.c:
23329         Gives the maximum space to the files section of the open file dialog.
23330         
23331         Patches from: lbell <lbell@tsc4.com>
23332         
23333 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
23335         * src/anjuta.c, main.c:
23336         Used tm_get_real_path in anjuta_get_full_filename();
23337         
23338 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
23339         
23340         * anjuta.prj: update version
23342 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23344         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
23345           removed the amount arg and replaced with a NULL-ending list.
23346           (gnome_filelisttype_makedefaultlist): use the new prototype.
23348 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
23350         * src/about.c, THANKS: updated for new contributors
23351         
23352         * anjuta.prj: added new files
23353         
23354         * README: corrected some documentation, ctags no longer needed,
23355           pkgconfig now required
23356           
23357         * data/properties/others.properties: add .cvsdiff extension
23358         
23359         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
23360           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
23361           file import
23362           
23363         * doc/anjuta.1: added initial man page thanks to 
23364           Rob Bradford <rob@debianplanet.org> (NB build and install 
23365           needs work)
23366         
23367 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
23369         * src/Makefile.am: Cleaned handling of compiler flags by moving them
23370           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
23371           warning flags. 
23372   
23373         * configure.in: Changed version to 0.1.10-pre
23374   
23375 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23377         * src/fileselection.c: (create_fileselection_gui): always display
23378           the directory creation button as we cannot rely on the dialog
23379           titlebar.
23381         * widgets/gnomefilelist.[ch]: fixed includes.
23383         * pixmaps/new_folder.xpm: resized, added a + sign.
23385 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23387         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
23388           changed all extensions to begin with a dot.
23390 2002-02-16  Philip Van Hoof  <freax@pandora.be>
23392         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23394         * THANKS: added Philip.
23396         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
23398         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
23399         * src/file_selection.[ch],
23400         * widgets/gnomefilelist.[ch]: added a filetype
23401           combobox to the Anjuta file dialog widget.
23403 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
23405         * anjuta.spec.in: eep! the import script was not being installed by
23406           RPM - fixed for the release.
23408 2002-02-13  Stephane Demurget  <demurgets@free.fr>
23410         Various cleanups and fixes for the next release to be able to make
23411         distcheck.
23413         * plugins/*/*.c: added missing prototypes causing gcc to speak to
23414           much and make some tweaks plus cleanups.
23416         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
23417           args to remove some warnings.
23419         * global-tags/Makefile.am,
23420           data/Makefile.am,
23421           src/Makefile.am: link against Anjuta static libs using the
23422           $(top_builddir) dir, not anymore on $(top_srcdir) to make
23423           distcheck happy.
23425         * src/Makefile.am: ditto with all the Anjuta static libs.
23427         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
23428           include, as we already include the whole directory for the build.
23430         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
23431           
23432 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
23434         * pixmaps/Makefile.am: icon for libglade project now installed
23435         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
23436         * manuals/C/Makefile.am: removed ChangeLog reference which was 
23437           breaking some build stuff
23438         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
23439           include reference problems that showed up on make distcheck
23440         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
23442 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
23443         
23444         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
23446 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
23448         * src/message-manager-private.cc:
23449           The horizontal scrollbar now shows properly on demand.
23450         
23451 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
23453         * src/dnd.c fixed some warnings
23454         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
23455           and works. It is shown always at the moment but before it was
23456           shown on demand and did never work. 
23458 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
23460         * src/anjuta.c: Fixed a crash bug.
23461           patch from: Jens Georg <mail@jensgeorg.de>
23463 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
23465         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
23466           reports a problem with missing end tags on <graphic>
23468 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23470         * manuals/C/ChangeLog: removed since it was never used
23471         * manuals/C/anjuta-manual/*: more updates, new screenshots
23472         * anjuta.prj: updated for new manuals/ structure
23474 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
23476         * source.c, compiler_options.[c/h]:
23477           Fixed bug #460321 "Problem with optimization options" 
23478           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
23479         
23480 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23482         * NEWS: prepared for release, need to fill in date
23483         * data/welcome.txt: version number updated
23485 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23487         * src/text_editor_menu.c, src/an_file_view.c, 
23488           src/an_symbol_view.c: marked strings for translation
23489         
23490         * src/defaults.c, data/properties/xml.properties:
23491           *.omf and *.xsl files should use XML highlighting
23492           
23493         * manuals/C/anjuta-manual/*:
23494           - restructured so that files have more meaningful names
23495             and are easier to edit (see anjuta-manual.sgml for the
23496                 ordering)
23497           - updated some screenshots
23498           - continued rewrite
23500 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
23502         * main.c: Made a workaround to remove the old
23503         anjuta gnome config file (older than 9 Feb 2002). This
23504         will fix the bug which never lets the brower toolbar shown.
23505         
23506         * main.c: In fact, the above solution wouldn't work in all
23507         cases. Therefore, here is the better fix, which works by
23508         detecting the version of the old config file and deleting
23509         ~/.gnome/Anjuta if it is lesser than 0.1.9.
23510         
23511 2002-02-01  Andy Piper <andy.piper@freeuk.com>
23513         * HACKING: added info on submitting patches
23515 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
23517         * src/project_import_gui.c, src/project_import.c:
23518           - If Project Import Wizard is canceled everything is 
23519                 cleaned up now.
23520           - Back button is now insensitive on page 3 (some problems: 
23521                 see TODO in project_import_qui.c:284
23522           - Menu frame is insensitive if project type != GNOME(mm)
23524 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
23526         * src/main.c: Fixed bug #  (Unable to open files on
23527         double click in project window from second trial onwards when
23528         the project is opened from command line).
23529         
23530         * po/POTFILES.in: Removed tags_manager.[h,c]
23531         
23532 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
23534         * src/preferences.c:
23535           A quick hack to fix the 'invisible' browser toolbar when
23536           upgrading from 0.1.8 to 0.1.9
23537           
23538         * src/anjuta.c:
23539           Fixed toolbar names which were causing confusions in the toolbar
23540           show/hide.
23541           
23542         * src/main.c:
23543           Substituted "anjuta" with PACKAGE
23544           
23545         * src/project_import_gui.c: 
23546           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
23547           
23548         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
23549           Added new files and removed obsolete ones.
23550           
23551 2002-01-30  Andy Piper <andy.piper@freeuk.com>
23553         * src/appwizard_cbs.c, project_import_cbs.c, 
23554           main_menubar_def.h, project_import_gui.c: 
23555           updates to message strings and layout for the 
23556           import wizard.
23557           
23558         * text_editor_cbs.c: fix for the tab menu entries for 
23559           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
23561 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
23563         * src/toolbars.c,
23564           src/toolbars.h,
23565           src/anjuta_gui.c,
23566           src/controls.c:
23567           
23568           Tag dropdown exclusive (takes
23569           all space in the toolbar) and never vertical and
23570           increased the width of the tag combo to 256 pixs.
23571           Toolbar separator before the combo and button.
23572           Added tags label before the tag button.
23573           Reorganized the dock bands for the toolbars.
23574           
23575         * src/project_import_gui.c
23576           src/project_import.c:
23577           Fixed an error and removed an unused variable.
23578           
23579         * data/properties/anjuta.properties:
23580           Removed the property for the old toolbar and set
23581           browser toolbar show to default.
23582           
23583         * src/project_dbase.c: excluded modules were not
23584           loaded. Fixed.
23585           
23586         * src/source.c:
23587           No build files will be written if the project is blocked.
23588           
23589         * src/project_import.c,
23590           src/project_import_cbs.c,
23591           src/project_gui.c,
23592           src/wizard_gui.c:
23593           
23594           Manually applied Johannes patch to fix some memory
23595           issues and gui clean up.
23596           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
23597         
23598         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
23599           Fixed a bad bug with remove file from project because of
23600           files were never removed properly from the project and
23601           from the tagmanager.
23602           
23603         * src/appwiz_page3.c: Disabled unused codes to clear
23604           compiler warnings.
23605           
23606 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
23608         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
23609         
23610         * data/Makefile.am
23611           pixmaps/Makefile.am
23612           src/Makefile.am
23613           src/an_file_view.c
23614           src/an_symbol_view.c
23615           src/anjuta.c
23616           src/anjuta.h
23617           src/anjuta_cbs.c
23618           src/anjuta_gui.c
23619           src/controls.c
23620           src/main_menubar.c
23621           src/main_menubar.h
23622           src/main_menubar_def.h
23623           src/mainmenu_callbacks.c
23624           src/mainmenu_callbacks.h
23625           src/pixmaps.h
23626           src/project_dbase.c
23627           src/project_dbase.h
23628           src/text_editor.c
23629           src/text_editor_menu.c
23630           src/text_editor_menu.h
23631           src/toolbar.c
23632           src/toolbar.h
23633           src/toolbar_callbacks.c
23634           src/toolbar_callbacks.h :
23635           
23636           Patch submitted by:
23637           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23638           
23639           Removes the Tags toolbar and substituted it with
23640           tags combo dropdown list. Fixes a couple of bugs.
23641           
23642           Moved the tag combo to browser toolbar because
23643           main toolbar was becoming too long.
23644           Made a new icon of tag toolbar.
23645           
23646         * po/zh_TW.po: Fixed bug.
23647           
23648         * pixmaps/an_tag.xpm: Added new file.
23650 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
23652         * src/project_import_gui.c: Reorganized project
23653         import gui page 2.
23654         
23655 2002-01-29  Andy Piper <andy.piper@freeuk.com>
23657         * HACKING: added info on creating windows and dialogs
23659 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
23661         * src/tm_file_view.c:
23663           Sorts the file list at the end instead of doing sort-insert
23664           to improve performance.
23665           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
23667         * src/project_dbase.c: Resolved a conflict from
23668           Johannes's patch.
23669           
23670         * src/project_import.c:
23671         
23672           Fixed to use anjuta_import.sh for the bin dir and
23673           not from the data dir.
23674         
23675           Used anjuta_is_installed() function to verify a the command's
23676           executability.
23677         
23678           Fixed import command to use sh (which is more general and is
23679           gauranteed to be found in any unix system :-)). Also, added
23680           double quotes around the import directory.
23681         
23682           Changed some strings for better translations (like avoiding
23683           duplicates).
23684           
23685           Fixed the reading of wrong target type.
23686           
23687         * src/control.c: Insensitive "import project" when there is
23688           a project open.
23689           
23690         * src/project_import_cbs.c:
23691           
23692           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
23693           Fixed selection of gettext checkbox.
23694           Sets the menu entries.
23695           
23696 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
23697         
23698         * src/appwiz_page[1-4].c
23699         * src/appwiz_gui.c
23700         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
23701         be able to reuse it.
23702         
23703         * src/mainmenubar.[c/h]
23704         * src/mainmenubar_def.h
23705         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
23706         menu item
23707         
23708         * src/message-manager.c: Fixed bug 509192
23709         * src/message-manager-dock.c: Added accel_group if window is undocked
23710         
23711         * src/project_dbase.[c/h]: Splitted opening code to be able
23712         to use it without an open file dialog
23713         (Maybe I broke Naba's changes, please take a look)
23714                         
23715         * src/project_import.[c/h]
23716         * src/project_import_gui.c: New Files, Code for Project Import Wizard
23717         
23718         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
23719         import wizard
23721 2002-01-28  Andy Piper <andy.piper@freeuk.com>
23723         * src/main_menubar_def.h, tagmanager/tm_project.c: more
23724           string cleanups
23725           
23726         * manuals/C/anjuta_manual/*: started rewrite of the 
23727           manual, updated some screenshots
23729 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
23731         * src/gnomefilelist.h, src/gnomefilelist.c:
23732         
23733           Fixed multiple selection bug (#497085). The OK button is
23734           sensitive when in multiple mode, if the no. of
23735           selection is one or more.
23736           
23737           Toggle between single and multiple selection mode
23738           and multiple mode display.
23739           
23740           Fixed strings to translable strings.
23741           
23742           Fixed some compiler warnings by commenting out
23743           unused functions.
23744           
23745 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
23747         * src/project_dbase.c: App status bar now updates
23748           with the project name when the project is loaded.
23749         
23750         * src/an_file_view.c, tagmanager/tm_file_entry.c:
23751           
23752           Puts the directories at the top. They're also sorted now.
23753           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
23754         
23755 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
23757         * scripts/anjuta_import.sh.in: Added file.
23758         * scripts/anjuta_import.sh: Removed file.
23760         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
23761           Updated files.
23762           
23763         * src/main_menubar_def.h:
23764         
23765           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
23766           reflect the opposite of Find (CTRL+F) and also to leave
23767           CTRL+R or Redo.
23768           
23769           Changed Glade summon with ALT+G, which frees the ATL+E
23770           for poping up the edit menu.
23771           
23772         * src/Makefile.am: Debugging link flags by Biswa, removed.
23774 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
23776         * HACKING: added information on best practices for writing
23777           application messages and GUI labels
23778           
23779         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
23780           src/breakpoints.c, src/build_file.c, src/build_project.c, 
23781           src/clean_project.c, src/compile.c, 
23782           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
23783           src/configurer.c, src/debugger.c, src/executer.c, 
23784           src/find_in_files.c, src/find_in_files_cbs.c, 
23785           src/find_replace.c, src/find_text.c, src/glades.c, 
23786           src/gnome_project.c, src/goto_line.c, src/main.c, 
23787           src/main_menubar.c, src/main_menubar_def.h, 
23788           src/mainmenu_callbacks.c, src/preferences_gui.c, 
23789           src/project_config.c, src/project_dbase.c, 
23790           src/project_dbase_gui.c, src/resources.c, src/source.c, 
23791           src/support.c, src/tags_manager.c, src/text_editor.c, 
23792           src/text_editor_gui.c, src/text_editor_menu.c, 
23793           src/toolbar_callbacks.c, src/utilities.c: 
23794           lots of minor message updates to make them more user-friendly 
23795           and consistent
23797 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
23799         * src/executer.c:
23800         
23801           Because of the spaces escaping, the command could not be
23802           executed when run without terminal. Now fixed.
23803           
23804         * anjuta.prj, Makefile.am:
23805         
23806           Added anjuta project file.
23807         
23808 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
23810         * src/message-manager-private.h, message-manager-private.cc,
23811           message-manger.cc:
23812           
23813           Added freeze() and thaw() for the message window class to
23814           speed up the message manager update.
23815         
23816         * src/project_config.h, project_config.c,
23817           src/project_dbase.h, project_dbase.h
23818           scripts/anjuta_project.template:
23819           
23820           Added two new prject attributes: project.config.blocked and
23821           project.excluded.modules. The former will make sure that users
23822           are not given any previlidge in enabling the 'overwrite build
23823           files' flags and the later issues a list of modules in the project
23824           to be skipped for symbol browsing and project listing.
23825         
23826         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
23827         
23828           Modified script to read the template from the anjuta data dir
23829           rather than from the directory in which the script exist. Otherwise,
23830           Being transfered to the bin dir, the script will not be able to
23831           find the template when it is run.
23832           
23833           The script is also create with configure.in to set in the anjuta
23834           data dir path inside the script.
23835           
23836 2002-01-26  Stephane Demurget  <demurgets@free.fr>
23838         * po/fr.po: updated to the latest sources.
23840 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
23842         * scripts/Makefile.am:
23843           anjuta_import.sh goes with distribution.
23844           
23845         * po/*.po: They seem to have updated (merged with
23846           anjuta.pot) automatically when I did "make dist".
23847           
23848 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
23850         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
23851           Fixed Bug #499807, ie crash on removing libs, includes, defines from
23852           the compiler options dialog.
23853         
23854         * ChangeLog:
23855           Correct todays date. :)
23856           
23857         * scripts/Makefile.am:
23858           Installs anjuta_import.sh in $(prefix)/bin dir and
23859           is treated as an executable.
23860           
23861 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
23863         * Fix for bug #499373
23864         
23865         * data/properties/anjuta.properties, ada.properties, cpp.properties,
23866           java, properties, latex.properties, lua.properties, others.properties,
23867           perl.properties:
23868           
23869           Added double-quotes around file arguments so that
23870           filenames with spaces could also work.
23872         * launcher/anjuta-launcher.c, executer.c:
23873           Escaped quotes in the cammand and it's arguments before executing
23874           so that args with spaces can also work.
23875           
23876           Commented #DEBUG switch.
23877           
23878 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
23880         * scripts/*: Added files which I forgot previously.
23881         
23882         * src/aneditor.h: Lined up commands definition for better look.
23883         
23884         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
23885           main_menubar.h, control.c:
23886           Added three more convert EOL chars submenu items in transform.
23887           Reformatted some some.
23888         
23889         * data/anjuta.properties:
23890           Reformatted a line.
23891         
23892         * src/aneditor.h, aneditor.c:
23893           Added three commands (with definitions) for EOL conversions.
23894           
23895         * src/text_editor.c:
23896           Editor detects file mode from the file content and
23897           set the editing mode to CR/LF/CRLF automatically.
23898           Refined Dos mode extrageneous chars filter
23899           This will make sure that filter works only in Dos mode and not
23900           in other modes.
23901           
23902         * src/anjuta.c: Editor mode display in status bar.
23903         
23904         * src/preferences_gui.c: Changed the string for dos mode
23905           filter to more sensible string.
23906         
23907         * src/aneditor.c: Default editor mode sets during widget creation
23908           and not everty time the properties are loaded. This makes sure
23909           that the auto-detected mode is not overridden by the default mode.
23910           
23911         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
23912         
23913         * src/anjuta.c: Fixed bug #476028.
23914           Now anjuta also searches for file relative to top project dir,
23915           when the project is open.
23916         
23917         * src/anjuta_cbs.c: Fixed bug #499536.
23918           File is not closed if it is not able to save the file properly.
23919           
23920         * src/mainmenu_callbacks.c: Fixed bug #499536.
23921           Newfiles (which are not modified) are also closed on "close all files".
23922         
23923 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
23925         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
23926         
23927         * tagmanager/tm_source_file.c, regex.c, parse.c:
23928           defined and delimited g_messages within #debug.
23929           
23930         * src/preferences.c, data/anjuta.properties:
23931           saved/defied message-manager tag position in string.
23932           Message tag possition is saved between sessions. And
23933           and tag position bottom as default.
23934           
23935 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
23937         Patch submitted by:
23938         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23940         * Makefile.am
23941           configure.in
23942           data/Makefile.am
23943           data/properties/Makefile.am
23944           global-tags/Makefile.am
23945           pixmaps/Makefile.am
23946           src/Makefile.am
23947           src/an_file_view.c
23948           src/an_file_view.h
23949           src/an_symbol_view.c
23950           src/an_symbol_view.h
23951           src/anjuta.c
23952           src/anjuta_cbs.c
23953           src/file_history.c
23954           src/file_history.h
23955           src/message-manager-private.cc
23956           src/pixmaps.h
23957           src/project_dbase.c
23958           src/project_dbase_gui.c
23959           src/tags_manager.c
23960           src/text_editor.c
23961           src/utilities.c
23962           src/utilities.h
23963           src/watch_gui.c:
23964         
23965           Modified files.
23966         
23967         * scripts/*
23968           pixmaps/sv_class.xpm
23969           pixmaps/sv_function.xpm
23970           pixmaps/sv_macro.xpm
23971           pixmaps/sv_private_fun.xpm
23972           pixmaps/sv_private_var.xpm
23973           pixmaps/sv_protected_fun.xpm
23974           pixmaps/sv_protected_var.xpm
23975           pixmaps/sv_public_fun.xpm
23976           pixmaps/sv_public_var.xpm
23977           pixmaps/sv_static_fun.xpm
23978           pixmaps/sv_static_var.xpm
23979           pixmaps/sv_struct.xpm
23980           pixmaps/sv_unknown.xpm
23981           pixmaps/sv_variable.xpm
23982           pixmaps/fv_core.xpm
23983           pixmaps/fv_text.xpm
23984           pixmaps/filestoremove.txt:
23985         
23986           New files.
23987         
23988         * pixmaps/class.xpm
23989           pixmaps/function.xpm
23990           pixmaps/fv_autofile.xpm
23991           pixmaps/fv_doc.xpm
23992           pixmaps/fv_i18n.xpm
23993           pixmaps/fv_source.xpm
23994           pixmaps/private_func.xpm
23995           pixmaps/private_var.xpm
23996           pixmaps/protected_func.xpm
23997           pixmaps/protected_var.xpm
23998           pixmaps/public_func.xpm
23999           pixmaps/public_var.xpm
24000           pixmaps/struct.xpm
24001           pixmaps/variable.xpm
24002         
24003           Removed files.
24004         
24005         * tagmanager/*/*:
24006         
24007           Upgraded to tagmanager-0.7
24009 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24010         * src/anjuta_cbs.c: Fixed bug #506441
24011         * src/watch_gui.c: Changed layout of eval dialog so that
24012         it fits on a 800x600 desktop with German translation. 
24014 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24016         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24017         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24018           icon for new project type (thanks to Misha)
24019         * configure.in: build and install Danish translation
24020         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24021           credits to cover new patches and translations
24023 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24024         
24025         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24026           src/appwiz_page1.c:
24027         
24028       - Font preferences are restored properly now (\n was missing)
24029           - Dock menu label of message-manager is "Dock/Undock" instead
24030           of "Dock|Undock" to match with the rest of anjuta.
24031           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24032           changed it in anjuta, too 
24034 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24036         * tagmanager/tm_source_file.c,
24037           tagmanager/parse.c,
24038           tagmanager/tm_project.c,
24039           src/an_symbol_view.c,
24040           src/anjuta.c:
24041           
24042           Disabled debug warnings.
24044 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24046         * src/appwiz_page1.c
24047           src/compiler_options.c
24048           src/project_dbase.c
24049           src/project_dbase.h
24050           src/project_type.c
24051           src/source.c
24052           src/source.h:
24053           
24054           New project type named LibGlade.
24055           
24056           Patch submitted by:
24057           Dick Knol <dknol@gmx.net>
24059         * src/gnome_prj.c:
24060           Commented out unused pixmap creation. May be it
24061           will fix the crash in project creation.
24062           
24063 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24065         * src/registers.c
24066           src/registers.h
24067           src/registers_cbs.c
24068           src/registers_cbs.h
24069           src/registers_gui.c
24070           src/sharedlib.c
24071           src/sharedlib.h
24072           src/sharedlib_cbs.c
24073           src/sharedlib_cbs.h
24074           src/sharedlib_gui.c
24075           src/signals.c
24076           src/signals.h
24077           src/signals_cbs.c
24078           src/signals_cbs.h
24079           src/signals_gui.c
24080           src/stack_trace.c
24081           src/stack_trace.h
24082           src/stack_trace_cbs.c
24083           src/stack_trace_cbs.h
24084           src/stack_trace_gui.c
24085           src/text_editor.c
24086           src/watch.c
24087           src/watch.h
24088           src/watch_cbs.c
24089           src/watch_cbs.h
24090           src/watch_gui.c
24091           
24092           Fixed bug #496290: Attach/detach removed from these
24093           windows as they are never implemented.
24094           
24095           Patch submitted by:
24096           Johannes Schmid <johannes.schmid@gmx.de>
24097           
24098 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24100         * src/anjuta.c,
24101           src/anjuta_cbs.c:
24102           
24103           Fixed bug:
24104           when you right click on the tabs, a list of filenames are given
24105           out, but now it gives a list of "page 1", "page 2", etc...
24106           
24107           Patch submitted by: 
24108           Jens Georg <mail@jensgeorg.de>
24110         * anjuta.in.in: Removed c|c++ because, it was not necessary
24111           and was causing translation problem.
24112           
24113         * plugins/class-gen/clsGen.c:
24114           removed "'" for the same reason.
24115           
24116 attached the fix for the menu
24119 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24121         * src/preferences.h,
24122           src/preferences.c,
24123           src/preferences_gui.c:
24124           
24125           Adds the functionality to Anjuta to auto save your unsaved
24126           files before you build a project.
24128           Patch submitted by: 
24129           jason <jason_williams@suth.com>
24130           
24131         * src/anjuta.[h,c]:
24132           Added function for save all files.
24133         
24134         * src/mainmenu_callbacks.c:
24135           Modified to use the above function.
24136         
24137         * src/build_project.c:
24138           Save all files before build if it is set in the
24139           preferences.
24141 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24143         * src/message-manager-private.cc
24144           src/message-manager-private.h
24145           src/message-manager.cc:
24146           
24147           Message-manager now restores the tabs which were shown on startup.
24148           The terminal is now created on demand (as requested by Biswa)
24149           and I have removed some debug messages.
24150           
24151           Patch submitted by: 
24152           Johannes Schmid <johannes.schmid@gmx.de>
24154 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24156         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24157           proper tabs keyboard navigation.
24159         * src/an_symbol_view.c,
24160           src/anjuta_cbs.c,
24161           src/gnome_project.c,
24162           src/project_dbase.c,
24163           src/tags_manager.c: removed some debugging display.
24165 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24167         * src/message-manager-dock.c
24168           src/message-manager-private.cc
24169           src/message-manager-private.h
24170           src/message-manager.cc
24171           src/preferences.c
24172           src/preferences.h
24173           src/preferences_gui.c:
24174           
24175           Patch submitted by: 
24176           Johannes Schmid <johannes.schmid@gmx.de>
24177           
24178           This patch adds a tab to the notebook of the preferences-dialog
24179           where you can change the colors, the tab position of the new
24180           message manager. Also the truncate messages stuff has moved
24181           from misc tab to messages tab.
24183           Also improved the remembering position stuff of message manager.
24184           
24185         * data/internal.properties,
24186           Added definitions for messages colors and tag position.
24187           
24188         * src/message_manager.cc:
24189           Fixed a bug that never lets the messages panes to get cleared.
24190           Added wmclass setting for the message window. Fixed a bug in
24191           which the message window was not being shown.
24192         
24193         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24194           output and disabled it.
24196         * src/anjuta.c: Preferences created and loaded before anything else.
24197           anjuta now recognizes messages colors on startup and initializes
24198           them.
24199         
24200 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24202         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24204 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24206         * pixmaps/file_c.xpm,
24207           pixmaps/file_cpp.xpm,
24208           pixmaps/file_file.xpm,
24209           pixmaps/file_h.xpm,
24210           pixmaps/file_html.xpm,
24211           pixmaps/file_i18n.xpm,
24212           pixmaps/file_icon.xpm,
24213           pixmaps/file_pix.xpm,
24214           pixmaps/fv_doc.xpm,
24215           pixmaps/fv_i18n.xpm,
24216           pixmaps/fv_image.xpm,
24217           pixmaps/fv_source.xpm,
24218           pixmaps/fv_unknown.xpm: made these icons transparent.
24220 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24222         * launcher/anjuta_launcher.c: updated message strings
24223         * src/message-manager-dock.c: added newline at end to avoid compile warning
24224         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24225         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24226           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24227           entries for username and Python-style GPL notice
24228         * HACKING: added info on files to change to update Insert menu
24230 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24232         * src/project_dbase.c,
24233           src/an_file_view.c,
24234           src/an_symbol_view.c:
24235           Changed the CTree expander style to square and
24236           line style to Dotted line.
24237           
24238         * po/POTFILES.in: Removed and Added translable files.
24240 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24242         * ccview/.cvsignore: Removed.
24243         
24244 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24246         * ccview/
24247                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24248                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24249                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24250                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24251                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24252                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24253         
24254         Removed ccview module because it is no longer needed.
24256 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24258         * src/project_dbase.c:
24259           Shifted structure initialization in project_dbase_new()
24260           before anything else, otherwise it was crashing due to
24261           uninitialized values.
24262         
24263         * src/an_symbol_view.c:
24264           Disabled high volume debug output.
24266 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24267         
24268         Applied a very heavy patch from:
24269         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24271         * Makefile.am
24272         configure.in
24273         pixmaps/Makefile.am
24274         src/Makefile.am
24275         src/aneditor.cxx
24276         src/aneditor.h
24277         src/anjuta.c
24278         src/anjuta.h
24279         src/commands.c
24280         src/commands.h
24281         src/compile.c
24282         src/compile.h
24283         src/controls.c
24284         src/defaults.c
24285         src/fileselection.c
24286         src/main_menubar.c
24287         src/main_menubar.h
24288         src/main_menubar_def.h
24289         src/mainmenu_callbacks.c
24290         src/mainmenu_callbacks.h
24291         src/project_dbase.c
24292         src/project_dbase.h
24293         src/project_dbase_gui.c
24294         src/tags_manager.c
24295         src/text_editor_menu.c
24296         src/toolbar_callbacks.c
24297         tagmanager/Makefile.am
24298         tagmanager/ctags.c
24299         tagmanager/include/Makefile.am
24300         tagmanager/include/tm_project.h
24301         tagmanager/include/tm_symbol.h
24302         tagmanager/include/tm_tag.h
24303         tagmanager/include/tm_tagmanager.h
24304         tagmanager/include/tm_workspace.h
24305         tagmanager/tm_project.c
24306         tagmanager/tm_source_file.c
24307         tagmanager/tm_symbol.c
24308         tagmanager/tm_tag.c
24309         tagmanager/tm_workspace.c
24310         widgets/Makefile.am: Modified.
24311         
24312         * src/an_file_view.[c,h],
24313           src/an_symbol_view.[c,h],
24314           src/file_history.[c,h],
24315           src/support.[c,h],
24316           widgets/scroll-menu.[c,h],
24317           tagmanager/tm_file_entry.c
24318           tagmanager/include/tm_file_entry.h: Added new files.
24319           
24320         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
24321         private_func.xpm, public_func.xpm,
24322         class.xpm, fv_exec.xpm, fv_unknown.xpm,
24323         private_var.xpm, public_var.xpm,
24324         function.xpm, fv_i18n.xpm, macro.xpm,
24325         protected_func.xpm, struct.xpm,
24326         fv_autofile.xpm, fv_image.xpm,
24327         ofolder.xpm, protected_var.xpm, variable.xpm:
24328           Updated and Added pixmap files.
24330         Features:
24331         ---------
24332         a) Removes CCView dependency.
24333         b) Improves the terminal.
24334         c) Adds tag navigation context menus.
24335         d) Upgrades tagmanager to latest version.
24336         e) Miscellaneous small additions.
24338 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24340         * src/project_dbase_gui.c: Fixed crash of anjuta
24341         when project first created.
24342         
24343         * src/gnome_project.c: It now updates the tags manager
24344         when new projects are created.
24345         
24346 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24348         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
24349           for this big patch.
24350         
24351         * src/messages.[c,h]: Removed files.
24353         * src/message-manager.[cc,h],
24354           src/message-manager-dock.[c,h],
24355           src/message-manager-private.[cc,h]
24356           New files.
24358         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
24359           src/build_project.c, src/clean_project.c, src/compile.c
24360           src/configurer.c, src/debugger.c, src/find_in_files.c
24361           src/mainmenu_callbacks.c, src/preferences.h
24362           src/preferences_gui.c, src/properties.h
24363           src/utilities.c, src/utilities.h:
24364           The new messages widget.
24365           New features:
24366             - Use of GtkNotebook instead of ToggleButtons
24367               and show/hide
24368             - Popupmenu to show and hide message types and
24369               to dock/undock in detach mode
24371           All other things should work as they did with the
24372           old message window. Currently the keyboard short-cuts
24373           do not work in detached mode.
24374           
24375           Some functions in utitlities.[c,h] changed.
24376           so that they take const arguments where this is possible
24377           
24378         * src/Makefile.am, po/POTFILES.in:
24379           Removed messages.[c,h] and
24380           added message-manager.[cc,h], message-manager-dock.[c,h],
24381           message-manager-private.[cc,h]
24382           
24383         * src/message-manager.h: Removed "include <bonobo.h>"
24384           and added a newline at the end of the file.
24385           
24386         * src/message-manager-private.cc:
24387           Set clist's width setting to Automatic.
24388           Set scroll window's scroll bars to Automatic.
24389           
24390 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
24392         * text_editor_menu.c:
24393           Fixed misalignment of the function sub menu
24394           in the text editor pop up menu.
24395           
24396 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24397         
24398         * src/text_editor.c: Fixed a compiler warning.
24399         
24400 2002-01-04  Andy Piper <andy.piper@freeuk.com>
24402         * THANKS, manuals/*/authors.sgml: updated for new translations
24403         * plugins/class-gen/clsGen.c: converted messages to English
24404         * src/about.c, src/main_menubar_def.h: string updates
24406 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24408         * src/anjuta.c
24409           src/anjuta_cbs.c
24410           src/text_editor.c
24411           src/mainmenu_callbacks.c
24412           src/text_editor.h
24413           src/text_editor.c
24414           src/text_editor_cbs.c
24415           src/text_editor-gui.c:
24416           
24417           Earlier code for adding 'cross' button
24418           for closing pages were too error prone and unorganized.
24419           Cleaned up the code and shifted the 'extra' widgets
24420           creation (eg. close button, close_pixmap and lable)
24421           from anjuta to text_editor. This takes care of proper
24422           widgets creation and destruction. Otherwise, anjuta
24423           was crashing at too many points, especially related
24424           to docking and undocking.
24425           
24426 2002-01-04  Stephane Demurget  <demurgets@free.fr>
24428         * src/aneditor.cxx: removed debugging code.
24430         * data/properties/.cvsignore: added swap files.
24432 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24434         * src/anjuta.c
24435           src/anjuta_cbs.c:
24436           Fixed Crashing of anjuta when a new file is saved as
24437           different file.
24438           
24439 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24441         * src/aneditor.c: Some debug codes around.
24442         
24443         * data/internal.properties, data/anjuta.properties: Removed.
24444           data/properties/Makefile.am:
24445           data/properties/ada
24446           data/properties/cs
24447           data/properties/make
24448           data/properties/rc
24449           data/properties/html
24450           data/properties/ruby
24451           data/properties/baan
24452           data/properties/idl
24453           data/properties/pascal
24454           data/properties/sample
24455           data/properties/bash
24456           data/properties/java
24457           data/properties/perl
24458           data/properties/sql
24459           data/properties/conf
24460           data/properties/latex
24461           data/properties/props
24462           data/properties/vb
24463           data/properties/cpp
24464           data/properties/lua
24465           data/properties/python
24466           data/properties/xml
24467           data/properties/others
24468           data/properties/.cvsignore:
24469             Added files. Properties now splitted into small files
24470             for each language.
24472         * data/Makefile.am
24473           configure.in: Update the removal and added properties module.
24475         * src/preferences.c: preferences_new(): Updated to reflect the
24476           new properties files organization.
24477           
24478         * src/Makefile.am: Added Baan Lexer.
24480 2002-01-01  Stephane Demurget  <demurgets@free.fr>
24482         * src/aneditor.cxx: readded the baan lexer. 
24484         * src/preferences.c: fixed translated messages and a typo.
24486         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
24487           confusing the regexp usage in xml-i18-merge.
24489 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
24491         * src/project_dbase.c: tidied some messages, and spotted a typo in
24492           the reading of properties which prevented the project version from
24493           ever being reported in the Project Information window - fixed :)
24495         * po/POTFILES.in: removed syntax.h
24497 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24499         * data/internal.properties: fixed baan properties.
24500           Added all ada properties.
24502         * src/main_menubar_def.h,
24503           src/lexer.h,
24504           src/aneditor.cxx,
24505           src/utilities.[ch]: added support for the Ada highlight style.
24507 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24509         * plugins/*/.cvsignore: updated.
24511 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24513         * src/syntax.h,
24514           src/text_editor.c,
24515           src/Makefile.am: removed the empty header syntax.h.
24517 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
24519         * main_menubar.c:
24520         Stef's observation on the 'superfluous' hseparators in the recent
24521         files and projects is fully justified -- removed.
24522         
24523         * main_menubar_def.h:
24524         Changed "Plug Ins" to "Plugins" in the menu label.
24525         
24526         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
24527         Added class-gen in the configure output and class-gen module.
24528         
24529         * data/internal.properties:
24530         Correct mis-spelled "jave" to "java".
24531         Added file.is.source for *.h, *.c, *.cpp properties.
24532         
24533         * global-tags/Makefile.am:
24534         "chmod +x create_global_tags.sh" before it is executed, because
24535         there is very high chance that it will be found "-x" and resulting
24536         in error
24538 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24540         Fixed a crash on Solaris reported by Holder Burde, thanks to him
24541         for the backtrace.
24543         * src/gnome_project.c: (create_new_project): if the user doesn't
24544           select any icon, it doesn't have any extension and thus we can't
24545           use it in printf on Solaris, since the %s modifier use strlen to
24546           know the string length and then crash. On Linux, gcc checks the value
24547           of the pointer to be NULL and write "(null)" if necessary. We can't
24548           rely on that.
24550         * src/source.c: (source_write_desktop_entry): if there's no icon, we
24551           don't need to have the directory icon but the generic one.
24553 2001-12-30  Stephane Demurget  <demurgets@free.fr>
24555         Merged with latest (1.42) scintilla.
24557         Added: Support for the {load,save}.on.(de)activate properties.
24558                The PHP lexer to match keywords case insensitively.
24559                Baan lexer.
24560                Experimental supports for changeable style attribute & line
24561                wrapping.
24562                
24563         Updated: Both the C++ and HTML lexers.
24564                  More shell keywords added.
24565                  Horizontal scrolling and diplay of long lines optimised.
24566                  Cursor setting optimised.
24568         Bugs fixed: Caret movement over folded lines.
24569                     Selection tracking in 2ndary views when doing modifications.
24571         * scintilla/CallTip.{cxx.h},
24572           scintilla/ContractionState.{cxx,h},
24573           scintilla/Document.{cxx,h},
24574           scintilla/Editor.{cxx,h},
24575           scintilla/KeyWords.cxx,
24576           scintilla/LexHTML.cxx,
24577           scintilla/PlatGTK.cxx,
24578           scintilla/RESearch.cxx,
24579           scintilla/ScintillaBase.cxx,
24580           scintilla/ScintillaGTK.cxx,
24581           scintilla/Style.{cxx,h},
24582           scintilla/StyleContext.h,
24583           scintilla/ViewStyle.cxx,
24584           scintilla/include/*.h: updated.
24586         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
24588         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
24589           should have been told to the scintilla team. We're lucky I read the
24590           ChangeLog and the modifications of the lexer (thanks to the Gnome
24591           bonsai for this ;)
24593         * data/internal.properties: added Baan definitions.
24594           Fixed some issues for C such as *_cast directive, that are only
24595           available with C++.
24596           Updated C++, HTML and shell scripts definitions.
24597           Updated Ada and Bullant, that have been forgotten.
24599         * src/main_menubar_def.h,
24600           src/lexer.h,
24601           src/aneditor.cxx,
24602           src/utilities.[ch]: added support for the Baan highlight style.
24604 2001-12-29  Stephane Demurget  <demurgets@free.fr>
24606         Polished the plugins menu behaviour and added a tearoff
24607         menuitem to the recent entries submenu.
24609         Note: The recent entries list seems to be too height
24610               with all these superfluous hseparators.
24612         * src/main_menubar.c: Polished, making some
24613           functions declarations static and cleaning some code.
24615           (create_submenu_plugin): removed the extra
24616           plugins entry and the horizontal separators.
24618           (on_plugins_menu_realize): the plugins menu is only
24619           shown if there's at least one available.
24621           (create_submenu*): added a tearoff menuitem to have
24622           a more homogeneous menu style. For now, it doesn't
24623           take care of user settings (but it was even worse
24624           before :).
24626 2001-12-29  Stephane Demurget  <demurgets@free.fr>
24628         * configure.in: added the packageplugindir variable to avoid
24629           installing the plugins in $(prefix). It's not the same path as
24630           anjuta 2 to allow parallel installation.
24632 2001-12-29  Stephane Demurget  <demurgets@free.fr>
24633         Fix a reopened part of bug #440676: keyboard navigation between the
24634         different text buffers. Changed to a more global approch. 
24636         * src/notebook.[ch]: removed.
24638         * src/Makefile.am: removed notebook.[ch]
24640         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
24641           (on_anjuta_window_key_press_event): added to fulfill the global
24642           shorcuts handling.
24644         * HACKING: updated according to the new global shortcuts handling.
24646 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
24648         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
24649           Shifted plugin menu from Edit submenu to main menu.
24650         
24651         * po/POTFILES.in:
24652           Added plugins/sample1/plugin-sample1.c
24653           
24654         * plugins/sample1/plugin-sample1.c:
24655           Added localization and used anjuta_info, instead of anjuta_error.
24656           
24657         * plugins/.cvsignore, plugins/sample1/.cvsignore:
24658           Added cvs ignores.
24659           
24660 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
24662         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
24663           for plugin dir.
24664         
24665         * Makefile.am: Added module plugins.
24666         
24667         * plugins, plugins/Makefile.am, plugins/sample1/*:
24668           Created plugins modules.
24669           
24670         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
24671           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
24672           to load plugins of *.so only and not *.so* (which results
24673           in duplicates).
24674         
24675         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
24676           plugins during packaging.
24678 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
24680         *  configure.in: Added Greek (el) to ALL_LINGUAS.
24682 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
24684         * configure.in: Added portuguese to ALL_LINGUAS
24686 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
24688         * global-tags/.cvsignore
24689         tagmanager/.cvsignore
24690         tagmanager/include/.cvsignore:
24691         Added cvs ignore files.
24693         * data/.cvsignore
24694         Updated cvs ignore file.
24695         
24696 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
24698         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
24699           data/anjuta.properties, data/internal.properties: clean up some 
24700           message strings (me)
24702 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
24704         * src/about.c, THANKS: added Jens to the credits
24705         
24706 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
24708         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
24709           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
24710           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
24711           Georg <mail@jensgeorg.de> to add close button to file tabs.
24713 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
24715         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
24716           (debugger now catches correct signal from process)
24718 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
24720         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
24721         * src/pixmaps.h: switch appwizard project icons to new designs
24722         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
24724 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
24726         * pixmaps/Makefile.am: stop redundant images from being installed.
24727           The next step will be to remove them completely.
24728         * src/appwiz*: further updates (more to come)
24729         * src/pixmaps.h: cleaned up, commented
24730         * src/splash.c: should use the pixmaps macro defined
24731         * HACKING: more on the graphics stuff and use of pixmaps.h
24733 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
24735         * src/defaults.c: fix bug #494864
24737 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
24739         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
24740           graphics from Misha
24741         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
24742           redundant graphics, no longer used
24743         * src/appwiz*: revamped application wizard by Andy and Misha for
24744           a more usable and professional look-and-feel
24745         * HACKING: updates to cover patching, graphics, and some additions
24746           post-0.1.8
24747         * TODO: removed some implemented features
24749 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
24751         * data/anjuta.properties, data/internal.properties: cleanup
24752         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
24753           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
24754           to edit styles colors for keywords and add Goto Tag menu option
24755           in the editor
24757 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
24759         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
24760         
24761         Fixed bug #460335
24762         fixes the Forget of the cursor position when tab is brought active
24763         from project manager.
24764         
24765 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
24767         * src/messages.c
24768           Exported "TERM=xterm" to get a color terminal when
24769           anjuta is not started from within a terminal.
24770           
24771 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
24773         * src/messages.c
24774           src/messages.h
24775           Added a frame around zvt terminal.
24776           
24777         * src/preferences_gui.c
24778           Modified to say "Use glade component (experimental)"
24779           instead of "Use Component".
24780           
24781 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
24783         * Patch from 
24784         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24785         
24786         * src/anjuta.c
24787         src/fileselection.c
24788         src/messages.c
24789         src/messages.h
24790         src/preferences.c
24791         src/preferences.h
24792         src/project_dbase.c
24794         a) Extra scrollbar in terminal no longer appears.
24795         b) Character set preference should be preserved (untested).
24796         c) File selection widget now remembers last directory.
24797         d) On creation of generic project, the glade 'file not found' error no
24798                 longer occurs.
24799         e) First terminal window is created 'on demand', so it should always to
24800                 the Right Thing (TM) as far as starting WD is concerned. Also, the
24801                 environment is now passed to the terminal.
24802         f) Solaris compilation should be fixed (replaced get_current_dir_name()
24803                 with getcwd()).
24804         g) Fixed some compilation warnings.
24806 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
24808         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
24809           src/pixmaps.h: applied terminal and warnings patch (Biswa)
24810         * src/*: cleanups (me)
24811         * pixmaps/mini_term.xpm: added new file for terminal button
24812           (me, based on existing artwork)
24814 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
24816         * configure.in: bumped version to 0.1.9-pre
24817         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
24818           translation
24819         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
24821 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
24823         * src/splash.c: removed a DOS end of line of a comment (so the *.po
24824           files are free of that char)
24825         * configure.in: added "az" to ALL_LINGUAS
24827 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
24829         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
24830           crash bug fix from Biswa.
24831         * FUTURE: added Anjuta/gIDE merger information to provide 
24832           details on future direction and status of 1.x stuff
24833         * NEWS: prepared for release
24834         * po/de.po: update from Jens Georg <mail@jensgeorg>
24836 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
24838         * multiple minor updates pre-0.1.8
24839         * patch from Biswa to fix syntax highlighting and packaging
24840         * po/fr.po: update from Stef
24842 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
24844         * global-tags/Makefile.am
24845         global-tags/create_global_tags.sh
24846         global-tags/tm_global_tags.c
24847         scintilla/LexCPP.cxx
24848         scintilla/include/SciLexer.h
24849         src/aneditor.cxx
24850         src/project_dbase.c
24851         tagmanager/Makefile.am
24852         tagmanager/include/Makefile.am
24853         tagmanager/include/tm_project.h
24854         tagmanager/include/tm_tag.h
24855         tagmanager/include/tm_tagmanager.h
24856         tagmanager/tm_project.c
24857         tagmanager/tm_source_file.c
24858         tagmanager/tm_tag.c
24859         tagmanager/tm_workspace.c:
24860         
24861         Includes the syntax highliting patch to scintilla).
24862         and more stable code.
24863         
24864         *tagmanager/include/tm_symbol.h: New file.
24865         *tagmanager/tm_symbol.c: New file.
24866         
24867         Add symbol tree building functionality at project level
24868         
24869         Patch from:
24870         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24871         
24872 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
24874         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
24875           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
24876           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
24877           : New and improved pixmaps from Misha <misha@phreaker.net>
24878           Thanks to him.
24880 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
24881         
24882         * Big patch submitted by
24883           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
24884           Many thanks to him.
24885         
24886         * src/Makefile.am, src/aneditor.cxx
24887           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
24888           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
24889           Use of tagmanager lib for advanced calltips.
24891         * global-tags/*: Created new directory and added files to 
24892           generate system.tags.
24894         * tagmanager/*: Created new directory and added tagmanager lib
24895           files.
24897         * configure.in, acconfig.h, Makefile.am: Modified to reflect
24898           the above additions.
24900         * data/Makefile.am: Modified to accomodate generated system.tags file.
24902 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
24904         * scintilla/: updated to 1.41
24905         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
24906         * src/about.c: updated list of authors
24907         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
24908         * HACKING: updated to cover Scintilla usage
24909         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
24910           translation
24912 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
24914         * src/aneditor.cxx: Fixed compilation errors with it.
24915           by add include to gtk+ headers and typedefining a mysteriously
24916           vanished class Colour.
24918 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
24920         * configure.in: Added pt_BR in the languages.
24921         
24922 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
24924         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
24925           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
24926         * THANKS: updated
24927         * manuals/C/anjuta-manual/*: new format to match
24928           the rest of the GNOME docs chapter layout. Added the many
24929           new contributors. Moved Authors and License information into new
24930           chapters of their own - should make expansion easier too
24931         * src/compiler_options.c: changed the profiler option to -pg to 
24932           work with GNU tools (gprof)
24933         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
24934           and text labels
24935         
24936 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
24938         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
24939           compiler_options_gui.c:
24940           Added a new entry for linker flags and renamed c_options to c_flags
24941           and l_options to l_libs. Also, added a new function:
24942           compiler_options_set_prjlflags_in_file();
24943         
24944         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
24945         
24946         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
24947           
24948 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
24950         * THANKS, src/about.c: corrections and additions following 
24951         Naba's big update
24952         * src/main_menubar.c: patch from Rikul to fix the problem with 
24953         menu accelerators not being loaded
24955 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
24957         * THANKS: Added all contributors and translators names and emails.
24958         * AUTHORS: Updated
24959         * pixmap/anjuta_logo.png: Reduced the size of the logo.
24960         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
24961               Added new file (earlier logo with border).
24962         * src/about.c: Added all contributors names and emails
24963               and used macro definition for logo pixmap file.
24964         * src/pixmaps.h: Added entry for anjuta splash screen.
24966 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
24968         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
24969         to new PNG version (thanks to Misha) and removed the old
24970         pixmap.
24972 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
24974         * THANKS: added Conner Mo for simplified Chinese translation.
24975         * configure.in: added zh_CN in ALL_LINGUAS
24977 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
24979         * THANKS: added Joe Man for his traditional Chinese translation.
24980         * configure.in: added zh_TW in ALL_LINGUAS.
24982 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
24984         * src/main_menubar_def.h: Changed the link of lidn to
24985         http://lidn.sourceforge.net.
24986         
24987 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
24989         * Applied patch from Rikul
24990         * Applied patch from Luca
24991         * Fixed a cvs conflict. :)
24993 2001-10-17  Stephane Demurget  <demurgets@free.fr>
24995         * THANKS: added Marc Botermans for his Dutch translation.
24997         * configure.in: added nl in ALL_LINGUAS.
24999         * po/nl.po: added.
25001 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25003         * anjuta.c: Fixed luca's typo.
25004         * resources.c, resources.h: Changed gchar* return to void, to
25005                 avoid a compiler warning.
25006         * scintilla/Makefile.am: Reorganized file entries.
25007         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25009 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25011         * Upgraded scintilla to 1.4.
25012         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25013                 LexLisp.cxx StyleContext.cxx StyleContext.h
25014         * src/Makefile.am: Added 4 lexers and separated lexer objects
25015                 from the main link variable.
25017 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25019         * THANKS: added Luca, even if it shouldn't be my role to write
25020           this sort of thing :)
25022         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25023           the latest Luca patch.
25025 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25027         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25028         This is not documented yet; plugins to come later.
25029         * src/find*.c: find dialogs now persistent 
25030         (Rick <rikul@bellsouth.net>)
25031         * widgets/gnomefilelist.c: fixed multiple file open issue 
25032         (Rick <rikul@bellsouth.net>)
25033         * changes to recent file and project lists handling 
25034         (lbell <lbell@tsc4.com>)
25035         * more minor UI updates (me)
25037 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25039         * src/Makefile.am: removed warnings for traditional C syntax
25040         * pixmaps: added new icons for mini_locals, mini_cvs and
25041         the splash screen - thanks to Misha <misha@phreaker.net>
25043 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25045         * src/toolbar.c: fix typo in tooltip text
25046         * ccview/cccmd.cc: alter Func to Function in menu text
25048 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25050         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25051         issue with find dialog reporting an error when Scintilla finds text
25052         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25053         DOS files (i.e. CR/LF translation)
25055 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25057         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25058         #452436
25059         * data/internal.properties: default fold style now set to 3 :-)
25060         * applied patch from rikul <null@acm.org> to turn notebook tab 
25061         headings red when file has been edited.
25063 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25065         * configure.in: Added "no" to ALL_LINGUAS.
25066         
25067 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25069     * Patch from lbell <lbell@tsc4.com>
25070     src/controls.c
25071     src/debugger.c
25072     src/main_menubar.c
25073     src/main_menubar.h
25074     src/main_menubar_def.h
25075     src/mainmenu_callbacks.c
25076     src/mainmenu_callbacks.h
25077     src/project_dbase.c
25078     src/project_dbase.h
25079     
25080     Implemented a check menu item to handle the 'show locals' flag
25081     for the current project.
25083     * data/internal.properties: Removed the redundant command
25084     for gnome-terminal.
25085     
25086 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25088         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25090 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25092         * configure.in: Added "ta" to the languages list.
25094 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25096         * data/internal.properties:
25097           added fold.symbols property to control appearance of folds
25098           in the Scintilla editor (thanks to rikul <null@acm.org>)
25100 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25102         * src/message.c:
25103           one extra button for message win is being created -- Fixed.
25104         
25105           The frame should be hidden and not only the pix_lab when
25106           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25107           -- Fixed.
25108         
25109         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25110           for the time being it is same as mini_cvs.xpm.
25111         
25112 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25114         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25116         Patch from rikul <null@acm.org>
25117         
25118         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25119         glades.h, messages.c, messages.h, pixmaps.h,
25120         project_dbase.c, project_dbase.h, session.c,
25121         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25122         
25123         inserted 'add to watch' option in inspect window, so you can add easily
25124         a variable in watch window .
25125         
25126         Added a new message pane for the gdb local variables inspection. Changed
25127         the code in messages.c to better account for future new panes insertion.
25128         Defined a new pixmap for the new tab button in pixmaps.h
25129         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25130         install script.
25131         
25132         Changed the debugger module to have a single function for asking to gdb
25133         to send program info. The idea is to ask the debugger about only the
25134         info needed to open windows( watch, registers, etc ) to speedup the step
25135         command. I plan to ask informations to the debugger based on the user
25136         interface status.
25137         The request for local variables is enabled by default, but the
25138         projectDBase has a variable to control it, to allow disabling that
25139         feature,  there is also the code to save and to reload the state. If you
25140         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25141         in project_dbase.c
25143         This big patch is from:  lbell <lbell@tsc4.com>
25144         
25145 2001-09-20  Stephane Demurget <demurgets@free.fr>
25147         Patch from rikul <null@acm.org> :
25149         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25150           problem and added folding support for php/hmtl.
25152 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25154         * Fixed dnd of files within scintilla.
25155         patch from:  rikul <null@acm.org>
25156         
25157 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25159         * Applied patch from Luca.
25160         
25161         * src/source.c: source_write_build_files(): Fixed the project generation
25162           failure. The fist return statement and the free_project_type were 
25163           misplaced.
25165 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25166         
25167         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25168         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25169         
25170         1) Restore the error color to red (waiting for a configurable one )
25171         2) Saving projects settings if you exit anjuta without closing an open
25172         saved project
25173         3) New Menu 'repaeat search' to search with a keystroke without pressing
25174         the toolbar button
25175         4) some define in the menus to better handle menu item update
25176         
25177         Patch from: lbell <lbell@tsc4.com>
25178         
25179         * main_menubar_def.h, main_menubar.c: Change the position of
25180         "Repeat find" menu position.
25182 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25184          project_type.h, project_type.c, source.c: Applied patch.
25185          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25186          
25187 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25189         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25190         
25191 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25192         
25193         * Fixed bug #445752
25194   
25195 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25196         
25197         * Fixed bugs in Gtk-- and Gnome-- project type
25199 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25201         * dnd.c: Support for multiple files drag-n-drop.
25202         
25203           Patch from: rikul <null@acm.org>
25204         
25205         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25206           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25207           saving from menu.
25208         
25209           Patch from: rikul <null@acm.org>
25211         * Applied patch for widgetizing goto dialog box.
25212           Patch from: ???
25213         
25214         * Applied patch for having new project type handling.
25215           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25216           
25217 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25219         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25220           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25221           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25222           find_replace.c, find_replace.h, find_text.c, find_text.h,
25223           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25224           project_dbase.h, source.c, text_editor.c, text_editor.h,
25225           text_editor_cbs.c, utilities.c, utilities.h:
25226         
25227           Applied a huge patch (after slight preview). I would like Luca
25228           to have his feature additions mentioned here.
25229         
25230           Patch from: lbell <lbell@tsc4.com>
25232 2001-09-09  Stephane Demurget <demurgets@free.fr>
25234         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25236         * po/fr.po: updated to the latest sources.
25239 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25240         
25241         * Fixed bug #445752
25242   
25243 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25245         * dnd.h, dnd.c: New files for drag n drop support.
25246                 
25247         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25248            Added drag and drop support for opening files.
25249         
25250         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25251         Archit Baweja <bighead@crosswinds.net> for this idea.
25252         
25253         * TODO: Added some more todos. :-(
25255 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25257         * Fixed the goto line activate bug.
25258         patch from: Martyn Bone <mbone@brightstar.u-net.com>
25260 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25261         
25262         * Fixed bugs in Gtk-- and Gnome-- project type
25264 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
25266         * widgets/gonmefilelist.c, gnomefilelist.c:
25267         Modified multiple selection on pressing control.
25268           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25269         
25270         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25271         Modified multiple selection on pressing control.
25272           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25273         
25274 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
25276         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25277           This is useless; but just in case...
25279 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
25281         * data/internal.properties: modified a bit of perl properties.
25282         
25283 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
25285         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
25286           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
25287           Added support for multiple file imports. Changed the standrd C++
25288           convention of #include <file> to #include <file.h>, because I had given
25289           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
25290           now support the #include <file> convention. That is something to be fixed :). 
25291           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25293 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
25295         * src/anjuta.c: Added function static greetings_text(), to solve the non
25296                 translation of the greetings text in the wizard.
25297                 
25298 2001-08-31  Andy Piper <andy.piper@freeuk.com>
25300         * src/find_in_files_gui.c: made order of buttons consistent with other Find
25301           dialogs, with OK the default (fix bug #453482)
25303 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
25305         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
25306         
25307         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
25308         
25309 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
25311         * src/aneditor.cxx
25312           src/aneditor.h
25313           src/anjuta_cbs.c
25314           src/controls.c
25315           src/main_menubar.c
25316           src/main_menubar.h
25317           src/main_menubar_def.h
25318           src/mainmenu_callbacks.c
25319           src/mainmenu_callbacks.h:
25320                 Applied the patch that addes menu items which allow users to
25321                 insert GPL notice and date time in current document.
25322                 patch from: Rick Patel <rikul@shreve.net>       
25323                 
25324         * src/main_menu.c: Fixed a compilation error.
25325         
25326         * src/anjuta.c: Fixed non-rememberence of editor tab position.
25327         
25328         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
25329           about the unterminated strings.
25330           
25331         * scintilla/*: Updated scintilla to 1.3.9 version.
25332         
25333 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
25334         
25335         * widgets/gnomefileselection.c:
25336           Applied the patch for fixing multiple selection of file open funcion,
25337           which will deselect the files selected.
25338           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25340 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25342         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
25343           src/fileselection.c, src/anjuta_cbs.c:
25344           Applied the patch     for multiple selection of file open.
25345           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25346           
25347 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25349         * Removed "-f" option in call to devhelp, because devhelp no longer
25350           supports that.
25351         
25352 2001-08-26  Stephane Demurget <demurgets@free.fr>
25354         All these modifications have been pointed out by
25355         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
25357         * data/internal.properties: two fixes for the PHP lexer.
25358           this out.
25360         * fr.po: minor fixes.
25362         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
25364 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
25365         
25366         * main_menubar.c,
25367           main_menubar.h,
25368           main_menubar_def.h,
25369           main_menubar_callbacks.c,
25370           controls.c:
25371                 Added new menu item for "close all fils".
25372                 (Patch from Rikul <rikul@shreve.net>, after revision)
25373         
25374         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
25375         
25376         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
25377                 (Patch from Rikul <rikul@shreve.net>)
25378         
25379         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
25380                 (Patch from Rikul <rikul@shreve.net>)
25382 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25383         
25384         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
25385            project name in application widzard.
25386            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
25388         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
25389           of the 'OK' button there is an 'Execute' one.
25390           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
25391         
25392         * executer.c: Changed cancel button to close button. That was more appropriate.
25393           
25394 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25396         * HACKING: corrected >>>>>> Config management.
25397         
25398         * HACKING: Added many things.
25399         
25400         * src/launcher.h: Added some comments.
25402 2001-08-21  Stephane Demurget <demurgets@free.fr>
25404         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
25406         * HACKING,
25407           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
25408           src/appwizard_cbs.c,
25409           src/appwizard_gui.c: Applied UI/docs cleanup patch from
25410           Andy Piper <andy.piper@freeuk.com>
25412         * po/fr.po: updated to latest sources.
25414         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
25417 2001-08-18  Andy Piper <andy.piper@freeuk.com>
25419         * Fixed bugs #450280 and #448845
25421         * src/about.c: corrected Naba's e-mail address (.net, not .com)
25422         
25423         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
25424           named dialogs
25425         
25426         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
25427           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
25428           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
25429           names to remove "Anjuta: " prefix
25430           
25431         * src/main_menubar_def.c: altered a message
25432         
25433         * launcher/anjuta_launcher.c: cleaned up some messages
25435         * src/debugger.c: edited messages to improve clarity
25436         
25437         * src/app_wiz*.c: tidied wizard interface
25440 2001-08-15  Stephane Demurget <demurgets@free.fr>
25442         Synced Naba's fix and mine about the wizards not working and removed
25443         anjuta.prj to avoid a nasty checkin.
25445         * Makefile.am: removed the install-data-local rule.
25447         * data/Makefile.am: changed the list of files.
25449         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
25451         * .cvsignore: added anjuta.prj for the same reason.
25454 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
25456         * src/source.c: Fixed a bug that fails new gnome projects to get
25457           created.
25459         * src/project_manager.c: Fixed a bug that disables storing recent
25460           project history.
25462         * Makefile.am: Added stuffs to install the macro files in the
25463           anjuta share file.
25466 2001-08-14  Stephane Demurget <demurgets@free.fr>
25468         * data/Makefile.am: added some rules to support the gnome/ macros
25469           dir in order to make the wizards work again.
25471         * anjuta.spec.in: upped the release number.
25474 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
25476         * configure.in (ALL_LINGUAS): Added pl.
25479 2001-08-09  Stephane Demurget <demurgets@free.fr>
25481         * anjuta.spec.in: fixed the doc files list.
25484 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
25486         * src/about.c: corrected my email address. :-)
25487         
25488         * TODO: Updated.
25489         
25490         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
25491          (patch from Andy Piper <squiggle@ukgateway.net>)
25493 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
25495         * debugger.c: Fixed a bug associated with debugging threaded
25496           application.
25497         
25498         * text_editor_menu.c: Fixed broken ui in text editor
25499           pop up menu.
25500           
25501         * text_editor_menu.c: Now the option sub menu in text editor pop up
25502           works.
25503         
25504         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
25505                 (suggested by lord sibn <sibn@utspl.cjb.net> )
25506         
25507 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25509         * src/text_editor_menu.c: Added menu item for context help
25510           (patch from Andy Piper <squiggle@ukgateway.net>)
25511         
25512 2001-08-06  Stephane Demurget <demurgets@free.fr>
25514         * ccview/cccproj.cc: added missing i18n strings.
25516         * data/welcome.txt: bumped version to 0.1.6.
25518         * src/anjuta.c: fixed a compilation error due to devhelp integration.
25520 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25521         
25522         * help.c, help.h: Added support for DevHelp context sensitive help
25523                 and gnome api browsing.
25524         * Fixed toolbars and editor views "not save" bug.
25525         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
25526           (patch from Andy Piper <squiggle@ukgateway.net>)
25527         * Updated THANKS and chapter15.sgml for uk and ru translators.
25529 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
25531         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
25532         * Updated configure.in to include these changes
25533         
25534 2001-08-03  Stephane Demurget <demurgets@free.fr>
25536         * src/project_dbase_gui.c: fixed bug #446963
25537           (on_project_dbase_ccview_update_start),
25538           (on_project_dbase_ccview_update_end): added.
25539           These two respectively disable and enable close file/project
25540           menu entries and toolbar items, while the ccview part updates
25541           its tag database.  
25544 2001-08-03  Stephane Demurget <demurgets@free.fr>
25546         * configure.in: added sv to the ALL_LINGUAS list.
25547         
25549 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
25551         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
25552                 file to work: merge translations and distribute it.
25554         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
25556         * NEWS, README, THANKS & TODO: Spelling fixes.
25558 2001-08-01  Stephane Demurget <demurgets@free.fr>
25560         * README: updated requirements.
25562         * scintilla/Makefile.am,
25563           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
25564           target can't be realized (custom build path).
25566         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
25567           Removed install-data-local.
25569         * src/compiler_options.c: changed the include paths of the pixmaps.
25570           we hadn't any warning because of the include paths passed to the
25571           compiler. Thanks to make distcheck for reporting this.
25574 2001-07-31  Stephane Demurget <demurgets@free.fr>
25576         * NEWS, THANKS: updated.
25578         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
25579           fixed to show the correct kernel signal number and its description.
25581         * widgets/gnomefilelist.c: fixed bug #445756
25582           (goto_last): renamed to goto_prev and changed according to goto_next.
25583           (goto_next): added.
25584           (goto_directory): removed.
25585           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
25586           returned value is now the position in the list.
25587           (check_ok_button_cb): changed the back check and added one for next.
25588           (gnome_filelist_set_dir): the check in history make it wouldn't be
25589           a "true" history. polished the whole thing, using set_dir_internal.
25590           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
25591           there's no check in the history when using back or next.
25593         * manuals/*: added missing .cvsignore files.
25596 2001-07-30  Stephane Demurget <demurgets@free.fr>
25598         * po/fr.po: updated to latest sources.
25600         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
25601           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
25602           to put off their sensitive attributes.
25604 2001-07-29  Stephane Demurget <demurgets@free.fr>
25605         
25606         * po/fr.po: fixed some grammar things.
25607           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
25608           this out.
25609         
25610         * src/utilities.c: (file_is_link): use lstat instead of stat.
25612 2001-07-27  Naba Kumar <kh_naba@123india.com>
25613         
25614         * Remove help dir from cvs, because it is no longer
25615           needed.
25616         
25617         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
25618           needed.
25620 2001-07-24  Naba Kumar <kh_naba@123india.com>
25622         * debugger.c: (debugger_update_prog_status): Fixed
25623                 the bug with gdb version 5. Debugger starts, when
25624                 step in/out/over etc are clicked.
25625         
25626         * debugger.c: All functions: added debugging codes.
25627         
25628         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
25629         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
25630           Modified to recognize non project files also.
25631           
25632         * source.c: (source_write_configure_in):
25633           Added source for 'prefix' counterparts for
25634           no-prefix AC_SUBST.
25635         
25636 2001-07-23  Naba Kumar <kh_naba@123india.com>
25637         
25638         * anjuta.c: added function anjuta_remove_text_editor();
25639           and suitably modified anjuta_remove_current_text_editor().
25640           
25641         * project_dbase.c: project_dbase_close(), Added code to
25642           close all opened files that belong to the project when
25643           the project is closed.
25644          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
25645         
25646         * Updated the manuals/anjuta-manual subdir for GDP standards.
25647            (patch from Andy Piper <squiggle@ukgateway.net>)
25648         
25649         * main_menubar.h, main_menubar.def: Added Menu items to handle
25650           urls for library references, bugs, patches and feature request
25651           submission.
25652         
25653 2001-07-20  Naba Kumar <kh_naba@123india.com>
25654         
25655         * Set wmclass names in all windows.
25656           (patch from Andy Piper <squiggle@ukgateway.net>)
25657         * New splash logo from "Misha" <misha@phreaker.net>);
25659 2001-07-19  Naba Kumar <kh_naba@123india.com>
25660         
25661         * preferences.[h,c], preferences_gui.c: Added 4 properties to
25662           set caret color, calltip back color and selection fore/back
25663           color.
25665 2001-07-18  Naba Kumar <kh_naba@123india.com>
25666         
25667         * project_dbase.c: Closes all files when project is closed.
25668          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
25669          -- We still need to refine this as it closes all sort of files.
25670         
25671         * compiler_options.c: Fixed seg-fault bug when last item in
25672           compiler option lists is removed.
25673         
25674         * Fixed missing newline warnings during compilation.
25675           (patch from Andy Piper <squiggle@ukgateway.net>)
25677 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
25679         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
25680                 autogenerated no need to store'em in CVS.
25682         * ccview/.cvsignore: Addition of cvsignore.
25684 2001-07-17  Naba Kumar <kh_naba@123india.com>
25685         
25686         *GUI fixes and spell corrections
25687         (patch from Andy Piper <squiggle@ukgateway.net>)
25689 2001-07-15  Naba Kumar <kh_naba@123india.com>
25690         
25691         *Fixed double error message for file not found.
25692         
25693         *Put white backgrounds for png images.
25694         
25695         *Converted '-' to '_' in sgml files.
25697 2001-07-14  Naba Kumar <kh_naba@123india.com>
25698         
25699         * project_dbase.c: Short-cut for expand/collasp project tree
25700         
25701         * project_dbase_gui.c:
25702          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
25704 2001-07-13  Naba Kumar <kh_naba@123india.com>
25705         
25706         * notebook.[h,c]: Added
25707          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
25708         Project/message window now toggles on control and
25709         and notebook switch short-cut
25711 2001-07-7  Naba Kumar <kh_naba@123india.com>
25712         
25713         * Changed a new icon set which looks more gnomish.
25714         
25715         * Changed a new anjuta splash logo.
25716         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
25718 2001-07-6  Naba Kumar <kh_naba@123india.com>
25719         
25720         * ccview/*: Integrated ccview for class view and file view
25721                 in the project Manager.
25722         
25723         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
25725 2001-07-1  Naba Kumar <kh_naba@123india.com>
25726         
25727         * scintilla/*: Upgraded Scintilla to version 1.3.7
25728         
25729         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
25730         
25731 2001-06-28  Naba Kumar <kh_naba@123india.com>
25732         
25733         * src/debugger.c: Correct step-over and step-out swapping.
25734         
25735         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
25736           chapters and added more stuffs.
25738 2001-06-13  Naba Kumar <kh_naba@123india.com>
25739         
25740         * data/autogen.sh.gtkmm: Added
25741         
25742         * data/autogen.sh.gnomemm: Added
25743         
25744         * src/appwiz.c: Added two more application wizard templetes
25745         
25746         * src/project: for gtk-- and gnome-- and proper support
25747         
25748         * src/source.c: for c++ in the project configuration.
25749         
25750         * src/source.h:
25752 2001-05-05  Naba Kumar <kh_naba@123india.com>
25754         * Merged my pre-cvs modifications with 
25755           the current cvs copy.
25757         * (lot of files change).
25759         * Implemented session management.
25761         * Local installation possible by
25762           manageing our own pixmaps paths
25763           manupulations.
25764         
25765         * resources.h: Added.
25766         * resources.c: Added.
25768         * Fixed some bugs.
25769         
25770 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
25772         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
25773                 Corrected/extended ignores.
25775 2001-05-04  Naba Kumar <kh_naba@123india.com>
25777         * manuals/: dir tree added.
25778           Sgml documentation started in this dir.
25779           
25780         * omf-install/: dir tree added.
25781         
25782         * manuals/anjuta-manual/C/anjuta-manual.sgml:
25783           Created initial document structure.
25784           
25785         * configure.in: Added test for scrollkeeper.
25786           Added some Makefile entries in AC_OUTPUT.
25787         
25788         * Makefile.am: Added subdir manuals/
25789         
25790         * HACKING: Wrote something stupid.
25792 2001-05-02  Stéphane Démurget <demurgets@free.fr>
25794         * Makefile.am: Added ChangeLog in local data list, becaused it's
25795           needed to create a new project.
25796           
25797         * po/fr.po: minor fixes.
25799         * src/build_file.c, src/configurer.c, src/debugger.c,
25800           src/executer.c, src/find_replace.c, src/gnome_project.c,
25801           src/goto_line.c, src/launcher.c, src/messages.c, 
25802           src/preferences.c src/project_dbase.c: functions declared static.
25803           
25804         * widgets/gnomefilelist.c: Fixed a project creation bug,
25805           introduced with latest changes.
25807 2001-05-01  Stéphane Démurget <demurgets@free.fr>
25809         * widgets/gnomefilelist.c,
25810           BUGS: Fixed an annoying bug preventing from loading files/project
25811           given on the command line. Polished the whole gnome_filelist widget.
25813 2001-04-27  Stéphane Démurget <demurgets@free.fr>
25815         * src/main.c,
25816           src/anjuta.c,
25817           src/anjuta.h: Polished the command line parsing.
25819         * BUGS: Need to clean that damn gnome_filelist widget.
25821 2001-04-25  Stéphane Démurget <demurgets@free.fr>
25823         * src/registers.c,
25824           src/sharedlib.c,
25825           src/signals.c: Removed duplicated includes.
25827         * po/fr.po: minor fixes.
25829         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
25830           create_compiler_options_page? () declared static.
25831         * src/main.c,
25832           src/anjuta.c: Put a command line option for disabling
25833           the splashscreen.
25835         * src/preferences_gui.c: Fixed an internationalization issue,
25836           other functions declared static.
25838         * src/gnome_project.c: Fixed some memory leaks,
25839           new_prj_terminated () declared static. 
25841 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
25843         * configure.in: Sort ALL_LINGUAS alphabetically.
25845 2001-04-22  Stéphane Démurget <demurgets@free.fr>
25847         * Emptied that ugly old Changelog.
25849 == Anjuta 0.1.5 ===
25850 == Anjuta 0.1.4 ==
25852 2001-03-10 Naba kumar  <naba@gnome.org>
25854         * src/gnome_project.c: Fixed project dir creation bug.
25856         * src/text_editor.c: Fixed double accelerators bug.
25857         
25858         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
25860         * src/stack_trace.c, * src/compiler_options.c,
25861         data/internals.properties, src/defaults.c:
25862         Fixed pixmap creation with NULL window.
25864         * src/commands.c, src/preferences_gui.c, src/build_project.c
25865         src/clean_project.c: Bug fix.
25866         
25867         * src/main_menubar_def.h: i18n bug fix.
25868         
25869         * src/executer.h, src/executer.c: Bug fix.
25870         
25871         * src/controls.c: Bug fix.
25872         
25873         * src/debugger.c: Debugger now takes program args.
25874         
25875         * po/ja.po: Added japanese translation file.
25876         
25877         Upgraded to ver 0.1.4
25878         ... Fixed other minor bugs.
25880 == Anjuta 0.1.3 ===
25882 2001-XX-XX Naba kumar  <naba@gnome.org>
25884         * Lots of unaccountable changes. Integrated scintilla.
25885         Redesigned Project managemet. Added supports for other languages.
25886         Java style properties managements. .... blah blah
25887         
25888 2000-11-11 Naba kumar  <naba@gnome.org>
25890         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
25891         Upgraded to version 0.1.3.
25893         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
25894         Fixed to activate Debug->add watch properly.
25896 === Anjuta 0.1.2 beta_2 ===
25897 === Anjuta 0.1.2 ===
25899 2000-11-05 Naba kumar  <naba@gnome.org>
25901         * src/compiler_options.c, src/compiler_options_cbs.c
25902         src/compiler_options_cbs.h, src/compiler_options_gui.c
25903         src/anjuta2.c, extra/stock_libs.anj (new),
25904         extra/README.stock_libs (new), htmls/page13.html,
25905         htmls/images/*: Improved Library settings GUI. Can now enable/disable
25906         added libraries. Stock libs provided for ease of entry. Modified
25907         help html file accordingly.
25909 2000-11-03 Naba kumar  <naba@gnome.org>
25911         * README: Minor fixes in Doc files.
25913         * src/gnome_prj.c, src/appwidzard_cbs.c:
25914         Fixed to ignore non-existant dir for blank prj.
25915         More checking in project creation, especially to confirm
25916         that the prj file already does not exist.
25918         * anjuta.spec, configure.in: Upgraded to version 0.1.2
25920         * src/controls.c: Now Menu item "Format/Detach current document"
25921         is inactive when there is no document opened.
25923 === Anjuta 0.1.1 ===
25925 2000-11-01 Naba kumar  <naba@gnome.org>
25927         Completed and Release of first version (Beta) with lots of bugs.
25929 1999-12-27 Naba kumar  <naba@gnome.org>
25931         Anjuta project started.