Fix ChangeLog
[anjuta-git-plugin.git] / ChangeLog
blob8a9398798c9d05db9369a0b34a7819fdf18de991
1 2008-02-13  Johannes Schmid <jhs@gnome.org>
3         * plugins/language-support-cpp-java/plugin.c:
4         (is_iter_inside_string), (get_line_auto_indentation):
5         Handle comments in the code and do not ask editor. Fixes scintilla
6         indentation (sourceview does not report comments anyway).
7         
8         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
9         Diff with correct sign (also fixes some issues with language-support)
11 2008-02-13  Johannes Schmid <jhs@gnome.org>
13         * plugins/language-support-cpp-java/plugin.c:
14         (get_line_indentation_base):
15         Act even more clever for comments. Indent /* */ comments correctly
16         for multilines
18 2008-02-13  Johannes Schmid <jhs@gnome.org>
20         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
21         Also set indentation size correctly, when tab size is set
22         by language support plugin
24 2008-02-13  Johannes Schmid <jhs@gnome.org>
26         * plugins/language-support-cpp-java/plugin.c:
27         (get_line_indentation_base):
28         
29         Indent lines after comments correctly
31 2008-02-13  Johannes Schmid <jhs@gnome.org>
33         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
34         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
35         * libanjuta/anjuta-launcher.h:
36         Some more fixes from symbol-db-branch
37         
38         * src/Makefile.am:
39         Move anjuta-shell to noinst_PROGRAMS as it is just a test
41 2008-02-12  Johannes Schmid <jhs@gnome.org>
43   Patch from Gennaro Bellizio <genbell@tiscali.it>:
44         * global-tags/Makefile.am:
45         * AUTHORS
46         #515954 – create_global_tags.sh: wrong anjuta-tags path
47         
48         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
49         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
50         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
51         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
52         (anjuta_launcher_fork):
53         * libanjuta/anjuta-launcher.h:
54         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
55         from symbol-db branch
57 2008-02-11  Johannes Schmid <jhs@gnome.org>
59         * plugins/file-manager/file-model.c: (file_model_expand_idle):
60   515868 – File browser only shows icons when activated
61   
62 2008-02-11  Johannes Schmid <jhs@gnome.org>
64         * plugins/file-manager/file-model.c: (file_model_expand_idle):
65         #515867 – Anjuta dies on startup
67 2008-02-11  Johannes Schmid <jhs@gnome.org>
69         * TODO.tasks: Marked subversion task as completed
71 === anjuta 2.3.4 ===
73 2008-02-11  Naba Kumar  <naba@gnome.org>
75         * configure.in: Bumped version to 2.3.4
77 2008-02-10  Naba Kumar  <naba@gnome.org>
79         * NEWS: Updated for release.
81 2008-02-10  Johannes Schmid <jhs@gnome.org>
83         * plugins/document-manager/anjuta-document-manager.plugin.in:
84         Added html, javascript and glade file types. This makes it possible to
85         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
86         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
87         
88         * plugins/file-wizard/anjuta-file-wizard.glade:
89         * plugins/gdb/anjuta-gdb.glade:
90         * plugins/project-wizard/anjuta-project-wizard.glade:
91         * plugins/search/anjuta-search.glade:
92         * plugins/terminal/anjuta-terminal-plugin.glade:
93         
94         Fixed some other translation issues (#507921)
96 2008-02-10  Naba Kumar  <naba@gnome.org>
98         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
99         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
101 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
103         * manuals/anjuta-manual/C/interface.xml,
104         manuals/anjuta-manual/C/introduction.xml,
105         manuals/anjuta-manual/C/preferences.xml,
106         manuals/anjuta-manual/C/fileoperations.xml,
107         manuals/anjuta-manual/C/projects.xml:
108         Fix spelling errors, including bug #515204, #515172, #515117
109         and #513892
111 2008-02-10  Naba Kumar  <naba@gnome.org>
113         * plugins/document-manager/plugin.c: Fixed stream comment and added
114         translator's comment for 'block comment', 'box comment' and 'stream
115         comment'
117 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
119         * plugins/debug-manager/command.c,
120         plugins/debug-manager/command.h,
121         plugins/debug-manager/breakpoints.c,
122         libanjuta/interfaces/libanjuta.idl:
123         Avoid adding the same breakpoint several times
125         * plugins/gdb/debugger.c:
126         Fix bug #515463: Deattaching process kill it
128 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
130         * manuals/anjuta-manual/C/debugger.xml:
131         Fix translation bug #515459 and #515460
133 2008-02-10  Johannes Schmid <jhs@gnome.org>
135   Patch from Rémi Cardona <remi@gentoo.org>
137         * plugins/build-basic-autotools/Makefile.am:
138         * plugins/cvs-plugin/Makefile.am:
139         * plugins/document-manager/Makefile.am:
140         * plugins/editor/Makefile.am:
141         * plugins/indent/Makefile.am:
142         * plugins/language-support-cpp-java/Makefile.am:
143         * plugins/message-view/Makefile.am:
144         * plugins/sourceview/Makefile.am:
145         * plugins/symbol-browser/Makefile.am:
146         * plugins/terminal/Makefile.am:
147         * scripts/build-schemas.mk:
148         * src/Makefile.am:
149   Fix #512531 – Parallel build fails
150   
151   * AUTHORS: Added Rémi
153 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
155         * plugins/debug-manager/queue.c:
156         Fix interrupt command, not working due to previous change
158 2008-02-10  Johannes Schmid <jhs@gnome.org>
160         * src/Makefile.am:
161         * src/anjuta-app.c:
162         * src/anjuta-callbacks.c (removed):
163         * src/anjuta-callbacks.h (removed):
164         
165         Removed (almost) empty files, fixes #515383 and #515388
167 2008-02-09  James Liggett <jrliggett@cox.net>
169         Reviewed by Naba Kumar  <naba@gnome.org>:
171         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
172         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
173         * plugins/subversion/svn-command.c:
174         (svn_command_make_canonical_path):
175         * plugins/subversion/svn-command.h:
176         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
177         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
178         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
179         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
180         * plugins/subversion/svn-remove-command.c:
181         (svn_remove_command_new):
182         * plugins/subversion/svn-status-command.c:
183         (svn_status_command_new):
184         * plugins/subversion/svn-switch-command.c:
185         (svn_switch_command_new):
186         * plugins/subversion/svn-update-command.c:
187         (svn_update_command_new):
188         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
189         die if the user gives a path that libsvn doesn't like. 
190         
191         Fixes bug #515500
193 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
195         * plugins/debug-manager/command.c,
196         plugins/debug-manager/command.h,
197         plugins/debug-manager/queue.c:
198         Fix crashes when trying to stop the debugger while it is busy
200 2008-02-08  Johannes Schmid <jhs@gnome.org>
202   Patch from Rodrigo Moya <rodrigo@novell.com>
204         * plugins/glade/plugin.c: (ifile_open):
205         * plugins/symbol-browser/test-class.cpp:
206         * AUTHORS: Added Rodrigo
207         
208         #514732 – 64 bit compliation error
209         #514733 – Use of uninitialized variables
211 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
213         * manuals/anjuta-manual/C/debugger.xml:
214         Fix translation bug #514494 and bug #514440
216 2008-02-05  Massimo Cora'  <maxcvs@email.it>
218         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
219         Fix a compile error added in the previous patch
221 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
223         * plugins/profiler/gprof-view.c,
224         plugins/class-inheritance/class-callbacks.c,
225         plugins/class-inheritance/class-inherit.c,
226         plugins/symbol-browser/an_symbol.c,
227         plugins/symbol-db/symbol-db-engine-iterator-node.c,
228         libanjuta/interfaces/libanjuta.idl:
229         Change ianjuta_symbol_file function to ianjuta_symbol_uri
231 2008-02-04  Johannes Schmid <jhs@gnome.org>
233         * plugins/search/anjuta-search.glade: Fixed typo
235 2008-02-03  Johannes Schmid <jhs@gnome.org>
237         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
238         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
239         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
240         .glade:
241         * plugins/build-basic-autotools/build-basic-autotools.c:
242         (build_get_context), (build_configure_project):
243         * plugins/class-gen/anjuta-class-gen-plugin.glade:
244         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
245         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
246         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
247         * plugins/devhelp/plugin.c: (devhelp_activate):
248         * plugins/editor/Makefile.am:
249         * plugins/editor/anjuta-editor-scintilla.glade:
250         * plugins/editor/text_editor.c:
251         * plugins/editor/text_editor.h:
252         * plugins/editor/text_editor_menu.c (removed):
253         * plugins/editor/text_editor_menu.h (removed):
254         * plugins/file-wizard/anjuta-file-wizard.glade:
255         * plugins/gtodo/notification.c: (create_notification_window):
256         * plugins/gtodo/preferences.c: (preferences_widget):
257         * plugins/language-support-cpp-java/plugin.c:
258         (cpp_java_plugin_activate_plugin):
259         * plugins/message-view/anjuta-message-manager-plugin.glade:
260         * plugins/message-view/plugin.c: (activate_plugin):
261         * plugins/project-manager/plugin.c: (confirm_removal):
262         * plugins/search/anjuta-search.glade:
263         * plugins/search/plugin.c:
264         * plugins/search/search-replace.c: (nb_results_alert):
265         * plugins/subversion/subversion-commit-dialog.c:
266         (on_subversion_commit_response):
267         * plugins/symbol-browser/plugin.c: (activate_plugin):
268         * plugins/valgrind/plugin.c: (on_menu_run_activate):
269         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
270         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
271         * src/anjuta.glade:
272         
273         Fixed translation bugs from #507921.
274         Removed unused files in scintilla plugin
276 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
278         * manuals/anjuta-manual/C/debugger.xml:
279         Fix bug #514124 and bug #514138: Wrong menu item name
281 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
283         * plugins/profiler/gprof-view.c,
284         plugins/symbol-browser/plugin.c,
285         plugins/class-inheritance/class-callbacks.c,
286         plugins/debug-manager/plugin.c,
287         plugins/tools/editor.c,
288         plugins/search/search-replace.c,
289         plugins/search/search-replace_backend.c,
290         plugins/search/search-replace_backend.h,
291         plugins/build-basic-autotools/build-basic-autotools.c,
292         plugins/document-manager/plugin.c,
293         plugins/document-manager/file_history.c,
294         plugins/document-manager/anjuta-docman.c,
295         plugins/document-manager/anjuta-docman.h,
296         plugins/document-manager/action-callbacks.c,
297         libanjuta/interfaces/libanjuta.idl:
298         Rename IAnjutaDocumentManager functions:
299         find_document_with_path, goto_file_line, goto_file_line_mark
300         and get_full_filename into
301         find_document_with_uri, goto_uri_line, goto_uri_line_mark
302         and get_uri
303         Fix search plugin to use an URI instead of a file path
304         Fix anjuta_docman_get_uri to always return an URI
306 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
308         * plugins/debug-manager/breakpoints.c:
309         Fix bug #514118: Rename Clear All Breakpoints to Remove
310         All Breakpoints
312 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
314         * manuals/anjuta-manual/C/debugger.xml:
315         Update debugger documentation
317 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
319         * plugins/debug-manager/sharedlib.c,
320         plugins/debug-manager/anjuta-debug-manager.glade,
321         plugins/debug-manager/queue.c,
322         plugins/tools/execute.c,
323         plugins/tools/anjuta-tools.glade,
324         plugins/tools/editor.c,
325         plugins/project-wizard/templates/terminal.wiz,
326         plugins/project-wizard/templates/xlib-dock.wiz,
327         plugins/project-wizard/templates/wxwin.wiz,
328         plugins/project-wizard/templates/java.wiz,
329         plugins/project-wizard/templates/gnome.wiz,
330         plugins/project-wizard/templates/anjuta-plugin.wiz,
331         plugins/project-wizard/templates/gtkmm.wiz,
332         plugins/project-wizard/templates/python.wiz,
333         plugins/project-wizard/templates/cpp.wiz,
334         plugins/project-wizard/templates/sdl.wiz,
335         plugins/project-wizard/templates/gtk.wiz,
336         plugins/project-wizard/templates/minimal.wiz,
337         plugins/project-wizard/templates/xlib.wiz,
338         plugins/project-wizard/templates/gcj.wiz,
339         plugins/gdb/plugin.c,
340         plugins/gdb/debugger.c,
341         libanjuta/anjuta-plugin-manager.c:
342         Partial fix of #507921: translation issues in debug-manager, tools,
343         project-wizard, gdb and anjuta-plugin-manager.
345 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
347         * plugins/debug-manager/queue.c:
348         Debugger Local, Stack and Thread windows were missing due to
349         the previous change.
351 2008-02-02  Johannes Schmid <jhs@gnome.org>
353         * manuals/anjuta-manual/Makefile.am:
354         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
355         causes make install to fail
357 2008-02-02  Johannes Schmid <jhs@gnome.org>
359         * plugins/macro/macros.xml:
360         #495511 – Header_h macro correction
362 2008-02-02  Johannes Schmid <jhs@gnome.org>
364         * plugins/patch/patch-plugin.glade:
365         gtk-apply is not translatable...
367 2008-02-02  Johannes Schmid <jhs@gnome.org>
369         * plugins/build-basic-autotools/build-basic-autotools.c:
370         (on_build_mesg_format):
371         
372         Also check for untranslated messages from make. Should fix 
373         #511981 – Error parsing make output
375 2008-02-02  Johannes Schmid <jhs@gnome.org>
377         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
378         .glade:
379         
380         Fixed #511010 – [UI] Execute program utility window
382 2008-02-02  Johannes Schmid <jhs@gnome.org>
384         * src/anjuta.glade:
385         Fixed #509908 – [UI] Problems with the General settings tab
387 2008-02-02  Johannes Schmid <jhs@gnome.org>
389         * manuals/anjuta-manual/C/fileoperations.xml:
390         Fixed #513730 – Option not present in the GUI po file
392 2008-02-02  Johannes Schmid <jhs@gnome.org>
394         * plugins/sourceview/anjuta-editor-sourceview.glade:
395         Adjust preferences default values
397 2008-02-02  Johannes Schmid <jhs@gnome.org>
399         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
400         Fixed #512535 – Open files tabs' position is correctly remembered 
401         but not applied at startup
403 2008-02-02  Johannes Schmid <jhs@gnome.org>
405         * plugins/search/search-replace.c: (on_message_clicked):
406         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
407         fix clicking on search result messages
409 2008-02-01  James Liggett <jrliggett@cox.net>
411         * plugins/subversion/svn-command.c: (on_svn_notify):
412         Fixed wrong status message output when resolving conflicts.
414 2008-02-02  Johannes Schmid <jhs@gnome.org>
416         * configure.in: Require GtkSourceView 2.1.2
417         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
418         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
419         (imark_is_marker_set), (imark_delete_all_markers),
420         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
421         
422         Adapted to API changes in GtkSourceView
424 2008-02-01  Johannes Schmid <jhs@gnome.org>
426         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
427         Fixed tabsize preference
429 2008-02-01  Johannes Schmid <jhs@gnome.org>
431         * manuals/anjuta-manual/C/fileoperations.xml:
432         * manuals/anjuta-manual/C/interface.xml:
433         Updated manual
434         
435         * manuals/anjuta-manual/Makefile.am:
436         * manuals/anjuta-manual/C/figures/*:
437         
438         Updated figures to be in clearlooks theme, removed old figures
440 2008-02-01  Johannes Schmid <jhs@gnome.org>
442         * plugins/patch/patch-plugin.glade:
443         * plugins/patch/plugin.c: (patch_plugin_activate):
444         Another UI issue with the patch plugin and silenced a compiler
445         warning
446         
447         Patch from James Liggett:
448         * plugins/profiler/gprof-call-graph-view.c:
449         (gprof_call_graph_view_create_columns):
450         * plugins/profiler/gprof-flat-profile-view.c:
451         (gprof_flat_profile_view_create_columns):
452         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
453         * plugins/profiler/gprof-view.h:
454         
455         Use two decimal places for float values in profiler views (#507831)
457 2008-02-01  Johannes Schmid <jhs@gnome.org>
459         * configure.in:
460         * plugins/editor/Makefile.am:
461         
462         Fixed #512751 – libgnomeprint unnecessary without scintilla
464 2008-01-31  Johannes Schmid <jhs@gnome.org>
466         * plugins/language-manager/languages.xml:
467         Added a pretty ugly string for C++ headers. Maybe we should rely
468         on mime-types instead...
470 2008-01-31  Johannes Schmid <jhs@gnome.org>
472         * plugins/language-support-cpp-java/cpp-java-assist.c:
473         (get_iter_column), (cpp_java_assist_get_calltip_context),
474         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
475         (on_assist_chosen), (cpp_java_assist_install):
476         * plugins/language-support-cpp-java/plugin.c:
477         (on_editor_char_inserted_cpp):
478         Removed annoying DEBUG_PRINTs
479         
480         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
481         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
482         * plugins/sourceview/sourceview.c: (iassist_show_tips):
483         
484         Fixed "jumping" tooltips, fixed indentation of brances
486 2008-01-31  Johannes Schmid <jhs@gnome.org>
488         * plugins/document-manager/plugin.c: (on_document_changed):
489         Fixed crash when closing anjuta after all document tabs have been closed
491 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
493         * plugins/debug-manager/anjuta-debug-manager.glade:
494         Fix #513485: wrong strings maked as translatable
496 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
498         * plugins/debug-manager/threads.c,
499         plugins/debug-manager/stack_trace.c:
500         Avoid crash when getting relative path from debugger (same fix
501         than for #510028)
503         * plugins/debug-manager/queue.c:
504         Emit all state changes notification
506         * plugins/debug-manager/start.c:
507         Fix #511586: Project path with "+" not working in debugger
509 2008-01-31  Johannes Schmid <jhs@gnome.org>
511         * plugins/patch/patch-plugin.glade:
512         Fixed button ui problem...
513         
514         Patch from James Liggett:
515         * plugins/profiler/gprof-call-graph-block-entry.c:
516         (gprof_call_graph_block_primary_entry_new),
517         (gprof_call_graph_block_secondary_entry_new):
518         * plugins/profiler/gprof-flat-profile-entry.c:
519         (gprof_flat_profile_entry_new):
520         
521         Fix #507831 - Wrong Profiler values for some locales
523 2008-01-31  Johannes Schmid <jhs@gnome.org>
525         * plugins/sourceview/anjuta-editor-sourceview.glade:
526         * plugins/sourceview/sourceview-prefs.c:
527         * plugins/sourceview/sourceview.c: (sourceview_finalize):
528   
529   Fixed Editor->View popup menu for those entries that are appropriate for
530   sourceview    
532 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
534         * plugins/debug-manager/breakpoints.c:
535         Fix #512901: Crash when adding a breakpoint
537         * plugins/debug-manager/queue.c:
538         Remove a possible memory leak
540 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
542         * plugins/debug-manager/data_view.c,
543         plugins/debug-manager/sparse_view.c,
544         manuals/anjuta-manual/C/debugger.xml:
545         Fix #513130, #513131 #513135: Wrong menu item names and errors
546         in the documentation
548 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
550         * plugins/tools/editor.c:
551         ianjuta_document_manager_find_document_with_path expect an uri not
552         a path
554 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
556         * manuals/reference/libanjuta/libanjuta-docs.sgml,
557         manuals/reference/libanjuta/libanjuta-sections.txt,
558         libanjuta/interfaces/libanjuta.idl:
559         Documentation fixes for IAnjutaDebugger* interfaces
561 === anjuta 2.3.3 ===
563 2008-01-27  Naba Kumar  <naba@gnome.org>
565         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
566         rpm spec file.
568         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
569         (value_added_current_editor), (value_removed_current_editor):
570         Removed dead code.
572         * TODO.tasks: Updated.
574         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
575         scrollwindow shadow in.
577         * plugins/editor/anjuta-editor-scintilla.glade:
578         * plugins/editor/style-editor.c: (create_style_editor_gui):
579         Set style window transient and cetered for preferences window.
580         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
582         * plugins/editor/anjuta-editor-scintilla.glade:
583         Fixes Bug #427108 - Scintilla plugin configuration folding-style
584         setting not working
586         * configure.in, NEWS: Updated for release 2.3.3
588 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
590         * plugins/debug-manager/anjuta-debug-manager.glade:
591         Fix #512224: Use a string in english
593 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
595         * plugins/build-basic-autotools/build-basic-autotools.c:
596         ianjuta_document_manager_goto_file_line_mark needs an uri and
597         not a file path
599 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
601         * plugins/symbol-browser/plugin.c,
602         plugins/symbol-browser/an_symbol_view.c:
603         use gnome_vfs_get_uri_from_local_path to get local path from uri
604         This takes care of escaping some characters
606 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
608         * plugins/debug-manager/stack_trace.c:
609         Probably fix #510028: crash debugger when having a relative filename
610         in stack trace
612 2008-01-25 Tom <tpgww@onepost.net>
614         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
616         * plugins/document-manager/plugin.c,
617         plugins/document-manager/file_history.c,
618         plugins/document-manager/file_history.h,
619         plugins/document-manager/anjuta-docman.c,
620         plugins/document-manager/anjuta-docman.h:
621         Rename filename argument to uri when an uri is expected
622         anjuta_docman_get_document_for_uri will remove symlinks 
624 2008-01-25  Naba Kumar  <naba@gnome.org>
626         * plugins/terminal/terminal.c: (terminal_execute),
627         (activate_plugin):
628         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
630 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
632         * plugins/debug-manager/anjuta-debug-manager.glade,
633         plugins/debug-manager/start.c:
634         Fix #511049: Change UI of add source directories dialog
636 2008-01-24  Naba Kumar  <naba@gnome.org>
638         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
639         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
640         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
641         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
642         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
643         should work now.
645 2008-01-24  Johannes Schmid <jhs@gnome.org>
647         Patch from: Luca Ferretti <ella.uca@libero.it>:
649         * plugins/document-manager/anjuta-docman.c:
650         (anjuta_docman_page_init), (anjuta_docman_class_init):
651         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
652         
653         Fix #511757 – Close icon in tabs cut off (Patch was only for
654         document-manager, also adapted it for message-manager)
656 2008-01-24  Johannes Schmid <jhs@gnome.org>
658         * plugins/Makefile.am:
659         * plugins/sourceview/anjuta-document.c:
660         * plugins/sourceview/anjuta-marshal.list:
661         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
662         (anjuta_view_key_press_event):
663         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
664         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
665         (iiter_diff), (iiter_iface_init):
666         * plugins/sourceview/sourceview.c: (on_document_char_added),
667         (ieditor_goto_position), (ieditor_get_text),
668         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
669         (ieditor_erase), (ieditor_get_line_from_position),
670         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
671         (ieditor_get_position_from_offset), (ieditor_get_start_position),
672         (ieditor_get_end_position), (ieditor_goto_start),
673         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
674         (iconvert_to_lower), (iindic_set), (iassist_suggest),
675         (iassist_show_tips):
676         
677         Implemented new iterators interface in sourceview editor and
678         re-enabled it.
680 2008-01-23  Naba Kumar  <naba@gnome.org>
682         * libanjuta/interfaces/libanjuta.idl:
683         * manuals/reference/libanjuta/libanjuta-sections.txt:
684         * plugins/build-basic-autotools/build-basic-autotools.c:
685         (build_indicator_location_set), (on_editor_changed):
686         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
687         * plugins/debug-manager/variable.c: (get_hovered_word):
688         * plugins/document-manager/action-callbacks.c:
689         (on_editor_command_upper_case_activate),
690         (on_editor_command_lower_case_activate):
691         * plugins/document-manager/search-box.c: (on_incremental_search),
692         (on_search_activated):
693         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
694         (iiter_last), (iiter_set_position), (iiter_get_position),
695         (iiter_get_length), (iiter_compare), (iiter_diff),
696         (iiter_iface_init):
697         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
698         (text_editor_goto_point), (itext_editor_goto_start),
699         (itext_editor_goto_end), (itext_editor_goto_position),
700         (itext_editor_get_text_all), (itext_editor_get_text),
701         (itext_editor_get_position), (itext_editor_get_offset),
702         (itext_editor_get_length), (itext_editor_insert),
703         (itext_editor_erase), (itext_editor_erase_all),
704         (itext_editor_get_column), (itext_editor_get_overwrite),
705         (itext_editor_set_popup_menu),
706         (itext_editor_get_line_from_position),
707         (itext_editor_get_line_begin_position),
708         (itext_editor_get_line_end_position),
709         (itext_editor_get_position_from_offset),
710         (itext_editor_get_start_position), (itext_editor_get_end_position),
711         (itext_editor_iface_init), (iconvert_to_upper),
712         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
713         (iindicable_set):
714         * plugins/editor/text_editor.h:
715         * plugins/editor/text_editor_cbs.c:
716         (on_text_editor_scintilla_notify):
717         * plugins/indent/plugin.c: (on_indent_action_activate):
718         * plugins/language-support-cpp-java/cpp-java-assist.c:
719         (cpp_java_assist_get_scope_context),
720         (cpp_java_assist_get_pre_word),
721         (cpp_java_assist_show_autocomplete),
722         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
723         (on_editor_char_added), (on_assist_chosen):
724         * plugins/language-support-cpp-java/plugin.c:
725         (get_line_indentation), (skip_iter_to_previous_logical_line),
726         (skip_preprocessor_lines), (initialize_indentation_params),
727         (set_line_indentation), (get_line_indentation_base),
728         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
729         (on_editor_char_inserted_java), (on_auto_indent):
730         * plugins/macro/macro-actions.c: (match_shortcut):
731         * plugins/macro/macro-dialog.c: (on_ok_clicked):
732         * plugins/macro/plugin.c: (match_keyword):
733         * plugins/search/plugin.c: (find_incremental):
734         * plugins/search/search-replace.c: (search_and_replace),
735         (search_start_over):
736         * plugins/search/search-replace_backend.c:
737         (file_buffer_new_from_te), (file_buffer_line_from_pos),
738         (create_search_entries):
739         * plugins/symbol-browser/plugin.c:
740         (on_editor_buffer_symbols_update_timeout), (on_char_added),
741         (isymbol_manager_iface_init):
742         * plugins/symbol-db/plugin.c:
743         (on_editor_buffer_symbols_update_timeout), (on_char_added),
744         (isymbol_manager_iface_init):
745         * plugins/tools/execute.c: (atp_output_context_construct),
746         (atp_output_context_destroy), (atp_user_tool_execute):
748         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
749         iterators instead of integer offsets.
750         - Renamed original ianjuta_editor_get_position(int) to 
751         ianjuta_editor_get_offset(). It is deprecated.
752         - Renamed original ianjuta_editor_get_position_iter() to
753         ianjuta_editor_get_position().
754         - Renamed ianjuta_editor_get_cell_iter() to
755         ianjuta_editor_get_position_from_offset()
756         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
757         - Added new methods:
758         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
759         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
760         ianjuta_editor_goto_end().
761         - All relevent signals and methods converted to use iterators.
762         - All relevent plugins fixed to use new API.
763         - Removed ianjuta_editor_cell_get_line() because it is provided by
764         ianjuta_editor_get_line_from_position().
765         - Removed ianjuta_symbol_manager_get_completions_at_position()
766         because it not used anywhere and is not right to be there.
767         - Updated IAnjutaEditable documentation.
769         Updated IAnjutaIterable interface:
770         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
771         - Introduced 'end-iter' to point at the end of the list.
772         - Updated IAnjutaIterable documentation.
774         * plugins/Makefile.am:
775         (Disabled sourceview plugin for now. Jhs is coming up with a patch
776         for it soon).
778 2008-01-22  Johannes Schmid <jhs@gnome.org>
780         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
781         * plugins/project-import/anjuta-project-import.glade:
782         * plugins/project-import/anjuta-project-import.plugin.in:
783         * plugins/project-wizard/anjuta-project-wizard.glade:
784         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
785         * plugins/project-wizard/druid.c: (npw_druid_new):
786         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
787         
788         Fixed #465084 – wizard instead of assistant (only string changes...)
790 2008-01-20  Rob Bradford  <rob@openedhand.com>
792         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
793         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
794         coming up with the solution. (Bug: #510390.)
796 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
798         * plugins/build-basic-autotools/executer.c:
799         Fix #502508, use anjuta_launcher to keep program output
801         * plugins/terminal/terminal.c:
802         Remove unused child_initizlized member
803         Start the shell on plugin activation
805 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
807         * plugins/debug-manager/sparse_buffer.c:
808         Fix a crash when scrolling in the diassembly window
810         * plugins/debug-manager/sparse_view.c:
811         Small limit change using the same "unit" for both number
813 2008-01-19  Naba Kumar  <naba@gnome.org>
815         * plugins/language-support-cpp-java/cpp-java-assist.c:
816         (cpp_java_assist_get_scope_context),
817         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
818         instead.
820 2008-01-19  Johannes Schmid <jhs@gnome.org>
822         * plugins/sourceview/anjuta-editor-sourceview.glade:
823         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
824         
825         And even more strings...
827 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
829         * plugins/project-wizard/templates/cpp/src/main.cc:
830         Fix #498734, typing error in c++ project template
832 2008-01-19  Johannes Schmid <jhs@gnome.org>
834         * plugins/editor/text_editor.c: (text_editor_save_file):
835         * plugins/macro/anjuta-macro.glade:
836         * plugins/subversion/anjuta-subversion.glade:
838         Fixed even more strings
840 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
842         * plugins/language-support-cpp-java/cpp-java-assist.c:
843         Fix bug #488519, remove critical warning (completion_cache == NULL
844         is valid)
846 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
848         * plugins/gdb/debugger.c:
849         Enable logging of gdb communication with an environment variable
851 2008-01-19  Naba Kumar  <naba@gnome.org>
853         * plugins/editor/text-editor-iterable.c: (iiter_next),
854         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
855         editor native funtions to avoid round trips.
857 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
859         * plugins/editor/text_editor.c:
860         Fix a bug due to the previous patch: Unable to save new file in 
861         Scintilla
863 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
865         * plugins/debug-manager/disassemble.c,
866         plugins/debug-manager/disassemble.h,
867         plugins/debug-manager/registers.c,
868         plugins/debug-manager/registers.h,
869         plugins/debug-manager/memory.c,
870         plugins/debug-manager/memory.h,
871         plugins/debug-manager/command.c,
872         plugins/debug-manager/command.h,
873         plugins/debug-manager/queue.c,
874         plugins/debug-manager/queue.h,
875         plugins/debug-manager/breakpoints.c,
876         plugins/debug-manager/stack_trace.c,
877         plugins/debug-manager/threads.c,
878         plugins/debug-manager/plugin.c,
879         plugins/gdb/plugin.c,
880         plugins/gdb/debugger.c,
881         plugins/gdb/debugger.h,
882         manuals/reference/libanjuta/libanjuta-sections.txt,
883         manuals/reference/libanjuta/libanjuta.types,
884         libanjuta/interfaces/libanjuta.idl:
885         Use gulong instead of guint for addresses
886         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
887         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
889         * plugins/gdb/anjuta-gdb.plugin.in:
890         Remove reference to IAnjutaCpuDebugger (useless)
892 2008-01-18  Johannes Schmid <jhs@gnome.org>
894         * AUTHORS: Added Alexander
896 2008-01-18  Johannes Schmid <jhs@gnome.org>
898   Patch from: Alexander Korolyov <kilork@yandex.ru>
900         * plugins/editor/text_editor.c: (load_from_file),
901         (text_editor_save_file):
902         
903         Fixed symlinks (#510238) and file permission (#405321)
904         handling for scintilla editor. 
905   
906 2008-01-17  Johannes Schmid <jhs@gnome.org>
908         * plugins/document-manager/action-callbacks.c:
909         (on_editor_command_select_all_activate),
910         (on_editor_command_cut_activate),
911         (on_editor_command_paste_activate),
912         (on_editor_command_copy_activate),
913         (on_editor_command_clear_activate):
914   Resupport cut/copy/paste/clear on GtkEditables when those
915   have focus. (Important for shortcuts to work).
917         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
918         * plugins/document-manager/search-box.c: (on_search_activated):
919         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
920         * plugins/patch/patch-plugin.c: (on_ok_clicked):
921         * plugins/profiler/plugin.c: (profiler_get_data):
922         * plugins/project-wizard/druid.c: (npw_druid_new):
923         * plugins/project-wizard/install.c: (on_install_end_install_file):
924         * plugins/sourceview/anjuta-editor-sourceview.glade:
925         * plugins/subversion/anjuta-subversion.glade:
926         * plugins/tools/anjuta-tools.glade:
927         Various string fixes
929 2008-01-17  Naba Kumar  <naba@gnome.org>
931         Patch from James Liggett:
933         * plugins/subversion/subversion-add-dialog.c:
934         (on_subversion_add_response):
935         * plugins/subversion/subversion-copy-dialog.c:
936         (on_subversion_copy_response):
937         * plugins/subversion/subversion-diff-dialog.c:
938         (on_subversion_diff_response):
939         * plugins/subversion/subversion-merge-dialog.c:
940         (on_subversion_merge_response):
941         * plugins/subversion/subversion-remove-dialog.c:
942         (on_subversion_remove_response):
943         * plugins/subversion/subversion-switch-dialog.c:
944         (on_subversion_switch_response):
945         * plugins/subversion/subversion-ui-utils.c: (check_input):
946         * plugins/subversion/subversion-ui-utils.h:
947         * plugins/subversion/subversion-update-dialog.c:
948         (on_subversion_update_response):
950         If the user doesn't enter any data for path or revision fields in
951         certain SVN plugin dialogs, libsvn throws assertion failures and
952         kills Anjuta. To avoid this, the validity of path and revision
953         input data are checked before the command gets executed.
955         Fixes Bug #509510 - Check input of some dialogs to avoid termination
956         if user gives bad or no input
958 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
960         * plugins/document-manager/anjuta-docman.c:
961         Fix #507627 memory tab stay active on debugger stop
962         Remove two unused variables due to the previous patch
964 2008-01-16  Johannes Schmid <jhs@gnome.org>
966         * libanjuta/anjuta-plugin-manager.c:
967         Fixed #508399 – When you enable a plugin, preferences don't show up
969 2008-01-16  Rob Bradford  <rob@openedhand.com>
971         Reviewed by: Johannes Schmid <jhs@gnome.org>
973         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
974         (get_property_value_as_string), (set_property_value_as_string),
975         (register_callbacks):
976         * libanjuta/anjuta-preferences.h:
977         Add support for both file and folder preferences (originally only
978         folder choosers were supported. (Fixes bug: #508805.)
980         * plugins/file-manager/file-manager.glade:
981         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
982         type of property.
984 2008-01-16  Johannes Schmid <jhs@gnome.org>
986         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
987         .glade:
988         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
989         * src/anjuta.glade:
990         
991         Fixed #509875 – The "Update globale tags" button wording is incorrect
992         Fixed #509873 – Build Autotools Preferences has excessive padding
993         Fixed #509872 – General Information labels are incorrectly aligned
994         Fixed #509871 – General preferences has incorrect use of colons
995         
996 2008-01-16  Johannes Schmid <jhs@gnome.org>
998         * plugins/document-manager/anjuta-document-manager.glade:
999         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1001         Fixed #509865 – Incorrect padding in the Documents settings tabs
1002         Fixed #509867 – Create button contents is mis-aligned
1003         Fixed #509869 – "Add Directory" button is not HIG complient
1005 2008-01-16  Johannes Schmid <jhs@gnome.org>
1007         * libanjuta/anjuta-preferences-dialog.c:
1008         (anjuta_preferences_dialog_add_page):
1009         
1010         Fix #509864 – No initial section selected when opening the Preferences dialog
1012 2008-01-16  Johannes Schmid <jhs@gnome.org>
1014         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
1015         Removed unused gconf_notifications
1016         
1017         * plugins/search/anjuta-search.glade:
1018         * plugins/subversion/anjuta-subversion.glade:
1019         * plugins/tools/anjuta-tools.glade:
1020         * src/anjuta-app.c: (anjuta_app_instance_init):
1021         
1022         Fixed various strings
1024 2008-01-15  Naba Kumar  <naba@gnome.org>
1026         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1027         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1028         file saved
1030         * plugins/symbol-browser/an_symbol_view.c:
1031         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1032         new file saved.
1034 2008-01-15  Johannes Schmid <jhs@gnome.org>
1036         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1037         (anjuta_profile_add_plugins_from_xml):
1038         * plugins/file-manager/file-manager.glade:
1039         Some string fixes
1040         
1041         * libanjuta/interfaces/libanjuta.idl:
1042         Fixed docs
1043                 
1044         * plugins/sourceview/Makefile.am:
1045         * plugins/sourceview/anjuta-editor-sourceview.glade:
1046         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1047         (end_print), (print_setup), (sourceview_print),
1048         (sourceview_print_preview):
1049         * plugins/sourceview/sourceview.c: (iprint_print),
1050         (iprint_print_preview):
1051         
1052         Added printing support to GtkSourceView editor
1054 2007-01-14 Tom <tpgww@onepost.net>
1056         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1058         * plugins/document-manager/anjuta-docman.c:
1059         Fix two memory leaks added by the previous patch
1061 2008-01-14  Johannes Schmid <jhs@gnome.org>
1063         * plugins/sourceview/assist-tip.c: (assist_tip_move):
1064         * plugins/sourceview/assist-window.c: (assist_window_move):
1065         
1066         Do not use opacity
1068 2008-01-14  Rob Bradford  <rob@openedhand.com>
1070         * global-tags/Makefile.am:
1071         * global-tags/create_global_tags.sh.in:
1072         Install anjuta-tags binary into FHS policy compliant directory and
1073         update references. (Fixes bug: 509346.)
1075 2008-01-13  Naba Kumar  <naba@gnome.org>
1077         Patch from: Ritesh Khadgaray
1078         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1079         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1080         Adds export-dynamic option to LDFLAGS to project template for libglade
1081         to work for autoconnect signals.
1083 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1085         * libanjuta/anjuta-utils.c:
1086         anjuta_util_get_real_path return a string that need to be freed
1087         with g_free even if PATH_MAX is not defined
1089 2008-01-13  Andre Klapper  <a9016009@gmx.de>
1091         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1092         to DOC_LINGUAS.
1094 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1096         * plugins/document-manager/anjuta-docman.c:
1097         Do not reopen file having escaped character (+,...) in path name
1099 2008-01-13  Naba Kumar  <naba@gnome.org>
1101         * libanjuta/interfaces/libanjuta.idl:
1102         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1103         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1104         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1105         IAnjutaProjectManager::add_sources().
1107         * plugins/glade/plugin.c: (on_glade_resource_removed),
1108         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1109         stubs for handing resources in glade file.
1111 2008-01-13  Naba Kumar  <naba@gnome.org>
1113         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1115         * plugins/glade/plugin.c: (ifile_open): Select the first window
1116         in the glade project when it is first opened. Avoids empty glade
1117         document the first time.
1119 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
1121   Reviewed by: Johannes Schmid <jhs@gnome.org>
1123         * plugins/gtodo/callback.c: (remove_todo_item):
1124         Fix #507304 – crash in Anjuta IDE while removing done tasks
1126 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
1128         * plugins/debug-manager/anjuta-debug-manager.ui,
1129         plugins/debug-manager/plugin.c,
1130         plugins/debug-manager/start.h,
1131         plugins/debug-manager/start.c:
1132         New menu item to add extra source directories for debugger
1134 === anjuta 2.3.2 ===
1136 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
1138         * plugins/gtodo/callback.c: (remove_todo_item):
1139         Fix #507304 – crash in Anjuta IDE while removing done tasks
1141 2008-01-11  Naba Kumar  <naba@gnome.org>
1143         * configure.in: Bumped version to 2.3.2
1144         * NEWS: Updated for anjuta 2.3.2 release
1145         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1146         not 'make tarball'
1148 2008-01-11  Johannes Schmid <jhs@gnome.org>
1150         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1151         .glade:
1152         Reverted accidently commited change
1153         
1154         * plugins/document-manager/anjuta-document-manager.glade:
1155         Fix Gtk-Critical because of broken glade file
1157 2008-01-11  Naba Kumar  <naba@gnome.org>
1159         * plugins/glade/plugin.c: (on_document_destroy),
1160         (glade_plugin_add_project): Fixed a bug where when more than one
1161         glade document is open and one is closed, it closes all the glade
1162         documents. Also it might have fixed the bug where sometimes closing
1163         the glade document leaves glade widget tree unclosed.
1165 2008-01-11  Naba Kumar  <naba@gnome.org>
1167         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1168         prevent install errors when not installed as root (then the files
1169         are only useful when glade-3 is installed in the same prefix, but it
1170         doesn't harm anjuta runtime).
1172         * plugins/sourceview/sourceview.c: Commented use of a file
1173         not currently distributed.
1175 2008-01-10  Naba Kumar  <naba@gnome.org>
1177         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1178         nothing to translate in it.
1180 2008-01-10  Johannes Schmid <jhs@gnome.org>
1182         * plugins/project-wizard/templates/gnome.wiz:
1183         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1184         * plugins/project-wizard/templates/gnome/src/main.c:
1185         * plugins/project-wizard/templates/translatable-strings.h:
1186         
1187         Fixed #508497 and added a new chooser to select whether to use
1188         libglade or not.
1190 2008-01-10  Johannes Schmid <jhs@gnome.org>
1192         Patch from Tom <tpgww@onepost.net>:
1194         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1195         (anjuta_util_glist_path_dedup):
1196         * libanjuta/anjuta-utils.h:
1197         
1198         Give the method a proper prefixed name
1199         
1200         * plugins/document-manager/action-callbacks.c:
1201         (get_current_popup_active),
1202         (on_editor_command_select_all_activate),
1203         (on_editor_command_cut_activate),
1204         (on_editor_command_paste_activate),
1205         (on_editor_command_copy_activate),
1206         (on_editor_command_clear_activate), (on_show_search),
1207         (on_repeat_quicksearch):        
1208         * plugins/document-manager/action-callbacks.h:
1209         * plugins/document-manager/anjuta-docman.c:
1210         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1211         (anjuta_docman_goto_file_line_mark),
1212         (anjuta_docman_get_full_filename):
1213         * plugins/document-manager/anjuta-docman.h:
1214         * plugins/document-manager/anjuta-document-manager.ui:
1215         * plugins/document-manager/plugin.c:
1216         (update_document_ui_interface_items):
1217         
1218         Better way to fix the popup-menu items (Cut/Copy/Paste)
1219         and various clean-ups.
1220         
1221         * plugins/document-manager/search-box.c: (on_document_changed),
1222         (search_box_fill_search_focus):
1223         * plugins/document-manager/search-box.h:
1224         * plugins/search/plugin.c:
1225         
1226         Add a menu item to repeat the quick search
1228 2008-01-10  Johannes Schmid <jhs@gnome.org>
1230         * plugins/language-support-cpp-java/cpp-java-assist.c:
1231         (on_assist_chosen):
1232         
1233         Fixed #508424 – Auto complete: previous char was removed when 
1234         pre TAB to auto complete.
1236 2008-01-10  Johannes Schmid <jhs@gnome.org>
1238         Patch from: James Ligett:
1240         * plugins/profiler/gprof-call-graph-view.c:
1241         (gprof_call_graph_view_create_columns):
1242         * plugins/profiler/gprof-flat-profile-view.c:
1243         (gprof_flat_profile_view_create_columns):
1244         
1245         Fixed translation issues (#496833)
1247 2008-01-10 Johannes Schmid <jhs@gnome.org>
1249         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1251         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1252         Fix #460390 – Changing categories while edinting something
1254 2008-01-09  Naba Kumar  <naba@gnome.org>
1256         * libanjuta/anjuta-plugin-manager.c:
1257         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1258         fixed a leak.
1260         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1261         corruption reported in bug #507491. Potentially fixes too.
1263 2008-01-09  Johannes Schmid <jhs@gnome.org>
1265         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1267         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1268         Fix bug #505205 completely
1269         
1270         * AUTHORS: Added Bolesław
1272 2008-01-08  Johannes Schmid <jhs@gnome.org>
1274         * plugins/document-manager/action-callbacks.c:
1275         (on_editor_command_cut_activate),
1276         (on_editor_command_paste_activate),
1277         (on_editor_command_copy_activate),
1278         (on_editor_command_clear_activate):
1279         
1280         Fixed editor popup menu (Cut, Copy, Paste)
1282 2008-01-08  Johannes Schmid <jhs@gnome.org>
1284         * plugins/sourceview/sourceview.c: (autodetect_language):
1285         Fixed a crash when creating a new file
1287 2008-01-08  Johannes Schmid <jhs@gnome.org>
1289         Patch by <bolekk@gmail.com> (GHOP Student)
1291         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1292         Fix bug #505205
1294 2008-01-08  Naba Kumar  <naba@gnome.org>
1296         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1297         * libanjuta/anjuta-plugin-manager.c:
1298         (anjuta_plugin_manager_select),
1299         (anjuta_plugin_manager_activate_plugins):
1300         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1301         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1302         (on_create_submenu), (create_open_with_submenu):
1303         * src/about.c: (on_about_plugin_activate),
1304         (about_create_plugins_submenu): Use translated version of get_string()
1305         API in AnjutaDescription for translatable properties. Fixes bug #496833
1306         comment #18.
1308 2008-01-07  Johannes Schmid <jhs@gnome.org>
1310         * plugins/build-basic-autotools/executer.c: (execute_program):
1311         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1312         * plugins/debug-manager/anjuta-debug-manager.glade:
1313         * plugins/debug-manager/locals.c: (create_locals_gui):
1314         * plugins/file-loader/plugin.c: (on_create_submenu):
1315         * plugins/gtodo/main.h:
1316         * plugins/gtodo/preferences.c: (preferences_widget):
1317         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1318         * plugins/tools/anjuta-tools.glade:
1319         * plugins/tools/execute.c: (atp_output_context_print):
1320         * src/main.c:
1321         
1322                 Another bunch of i18n fixes (#496833)
1324 2008-01-07  Johannes Schmid <jhs@gnome.org>
1326         * plugins/build-basic-autotools/build-basic-autotools.c:
1327         (on_build_terminated):
1328         * plugins/gtodo/interface.c: (set_read_only):
1329         * plugins/project-manager/plugin.c: (confirm_removal),
1330         (on_popup_add_to_project):
1331         * plugins/subversion/anjuta-subversion.glade:
1332         * plugins/tools/execute.c: (atp_output_context_print_result):
1333         
1334         Fixed some strings from #496833
1336 2008-01-07  Johannes Schmid <jhs@gnome.org>
1338         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1339         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1340         .in:
1341         * plugins/language-support-cpp-java/plugin.c: (install_support),
1342         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1343         Added basic Vala support
1344         
1345         * plugins/sourceview/sourceview.c: (autodetect_language):
1346         Fixed mime-type detection
1348 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1350   Reviewed by: Johannes Schmid <jhs@gnome.org>
1352         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1353         (value_removed_current_editor), (symbol_db_activate),
1354         (symbol_db_deactivate):
1355         * plugins/symbol-db/symbol-db-engine.c:
1356         (symbol_db_engine_get_global_members_filtered):
1357         * plugins/symbol-db/symbol-db-view.c:
1358         (do_add_child_symbol_to_view), (prepare_for_adding),
1359         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1360         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1361         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1362         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1363         (sdb_view_init), (sdb_view_finalize),
1364         (sdb_view_build_and_display_base_tree):
1365         * plugins/symbol-db/symbol-db-view.h:
1366         added controls to expand Global tab nodes in a non-freezing way.
1367         Fixed also some little bugs always on global-tab.
1369 2008-01-06  Naba Kumar  <naba@gnome.org>
1371         Patches from James Liggett:
1372         * plugins/profiler/gprof-call-graph-view.c:
1373         (gprof_call_graph_view_create_columns):
1374         * plugins/profiler/gprof-flat-profile-view.c:
1375         (gprof_flat_profile_view_create_columns):
1376         * plugins/profiler/gprof-function-call-tree-view.c:
1377         (gprof_function_call_tree_view_create_columns): Made all
1378         of the columns resizable and reorderable.
1380 2008-01-06  Johannes Schmid <jhs@gnome.org>
1382         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1383         (anjuta_launcher_check_password_real),
1384         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1385         (anjuta_launcher_scan_pty),
1386         (anjuta_launcher_disable_password_check):
1387         * libanjuta/anjuta-launcher.h:
1388         Added disable_password_check for stream where it does not make sense 
1389         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1390         that sometimes occur in symbol-db plugin
1391         
1392         * plugins/file-manager/file-model.c:
1393         (file_model_cancel_expand_idle):
1394         Fixed removing of idle source
1395         
1396         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1397         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1398         
1399         Fixed #348854 – invisible cursor in certain themes
1401 2008-01-06  Naba Kumar  <naba@gnome.org>
1403         * libanjuta/anjuta-preferences.c:
1404         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1405         closing preferences dialog due to patch in bug #507300
1407 2008-01-06  Naba Kumar  <naba@gnome.org>
1409         * plugins/language-support-cpp-java/cpp-java-assist.c:
1410         (on_assist_chosen):
1411         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1412         * plugins/search/search-replace_backend.c: (create_search_entries):
1413         Added missing unrefs.
1415 2008-01-06  Johannes Schmid <jhs@gnome.org>
1417         * plugins/debug-manager/variable.c: (get_hovered_word):
1418   Add a g_object_unref()  
1419         
1420         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1421         (on_sourceview_hover_leave):
1422         Fixed hover and editor interface to make hover in debugger work
1424 2008-01-06  Naba Kumar  <naba@gnome.org>
1426         * plugins/editor/text-editor.c: Whitespaces fixes.
1427         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1428         DEBUG_PRINT instead of g_message.
1430 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1432         * plugins/debug-manager/breakpoints.c:
1433         Fix #507441: Disable all breakpoints doesn't work
1434         Fix #507444: Enable Breakpoint menu item doesn't change name
1436 2008-01-05  Naba Kumar  <naba@gnome.org>
1438         * manuals/reference/libanjuta/libanjuta.types: Renamed
1439         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1441 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1443         * plugins/debug-manager/variable.c:
1444         Update variable display to use IAnjutaIterable instead of position
1446         * plugins/editor/text_editor_cbs.c,
1447         plugins/editor/text_editor.c:
1448         Fix Gtk critical warnings when a hover signal is emitted
1449         Fix get_text_iter in Scintilla (range should include last character)
1450         
1451 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1453         * plugins/debug-manager/debug_tree.c,
1454         plugins/debug-manager/debug_tree.h,
1455         plugins/debug-manager/watch.c,
1456         plugins/debug-manager/command.c,
1457         plugins/debug-manager/queue.c,
1458         plugins/gdb/plugin.c,
1459         plugins/gdb/debugger.c,
1460         plugins/gdb/debugger.h,
1461         libanjuta/interfaces/libanjuta.idl:
1462         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1464 2008-01-05  Naba Kumar  <naba@gnome.org>
1466         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1467         menus to avoid conflict with file open/save. Fixes bug #507455
1469 2008-01-05  Johannes Schmid <jhs@gnome.org>
1471         * configure.in:
1472         Conditionally depend on gtksourceview2 >= 2.1.0
1473         
1474         * libanjuta/interfaces/libanjuta.idl:
1475         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1476         iterators instead of positions
1477         
1478         * plugins/debug-manager/threads.c:
1479         Fixed a warnings by including gnome-vfs properly
1480         
1481         * plugins/debug-manager/variable.c: (get_hovered_word),
1482         (on_hover_over):
1483         Updated to changes in IAnjutaEditorHover/Selection
1484         
1485         * plugins/document-manager/action-callbacks.c:
1486         (on_editor_command_upper_case_activate),
1487         (on_editor_command_lower_case_activate):
1488         * plugins/document-manager/search-box.c: (on_incremental_search),
1489         (on_search_activated):
1490         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1491         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1492         (iselection_get_start), (iselection_get_end),
1493         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1494         * plugins/editor/text_editor_cbs.c:
1495         (on_text_editor_scintilla_notify):
1496         
1497         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1498         interface of scintilla editor.
1499         
1500         * plugins/language-manager/languages.xml:
1501         * plugins/language-manager/plugin.c:
1502         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1503         Added chdr to C language files and some DEBUG_PRINTs
1504         
1505         * plugins/language-support-cpp-java/cpp-java-assist.c:
1506         (on_assist_chosen):
1507         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1508         * plugins/search/plugin.c: (find_incremental):
1509         * plugins/search/search-replace.c: (search_and_replace):
1510         * plugins/search/search-replace_backend.c: (create_search_entries):
1511                 Adapted to changed interfaces
1513         * plugins/sourceview/Makefile.am:
1514         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1515         (set_uri), (anjuta_document_save):
1516         * plugins/sourceview/anjuta-editor-sourceview.glade:
1517         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1518         (anjuta_view_key_press_event):
1519         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1520         * plugins/sourceview/sourceview-cell.c:
1521         (sourceview_cell_instance_init), (sourceview_cell_finalize),
1522         (icell_get_line), (icell_get_attribute), (icell_iface_init):
1523         * plugins/sourceview/sourceview-prefs.c: (get_bool),
1524         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1525         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1526         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1527         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1528         * plugins/sourceview/sourceview-private.h:
1529         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1530         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1531         (on_document_loaded), (sourceview_instance_init),
1532         (sourceview_dispose), (sourceview_finalize),
1533         (sourceview_create_markers), (sourceview_new),
1534         (ifile_savable_save), (ieditor_get_tab_size),
1535         (ieditor_set_tab_size), (ieditor_set_use_spaces),
1536         (ieditor_set_auto_indent), (ieditor_goto_line),
1537         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1538         (iselect_block), (iselect_set), (iselect_get_start),
1539         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1540         (imark_unmark), (imark_is_marker_set),
1541         (imark_location_from_handle), (imark_delete_all_markers),
1542         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1543         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1544         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1545         (ilanguage_get_supported_languages), (autodetect_language),
1546         (ilanguage_set_language), (iassist_show_tips),
1547         (on_sourceview_hover_leave), (on_sourceview_hover_over),
1548         (ihover_display), (ihover_iface_init):
1549         
1550         Use GtkSourceView 2.1.x:
1551         * New mark interface
1552         * Fixed #486724 and #488615
1553         * Implemented hover interface
1554         * Adapted to changed interfaces
1556 2008-01-04  Rob Bradford  <rob@o-hand.com>
1558         Reviewed by Naba Kumar  <naba@gnome.org>:
1559         * libanjuta/anjuta-preferences.c:
1560         (anjuta_preferences_register_property_custom):
1561         Unregister preferences for custom preferences when the widget is
1562         destroyed.
1564 2008-01-03  Johannes Schmid <jhs@gnome.org>
1566         * plugins/file-manager/file-model.c: (file_model_row_expanded),
1567         (file_model_row_collapsed):
1568   Fixed the too method to take a correct data argument
1570 2008-01-02  Johannes Schmid <jhs@gnome.org>
1572         * plugins/document-manager/anjuta-docman.c:
1573         (anjuta_docman_add_document), (anjuta_docman_remove_document):
1574         ref and unref correctly to silence a Gtk+ critical
1576 2008-01-01  Johannes Schmid <jhs@gnome.org>
1578         * plugins/editor/text_editor.c: (itext_editor_get_text):
1579         Fixed #506740 – ianjuta_editor_get_text crash if request 
1580         text past the buffer length
1582 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
1584         * plugins/debug-manager/utilities.c,
1585         plugins/debug-manager/utilities.h,
1586         plugins/debug-manager/breakpoints.c:
1587         Move get_current_editor function in utilities.c
1589         * plugins/debug-manager/plugin.c,
1590         plugins/debug-manager/debug_tree.c,
1591         plugins/debug-manager/debug_tree.h,
1592         plugins/debug-manager/watch.c,
1593         plugins/debug-manager/watch.h,
1594         plugins/debug-manager/locals.c,
1595         plugins/debug-manager/locals.h,
1596         (added) plugins/debug-manager/variable.c,
1597         (added) plugins/debug-manager/variable.h,
1598         plugins/debug-manager/Makefile.am:
1599         Use hover interface to display variable value
1601 2007-12-31  Johannes Schmid <jhs@gnome.org>
1603         * libanjuta/Makefile.am:
1604         Only install glade catalog files if glade-3 is available
1605         (Fixes #506269 and #500296)
1607 2007-12-30  Johannes Schmid <jhs@gnome.org>
1609         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1610         (set_property_value_as_string), (register_callbacks):
1612   Fixed GtkFileChooserButton preferences to also work when only the combo
1613   changes without a dialog being open.
1615 2007-12-29  Johannes Schmid <jhs@gnome.org>
1617         * plugins/editor/Makefile.am:
1618         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1620 2007-12-29  Johannes Schmid <jhs@gnome.org>
1622         * plugins/devhelp/plugin.c: (devhelp_activate):
1623         Fixed #498986 - Anjuta-2.3.0 fails to build
1625 2007-12-29  Johannes Schmid <jhs@gnome.org>
1627         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1628         * plugins/debug-manager/plugin.c:
1629         (on_run_to_cursor_action_activate):
1630         * plugins/document-manager/anjuta-docman.c:
1631         (anjuta_docman_goto_file_line_mark):
1632         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1633         (value_removed_current_editor):
1634         
1635         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1636         all those to value_added_current_document...
1638         * plugins/editor/anjuta-editor-scintilla.glade:
1639         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1640         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1642 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1644   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1645   (symbol_db_activate), (symbol_db_deactivate),
1646   (symbol_db_instance_init), (isymbol_manager_get_parents):
1647   * plugins/symbol-db/plugin.h:
1648   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1649   * plugins/symbol-db/symbol-db-engine.c:
1650   (symbol_db_engine_get_global_members_filtered):
1651   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1652   (on_symbol_inserted):
1653   Filtered out static functions on global-tab. E.g. when flag
1654   is_file_scope = 1 we won't add entries there.
1655   Fixed a little bug on 'Global'->'Vars/Others' node too.
1657 2007-12-28  Johannes Schmid <jhs@gnome.org>
1659   * libanjuta/anjuta-launcher.c:
1660   Fixed a silly (and completely useless) memory corruption that probably 
1661   only occured at a few race conditions though I wonder why it did not 
1662         happen more often
1664 2007-12-28  Johannes Schmid <jhs@gnome.org>
1665         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1666         * plugins/debug-manager/plugin.c: (set_program_counter):
1667         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1668         * plugins/debug-manager/start.c: (get_source_directories):
1669         * plugins/debug-manager/threads.c: (on_info_thread),
1670         (on_list_thread):
1671         * plugins/file-manager/file-model.c: (file_model_set_property):
1672         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1673         * plugins/tools/editor.c: (on_editor_response):
1674         
1675         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1676         
1677         * plugins/document-manager/plugin.c: (update_title),
1678         (value_added_project_root_uri):
1679         * plugins/document-manager/plugin.h:
1680         Shorten down the title bar if the current path is inside the opened project
1682 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1684         reviewed by: Johannes Schmid <jhs@gnome.org>
1686         * plugins/project-wizard/templates/java/project.anjuta:
1687         * plugins/project-wizard/templates/mkfile/project.anjuta:
1688         * plugins/project-wizard/templates/python/project.anjuta:
1689         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1690         let new projects use new SymbolDB plugin.
1691         
1692         * plugins/symbol-browser/images/Makefile.am:
1693         added some images taken from MonoDevelop project.
1694         
1695         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1696         (goto_file_line), (on_importing_project_end), (project_root_added),
1697         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1698         (isymbol_manager_search):
1699         Added project-updating feature when opening a project with some files
1700   modified externally [e.g. a svn up].
1701         
1702         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1703         (sdb_engine_iterator_node_instance_init),
1704         (sdb_engine_iterator_node_finalize),
1705         (symbol_db_engine_iterator_node_set_conversion_hash):
1706         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1707         * plugins/symbol-db/symbol-db-engine-iterator.c:
1708         (symbol_db_engine_iterator_new):
1709         * plugins/symbol-db/symbol-db-engine-iterator.h:
1710          Moved Hash table initialization into the engine. This proxies and
1711   speeds up the process of creation and iteration of a GdaDataModel.
1712         
1713         * plugins/symbol-db/symbol-db-engine.c:
1714         (sdb_engine_ctags_output_thread),
1715         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1716         (sdb_engine_scan_files_1), (sdb_engine_init),
1717         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1718         (symbol_db_engine_add_new_workspace),
1719         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1720         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1721         (symbol_db_engine_get_sym_type_conversion_hash),
1722         (symbol_db_engine_update_files_symbols),
1723         (symbol_db_engine_update_project_symbols),
1724         (symbol_db_engine_update_buffer_symbols),
1725         (symbol_db_engine_get_class_parents),
1726         (symbol_db_engine_get_global_members_filtered),
1727         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1728         (symbol_db_engine_get_scope_members_by_symbol_id),
1729         (symbol_db_engine_get_scope_members),
1730         (symbol_db_engine_get_current_scope),
1731         (symbol_db_engine_get_file_symbols),
1732         (symbol_db_engine_get_symbol_info_by_id),
1733         (symbol_db_engine_find_symbol_by_name_pattern),
1734         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1735         * plugins/symbol-db/symbol-db-engine.h:
1736         * plugins/symbol-db/symbol-db-view-locals.c:
1737         (sdb_view_locals_get_iter_from_row_ref),
1738         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1739         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1740         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1741         Changes on some queries fuctions and some fixes. Added *_filtered
1742   functions.
1743         
1744         * plugins/symbol-db/symbol-db-view.c:
1745         (do_add_child_symbol_to_view), (add_new_waiting_for),
1746         (prepare_for_adding), (on_symbol_inserted),
1747         (do_recurse_subtree_and_remove), (on_symbol_removed),
1748         (sdb_view_do_add_hidden_dummy_child),
1749         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1750         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1751         (sdb_view_locals_create_new_store), (sdb_view_init),
1752         (sdb_view_finalize), (sdb_view_class_init),
1753         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1754         (symbol_db_view_get_pixbuf),
1755         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1756         New display for global tags. This is the definitive version, bugs apart.
1757         
1758         * plugins/symbol-db/tables.sql:
1759         fixed typo.
1761 2007-12-27  Naba Kumar  <naba@gnome.org>
1763         * libanjuta/interfaces/libanjuta.idl:
1764         * plugins/editor/aneditor-priv.h:
1765         * plugins/editor/aneditor.cxx:
1766         * plugins/editor/text_editor.c: (text_editor_instance_init),
1767         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1768         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1769         * plugins/editor/text_editor.h:
1770         * plugins/editor/text_editor_cbs.c:
1771         (on_text_editor_scintilla_notify):
1773         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1774         related code in AnEditor. Fixed some compilation warnings.
1776 2007-12-26  Naba Kumar  <naba@gnome.org>
1778         * Changelog: Fixed indentation.
1780 2007-12-25  Naba Kumar  <naba@gnome.org>
1782         * plugins/editor/Makefile.am:
1783         * plugins/editor/editor.glade:
1784         * plugins/editor/plugin.c:
1785         * plugins/editor/style-editor.c:
1786         * plugins/sourceview/Makefile.am:
1787         * plugins/sourceview/plugin.c:
1788         * plugins/sourceview/sourceview.glade:
1789         * plugins/valgrind/Makefile.am:
1791         Renamed glade files to anjuta-editor-* to give name space for the
1792         schema files (because they are installed in system directory).
1794         * scripts/build-schemas.mk: Install the schemas files also (need for
1795         binary package installation/uninstallation).
1797 2007-12-25  Johannes Schmid <jhs@gnome.org>
1799         * plugins/language-support-cpp-java/plugin.c:
1800         (set_indentation_param_vim):
1801         
1802         Support some more vim modeline commands and shortcuts (#504331)
1804 2007-12-25  Johannes Schmid <jhs@gnome.org>
1806         Patches from James Liggett:
1807         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1808         (anjuta_vcs_status_tree_view_init):
1809         * plugins/subversion/subversion-commit-dialog.c:
1810         (subversion_commit_dialog):
1811         * plugins/subversion/subversion-diff-dialog.c:
1812         (on_subversion_diff_response):
1813         * plugins/subversion/subversion-log-dialog.c:
1814         (on_log_view_selected_button_clicked),
1815         (on_log_diff_selected_button_clicked),
1816         (on_log_diff_previous_button_clicked):
1817         * plugins/subversion/subversion-resolve-dialog.c:
1818         (subversion_resolve_dialog):
1819         * plugins/subversion/subversion-revert-dialog.c:
1820         (subversion_revert_dialog):
1821         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1822         (pulse_progress_bar), (hide_pulse_progress_bar),
1823         (disconnect_data_arrived_signals),
1824         (cancel_data_arrived_signal_disconnect):
1825         * plugins/subversion/subversion-ui-utils.h:
1826         
1827         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1828         #505237 – Sort list of modified files
1830 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1832         * plugins/gdb/debugger.c:
1833         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1835 2007-12-23  Johannes Schmid <jhs@gnome.org>
1837         * plugins/language-support-cpp-java/plugin.c:
1838         (set_indentation_param_emacs), (set_indentation_param_vim),
1839         (parse_mode_line_emacs), (parse_mode_line_vim),
1840         (extract_mode_line), (initialize_indentation_params):
1842         Added (basic) support for vim modelines (#504331)
1844         * plugins/message-view/message-view.c: (message_view_next),
1845         (message_view_previous):
1846         
1847         Fixed next/previous message
1849 2007-12-23  Johannes Schmid <jhs@gnome.org>
1851         * libanjuta/anjuta-ui.h:
1852         Check for != NULL before unref'ing pixbuf (related to #497878)
1853         
1854         * plugins/devhelp/plugin.c: (register_stock_icons):
1855         * plugins/document-manager/anjuta-docman.c:
1856         (anjuta_docman_add_document):
1857         * plugins/glade/plugin.c: (on_close_activated),
1858         (register_stock_icons), (on_session_save),
1859         (glade_plugin_add_project):
1860         
1861         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1862         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1863         
1864         * plugins/language-support-cpp-java/plugin.c:
1865         (register_stock_icons):
1866         Fixed stock icon registration macros
1868 2007-12-23  Johannes Schmid <jhs@gnome.org>
1870         * global-tags/Makefile.am:
1871         * launcher/Makefile.am:
1872         * libanjuta/Makefile.am:
1873         * libegg/Makefile.am:
1874         * manuals/anjuta-faqs/Makefile.am:
1875         * manuals/anjuta-manual/Makefile.am:
1876         * manuals/reference/libanjuta/Makefile.am:
1877         * plugins/build-basic-autotools/Makefile.am:
1878         * plugins/class-gen/Makefile.am:
1879         * plugins/class-inheritance/Makefile.am:
1880         * plugins/cvs-plugin/Makefile.am:
1881         * plugins/debug-manager/Makefile.am:
1882         * plugins/devhelp/Makefile.am:
1883         * plugins/document-manager/Makefile.am:
1884         * plugins/editor/Makefile.am:
1885         * plugins/editor/scintilla/Makefile.am:
1886         * plugins/editor/scintilla/include/Makefile.am:
1887         * plugins/file-loader/Makefile.am:
1888         * plugins/file-manager/Makefile.am:
1889         * plugins/file-wizard/Makefile.am:
1890         * plugins/gdb/Makefile.am:
1891         * plugins/glade/Makefile.am:
1892         * plugins/gtodo/Makefile.am:
1893         * plugins/gvim/Makefile.am:
1894         * plugins/indent/Makefile.am:
1895         * plugins/language-manager/Makefile.am:
1896         * plugins/language-support-cpp-java/Makefile.am:
1897         * plugins/macro/Makefile.am:
1898         * plugins/message-view/Makefile.am:
1899         * plugins/patch/Makefile.am:
1900         * plugins/profiler/Makefile.am:
1901         * plugins/project-import/Makefile.am:
1902         * plugins/project-manager/Makefile.am:
1903         * plugins/project-wizard/Makefile.am:
1904         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1905         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1906         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1907         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1908         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1909         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1910         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1911         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1912         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
1913         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
1914         * plugins/sample1/Makefile.am:
1915         * plugins/search/Makefile.am:
1916         * plugins/sourceview/Makefile.am:
1917         * plugins/subversion/Makefile.am:
1918         * plugins/symbol-browser/Makefile.am:
1919         * plugins/symbol-db/Makefile.am:
1920         * plugins/symbol-db/test/Makefile.am:
1921         * plugins/terminal/Makefile.am:
1922         * plugins/tools/Makefile.am:
1923         * plugins/valgrind/Makefile.am:
1924         * src/Makefile.am:
1925         * tagmanager/Makefile.am:
1926         
1927         Replaces the deprecated "INCLUDES" in all Makefile.am's with
1928         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
1929         warnings from illigel C++ compiler flags.
1931 2007-12-23  Johannes Schmid <jhs@gnome.org>
1933         Patch from Tom <tpgww@onepost.net>:
1934   
1935         * plugins/document-manager/anjuta-docman.c:
1936         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
1937         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
1938         (anjuta_docman_instance_init), (on_notebook_switch_page),
1939         (anjuta_docman_grab_text_focus):
1940         * plugins/document-manager/plugin.c: (on_document_added),
1941         (on_window_key_press_event), (on_window_key_release_event):
1942         
1943         Some more document-manager code cleanups and fixes.
1945 2007-12-23  Massimo Cora'  <maxcvs@email.it>
1947         * plugins/symbol-db/plugin.c: (register_stock_icons),
1948         (value_added_current_editor), (value_removed_current_editor),
1949         (on_importing_project_end), (project_root_removed):
1950         added controls to clean/populate GtkTreeView(s) on projects unload/load.
1952         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
1953         (symbol_db_engine_get_file_db_path):
1954         fixed a useless warning.
1956         * plugins/symbol-db/symbol-db-view-locals.c:
1957         (traverse_free_waiting_for), (file_view_status_destroy),
1958         (sdb_view_locals_create_new_store), (traverse_files_view_status),
1959         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
1960         (sdb_view_locals_finalize), (on_symbol_inserted),
1961         (symbol_db_view_locals_recv_signals_from_engine),
1962         (symbol_db_view_locals_update_list):
1963         more speed on editors switching. GtkTreeStore caching method implemented.
1964         Fixed compiler warnings and a little memory leak.
1966         * plugins/symbol-db/symbol-db-view-locals.h:
1967         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
1968         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
1969         (on_scan_end), (on_symbol_inserted),
1970         (sdb_view_locals_create_new_store), (sdb_view_init),
1971         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
1972         * plugins/symbol-db/symbol-db-view.h:
1973         fixed some crashers. Now project loading/populating should be quite quick.
1975 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1977         * plugins/debug-manager/command.c,
1978         plugins/debug-manager/queue.c:
1979         Take care of command return value (FALSE is an error)
1981 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1983         * plugins/debug-manager/anjuta-debug-manager.glade,
1984         plugins/debug-manager/breakpoints.c:
1985         Remove address, condition and pass breakpoint column if not supported
1986         Fix clear all remove_all to avoid an endless loop if a breakpoint
1987         cannot be removed
1989 2007-12-17  Johannes Schmid <jhs@gnome.org>
1991         Patch from Tom <tpgww@onepost.net> (with some changes):
1993         * plugins/document-manager/action-callbacks.c: (on_open_activate),
1994         (on_save_as_activate), (on_save_all_activate),
1995         (on_close_file_activate), (on_close_all_file_activate),
1996         (on_reload_file_activate), (on_editor_command_clear_activate),
1997         (on_transform_eolchars1_activate), (on_comment_block),
1998         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
1999         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2000         (on_editor_linenos1_activate), (on_editor_markers1_activate),
2001         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
2002         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
2003         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
2004         (on_zoom_out_text_activate):
2005         * plugins/document-manager/action-callbacks.h:
2006         * plugins/document-manager/anjuta-docman.c:
2007         (on_notebook_page_close_button_click),
2008         (on_notebook_page_close_button_enter),
2009         (on_notebook_page_close_button_leave),
2010         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
2011         (anjuta_docman_page_init), (anjuta_docman_page_new),
2012         (on_open_filesel_response), (create_file_open_dialog_gui),
2013         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
2014         (anjuta_docman_instance_init), (on_notebook_switch_page),
2015         (on_document_destroy), (anjuta_docman_add_editor),
2016         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2017         (anjuta_docman_set_current_document),
2018         (anjuta_docman_goto_file_line_mark), (get_real_path),
2019         (anjuta_docman_get_full_filename),
2020         (anjuta_docman_delete_all_markers),
2021         (anjuta_docman_delete_all_indicators),
2022         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2023         (anjuta_docman_order_tabs):
2024         * plugins/document-manager/anjuta-docman.h:
2025         * plugins/document-manager/file_history.c: (an_hist_file_new),
2026         (an_file_history_push), (an_file_history_dump):
2027         * plugins/document-manager/file_history.h:
2028         * plugins/document-manager/plugin.c: (update_title),
2029         (value_removed_project_root_uri),
2030         (update_document_ui_interface_items), (menu_name_compare),
2031         (on_document_added), (on_document_changed),
2032         (on_window_key_press_event), (on_window_key_release_event),
2033         (on_session_save):
2034         * plugins/document-manager/search-box.c: (on_document_changed),
2035         (on_goto_activated), (search_box_init), (search_box_new):
2036         * plugins/document-manager/search-box.h:
2038         Yet more code cleanups
2039         Save glade files correctly in session
2040         Use new tooltip API if available
2041         Sort notebook pages when session is restored (needs work)
2043 2007-12-16  Johannes Schmid <jhs@gnome.org>
2045         * plugins/document-manager/anjuta-docman.c:
2046         (anjuta_docman_add_document):
2047         
2048         Present correct widget with anjuta_shell_present_widget(). This got wrong when
2049         the new search bar was introduced.
2051 2007-12-12  Johannes Schmid <jhs@gnome.org>
2052   
2053         Patch from  Tom <tpgww@onepost.net>:
2054         (#485233 – another bunch of docman cleanups)
2055   
2056         * libanjuta/interfaces/libanjuta.idl:
2057         * plugins/document-manager/action-callbacks.c:
2058         (get_current_document), (get_current_focus_widget),
2059         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2060         (on_close_file_activate), (on_close_all_file_activate),
2061         (on_reload_file_activate), (on_print_activate),
2062         (on_print_preview_activate),
2063         (on_editor_command_upper_case_activate),
2064         (on_editor_command_lower_case_activate),
2065         (on_editor_command_eol_crlf_activate),
2066         (on_editor_command_eol_lf_activate),
2067         (on_editor_command_eol_cr_activate),
2068         (on_editor_command_select_all_activate),
2069         (on_editor_command_select_to_brace_activate),
2070         (on_editor_command_select_block_activate),
2071         (on_editor_command_match_brace_activate),
2072         (on_editor_command_undo_activate),
2073         (on_editor_command_redo_activate),
2074         (on_editor_command_cut_activate),
2075         (on_editor_command_paste_activate),
2076         (on_editor_command_copy_activate),
2077         (on_editor_command_clear_activate),
2078         (on_editor_command_close_folds_all_activate),
2079         (on_editor_command_open_folds_all_activate),
2080         (on_editor_command_toggle_fold_activate),
2081         (on_editor_command_bookmark_toggle_activate),
2082         (on_editor_command_bookmark_first_activate),
2083         (on_editor_command_bookmark_next_activate),
2084         (on_editor_command_bookmark_prev_activate),
2085         (on_editor_command_bookmark_last_activate),
2086         (on_editor_command_bookmark_clear_activate),
2087         (on_transform_eolchars1_activate), (on_comment_block),
2088         (on_comment_box), (on_comment_stream),
2089         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2090         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2091         (on_force_hilite_activate), (on_swap_activate),
2092         (on_editor_add_view_activate), (on_editor_remove_view_activate):
2093         * plugins/document-manager/action-callbacks.h:
2094         * plugins/document-manager/anjuta-docman.c:
2095         (on_notebook_page_close_button_click),
2096         (on_notebook_page_close_button_enter),
2097         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
2098         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2099         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2100         (on_open_filesel_response), (anjuta_docman_open_file),
2101         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2102         (anjuta_docman_dispose), (anjuta_docman_instance_init),
2103         (anjuta_docman_class_init), (anjuta_docman_new),
2104         (on_notebook_switch_page), (on_document_save_point),
2105         (on_document_destroy), (anjuta_docman_add_editor),
2106         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2107         (anjuta_docman_set_popup_menu),
2108         (anjuta_docman_get_current_focus_widget),
2109         (anjuta_docman_get_page_for_document),
2110         (anjuta_docman_get_current_document),
2111         (anjuta_docman_set_current_document),
2112         (anjuta_docman_goto_file_line),
2113         (anjuta_docman_goto_file_line_mark),
2114         (anjuta_docman_get_full_filename),
2115         (anjuta_docman_present_notebook_page),
2116         (anjuta_docman_update_page_label),
2117         (anjuta_docman_delete_all_markers),
2118         (anjuta_docman_delete_all_indicators),
2119         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2120         (do_ordertab1), (anjuta_docman_order_tabs),
2121         (anjuta_docman_set_editor_properties),
2122         (anjuta_docman_get_document_for_path),
2123         (anjuta_docman_get_all_doc_widgets):
2124         * plugins/document-manager/anjuta-docman.h:
2125         * plugins/document-manager/editor-tooltips.c:
2126         * plugins/document-manager/plugin.c: (update_title),
2127         (update_document_ui_enable_all), (update_document_ui_disable_all),
2128         (update_document_ui_save_items),
2129         (update_document_ui_interface_items), (update_document_ui),
2130         (on_document_update_save_ui), (update_status),
2131         (on_document_update_ui), (on_document_added),
2132         (on_document_changed), (on_session_save), (on_save_prompt),
2133         (on_docman_auto_save), (on_gconf_notify_timer):
2134         * plugins/document-manager/search-box.c: (on_document_changed),
2135         (search_box_new), (search_box_grab_line_focus):
2136         * plugins/glade/plugin.c: (ifile_open):
2137         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2138         * plugins/search/search-replace_backend.c: (create_search_entries):
2139         * plugins/sourceview/anjuta-document.c: (set_uri),
2140         (anjuta_document_save):
2141         * plugins/sourceview/sourceview.c: (ifile_savable_save):
2142         * plugins/tools/editor.c: (on_editor_response):
2144         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2145         It fixes some issues with session handling and several memory lacks.
2146         Gtk 2.12 Tooltip API is used if available.
2148 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
2150         * plugins/debug-manager/disassemble.c,
2151         plugins/debug-manager/disassemble.h,
2152         plugins/debug-manager/command.c,
2153         plugins/debug-manager/command.h,
2154         plugins/debug-manager/plugin.c
2155         plugins/debug-manager/sparse_view.c,
2156         plugins/debug-manager/sparse_view.h,
2157         plugins/gdb/plugin.c,
2158         plugins/gdb/debugger.c,
2159         plugins/gdb/debugger.h,
2160         libanjuta/interfaces/libanjuta.idl:
2161         Fix bug #502533: Implement assembler step
2163         * plugins/debug-manager/breakpoints.c:
2164         Do not save temporary breakpoints
2166         * plugins/debug-manager/stack_trace.c:
2167         Fix a crash when a stack command is cancelled
2169 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2171         * plugins/debug-manager/plugin.c,
2172         plugins/debug-manager/breakpoints.c,
2173         plugins/debug-manager/breakpoints.h:
2174         Fix bug #488732: Breakpoint on delete lines
2175         Breakpoints are now linked to their position in editor
2177         * plugins/gdb/debugger.c:
2178         Fix removing condition on breakpoint 
2180 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2182         * plugins/debug-manager/anjuta-debug-manager.glade,
2183         plugins/debug-manager/start.c,
2184         plugins/gdb/plugin.c,
2185         plugins/gdb/debugger.c,
2186         plugins/gdb/debugger.h,
2187         libanjuta/interfaces/libanjuta.idl:
2188         Fix bug #481366: Do not stop at the beginning of the program
2190         * plugins/debug-manager/command.c,
2191         plugins/debug-manager/command.h,
2192         plugins/debug-manager/breakpoints.c,
2193         plugins/debug-manager/queue.c,
2194         plugins/debug-manager/queue.h:
2195         Fix a bug remove all breakpoints was not working due to latest changes
2196         Setting breakpoints is disabled when program is running
2198 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2200         * plugins/debug-manager/queue.c,
2201         plugins/gdb/plugin.c:
2202         Fix bug #501469: Crash if mime_type is unknown
2204 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2206         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2207         (on_editor_update_ui), (on_single_file_scan_end),
2208         (on_importing_project_end), (project_root_added),
2209         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2210         * plugins/symbol-db/plugin.h:
2211         show on status bar files being scanned.
2213         * plugins/symbol-db/symbol-db-engine.c:
2214         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2215         (sdb_engine_ctags_output_thread),
2216         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2217         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2218         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2219         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2220         (sdb_engine_get_table_id_by_unique_name2),
2221         (symbol_db_engine_open_project),
2222         (sdb_engine_prepare_executing_commands),
2223         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2224         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2225         (sdb_engine_detects_removed_ids),
2226         (symbol_db_engine_get_class_parents),
2227         (symbol_db_engine_get_global_members),
2228         (symbol_db_engine_get_scope_members_by_symbol_id),
2229         (symbol_db_engine_get_scope_members),
2230         (symbol_db_engine_get_current_scope),
2231         (symbol_db_engine_get_file_symbols),
2232         (symbol_db_engine_get_symbol_info_by_id),
2233         (symbol_db_engine_get_full_local_path),
2234         (symbol_db_engine_find_symbol_by_name_pattern),
2235         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2236         * plugins/symbol-db/symbol-db-engine.h:
2237         * plugins/symbol-db/symbol-db-view-locals.c:
2238         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2239         (symbol_db_view_locals_recv_signals_from_engine),
2240         (symbol_db_view_locals_update_list):
2241         * plugins/symbol-db/symbol-db-view-locals.h:
2242         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2243         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2244         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2245         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2246         * plugins/symbol-db/symbol-db-view.h:
2247         Added g_thread architecture to scan in background. With this you
2248         can use Anjuta's GUI without freezing.
2249         Improved insertion speed by using a paradigm like 'insert' and 'check'
2250         replacing a 'check' and 'insert' one. This has been done for tables 
2251         like symbol, scope, sym_type.
2252         Fixed two crashers. 
2254         * plugins/symbol-db/tables.sql:
2255         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2256         (thread), (print_message), (bastard_thread), (idle_signals):
2257         fixed a typo on tables that broke sql triggers.
2259 === anjuta 2.3.1 ===
2261 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2263         * NEWS, AUTHORS: Updated.
2264         * src/Makefile.am: Fixed make distcheck
2266         Patch from Yang Hong:
2267         * plugins/file-manager/file-manager.glade: Fixed file chooser
2268         size in file-manager preferences.
2270 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2272         * NEWS: Updated for 2.3.1 development release
2273         * configure.in: Bumped version to 2.3.1
2275 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2277         * plugins/debug-manager/threads.c,
2278         plugins/debug-manager/disassemble.c,
2279         plugins/debug-manager/watch.c,
2280         plugins/debug-manager/registers.c,
2281         plugins/debug-manager/locals.c,
2282         plugins/debug-manager/breakpoints.c,
2283         plugins/debug-manager/stack_trace.c,
2284         plugins/debug-manager/command.c,
2285         plugins/debug-manager/command.h,
2286         plugins/debug-manager/queue.c,
2287         libanjuta/interfaces/libanjuta.idl:
2288         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2289         Document IAnjutaDebugManager signals
2290         Generate new signals in queue.c
2291         Use new signals in other files
2293 2007-11-30  <genbell@tiscali.it>
2295         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2297         * plugins/gdb/Makefile.am:
2298         Fix bug #500376
2300 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2302         * plugins/tools/variable.c:
2303         Fix a bug added in the previous patch (it is not a leak)
2305 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2307         * plugins/project-wizard/druid.c,
2308         plugins/project-wizard/templates/terminal.wiz,
2309         plugins/project-wizard/templates/xlib-dock.wiz,
2310         plugins/project-wizard/templates/wxwin.wiz,
2311         plugins/project-wizard/templates/java.wiz,
2312         plugins/project-wizard/templates/gnome.wiz,
2313         plugins/project-wizard/templates/anjuta-plugin.wiz,
2314         plugins/project-wizard/templates/gtkmm.wiz,
2315         plugins/project-wizard/templates/python.wiz,
2316         plugins/project-wizard/templates/cpp.wiz,
2317         plugins/project-wizard/templates/sdl.wiz,
2318         plugins/project-wizard/templates/gtk.wiz,
2319         plugins/project-wizard/templates/minimal.wiz,
2320         plugins/project-wizard/templates/xlib.wiz,
2321         plugins/project-wizard/templates/gcj.wiz,
2322         plugins/project-wizard/templates/translatable-strings.h,
2323         plugins/project-import/project-import.c:
2324         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2326 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2328         * plugins/debug-manager/threads.c,
2329         plugins/debug-manager/disassemble.c,
2330         plugins/debug-manager/watch.c,
2331         plugins/debug-manager/registers.c,
2332         plugins/debug-manager/memory.c,
2333         plugins/debug-manager/locals.c,
2334         plugins/debug-manager/stack_trace.c,
2335         plugins/debug-manager/queue.c,
2336         plugins/debug-manager/queue.h:
2337         Connect debugger signal only when program is loaded
2338         Rename get_feature in is_supported
2340         * plugins/debug-manager/plugin.c:
2341         Remove editor watch when plugin is deactivated
2343         * plugins/debug-manager/anjuta-debug-manager.glade,
2344         plugins/debug-manager/breakpoints.c,
2345         plugins/debug-manager/breakpoints.h:
2346         Rewrite almost completely the breakpoint code
2347         Improve breakpoint dialog
2348         Reorganize function
2349         Implement condition, hit count, ignore and temporary attribute
2351         * plugins/debug-manager/command.c,
2352         plugins/debug-manager/command.h:
2353         Add a breakpoint list command
2355         * plugins/gdb/debugger.c,
2356         plugins/gdb/debugger.h:
2357         Add new breakpoint list command
2358         Fix parsing of breakpoint data
2360         * libanjuta/interfaces/libanjuta.idl,
2361         plugins/gdb/plugin.c:
2362         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2364 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2366         * plugins/document-manager/plugin.c:
2367         Use Ctrl+Shift+s as shortcut for Save As
2369 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2371         * plugins/subversion/plugin.c: (activate_plugin):
2372         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2373         * src/layout.xml: Fixed dockitem positions.
2375 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2377         Icons from tpgww@onepost.net:
2378         * plugins/project-wizard/applogo.png:
2379         Icons from patch in bug #480093 comment #23. Also renamed icons.
2381         * plugins/message-view/Makefile.am:
2382         * plugins/message-view/plugin.c: (register_stock_icons),
2383         (ipreferences_merge): Removed redundant icon.
2385         * plugins/document-manager/plugin.c:
2386         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2387         Do not insensitize New action when there is no document.
2388         Indentation fixes.
2390 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2392         Icons from tpgww@onepost.net:
2393         * plugins/symbol-browser/an_symbol_prefs.c:
2394         * pixmaps/Makefile.am:
2395         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2397         Icons from patch in bug #480093 comment #23. Also renamed icons.
2398         To be continued..
2400 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2402         Patch from James Liggett:
2403         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2404         revert and dialogs resizable.
2406 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2408         Patch from James Liggett:
2409         * plugins/subversion/anjuta-subversion.glade:
2410         * plugins/subversion/subversion-diff-dialog.c:
2411         (on_subversion_diff_response), (subversion_diff_dialog):
2412         * plugins/subversion/subversion-diff-dialog.h:
2414         The diff dialog should have a checkbox, enabled by default, that
2415         allows the user to make sure that all open files are saved before
2416         diffing.
2418 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2420         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2422         Icons from tpgww@onepost.net:
2423         * pixmaps/Makefile.am:
2424         * src/Makefile.am:
2425         * src/anjuta-app.c:
2426         * src/anjuta-preferences-general.svg:
2428         Icons from patch in bug #480093 comment #23. Also renamed icons.
2429         To be continued..
2431 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2433         Icons from tpgww@onepost.net:
2434         * plugins/debug-manager/images/Makefile.am:
2435         * plugins/debug-manager/images/anjuta-watch.svg:
2436         * plugins/debug-manager/plugin.c: (register_stock_icons):
2437         * plugins/gdb/images/Makefile.am:
2438         * plugins/gtodo/Makefile.am:
2439         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2440         * plugins/gtodo/anjuta-gtodo.plugin.in:
2441         * plugins/gtodo/interface.c: (stock_icons):
2442         * plugins/gtodo/main.h:
2443         * plugins/gtodo/plugin.c: (ipreferences_merge):
2444         * plugins/terminal/Makefile.am:
2445         * plugins/terminal/anjuta-terminal-plugin.svg:
2446         * plugins/terminal/anjuta-terminal.plugin.in:
2447         * plugins/terminal/terminal.c:
2448         * plugins/tools/Makefile.am:
2449         * plugins/tools/anjuta-tools-plugin.svg:
2450         * plugins/tools/anjuta-tools.plugin.in:
2451         * plugins/tools/plugin.c:
2452         * plugins/valgrind/Makefile.am:
2453         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2454         * plugins/valgrind/anjuta-valgrind.plugin.in:
2455         * plugins/valgrind/plugin.c: (register_stock_icons),
2456         (ipreferences_merge):
2458         Icons from patch in bug #480093 comment #23. Also renamed icons.
2459         To be continued..
2461 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2463         reviewed by: Johannes Schmid <jhs@gnome.org>
2465         * configure.in:
2466         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2467         due to bug #493360. Still present anyway bug #495843
2469         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2470         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2471         (on_local_treeview_row_activated),
2472         (on_global_treeview_row_activated),
2473         (on_global_treeview_row_expanded), (on_project_element_added),
2474         (on_project_element_removed), (project_root_added),
2475         (symbol_db_activate), (isymbol_manager_search),
2476         (isymbol_manager_get_members),
2477         (isymbol_manager_get_completions_at_position):
2478         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2479         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2480         * plugins/symbol-db/symbol-db-engine.c:
2481         (sdb_engine_execute_non_select_sql),
2482         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2483         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2484         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2485         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2486         (symbol_db_engine_add_new_workspace),
2487         (symbol_db_engine_add_new_project),
2488         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2489         (sdb_engine_detects_removed_ids),
2490         (sdb_engine_walk_down_scope_path),
2491         (symbol_db_engine_get_class_parents),
2492         (symbol_db_engine_get_global_members),
2493         (symbol_db_engine_get_scope_members_by_symbol_id),
2494         (symbol_db_engine_get_scope_members),
2495         (symbol_db_engine_get_current_scope),
2496         (symbol_db_engine_get_file_symbols),
2497         (symbol_db_engine_get_symbol_info_by_id),
2498         (symbol_db_engine_find_symbol_by_name_pattern):
2499         * plugins/symbol-db/symbol-db-engine.h:
2500         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2501         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2502         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2503         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2504         (on_scan_end), (do_add_root_symbol_to_view),
2505         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2506         (trigger_on_symbol_inserted), (add_new_waiting_for),
2507         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2508         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2509         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2510         (symbol_db_view_row_expanded), (sdb_view_init),
2511         (gtree_compare_func), (sdb_view_finalize),
2512         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2513         (sdb_view_populate_base_root),
2514         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2515         * plugins/symbol-db/symbol-db-view.h:
2516         * plugins/symbol-db/tables.sql:
2517         * plugins/symbol-db/test/Makefile.am:
2518         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2519         (get_scope_members), (get_current_scope), (get_global_members),
2520         (get_file_symbols), (get_info_by_id), (main):
2522         Rewrote symbol-db-view global tab. Now every expandable node is a query.
2523         Started using LIMIT keyword to speed up things.
2524         Deprecated GdaCommand in favour of GdaQuery into engine. This should
2525         make providers use prepared statements.
2527 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2529         Patch from James Liggett:
2530         * plugins/subversion/plugin.c: (subversion_instance_init):
2531         * plugins/subversion/plugin.h:
2532         * plugins/subversion/subversion-diff-dialog.c:
2533         (on_subversion_diff_response), (subversion_diff_dialog),
2534         (on_menu_subversion_diff):
2535         * plugins/subversion/subversion-log-dialog.c:
2536         (on_log_view_selected_button_clicked),
2537         (on_log_diff_selected_button_clicked),
2538         (on_log_diff_previous_button_clicked),
2539         (subversion_log_window_create):
2540         * plugins/subversion/subversion-ui-utils.c:
2541         (get_filename_from_full_path), (init_whole_project),
2542         (on_whole_project_toggled):
2543         * plugins/subversion/subversion-ui-utils.h:
2544         * plugins/subversion/subversion-update-dialog.c:
2545         (subversion_update_dialog), (on_menu_subversion_update):
2547         Whole Project checkbox enabled by default in diff and update dialogs.
2548         changes the editor names for diff editors to something much more
2549         descriptive. For example, working copy/head diffs would have an editor
2550         with a name like "[Working Copy/Head] some-file.diff," where some-file
2551         is the name of the file/directory that was diffed. For diffs against
2552         arbitrary diffs the name would look like "[Revisions 2832/3200]
2553         some-file.diff" for a diff of some-file between revisions 2832 and
2554         3200.
2556 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2558         Icons from tpgww@onepost.net:
2559         * plugins/subversion/Makefile.am:
2560         * plugins/subversion/anjuta-subversion-plugin.svg:
2561         * plugins/subversion/anjuta-subversion.plugin.in:
2562         * plugins/subversion/plugin.h:
2563         * plugins/symbol-browser/Makefile.am:
2564         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2565         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2566         * plugins/symbol-browser/plugin.c:
2567         * plugins/symbol-db/Makefile.am:
2568         * plugins/symbol-db/plugin.c:
2569         * plugins/symbol-db/symbol-db.plugin.in:
2571         Icons from patch in bug #480093 comment #23. Also renamed icons.
2572         To be continued..
2574 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2576         Icons from tpgww@onepost.net:
2577         * plugins/project-manager/Makefile.am:
2578         * plugins/project-manager/anjuta-project-manager-plugin.svg:
2579         * plugins/project-manager/anjuta-project-manager.plugin.in:
2580         * plugins/project-manager/plugin.c:
2581         * plugins/project-wizard/Makefile.am:
2582         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2583         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2584         * plugins/project-wizard/druid.h:
2585         * plugins/search/Makefile.am:
2586         * plugins/search/anjuta-search-plugin.svg:
2587         * plugins/search/anjuta-search.plugin.in:
2588         * plugins/search/plugin.c:
2590         Icons from patch in bug #480093 comment #23. Also renamed icons.
2591         To be continued..
2593 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2595         * TODO.tasks: updated.
2597         Icons from tpgww@onepost.net:
2598         * plugins/file-loader/Makefile.am:
2599         * plugins/file-loader/anjuta-loader-plugin.svg:
2600         * plugins/file-loader/anjuta-loader.plugin.in:
2601         * plugins/file-manager/Makefile.am:
2602         * plugins/file-manager/anjuta-file-manager-plugin.svg:
2603         * plugins/file-manager/file-manager.plugin.in:
2604         * plugins/file-manager/plugin.c:
2605         * plugins/glade/Makefile.am:
2606         * plugins/glade/anjuta-glade-plugin.svg:
2607         * plugins/glade/anjuta-glade.plugin.in:
2608         * plugins/glade/plugin.c: (register_stock_icons):
2609         * plugins/language-manager/Makefile.am:
2610         * plugins/language-manager/anjuta-language-manager-plugin.svg:
2611         * plugins/language-manager/language-manager.plugin.in:
2612         * plugins/message-view/Makefile.am:
2613         * plugins/message-view/anjuta-message-manager.plugin.in:
2614         * plugins/message-view/anjuta-messages-plugin.svg:
2615         * plugins/message-view/plugin.c:
2616         * plugins/patch/Makefile.am:
2617         * plugins/patch/anjuta-patch-plugin.svg:
2618         * plugins/patch/anjuta-patch.plugin.in:
2619         * plugins/patch/plugin.c:
2620         * plugins/profiler/Makefile.am:
2621         * plugins/profiler/anjuta-profiler-plugin.svg:
2622         * plugins/profiler/plugin.c: (register_stock_icons):
2623         * plugins/profiler/profiler.plugin.in:
2624         * plugins/project-import/Makefile.am:
2625         * plugins/project-import/anjuta-project-import-plugin.svg:
2626         * plugins/project-import/anjuta-project-import.plugin.in:
2627         * plugins/project-import/plugin.c:
2629         Icons from patch in bug #480093 comment #23. Also renamed icons.
2630         To be continued..
2632 2007-11-18  Johannes Schmid <jhs@gnome.org>
2634         * plugins/build-basic-autotools/build-basic-autotools.c:
2635         (build_regex_init):
2636         * plugins/debug-manager/anjuta-debug-manager.glade:
2637         * plugins/debug-manager/breakpoints.c:
2638         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2639         * plugins/file-wizard/file.c:
2640         * plugins/gdb/anjuta-gdb.glade:
2641         * plugins/glade/plugin.c: (ifile_open):
2642         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2643         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2644         * plugins/gtodo/tray-icon.c:
2645         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2646         * plugins/macro/macros.xml:
2647         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2648         Fixed translation bugs (#496833, #488211 and #497758)
2649         
2650         * plugins/document-manager/plugin.c: (on_editor_changed):
2651         Removed unused code
2653 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2655         Icons from tpgww@onepost.net:
2656         * plugins/devhelp/Makefile.am:
2657         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2658         * plugins/devhelp/anjuta-devhelp.plugin.in:
2659         * plugins/devhelp/plugin.c:
2660         * plugins/document-manager/anjuta-document-manager.plugin.in:
2661         * plugins/document-manager/images/Makefile.am:
2662         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2663         * plugins/document-manager/plugin.c:
2664         * plugins/editor/Makefile.am:
2665         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2666         * plugins/editor/anjuta-editor.plugin.in:
2667         * plugins/editor/plugin.c:
2668         * plugins/sample1/Makefile.am:
2669         * plugins/sample1/anjuta-sample-plugin.svg:
2670         * plugins/sample1/anjuta-sample.plugin.in:
2671         * plugins/sourceview/Makefile.am:
2672         * plugins/sourceview/plugin.c:
2673         * plugins/sourceview/sourceview.plugin.in:
2675         Icons from patch in bug #480093 comment #23. Also renamed icons.
2676         To be continued..
2678 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2680         * TODO.tasks: Updated.
2682         Icons from tpgww@onepost.net:
2683         * plugins/build-basic-autotools/Makefile.am:
2684         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2685         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2686         * plugins/build-basic-autotools/build-basic-autotools.c:
2687         * plugins/class-inheritance/Makefile.am:
2688         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2689         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2690         * plugins/class-inheritance/plugin.c:
2691         * plugins/cvs-plugin/Makefile.am:
2692         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2693         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2694         * plugins/cvs-plugin/plugin.c:
2695         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2696         * plugins/debug-manager/images/Makefile.am:
2697         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2698         * plugins/debug-manager/plugin.c: 
2700         Icons from patch in bug #480093 comment #23. Also renamed icons.
2701         To be continued..
2703 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2705         * (removed) libanjuta/anjuta-children.c,
2706         (removed) libanjuta/anjuta-children.h,
2707         libanjuta/anjuta-launcher.c,
2708         libanjuta/libanjuta.h,
2709         libanjuta/Makefile.am,
2710         plugins/gdb/debugger.c,
2711         plugins/terminal/terminal.c,
2712         manuals/reference/libanjuta/libanjuta-sections.txt,
2713         manuals/reference/libanjuta/libanjuta-docs.sgml:
2714         Replace anjuta_children_register by g_child_watch_add
2716 2007-11-13  Johannes Schmid <jhs@gnome.org>
2718         * plugins/subversion/anjuta-subversion.glade:
2719         * plugins/subversion/subversion-commit-dialog.c:
2720         (subversion_commit_dialog):
2721         * plugins/subversion/subversion-resolve-dialog.c:
2722         (subversion_resolve_dialog):
2723         * plugins/subversion/subversion-revert-dialog.c:
2724         (subversion_revert_dialog):
2725         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2726         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2727         (hide_pulse_progress_bar):
2728         * plugins/subversion/subversion-ui-utils.h:
2730         Yet another patch from #457477:
2731         Add a pulsing progress bar to all dialogs receiving status
2733 2007-11-12  Johannes Schmid <jhs@gnome.org>
2735         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2736         Bug 493583 – crash in Anjuta IDE: trying to open a file
2737         
2738         * plugins/subversion/subversion-commit-dialog.c:
2739         (select_all_files), (subversion_commit_dialog):
2740         Patch from jrligget - see #457477
2742 2007-11-12  Johannes Schmid <jhs@gnome.org>
2744         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2745         * libanjuta/anjuta-plugin-handle.c:
2746         (anjuta_plugin_handle_get_about):
2747         Bug 495536 – Plugins localization improvement
2748         
2749         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2750         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2751         * plugins/indent/indent.glade:
2752         * plugins/subversion/anjuta-subversion.glade:
2753         Bug 495245 – Strings bug
2755 2007-11-08  James Liggett  <jrliggett@cox.net>
2757         reviewed by: Johannes Schmid <jhs@gnome.org>
2759         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2760         (anjuta_async_command_finalize),
2761         (anjuta_async_command_notification_poll),
2762         (anjuta_async_command_thread), (start_command),
2763         (notify_data_arrived), (notify_complete),
2764         (anjuta_async_command_class_init),
2765         (anjuta_async_command_set_error_message),
2766         (anjuta_async_command_get_error_message),
2767         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2768         * libanjuta/anjuta-async-command.h:
2769         * libanjuta/anjuta-command.c: (anjuta_command_init),
2770         (anjuta_command_finalize), (anjuta_command_class_init),
2771         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2772         (anjuta_command_notify_complete),
2773         (anjuta_command_set_error_message),
2774         (anjuta_command_get_error_message):
2775         * libanjuta/anjuta-command.h:
2776         * libanjuta/anjuta-glade-catalog.c:
2777         * libanjuta/anjuta-glade.xml:
2778         * libanjuta/anjuta-vcs-status-tree-view.c:
2779         (on_selected_column_toggled),
2780         (anjuta_vcs_status_tree_view_create_columns),
2781         (anjuta_vcs_status_tree_view_init),
2782         (anjuta_vcs_status_tree_view_finalize),
2783         (anjuta_vcs_status_tree_view_set_property),
2784         (anjuta_vcs_status_tree_view_get_property),
2785         (anjuta_vcs_status_tree_view_class_init),
2786         (anjuta_vcs_status_tree_view_new),
2787         (anjuta_vcs_status_tree_view_destroy),
2788         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2789         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2790         (anjuta_vcs_status_tree_view_unselect_all),
2791         (create_selected_paths_list),
2792         (anjuta_vcs_status_tree_view_get_selected):
2793         * libanjuta/anjuta-vcs-status-tree-view.h:
2794         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2795         * libanjuta/anjuta-widgets.h:
2796         * plugins/subversion/subversion-add-dialog.c:
2797         (on_add_command_finished), (on_subversion_add_response),
2798         (subversion_add_dialog), (on_menu_subversion_add),
2799         (on_fm_subversion_add):
2800         * plugins/subversion/subversion-add-dialog.h:
2801         * plugins/subversion/subversion-commit-dialog.c:
2802         (on_commit_command_finished), (on_subversion_commit_response),
2803         (subversion_commit_dialog), (on_menu_subversion_commit),
2804         (on_fm_subversion_commit):
2805         * plugins/subversion/subversion-commit-dialog.h:
2806         * plugins/subversion/subversion-copy-dialog.c:
2807         (on_copy_other_revision_radio_toggled),
2808         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2809         (on_copy_command_finished), (on_subversion_copy_response),
2810         (subversion_copy_dialog), (on_menu_subversion_copy),
2811         (on_fm_subversion_copy):
2812         * plugins/subversion/subversion-copy-dialog.h:
2813         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2814         (on_subversion_diff_response), (subversion_diff_dialog),
2815         (on_menu_subversion_diff), (on_fm_subversion_diff):
2816         * plugins/subversion/subversion-diff-dialog.h:
2817         * plugins/subversion/subversion-log-dialog.c:
2818         (on_diff_selected_column_toggled), (create_columns),
2819         (on_log_command_finished), (on_log_view_button_clicked),
2820         (on_cat_command_data_arrived), (on_cat_command_finished),
2821         (on_log_view_selected_button_clicked), (get_selected_revisions),
2822         (on_log_diff_selected_button_clicked),
2823         (on_log_diff_previous_button_clicked),
2824         (on_subversion_log_vbox_destroy),
2825         (on_log_changes_view_row_selected), (subversion_log_window_create),
2826         (on_menu_subversion_log), (on_fm_subversion_log),
2827         (subversion_log_set_whole_project_sensitive):
2828         * plugins/subversion/subversion-log-dialog.h:
2829         * plugins/subversion/subversion-merge-dialog.c:
2830         (on_merge_command_finished), (on_subversion_merge_response),
2831         (on_merge_first_path_browse_button_clicked),
2832         (on_merge_second_path_browse_button_clicked),
2833         (on_merge_use_first_path_check_toggled),
2834         (on_merge_start_revision_radio_toggled),
2835         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2836         (on_menu_subversion_merge):
2837         * plugins/subversion/subversion-merge-dialog.h:
2838         * plugins/subversion/subversion-remove-dialog.c:
2839         (on_remove_command_finished),
2840         (on_remove_path_browse_button_clicked),
2841         (on_subversion_remove_response), (subversion_remove_dialog),
2842         (on_menu_subversion_remove), (on_fm_subversion_remove):
2843         * plugins/subversion/subversion-remove-dialog.h:
2844         * plugins/subversion/subversion-resolve-dialog.c:
2845         (on_resolve_command_finished), (on_subversion_resolve_response),
2846         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2847         * plugins/subversion/subversion-resolve-dialog.h:
2848         * plugins/subversion/subversion-revert-dialog.c:
2849         (on_revert_command_finished), (on_subversion_revert_response),
2850         (subversion_revert_dialog), (on_menu_subversion_revert):
2851         * plugins/subversion/subversion-revert-dialog.h:
2852         * plugins/subversion/subversion-switch-dialog.c:
2853         (on_switch_other_revision_radio_toggled),
2854         (on_switch_command_finished), (on_subversion_switch_response),
2855         (subversion_switch_dialog), (on_menu_subversion_switch):
2856         * plugins/subversion/subversion-switch-dialog.h:
2857         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2858         (subversion_data_free), (on_mesg_view_destroy),
2859         (create_message_view), (check_filename), (get_log_from_textview),
2860         (pulse_timer), (on_pulse_timer_destroyed),
2861         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2862         (report_errors), (on_status_command_finished),
2863         (on_status_command_data_arrived), (on_command_info_arrived),
2864         (select_all_status_items), (clear_all_status_selections),
2865         (init_whole_project), (on_whole_project_toggled),
2866         (send_diff_command_output_to_editor), (on_diff_command_finished),
2867         (stop_status_bar_progress_pulse):
2868         * plugins/subversion/subversion-ui-utils.h:
2869         * plugins/subversion/subversion-update-dialog.c:
2870         (on_update_command_finished), (on_subversion_update_response),
2871         (subversion_update_dialog), (on_menu_subversion_update),
2872         (on_fm_subversion_update):
2873         * plugins/subversion/subversion-update-dialog.h:
2874         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2875         (svn_add_command_finalize), (svn_add_command_run),
2876         (svn_add_command_class_init), (svn_add_command_new),
2877         (svn_add_command_destroy):
2878         * plugins/subversion/svn-add-command.h:
2879         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2880         (svn_cat_command_finalize), (svn_cat_command_run),
2881         (svn_cat_command_class_init), (svn_cat_command_new),
2882         (svn_cat_command_destroy), (svn_cat_command_get_output):
2883         * plugins/subversion/svn-cat-command.h:
2884         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2885         (svn_command_release_ui_lock), (simple_prompt),
2886         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2887         (svn_auth_ssl_server_trust_prompt_func_cb),
2888         (svn_auth_ssl_client_cert_prompt_func_cb),
2889         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2890         (svn_command_init), (svn_command_finalize),
2891         (svn_command_class_init), (svn_command_push_info),
2892         (svn_command_get_info_queue), (svn_command_set_error),
2893         (svn_command_get_client_context), (svn_command_get_pool),
2894         (svn_command_lock_ui), (svn_command_unlock_ui),
2895         (svn_command_get_revision), (svn_command_copy_path_list),
2896         (svn_command_free_path_list):
2897         * plugins/subversion/svn-command.h:
2898         * plugins/subversion/svn-commit-command.c: (on_log_callback),
2899         (svn_commit_command_init), (svn_commit_command_finalize),
2900         (svn_commit_command_run), (svn_commit_command_class_init),
2901         (svn_commit_command_new), (svn_commit_command_destroy):
2902         * plugins/subversion/svn-commit-command.h:
2903         * plugins/subversion/svn-copy-command.c: (on_log_callback),
2904         (svn_copy_command_init), (svn_copy_command_finalize),
2905         (svn_copy_command_run), (svn_copy_command_class_init),
2906         (svn_copy_command_new), (svn_copy_command_destroy):
2907         * plugins/subversion/svn-copy-command.h:
2908         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2909         (svn_diff_command_finalize), (svn_diff_command_run),
2910         (svn_diff_command_class_init), (svn_diff_command_new),
2911         (svn_diff_command_destroy), (svn_diff_command_get_output):
2912         * plugins/subversion/svn-diff-command.h:
2913         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
2914         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
2915         (svn_log_command_class_init), (svn_log_command_new),
2916         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
2917         * plugins/subversion/svn-log-command.h:
2918         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
2919         (svn_log_entry_finalize), (svn_log_entry_class_init),
2920         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
2921         (svn_log_entry_get_author), (svn_log_entry_get_date),
2922         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
2923         (svn_log_entry_get_full_log):
2924         * plugins/subversion/svn-log-entry.h:
2925         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
2926         (svn_merge_command_finalize), (svn_merge_command_run),
2927         (svn_merge_command_class_init), (svn_merge_command_new),
2928         (svn_merge_command_destroy):
2929         * plugins/subversion/svn-merge-command.h:
2930         * plugins/subversion/svn-remove-command.c: (on_log_callback),
2931         (svn_remove_command_init), (svn_remove_command_finalize),
2932         (svn_remove_command_run), (svn_remove_command_class_init),
2933         (svn_remove_command_new), (svn_remove_command_destroy),
2934         (svn_remove_command_get_path):
2935         * plugins/subversion/svn-remove-command.h:
2936         * plugins/subversion/svn-resolve-command.c:
2937         (svn_resolve_command_init), (svn_resolve_command_finalize),
2938         (svn_resolve_command_run), (svn_resolve_command_class_init),
2939         (svn_resolve_command_new), (svn_resolve_command_destroy):
2940         * plugins/subversion/svn-resolve-command.h:
2941         * plugins/subversion/svn-revert-command.c:
2942         (svn_revert_command_init), (svn_revert_command_finalize),
2943         (svn_revert_command_run), (svn_revert_command_class_init),
2944         (svn_revert_command_new), (svn_revert_command_destroy):
2945         * plugins/subversion/svn-revert-command.h:
2946         * plugins/subversion/svn-status-command.c:
2947         (svn_status_command_init), (svn_status_command_finalize),
2948         (on_svn_status_notify), (svn_status_command_run),
2949         (svn_status_command_class_init), (svn_status_command_new),
2950         (svn_status_command_destroy),
2951         (svn_status_command_get_status_queue):
2952         * plugins/subversion/svn-status-command.h:
2953         * plugins/subversion/svn-status.c: (svn_status_init),
2954         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
2955         (svn_status_destroy), (svn_status_get_path),
2956         (svn_status_get_vcs_status):
2957         * plugins/subversion/svn-status.h:
2958         * plugins/subversion/svn-switch-command.c:
2959         (svn_switch_command_init), (svn_switch_command_finalize),
2960         (svn_switch_command_run), (svn_switch_command_class_init),
2961         (svn_switch_command_new), (svn_switch_command_destroy):
2962         * plugins/subversion/svn-switch-command.h:
2963         * plugins/subversion/svn-update-command.c:
2964         (svn_update_command_init), (svn_update_command_finalize),
2965         (svn_update_command_run), (svn_update_command_class_init),
2966         (svn_update_command_new), (svn_update_command_destroy):
2967         * plugins/subversion/svn-update-command.h:
2969         Now really committed all files from James patch (#457477)
2971 2007-11-08  Johannes Schmid <jhs@gnome.org>
2973         * TODO.tasks: Updated
2975 2007-11-08  James Liggett  <jrliggett@cox.net>
2977         reviewed by: Johannes Schmid <jhs@gnome.org>
2979         * configure.in:
2980         * libanjuta/Makefile.am:
2981         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
2982         * libanjuta/anjuta-status.h:
2983         * libanjuta/libanjuta.h:
2984         * plugins/subversion/Makefile.am:
2985         * plugins/subversion/anjuta-subversion.glade:
2986         * plugins/subversion/anjuta-subversion.ui:
2987         * plugins/subversion/plugin.c: (value_added_project_root_uri),
2988         (value_removed_project_root_uri), (activate_plugin),
2989         (deactivate_plugin), (finalize), (subversion_instance_init):
2990         * plugins/subversion/plugin.h:
2991         * plugins/subversion/subversion-actions.c:
2992         * plugins/subversion/subversion-actions.h:
2993         * plugins/subversion/subversion-callbacks.c:
2994         * plugins/subversion/subversion-callbacks.h:
2995         * plugins/subversion/svn-auth.c:
2996         * plugins/subversion/svn-auth.h:
2997         * plugins/subversion/svn-backend-priv.h:
2998         * plugins/subversion/svn-backend.c:
2999         * plugins/subversion/svn-backend.h:
3000         * plugins/subversion/svn-notify.c:
3001         * plugins/subversion/svn-notify.h:
3002         * plugins/subversion/svn-thread.c:
3003         * plugins/subversion/svn-thread.h:
3004         
3005         Commited alpha2 of the new subversion plugin (#457477)
3007 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3009         * plugins/debug-manager/command.c:
3010         Fix a stupid crash when changing a register value
3012 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3014         * libanjuta/interfaces/libanjuta.idl,
3015         plugins/debug-manager/command.c,
3016         plugins/debug-manager/command.h,
3017         plugins/debug-manager/start.c,
3018         plugins/gdb/plugin.c,
3019         plugins/gdb/debugger.c,
3020         plugins/gdb/debugger.h:
3021         Use anjuta terminal plugin instead of gnome terminal
3022         Select if a terminal is used in the the start_program function
3023         Move terminal code from debugger.c to plugin.c
3024         Partial fix of bug #481366
3026         * plugins/gdb/utilities.c,
3027         plugins/gdb/utilities.h:
3028         Remove gnome terminal check function
3030 2007-11-06  Johannes Schmid <jhs@gnome.org>
3032         * plugins/project-import/anjuta-project-import.glade:
3033         * plugins/project-import/project-import.c: (on_import_next),
3034         (on_import_finish), (project_import_set_directory):
3035         * plugins/project-wizard/property.c: (npw_property_create_widget),
3036         (npw_property_set_value_from_widget):
3037         
3038         Replaced gnome_file_entry with gtk_file_chooser_button
3039         Fixes #422329 – Creating a new directory in program options doesn't work
3040         
3041 2007-11-04  Massimo Cora' <maxcvs@email.it>
3043         * plugins/symbol-db/plugin.c:
3044         add all files at once on project_import.
3045         No need to split them into more languages: ctags
3046         and the engine will take care of that.
3048         * plugins/symbol-db/symbol-db-engine.h,
3049         * plugins/symbol-db/symbol-db-engine.c,
3050         * plugins/symbol-db/tables.sql,
3051         * plugins/symbol-db/test/Makefile.am,
3052         * plugins/symbol-db/test/main.c,
3053         * plugins/symbol-db/symbol-db-view-locals.c:
3054         some memory leaks fixed. Ported the thing to
3055         libgda 3.1.2 [or better svn HEAD].
3056         Thanks to a fresh new algorithm to detect
3057         parent scope we're able to display correcly
3058         a local gtktree, including classes not directly
3059         defined inside that file.
3061 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
3063         * plugins/debug-manager/threads.c,
3064         plugins/debug-manager/stack_trace.c:
3065         Do not display address when not needed
3067         * plugins/debug-manager/plugin.c,
3068         plugins/debug-manager/breakpoints.c:
3069         Breakpoints directly connect to debugger signals
3071         * plugins/debug-manager/watch.c:
3072         program-unload signal does not exist used debugger-stopped
3074         * plugins/debug-manager/queue.c,
3075         libanjuta/interfaces/libanjuta.idl:
3076         Display error message returned by debugger command
3077         Add new error codes
3079 2007-11-04  Johannes Schmid <jhs@gnome.org>
3081         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3082         Bug 493062 – gcj template needs AC_PROG_CC
3083         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3085         * src/anjuta-actions.h:
3086         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3087         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3089 === anjuta 2.3.0 ===
3091 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
3093         * AUTHORS: Updated
3095 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3097         * ChangeLog: Tagged 2.3.0 release.
3099         * plugins/indent/Makefile.am: Fixed indentation.
3101         * plugins/editor/aneditor-autocomplete.cxx:
3102         * plugins/editor/aneditor-priv.h:
3103         * plugins/editor/aneditor.cxx:
3104         * plugins/editor/aneditor.h: Commented out dead codes.
3106         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3107         Do not build symbol-db by
3108         default. Added 'unstable' in plugin description to signify it's
3109         developmental state.
3111         * plugins/file-manager/Makefile.am,
3112         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3114 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
3116         * plugins/debug-manager/utilities.c,
3117         plugins/debug-manager/utilities.h,
3118         plugins/debug-manager/threads.c,
3119         plugins/debug-manager/plugin.c,
3120         plugins/debug-manager/plugin.h,
3121         plugins/debug-manager/disassemble.h,
3122         plugins/debug-manager/watch.c,
3123         plugins/debug-manager/watch.h,
3124         plugins/debug-manager/breakpoints.c,
3125         plugins/debug-manager/stack_trace.c:
3126         Replace few remaining function calls by signal 
3128         * plugins/debug-manager/disassemble.c,
3129         plugins/debug-manager/registers.c,
3130         plugins/debug-manager/memory.c,
3131         plugins/debug-manager/locals.c,
3132         plugins/debug-manager/queue.c,
3133         plugins/debug-manager/queue.h:
3134         Connect signals when debugger is started
3135         Disconnect them when debugger is stopped
3136         Do not display window if debugger doesn't support feature
3138         * plugins/gdb/plugin.c,
3139         libanjuta/interfaces/libanjuta.idl:
3140         Remove unused initialization function
3142 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3144         * configure.in:
3145         * plugins/file-manager/Makefile.am:
3146         * scripts/build-schemas.mk: Fixed 'make distcheck'
3148 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3150         * manuals/reference/libanjuta/libanjuta-docs.sgml,
3151         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3152         to latest API additions.
3154         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3155         to API changes.
3157 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3159         * ChangeLog: Fixed indentation.
3160         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3161         branch.
3163 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3165         * libanjuta/interfaces/libanjuta.idl:
3166         * plugins/build-basic-autotools/build-basic-autotools.c:
3167         (build_compile_file_real), (build_build_project),
3168         (build_install_project), (build_clean_project),
3169         (build_configure_project), (build_autogen_project),
3170         (build_distribution_project), (build_build_module),
3171         (build_install_module), (build_clean_module), (fm_build),
3172         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3173         (finalize), (basic_autotools_plugin_instance_init),
3174         (ibuildable_set_command), (ibuildable_reset_commands),
3175         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3176         (ibuildable_install), (ibuildable_configure),
3177         (ibuildable_generate), (ibuildable_iface_init):
3178         * plugins/build-basic-autotools/build-basic-autotools.h:
3180         Added API for commands override in build interface and implemented
3181         them in build plugin. Useful for other plugins override build
3182         commands depending on project environment.
3184 2007-10-28  Naba Kumar  <naba@gnome.org>
3186         * src/anjuta.glade,
3187         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3188         Fixed widget alignment for dock switcher tab style combo and
3189         scratchbox path entrybox.
3191 2007-10-28  Johannes Schmid <jhs@gnome.org>
3193         * plugins/document-manager/plugin.c: (on_editor_changed):
3194         Fixed a memory leak and simplified code (thanks again Sébastien)
3195         
3196         * configure.in:
3197         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3198         and OFFSET sql statements)
3200 2007-10-28  Massimo Cora' <maxcvs@email.it>
3202         * plugins/symbol-db/plugin.c,
3203         plugins/symbol-db/symbol-db-engine.h,
3204         plugins/symbol-db/symbol-db-view.c,
3205         plugins/symbol-db/symbol-db-view.c,
3206         plugins/symbol-db/symbol-db-view-locals.c,
3207         plugins/symbol-db/symbol-db-view-locals.h,
3208         plugins/symbol-db/symbol-db-engine.c:
3209         Better end-of-file-scan detection, permitting
3210         an improved scope/inheritance parsing.
3211         Locals tab gtktree now displays correct
3212         namespace->class->children tree, even if
3213         in a C++ file there isn't class declaration.
3215 2007-10-27  Johannes Schmid <jhs@gnome.org>
3217         Patch from Stanislav Brabec <sbrabec@suse.cz>
3218         * configure.in:
3219         Bug 489798 – Do not rely on svn-config
3221         Patch from Michael Wolf <maw@ximian.com>:
3222         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3223         (egg_tree_model_filter_remove_node),
3224         (egg_tree_model_filter_row_deleted):
3225         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3227 2007-10-27  Johannes Schmid <jhs@gnome.org>
3229         * plugins/devhelp/anjuta-devhelp.ui:
3230         * plugins/message-view/anjuta-message-manager.ui:
3232         Added some separators to the toolbar
3233         
3234         * plugins/document-manager/plugin.c:
3235         (on_support_plugin_deactivated), (load_new_support_plugins),
3236         (unload_unused_support_plugins), (on_editor_changed):
3237         
3238         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3239         for pointing out that is was crap.
3241 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3243         * libanjuta/interfaces/libanjuta.idl,
3244         libanjuta/anjuta-plugin-manager.c,
3245         libanjuta/anjuta-plugin-manager.h,
3246         libanjuta/anjuta-c-plugin-factory.c,
3247         libanjuta/anjuta-c-module.h,
3248         libanjuta/anjuta-c-module.c:
3249         Report detailled error message in case of plugin loading failure
3251 2007-10-24  Johannes Schmid <jhs@gnome.org>
3253         * configure.in:
3254         * plugins/Makefile.am:
3255         
3256         Activate build of symbol-db plugin (when libgda is available)
3257         
3258         * plugins/document-manager/plugin.c:
3259         (on_support_plugin_deactivated), (on_editor_changed):
3260         
3261         Properly handle language support plugins even when they are
3262         unloaded by the session.
3263         
3264         * plugins/symbol-db/plugin.c: (register_stock_icons),
3265         Port to new REGISTER_ICONS stuff
3266   
3267 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3269         * plugins/symbol-db/plugin.c,
3270         * plugins/symbol-db/symbol-db-view.c
3271         * plugins/symbol-db/symbol-db-engine.h,
3272         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3273         * plugins/symbol-db/symbol-db-view-locals.c,
3274         * plugins/symbol-db/symbol-db-view-locals.h,
3275         * plugins/symbol-db/symbol-db-engine.c:
3276         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3277         Added a new algorithm for dynamic population of the local symbols' tab.
3278         Now the default view is tree-like.
3279         Some fixes on engine correct some population issues.    
3281 2007-10-23  Naba Kumar  <naba@gnome.org>
3283         * plugins/glade/Makefile.am: Corrected conditional not to install
3284         .plugin file if plugin is disabled.
3285         * plugins/sourceview/Makefile.am: Corrected conditional not to
3286         install schemas if plugin is not built.
3288 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3290         * plugins/debug-manager/queue.c:
3291         Fix #488061: Mutiple crash dialogs
3293         * plugins/gdb/debugger.c,
3294         plugins/gdb/debugger.h:
3295         Remove maximum gdb command length, should fix bug#474811
3297 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3299         * manuals/reference/libanjuta/plugin-description-file.sgml,
3300         manuals/reference/libanjuta/libanjuta-docs.sgml,
3301         manuals/reference/libanjuta/libanjuta-sections.txt,
3302         libanjuta/interfaces/libanjuta.idl,
3303         libanjuta/anjuta-c-module.c,
3304         libanjuta/anjuta-c-plugin-factory.c:
3305         Document last changes in plugin code
3307 2007-10-19  Johannes Schmid <jhs@gnome.org>
3309         * plugins/subversion/subversion-callbacks.c: (check_filename):
3310         
3311         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3313 2007-10-19  Naba Kumar  <naba@gnome.org>
3315         * plugins/file-manager/file-model.c: Fixed a critical runtime
3316         warning.
3318 2007-10-18  Johannes Schmid <jhs@gnome.org>
3320         * libanjuta/anjuta-ui.h:
3321         Small fix on icon macros
3322         
3323         * libanjuta/interfaces/libanjuta.idl:
3324         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3325         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3326         (ilanguage_iface_init):
3327         
3328         Added get_from_editor() and get_name_from_editor() methods
3329         to IAnjutaLanguage
3330         
3331         * plugins/document-manager/plugin.c:
3332         (update_editor_ui_interface_items), (on_editor_changed):
3333         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3334         .in:
3335         * plugins/language-support-cpp-java/plugin.c: (install_support):
3336         
3337         Ported plugins to use the new interface
3339 2007-10-17  Johannes Schmid <jhs@gnome.org>
3341         * libanjuta/anjuta-ui.h:
3342         
3343         Added macros to register stock icons to stop all this copy&paste
3344         which had spread over a lot of files. New macros support to add 
3345         icons with toolbar and menu size (16 and 24)
3346         
3347         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3348         * plugins/debug-manager/images/anjuta-attach.svg:
3349         * plugins/debug-manager/images/anjuta-step-out.svg:
3350         * plugins/debug-manager/images/anjuta-step-over.svg:
3351         * plugins/debug-manager/plugin.c: (register_stock_icons):
3352         * plugins/document-manager/images/Makefile.am:
3353         * plugins/document-manager/images/anjuta-block-end.svg:
3354         * plugins/document-manager/images/anjuta-block-start.svg:
3355         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3356         * plugins/document-manager/images/anjuta-bookmark.svg:
3357         * plugins/document-manager/images/anjuta-go-history-next.svg:
3358         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3359         * plugins/document-manager/plugin.c: (register_stock_icons):
3360         * plugins/glade/plugin.c: (register_stock_icons):
3361         * plugins/language-support-cpp-java/plugin.c:
3362         (register_stock_icons):
3363         * plugins/message-view/Makefile.am:
3364         * plugins/message-view/anjuta-go-message-next.svg:
3365         * plugins/message-view/anjuta-go-message-prev.svg:
3366         * plugins/message-view/anjuta-message-view.svg:
3367         * plugins/message-view/messages.xpm:
3368         * plugins/message-view/plugin.c: (register_stock_icons):
3369         * plugins/patch/plugin.c: (patch_plugin_activate):
3370         * plugins/project-manager/plugin.c: (register_stock_icons):
3371         * plugins/search/Makefile.am:
3372         * plugins/search/anjuta-go-match-next.svg:
3373         * plugins/search/anjuta-go-match-prev.svg:
3374         * plugins/search/plugin.c: (activate_plugin):
3375         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3376         * plugins/terminal/terminal.c: (register_stock_icons):
3377         * plugins/valgrind/plugin.c: (register_stock_icons):
3378         
3379         Updated to use the new icons and added several new and updated 
3380         icons from #480093
3382 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3384         * libanjuta/anjuta-plugin-handle.c,
3385         libanjuta/anjuta-plugin-handle.h:
3386         Add a new path property containing the directory of the .plugin
3387         file, library file (.so or whatever) must be in the same directory
3389         * libanjuta/anjuta-plugin-manager.c,
3390         libanjuta/interfaces/libanjuta.idl,
3391         (removed) libanjuta/anjuta-glue-plugin.c,
3392         (removed) libanjuta/anjuta-glue-plugin.h,
3393         (removed) libanjuta/anjuta-glue-c.c,
3394         (removed) libanjuta/anjuta-glue-c.h,
3395         (removed) libanjuta/anjuta-glue-cpp.c,
3396         (removed) libanjuta/anjuta-glue-cpp.h,
3397         (removed) libanjuta/anjuta-glue-factory.c,
3398         (removed) libanjuta/anjuta-glue-factory.h,
3399         (added) libanjuta/anjuta-c-module.c,
3400         (added) libanjuta/anjuta-c-module.h,
3401         (added) libanjuta/anjuta-c-plugin-factory.c,
3402         (added) libanjuta/anjuta-c-plugin-factory.h,
3403         libanjuta/Makefile.am:
3404         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3405         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3406         implementing IAnjutaPluginFactory
3407         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3409         * libanjuta/libanjuta.h:
3410         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3411         interface)
3413         * libanjuta/anjuta-plugin.h:
3414         Replace AnjutaGluePlugin by GTypeModule
3415         Remove unused anjuta_glue_get_component_type replaced by
3416         g_type_from_name
3418         * plugins/build-basic-autotools/build-basic-autotools.h,
3419         plugins/class-gen/plugin.h,
3420         plugins/class-inheritance/plugin.h,
3421         plugins/cvs-plugin/plugin.h,
3422         plugins/debug-manager/plugin.h,
3423         plugins/devhelp/plugin.h,
3424         plugins/document-manager/plugin.h,
3425         plugins/editor/plugin.h,
3426         plugins/file-loader/plugin.h,
3427         plugins/file-wizard/plugin.h,
3428         plugins/gdb/plugin.h,
3429         plugins/glade/plugin.h,
3430         plugins/gtodo/plugin.h,
3431         plugins/indent/plugin.h,
3432         plugins/language-manager/plugin.h,
3433         plugins/language-support-cpp-java/plugin.h,
3434         plugins/macro/plugin.h,
3435         plugins/message-view/plugin.h,
3436         plugins/patch/plugin.h,
3437         plugins/profiler/plugin.h,
3438         plugins/project-import/plugin.h,
3439         plugins/project-manager/plugin.h,
3440         plugins/project-wizard/plugin.h,
3441         plugins/sample1/plugin.h,
3442         plugins/search/plugin.h,
3443         plugins/sourceview/plugin.h,
3444         plugins/subversion/plugin.h,
3445         plugins/symbol-browser/plugin.h,
3446         plugins/symbol-db/plugin.h,
3447         plugins/terminal/terminal.c,
3448         plugins/tools/plugin.h,
3449         plugins/valgrind/plugin.h:
3450         Replace AnjutaGluePlugin by GTypeModule
3452 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3454         * plugins/debug-manager/breakpoints.c:
3455         Fix bug#487112, crash while removing a breakpoint in a new file
3457 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3459         * plugins/document-manager/search-box.c:
3460         Fix a crash (with an useful comment) focus-out-event handler must
3461         return a gboolean
3463 2007-10-14 Johannes Schmid <jhs@gnome.org>
3465         * plugins/sourceview/sourceview.c:
3466         Hide calltip when "Up" or "Down" key is pressed
3468 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3470         * plugins/document-manager/search-box.c:
3471         Change included file order to avoid a compile error with gnome 2.16
3473 2007-10-13  Johannes Schmid <jhs@gnome.org>
3475         * plugins/debug-manager/plugin.c: (enable_log_view):
3476         
3477         Fixed crash when closing a project and unloading another while
3478         the debugger is enabled
3480 2007-10-13  Johannes Schmid <jhs@gnome.org>
3482         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3483         
3484         Use correct breakpoint icon
3485         
3486         * plugins/devhelp/Makefile.am:
3487         * plugins/devhelp/anjuta-go-help-next.svg:
3488         * plugins/devhelp/anjuta-go-help-prev.svg:
3489         * plugins/devhelp/plugin.c: (register_stock_icons),
3490         (devhelp_activate):
3491         
3492         Added new icons from #480093
3493         
3494         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3495         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3496         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3497         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3498         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3499         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3500         * plugins/message-view/anjuta-go-message-next.svg:
3501         * plugins/message-view/anjuta-go-message-prev.svg:
3502         
3503         Updated icons from #480093
3504                 
3505         * src/anjuta-actions.h:
3506         Use GTK_STOCK_FULLSCREEN
3507         
3508         * src/anjuta-app.c: (on_gdl_style_changed),
3509         (anjuta_app_instance_init):
3510         * src/anjuta.glade:
3511         
3512         Added preference option to set the gdl switcher style
3514 2007-10-13  Johannes Schmid <jhs@gnome.org>
3516         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3517         (get_property_value_as_string), (set_property_value_as_string),
3518         (register_callbacks):
3519         * libanjuta/anjuta-preferences.h:
3520         
3521         Support GtkFileChooserButton as preferences widget
3522         
3523         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3524         
3525         Fixed a Gtk-Critical
3526         
3527         * plugins/file-manager/Makefile.am:
3528         * plugins/file-manager/file-model.c: (file_model_filter_file),
3529         (file_model_add_dummy), (file_model_expand_idle),
3530         (file_model_set_property), (file_model_get_property),
3531         (file_model_class_init):
3532         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3533         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3534         (file_manager_activate), (file_manager_finalize),
3535         (file_manager_instance_init), (ipreferences_merge),
3536         (ipreferences_unmerge), (ipreferences_iface_init):
3537         * plugins/file-manager/plugin.h:
3538         
3539         Added preferences to file-manager
3541         * plugins/glade/plugin.c: (activate_plugin):
3542         
3543         Move Properties widget into center because it is way to big
3544         for the sidebar
3546 2007-10-10  Johannes Schmid <jhs@gnome.org>
3548         * plugins/language-support-cpp-java/Makefile.am:
3549         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3550         * plugins/language-support-cpp-java/anjuta-complete.svg:
3551         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3552         * plugins/language-support-cpp-java/plugin.c:
3553         (register_stock_icons):
3554         
3555         And yet some more icons...
3557 2007-10-10  Johannes Schmid <jhs@gnome.org>
3559         * plugins/debug-manager/breakpoints.c:
3560         * plugins/debug-manager/images/Makefile.am:
3561         * plugins/debug-manager/images/anjuta-bookmark.svg:
3562         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3563         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3564         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3565         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3566         * plugins/debug-manager/images/anjuta-linemark.svg:
3567         * plugins/debug-manager/images/anjuta-pcmark.svg:
3568         * plugins/debug-manager/plugin.c: (register_stock_icons):
3569         * plugins/debug-manager/sparse_view.c:
3570         * plugins/document-manager/images/Makefile.am:
3571         * plugins/document-manager/images/anjuta-block-select.svg:
3572         * plugins/document-manager/images/anjuta-fold-close.svg:
3573         * plugins/document-manager/images/anjuta-fold-open.svg:
3574         * plugins/document-manager/images/anjuta-fold-toggle.svg:
3575         * plugins/document-manager/images/anjuta-indent-less.svg:
3576         * plugins/document-manager/images/anjuta-indent-more.svg:
3577         * plugins/document-manager/images/anjuta-swap.svg:
3578         * plugins/document-manager/images/block_select.xpm:
3579         * plugins/document-manager/images/fold_close.xpm:
3580         * plugins/document-manager/images/fold_open.xpm:
3581         * plugins/document-manager/images/fold_toggle.xpm:
3582         * plugins/document-manager/images/indent.xpm:
3583         * plugins/document-manager/images/indent_dcr.xpm:
3584         * plugins/document-manager/images/indent_inc.xpm:
3585         * plugins/document-manager/plugin.c: (register_stock_icons):    
3586         * plugins/editor/Makefile.am:
3587         * plugins/editor/anjuta-bookmark-16.xpm:
3588         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3589         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3590         * plugins/editor/anjuta-linemark-16.xpm:
3591         * plugins/editor/anjuta-pcmark-16.xpm:
3592         * plugins/editor/bookmark.xpm:
3593         * plugins/editor/breakpoint-disabled.xpm:
3594         * plugins/editor/breakpoint-enabled.xpm:
3595         * plugins/editor/linemarker.xpm:
3596         * plugins/editor/program-counter.xpm:
3597         * plugins/editor/text_editor.c:
3598         * plugins/message-view/Makefile.am:
3599         * plugins/message-view/anjuta-go-message-next.svg:
3600         * plugins/message-view/anjuta-go-message-prev.svg:
3601         * plugins/message-view/anjuta-message-manager.ui:
3602         * plugins/message-view/plugin.c:
3603         * plugins/sourceview/Makefile.am:
3604         * plugins/sourceview/sourceview.c:
3606         Integrated lots of icons from #480093
3607         Thanks to <tpgww@onepost.net>
3609         * plugins/document-manager/plugin.c:
3610         Do not mark the line in ifile_open(), that looks ugly.
3611         
3612         * plugins/document-manager/search-box.c: (on_search_focus_out),
3613         (search_box_init):
3614         Clear the status bar on focus_out.
3615         
3616         * plugins/file-loader/anjuta-loader-plugin.ui:
3617         Fixed a missing "="
3619 2007-10-09  Johannes Schmid <jhs@gnome.org>
3621         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3622         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3624         Some things I missed in the patch for #484419
3625         
3626         * plugins/document-manager/action-callbacks.c:
3627         (on_new_file_activate):
3628         * plugins/document-manager/action-callbacks.h:
3629         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3630         (on_window_key_press_event), (on_gconf_notify_timer):
3631         
3632         484645 – patch to deal with docman FIXME etc
3633         
3634         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3635         * plugins/search/search-replace.c: (search_and_replace),
3636         (write_message_pane), (search_replace_populate),
3637         (translate_dialog_strings), (create_dialog),
3638         (anjuta_search_replace_activate):
3639         * plugins/search/search-replace_backend.c:
3640         (file_buffer_new_from_path), (get_next_match),
3641         (create_search_entries), (regex_backref),
3642         (clear_search_replace_instance):
3643         * plugins/search/search-replace_backend.h:
3644         
3645         #484573 – patch to correct various search-related issues
3646         
3647         Thanks for the above patches to <tpgww@onepost.net>
3648         
3649         * plugins/sourceview/sourceview.c:
3650         (sourceview_create_highligth_indic):
3651         
3652         Use the same marker for important as gedit (yellow background)
3654         * plugins/document-manager/anjuta-document-manager.ui:
3655         * plugins/file-loader/anjuta-file-loader.ui:
3656         * plugins/file-loader/plugin.c:
3657         
3658         Moved FileNew action to document-manager
3660 2007-10-08  Johannes Schmid <jhs@gnome.org>
3662         * plugins/document-manager/search-box.c: (on_search_activated):
3663         Mark messages for translation
3665 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3667         reviewed by: Johannes Schmid <jhs@gnome.org>
3669         * plugins/Makefile.am:
3670         * plugins/build-basic-autotools/build-basic-autotools.c:
3671         (build_compile_file_real):
3672         * plugins/search/search-replace.c:
3673         * plugins/valgrind/preferences.c: (build_general_prefs):
3674         
3675         Fix #484379 – Contents of Makefile.am plugins and
3676         #484419 – Improvement into translation
3678 2007-10-06  Johannes Schmid <jhs@gnome.org>
3680         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3682         Fixed to properly support pointer-to-pointer (**) types
3684         * libanjuta/interfaces/libanjuta.idl:
3685         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3686         * plugins/sourceview/sourceview-cell.h:
3687         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3688         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3689         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3690         (isearch_backward), (isearch_iface_init):
3691         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3692         (itext_editor_iface_init), (iselection_set_iter),
3693         (iselection_get_start_iter), (iselection_get_end_iter),
3694         (iselection_iface_init), (isearch_forward), (isearch_backward),
3695         (isearch_iface_init):
3696         
3697         Added IAnjutaEditorSearch interface and some utility methods to
3698         migrate from positions to iterators for the editor interface.
3699         
3700         * plugins/document-manager/Makefile.am:
3701         * plugins/document-manager/action-callbacks.c:
3702         (on_goto_line_no1_activate), (on_show_search):
3703         * plugins/document-manager/action-callbacks.h:
3704         * plugins/document-manager/anjuta-docman.c:
3705         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3706         (anjuta_docman_grab_text_focus):
3707         * plugins/document-manager/anjuta-document-manager.ui:
3708         * plugins/document-manager/goto_line.c: (removed)
3709         * plugins/document-manager/goto_line.h: (removed)
3710         * plugins/document-manager/search-box.c:
3711         * plugins/document-manager/search-box.h:
3712         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3713         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3714         (update_editor_ui_interface_items), (on_editor_added),
3715         (activate_plugin), (deactivate_plugin):
3716         * plugins/document-manager/plugin.h:
3717         
3718         Created new incremental "Quick Search" bar in the document manager to
3719         replace the crappy EggToolbar entries. Uses the new search interface and
3720         it thus much faster and more reliable.
3721         Fixes: 
3722         Bug 357544 – incremental search should work consistently (or not at all) 
3723         when main toolbar is hidden
3724         Bug 440637 – Search, don't work very well (partly for incremental search)
3725         
3726         * plugins/search/anjuta-search.ui:
3727         * plugins/search/plugin.c: (activate_plugin):
3728         
3729         Removed incremental search stuff
3730         
3731         * plugins/build-basic-autotools/build-basic-autotools.c:
3732         (on_session_save), (on_session_load):
3733         * plugins/build-basic-autotools/executer.c:
3734         (get_program_parameters):
3735         
3736         Scroll to selected executable and remember it across sessions
3737         (followup of #477976)
3738         
3739         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3740         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3741         
3742         * plugins/devhelp/anjuta-devhelp.ui:
3743         Rearraged toolbar items a bit
3745 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3747         * plugins/debug-manager/command.c,
3748         plugins/debug-manager/queue.c,
3749         plugins/gdb/plugin.c,
3750         plugins/gdb/debugger.c:
3751         Fix several crashing bugs (including bug#482985) with the debugger
3752         when closing project, stopping the debugger, restarting the program
3754 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3756         * libanjuta/anjuta-launcher.c:
3757         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3759 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3761         * plugins/debug-manager/command.c,
3762         plugins/debug-manager/queue.c:
3763         Asynchronous command can abort other commands in queue
3764         Resynchronize debugger state when a command is cancelled
3766         * plugins/debug-manager/breakpoints.c:
3767         Free BreakpointItem only when it is not used anymore
3769         * plugins/gdb/plugin.c:
3770         Do not return TRUE if the callback and/or ready signal is not used
3772         * plugins/gdb/debugger.c:
3773         Fix a crash, return correct state when debugger is stopped
3775 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3777         * plugins/project-wizard/autogen.c:
3778         Fix bug#482067, escape project wizard user defined strings
3780 2007-10-01  Johannes Schmid <jhs@gnome.org>
3782         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3783         .glade:
3784         * plugins/build-basic-autotools/build-basic-autotools.c:
3785         (basic_autotools_plugin_instance_init):
3786         * plugins/build-basic-autotools/build-basic-autotools.h:
3787         * plugins/build-basic-autotools/executer.c:
3788         (get_program_parameters):
3789         
3790         Fixed #477976 – Keybinding in run dialog
3792 2007-09-30  Johannes Schmid <jhs@gnome.org>
3794         * plugins/Makefile.am:
3795         Do not build indent plugin (yet)
3796         
3797         * plugins/document-manager/plugin.c: (ipreferences_merge):
3798         Fixed unintentional and wrong change
3800         * plugins/indent/anjuta-indent.ui:
3801         Added missing file
3803 2007-09-28  Johannes Schmid <jhs@gnome.org>
3805         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3806         * libanjuta/anjuta-launcher.h:
3807         Add a method to send EOF to some process. Needed for the indent plugin
3808         and should be useful in general. It does not actually send EOF as this
3809         is not possible with utf-8, but closes the stream instead.
3811         * plugins/devhelp/plugin.c: (value_added_current_editor):
3812         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3813         IAnjutaDocument switch.
3815         * configure.in:
3816         * plugins/Makefile.am:
3817         * plugins/document-manager/Makefile.am:
3818         * plugins/document-manager/action-callbacks.c:
3819         * plugins/document-manager/anjuta-document-manager.glade:
3820         * plugins/document-manager/anjuta-document-manager.ui:
3821         * plugins/document-manager/images/Makefile.am:
3822         * plugins/document-manager/images/indent_auto.xpm:
3823         * plugins/document-manager/images/indent_set.xpm:
3824         * plugins/document-manager/indent-dialog.c:
3825         * plugins/document-manager/indent-dialog.h:
3826         * plugins/document-manager/indent-util.c:
3827         * plugins/document-manager/indent-util.h:
3828         * plugins/document-manager/indent_test.c:
3829         * plugins/document-manager/plugin.c: (register_stock_icons),
3830         (docman_plugin_instance_init), (ipreferences_merge):
3831         * plugins/document-manager/plugin.h:
3832         
3833         Removed indent code from document manager
3834         
3835         * plugins/indent/Makefile.am:
3836         * plugins/indent/indent-dialog.c:
3837         * plugins/indent/indent-util.c: (indent_init_indent_style):
3838         * plugins/indent/indent.glade:
3839         * plugins/indent/indent.plugin.in:
3840         * plugins/indent/plugin.c: (on_indent_finished),
3841         (on_indent_output), (on_indent_action_activate),
3842         (on_edit_editor_indent), (on_style_combo_changed),
3843         (value_added_current_editor), (value_removed_current_editor),
3844         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3845         (indent_plugin_finalize), (indent_plugin_dispose),
3846         (anjuta_indent_plugin_instance_init),
3847         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3848         (ipreferences_unmerge), (ipreferences_iface_init):
3849         * plugins/indent/plugin.h:
3851         Moved indent code to it's own plugin. Also reimplemented indent invocation
3852         using anjuta_launcher and streams. This is not yet completely working, maybe
3853         I got something wrong with the launcher.
3854         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3856 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3858         * plugins/debug-manager/plugin.c:
3859         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3861 2007-09-27  Johannes Schmid <jhs@gnome.org>
3863         * libanjuta/interfaces/libanjuta.idl:
3864         * plugins/Makefile.am:
3865         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3866         (isymbol_type_str), (isymbol_name), (isymbol_args),
3867         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3868         (isymbol_impl), (isymbol_iface_init):
3869         * plugins/symbol-browser/an_symbol_info.c:
3870         * plugins/symbol-browser/an_symbol_info.h:
3871         * plugins/symbol-db/Makefile.am:
3872         * plugins/symbol-db/plugin.c:
3873         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3874         (value_added_current_editor), (on_editor_foreach_clear),
3875         (value_removed_current_editor), (project_root_added),
3876         (symbol_db_activate), (symbol_db_deactivate),
3877         (isymbol_manager_search):
3878         * plugins/symbol-db/readtags.c: (initialize_1):
3879         * plugins/symbol-db/symbol-db-engine-iterator.c:
3880         (sdb_engine_iterator_instance_init),
3881         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3882         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3883         (symbol_db_engine_iterator_move_next),
3884         (symbol_db_engine_iterator_move_prev),
3885         (symbol_db_engine_iterator_get_n_items),
3886         (symbol_db_engine_iterator_last),
3887         (symbol_db_engine_iterator_set_position),
3888         (symbol_db_engine_iterator_get_position),
3889         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3890         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3891         (isymbol_iter_foreach), (isymbol_iter_set_position),
3892         (isymbol_iter_get_position), (isymbol_iter_get_length),
3893         (isymbol_iter_clone), (isymbol_iter_assign),
3894         (isymbol_iter_iface_init):
3895         * plugins/symbol-db/symbol-db-engine-iterator.h:
3896         * plugins/symbol-db/symbol-db-engine.c:
3897         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3898         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3899         (sdb_engine_finalize), (sdb_engine_get_type),
3900         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3901         (sdb_engine_get_table_id_by_unique_name2),
3902         (sdb_engine_get_table_id_by_unique_name3),
3903         (symbol_db_engine_add_new_workspace),
3904         (symbol_db_engine_get_opened_project_name),
3905         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3906         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3907         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3908         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3909         (sdb_engine_add_new_scope_definition),
3910         (sdb_engine_add_new_tmp_heritage_scope),
3911         (sdb_engine_second_pass_update_scope_1),
3912         (sdb_engine_second_pass_update_heritage),
3913         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
3914         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
3915         (symbol_db_engine_update_project_symbols),
3916         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
3917         (symbol_db_engine_update_buffer_symbols),
3918         (sdb_engine_walk_down_scope_path),
3919         (sdb_engine_prepare_symbol_info_sql),
3920         (symbol_db_engine_get_global_members),
3921         (symbol_db_engine_get_scope_members_by_symbol_id),
3922         (symbol_db_engine_get_scope_members),
3923         (symbol_db_engine_get_current_scope),
3924         (symbol_db_engine_get_file_symbols):
3925         * plugins/symbol-db/symbol-db-engine.h:
3926         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3927         (on_symbol_updated), (on_symbol_inserted),
3928         (symbol_db_view_locals_get_line),
3929         (symbol_db_view_locals_update_list):
3930         * plugins/symbol-db/symbol-db-view-search.c:
3931         (sdb_view_search_model_filter), (sdb_view_search_get_type):
3932         * plugins/symbol-db/symbol-db-view-search.h:
3933         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
3934         (do_add_hidden_children), (do_recurse_and_add_new_sym),
3935         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
3936         * plugins/symbol-db/tables.sql:
3937         * plugins/symbol-db/test/Makefile.am:
3938         * plugins/symbol-db/test/main.c: (add_new_files), (main):
3939         Updated patch from Massimo to improve symbol-db plugin
3941         * plugins/document-manager/plugin.c: (on_editor_changed):
3942         Make the code a bit more robust
3943         
3944         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3945         (anjuta_document_get_property), (anjuta_document_class_init),
3946         (anjuta_document_init), (set_uri), (document_loader_loaded),
3947         (anjuta_document_load), (document_saver_saving):
3948         * plugins/sourceview/anjuta-document.h:
3949         * plugins/sourceview/sourceview.c: (autodetect_language),
3950         (ilanguage_set_language), (ilanguage_get_language):
3951         Fix language detection on startup
3953 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
3955         * plugins/document-manager/action-callbacks.c:
3956         (on_editor_command_upper_case_activate),
3957         (on_editor_command_lower_case_activate): Leftover commit from previous
3958         commit (see last changlog entry by me).
3959         
3960         * plugins/file-manager/plugin.c: (file_manager_activate):
3961         Gave proper widget name so that layout works.
3963 2007-09-26  Johannes Schmid <jhs@gnome.org>
3965         * plugins/document-manager/plugin.c: (on_editor_changed),
3966         (docman_plugin_instance_init):
3967         Only unload/load language-support plugins if necessary.
3968         
3969         * plugins/language-manager/plugin.c: (language_manager_activate):
3970         Removed some debugging code
3972         * plugins/sourceview/sourceview.c: (on_document_saved),
3973         (ilanguage_set_language), (ilanguage_get_language):
3974         Fixed ianjuta_language interface and ensure that highlighting is
3975         activated when a new file is saved.
3976         
3977 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
3979         * libanjuta/interfaces/libanjuta.idl:
3980         * plugins/document-manager/action-callbacks.c:
3981         (on_editor_command_upper_case_activate),
3982         (on_editor_command_lower_case_activate):
3983         * plugins/editor/text_editor.c: (iselection_has_selection),
3984         (iselection_get_start), (iselection_get_end),
3985         (iselection_iface_init):
3986         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3987         * plugins/sourceview/sourceview.c: (iselect_has_selection),
3988         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
3989         method and implemented it for both scintilla and sourceview editors.
3990         Updated document-manager and assist plugins to use the new method.
3992 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
3994         * plugins/file-manager/file-view.c:
3995         Fix typo, allow to compile new file manager with gtk < 2.12
3997 2007-09-25  Johannes Schmid <jhs@gnome.org>
3999         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4000         Support Auto-Indent for single lines (e.g no selection);
4001         
4002         * plugins/macro/plugin.c:
4003         Do not use the same shortcut as auto-indent does
4004         
4005         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
4006         Optimized keyboard navigation - do not emit char_added when only
4007         navigation keys have been pressed.
4009 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4011         * plugins/language-support-cpp-java/cpp-java-assist.c:
4012         (on_assist_chosen), (cpp_java_assist_install),
4013         (cpp_java_assist_uninstall):
4014         * plugins/language-support-cpp-java/plugin.c: (install_support),
4015         (uninstall_support): Install and uninstall support in correct order.
4016         Fixes a bug where it was installed multiple times resulting in
4017         inserting autocomplete text multiple times.
4019 2007-09-25  Johannes Schmid <jhs@gnome.org>
4021         * configure.in:
4022         Add GNOME_WARNING_FLAGS(maximum) and
4023         GNOME_CXX_WARNIGS(yes) to avoid bugs
4024         the compiler can warn you.
4025         
4026         * libegg/test-tree-utils.c: (key_test):
4027         * plugins/file-manager/file-model.c:
4028         (file_model_cancel_expand_idle), (file_model_sort),
4029         (file_model_row_expanded):
4030         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4031         (file_view_refresh), (file_view_get_selected), (file_view_init),
4032         (file_view_new):
4033         * plugins/file-manager/file-view.h:
4034         * plugins/symbol-db/readtags.c: (initialize_1):
4035         * src/main.c:
4036         
4037         Fixed the more critical warnings
4039 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4041         Icons from tpgww@onepost.net:
4042         * configure.in:
4043         * plugins/debug-manager/Makefile.am:
4044         * plugins/debug-manager/images/Makefile.am:
4045         * plugins/debug-manager/images/anjuta-attach.svg:
4046         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4047         * plugins/debug-manager/images/anjuta-step-into.svg:
4048         * plugins/debug-manager/images/anjuta-step-out.svg:
4049         * plugins/debug-manager/images/anjuta-step-over.svg:
4050         * plugins/debug-manager/plugin.c: (register_stock_icons):
4051         * plugins/document-manager/Makefile.am:
4052         * plugins/document-manager/block_select.xpm:
4053         * plugins/document-manager/fold_close.xpm:
4054         * plugins/document-manager/fold_open.xpm:
4055         * plugins/document-manager/fold_toggle.xpm:
4056         * plugins/document-manager/images/Makefile.am:
4057         * plugins/document-manager/images/anjuta-block-end.svg:
4058         * plugins/document-manager/images/anjuta-block-start.svg:
4059         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4060         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4061         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4062         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4063         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4064         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4065         * plugins/document-manager/indent.xpm:
4066         * plugins/document-manager/indent_auto.xpm:
4067         * plugins/document-manager/indent_dcr.xpm:
4068         * plugins/document-manager/indent_inc.xpm:
4069         * plugins/document-manager/indent_set.xpm:
4070         * plugins/document-manager/plugin.c: Added nicer icons for
4071         document manager and debugger. Organized icons in 'images'
4072         directories.
4074 2007-09-24  Johannes Schmid <jhs@gnome.org>
4076         * src/anjuta-app.c: (anjuta_app_add_widget_full):
4077         Fixed a missing NULL in g_object_set.
4079 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4081         * plugins/language-support-cpp-java/cpp-java-assist.c:
4082         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4083         scope memebers just after scope operator is entered.
4085 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4087         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4088         * plugins/language-support-cpp-java/cpp-java-assist.c:
4089         (completion_function), (completion_compare),
4090         (cpp_java_assist_tag_destroy), (create_completion),
4091         (cpp_java_assist_destroy_completion_cache),
4092         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4093         Show '()' for function items in autocomplete list. Allow adding
4094         ' ' and/or '(' after function call autocompletion and have preferences
4095         settings for them.
4097 2007-09-24  Johannes Schmid <jhs@gnome.org>
4099         * sourceview.c: Reverting patch from r3157 because
4100         of side-effects
4102 2007-09-24  Johannes Schmid <jhs@gnome.org>
4104         * plugins/search/search-replace.c: (on_message_clicked):
4106         Fixed #427104 – No "highlight" of lines matching find-result
4108 2007-09-24  Johannes Schmid <jhs@gnome.org>
4110         * src/anjuta.glade:
4112         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4114 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
4116         reviewed by: Johannes Schmid <jhs@gnome.org>
4118         * plugins/build-basic-autotools/executer.c: (execute_program):
4119         Fix #478238 – set env for execute programe in the terminal
4121 2007-09-24 Tom <tpgww@onepost.net>
4123         reviewed by: Johannes Schmid <jhs@gnome.org>
4125         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4126         Fix memory leak
4127         
4128         * plugins/debug-manager/disassemble.c: (on_disassemble):
4129         Correct a format string in DEBUG_PRINT()
4131 2007-09-23  Johannes Schmid <jhs@gnome.org>
4133         * plugins/sourceview/sourceview.c: (offset_to_position),
4134         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4135         (ieditor_get_position), (iselect_set), (iselect_get_start),
4136         (iselect_get_end):
4137         
4138         Fixed #Bug 440637 – Search, don't work very well
4140 2007-09-23  Johannes Schmid <jhs@gnome.org>
4142         * plugins/file-manager/file-model.c: (file_model_get_filename):
4143         * plugins/file-manager/file-model.h:
4144         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4145         (file_view_init), (file_view_class_init):
4146         * plugins/message-view/message-view.c:
4147         (message_view_query_tooltip), (message_view_dispose),
4148         (message_view_instance_init), (message_view_class_init):
4150         Added GTK+ 2.12 style tooltips to file-manager and message view.
4151         Only build if GTK+ 2.12 is availible otherwise for message-view, the
4152         old implementation is used.
4154 2007-09-23  Johannes Schmid <jhs@gnome.org>
4156         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4157         Fixed typo
4158         
4159         * plugins/language-manager/language-manager.plugin.in:
4160         Marked UserActivatable=FALSE
4161         
4162         * plugins/language-manager/plugin.c: (load_languages),
4163         (language_manager_activate), (language_manager_deactivate),
4164         (language_manager_dispose), (language_manager_instance_init),
4165         (language_manager_find_mime_type), (language_manager_find_string),
4166         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4167         (ilanguage_get_name), (ilanguage_get_strings):
4168         
4169         Fixed various stupid bugs in language-manager plugin
4170         
4171         * plugins/symbol-db/symbol-db-engine.c:
4172         (sdb_engine_second_pass_update_scope_1):
4173         
4174         Add a g_return_if_fail to avoid a crash though still unsure
4175         what's causing it.
4177 2007-09-23  Johannes Schmid <jhs@gnome.org>
4179         * plugins/symbol-db/plugin.c: (on_project_element_added),
4180         (sources_array_free), (sources_array_add_foreach),
4181         (project_root_added):
4182         * plugins/symbol-db/symbol-db-engine.c:
4183         (symbol_db_engine_add_new_files):
4184         * plugins/symbol-db/symbol-db-engine.h:
4185         
4186         Added support for other languages than "C" to symbol-db. Now
4187         supports all languages listed by the language-manager.
4189 2007-09-23  Tom <tpgww@onepost.net>
4191         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4193         * configure.in:
4194         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4195         
4196         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4197         (anjuta_glue_factory_get_object_type):
4198         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4199         * plugins/build-basic-autotools/build-basic-autotools.c:
4200         (value_added_current_editor):
4201         * plugins/debug-manager/breakpoints.c:
4202         (breakpoints_dbase_edit_breakpoint),
4203         (on_toggle_breakpoint_activate):
4204         * plugins/debug-manager/plugin.c:
4205         (on_run_to_cursor_action_activate):
4206         * plugins/debug-manager/stack_trace.c:
4207         (dma_thread_update_stack_trace):
4208         * plugins/gdb/plugin.c:
4209         * plugins/glade/plugin.c: (ifile_open):
4210         * plugins/profiler/gprof-call-graph-view.c:
4211         * plugins/profiler/gprof-flat-profile-view.c:
4212         * plugins/profiler/gprof-function-call-tree-view.c:
4213         * plugins/profiler/gprof-options.c: (setup_widgets):
4214         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4215         * plugins/search/search-replace_backend.c:
4216         (file_buffer_new_from_te):
4217         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4218         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4219         (assist_window_get_property), (assist_window_move):
4220         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4221         (value_added_current_editor):
4222         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4223         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4224         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4225         
4226         Many small code, warnings and leak fixes
4228 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4230         * (removed) plugins/debug-manager/debugger.c,
4231         (removed) plugins/debug-manager/debugger.h,
4232         (added) plugins/debug-manager/command.c,
4233         (added) plugins/debug-manager/command.h,
4234         (added) plugins/debug-manager/queue.c,
4235         (added) plugins/debug-manager/queue.h,
4236         plugins/debug-manager/breakpoints.c,
4237         plugins/debug-manager/debug_tree.c,
4238         plugins/debug-manager/debug_tree.h,
4239         plugins/debug-manager/disassemble.c,
4240         plugins/debug-manager/disassemble.h,
4241         plugins/debug-manager/locals.c,
4242         plugins/debug-manager/locals.h,
4243         plugins/debug-manager/memory.c,
4244         plugins/debug-manager/memory.h,
4245         plugins/debug-manager/plugin.c,
4246         plugins/debug-manager/plugin.h,
4247         plugins/debug-manager/registers.c,
4248         plugins/debug-manager/registers.h,
4249         plugins/debug-manager/sharedlib.c,
4250         plugins/debug-manager/sharedlib.h,
4251         plugins/debug-manager/signals.c,
4252         plugins/debug-manager/signals.h,
4253         plugins/debug-manager/stack_trace.c,
4254         plugins/debug-manager/stack_trace.h,
4255         plugins/debug-manager/start.h,
4256         plugins/debug-manager/start.c,
4257         plugins/debug-manager/threads.c,
4258         plugins/debug-manager/threads.h,
4259         plugins/debug-manager/watch.c,
4260         plugins/debug-manager/watch.h,
4261         plugins/debug-manager/Makefile.am,
4262         plugins/gdb/debugger.c,
4263         plugins/gdb/debugger.h,
4264         plugins/gdb/plugin.c,
4265         libanjuta/interfaces/libanjuta.idl:
4266         Split debug-manager/debugger.c into command.c and queue.c
4267         Clean up debugger queue
4268         DmaDebuggerQueue object does not implement IAnjutaDebugger
4270 2007-09-23  Johannes Schmid <jhs@gnome.org>
4272         * configure.in:
4273         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4274         set correctly, etc.)
4275         
4276         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4277         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4278         (plugin_set_update):
4279         
4280         Show an error dialog instead of crashing when plugin loading fails
4282         * plugins/language-manager/Makefile.am:
4283         * plugins/language-manager/language-manager.plugin.in:
4284         * plugins/language-manager/languages.xml:
4285         * plugins/language-manager/plugin.c: (language_destroy),
4286         (load_languages), (language_manager_activate),
4287         (language_manager_deactivate), (language_manager_finalize),
4288         (language_manager_dispose), (language_manager_instance_init),
4289         (language_manager_class_init), (language_manager_find_mime_type),
4290         (language_manager_find_string), (ilanguage_get_from_mime_type),
4291         (ilanguage_get_from_string), (ilanguage_get_name),
4292         (ilanguage_get_strings), (ilanguage_iface_init):
4293         * plugins/language-manager/plugin.h:
4294         
4295         Added new language-manager plugin to have a better organisation for
4296         language names. The xml probabaly needs to be extended over time.
4297         
4298         * plugins/Makefile.am:
4299         * plugins/document-manager/plugin.c: (on_editor_changed):
4300         
4301         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4302         because it does not really save memory but makes tab switching slow.
4303         
4304         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4305         .in:
4306         * plugins/language-support-cpp-java/plugin.c: (install_support),
4307         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4308         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4309         unloading
4311         * plugins/language-support-cpp-java/cpp-java-assist.c:
4312         (cpp_java_assist_show_autocomplete):
4313         
4314         Fix autocomplete to only show valid completions
4316         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4317         Calltips always have correct size and position now
4319 2007-09-22  Johannes Schmid <jhs@gnome.org>
4321         * plugins/search/search-replace_backend.c: (get_next_match):
4322         Removed code introduced by accident that causes a crash.
4323         
4324         * plugins/sourceview/sourceview-tags.c:
4325         * plugins/sourceview/sourceview-tags.h:
4326         Removed ununsed files
4328 2007-09-22  Johannes Schmid <jhs@gnome.org>
4330         * plugins/language-support-cpp-java/cpp-java-assist.c:
4331         Fixed build error
4333 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4335         * plugins/language-support-cpp-java/cpp-java-assist.c:
4336         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4337         Increased matching brace search to 500 chars.
4339 2007-09-21  Johannes Schmid <jhs@gnome.org>
4341         * plugins/language-support-cpp-java/cpp-java-assist.c:
4342         (cpp_java_assist_get_pre_word),
4343         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4344         
4345         Added some profiling debug code
4346         
4347         * plugins/language-support-cpp-java/cpp-java-utils.c:
4348         (cpp_java_util_jump_to_matching_brace):
4349         * plugins/language-support-cpp-java/cpp-java-utils.h:
4350         * plugins/language-support-cpp-java/plugin.c:
4351         (get_line_indentation_base), (get_line_auto_indentation):
4352         
4353         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4354         avoid looping over the whole file when using calltips which is too slow and
4355         unneeded.
4356         
4357         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4358         (assist_tip_set_tips), (assist_tip_get_coordinates),
4359         (assist_tip_new):
4360         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4361         
4362         Better calltips appearance (use theme now) and avoid jumping
4363         calltips
4365 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4367         * plugins/document-manager/plugin.c:
4368         (update_editor_ui_interface_items):
4369         * plugins/language-support-cpp-java/plugin.c: (install_support),
4370         (uninstall_support): Moved autocomplete ui update code from
4371         document-manager to language-plugin.
4373 2007-09-21  Johannes Schmid <jhs@gnome.org>
4375         * libanjuta/interfaces/libanjuta.idl:
4376         
4377         Added IAnjutaLanguage interface (might still change...) for
4378         the upcoming language-manager plugin.
4379         
4380         * plugins/file-manager/Makefile.am:
4381         * plugins/file-manager/file-model.c:
4382         (file_model_cancel_expand_idle), (file_model_add_dummy),
4383         (file_model_expand_idle), (file_model_sort),
4384         (file_model_row_expanded), (file_model_row_collapsed),
4385         (file_model_init), (file_model_finalize),
4386         (file_model_set_property), (file_model_get_property),
4387         (file_model_class_init), (file_model_new), (file_model_refresh),
4388         (file_model_get_uri):
4389         * plugins/file-manager/file-model.h:
4390         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4391         (file_view_expand_row_idle), (file_view_refresh),
4392         (file_view_get_selected), (file_view_button_press_event),
4393         (file_view_selection_changed), (file_view_init),
4394         (file_view_get_property), (file_view_set_property),
4395         (file_view_finalize), (file_view_class_init):
4396         
4397         Split up model/view as far as possible and fixed some file-manager
4398         bugs (popup-menu and incorrect project loading).
4399         
4400         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4401         Use monospace font for tips.
4402         
4403         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4404         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4405         (icell_get_attribute), (icell_style_get_font_description),
4406         (icell_style_get_color), (icell_style_get_background_color),
4407         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4408         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4409         (iiter_get_length), (iiter_clone), (iiter_assign):
4411         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4412         interface. This is way faster though it has the drawback to create invalid
4413         iterators if the buffer is changed.
4415 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4417         * libanjuta/interfaces/libanjuta.idl:
4418         * plugins/document-manager/action-callbacks.c:
4419         * plugins/document-manager/anjuta-document-manager.ui:
4420         * plugins/document-manager/plugin.c: (register_stock_icons):
4421         * plugins/editor/text_editor.c:
4422         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4423         * plugins/language-support-cpp-java/cpp-java-assist.c:
4424         (cpp_java_assist_get_calltip_context):
4425         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4426         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4428         Moved autocomplete menu action from document-manager to assist plugin
4429         and got rid of deprecated autocomplete interface.
4431 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4433         * libanjuta/interfaces/libanjuta.idl:
4434         * plugins/editor/text_editor.c: (iassist_iface_init):
4435         * plugins/language-support-cpp-java/cpp-java-assist.c:
4436         (cpp_java_assist_check), (on_assist_chosen):
4437         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4438         Removed react() methods in both editors and assist interface. Assist
4439         plugin itself handles setting the autocomplete. Also fixed
4440         some mem leaks.
4442 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4444         * plugins/file-manager/Makefile.am:
4445         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4446         (file_view_expand_idle), (file_view_init):
4447         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4448         (file_manager_set_default_uri), (project_root_added),
4449         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4450         (file_manager_activate), (file_manager_deactivate),
4451         (file_manager_instance_init), (file_manager_class_init),
4452         (ifile_manager_set_root), (ifile_manager_set_selected),
4453         (ifile_manager_iface_init): Adjusted white spaces to match
4454         anjuta convention.
4456 2007-09-19  Naba Kumar  <naba@gnome.org>
4458         * libanjuta/interfaces/libanjuta.idl:
4459         * plugins/editor/text_editor.c: (text_editor_instance_init),
4460         (iassist_show_tips), (iassist_cancel_tips),
4461         (iassist_hide_suggestions), (iassist_iface_init):
4462         * plugins/editor/text_editor.h:
4463         * plugins/editor/text_editor_cbs.c:
4464         (on_text_editor_scintilla_notify):
4465         * plugins/language-support-cpp-java/cpp-java-assist.c:
4466         (is_scope_context_character), (is_word_character),
4467         (create_completion), (cpp_java_assist_get_scope_context),
4468         (cpp_java_assist_get_pre_word),
4469         (cpp_java_assist_get_scope_operator),
4470         (cpp_java_assist_destroy_completion_cache),
4471         (cpp_java_assist_create_scope_completion_cache),
4472         (cpp_java_assist_create_word_completion_cache),
4473         (cpp_java_assist_show_autocomplete),
4474         (cpp_java_assist_get_calltip_context),
4475         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4476         (on_editor_char_added), (on_assist_chosen),
4477         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4478         (cpp_java_assist_init), (cpp_java_assist_finalize):
4479         * plugins/language-support-cpp-java/cpp-java-assist.h:
4480         * plugins/language-support-cpp-java/plugin.c:
4481         (initialize_indentation_params):
4482         * plugins/sourceview/assist-tip.c:
4483         * plugins/sourceview/assist-tip.h:
4484         * plugins/sourceview/sourceview-private.h:
4485         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4486         (on_assist_tip_destroyed), (on_assist_cancel),
4487         (on_document_char_added), (iassist_get_suggestions),
4488         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4489         
4490         Implement state-less assistance so that assist can be evaluated
4491         any given time at any position. Changed IAnjutaEditorAssist interfance
4492         and implementations and removed any state management in editors.
4494 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4496         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4497         completion items sorting and avoided unnecssary sorts.
4499         * plugins/text-editor.c: Fixed state.
4501 2007-09-17  Johannes Schmid <jhs@gnome.org>
4503         * plugins/language-support-cpp-java/cpp-java-assist.c:
4504         (on_assist_begin):
4505         
4506         Fixed calltips in sourceview
4508 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4510         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4511         completion items preparation time. Fixed a crash bug.
4513         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4514         Set buffer size (From Massimo, required for symbol-db).
4516         * libanjuta/interfaces/libanjuta.idl: Also pass position information
4517         for suggestions.
4519         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4520         change in API.
4522         * plugins/editor/aneditor-autocomplete.cxx,
4523         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4524         Added ANE_GETWORDBEFORECARAT command.
4526         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4527         using assist interface.
4529         * plugins/editor/text_editor.c: (text_editor_instance_init),
4530         (text_editor_get_word_before_carat),
4531         (text_editor_get_current_word), (iassist_add_trigger),
4532         (iassist_remove_trigger), (on_assist_canceled),
4533         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4534         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4535         * plugins/editor/text_editor.h:
4536         * plugins/editor/text_editor_cbs.c: (trigger_size),
4537         (max_trigger_size), (text_editor_check_assist),
4538         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4539         interface.
4541         * plugins/language-support-cpp-java/Makefile.am:
4542         * plugins/language-support-cpp-java/plugin.c:
4543         (get_line_indentation_base), (get_line_auto_indentation),
4544         (install_support), (uninstall_support),
4545         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4546         (cpp_java_plugin_instance_init):
4547         * plugins/language-support-cpp-java/plugin.h:
4548         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4549         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4550         Make assist a separate class.
4552 2007-09-14  Johannes Schmid <jhs@gnome.org>
4554         * plugins/sourceview/sourceview.c: (iassist_suggest):
4555         Fixed changed char_alignment paramter in language-support
4556         plugin
4558 2007-09-14  Naba Kumar  <naba@gnome.org>
4560         * plugins/language-support-cpp-java/plugin.c: Send the right
4561         'char_alignment' paramenter (needs fixing in sourceview).
4563 2007-09-13  Johannes Schmid <jhs@gnome.org>
4565         * anjuta.anjuta:
4566         * plugins/project-wizard/templates/minimal/project.anjuta:
4567         Use IAnjutaSymbolManager instead of loading the plugin directly.
4568         (TODO: Think of a version to do this for older files...)
4570         * configure.in:
4571         * plugins/Makefile.am:
4572         * plugins/symbol-db/Makefile.am:
4573         
4574         Build symbol-db plugin if libgda-3.0 is found
4576 2007-09-13  Johannes Schmid <jhs@gnome.org>
4578         * plugins/sourceview/Makefile.am:
4579         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4580         (set_uri):
4581         * plugins/sourceview/anjuta-document.h:
4582         Removed lots of dead code
4583         
4584         * plugins/sourceview/anjuta-languages-manager.c:
4585         * plugins/sourceview/anjuta-languages-manager.h:
4586         removed completely
4587         
4588         * plugins/sourceview/sourceview.c: (on_document_char_added),
4589         (on_document_loaded), (sourceview_instance_init),
4590         (iselect_get_start), (iselect_get_end),
4591         (ilanguage_get_supported_languages), (ilanguage_set_language):
4592         
4593         Fixed selection handling and make some adaptions for the changes 
4594         mentioned above
4596 2007-09-13  Johannes Schmid <jhs@gnome.org>
4598         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4599         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4600         (on_assist_update):
4601         
4602         Added preferences to language support completion/calltips
4603         
4604         * plugins/sourceview/assist-window.c: (assist_window_update):
4606         Always select first entry
4608         * plugins/sourceview/sourceview.glade:
4609         Removed old completion preferences
4611 2007-09-11  Naba Kumar  <naba@gnome.org>
4613         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4614         and possible crash when pressing ctrl+d in terminal after preferences
4615         window has been shown once (no need for backport).
4617         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4618         implementations to get warnings instead of crashes for unimplemented
4619         interface methods.
4621 2007-09-11   Massimo Cora' <maxcvs@email.it>
4623         Reviewed by: Naba Kumar  <naba@gnome.org>
4625         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4626         * plugins/symbol-db/*:
4627         Added new symbol-database backend based on SQLite 3.
4628         (does not enabled for build currently).
4630 2007-09-10  Johannes Schmid <jhs@gnome.org>
4632         * anjuta.anjuta:
4633         * configure.in:
4634         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4635         (parse_info_init), (parse_info_free), (valid_element),
4636         (start_element_handler), (end_element_handler), (text_handler),
4637         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4638         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4639         (egg_recent_model_monitor), (egg_recent_model_read),
4640         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4641         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4642         (egg_recent_model_set_property), (egg_recent_model_class_init),
4643         (egg_recent_model_init), (egg_recent_model_add_full),
4644         (egg_recent_model_delete), (egg_recent_model_get_list),
4645         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4646         (egg_recent_model_set_filter_mime_types),
4647         (egg_recent_model_clear_group_filter),
4648         (egg_recent_model_set_filter_groups),
4649         (egg_recent_model_clear_scheme_filter),
4650         (egg_recent_model_set_filter_uri_schemes),
4651         (egg_recent_model_remove_expired):
4652         
4653         Update EggRecent (#456465)
4655 2007-09-10  Johannes Schmid <jhs@gnome.org>
4657         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4658         (anjuta_plugin_manager_get_plugin):
4659         * plugins/profiler/gprof-call-graph-view.c:
4660         (gprof_call_graph_view_create_columns):
4661         * plugins/profiler/gprof-flat-profile-view.c:
4662         (gprof_flat_profile_view_create_columns):
4663         * plugins/profiler/gprof-function-call-tree-view.c:
4664         (gprof_function_call_tree_view_create_columns):
4665         
4666         Fixed #466031 – Update of pieces of menus for Localization
4668 2007-09-10  Johannes Schmid <jhs@gnome.org>
4670         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4671         Bug 343522 – anjuta: Unable to execute commands that use options.
4673 2007-09-09  Johannes Schmid <jhs@gnome.org>
4675         * plugins/document-manager/anjuta-docman.c:
4676         (anjuta_docman_update_page_label):
4677         
4678         Fixed #458034 – Method of indicating unsaved changes breaks convention
4679         
4680         * plugins/document-manager/plugin.c: (update_title),
4681         (value_added_project_root_uri), (value_removed_project_root_uri),
4682         (on_editor_changed), (activate_plugin):
4683         * plugins/document-manager/plugin.h:
4684         * plugins/project-manager/plugin.c: (on_profile_scoped),
4685         (on_profile_descoped), (ifile_open):
4686         
4687         Fixed #427390 – Show path of item in currently focused editor window
4689 2007-09-09  Johannes Schmid <jhs@gnome.org>
4691         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4692         (on_toolbar_find_incremental):
4693         Fix incremental search
4694         
4695         * plugins/sourceview/sourceview.c: (on_document_char_added),
4696         (set_select):
4697         Fixed selection management
4699 2007-09-09  Johannes Schmid <jhs@gnome.org>
4701         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4702         Fixed memory leak
4704         * libanjuta/interfaces/libanjuta.idl:
4705         Extended IAnjutaEditorAssist interface
4706         
4707         * plugins/language-support-cpp-java/plugin.c:
4708         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4709         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4710         (context_character), (get_context), (function_parser),
4711         (cpp_member_parser), (install_assist), (uninstall_assist),
4712         (get_line_indentation_base), (get_line_auto_indentation),
4713         (install_support), (uninstall_support),
4714         (on_value_added_current_editor), (on_value_removed_current_editor),
4715         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4716         * plugins/language-support-cpp-java/plugin.h:
4717         
4718         Improved fixed editor assistance and added support for function/method
4719         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4720         
4721         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4722         Removed a FIXME
4723         
4724         * plugins/project-import/project-import.c: (on_import_next):
4725         Added a non-NULL check with could probably fix #474843 but not sure
4726         
4727         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4728         Fixed anjuta-plugin project wizard
4729         
4730         * plugins/sourceview/Makefile.am:
4731         * plguins/sourceview/assist-tip.[ch]:
4732         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4733         (anjuta_view_key_press_event):
4734         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4735         (assist_window_init), (assist_window_update), (assist_window_new):
4736         * plugins/sourceview/sourceview-private.h:
4737         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4738         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4739         (trigger_size), (max_trigger_size), (on_document_char_added),
4740         (sourceview_dispose), (ieditor_get_current_word),
4741         (iassist_add_trigger), (iassist_init_suggestions),
4742         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4743         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4744         
4745         Big update on sourceview assist capabilites. Autocompletion should
4746         now work much better and function tooltips are finally supported!
4748         * plugins/sourceview/anjuta-document.h:
4749         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4750         (anjuta_document_get_current_word):
4751         Fixed get_current_word (inspired by aneditor.cxx implementation)
4753         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4754         (icell_get_attribute):
4755         Fixed get_attribute() to also detect character constants.
4756         Simplified get_char()
4758         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4759         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4760         (isymbol_manager_get_completions_at_position):
4761         
4762         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4764 2007-09-04  Naba Kumar  <naba@gnome.org>
4766         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4767         projects that can not add sources.
4769         * plugins/file-wizard/file.c: Similarly for file wizard,
4770         Do not enable 'Add to project' projects that can not add sources.
4772 2007-09-04  Naba Kumar  <naba@gnome.org>
4774         * configure.in: Bumped gnome-build requirement to 0.2.0
4775         for project capabilities support.
4777         * plugins/project-manager/plugin.c: Enable/disable project
4778         actions based on project capabilities. Fixes bug #433552:
4779         crash in Anjuta IDE: add file test.h in project on generic
4780         Makefile.
4782         * libanjuta/interfaces/libanjuta.idl: Added method to query
4783         project capabilities.
4785 2007-09-03  Naba Kumar  <naba@gnome.org>
4787         * plugins/file-manager/plugin.c: Set shadow type IN.
4788         * plugins/file-manager/file-view.c: Fixed code style.
4789         * plugins/file-manager/file-view.c: Fixed icons column to size
4790         properly.
4792         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4794         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4795         unmonitors project-uri on file-manager deactivation.
4797         * TODO.tasks: Updated
4799 2007-09-02  Johannes Schmid <jhs@gnome.org>
4801         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4802         Fixed memory leak
4803         
4804         * plugins/file-manager/file-view.c: (file_view_get_selected),
4805         (file_view_button_press_event), (file_view_finalize):
4806         * plugins/file-manager/plugin.c: (project_root_removed),
4807         (file_manager_deactivate):
4808         
4809         Fixed some small bugs I missed before
4811 2007-09-02  Johannes Schmid <jhs@gnome.org>
4813         * plugins/file-manager/*:
4814         Added new and file-manager
4816 2007-09-02  Johannes Schmid <jhs@gnome.org>
4818         * plugins/file-manager/*:
4819         Removed old file-manager
4821 2007-08-31  Johannes Schmid <jhs@gnome.org>
4823         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4824         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4825         
4826         Fixed some memory leaks
4827         
4828         * MAINTAINERS: Fixed
4829         
4830 2007-08-31  Johannes Schmid <jhs@gnome.org>
4832         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4833         (get_property_value_as_string), (set_property_value_as_string),
4834         (register_callbacks), (preferences_foreach_callback),
4835         (anjuta_preferences_register_property_raw):
4836         * libanjuta/anjuta-preferences.h:
4837         * plugins/build-basic-autotools/build-basic-autotools.c:
4838         (on_build_mesg_format):
4839         * plugins/document-manager/anjuta-document-manager.glade:
4840         * plugins/message-view/anjuta-message-manager-plugin.glade:
4841         
4842         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4843         broken message view preferences
4844         
4845         * plugins/message-view/message-view.c:
4846         (message_view_instance_init), (pref_change_color), (prefs_init),
4847         (imessage_view_append):
4848         Cleaned up message view (#458041)
4849         
4850         * src/shell.c: (on_preferences_activate),
4851         (anjuta_test_shell_instance_init),
4852         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4853         Fixed test shell to allow better debugging
4854         
4855 2007-08-31  Johannes Schmid <jhs@gnome.org>
4857         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4858         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4859         * plugins/gtodo/main.h:
4860         * plugins/gtodo/plugin.c: (activate_plugin):
4861         
4862         Fixed #423467 (View->Tasks menu items are not 
4863         checked on startup)
4865 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
4867         reviewed by: Johannes Schmid <jhs@gnome.org>
4869         * COPYING:
4870         * data/welcome.txt.in:
4871         * launcher/anjuta_launcher.c:
4872         * libanjuta/anjuta-children.c:
4873         * libanjuta/anjuta-children.h:
4874         * libanjuta/anjuta-debug.h:
4875         * libanjuta/anjuta-encodings.c:
4876         * libanjuta/anjuta-encodings.h:
4877         * libanjuta/anjuta-glue-c.c:
4878         * libanjuta/anjuta-glue-c.h:
4879         * libanjuta/anjuta-plugin-description.c:
4880         * libanjuta/anjuta-plugin-description.h:
4881         * libanjuta/anjuta-plugin-handle.c:
4882         * libanjuta/anjuta-plugin-handle.h:
4883         * libanjuta/anjuta-plugin-manager.c:
4884         * libanjuta/anjuta-plugin-manager.h:
4885         * libanjuta/anjuta-plugin.c:
4886         * libanjuta/anjuta-plugin.h:
4887         * libanjuta/anjuta-preferences.c:
4888         * libanjuta/anjuta-preferences.h:
4889         * libanjuta/anjuta-profile-manager.c:
4890         * libanjuta/anjuta-profile-manager.h:
4891         * libanjuta/anjuta-profile.c:
4892         * libanjuta/anjuta-profile.h:
4893         * libanjuta/anjuta-save-prompt.c:
4894         * libanjuta/anjuta-save-prompt.h:
4895         * libanjuta/anjuta-serializer.c:
4896         * libanjuta/anjuta-serializer.h:
4897         * libanjuta/anjuta-session.c:
4898         * libanjuta/anjuta-session.h:
4899         * libanjuta/anjuta-shell.c:
4900         * libanjuta/anjuta-shell.h:
4901         * libanjuta/anjuta-status.c:
4902         * libanjuta/anjuta-status.h:
4903         * libanjuta/anjuta-ui.c:
4904         * libanjuta/anjuta-ui.h:
4905         * libanjuta/anjuta-utils-priv.h:
4906         * libanjuta/anjuta-utils.c:
4907         * libanjuta/anjuta-utils.h:
4908         * libanjuta/cell-renderer-captioned-image.c:
4909         * libanjuta/cell-renderer-captioned-image.h:
4910         * libanjuta/e-splash.c:
4911         * libanjuta/e-splash.h:
4912         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4913         * libanjuta/interfaces/libanjuta.idl:
4914         * libanjuta/libanjuta.h:
4915         * libanjuta/resources.c:
4916         * libanjuta/resources.h:
4917         * libegg/egg-cell-renderer-text.c:
4918         * libegg/egg-combo-action.c:
4919         * libegg/egg-entry-action.c:
4920         * libegg/egg-recent-action.c:
4921         * libegg/egg-recent-files-module.c:
4922         * libegg/egg-recent-item.c:
4923         * libegg/egg-recent-model.c:
4924         * libegg/egg-recent-view-gtk.c:
4925         * libegg/egg-recent-view.c:
4926         * libegg/egg-submenu-action.c:
4927         * libegg/eggaccelerators.c:
4928         * libegg/eggcellrendererpopup.c:
4929         * libegg/eggcomboselect.c:
4930         * libegg/eggtreemodelfilter.c:
4931         * libegg/eggtreemultidnd.c:
4932         * libegg/gtkcellview.h:
4933         * libegg/treeviewutils/egg-cell-renderer-text.h:
4934         * libegg/treeviewutils/eggaccelerators.h:
4935         * libegg/treeviewutils/eggcellrendererkeys.h:
4936         * libegg/treeviewutils/eggcellrendererpopup.h:
4937         * libegg/treeviewutils/eggtreemodelfilter.h:
4938         * libegg/treeviewutils/eggtreemultidnd.h:
4939         * libegg/treeviewutils/eggtreeviewstate.h:
4940         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
4941         * manuals/anjuta-faqs/Makefile.am:
4942         * manuals/anjuta-manual/C/anjuta-manual.xml:
4943         * manuals/anjuta-manual/C/license.xml:
4944         * manuals/anjuta-manual/es/es.po:
4945         * manuals/anjuta-manual/sv/sv.po:
4946         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
4947         ml:
4948         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
4949         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
4950         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
4951         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
4952         * manuals/old/ja/anjuta-manual/license.xml:
4953         * plugins/build-basic-autotools/build-basic-autotools.c:
4954         * plugins/build-basic-autotools/build-basic-autotools.h:
4955         * plugins/build-basic-autotools/executer.c:
4956         * plugins/build-basic-autotools/executer.h:
4957         * plugins/build/build_file.c:
4958         * plugins/build/build_file.h:
4959         * plugins/build/build_project.c:
4960         * plugins/build/build_project.h:
4961         * plugins/build/clean_project.c:
4962         * plugins/build/clean_project.h:
4963         * plugins/build/commands.c:
4964         * plugins/build/commands.h:
4965         * plugins/build/compile.c:
4966         * plugins/build/compile.h:
4967         * plugins/build/compiler_options.c:
4968         * plugins/build/compiler_options.h:
4969         * plugins/build/configurer.c:
4970         * plugins/build/configurer.h:
4971         * plugins/build/executer.c:
4972         * plugins/build/executer.h:
4973         * plugins/class-gen/cell-renderer-flags.c:
4974         * plugins/class-gen/cell-renderer-flags.h:
4975         * plugins/class-gen/combo-flags.c:
4976         * plugins/class-gen/combo-flags.h:
4977         * plugins/class-gen/element-editor.c:
4978         * plugins/class-gen/element-editor.h:
4979         * plugins/class-gen/generator.c:
4980         * plugins/class-gen/generator.h:
4981         * plugins/class-gen/plugin.c:
4982         * plugins/class-gen/plugin.h:
4983         * plugins/class-gen/transform.c:
4984         * plugins/class-gen/transform.h:
4985         * plugins/class-gen/validator.c:
4986         * plugins/class-gen/validator.h:
4987         * plugins/class-gen/window.c:
4988         * plugins/class-gen/window.h:
4989         * plugins/class-inheritance/class-callbacks.c:
4990         * plugins/class-inheritance/class-callbacks.h:
4991         * plugins/class-inheritance/class-inherit.c:
4992         * plugins/class-inheritance/class-inherit.h:
4993         * plugins/class-inheritance/plugin.c:
4994         * plugins/class-inheritance/plugin.h:
4995         * plugins/cvs-plugin/cvs-actions.c:
4996         * plugins/cvs-plugin/cvs-actions.h:
4997         * plugins/cvs-plugin/cvs-callbacks.c:
4998         * plugins/cvs-plugin/cvs-callbacks.h:
4999         * plugins/cvs-plugin/cvs-execute.c:
5000         * plugins/cvs-plugin/cvs-execute.h:
5001         * plugins/cvs-plugin/cvs-interface.c:
5002         * plugins/cvs-plugin/cvs-interface.h:
5003         * plugins/cvs-plugin/plugin.c:
5004         * plugins/cvs-plugin/plugin.h:
5005         * plugins/debug-manager/breakpoints.c:
5006         * plugins/debug-manager/breakpoints.h:
5007         * plugins/debug-manager/chunk_view.c:
5008         * plugins/debug-manager/chunk_view.h:
5009         * plugins/debug-manager/data_buffer.c:
5010         * plugins/debug-manager/data_buffer.h:
5011         * plugins/debug-manager/data_view.c:
5012         * plugins/debug-manager/data_view.h:
5013         * plugins/debug-manager/debug_tree.c:
5014         * plugins/debug-manager/debug_tree.h:
5015         * plugins/debug-manager/debugger.c:
5016         * plugins/debug-manager/debugger.h:
5017         * plugins/debug-manager/disassemble.c:
5018         * plugins/debug-manager/disassemble.h:
5019         * plugins/debug-manager/info.c:
5020         * plugins/debug-manager/info.h:
5021         * plugins/debug-manager/locals.c:
5022         * plugins/debug-manager/locals.h:
5023         * plugins/debug-manager/memory.c:
5024         * plugins/debug-manager/memory.h:
5025         * plugins/debug-manager/plugin.c:
5026         * plugins/debug-manager/plugin.h:
5027         * plugins/debug-manager/registers.c:
5028         * plugins/debug-manager/registers.h:
5029         * plugins/debug-manager/sexy-icon-entry.c:
5030         * plugins/debug-manager/sexy-icon-entry.h:
5031         * plugins/debug-manager/sharedlib.c:
5032         * plugins/debug-manager/sharedlib.h:
5033         * plugins/debug-manager/signals.c:
5034         * plugins/debug-manager/signals.h:
5035         * plugins/debug-manager/sparse_buffer.c:
5036         * plugins/debug-manager/sparse_buffer.h:
5037         * plugins/debug-manager/sparse_view.c:
5038         * plugins/debug-manager/sparse_view.h:
5039         * plugins/debug-manager/stack_trace.c:
5040         * plugins/debug-manager/stack_trace.h:
5041         * plugins/debug-manager/start.c:
5042         * plugins/debug-manager/start.h:
5043         * plugins/debug-manager/threads.c:
5044         * plugins/debug-manager/threads.h:
5045         * plugins/debug-manager/utilities.c:
5046         * plugins/debug-manager/utilities.h:
5047         * plugins/debug-manager/watch.c:
5048         * plugins/debug-manager/watch.h:
5049         * plugins/devhelp/htmlview.c:
5050         * plugins/devhelp/htmlview.h:
5051         * plugins/document-manager/action-callbacks.c:
5052         * plugins/document-manager/action-callbacks.h:
5053         * plugins/document-manager/anjuta-docman.c:
5054         * plugins/document-manager/anjuta-docman.h:
5055         * plugins/document-manager/editor-tooltips.c:
5056         * plugins/document-manager/editor-tooltips.h:
5057         * plugins/document-manager/file_history.c:
5058         * plugins/document-manager/file_history.h:
5059         * plugins/document-manager/indent-dialog.c:
5060         * plugins/document-manager/indent-dialog.h:
5061         * plugins/document-manager/indent-util.c:
5062         * plugins/document-manager/indent-util.h:
5063         * plugins/document-manager/plugin.c:
5064         * plugins/editor/aneditor-autocomplete.cxx:
5065         * plugins/editor/aneditor-calltip.cxx:
5066         * plugins/editor/aneditor-indent.cxx:
5067         * plugins/editor/aneditor-priv.h:
5068         * plugins/editor/aneditor.cxx:
5069         * plugins/editor/aneditor.h:
5070         * plugins/editor/lexer.h:
5071         * plugins/editor/plugin.c:
5072         * plugins/editor/plugin.h:
5073         * plugins/editor/print.c:
5074         * plugins/editor/print.h:
5075         * plugins/editor/properties.h:
5076         * plugins/editor/properties_cxx.h:
5077         * plugins/editor/style-editor.c:
5078         * plugins/editor/style-editor.h:
5079         * plugins/editor/text-editor-iterable.c:
5080         * plugins/editor/text-editor-iterable.h:
5081         * plugins/editor/text_editor.c:
5082         * plugins/editor/text_editor.h:
5083         * plugins/editor/text_editor_cbs.c:
5084         * plugins/editor/text_editor_cbs.h:
5085         * plugins/editor/text_editor_menu.c:
5086         * plugins/editor/text_editor_menu.h:
5087         * plugins/editor/text_editor_prefs.c:
5088         * plugins/editor/text_editor_prefs.h:
5089         * plugins/file-loader/dnd.c:
5090         * plugins/file-loader/dnd.h:
5091         * plugins/file-loader/plugin.c:
5092         * plugins/file-manager/an_file_view.c:
5093         * plugins/file-manager/plugin.c:
5094         * plugins/file-wizard/file.c:
5095         * plugins/file-wizard/file.h:
5096         * plugins/file-wizard/plugin.c:
5097         * plugins/file-wizard/plugin.h:
5098         * plugins/gdb/debugger.c:
5099         * plugins/gdb/debugger.h:
5100         * plugins/gdb/gdbmi-test.c:
5101         * plugins/gdb/gdbmi.c:
5102         * plugins/gdb/gdbmi.h:
5103         * plugins/gdb/global.h:
5104         * plugins/gdb/parser.c:
5105         * plugins/gdb/parser.h:
5106         * plugins/gdb/plugin.c:
5107         * plugins/gdb/plugin.h:
5108         * plugins/gdb/utilities.c:
5109         * plugins/gdb/utilities.h:
5110         * plugins/glade/plugin.c:
5111         * plugins/glade/plugin.h:
5112         * plugins/gtodo/egg-datetime.c:
5113         * plugins/gtodo/egg-datetime.h:
5114         * plugins/gtodo/eggtrayicon.c:
5115         * plugins/gtodo/eggtrayicon.h:
5116         * plugins/gtodo/plugin.c:
5117         * plugins/gvim/anjuta-vim.c:
5118         * plugins/gvim/anjuta-vim.h:
5119         * plugins/gvim/gtkvim.c:
5120         * plugins/gvim/gtkvim.h:
5121         * plugins/gvim/plugin.c:
5122         * plugins/gvim/plugin.h:
5123         * plugins/language-support-cpp-java/plugin.c:
5124         * plugins/language-support-cpp-java/plugin.h:
5125         * plugins/macro/macro-actions.c:
5126         * plugins/macro/macro-actions.h:
5127         * plugins/macro/macro-db.c:
5128         * plugins/macro/macro-db.h:
5129         * plugins/macro/macro-dialog.c:
5130         * plugins/macro/macro-dialog.h:
5131         * plugins/macro/macro-edit.c:
5132         * plugins/macro/macro-edit.h:
5133         * plugins/macro/macro-util.c:
5134         * plugins/macro/macro-util.h:
5135         * plugins/macro/plugin.c:
5136         * plugins/macro/plugin.h:
5137         * plugins/message-view/anjuta-msgman.c:
5138         * plugins/message-view/anjuta-msgman.h:
5139         * plugins/message-view/message-view.c:
5140         * plugins/message-view/message-view.h:
5141         * plugins/message-view/plugin.c:
5142         * plugins/message-view/plugin.h:
5143         * plugins/patch/patch-plugin.c:
5144         * plugins/patch/patch-plugin.h:
5145         * plugins/patch/plugin.c:
5146         * plugins/patch/plugin.h:
5147         * plugins/profiler/gprof-call-graph-block-entry.c:
5148         * plugins/profiler/gprof-call-graph-block-entry.h:
5149         * plugins/profiler/gprof-call-graph-block.c:
5150         * plugins/profiler/gprof-call-graph-block.h:
5151         * plugins/profiler/gprof-call-graph-view.c:
5152         * plugins/profiler/gprof-call-graph-view.h:
5153         * plugins/profiler/gprof-call-graph.c:
5154         * plugins/profiler/gprof-call-graph.h:
5155         * plugins/profiler/gprof-flat-profile-entry.c:
5156         * plugins/profiler/gprof-flat-profile-entry.h:
5157         * plugins/profiler/gprof-flat-profile-view.c:
5158         * plugins/profiler/gprof-flat-profile-view.h:
5159         * plugins/profiler/gprof-flat-profile.c:
5160         * plugins/profiler/gprof-flat-profile.h:
5161         * plugins/profiler/gprof-function-call-chart-view.c:
5162         * plugins/profiler/gprof-function-call-chart-view.h:
5163         * plugins/profiler/gprof-function-call-tree-view.c:
5164         * plugins/profiler/gprof-function-call-tree-view.h:
5165         * plugins/profiler/gprof-options.c:
5166         * plugins/profiler/gprof-options.h:
5167         * plugins/profiler/gprof-profile-data.c:
5168         * plugins/profiler/gprof-profile-data.h:
5169         * plugins/profiler/gprof-view-manager.c:
5170         * plugins/profiler/gprof-view-manager.h:
5171         * plugins/profiler/gprof-view.c:
5172         * plugins/profiler/gprof-view.h:
5173         * plugins/profiler/plugin.c:
5174         * plugins/profiler/plugin.h:
5175         * plugins/profiler/string-utils.c:
5176         * plugins/profiler/string-utils.h:
5177         * plugins/project-import/plugin.c:
5178         * plugins/project-import/plugin.h:
5179         * plugins/project-import/project-import.c:
5180         * plugins/project-import/project-import.h:
5181         * plugins/project-manager/plugin.c:
5182         * plugins/project-manager/plugin.h:
5183         * plugins/project-wizard/action.c:
5184         * plugins/project-wizard/action.h:
5185         * plugins/project-wizard/autogen.c:
5186         * plugins/project-wizard/autogen.h:
5187         * plugins/project-wizard/druid.c:
5188         * plugins/project-wizard/druid.h:
5189         * plugins/project-wizard/file.c:
5190         * plugins/project-wizard/file.h:
5191         * plugins/project-wizard/header.c:
5192         * plugins/project-wizard/header.h:
5193         * plugins/project-wizard/install.c:
5194         * plugins/project-wizard/install.h:
5195         * plugins/project-wizard/parser.c:
5196         * plugins/project-wizard/parser.h:
5197         * plugins/project-wizard/plugin.c:
5198         * plugins/project-wizard/plugin.h:
5199         * plugins/project-wizard/property.c:
5200         * plugins/project-wizard/property.h:
5201         * plugins/project-wizard/values.c:
5202         * plugins/project-wizard/values.h:
5203         * plugins/sample1/plugin.c:
5204         * plugins/search/plugin.c:
5205         * plugins/search/plugin.h:
5206         * plugins/search/search-replace_backend.c:
5207         * plugins/search/search-replace_backend.h:
5208         * plugins/search/search_preferences.c:
5209         * plugins/sourceview/anjuta-convert.c:
5210         * plugins/sourceview/anjuta-convert.h:
5211         * plugins/sourceview/anjuta-document-loader.c:
5212         * plugins/sourceview/anjuta-document-loader.h:
5213         * plugins/sourceview/anjuta-document-saver.c:
5214         * plugins/sourceview/anjuta-document-saver.h:
5215         * plugins/sourceview/anjuta-document.c:
5216         * plugins/sourceview/anjuta-document.h:
5217         * plugins/sourceview/anjuta-encodings.c:
5218         * plugins/sourceview/anjuta-encodings.h:
5219         * plugins/sourceview/anjuta-languages-manager.c:
5220         * plugins/sourceview/anjuta-languages-manager.h:
5221         * plugins/sourceview/anjuta-utils.c:
5222         * plugins/sourceview/anjuta-utils.h:
5223         * plugins/sourceview/anjuta-view.c:
5224         * plugins/sourceview/anjuta-view.h:
5225         * plugins/sourceview/assist-window.c:
5226         * plugins/sourceview/assist-window.h:
5227         * plugins/sourceview/sourceview-cell.c:
5228         * plugins/sourceview/sourceview-cell.h:
5229         * plugins/sourceview/sourceview-prefs.c:
5230         * plugins/sourceview/sourceview-prefs.h:
5231         * plugins/sourceview/sourceview-print.c:
5232         * plugins/sourceview/sourceview-print.h:
5233         * plugins/sourceview/sourceview-private.h:
5234         * plugins/sourceview/sourceview-tags.c:
5235         * plugins/sourceview/sourceview-tags.h:
5236         * plugins/sourceview/sourceview.c:
5237         * plugins/sourceview/sourceview.h:
5238         * plugins/subversion/plugin.c:
5239         * plugins/subversion/plugin.h:
5240         * plugins/subversion/subversion-actions.c:
5241         * plugins/subversion/subversion-actions.h:
5242         * plugins/subversion/subversion-callbacks.c:
5243         * plugins/subversion/subversion-callbacks.h:
5244         * plugins/subversion/svn-auth.c:
5245         * plugins/subversion/svn-auth.h:
5246         * plugins/subversion/svn-backend-priv.h:
5247         * plugins/subversion/svn-backend.c:
5248         * plugins/subversion/svn-backend.h:
5249         * plugins/subversion/svn-notify.c:
5250         * plugins/subversion/svn-notify.h:
5251         * plugins/subversion/svn-thread.c:
5252         * plugins/subversion/svn-thread.h:
5253         * plugins/symbol-browser/an_symbol.c:
5254         * plugins/symbol-browser/an_symbol.h:
5255         * plugins/symbol-browser/an_symbol_info.c:
5256         * plugins/symbol-browser/an_symbol_info.h:
5257         * plugins/symbol-browser/an_symbol_iter.c:
5258         * plugins/symbol-browser/an_symbol_iter.h:
5259         * plugins/symbol-browser/an_symbol_prefs.c:
5260         * plugins/symbol-browser/an_symbol_prefs.h:
5261         * plugins/symbol-browser/an_symbol_search.c:
5262         * plugins/symbol-browser/an_symbol_search.h:
5263         * plugins/symbol-browser/an_symbol_view.c:
5264         * plugins/symbol-browser/an_symbol_view.h:
5265         * plugins/symbol-browser/plugin.c:
5266         * plugins/symbol-browser/plugin.h:
5267         * plugins/terminal/terminal.c:
5268         * plugins/tools/dialog.c:
5269         * plugins/tools/dialog.h:
5270         * plugins/tools/editor.c:
5271         * plugins/tools/editor.h:
5272         * plugins/tools/execute.c:
5273         * plugins/tools/execute.h:
5274         * plugins/tools/fileop.c:
5275         * plugins/tools/fileop.h:
5276         * plugins/tools/plugin.c:
5277         * plugins/tools/plugin.h:
5278         * plugins/tools/scripts/find-fixmes.pl:
5279         * plugins/tools/scripts/translation-status.pl:
5280         * plugins/tools/tool.c:
5281         * plugins/tools/tool.h:
5282         * plugins/tools/variable.c:
5283         * plugins/tools/variable.h:
5284         * plugins/valgrind/ldd.c:
5285         * plugins/valgrind/ldd.h:
5286         * plugins/valgrind/list.c:
5287         * plugins/valgrind/list.h:
5288         * plugins/valgrind/menu-utils.c:
5289         * plugins/valgrind/menu-utils.h:
5290         * plugins/valgrind/parser.c:
5291         * plugins/valgrind/parser.h:
5292         * plugins/valgrind/plugin.c:
5293         * plugins/valgrind/plugin.h:
5294         * plugins/valgrind/preferences.c:
5295         * plugins/valgrind/preferences.h:
5296         * plugins/valgrind/process.c:
5297         * plugins/valgrind/process.h:
5298         * plugins/valgrind/symtab.c:
5299         * plugins/valgrind/symtab.h:
5300         * plugins/valgrind/vgactions.c:
5301         * plugins/valgrind/vgactions.h:
5302         * plugins/valgrind/vgcachegrindprefs.c:
5303         * plugins/valgrind/vgcachegrindprefs.h:
5304         * plugins/valgrind/vgdefaultview.c:
5305         * plugins/valgrind/vgdefaultview.h:
5306         * plugins/valgrind/vgerror.c:
5307         * plugins/valgrind/vgerror.h:
5308         * plugins/valgrind/vggeneralprefs.c:
5309         * plugins/valgrind/vggeneralprefs.h:
5310         * plugins/valgrind/vghelgrindprefs.c:
5311         * plugins/valgrind/vghelgrindprefs.h:
5312         * plugins/valgrind/vgio.c:
5313         * plugins/valgrind/vgio.h:
5314         * plugins/valgrind/vgmemcheckprefs.c:
5315         * plugins/valgrind/vgmemcheckprefs.h:
5316         * plugins/valgrind/vgrule-editor.c:
5317         * plugins/valgrind/vgrule-editor.h:
5318         * plugins/valgrind/vgrule-list.c:
5319         * plugins/valgrind/vgrule-list.h:
5320         * plugins/valgrind/vgrule.c:
5321         * plugins/valgrind/vgrule.h:
5322         * plugins/valgrind/vgrulepattern.c:
5323         * plugins/valgrind/vgrulepattern.h:
5324         * plugins/valgrind/vgsearchbar.c:
5325         * plugins/valgrind/vgsearchbar.h:
5326         * plugins/valgrind/vgstrpool.c:
5327         * plugins/valgrind/vgstrpool.h:
5328         * plugins/valgrind/vgtoolprefs.c:
5329         * plugins/valgrind/vgtoolprefs.h:
5330         * plugins/valgrind/vgtoolview.c:
5331         * plugins/valgrind/vgtoolview.h:
5332         * src/about.c:
5333         * src/about.h:
5334         * src/action-callbacks.c:
5335         * src/action-callbacks.h:
5336         * src/anjuta-actions.h:
5337         * src/anjuta-app.c:
5338         * src/anjuta-app.h:
5339         * src/anjuta-callbacks.c:
5340         * src/anjuta-callbacks.h:
5341         * src/anjuta.c:
5342         * src/anjuta.h:
5343         * src/anjuta_cbs.c:
5344         * src/bacon-message-connection.c:
5345         * src/bacon-message-connection.h:
5346         * src/getline.c:
5347         * src/main.c:
5348         * src/shell.c:
5349         * src/shell.h:
5350         * src/start-with.c:
5351         * src/start-with.h:
5352         * src/utilities.c:
5353         * src/utilities.h:
5354         * tagmanager/options.c:
5355         
5356         Change the address of FSF in various files
5358 2007-08-30  Johannes Schmid <jhs@gnome.org>
5360         * anjuta.glade:
5361         * anjuta.gladep:
5362         Removed because they are no longer in use
5363         
5364         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5365         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5366         Marked some strings as not translatable
5368         * plugins/search/search-replace.c: (list_max_items):
5369         Fixed a possible memory corruption
5371         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5372         Do not show menuitems for locked layout items
5374         * src/main.c: (main):
5375         Some minor style correction in gnome_init
5377 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5379         * plugins/debug-manager/debugger.c,
5380         plugins/debug-manager/breakpoints.c,
5381         plugins/gdb/plugin.c,
5382         plugins/gdb/debugger.c,
5383         libanjuta/interfaces/libanjuta.idl:
5384         Move all breakpoints functions from IAnjutaDebugger to a new
5385         IAnjutaBreakpointDebugger interface
5387 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5389         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5390         * plugins/debug-manager/plugin.c,
5391         plugins/debug-manager/breakpoints.c,
5392         plugins/tools/execute.c,
5393         plugins/project-wizard/plugin.c,
5394         plugins/build-basic-autotools/executer.c,
5395         plugins/gdb/debugger.c,
5396         plugins/profiler/gprof-options.h,
5397         plugins/sourceview/assist-window.h,
5398         plugins/class-gen/transform.c,
5399         libanjuta/anjuta-plugin-description.c,
5400         libanjuta/anjuta-status.c,
5401         libanjuta/anjuta-glue-c.c,
5402         libanjuta/anjuta-glue-cpp.c,
5403         plugins/symbol-browser/an_symbol_prefs.c:
5404         Fix warnings mostly "dereferencing type-punned pointer"
5405         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5407 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5409         * plugins/debug-manager/breakpoints.c,
5410         plugins/debug-manager/debugger.c:
5411         Avoid an endless loop if clearing all breakpoints while the programm
5412         is running
5414 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5416         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5417         * plugins/debug-manager/plugin.c:
5418         Fix a segmentation fault added in the previous patch
5420 2007-07-21  Johannes Schmid <jhs@gnome.org>
5422         * plugins/build-basic-autotools/executer.c:
5423         (get_program_parameters):
5424         
5425         Show an error dialog if no targets are availible instead of
5426         just returning
5428 2007-07-20  Johannes Schmid <jhs@gnome.org>
5430         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5431         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5432         * libanjuta/anjuta-shell.h:
5433         * plugins/document-manager/plugin.c: (activate_plugin):
5434         * plugins/glade/anjuta-design-document.c:
5435         * plugins/glade/plugin.c: (glade_update_ui):
5436         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5437         (anjuta_shell_iface_init):
5438         * src/shell.c: (anjuta_test_shell_add_widget),
5439         (anjuta_shell_iface_init):
5440         
5441         Make the document manager undockable (#458038)
5443 2007-07-20  Johannes Schmid <jhs@gnome.org>
5445         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5446         * plugins/glade/anjuta-design-document.c:
5447         * plugins/glade/plugin.c: (glade_update_ui):
5448         
5449         Fixed some save/dirty status bug in glade
5451 2007-07-20  Johannes Schmid <jhs@gnome.org>
5453         * libanjuta/anjuta-status.c:
5454         Fixed crasher on shutdown
5456 2007-07-20  Johannes Schmid <jhs@gnome.org>
5458         * configure.in:
5459         Minimum glade requirement is 3.2 now. It was before
5460         but we did not check...
5461         
5462         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5463         * libanjuta/anjuta-profile.c:
5464         (anjuta_profile_add_plugins_from_xml):
5465         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5466         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5467         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5468         * plugins/file-loader/plugin.c: (on_create_submenu):
5469         * plugins/file-manager/an_file_view.c: (compare_iter):
5470         * plugins/glade/plugin.c: (activate_plugin):
5471         * src/anjuta-app.c: (on_toolbar_view_toggled):
5472         * src/main.c: (main):
5473         
5474         Fixed lots of memory leaks (thansk valgrind)
5476 2007-07-19  Johannes Schmid <jhs@gnome.org>
5478         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5479         * plugins/document-manager/anjuta-docman.c:
5480         (anjuta_docman_set_busy):
5481         * plugins/document-manager/plugin.c: (on_editor_changed):
5482         * plugins/glade/plugin.c: (activate_plugin):
5483         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5484         (on_value_removed_current_editor):
5485         
5486         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5488 2007-07-18  Johannes Schmid <jhs.gnome.org>
5490         * plugins/build-basic-autotools/executer.c: (execute_program):
5491         Fixed some of the scratchbox stuff but the environment is
5492         still broken
5494 2007-07-18  Johannes Schmid <jhs@gnome.org>
5496         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5497         (on_plugin_deactivated), (get_plugin_loader_type):
5498         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5499         (activate_plugin), (deactivate_plugin),
5500         (glade_plugin_instance_init):
5501         
5502         Fixed glade plugin deactivation
5504 2007-07-18  Johannes Schmid <jhs@gnome.org>
5506         * plugins/document-manager/anjuta-docman.c:
5507         (anjuta_docman_add_document):
5508         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5509         
5510         Fixed path display in document manager with glade files
5512 2007-07-17  Johannes Schmid <jhs@gnome.org>
5514         * libanjuta/interfaces/Makefile.am.iface:
5515         * pixmaps/Makefile.am:
5516         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5517         * plugins/debug-manager/plugin.c: (value_added_current_editor),
5518         (value_removed_current_editor):
5519         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5520         (anjuta_docman_set_current_document):
5521         * plugins/document-manager/plugin.c: (on_editor_update_ui),
5522         (on_editor_added), (on_editor_changed):
5523         * plugins/glade/Makefile.am:
5524         * plugins/glade/anjuta-design-document.c:
5525         (anjuta_design_document_instance_init),
5526         (anjuta_design_document_set_property),
5527         (anjuta_design_document_get_property),
5528         (anjuta_design_document_class_init), (anjuta_design_document_new),
5529         (ifile_open), (ifile_get_uri), (ifile_iface_init):
5530         * plugins/glade/anjuta-design-document.h:
5531         * plugins/glade/anjuta-glade-notebook.c:
5532         * plugins/glade/anjuta-glade-notebook.h:
5533         * plugins/glade/plugin.c: (value_added_current_editor),
5534         (value_removed_current_editor), (glade_update_ui),
5535         (on_close_activated), (on_glade_project_changed),
5536         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5537         (ifile_open):
5538         * plugins/language-support-cpp-java/plugin.c:
5539         (on_value_added_current_editor), (on_value_removed_current_editor):
5540         * plugins/macro/plugin.c: (value_added_current_editor):
5541         * plugins/project-manager/plugin.c: (value_added_current_editor):
5542         * plugins/subversion/plugin.c: (value_added_current_editor):
5543         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5545         Fixed lot of IAnjutaEditor stuff and completed glade integration
5546         with document manager
5547         
5548         * plugins/build-basic-autotools/build-basic-autotools.c:
5549         (value_added_current_editor):
5550         * plugins/build-basic-autotools/executer.c: (execute_program):
5551         
5552         Some initial code to execute projects inside scratchbox
5553         
5554 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5556         * plugins/project-import/project-import.c:
5557         Project import overwrites file on user request (bug #452579)
5559 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5561         * plugins/debug-manager/debugger.c,
5562         plugins/debug-manager/threads.c,
5563         plugins/debug-manager/plugin.c,
5564         plugins/debug-manager/registers.c,
5565         plugins/debug-manager/locals.c,
5566         plugins/debug-manager/stack_trace.c,
5567         plugins/gdb/plugin.c,
5568         plugins/gdb/debugger.c,
5569         plugins/gdb/debugger.h,
5570         libanjuta/interfaces/libanjuta.idl:
5571         Rename change-location to program-moved
5572         Store thread id as gint instead of guint
5573         Do not display registers list if not available
5574         Add intermediate debugger states if missing
5576 2007-07-11  Johannes Schmid <jhs@gnome.org>
5578         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5579         .glade:
5580         Reverted unnecessary changes (#455819)
5582 2007-07-10  Johannes Schmid <jhs@gnome.org>
5584         * plugins/glade/plugin.c:
5585         Fixed glade plugin with glade 3.2 and another crasher
5587 2007-07-09  Johannes Schmid <jhs@gnome.org>
5589         * libanjuta/interfaces/libanjuta.idl:
5590         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5591         .glade:
5592         * plugins/debug-manager/breakpoints.c:
5593         (breakpoint_item_update_in_ui),
5594         (breakpoints_dbase_edit_breakpoint),
5595         (on_toggle_breakpoint_activate):
5596         * plugins/debug-manager/plugin.c:
5597         (on_run_to_cursor_action_activate):
5598         * plugins/document-manager/action-callbacks.c:
5599         (on_editor_command_cut_activate),
5600         (on_editor_command_copy_activate),
5601         (on_editor_command_paste_activate),
5602         (on_editor_command_clear_activate):
5603         * plugins/document-manager/anjuta-docman.c:
5604         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5605         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5606         (anjuta_docman_goto_file_line_mark),
5607         (anjuta_docman_find_editor_with_path),
5608         (anjuta_docman_get_all_editors):
5609         * plugins/document-manager/anjuta-docman.h:
5610         * plugins/document-manager/plugin.c:
5611         (update_editor_ui_interface_items), (on_editor_update_ui),
5612         (on_editor_changed), (on_session_save), (on_docman_auto_save),
5613         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5614         (ianjuta_document_manager_iface_init), (isaveable_save),
5615         (isavable_is_dirty):
5616         * plugins/editor/editor.glade:
5617         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5618         (idocument_paste), (idocument_clear), (idocument_iface_init),
5619         (iselection_iface_init):
5620         * plugins/glade/Makefile.am:
5621         * plugins/glade/anjuta-glade-notebook.c:
5622         (anjuta_glade_notebook_instance_init),
5623         (anjuta_glade_notebook_set_property),
5624         (anjuta_glade_notebook_get_property),
5625         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5626         (ifile_open), (ifile_get_uri), (ifile_iface_init),
5627         (ifile_savable_save), (ifile_savable_save_as),
5628         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5629         (ifile_savable_iface_init), (idocument_can_redo),
5630         (idocument_can_undo), (idocument_begin_undo_action),
5631         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5632         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5633         (idocument_copy), (idocument_paste), (idocument_clear),
5634         (idocument_iface_init):
5635         * plugins/language-support-cpp-java/plugin.c:
5636         (on_value_added_current_editor), (on_value_removed_current_editor):
5637         * plugins/macro/macro-util.c: (get_current_editor):
5638         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5639         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5640         (on_next_occur), (on_incremental_entry_key_press),
5641         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5642         (on_toolbar_find_incremental_start),
5643         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5644         * plugins/search/search-replace.c: (search_start_over),
5645         (search_update_combos), (replace_update_combos),
5646         (anjuta_search_replace_activate):
5647         * plugins/search/search-replace_backend.c: (create_search_entries):
5648         * plugins/sourceview/sourceview.c: (idocument_cut),
5649         (idocument_copy), (idocument_paste), (idocument_clear),
5650         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5651         * plugins/tools/editor.c: (on_editor_response):
5652         * plugins/tools/execute.c: (get_current_editor),
5653         (atp_output_context_initialize), (atp_user_tool_execute):
5654         * plugins/tools/variable.c: (get_current_editor),
5655         (atp_variable_get_editor_variable):
5656         
5657         Some more IAnjutaEditor => IAnjutaDocument fixing!
5658         
5659         * plugins/glade/anjuta-glade-notebook.h:
5660         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5661         (glade_update_ui):
5662         * plugins/glade/plugin.h:
5663         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5664         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5665         be used for glade, too. It might still have some rough edges but already works.
5666         (Fixes #415547 – Glade usability problem)
5668 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5670         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5671           development release (I updated version of glade3 svn to 3.3.2).
5673 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5675         * plugins/symbol-browser/an_symbol_view.c:
5676         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5678 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5680         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5681         (on_system_tags_update_finished), (on_update_global_clicked),
5682         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5683         (symbol_browser_prefs_init),
5684         (symbol_browser_prefs_create_global_tags),
5685         (symbol_browser_load_global_tags):
5686         * plugins/symbol-browser/an_symbol_prefs.h:
5687         * plugins/symbol-browser/an_symbol_view.c:
5688         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5689         * plugins/symbol-browser/an_symbol_view.h:
5690         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5691         on global tags update because of delayed prefs merging. Happens when
5692         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5693         is opened.
5695 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5697         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5698         after install/uninstall.
5700         Patch from James Liggett:
5701         * scripts/glade2schemas.pl: Fixed creating schemas for list
5702         values.
5704 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5706         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5707           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5708           development release since glade svn version is also 3.3.1. In future, the
5709           solution would be for us to always increment the micro version when
5710           changing the API.
5712 2007-07-05  Johannes Schmid <jhs@gnome.org>
5714         * libanjuta/interfaces/libanjuta.idl:
5715         * plugins/build-basic-autotools/build-basic-autotools.c:
5716         (on_build_mesg_format):
5717         * plugins/debug-manager/breakpoints.c:
5718         (breakpoint_item_update_in_ui),
5719         (breakpoints_dbase_edit_breakpoint),
5720         (on_toggle_breakpoint_activate):
5721         * plugins/debug-manager/plugin.c:
5722         (on_run_to_cursor_action_activate):
5723         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5724         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5725         (get_current_editor), (on_save_activate), (on_save_as_activate),
5726         (on_save_prompt_save_editor), (on_close_file_activate),
5727         (on_close_all_file_activate), (on_reload_file_activate),
5728         (anjuta_print_cb), (anjuta_print_preview_cb),
5729         (on_editor_command_upper_case_activate),
5730         (on_editor_command_lower_case_activate),
5731         (on_editor_command_undo_activate),
5732         (on_editor_command_redo_activate),
5733         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5734         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5735         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5736         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5737         (on_zoom_out_text_activate), (on_force_hilite_activate),
5738         (on_indent1_activate), (on_swap_activate),
5739         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5740         * plugins/document-manager/anjuta-docman.c:
5741         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5742         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5743         (anjuta_docman_dispose), (on_notebook_switch_page),
5744         (anjuta_docman_page_from_widget), (on_editor_destroy),
5745         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5746         (anjuta_docman_get_current_document),
5747         (anjuta_docman_set_current_document),
5748         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5749         (anjuta_docman_update_page_label),
5750         (anjuta_docman_get_document_from_path),
5751         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5752         (anjuta_docman_order_tabs):
5753         * plugins/document-manager/anjuta-docman.h:
5754         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5755         (update_editor_ui_interface_items), (update_editor_ui),
5756         (on_editor_update_save_ui), (on_editor_update_ui),
5757         (on_editor_changed), (on_save_prompt_save_editor),
5758         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5759         (ianjuta_docman_get_current_document),
5760         (ianjuta_docman_set_current_document),
5761         (ianjuta_docman_remove_buffer),
5762         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5763         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5764         (idocument_get_filename), (idocument_can_undo),
5765         (idocument_can_redo), (idocument_undo),
5766         (idocument_begin_undo_action), (idocument_end_undo_action),
5767         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5768         * plugins/language-support-cpp-java/plugin.c:
5769         (on_editor_char_inserted_cpp), (on_auto_indent):
5770         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5771         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5772         * plugins/sample1/plugin.c: (on_sample_action_activate):
5773         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5774         (on_next_occur), (on_incremental_entry_key_press),
5775         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5776         (on_toolbar_find_incremental_start),
5777         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5778         * plugins/search/search-replace.c: (search_and_replace),
5779         (write_message_pane), (search_start_over), (search_update_combos),
5780         (replace_update_combos), (anjuta_search_replace_activate):
5781         * plugins/search/search-replace_backend.c:
5782         (file_buffer_new_from_path), (create_search_entries):
5783         * plugins/sourceview/sourceview-print.c: (create_print_job):
5784         * plugins/sourceview/sourceview.c:
5785         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5786         (idocument_can_redo), (idocument_can_undo),
5787         (idocument_begin_undo_action), (idocument_end_undo_action),
5788         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5789         (idocument_get_filename), (idocument_iface_init):
5790         * plugins/tools/editor.c: (on_editor_response):
5791         * plugins/tools/execute.c: (atp_output_context_initialize),
5792         (atp_user_tool_execute):
5793         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5794         
5795         Create IAnjutaDocument interface. This interface is a more general idea
5796         of documents being anything that can be modified, has undo/redo and
5797         may have operations like copy/paste.
5798         The primary goal is to integrate better by making it use the standard file
5799         and edit menu instead of it's own glade menu. Of course the downside is that
5800         you won't be able to view a source file and the designer at the same time. Anyway
5801         so many people have complained that they "can't save a glade file" that I think
5802         this is the much better solution.
5803         Work on the glade plugin is still to come but the most difficult things should be
5804         done now.
5806 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5808         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5809           version 3.0.3.
5811 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5813         * libanjuta/anjuta-plugin-manager.c:
5814         (anjuta_plugin_manager_get_plugins_page),
5815         (anjuta_plugin_manager_get_remembered_plugins_page):
5816         * libanjuta/anjuta-plugin-manager.h:
5817         * src/anjuta-app.c: (anjuta_app_install_preferences):
5818         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5819         and remembered plugins preferences pages in separate pages (avoid
5820         crowd).
5822 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5824         Patch from James Liggett  <jrliggett@cox.net>:
5825         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5826         Installed editor preferences schemas. Fixes bug #453463.
5828 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5830         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5831         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5833 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5835         * plugins/document-manager/anjuta-document-manager.ui:
5836         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5837         * src/action-callbacks.c:
5838         * src/action-callbacks.h:
5839         * src/anjuta-actions.h:
5840         * src/anjuta-app.c: (anjuta_app_instance_init),
5841         (anjuta_app_install_preferences):
5842         * src/anjuta.glade:
5843         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5844         General preferences page. Move preferences menu from Settings to
5845         Edit submenu. And got rid of Settings submenu.
5847 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5849         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5850         
5851 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5853         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5854         as discussed and agreed with James Liggett.
5856         Patch from James Liggett  <jrliggett@cox.net>:
5858         * configure.in:
5859         * libanjuta/anjuta-plugin-manager.c:
5860         (on_activated_plugin_objects_foreach),
5861         (anjuta_plugin_manager_get_active_plugin_objects):
5862         * libanjuta/anjuta-plugin-manager.h:
5863         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5864         (anjuta_plugin_deactivate):
5865         * libanjuta/anjuta-preferences-dialog.c:
5866         (anjuta_preferences_dialog_finalize),
5867         (anjuta_preferences_dialog_class_init), (add_category_columns),
5868         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5869         (anjuta_preferences_dialog_remove_page):
5870         * libanjuta/anjuta-preferences.c: (property_destroy),
5871         (unregister_preferences_key), (register_callbacks),
5872         (preferences_foreach_callback), (connect_prop_to_object),
5873         (anjuta_preferences_register_property_raw),
5874         (anjuta_preferences_register_property_custom),
5875         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5876         (anjuta_preferences_remove_page),
5877         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5878         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5879         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5880         (anjuta_preferences_class_init), (anjuta_preferences_new):
5881         * libanjuta/anjuta-preferences.h:
5882         * plugins/build-basic-autotools/Makefile.am:
5883         * plugins/build-basic-autotools/build-basic-autotools.c:
5884         (ipreferences_unmerge):
5885         * plugins/cvs-plugin/Makefile.am:
5886         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5887         * plugins/document-manager/Makefile.am:
5888         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5889         * plugins/editor/plugin.c: (ipreferences_unmerge):
5890         * plugins/file-manager/Makefile.am:
5891         * plugins/file-manager/plugin.c: (activate_plugin),
5892         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5893         * plugins/gtodo/plugin.c: (ipreferences_merge),
5894         (ipreferences_unmerge):
5895         * plugins/language-support-cpp-java/Makefile.am:
5896         * plugins/language-support-cpp-java/plugin.c:
5897         (ipreferences_unmerge):
5898         * plugins/message-view/Makefile.am:
5899         * plugins/message-view/plugin.c: (ipreferences_unmerge):
5900         * plugins/sourceview/Makefile.am:
5901         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5902         * plugins/symbol-browser/Makefile.am:
5903         * plugins/symbol-browser/an_symbol_prefs.c:
5904         (symbol_browser_prefs_finalize):
5905         * plugins/terminal/Makefile.am:
5906         * plugins/terminal/terminal.c: (ipreferences_unmerge):
5907         * plugins/valgrind/plugin.c: (ipreferences_merge),
5908         (ipreferences_unmerge):
5909         * scripts/Makefile.am:
5910         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5911         * src/Makefile.am:
5912         * src/action-callbacks.c: (on_set_preferences1_activate):
5913         * src/anjuta-app.c: (anjuta_app_instance_init),
5914         (anjuta_app_install_preferences):
5915         * src/anjuta-app.h:
5916         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
5917         task: Bug #445314: On demand preferences widgets creation. Thanks
5918         James for this great work.
5920 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5922         * plugins/debug-manager/data_buffer.c,
5923         plugins/message-view/message-view.c: Fixed compiler warnings.
5925 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
5927         * src/action-callbacks.c: (help_activate),
5928         (on_help_manual_activate), (on_help_tutorial_activate),
5929         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
5931         Fixed help activation (bug #451557).
5933 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
5935         * AUTHORS: Added James Liggett. Forgot to add him before :(
5937 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
5939         * plugins/debug-manager/debugger.c,
5940         plugins/debug-manager/plugin.c,
5941         plugins/gdb/debugger.c,
5942         libanjuta/interfaces/libanjuta.idl:
5943         Add a GError* parameter to debugger-stopped signal
5945         * (added) libanjuta/anjuta-error.c,
5946         (added) libanjuta/anjuta-error.h,
5947         libanjuta/Makefile.am:
5948         Register GError as a boxed type
5950         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5951         Support GError* in signal, GError must be registered as a boxed type
5952         Accept NULL as strings
5954 === anjuta 2.2.0 ===
5956 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
5958         * configure.in: Bumped version to 2.2.0
5959         * NEWS: Updated for 2.2.0 stable release.
5960         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
5961         Reduce the idle priority to make the UI update before anything else.
5963 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
5965         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
5967         * libanjuta/interfaces/libanjuta.idl:
5968         * plugins/document-manager/action-callbacks.c:
5969         (on_editor_command_complete_word_activate):
5970         * plugins/document-manager/plugin.c:
5971         (update_editor_ui_interface_items):
5972         * plugins/editor/text_editor.c: (iautocomplete_activate),
5973         (iautocomplete_iface_init):
5974         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5976         Moved autocomplete() method away from IAnjutaEditorAssist into
5977         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
5978         autocomplete and does not crash with sourceview. Fixes Bug #449620
5979         – The auto completion functionality not work. Also sets menuitem 
5980         insensitive when hiding them.
5982         * plugins/debug-manager/disassemble.c:
5983         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
5984         printf types.
5986 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
5988         * pixmaps/anjuta_splash.png: Updated.
5989         
5990         * plugins/search/search-replace.c
5991         (anjuta_search_replace_activate): Fixed "Find in Files" to select
5992         the right target (project).
5993         * ChangeLog: Added missing log.
5995 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5997         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
5998         manuals/anjuta-manual/C/fileoperations.xml,
5999         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
6001         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
6003         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
6005 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6007         * TODO.tasks: Added bounty for on-demand preferences.
6009         Patch from Thierry Moisan:
6010         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
6011         (bug #88824).
6013 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6015         Patch from tpgww@onepost.net:
6017         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6018         * libegg/test-actions.c:
6019         * libegg/test-multi-drag.c: (main):
6020         * plugins/debug-manager/memory.c: (read_memory_block):
6021         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6023         Fixes compile warnings. Fixes bug #427101.
6025 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6027         Patch from James Liggett:
6029         * plugins/profiler/gprof-options.c: (on_option_changed),
6030         (setup_widgets):
6031         * plugins/profiler/gprof-options.h:
6032         * plugins/profiler/gprof-profile-data.c:
6033         (gprof_profile_data_init_profile):
6034         * plugins/profiler/gprof-profile-data.h:
6035         * plugins/profiler/plugin.c: (profiler_get_data),
6036         (profiler_set_target), (register_options),
6037         (on_profile_data_browse_button_clicked),
6038         (on_profiling_options_button_clicked), (on_profiler_delete_data):
6039         * plugins/profiler/profiler.glade: implements independent targets.
6040         implements the ability to select arbitrary gmon.out files.
6041         Fixes bug #403502 – User should also be allowed to select an
6042         independent executable target.
6044 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6046         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6048         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6049         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6051 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6053         * plugins/debug-manager/plugin.c,
6054         plugins/debug-manager/breakpoints.c:
6055         Remove weak pointers when owner is destroyed
6056         Remove all breakpoints before loading new one
6058 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
6060         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6061          
6062 2007-06-19  Naba Kumar  <naba@gnome.org>
6064         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6065         Bug #448491 Empty Lines Problem.
6067         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6068         
6069         * data/default.profile, plugins/message-view/plugin.c: Do not
6070         restore session for messages.
6071         Fixes bug #377461 – don't create new message window for each
6072         build/find.
6074         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6075         Fixes a crash on exit/project-close if profiler plugin is loaded.
6077 2007-06-17  Naba Kumar  <naba@gnome.org>
6079         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6080         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6082         * plugins/file-loader/plugin.c: Fail on opening non existent files.
6083         Bug #448034 – Anjuta crashes on starting (when the last project
6084         directory was deleted).
6086         * plugins/document-manager/plugin.c: Set line markers for files
6087         opened via IAnjutaFile::open(). Fixes missing line markers while
6088         navigating symbols.
6090 2007-06-17  Naba Kumar  <naba@gnome.org>
6092         * plugins/sourceview/sourceview.glade: Set correct font
6093         default value and use monospace instead of sans. Fixes
6094         bug #448408 – crash in Anjuta IDE: Trying to change the
6095         editor
6097 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6099         * plugins/search/search-replace.c,
6100         plugins/search/search-replace.h,
6101         plugins/search/anjuta-search.glade:
6102         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6103         Fixes bug #355166
6105 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6107         * plugins/debug-manager/plugin.c,
6108         plugins/debug-manager/breakpoints.c:
6109         Add weak references, fixes bug #448053 ?
6111 2007-06-16  Naba Kumar  <naba@gnome.org>
6113         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6114         dialog to allow forgetting them if user chooses to select a different
6115         one.
6117 2007-06-13  Naba Kumar  <naba@gnome.org>
6119         * plugins/sourceview/sourceview-prefs.c: Initialize font
6120         on startup correctly if use_theme is set.
6122         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6123         if available for default font. Fixes bug #447304.
6125         * plugins/sourceview/sourceview-prefs.c: Return value based
6126         on right data type. Fixes Bug #438878 – Using gtksourceview editor
6127         for the first time has black background
6128         
6129         * plugins/project-manager/plugin.c: Give a better error message
6130         when project could not be loaded.
6132         * libanjuta/anjuta-serializer.c: Added a comment.
6134 2007-06-13  Johannes Schmid <jhs@gnome.org>
6136         * configure.in:
6137         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6138         most warnings to avoid simple coding problems.
6139         
6140         * plugins/message-view/anjuta-msgman.c:
6141         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6142         * plugins/message-view/plugin.c: (on_view_changed),
6143         (ianjuta_msgman_add_view):
6144         
6145         Fixed #440866 by always presenting the message-manager when a tab is
6146         added because Gtk+ seems to have problems to add tabs to hidden widgets.
6147         
6148         * plugins/subversion/subversion-callbacks.c:
6149         (on_subversion_commit_response):
6150         Destroy dialog if user clicks "No"
6152 2007-06-12  Naba Kumar  <naba@gnome.org>
6154         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6155         read and use of uninitialized variable.
6157         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6158         because it is used in credits listing and packaging could compress
6159         it in docdir. Fixes bug #397881: The credits are empty
6161         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6162         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6163         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6164         plugins/symbol-browser/an_symbol_info.c,
6165         plugins/symbol-browser/plugin.c,
6166         plugins/symbol-browser/an_symbol_view.c,
6167         plugins/editor/aneditor-autocomplete.cxx:
6169         - Do not access TMTag
6170         member in TMSymbol when freeing it because by then the tags
6171         could have changed. Avoids dangerous memory corruptions by freeing
6172         someone else's memory (Could explain those random crashes when
6173         refreshing symbols or re-loading a different project or closing
6174         a project). Anything that tries to refresh symbols could trigger
6175         this corruptions.
6176         - Added a flag to also retrieve method definitions as part of
6177         the class's scope members. And used it to set both function prototype
6178         and definition in symbols. Fixes navigation to prototype and
6179         function definitions from symbol browser (bug #440370)
6181         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6182         memory. Could fix those bogus 'file changed' dialogs.
6184         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6186 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6188         * (added) libanjuta/anjuta-utils-priv.h,
6189         libanjuta/anjuta-utils.h,
6190         libanjuta/anjuta-launcher.c,
6191         libanjuta/Makefile.am:
6192         Fix bug #440801: do not use config.h in public include files
6194 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6196         * plugins/project-wizard/templates/mkfile.wiz:
6197         Fix bug #442038: missing project.sh file
6199         * configure.in,
6200         plugins/project-wizard/templates/Makefile.am,
6201         plugins/project-wizard/templates/translatable-strings.h,
6202         (added) plugins/project-wizard/templates/sdl.wiz,
6203         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6204         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6205         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6206         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6207         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6208         (added) plugins/project-wizard/templates/sdl/src/main.c,
6209         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6210         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6211         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6212         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6213         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6214         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6215         Fix bug #315635: add a SDL project wizard
6217 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6219         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6220         when SIGCHLD is triggered when main loop context is locked. Dead lock
6221         happens when child_exited callback also accesses main loop context.
6222         Happens particularly badly in debug target exiting.
6224 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6226         * manuals/anjuta-manual/C/debugger.xml:
6227         First update of the debugger documentation
6229 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6231         * manuals/anjuta-manual/C/fileoperations.xml,
6232         manuals/anjuta-manual/C/projects.xml,
6233         manuals/anjuta-manual/C/anjuta-manual.xml,
6234         manuals/anjuta-manual/C/build.xml,
6235         manuals/anjuta-manual/C/execute.xml,
6236         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6237         Added project properties documentation. Moved execution section
6238         inside project management. Removed dead documentation.
6240 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6242         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6243         plugins/symbol-browser/plugin.h,
6244         plugins/symbol-browser/an_symbol_prefs.c,
6245         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6246         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6247         progress bar instead of separate window for system tags
6248         generation. Renamed AnjutaStatus methods to a proper ones.
6250         * plugins/symbol-browser/plugin.c,
6251         plugins/symbol-browser/plugin.h,
6252         plugins/symbol-browser/an_symbol_prefs.c,
6253         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6254         global-tags/create_global_tags.sh.in: Get rid of message window
6255         for showing global tags creation and use a small window with
6256         progress bar.
6258 2007-05-30  Naba Kumar  <naba@gnome.org>
6260         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6261         Bug 442315 – After calling configure, the build menus are still insensitive,
6262         Bug 442314 – Autogeneration fails when there is no autogen.sh
6264         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6265         fails to remove target/source/group. Fixes bug #440196 – crash in
6266         Anjuta IDE: removing a target
6268 2007-05-29  Naba Kumar  <naba@gnome.org>
6270         * plugins/symbol-browser/an_symbol_view.c,
6271         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6272         tags generation. Fixed runtime warning.
6274 2007-05-28  Naba Kumar  <naba@gnome.org>
6276         Patch from James Liggett  <jrliggett@cox.net>:
6277         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6278         Fixed bug #403502 – User should also be allowed to select an
6279         independent executable target.
6281 2007-05-27  Johannes Schmid <jhs@gnome.org>
6283         * plugins/build-basic-autotools/build-basic-autotools.c:
6284         (get_real_directory), (on_build_mesg_format):
6285         
6286         Find correct files for error messages inside scratchbox
6288 2007-05-27  Naba Kumar  <naba@gnome.org>
6290         * manuals/anjuta-manual/C/projects.xml,
6291         manuals/anjuta-manual/C/projects.xml: Updated project
6292         management chapter more.
6294 2007-05-25  Johannes Schmid <jhs@gnome.org>
6296         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6297         * plugins/build-basic-autotools/build-basic-autotools.c:
6298         (on_sb_check_toggled), (build_execute_command),
6299         (ipreferences_merge), (ipreferences_unmerge):
6300         Added support for building inside scratchbox environment
6301         
6302         Patch from James Liggett <jrliggett@cox.net>:
6303         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6304         (anjuta_msgman_append_view):
6306         Fix 440866 
6307           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6309 2007-05-23  Naba Kumar  <naba@gnome.org>
6311         * manuals/anjuta-manual/C/projects.xml: Updated project
6312         management chapter.
6314 2007-05-22  Naba Kumar  <naba@gnome.org>
6316         * manuals/anjuta-manual/C/projects.xml: More updates.
6318         * manuals/anjuta-manual/C/introduction.xml,
6319         manuals/anjuta-manual/C/projects.xml,
6320         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6322 2007-05-22  Naba Kumar  <naba@gnome.org>
6324         Patch from Étienne Bersac:
6325         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6326         class in generated class.
6328 2007-05-22  Naba Kumar  <naba@gnome.org>
6330         * plugins/profiler/plugin.c: Fixed a compiler warning.
6331         * plugins/valgrind/Makefile.am: Added ldflags.
6333         Patch from James Liggett:
6334         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6335         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6336         specific options.
6338 2007-05-18  Johannes Schmid <jhs@gnome.org>
6340         * plugins/editor/text_editor.c:
6341         * plugins/language-support-cpp-java/plugin.c:
6342         (on_editor_language_changed), (on_value_added_current_editor),
6343         (on_value_removed_current_editor):
6344         
6345         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6346         Fix assist support in language-support-plugin.
6348 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6350         * libanjuta/interfaces/libanjuta.idl:
6351         Add a new interface allowing to implement plugin able
6352         to load other plugins (not written in C)
6354         * libanjuta/anjuta-plugin-handle.c,
6355         libanjuta/anjuta-plugin-handle.h:
6356         Add a language and a resident plugin properties
6358         * libanjuta/anjuta-glue-plugin.c,
6359         libanjuta/anjuta-glue-plugin.h,
6360         (added)libanjuta/anjuta-glue-c.c,
6361         (added)libanjuta/anjuta-glue-c.h,
6362         libanjuta/Makefile.am:
6363         Split code used to load a C plugin into a common part
6364         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6366         * libanjuta/anjuta-glue-factory.c,
6367         libanjuta/anjuta-glue-factory.h,
6368         libanjuta/anjuta-plugin-manager.c:
6369         Allow to load plugin not written in C and search for the
6370         additional needed code in another plugin
6372 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6374         * plugins/editor/text_editor.c:
6375         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6376         avoiding a crash if scintilla is used
6378 2007-05-14  Johannes Schmid <jhs@gnome.org>
6380         * libanjuta/interfaces/libanjuta.idl:
6381         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6382         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6383         (on_assist_chosen), (on_assist_update), (get_context),
6384         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6385         (install_assist), (uninstall_assist), (install_support),
6386         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6387         (cpp_java_plugin_instance_init):
6388         * plugins/language-support-cpp-java/plugin.h:
6389         Use IAnjutaEditorAssist to show language specific suggestions
6390         
6391         * plugins/sourceview/Makefile.am:
6392         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6393         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6394         * plugins/sourceview/anjuta-view.h:
6395         * plugins/sourceview/assist-window.c: (assist_window_expose),
6396         (assist_window_set_property), (assist_window_get_property),
6397         (assist_window_class_init), (assist_activated),
6398         (assist_window_init), (assist_window_finalize),
6399         (assist_window_select), (assist_window_first),
6400         (assist_window_last), (assist_window_up), (assist_window_down),
6401         (get_coordinates), (assist_window_move), (assist_window_update),
6402         (assist_window_filter_keypress), (assist_window_is_active),
6403         (assist_window_new), (assist_window_get_trigger),
6404         (assist_window_get_position):
6405         * plugins/sourceview/assist-window.h:
6406         * plugins/sourceview/sourceview-args.c (removed):
6407         * plugins/sourceview/sourceview-args.h (removed):
6408         * plugins/sourceview/sourceview-autocomplete.c (removed):
6409         * plugins/sourceview/sourceview-autocomplete.h (removed):
6410         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6411         * plugins/sourceview/sourceview-private.h:
6412         * plugins/sourceview/sourceview-scope.c(removed):
6413         * plugins/sourceview/sourceview-scope.h(removed):
6414         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6415         (on_assist_cancel), (on_document_char_added),
6416         (on_reload_dialog_response), (sourceview_class_init),
6417         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6418         (iassist_remove_trigger), (iassist_autocomplete),
6419         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6420         (iassist_react), (iassist_iface_init):
6421         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6422         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6423         
6424         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6425         - Mark files dirty if reload dialog is canceled.
6427 2007-05-12  Naba Kumar  <naba@gnome.org>
6429         * libanjuta/anjuta-launcher.h: Corrected include file.
6431 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6433         * libanjuta/anjuta-glue-plugin.c,
6434         libanjuta/anjuta-glue-plugin.h,
6435         libanjuta/anjuta-glue-factory.c,
6436         libanjuta/anjuta-glue-factory.h,
6437         ibanjuta/anjuta-plugin-manager.c:
6438         Move code used to load a C plugin from glue-factory to glue-plugin
6439         So loading a plugin written in another language could be done by
6440         just using another object derived from AnjutaGluePlugin
6442         * libanjuta/libanjuta.h:
6443         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6444         includes
6446 === anjuta 2.1.3 ===
6448 2007-05-11  Naba Kumar  <naba@gnome.org>
6450         * configure.in: Bumped version to 2.1.3
6451         * NEWS: Updated.
6452         * AUTHORS: Updated.
6453         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6455 2007-05-11  Naba Kumar  <naba@gnome.org>
6457         * configure.in:
6458         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6459         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6460         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6462 2007-05-10  Johannes Schmid <jhs@gnome.org>
6464         * plugins/search/plugin.c:
6465         Make incremental search behave less annoying
6466         
6467 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6469         * plugins/macro/macro-util.c:
6470         Fix bug #419008 and bug #419036
6471         When creating new header file, use name and email set in
6472         preferences and replace invalid C character by underscore
6473         in guards
6475 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6477         * plugins/search/search-replace.c,
6478         plugins/search/search-replace_backend.c:
6479         Disable search button if search expression is empty (bug #378193)
6481 2007-05-08  Naba Kumar  <naba@gnome.org>
6483         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6484         build error.
6486 2007-05-07  Naba Kumar  <naba@gnome.org>
6488         * configure.in:
6489         * plugins/project-wizard/templates/Makefile.am:
6490         * plugins/project-wizard/templates/minimal.wiz:
6491         * plugins/project-wizard/templates/minimal/.cvsignore:
6492         * plugins/project-wizard/templates/minimal/Makefile.am:
6493         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6494         * plugins/project-wizard/templates/minimal/autogen.sh:
6495         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6496         * plugins/project-wizard/templates/minimal/project.anjuta:
6497         Added 'minimal', a generic and flat, project template.
6498         
6499 2007-05-05  Naba Kumar  <naba@gnome.org>
6501         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6503         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6504         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6505         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6506         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6507         instead of a real one, fixes interdependency with libanjuta.
6508         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6509         * libanjuta/Makefile.am: 
6510         * libegg/Makefile.am:
6511         * plugins/build-basic-autotools/Makefile.am:
6512         * plugins/class-gen/Makefile.am:
6513         * plugins/class-inheritance/Makefile.am:
6514         * plugins/cvs-plugin/Makefile.am:
6515         * plugins/debug-manager/Makefile.am:
6516         * plugins/devhelp/Makefile.am:
6517         * plugins/document-manager/Makefile.am:
6518         * plugins/editor/Makefile.am:
6519         * plugins/file-loader/Makefile.am:
6520         * plugins/file-manager/Makefile.am:
6521         * plugins/file-wizard/Makefile.am:
6522         * plugins/gdb/Makefile.am:
6523         * plugins/glade/Makefile.am:
6524         * plugins/gtodo/Makefile.am:
6525         * plugins/language-support-cpp-java/Makefile.am:
6526         * plugins/macro/Makefile.am:
6527         * plugins/message-view/Makefile.am:
6528         * plugins/patch/Makefile.am:
6529         * plugins/profiler/Makefile.am:
6530         * plugins/project-import/Makefile.am:
6531         * plugins/project-manager/Makefile.am:
6532         * plugins/project-wizard/Makefile.am:
6533         * plugins/sample1/Makefile.am:
6534         * plugins/search/Makefile.am:
6535         * plugins/sourceview/Makefile.am:
6536         * plugins/subversion/Makefile.am:
6537         * plugins/symbol-browser/Makefile.am:
6538         * plugins/terminal/Makefile.am:
6539         * plugins/tools/Makefile.am:
6540         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6542 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
6544         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6546 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6548         * libanjuta/anjuta-launcher.c,
6549         libanjuta/anjuta-launcher.h:
6550         Add some missing implementation
6552 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
6554         Reviewed by Naba Kumar  <naba@gnome.org>:
6555         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6556         for uninstall-hook.
6558 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
6560         Reviewed by Naba Kumar  <naba@gnome.org>:
6561         * plugins/editor/text_editor.c: Large memory addresses were being
6562         truncated, switched to glong (bug #422143).
6564 2007-04-24  Naba Kumar  <naba@gnome.org>
6566         * plugins/document-manager/plugin.c: (prefs_finalize):
6567         * plugins/editor/aneditor-autocomplete.cxx:
6568         * plugins/editor/text_editor_menu.c:
6569         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6570         * plugins/file-loader/plugin.c: (open_file_with),
6571         (create_open_with_submenu):
6572         * plugins/file-manager/plugin.c: (prefs_finalize):
6573         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6574         pointer type castings.
6576 2007-04-24  Naba Kumar  <naba@gnome.org>
6578         Patch from s|s  <supreet.sethi@gmail.com>:
6579         * (added) plugins/project-wizard/templates/django-logo.png:
6580         * (added) plugins/project-wizard/templates/django.wiz:
6581         * plugins/project-wizard/templates/Makefile.am:
6582         * plugins/project-wizard/templates/translatable-strings.h: Added
6583         django project template. http://www.djangoproject.com/
6585 2007-04-24  Naba Kumar  <naba@gnome.org>
6587         * plugins/subversion/anjuta-subversion.glade: Set expansion for
6588         the log entry widget and made the dialog little larger.
6590 2007-04-24  Naba Kumar  <naba@gnome.org>
6592         Patch from Halton Huo:
6593         * configure.in:
6594         * plugins/project-wizard/property.c:
6595         * plugins/subversion/svn-auth.c:
6596         * plugins/subversion/svn-backend-priv.h:
6597         * plugins/subversion/svn-backend.c:
6598         * plugins/subversion/svn-backend.h:
6599         * plugins/subversion/svn-notify.h: Proper use of subversion
6600         headers. Fixes build issues in solaris (bug #426701).
6602 2007-04-24  Naba Kumar  <naba@gnome.org>
6604         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6605         
6606         * plugins/project-wizard/templates/cpp.wiz:
6607         * plugins/project-wizard/templates/gcj.wiz:
6608         * plugins/project-wizard/templates/gnome.wiz:
6609         * plugins/project-wizard/templates/gtk.wiz:
6610         * plugins/project-wizard/templates/gtkmm.wiz:
6611         * plugins/project-wizard/templates/java.wiz:
6612         * plugins/project-wizard/templates/python.wiz:
6613         * plugins/project-wizard/templates/terminal.wiz:
6614         * plugins/project-wizard/templates/wxwin.wiz:
6615         * plugins/project-wizard/templates/xlib-dock.wiz:
6616         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6617         project option and set it ON by default (since gnome-build, can't
6618         enabled configure shared lib support later when a sharedlib target
6619         is added).
6621 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6623         * plugins/debug-manager/stack_trace.c:
6624         Fix a missing case in the previous changes
6626 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6628         * plugins/debug-manager/plugin.c:
6629         Fix bug #430401
6631         * plugins/debug-manager/breakpoints.c,
6632         plugins/gdb/plugin.c:
6633         Fix adding breakpoint on a function
6635         * plugins/debug-manager/stack_trace.c:
6636         Highlight changed stack frame
6638 2007-04-18  Naba Kumar  <naba@gnome.org>
6640         * plugins/document-manager/anjuta-docman.c:
6641         (anjuta_docman_dispose), (on_editor_destroy),
6642         (anjuta_docman_remove_editor): Remove the editor widget from
6643         the parent container before calling destroy, otherwise container
6644         removal happens after TextEditor is disposed resulting in call
6645         to value-remove for a TextEditor which is half-dead (crash).
6647 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6649         * plugins/debug-manager/data_buffer.c
6650         plugins/debug-manager/data_view.c,
6651         plugins/debug-manager/memory.c:
6652         Fixes for bug #418523, bug #427090 and bug #428174
6654 2007-04-11 Halton Huo <halton.huo@sun.com>
6656         reviewed by: <jhs@gnome.org>
6658         * configure.in:
6659         * libanjuta/Makefile.am:
6660         * libanjuta/anjuta-utils.c:
6661         * libanjuta/anjuta-utils.h:
6662         * manuals/reference/libanjuta/Makefile.am:
6663         
6664         Fixed compilation on sun by deploying the libutil methods
6665         in anjuta-utils.h and building them on condition.
6667 2007-04-11  Johannes Schmid <jhs@gnome.org>
6669         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6670         (anjuta_docman_add_editor):
6671         Hold a reference on the editor as long as we use it.
6672         
6673         * plugins/document-manager/plugin.c: (on_editor_changed):
6674         Destroy GValue to fix a memoery leak.
6676 2007-04-11  Johannes Schmid <jhs@gnome.org>
6678         * plugins/document-manager/plugin.c: (on_editor_changed):
6679         Fixed reference counting for editor by using g_value_take_object instead
6680         of g_value_set_object. The editors are now correctly finalized and thus
6681         we do not lack so much memory anymore.
6682         
6683         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6684         (anjuta_view_finalize), (anjuta_view_focus_out),
6685         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6686         * plugins/sourceview/anjuta-view.h:
6687         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6688         * plugins/sourceview/sourceview-prefs.c:
6689         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6690         * plugins/sourceview/sourceview-prefs.h:
6691         * plugins/sourceview/sourceview-private.h:
6692         * plugins/sourceview/sourceview.c: (on_document_loaded),
6693         (timeout_unref), (on_document_saved), (sourceview_finalize),
6694         (sourceview_new), (ifile_open), (ifile_savable_save),
6695         (ifile_savable_save_as):
6697         Several changes to fix things when the editor is correctly destroyed.
6698         Fixed preferences (which led me to the refcounting issue, #409412)
6699         and removed deprecated completition code that will be replace by
6700         IAnjutaAssist interface soon. 
6702 2007-04-11  Johannes Schmid <jhs@gnome.org>
6704         * libanjuta/anjuta-launcher.c:
6705         (anjuta_launcher_execution_done_cleanup),
6706         (anjuta_launcher_child_terminated):
6707         Possible fix for #428363 and added a g_return_if_fail
6709         * plugins/message-view/plugin.c: (activate_plugin):
6710         Fixed a Gtk/Gdl-Critical
6711         
6712         Patches from Étienne Bersac <bersace03@laposte.net>
6713         * plugins/class-gen/templates/go-source.tpl:
6714         * plugins/macro/macros.xml:
6715         Use better template for GObjects (#417875 and #417918)
6716         
6717         Patches from Halton Huo <halton.huo@sun.com>
6718         * libanjuta/anjuta-launcher.h:
6719         * libanjuta/anjuta-preferences.c:
6720         * libanjuta/anjuta-utils.c:
6721         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6722         (cg_window_set_add_to_repository):
6723         * plugins/class-inheritance/class-inherit.c:
6724         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6726 2007-04-09  Johannes Schmid <jhs@gnome.org>
6728         * plugins/editor/print.c: (anjuta_print_show_header):
6729         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6730         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6732   Some string changes (#427395 and #427399)
6734 2007-04-06  Johannes Schmid <jhs@gnome.org>
6736         * plugins/build-basic-autotools/build-basic-autotools.c:
6737         (on_build_mesg_format), (on_build_mesg_parse):
6738         Fixed full path detection
6740 2007-04-05  Naba Kumar  <naba@gnome.org>
6742         Patch from Halton Huo:
6743         * libanjuta/Makefile.am:
6744         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6745         * libanjuta/anjuta-glue-cpp.h:
6746         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6747         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6748         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6749         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6750         (load_plugin), (anjuta_glue_factory_get_object_type):
6751         * libanjuta/anjuta-glue-factory.h:
6752         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6753         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6754         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6755         (anjuta_glue_plugin_new):
6756         * libanjuta/anjuta-glue-plugin.h:
6757         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6758         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6759         * libanjuta/anjuta-plugin.h:
6760         * libanjuta/glue-cpp.c:
6761         * libanjuta/glue-cpp.h:
6762         * libanjuta/glue-factory.c:
6763         * libanjuta/glue-factory.h:
6764         * libanjuta/glue-plugin.c:
6765         * libanjuta/glue-plugin.h:
6766         * plugins/build-basic-autotools/build-basic-autotools.h:
6767         * plugins/class-gen/plugin.h:
6768         * plugins/class-inheritance/plugin.h:
6769         * plugins/cvs-plugin/plugin.h:
6770         * plugins/debug-manager/plugin.h:
6771         * plugins/devhelp/plugin.h:
6772         * plugins/document-manager/plugin.h:
6773         * plugins/editor/plugin.h:
6774         * plugins/file-loader/plugin.h:
6775         * plugins/file-manager/plugin.h:
6776         * plugins/file-wizard/plugin.h:
6777         * plugins/gdb/plugin.h:
6778         * plugins/glade/plugin.h:
6779         * plugins/gtodo/plugin.h:
6780         * plugins/language-support-cpp-java/plugin.h:
6781         * plugins/macro/plugin.h:
6782         * plugins/message-view/plugin.h:
6783         * plugins/patch/plugin.h:
6784         * plugins/profiler/plugin.h:
6785         * plugins/project-import/plugin.h:
6786         * plugins/project-manager/plugin.h:
6787         * plugins/project-wizard/plugin.h:
6788         * plugins/sample1/plugin.h:
6789         * plugins/search/plugin.h:
6790         * plugins/sourceview/plugin.h:
6791         * plugins/subversion/plugin.h:
6792         * plugins/symbol-browser/plugin.h:
6793         * plugins/terminal/terminal.c:
6794         * plugins/tools/plugin.h:
6795         * plugins/tools/scripts/tools-2.xml.in:
6796         * plugins/valgrind/plugin.h:
6798         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6800 2007-04-05  Naba Kumar  <naba@gnome.org>
6802         * anjuta.spec.in, configure.in: Removed dead codes.
6803         
6804         Patch from Jos Dehaes:
6805         * configure.in, plugins/project-wizard/templates/Makefile.am,
6806         plugins/project-wizard/templates/mkfile.wiz,
6807         plugins/project-wizard/templates/translatable-strings.h: Enabled
6808         makefile-based project creation and import. Fixes bug #355145
6810 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6812         * plugins/debug-manager/debugger.c,
6813         plugins/debug-manager/plugin.c,
6814         plugins/gdb/anjuta-gdb.plugin.in:
6815         Code cleaning (remove unused code, rename this into self)
6816         Add information about supported format in debugger plugin
6817         Activate debugger plugin according to the target format
6819 2007-04-01  Naba Kumar  <naba@gnome.org>
6821         * plugins/message-view/message-view.c:
6822         (message_view_instance_init): Fixed message icons to appear.
6824 2007-03-31  Johannes Schmid <jhs@gnome.org>
6826         * plugins/message-view/anjuta-msgman.c:
6827         (anjuta_msgman_append_view):
6828         * plugins/message-view/plugin.c: (on_view_changed),
6829         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6830         
6831         Fixed #424845
6833 2007-03-31  Johannes Schmid <jhs@gnome.org>
6835         * plugins/message-view/message-view.c:
6836         (message_view_instance_init), (imessage_view_append):
6837         Show nice icons beside the messages for info, warning and error. This is a completly
6838         cosmetic change so if someone dislikes it he is free to remove it.
6840 2007-03-31  Johannes Schmid <jhs@gnome.org>
6841         
6842         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6843         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6844         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6845         * plugins/message-view/anjuta-msgman.h:
6846         * plugins/message-view/message-view.h:
6847         * plugins/message-view/plugin.c: (on_view_changed),
6848         (activate_plugin):
6849         Fixed #359399 and made next/previous insensitive when not availible
6850         
6851         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6852         (tag_style_to_string):
6853         Fixed namespace Problem with gdk >= 2.11
6854         
6855         * plugins/sourceview/sourceview-autocomplete.c:
6856         (sourceview_autocomplete_init):
6857         Removed structure, follow-up of #423682
6859 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6861         * plugins/debug-manager/debug_tree.c,
6862         plugins/debug-manager/debug_tree.h,
6863         plugins/debug-manager/watch.c,
6864         plugins/debug-manager/anjuta-debug-manager.glade:
6865         Inspect variable at cursor
6866         Fix buttons in inspect dialog
6868 2007-03-27  Halton Huo  <halton.huo@sun.com>
6870         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
6872         * plugins/sourceview/sourceview-autocomplete.c
6873         plugins/debug-manager/disassemble.c,
6874         libanjuta/interfaces/libanjuta.idl:
6875         Remove array with 0 size and empty structure as it is not
6876         supported by sun cc, Fixes bug #423682
6878         * plugins/debug-manager/debugger.c:
6879         Remove anonymous union as it is not supported by sun cc,
6880         Fixes bug #423680
6882 === anjuta 2.1.2 ===
6884 2007-03-28  Naba Kumar  <naba@gnome.org>
6886         * configure.in: Bumped version to 2.1.2
6887         * NEWS: Updated for release.
6888         
6889         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6890         Improved breakpoint marker icon.
6891         
6892         * plugins/editor/anjuta-editor.plugin.in,
6893         plugins/sourceview/sourceview.plugin.in: Made editor plugins
6894         non user activable since they are now remembered properly.
6896 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6898         * plugins/tools/editor.c:
6899         Fix bug #423270
6901 2007-03-27  Naba Kumar  <naba@gnome.org>
6903         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6904         word when autocompleting without leaving any trailing part of
6905         the word.
6907 2007-03-27  Kamil Páral  <ripper42@gmail.com>
6909         Reviewed by Naba Kumar  <naba@gnome.org>:
6910         * anjuta.desktop.in.in: Remove "Application" category from desktop
6911         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6912         
6913 2007-03-27  Naba Kumar  <naba@gnome.org>
6914         
6915         * configure.in, plugins/document-manager/anjuta-docman.c:
6916         (anjuta_docman_add_editor): Conditionally compile notebook tab
6917         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
6919         Patch from Halton Huo:
6920         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
6921         non gcc compiler flags. Fixes bug #423089.
6922         
6923 2007-03-26  Naba Kumar  <naba@gnome.org>
6924         
6925         * AUTHORS, NEWS, TODO.tasks: Updated.
6926         
6927         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
6928         close menuitem.
6929         
6930         * plugins/symbol-browser/plugin.c: (on_editor_saved),
6931         (update_editor_symbol_model), (iter_matches),
6932         (on_editor_update_ui), (value_added_current_editor),
6933         (activate_plugin), (dispose),
6934         (symbol_browser_plugin_instance_init):
6935         * plugins/symbol-browser/plugin.h: update line on editor save
6936         and editor change. Code clean up and fixed warnings.
6938 2007-03-26  Naba Kumar  <naba@gnome.org>
6940         * plugins/project-wizard/templates/java/project.anjuta,
6941         plugins/project-wizard/templates/python/project.anjuta,
6942         plugins/project-wizard/templates/python/project.anjuta:
6943         Removed version control plugins from default selection.
6945         * plugins/tools/scripts/prepare-changelog.pl,
6946         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
6947         script to a better one (that works on both cvs and svn).
6949 2007-03-26  Naba Kumar  <naba@gnome.org>
6951         * (added) plugins/project-wizard/templates/translatable-strings.pl,
6952         Makefile.am: Added the generated translatable file (required for
6953         translations for svn checkouts).
6955         * (added)
6956         plugins/project-wizard/templates/extract-translatable-strings.pl
6957         plugins/project-wizard/templates/Makefile.am, Makefile.am,
6958         po/POTFILES.in: Generated translatable strings for .wiz files and
6959         added them in POTFILES.in for translation. Fixes bug #398035
6961 2007-03-25  Naba Kumar  <naba@gnome.org>
6963         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
6964         
6965         * src/anjuta-app.c: Removed dead codes.
6966         
6967         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
6968         global tags generation starts.
6969         
6970         * plugins/debug-manager/chunk_view.c,
6971         plugins/debug-manager/start.h,
6972         plugins/debug-manager/chunk_view.h,
6973         plugins/debug-manager/utilities.c,
6974         plugins/debug-manager/utilities.h,
6975         plugins/debug-manager/debugger.c,
6976         plugins/debug-manager/threads.c,
6977         plugins/debug-manager/disassemble.c,
6978         plugins/debug-manager/info.c,
6979         plugins/debug-manager/sharedlib.c,
6980         plugins/debug-manager/threads.h,
6981         plugins/debug-manager/disassemble.h,
6982         plugins/debug-manager/signals.c,
6983         plugins/debug-manager/info.h,
6984         plugins/debug-manager/sharedlib.h,
6985         plugins/debug-manager/data_buffer.c,
6986         plugins/debug-manager/data_view.c,
6987         plugins/debug-manager/signals.h,
6988         plugins/debug-manager/debug_tree.c,
6989         plugins/debug-manager/watch.c,
6990         plugins/debug-manager/registers.c,
6991         plugins/debug-manager/data_buffer.h,
6992         plugins/debug-manager/data_view.h,
6993         plugins/debug-manager/memory.c,
6994         plugins/debug-manager/debug_tree.h,
6995         plugins/debug-manager/watch.h,
6996         plugins/debug-manager/registers.h,
6997         plugins/debug-manager/memory.h,
6998         plugins/debug-manager/locals.c,
6999         plugins/debug-manager/sexy-icon-entry.c,
7000         plugins/debug-manager/breakpoints.c,
7001         plugins/debug-manager/locals.h,
7002         plugins/debug-manager/sexy-icon-entry.h,
7003         plugins/debug-manager/stack_trace.c,
7004         plugins/debug-manager/breakpoints.h,
7005         plugins/debug-manager/sparse_buffer.c,
7006         plugins/debug-manager/sparse_view.c,
7007         plugins/debug-manager/stack_trace.h,
7008         plugins/debug-manager/sparse_buffer.h,
7009         plugins/debug-manager/sparse_view.h,
7010         plugins/debug-manager/start.c,
7011         plugins/gdb/utilities.c,
7012         plugins/gdb/utilities.h,
7013         plugins/gdb/debugger.c,
7014         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7015         setup.
7017 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7019         * plugins/gdb/debugger.c:
7020         Avoid empty debugger log window by limiting line to 90 characters
7022 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7024         * plugins/debug-manager/plugin.c,
7025         plugins/debug-manager/plugin.h,
7026         plugins/debug-manager/threads.c,
7027         plugins/debug-manager/threads.h,
7028         plugins/debug-manager/breakpoints.c,
7029         plugins/debug-manager/breakpoints.h,
7030         plugins/debug-manager/stack_trace.c,
7031         plugins/debug-manager/stack_trace.h:
7032         View code action now changes location in disassembly view too
7034         * plugins/debug-manager/anjuta-debug-manager.ui:
7035         Rename breakpoint actions
7037 2007-03-24  Naba Kumar  <naba@gnome.org>
7039         * configure.in, src/anjuta-app.c: Use the new docking algorithm
7040         in gdl 0.7.3 (svn trunk).
7041         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7042         
7043 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7045         * plugins/debug-manager/threads.c,
7046         plugins/debug-manager/debug_tree.c,
7047         plugins/debug-manager/debug_tree.h,
7048         plugins/debug-manager/locals.c,
7049         plugins/debug-manager/registers.c,
7050         plugins/debug-manager/stack_trace.c:
7051         Allow to change current thread updating register, stack and locals
7052         Allow to change current stack frame updating locals
7054         * plugins/gdb/debugger.c:
7055         Read argument of selected stack frame
7057         * plugins/debug-manager/data_view.c:
7058         Fix an unrelated bug
7060 2007-03-23  Naba Kumar  <naba@gnome.org>
7062         * plugins/document-manager/anjuta-docman.c,
7063         plugins/document-manager/plugin.c: Fixed many memory leaks.
7064         (ianjuta_file_get_uri() returns a new string).
7066         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7067         widget for save dialogs.
7068         
7069         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7070         svn and fixed to get function/prototype/member args list. Call tips
7071         also work fine now.
7073 2007-03-22  Naba Kumar  <naba@gnome.org>
7075         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7076         and calltips would work again for functions from global tags (Needs
7077         regenerating global tags).
7079         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7080         ctags svn version and reopened bug #395362. Fixes tags parsing that
7081         seemed to have stopped working recently.
7083 2007-03-21  Naba Kumar  <naba@gnome.org>
7085         * tagmanager/tm_source_file.c, tagmanager/options.c,
7086         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7087         extend .. more needs to be investigated and fixed). Enabled some
7088         debugging.
7090 2007-03-16  Naba Kumar  <naba@gnome.org>
7092         * src/anjuta.c: Fixed project loading from command line.
7094 2007-03-16  Naba Kumar  <naba@gnome.org>
7096         Patch from James Liggett <jrliggett@cox.net>:
7097         plugins/profiler/gprof-profile-data.c: Fixed a crash.
7098         
7099 2007-03-15  Naba Kumar  <naba@gnome.org>
7101         * libanjuta/anjuta-profile-manager.c,
7102         libanjuta/anjuta-profile-manager.h: Added method to get current
7103         profile.
7105         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7106         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7107         is exiting.
7109         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7110         plugins/file-loader/plugin.c: Moved to functions as utility functions.
7111         Also, not load project files in session load in loader plugin.
7112         
7113         * plugins/project-manager/plugin.c, src/anjuta.c:
7114         Emit "exiting" signal in shell when exiting anjuta. project manager
7115         listens to exiting signal and saves session. anjuta.c saves session
7116         only when current projfile is 'user'. Load project saved in session
7117         differently then the rest of the session. This should fix all the
7118         session restoration bugs.
7119         
7120         src/main.c: Present anjuta window when becon message is received.
7122 2007-03-14  Naba Kumar  <naba@gnome.org>
7124         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7125         not randomly save (it was a wrong looping).
7126         
7127 2007-03-12  Naba Kumar  <naba@gnome.org>
7129         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7131 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7133         * plugins/debug-manager/anjuta-debug-manager.ui,
7134         libanjuta/interfaces/libanjuta.idl,
7135         plugins/debug-manager/debugger.c,
7136         (added) plugins/debug-manager/threads.c,
7137         (added) plugins/debug-manager/threads.h,
7138         plugins/debug-manager/plugin.c,
7139         plugins/debug-manager/Makefile.am,
7140         plugins/gdb/plugin.c,
7141         plugins/gdb/debugger.c,
7142         plugins/gdb/debugger.h:
7143         Add a window displaying all threads
7144         Add needed functions
7145         Switching to a different thread is still not done
7147         * plugins/debug-manager/debug_tree.c,
7148         plugins/debug-manager/locals.c,
7149         plugins/debug-manager/stack_trace.c:
7150         Small cosmetic changes
7152         * plugins/gdb/gdbmi.c:
7153         Keep all elements in gdbmi hash
7154         Even if using the same key like in -threads-list-ids
7156 2007-03-11  Naba Kumar  <naba@gnome.org>
7158         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7159         
7160         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7161         
7162         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7163         manuals/reference/libanjuta/libanjuta-sections.txt,
7164         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7165         interfaces.
7167 2007-03-11  Naba Kumar  <naba@gnome.org>
7169         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7170         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7172         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7173         manuals/reference/libanjuta/libanjuta.types,
7174         manuals/reference/libanjuta/libanjuta-sections.txt,
7175         manuals/reference/libanjuta/.cvsignore,
7176         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7177         infrastructure. Got rid of tmpl/ directory and moved all section
7178         documenation to source code (requires gtk-doc >= 1.4).
7179         
7180         * libanjuta/anjuta-plugin-description.c,
7181         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7182         libanjuta/cell-renderer-captioned-image.c,
7183         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7184         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7185         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7186         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7187         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7188         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7189         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7190         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7191         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7192         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7193         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7194         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7195         documentation from templates to source code.
7197 2007-03-10  Johannes Schmid <jhs@gnome.org>
7199         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7200         Added some debug output but could not figure out why 
7201         some plugins are not kept.
7202         
7203         * libanjuta/interfaces/libanjuta.idl:
7204         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7205         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7206         Added IAnjutaEditorGoto::matching_brace
7207         
7208         * plugins/document-manager/action-callbacks.c:
7209         (on_editor_command_match_brace_activate):
7210         * plugins/document-manager/plugin.c:
7211         (update_editor_ui_interface_items):
7212         * plugins/editor/text_editor.c: (igoto_matching_brace),
7213         (igoto_iface_init):
7214         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7215         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7217 2007-03-09  Johannes Schmid <jhs@gnome.org>
7219         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7220         Hide correct column
7221         
7222         * plugins/sourceview/sourceview-private.h:
7223         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7224         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7225         (sourceview_new), (ifile_savable_save_as):
7226         Tweaked vfs monitoring
7228 2007-03-09  Johannes Schmid <jhs@gnome.org>
7230         * libanjuta/interfaces/Makefile.am.iface:
7231         Fixed installtion of header files
7232         
7233         * plugins/sourceview/sourceview.c: (set_select):
7234         do not scroll to much in interactive search
7236 2007-03-09  Naba Kumar  <naba@gnome.org>
7238         * src/anjuta.c: Fixed session restoration.
7239         
7240         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7241         signal handlers after symbol browser plugin is deactivated.
7242         
7243         * plugins/editor/editor.glade,
7244         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7245         Fixed indentation confustion in preferences.
7247 2007-03-08  Johannes Schmid <jhs@gnome.org>
7249         * plugins/search/search-replace.c: (search_set_combo),
7250         (search_set_action), (search_set_target), (search_set_direction),
7251         (create_dialog), (search_disconnect_set_toggle_connect),
7252         (on_search_match_whole_word_toggled),
7253         (on_search_match_whole_line_toggled),
7254         (on_search_match_word_start_toggled),
7255         (search_set_toggle_direction):
7256         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7257         it's somehow ugly and uses many deprecated widgets
7258         
7259         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7260         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7261         Fix #394709
7262         
7263 2007-03-07  Naba Kumar  <naba@gnome.org>
7265         * src/anjuta.c: Make launching projects work from command line. Also
7266         fixes gnome session restart command.
7267         
7268 2007-03-07  Johannes Schmid <jhs@gnome.org>
7270         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7271         * plugins/class-gen/plugin.c: (iwizard_activate):
7272         Fixed #408218
7273         
7274         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7275         Fixed #402774
7276         
7277         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7278         Fixed #377483 (It's not possible to know if directories have
7279         a version in CVS. Show version column only if there are version
7280         informations availible
7282         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7283         Fixed memory leak
7285 2007-03-07  Johannes Schmid <jhs@gnome.org>
7287         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7288         Fixed #409408
7289         * plugins/symbol-browser/an_symbol_prefs.c:
7290         (on_update_global_clicked):
7291         Fixed ##409176
7293 2007-03-07  Johannes Schmid <jhs@gnome.org>
7295         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7296         (anjuta_save_prompt_new):
7297         * plugins/project-import/project-import.c:
7298         (project_import_finalize):
7299         Fixed Gtk-Criticals (maybe #409408)
7301 2007-03-07  Naba Kumar  <naba@gnome.org>
7303         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7304         when we are at just beginning of string or comment. Fixes bug #397981.
7306 2007-03-07  Johannes Schmid <jhs@gnome.org>
7308         * plugins/language-support-cpp-java/plugin.c:
7309         (initialize_indentation_params):
7310         Removed annoying DEBUG_PRINT
7311         
7312         * plugins/sourceview/sourceview-cell.c:
7313         (sourceview_cell_instance_init), (icell_get_character),
7314         (icell_get_length), (icell_get_char), (icell_get_attribute):
7315         Improved code to be faster
7316         Implemented attribute handling so that indentation really works in any case
7318 2007-03-06  Johannes Schmid <jhs@gnome.org>
7320         * configure.in:
7321         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7322         
7323         * plugins/document-manager/anjuta-docman.c:
7324         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7325         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7326         instead (required GTK >= 2.10)
7327         
7328         * plugins/sourceview/sourceview-private.h:
7329         * plugins/sourceview/sourceview.c:
7330         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7331         (sourceview_finalize), (sourceview_new), (imark_mark),
7332         (imark_unmark), (imark_is_marker_set),
7333         (imark_location_from_handle), (imark_delete_all_markers):
7334         Fixed marker handling and worked a bit more on vfs monitoring
7336 2007-03-05  Johannes Schmid <jhs@gnome.org>
7338         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7339         Added method to select specific iter
7340         
7341         * plugins/sourceview/sourceview-private.h:
7342         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7343         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7344         (sourceview_add_monitor), (on_document_saved),
7345         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7346         Fixed vfs monitoring (mostly ported code from text_editor.c)
7347         
7348         * plugins/symbol-browser/an_symbol_view.c:
7349         * plugins/symbol-browser/an_symbol_view.h:
7350         * plugins/symbol-browser/plugin.c: (iter_matches),
7351         (on_editor_update_ui), (value_added_current_editor):
7352         Select the current tag in locals window and symbol toolbar. If there
7353         is no tag at the current line, reserve backward for the next tag. This will
7354         select the correct tag if inside a function.
7356 2007-03-05  Naba Kumar  <naba@gnome.org>
7358         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7359         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7360         compiler warnings.
7361         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7362         (Bug #412186)
7363         
7364 2007-03-04  Johannes Schmid <jhs@gnome.org>
7366         * data/Makefile.am:
7367         * po/POTFILES.in:
7368         Fixed distcheck (well, partly)
7370 2007-03-04  Johannes Schmid <jhs@gnome.org>
7372         * plugins/document-manager/anjuta-document-manager.ui:
7373         Move "Swap .c/.h from Main to Browser toolbar
7375         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7376         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7377         (fv_prefs_free), (fv_add_tree_entry):
7378         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7379         * plugins/file-manager/plugin.c: (prefs_init):
7380         
7381         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7383 2007-03-04  Naba Kumar  <naba@gnome.org>
7385         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7386         plugins/project-manager/plugin.c:
7387         Restored default profile and renamed it from "default.anjuta" to
7388         "default.profile".
7389         
7390 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7392         * plugins/debug-manager/debugger.c,
7393         plugins/debug-manager/plugin.c,
7394         plugins/gdb/debugger.c,
7395         libanjuta/interfaces/libanjuta.idl,
7396         plugins/debug-manager/stack_trace.c:
7397         Add a dialog box when a signal is received (except SIGINT)
7398         Display stack frame even if arguments are not available
7400 2007-03-03  Naba Kumar  <naba@gnome.org>
7402         * TODO.tasks: Icons bounty added.
7404         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7405         choise selection.
7406         
7407         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7408         and descoping.
7410         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7411         plugins/Makefile.am, (removed) plugins/profile-default/*,
7412         plugins/project-manager/anjuta-project-manager.plugin.in,
7413         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7414         profile implementation to load user profile and projects. Store and
7415         restore remembered plugins. Use profile scoping and descoping for
7416         saving and loading sesstions.
7417         
7418         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7419         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7420         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7421         DEBUG_PRINTs.
7423 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7425         * plugins/debug-manager/debug_tree.c
7426         plugins/debug-manager/debug_tree.h:
7427         Bug fix, deleting wrong variable
7429         * plugins/gdb/debugger.c:
7430         Bug fix, remove forgotten debugging code
7432 2007-03-02  Johannes Schmid <jhs@gnome.org>
7434         * plugins/document-manager/anjuta-document-manager.ui:
7435         * plugins/search/anjuta-search.ui:
7436         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7437         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7438         ToolbarFind
7440         * src/anjuta-app.c: (on_toolbar_view_toggled),
7441         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7442         Save toolbar positions, don't use fixed toolbar style
7443         
7444         All in all this will allow more complex toolbar configurations and
7445         might gain some space on smaller displays because the user can disable
7446         toolbar parts he does not use. Also allows to use any toolbar style
7447         without looking too ugly.
7449 2007-03-01  Naba Kumasr  <naba@gnome.org>
7451         * TODO.tasks: Added a bounty for creating icons.
7453         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7454         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7455         profile-changed signal. Do not sync non-user-activatable plugins.
7457 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7459         * plugins/debug-manager/disassemble.c,
7460         plugins/debug-manager/sparse_view.c,
7461         plugins/gdb/debugger.c,
7462         libanjuta/interfaces/libanjuta.idl:
7463         Display function name in disassembly view
7465 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7467         * (added) plugins/debug-manager/bookmark.png,
7468         (added) plugins/debug-manager/breakpoint-disabled.png,
7469         (added) plugins/debug-manager/breakpoint-enabled.png,
7470         (added) plugins/debug-manager/program-counter.png,
7471         (added) plugins/debug-manager/linemarker.png,
7472         plugins/debug-manager/Makefile.am,
7473         plugins/debug-manager/disassemble.c,
7474         plugins/debug-manager/disassemble.h,
7475         plugins/debug-manager/sparse_buffer.c,
7476         plugins/debug-manager/sparse_buffer.h,
7477         plugins/debug-manager/sparse_view.c,
7478         plugins/debug-manager/sparse_view.h,
7479         plugins/debug-manager/plugin.c,
7480         plugins/debug-manager/breakpoints.c,
7481         libanjuta/interfaces/libanjuta.idl:
7482         Add markers in the disassembly view
7483         Display program counter and breakpoints in disassembly view
7485         * plugins/gdb/debugger.c:
7486         Fix a bug added with my previous patch, setting and clearing
7487         breakpoints was not working
7489 2007-02-28  Johannes Schmid <jhs@gnome.org>
7491         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7492         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7493         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7494         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7495         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7496         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7497         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7498         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7499         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7500         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7501         Updated (why do they need to be under version control?)
7502         
7503         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7504         (create_tab_popup_menu), (on_msgman_popup_menu),
7505         (on_tab_button_press_event), (anjuta_msgman_page_new),
7506         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7507         Added "Close all message tabs" popup menu
7509 2007-02-26  Naba Kumar  <naba@gnome.org>
7511         * plugins/profiler/gprof-flat-profile-entry.c,
7512         plugins/profiler/gprof-flat-profile.c,
7513         plugins/profiler/gprof-flat-profile-entry.h,
7514         plugins/profiler/gprof-flat-profile.h,
7515         plugins/profiler/gprof-flat-profile-view.c,
7516         plugins/profiler/gprof-flat-profile-view.h,
7517         plugins/profiler/gprof-call-graph-block-entry.c,
7518         plugins/profiler/gprof-call-graph-block.c,
7519         plugins/profiler/gprof-function-call-chart-view.c,
7520         plugins/profiler/gprof-call-graph-block-entry.h,
7521         plugins/profiler/gprof-profile-data.c,
7522         plugins/profiler/gprof-call-graph-block.h,
7523         plugins/profiler/gprof-view.c,
7524         plugins/profiler/gprof-call-graph.c,
7525         plugins/profiler/gprof-function-call-chart-view.h,
7526         plugins/profiler/gprof-profile-data.h,
7527         plugins/profiler/gprof-call-graph.h,
7528         plugins/profiler/gprof-view.h,
7529         plugins/profiler/gprof-view-manager.c,
7530         plugins/profiler/gprof-call-graph-view.c,
7531         plugins/profiler/plugin.c,
7532         plugins/profiler/gprof-view-manager.h,
7533         plugins/profiler/gprof-call-graph-view.h,
7534         plugins/profiler/gprof-function-call-tree-view.c,
7535         plugins/profiler/gprof-function-call-tree-view.h,
7536         plugins/profiler/Makefile.am: Fix compiler warnings and link with
7537         gnome-vfs. Fixes bug #411377.
7539 2007-02-26  Naba Kumar  <naba@gnome.org>
7541         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7543         Patch from James Liggett  <jrliggett@cox.net>:
7544         * plugins/profiler/gprof-flat-profile-view.c,
7545         plugins/profiler/gprof-flat-profile-view.h,
7546         plugins/profiler/gprof-function-call-chart-view.c,
7547         plugins/profiler/gprof-function-call-chart-view.h,
7548         plugins/profiler/gprof-view.c,
7549         plugins/profiler/gprof-view.h,
7550         plugins/profiler/gprof-call-graph-view.c,
7551         plugins/profiler/plugin.c,
7552         plugins/profiler/gprof-call-graph-view.h,
7553         plugins/profiler/gprof-function-call-tree-view.c,
7554         plugins/profiler/gprof-function-call-tree-view.h: Implements
7555         double click navigation. Fixes bug #403514.
7557 2007-02-25  Naba Kumar  <naba@gnome.org>
7559         * libanjuta/anjuta-plugin-manager.c,
7560         libanjuta/anjuta-plugin-handle.[ch],
7561         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7562         g_hash_table_remove_all (introduced in glib 2.12) to stay the
7563         dependency on glib 2.8. Fixes bug #411623.
7565 2007-02-24  Naba kumar  <naba@gnome.org>
7567         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7568         
7569         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7570         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7571         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7572         (added) libanjuta/anjuta-profile-manager.c,
7573         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7574         manager.
7575         Implemented profile pushing and popping. Implemented profile xml
7576         synchronization. Implemented error handling in profiles. Implemented
7577         activation and deactivation signals in plugin manager.
7578         
7579         * libanjuta/Makefile.am: Added libanjuta log domain.
7580         
7581         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7582         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7583         in AnjutaShell interface and implemented it in AnjutaApp.
7584         
7585         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7587 2007-02-23  Naba kumar  <naba@gnome.org>
7589         src/main.c: Fixed missing end quote.
7591 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
7593         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7596 2007-02-20  Naba Kumar  <naba@gnome.org>
7598         * plugins/subversion/plugin.c: Added "..." menuitems.
7599         * ROADMAP, README: Updated.
7600         * libanjuta/anjuta-profile.c: Fixed bugs.
7602         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7603         plugins/gtodo/Makefile.am: Removed dead code.
7605         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
7606         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7607         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7608         plugins/gtodo/list_tooltip.c,
7609         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7610         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7611         not contain markups. Fixes Bug #360462.
7613 2007-02-16  Naba Kumar  <naba@gnome.org>
7615         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7616         unnecessary sub-sections.
7617         
7618 2007-02-15  Naba Kumar  <naba@gnome.org>
7620         * (removed) plugins/document-manager/bookmark-prev-16.png,
7621         plugins/document-manager/bookmark-last.png,
7622         (removed)plugins/document-manager/bookmark-first-16.png,
7623         plugins/document-manager/bookmark-prev.png,
7624         (added) plugins/document-manager/bookmark-toggle.png,
7625         (removed)plugins/document-manager/bookmark_toggle.xpm,
7626         (removed)plugins/document-manager/bookmark-last-16.png,
7627         plugins/document-manager/plugin.c,
7628         plugins/document-manager/anjuta-document-manager.ui,
7629         (removed)plugins/document-manager/bookmark-next-16.png,
7630         plugins/document-manager/bookmark-next.png,
7631         plugins/document-manager/Makefile.am,
7632         (added) plugins/document-manager/bookmark-clear.png,
7633         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7634         icons (stolen from monodevelop). Added clear bookmarks toolbar
7635         button.
7637         * plugins/document-manager/plugin.c,
7638         (added) plugins/document-manager/swap.png,
7639         (removed) plugins/document-manager/undock.png,
7640         plugins/document-manager/Makefile.am: Fixed swap icon.
7642 2007-02-13  Naba Kumar  <naba@gnome.org>
7644         * plugins/class-gen/element-editor.c: Fixed typo.
7645         
7646         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7647         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7648         Implementing plugin profiles loading.
7650 2007-02-13  Naba Kumar  <naba@gnome.org>
7652         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7653         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7654         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7655         pixmaps/open_project.png, pixmaps/close_project.png:
7656         Removed more old icons.
7657         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7658         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7659         anjuta_logo.png
7660         
7661 2007-02-13  Naba Kumar  <naba@gnome.org>
7663         * plugins/class-gen/element-editor.c: Included missing headers to
7664         prevent build failures in some cases.
7665         
7666 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7668         * plugins/debug-manager/stack_trace.c:
7669         Fix bug #407115
7671         * plugins/debug-manager/watch.c,
7672         plugins/debug-manager/breakpoints.c:
7673         Same bug than above, wrong use of gtk_ui_manager_get_widget
7675 === anjuta 2.1.1 ===
7677 2007-02-11  Naba Kumar  <naba@gnome.org>
7679         * cofigure.in: Bumped version to 2.1.1
7680         * NEWS: Updated for 2.1.1 release.
7681         
7682 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7684         * plugins/debug-manager/plugin.c,
7685         plugins/debug-manager/sparse_view.c,
7686         plugins/debug-manager/sparse_view.h:
7687         Reorder some code
7689         * plugins/gdb/debugger.c,
7690         plugins/debug-manager/debugger.c,
7691         plugins/debug-manager/memory.c,
7692         plugins/debug-manager/sparse_buffer.c
7693         plugins/gdb/debugger.h,
7694         libanjuta/interfaces/libanjuta.idl:
7695         Clean up, remove some warnings
7696         Use guint everywhere for addresses
7697         Rewrite code parsing position in debugger
7699 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7701         * plugins/debug-manager/debug_tree.c:
7702         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7703         Fix bug #406113
7705 2007-02-08  Naba Kumar  <naba@gnome.org>
7707         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7708         Delay showing the 'file modified on disk' dialog for one sec
7709         from the last notification to insure multiple notifications for
7710         the same file are treated as one. Do not same multiple dialogs
7711         for the same file. Make sure to destory the dialog if later
7712         the conent is no longer different.
7713         
7714 2007-02-08  Naba Kumar  <naba@gnome.org>
7716         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7717         Prevented spurious 'file modified' dialogs in scintilla editor
7718         when the file is saved.
7720 2007-02-09  Johannes Schmid <jhs@gnome.org>
7722         * scripts/glade2schema.pl:
7723         Added script to convert glade preferences into gconf schema files.
7724         See #406061
7726 2007-02-08  Naba Kumar  <naba@gnome.org>
7728         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7729         itself is destroyed. Fixes bug #355160.
7730         
7731 2007-02-08  Johannes Schmid <jhs@gnome.org>
7733         * plugins/profiler/profiler.plugin: 
7734         removed from version control (only .in file needed)
7735         
7736         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7737         * plugins/sourceview/sourceview.c: (sourceview_new):
7738         Code cleanup
7739         
7740         * plugins/subversion/svn-thread.c: (svn_thread_start):
7741         * src/main.c: (main):
7742         
7743         Fixed #395875 about initialisation of threads too late
7745 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7747         Reviewed by Naba Kumar  <naba@gnome.org>:
7748         * plugins/class-gen/plugin.c:
7749         * plugins/class-gen/window.c: Removed browse button related code, load
7750         generated output directly into new buffers when not adding to project.
7752         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7753         buttons from user interface.
7755 2007-02-07  Naba Kumar  <naba@gnome.org>
7757         * po/POTFILES.in: Fixed distcheck.
7759 2007-02-07  Daniel Nylander <po@danielnylander.se>
7761         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7763 2007-02-07  Johannes Schmid <jhs@gnome.org>
7765         * anjuta.desktop.in.in:
7766         Fixed spelling
7768 2007-02-07  Johannes Schmid <jhs@gnome.org>
7770         * configure.in:
7771         * manuals/anjuta-manual/*
7772         * manuals/anjuta-faqs/*:
7773         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7774         
7775         * plugins/document-manager/anjuta-document-manager.plugin.in:
7776         Removed duplicate application-xml mime-type (review patches properly ;-)
7777         
7778 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7780         * plugins/gdb/debugger.c,
7781         libanjuta/interfaces/libanjuta.idl:
7782         Fix bug #404755
7783         Fix handling of missing source file
7785 2007-02-06  Naba Kumar  <naba@gnome.org>
7787         Patch from James Liggett  <jrliggett@cox.net>:
7788         * plugins/profiler/gprof-flat-profile.c,
7789         plugins/profiler/gprof-profile-data.c,
7790         plugins/profiler/gprof-call-graph.c,
7791         plugins/profiler/gprof-profile-data.h,
7792         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7793         Show profiler view when target selected bug #403515.
7795 2007-02-05  Naba Kumar  <naba@gnome.org>
7797         * configure.in: Enabled devhelp plugin by default now that
7798         it works.
7799         
7800         Patch from parmigio@2ainfo.it:
7801         * plugins/document-manager/anjuta-document-manager.plugin.in:
7802         Added xml file type in supported mime types list.
7803         
7804 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7806         * plugins/debug-manager/debugger.c,
7807         plugins/debug-manager/plugin.c:
7808         Add a field in status bar displaying debugger state
7809         Change cursor shape when debugger is busy
7810         Fix bug #378600
7812         * plugins/debug-manager/watch.c,
7813         plugins/debug-manager/locals.c,
7814         libanjuta/interfaces/libanjuta.idl:
7815         Clean up, remove debugging messages and unused signals
7817 2007-02-03  Johannes Schmid <jhs@gnome.org>
7819         * configure.in:
7820         Fixed AC_INIT and seperated version to major, minor, micro
7822         * anjuta.anjuta:
7823         Load Subversion instead of CVS
7824         
7825         * anjuta.desktop.in.in:
7826         Fixed bug-buddy component
7828         Original patch from Rob Bradfort <robster@debian.org>:
7829         * src/main.c: (get_command_line_args), (main):
7830         Bug #335981 – Migration from popt to GOption
7832 2007-02-03  Naba Kumar  <naba@gnome.org>
7834         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7835         path variable. Fixed bug #341170.
7836         * plugins/profiler/Makefile.am: Fixed indentation.
7837         
7838 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7840         * libanjuta/interfaces/libanjuta.idl,
7841         plugins/sourceview/sourceview.c,
7842         plugins/editor/text-editor.c,
7843         plugins/symbol-browser/plugin.c,
7844         plugins/search/search-replace.c,
7845         plugins/document-manager/goto_line.c,
7846         plugins/document-manager/action-callbacks.c,
7847         plugins/document-manager/anjuta-docman.c:
7848         Rename markers of anjuta interface
7849         IANJUTA_MARKABLE_NONE has been removed
7850         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7851         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7852         IANJUTA_MARKABLE_ATTENTIVE renamed in
7853                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7854         IANJUTA_MARKABLE_INTENSE renamed in
7855                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7856         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7858         * (removed) plugins/sourceview/marker-light.png,
7859         (removed) plugins/sourceview/marker-basic.png,
7860         (removed) plugins/sourceview/marker-attentive.png,
7861         (removed) plugins/sourceview/marker-intense.png,
7862         plugins/sourceview/bookmark.png,
7863         (added) plugins/sourceview/breakpoint-disabled.png,
7864         (added) plugins/sourceview/breakpoint-enabled.png,
7865         (added) plugins/sourceview/program-counter.png,
7866         (added) plugins/sourceview/linemarker.png,
7867         plugins/sourceview/Makefile.am,
7868         (added) plugins/editor/bookmark.xpm,
7869         (added) plugins/editor/breakpoint-disabled.xpm,
7870         (added) plugins/editor/breakpoint-enabled.xpm,
7871         (added) plugins/editor/program-counter.xpm,
7872         (added) plugins/editor/linemarker.xpm,
7873         plugins/editor/Makefile.am:
7874         Add or change marker pixmaps in scintilla and sourceview editor
7876         * plugins/document-manager/plugin.c,
7877         libanjuta/interfaces/libanjuta.idl,
7878         plugins/debug-manager/plugin.c,
7879         plugins/debug-manager/breakpoints.c
7880         plugins/gdb/debugger.c:
7881         Fix bug #376404, program counter marker is not displayed when debugger
7882         Return the selected editor or NULL (if file does not exist) with 
7883         ianjuta_document_manager_goto_file_line* functions
7884         Emit a change-location signal even if the program counter is in an
7885         unknown file
7887 2007-02-02  Naba Kumar  <naba@gnome.org>
7889         * TODO.tasks: Marked bounty bug #359478 completed. And checked
7890         older bounties 'Done'.
7891         
7892 2007-02-02  Naba Kumar  <naba@gnome.org>
7894         * TODO.tasks: Fixed typop.
7896         Patch from James Liggett  <jrliggett@cox.net>:
7897         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7898         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7899         profiler plugin by James Liggett. Completes bounty bug #359478
7900         'Gprof performance profiler plugin'
7902 2007-02-01  Naba Kumar  <naba@gnome.org>
7904         * src/main.c: Renamed option name.
7906         * TODO.tasks: Marked "Test and fix all project wizards templates"
7907         bounty completed.
7908         
7909 2007-01-29  Johannes Schmid <jhs@gnome.org>
7911         * plugins/document-manager/plugin.c: (on_editor_changed):
7912         Added DEBUG_PRINT(...)
7913         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
7914         implemented
7915         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
7916         Fix language support plugin for sourceview editor (add some new
7917         language names)
7918         
7919         * plugins/sourceview/sourceview.c: (iindic_clear):
7920         Clear all indicators
7922 2007-01-29  Johannes Schmid <jhs@gnome.org>
7924         * TODO.tasks:
7925         Minor task currentions
7926         
7927         * libanjuta/interfaces/libanjuta.idl:
7928         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
7929         (itext_editor_iface_init):
7930         * plugins/language-support-cpp-java/plugin.c: (install_support):
7931         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
7932         (ieditor_get_attributes), (ieditor_iface_init):
7933         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
7934         plugins.
7935         
7936         * plugins/sourceview/sourceview.glade:
7937         Fixed sourceview preference window
7939 2007-01-28  Naba Kumar  <naba@gnome.org>
7940         
7941         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
7942         Implemented --no-files and --no-session command line options and
7943         corresponding preferernces checkboxes in General tab.
7945 2007-01-28  Johannes Schmid <jhs@gnome.org>
7947         * plugins/subversion/plugin.c:
7948         * plugins/subversion/plugin.h:
7949         * plugins/subversion/svn-notify.c: (svn_show_info),
7950         (show_svn_error), (on_svn_notify):
7951         * plugins/subversion/svn-notify.h:
7952         * plugins/subversion/svn-thread.c: (create_message_view),
7953         (svn_thread_start):
7954         Fixed error handling and fixed #394216 – No indication of subversion commands running
7955         
7956         * plugins/tools/execute.c: (atp_output_context_print):
7957         Show name of tool in message pane
7959 2007-01-28  Naba Kumar  <naba@gnome.org>
7960         
7961         * configure.in, plugins/glade/plugin.c: Make it work with
7962         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
7963         
7964         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
7965         from devhelp (won't work untill devhelp is fixed: bug #341170).
7966         
7967         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
7968         
7969 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
7971         Reviewed by Naba Kumar  <naba@gnome.org>:
7972         * libanjuta/interfaces/libanjuta.idl, 
7973         plugins/debug-manager/debugger.c,
7974         plugins/debug-manager/start.c,
7975         plugins/gdb/plugin.c,
7976         plugins/gdb/debugger.c,
7977         plugins/gdb/debugger.h:
7978         Fix a bug when launching gdb
7979         Set the terminal for the debugged program on the command line.
7981 2007-01-26  Johannes Schmid <jhs@gnome.org>
7983         * plugins/sourceview/anjuta-document-saver.c:
7984         (anjuta_document_saver_save):
7985         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
7986         * plugins/sourceview/sourceview.c: (save_if_modified),
7987         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
7988         Proper error handling, for example if a file was modified externally. Use backup files
7989         to avoid data-loss on disk full.
7991 2007-01-24  Naba Kumar  <naba@gnome.org>
7992         
7993         * plugins/devhelp/htmlview.c: Fixed crash during project load.
7994         Fixed mem leak and source leak.
7995         
7996 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
7998         Reviewed by Naba Kumar  <naba@gnome.org>:
7999         * plugins/debug-manager/debug_tree.c,
8000         plugins/debug-manager/debug_tree.h,
8001         plugins/debug-manager/watch.c:
8002         Partial rewrite of the variable object code, find and fix a few bugs
8003         Fix bug #395808: gdb can still crash but children are listed
8004         on request only so you can avoid the crash
8006 2007-01-24  Naba Kumar  <naba@gnome.org>
8007         
8008         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
8009         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
8010         plugins/symbol-browser/plugin.h,
8011         plugins/symbol-browser/plugin.c,
8012         plugins/symbol-browser/Makefile.am: Added current file (local)
8013         symbols view (Seriously getting bored with the browse toolbar).
8015 2007-01-22  Naba Kumar  <naba@gnome.org>
8016         
8017         Patch from Gabor Kelemen:
8018         * po/POTFILES.in: Added .plugin.in files.
8020 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8022         Reviewed by Naba Kumar  <naba@gnome.org>:
8023         * plugins/document-manager/anjuta-docman.c,
8024         plugins/message-view/anjuta-msgman.c
8025         Set right alignment to the label widget in the tab title.
8027 2007-01-21  Naba Kumar  <naba@gnome.org>
8028         
8029         * libegg/egg-combo-action.c: Fixed mode line.
8030         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8031         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8033 2007-01-21  Armin Burgmeier  <armin@arbur.net>
8035         Reviewed by Naba Kumar  <naba@gnome.org>:
8036         * plugins/class-gen/plugin.c: Prompt for target before actually
8037         generating the class files. This ensures that the files are created in
8038         the correct directory. Fixes bug #397406.
8040         * plugins/class-gen/window.c: Set browse buttons to insensitive when
8041         the class is added to the project.
8043 2007-01-21  Naba Kumar  <naba@gnome.org>
8045         * libanjuta/anjuta-plugin-description.c,
8046         libanjuta/anjuta-ui.h,
8047         libanjuta/anjuta-status.c,
8048         libanjuta/anjuta-plugin-description.h,
8049         libanjuta/cell-renderer-captioned-image.c,
8050         libanjuta/anjuta-plugin-handle.c,
8051         libanjuta/anjuta-status.h,
8052         libanjuta/resources.c,
8053         libanjuta/cell-renderer-captioned-image.h,
8054         libanjuta/glue-cpp.c,
8055         libanjuta/anjuta-plugin-handle.h,
8056         libanjuta/anjuta-plugin.c,
8057         libanjuta/anjuta-preferences-dialog.c,
8058         libanjuta/libanjuta.h,
8059         libanjuta/resources.h,
8060         libanjuta/glue-cpp.h,
8061         libanjuta/anjuta-plugin.h,
8062         libanjuta/anjuta-preferences-dialog.h,
8063         libanjuta/anjuta-plugin-manager.c,
8064         libanjuta/anjuta-shell.c,
8065         libanjuta/anjuta-plugin-manager.h,
8066         libanjuta/anjuta-shell.h,
8067         libanjuta/anjuta-save-prompt.c,
8068         libanjuta/anjuta-save-prompt.h,
8069         libanjuta/anjuta-children.c,
8070         libanjuta/anjuta-utils.c,
8071         libanjuta/anjuta-profile.c,
8072         libanjuta/anjuta-preferences.c,
8073         libanjuta/anjuta-launcher.c,
8074         libanjuta/anjuta-utils.h,
8075         libanjuta/anjuta-profile.h,
8076         libanjuta/anjuta-launcher.h,
8077         libanjuta/anjuta-ui.c: Updated file headers.
8079         * po/POTFILES.in: Updated.
8081         * libanjuta/anjuta-marshal.list,
8082         (added) libanjuta/anjuta-plugin-handle.c,
8083         (added) libanjuta/anjuta-plugin-handle.h,
8084         (added) libanjuta/anjuta-plugin-manager.c,
8085         (added) libanjuta/anjuta-plugin-manager.h,
8086         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8087         (added) libanjuta/anjuta-profile.c,
8088         (added) libanjuta/anjuta-profile.h,
8089         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8090         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8091         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8092         src/action-callbacks.c: Implemented AnjutaPluginManager
8093         class based on old plugins.[ch]. Implemented AnjutaProfile as
8094         prelimanary profiles implementation. Implemented AnjutaPluginHandle
8095         class to represent plugins (not to be confused with plugin objects).
8096         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8097         implemented it in AnjutaApp and AnjutaTestShell.
8098         De-globalized plugin management and several clean ups.
8100         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8101         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8102         plugins/search/search-replace.c, plugins/terminal/terminal.c,
8103         plugins/project-import/project-import.c,
8104         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8105         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8106         Fixed plugins for the change in API.
8108         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8109         file.
8110         
8111         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8113 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8115         Reviewed by Naba Kumar  <naba@gnome.org>:
8116         * libanjuta/anjuta-launcher.c,
8117         libanjuta/anjuta-launcher.h:
8118         Add a new function anjuta_set_terminate_on_exit to close the i/o
8119         channel when the child exit
8120         Return directly the status and not the exit code in child-exited
8121         signal
8123         * plugins/gdb/debugger.c:
8124         Use new function in debugger plugin
8126 2007-01-18  Johannes Schmid <jhs@gnome.org>
8128         * src/about.c: Do not show empty license information instead hide the button (#397883)
8130 2007-01-15  Johannes Schmid <jhs@gnome.org>
8132         * plugins/project-manager/plugin.c:
8133         * plugins/project-wizard/templates/python.wiz
8134         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8135         
8136         Fixed #335235 python programs are not executeable/ do not start when pressing F3
8137         You will also need latest gnome-build svn       
8139 === anjuta 2.1.0 ===
8141 2007-01-14  Naba Kumar  <naba@gnome.org>
8143         * configure.in: Removed reference of mkfile project
8144         template to fix distcheck build error.
8145         * AUTHORS: Updated.
8146         * NEWS: Updated.
8147         * configure.in: Bumped version to 2.1.0 for beta release.
8148         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8149         crashes as soon as editing starts in normal text files.
8151 2007-01-14  Johannes Schmid <jhs@gnome.org>
8153         * configure.in
8154         * po/LINGUAS:
8155         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8157         * tagmanager/c.c:
8158         Patch from Massimo Cora' to hopefully fix #395362
8160         * plugins/project-wizard/templates/*:
8162         Fixed and tested all project-wizards. Deactivated mkfile project because
8163         it was totally broken and I don't see any real use for it.
8164         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8166 2007-01-14  Naba Kumar  <naba@gnome.org>
8168         * NEWS: Updated for release.
8169         
8170         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8171         
8172         * libanjuta/interfaces/libanjuta.idl,
8173         plugins/editor/text_editor_cbs.c,
8174         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8175         interface and implemented it for scintilla.
8176         
8177         * plugins/editor/text-editor.c: Fixed highlighing issues when
8178         used with indicators (particularly when the file is just opened).
8179         Fixes bug #377477 – when debugging, scintilla editor grays out all
8180         lines before current line.
8181         
8182         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8183         Maintain a separate list of indicated edtitors for separate contexts.
8184         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8185         
8186 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8188         Reviewed by Naba Kumar  <naba@gnome.org>:
8189         * plugins/debug-manager/plugin.c:
8190         Bug fix: breakpoints cannot be added after stopping the debugger
8192 2007-01-13  Naba Kumar  <naba@gnome.org>
8194         * NEWS: Updated for release.
8196 2007-01-12  Johannes Schmid <jhs@gnome.org>
8198         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8199         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8200         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8201         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8202         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8203         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8204         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8205         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8206         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8207         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8208         
8209         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8210         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8211         
8212         * plugins/sourceview/sourceview.c:
8213         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8214         on character positions.
8215         
8216 2007-01-12  Naba Kumar  <naba@gnome.org>
8218         * src/anjuta-app.c,
8219         plugins/project-manager/plugin.c,
8220         plugins/profile-default/plugin.c,
8221         libanjuta/anjuta-status.c,
8222         libanjuta/anjuta-status.h: Introduced an API for application title
8223         in AnjutaStatus. Set application title to project name.
8225 2007-01-11  Massimo Cora' <maxcvs@email.i>
8227         Reviewed by Naba Kumar  <naba@gnome.org>:
8228         * tagmanager/Makefile.am,
8229         plugins/symbol-browser/Makefile.am: removed installation for 
8230         test programs.
8232 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8234         Reviewed by Naba Kumar  <naba@gnome.org>:
8235         * plugins/debug-manager/start.h,
8236         plugins/debug-manager/start.c,
8237         plugins/debug-manager/anjuta-debug-manager.ui,
8238         plugins/debug-manager/plugin.c:
8239         Partial fix for bug #392537
8241         * plugins/debug-manager/disassemble.c:
8242         Fix bug #392543
8244 2007-01-11  Naba Kumar  <naba@gnome.org>
8246         * src/anjuta.c: Load project seperately from session,
8247         so that project session is also loaded.
8248         
8249         * plugins/profile-default/plugin.c: Load project in new
8250         anjuta if there already is one loaded currently (disabled
8251         code for now).
8252         
8253         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8254         signals when editor is destroyed. Fixes a crash bug.
8255         
8256         * plugins/editor/text_editor.c: Do not mark line in
8257         ianjuta_editor_goto_line() implementation.
8258         
8259         * plugins/search/search-replace.c: Always check for markable
8260         interface availablility because its optional for an editor.
8261         
8262         * plugins/document-manager/goto_line.c,
8263         plugins/document-manager/action-callbacks.c: Mark lines for
8264         goto line commands (from dialog and from menu entry box).
8265         
8266         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8267         plugins/file-manager/an_file_view.c: Expand file manager
8268         nodes in idle loop, one at a time. Did as a possible work
8269         around for bug #361763, but it didn't make any difference.
8270         However, it could still be useful in situations where there
8271         are lots to expand.
8272         
8273         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8275 2007-01-11  Naba Kumar  <naba@gnome.org>
8277         * plugins/editor/scintilla/LineMarker.h,
8278         plugins/editor/scintilla/LexBasic.cxx,
8279         plugins/editor/scintilla/LexHTML.cxx,
8280         plugins/editor/scintilla/include/SciLexer.h,
8281         plugins/editor/scintilla/include/Scintilla.h,
8282         plugins/editor/scintilla/include/Scintilla.iface,
8283         plugins/editor/scintilla/include/ScintillaWidget.h,
8284         plugins/editor/scintilla/LexBash.cxx,
8285         plugins/editor/scintilla/PlatGTK.cxx,
8286         plugins/editor/scintilla/ViewStyle.h,
8287         plugins/editor/scintilla/Editor.cxx,
8288         plugins/editor/scintilla/StyleContext.h,
8289         plugins/editor/scintilla/LexCPP.cxx,
8290         plugins/editor/scintilla/Converter.h,
8291         plugins/editor/scintilla/LexAU3.cxx,
8292         plugins/editor/scintilla/Editor.h,
8293         plugins/editor/scintilla/LexPerl.cxx,
8294         plugins/editor/scintilla/LexVB.cxx,
8295         plugins/editor/scintilla/ScintillaGTK.cxx,
8296         plugins/editor/scintilla/ViewStyle.cxx,
8297         plugins/editor/scintilla/PropSet.cxx,
8298         plugins/editor/scintilla/LexSQL.cxx,
8299         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8300         version 1.71
8302 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8304         Reviewed by Naba Kumar  <naba@gnome.org>:
8305         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8306         selected for editing. This fixes bug #394218.
8308         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8309         name if said URI is not known.
8311         * plugins/class-gen/window.c: When stripping function prefix away,
8312         include the trailing underscore because it is already set by the
8313         template.
8315         * plugins/class-gen/transform.c: Include "const char*" and "const
8316         gchar*" in the list for transforming a default C type to a GType.
8317         Don't access invalid memory when writing pointer_str in
8318         cg_transform_first_argument.
8320 2007-01-11  Naba Kumar  <naba@gnome.org>
8322         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8323         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8324         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8325         libegg/test-actions.c, anjuta.desktop.in.in,
8326         anjuta.prj: Renamed application icon to 'anjuta.png' from
8327         'anjuta_icon.png'. Added more fields in desktop file.
8329         * mime/anjuta.xml: Added magic section.
8330         
8331         * (removed) mime/anjuta.applications,
8332         (removed) mime/anjuta.mime, mime/Makefile.am,
8333         (removed) mime/anjuta.keys,
8334         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8335         registeration and added scalable icon. Also fixes bug #393680
8337 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8339         Reviewed by Naba Kumar  <naba@gnome.org>:
8340         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8341         and anjuta_status_progress_add_ticks() to check for progressbar 
8342         being realized before trying to update it.
8344 2007-01-10  Naba Kumar  <naba@gnome.org>
8346         * tagmanager/tm_workspace.c,
8347         po/POTFILES.in,
8348         plugins/debug-manager/Makefile.am,
8349         plugins/tools/scripts/Makefile.am,
8350         plugins/class-gen/plugin.c,
8351         plugins/class-gen/Makefile.am,
8352         global-tags/Makefile.am: Fixed make distcheck.
8354         * plugins/debug-manager/attach_process.c,
8355         plugins/debug-manager/attach_process.h,
8356         plugins/class-gen/action-callbacks.h,
8357         plugins/class-gen/action-callbacks.c,
8358         plugins/class-gen/class_gen.h,
8359         plugins/class-gen/class_gen.c: Deleted unused/old files.
8361         * (removed) scintilla, (added) plugins/editor/scintilla,
8362         plugins/editor/scintilla/lexers.make,
8363         plugins/editor/scintilla/Makefile.am,
8364         plugins/editor/Makefile.am
8365         configure.in, manuals/reference/libanjuta/Makefile.am
8366         Makefile.am: Moved scintilla to its right place.
8368 2007-01-09  Naba Kumar  <naba@gnome.org>
8370         * plugins/profile-default/plugin.c: Save project session before
8371         a new one is opened.
8373         * plugins/project-manager/plugin.c,
8374         plugins/project-manager/plugin.h,
8375         plugins/project-manager/anjuta-project-manager.ui,
8376         plugins/profile-default/plugin.c,
8377         plugins/profile-default/plugin.h,
8378         plugins/profile-default/Makefile.am,
8379         (added) plugins/profile-default/anjuta-default-profile.ui,
8380         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8381         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8382         multiple projects support.
8383         
8384 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8386         Reviewed by Naba Kumar  <naba@gnome.org>
8387         * plugins/class-gen/combo-flags.h:
8388         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8389         enum, added a type parameter to selected signal. Select highlighted
8390         entry when pressing enter (but not unselect it if it was already
8391         selected) before closing the popup. Also accept input when clicking
8392         not into the popup.
8394         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8395         according to selection type.
8397         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8398         VOID:BOXED,ENUM.
8400 2007-01-08  Johannes Schmid <jhs@gnome.org>
8402   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8403   * plugins/project-wizard/templates/gtkmm/Makefile.am
8404   * plugins/project-wizard/templates/python/configure.ac.tpl
8405   * plugins/project-wizard/templates/python/configure.in.tpl
8406   * plugins/project-wizard/templates/python/Makefile.am
8407   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8408   * plugins/project-wizard/templates/cpp/configure.in.tpl
8409   * plugins/project-wizard/templates/cpp/Makefile.am
8410   * plugins/project-wizard/templates/terminal.wiz
8411   * plugins/project-wizard/templates/xlib-dock.wiz
8412   * plugins/project-wizard/templates/wxwin.wiz
8413   * plugins/project-wizard/templates/java.wiz
8414   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8415   * plugins/project-wizard/templates/xlib/configure.in.tpl
8416   * plugins/project-wizard/templates/xlib/Makefile.am
8417   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8418   * plugins/project-wizard/templates/gcj/configure.in.tpl
8419   * plugins/project-wizard/templates/gcj/Makefile.am
8420   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8421   * plugins/project-wizard/templates/terminal/configure.in.tpl
8422   * plugins/project-wizard/templates/terminal/Makefile.am
8423   * plugins/project-wizard/templates/terminal/autogen.sh
8424   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8425   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8426   * plugins/project-wizard/templates/wxwin/Makefile.am
8427   * plugins/project-wizard/templates/gnome.wiz 
8428   * plugins/project-wizard/templates/java/configure.ac.tpl
8429   * plugins/project-wizard/templates/java/configure.in.tpl
8430   * plugins/project-wizard/templates/java/Makefile.am
8431   * plugins/project-wizard/templates/anjuta-plugin.wiz
8432   * plugins/project-wizard/templates/gtkmm.wiz
8433   * plugins/project-wizard/templates/python.wiz
8434   * plugins/project-wizard/templates/cpp.wiz
8435   * plugins/project-wizard/templates/gtk.wiz
8436   * plugins/project-wizard/templates/gcj.wiz
8437   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8438   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8439   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8441   Starting fixing of all project wizards:
8442   - rename configure.in to configure.ac
8443   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8444   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8445   (See #394184)
8446   
8447   * TODO.task: Added bug number to bounty
8449 2007-01-07  Johannes Schmid <jhs@gnome.org>
8451   *  plugins/build-basic-autotools.c:
8452   Fixed #392290 – Missed install as root option in project manager
8454 2007-01-07  Johannes Schmid <jhs@gnome.org>
8456   * plugins/sourceview/sourceview.c:
8457   Fixed #388731 – Odd editor behaviour after performing block-text operations
8458   Fixed #388727 – Block-tab does not work
8459   
8460   * plugins/sourceview/anjuta-document.h/c:
8461   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8462   
8463   * configure.in:
8464   Require Gtk+ >= 2.10 for sourceview plugin
8466 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8468         * libanjuta/anjuta-status.c:
8469         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8471 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8473         * configure.in,
8474         plugins/terminal/terminal.c:
8475         Fix bug #377027
8476         remove support for VTE < 0.9
8478 2007-01-06  Naba Kumar  <naba@gnome.org>
8480         * po/POTFILES.in: Updated
8482 2007-01-05  Adam Dingle  <adam@medovina.org>
8484         Reviewed by Naba Kumar  <naba@gnome.org>:
8485         * plugins/message-view/anjuta-message-manager-plugin.glade:
8486         Fixed bug #377903 (improve message color defaults).
8488 2007-01-05  Naba Kumar  <naba@gnome.org>
8490         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8491         
8492 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8494         Reviewed by  Naba Kumar  <naba@gnome.org>:
8495         * plugins/symbol-browser/test-class.h: Fixed block ends.
8497         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8498         C-style-block comment.
8500         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8501         allow lists when writing autogen definition files. This is required
8502         for the new class generator. Also fixed a wrong return value in
8503         npw_autogen_write_definition_file and set a GError in
8504         npw_autogen_execute when the output file could not be opened.
8506         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8507         user interface.
8509         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8510         goc_template_header and goc_template_source, added top_srcdir to
8511         includes, link against project wizard (also hopefully temporarily),
8512         removed class_gen.h, class_gen.c, action-callbacks.h,
8513         action-callbacks.c.
8515         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8517         * plugins/class-gen/cell-renderer-flags.h:
8518         * plugins/class-gen/cell-renderer-flags.c:
8519         * plugins/class-gen/combo-flags.h:
8520         * plugins/class-gen/combo-flags.c:
8521         * plugins/class-gen/element-editor.c:
8522         * plugins/class-gen/element-editor.h:
8523         * plugins/class-gen/generator.c:
8524         * plugins/class-gen/generator.h:
8525         * plugins/class-gen/plugin.h:
8526         * plugins/class-gen/plugin.c:
8527         * plugins/class-gen/transform.c:
8528         * plugins/class-gen/transform.h:
8529         * plugins/class-gen/validator.c:
8530         * plugins/class-gen/validator.h:
8531         * plugins/class-gen/window.c:
8532         * plugins/class-gen/window.h: Rewrote class generator, it now allows
8533         adding of several class elements and uses autogen.
8535         * plugins/class-gen/templates/cc-header.tpl:
8536         * plugins/class-gen/templates/cc-source.tpl:
8537         * plugins/class-gen/templates/go-header.tpl:
8538         * plugins/class-gen/templates/go-source.tpl:
8539         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8540         for the class generator.
8542         * configure.in: Added plugins/class-gen/templates/Makefile to output.
8544 2007-01-04  Naba Kumar  <naba@gnome.org>
8546         Patch from Nick Treleaven:
8547         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8548         all matching symbols.
8549         
8550         Patches from  Maik Beckmann and Sébastien Granjoux:
8551         * plugins/profile-default/plugin.c,
8552         plugins/project-manager/plugin.c: Unescape project name. Fixes
8553         Bug #357151
8555 2007-01-04  Naba Kumar  <naba@gnome.org>
8557         * plugins/glade/plugin.c: Fixed compilation with
8558         older glade-3 version.
8559         
8560         Patch from Roland Illig:
8561         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8562         plugins/sourceview/anjuta-document-saver.c,
8563         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8564         are necessary to build anjuta on NetBSD 3.0
8566         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8567         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8568         window manager in gnome.
8569         
8570 2007-01-02  Naba Kumar  <naba@gnome.org>
8571         
8572         * plugins/glade/plugin.c: Make it work with glade-3 svn.
8573         
8574 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8576         Reviewed by Naba Kumar  <naba@gnome.org>:
8577         * libanjuta/interfaces/libanjuta.idl,
8578         plugins/debug-manager/Makefile.am,
8579         plugins/debug-manager/anjuta-marshal.list,
8580         plugins/debug-manager/debugger.c,
8581         plugins/debug-manager/sparse_buffer.c,
8582         plugins/debug-manager/sparse_buffer.h,
8583         plugins/debug-manager/sparse_view.c,
8584         plugins/debug-manager/sparse_view.h,
8585         plugins/debug-manager/disassemble.h,
8586         plugins/debug-manager/disassemble.c,
8587         plugins/debug-manager/anjuta-marshal.list,
8588         plugins/debug-manager/plugin.c,
8589         plugins/gdb/debugger.c,
8590         plugins/gdb/debugger.h,
8591         plugins/gdb/plugin.c:
8592         Add a disassembly view window
8594         * plugins/debug-manager/breakpoints.c,
8595         plugins/debug-manager/chunk_view.c,
8596         plugins/debug-manager/locals.c,
8597         plugins/debug-manager/memory.c,
8598         plugins/debug-manager/registers.c,
8599         plugins/debug-manager/stack_trace.c:
8600         Add some debugging information 
8602 2006-12-18  Naba Kumar  <naba@gnome.org>
8604         * configure.in, plugins/glade/plugin.c: Allow building against both
8605         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8607 2006-12-03  Naba Kumar  <naba@gnome.org>
8608         
8609         * TODO.tasks: Marked a bounty completed.
8611 2006-11-24  Adam Dingle <adam@medovina.org>
8613         Reviewed by Naba Kumar  <naba@gnome.org>:
8614         * plugins/build-basic-autotools/build-basic-autotools.c,
8615         plugins/debug-manager/watch.c,
8616         plugins/document-manager/plugin.c, 
8617         plugins/patch/plugin.c,
8618         plugins/project-manager/plugin.c:
8619         Fixed bug #378879 (several command names need ellipses).
8621 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
8623         Reviewed by: Naba Kumar  <naba@gnome.org>
8624         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8625         GCC 4.1.2 (there are only two warnings remaining now when compiling
8626         plugins).
8628         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8630         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8631         macro so that the generated function support a NULL plugin parameter.
8633         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8634         in debug_tree_find_expression by freeing memory returned by the call
8635         to gtk_tree_model_get instead of the parameter string.
8637 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8639         * plugins/debug-manager/breakpoints.c:
8640         Fix bug #378850
8642         * plugins/debug-manager/anjuta-debug-manager.ui,
8643         plugins/debug-manager/debugger.c,
8644         plugins/debug-manager/plugin.c:
8645         Fix bug #378871
8647 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8649         * libanjuta/anjuta-launcher.c,
8650         plugins/gdb/debugger.c:
8651         Fix bug #377061
8653 2006-11-21  Naba Kumar  <naba@gnome.org>
8655         * plugins/search/search_preferences.c: Fixed build break.
8656         
8657 2006-11-20  Naba Kumar  <naba@gnome.org>
8658         
8659         Patch from Kjartan Maraas:
8660         * plugins/cvs-plugin/cvs-interface.c,
8661         plugins/document-manager/plugin.c,
8662         plugins/gtodo/interface.c,
8663         plugins/gtodo/libgtodo.h,
8664         plugins/message-view/anjuta-msgman.c,
8665         plugins/project-wizard/druid.c,
8666         plugins/search/search_preferences.c,
8667         plugins/sourceview/sourceview-prefs.c,
8668         plugins/terminal/terminal.c,
8669         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8671         Patch from Przemysław Grzegorczyk:
8672         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8673         plugins/subversion/anjuta-subversion.glade: Enable files in
8674         fileselection dialog. Fixes bug #376031.
8675         
8676 2006-11-17  Adam Dingle <adam@medovina.org>
8678         Reviewed by: Naba Kumar  <naba@gnome.org>
8679         * plugins/build-basic-autotools/build-basic-autotools.c
8680         * plugins/class-gen/anjuta-class-gen.plugin.in
8681         * plugins/debug-manager/breakpoints.c
8682         * plugins/debug-manager/plugin.c
8683         * plugins/devhelp/plugin.c
8684         * plugins/document-manager/plugin.c
8685         * plugins/gdb/debugger.c
8686         * plugins/glade/anjuta-glade.plugin.in
8687         * plugins/gtodo/plugin.c
8688         * plugins/language-support-cpp-java/plugin.c
8689         * plugins/message-view/plugin.c
8690         * plugins/project-import/anjuta-project-import.glade
8691         * plugins/project-import/anjuta-project-import.plugin.in
8692         * plugins/search/plugin.c
8693         * plugins/tools/scripts/tools-2.xml.in
8694         * plugins/valgrind/plugin.c
8695         * src/anjuta-actions.h:
8696         Fixed bug #376335 "menu items should be capitalized".  Minor
8697         grammar edits.
8699 2006-11-20  Naba Kumar  <naba@gnome.org>
8700         
8701         * configure.in: Fixed build.
8703         Patch from: Arjan Timmerman
8704         *configure.in: Make subvesion plugin build for apr 1.x.
8705         Fixes: Bug #364754.
8706         
8707 2006-11-20  Johannes Schmid <jhs@gnome.org>
8709         * configure.in
8710         * plugins/*/*.[ch]:
8711         Removed patches from Sylvain and Günther. They caused not problems but
8712         Naba was against them.
8714 2006-11-20  Johannes Schmid <jhs@gnome.org>
8716         * Removed me from MAINTAINERS
8718 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8720         * configure.in:
8721         Use apr-1 instead of apr-0
8723 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8725         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8726         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8727         and another bug occuring when parsing .pc file containing quotes.
8729 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8731         * plugins/*/*.[ch]: Use class macro for type casting.
8733         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8734         GCC 4.1.2 (there are only two warnings remaining now when compiling
8735         plugins).
8737         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8738         a memory leak in debug_tree_find_expression; g_free was called on
8739         the parameter instead of the memory allocated by gtk_tree_model_get.
8741         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8742         to declare and initialize the global type variable of the plugin.
8744 2006-10-31  Naba Kumar  <naba@gnome.org>
8746         * global-tags/create_global_tags.sh.in: Added an end message.
8747         
8748         * libanjuta/anjuta-launcher.h: Fixed indentation.
8749         
8750         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8751         creation to a) append the messages in right way, b) Connect signals
8752         to the view properly and c) Recreate the system-tags.cache at the
8753         end of the generation.
8755         * plugins/symbol-browser: Fixed action path (double
8756         click on sysmbols was not working).
8758         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8759         Fixed typedef and removed dead code.
8761         * tagmanager/c.c: Took the latest version from ctags source
8762         repository, because the one we had (from ctags 5.6) was broken.
8763         
8764         * global_tags/create_global_tags.sh.in: Reverted the patch from
8765         Sylvain because it was not right fix (and added a helpful comment).
8766         Used /bin/bash to fix the bashism and generated separate log files
8767         for each tag files in the same directory.
8768         
8769 2006-10-29  Naba Kumar  <naba@gnome.org>
8771         * plugins/editor/text_editor.c: Use a temporary file
8772         to save the editor and move it at the end to original
8773         file. This will prevent data corruption if file save
8774         failed for any reason. Also report proper errors when
8775         file save fails. Fixes bug #346575.
8776         
8777 2006-10-26  Naba Kumar  <naba@gnome.org>
8779         * plugins/document-manager/anjuta-docman.c: Do not load
8780         the same files with different path more than once (happens
8781         with symlinked files). Fixes Bug #323591.
8783 2006-10-25  Naba Kumar  <naba@gnome.org>
8785         * plugins/valgrind/vgactions.c: Fixed a warning.
8787 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8789         Reviewed by Naba Kumar  <naba@gnome.org>:
8791         * plugins/valgrind/vgtoolview.c:
8792         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8794         * plugins/valgrind/bugged-prg-test.c:
8795         No more warning during compilation with GCC 4.1.
8796         Program is still buggy in order to be used as a test of the
8797         plugin.
8799         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8800         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8801         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8802         plugins/valgrind/vgrule.c:
8803         No more warning during compilation with GCC 4.1.
8805         * plugins/valgrind/plugin.c:
8806         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8807         prototype (was missing from previous patch).
8809 2006-10-24  Naba Kumar  <naba@gnome.org>
8811         * plugins/glade/plugin.c: Show glade tree view, not list view.
8812         
8813         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8814         exited with glade plugin still loaded. Fixes Bug #364755.
8816         * plugins/document-manager/anjuta-document-manager.plugin.in:
8817         Added application/x-reject in accepted mime-types.
8818         
8819         * Changelog: Fixed changelog alignments.
8821 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8823         Reviewed by: Naba Kumar  <naba@gnome.org>
8824         
8825         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8826         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8827         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8828         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8829         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8830         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8831         plugins/valgrind/vgsearchbar.c:
8832         Use class macro for type casting.
8834         * plugins/valgrind/plugin.h:
8835         Don't force cast a GtkActionGroup to a GtkAction.
8837         * plugins/valgrind/plugin.c:
8838         Use correct API to get path of the preoject root when building
8839         the list of targets for the run action.
8840         Correct ordering of the construction of the preferences widgets.
8841         Only remove the valgrind widget if it is currently displayed.
8843         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8844         Return if check_valgrind_binary() fails.
8845         The ValgrindPluginPrefs object is initialized after the call to
8846         vg_action_new. Take a handle to the location of the pointer to
8847         the future object.
8849 2006-10-24  Naba Kumar  <naba@gnome.org>
8851         * HACKING: Updated coding sample.
8852         
8853         Patch from: Armin Burgmeier  <armin@arbur.net>
8854         * plugins/symbol-browser/test-class.h,
8855         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8856         
8857 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8859         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8860         * plugins/valgrind/vgtoolview.h:
8861         Correctly handle the argv / srcdir of vg_tool_view object. Do
8862         not leak memory associated with those arrays.
8864         * plugins/symbol-browser/an_symbol_prefs.c:
8865         Support unloading / reloading of the module (for example when
8866         closing a project and opening another one).
8868         * plugins/project-manager/plugin.c:
8869         Remove plugin widget before removing plugin itself, preventing
8870         a crash with valgrind plugin.
8872         * libanjuta/anjuta-preferences-dialog.c:
8873         Do not use the page_num returned by gtk_notebook_append_page to
8874         remove the page as it cause bugs when pages removal is not done
8875         in LIFO.
8877         * plugins/document-manager/anjuta-docman.c:
8878         Fix some GTK+ warnings.
8880         * global-tags/create_global_tags.sh.in:
8881         Rewrite script to remove bash-ism and use pkg-config directly
8882         instead of parsing the *.pc file by hand. This solve problems
8883         that occurred when one of the directory in PKG_CONFIG_PATH is
8884         empty.
8886 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8888         * plugins/glade/plugin.c: Fix build (#363884)
8890 2006-10-22  Johannes Schmid <jhs@gnome.org>
8892         * plugins/file-manager/an_file_view.c:
8893         * plugins/file-manager/plugin.c:
8894         * plugins/file-manager/plugin.h:
8895         Fix possible crasher when changing project-root uri when we try to restore open nodes
8896         * AUTHORS: Updated
8898 2006-10-19  Naba Kumar  <naba@gnome.org>
8900         Patch from: Juan Pablo Ugarte
8901         * plugins/glade/plugin.c: Include glade header
8902         correctly.
8903         
8904 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8905         
8906         * plugins/debug-manager/Makefile.am,
8907         plugins/debug-manager/sexy-icon-entry.h,
8908         plugins/debug-manager/sexy-icon-entry.c,
8909         plugins/debug-manager/dataview.c:
8910         Fix bug #358134 (Goto memory prompt)
8911         Use sexy-icon-entry from libsexy 0.1.10
8913         * plugins/debug-manager/debugger.c,
8914         plugins/debug-manager/plugin.c,
8915         plugins/debug-manager/start.c,
8916         plugins/gdb/debugger.c,
8917         plugins/gdb/plugin.c:
8918         Better error handling when starting and stopping debugger
8920 2006-10-13  Maik Beckmann <maik@eigenco.de>
8922         * src/action_callbacks.c:
8923         Fixed bug #361830 (AboutDialog does not close) which is caused 
8924         due to a change in Gtk+ 2.10  
8925   
8926 2006-10-12  Adam Dingle <adam@medovina.org>
8928         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
8930         * plugins/search/search-replace.c:
8931         Fixed bug #358068 (indicate when Find in Files is complete)
8933         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8935         * plugins/sourceview/sourceview-prefs.c:
8936         * plugins/sourceview/sourceview.glade:
8937         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
8939         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
8941         * plugins/devhelp/plugin.c:
8942         * plugins/search/plugin.c: 
8943         Fixed bug #359750 (fix find/replace shortcut keys).
8945         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
8946         use Alt+key for shortcuts)
8948         *  plugins/debug-manager/debug_tree.c:
8949         *  plugins/debug-manager/debugger.c:
8950         Fixed bug #359317 (can't load debug manager)
8952         * /plugins/document-manager/plugin.c:
8953         Fixed bug #359259 (highlight modes listed in reverse 
8954         alphabetical order).
8956 2006-10-10  Johannes Schmid <jhs@gnome.org>
8958         * plugins/glade/plugin.c:
8959         Add scrollbars to glade project window
8961 2006-10-10  Johannes Schmid <jhs@gnome.org>
8963         * libanjuta/interfaces/Makefile.am.iface:
8964         Fixed Makefile with broke build
8966 2006-10-07  Johannes Schmid <jhs@gnome.org>
8968         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8969         * libanjuta/interfaces/Makefile.iface.am:
8970         Fixed enum types generation
8972         * libanjuta/interfaces/libanjuta.idl:
8973         Fixed some strange typo
8975 2006-10-06  Johannes Schmid <jhs@gnome.org>
8977         * libanjuta/interfaces/Makefile.iface.am:
8978         Fixed enum-types.h generation
8979         * libanjuta/interfaces/libanjuta.idl:
8980         char* => gchar*
8981         IAnjutaTODO::load should take const gchar* argument
8982         Remove include to libanjuta/e-splash.h which is not installed as header file
8983         Disable get_attributes for now
8984         
8985         * pluings/sourceview/sourceview.c: Disabled get_attributes
8986         
8987         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
8989 2006-10-05  Naba Kumar  <naba@gnome.org>
8991         * TODO.tasks: Set 'Improve class widzard' task to assigned.
8992         Set bug id for 'Profiler plugin' task.
8994 2006-10-03  Naba Kumar  <naba@gnome.org>
8996         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
8997         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
8999         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
9000         plugins/project-manager/plugin.c: Added a new API in
9001         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
9002         Added some documentation. On project close, close all editors that
9003         has files opened for the project.
9004         
9005         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
9006         from the containers on anjuta_shell_remove_widget(). Do not destroy
9007         glade widgets once created.
9008         
9009 2006-10-03  Johannes Schmid <jhs@gnome.org>
9011         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9012         * libanjuta/interfaces/libanjuta.idl:
9013         const-List<> => const List<>
9014         List-free<> => List<>
9015         
9016         * Makefile.am: Reenabled launcher
9018 2006-10-03  Johannes Schmid <jhs@gnome.org>
9020         * libanjuta/interfaces/Makefile.am.iface:
9021         Install libanjuta.idl
9023 2006-10-02  Adam Dingle <adam@medovina.org>
9025         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9027 2006-10-02  Adam Dingle <adam@medovina.org>
9029         * plugins/editor/style-editor.c: fixed bug #357534
9030         * plugins/gdb/utilities.h: removed 2 unused declarations
9032 2006-10-02  Johannes Schmid <jhs@gnome.org>
9034         * Makefile.am: disabled anjuta-launcher
9035         * libanjuta/Makefile.am:
9036         
9037         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9038         * libanjuta/glue-factory.c: (glue_factory_add_path),
9039         (glue_factory_get_path):
9040         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9041         * libanjuta/glue-factory.h:
9042         * libanjuta/glue-cpp.h:
9043         * libanjuta/glue-cpp.c:
9044         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
9045         
9046         * libanjuta/interfaces/Makefile.am.iface:
9047         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9048         * libanjuta/interfaces/libanjuta.idl:
9049         Add a new features to idl compiler:
9050         List<Type> => List of Type
9051         List-free<Type> => List of Type, it is up to the caller to free items and list
9052         const-List(-free)<Type> = const List of Types
9053         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9054         
9055         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9056         (generic_cpp_class_create_code):
9057         Adapted to new project_manager interface
9058         
9059         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9060         * plugins/debug-manager/debugger.c:
9061         (ivariable_debugger_iface_init):
9062         Do not use C++ keyword "delete" for interface name
9063         
9064         * plugins/document-manager/anjuta-document-manager.plugin.in:
9065         Added m4 to mime-types
9066         
9067         * plugins/project-manager/plugin.c:
9068         (iproject_manager_add_source_multi):
9069         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9071 2006-10-01  Naba Kumar  <naba@gnome.org>
9073         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9074         UI file used when out-of-process devhelp is used instead of
9075         embedded devhelp.
9076         
9077         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9078         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9079         plugins/profile-default/default.anjuta: Build devhelp plugin,
9080         but use out-of-process devhelp if devhelp plugin is disabled
9081         (either by user or devhelp is not installed). Disabled devhelp
9082         plugin by default. Added it in default profile.
9084 2006-10-01  Naba Kumar  <naba@gnome.org>
9086         * plguins/project-manager/plugin.c: Possible fix for crash
9087         bug #358583.
9088         
9089         * configure.in, plugins/Makefile.am: Enabled glade plugin and
9090         set dep to last version 3.0.2.
9091         
9092         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9093         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9094         plugins/symbol-browser/plugin.c: Use the right action group
9095         for getting popup actions (Fixes lots of assertion failures).
9097         * plugins/project-manager/plugin.c,
9098         plugins/project-manager/plugin.h: use separate action group
9099         for profie actions.
9100         
9101         * plugins/message-view/plugin.c: Disconnect session load
9102         signal on plugin deactivation (fixes a crash).
9104 2006-09-30  Naba Kumar  <naba@gnome.org>
9106         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9107         * TODO.tasks: Assigned a bounty to Massimo.
9109 2006-09-29  Naba Kumar  <naba@gnome.org>
9111         * src/anjuta-app.c, src/shell.c: Fixed build errors.
9113 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9115         * plugins/debug-manager/debugger.c,
9116         plugins/debug-manager/plugin.c,
9117         libanjuta/interfaces/libanjuta.idl:
9118         Add a new abort command to quit debugger without waiting
9120         * plugins/gdb/debugger.c,
9121         plugins/gdb/debugger.h,
9122         plugins/gdb/plugin.c:
9123         Send a signal directly to the debugged program
9124         Implement abort command
9126         * plugins/debug-manager/debug_tree.c:
9127         Fix bug #358163
9129         * plugins/debug-manager/stack-trace.c:
9130         Fix bug #358009
9132 2006-09-29  Naba Kumar  <naba@gnome.org>
9134         * TODO.tasks: Updated.
9135         
9136         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9137         dialog.
9138         
9139         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9140         
9141         * TODO.tasks: Updated in light of the word wrapping fix
9142         in Tasks Manager. Added a test bounty entry.
9144         * TODO.tasks: Added four bounties.
9145         
9146 2006-09-28  Naba Kumar  <naba@gnome.org>
9148         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9149         Added 'customizable' parameter to
9150         anjuta_ui_add_action_group_entries() and similar functions to
9151         allow user configuration of the actions. Filter out actions that
9152         are not configurable items (such as submenu items). Now the
9153         'Customize shortcuts' dialog is much better listed.
9155         * plugins/build-basic-autotools/build-basic-autotools.c,
9156         plugins/build-basic-autotools/build-basic-autotools.h,
9157         plugins/cvs-plugin/plugin.c,
9158         plugins/cvs-plugin/plugin.h,
9159         plugins/debug-manager/breakpoints.c,
9160         plugins/debug-manager/plugin.c,
9161         plugins/debug-manager/stack_trace.c,
9162         plugins/debug-manager/watch.c,
9163         plugins/devhelp/plugin.c,
9164         plugins/document-manager/plugin.c,
9165         plugins/file-loader/plugin.c,
9166         plugins/file-manager/plugin.c,
9167         plugins/glade/plugin.c,
9168         plugins/gtodo/interface.c,
9169         plugins/gtodo/plugin.c,
9170         plugins/language-support-cpp-java/plugin.c,
9171         plugins/macro/plugin.c,
9172         plugins/macro/plugin.h,
9173         plugins/message-view/plugin.c,
9174         plugins/patch/plugin.c,
9175         plugins/profile-default/default.anjuta,
9176         plugins/project-manager/plugin.c,
9177         plugins/project-manager/plugin.h,
9178         plugins/sample1/plugin.c,
9179         plugins/search/plugin.c,
9180         plugins/subversion/plugin.c,
9181         plugins/subversion/plugin.h,
9182         plugins/symbol-browser/plugin.c,
9183         plugins/symbol-browser/plugin.h,
9184         plugins/tools/plugin.c,
9185         plugins/valgrind/plugin.c,
9186         plugins/valgrind/plugin.h: Fixed to take care of above change
9187         in API of AnjutaUI. Properly added/removed action groups in some
9188         plugins. Split action groups into customization and non-customizable
9189         groups and added them separately.
9191         * plugins/document-manager/plugin.c: Close files belonging to
9192         project when project is closed (not complete).
9193         
9194         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9195         vertical aligned cell entries.
9196         
9197         * src/anjuta-app.c: Define macros for the placeholder names.
9198         Set default widths and heights of the default placeholders,
9199         so that newly docked widgets are correclty sized.
9200         
9201         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9202         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9203         Fixed to generated correct actions addition/removal code.
9205 2006-09-25  Naba Kumar  <naba@gnome.org>
9207         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9208         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9209         class.
9210         
9211         * plugins/message-view/anjuta-msgman.c,
9212         plugins/message-view/anjuta-msgman.h,
9213         plugins/message-view/message-view.c,
9214         plugins/message-view/message-view.h,
9215         plugins/message-view/plugin.c: Serialize messages panes in
9216         session save and deserialize them in session load so that
9217         build messages persistant.
9218         
9219 2006-09-24  Johannes Schmid <jhs@gnome.org>
9221         * libanjuta/anjuta-utils.c:
9222         * plugins/message-view/message-view.c:
9223         Really fixed #355407
9225 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9227         * libanjuta/interfaces/libanjuta.idl:
9228         Change one variable sign
9230         * plugins/debug-manager/anjuta-debug-manager.glade,
9231         plugins/debug-manager/anjuta-debug-manager.ui:
9232         Few small interface changes     
9234         * plugins/debug-manager/debug_tree.h,
9235         plugins/debug-manager/watch.c,
9236         plugins/debug-manager/debugger.c,
9237         plugins/debug-manager/plugin.c
9238         plugins/gdb/debugger.c,
9239         plugins/gdb/plugin.c:
9240         Big rewrite of debugger queue
9241         Allow to cancel command
9243         * plugins/debug-manager/memory.c:
9244         Fix a bug if a command is cancelled
9246 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9248         * plugins/gdb/debugger.c,
9249         plugins/debug-manager/debug_tree.c,
9250         plugins/debug-manager/locals.c:
9251         Restore tree representation for local variable
9252         Add argument in local variable list
9253         Use gdb variable object to get all informations
9255 2006-09-19  Naba Kumar  <naba@gnome.org>
9257         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9258         that implements AnjutaSavePrompt class.
9260         * ChangeLog: Fixed indentation.
9261         
9262         * libanjuta/Makefile.am,
9263         libanjuta/anjuta-marshal.list,
9264         libanjuta/anjuta-shell.c,
9265         libanjuta/anjuta-shell.h,
9266         plugins/document-manager/action-callbacks.c,
9267         plugins/document-manager/action-callbacks.h,
9268         plugins/document-manager/anjuta-docman.c,
9269         plugins/document-manager/anjuta-docman.h,
9270         plugins/document-manager/plugin.c,
9271         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9272         unsaved items during exit. A new signal is added in shell
9273         interface called 'save-prompt' to collect all unsaved items.
9274         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9275         Fixed document manager to use the new save-prompt signal in shell
9276         and AnjutaSavePrompt object for unsaved files. Cleaned up
9277         AnjutaDocman to synchronously save new files. Fixed function
9278         names.
9280 2006-09-18  Johannes Schmid <jhs@gnome.org>
9282         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9283         gdl requirement to 0.7.0
9285 2006-09-18  Johannes Schmid <jhs@gnome.org>
9287         * global-tags/.cvsignore:
9288         * global-tags/Makefile.am:
9289         * global-tags/create_global_tags.sh (removed):
9290         * global-tags/create_global_tags.sh.in (added):
9291         Fixed #355407
9292         
9293         * libanjuta/anjuta-launcher.c:
9294         Fixed #349374
9295         
9296         * plugins/project-manager/plugin.c:
9297         (project_manager_plugin_close_project):
9298         Fixed crasher
9299         
9300         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9301         Fixed gtk critical
9302         
9303         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9304         More reasonable toolbar creation/deletition though it does
9305         not completly work!
9307 2006-09-15  Johannes Schmid <jhs@gnome.org>
9309         * libanjuta/anjuta-utils.c/.h:
9310         Fixed #355168
9312 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9314         * scintilla/ScintillaGTK.cxx
9315         Fixed doulbe freeing in Scintilla
9317 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9319         * plugins/symbol-browser/an_symbol_prefs.c:
9320         Support unloading / reloading of the module (for example when
9321         closing a project and opening another one).
9323         * plugins/project-manager/plugin.c:
9324         Really fixed #355148 (Show project name in title bar)
9326 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9328         * libanjuta/plugins.c:
9329         Fixed #355156 (Show plugins in alphabetical order)
9331 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9333         * plugins/project-manager/plugin.c:
9334         Fixed #355148 (Show project name in title bar)
9336 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9338         * plugins/project-manager/plugin.c:
9339         (value_removed_project_root_uri):
9340         Fixed crasher if project cannot be opened
9342 2006-08-30 Naba Kumar  <naba@gnome.org>
9344         * plugins/language-support-cpp-java/plugin.[c,h],
9345         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9346         Impletemnted UI for auto indent.
9347         
9348 2006-08-28 Naba Kumar  <naba@gnome.org>
9349         
9350         * plugins/gvim/.cvsignore,
9351         plugins/gvim/Makefile.am,
9352         plugins/gvim/anjuta-vim-plugin.png,
9353         plugins/gvim/anjuta-vim.c,
9354         plugins/gvim/anjuta-vim.h,
9355         plugins/gvim/anjuta-vim.plugin.in,
9356         plugins/gvim/gtkvim.c,
9357         plugins/gvim/gtkvim.h,
9358         plugins/gvim/plugin.c,
9359         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9360         in build yet.
9362 2006-08-28 Naba Kumar  <naba@gnome.org>
9364         Patch from: Massimo Corà  <maxcvs@email.it>
9365         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9366         possible infinite loop.
9368 2006-08-22 Adam Dingle <adam@medovina.org>
9369         
9370         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9371         to edit are shown in the preferences dialog in anjuta").
9372         Removed unused widgets from the style editor dialog.
9374 2006-08-21  Johannes Schmid <jhs@gnome.org>
9376         * plugins/symbol-browser/test-class.[cpp/h]
9377         Added missing files
9379 2006-08-18  Naba Kumar  <naba@gnome.org>
9381         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9382         end of document loading.
9384         * plugins/language-support-cpp-java/plugin.c,
9385         plugins/sourceview/sourceview.c: Fixed plugin loading.
9387 2006-08-17  Naba Kumar  <naba@gnome.org>
9389         * plugins/language-support-cpp-java/plugin.c,
9390         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9391         mode line parsing. Indentation parameters initialized based on
9392         mode line parameters.
9394 2006-08-16  Naba Kumar  <naba@gnome.org>
9396         * Makefile.am, plugins/editor/text_editor.c,
9397         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9398         comments.
9400 2006-08-16 Naba Kumar  <naba@gnome.org>
9402         Patch from  Massimo Cora'  <maxcvs@email.it>:
9403         
9404         * plugins/editor/aneditor-autocomplete.cxx,
9405         plugins/editor/aneditor-calltip.cxx,
9406         plugins/symbol-browser/Makefile.am,
9407         plugins/symbol-browser/an_symbol.c,
9408         plugins/symbol-browser/an_symbol_view.c,
9409         plugins/symbol-browser/plugin.c,
9410         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9411         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9412         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9413         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9414         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9415         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9416         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9417         tagmanager/get.h, tagmanager/html.c,
9418         tagmanager/include/tm_source_file.h,
9419         tagmanager/include/tm_tag.h,
9420         tagmanager/include/tm_workspace.h,
9421         tagmanager/jscript.c, tagmanager/keyword.c,
9422         tagmanager/keyword.h, tagmanager/lisp.c,
9423         tagmanager/lregex.c, tagmanager/lua.c,
9424         tagmanager/main.h, tagmanager/make.c,
9425         tagmanager/options.c, tagmanager/options.h,
9426         tagmanager/parse.c, tagmanager/parse.h,
9427         tagmanager/parsers.h, tagmanager/pascal.c,
9428         tagmanager/perl.c, tagmanager/php.c,
9429         tagmanager/python.c, tagmanager/read.c,
9430         tagmanager/read.h, tagmanager/readtags.c,
9431         tagmanager/readtags.h, tagmanager/rexx.c,
9432         tagmanager/routines.c, tagmanager/routines.h,
9433         tagmanager/ruby.c, tagmanager/scheme.c,
9434         tagmanager/sh.c, tagmanager/slang.c,
9435         tagmanager/sml.c, tagmanager/sort.c,
9436         tagmanager/sort.h, tagmanager/sql.c,
9437         tagmanager/strlist.c, tagmanager/strlist.h,
9438         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9439         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9440         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9441         tagmanager/vim.c, tagmanager/vstring.c,
9442         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9443         5.6 and namespace completion fixed.
9445         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9446         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9448 2006-08-15 Naba Kumar  <naba@gnome.org>
9450         * libanjuta/interfaces/libanjuta.idl,
9451         plugins/editor/text-editor-iterable.c,
9452         plugins/editor/text_editor.c,
9453         plugins/sourceview/sourceview-cell.c,
9454         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9455         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9456         ianjuta_editor_end_action().
9457         
9458         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9460 2006-08-13 Naba Kumar  <naba@gnome.org>
9462         * plugins/debug-manager/breakpoints.c,
9463         plugins/debug-manager/memory.c,
9464         plugins/debug-manager/registers.c,
9465         src/layout.xml: Fixed debugger widgets layout.
9467 2006-08-12 Naba Kumar  <naba@gnome.org>
9469         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9470         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9471         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9472         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9473         codes and dead codes. Removed automatic indentation prefs.
9475 2006-08-12  Johannes Schmid <jhs@gnome.org>
9477         * libanjuta/Makefile.am:
9478         * libanjuta/anjuta-launcher.c:
9479         * libanjuta/anjuta-launcher.h:
9480         * libanjuta/anjuta-plugin.c:
9481         * libanjuta/anjuta-plugin.h:
9482         * libanjuta/anjuta-preferences.c:
9483         * libanjuta/anjuta-preferences.h:
9484         * libanjuta/anjuta-shell.c:
9485         * libanjuta/anjuta-shell.h:
9486         * libanjuta/libanjuta.h:
9487         
9488         Made wrapper friendly:
9489         - no inline in header files (preferences_set/get)
9490         - correct signal names
9491         - correct GError** argument in anjuta_shell_freeze/thaw
9492         - include correct files in libanjuta.h
9493         
9494         * plugins/project-manager/plugin.c: 
9495         Fixed two crashers
9497 2006-08-11 Naba Kumar  <naba@gnome.org>
9499         * plugins/editor/aneditor-priv.h,
9500         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9501         
9502         * plugins/editor/text_editor_cbs.c,
9503         plugins/sourceview/anjuta-view.c: Pass the right position for char
9504         added signal.
9505         
9506         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9507         
9508         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9510 2006-08-11 Naba Kumar  <naba@gnome.org>
9512         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9513         return the right character at the iter position and get_char() to
9514         not leak memory.
9516         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9517         to set to character offset and not byte index.
9519         * plugins/language-support-cpp-java/plugin.c: Improved
9520         auto-indentation login. Indents opening and closing braces correctly.
9522 2006-08-10  Johannes Schmid <jhs@gnome.org>
9524         * INSTALL:
9525         * autogen.sh:
9526         Required automake = 1.9
9528         * libanjuta/anjuta-children.c:
9529         * libanjuta/anjuta-children.h:
9530         * libanjuta/anjuta-encodings.h:
9531         * libanjuta/anjuta-launcher.h:
9532         * libanjuta/anjuta-plugin-description.h:
9533         * libanjuta/anjuta-preferences-dialog.h:
9534         * libanjuta/anjuta-preferences.h:
9535         * libanjuta/anjuta-session.h:
9536         * libanjuta/anjuta-status.h:
9537         * libanjuta/anjuta-ui.h:
9538         * libanjuta/anjuta-utils.c:
9539         * libanjuta/anjuta-utils.h:
9540         * libanjuta/e-splash.h:
9541         * libanjuta/glue-factory.h:
9542         * libanjuta/glue-plugin.h:
9543         * libanjuta/plugins.h:
9544         * libanjuta/resources.h:
9545         Fixed libanjuta to be able to wrap it
9546         - G_BEGIN_DECLS, G_END_DECLS
9547         - include all necessary files in libanjuta.h
9549         * plugins/gtodo/tray-icon.c:
9550         * plugins/terminal/terminal.c:
9551         Some build fixes for freebsd
9553         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9554         * plugins/sourceview/sourceview.glade:
9555         Remove auto-indent feature as it is now in language-support
9557 2006-08-09 Naba Kumar  <naba@gnome.org>
9559         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9560         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9561         Added missing files.
9563         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
9564         get_use_spaces(), set_tabsize() and set_use_spaces().
9566 2006-08-09 Naba Kumar  <naba@gnome.org>
9568         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9569         succeeded in activating.
9571         * plugins/document-manager/plugin.c: Added debug message.
9573         * libanjuta/interfaces/libanjuta.idl,
9574         plugins/editor/text_editor.c: Implemented get_tabsize(),
9575         get_use_spaces(), set_tabsize() and set_use_spaces().
9577         * plugins/language-support-cpp-java/Makefile.am,
9578         plugins/language-support-cpp-java/plugin.c,
9579         plugins/language-support-cpp-java/plugin.h: Used editor parameters
9580         for indentation. Added preferences page for paramenters.
9582         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9584 2006-08-08 Naba Kumar  <naba@gnome.org>
9586         * libanjuta/interfaces/libanjuta.idl,
9587         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9588         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9589         plugins/editor/text_editor.c,
9590         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9591         and implemented it for both scintilla and sourceview.
9593         * plugins/search/plugin.c: Use the new grab_focus() to transfer
9594         focus back to editor (happens when pressing esc in incremental
9595         search box).
9597 2006-08-08 Naba Kumar  <naba@gnome.org>
9599         * libanjuta/interfaces/libanjuta.idl,
9600         plugins/editor/text_editor.c,
9601         plugins/editor/text_editor.h,
9602         plugins/editor/text-editor-iterable.c,
9603         plugins/sourceview/sourceview-cell.c,
9604         plugins/sourceview/sourceview.c: Implemented editor attributes
9605         methods.
9606         
9607         * plugins/editor/aneditor.cxx: Disabled old indentation code.
9608         plugins/language-support-cpp-java/plugin.c: Implemented indentation
9609         code (not complete yet).
9611         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9612         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9613         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9614         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9615         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9616         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9618 2006-08-04 Naba Kumar  <naba@gnome.org>
9620         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9621         implementation.
9622         
9623 2006-08-03  Johannes Schmid <jhs@gnome.org>
9625         * configure.in: Add a more informative text to valgrind plugin
9627         * TODO.tasks:
9628         Modified Preferences tasl
9629         * libanjuta/anjuta-plugin.c: 
9630         * libanjuta/anjuta-preferences-dialog.c: 
9631         * libanjuta/anjuta-preferences-dialog.h:
9632         * libanjuta/anjuta-preferences.c:
9633         * libanjuta/anjuta-preferences.h:
9634         * libanjuta/interfaces/Makefile.am.iface:
9635         * libanjuta/interfaces/libanjuta.idl:
9636         Added IAnjutaPreferences interface which every plugin that has preferences should
9637         implement. Call merge() and unmerge() at plugin activation/deactivation.
9638         Fixed preferences_page_remove()
9639         
9640         * plugins/build-basic-autotools/build-basic-autotools.c:
9641         * plugins/cvs-plugin/plugin.c: 
9642         * plugins/document-manager/plugin.c:
9643         * plugins/editor/plugin.c:
9644         * plugins/editor/plugin.h:
9645         * plugins/file-manager/plugin.c: 
9646         * plugins/gtodo/main.h:
9647         * plugins/gtodo/plugin.c: 
9648         * plugins/gtodo/preferences.c: 
9649         * plugins/message-view/anjuta-msgman.c: 
9650         * plugins/message-view/anjuta-msgman.h:
9651         * plugins/message-view/plugin.c:
9652         * plugins/sourceview/plugin.c: 
9653         * plugins/sourceview/plugin.h:
9654         * plugins/symbol-browser/an_symbol_prefs.c:
9655         * plugins/symbol-browser/plugin.c: 
9656         * plugins/terminal/terminal.c: 
9657         * plugins/valgrind/plugin.c
9658         * src/anjuta-app.c:
9659         
9660         Updated preference loading/unloading for all plugins
9662 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9663         
9664         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9665         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9666     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9667         recommended by the autoconf manual. 
9668         - Fixes compiling with autoconf 2.60.
9669         
9670         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9672 2006-08-02      Johanes Schmid <jhs@gnome.org>
9674         * plugins/profile-default/plugin.c:
9675         Fixed session handling
9677 2006-08-01  Johannes Schmid <jhs@gnome.org>
9679         * configure.in
9680         * plugins/Makefile.am:
9681         Disabled devhelp and glade for now as they do not work (#341073
9682         and #341170)
9683         
9684         * plugins/profile-default/anjuta-default-profile.ui (removed):
9685         * plugins/profile-default/plugin.c:
9686         * plugins/profile-default/plugin.h:
9687         * plugins/project-manager/anjuta-project-manager.ui:
9688         * plugins/project-manager/plugin.c:
9689         * plugins/project-manager/plugin.h:
9690         Limted multiple project support #315043
9692         * libanjuta/interfaces/libanjuta.idl:
9693         Added ianjuta_profile_unload
9695 2006-07-31 Naba Kumar  <naba@gnome.org>
9697         * libanjuta/interfaces/libanjuta.idl,
9698         plugins/editor/text-editor-iterable.c,
9699         plugins/editor/text_editor.c,
9700         plugins/sourceview/anjuta-view.c,
9701         plugins/sourceview/anjuta-view.h,
9702         plugins/sourceview/sourceview.c: Fixed text iteration and 
9703         IAnjutaEditor implementations in both scintilla
9704         and sourceview. Cleand up libanjuta API: Removed redundant
9705         erase_range() method from IAnjutaEditor interface, fixed
9706         ianjuta_editor_get_text to take length instead of range (consistency).
9707         autoindentation in both sourceview and scintilla more or less works,
9708         but still disabled for now because there are still some anomalies
9709         in text iteration.
9711         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9713         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9714         API changes.
9716 2006-07-30  Johannes Schmid <jhs@gnome.org>
9718         * plugins/sourceview/anjuta-document.c:
9719         * plugins/sourceview/anjuta-document.h:
9720         * plugins/sourceview/anjuta-view.c: 
9721         * plugins/sourceview/sourceview.c:
9722         Wrote a new "char_added" implementation, I hope this one is good
9724         * plugins/sourceview/sourceview-cell.c:
9725         Fixed typo: "text_iter" instead of "iter"
9727 2006-07-30 Naba Kumar  <naba@gnome.org>
9729         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9731 2006-07-30  Johannes Schmid <jhs@gnome.org>
9733         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9734         
9735         * plugins/debug-manager/plugin.c: 
9736         * plugins/patch/plugin.c:
9737         Use IAnjutaIndicable to mark debugger position
9739         * plugins/sourceview/sourceview.c:
9740         Define colors for IAnjutaIndicable
9742 2006-07-29  Johannes Schmid <jhs@gnome.org>
9744         * plugins/debug-manager/anjuta-debug-manager.ui:
9745         * plugins/debug-manager/breakpoints.c:
9746         * plugins/debug-manager/images/Makefile.am:
9747         * plugins/debug-manager/images/run-to-cursor.png:
9748         * plugins/debug-manager/plugin.c:
9749         Added toolbar and some icons
9751         * plugins/patch/anjuta-patch.ui:
9752         * plugins/patch/patch-plugin.c:
9753         * plugins/patch/patch-plugin.glade:
9754         * plugins/patch/plugin.c:
9755         * plugins/patch/plugin.h:
9756         Improved patch plugin (GUI and function)
9758         * plugins/sourceview/sourceview.c:
9759         Fixed another Gtk-Critical
9761         * plugins/tools/anjuta-tools.ui:
9762         * plugins/tools/plugin.h:
9763         Put Patch plugin in tools menu and changed ui file
9765 2006-07-29  Johannes Schmid <jhs@gnome.org>
9767         * plugins/document-manager/plugin.c:
9768         Fixed accelator Gtk-Warning
9770         * plugins/message-view/anjuta-msgman.c: 
9771         Fixed Gtk-Warning
9773         * plugins/sourceview/anjuta-document.c:
9774         * plugins/sourceview/anjuta-document.h:
9775         * plugins/sourceview/anjuta-marshal.list:
9776         Wrote a better emitter for the char-added signal
9778         * plugins/sourceview/sourceview.c:
9779         Fixed Redo/Undo to void Gtk-Criticals
9780         
9781         * plugins/sourceview/sourceview-args.c:
9782         * plugins/sourceview/sourceview-cell.c:
9783         * plugins/sourceview/sourceview-scope.c:
9784         * plugins/sourceview/sourceview-tags.c: 
9785         Adapted to new IAnjutaIterator API
9787 2006-07-28 Naba Kumar  <naba@gnome.org>
9789         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9791         * plugins/symbol-browser/an_symbol.c,
9792         plugins/symbol-browser/an_symbol_iter.c,
9793         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9794         subclass of AnjutaSymbol so that the symbol is accessible from
9795         the iter in light of changes in IAnjutaIterable.
9797         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9798         implementation of IAnjutaIterable.
9800 2006-07-28 Naba Kumar  <naba@gnome.org>
9802         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9803         IAnjutaIterable. They were kind of useless since the interface is
9804         defined on the data object itself. Added set_position() method
9805         in IAnjutaIterable to allow setting arbitrary current index to the
9806         iter.
9807         Added erase() and erase_range() in IAnjutaEditor.
9809         * plugins/editor/text-editor-iterable.c: Fixed 
9810         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9811         methods in editor. Fixed get_line_from_position() method.
9813         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9814         code. It's disabled for now.
9816         * plugins/sourceview/sourceview-cell.c,
9817         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9818         implementation.
9820 2006-07-27  Johannes Schmid <jhs@gnome.org>
9822         * plugins/sourceview/sourceview-cell.c:
9823         Fixed IAnjutaEditorCell to work only on a single line
9824         Fixed crasher in finalize
9826         * plugins/symbol-browser/an_symbol_prefs.c:
9827         * global-tags/Makefile.am:
9828         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9829         script installation     
9831 2006-07-26 Naba Kumar  <naba@gnome.org>
9833         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9834         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9835         
9836         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9837         
9838         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9839         support plugins
9840         
9841         * plugins/editor/text-editor-iterable.c,
9842         plugins/editor/text_editor.c,
9843         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9844         method to work correctly, it was ignoring start and end parameters.
9845         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9846         emission.
9847         
9848         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9849         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9851 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9853         * plugins/symbol-browser/an_symbol_view.c,
9854         plugins/symbol-browser/an_symbol_view.h,
9855         plugins/symbol-browser/plugin.c:
9856     fix a matching case into sv_extract_type_qualifier_from_expr ()
9857     and some minor issues.
9859 2006-07-26  Johannes Schmid <jhs@gnome.org>
9861         * plugins/language-support-cpp-java/plugin.c:
9862         Fixed to work kind of with sourceview editor
9863         * plugins/sourceview/anjuta-document.c: 
9864         * plugins/sourceview/anjuta-view.c: 
9865         * plugins/sourceview/sourceview-cell.c:
9866         * plugins/sourceview/sourceview.c:
9867         Fixed IAnjutaEditorCell and "char-added" signal
9869 2006-07-24 Naba Kumar  <naba@gnome.org>
9871         * plugins/document-manager/plugin.c,
9872         plugins/document-manager/plugin.h: Initial implementedion for loading
9873         support plugins.
9874         
9875         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9876         implementation.
9877         
9878         * plugins/editor/text_editor.c: Fixed syntax highlighting when
9879         indicators are cleared (that leaved grey texts).
9881 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9883         * libanjuta/interfaces/libanjuta.idl,
9884         plugins/debug-manager/breakpoints.c,
9885         plugins/debug-manager/memory.c,
9886         plugins/debug-manager/registers.c,
9887         plugins/debug-manager/debug_tree.c,
9888         plugins/debug-manager/debugger.c,
9889         plugins/gdb/debugger.c,
9890         plugins/gdb/debugger.h,
9891         plugins/gdb/plugin.c:
9892         Add a parameter for reporting error
9893         Add a new interface for using gdb variable object
9894         Allow to cancel commands
9895         Rewrite handling of debugger state
9897         * plugins/debug-manager/plugin.c,
9898         plugins/debug-manager/locals.c,
9899         plugins/debug-manager/locals.h,
9900         plugins/debug-manager/register.c,
9901         plugins/debug-manager/stack_trace.c,
9902         plugins/debug-manager/stack_trace.h:
9903         Create and destroy local and stack trace windows when needed
9905 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9907         * plugins/document-manager/plugin.c:
9908         Fixed "Automatic" highlighting
9910 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9912         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
9914         * plugins/sourceview/anjuta-view.c:
9915         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
9917 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
9918         
9919         * configure.in: Check for C/C++-Compiler correctly
9921 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
9923         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9925         * plugins/debug-manager/stack_trace.c:
9926         Destroy stack window when debuuger is disabled (#347414)
9927         
9928         * plugins/sourceview/anjuta-view.c:
9929         Fix a crash with popup-menu (#347412)
9931 2006-07-13 Naba Kumar  <naba@gnome.org>
9933         * plugins/editor/Makefile.am,
9934         plugins/editor/text_editor.h,
9935         plugins/editor/text-editor-iterable.h,
9936         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
9937         tested yet).
9938         
9939         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
9940         code.
9941         
9942         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
9944 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
9946         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
9947         Bug #342937
9948         
9949 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9951         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9953         * libanjuta/anjuta-preferences-dialog.c:
9954         Do not use the page_num returned by gtk_notebook_append_page to
9955         remove the page as it cause bugs when pages removal is not done
9956         in LIFO.
9958         * plugins/document-manager/anjuta-docman.c:
9959         * src/anjuta-app.c:
9960         makes Anjuta display dock_items which have previously been hidden
9962 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9964         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9966         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
9967         * plugins/sourceview/sourceview.c: (imark_unmark):
9968         
9969         Patches for bugs #346450 and #346295
9970         
9971         * AUTHORS: Added Fredrik
9973 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
9975         * plugins/message-view/anjuta-msgman.c: 
9976         Fixed close button/icon size (like in docman)
9978 2006-06-10 Naba Kumar <naba@gnome.org>
9980         * plugins/editor/text_editor.c: Fixed goto line to mark the line
9981         being set.
9982         
9983 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
9985         * libanjuta/interfaces/libanjuta.idl:
9986         Move inspect_memory function in IAnjutaCpuDebugger interface
9987         Rename Boolean type to State
9989         * plugins/debug-manager/breakpoint.c:
9990         Rename Boolean type to State
9992         * plugins/debug-manager/Makefile.am,
9993         plugins/debug-manager/anjuta-marshal.list,
9994         plugins/debug-manager/data_view.c,
9995         plugins/debug-manager/data_view.h,
9996         plugins/debug-manager/data_buffer.c,
9997         plugins/debug-manager/data_buffer.h,
9998         plugins/debug-manager/chunk_view.c,
9999         plugins/debug-manager/chunk_view.h,
10000         plugins/debug-manager/anjuta-debug-manager.ui,
10001         plugins/debug-manager/debugger.c,
10002         plugins/debug-manager/memory.c,
10003         plugins/debug-manager/memory.h,
10004         plugins/debug-manager/plugin.c,
10005         plugins/gdb/debugger.c,
10006         plugins/gdb/debugger.h,
10007         plugins/gdb/plugin.c:
10008         Rewrite memory window using a special widget
10009         Rename Boolean type to State
10011 2006-06-08 Naba Kumar <naba@gnome.org>
10013         * plugins/editor/text_editor.c (itext_editor_get_current_word):
10014         Do not return garbage characters and return NULL when there is no
10015         current word.
10016         
10017         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10018         work correctly.
10019         
10020         * plugins/search/search-replace.c: Fixed a mem leak.
10022 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
10024         * libanjuta/anjuta-launcher.c:
10025         Added debug message (see #343522)
10026         
10027         * plugins/build-basic-autotools/build-basic-autotools.c:
10028         Patch from Günther Brammer to fix #344015
10030         * plugins/sourceview/sourceview.c:
10031         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10032         automatic highlight of build messages)
10034 2006-06-06 Naba Kumar <naba@gnome.org>
10036         * configure.in,
10037         libanjuta/interfaces/libanjuta.idl,
10038         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10039         plugins/Makefile.am,
10040         plugins/document-manager/action-callbacks.c,
10041         plugins/document-manager/plugin.c,
10042         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10043         interface for language highlight selection and langauge change
10044         signal.
10045         
10046         * plugins/language-support-cpp-java: Added language support
10047         plugin for cpp and java.
10049 2006-05-27  Naba Kumar  <naba@gnome.org>
10051         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10052         plugins/debug-manager/*, data/Makefile.am,
10053         manuals/reference/libanjuta/libanjuta.types,
10054         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10055         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10056         merged anjuta-new-debugger branch into trunck.
10057         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10059 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10060         
10061         * libanjuta/interfaces/libanjuta.idl,
10062         plugins/debug-manager/debugger.c,
10063         plugins/debug-manager/debugger.h,
10064         plugins/gdb/anjuta-gdb.plugin.in,
10065         plugins/gdb/debugger.c,
10066         plugins/gdb/debugger.h,
10067         plugins/gdb/plugin.c:
10068         Add new IAnjutaCpuDebugger interface to access cpu register
10069         Run gdb instead of /usr/local/bin/gdb
10070         
10071         * plugins/debug-manager/plugin.c,
10072         plugins/debug-manager/registers.c,
10073         plugins/debug-manager/registers.h:
10074         Rewrite register window
10075         Rename Load target menu item to Run target
10077 2006-05-07  Naba Kumar  <naba@gnome.org>
10079         * plugins/gdb.init
10080         
10081 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10083         * plugins/debug-manager/watch.c,
10084         plugins/debug-manager/breakpoint.c,
10085         plugins/debug-manager/breakpoint.h:
10086         Fix crash: disconnect save and load session signals
10088 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10090         * libanjuta/interface/libanjuta.idl,
10091         plugins/debug-manager/debugger.c,
10092         plugins/gdb/plugin.c:
10093         Add a value parameter for evaluate command
10095         * plugins/debug-manager/anjuta-debug-manager.glade:
10096         Create new dialog box for watches using glade
10098         * plugins/debug-manager/anjuta-debug-manager.ui:
10099         Move watch menu items near the end
10100         Move breakpoint menu items outside the sub menu
10102         * plugins/debug-manager/debug_tree.c,
10103         plugins/debug-manager/debug_tree.h,
10104         plugins/debug-manager/debug_tree.h,
10105         plugins/debug-manager/watch.c:
10106         Move all GUI code from watch.c to debug_tree.c
10107         Add an auto update property to watches
10108         
10109         * plugins/debug-manager/locals.c,
10110         plugins/debug-manager/locals.h,
10111         plugins/debug-manager/stack_trace.c,
10112         plugins/debug-manager/stack_trace.h,
10113         plugins/debug-manager/plugin.c:
10114         Register actions before starting debugger
10116         * plugins/gdb/debugger.c:
10117         Do not call callback function if not present
10119 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10121         * libanjuta/interfaces/libanjuta.idl,
10122         plugins/debug-manager/stack_trace.c,
10123         plugins/debug-manager/stack_trace.h,
10124         plugins/debug-manager/anjuta-debug-manager.ui,
10125         plugins/gdb/debugger.c:
10126         Add a popup menu in stack frame window
10127         Add a new frame-changed event
10128         Use MI command for getting stack informations
10129         Get filename with full path (need gdb > 6.3)
10131         * libanjuta/interfaces/libanjuta.idl,
10132         plugins/debug-manager/debug_tree.c,
10133         plugins/debug-manager/debugger.c,
10134         plugins/debug-manager/locals.c,
10135         plugins/debug-manager/locals.h,
10136         plugins/debug-manager/plugin.c,
10137         plugins/gdb/debugger.c,
10138         plugins/gdb/debugger.h,
10139         plugins/gdb/parser.c,
10140         plugins/gdb/parser.h,
10141         plugins/gdb/plugin.c,
10142         plugins/gdb/Makefile.am:
10143         Pass watch data with string instead of Watch structures
10144         Use debug_tree in local window
10145         Remove info local
10146         Remove parser.{ch}
10148         * plugins/debug-manager/breakpoints.c,
10149         plugins/debug-manager/utilities.c,
10150         plugins/debug-manager/utilities.h:
10151         Use a GtkListStore instead of a GtkTreeStore
10152         move goto_location_in_editor in utilities.c
10153         
10154 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10156         * libanjuta/interfaces/libanjuta.idl,
10157         plugins/debug-manager/anjuta-debug-manager.ui,
10158         plugins/debug-manager/breakpoints.c,
10159         plugins/debug-manager/plugin.c,
10160         plugins/gdb/debugger.c:
10161         Add a breakpoint type
10162         Add new popup menu in breakpoint window
10163         Add toggle breakpoint in editor popup menu
10164         Save and restore breakpoint enable
10165         Fix bug in clear all breakpoints
10166         Remove old useless code
10168         * plugins/debug-manager/debugger.c:
10169         Fix some problem with debugger states
10171         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10172         Update documentation
10173         
10174 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10176         * data/Makefile.am,
10177         plugins/gdb/Makefile.am,
10178         plugins/gdb/gdb.init:
10179         Move gdb.init crom data to plugins/gdb
10181         * plugins/gdb/gdb.init,
10182         libanjuta/interfaces/libanjuta.idl,
10183         plugins/debug-manager/breakpoints.c,
10184         plugins/debug-manager/debugger.c,
10185         plugins/debug-manager/plugin.c,
10186         plugins/gdb/debugger.c,
10187         plugins/gdb/plugin.c:
10188         Support pending breakpoints
10189         Rewrite debugger states
10190         Split ianjuta_debugger_log into _enable_log and _disable_log
10192         * plugins/debug-manager/start.c,
10193         plugins/debug-manager/debug_tree.c,
10194         plugins/gdb/parser.c:
10195         Remove some useless lines
10197         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10198         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10199         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10200         Update documentation
10202 2006-03-12 Naba Kumar <naba@gnome.org>
10204         * manuals/references/libanjuta/libanjuta.types: Fixed
10205         debug-manager name.
10206         
10207 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10209         * libanjuta/anjuta-debugger.c,
10210         libanjuta/anjuta-debugger.h:
10211         Remove those files
10212         
10213         * libanjuta/interfaces/libanjuta.idl,
10214         plugins/debug-mananger/breakpoints.c,
10215         plugins/debug-manager/debug_tree.c,
10216         plugins/debug-manager/debugger.c,
10217         plugins/debug-manager/plugin.c,
10218         plugins/debug-manager/registers.c,
10219         plugins/debug-manager/sharedlib.c,
10220         plugins/debug-manager/signal.c,
10221         plugins/debug-manager/stack_trace.c,
10222         plugins/debug-manager/start.c,
10223         plugins/debug-manager/watch.c,
10224         plugins/gdb/debugger.c,
10225         plugins/gdb/debugger.h,
10226         plugins/gdb/parser.c,
10227         plugins/gdb/parser.h,
10228         plugins/gdb/plugin.c:
10229         Move types definitions from libanjuta/anjuta-debugger.{ch}
10230         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10231         
10232         * plugins/gdb/Makefile.am:
10233         Remove user interface from gdb plugin
10235 2006-03-12 Naba Kumar <naba@gnome.org>
10237         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10239 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10241         Modified Patch from Marc Maurer <uwog@uwog.net>:
10242         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10243         Fixes #342447
10244         
10245         * plugins/sourceview/Makefile.am:
10246         * plugins/sourceview/sourceview-cell.c:
10247         * plugins/sourceview/sourceview-cell.h:
10248         * plugins/sourceview/sourceview.c: 
10249         
10250         Implemented IAnjutaEditorCell
10252 2006-05-21  Naba Kumar  <naba@gnome.org>
10254         * libanjuta/interfaces/libanjuta.idl,
10255         plugins/document-manager/action-callbacks.c,
10256         plugins/document-manager/plugin.c,
10257         plugins/editor/print.c, plugins/editor/text_editor.c,
10258         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10259         Fixed zooming and added icons and shortcuts for zoom menu items.
10261 2006-05-21  Naba Kumar  <naba@gnome.org>
10263         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10264         whitespaces.
10266 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10268         * plugins/document-manager/anjuta-docman.c:
10269         Fixed close button reaction by setting the correct current editor
10271 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10273         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10274         * plugins/document-manager/anjuta-docman.c
10275         - Fix close button, you can close any tab as you wish now.
10276         - Fadeout mime icon as the same as close image  
10278 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10280         Patch from Marc Maurer <uwog@uwog.net>
10281         * main.c: Compile fix when NLS is enabled
10282         
10283         AUTHORS: Added Marc
10285 2006-05-20  Naba Kumar  <naba@gnome.org>
10287         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10288         while loading abiword-2.4.4/abi project).
10290 2006-05-18 Naba Kumar  <naba@gnome.org>
10292         * libanjuta/interfaces/libanjuta.idl,
10293         plugins/document-manager/action-callbacks.c,
10294         plugins/editor/print.c,
10295         plugins/editor/text_editor.c,
10296         plugins/editor/text_editor.h,
10297         plugins/editor/text_editor_prefs.c: Fixed zooming.
10298         
10299         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10300         interface for character iteration and IAnjutaEditorAssist interface
10301         for autocompletions and editor tips.
10303 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10305         Patch from Günther Brammer <GBrammer@gmx.de>:
10306         * plugins/document-manager/anjuta-docman.c:
10307         Make tabs smaller but keep nice closing icon
10309         * plugins/document-manager/anjuta-docman.c:
10310         * plugins/document-manager/Makefile.am:
10311         
10312         Added nice mime-icons to the editor tabs
10314 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10316         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10317         
10318         * plugins/symbol-browser/an_symbol_view.c:
10319         - Fixed crasher
10320         - Fixed symbol searching (Yang Hong (#341997))
10321         
10322         * plugins/devhelp/htmlview.c:
10323         Fixed devhelp plugin
10324         
10325         * plugins/build-basic-autotools/build-basic-autotools.c:
10326         * plugins/search/search-replace.c:
10327         * plugins/document-manager/anjuta-docman.c:
10328         
10329         Only add a marker to a line where it makes sense!
10331 === anjuta 2.0.2 ===
10333 2006-05-15  Naba Kumar  <naba@gnome.org>
10335         * configure.in: set required versions for
10336         gdl and glade3.
10337         
10338 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10340         * plugins/glade/plugin.c:
10341         Fixed signal connection for "gtk-doc-search"
10343 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10345         * NEWS: Set release date, add known issues
10346         
10347         * libanjuta/anjuta-shell.c:
10348         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10349         and debug other gtk-warnings/criticals)
10350         
10351         * plugins/build-basic-autotools/build-basic-autotools.c:
10352         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10353         
10354         * plugins/sourceview/anjuta-view.c:
10355         * plugins/sourceview/sourceview-args.c:
10356         * plugins/sourceview/sourceview-scope.c:
10357         * plugins/sourceview/sourceview-tags.c:
10358         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10360 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10362         * pixmaps/Makefile.am:
10363         Add preferences_general.png
10364         
10365         * plugins/devhelp/plugin.c:
10366         Fixed some more realise things
10367         
10368         * plugins/message-view/anjuta-msgman.c:
10369         Support stock icons for message panes
10370         
10371         * plugins/search/search-replace.c:
10372         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10373          
10374         * plugins/search/search-replace_backend.c:
10375         Fixed #341359
10376         
10377         * plugins/sourceview/anjuta-document.c:
10378         * plugins/sourceview/sourceview.c:
10379         Fixed finalise and tag completion
10380         
10381         * src/anjuta-app.c:
10382         Use preferences_general icon
10384 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10386         * pixmaps/Makefile.am:
10387         Fixed EXTRA_DIST
10389 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10391         * plugins/sourceview/sourceview-prefs.c:
10392         Fixed font & color handling
10393         
10394         * plugins/symbol-browser/an_symbol_view.c:
10395         Fixed crasher
10397 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10399         * plugins/macro/macros.xml:
10400         Fixed bug #341583 (Address of FSF)
10402 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10404         * src/main.c:
10405         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10406         Update: Do it the cool way...
10407         
10408 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10410         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10411         Implement gtk-api-help signals of glade3
10412         * configure.in: Bump to glade3 2.91.2
10413         
10414         * plugins/devhelp/plugin.c:
10415         Fixed some realize stuff in the devhelp plugin
10416         
10417         * plugins/sourceview/anjuta-document.c:
10418         fixed bug with scope completion
10420 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10422         * plugins/symbol-browser/an_symbol_view.c
10423         * plugins/symbol-browser/an_symbol_prefs.c
10424         * plugins/symbol-browser/an_symbol_prefs.h
10425         * global_tags/create_global_tags.sh:
10426         
10427         Automaticly create global tags on first startup
10429 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10431         * configure.in:
10432         * plugins/project-wizard/templates/Makefile.am:
10433         * (added) plugins/project-wizard/templates/cpp-logo.png:
10434         * (added) plugins/project-wizard/templates/cpp.wiz:
10435         * (added) plugins/project-wizard/templates/cpp/*:
10437         Added a generic c++ template. It's a simple hello world.
10439 2006-05-07  Massimo Cora' <maxcvs@email.it>
10441         * plugins/symbol-browser/an_symbol_view.c:
10442         fixed a stupid crasher.
10444 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10446         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10447         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10448         
10449         Fixed WxWidgets project type
10451 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10453         * plugins/devhelp/htmlview.c: 
10454         * plugins/devhelp/plugin.c:
10455         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10456         
10457         * plugins/project-wizard/install.c:
10458         Don't set a message - thanks to seb
10460 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10462         * plugins/devhelp/htmlview.c: 
10463         * plugins/symbol-browser/an_symbol_view.c:
10464         
10465         There is a weird crash in gtk_idle which I still did not completly fix!
10466         
10467         * plugins/project-wizard/install.c:
10468         Default to success instead of failure
10470 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10472         * plugins/devhelp/htmlview.c:
10473         * plugins/devhelp/plugin.c:
10474         Fixed bug and libdevhelp issue!
10476         * plugins/project-wizard/install.c:
10477         Fixed message string!
10479 2006-05-03  Massimo Cora' <maxcvs@email.it>
10480        
10481         * plugins/symbol-browser/an_symbol_view.c:
10482         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10484 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10486         * pixmaps/Makefile.am:
10487         * src/main.c:
10488         * anjuta.desktop.in.in
10489         
10490         GNOME Goal #2.1: Install theme-friendly icons
10492 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10494         * plugins/devhelp/htmlview.c: Reload page on reparent
10495         * plugins/document-manager/anjuta-docman.c:
10496         Present document-manager when document is selected in file-manager
10498 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10500         * plugins/symbol-broser/an_symbol_view.c:
10501         Fixed crasher in namespace exploration
10503 2006-05-01  Massimo Cora' <maxcvs@email.it>
10505         * configure.in:
10506         * plugins/valgrind/Makefile.am:
10508         Optional compiling of Valgrind plugin
10510 2006-05-01  Massimo Cora' <maxcvs@email.it>
10512         * plugins/symbol-browser/an_symbol_view.c:
10513         - modularized code. Marked with FIXME the parts which need improvement.
10514         - More comments.
10515     - Added basic namespace completion for Gtkmm type project:
10516     - namespace1::MyClass *class;
10517     - class-> [display]
10518     - Namespaces must be anyway improved.
10520 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10522         * plugins/devhelp/plugin.c: 
10523         Fixed up plugin unloading and show html widget on link selected
10524         
10525         * NEWS: Updated
10526         
10527 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10529         * plugins/devhelp/Makefile.am:
10530         * plugins/devhelp/anjuta-devhelp.plugin.in:
10531         * plugins/devhelp/htmlview.c:
10532         * plugins/devhelp/htmlview.h:
10533         * plugins/devhelp/plugin.c: 
10534         * plugins/devhelp/plugin.h:
10535         Reimplemeted devhelp plugin from scratch
10536         
10537         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10538         Fixed crasher
10540 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
10542         * plugins/sourceview/sourceview-tags.c:
10543         complete some more tag types
10544         
10545         * plugins/valgrind/plugin.c:
10546         * plugins/valgrind/preferences.c:
10547         * plugins/valgrind/vggeneralprefs.c:
10548         
10549         Fixed lots of gtk warnings
10551 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10553         * plugins/sourceview/sourceview-scope.c:
10554         Implemented type-ahead for scope completion
10556 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
10558         * manuals/C/Makefile.am:
10559         * manuals/Makefile.am:
10560         * plugins/document-manager/Makefile.am:
10561         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10562         * plugins/sourceview/Makefile.am:
10563         * tagmanager/c.c:
10564         
10565         Fixed distcheck
10566         
10567         * plugins/class-gen/goc_template_header: G_END_DECLS
10569 2006-05-27  Naba Kumar <naba@gnome.org>
10571         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10572         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10573         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10574         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10575         scintilla/include/Scintilla.iface,
10576         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10577         cvs. Fixed compile flags. Removed outdated patches.
10579 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
10581         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10583         * plugins/sourceview/anjuta-document.c:
10584         * plugins/sourceview/sourceview-args.c:
10585         * plugins/sourceview/sourceview-scope.c:
10586         
10587         Add End/Home keypresses and support completion if symbol start with '!' for example
10588         in an if statement
10590 2006-04-27 Massimo Cora' <maxcvs@email.it>
10592         * libanjuta/interfaces/libanjuta.idl:
10594         * plugins/sourceview/sourceview-scope.c:
10595         * plugins/sourceview/tag-window.c: 
10596         * plugins/sourceview/tag-window.h:
10597         * plugins/symbol-browser/an_symbol_view.c:
10598         * plugins/symbol-browser/an_symbol_view.h:
10599         * plugins/symbol-browser/plugin.c:
10600         
10601         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10602         interface.
10603         Code and ideas for C/C++ new completion engine comes from IComplete written by
10604         Martin Stubenschrott <stubenschrott@gmx.net>.
10605         Currently the interface works only with GtkSourceView plugin.   
10606         
10607         * tagmanager/Makefile.am:
10608         * tagmanager/c.c: 
10609         * tagmanager/entry.h:
10610         * tagmanager/get.c:
10611         * tagmanager/get.h:
10612         * tagmanager/include/tm_file_entry.h:
10613         * tagmanager/include/tm_project.h:
10614         * tagmanager/include/tm_source_file.h:
10615         * tagmanager/include/tm_symbol.h:
10616         * tagmanager/include/tm_tagmanager.h:
10617         * tagmanager/include/tm_work_object.h:
10618         * tagmanager/include/tm_workspace.h:
10619         * tagmanager/parse.c:
10620         * tagmanager/read.c: 
10621         * tagmanager/read.h:
10622         * tagmanager/tm_project.c: 
10623         * tagmanager/tm_source_file.c: 
10624         * tagmanager/tm_workspace.c:
10625         
10626         Tagmanager can now parse a memory buffer and generate/update 
10627         tags into tm_workspace/tm_project on the fly, without using files.
10628         C/C++ is supported now.
10629         
10630 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10632         * plugins/sourceview/anjuta-document.c:
10633         * plugins/sourceview/sourceview-args.c:
10634         * plugins/sourceview/sourceview-scope.c:
10635         * plugins/sourceview/sourceview.c:
10636         
10637         Fixed some memory leaks and argument completion
10639 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10641         * plugins/glade/plugin.c:
10642         
10643         Fixed glade plugin build because of API changes in glade3
10645 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10647         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10648         Updated editor section
10649         
10650         * manuals/C/anjuta-manual/interface.xml:
10651         * manuals/C/anjuta-manual/preferences.xml:
10652         * manuals/C/anjuta-manual/projects.xml:
10653         Updated manual
10654         
10655         * plugins/editor/anjuta-editor.plugin.in:
10656         Better plugin name
10658 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10660         * configure.in:
10661         * plugins/editor/anjuta-editor.plugin.in:
10662         * plugins/sourceview/sourceview.plugin.in:
10664         Build both editors and let the user decide a runtime!
10665         
10666         * plugins/sourceview/sourceview-scope.c:
10667         Fixed bug in regex to allow test()-> completions
10669 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10671         * plugins/sourceview/anjuta-document.c:
10672         * plugins/sourceview/sourceview-args.c: 
10673         * plugins/sourceview/sourceview-scope.c:
10674         * plugins/sourceview/sourceview-tags.c:
10675         * plugins/sourceview/tag-window.c: 
10676         
10677         Improved callltip windows
10679 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10681         * src/anjuta-app.c: (on_session_save):
10682         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10683         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10685 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10687         * libanjuta/anjuta-utils.c: 
10688         * plugins/cvs-plugin/cvs-execute.c:
10689         Off-by-one...
10691         * scintilla/LexInno.cxx:
10692         * scintilla/LexOpal.cxx:
10693         * scintilla/LexTCL.cxx:
10695         Added missing files from scintilla-update
10697 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10699         * configure.in:
10700         * manuals/C/Makefile.am:
10701         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10702         * manuals/C/anjuta-manual/Makefile.am:
10703         * manuals/C/anjuta-manual/anjuta-manual.xml:
10704         * manuals/C/anjuta-manual/build.xml:
10705         * manuals/C/anjuta-manual/debugger.xml:
10706         * manuals/C/anjuta-manual/execute.xml:
10707         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10708         * manuals/C/anjuta-manual/figures/arguments.png:
10709         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10710         * manuals/C/anjuta-manual/figures/file_menu.png:
10711         * manuals/C/anjuta-manual/figures/menu_main.png:
10712         * manuals/C/anjuta-manual/figures/menubar.png:
10713         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10714         * manuals/C/anjuta-manual/figures/project_info.png:
10715         * manuals/C/anjuta-manual/figures/scrshot.png:
10716         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10717         * manuals/C/anjuta-manual/figures/tool-editor.png:
10718         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10719         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10720         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10721         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10722         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10723         * manuals/C/anjuta-manual/fileoperations.xml:
10724         * manuals/C/anjuta-manual/interface.xml:
10725         * manuals/C/anjuta-manual/introduction.xml:
10726         * manuals/C/anjuta-manual/preferences.xml:
10727         * manuals/C/anjuta-manual/projects.xml:
10728         * manuals/C/anjuta-manual/tools.xml:
10729         * manuals/Makefile.am:
10730         
10731         Updated manual and faq
10733         * scintilla/CallTip.cxx:
10734         * scintilla/CallTip.h:
10735         * scintilla/CellBuffer.cxx:
10736         * scintilla/CellBuffer.h:
10737         * scintilla/ContractionState.cxx:
10738         * scintilla/Document.cxx:
10739         * scintilla/Document.h:
10740         * scintilla/DocumentAccessor.cxx:
10741         * scintilla/Editor.cxx:
10742         * scintilla/Editor.h:
10743         * scintilla/ExternalLexer.cxx:
10744         * scintilla/Indicator.cxx:
10745         * scintilla/KeyMap.cxx:
10746         * scintilla/KeyWords.cxx:
10747         * scintilla/LexAU3.cxx:
10748         * scintilla/LexBash.cxx:
10749         * scintilla/LexCPP.cxx:
10750         * scintilla/LexCaml.cxx:
10751         * scintilla/LexCsound.cxx:
10752         * scintilla/LexEiffel.cxx:
10753         * scintilla/LexGui4Cli.cxx:
10754         * scintilla/LexHTML.cxx:
10755         * scintilla/LexLua.cxx:
10756         * scintilla/LexMSSQL.cxx:
10757         * scintilla/LexOthers.cxx:
10758         * scintilla/LexPOV.cxx:
10759         * scintilla/LexPython.cxx:
10760         * scintilla/LexRuby.cxx:
10761         * scintilla/LexSQL.cxx:
10762         * scintilla/LexVB.cxx:
10763         * scintilla/Makefile.am:
10764         * scintilla/PlatGTK.cxx:
10765         * scintilla/PropSet.cxx:
10766         * scintilla/RESearch.cxx:
10767         * scintilla/RESearch.h:
10768         * scintilla/ScintillaBase.cxx:
10769         * scintilla/ScintillaGTK.cxx:
10770         * scintilla/StyleContext.h:
10771         * scintilla/ViewStyle.cxx:
10772         * scintilla/ViewStyle.h:
10773         * scintilla/XPM.cxx:
10774         * scintilla/include/KeyWords.h:
10775         * scintilla/include/Platform.h:
10776         * scintilla/include/PropSet.h:
10777         * scintilla/include/SciLexer.h:
10778         * scintilla/include/Scintilla.h:
10779         * scintilla/include/Scintilla.iface:
10780         * scintilla/include/ScintillaWidget.h:
10781         * scintilla/lexers.make:
10783         Update to scintilla 1.68
10785         * src/anjuta-app.c:
10786         Only show help items which are really availible
10788         * plugins/cvs-plugin/cvs-callbacks.c
10789         * plugins/cvs-plugin/cvs-execute.c
10790         * plugins/cvs-plugin/subversion-callbacks.c:
10791         * libanjuta/anjuta-utils.c:
10792         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10794 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10796         * plugins/project-wizard/install.c,
10797         * plugins/project-wizard/autogen.c:
10798         Add error messages if using a read only directory
10799         Improve fix for bug #339296
10801 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10803         * libanjuta/interfaces/libanjuta.idl:
10804         * plugins/document-manager/action-callbacks.c:
10805         * plugins/document-manager/plugin.c:
10806         * plugins/editor/text_editor.c:
10807         Added IAnjutaEditorGoto 
10809         * plugins/editor/aneditor.cxx:
10810         * plugins/editor/aneditor.h:
10811         * plugins/editor/text_editor.h:
10812         * plugins/editor/text_editor_prefs.c:
10813         
10814         Fixed #305076
10816 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10818         * libanjuta/interfaces/libanjuta.idl:
10819         * plugins/document-manager/action-callbacks.c:
10820         * plugins/document-manager/anjuta-docman.c:
10821         * plugins/document-manager/plugin.c:
10822         * plugins/editor/text_editor.c: 
10823         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10824         
10825         * plugins/sourceview/sourceview.c:
10826         * plugins/sourceview/sourceview.glade:
10827         Fixed some uft-8 issues and added a preference option
10828         to enable/disable gnome-vfs monitoring
10829         
10830         * scintilla/Makefile.am:
10831         * scintilla/include/Makefile.am:
10832         Fixed build
10834 2006-04-20  Massimo Cora' <maxcvs@email.it>
10836         * libanjuta/interfaces/libanjuta.idl:
10837         Remove get_current_pos () because we have get_position()
10839 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10841         * NEWS: Updated
10842         * plugins/sourceview/tag-window.c:
10843         Don't close window on PageUp/PageDown
10845 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10847         * data/Makefile.am:
10848         * manuals/reference/libanjuta/Makefile.am:
10849         
10850         Some build fixes
10851         
10852         * src/Makefile.am:
10853         * src/bacon-message-connection.c: 
10854         * src/bacon-message-connection.h: (both from gedit)
10855         * src/main.c:
10856         
10857         Fixed #312319 (Opening files when Anjuta is already open)
10859 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10861         * TODO.tasks: Updated
10862         * plugins/sourceview/anjuta-view.c: 
10863         * plugins/sourceview/anjuta-view.h:
10864         * plugins/sourceview/sourceview.c: 
10865         
10866         * configure.in: Fix --enable-plugin-scintilla
10867         
10868         Added char_added signal
10870 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10872         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10873         
10874         Fixed diff for utf8
10875         
10876         * plugins/sourceview/sourceview.c:
10877         Fixed VFS monitoring (still a bit buggy)
10878         
10879         * plugins/sourceview/sourceview-args.c:
10880         * plugins/sourceview/tag-window.c: 
10881         
10882         Better sizing for the popup-window
10884 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
10886         * plugins/project-wizard/templates/gnome/src/main.c:
10887         * plugins/project-wizard/templates/gnome/src/project.glade:
10888         * plugins/project-wizard/templates/gtk/src/main.c: 
10889         * plugins/project-wizard/templates/gtk/src/project.glade:
10890         * plugins/project-wizard/templates/gtkmm/src/main.cc:
10891         
10892         Fixed up GLADE_FILE definition in project types and fixed bug #334546
10893         
10894 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
10896         * configure.in: More removal of obsoleteness.
10897         * po/no.po:
10899 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
10901         * ROADMAP:
10902         * libanjuta/anjuta-preferences.c: 
10903         * libanjuta/anjuta-utils.c: 
10904         * libanjuta/anjuta-utils.h:
10905         * plugins/message-view/message-view.c:
10906         
10907         Changed color functions and moved convert_color to anjuta-utils.h
10908         
10909         * plugins/message-view/anjuta-message-manager-plugin.glade:
10910         GnomeColorPicker -> GtkColorButton (bug #309154)
10911         
10912         * plugins/sourceview/plugin.c:
10913         * plugins/sourceview/sourceview-prefs.c:
10914         * plugins/sourceview/sourceview.glade:
10915         Added color and font preferences
10917         * plugins/sourceview/sourceview-tags.c:
10918         Only show as much choices as configured in preferences
10920 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10922         * ROADMAP, NEWS: Updated (we are far behind ;-)
10923         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
10925 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10927         * configure.in:
10928         * plugins/editor/Makefile.am:
10929         * scintilla/Makefile.am
10930         
10931         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
10932         
10933         * global-tags/Makefile.am:
10934         * global-tags/create_global_tags.sh:
10935         * plugins/symbol-browser/an_symbol_prefs.c:
10936         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
10937         * plugins/symbol-browser/plugin.h:
10938         * tagmanager/include/tm_workspace.h:
10939         * tagmanager/tm_workspace.c:
10940         
10941         Fixed symbol-browser prefs and move global tags generation from installtion to
10942         preferences to make the life easier for distributers and to allow updates after installtion
10944         * plugins/document-manager/action-callbacks.c: 
10945         * plugins/document-manager/action-callbacks.h:
10946         * plugins/document-manager/anjuta-document-manager.ui:
10947         * plugins/document-manager/indent-util.c:
10948         * plugins/document-manager/plugin.c:
10949         * plugins/editor/text_editor.c:
10950         
10951         Moved indent stuff to document-manager
10952         
10953         * plugins/sourceview/anjuta-view.c: 
10954         * plugins/sourceview/sourceview-args.c: 
10955         * plugins/sourceview/sourceview-scope.c:
10956         * plugins/sourceview/sourceview-tags.c: 
10957         * plugins/sourceview/sourceview.c:
10958         
10959         Fixed several bugs
10960         
10961         * plugins/sourceview/sourceview.plugin (removed):
10962         * plugins/sourceview/sourceview.plugin.in:
10963         Editor is not user-activatible
10964         
10965         * plugins/sourceview/sourceview.png:
10966         Updated icon
10968 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
10970         * src/anjuta-app.c: Fixed crasher on plugin unloading
10972 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
10974         * plugins/sourceview/sourceview.c
10975         * plugins/sourceview/sourceview-args.c
10976         * plugins/sourceview/sourceview-args.h:
10977         
10978         Polished argument completion
10980 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
10982         * plugins/message-view/anjuta-msgman.c:
10983         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
10984         
10985         Show message pane on switch (does not work, anjuta_shell needs a fix)
10986         
10987         * plugins/sourceview/Makefile.am:
10988         * plugins/sourceview/anjuta-view.c: (find_tag_window),
10989         * plugins/sourceview/sourceview-args.c: 
10990         * plugins/sourceview/sourceview-args.h:
10991         * plugins/sourceview/sourceview-private.h:
10992         * plugins/sourceview/sourceview-scope.c: 
10993         (sourceview_scope_update), (sourceview_scope_filter_keypress):
10994         * plugins/sourceview/sourceview-tags.c:
10995         * plugins/sourceview/sourceview.c:
10996         * plugins/sourceview/tag-window.c:
10997         * plugins/sourceview/tag-window.h:
10998         
10999         Added scope and argument completion
11001 2006-04-03  Johannes Schmid <jhs@gnome.org>
11003         * TODO.tasks
11004         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
11005         (on_widget_remove):
11006         Save toolbar state
11008         * plugins/sourceview/sourceview.c: (iselect_clear):
11009         Make "Delete"-key working
11011         * configure.in: #336389
11013 2006-04-03  Johannes Schmid <jhs@gnome.org>
11015         * plugins/sourceview/Makefile.am:
11016         * plugins/sourceview/anjuta-view.c:
11017         * plugins/sourceview/plugin.c: 
11018         * plugins/sourceview/sourceview-private.h:
11019         * plugins/sourceview/sourceview-scope.c:
11020         * plugins/sourceview/sourceview-scope.h:
11021         * plugins/sourceview/sourceview-tags.c: 
11022         * plugins/sourceview/sourceview-tags.h:
11023         * plugins/sourceview/sourceview.c:
11024         * plugins/sourceview/sourceview.h:
11025         * plugins/sourceview/tag-window.c:
11026         
11027         - fixed goto_file_line
11028         - scroll to cursor on undo/redo
11029         - show correct popup-menu
11030         - scope completion (not ready yet)
11032 2006-04-03  Johannes Schmid <jhs@gnome.org>
11034         * plugins/sourceview/plugin.c: 
11035         * plugins/sourceview/sourceview-tags.c:
11036         * plugins/sourceview/sourceview.c: 
11037         * plugins/sourceview/sourceview.h:
11038         * plugins/sourceview/tag-window.c:
11039         
11040         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11042 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11044         * plugins/sourceview/sourceview.c:
11045         Fixed next/previous bookmark.
11046         Toggled bookmark (set/unset).
11048 2006-04-03  Johannes Schmid <jhs@gnome.org>
11050         * plugins/document-manager/action-callbacks.c:
11051         Fixed Gtk-Warning in goto_line
11052         
11053         * plugins/sourceview/Makefile.am:
11054         * plugins/sourceview/anjuta-document.c:
11055         * plugins/sourceview/anjuta-view.c: 
11056         * plugins/sourceview/anjuta-view.h:
11057         * plugins/sourceview/sourceview-autocomplete.c:
11058         * plugins/sourceview/sourceview-autocomplete.h:
11059         * plugins/sourceview/sourceview-private.h:
11060         * plugins/sourceview/sourceview-tags.c:
11061         * plugins/sourceview/sourceview-tags.h:
11062         * plugins/sourceview/sourceview.c:
11063         * plugins/sourceview/tag-window.c:
11064         * plugins/sourceview/tag-window.h:
11065         Created a nice API for tag and completion windows
11066         
11067         * plugins/sourceview/sourceview-print.h:
11068         * plugins/sourceview/sourceview-print.c:
11069         Added printing
11070                 
11071 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11073         * plugins/sourceview/sourceview.c:
11074         Fixed typo (Sort bookmarks).
11075         
11076 2006-04-01  Johannes Schmid <jhs@gnome.org>
11078         * plugins/sourceview/anjuta-document.c:
11079         * plugins/sourceview/anjuta-document.h:
11080         * plugins/sourceview/anjuta-view.c:
11081         * plugins/sourceview/anjuta-view.h:
11082         * plugins/sourceview/sourceview-autocomplete.c:
11083         * plugins/sourceview/sourceview-autocomplete.h:
11084         * plugins/sourceview/sourceview-prefs.c:
11085         * plugins/sourceview/sourceview-prefs.h:
11086         * plugins/sourceview/sourceview-private.h:
11087         * plugins/sourceview/sourceview-tags.c:
11088         * plugins/sourceview/sourceview-tags.h:
11089         * plugins/sourceview/sourceview.c:
11090         * plugins/sourceview/sourceview.glade:
11091         * plugins/sourceview/tag-window.c: 
11092         * plugins/sourceview/tag-window.h:
11093         
11094         Improved code complete and autocomplete
11096 2006-04-01  Johannes Schmid <jhs@gnome.org>
11098         * plugins/sourceview/Makefile.am:
11099         * plugins/sourceview/bookmark.png:
11100         * plugins/sourceview/marker-attentive.png:
11101         * plugins/sourceview/marker-basic.png:
11102         * plugins/sourceview/marker-intense.png:
11103         * plugins/sourceview/marker-light.png:
11104         * plugins/sourceview/sourceview.c: 
11105         
11106         Added pixmaps for all marker types and show bookmarks
11107         
11108         * configure.in
11109         * plugins/sourceview/Makefile.am:
11110         Build sourceview on 2.14 only
11112 2006-03-31  Johannes Schmid <jhs@gnome.org>
11114         * plugins/sourceview/Makefile.am:
11115         * plugins/sourceview/anjuta-document.c:
11116         * plugins/sourceview/anjuta-view.c:
11117         * plugins/sourceview/anjuta-view.h:
11118         * plugins/sourceview/sourceview-autocomplete.c:
11119         * plugins/sourceview/sourceview-private.h:
11120         * plugins/sourceview/sourceview-tags.c:
11121         * plugins/sourceview/sourceview-tags.h:
11122         * plugins/sourceview/sourceview.c: 
11123         * plugins/sourceview/tag-window.c:
11124         * plugins/sourceview/tag-window.h:
11125         
11126         Added code completion with tag manager to the editor and fixed a save_as bug
11128 2006-03-31  Johannes Schmid <jhs@gnome.org>
11130         * src/main.c: Revert patch from Rob to allow building with
11131         Gnome 2.12
11132         * configure.in: Require at least 2.12 libraries
11134 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11136         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11138         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11139         Improve anjuta-plugin project template: Added missed files dist tarball
11140         (make dist)
11142         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11143         typo
11145 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
11147         reviewed by: Johannes Schmid <jhs@gnome.org>
11149         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11150         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11151         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11152         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11153         
11154         Improve anjuta-plugin project template. Also fix for #322744
11156 2006-03-27  Johannes Schmid <jhs@gnome.org>
11158         * plugins/sourceview/sourceview-private.h:
11159         plugins/sourceview/sourceview.c:
11160         
11161         Added basic bookmark support
11163 2006-03-27  Johannes Schmid <jhs@gnome.org>
11165         * TODO.tasks:
11166         Updated
11167         
11168         Patch from Rob Bradfort <robster@debian.org>:
11169         * src/main.c: (get_command_line_args), (main):
11170         Migration from popt to GOption
11171         
11172 2006-03-26 Naba Kumar  <naba@gnome.org>
11174         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11175         size to scale itself with theme.
11177 2006-03-26 Naba Kumar  <naba@gnome.org>
11179         * plugins/file-manager/an_file_view.c,
11180         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11181         when symbolview and fileview objects are destroyed to avoid crashes
11182         after the plugins are disabled.
11184 2006-03-26 Naba Kumar <naba@gnome.org>
11186         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11187         Deleted unused file.
11188         
11189         * plugins/glade/plugin.c: Be able to close glade plugin when there
11190         there is no glade project loaded.
11191         
11192         * plugins/sourceview/sourceview.plugin,
11193         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11195 2006-03-23  Naba Kumar  <naba@gnome.org>
11197         * plugins/editor/print.c: Fixed a bug where some sections of
11198         printed/previewed text is not highlighted.
11199         
11200 2006-03-20  Johannes Schmid <jhs@gnome.org>
11202         * libanjuta/interfaces/libanjuta.idl:
11203         Added IAnjutaPrint
11204         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11205         as we do not use private apis. Show help window and startup because it does 
11206         not survive gdl
11207         
11208         * plugins/document-manager/action-callbacks.c:
11209         plugins/editor/Makefile.am:
11210         plugins/editor/text_editor.c:
11211         plugins/editor/print.c:
11212         plugins/editor/print.h:
11213         
11214         Fixed printing (nobody has missed it BTW ;-)
11215         
11216         * plugins/sourceview/sourceview.c:
11217         Fixed a crasher
11219 2006-03-20 Naba Kumar <naba@gnome.org>
11221         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11222         devhelp >= 0.9 < 0.11 versions.
11223         
11224 2006-03-20  Johannes Schmid <jhs@gnome.org>
11226         * plugins/sourceview/anjuta-document-loader.c
11227         plugins/sourceview/sourceview.c:
11228         
11229         Fixed encoding bugs
11231 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11233         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11234         Fixed bug (line position)
11235         Give the good line position whatever the active editor.
11237 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11239         * configure.in: Added fi to ALL_LINGUAS
11241 2006-03-19  Johannes Schmid <jhs@gnome.org>
11243         * plugins/sourceview/anjuta-document-loader.c:
11244         replace gnome_vfs_get_mime_type_for_name_and data
11246         * plugins/build-basic-autotools/build-basic-autotools.c:
11247         Fixed #335142
11249 2006-03-17  Johannes Schmid <jhs@gnome.org>
11251         * plugins/editor/editor.glade:
11252         Added style-editor again after it got lost somehow
11254 2006-03-17  Johannes Schmid <jhs@gnome.org>
11256         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11257         configure.in: require devhelp 0.11
11258         
11259         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11261         plugins/build-basic-autotools/build-basic-autotools.c:
11262         forgot a an installtion callback for the "install as root"-feature
11264 2006-03-17  Massimo Cora' <maxcvs@email.it>
11266         reviewed by: Johannes Schmid <jhs@gnome.org>
11268         * plugins/class-gen/anjuta-class-gen-plugin.glade
11269         plugins/class-gen/class_gen.c 
11270         plugins/class-gen/goc_template_header
11271         plugins/class-gen/goc_template_source
11272         
11273         Fixed bug #334663
11275 2006-03-16  Johannes Schmid <jhs@gnome.org>
11277         * plugins/sourceview/sourceview.c:
11278         Fixed "save-point" signal for undo actions
11280 2006-03-16  Massimo Cora' <maxcvs@email.it>
11281         
11282         reviewed by: Johannes Schmid <jhs@gnome.org>
11283         
11284         * plugins/document-manager/anjuta-docman.c:
11285         Implement tab drag and drop
11287 2006-03-16  Johannes Schmid <jhs@gnome.org>
11289         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11290         plugins/build-basic-autotools/build-basic-autotools.c:
11291         
11292         Implemented "install as root"-feature (#321455)
11294 2006-03-16  Johannes Schmid <jhs@gnome.org>
11296         * mime/.cvsignore
11297         plugins/sourceview/.cvsignore
11298         plugins/tools/scripts/.cvsignore:
11299         Added/extended .cvsignore files
11300         
11301         * plugins/sourceview/sourceview-autocomplete.c:
11302         plugins/sourceview/sourceview-autocomplete.h:
11303         plugins/sourceview/sourceview-prefs.c:
11304         plugins/sourceview/sourceview-private.h:
11305         plugins/sourceview/sourceview.glade:
11306         Autcomplete just works(tm) now and respects preferences
11307         
11308         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11309         Use better algorithm from autocomplete
11311 2006-03-15  Johannes Schmid <jhs@gnome.org>
11313         * src/anjuta-app.c:
11314         Fixed bug #304495
11316 2006-03-15  Johannes Schmid <jhs@gnome.org>
11318         * libanjuta/interfaces/libanjuta.idl:
11319         plugins/class-gen/class_gen.c:
11320         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11321         plugins/project-manager/plugin.c:
11322         
11323         Allow to add multiple source files (#320191)
11324         
11325         * configure.in: Require gnome-build 0.1.3
11327 2006-03-14  Johannes Schmid <jhs@gnome.org>
11329         * plugins/macro/macro-utils.c: Fixed bug #333606
11330         * plugins/file-wizard/file.c: Fixed bug #333601
11332 2006-03-13  Johannes Schmid <jhs@gnome.org>
11334         * plugins/sourceview/sourceview_autocomplete.c
11335         plugins/sourceview/sourceview_autocomplete.h
11336         plugins/sourceview/sourceview.c
11337         plugins/sourceview/sourceview-private.h
11338         plugins/sourceview/sourceview-prefs.c:
11339         
11340         Cleaned up and fixed several issues
11341         
11342 2006-03-13  Johannes Schmid <jhs@gnome.org>
11344         * plugins/sourceview/Makefile.am:
11345         plugins/sourceview/sourceview-autocomplete.c
11346         plugins/sourceview/sourceview-autocomplete.h:
11347         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11348         plugins/sourceview/sourceview-private.h:
11349         plugins/sourceview/sourceview.c:
11350         
11351         Added (buggy) autocomplete feature to sourceview
11352         
11353 2006-03-12 Naba Kumar <naba@gnome.org>
11355         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11356         libanjuta/anjuta-session.c: Added API docs.
11358 2006-03-12 Naba Kumar <naba@gnome.org>
11360         * TODO.tasks: Added couple of tasks.
11361         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11362         Register private class as early as possible so that members could
11363         point to self class. Code clean up.
11365 2006-03-12 Naba Kumar <naba@gnome.org>
11367         * po/POTFILES.in, po/POTFILES.skip: Updated.
11369 2006-03-11 Naba Kumar <naba@gnome.org>
11371         * libanjuta/anjuta-shell.c,
11372         plugins/document-manager/anjuta-docman.c,
11373         plugins/document-manager/plugin.c,
11374         plugins/symbol-browser/an_symbol_search.c,
11375         plugins/valgrind/vgrule-list.c: Use correct signal names while
11376         creating them.
11377         
11378         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11379         signal names and fixed enum IANJUTA_TYPE_* macro.
11381 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11383         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11384         plugins/search/search-replace.c :
11385         Fixed bug (Bookmark the good line).
11386         Search & Replace (Mark all matched strings).
11387         
11388 2006-03-09  Johannes Schmid <jhs@gnome.org>
11390         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11391         Completed changes from yesterday
11392         
11393         * plugins/document-manager/anjuta-document-manager.glade:
11394         plugins/editor/editor.glade
11395         plugins/editor/plugin.c: (activate_plugin)
11396         plugins/editor/text_editor.c
11397     plugins/sourceview/Makefile.am
11398         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11399         plugins/sourceview/sourceview.glade:
11400         Completed preference changes
11402 2006-03-08  Johannes Schmid <jhs@gnome.org>
11404         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11405         plugins/search/plugin.c: (activate_plugin):
11406         
11407         Removed Gtk-Criticals
11408         
11409         * plugins/document-manager/anjuta-document-manager.glade:
11410         plugins/document-manager/plugin.c: (on_docman_auto_save),
11411         (on_gconf_notify_timer), (prefs_init):
11412     plugins/document-manager/plugin.h:
11413         plugins/editor/text_editor.c: (text_editor_instance_init),
11414         (text_editor_dispose):
11415         plugins/editor/text_editor.h:
11416         plugins/editor/text_editor_cbs.c:
11417         plugins/editor/text_editor_cbs.h:
11418         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11419         plugins/glade/plugin.c: (activate_plugin):
11420         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11421         plugins/sourceview/sourceview-private.h:
11422         plugins/sourceview/sourceview.c: (on_menu_popup),
11423         (sourceview_new), (ifile_open), (ifile_savable_save),
11424         (ifile_savable_save_as), (ieditor_set_popup_menu),
11425         (ieditor_get_filename), (imark_mark):
11427     Moved autosave from editor to document manager and fixed some things in 
11428     Sourceview plugin
11430 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11432         * plugins/search/anjuta-search.glade :
11433         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11434         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11435         plugins/search/search-replace.c : Fixed bug.
11436         
11437 2006-03-08  Johannes Schmid <jhs@gnome.org>
11439     * plugins/search/anjuta-search.glade
11440     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11442 2006-03-07  Johannes Schmid <jhs@gnome.org>
11444         * plugins/document-manager/action-callbacks.c
11445         plugins/document-manager/anjuta-document-manager.glade
11446         plugins/document-manager/plugin.c: (prefs_init),
11447         (activate_plugin):
11448         plugins/editor/Makefile.am:
11449         plugins/editor/editor.glade:
11450         plugins/editor/plugin.c: (on_style_button_clicked),
11451         (activate_plugin), (dispose):
11452         plugins/editor/style-editor.c:
11453         
11454         Startet to seperate document-manager and editor preferences
11456         * plugins/search/Makefile.am:
11457         plugins/search/anjuta-search.glade:
11458         plugins/search/search-replace.c:
11459         
11460         Moved search GUI to search-plugin
11461                 
11462         * plugins/sourceview/sourceview-prefs.c:
11463         plugins/sourceview/sourceview-prefs.h:
11464         plugins/sourceview/sourceview-private.h:
11465         plugins/sourceview/sourceview.c: 
11466         plugins/sourceview/sourceview.h:
11467         plugins/sourceview/Makefile.am:
11468         plugins/sourceview/anjuta-document.h:
11469         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11470         plugins/sourceview/plugin.c: 
11471         
11472         Added some preferences to sourceview and fixed vfs_monitor
11473         
11474         * tagmanager/c.c: (parseParens): 
11475         Removed annoying debug message
11476         
11477         * libanjuta/interfaces/libanjuta.idl: 
11478         Removed IAnjutaEditorFactory::create_style_editor()
11480 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11482         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11483         Search : Bookmark all matched lines.
11485 2006-03-06  Johannes Schmid <jhs@gnome.org>
11487         * plugins/class-gen/anjuta-class-gen.plugin.in
11488         plugins/file-loader/plugin.c: (sort_wizards)
11489         (on_create_submenu), (activate_plugin)
11490         plugins/file-wizard/anjuta-file-wizard.plugin.in
11491         plugins/glade/anjuta-glade.plugin.in
11492         plugins/project-import/anjuta-project-import.plugin.in
11493         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11494         
11495         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11496         sorted alphabeticly
11497         
11498         * plugins/project-wizard/templates/mkfile.wiz:
11499         Use configured project directory instead of ~/myproject
11500         
11501         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11502         (ifile_open):
11503         Show markers (again) and monitor uri
11505 2006-03-06  Naba Kumar  <naba@gnome.org>
11507         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11508         typedefs separately so that forward linking would work.
11509         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11511 2006-03-05  Naba Kumar  <naba@gnome.org>
11513         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11514         passing Enums and Structs in signals. Define struct _Name in
11515         generated code, so that forward referencing.
11516         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11517         
11518         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11519         
11520 2006-03-05  Naba Kumar  <naba@gnome.org>
11522         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11523         support. Generate GType definitions for enums in generated codes
11524         so that enums could be passed as signal params.
11525         
11526 2006-03-04  Naba Kumar  <naba@gnome.org>
11528         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11529         Restored cvs-moved revision files. They were originally marked
11530         deleted at their older locations. Now they are restored at
11531         their new locations. The changeset is one that was committed
11532         as part of document-manager, editor, search and print plugins
11533         separation from editor plugin.
11534         
11535 2006-03-03  Johannes Schmid <jhs@gnome.org>
11537         * plugins/sourceview/*:
11538         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
11539         poiting this out!
11541 2006-03-04  Naba Kumar  <naba@gnome.org>
11543         * plugins/gdb/*: Deleted removed files (see previous changlog
11544         entry for files list).
11545         
11546 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11548         * plugins/debug-mananger/breakpoints.c,
11549         plugins/debug-manager/breakpoints.h,
11550         plugins/debug-manager/debug_tree.c,
11551         plugins/debug-manager/debug_tree.h,
11552         plugins/debug-manager/info.c,
11553         plugins/debug-manager/info.h,
11554         plugins/debug-manager/locals.c,
11555         plugins/debug-manager/locals.h,
11556         plugins/debug-manager/memory.c,
11557         plugins/debug-manager/memory.h,
11558         plugins/debug-manager/registers.c,
11559         plugins/debug-manager/registers.h,
11560         plugins/debug-manager/sharedlib.c,
11561         plugins/debug-manager/sharedlib.h,
11562         plugins/debug-manager/signal.c,
11563         plugins/debug-manager/signal.h,
11564         plugins/debug-manager/stack_trace.c,
11565         plugins/debug-manager/stack_trace.h,
11566         plugins/debug-manager/watch.c,
11567         plugins/debug-manager/watch.h,
11568         plugins/debug-manager/Makefile.am:
11569         Move from gdb plugin to debug manager plugin
11571         * plugins/debug-manager/anjuta-debug-manager.glade,
11572         plugins/debug-manager/anjuta-debug-manager.ui:
11573         Move all user interface from gdb to debug manager
11575         * plugins/debug-manager/utilities.c,
11576         plugins/debug-manager/utilities.h:
11577         Remove some unused code
11578         Add useful code from gdb plugin
11580         * plugins/debug-manager/start.c,
11581         plugins/debug-manager/start.h:
11582         Include code of attach_process
11583         Add more code to start the debugger
11585         * plugins/debug-manager/plugin.c,
11586         plugins/debug-manager/plugin.h,
11587         plugins/debug-manager/anjuta-debug-manager.plugin.in:
11588         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11590         * plugins/debug-manager/debugger.c,
11591         plugins/debug-manager/debugger.h:
11592         Implement a queue of debugger command
11594         * plugins/gdb/actions.c,
11595         plugins/gdb/actions.h,
11596         plugins/gdb/watch_cbs.c,
11597         plugins/gdb/watch_cbs.h,
11598         plugins/gdb/watch_gui.c,
11599         plugins/gdb/watch_gui.h:
11600         Removed 
11602         * plugins/gdb/debugger.c,
11603         plugins/gdb/debugger.h,
11604         plugins/gdb/gdbmi.c,
11605         plugins/gdb/gdbmi.h,
11606         plugins/gdb/utilities.c,
11607         plugins/gdb/utilities.h,
11608         plugins/gdb/Makefile.am,
11609         plugins/gdb/anjuta-gdb.plugin.in:
11610         Implement necessary functions
11612         * plugins/gdb/parser.c,
11613         plugins/gdb/parser.h:
11614         Code for parsing variable previously in debug_tree.c
11616         * plugins/gdb/anjuta-gdb.glade,
11617         plugins/gdb/anjuta-gdb.ui:
11618         Remove user interface
11620         * plugins/gdb/gdbmi-test.c:
11621         Need update
11623         * plugins/gdb/anjuta-gdb.plugin.png:
11624         Try an improved icon for gdb (archer fish)
11626         * libanjuta/anjuta-debugger.c,
11627         libanjuta/anjuta-debugger.h,
11628         libanjuta/interfaces/libanjuta.idl,
11629         libanjuta/interfaces/anjuta-idl-compiler.pl,
11630         libanjuta/Makefile.am:
11631         Add declaration used in new IAnjutaDebugger interface
11633         * manuals/reference/libanjuta.types,
11634         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11635         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11636         Update documentation
11638 2006-03-02  Naba Kumar  <naba@gnome.org>
11640         * manuals/reference/libanjuta/Makefile.am,
11641         manuals/reference/libanjuta/libanjuta-docs.sgml,
11642         manuals/reference/libanjuta/libanjuta-sections.txt,
11643         manuals/reference/libanjuta/libanjuta.types,
11644         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11645         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11646         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11647         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11648         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11649         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11650         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11651         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11652         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11653         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11654         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11655         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11656         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11657         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11658         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11659         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11660         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11661         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11662         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11663         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11664         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11665         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11666         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11667         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11668         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11669         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11670         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11671         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11672         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11673         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11674         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11675         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11676         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11677         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11678         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11679         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11680         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11681         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11682         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11683         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11684         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11685         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11686         manuals/reference/libanjuta/tmpl/plugins.sgml,
11687         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11688         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11689         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11690         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11691         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11692         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11693         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11694         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11695         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11696         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11697         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11698         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11699         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11700         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11701         documentation.
11703 2006-02-28  Naba Kumar <naba@gnome.org>
11705         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11706         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11707         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11708         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11709         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11710         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11711         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11712         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11713         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11714         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11715         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11716         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11717         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11718         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11720 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11722         * plugins/sourceview/sourceview.c:
11723         Select to brace, select block.
11725 2006-02-28  Johannes Schmid <jhs@gnome.org>
11727         * plugins/file-wizard/Makefile.am
11728         plugins/file-wizard/action-callbacks.c (removed)
11729         plugins/file-wizard/action-callbacks.h (removed)
11730         plugins/file-wizard/anjuta-file-wizard.ui
11731         plugins/file-wizard/plugin.c: (activate_plugin),
11732         (deactivate_plugin)
11733         plugins/file-wizard/plugin.h:
11734         Removed Edit->Insert Text submenu (replace by macros plugin)
11735         
11736         * plugins/sourceview/sourceview.c: (sourceview_new),
11737         (ieditor_set_popup_menu):
11738         Fixed some more bugs
11739         
11740         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11742 2006-02-28  Naba Kumar <naba@gnome.org>
11744         * plugins/file-manager/an_file_view.c,
11745         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11746         rows also and with delay 1 sec (the color and timout value should
11747         probably be picked up from some system wide preference key).
11749 2006-02-28  Naba Kumar <naba@gnome.org>
11751         * libanjuta/interfaces/libanjuta.idl,
11752         plugins/document-manager/action-callbacks.c,
11753         plugins/document-manager/plugin.c,
11754         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11755         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11756         Added interface checks in document manager and enable/disable
11757         menus based on supported interface.
11758         
11759         * plugins/project-import/anjuta-project-import.glade: Set some
11760         resonable size for the import dialog.
11762  2006-02-27  Naba Kumar  <naba@gnome.org>
11764         * libanjuta/interfaces/libanjuta.idl,
11765         plugins/document-manager/action-callbacks.c,
11766         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11767         and eol conversion actions.
11769 2006-02-27  Johannes Schmid <jhs@gnome.org>
11770         
11771         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11772         * plugins/file-manager/an_file_view.c
11773         plugins/file-manager/plugin.h:  Added tooltips
11774         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11776 2006-02-26  Naba Kumar  <naba@gnome.org>
11778         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11779         plugins/build-basic-autotools/build-basic-autotools.c,
11780         plugins/build-basic-autotools/build-basic-autotools.h,
11781         plugins/build-basic-autotools/executer.c,
11782         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11783         disable indicator highlights preferences from message manager to
11784         build plugin. Implemented message indicator highlights in build tool.
11785         
11786         * plugins/editor/text_editor.c: Fixed indicators.
11788 2006-02-26  Johannes Schmid <jhs@gnome.org>
11790         * plugins/sourceview/sourceview.c:
11791         - Fixed some bugs
11792         - Added markers
11793         * plugins/subversion/svn_auth.c:
11794         Fixed username/password authentification but there might be a memory corruption
11796 2006-02-26  Naba Kumar  <naba@gnome.org>
11798         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11799         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11800         libanjuta/anjuta-launcher.h: Added documentation.
11802 2006-02-24  Naba Kumar  <naba@gnome.org>
11804         * plugins/editor/text_editor.c: Fixed change in API in
11805         IAnjutaEditorSelection::set().
11806         
11807 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11809         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11810         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11811         libanjuta/interfaces/libanjuta.idl :
11812         Search in sourceview editor (Select in buffer).
11815 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11817         * plugins/sourceview/sourceview.c :
11818         Fixed Replace, to_upper, to_lower.
11819         
11820         * plugins/search/search-replace_backend.c :
11821         Renamed header name.
11823 2006-02-22  Naba Kumar  <naba@gnome.org>
11825         * libanjuta/anjuta-plugin-description.c,
11826         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11827         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11828         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11829         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11830         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11831         
11832         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11833         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11834         
11835 2006-02-21  Naba Kumar  <naba@gnome.org>
11837         * libanjuta/interfaces/libanjuta.idl,
11838         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11839         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11840         interface for editor.
11842 2006-02-21  Naba Kumar  <naba@gnome.org>
11844         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11846         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11847         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11849 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11851         * GTKSOURCEVIEW EDITOR
11852         plugins/sourceview/sourceview.c :
11853         Fixed copy and Goto Line.
11854         
11855         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11856         plugins/macro/plugin.c :
11857         Fixed Insert key word and Insert macro.
11859 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11861         * plugins/document-manager/anjuta-docman.c:
11862         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11863         
11864         * configure.in:
11865         plugins/Makefile.am:
11866         plugins/sourceview/.cvsignore:
11867         plugins/sourceview/Makefile.am:
11868         plugins/sourceview/plugin.c: :
11869         plugins/sourceview/plugin.h:
11870         plugins/sourceview/sourceview.c: 
11871         plugins/sourceview/sourceview.h:
11872         plugins/sourceview/sourceview.plugin:
11873         plugins/sourceview/sourceview.plugin.in:
11874         plugins/sourceview/sourceview.png:
11876         Added sourceview editor plugin
11878 2006-02-19 Naba Kumar  <naba@gnome.org>
11880         * libanjuta/interfaces/libanjuta.idl,
11881         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11882         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11883         plugins/cvs-plugin/cvs-interface.c,
11884         plugins/document-manager/action-callbacks.c,
11885         plugins/document-manager/action-callbacks.h,
11886         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11887         plugins/search/plugin.c, plugins/search/search-replace.c,
11888         plugins/search/search-replace_backend.c,
11889         plugins/subversion/subversion-actions.c,
11890         plugins/subversion/subversion-callbacks.c,
11891         plugins/tools/editor.c, plugins/tools/execute.c,
11892         plugins/tools/variable.c: Defined proper editor interfaces and fixed
11893         few fatal warnings.
11895 2006-02-15 Naba Kumar  <naba@gnome.org>
11897         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11898         within another.
11899         
11900         * libanjuta/interfaces/libanjuta.idl,
11901         plugins/document-manager/anjuta-docman.c,
11902         plugins/document-manager/plugin.c,
11903         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11904         unnecessary parameters from IAnjutaEditor interface and used proper
11905         types instead of 'gpointer'. Fixed various compiler warnings.
11906         
11907         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11908         file
11910 2006-02-12 Naba Kumar  <naba@gnome.org>
11912         * po/POTFILES.in: Updated.
11913         
11914 2006-02-11 Naba Kumar  <naba@gnome.org>
11916         * plugins/editor/properties.[cxx,h],
11917         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
11918         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
11919         to sci_prop_*(), because they were conflicting with external
11920         functions (in some ssl library).
11921         
11922 2006-02-08 Naba Kumar  <naba@gnome.org>
11924         Patch from Massimo Cora  <maxcvs@email.it>:
11925         * plugins/valgrind/anjuta-valgrind.schemas,
11926         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
11927         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
11928         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
11929         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
11930         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
11931         plugins/valgrind/vgtoolview.c,
11932         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
11933         before running the debugging session. I've added also a
11934         preference in Anjuta Preferences where you can specify
11935         the path to the valgrind binary. The default is /usr/bin/valgrind.
11936         Now it displays a dialog with the error. [it can be -program
11937         exited- or -file loaded or end of input-]. Some valgrind 3.x
11938         compatibility.
11939         
11940 2006-01-29 Naba Kumar  <naba@gnome.org>
11942         Patch from Massimo Cora  <maxcvs@email.it>:
11943         * configure.in, plugins/Makefile.am,
11944         plugins/valgrind/*: Valgrind plugin (requires
11945         binutils-dev and valgrind to be installed.
11947 2005-01-24 Johannes Schmid <jhs@gnome.org>
11949         * Patch from Eric Greveson <ejg45@cam.ac.uk>
11950         plugins/tools/variables.c:
11951         Added current directory to possible variables
11953         * Patch from Günther Brammer <gbrammer@gmx.de>
11954         plugins/document-manager/anjuta-docman.c:
11955         Fix a crash on opening a file
11957         AUTHORS: Added Günther Brammer
11959 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
11961         * libanjuta/anjuta-launcher.c:
11962         Fix a bug in AnjutaLauncher when output is bigger than buffer
11963         Probably fix bug #315188 and #305134
11965 2005-12-28      Johannes Schmid <jhs@gnome.org>
11966         
11967         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
11968         * src/about.c: Use new gtk about dialog
11969         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
11970         Updated anjuta_ui_add_action_group_entries call
11971         
11972         Patch from Jean Breford <jean.breford@normalesup.org>
11973         and Markus Habermehl <bmh1980de@yahoo.de>:
11974         
11975         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
11976         * AUTHORS: Added Jean and Markus
11978 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11979         * plugins/search/search-replace.c :
11980         Bookmark all matched lines.
11981         * plugins/search/search-replace_backend.c :
11982         Fixed bug (Search in all project files).
11984 2005-12-21      Johannes Schmid <jhs@gnome.org>
11985         
11986         * plugins/search/plugin.c:
11987         Fixed signal names
11988         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
11989         investigation needed.
11990         
11991         AUTHORS: Added Ross Goldner
11993 2005-12-19  Ross Golder  <ross@golder.org>
11995         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
11996         application/xml MIME type.
11998 2005-12-18  Johannes Schmid <jhs@gnome.org>
11999         
12000         po/POTFILES.in: Updated files after directory changes
12001         HACKING: Removed outdated section 3 (anoncvs)
12003 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
12005         * plugins/build-basic-autotools/build-basic-autotools.c:
12006         Save all files in editor before running a command
12008         * plugins/tools/execute.c:
12009         Use document manager plugin instead of each editor for
12010         saving all files
12012 2005-12-15  Johannes Schmid <jhs@gnome.org>
12014         * plugins/document-manager/action-callbacks.c:
12015         (on_save_all1_activate), (on_swap_activate)
12016         plugins/document-manager/anjuta-docman.c:
12017         (on_save_as_filesel_response), (on_notebook_switch_page):
12018         
12019         Fixed some remaining issues in document-manger
12021 2005-12-15      Johannes Schmid <jhs@gnome.org>
12023         * plugins/profile-default/default.anjuta:
12024         Load Search plugin and Message Manager by default
12026 2005-12-14  Johannes Schmid <jhs@gnome.org>
12027         
12028         * plugins/editor/text_editor.c
12029         libanjuta/anjuta-utils.c:
12030         
12031         Check if files differ when gnome-vfs monitoring is used.
12032         (Bug #309688)
12034 2005-12-13  Johannes Schmid <jhs@gnome.org>
12036         * plugins/document-manager/plugin.c:
12037         Only save modified files in ianjuta_file_savable_save() for document-manager
12038         as discussed on mailing list.
12039         
12040         * plugins/cvs-plugin/cvs-callbacks.c:
12041         Fixed dialog handling for empty log message
12043 2005-12-13  Johannes Schmid <jhs@gnome.org>
12045         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12046         
12047         * plugins/project-manager/* Removed ununsed files
12048         
12049         * plugins/symbol-browser/an_symbol_iter.c
12050         plugins/build-basic-autotools/build-basic-autotools.c
12051         plugins/build-basic-autotools/executer.c
12052         plugins/class-gen/class_gen.c
12053         plugins/class-inheritance/class-inherit.c
12054         plugins/cvs-plugin/cvs-actions.c
12055         plugins/cvs-plugin/cvs-interface.c
12056         plugins/debug-manager/attach_process.
12057         plugins/devhelp/plugin.c
12058         plugins/document-manager/plugin.c
12059         plugins/document-manager/indent_util.c
12060         plugins/editor/properties.cxx
12061         plugins/editor/aneditor.cxx
12062         plugins/editor/style-editor.c
12063         plugins/editor/text_editor.c
12064         plugins/macro/macro_db.c
12065         tagmanager/c.c:
12066         
12067         Use DEBUG_PRINT for debug messages
12069         libanjuta/anjuta-debug.h: Include config.h
12070         
12071         HACKING: Updated (BTW: does anyone read this?)
12072         
12073 2005-12-12  Johannes Schmid <jhs@gnome.org>
12075         Patch from Johan Ersvik <jersvik@fastmail.fm>:
12076         * plugins/gdb/debugger.c
12077         
12078         Fix a crasher in gdb plugin
12079         
12080         * plugins/gtodo/plugin.c
12081         plugins/search/plugin.c
12082         
12083         Fixed bug #305301
12084         
12085         * plugins/document-manager/anjuta-docman.c:
12086         
12087         Fixed error markers 
12088         
12089         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12090         
12091         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12092         
12093         * plugins/document-manager/anjuta-docman.c:
12094         highlight changed files in docman popup-menu
12095         * plugins/gdb/debug-tree.c:
12096         plugins/gdb/debugger.c
12097         Do not corupt entire "locals" tree when variable pointer have
12098         additional info and arrays/strucs/unions correctly.
12099         
12101 2005-12-11  Johannes Schmid <jhs@gnome.org>
12103         * plugins/document-manager/anjuta-docman.c
12104         plugins/document-manager/plugin.c
12105         plugins/editor/text_editor.c:
12106         
12107         AUTHORS: Added Johan Ersvik
12109         Fixed "is-dirty" bug and tab ordering
12111 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
12112         
12113         * plugins/editor/aneditor-autocomplete.cxx
12114         plugins/editor/aneditor-calltip.cxx
12115         plugins/editor/aneditor-priv.h
12116         plugins/symbol-browser/an_symbol.c
12117         plugins/symbol-browser/an_symbol_view.c
12118         tagmanager/entry.h
12119         tagmanager/tm_symbol.c
12120         tagmanager/tm_tag.c
12121         tagmanager/include/tm_symbol.h
12122         tagmanager/include/tm_tag.h
12123         tagmanager/c.c
12125         Better pointer recognition in tagmanager and symbol browser
12127 2005-12-11  Johannes Schmid <jhs@gnome.org>
12129         * plugins/search/*: New search plugin derived from search code in old editor
12130         plugin.
12131         
12132         * plugins/document-manager/*: new document-manger which is now seperated from
12133         editor to allow implementation of other editor widgets. Code is mostly derived
12134         from old editor plugin
12136         * plugins/print/* new print plugin which is not fully implemented in the
12137         moment
12139         * plugins/editor/text_editor.c: Added lots of interface code
12140         
12141         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12142         IAnjutaEditorFactory and extended IAnjutaEditor
12143         
12144         * configure.in, plugins/Makefile.am updated build system for new
12145         plugins
12147         This is a huge commit which might still contain some bugs and also has
12148         some fixmes. Things that are not working are the search toolbar because it
12149         does not use the same backend as any other searching function and printing
12150         (easy to fix) because it did not yet implement IAnjutaPrintable.
12152 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12154         * plugins/project-wizard/property.c:
12155         Use newer GtkFileChooser instead of GtkFileSelection with
12156         GnomeFileEntry to avoid a bug
12158         * plugins/project-wizard/install.c:
12159         Avoid an endless loop if project directory is not writable
12160         
12161         * plugins/project-wizard/druid.c:
12162         Allow creating project in empty directory without a
12163         warning
12165 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12166         
12167         Patch from Massimo Cora <maxcvs@email.it>
12168         * plugins/class-inheritence/class-inherit.c
12169         plugins/class-inheritence/plugin.c
12170         plugins/class-inheritence/plugin.h
12171         configure.in
12172         
12173         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12174         no longer supported!
12176 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12177         
12178         Patch from Johan Ersvik <jersvik@fastmail.fm>
12179         * plugins/message-view/message-view.c
12180         plugins/build-basic-autotools/build-basic-autotools.c
12181         plugins/build-basic-autotools/automake-c.filters
12183         This patch correct regex-filters for newer automake
12184         versions
12186 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12188        * plugins/tools/execute.c:
12189        Detect variables inside a word
12191 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12193         * libanjuta/anjuta-status.[ch],
12194         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12195         plugins/editor/anjuta-docman.c :
12196         New anjuta-status procedure.
12198 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12200         *Modified Files:
12201         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12202         plugins/editor/Makefile.am
12203         plugins/editor/anjuta-document-manager.glade
12204         plugins/editor/plugin.c plugins/editor/plugin.h
12205         plugins/editor/text_editor.c plugins/editor/text_editor.h
12206         *Added Files:
12207         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12208         plugins/editor/indent-util.c plugins/editor/indent-util.h
12209         plugins/editor/indent_test.c :
12210         Set and Preview indent preferences parameters.
12211         Saved indent user parameters.
12213 2005-10-27  Naba Kumar  <naba@gnome.org>
12215         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12216         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12217         theme color for saved documents.
12218         
12219 2005-10-26  Naba Kumar  <naba@gnome.org>
12221         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12222         list. Fixed bug #316731.
12223         
12224 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12226         * tagmanager/tm_symbol.c: Fixed bug #315218
12228 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12230         * plugins/build/build_file.c
12231           plugins/build-basic-autotools/build-basic-autotools.c
12232           plugins/tools/execute.c
12233           plugins/build/compile.c
12234           plugins/build/configurer.c
12235           plugins/debug-manager/plugin.c
12236           plugins/editor/plugin.c
12237           plugins/editor/print.c
12238           plugins/editor/text_editor.c
12239           plugins/file-loader/plugin.c
12240           plugins/file-manager/an_file_view.c
12241           plugins/symbol-browser/an_symbol_view.c
12242           plugins/gdb/debugger.c
12243           plugins/gdb/plugin.c
12244           plugins/glade/plugin.c
12245           plugins/macro/macro-actions.c
12246           plugins/macro/plugin.c
12247           plugins/profile-default/plugin.c
12248           plugins/project-manager/plugin.c
12249           plugins/project-manager/project_import.c
12250           plugins/symbol-browser/plugin.c
12251           plugins/tools/execute.c
12252           src/anjuta.c
12253           src/anjuta-actions.h
12254           src/shell.c:
12255           Correct spacing errors before and after "...".
12257 2005-10-20  Naba Kumar  <naba@gnome.org>
12259         * plugins/gdb/debugger.c: Fixed attach/detach process to
12260         updated UI properly.
12261         
12262 2005-10-18  Naba Kumar  <naba@gnome.org>
12264         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12265         #171314 too).
12266         
12267 2005-10-13  Naba Kumar  <naba@gnome.org>
12268         
12269         * plugins/project-mkfile-import/*: Removed separate import wizard for
12270         makefile based projects (because single widzard handles all wizards).
12272         * plugins/project-import/project-import.c: Made wizard window
12273         transient to main window.
12275         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12276         
12277         * AUTHORS: Added Eric's name in contributors list.
12278         
12279         * configure.in, plugins/Makefile.am,
12280         plugins/project-import/Makefile.am,
12281         plugins/project-import/anjuta-project-import.glade,
12282         plugins/project-import/project-import.c,
12283         plugins/project-import/project-import.h: Import wizard now detects
12284         both makefile and automake projects together instead of separate wizard.
12285         
12286         * plugins/project-wizard/templates/java/project.anjuta,
12287         plugins/project-wizard/templates/mkfile/project.anjuta,
12288         plugins/project-wizard/templates/python/project.anjuta,
12289         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12290         name to make it appropriate.
12292 2005-10-11  Naba Kumar  <naba@gnome.org>
12294         * configure.in: Fixed glade3 version requirement.
12296 2005-09-29  Alexander Shopov  <ash@contact.bg>
12298         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12300 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12302         * plugins/subversion/svn_auth.c
12303         plugins/subversion/anjuta_subversion.glade:
12304         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12306 2005-09-22  Naba Kumar  <naba@gnome.org>
12308         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12310         * configure.in,  plugins/Makefile.am
12311         plugins/project-manager/anjuta-project-manager.plugin.in,
12312         plugins/project-manager/plugin.c,
12313         (added) plugins/project-mkfile-import/.cvsignore,
12314         (added) plugins/project-mkfile-import/Makefile.am,
12315         (added) plugins/project-mkfile-import/
12316             anjuta-project-mkfile-import-plugin.png,
12317         (added) plugins/project-mkfile-import/
12318             anjuta-project-mkfile-import.glade,
12319         (added) plugins/project-mkfile-import/
12320             anjuta-project-mkfile-import.plugin.in,
12321         (added) plugins/project-mkfile-import/plugin.c,
12322         (added) plugins/project-mkfile-import/plugin.h,
12323         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12324         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12325         plugins/project-wizard/templates/Makefile.am,
12326         (added) plugins/project-wizard/templates/mkfile-logo.png,
12327         (added) plugins/project-wizard/templates/mkfile.wiz,
12328         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12329         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12330         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12331         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12332         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12333         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12334         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12335         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12336         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12337         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12338         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12339         Added makefile based project import wizard and wizard template.
12341 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12343         * libanjuta/anjuta-launcher.c: Reduced false password detections
12345 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12347         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12348         messages correctly.a
12350 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12351         
12352         * scintilla/Makefile.am: Changed scintilla library to noinst
12353         * pixmaps/Makefile.am: Install password.png
12354         * libanjuta/anjuta-launcher.c: Changed password detection
12355         to be able to access GNOME CVS with ssh.
12356         
12357 2005-08-31  Naba Kumar  <naba@gnome.org>
12359         * plugins/glade/plugin.c: Set transient window for the widget
12360         dialogs.
12361         
12362 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12364         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12366 2005-08-10  Naba Kumar  <naba@gnome.org>
12368         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12369         as shortcut key for execute.
12371         * src/about.c: Clean up.
12372         
12373         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12374         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12375         entry boxes.
12376         
12377 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12379         * plugins/editor/search-replace_backend.c :
12380         Fixed search in File Patterns.
12382 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12384         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12385         
12386 2005-08-04  Naba Kumar  <naba@gnome.org>
12388         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12389         for pango-1.8 rendering bug.
12390         
12391 2005-08-03  Naba Kumar  <naba@gnome.org>
12393         * plugins/glade/plugin.c: Proper names for plugin widgets.
12394         
12395         * plugins/subversion/anjuta-subversion.glade,
12396         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12397         string allocations. Use passed default values when available.
12398         Set proper focus and dialog default response. Destroy dialog after use.
12399         Return error when appropriate.
12401 2005-08-02  Naba Kumar  <naba@gnome.org>
12403         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12404         for pango-1.8 rendering bug.
12405         
12406 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12408         * scintilla/Makefile.am: Fixed a make -j x bug
12409         
12410 2005-08-02  Johannes Schmid <jhs@gnome.org>
12411         
12412         * plugins/subversion/svn-auth.c: Added username/password 
12413         auto function.
12415 2005-08-01  Naba Kumar  <naba@gnome.org>
12417         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12418         checks for character width calculations.
12419         
12420 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12422         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12424 2005-07-31  Naba Kumar  <naba@gnome.org>
12426         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12427         messup with pango 1.8. Fixed bug #311846.
12429 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12431         * plugins/gdb/memory.c : Fixed bug 305082.
12432         
12433         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12434         plugins/project-wizard/templates/gcj.wiz,
12435         plugins/project-wizard/templates/gnome.wiz,
12436         plugins/project-wizard/templates/gtk.wiz,
12437         plugins/project-wizard/templates/java.wiz,
12438         plugins/project-wizard/templates/python.wiz,
12439         plugins/project-wizard/templates/wxwin.wiz,
12440         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12442 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12444         * plugins/tools/execute.c:
12445         Correct a crash if editor is closed while a tool still use it.
12447 2005-07-28  Naba Kumar  <naba@gnome.org>
12449         * scintilla/*: Updated scintilla from their latest CVS.
12451 2005-07-27  Naba Kumar  <naba@gnome.org>
12453         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12454         plugins/build-basic-autotools/build-basic-autotools.c,
12455         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12456         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12457         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12458         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12459         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12460         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12461         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12462         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12463         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12464         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12465         argument to anjuta_ui_add_action_group_entries() and
12466         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12467         Fixed all plugins to pass translation domain. This fixes untranslated
12468         UI bugs. 
12470 2005-07-27  Naba Kumar  <naba@gnome.org>
12472         * plugins/class-inheritance/class-callbacks.c,
12473         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12474         proper system colors.
12476 2005-07-26  Naba Kumar  <naba@gnome.org>
12478         * ROADMAP: Updated and added more tasks.
12480 2005-07-25  Naba Kumar  <naba@gnome.org>
12482         * ROADMAP: Updated and added more tasks.
12483         
12484 2005-07-24  Naba Kumar  <naba@gnome.org>
12486         * HACKING: Fixed format.
12488 2005-07-24  Naba Kumar  <naba@gnome.org>
12490         * ROADMAP: Fixed format.
12491         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12493 2005-07-24  Naba Kumar  <naba@gnome.org>
12495         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12496         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12498 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12500         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12501         Correct wrong sensitivity setting
12502         
12503         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12504         
12505         * plugins/tools/variable.c:     Add variables for project manager
12507 2005-07-23  Naba Kumar  <naba@gnome.org>
12509         * ROADMAP: updated.
12511 2005-07-23 Naba Kumar  <naba@gnome.org>
12513         * plugins/subversion/Makefile.am,
12514         plugins/subversion/svn-auth.c,
12515         plugins/subversion/svn-auth.h: Added subversion authentication code
12516         stubs.
12517         
12518         * plugins/subversion/subversion-callbacks.c,
12519         plugins/subversion/subversion-callbacks.h,
12520         plugins/subversion/svn-backend-priv.h,
12521         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12522         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12523         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12524         Added file mode line.
12526 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
12528         * configure.in: Added 'gl' to ALL_LINGUAS.
12530 2005-07-21 Naba Kumar  <naba@gnome.org>
12532         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12533         the active sources and kill the running process without emitting
12534         signals (which could be fatal because the object is being destroyed).
12535         Incidentally, fixed the crash that happens when stopping an active
12536         debugger session. Disabled debug prints and code clean up.
12537         Fixed bug #305587.
12538         
12539         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12540         message view object, because that prevents many unprocessed outputs
12541         from the cvs command from being appended in view. Does not set NULL
12542         to mesg_view private member (not required) so that any pending outputs
12543         to view is processed.Fixed bug #172666.
12545         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12546         type in supported list.
12547         
12548 2005-07-18  Adam Weinberger  <adamw@gnome.org>
12550         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12551           grammar/spelling fixes.
12553 2005-07-17 Naba Kumar  <naba@gnome.org>
12555         * (new) plugins/project-wizard/templates/terminal/cvsignore,
12556         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12557         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12558         plugins/project-wizard/templates/anjuta-plugin.wiz,
12559         plugins/project-wizard/templates/gcj.wiz,
12560         plugins/project-wizard/templates/gnome.wiz,
12561         plugins/project-wizard/templates/gtk.wiz,
12562         plugins/project-wizard/templates/gtkmm.wiz,
12563         plugins/project-wizard/templates/java.wiz,
12564         plugins/project-wizard/templates/python.wiz,
12565         plugins/project-wizard/templates/terminal.wiz,
12566         plugins/project-wizard/templates/terminal/Makefile.am,
12567         plugins/project-wizard/templates/terminal/po/Makefile.am,
12568         plugins/project-wizard/templates/terminal/src/Makefile.am,
12569         plugins/project-wizard/templates/wxwin.wiz,
12570         plugins/project-wizard/templates/xlib-dock.wiz,
12571         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12572         wizards and updated .wiz files to install them in newly created
12573         projects.
12575 2005-07-16 Naba Kumar  <naba@gnome.org>
12577         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12578         
12579         * plugins/file-manager/an_file_view.c,
12580         plugins/file-manager/plugin.c: Added file manager preferences to
12581         show/hide files ignored by version control (e.g. cvsignore).
12582         
12583         * plugins/editor/text_editor.c: Initialize vfs info struct.
12584         
12585         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12586         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12587         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12588         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12589         omf-install/.cvsignore, pixmaps/.cvsignore,
12590         plugins/file-manager/anjuta-file-manager-plugin.glade,
12591         scintilla/.cvsignore, scintilla/include/.cvsignore,
12592         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12593         tagmanager/python.c: Updated.
12595 2005-07-16 Naba Kumar  <naba@gnome.org>
12597         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12598         Fixed python parser to parser class methods.
12600 2005-07-15 Naba Kumar  <naba@gnome.org>
12602         * plugins/project-wizard/property.c: Used parenthesis to remove
12603         ambiguty.
12604         
12605         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12606         plugins/project-wizard/templates/gcj.wiz,
12607         plugins/project-wizard/templates/gnome.wiz,
12608         plugins/project-wizard/templates/gtk.wiz,
12609         plugins/project-wizard/templates/gtkmm.wiz,
12610         plugins/project-wizard/templates/java.wiz,
12611         plugins/project-wizard/templates/python.wiz,
12612         plugins/project-wizard/templates/terminal.wiz,
12613         plugins/project-wizard/templates/wxwin.wiz,
12614         plugins/project-wizard/templates/xlib-dock.wiz,
12615         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12616         and names.
12618 2005-07-15 Naba Kumar  <naba@gnome.org>
12620         * plugins/project-wizard/templates/java.wiz,
12621         plugins/project-wizard/templates/java/Makefile.am,
12622         plugins/project-wizard/templates/java/project.anjuta,
12623         plugins/project-wizard/templates/python.wiz,
12624         plugins/project-wizard/templates/python/Makefile.am,
12625         plugins/project-wizard/templates/python/project.anjuta: Use different
12626         project files for java and python module where debugger is not
12627         included in the list of plugins.
12629 2005-07-15 Naba Kumar  <naba@gnome.org>
12631         * configure.in, plugins/project-wizard/templates/Makefile.am,
12632         plugins/project-wizard/templates/gcj-logo.png,
12633         plugins/project-wizard/templates/gcj.wiz,
12634         plugins/project-wizard/templates/gcj/.cvsignore,
12635         plugins/project-wizard/templates/gcj/Makefile.am,
12636         plugins/project-wizard/templates/gcj/configure.in.tpl,
12637         plugins/project-wizard/templates/gcj/src/.cvsignore,
12638         plugins/project-wizard/templates/gcj/src/Makefile.am,
12639         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12640         plugins/project-wizard/templates/java-logo.png,
12641         plugins/project-wizard/templates/java.wiz,
12642         plugins/project-wizard/templates/java/configure.in.tpl,
12643         plugins/project-wizard/templates/java/po/Makefile.am,
12644         plugins/project-wizard/templates/java/po/POTFILES.in,
12645         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12646         plugins/project-wizard/templates/java/src/main.java,
12647         plugins/project-wizard/templates/python-logo.png,
12648         plugins/project-wizard/templates/python.wiz,
12649         plugins/project-wizard/templates/python/.cvsignore,
12650         plugins/project-wizard/templates/python/Makefile.am,
12651         plugins/project-wizard/templates/python/configure.in.tpl,
12652         plugins/project-wizard/templates/python/po/.cvsignore,
12653         plugins/project-wizard/templates/python/po/Makefile.am,
12654         plugins/project-wizard/templates/python/po/POTFILES.in,
12655         plugins/project-wizard/templates/python/src/.cvsignore,
12656         plugins/project-wizard/templates/python/src/Makefile.am,
12657         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12658         plugins/project-wizard/templates/python/src/main.py: Added Generic
12659         gcj and python project wizards. Fixed Generic java project to
12660         use _JAVA primary. Update gnome-build from cvs for them to work
12661         correctly.
12663 2005-07-12 Naba Kumar  <naba@gnome.org>
12665         * plugins/project-manager/plugin.c: Automatically determine
12666         project backend by probing.
12667         
12668 2005-07-04 Naba Kumar  <naba@gnome.org>
12670         * Makefile.am: Do not install old anjuta.glade file which conflicts
12671         with newer src/anjuta.glade.
12673 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12675         * plugins/an_symbol_prefs.c:
12676         Sort list of available symbol files
12678 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12680         * plugins/build-basic-autotools.c:
12681         Fixed #307810
12682         
12683         * plugins/gtodo/libgtodo.c:
12684         Possible fix for #307800
12686         * libanjuta/anjuta-encodings.c
12687         libanjuta/anjuta-launcher.c
12688         libanjuta/anjuta-preference-dialog.c
12689         libanjuta/anjuta-preferences.c
12690         libanjuta/anjuta-ui.c
12691         libanjuta/anjuta-util.c
12692         libanjuta/cell-renderer-captioned-image.c
12693         libanjuta/plugin.c:
12694         
12695         Patch from de_lupus@pandora.be (Kristof Vansant):
12696         Replaced deprecated gnome-i18n.h
12697         Closed #309153
12699 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12700         
12701         * plugins/subversion/anjuta-subversion.glade
12702         plugins/subversion/anjuta-subversion.ui
12703         plugins/subversion/plugin.c
12704         plugins/subversion/subversion-actions.c
12705         plugins/subversion/subversion-callbacks.h
12706         plugins/subversion/subversion-callbacks.c
12707         plugins/subversion/svn-backend-priv.h
12708         plugins/subversion/svn-backend.h
12709         plugins/subversion/svn-backend.c
12710         plugins/subversion/svn-thread.h
12711         plugins/subversion/svn-thread.c:
12712         
12713         Implemented Subversion diff
12714         
12715 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12716         
12717         * plugins/build-basic-autotools/build-basic-autotools.c:
12718         Fixed crash bug! Might be useful to release 2.0.2 soon
12719         because this bug will crash any build which produces errors
12720         or warnings
12722 === Anjuta 2.0.1 ===
12724 2005-06-27 Naba Kumar  <naba@gnome.org>
12726         * plugins/tools/execute.c: Formated code.
12727         
12728 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12730         * plugins/build-basic-autotools/build-basic-autotools.c:
12731         Remove two memory leaks
12732         Check command output versus untranslated strings too
12734         * plugins/tools/execute.c:
12735         Remove two memory leaks
12736         Check command output versus untranslated strings too
12737         Remove description message
12739         * plugins/tools/fileop.c:
12740         Escape tool name in xml configuration file
12742 2005-05-26 Naba Kumar  <naba@gnome.org>
12744         * configure.in: Bumped version to 2.0.1
12745         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12747         * plugins/tools/execute.c: Fixed clickable messages.
12748         * NEWS: Updated.
12750         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12751         Deactivate glade plugin when last glade project is closed. Reorder
12752         glade widgets in layout. Change glade project when user selects a
12753         new project. Removed project from the list when user closes it. Fixed
12754         glade project file loading from URI. Save and restored loaded glade
12755         projects in/from session.
12757         * plugins/class-gen/action-callbacks.c,
12758         plugins/class-gen/anjuta-class-gen-plugin.glade,
12759         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12760         plugins/file-wizard/anjuta-file-wizard.glade,
12761         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12762         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12763         "Add to project" correctly. Use the source file path returned after
12764         adding to project. Fixed memory leaks. Deactivate wizard plugins
12765         after use.
12766         
12767         * plugins/project-manager/plugin.c,
12768         plugins/project-wizard/anjuta-project-wizard.glade,
12769         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12770         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12771         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12772         project-wizard preference page to anjuta app, because they are
12773         more appropriated as general preferences. Renamed username and
12774         useremail properties keys.
12775         
12776         * po/POTFILES.in: Updated.
12778         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12779         saved at closing.
12780         
12781         * plugins/file-loader/plugin.c: Do not use static variable to store
12782         created submenu in factory. Fixed crash in anjuta exit.
12783         
12784 2005-05-24 Naba Kumar  <naba@gnome.org>
12786         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12787         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12788         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12789         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12790         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12791         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12792         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12793         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12794         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12795         
12796         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12797         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12798         plugins/build-basic-autotools/build-basic-autotools.c,
12799         plugins/build-basic-autotools/build-basic-autotools.h,
12800         plugins/build-basic-autotools/executer.c,
12801         plugins/build-basic-autotools/executer.h,
12802         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12803         plugins/tools/variable.c: Added an extra argument to
12804         anuta_util_dialog_input() to pass default value. Save/load project
12805         configure and execution parameters in/from session.
12807         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12808         symbol browser is loaded.
12809         
12810         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12811         freeze/thaw.
12813         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12814         deactivate would not start shell.
12816 2005-05-24 Naba Kumar  <naba@gnome.org>
12818         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12819         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12820         libegg/egg-submenu-action.c, libegg/test-actions.c,
12821         plugins/build-basic-autotools/build-basic-autotools.c,
12822         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12823         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12824         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12825         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12826         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12827         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12828         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12829         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12830         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12831         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12833 2005-05-24 Naba Kumar  <naba@gnome.org>
12835         * data/properties/styles.properties: Fixed defalt font.
12837         * plugins/editor/search-replace.c,
12838         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12839         project openness wihtout activating project-manager plugin (i.e.
12840         using anjuta_shell_get()).
12841         
12842         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12843         - Completed add_source(), add_group() and add_target() methods of
12844         IAnjutaProjectManager.
12845         - Change their definition to return the added element (or NULL).
12846         - Used interface API for project main menus and 'add to project'
12847         from file-manager context menu.
12848         - Select proper default target/group when prompting for adding
12849         source/target/group.
12850         - Do not expand all nodes in selection tree when default selection
12851         are given (eases navigation in big projects).
12852         - Code clean ups.
12853         - Marked strings for translation.
12855 2005-05-23 Naba Kumar  <naba@gnome.org>
12857         * src/anjuta-app.c: Save menu accelerators on change.
12858         * NEWS: Updated.
12859         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12860         save-as dialog (leading to crash later).
12862 2005-05-22 Naba Kumar  <naba@gnome.org>
12864         * NEWS: Updated.
12865         * AUTHORS: Added developers for other projects. Updated.
12866         * TODO.tasks: Updated.
12867         * ChangeLog: Added past changelogs from anjuta-0.1.5.
12868         
12869 2005-05-22 Naba Kumar  <naba@gnome.org>
12871         * plugins/tools/execute.c: Make parsable lines distinct by adding
12872         a "Click me" description in the message. Allow tools to open arbibrary
12873         file in editory using gdb-styled annotation (The line starts with two
12874         \032 characters followed by the file:line).
12875         
12876         * plugins/tools/scripts/prepare-changelog.pl,
12877         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12878         ChangeLog file itself and open it.
12880 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12882         * plugins/tools/execute.c:
12883         Parse output in message pane
12884         Correct a crash on plugin deactivation
12886         * plugins/tools/fileop.c,
12887         plugins/tools/tool.c,
12888         plugins/tools/tool.h:
12889         Load only valid tools
12891 2005-06-21  Naba Kumar  <naba@gnome.org>
12893         * anjuta.spec.in: Fixed devel package requirement.
12895         * plugins/message-view/message-view.c: Scroll message on next/previous.
12897         * TODO.tasks: Updated.
12899         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12900         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12901         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12902         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12903         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12904         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12905         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12906         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12908         * libanjuta/anjuta-preferences.c,
12909         plugins/build-basic-autotools/build-basic-autotools.c,
12910         plugins/build-basic-autotools/executer.c,
12911         plugins/class-gen/action-callbacks.c,
12912         plugins/class-gen/action-callbacks.h,
12913         plugins/class-gen/class_gen.c,
12914         plugins/cvs-plugin/cvs-interface.c,
12915         plugins/debug-manager/attach_process.c,
12916         plugins/debug-manager/plugin.c,
12917         plugins/debug-manager/utilities.c,
12918         plugins/debug-manager/utilities.h,
12919         plugins/editor/aneditor-autocomplete.cxx,
12920         plugins/editor/aneditor.cxx,
12921         plugins/editor/search-replace.c,
12922         plugins/editor/search-replace_backend.c,
12923         plugins/gdb/breakpoints.c,
12924         plugins/gdb/registers.c,
12925         plugins/patch/plugin.c,
12926         plugins/project-wizard/druid.c,
12927         plugins/project-wizard/install.c,
12928         plugins/subversion/plugin.c,
12929         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
12930         codes.
12932         * plugins/class-gen/action-callbacks.c,
12933         plugins/project-wizard/parser.c,
12934         plugins/project-wizard/property.c,
12935         plugins/project-wizard/values.c,
12936         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
12938         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
12939         alphabetically
12941 2005-06-20  Naba Kumar  <naba@gnome.org>
12943         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12944         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12945         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12946         
12947         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
12948         exit idle function.
12949         
12950         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
12951         Fixed possible memory corruption.
12953         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
12954         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
12955         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
12956         progress bar increment and added progress status for symbol refresh
12957         and project loading.
12958         
12959         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
12960         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
12961         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
12962         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
12963         bar.
12965         * TODO.tasks: Updated.
12967 2005-06-19  Naba Kumar  <naba@gnome.org>
12969         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
12970         Fixed warning.
12971         
12972         * plugins/project-import/project-import.c: Deactivate plugin when done.
12973         
12974 2005-06-18  Naba Kumar  <naba@gnome.org>
12976         * plugins/profile-default/plugin.c: Fixed error when loading another
12977         project while a project is still loaded.
12978         
12979         * plugins/project-manager/plugin.c: Used (newly added) group-activated
12980         signal from gnome-build to popup group properties.
12981         
12982         * src/anjuta.c: Load default session by default.
12984         * po/POTFILES.in: Added missing files.
12985         
12986         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
12987         activate plugin on load (activate it separately). Connect to activate
12988         and deactivate signals for housekeeping, so that if plugins are
12989         activated or deactivate externally, they are properly recorded.
12990         
12991         * plugins/profile-default/plugin.c: Save profile before a project
12992         is loaded so that it could be restored when project is closed.
12993         
12994         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
12996 2005-06-17  Naba Kumar  <naba@gnome.org>
12998         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
12999         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
13000         for project. The plugins loaded for the project is restored when project
13001         is loaded next time.
13002         
13003         * TODO.tasks: Updated.
13004         
13005 2005-06-15  Naba Kumar  <naba@gnome.org>
13007         * plugins/tools/scripts/find-fixmes.pl,
13008         (new) plugins/tools/scripts/translation-status.pl,
13009         plugins/tools/scripts/tools-2.xml.in,
13010         plugins/tools/scripts/Makefile.am,
13011         plugins/tools/scripts/prepare-changelog.pl: Added translation
13012         status script. Completed find-fixmes.pl script. Fixed bugs.
13014         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13015         tool path.
13017 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13019         * plugins/message-view/anjuta-message-manager-plugin.glade :
13020         renamed "messages.tag.position" to "messages.tab.position".
13021         plugins/message-view/anjuta-msgman.c : 
13022         Messages tab position prefrences.
13023         
13024 2005-06-14  Naba Kumar  <naba@gnome.org>
13026         * (new) plugins/tools/scripts/find-fixmes.pl,
13027         (new) plugins/tools/scripts/tools-2.xml.in,
13028         (new) plugins/tools/scripts/Makefile.am,
13029         (new) plugins/tools/scripts/prepare-changelog.pl,
13030         plugins/tools/plugin.h, plugins/tools/fileop.c,
13031         plugins/tools/Makefile.am, configure.in: Added system tools.
13033 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
13035         * plugins/tools/editor.c:
13036         Take care of creating .anjuta directory if missing
13038 2005-06-10  Naba Kumar  <naba@gnome.org>
13040         * configure.in: Increased gnome-build required to version 0.1.2.
13041         
13042         * plugins/project-manager/plugin.c: Fixed target/group removal.
13043         Fixed memory leaks.
13044         
13045 2005-06-10  Naba Kumar  <naba@gnome.org>
13047         * plugins/project-manager/plugin.c: Implemented target/group
13048         configuration (update gnome-build module from cvs).
13049         
13050 2005-06-07  Naba Kumar  <naba@gnome.org>
13052         Patch from: Massimo Cora'  <maxcvs@email.it>:
13053         * plugins/class-inheritance/Makefile.am,
13054         plugins/class-inheritance/class-inherit.c,
13055         plugins/class-inheritance/class-inherit.h,
13056         plugins/class-inheritance/plugin.c,
13057         plugins/class-inheritance/plugin.h,
13058         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13059         expanded view of classes in hierarchy canvas (collapsable again).
13060         
13061 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
13063         * scintilla/patches/scintilla-64-bit.diff (added)
13064         * plugins/patch/patch-plugin.c:
13065         Conditional build for GTK 2.4 and GTK 2.6
13067 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
13069         * plugins/tools/anjuta-tools.glade,
13070         plugins/tools/editor.c,
13071         plugins/tools/plugin.h,
13072         plugins/tools/fileop.c:
13073         Add a check box to edit an user script
13074         Correct a few memory leak
13076         * plugins/tools/execute.c,
13077         plugins/tools/tool.c,
13078         plugins/tools/tool.h:
13079         Move utility remove_mnemonic function in tool.c
13080         Small fix
13082 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
13084         Patch from sbrabec@suse.cz:
13085         * configure.in
13086         scintilla/include/Scintilla.h:
13087         
13088         Fix 64-Bit warnings in gcc 4
13090 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
13091         
13092         * plugins/patch/patch_plugin.c
13093         plugins/patch/patch.h
13094         plugin/patch/patch-plugin.glade
13095         plugin/patch/Makefile.am:
13096         
13097         Changed patch plugin to use libglade and new gtk 2.6 widgets
13099 2005-05-31  Naba Kumar  <naba@gnome.org>
13101         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13102         * plugins/editor/text_editor.c: Don't show error
13103         for empty files.
13104         
13105 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
13106         
13107         * plugins/message-view/anjuta-message-manager.ui,
13108         plugins/message-view/anjuta-msgman.c,
13109         plugins/message-view/anjuta-msgman.h,
13110         plugins/message-view/message-view.c,
13111         plugins/message-view/message-view.h,
13112         plugins/message-view/plugin.c:
13113         Add a popup menu in messages panes
13114         Move save message pane option in it
13116 2005-05-28  Naba Kumar  <naba@gnome.org>
13118         * data/properties/styles.properties: Fixed default font
13119         names and sizes.
13121         * plugins/editor/style-editor.c: cleanup.
13122         
13123 2005-05-25  Naba Kumar  <naba@gnome.org>
13125         * plugin/gdb/plugin.c: Start gdb even if the program does
13126         not exists. Fixes bug #305074
13127         
13128 2005-05-24  Naba Kumar  <naba@gnome.org>
13130         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
13131         * configure.in: graphviz pkgconfig path.
13133 2005-05-24  Naba Kumar  <naba@gnome.org>
13135         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13136         * TODO.tasks: Updated.
13137         
13138 2005-05-22  Naba Kumar  <naba@gnome.org>
13140         * anjuta.spec.in: Fixed spec file
13141         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13143 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
13144         
13145         * TODO.tasks: Updated.
13147         * plugins/message-view/anjuta-message-manager.ui,
13148         plugins/message-view/message-view.c,
13149         plugins/message-view/message-view.h,
13150         plugins/message-view/plugin.c:
13151         Add shortcut for next and previous message
13152         Add a save message menu item
13153         Fix a bug in previous message
13155 2005-05-21  Naba Kumar  <naba@gnome.org>
13157         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13158         doc/Makefile.am, global-tags/create_global_tags.sh,
13159         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13160         and rpm package creation. Fixed installation paths.
13161         
13162         * plugins/editor/anjuta-document-manager.glade,
13163         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13164         and indent options.
13165         
13166         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13168 2005-05-21  Naba Kumar  <naba@gnome.org>
13170         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13171         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13172         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13173         tagmanager/Makefile.am: Fixed paths configure variables to take
13174         automake configure variables instead of hardcoding.
13176         * global-tags/tm_global_tags.c: Formated code.
13178         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13179         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13180         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13181         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13182         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13183         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13184         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13185         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13186         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13188 2005-05-20  Naba Kumar  <naba@gnome.org>
13190         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13191         and fixed rpm spec file (more testing required).
13192         
13193         * data/gdb.init: Don't set gdb prompt.
13194         
13195         * mime/Makefile.am: run update-mime-data only on system-wide install.
13196         
13197         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13199 2005-05-19  Naba Kumar  <naba@gnome.org>
13201         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13202         while it's not visible.
13204         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13205         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13206         
13207 2005-05-19  Naba Kumar <naba@gnome.org>
13209         * configure.in: Fixed subversion checks. Added
13210         --disable-plugin-subversion and --disable-plugin-glade
13211         configure flags to manually turn off their plugin builds.
13213         * plugins/editor/plugin.c: Save and restore current editor line
13214         positions in session.
13216 2005-05-18  Naba Kumar  <naba@gnome.org>
13218         * AUTHORS: Fixed email address.
13219         
13220         * libanjuta/anjuta-utils.c,
13221         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13222         when the projectmanager toplevel is not a window. Check for valid
13223         gtkwindow type before using the passed window as parent for anjuta
13224         dialogs.
13226 2005-05-17  Naba Kumar  <naba@gnome.org>
13228         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13229         
13230         * plugins/cvs-plugin/Makefile.am,
13231         plugins/devhelp/plugin.c,
13232         plugins/file-loader/Makefile.am,
13233         plugins/macro/Makefile.am,
13234         plugins/message-view/Makefile.am,
13235         plugins/patch/Makefile.am,
13236         plugins/project-manager/Makefile.am,
13237         plugins/subversion/Makefile.am,
13238         plugins/symbol-browser/Makefile.am: Removed -module flags
13239         from libtool flags
13241         * MAINTAINERS: Added file so that I could recieve bugzilla
13242         reports.
13244         * plugins/glade/plugin.c: Fixed compile error.
13246 === Anjuta 2.0.0 ===
13248 2005-05-15  Naba Kumar  <naba@gnome.org>
13250         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13251         version to 2.0.0.
13253         * plugins/symbol-browser/an_symbol_view.c,
13254         plugins/symbol-browser/plugin.c,
13255         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13256         symbols have been updated. Reset file symbols when update
13257         occurs. Fixed memory leaks.
13259         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13260         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13261         
13262 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13264         * plugins/tools/anjuta-tools.glade:
13265         Remove unused parameter dialog
13267         * plugins/tools/dialog.c,
13268         plugins/tools/fileop.c,
13269         plugins/tools/fileop.h,
13270         plugins/tools/tool.c,
13271         plugins/tools/tool.h,
13272         plugins/tools/variable.c:
13273         Add a few comments and cleanups
13275         * plugins/tools/editor.c,
13276         plugins/tools/editor.h:
13277         Remove code from previous plugin and add comments
13278         Use main window as parent (instead of tool list)
13280         * plugins/tools/execute.c,
13281         plugins/tools/execute.h:
13282         Remove code from previous plugin and add comments
13283         Fix warnings
13285 2005-05-14  Naba Kumar  <naba@gnome.org>
13287         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13288         release.
13289         
13290         * configure.in: Fixed
13291         
13292         * plugins/class-inheritance/class-inheritance.png: New icon.
13293         
13294         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13295         screws up when reparented.
13297 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13299         * plugins/editor/search-replace.c,
13300         plugins/editor/search-replace_backend.c
13301         plugins/project-manager/plugin.c : Clear find pane if searching same 
13302         expression. Clean code.
13304 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13306         * configure.in: Added ne in ALL_LINGUAS
13307         
13308 2005-05-13  Naba Kumar  <naba@gnome.org>
13310         * configure.in: Fixed glade-3 version.
13311         
13312         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13313         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13314         plugins/gdb/watch.c: Update locals, watch and frame document on
13315         frame change.
13317 2005-05-12  Naba Kumar  <naba@gnome.org>
13319         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13320         scope autocompletion when the function definition is incomplete.
13321         
13322         * plugins/class-gen/anjuta-class-gen.plugin.in,
13323         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13324         plugins/gdb/plugin.c,
13325         plugins/glade/anjuta-glade.plugin.in,
13326         plugins/project-import/anjuta-project-import.plugin.in,
13327         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13328         titles for the wizards.
13330 2005-05-11  Naba Kumar  <naba@gnome.org>
13332         * configure.in, plugins/debug-manager/Makefile.am,
13333         plugins/debug-manager/plugin.c,
13334         (added) plugins/debug-manager/images/.cvsignore,
13335         (added) plugins/debug-manager/images/Makefile.am,
13336         (added) plugins/debug-manager/images/detach-16.png,
13337         (added) plugins/debug-manager/images/detach.png,
13338         (added) plugins/debug-manager/images/step-into-16.png,
13339         (added) plugins/debug-manager/images/step-into.png,
13340         (added) plugins/debug-manager/images/step-out-16.png,
13341         (added) plugins/debug-manager/images/step-out.png,
13342         (added) plugins/debug-manager/images/step-over-16.png,
13343         (added) plugins/debug-manager/images/step-over.png,
13344         plugins/gdb/Makefile.am,
13345         plugins/gdb/breakpoints.c,
13346         plugins/gdb/plugin.c,
13347         (added) plugins/gdb/images/.cvsignore,
13348         (added) plugins/gdb/images/Makefile.am,
13349         (added) plugins/gdb/images/breakpoint.png,
13350         (added) plugins/gdb/images/locals.png,
13351         (added) plugins/gdb/images/stack.png,
13352         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13353         'remove all'. Added debugger icons.
13355         * plugins/editor/text_editor.c: Fixed file monitor.
13357         Patch from: Massimo Cora'  <maxcvs@email.it>
13358         * plugins/patch/anjuta-patch-plugin.png,
13359         plugins/class-gen/Makefile.am,
13360         plugins/class-gen/action-callbacks.c,
13361         plugins/class-gen/class_gen.c,
13362         plugins/class-gen/class_logo.xpm: Implemented vcs
13363         file addions. New icons by Fabio Zecchini
13365 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13367         * libanjuta/interfaces/libanjuta.idl
13368         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13369         plugins/editor/search-replace_backend.c
13370         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13372 2005-05-11  Naba Kumar  <naba@gnome.org>
13373         
13374         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13375         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13376         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13377         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13378         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13379         memory leaks.
13380         
13381         * plugins/symbol-browser/an_symbol_prefs.c,
13382         plugins/symbol-browser/an_symbol_search.c,
13383         plugins/symbol-browser/an_symbol_view.c,
13384         plugins/symbol-browser/an_symbol_view.h,
13385         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13387 2005-05-11  Naba Kumar  <naba@gnome.org>
13389         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13390         
13391         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13392         progress bar location at create time, instead of hardcoding.
13393         
13394         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13395         Added mini splash screen.
13396         
13397         * plugins/editor/text_editor.c: Do not produce warning when file
13398         monitor could not be created.
13399         
13400         * plugins/profile-default/plugin.c: Save project session on exit.
13401         Show mini splash with progress bar at profile load.
13403 2005-05-10  Naba Kumar  <naba@gnome.org>
13405         * configure.in, manuals/Makefile.am: Fixed compile flags.
13406         Disable outdated manuals builds.
13407         
13408         * global-tags/Makefile.am: Uninstall tags files on
13409         'make uninstall'
13410         
13411         * libegg/Makefile.am: Use configured deprecated flags.
13412         
13413         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13414         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13415         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13416         Updated.
13417         
13418         * mime/Makefile.am: Take DESTDIR into account.
13419         
13420         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13421         
13422         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13423         on scope autocompletion.
13424         
13425         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13426         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13427         shared libs and static libs paths for debugging. Order them
13428         correctly.
13429         
13430         * po/POTFILES.in: Updated.
13432 2005-05-09  Naba Kumar  <naba@gnome.org>
13434         * libanjuta/interfaces/libanjuta.idl,
13435         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13436         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13437         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13438         Implemented debugger source directory search and emits location changed
13439         signal with absolute path of the file.
13441         * plugins/tools/tool.c: Fixed compile errors.
13442         
13443 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13445         * plugins/tools/anjuta-tools.glade,
13446         plugins/tools/dialog.h,
13447         plugins/tools/dialog.c,
13448         plugins/tools/plugin.c,
13449         plugins/tools/editor.c:
13450         Improve graphical user interface
13451         Remove old code
13452         Correct an error on close
13453         Some cleanups
13455         * plugins/tools/fileop.c,
13456         plugins/tools/tool.h,
13457         plugins/tools/tool.c:
13458         Change the tool internal structure
13459         Support having tools configuration in several places
13461 2005-05-08  Naba Kumar  <naba@gnome.org>
13463         * plugins/gdb/actions.c,
13464         (removed) plugins/gdb/registers_cbs.c,
13465         (removed) plugins/gdb/registers_cbs.h,
13466         (removed) plugins/gdb/registers_gui.c,
13467         (removed) plugins/gdb/sharedlib_cbs.c,
13468         (removed) plugins/gdb/sharedlib_cbs.h,
13469         (removed) plugins/gdb/sharedlib_gui.c,
13470         (removed) plugins/gdb/signals_cbs.c,
13471         (removed) plugins/gdb/signals_cbs.h,
13472         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13474 2005-05-08  Naba Kumar  <naba@gnome.org>
13476         * plugins/build-basic-autotools/executer.c: Fixed programs
13477         listing dialog.
13478         
13479         * plugins/debug-manager/Makefile.am,
13480         plugins/debug-manager/anjuta-debug-manager.glade,
13481         plugins/debug-manager/plugin.c,
13482         plugins/gdb/Makefile.am: Used libglade for programs listing
13483         dialog.
13484         
13485         * (added) plugins/gdb/pointer.png: Stack pointer image.
13486         
13487         * libanjuta/anjuta-marshal.list,
13488         pixmaps/Makefile.am,
13489         plugins/gdb/actions.c,
13490         plugins/gdb/actions.h,
13491         plugins/gdb/anjuta-gdb-plugin.ui,
13492         plugins/gdb/anjuta-gdb.glade,
13493         plugins/gdb/breakpoints.c,
13494         plugins/gdb/breakpoints.h,
13495         plugins/gdb/debug_tree.c,
13496         plugins/gdb/debug_tree.h,
13497         plugins/gdb/debugger.c,
13498         plugins/gdb/debugger.h,
13499         plugins/gdb/gdbmi-test.c,
13500         plugins/gdb/gdbmi.c,
13501         plugins/gdb/gdbmi.h,
13502         plugins/gdb/info.c,
13503         plugins/gdb/info.h,
13504         plugins/gdb/locals.c,
13505         plugins/gdb/locals.h,
13506         plugins/gdb/memory.c,
13507         plugins/gdb/memory.h,
13508         plugins/gdb/plugin.c,
13509         plugins/gdb/plugin.h,
13510         plugins/gdb/registers.c,
13511         plugins/gdb/registers.h,
13512         plugins/gdb/registers_cbs.c,
13513         plugins/gdb/registers_cbs.h,
13514         plugins/gdb/registers_gui.c,
13515         plugins/gdb/sharedlib.c,
13516         plugins/gdb/sharedlib.h,
13517         plugins/gdb/sharedlib_cbs.c,
13518         plugins/gdb/sharedlib_cbs.h,
13519         plugins/gdb/sharedlib_gui.c,
13520         plugins/gdb/signals.c,
13521         plugins/gdb/signals.h,
13522         plugins/gdb/signals_cbs.c,
13523         plugins/gdb/signals_cbs.h,
13524         plugins/gdb/signals_gui.c,
13525         plugins/gdb/stack_trace.c,
13526         plugins/gdb/stack_trace.h,
13527         plugins/gdb/utilities.c,
13528         plugins/gdb/utilities.h,
13529         plugins/gdb/watch.c,
13530         plugins/gdb/watch.h,
13531         plugins/gdb/watch_cbs.c,
13532         plugins/gdb/watch_cbs.h,
13533         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13534         it for all debugger component updates and listing. Implemented
13535         user custom debugger command window. Fixed all debugger components
13536         to work correctly. Implemented debugger as GObject. Removed
13537         deprecated codes.
13538         
13539 2005-05-06  Naba Kumar  <naba@gnome.org>
13540         
13541         * TODO.tasks: Updated.
13542         
13543         * plugins/build-basic-autotools/Makefile.am,
13544         plugins/file-loader/Makefile.am,
13545         plugins/profile-default/Makefile.am,
13546         plugins/sample1/Makefile.am,
13547         plugins/symbol-browser/images/Makefile.am,
13548         src/Makefile.am: Fixed 'make distcheck' errors.
13550         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13551         updates.
13553         * tagmanager/tm_workspace.c: Include prototypes in getting
13554         scope members.
13556 2005-05-06  Naba Kumar  <naba@gnome.org>
13558         * TODO.tasks: Updated.
13559         
13560         * configure.in, plugins/cvs-plugin/Makefile.am,
13561         plugins/debug-manager/Makefile.am,
13562         plugins/devhelp/Makefile.am,
13563         plugins/editor/Makefile.am,
13564         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13565         
13566         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13567         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13568         interfaces.
13569         
13570         * tagmanager/tm_workspace.c,
13571         tagmanager/include/tm_workspace.h,
13572         plugins/editor/aneditor-autocomplete.cxx,
13573         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13574         to return all matching tag types when no name is given instead of
13575         returning empty array.
13576         
13577         * plugins/symbol-browser/Makefile.am,
13578         (added) plugins/symbol-browser/an_symbol.c,
13579         (added) plugins/symbol-browser/an_symbol.h,
13580         plugins/symbol-browser/an_symbol_info.c,
13581         plugins/symbol-browser/an_symbol_info.h,
13582         (added) plugins/symbol-browser/an_symbol_iter.c,
13583         (added) plugins/symbol-browser/an_symbol_iter.h,
13584         plugins/symbol-browser/an_symbol_search.c,
13585         plugins/symbol-browser/an_symbol_view.c,
13586         plugins/symbol-browser/an_symbol_view.h,
13587         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13588         plugins/symbol-browser/plugin.c,
13589         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13590         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13591         plugin and implemented IAnjutaIterable interface for symbol search
13592         and iteration.
13594         * plugins/class-inheritance/Makefile.am,
13595         plugins/class-inheritance/class-inherit.c,
13596         plugins/class-inheritance/class-inherit.h,
13597         plugins/class-inheritance/plugin.h: Use the newly added
13598         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13599         get rid of libanjuta-ctags.la dependencies.
13601 2005-05-02  Naba Kumar  <naba@gnome.org>
13603         * plugins/class-inheritance/class-inherit.c,
13604         plugins/class-inheritance/plugin.c,
13605         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13606         be found for a class. Formated code.
13608         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
13609         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13610         of editor tabs.
13611         
13612 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
13614         * libanjuta/anjuta-launcher.c:
13615         Keep trying sending data until all bytes have been written
13617         * plugins/tools/anjuta-tools.glade,
13618         plugins/tools/editor.c:
13619         Add a combo box to defined data from stdin
13621         * plugins/tools/execute.c:
13622         Send data in stdin if needed
13623         Code cleanups
13625         * plugins/tools/fileop.c,
13626         plugins/tools/tool.h,
13627         plugins/tools/tool.c:
13628         Store, load and save stdin data
13629         Use tools-2.xml instead of tools.xml
13631         * plugins/tools/plugin.c,
13632         plugins/tools/plugin.h:
13633         Code cleanups
13635         * plugins/tools/dialog.c,
13636         plugins/tools/dialog.h:
13637         Few code cleanups
13639         * plugins/tools/variable.c,
13640         plugins/tools/variable.h:
13641         Add editor related variables
13642         Code cleanups
13644 2005-04-29  Naba Kumar  <naba@gnome.org>
13646         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13648         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13649         
13650         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13651         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13652         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13653         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13654         working on gdb MI interface. Completed MI parser interface.
13656         Patch from  Massimo Cora <maxcvs@email.it>:
13657         * plugins/class-inheritance/Makefile.am,
13658         plugins/class-inheritance/class-inherit.c,
13659         plugins/class-inheritance/class-inherit.h,
13660         plugins/class-inheritance/plugin.c,
13661         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13662         Used system theme for colors. Display class members on mouse click.
13663         
13664 2005-04-28  Naba Kumar  <naba@gnome.org>
13666         * plugins/symbol-browser/an_symbol_prefs.c
13667         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13668         implementation to create/add/remove custom tags files in symbol
13669         brower preferences.
13671         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13672         EXTRA_DIST.
13674         * plugins/project-import/project-import.c: Fixed memory leaks and
13675         use correct debug prints.
13676         
13677         * TODO.tasks: Updated.
13678         
13679 2005-04-27  Naba Kumar  <naba@gnome.org>
13681         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13682         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13683         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13685         * plugins/editor/anjuta-docman.c,
13686         plugins/editor/anjuta-docman.h,
13687         plugins/editor/plugin.c: Emit editor-added signal from docman
13688         and connect signals to new editor correctly.
13690         * plugins/class-inheritance/plugin.c,
13691         plugins/symbol-browser/plugin.c: Added stock icons.
13692         
13693         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13694         plugins/build-basic-autotools/executer.c,
13695         plugins/build-basic-autotools/executer.h: Added missing files
13696         for the execute programs implementation.
13698 2005-04-26  Naba Kumar  <naba@gnome.org>
13699         
13700         * TODO.tasks: Updated.
13702         * plugins/file-loader/plugin.c,
13703         plugins/project-import/anjuta-project-import.plugin.in,
13704         plugins/project-import/plugin.c,
13705         plugins/project-import/project-import.c,
13706         plugins/project-import/project-import.h: Be able to import older
13707         anjuta projects.
13709 2005-04-26  Naba Kumar  <naba@gnome.org>
13711         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13712         removing it from the shell.
13714         * libanjuta/anjuta-shell.c,
13715         libanjuta/anjuta-shell.h,
13716         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13717         so that widget additions are freezed or thaw using a pending queue.
13718         Fixded UI flicker while loading projects.
13720 2005-04-26  Naba Kumar  <naba@gnome.org>
13722         * TODO.tasks: Updated.
13723         
13724         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13725         IAnjutaBuildable interface.
13726         
13727         * plugins/build-basic-autotools/Makefile.am,
13728         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13729         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13730         plugins/build-basic-autotools/build-basic-autotools.c,
13731         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13732         interface and UI for executing project/file programs. Implemented
13733         IAnjutaFile interface so that executables could be opened directly.
13734         
13735         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13736         Authors line (Reserved for external plugins, which do not have a way to
13737         show their credits).
13738         
13739         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13740         [File Loader] group for menu labels (default to "Name" if it is not
13741         defined.
13742         
13743         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13744         for executing external commands.
13746 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13748         * plugins/project-wizard/property.c:
13749         Correct a memory leak
13751         * libanjuta/interfaces/libanjuta.idl,
13752         plugins/editor/text_editor.c:
13753         Add erase_all and replace_selection function to IAnjutaEditor
13755         * plugins/tools/anjuta-tools.glade,
13756         plugins/tools/fileop.c,
13757         plugins/tools/editor.c,
13758         plugins/tools/tool.c
13759         plugins/tools/tool.h:
13760         Add shortcut and icon 
13762         * plugins/tools/variable.c,
13763         plugins/tools/variable.h:
13764         Add a variable asking parameters at run time
13766         * plugins/tools/execute.c:
13767         Add a warning message for missing document manager
13768         Add replace buffer and replace selection output
13769         Correct an error in popup output
13771         * plugins/tools/plugin.c,
13772         plugins/tools/plugin.h,
13773         plugins/tools/anjuta-tools.ui,
13774         src/anjuta.ui:
13775         Few clean up
13776         Attach tools menu to a new place
13778 2005-04-25  Naba Kumar  <naba@gnome.org>
13780         * libanjuta/plugins.c, src/about.c, src/about.h,
13781         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13782         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13783         plugins (about box for plugins) menu.
13785 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13787         *  plugins/editor/search-replace.c :
13788         Displayed full path in Search pane window. 
13789         Bug 300231 : Selected line in Search pane window .
13790                 
13791 2005-04-23  Naba Kumar  <naba@gnome.org>
13793         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13795 2005-04-22  Naba Kumar  <naba@gnome.org>
13797         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13798         
13799         * plugins/project-wizard/templates/java.wiz,
13800         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13801         to create bytecodes (.class) files.
13802         
13803         * plugins/symbol-browser/an_symbol_info.c,
13804         plugins/symbol-browser/an_symbol_info.h,
13805         plugins/symbol-browser/an_symbol_search.c,
13806         plugins/symbol-browser/an_symbol_view.c,
13807         plugins/symbol-browser/plugin.c,
13808         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13809         in file symbol list.
13811 2005-04-22  Naba Kumar  <naba@gnome.org>
13813         * TODO.tasks: Updated.
13814         
13815         * plugins/class-inheritance/Makefile.am,
13816         plugins/subversion/Makefile.am: Do not install plugin files when
13817         plugin build condition is false.
13818         
13819         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13820         plugins/build-basic-autotools/build-basic-autotools.c,
13821         plugins/build-basic-autotools/build-basic-autotools.h,
13822         plugins/file-loader/anjuta-loader-plugin.ui,
13823         plugins/file-loader/dnd.c,
13824         plugins/file-loader/plugin.c,
13825         plugins/file-loader/plugin.h,
13826         plugins/project-manager/anjuta-project-manager.ui,
13827         plugins/project-manager/plugin.c: Added open file and build context
13828         menu in project manager context menu.
13830 2005-04-22  Naba Kumar  <naba@gnome.org>
13832         * configure.in: Added message output showing conditional plugins to
13833         build or not.
13834         
13835         * src/layout.xml: Added layout for class-inheritance plugin widget.
13836         
13837         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13838         plugin name to remove redundant terms.
13839         
13840         * TODO.tasks: Updated.
13841         
13842         * configure.in,
13843         plugins/symbol-browser/Makefile.am,
13844         plugins/symbol-browser/an_symbol_view.c,
13845         (removed) plugins/symbol-browser/sv_class.xpm,
13846         (removed) plugins/symbol-browser/sv_function.xpm,
13847         (removed) plugins/symbol-browser/sv_macro.xpm,
13848         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13849         (removed) plugins/symbol-browser/sv_private_var.xpm,
13850         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13851         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13852         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13853         (removed) plugins/symbol-browser/sv_public_var.xpm,
13854         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13855         (removed) plugins/symbol-browser/sv_static_var.xpm,
13856         (removed) plugins/symbol-browser/sv_struct.xpm,
13857         (removed) plugins/symbol-browser/sv_unknown.xpm,
13858         (removed) plugins/symbol-browser/sv_variable.xpm,
13859         (added) plugins/symbol-browser/images/.cvsignore,
13860         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13861         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13862         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13863         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13864         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13865         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13866         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13867         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13868         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13869         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13870         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13871         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13872         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13873         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13874         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13875         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13876         (added) plugins/symbol-browser/images/Icons.16x16.Method,
13877         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13878         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13879         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13880         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13881         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13882         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13883         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13884         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13885         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13886         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13887         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13888         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13889         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13890         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13891         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13892         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13893         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13894         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13895         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13896         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13897         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13898         pixmaps and added new icons (taken from monodevelop).
13900 2005-04-21  Naba Kumar  <naba@gnome.org>
13902         Patch from  Massimo Cora <maxcvs@email.it>:
13904         * configure.in, plugins/Makefile.am
13905         (new) plugins/class-inheritance/.cvsignore,
13906         (new) plugins/class-inheritance/Makefile.am,
13907         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13908         (new) plugins/class-inheritance/class-inherit.c,
13909         (new) plugins/class-inheritance/class-inherit.h,
13910         (new) plugins/class-inheritance/plugin.c,
13911         (new) plugins/class-inheritance/plugin.h,
13912         (new) plugins/class-inheritance/class-inheritance.png: Added class
13913         inheritance plugin.
13914         
13915         Changes by naba: Added pkgconfig check for graphviz and conditionally
13916         build graphviz.
13917         
13918         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
13920 2005-04-20  Naba Kumar  <naba@gnome.org>
13922         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13923         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13924         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13925         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13926         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13927         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13928         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13929         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13930         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13931         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13932         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13933         
13934         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
13935         message view management.
13937         * libanjuta/anjuta-children.[ch],
13938         plugins/build-basic-autotools/build-basic-autotools.c,
13939         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
13940         Removed anjuta_children_init() function,
13941         because it is done automatically when first invoked. Introduced
13942         anjuta_children_recover() to recover the child signalling. Fixed
13943         child exit management to correctly recover the exit status.
13944         
13945         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
13946         to properly shutdown the launcher and to kill the running process
13947         (without emitting any signal).
13948         
13949         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13950         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
13951         gdb and program instance.
13953 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13955         * plugins/editor/search-replace.c :
13956         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
13958 2005-04-18  Naba Kumar  <naba@gnome.org>
13960         * TODO.tasks: Marked completed items.
13961         
13962         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13963         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13964         plugins/project-manager/plugin.c: Prompt user for the debugging
13965         target (select from a list of project's executable targets) and
13966         correctly start debugger. Take care of libtool wrapping when the
13967         target selected is libtool target. Fixed debugger menu items
13968         sensitivity.
13970 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
13972         * plugins/tools/execute.c,
13973         plugins/tools/execute.h:
13974         Implement save all files before running a command
13975         Implement all options for stdout and stderr except replace buffer
13976         Allow running several tools
13978         * plugins/tools/plugin.c:
13979         Move anjuta launcher in execute.c
13981         * plugins/tools/tools.h,
13982         plugins/tools/variable.c:
13983         Small changes
13985 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
13987         * plugins/tools/anjuta-tools.glade:
13988         Add new properties in tool editor dialog
13989         Cosmetic improvements
13990         
13991         * plugins/tools/anjuta-tools.ui:
13992         Attach tool menu as a build menu
13994         * plugins/tools/dialog.c:
13995         Set tool menu item sensitivity in tool list
13996         Fix bugs
13998         * plugins/tools/editor.c,
13999         plugins/tools/editor.h,
14000         plugins/tools/fileop.c,
14001         plugins/tools/tool.c,
14002         plugins/tools/tool.h:
14003         Add new properties (active, save file...)
14004         Most of them are still not implemented
14006         * plugins/tools/execute.c,
14007         plugins/tools/execute.h:
14008         Reorganize code to support multiple run
14009         Support run in terminal
14010         
14011         * plugins/tools/plugin.c
14012         plugins/tools/plugin.h:
14013         Move message handling in execute.c
14015         * plugins/tools/variable.h,
14016         plugins/tools/variable.c:
14017         Add useful variables
14018         
14019 2005-04-13  Naba Kumar  <naba@gnome.org>
14021         * plugins/editor/text_editor.c: Fixed file monitoring condition.
14022         * plugins/editor/Makefile.am: Added gnome-vfs flags.
14023         
14024 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14026         * plugins/tools/dialog.c plugins/tools/tool.c :
14027         Fixed bugs.
14029 2005-04-06  Naba Kumar  <naba@gnome.org>
14031         * src/anjuta.c: Load default session only when
14032         "anjuta.session.load.last" preference is enabled.
14033         
14034 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
14036         * plugins/tools/Makefile.am,
14037         plugins/tools/variable.c,
14038         plugins/tools/variable.h:
14039         Add new code for handling variables
14041         * plugins/tools/anjuta-tools.glade:
14042         Improve tool editor dialog
14043         Add variable selection dialog
14045         * plugins/tools/dialog.c,
14046         plugins/tools/dialog.h,
14047         plugins/tools/plugin.c,
14048         plugins/tools/plugin.h:
14049         Add variable object
14050         Add a function to get it
14052         * plugins/tools/editor.c:
14053         Add gui code for variable selection dialog
14055         * plugins/tools/execute.c:
14056         Use variables for executing command
14057         
14058         * Naba: Compile warning fixes.
14060 2005-04-06  Naba Kumar  <naba@gnome.org>
14062         * TODO.tasks: Marked completed items.
14063         
14064 2005-04-06  Naba Kumar  <naba@gnome.org>
14066         * plugins/subversion/svn-backend.c: Fixed subversion plugin
14067         compile error.
14068         
14069         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14071 2005-04-04  Naba Kumar  <naba@gnome.org>
14073         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14074         inside Main window.
14075         
14076 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
14078         * plugins/tools/Makefile.am,
14079         plugins/tools/anjuta-tools.plugin.in,
14080         plugins/tools/anjuta-tools.ui,
14081         plugins/tools/anjuta-tools.gladei,
14082         plugins/tools/anjuta-tools-plugin.png,
14083         plugins/tools/plugin.c,
14084         plugins/tools/plugin.h,
14085         plugins/tools/dialog.c,
14086         plugins/tools/dialog.h,
14087         plugins/tools/fileop.c,
14088         plugins/tools/fileop.h,
14089         plugins/tools/tool.c,
14090         plugins/tools/tool.h,
14091         plugins/tools/editor.c,
14092         plugins/tools/editor.h,
14093         plugins/tools/execute.c,
14094         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14095         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14096         Not fully working
14098         * anjuta-tools.[ch]: Removed old tools code.
14099         
14100 2005-04-01  Steve Murphy  <murf@e-tools.com>
14102         * configure.in: Added "rw" to ALL_LINGUAS.
14104 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14106         * Modified Files:
14107         manuals/C/anjuta-manual/fileoperations.xml
14108         Added Files:
14109         manuals/C/anjuta-manual/figures/search_expr.png
14110         manuals/C/anjuta-manual/figures/search_expr_basic.png
14111         manuals/C/anjuta-manual/figures/search_file_list.png
14112         manuals/C/anjuta-manual/figures/search_file_pattern.png
14113         manuals/C/anjuta-manual/figures/search_replace.png
14114         manuals/C/anjuta-manual/figures/search_setting.png
14115         manuals/C/anjuta-manual/figures/search_target.png
14116         manuals/C/anjuta-manual/figures/search_target_action.png
14117         manuals/C/anjuta-manual/figures/search_target_in.png
14118         Removed Files:
14119         manuals/C/anjuta-manual/figures/find_files.png
14120         manuals/C/anjuta-manual/figures/find_replace.png
14121         manuals/C/anjuta-manual/figures/find_text.png :
14122         Updated Anjuta manual (File Operations)
14124 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14126         * manuals/C/anjuta-manual/fileoperations.xml,
14127         manuals/C/anjuta-manual/figures/open_file.png,
14128         manuals/C/anjuta-manual/figures/open_file_multiple.png,
14129         manuals/C/anjuta-manual/figures/prefs_print.png,
14130         manuals/C/anjuta-manual/figures/print_dlg.png,
14131         manuals/C/anjuta-manual/figures/print_preview.png.
14132         * Added Files:
14133         manuals/C/anjuta-manual/figures/add_edit_macro.png,
14134         manuals/C/anjuta-manual/figures/display_macro.png,
14135         manuals/C/anjuta-manual/figures/insert_text.png,
14136         manuals/C/anjuta-manual/figures/keyword_macro.png,
14137         manuals/C/anjuta-manual/figures/new_file_wizard.png,
14138         manuals/C/anjuta-manual/figures/save_as_file.png :
14139         Updated Anjuta Manual (File Operations)
14141 2005-03-23  Adam Weinberger  <adamw@gnome.org>
14143         * plugins/editor/action-callbacks.c,
14144           plugins/file-loader/plugin.c,
14145           plugins/gtodo/main.c,
14146           plugins/project-wizard/druid.c:
14147           Fix spelling/grammar errors. Fixes bugs
14148           169068, 169137, 169138, and 169139.
14150 2005-03-21  Naba Kumar  <naba@gnome.org>
14152         Patch from: Massimo Cora' <maxcvs@email.it>:
14153         
14154         * plugins/editor/Makefile.am
14155         plugins/editor/anjuta-docman.c,
14156         (added) plugins/editor/editor-tooltips.c,
14157         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14158         editor tabs to show full path.
14160 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14161         
14162         * plugins/subversion/svn-backend.c:
14163         Removed "apr-0/" from include because this is 
14164         already included in SVN_INCLUDE and broke building if
14165         apr >= 1.0 was installed.
14167 2005-03-18  Naba Kumar  <naba@gnome.org>
14169         Patch from: Massimo Cora' <maxcvs@email.it>:
14171         * plugins/editor/action-callbacks.c,
14172         plugins/editor/aneditor-calltip.cxx,
14173         plugins/editor/aneditor-priv.h,
14174         plugins/editor/aneditor.cxx,
14175         plugins/editor/aneditor.h,
14176         plugins/editor/anjuta-document-manager.ui: Added calltip
14177         activation from menu.
14179 2005-03-16  Naba Kumar  <naba@gnome.org>
14181         Patch from: Massimo Cora' <maxcvs@email.it>:
14182         
14183         * plugins/class-gen/action-callbacks.c,
14184         plugins/class-gen/anjuta-class-gen-plugin.glade,
14185         plugins/class-gen/class_gen.c,
14186         plugins/class-gen/class_gen.h,
14187         plugins/class-gen/class_logo.xpm,
14188         plugins/class-gen/plugin.c: Create files without project
14189         being open. Add to project support. And other enhancements.
14191 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14193         * anjuta.glade,
14194           plugins/debug-manager/utilities.c,
14195           plugins/file-loader/plugin.c,
14196           plugins/gdb/utilities.c,
14197           plugins/profile-default/plugin.c,
14198           plugins/project-import/project-import.c,
14199           src/anjuta-actions.h:
14200           Spelling/grammar fixes.
14202 2005-03-13  Naba Kumar  <naba@gnome.org>
14203         
14204         * plugins/editor/action-callbacks.c,
14205         plugins/editor/action-callbacks.h,
14206         plugins/editor/anjuta-document-manager.ui,
14207         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14208         submenu. Moved menuitems from Format to View->Editor.
14209         
14210         * src/action-callbacks.c, src/action-callbacks.h,
14211         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14212         layout and lock layout menus in View submenu. Get rid of
14213         Settings->Layout Manager menu.
14214         
14215         * plugins/project-import/anjuta-project-import.plugin.in:
14216         Fixed icon name
14218         * global-tags/Makefile.am,
14219         global-tags/create_global_tags.sh,
14220         plugins/editor/aneditor-autocomplete.cxx,
14221         plugins/editor/aneditor-priv.h,
14222         plugins/editor/aneditor.cxx,
14223         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14224         in editor and made it work in global symbols also.
14225         
14226         * src/anjuta-app.c: Always use priority texts besides icons style
14227         for toolbars, because other styles look horible for Anjuta (fixme).
14229 2005-03-11  Naba Kumar  <naba@gnome.org>
14231         * configure.in: Removed test for iconv.
14233         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14234         before scintilla widget is realized.
14235         
14236         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14237         for Update menuitem.
14238         
14239         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14240         already applied in scintilla main stream.
14241         
14242         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14243         and notified scintilla developer.
14244         
14245 2005-03-10  Naba Kumar  <naba@gnome.org>
14247         * src/action-callbacks.c: Removed reference to src/help.h (dead
14248         file).
14250         * plugins/editor/text_editor.c: Removed reference to
14251         src/launcher.h (a dead file).
14253         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14254         src/controls.c, src/controls.h, src/fileselection.c,
14255         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14256         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14257         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14258         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14259         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14260         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14261         Removed these dead files from CVS.
14264 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14266         * plugins/file-wizard/action-callbacks.c : Added error message.
14267         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14270 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14271         
14272         * plugins/cvs-plugin/cvs-callbacks.c
14273         plugins/cvs-plugin/plugin.c:
14274         Fixed preferences page init and busy handling
14275         
14276         * plugins/subversion/plugin.c:
14277         Fixed preferences page init
14279 2005-03-09  Naba Kumar  <naba@gnome.org>
14281         * plugins/Makefile.am, plugins/glade/Makefile.am,
14282         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14283         enabled glade plugin in Anjuta. The plugin is built only when
14284         glade3 is installed.
14285         
14286 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14288         * plugins/project-wizard/templates/java.wiz
14289         plugins/project-wizard/templates/java-logo.png (*)
14290         plugins/project-wizard/templates/java/*
14291         plugins/project-wizard/templates/Makefile.am
14292         configure.in:
14293         
14294         Add Java project type. It generates a autoconf/automake
14295         project which is compiled using gcj. It requires automake 
14296         > 1.4 (1.9 is known to work) to work!
14297         
14298         (*) still awaiting response from the gcj team if we
14299         may use their logo.
14300         
14301 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14302         
14303         * plugins/project-import/*
14304         plugins/Makefile.am
14305         configure.in:
14306         Added project import plugin. Might be a bit buggy and limited
14307         but works for now.
14308         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14309         Icon from old pixmaps dir
14311 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14313         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14314         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14315         Added C Custom_Indent line macro.
14316         Cleaned macros.xml
14318 2005-03-09  Naba Kumar  <naba@gnome.org>
14320         * TODO.tasks: Added new message-manager tasks.
14321         
14322         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14323         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14324         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14325         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14326         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14327         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14328         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14329         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14330         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14331         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14332         
14333         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14334         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14335         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14336         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14337         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14338         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14339         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14340         Removed debugger widgets from shell on debugger shutdown. Added
14341         scrolled windows for docked widgets. Removed unnecessary widget refs
14342         and unrefs. Destroy widgets correctly on debugger shutdown.
14343         
14344         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14345         with project description title. Removed frame shadow.
14346         
14347         * plugins/project-wizard/druid.c: Initializes tooltips.
14348         
14349         * scintilla/Makefile.am: Fixed comiple error.
14351 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14353         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14354           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14356 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14358         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14359         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14360         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14361         plugins/macro/macros.xml, plugins/macro/plugin.c :
14362         Moved cursor at the '|' position defined in macros.
14364 2005-03-07  Naba Kumar  <naba@gnome.org>
14366         * plugins/subversion/Makefile.am: Fixed build error.
14368         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14369         types (perl, python, shellscript).
14370         
14371         * plugins/editor/plugin.c: Fixed to show all highlight options.
14372         
14373 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14375         * TODO.tasks : updated tasks.
14376         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14378 2005-03-07  Naba Kumar  <naba@gnome.org>
14380         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14381         or disable subversion file-manager submenu. If "Subvesion" is also
14382         valid directory, we should also check for it.
14384         * configure.in: Disable cygwin macro until someone fixes the
14385         autoconf warnings.
14386         
14387         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14388         backward compatibility.
14389         
14390 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14392         * src/about.c : Cleaned code.
14393         * plugins/macro/macros.xml : Added "do_while" C macro.
14394         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14395         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14396         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14397         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14398         
14399 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14401         * plugins/class-gen/plugin.c:
14402         Removed "return" to activate project_root_uri watching.
14404 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14406         * plugins/Makefile.am
14407         plugins/subversion/*:
14408         Added subversion plugin. Add, Remove, Commit and Update work
14409         everything else needs work.
14410         
14411         * plugins/terminal/terminal.c
14412         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14413         we still have focus problems with the editor.
14415 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14417         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14418         
14419 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14421         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14423 2005-03-04  Naba Kumar  <naba@gnome.org>
14425         Patch from Massimo Cora' <maxcvs@email.it>:
14427         * plugins/class-gen/Makefile.am,
14428         plugins/class-gen/action-callbacks.c,
14429         plugins/class-gen/action-callbacks.h,
14430         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14431         plugins/class-gen/anjuta-class-gen.plugin.in,
14432         plugins/class-gen/class_gen.c,
14433         plugins/class-gen/class_gen.h,
14434         (removed) plugins/class-gen/clsGen.c,
14435         (added) plugins/class-gen/goc_template_header,
14436         (added) plugins/class-gen/goc_template_source,
14437         plugins/class-gen/plugin.c,
14438         plugins/class-gen/plugin.h: Refactored class gen code.
14439         Added GOCBuilder code. Fixed UI. Implemented plugin.
14441 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14443         * plugins/project-wizard/property.c
14444         plugins/project-wizard/install.c
14445         plugins/project-wizard/druid.c
14446         plugins/editor/goto_line.c
14447         plugins/editor/plugin.c
14448         plugins/gtodo/add_edit_item.c
14449         plugins/gtodo/ligtodo.c
14450         plugins/gtodo/main.c
14451         plugins/gtodo/preferences.c:
14452         Fixed #167559, #167534, #167266, #167357
14453         (Bad English in strings...)
14454         
14455         Thanks to Adam Weinberger and Thierry Moisan for
14456         reporting!
14458 2005-03-03  Naba Kumar  <naba@gnome.org>
14460         * libegg/Makefile.am, libegg/menu/Makefile.am,
14461         (added) libegg/egg-submenu-action.c,
14462         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14463         submenu (used for wizard listing).
14464         
14465         * plugins/file-loader/anjuta-loader-plugin.ui
14466         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14467         and toolbar.
14468         
14469         * plugins/editor/action-callbacks.c,
14470         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14471         ctrl+tabbing because it was interfaring with focus navigation.
14472         Focus editor on "Esc" in incremental search entry. Cleanups.
14473         
14474         * plugins/file-manager/an_file_view.c,
14475         plugins/symbol-browser/plugin.c,
14476         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14477         Cleanups.
14478         
14479         * plugins/profile-default/plugin.c,
14480         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14481         for sesssion load.
14482         
14483         * (removed) scintilla/patches/a64-crash-fix.patch,
14484         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14485         scintilla patches.
14487 2005-03-03  Naba Kumar  <naba@gnome.org>
14489         * HACKING: Fixed typos.
14490         
14491         * plugins/editor/aneditor-indent.cxx: Clean up.
14492         
14493         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14494         Enable/disable save, undo and redo actions depending on state
14495         of the editor.
14496         
14497 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14499         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14500         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14501         Displayed search_incremental status.
14503         * Removed plugins/editor/search_incremental.[ch]
14505 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14506         
14507         * plugins/cvs-plugin/cvs-execute.c
14508         plugins/cvs-plugin/cvs-callbacks.c:
14509         - Use weak reference on mesg_view and reuse tab if
14510         it still exists to avoid cluttering message manager.
14511         - Fixed bug in cvs remove
14512         
14513         README, HACKING: Updated
14514         
14515         configure.in: Added check for libsvn
14517 2005-02-29  Naba Kumar  <naba@gnome.org>
14518         
14519         * plugins/file-manager/an_file_view.c,
14520         plugins/symbol-browser/an_symbol_view.c,
14521         plugins/symbol-browser/plugin.c: Hide column headers (they
14522         are redundant).
14524 2005-02-29  Naba Kumar  <naba@gnome.org>
14526         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14527         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14528         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14529         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14530         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14531         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14532         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14533         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14534         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14535         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14537         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14538         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14539         (added) libanjuta/anjuta-session.[hc],
14540         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14541         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14542         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14543         src/main.c:
14544         
14545         Implemented session management. Implemented session
14546         container class. Added session notifications from shell. Implemented
14547         session save/load in editor, file-loader, default-profile-plugin
14548         and anjuta-app. Fixed window sizing and restoration. Cleaned up
14549         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14550         and maximized states in session. Implemented project session
14551         management.
14553 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14555         * plugins/class-gen/action-callbacks.[ch],
14556         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14557         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14558         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
14559         with Escape key.
14561 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
14562         
14563         * plugins/project-wizard/anjuta-project-wizard.glade,
14564         plugins/project-wizard/druid.c:
14565         Add some padding in tab label in project selection page
14566         
14567         * plugins/project-wizard/druid.c,
14568         plugins/project-wizard/parser.c:
14569         Search for project template recursively
14570         Add ~/.anjuta/project to the search paths
14572 2005-02-26  Naba Kumar  <naba@gnome.org>
14574         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14575         * plugins/file-loader/plugin.c: Fixed crash bug.
14576         * libanjuta/plugins.c: Fixed memory leak.
14577         
14578 2005-02-26  Naba Kumar  <naba@gnome.org>
14579         
14580         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14581         "UserActivatable" attribute for plugins. This attribute if set to
14582         "no" will prevent users from activating/deactivating it from
14583         plugins dialog. Added a toggle button in plugins dialog to toggle
14584         the plugins list between list of activatable plugins (default) to
14585         list of all plugins. anjuta_plugin_select() now only selects the
14586         plugin. Added anjuta_plugins_select_and_activate() method that will
14587         select and activate it.
14588         
14589         * plugins/profile-default/Makefile.am,
14590         plugins/profile-default/anjuta-default-profile.ui,
14591         plugins/profile-default/plugin.c,
14592         plugins/profile-default/plugin.h,
14593         plugins/project-manager/anjuta-project-manager.ui,
14594         plugins/project-manager/plugin.c,
14595         plugins/project-manager/plugin.h:
14596         
14597         Anjuta projects (*.anjuta) files define the profile of respective
14598         projects. Profile is a set of related plugins required for the
14599         project to open. Moved "close project" action from Project Manager
14600         to Profile Manager plugin. Implemented loading and unloading of
14601         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14602         (instead of Project Manager) now handles opening of *.anjuta files.
14603         Close Project menuitem is now moved to File submenu (being
14604         consistent with Anjuta 1.x versions and avoiding creating Project
14605         submenu when project manager is not loaded).
14606         
14607         * src/anjuta-actions.h: Fixed short-cut key for Help content.
14608         
14609         * src/anjuta.ui: Fixed place holder for projects.
14610         
14611         * (new) plugins/profile-default/default.anjuta: default startup
14612         profile. Removed the hardcoded plugins loading in
14613         DefaultProfilePlugin.
14615         * anjuta.anjuta,
14616         plugins/project-wizard/templates/terminal/project.anjuta:
14617         Implemented project format in newly created projects.
14619         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14620         plugins/class-gen/anjuta-class-gen.plugin.in,
14621         plugins/cvs-plugin/anjuta-cvs.plugin.in,
14622         plugins/editor/anjuta-document-manager.plugin.in,
14623         plugins/file-loader/anjuta-loader.plugin.in,
14624         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14625         plugins/gdb/anjuta-gdb.plugin.in,
14626         plugins/glade/anjuta-glade.plugin.in,
14627         plugins/message-view/anjuta-message-manager.plugin.in,
14628         plugins/profile-default/anjuta-default-profile.plugin.in,
14629         plugins/project-manager/anjuta-project-manager.plugin.in,
14630         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14631         Defined UserActivatable attributes. Added supported types attribute.
14633         * plugins/project-wizard/anjuta-project-wizard.glade
14634         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14635         "Project Wizard" in preferences title.
14637         * TODO.tasks: Updated.
14638         
14639         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14640         Updated.
14641         
14642 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14644         * plugins/file-wizard/anjuta-file-wizard.glade
14645         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14646         
14647         Integrated License macros, cleaned file.c.
14648         
14649 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14650         
14651         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14652         username can not be found correctly.
14654 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14656         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14657         plugins/macro/macros.xml :
14658         
14659         Added Headers macros. Cleaned file.c
14661 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14663         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14664         plugins/macro/macros.xml :
14665         
14666         Fixed a bug. Added Header macro.
14668         
14669 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14671         * plugins/file-wizard/action-callbacks.c, 
14672         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14673         plugins/macro/macros.xml :
14674         
14675         Added FileName, Header template macros.
14676         
14677 2005-02-24  Naba Kumar  <naba@gnome.org>
14678         
14679         * plugins/patch/patch-plugin.c: Fixed a function call.
14680         
14681         * src/anjuta.c, src/main.c: Save and load default session.
14682         
14683 2005-02-24  Naba Kumar  <naba@gnome.org>
14685         * libanjuta/interfaces/libanjuta.idl,
14686         plugins/message-view/anjuta-msgman.c,
14687         plugins/message-view/anjuta-msgman.h,
14688         plugins/message-view/plugin.c: Added and implemented
14689         set_view_title() method.
14690         
14691         * plugins/build-basic-autotools/build-basic-autotools.c,
14692         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14693         build context pooling. Maximum 3 contexts are reused. Additional
14694         contexts are created when all are busy.
14696 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14698         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14699         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14700         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14701         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14703         Added Copyright, Changelog macros.
14704                 
14705 2005-02-23  Naba Kumar  <naba@gnome.org>
14707         Patch from Massimo Cora' <maxcvs@email.it>:
14708         * plugins/Makefile.am,
14709         plugins/patch/Makefile.am,
14710         (added) plugins/patch/anjuta-patch-plugin.png,
14711         (added) plugins/patch/anjuta-patch.plugin.in,
14712         (added) plugins/patch/anjuta-patch.ui,
14713         plugins/patch/patch-plugin.c,
14714         (added) plugins/patch/patch-plugin.h,
14715         (added) plugins/patch/plugin.c,
14716         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14717         architecture.
14719 2005-02-23  Naba Kumar  <naba@gnome.org>
14721         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14722         file-loader/plugin.c, profile-default/plugin.c:
14723         Implemented "activated" and "deactivated" signals for plugin class.
14724         Renamed *_location() functions to *_id(), because location is
14725         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14726         anjuta_plugins_unload_plugin().
14727         
14728         * class-gen/plugin.c: Fixed complier warning and utility function call.
14729         
14730         * debug-manager/plugin.c: Unload debugger plugin correctly.
14731         
14732         * project-manager/plugin.c:     Fixed compiler warnings.
14733         
14734         * plugins/project-wizard/templates/gnome/.cvsignore,
14735         plugins/project-wizard/templates/gnome/po/.cvsignore,
14736         plugins/project-wizard/templates/gnome/src/.cvsignore,
14737         plugins/project-wizard/templates/gtk/po/.cvsignore,
14738         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14739         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14740         
14741         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14742         build (we need to fix this thing).
14743         
14744 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14746         * plugins/macro/macro-action.[ch]
14747         plugins/macro/macro-edit.c
14748         plugins/macro/macro-dialog.c
14749         plugins/macro/macro-db.[ch]
14750         plugins/macro/plugin.[ch]
14751         plugins/macro/macro-util.[ch] (added)
14752         
14753         Cleaned up macro plugin and preview expanded macros.
14755 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14757         * plugins/cvs-plugin/cvs-interface.c:
14759         Fixed option setting when using no compression and not 
14760         ignoring .cvsrc
14762 2005-02-23  Naba Kumar  <naba@gnome.org>
14763         
14764         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14765         geometry on exit and startup (only if there is no geometry from the
14766         session).
14768         * TODO.tasks: Updated.
14769         
14770         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14771         
14772         * manuals/reference/libanjuta/Makefile.am,
14773         manuals/reference/libanjuta/libanjuta-docs.sgml,
14774         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14775         documentation for writing project templates.
14777 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14779         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14780         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14781         
14782         Expansion keywords in macros. 
14784 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14786         * plugins/file-wizard/action-callbacks.c,
14787         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14788         plugins/macro/macros.xml :
14789         
14790         Inserting text by macro plugin
14791         In progress ...
14793 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14795         * plugins/macro/plugin.c
14796         plugins/cvs-plugin/plugin.c:
14797         
14798         Fixed interfaces (use static)
14800 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14801         
14802         * plugins/macro/macro-actions.[ch]
14803         plugins/macro/plugin.c
14804         libanjuta/interfaces/libanjuta.idl:
14805         
14806         Implemented IAnjutaMacro interface to be used by file-wizard
14807         
14808         * plugins/cvs-plugin/plugin.c
14809         libanjuta/interfaces/libanjuta.idl:
14810         
14811         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14812         for all version control systems and not only for cvs.
14814 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14816         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14817         insert_macro.
14818         
14819         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14822 2005-02-21  Naba Kumar  <naba@gnome.org>
14824         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14825         IAnjutaDebugger interface.
14826         
14827         * plugins/debug-manager/anjuta-debug-manager.ui,
14828         plugins/debug-manager/attach_process.c,
14829         plugins/debug-manager/attach_process.h,
14830         plugins/debug-manager/plugin.c,
14831         plugins/debug-manager/plugin.h,
14832         plugins/gdb/actions.c,
14833         plugins/gdb/actions.h,
14834         plugins/gdb/anjuta-gdb-plugin.ui,
14835         plugins/gdb/breakpoints.c,
14836         plugins/gdb/breakpoints.h,
14837         plugins/gdb/debugger.c,
14838         plugins/gdb/debugger.h,
14839         plugins/gdb/memory.c,
14840         plugins/gdb/plugin.c,
14841         plugins/gdb/plugin.h,
14842         plugins/gdb/sharedlib.h,
14843         plugins/gdb/sharedlib_cbs.c,
14844         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14845         correctly between debug-manager and debugger. Implemented debugger
14846         interface in gdb plugin. Fixed action names. Added UI updating.
14847         Start and stop debugger (does not work yet). Fixed UI merging.
14848         Fixed debugger plugin handling in debug-manager.
14850 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14852         * plugins/editor/aneditor-autocomplete.cxx:
14853         
14854         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14855         crash with C++ "template" keyword.
14857 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14859         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14860         Fixed bug (Closed macro dialogs with Esc key).
14861         
14862 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14863         
14864         * plugins/project-wizard/xlib.wiz,
14865         plugins/project-wizard/xlib-logo.png,
14866         plugins/project-wizard/xlib/*:
14867         Port old xlib anjuta project on new project wizard
14868         
14869         * plugins/project-wizard/xlib-dock.wiz,
14870         plugins/project-wizard/xlib-dock/*:
14871         Port old xlib dock anjuta project on new project wizard
14872         
14873         * plugins/project-wizard/wxwin.wiz,
14874         plugins/project-wizard/wxwin-logo.png,
14875         plugins/project-wizard/wxwin/*:
14876         Port old wxwin anjuta project on new project wizard
14877         
14878         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14879         necessary changes for the new templates.
14880         
14881 2005-02-18  Naba Kumar  <naba@gnome.org>
14883         * plugins/Makefile.am: Added class-gen
14884         
14885 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
14887         * plugins/project-wizard/header.c:
14888         Fix a bug in sorting of project categories
14890 2005-02-18  Naba Kumar  <naba@gnome.org>
14892         Patch from Massimo Cora  <maxcvs@email.it>:
14893         
14894         * plugins/class-gen/.cvsignore,
14895         plugins/class-gen/Makefile.am,
14896         (added) plugins/class-gen/action-callbacks.c,
14897         (added) plugins/class-gen/action-callbacks.h,
14898         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14899         (added) plugins/class-gen/class_gen.c,
14900         (added) plugins/class-gen/class_gen.h,
14901         (added) plugins/class-gen/plugin.c,
14902         (added) plugins/class-gen/plugin.h: Ported class wizard to the
14903         new architecture.
14904         
14905         * plugins/project-manager/plugin.c: implemented add_source().
14907 2005-02-17  Naba Kumar  <naba@gnome.org>
14909         * plugins/file-loader/plugin.c: Fixed possible crash.
14910         
14911         * src/action-callbacks.c, src/action-callbacks.h,
14912         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
14914 2005-02-17  Naba Kumar  <naba@gnome.org>
14915         
14916         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14917         plugins/project-wizard/templates/gnome.wiz,
14918         plugins/project-wizard/templates/gtk.wiz,
14919         plugins/project-wizard/templates/gtkmm.wiz,
14920         plugins/project-wizard/templates/terminal.wiz,
14921         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14922         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14923         plugins/project-wizard/templates/gnome/src/callbacks.c,
14924         plugins/project-wizard/templates/gnome/src/callbacks.h,
14925         plugins/project-wizard/templates/gnome/src/main.c,
14926         plugins/project-wizard/templates/gtk/src/callbacks.c,
14927         plugins/project-wizard/templates/gtk/src/callbacks.h,
14928         plugins/project-wizard/templates/gtk/src/main.c,
14929         plugins/project-wizard/templates/gtkmm/src/main.cc,
14930         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
14931         to generate licence correctly (without any extra newlines). Removed
14932         IncludeGNUHeader macro definition and added proper licence property.
14933         Fixed project directory paths in file contents.
14935 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14937         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14938         Closed macro dialogs with Esc key.
14940 2005-02-16  Naba Kumar  <naba@gnome.org>
14942         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14943         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14944         plugins/project-wizard/templates/gnome/src/callbacks.c,
14945         plugins/project-wizard/templates/gnome/src/callbacks.h,
14946         plugins/project-wizard/templates/gnome/src/main.c,
14947         plugins/project-wizard/templates/gtk/src/main.c,
14948         plugins/project-wizard/templates/gtkmm/src/main.cc,
14949         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
14950         macros to avoid blank newlines.
14952 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
14954         * plugins/project-wizard/autogen.c:
14955         Correct a problem when having property value in UTF-8
14957         * plugins/project-wizard/druid.c:
14958         Correct a bug when reselecting a new project (all pages
14959         must be removed)
14961         * plugins/project-wizard/property.c:
14962         Avoid having default invalid properties
14964         * plugins/project-wizard/templates/terminal.wiz,
14965         plugins/project-wizard/templates/terminal/po/ChangeLog,
14966         plugins/project-wizard/templates/terminal/src/main.c:
14967         Remove command for testing run function
14968         Move destination directory to second page and include
14969         project name. Add exist tag. Remove unused properties.
14971 2005-02-16  Naba Kumar  <naba@gnome.org>
14973         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
14974         plugins/debug-manager/anjuta-debug-manager.ui,
14975         plugins/debug-manager/plugin.c,
14976         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14977         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
14978         plugins/gdb/plugin.h, plugins/gdb/registers.c,
14979         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
14980         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
14981         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
14982         (removed) src/anjuta_info.c,
14983         (removed) src/anjuta_info.h,
14984         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
14985         (added) plugins/gdb/anjuta-gdb-plugin.ui,
14986         (added) plugins/gdb/actions.c,
14987         (added) plugins/gdb/actions.h: Completed initial
14988         porting of debugger to new architecture. Fixed many of the debugger
14989         functions.
14991         * plugins/file-loader/plugin.c: Detect some important mime ourself
14992         to avoid inconsistencies when mime system isn't working.
14993         
14994 2005-02-16  Naba Kumar  <naba@gnome.org>
14996         * plugins/editor/Makefile.am,
14997         (added) plugins/editor/aneditor-autocomplete.cxx,
14998         (added) plugins/editor/aneditor-calltip.cxx,
14999         (added) plugins/editor/aneditor-indent.cxx,
15000         (added) plugins/editor/aneditor-priv.h,
15001         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
15002         different smaller chunks to make it easy to maintain.
15004 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15006         * plugins/project-wizard/druid.c :
15007         
15008         Found system Email address if not defined in Preferences.
15010 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
15011         
15012         * plugins/project-wizard/gtkmm.wiz
15013         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
15014         plugins/project-wizard/gtkmm/*
15015         
15016         Added GTKmm (C++) project type
15018 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
15020         * plugins/message-view/plugin.c
15021         plugins/message-view/message-view.c
15022         TODO.gtodo:
15023         Implemented next/prev action
15025 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15027         * plugins/project-wizard/templates/libglade2.* :
15028         Removed libglade2 project.
15029         
15030         * plugins/project-wizard/templates/gtk* :
15031         Removed interface.[ch] & support.[ch].
15032         
15033 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15035         * plugins/project-wizard/anjuta-project-wizard.glade,
15036         plugins/project-wizard/property.[ch],
15037         plugins/project-wizard/templates/anjuta-plugin.wiz :
15038         Added a new property ("iconfile").
15040 2005-02-14  Naba Kumar  <naba@gnome.org>
15042         * plugins/project-wizard/install.c,
15043         plugins/project-wizard/plugin.c,
15044         plugins/project-wizard/templates/anjuta-plugin.wiz,
15045         plugins/project-wizard/templates/gnome.wiz,
15046         plugins/project-wizard/templates/gtk.wiz,
15047         plugins/project-wizard/templates/libglade2.wiz,
15048         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15049         newly created projects and open them. Fixed message buffering in
15050         wizard.
15052 2005-02-14  Naba Kumar  <naba@gnome.org>
15054         * src/about.c, pixmaps/Makefile.am,
15055         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15056         
15057         * mime/gnome-mime-application-x-anjuta.png,
15058         pixmaps/anjuta_icon.png,
15059         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15060         done by 9-speed at:
15061         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15062         
15063 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15065         * configure.in,
15066         plugins/project-wizard/templates/libglade2-logo.png,
15067         plugins/project-wizard/templates/libglade2.wiz,
15068         plugins/project-wizard/templates/libglade2/* :
15069         Add Glade2 project
15072 2005-02-14  Naba Kumar  <naba@gnome.org>
15074         * TODO.tasks: Updated.
15075         
15076         * plugins/editor/anjuta-docman.c,
15077         plugins/editor/text_editor.c,
15078         plugins/editor/text_editor.h,
15079         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15080         for file modification, but it is still not functioning.
15082 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
15084         * plugins/project-wizard/values.c,
15085         plugins/project-wizard/values.h,
15086         plugins/project-wizard/property.c,
15087         plugins/project-wizard/property.h,
15088         plugins/project-wizard/druid.c:
15089         Rewrite mandatory property check
15090         Add check of exist property
15091         Rewrite handling of cached property page
15093 2005-02-13  Naba Kumar  <naba@gnome.org>
15095         Patch from Igor Kovalenko  <garrison@mail.ru>:
15096         * tagmanager/tm_workspace.c: Improved performance.
15098 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15100         *plugins/project-wizard/templates/*.wiz,
15101         plugins/project-wizard/druid.c,
15102         plugins/project-wizard/templates/terminal/src/main.c,
15103         plugins/project-wizard/templates/gtk/src/*.[ch],
15104         plugins/project-wizard/templates/gtk/src/Makefile.am,
15105         plugins/project-wizard/templates/gnome/src/*.[ch],
15106         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15107         Add Copyright date & Email address,
15108         Correct terminal project.
15109         
15110 2005-02-12  Naba Kumar  <naba@gnome.org>
15112         * plugins/project-wizard/property.c: Fixed hidden
15113         properties to take values.
15115         * plugins/project-wizard/file.[ch]: Renamed
15116         true/false enum values to fix compile error
15117         (conflict with other definition).
15118         
15119         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15120         even when mime type detection fails (for example, when Anjuta is
15121         installed in non-system prefix).
15123 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
15125         * plugins/project-wizard/values.c,
15126         plugins/project-wizard/values.h:
15127         Rewrite file with more comments
15129         * plugins/project-wizard/druid.c,
15130         plugins/project-wizard/druid.h,
15131         plugins/project-wizard/autogen.c,
15132         plugins/project-wizard/autogen.h,
15133         plugins/project-wizard/druid.c,
15134         plugins/project-wizard/druid.h:
15135         Add more comments
15136         Use values instead of properties
15137         Move default properties to druid.c
15139         * plugins/project-wizard/install.c,
15140         plugins/project-wizard/install.h:
15141         Use values instead of properties
15142         Add a check to avoid overwriting files
15144         * plugins/project-wizard/parser.c,
15145         plugins/project-wizard/property.c,
15146         plugins/project-wizard/property.h:
15147         Update to use new values
15148         Add an "exist" attribute to check if a directory already exist
15150         * plugins/project-wizard/anjuta-project-wizard.glade:
15151         Change project selection page (GtkTextView => GtkLabel,
15152         GtkTable => GtkVBox)
15154         * plugins/project-wizard/templates/terminal.wiz:
15155         Move destination directory on second page
15156         
15157         * plugins/project-wizard/action.c:
15158         Add a few comments
15160 2005-02-12  Naba Kumar  <naba@gnome.org>
15162         * plugins/file-manager/an_file_view.c,
15163         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15164         views. Created dynamic update date of view depending on project
15165         changes -- similar to file-manager view.
15166         
15167         * plugins/devhelp/plugin.c: Load help on idle.
15168         
15169         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15170         autoformat' to proper location in preferences.
15171         
15172         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15173         compatibility.
15174         
15175         * plugins/editor/plugin.c: Fixed accel name.
15177 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15179         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15180         plugins/project-wizard/templates/gnome.wiz,
15181         plugins/project-wizard/templates/gtk.wiz,
15182         plugins/project-wizard/anjuta-project-wizard.glade,
15183         plugins/project-wizard/autogen.c:
15184         Add Username & Email address in Project preferences.
15186 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15188         *plugins/project-wizard/templates/gnome-logo.png,
15189         plugins/project-wizard/templates/gnome.wiz,
15190         plugins/project-wizard/templates/gnome/* :
15191         Add Gnome project
15193 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15195         * plugins/project-wizard/templates/terminal/src/main.c, 
15196         plugins/project-wizard/templates/terminal/src/main.c,
15197         plugins/project-wizard/templates/terminal/src/main.[ch] :
15198         Insert License in projects
15199         
15200 2005-02-11  Naba Kumar  <naba@gnome.org>
15202         * TODO.tasks: Added message manager task.
15203         
15204         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15205         
15206         * plugins/editor/plugin.c: Use bookmark stock icons.
15207         
15208         * plugins/message-view/anjuta-message-manager.ui,
15209         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15211 2005-02-10  Naba Kumar  <naba@gnome.org>
15213         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15214         
15215 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15217         * global-tags/Makefile.am
15218         Error during 'make install'
15220 2005-02-09  Naba Kumar  <naba@gnome.org>
15222         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15223         missing file.
15224         
15225 2005-02-08  Naba Kumar  <naba@gnome.org>
15227         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15228         
15229         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15230         Show busy cursur when updating global tags in preferences.
15232         * configure.in: Fixed.
15233         
15234 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15236         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15237           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15238          
15239         - Fixed anjuta-plugin project (glade)
15241 2005-02-08  Naba Kumar  <naba@gnome.org>
15243         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15244         Fixed automatic indentations.
15246         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15247         Global tags are now segregated into smaller api tags, which can be
15248         selectively loaded from symbol browser preferences.
15250         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15251         Implemented IProjectManager interface in project-manager. Mostly getter
15252         methods for now, but need to add add() and remove() methods to add
15253         or remove project elements.
15255         * plugins/gdb/debug_tree.c: Small fix.
15257         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15258         plugins/symbol-browser/an_symbol_info.c,
15259         plugins/symbol-browser/an_symbol_info.h,
15260         plugins/symbol-browser/an_symbol_search.c,
15261         plugins/symbol-browser/an_symbol_search.h,
15262         plugins/symbol-browser/an_symbol_view.c,
15263         plugins/symbol-browser/an_symbol_view.h,
15264         plugins/symbol-browser/plugin.c,
15265         plugins/symbol-browser/plugin.h,
15266         tagmanager/c.c,
15267         tagmanager/entry.h,
15268         tagmanager/tm_project.c,
15269         tagmanager/tm_symbol.c,
15270         tagmanager/tm_tag.c,
15271         tagmanager/tm_workspace.c,
15272         tagmanager/vstring.c,
15273         tagmanager/include/tm_tag.h,
15274         tagmanager/include/tm_workspace.h:
15275         
15276         - Fixed tagmanager parsing of source files to parse for typedefines and
15277         properly record element scopes. Implemented scope autocompletion
15278         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15279         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15280         patch list (author is unknown).
15281         - Implemented symbol-browser preferences for dynamically loading and
15282         saving tags API segments.
15283         - Fixed symbol-search to use tagmanager directly instead of depending
15284         on symbol-view for tags list.
15285         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15286         - Fixed TMSymbol to create the complete tags tree instead of letting the
15287         symbol-view created the root nodes.
15288         - Changed project tags cache name to .tm_project2.cache because the
15289         newer format records additional scope information.
15290         
15291 2005-02-07  Naba Kumar  <naba@gnome.org>
15293         * plugins/editor/style-editor.c,
15294         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15295         and GtkFontButton instead of deprecated widgets in
15296         style editor.
15297         
15298 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15300         * plugins/project-wizard/action.c,
15301         plugins/project-wizard/action.h,
15302         plugins/project-wizard/autogen.c,
15303         plugins/project-wizard/autogen.h,
15304         plugins/project-wizard/file.c,
15305         plugins/project-wizard/file.h,
15306         plugins/project-wizard/install.c,
15307         plugins/project-wizard/install.h,
15308         plugins/project-wizard/parser.h,
15309         plugins/project-wizard/parser.c,
15310         plugins/project-wizard/property.c,
15311         plugins/project-wizard/property.h,
15312         plugins/project-wizard/plugin.h,
15313         plugins/project-wizard/plugin.c,
15314         plugins/project-wizard/values.c,
15315         plugins/project-wizard/values.h:
15316         Replace C++ comments by C comments
15318         * plugins/project-wizard/autogen.c,
15319         plugins/project-wizard/autogen.h:
15320         Add a run time check of autogen version.
15321         Add UserName variable.
15323         * plugins/project-wizard/anjuta-project-wizard.glade,
15324         plugins/project-wizard/header.c,
15325         plugins/project-wizard/druid.c,
15326         plugins/project-wizard/druid.h:
15327         Sort project in alphabetic order.
15328         Correct selection troubles in notebooks.
15330         * plugins/project-wizard/parser.c:
15331         Add some check when reading the project header block.
15333 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15335         * plugins/project-wizard/action.c,
15336         plugins/project-wizard/action.h,
15337         plugins/project-wizard/autogen.c,
15338         plugins/project-wizard/autogen.h,
15339         plugins/project-wizard/file.c,
15340         plugins/project-wizard/file.h,
15341         plugins/project-wizard/install.c,
15342         plugins/project-wizard/parser.h,
15343         plugins/project-wizard/parser.c,
15344         plugins/project-wizard/property.c,
15345         plugins/project-wizard/property.h,
15346         plugins/project-wizard/values.c,
15347         plugins/project-wizard/values.h,
15348         Add a space between function name and open.
15350         * plugins/project-wizard/plugin.h,
15351         plugins/project-wizard/plugin.c,
15352         plugins/project-wizard/install.c,
15353         Avoid a crash if the user close the message view used by the .
15355         * plugins/project-wizard/anjuta-project-wizard,
15356         plugins/project-wizard/druid.c,
15357         plugins/project-wizard/druid.h,
15358         plugins/project-wizard/header.h,
15359         plugins/project-wizard/header.c,
15360         Add a text view with the description of each.
15361         Add a tab for each project.
15362         Replace some C++ comments to C comments.
15364 2005-02-05  Naba Kumar  <naba@gnome.org>
15366         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15367         New icon from Sebastien Granjoux .
15368         
15369 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15371         * libanjuta/anjuta-preferences.c:
15372         Set file property even without a focus out event (file selected 
15373         the browse dialog)
15375 2005-02-04  Naba Kumar  <naba@gnome.org>
15377         * plugins/glade/plugin.c: Fixed glade function calls.
15378         * configure.in: Fixed a typo.
15379         * TODO.tasks: Updated.
15381 2005-02-03  Naba Kumar  <naba@gnome.org>
15383         * plugins/project-manager/plugin.c: Fixed memory corruption.
15385         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15386         build error.
15387         
15388         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15389         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15390         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15391         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15393         * libanjuta/interfaces/libanjuta.idl,
15394         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15395         interface.
15396         
15397         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15399         Patch from Massimo Cora <maxcvs@email.it>:
15400         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15401         
15402 2005-02-01  Naba Kumar  <naba@gnome.org>
15404         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15405         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15406         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15407         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15408         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15409         from sourceforge -- a64 crash fixes (correct typing for GType)
15410         and fixes compile errors in sun.
15412         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15413         paste (shift+insert) in terminal.
15415 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15417         * configure.in: Add «nb» to ALL_LINGUAS.
15419 2005-02-01  Naba Kumar  <naba@gnome.org>
15421         * TODO.tasks, TODO: Updated todo tasks.
15422         
15423         * plugins/editor/anjuta-document-manager.glade: Improved search
15424         relace dialog.
15425         
15426         * TODO.tasks: Fixed xml format.
15427         
15428         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15429         work yet).
15430         
15431         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15432         cleanups.
15433         
15434         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15435         format during save (removed unwanted text nodes). Fixed scrollbars.
15437 2005-01-31  Naba Kumar  <naba@gnome.org>
15439         * libanjuta/interfaces/libanjuta.idl,
15440         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15441         Implemented append() method for IAnjutaEditor interface and fixed
15442         various bugs with text insertions (cvs diff and macro insertions).
15443         
15444         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15445         automatic indentation.
15446         
15447         * plugins/editor/action-callbacks.c,
15448         plugins/editor/action-callbacks.h,
15449         plugins/editor/anjuta-docman.c,
15450         plugins/editor/anjuta-document-manager.ui,
15451         plugins/editor/plugin.c,
15452         plugins/editor/text_editor.c,
15453         plugins/editor/text_editor.h,
15454         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15455         Fixed highlight issues.
15457         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15458         macro.
15459         
15460         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15462         * data/properties/*: Updated properties files from scite. Created
15463         styles.properties to override the scite styles.
15464         
15465         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15467         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15468         
15469 2005-01-30  Naba Kumar  <naba@gnome.org>
15471         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15472         unused definitions.
15473         
15474         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15475         
15476         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15477         plugins/editor/text_editor.c,
15478         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15479         fixed linuwidth preference setting, fixed insert text interface
15480         implementation. Improved automatice-indentation for cpp lexer.
15481         
15482         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15484 2005-01-29  Naba Kumar  <naba@gnome.org>
15486         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15487         option in update dialog as default. Improved import dialog. Sized
15488         log dialog.
15490         * configure.in: Fixed underquoted warning from autoconf.
15491         
15492         * plugins/editor/action-callbacks.c,
15493         plugins/editor/aneditor.cxx,
15494         plugins/editor/aneditor.h,
15495         plugins/editor/anjuta-document-manager.glade,
15496         plugins/editor/plugin.c,
15497         plugins/editor/plugin.h,
15498         plugins/editor/text_editor.c,
15499         plugins/editor/text_editor.h,
15500         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15501         for Editor and fixed all preferences syncronization and notifys for
15502         visible prefs (in editor preferences page).
15503         
15504         * plugins/file-loader/plugin.c: Load recent files on idle.
15506 2005-01-28  Naba Kumar  <naba@gnome.org>
15508         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15509         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15511         * plugins/editor/action-callbacks.c,
15512         plugins/editor/action-callbacks.h,
15513         plugins/editor/aneditor.cxx,
15514         plugins/editor/aneditor.h,
15515         plugins/editor/anjuta-document-manager.ui,
15516         plugins/editor/plugin.c,
15517         plugins/editor/text_editor.c,
15518         plugins/editor/text_editor.h,
15519         plugins/editor/text_editor_cbs.c,
15520         plugins/editor/text_editor_cbs.h,
15521         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15522         Text editor.
15524         Patch from Massimo Cora <maxcvs@email.it>:
15525         * plugins/editor/an_symbol_search.c,
15526         plugins/editor/an_symbol_search.c: Fixed crash bugs.
15527         
15528 2005-01-27  Naba Kumar  <naba@gnome.org>
15529         
15530         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15531         minimum size request to 200.
15533         * plugins/symbol-browser/an_symbol_info.c,
15534         plugins/symbol-browser/an_symbol_info.h,
15535         plugins/symbol-browser/an_symbol_search.c,
15536         plugins/symbol-browser/an_symbol_search.h,
15537         plugins/symbol-browser/an_symbol_view.c,
15538         plugins/symbol-browser/an_symbol_view.h,
15539         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15540         pixbuf retrieval. Fixed runtime warning. Code clean up.
15542 2005-01-27  Naba Kumar  <naba@gnome.org>
15544         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15545         src/anjuta.ui, (new) plugins/glade/.cvsignore,
15546         (new) plugins/glade/Makefile.am,
15547         (new) plugins/glade/anjuta-glade-plugin.png,
15548         (new) plugins/glade/anjuta-glade.plugin.in,
15549         (new) plugins/glade/anjuta-glade.ui,
15550         (new) plugins/glade/plugin.c,
15551         (new) plugins/glade/plugin.h,
15552         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
15553         now until glade3 works properly.
15555         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15556         they are generated.
15557         
15558 2005-01-26  Naba Kumar  <naba@gnome.org>
15560         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15561         Added mime icon for anjuta projects.
15562         
15563         patch from Massimo Cora <maxcvs@email.it>:
15564         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15565         an_symbol_search.h, an_symbol_view.c, plugin.c:
15566         Fix/implement objects destroying/freeing.
15568 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
15569         
15570         * src/action-callback.[ch], src/anjuta-actions.h:
15571         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15572         because it has not been updated for years and we know have a devhelp plugin
15573         which can do the job much better.
15574         * TODO.tasks: Updated done items
15576 2005-01-25  Naba Kumar  <naba@gnome.org>
15578         * autogen.sh: Fixed to generate interface files.
15580         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15581         session save filenames.
15582         
15583         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15584         
15585 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
15587         * plugins/project-wizard/Makefile.am,
15588         plugins/project-wizard/install.c,
15589         plugins/project-wizard/install.h,
15590         plugins/project-wizard/parser.c,
15591         plugins/project-wizard/parser.h,
15592         plugins/project-wizard/templates/terminal.wiz:
15593         Add action list block in wizard template
15594         * plugins/project-wizard/file.c,
15595         plugins/project-wizard/autogen.c:
15596         Small fixes
15598 2005-01-23  Naba Kumar  <naba@gnome.org>
15600         * configure.in: Fixed build error.
15602 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
15604         * plugins/project-wizard/druid.c,
15605         plugins/project-wizard/parser.c,
15606         plugins/project-wizard/property.c: Rewrite parser with
15607         better error handling
15609 2005-01-22  Naba Kumar  <naba@gnome.org>
15611         * plugins/symbol-browser/plugin.c: Changed c++ coments
15612         to c commnets and formated code to anjuta coding styles.
15613         
15614 2005-01-21  Naba Kumar  <naba@gnome.org>
15616         * configure.in, autogen.sh: Fixed build errors in newer automake.
15617         
15618         * plugins/editor/anjuta-docman.c: Do not emit change editor
15619         signal while in dispose.
15621         Patch from: Massimo Corà <maxcvs@email.it>
15622         * plugins/symbol-browser/Makefile.am,
15623         plugins/symbol-browser/an_symbol_view.c,
15624         plugins/symbol-browser/an_symbol_view.h,
15625         plugins/symbol-browser/plugin.c,
15626         plugins/symbol-browser/plugin.h,
15627         plugins/symbol-browser/test-symbol-browser.c,
15628         (new) plugins/symbol-browser/an_symbol_info.c,
15629         (new) plugins/symbol-browser/an_symbol_info.h,
15630         (new) plugins/symbol-browser/an_symbol_search.c,
15631         (new) plugins/symbol-browser/an_symbol_search.h:
15632         Added a cool real-time symbol-search-view in symbol browser.
15634 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15635         
15636         * plugin/macro/plugin.c
15637         plugin/macro/anjuta-macro-plugin.ui
15638         plugin/macro/macro-db.[ch]
15639         plugin/macro/macro-dialog.[ch]
15640         plugin/macro/macro-actions.[ch]
15641         plugin/macro/macro-edit.[ch]
15642         plugin/macro/plugin.[ch]:
15643         
15644         Implemented three menu items as Naba proposed:
15645         Edit->Macro->
15646                 Insert Macro: Pops of a border-less window to enter a shortcut
15647                 Add Macro: Same as Manage Macro => New
15648                 Manage Macros: Full-features macro dialog
15650 2005-01-20  Naba Kumar  <naba@gnome.org>
15652         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15653         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15654         libanjuta/anjuta-shell.h,
15655         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15656         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15657         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15658         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15659         src/main.c, src/shell.c: Implemented command line args processing
15660         and session management. Fixed geometry restoration.
15662 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15663         
15664         * plugins/macro/macro-db.c,
15665         plugins/macros.xml:
15666         Cleaned up XML interface and use attributes now for name, category and 
15667         shortcut. CDATA is used to avoid xml errors inside of macros.
15669 2005-01-19  Naba Kumar  <naba@gnome.org>
15671         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15673 2005-01-18  Naba Kumar  <naba@gnome.org>
15674         
15675         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15676         to work.
15678         * scintilla/*: Updated scintilla to current cvs and updated
15679         scintilla patches.
15680         
15681 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15682         
15683         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15684         plugins/cvs-plugin/cvs-actions.c:
15685         Added "Whole project" infrastructure but it does not
15686         work because I did not find a way to get the current project's
15687         root dir.
15689 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15691         * plugins/cvs-plugin/Makefile.am
15692         plugins/cvs-plugin/anjuta-cvs.plugin.in
15693         plugins/cvs-plugin/cvs-actions.c
15694         plugins/cvs-plugin/cvs-callbacks.c
15695         plugins/cvs-plugin/cvs-interface.[ch] (added)
15696         plugins/cvs-plugin/plugin.c:
15697         
15698         Added IAnjutaCVS interface and improved cvs plugin. There
15699         is still some work to do on cvs import and to add a current
15700         project toggle.
15702 2005-01-17  Naba Kumar  <naba@gnome.org>
15704         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15705         
15706         * configure.in: Fixed build errors.
15708         * data/Makefile.am,     (removed) data/README.stock_libs,
15709         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15710         (removed) data/header.c, (removed) data/stock_libs.anj,
15711         (removed) data/x-anjuta-project.desktop,
15712         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15714         * libanjuta/anjuta-plugin-description.c,
15715         libanjuta/anjuta-shell.c: Updated documentations.
15717         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15718         
15719         * libanjuta/anjuta-launcher.c,
15720         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15721         x86_64 systems.
15723 2005-01-17  Naba Kumar  <naba@gnome.org>
15724         
15725         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15726         plugins/project-wizard/templates/gtk.wiz,
15727         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15728         Updated templates to new format.
15729         
15730         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15731         * plugins/project-wizard/druid.c,
15732         plugins/project-wizard/parser.c,
15733         plugins/project-wizard/property.c,
15734         plugins/project-wizard/property.h,
15735         plugins/project-wizard/templates/terminal.wiz,
15736         plugins/project-wizard/templates/terminal/AUTHORS,
15737         plugins/project-wizard/templates/terminal/ChangeLog,
15738         plugins/project-wizard/templates/terminal/NEWS,
15739         plugins/project-wizard/templates/terminal/README,
15740         plugins/project-wizard/templates/terminal/project.anjuta,
15741         plugins/project-wizard/templates/terminal/src/main.c:
15742         Moveed code related to property types from druid.c and parser.c to 
15743         property.c. Changed tag from "<string ..." to
15744         "<property type="string..."     and so on. Rewrite parser
15745         (warning still in progress). Added list property. Changed
15746         terminal project to avoid using autogen on some file (much 
15747         faster) using the autogen attribute. Add a license list box in
15748         terminal project (just as an example). _label in item list is
15749         optional now.
15751 2005-01-16  Naba Kumar  <naba@gnome.org>
15753         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15754         plugins/edtior/anjuta-docman.c: Fixed build errors.
15755         
15756         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15757         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15758         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15759         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15760         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15761         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15762         libanjuta/resources.h,
15763         plugins/build-basic-autotools/build-basic-autotools.c,
15764         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15765         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15766         plugins/gtodo/plugin.c, src/Makefile.am,
15767         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15768         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15769         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15770         should be handled in respective plugins. Added API documentations.
15772         * libanjuta-docs.sgml, libanjuta-sections.txt,
15773         libanjuta.types,
15774         (added) tmpl/anjuta-debug.sgml,
15775         (added) tmpl/anjuta-launcher.sgml,
15776         tmpl/anjuta-plugin.sgml,
15777         tmpl/anjuta-preferences.sgml,
15778         tmpl/anjuta-shell.sgml,
15779         (added) tmpl/anjuta-status.sgml,
15780         (removed) tmpl/anjuta-stock.sgml,
15781         tmpl/anjuta-utils.sgml,
15782         (removed) tmpl/defaults.sgml,
15783         (removed) tmpl/fileselection.sgml,
15784         (removed) tmpl/gnomefilelist.sgml,
15785         tmpl/ianjuta-buildable.sgml,
15786         (added) tmpl/ianjuta-debugger-manager.sgml,
15787         (added) tmpl/ianjuta-debugger.sgml,
15788         tmpl/ianjuta-document-manager.sgml,
15789         tmpl/ianjuta-editor.sgml,
15790         tmpl/ianjuta-file.sgml,
15791         tmpl/ianjuta-loader.sgml,
15792         tmpl/ianjuta-markable.sgml,
15793         tmpl/ianjuta-message-view.sgml,
15794         (added) tmpl/ianjuta-project-manager.sgml,
15795         (added) tmpl/ianjuta-todo.sgml,
15796         (added) tmpl/ianjuta-wizard.sgml,
15797         tmpl/libanjuta-iface-marshallers.sgml,
15798         tmpl/libanjuta-unused.sgml,
15799         (removed) tmpl/pixmaps.sgml,
15800         tmpl/plugins.sgml,
15801         (removed) tmpl/properties.sgml,
15802         tmpl/resources.sgml: Updated API documentations.
15804 2005-01-15  Naba Kumar  <naba@gnome.org>
15806         * libanjuta/anjuta-launcher.c: Added API docs.
15807         
15808         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15809         plugins/project-wizard/templates/gtk.wiz,
15810         plugins/project-wizard/templates/terminal.wiz,
15811         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15812         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15813         plugins/project-wizard/templates/gtk/src/main.c,
15814         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15815         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15816         template files.
15818         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15819         * plugins/project-wizard/anjuta-project-wizard.glade,
15820         plugins/project-wizard/autogen.c,
15821         plugins/project-wizard/druid.c,
15822         plugins/project-wizard/druid.h,
15823         plugins/project-wizard/file.c,
15824         plugins/project-wizard/file.h,
15825         plugins/project-wizard/install.c,
15826         plugins/project-wizard/parser.c,
15827         plugins/project-wizard/plugin.c,
15828         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15829         setting the default project directory. Fix HIDDEN property, it's
15830         working but I think we could make this cleaner. Removed the
15831         copy of the string in mandatory_property. Add an optional autogen
15832         attribute, to force or avoid using autogen on some files, default
15833         without any attribute is autodetect.+ Replace the script tag with
15834         a normal file tag and an attribute execute.
15835         
15836 2005-01-14  Naba Kumar  <naba@gnome.org>
15838         * plugins/editor/action-callbacks.c,
15839         plugins/editor/search_incremental.c,
15840         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15841         works now.
15842         
15843         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15844         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15845         tabs.
15847 2005-01-12  Naba Kumar  <naba@gnome.org>
15849         * configure.in,
15850         plugins/project-wizard/templates/Makefile.am,
15851         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15852         plugins/project-wizard/templates/anjuta-plugin.wiz,
15853         (added) plugins/project-wizard/templates/gtk-logo.png,
15854         (added) plugins/project-wizard/templates/gtk.wiz,
15855         (added) plugins/project-wizard/templates/terminal-logo.png,
15856         plugins/project-wizard/templates/terminal.wiz,
15857         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15858         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15859         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15860         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15861         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15862         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15863         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15864         (added) plugins/project-wizard/templates/gtk/src/main.c,
15865         (added) plugins/project-wizard/templates/gtk/src/project.glade,
15866         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15867         GTK+ project templated and fixed other templates. Updated template
15868         logos.
15870 2005-01-12  Naba Kumar  <naba@gnome.org>
15872         * plugins/macro/anjuta-macro.glade: Improved GUI.
15873         
15874 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
15876         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15877         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15878         * plugins/cvs-plugin/cvs.[ch] (removed)
15879         Removed old unused files
15880         
15881         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15882         * plugins/cvs-plugin/cvs-actions.c
15883         * plugins/cvs-plugin/Makefile.am:
15884         Seperate callback functions for better error
15885         handling. Cleaned up code.
15886         
15887         * plugins/macro/macros.xml: removed corrupt cvs
15888         macros for now.
15890 2005-01-10  Naba Kumar  <naba@gnome.org>
15892         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15893         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15894         and leaks.
15896 2005-01-09  Naba Kumar  <naba@gnome.org>
15898         * libegg/egg-recent-action.c, libegg/test-actions.c,
15899         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15900         recent files models.
15901         
15902         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15903         two models -- one for projects and other for regular files and show
15904         both in recent files menu. Changed recent files group from "anjuta"
15905         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15906         when adding the URI in recent files.
15907         
15908         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15909         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15910         * plugins/macro/macro-dialog.c: Fixed dispose() method.
15911         * plugins/macro/macros.xml: Fixed xml errors.
15913 2005-01-08  Naba Kumar  <naba@gnome.org>
15914         
15915         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
15916         libegg/test-actions.c, libegg/menu/Makefile.am,
15917         libegg/menu/egg-recent-action.h: Added a new action for
15918         recent files.
15920         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
15921         Fixed dispose. Cleanup.
15922         
15923         * plugins/file-loader/anjuta-loader-plugin.ui,
15924         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
15925         Use the new action for recent files. Added recent files in
15926         toolbar.
15928         * plugins/project-wizard/druid.c: Show busy cursor and
15929         de-sensitize druid buttons during page change.
15930         
15931         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15932         * plugins/project-wizard/Makefile.am,
15933         plugins/project-wizard/druid.c,
15934         plugins/project-wizard/druid.h,
15935         plugins/project-wizard/install.c,
15936         plugins/project-wizard/plugin.c,
15937         plugins/project-wizard/plugin.h,
15938         plugins/project-wizard/property.c,
15939         plugins/project-wizard/property.h,
15940         (added) plugins/project-wizard/values.c,
15941         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
15942         objects (in values.c and values.h) containing the values of all
15943         properties. The NPWProperty objects now keep their values in this
15944         object which is persistant for one activation of the plugin, so the
15945         user keeps all the values even if he goes backward. Used an anjuta
15946         message view to list all files copied by the project wizard.
15948 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
15950         * plugins/macro/plugin.[ch],
15951         plugins/macro/macro-dialog.[ch]
15952         plugins/macro/macro-edit.[ch]
15953         plugins/macro/macro-db.[ch]
15954         plugins/macro/macro-actions.[ch]
15955         plugins/macro/anjuta-macro.plugin.in
15956         plugins/macro/anjuta-macro.glade
15957         plugins/macro/anjuta-macro.png
15958         plugins/macro/Makefile.am
15959         plugins/macro/macros.xml
15960         plugins/macro/anjuta-macro.ui (all added)
15961         configure.in
15962         plugins/Makefile.am:
15963         Added new macro plugins
15964         
15965         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15966         New icon
15967         
15968         * manuals/reference/template (removed)
15969         Removed old api reference
15970         
15971         * plugins/message-view/message-view.c:
15972         "Fixed" crash in on_row_deleted and added a
15973         comment that I cannot work this way. We will
15974         have to change everything a bit to avoid losing
15975         memory there.
15976         
15977         * plugins/text-editor/text_editor.c:
15978         Update line number width on file save
15981 2005-01-07  Naba Kumar  <naba@gnome.org>
15983         * plugins/project-wizard/anjuta-project-wizard.glade,
15984         plugins/project-wizard/druid.c,
15985         plugins/project-wizard/templates/anjuta-plugin.wiz,
15986         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
15987         Display page description in bold. Fixed mandatory field check.
15989         * configure.in,
15990         libanjuta/libanjuta-1.0.pc.in,
15991         plugins/project-wizard/druid.c,
15992         plugins/project-wizard/parser.c,
15993         plugins/project-wizard/property.h,
15994         plugins/project-wizard/templates/anjuta-plugin.wiz,
15995         plugins/project-wizard/templates/terminal.wiz,
15996         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
15997         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
15998         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
15999         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
16000         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
16001         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16002         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16003         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16004         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16005         plugins/project-wizard/templates/terminal/configure.in.tpl,
16006         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
16007         plugins/project-wizard/templates/terminal/src/main.c: Implemented
16008         a new property type -- hidden. Fixed terminal and anjuta-plugin
16009         project templates.
16011 2005-01-07  Naba Kumar  <naba@gnome.org>
16013         * templates/anjuta-plugin.wiz,
16014         templates/terminal.wiz,
16015         templates/terminal/Makefile.am.tpl,
16016         templates/terminal/autogen.sh,
16017         (Removed) templates/terminal/configure.ac.tpl,
16018         (Added) templates/.cvsignore,
16019         (Added) templates/Makefile.am,
16020         (Added) templates/anjuta-plugin/.cvsignore,
16021         (Added) templates/anjuta-plugin/Makefile.am,
16022         (Added) templates/anjuta-plugin/src/.cvsignore,
16023         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16024         (Added) templates/terminal/.cvsignore,
16025         (Added) templates/terminal/Makefile.am,
16026         (Added) templates/terminal/configure.in.tpl,
16027         (Added) templates/terminal/po/.cvsignore,
16028         (Added) templates/terminal/po/ChangeLog,
16029         (Added) templates/terminal/po/Makefile.am,
16030         (Added) templates/terminal/po/POTFILES.in,
16031         (Added) templates/terminal/src/.cvsignore,
16032         (Added) templates/terminal/src/Makefile.am,
16033         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16034         project wizard. Fixed configure/po/Makefile template errors.
16036 2005-01-06  Naba Kumar  <naba@gnome.org>
16038         * configure.in: Added project templates.
16039         * plugins/project-wizard/templates/*: Added to project and renamed
16040         Makefile.am and configure.in to Makefile.am and configure.ac respectively
16041         for the project templates (so that they do not conflict with autotools
16042         build. Created proper configure.ac.tpl and autogen.sh for project
16043         templates.
16044         
16045 2005-01-06  Naba Kumar  <naba@gnome.org>
16047         * plugins/project-wizard/anjuta-project-wizard.glade,
16048         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16049         Fixed file list parsing and to take absolute file paths (for example,
16050         from an icon selected previously). Used toggle buttons for boolean
16051         properties. Check if all mandatory fields are given before going
16052         forward in the wizard. Use scrollable viewport for listing property
16053         widgets incase the list goes out of wizard's size. Added tooltips
16054         as descriptions of the property widgets. And other fixes.
16056         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16057         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16058         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16059         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16060         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16061         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16062         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16063         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16064         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16065         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16066         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16067         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16068         Restructured template files.
16070 2005-01-06  Naba Kumar  <naba@gnome.org>
16072         * configure.in: Added check for autogen.
16073         
16074         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16075         in dispose.
16076         
16077         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16078         Do not emit changed signal when in dispose.
16080         * plugins/symbol-browser/plugin.c: Don't updated symbols when
16081         symbol-view widget has been destroyed.
16082         
16083         * src/anjuta-app.c: Set null to preference, status and ui object
16084         pointers when they are destroyed.
16086         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16087         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16088         Added boolean, integer and file property types.
16089         
16090         * plugins/project-wizard/Makefile.am,
16091         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16092         project wizard templates.
16094 2005-01-04  Naba Kumar  <naba@gnome.org>
16096         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16097         added widgets.
16098         
16099         * plugins/editor/aneditor.cxx,
16100         plugins/editor/anjuta-docman.c,
16101         plugins/editor/plugin.c,
16102         plugins/editor/text_editor.c:
16103         Removed unnecessary ref/unref of scintilla.
16104         
16105         * plugins/message-view/anjuta-msgman.c,
16106         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16107         make close button similar to document manager.
16108         
16109         * plugins/project-manager/plugin.c,
16110         plugins/project-manager/plugin.h: Removed dead codes. Removed
16111         unnecessary ref/unref.
16112         
16113         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16114         instead of hard refs.
16116 2005-01-03  Naba Kumar  <naba@gnome.org>
16118         * libanjuta/interfaces/libanjuta.idl: Added configure() and
16119         generate() methods for IAnjutaBuildable interface.
16121         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16122         IAnjutaBuildable inteface.
16124         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16125         to destroy build context when message view is destroyed.
16126         
16127         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16128         a ref to it and unref in destructor. AnEditor class wants to be the
16129         owner of scintilla widget. Fixed compile warnings with signed/unsigned
16130         comparisions.
16131         
16132         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16133         complicate the scene. Removed editor widget from AnjutaDocman when
16134         the widget is destroyed.
16135         
16136         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16137         from shell. It will be removed from shell when the widget is destroyed.
16138         
16139         * plugins/editor/text_editor.c: Added debug codes to track object
16140         finalizations.
16142         * plugins/message-view/anjuta-msgman.c: Remove message view on
16143         widget destroy. Destroy message view on remove. Removed all views
16144         correctly.
16145         
16146         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16147         from container.
16149 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16151         * plugins/file-wizard/action-callbacks.c,
16152         plugins/file-wizard/anjuta-file-wizard.glade,
16153         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16154         Insert Licence, copyright, header template ...
16155         
16156 2005-01-02  Naba Kumar  <naba@gnome.org>
16158         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16159         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16160         anjuta_status_add_widget() to allow setting busy cursor on non
16161         toplevel windows.
16163         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16165         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16166         mime types to take text/source also.
16167         
16168         * plugins/editor/anjuta-docman.c,
16169         plugins/editor/anjuta-docman.h,
16170         plugins/editor/plugin.c,
16171         plugins/editor/text_editor.c,
16172         plugins/editor/text_editor.h,
16173         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16174         AnjutaStatus and set busy cursor on editors.
16176         * plugins/file-loader/Makefile.am,
16177         plugins/file-loader/plugin.c,
16178         (added) plugins/file-loader/dnd.c,
16179         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16181         * src/anjuta.c: Hide anjuta window before destruction.
16183         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16184         * configure.in, plugins/Makefile.am,
16185         (removed) plugins/project-wizard/appwiz_page1.c,
16186         (removed) plugins/project-wizard/appwiz_page2.c,
16187         (removed) plugins/project-wizard/appwiz_page3.c,
16188         (removed) plugins/project-wizard/appwiz_page4.c,
16189         (removed) plugins/project-wizard/appwizard.c,
16190         (removed) plugins/project-wizard/appwizard.h,
16191         (removed) plugins/project-wizard/appwizard_cbs.c,
16192         (removed) plugins/project-wizard/appwizard_cbs.h,
16193         (removed) plugins/project-wizard/appwizard_gui.c,
16194         (removed) plugins/project-wizard/gnome_project.c,
16195         (removed) plugins/project-wizard/gnome_project.h,
16196         (removed) plugins/project-wizard/wizard_gui.c,
16197         (removed) plugins/project-wizard/wizard_gui.h,
16198         (added) plugins/project-wizard/.cvsignore,
16199         (added) plugins/project-wizard/Makefile.am,
16200         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16201         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16202         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16203         (added) plugins/project-wizard/applogo.png,
16204         (added) plugins/project-wizard/appwizard.png,
16205         (added) plugins/project-wizard/autogen.c,
16206         (added) plugins/project-wizard/autogen.h,
16207         (added) plugins/project-wizard/druid.c,
16208         (added) plugins/project-wizard/druid.h,
16209         (added) plugins/project-wizard/file.c,
16210         (added) plugins/project-wizard/file.h,
16211         (added) plugins/project-wizard/header.c,
16212         (added) plugins/project-wizard/header.h,
16213         (added) plugins/project-wizard/install.c,
16214         (added) plugins/project-wizard/install.h,
16215         (added) plugins/project-wizard/parser.c,
16216         (added) plugins/project-wizard/parser.h,
16217         (added) plugins/project-wizard/plugin.c,
16218         (added) plugins/project-wizard/plugin.h,
16219         (added) plugins/project-wizard/property.c,
16220         (added) plugins/project-wizard/property.h: Removed old application-wizard
16221         codes and added new template based (autogen based) project wizard
16222         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16224 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16226         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16227         * plugins/cvs-plugin/cvs-execute.c:
16228         Fix cvs_log which did not work because of some
16229         glade problem
16230         Patch from Mark R. Pariente <markpariente@cmu.edu>
16231         - Fix message highlighting
16233 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16234         
16235         * template/*,
16236         date/template/*,
16237         configure.in:
16238         Removed template stuff completly because we dicussed to implement
16239         a macro system for Edit->Insert Text
16241 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16242         
16243         * plugins/editor/aneditor.cxx,
16244         plugins/editor/text_editor.c:
16245         Set line number width dynamically
16246         * src/about.c:
16247         Prepered new GTK 2.6 about dialog
16249 2004-12-30  Naba Kumar  <naba@gnome.org>
16251         patch from: Massimo Corà  <maxcvs@email.it>
16252         * plugins/editor/aneditor.cxx: Highlights correct function
16253         argument in recursive calltips.
16255 2004-12-30  Naba Kumar  <naba@gnome.org>
16257         * plugins/symbol-browser/plugin.c,
16258         libanjuta/interfaces/libanjuta.idl,
16259         plugins/editor/text_editor.c: Fixed editor markers and added a new
16260         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16261         mark the line visited.
16262         
16263         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16264         libegg/Makefile.am, libegg/eggcomboselect.c,
16265         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16266         widget for use with symbol view in toolbar.
16267         
16268         * plugins/cvs-plugin/anjuta-cvs.ui,
16269         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16270         placeholder for cvs plugin context menu in filemanager.
16271         
16272 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16273         
16274         * plugins/cvs-plugin/plugin.c:
16275         Show popup menu only if the file is contained in
16276         a directory containing a "CVS" directory
16278 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16279         
16280         * plugins/cvs-plugin/cvs-action.[ch],
16281         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16282         * plugins/cvs-plugin/anjuta-cvs.ui,
16283         * plugins/cvs-plugin/plugin.c:
16284         Implemented "Import"
16285         
16286         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16287         Added right-click-menu for file-manager
16289 2004-12-26  Naba Kumar  <naba@gnome.org>
16291         * src/action-callbacks.c, src/action-callbacks.h,
16292         src/anjuta-actions.h, src/anjuta-app.c,
16293         src/anjuta.ui: Added fullscreen action.
16295         * plugins/cvs-plugin/cvs-actions.c,
16296         plugins/cvs-plugin/plugin.c,
16297         plugins/cvs-plugin/plugin.h: Watches current editor,
16298         project and file manager selection in plugin
16299         implementation.
16300         
16301 2004-12-26  Naba Kumar  <naba@gnome.org>
16303         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16304         src/action-callbacks.c: Fixed app finalization. Added a
16305         command line arg --proper-shutdown (-p), which when set
16306         will release all plugins and their resources (this option
16307         is mainly for debugging).
16308         
16309         * plugins/file-loader/plugin.c: Fixed filename duplications
16310         in recent files history.
16311         
16312         * plugins/profile-default/plugin.c: Disabled problematic
16313         plugins for now to load at startup.
16314         
16315         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16316         annoying debug prints.
16317         
16318 2004-12-23  Naba Kumar  <naba@gnome.org>
16320         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16321         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16322         plugins/cvs-plugin/anjuta-cvs.ui,
16323         plugins/cvs-plugin/cvs-actions.c,
16324         plugins/cvs-plugin/cvs-actions.h,
16325         plugins/cvs-plugin/cvs-execute.c,
16326         plugins/cvs-plugin/cvs-execute.h,
16327         plugins/cvs-plugin/Makefile.am,
16328         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16329         Added cvs log command.
16331 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16332         
16333         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16334         default
16336 2004-12-20  Naba Kumar  <naba@gnome.org>
16338         patch from: Massimo Corà  <maxcvs@email.it>
16339         * plugins/editor/aneditor.cxx: Added recursive calltips.
16341 2004-12-20  Naba Kumar  <naba@gnome.org>
16342         
16343         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16344         Show busy cursor during loading and unloading.
16345         
16346 2004-12-19  Naba Kumar  <naba@gnome.org>
16348         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16349         memory leaks. Disabled debug print.
16351         * plugins/symbol-browser/an_symbol_view.c,
16352         plugins/symbol-browser/plugin.c,
16353         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16354         problems. Creates SymbolView object every time when the
16355         plugin is activated.
16357         * plugins/project-manager/plugin.c: Close project when
16358         deactivating.
16359         
16360 2004-12-18  Naba Kumar  <naba@gnome.org>
16362         * po/POTFILES.in: Removed commented lines.
16363         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16364         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16365         * plugins/gdb/plugin.c: Fixed compile error.
16366         
16367         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16368         * libegg/eggcellrendererkeys.c: Fixed compile error.
16369         
16370 2004-12-18  Naba Kumar  <naba@gnome.org>
16372         * plugins/file-loader/plugin.c: Fixed loading bug.
16373         
16374         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16375         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16376         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16377         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16378         and corruptions. Fixed loading and unloading of plugins.
16379         
16380 2004-12-17  Naba Kumar  <naba@gnome.org>
16381         
16382         * plugins/file-loader/Makefile.am,
16383         plugins/file-loader/plugin.c,
16384         plugins/project-manager/plugin.c: Fixed memory corruption
16385         and disposition codes. Added missing plugin.h in Makefile.am.
16387 2004-12-16  Naba Kumar  <naba@gnome.org>
16389         * plugins/symbol-browser/an_symbol_view.c,
16390         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16391         codes. Fixed memory leaks and corruptions.
16393         * plugins/build-basic-autotools/build-basic-autotools.c
16394         plugins/editor/anjuta-docman.c,
16395         plugins/editor/text_editor.c,
16396         plugins/file-loader/plugin.c,
16397         plugins/file-manager/plugin.c,
16398         plugins/file-wizard/plugin.c,
16399         plugins/message-view/anjuta-msgman.c,
16400         plugins/message-view/anjuta-msgman.h,
16401         plugins/message-view/message-view.c,
16402         plugins/message-view/plugin.c,
16403         plugins/message-view/plugin.h,
16404         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16406         * src/about.c, src/about.h, src/action-callbacks.c,
16407         src/action-callbacks.h, src/anjuta-actions.h,
16408         src/anjuta-app.c, src/anjuta-app.h,
16409         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16410         src/anjuta.c, src/anjuta.h, src/getline.c, 
16411         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16412         src/start-with.c, src/start-with.h: Fixed emacs modes.
16414         * src/layout.xml: Brought document manager in front.
16415         
16416 2004-12-15  Naba Kumar  <naba@gnome.org>
16418         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16419         properly removed.
16420         
16421         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16422         finalization. Added a method to unload all plugins and destroy them.
16423         Fixed memory leaks.
16424         
16425         * plugins/sample1/plugin.c: Proper finalization code and renamed
16426         functions to proper names.
16427         
16428         * plugins/build-basic-autotools/build-basic-autotools.c,
16429         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16431         * src/shell.c: Unload all plugins on exit, so that memory profilers
16432         can detect memory leaks in plugins.
16434 2004-12-13  Naba Kumar  <naba@gnome.org>
16436         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16437         docking is working.
16438         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16439         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16441 2004-12-11  Naba Kumar  <naba@gnome.org>
16443         * data/properties/anjuta.properties: Fixed font size.
16444         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16445         compile file function. There are some fixmes there.
16446         * plugins/message-view/anjuta-msgman.c,
16447         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16448         
16449 2004-12-08  Naba Kumar  <naba@gnome.org>
16451         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16452         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16453         to escape quotes in a string.
16454         
16455         * plugins/cvs-plugin/cvs-actions.c,
16456         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16457         cvs diff command.
16459         * plugins/build-basic-autotools/build-basic-autotools.c,
16460         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16461         filters.
16462         
16463 2004-12-07  Naba Kumar  <naba@gnome.org>
16465         * plugins/build-basic-autotools/build-basic-autotools.c,
16466         plugins/build-basic-autotools/automake-c.filters: Completed directory
16467         tracking. Double click on Errors and warnings now work as expected.
16469         * plugins/build-basic-autotools.c: Added codes to track build directory
16470         so that absolute path of the files could be determined.
16472 2004-12-06  Naba Kumar  <naba@gnome.org>
16474         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16475         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16476         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16477         
16478 2004-12-05  Naba Kumar  <naba@gnome.org>
16480         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16481         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16482         
16483         * plugins/cvs-plugin/plugin.c,
16484         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16485         
16486 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16487         
16488         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16489         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16490         plugins/cvs-plugin/cvs-execute.[ch]:
16491         Implemented cvs status and cvs diff
16492         Known bugs:
16493         - rdiff command is not correct
16494         - Must find a way to allow selection of directies AND files 
16495         in GtkFileChooser
16497 2004-12-03  Naba Kumar  <naba@gnome.org>
16499         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16500         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16501         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16502         session.properties file if it is for the first time.
16503         
16504 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16505         
16506         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16507         commit.
16508         
16509         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16510         plugins/cvs-plugin/anjuta-cvs.ui:
16511         Implemented update/commit and changed menu layout 
16513 2004-12-02  Naba Kumar  <naba@gnome.org>
16515         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16516         property name (for cvs path property). Beautified dialogs.
16518 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
16519         
16520         * plugins/message-view/anjuta-msgman.c: Changed callback name
16521         and changed switch-page handling.
16522         
16523         * plugins/cvs-plugin/cvs-actions.c:
16524         * plugins/cvs-plugin/cvs-execute.c:
16525         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16526         - Implemented cvs add and cvs removed - both working now
16527         - Created a useful preferences page
16528         
16530 2004-11-30  Naba Kumar  <naba@gnome.org>
16532         * libanjuta/anjuta-status.c: Fixed runtime warning.
16533         
16534         * plugins/editor/Makefile.am:
16535         plugins/editor/anjuta-document-manager.glade,
16536         plugins/editor/plugin.c
16537         plugins/editor/plugin.h
16538         plugins/editor/style-editor.c (new, moved from src/),
16539         plugins/editor/style-editor.h (new, moved from src/),
16540         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16541         settings in preferences.
16543         * plugins/editor/text_editor.c,
16544         plugins/editor/text_editor.h: Do not take unused args in
16545         text_editor_get_props().
16547         * src/style-editor.c, src/style-editor.h: Removed, moved to
16548         plugins/editor/ directory.
16550 2004-11-29  Naba Kumar  <naba@gnome.org>
16552         * plugins/editor/text_editor_cbs.c: Emit click signal in
16553         IAnjutaMarkable.
16554         * libanjuta/anjuta-status.c: More spacing between items.
16555         
16556 2004-11-29  Naba Kumar  <naba@gnome.org>
16558         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
16559         
16560         * libanjuta/interfaces/libanjuta.idl,
16561         plugins/debug-manager/anjuta-debug-manager.plugin.in,
16562         plugins/debug-manager/plugin.c,
16563         plugins/gdb/breakpoints.c,
16564         plugins/gdb/breakpoints.h,
16565         plugins/gdb/debugger.c,
16566         plugins/gdb/debugger.h,
16567         plugins/gdb/plugin.c,
16568         plugins/gdb/plugin.h,
16569         plugins/gdb/utilities.c,
16570         plugins/gdb/utilities.h: Code cleanups and partial implementation of
16571         toggle breakpoint margin clicks.
16573 2004-11-28  Naba Kumar  <naba@gnome.org>
16575         * TODO.tasks: Fixed indentations.
16576         * plugins/gtodo/libgtodo.c: Save with indentation.
16577         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16578         * plugins/project-manager/plugin.c: Fixed runtime warnings.
16579         * libanjuta/anjuta-status.c: Fixed busy cursors.
16580         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16581         * po/POTFILES.in: Updated.
16582         
16583 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16584         
16585         * plugins/editor/anjuta-document-manager.glade,
16586           plugins/editor/search-replace.[c,h], 
16587           plugins/editor/search-replace_backend.h
16588           plugins/editor/search-preferences.[c,h] :
16589           Saved Search-Preferences (gconf),
16590           Basic search by default.
16592 2004-11-22  Naba Kumar  <naba@gnome.org>
16594         * configure.in: Fixed build error.
16596 2004-11-21  Naba Kumar  <naba@gnome.org>
16598         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16599         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16600         Added AnjutaStatus class to libanjuta.
16601         Added anjuta_shell_get_status() method.
16602         
16603         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16604         and fixed marshaller generation.
16605         
16606         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16607         "updade_ui" signals to IAnjutaEditor interface.
16608         
16609         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16610         
16611         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16612         regexes.
16613         
16614         * plugins/class-gen/clsGen.c: Intial port.
16615         
16616         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16617         name.
16618         
16619         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16620         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16621         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16622         Implemented status update. Emits "update_ui" and "char_added" signals.
16623         Added view preferences.
16624         
16625         * plugins/file-loader/plugin.c: Added open with plugins in open with
16626         menus.
16627         
16628         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16629         
16630         * plugins/message-view/anjuta-msgman.c,
16631         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16632         to close correct message view rather than current view.
16634 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16635         
16636         * plugins/cvs-plugin/cvs-actions.c
16637         plugins/cvs-plugin/plugin.[ch]
16638         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16639         Implemented cvs add but ran into a launcher/message_view
16640         problem because of a limitation of the idl compiler
16642 2004-11-19  Naba Kumar  <naba@gnome.org>
16644         * plugins/project-manager/plugin.c: Displays a progress window during
16645         project load.
16646         
16647         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16648         Fixed UI separators.
16649         
16650         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16651         UI placeholder.
16652         
16653         * plugins/project-manager/anjuta-project-manager.ui,
16654         plugins/project-manager/plugin.[c,h]: Added add/remove context
16655         menus and implemented them. Added file manager merge menu.
16657 2004-11-18  Naba Kumar  <naba@gnome.org>
16659         * TODO.tasks: Updated.
16660         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16661         plugins/message-view/message-view.c: Fixed finalize and dispose
16662         methods.
16663         * plugins/debugger/*: Removed from cvs (development now in
16664         debug-manager).
16666 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16668         Reviewed by Naba Kumar  <naba@gnome.org>:
16669         
16670         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16671         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16672         plugins/gdb/breakpoints.c: all marker related stuff moved from
16673         editor and docman interfaces to IAnjutaMarkable
16675 2004-11-17  Naba Kumar  <naba@gnome.org>
16677         * TODO.tasks: Updated.
16678         
16679         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16680         
16681         * libegg/egg-combo-action.c: Block changed signal when changing model.
16682         
16683         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16684         Emit changed signal. Removed dead codes.
16685         
16686         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16687         that recent files history do not duplicate.
16688         
16689         * plugins/symbol-browser/an_symbol_view.c,
16690         plugins/symbol-browser/an_symbol_view.h,
16691         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16692         Fixed a bug.
16694 2004-11-15  Naba Kumar  <naba@gnome.org>
16696         * plugins/project-manager/plugin.c: Opens targets on double click.
16697         
16698         * plugins/message-view/message-view.c,
16699         plugins/file-manager/anjuta-file-manager-plugin.glade,
16700         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16701         Added proper class finalization
16702         and disposition. Added preferences notifications and callbacks to
16703         change info/warning/error colors.
16704         
16705         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16706         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16707         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16708         Implemented finalize method for AnjutaApp. Code cleanups.
16709         
16710         * plugins/message-view/plugin.c: Static parent_class.
16711         
16712 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16713         * plugins/editor/search-replace.[c,h], 
16714           plugins/editor/search-replace_backend.c
16715           Update search entry in main toolbar.
16716           Clean code.
16718 2004-11-11  Naba Kumar  <naba@gnome.org>
16720         * TODO.tasks: Updated.
16722         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16723         and completed on-the-fly-change preferences. Removed "changed"
16724         signal as it is no longer necessary (use notify for similar
16725         purpose to monitor individual preferences).
16727         
16728         * plugins/editor/anjuta-document-manager.glade: Added view menu
16729         preferences so that they are registered.
16730         
16731         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16732         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16733         connection to "changed" signal of preferences and implemented
16734         notifications for some editor preferences. More to implement.
16736 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16737         * plugins/editor/print.c
16738         Fixed bug 1047624 : Add line number every X lines.
16740 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16741         * plugins/editor/search-replace.c
16742         Fixed a crash bug (995755) when searching "%n"
16744 2004-11-09  Naba Kumar  <naba@gnome.org>
16746         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16747         Fixed to refresh categories list on file load.
16749 2004-11-08  Naba Kumar  <naba@gnome.org>
16750         
16751         * configure.in, plugins/Makefile.am,
16752         plugins/profile-default/plugin.c: Added cvs plugin in build.
16753         
16754         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16755         
16756         * plugins/debug-manager/.cvsignore: Added file to ignore.
16757         
16758         * plugins/debug-manager/Makefile.am: Removed dead codes.
16759         
16760         * src/anjuta.ui: Added placeholder for version control UI.
16762 2004-11-08  Naba Kumar  <naba@gnome.org>
16764         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16765         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16766         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16767         Updated.
16769         * global-tags/Makefile.am: Fixed make error.
16771         * plugins/profile-default/plugin.c: Added debug-manager
16772         and gdb plugins to load at startup so that debugger
16773         windows are docked properly. They will be removed
16774         later when we figure out runtime docking.
16776         * plugins/sample1/*: Restored to last working state.
16778         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16779         windows in lower pane. Named the windows appropriately.
16781         * ChangeLog: Fixed format.
16782         
16783 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16785         * libanjuta/interfaces/libanjuta.idl,
16786         libanjuta/anjuta-marshal.c,
16787         plugins/Makefile.am,
16788         plugins/debug-manager/plugin.c,
16789         plugins/editor/plugin.c,
16790         plugins/editor/text_editor.c,
16791         plugins/gdb/breakpoints.c,
16792         plugins/gdb/debugger.c,
16793         plugins/gdb/plugin.c,
16794         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16796 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16797         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16798         plugins/editor/search-replace.c,
16799         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16800         Search and Replace; Show result in find pane
16801           
16802 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16803         
16804         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16805         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16806         (added features: starting debugger and loading of core/executable,
16807         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16808         partially works)
16810 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16811         
16812         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16813         my cvs-plugin files...
16814         I hope I have rescued everything possible.
16815         
16816         * Naba: Could you please fix sample1 because I messed it up to 
16817         but there should be a histroy of this directory we should commit
16819 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16820         
16821         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16822         infrastructure
16823         * plugins/cvs-plugin/plugin.c,
16824         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16825         Added preferences dialog (not yet complete)
16827 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16828         
16829         * global-tags/Makefile.am, mime/Makefile.am:
16830         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16831         
16832         * template/xmltemplate.[ch],
16833         template/xmlstrings.[ch],
16834         template/autotools.[ch] removed,
16835         template/prj_template.[ch] removed,
16836         template/lang_template.[ch] removed,
16837         template/lib_template.[ch] removed,
16838         template/Makefile.am adjusted,
16839         template/dtds/lang.dtd removed, 
16840         template/dtds/lib.dtd removed,
16841         template/dtds/prj.dtd removed,
16842         template/dtds/autotools.dtd removed,
16843         data/template/lib/* removed,
16844         data/template/language/* removed,
16845         data/template/library/* removed,
16846         data/template/project/* removed,
16847         date/template/Makefile.am adjusted:
16848         Remove everything except text-templates to replace hardcoded 
16849         Edit->Insert texts with dynamic loaded.
16851         * plugins/cvs-plugin/plugin.[ch],
16852         plugins/cvs-actions.[ch],
16853         plugins/Makefile.am,
16854         plugins/cvs-plugin/Makefile.am,
16855         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16856         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16857         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16858         Added initial cvs-plugin code
16860 2004-10-21  Naba Kumar  <naba@gnome.org>
16861         
16862         * libanjuta/anjuta-plugin.c,
16863         plugins/build-basic-autotools/build-basic-autotools.c,
16864         plugins/debugger/plugin.c,
16865         plugins/devhelp/plugin.c,
16866         plugins/editor/anjuta-docman.c,
16867         plugins/editor/goto_line.c,
16868         plugins/editor/plugin.c,
16869         plugins/editor/search-replace.c,
16870         plugins/editor/text_editor.c,
16871         plugins/file-loader/plugin.c,
16872         plugins/file-manager/plugin.c,
16873         plugins/file-wizard/file.c,
16874         plugins/file-wizard/plugin.c,
16875         plugins/gdb/plugin.c,
16876         plugins/gtodo/plugin.c,
16877         plugins/message-view/anjuta-msgman.c,
16878         plugins/profile-default/plugin.c,
16879         plugins/project-manager/plugin.c,
16880         plugins/sample1/plugin.c,
16881         plugins/terminal/terminal.c: Defined all global variables static,
16882         particularly class parent_class variables. They were getting
16883         confused at link time.
16885         * libanjuta/plugins.c: Do not unload plugins when they are
16886         deactivated. Simply cache them for later activation. Unloading
16887         modules have some problem with shared libs using static class
16888         registration. Fixed hash type for installed plugins. Eventually,
16889         we want to add "CanUnload" attribute for .plugin files (in
16890         "Anjuta Plugin" group) to let plugin loader know if the plugin can
16891         be unloaded from memory. Those plugins declaring CanUnload=false
16892         will not be unloaded from memory and will be put in the cache. Those
16893         not declaring anything or declaring CanUnload=true, will be unloaded
16894         from memory when they are deactivated.
16896         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16897         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16898         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16899         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16900         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16901         activation, deactivation. Fixed memory leaks.
16903 2004-10-20  Naba Kumar  <naba@gnome.org>
16905         * TODO.tasks: Updated.
16906         
16907         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16908         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16909         macro for adding interfaces to plugin types. Code cleanup.
16910         
16911         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16912         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16913         
16914         * plugins/build-basic-autotools/build-basic-autotools.c,
16915         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
16916         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16917         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
16918         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
16919         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
16920         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
16921         plugins/project-manager/plugin.c,
16922         plugins/symbol-browser/an_symbol_view.c,
16923         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
16924         newly defined macro to add interfaces to plugin types.
16926         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
16928 2004-10-20  Naba Kumar  <naba@gnome.org>
16930         * TODO.tasks: Added task list.
16931         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
16932         default values.
16934 2004-10-19  Naba Kumar  <naba@gnome.org>
16936         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
16937         
16938         * plugins/editor/action-callbacks.c,
16939         plugins/editor/action-callbacks.h,
16940         plugins/editor/anjuta-docman.c,
16941         plugins/editor/anjuta-docman.h,
16942         plugins/editor/anjuta-document-manager.ui,
16943         plugins/editor/file_history.c,
16944         plugins/editor/file_history.h,
16945         plugins/editor/plugin.c: Added file history browsing.
16946         
16947         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
16948         
16949         * plugins/message-view/anjuta-message-manager.ui,
16950         plugins/message-view/plugin.c: Added document manager context menu.
16951         
16952         * plugins/symbol-browser/an_symbol_view.c,
16953         plugins/symbol-browser/an_symbol_view.h,
16954         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16955         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
16956         document manager context menu.
16957         
16958         * scintilla/*, scintilla/include/*: Updated to current cvs.
16959         
16960 2004-10-19  Naba Kumar  <naba@gnome.org>
16962         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
16963         placeholder for debugger UI.
16964         
16965         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
16966         * plugins/file-manager/plugin.c: Fixed loading bug.
16967         
16968         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
16969         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
16970         Initializes gconf database with default values when the
16971         values are not defined. Use bool and int prefs separately.
16973         * plugins/editor/plugin.c: Added encoding preferences.
16974         * plugins/project-manager/plugin.c: Cleanup and debug messages.
16976         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
16977         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16978         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16979         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16981 2004-10-18  Naba Kumar  <naba@gnome.org>
16983         * po/POTFILES.in: Updated.
16984         
16985         * libanjuta/anjuta-ui.c: Corrected debug messages.
16986         
16987         * libegg/egg-combo-action.c, libegg/test-actions.c,
16988         libegg/menu/egg-combo-action.h: Fixed combo action.
16989         
16990         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
16991         Fixed format.
16992         
16993         * plugins/editor/action-callbacks.[c,h],
16994         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
16995         Implemented file swap. Removed dead codes.
16996         
16997         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
16998         dead codes.
16999         
17000         * plugins/symbol-browser/an_symbol_view.[c,h],
17001         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17002         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
17003         Implemented file symbols. Implemented goto file line when symbol is
17004         selected.
17005         
17006         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
17007         
17008 2004-10-10  Naba Kumar  <naba@gnome.org>
17010         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
17011         
17012         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
17013         
17014         * plugins/debugger/.cvsignore,
17015         (added) plugins/debugger/Makefile.am,
17016         (added) plugins/debugger/anjuta-debugger.glade,
17017         (added) plugins/debugger/anjuta-debugger.plugin.in,
17018         (added) plugins/debugger/anjuta-debugger.plugin.png,
17019         (added) plugins/debugger/anjuta-debugger.ui,
17020         plugins/debugger/attach_process.c,
17021         (removed) plugins/debugger/attach_process_cbs.c,
17022         (removed) plugins/debugger/attach_process_cbs.h,
17023         (removed) plugins/debugger/breakpoints.c,
17024         (removed) plugins/debugger/breakpoints.h,
17025         (removed) plugins/debugger/debug_tree.c,
17026         (removed) plugins/debugger/debug_tree.h,
17027         (removed) plugins/debugger/debugger.c,
17028         (removed) plugins/debugger/debugger.h,
17029         (removed) plugins/debugger/memory.c,
17030         (removed) plugins/debugger/memory.h,
17031         (added) plugins/debugger/plugin.c,
17032         (added) plugins/debugger/plugin.h,
17033         (removed) plugins/debugger/registers.c,
17034         (removed) plugins/debugger/registers.h,
17035         (removed) plugins/debugger/registers_cbs.c,
17036         (removed) plugins/debugger/registers_cbs.h,
17037         (removed) plugins/debugger/registers_gui.c,
17038         (removed) plugins/debugger/sharedlib.c,
17039         (removed) plugins/debugger/sharedlib.h,
17040         (removed) plugins/debugger/sharedlib_cbs.c,
17041         (removed) plugins/debugger/sharedlib_cbs.h,
17042         (removed) plugins/debugger/sharedlib_gui.c,
17043         (removed) plugins/debugger/signals.c,
17044         (removed) plugins/debugger/signals.h,
17045         (removed) plugins/debugger/signals_cbs.c,
17046         (removed) plugins/debugger/signals_cbs.h,
17047         (removed) plugins/debugger/signals_gui.c,
17048         (removed) plugins/debugger/stack_trace.c,
17049         (removed) plugins/debugger/stack_trace.h,
17050         (added) plugins/debugger/utilities.c,
17051         (added) plugins/debugger/utilities.h,
17052         (removed) plugins/debugger/watch.c,
17053         (removed) plugins/debugger/watch.h,
17054         (removed) plugins/debugger/watch_cbs.c,
17055         (removed) plugins/debugger/watch_cbs.h,
17056         (removed) plugins/debugger/watch_gui.c,
17057         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17058         
17059         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17060         Added debugger gdb backend plugin.
17061         
17062         * plugins/message-view/plugin.c: Registered all message stock icons.
17063         
17064         * plugins/profile-default/plugin.c: Loads debugger plugin.
17065         
17066         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17068 2004-10-08  Naba Kumar  <naba@gnome.org>
17070         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17071         information.
17072         
17073         * plugins/symbol-browser/.cvsignore,
17074         plugins/symbol-browser/Makefile.am,
17075         plugins/symbol-browser/an_symbol_view.c,
17076         plugins/symbol-browser/an_symbol_view.h,
17077         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17078         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17079         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17080         plugins/symbol-browser/plugin.c,
17081         plugins/symbol-browser/plugin.h,
17082         plugins/symbol-browser/sv_class.xpm,
17083         plugins/symbol-browser/sv_function.xpm,
17084         plugins/symbol-browser/sv_macro.xpm,
17085         plugins/symbol-browser/sv_private_fun.xpm,
17086         plugins/symbol-browser/sv_private_var.xpm,
17087         plugins/symbol-browser/sv_protected_fun.xpm,
17088         plugins/symbol-browser/sv_protected_var.xpm,
17089         plugins/symbol-browser/sv_public_fun.xpm,
17090         plugins/symbol-browser/sv_public_var.xpm,
17091         plugins/symbol-browser/sv_static_fun.xpm,
17092         plugins/symbol-browser/sv_static_var.xpm,
17093         plugins/symbol-browser/sv_struct.xpm,
17094         plugins/symbol-browser/sv_unknown.xpm,
17095         plugins/symbol-browser/sv_variable.xpm,
17096         plugins/symbol-browser/test-symbol-browser.c,
17097         plugins/Makefile.am: Implemented Symbol
17098         browser plugin.
17099         
17100         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17101         
17102         * plugins/build-basic-autotools/Makefile.am,
17103         plugins/devhelp/Makefile.am,
17104         plugins/editor/Makefile.am,
17105         plugins/file-loader/Makefile.am,
17106         plugins/file-manager/Makefile.am,
17107         plugins/file-wizard/Makefile.am,
17108         plugins/gtodo/Makefile.am,
17109         plugins/message-view/Makefile.am,
17110         plugins/profile-default/Makefile.am,
17111         plugins/project-manager/Makefile.am
17112         plugins/sample1/Makefile.am,
17113         plugins/terminal/Makefile.am,
17114         scintilla/Makefile.am,
17115         libegg/Makefile.am,
17116         launcher/Makefile.am,
17117         libanjuta/Makefile.am,
17118         src/Makefile.am,
17119         tagmanager/Makefile.am,
17120         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17121         anjuta_data_dir in configure.in and used them in plugins Makefile.am
17122         files. Also fixed library dependencies.
17123         
17124         * plugins/editor/aneditor.cxx: Disabled unused codes.
17125         * plugins/file-manager/an_file_view.c: Added copyright.
17126         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17127         
17128         * plugins/profile-default/plugin.c: Can load plugins by location.
17129         * plugins/project-manager/plugin.c: Remove project_root_uri value
17130         when project is closed.
17131         
17132 2004-10-06  Naba Kumar  <naba@gnome.org>
17134         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17135         
17136         * libanjuta/interfaces/libanjuta.idl,
17137         plugins/editor/text_editor.c: Added get_length()
17138         and get_current_word() methods in IAnjutaEditor interface.
17139         
17140         * libegg/Makefile.am: Added test_actions target.
17141         
17142         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17143         
17144         * plugins/build-basic-autotools/build-basic-autotools.c,
17145         plugins/file-loader/plugin.c,
17146         plugins/message-view/message-view.c: Added code to go to file and
17147         line number,
17148         
17149         * plugins/devhelp/plugin.c: Context sensitive help now works.
17150         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17151         uri as line number and goes to that line number.
17152         
17153         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17154         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17155         gtodo_client_load() method to load from a diffrent file. Watched 
17156         project root directory in plugin to open TODO.tasks of the project.
17157         
17158         * plugins/project-manager/plugin.c: Updates project UI
17159         sensitive/insensitive.
17161         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17162         anjuta-shell program to test plugins.
17163         
17164         * src/anjuta-app.c: Registered UI accels.
17165         
17166 2004-09-28  Naba Kumar  <naba@gnome.org>
17168         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17169         method.
17170         
17171         * src/anjuta-app.c: Implemented present widget method.
17172         
17173         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17174         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17175         
17176         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17177         added editor.
17178         
17179         * plugins/editor/text_editor.c: Connects to preferences changed signal
17180         correctly.
17181         
17182 2004-09-28  Naba Kumar  <naba@gnome.org>
17183         
17184         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17185         print code.
17186         
17187         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17188         size to 5 pix.
17189         
17190         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17191         in changed signal callback.
17192         
17193         * plugins/editor/action-callbacks.c: Implemented save_all action
17194         callback. Removed dead code. Do save_as when saving a new file.
17195         Implemented incremental search.
17196         
17197         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17198         
17199         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17200         
17201         * src/anjuta-app.c: Registers UI accelerators.
17202         
17203 2004-09-27  Naba Kumar  <naba@gnome.org>
17205         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17206         
17207         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17208         plugins/devhelp/anjuta-devhelp.plugin.in,
17209         plugins/file-loader/anjuta-loader.plugin.in,
17210         plugins/file-manager/anjuta-file-manager.plugin.in,
17211         plugins/gtodo/anjuta-gtodo.plugin.in,
17212         plugins/project-manager/anjuta-project-manager.plugin.in,
17213         plugins/terminal/anjuta-terminal.plugin.in:
17214         Gave proper plugin names.
17216         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17217         error when regex fail.
17218         
17219         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17220         Added help and context search. Watches current editor. More menus
17221         in Help submenu. Update UI (sensitive when required) properly.
17222         
17223         * plugins/editor/anjuta-document-manager.ui,
17224         plugins/devhelp/anjuta-devhelp.ui,
17225         plugins/message-view/anjuta-message-manager.ui,
17226         src/anjuta.ui: Goto menu actions are in separate submenu.
17227         
17228         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17229         Removed unimplemented UI elements.
17230         
17231         * src/anjuta-app.c: Larger (and normal) icon size.
17232         
17233         * src/layout.xml: Task manager plugin along with document (in middle).
17234         
17235         * plugins/editor/plugin.c, plugins/file-loader.c,
17236         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17237         in gtkactions. Enable/disable UI properly.
17238         
17239 2004-09-26  Naba Kumar  <naba@gnome.org>
17241         * po/POTFILES.in: Updated, added missing files.
17243         * .cvsignore: Updated.
17244         
17245         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17246         a new function to get User input text.
17247         
17248         * libanjuta/resources.[c,h]: Added a function to created sized image.
17249         
17250         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17251         from filename, as thats the correct representation.
17252         
17253         * plugins/build-basic-autotools/Makefile.am,
17254         (added) plugins/build-basic-autotools/automake-c.filters,
17255         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17256         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17257         Rearragned UI elements in the build menu. Added codes to read build
17258         filter rules from external file. Implemented all build, configure,
17259         autogen commands. Watches current editor and project.
17260         
17261         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17262         Added editor changed signal and exports current editor value.
17263         Fixed parameter names. Fixed get_uri() interface implementation to
17264         return correct uri.
17265         
17266         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17267         elements.
17268         
17269         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17270         
17271         * plugins/file-manager/an_file_view.c,
17272         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17273         
17274         * plugins/file-wizard/file.c: Reads uri correctly.
17275         
17276         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17277         sets the page to the new view.
17278         
17279         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17280         Fixed signal connecting.
17281         
17282         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17283         to "project_root_uri" and exports as uri.
17284         
17285 2004-09-24  Naba Kumar  <naba@gnome.org>
17287         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17288         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17289         in correct way.
17290         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17291         * plugins/file-loader/plugin.c: Added comments.
17292         * plugins/build-basic-autotools/plugin.c: Added comments.
17293         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17294         
17295         * libanjuta/interfaces/libanjuta.idl,
17296         plugins/message-view/anjuta-msgman.c,
17297         plugins/message-view/message-view.c,
17298         plugins/message-view/message-view.h,
17299         plugins/message-view/plugin.c: Buffering and appending messages have
17300         been separated. message-view implementations cleaned up. Signals
17301         Emissions fixed. Messages now displayed in summary and details show
17302         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17303         API.
17304         
17305         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17306         preferences.
17307         
17308         * plugins/build-basic-autotools/Makefile.am,
17309         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17310         parsing of output to create message summaries. Uses new message view
17311         API.
17312         
17313         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17314         preferences to make dialog box smaller.
17315         
17316         * plugins/editor/search-replace.c: Fixed compile error with change
17317         in IAnjutaMessageView API.
17318         
17319 2004-09-21  Naba Kumar  <naba@gnome.org>
17321         * plugins/Makefile.am: Deletes old (installed) plugins before
17322         installing new ones.
17323         
17324         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17325         plugins/build-basic-autotools/build-basic-autotools.c,
17326         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17327         file URI from filemanager. Only disables/enables build submenu in file
17328         manager, instead of merging/unmerging.
17329         
17330         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17331         non-text files.
17332         
17333         * plugins/file-loader/anjuta-loader-plugin.ui,
17334         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17335         Implemented "Open with" file manager submenu. Displays error message
17336         when file can not be opened.
17337         
17338         * plugins/file-manager/an_file_view.c: Renamed
17339         file_manager_current_filename value name to file_manager_current_uri
17340         and exports proper URI.
17341         
17342         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17344 2004-09-19  Naba Kumar  <naba@gnome.org>
17346         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17347         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17348         save point signal to change editor tabs. Fixed accels.
17349         
17350         * plugins/file-loader/plugin.c: Fixed accels.
17352         * plugins/project-manager/plugin.c: Added target selection callback.
17353         
17354         * plugins/project-manager/plugin.c: Added URI activation.
17355         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17356         Fixed dialog and closed it on ok. Fixed a crash bug.
17357         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17359         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17360         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17361         plugins/file-loader/anjuta-loader-plugin.ui,
17362         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17363         Added recent files in file loade plugin.
17364         
17365         * ChangeLog: Fixed entry dates.
17366         
17367 2004-09-18  Naba Kumar  <naba@gnome.org>
17369         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17370         an unnecessary GtkFrame.
17371         
17372 2004-09-17  Naba Kumar  <naba@gnome.org>
17374         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17376         * TODO: Updated.
17377         
17378         * data/Makefile.am: Disabled installing old mime info.
17379         
17380         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17381         
17382         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17383         plugins/editor/anjuta-document-manager.ui,
17384         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17385         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17386         Added Editor context popup menu.
17387         
17388         * plugins/project-manager/anjuta-project-manager-plugin.png:
17389         Update image.
17390         
17391         * plugins/project-manager/anjuta-project-manager.plugin.in:
17392         Support .anjuta mime type.
17393         
17394         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17395         value.
17396         
17397         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17398         value.
17399         
17400         * src/layout.xml, plugins/profile-default/plugin.c:
17401         Added project manager plugin for startup.
17403 2004-09-16  Naba Kumar  <naba@gnome.org>
17404         
17405         * anjuta.prj: Updated.
17406         
17407         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17408         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17409         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17410         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17411         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17412         plugins/terinal/Makefile.am, src/Makefile.am,
17413         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17414         Fixed makefile syntax errors.
17416 2004-09-16  Naba Kumar  <naba@gnome.org>
17418         * configure.in, src/layout.xml,
17419         plugins/profile-default/plugin.c,
17420         libanjuta/interfaces/libanjuta.idl,
17421         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17422         
17423         * configure.in, plugins/Makefile.am,
17424         plugins/project-manager/.cvsignore, 
17425         plugins/project-manager/Makefile.am,
17426         plugins/project-manager/anjuta-project-manager-plugin.png,
17427         plugins/project-manager/anjuta-project-manager.plugin.in,
17428         plugins/project-manager/anjuta-project-manager.ui,
17429         plugins/project-manager/plugin.c,
17430         plugins/project-manager/plugin.h: Added project manager plugin
17431         based on gnome-build.
17432         
17433         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17434         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17435         
17436         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17437         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17438         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17439     
17440 2004-09-16  Naba Kumar  <naba@gnome.org>
17442         * plugins/editor/action-callbacks.c: Fixed compile error.
17443         
17444 2004-09-15  Naba Kumar  <naba@gnome.org>
17446         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17447         
17448         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17449         New improved splace with nicer progress.
17450         
17451         * configure.in, plugins/Makefile.am,
17452         (added) file-wizard/.cvsignore,
17453         (added) file-wizard/Makefile.am,
17454         (added) file-wizard/action-callbacks.c,
17455         (added) file-wizard/action-callbacks.h,
17456         (added) file-wizard/anjuta-file-wizard-plugin.png,
17457         (added) file-wizard/anjuta-file-wizard.glade,
17458         (added) file-wizard/anjuta-file-wizard.plugin.in,
17459         (added) file-wizard/anjuta-file-wizard.ui,
17460         (added) file-wizard/file.c,
17461         (added) file-wizard/file.h,
17462         (added) file-wizard/plugin.c,
17463         (added) file-wizard/plugin.h:
17464         Created new file wizard and added it. The wizard takes care of text
17465         bit insertions and new files creation.
17467         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17468         plugins/editor/action-callbacks.h,
17469         plugins/editor/anjuta-document-manager.glade,
17470         plugins/editor/anjuta-document-manager.ui,
17471         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17472         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17473         new files code and moved into a new plugin (file wizard).
17474         
17475         * libanjuta/plugins.[c,h]: Added plugins selection function.
17476         
17477         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17478         get_position(), insert() in IAnjutaEditor interface. Added
17479         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17480         interface (for wizard plugins).
17482         * plugins/file-loader/anjuta-loader-plugin.ui,
17483         plugins/file-loader/plugin.c: Added wizard launcher interface which
17484         scans for plugins implement IAnjutaWizard interface and presents the
17485         list to user for selection. The selected plugin is then activated
17486         for the wizard.
17488         * libanjuta/interfaces/.cvsignore: Updated.
17489         * plugins/message-view/.cvsignore: Updated.
17490         * plugins/launcher/*: Removed as launcher has already been moved to
17491         libanjuta as class.
17493         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17494         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17495         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17496         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17497         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17498         Updated API documentations.
17500 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17502         * configure.in: Added Punjabi to ALL_LINGUAS
17504 2004-07-29  Naba Kumar  <naba@gnome.org>
17506         * configure.in: Added file-loader plugin Makefile path and
17507         fixed devhelp version requirement.
17509 2004-07-28  Naba Kumar  <naba@gnome.org>
17511         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17512         terminal/preferences-terminal.png (added), message-view/*.png (added),
17513         message-view/*.xpm (added), editor/*.png (added),
17514         editor/*.xpm (added), plugins/editor/Makefile.am,
17515         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17516         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17517         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17518         respective plugins directories.
17520         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17521         pixmaps/block-end-16.png, pixmaps/block-end.png
17522         pixmaps/block-start-16.png, pixmaps/block-start.png
17523         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17524         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17525         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17526         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17527         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17528         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17529         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17530         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17531         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17532         pixmaps/preferences-editor.png, pixmaps/undock.png
17533         pixmaps/error-next-16.png, pixmaps/error-next.png
17534         pixmaps/error-prev-16.png, pixmaps/error-prev.png
17535         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17536         pixmaps/preferences-terminal.png: Deleted
17538         * libanjuta/properties* (removed), plugins/editor/properties* (added),
17539         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17540         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17541         plugins/editor/anjuta-document-manager.plugin.in,
17542         plugins/editor/anjuta-document-manager.ui,
17543         plugins/editor/plugin.c, plugins/editor/print.c,
17544         plugins/editor/search-replace_backend.c,
17545         plugins/editor/search_preferences.h,
17546         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17547         Moved properties souce files to editor plugin as it not required in
17548         libanjuta. Other editor fixes.
17550         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17551         libegg/dock/* (removed)
17552         : Restored GDL external dependencies and removed libegg dock
17553         sources, because gdl is being developed.
17554         
17555         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17556         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17557         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17558         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17559         libanjuta/plugins.c, libanjuta/plugins.h,
17560         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17561         gconf system. Shell now takes docking positions. Added more utility
17562         functions. Added plugins query function. And other fixes.
17564         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17565         
17566         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17567         plugin to load files based on mime type.
17568         
17569         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17570         
17571         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17572         plugins/file-manager/plugin.c: File manager now uses file loader to
17573         open files.
17575         * plugins/message-view/anjuta-msgman.c,,
17576         plugins/message-view/message-view.c,
17577         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17579         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17580         plugins/terminal/terminal.c, src/Makefile.am,
17581         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17582         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17583         
17584         * libegg/dock/*: Removed directory.
17585         
17586 2004-07-28  Naba Kumar  <naba@gnome.org>
17588         * configure.in: Reduced gnome-print version requirement.
17589         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17591 2004-07-21  Ray Strode  <rstrode@redhat.com>
17592         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17593         new mime sytem.
17595 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
17596         
17597         * plugins/editor/search-replace.c: Some fixes
17598         * plugins/terminal/Makefile.am:
17599         Patch from: Alexey Rusakov <ktirf@users.sf.net>
17601 2004-05-19  Naba Kumar  <naba@gnome.org>
17603         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17604         compiler warning.
17606 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
17608         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17609         Implemented IAnjutaSavable
17610         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17612 2004-05-17  Naba Kumar  <naba@gnome.org>
17614         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17615         plugins/build-basic-autotools/.cvsignore,
17616         plugins/build-basic-autotools/Makefile.am,
17617         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17618         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17619         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17620         plugins/build-basic-autotools/build-basic-autotools.c,
17621         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17622         build plugin.
17623         
17624         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17625         definition.
17626         
17627         * plugins/file-manager/an_file_view.c,
17628         plugins/file-manager/anjuta-file-manager.ui,
17629         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17630         Added context menu UI.
17631         
17632         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17633         in view menu.
17635 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17636         
17637         * libanjuta/anjuta-preferences.[ch]: 
17638         Added save/load_gconf functions
17639         * src/action_callbacks.[ch], src/preferences.c: 
17640         Load global prefs from gconf at startup and save them
17641         on exit. Prefs load and save correctly but something resets
17642         them to default after loading...
17643         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17644         Somehow the linker does not find save/load_gconf functions
17645         in libanjuta. Must be a stupid mistake, I would be glad
17646         if someone could fix that.
17647         * manuals/reference/libanjuta-sections.txt: Added new
17648         preferences functions and removed gnome-filelist
17649         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17650         * plugins/file-manager/plugin.c:
17651         Added root-path property
17653 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17654         
17655         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17656         they are not longer needed.
17657         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17658         anjuta-sections.txt: Remove references to the files
17659         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17660         Use new nautilus icons for file-manager, looks incredible
17661         cool!
17663 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17664         
17665         * plugins/editor/anjuta-docman.c: gchar* to 
17666         const gchar* in arguments
17667         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17668         Interface
17669         * plugins/file-manager/an_file_view.c: Open files on
17670         double-click. Does not work yet because it does not
17671         find IAnjutaFile interface in document manager
17673 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17674         
17675         * plugins/editor/anjuta-docman.c
17676         * plugins/editor/text_editor.c:
17677         Made close button working, made multiple selection in
17678         File/Open dialog possble, fixed crash bug if file cannot
17679         be opened.
17681 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17682         
17683         * plugins/editor/action-callbacks.c
17684         * plugins/editor/anjuta-docman.c
17685         * plugins/editor/anjuta-docman.h
17686         * plugins/editor/search-replace.c
17687         * plugins/editor/search-replace_backend.c
17688         * plugins/editor/text_editor.c
17689         * plugins/editor/text_editor.h:
17690         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17691         able to open all files, use uri instead of full_filename, fixed
17692         many bugs.
17695 2004-05-13  Naba Kumar  <naba@gnome.org>
17697         * plugins/message-view/anjuta-message-manager-plugin.glade:
17698         HIG compliant.
17700         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17701         management.
17703         * pixmaps/anjuta_splash.png: Added border.
17704         
17705         * plugins/editor/anjuta-document-manager.png: New icon.
17706         
17707         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17708         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17709         
17710         plugins/editor/Makefile.am,
17711         plugins/editor/search-replace.c,
17712         plugins/editor/search-replace.h,
17713         plugins/editor/search-replace_backend.c,
17714         plugins/editor/search-replace_backend.h,
17715         plugins/editor/search_preferences.h,
17716         plugins/editor/search_preferences.c: Merged changes from
17717         ANJUTA_1_2_0 branch.
17718         
17719         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17720         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17721         operational.
17723         * plugins/terminal/Makefile.am,
17724         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17725         dialog.
17726         
17727         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17728         submenu.
17730 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17731         * plugins/message-view/plugin.c: Fixed glade file loading
17732         Removed "Show messages" menu item
17733         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17734         twice because of this load system layout hack.
17735         * libanjuta/anjuta-ui.h: Removed #include config.h
17736         * libanjuta/libanjuta.pc: Fixed path and depencies
17737         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17738         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17739         * libanjuta/properties.cxx : #include "properties_cxx.h"
17740         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17742 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17743         * plugins/message-view/*: Fixed message view preferences
17744         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17745         * anjuta.glade: Removed messages stuff
17747 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17748         
17749         * Removed libanjutamm, it is now hosted on SF.net:
17750         cvs.sf.net/cvsroot/anjuta/libanjutamm
17752 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17753         
17754         * libanjutamm/*
17755         Added some experimental code to add support for C++ plugins.
17756         Nothing works yet and it is likely that it will disappear but
17757         I have some questions to murrayc and he wants to see the code.
17759 2004-05-11  Naba Kumar  <naba@gnome.org>
17761         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17763         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17764         hightlight style menu actions.
17766         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17767         manuals/reference/libanjuta/plugin-description-file.sgml,
17768         manuals/reference/libanjuta/writing-plugins.sgml,
17769         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17770         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17771         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17773         * src/anjuta-app.c: Always load system layout for now.
17775         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17776         
17777         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17778         manuals/reference/libanjuta/libanjuta-sections.txt,
17779         manuals/reference/libanjuta/libanjuta.types,
17780         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17781         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17782         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17783         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17784         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17785         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17786         Updated documentation.
17788         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17789         plugins/profile-default/plugin.c, src/layout.xml:
17790         Created terminal plugin.
17791          
17792         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17793         (new) plugins/file-manager/.cvsignore,
17794         plugins/file-manager/an_file_view.c,
17795         plugins/file-manager/plugin.c,
17796         plugins/file-manager/plugin.h: Moved preferences to separate
17797         glade file and added cvsignore file.
17798         
17799         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17800         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17801         from the branch. I tried it     but there were way too many conflicts.
17802         
17803         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17804         
17805         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17806         util functions required during the merge.
17807         
17808         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17809         interface.
17810         
17811         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17812         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17813         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17814         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17815         Merged with ANJUTA_1_2_0 branch.
17817 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17819         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17821 2004-05-07  Naba Kumar  <naba@gnome.org>
17823         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17825         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17826         Added preferences reading and loading.
17827         
17828         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17829         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17830         libanjuta/fileselection.c, libanjuta/fileselection.h,
17831         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17832         
17833         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17835         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17836         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17837         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17838         data/macros/autogen.sh, data/macros2/autogen.sh
17839         data/properties/ada.properties, data/properties/anjuta.properties,
17840         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17841         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17842         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17843         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17844         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17845         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17846         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17847         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17848         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17849         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17850         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17851         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17852         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17853         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17854         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17855         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17856         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17857         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17858         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17859         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17860         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17861         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17862         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17863         (added) scintilla/scintilla-marshal.c,
17864         (added) scintilla/scintilla-marshal.h,
17865         (added) scintilla/scintilla-marshal.list,
17866         scintilla/include/SString.h, scintilla/include/SciLexer.h,
17867         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17868         (added) scintilla/patches/scintilla-calltip-align.patch,
17869         (added) scintilla/patches/scintilla-minor.patch,
17870         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17872 2004-05-06  Naba Kumar  <naba@gnome.org>
17874         * (added) plugins/file-manager/Makefile.am,
17875         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17876         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17877         (added) plugins/file-manager/anjuta-file-manager.ui,
17878         (added) plugins/file-manager/plugin.c,
17879         (added) plugins/file-manager/plugin.h,
17880         (removed) plugins/file-manager/an_file_view.h,
17881         plugins/Makefile.am, configure.in,
17882         plugins/file-manager/an_file_view.c: Created file manager plugin.
17883         
17884         * plugins/profile-default/plugin.c: Added file manager plugin in default
17885         profile.
17886         
17887         * libanjuta/Makefile.am: Fixed dependencies.
17888         * pixmaps/anjuta_splash.png: New splash screen.
17890 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
17891         
17892         * template/template.c/h: Added in-line doc
17893         * manuals/reference/template/*: Added template documentation
17894         * configure.in: Build template docs
17896 2004-05-05  Naba Kumar  <naba@gnome.org>
17898         * autogen.sh: Added commands to generate initial interfaces.
17899         
17900         * libanjuta/Makefile.am,
17901         (removed)libanjuta/anjuta-plugin-parser.c,
17902         (removed)libanjuta/anjuta-plugin-parser.h,
17903         (added)libanjuta/anjuta-plugin-description.c,
17904         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17905         plugin description.
17906         
17907         * libanjuta/anjuta-plugin.c,
17908         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17909         
17910         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17911         and added AnjutaShellPlacement enum for widgeds placement (passed to 
17912         widget add_widget() method.
17913         
17914         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
17915         and moved plugin sets loading in profile plugins.
17916         
17917         * libanjuta/interfaces/.cvsignore,
17918         (removed)libanjuta/interfaces/Makefile.am,
17919         libanjuta/interfaces/libanjuta.idl,
17920         libanjuta/interfaces/anjuta-idl-compiler.pl,
17921         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
17922         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
17923         (removed)libanjuta/interfaces/ianjuta-editor.c,
17924         (removed)libanjuta/interfaces/ianjuta-editor.h,
17925         (removed)libanjuta/interfaces/ianjuta-file.c,
17926         (removed)libanjuta/interfaces/ianjuta-file.h,
17927         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
17928         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
17929         (removed)libanjuta/interfaces/ianjuta-message-view.c,
17930         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
17931         *.h and Makefile.am files. They are autogenerated. Interfaces are
17932         by anjuta-idl-compiler.pl from libanjuta.idl file.
17933         
17934         * manuals/reference/libanjuta/Makefile.am,
17935         manuals/reference/libanjuta/anjuta-architecture.sgml,
17936         manuals/reference/libanjuta/libanjuta-docs.sgml,
17937         manuals/reference/libanjuta/libanjuta-sections.txt,
17938         manuals/reference/libanjuta/libanjuta.types,
17939         manuals/reference/libanjuta/plugin-description-file.sgml,
17940         manuals/reference/libanjuta/writing-plugins.sgml,
17941         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
17942         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
17943         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17944         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17945         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17946         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17947         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
17948         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
17949         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
17950         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
17951         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17952         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17953         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
17954         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
17955         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
17956         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
17957         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
17958         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
17959         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17960         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
17961         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
17962         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17963         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
17964         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
17965         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
17966         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
17967         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
17968         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
17969         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
17970         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
17971         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
17972         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17973         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
17974         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
17975         interfaces template sgmls.
17976         
17977         * plugins/Makefile.am,
17978         plugins/devhelp/anjuta-devhelp.plugin.in,
17979         plugins/devhelp/plugin.c,
17980         plugins/editor/action-callbacks.c,
17981         plugins/editor/anjuta-document-manager.plugin.in,
17982         plugins/editor/plugin.c,
17983         plugins/editor/plugin.h,
17984         plugins/editor/text_editor.c,
17985         plugins/sample1/plugin.c,
17986         plugins/message-view/anjuta-message-manager.plugin.in,
17987         plugins/message-view/plugin.c: Fixed shell add_widget method to take
17988         placement. Fixed other errors.
17989         
17990         * (added)plugins/profile-default/.cvsignore,
17991         (added)plugins/profile-default/Makefile.am,
17992         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
17993         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
17994         (added)plugins/profile-default/anjuta-default-profile.ui,
17995         (added)plugins/profile-default/plugin.c,
17996         (added)plugins/profile-default/plugin.h: Added a default new
17997         profile plugin.
17998         
17999         * src/Makefile.am,
18000         src/action-callbacks.c,
18001         src/anjuta-app.c,
18002         src/anjuta.c,
18003         src/main.cpp: Fixed necessary changes for libanjuta
18005 2004-05-04  Naba Kumar  <naba@gnome.org>
18007         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
18008         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
18009         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
18010         placement for default widgets placements.
18012 2004-05-03  Naba Kumar  <naba@gnome.org>
18014         * manuals/reference/libanjuta/anjuta-architecture.sgml,
18015         manuals/reference/libanjuta/libanjuta-docs.sgml,
18016         manuals/reference/libanjuta/plugin-description-file.sgml,
18017         manuals/reference/libanjuta/writing-plugins.sgml:
18018         Wrote more sections in writing-plugins document and fixed errors.
18020 2004-05-03  Naba Kumar  <naba@gnome.org>
18022         * libanjuta/interfaces/libanjuta.idl: Added interface
18023         IAnjutaFileManager.
18024         
18025         * manuals/reference/libanjuta/anjuta-architecture.dia,
18026         manuals/reference/libanjuta/anjuta-architecture.png: Updated
18027         architecture diagram.
18028         
18029         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18030          manuals/reference/libanjuta/libanjuta-docs.sgml,
18031         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18032         (added) manuals/reference/libanjuta/writing-plugins.sgml:
18033         Wrote writing-plugins document and separated chapters into
18034         separate sgml files.
18035         
18036         * plugins/file-manager/an_file_view.c,
18037         plugins/file-manager/an_file_view.h: New and improved directory
18038         rendering.
18040 2004-05-02  Sven Herzberg  <herzi@abi02.de>
18042         * anjuta.glade: re-designed the new file dialog
18043         * anjuta_dialogs_strings.c: new strings from the new file dialog
18045 2004-04-30  Naba Kumar  <naba@gnome.org>
18047         * libanjuta/interfaces/Makefile.am.iface,
18048         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18049         
18050         * libanjuta/interfaces/libanjuta.idl: Updated.
18052         * libanjuta/interfaces/Makefile.am.iface,
18053         libanjuta/interfaces/libanjuta.idl: Updated.
18055 2004-04-29  Naba Kumar  <naba@gnome.org>
18056         
18057         * libanjuta/interfaces/Makefile.am.iface,
18058         libanjuta/interfaces/libanjuta.idl: Updated.
18060 2004-04-29  Naba Kumar  <naba@gnome.org>
18062         * libanjuta/interfaces/giface-idlc-c.pl,
18063         libanjuta/interfaces/libanjuta.idl: Upgraded.
18064         * libanjuta/interfaces/Makefile.am.iface: Added.
18065         
18066 2004-04-28  Naba kumar  <naba@gnome.org>
18068         * libanjuta/interfaces/giface-idlc-c.pl,
18069         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18070         definitions and wrote a compiler.
18071         
18072 2004-04-28  Naba Kumar  <naba@gnome.org>
18074         * libanjuta/anjuta-shell.c: Fixed docs.
18075         * libanjuta/interfaces/Makefile.am,
18076         libanjuta/interfaces/ianjuta-file.c,
18077         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18078         
18079         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18080         
18081         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18083         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18084         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18085         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18086         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18087         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18088         * src/anjuta-app.c: Fixed bug.
18090 2004-04-27  Naba Kumar  <naba@gnome.org>
18092         * libanjuta/anjuta-preferences-dialog.c,
18093         manuals/Makefile.am: Fixed document bugs and enabled docs
18094         building.
18096         * libanjuta/anjuta-preferences-dialog.c,
18097         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18098         More documentation.
18099         
18100         * libanjuta/anjuta-preferences.c,
18101         manuals/reference/libanjuta/libanjuta-docs.sgml,
18102         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18103         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18104         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18105         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18106         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18107         Wrote more documentations.
18109         * (removed) plugins/message-view/imessage-view.c,
18110         (removed) plugins/message-view/ianjuta-msgman.c,
18111         plugins/message-view/Makefile.am,
18112         plugins/message-view/anjuta-msgman.c,
18113         plugins/message-view/anjuta-msgman.h,
18114         plugins/message-view/message-view.c,
18115         plugins/message-view/message-view.h,
18116         plugins/message-view/plugin.c,
18117         plugins/message-view/plugin.h: Moved interface implementations
18118         in their respective classes and used correct macros to
18119         defined class types.
18121         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18122         src/action-callbacks.c, src/anjuta-app.c: Subclassed
18123         AnjutaUI from GtkUIManager instead of GtkDialog.
18125         * manuals/reference/libanjuta/Makefile.am,
18126         manuals/reference/libanjuta/libanjuta-docs.sgml,
18127         manuals/reference/libanjuta/libanjuta-sections.txt,
18128         manuals/reference/libanjuta/libanjuta.types,
18129         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18130         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18131         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18132         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18133         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18134         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18135         Wrote more documentation, fixed typos, added architecture
18136         diagram, updated object types etc.
18138         * plugins/editor/text_editor.c: Fixed interface implementation.
18140 2004-04-26  Naba Kumar  <naba@gnome.org>
18142         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18143         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18144         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18145         architecture diagram and a new chapter on plugins description file.
18147 2004-04-25  Naba Kumar  <naba@gnome.org>
18149         *  libanjuta/anjuta-children.h,
18150         libanjuta/anjuta-plugin.c,
18151         libanjuta/anjuta-plugin.h,
18152         libanjuta/anjuta-preferences.c,
18153         libanjuta/anjuta-shell.c,
18154         libanjuta/anjuta-shell.h,
18155         libanjuta/e-splash.c,
18156         libanjuta/e-splash.h,
18157         manuals/reference/libanjuta/Makefile.am,
18158         manuals/reference/libanjuta/libanjuta-docs.sgml,
18159         manuals/reference/libanjuta/libanjuta-sections.txt,
18160         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18161         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18162         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18163         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18164         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18165         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18166         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18167         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18168         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18169         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18170         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18171         manuals/reference/libanjuta/tmpl/defaults.sgml,
18172         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18173         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18174         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18175         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18176         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18177         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18178         manuals/reference/libanjuta/tmpl/plugins.sgml,
18179         manuals/reference/libanjuta/tmpl/properties.sgml,
18180         manuals/reference/libanjuta/tmpl/resources.sgml,
18181         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18182         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18183         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18184         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18185         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18186         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18188         Added more template files and wrote more documentation.
18190 2004-04-24  Andras Timar  <timar@gnome.hu>
18192         * configure.in: Added hu to ALL_LINGUAS.
18194 2004-04-23  Naba Kumar  <naba@gnome.org>
18195         
18196         * configure.in: Fixed compile error.
18197         
18198         * libanjuta/anjuta-children.c,
18199         libanjuta/anjuta-children.h,
18200         libanjuta/anjuta-preferences.c,
18201         libanjuta/anjuta-preferences.h,
18202         libanjuta/anjuta-shell.c,
18203         libanjuta/anjuta-ui.c,
18204         libanjuta/anjuta-ui.h,
18205         manuals/reference/libanjuta/Makefile.am,
18206         manuals/reference/libanjuta/libanjuta-docs.sgml,
18207         manuals/reference/libanjuta/libanjuta.types,
18208         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18209         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18210         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18211         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18212         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18213         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18214         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18215         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18216         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18217         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18218         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18219         manuals/reference/libanjuta/tmpl/defaults.sgml,
18220         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18221         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18222         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18223         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18224         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18225         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18226         manuals/reference/libanjuta/tmpl/plugins.sgml,
18227         manuals/reference/libanjuta/tmpl/properties.sgml,
18228         manuals/reference/libanjuta/tmpl/resources.sgml,
18229         plugins/sample1/plugin.c: Added libanjuta API documentation.
18231 2004-04-22  Naba Kumar  <naba@gnome.org>
18233         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18234         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18235         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18236         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18237         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18238         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18239         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18240         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18241         (removed) libegg/eggradiotoolbutton.c,
18242         (removed) libegg/eggseparatortoolitem.c,
18243         (removed) libegg/eggtoggletoolbutton.c,
18244         (removed) libegg/eggtoolbar.c,
18245         (removed) libegg/eggtoolbutton.c,
18246         (removed) libegg/eggtoolitem.c,
18247         (removed) libegg/prop-editor.c,
18248         (removed) libegg/test-actions.c,
18249         (removed) libegg/test-drag.c,
18250         (removed) libegg/test-merge.c,
18251         (removed) libegg/test-toolbar.c,
18252         libegg/menu/Makefile.am,
18253         (removed) libegg/menu/egg-accel-dialog.h,
18254         (removed) libegg/menu/egg-action-group.h,
18255         (removed) libegg/menu/egg-action.h,
18256         libegg/menu/egg-entry-action.h,
18257         (removed) libegg/menu/egg-markup.h,
18258         (removed) libegg/menu/egg-menu-merge.h,
18259         (removed) libegg/menu/egg-menu.h,
18260         (removed) libegg/menu/egg-radio-action.h,
18261         (removed) libegg/menu/egg-toggle-action.h,
18262         (removed) libegg/menu/howitshouldwork.txt,
18263         (removed) libegg/toolbar/.cvsignore,
18264         (removed) libegg/toolbar/Makefile.am,
18265         (removed) libegg/toolbar/TODO,
18266         (removed) libegg/toolbar/eggradiotoolbutton.h,
18267         (removed) libegg/toolbar/eggseparatortoolitem.h,
18268         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18269         (removed) libegg/toolbar/eggtoolbar.h,
18270         (removed) libegg/toolbar/eggtoolbutton.h,
18271         (removed) libegg/toolbar/eggtoolitem.h,
18272         (removed) libegg/toolbar/prop-editor.h,
18273         (removed) libegg/toolbar/toolbar-api.txt,
18274         (removed) libegg/toolbar/toolbar-ideas.txt,
18275         plugins/devhelp/anjuta-devhelp.ui,
18276         plugins/devhelp/plugin.c,
18277         plugins/editor/action-callbacks.c,
18278         plugins/editor/action-callbacks.h,
18279         plugins/editor/anjuta-docman.c,
18280         plugins/editor/anjuta-document-manager.ui,
18281         plugins/editor/plugin.c,
18282         P plugins/message-view/Makefile.am,
18283         plugins/message-view/anjuta-message-manager.ui,
18284         plugins/message-view/plugin.c,
18285         plugins/sample1/anjuta-sample.ui,
18286         plugins/sample1/plugin.c,
18287         src/action-callbacks.c,
18288         src/action-callbacks.h,
18289         src/anjuta-actions.h,
18290         src/anjuta-app.c,
18291         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18292         Gtk actions and UIManager. Fixed all plugins to use this.
18293         
18294         * manuals/reference/gtkdoc-scangobj.diff,
18295         manuals/reference/libanjuta/Makefile.am,
18296         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18297         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18298         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18299         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18300         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18302         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18303         
18304 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18305         
18306         * plugins/message-view/imessage-view.c
18307         * plugins/message-view/ianjuta-msgman.c:
18308         Added interfaces
18310 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18312         * configure.in: Added en_CA to ALL_LINGUAS.
18314 2004-04-08  Naba Kumar  <naba@gnome.org>
18316         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18317         libanjuta/interfaces/Makefile.am,
18318         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18319         message manager and message view interfaces.
18321         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18322         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18323         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18324         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18325         src/anjuta-app.c: Used 'activate' and
18326         'deactivate' virtual methods for plugins. Fixed installed plugins
18327         dialogs. Added remove_widget() method for AnjutaShell.
18329         * libanjuta/interfaces/Makefile.am,
18330         libanjuta/interfaces/ianjuta-document-manager.c,
18331         libanjuta/interfaces/ianjuta-document-manager.h,
18332         libanjuta/interfaces/ianjuta-editor.c,
18333         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18334         and editor interfaces.
18336         * plugins/devhelp/plugin.c,
18337         plugins/message-view/anjuta-message-manager.plugin.in,
18338         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18339         plugins/sample1/plugin.c: Updated plugins implementation to
18340         reflect the changes.
18342 2004-04-07  Naba Kumar  <naba@gnome.org>
18344         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18345         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18346         libanjuta/interfaces/ianjuta-editor.h,
18347         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18348         plugins/editor/anjuta-docman.c,
18349         plugins/editor/anjuta-document-manager.plugin.in,
18350         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18351         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18352         Added supported interfaces for plugins. Tested plugin interfaces
18353         through sample plugin.
18354         
18355 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18356         
18357         * template/Makefile.am, data/templates/library/Makefile.am
18358         Fixed some automake-1.7 incompatibilities
18359         * template/xmltemplate.c: Small fix
18361 2004-02-23  Naba Kumar  <naba@gnome.org>
18363         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18364         Added plugins manager dialog.
18365         
18366         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18367         library dependencies.
18368         
18369         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18370         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18371         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18372         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18373         geometry command line option.
18374         
18375 2004-02-16  Naba Kumar  <naba@gnome.org>
18377         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18378         Added interfaces and IAnjutaEditor editor interface.
18379         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18380         interface.
18381         * libanjuta/anjuta-shell.h: Fixed bug.
18382         
18383 2004-02-13  Naba Kumar  <naba@gnome.org>
18385         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18386         
18387 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18388         
18389         * data/template/*/.cvsignore:
18390         Avoid all these ? in cvs output
18392 2004-02-13  Naba Kumar  <naba@gnome.org>
18394         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18395         includes and linking.
18397         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18398         and set required version to devhelp 0.8. This devhelp version
18399         can be acquired from gnome cvs branch devhelp branch
18400         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18402         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18403         src/actions-callbacks.c: Added Dock Manager settings menu item.
18405         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18406         * plugins/devhelp/plugin.c: Fixed a linking bug.
18407         
18408         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18409         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18410         external GDL dependency and used libegg codes.
18411         
18412 2004-02-12  Naba Kumar  <naba@gnome.org>
18414         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18415         Added devhelp plugin, but it can't be used without a
18416         patch in devhelp. So it's disabled for now.
18418         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18419         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18420         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18421         Update cvsignore files.
18423         * libanjuta/plugins.c, widgets/e-splash.c:
18424         Fixed plugins loading to show splash icons.
18425         
18426         * plugins/message-view/anjuta-message-manager.plugin.in,
18427         plugins/message-view/plugin.c: Fixed plugin registered name.
18429         * plugins/message-view/anjuta-message-view.png,
18430         plugins/sample1/anjuta-sample-plugin.png: Update images.
18432         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18433         src/main.c: Fixed layout loading.
18435         * plugins/devhelp/Makefile.am: Fixed error.
18437         * (removed) widgets/*, libanjuta/plugins.h,
18438         src/main.c: Transfered widgets to libanjuta/.
18439         
18440         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18441         toplevel directory to created only one library as libanjuta-egg.
18443         * data/Makefile.am: Fixed build error.
18445         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18446         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18447         libegg/.cvsignore: Added egg dock widget.
18449         * gdl/*: Removed as they are now available in libegg.
18450         
18451 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18453         * plugins/editor/anjuta-docman.c:
18454         Use stock close icon on tab close button
18456 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18457         
18458         * data/template/Makefile.am
18459         data/template/language/Makefile.am
18460         data/template/library/Makefile.am
18461         data/template/text/Makefile.am
18462         data/template/project/Makefile.am
18463         data/template/project/terminal/Makefile.am
18464         configure.in: Created Makefile to install templates
18466 2004-02-11  Naba Kumar  <naba@gnome.org>
18468         * plugins/editor/action-callbacks.c,
18469         plugins/editor/anjuta-document-manager.ui,
18470         plugins/editor/plugin.c
18471         plugins/message-view/anjuta-message-manager.ui,
18472         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18473         
18474 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18475         
18476         * plugins/message-view/*: MessageView plugin is now loaded
18477         The menu items are still dummies.
18479 2004-02-09  Naba Kumar  <naba@gnome.org>
18481         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18482         generation.
18483         
18484         * libanjuta/anjuta-preferences.h: Added some documentation.
18485         
18486         * libanjuta/anjuta-shell.h: Removed dead codes.
18487         
18488         * (removed) manuals/reference/gtkdoc-scangobj,
18489         manuals/reference/gtkdoc-scangobj.diff,
18490         manuals/reference/libanjuta/.cvsignore,
18491         manuals/reference/libanjuta/Makefile.am,
18492         manuals/reference/libanjuta/README.inline-doc,
18493         manuals/reference/libanjuta/README.sections,
18494         manuals/reference/libanjuta/libanjuta-docs.sgml,
18495         manuals/reference/libanjuta/libanjuta-sections.txt,
18496         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18497         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18498         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18499         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18500         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18501         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18502         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18503         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18504         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18505         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18506         manuals/reference/libanjuta/tmpl/defaults.sgml,
18507         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18508         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18509         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18510         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18511         manuals/reference/libanjuta/tmpl/plugins.sgml,
18512         manuals/reference/libanjuta/tmpl/properties.sgml,
18513         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18514         of scan program. Updated templates.
18516         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18517         editor action callbacks data.
18518         
18519         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18520         scintilla object ref/unref.
18522 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
18523         
18524         * template/*: Added new xml based template system
18525         * template/dtds/*: Dtds to validate xml files of the template systems
18526         * data/template/*: Some sample template files
18527         Still needs some work but builds fine!
18529 2004-02-06  Naba Kumar  <naba@gnome.org>
18531         * cofigure.in, manuals/Makefile.am,
18532         (added) manuals/reference/*: Added API documentation
18533         structure (gtk-doc based).
18535         * libanjuta/libanjuta.h: Updated
18536         
18537 2004-02-05  Naba Kumar  <naba@gnome.org>
18538         
18539         * configure.in: Sets correct dependencies and
18540         uses gdl external library.
18542         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18543         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18544         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18545         libanjuta/fileselection.h, libanjuta/glue-factory.c,
18546         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18547         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18548         and added file dialogs.
18550         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18551         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18552         Build dynamic libraries for libegg.
18554         * plugins/Makefile.am, plugins/editor/Makefile.am,
18555         plugins/editor/action-callbacks.c, 
18556         plugins/editor/action-callbacks.h,
18557         plugins/editor/anjuta-docman.c,
18558         plugins/editor/anjuta-docman.h
18559         plugins/editor/anjuta-document-manager.plugin.in
18560         plugins/editor/anjuta-document-manager.png
18561         plugins/editor/anjuta-document-manager.ui
18562         plugins/editor/file.c
18563         plugins/editor/file.h
18564         plugins/editor/plugin.c
18565         plugins/editor/print.c
18566         plugins/editor/print.h
18567         plugins/editor/search-replace.c
18568         plugins/editor/search_incremental.c
18569         plugins/editor/search_incremental.h
18570         plugins/editor/text_editor.c
18571         plugins/editor/text_editor.h
18572         plugins/editor/text_editor_cbs.c
18573         plugins/editor/text_editor_menu.h
18574         plugins/sample1/Makefile.am
18575         plugins/sample1/anjuta-sample-plugin.png
18576         plugins/sample1/anjuta-sample.plugin.in
18577         plugins/sample1/anjuta-sample.ui
18578         plugins/sample1/plugin-sample1.c
18579         plugins/sample1/plugin.c
18580         plugins/sample1/plugin.h: Created sample
18581         plugin and fixed editor plugin.
18583         * printing/*: Removed.
18585         * scintilla/Makefile.am: Builds dynamic library.
18587         * src/Makefile.am, src/action-callbacks.c,
18588         src/action-callbacks.h, (removed) src/an_symbol_view.c,
18589         src/anjuta-actions.h, src/anjuta-app.c,
18590         src/anjuta-app.h, src/anjuta-callbacks.c,
18591         src/anjuta-callbacks.h, (removed) src/anjuta.c,
18592         (removed) src/anjuta.h, src/anjuta.ui,
18593         src/layout.xml, src/main.c, src/preferences.h,
18594         src/utilities.c: Debuggged and finally made plugins
18595         loadable.
18597         * global-tags/Makefile.am: Fixed build error.
18599 2004-02-03  Naba Kumar  <naba@gnome.org>
18601         * configure.in: Users GDL from external package.
18602         * plugins/*: Added many new plugins (not ready though).
18603         * src/*: Removed many files (which have been transfered in plugins/).
18604         
18605 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
18607         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18609 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18611         * configure.in: Added editor plugins
18612         
18613         * plugins/Makefile.am, src/search-replace_backend.h,
18614         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18615         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18616         
18617         * Added: plugins/editor/search_incremental.c, 
18618         plugins/editor/search_incremental.h
18620         * Update search-replace in plugins/editor
18621         
18622 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
18623         
18624         * plugins/message-view/message-view.c: Some code clean-up
18626 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18628         * Added: search_incremental[ch]
18629         
18630         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18631         src/mainmenu_callbacks.c, src/toolbar.c
18632         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18633         
18634         * Incremental Search
18636 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18637         
18638         * plugins/message-view/anjuta-msgman.[c/h]:
18639         Added message manager for easier message handling with a
18640         similar interface as docman. Of course you can still use
18641         MessageView standalone.
18642         * plugins/Makefile.am: Added message-view because it compiles
18643         without errors.
18645 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18646         
18647         * plugins/message-view/*: Added message-view plugin 
18648         (still incomplete) 
18649         * configure.in: Added plugins/message-view/Makefile
18651 2004-01-03  Naba Kumar  <naba@gnome.org>
18653         * libanjuta/*.c: Added new files and updated old ones.
18654         * plugins/editor/*: Added editor plugin.
18655         * configure.in: Added editor plugin and moved editor related
18656         files into it.
18658 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18660         * src/Makefile.am: Added search-replace_backend.[ch]
18661         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18662         find_replace.[ch]
18663         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18664         src/search-replace_backend.c, src/search-replace_backend.h,
18665         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18666         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18667         src/toolbar_callbacks.c
18668         * The advanced Search/Replace functionality now replaces the older
18669         Find/Replace stuff.
18670         * The Search/Replace functionality can be interrupted during a long
18671         Search/Replace;
18672         
18673 2003-12-11  Naba Kumar  <naba@gnome.org>
18675         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18676         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18677         errors.
18678         * Makefile.am, libanjuta/*: Added new module.
18679         * src/Makefile.am: Fixed linking error.
18680         * src/watch_cbs.c: Debugger clean up.
18681         * configure.in: Added libanjuta-2.0.pc
18683         * configure.in, libanjuta/Makefile.am,
18684         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18685         libanjuta instead.
18687 2003-12-11  Naba Kumar  <naba@gnome.org>
18689         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18691         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18692         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18693         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18694         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18695         The user can now give a name at the creation of a new file and
18696         insert automatically (user choice) header, gpl notice, header
18697         template. The file extension is added automatically according
18698         to the selected type of file. The various insert functions have
18699         been moved from mainmenu-callback.c to file.c. The cursor is now
18700         moved after an insert operation. Removes also useless code in
18701         memory.c and search-replace.c
18702         
18703 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18705         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18706         sortable headers, process tree, removal of path and process params
18707         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18708         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18709         code cleanup
18711 2003-12-10  Naba Kumar  <naba@gnome.org>
18713         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18714         
18715 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18717         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18719 2003-11-28  Naba Kumar  <naba@gnome.org>
18721         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18722         
18723         * manuals/de/*: Added german translation docs.
18724         
18725         * configure.in, Makefile.am, src/Makefile.am,
18726         libegg/*/*: Added libegg library.
18727         
18728         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18729         installation directory.
18730         
18731         * src/text_editor_cbs.c: Fixed closing of file.
18733 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18734                                                                                 
18735         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18737 2003-09-05  Naba Kumar  <naba@gnome.org>
18739         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18740         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18741         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18742         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18743         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18744         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18745         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18746         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18747         using libegg. Initial commit -- compiles but is not complete.
18749 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18751         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18753 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18755         * configure.in: Removed "ta" from ALL_LINGUAS.
18757 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18759         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18761 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18763         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18765 2004-04-24  Andras Timar  <tmar@gnome.hu>
18767         * configure.in: Added hu to ALL_LINGUAS.
18769 2004-04-14  Naba Kumar  <naba@gnome.org>
18771         * src/Makefile.am, printing/Makefile.am,
18772         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18773         because we are still using GtkCombo and build breaks with gtk-2.4.
18774         
18775 2004-04-13  Naba Kumar  <naba@gnome.org>
18777         * NEWS: Updated.
18778         * anjuta.spec.in: Fixed build error.
18779         * po/POTFILES.in: Updated.
18780         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18782 2004-04-11  Naba Kumar  <naba@gnome.org>
18784         * NEWS: Updated.
18785         * AUTHORS: Updated.
18786         * configure.in: Added ga in ALL_LINGUAS.
18787         * ChangeLog: Fixed dates.
18788         
18789 2004-04-09  Naba Kumar  <naba@gnome.org>
18791         * src/print.c: Fixed buffer styling bug when printing with
18792         selection.
18794         * data/properties/anjuta.properties: Defined only one base font and
18795         used courier instead of lucidatypewriter, because most newer systems are
18796         unlikely to have it (bug #885023, #925956, #890473).
18797         
18798         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18799         warning.
18800         
18801         * src/an_file_view.c: Fixed possible crash bug.
18803 2004-04-07  Naba Kumar  <naba@gnome.org>
18805         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18806         gtk_main_quit() etc..), so that atexit() functions are not called
18807         (which is apparently done to free up memory and we don't need to
18808         do that at this point). Incidentally, something also happens in the
18809         atexit call which freezes the UI for far too long when the application
18810         exits and we want to avoid that..
18811         * src/glade_iface.c: Fixed compiler warning.
18812         
18813 2004-04-06  Naba Kumar  <naba@gnome.org>
18815         * src/project_dbase_gui.c: Fixed errors.
18817         * src/registers_gui.c: Fixed possible crash bug.
18818         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18819         * src/signals.[c,h]: Used tree view and glade file for dialog.
18820         * src/Makefile.am, src/about.c, src/an_file_view.c,
18821         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18822         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18823         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18824         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18825         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18826         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18827         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18828         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18829         src/launcher.h, src/main.c, src/main_menubar.c,
18830         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18831         src/message-manager-private.cc, src/message-manager.cc,
18832         src/preferences.c, src/project_config.c, src/project_dbase.c,
18833         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18834         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18835         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18836         src/search-replace.c, src/search-replace_backend.c,
18837         src/search_incremental.c, src/search_preferences.c,
18838         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18839         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18840         src/signals_gui.c, src/source.c, src/src_paths.c,
18841         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18842         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18843         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18844         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18845         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18846         tagmanager/Makefile.am, scintilla/include/SString.h,
18847         widgets/Makefile.am, widgets/gnomefilelist.c:
18849         Removed all deprecated codes and substituted
18850         with newer APIs. Fixed some possible crash bugs where cell renderers
18851         were being shared.
18852         
18853         * scintilla/patches/scintilla-minor.patch: Minor patch.
18855 2004-04-06  Naba Kumar  <naba@gnome.org>
18857         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18858         tree after all the files have been added (and not everytime a file
18859         is added in the project). Also fixed some memory corruption
18860         (possibly bug #900478).
18861         
18862         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18863         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18864         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18865         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18866         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18867         qualifier wherever appropriate.
18869 2004-04-05  Naba Kumar  <naba@gnome.org>
18871         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
18872         switch terminal echo on/off. Debugger requires it off, while the
18873         rest requires it on.
18875         * src/search-replace.c: sets search direction and action (in addtion
18876         to target) for find in files.
18877         
18878 2004-04-02  Naba Kumar  <naba@gnome.org>
18880         * src/mainmenu_callbacks.c: Sets filename during save of new files.
18882         * src/project_dbase.c, src/debugger, src/an_file_view.c,
18883         src/an_symbol_view.c: Added an gtk events loop for
18884         displaying project loading status (for loading large projects) and
18885         debugger program starting ... just to give an impression of fastness :-).
18887         * configure.in, anjuta.prj: Bumped version to 1.2.2.
18889         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18890         crash bug, which occurs when opening and closing a large project
18891         repeatedly.
18892         
18893         * src/attach_process.c: Fixed a comiple error for old gcc.
18894         
18895         * src/launcher.c: Prints proper error message when launcher child
18896         could not be executed and exits properly. Fixed a crash
18897         bug (bug #926606).
18898         
18899         * src/resources.c, src/utilities.c, src/glade_iface.c,
18900         src/debugger.c, src/attach_process.c: Properly exits forked children
18901         when they could not be executed.
18902         
18903 2004-04-01  Naba Kumar  <naba@gnome.org>
18905         * src/search-replace.c: Fixed a crash bug (bug #921893).
18907 2004-03-31  Naba Kumar  <naba@gnome.org>
18909         * anjuta.glade: Added a note on compiler options dialog ->support
18910         dialog telling that supports are only available for file mode.
18912         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
18913         src/anjuta_cbs.c:
18914         Improved shutdown time delay by bypassing project closing
18915         and unloading plugins.
18917         * src/build_file.c, data/properties/anjuta.properties: Added a property
18918         to toggle on/off for going to first error automatically.
18920 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
18922         * src/debugger.c: fixed core file loading
18923         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
18924         for long lines (bugs #700968 and #911376)
18925         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
18926         #917982.
18927         * src/anjuta.c: Focuses current AnEditor correctly.
18929 2004-03-30  Naba Kumar  <naba@gnome.org>
18931         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
18932         * AUTHORS: Updated with all contributors names.
18933         * NEWS: Updated.
18934         * src/about.c: Reads contributors names from AUTHORS file.
18935         * manuals/C/anjuta-manual/authors.xml: Points to online
18936         contributors list.
18937         
18938 2004-03-29  Naba Kumar  <naba@gnome.org>
18940         * data/properties/ada.properties: Fixed syntax colors. Patch
18941         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
18942         (bug #923474).
18944         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
18945         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
18946         generated projects, so that their pixmap files are
18947         found properly (bug #919903).
18948         
18949         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
18950         anjuta.
18952         * src/source.c: Installs .glade file of libgllade
18953         projects in $(datadir)/$(package)/glade (part of bug #861038).
18954         
18955         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
18956         in compiler options (bug #883837).
18957         
18958         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
18959         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
18960         
18961 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
18963         * anjuta/src/search-replace.c: fixed another crash bug in
18964         "Find Usage"
18965         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
18966         breakpoint property fix
18968 2004-03-29  Naba Kumar  <naba@gnome.org>
18970         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
18971         (new) manuals/C/anjuta-advanced-tutorial/*:
18972         Added menu entry for 'Anjuta Advanced Tutorial'
18973         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
18975 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18976         
18977         * src/fileselection.[ch], src/mainmenu_callbacks.c:
18978         Fixed bug #908941  ('Open' starts in wrong directory)
18979         
18980 2004-03-26  Naba Kumar  <naba@gnome.org>
18982         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
18983         compile error and bug #905738 with terminal.
18985         * src/search_incremental.c, src/register.c, src/sharedlib.c,
18986         src/search-replace.[h,c], src/search_incremental.[h,c],
18987         src/search_preferences.h, src/utilities.c, src/anjuta.c,
18988         src/text_editor.[c,h]: Fixed compiler warnings.
18989         
18990         * src/search-replace.c: Fixed a memory corruption (possible
18991         fix for bug #921893, but not yet confirmed).
18992         
18993         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
18994         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
18995         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
18996         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
18998 2004-03-25  Naba Kumar  <naba@gnome.org>
19000         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
19001         crash bug with attach process dialog and made the dialog closable
19002         with 'esc'.
19003         
19004         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
19005         always display within the margin.)
19006         
19007         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
19008         the old breakpoint when it's properties are updated
19009         (creating a new updated one).
19010         
19011 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
19013         * src/aneditor.cxx, src/aneditor.h: fixed calltips
19014         displayed for wrong file.
19015         * src/breakpoints.c: conditional breakpoints
19016         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19017         "Find in Files..." disabling policy
19019 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19021         * src/build_file.c: Fixed bug #874380
19022         Goto the first error if it exists.
19024 2004-03-24  Naba Kumar  <naba@gnome.org>
19026         * src/anjuta.c: Fixed to get correct child exit status
19027         using mask (bug #905738).
19028         
19029         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19030         Aligned buttons in the New file dialog,
19031         set default response to OK, entry box activates default response,
19032         ESC closes dialog and hides on delet_event.
19034 2004-03-19  Naba Kumar  <naba@gnome.org>
19036         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19037         tree).
19039 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
19041         * src/search-replace.c: fixed "Find Usage" crash when no project open
19043 2004-03-17  Naba Kumar  <naba@gnome.org>
19045         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19046         Fixed the generated projects to read m4 directory if the directory
19047         exists (bug #917781).
19048         
19049 2004-03-12  Naba Kumar  <naba@gnome.org>
19051         * HACKING: Fixed formatting for auto-parsing.
19053 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
19054         
19055         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19056         rework (bug #890609)
19058 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19059         
19060         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19062 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19063         
19064         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19065         * src/search_preferences.c: Fixed typo.
19066         
19067 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19068         
19069         * src/search-replace.c: improved Search&Replace
19070         For the moment "Replace All" does not work with non opened files
19071         but Anjuta should not crash now ! ??? 
19072         
19073 2004-02-26  Naba Kumar  <naba@gnome.or>
19075         * src/source.c: Fixed to pass cflags correctly
19076         and suppress the automake's default cflags.
19077         bug #816130, #801056, #782798, #773459
19078         
19079         * data/properties/anjuta.properties: Do not defualt to -k make option.
19080         bug #875486.
19082         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19083         bug #877683.
19084         
19085         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19086         
19087         * src/message-manager-private.cc: Disabled debug messages.
19088         
19089 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
19091         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19093 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19094         * anjuta.glade, src/search-replace.c:
19095         Reduced Search&Replace dialog, bug #902636.
19096         
19097 2004-02-23  Naba Kumar  <naba@gnome.or>
19099         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19100         (bug #866143).
19102 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19103         
19104         * src/search_incremental.c: Fixed bug #900903
19106 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
19107         
19108         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19109         src/anjuta.c: Fixed bugs #890609 and #890609
19111 2004-02-23  Naba Kumar  <naba@gnome.or>
19113         * src/message-manager.cc: Disconnects menuitem signal properly.
19114         Fixed bug #901723.
19115         
19116         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19117         bug #900897.
19118         
19119 2004-02-20  Naba Kumar  <naba@gnome.org>
19121         * src/message-manager-private.[c,h]: Implemented keypress
19122         event for the terminal and resets it when ctrl c or ctrl d
19123         is pressed. But it doesn't seem to be working on keypress.
19124         Added a workaround to let it work on key release instead.
19125         (bug #878357).
19126         
19127         * src/search-replace: Fixed compiler warnings.
19128         
19129 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
19131         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19132         Use defined file name when saving new files (fixes bug #898105)
19133         Don't change filename when clicking on a directory
19134         
19135         BTW: Happy birthday to me :-)
19136         
19137 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19138         
19139         * src/search-replace.c: Fixed a crash bug 
19140         Crash on Find & Replace (#887833)
19141         
19142 2004-02-18  Naba Kumar  <naba@gnome.org>
19144         * src/executer.c: Fixed a crash bug.
19145         
19146         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19147         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19148         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19149         instead of GtkWindow (Part of bug #671596).
19150         
19151         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19152         src/registers_gui.c, src/registers_cbs.[h,c],
19153         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19154         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19155         src/compiler_options.c, src/an_file_view.c, start-with.c,
19156         src/anjuta-tools.c, help.c:
19158         Added "close" buttons on all
19159         dialogs (HIG) and fixed to properly response to ESC close
19160         (Part of bug #671596).
19162         * src/launcher.c: Disabled printing of long debug lines.
19163         
19164         * src/utilities.h: Fixed a compiler warning.
19165         
19166 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19168         * src/anjuta.c: "Save all" action now asks for filenames for new files
19169         (fixes bug #898111)
19171 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19173         * anjuta.glade, src/text_editor.c:
19174         Fixed a typo in Hello World indentation style 
19175         Fixed misuse of translated strings when looking for style
19176         This entry fixes bug #876037
19178 2004-02-16  Naba Kumar  <naba@gnome.org>
19180         * src/utilities.c: Fixed return value when dest file could
19181         not be created.
19183         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19184         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19185         internal function to compare files.
19186         
19187 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19189         * src/message-manager-private.cc:
19190         Set bold color as foreground color in terminal
19191         (fixes bug #864924)
19193         * src/aneditor.cxx:
19194         Use font style defined for message indicators in
19195         preferences/messages
19196         (fixes bug #885032)
19198 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19200         * src/build_project.c:
19201         Use build.silent option from preferences (fixes bug #895726)
19202         
19203 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19205         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19207 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19208         
19209         Patch from Massimo Corà <maxcvs@email.it>:
19210         * scintilla/LexCPP.cxx: Support "///" comments
19212 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19213         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19214         src/search_replace.h, src/search-replace_backend.h
19215         anjuta.glade
19216         
19217         * Added: src/search_preferences.c, src/search_preferences.h
19218         Allow the user to save search/replace settings and give them names.
19220 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19221         
19222         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19223         scintilla/ScintillaGTK.cxx:
19224         Hopefully fixed AMD 64 crash bug by using correct marshaller
19226 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19228         * src/preferences.c: Save GtkOptionMenu properties properly
19229         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19231 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19232         
19233         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19234         Fixed libiconv issue
19235         * NEWS: Updated
19237 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19238         
19239         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19240         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19241         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19242         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19243         src/sharedlib_gui.c:
19244         Debugger speed-up, replaced deprecated GtkCList
19246 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19248         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19250 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19252         * configure.in: Added "sq" to ALL_LINGUAS.
19254 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19256         * configure.in: Added "ko" to ALL_LINGUAS.
19258 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19260         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19261         src/search_incremental.c, src/search_incremental.h: 
19262         Search_incremental code cleanup
19264 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19266         * scintilla/*/*: Updated scintilla to CVS
19267         * Added: scintilla/Readme.sync
19268         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19269         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19270         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19271         scintilla/ScintillaGTK.cxx,
19272         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19273         scintilla/include/Scintilla.iface: Updated.
19275 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19277         * search-replace_backend.[ch], search_incremental[ch]: Added
19278         
19279         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19280         find_replace.[ch]: Removed.
19281         
19282         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19283         src/search-replace_backend.c, src/search-replace_backend.h,
19284         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19285         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19286         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19287         functionality now replaces the older Find/Replace stuff. The Search/Replace
19288         functionality can be interrupted during a long Search/Replace.
19290 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19292         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19293         selecting ".." and "." from file selector. 
19295 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19297         * anjuta.glade: Fixed wrong "fold.symbols" property
19299 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19300         
19301         * src/project_dbase_gui.c: Alphabetical order ;-)
19302         * src/compiler_options.c: Fixed bug #867539
19303         * src/launcher.c: Workaround for bugs #864922, #849928,
19304         #846386 and #845782: The launcher no longer hangs but does
19305         not get the exit status correctly sometimes.
19306         * Changes suggested by Bosik are obviously already in without
19307         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19308         * NEWS, README, anjuta.prj, configure.in: 
19309         Changed version to 1.2.1
19310         
19311         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19312         * anjuta_dialogs_strings.c, anjuta.glade: 
19313         Fixed bugs #860906, #859329
19314         
19315         Patch from grzegol@pld-linux.org
19316         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19317         freedesktop.org standard)
19319 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19320         
19321         Patch from Stefano Vallarino <stevalla@libero.it>:
19322         * src/source.[c/h]: Fixes cpp sample file to conform to 
19323         ISO/IEC 14882, C++-Standard 
19325 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19327         Review by Johannes Schmid <jhs@cvs.gnome.org>
19328         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19329         command using sh -c.
19330         * src/compile.c: Use build_execute_shell_command when compiling single
19331         files.
19333 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19334         
19335         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19336         * src/breakpoints.c: Code cleanup, workaroud for possible 
19337         launcher bug
19338         * src/src_paths.c: Update debugger dirs on directory change
19340 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19342         Review by Johannes Schmid <jhs@cvs.gnome.org>
19343         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19344         sortable headers, process tree, removal of path and process params
19345         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19346         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19347         code cleanup
19349 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19350         
19351         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19352         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19353         Add a dialog for "New file" which lets the user set the 
19354         filename and to add copyright/header templates to the file
19355         * Review: Changed function names to contain modules name (file_)
19357 2003-12-09  Naba Kumar  <naba@gnome.org>
19359         * setup-gettext: Fixed a typo.
19360         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19362 ---- Released version 1.2.0 ---
19364 2003-12-08  Naba Kumar  <naba@gnome.org>
19366         * src/preferences.c: Fixed compiler error.
19367         * global_tags/create_global_tags.sh: Fixed to install properly
19368         even when system.tags could not be generated.
19369         * NEWS: Updated.
19371 2003-12-06  Naba Kumar  <naba@gnome.org>
19373         * setup-gettext: Fixed to not generate intl directory with gettextize.
19375         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19376         * src/anjuta.c: Filters out unnecessary files from find in files
19377         command.
19378         
19379         * NEWS: Updated.
19380         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19381         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19382         
19383 2003-12-04  Naba Kumar  <naba@gnome.org>
19384         
19385         * src/gnome_project.c: Enables debug and optimization flags for
19386         new projects.
19387         
19388         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19389         
19390         * src/project_dbase_gui.c: combined header and c files for
19391         file selector.
19392         
19393         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19394         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19396 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19398         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19400 2003-11-29  Naba Kumar  <naba@gnome.org>
19402         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19403         * NEWS: Updated.
19405 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19406         
19407         * src/main_menubar.c: Now files cannot be opened twice in recently
19408         file menu
19410 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19412         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19414 2003-11-28  Naba Kumar  <naba@gnome.org>
19416         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19417         
19418 2003-11-27  Naba Kumar  <naba@gnome.org>
19420         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19421         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19422         
19423         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19424         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19425         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19426         checkbox in project wizard (project options page) to enable/disable
19427         source code generation with glade(mm).
19428         
19429         * NEWS: Updated
19430         
19431 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19433         * src/dnd.c: Opening files with special characters in the name.
19435 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19437         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19438         a long time.
19440 2003-11-18  Naba Kumar  <naba@gnome.org>
19442         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19443         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19444         src/project_import.c, plugins/patch/patch-plugin.c:
19445         Fixed g_signal_diconnect calls to pass correct data.
19446         (Fixed possible crash in project imports).
19447         
19448         * NEWS: Updated.
19449         
19450 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19452         Reviewed by Naba Kumar  <naba@gnome.org>
19453         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19454         and debugger. Sets default settings for pty in launcher.
19455         * data/gdb.init: Removed charset work around (now works with user's
19456         native charset)
19457         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19459 2003-11-18  Naba Kumar  <naba@gnome.org>
19461         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19462         names of 'index' to 'idx'.
19463         
19464 2003-11-17  Naba Kumar  <naba@gnome.org>
19466         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19467         * src/project_dbase.c: Prompts user for unsaved project files
19468         when project is closed.
19469         
19470 2003-11-16  Naba Kumar  <naba@gnome.org>
19472         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19473         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19474         older gcc.
19475         
19476 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19477         
19478         * src/anjuta.c: Fixed crash related to tag == NULL while 
19479         anjuta is exiting
19481 2003-11-11  Naba Kumar  <naba@gnome.org>
19483         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19484         found. It simply doesn't generate the c/c++ codes and continues with
19485         just a warning.
19486         * NEWS: Updated.
19487         
19488 2003-11-10  Naba Kumar  <naba@gnome.org>
19490         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19491         'Start with dialog'.
19493         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19494         German translation of anjuta-tutorial.
19495         
19496         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19497         * NEWS: Updated.
19499 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19501         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19502         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19503         the syntax highlighting in Preferences, the automatic syntax
19504         highlighting is now selected. When the debugger is stopped and the
19505         breakpoints window not closed, the gtk_tree_view in this window is
19506         now made unsensitive.
19508 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19510         * src/preferences.h, src/preferences.c, anjuta.glade:
19511         Fixed translation bug in preferences by using GtkOptionMenu
19512         * anjuta.prj: Project version 1.1.98
19514 ---------------- Released version 1.1.98 ----------------
19516 2003-11-07  Naba Kumar  <naba@gnome.org>
19518         * anjuta.spec.in: Revived docs package and combined all docs into
19519         one package.
19520         * configure.in: Bumped version to 1.1.98 rc2
19521         * NEWS: Updated.
19522         * anjuta.spec.in: Fixed scrollkeepr-update command.
19523         * anjuta.spce.in: Fixed file permissions.
19525 2003-11-06  Naba Kumar  <naba@gnome.org>
19527         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19528         menus to activate anjuta helps.
19529         
19530         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19531         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19532         manuals/C/anjuta-faqs/legal.xml (added),
19533         manuals/C/anjuta-faqs/Makefile.am,
19534         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19535         manuals/C/anjuta-faqs/.cvsignore,
19536         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19537         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19538         manuals/C/anjuta-tutorial/legal.xml (added),
19539         manuals/C/anjuta-tutorial/Makefile.am,
19540         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19541         manuals/C/anjuta-tutorial/.cvsignore,
19542         manuals/C/anjuta-manual/*.sgml (removed),
19543         manuals/C/anjuta-manual/*.xml (added),
19544         manuals/C/anjuta-manual/Makefile.am,
19545         manuals/C/anjuta-manual/anjuta-manual-C.omf,
19546         manuals/C/anjuta-manual/.cvsignore,
19547         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19548         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19549         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19550         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19551         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19552         manuals/ja/anjuta-faqs/legal.xml (added),
19553         manuals/ja/anjuta-faqs/Makefile.am,
19554         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19555         manuals/ja/anjuta-faqs/.cvsignore,
19556         manuals/ja/anjuta-manual/*.sgml (removed),
19557         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19558         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19559         manuals/ja/anjuta-manual/*.xml (added),
19560         manuals/ja/anjuta-manual/Makefile.am,
19561         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19562         manuals/ja/anjuta-manual/.cvsignore,
19563         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19564         manuals/sgmldocs.make (removed),
19565         manuals/xmldocs.make (added), manuals/omf.make (added),
19566         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19567         documentations to newer docbook xml documentations. Converted 
19568         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19569         Enabled manulas installations.
19570         
19571         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19573 2003-11-05  Naba Kumar  <naba@gnome.org>
19575         * data/gdb.init: Sets host's charset to ascii to solve debugger
19576         freeze up due to uninitialized strings in target program.
19578         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19579         Fixed a crash bug with 'Add expression in watch'. Bug #822017
19580         
19581         * NEWS: Updated.
19582         
19583         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
19584         src/launcher.c: Turns off echo in spawned pty to fix debugger.
19586 2003-11-04  Naba Kumar  <naba@gnome.org>
19588         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19589         problems.
19590         
19591         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19592         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19593         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19594         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19595         in file headers.
19596         
19597         * src/search-replace.c: Fixed infinite loop bug.
19598         * start-with.c: Fixed a crash bug with "Open last project".
19599         
19600         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
19601         * scintilla/Makefile.am: Fixed compiler option.
19602         
19603 2003-10-16  Naba Kumar  <naba@gnome.org>
19605         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19606         * src/text_editor.c: Fixed autoformat.
19607         
19608 2003-10-15  Naba Kumar  <naba@gnome.org>
19610         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19611         of CTRL+number.
19612         
19613 2003-10-09  Naba Kumar  <naba@gnome.org>
19615         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19616         
19617 2003-10-08  Naba Kumar  <naba@gnome.org>
19619         * src/source.c: Fixed a GETTEXT typo error.
19620         * anjuta.glade: Made 'Sorted in order you open them' default option
19621         for editor tabs.
19623         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19624         * anjuta.glade, data/properties/anjuta.properties:
19625         Fixed the freeze of the "Preferences" combos at the first Anjuta
19626         init is generated by:
19627                 - a not complete translation of preferences.c file
19628                 - a difference between 2 names in anjuta.glade and
19629                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19630                 - the same name given to 3 combos (anjuta.glade).
19631                 
19632         * src/find_text.c: If the "whole document" mode is selected,
19633         a new search will select the next occurrence (Bug #764954).
19634         It is now possible to use the shortcuts to search next or previous
19635         occurrence even if the search dialog has the focus.     Bug #790318
19636         
19637         * src/main_menubar_def.h: "Select code block" shortcut; the new
19638         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19639         (Bug #811016).
19641         Patch from: Richard Lee  <r.h.lee@comcast.net>
19642         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19643         tagmanager/tm_workspace.c: The following is a patch to fix a
19644         seemingly random occurence where Anjuta would crash when a
19645         certain key was pressed.
19647 2003-09-29  Naba Kumar  <naba@gnome.org>
19649         * src/find_in_files.c: Ignores binary by default. Disabled the option
19650         of NOCVS search, because launcher does not use sh and hence can not
19651         pipe.
19652         
19653         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19654         "clean before build" state in project session and not in account session,
19655         otherwise the state gets reflected to other projects causing annoyance.
19656         
19657         * src/compiler_options.c: Fixed a bug where compiler options were always
19658         claimed 'modified'.
19660         * src/build_project.c, data/properties/anjuta.properties,
19661         src/commands.[h]: Fixed a bad bug where clean-before-build
19662         doesn't work.
19663         
19664         * scintilla/patches/research-cvs-nolog.diff,
19665         scintilla/patches/scintilla-ac-gtk2-port.diff,
19666         scintilla/patches/scintilla-ac-sort-fix.diff,
19667         scintilla-optimization.diff: Removed, because they are already in
19668         scintilla CVS.
19669         
19670         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19671         2003-09-29).
19673         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19674         scintilla/LexYAML.cxx: Added new scintilla lexers.
19675         
19676         * TODO, NEWS: Updated.
19678         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19679         * src/utilities.c: Fixed typo bugs.
19681 2003-09-26  Naba Kumar  <naba@gnome.org>
19683         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19684         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19685         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19686         text_editor_find() and Fixed I-Search wrapping.
19687         * src/debugger.c: Fixed to pass a newline after a debugger
19688         command (which was broken since the launcher was refactored.
19689         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19691 2003-09-25  Naba Kumar  <naba@gnome.org>
19693         * src/toolbar_callbacks.c: Fixed start of incremental search.
19694         
19695         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19696         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19697         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19698         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19699         menu and implementation.
19701 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19703         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19704         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19705         variables in Locals window.
19707 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19709         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19710         * src/utilities.[ch] : Fix a tooltip bug in 
19711         anjuta_util_toolbar_append_stock(), the label appeared instead of
19712         the tooltip text. Remove label from arguments of the function
19713         because label is included in the stock icon data.
19714         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19715         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19716         * FIXME: translation file should be updated because of label text removal.
19718 2003-09-24  Naba Kumar  <naba@gnome.org>
19720         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19721         
19722         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19723         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19724         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19725         stdout and stderr. Also buffered output and check-for-password
19726         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19727         with password prompts. Checkes for password prompts from all outputs.
19728         
19729         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19730         which takes a string (which could be utf8 also) and converts into
19731         utf8 string.
19732         
19733         * src/main.c: Connects kernel signals after gnome_program_init().
19734         
19735         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19736         * src/message-manager.c: Fixed bug #787026 by converting the strings
19737         to proper UTF8.
19738         
19739 2003-09-22  Naba Kumar  <naba@gnome.org>
19741         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19742         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19743         GtkCList and using GtkTreeView instead. Added the patch.
19744         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19745         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19746         
19747 2003-09-19  Naba Kumar  <naba@gnome.org>
19749         * printing/print.c: Proper UTF8 printing support.
19750         * src/main.c: moved kernel signal connects at the
19751         end of application initialization.
19752         
19753 2003-09-18  Naba Kumar  <naba@gnome.org>
19755         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19756         (new) lexers.make, (new) lexers: Update scintilla to latest
19757         scintilla CVS (2003-09-18), added new lexers, automated
19758         lexers makefiles sections and scintilla update. Added
19759         patches. Optimized pango rendering. Fixed a crash bug
19760         in scintilla.
19761         
19762         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19763         patch to remove cvs log command from RESearch.cxx file.
19764         * scintilla/patches/scintilla-pango-always.diff:
19765         Fixed file name.
19766         * scintilla/RESearch.cxx: Removed spurious cvs log command
19767         and logs.
19768         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19769         
19770         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19771         * src/dnd.c: Fixed a crash bug with DND.
19772         
19773 2003-09-15  Naba Kumar  <naba@gnome.org>
19775         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19776         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19777         src/toolbar_callbacks.c: Added an additional parameter to
19778         text_editor_goto_line() funtion which decides if the line should
19779         be made visible (if it's under fold).
19780         
19781         * src/style-editor.c: Fixed a compiler warning.
19782         * src/message-manager.cc: Calls parent method correctly.
19784         * src/preferences.h: Fixed prent class.
19785         
19786         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19787         * src/project_dbase.c: Fixed bug #713210.
19788         
19789 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19790                                                                                 
19791         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19793 2003-09-11  Naba Kumar  <naba@gnome.org>
19795         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19796         * src/style-editor.c: Fixed bug #769130 (Crash on font
19797         selection dialog).
19798         
19799         * src/message-manger.[h,cc]: Made AnMessageManager
19800         derived from GtkFrame and removed deprecated code.
19801         
19802         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19803         compiler warnings.
19804         
19805 2003-09-09  Naba Kumar  <naba@gnome.org>
19807         * src/Makefile.am: Addded rules for built sources.
19808         
19809 2003-09-08  Naba Kumar  <naba@gnome.org>
19811         * (new) src/anjuta-marshalers.list: Added marshalers definition
19812         file.
19813         
19814         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19815         and CXXFLAGS are not overwriten by automake's default.
19816         * src/style-editor.c: Added 'operators' in the style editor.
19817         
19818         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19819         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19820         * src/message-manager-private.cc, src/message-manager.cc:
19821         Converts message going into message into UTF-8 endoding.
19822         * src/main.c: Uses UTF-8 codeset for localization.
19823         
19824 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19826         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19827         
19828 2003-09-08  Naba Kumar  <naba@gnome.org>
19830         * TODO: Updated.
19831         
19832         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19833         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19834         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19835         The combo entries were updated if the same data with a different
19836         case exist in the combo list. The combo entries are now case sensitive. 
19837         Search&Replace bug; First search ,max actions = 0 ==> now max
19838         actions = 100.
19839         
19840 2003-09-08  Naba Kumar  <naba@gnome.org>
19842         * TODO: Updated.
19843         * src/utilities.[c,h]: a function takes contant args.
19844         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19845         Now the child terminated signal is emitted properly.
19846         * src/Makefile.am: Used $(top_srcdir) for referring to 
19847         scintilla objects.
19848         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19849         definitions file which will generate anjuta-marshalers.[c,h] files.
19850         * src/.cvsignore: Updated.
19851         * src/build_project.c: Changed su command to preserve quotes.
19852         * src/anjuta-tools.c, tagmanager/tm_project.c,
19853         tagmanager/tm_workspace.c: Use standard tmp file.
19854         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19855         so that users could report bugs easily.
19856         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19857         
19858         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19859         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19860         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19861         src/attach_process.c, src/breakpoints.c, src/commands.c,
19862         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19863         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19864         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19865         src/memory.c, src/message-manager-private.c, src/preferences.c,
19866         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19867         src/search-replace.[c,h], stack_trace.c, text_editor.c,
19868         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19869         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19870         Fixed compile warnings and cleanup.
19871         
19872         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19873         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19874         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
19875         Removed libzvt usage and implemented child spawing differently. Launcher is
19876         now proper GObject, which can be created multiple times (and can be
19877         operated in parallel).
19879         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19880         * src/project_import_gui.c, src/project_import_cbs.c,
19881         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19882         (crash on project import). Removed deprecared codes.
19883         
19884 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19885         
19886         * src/cvs.c: Fixed cvs output bug.
19888 2003-09-03  Naba Kumar  <naba@gnome.org>
19890         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19891         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19892         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19893         src/text_editor_cbs.c: Implements --
19894                 If the debugger is started
19895                         A double click in the margin add or remove a breakpoint
19896                         A single click activate or deactivate the breakpoint
19897                 else
19898                         A double click in the margin add or remove a bookmark
19900 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19901         
19902         Reviewed by Naba Kumar  <naba@gnome.org>
19903         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19904         User is now able to choose a branch on cvs update for project.
19905         Cleaned up variable names.
19907 2003-09-03  Naba Kumar  <naba@gnome.org>
19909         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19910         src/Makefile.am: Added lexers.
19911         * scintilla/*/*: Updated...
19912         * src/an_symbol_view.c: Fixed a crash bug.
19913         * src/compiler_options.c, src/project_dbase.c: Fixed compile
19914         and build bugs.
19915         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
19916         * src/source.c: Fixed project generation bug with gettext code.
19917         * tagmanager/tm_project.c: Fixed a crash bug.
19918         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19919         bug when there is no project open. Bug #____.
19920         * src/source.c: Fixed a bug with build failure with non-gnome
19921         project with glade-generated source (eg. gtk2). Bug #____.
19922         * NEWS: Updated...
19924 2003-08-22  Naba Kumar  <naba@gnome.org>
19926         Patch from: Rob Bradford  <rob@debianplanet.org>
19927         * data/Makefile.am: Fixed to install properly during
19928         package building.
19929         
19930         Patch from: Etay Meiri  <etay-m@bezeqint.net>
19931         * src/debug-tree.c: Fixed a crash bug.
19932         * src/compiler_options.c: Takes care of linking the missing pieces;
19933         C flags, libs, optimization options, debug and profile.
19935         Patch from: Enver ALTIN  <ealtin@casdb.com>
19936         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
19937         
19938 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
19940         Reviewed by Naba Kumar  <naba@gnome.org>
19941         * src/project_dbase.c: Fixed bugs #778263 and #778413
19942           Adding multiple files to project should work now.
19944 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19946         Reviewed by Naba Kumar  <naba@gnome.org>
19947         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
19948         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
19949         for Locals window.
19951 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19953         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19955 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19957         * src/text_editor.c: Fix translatable string (#113934).
19959 2003-07-04  Naba Kumar  <naba@gnome.org>
19961         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19962         bug when there is no project open. Bug #____.
19963         
19964         * src/source.c: Fixed a bug with build failure with non-gnome
19965         project with glade-generated source (eg. gtk2). Bug #____.
19967 2003-06-26  Naba Kumar  <naba@gnome.org>
19969         * src/anjuta.h: Removed reference to windows-dialog.h.
19970         * src/message-manager-private.[cc,h]: Fixed doulbe click
19971         activation of messages to properly jump at the destination.
19972         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
19973         * src/toolbar.c: Code clean-ups.
19974         
19975         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
19976         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
19977         
19978         * src/message-manager-private.[cc,h]: Removed dead codes.
19979         
19980         * (new) data/properties/css.properties,
19981         data/properties/anjuta.properties, data/properties/Makefile.am:
19982         Added CSS syntax hiliting properties.
19983         
19984         * tagmanager/tm_file_entry.c: Fixed a possible bug.
19985         * src/debugger.c: Clean ups.
19986         * src/lexer.h: Added CSS lexer definition.
19987         
19988         * Makefile.am: Installs destop file properly.
19989         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
19990         * NEWS: Updated for 1.1.97 release.
19991         * src/main_menubar_def.h: Changed some non working shortcuts.
19992         
19993 2003-06-24  Naba Kumar  <naba@gnome.org>
19995         * src/search-replace.c: Shows the dialog properly, even when it is
19996         hidden behind another window.
19997         
19998         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
19999         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
20000         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
20001         and code clean up.
20002         
20003         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
20004         setup wizard dialogs.
20005         
20006         * src/debugger.c: Removed a redundant call to
20007         debugger_update_controls().
20008         * src/compiler_options.c, src/launcher.c: code cleanup.
20009         * src/executer.c: Fixed execution bug with 'Set Program params...".
20010         
20011 2003-06-23  Naba Kumar  <naba@gnome.org>
20013         * widgets/e-splash.c: Removed border around the splash image.
20014         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
20015         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
20016         * src/cvs.c: Added a frame around commit log text widget.
20017         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20018         crash bug associated with translated combo box list in preferences
20019         dialog (in different locale other than en_US). Used widget names
20020         to pass the combo list items.
20021         * po/POTFILES.in: Updated.
20022         * src/launcher.c: Creates the zvt terminal at startup (and not
20023         every time a build is done) -- speeds up buld operations.
20024         * src/file_history.c: Should be if() conditional instead of
20025         assertion check.
20026         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20027         Disabled useless warnings.
20028         * src/project_dbase.c: Fixed bonobo 2 project name.
20029         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20030         and uses correct glade-2 for file generation.
20031         
20032 2003-06-21  Naba Kumar  <naba@gnome.org>
20034         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20035         And disables autocomple show for numbers (very annoying).
20036         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20037         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20038         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20039         from view menu and adjust the controls accordingly.
20040         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20041         only OK button.
20042         * src/project_dbase.[c,h]: Removed show_local flag processing.
20043         * src/message-manager.[c,h]: Reorganized messages tabs in more
20044         sensible order.
20045         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20046         Also added PCRE dependency.
20047         
20048 2003-06-20  Naba Kumar  <naba@gnome.org>
20050         * pixmaps/anjuta_splash.png: New splash.
20051         from Jean Schurger  <yshartk@schurger.org>
20052         
20053         * src/controls.c: De-sensitize run-to-cursor when debugger
20054         is not running.
20055         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20056         
20057         * src/message-manager-private.cc: Fixed to properly jump at
20058         the right file:line.
20059         
20060         * src/appwiz_page1.c: Fixed to correctly determine the project
20061         trpe from the wizard.
20062         
20063 2003-06-20  Naba Kumar  <naba@gnome.org>
20065         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20066         * src/watch_gui.c: Code cleanups.
20067         * src/debugger.[c,h], src/stack_trace.[c,h],
20068         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20069         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20070         Removed direct access to stack_trace private data, Increased debugger
20071         command size from 256 to 1024 (to be on safer side). Also implemented
20072         row-activated signle for seting frame and viewing the source.
20073         * src/debugger.c: Avoids starting program and stopping debugger
20074         when starting debugger and stopping program, respectively.
20075         
20076         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20077         Reverted codes to start debugger automatically
20078         The file is brought to the state just after the branching 
20079         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
20080         some code clean ups.
20081         
20082         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20083         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20084         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20085         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20086         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20087         src/project_dbase.c: Code clean ups.
20088         
20089         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20090         (Projects dir) so that correct $HOME/Projects path is set when
20091         anjuta is run for the first time.
20092         
20093 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
20095         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20097 2003-06-13  Naba Kumar  <naba@gnome.org>
20099         * src/stack_trace_cbs.c: Moved variable declaration at the
20100         top of the block (bug #737867)
20101         
20102         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20103         just CFLAGS and CXXFLAGS (bug #743617).
20104         
20105         * src/create_global_tags.sh: Fixed shell script to properly
20106         detect installed *-config files.
20107         
20108 2003-06-12  Naba Kumar  <naba@gnome.org>
20110         * src/preferences.[c,h]: Added methods for custom widgets in
20111         preferences: using custom set/get methods for them.
20112         
20113         * src/anjuta-encoding.c: Implemented up/down of the encodings
20114         in the list and property saves correctly.
20115         
20116         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20117         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20118         the beginning of a file.
20120         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20121         * src/aneditor.cxx, src/aneditor.h,
20122         src/controls.c, src/main_menubar.c, src/main_menubar.h,
20123         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20124         src/mainmenu_callbacks.h: Allows the operator to select the current
20125         word or the current line (Request: 680801). It puts also
20126         sensitive/unsensitive several select/comment menu items.
20128         * src/breakpoints.c: Presets by default the current line for a
20129         defined breakpoint.
20131 2003-06-11  Naba Kumar  <naba@gnome.org>
20133         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20134         color (red highlight) now cosistent for inactive tabs also.
20135         
20136         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20137         'Advanced search and replace' in Edit->Search submenu.
20138         
20139         * data/properties/tcltk.properties: Fixed bug #731851. Added line
20140         wrappings '\' where     they were missing.
20141         
20142         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20143         message is now more descriptive and details the correct thing to do
20144         for GNOME2 desktop.
20145         
20146 2003-06-10  Naba Kumar  <naba@gnome.org>
20148         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20149         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20150         Removed any reference to particular version of automake/autoconf
20151         so that they could work with newer versions (Bug #659394).
20153         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20154         src/anjuta.c: Added coded to add/remove supported encodings.
20155         
20156         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20157         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20158         src/project_import.c, src/project_type.c, src/project_type.h,
20159         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20160         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20161         from the project wizard.
20163 2003-06-06  Naba Kumar  <naba@gnome.org>
20165         Patch from Etay Meiri  <etay-m@bezeqint.net>
20166         * src/compiler_options.c: Fixed bugs related to clean before
20167         build patch.
20168         
20169         * anjuta.desktop.in.in: Added commandline options.
20170         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20171         -dP and -A flags of CVS update into different options.
20172         
20173 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20175         * configure.in: Removed "ta" from ALL_LINGUAS.
20177 2003-06-02  Naba Kumar  <naba@gnome.org>
20179         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20180         return NULL for undefined properties and "" for defined but empty
20181         strings. It was creating many problems where both are assumed to be
20182         same. And besides, it doesn't matter to differentiate the two (the
20183         problem with preferences was due to a different bug).
20185         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20186         correctly. Also, s/props_build_in/props_built_in/g.
20187         
20188         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20189         list.
20190         
20191         * src/an_file_view.c: Unrefed pixbufs when done with them.
20193         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20194         (removed) file_text.png: Added and removed pixmaps.
20195         
20196 2003-05-30  Naba Kumar  <naba@gnome.org>
20198         * anjuta.glade: Fixed encodings preferences dialog
20199         
20200 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20201         
20202         Reviewed by Naba Kumar  <naba@gnome.org>
20203         
20204         * src/build_project.c src/clean_project/c: perform a clean before
20205         build, if required. Show the message manager on clean.
20206         * src/compiler_options.c: save the new options when window is closed
20207         and flag project to be cleaned before the next build.
20208         * src/project_dbase.c: added a 'clean before build' flag to project
20210 2003-05-29  Naba Kumar  <naba@gnome.org>
20212         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20213         dialog.
20214         
20215         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20216         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20217         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20218         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20219         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20220         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20221         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20222         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20223         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20225         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20226         Removed unused icons references.
20228 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20230         Reviewed by Naba Kumar  <naba@gnome.org>
20231         
20232         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20233           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20234           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20235           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20236           src/toolbar_callbacks.c: HIG compliant dialogs.
20238         * src/utilities.c: anjuta_button_new_with_stock_image() and
20239           anjuta_dialog_add_button() stolen from gedit.
20241         * src/main_menubar_def.h: Fixed mnemonics.
20243 2003-05-26  Naba Kumar  <naba@gnome.org>
20245         * src/project_dbase_gui.c: Added header files filter for add file
20246         dialog box. Disabled project window to be transient window.
20247         
20248         * src/message-manager.cc: Disabled message manager window to be
20249         transient window.
20250         
20251         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20252         a file could not be loaded.
20253         
20254         * src/project_dbase.c: Fixed a bug with GUI editor command
20255         where empty string is returned.
20256         
20257         * src/Makefile.am, src/preferences.h, src/text_editor.c
20258         src/text_editor.h, (new) src/anjuta-encodings.h,
20259         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20260         Added encoding support and to handle characters encoding correctly
20261         by auto detecting it during load. Added preferences for selecting
20262         the encoding during save.
20264         * src/preferences.c, src/resources.c: Removed debug messages.
20266         Patch from: Alexander Nedotsukov <bland@mail.ru>
20267         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20269 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20270         * src/anjuta.c: Try to sow the splash image more often.
20272 2003-05-20  Naba Kumar  <naba@gnome.org>
20274         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20275         * src/debug_tree.c: Colorize the modified locals during
20276         debugging and call memory analyze from the debugger.
20277         * src/breakpoints.c: The color is now different for the enabled
20278         and disabled breakpoints. Anjuta now can erase several
20279         breakpoints defined at the same line. The markers are updated
20280         according to the enable/disable action.
20281         
20282         Patch from Etay Meiri  <etay-m@bezeqint.net>
20283         * src/launcher.c: Fixes launcher freeze up bug during build.
20285 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20287         Reviewed by Naba Kumar  <naba@gnome.org>
20288         * scintilla/PropSet.h: Change member variables from private to protected.
20289         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20290         to PropSetFile class, which return a gchar * (and can therefore indicate
20291         whether properties are empty or do not exist) and make prop_get and
20292         prop_get_expanded use them.
20293         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20294         that the result of of prop_get cannot be an empty string.
20296 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20298         Reviewed by Naba Kumar  <naba@gnome.org>
20299         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20300         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20301         src/text_editor_cbs.c: When saving all the files in the project, the
20302         text editors are now only rehighlighted once instead of once for each
20303         file saved.
20305 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20306         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20307         * src/anjuta.desktop.in.in: Support startup notification.
20308 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20309         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20310         * src/anjuta.desktop.in.in: Support startup notification.
20313 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20315         Reviewed by Naba Kumar  <naba@gnome.org>
20316         
20317         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20318         memory leak from glade_xml_new call. Removed gxml field from Executer
20319         struct as only used in create_executer_dialog and then destroyed.
20320         
20321         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20322         
20323         * src/configurer.c: Fix warning trying to connect signal to non-existent
20324         environment entry in configure dialog and fix crash when closing the
20325         window.
20326         
20327         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20328         gnome_date_edit_get_time instead.
20329         
20330         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20331         in view menu required renumbering elsewhere.
20333 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20335         Reviewed by Naba Kumar  <naba@gnome.org>
20336         
20337         * src/breakpoints.c: fixed an error when removing breakpoint
20338         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20339         * src/debugger.c: changes to the way the debugger is activated
20340         * src/debugger.h: clean ups
20342 2003-05-13  Naba Kumar  <naba@gnome.org>
20344         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20345         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20346         src/memory.h: A new version of memory and the interface
20347         is now integrated in anjuta.glade
20349 2003-05-09  Naba Kumar  <naba@gnome.org>
20351         * configure.in: Bumped required gtk version to 2.0.8.
20352         
20353 2003-05-06  Naba Kumar  <naba@gnome.org>
20355         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20357 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20358         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20360 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20361         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20362         , tagmanager/c.c: Support for ProC and RDB files.
20364 2003-05-06  Naba Kumar  <naba@gnome.org>
20366         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20367         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20368         Uncomment (Box & Stream), Select the current function,
20369         authorize the "Quit" button of the GotoLine window
20371 2003-05-05  Naba Kumar  <naba@gnome.org>
20373         * src/watch_gui.h: CVS added new file.
20375         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20377         Patch from Etay Meiri <etay-m@bezeqint.net>
20378         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20379         src/mainmenu_callbacks.c, src/message-manager.cc,
20380         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20381         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20382         Ported stack trace to GNOME2 and added it in the message manager
20383         pane.
20385 2003-05-02  Naba Kumar  <naba@gnome.org>
20387         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20388         
20389         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20390         preferences property.
20391         
20392         * anjuta.prj: Fixed multiple preferences saved data.
20393         
20394         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20395         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20396         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20397         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20398         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20399         Upgraded scitilla from CVS with faster window repaint
20400         and more bugfixes.
20401         
20402         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20403         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20404         and code cleanups
20405         
20406 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20408         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20409         the window if messages are appended to the end and the scrollbar is
20410         at the end.
20412 2003-04-29  Naba Kumar  <naba@gnome.org>
20414         * configure.in: Removed omf-install from Makefiles list.
20416 2003-04-28  Naba Kumar  <naba@gnome.org>
20418         * po/POTFILES.in: Remvoded deleted files.
20419         
20420         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20421         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20423         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20424         is executed as detached) is not set properly.
20425         
20426 2003-04-25  Naba Kumar  <naba@gnome.org>
20427         
20428         * anjuta.prj: Updated.
20429         * src/anjuta_info.c: Fixed text wrapping and column view.
20430         * data/welcome.txt.in: Removed unaligned characters.
20431         
20432 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20433         * src/main_menubar.c: Disable setup dialog.
20435 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20436         * src/breakpoints.c; Fixed compilation with older GCC
20437         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20438         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20440 2003-04-18  Naba Kumar  <naba@gnome.org>
20442         * anjuta.prj: Updated (includes compiler options).
20443         
20444         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20445         function from anjuta.c (it was already available in anjuta-tools.c).
20446         
20447 2003-04-18  Naba Kumar  <naba@gnome.org>
20449         * src/about.c, THANKS: Updated
20450         
20451         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20452         
20453         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20454         properly from the project session before updating the file
20455         view.
20456         
20457         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20458         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20459         dialog settings (as it will not be required once GDL is in place) and
20460         added file view filters in the settings sub-menu.
20462 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20463         * HACKING: Updated
20464         * configure.in: Disable cast checks on final build.
20466 2003-04-17  Naba Kumar  <naba@gnome.org>
20468         * src/build_project.c: Fixed a compilation error.
20470         * src/launcher.c: Removed commnets.
20471         
20472         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20473         properties from editor tab to indentation tab and fixed a property
20474         label for proper i18n translation. Fixed typos in project config
20475         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20476         sorting and reordering in compiler options dialog.
20477         
20478         * src/compiler_options.c: Implemented _save() function to save the
20479         options (which was pending).
20480         
20481         * src/build_project.c: Destroys install-as-root dialog when it is done.
20482         
20483         * src/an_symbol_view.c: Change "event" event to "event-after" so
20484         that symbol row is selected first before the popup is shown.
20485         
20486 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20488         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20489         file in CVS/Entries. (Reviewed and applied by Biswa)
20491 2003-04-16  Naba Kumar  <naba@gnome.org>
20493         * aneditor.cxx: use unicode everytime (fixed unicode related
20494         bugs).
20496         * anjuta.prj: Fixed UI editor name (blank to use default) and
20497         anjuta version.
20498         
20499         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20500         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20501         Editor preferences page.
20503 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20504         * src/anjuta.[ch], src/print.c: Fixed warnings
20505         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20506         * configure.in: Profiling support with gprof
20508 2003-04-16  Naba Kumar  <naba@gnome.org>
20510         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20511         * src/launcher.c: Fixed cvs dialog.
20512         
20513 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
20514         
20515         * src/message-manager-private.cc: Fixed double-click on first line of 
20516         output to properly select a line.
20517         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20518         because still was a deprecatd GtkCTreeNode and always NULL anyway.
20520 2003-04-15  Naba Kumar  <naba@gnome.org>
20522         * src/message-manager-private.cc: Fixed the glade filename typo.
20524 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20525         * scintilla/*, data/properties/*: Scintilla CVS merge
20526         * anjuta.prj: Removed unnecessary files.
20527         * scintilla/PlatGTK.cxx: Force Pango fonts always
20528         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20529         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20530         for preferences.
20531         * configure.in: Change version no. for 1.1.1 (alpha release)
20532         * configure.in: Added '--with-pref-suffix' option.
20533         * config.guess, config.sub: Removed from CVS.
20535 2003-04-15  Naba Kumar  <naba@gnome.org>
20537         Patch from Timothee Besset  <ttimo@idsoftware.com>
20538         * Makefile.am: Fixed a shell script error during intallation.
20539         
20540 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20542         Reviewed by Naba Kumar  <naba@gnome.org>
20543         * src/message-manager.cc: Added popup-menu to TreeView and fixed
20544         set_wm_class to use "anjuta" instead of "an.
20545         * src/message-manager-private.cc: Headers are hidden again.
20547 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20548         * src/project_dbase_gui.c: Memory corruption fix.
20549         * anjuta.prj: Updated project file
20551 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20552         * an_file_view.c: Connect to event-after signal rather than event so that
20553         selection is updated first and thus context menu is for the right file.
20554         Reviewed and applied by Biswa.
20556 2003-04-14  Naba Kumar  <naba@gnome.org>
20558         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20559         
20560         * src/auncher.c: More child exit fixes
20561         from Timothee Besset  <ttimo@idsoftware.com>
20563 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20564         
20565         Reviewed by Naba Kumar  <naba@gnome.org>
20566         
20567         * src/message-manager.[c/h], src/message-manager-private[c/h],
20568                 anjuta.[c/h]: Ported message-manager to Gtk2
20569         
20570         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20571         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20572         src/clean_project.c, src/compile.c, src/configurer.c,
20573         src/controls.c, src/cvs.c, src/debugger.c,
20574         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20575         src/project_import.c, src/search-replace.c: Changed name from
20576         AnjutaMessageManager to AnMessageManager to avoid too long type
20577         and funtion names.
20579 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20580         * src/launcher.c: Fix build won't stop problem - TTimo
20581         * TODO: Updated
20582         * pixmaps/anjuta_splash.c: New splash screen prototype.
20583         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20584         * src/compiler_options.c: Mute pkgconfig errors.
20585         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20587 2003-04-10  Naba Kumar  <naba@gnome.org>
20589         * configurer.[c,h]: Fixed dialog to close properly.
20590         * src/project_dbase.c, widgets/gnomefilelist.c: Added
20591         debugging asserts.
20592         
20593 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20594         * anjuta.prj: Removed unnecessary files, load with 1.2.0
20595         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20596         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20597         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20598         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20599         src/makefile.am: Move gdl to it's own directory.
20600         * global-tags/create_global_tags.sh: Silently ignore SDL error.
20602 2003-04-09  Naba Kumar  <naba@gnome.org>
20604         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20605         branch.
20607 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20608         * src/anjuta-tools.c: Use CDATA for saving tools data.
20609         * anjuta.glade, src/search-replace.c: Port from branch.
20610         * widgets/e-splash.*, src/main.c: Better splash screen.
20611         * configure.in, widgets/gdl*: Import GDL widgets.
20612         * ROADMAP: Updated roadmap.
20613         * src/an_file_view.c: Use GDL icons for file tree.
20615 2003-04-09  Naba Kumar  <naba@gnome.org>
20617         * anjuta.glade: Added (hidden) initial setup-wizard window.
20618         
20619         Patch from: Vitaly  <vvv@rfniias.ru>
20620         * src/preferences.c: Fixes a bug with libglace widget access with
20621         translated strings.
20623         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20624         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20625         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20626         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20627         src/toolbar_callbacks.[c,h],
20628         src/memory.c, src/message-manager-private.cc,
20629         src/message-manager-private.h, src/message-manager.cc,
20630         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20631         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20632         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20633         watch window to a subwindow in the notebook
20635 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20636         * ROADMAP: Updated roadmap.
20638 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20640         * configure.in: Added Belarusian to ALL_LINGUAS.
20642 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20643         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20644         Henry Jia
20645         * ROADMAP: Added roadmap for HEAD.
20647 2003-03-29  Naba Kumar  <naba@gnome.org>
20649         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20650         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20651         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20652         (new) pixmaps/start-with-wizard.png,
20653         (new) pixmaps/start-with-import.png,
20654         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20655         up on anjuta start-up to give quick access to opening file/project or
20656         creation wizards.
20658         * src/main.c: Sets proper data directory for the gnome
20659         program.
20661 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20662         * src/text_editor.c: Fixed error/warning indicators.
20664 2003-03-24  Naba Kumar  <naba@gnome.org>
20666         * README: Correct version.
20667         
20668 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20670         * configure.in: Added checks to see if were building on FreeBSD
20671         systems.  Sets -DFREEBSD if we are, and also attempts to find
20672         gmake if the host system is FreeBSD.
20674         * src/getline.c: New file used to provide the getline function,
20675         which isnt available on a FreeBSD system.  The function is only
20676         defined if FREEBSD is defined.
20678         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20680         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20681         configure.in sets this to gmake on FreeBSD systems, and make
20682         on everything else.
20684 2003-03-23  Naba Kumar  <naba@gnome.org>
20686         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20687         
20688         * anjuta.spec.in: Fixed spec file for correct file paths and
20689         corrected rpmbuild.
20691         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20692         the rpm build command separately now.
20693         
20694         * src/anjuta.c, windows-dialog.c: Added some more window management
20695         stuffs (not still fully working, though).
20697         * TODO: Updated.
20699 2003-03-22  Naba Kumar  <naba@gnome.org>
20701         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20703 2003-03-21  Naba Kumar  <naba@gnome.org>
20705         * README: Removed Andy Piper's name from the active maintainers
20706         list on his request.
20707         
20708         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20709         preferences.
20710         
20711         * src/anjuta-tools.c: Fixed compiler errors.
20713         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20714         show bugs.
20715         
20716         * src/commands.c, src/src_paths.c, src/style-editor.c,
20717         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20718         becuase they are now hidden by default (from glade editing).
20719         
20720         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20721         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20722         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20723         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20724         basic windows managements.
20725         
20726 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20727         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20728         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20729         Enver ALTIN (a.k.a. skyblue)
20731 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20732         * tagmanager/*: Added ignore-list for symbols. This will make
20733         parsing more accurate for projects. Doc updates needed.
20735 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20736         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20737         * launcher/Makefile.am: Link to correct libraries
20738         * src/launcher.c: Do not allow NULL shell
20740 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20741         * src/debug_tree.c: Improve debug tree view.
20743 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20745         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20746         'Run Configure Script' and 'Execute Program'. Increase minimum width
20747         of Configure dialog.
20748         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20749         list widget by setting a model and adding a column and renderer.
20750           Actually store the nocvs toggle button in FindInFiles data structure.
20751           Handle selection changes via changed signal rather than row_activated.
20752           Use response signal for handling the close and find buttons.
20753           Close window when escape is pressed.
20754         * find_replace.c: Close window when escape is pressed.
20755         * find_text.c: Close window when escape is pressed in find dialog as
20756         well as wrap search question, where now Yes is the default button.
20758 2003-03-05  Naba Kumar  <naba@gnome.org>
20760         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20762         * src/message-manager-private.cc: Fixed a bug with vte conditional
20763         compilation.
20764         * anjuta.glade: Hides all windows in glade file.
20766 2003-03-05  Naba Kumar  <naba@gnome.org>
20768         * src/an_file_view.c: Fixed a compilation warning.
20769         * src/message-manager-private.cc: Conditional compilation for vte
20770         API.
20771         
20772 2003-02-28  Naba Kumar  <naba@gnome.org>
20774         * configure.in, anjuta.spec.in: Updated dependency packages version.
20775         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20776         * src/preferences.c: Added debug assertions.
20777         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20778         editor to enable/disable bringing the recent editor tabs first.
20779         
20780         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20781         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20782         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20783         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20784         and     bug fixes. Also code clean ups.
20785         
20786         * (new) src/search-replace.[h,c]: New search replace implementation
20787         from ANJUTA_1_0_0 branch.
20788         
20789         * (new) src/windows-dialog.[h,c]: New windows management class
20790         [work in progress].
20792 2003-02-28  Naba Kumar  <naba@gnome.org>
20794         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20795         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20796         src/appwizard.c, src/build_file.c, src/build_project.c,
20797         src/clean_project.c, src/compile.c, src/configurer.c,
20798         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20799         src/message-manager-dock.c, src/message-manager-dock.h,
20800         src/message-manager-private.cc, src/message-manager.cc,
20801         src/preferences-dialog.c, src/preferences-dialog.h,
20802         src/preferences.c, src/preferences.h, src/project_dbase.c,
20803         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20804         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20805         src/utilities.c, src/utilities.h:
20806         
20807         Widgetized Preferences and gave proper function names.
20809         * src/executer.c: Fixed a session loading bug.
20810         
20811 2003-02-27  Naba Kumar  <naba@gnome.org>
20813         * printing/print.c: Fixed printing font bug that failed to load the
20814         proper fonts.
20815         
20816         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20817         
20818         * TODO, anjuta.prj: Updated.
20820 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20822         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20823         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20824         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20825         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20826         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20827         fixed omf errors
20829 2003-02-25  Naba Kumar  <naba@gnome.org>
20831         * Makefile.am: Excluded omf-install from installation as the docs are
20832         not ready.
20833         
20834         TODO: Updated.
20835         
20836         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20837         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20838         property names and added new editor properties and code cleanups.
20839         Also added new project properties.
20840         
20841         * src/compiler_options.[h,c]: Added pkg-config packages supports
20842         and fixed bugs.
20843         
20844         * src/glade_iface.h: Cleanups.
20845         
20846         * src/launcher.c: Used timer instead of idle to scan.
20847         
20848         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20849         src/project_config.[h,c], src/project_import.c: Implemented project
20850         property to define GUI editor and to handle it.
20851         
20852         * src/preferences.c: i18n fixes.
20853         
20854         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20855         unused (and old) pixmaps.
20856         
20857         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20858         
20859 2003-02-25  Naba Kumar  <naba@gnome.org>
20861         * src/message-manager-private.[h,cc], src/preferences.c,
20862         anjuta.glade, anjuta_dialog_strings.c: Implemented
20863         gnome terminal profiles for the terminal preferences and moved the
20864         addition of terminal preferences in the terminal constructor.
20865         
20866         * anjuta.prj: Updated.
20868 2003-02-24  Naba Kumar  <naba@gnome.org>
20870         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20871         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20872         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20873         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20874         preferences dialog.
20876         * TODO: Updated.
20878         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20879         text selection and child re-spawning.
20881         * src/pixmaps.h: Removed unused pixmaps definitions.
20882         
20883 2003-02-23  Naba Kumar  <naba@gnome.org>
20885         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20886         the project tree/window.
20888         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20889         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20890         Correct the use of a variable and implemented session save/load
20891         for tree expansion states.
20892         
20893         * src/main_menubar_def.h: Fixed shortcuts keys.
20894         
20895         * src/anjuta.c, src/gnome_project.c: Code clean ups.
20896         
20897         * anjuta.prj: Updated.
20898         
20899 2003-02-22  Naba Kumar  <naba@gnome.org>
20901         * src/debug_tree.[c,h]: GNOME2 port from 
20902         Etay Meiri <etay-m@bezeqint.net>
20903         
20904         * src/an_file_view.c, src/resources.[h,c],
20905         data/properties/bash.properties,
20906         data/properties/cpp.properties,
20907         data/properties/html.properties,
20908         data/properties/make.properties,
20909         data/properties/others.properties,
20910         data/properties/perl.properties,
20911         data/properties/props.properties,
20912         data/properties/xml.properties: Standarized file icons. Icons are
20913         defined in respective .properties file and are retrieved as resource
20914         data.
20916         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
20917         in labels from the commands editor as that would create
20918         problems for translators.
20920 2003-02-21  Naba Kumar  <naba@gnome.org>
20922         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
20923         as they should be part of CVS(?).
20925         * Makefile.am: Corrected a typo for glade generated strings file.
20927         * configure.in, po/hi.po: Added new Hindi (hi) translation
20928         in ALL_LINGUS and added initial Hindi translation.
20930         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
20931         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
20932         sv_unknown.xpm to more proper icon.
20934         * (new)data/properties/php.properties, data/properties/Makefile.am,
20935         data/properties/anjuta.properties, data/properties/html.properties:
20936         Fixed PHP syntax hilighting bug by separating php properties into
20937         different file (because of file size).
20939         * TODO: Updated.
20940         
20941 2003-02-20  Naba Kumar <naba@gnome.org>
20943         * src/breakpoints.c: Fixed breakpoints session saving/loading
20944         crash bug.
20945         
20946         * scintilla/*, scintilla/include/*: Updated to scintilla
20947         release 1.51
20948         
20949 2003-02-19  Naba Kumar <naba@gnome.org>
20951         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
20952         * TODO: Updated.
20954         * Makefile.am, src/Makefile.am,
20955         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
20956         (removed) src/anjuta_dialog_strings.c,
20957         (removed) src/anjuta_dialogs_strings.c,
20958         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
20959         (added) anjuta.glade: Transfered glade files from src/ directory
20960         to the top level directory.
20962         * po/POTFILES.in: Updated.
20963         
20964         * (removed) macrocs2/*: Transfered to data/ directory.
20965         
20966         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
20967         data/Makefile.am: Moved macros in data directory. Anjuta no longer
20968         requires to have macros dir, but the projects generated by anjuta
20969         require them.
20970         
20971         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
20972         trees.
20973         
20974         * src/defaults.c: Corrected default compiler options.
20975         
20976         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
20977         wizard.
20978         
20979         * src/message-manager-private.cc, src/message-manager-private.h,
20980         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
20981         
20982         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
20983         source code generation for gnome2 projects.
20985 2003-02-11  Naba Kumar <naba@gnome.org>
20987         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
20988         restores the expand/collaspe states of the nodes after refresh.
20989         
20990         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
20991         
20992 2003-02-11  Naba Kumar <naba@gnome.org>
20994         * src/style-editor.c: Fixed pango font description handling for fonts.
20995         * src/anjuta.glade: Removed font size spin button.
20996         * configure.in, src/anjuta.prj: Corrected version.
20997         * TODO: update.
20998         
20999 2003-02-10  Naba Kumar <naba@gnome.org>
21001         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
21002         references of scroll-menu.h and add about.h in Makefile.am.
21003         
21004         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
21005         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
21006         (removed) widgets/scroll-menu.h: Removed unused files.
21007         
21008         * Makefile.am: Added proper i18n rules and added intl tools for
21009         distributions.
21010         
21011         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
21012         to the stable release).
21013         
21014         * anjuta.spec.in: Removed manuals packaging.
21015         
21016         * data/Makefile.am: Removed 'macros' installation (not required for
21017         gnome2 projects).
21019 2003-02-10  Naba Kumar <naba@gnome.org>
21021         * po/POTFILES.in: Updated.
21023         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
21024         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21025         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21026         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21027         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21028         icons and images.
21030         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21031         src/toolbar_callbacks.h: Fixed scintilla notification signal name
21032         and fixed to properly handle focus in find entry box.
21034         * Makefile.am: Added code for RH system menu update.
21036         * .cvsignore: Updated.
21038         * NEWS: Updated.
21040 2003-02-03  Naba Kumar <naba@gnome.org>
21042         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21043         editor preferences. and fixes dialogs.
21045         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21046         Fixed linenumbers and header margins when they are disabled and
21047         removed unused header files.
21049         * src/attact_process.[h,c], src/debugger.c: Attach to process
21050         now works.
21052         * src/help.c: Fixed dialog response.
21054         * TODO: Updated.
21056         * data/properties/anjuta.properties: Corrected typo.
21058         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21059         Change the signal to "changed" in entry from "selection-changed" in
21060         list.
21062         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21063         short-cuts.
21065 2003-01-31  Naba Kumar <naba@gnome.org>
21067         * configure.in: Upgraded to use libgnomeprint-2.2
21068         
21069         * printing/Makefile.am: Updated
21070         
21071         *(removed) printing/print-doc.c, printing/print-doc.h,
21072         printing/print-util.c, printing/print-util.h: Removed because already
21073         merged with print.c.
21074         
21075         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21076         and libgnomeprintui-2.2 and fixed rendering problems.
21077         
21078         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21079         uneccessary print properties, as they are separately taken
21080         care in gnomeprint.
21081         
21082         * po/POTFILES.in: Update.
21084 2003-01-30  Naba Kumar <naba@gnome.org>
21086         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21087         for about dialog box.
21088         
21089         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21090         src/pixmaps.h: Modified for the above additions for about dialog.
21092 2003-01-29  Naba Kumar <naba@gnome.org>
21094         * src/style_editor.[c,h]: Added missing files.
21095         
21096 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21097         * scintilla/XPM.[cxx|h]: Added missing files
21099 2003-01-29  Naba Kumar <naba@gnome.org>
21100         
21101         * TODO, po/POTFILES.in: Updated.
21102         
21103         * anjuta.prj, src/anjuta.glade,
21104         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21106 2003-01-28  Naba Kumar <naba@gnome.org>
21107         
21108         * data/properties/anjuta.properties, src/aneditor.cxx,
21109         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21110         properties into text properties (earlier it was int properties).
21112         * TODO: Updated
21113         
21114         * scintilla/AutoComplete.c,xx,
21115         scintilla/AutoComplete.h,
21116         scintilla/CallTip.c,xx,
21117         scintilla/CallTip.h,
21118         scintilla/Document.c,xx,
21119         scintilla/Document.h,
21120         scintilla/Editor.c,xx,
21121         scintilla/Editor.h,
21122         scintilla/LexAVE.c,xx,
21123         scintilla/LexCSS.c,xx,
21124         scintilla/LexHTML.c,xx,
21125         scintilla/LexOthers.c,xx,
21126         scintilla/LexPython.c,xx,
21127         scintilla/LineMarker.c,xx,
21128         scintilla/LineMarker.h,
21129         scintilla/Makefile.am
21130         scintilla/PlatGTK.c,xx,
21131         scintilla/PropSet.c,xx,
21132         scintilla/ScintillaBase.c,xx,
21133         scintilla/ScintillaBase.h,
21134         scintilla/ScintillaGTK.c,xx,
21135         scintilla/ViewStyle.c,xx,
21136         scintilla/include/Platform.h,
21137         scintilla/include/SciLexer.h,
21138         scintilla/include/Scintilla.h,
21139         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21140         
21141         
21142         src/Makefile.am,
21143         src/an_file_view.c,
21144         src/an_symbol_view.c,
21145         src/anjuta-tools.c,
21146         src/anjuta.c,
21147         src/anjuta.glade
21148         src/anjuta.h,
21149         src/anjuta_cbs.c,
21150         src/anjuta_dialogs_strings.c,
21151         src/anjuta_info.c,
21152         src/commands.c,
21153         src/compiler_options.c,
21154         src/debugger.c,
21155         src/help.c,
21156         src/main_menubar.c,
21157         src/main_menubar.h,
21158         src/main_menubar_def.h,
21159         src/mainmenu_callbacks.c,
21160         src/mainmenu_callbacks.h,
21161         src/message-manager-private.c,c
21162         src/message-manager-private.h,
21163         src/message-manager.c,c
21164         src/message-manager.h,
21165         src/pixmaps.h,
21166         src/preferences.c,
21167         src/preferences.h,
21168         src/project_config.c,
21169         src/project_dbase.c,
21170         src/project_dbase_gui.c,
21171         src/project_import_gui.c,
21172         src/properties.c,xx,
21173         src/properties.h,
21174         src/resources.c,
21175         src/src_paths.c,
21176         src/text_editor.c,
21177         src/text_editor_gui.c,
21178         src/toolbar.c,
21179         src/utilities.c,
21180         src/utilities.h,
21181         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21182         
21183 2003-01-24  Naba Kumar <naba@gnome.org>
21185         * src/text_editor_gui.c, src/toolbar.c,
21186         src/text_editor.c, src/text_editor_cbs.h:
21187         Used correct notification signal name for scintilla
21188         (gtk2) and fixed UI.
21189         
21190         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21191         when not required.
21192         
21193         * printing/print-doc.c,
21194         printing/print.c,,
21195         src/anjuta-tools.c,
21196         src/find_replace.c,
21197         src/goto_line.c,
21198         src/launcher.c,
21199         src/mainmenu_callbacks.c,
21200         src/project_dbase.c,
21201         src/project_dbase.h,
21202         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21203         src/text_editor.c,
21204         src/text_editor_cbs.h:
21207 2003-01-23  Naba Kumar <naba@gnome.org>
21209         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21210         correct stock icons and organized pixmap macros.
21211         
21212         Makefile.am: Removed non-generated files.
21213         
21214         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21215         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21216         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21217         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21218         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21219         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21220         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21221         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21222         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21223         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21224         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21225         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21226         stop.xpm, undo.xpm}: Removed because no longer used.
21228         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21229         file_unknown.xpm}: Files renamed from fv_*, as it would
21230         be the right name.
21232         * pixmaps/Makefile.am: Updated for the above changes.
21234 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21236         * pixmaps/autocomplete-16.png,
21237         pixmaps/autocomplete.png,
21238         pixmaps/block-end-16.png,
21239         pixmaps/block-end.png,
21240         pixmaps/block-start-16.png,
21241         pixmaps/block-start.png,
21242         pixmaps/bookmark-first-16.png,
21243         pixmaps/bookmark-first.png,
21244         pixmaps/bookmark-last-16.png,
21245         pixmaps/bookmark-last.png,
21246         pixmaps/bookmark-next-16.png,
21247         pixmaps/bookmark-next.png,
21248         pixmaps/bookmark-prev-16.png,
21249         pixmaps/bookmark-prev.png,
21250         pixmaps/error-next-16.png,
21251         pixmaps/error-next.png,
21252         pixmaps/error-prev-16.png,
21253         pixmaps/error-prev.png: gnome2-styled icons
21256 2003-01-23  Naba Kumar <naba@gnome.org>
21258         * anjuta.prj: Updated compiler options.
21259         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21261         * src/aneditor.cxx,
21262         src/anjuta.c,
21263         src/anjuta.glade,
21264         src/anjuta_dialogs_strings.c,
21265         src/mainmenu_callbacks.c,
21266         src/mainmenu_callbacks.h,
21267         src/text_editor.c,
21268         src/text_editor_cbs.c,
21269         src/text_editor_gui.c: GNOME2 Porting.
21271 2003-01-22  Naba Kumar <naba@gnome.org>
21273         * ChangeLog: Corrected dates.
21274         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21275         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21276         preferences.
21278 2003-01-22  Naba Kumar <naba@gnome.org>
21279         
21280         * plugins/patch/patch-plugin.c: Bug fix.
21281         
21282         * src/anjuta-tools.c,
21283         src/anjuta.c,
21284         src/anjuta.glade,
21285         src/anjuta.h,
21286         src/anjuta_dialogs_strings.c,
21287         src/breakpoints.c,
21288         src/cvs_gui.c,
21289         src/debugger.c,
21290         src/debugger.h,
21291         src/executer.c,
21292         src/glade_iface.c,
21293         src/main.c,
21294         src/mainmenu_callbacks.c,
21295         src/mainmenu_callbacks.h,
21296         src/preferences.c,
21297         src/project_dbase.c,
21298         src/project_dbase_gui.c,
21299         src/registers.c,
21300         src/sharedlib.c,
21301         src/signals.c,
21302         src/signals_cbs.c,
21303         src/source.c,
21304         src/stack_trace.c,
21305         src/toolbar_callbacks.c,
21306         src/utilities.c,
21307         src/utilities.h,
21308         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21309         
21310         * src/Makefile.am,
21311         (removed) src/CORBA-Server.c,
21312         (removed) src/CORBA-Server.h,
21313         (removed) src/Gladen-common.c,
21314         (removed) src/Gladen-stubs.c,
21315         (removed) src/Gladen.h,
21316         (removed) src/Prj-common.c,
21317         (removed) src/Prj-skelimpl.c,
21318         (removed) src/Prj-skels.c,
21319         (removed) src/Prj-stubs.c,
21320         (removed) src/Prj.h,
21321         (removed) src/glades.c,
21322         (removed) src/glades.h,
21323         (removed) src/messagebox.c,
21324         (removed) src/messagebox.h: Removed because no longer used.
21326 2003-01-21  Naba Kumar <naba@gnome.org>
21328         * src/anjuta-tools.c,
21329         src/anjuta.c,
21330         src/anjuta.glade,
21331         src/anjuta_dialogs_strings.c,
21332         src/anjuta_info.c,
21333         src/anjuta_info.h,
21334         src/breakpoints.c,
21335         src/compiler_options.c,
21336         src/debugger.c,
21337         src/find_replace.c,
21338         src/find_replace.h,
21339         src/find_text.c,
21340         src/find_text.h,
21341         src/goto_line.c,
21342         src/launcher.c,
21343         src/text_editor.c,
21344         widgets/gnomefilelist.c: GNOME2 porting.
21346 2003-01-20  Naba Kumar <naba@gnome.org>
21348         * global-tags/create_global_tags.sh: Uses pkg-config to
21349         read the modules.
21350         
21351         * src/anjuta.c,
21352         src/anjuta.glade,
21353         src/anjuta.h,
21354         src/anjuta_cbs.c,
21355         src/anjuta_dialogs_strings.c,
21356         src/breakpoints.c,
21357         src/breakpoints.h,
21358         src/compiler_options.c,
21359         src/compiler_options.h,
21360         src/fileselection.c,
21361         src/fileselection.h,
21362         src/mainmenu_callbacks.c,
21363         src/project_dbase_gui.c,
21364         src/session.c,
21365         src/src_paths.c,
21366         src/src_paths.h,
21367         src/text_editor.c,
21368         src/text_editor_gui.c,
21369         widgets/gnomefilelist.c,
21370         widgets/gnomefilelist.h: GNOME2 porting.
21371         
21372         * widgets/Makefile.am,
21373         (removed) widgets/gnomedirlist.c,
21374         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21375         
21376         * src/Makefile.am,
21377         (removed) src/src_paths_cbs.c,
21378         (removed) src/src_paths_cbs.h,
21379         (removed) src/src_paths_gui.c,
21380         (removed) src/compiler_options_cbs.c,
21381         (removed) src/compiler_options_cbs.h,
21382         (removed) src/breakpoints_cbs.c,
21383         (removed) src/breakpoints_cbs.h: Removed because they are now
21384         combined in singe file
21386 2003-01-16  Naba Kumar <naba@gnome.org>
21388         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21389         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21390         options dialog UI and data handling.
21393 2003-01-15  Naba Kumar <naba@gnome.org>
21395         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21396         Completed command editor porting.
21397         
21398         * src/anjuta.c: Removed the use of commands load function
21399         (not required).
21401         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21402         and unrefs.
21404         * src/anjuta-tools.c: Fixed translatable strings.
21405         
21406         * src/find_text.c: Fixed dialog creation from glade.
21407         
21408         * src/text_editor_gui.c, src/text_editor.c,
21409         src/text_editor_cbs.c: Completed port of detached text editor
21410         to gnome2 plateform.
21411         
21412 2003-01-14  Naba Kumar <naba@gnome.org>
21414         * src/anjuta.glade, src/preferences.[h,c],
21415         src/anjuta_dialogs_strings.c: Added build and editor
21416         preferences pages and other UIs. Fixed preferense loading and saving.
21417         
21418         * src/anjuta.c: Does case-insensitive match for tabs position
21419         preferences and removed preferences loading (done at _new() call).
21420         
21421         * anjuta-tools.c: Debugged tools dialog handling.
21422         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21423         
21424 2003-01-13  Naba Kumar <naba@gnome.org>
21426         * ABOUT-NLS: Update (strange).
21428         * autogen.sh: Removed blocking code.
21430         * configure.in: Fixed an autogen bug.
21431         
21432 2003-01-13  Naba Kumar <naba@gnome.org>
21434         * (new)src/anjuta.gladep
21435         (new)src/messagebox.c
21436         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21437         will be gradually removed (and then the files).
21438         
21439         * Makefile.am,
21440         anjuta.prj,
21441         printing/print-util.c,
21442         printing/print.c,
21443         scintilla/ScintillaGTK.c,xx
21444         src/Makefile.am,
21445         src/an_file_view.c,
21446         src/an_symbol_view.c,
21447         src/anjuta.c,
21448         src/anjuta.glade
21449         src/anjuta.h,
21450         src/anjuta_dialogs_strings.c,
21451         src/anjuta_gui.c,
21452         src/attach_process.c,
21453         src/attach_process.h,
21454         src/breakpoints.c,
21455         src/breakpoints.h,
21456         src/breakpoints_cbs.c,
21457         src/commands.c,
21458         src/commands.h,
21459         src/compiler_options.c,
21460         src/compiler_options.h,
21461         src/compiler_options_cbs.c,
21462         src/configurer.c,
21463         src/configurer.h,
21464         src/controls.c,
21465         src/cvs_cbs.c,
21466         src/debug_tree.c,
21467         src/debug_tree.h,
21468         src/executer.c,
21469         src/executer.h,
21470         src/find_in_files.c,
21471         src/find_in_files.h,
21472         src/find_in_files_cbs.c,
21473         src/find_replace.c,
21474         src/find_replace.h,
21475         src/find_text.c,
21476         src/find_text.h,
21477         src/goto_line.c,
21478         src/help.c,
21479         src/help.h,
21480         src/launcher.c,
21481         src/main.c,
21482         src/main_menubar.c,
21483         src/mainmenu_callbacks.c,
21484         src/message-manager.c,c
21485         src/pixmaps.h,
21486         src/preferences.c,
21487         src/project_config.c,
21488         src/project_config.h,
21489         src/project_dbase.c,
21490         src/project_import_cbs.c,
21491         src/resources.c,
21492         src/resources.h,
21493         src/splash.c,
21494         src/src_paths.c,
21495         src/src_paths.h,
21496         src/src_paths_gui.c,
21497         src/text_editor.c,
21498         src/text_editor_gui.c,
21499         src/toolbar.c,
21500         src/toolbar.h,
21501         src/utilities.c,
21502         src/utilities.h,
21503         src/wizard_gui.c,
21504         widgets/gnomefilelist.c: GNOME2 Port.
21506 2003-01-10  Naba Kumar  <naba@gnome.org>
21508         * src/an_file_view.c,
21509         src/anjuta_gui.c,
21510         src/appwizard_gui.c,
21511         src/compiler_options.c,
21512         src/compiler_options_cbs.c,
21513         src/cvs_cbs.c,
21514         src/executer.c,
21515         src/fileselection.c,
21516         src/find_in_files.c,
21517         src/goto_line.c,
21518         src/main_menubar.c,
21519         src/memory.c,
21520         src/message-manager-dock.c,
21521         src/preferences.c,
21522         src/project_dbase_gui.c,
21523         src/project_import_gui.c,
21524         src/registers_gui.c,
21525         src/sharedlib_gui.c,
21526         src/src_paths_gui.c,
21527         src/text_editor_gui.c,
21528         src/toolbar.c,
21529         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21531 2003-01-09  Naba Kumar <naba@gnome.org>
21533         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21534         problems with some comments.
21536         * anjuta.prj: New project file (updated?)
21538         * src/Makefile.am: Enabled deprecated API and fixed variables.
21540         * src/an_file_view.c,
21541         src/an_symbol_view.c,
21542         src/anjuta-plugins.c,
21543         src/anjuta-tools.c,
21544         src/anjuta.c,
21545         src/anjuta_gui.c,
21546         src/appwizard_cbs.c,
21547         src/attach_process.c,
21548         src/attach_process_cbs.c,
21549         src/compiler_options.c,
21550         src/compiler_options_cbs.c,
21551         src/launcher.c,
21552         src/mainmenu_callbacks.c,
21553         src/message-manager-private.c,c
21554         src/message-manager-private.h,
21555         src/message-manager.c,c
21556         src/message-manager.h,
21557         src/project_dbase.c,
21558         src/project_dbase.h,
21559         src/project_dbase_gui.c,
21560         src/project_import_cbs.c,
21561         src/project_import_gui.c,
21562         src/registers.c,
21563         src/resources.c,
21564         src/resources.h,
21565         src/sharedlib.c,
21566         src/signals.c,
21567         src/signals_cbs.c,
21568         src/signals_gui.c,
21569         src/splash.c,
21570         src/src_paths_cbs.c,
21571         src/src_paths_gui.c,
21572         src/stack_trace.c,
21573         src/text_editor.c,
21574         src/text_editor_gui.c,
21575         src/text_editor_menu.c,
21576         src/toolbar.c,
21577         src/toolbar_callbacks.c,
21578         src/utilities.c,
21579         src/watch.c,
21580         src/watch_cbs.c,
21581         src/wizard_gui.c: GNOME porting.
21583 2002-12-24 Naba Kumar <naba@gnome.org>
21585         * AUTHORS, ChangeLog, HACKING, Makefile.am,
21586         NEWS, README, SEARCH-REPLACE,
21587         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
21588         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21589         launcher/Makefile.am,
21590         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21591         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21592         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21593         printing/print-util.c, printing/print.c, printing/print.h,
21594         scintilla/*/*, widgets/e-shell-about-box.c,
21595         src/*, tagmanager/*/*, widgets/Makefile.am,
21596         widgets/gnomefilelist.c:
21597         
21598         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21599         src/*.[c,h] files to gnome2 API.
21601         * src/anjuta_dialogs_strings.c: Added glade generated translatable
21602         strings table.
21604 2002-10-23  Naba Kumar <naba@gnome.org>
21606         * autogen.sh: Prevented Users from building HEAD cvs.
21607         
21608 2002-09-16  Stephane Demurget  <demurgets@free.fr>
21610         * src/anjuta.glade: added the compiler options dialog, hopefully
21611         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21613 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21615         * src/anjuta.glade: fixed a lot of small glitches.
21617         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21618         now.
21620         * src/breakpoints_cbs.c: polished a bit.
21622 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21624         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21626         * src/commands.c: partial gnome 2 port.
21628         * src/utilities.[ch]: changed some bits to be const.
21630 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21632         * src/Makefile.am: removed breakpoints_gui.c and added a check
21633         for gdk-pixbuf deprecated functions, but there shouldn't be much
21634         anyway.
21636         * src/breakpoints_gui.c: killed.
21638         * src/anjuta.glade: added two dialogs for the breakpoints management.
21640         * src/anjuta.h:
21641         * src/anjuta_cbs.c:
21642         * src/appwizard.c:
21643         * src/attach_process.c:
21645         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21646         really huge changes and porting work.
21647         
21648         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21649         (breakpoints_dbase_new): moved the UI init bits here.
21651         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21652         a lot, not using any color anymore (not HIG compliant) and not using
21653         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21654         to be double checked.
21656         * src/build_file.c:
21657         * src/build_project.c: gnome 2 port.
21659 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21661         * src/anjuta.glade:
21662         * src/anjuta.h:
21663         * src/anjuta_cbs.c:
21664         * src/appwizard.c:
21665         * src/breakpoints.c:
21666         * src/breakpoints_cbs.c: cleaned up some bits.
21668 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21670         * src/Makefile.am:
21671         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21673         * src/an_symbol_view.[ch]:
21674         * src/attach_process_cbs.h: polished a bit.
21676         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21678 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21680         * configure.in:
21681         * src/Makefile.am: added libglade-2 to the build.
21683         * src/anjuta.[ch]: added support for libglade.
21685         * src/anjuta.glade: added. There could be a file per top-level widget,
21686         as some other gnome projects, though.
21688         * src/attach_process_gui.c: removed.
21689         * src/attach_process.[ch]: gnome 2 port.
21690         (attach_process_new): Added the treeview init and the widget references
21691         here.
21693 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21695         * src/an_file_view.c: fixed some compilation issues.
21697         * src/an_symbol_view.c: gnome 2 port.
21699 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21701         * src/an_file_view.c: finished gnome 2 port.
21702         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21703         directory pixmap depending on the event.
21705         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21706         (project_file_data_new): use a GtkTreePath.
21708 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21710         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21711         driving me nuts but they need to be ported, heh ?
21713         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21714         work since it's quite a total rewrite again.
21716 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21718         * src/an_file_view.c:
21719         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21721 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21723         * src/anjuta_info.c:
21724         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21726 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21728         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21729         nuts ATM.
21730        
21731         * src/an_file_view.c:
21732         * src/aneditor.cxx:
21733         * src/anjuta_cbs.c:
21734         * src/compiler_options.h:
21735         * src/messagebox.c:
21736         * src/messagebox.h:
21737         * src/pixmaps.h:
21738         * src/project_dbase.h:
21739         * src/resources.h: gnome 2 port.
21741 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21743         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21745         * data/properties/sql.properties: added the DATETIME data type.
21747         * data/properties/html.properties: added the foreach php keyword.
21749 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21751         * widgets/Makefile.am: removed blank line after the last backslash
21752         for avoiding a warning from automake.
21754         * configure.in:
21755         * src/Makefile.am: added the ORBit-2 dep.
21757 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21759         * AUTHORS: added Biswa, because I wonder why noone already have
21760         written his name in the Anjuta's hall of fame :)
21762 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21764         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21765         widgets/e-shell-about-box.c: Made to compile for gnome2.
21766         
21767 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21769         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21770         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21771         
21772         * configure.in, printing/print.h, printing/print.c,
21773         printing/print-doc.c: Made to compile for gnome2.
21774         
21775 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21777         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21778         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21779         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21780         widgets/Makefile.am:
21781         
21782         Upgraded the build system to gnome2 platform.
21783         
21784 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21785         * manuals/*: Added capability to generate PDF and PS.
21786         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21787         * TODO, TODO.biswa: Intergated TODO list.
21788         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21789         , bug #574470
21790         * src/dnd.c: Fix typo
21791         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21792         * src/anjuta.c: Bug #568895, Bug #575419
21794 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21796         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21797         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21799 2002-12-17  Naba Kumar <naba@gnome.org>
21801         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21802         bugs.
21803         
21804 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21805         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21806         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21807         * anjuta.prj: Added tools.sgml
21808         * data/properties/cpp.properties: Bug # 646974
21810 2002-12-16  Naba Kumar <naba@gnome.org>
21812         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21813         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21814         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21815         on 'Enter' and adds proper focus mechanism.
21816         * src/anjuta.c: Fixed a memory corruption bug.
21817         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21818         'Enter' and can also be Canceled. Sets proper default and focus policies
21819         for tools dialogs.
21820         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21821         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21822         translatable strings in dialogs and fixed some dialog properties.
21823         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21824         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21825         * src/message_manager_private.cc: Fixed some debug messages.
21826         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21827         widgets/gnomefilelist.c: Fixed a memory leaks.
21828         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21829         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21830         src/main_menubar_def.h: Implemented incremental search.
21831         * TODO: Updated.
21833 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21834         * tagmanager/*: Minor cleanups and warning fixes.
21835         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21836         GUI during long updates.
21837         * src/text_editor.c: Remove debug message.
21839 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21840         * tagmanager/tm_project.c: Fix a memory access problem.
21842 2002-12-13  Naba Kumar <naba@gnome.org>
21844         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21845         tools list to show "Enabled" flag of the tool. Fixed a bug where
21846         tool list is not cleared when creating a new tool.
21847         
21848 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21849         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21851 2002-12-12  Naba Kumar <naba@gnome.org>
21853         * anjuta-tools.[h,c], commands.c: Used the tools help of
21854         anjuta variables list in commands editor and fixed a typos
21855         buy in anjuta-tools.c.
21856         
21857 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21858         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21859         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21860         * TODO.biswa: Added to help me track things better.
21862 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21864         * configure.in, anjuta.spec.in: Added libglade dependency.
21865         * Makefile.am: Added anjuta.glade file.
21866         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21867         , src/mainmenu_callbacks.[ch], src/message-manager.h
21868         , src/widget-registry.c: Tools editor GUI + other additions.
21870 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21872         * src/project_dbase.[ch], tagmanager/tm_project.c,
21873         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21874         Implement syncing tags image with the project database.
21875         * src/anjuta-tools.c: Implemented variable substitution and
21876         working directory in tools.
21878 2002-12-09  Naba Kumar <naba@gnome.org>
21879         
21880         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21881         command configuration language list from properties.
21882         
21883         * data/properties/asm.properties, data/properties/ruby.properties:
21884         Fixed typos.
21886 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21888         * src/an_symbol_view.c: Remember current selected entry and select
21889         it automatically after refresh.
21891 2002-11-26  Murray Cumming  <murrayc@usa.net>
21893         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21894           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21895         and gnomemm 1.2 projects so that people know they are really
21896         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21897         But I did correct these to sue lowercase names.
21899 2002-12-01  Naba Kumar <naba@gnome.org>
21901         * data/anjuta.properties: Fixed caching problem on 
21902         indicators.
21903         * src/preferences.c, src/preferences_gui.c: Implemented automatic
21904         indicators prefs.
21905         
21906 2002-12-01  Naba Kumar <naba@gnome.org>
21908         * data/properies/anjuta.properties: Corrected "indicators.automatic"
21909         property name.
21910         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21911         property and uses it.
21912         * src/aneditor.cxx: Fixed a bug associated with selection a word at
21913         current cursor.
21914         
21915 2002-11-30  Naba Kumar <naba@gnome.org>
21917         * src/debugger.c: Fixed a typo.
21918         * data/properties/*: Updated properties files and added
21919         new ones.
21920         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
21921         Added comment submenu and cleaned up ref and unref of menus.
21922         * src/aneditor.h: Added definition of comment commands.
21923         * src/aneditor.c: Upgrade from latest SciTE source code.
21924         * src/text_editor.[hc], src/text_editor_cbs.c, 
21925         src/message_manager_private.cc, src/message_manager.[cc,h],
21926         src/anjuta.[c,h]: Added indicators support for errors/warnings
21927         highlight in the editor.
21928         * NEWS, TODO: Update.
21929         * scintilla/include/PropSet.h: Removed deprecrated function.
21930         
21931 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21933         * src/anjuta-tools.[ch]: Tools implementation (basic)
21934         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
21935           , src/main_menubar_def.h: PLugins cleanup and segregation
21936         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
21937           registry
21938         * anjuta.prj: Added new files
21939         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
21940         * plugins/class-gen/clsGen.c: Register menu under 'Project'
21941         * plugins/patch/patch-plugin.c: Register menu under 'Format'
21942         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
21943         * src/Makefile.am: Added new files
21944         * src/message-manager.[cc/h]: Added standard output and error windows
21946 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
21948         * project_type.c: Fixed Gnomemm2 project type
21950 2002-11-25  Naba Kumar <naba@gnome.org>
21952         * printing/print.c: Fixed a compile warning.
21953         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
21954         * src/utilities.c: Fixed a compile warning in sparc, hides the
21955         terminal check error output from the user.
21956         * project_config.[ch], project_dbase.[ch], source.c: Added project
21957         version, exclude modules configuration and reordered other config
21958         properties. Changed some strings to more descriptive text.
21959         * src/compiler_opitions.c: Removed extra newlines from .prj file
21960         save.
21961         * anjuta.prj: Converted to new format (only reorganised properties
21962         and removed extra newlines ... nothing else).
21963         * NEWS: updated
21964         
21965 2002-11-21  Naba Kumar <naba@gnome.org>
21967         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
21968         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
21969         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
21970         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
21971         Updated to the CVS version.
21973 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21975         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
21976           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
21977           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
21978           images in completion lists. 
21979         * src/resources.h: Make C++ friendly.
21980         * scintilla/PropSet.cxx: Fix memory leak.
21982 2002-11-20  Naba Kumar <naba@gnome.org>
21984         * scintilla/*/*: Synced to latest scintilla 1.49
21985         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
21986         New lexers added.
21988         * scintilla/RESearch.cxx: The automatic cvs log in the
21989         file really broke things trying to interprete the changelog
21990         entry incorrectly as end-of-comment. Removed the $cvs line
21991         and committed again.
21992         
21993 2002-11-19  Naba Kumar <naba@gnome.org>
21995         Patch from Timothee Besset <ttimo@idsoftware.com>
21996         
21997         * src/message-manager-private.cc: Interpretes absolute
21998         file paths properly in zvt terminal.
22000 2002-11-19  Naba Kumar <naba@gnome.org>
22002         Patch from Timothee Besset <ttimo@idsoftware.com>
22003         
22004         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
22005         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
22006         (important) editor preferences in project (if there is one
22007         open).
22008         
22009         * TODO: Updated
22010         
22011 2002-11-18  Naba Kumar <naba@gnome.org>
22012         
22013         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22014         
22015         * src/debug_tree.c, src/find_in_files_gui.c,
22016         src/find_replace.c, src/find_text.c, 
22017         src/project_import.c, src/project_import_gui.c,
22018         src/wizard_gui.c: i18n Fixes.
22020 2002-11-15  Naba Kumar <naba@gnome.org>
22022         * plugins/class-gen/clsGen.c: Fixed to use project function
22023         to import files. Create non-existent directories before the
22024         sources are written.
22025         
22026         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22027         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22028         src/glade_iface.c,
22029         src/glades.c: Excluded gladen files from build. This
22030         will fix the unnecessary dependency on libssl.
22031         
22032         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22033         file import funtion.
22034         
22035         * src/message_manager_private.cc: Fixed a compiler warning with
22036         DEBUG preprocessor macro.
22037         
22038         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22039         wrong (undocked) editor window was closed on clicking close on an
22040         undocked editor window.
22041         
22042         * src/debugger.c: Fixed a bad bug where debugger terminal won't
22043         start correctly if the executable was run before with 'F3'.
22044         
22045         * src/toolbar_callbacks.c: Wrap around find next.
22046         * src/toolbar.c: Disable combo activate.
22047         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22048         button positions to get 'yes' as default.
22050         * anjuta.spec.in: Updated.
22051         
22052         * src/anjuta_info.c, src/appwizard_gui.c,
22053         src/attach_process_gui.c, src/breakpoints_gui.c,
22054         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22055         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22056         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22057         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22058         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22059         src/preferences.c, src/preferences_gui.c, src/project_config.c,
22060         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22061         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22062         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22063         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22064         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
22065         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22066         plugins/patch/patch-plugin.c, printing/print-util.c:
22067         Set all windows and dialogs transient
22068         to their parents so that they remain floated above their parents.
22069         
22070 2002-11-13  Naba Kumar <naba@gnome.org>
22072         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22073         take default editor font).
22074         
22075         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22076         Corrected email address.
22077         
22078         * src/mainmenu_callbacks.c: Used spaces instead of tabs
22079         for changelog entry.
22081         * NEWS: Updated.
22082         
22083 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22084         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22086 2002-11-06  Naba Kumar <naba@gnome.org>
22088         * README: Updated
22089         * anjuta.spec.in: Ships the .omf files with the
22090         documents instead of the base package.
22091         
22092 2002-11-04  Naba Kumar <naba@gnome.org>
22094         * data/properties/latex.properties: Fixed a bug.
22095         * ChangeLog: Released 1.0.0 stable.
22097 2002-11-04  Naba Kumar <naba@gnome.org>
22099         * src/commands.c: Added command with shell redirection capability.
22100         * data/properties/anjuta.properties: Changed default execution
22101         command.
22102         * src/project_dbase.c: Set project top dir in properties.
22103         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22104         * data/Makefile.am: More diskcheck error fixes.
22105         
22106         * README, anjuta.spec.in, THANKS, AUTHORS,
22107         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22108         manuals/C/anjuta-manual/authers,sgml,
22109         manuals/C/anjuta-manual/anjuta-manual.sgml,
22110         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22111         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22112         : Changed anjuta home to
22113         new URL and my email address.
22114         
22115         * manuals/C/anjuta-manual/interfaces.sgml,
22116         manuals/C/anjuta-manual/prefereces.sgml,
22117         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22118         
22119         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22120         : removed reference to the help menu as the menu is modified
22121         when no help is found (which is very likely when we are
22122         shiping the documents separately).
22123         
22124 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22125         * anjuta.spec.in: Update specfile to make multiple RPMs.
22126         * data/Makefile.am: make dist fix.
22127         * src/text_editor_menu.c: Fix compile warnings (casts).
22129 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22130         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22131         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22133 2002-11-01  Naba Kumar <naba@gnome.org>
22135         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22136         Added gnome2 macros to be used by gnome2 project wizard.
22137         
22138         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22139         from gnome-common.
22140         
22141         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22142         as it was conflicting with generated projects and is not
22143         useful for us.
22144         
22145         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22146         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22147         project generation, removed qt project as it's not complete and
22148         added gnome2 bonobo wizard.
22150 2002-10-29  Naba Kumar <naba@gnome.org>
22152         * po/POTFILES.in: Updated.
22153         * po/POTFILES.skip: Added.
22154         * preferences.h: Fixed print paper size property name.
22156 2002-10-28  Naba Kumar <naba@gnome.org>
22157         
22158         * data/user.properties, data/Makefile.am: Added user properties file
22159         which will be copied in user's ~/.anjuta/user.properties.
22160         
22161         * data/anjuta.properties: Changed a comment.
22162         
22163         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22164         
22165         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22166         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22167         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22168         item.
22170         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22171         instead of user properties file.
22172   
22173         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22174         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22175         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22176         * README, TODO: Updated.
22177         
22178 2002-10-28  Naba Kumar <naba@gnome.org>
22180     * manuals/C/anjuta-manual/figures/editor_guides.png,
22181     manuals/C/anjuta-manual/figures/editor_margins.png,
22182     manuals/C/anjuta-manual/figures/editor_markers.png,
22183     manuals/C/anjuta-manual/figures/local_variables.png,
22184     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22185     manuals/C/anjuta-manual/figures/prefs_print.png,
22186     manuals/C/anjuta-manual/figures/print_dlg.png,
22187     manuals/C/anjuta-manual/figures/print_preview.png,
22188     manuals/C/anjuta-manual/figures/symbol_browser.png,
22189     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22190     files for manual documentation.
22191     
22192     * manuals/sgmldocs.make,
22193     manuals/C/anjuta-manual/Makefile.am,
22194     manuals/C/anjuta-manual/authors.sgml,
22195     manuals/C/anjuta-manual/build.sgml,
22196     manuals/C/anjuta-manual/compileopts.sgml,
22197     manuals/C/anjuta-manual/debugger.sgml,
22198     manuals/C/anjuta-manual/execute.sgml,
22199     manuals/C/anjuta-manual/fileoperations.sgml,
22200     manuals/C/anjuta-manual/interface.sgml,
22201     manuals/C/anjuta-manual/preferences.sgml,
22202     manuals/C/anjuta-manual/projects.sgml,
22203     manuals/C/anjuta-manual/figures/arguments.png,
22204     manuals/C/anjuta-manual/figures/open_file.png,
22205     manuals/C/anjuta-manual/figures/other_opts.png,
22206     manuals/C/anjuta-manual/figures/scrshot.png,
22207     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22208     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22209     
22210     Updated anjuta manual documentation.
22212     
22213 2002-10-27  Naba Kumar <naba@gnome.org>
22215     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22216     check and modifies debugger terminal command accordingly
22217     to function properly.
22218     
22219 2002-10-25  Naba Kumar <naba@gnome.org>
22221         * manuals/sgmldocs.make: Fixed a couple of bugs.
22222         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22224 2002-10-24  Naba Kumar <naba@gnome.org>
22226         * src/debug_tree.c: Fixed a crash bug from Etay.
22228         * global_tags/create_global_tags: Added messages.
22229         Fixed infinite looping within files.
22230         
22231         * macro/autogen.sh: Removed debug and warning flags for defaults.
22232         
22233         Patch from Vadim Berezniker <vadim@berezniker.com>
22234         
22235         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22236         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22237         generation.
22239         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22240         temporarily just copy it
22242 2002-10-24  Naba Kumar <naba@gnome.org>
22244         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22245         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22246         manuals/C/anjuta-manual/compileopts.sgml,
22247         manuals/C/anjuta-manual/debugger.sgml,
22248         manuals/C/anjuta-manual/execute.sgml,
22249         manuals/C/anjuta-manual/fileoperations.sgml,
22250         manuals/C/anjuta-manual/interface.sgml,
22251         manuals/C/anjuta-manual/introduction.sgml,
22252         manuals/C/anjuta-manual/projects.sgml,
22253         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22254         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22255         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22256         manuals/ja/anjuta-manual/compileopts.sgml,
22257         manuals/ja/anjuta-manual/debugger.sgml,
22258         manuals/ja/anjuta-manual/execute.sgml,
22259         manuals/ja/anjuta-manual/fileoperations.sgml,
22260         manuals/ja/anjuta-manual/interface.sgml,
22261         manuals/ja/anjuta-manual/introduction.sgml,
22262         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22264 2002-10-24  Naba Kumar <naba@gnome.org>
22266         * src/project_type.c: added autogen for qt projects.
22267         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22268         Fixed a bug that retrieves wrong terminal command.
22269         * src/commnads.c: Added more terminal commands.
22270         * configure.in: Checks for scrollkeeper version.
22271         
22272 2002-10-22  Naba Kumar <naba@gnome.org>
22274         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22275         instead of AM_GNOME_GETTEXT.
22276         
22277         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22278         for setup-gettext for the wizard generated projects.
22280         * src/source.c: Fixed a bug where glade file wasn't generated.
22281         
22282         * src/gnome_project.c: Excluded project version from project dir
22283         name.
22284         
22285 2002-10-22  Naba Kumar <naba@gnome.org>
22287         * acinclude.m4: New file with dummy funtion for gettext
22288         cross compatibility fix.
22289         
22290         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22291         * configure.in: Fixed cflags to avoid useless warnings.
22292         * Makefile.am: EXTRA_DIST += setup-gettext.
22293         * src/toolbars.c: Added space paddings around tags label.
22295 2002-10-21  Naba Kumar <naba@gnome.org>
22297         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22298         
22299         * setup-gettext: New script to maintain gettext cross version
22300         compatibility.
22301         * configure.in, macros/autogen.sh: Fix for gettext cross version
22302         compatibility.
22303         
22304 2002-10-21  Naba Kumar <naba@gnome.org>
22306         * debug_tree.c: Fixed incorrect use of debug assertion.
22307         
22308 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22309             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22310         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22311         src/memory.c, src/memory.h, src/message-manager-private.cc:
22312         
22313         New parsing algorithm; adapted from kdevelop.
22314         Middle button menu for changing the value's display type
22316 2002-10-07  Naba Kumar <naba@gnome.org>
22318         * src/main_menubar_def.h: Changed status bar message for Help->
22319         Browse info pages. Bug #603308
22321         * src/executer.c: Made "User terminal" default for creating
22322         projects (User can always disable it later). Bug #114222
22323         
22324 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22326         * macros/autogen.sh: Require gettext 0.10.x for autogen
22327         * src/text_editor.c: Fixes Bug #595303
22328         * src/source.c: Fixes Bug #595970
22329         * src/anjuta.c: Fixes Bug #598366
22330         * scingtilla/LexCPP.cxx: Bug #602296
22331         * src/main_menubar_def.h: Bug #604363
22332         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22333         
22334 2002-10-07  Jens Georg <mail@jensgeorg.de>
22336         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22337         * gnomefilelist.c: This patch fixes the bug #611542
22338         
22339 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22341         * data/properties/Makefile.am: Added tcltk.properties file.
22342         
22343 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22345         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22346         
22347         * README: Updated README
22348         * plugins/class-gen/clsGen.c, src/message_manager.cc
22349           , src/mainmeu_callbacks.c, src/memory.c
22350           , src/project_dbase_gui.c, src/text_editor_gui.c
22351           , widgets/gnomefilelist.c: Set window icons
22352         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22353           Enabled release build (stripped + optimized binaries, etc.)
22354         * data/properties/anjuta.properties, src/commands.c,
22355           src/defaults.cFixed bug #595489 (stdin on executables)
22356         * src/appwizard.c, src/main.c, src/message-manager.cc
22357           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22358           , src/debug_tree.c: Memory related (valgrind) fixes.
22359         * src/message-manager-private.[cc,h], src/pixpams.h
22360           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22361         * anjuta.prj: Added debug_tree.c to SOURCES
22362         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22363           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22364           Compacted code and cleaned up unnecessary functions.
22365         * tagmanager/*.[ch]: Code fixes.
22366         
22367 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22368         
22369         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22370         
22371         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22372         Debug tree now detects changes of displayed variables
22373         and changes their color to red
22375 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22377         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22378         
22379         * mainmenu_callbacks.c: Set's the current file name in
22380         file save as dialog.
22381         
22382 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22384         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22386         * data/properties/tcltk.properties: New file for tcl/tk
22387         properties.
22389 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22391         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22392         Fixed a fatal bug which doesn't let building gnome2 related
22393         projects. They use different autogen.sh script. Defined new
22394         type field "gnome_macro_support".
22395         
22396         * data/autogen.sh.gnome2: New file.
22397         
22398         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22399         bug with quotes escaping in quotes.
22400         
22401         * src/message-manager-private.cc: Used event box instead
22402         of frame for local message pane, so that the borders appear
22403         properly and nicely.
22404         
22405         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22406         if there is a project open and all the files are un-docked.
22408         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22410 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22412         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22413         * THANKS: updated for new contributions
22414         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22416 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22418         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22419         src/project_dbase.h, src/project_type.c, src/source.c, 
22420         src/wizard_gui.c: new Qt project type
22421         *** NB not fully tested, may need some work, icon required...
22423 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22425         * src/memory.c, src/memory.h: new memory patch
22427 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22429         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22431 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22433         * lancher/anjuta_launcher.c: Determine pty from function
22434         call instead of running 'tty' externally.
22435         
22436         * data/properties/cs.properties: Added compile/build commands.
22437         Fixed execution properties.
22438         
22439         * src/commands.c: Added c# options.
22441         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22442         
22443         * src/debug_tree.[c,h], src/debugger.[c,h],
22444         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22445         
22446         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22447         1. Misaligned structs when they are members of other structs.
22448         2. '{' sometimes appears as a variable.
22449         3. Wrong processing of some arrays.
22450         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22451         that displays the tree in two columns (variable and value).
22453 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22455         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22457         * data/properties/sql.properties: added the DATETIME data type.
22459         * data/properties/html.properties: added the foreach php keyword.
22461 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22463         * NEWS: Updated with new features.
22464         
22465         * data/.cvsignore, doc/.cvsignore: Updated.
22466         
22467         Patch from: Etay Meiri <etay-m@bezeqint.net>
22468         
22469         * src/debug_tree.h, src/debug_tree.c: New files.
22470         
22471         * src/Makefile.am, src/message-manger-private.[h,cc],
22472         src/message-manger.cc: Added Tree view for debugger
22473         locals view.
22474         
22475 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22477         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22478         
22479         * src/memory.c, src/memory.h: New files.
22480         
22481         * src/Makefile.am, src/appwizard.c, src/controls.c,
22482         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22483         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22484         
22485         Memory view implemetation that would enable viewing raw memory
22486         during debugging.
22488 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22490         * AUTHORS: added Biswa, because I wonder why noone already have
22491         written his name in the Anjuta's hall of fame :)
22493 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22495         * src/appwizard_gui.c: Removed an ambiguous prototype.
22496         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22497         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22498         * THANKS: Updated M. Ali Vardar's email.
22499         
22500 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22502         * src/anjuta_gui.c: implemented feature request to stop main and browser
22503           toolbars having exclusive use of space
22505 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22507         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22508         left over from the previous work to fix bugs :-)
22509         
22510         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22511         src/controls.c, src/mainmenu_callbacks.h, 
22512         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
22513         reviewed
22514         
22515         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
22516         src/project_import_gui.c, src/sharedlib_gui.c, 
22517         src/signals_gui.c: set window icon correctly
22518         
22519         * NEWS: more updates for the release
22520         
22521         * HACKING: updated for window icons and insert menu information
22522         
22523         * src/cvs_gui.c, src/build_project.c, 
22524         src/project_import_cbs.c: message strings reviewed
22525         
22526         * src/controls.c: context help button should be disabled if 
22527         DevHelp is not installed
22528         
22530 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22532         * src/debugger.c: Fixed the signalling screw up because of string
22533         update in gdb used to report the child process PID. Also, no
22534         error dialog will be popped up for "no such file or directory"
22535         error (very annoying and useless error). This error will still
22536         be shown on the debug message window. Avoided terminating the
22537         program when the terminal is terminated -- doesn't hurt, otherwise
22538         we get crappy egg-and-hen problem.
22539         
22540         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22541         dimensions loading.
22542         
22543         * src/anjuta.c: Limited the default size of main window to sane
22544         values.
22546         * src/preferences.c: Fixed some deadly memory corruption bugs in
22547         the recent patches. Return from getenv() should NEVER be freed,
22548         because they are static strings.
22549         
22550         * src/preferences_gui.c: Removed the fix for crash bug with font
22551         selection and applied the real fix.
22552         
22553 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
22555         * NEWS: updated for release
22557 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22559         * src/launcher.c: Added a fix a memory leak and a possible
22560         fix for zvt-crash bug.
22561         
22562         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22563         
22564         * data/properties/latex.properties,
22565         data/properties/ada.properties: Added file.is.source property.
22566         
22567         * src/an_file_view.c: Set auto column size of the file
22568         revision column.
22569         
22570         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22571         The user is now prompted to confirm the closing of the file
22572         if it is being used by CVS. If yes, the editor is closed and
22573         the CVS operation stops.
22574         
22575 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
22577         * anjuta.prj: bump project version for release
22578         * BUGS: removed unnecessary file
22580 2002-06-07      Philip Van Hoof <freax@pandora.be>
22582         * widgets/gnomefilelist.c: fix up issue with directory deleted 
22583         during the life of the file list widget
22584         * src/preferences_gui.c: sticking-plaster fix to font selection
22585         causes segfault bug
22587         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22589 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22591         * data/properties/anjuta.properties, src/an_file_view.[ch], 
22592         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
22593         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
22594         added options for symbol and file browsers.
22595         * data/properties/cpp.properties: linker flags should come after
22596         the name of the file to compile.
22597         * scintilla/Editor.cxx: fixed gcc compilation warning.
22598         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22599         be executed from bindir only.
22600         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
22601         tagmanager/include/tm_file_entry.h: CVS version information in file 
22602         browser.
22603         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
22604         window.
22605         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22606         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22607         crashes during file import.
22608         * src/project_import.c: disable project menu items during project 
22609         import.
22610         
22611         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22613 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22615         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
22616         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22617         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
22618         modified Insert menu, added C functions template, header C 
22619         template, modified header_template HEADER_H ==> NAMEFILE_H
22620         
22621         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22623 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22625         * data/properties/html.properties: changed some file 
22626         associations
22628 2002-06-05 Philip Van Hoof <freax@pandora.be>
22630         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22631         
22632         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22634 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22636         * data/properties/anjuta.properties, src/defaults.c: Make windows
22637         docked by default, fix the big fonts bug.
22638         
22639         * src/an_file_view.c, src/main_menubar_def.h, 
22640         src/project_dbase_gui.c: sanitized the Edit/View mess.
22641         
22642         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22643         for customizing shortcuts.
22644         
22645         * src/mainmenu_callbacks.c: Search for selected word if present.
22646         
22647         * src/text_editor_menu.c: Added context menu options for docking
22648         and undocking editor windows.
22649         
22650         * src/main_menubar.h, src/main_menubar.c: more support for the 
22651         shortcuts menu item.
22652         
22653         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22655 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22657         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22658         all commit messages being written to top of the file
22659         
22660         * src/main_menubar_def.h: message strings reviewed
22661         
22662         * src/project_import.c: message strings reviewed
22663         
22664         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22665         some bugs around reading the project properties for creating 
22666         .glade and .desktop files in the Application Wizard. There were
22667         typos in the property names being retrieved
22668         
22669         * widgets/gnomefilelist.c: changed build_full_path to make 
22670         the file widget support ~
22671         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22672         
22673         * THANKS, widgets/e-shell-about-box.c, 
22674         manuals/anjuta-manual/C/authors.sgml: updated for new
22675         patch
22677 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22679         * src/project_dbase.c: Fixed the file-path-corruption bug
22680         and the cannot-import-file-in-project bug. (follow-up with
22681         the last commit from Stef).
22682         
22683         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22684         with unsaved-project.
22685         
22686 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22688         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22689         misplaced g_free.
22691 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22693         * data/properties/{xml,html,other}.properties: changed some file 
22694         associations
22695         
22696         * data/anjuta.mime: oops! cvs added
22697         
22698         * scintilla/RESearch.cxx: fixed up a problem with comments
22699         
22700         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22701         to avoid messages about missing libs
22702         
22703         * NEWS: started the release notes
22705 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22707         * HACKING: updated with new information on printing, patch naming
22708         
22709         * TODO: removed completed tasks
22710         
22711         * THANKS: updated a few contributions
22712         
22713         * anjuta.prj: updated the icon file
22714         
22715         * anjuta.desktop.in.in: updated to add Categories
22716         
22717         * data/anjuta.mime: created a mime type for Anjuta project files
22718         (NB needs to be added to the install in /usr/share/mime/)
22719         
22720         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22721         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22722         to PNG for websites.
22723         
22724         * plugins/patch/patch-plugin.c: clarified some messages and 
22725         made it easier to see different patching sessions
22726         
22727         * src/toolbar.c: changed some message text for consistency
22728         
22729         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22730         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22731         in preferences. 
22732         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22733                  
22734         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22735         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22736         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22737         Added XLib Project and a Dockapp Project types.
22738         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22739         projects
22740         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22741         * src/source.c: Fixed memory leak in existing projects. 
22742         (filename was not freed)
22743         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22745 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22747         * src/anjuta.h, src/anjuta.c: Added error display funtions
22748         with parent windows.
22749         
22750         * src/appwizard_cbs.c: Changed error display function to use
22751         parented version.
22752         
22753 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22755         * printing/print.h, printing/printing.c: Taken care of document
22756         zoom factor and fixed a font loading bug. Dynamically calculated
22757         text widths to work with zooms properly. Re-organized code for
22758         dynamic text width calulations to work in general with utf8 chars.
22759          Determined font height and width automatically from the font info.
22760         
22761         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22762         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22763         Converted text.zoom.factor property to use #defined value. Removed
22764         margin header and margin numbers preferences, as they  now
22765         calculated dynamically.
22766         
22767 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22769         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22770         printing/print-util.h, printing/print.c, printing/print.h:
22771         Rewritten printing support for style based printing. Syntax highlighted
22772         printing, monochromatic printing, setup using preferences etc.
22774         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22775         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22776         language and the styled text buffer.
22777         
22778         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22779         the print setup preferences page and added printer preferences. Added functions
22780         to retrieve preferences with default values.
22781         
22782         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22783         the printing.
22785         * data/properties/anjuta.properties: Added default printer preferences.
22787         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22788         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22789         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22791         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22792         
22793 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22795         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22797         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22798         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22799         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22800         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22802         printing/Makefile.am: Reduced compiler optimizations.
22804         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22805         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22806         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22807         tagmanager/tm_workspace.c: TagManager fixes.
22809 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22811         * printing/*: CVS added. :)
22812         
22813 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22815         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22817         * printing*: CVS added.
22818         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22819           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22820           src/main_menubar_def.h: Gnome Print support
22821         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22822         * configure.in: Enable debugging flag option
22823         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22824           Print properties defined.
22825         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22826         
22827 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22829         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22830         
22831         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22832         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22833           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22834           and cleanups
22835         * src/text_editor.c: Minor cleanups.
22836         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22837         * src/project_dbase.c: Fixes to add/remove files from project.
22838         * src/help.c: Fix minor memory leak.
22839         * src/project_dbase_gui.c: Remove debugging messages.
22840         * src/utilities.[ch]: Cleanups and minor fixes.
22841         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22843 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22845         * src/anjuta.c [anjuta_apply_preferences()]:
22846         Fixed a crash bug when tab pos is not defined for the editors.
22847         
22848         * data/properties/cpp.properties: Set default identifier property to normal.
22849         This fixes the bug in which the fore color gets hidden with dark background.
22851 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22853         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22854         scintilla 1.46
22855         
22856         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22857         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22858         src/anjuta.c, data/properties/anjuta.properties:
22859         Implemented line wrapping.
22860         
22861         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22862         
22863         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22864         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22865         tags. Code was reviewed from GNOME Bonsai view.
22866         
22867         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22868         it seems to have been removed by scintilla people.
22869         
22870         * data/properties/anjuta.properties: Set default line wrap to false, as
22871         is noticably slow with big files.
22872         
22873 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
22875         * src/project_import_gui.c: disallow the selection of files in
22876           the browse dialog.
22877         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22878           preferences code.
22879         
22880 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22882         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22883           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22884         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22885         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22886           now works properly.
22887         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22888         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22889         * src/utilities.[ch]: Added some utility functions.
22890         * tagmanager/tm_project.c: Fix for bug in file removal from project.
22891         
22892         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22894 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22896         * HACKING: info on FIXME statements and removed ccview references
22897         * Makefile.am: added rule to make RPM package
22899 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22901         * THANKS, widgets/e-shell-about-box.c, 
22902         manuals/anjuta-manual/C/authors.sgml: updated for new
22903         patch
22904         * src/anjuta.c: removed unnecessary warning code since CVS 
22905         support is now implemented :-)
22906         * manuals/sgmldocs.make: implemented a fix for bug #553969
22907         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22908         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
22909         manuals/C/anjuta-faqs-C.omf: modified the descriptions
22910         
22911 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22912         
22913         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
22914           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22915           src/main_menubar_def.h, src/preferences_gui.c,
22916           preferences.c, preferences.h: setup Username and Email 
22917           preferences, Insert ChangeLog and Username editor functions
22918           
22919           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
22921 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22922         
22923         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
22924           src/src_paths_cbs.c, src/src_paths_gui.c
22925           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
22927           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22929 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22931         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
22932           and goto tag menu items to main menu.
22934 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22936         * THANKS, widgets/e-shell-about-box.c, 
22937         manuals/anjuta-manual/C/authors.sgml: added new contributors
22938         * HACKING: updated with info on files to change for credits
22940 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
22942     * src/aneditor.cxx: extended extension list which fixes segfault
22943     on selecting lisp, ruby or matlab as highlight style.
22945 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22947         * src/main_menubar_def.h: fixed an array initialiser and fixed
22948         the lexer settings for the new entries on the Format menu
22950 2002-05-07  Stephane Demurget  <demurgets@free.fr>
22952         * Synced with Scintilla 1.45
22954 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22956         * anjuta.prj: added another missing file
22957         * ChangeLog: fixed some incorrect change dates I caused by 
22958         sloppy cut-and-pasting :-/
22960 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22961         
22962         * src/mainmenu_callbacks.c: fixed title of new About box
22964 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22966         * src/pixmaps.h: added macros for OpenGL and SDL project icons
22968 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22970         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
22971         * anjuta.prj: updated for new files
22973 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
22975         * widgets/e-shell-about-box.c: Added version display.
22976         
22977 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22979         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
22980         widgets/scroll_menu.c: fixed up some compiler warnings (patch
22981         from Philip Van Hoof)
22983 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22985         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
22986         dependency
22987         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
22988         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
22989         that produced build errors (needs checking on a machine with the
22990         ja locale!)
22991         * data/properties/lisp.properties: updated to match format of other
22992         lexer property files supplied with Anjuta
22994 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22996         * anjuta.prj: added new files
22997         * HACKING: added information from the mailing list on 
22998         adding new project types to the wizard (thanks to Johannes)
23000 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23002         * src/utilities.h, src/launcher.c, src/gnome_project.c,
23003           src/appwiz_page2.c: Fix for 547038.
23005 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23007     * attach_process.c, attach_process_cbs.c: Fixed a dialog
23008     hide bug.
23009     
23010     * about.h: cvs removed.
23011     
23012 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23014         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23016         Fix for #539574.
23018         * src/anjuta.c (anjuta_system_error): checks for the error number to
23019         know whether the error description is needed or not.
23021 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23023         * pixmaps/anjuta_logo.png: New about logo.
23024     
23025         * pixmaps/anjuta_icon.png: New icon from Misha. The
23026         old one had trouble with some gtk themes.
23027     
23028         * about.c: Removed. No longer needed.
23030         * mainmenu_callbacks.c: Removed reference of about.h
23031     
23032 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23034         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23036         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23037           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23038         About Dialog (thanks to the Evolution team for the cool widget!)
23040 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23042         Patch from lbell <lbell@tsc4.com>
23043     
23044         * src/find_in_files.c, src/find_in_files.h,
23045           src/anjuta.c: Added save_yourself, load_yourself routines.
23046     
23047         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23048         Added "Append messages" toggle button. This will enable
23049         the search results to be appended to the already existing
23050         results.
23051     
23052         * src/debugger.c: Fixed a typo.
23053     
23054         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23055           src/session.c, src/session.h: Improved session management.
23057 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23059         * THANKS, FUTURE, AUTHORS: Changed my email and
23060         avoided yahoo.com.
23062 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23064         Impl. feature request #525271 (add Lisp support).
23066         * data/properties/lisp.properties: added.
23068         * data/properties/Makefile.am, data/properties/anjuta.properties: added
23069           the lisp properties.
23071         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23072           src/utilities.[ch]: added support for the Lisp highlight style.
23074 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23076         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23077           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23078           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23079           option preferences to have a persistent setting. Plus it's not used
23080           often, so it's better here than flooding the menus.
23082         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23083           preferences pages a lot more consistent and sweeter: tabs direction
23084           radiobuttons are directed against the meaning, all pages have an
23085           outter frame, a lot of padding, removed all expand attributes for
23086           vertical boxes, ...
23088           That's not a total revamp, but it's really looking better now, even
23089           if there's still work to be done.
23091 2002-05-01  Andy Piper <andy.piper@freeuk.com>
23093         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23094         * TODO: added task to be completed before next release (update all credits)
23096 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23098         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23099         Benke László.
23101 2002-05-01  Benke László  <decike@freemail.hu>
23103         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23105         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23106           src/main_menubar_def.h, src/mainmenu_callback.[ch],
23107           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23108           to the format menu in order to reorder the notebook tabs in
23109           alphabetical order everytime a file is created/opened/saved.
23111 2002-05-01  Philip Van Hoof <freax@pandora.be>
23113         * widgets/gnomefilelist.[ch] (history_combo_go),
23114         (history_combo_clicked): impl.
23116         (gnome_filelist_new_with_path): use this new impl.
23118 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23120         * src/project_dbase_gui.c (add_file): added the xpm file type.
23122 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23124         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23125         tag manager fixes.
23127         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23128           of tag types.
23130         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23131           src/text_editor_menu.c: Added context sensitive search in symbol
23132           browser and editor.
23134         * configure.in: Changed version number to 0.1.9.99.
23136         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23137           src/project_import.c: Minor changes to project import facility.
23139         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23140           (Forced to use specific brace format)
23142         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23143           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23144           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23146 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
23148         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23149         replaced the spinbutton with an hscale, and made the UI less "blocky".
23151         * src/cvs_gui.c: When diffing a project you can choose date and
23152         release now.
23154         * src/project_dbase.c: Import_file activated again
23156         * configure.in, plugins/Makefile.am: Added patch plugin
23158         * plugins/patch/*: The new patch plugin
23160 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23162         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23164         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23165         dropdown list shown by autocompletion are now removed.
23167 2002-04-28  Philip Van Hoof <freax@pandora.be>
23169         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23170         a bunch of filetypes from the older version.
23172         * src/project_dbase_gui.c (add_file): changed the import
23173         dialog's filetypes combo contents depending on the
23174         type of data to be imported.
23176 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23178         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23179         the amount parameter as Philip stated and reformated to follow the
23180         Gnome convention.
23182         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23183         changed accordingly.
23185 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23187         Fix for #531293.
23189         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23190         Shift-F6, to be more consistent with other Gnome apps.
23191         Moved the "Search next" entry under the "Search" one, and swapped the
23192         order of the "Find in files" and "Find and Replace" ones.
23194         Some additional fixes ands cleanups on the edit menu.
23196         * src/main_menubar.h: replaced all occurences of repeat_find by
23197         find_again for the code to be more consistent.
23199         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23200         sensitiveness depending on the existence of an active text buffer.
23202         * TODO: added some bits about improving the usability of the
23203         search/search again couple.
23205 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23207         * src/preferences_gui.c: made the tab labels text more consistent
23208         (s/misc/Misc/).
23210 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23212         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23214         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23215         filename.
23217         * src/main.c (main): simplified some code and cleanups.
23219         Fix a part of #499366:
23221         * src/commands.[ch] (sync_from_props), (command_editor_save),
23222         (on_apply_clicked), (create_command_editor_gui): added the gui
23223         corresponding to the command.terminal preference.
23225 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23227         Fix for #465180.
23229         * anjuta.spec.in: added build requirements for the source rpm.
23231 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23233         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23234         
23235         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23236           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23237           src/project_type.c, source.c, wizard_gui.c:
23238           Added new GNOME 2 project types and changed glade behaviour to
23239           produce GTK code if project type GTK was selected and GTKmm code
23240           if project type GTKmm was selected (and not depending on the 
23241           selected language. Disabled glade for GNOME 2 projects because
23242           we will need glade2 there.
23243           
23244         * src/project_dbase.c: Fixed a memory lack.
23245         
23246         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23247         
23248         * src/cvs.c: Added an error message if jobs are running
23250 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23252         * tagmanager/tm_work_object.c: Fixed a chrash
23253         bug which occurs when it tries to stat an empty
23254         file name.
23255         
23256 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23258         * src/controls.c: CVS menu items now becomes
23259         insensitive when the launcher is busy.
23260         
23261         * src/anjuta.c, cvs.h, cvs.c: Created a function
23262         to update the cvs preferences when preferences are
23263         applied in preferences dialog and called it from
23264         anjuta_update_preferences().
23265         
23266 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23268         * src/cvs.c: Added a space in the cvs command
23269         before the revision part. This fixes the cvs
23270         error we get when cvs-diffing with revisions.
23271         
23272         * src/cvs.c: Fixed a compiler warning.
23273         
23274         * src/find_replace.c: The dialog now remembers
23275         the settings including the "prompt on replace"
23276         which seems to have broken somewhere line the
23277         changes.
23278         
23279 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23281         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23282         Added a new property in cvs class to hold a boolean
23283         for enabling date in cvs diff. This fixed the bizzare
23284         diff output due to the date that goes with the cvs
23285         command. Also, set the default value of compression
23286         to 3 and unified diff option to 1.
23287         
23288 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23290         * src/cvs.c: The diff editor is set to hilite as
23291         diff syntax hiliting.
23292         
23293         * configure.in, manual/Makefile.am:
23294         Added a new manual module for ja language.
23295         
23296         * manual/ja/*/*/*: New module and files for the
23297         ja translation for the anjuta documentation
23298         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23299         
23300 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23302         * src/launcher.c: Made a very messy work around
23303         for the launcher authentication to work properly.
23304         
23305         * src/find_replace.c: Applied the missing patch
23306         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23307         
23308 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23310         * src/cvs.c, src/main_menubar_def.h: made message strings
23311         consistent with existing standards from our own documentation 
23312         (such as uppercase P in Project, corrected spelling of 
23313         repository, etc.)
23315 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23317         * src/cvs_gui.c: Cleaned up gui and aligned various
23318         widgets to give a clean look.
23319         
23320 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23322         * src/launcher.c: Added work around to retrieve
23323         the child exit code. It works. :)
23324         
23325         * src/find_in_files.c, src/gnome_project.c,
23326         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23327         src/clean.c, src/clean_project.c, src/build_project.c,
23328         src/build_file.c: Modified to handle the new
23329         child exit code.
23330         
23331 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23333         * src/find_replace.c: Changed signal to call
23334         on_replace_text_close on from delete_event
23335         to close => the replace history is now updated.
23337 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23339         * src/cvs.c: escaped the cvs import message before
23340         passing it to cvs.
23341         
23342 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23344         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23345         
23346         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23347         
23348         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23349         Added cvs import
23350         
23351         * src/preferences_gui.c: GUI improvements
23352         
23353         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23355 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23357         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23358         Removed static qualifier from tm_tag_type_name() and
23359         availed it's prototype for use in outside code. also
23360         created reverse map function tm_tag_type_name();
23361         
23362         * src/anjuta.c: Implemented qualified tags names for
23363         the tag list (on the toolbar pulldown list) to avoid
23364         ambiguty in tags with similar names (like prototype
23365         and definition). Patch modified and improved.
23366         
23367         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23368         
23369 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23371         * src/utilities.[c,h]: Added a utility funtion
23372         that escapes the single and double quotes in a
23373         given string. Useful for passing command line
23374         args with quotes.
23375         
23376         * src/cvs.c: Escaped the cvs log message before
23377         passing it to cvs command line to avoid ambiguties
23378         with quotes in the message.
23379         
23380         * pixmaps/anjuta_icon.png: Changed to the new icon.
23381         from Todd Goyen <goyen@mbi-berlin.de>
23382         
23383         * src/message-manager-private.cc: Added regex to 
23384         recognize (underline hilite) the parsable outputs
23385         from the zvt terminal.
23386         
23387 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23389         Patch from: Tina Hirsch <tehirsch@arcor.de>
23390         
23391         * src/project_type.c:
23392         Fixed a bug in the wxproject type and modified the erroroutput when
23393         configure doesn't find wx-config
23394         
23395         Patch from: Timothee Besset <ttimo@idsoftware.com>
23396         
23397         * src/anjuta.c, src/message-manager-private.cc,
23398           src/message-manager-private.h
23399         Catches double clicks in the zvt terminal, and calls goto_error_line
23400         to jump to the appropriate location in the source. This will recognize
23401         grep -n output
23402         
23403 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23404         
23405         * src/build_project.c: Taken care of memory leak
23406           by freeing cmd variable properly.
23408         * src/main_menubar_def.h: Fixed wrong signal connection
23409           for cvs project commit.
23410           
23411         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23412         
23413         * src/preferences_gui.c: Added some border and adjusted
23414           expandsion, filling in box adds to make the cvs preferences
23415           more nicer.
23416         
23417 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23419         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23420         
23421         * src/cvs*, src/main_menubar*, src/preferences*: 
23422         Moved CVS settings to preferences, added a nice login dialog.
23423         
23424         * src/controls.c, src/project_dbase.c:
23425         CVS project options are only shown if a project is open
23426         
23427         * src/build_project.c:
23428         User is now asked if he wants to install as root 
23429         
23430         * src/launcher.c:
23431         Fixed a warning
23433         * anjuta.prj: Updated with cvs files
23434         
23435         * TODO: Remove task which are done
23436         
23437 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23439         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23440         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23441         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23443         Modified launcher to use controlling terminal to detect and
23444         take care of password authentications (for example, for cvs
23445         and root installs).
23446         
23447         * pixmaps/password.png: New file.
23448         
23449 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23451         Anjuta kick start tutorial wirtten by:
23452           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23454         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23455           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23456           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23457           manuals/C/anjuta-tutorial/figures/*.png:
23458           
23459           Added files
23460         
23461         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23462           
23463           Modified files.
23464         
23465 2002-03-28 Roel Vanhout <roel@stack.be>
23467         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23469         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23470           src/preferences_gui.c:
23471         Added option to wrap around to beginning/end of file when on last bookmark
23472         and next/previous bookmark is pressed
23473         
23474 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23476         Patch from Philip Van Hoof <freax@pandora.be>
23477         
23478         * src/gnomefilelist.c:
23479         Added gimp like feature that changes the file extension of
23480         the filename entered in the selections when the file
23481         filter is changed.
23482         
23483 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23484         
23485         Patch from Roy Wood <roy.wood@filogix.com>
23486         
23487         * src/controls.c, src/find_text.c, src/find_text.h,
23488           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23489           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23490           
23491           Menuitem for entering currently selected text as find target,
23492           added key accel for "find next" and changed some key accels for
23493           other key for consistency.
23494           
23495         * src/utilities.c:
23496           Cleaned up code.
23497         
23498 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23500         * src/watch.c, src/watch.h, src/watch_cbs.c,
23501           src/watch_cbs.h, src/watch_gui.c:
23502         
23503           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23504         
23505           Added change watch entries feature
23506           and Watch entries modify on double click fixed.
23508 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23510         * src/mainmenu_callbacks.c:
23511         
23512           Project commit should not bypass dialog as
23513           we need to get the cvs log from the user.
23514           
23515 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23517         * src/project_dbase.c:
23518         
23519           Patch from Roy Wood <roy.wood@filogix.com>
23520           
23521           Fixed docking bug with the new docking patch
23522           to fix copy/paste bug.
23523           
23524 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23526         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23527           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23528           src/main_menubar.h, src/main_menubar_def.h,
23529           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23531           Added cvs project support. Featured bypass cvs dialog for
23532           cases where we don't need dialog (such as project and right
23533           click selection from file browser). Cleaned up cvs code to
23534           make them generic cvs operations instead of separate file
23535           and project operations. Added cvs log action. Increased
23536           file entry box width and enabled "unified diff" by default.
23537           Used Editor buffer for status and log and set hilite for
23538           these buffers including diff buffer (DIFF hilite).
23539           
23540 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23542         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23544         * data: Added file autogen.sh.wxwin 
23545         * data/Makefile.am: Added entry for autogen.sh.wxwin
23546         * pixmaps: Added project image appwiz_wxwin.png
23547         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23548         * src/appwizard_cbs
23549           src/compiler_options.c
23550           src/pixmaps.h
23551           src/project_dbase.c
23552           src/project_dbase.h
23553           src/project_import_cbs.c
23554           src/project_type.c
23555           src/source.c
23556           src/source.h
23557           src/wizard_gui.c: Added everything necessary for new
23558                             project type 'wxWindows (wxGTK)
23559         * src/project_dbase.c: Fixed a bug that caused every project
23560                                to be a glade project in dialog
23561                                                    'Project information'.
23563 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23565         Patch submitted by Roy Wood <roy.wood@filogix.com>
23566         
23567         * src/anjuta_gui.c, src/message-manager-dock.c,
23568           src/project_dbase.c:
23569           
23570           fixed the copy/paste bug by rewriting dock/undock
23571           code.
23573 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
23575         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23576         
23577         * src/cvs*, src/Makefile.am:
23578           New file for CVS support. File operations currently work
23579           cvs login needs to be done. Project support is not yet
23580           started.
23582         * src/main_menubar*, src/mainmenu_callbacks,
23583           src/anjuta.c, src/anjuta.h:
23584           Added menus and functions for cvs commands.
23585           
23586         * src/text_editor_menu.h: 
23587           Added #include <gtk/gtk.h>
23588           
23589         * src/gotoline.h:
23590           Removed a warning (and this time it works ;-)
23592         * src/utilities.c, src/utilities.h:
23593           Added a utility function to retrieve directory
23594           name out of full path.
23596 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
23598         * src/executer.c: (create_executer_dialog): changed the default
23599           focus on the entry.
23601 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23603         * widgets/gnomefilelist.c:
23604         Fixed duplicate history entries for the same directory.
23605           
23606 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23608         Fix for #520092.
23610         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23611           it's already used by scintilla to delete the whole current line.
23613 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23615         Fix for #525107.
23617         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23618           calls to fileselection_hide_widget,
23619           (on_open_filesel_cancel_clicked): removed.
23621         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23622           (on_add_prjfilesel_cancel_clicked):
23624         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23625           impl.
23627         * src/fileselection.c: Made some functions static.
23628           (fileselection_hide_widget): rewritten using the new
23629           gnome_filelist_set_multiple_selection function.
23631         * src/fileselection.c: (on_file_selection_delete_event): removed
23632           unuseful widget hides. Some cleanups,
23633           (on_file_selection_cancel_clicked): impl,
23634           (create_fileselection_gui): changed the cancel button clicked's
23635           callback to use this new function.
23637         * src/anjuta.c: (anjuta_new):
23638         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23639           callbacks, because this the gnome filelist widget's job.
23641         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23642           clist selection mode duplicates set,
23643           (gnome_filelist_key_press): use the new impl. function.
23645 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23647         Fix for #441233.
23649         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23650           fixed some bogus code using an array cell out of
23651           range, removed unecessary gettext usages.
23653         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23654           some cleanups and now transform minus characters to
23655           underscores.
23657         * src/source.c:
23658           (source_write_configure_in),
23659           (source_write_toplevel_makefile_am),
23660           (source_write_desktop_entry),
23661           (source_write_glade_file):
23662         * src/project_dbase.c: (project_dbase_summon_glade),
23663           (project_dbase_generate_source_code):
23664         * src/glades.c: (gladen_write_glade_write):
23665           replaced some occurences of the target name by the
23666           project filename, using project_dbase_get_proj_name,
23667           to fix the name of some files.
23668           Fixed a lot of mem leaks.
23669           Various code cleanups.
23671 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23673         Merged with latest (1.44) scintilla.
23675         Added: - The calltip.<lexer>.end.definition property to display help
23676                  text on a second line of calltip.
23677                - The calltip.<lexer>.word.characters property to correctly find
23678                  calltips for functions that include characters like '$' which
23679                  is not normally considered a word character.
23680                - The use.monospaced property to determine initial state of
23681                  Use Monospaced Font setting.
23683         Bugs fixed: Too many to mention; please see :
23684                     http://www.scintilla.org/ScintillaHistory.html for the
23685                     full changes list.
23687         * scintilla/*/*: updated nearly all files.
23689         * TODO: removed the need of a scintilla merge.
23691         Merged with latest (1.44) SciTE properties.
23693         * data/properties/anjuta.properties: added the wrap, use.monospaced
23694           properties.
23696         * data/properties/html.properties: added a missing php extension, and
23697           updated php keywords to the latest reference.
23699         * data/properties/pascal.properties: added commands to compile, build
23700           and execute pascal applications.
23702         * data/properties/lua.properties: added styles for statements.
23704         * data/properties/bash.properties: added the declare keyword.
23706         Fixed distchecking.
23708         * global-tags/Makefile.am,
23709           global-tags/create-global-tags.sh: used some kind of ugly hack to
23710           make distchek work, since noone has proposed some better way.
23712         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23713           and Ctrl-N replace Alt-N for new file according to the Gnome design
23714           reference.
23716 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23718         * widgets/gnomedirlist.c
23719         widgets/gnomedirlist.h
23720         widgets/gnomefilelist.c
23721         widgets/gnomefilelist.h:
23723         Added GPL headings in the file.
23725 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23727         * src/attach_process.c
23728         src/attach_process_cbs.c
23729         src/attach_process_cbs.h
23730         src/attach_process_gui.c
23731         src/breakpoints.c
23732         src/breakpoints_cbs.c
23733         src/breakpoints_cbs.h
23734         src/breakpoints_gui.c
23735         src/commands.c
23736         src/compiler_options.c
23737         src/compiler_options_cbs.c
23738         src/compiler_options_cbs.h
23739         src/compiler_options_gui.c
23740         src/find_in_files.c
23741         src/find_in_files_cbs.c
23742         src/find_in_files_cbs.h
23743         src/find_in_files_gui.c
23744         src/find_replace.c
23745         src/find_text.c
23746         src/help.c
23747         src/preferences.c
23748         src/preferences_gui.c
23749         src/project_config.c
23750         src/src_paths.c
23751         src/src_paths_cbs.c
23752         src/src_paths_cbs.h
23753         src/src_paths_gui.c:
23754         
23755         Bugs #521629 and #522427 fixed. The problem was, that the
23756         escape-key was not catched and the dialog was hidden, but
23757         the flag was not set correctly.
23759         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23760         using the gnome_dialog_close_hides()-setting present in most dialogs.
23761         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23762         emits "close" and set the flag in the close-callback.
23764         Patch from: Jens Georg <mail@jensgeorg.de>
23766 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23768         * src/*.{c,cpp}: s/string_free/g_free/
23770         * src/utilities.[ch]: (string_free): removed.
23772 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23774         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23776         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23777         src/mainmenu_callbacks.[ch]:
23778         Removed Project menu options: README, TODO, ChangeLog and NEWS
23779         Moved Save Build Messages to Build menu and only highlight it
23780         when there are build messages.
23781         Corrected a spelling: "mojority" -> "majority"
23782         Fixed initialisation of edit.edit_app_gui so now Edit menu
23783         can be shown when no project is loaded.
23785         * src/project_dbase.h: Removed prototype for static function
23787 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23789         * src/text_editor.c: Editor is marked changed after
23790         autoformat. 
23791         
23792         Patch from: Jens Georg <mail@jensgeorg.de>
23794 2002-03-04 Roel Vanhout <roel@stack.be>
23796         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23798         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23799         Added option to ignore binary files on 'Find in files' (grep -I option)
23801 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23803         * src/main.c:
23804         session restoration and commandline load in 
23805         gtk idle loop.
23806         
23807         * src/anjuta.[h,c], src/anjuta_cbs.c:
23808         Removed "clear windows menu" and prevented runtime 
23809         warnings.
23810         
23811         * src/compile.c, src/build_file.c, src/build_project.c,
23812         src/clean.c:
23813         Takes into account the preference setting for 
23814         show dialog when job completes. Dialogs are
23815         shown when it is enabled otherwise not.
23816         
23817 2002-03-03 Roel Vanhout <roel@stack.be>
23819         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23820         
23821         * src/find_text.c
23822         Store 'Find...' search string on search so that 'Find Next' will search for
23823         that string, even if the dialog hasn't been closed yet.
23825 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23827         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23828         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23829         src/main_menubar_def.h:
23830         
23831         Organized menus, removed "Windows" and "Utilities" menus from the
23832         menubar [they are no longer needed]. Also removed some extragenous
23833         separators.
23834           
23835 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23837         * src/message-manager-private.cc:
23838         Set message clist selection mode to BROWSE.
23839         
23840         * src/message-manager.cc, src/an_symbol_view.c,
23841         src/an_file_view.c:
23842         Added Key navigation for the CTree and CList. Arrow left for
23843         node collapse, right for node expand, space (or enter) for
23844         activation (same as double click).
23845         
23846 2002-03-03 Roel Vanhout <roel@stack.be>
23847         
23848         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23849         
23850         * plugins/class-gen/clsGen.c
23851         Added functionality to semi-intelligently prefill filename
23852         boxes with names deduced from class name
23854 2002-02-26 lbell <lbell@tsc4.com>
23856         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23857         * src/preferences_gui.c:
23858         Removed an incorrect use of gtk_misc_set_alignment().
23859         
23860         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23861         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23862         src/preferences.h, src/preferences_gui.c:
23863         
23864         Added the option to reload last open project at the startup.
23865         Added the possibility to open a new project without close
23866         an existing one
23867         
23868         * src/properties.cxx:
23869         Corrected a spelling mistake in message string.
23870         
23871         * src/session.c:
23872         Updated session functions.
23873            
23874 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
23876         * widgets/gnomefilelist.c: Bug fixes.
23877         
23878         Patch from Philip Van Hoof <freax@pandora.be>
23879         
23880 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23882         * src/an_file_view.c:
23883         anjuta was unable to open some files becuase they were not being
23884         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23885         Removed mime checking when opening with anjuta, becuase it doesn't
23886         hurt to open binary files in anjuta (some even may want to do so).
23887         
23888         Added a warning when mime type is not set when "view with default
23889         viewer" is activated.
23890         
23891         * src/an_file_view.c, an_symbol_view.c:
23892         Converted N_() to _() where ever appropriate in the strings.
23893         
23894 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
23895         
23896         * src/appwizard_gui.c, src/appwizard_cbs.c
23897           src/wizard_gui.c/h, src/appwiz_page3.c,
23898           src/project_import_gui.c:
23899           
23900         Moved target type radiobuttons to appwiz. page 2
23901         
23902         * src/message-manager-private.cc
23903         Fixed a bug which caused a crash if next message function was used
23905         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23907 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23909         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23910         Modifies the behaviour of Alt-TAB in Anjuta. This
23911         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23912         edited files in the first items of the notebook.
23914         Patch from: Timothee Besset <timo@qeradiant.com>
23915         
23916 2002-02-24  Philip Van Hoof <freax@pandora.be>
23918         * widgets/gnomefilelist.c, gnomefilelist.h:
23919           Added filecompletion
23920           
23921         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23923 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
23925         * configure.in: Added "sk" to ALL_LINGUAS.
23927 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
23928   
23929         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
23930           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
23931           src/wizard_gui.c: Added support for static and dynamic libs
23932         
23933 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
23935         * widgets/gnomefilelist.c:
23936           Fixed gnome_filelist_get_lastfilename so it no longer returns
23937           a corrupted path.
23939 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
23941         * src/resources.h, resources.c:
23942         Added url handler.
23944         * src/main_menubar_def.h, mainmenu_callbacks.c:
23945         Changed to use gnome configed url handler.
23947 2002-02-19  Philip Van Hoof <freax@pandora.be>
23949         * widgets/gnomefilelist.c
23950         Added PHP filetype.
23952 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
23954         * plugins/class-gen/clsGen.c:
23955         Added c++ support.
23956         
23957         * widgets/gnomefilelist.c:
23958         Gives the maximum space to the files section of the open file dialog.
23959         
23960         Patches from: lbell <lbell@tsc4.com>
23961         
23962 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
23964         * src/anjuta.c, main.c:
23965         Used tm_get_real_path in anjuta_get_full_filename();
23966         
23967 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
23968         
23969         * anjuta.prj: update version
23971 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23973         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
23974           removed the amount arg and replaced with a NULL-ending list.
23975           (gnome_filelisttype_makedefaultlist): use the new prototype.
23977 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
23979         * src/about.c, THANKS: updated for new contributors
23980         
23981         * anjuta.prj: added new files
23982         
23983         * README: corrected some documentation, ctags no longer needed,
23984           pkgconfig now required
23985           
23986         * data/properties/others.properties: add .cvsdiff extension
23987         
23988         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
23989           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
23990           file import
23991           
23992         * doc/anjuta.1: added initial man page thanks to 
23993           Rob Bradford <rob@debianplanet.org> (NB build and install 
23994           needs work)
23995         
23996 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
23998         * src/Makefile.am: Cleaned handling of compiler flags by moving them
23999           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
24000           warning flags. 
24001   
24002         * configure.in: Changed version to 0.1.10-pre
24003   
24004 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24006         * src/fileselection.c: (create_fileselection_gui): always display
24007           the directory creation button as we cannot rely on the dialog
24008           titlebar.
24010         * widgets/gnomefilelist.[ch]: fixed includes.
24012         * pixmaps/new_folder.xpm: resized, added a + sign.
24014 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24016         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24017           changed all extensions to begin with a dot.
24019 2002-02-16  Philip Van Hoof  <freax@pandora.be>
24021         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24023         * THANKS: added Philip.
24025         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24027         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24028         * src/file_selection.[ch],
24029         * widgets/gnomefilelist.[ch]: added a filetype
24030           combobox to the Anjuta file dialog widget.
24032 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
24034         * anjuta.spec.in: eep! the import script was not being installed by
24035           RPM - fixed for the release.
24037 2002-02-13  Stephane Demurget  <demurgets@free.fr>
24039         Various cleanups and fixes for the next release to be able to make
24040         distcheck.
24042         * plugins/*/*.c: added missing prototypes causing gcc to speak to
24043           much and make some tweaks plus cleanups.
24045         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24046           args to remove some warnings.
24048         * global-tags/Makefile.am,
24049           data/Makefile.am,
24050           src/Makefile.am: link against Anjuta static libs using the
24051           $(top_builddir) dir, not anymore on $(top_srcdir) to make
24052           distcheck happy.
24054         * src/Makefile.am: ditto with all the Anjuta static libs.
24056         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24057           include, as we already include the whole directory for the build.
24059         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24060           
24061 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
24063         * pixmaps/Makefile.am: icon for libglade project now installed
24064         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24065         * manuals/C/Makefile.am: removed ChangeLog reference which was 
24066           breaking some build stuff
24067         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24068           include reference problems that showed up on make distcheck
24069         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24071 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
24072         
24073         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24075 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
24077         * src/message-manager-private.cc:
24078           The horizontal scrollbar now shows properly on demand.
24079         
24080 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
24082         * src/dnd.c fixed some warnings
24083         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
24084           and works. It is shown always at the moment but before it was
24085           shown on demand and did never work. 
24087 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
24089         * src/anjuta.c: Fixed a crash bug.
24090           patch from: Jens Georg <mail@jensgeorg.de>
24092 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
24094         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24095           reports a problem with missing end tags on <graphic>
24097 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24099         * manuals/C/ChangeLog: removed since it was never used
24100         * manuals/C/anjuta-manual/*: more updates, new screenshots
24101         * anjuta.prj: updated for new manuals/ structure
24103 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
24105         * source.c, compiler_options.[c/h]:
24106           Fixed bug #460321 "Problem with optimization options" 
24107           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24108         
24109 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24111         * NEWS: prepared for release, need to fill in date
24112         * data/welcome.txt: version number updated
24114 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24116         * src/text_editor_menu.c, src/an_file_view.c, 
24117           src/an_symbol_view.c: marked strings for translation
24118         
24119         * src/defaults.c, data/properties/xml.properties:
24120           *.omf and *.xsl files should use XML highlighting
24121           
24122         * manuals/C/anjuta-manual/*:
24123           - restructured so that files have more meaningful names
24124             and are easier to edit (see anjuta-manual.sgml for the
24125                 ordering)
24126           - updated some screenshots
24127           - continued rewrite
24129 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
24131         * main.c: Made a workaround to remove the old
24132         anjuta gnome config file (older than 9 Feb 2002). This
24133         will fix the bug which never lets the brower toolbar shown.
24134         
24135         * main.c: In fact, the above solution wouldn't work in all
24136         cases. Therefore, here is the better fix, which works by
24137         detecting the version of the old config file and deleting
24138         ~/.gnome/Anjuta if it is lesser than 0.1.9.
24139         
24140 2002-02-01  Andy Piper <andy.piper@freeuk.com>
24142         * HACKING: added info on submitting patches
24144 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
24146         * src/project_import_gui.c, src/project_import.c:
24147           - If Project Import Wizard is canceled everything is 
24148                 cleaned up now.
24149           - Back button is now insensitive on page 3 (some problems: 
24150                 see TODO in project_import_qui.c:284
24151           - Menu frame is insensitive if project type != GNOME(mm)
24153 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24155         * src/main.c: Fixed bug #  (Unable to open files on
24156         double click in project window from second trial onwards when
24157         the project is opened from command line).
24158         
24159         * po/POTFILES.in: Removed tags_manager.[h,c]
24160         
24161 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24163         * src/preferences.c:
24164           A quick hack to fix the 'invisible' browser toolbar when
24165           upgrading from 0.1.8 to 0.1.9
24166           
24167         * src/anjuta.c:
24168           Fixed toolbar names which were causing confusions in the toolbar
24169           show/hide.
24170           
24171         * src/main.c:
24172           Substituted "anjuta" with PACKAGE
24173           
24174         * src/project_import_gui.c: 
24175           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24176           
24177         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24178           Added new files and removed obsolete ones.
24179           
24180 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24182         * src/appwizard_cbs.c, project_import_cbs.c, 
24183           main_menubar_def.h, project_import_gui.c: 
24184           updates to message strings and layout for the 
24185           import wizard.
24186           
24187         * text_editor_cbs.c: fix for the tab menu entries for 
24188           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24190 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24192         * src/toolbars.c,
24193           src/toolbars.h,
24194           src/anjuta_gui.c,
24195           src/controls.c:
24196           
24197           Tag dropdown exclusive (takes
24198           all space in the toolbar) and never vertical and
24199           increased the width of the tag combo to 256 pixs.
24200           Toolbar separator before the combo and button.
24201           Added tags label before the tag button.
24202           Reorganized the dock bands for the toolbars.
24203           
24204         * src/project_import_gui.c
24205           src/project_import.c:
24206           Fixed an error and removed an unused variable.
24207           
24208         * data/properties/anjuta.properties:
24209           Removed the property for the old toolbar and set
24210           browser toolbar show to default.
24211           
24212         * src/project_dbase.c: excluded modules were not
24213           loaded. Fixed.
24214           
24215         * src/source.c:
24216           No build files will be written if the project is blocked.
24217           
24218         * src/project_import.c,
24219           src/project_import_cbs.c,
24220           src/project_gui.c,
24221           src/wizard_gui.c:
24222           
24223           Manually applied Johannes patch to fix some memory
24224           issues and gui clean up.
24225           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24226         
24227         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24228           Fixed a bad bug with remove file from project because of
24229           files were never removed properly from the project and
24230           from the tagmanager.
24231           
24232         * src/appwiz_page3.c: Disabled unused codes to clear
24233           compiler warnings.
24234           
24235 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24237         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24238         
24239         * data/Makefile.am
24240           pixmaps/Makefile.am
24241           src/Makefile.am
24242           src/an_file_view.c
24243           src/an_symbol_view.c
24244           src/anjuta.c
24245           src/anjuta.h
24246           src/anjuta_cbs.c
24247           src/anjuta_gui.c
24248           src/controls.c
24249           src/main_menubar.c
24250           src/main_menubar.h
24251           src/main_menubar_def.h
24252           src/mainmenu_callbacks.c
24253           src/mainmenu_callbacks.h
24254           src/pixmaps.h
24255           src/project_dbase.c
24256           src/project_dbase.h
24257           src/text_editor.c
24258           src/text_editor_menu.c
24259           src/text_editor_menu.h
24260           src/toolbar.c
24261           src/toolbar.h
24262           src/toolbar_callbacks.c
24263           src/toolbar_callbacks.h :
24264           
24265           Patch submitted by:
24266           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24267           
24268           Removes the Tags toolbar and substituted it with
24269           tags combo dropdown list. Fixes a couple of bugs.
24270           
24271           Moved the tag combo to browser toolbar because
24272           main toolbar was becoming too long.
24273           Made a new icon of tag toolbar.
24274           
24275         * po/zh_TW.po: Fixed bug.
24276           
24277         * pixmaps/an_tag.xpm: Added new file.
24279 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24281         * src/project_import_gui.c: Reorganized project
24282         import gui page 2.
24283         
24284 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24286         * HACKING: added info on creating windows and dialogs
24288 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24290         * src/tm_file_view.c:
24292           Sorts the file list at the end instead of doing sort-insert
24293           to improve performance.
24294           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24296         * src/project_dbase.c: Resolved a conflict from
24297           Johannes's patch.
24298           
24299         * src/project_import.c:
24300         
24301           Fixed to use anjuta_import.sh for the bin dir and
24302           not from the data dir.
24303         
24304           Used anjuta_is_installed() function to verify a the command's
24305           executability.
24306         
24307           Fixed import command to use sh (which is more general and is
24308           gauranteed to be found in any unix system :-)). Also, added
24309           double quotes around the import directory.
24310         
24311           Changed some strings for better translations (like avoiding
24312           duplicates).
24313           
24314           Fixed the reading of wrong target type.
24315           
24316         * src/control.c: Insensitive "import project" when there is
24317           a project open.
24318           
24319         * src/project_import_cbs.c:
24320           
24321           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24322           Fixed selection of gettext checkbox.
24323           Sets the menu entries.
24324           
24325 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24326         
24327         * src/appwiz_page[1-4].c
24328         * src/appwiz_gui.c
24329         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24330         be able to reuse it.
24331         
24332         * src/mainmenubar.[c/h]
24333         * src/mainmenubar_def.h
24334         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24335         menu item
24336         
24337         * src/message-manager.c: Fixed bug 509192
24338         * src/message-manager-dock.c: Added accel_group if window is undocked
24339         
24340         * src/project_dbase.[c/h]: Splitted opening code to be able
24341         to use it without an open file dialog
24342         (Maybe I broke Naba's changes, please take a look)
24343                         
24344         * src/project_import.[c/h]
24345         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24346         
24347         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24348         import wizard
24350 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24352         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24353           string cleanups
24354           
24355         * manuals/C/anjuta_manual/*: started rewrite of the 
24356           manual, updated some screenshots
24358 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24360         * src/gnomefilelist.h, src/gnomefilelist.c:
24361         
24362           Fixed multiple selection bug (#497085). The OK button is
24363           sensitive when in multiple mode, if the no. of
24364           selection is one or more.
24365           
24366           Toggle between single and multiple selection mode
24367           and multiple mode display.
24368           
24369           Fixed strings to translable strings.
24370           
24371           Fixed some compiler warnings by commenting out
24372           unused functions.
24373           
24374 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24376         * src/project_dbase.c: App status bar now updates
24377           with the project name when the project is loaded.
24378         
24379         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24380           
24381           Puts the directories at the top. They're also sorted now.
24382           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24383         
24384 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24386         * scripts/anjuta_import.sh.in: Added file.
24387         * scripts/anjuta_import.sh: Removed file.
24389         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24390           Updated files.
24391           
24392         * src/main_menubar_def.h:
24393         
24394           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24395           reflect the opposite of Find (CTRL+F) and also to leave
24396           CTRL+R or Redo.
24397           
24398           Changed Glade summon with ALT+G, which frees the ATL+E
24399           for poping up the edit menu.
24400           
24401         * src/Makefile.am: Debugging link flags by Biswa, removed.
24403 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24405         * HACKING: added information on best practices for writing
24406           application messages and GUI labels
24407           
24408         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24409           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24410           src/clean_project.c, src/compile.c, 
24411           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24412           src/configurer.c, src/debugger.c, src/executer.c, 
24413           src/find_in_files.c, src/find_in_files_cbs.c, 
24414           src/find_replace.c, src/find_text.c, src/glades.c, 
24415           src/gnome_project.c, src/goto_line.c, src/main.c, 
24416           src/main_menubar.c, src/main_menubar_def.h, 
24417           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24418           src/project_config.c, src/project_dbase.c, 
24419           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24420           src/support.c, src/tags_manager.c, src/text_editor.c, 
24421           src/text_editor_gui.c, src/text_editor_menu.c, 
24422           src/toolbar_callbacks.c, src/utilities.c: 
24423           lots of minor message updates to make them more user-friendly 
24424           and consistent
24426 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24428         * src/executer.c:
24429         
24430           Because of the spaces escaping, the command could not be
24431           executed when run without terminal. Now fixed.
24432           
24433         * anjuta.prj, Makefile.am:
24434         
24435           Added anjuta project file.
24436         
24437 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24439         * src/message-manager-private.h, message-manager-private.cc,
24440           message-manger.cc:
24441           
24442           Added freeze() and thaw() for the message window class to
24443           speed up the message manager update.
24444         
24445         * src/project_config.h, project_config.c,
24446           src/project_dbase.h, project_dbase.h
24447           scripts/anjuta_project.template:
24448           
24449           Added two new prject attributes: project.config.blocked and
24450           project.excluded.modules. The former will make sure that users
24451           are not given any previlidge in enabling the 'overwrite build
24452           files' flags and the later issues a list of modules in the project
24453           to be skipped for symbol browsing and project listing.
24454         
24455         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24456         
24457           Modified script to read the template from the anjuta data dir
24458           rather than from the directory in which the script exist. Otherwise,
24459           Being transfered to the bin dir, the script will not be able to
24460           find the template when it is run.
24461           
24462           The script is also create with configure.in to set in the anjuta
24463           data dir path inside the script.
24464           
24465 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24467         * po/fr.po: updated to the latest sources.
24469 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24471         * scripts/Makefile.am:
24472           anjuta_import.sh goes with distribution.
24473           
24474         * po/*.po: They seem to have updated (merged with
24475           anjuta.pot) automatically when I did "make dist".
24476           
24477 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24479         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24480           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24481           the compiler options dialog.
24482         
24483         * ChangeLog:
24484           Correct todays date. :)
24485           
24486         * scripts/Makefile.am:
24487           Installs anjuta_import.sh in $(prefix)/bin dir and
24488           is treated as an executable.
24489           
24490 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24492         * Fix for bug #499373
24493         
24494         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24495           java, properties, latex.properties, lua.properties, others.properties,
24496           perl.properties:
24497           
24498           Added double-quotes around file arguments so that
24499           filenames with spaces could also work.
24501         * launcher/anjuta-launcher.c, executer.c:
24502           Escaped quotes in the cammand and it's arguments before executing
24503           so that args with spaces can also work.
24504           
24505           Commented #DEBUG switch.
24506           
24507 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24509         * scripts/*: Added files which I forgot previously.
24510         
24511         * src/aneditor.h: Lined up commands definition for better look.
24512         
24513         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24514           main_menubar.h, control.c:
24515           Added three more convert EOL chars submenu items in transform.
24516           Reformatted some some.
24517         
24518         * data/anjuta.properties:
24519           Reformatted a line.
24520         
24521         * src/aneditor.h, aneditor.c:
24522           Added three commands (with definitions) for EOL conversions.
24523           
24524         * src/text_editor.c:
24525           Editor detects file mode from the file content and
24526           set the editing mode to CR/LF/CRLF automatically.
24527           Refined Dos mode extrageneous chars filter
24528           This will make sure that filter works only in Dos mode and not
24529           in other modes.
24530           
24531         * src/anjuta.c: Editor mode display in status bar.
24532         
24533         * src/preferences_gui.c: Changed the string for dos mode
24534           filter to more sensible string.
24535         
24536         * src/aneditor.c: Default editor mode sets during widget creation
24537           and not everty time the properties are loaded. This makes sure
24538           that the auto-detected mode is not overridden by the default mode.
24539           
24540         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24541         
24542         * src/anjuta.c: Fixed bug #476028.
24543           Now anjuta also searches for file relative to top project dir,
24544           when the project is open.
24545         
24546         * src/anjuta_cbs.c: Fixed bug #499536.
24547           File is not closed if it is not able to save the file properly.
24548           
24549         * src/mainmenu_callbacks.c: Fixed bug #499536.
24550           Newfiles (which are not modified) are also closed on "close all files".
24551         
24552 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24554         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24555         
24556         * tagmanager/tm_source_file.c, regex.c, parse.c:
24557           defined and delimited g_messages within #debug.
24558           
24559         * src/preferences.c, data/anjuta.properties:
24560           saved/defied message-manager tag position in string.
24561           Message tag possition is saved between sessions. And
24562           and tag position bottom as default.
24563           
24564 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24566         Patch submitted by:
24567         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24569         * Makefile.am
24570           configure.in
24571           data/Makefile.am
24572           data/properties/Makefile.am
24573           global-tags/Makefile.am
24574           pixmaps/Makefile.am
24575           src/Makefile.am
24576           src/an_file_view.c
24577           src/an_file_view.h
24578           src/an_symbol_view.c
24579           src/an_symbol_view.h
24580           src/anjuta.c
24581           src/anjuta_cbs.c
24582           src/file_history.c
24583           src/file_history.h
24584           src/message-manager-private.cc
24585           src/pixmaps.h
24586           src/project_dbase.c
24587           src/project_dbase_gui.c
24588           src/tags_manager.c
24589           src/text_editor.c
24590           src/utilities.c
24591           src/utilities.h
24592           src/watch_gui.c:
24593         
24594           Modified files.
24595         
24596         * scripts/*
24597           pixmaps/sv_class.xpm
24598           pixmaps/sv_function.xpm
24599           pixmaps/sv_macro.xpm
24600           pixmaps/sv_private_fun.xpm
24601           pixmaps/sv_private_var.xpm
24602           pixmaps/sv_protected_fun.xpm
24603           pixmaps/sv_protected_var.xpm
24604           pixmaps/sv_public_fun.xpm
24605           pixmaps/sv_public_var.xpm
24606           pixmaps/sv_static_fun.xpm
24607           pixmaps/sv_static_var.xpm
24608           pixmaps/sv_struct.xpm
24609           pixmaps/sv_unknown.xpm
24610           pixmaps/sv_variable.xpm
24611           pixmaps/fv_core.xpm
24612           pixmaps/fv_text.xpm
24613           pixmaps/filestoremove.txt:
24614         
24615           New files.
24616         
24617         * pixmaps/class.xpm
24618           pixmaps/function.xpm
24619           pixmaps/fv_autofile.xpm
24620           pixmaps/fv_doc.xpm
24621           pixmaps/fv_i18n.xpm
24622           pixmaps/fv_source.xpm
24623           pixmaps/private_func.xpm
24624           pixmaps/private_var.xpm
24625           pixmaps/protected_func.xpm
24626           pixmaps/protected_var.xpm
24627           pixmaps/public_func.xpm
24628           pixmaps/public_var.xpm
24629           pixmaps/struct.xpm
24630           pixmaps/variable.xpm
24631         
24632           Removed files.
24633         
24634         * tagmanager/*/*:
24635         
24636           Upgraded to tagmanager-0.7
24638 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24639         * src/anjuta_cbs.c: Fixed bug #506441
24640         * src/watch_gui.c: Changed layout of eval dialog so that
24641         it fits on a 800x600 desktop with German translation. 
24643 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24645         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24646         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24647           icon for new project type (thanks to Misha)
24648         * configure.in: build and install Danish translation
24649         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24650           credits to cover new patches and translations
24652 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24653         
24654         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24655           src/appwiz_page1.c:
24656         
24657       - Font preferences are restored properly now (\n was missing)
24658           - Dock menu label of message-manager is "Dock/Undock" instead
24659           of "Dock|Undock" to match with the rest of anjuta.
24660           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24661           changed it in anjuta, too 
24663 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24665         * tagmanager/tm_source_file.c,
24666           tagmanager/parse.c,
24667           tagmanager/tm_project.c,
24668           src/an_symbol_view.c,
24669           src/anjuta.c:
24670           
24671           Disabled debug warnings.
24673 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24675         * src/appwiz_page1.c
24676           src/compiler_options.c
24677           src/project_dbase.c
24678           src/project_dbase.h
24679           src/project_type.c
24680           src/source.c
24681           src/source.h:
24682           
24683           New project type named LibGlade.
24684           
24685           Patch submitted by:
24686           Dick Knol <dknol@gmx.net>
24688         * src/gnome_prj.c:
24689           Commented out unused pixmap creation. May be it
24690           will fix the crash in project creation.
24691           
24692 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24694         * src/registers.c
24695           src/registers.h
24696           src/registers_cbs.c
24697           src/registers_cbs.h
24698           src/registers_gui.c
24699           src/sharedlib.c
24700           src/sharedlib.h
24701           src/sharedlib_cbs.c
24702           src/sharedlib_cbs.h
24703           src/sharedlib_gui.c
24704           src/signals.c
24705           src/signals.h
24706           src/signals_cbs.c
24707           src/signals_cbs.h
24708           src/signals_gui.c
24709           src/stack_trace.c
24710           src/stack_trace.h
24711           src/stack_trace_cbs.c
24712           src/stack_trace_cbs.h
24713           src/stack_trace_gui.c
24714           src/text_editor.c
24715           src/watch.c
24716           src/watch.h
24717           src/watch_cbs.c
24718           src/watch_cbs.h
24719           src/watch_gui.c
24720           
24721           Fixed bug #496290: Attach/detach removed from these
24722           windows as they are never implemented.
24723           
24724           Patch submitted by:
24725           Johannes Schmid <johannes.schmid@gmx.de>
24726           
24727 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24729         * src/anjuta.c,
24730           src/anjuta_cbs.c:
24731           
24732           Fixed bug:
24733           when you right click on the tabs, a list of filenames are given
24734           out, but now it gives a list of "page 1", "page 2", etc...
24735           
24736           Patch submitted by: 
24737           Jens Georg <mail@jensgeorg.de>
24739         * anjuta.in.in: Removed c|c++ because, it was not necessary
24740           and was causing translation problem.
24741           
24742         * plugins/class-gen/clsGen.c:
24743           removed "'" for the same reason.
24744           
24745 attached the fix for the menu
24748 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24750         * src/preferences.h,
24751           src/preferences.c,
24752           src/preferences_gui.c:
24753           
24754           Adds the functionality to Anjuta to auto save your unsaved
24755           files before you build a project.
24757           Patch submitted by: 
24758           jason <jason_williams@suth.com>
24759           
24760         * src/anjuta.[h,c]:
24761           Added function for save all files.
24762         
24763         * src/mainmenu_callbacks.c:
24764           Modified to use the above function.
24765         
24766         * src/build_project.c:
24767           Save all files before build if it is set in the
24768           preferences.
24770 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24772         * src/message-manager-private.cc
24773           src/message-manager-private.h
24774           src/message-manager.cc:
24775           
24776           Message-manager now restores the tabs which were shown on startup.
24777           The terminal is now created on demand (as requested by Biswa)
24778           and I have removed some debug messages.
24779           
24780           Patch submitted by: 
24781           Johannes Schmid <johannes.schmid@gmx.de>
24783 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24785         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24786           proper tabs keyboard navigation.
24788         * src/an_symbol_view.c,
24789           src/anjuta_cbs.c,
24790           src/gnome_project.c,
24791           src/project_dbase.c,
24792           src/tags_manager.c: removed some debugging display.
24794 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24796         * src/message-manager-dock.c
24797           src/message-manager-private.cc
24798           src/message-manager-private.h
24799           src/message-manager.cc
24800           src/preferences.c
24801           src/preferences.h
24802           src/preferences_gui.c:
24803           
24804           Patch submitted by: 
24805           Johannes Schmid <johannes.schmid@gmx.de>
24806           
24807           This patch adds a tab to the notebook of the preferences-dialog
24808           where you can change the colors, the tab position of the new
24809           message manager. Also the truncate messages stuff has moved
24810           from misc tab to messages tab.
24812           Also improved the remembering position stuff of message manager.
24813           
24814         * data/internal.properties,
24815           Added definitions for messages colors and tag position.
24816           
24817         * src/message_manager.cc:
24818           Fixed a bug that never lets the messages panes to get cleared.
24819           Added wmclass setting for the message window. Fixed a bug in
24820           which the message window was not being shown.
24821         
24822         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24823           output and disabled it.
24825         * src/anjuta.c: Preferences created and loaded before anything else.
24826           anjuta now recognizes messages colors on startup and initializes
24827           them.
24828         
24829 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24831         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24833 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24835         * pixmaps/file_c.xpm,
24836           pixmaps/file_cpp.xpm,
24837           pixmaps/file_file.xpm,
24838           pixmaps/file_h.xpm,
24839           pixmaps/file_html.xpm,
24840           pixmaps/file_i18n.xpm,
24841           pixmaps/file_icon.xpm,
24842           pixmaps/file_pix.xpm,
24843           pixmaps/fv_doc.xpm,
24844           pixmaps/fv_i18n.xpm,
24845           pixmaps/fv_image.xpm,
24846           pixmaps/fv_source.xpm,
24847           pixmaps/fv_unknown.xpm: made these icons transparent.
24849 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24851         * launcher/anjuta_launcher.c: updated message strings
24852         * src/message-manager-dock.c: added newline at end to avoid compile warning
24853         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24854         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24855           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24856           entries for username and Python-style GPL notice
24857         * HACKING: added info on files to change to update Insert menu
24859 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24861         * src/project_dbase.c,
24862           src/an_file_view.c,
24863           src/an_symbol_view.c:
24864           Changed the CTree expander style to square and
24865           line style to Dotted line.
24866           
24867         * po/POTFILES.in: Removed and Added translable files.
24869 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24871         * ccview/.cvsignore: Removed.
24872         
24873 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24875         * ccview/
24876                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24877                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24878                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24879                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24880                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24881                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24882         
24883         Removed ccview module because it is no longer needed.
24885 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24887         * src/project_dbase.c:
24888           Shifted structure initialization in project_dbase_new()
24889           before anything else, otherwise it was crashing due to
24890           uninitialized values.
24891         
24892         * src/an_symbol_view.c:
24893           Disabled high volume debug output.
24895 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24896         
24897         Applied a very heavy patch from:
24898         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24900         * Makefile.am
24901         configure.in
24902         pixmaps/Makefile.am
24903         src/Makefile.am
24904         src/aneditor.cxx
24905         src/aneditor.h
24906         src/anjuta.c
24907         src/anjuta.h
24908         src/commands.c
24909         src/commands.h
24910         src/compile.c
24911         src/compile.h
24912         src/controls.c
24913         src/defaults.c
24914         src/fileselection.c
24915         src/main_menubar.c
24916         src/main_menubar.h
24917         src/main_menubar_def.h
24918         src/mainmenu_callbacks.c
24919         src/mainmenu_callbacks.h
24920         src/project_dbase.c
24921         src/project_dbase.h
24922         src/project_dbase_gui.c
24923         src/tags_manager.c
24924         src/text_editor_menu.c
24925         src/toolbar_callbacks.c
24926         tagmanager/Makefile.am
24927         tagmanager/ctags.c
24928         tagmanager/include/Makefile.am
24929         tagmanager/include/tm_project.h
24930         tagmanager/include/tm_symbol.h
24931         tagmanager/include/tm_tag.h
24932         tagmanager/include/tm_tagmanager.h
24933         tagmanager/include/tm_workspace.h
24934         tagmanager/tm_project.c
24935         tagmanager/tm_source_file.c
24936         tagmanager/tm_symbol.c
24937         tagmanager/tm_tag.c
24938         tagmanager/tm_workspace.c
24939         widgets/Makefile.am: Modified.
24940         
24941         * src/an_file_view.[c,h],
24942           src/an_symbol_view.[c,h],
24943           src/file_history.[c,h],
24944           src/support.[c,h],
24945           widgets/scroll-menu.[c,h],
24946           tagmanager/tm_file_entry.c
24947           tagmanager/include/tm_file_entry.h: Added new files.
24948           
24949         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
24950         private_func.xpm, public_func.xpm,
24951         class.xpm, fv_exec.xpm, fv_unknown.xpm,
24952         private_var.xpm, public_var.xpm,
24953         function.xpm, fv_i18n.xpm, macro.xpm,
24954         protected_func.xpm, struct.xpm,
24955         fv_autofile.xpm, fv_image.xpm,
24956         ofolder.xpm, protected_var.xpm, variable.xpm:
24957           Updated and Added pixmap files.
24959         Features:
24960         ---------
24961         a) Removes CCView dependency.
24962         b) Improves the terminal.
24963         c) Adds tag navigation context menus.
24964         d) Upgrades tagmanager to latest version.
24965         e) Miscellaneous small additions.
24967 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24969         * src/project_dbase_gui.c: Fixed crash of anjuta
24970         when project first created.
24971         
24972         * src/gnome_project.c: It now updates the tags manager
24973         when new projects are created.
24974         
24975 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24977         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
24978           for this big patch.
24979         
24980         * src/messages.[c,h]: Removed files.
24982         * src/message-manager.[cc,h],
24983           src/message-manager-dock.[c,h],
24984           src/message-manager-private.[cc,h]
24985           New files.
24987         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
24988           src/build_project.c, src/clean_project.c, src/compile.c
24989           src/configurer.c, src/debugger.c, src/find_in_files.c
24990           src/mainmenu_callbacks.c, src/preferences.h
24991           src/preferences_gui.c, src/properties.h
24992           src/utilities.c, src/utilities.h:
24993           The new messages widget.
24994           New features:
24995             - Use of GtkNotebook instead of ToggleButtons
24996               and show/hide
24997             - Popupmenu to show and hide message types and
24998               to dock/undock in detach mode
25000           All other things should work as they did with the
25001           old message window. Currently the keyboard short-cuts
25002           do not work in detached mode.
25003           
25004           Some functions in utitlities.[c,h] changed.
25005           so that they take const arguments where this is possible
25006           
25007         * src/Makefile.am, po/POTFILES.in:
25008           Removed messages.[c,h] and
25009           added message-manager.[cc,h], message-manager-dock.[c,h],
25010           message-manager-private.[cc,h]
25011           
25012         * src/message-manager.h: Removed "include <bonobo.h>"
25013           and added a newline at the end of the file.
25014           
25015         * src/message-manager-private.cc:
25016           Set clist's width setting to Automatic.
25017           Set scroll window's scroll bars to Automatic.
25018           
25019 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
25021         * text_editor_menu.c:
25022           Fixed misalignment of the function sub menu
25023           in the text editor pop up menu.
25024           
25025 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25026         
25027         * src/text_editor.c: Fixed a compiler warning.
25028         
25029 2002-01-04  Andy Piper <andy.piper@freeuk.com>
25031         * THANKS, manuals/*/authors.sgml: updated for new translations
25032         * plugins/class-gen/clsGen.c: converted messages to English
25033         * src/about.c, src/main_menubar_def.h: string updates
25035 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25037         * src/anjuta.c
25038           src/anjuta_cbs.c
25039           src/text_editor.c
25040           src/mainmenu_callbacks.c
25041           src/text_editor.h
25042           src/text_editor.c
25043           src/text_editor_cbs.c
25044           src/text_editor-gui.c:
25045           
25046           Earlier code for adding 'cross' button
25047           for closing pages were too error prone and unorganized.
25048           Cleaned up the code and shifted the 'extra' widgets
25049           creation (eg. close button, close_pixmap and lable)
25050           from anjuta to text_editor. This takes care of proper
25051           widgets creation and destruction. Otherwise, anjuta
25052           was crashing at too many points, especially related
25053           to docking and undocking.
25054           
25055 2002-01-04  Stephane Demurget  <demurgets@free.fr>
25057         * src/aneditor.cxx: removed debugging code.
25059         * data/properties/.cvsignore: added swap files.
25061 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25063         * src/anjuta.c
25064           src/anjuta_cbs.c:
25065           Fixed Crashing of anjuta when a new file is saved as
25066           different file.
25067           
25068 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25070         * src/aneditor.c: Some debug codes around.
25071         
25072         * data/internal.properties, data/anjuta.properties: Removed.
25073           data/properties/Makefile.am:
25074           data/properties/ada
25075           data/properties/cs
25076           data/properties/make
25077           data/properties/rc
25078           data/properties/html
25079           data/properties/ruby
25080           data/properties/baan
25081           data/properties/idl
25082           data/properties/pascal
25083           data/properties/sample
25084           data/properties/bash
25085           data/properties/java
25086           data/properties/perl
25087           data/properties/sql
25088           data/properties/conf
25089           data/properties/latex
25090           data/properties/props
25091           data/properties/vb
25092           data/properties/cpp
25093           data/properties/lua
25094           data/properties/python
25095           data/properties/xml
25096           data/properties/others
25097           data/properties/.cvsignore:
25098             Added files. Properties now splitted into small files
25099             for each language.
25101         * data/Makefile.am
25102           configure.in: Update the removal and added properties module.
25104         * src/preferences.c: preferences_new(): Updated to reflect the
25105           new properties files organization.
25106           
25107         * src/Makefile.am: Added Baan Lexer.
25109 2002-01-01  Stephane Demurget  <demurgets@free.fr>
25111         * src/aneditor.cxx: readded the baan lexer. 
25113         * src/preferences.c: fixed translated messages and a typo.
25115         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25116           confusing the regexp usage in xml-i18-merge.
25118 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
25120         * src/project_dbase.c: tidied some messages, and spotted a typo in
25121           the reading of properties which prevented the project version from
25122           ever being reported in the Project Information window - fixed :)
25124         * po/POTFILES.in: removed syntax.h
25126 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25128         * data/internal.properties: fixed baan properties.
25129           Added all ada properties.
25131         * src/main_menubar_def.h,
25132           src/lexer.h,
25133           src/aneditor.cxx,
25134           src/utilities.[ch]: added support for the Ada highlight style.
25136 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25138         * plugins/*/.cvsignore: updated.
25140 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25142         * src/syntax.h,
25143           src/text_editor.c,
25144           src/Makefile.am: removed the empty header syntax.h.
25146 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
25148         * main_menubar.c:
25149         Stef's observation on the 'superfluous' hseparators in the recent
25150         files and projects is fully justified -- removed.
25151         
25152         * main_menubar_def.h:
25153         Changed "Plug Ins" to "Plugins" in the menu label.
25154         
25155         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25156         Added class-gen in the configure output and class-gen module.
25157         
25158         * data/internal.properties:
25159         Correct mis-spelled "jave" to "java".
25160         Added file.is.source for *.h, *.c, *.cpp properties.
25161         
25162         * global-tags/Makefile.am:
25163         "chmod +x create_global_tags.sh" before it is executed, because
25164         there is very high chance that it will be found "-x" and resulting
25165         in error
25167 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25169         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25170         for the backtrace.
25172         * src/gnome_project.c: (create_new_project): if the user doesn't
25173           select any icon, it doesn't have any extension and thus we can't
25174           use it in printf on Solaris, since the %s modifier use strlen to
25175           know the string length and then crash. On Linux, gcc checks the value
25176           of the pointer to be NULL and write "(null)" if necessary. We can't
25177           rely on that.
25179         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25180           don't need to have the directory icon but the generic one.
25182 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25184         Merged with latest (1.42) scintilla.
25186         Added: Support for the {load,save}.on.(de)activate properties.
25187                The PHP lexer to match keywords case insensitively.
25188                Baan lexer.
25189                Experimental supports for changeable style attribute & line
25190                wrapping.
25191                
25192         Updated: Both the C++ and HTML lexers.
25193                  More shell keywords added.
25194                  Horizontal scrolling and diplay of long lines optimised.
25195                  Cursor setting optimised.
25197         Bugs fixed: Caret movement over folded lines.
25198                     Selection tracking in 2ndary views when doing modifications.
25200         * scintilla/CallTip.{cxx.h},
25201           scintilla/ContractionState.{cxx,h},
25202           scintilla/Document.{cxx,h},
25203           scintilla/Editor.{cxx,h},
25204           scintilla/KeyWords.cxx,
25205           scintilla/LexHTML.cxx,
25206           scintilla/PlatGTK.cxx,
25207           scintilla/RESearch.cxx,
25208           scintilla/ScintillaBase.cxx,
25209           scintilla/ScintillaGTK.cxx,
25210           scintilla/Style.{cxx,h},
25211           scintilla/StyleContext.h,
25212           scintilla/ViewStyle.cxx,
25213           scintilla/include/*.h: updated.
25215         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25217         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25218           should have been told to the scintilla team. We're lucky I read the
25219           ChangeLog and the modifications of the lexer (thanks to the Gnome
25220           bonsai for this ;)
25222         * data/internal.properties: added Baan definitions.
25223           Fixed some issues for C such as *_cast directive, that are only
25224           available with C++.
25225           Updated C++, HTML and shell scripts definitions.
25226           Updated Ada and Bullant, that have been forgotten.
25228         * src/main_menubar_def.h,
25229           src/lexer.h,
25230           src/aneditor.cxx,
25231           src/utilities.[ch]: added support for the Baan highlight style.
25233 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25235         Polished the plugins menu behaviour and added a tearoff
25236         menuitem to the recent entries submenu.
25238         Note: The recent entries list seems to be too height
25239               with all these superfluous hseparators.
25241         * src/main_menubar.c: Polished, making some
25242           functions declarations static and cleaning some code.
25244           (create_submenu_plugin): removed the extra
25245           plugins entry and the horizontal separators.
25247           (on_plugins_menu_realize): the plugins menu is only
25248           shown if there's at least one available.
25250           (create_submenu*): added a tearoff menuitem to have
25251           a more homogeneous menu style. For now, it doesn't
25252           take care of user settings (but it was even worse
25253           before :).
25255 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25257         * configure.in: added the packageplugindir variable to avoid
25258           installing the plugins in $(prefix). It's not the same path as
25259           anjuta 2 to allow parallel installation.
25261 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25262         Fix a reopened part of bug #440676: keyboard navigation between the
25263         different text buffers. Changed to a more global approch. 
25265         * src/notebook.[ch]: removed.
25267         * src/Makefile.am: removed notebook.[ch]
25269         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25270           (on_anjuta_window_key_press_event): added to fulfill the global
25271           shorcuts handling.
25273         * HACKING: updated according to the new global shortcuts handling.
25275 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25277         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25278           Shifted plugin menu from Edit submenu to main menu.
25279         
25280         * po/POTFILES.in:
25281           Added plugins/sample1/plugin-sample1.c
25282           
25283         * plugins/sample1/plugin-sample1.c:
25284           Added localization and used anjuta_info, instead of anjuta_error.
25285           
25286         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25287           Added cvs ignores.
25288           
25289 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25291         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25292           for plugin dir.
25293         
25294         * Makefile.am: Added module plugins.
25295         
25296         * plugins, plugins/Makefile.am, plugins/sample1/*:
25297           Created plugins modules.
25298           
25299         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25300           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25301           to load plugins of *.so only and not *.so* (which results
25302           in duplicates).
25303         
25304         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25305           plugins during packaging.
25307 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25309         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25311 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25313         * configure.in: Added portuguese to ALL_LINGUAS
25315 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25317         * global-tags/.cvsignore
25318         tagmanager/.cvsignore
25319         tagmanager/include/.cvsignore:
25320         Added cvs ignore files.
25322         * data/.cvsignore
25323         Updated cvs ignore file.
25324         
25325 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25327         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25328           data/anjuta.properties, data/internal.properties: clean up some 
25329           message strings (me)
25331 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25333         * src/about.c, THANKS: added Jens to the credits
25334         
25335 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25337         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25338           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25339           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25340           Georg <mail@jensgeorg.de> to add close button to file tabs.
25342 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25344         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25345           (debugger now catches correct signal from process)
25347 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25349         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25350         * src/pixmaps.h: switch appwizard project icons to new designs
25351         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25353 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25355         * pixmaps/Makefile.am: stop redundant images from being installed.
25356           The next step will be to remove them completely.
25357         * src/appwiz*: further updates (more to come)
25358         * src/pixmaps.h: cleaned up, commented
25359         * src/splash.c: should use the pixmaps macro defined
25360         * HACKING: more on the graphics stuff and use of pixmaps.h
25362 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25364         * src/defaults.c: fix bug #494864
25366 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25368         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25369           graphics from Misha
25370         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25371           redundant graphics, no longer used
25372         * src/appwiz*: revamped application wizard by Andy and Misha for
25373           a more usable and professional look-and-feel
25374         * HACKING: updates to cover patching, graphics, and some additions
25375           post-0.1.8
25376         * TODO: removed some implemented features
25378 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25380         * data/anjuta.properties, data/internal.properties: cleanup
25381         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25382           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25383           to edit styles colors for keywords and add Goto Tag menu option
25384           in the editor
25386 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25388         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25389         
25390         Fixed bug #460335
25391         fixes the Forget of the cursor position when tab is brought active
25392         from project manager.
25393         
25394 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25396         * src/messages.c
25397           Exported "TERM=xterm" to get a color terminal when
25398           anjuta is not started from within a terminal.
25399           
25400 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25402         * src/messages.c
25403           src/messages.h
25404           Added a frame around zvt terminal.
25405           
25406         * src/preferences_gui.c
25407           Modified to say "Use glade component (experimental)"
25408           instead of "Use Component".
25409           
25410 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25412         * Patch from 
25413         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25414         
25415         * src/anjuta.c
25416         src/fileselection.c
25417         src/messages.c
25418         src/messages.h
25419         src/preferences.c
25420         src/preferences.h
25421         src/project_dbase.c
25423         a) Extra scrollbar in terminal no longer appears.
25424         b) Character set preference should be preserved (untested).
25425         c) File selection widget now remembers last directory.
25426         d) On creation of generic project, the glade 'file not found' error no
25427                 longer occurs.
25428         e) First terminal window is created 'on demand', so it should always to
25429                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25430                 environment is now passed to the terminal.
25431         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25432                 with getcwd()).
25433         g) Fixed some compilation warnings.
25435 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25437         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25438           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25439         * src/*: cleanups (me)
25440         * pixmaps/mini_term.xpm: added new file for terminal button
25441           (me, based on existing artwork)
25443 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25445         * configure.in: bumped version to 0.1.9-pre
25446         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25447           translation
25448         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25450 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25452         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25453           files are free of that char)
25454         * configure.in: added "az" to ALL_LINGUAS
25456 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25458         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25459           crash bug fix from Biswa.
25460         * FUTURE: added Anjuta/gIDE merger information to provide 
25461           details on future direction and status of 1.x stuff
25462         * NEWS: prepared for release
25463         * po/de.po: update from Jens Georg <mail@jensgeorg>
25465 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25467         * multiple minor updates pre-0.1.8
25468         * patch from Biswa to fix syntax highlighting and packaging
25469         * po/fr.po: update from Stef
25471 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25473         * global-tags/Makefile.am
25474         global-tags/create_global_tags.sh
25475         global-tags/tm_global_tags.c
25476         scintilla/LexCPP.cxx
25477         scintilla/include/SciLexer.h
25478         src/aneditor.cxx
25479         src/project_dbase.c
25480         tagmanager/Makefile.am
25481         tagmanager/include/Makefile.am
25482         tagmanager/include/tm_project.h
25483         tagmanager/include/tm_tag.h
25484         tagmanager/include/tm_tagmanager.h
25485         tagmanager/tm_project.c
25486         tagmanager/tm_source_file.c
25487         tagmanager/tm_tag.c
25488         tagmanager/tm_workspace.c:
25489         
25490         Includes the syntax highliting patch to scintilla).
25491         and more stable code.
25492         
25493         *tagmanager/include/tm_symbol.h: New file.
25494         *tagmanager/tm_symbol.c: New file.
25495         
25496         Add symbol tree building functionality at project level
25497         
25498         Patch from:
25499         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25500         
25501 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25503         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25504           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25505           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25506           : New and improved pixmaps from Misha <misha@phreaker.net>
25507           Thanks to him.
25509 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25510         
25511         * Big patch submitted by
25512           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25513           Many thanks to him.
25514         
25515         * src/Makefile.am, src/aneditor.cxx
25516           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25517           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25518           Use of tagmanager lib for advanced calltips.
25520         * global-tags/*: Created new directory and added files to 
25521           generate system.tags.
25523         * tagmanager/*: Created new directory and added tagmanager lib
25524           files.
25526         * configure.in, acconfig.h, Makefile.am: Modified to reflect
25527           the above additions.
25529         * data/Makefile.am: Modified to accomodate generated system.tags file.
25531 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
25533         * scintilla/: updated to 1.41
25534         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25535         * src/about.c: updated list of authors
25536         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25537         * HACKING: updated to cover Scintilla usage
25538         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25539           translation
25541 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
25543         * src/aneditor.cxx: Fixed compilation errors with it.
25544           by add include to gtk+ headers and typedefining a mysteriously
25545           vanished class Colour.
25547 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25549         * configure.in: Added pt_BR in the languages.
25550         
25551 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
25553         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25554           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25555         * THANKS: updated
25556         * manuals/C/anjuta-manual/*: new format to match
25557           the rest of the GNOME docs chapter layout. Added the many
25558           new contributors. Moved Authors and License information into new
25559           chapters of their own - should make expansion easier too
25560         * src/compiler_options.c: changed the profiler option to -pg to 
25561           work with GNU tools (gprof)
25562         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
25563           and text labels
25564         
25565 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25567         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25568           compiler_options_gui.c:
25569           Added a new entry for linker flags and renamed c_options to c_flags
25570           and l_options to l_libs. Also, added a new function:
25571           compiler_options_set_prjlflags_in_file();
25572         
25573         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25574         
25575         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25576           
25577 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
25579         * THANKS, src/about.c: corrections and additions following 
25580         Naba's big update
25581         * src/main_menubar.c: patch from Rikul to fix the problem with 
25582         menu accelerators not being loaded
25584 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
25586         * THANKS: Added all contributors and translators names and emails.
25587         * AUTHORS: Updated
25588         * pixmap/anjuta_logo.png: Reduced the size of the logo.
25589         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25590               Added new file (earlier logo with border).
25591         * src/about.c: Added all contributors names and emails
25592               and used macro definition for logo pixmap file.
25593         * src/pixmaps.h: Added entry for anjuta splash screen.
25595 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
25597         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25598         to new PNG version (thanks to Misha) and removed the old
25599         pixmap.
25601 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
25603         * THANKS: added Conner Mo for simplified Chinese translation.
25604         * configure.in: added zh_CN in ALL_LINGUAS
25606 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
25608         * THANKS: added Joe Man for his traditional Chinese translation.
25609         * configure.in: added zh_TW in ALL_LINGUAS.
25611 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
25613         * src/main_menubar_def.h: Changed the link of lidn to
25614         http://lidn.sourceforge.net.
25615         
25616 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
25618         * Applied patch from Rikul
25619         * Applied patch from Luca
25620         * Fixed a cvs conflict. :)
25622 2001-10-17  Stephane Demurget  <demurgets@free.fr>
25624         * THANKS: added Marc Botermans for his Dutch translation.
25626         * configure.in: added nl in ALL_LINGUAS.
25628         * po/nl.po: added.
25630 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25632         * anjuta.c: Fixed luca's typo.
25633         * resources.c, resources.h: Changed gchar* return to void, to
25634                 avoid a compiler warning.
25635         * scintilla/Makefile.am: Reorganized file entries.
25636         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25638 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25640         * Upgraded scintilla to 1.4.
25641         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25642                 LexLisp.cxx StyleContext.cxx StyleContext.h
25643         * src/Makefile.am: Added 4 lexers and separated lexer objects
25644                 from the main link variable.
25646 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25648         * THANKS: added Luca, even if it shouldn't be my role to write
25649           this sort of thing :)
25651         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25652           the latest Luca patch.
25654 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25656         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25657         This is not documented yet; plugins to come later.
25658         * src/find*.c: find dialogs now persistent 
25659         (Rick <rikul@bellsouth.net>)
25660         * widgets/gnomefilelist.c: fixed multiple file open issue 
25661         (Rick <rikul@bellsouth.net>)
25662         * changes to recent file and project lists handling 
25663         (lbell <lbell@tsc4.com>)
25664         * more minor UI updates (me)
25666 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25668         * src/Makefile.am: removed warnings for traditional C syntax
25669         * pixmaps: added new icons for mini_locals, mini_cvs and
25670         the splash screen - thanks to Misha <misha@phreaker.net>
25672 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25674         * src/toolbar.c: fix typo in tooltip text
25675         * ccview/cccmd.cc: alter Func to Function in menu text
25677 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25679         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25680         issue with find dialog reporting an error when Scintilla finds text
25681         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25682         DOS files (i.e. CR/LF translation)
25684 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25686         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25687         #452436
25688         * data/internal.properties: default fold style now set to 3 :-)
25689         * applied patch from rikul <null@acm.org> to turn notebook tab 
25690         headings red when file has been edited.
25692 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25694         * configure.in: Added "no" to ALL_LINGUAS.
25695         
25696 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25698     * Patch from lbell <lbell@tsc4.com>
25699     src/controls.c
25700     src/debugger.c
25701     src/main_menubar.c
25702     src/main_menubar.h
25703     src/main_menubar_def.h
25704     src/mainmenu_callbacks.c
25705     src/mainmenu_callbacks.h
25706     src/project_dbase.c
25707     src/project_dbase.h
25708     
25709     Implemented a check menu item to handle the 'show locals' flag
25710     for the current project.
25712     * data/internal.properties: Removed the redundant command
25713     for gnome-terminal.
25714     
25715 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25717         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25719 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25721         * configure.in: Added "ta" to the languages list.
25723 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25725         * data/internal.properties:
25726           added fold.symbols property to control appearance of folds
25727           in the Scintilla editor (thanks to rikul <null@acm.org>)
25729 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25731         * src/message.c:
25732           one extra button for message win is being created -- Fixed.
25733         
25734           The frame should be hidden and not only the pix_lab when
25735           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25736           -- Fixed.
25737         
25738         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25739           for the time being it is same as mini_cvs.xpm.
25740         
25741 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25743         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25745         Patch from rikul <null@acm.org>
25746         
25747         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25748         glades.h, messages.c, messages.h, pixmaps.h,
25749         project_dbase.c, project_dbase.h, session.c,
25750         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25751         
25752         inserted 'add to watch' option in inspect window, so you can add easily
25753         a variable in watch window .
25754         
25755         Added a new message pane for the gdb local variables inspection. Changed
25756         the code in messages.c to better account for future new panes insertion.
25757         Defined a new pixmap for the new tab button in pixmaps.h
25758         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25759         install script.
25760         
25761         Changed the debugger module to have a single function for asking to gdb
25762         to send program info. The idea is to ask the debugger about only the
25763         info needed to open windows( watch, registers, etc ) to speedup the step
25764         command. I plan to ask informations to the debugger based on the user
25765         interface status.
25766         The request for local variables is enabled by default, but the
25767         projectDBase has a variable to control it, to allow disabling that
25768         feature,  there is also the code to save and to reload the state. If you
25769         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25770         in project_dbase.c
25772         This big patch is from:  lbell <lbell@tsc4.com>
25773         
25774 2001-09-20  Stephane Demurget <demurgets@free.fr>
25776         Patch from rikul <null@acm.org> :
25778         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25779           problem and added folding support for php/hmtl.
25781 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25783         * Fixed dnd of files within scintilla.
25784         patch from:  rikul <null@acm.org>
25785         
25786 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25788         * Applied patch from Luca.
25789         
25790         * src/source.c: source_write_build_files(): Fixed the project generation
25791           failure. The fist return statement and the free_project_type were 
25792           misplaced.
25794 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25795         
25796         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25797         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25798         
25799         1) Restore the error color to red (waiting for a configurable one )
25800         2) Saving projects settings if you exit anjuta without closing an open
25801         saved project
25802         3) New Menu 'repaeat search' to search with a keystroke without pressing
25803         the toolbar button
25804         4) some define in the menus to better handle menu item update
25805         
25806         Patch from: lbell <lbell@tsc4.com>
25807         
25808         * main_menubar_def.h, main_menubar.c: Change the position of
25809         "Repeat find" menu position.
25811 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25813          project_type.h, project_type.c, source.c: Applied patch.
25814          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25815          
25816 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25818         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25819         
25820 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25821         
25822         * Fixed bug #445752
25823   
25824 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25825         
25826         * Fixed bugs in Gtk-- and Gnome-- project type
25828 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25830         * dnd.c: Support for multiple files drag-n-drop.
25831         
25832           Patch from: rikul <null@acm.org>
25833         
25834         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25835           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25836           saving from menu.
25837         
25838           Patch from: rikul <null@acm.org>
25840         * Applied patch for widgetizing goto dialog box.
25841           Patch from: ???
25842         
25843         * Applied patch for having new project type handling.
25844           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25845           
25846 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25848         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25849           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25850           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25851           find_replace.c, find_replace.h, find_text.c, find_text.h,
25852           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25853           project_dbase.h, source.c, text_editor.c, text_editor.h,
25854           text_editor_cbs.c, utilities.c, utilities.h:
25855         
25856           Applied a huge patch (after slight preview). I would like Luca
25857           to have his feature additions mentioned here.
25858         
25859           Patch from: lbell <lbell@tsc4.com>
25861 2001-09-09  Stephane Demurget <demurgets@free.fr>
25863         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25865         * po/fr.po: updated to the latest sources.
25868 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25869         
25870         * Fixed bug #445752
25871   
25872 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25874         * dnd.h, dnd.c: New files for drag n drop support.
25875                 
25876         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25877            Added drag and drop support for opening files.
25878         
25879         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25880         Archit Baweja <bighead@crosswinds.net> for this idea.
25881         
25882         * TODO: Added some more todos. :-(
25884 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25886         * Fixed the goto line activate bug.
25887         patch from: Martyn Bone <mbone@brightstar.u-net.com>
25889 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25890         
25891         * Fixed bugs in Gtk-- and Gnome-- project type
25893 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
25895         * widgets/gonmefilelist.c, gnomefilelist.c:
25896         Modified multiple selection on pressing control.
25897           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25898         
25899         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25900         Modified multiple selection on pressing control.
25901           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25902         
25903 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
25905         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25906           This is useless; but just in case...
25908 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
25910         * data/internal.properties: modified a bit of perl properties.
25911         
25912 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
25914         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
25915           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
25916           Added support for multiple file imports. Changed the standrd C++
25917           convention of #include <file> to #include <file.h>, because I had given
25918           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
25919           now support the #include <file> convention. That is something to be fixed :). 
25920           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25922 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
25924         * src/anjuta.c: Added function static greetings_text(), to solve the non
25925                 translation of the greetings text in the wizard.
25926                 
25927 2001-08-31  Andy Piper <andy.piper@freeuk.com>
25929         * src/find_in_files_gui.c: made order of buttons consistent with other Find
25930           dialogs, with OK the default (fix bug #453482)
25932 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
25934         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
25935         
25936         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
25937         
25938 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
25940         * src/aneditor.cxx
25941           src/aneditor.h
25942           src/anjuta_cbs.c
25943           src/controls.c
25944           src/main_menubar.c
25945           src/main_menubar.h
25946           src/main_menubar_def.h
25947           src/mainmenu_callbacks.c
25948           src/mainmenu_callbacks.h:
25949                 Applied the patch that addes menu items which allow users to
25950                 insert GPL notice and date time in current document.
25951                 patch from: Rick Patel <rikul@shreve.net>       
25952                 
25953         * src/main_menu.c: Fixed a compilation error.
25954         
25955         * src/anjuta.c: Fixed non-rememberence of editor tab position.
25956         
25957         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
25958           about the unterminated strings.
25959           
25960         * scintilla/*: Updated scintilla to 1.3.9 version.
25961         
25962 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
25963         
25964         * widgets/gnomefileselection.c:
25965           Applied the patch for fixing multiple selection of file open funcion,
25966           which will deselect the files selected.
25967           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25969 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25971         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
25972           src/fileselection.c, src/anjuta_cbs.c:
25973           Applied the patch     for multiple selection of file open.
25974           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25975           
25976 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25978         * Removed "-f" option in call to devhelp, because devhelp no longer
25979           supports that.
25980         
25981 2001-08-26  Stephane Demurget <demurgets@free.fr>
25983         All these modifications have been pointed out by
25984         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
25986         * data/internal.properties: two fixes for the PHP lexer.
25987           this out.
25989         * fr.po: minor fixes.
25991         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
25993 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
25994         
25995         * main_menubar.c,
25996           main_menubar.h,
25997           main_menubar_def.h,
25998           main_menubar_callbacks.c,
25999           controls.c:
26000                 Added new menu item for "close all fils".
26001                 (Patch from Rikul <rikul@shreve.net>, after revision)
26002         
26003         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
26004         
26005         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
26006                 (Patch from Rikul <rikul@shreve.net>)
26007         
26008         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
26009                 (Patch from Rikul <rikul@shreve.net>)
26011 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26012         
26013         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
26014            project name in application widzard.
26015            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
26017         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26018           of the 'OK' button there is an 'Execute' one.
26019           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
26020         
26021         * executer.c: Changed cancel button to close button. That was more appropriate.
26022           
26023 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26025         * HACKING: corrected >>>>>> Config management.
26026         
26027         * HACKING: Added many things.
26028         
26029         * src/launcher.h: Added some comments.
26031 2001-08-21  Stephane Demurget <demurgets@free.fr>
26033         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26035         * HACKING,
26036           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26037           src/appwizard_cbs.c,
26038           src/appwizard_gui.c: Applied UI/docs cleanup patch from
26039           Andy Piper <andy.piper@freeuk.com>
26041         * po/fr.po: updated to latest sources.
26043         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26046 2001-08-18  Andy Piper <andy.piper@freeuk.com>
26048         * Fixed bugs #450280 and #448845
26050         * src/about.c: corrected Naba's e-mail address (.net, not .com)
26051         
26052         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26053           named dialogs
26054         
26055         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26056           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
26057           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
26058           names to remove "Anjuta: " prefix
26059           
26060         * src/main_menubar_def.c: altered a message
26061         
26062         * launcher/anjuta_launcher.c: cleaned up some messages
26064         * src/debugger.c: edited messages to improve clarity
26065         
26066         * src/app_wiz*.c: tidied wizard interface
26069 2001-08-15  Stephane Demurget <demurgets@free.fr>
26071         Synced Naba's fix and mine about the wizards not working and removed
26072         anjuta.prj to avoid a nasty checkin.
26074         * Makefile.am: removed the install-data-local rule.
26076         * data/Makefile.am: changed the list of files.
26078         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26080         * .cvsignore: added anjuta.prj for the same reason.
26083 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
26085         * src/source.c: Fixed a bug that fails new gnome projects to get
26086           created.
26088         * src/project_manager.c: Fixed a bug that disables storing recent
26089           project history.
26091         * Makefile.am: Added stuffs to install the macro files in the
26092           anjuta share file.
26095 2001-08-14  Stephane Demurget <demurgets@free.fr>
26097         * data/Makefile.am: added some rules to support the gnome/ macros
26098           dir in order to make the wizards work again.
26100         * anjuta.spec.in: upped the release number.
26103 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
26105         * configure.in (ALL_LINGUAS): Added pl.
26108 2001-08-09  Stephane Demurget <demurgets@free.fr>
26110         * anjuta.spec.in: fixed the doc files list.
26113 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
26115         * src/about.c: corrected my email address. :-)
26116         
26117         * TODO: Updated.
26118         
26119         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26120          (patch from Andy Piper <squiggle@ukgateway.net>)
26122 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
26124         * debugger.c: Fixed a bug associated with debugging threaded
26125           application.
26126         
26127         * text_editor_menu.c: Fixed broken ui in text editor
26128           pop up menu.
26129           
26130         * text_editor_menu.c: Now the option sub menu in text editor pop up
26131           works.
26132         
26133         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26134                 (suggested by lord sibn <sibn@utspl.cjb.net> )
26135         
26136 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26138         * src/text_editor_menu.c: Added menu item for context help
26139           (patch from Andy Piper <squiggle@ukgateway.net>)
26140         
26141 2001-08-06  Stephane Demurget <demurgets@free.fr>
26143         * ccview/cccproj.cc: added missing i18n strings.
26145         * data/welcome.txt: bumped version to 0.1.6.
26147         * src/anjuta.c: fixed a compilation error due to devhelp integration.
26149 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26150         
26151         * help.c, help.h: Added support for DevHelp context sensitive help
26152                 and gnome api browsing.
26153         * Fixed toolbars and editor views "not save" bug.
26154         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26155           (patch from Andy Piper <squiggle@ukgateway.net>)
26156         * Updated THANKS and chapter15.sgml for uk and ru translators.
26158 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26160         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26161         * Updated configure.in to include these changes
26162         
26163 2001-08-03  Stephane Demurget <demurgets@free.fr>
26165         * src/project_dbase_gui.c: fixed bug #446963
26166           (on_project_dbase_ccview_update_start),
26167           (on_project_dbase_ccview_update_end): added.
26168           These two respectively disable and enable close file/project
26169           menu entries and toolbar items, while the ccview part updates
26170           its tag database.  
26173 2001-08-03  Stephane Demurget <demurgets@free.fr>
26175         * configure.in: added sv to the ALL_LINGUAS list.
26176         
26178 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26180         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26181                 file to work: merge translations and distribute it.
26183         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26185         * NEWS, README, THANKS & TODO: Spelling fixes.
26187 2001-08-01  Stephane Demurget <demurgets@free.fr>
26189         * README: updated requirements.
26191         * scintilla/Makefile.am,
26192           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26193           target can't be realized (custom build path).
26195         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26196           Removed install-data-local.
26198         * src/compiler_options.c: changed the include paths of the pixmaps.
26199           we hadn't any warning because of the include paths passed to the
26200           compiler. Thanks to make distcheck for reporting this.
26203 2001-07-31  Stephane Demurget <demurgets@free.fr>
26205         * NEWS, THANKS: updated.
26207         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26208           fixed to show the correct kernel signal number and its description.
26210         * widgets/gnomefilelist.c: fixed bug #445756
26211           (goto_last): renamed to goto_prev and changed according to goto_next.
26212           (goto_next): added.
26213           (goto_directory): removed.
26214           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26215           returned value is now the position in the list.
26216           (check_ok_button_cb): changed the back check and added one for next.
26217           (gnome_filelist_set_dir): the check in history make it wouldn't be
26218           a "true" history. polished the whole thing, using set_dir_internal.
26219           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26220           there's no check in the history when using back or next.
26222         * manuals/*: added missing .cvsignore files.
26225 2001-07-30  Stephane Demurget <demurgets@free.fr>
26227         * po/fr.po: updated to latest sources.
26229         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26230           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26231           to put off their sensitive attributes.
26233 2001-07-29  Stephane Demurget <demurgets@free.fr>
26234         
26235         * po/fr.po: fixed some grammar things.
26236           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26237           this out.
26238         
26239         * src/utilities.c: (file_is_link): use lstat instead of stat.
26241 2001-07-27  Naba Kumar <kh_naba@123india.com>
26242         
26243         * Remove help dir from cvs, because it is no longer
26244           needed.
26245         
26246         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26247           needed.
26249 2001-07-24  Naba Kumar <kh_naba@123india.com>
26251         * debugger.c: (debugger_update_prog_status): Fixed
26252                 the bug with gdb version 5. Debugger starts, when
26253                 step in/out/over etc are clicked.
26254         
26255         * debugger.c: All functions: added debugging codes.
26256         
26257         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26258         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26259           Modified to recognize non project files also.
26260           
26261         * source.c: (source_write_configure_in):
26262           Added source for 'prefix' counterparts for
26263           no-prefix AC_SUBST.
26264         
26265 2001-07-23  Naba Kumar <kh_naba@123india.com>
26266         
26267         * anjuta.c: added function anjuta_remove_text_editor();
26268           and suitably modified anjuta_remove_current_text_editor().
26269           
26270         * project_dbase.c: project_dbase_close(), Added code to
26271           close all opened files that belong to the project when
26272           the project is closed.
26273          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26274         
26275         * Updated the manuals/anjuta-manual subdir for GDP standards.
26276            (patch from Andy Piper <squiggle@ukgateway.net>)
26277         
26278         * main_menubar.h, main_menubar.def: Added Menu items to handle
26279           urls for library references, bugs, patches and feature request
26280           submission.
26281         
26282 2001-07-20  Naba Kumar <kh_naba@123india.com>
26283         
26284         * Set wmclass names in all windows.
26285           (patch from Andy Piper <squiggle@ukgateway.net>)
26286         * New splash logo from "Misha" <misha@phreaker.net>);
26288 2001-07-19  Naba Kumar <kh_naba@123india.com>
26289         
26290         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26291           set caret color, calltip back color and selection fore/back
26292           color.
26294 2001-07-18  Naba Kumar <kh_naba@123india.com>
26295         
26296         * project_dbase.c: Closes all files when project is closed.
26297          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26298          -- We still need to refine this as it closes all sort of files.
26299         
26300         * compiler_options.c: Fixed seg-fault bug when last item in
26301           compiler option lists is removed.
26302         
26303         * Fixed missing newline warnings during compilation.
26304           (patch from Andy Piper <squiggle@ukgateway.net>)
26306 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26308         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26309                 autogenerated no need to store'em in CVS.
26311         * ccview/.cvsignore: Addition of cvsignore.
26313 2001-07-17  Naba Kumar <kh_naba@123india.com>
26314         
26315         *GUI fixes and spell corrections
26316         (patch from Andy Piper <squiggle@ukgateway.net>)
26318 2001-07-15  Naba Kumar <kh_naba@123india.com>
26319         
26320         *Fixed double error message for file not found.
26321         
26322         *Put white backgrounds for png images.
26323         
26324         *Converted '-' to '_' in sgml files.
26326 2001-07-14  Naba Kumar <kh_naba@123india.com>
26327         
26328         * project_dbase.c: Short-cut for expand/collasp project tree
26329         
26330         * project_dbase_gui.c:
26331          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26333 2001-07-13  Naba Kumar <kh_naba@123india.com>
26334         
26335         * notebook.[h,c]: Added
26336          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26337         Project/message window now toggles on control and
26338         and notebook switch short-cut
26340 2001-07-7  Naba Kumar <kh_naba@123india.com>
26341         
26342         * Changed a new icon set which looks more gnomish.
26343         
26344         * Changed a new anjuta splash logo.
26345         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26347 2001-07-6  Naba Kumar <kh_naba@123india.com>
26348         
26349         * ccview/*: Integrated ccview for class view and file view
26350                 in the project Manager.
26351         
26352         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26354 2001-07-1  Naba Kumar <kh_naba@123india.com>
26355         
26356         * scintilla/*: Upgraded Scintilla to version 1.3.7
26357         
26358         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26359         
26360 2001-06-28  Naba Kumar <kh_naba@123india.com>
26361         
26362         * src/debugger.c: Correct step-over and step-out swapping.
26363         
26364         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26365           chapters and added more stuffs.
26367 2001-06-13  Naba Kumar <kh_naba@123india.com>
26368         
26369         * data/autogen.sh.gtkmm: Added
26370         
26371         * data/autogen.sh.gnomemm: Added
26372         
26373         * src/appwiz.c: Added two more application wizard templetes
26374         
26375         * src/project: for gtk-- and gnome-- and proper support
26376         
26377         * src/source.c: for c++ in the project configuration.
26378         
26379         * src/source.h:
26381 2001-05-05  Naba Kumar <kh_naba@123india.com>
26383         * Merged my pre-cvs modifications with 
26384           the current cvs copy.
26386         * (lot of files change).
26388         * Implemented session management.
26390         * Local installation possible by
26391           manageing our own pixmaps paths
26392           manupulations.
26393         
26394         * resources.h: Added.
26395         * resources.c: Added.
26397         * Fixed some bugs.
26398         
26399 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26401         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26402                 Corrected/extended ignores.
26404 2001-05-04  Naba Kumar <kh_naba@123india.com>
26406         * manuals/: dir tree added.
26407           Sgml documentation started in this dir.
26408           
26409         * omf-install/: dir tree added.
26410         
26411         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26412           Created initial document structure.
26413           
26414         * configure.in: Added test for scrollkeeper.
26415           Added some Makefile entries in AC_OUTPUT.
26416         
26417         * Makefile.am: Added subdir manuals/
26418         
26419         * HACKING: Wrote something stupid.
26421 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26423         * Makefile.am: Added ChangeLog in local data list, becaused it's
26424           needed to create a new project.
26425           
26426         * po/fr.po: minor fixes.
26428         * src/build_file.c, src/configurer.c, src/debugger.c,
26429           src/executer.c, src/find_replace.c, src/gnome_project.c,
26430           src/goto_line.c, src/launcher.c, src/messages.c, 
26431           src/preferences.c src/project_dbase.c: functions declared static.
26432           
26433         * widgets/gnomefilelist.c: Fixed a project creation bug,
26434           introduced with latest changes.
26436 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26438         * widgets/gnomefilelist.c,
26439           BUGS: Fixed an annoying bug preventing from loading files/project
26440           given on the command line. Polished the whole gnome_filelist widget.
26442 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26444         * src/main.c,
26445           src/anjuta.c,
26446           src/anjuta.h: Polished the command line parsing.
26448         * BUGS: Need to clean that damn gnome_filelist widget.
26450 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26452         * src/registers.c,
26453           src/sharedlib.c,
26454           src/signals.c: Removed duplicated includes.
26456         * po/fr.po: minor fixes.
26458         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26459           create_compiler_options_page? () declared static.
26460         * src/main.c,
26461           src/anjuta.c: Put a command line option for disabling
26462           the splashscreen.
26464         * src/preferences_gui.c: Fixed an internationalization issue,
26465           other functions declared static.
26467         * src/gnome_project.c: Fixed some memory leaks,
26468           new_prj_terminated () declared static. 
26470 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26472         * configure.in: Sort ALL_LINGUAS alphabetically.
26474 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26476         * Emptied that ugly old Changelog.
26478 == Anjuta 0.1.5 ===
26479 == Anjuta 0.1.4 ==
26481 2001-03-10 Naba kumar  <naba@gnome.org>
26483         * src/gnome_project.c: Fixed project dir creation bug.
26485         * src/text_editor.c: Fixed double accelerators bug.
26486         
26487         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26489         * src/stack_trace.c, * src/compiler_options.c,
26490         data/internals.properties, src/defaults.c:
26491         Fixed pixmap creation with NULL window.
26493         * src/commands.c, src/preferences_gui.c, src/build_project.c
26494         src/clean_project.c: Bug fix.
26495         
26496         * src/main_menubar_def.h: i18n bug fix.
26497         
26498         * src/executer.h, src/executer.c: Bug fix.
26499         
26500         * src/controls.c: Bug fix.
26501         
26502         * src/debugger.c: Debugger now takes program args.
26503         
26504         * po/ja.po: Added japanese translation file.
26505         
26506         Upgraded to ver 0.1.4
26507         ... Fixed other minor bugs.
26509 == Anjuta 0.1.3 ===
26511 2001-XX-XX Naba kumar  <naba@gnome.org>
26513         * Lots of unaccountable changes. Integrated scintilla.
26514         Redesigned Project managemet. Added supports for other languages.
26515         Java style properties managements. .... blah blah
26516         
26517 2000-11-11 Naba kumar  <naba@gnome.org>
26519         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26520         Upgraded to version 0.1.3.
26522         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26523         Fixed to activate Debug->add watch properly.
26525 === Anjuta 0.1.2 beta_2 ===
26526 === Anjuta 0.1.2 ===
26528 2000-11-05 Naba kumar  <naba@gnome.org>
26530         * src/compiler_options.c, src/compiler_options_cbs.c
26531         src/compiler_options_cbs.h, src/compiler_options_gui.c
26532         src/anjuta2.c, extra/stock_libs.anj (new),
26533         extra/README.stock_libs (new), htmls/page13.html,
26534         htmls/images/*: Improved Library settings GUI. Can now enable/disable
26535         added libraries. Stock libs provided for ease of entry. Modified
26536         help html file accordingly.
26538 2000-11-03 Naba kumar  <naba@gnome.org>
26540         * README: Minor fixes in Doc files.
26542         * src/gnome_prj.c, src/appwidzard_cbs.c:
26543         Fixed to ignore non-existant dir for blank prj.
26544         More checking in project creation, especially to confirm
26545         that the prj file already does not exist.
26547         * anjuta.spec, configure.in: Upgraded to version 0.1.2
26549         * src/controls.c: Now Menu item "Format/Detach current document"
26550         is inactive when there is no document opened.
26552 === Anjuta 0.1.1 ===
26554 2000-11-01 Naba kumar  <naba@gnome.org>
26556         Completed and Release of first version (Beta) with lots of bugs.
26558 1999-12-27 Naba kumar  <naba@gnome.org>
26560         Anjuta project started.