2008-02-15 James Liggett <jrliggett@cox.net>
[anjuta-git-plugin.git] / ChangeLog
blobcd344ac6923018be3960ee2bc315613428de1882
1 2008-02-15  James Liggett  <jrliggett@cox.net>
3         * plugins/profiler/plugin.c:
4         (on_select_other_target_button_clicked):
5         Select the new custom target in the list so that the user sees it.
7         Bug 516630 – Selection custom binary in profiler is not
8         user-friendly.
10 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
12         * manuals/anjuta-manual/C/projects.xml:
13         Fix #515993: "Add package" button is "Add Package" in code
14         Fix #516727: "Build All" is "Build Project" in code
15         Fix #516728: "Clean All" is "Clean Project" in code
16         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
17         Fix #516730: Fix note title 
18         "Configure" is "Run Configure..." in code
20 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
22         * (added) manuals/anjuta-manual/C/figures/project-window.png,
23         (removed) manuals/anjuta-manual/C/figures/project_win.png,
24         manuals/anjuta-manual/C/projects.xml,
25         manuals/anjuta-manual/Makefile.am:
26         Fix #515207: Add a new project window screenshoot
27         Rename "Project View" to "Project window"
29 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
31         * plugins/project-import/project-import.c:
32         Fix #516743: Import project keeps an old date on project file
34         * plugins/project-manager/plugin.c:
35         Fix #516737: Import project doesn't load project with space in name
37 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
39         * plugins/debug-manager/command.c:
40         Destroy local variables on each step
42         * plugins/debug-manager/debug_tree.c,
43         plugins/debug-manager/watch.c,
44         plugins/debug-manager/locals.c,
45         plugins/gdb/debugger.c,
46         libanjuta/interfaces/libanjuta.idl:
47         Parse local variables scope (not used yet)
49 2008-02-15  James Liggett <jrliggett@cox.net>
51         reviewed by: Johannes Schmid <jhs@gnome.org>
53         * plugins/profiler/gprof-options.c: (setup_widgets),
54         (gprof_options_set_target), (gprof_options_has_target),
55         (gprof_options_get_string):
56         * plugins/profiler/gprof-options.h:
57         * plugins/profiler/plugin.c: (ifile_open):
58         516128 – crash in Anjuta IDE: selected profiler as the...
60 2008-02-14  Johannes Schmid <jhs@gnome.org>
62         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
63         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
64         * plugins/symbol-browser/an_symbol.c:
65         * plugins/symbol-browser/an_symbol_view.c:
66         (on_symbol_view_row_expanded):
67         Fixed some memory leaks (Remember to all free/unref everything that comes
68         from gtk_tree_model_get())
70 2008-02-14  Johannes Schmid <jhs@gnome.org>
72         * plugins/document-manager/search-box.c: (on_search_activated):
73         516377 – Status bar does not change its status of 'Search for .. continued at top'
74         (caused by differences between scintilla and sourceview)
76 2008-02-13  James Liggett <jrliggett@cox.net>
78         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
79         Output in UTF-8 format to avoid hangs with the editor. (#516014)
81 2008-02-14  Johannes Schmid <jhs@gnome.org>
83         * plugins/language-support-cpp-java/plugin.c:
84         (get_line_indentation_base), (get_line_auto_indentation),
85         (on_editor_char_inserted_cpp):
86         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
88 2008-02-13  Johannes Schmid <jhs@gnome.org>
90         * plugins/language-support-cpp-java/plugin.c:
91         (is_iter_inside_string), (get_line_auto_indentation):
92         Handle comments in the code and do not ask editor. Fixes scintilla
93         indentation (sourceview does not report comments anyway).
94         
95         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
96         Diff with correct sign (also fixes some issues with language-support)
98 2008-02-13  Johannes Schmid <jhs@gnome.org>
100         * plugins/language-support-cpp-java/plugin.c:
101         (get_line_indentation_base):
102         Act even more clever for comments. Indent /* */ comments correctly
103         for multilines
105 2008-02-13  Johannes Schmid <jhs@gnome.org>
107         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
108         Also set indentation size correctly, when tab size is set
109         by language support plugin
111 2008-02-13  Johannes Schmid <jhs@gnome.org>
113         * plugins/language-support-cpp-java/plugin.c:
114         (get_line_indentation_base):
115         
116         Indent lines after comments correctly
118 2008-02-13  Johannes Schmid <jhs@gnome.org>
120         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
121         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
122         * libanjuta/anjuta-launcher.h:
123         Some more fixes from symbol-db-branch
124         
125         * src/Makefile.am:
126         Move anjuta-shell to noinst_PROGRAMS as it is just a test
128 2008-02-12  Johannes Schmid <jhs@gnome.org>
130   Patch from Gennaro Bellizio <genbell@tiscali.it>:
131         * global-tags/Makefile.am:
132         * AUTHORS
133         #515954 – create_global_tags.sh: wrong anjuta-tags path
134         
135         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
136         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
137         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
138         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
139         (anjuta_launcher_fork):
140         * libanjuta/anjuta-launcher.h:
141         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
142         from symbol-db branch
144 2008-02-11  Johannes Schmid <jhs@gnome.org>
146         * plugins/file-manager/file-model.c: (file_model_expand_idle):
147   515868 – File browser only shows icons when activated
148   
149 2008-02-11  Johannes Schmid <jhs@gnome.org>
151         * plugins/file-manager/file-model.c: (file_model_expand_idle):
152         #515867 – Anjuta dies on startup
154 2008-02-11  Johannes Schmid <jhs@gnome.org>
156         * TODO.tasks: Marked subversion task as completed
158 === anjuta 2.3.4 ===
160 2008-02-11  Naba Kumar  <naba@gnome.org>
162         * configure.in: Bumped version to 2.3.4
164 2008-02-10  Naba Kumar  <naba@gnome.org>
166         * NEWS: Updated for release.
168 2008-02-10  Johannes Schmid <jhs@gnome.org>
170         * plugins/document-manager/anjuta-document-manager.plugin.in:
171         Added html, javascript and glade file types. This makes it possible to
172         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
173         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
174         
175         * plugins/file-wizard/anjuta-file-wizard.glade:
176         * plugins/gdb/anjuta-gdb.glade:
177         * plugins/project-wizard/anjuta-project-wizard.glade:
178         * plugins/search/anjuta-search.glade:
179         * plugins/terminal/anjuta-terminal-plugin.glade:
180         
181         Fixed some other translation issues (#507921)
183 2008-02-10  Naba Kumar  <naba@gnome.org>
185         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
186         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
188 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
190         * manuals/anjuta-manual/C/interface.xml,
191         manuals/anjuta-manual/C/introduction.xml,
192         manuals/anjuta-manual/C/preferences.xml,
193         manuals/anjuta-manual/C/fileoperations.xml,
194         manuals/anjuta-manual/C/projects.xml:
195         Fix spelling errors, including bug #515204, #515172, #515117
196         and #513892
198 2008-02-10  Naba Kumar  <naba@gnome.org>
200         * plugins/document-manager/plugin.c: Fixed stream comment and added
201         translator's comment for 'block comment', 'box comment' and 'stream
202         comment'
204 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
206         * plugins/debug-manager/command.c,
207         plugins/debug-manager/command.h,
208         plugins/debug-manager/breakpoints.c,
209         libanjuta/interfaces/libanjuta.idl:
210         Avoid adding the same breakpoint several times
212         * plugins/gdb/debugger.c:
213         Fix bug #515463: Deattaching process kill it
215 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
217         * manuals/anjuta-manual/C/debugger.xml:
218         Fix translation bug #515459 and #515460
220 2008-02-10  Johannes Schmid <jhs@gnome.org>
222   Patch from Rémi Cardona <remi@gentoo.org>
224         * plugins/build-basic-autotools/Makefile.am:
225         * plugins/cvs-plugin/Makefile.am:
226         * plugins/document-manager/Makefile.am:
227         * plugins/editor/Makefile.am:
228         * plugins/indent/Makefile.am:
229         * plugins/language-support-cpp-java/Makefile.am:
230         * plugins/message-view/Makefile.am:
231         * plugins/sourceview/Makefile.am:
232         * plugins/symbol-browser/Makefile.am:
233         * plugins/terminal/Makefile.am:
234         * scripts/build-schemas.mk:
235         * src/Makefile.am:
236   Fix #512531 – Parallel build fails
237   
238   * AUTHORS: Added Rémi
240 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
242         * plugins/debug-manager/queue.c:
243         Fix interrupt command, not working due to previous change
245 2008-02-10  Johannes Schmid <jhs@gnome.org>
247         * src/Makefile.am:
248         * src/anjuta-app.c:
249         * src/anjuta-callbacks.c (removed):
250         * src/anjuta-callbacks.h (removed):
251         
252         Removed (almost) empty files, fixes #515383 and #515388
254 2008-02-09  James Liggett <jrliggett@cox.net>
256         Reviewed by Naba Kumar  <naba@gnome.org>:
258         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
259         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
260         * plugins/subversion/svn-command.c:
261         (svn_command_make_canonical_path):
262         * plugins/subversion/svn-command.h:
263         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
264         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
265         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
266         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
267         * plugins/subversion/svn-remove-command.c:
268         (svn_remove_command_new):
269         * plugins/subversion/svn-status-command.c:
270         (svn_status_command_new):
271         * plugins/subversion/svn-switch-command.c:
272         (svn_switch_command_new):
273         * plugins/subversion/svn-update-command.c:
274         (svn_update_command_new):
275         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
276         die if the user gives a path that libsvn doesn't like. 
277         
278         Fixes bug #515500
280 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
282         * plugins/debug-manager/command.c,
283         plugins/debug-manager/command.h,
284         plugins/debug-manager/queue.c:
285         Fix crashes when trying to stop the debugger while it is busy
287 2008-02-08  Johannes Schmid <jhs@gnome.org>
289   Patch from Rodrigo Moya <rodrigo@novell.com>
291         * plugins/glade/plugin.c: (ifile_open):
292         * plugins/symbol-browser/test-class.cpp:
293         * AUTHORS: Added Rodrigo
294         
295         #514732 – 64 bit compliation error
296         #514733 – Use of uninitialized variables
298 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
300         * manuals/anjuta-manual/C/debugger.xml:
301         Fix translation bug #514494 and bug #514440
303 2008-02-05  Massimo Cora'  <maxcvs@email.it>
305         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
306         Fix a compile error added in the previous patch
308 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
310         * plugins/profiler/gprof-view.c,
311         plugins/class-inheritance/class-callbacks.c,
312         plugins/class-inheritance/class-inherit.c,
313         plugins/symbol-browser/an_symbol.c,
314         plugins/symbol-db/symbol-db-engine-iterator-node.c,
315         libanjuta/interfaces/libanjuta.idl:
316         Change ianjuta_symbol_file function to ianjuta_symbol_uri
318 2008-02-04  Johannes Schmid <jhs@gnome.org>
320         * plugins/search/anjuta-search.glade: Fixed typo
322 2008-02-03  Johannes Schmid <jhs@gnome.org>
324         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
325         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
326         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
327         .glade:
328         * plugins/build-basic-autotools/build-basic-autotools.c:
329         (build_get_context), (build_configure_project):
330         * plugins/class-gen/anjuta-class-gen-plugin.glade:
331         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
332         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
333         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
334         * plugins/devhelp/plugin.c: (devhelp_activate):
335         * plugins/editor/Makefile.am:
336         * plugins/editor/anjuta-editor-scintilla.glade:
337         * plugins/editor/text_editor.c:
338         * plugins/editor/text_editor.h:
339         * plugins/editor/text_editor_menu.c (removed):
340         * plugins/editor/text_editor_menu.h (removed):
341         * plugins/file-wizard/anjuta-file-wizard.glade:
342         * plugins/gtodo/notification.c: (create_notification_window):
343         * plugins/gtodo/preferences.c: (preferences_widget):
344         * plugins/language-support-cpp-java/plugin.c:
345         (cpp_java_plugin_activate_plugin):
346         * plugins/message-view/anjuta-message-manager-plugin.glade:
347         * plugins/message-view/plugin.c: (activate_plugin):
348         * plugins/project-manager/plugin.c: (confirm_removal):
349         * plugins/search/anjuta-search.glade:
350         * plugins/search/plugin.c:
351         * plugins/search/search-replace.c: (nb_results_alert):
352         * plugins/subversion/subversion-commit-dialog.c:
353         (on_subversion_commit_response):
354         * plugins/symbol-browser/plugin.c: (activate_plugin):
355         * plugins/valgrind/plugin.c: (on_menu_run_activate):
356         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
357         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
358         * src/anjuta.glade:
359         
360         Fixed translation bugs from #507921.
361         Removed unused files in scintilla plugin
363 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
365         * manuals/anjuta-manual/C/debugger.xml:
366         Fix bug #514124 and bug #514138: Wrong menu item name
368 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
370         * plugins/profiler/gprof-view.c,
371         plugins/symbol-browser/plugin.c,
372         plugins/class-inheritance/class-callbacks.c,
373         plugins/debug-manager/plugin.c,
374         plugins/tools/editor.c,
375         plugins/search/search-replace.c,
376         plugins/search/search-replace_backend.c,
377         plugins/search/search-replace_backend.h,
378         plugins/build-basic-autotools/build-basic-autotools.c,
379         plugins/document-manager/plugin.c,
380         plugins/document-manager/file_history.c,
381         plugins/document-manager/anjuta-docman.c,
382         plugins/document-manager/anjuta-docman.h,
383         plugins/document-manager/action-callbacks.c,
384         libanjuta/interfaces/libanjuta.idl:
385         Rename IAnjutaDocumentManager functions:
386         find_document_with_path, goto_file_line, goto_file_line_mark
387         and get_full_filename into
388         find_document_with_uri, goto_uri_line, goto_uri_line_mark
389         and get_uri
390         Fix search plugin to use an URI instead of a file path
391         Fix anjuta_docman_get_uri to always return an URI
393 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
395         * plugins/debug-manager/breakpoints.c:
396         Fix bug #514118: Rename Clear All Breakpoints to Remove
397         All Breakpoints
399 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
401         * manuals/anjuta-manual/C/debugger.xml:
402         Update debugger documentation
404 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
406         * plugins/debug-manager/sharedlib.c,
407         plugins/debug-manager/anjuta-debug-manager.glade,
408         plugins/debug-manager/queue.c,
409         plugins/tools/execute.c,
410         plugins/tools/anjuta-tools.glade,
411         plugins/tools/editor.c,
412         plugins/project-wizard/templates/terminal.wiz,
413         plugins/project-wizard/templates/xlib-dock.wiz,
414         plugins/project-wizard/templates/wxwin.wiz,
415         plugins/project-wizard/templates/java.wiz,
416         plugins/project-wizard/templates/gnome.wiz,
417         plugins/project-wizard/templates/anjuta-plugin.wiz,
418         plugins/project-wizard/templates/gtkmm.wiz,
419         plugins/project-wizard/templates/python.wiz,
420         plugins/project-wizard/templates/cpp.wiz,
421         plugins/project-wizard/templates/sdl.wiz,
422         plugins/project-wizard/templates/gtk.wiz,
423         plugins/project-wizard/templates/minimal.wiz,
424         plugins/project-wizard/templates/xlib.wiz,
425         plugins/project-wizard/templates/gcj.wiz,
426         plugins/gdb/plugin.c,
427         plugins/gdb/debugger.c,
428         libanjuta/anjuta-plugin-manager.c:
429         Partial fix of #507921: translation issues in debug-manager, tools,
430         project-wizard, gdb and anjuta-plugin-manager.
432 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
434         * plugins/debug-manager/queue.c:
435         Debugger Local, Stack and Thread windows were missing due to
436         the previous change.
438 2008-02-02  Johannes Schmid <jhs@gnome.org>
440         * manuals/anjuta-manual/Makefile.am:
441         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
442         causes make install to fail
444 2008-02-02  Johannes Schmid <jhs@gnome.org>
446         * plugins/macro/macros.xml:
447         #495511 – Header_h macro correction
449 2008-02-02  Johannes Schmid <jhs@gnome.org>
451         * plugins/patch/patch-plugin.glade:
452         gtk-apply is not translatable...
454 2008-02-02  Johannes Schmid <jhs@gnome.org>
456         * plugins/build-basic-autotools/build-basic-autotools.c:
457         (on_build_mesg_format):
458         
459         Also check for untranslated messages from make. Should fix 
460         #511981 – Error parsing make output
462 2008-02-02  Johannes Schmid <jhs@gnome.org>
464         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
465         .glade:
466         
467         Fixed #511010 – [UI] Execute program utility window
469 2008-02-02  Johannes Schmid <jhs@gnome.org>
471         * src/anjuta.glade:
472         Fixed #509908 – [UI] Problems with the General settings tab
474 2008-02-02  Johannes Schmid <jhs@gnome.org>
476         * manuals/anjuta-manual/C/fileoperations.xml:
477         Fixed #513730 – Option not present in the GUI po file
479 2008-02-02  Johannes Schmid <jhs@gnome.org>
481         * plugins/sourceview/anjuta-editor-sourceview.glade:
482         Adjust preferences default values
484 2008-02-02  Johannes Schmid <jhs@gnome.org>
486         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
487         Fixed #512535 – Open files tabs' position is correctly remembered 
488         but not applied at startup
490 2008-02-02  Johannes Schmid <jhs@gnome.org>
492         * plugins/search/search-replace.c: (on_message_clicked):
493         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
494         fix clicking on search result messages
496 2008-02-01  James Liggett <jrliggett@cox.net>
498         * plugins/subversion/svn-command.c: (on_svn_notify):
499         Fixed wrong status message output when resolving conflicts.
501 2008-02-02  Johannes Schmid <jhs@gnome.org>
503         * configure.in: Require GtkSourceView 2.1.2
504         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
505         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
506         (imark_is_marker_set), (imark_delete_all_markers),
507         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
508         
509         Adapted to API changes in GtkSourceView
511 2008-02-01  Johannes Schmid <jhs@gnome.org>
513         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
514         Fixed tabsize preference
516 2008-02-01  Johannes Schmid <jhs@gnome.org>
518         * manuals/anjuta-manual/C/fileoperations.xml:
519         * manuals/anjuta-manual/C/interface.xml:
520         Updated manual
521         
522         * manuals/anjuta-manual/Makefile.am:
523         * manuals/anjuta-manual/C/figures/*:
524         
525         Updated figures to be in clearlooks theme, removed old figures
527 2008-02-01  Johannes Schmid <jhs@gnome.org>
529         * plugins/patch/patch-plugin.glade:
530         * plugins/patch/plugin.c: (patch_plugin_activate):
531         Another UI issue with the patch plugin and silenced a compiler
532         warning
533         
534         Patch from James Liggett:
535         * plugins/profiler/gprof-call-graph-view.c:
536         (gprof_call_graph_view_create_columns):
537         * plugins/profiler/gprof-flat-profile-view.c:
538         (gprof_flat_profile_view_create_columns):
539         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
540         * plugins/profiler/gprof-view.h:
541         
542         Use two decimal places for float values in profiler views (#507831)
544 2008-02-01  Johannes Schmid <jhs@gnome.org>
546         * configure.in:
547         * plugins/editor/Makefile.am:
548         
549         Fixed #512751 – libgnomeprint unnecessary without scintilla
551 2008-01-31  Johannes Schmid <jhs@gnome.org>
553         * plugins/language-manager/languages.xml:
554         Added a pretty ugly string for C++ headers. Maybe we should rely
555         on mime-types instead...
557 2008-01-31  Johannes Schmid <jhs@gnome.org>
559         * plugins/language-support-cpp-java/cpp-java-assist.c:
560         (get_iter_column), (cpp_java_assist_get_calltip_context),
561         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
562         (on_assist_chosen), (cpp_java_assist_install):
563         * plugins/language-support-cpp-java/plugin.c:
564         (on_editor_char_inserted_cpp):
565         Removed annoying DEBUG_PRINTs
566         
567         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
568         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
569         * plugins/sourceview/sourceview.c: (iassist_show_tips):
570         
571         Fixed "jumping" tooltips, fixed indentation of brances
573 2008-01-31  Johannes Schmid <jhs@gnome.org>
575         * plugins/document-manager/plugin.c: (on_document_changed):
576         Fixed crash when closing anjuta after all document tabs have been closed
578 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
580         * plugins/debug-manager/anjuta-debug-manager.glade:
581         Fix #513485: wrong strings maked as translatable
583 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
585         * plugins/debug-manager/threads.c,
586         plugins/debug-manager/stack_trace.c:
587         Avoid crash when getting relative path from debugger (same fix
588         than for #510028)
590         * plugins/debug-manager/queue.c:
591         Emit all state changes notification
593         * plugins/debug-manager/start.c:
594         Fix #511586: Project path with "+" not working in debugger
596 2008-01-31  Johannes Schmid <jhs@gnome.org>
598         * plugins/patch/patch-plugin.glade:
599         Fixed button ui problem...
600         
601         Patch from James Liggett:
602         * plugins/profiler/gprof-call-graph-block-entry.c:
603         (gprof_call_graph_block_primary_entry_new),
604         (gprof_call_graph_block_secondary_entry_new):
605         * plugins/profiler/gprof-flat-profile-entry.c:
606         (gprof_flat_profile_entry_new):
607         
608         Fix #507831 - Wrong Profiler values for some locales
610 2008-01-31  Johannes Schmid <jhs@gnome.org>
612         * plugins/sourceview/anjuta-editor-sourceview.glade:
613         * plugins/sourceview/sourceview-prefs.c:
614         * plugins/sourceview/sourceview.c: (sourceview_finalize):
615   
616   Fixed Editor->View popup menu for those entries that are appropriate for
617   sourceview    
619 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
621         * plugins/debug-manager/breakpoints.c:
622         Fix #512901: Crash when adding a breakpoint
624         * plugins/debug-manager/queue.c:
625         Remove a possible memory leak
627 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
629         * plugins/debug-manager/data_view.c,
630         plugins/debug-manager/sparse_view.c,
631         manuals/anjuta-manual/C/debugger.xml:
632         Fix #513130, #513131 #513135: Wrong menu item names and errors
633         in the documentation
635 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
637         * plugins/tools/editor.c:
638         ianjuta_document_manager_find_document_with_path expect an uri not
639         a path
641 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
643         * manuals/reference/libanjuta/libanjuta-docs.sgml,
644         manuals/reference/libanjuta/libanjuta-sections.txt,
645         libanjuta/interfaces/libanjuta.idl:
646         Documentation fixes for IAnjutaDebugger* interfaces
648 === anjuta 2.3.3 ===
650 2008-01-27  Naba Kumar  <naba@gnome.org>
652         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
653         rpm spec file.
655         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
656         (value_added_current_editor), (value_removed_current_editor):
657         Removed dead code.
659         * TODO.tasks: Updated.
661         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
662         scrollwindow shadow in.
664         * plugins/editor/anjuta-editor-scintilla.glade:
665         * plugins/editor/style-editor.c: (create_style_editor_gui):
666         Set style window transient and cetered for preferences window.
667         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
669         * plugins/editor/anjuta-editor-scintilla.glade:
670         Fixes Bug #427108 - Scintilla plugin configuration folding-style
671         setting not working
673         * configure.in, NEWS: Updated for release 2.3.3
675 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
677         * plugins/debug-manager/anjuta-debug-manager.glade:
678         Fix #512224: Use a string in english
680 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
682         * plugins/build-basic-autotools/build-basic-autotools.c:
683         ianjuta_document_manager_goto_file_line_mark needs an uri and
684         not a file path
686 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
688         * plugins/symbol-browser/plugin.c,
689         plugins/symbol-browser/an_symbol_view.c:
690         use gnome_vfs_get_uri_from_local_path to get local path from uri
691         This takes care of escaping some characters
693 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
695         * plugins/debug-manager/stack_trace.c:
696         Probably fix #510028: crash debugger when having a relative filename
697         in stack trace
699 2008-01-25 Tom <tpgww@onepost.net>
701         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
703         * plugins/document-manager/plugin.c,
704         plugins/document-manager/file_history.c,
705         plugins/document-manager/file_history.h,
706         plugins/document-manager/anjuta-docman.c,
707         plugins/document-manager/anjuta-docman.h:
708         Rename filename argument to uri when an uri is expected
709         anjuta_docman_get_document_for_uri will remove symlinks 
711 2008-01-25  Naba Kumar  <naba@gnome.org>
713         * plugins/terminal/terminal.c: (terminal_execute),
714         (activate_plugin):
715         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
717 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
719         * plugins/debug-manager/anjuta-debug-manager.glade,
720         plugins/debug-manager/start.c:
721         Fix #511049: Change UI of add source directories dialog
723 2008-01-24  Naba Kumar  <naba@gnome.org>
725         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
726         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
727         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
728         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
729         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
730         should work now.
732 2008-01-24  Johannes Schmid <jhs@gnome.org>
734         Patch from: Luca Ferretti <ella.uca@libero.it>:
736         * plugins/document-manager/anjuta-docman.c:
737         (anjuta_docman_page_init), (anjuta_docman_class_init):
738         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
739         
740         Fix #511757 – Close icon in tabs cut off (Patch was only for
741         document-manager, also adapted it for message-manager)
743 2008-01-24  Johannes Schmid <jhs@gnome.org>
745         * plugins/Makefile.am:
746         * plugins/sourceview/anjuta-document.c:
747         * plugins/sourceview/anjuta-marshal.list:
748         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
749         (anjuta_view_key_press_event):
750         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
751         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
752         (iiter_diff), (iiter_iface_init):
753         * plugins/sourceview/sourceview.c: (on_document_char_added),
754         (ieditor_goto_position), (ieditor_get_text),
755         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
756         (ieditor_erase), (ieditor_get_line_from_position),
757         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
758         (ieditor_get_position_from_offset), (ieditor_get_start_position),
759         (ieditor_get_end_position), (ieditor_goto_start),
760         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
761         (iconvert_to_lower), (iindic_set), (iassist_suggest),
762         (iassist_show_tips):
763         
764         Implemented new iterators interface in sourceview editor and
765         re-enabled it.
767 2008-01-23  Naba Kumar  <naba@gnome.org>
769         * libanjuta/interfaces/libanjuta.idl:
770         * manuals/reference/libanjuta/libanjuta-sections.txt:
771         * plugins/build-basic-autotools/build-basic-autotools.c:
772         (build_indicator_location_set), (on_editor_changed):
773         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
774         * plugins/debug-manager/variable.c: (get_hovered_word):
775         * plugins/document-manager/action-callbacks.c:
776         (on_editor_command_upper_case_activate),
777         (on_editor_command_lower_case_activate):
778         * plugins/document-manager/search-box.c: (on_incremental_search),
779         (on_search_activated):
780         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
781         (iiter_last), (iiter_set_position), (iiter_get_position),
782         (iiter_get_length), (iiter_compare), (iiter_diff),
783         (iiter_iface_init):
784         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
785         (text_editor_goto_point), (itext_editor_goto_start),
786         (itext_editor_goto_end), (itext_editor_goto_position),
787         (itext_editor_get_text_all), (itext_editor_get_text),
788         (itext_editor_get_position), (itext_editor_get_offset),
789         (itext_editor_get_length), (itext_editor_insert),
790         (itext_editor_erase), (itext_editor_erase_all),
791         (itext_editor_get_column), (itext_editor_get_overwrite),
792         (itext_editor_set_popup_menu),
793         (itext_editor_get_line_from_position),
794         (itext_editor_get_line_begin_position),
795         (itext_editor_get_line_end_position),
796         (itext_editor_get_position_from_offset),
797         (itext_editor_get_start_position), (itext_editor_get_end_position),
798         (itext_editor_iface_init), (iconvert_to_upper),
799         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
800         (iindicable_set):
801         * plugins/editor/text_editor.h:
802         * plugins/editor/text_editor_cbs.c:
803         (on_text_editor_scintilla_notify):
804         * plugins/indent/plugin.c: (on_indent_action_activate):
805         * plugins/language-support-cpp-java/cpp-java-assist.c:
806         (cpp_java_assist_get_scope_context),
807         (cpp_java_assist_get_pre_word),
808         (cpp_java_assist_show_autocomplete),
809         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
810         (on_editor_char_added), (on_assist_chosen):
811         * plugins/language-support-cpp-java/plugin.c:
812         (get_line_indentation), (skip_iter_to_previous_logical_line),
813         (skip_preprocessor_lines), (initialize_indentation_params),
814         (set_line_indentation), (get_line_indentation_base),
815         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
816         (on_editor_char_inserted_java), (on_auto_indent):
817         * plugins/macro/macro-actions.c: (match_shortcut):
818         * plugins/macro/macro-dialog.c: (on_ok_clicked):
819         * plugins/macro/plugin.c: (match_keyword):
820         * plugins/search/plugin.c: (find_incremental):
821         * plugins/search/search-replace.c: (search_and_replace),
822         (search_start_over):
823         * plugins/search/search-replace_backend.c:
824         (file_buffer_new_from_te), (file_buffer_line_from_pos),
825         (create_search_entries):
826         * plugins/symbol-browser/plugin.c:
827         (on_editor_buffer_symbols_update_timeout), (on_char_added),
828         (isymbol_manager_iface_init):
829         * plugins/symbol-db/plugin.c:
830         (on_editor_buffer_symbols_update_timeout), (on_char_added),
831         (isymbol_manager_iface_init):
832         * plugins/tools/execute.c: (atp_output_context_construct),
833         (atp_output_context_destroy), (atp_user_tool_execute):
835         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
836         iterators instead of integer offsets.
837         - Renamed original ianjuta_editor_get_position(int) to 
838         ianjuta_editor_get_offset(). It is deprecated.
839         - Renamed original ianjuta_editor_get_position_iter() to
840         ianjuta_editor_get_position().
841         - Renamed ianjuta_editor_get_cell_iter() to
842         ianjuta_editor_get_position_from_offset()
843         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
844         - Added new methods:
845         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
846         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
847         ianjuta_editor_goto_end().
848         - All relevent signals and methods converted to use iterators.
849         - All relevent plugins fixed to use new API.
850         - Removed ianjuta_editor_cell_get_line() because it is provided by
851         ianjuta_editor_get_line_from_position().
852         - Removed ianjuta_symbol_manager_get_completions_at_position()
853         because it not used anywhere and is not right to be there.
854         - Updated IAnjutaEditable documentation.
856         Updated IAnjutaIterable interface:
857         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
858         - Introduced 'end-iter' to point at the end of the list.
859         - Updated IAnjutaIterable documentation.
861         * plugins/Makefile.am:
862         (Disabled sourceview plugin for now. Jhs is coming up with a patch
863         for it soon).
865 2008-01-22  Johannes Schmid <jhs@gnome.org>
867         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
868         * plugins/project-import/anjuta-project-import.glade:
869         * plugins/project-import/anjuta-project-import.plugin.in:
870         * plugins/project-wizard/anjuta-project-wizard.glade:
871         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
872         * plugins/project-wizard/druid.c: (npw_druid_new):
873         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
874         
875         Fixed #465084 – wizard instead of assistant (only string changes...)
877 2008-01-20  Rob Bradford  <rob@openedhand.com>
879         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
880         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
881         coming up with the solution. (Bug: #510390.)
883 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
885         * plugins/build-basic-autotools/executer.c:
886         Fix #502508, use anjuta_launcher to keep program output
888         * plugins/terminal/terminal.c:
889         Remove unused child_initizlized member
890         Start the shell on plugin activation
892 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
894         * plugins/debug-manager/sparse_buffer.c:
895         Fix a crash when scrolling in the diassembly window
897         * plugins/debug-manager/sparse_view.c:
898         Small limit change using the same "unit" for both number
900 2008-01-19  Naba Kumar  <naba@gnome.org>
902         * plugins/language-support-cpp-java/cpp-java-assist.c:
903         (cpp_java_assist_get_scope_context),
904         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
905         instead.
907 2008-01-19  Johannes Schmid <jhs@gnome.org>
909         * plugins/sourceview/anjuta-editor-sourceview.glade:
910         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
911         
912         And even more strings...
914 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
916         * plugins/project-wizard/templates/cpp/src/main.cc:
917         Fix #498734, typing error in c++ project template
919 2008-01-19  Johannes Schmid <jhs@gnome.org>
921         * plugins/editor/text_editor.c: (text_editor_save_file):
922         * plugins/macro/anjuta-macro.glade:
923         * plugins/subversion/anjuta-subversion.glade:
925         Fixed even more strings
927 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
929         * plugins/language-support-cpp-java/cpp-java-assist.c:
930         Fix bug #488519, remove critical warning (completion_cache == NULL
931         is valid)
933 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
935         * plugins/gdb/debugger.c:
936         Enable logging of gdb communication with an environment variable
938 2008-01-19  Naba Kumar  <naba@gnome.org>
940         * plugins/editor/text-editor-iterable.c: (iiter_next),
941         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
942         editor native funtions to avoid round trips.
944 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
946         * plugins/editor/text_editor.c:
947         Fix a bug due to the previous patch: Unable to save new file in 
948         Scintilla
950 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
952         * plugins/debug-manager/disassemble.c,
953         plugins/debug-manager/disassemble.h,
954         plugins/debug-manager/registers.c,
955         plugins/debug-manager/registers.h,
956         plugins/debug-manager/memory.c,
957         plugins/debug-manager/memory.h,
958         plugins/debug-manager/command.c,
959         plugins/debug-manager/command.h,
960         plugins/debug-manager/queue.c,
961         plugins/debug-manager/queue.h,
962         plugins/debug-manager/breakpoints.c,
963         plugins/debug-manager/stack_trace.c,
964         plugins/debug-manager/threads.c,
965         plugins/debug-manager/plugin.c,
966         plugins/gdb/plugin.c,
967         plugins/gdb/debugger.c,
968         plugins/gdb/debugger.h,
969         manuals/reference/libanjuta/libanjuta-sections.txt,
970         manuals/reference/libanjuta/libanjuta.types,
971         libanjuta/interfaces/libanjuta.idl:
972         Use gulong instead of guint for addresses
973         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
974         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
976         * plugins/gdb/anjuta-gdb.plugin.in:
977         Remove reference to IAnjutaCpuDebugger (useless)
979 2008-01-18  Johannes Schmid <jhs@gnome.org>
981         * AUTHORS: Added Alexander
983 2008-01-18  Johannes Schmid <jhs@gnome.org>
985   Patch from: Alexander Korolyov <kilork@yandex.ru>
987         * plugins/editor/text_editor.c: (load_from_file),
988         (text_editor_save_file):
989         
990         Fixed symlinks (#510238) and file permission (#405321)
991         handling for scintilla editor. 
992   
993 2008-01-17  Johannes Schmid <jhs@gnome.org>
995         * plugins/document-manager/action-callbacks.c:
996         (on_editor_command_select_all_activate),
997         (on_editor_command_cut_activate),
998         (on_editor_command_paste_activate),
999         (on_editor_command_copy_activate),
1000         (on_editor_command_clear_activate):
1001   Resupport cut/copy/paste/clear on GtkEditables when those
1002   have focus. (Important for shortcuts to work).
1004         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1005         * plugins/document-manager/search-box.c: (on_search_activated):
1006         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
1007         * plugins/patch/patch-plugin.c: (on_ok_clicked):
1008         * plugins/profiler/plugin.c: (profiler_get_data):
1009         * plugins/project-wizard/druid.c: (npw_druid_new):
1010         * plugins/project-wizard/install.c: (on_install_end_install_file):
1011         * plugins/sourceview/anjuta-editor-sourceview.glade:
1012         * plugins/subversion/anjuta-subversion.glade:
1013         * plugins/tools/anjuta-tools.glade:
1014         Various string fixes
1016 2008-01-17  Naba Kumar  <naba@gnome.org>
1018         Patch from James Liggett:
1020         * plugins/subversion/subversion-add-dialog.c:
1021         (on_subversion_add_response):
1022         * plugins/subversion/subversion-copy-dialog.c:
1023         (on_subversion_copy_response):
1024         * plugins/subversion/subversion-diff-dialog.c:
1025         (on_subversion_diff_response):
1026         * plugins/subversion/subversion-merge-dialog.c:
1027         (on_subversion_merge_response):
1028         * plugins/subversion/subversion-remove-dialog.c:
1029         (on_subversion_remove_response):
1030         * plugins/subversion/subversion-switch-dialog.c:
1031         (on_subversion_switch_response):
1032         * plugins/subversion/subversion-ui-utils.c: (check_input):
1033         * plugins/subversion/subversion-ui-utils.h:
1034         * plugins/subversion/subversion-update-dialog.c:
1035         (on_subversion_update_response):
1037         If the user doesn't enter any data for path or revision fields in
1038         certain SVN plugin dialogs, libsvn throws assertion failures and
1039         kills Anjuta. To avoid this, the validity of path and revision
1040         input data are checked before the command gets executed.
1042         Fixes Bug #509510 - Check input of some dialogs to avoid termination
1043         if user gives bad or no input
1045 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
1047         * plugins/document-manager/anjuta-docman.c:
1048         Fix #507627 memory tab stay active on debugger stop
1049         Remove two unused variables due to the previous patch
1051 2008-01-16  Johannes Schmid <jhs@gnome.org>
1053         * libanjuta/anjuta-plugin-manager.c:
1054         Fixed #508399 – When you enable a plugin, preferences don't show up
1056 2008-01-16  Rob Bradford  <rob@openedhand.com>
1058         Reviewed by: Johannes Schmid <jhs@gnome.org>
1060         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
1061         (get_property_value_as_string), (set_property_value_as_string),
1062         (register_callbacks):
1063         * libanjuta/anjuta-preferences.h:
1064         Add support for both file and folder preferences (originally only
1065         folder choosers were supported. (Fixes bug: #508805.)
1067         * plugins/file-manager/file-manager.glade:
1068         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
1069         type of property.
1071 2008-01-16  Johannes Schmid <jhs@gnome.org>
1073         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1074         .glade:
1075         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1076         * src/anjuta.glade:
1077         
1078         Fixed #509875 – The "Update globale tags" button wording is incorrect
1079         Fixed #509873 – Build Autotools Preferences has excessive padding
1080         Fixed #509872 – General Information labels are incorrectly aligned
1081         Fixed #509871 – General preferences has incorrect use of colons
1082         
1083 2008-01-16  Johannes Schmid <jhs@gnome.org>
1085         * plugins/document-manager/anjuta-document-manager.glade:
1086         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1088         Fixed #509865 – Incorrect padding in the Documents settings tabs
1089         Fixed #509867 – Create button contents is mis-aligned
1090         Fixed #509869 – "Add Directory" button is not HIG complient
1092 2008-01-16  Johannes Schmid <jhs@gnome.org>
1094         * libanjuta/anjuta-preferences-dialog.c:
1095         (anjuta_preferences_dialog_add_page):
1096         
1097         Fix #509864 – No initial section selected when opening the Preferences dialog
1099 2008-01-16  Johannes Schmid <jhs@gnome.org>
1101         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
1102         Removed unused gconf_notifications
1103         
1104         * plugins/search/anjuta-search.glade:
1105         * plugins/subversion/anjuta-subversion.glade:
1106         * plugins/tools/anjuta-tools.glade:
1107         * src/anjuta-app.c: (anjuta_app_instance_init):
1108         
1109         Fixed various strings
1111 2008-01-15  Naba Kumar  <naba@gnome.org>
1113         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1114         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1115         file saved
1117         * plugins/symbol-browser/an_symbol_view.c:
1118         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1119         new file saved.
1121 2008-01-15  Johannes Schmid <jhs@gnome.org>
1123         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1124         (anjuta_profile_add_plugins_from_xml):
1125         * plugins/file-manager/file-manager.glade:
1126         Some string fixes
1127         
1128         * libanjuta/interfaces/libanjuta.idl:
1129         Fixed docs
1130                 
1131         * plugins/sourceview/Makefile.am:
1132         * plugins/sourceview/anjuta-editor-sourceview.glade:
1133         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1134         (end_print), (print_setup), (sourceview_print),
1135         (sourceview_print_preview):
1136         * plugins/sourceview/sourceview.c: (iprint_print),
1137         (iprint_print_preview):
1138         
1139         Added printing support to GtkSourceView editor
1141 2007-01-14 Tom <tpgww@onepost.net>
1143         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1145         * plugins/document-manager/anjuta-docman.c:
1146         Fix two memory leaks added by the previous patch
1148 2008-01-14  Johannes Schmid <jhs@gnome.org>
1150         * plugins/sourceview/assist-tip.c: (assist_tip_move):
1151         * plugins/sourceview/assist-window.c: (assist_window_move):
1152         
1153         Do not use opacity
1155 2008-01-14  Rob Bradford  <rob@openedhand.com>
1157         * global-tags/Makefile.am:
1158         * global-tags/create_global_tags.sh.in:
1159         Install anjuta-tags binary into FHS policy compliant directory and
1160         update references. (Fixes bug: 509346.)
1162 2008-01-13  Naba Kumar  <naba@gnome.org>
1164         Patch from: Ritesh Khadgaray
1165         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1166         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1167         Adds export-dynamic option to LDFLAGS to project template for libglade
1168         to work for autoconnect signals.
1170 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1172         * libanjuta/anjuta-utils.c:
1173         anjuta_util_get_real_path return a string that need to be freed
1174         with g_free even if PATH_MAX is not defined
1176 2008-01-13  Andre Klapper  <a9016009@gmx.de>
1178         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1179         to DOC_LINGUAS.
1181 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1183         * plugins/document-manager/anjuta-docman.c:
1184         Do not reopen file having escaped character (+,...) in path name
1186 2008-01-13  Naba Kumar  <naba@gnome.org>
1188         * libanjuta/interfaces/libanjuta.idl:
1189         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1190         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1191         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1192         IAnjutaProjectManager::add_sources().
1194         * plugins/glade/plugin.c: (on_glade_resource_removed),
1195         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1196         stubs for handing resources in glade file.
1198 2008-01-13  Naba Kumar  <naba@gnome.org>
1200         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1202         * plugins/glade/plugin.c: (ifile_open): Select the first window
1203         in the glade project when it is first opened. Avoids empty glade
1204         document the first time.
1206 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
1208   Reviewed by: Johannes Schmid <jhs@gnome.org>
1210         * plugins/gtodo/callback.c: (remove_todo_item):
1211         Fix #507304 – crash in Anjuta IDE while removing done tasks
1213 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
1215         * plugins/debug-manager/anjuta-debug-manager.ui,
1216         plugins/debug-manager/plugin.c,
1217         plugins/debug-manager/start.h,
1218         plugins/debug-manager/start.c:
1219         New menu item to add extra source directories for debugger
1221 === anjuta 2.3.2 ===
1223 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
1225         * plugins/gtodo/callback.c: (remove_todo_item):
1226         Fix #507304 – crash in Anjuta IDE while removing done tasks
1228 2008-01-11  Naba Kumar  <naba@gnome.org>
1230         * configure.in: Bumped version to 2.3.2
1231         * NEWS: Updated for anjuta 2.3.2 release
1232         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1233         not 'make tarball'
1235 2008-01-11  Johannes Schmid <jhs@gnome.org>
1237         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1238         .glade:
1239         Reverted accidently commited change
1240         
1241         * plugins/document-manager/anjuta-document-manager.glade:
1242         Fix Gtk-Critical because of broken glade file
1244 2008-01-11  Naba Kumar  <naba@gnome.org>
1246         * plugins/glade/plugin.c: (on_document_destroy),
1247         (glade_plugin_add_project): Fixed a bug where when more than one
1248         glade document is open and one is closed, it closes all the glade
1249         documents. Also it might have fixed the bug where sometimes closing
1250         the glade document leaves glade widget tree unclosed.
1252 2008-01-11  Naba Kumar  <naba@gnome.org>
1254         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1255         prevent install errors when not installed as root (then the files
1256         are only useful when glade-3 is installed in the same prefix, but it
1257         doesn't harm anjuta runtime).
1259         * plugins/sourceview/sourceview.c: Commented use of a file
1260         not currently distributed.
1262 2008-01-10  Naba Kumar  <naba@gnome.org>
1264         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1265         nothing to translate in it.
1267 2008-01-10  Johannes Schmid <jhs@gnome.org>
1269         * plugins/project-wizard/templates/gnome.wiz:
1270         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1271         * plugins/project-wizard/templates/gnome/src/main.c:
1272         * plugins/project-wizard/templates/translatable-strings.h:
1273         
1274         Fixed #508497 and added a new chooser to select whether to use
1275         libglade or not.
1277 2008-01-10  Johannes Schmid <jhs@gnome.org>
1279         Patch from Tom <tpgww@onepost.net>:
1281         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1282         (anjuta_util_glist_path_dedup):
1283         * libanjuta/anjuta-utils.h:
1284         
1285         Give the method a proper prefixed name
1286         
1287         * plugins/document-manager/action-callbacks.c:
1288         (get_current_popup_active),
1289         (on_editor_command_select_all_activate),
1290         (on_editor_command_cut_activate),
1291         (on_editor_command_paste_activate),
1292         (on_editor_command_copy_activate),
1293         (on_editor_command_clear_activate), (on_show_search),
1294         (on_repeat_quicksearch):        
1295         * plugins/document-manager/action-callbacks.h:
1296         * plugins/document-manager/anjuta-docman.c:
1297         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1298         (anjuta_docman_goto_file_line_mark),
1299         (anjuta_docman_get_full_filename):
1300         * plugins/document-manager/anjuta-docman.h:
1301         * plugins/document-manager/anjuta-document-manager.ui:
1302         * plugins/document-manager/plugin.c:
1303         (update_document_ui_interface_items):
1304         
1305         Better way to fix the popup-menu items (Cut/Copy/Paste)
1306         and various clean-ups.
1307         
1308         * plugins/document-manager/search-box.c: (on_document_changed),
1309         (search_box_fill_search_focus):
1310         * plugins/document-manager/search-box.h:
1311         * plugins/search/plugin.c:
1312         
1313         Add a menu item to repeat the quick search
1315 2008-01-10  Johannes Schmid <jhs@gnome.org>
1317         * plugins/language-support-cpp-java/cpp-java-assist.c:
1318         (on_assist_chosen):
1319         
1320         Fixed #508424 – Auto complete: previous char was removed when 
1321         pre TAB to auto complete.
1323 2008-01-10  Johannes Schmid <jhs@gnome.org>
1325         Patch from: James Ligett:
1327         * plugins/profiler/gprof-call-graph-view.c:
1328         (gprof_call_graph_view_create_columns):
1329         * plugins/profiler/gprof-flat-profile-view.c:
1330         (gprof_flat_profile_view_create_columns):
1331         
1332         Fixed translation issues (#496833)
1334 2008-01-10 Johannes Schmid <jhs@gnome.org>
1336         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1338         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1339         Fix #460390 – Changing categories while edinting something
1341 2008-01-09  Naba Kumar  <naba@gnome.org>
1343         * libanjuta/anjuta-plugin-manager.c:
1344         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1345         fixed a leak.
1347         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1348         corruption reported in bug #507491. Potentially fixes too.
1350 2008-01-09  Johannes Schmid <jhs@gnome.org>
1352         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1354         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1355         Fix bug #505205 completely
1356         
1357         * AUTHORS: Added Bolesław
1359 2008-01-08  Johannes Schmid <jhs@gnome.org>
1361         * plugins/document-manager/action-callbacks.c:
1362         (on_editor_command_cut_activate),
1363         (on_editor_command_paste_activate),
1364         (on_editor_command_copy_activate),
1365         (on_editor_command_clear_activate):
1366         
1367         Fixed editor popup menu (Cut, Copy, Paste)
1369 2008-01-08  Johannes Schmid <jhs@gnome.org>
1371         * plugins/sourceview/sourceview.c: (autodetect_language):
1372         Fixed a crash when creating a new file
1374 2008-01-08  Johannes Schmid <jhs@gnome.org>
1376         Patch by <bolekk@gmail.com> (GHOP Student)
1378         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1379         Fix bug #505205
1381 2008-01-08  Naba Kumar  <naba@gnome.org>
1383         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1384         * libanjuta/anjuta-plugin-manager.c:
1385         (anjuta_plugin_manager_select),
1386         (anjuta_plugin_manager_activate_plugins):
1387         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1388         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1389         (on_create_submenu), (create_open_with_submenu):
1390         * src/about.c: (on_about_plugin_activate),
1391         (about_create_plugins_submenu): Use translated version of get_string()
1392         API in AnjutaDescription for translatable properties. Fixes bug #496833
1393         comment #18.
1395 2008-01-07  Johannes Schmid <jhs@gnome.org>
1397         * plugins/build-basic-autotools/executer.c: (execute_program):
1398         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1399         * plugins/debug-manager/anjuta-debug-manager.glade:
1400         * plugins/debug-manager/locals.c: (create_locals_gui):
1401         * plugins/file-loader/plugin.c: (on_create_submenu):
1402         * plugins/gtodo/main.h:
1403         * plugins/gtodo/preferences.c: (preferences_widget):
1404         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1405         * plugins/tools/anjuta-tools.glade:
1406         * plugins/tools/execute.c: (atp_output_context_print):
1407         * src/main.c:
1408         
1409                 Another bunch of i18n fixes (#496833)
1411 2008-01-07  Johannes Schmid <jhs@gnome.org>
1413         * plugins/build-basic-autotools/build-basic-autotools.c:
1414         (on_build_terminated):
1415         * plugins/gtodo/interface.c: (set_read_only):
1416         * plugins/project-manager/plugin.c: (confirm_removal),
1417         (on_popup_add_to_project):
1418         * plugins/subversion/anjuta-subversion.glade:
1419         * plugins/tools/execute.c: (atp_output_context_print_result):
1420         
1421         Fixed some strings from #496833
1423 2008-01-07  Johannes Schmid <jhs@gnome.org>
1425         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1426         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1427         .in:
1428         * plugins/language-support-cpp-java/plugin.c: (install_support),
1429         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1430         Added basic Vala support
1431         
1432         * plugins/sourceview/sourceview.c: (autodetect_language):
1433         Fixed mime-type detection
1435 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1437   Reviewed by: Johannes Schmid <jhs@gnome.org>
1439         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1440         (value_removed_current_editor), (symbol_db_activate),
1441         (symbol_db_deactivate):
1442         * plugins/symbol-db/symbol-db-engine.c:
1443         (symbol_db_engine_get_global_members_filtered):
1444         * plugins/symbol-db/symbol-db-view.c:
1445         (do_add_child_symbol_to_view), (prepare_for_adding),
1446         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1447         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1448         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1449         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1450         (sdb_view_init), (sdb_view_finalize),
1451         (sdb_view_build_and_display_base_tree):
1452         * plugins/symbol-db/symbol-db-view.h:
1453         added controls to expand Global tab nodes in a non-freezing way.
1454         Fixed also some little bugs always on global-tab.
1456 2008-01-06  Naba Kumar  <naba@gnome.org>
1458         Patches from James Liggett:
1459         * plugins/profiler/gprof-call-graph-view.c:
1460         (gprof_call_graph_view_create_columns):
1461         * plugins/profiler/gprof-flat-profile-view.c:
1462         (gprof_flat_profile_view_create_columns):
1463         * plugins/profiler/gprof-function-call-tree-view.c:
1464         (gprof_function_call_tree_view_create_columns): Made all
1465         of the columns resizable and reorderable.
1467 2008-01-06  Johannes Schmid <jhs@gnome.org>
1469         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1470         (anjuta_launcher_check_password_real),
1471         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1472         (anjuta_launcher_scan_pty),
1473         (anjuta_launcher_disable_password_check):
1474         * libanjuta/anjuta-launcher.h:
1475         Added disable_password_check for stream where it does not make sense 
1476         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1477         that sometimes occur in symbol-db plugin
1478         
1479         * plugins/file-manager/file-model.c:
1480         (file_model_cancel_expand_idle):
1481         Fixed removing of idle source
1482         
1483         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1484         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1485         
1486         Fixed #348854 – invisible cursor in certain themes
1488 2008-01-06  Naba Kumar  <naba@gnome.org>
1490         * libanjuta/anjuta-preferences.c:
1491         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1492         closing preferences dialog due to patch in bug #507300
1494 2008-01-06  Naba Kumar  <naba@gnome.org>
1496         * plugins/language-support-cpp-java/cpp-java-assist.c:
1497         (on_assist_chosen):
1498         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1499         * plugins/search/search-replace_backend.c: (create_search_entries):
1500         Added missing unrefs.
1502 2008-01-06  Johannes Schmid <jhs@gnome.org>
1504         * plugins/debug-manager/variable.c: (get_hovered_word):
1505   Add a g_object_unref()  
1506         
1507         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1508         (on_sourceview_hover_leave):
1509         Fixed hover and editor interface to make hover in debugger work
1511 2008-01-06  Naba Kumar  <naba@gnome.org>
1513         * plugins/editor/text-editor.c: Whitespaces fixes.
1514         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1515         DEBUG_PRINT instead of g_message.
1517 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1519         * plugins/debug-manager/breakpoints.c:
1520         Fix #507441: Disable all breakpoints doesn't work
1521         Fix #507444: Enable Breakpoint menu item doesn't change name
1523 2008-01-05  Naba Kumar  <naba@gnome.org>
1525         * manuals/reference/libanjuta/libanjuta.types: Renamed
1526         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1528 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1530         * plugins/debug-manager/variable.c:
1531         Update variable display to use IAnjutaIterable instead of position
1533         * plugins/editor/text_editor_cbs.c,
1534         plugins/editor/text_editor.c:
1535         Fix Gtk critical warnings when a hover signal is emitted
1536         Fix get_text_iter in Scintilla (range should include last character)
1537         
1538 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1540         * plugins/debug-manager/debug_tree.c,
1541         plugins/debug-manager/debug_tree.h,
1542         plugins/debug-manager/watch.c,
1543         plugins/debug-manager/command.c,
1544         plugins/debug-manager/queue.c,
1545         plugins/gdb/plugin.c,
1546         plugins/gdb/debugger.c,
1547         plugins/gdb/debugger.h,
1548         libanjuta/interfaces/libanjuta.idl:
1549         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1551 2008-01-05  Naba Kumar  <naba@gnome.org>
1553         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1554         menus to avoid conflict with file open/save. Fixes bug #507455
1556 2008-01-05  Johannes Schmid <jhs@gnome.org>
1558         * configure.in:
1559         Conditionally depend on gtksourceview2 >= 2.1.0
1560         
1561         * libanjuta/interfaces/libanjuta.idl:
1562         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1563         iterators instead of positions
1564         
1565         * plugins/debug-manager/threads.c:
1566         Fixed a warnings by including gnome-vfs properly
1567         
1568         * plugins/debug-manager/variable.c: (get_hovered_word),
1569         (on_hover_over):
1570         Updated to changes in IAnjutaEditorHover/Selection
1571         
1572         * plugins/document-manager/action-callbacks.c:
1573         (on_editor_command_upper_case_activate),
1574         (on_editor_command_lower_case_activate):
1575         * plugins/document-manager/search-box.c: (on_incremental_search),
1576         (on_search_activated):
1577         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1578         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1579         (iselection_get_start), (iselection_get_end),
1580         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1581         * plugins/editor/text_editor_cbs.c:
1582         (on_text_editor_scintilla_notify):
1583         
1584         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1585         interface of scintilla editor.
1586         
1587         * plugins/language-manager/languages.xml:
1588         * plugins/language-manager/plugin.c:
1589         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1590         Added chdr to C language files and some DEBUG_PRINTs
1591         
1592         * plugins/language-support-cpp-java/cpp-java-assist.c:
1593         (on_assist_chosen):
1594         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1595         * plugins/search/plugin.c: (find_incremental):
1596         * plugins/search/search-replace.c: (search_and_replace):
1597         * plugins/search/search-replace_backend.c: (create_search_entries):
1598                 Adapted to changed interfaces
1600         * plugins/sourceview/Makefile.am:
1601         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1602         (set_uri), (anjuta_document_save):
1603         * plugins/sourceview/anjuta-editor-sourceview.glade:
1604         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1605         (anjuta_view_key_press_event):
1606         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1607         * plugins/sourceview/sourceview-cell.c:
1608         (sourceview_cell_instance_init), (sourceview_cell_finalize),
1609         (icell_get_line), (icell_get_attribute), (icell_iface_init):
1610         * plugins/sourceview/sourceview-prefs.c: (get_bool),
1611         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1612         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1613         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1614         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1615         * plugins/sourceview/sourceview-private.h:
1616         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1617         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1618         (on_document_loaded), (sourceview_instance_init),
1619         (sourceview_dispose), (sourceview_finalize),
1620         (sourceview_create_markers), (sourceview_new),
1621         (ifile_savable_save), (ieditor_get_tab_size),
1622         (ieditor_set_tab_size), (ieditor_set_use_spaces),
1623         (ieditor_set_auto_indent), (ieditor_goto_line),
1624         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1625         (iselect_block), (iselect_set), (iselect_get_start),
1626         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1627         (imark_unmark), (imark_is_marker_set),
1628         (imark_location_from_handle), (imark_delete_all_markers),
1629         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1630         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1631         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1632         (ilanguage_get_supported_languages), (autodetect_language),
1633         (ilanguage_set_language), (iassist_show_tips),
1634         (on_sourceview_hover_leave), (on_sourceview_hover_over),
1635         (ihover_display), (ihover_iface_init):
1636         
1637         Use GtkSourceView 2.1.x:
1638         * New mark interface
1639         * Fixed #486724 and #488615
1640         * Implemented hover interface
1641         * Adapted to changed interfaces
1643 2008-01-04  Rob Bradford  <rob@o-hand.com>
1645         Reviewed by Naba Kumar  <naba@gnome.org>:
1646         * libanjuta/anjuta-preferences.c:
1647         (anjuta_preferences_register_property_custom):
1648         Unregister preferences for custom preferences when the widget is
1649         destroyed.
1651 2008-01-03  Johannes Schmid <jhs@gnome.org>
1653         * plugins/file-manager/file-model.c: (file_model_row_expanded),
1654         (file_model_row_collapsed):
1655   Fixed the too method to take a correct data argument
1657 2008-01-02  Johannes Schmid <jhs@gnome.org>
1659         * plugins/document-manager/anjuta-docman.c:
1660         (anjuta_docman_add_document), (anjuta_docman_remove_document):
1661         ref and unref correctly to silence a Gtk+ critical
1663 2008-01-01  Johannes Schmid <jhs@gnome.org>
1665         * plugins/editor/text_editor.c: (itext_editor_get_text):
1666         Fixed #506740 – ianjuta_editor_get_text crash if request 
1667         text past the buffer length
1669 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
1671         * plugins/debug-manager/utilities.c,
1672         plugins/debug-manager/utilities.h,
1673         plugins/debug-manager/breakpoints.c:
1674         Move get_current_editor function in utilities.c
1676         * plugins/debug-manager/plugin.c,
1677         plugins/debug-manager/debug_tree.c,
1678         plugins/debug-manager/debug_tree.h,
1679         plugins/debug-manager/watch.c,
1680         plugins/debug-manager/watch.h,
1681         plugins/debug-manager/locals.c,
1682         plugins/debug-manager/locals.h,
1683         (added) plugins/debug-manager/variable.c,
1684         (added) plugins/debug-manager/variable.h,
1685         plugins/debug-manager/Makefile.am:
1686         Use hover interface to display variable value
1688 2007-12-31  Johannes Schmid <jhs@gnome.org>
1690         * libanjuta/Makefile.am:
1691         Only install glade catalog files if glade-3 is available
1692         (Fixes #506269 and #500296)
1694 2007-12-30  Johannes Schmid <jhs@gnome.org>
1696         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1697         (set_property_value_as_string), (register_callbacks):
1699   Fixed GtkFileChooserButton preferences to also work when only the combo
1700   changes without a dialog being open.
1702 2007-12-29  Johannes Schmid <jhs@gnome.org>
1704         * plugins/editor/Makefile.am:
1705         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1707 2007-12-29  Johannes Schmid <jhs@gnome.org>
1709         * plugins/devhelp/plugin.c: (devhelp_activate):
1710         Fixed #498986 - Anjuta-2.3.0 fails to build
1712 2007-12-29  Johannes Schmid <jhs@gnome.org>
1714         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1715         * plugins/debug-manager/plugin.c:
1716         (on_run_to_cursor_action_activate):
1717         * plugins/document-manager/anjuta-docman.c:
1718         (anjuta_docman_goto_file_line_mark):
1719         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1720         (value_removed_current_editor):
1721         
1722         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1723         all those to value_added_current_document...
1725         * plugins/editor/anjuta-editor-scintilla.glade:
1726         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1727         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1729 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1731   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1732   (symbol_db_activate), (symbol_db_deactivate),
1733   (symbol_db_instance_init), (isymbol_manager_get_parents):
1734   * plugins/symbol-db/plugin.h:
1735   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1736   * plugins/symbol-db/symbol-db-engine.c:
1737   (symbol_db_engine_get_global_members_filtered):
1738   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1739   (on_symbol_inserted):
1740   Filtered out static functions on global-tab. E.g. when flag
1741   is_file_scope = 1 we won't add entries there.
1742   Fixed a little bug on 'Global'->'Vars/Others' node too.
1744 2007-12-28  Johannes Schmid <jhs@gnome.org>
1746   * libanjuta/anjuta-launcher.c:
1747   Fixed a silly (and completely useless) memory corruption that probably 
1748   only occured at a few race conditions though I wonder why it did not 
1749         happen more often
1751 2007-12-28  Johannes Schmid <jhs@gnome.org>
1752         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1753         * plugins/debug-manager/plugin.c: (set_program_counter):
1754         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1755         * plugins/debug-manager/start.c: (get_source_directories):
1756         * plugins/debug-manager/threads.c: (on_info_thread),
1757         (on_list_thread):
1758         * plugins/file-manager/file-model.c: (file_model_set_property):
1759         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1760         * plugins/tools/editor.c: (on_editor_response):
1761         
1762         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1763         
1764         * plugins/document-manager/plugin.c: (update_title),
1765         (value_added_project_root_uri):
1766         * plugins/document-manager/plugin.h:
1767         Shorten down the title bar if the current path is inside the opened project
1769 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1771         reviewed by: Johannes Schmid <jhs@gnome.org>
1773         * plugins/project-wizard/templates/java/project.anjuta:
1774         * plugins/project-wizard/templates/mkfile/project.anjuta:
1775         * plugins/project-wizard/templates/python/project.anjuta:
1776         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1777         let new projects use new SymbolDB plugin.
1778         
1779         * plugins/symbol-browser/images/Makefile.am:
1780         added some images taken from MonoDevelop project.
1781         
1782         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1783         (goto_file_line), (on_importing_project_end), (project_root_added),
1784         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1785         (isymbol_manager_search):
1786         Added project-updating feature when opening a project with some files
1787   modified externally [e.g. a svn up].
1788         
1789         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1790         (sdb_engine_iterator_node_instance_init),
1791         (sdb_engine_iterator_node_finalize),
1792         (symbol_db_engine_iterator_node_set_conversion_hash):
1793         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1794         * plugins/symbol-db/symbol-db-engine-iterator.c:
1795         (symbol_db_engine_iterator_new):
1796         * plugins/symbol-db/symbol-db-engine-iterator.h:
1797          Moved Hash table initialization into the engine. This proxies and
1798   speeds up the process of creation and iteration of a GdaDataModel.
1799         
1800         * plugins/symbol-db/symbol-db-engine.c:
1801         (sdb_engine_ctags_output_thread),
1802         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1803         (sdb_engine_scan_files_1), (sdb_engine_init),
1804         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1805         (symbol_db_engine_add_new_workspace),
1806         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1807         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1808         (symbol_db_engine_get_sym_type_conversion_hash),
1809         (symbol_db_engine_update_files_symbols),
1810         (symbol_db_engine_update_project_symbols),
1811         (symbol_db_engine_update_buffer_symbols),
1812         (symbol_db_engine_get_class_parents),
1813         (symbol_db_engine_get_global_members_filtered),
1814         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1815         (symbol_db_engine_get_scope_members_by_symbol_id),
1816         (symbol_db_engine_get_scope_members),
1817         (symbol_db_engine_get_current_scope),
1818         (symbol_db_engine_get_file_symbols),
1819         (symbol_db_engine_get_symbol_info_by_id),
1820         (symbol_db_engine_find_symbol_by_name_pattern),
1821         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1822         * plugins/symbol-db/symbol-db-engine.h:
1823         * plugins/symbol-db/symbol-db-view-locals.c:
1824         (sdb_view_locals_get_iter_from_row_ref),
1825         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1826         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1827         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1828         Changes on some queries fuctions and some fixes. Added *_filtered
1829   functions.
1830         
1831         * plugins/symbol-db/symbol-db-view.c:
1832         (do_add_child_symbol_to_view), (add_new_waiting_for),
1833         (prepare_for_adding), (on_symbol_inserted),
1834         (do_recurse_subtree_and_remove), (on_symbol_removed),
1835         (sdb_view_do_add_hidden_dummy_child),
1836         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1837         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1838         (sdb_view_locals_create_new_store), (sdb_view_init),
1839         (sdb_view_finalize), (sdb_view_class_init),
1840         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1841         (symbol_db_view_get_pixbuf),
1842         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1843         New display for global tags. This is the definitive version, bugs apart.
1844         
1845         * plugins/symbol-db/tables.sql:
1846         fixed typo.
1848 2007-12-27  Naba Kumar  <naba@gnome.org>
1850         * libanjuta/interfaces/libanjuta.idl:
1851         * plugins/editor/aneditor-priv.h:
1852         * plugins/editor/aneditor.cxx:
1853         * plugins/editor/text_editor.c: (text_editor_instance_init),
1854         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1855         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1856         * plugins/editor/text_editor.h:
1857         * plugins/editor/text_editor_cbs.c:
1858         (on_text_editor_scintilla_notify):
1860         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1861         related code in AnEditor. Fixed some compilation warnings.
1863 2007-12-26  Naba Kumar  <naba@gnome.org>
1865         * Changelog: Fixed indentation.
1867 2007-12-25  Naba Kumar  <naba@gnome.org>
1869         * plugins/editor/Makefile.am:
1870         * plugins/editor/editor.glade:
1871         * plugins/editor/plugin.c:
1872         * plugins/editor/style-editor.c:
1873         * plugins/sourceview/Makefile.am:
1874         * plugins/sourceview/plugin.c:
1875         * plugins/sourceview/sourceview.glade:
1876         * plugins/valgrind/Makefile.am:
1878         Renamed glade files to anjuta-editor-* to give name space for the
1879         schema files (because they are installed in system directory).
1881         * scripts/build-schemas.mk: Install the schemas files also (need for
1882         binary package installation/uninstallation).
1884 2007-12-25  Johannes Schmid <jhs@gnome.org>
1886         * plugins/language-support-cpp-java/plugin.c:
1887         (set_indentation_param_vim):
1888         
1889         Support some more vim modeline commands and shortcuts (#504331)
1891 2007-12-25  Johannes Schmid <jhs@gnome.org>
1893         Patches from James Liggett:
1894         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1895         (anjuta_vcs_status_tree_view_init):
1896         * plugins/subversion/subversion-commit-dialog.c:
1897         (subversion_commit_dialog):
1898         * plugins/subversion/subversion-diff-dialog.c:
1899         (on_subversion_diff_response):
1900         * plugins/subversion/subversion-log-dialog.c:
1901         (on_log_view_selected_button_clicked),
1902         (on_log_diff_selected_button_clicked),
1903         (on_log_diff_previous_button_clicked):
1904         * plugins/subversion/subversion-resolve-dialog.c:
1905         (subversion_resolve_dialog):
1906         * plugins/subversion/subversion-revert-dialog.c:
1907         (subversion_revert_dialog):
1908         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1909         (pulse_progress_bar), (hide_pulse_progress_bar),
1910         (disconnect_data_arrived_signals),
1911         (cancel_data_arrived_signal_disconnect):
1912         * plugins/subversion/subversion-ui-utils.h:
1913         
1914         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1915         #505237 – Sort list of modified files
1917 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1919         * plugins/gdb/debugger.c:
1920         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1922 2007-12-23  Johannes Schmid <jhs@gnome.org>
1924         * plugins/language-support-cpp-java/plugin.c:
1925         (set_indentation_param_emacs), (set_indentation_param_vim),
1926         (parse_mode_line_emacs), (parse_mode_line_vim),
1927         (extract_mode_line), (initialize_indentation_params):
1929         Added (basic) support for vim modelines (#504331)
1931         * plugins/message-view/message-view.c: (message_view_next),
1932         (message_view_previous):
1933         
1934         Fixed next/previous message
1936 2007-12-23  Johannes Schmid <jhs@gnome.org>
1938         * libanjuta/anjuta-ui.h:
1939         Check for != NULL before unref'ing pixbuf (related to #497878)
1940         
1941         * plugins/devhelp/plugin.c: (register_stock_icons):
1942         * plugins/document-manager/anjuta-docman.c:
1943         (anjuta_docman_add_document):
1944         * plugins/glade/plugin.c: (on_close_activated),
1945         (register_stock_icons), (on_session_save),
1946         (glade_plugin_add_project):
1947         
1948         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1949         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1950         
1951         * plugins/language-support-cpp-java/plugin.c:
1952         (register_stock_icons):
1953         Fixed stock icon registration macros
1955 2007-12-23  Johannes Schmid <jhs@gnome.org>
1957         * global-tags/Makefile.am:
1958         * launcher/Makefile.am:
1959         * libanjuta/Makefile.am:
1960         * libegg/Makefile.am:
1961         * manuals/anjuta-faqs/Makefile.am:
1962         * manuals/anjuta-manual/Makefile.am:
1963         * manuals/reference/libanjuta/Makefile.am:
1964         * plugins/build-basic-autotools/Makefile.am:
1965         * plugins/class-gen/Makefile.am:
1966         * plugins/class-inheritance/Makefile.am:
1967         * plugins/cvs-plugin/Makefile.am:
1968         * plugins/debug-manager/Makefile.am:
1969         * plugins/devhelp/Makefile.am:
1970         * plugins/document-manager/Makefile.am:
1971         * plugins/editor/Makefile.am:
1972         * plugins/editor/scintilla/Makefile.am:
1973         * plugins/editor/scintilla/include/Makefile.am:
1974         * plugins/file-loader/Makefile.am:
1975         * plugins/file-manager/Makefile.am:
1976         * plugins/file-wizard/Makefile.am:
1977         * plugins/gdb/Makefile.am:
1978         * plugins/glade/Makefile.am:
1979         * plugins/gtodo/Makefile.am:
1980         * plugins/gvim/Makefile.am:
1981         * plugins/indent/Makefile.am:
1982         * plugins/language-manager/Makefile.am:
1983         * plugins/language-support-cpp-java/Makefile.am:
1984         * plugins/macro/Makefile.am:
1985         * plugins/message-view/Makefile.am:
1986         * plugins/patch/Makefile.am:
1987         * plugins/profiler/Makefile.am:
1988         * plugins/project-import/Makefile.am:
1989         * plugins/project-manager/Makefile.am:
1990         * plugins/project-wizard/Makefile.am:
1991         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1992         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1993         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1994         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1995         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1996         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1997         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1998         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1999         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
2000         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
2001         * plugins/sample1/Makefile.am:
2002         * plugins/search/Makefile.am:
2003         * plugins/sourceview/Makefile.am:
2004         * plugins/subversion/Makefile.am:
2005         * plugins/symbol-browser/Makefile.am:
2006         * plugins/symbol-db/Makefile.am:
2007         * plugins/symbol-db/test/Makefile.am:
2008         * plugins/terminal/Makefile.am:
2009         * plugins/tools/Makefile.am:
2010         * plugins/valgrind/Makefile.am:
2011         * src/Makefile.am:
2012         * tagmanager/Makefile.am:
2013         
2014         Replaces the deprecated "INCLUDES" in all Makefile.am's with
2015         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
2016         warnings from illigel C++ compiler flags.
2018 2007-12-23  Johannes Schmid <jhs@gnome.org>
2020         Patch from Tom <tpgww@onepost.net>:
2021   
2022         * plugins/document-manager/anjuta-docman.c:
2023         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
2024         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
2025         (anjuta_docman_instance_init), (on_notebook_switch_page),
2026         (anjuta_docman_grab_text_focus):
2027         * plugins/document-manager/plugin.c: (on_document_added),
2028         (on_window_key_press_event), (on_window_key_release_event):
2029         
2030         Some more document-manager code cleanups and fixes.
2032 2007-12-23  Massimo Cora'  <maxcvs@email.it>
2034         * plugins/symbol-db/plugin.c: (register_stock_icons),
2035         (value_added_current_editor), (value_removed_current_editor),
2036         (on_importing_project_end), (project_root_removed):
2037         added controls to clean/populate GtkTreeView(s) on projects unload/load.
2039         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
2040         (symbol_db_engine_get_file_db_path):
2041         fixed a useless warning.
2043         * plugins/symbol-db/symbol-db-view-locals.c:
2044         (traverse_free_waiting_for), (file_view_status_destroy),
2045         (sdb_view_locals_create_new_store), (traverse_files_view_status),
2046         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
2047         (sdb_view_locals_finalize), (on_symbol_inserted),
2048         (symbol_db_view_locals_recv_signals_from_engine),
2049         (symbol_db_view_locals_update_list):
2050         more speed on editors switching. GtkTreeStore caching method implemented.
2051         Fixed compiler warnings and a little memory leak.
2053         * plugins/symbol-db/symbol-db-view-locals.h:
2054         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
2055         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
2056         (on_scan_end), (on_symbol_inserted),
2057         (sdb_view_locals_create_new_store), (sdb_view_init),
2058         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
2059         * plugins/symbol-db/symbol-db-view.h:
2060         fixed some crashers. Now project loading/populating should be quite quick.
2062 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2064         * plugins/debug-manager/command.c,
2065         plugins/debug-manager/queue.c:
2066         Take care of command return value (FALSE is an error)
2068 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2070         * plugins/debug-manager/anjuta-debug-manager.glade,
2071         plugins/debug-manager/breakpoints.c:
2072         Remove address, condition and pass breakpoint column if not supported
2073         Fix clear all remove_all to avoid an endless loop if a breakpoint
2074         cannot be removed
2076 2007-12-17  Johannes Schmid <jhs@gnome.org>
2078         Patch from Tom <tpgww@onepost.net> (with some changes):
2080         * plugins/document-manager/action-callbacks.c: (on_open_activate),
2081         (on_save_as_activate), (on_save_all_activate),
2082         (on_close_file_activate), (on_close_all_file_activate),
2083         (on_reload_file_activate), (on_editor_command_clear_activate),
2084         (on_transform_eolchars1_activate), (on_comment_block),
2085         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
2086         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2087         (on_editor_linenos1_activate), (on_editor_markers1_activate),
2088         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
2089         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
2090         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
2091         (on_zoom_out_text_activate):
2092         * plugins/document-manager/action-callbacks.h:
2093         * plugins/document-manager/anjuta-docman.c:
2094         (on_notebook_page_close_button_click),
2095         (on_notebook_page_close_button_enter),
2096         (on_notebook_page_close_button_leave),
2097         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
2098         (anjuta_docman_page_init), (anjuta_docman_page_new),
2099         (on_open_filesel_response), (create_file_open_dialog_gui),
2100         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
2101         (anjuta_docman_instance_init), (on_notebook_switch_page),
2102         (on_document_destroy), (anjuta_docman_add_editor),
2103         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2104         (anjuta_docman_set_current_document),
2105         (anjuta_docman_goto_file_line_mark), (get_real_path),
2106         (anjuta_docman_get_full_filename),
2107         (anjuta_docman_delete_all_markers),
2108         (anjuta_docman_delete_all_indicators),
2109         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2110         (anjuta_docman_order_tabs):
2111         * plugins/document-manager/anjuta-docman.h:
2112         * plugins/document-manager/file_history.c: (an_hist_file_new),
2113         (an_file_history_push), (an_file_history_dump):
2114         * plugins/document-manager/file_history.h:
2115         * plugins/document-manager/plugin.c: (update_title),
2116         (value_removed_project_root_uri),
2117         (update_document_ui_interface_items), (menu_name_compare),
2118         (on_document_added), (on_document_changed),
2119         (on_window_key_press_event), (on_window_key_release_event),
2120         (on_session_save):
2121         * plugins/document-manager/search-box.c: (on_document_changed),
2122         (on_goto_activated), (search_box_init), (search_box_new):
2123         * plugins/document-manager/search-box.h:
2125         Yet more code cleanups
2126         Save glade files correctly in session
2127         Use new tooltip API if available
2128         Sort notebook pages when session is restored (needs work)
2130 2007-12-16  Johannes Schmid <jhs@gnome.org>
2132         * plugins/document-manager/anjuta-docman.c:
2133         (anjuta_docman_add_document):
2134         
2135         Present correct widget with anjuta_shell_present_widget(). This got wrong when
2136         the new search bar was introduced.
2138 2007-12-12  Johannes Schmid <jhs@gnome.org>
2139   
2140         Patch from  Tom <tpgww@onepost.net>:
2141         (#485233 – another bunch of docman cleanups)
2142   
2143         * libanjuta/interfaces/libanjuta.idl:
2144         * plugins/document-manager/action-callbacks.c:
2145         (get_current_document), (get_current_focus_widget),
2146         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2147         (on_close_file_activate), (on_close_all_file_activate),
2148         (on_reload_file_activate), (on_print_activate),
2149         (on_print_preview_activate),
2150         (on_editor_command_upper_case_activate),
2151         (on_editor_command_lower_case_activate),
2152         (on_editor_command_eol_crlf_activate),
2153         (on_editor_command_eol_lf_activate),
2154         (on_editor_command_eol_cr_activate),
2155         (on_editor_command_select_all_activate),
2156         (on_editor_command_select_to_brace_activate),
2157         (on_editor_command_select_block_activate),
2158         (on_editor_command_match_brace_activate),
2159         (on_editor_command_undo_activate),
2160         (on_editor_command_redo_activate),
2161         (on_editor_command_cut_activate),
2162         (on_editor_command_paste_activate),
2163         (on_editor_command_copy_activate),
2164         (on_editor_command_clear_activate),
2165         (on_editor_command_close_folds_all_activate),
2166         (on_editor_command_open_folds_all_activate),
2167         (on_editor_command_toggle_fold_activate),
2168         (on_editor_command_bookmark_toggle_activate),
2169         (on_editor_command_bookmark_first_activate),
2170         (on_editor_command_bookmark_next_activate),
2171         (on_editor_command_bookmark_prev_activate),
2172         (on_editor_command_bookmark_last_activate),
2173         (on_editor_command_bookmark_clear_activate),
2174         (on_transform_eolchars1_activate), (on_comment_block),
2175         (on_comment_box), (on_comment_stream),
2176         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2177         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2178         (on_force_hilite_activate), (on_swap_activate),
2179         (on_editor_add_view_activate), (on_editor_remove_view_activate):
2180         * plugins/document-manager/action-callbacks.h:
2181         * plugins/document-manager/anjuta-docman.c:
2182         (on_notebook_page_close_button_click),
2183         (on_notebook_page_close_button_enter),
2184         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
2185         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2186         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2187         (on_open_filesel_response), (anjuta_docman_open_file),
2188         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2189         (anjuta_docman_dispose), (anjuta_docman_instance_init),
2190         (anjuta_docman_class_init), (anjuta_docman_new),
2191         (on_notebook_switch_page), (on_document_save_point),
2192         (on_document_destroy), (anjuta_docman_add_editor),
2193         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2194         (anjuta_docman_set_popup_menu),
2195         (anjuta_docman_get_current_focus_widget),
2196         (anjuta_docman_get_page_for_document),
2197         (anjuta_docman_get_current_document),
2198         (anjuta_docman_set_current_document),
2199         (anjuta_docman_goto_file_line),
2200         (anjuta_docman_goto_file_line_mark),
2201         (anjuta_docman_get_full_filename),
2202         (anjuta_docman_present_notebook_page),
2203         (anjuta_docman_update_page_label),
2204         (anjuta_docman_delete_all_markers),
2205         (anjuta_docman_delete_all_indicators),
2206         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2207         (do_ordertab1), (anjuta_docman_order_tabs),
2208         (anjuta_docman_set_editor_properties),
2209         (anjuta_docman_get_document_for_path),
2210         (anjuta_docman_get_all_doc_widgets):
2211         * plugins/document-manager/anjuta-docman.h:
2212         * plugins/document-manager/editor-tooltips.c:
2213         * plugins/document-manager/plugin.c: (update_title),
2214         (update_document_ui_enable_all), (update_document_ui_disable_all),
2215         (update_document_ui_save_items),
2216         (update_document_ui_interface_items), (update_document_ui),
2217         (on_document_update_save_ui), (update_status),
2218         (on_document_update_ui), (on_document_added),
2219         (on_document_changed), (on_session_save), (on_save_prompt),
2220         (on_docman_auto_save), (on_gconf_notify_timer):
2221         * plugins/document-manager/search-box.c: (on_document_changed),
2222         (search_box_new), (search_box_grab_line_focus):
2223         * plugins/glade/plugin.c: (ifile_open):
2224         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2225         * plugins/search/search-replace_backend.c: (create_search_entries):
2226         * plugins/sourceview/anjuta-document.c: (set_uri),
2227         (anjuta_document_save):
2228         * plugins/sourceview/sourceview.c: (ifile_savable_save):
2229         * plugins/tools/editor.c: (on_editor_response):
2231         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2232         It fixes some issues with session handling and several memory lacks.
2233         Gtk 2.12 Tooltip API is used if available.
2235 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
2237         * plugins/debug-manager/disassemble.c,
2238         plugins/debug-manager/disassemble.h,
2239         plugins/debug-manager/command.c,
2240         plugins/debug-manager/command.h,
2241         plugins/debug-manager/plugin.c
2242         plugins/debug-manager/sparse_view.c,
2243         plugins/debug-manager/sparse_view.h,
2244         plugins/gdb/plugin.c,
2245         plugins/gdb/debugger.c,
2246         plugins/gdb/debugger.h,
2247         libanjuta/interfaces/libanjuta.idl:
2248         Fix bug #502533: Implement assembler step
2250         * plugins/debug-manager/breakpoints.c:
2251         Do not save temporary breakpoints
2253         * plugins/debug-manager/stack_trace.c:
2254         Fix a crash when a stack command is cancelled
2256 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2258         * plugins/debug-manager/plugin.c,
2259         plugins/debug-manager/breakpoints.c,
2260         plugins/debug-manager/breakpoints.h:
2261         Fix bug #488732: Breakpoint on delete lines
2262         Breakpoints are now linked to their position in editor
2264         * plugins/gdb/debugger.c:
2265         Fix removing condition on breakpoint 
2267 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2269         * plugins/debug-manager/anjuta-debug-manager.glade,
2270         plugins/debug-manager/start.c,
2271         plugins/gdb/plugin.c,
2272         plugins/gdb/debugger.c,
2273         plugins/gdb/debugger.h,
2274         libanjuta/interfaces/libanjuta.idl:
2275         Fix bug #481366: Do not stop at the beginning of the program
2277         * plugins/debug-manager/command.c,
2278         plugins/debug-manager/command.h,
2279         plugins/debug-manager/breakpoints.c,
2280         plugins/debug-manager/queue.c,
2281         plugins/debug-manager/queue.h:
2282         Fix a bug remove all breakpoints was not working due to latest changes
2283         Setting breakpoints is disabled when program is running
2285 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2287         * plugins/debug-manager/queue.c,
2288         plugins/gdb/plugin.c:
2289         Fix bug #501469: Crash if mime_type is unknown
2291 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2293         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2294         (on_editor_update_ui), (on_single_file_scan_end),
2295         (on_importing_project_end), (project_root_added),
2296         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2297         * plugins/symbol-db/plugin.h:
2298         show on status bar files being scanned.
2300         * plugins/symbol-db/symbol-db-engine.c:
2301         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2302         (sdb_engine_ctags_output_thread),
2303         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2304         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2305         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2306         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2307         (sdb_engine_get_table_id_by_unique_name2),
2308         (symbol_db_engine_open_project),
2309         (sdb_engine_prepare_executing_commands),
2310         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2311         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2312         (sdb_engine_detects_removed_ids),
2313         (symbol_db_engine_get_class_parents),
2314         (symbol_db_engine_get_global_members),
2315         (symbol_db_engine_get_scope_members_by_symbol_id),
2316         (symbol_db_engine_get_scope_members),
2317         (symbol_db_engine_get_current_scope),
2318         (symbol_db_engine_get_file_symbols),
2319         (symbol_db_engine_get_symbol_info_by_id),
2320         (symbol_db_engine_get_full_local_path),
2321         (symbol_db_engine_find_symbol_by_name_pattern),
2322         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2323         * plugins/symbol-db/symbol-db-engine.h:
2324         * plugins/symbol-db/symbol-db-view-locals.c:
2325         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2326         (symbol_db_view_locals_recv_signals_from_engine),
2327         (symbol_db_view_locals_update_list):
2328         * plugins/symbol-db/symbol-db-view-locals.h:
2329         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2330         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2331         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2332         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2333         * plugins/symbol-db/symbol-db-view.h:
2334         Added g_thread architecture to scan in background. With this you
2335         can use Anjuta's GUI without freezing.
2336         Improved insertion speed by using a paradigm like 'insert' and 'check'
2337         replacing a 'check' and 'insert' one. This has been done for tables 
2338         like symbol, scope, sym_type.
2339         Fixed two crashers. 
2341         * plugins/symbol-db/tables.sql:
2342         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2343         (thread), (print_message), (bastard_thread), (idle_signals):
2344         fixed a typo on tables that broke sql triggers.
2346 === anjuta 2.3.1 ===
2348 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2350         * NEWS, AUTHORS: Updated.
2351         * src/Makefile.am: Fixed make distcheck
2353         Patch from Yang Hong:
2354         * plugins/file-manager/file-manager.glade: Fixed file chooser
2355         size in file-manager preferences.
2357 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2359         * NEWS: Updated for 2.3.1 development release
2360         * configure.in: Bumped version to 2.3.1
2362 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2364         * plugins/debug-manager/threads.c,
2365         plugins/debug-manager/disassemble.c,
2366         plugins/debug-manager/watch.c,
2367         plugins/debug-manager/registers.c,
2368         plugins/debug-manager/locals.c,
2369         plugins/debug-manager/breakpoints.c,
2370         plugins/debug-manager/stack_trace.c,
2371         plugins/debug-manager/command.c,
2372         plugins/debug-manager/command.h,
2373         plugins/debug-manager/queue.c,
2374         libanjuta/interfaces/libanjuta.idl:
2375         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2376         Document IAnjutaDebugManager signals
2377         Generate new signals in queue.c
2378         Use new signals in other files
2380 2007-11-30  <genbell@tiscali.it>
2382         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2384         * plugins/gdb/Makefile.am:
2385         Fix bug #500376
2387 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2389         * plugins/tools/variable.c:
2390         Fix a bug added in the previous patch (it is not a leak)
2392 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2394         * plugins/project-wizard/druid.c,
2395         plugins/project-wizard/templates/terminal.wiz,
2396         plugins/project-wizard/templates/xlib-dock.wiz,
2397         plugins/project-wizard/templates/wxwin.wiz,
2398         plugins/project-wizard/templates/java.wiz,
2399         plugins/project-wizard/templates/gnome.wiz,
2400         plugins/project-wizard/templates/anjuta-plugin.wiz,
2401         plugins/project-wizard/templates/gtkmm.wiz,
2402         plugins/project-wizard/templates/python.wiz,
2403         plugins/project-wizard/templates/cpp.wiz,
2404         plugins/project-wizard/templates/sdl.wiz,
2405         plugins/project-wizard/templates/gtk.wiz,
2406         plugins/project-wizard/templates/minimal.wiz,
2407         plugins/project-wizard/templates/xlib.wiz,
2408         plugins/project-wizard/templates/gcj.wiz,
2409         plugins/project-wizard/templates/translatable-strings.h,
2410         plugins/project-import/project-import.c:
2411         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2413 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2415         * plugins/debug-manager/threads.c,
2416         plugins/debug-manager/disassemble.c,
2417         plugins/debug-manager/watch.c,
2418         plugins/debug-manager/registers.c,
2419         plugins/debug-manager/memory.c,
2420         plugins/debug-manager/locals.c,
2421         plugins/debug-manager/stack_trace.c,
2422         plugins/debug-manager/queue.c,
2423         plugins/debug-manager/queue.h:
2424         Connect debugger signal only when program is loaded
2425         Rename get_feature in is_supported
2427         * plugins/debug-manager/plugin.c:
2428         Remove editor watch when plugin is deactivated
2430         * plugins/debug-manager/anjuta-debug-manager.glade,
2431         plugins/debug-manager/breakpoints.c,
2432         plugins/debug-manager/breakpoints.h:
2433         Rewrite almost completely the breakpoint code
2434         Improve breakpoint dialog
2435         Reorganize function
2436         Implement condition, hit count, ignore and temporary attribute
2438         * plugins/debug-manager/command.c,
2439         plugins/debug-manager/command.h:
2440         Add a breakpoint list command
2442         * plugins/gdb/debugger.c,
2443         plugins/gdb/debugger.h:
2444         Add new breakpoint list command
2445         Fix parsing of breakpoint data
2447         * libanjuta/interfaces/libanjuta.idl,
2448         plugins/gdb/plugin.c:
2449         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2451 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2453         * plugins/document-manager/plugin.c:
2454         Use Ctrl+Shift+s as shortcut for Save As
2456 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2458         * plugins/subversion/plugin.c: (activate_plugin):
2459         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2460         * src/layout.xml: Fixed dockitem positions.
2462 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2464         Icons from tpgww@onepost.net:
2465         * plugins/project-wizard/applogo.png:
2466         Icons from patch in bug #480093 comment #23. Also renamed icons.
2468         * plugins/message-view/Makefile.am:
2469         * plugins/message-view/plugin.c: (register_stock_icons),
2470         (ipreferences_merge): Removed redundant icon.
2472         * plugins/document-manager/plugin.c:
2473         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2474         Do not insensitize New action when there is no document.
2475         Indentation fixes.
2477 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2479         Icons from tpgww@onepost.net:
2480         * plugins/symbol-browser/an_symbol_prefs.c:
2481         * pixmaps/Makefile.am:
2482         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2484         Icons from patch in bug #480093 comment #23. Also renamed icons.
2485         To be continued..
2487 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2489         Patch from James Liggett:
2490         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2491         revert and dialogs resizable.
2493 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2495         Patch from James Liggett:
2496         * plugins/subversion/anjuta-subversion.glade:
2497         * plugins/subversion/subversion-diff-dialog.c:
2498         (on_subversion_diff_response), (subversion_diff_dialog):
2499         * plugins/subversion/subversion-diff-dialog.h:
2501         The diff dialog should have a checkbox, enabled by default, that
2502         allows the user to make sure that all open files are saved before
2503         diffing.
2505 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2507         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2509         Icons from tpgww@onepost.net:
2510         * pixmaps/Makefile.am:
2511         * src/Makefile.am:
2512         * src/anjuta-app.c:
2513         * src/anjuta-preferences-general.svg:
2515         Icons from patch in bug #480093 comment #23. Also renamed icons.
2516         To be continued..
2518 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2520         Icons from tpgww@onepost.net:
2521         * plugins/debug-manager/images/Makefile.am:
2522         * plugins/debug-manager/images/anjuta-watch.svg:
2523         * plugins/debug-manager/plugin.c: (register_stock_icons):
2524         * plugins/gdb/images/Makefile.am:
2525         * plugins/gtodo/Makefile.am:
2526         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2527         * plugins/gtodo/anjuta-gtodo.plugin.in:
2528         * plugins/gtodo/interface.c: (stock_icons):
2529         * plugins/gtodo/main.h:
2530         * plugins/gtodo/plugin.c: (ipreferences_merge):
2531         * plugins/terminal/Makefile.am:
2532         * plugins/terminal/anjuta-terminal-plugin.svg:
2533         * plugins/terminal/anjuta-terminal.plugin.in:
2534         * plugins/terminal/terminal.c:
2535         * plugins/tools/Makefile.am:
2536         * plugins/tools/anjuta-tools-plugin.svg:
2537         * plugins/tools/anjuta-tools.plugin.in:
2538         * plugins/tools/plugin.c:
2539         * plugins/valgrind/Makefile.am:
2540         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2541         * plugins/valgrind/anjuta-valgrind.plugin.in:
2542         * plugins/valgrind/plugin.c: (register_stock_icons),
2543         (ipreferences_merge):
2545         Icons from patch in bug #480093 comment #23. Also renamed icons.
2546         To be continued..
2548 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2550         reviewed by: Johannes Schmid <jhs@gnome.org>
2552         * configure.in:
2553         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2554         due to bug #493360. Still present anyway bug #495843
2556         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2557         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2558         (on_local_treeview_row_activated),
2559         (on_global_treeview_row_activated),
2560         (on_global_treeview_row_expanded), (on_project_element_added),
2561         (on_project_element_removed), (project_root_added),
2562         (symbol_db_activate), (isymbol_manager_search),
2563         (isymbol_manager_get_members),
2564         (isymbol_manager_get_completions_at_position):
2565         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2566         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2567         * plugins/symbol-db/symbol-db-engine.c:
2568         (sdb_engine_execute_non_select_sql),
2569         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2570         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2571         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2572         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2573         (symbol_db_engine_add_new_workspace),
2574         (symbol_db_engine_add_new_project),
2575         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2576         (sdb_engine_detects_removed_ids),
2577         (sdb_engine_walk_down_scope_path),
2578         (symbol_db_engine_get_class_parents),
2579         (symbol_db_engine_get_global_members),
2580         (symbol_db_engine_get_scope_members_by_symbol_id),
2581         (symbol_db_engine_get_scope_members),
2582         (symbol_db_engine_get_current_scope),
2583         (symbol_db_engine_get_file_symbols),
2584         (symbol_db_engine_get_symbol_info_by_id),
2585         (symbol_db_engine_find_symbol_by_name_pattern):
2586         * plugins/symbol-db/symbol-db-engine.h:
2587         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2588         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2589         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2590         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2591         (on_scan_end), (do_add_root_symbol_to_view),
2592         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2593         (trigger_on_symbol_inserted), (add_new_waiting_for),
2594         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2595         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2596         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2597         (symbol_db_view_row_expanded), (sdb_view_init),
2598         (gtree_compare_func), (sdb_view_finalize),
2599         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2600         (sdb_view_populate_base_root),
2601         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2602         * plugins/symbol-db/symbol-db-view.h:
2603         * plugins/symbol-db/tables.sql:
2604         * plugins/symbol-db/test/Makefile.am:
2605         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2606         (get_scope_members), (get_current_scope), (get_global_members),
2607         (get_file_symbols), (get_info_by_id), (main):
2609         Rewrote symbol-db-view global tab. Now every expandable node is a query.
2610         Started using LIMIT keyword to speed up things.
2611         Deprecated GdaCommand in favour of GdaQuery into engine. This should
2612         make providers use prepared statements.
2614 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2616         Patch from James Liggett:
2617         * plugins/subversion/plugin.c: (subversion_instance_init):
2618         * plugins/subversion/plugin.h:
2619         * plugins/subversion/subversion-diff-dialog.c:
2620         (on_subversion_diff_response), (subversion_diff_dialog),
2621         (on_menu_subversion_diff):
2622         * plugins/subversion/subversion-log-dialog.c:
2623         (on_log_view_selected_button_clicked),
2624         (on_log_diff_selected_button_clicked),
2625         (on_log_diff_previous_button_clicked),
2626         (subversion_log_window_create):
2627         * plugins/subversion/subversion-ui-utils.c:
2628         (get_filename_from_full_path), (init_whole_project),
2629         (on_whole_project_toggled):
2630         * plugins/subversion/subversion-ui-utils.h:
2631         * plugins/subversion/subversion-update-dialog.c:
2632         (subversion_update_dialog), (on_menu_subversion_update):
2634         Whole Project checkbox enabled by default in diff and update dialogs.
2635         changes the editor names for diff editors to something much more
2636         descriptive. For example, working copy/head diffs would have an editor
2637         with a name like "[Working Copy/Head] some-file.diff," where some-file
2638         is the name of the file/directory that was diffed. For diffs against
2639         arbitrary diffs the name would look like "[Revisions 2832/3200]
2640         some-file.diff" for a diff of some-file between revisions 2832 and
2641         3200.
2643 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2645         Icons from tpgww@onepost.net:
2646         * plugins/subversion/Makefile.am:
2647         * plugins/subversion/anjuta-subversion-plugin.svg:
2648         * plugins/subversion/anjuta-subversion.plugin.in:
2649         * plugins/subversion/plugin.h:
2650         * plugins/symbol-browser/Makefile.am:
2651         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2652         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2653         * plugins/symbol-browser/plugin.c:
2654         * plugins/symbol-db/Makefile.am:
2655         * plugins/symbol-db/plugin.c:
2656         * plugins/symbol-db/symbol-db.plugin.in:
2658         Icons from patch in bug #480093 comment #23. Also renamed icons.
2659         To be continued..
2661 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2663         Icons from tpgww@onepost.net:
2664         * plugins/project-manager/Makefile.am:
2665         * plugins/project-manager/anjuta-project-manager-plugin.svg:
2666         * plugins/project-manager/anjuta-project-manager.plugin.in:
2667         * plugins/project-manager/plugin.c:
2668         * plugins/project-wizard/Makefile.am:
2669         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2670         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2671         * plugins/project-wizard/druid.h:
2672         * plugins/search/Makefile.am:
2673         * plugins/search/anjuta-search-plugin.svg:
2674         * plugins/search/anjuta-search.plugin.in:
2675         * plugins/search/plugin.c:
2677         Icons from patch in bug #480093 comment #23. Also renamed icons.
2678         To be continued..
2680 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2682         * TODO.tasks: updated.
2684         Icons from tpgww@onepost.net:
2685         * plugins/file-loader/Makefile.am:
2686         * plugins/file-loader/anjuta-loader-plugin.svg:
2687         * plugins/file-loader/anjuta-loader.plugin.in:
2688         * plugins/file-manager/Makefile.am:
2689         * plugins/file-manager/anjuta-file-manager-plugin.svg:
2690         * plugins/file-manager/file-manager.plugin.in:
2691         * plugins/file-manager/plugin.c:
2692         * plugins/glade/Makefile.am:
2693         * plugins/glade/anjuta-glade-plugin.svg:
2694         * plugins/glade/anjuta-glade.plugin.in:
2695         * plugins/glade/plugin.c: (register_stock_icons):
2696         * plugins/language-manager/Makefile.am:
2697         * plugins/language-manager/anjuta-language-manager-plugin.svg:
2698         * plugins/language-manager/language-manager.plugin.in:
2699         * plugins/message-view/Makefile.am:
2700         * plugins/message-view/anjuta-message-manager.plugin.in:
2701         * plugins/message-view/anjuta-messages-plugin.svg:
2702         * plugins/message-view/plugin.c:
2703         * plugins/patch/Makefile.am:
2704         * plugins/patch/anjuta-patch-plugin.svg:
2705         * plugins/patch/anjuta-patch.plugin.in:
2706         * plugins/patch/plugin.c:
2707         * plugins/profiler/Makefile.am:
2708         * plugins/profiler/anjuta-profiler-plugin.svg:
2709         * plugins/profiler/plugin.c: (register_stock_icons):
2710         * plugins/profiler/profiler.plugin.in:
2711         * plugins/project-import/Makefile.am:
2712         * plugins/project-import/anjuta-project-import-plugin.svg:
2713         * plugins/project-import/anjuta-project-import.plugin.in:
2714         * plugins/project-import/plugin.c:
2716         Icons from patch in bug #480093 comment #23. Also renamed icons.
2717         To be continued..
2719 2007-11-18  Johannes Schmid <jhs@gnome.org>
2721         * plugins/build-basic-autotools/build-basic-autotools.c:
2722         (build_regex_init):
2723         * plugins/debug-manager/anjuta-debug-manager.glade:
2724         * plugins/debug-manager/breakpoints.c:
2725         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2726         * plugins/file-wizard/file.c:
2727         * plugins/gdb/anjuta-gdb.glade:
2728         * plugins/glade/plugin.c: (ifile_open):
2729         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2730         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2731         * plugins/gtodo/tray-icon.c:
2732         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2733         * plugins/macro/macros.xml:
2734         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2735         Fixed translation bugs (#496833, #488211 and #497758)
2736         
2737         * plugins/document-manager/plugin.c: (on_editor_changed):
2738         Removed unused code
2740 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2742         Icons from tpgww@onepost.net:
2743         * plugins/devhelp/Makefile.am:
2744         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2745         * plugins/devhelp/anjuta-devhelp.plugin.in:
2746         * plugins/devhelp/plugin.c:
2747         * plugins/document-manager/anjuta-document-manager.plugin.in:
2748         * plugins/document-manager/images/Makefile.am:
2749         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2750         * plugins/document-manager/plugin.c:
2751         * plugins/editor/Makefile.am:
2752         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2753         * plugins/editor/anjuta-editor.plugin.in:
2754         * plugins/editor/plugin.c:
2755         * plugins/sample1/Makefile.am:
2756         * plugins/sample1/anjuta-sample-plugin.svg:
2757         * plugins/sample1/anjuta-sample.plugin.in:
2758         * plugins/sourceview/Makefile.am:
2759         * plugins/sourceview/plugin.c:
2760         * plugins/sourceview/sourceview.plugin.in:
2762         Icons from patch in bug #480093 comment #23. Also renamed icons.
2763         To be continued..
2765 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2767         * TODO.tasks: Updated.
2769         Icons from tpgww@onepost.net:
2770         * plugins/build-basic-autotools/Makefile.am:
2771         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2772         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2773         * plugins/build-basic-autotools/build-basic-autotools.c:
2774         * plugins/class-inheritance/Makefile.am:
2775         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2776         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2777         * plugins/class-inheritance/plugin.c:
2778         * plugins/cvs-plugin/Makefile.am:
2779         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2780         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2781         * plugins/cvs-plugin/plugin.c:
2782         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2783         * plugins/debug-manager/images/Makefile.am:
2784         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2785         * plugins/debug-manager/plugin.c: 
2787         Icons from patch in bug #480093 comment #23. Also renamed icons.
2788         To be continued..
2790 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2792         * (removed) libanjuta/anjuta-children.c,
2793         (removed) libanjuta/anjuta-children.h,
2794         libanjuta/anjuta-launcher.c,
2795         libanjuta/libanjuta.h,
2796         libanjuta/Makefile.am,
2797         plugins/gdb/debugger.c,
2798         plugins/terminal/terminal.c,
2799         manuals/reference/libanjuta/libanjuta-sections.txt,
2800         manuals/reference/libanjuta/libanjuta-docs.sgml:
2801         Replace anjuta_children_register by g_child_watch_add
2803 2007-11-13  Johannes Schmid <jhs@gnome.org>
2805         * plugins/subversion/anjuta-subversion.glade:
2806         * plugins/subversion/subversion-commit-dialog.c:
2807         (subversion_commit_dialog):
2808         * plugins/subversion/subversion-resolve-dialog.c:
2809         (subversion_resolve_dialog):
2810         * plugins/subversion/subversion-revert-dialog.c:
2811         (subversion_revert_dialog):
2812         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2813         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2814         (hide_pulse_progress_bar):
2815         * plugins/subversion/subversion-ui-utils.h:
2817         Yet another patch from #457477:
2818         Add a pulsing progress bar to all dialogs receiving status
2820 2007-11-12  Johannes Schmid <jhs@gnome.org>
2822         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2823         Bug 493583 – crash in Anjuta IDE: trying to open a file
2824         
2825         * plugins/subversion/subversion-commit-dialog.c:
2826         (select_all_files), (subversion_commit_dialog):
2827         Patch from jrligget - see #457477
2829 2007-11-12  Johannes Schmid <jhs@gnome.org>
2831         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2832         * libanjuta/anjuta-plugin-handle.c:
2833         (anjuta_plugin_handle_get_about):
2834         Bug 495536 – Plugins localization improvement
2835         
2836         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2837         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2838         * plugins/indent/indent.glade:
2839         * plugins/subversion/anjuta-subversion.glade:
2840         Bug 495245 – Strings bug
2842 2007-11-08  James Liggett  <jrliggett@cox.net>
2844         reviewed by: Johannes Schmid <jhs@gnome.org>
2846         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2847         (anjuta_async_command_finalize),
2848         (anjuta_async_command_notification_poll),
2849         (anjuta_async_command_thread), (start_command),
2850         (notify_data_arrived), (notify_complete),
2851         (anjuta_async_command_class_init),
2852         (anjuta_async_command_set_error_message),
2853         (anjuta_async_command_get_error_message),
2854         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2855         * libanjuta/anjuta-async-command.h:
2856         * libanjuta/anjuta-command.c: (anjuta_command_init),
2857         (anjuta_command_finalize), (anjuta_command_class_init),
2858         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2859         (anjuta_command_notify_complete),
2860         (anjuta_command_set_error_message),
2861         (anjuta_command_get_error_message):
2862         * libanjuta/anjuta-command.h:
2863         * libanjuta/anjuta-glade-catalog.c:
2864         * libanjuta/anjuta-glade.xml:
2865         * libanjuta/anjuta-vcs-status-tree-view.c:
2866         (on_selected_column_toggled),
2867         (anjuta_vcs_status_tree_view_create_columns),
2868         (anjuta_vcs_status_tree_view_init),
2869         (anjuta_vcs_status_tree_view_finalize),
2870         (anjuta_vcs_status_tree_view_set_property),
2871         (anjuta_vcs_status_tree_view_get_property),
2872         (anjuta_vcs_status_tree_view_class_init),
2873         (anjuta_vcs_status_tree_view_new),
2874         (anjuta_vcs_status_tree_view_destroy),
2875         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2876         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2877         (anjuta_vcs_status_tree_view_unselect_all),
2878         (create_selected_paths_list),
2879         (anjuta_vcs_status_tree_view_get_selected):
2880         * libanjuta/anjuta-vcs-status-tree-view.h:
2881         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2882         * libanjuta/anjuta-widgets.h:
2883         * plugins/subversion/subversion-add-dialog.c:
2884         (on_add_command_finished), (on_subversion_add_response),
2885         (subversion_add_dialog), (on_menu_subversion_add),
2886         (on_fm_subversion_add):
2887         * plugins/subversion/subversion-add-dialog.h:
2888         * plugins/subversion/subversion-commit-dialog.c:
2889         (on_commit_command_finished), (on_subversion_commit_response),
2890         (subversion_commit_dialog), (on_menu_subversion_commit),
2891         (on_fm_subversion_commit):
2892         * plugins/subversion/subversion-commit-dialog.h:
2893         * plugins/subversion/subversion-copy-dialog.c:
2894         (on_copy_other_revision_radio_toggled),
2895         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2896         (on_copy_command_finished), (on_subversion_copy_response),
2897         (subversion_copy_dialog), (on_menu_subversion_copy),
2898         (on_fm_subversion_copy):
2899         * plugins/subversion/subversion-copy-dialog.h:
2900         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2901         (on_subversion_diff_response), (subversion_diff_dialog),
2902         (on_menu_subversion_diff), (on_fm_subversion_diff):
2903         * plugins/subversion/subversion-diff-dialog.h:
2904         * plugins/subversion/subversion-log-dialog.c:
2905         (on_diff_selected_column_toggled), (create_columns),
2906         (on_log_command_finished), (on_log_view_button_clicked),
2907         (on_cat_command_data_arrived), (on_cat_command_finished),
2908         (on_log_view_selected_button_clicked), (get_selected_revisions),
2909         (on_log_diff_selected_button_clicked),
2910         (on_log_diff_previous_button_clicked),
2911         (on_subversion_log_vbox_destroy),
2912         (on_log_changes_view_row_selected), (subversion_log_window_create),
2913         (on_menu_subversion_log), (on_fm_subversion_log),
2914         (subversion_log_set_whole_project_sensitive):
2915         * plugins/subversion/subversion-log-dialog.h:
2916         * plugins/subversion/subversion-merge-dialog.c:
2917         (on_merge_command_finished), (on_subversion_merge_response),
2918         (on_merge_first_path_browse_button_clicked),
2919         (on_merge_second_path_browse_button_clicked),
2920         (on_merge_use_first_path_check_toggled),
2921         (on_merge_start_revision_radio_toggled),
2922         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2923         (on_menu_subversion_merge):
2924         * plugins/subversion/subversion-merge-dialog.h:
2925         * plugins/subversion/subversion-remove-dialog.c:
2926         (on_remove_command_finished),
2927         (on_remove_path_browse_button_clicked),
2928         (on_subversion_remove_response), (subversion_remove_dialog),
2929         (on_menu_subversion_remove), (on_fm_subversion_remove):
2930         * plugins/subversion/subversion-remove-dialog.h:
2931         * plugins/subversion/subversion-resolve-dialog.c:
2932         (on_resolve_command_finished), (on_subversion_resolve_response),
2933         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2934         * plugins/subversion/subversion-resolve-dialog.h:
2935         * plugins/subversion/subversion-revert-dialog.c:
2936         (on_revert_command_finished), (on_subversion_revert_response),
2937         (subversion_revert_dialog), (on_menu_subversion_revert):
2938         * plugins/subversion/subversion-revert-dialog.h:
2939         * plugins/subversion/subversion-switch-dialog.c:
2940         (on_switch_other_revision_radio_toggled),
2941         (on_switch_command_finished), (on_subversion_switch_response),
2942         (subversion_switch_dialog), (on_menu_subversion_switch):
2943         * plugins/subversion/subversion-switch-dialog.h:
2944         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2945         (subversion_data_free), (on_mesg_view_destroy),
2946         (create_message_view), (check_filename), (get_log_from_textview),
2947         (pulse_timer), (on_pulse_timer_destroyed),
2948         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2949         (report_errors), (on_status_command_finished),
2950         (on_status_command_data_arrived), (on_command_info_arrived),
2951         (select_all_status_items), (clear_all_status_selections),
2952         (init_whole_project), (on_whole_project_toggled),
2953         (send_diff_command_output_to_editor), (on_diff_command_finished),
2954         (stop_status_bar_progress_pulse):
2955         * plugins/subversion/subversion-ui-utils.h:
2956         * plugins/subversion/subversion-update-dialog.c:
2957         (on_update_command_finished), (on_subversion_update_response),
2958         (subversion_update_dialog), (on_menu_subversion_update),
2959         (on_fm_subversion_update):
2960         * plugins/subversion/subversion-update-dialog.h:
2961         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2962         (svn_add_command_finalize), (svn_add_command_run),
2963         (svn_add_command_class_init), (svn_add_command_new),
2964         (svn_add_command_destroy):
2965         * plugins/subversion/svn-add-command.h:
2966         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2967         (svn_cat_command_finalize), (svn_cat_command_run),
2968         (svn_cat_command_class_init), (svn_cat_command_new),
2969         (svn_cat_command_destroy), (svn_cat_command_get_output):
2970         * plugins/subversion/svn-cat-command.h:
2971         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2972         (svn_command_release_ui_lock), (simple_prompt),
2973         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2974         (svn_auth_ssl_server_trust_prompt_func_cb),
2975         (svn_auth_ssl_client_cert_prompt_func_cb),
2976         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2977         (svn_command_init), (svn_command_finalize),
2978         (svn_command_class_init), (svn_command_push_info),
2979         (svn_command_get_info_queue), (svn_command_set_error),
2980         (svn_command_get_client_context), (svn_command_get_pool),
2981         (svn_command_lock_ui), (svn_command_unlock_ui),
2982         (svn_command_get_revision), (svn_command_copy_path_list),
2983         (svn_command_free_path_list):
2984         * plugins/subversion/svn-command.h:
2985         * plugins/subversion/svn-commit-command.c: (on_log_callback),
2986         (svn_commit_command_init), (svn_commit_command_finalize),
2987         (svn_commit_command_run), (svn_commit_command_class_init),
2988         (svn_commit_command_new), (svn_commit_command_destroy):
2989         * plugins/subversion/svn-commit-command.h:
2990         * plugins/subversion/svn-copy-command.c: (on_log_callback),
2991         (svn_copy_command_init), (svn_copy_command_finalize),
2992         (svn_copy_command_run), (svn_copy_command_class_init),
2993         (svn_copy_command_new), (svn_copy_command_destroy):
2994         * plugins/subversion/svn-copy-command.h:
2995         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2996         (svn_diff_command_finalize), (svn_diff_command_run),
2997         (svn_diff_command_class_init), (svn_diff_command_new),
2998         (svn_diff_command_destroy), (svn_diff_command_get_output):
2999         * plugins/subversion/svn-diff-command.h:
3000         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
3001         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
3002         (svn_log_command_class_init), (svn_log_command_new),
3003         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
3004         * plugins/subversion/svn-log-command.h:
3005         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
3006         (svn_log_entry_finalize), (svn_log_entry_class_init),
3007         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
3008         (svn_log_entry_get_author), (svn_log_entry_get_date),
3009         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
3010         (svn_log_entry_get_full_log):
3011         * plugins/subversion/svn-log-entry.h:
3012         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
3013         (svn_merge_command_finalize), (svn_merge_command_run),
3014         (svn_merge_command_class_init), (svn_merge_command_new),
3015         (svn_merge_command_destroy):
3016         * plugins/subversion/svn-merge-command.h:
3017         * plugins/subversion/svn-remove-command.c: (on_log_callback),
3018         (svn_remove_command_init), (svn_remove_command_finalize),
3019         (svn_remove_command_run), (svn_remove_command_class_init),
3020         (svn_remove_command_new), (svn_remove_command_destroy),
3021         (svn_remove_command_get_path):
3022         * plugins/subversion/svn-remove-command.h:
3023         * plugins/subversion/svn-resolve-command.c:
3024         (svn_resolve_command_init), (svn_resolve_command_finalize),
3025         (svn_resolve_command_run), (svn_resolve_command_class_init),
3026         (svn_resolve_command_new), (svn_resolve_command_destroy):
3027         * plugins/subversion/svn-resolve-command.h:
3028         * plugins/subversion/svn-revert-command.c:
3029         (svn_revert_command_init), (svn_revert_command_finalize),
3030         (svn_revert_command_run), (svn_revert_command_class_init),
3031         (svn_revert_command_new), (svn_revert_command_destroy):
3032         * plugins/subversion/svn-revert-command.h:
3033         * plugins/subversion/svn-status-command.c:
3034         (svn_status_command_init), (svn_status_command_finalize),
3035         (on_svn_status_notify), (svn_status_command_run),
3036         (svn_status_command_class_init), (svn_status_command_new),
3037         (svn_status_command_destroy),
3038         (svn_status_command_get_status_queue):
3039         * plugins/subversion/svn-status-command.h:
3040         * plugins/subversion/svn-status.c: (svn_status_init),
3041         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
3042         (svn_status_destroy), (svn_status_get_path),
3043         (svn_status_get_vcs_status):
3044         * plugins/subversion/svn-status.h:
3045         * plugins/subversion/svn-switch-command.c:
3046         (svn_switch_command_init), (svn_switch_command_finalize),
3047         (svn_switch_command_run), (svn_switch_command_class_init),
3048         (svn_switch_command_new), (svn_switch_command_destroy):
3049         * plugins/subversion/svn-switch-command.h:
3050         * plugins/subversion/svn-update-command.c:
3051         (svn_update_command_init), (svn_update_command_finalize),
3052         (svn_update_command_run), (svn_update_command_class_init),
3053         (svn_update_command_new), (svn_update_command_destroy):
3054         * plugins/subversion/svn-update-command.h:
3056         Now really committed all files from James patch (#457477)
3058 2007-11-08  Johannes Schmid <jhs@gnome.org>
3060         * TODO.tasks: Updated
3062 2007-11-08  James Liggett  <jrliggett@cox.net>
3064         reviewed by: Johannes Schmid <jhs@gnome.org>
3066         * configure.in:
3067         * libanjuta/Makefile.am:
3068         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
3069         * libanjuta/anjuta-status.h:
3070         * libanjuta/libanjuta.h:
3071         * plugins/subversion/Makefile.am:
3072         * plugins/subversion/anjuta-subversion.glade:
3073         * plugins/subversion/anjuta-subversion.ui:
3074         * plugins/subversion/plugin.c: (value_added_project_root_uri),
3075         (value_removed_project_root_uri), (activate_plugin),
3076         (deactivate_plugin), (finalize), (subversion_instance_init):
3077         * plugins/subversion/plugin.h:
3078         * plugins/subversion/subversion-actions.c:
3079         * plugins/subversion/subversion-actions.h:
3080         * plugins/subversion/subversion-callbacks.c:
3081         * plugins/subversion/subversion-callbacks.h:
3082         * plugins/subversion/svn-auth.c:
3083         * plugins/subversion/svn-auth.h:
3084         * plugins/subversion/svn-backend-priv.h:
3085         * plugins/subversion/svn-backend.c:
3086         * plugins/subversion/svn-backend.h:
3087         * plugins/subversion/svn-notify.c:
3088         * plugins/subversion/svn-notify.h:
3089         * plugins/subversion/svn-thread.c:
3090         * plugins/subversion/svn-thread.h:
3091         
3092         Commited alpha2 of the new subversion plugin (#457477)
3094 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3096         * plugins/debug-manager/command.c:
3097         Fix a stupid crash when changing a register value
3099 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3101         * libanjuta/interfaces/libanjuta.idl,
3102         plugins/debug-manager/command.c,
3103         plugins/debug-manager/command.h,
3104         plugins/debug-manager/start.c,
3105         plugins/gdb/plugin.c,
3106         plugins/gdb/debugger.c,
3107         plugins/gdb/debugger.h:
3108         Use anjuta terminal plugin instead of gnome terminal
3109         Select if a terminal is used in the the start_program function
3110         Move terminal code from debugger.c to plugin.c
3111         Partial fix of bug #481366
3113         * plugins/gdb/utilities.c,
3114         plugins/gdb/utilities.h:
3115         Remove gnome terminal check function
3117 2007-11-06  Johannes Schmid <jhs@gnome.org>
3119         * plugins/project-import/anjuta-project-import.glade:
3120         * plugins/project-import/project-import.c: (on_import_next),
3121         (on_import_finish), (project_import_set_directory):
3122         * plugins/project-wizard/property.c: (npw_property_create_widget),
3123         (npw_property_set_value_from_widget):
3124         
3125         Replaced gnome_file_entry with gtk_file_chooser_button
3126         Fixes #422329 – Creating a new directory in program options doesn't work
3127         
3128 2007-11-04  Massimo Cora' <maxcvs@email.it>
3130         * plugins/symbol-db/plugin.c:
3131         add all files at once on project_import.
3132         No need to split them into more languages: ctags
3133         and the engine will take care of that.
3135         * plugins/symbol-db/symbol-db-engine.h,
3136         * plugins/symbol-db/symbol-db-engine.c,
3137         * plugins/symbol-db/tables.sql,
3138         * plugins/symbol-db/test/Makefile.am,
3139         * plugins/symbol-db/test/main.c,
3140         * plugins/symbol-db/symbol-db-view-locals.c:
3141         some memory leaks fixed. Ported the thing to
3142         libgda 3.1.2 [or better svn HEAD].
3143         Thanks to a fresh new algorithm to detect
3144         parent scope we're able to display correcly
3145         a local gtktree, including classes not directly
3146         defined inside that file.
3148 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
3150         * plugins/debug-manager/threads.c,
3151         plugins/debug-manager/stack_trace.c:
3152         Do not display address when not needed
3154         * plugins/debug-manager/plugin.c,
3155         plugins/debug-manager/breakpoints.c:
3156         Breakpoints directly connect to debugger signals
3158         * plugins/debug-manager/watch.c:
3159         program-unload signal does not exist used debugger-stopped
3161         * plugins/debug-manager/queue.c,
3162         libanjuta/interfaces/libanjuta.idl:
3163         Display error message returned by debugger command
3164         Add new error codes
3166 2007-11-04  Johannes Schmid <jhs@gnome.org>
3168         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3169         Bug 493062 – gcj template needs AC_PROG_CC
3170         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3172         * src/anjuta-actions.h:
3173         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3174         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3176 === anjuta 2.3.0 ===
3178 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
3180         * AUTHORS: Updated
3182 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3184         * ChangeLog: Tagged 2.3.0 release.
3186         * plugins/indent/Makefile.am: Fixed indentation.
3188         * plugins/editor/aneditor-autocomplete.cxx:
3189         * plugins/editor/aneditor-priv.h:
3190         * plugins/editor/aneditor.cxx:
3191         * plugins/editor/aneditor.h: Commented out dead codes.
3193         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3194         Do not build symbol-db by
3195         default. Added 'unstable' in plugin description to signify it's
3196         developmental state.
3198         * plugins/file-manager/Makefile.am,
3199         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3201 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
3203         * plugins/debug-manager/utilities.c,
3204         plugins/debug-manager/utilities.h,
3205         plugins/debug-manager/threads.c,
3206         plugins/debug-manager/plugin.c,
3207         plugins/debug-manager/plugin.h,
3208         plugins/debug-manager/disassemble.h,
3209         plugins/debug-manager/watch.c,
3210         plugins/debug-manager/watch.h,
3211         plugins/debug-manager/breakpoints.c,
3212         plugins/debug-manager/stack_trace.c:
3213         Replace few remaining function calls by signal 
3215         * plugins/debug-manager/disassemble.c,
3216         plugins/debug-manager/registers.c,
3217         plugins/debug-manager/memory.c,
3218         plugins/debug-manager/locals.c,
3219         plugins/debug-manager/queue.c,
3220         plugins/debug-manager/queue.h:
3221         Connect signals when debugger is started
3222         Disconnect them when debugger is stopped
3223         Do not display window if debugger doesn't support feature
3225         * plugins/gdb/plugin.c,
3226         libanjuta/interfaces/libanjuta.idl:
3227         Remove unused initialization function
3229 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3231         * configure.in:
3232         * plugins/file-manager/Makefile.am:
3233         * scripts/build-schemas.mk: Fixed 'make distcheck'
3235 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3237         * manuals/reference/libanjuta/libanjuta-docs.sgml,
3238         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3239         to latest API additions.
3241         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3242         to API changes.
3244 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3246         * ChangeLog: Fixed indentation.
3247         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3248         branch.
3250 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3252         * libanjuta/interfaces/libanjuta.idl:
3253         * plugins/build-basic-autotools/build-basic-autotools.c:
3254         (build_compile_file_real), (build_build_project),
3255         (build_install_project), (build_clean_project),
3256         (build_configure_project), (build_autogen_project),
3257         (build_distribution_project), (build_build_module),
3258         (build_install_module), (build_clean_module), (fm_build),
3259         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3260         (finalize), (basic_autotools_plugin_instance_init),
3261         (ibuildable_set_command), (ibuildable_reset_commands),
3262         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3263         (ibuildable_install), (ibuildable_configure),
3264         (ibuildable_generate), (ibuildable_iface_init):
3265         * plugins/build-basic-autotools/build-basic-autotools.h:
3267         Added API for commands override in build interface and implemented
3268         them in build plugin. Useful for other plugins override build
3269         commands depending on project environment.
3271 2007-10-28  Naba Kumar  <naba@gnome.org>
3273         * src/anjuta.glade,
3274         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3275         Fixed widget alignment for dock switcher tab style combo and
3276         scratchbox path entrybox.
3278 2007-10-28  Johannes Schmid <jhs@gnome.org>
3280         * plugins/document-manager/plugin.c: (on_editor_changed):
3281         Fixed a memory leak and simplified code (thanks again Sébastien)
3282         
3283         * configure.in:
3284         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3285         and OFFSET sql statements)
3287 2007-10-28  Massimo Cora' <maxcvs@email.it>
3289         * plugins/symbol-db/plugin.c,
3290         plugins/symbol-db/symbol-db-engine.h,
3291         plugins/symbol-db/symbol-db-view.c,
3292         plugins/symbol-db/symbol-db-view.c,
3293         plugins/symbol-db/symbol-db-view-locals.c,
3294         plugins/symbol-db/symbol-db-view-locals.h,
3295         plugins/symbol-db/symbol-db-engine.c:
3296         Better end-of-file-scan detection, permitting
3297         an improved scope/inheritance parsing.
3298         Locals tab gtktree now displays correct
3299         namespace->class->children tree, even if
3300         in a C++ file there isn't class declaration.
3302 2007-10-27  Johannes Schmid <jhs@gnome.org>
3304         Patch from Stanislav Brabec <sbrabec@suse.cz>
3305         * configure.in:
3306         Bug 489798 – Do not rely on svn-config
3308         Patch from Michael Wolf <maw@ximian.com>:
3309         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3310         (egg_tree_model_filter_remove_node),
3311         (egg_tree_model_filter_row_deleted):
3312         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3314 2007-10-27  Johannes Schmid <jhs@gnome.org>
3316         * plugins/devhelp/anjuta-devhelp.ui:
3317         * plugins/message-view/anjuta-message-manager.ui:
3319         Added some separators to the toolbar
3320         
3321         * plugins/document-manager/plugin.c:
3322         (on_support_plugin_deactivated), (load_new_support_plugins),
3323         (unload_unused_support_plugins), (on_editor_changed):
3324         
3325         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3326         for pointing out that is was crap.
3328 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3330         * libanjuta/interfaces/libanjuta.idl,
3331         libanjuta/anjuta-plugin-manager.c,
3332         libanjuta/anjuta-plugin-manager.h,
3333         libanjuta/anjuta-c-plugin-factory.c,
3334         libanjuta/anjuta-c-module.h,
3335         libanjuta/anjuta-c-module.c:
3336         Report detailled error message in case of plugin loading failure
3338 2007-10-24  Johannes Schmid <jhs@gnome.org>
3340         * configure.in:
3341         * plugins/Makefile.am:
3342         
3343         Activate build of symbol-db plugin (when libgda is available)
3344         
3345         * plugins/document-manager/plugin.c:
3346         (on_support_plugin_deactivated), (on_editor_changed):
3347         
3348         Properly handle language support plugins even when they are
3349         unloaded by the session.
3350         
3351         * plugins/symbol-db/plugin.c: (register_stock_icons),
3352         Port to new REGISTER_ICONS stuff
3353   
3354 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3356         * plugins/symbol-db/plugin.c,
3357         * plugins/symbol-db/symbol-db-view.c
3358         * plugins/symbol-db/symbol-db-engine.h,
3359         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3360         * plugins/symbol-db/symbol-db-view-locals.c,
3361         * plugins/symbol-db/symbol-db-view-locals.h,
3362         * plugins/symbol-db/symbol-db-engine.c:
3363         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3364         Added a new algorithm for dynamic population of the local symbols' tab.
3365         Now the default view is tree-like.
3366         Some fixes on engine correct some population issues.    
3368 2007-10-23  Naba Kumar  <naba@gnome.org>
3370         * plugins/glade/Makefile.am: Corrected conditional not to install
3371         .plugin file if plugin is disabled.
3372         * plugins/sourceview/Makefile.am: Corrected conditional not to
3373         install schemas if plugin is not built.
3375 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3377         * plugins/debug-manager/queue.c:
3378         Fix #488061: Mutiple crash dialogs
3380         * plugins/gdb/debugger.c,
3381         plugins/gdb/debugger.h:
3382         Remove maximum gdb command length, should fix bug#474811
3384 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3386         * manuals/reference/libanjuta/plugin-description-file.sgml,
3387         manuals/reference/libanjuta/libanjuta-docs.sgml,
3388         manuals/reference/libanjuta/libanjuta-sections.txt,
3389         libanjuta/interfaces/libanjuta.idl,
3390         libanjuta/anjuta-c-module.c,
3391         libanjuta/anjuta-c-plugin-factory.c:
3392         Document last changes in plugin code
3394 2007-10-19  Johannes Schmid <jhs@gnome.org>
3396         * plugins/subversion/subversion-callbacks.c: (check_filename):
3397         
3398         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3400 2007-10-19  Naba Kumar  <naba@gnome.org>
3402         * plugins/file-manager/file-model.c: Fixed a critical runtime
3403         warning.
3405 2007-10-18  Johannes Schmid <jhs@gnome.org>
3407         * libanjuta/anjuta-ui.h:
3408         Small fix on icon macros
3409         
3410         * libanjuta/interfaces/libanjuta.idl:
3411         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3412         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3413         (ilanguage_iface_init):
3414         
3415         Added get_from_editor() and get_name_from_editor() methods
3416         to IAnjutaLanguage
3417         
3418         * plugins/document-manager/plugin.c:
3419         (update_editor_ui_interface_items), (on_editor_changed):
3420         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3421         .in:
3422         * plugins/language-support-cpp-java/plugin.c: (install_support):
3423         
3424         Ported plugins to use the new interface
3426 2007-10-17  Johannes Schmid <jhs@gnome.org>
3428         * libanjuta/anjuta-ui.h:
3429         
3430         Added macros to register stock icons to stop all this copy&paste
3431         which had spread over a lot of files. New macros support to add 
3432         icons with toolbar and menu size (16 and 24)
3433         
3434         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3435         * plugins/debug-manager/images/anjuta-attach.svg:
3436         * plugins/debug-manager/images/anjuta-step-out.svg:
3437         * plugins/debug-manager/images/anjuta-step-over.svg:
3438         * plugins/debug-manager/plugin.c: (register_stock_icons):
3439         * plugins/document-manager/images/Makefile.am:
3440         * plugins/document-manager/images/anjuta-block-end.svg:
3441         * plugins/document-manager/images/anjuta-block-start.svg:
3442         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3443         * plugins/document-manager/images/anjuta-bookmark.svg:
3444         * plugins/document-manager/images/anjuta-go-history-next.svg:
3445         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3446         * plugins/document-manager/plugin.c: (register_stock_icons):
3447         * plugins/glade/plugin.c: (register_stock_icons):
3448         * plugins/language-support-cpp-java/plugin.c:
3449         (register_stock_icons):
3450         * plugins/message-view/Makefile.am:
3451         * plugins/message-view/anjuta-go-message-next.svg:
3452         * plugins/message-view/anjuta-go-message-prev.svg:
3453         * plugins/message-view/anjuta-message-view.svg:
3454         * plugins/message-view/messages.xpm:
3455         * plugins/message-view/plugin.c: (register_stock_icons):
3456         * plugins/patch/plugin.c: (patch_plugin_activate):
3457         * plugins/project-manager/plugin.c: (register_stock_icons):
3458         * plugins/search/Makefile.am:
3459         * plugins/search/anjuta-go-match-next.svg:
3460         * plugins/search/anjuta-go-match-prev.svg:
3461         * plugins/search/plugin.c: (activate_plugin):
3462         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3463         * plugins/terminal/terminal.c: (register_stock_icons):
3464         * plugins/valgrind/plugin.c: (register_stock_icons):
3465         
3466         Updated to use the new icons and added several new and updated 
3467         icons from #480093
3469 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3471         * libanjuta/anjuta-plugin-handle.c,
3472         libanjuta/anjuta-plugin-handle.h:
3473         Add a new path property containing the directory of the .plugin
3474         file, library file (.so or whatever) must be in the same directory
3476         * libanjuta/anjuta-plugin-manager.c,
3477         libanjuta/interfaces/libanjuta.idl,
3478         (removed) libanjuta/anjuta-glue-plugin.c,
3479         (removed) libanjuta/anjuta-glue-plugin.h,
3480         (removed) libanjuta/anjuta-glue-c.c,
3481         (removed) libanjuta/anjuta-glue-c.h,
3482         (removed) libanjuta/anjuta-glue-cpp.c,
3483         (removed) libanjuta/anjuta-glue-cpp.h,
3484         (removed) libanjuta/anjuta-glue-factory.c,
3485         (removed) libanjuta/anjuta-glue-factory.h,
3486         (added) libanjuta/anjuta-c-module.c,
3487         (added) libanjuta/anjuta-c-module.h,
3488         (added) libanjuta/anjuta-c-plugin-factory.c,
3489         (added) libanjuta/anjuta-c-plugin-factory.h,
3490         libanjuta/Makefile.am:
3491         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3492         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3493         implementing IAnjutaPluginFactory
3494         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3496         * libanjuta/libanjuta.h:
3497         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3498         interface)
3500         * libanjuta/anjuta-plugin.h:
3501         Replace AnjutaGluePlugin by GTypeModule
3502         Remove unused anjuta_glue_get_component_type replaced by
3503         g_type_from_name
3505         * plugins/build-basic-autotools/build-basic-autotools.h,
3506         plugins/class-gen/plugin.h,
3507         plugins/class-inheritance/plugin.h,
3508         plugins/cvs-plugin/plugin.h,
3509         plugins/debug-manager/plugin.h,
3510         plugins/devhelp/plugin.h,
3511         plugins/document-manager/plugin.h,
3512         plugins/editor/plugin.h,
3513         plugins/file-loader/plugin.h,
3514         plugins/file-wizard/plugin.h,
3515         plugins/gdb/plugin.h,
3516         plugins/glade/plugin.h,
3517         plugins/gtodo/plugin.h,
3518         plugins/indent/plugin.h,
3519         plugins/language-manager/plugin.h,
3520         plugins/language-support-cpp-java/plugin.h,
3521         plugins/macro/plugin.h,
3522         plugins/message-view/plugin.h,
3523         plugins/patch/plugin.h,
3524         plugins/profiler/plugin.h,
3525         plugins/project-import/plugin.h,
3526         plugins/project-manager/plugin.h,
3527         plugins/project-wizard/plugin.h,
3528         plugins/sample1/plugin.h,
3529         plugins/search/plugin.h,
3530         plugins/sourceview/plugin.h,
3531         plugins/subversion/plugin.h,
3532         plugins/symbol-browser/plugin.h,
3533         plugins/symbol-db/plugin.h,
3534         plugins/terminal/terminal.c,
3535         plugins/tools/plugin.h,
3536         plugins/valgrind/plugin.h:
3537         Replace AnjutaGluePlugin by GTypeModule
3539 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3541         * plugins/debug-manager/breakpoints.c:
3542         Fix bug#487112, crash while removing a breakpoint in a new file
3544 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3546         * plugins/document-manager/search-box.c:
3547         Fix a crash (with an useful comment) focus-out-event handler must
3548         return a gboolean
3550 2007-10-14 Johannes Schmid <jhs@gnome.org>
3552         * plugins/sourceview/sourceview.c:
3553         Hide calltip when "Up" or "Down" key is pressed
3555 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3557         * plugins/document-manager/search-box.c:
3558         Change included file order to avoid a compile error with gnome 2.16
3560 2007-10-13  Johannes Schmid <jhs@gnome.org>
3562         * plugins/debug-manager/plugin.c: (enable_log_view):
3563         
3564         Fixed crash when closing a project and unloading another while
3565         the debugger is enabled
3567 2007-10-13  Johannes Schmid <jhs@gnome.org>
3569         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3570         
3571         Use correct breakpoint icon
3572         
3573         * plugins/devhelp/Makefile.am:
3574         * plugins/devhelp/anjuta-go-help-next.svg:
3575         * plugins/devhelp/anjuta-go-help-prev.svg:
3576         * plugins/devhelp/plugin.c: (register_stock_icons),
3577         (devhelp_activate):
3578         
3579         Added new icons from #480093
3580         
3581         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3582         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3583         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3584         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3585         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3586         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3587         * plugins/message-view/anjuta-go-message-next.svg:
3588         * plugins/message-view/anjuta-go-message-prev.svg:
3589         
3590         Updated icons from #480093
3591                 
3592         * src/anjuta-actions.h:
3593         Use GTK_STOCK_FULLSCREEN
3594         
3595         * src/anjuta-app.c: (on_gdl_style_changed),
3596         (anjuta_app_instance_init):
3597         * src/anjuta.glade:
3598         
3599         Added preference option to set the gdl switcher style
3601 2007-10-13  Johannes Schmid <jhs@gnome.org>
3603         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3604         (get_property_value_as_string), (set_property_value_as_string),
3605         (register_callbacks):
3606         * libanjuta/anjuta-preferences.h:
3607         
3608         Support GtkFileChooserButton as preferences widget
3609         
3610         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3611         
3612         Fixed a Gtk-Critical
3613         
3614         * plugins/file-manager/Makefile.am:
3615         * plugins/file-manager/file-model.c: (file_model_filter_file),
3616         (file_model_add_dummy), (file_model_expand_idle),
3617         (file_model_set_property), (file_model_get_property),
3618         (file_model_class_init):
3619         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3620         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3621         (file_manager_activate), (file_manager_finalize),
3622         (file_manager_instance_init), (ipreferences_merge),
3623         (ipreferences_unmerge), (ipreferences_iface_init):
3624         * plugins/file-manager/plugin.h:
3625         
3626         Added preferences to file-manager
3628         * plugins/glade/plugin.c: (activate_plugin):
3629         
3630         Move Properties widget into center because it is way to big
3631         for the sidebar
3633 2007-10-10  Johannes Schmid <jhs@gnome.org>
3635         * plugins/language-support-cpp-java/Makefile.am:
3636         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3637         * plugins/language-support-cpp-java/anjuta-complete.svg:
3638         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3639         * plugins/language-support-cpp-java/plugin.c:
3640         (register_stock_icons):
3641         
3642         And yet some more icons...
3644 2007-10-10  Johannes Schmid <jhs@gnome.org>
3646         * plugins/debug-manager/breakpoints.c:
3647         * plugins/debug-manager/images/Makefile.am:
3648         * plugins/debug-manager/images/anjuta-bookmark.svg:
3649         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3650         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3651         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3652         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3653         * plugins/debug-manager/images/anjuta-linemark.svg:
3654         * plugins/debug-manager/images/anjuta-pcmark.svg:
3655         * plugins/debug-manager/plugin.c: (register_stock_icons):
3656         * plugins/debug-manager/sparse_view.c:
3657         * plugins/document-manager/images/Makefile.am:
3658         * plugins/document-manager/images/anjuta-block-select.svg:
3659         * plugins/document-manager/images/anjuta-fold-close.svg:
3660         * plugins/document-manager/images/anjuta-fold-open.svg:
3661         * plugins/document-manager/images/anjuta-fold-toggle.svg:
3662         * plugins/document-manager/images/anjuta-indent-less.svg:
3663         * plugins/document-manager/images/anjuta-indent-more.svg:
3664         * plugins/document-manager/images/anjuta-swap.svg:
3665         * plugins/document-manager/images/block_select.xpm:
3666         * plugins/document-manager/images/fold_close.xpm:
3667         * plugins/document-manager/images/fold_open.xpm:
3668         * plugins/document-manager/images/fold_toggle.xpm:
3669         * plugins/document-manager/images/indent.xpm:
3670         * plugins/document-manager/images/indent_dcr.xpm:
3671         * plugins/document-manager/images/indent_inc.xpm:
3672         * plugins/document-manager/plugin.c: (register_stock_icons):    
3673         * plugins/editor/Makefile.am:
3674         * plugins/editor/anjuta-bookmark-16.xpm:
3675         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3676         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3677         * plugins/editor/anjuta-linemark-16.xpm:
3678         * plugins/editor/anjuta-pcmark-16.xpm:
3679         * plugins/editor/bookmark.xpm:
3680         * plugins/editor/breakpoint-disabled.xpm:
3681         * plugins/editor/breakpoint-enabled.xpm:
3682         * plugins/editor/linemarker.xpm:
3683         * plugins/editor/program-counter.xpm:
3684         * plugins/editor/text_editor.c:
3685         * plugins/message-view/Makefile.am:
3686         * plugins/message-view/anjuta-go-message-next.svg:
3687         * plugins/message-view/anjuta-go-message-prev.svg:
3688         * plugins/message-view/anjuta-message-manager.ui:
3689         * plugins/message-view/plugin.c:
3690         * plugins/sourceview/Makefile.am:
3691         * plugins/sourceview/sourceview.c:
3693         Integrated lots of icons from #480093
3694         Thanks to <tpgww@onepost.net>
3696         * plugins/document-manager/plugin.c:
3697         Do not mark the line in ifile_open(), that looks ugly.
3698         
3699         * plugins/document-manager/search-box.c: (on_search_focus_out),
3700         (search_box_init):
3701         Clear the status bar on focus_out.
3702         
3703         * plugins/file-loader/anjuta-loader-plugin.ui:
3704         Fixed a missing "="
3706 2007-10-09  Johannes Schmid <jhs@gnome.org>
3708         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3709         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3711         Some things I missed in the patch for #484419
3712         
3713         * plugins/document-manager/action-callbacks.c:
3714         (on_new_file_activate):
3715         * plugins/document-manager/action-callbacks.h:
3716         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3717         (on_window_key_press_event), (on_gconf_notify_timer):
3718         
3719         484645 – patch to deal with docman FIXME etc
3720         
3721         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3722         * plugins/search/search-replace.c: (search_and_replace),
3723         (write_message_pane), (search_replace_populate),
3724         (translate_dialog_strings), (create_dialog),
3725         (anjuta_search_replace_activate):
3726         * plugins/search/search-replace_backend.c:
3727         (file_buffer_new_from_path), (get_next_match),
3728         (create_search_entries), (regex_backref),
3729         (clear_search_replace_instance):
3730         * plugins/search/search-replace_backend.h:
3731         
3732         #484573 – patch to correct various search-related issues
3733         
3734         Thanks for the above patches to <tpgww@onepost.net>
3735         
3736         * plugins/sourceview/sourceview.c:
3737         (sourceview_create_highligth_indic):
3738         
3739         Use the same marker for important as gedit (yellow background)
3741         * plugins/document-manager/anjuta-document-manager.ui:
3742         * plugins/file-loader/anjuta-file-loader.ui:
3743         * plugins/file-loader/plugin.c:
3744         
3745         Moved FileNew action to document-manager
3747 2007-10-08  Johannes Schmid <jhs@gnome.org>
3749         * plugins/document-manager/search-box.c: (on_search_activated):
3750         Mark messages for translation
3752 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3754         reviewed by: Johannes Schmid <jhs@gnome.org>
3756         * plugins/Makefile.am:
3757         * plugins/build-basic-autotools/build-basic-autotools.c:
3758         (build_compile_file_real):
3759         * plugins/search/search-replace.c:
3760         * plugins/valgrind/preferences.c: (build_general_prefs):
3761         
3762         Fix #484379 – Contents of Makefile.am plugins and
3763         #484419 – Improvement into translation
3765 2007-10-06  Johannes Schmid <jhs@gnome.org>
3767         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3769         Fixed to properly support pointer-to-pointer (**) types
3771         * libanjuta/interfaces/libanjuta.idl:
3772         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3773         * plugins/sourceview/sourceview-cell.h:
3774         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3775         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3776         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3777         (isearch_backward), (isearch_iface_init):
3778         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3779         (itext_editor_iface_init), (iselection_set_iter),
3780         (iselection_get_start_iter), (iselection_get_end_iter),
3781         (iselection_iface_init), (isearch_forward), (isearch_backward),
3782         (isearch_iface_init):
3783         
3784         Added IAnjutaEditorSearch interface and some utility methods to
3785         migrate from positions to iterators for the editor interface.
3786         
3787         * plugins/document-manager/Makefile.am:
3788         * plugins/document-manager/action-callbacks.c:
3789         (on_goto_line_no1_activate), (on_show_search):
3790         * plugins/document-manager/action-callbacks.h:
3791         * plugins/document-manager/anjuta-docman.c:
3792         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3793         (anjuta_docman_grab_text_focus):
3794         * plugins/document-manager/anjuta-document-manager.ui:
3795         * plugins/document-manager/goto_line.c: (removed)
3796         * plugins/document-manager/goto_line.h: (removed)
3797         * plugins/document-manager/search-box.c:
3798         * plugins/document-manager/search-box.h:
3799         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3800         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3801         (update_editor_ui_interface_items), (on_editor_added),
3802         (activate_plugin), (deactivate_plugin):
3803         * plugins/document-manager/plugin.h:
3804         
3805         Created new incremental "Quick Search" bar in the document manager to
3806         replace the crappy EggToolbar entries. Uses the new search interface and
3807         it thus much faster and more reliable.
3808         Fixes: 
3809         Bug 357544 – incremental search should work consistently (or not at all) 
3810         when main toolbar is hidden
3811         Bug 440637 – Search, don't work very well (partly for incremental search)
3812         
3813         * plugins/search/anjuta-search.ui:
3814         * plugins/search/plugin.c: (activate_plugin):
3815         
3816         Removed incremental search stuff
3817         
3818         * plugins/build-basic-autotools/build-basic-autotools.c:
3819         (on_session_save), (on_session_load):
3820         * plugins/build-basic-autotools/executer.c:
3821         (get_program_parameters):
3822         
3823         Scroll to selected executable and remember it across sessions
3824         (followup of #477976)
3825         
3826         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3827         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3828         
3829         * plugins/devhelp/anjuta-devhelp.ui:
3830         Rearraged toolbar items a bit
3832 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3834         * plugins/debug-manager/command.c,
3835         plugins/debug-manager/queue.c,
3836         plugins/gdb/plugin.c,
3837         plugins/gdb/debugger.c:
3838         Fix several crashing bugs (including bug#482985) with the debugger
3839         when closing project, stopping the debugger, restarting the program
3841 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3843         * libanjuta/anjuta-launcher.c:
3844         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3846 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3848         * plugins/debug-manager/command.c,
3849         plugins/debug-manager/queue.c:
3850         Asynchronous command can abort other commands in queue
3851         Resynchronize debugger state when a command is cancelled
3853         * plugins/debug-manager/breakpoints.c:
3854         Free BreakpointItem only when it is not used anymore
3856         * plugins/gdb/plugin.c:
3857         Do not return TRUE if the callback and/or ready signal is not used
3859         * plugins/gdb/debugger.c:
3860         Fix a crash, return correct state when debugger is stopped
3862 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3864         * plugins/project-wizard/autogen.c:
3865         Fix bug#482067, escape project wizard user defined strings
3867 2007-10-01  Johannes Schmid <jhs@gnome.org>
3869         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3870         .glade:
3871         * plugins/build-basic-autotools/build-basic-autotools.c:
3872         (basic_autotools_plugin_instance_init):
3873         * plugins/build-basic-autotools/build-basic-autotools.h:
3874         * plugins/build-basic-autotools/executer.c:
3875         (get_program_parameters):
3876         
3877         Fixed #477976 – Keybinding in run dialog
3879 2007-09-30  Johannes Schmid <jhs@gnome.org>
3881         * plugins/Makefile.am:
3882         Do not build indent plugin (yet)
3883         
3884         * plugins/document-manager/plugin.c: (ipreferences_merge):
3885         Fixed unintentional and wrong change
3887         * plugins/indent/anjuta-indent.ui:
3888         Added missing file
3890 2007-09-28  Johannes Schmid <jhs@gnome.org>
3892         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3893         * libanjuta/anjuta-launcher.h:
3894         Add a method to send EOF to some process. Needed for the indent plugin
3895         and should be useful in general. It does not actually send EOF as this
3896         is not possible with utf-8, but closes the stream instead.
3898         * plugins/devhelp/plugin.c: (value_added_current_editor):
3899         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3900         IAnjutaDocument switch.
3902         * configure.in:
3903         * plugins/Makefile.am:
3904         * plugins/document-manager/Makefile.am:
3905         * plugins/document-manager/action-callbacks.c:
3906         * plugins/document-manager/anjuta-document-manager.glade:
3907         * plugins/document-manager/anjuta-document-manager.ui:
3908         * plugins/document-manager/images/Makefile.am:
3909         * plugins/document-manager/images/indent_auto.xpm:
3910         * plugins/document-manager/images/indent_set.xpm:
3911         * plugins/document-manager/indent-dialog.c:
3912         * plugins/document-manager/indent-dialog.h:
3913         * plugins/document-manager/indent-util.c:
3914         * plugins/document-manager/indent-util.h:
3915         * plugins/document-manager/indent_test.c:
3916         * plugins/document-manager/plugin.c: (register_stock_icons),
3917         (docman_plugin_instance_init), (ipreferences_merge):
3918         * plugins/document-manager/plugin.h:
3919         
3920         Removed indent code from document manager
3921         
3922         * plugins/indent/Makefile.am:
3923         * plugins/indent/indent-dialog.c:
3924         * plugins/indent/indent-util.c: (indent_init_indent_style):
3925         * plugins/indent/indent.glade:
3926         * plugins/indent/indent.plugin.in:
3927         * plugins/indent/plugin.c: (on_indent_finished),
3928         (on_indent_output), (on_indent_action_activate),
3929         (on_edit_editor_indent), (on_style_combo_changed),
3930         (value_added_current_editor), (value_removed_current_editor),
3931         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3932         (indent_plugin_finalize), (indent_plugin_dispose),
3933         (anjuta_indent_plugin_instance_init),
3934         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3935         (ipreferences_unmerge), (ipreferences_iface_init):
3936         * plugins/indent/plugin.h:
3938         Moved indent code to it's own plugin. Also reimplemented indent invocation
3939         using anjuta_launcher and streams. This is not yet completely working, maybe
3940         I got something wrong with the launcher.
3941         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3943 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3945         * plugins/debug-manager/plugin.c:
3946         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3948 2007-09-27  Johannes Schmid <jhs@gnome.org>
3950         * libanjuta/interfaces/libanjuta.idl:
3951         * plugins/Makefile.am:
3952         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3953         (isymbol_type_str), (isymbol_name), (isymbol_args),
3954         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3955         (isymbol_impl), (isymbol_iface_init):
3956         * plugins/symbol-browser/an_symbol_info.c:
3957         * plugins/symbol-browser/an_symbol_info.h:
3958         * plugins/symbol-db/Makefile.am:
3959         * plugins/symbol-db/plugin.c:
3960         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3961         (value_added_current_editor), (on_editor_foreach_clear),
3962         (value_removed_current_editor), (project_root_added),
3963         (symbol_db_activate), (symbol_db_deactivate),
3964         (isymbol_manager_search):
3965         * plugins/symbol-db/readtags.c: (initialize_1):
3966         * plugins/symbol-db/symbol-db-engine-iterator.c:
3967         (sdb_engine_iterator_instance_init),
3968         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3969         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3970         (symbol_db_engine_iterator_move_next),
3971         (symbol_db_engine_iterator_move_prev),
3972         (symbol_db_engine_iterator_get_n_items),
3973         (symbol_db_engine_iterator_last),
3974         (symbol_db_engine_iterator_set_position),
3975         (symbol_db_engine_iterator_get_position),
3976         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3977         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3978         (isymbol_iter_foreach), (isymbol_iter_set_position),
3979         (isymbol_iter_get_position), (isymbol_iter_get_length),
3980         (isymbol_iter_clone), (isymbol_iter_assign),
3981         (isymbol_iter_iface_init):
3982         * plugins/symbol-db/symbol-db-engine-iterator.h:
3983         * plugins/symbol-db/symbol-db-engine.c:
3984         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3985         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3986         (sdb_engine_finalize), (sdb_engine_get_type),
3987         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3988         (sdb_engine_get_table_id_by_unique_name2),
3989         (sdb_engine_get_table_id_by_unique_name3),
3990         (symbol_db_engine_add_new_workspace),
3991         (symbol_db_engine_get_opened_project_name),
3992         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3993         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3994         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3995         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3996         (sdb_engine_add_new_scope_definition),
3997         (sdb_engine_add_new_tmp_heritage_scope),
3998         (sdb_engine_second_pass_update_scope_1),
3999         (sdb_engine_second_pass_update_heritage),
4000         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
4001         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
4002         (symbol_db_engine_update_project_symbols),
4003         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
4004         (symbol_db_engine_update_buffer_symbols),
4005         (sdb_engine_walk_down_scope_path),
4006         (sdb_engine_prepare_symbol_info_sql),
4007         (symbol_db_engine_get_global_members),
4008         (symbol_db_engine_get_scope_members_by_symbol_id),
4009         (symbol_db_engine_get_scope_members),
4010         (symbol_db_engine_get_current_scope),
4011         (symbol_db_engine_get_file_symbols):
4012         * plugins/symbol-db/symbol-db-engine.h:
4013         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4014         (on_symbol_updated), (on_symbol_inserted),
4015         (symbol_db_view_locals_get_line),
4016         (symbol_db_view_locals_update_list):
4017         * plugins/symbol-db/symbol-db-view-search.c:
4018         (sdb_view_search_model_filter), (sdb_view_search_get_type):
4019         * plugins/symbol-db/symbol-db-view-search.h:
4020         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
4021         (do_add_hidden_children), (do_recurse_and_add_new_sym),
4022         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
4023         * plugins/symbol-db/tables.sql:
4024         * plugins/symbol-db/test/Makefile.am:
4025         * plugins/symbol-db/test/main.c: (add_new_files), (main):
4026         Updated patch from Massimo to improve symbol-db plugin
4028         * plugins/document-manager/plugin.c: (on_editor_changed):
4029         Make the code a bit more robust
4030         
4031         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4032         (anjuta_document_get_property), (anjuta_document_class_init),
4033         (anjuta_document_init), (set_uri), (document_loader_loaded),
4034         (anjuta_document_load), (document_saver_saving):
4035         * plugins/sourceview/anjuta-document.h:
4036         * plugins/sourceview/sourceview.c: (autodetect_language),
4037         (ilanguage_set_language), (ilanguage_get_language):
4038         Fix language detection on startup
4040 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
4042         * plugins/document-manager/action-callbacks.c:
4043         (on_editor_command_upper_case_activate),
4044         (on_editor_command_lower_case_activate): Leftover commit from previous
4045         commit (see last changlog entry by me).
4046         
4047         * plugins/file-manager/plugin.c: (file_manager_activate):
4048         Gave proper widget name so that layout works.
4050 2007-09-26  Johannes Schmid <jhs@gnome.org>
4052         * plugins/document-manager/plugin.c: (on_editor_changed),
4053         (docman_plugin_instance_init):
4054         Only unload/load language-support plugins if necessary.
4055         
4056         * plugins/language-manager/plugin.c: (language_manager_activate):
4057         Removed some debugging code
4059         * plugins/sourceview/sourceview.c: (on_document_saved),
4060         (ilanguage_set_language), (ilanguage_get_language):
4061         Fixed ianjuta_language interface and ensure that highlighting is
4062         activated when a new file is saved.
4063         
4064 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
4066         * libanjuta/interfaces/libanjuta.idl:
4067         * plugins/document-manager/action-callbacks.c:
4068         (on_editor_command_upper_case_activate),
4069         (on_editor_command_lower_case_activate):
4070         * plugins/editor/text_editor.c: (iselection_has_selection),
4071         (iselection_get_start), (iselection_get_end),
4072         (iselection_iface_init):
4073         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4074         * plugins/sourceview/sourceview.c: (iselect_has_selection),
4075         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
4076         method and implemented it for both scintilla and sourceview editors.
4077         Updated document-manager and assist plugins to use the new method.
4079 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
4081         * plugins/file-manager/file-view.c:
4082         Fix typo, allow to compile new file manager with gtk < 2.12
4084 2007-09-25  Johannes Schmid <jhs@gnome.org>
4086         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4087         Support Auto-Indent for single lines (e.g no selection);
4088         
4089         * plugins/macro/plugin.c:
4090         Do not use the same shortcut as auto-indent does
4091         
4092         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
4093         Optimized keyboard navigation - do not emit char_added when only
4094         navigation keys have been pressed.
4096 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4098         * plugins/language-support-cpp-java/cpp-java-assist.c:
4099         (on_assist_chosen), (cpp_java_assist_install),
4100         (cpp_java_assist_uninstall):
4101         * plugins/language-support-cpp-java/plugin.c: (install_support),
4102         (uninstall_support): Install and uninstall support in correct order.
4103         Fixes a bug where it was installed multiple times resulting in
4104         inserting autocomplete text multiple times.
4106 2007-09-25  Johannes Schmid <jhs@gnome.org>
4108         * configure.in:
4109         Add GNOME_WARNING_FLAGS(maximum) and
4110         GNOME_CXX_WARNIGS(yes) to avoid bugs
4111         the compiler can warn you.
4112         
4113         * libegg/test-tree-utils.c: (key_test):
4114         * plugins/file-manager/file-model.c:
4115         (file_model_cancel_expand_idle), (file_model_sort),
4116         (file_model_row_expanded):
4117         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4118         (file_view_refresh), (file_view_get_selected), (file_view_init),
4119         (file_view_new):
4120         * plugins/file-manager/file-view.h:
4121         * plugins/symbol-db/readtags.c: (initialize_1):
4122         * src/main.c:
4123         
4124         Fixed the more critical warnings
4126 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4128         Icons from tpgww@onepost.net:
4129         * configure.in:
4130         * plugins/debug-manager/Makefile.am:
4131         * plugins/debug-manager/images/Makefile.am:
4132         * plugins/debug-manager/images/anjuta-attach.svg:
4133         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4134         * plugins/debug-manager/images/anjuta-step-into.svg:
4135         * plugins/debug-manager/images/anjuta-step-out.svg:
4136         * plugins/debug-manager/images/anjuta-step-over.svg:
4137         * plugins/debug-manager/plugin.c: (register_stock_icons):
4138         * plugins/document-manager/Makefile.am:
4139         * plugins/document-manager/block_select.xpm:
4140         * plugins/document-manager/fold_close.xpm:
4141         * plugins/document-manager/fold_open.xpm:
4142         * plugins/document-manager/fold_toggle.xpm:
4143         * plugins/document-manager/images/Makefile.am:
4144         * plugins/document-manager/images/anjuta-block-end.svg:
4145         * plugins/document-manager/images/anjuta-block-start.svg:
4146         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4147         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4148         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4149         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4150         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4151         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4152         * plugins/document-manager/indent.xpm:
4153         * plugins/document-manager/indent_auto.xpm:
4154         * plugins/document-manager/indent_dcr.xpm:
4155         * plugins/document-manager/indent_inc.xpm:
4156         * plugins/document-manager/indent_set.xpm:
4157         * plugins/document-manager/plugin.c: Added nicer icons for
4158         document manager and debugger. Organized icons in 'images'
4159         directories.
4161 2007-09-24  Johannes Schmid <jhs@gnome.org>
4163         * src/anjuta-app.c: (anjuta_app_add_widget_full):
4164         Fixed a missing NULL in g_object_set.
4166 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4168         * plugins/language-support-cpp-java/cpp-java-assist.c:
4169         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4170         scope memebers just after scope operator is entered.
4172 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4174         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4175         * plugins/language-support-cpp-java/cpp-java-assist.c:
4176         (completion_function), (completion_compare),
4177         (cpp_java_assist_tag_destroy), (create_completion),
4178         (cpp_java_assist_destroy_completion_cache),
4179         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4180         Show '()' for function items in autocomplete list. Allow adding
4181         ' ' and/or '(' after function call autocompletion and have preferences
4182         settings for them.
4184 2007-09-24  Johannes Schmid <jhs@gnome.org>
4186         * sourceview.c: Reverting patch from r3157 because
4187         of side-effects
4189 2007-09-24  Johannes Schmid <jhs@gnome.org>
4191         * plugins/search/search-replace.c: (on_message_clicked):
4193         Fixed #427104 – No "highlight" of lines matching find-result
4195 2007-09-24  Johannes Schmid <jhs@gnome.org>
4197         * src/anjuta.glade:
4199         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4201 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
4203         reviewed by: Johannes Schmid <jhs@gnome.org>
4205         * plugins/build-basic-autotools/executer.c: (execute_program):
4206         Fix #478238 – set env for execute programe in the terminal
4208 2007-09-24 Tom <tpgww@onepost.net>
4210         reviewed by: Johannes Schmid <jhs@gnome.org>
4212         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4213         Fix memory leak
4214         
4215         * plugins/debug-manager/disassemble.c: (on_disassemble):
4216         Correct a format string in DEBUG_PRINT()
4218 2007-09-23  Johannes Schmid <jhs@gnome.org>
4220         * plugins/sourceview/sourceview.c: (offset_to_position),
4221         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4222         (ieditor_get_position), (iselect_set), (iselect_get_start),
4223         (iselect_get_end):
4224         
4225         Fixed #Bug 440637 – Search, don't work very well
4227 2007-09-23  Johannes Schmid <jhs@gnome.org>
4229         * plugins/file-manager/file-model.c: (file_model_get_filename):
4230         * plugins/file-manager/file-model.h:
4231         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4232         (file_view_init), (file_view_class_init):
4233         * plugins/message-view/message-view.c:
4234         (message_view_query_tooltip), (message_view_dispose),
4235         (message_view_instance_init), (message_view_class_init):
4237         Added GTK+ 2.12 style tooltips to file-manager and message view.
4238         Only build if GTK+ 2.12 is availible otherwise for message-view, the
4239         old implementation is used.
4241 2007-09-23  Johannes Schmid <jhs@gnome.org>
4243         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4244         Fixed typo
4245         
4246         * plugins/language-manager/language-manager.plugin.in:
4247         Marked UserActivatable=FALSE
4248         
4249         * plugins/language-manager/plugin.c: (load_languages),
4250         (language_manager_activate), (language_manager_deactivate),
4251         (language_manager_dispose), (language_manager_instance_init),
4252         (language_manager_find_mime_type), (language_manager_find_string),
4253         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4254         (ilanguage_get_name), (ilanguage_get_strings):
4255         
4256         Fixed various stupid bugs in language-manager plugin
4257         
4258         * plugins/symbol-db/symbol-db-engine.c:
4259         (sdb_engine_second_pass_update_scope_1):
4260         
4261         Add a g_return_if_fail to avoid a crash though still unsure
4262         what's causing it.
4264 2007-09-23  Johannes Schmid <jhs@gnome.org>
4266         * plugins/symbol-db/plugin.c: (on_project_element_added),
4267         (sources_array_free), (sources_array_add_foreach),
4268         (project_root_added):
4269         * plugins/symbol-db/symbol-db-engine.c:
4270         (symbol_db_engine_add_new_files):
4271         * plugins/symbol-db/symbol-db-engine.h:
4272         
4273         Added support for other languages than "C" to symbol-db. Now
4274         supports all languages listed by the language-manager.
4276 2007-09-23  Tom <tpgww@onepost.net>
4278         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4280         * configure.in:
4281         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4282         
4283         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4284         (anjuta_glue_factory_get_object_type):
4285         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4286         * plugins/build-basic-autotools/build-basic-autotools.c:
4287         (value_added_current_editor):
4288         * plugins/debug-manager/breakpoints.c:
4289         (breakpoints_dbase_edit_breakpoint),
4290         (on_toggle_breakpoint_activate):
4291         * plugins/debug-manager/plugin.c:
4292         (on_run_to_cursor_action_activate):
4293         * plugins/debug-manager/stack_trace.c:
4294         (dma_thread_update_stack_trace):
4295         * plugins/gdb/plugin.c:
4296         * plugins/glade/plugin.c: (ifile_open):
4297         * plugins/profiler/gprof-call-graph-view.c:
4298         * plugins/profiler/gprof-flat-profile-view.c:
4299         * plugins/profiler/gprof-function-call-tree-view.c:
4300         * plugins/profiler/gprof-options.c: (setup_widgets):
4301         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4302         * plugins/search/search-replace_backend.c:
4303         (file_buffer_new_from_te):
4304         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4305         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4306         (assist_window_get_property), (assist_window_move):
4307         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4308         (value_added_current_editor):
4309         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4310         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4311         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4312         
4313         Many small code, warnings and leak fixes
4315 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4317         * (removed) plugins/debug-manager/debugger.c,
4318         (removed) plugins/debug-manager/debugger.h,
4319         (added) plugins/debug-manager/command.c,
4320         (added) plugins/debug-manager/command.h,
4321         (added) plugins/debug-manager/queue.c,
4322         (added) plugins/debug-manager/queue.h,
4323         plugins/debug-manager/breakpoints.c,
4324         plugins/debug-manager/debug_tree.c,
4325         plugins/debug-manager/debug_tree.h,
4326         plugins/debug-manager/disassemble.c,
4327         plugins/debug-manager/disassemble.h,
4328         plugins/debug-manager/locals.c,
4329         plugins/debug-manager/locals.h,
4330         plugins/debug-manager/memory.c,
4331         plugins/debug-manager/memory.h,
4332         plugins/debug-manager/plugin.c,
4333         plugins/debug-manager/plugin.h,
4334         plugins/debug-manager/registers.c,
4335         plugins/debug-manager/registers.h,
4336         plugins/debug-manager/sharedlib.c,
4337         plugins/debug-manager/sharedlib.h,
4338         plugins/debug-manager/signals.c,
4339         plugins/debug-manager/signals.h,
4340         plugins/debug-manager/stack_trace.c,
4341         plugins/debug-manager/stack_trace.h,
4342         plugins/debug-manager/start.h,
4343         plugins/debug-manager/start.c,
4344         plugins/debug-manager/threads.c,
4345         plugins/debug-manager/threads.h,
4346         plugins/debug-manager/watch.c,
4347         plugins/debug-manager/watch.h,
4348         plugins/debug-manager/Makefile.am,
4349         plugins/gdb/debugger.c,
4350         plugins/gdb/debugger.h,
4351         plugins/gdb/plugin.c,
4352         libanjuta/interfaces/libanjuta.idl:
4353         Split debug-manager/debugger.c into command.c and queue.c
4354         Clean up debugger queue
4355         DmaDebuggerQueue object does not implement IAnjutaDebugger
4357 2007-09-23  Johannes Schmid <jhs@gnome.org>
4359         * configure.in:
4360         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4361         set correctly, etc.)
4362         
4363         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4364         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4365         (plugin_set_update):
4366         
4367         Show an error dialog instead of crashing when plugin loading fails
4369         * plugins/language-manager/Makefile.am:
4370         * plugins/language-manager/language-manager.plugin.in:
4371         * plugins/language-manager/languages.xml:
4372         * plugins/language-manager/plugin.c: (language_destroy),
4373         (load_languages), (language_manager_activate),
4374         (language_manager_deactivate), (language_manager_finalize),
4375         (language_manager_dispose), (language_manager_instance_init),
4376         (language_manager_class_init), (language_manager_find_mime_type),
4377         (language_manager_find_string), (ilanguage_get_from_mime_type),
4378         (ilanguage_get_from_string), (ilanguage_get_name),
4379         (ilanguage_get_strings), (ilanguage_iface_init):
4380         * plugins/language-manager/plugin.h:
4381         
4382         Added new language-manager plugin to have a better organisation for
4383         language names. The xml probabaly needs to be extended over time.
4384         
4385         * plugins/Makefile.am:
4386         * plugins/document-manager/plugin.c: (on_editor_changed):
4387         
4388         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4389         because it does not really save memory but makes tab switching slow.
4390         
4391         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4392         .in:
4393         * plugins/language-support-cpp-java/plugin.c: (install_support),
4394         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4395         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4396         unloading
4398         * plugins/language-support-cpp-java/cpp-java-assist.c:
4399         (cpp_java_assist_show_autocomplete):
4400         
4401         Fix autocomplete to only show valid completions
4403         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4404         Calltips always have correct size and position now
4406 2007-09-22  Johannes Schmid <jhs@gnome.org>
4408         * plugins/search/search-replace_backend.c: (get_next_match):
4409         Removed code introduced by accident that causes a crash.
4410         
4411         * plugins/sourceview/sourceview-tags.c:
4412         * plugins/sourceview/sourceview-tags.h:
4413         Removed ununsed files
4415 2007-09-22  Johannes Schmid <jhs@gnome.org>
4417         * plugins/language-support-cpp-java/cpp-java-assist.c:
4418         Fixed build error
4420 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4422         * plugins/language-support-cpp-java/cpp-java-assist.c:
4423         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4424         Increased matching brace search to 500 chars.
4426 2007-09-21  Johannes Schmid <jhs@gnome.org>
4428         * plugins/language-support-cpp-java/cpp-java-assist.c:
4429         (cpp_java_assist_get_pre_word),
4430         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4431         
4432         Added some profiling debug code
4433         
4434         * plugins/language-support-cpp-java/cpp-java-utils.c:
4435         (cpp_java_util_jump_to_matching_brace):
4436         * plugins/language-support-cpp-java/cpp-java-utils.h:
4437         * plugins/language-support-cpp-java/plugin.c:
4438         (get_line_indentation_base), (get_line_auto_indentation):
4439         
4440         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4441         avoid looping over the whole file when using calltips which is too slow and
4442         unneeded.
4443         
4444         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4445         (assist_tip_set_tips), (assist_tip_get_coordinates),
4446         (assist_tip_new):
4447         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4448         
4449         Better calltips appearance (use theme now) and avoid jumping
4450         calltips
4452 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4454         * plugins/document-manager/plugin.c:
4455         (update_editor_ui_interface_items):
4456         * plugins/language-support-cpp-java/plugin.c: (install_support),
4457         (uninstall_support): Moved autocomplete ui update code from
4458         document-manager to language-plugin.
4460 2007-09-21  Johannes Schmid <jhs@gnome.org>
4462         * libanjuta/interfaces/libanjuta.idl:
4463         
4464         Added IAnjutaLanguage interface (might still change...) for
4465         the upcoming language-manager plugin.
4466         
4467         * plugins/file-manager/Makefile.am:
4468         * plugins/file-manager/file-model.c:
4469         (file_model_cancel_expand_idle), (file_model_add_dummy),
4470         (file_model_expand_idle), (file_model_sort),
4471         (file_model_row_expanded), (file_model_row_collapsed),
4472         (file_model_init), (file_model_finalize),
4473         (file_model_set_property), (file_model_get_property),
4474         (file_model_class_init), (file_model_new), (file_model_refresh),
4475         (file_model_get_uri):
4476         * plugins/file-manager/file-model.h:
4477         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4478         (file_view_expand_row_idle), (file_view_refresh),
4479         (file_view_get_selected), (file_view_button_press_event),
4480         (file_view_selection_changed), (file_view_init),
4481         (file_view_get_property), (file_view_set_property),
4482         (file_view_finalize), (file_view_class_init):
4483         
4484         Split up model/view as far as possible and fixed some file-manager
4485         bugs (popup-menu and incorrect project loading).
4486         
4487         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4488         Use monospace font for tips.
4489         
4490         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4491         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4492         (icell_get_attribute), (icell_style_get_font_description),
4493         (icell_style_get_color), (icell_style_get_background_color),
4494         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4495         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4496         (iiter_get_length), (iiter_clone), (iiter_assign):
4498         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4499         interface. This is way faster though it has the drawback to create invalid
4500         iterators if the buffer is changed.
4502 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4504         * libanjuta/interfaces/libanjuta.idl:
4505         * plugins/document-manager/action-callbacks.c:
4506         * plugins/document-manager/anjuta-document-manager.ui:
4507         * plugins/document-manager/plugin.c: (register_stock_icons):
4508         * plugins/editor/text_editor.c:
4509         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4510         * plugins/language-support-cpp-java/cpp-java-assist.c:
4511         (cpp_java_assist_get_calltip_context):
4512         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4513         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4515         Moved autocomplete menu action from document-manager to assist plugin
4516         and got rid of deprecated autocomplete interface.
4518 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4520         * libanjuta/interfaces/libanjuta.idl:
4521         * plugins/editor/text_editor.c: (iassist_iface_init):
4522         * plugins/language-support-cpp-java/cpp-java-assist.c:
4523         (cpp_java_assist_check), (on_assist_chosen):
4524         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4525         Removed react() methods in both editors and assist interface. Assist
4526         plugin itself handles setting the autocomplete. Also fixed
4527         some mem leaks.
4529 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4531         * plugins/file-manager/Makefile.am:
4532         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4533         (file_view_expand_idle), (file_view_init):
4534         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4535         (file_manager_set_default_uri), (project_root_added),
4536         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4537         (file_manager_activate), (file_manager_deactivate),
4538         (file_manager_instance_init), (file_manager_class_init),
4539         (ifile_manager_set_root), (ifile_manager_set_selected),
4540         (ifile_manager_iface_init): Adjusted white spaces to match
4541         anjuta convention.
4543 2007-09-19  Naba Kumar  <naba@gnome.org>
4545         * libanjuta/interfaces/libanjuta.idl:
4546         * plugins/editor/text_editor.c: (text_editor_instance_init),
4547         (iassist_show_tips), (iassist_cancel_tips),
4548         (iassist_hide_suggestions), (iassist_iface_init):
4549         * plugins/editor/text_editor.h:
4550         * plugins/editor/text_editor_cbs.c:
4551         (on_text_editor_scintilla_notify):
4552         * plugins/language-support-cpp-java/cpp-java-assist.c:
4553         (is_scope_context_character), (is_word_character),
4554         (create_completion), (cpp_java_assist_get_scope_context),
4555         (cpp_java_assist_get_pre_word),
4556         (cpp_java_assist_get_scope_operator),
4557         (cpp_java_assist_destroy_completion_cache),
4558         (cpp_java_assist_create_scope_completion_cache),
4559         (cpp_java_assist_create_word_completion_cache),
4560         (cpp_java_assist_show_autocomplete),
4561         (cpp_java_assist_get_calltip_context),
4562         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4563         (on_editor_char_added), (on_assist_chosen),
4564         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4565         (cpp_java_assist_init), (cpp_java_assist_finalize):
4566         * plugins/language-support-cpp-java/cpp-java-assist.h:
4567         * plugins/language-support-cpp-java/plugin.c:
4568         (initialize_indentation_params):
4569         * plugins/sourceview/assist-tip.c:
4570         * plugins/sourceview/assist-tip.h:
4571         * plugins/sourceview/sourceview-private.h:
4572         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4573         (on_assist_tip_destroyed), (on_assist_cancel),
4574         (on_document_char_added), (iassist_get_suggestions),
4575         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4576         
4577         Implement state-less assistance so that assist can be evaluated
4578         any given time at any position. Changed IAnjutaEditorAssist interfance
4579         and implementations and removed any state management in editors.
4581 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4583         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4584         completion items sorting and avoided unnecssary sorts.
4586         * plugins/text-editor.c: Fixed state.
4588 2007-09-17  Johannes Schmid <jhs@gnome.org>
4590         * plugins/language-support-cpp-java/cpp-java-assist.c:
4591         (on_assist_begin):
4592         
4593         Fixed calltips in sourceview
4595 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4597         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4598         completion items preparation time. Fixed a crash bug.
4600         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4601         Set buffer size (From Massimo, required for symbol-db).
4603         * libanjuta/interfaces/libanjuta.idl: Also pass position information
4604         for suggestions.
4606         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4607         change in API.
4609         * plugins/editor/aneditor-autocomplete.cxx,
4610         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4611         Added ANE_GETWORDBEFORECARAT command.
4613         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4614         using assist interface.
4616         * plugins/editor/text_editor.c: (text_editor_instance_init),
4617         (text_editor_get_word_before_carat),
4618         (text_editor_get_current_word), (iassist_add_trigger),
4619         (iassist_remove_trigger), (on_assist_canceled),
4620         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4621         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4622         * plugins/editor/text_editor.h:
4623         * plugins/editor/text_editor_cbs.c: (trigger_size),
4624         (max_trigger_size), (text_editor_check_assist),
4625         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4626         interface.
4628         * plugins/language-support-cpp-java/Makefile.am:
4629         * plugins/language-support-cpp-java/plugin.c:
4630         (get_line_indentation_base), (get_line_auto_indentation),
4631         (install_support), (uninstall_support),
4632         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4633         (cpp_java_plugin_instance_init):
4634         * plugins/language-support-cpp-java/plugin.h:
4635         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4636         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4637         Make assist a separate class.
4639 2007-09-14  Johannes Schmid <jhs@gnome.org>
4641         * plugins/sourceview/sourceview.c: (iassist_suggest):
4642         Fixed changed char_alignment paramter in language-support
4643         plugin
4645 2007-09-14  Naba Kumar  <naba@gnome.org>
4647         * plugins/language-support-cpp-java/plugin.c: Send the right
4648         'char_alignment' paramenter (needs fixing in sourceview).
4650 2007-09-13  Johannes Schmid <jhs@gnome.org>
4652         * anjuta.anjuta:
4653         * plugins/project-wizard/templates/minimal/project.anjuta:
4654         Use IAnjutaSymbolManager instead of loading the plugin directly.
4655         (TODO: Think of a version to do this for older files...)
4657         * configure.in:
4658         * plugins/Makefile.am:
4659         * plugins/symbol-db/Makefile.am:
4660         
4661         Build symbol-db plugin if libgda-3.0 is found
4663 2007-09-13  Johannes Schmid <jhs@gnome.org>
4665         * plugins/sourceview/Makefile.am:
4666         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4667         (set_uri):
4668         * plugins/sourceview/anjuta-document.h:
4669         Removed lots of dead code
4670         
4671         * plugins/sourceview/anjuta-languages-manager.c:
4672         * plugins/sourceview/anjuta-languages-manager.h:
4673         removed completely
4674         
4675         * plugins/sourceview/sourceview.c: (on_document_char_added),
4676         (on_document_loaded), (sourceview_instance_init),
4677         (iselect_get_start), (iselect_get_end),
4678         (ilanguage_get_supported_languages), (ilanguage_set_language):
4679         
4680         Fixed selection handling and make some adaptions for the changes 
4681         mentioned above
4683 2007-09-13  Johannes Schmid <jhs@gnome.org>
4685         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4686         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4687         (on_assist_update):
4688         
4689         Added preferences to language support completion/calltips
4690         
4691         * plugins/sourceview/assist-window.c: (assist_window_update):
4693         Always select first entry
4695         * plugins/sourceview/sourceview.glade:
4696         Removed old completion preferences
4698 2007-09-11  Naba Kumar  <naba@gnome.org>
4700         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4701         and possible crash when pressing ctrl+d in terminal after preferences
4702         window has been shown once (no need for backport).
4704         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4705         implementations to get warnings instead of crashes for unimplemented
4706         interface methods.
4708 2007-09-11   Massimo Cora' <maxcvs@email.it>
4710         Reviewed by: Naba Kumar  <naba@gnome.org>
4712         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4713         * plugins/symbol-db/*:
4714         Added new symbol-database backend based on SQLite 3.
4715         (does not enabled for build currently).
4717 2007-09-10  Johannes Schmid <jhs@gnome.org>
4719         * anjuta.anjuta:
4720         * configure.in:
4721         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4722         (parse_info_init), (parse_info_free), (valid_element),
4723         (start_element_handler), (end_element_handler), (text_handler),
4724         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4725         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4726         (egg_recent_model_monitor), (egg_recent_model_read),
4727         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4728         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4729         (egg_recent_model_set_property), (egg_recent_model_class_init),
4730         (egg_recent_model_init), (egg_recent_model_add_full),
4731         (egg_recent_model_delete), (egg_recent_model_get_list),
4732         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4733         (egg_recent_model_set_filter_mime_types),
4734         (egg_recent_model_clear_group_filter),
4735         (egg_recent_model_set_filter_groups),
4736         (egg_recent_model_clear_scheme_filter),
4737         (egg_recent_model_set_filter_uri_schemes),
4738         (egg_recent_model_remove_expired):
4739         
4740         Update EggRecent (#456465)
4742 2007-09-10  Johannes Schmid <jhs@gnome.org>
4744         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4745         (anjuta_plugin_manager_get_plugin):
4746         * plugins/profiler/gprof-call-graph-view.c:
4747         (gprof_call_graph_view_create_columns):
4748         * plugins/profiler/gprof-flat-profile-view.c:
4749         (gprof_flat_profile_view_create_columns):
4750         * plugins/profiler/gprof-function-call-tree-view.c:
4751         (gprof_function_call_tree_view_create_columns):
4752         
4753         Fixed #466031 – Update of pieces of menus for Localization
4755 2007-09-10  Johannes Schmid <jhs@gnome.org>
4757         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4758         Bug 343522 – anjuta: Unable to execute commands that use options.
4760 2007-09-09  Johannes Schmid <jhs@gnome.org>
4762         * plugins/document-manager/anjuta-docman.c:
4763         (anjuta_docman_update_page_label):
4764         
4765         Fixed #458034 – Method of indicating unsaved changes breaks convention
4766         
4767         * plugins/document-manager/plugin.c: (update_title),
4768         (value_added_project_root_uri), (value_removed_project_root_uri),
4769         (on_editor_changed), (activate_plugin):
4770         * plugins/document-manager/plugin.h:
4771         * plugins/project-manager/plugin.c: (on_profile_scoped),
4772         (on_profile_descoped), (ifile_open):
4773         
4774         Fixed #427390 – Show path of item in currently focused editor window
4776 2007-09-09  Johannes Schmid <jhs@gnome.org>
4778         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4779         (on_toolbar_find_incremental):
4780         Fix incremental search
4781         
4782         * plugins/sourceview/sourceview.c: (on_document_char_added),
4783         (set_select):
4784         Fixed selection management
4786 2007-09-09  Johannes Schmid <jhs@gnome.org>
4788         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4789         Fixed memory leak
4791         * libanjuta/interfaces/libanjuta.idl:
4792         Extended IAnjutaEditorAssist interface
4793         
4794         * plugins/language-support-cpp-java/plugin.c:
4795         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4796         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4797         (context_character), (get_context), (function_parser),
4798         (cpp_member_parser), (install_assist), (uninstall_assist),
4799         (get_line_indentation_base), (get_line_auto_indentation),
4800         (install_support), (uninstall_support),
4801         (on_value_added_current_editor), (on_value_removed_current_editor),
4802         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4803         * plugins/language-support-cpp-java/plugin.h:
4804         
4805         Improved fixed editor assistance and added support for function/method
4806         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4807         
4808         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4809         Removed a FIXME
4810         
4811         * plugins/project-import/project-import.c: (on_import_next):
4812         Added a non-NULL check with could probably fix #474843 but not sure
4813         
4814         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4815         Fixed anjuta-plugin project wizard
4816         
4817         * plugins/sourceview/Makefile.am:
4818         * plguins/sourceview/assist-tip.[ch]:
4819         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4820         (anjuta_view_key_press_event):
4821         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4822         (assist_window_init), (assist_window_update), (assist_window_new):
4823         * plugins/sourceview/sourceview-private.h:
4824         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4825         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4826         (trigger_size), (max_trigger_size), (on_document_char_added),
4827         (sourceview_dispose), (ieditor_get_current_word),
4828         (iassist_add_trigger), (iassist_init_suggestions),
4829         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4830         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4831         
4832         Big update on sourceview assist capabilites. Autocompletion should
4833         now work much better and function tooltips are finally supported!
4835         * plugins/sourceview/anjuta-document.h:
4836         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4837         (anjuta_document_get_current_word):
4838         Fixed get_current_word (inspired by aneditor.cxx implementation)
4840         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4841         (icell_get_attribute):
4842         Fixed get_attribute() to also detect character constants.
4843         Simplified get_char()
4845         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4846         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4847         (isymbol_manager_get_completions_at_position):
4848         
4849         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4851 2007-09-04  Naba Kumar  <naba@gnome.org>
4853         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4854         projects that can not add sources.
4856         * plugins/file-wizard/file.c: Similarly for file wizard,
4857         Do not enable 'Add to project' projects that can not add sources.
4859 2007-09-04  Naba Kumar  <naba@gnome.org>
4861         * configure.in: Bumped gnome-build requirement to 0.2.0
4862         for project capabilities support.
4864         * plugins/project-manager/plugin.c: Enable/disable project
4865         actions based on project capabilities. Fixes bug #433552:
4866         crash in Anjuta IDE: add file test.h in project on generic
4867         Makefile.
4869         * libanjuta/interfaces/libanjuta.idl: Added method to query
4870         project capabilities.
4872 2007-09-03  Naba Kumar  <naba@gnome.org>
4874         * plugins/file-manager/plugin.c: Set shadow type IN.
4875         * plugins/file-manager/file-view.c: Fixed code style.
4876         * plugins/file-manager/file-view.c: Fixed icons column to size
4877         properly.
4879         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4881         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4882         unmonitors project-uri on file-manager deactivation.
4884         * TODO.tasks: Updated
4886 2007-09-02  Johannes Schmid <jhs@gnome.org>
4888         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4889         Fixed memory leak
4890         
4891         * plugins/file-manager/file-view.c: (file_view_get_selected),
4892         (file_view_button_press_event), (file_view_finalize):
4893         * plugins/file-manager/plugin.c: (project_root_removed),
4894         (file_manager_deactivate):
4895         
4896         Fixed some small bugs I missed before
4898 2007-09-02  Johannes Schmid <jhs@gnome.org>
4900         * plugins/file-manager/*:
4901         Added new and file-manager
4903 2007-09-02  Johannes Schmid <jhs@gnome.org>
4905         * plugins/file-manager/*:
4906         Removed old file-manager
4908 2007-08-31  Johannes Schmid <jhs@gnome.org>
4910         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4911         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4912         
4913         Fixed some memory leaks
4914         
4915         * MAINTAINERS: Fixed
4916         
4917 2007-08-31  Johannes Schmid <jhs@gnome.org>
4919         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4920         (get_property_value_as_string), (set_property_value_as_string),
4921         (register_callbacks), (preferences_foreach_callback),
4922         (anjuta_preferences_register_property_raw):
4923         * libanjuta/anjuta-preferences.h:
4924         * plugins/build-basic-autotools/build-basic-autotools.c:
4925         (on_build_mesg_format):
4926         * plugins/document-manager/anjuta-document-manager.glade:
4927         * plugins/message-view/anjuta-message-manager-plugin.glade:
4928         
4929         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4930         broken message view preferences
4931         
4932         * plugins/message-view/message-view.c:
4933         (message_view_instance_init), (pref_change_color), (prefs_init),
4934         (imessage_view_append):
4935         Cleaned up message view (#458041)
4936         
4937         * src/shell.c: (on_preferences_activate),
4938         (anjuta_test_shell_instance_init),
4939         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4940         Fixed test shell to allow better debugging
4941         
4942 2007-08-31  Johannes Schmid <jhs@gnome.org>
4944         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4945         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4946         * plugins/gtodo/main.h:
4947         * plugins/gtodo/plugin.c: (activate_plugin):
4948         
4949         Fixed #423467 (View->Tasks menu items are not 
4950         checked on startup)
4952 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
4954         reviewed by: Johannes Schmid <jhs@gnome.org>
4956         * COPYING:
4957         * data/welcome.txt.in:
4958         * launcher/anjuta_launcher.c:
4959         * libanjuta/anjuta-children.c:
4960         * libanjuta/anjuta-children.h:
4961         * libanjuta/anjuta-debug.h:
4962         * libanjuta/anjuta-encodings.c:
4963         * libanjuta/anjuta-encodings.h:
4964         * libanjuta/anjuta-glue-c.c:
4965         * libanjuta/anjuta-glue-c.h:
4966         * libanjuta/anjuta-plugin-description.c:
4967         * libanjuta/anjuta-plugin-description.h:
4968         * libanjuta/anjuta-plugin-handle.c:
4969         * libanjuta/anjuta-plugin-handle.h:
4970         * libanjuta/anjuta-plugin-manager.c:
4971         * libanjuta/anjuta-plugin-manager.h:
4972         * libanjuta/anjuta-plugin.c:
4973         * libanjuta/anjuta-plugin.h:
4974         * libanjuta/anjuta-preferences.c:
4975         * libanjuta/anjuta-preferences.h:
4976         * libanjuta/anjuta-profile-manager.c:
4977         * libanjuta/anjuta-profile-manager.h:
4978         * libanjuta/anjuta-profile.c:
4979         * libanjuta/anjuta-profile.h:
4980         * libanjuta/anjuta-save-prompt.c:
4981         * libanjuta/anjuta-save-prompt.h:
4982         * libanjuta/anjuta-serializer.c:
4983         * libanjuta/anjuta-serializer.h:
4984         * libanjuta/anjuta-session.c:
4985         * libanjuta/anjuta-session.h:
4986         * libanjuta/anjuta-shell.c:
4987         * libanjuta/anjuta-shell.h:
4988         * libanjuta/anjuta-status.c:
4989         * libanjuta/anjuta-status.h:
4990         * libanjuta/anjuta-ui.c:
4991         * libanjuta/anjuta-ui.h:
4992         * libanjuta/anjuta-utils-priv.h:
4993         * libanjuta/anjuta-utils.c:
4994         * libanjuta/anjuta-utils.h:
4995         * libanjuta/cell-renderer-captioned-image.c:
4996         * libanjuta/cell-renderer-captioned-image.h:
4997         * libanjuta/e-splash.c:
4998         * libanjuta/e-splash.h:
4999         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5000         * libanjuta/interfaces/libanjuta.idl:
5001         * libanjuta/libanjuta.h:
5002         * libanjuta/resources.c:
5003         * libanjuta/resources.h:
5004         * libegg/egg-cell-renderer-text.c:
5005         * libegg/egg-combo-action.c:
5006         * libegg/egg-entry-action.c:
5007         * libegg/egg-recent-action.c:
5008         * libegg/egg-recent-files-module.c:
5009         * libegg/egg-recent-item.c:
5010         * libegg/egg-recent-model.c:
5011         * libegg/egg-recent-view-gtk.c:
5012         * libegg/egg-recent-view.c:
5013         * libegg/egg-submenu-action.c:
5014         * libegg/eggaccelerators.c:
5015         * libegg/eggcellrendererpopup.c:
5016         * libegg/eggcomboselect.c:
5017         * libegg/eggtreemodelfilter.c:
5018         * libegg/eggtreemultidnd.c:
5019         * libegg/gtkcellview.h:
5020         * libegg/treeviewutils/egg-cell-renderer-text.h:
5021         * libegg/treeviewutils/eggaccelerators.h:
5022         * libegg/treeviewutils/eggcellrendererkeys.h:
5023         * libegg/treeviewutils/eggcellrendererpopup.h:
5024         * libegg/treeviewutils/eggtreemodelfilter.h:
5025         * libegg/treeviewutils/eggtreemultidnd.h:
5026         * libegg/treeviewutils/eggtreeviewstate.h:
5027         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
5028         * manuals/anjuta-faqs/Makefile.am:
5029         * manuals/anjuta-manual/C/anjuta-manual.xml:
5030         * manuals/anjuta-manual/C/license.xml:
5031         * manuals/anjuta-manual/es/es.po:
5032         * manuals/anjuta-manual/sv/sv.po:
5033         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
5034         ml:
5035         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
5036         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
5037         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
5038         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
5039         * manuals/old/ja/anjuta-manual/license.xml:
5040         * plugins/build-basic-autotools/build-basic-autotools.c:
5041         * plugins/build-basic-autotools/build-basic-autotools.h:
5042         * plugins/build-basic-autotools/executer.c:
5043         * plugins/build-basic-autotools/executer.h:
5044         * plugins/build/build_file.c:
5045         * plugins/build/build_file.h:
5046         * plugins/build/build_project.c:
5047         * plugins/build/build_project.h:
5048         * plugins/build/clean_project.c:
5049         * plugins/build/clean_project.h:
5050         * plugins/build/commands.c:
5051         * plugins/build/commands.h:
5052         * plugins/build/compile.c:
5053         * plugins/build/compile.h:
5054         * plugins/build/compiler_options.c:
5055         * plugins/build/compiler_options.h:
5056         * plugins/build/configurer.c:
5057         * plugins/build/configurer.h:
5058         * plugins/build/executer.c:
5059         * plugins/build/executer.h:
5060         * plugins/class-gen/cell-renderer-flags.c:
5061         * plugins/class-gen/cell-renderer-flags.h:
5062         * plugins/class-gen/combo-flags.c:
5063         * plugins/class-gen/combo-flags.h:
5064         * plugins/class-gen/element-editor.c:
5065         * plugins/class-gen/element-editor.h:
5066         * plugins/class-gen/generator.c:
5067         * plugins/class-gen/generator.h:
5068         * plugins/class-gen/plugin.c:
5069         * plugins/class-gen/plugin.h:
5070         * plugins/class-gen/transform.c:
5071         * plugins/class-gen/transform.h:
5072         * plugins/class-gen/validator.c:
5073         * plugins/class-gen/validator.h:
5074         * plugins/class-gen/window.c:
5075         * plugins/class-gen/window.h:
5076         * plugins/class-inheritance/class-callbacks.c:
5077         * plugins/class-inheritance/class-callbacks.h:
5078         * plugins/class-inheritance/class-inherit.c:
5079         * plugins/class-inheritance/class-inherit.h:
5080         * plugins/class-inheritance/plugin.c:
5081         * plugins/class-inheritance/plugin.h:
5082         * plugins/cvs-plugin/cvs-actions.c:
5083         * plugins/cvs-plugin/cvs-actions.h:
5084         * plugins/cvs-plugin/cvs-callbacks.c:
5085         * plugins/cvs-plugin/cvs-callbacks.h:
5086         * plugins/cvs-plugin/cvs-execute.c:
5087         * plugins/cvs-plugin/cvs-execute.h:
5088         * plugins/cvs-plugin/cvs-interface.c:
5089         * plugins/cvs-plugin/cvs-interface.h:
5090         * plugins/cvs-plugin/plugin.c:
5091         * plugins/cvs-plugin/plugin.h:
5092         * plugins/debug-manager/breakpoints.c:
5093         * plugins/debug-manager/breakpoints.h:
5094         * plugins/debug-manager/chunk_view.c:
5095         * plugins/debug-manager/chunk_view.h:
5096         * plugins/debug-manager/data_buffer.c:
5097         * plugins/debug-manager/data_buffer.h:
5098         * plugins/debug-manager/data_view.c:
5099         * plugins/debug-manager/data_view.h:
5100         * plugins/debug-manager/debug_tree.c:
5101         * plugins/debug-manager/debug_tree.h:
5102         * plugins/debug-manager/debugger.c:
5103         * plugins/debug-manager/debugger.h:
5104         * plugins/debug-manager/disassemble.c:
5105         * plugins/debug-manager/disassemble.h:
5106         * plugins/debug-manager/info.c:
5107         * plugins/debug-manager/info.h:
5108         * plugins/debug-manager/locals.c:
5109         * plugins/debug-manager/locals.h:
5110         * plugins/debug-manager/memory.c:
5111         * plugins/debug-manager/memory.h:
5112         * plugins/debug-manager/plugin.c:
5113         * plugins/debug-manager/plugin.h:
5114         * plugins/debug-manager/registers.c:
5115         * plugins/debug-manager/registers.h:
5116         * plugins/debug-manager/sexy-icon-entry.c:
5117         * plugins/debug-manager/sexy-icon-entry.h:
5118         * plugins/debug-manager/sharedlib.c:
5119         * plugins/debug-manager/sharedlib.h:
5120         * plugins/debug-manager/signals.c:
5121         * plugins/debug-manager/signals.h:
5122         * plugins/debug-manager/sparse_buffer.c:
5123         * plugins/debug-manager/sparse_buffer.h:
5124         * plugins/debug-manager/sparse_view.c:
5125         * plugins/debug-manager/sparse_view.h:
5126         * plugins/debug-manager/stack_trace.c:
5127         * plugins/debug-manager/stack_trace.h:
5128         * plugins/debug-manager/start.c:
5129         * plugins/debug-manager/start.h:
5130         * plugins/debug-manager/threads.c:
5131         * plugins/debug-manager/threads.h:
5132         * plugins/debug-manager/utilities.c:
5133         * plugins/debug-manager/utilities.h:
5134         * plugins/debug-manager/watch.c:
5135         * plugins/debug-manager/watch.h:
5136         * plugins/devhelp/htmlview.c:
5137         * plugins/devhelp/htmlview.h:
5138         * plugins/document-manager/action-callbacks.c:
5139         * plugins/document-manager/action-callbacks.h:
5140         * plugins/document-manager/anjuta-docman.c:
5141         * plugins/document-manager/anjuta-docman.h:
5142         * plugins/document-manager/editor-tooltips.c:
5143         * plugins/document-manager/editor-tooltips.h:
5144         * plugins/document-manager/file_history.c:
5145         * plugins/document-manager/file_history.h:
5146         * plugins/document-manager/indent-dialog.c:
5147         * plugins/document-manager/indent-dialog.h:
5148         * plugins/document-manager/indent-util.c:
5149         * plugins/document-manager/indent-util.h:
5150         * plugins/document-manager/plugin.c:
5151         * plugins/editor/aneditor-autocomplete.cxx:
5152         * plugins/editor/aneditor-calltip.cxx:
5153         * plugins/editor/aneditor-indent.cxx:
5154         * plugins/editor/aneditor-priv.h:
5155         * plugins/editor/aneditor.cxx:
5156         * plugins/editor/aneditor.h:
5157         * plugins/editor/lexer.h:
5158         * plugins/editor/plugin.c:
5159         * plugins/editor/plugin.h:
5160         * plugins/editor/print.c:
5161         * plugins/editor/print.h:
5162         * plugins/editor/properties.h:
5163         * plugins/editor/properties_cxx.h:
5164         * plugins/editor/style-editor.c:
5165         * plugins/editor/style-editor.h:
5166         * plugins/editor/text-editor-iterable.c:
5167         * plugins/editor/text-editor-iterable.h:
5168         * plugins/editor/text_editor.c:
5169         * plugins/editor/text_editor.h:
5170         * plugins/editor/text_editor_cbs.c:
5171         * plugins/editor/text_editor_cbs.h:
5172         * plugins/editor/text_editor_menu.c:
5173         * plugins/editor/text_editor_menu.h:
5174         * plugins/editor/text_editor_prefs.c:
5175         * plugins/editor/text_editor_prefs.h:
5176         * plugins/file-loader/dnd.c:
5177         * plugins/file-loader/dnd.h:
5178         * plugins/file-loader/plugin.c:
5179         * plugins/file-manager/an_file_view.c:
5180         * plugins/file-manager/plugin.c:
5181         * plugins/file-wizard/file.c:
5182         * plugins/file-wizard/file.h:
5183         * plugins/file-wizard/plugin.c:
5184         * plugins/file-wizard/plugin.h:
5185         * plugins/gdb/debugger.c:
5186         * plugins/gdb/debugger.h:
5187         * plugins/gdb/gdbmi-test.c:
5188         * plugins/gdb/gdbmi.c:
5189         * plugins/gdb/gdbmi.h:
5190         * plugins/gdb/global.h:
5191         * plugins/gdb/parser.c:
5192         * plugins/gdb/parser.h:
5193         * plugins/gdb/plugin.c:
5194         * plugins/gdb/plugin.h:
5195         * plugins/gdb/utilities.c:
5196         * plugins/gdb/utilities.h:
5197         * plugins/glade/plugin.c:
5198         * plugins/glade/plugin.h:
5199         * plugins/gtodo/egg-datetime.c:
5200         * plugins/gtodo/egg-datetime.h:
5201         * plugins/gtodo/eggtrayicon.c:
5202         * plugins/gtodo/eggtrayicon.h:
5203         * plugins/gtodo/plugin.c:
5204         * plugins/gvim/anjuta-vim.c:
5205         * plugins/gvim/anjuta-vim.h:
5206         * plugins/gvim/gtkvim.c:
5207         * plugins/gvim/gtkvim.h:
5208         * plugins/gvim/plugin.c:
5209         * plugins/gvim/plugin.h:
5210         * plugins/language-support-cpp-java/plugin.c:
5211         * plugins/language-support-cpp-java/plugin.h:
5212         * plugins/macro/macro-actions.c:
5213         * plugins/macro/macro-actions.h:
5214         * plugins/macro/macro-db.c:
5215         * plugins/macro/macro-db.h:
5216         * plugins/macro/macro-dialog.c:
5217         * plugins/macro/macro-dialog.h:
5218         * plugins/macro/macro-edit.c:
5219         * plugins/macro/macro-edit.h:
5220         * plugins/macro/macro-util.c:
5221         * plugins/macro/macro-util.h:
5222         * plugins/macro/plugin.c:
5223         * plugins/macro/plugin.h:
5224         * plugins/message-view/anjuta-msgman.c:
5225         * plugins/message-view/anjuta-msgman.h:
5226         * plugins/message-view/message-view.c:
5227         * plugins/message-view/message-view.h:
5228         * plugins/message-view/plugin.c:
5229         * plugins/message-view/plugin.h:
5230         * plugins/patch/patch-plugin.c:
5231         * plugins/patch/patch-plugin.h:
5232         * plugins/patch/plugin.c:
5233         * plugins/patch/plugin.h:
5234         * plugins/profiler/gprof-call-graph-block-entry.c:
5235         * plugins/profiler/gprof-call-graph-block-entry.h:
5236         * plugins/profiler/gprof-call-graph-block.c:
5237         * plugins/profiler/gprof-call-graph-block.h:
5238         * plugins/profiler/gprof-call-graph-view.c:
5239         * plugins/profiler/gprof-call-graph-view.h:
5240         * plugins/profiler/gprof-call-graph.c:
5241         * plugins/profiler/gprof-call-graph.h:
5242         * plugins/profiler/gprof-flat-profile-entry.c:
5243         * plugins/profiler/gprof-flat-profile-entry.h:
5244         * plugins/profiler/gprof-flat-profile-view.c:
5245         * plugins/profiler/gprof-flat-profile-view.h:
5246         * plugins/profiler/gprof-flat-profile.c:
5247         * plugins/profiler/gprof-flat-profile.h:
5248         * plugins/profiler/gprof-function-call-chart-view.c:
5249         * plugins/profiler/gprof-function-call-chart-view.h:
5250         * plugins/profiler/gprof-function-call-tree-view.c:
5251         * plugins/profiler/gprof-function-call-tree-view.h:
5252         * plugins/profiler/gprof-options.c:
5253         * plugins/profiler/gprof-options.h:
5254         * plugins/profiler/gprof-profile-data.c:
5255         * plugins/profiler/gprof-profile-data.h:
5256         * plugins/profiler/gprof-view-manager.c:
5257         * plugins/profiler/gprof-view-manager.h:
5258         * plugins/profiler/gprof-view.c:
5259         * plugins/profiler/gprof-view.h:
5260         * plugins/profiler/plugin.c:
5261         * plugins/profiler/plugin.h:
5262         * plugins/profiler/string-utils.c:
5263         * plugins/profiler/string-utils.h:
5264         * plugins/project-import/plugin.c:
5265         * plugins/project-import/plugin.h:
5266         * plugins/project-import/project-import.c:
5267         * plugins/project-import/project-import.h:
5268         * plugins/project-manager/plugin.c:
5269         * plugins/project-manager/plugin.h:
5270         * plugins/project-wizard/action.c:
5271         * plugins/project-wizard/action.h:
5272         * plugins/project-wizard/autogen.c:
5273         * plugins/project-wizard/autogen.h:
5274         * plugins/project-wizard/druid.c:
5275         * plugins/project-wizard/druid.h:
5276         * plugins/project-wizard/file.c:
5277         * plugins/project-wizard/file.h:
5278         * plugins/project-wizard/header.c:
5279         * plugins/project-wizard/header.h:
5280         * plugins/project-wizard/install.c:
5281         * plugins/project-wizard/install.h:
5282         * plugins/project-wizard/parser.c:
5283         * plugins/project-wizard/parser.h:
5284         * plugins/project-wizard/plugin.c:
5285         * plugins/project-wizard/plugin.h:
5286         * plugins/project-wizard/property.c:
5287         * plugins/project-wizard/property.h:
5288         * plugins/project-wizard/values.c:
5289         * plugins/project-wizard/values.h:
5290         * plugins/sample1/plugin.c:
5291         * plugins/search/plugin.c:
5292         * plugins/search/plugin.h:
5293         * plugins/search/search-replace_backend.c:
5294         * plugins/search/search-replace_backend.h:
5295         * plugins/search/search_preferences.c:
5296         * plugins/sourceview/anjuta-convert.c:
5297         * plugins/sourceview/anjuta-convert.h:
5298         * plugins/sourceview/anjuta-document-loader.c:
5299         * plugins/sourceview/anjuta-document-loader.h:
5300         * plugins/sourceview/anjuta-document-saver.c:
5301         * plugins/sourceview/anjuta-document-saver.h:
5302         * plugins/sourceview/anjuta-document.c:
5303         * plugins/sourceview/anjuta-document.h:
5304         * plugins/sourceview/anjuta-encodings.c:
5305         * plugins/sourceview/anjuta-encodings.h:
5306         * plugins/sourceview/anjuta-languages-manager.c:
5307         * plugins/sourceview/anjuta-languages-manager.h:
5308         * plugins/sourceview/anjuta-utils.c:
5309         * plugins/sourceview/anjuta-utils.h:
5310         * plugins/sourceview/anjuta-view.c:
5311         * plugins/sourceview/anjuta-view.h:
5312         * plugins/sourceview/assist-window.c:
5313         * plugins/sourceview/assist-window.h:
5314         * plugins/sourceview/sourceview-cell.c:
5315         * plugins/sourceview/sourceview-cell.h:
5316         * plugins/sourceview/sourceview-prefs.c:
5317         * plugins/sourceview/sourceview-prefs.h:
5318         * plugins/sourceview/sourceview-print.c:
5319         * plugins/sourceview/sourceview-print.h:
5320         * plugins/sourceview/sourceview-private.h:
5321         * plugins/sourceview/sourceview-tags.c:
5322         * plugins/sourceview/sourceview-tags.h:
5323         * plugins/sourceview/sourceview.c:
5324         * plugins/sourceview/sourceview.h:
5325         * plugins/subversion/plugin.c:
5326         * plugins/subversion/plugin.h:
5327         * plugins/subversion/subversion-actions.c:
5328         * plugins/subversion/subversion-actions.h:
5329         * plugins/subversion/subversion-callbacks.c:
5330         * plugins/subversion/subversion-callbacks.h:
5331         * plugins/subversion/svn-auth.c:
5332         * plugins/subversion/svn-auth.h:
5333         * plugins/subversion/svn-backend-priv.h:
5334         * plugins/subversion/svn-backend.c:
5335         * plugins/subversion/svn-backend.h:
5336         * plugins/subversion/svn-notify.c:
5337         * plugins/subversion/svn-notify.h:
5338         * plugins/subversion/svn-thread.c:
5339         * plugins/subversion/svn-thread.h:
5340         * plugins/symbol-browser/an_symbol.c:
5341         * plugins/symbol-browser/an_symbol.h:
5342         * plugins/symbol-browser/an_symbol_info.c:
5343         * plugins/symbol-browser/an_symbol_info.h:
5344         * plugins/symbol-browser/an_symbol_iter.c:
5345         * plugins/symbol-browser/an_symbol_iter.h:
5346         * plugins/symbol-browser/an_symbol_prefs.c:
5347         * plugins/symbol-browser/an_symbol_prefs.h:
5348         * plugins/symbol-browser/an_symbol_search.c:
5349         * plugins/symbol-browser/an_symbol_search.h:
5350         * plugins/symbol-browser/an_symbol_view.c:
5351         * plugins/symbol-browser/an_symbol_view.h:
5352         * plugins/symbol-browser/plugin.c:
5353         * plugins/symbol-browser/plugin.h:
5354         * plugins/terminal/terminal.c:
5355         * plugins/tools/dialog.c:
5356         * plugins/tools/dialog.h:
5357         * plugins/tools/editor.c:
5358         * plugins/tools/editor.h:
5359         * plugins/tools/execute.c:
5360         * plugins/tools/execute.h:
5361         * plugins/tools/fileop.c:
5362         * plugins/tools/fileop.h:
5363         * plugins/tools/plugin.c:
5364         * plugins/tools/plugin.h:
5365         * plugins/tools/scripts/find-fixmes.pl:
5366         * plugins/tools/scripts/translation-status.pl:
5367         * plugins/tools/tool.c:
5368         * plugins/tools/tool.h:
5369         * plugins/tools/variable.c:
5370         * plugins/tools/variable.h:
5371         * plugins/valgrind/ldd.c:
5372         * plugins/valgrind/ldd.h:
5373         * plugins/valgrind/list.c:
5374         * plugins/valgrind/list.h:
5375         * plugins/valgrind/menu-utils.c:
5376         * plugins/valgrind/menu-utils.h:
5377         * plugins/valgrind/parser.c:
5378         * plugins/valgrind/parser.h:
5379         * plugins/valgrind/plugin.c:
5380         * plugins/valgrind/plugin.h:
5381         * plugins/valgrind/preferences.c:
5382         * plugins/valgrind/preferences.h:
5383         * plugins/valgrind/process.c:
5384         * plugins/valgrind/process.h:
5385         * plugins/valgrind/symtab.c:
5386         * plugins/valgrind/symtab.h:
5387         * plugins/valgrind/vgactions.c:
5388         * plugins/valgrind/vgactions.h:
5389         * plugins/valgrind/vgcachegrindprefs.c:
5390         * plugins/valgrind/vgcachegrindprefs.h:
5391         * plugins/valgrind/vgdefaultview.c:
5392         * plugins/valgrind/vgdefaultview.h:
5393         * plugins/valgrind/vgerror.c:
5394         * plugins/valgrind/vgerror.h:
5395         * plugins/valgrind/vggeneralprefs.c:
5396         * plugins/valgrind/vggeneralprefs.h:
5397         * plugins/valgrind/vghelgrindprefs.c:
5398         * plugins/valgrind/vghelgrindprefs.h:
5399         * plugins/valgrind/vgio.c:
5400         * plugins/valgrind/vgio.h:
5401         * plugins/valgrind/vgmemcheckprefs.c:
5402         * plugins/valgrind/vgmemcheckprefs.h:
5403         * plugins/valgrind/vgrule-editor.c:
5404         * plugins/valgrind/vgrule-editor.h:
5405         * plugins/valgrind/vgrule-list.c:
5406         * plugins/valgrind/vgrule-list.h:
5407         * plugins/valgrind/vgrule.c:
5408         * plugins/valgrind/vgrule.h:
5409         * plugins/valgrind/vgrulepattern.c:
5410         * plugins/valgrind/vgrulepattern.h:
5411         * plugins/valgrind/vgsearchbar.c:
5412         * plugins/valgrind/vgsearchbar.h:
5413         * plugins/valgrind/vgstrpool.c:
5414         * plugins/valgrind/vgstrpool.h:
5415         * plugins/valgrind/vgtoolprefs.c:
5416         * plugins/valgrind/vgtoolprefs.h:
5417         * plugins/valgrind/vgtoolview.c:
5418         * plugins/valgrind/vgtoolview.h:
5419         * src/about.c:
5420         * src/about.h:
5421         * src/action-callbacks.c:
5422         * src/action-callbacks.h:
5423         * src/anjuta-actions.h:
5424         * src/anjuta-app.c:
5425         * src/anjuta-app.h:
5426         * src/anjuta-callbacks.c:
5427         * src/anjuta-callbacks.h:
5428         * src/anjuta.c:
5429         * src/anjuta.h:
5430         * src/anjuta_cbs.c:
5431         * src/bacon-message-connection.c:
5432         * src/bacon-message-connection.h:
5433         * src/getline.c:
5434         * src/main.c:
5435         * src/shell.c:
5436         * src/shell.h:
5437         * src/start-with.c:
5438         * src/start-with.h:
5439         * src/utilities.c:
5440         * src/utilities.h:
5441         * tagmanager/options.c:
5442         
5443         Change the address of FSF in various files
5445 2007-08-30  Johannes Schmid <jhs@gnome.org>
5447         * anjuta.glade:
5448         * anjuta.gladep:
5449         Removed because they are no longer in use
5450         
5451         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5452         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5453         Marked some strings as not translatable
5455         * plugins/search/search-replace.c: (list_max_items):
5456         Fixed a possible memory corruption
5458         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5459         Do not show menuitems for locked layout items
5461         * src/main.c: (main):
5462         Some minor style correction in gnome_init
5464 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5466         * plugins/debug-manager/debugger.c,
5467         plugins/debug-manager/breakpoints.c,
5468         plugins/gdb/plugin.c,
5469         plugins/gdb/debugger.c,
5470         libanjuta/interfaces/libanjuta.idl:
5471         Move all breakpoints functions from IAnjutaDebugger to a new
5472         IAnjutaBreakpointDebugger interface
5474 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5476         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5477         * plugins/debug-manager/plugin.c,
5478         plugins/debug-manager/breakpoints.c,
5479         plugins/tools/execute.c,
5480         plugins/project-wizard/plugin.c,
5481         plugins/build-basic-autotools/executer.c,
5482         plugins/gdb/debugger.c,
5483         plugins/profiler/gprof-options.h,
5484         plugins/sourceview/assist-window.h,
5485         plugins/class-gen/transform.c,
5486         libanjuta/anjuta-plugin-description.c,
5487         libanjuta/anjuta-status.c,
5488         libanjuta/anjuta-glue-c.c,
5489         libanjuta/anjuta-glue-cpp.c,
5490         plugins/symbol-browser/an_symbol_prefs.c:
5491         Fix warnings mostly "dereferencing type-punned pointer"
5492         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5494 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5496         * plugins/debug-manager/breakpoints.c,
5497         plugins/debug-manager/debugger.c:
5498         Avoid an endless loop if clearing all breakpoints while the programm
5499         is running
5501 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5503         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5504         * plugins/debug-manager/plugin.c:
5505         Fix a segmentation fault added in the previous patch
5507 2007-07-21  Johannes Schmid <jhs@gnome.org>
5509         * plugins/build-basic-autotools/executer.c:
5510         (get_program_parameters):
5511         
5512         Show an error dialog if no targets are availible instead of
5513         just returning
5515 2007-07-20  Johannes Schmid <jhs@gnome.org>
5517         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5518         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5519         * libanjuta/anjuta-shell.h:
5520         * plugins/document-manager/plugin.c: (activate_plugin):
5521         * plugins/glade/anjuta-design-document.c:
5522         * plugins/glade/plugin.c: (glade_update_ui):
5523         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5524         (anjuta_shell_iface_init):
5525         * src/shell.c: (anjuta_test_shell_add_widget),
5526         (anjuta_shell_iface_init):
5527         
5528         Make the document manager undockable (#458038)
5530 2007-07-20  Johannes Schmid <jhs@gnome.org>
5532         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5533         * plugins/glade/anjuta-design-document.c:
5534         * plugins/glade/plugin.c: (glade_update_ui):
5535         
5536         Fixed some save/dirty status bug in glade
5538 2007-07-20  Johannes Schmid <jhs@gnome.org>
5540         * libanjuta/anjuta-status.c:
5541         Fixed crasher on shutdown
5543 2007-07-20  Johannes Schmid <jhs@gnome.org>
5545         * configure.in:
5546         Minimum glade requirement is 3.2 now. It was before
5547         but we did not check...
5548         
5549         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5550         * libanjuta/anjuta-profile.c:
5551         (anjuta_profile_add_plugins_from_xml):
5552         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5553         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5554         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5555         * plugins/file-loader/plugin.c: (on_create_submenu):
5556         * plugins/file-manager/an_file_view.c: (compare_iter):
5557         * plugins/glade/plugin.c: (activate_plugin):
5558         * src/anjuta-app.c: (on_toolbar_view_toggled):
5559         * src/main.c: (main):
5560         
5561         Fixed lots of memory leaks (thansk valgrind)
5563 2007-07-19  Johannes Schmid <jhs@gnome.org>
5565         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5566         * plugins/document-manager/anjuta-docman.c:
5567         (anjuta_docman_set_busy):
5568         * plugins/document-manager/plugin.c: (on_editor_changed):
5569         * plugins/glade/plugin.c: (activate_plugin):
5570         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5571         (on_value_removed_current_editor):
5572         
5573         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5575 2007-07-18  Johannes Schmid <jhs.gnome.org>
5577         * plugins/build-basic-autotools/executer.c: (execute_program):
5578         Fixed some of the scratchbox stuff but the environment is
5579         still broken
5581 2007-07-18  Johannes Schmid <jhs@gnome.org>
5583         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5584         (on_plugin_deactivated), (get_plugin_loader_type):
5585         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5586         (activate_plugin), (deactivate_plugin),
5587         (glade_plugin_instance_init):
5588         
5589         Fixed glade plugin deactivation
5591 2007-07-18  Johannes Schmid <jhs@gnome.org>
5593         * plugins/document-manager/anjuta-docman.c:
5594         (anjuta_docman_add_document):
5595         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5596         
5597         Fixed path display in document manager with glade files
5599 2007-07-17  Johannes Schmid <jhs@gnome.org>
5601         * libanjuta/interfaces/Makefile.am.iface:
5602         * pixmaps/Makefile.am:
5603         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5604         * plugins/debug-manager/plugin.c: (value_added_current_editor),
5605         (value_removed_current_editor):
5606         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5607         (anjuta_docman_set_current_document):
5608         * plugins/document-manager/plugin.c: (on_editor_update_ui),
5609         (on_editor_added), (on_editor_changed):
5610         * plugins/glade/Makefile.am:
5611         * plugins/glade/anjuta-design-document.c:
5612         (anjuta_design_document_instance_init),
5613         (anjuta_design_document_set_property),
5614         (anjuta_design_document_get_property),
5615         (anjuta_design_document_class_init), (anjuta_design_document_new),
5616         (ifile_open), (ifile_get_uri), (ifile_iface_init):
5617         * plugins/glade/anjuta-design-document.h:
5618         * plugins/glade/anjuta-glade-notebook.c:
5619         * plugins/glade/anjuta-glade-notebook.h:
5620         * plugins/glade/plugin.c: (value_added_current_editor),
5621         (value_removed_current_editor), (glade_update_ui),
5622         (on_close_activated), (on_glade_project_changed),
5623         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5624         (ifile_open):
5625         * plugins/language-support-cpp-java/plugin.c:
5626         (on_value_added_current_editor), (on_value_removed_current_editor):
5627         * plugins/macro/plugin.c: (value_added_current_editor):
5628         * plugins/project-manager/plugin.c: (value_added_current_editor):
5629         * plugins/subversion/plugin.c: (value_added_current_editor):
5630         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5632         Fixed lot of IAnjutaEditor stuff and completed glade integration
5633         with document manager
5634         
5635         * plugins/build-basic-autotools/build-basic-autotools.c:
5636         (value_added_current_editor):
5637         * plugins/build-basic-autotools/executer.c: (execute_program):
5638         
5639         Some initial code to execute projects inside scratchbox
5640         
5641 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5643         * plugins/project-import/project-import.c:
5644         Project import overwrites file on user request (bug #452579)
5646 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5648         * plugins/debug-manager/debugger.c,
5649         plugins/debug-manager/threads.c,
5650         plugins/debug-manager/plugin.c,
5651         plugins/debug-manager/registers.c,
5652         plugins/debug-manager/locals.c,
5653         plugins/debug-manager/stack_trace.c,
5654         plugins/gdb/plugin.c,
5655         plugins/gdb/debugger.c,
5656         plugins/gdb/debugger.h,
5657         libanjuta/interfaces/libanjuta.idl:
5658         Rename change-location to program-moved
5659         Store thread id as gint instead of guint
5660         Do not display registers list if not available
5661         Add intermediate debugger states if missing
5663 2007-07-11  Johannes Schmid <jhs@gnome.org>
5665         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5666         .glade:
5667         Reverted unnecessary changes (#455819)
5669 2007-07-10  Johannes Schmid <jhs@gnome.org>
5671         * plugins/glade/plugin.c:
5672         Fixed glade plugin with glade 3.2 and another crasher
5674 2007-07-09  Johannes Schmid <jhs@gnome.org>
5676         * libanjuta/interfaces/libanjuta.idl:
5677         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5678         .glade:
5679         * plugins/debug-manager/breakpoints.c:
5680         (breakpoint_item_update_in_ui),
5681         (breakpoints_dbase_edit_breakpoint),
5682         (on_toggle_breakpoint_activate):
5683         * plugins/debug-manager/plugin.c:
5684         (on_run_to_cursor_action_activate):
5685         * plugins/document-manager/action-callbacks.c:
5686         (on_editor_command_cut_activate),
5687         (on_editor_command_copy_activate),
5688         (on_editor_command_paste_activate),
5689         (on_editor_command_clear_activate):
5690         * plugins/document-manager/anjuta-docman.c:
5691         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5692         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5693         (anjuta_docman_goto_file_line_mark),
5694         (anjuta_docman_find_editor_with_path),
5695         (anjuta_docman_get_all_editors):
5696         * plugins/document-manager/anjuta-docman.h:
5697         * plugins/document-manager/plugin.c:
5698         (update_editor_ui_interface_items), (on_editor_update_ui),
5699         (on_editor_changed), (on_session_save), (on_docman_auto_save),
5700         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5701         (ianjuta_document_manager_iface_init), (isaveable_save),
5702         (isavable_is_dirty):
5703         * plugins/editor/editor.glade:
5704         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5705         (idocument_paste), (idocument_clear), (idocument_iface_init),
5706         (iselection_iface_init):
5707         * plugins/glade/Makefile.am:
5708         * plugins/glade/anjuta-glade-notebook.c:
5709         (anjuta_glade_notebook_instance_init),
5710         (anjuta_glade_notebook_set_property),
5711         (anjuta_glade_notebook_get_property),
5712         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5713         (ifile_open), (ifile_get_uri), (ifile_iface_init),
5714         (ifile_savable_save), (ifile_savable_save_as),
5715         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5716         (ifile_savable_iface_init), (idocument_can_redo),
5717         (idocument_can_undo), (idocument_begin_undo_action),
5718         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5719         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5720         (idocument_copy), (idocument_paste), (idocument_clear),
5721         (idocument_iface_init):
5722         * plugins/language-support-cpp-java/plugin.c:
5723         (on_value_added_current_editor), (on_value_removed_current_editor):
5724         * plugins/macro/macro-util.c: (get_current_editor):
5725         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5726         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5727         (on_next_occur), (on_incremental_entry_key_press),
5728         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5729         (on_toolbar_find_incremental_start),
5730         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5731         * plugins/search/search-replace.c: (search_start_over),
5732         (search_update_combos), (replace_update_combos),
5733         (anjuta_search_replace_activate):
5734         * plugins/search/search-replace_backend.c: (create_search_entries):
5735         * plugins/sourceview/sourceview.c: (idocument_cut),
5736         (idocument_copy), (idocument_paste), (idocument_clear),
5737         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5738         * plugins/tools/editor.c: (on_editor_response):
5739         * plugins/tools/execute.c: (get_current_editor),
5740         (atp_output_context_initialize), (atp_user_tool_execute):
5741         * plugins/tools/variable.c: (get_current_editor),
5742         (atp_variable_get_editor_variable):
5743         
5744         Some more IAnjutaEditor => IAnjutaDocument fixing!
5745         
5746         * plugins/glade/anjuta-glade-notebook.h:
5747         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5748         (glade_update_ui):
5749         * plugins/glade/plugin.h:
5750         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5751         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5752         be used for glade, too. It might still have some rough edges but already works.
5753         (Fixes #415547 – Glade usability problem)
5755 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5757         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5758           development release (I updated version of glade3 svn to 3.3.2).
5760 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5762         * plugins/symbol-browser/an_symbol_view.c:
5763         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5765 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5767         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5768         (on_system_tags_update_finished), (on_update_global_clicked),
5769         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5770         (symbol_browser_prefs_init),
5771         (symbol_browser_prefs_create_global_tags),
5772         (symbol_browser_load_global_tags):
5773         * plugins/symbol-browser/an_symbol_prefs.h:
5774         * plugins/symbol-browser/an_symbol_view.c:
5775         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5776         * plugins/symbol-browser/an_symbol_view.h:
5777         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5778         on global tags update because of delayed prefs merging. Happens when
5779         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5780         is opened.
5782 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5784         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5785         after install/uninstall.
5787         Patch from James Liggett:
5788         * scripts/glade2schemas.pl: Fixed creating schemas for list
5789         values.
5791 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5793         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5794           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5795           development release since glade svn version is also 3.3.1. In future, the
5796           solution would be for us to always increment the micro version when
5797           changing the API.
5799 2007-07-05  Johannes Schmid <jhs@gnome.org>
5801         * libanjuta/interfaces/libanjuta.idl:
5802         * plugins/build-basic-autotools/build-basic-autotools.c:
5803         (on_build_mesg_format):
5804         * plugins/debug-manager/breakpoints.c:
5805         (breakpoint_item_update_in_ui),
5806         (breakpoints_dbase_edit_breakpoint),
5807         (on_toggle_breakpoint_activate):
5808         * plugins/debug-manager/plugin.c:
5809         (on_run_to_cursor_action_activate):
5810         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5811         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5812         (get_current_editor), (on_save_activate), (on_save_as_activate),
5813         (on_save_prompt_save_editor), (on_close_file_activate),
5814         (on_close_all_file_activate), (on_reload_file_activate),
5815         (anjuta_print_cb), (anjuta_print_preview_cb),
5816         (on_editor_command_upper_case_activate),
5817         (on_editor_command_lower_case_activate),
5818         (on_editor_command_undo_activate),
5819         (on_editor_command_redo_activate),
5820         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5821         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5822         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5823         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5824         (on_zoom_out_text_activate), (on_force_hilite_activate),
5825         (on_indent1_activate), (on_swap_activate),
5826         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5827         * plugins/document-manager/anjuta-docman.c:
5828         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5829         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5830         (anjuta_docman_dispose), (on_notebook_switch_page),
5831         (anjuta_docman_page_from_widget), (on_editor_destroy),
5832         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5833         (anjuta_docman_get_current_document),
5834         (anjuta_docman_set_current_document),
5835         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5836         (anjuta_docman_update_page_label),
5837         (anjuta_docman_get_document_from_path),
5838         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5839         (anjuta_docman_order_tabs):
5840         * plugins/document-manager/anjuta-docman.h:
5841         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5842         (update_editor_ui_interface_items), (update_editor_ui),
5843         (on_editor_update_save_ui), (on_editor_update_ui),
5844         (on_editor_changed), (on_save_prompt_save_editor),
5845         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5846         (ianjuta_docman_get_current_document),
5847         (ianjuta_docman_set_current_document),
5848         (ianjuta_docman_remove_buffer),
5849         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5850         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5851         (idocument_get_filename), (idocument_can_undo),
5852         (idocument_can_redo), (idocument_undo),
5853         (idocument_begin_undo_action), (idocument_end_undo_action),
5854         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5855         * plugins/language-support-cpp-java/plugin.c:
5856         (on_editor_char_inserted_cpp), (on_auto_indent):
5857         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5858         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5859         * plugins/sample1/plugin.c: (on_sample_action_activate):
5860         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5861         (on_next_occur), (on_incremental_entry_key_press),
5862         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5863         (on_toolbar_find_incremental_start),
5864         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5865         * plugins/search/search-replace.c: (search_and_replace),
5866         (write_message_pane), (search_start_over), (search_update_combos),
5867         (replace_update_combos), (anjuta_search_replace_activate):
5868         * plugins/search/search-replace_backend.c:
5869         (file_buffer_new_from_path), (create_search_entries):
5870         * plugins/sourceview/sourceview-print.c: (create_print_job):
5871         * plugins/sourceview/sourceview.c:
5872         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5873         (idocument_can_redo), (idocument_can_undo),
5874         (idocument_begin_undo_action), (idocument_end_undo_action),
5875         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5876         (idocument_get_filename), (idocument_iface_init):
5877         * plugins/tools/editor.c: (on_editor_response):
5878         * plugins/tools/execute.c: (atp_output_context_initialize),
5879         (atp_user_tool_execute):
5880         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5881         
5882         Create IAnjutaDocument interface. This interface is a more general idea
5883         of documents being anything that can be modified, has undo/redo and
5884         may have operations like copy/paste.
5885         The primary goal is to integrate better by making it use the standard file
5886         and edit menu instead of it's own glade menu. Of course the downside is that
5887         you won't be able to view a source file and the designer at the same time. Anyway
5888         so many people have complained that they "can't save a glade file" that I think
5889         this is the much better solution.
5890         Work on the glade plugin is still to come but the most difficult things should be
5891         done now.
5893 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5895         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5896           version 3.0.3.
5898 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5900         * libanjuta/anjuta-plugin-manager.c:
5901         (anjuta_plugin_manager_get_plugins_page),
5902         (anjuta_plugin_manager_get_remembered_plugins_page):
5903         * libanjuta/anjuta-plugin-manager.h:
5904         * src/anjuta-app.c: (anjuta_app_install_preferences):
5905         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5906         and remembered plugins preferences pages in separate pages (avoid
5907         crowd).
5909 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5911         Patch from James Liggett  <jrliggett@cox.net>:
5912         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5913         Installed editor preferences schemas. Fixes bug #453463.
5915 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5917         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5918         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5920 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5922         * plugins/document-manager/anjuta-document-manager.ui:
5923         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5924         * src/action-callbacks.c:
5925         * src/action-callbacks.h:
5926         * src/anjuta-actions.h:
5927         * src/anjuta-app.c: (anjuta_app_instance_init),
5928         (anjuta_app_install_preferences):
5929         * src/anjuta.glade:
5930         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5931         General preferences page. Move preferences menu from Settings to
5932         Edit submenu. And got rid of Settings submenu.
5934 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5936         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5937         
5938 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5940         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5941         as discussed and agreed with James Liggett.
5943         Patch from James Liggett  <jrliggett@cox.net>:
5945         * configure.in:
5946         * libanjuta/anjuta-plugin-manager.c:
5947         (on_activated_plugin_objects_foreach),
5948         (anjuta_plugin_manager_get_active_plugin_objects):
5949         * libanjuta/anjuta-plugin-manager.h:
5950         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5951         (anjuta_plugin_deactivate):
5952         * libanjuta/anjuta-preferences-dialog.c:
5953         (anjuta_preferences_dialog_finalize),
5954         (anjuta_preferences_dialog_class_init), (add_category_columns),
5955         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5956         (anjuta_preferences_dialog_remove_page):
5957         * libanjuta/anjuta-preferences.c: (property_destroy),
5958         (unregister_preferences_key), (register_callbacks),
5959         (preferences_foreach_callback), (connect_prop_to_object),
5960         (anjuta_preferences_register_property_raw),
5961         (anjuta_preferences_register_property_custom),
5962         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5963         (anjuta_preferences_remove_page),
5964         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5965         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5966         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5967         (anjuta_preferences_class_init), (anjuta_preferences_new):
5968         * libanjuta/anjuta-preferences.h:
5969         * plugins/build-basic-autotools/Makefile.am:
5970         * plugins/build-basic-autotools/build-basic-autotools.c:
5971         (ipreferences_unmerge):
5972         * plugins/cvs-plugin/Makefile.am:
5973         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5974         * plugins/document-manager/Makefile.am:
5975         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5976         * plugins/editor/plugin.c: (ipreferences_unmerge):
5977         * plugins/file-manager/Makefile.am:
5978         * plugins/file-manager/plugin.c: (activate_plugin),
5979         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5980         * plugins/gtodo/plugin.c: (ipreferences_merge),
5981         (ipreferences_unmerge):
5982         * plugins/language-support-cpp-java/Makefile.am:
5983         * plugins/language-support-cpp-java/plugin.c:
5984         (ipreferences_unmerge):
5985         * plugins/message-view/Makefile.am:
5986         * plugins/message-view/plugin.c: (ipreferences_unmerge):
5987         * plugins/sourceview/Makefile.am:
5988         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5989         * plugins/symbol-browser/Makefile.am:
5990         * plugins/symbol-browser/an_symbol_prefs.c:
5991         (symbol_browser_prefs_finalize):
5992         * plugins/terminal/Makefile.am:
5993         * plugins/terminal/terminal.c: (ipreferences_unmerge):
5994         * plugins/valgrind/plugin.c: (ipreferences_merge),
5995         (ipreferences_unmerge):
5996         * scripts/Makefile.am:
5997         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5998         * src/Makefile.am:
5999         * src/action-callbacks.c: (on_set_preferences1_activate):
6000         * src/anjuta-app.c: (anjuta_app_instance_init),
6001         (anjuta_app_install_preferences):
6002         * src/anjuta-app.h:
6003         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
6004         task: Bug #445314: On demand preferences widgets creation. Thanks
6005         James for this great work.
6007 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6009         * plugins/debug-manager/data_buffer.c,
6010         plugins/message-view/message-view.c: Fixed compiler warnings.
6012 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
6014         * src/action-callbacks.c: (help_activate),
6015         (on_help_manual_activate), (on_help_tutorial_activate),
6016         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
6018         Fixed help activation (bug #451557).
6020 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
6022         * AUTHORS: Added James Liggett. Forgot to add him before :(
6024 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
6026         * plugins/debug-manager/debugger.c,
6027         plugins/debug-manager/plugin.c,
6028         plugins/gdb/debugger.c,
6029         libanjuta/interfaces/libanjuta.idl:
6030         Add a GError* parameter to debugger-stopped signal
6032         * (added) libanjuta/anjuta-error.c,
6033         (added) libanjuta/anjuta-error.h,
6034         libanjuta/Makefile.am:
6035         Register GError as a boxed type
6037         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6038         Support GError* in signal, GError must be registered as a boxed type
6039         Accept NULL as strings
6041 === anjuta 2.2.0 ===
6043 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
6045         * configure.in: Bumped version to 2.2.0
6046         * NEWS: Updated for 2.2.0 stable release.
6047         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
6048         Reduce the idle priority to make the UI update before anything else.
6050 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
6052         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
6054         * libanjuta/interfaces/libanjuta.idl:
6055         * plugins/document-manager/action-callbacks.c:
6056         (on_editor_command_complete_word_activate):
6057         * plugins/document-manager/plugin.c:
6058         (update_editor_ui_interface_items):
6059         * plugins/editor/text_editor.c: (iautocomplete_activate),
6060         (iautocomplete_iface_init):
6061         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6063         Moved autocomplete() method away from IAnjutaEditorAssist into
6064         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
6065         autocomplete and does not crash with sourceview. Fixes Bug #449620
6066         – The auto completion functionality not work. Also sets menuitem 
6067         insensitive when hiding them.
6069         * plugins/debug-manager/disassemble.c:
6070         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
6071         printf types.
6073 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
6075         * pixmaps/anjuta_splash.png: Updated.
6076         
6077         * plugins/search/search-replace.c
6078         (anjuta_search_replace_activate): Fixed "Find in Files" to select
6079         the right target (project).
6080         * ChangeLog: Added missing log.
6082 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6084         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
6085         manuals/anjuta-manual/C/fileoperations.xml,
6086         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
6088         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
6090         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
6092 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6094         * TODO.tasks: Added bounty for on-demand preferences.
6096         Patch from Thierry Moisan:
6097         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
6098         (bug #88824).
6100 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6102         Patch from tpgww@onepost.net:
6104         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6105         * libegg/test-actions.c:
6106         * libegg/test-multi-drag.c: (main):
6107         * plugins/debug-manager/memory.c: (read_memory_block):
6108         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6110         Fixes compile warnings. Fixes bug #427101.
6112 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6114         Patch from James Liggett:
6116         * plugins/profiler/gprof-options.c: (on_option_changed),
6117         (setup_widgets):
6118         * plugins/profiler/gprof-options.h:
6119         * plugins/profiler/gprof-profile-data.c:
6120         (gprof_profile_data_init_profile):
6121         * plugins/profiler/gprof-profile-data.h:
6122         * plugins/profiler/plugin.c: (profiler_get_data),
6123         (profiler_set_target), (register_options),
6124         (on_profile_data_browse_button_clicked),
6125         (on_profiling_options_button_clicked), (on_profiler_delete_data):
6126         * plugins/profiler/profiler.glade: implements independent targets.
6127         implements the ability to select arbitrary gmon.out files.
6128         Fixes bug #403502 – User should also be allowed to select an
6129         independent executable target.
6131 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6133         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6135         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6136         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6138 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6140         * plugins/debug-manager/plugin.c,
6141         plugins/debug-manager/breakpoints.c:
6142         Remove weak pointers when owner is destroyed
6143         Remove all breakpoints before loading new one
6145 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
6147         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6148          
6149 2007-06-19  Naba Kumar  <naba@gnome.org>
6151         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6152         Bug #448491 Empty Lines Problem.
6154         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6155         
6156         * data/default.profile, plugins/message-view/plugin.c: Do not
6157         restore session for messages.
6158         Fixes bug #377461 – don't create new message window for each
6159         build/find.
6161         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6162         Fixes a crash on exit/project-close if profiler plugin is loaded.
6164 2007-06-17  Naba Kumar  <naba@gnome.org>
6166         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6167         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6169         * plugins/file-loader/plugin.c: Fail on opening non existent files.
6170         Bug #448034 – Anjuta crashes on starting (when the last project
6171         directory was deleted).
6173         * plugins/document-manager/plugin.c: Set line markers for files
6174         opened via IAnjutaFile::open(). Fixes missing line markers while
6175         navigating symbols.
6177 2007-06-17  Naba Kumar  <naba@gnome.org>
6179         * plugins/sourceview/sourceview.glade: Set correct font
6180         default value and use monospace instead of sans. Fixes
6181         bug #448408 – crash in Anjuta IDE: Trying to change the
6182         editor
6184 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6186         * plugins/search/search-replace.c,
6187         plugins/search/search-replace.h,
6188         plugins/search/anjuta-search.glade:
6189         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6190         Fixes bug #355166
6192 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6194         * plugins/debug-manager/plugin.c,
6195         plugins/debug-manager/breakpoints.c:
6196         Add weak references, fixes bug #448053 ?
6198 2007-06-16  Naba Kumar  <naba@gnome.org>
6200         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6201         dialog to allow forgetting them if user chooses to select a different
6202         one.
6204 2007-06-13  Naba Kumar  <naba@gnome.org>
6206         * plugins/sourceview/sourceview-prefs.c: Initialize font
6207         on startup correctly if use_theme is set.
6209         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6210         if available for default font. Fixes bug #447304.
6212         * plugins/sourceview/sourceview-prefs.c: Return value based
6213         on right data type. Fixes Bug #438878 – Using gtksourceview editor
6214         for the first time has black background
6215         
6216         * plugins/project-manager/plugin.c: Give a better error message
6217         when project could not be loaded.
6219         * libanjuta/anjuta-serializer.c: Added a comment.
6221 2007-06-13  Johannes Schmid <jhs@gnome.org>
6223         * configure.in:
6224         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6225         most warnings to avoid simple coding problems.
6226         
6227         * plugins/message-view/anjuta-msgman.c:
6228         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6229         * plugins/message-view/plugin.c: (on_view_changed),
6230         (ianjuta_msgman_add_view):
6231         
6232         Fixed #440866 by always presenting the message-manager when a tab is
6233         added because Gtk+ seems to have problems to add tabs to hidden widgets.
6234         
6235         * plugins/subversion/subversion-callbacks.c:
6236         (on_subversion_commit_response):
6237         Destroy dialog if user clicks "No"
6239 2007-06-12  Naba Kumar  <naba@gnome.org>
6241         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6242         read and use of uninitialized variable.
6244         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6245         because it is used in credits listing and packaging could compress
6246         it in docdir. Fixes bug #397881: The credits are empty
6248         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6249         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6250         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6251         plugins/symbol-browser/an_symbol_info.c,
6252         plugins/symbol-browser/plugin.c,
6253         plugins/symbol-browser/an_symbol_view.c,
6254         plugins/editor/aneditor-autocomplete.cxx:
6256         - Do not access TMTag
6257         member in TMSymbol when freeing it because by then the tags
6258         could have changed. Avoids dangerous memory corruptions by freeing
6259         someone else's memory (Could explain those random crashes when
6260         refreshing symbols or re-loading a different project or closing
6261         a project). Anything that tries to refresh symbols could trigger
6262         this corruptions.
6263         - Added a flag to also retrieve method definitions as part of
6264         the class's scope members. And used it to set both function prototype
6265         and definition in symbols. Fixes navigation to prototype and
6266         function definitions from symbol browser (bug #440370)
6268         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6269         memory. Could fix those bogus 'file changed' dialogs.
6271         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6273 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6275         * (added) libanjuta/anjuta-utils-priv.h,
6276         libanjuta/anjuta-utils.h,
6277         libanjuta/anjuta-launcher.c,
6278         libanjuta/Makefile.am:
6279         Fix bug #440801: do not use config.h in public include files
6281 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6283         * plugins/project-wizard/templates/mkfile.wiz:
6284         Fix bug #442038: missing project.sh file
6286         * configure.in,
6287         plugins/project-wizard/templates/Makefile.am,
6288         plugins/project-wizard/templates/translatable-strings.h,
6289         (added) plugins/project-wizard/templates/sdl.wiz,
6290         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6291         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6292         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6293         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6294         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6295         (added) plugins/project-wizard/templates/sdl/src/main.c,
6296         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6297         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6298         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6299         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6300         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6301         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6302         Fix bug #315635: add a SDL project wizard
6304 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6306         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6307         when SIGCHLD is triggered when main loop context is locked. Dead lock
6308         happens when child_exited callback also accesses main loop context.
6309         Happens particularly badly in debug target exiting.
6311 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6313         * manuals/anjuta-manual/C/debugger.xml:
6314         First update of the debugger documentation
6316 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6318         * manuals/anjuta-manual/C/fileoperations.xml,
6319         manuals/anjuta-manual/C/projects.xml,
6320         manuals/anjuta-manual/C/anjuta-manual.xml,
6321         manuals/anjuta-manual/C/build.xml,
6322         manuals/anjuta-manual/C/execute.xml,
6323         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6324         Added project properties documentation. Moved execution section
6325         inside project management. Removed dead documentation.
6327 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6329         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6330         plugins/symbol-browser/plugin.h,
6331         plugins/symbol-browser/an_symbol_prefs.c,
6332         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6333         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6334         progress bar instead of separate window for system tags
6335         generation. Renamed AnjutaStatus methods to a proper ones.
6337         * plugins/symbol-browser/plugin.c,
6338         plugins/symbol-browser/plugin.h,
6339         plugins/symbol-browser/an_symbol_prefs.c,
6340         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6341         global-tags/create_global_tags.sh.in: Get rid of message window
6342         for showing global tags creation and use a small window with
6343         progress bar.
6345 2007-05-30  Naba Kumar  <naba@gnome.org>
6347         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6348         Bug 442315 – After calling configure, the build menus are still insensitive,
6349         Bug 442314 – Autogeneration fails when there is no autogen.sh
6351         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6352         fails to remove target/source/group. Fixes bug #440196 – crash in
6353         Anjuta IDE: removing a target
6355 2007-05-29  Naba Kumar  <naba@gnome.org>
6357         * plugins/symbol-browser/an_symbol_view.c,
6358         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6359         tags generation. Fixed runtime warning.
6361 2007-05-28  Naba Kumar  <naba@gnome.org>
6363         Patch from James Liggett  <jrliggett@cox.net>:
6364         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6365         Fixed bug #403502 – User should also be allowed to select an
6366         independent executable target.
6368 2007-05-27  Johannes Schmid <jhs@gnome.org>
6370         * plugins/build-basic-autotools/build-basic-autotools.c:
6371         (get_real_directory), (on_build_mesg_format):
6372         
6373         Find correct files for error messages inside scratchbox
6375 2007-05-27  Naba Kumar  <naba@gnome.org>
6377         * manuals/anjuta-manual/C/projects.xml,
6378         manuals/anjuta-manual/C/projects.xml: Updated project
6379         management chapter more.
6381 2007-05-25  Johannes Schmid <jhs@gnome.org>
6383         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6384         * plugins/build-basic-autotools/build-basic-autotools.c:
6385         (on_sb_check_toggled), (build_execute_command),
6386         (ipreferences_merge), (ipreferences_unmerge):
6387         Added support for building inside scratchbox environment
6388         
6389         Patch from James Liggett <jrliggett@cox.net>:
6390         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6391         (anjuta_msgman_append_view):
6393         Fix 440866 
6394           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6396 2007-05-23  Naba Kumar  <naba@gnome.org>
6398         * manuals/anjuta-manual/C/projects.xml: Updated project
6399         management chapter.
6401 2007-05-22  Naba Kumar  <naba@gnome.org>
6403         * manuals/anjuta-manual/C/projects.xml: More updates.
6405         * manuals/anjuta-manual/C/introduction.xml,
6406         manuals/anjuta-manual/C/projects.xml,
6407         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6409 2007-05-22  Naba Kumar  <naba@gnome.org>
6411         Patch from Étienne Bersac:
6412         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6413         class in generated class.
6415 2007-05-22  Naba Kumar  <naba@gnome.org>
6417         * plugins/profiler/plugin.c: Fixed a compiler warning.
6418         * plugins/valgrind/Makefile.am: Added ldflags.
6420         Patch from James Liggett:
6421         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6422         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6423         specific options.
6425 2007-05-18  Johannes Schmid <jhs@gnome.org>
6427         * plugins/editor/text_editor.c:
6428         * plugins/language-support-cpp-java/plugin.c:
6429         (on_editor_language_changed), (on_value_added_current_editor),
6430         (on_value_removed_current_editor):
6431         
6432         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6433         Fix assist support in language-support-plugin.
6435 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6437         * libanjuta/interfaces/libanjuta.idl:
6438         Add a new interface allowing to implement plugin able
6439         to load other plugins (not written in C)
6441         * libanjuta/anjuta-plugin-handle.c,
6442         libanjuta/anjuta-plugin-handle.h:
6443         Add a language and a resident plugin properties
6445         * libanjuta/anjuta-glue-plugin.c,
6446         libanjuta/anjuta-glue-plugin.h,
6447         (added)libanjuta/anjuta-glue-c.c,
6448         (added)libanjuta/anjuta-glue-c.h,
6449         libanjuta/Makefile.am:
6450         Split code used to load a C plugin into a common part
6451         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6453         * libanjuta/anjuta-glue-factory.c,
6454         libanjuta/anjuta-glue-factory.h,
6455         libanjuta/anjuta-plugin-manager.c:
6456         Allow to load plugin not written in C and search for the
6457         additional needed code in another plugin
6459 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6461         * plugins/editor/text_editor.c:
6462         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6463         avoiding a crash if scintilla is used
6465 2007-05-14  Johannes Schmid <jhs@gnome.org>
6467         * libanjuta/interfaces/libanjuta.idl:
6468         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6469         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6470         (on_assist_chosen), (on_assist_update), (get_context),
6471         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6472         (install_assist), (uninstall_assist), (install_support),
6473         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6474         (cpp_java_plugin_instance_init):
6475         * plugins/language-support-cpp-java/plugin.h:
6476         Use IAnjutaEditorAssist to show language specific suggestions
6477         
6478         * plugins/sourceview/Makefile.am:
6479         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6480         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6481         * plugins/sourceview/anjuta-view.h:
6482         * plugins/sourceview/assist-window.c: (assist_window_expose),
6483         (assist_window_set_property), (assist_window_get_property),
6484         (assist_window_class_init), (assist_activated),
6485         (assist_window_init), (assist_window_finalize),
6486         (assist_window_select), (assist_window_first),
6487         (assist_window_last), (assist_window_up), (assist_window_down),
6488         (get_coordinates), (assist_window_move), (assist_window_update),
6489         (assist_window_filter_keypress), (assist_window_is_active),
6490         (assist_window_new), (assist_window_get_trigger),
6491         (assist_window_get_position):
6492         * plugins/sourceview/assist-window.h:
6493         * plugins/sourceview/sourceview-args.c (removed):
6494         * plugins/sourceview/sourceview-args.h (removed):
6495         * plugins/sourceview/sourceview-autocomplete.c (removed):
6496         * plugins/sourceview/sourceview-autocomplete.h (removed):
6497         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6498         * plugins/sourceview/sourceview-private.h:
6499         * plugins/sourceview/sourceview-scope.c(removed):
6500         * plugins/sourceview/sourceview-scope.h(removed):
6501         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6502         (on_assist_cancel), (on_document_char_added),
6503         (on_reload_dialog_response), (sourceview_class_init),
6504         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6505         (iassist_remove_trigger), (iassist_autocomplete),
6506         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6507         (iassist_react), (iassist_iface_init):
6508         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6509         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6510         
6511         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6512         - Mark files dirty if reload dialog is canceled.
6514 2007-05-12  Naba Kumar  <naba@gnome.org>
6516         * libanjuta/anjuta-launcher.h: Corrected include file.
6518 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6520         * libanjuta/anjuta-glue-plugin.c,
6521         libanjuta/anjuta-glue-plugin.h,
6522         libanjuta/anjuta-glue-factory.c,
6523         libanjuta/anjuta-glue-factory.h,
6524         ibanjuta/anjuta-plugin-manager.c:
6525         Move code used to load a C plugin from glue-factory to glue-plugin
6526         So loading a plugin written in another language could be done by
6527         just using another object derived from AnjutaGluePlugin
6529         * libanjuta/libanjuta.h:
6530         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6531         includes
6533 === anjuta 2.1.3 ===
6535 2007-05-11  Naba Kumar  <naba@gnome.org>
6537         * configure.in: Bumped version to 2.1.3
6538         * NEWS: Updated.
6539         * AUTHORS: Updated.
6540         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6542 2007-05-11  Naba Kumar  <naba@gnome.org>
6544         * configure.in:
6545         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6546         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6547         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6549 2007-05-10  Johannes Schmid <jhs@gnome.org>
6551         * plugins/search/plugin.c:
6552         Make incremental search behave less annoying
6553         
6554 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6556         * plugins/macro/macro-util.c:
6557         Fix bug #419008 and bug #419036
6558         When creating new header file, use name and email set in
6559         preferences and replace invalid C character by underscore
6560         in guards
6562 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6564         * plugins/search/search-replace.c,
6565         plugins/search/search-replace_backend.c:
6566         Disable search button if search expression is empty (bug #378193)
6568 2007-05-08  Naba Kumar  <naba@gnome.org>
6570         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6571         build error.
6573 2007-05-07  Naba Kumar  <naba@gnome.org>
6575         * configure.in:
6576         * plugins/project-wizard/templates/Makefile.am:
6577         * plugins/project-wizard/templates/minimal.wiz:
6578         * plugins/project-wizard/templates/minimal/.cvsignore:
6579         * plugins/project-wizard/templates/minimal/Makefile.am:
6580         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6581         * plugins/project-wizard/templates/minimal/autogen.sh:
6582         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6583         * plugins/project-wizard/templates/minimal/project.anjuta:
6584         Added 'minimal', a generic and flat, project template.
6585         
6586 2007-05-05  Naba Kumar  <naba@gnome.org>
6588         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6590         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6591         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6592         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6593         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6594         instead of a real one, fixes interdependency with libanjuta.
6595         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6596         * libanjuta/Makefile.am: 
6597         * libegg/Makefile.am:
6598         * plugins/build-basic-autotools/Makefile.am:
6599         * plugins/class-gen/Makefile.am:
6600         * plugins/class-inheritance/Makefile.am:
6601         * plugins/cvs-plugin/Makefile.am:
6602         * plugins/debug-manager/Makefile.am:
6603         * plugins/devhelp/Makefile.am:
6604         * plugins/document-manager/Makefile.am:
6605         * plugins/editor/Makefile.am:
6606         * plugins/file-loader/Makefile.am:
6607         * plugins/file-manager/Makefile.am:
6608         * plugins/file-wizard/Makefile.am:
6609         * plugins/gdb/Makefile.am:
6610         * plugins/glade/Makefile.am:
6611         * plugins/gtodo/Makefile.am:
6612         * plugins/language-support-cpp-java/Makefile.am:
6613         * plugins/macro/Makefile.am:
6614         * plugins/message-view/Makefile.am:
6615         * plugins/patch/Makefile.am:
6616         * plugins/profiler/Makefile.am:
6617         * plugins/project-import/Makefile.am:
6618         * plugins/project-manager/Makefile.am:
6619         * plugins/project-wizard/Makefile.am:
6620         * plugins/sample1/Makefile.am:
6621         * plugins/search/Makefile.am:
6622         * plugins/sourceview/Makefile.am:
6623         * plugins/subversion/Makefile.am:
6624         * plugins/symbol-browser/Makefile.am:
6625         * plugins/terminal/Makefile.am:
6626         * plugins/tools/Makefile.am:
6627         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6629 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
6631         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6633 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6635         * libanjuta/anjuta-launcher.c,
6636         libanjuta/anjuta-launcher.h:
6637         Add some missing implementation
6639 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
6641         Reviewed by Naba Kumar  <naba@gnome.org>:
6642         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6643         for uninstall-hook.
6645 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
6647         Reviewed by Naba Kumar  <naba@gnome.org>:
6648         * plugins/editor/text_editor.c: Large memory addresses were being
6649         truncated, switched to glong (bug #422143).
6651 2007-04-24  Naba Kumar  <naba@gnome.org>
6653         * plugins/document-manager/plugin.c: (prefs_finalize):
6654         * plugins/editor/aneditor-autocomplete.cxx:
6655         * plugins/editor/text_editor_menu.c:
6656         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6657         * plugins/file-loader/plugin.c: (open_file_with),
6658         (create_open_with_submenu):
6659         * plugins/file-manager/plugin.c: (prefs_finalize):
6660         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6661         pointer type castings.
6663 2007-04-24  Naba Kumar  <naba@gnome.org>
6665         Patch from s|s  <supreet.sethi@gmail.com>:
6666         * (added) plugins/project-wizard/templates/django-logo.png:
6667         * (added) plugins/project-wizard/templates/django.wiz:
6668         * plugins/project-wizard/templates/Makefile.am:
6669         * plugins/project-wizard/templates/translatable-strings.h: Added
6670         django project template. http://www.djangoproject.com/
6672 2007-04-24  Naba Kumar  <naba@gnome.org>
6674         * plugins/subversion/anjuta-subversion.glade: Set expansion for
6675         the log entry widget and made the dialog little larger.
6677 2007-04-24  Naba Kumar  <naba@gnome.org>
6679         Patch from Halton Huo:
6680         * configure.in:
6681         * plugins/project-wizard/property.c:
6682         * plugins/subversion/svn-auth.c:
6683         * plugins/subversion/svn-backend-priv.h:
6684         * plugins/subversion/svn-backend.c:
6685         * plugins/subversion/svn-backend.h:
6686         * plugins/subversion/svn-notify.h: Proper use of subversion
6687         headers. Fixes build issues in solaris (bug #426701).
6689 2007-04-24  Naba Kumar  <naba@gnome.org>
6691         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6692         
6693         * plugins/project-wizard/templates/cpp.wiz:
6694         * plugins/project-wizard/templates/gcj.wiz:
6695         * plugins/project-wizard/templates/gnome.wiz:
6696         * plugins/project-wizard/templates/gtk.wiz:
6697         * plugins/project-wizard/templates/gtkmm.wiz:
6698         * plugins/project-wizard/templates/java.wiz:
6699         * plugins/project-wizard/templates/python.wiz:
6700         * plugins/project-wizard/templates/terminal.wiz:
6701         * plugins/project-wizard/templates/wxwin.wiz:
6702         * plugins/project-wizard/templates/xlib-dock.wiz:
6703         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6704         project option and set it ON by default (since gnome-build, can't
6705         enabled configure shared lib support later when a sharedlib target
6706         is added).
6708 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6710         * plugins/debug-manager/stack_trace.c:
6711         Fix a missing case in the previous changes
6713 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6715         * plugins/debug-manager/plugin.c:
6716         Fix bug #430401
6718         * plugins/debug-manager/breakpoints.c,
6719         plugins/gdb/plugin.c:
6720         Fix adding breakpoint on a function
6722         * plugins/debug-manager/stack_trace.c:
6723         Highlight changed stack frame
6725 2007-04-18  Naba Kumar  <naba@gnome.org>
6727         * plugins/document-manager/anjuta-docman.c:
6728         (anjuta_docman_dispose), (on_editor_destroy),
6729         (anjuta_docman_remove_editor): Remove the editor widget from
6730         the parent container before calling destroy, otherwise container
6731         removal happens after TextEditor is disposed resulting in call
6732         to value-remove for a TextEditor which is half-dead (crash).
6734 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6736         * plugins/debug-manager/data_buffer.c
6737         plugins/debug-manager/data_view.c,
6738         plugins/debug-manager/memory.c:
6739         Fixes for bug #418523, bug #427090 and bug #428174
6741 2007-04-11 Halton Huo <halton.huo@sun.com>
6743         reviewed by: <jhs@gnome.org>
6745         * configure.in:
6746         * libanjuta/Makefile.am:
6747         * libanjuta/anjuta-utils.c:
6748         * libanjuta/anjuta-utils.h:
6749         * manuals/reference/libanjuta/Makefile.am:
6750         
6751         Fixed compilation on sun by deploying the libutil methods
6752         in anjuta-utils.h and building them on condition.
6754 2007-04-11  Johannes Schmid <jhs@gnome.org>
6756         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6757         (anjuta_docman_add_editor):
6758         Hold a reference on the editor as long as we use it.
6759         
6760         * plugins/document-manager/plugin.c: (on_editor_changed):
6761         Destroy GValue to fix a memoery leak.
6763 2007-04-11  Johannes Schmid <jhs@gnome.org>
6765         * plugins/document-manager/plugin.c: (on_editor_changed):
6766         Fixed reference counting for editor by using g_value_take_object instead
6767         of g_value_set_object. The editors are now correctly finalized and thus
6768         we do not lack so much memory anymore.
6769         
6770         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6771         (anjuta_view_finalize), (anjuta_view_focus_out),
6772         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6773         * plugins/sourceview/anjuta-view.h:
6774         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6775         * plugins/sourceview/sourceview-prefs.c:
6776         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6777         * plugins/sourceview/sourceview-prefs.h:
6778         * plugins/sourceview/sourceview-private.h:
6779         * plugins/sourceview/sourceview.c: (on_document_loaded),
6780         (timeout_unref), (on_document_saved), (sourceview_finalize),
6781         (sourceview_new), (ifile_open), (ifile_savable_save),
6782         (ifile_savable_save_as):
6784         Several changes to fix things when the editor is correctly destroyed.
6785         Fixed preferences (which led me to the refcounting issue, #409412)
6786         and removed deprecated completition code that will be replace by
6787         IAnjutaAssist interface soon. 
6789 2007-04-11  Johannes Schmid <jhs@gnome.org>
6791         * libanjuta/anjuta-launcher.c:
6792         (anjuta_launcher_execution_done_cleanup),
6793         (anjuta_launcher_child_terminated):
6794         Possible fix for #428363 and added a g_return_if_fail
6796         * plugins/message-view/plugin.c: (activate_plugin):
6797         Fixed a Gtk/Gdl-Critical
6798         
6799         Patches from Étienne Bersac <bersace03@laposte.net>
6800         * plugins/class-gen/templates/go-source.tpl:
6801         * plugins/macro/macros.xml:
6802         Use better template for GObjects (#417875 and #417918)
6803         
6804         Patches from Halton Huo <halton.huo@sun.com>
6805         * libanjuta/anjuta-launcher.h:
6806         * libanjuta/anjuta-preferences.c:
6807         * libanjuta/anjuta-utils.c:
6808         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6809         (cg_window_set_add_to_repository):
6810         * plugins/class-inheritance/class-inherit.c:
6811         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6813 2007-04-09  Johannes Schmid <jhs@gnome.org>
6815         * plugins/editor/print.c: (anjuta_print_show_header):
6816         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6817         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6819   Some string changes (#427395 and #427399)
6821 2007-04-06  Johannes Schmid <jhs@gnome.org>
6823         * plugins/build-basic-autotools/build-basic-autotools.c:
6824         (on_build_mesg_format), (on_build_mesg_parse):
6825         Fixed full path detection
6827 2007-04-05  Naba Kumar  <naba@gnome.org>
6829         Patch from Halton Huo:
6830         * libanjuta/Makefile.am:
6831         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6832         * libanjuta/anjuta-glue-cpp.h:
6833         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6834         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6835         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6836         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6837         (load_plugin), (anjuta_glue_factory_get_object_type):
6838         * libanjuta/anjuta-glue-factory.h:
6839         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6840         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6841         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6842         (anjuta_glue_plugin_new):
6843         * libanjuta/anjuta-glue-plugin.h:
6844         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6845         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6846         * libanjuta/anjuta-plugin.h:
6847         * libanjuta/glue-cpp.c:
6848         * libanjuta/glue-cpp.h:
6849         * libanjuta/glue-factory.c:
6850         * libanjuta/glue-factory.h:
6851         * libanjuta/glue-plugin.c:
6852         * libanjuta/glue-plugin.h:
6853         * plugins/build-basic-autotools/build-basic-autotools.h:
6854         * plugins/class-gen/plugin.h:
6855         * plugins/class-inheritance/plugin.h:
6856         * plugins/cvs-plugin/plugin.h:
6857         * plugins/debug-manager/plugin.h:
6858         * plugins/devhelp/plugin.h:
6859         * plugins/document-manager/plugin.h:
6860         * plugins/editor/plugin.h:
6861         * plugins/file-loader/plugin.h:
6862         * plugins/file-manager/plugin.h:
6863         * plugins/file-wizard/plugin.h:
6864         * plugins/gdb/plugin.h:
6865         * plugins/glade/plugin.h:
6866         * plugins/gtodo/plugin.h:
6867         * plugins/language-support-cpp-java/plugin.h:
6868         * plugins/macro/plugin.h:
6869         * plugins/message-view/plugin.h:
6870         * plugins/patch/plugin.h:
6871         * plugins/profiler/plugin.h:
6872         * plugins/project-import/plugin.h:
6873         * plugins/project-manager/plugin.h:
6874         * plugins/project-wizard/plugin.h:
6875         * plugins/sample1/plugin.h:
6876         * plugins/search/plugin.h:
6877         * plugins/sourceview/plugin.h:
6878         * plugins/subversion/plugin.h:
6879         * plugins/symbol-browser/plugin.h:
6880         * plugins/terminal/terminal.c:
6881         * plugins/tools/plugin.h:
6882         * plugins/tools/scripts/tools-2.xml.in:
6883         * plugins/valgrind/plugin.h:
6885         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6887 2007-04-05  Naba Kumar  <naba@gnome.org>
6889         * anjuta.spec.in, configure.in: Removed dead codes.
6890         
6891         Patch from Jos Dehaes:
6892         * configure.in, plugins/project-wizard/templates/Makefile.am,
6893         plugins/project-wizard/templates/mkfile.wiz,
6894         plugins/project-wizard/templates/translatable-strings.h: Enabled
6895         makefile-based project creation and import. Fixes bug #355145
6897 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6899         * plugins/debug-manager/debugger.c,
6900         plugins/debug-manager/plugin.c,
6901         plugins/gdb/anjuta-gdb.plugin.in:
6902         Code cleaning (remove unused code, rename this into self)
6903         Add information about supported format in debugger plugin
6904         Activate debugger plugin according to the target format
6906 2007-04-01  Naba Kumar  <naba@gnome.org>
6908         * plugins/message-view/message-view.c:
6909         (message_view_instance_init): Fixed message icons to appear.
6911 2007-03-31  Johannes Schmid <jhs@gnome.org>
6913         * plugins/message-view/anjuta-msgman.c:
6914         (anjuta_msgman_append_view):
6915         * plugins/message-view/plugin.c: (on_view_changed),
6916         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6917         
6918         Fixed #424845
6920 2007-03-31  Johannes Schmid <jhs@gnome.org>
6922         * plugins/message-view/message-view.c:
6923         (message_view_instance_init), (imessage_view_append):
6924         Show nice icons beside the messages for info, warning and error. This is a completly
6925         cosmetic change so if someone dislikes it he is free to remove it.
6927 2007-03-31  Johannes Schmid <jhs@gnome.org>
6928         
6929         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6930         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6931         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6932         * plugins/message-view/anjuta-msgman.h:
6933         * plugins/message-view/message-view.h:
6934         * plugins/message-view/plugin.c: (on_view_changed),
6935         (activate_plugin):
6936         Fixed #359399 and made next/previous insensitive when not availible
6937         
6938         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6939         (tag_style_to_string):
6940         Fixed namespace Problem with gdk >= 2.11
6941         
6942         * plugins/sourceview/sourceview-autocomplete.c:
6943         (sourceview_autocomplete_init):
6944         Removed structure, follow-up of #423682
6946 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6948         * plugins/debug-manager/debug_tree.c,
6949         plugins/debug-manager/debug_tree.h,
6950         plugins/debug-manager/watch.c,
6951         plugins/debug-manager/anjuta-debug-manager.glade:
6952         Inspect variable at cursor
6953         Fix buttons in inspect dialog
6955 2007-03-27  Halton Huo  <halton.huo@sun.com>
6957         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
6959         * plugins/sourceview/sourceview-autocomplete.c
6960         plugins/debug-manager/disassemble.c,
6961         libanjuta/interfaces/libanjuta.idl:
6962         Remove array with 0 size and empty structure as it is not
6963         supported by sun cc, Fixes bug #423682
6965         * plugins/debug-manager/debugger.c:
6966         Remove anonymous union as it is not supported by sun cc,
6967         Fixes bug #423680
6969 === anjuta 2.1.2 ===
6971 2007-03-28  Naba Kumar  <naba@gnome.org>
6973         * configure.in: Bumped version to 2.1.2
6974         * NEWS: Updated for release.
6975         
6976         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6977         Improved breakpoint marker icon.
6978         
6979         * plugins/editor/anjuta-editor.plugin.in,
6980         plugins/sourceview/sourceview.plugin.in: Made editor plugins
6981         non user activable since they are now remembered properly.
6983 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6985         * plugins/tools/editor.c:
6986         Fix bug #423270
6988 2007-03-27  Naba Kumar  <naba@gnome.org>
6990         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6991         word when autocompleting without leaving any trailing part of
6992         the word.
6994 2007-03-27  Kamil Páral  <ripper42@gmail.com>
6996         Reviewed by Naba Kumar  <naba@gnome.org>:
6997         * anjuta.desktop.in.in: Remove "Application" category from desktop
6998         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6999         
7000 2007-03-27  Naba Kumar  <naba@gnome.org>
7001         
7002         * configure.in, plugins/document-manager/anjuta-docman.c:
7003         (anjuta_docman_add_editor): Conditionally compile notebook tab
7004         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
7006         Patch from Halton Huo:
7007         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
7008         non gcc compiler flags. Fixes bug #423089.
7009         
7010 2007-03-26  Naba Kumar  <naba@gnome.org>
7011         
7012         * AUTHORS, NEWS, TODO.tasks: Updated.
7013         
7014         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
7015         close menuitem.
7016         
7017         * plugins/symbol-browser/plugin.c: (on_editor_saved),
7018         (update_editor_symbol_model), (iter_matches),
7019         (on_editor_update_ui), (value_added_current_editor),
7020         (activate_plugin), (dispose),
7021         (symbol_browser_plugin_instance_init):
7022         * plugins/symbol-browser/plugin.h: update line on editor save
7023         and editor change. Code clean up and fixed warnings.
7025 2007-03-26  Naba Kumar  <naba@gnome.org>
7027         * plugins/project-wizard/templates/java/project.anjuta,
7028         plugins/project-wizard/templates/python/project.anjuta,
7029         plugins/project-wizard/templates/python/project.anjuta:
7030         Removed version control plugins from default selection.
7032         * plugins/tools/scripts/prepare-changelog.pl,
7033         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
7034         script to a better one (that works on both cvs and svn).
7036 2007-03-26  Naba Kumar  <naba@gnome.org>
7038         * (added) plugins/project-wizard/templates/translatable-strings.pl,
7039         Makefile.am: Added the generated translatable file (required for
7040         translations for svn checkouts).
7042         * (added)
7043         plugins/project-wizard/templates/extract-translatable-strings.pl
7044         plugins/project-wizard/templates/Makefile.am, Makefile.am,
7045         po/POTFILES.in: Generated translatable strings for .wiz files and
7046         added them in POTFILES.in for translation. Fixes bug #398035
7048 2007-03-25  Naba Kumar  <naba@gnome.org>
7050         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
7051         
7052         * src/anjuta-app.c: Removed dead codes.
7053         
7054         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
7055         global tags generation starts.
7056         
7057         * plugins/debug-manager/chunk_view.c,
7058         plugins/debug-manager/start.h,
7059         plugins/debug-manager/chunk_view.h,
7060         plugins/debug-manager/utilities.c,
7061         plugins/debug-manager/utilities.h,
7062         plugins/debug-manager/debugger.c,
7063         plugins/debug-manager/threads.c,
7064         plugins/debug-manager/disassemble.c,
7065         plugins/debug-manager/info.c,
7066         plugins/debug-manager/sharedlib.c,
7067         plugins/debug-manager/threads.h,
7068         plugins/debug-manager/disassemble.h,
7069         plugins/debug-manager/signals.c,
7070         plugins/debug-manager/info.h,
7071         plugins/debug-manager/sharedlib.h,
7072         plugins/debug-manager/data_buffer.c,
7073         plugins/debug-manager/data_view.c,
7074         plugins/debug-manager/signals.h,
7075         plugins/debug-manager/debug_tree.c,
7076         plugins/debug-manager/watch.c,
7077         plugins/debug-manager/registers.c,
7078         plugins/debug-manager/data_buffer.h,
7079         plugins/debug-manager/data_view.h,
7080         plugins/debug-manager/memory.c,
7081         plugins/debug-manager/debug_tree.h,
7082         plugins/debug-manager/watch.h,
7083         plugins/debug-manager/registers.h,
7084         plugins/debug-manager/memory.h,
7085         plugins/debug-manager/locals.c,
7086         plugins/debug-manager/sexy-icon-entry.c,
7087         plugins/debug-manager/breakpoints.c,
7088         plugins/debug-manager/locals.h,
7089         plugins/debug-manager/sexy-icon-entry.h,
7090         plugins/debug-manager/stack_trace.c,
7091         plugins/debug-manager/breakpoints.h,
7092         plugins/debug-manager/sparse_buffer.c,
7093         plugins/debug-manager/sparse_view.c,
7094         plugins/debug-manager/stack_trace.h,
7095         plugins/debug-manager/sparse_buffer.h,
7096         plugins/debug-manager/sparse_view.h,
7097         plugins/debug-manager/start.c,
7098         plugins/gdb/utilities.c,
7099         plugins/gdb/utilities.h,
7100         plugins/gdb/debugger.c,
7101         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7102         setup.
7104 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7106         * plugins/gdb/debugger.c:
7107         Avoid empty debugger log window by limiting line to 90 characters
7109 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7111         * plugins/debug-manager/plugin.c,
7112         plugins/debug-manager/plugin.h,
7113         plugins/debug-manager/threads.c,
7114         plugins/debug-manager/threads.h,
7115         plugins/debug-manager/breakpoints.c,
7116         plugins/debug-manager/breakpoints.h,
7117         plugins/debug-manager/stack_trace.c,
7118         plugins/debug-manager/stack_trace.h:
7119         View code action now changes location in disassembly view too
7121         * plugins/debug-manager/anjuta-debug-manager.ui:
7122         Rename breakpoint actions
7124 2007-03-24  Naba Kumar  <naba@gnome.org>
7126         * configure.in, src/anjuta-app.c: Use the new docking algorithm
7127         in gdl 0.7.3 (svn trunk).
7128         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7129         
7130 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7132         * plugins/debug-manager/threads.c,
7133         plugins/debug-manager/debug_tree.c,
7134         plugins/debug-manager/debug_tree.h,
7135         plugins/debug-manager/locals.c,
7136         plugins/debug-manager/registers.c,
7137         plugins/debug-manager/stack_trace.c:
7138         Allow to change current thread updating register, stack and locals
7139         Allow to change current stack frame updating locals
7141         * plugins/gdb/debugger.c:
7142         Read argument of selected stack frame
7144         * plugins/debug-manager/data_view.c:
7145         Fix an unrelated bug
7147 2007-03-23  Naba Kumar  <naba@gnome.org>
7149         * plugins/document-manager/anjuta-docman.c,
7150         plugins/document-manager/plugin.c: Fixed many memory leaks.
7151         (ianjuta_file_get_uri() returns a new string).
7153         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7154         widget for save dialogs.
7155         
7156         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7157         svn and fixed to get function/prototype/member args list. Call tips
7158         also work fine now.
7160 2007-03-22  Naba Kumar  <naba@gnome.org>
7162         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7163         and calltips would work again for functions from global tags (Needs
7164         regenerating global tags).
7166         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7167         ctags svn version and reopened bug #395362. Fixes tags parsing that
7168         seemed to have stopped working recently.
7170 2007-03-21  Naba Kumar  <naba@gnome.org>
7172         * tagmanager/tm_source_file.c, tagmanager/options.c,
7173         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7174         extend .. more needs to be investigated and fixed). Enabled some
7175         debugging.
7177 2007-03-16  Naba Kumar  <naba@gnome.org>
7179         * src/anjuta.c: Fixed project loading from command line.
7181 2007-03-16  Naba Kumar  <naba@gnome.org>
7183         Patch from James Liggett <jrliggett@cox.net>:
7184         plugins/profiler/gprof-profile-data.c: Fixed a crash.
7185         
7186 2007-03-15  Naba Kumar  <naba@gnome.org>
7188         * libanjuta/anjuta-profile-manager.c,
7189         libanjuta/anjuta-profile-manager.h: Added method to get current
7190         profile.
7192         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7193         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7194         is exiting.
7196         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7197         plugins/file-loader/plugin.c: Moved to functions as utility functions.
7198         Also, not load project files in session load in loader plugin.
7199         
7200         * plugins/project-manager/plugin.c, src/anjuta.c:
7201         Emit "exiting" signal in shell when exiting anjuta. project manager
7202         listens to exiting signal and saves session. anjuta.c saves session
7203         only when current projfile is 'user'. Load project saved in session
7204         differently then the rest of the session. This should fix all the
7205         session restoration bugs.
7206         
7207         src/main.c: Present anjuta window when becon message is received.
7209 2007-03-14  Naba Kumar  <naba@gnome.org>
7211         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7212         not randomly save (it was a wrong looping).
7213         
7214 2007-03-12  Naba Kumar  <naba@gnome.org>
7216         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7218 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7220         * plugins/debug-manager/anjuta-debug-manager.ui,
7221         libanjuta/interfaces/libanjuta.idl,
7222         plugins/debug-manager/debugger.c,
7223         (added) plugins/debug-manager/threads.c,
7224         (added) plugins/debug-manager/threads.h,
7225         plugins/debug-manager/plugin.c,
7226         plugins/debug-manager/Makefile.am,
7227         plugins/gdb/plugin.c,
7228         plugins/gdb/debugger.c,
7229         plugins/gdb/debugger.h:
7230         Add a window displaying all threads
7231         Add needed functions
7232         Switching to a different thread is still not done
7234         * plugins/debug-manager/debug_tree.c,
7235         plugins/debug-manager/locals.c,
7236         plugins/debug-manager/stack_trace.c:
7237         Small cosmetic changes
7239         * plugins/gdb/gdbmi.c:
7240         Keep all elements in gdbmi hash
7241         Even if using the same key like in -threads-list-ids
7243 2007-03-11  Naba Kumar  <naba@gnome.org>
7245         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7246         
7247         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7248         
7249         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7250         manuals/reference/libanjuta/libanjuta-sections.txt,
7251         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7252         interfaces.
7254 2007-03-11  Naba Kumar  <naba@gnome.org>
7256         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7257         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7259         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7260         manuals/reference/libanjuta/libanjuta.types,
7261         manuals/reference/libanjuta/libanjuta-sections.txt,
7262         manuals/reference/libanjuta/.cvsignore,
7263         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7264         infrastructure. Got rid of tmpl/ directory and moved all section
7265         documenation to source code (requires gtk-doc >= 1.4).
7266         
7267         * libanjuta/anjuta-plugin-description.c,
7268         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7269         libanjuta/cell-renderer-captioned-image.c,
7270         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7271         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7272         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7273         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7274         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7275         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7276         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7277         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7278         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7279         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7280         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7281         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7282         documentation from templates to source code.
7284 2007-03-10  Johannes Schmid <jhs@gnome.org>
7286         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7287         Added some debug output but could not figure out why 
7288         some plugins are not kept.
7289         
7290         * libanjuta/interfaces/libanjuta.idl:
7291         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7292         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7293         Added IAnjutaEditorGoto::matching_brace
7294         
7295         * plugins/document-manager/action-callbacks.c:
7296         (on_editor_command_match_brace_activate):
7297         * plugins/document-manager/plugin.c:
7298         (update_editor_ui_interface_items):
7299         * plugins/editor/text_editor.c: (igoto_matching_brace),
7300         (igoto_iface_init):
7301         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7302         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7304 2007-03-09  Johannes Schmid <jhs@gnome.org>
7306         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7307         Hide correct column
7308         
7309         * plugins/sourceview/sourceview-private.h:
7310         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7311         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7312         (sourceview_new), (ifile_savable_save_as):
7313         Tweaked vfs monitoring
7315 2007-03-09  Johannes Schmid <jhs@gnome.org>
7317         * libanjuta/interfaces/Makefile.am.iface:
7318         Fixed installtion of header files
7319         
7320         * plugins/sourceview/sourceview.c: (set_select):
7321         do not scroll to much in interactive search
7323 2007-03-09  Naba Kumar  <naba@gnome.org>
7325         * src/anjuta.c: Fixed session restoration.
7326         
7327         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7328         signal handlers after symbol browser plugin is deactivated.
7329         
7330         * plugins/editor/editor.glade,
7331         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7332         Fixed indentation confustion in preferences.
7334 2007-03-08  Johannes Schmid <jhs@gnome.org>
7336         * plugins/search/search-replace.c: (search_set_combo),
7337         (search_set_action), (search_set_target), (search_set_direction),
7338         (create_dialog), (search_disconnect_set_toggle_connect),
7339         (on_search_match_whole_word_toggled),
7340         (on_search_match_whole_line_toggled),
7341         (on_search_match_word_start_toggled),
7342         (search_set_toggle_direction):
7343         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7344         it's somehow ugly and uses many deprecated widgets
7345         
7346         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7347         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7348         Fix #394709
7349         
7350 2007-03-07  Naba Kumar  <naba@gnome.org>
7352         * src/anjuta.c: Make launching projects work from command line. Also
7353         fixes gnome session restart command.
7354         
7355 2007-03-07  Johannes Schmid <jhs@gnome.org>
7357         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7358         * plugins/class-gen/plugin.c: (iwizard_activate):
7359         Fixed #408218
7360         
7361         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7362         Fixed #402774
7363         
7364         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7365         Fixed #377483 (It's not possible to know if directories have
7366         a version in CVS. Show version column only if there are version
7367         informations availible
7369         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7370         Fixed memory leak
7372 2007-03-07  Johannes Schmid <jhs@gnome.org>
7374         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7375         Fixed #409408
7376         * plugins/symbol-browser/an_symbol_prefs.c:
7377         (on_update_global_clicked):
7378         Fixed ##409176
7380 2007-03-07  Johannes Schmid <jhs@gnome.org>
7382         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7383         (anjuta_save_prompt_new):
7384         * plugins/project-import/project-import.c:
7385         (project_import_finalize):
7386         Fixed Gtk-Criticals (maybe #409408)
7388 2007-03-07  Naba Kumar  <naba@gnome.org>
7390         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7391         when we are at just beginning of string or comment. Fixes bug #397981.
7393 2007-03-07  Johannes Schmid <jhs@gnome.org>
7395         * plugins/language-support-cpp-java/plugin.c:
7396         (initialize_indentation_params):
7397         Removed annoying DEBUG_PRINT
7398         
7399         * plugins/sourceview/sourceview-cell.c:
7400         (sourceview_cell_instance_init), (icell_get_character),
7401         (icell_get_length), (icell_get_char), (icell_get_attribute):
7402         Improved code to be faster
7403         Implemented attribute handling so that indentation really works in any case
7405 2007-03-06  Johannes Schmid <jhs@gnome.org>
7407         * configure.in:
7408         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7409         
7410         * plugins/document-manager/anjuta-docman.c:
7411         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7412         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7413         instead (required GTK >= 2.10)
7414         
7415         * plugins/sourceview/sourceview-private.h:
7416         * plugins/sourceview/sourceview.c:
7417         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7418         (sourceview_finalize), (sourceview_new), (imark_mark),
7419         (imark_unmark), (imark_is_marker_set),
7420         (imark_location_from_handle), (imark_delete_all_markers):
7421         Fixed marker handling and worked a bit more on vfs monitoring
7423 2007-03-05  Johannes Schmid <jhs@gnome.org>
7425         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7426         Added method to select specific iter
7427         
7428         * plugins/sourceview/sourceview-private.h:
7429         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7430         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7431         (sourceview_add_monitor), (on_document_saved),
7432         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7433         Fixed vfs monitoring (mostly ported code from text_editor.c)
7434         
7435         * plugins/symbol-browser/an_symbol_view.c:
7436         * plugins/symbol-browser/an_symbol_view.h:
7437         * plugins/symbol-browser/plugin.c: (iter_matches),
7438         (on_editor_update_ui), (value_added_current_editor):
7439         Select the current tag in locals window and symbol toolbar. If there
7440         is no tag at the current line, reserve backward for the next tag. This will
7441         select the correct tag if inside a function.
7443 2007-03-05  Naba Kumar  <naba@gnome.org>
7445         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7446         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7447         compiler warnings.
7448         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7449         (Bug #412186)
7450         
7451 2007-03-04  Johannes Schmid <jhs@gnome.org>
7453         * data/Makefile.am:
7454         * po/POTFILES.in:
7455         Fixed distcheck (well, partly)
7457 2007-03-04  Johannes Schmid <jhs@gnome.org>
7459         * plugins/document-manager/anjuta-document-manager.ui:
7460         Move "Swap .c/.h from Main to Browser toolbar
7462         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7463         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7464         (fv_prefs_free), (fv_add_tree_entry):
7465         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7466         * plugins/file-manager/plugin.c: (prefs_init):
7467         
7468         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7470 2007-03-04  Naba Kumar  <naba@gnome.org>
7472         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7473         plugins/project-manager/plugin.c:
7474         Restored default profile and renamed it from "default.anjuta" to
7475         "default.profile".
7476         
7477 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7479         * plugins/debug-manager/debugger.c,
7480         plugins/debug-manager/plugin.c,
7481         plugins/gdb/debugger.c,
7482         libanjuta/interfaces/libanjuta.idl,
7483         plugins/debug-manager/stack_trace.c:
7484         Add a dialog box when a signal is received (except SIGINT)
7485         Display stack frame even if arguments are not available
7487 2007-03-03  Naba Kumar  <naba@gnome.org>
7489         * TODO.tasks: Icons bounty added.
7491         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7492         choise selection.
7493         
7494         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7495         and descoping.
7497         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7498         plugins/Makefile.am, (removed) plugins/profile-default/*,
7499         plugins/project-manager/anjuta-project-manager.plugin.in,
7500         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7501         profile implementation to load user profile and projects. Store and
7502         restore remembered plugins. Use profile scoping and descoping for
7503         saving and loading sesstions.
7504         
7505         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7506         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7507         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7508         DEBUG_PRINTs.
7510 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7512         * plugins/debug-manager/debug_tree.c
7513         plugins/debug-manager/debug_tree.h:
7514         Bug fix, deleting wrong variable
7516         * plugins/gdb/debugger.c:
7517         Bug fix, remove forgotten debugging code
7519 2007-03-02  Johannes Schmid <jhs@gnome.org>
7521         * plugins/document-manager/anjuta-document-manager.ui:
7522         * plugins/search/anjuta-search.ui:
7523         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7524         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7525         ToolbarFind
7527         * src/anjuta-app.c: (on_toolbar_view_toggled),
7528         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7529         Save toolbar positions, don't use fixed toolbar style
7530         
7531         All in all this will allow more complex toolbar configurations and
7532         might gain some space on smaller displays because the user can disable
7533         toolbar parts he does not use. Also allows to use any toolbar style
7534         without looking too ugly.
7536 2007-03-01  Naba Kumasr  <naba@gnome.org>
7538         * TODO.tasks: Added a bounty for creating icons.
7540         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7541         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7542         profile-changed signal. Do not sync non-user-activatable plugins.
7544 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7546         * plugins/debug-manager/disassemble.c,
7547         plugins/debug-manager/sparse_view.c,
7548         plugins/gdb/debugger.c,
7549         libanjuta/interfaces/libanjuta.idl:
7550         Display function name in disassembly view
7552 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7554         * (added) plugins/debug-manager/bookmark.png,
7555         (added) plugins/debug-manager/breakpoint-disabled.png,
7556         (added) plugins/debug-manager/breakpoint-enabled.png,
7557         (added) plugins/debug-manager/program-counter.png,
7558         (added) plugins/debug-manager/linemarker.png,
7559         plugins/debug-manager/Makefile.am,
7560         plugins/debug-manager/disassemble.c,
7561         plugins/debug-manager/disassemble.h,
7562         plugins/debug-manager/sparse_buffer.c,
7563         plugins/debug-manager/sparse_buffer.h,
7564         plugins/debug-manager/sparse_view.c,
7565         plugins/debug-manager/sparse_view.h,
7566         plugins/debug-manager/plugin.c,
7567         plugins/debug-manager/breakpoints.c,
7568         libanjuta/interfaces/libanjuta.idl:
7569         Add markers in the disassembly view
7570         Display program counter and breakpoints in disassembly view
7572         * plugins/gdb/debugger.c:
7573         Fix a bug added with my previous patch, setting and clearing
7574         breakpoints was not working
7576 2007-02-28  Johannes Schmid <jhs@gnome.org>
7578         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7579         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7580         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7581         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7582         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7583         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7584         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7585         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7586         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7587         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7588         Updated (why do they need to be under version control?)
7589         
7590         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7591         (create_tab_popup_menu), (on_msgman_popup_menu),
7592         (on_tab_button_press_event), (anjuta_msgman_page_new),
7593         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7594         Added "Close all message tabs" popup menu
7596 2007-02-26  Naba Kumar  <naba@gnome.org>
7598         * plugins/profiler/gprof-flat-profile-entry.c,
7599         plugins/profiler/gprof-flat-profile.c,
7600         plugins/profiler/gprof-flat-profile-entry.h,
7601         plugins/profiler/gprof-flat-profile.h,
7602         plugins/profiler/gprof-flat-profile-view.c,
7603         plugins/profiler/gprof-flat-profile-view.h,
7604         plugins/profiler/gprof-call-graph-block-entry.c,
7605         plugins/profiler/gprof-call-graph-block.c,
7606         plugins/profiler/gprof-function-call-chart-view.c,
7607         plugins/profiler/gprof-call-graph-block-entry.h,
7608         plugins/profiler/gprof-profile-data.c,
7609         plugins/profiler/gprof-call-graph-block.h,
7610         plugins/profiler/gprof-view.c,
7611         plugins/profiler/gprof-call-graph.c,
7612         plugins/profiler/gprof-function-call-chart-view.h,
7613         plugins/profiler/gprof-profile-data.h,
7614         plugins/profiler/gprof-call-graph.h,
7615         plugins/profiler/gprof-view.h,
7616         plugins/profiler/gprof-view-manager.c,
7617         plugins/profiler/gprof-call-graph-view.c,
7618         plugins/profiler/plugin.c,
7619         plugins/profiler/gprof-view-manager.h,
7620         plugins/profiler/gprof-call-graph-view.h,
7621         plugins/profiler/gprof-function-call-tree-view.c,
7622         plugins/profiler/gprof-function-call-tree-view.h,
7623         plugins/profiler/Makefile.am: Fix compiler warnings and link with
7624         gnome-vfs. Fixes bug #411377.
7626 2007-02-26  Naba Kumar  <naba@gnome.org>
7628         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7630         Patch from James Liggett  <jrliggett@cox.net>:
7631         * plugins/profiler/gprof-flat-profile-view.c,
7632         plugins/profiler/gprof-flat-profile-view.h,
7633         plugins/profiler/gprof-function-call-chart-view.c,
7634         plugins/profiler/gprof-function-call-chart-view.h,
7635         plugins/profiler/gprof-view.c,
7636         plugins/profiler/gprof-view.h,
7637         plugins/profiler/gprof-call-graph-view.c,
7638         plugins/profiler/plugin.c,
7639         plugins/profiler/gprof-call-graph-view.h,
7640         plugins/profiler/gprof-function-call-tree-view.c,
7641         plugins/profiler/gprof-function-call-tree-view.h: Implements
7642         double click navigation. Fixes bug #403514.
7644 2007-02-25  Naba Kumar  <naba@gnome.org>
7646         * libanjuta/anjuta-plugin-manager.c,
7647         libanjuta/anjuta-plugin-handle.[ch],
7648         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7649         g_hash_table_remove_all (introduced in glib 2.12) to stay the
7650         dependency on glib 2.8. Fixes bug #411623.
7652 2007-02-24  Naba kumar  <naba@gnome.org>
7654         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7655         
7656         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7657         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7658         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7659         (added) libanjuta/anjuta-profile-manager.c,
7660         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7661         manager.
7662         Implemented profile pushing and popping. Implemented profile xml
7663         synchronization. Implemented error handling in profiles. Implemented
7664         activation and deactivation signals in plugin manager.
7665         
7666         * libanjuta/Makefile.am: Added libanjuta log domain.
7667         
7668         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7669         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7670         in AnjutaShell interface and implemented it in AnjutaApp.
7671         
7672         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7674 2007-02-23  Naba kumar  <naba@gnome.org>
7676         src/main.c: Fixed missing end quote.
7678 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
7680         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7683 2007-02-20  Naba Kumar  <naba@gnome.org>
7685         * plugins/subversion/plugin.c: Added "..." menuitems.
7686         * ROADMAP, README: Updated.
7687         * libanjuta/anjuta-profile.c: Fixed bugs.
7689         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7690         plugins/gtodo/Makefile.am: Removed dead code.
7692         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
7693         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7694         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7695         plugins/gtodo/list_tooltip.c,
7696         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7697         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7698         not contain markups. Fixes Bug #360462.
7700 2007-02-16  Naba Kumar  <naba@gnome.org>
7702         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7703         unnecessary sub-sections.
7704         
7705 2007-02-15  Naba Kumar  <naba@gnome.org>
7707         * (removed) plugins/document-manager/bookmark-prev-16.png,
7708         plugins/document-manager/bookmark-last.png,
7709         (removed)plugins/document-manager/bookmark-first-16.png,
7710         plugins/document-manager/bookmark-prev.png,
7711         (added) plugins/document-manager/bookmark-toggle.png,
7712         (removed)plugins/document-manager/bookmark_toggle.xpm,
7713         (removed)plugins/document-manager/bookmark-last-16.png,
7714         plugins/document-manager/plugin.c,
7715         plugins/document-manager/anjuta-document-manager.ui,
7716         (removed)plugins/document-manager/bookmark-next-16.png,
7717         plugins/document-manager/bookmark-next.png,
7718         plugins/document-manager/Makefile.am,
7719         (added) plugins/document-manager/bookmark-clear.png,
7720         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7721         icons (stolen from monodevelop). Added clear bookmarks toolbar
7722         button.
7724         * plugins/document-manager/plugin.c,
7725         (added) plugins/document-manager/swap.png,
7726         (removed) plugins/document-manager/undock.png,
7727         plugins/document-manager/Makefile.am: Fixed swap icon.
7729 2007-02-13  Naba Kumar  <naba@gnome.org>
7731         * plugins/class-gen/element-editor.c: Fixed typo.
7732         
7733         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7734         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7735         Implementing plugin profiles loading.
7737 2007-02-13  Naba Kumar  <naba@gnome.org>
7739         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7740         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7741         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7742         pixmaps/open_project.png, pixmaps/close_project.png:
7743         Removed more old icons.
7744         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7745         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7746         anjuta_logo.png
7747         
7748 2007-02-13  Naba Kumar  <naba@gnome.org>
7750         * plugins/class-gen/element-editor.c: Included missing headers to
7751         prevent build failures in some cases.
7752         
7753 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7755         * plugins/debug-manager/stack_trace.c:
7756         Fix bug #407115
7758         * plugins/debug-manager/watch.c,
7759         plugins/debug-manager/breakpoints.c:
7760         Same bug than above, wrong use of gtk_ui_manager_get_widget
7762 === anjuta 2.1.1 ===
7764 2007-02-11  Naba Kumar  <naba@gnome.org>
7766         * cofigure.in: Bumped version to 2.1.1
7767         * NEWS: Updated for 2.1.1 release.
7768         
7769 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7771         * plugins/debug-manager/plugin.c,
7772         plugins/debug-manager/sparse_view.c,
7773         plugins/debug-manager/sparse_view.h:
7774         Reorder some code
7776         * plugins/gdb/debugger.c,
7777         plugins/debug-manager/debugger.c,
7778         plugins/debug-manager/memory.c,
7779         plugins/debug-manager/sparse_buffer.c
7780         plugins/gdb/debugger.h,
7781         libanjuta/interfaces/libanjuta.idl:
7782         Clean up, remove some warnings
7783         Use guint everywhere for addresses
7784         Rewrite code parsing position in debugger
7786 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7788         * plugins/debug-manager/debug_tree.c:
7789         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7790         Fix bug #406113
7792 2007-02-08  Naba Kumar  <naba@gnome.org>
7794         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7795         Delay showing the 'file modified on disk' dialog for one sec
7796         from the last notification to insure multiple notifications for
7797         the same file are treated as one. Do not same multiple dialogs
7798         for the same file. Make sure to destory the dialog if later
7799         the conent is no longer different.
7800         
7801 2007-02-08  Naba Kumar  <naba@gnome.org>
7803         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7804         Prevented spurious 'file modified' dialogs in scintilla editor
7805         when the file is saved.
7807 2007-02-09  Johannes Schmid <jhs@gnome.org>
7809         * scripts/glade2schema.pl:
7810         Added script to convert glade preferences into gconf schema files.
7811         See #406061
7813 2007-02-08  Naba Kumar  <naba@gnome.org>
7815         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7816         itself is destroyed. Fixes bug #355160.
7817         
7818 2007-02-08  Johannes Schmid <jhs@gnome.org>
7820         * plugins/profiler/profiler.plugin: 
7821         removed from version control (only .in file needed)
7822         
7823         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7824         * plugins/sourceview/sourceview.c: (sourceview_new):
7825         Code cleanup
7826         
7827         * plugins/subversion/svn-thread.c: (svn_thread_start):
7828         * src/main.c: (main):
7829         
7830         Fixed #395875 about initialisation of threads too late
7832 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7834         Reviewed by Naba Kumar  <naba@gnome.org>:
7835         * plugins/class-gen/plugin.c:
7836         * plugins/class-gen/window.c: Removed browse button related code, load
7837         generated output directly into new buffers when not adding to project.
7839         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7840         buttons from user interface.
7842 2007-02-07  Naba Kumar  <naba@gnome.org>
7844         * po/POTFILES.in: Fixed distcheck.
7846 2007-02-07  Daniel Nylander <po@danielnylander.se>
7848         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7850 2007-02-07  Johannes Schmid <jhs@gnome.org>
7852         * anjuta.desktop.in.in:
7853         Fixed spelling
7855 2007-02-07  Johannes Schmid <jhs@gnome.org>
7857         * configure.in:
7858         * manuals/anjuta-manual/*
7859         * manuals/anjuta-faqs/*:
7860         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7861         
7862         * plugins/document-manager/anjuta-document-manager.plugin.in:
7863         Removed duplicate application-xml mime-type (review patches properly ;-)
7864         
7865 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7867         * plugins/gdb/debugger.c,
7868         libanjuta/interfaces/libanjuta.idl:
7869         Fix bug #404755
7870         Fix handling of missing source file
7872 2007-02-06  Naba Kumar  <naba@gnome.org>
7874         Patch from James Liggett  <jrliggett@cox.net>:
7875         * plugins/profiler/gprof-flat-profile.c,
7876         plugins/profiler/gprof-profile-data.c,
7877         plugins/profiler/gprof-call-graph.c,
7878         plugins/profiler/gprof-profile-data.h,
7879         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7880         Show profiler view when target selected bug #403515.
7882 2007-02-05  Naba Kumar  <naba@gnome.org>
7884         * configure.in: Enabled devhelp plugin by default now that
7885         it works.
7886         
7887         Patch from parmigio@2ainfo.it:
7888         * plugins/document-manager/anjuta-document-manager.plugin.in:
7889         Added xml file type in supported mime types list.
7890         
7891 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7893         * plugins/debug-manager/debugger.c,
7894         plugins/debug-manager/plugin.c:
7895         Add a field in status bar displaying debugger state
7896         Change cursor shape when debugger is busy
7897         Fix bug #378600
7899         * plugins/debug-manager/watch.c,
7900         plugins/debug-manager/locals.c,
7901         libanjuta/interfaces/libanjuta.idl:
7902         Clean up, remove debugging messages and unused signals
7904 2007-02-03  Johannes Schmid <jhs@gnome.org>
7906         * configure.in:
7907         Fixed AC_INIT and seperated version to major, minor, micro
7909         * anjuta.anjuta:
7910         Load Subversion instead of CVS
7911         
7912         * anjuta.desktop.in.in:
7913         Fixed bug-buddy component
7915         Original patch from Rob Bradfort <robster@debian.org>:
7916         * src/main.c: (get_command_line_args), (main):
7917         Bug #335981 – Migration from popt to GOption
7919 2007-02-03  Naba Kumar  <naba@gnome.org>
7921         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7922         path variable. Fixed bug #341170.
7923         * plugins/profiler/Makefile.am: Fixed indentation.
7924         
7925 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7927         * libanjuta/interfaces/libanjuta.idl,
7928         plugins/sourceview/sourceview.c,
7929         plugins/editor/text-editor.c,
7930         plugins/symbol-browser/plugin.c,
7931         plugins/search/search-replace.c,
7932         plugins/document-manager/goto_line.c,
7933         plugins/document-manager/action-callbacks.c,
7934         plugins/document-manager/anjuta-docman.c:
7935         Rename markers of anjuta interface
7936         IANJUTA_MARKABLE_NONE has been removed
7937         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7938         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7939         IANJUTA_MARKABLE_ATTENTIVE renamed in
7940                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7941         IANJUTA_MARKABLE_INTENSE renamed in
7942                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7943         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7945         * (removed) plugins/sourceview/marker-light.png,
7946         (removed) plugins/sourceview/marker-basic.png,
7947         (removed) plugins/sourceview/marker-attentive.png,
7948         (removed) plugins/sourceview/marker-intense.png,
7949         plugins/sourceview/bookmark.png,
7950         (added) plugins/sourceview/breakpoint-disabled.png,
7951         (added) plugins/sourceview/breakpoint-enabled.png,
7952         (added) plugins/sourceview/program-counter.png,
7953         (added) plugins/sourceview/linemarker.png,
7954         plugins/sourceview/Makefile.am,
7955         (added) plugins/editor/bookmark.xpm,
7956         (added) plugins/editor/breakpoint-disabled.xpm,
7957         (added) plugins/editor/breakpoint-enabled.xpm,
7958         (added) plugins/editor/program-counter.xpm,
7959         (added) plugins/editor/linemarker.xpm,
7960         plugins/editor/Makefile.am:
7961         Add or change marker pixmaps in scintilla and sourceview editor
7963         * plugins/document-manager/plugin.c,
7964         libanjuta/interfaces/libanjuta.idl,
7965         plugins/debug-manager/plugin.c,
7966         plugins/debug-manager/breakpoints.c
7967         plugins/gdb/debugger.c:
7968         Fix bug #376404, program counter marker is not displayed when debugger
7969         Return the selected editor or NULL (if file does not exist) with 
7970         ianjuta_document_manager_goto_file_line* functions
7971         Emit a change-location signal even if the program counter is in an
7972         unknown file
7974 2007-02-02  Naba Kumar  <naba@gnome.org>
7976         * TODO.tasks: Marked bounty bug #359478 completed. And checked
7977         older bounties 'Done'.
7978         
7979 2007-02-02  Naba Kumar  <naba@gnome.org>
7981         * TODO.tasks: Fixed typop.
7983         Patch from James Liggett  <jrliggett@cox.net>:
7984         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7985         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7986         profiler plugin by James Liggett. Completes bounty bug #359478
7987         'Gprof performance profiler plugin'
7989 2007-02-01  Naba Kumar  <naba@gnome.org>
7991         * src/main.c: Renamed option name.
7993         * TODO.tasks: Marked "Test and fix all project wizards templates"
7994         bounty completed.
7995         
7996 2007-01-29  Johannes Schmid <jhs@gnome.org>
7998         * plugins/document-manager/plugin.c: (on_editor_changed):
7999         Added DEBUG_PRINT(...)
8000         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
8001         implemented
8002         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
8003         Fix language support plugin for sourceview editor (add some new
8004         language names)
8005         
8006         * plugins/sourceview/sourceview.c: (iindic_clear):
8007         Clear all indicators
8009 2007-01-29  Johannes Schmid <jhs@gnome.org>
8011         * TODO.tasks:
8012         Minor task currentions
8013         
8014         * libanjuta/interfaces/libanjuta.idl:
8015         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
8016         (itext_editor_iface_init):
8017         * plugins/language-support-cpp-java/plugin.c: (install_support):
8018         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
8019         (ieditor_get_attributes), (ieditor_iface_init):
8020         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
8021         plugins.
8022         
8023         * plugins/sourceview/sourceview.glade:
8024         Fixed sourceview preference window
8026 2007-01-28  Naba Kumar  <naba@gnome.org>
8027         
8028         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
8029         Implemented --no-files and --no-session command line options and
8030         corresponding preferernces checkboxes in General tab.
8032 2007-01-28  Johannes Schmid <jhs@gnome.org>
8034         * plugins/subversion/plugin.c:
8035         * plugins/subversion/plugin.h:
8036         * plugins/subversion/svn-notify.c: (svn_show_info),
8037         (show_svn_error), (on_svn_notify):
8038         * plugins/subversion/svn-notify.h:
8039         * plugins/subversion/svn-thread.c: (create_message_view),
8040         (svn_thread_start):
8041         Fixed error handling and fixed #394216 – No indication of subversion commands running
8042         
8043         * plugins/tools/execute.c: (atp_output_context_print):
8044         Show name of tool in message pane
8046 2007-01-28  Naba Kumar  <naba@gnome.org>
8047         
8048         * configure.in, plugins/glade/plugin.c: Make it work with
8049         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
8050         
8051         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
8052         from devhelp (won't work untill devhelp is fixed: bug #341170).
8053         
8054         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
8055         
8056 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
8058         Reviewed by Naba Kumar  <naba@gnome.org>:
8059         * libanjuta/interfaces/libanjuta.idl, 
8060         plugins/debug-manager/debugger.c,
8061         plugins/debug-manager/start.c,
8062         plugins/gdb/plugin.c,
8063         plugins/gdb/debugger.c,
8064         plugins/gdb/debugger.h:
8065         Fix a bug when launching gdb
8066         Set the terminal for the debugged program on the command line.
8068 2007-01-26  Johannes Schmid <jhs@gnome.org>
8070         * plugins/sourceview/anjuta-document-saver.c:
8071         (anjuta_document_saver_save):
8072         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
8073         * plugins/sourceview/sourceview.c: (save_if_modified),
8074         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
8075         Proper error handling, for example if a file was modified externally. Use backup files
8076         to avoid data-loss on disk full.
8078 2007-01-24  Naba Kumar  <naba@gnome.org>
8079         
8080         * plugins/devhelp/htmlview.c: Fixed crash during project load.
8081         Fixed mem leak and source leak.
8082         
8083 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
8085         Reviewed by Naba Kumar  <naba@gnome.org>:
8086         * plugins/debug-manager/debug_tree.c,
8087         plugins/debug-manager/debug_tree.h,
8088         plugins/debug-manager/watch.c:
8089         Partial rewrite of the variable object code, find and fix a few bugs
8090         Fix bug #395808: gdb can still crash but children are listed
8091         on request only so you can avoid the crash
8093 2007-01-24  Naba Kumar  <naba@gnome.org>
8094         
8095         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
8096         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
8097         plugins/symbol-browser/plugin.h,
8098         plugins/symbol-browser/plugin.c,
8099         plugins/symbol-browser/Makefile.am: Added current file (local)
8100         symbols view (Seriously getting bored with the browse toolbar).
8102 2007-01-22  Naba Kumar  <naba@gnome.org>
8103         
8104         Patch from Gabor Kelemen:
8105         * po/POTFILES.in: Added .plugin.in files.
8107 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8109         Reviewed by Naba Kumar  <naba@gnome.org>:
8110         * plugins/document-manager/anjuta-docman.c,
8111         plugins/message-view/anjuta-msgman.c
8112         Set right alignment to the label widget in the tab title.
8114 2007-01-21  Naba Kumar  <naba@gnome.org>
8115         
8116         * libegg/egg-combo-action.c: Fixed mode line.
8117         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8118         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8120 2007-01-21  Armin Burgmeier  <armin@arbur.net>
8122         Reviewed by Naba Kumar  <naba@gnome.org>:
8123         * plugins/class-gen/plugin.c: Prompt for target before actually
8124         generating the class files. This ensures that the files are created in
8125         the correct directory. Fixes bug #397406.
8127         * plugins/class-gen/window.c: Set browse buttons to insensitive when
8128         the class is added to the project.
8130 2007-01-21  Naba Kumar  <naba@gnome.org>
8132         * libanjuta/anjuta-plugin-description.c,
8133         libanjuta/anjuta-ui.h,
8134         libanjuta/anjuta-status.c,
8135         libanjuta/anjuta-plugin-description.h,
8136         libanjuta/cell-renderer-captioned-image.c,
8137         libanjuta/anjuta-plugin-handle.c,
8138         libanjuta/anjuta-status.h,
8139         libanjuta/resources.c,
8140         libanjuta/cell-renderer-captioned-image.h,
8141         libanjuta/glue-cpp.c,
8142         libanjuta/anjuta-plugin-handle.h,
8143         libanjuta/anjuta-plugin.c,
8144         libanjuta/anjuta-preferences-dialog.c,
8145         libanjuta/libanjuta.h,
8146         libanjuta/resources.h,
8147         libanjuta/glue-cpp.h,
8148         libanjuta/anjuta-plugin.h,
8149         libanjuta/anjuta-preferences-dialog.h,
8150         libanjuta/anjuta-plugin-manager.c,
8151         libanjuta/anjuta-shell.c,
8152         libanjuta/anjuta-plugin-manager.h,
8153         libanjuta/anjuta-shell.h,
8154         libanjuta/anjuta-save-prompt.c,
8155         libanjuta/anjuta-save-prompt.h,
8156         libanjuta/anjuta-children.c,
8157         libanjuta/anjuta-utils.c,
8158         libanjuta/anjuta-profile.c,
8159         libanjuta/anjuta-preferences.c,
8160         libanjuta/anjuta-launcher.c,
8161         libanjuta/anjuta-utils.h,
8162         libanjuta/anjuta-profile.h,
8163         libanjuta/anjuta-launcher.h,
8164         libanjuta/anjuta-ui.c: Updated file headers.
8166         * po/POTFILES.in: Updated.
8168         * libanjuta/anjuta-marshal.list,
8169         (added) libanjuta/anjuta-plugin-handle.c,
8170         (added) libanjuta/anjuta-plugin-handle.h,
8171         (added) libanjuta/anjuta-plugin-manager.c,
8172         (added) libanjuta/anjuta-plugin-manager.h,
8173         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8174         (added) libanjuta/anjuta-profile.c,
8175         (added) libanjuta/anjuta-profile.h,
8176         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8177         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8178         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8179         src/action-callbacks.c: Implemented AnjutaPluginManager
8180         class based on old plugins.[ch]. Implemented AnjutaProfile as
8181         prelimanary profiles implementation. Implemented AnjutaPluginHandle
8182         class to represent plugins (not to be confused with plugin objects).
8183         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8184         implemented it in AnjutaApp and AnjutaTestShell.
8185         De-globalized plugin management and several clean ups.
8187         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8188         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8189         plugins/search/search-replace.c, plugins/terminal/terminal.c,
8190         plugins/project-import/project-import.c,
8191         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8192         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8193         Fixed plugins for the change in API.
8195         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8196         file.
8197         
8198         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8200 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8202         Reviewed by Naba Kumar  <naba@gnome.org>:
8203         * libanjuta/anjuta-launcher.c,
8204         libanjuta/anjuta-launcher.h:
8205         Add a new function anjuta_set_terminate_on_exit to close the i/o
8206         channel when the child exit
8207         Return directly the status and not the exit code in child-exited
8208         signal
8210         * plugins/gdb/debugger.c:
8211         Use new function in debugger plugin
8213 2007-01-18  Johannes Schmid <jhs@gnome.org>
8215         * src/about.c: Do not show empty license information instead hide the button (#397883)
8217 2007-01-15  Johannes Schmid <jhs@gnome.org>
8219         * plugins/project-manager/plugin.c:
8220         * plugins/project-wizard/templates/python.wiz
8221         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8222         
8223         Fixed #335235 python programs are not executeable/ do not start when pressing F3
8224         You will also need latest gnome-build svn       
8226 === anjuta 2.1.0 ===
8228 2007-01-14  Naba Kumar  <naba@gnome.org>
8230         * configure.in: Removed reference of mkfile project
8231         template to fix distcheck build error.
8232         * AUTHORS: Updated.
8233         * NEWS: Updated.
8234         * configure.in: Bumped version to 2.1.0 for beta release.
8235         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8236         crashes as soon as editing starts in normal text files.
8238 2007-01-14  Johannes Schmid <jhs@gnome.org>
8240         * configure.in
8241         * po/LINGUAS:
8242         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8244         * tagmanager/c.c:
8245         Patch from Massimo Cora' to hopefully fix #395362
8247         * plugins/project-wizard/templates/*:
8249         Fixed and tested all project-wizards. Deactivated mkfile project because
8250         it was totally broken and I don't see any real use for it.
8251         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8253 2007-01-14  Naba Kumar  <naba@gnome.org>
8255         * NEWS: Updated for release.
8256         
8257         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8258         
8259         * libanjuta/interfaces/libanjuta.idl,
8260         plugins/editor/text_editor_cbs.c,
8261         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8262         interface and implemented it for scintilla.
8263         
8264         * plugins/editor/text-editor.c: Fixed highlighing issues when
8265         used with indicators (particularly when the file is just opened).
8266         Fixes bug #377477 – when debugging, scintilla editor grays out all
8267         lines before current line.
8268         
8269         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8270         Maintain a separate list of indicated edtitors for separate contexts.
8271         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8272         
8273 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8275         Reviewed by Naba Kumar  <naba@gnome.org>:
8276         * plugins/debug-manager/plugin.c:
8277         Bug fix: breakpoints cannot be added after stopping the debugger
8279 2007-01-13  Naba Kumar  <naba@gnome.org>
8281         * NEWS: Updated for release.
8283 2007-01-12  Johannes Schmid <jhs@gnome.org>
8285         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8286         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8287         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8288         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8289         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8290         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8291         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8292         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8293         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8294         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8295         
8296         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8297         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8298         
8299         * plugins/sourceview/sourceview.c:
8300         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8301         on character positions.
8302         
8303 2007-01-12  Naba Kumar  <naba@gnome.org>
8305         * src/anjuta-app.c,
8306         plugins/project-manager/plugin.c,
8307         plugins/profile-default/plugin.c,
8308         libanjuta/anjuta-status.c,
8309         libanjuta/anjuta-status.h: Introduced an API for application title
8310         in AnjutaStatus. Set application title to project name.
8312 2007-01-11  Massimo Cora' <maxcvs@email.i>
8314         Reviewed by Naba Kumar  <naba@gnome.org>:
8315         * tagmanager/Makefile.am,
8316         plugins/symbol-browser/Makefile.am: removed installation for 
8317         test programs.
8319 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8321         Reviewed by Naba Kumar  <naba@gnome.org>:
8322         * plugins/debug-manager/start.h,
8323         plugins/debug-manager/start.c,
8324         plugins/debug-manager/anjuta-debug-manager.ui,
8325         plugins/debug-manager/plugin.c:
8326         Partial fix for bug #392537
8328         * plugins/debug-manager/disassemble.c:
8329         Fix bug #392543
8331 2007-01-11  Naba Kumar  <naba@gnome.org>
8333         * src/anjuta.c: Load project seperately from session,
8334         so that project session is also loaded.
8335         
8336         * plugins/profile-default/plugin.c: Load project in new
8337         anjuta if there already is one loaded currently (disabled
8338         code for now).
8339         
8340         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8341         signals when editor is destroyed. Fixes a crash bug.
8342         
8343         * plugins/editor/text_editor.c: Do not mark line in
8344         ianjuta_editor_goto_line() implementation.
8345         
8346         * plugins/search/search-replace.c: Always check for markable
8347         interface availablility because its optional for an editor.
8348         
8349         * plugins/document-manager/goto_line.c,
8350         plugins/document-manager/action-callbacks.c: Mark lines for
8351         goto line commands (from dialog and from menu entry box).
8352         
8353         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8354         plugins/file-manager/an_file_view.c: Expand file manager
8355         nodes in idle loop, one at a time. Did as a possible work
8356         around for bug #361763, but it didn't make any difference.
8357         However, it could still be useful in situations where there
8358         are lots to expand.
8359         
8360         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8362 2007-01-11  Naba Kumar  <naba@gnome.org>
8364         * plugins/editor/scintilla/LineMarker.h,
8365         plugins/editor/scintilla/LexBasic.cxx,
8366         plugins/editor/scintilla/LexHTML.cxx,
8367         plugins/editor/scintilla/include/SciLexer.h,
8368         plugins/editor/scintilla/include/Scintilla.h,
8369         plugins/editor/scintilla/include/Scintilla.iface,
8370         plugins/editor/scintilla/include/ScintillaWidget.h,
8371         plugins/editor/scintilla/LexBash.cxx,
8372         plugins/editor/scintilla/PlatGTK.cxx,
8373         plugins/editor/scintilla/ViewStyle.h,
8374         plugins/editor/scintilla/Editor.cxx,
8375         plugins/editor/scintilla/StyleContext.h,
8376         plugins/editor/scintilla/LexCPP.cxx,
8377         plugins/editor/scintilla/Converter.h,
8378         plugins/editor/scintilla/LexAU3.cxx,
8379         plugins/editor/scintilla/Editor.h,
8380         plugins/editor/scintilla/LexPerl.cxx,
8381         plugins/editor/scintilla/LexVB.cxx,
8382         plugins/editor/scintilla/ScintillaGTK.cxx,
8383         plugins/editor/scintilla/ViewStyle.cxx,
8384         plugins/editor/scintilla/PropSet.cxx,
8385         plugins/editor/scintilla/LexSQL.cxx,
8386         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8387         version 1.71
8389 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8391         Reviewed by Naba Kumar  <naba@gnome.org>:
8392         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8393         selected for editing. This fixes bug #394218.
8395         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8396         name if said URI is not known.
8398         * plugins/class-gen/window.c: When stripping function prefix away,
8399         include the trailing underscore because it is already set by the
8400         template.
8402         * plugins/class-gen/transform.c: Include "const char*" and "const
8403         gchar*" in the list for transforming a default C type to a GType.
8404         Don't access invalid memory when writing pointer_str in
8405         cg_transform_first_argument.
8407 2007-01-11  Naba Kumar  <naba@gnome.org>
8409         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8410         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8411         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8412         libegg/test-actions.c, anjuta.desktop.in.in,
8413         anjuta.prj: Renamed application icon to 'anjuta.png' from
8414         'anjuta_icon.png'. Added more fields in desktop file.
8416         * mime/anjuta.xml: Added magic section.
8417         
8418         * (removed) mime/anjuta.applications,
8419         (removed) mime/anjuta.mime, mime/Makefile.am,
8420         (removed) mime/anjuta.keys,
8421         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8422         registeration and added scalable icon. Also fixes bug #393680
8424 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8426         Reviewed by Naba Kumar  <naba@gnome.org>:
8427         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8428         and anjuta_status_progress_add_ticks() to check for progressbar 
8429         being realized before trying to update it.
8431 2007-01-10  Naba Kumar  <naba@gnome.org>
8433         * tagmanager/tm_workspace.c,
8434         po/POTFILES.in,
8435         plugins/debug-manager/Makefile.am,
8436         plugins/tools/scripts/Makefile.am,
8437         plugins/class-gen/plugin.c,
8438         plugins/class-gen/Makefile.am,
8439         global-tags/Makefile.am: Fixed make distcheck.
8441         * plugins/debug-manager/attach_process.c,
8442         plugins/debug-manager/attach_process.h,
8443         plugins/class-gen/action-callbacks.h,
8444         plugins/class-gen/action-callbacks.c,
8445         plugins/class-gen/class_gen.h,
8446         plugins/class-gen/class_gen.c: Deleted unused/old files.
8448         * (removed) scintilla, (added) plugins/editor/scintilla,
8449         plugins/editor/scintilla/lexers.make,
8450         plugins/editor/scintilla/Makefile.am,
8451         plugins/editor/Makefile.am
8452         configure.in, manuals/reference/libanjuta/Makefile.am
8453         Makefile.am: Moved scintilla to its right place.
8455 2007-01-09  Naba Kumar  <naba@gnome.org>
8457         * plugins/profile-default/plugin.c: Save project session before
8458         a new one is opened.
8460         * plugins/project-manager/plugin.c,
8461         plugins/project-manager/plugin.h,
8462         plugins/project-manager/anjuta-project-manager.ui,
8463         plugins/profile-default/plugin.c,
8464         plugins/profile-default/plugin.h,
8465         plugins/profile-default/Makefile.am,
8466         (added) plugins/profile-default/anjuta-default-profile.ui,
8467         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8468         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8469         multiple projects support.
8470         
8471 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8473         Reviewed by Naba Kumar  <naba@gnome.org>
8474         * plugins/class-gen/combo-flags.h:
8475         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8476         enum, added a type parameter to selected signal. Select highlighted
8477         entry when pressing enter (but not unselect it if it was already
8478         selected) before closing the popup. Also accept input when clicking
8479         not into the popup.
8481         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8482         according to selection type.
8484         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8485         VOID:BOXED,ENUM.
8487 2007-01-08  Johannes Schmid <jhs@gnome.org>
8489   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8490   * plugins/project-wizard/templates/gtkmm/Makefile.am
8491   * plugins/project-wizard/templates/python/configure.ac.tpl
8492   * plugins/project-wizard/templates/python/configure.in.tpl
8493   * plugins/project-wizard/templates/python/Makefile.am
8494   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8495   * plugins/project-wizard/templates/cpp/configure.in.tpl
8496   * plugins/project-wizard/templates/cpp/Makefile.am
8497   * plugins/project-wizard/templates/terminal.wiz
8498   * plugins/project-wizard/templates/xlib-dock.wiz
8499   * plugins/project-wizard/templates/wxwin.wiz
8500   * plugins/project-wizard/templates/java.wiz
8501   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8502   * plugins/project-wizard/templates/xlib/configure.in.tpl
8503   * plugins/project-wizard/templates/xlib/Makefile.am
8504   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8505   * plugins/project-wizard/templates/gcj/configure.in.tpl
8506   * plugins/project-wizard/templates/gcj/Makefile.am
8507   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8508   * plugins/project-wizard/templates/terminal/configure.in.tpl
8509   * plugins/project-wizard/templates/terminal/Makefile.am
8510   * plugins/project-wizard/templates/terminal/autogen.sh
8511   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8512   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8513   * plugins/project-wizard/templates/wxwin/Makefile.am
8514   * plugins/project-wizard/templates/gnome.wiz 
8515   * plugins/project-wizard/templates/java/configure.ac.tpl
8516   * plugins/project-wizard/templates/java/configure.in.tpl
8517   * plugins/project-wizard/templates/java/Makefile.am
8518   * plugins/project-wizard/templates/anjuta-plugin.wiz
8519   * plugins/project-wizard/templates/gtkmm.wiz
8520   * plugins/project-wizard/templates/python.wiz
8521   * plugins/project-wizard/templates/cpp.wiz
8522   * plugins/project-wizard/templates/gtk.wiz
8523   * plugins/project-wizard/templates/gcj.wiz
8524   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8525   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8526   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8528   Starting fixing of all project wizards:
8529   - rename configure.in to configure.ac
8530   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8531   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8532   (See #394184)
8533   
8534   * TODO.task: Added bug number to bounty
8536 2007-01-07  Johannes Schmid <jhs@gnome.org>
8538   *  plugins/build-basic-autotools.c:
8539   Fixed #392290 – Missed install as root option in project manager
8541 2007-01-07  Johannes Schmid <jhs@gnome.org>
8543   * plugins/sourceview/sourceview.c:
8544   Fixed #388731 – Odd editor behaviour after performing block-text operations
8545   Fixed #388727 – Block-tab does not work
8546   
8547   * plugins/sourceview/anjuta-document.h/c:
8548   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8549   
8550   * configure.in:
8551   Require Gtk+ >= 2.10 for sourceview plugin
8553 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8555         * libanjuta/anjuta-status.c:
8556         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8558 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8560         * configure.in,
8561         plugins/terminal/terminal.c:
8562         Fix bug #377027
8563         remove support for VTE < 0.9
8565 2007-01-06  Naba Kumar  <naba@gnome.org>
8567         * po/POTFILES.in: Updated
8569 2007-01-05  Adam Dingle  <adam@medovina.org>
8571         Reviewed by Naba Kumar  <naba@gnome.org>:
8572         * plugins/message-view/anjuta-message-manager-plugin.glade:
8573         Fixed bug #377903 (improve message color defaults).
8575 2007-01-05  Naba Kumar  <naba@gnome.org>
8577         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8578         
8579 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8581         Reviewed by  Naba Kumar  <naba@gnome.org>:
8582         * plugins/symbol-browser/test-class.h: Fixed block ends.
8584         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8585         C-style-block comment.
8587         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8588         allow lists when writing autogen definition files. This is required
8589         for the new class generator. Also fixed a wrong return value in
8590         npw_autogen_write_definition_file and set a GError in
8591         npw_autogen_execute when the output file could not be opened.
8593         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8594         user interface.
8596         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8597         goc_template_header and goc_template_source, added top_srcdir to
8598         includes, link against project wizard (also hopefully temporarily),
8599         removed class_gen.h, class_gen.c, action-callbacks.h,
8600         action-callbacks.c.
8602         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8604         * plugins/class-gen/cell-renderer-flags.h:
8605         * plugins/class-gen/cell-renderer-flags.c:
8606         * plugins/class-gen/combo-flags.h:
8607         * plugins/class-gen/combo-flags.c:
8608         * plugins/class-gen/element-editor.c:
8609         * plugins/class-gen/element-editor.h:
8610         * plugins/class-gen/generator.c:
8611         * plugins/class-gen/generator.h:
8612         * plugins/class-gen/plugin.h:
8613         * plugins/class-gen/plugin.c:
8614         * plugins/class-gen/transform.c:
8615         * plugins/class-gen/transform.h:
8616         * plugins/class-gen/validator.c:
8617         * plugins/class-gen/validator.h:
8618         * plugins/class-gen/window.c:
8619         * plugins/class-gen/window.h: Rewrote class generator, it now allows
8620         adding of several class elements and uses autogen.
8622         * plugins/class-gen/templates/cc-header.tpl:
8623         * plugins/class-gen/templates/cc-source.tpl:
8624         * plugins/class-gen/templates/go-header.tpl:
8625         * plugins/class-gen/templates/go-source.tpl:
8626         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8627         for the class generator.
8629         * configure.in: Added plugins/class-gen/templates/Makefile to output.
8631 2007-01-04  Naba Kumar  <naba@gnome.org>
8633         Patch from Nick Treleaven:
8634         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8635         all matching symbols.
8636         
8637         Patches from  Maik Beckmann and Sébastien Granjoux:
8638         * plugins/profile-default/plugin.c,
8639         plugins/project-manager/plugin.c: Unescape project name. Fixes
8640         Bug #357151
8642 2007-01-04  Naba Kumar  <naba@gnome.org>
8644         * plugins/glade/plugin.c: Fixed compilation with
8645         older glade-3 version.
8646         
8647         Patch from Roland Illig:
8648         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8649         plugins/sourceview/anjuta-document-saver.c,
8650         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8651         are necessary to build anjuta on NetBSD 3.0
8653         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8654         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8655         window manager in gnome.
8656         
8657 2007-01-02  Naba Kumar  <naba@gnome.org>
8658         
8659         * plugins/glade/plugin.c: Make it work with glade-3 svn.
8660         
8661 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8663         Reviewed by Naba Kumar  <naba@gnome.org>:
8664         * libanjuta/interfaces/libanjuta.idl,
8665         plugins/debug-manager/Makefile.am,
8666         plugins/debug-manager/anjuta-marshal.list,
8667         plugins/debug-manager/debugger.c,
8668         plugins/debug-manager/sparse_buffer.c,
8669         plugins/debug-manager/sparse_buffer.h,
8670         plugins/debug-manager/sparse_view.c,
8671         plugins/debug-manager/sparse_view.h,
8672         plugins/debug-manager/disassemble.h,
8673         plugins/debug-manager/disassemble.c,
8674         plugins/debug-manager/anjuta-marshal.list,
8675         plugins/debug-manager/plugin.c,
8676         plugins/gdb/debugger.c,
8677         plugins/gdb/debugger.h,
8678         plugins/gdb/plugin.c:
8679         Add a disassembly view window
8681         * plugins/debug-manager/breakpoints.c,
8682         plugins/debug-manager/chunk_view.c,
8683         plugins/debug-manager/locals.c,
8684         plugins/debug-manager/memory.c,
8685         plugins/debug-manager/registers.c,
8686         plugins/debug-manager/stack_trace.c:
8687         Add some debugging information 
8689 2006-12-18  Naba Kumar  <naba@gnome.org>
8691         * configure.in, plugins/glade/plugin.c: Allow building against both
8692         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8694 2006-12-03  Naba Kumar  <naba@gnome.org>
8695         
8696         * TODO.tasks: Marked a bounty completed.
8698 2006-11-24  Adam Dingle <adam@medovina.org>
8700         Reviewed by Naba Kumar  <naba@gnome.org>:
8701         * plugins/build-basic-autotools/build-basic-autotools.c,
8702         plugins/debug-manager/watch.c,
8703         plugins/document-manager/plugin.c, 
8704         plugins/patch/plugin.c,
8705         plugins/project-manager/plugin.c:
8706         Fixed bug #378879 (several command names need ellipses).
8708 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
8710         Reviewed by: Naba Kumar  <naba@gnome.org>
8711         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8712         GCC 4.1.2 (there are only two warnings remaining now when compiling
8713         plugins).
8715         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8717         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8718         macro so that the generated function support a NULL plugin parameter.
8720         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8721         in debug_tree_find_expression by freeing memory returned by the call
8722         to gtk_tree_model_get instead of the parameter string.
8724 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8726         * plugins/debug-manager/breakpoints.c:
8727         Fix bug #378850
8729         * plugins/debug-manager/anjuta-debug-manager.ui,
8730         plugins/debug-manager/debugger.c,
8731         plugins/debug-manager/plugin.c:
8732         Fix bug #378871
8734 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8736         * libanjuta/anjuta-launcher.c,
8737         plugins/gdb/debugger.c:
8738         Fix bug #377061
8740 2006-11-21  Naba Kumar  <naba@gnome.org>
8742         * plugins/search/search_preferences.c: Fixed build break.
8743         
8744 2006-11-20  Naba Kumar  <naba@gnome.org>
8745         
8746         Patch from Kjartan Maraas:
8747         * plugins/cvs-plugin/cvs-interface.c,
8748         plugins/document-manager/plugin.c,
8749         plugins/gtodo/interface.c,
8750         plugins/gtodo/libgtodo.h,
8751         plugins/message-view/anjuta-msgman.c,
8752         plugins/project-wizard/druid.c,
8753         plugins/search/search_preferences.c,
8754         plugins/sourceview/sourceview-prefs.c,
8755         plugins/terminal/terminal.c,
8756         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8758         Patch from Przemysław Grzegorczyk:
8759         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8760         plugins/subversion/anjuta-subversion.glade: Enable files in
8761         fileselection dialog. Fixes bug #376031.
8762         
8763 2006-11-17  Adam Dingle <adam@medovina.org>
8765         Reviewed by: Naba Kumar  <naba@gnome.org>
8766         * plugins/build-basic-autotools/build-basic-autotools.c
8767         * plugins/class-gen/anjuta-class-gen.plugin.in
8768         * plugins/debug-manager/breakpoints.c
8769         * plugins/debug-manager/plugin.c
8770         * plugins/devhelp/plugin.c
8771         * plugins/document-manager/plugin.c
8772         * plugins/gdb/debugger.c
8773         * plugins/glade/anjuta-glade.plugin.in
8774         * plugins/gtodo/plugin.c
8775         * plugins/language-support-cpp-java/plugin.c
8776         * plugins/message-view/plugin.c
8777         * plugins/project-import/anjuta-project-import.glade
8778         * plugins/project-import/anjuta-project-import.plugin.in
8779         * plugins/search/plugin.c
8780         * plugins/tools/scripts/tools-2.xml.in
8781         * plugins/valgrind/plugin.c
8782         * src/anjuta-actions.h:
8783         Fixed bug #376335 "menu items should be capitalized".  Minor
8784         grammar edits.
8786 2006-11-20  Naba Kumar  <naba@gnome.org>
8787         
8788         * configure.in: Fixed build.
8790         Patch from: Arjan Timmerman
8791         *configure.in: Make subvesion plugin build for apr 1.x.
8792         Fixes: Bug #364754.
8793         
8794 2006-11-20  Johannes Schmid <jhs@gnome.org>
8796         * configure.in
8797         * plugins/*/*.[ch]:
8798         Removed patches from Sylvain and Günther. They caused not problems but
8799         Naba was against them.
8801 2006-11-20  Johannes Schmid <jhs@gnome.org>
8803         * Removed me from MAINTAINERS
8805 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8807         * configure.in:
8808         Use apr-1 instead of apr-0
8810 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8812         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8813         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8814         and another bug occuring when parsing .pc file containing quotes.
8816 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8818         * plugins/*/*.[ch]: Use class macro for type casting.
8820         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8821         GCC 4.1.2 (there are only two warnings remaining now when compiling
8822         plugins).
8824         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8825         a memory leak in debug_tree_find_expression; g_free was called on
8826         the parameter instead of the memory allocated by gtk_tree_model_get.
8828         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8829         to declare and initialize the global type variable of the plugin.
8831 2006-10-31  Naba Kumar  <naba@gnome.org>
8833         * global-tags/create_global_tags.sh.in: Added an end message.
8834         
8835         * libanjuta/anjuta-launcher.h: Fixed indentation.
8836         
8837         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8838         creation to a) append the messages in right way, b) Connect signals
8839         to the view properly and c) Recreate the system-tags.cache at the
8840         end of the generation.
8842         * plugins/symbol-browser: Fixed action path (double
8843         click on sysmbols was not working).
8845         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8846         Fixed typedef and removed dead code.
8848         * tagmanager/c.c: Took the latest version from ctags source
8849         repository, because the one we had (from ctags 5.6) was broken.
8850         
8851         * global_tags/create_global_tags.sh.in: Reverted the patch from
8852         Sylvain because it was not right fix (and added a helpful comment).
8853         Used /bin/bash to fix the bashism and generated separate log files
8854         for each tag files in the same directory.
8855         
8856 2006-10-29  Naba Kumar  <naba@gnome.org>
8858         * plugins/editor/text_editor.c: Use a temporary file
8859         to save the editor and move it at the end to original
8860         file. This will prevent data corruption if file save
8861         failed for any reason. Also report proper errors when
8862         file save fails. Fixes bug #346575.
8863         
8864 2006-10-26  Naba Kumar  <naba@gnome.org>
8866         * plugins/document-manager/anjuta-docman.c: Do not load
8867         the same files with different path more than once (happens
8868         with symlinked files). Fixes Bug #323591.
8870 2006-10-25  Naba Kumar  <naba@gnome.org>
8872         * plugins/valgrind/vgactions.c: Fixed a warning.
8874 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8876         Reviewed by Naba Kumar  <naba@gnome.org>:
8878         * plugins/valgrind/vgtoolview.c:
8879         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8881         * plugins/valgrind/bugged-prg-test.c:
8882         No more warning during compilation with GCC 4.1.
8883         Program is still buggy in order to be used as a test of the
8884         plugin.
8886         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8887         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8888         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8889         plugins/valgrind/vgrule.c:
8890         No more warning during compilation with GCC 4.1.
8892         * plugins/valgrind/plugin.c:
8893         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8894         prototype (was missing from previous patch).
8896 2006-10-24  Naba Kumar  <naba@gnome.org>
8898         * plugins/glade/plugin.c: Show glade tree view, not list view.
8899         
8900         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8901         exited with glade plugin still loaded. Fixes Bug #364755.
8903         * plugins/document-manager/anjuta-document-manager.plugin.in:
8904         Added application/x-reject in accepted mime-types.
8905         
8906         * Changelog: Fixed changelog alignments.
8908 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8910         Reviewed by: Naba Kumar  <naba@gnome.org>
8911         
8912         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8913         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8914         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8915         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8916         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8917         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8918         plugins/valgrind/vgsearchbar.c:
8919         Use class macro for type casting.
8921         * plugins/valgrind/plugin.h:
8922         Don't force cast a GtkActionGroup to a GtkAction.
8924         * plugins/valgrind/plugin.c:
8925         Use correct API to get path of the preoject root when building
8926         the list of targets for the run action.
8927         Correct ordering of the construction of the preferences widgets.
8928         Only remove the valgrind widget if it is currently displayed.
8930         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8931         Return if check_valgrind_binary() fails.
8932         The ValgrindPluginPrefs object is initialized after the call to
8933         vg_action_new. Take a handle to the location of the pointer to
8934         the future object.
8936 2006-10-24  Naba Kumar  <naba@gnome.org>
8938         * HACKING: Updated coding sample.
8939         
8940         Patch from: Armin Burgmeier  <armin@arbur.net>
8941         * plugins/symbol-browser/test-class.h,
8942         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8943         
8944 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8946         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8947         * plugins/valgrind/vgtoolview.h:
8948         Correctly handle the argv / srcdir of vg_tool_view object. Do
8949         not leak memory associated with those arrays.
8951         * plugins/symbol-browser/an_symbol_prefs.c:
8952         Support unloading / reloading of the module (for example when
8953         closing a project and opening another one).
8955         * plugins/project-manager/plugin.c:
8956         Remove plugin widget before removing plugin itself, preventing
8957         a crash with valgrind plugin.
8959         * libanjuta/anjuta-preferences-dialog.c:
8960         Do not use the page_num returned by gtk_notebook_append_page to
8961         remove the page as it cause bugs when pages removal is not done
8962         in LIFO.
8964         * plugins/document-manager/anjuta-docman.c:
8965         Fix some GTK+ warnings.
8967         * global-tags/create_global_tags.sh.in:
8968         Rewrite script to remove bash-ism and use pkg-config directly
8969         instead of parsing the *.pc file by hand. This solve problems
8970         that occurred when one of the directory in PKG_CONFIG_PATH is
8971         empty.
8973 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8975         * plugins/glade/plugin.c: Fix build (#363884)
8977 2006-10-22  Johannes Schmid <jhs@gnome.org>
8979         * plugins/file-manager/an_file_view.c:
8980         * plugins/file-manager/plugin.c:
8981         * plugins/file-manager/plugin.h:
8982         Fix possible crasher when changing project-root uri when we try to restore open nodes
8983         * AUTHORS: Updated
8985 2006-10-19  Naba Kumar  <naba@gnome.org>
8987         Patch from: Juan Pablo Ugarte
8988         * plugins/glade/plugin.c: Include glade header
8989         correctly.
8990         
8991 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8992         
8993         * plugins/debug-manager/Makefile.am,
8994         plugins/debug-manager/sexy-icon-entry.h,
8995         plugins/debug-manager/sexy-icon-entry.c,
8996         plugins/debug-manager/dataview.c:
8997         Fix bug #358134 (Goto memory prompt)
8998         Use sexy-icon-entry from libsexy 0.1.10
9000         * plugins/debug-manager/debugger.c,
9001         plugins/debug-manager/plugin.c,
9002         plugins/debug-manager/start.c,
9003         plugins/gdb/debugger.c,
9004         plugins/gdb/plugin.c:
9005         Better error handling when starting and stopping debugger
9007 2006-10-13  Maik Beckmann <maik@eigenco.de>
9009         * src/action_callbacks.c:
9010         Fixed bug #361830 (AboutDialog does not close) which is caused 
9011         due to a change in Gtk+ 2.10  
9012   
9013 2006-10-12  Adam Dingle <adam@medovina.org>
9015         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
9017         * plugins/search/search-replace.c:
9018         Fixed bug #358068 (indicate when Find in Files is complete)
9020         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9022         * plugins/sourceview/sourceview-prefs.c:
9023         * plugins/sourceview/sourceview.glade:
9024         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
9026         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
9028         * plugins/devhelp/plugin.c:
9029         * plugins/search/plugin.c: 
9030         Fixed bug #359750 (fix find/replace shortcut keys).
9032         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
9033         use Alt+key for shortcuts)
9035         *  plugins/debug-manager/debug_tree.c:
9036         *  plugins/debug-manager/debugger.c:
9037         Fixed bug #359317 (can't load debug manager)
9039         * /plugins/document-manager/plugin.c:
9040         Fixed bug #359259 (highlight modes listed in reverse 
9041         alphabetical order).
9043 2006-10-10  Johannes Schmid <jhs@gnome.org>
9045         * plugins/glade/plugin.c:
9046         Add scrollbars to glade project window
9048 2006-10-10  Johannes Schmid <jhs@gnome.org>
9050         * libanjuta/interfaces/Makefile.am.iface:
9051         Fixed Makefile with broke build
9053 2006-10-07  Johannes Schmid <jhs@gnome.org>
9055         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9056         * libanjuta/interfaces/Makefile.iface.am:
9057         Fixed enum types generation
9059         * libanjuta/interfaces/libanjuta.idl:
9060         Fixed some strange typo
9062 2006-10-06  Johannes Schmid <jhs@gnome.org>
9064         * libanjuta/interfaces/Makefile.iface.am:
9065         Fixed enum-types.h generation
9066         * libanjuta/interfaces/libanjuta.idl:
9067         char* => gchar*
9068         IAnjutaTODO::load should take const gchar* argument
9069         Remove include to libanjuta/e-splash.h which is not installed as header file
9070         Disable get_attributes for now
9071         
9072         * pluings/sourceview/sourceview.c: Disabled get_attributes
9073         
9074         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
9076 2006-10-05  Naba Kumar  <naba@gnome.org>
9078         * TODO.tasks: Set 'Improve class widzard' task to assigned.
9079         Set bug id for 'Profiler plugin' task.
9081 2006-10-03  Naba Kumar  <naba@gnome.org>
9083         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
9084         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
9086         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
9087         plugins/project-manager/plugin.c: Added a new API in
9088         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
9089         Added some documentation. On project close, close all editors that
9090         has files opened for the project.
9091         
9092         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
9093         from the containers on anjuta_shell_remove_widget(). Do not destroy
9094         glade widgets once created.
9095         
9096 2006-10-03  Johannes Schmid <jhs@gnome.org>
9098         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9099         * libanjuta/interfaces/libanjuta.idl:
9100         const-List<> => const List<>
9101         List-free<> => List<>
9102         
9103         * Makefile.am: Reenabled launcher
9105 2006-10-03  Johannes Schmid <jhs@gnome.org>
9107         * libanjuta/interfaces/Makefile.am.iface:
9108         Install libanjuta.idl
9110 2006-10-02  Adam Dingle <adam@medovina.org>
9112         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9114 2006-10-02  Adam Dingle <adam@medovina.org>
9116         * plugins/editor/style-editor.c: fixed bug #357534
9117         * plugins/gdb/utilities.h: removed 2 unused declarations
9119 2006-10-02  Johannes Schmid <jhs@gnome.org>
9121         * Makefile.am: disabled anjuta-launcher
9122         * libanjuta/Makefile.am:
9123         
9124         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9125         * libanjuta/glue-factory.c: (glue_factory_add_path),
9126         (glue_factory_get_path):
9127         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9128         * libanjuta/glue-factory.h:
9129         * libanjuta/glue-cpp.h:
9130         * libanjuta/glue-cpp.c:
9131         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
9132         
9133         * libanjuta/interfaces/Makefile.am.iface:
9134         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9135         * libanjuta/interfaces/libanjuta.idl:
9136         Add a new features to idl compiler:
9137         List<Type> => List of Type
9138         List-free<Type> => List of Type, it is up to the caller to free items and list
9139         const-List(-free)<Type> = const List of Types
9140         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9141         
9142         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9143         (generic_cpp_class_create_code):
9144         Adapted to new project_manager interface
9145         
9146         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9147         * plugins/debug-manager/debugger.c:
9148         (ivariable_debugger_iface_init):
9149         Do not use C++ keyword "delete" for interface name
9150         
9151         * plugins/document-manager/anjuta-document-manager.plugin.in:
9152         Added m4 to mime-types
9153         
9154         * plugins/project-manager/plugin.c:
9155         (iproject_manager_add_source_multi):
9156         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9158 2006-10-01  Naba Kumar  <naba@gnome.org>
9160         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9161         UI file used when out-of-process devhelp is used instead of
9162         embedded devhelp.
9163         
9164         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9165         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9166         plugins/profile-default/default.anjuta: Build devhelp plugin,
9167         but use out-of-process devhelp if devhelp plugin is disabled
9168         (either by user or devhelp is not installed). Disabled devhelp
9169         plugin by default. Added it in default profile.
9171 2006-10-01  Naba Kumar  <naba@gnome.org>
9173         * plguins/project-manager/plugin.c: Possible fix for crash
9174         bug #358583.
9175         
9176         * configure.in, plugins/Makefile.am: Enabled glade plugin and
9177         set dep to last version 3.0.2.
9178         
9179         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9180         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9181         plugins/symbol-browser/plugin.c: Use the right action group
9182         for getting popup actions (Fixes lots of assertion failures).
9184         * plugins/project-manager/plugin.c,
9185         plugins/project-manager/plugin.h: use separate action group
9186         for profie actions.
9187         
9188         * plugins/message-view/plugin.c: Disconnect session load
9189         signal on plugin deactivation (fixes a crash).
9191 2006-09-30  Naba Kumar  <naba@gnome.org>
9193         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9194         * TODO.tasks: Assigned a bounty to Massimo.
9196 2006-09-29  Naba Kumar  <naba@gnome.org>
9198         * src/anjuta-app.c, src/shell.c: Fixed build errors.
9200 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9202         * plugins/debug-manager/debugger.c,
9203         plugins/debug-manager/plugin.c,
9204         libanjuta/interfaces/libanjuta.idl:
9205         Add a new abort command to quit debugger without waiting
9207         * plugins/gdb/debugger.c,
9208         plugins/gdb/debugger.h,
9209         plugins/gdb/plugin.c:
9210         Send a signal directly to the debugged program
9211         Implement abort command
9213         * plugins/debug-manager/debug_tree.c:
9214         Fix bug #358163
9216         * plugins/debug-manager/stack-trace.c:
9217         Fix bug #358009
9219 2006-09-29  Naba Kumar  <naba@gnome.org>
9221         * TODO.tasks: Updated.
9222         
9223         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9224         dialog.
9225         
9226         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9227         
9228         * TODO.tasks: Updated in light of the word wrapping fix
9229         in Tasks Manager. Added a test bounty entry.
9231         * TODO.tasks: Added four bounties.
9232         
9233 2006-09-28  Naba Kumar  <naba@gnome.org>
9235         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9236         Added 'customizable' parameter to
9237         anjuta_ui_add_action_group_entries() and similar functions to
9238         allow user configuration of the actions. Filter out actions that
9239         are not configurable items (such as submenu items). Now the
9240         'Customize shortcuts' dialog is much better listed.
9242         * plugins/build-basic-autotools/build-basic-autotools.c,
9243         plugins/build-basic-autotools/build-basic-autotools.h,
9244         plugins/cvs-plugin/plugin.c,
9245         plugins/cvs-plugin/plugin.h,
9246         plugins/debug-manager/breakpoints.c,
9247         plugins/debug-manager/plugin.c,
9248         plugins/debug-manager/stack_trace.c,
9249         plugins/debug-manager/watch.c,
9250         plugins/devhelp/plugin.c,
9251         plugins/document-manager/plugin.c,
9252         plugins/file-loader/plugin.c,
9253         plugins/file-manager/plugin.c,
9254         plugins/glade/plugin.c,
9255         plugins/gtodo/interface.c,
9256         plugins/gtodo/plugin.c,
9257         plugins/language-support-cpp-java/plugin.c,
9258         plugins/macro/plugin.c,
9259         plugins/macro/plugin.h,
9260         plugins/message-view/plugin.c,
9261         plugins/patch/plugin.c,
9262         plugins/profile-default/default.anjuta,
9263         plugins/project-manager/plugin.c,
9264         plugins/project-manager/plugin.h,
9265         plugins/sample1/plugin.c,
9266         plugins/search/plugin.c,
9267         plugins/subversion/plugin.c,
9268         plugins/subversion/plugin.h,
9269         plugins/symbol-browser/plugin.c,
9270         plugins/symbol-browser/plugin.h,
9271         plugins/tools/plugin.c,
9272         plugins/valgrind/plugin.c,
9273         plugins/valgrind/plugin.h: Fixed to take care of above change
9274         in API of AnjutaUI. Properly added/removed action groups in some
9275         plugins. Split action groups into customization and non-customizable
9276         groups and added them separately.
9278         * plugins/document-manager/plugin.c: Close files belonging to
9279         project when project is closed (not complete).
9280         
9281         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9282         vertical aligned cell entries.
9283         
9284         * src/anjuta-app.c: Define macros for the placeholder names.
9285         Set default widths and heights of the default placeholders,
9286         so that newly docked widgets are correclty sized.
9287         
9288         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9289         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9290         Fixed to generated correct actions addition/removal code.
9292 2006-09-25  Naba Kumar  <naba@gnome.org>
9294         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9295         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9296         class.
9297         
9298         * plugins/message-view/anjuta-msgman.c,
9299         plugins/message-view/anjuta-msgman.h,
9300         plugins/message-view/message-view.c,
9301         plugins/message-view/message-view.h,
9302         plugins/message-view/plugin.c: Serialize messages panes in
9303         session save and deserialize them in session load so that
9304         build messages persistant.
9305         
9306 2006-09-24  Johannes Schmid <jhs@gnome.org>
9308         * libanjuta/anjuta-utils.c:
9309         * plugins/message-view/message-view.c:
9310         Really fixed #355407
9312 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9314         * libanjuta/interfaces/libanjuta.idl:
9315         Change one variable sign
9317         * plugins/debug-manager/anjuta-debug-manager.glade,
9318         plugins/debug-manager/anjuta-debug-manager.ui:
9319         Few small interface changes     
9321         * plugins/debug-manager/debug_tree.h,
9322         plugins/debug-manager/watch.c,
9323         plugins/debug-manager/debugger.c,
9324         plugins/debug-manager/plugin.c
9325         plugins/gdb/debugger.c,
9326         plugins/gdb/plugin.c:
9327         Big rewrite of debugger queue
9328         Allow to cancel command
9330         * plugins/debug-manager/memory.c:
9331         Fix a bug if a command is cancelled
9333 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9335         * plugins/gdb/debugger.c,
9336         plugins/debug-manager/debug_tree.c,
9337         plugins/debug-manager/locals.c:
9338         Restore tree representation for local variable
9339         Add argument in local variable list
9340         Use gdb variable object to get all informations
9342 2006-09-19  Naba Kumar  <naba@gnome.org>
9344         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9345         that implements AnjutaSavePrompt class.
9347         * ChangeLog: Fixed indentation.
9348         
9349         * libanjuta/Makefile.am,
9350         libanjuta/anjuta-marshal.list,
9351         libanjuta/anjuta-shell.c,
9352         libanjuta/anjuta-shell.h,
9353         plugins/document-manager/action-callbacks.c,
9354         plugins/document-manager/action-callbacks.h,
9355         plugins/document-manager/anjuta-docman.c,
9356         plugins/document-manager/anjuta-docman.h,
9357         plugins/document-manager/plugin.c,
9358         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9359         unsaved items during exit. A new signal is added in shell
9360         interface called 'save-prompt' to collect all unsaved items.
9361         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9362         Fixed document manager to use the new save-prompt signal in shell
9363         and AnjutaSavePrompt object for unsaved files. Cleaned up
9364         AnjutaDocman to synchronously save new files. Fixed function
9365         names.
9367 2006-09-18  Johannes Schmid <jhs@gnome.org>
9369         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9370         gdl requirement to 0.7.0
9372 2006-09-18  Johannes Schmid <jhs@gnome.org>
9374         * global-tags/.cvsignore:
9375         * global-tags/Makefile.am:
9376         * global-tags/create_global_tags.sh (removed):
9377         * global-tags/create_global_tags.sh.in (added):
9378         Fixed #355407
9379         
9380         * libanjuta/anjuta-launcher.c:
9381         Fixed #349374
9382         
9383         * plugins/project-manager/plugin.c:
9384         (project_manager_plugin_close_project):
9385         Fixed crasher
9386         
9387         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9388         Fixed gtk critical
9389         
9390         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9391         More reasonable toolbar creation/deletition though it does
9392         not completly work!
9394 2006-09-15  Johannes Schmid <jhs@gnome.org>
9396         * libanjuta/anjuta-utils.c/.h:
9397         Fixed #355168
9399 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9401         * scintilla/ScintillaGTK.cxx
9402         Fixed doulbe freeing in Scintilla
9404 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9406         * plugins/symbol-browser/an_symbol_prefs.c:
9407         Support unloading / reloading of the module (for example when
9408         closing a project and opening another one).
9410         * plugins/project-manager/plugin.c:
9411         Really fixed #355148 (Show project name in title bar)
9413 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9415         * libanjuta/plugins.c:
9416         Fixed #355156 (Show plugins in alphabetical order)
9418 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9420         * plugins/project-manager/plugin.c:
9421         Fixed #355148 (Show project name in title bar)
9423 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9425         * plugins/project-manager/plugin.c:
9426         (value_removed_project_root_uri):
9427         Fixed crasher if project cannot be opened
9429 2006-08-30 Naba Kumar  <naba@gnome.org>
9431         * plugins/language-support-cpp-java/plugin.[c,h],
9432         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9433         Impletemnted UI for auto indent.
9434         
9435 2006-08-28 Naba Kumar  <naba@gnome.org>
9436         
9437         * plugins/gvim/.cvsignore,
9438         plugins/gvim/Makefile.am,
9439         plugins/gvim/anjuta-vim-plugin.png,
9440         plugins/gvim/anjuta-vim.c,
9441         plugins/gvim/anjuta-vim.h,
9442         plugins/gvim/anjuta-vim.plugin.in,
9443         plugins/gvim/gtkvim.c,
9444         plugins/gvim/gtkvim.h,
9445         plugins/gvim/plugin.c,
9446         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9447         in build yet.
9449 2006-08-28 Naba Kumar  <naba@gnome.org>
9451         Patch from: Massimo Corà  <maxcvs@email.it>
9452         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9453         possible infinite loop.
9455 2006-08-22 Adam Dingle <adam@medovina.org>
9456         
9457         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9458         to edit are shown in the preferences dialog in anjuta").
9459         Removed unused widgets from the style editor dialog.
9461 2006-08-21  Johannes Schmid <jhs@gnome.org>
9463         * plugins/symbol-browser/test-class.[cpp/h]
9464         Added missing files
9466 2006-08-18  Naba Kumar  <naba@gnome.org>
9468         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9469         end of document loading.
9471         * plugins/language-support-cpp-java/plugin.c,
9472         plugins/sourceview/sourceview.c: Fixed plugin loading.
9474 2006-08-17  Naba Kumar  <naba@gnome.org>
9476         * plugins/language-support-cpp-java/plugin.c,
9477         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9478         mode line parsing. Indentation parameters initialized based on
9479         mode line parameters.
9481 2006-08-16  Naba Kumar  <naba@gnome.org>
9483         * Makefile.am, plugins/editor/text_editor.c,
9484         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9485         comments.
9487 2006-08-16 Naba Kumar  <naba@gnome.org>
9489         Patch from  Massimo Cora'  <maxcvs@email.it>:
9490         
9491         * plugins/editor/aneditor-autocomplete.cxx,
9492         plugins/editor/aneditor-calltip.cxx,
9493         plugins/symbol-browser/Makefile.am,
9494         plugins/symbol-browser/an_symbol.c,
9495         plugins/symbol-browser/an_symbol_view.c,
9496         plugins/symbol-browser/plugin.c,
9497         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9498         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9499         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9500         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9501         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9502         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9503         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9504         tagmanager/get.h, tagmanager/html.c,
9505         tagmanager/include/tm_source_file.h,
9506         tagmanager/include/tm_tag.h,
9507         tagmanager/include/tm_workspace.h,
9508         tagmanager/jscript.c, tagmanager/keyword.c,
9509         tagmanager/keyword.h, tagmanager/lisp.c,
9510         tagmanager/lregex.c, tagmanager/lua.c,
9511         tagmanager/main.h, tagmanager/make.c,
9512         tagmanager/options.c, tagmanager/options.h,
9513         tagmanager/parse.c, tagmanager/parse.h,
9514         tagmanager/parsers.h, tagmanager/pascal.c,
9515         tagmanager/perl.c, tagmanager/php.c,
9516         tagmanager/python.c, tagmanager/read.c,
9517         tagmanager/read.h, tagmanager/readtags.c,
9518         tagmanager/readtags.h, tagmanager/rexx.c,
9519         tagmanager/routines.c, tagmanager/routines.h,
9520         tagmanager/ruby.c, tagmanager/scheme.c,
9521         tagmanager/sh.c, tagmanager/slang.c,
9522         tagmanager/sml.c, tagmanager/sort.c,
9523         tagmanager/sort.h, tagmanager/sql.c,
9524         tagmanager/strlist.c, tagmanager/strlist.h,
9525         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9526         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9527         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9528         tagmanager/vim.c, tagmanager/vstring.c,
9529         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9530         5.6 and namespace completion fixed.
9532         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9533         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9535 2006-08-15 Naba Kumar  <naba@gnome.org>
9537         * libanjuta/interfaces/libanjuta.idl,
9538         plugins/editor/text-editor-iterable.c,
9539         plugins/editor/text_editor.c,
9540         plugins/sourceview/sourceview-cell.c,
9541         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9542         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9543         ianjuta_editor_end_action().
9544         
9545         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9547 2006-08-13 Naba Kumar  <naba@gnome.org>
9549         * plugins/debug-manager/breakpoints.c,
9550         plugins/debug-manager/memory.c,
9551         plugins/debug-manager/registers.c,
9552         src/layout.xml: Fixed debugger widgets layout.
9554 2006-08-12 Naba Kumar  <naba@gnome.org>
9556         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9557         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9558         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9559         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9560         codes and dead codes. Removed automatic indentation prefs.
9562 2006-08-12  Johannes Schmid <jhs@gnome.org>
9564         * libanjuta/Makefile.am:
9565         * libanjuta/anjuta-launcher.c:
9566         * libanjuta/anjuta-launcher.h:
9567         * libanjuta/anjuta-plugin.c:
9568         * libanjuta/anjuta-plugin.h:
9569         * libanjuta/anjuta-preferences.c:
9570         * libanjuta/anjuta-preferences.h:
9571         * libanjuta/anjuta-shell.c:
9572         * libanjuta/anjuta-shell.h:
9573         * libanjuta/libanjuta.h:
9574         
9575         Made wrapper friendly:
9576         - no inline in header files (preferences_set/get)
9577         - correct signal names
9578         - correct GError** argument in anjuta_shell_freeze/thaw
9579         - include correct files in libanjuta.h
9580         
9581         * plugins/project-manager/plugin.c: 
9582         Fixed two crashers
9584 2006-08-11 Naba Kumar  <naba@gnome.org>
9586         * plugins/editor/aneditor-priv.h,
9587         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9588         
9589         * plugins/editor/text_editor_cbs.c,
9590         plugins/sourceview/anjuta-view.c: Pass the right position for char
9591         added signal.
9592         
9593         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9594         
9595         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9597 2006-08-11 Naba Kumar  <naba@gnome.org>
9599         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9600         return the right character at the iter position and get_char() to
9601         not leak memory.
9603         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9604         to set to character offset and not byte index.
9606         * plugins/language-support-cpp-java/plugin.c: Improved
9607         auto-indentation login. Indents opening and closing braces correctly.
9609 2006-08-10  Johannes Schmid <jhs@gnome.org>
9611         * INSTALL:
9612         * autogen.sh:
9613         Required automake = 1.9
9615         * libanjuta/anjuta-children.c:
9616         * libanjuta/anjuta-children.h:
9617         * libanjuta/anjuta-encodings.h:
9618         * libanjuta/anjuta-launcher.h:
9619         * libanjuta/anjuta-plugin-description.h:
9620         * libanjuta/anjuta-preferences-dialog.h:
9621         * libanjuta/anjuta-preferences.h:
9622         * libanjuta/anjuta-session.h:
9623         * libanjuta/anjuta-status.h:
9624         * libanjuta/anjuta-ui.h:
9625         * libanjuta/anjuta-utils.c:
9626         * libanjuta/anjuta-utils.h:
9627         * libanjuta/e-splash.h:
9628         * libanjuta/glue-factory.h:
9629         * libanjuta/glue-plugin.h:
9630         * libanjuta/plugins.h:
9631         * libanjuta/resources.h:
9632         Fixed libanjuta to be able to wrap it
9633         - G_BEGIN_DECLS, G_END_DECLS
9634         - include all necessary files in libanjuta.h
9636         * plugins/gtodo/tray-icon.c:
9637         * plugins/terminal/terminal.c:
9638         Some build fixes for freebsd
9640         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9641         * plugins/sourceview/sourceview.glade:
9642         Remove auto-indent feature as it is now in language-support
9644 2006-08-09 Naba Kumar  <naba@gnome.org>
9646         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9647         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9648         Added missing files.
9650         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
9651         get_use_spaces(), set_tabsize() and set_use_spaces().
9653 2006-08-09 Naba Kumar  <naba@gnome.org>
9655         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9656         succeeded in activating.
9658         * plugins/document-manager/plugin.c: Added debug message.
9660         * libanjuta/interfaces/libanjuta.idl,
9661         plugins/editor/text_editor.c: Implemented get_tabsize(),
9662         get_use_spaces(), set_tabsize() and set_use_spaces().
9664         * plugins/language-support-cpp-java/Makefile.am,
9665         plugins/language-support-cpp-java/plugin.c,
9666         plugins/language-support-cpp-java/plugin.h: Used editor parameters
9667         for indentation. Added preferences page for paramenters.
9669         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9671 2006-08-08 Naba Kumar  <naba@gnome.org>
9673         * libanjuta/interfaces/libanjuta.idl,
9674         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9675         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9676         plugins/editor/text_editor.c,
9677         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9678         and implemented it for both scintilla and sourceview.
9680         * plugins/search/plugin.c: Use the new grab_focus() to transfer
9681         focus back to editor (happens when pressing esc in incremental
9682         search box).
9684 2006-08-08 Naba Kumar  <naba@gnome.org>
9686         * libanjuta/interfaces/libanjuta.idl,
9687         plugins/editor/text_editor.c,
9688         plugins/editor/text_editor.h,
9689         plugins/editor/text-editor-iterable.c,
9690         plugins/sourceview/sourceview-cell.c,
9691         plugins/sourceview/sourceview.c: Implemented editor attributes
9692         methods.
9693         
9694         * plugins/editor/aneditor.cxx: Disabled old indentation code.
9695         plugins/language-support-cpp-java/plugin.c: Implemented indentation
9696         code (not complete yet).
9698         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9699         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9700         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9701         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9702         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9703         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9705 2006-08-04 Naba Kumar  <naba@gnome.org>
9707         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9708         implementation.
9709         
9710 2006-08-03  Johannes Schmid <jhs@gnome.org>
9712         * configure.in: Add a more informative text to valgrind plugin
9714         * TODO.tasks:
9715         Modified Preferences tasl
9716         * libanjuta/anjuta-plugin.c: 
9717         * libanjuta/anjuta-preferences-dialog.c: 
9718         * libanjuta/anjuta-preferences-dialog.h:
9719         * libanjuta/anjuta-preferences.c:
9720         * libanjuta/anjuta-preferences.h:
9721         * libanjuta/interfaces/Makefile.am.iface:
9722         * libanjuta/interfaces/libanjuta.idl:
9723         Added IAnjutaPreferences interface which every plugin that has preferences should
9724         implement. Call merge() and unmerge() at plugin activation/deactivation.
9725         Fixed preferences_page_remove()
9726         
9727         * plugins/build-basic-autotools/build-basic-autotools.c:
9728         * plugins/cvs-plugin/plugin.c: 
9729         * plugins/document-manager/plugin.c:
9730         * plugins/editor/plugin.c:
9731         * plugins/editor/plugin.h:
9732         * plugins/file-manager/plugin.c: 
9733         * plugins/gtodo/main.h:
9734         * plugins/gtodo/plugin.c: 
9735         * plugins/gtodo/preferences.c: 
9736         * plugins/message-view/anjuta-msgman.c: 
9737         * plugins/message-view/anjuta-msgman.h:
9738         * plugins/message-view/plugin.c:
9739         * plugins/sourceview/plugin.c: 
9740         * plugins/sourceview/plugin.h:
9741         * plugins/symbol-browser/an_symbol_prefs.c:
9742         * plugins/symbol-browser/plugin.c: 
9743         * plugins/terminal/terminal.c: 
9744         * plugins/valgrind/plugin.c
9745         * src/anjuta-app.c:
9746         
9747         Updated preference loading/unloading for all plugins
9749 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9750         
9751         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9752         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9753     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9754         recommended by the autoconf manual. 
9755         - Fixes compiling with autoconf 2.60.
9756         
9757         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9759 2006-08-02      Johanes Schmid <jhs@gnome.org>
9761         * plugins/profile-default/plugin.c:
9762         Fixed session handling
9764 2006-08-01  Johannes Schmid <jhs@gnome.org>
9766         * configure.in
9767         * plugins/Makefile.am:
9768         Disabled devhelp and glade for now as they do not work (#341073
9769         and #341170)
9770         
9771         * plugins/profile-default/anjuta-default-profile.ui (removed):
9772         * plugins/profile-default/plugin.c:
9773         * plugins/profile-default/plugin.h:
9774         * plugins/project-manager/anjuta-project-manager.ui:
9775         * plugins/project-manager/plugin.c:
9776         * plugins/project-manager/plugin.h:
9777         Limted multiple project support #315043
9779         * libanjuta/interfaces/libanjuta.idl:
9780         Added ianjuta_profile_unload
9782 2006-07-31 Naba Kumar  <naba@gnome.org>
9784         * libanjuta/interfaces/libanjuta.idl,
9785         plugins/editor/text-editor-iterable.c,
9786         plugins/editor/text_editor.c,
9787         plugins/sourceview/anjuta-view.c,
9788         plugins/sourceview/anjuta-view.h,
9789         plugins/sourceview/sourceview.c: Fixed text iteration and 
9790         IAnjutaEditor implementations in both scintilla
9791         and sourceview. Cleand up libanjuta API: Removed redundant
9792         erase_range() method from IAnjutaEditor interface, fixed
9793         ianjuta_editor_get_text to take length instead of range (consistency).
9794         autoindentation in both sourceview and scintilla more or less works,
9795         but still disabled for now because there are still some anomalies
9796         in text iteration.
9798         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9800         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9801         API changes.
9803 2006-07-30  Johannes Schmid <jhs@gnome.org>
9805         * plugins/sourceview/anjuta-document.c:
9806         * plugins/sourceview/anjuta-document.h:
9807         * plugins/sourceview/anjuta-view.c: 
9808         * plugins/sourceview/sourceview.c:
9809         Wrote a new "char_added" implementation, I hope this one is good
9811         * plugins/sourceview/sourceview-cell.c:
9812         Fixed typo: "text_iter" instead of "iter"
9814 2006-07-30 Naba Kumar  <naba@gnome.org>
9816         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9818 2006-07-30  Johannes Schmid <jhs@gnome.org>
9820         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9821         
9822         * plugins/debug-manager/plugin.c: 
9823         * plugins/patch/plugin.c:
9824         Use IAnjutaIndicable to mark debugger position
9826         * plugins/sourceview/sourceview.c:
9827         Define colors for IAnjutaIndicable
9829 2006-07-29  Johannes Schmid <jhs@gnome.org>
9831         * plugins/debug-manager/anjuta-debug-manager.ui:
9832         * plugins/debug-manager/breakpoints.c:
9833         * plugins/debug-manager/images/Makefile.am:
9834         * plugins/debug-manager/images/run-to-cursor.png:
9835         * plugins/debug-manager/plugin.c:
9836         Added toolbar and some icons
9838         * plugins/patch/anjuta-patch.ui:
9839         * plugins/patch/patch-plugin.c:
9840         * plugins/patch/patch-plugin.glade:
9841         * plugins/patch/plugin.c:
9842         * plugins/patch/plugin.h:
9843         Improved patch plugin (GUI and function)
9845         * plugins/sourceview/sourceview.c:
9846         Fixed another Gtk-Critical
9848         * plugins/tools/anjuta-tools.ui:
9849         * plugins/tools/plugin.h:
9850         Put Patch plugin in tools menu and changed ui file
9852 2006-07-29  Johannes Schmid <jhs@gnome.org>
9854         * plugins/document-manager/plugin.c:
9855         Fixed accelator Gtk-Warning
9857         * plugins/message-view/anjuta-msgman.c: 
9858         Fixed Gtk-Warning
9860         * plugins/sourceview/anjuta-document.c:
9861         * plugins/sourceview/anjuta-document.h:
9862         * plugins/sourceview/anjuta-marshal.list:
9863         Wrote a better emitter for the char-added signal
9865         * plugins/sourceview/sourceview.c:
9866         Fixed Redo/Undo to void Gtk-Criticals
9867         
9868         * plugins/sourceview/sourceview-args.c:
9869         * plugins/sourceview/sourceview-cell.c:
9870         * plugins/sourceview/sourceview-scope.c:
9871         * plugins/sourceview/sourceview-tags.c: 
9872         Adapted to new IAnjutaIterator API
9874 2006-07-28 Naba Kumar  <naba@gnome.org>
9876         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9878         * plugins/symbol-browser/an_symbol.c,
9879         plugins/symbol-browser/an_symbol_iter.c,
9880         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9881         subclass of AnjutaSymbol so that the symbol is accessible from
9882         the iter in light of changes in IAnjutaIterable.
9884         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9885         implementation of IAnjutaIterable.
9887 2006-07-28 Naba Kumar  <naba@gnome.org>
9889         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9890         IAnjutaIterable. They were kind of useless since the interface is
9891         defined on the data object itself. Added set_position() method
9892         in IAnjutaIterable to allow setting arbitrary current index to the
9893         iter.
9894         Added erase() and erase_range() in IAnjutaEditor.
9896         * plugins/editor/text-editor-iterable.c: Fixed 
9897         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9898         methods in editor. Fixed get_line_from_position() method.
9900         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9901         code. It's disabled for now.
9903         * plugins/sourceview/sourceview-cell.c,
9904         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9905         implementation.
9907 2006-07-27  Johannes Schmid <jhs@gnome.org>
9909         * plugins/sourceview/sourceview-cell.c:
9910         Fixed IAnjutaEditorCell to work only on a single line
9911         Fixed crasher in finalize
9913         * plugins/symbol-browser/an_symbol_prefs.c:
9914         * global-tags/Makefile.am:
9915         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9916         script installation     
9918 2006-07-26 Naba Kumar  <naba@gnome.org>
9920         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9921         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9922         
9923         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9924         
9925         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9926         support plugins
9927         
9928         * plugins/editor/text-editor-iterable.c,
9929         plugins/editor/text_editor.c,
9930         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9931         method to work correctly, it was ignoring start and end parameters.
9932         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9933         emission.
9934         
9935         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9936         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9938 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9940         * plugins/symbol-browser/an_symbol_view.c,
9941         plugins/symbol-browser/an_symbol_view.h,
9942         plugins/symbol-browser/plugin.c:
9943     fix a matching case into sv_extract_type_qualifier_from_expr ()
9944     and some minor issues.
9946 2006-07-26  Johannes Schmid <jhs@gnome.org>
9948         * plugins/language-support-cpp-java/plugin.c:
9949         Fixed to work kind of with sourceview editor
9950         * plugins/sourceview/anjuta-document.c: 
9951         * plugins/sourceview/anjuta-view.c: 
9952         * plugins/sourceview/sourceview-cell.c:
9953         * plugins/sourceview/sourceview.c:
9954         Fixed IAnjutaEditorCell and "char-added" signal
9956 2006-07-24 Naba Kumar  <naba@gnome.org>
9958         * plugins/document-manager/plugin.c,
9959         plugins/document-manager/plugin.h: Initial implementedion for loading
9960         support plugins.
9961         
9962         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9963         implementation.
9964         
9965         * plugins/editor/text_editor.c: Fixed syntax highlighting when
9966         indicators are cleared (that leaved grey texts).
9968 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9970         * libanjuta/interfaces/libanjuta.idl,
9971         plugins/debug-manager/breakpoints.c,
9972         plugins/debug-manager/memory.c,
9973         plugins/debug-manager/registers.c,
9974         plugins/debug-manager/debug_tree.c,
9975         plugins/debug-manager/debugger.c,
9976         plugins/gdb/debugger.c,
9977         plugins/gdb/debugger.h,
9978         plugins/gdb/plugin.c:
9979         Add a parameter for reporting error
9980         Add a new interface for using gdb variable object
9981         Allow to cancel commands
9982         Rewrite handling of debugger state
9984         * plugins/debug-manager/plugin.c,
9985         plugins/debug-manager/locals.c,
9986         plugins/debug-manager/locals.h,
9987         plugins/debug-manager/register.c,
9988         plugins/debug-manager/stack_trace.c,
9989         plugins/debug-manager/stack_trace.h:
9990         Create and destroy local and stack trace windows when needed
9992 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9994         * plugins/document-manager/plugin.c:
9995         Fixed "Automatic" highlighting
9997 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9999         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
10001         * plugins/sourceview/anjuta-view.c:
10002         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
10004 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
10005         
10006         * configure.in: Check for C/C++-Compiler correctly
10008 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
10010         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10012         * plugins/debug-manager/stack_trace.c:
10013         Destroy stack window when debuuger is disabled (#347414)
10014         
10015         * plugins/sourceview/anjuta-view.c:
10016         Fix a crash with popup-menu (#347412)
10018 2006-07-13 Naba Kumar  <naba@gnome.org>
10020         * plugins/editor/Makefile.am,
10021         plugins/editor/text_editor.h,
10022         plugins/editor/text-editor-iterable.h,
10023         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
10024         tested yet).
10025         
10026         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
10027         code.
10028         
10029         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
10031 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
10033         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
10034         Bug #342937
10035         
10036 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10038         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10040         * libanjuta/anjuta-preferences-dialog.c:
10041         Do not use the page_num returned by gtk_notebook_append_page to
10042         remove the page as it cause bugs when pages removal is not done
10043         in LIFO.
10045         * plugins/document-manager/anjuta-docman.c:
10046         * src/anjuta-app.c:
10047         makes Anjuta display dock_items which have previously been hidden
10049 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10051         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10053         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
10054         * plugins/sourceview/sourceview.c: (imark_unmark):
10055         
10056         Patches for bugs #346450 and #346295
10057         
10058         * AUTHORS: Added Fredrik
10060 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
10062         * plugins/message-view/anjuta-msgman.c: 
10063         Fixed close button/icon size (like in docman)
10065 2006-06-10 Naba Kumar <naba@gnome.org>
10067         * plugins/editor/text_editor.c: Fixed goto line to mark the line
10068         being set.
10069         
10070 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
10072         * libanjuta/interfaces/libanjuta.idl:
10073         Move inspect_memory function in IAnjutaCpuDebugger interface
10074         Rename Boolean type to State
10076         * plugins/debug-manager/breakpoint.c:
10077         Rename Boolean type to State
10079         * plugins/debug-manager/Makefile.am,
10080         plugins/debug-manager/anjuta-marshal.list,
10081         plugins/debug-manager/data_view.c,
10082         plugins/debug-manager/data_view.h,
10083         plugins/debug-manager/data_buffer.c,
10084         plugins/debug-manager/data_buffer.h,
10085         plugins/debug-manager/chunk_view.c,
10086         plugins/debug-manager/chunk_view.h,
10087         plugins/debug-manager/anjuta-debug-manager.ui,
10088         plugins/debug-manager/debugger.c,
10089         plugins/debug-manager/memory.c,
10090         plugins/debug-manager/memory.h,
10091         plugins/debug-manager/plugin.c,
10092         plugins/gdb/debugger.c,
10093         plugins/gdb/debugger.h,
10094         plugins/gdb/plugin.c:
10095         Rewrite memory window using a special widget
10096         Rename Boolean type to State
10098 2006-06-08 Naba Kumar <naba@gnome.org>
10100         * plugins/editor/text_editor.c (itext_editor_get_current_word):
10101         Do not return garbage characters and return NULL when there is no
10102         current word.
10103         
10104         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10105         work correctly.
10106         
10107         * plugins/search/search-replace.c: Fixed a mem leak.
10109 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
10111         * libanjuta/anjuta-launcher.c:
10112         Added debug message (see #343522)
10113         
10114         * plugins/build-basic-autotools/build-basic-autotools.c:
10115         Patch from Günther Brammer to fix #344015
10117         * plugins/sourceview/sourceview.c:
10118         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10119         automatic highlight of build messages)
10121 2006-06-06 Naba Kumar <naba@gnome.org>
10123         * configure.in,
10124         libanjuta/interfaces/libanjuta.idl,
10125         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10126         plugins/Makefile.am,
10127         plugins/document-manager/action-callbacks.c,
10128         plugins/document-manager/plugin.c,
10129         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10130         interface for language highlight selection and langauge change
10131         signal.
10132         
10133         * plugins/language-support-cpp-java: Added language support
10134         plugin for cpp and java.
10136 2006-05-27  Naba Kumar  <naba@gnome.org>
10138         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10139         plugins/debug-manager/*, data/Makefile.am,
10140         manuals/reference/libanjuta/libanjuta.types,
10141         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10142         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10143         merged anjuta-new-debugger branch into trunck.
10144         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10146 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10147         
10148         * libanjuta/interfaces/libanjuta.idl,
10149         plugins/debug-manager/debugger.c,
10150         plugins/debug-manager/debugger.h,
10151         plugins/gdb/anjuta-gdb.plugin.in,
10152         plugins/gdb/debugger.c,
10153         plugins/gdb/debugger.h,
10154         plugins/gdb/plugin.c:
10155         Add new IAnjutaCpuDebugger interface to access cpu register
10156         Run gdb instead of /usr/local/bin/gdb
10157         
10158         * plugins/debug-manager/plugin.c,
10159         plugins/debug-manager/registers.c,
10160         plugins/debug-manager/registers.h:
10161         Rewrite register window
10162         Rename Load target menu item to Run target
10164 2006-05-07  Naba Kumar  <naba@gnome.org>
10166         * plugins/gdb.init
10167         
10168 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10170         * plugins/debug-manager/watch.c,
10171         plugins/debug-manager/breakpoint.c,
10172         plugins/debug-manager/breakpoint.h:
10173         Fix crash: disconnect save and load session signals
10175 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10177         * libanjuta/interface/libanjuta.idl,
10178         plugins/debug-manager/debugger.c,
10179         plugins/gdb/plugin.c:
10180         Add a value parameter for evaluate command
10182         * plugins/debug-manager/anjuta-debug-manager.glade:
10183         Create new dialog box for watches using glade
10185         * plugins/debug-manager/anjuta-debug-manager.ui:
10186         Move watch menu items near the end
10187         Move breakpoint menu items outside the sub menu
10189         * plugins/debug-manager/debug_tree.c,
10190         plugins/debug-manager/debug_tree.h,
10191         plugins/debug-manager/debug_tree.h,
10192         plugins/debug-manager/watch.c:
10193         Move all GUI code from watch.c to debug_tree.c
10194         Add an auto update property to watches
10195         
10196         * plugins/debug-manager/locals.c,
10197         plugins/debug-manager/locals.h,
10198         plugins/debug-manager/stack_trace.c,
10199         plugins/debug-manager/stack_trace.h,
10200         plugins/debug-manager/plugin.c:
10201         Register actions before starting debugger
10203         * plugins/gdb/debugger.c:
10204         Do not call callback function if not present
10206 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10208         * libanjuta/interfaces/libanjuta.idl,
10209         plugins/debug-manager/stack_trace.c,
10210         plugins/debug-manager/stack_trace.h,
10211         plugins/debug-manager/anjuta-debug-manager.ui,
10212         plugins/gdb/debugger.c:
10213         Add a popup menu in stack frame window
10214         Add a new frame-changed event
10215         Use MI command for getting stack informations
10216         Get filename with full path (need gdb > 6.3)
10218         * libanjuta/interfaces/libanjuta.idl,
10219         plugins/debug-manager/debug_tree.c,
10220         plugins/debug-manager/debugger.c,
10221         plugins/debug-manager/locals.c,
10222         plugins/debug-manager/locals.h,
10223         plugins/debug-manager/plugin.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         plugins/gdb/Makefile.am:
10230         Pass watch data with string instead of Watch structures
10231         Use debug_tree in local window
10232         Remove info local
10233         Remove parser.{ch}
10235         * plugins/debug-manager/breakpoints.c,
10236         plugins/debug-manager/utilities.c,
10237         plugins/debug-manager/utilities.h:
10238         Use a GtkListStore instead of a GtkTreeStore
10239         move goto_location_in_editor in utilities.c
10240         
10241 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10243         * libanjuta/interfaces/libanjuta.idl,
10244         plugins/debug-manager/anjuta-debug-manager.ui,
10245         plugins/debug-manager/breakpoints.c,
10246         plugins/debug-manager/plugin.c,
10247         plugins/gdb/debugger.c:
10248         Add a breakpoint type
10249         Add new popup menu in breakpoint window
10250         Add toggle breakpoint in editor popup menu
10251         Save and restore breakpoint enable
10252         Fix bug in clear all breakpoints
10253         Remove old useless code
10255         * plugins/debug-manager/debugger.c:
10256         Fix some problem with debugger states
10258         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10259         Update documentation
10260         
10261 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10263         * data/Makefile.am,
10264         plugins/gdb/Makefile.am,
10265         plugins/gdb/gdb.init:
10266         Move gdb.init crom data to plugins/gdb
10268         * plugins/gdb/gdb.init,
10269         libanjuta/interfaces/libanjuta.idl,
10270         plugins/debug-manager/breakpoints.c,
10271         plugins/debug-manager/debugger.c,
10272         plugins/debug-manager/plugin.c,
10273         plugins/gdb/debugger.c,
10274         plugins/gdb/plugin.c:
10275         Support pending breakpoints
10276         Rewrite debugger states
10277         Split ianjuta_debugger_log into _enable_log and _disable_log
10279         * plugins/debug-manager/start.c,
10280         plugins/debug-manager/debug_tree.c,
10281         plugins/gdb/parser.c:
10282         Remove some useless lines
10284         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10285         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10286         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10287         Update documentation
10289 2006-03-12 Naba Kumar <naba@gnome.org>
10291         * manuals/references/libanjuta/libanjuta.types: Fixed
10292         debug-manager name.
10293         
10294 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10296         * libanjuta/anjuta-debugger.c,
10297         libanjuta/anjuta-debugger.h:
10298         Remove those files
10299         
10300         * libanjuta/interfaces/libanjuta.idl,
10301         plugins/debug-mananger/breakpoints.c,
10302         plugins/debug-manager/debug_tree.c,
10303         plugins/debug-manager/debugger.c,
10304         plugins/debug-manager/plugin.c,
10305         plugins/debug-manager/registers.c,
10306         plugins/debug-manager/sharedlib.c,
10307         plugins/debug-manager/signal.c,
10308         plugins/debug-manager/stack_trace.c,
10309         plugins/debug-manager/start.c,
10310         plugins/debug-manager/watch.c,
10311         plugins/gdb/debugger.c,
10312         plugins/gdb/debugger.h,
10313         plugins/gdb/parser.c,
10314         plugins/gdb/parser.h,
10315         plugins/gdb/plugin.c:
10316         Move types definitions from libanjuta/anjuta-debugger.{ch}
10317         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10318         
10319         * plugins/gdb/Makefile.am:
10320         Remove user interface from gdb plugin
10322 2006-03-12 Naba Kumar <naba@gnome.org>
10324         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10326 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10328         Modified Patch from Marc Maurer <uwog@uwog.net>:
10329         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10330         Fixes #342447
10331         
10332         * plugins/sourceview/Makefile.am:
10333         * plugins/sourceview/sourceview-cell.c:
10334         * plugins/sourceview/sourceview-cell.h:
10335         * plugins/sourceview/sourceview.c: 
10336         
10337         Implemented IAnjutaEditorCell
10339 2006-05-21  Naba Kumar  <naba@gnome.org>
10341         * libanjuta/interfaces/libanjuta.idl,
10342         plugins/document-manager/action-callbacks.c,
10343         plugins/document-manager/plugin.c,
10344         plugins/editor/print.c, plugins/editor/text_editor.c,
10345         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10346         Fixed zooming and added icons and shortcuts for zoom menu items.
10348 2006-05-21  Naba Kumar  <naba@gnome.org>
10350         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10351         whitespaces.
10353 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10355         * plugins/document-manager/anjuta-docman.c:
10356         Fixed close button reaction by setting the correct current editor
10358 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10360         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10361         * plugins/document-manager/anjuta-docman.c
10362         - Fix close button, you can close any tab as you wish now.
10363         - Fadeout mime icon as the same as close image  
10365 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10367         Patch from Marc Maurer <uwog@uwog.net>
10368         * main.c: Compile fix when NLS is enabled
10369         
10370         AUTHORS: Added Marc
10372 2006-05-20  Naba Kumar  <naba@gnome.org>
10374         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10375         while loading abiword-2.4.4/abi project).
10377 2006-05-18 Naba Kumar  <naba@gnome.org>
10379         * libanjuta/interfaces/libanjuta.idl,
10380         plugins/document-manager/action-callbacks.c,
10381         plugins/editor/print.c,
10382         plugins/editor/text_editor.c,
10383         plugins/editor/text_editor.h,
10384         plugins/editor/text_editor_prefs.c: Fixed zooming.
10385         
10386         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10387         interface for character iteration and IAnjutaEditorAssist interface
10388         for autocompletions and editor tips.
10390 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10392         Patch from Günther Brammer <GBrammer@gmx.de>:
10393         * plugins/document-manager/anjuta-docman.c:
10394         Make tabs smaller but keep nice closing icon
10396         * plugins/document-manager/anjuta-docman.c:
10397         * plugins/document-manager/Makefile.am:
10398         
10399         Added nice mime-icons to the editor tabs
10401 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10403         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10404         
10405         * plugins/symbol-browser/an_symbol_view.c:
10406         - Fixed crasher
10407         - Fixed symbol searching (Yang Hong (#341997))
10408         
10409         * plugins/devhelp/htmlview.c:
10410         Fixed devhelp plugin
10411         
10412         * plugins/build-basic-autotools/build-basic-autotools.c:
10413         * plugins/search/search-replace.c:
10414         * plugins/document-manager/anjuta-docman.c:
10415         
10416         Only add a marker to a line where it makes sense!
10418 === anjuta 2.0.2 ===
10420 2006-05-15  Naba Kumar  <naba@gnome.org>
10422         * configure.in: set required versions for
10423         gdl and glade3.
10424         
10425 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10427         * plugins/glade/plugin.c:
10428         Fixed signal connection for "gtk-doc-search"
10430 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10432         * NEWS: Set release date, add known issues
10433         
10434         * libanjuta/anjuta-shell.c:
10435         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10436         and debug other gtk-warnings/criticals)
10437         
10438         * plugins/build-basic-autotools/build-basic-autotools.c:
10439         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10440         
10441         * plugins/sourceview/anjuta-view.c:
10442         * plugins/sourceview/sourceview-args.c:
10443         * plugins/sourceview/sourceview-scope.c:
10444         * plugins/sourceview/sourceview-tags.c:
10445         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10447 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10449         * pixmaps/Makefile.am:
10450         Add preferences_general.png
10451         
10452         * plugins/devhelp/plugin.c:
10453         Fixed some more realise things
10454         
10455         * plugins/message-view/anjuta-msgman.c:
10456         Support stock icons for message panes
10457         
10458         * plugins/search/search-replace.c:
10459         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10460          
10461         * plugins/search/search-replace_backend.c:
10462         Fixed #341359
10463         
10464         * plugins/sourceview/anjuta-document.c:
10465         * plugins/sourceview/sourceview.c:
10466         Fixed finalise and tag completion
10467         
10468         * src/anjuta-app.c:
10469         Use preferences_general icon
10471 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10473         * pixmaps/Makefile.am:
10474         Fixed EXTRA_DIST
10476 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10478         * plugins/sourceview/sourceview-prefs.c:
10479         Fixed font & color handling
10480         
10481         * plugins/symbol-browser/an_symbol_view.c:
10482         Fixed crasher
10484 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10486         * plugins/macro/macros.xml:
10487         Fixed bug #341583 (Address of FSF)
10489 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10491         * src/main.c:
10492         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10493         Update: Do it the cool way...
10494         
10495 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10497         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10498         Implement gtk-api-help signals of glade3
10499         * configure.in: Bump to glade3 2.91.2
10500         
10501         * plugins/devhelp/plugin.c:
10502         Fixed some realize stuff in the devhelp plugin
10503         
10504         * plugins/sourceview/anjuta-document.c:
10505         fixed bug with scope completion
10507 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10509         * plugins/symbol-browser/an_symbol_view.c
10510         * plugins/symbol-browser/an_symbol_prefs.c
10511         * plugins/symbol-browser/an_symbol_prefs.h
10512         * global_tags/create_global_tags.sh:
10513         
10514         Automaticly create global tags on first startup
10516 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10518         * configure.in:
10519         * plugins/project-wizard/templates/Makefile.am:
10520         * (added) plugins/project-wizard/templates/cpp-logo.png:
10521         * (added) plugins/project-wizard/templates/cpp.wiz:
10522         * (added) plugins/project-wizard/templates/cpp/*:
10524         Added a generic c++ template. It's a simple hello world.
10526 2006-05-07  Massimo Cora' <maxcvs@email.it>
10528         * plugins/symbol-browser/an_symbol_view.c:
10529         fixed a stupid crasher.
10531 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10533         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10534         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10535         
10536         Fixed WxWidgets project type
10538 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10540         * plugins/devhelp/htmlview.c: 
10541         * plugins/devhelp/plugin.c:
10542         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10543         
10544         * plugins/project-wizard/install.c:
10545         Don't set a message - thanks to seb
10547 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10549         * plugins/devhelp/htmlview.c: 
10550         * plugins/symbol-browser/an_symbol_view.c:
10551         
10552         There is a weird crash in gtk_idle which I still did not completly fix!
10553         
10554         * plugins/project-wizard/install.c:
10555         Default to success instead of failure
10557 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10559         * plugins/devhelp/htmlview.c:
10560         * plugins/devhelp/plugin.c:
10561         Fixed bug and libdevhelp issue!
10563         * plugins/project-wizard/install.c:
10564         Fixed message string!
10566 2006-05-03  Massimo Cora' <maxcvs@email.it>
10567        
10568         * plugins/symbol-browser/an_symbol_view.c:
10569         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10571 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10573         * pixmaps/Makefile.am:
10574         * src/main.c:
10575         * anjuta.desktop.in.in
10576         
10577         GNOME Goal #2.1: Install theme-friendly icons
10579 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10581         * plugins/devhelp/htmlview.c: Reload page on reparent
10582         * plugins/document-manager/anjuta-docman.c:
10583         Present document-manager when document is selected in file-manager
10585 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10587         * plugins/symbol-broser/an_symbol_view.c:
10588         Fixed crasher in namespace exploration
10590 2006-05-01  Massimo Cora' <maxcvs@email.it>
10592         * configure.in:
10593         * plugins/valgrind/Makefile.am:
10595         Optional compiling of Valgrind plugin
10597 2006-05-01  Massimo Cora' <maxcvs@email.it>
10599         * plugins/symbol-browser/an_symbol_view.c:
10600         - modularized code. Marked with FIXME the parts which need improvement.
10601         - More comments.
10602     - Added basic namespace completion for Gtkmm type project:
10603     - namespace1::MyClass *class;
10604     - class-> [display]
10605     - Namespaces must be anyway improved.
10607 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10609         * plugins/devhelp/plugin.c: 
10610         Fixed up plugin unloading and show html widget on link selected
10611         
10612         * NEWS: Updated
10613         
10614 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10616         * plugins/devhelp/Makefile.am:
10617         * plugins/devhelp/anjuta-devhelp.plugin.in:
10618         * plugins/devhelp/htmlview.c:
10619         * plugins/devhelp/htmlview.h:
10620         * plugins/devhelp/plugin.c: 
10621         * plugins/devhelp/plugin.h:
10622         Reimplemeted devhelp plugin from scratch
10623         
10624         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10625         Fixed crasher
10627 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
10629         * plugins/sourceview/sourceview-tags.c:
10630         complete some more tag types
10631         
10632         * plugins/valgrind/plugin.c:
10633         * plugins/valgrind/preferences.c:
10634         * plugins/valgrind/vggeneralprefs.c:
10635         
10636         Fixed lots of gtk warnings
10638 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10640         * plugins/sourceview/sourceview-scope.c:
10641         Implemented type-ahead for scope completion
10643 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
10645         * manuals/C/Makefile.am:
10646         * manuals/Makefile.am:
10647         * plugins/document-manager/Makefile.am:
10648         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10649         * plugins/sourceview/Makefile.am:
10650         * tagmanager/c.c:
10651         
10652         Fixed distcheck
10653         
10654         * plugins/class-gen/goc_template_header: G_END_DECLS
10656 2006-05-27  Naba Kumar <naba@gnome.org>
10658         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10659         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10660         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10661         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10662         scintilla/include/Scintilla.iface,
10663         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10664         cvs. Fixed compile flags. Removed outdated patches.
10666 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
10668         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10670         * plugins/sourceview/anjuta-document.c:
10671         * plugins/sourceview/sourceview-args.c:
10672         * plugins/sourceview/sourceview-scope.c:
10673         
10674         Add End/Home keypresses and support completion if symbol start with '!' for example
10675         in an if statement
10677 2006-04-27 Massimo Cora' <maxcvs@email.it>
10679         * libanjuta/interfaces/libanjuta.idl:
10681         * plugins/sourceview/sourceview-scope.c:
10682         * plugins/sourceview/tag-window.c: 
10683         * plugins/sourceview/tag-window.h:
10684         * plugins/symbol-browser/an_symbol_view.c:
10685         * plugins/symbol-browser/an_symbol_view.h:
10686         * plugins/symbol-browser/plugin.c:
10687         
10688         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10689         interface.
10690         Code and ideas for C/C++ new completion engine comes from IComplete written by
10691         Martin Stubenschrott <stubenschrott@gmx.net>.
10692         Currently the interface works only with GtkSourceView plugin.   
10693         
10694         * tagmanager/Makefile.am:
10695         * tagmanager/c.c: 
10696         * tagmanager/entry.h:
10697         * tagmanager/get.c:
10698         * tagmanager/get.h:
10699         * tagmanager/include/tm_file_entry.h:
10700         * tagmanager/include/tm_project.h:
10701         * tagmanager/include/tm_source_file.h:
10702         * tagmanager/include/tm_symbol.h:
10703         * tagmanager/include/tm_tagmanager.h:
10704         * tagmanager/include/tm_work_object.h:
10705         * tagmanager/include/tm_workspace.h:
10706         * tagmanager/parse.c:
10707         * tagmanager/read.c: 
10708         * tagmanager/read.h:
10709         * tagmanager/tm_project.c: 
10710         * tagmanager/tm_source_file.c: 
10711         * tagmanager/tm_workspace.c:
10712         
10713         Tagmanager can now parse a memory buffer and generate/update 
10714         tags into tm_workspace/tm_project on the fly, without using files.
10715         C/C++ is supported now.
10716         
10717 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10719         * plugins/sourceview/anjuta-document.c:
10720         * plugins/sourceview/sourceview-args.c:
10721         * plugins/sourceview/sourceview-scope.c:
10722         * plugins/sourceview/sourceview.c:
10723         
10724         Fixed some memory leaks and argument completion
10726 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10728         * plugins/glade/plugin.c:
10729         
10730         Fixed glade plugin build because of API changes in glade3
10732 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10734         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10735         Updated editor section
10736         
10737         * manuals/C/anjuta-manual/interface.xml:
10738         * manuals/C/anjuta-manual/preferences.xml:
10739         * manuals/C/anjuta-manual/projects.xml:
10740         Updated manual
10741         
10742         * plugins/editor/anjuta-editor.plugin.in:
10743         Better plugin name
10745 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10747         * configure.in:
10748         * plugins/editor/anjuta-editor.plugin.in:
10749         * plugins/sourceview/sourceview.plugin.in:
10751         Build both editors and let the user decide a runtime!
10752         
10753         * plugins/sourceview/sourceview-scope.c:
10754         Fixed bug in regex to allow test()-> completions
10756 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10758         * plugins/sourceview/anjuta-document.c:
10759         * plugins/sourceview/sourceview-args.c: 
10760         * plugins/sourceview/sourceview-scope.c:
10761         * plugins/sourceview/sourceview-tags.c:
10762         * plugins/sourceview/tag-window.c: 
10763         
10764         Improved callltip windows
10766 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10768         * src/anjuta-app.c: (on_session_save):
10769         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10770         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10772 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10774         * libanjuta/anjuta-utils.c: 
10775         * plugins/cvs-plugin/cvs-execute.c:
10776         Off-by-one...
10778         * scintilla/LexInno.cxx:
10779         * scintilla/LexOpal.cxx:
10780         * scintilla/LexTCL.cxx:
10782         Added missing files from scintilla-update
10784 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10786         * configure.in:
10787         * manuals/C/Makefile.am:
10788         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10789         * manuals/C/anjuta-manual/Makefile.am:
10790         * manuals/C/anjuta-manual/anjuta-manual.xml:
10791         * manuals/C/anjuta-manual/build.xml:
10792         * manuals/C/anjuta-manual/debugger.xml:
10793         * manuals/C/anjuta-manual/execute.xml:
10794         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10795         * manuals/C/anjuta-manual/figures/arguments.png:
10796         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10797         * manuals/C/anjuta-manual/figures/file_menu.png:
10798         * manuals/C/anjuta-manual/figures/menu_main.png:
10799         * manuals/C/anjuta-manual/figures/menubar.png:
10800         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10801         * manuals/C/anjuta-manual/figures/project_info.png:
10802         * manuals/C/anjuta-manual/figures/scrshot.png:
10803         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10804         * manuals/C/anjuta-manual/figures/tool-editor.png:
10805         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10806         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10807         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10808         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10809         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10810         * manuals/C/anjuta-manual/fileoperations.xml:
10811         * manuals/C/anjuta-manual/interface.xml:
10812         * manuals/C/anjuta-manual/introduction.xml:
10813         * manuals/C/anjuta-manual/preferences.xml:
10814         * manuals/C/anjuta-manual/projects.xml:
10815         * manuals/C/anjuta-manual/tools.xml:
10816         * manuals/Makefile.am:
10817         
10818         Updated manual and faq
10820         * scintilla/CallTip.cxx:
10821         * scintilla/CallTip.h:
10822         * scintilla/CellBuffer.cxx:
10823         * scintilla/CellBuffer.h:
10824         * scintilla/ContractionState.cxx:
10825         * scintilla/Document.cxx:
10826         * scintilla/Document.h:
10827         * scintilla/DocumentAccessor.cxx:
10828         * scintilla/Editor.cxx:
10829         * scintilla/Editor.h:
10830         * scintilla/ExternalLexer.cxx:
10831         * scintilla/Indicator.cxx:
10832         * scintilla/KeyMap.cxx:
10833         * scintilla/KeyWords.cxx:
10834         * scintilla/LexAU3.cxx:
10835         * scintilla/LexBash.cxx:
10836         * scintilla/LexCPP.cxx:
10837         * scintilla/LexCaml.cxx:
10838         * scintilla/LexCsound.cxx:
10839         * scintilla/LexEiffel.cxx:
10840         * scintilla/LexGui4Cli.cxx:
10841         * scintilla/LexHTML.cxx:
10842         * scintilla/LexLua.cxx:
10843         * scintilla/LexMSSQL.cxx:
10844         * scintilla/LexOthers.cxx:
10845         * scintilla/LexPOV.cxx:
10846         * scintilla/LexPython.cxx:
10847         * scintilla/LexRuby.cxx:
10848         * scintilla/LexSQL.cxx:
10849         * scintilla/LexVB.cxx:
10850         * scintilla/Makefile.am:
10851         * scintilla/PlatGTK.cxx:
10852         * scintilla/PropSet.cxx:
10853         * scintilla/RESearch.cxx:
10854         * scintilla/RESearch.h:
10855         * scintilla/ScintillaBase.cxx:
10856         * scintilla/ScintillaGTK.cxx:
10857         * scintilla/StyleContext.h:
10858         * scintilla/ViewStyle.cxx:
10859         * scintilla/ViewStyle.h:
10860         * scintilla/XPM.cxx:
10861         * scintilla/include/KeyWords.h:
10862         * scintilla/include/Platform.h:
10863         * scintilla/include/PropSet.h:
10864         * scintilla/include/SciLexer.h:
10865         * scintilla/include/Scintilla.h:
10866         * scintilla/include/Scintilla.iface:
10867         * scintilla/include/ScintillaWidget.h:
10868         * scintilla/lexers.make:
10870         Update to scintilla 1.68
10872         * src/anjuta-app.c:
10873         Only show help items which are really availible
10875         * plugins/cvs-plugin/cvs-callbacks.c
10876         * plugins/cvs-plugin/cvs-execute.c
10877         * plugins/cvs-plugin/subversion-callbacks.c:
10878         * libanjuta/anjuta-utils.c:
10879         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10881 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10883         * plugins/project-wizard/install.c,
10884         * plugins/project-wizard/autogen.c:
10885         Add error messages if using a read only directory
10886         Improve fix for bug #339296
10888 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10890         * libanjuta/interfaces/libanjuta.idl:
10891         * plugins/document-manager/action-callbacks.c:
10892         * plugins/document-manager/plugin.c:
10893         * plugins/editor/text_editor.c:
10894         Added IAnjutaEditorGoto 
10896         * plugins/editor/aneditor.cxx:
10897         * plugins/editor/aneditor.h:
10898         * plugins/editor/text_editor.h:
10899         * plugins/editor/text_editor_prefs.c:
10900         
10901         Fixed #305076
10903 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10905         * libanjuta/interfaces/libanjuta.idl:
10906         * plugins/document-manager/action-callbacks.c:
10907         * plugins/document-manager/anjuta-docman.c:
10908         * plugins/document-manager/plugin.c:
10909         * plugins/editor/text_editor.c: 
10910         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10911         
10912         * plugins/sourceview/sourceview.c:
10913         * plugins/sourceview/sourceview.glade:
10914         Fixed some uft-8 issues and added a preference option
10915         to enable/disable gnome-vfs monitoring
10916         
10917         * scintilla/Makefile.am:
10918         * scintilla/include/Makefile.am:
10919         Fixed build
10921 2006-04-20  Massimo Cora' <maxcvs@email.it>
10923         * libanjuta/interfaces/libanjuta.idl:
10924         Remove get_current_pos () because we have get_position()
10926 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10928         * NEWS: Updated
10929         * plugins/sourceview/tag-window.c:
10930         Don't close window on PageUp/PageDown
10932 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10934         * data/Makefile.am:
10935         * manuals/reference/libanjuta/Makefile.am:
10936         
10937         Some build fixes
10938         
10939         * src/Makefile.am:
10940         * src/bacon-message-connection.c: 
10941         * src/bacon-message-connection.h: (both from gedit)
10942         * src/main.c:
10943         
10944         Fixed #312319 (Opening files when Anjuta is already open)
10946 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10948         * TODO.tasks: Updated
10949         * plugins/sourceview/anjuta-view.c: 
10950         * plugins/sourceview/anjuta-view.h:
10951         * plugins/sourceview/sourceview.c: 
10952         
10953         * configure.in: Fix --enable-plugin-scintilla
10954         
10955         Added char_added signal
10957 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10959         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10960         
10961         Fixed diff for utf8
10962         
10963         * plugins/sourceview/sourceview.c:
10964         Fixed VFS monitoring (still a bit buggy)
10965         
10966         * plugins/sourceview/sourceview-args.c:
10967         * plugins/sourceview/tag-window.c: 
10968         
10969         Better sizing for the popup-window
10971 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
10973         * plugins/project-wizard/templates/gnome/src/main.c:
10974         * plugins/project-wizard/templates/gnome/src/project.glade:
10975         * plugins/project-wizard/templates/gtk/src/main.c: 
10976         * plugins/project-wizard/templates/gtk/src/project.glade:
10977         * plugins/project-wizard/templates/gtkmm/src/main.cc:
10978         
10979         Fixed up GLADE_FILE definition in project types and fixed bug #334546
10980         
10981 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
10983         * configure.in: More removal of obsoleteness.
10984         * po/no.po:
10986 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
10988         * ROADMAP:
10989         * libanjuta/anjuta-preferences.c: 
10990         * libanjuta/anjuta-utils.c: 
10991         * libanjuta/anjuta-utils.h:
10992         * plugins/message-view/message-view.c:
10993         
10994         Changed color functions and moved convert_color to anjuta-utils.h
10995         
10996         * plugins/message-view/anjuta-message-manager-plugin.glade:
10997         GnomeColorPicker -> GtkColorButton (bug #309154)
10998         
10999         * plugins/sourceview/plugin.c:
11000         * plugins/sourceview/sourceview-prefs.c:
11001         * plugins/sourceview/sourceview.glade:
11002         Added color and font preferences
11004         * plugins/sourceview/sourceview-tags.c:
11005         Only show as much choices as configured in preferences
11007 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11009         * ROADMAP, NEWS: Updated (we are far behind ;-)
11010         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
11012 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11014         * configure.in:
11015         * plugins/editor/Makefile.am:
11016         * scintilla/Makefile.am
11017         
11018         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
11019         
11020         * global-tags/Makefile.am:
11021         * global-tags/create_global_tags.sh:
11022         * plugins/symbol-browser/an_symbol_prefs.c:
11023         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
11024         * plugins/symbol-browser/plugin.h:
11025         * tagmanager/include/tm_workspace.h:
11026         * tagmanager/tm_workspace.c:
11027         
11028         Fixed symbol-browser prefs and move global tags generation from installtion to
11029         preferences to make the life easier for distributers and to allow updates after installtion
11031         * plugins/document-manager/action-callbacks.c: 
11032         * plugins/document-manager/action-callbacks.h:
11033         * plugins/document-manager/anjuta-document-manager.ui:
11034         * plugins/document-manager/indent-util.c:
11035         * plugins/document-manager/plugin.c:
11036         * plugins/editor/text_editor.c:
11037         
11038         Moved indent stuff to document-manager
11039         
11040         * plugins/sourceview/anjuta-view.c: 
11041         * plugins/sourceview/sourceview-args.c: 
11042         * plugins/sourceview/sourceview-scope.c:
11043         * plugins/sourceview/sourceview-tags.c: 
11044         * plugins/sourceview/sourceview.c:
11045         
11046         Fixed several bugs
11047         
11048         * plugins/sourceview/sourceview.plugin (removed):
11049         * plugins/sourceview/sourceview.plugin.in:
11050         Editor is not user-activatible
11051         
11052         * plugins/sourceview/sourceview.png:
11053         Updated icon
11055 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
11057         * src/anjuta-app.c: Fixed crasher on plugin unloading
11059 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
11061         * plugins/sourceview/sourceview.c
11062         * plugins/sourceview/sourceview-args.c
11063         * plugins/sourceview/sourceview-args.h:
11064         
11065         Polished argument completion
11067 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
11069         * plugins/message-view/anjuta-msgman.c:
11070         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
11071         
11072         Show message pane on switch (does not work, anjuta_shell needs a fix)
11073         
11074         * plugins/sourceview/Makefile.am:
11075         * plugins/sourceview/anjuta-view.c: (find_tag_window),
11076         * plugins/sourceview/sourceview-args.c: 
11077         * plugins/sourceview/sourceview-args.h:
11078         * plugins/sourceview/sourceview-private.h:
11079         * plugins/sourceview/sourceview-scope.c: 
11080         (sourceview_scope_update), (sourceview_scope_filter_keypress):
11081         * plugins/sourceview/sourceview-tags.c:
11082         * plugins/sourceview/sourceview.c:
11083         * plugins/sourceview/tag-window.c:
11084         * plugins/sourceview/tag-window.h:
11085         
11086         Added scope and argument completion
11088 2006-04-03  Johannes Schmid <jhs@gnome.org>
11090         * TODO.tasks
11091         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
11092         (on_widget_remove):
11093         Save toolbar state
11095         * plugins/sourceview/sourceview.c: (iselect_clear):
11096         Make "Delete"-key working
11098         * configure.in: #336389
11100 2006-04-03  Johannes Schmid <jhs@gnome.org>
11102         * plugins/sourceview/Makefile.am:
11103         * plugins/sourceview/anjuta-view.c:
11104         * plugins/sourceview/plugin.c: 
11105         * plugins/sourceview/sourceview-private.h:
11106         * plugins/sourceview/sourceview-scope.c:
11107         * plugins/sourceview/sourceview-scope.h:
11108         * plugins/sourceview/sourceview-tags.c: 
11109         * plugins/sourceview/sourceview-tags.h:
11110         * plugins/sourceview/sourceview.c:
11111         * plugins/sourceview/sourceview.h:
11112         * plugins/sourceview/tag-window.c:
11113         
11114         - fixed goto_file_line
11115         - scroll to cursor on undo/redo
11116         - show correct popup-menu
11117         - scope completion (not ready yet)
11119 2006-04-03  Johannes Schmid <jhs@gnome.org>
11121         * plugins/sourceview/plugin.c: 
11122         * plugins/sourceview/sourceview-tags.c:
11123         * plugins/sourceview/sourceview.c: 
11124         * plugins/sourceview/sourceview.h:
11125         * plugins/sourceview/tag-window.c:
11126         
11127         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11129 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11131         * plugins/sourceview/sourceview.c:
11132         Fixed next/previous bookmark.
11133         Toggled bookmark (set/unset).
11135 2006-04-03  Johannes Schmid <jhs@gnome.org>
11137         * plugins/document-manager/action-callbacks.c:
11138         Fixed Gtk-Warning in goto_line
11139         
11140         * plugins/sourceview/Makefile.am:
11141         * plugins/sourceview/anjuta-document.c:
11142         * plugins/sourceview/anjuta-view.c: 
11143         * plugins/sourceview/anjuta-view.h:
11144         * plugins/sourceview/sourceview-autocomplete.c:
11145         * plugins/sourceview/sourceview-autocomplete.h:
11146         * plugins/sourceview/sourceview-private.h:
11147         * plugins/sourceview/sourceview-tags.c:
11148         * plugins/sourceview/sourceview-tags.h:
11149         * plugins/sourceview/sourceview.c:
11150         * plugins/sourceview/tag-window.c:
11151         * plugins/sourceview/tag-window.h:
11152         Created a nice API for tag and completion windows
11153         
11154         * plugins/sourceview/sourceview-print.h:
11155         * plugins/sourceview/sourceview-print.c:
11156         Added printing
11157                 
11158 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11160         * plugins/sourceview/sourceview.c:
11161         Fixed typo (Sort bookmarks).
11162         
11163 2006-04-01  Johannes Schmid <jhs@gnome.org>
11165         * plugins/sourceview/anjuta-document.c:
11166         * plugins/sourceview/anjuta-document.h:
11167         * plugins/sourceview/anjuta-view.c:
11168         * plugins/sourceview/anjuta-view.h:
11169         * plugins/sourceview/sourceview-autocomplete.c:
11170         * plugins/sourceview/sourceview-autocomplete.h:
11171         * plugins/sourceview/sourceview-prefs.c:
11172         * plugins/sourceview/sourceview-prefs.h:
11173         * plugins/sourceview/sourceview-private.h:
11174         * plugins/sourceview/sourceview-tags.c:
11175         * plugins/sourceview/sourceview-tags.h:
11176         * plugins/sourceview/sourceview.c:
11177         * plugins/sourceview/sourceview.glade:
11178         * plugins/sourceview/tag-window.c: 
11179         * plugins/sourceview/tag-window.h:
11180         
11181         Improved code complete and autocomplete
11183 2006-04-01  Johannes Schmid <jhs@gnome.org>
11185         * plugins/sourceview/Makefile.am:
11186         * plugins/sourceview/bookmark.png:
11187         * plugins/sourceview/marker-attentive.png:
11188         * plugins/sourceview/marker-basic.png:
11189         * plugins/sourceview/marker-intense.png:
11190         * plugins/sourceview/marker-light.png:
11191         * plugins/sourceview/sourceview.c: 
11192         
11193         Added pixmaps for all marker types and show bookmarks
11194         
11195         * configure.in
11196         * plugins/sourceview/Makefile.am:
11197         Build sourceview on 2.14 only
11199 2006-03-31  Johannes Schmid <jhs@gnome.org>
11201         * plugins/sourceview/Makefile.am:
11202         * plugins/sourceview/anjuta-document.c:
11203         * plugins/sourceview/anjuta-view.c:
11204         * plugins/sourceview/anjuta-view.h:
11205         * plugins/sourceview/sourceview-autocomplete.c:
11206         * plugins/sourceview/sourceview-private.h:
11207         * plugins/sourceview/sourceview-tags.c:
11208         * plugins/sourceview/sourceview-tags.h:
11209         * plugins/sourceview/sourceview.c: 
11210         * plugins/sourceview/tag-window.c:
11211         * plugins/sourceview/tag-window.h:
11212         
11213         Added code completion with tag manager to the editor and fixed a save_as bug
11215 2006-03-31  Johannes Schmid <jhs@gnome.org>
11217         * src/main.c: Revert patch from Rob to allow building with
11218         Gnome 2.12
11219         * configure.in: Require at least 2.12 libraries
11221 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11223         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11225         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11226         Improve anjuta-plugin project template: Added missed files dist tarball
11227         (make dist)
11229         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11230         typo
11232 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
11234         reviewed by: Johannes Schmid <jhs@gnome.org>
11236         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11237         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11238         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11239         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11240         
11241         Improve anjuta-plugin project template. Also fix for #322744
11243 2006-03-27  Johannes Schmid <jhs@gnome.org>
11245         * plugins/sourceview/sourceview-private.h:
11246         plugins/sourceview/sourceview.c:
11247         
11248         Added basic bookmark support
11250 2006-03-27  Johannes Schmid <jhs@gnome.org>
11252         * TODO.tasks:
11253         Updated
11254         
11255         Patch from Rob Bradfort <robster@debian.org>:
11256         * src/main.c: (get_command_line_args), (main):
11257         Migration from popt to GOption
11258         
11259 2006-03-26 Naba Kumar  <naba@gnome.org>
11261         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11262         size to scale itself with theme.
11264 2006-03-26 Naba Kumar  <naba@gnome.org>
11266         * plugins/file-manager/an_file_view.c,
11267         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11268         when symbolview and fileview objects are destroyed to avoid crashes
11269         after the plugins are disabled.
11271 2006-03-26 Naba Kumar <naba@gnome.org>
11273         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11274         Deleted unused file.
11275         
11276         * plugins/glade/plugin.c: Be able to close glade plugin when there
11277         there is no glade project loaded.
11278         
11279         * plugins/sourceview/sourceview.plugin,
11280         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11282 2006-03-23  Naba Kumar  <naba@gnome.org>
11284         * plugins/editor/print.c: Fixed a bug where some sections of
11285         printed/previewed text is not highlighted.
11286         
11287 2006-03-20  Johannes Schmid <jhs@gnome.org>
11289         * libanjuta/interfaces/libanjuta.idl:
11290         Added IAnjutaPrint
11291         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11292         as we do not use private apis. Show help window and startup because it does 
11293         not survive gdl
11294         
11295         * plugins/document-manager/action-callbacks.c:
11296         plugins/editor/Makefile.am:
11297         plugins/editor/text_editor.c:
11298         plugins/editor/print.c:
11299         plugins/editor/print.h:
11300         
11301         Fixed printing (nobody has missed it BTW ;-)
11302         
11303         * plugins/sourceview/sourceview.c:
11304         Fixed a crasher
11306 2006-03-20 Naba Kumar <naba@gnome.org>
11308         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11309         devhelp >= 0.9 < 0.11 versions.
11310         
11311 2006-03-20  Johannes Schmid <jhs@gnome.org>
11313         * plugins/sourceview/anjuta-document-loader.c
11314         plugins/sourceview/sourceview.c:
11315         
11316         Fixed encoding bugs
11318 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11320         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11321         Fixed bug (line position)
11322         Give the good line position whatever the active editor.
11324 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11326         * configure.in: Added fi to ALL_LINGUAS
11328 2006-03-19  Johannes Schmid <jhs@gnome.org>
11330         * plugins/sourceview/anjuta-document-loader.c:
11331         replace gnome_vfs_get_mime_type_for_name_and data
11333         * plugins/build-basic-autotools/build-basic-autotools.c:
11334         Fixed #335142
11336 2006-03-17  Johannes Schmid <jhs@gnome.org>
11338         * plugins/editor/editor.glade:
11339         Added style-editor again after it got lost somehow
11341 2006-03-17  Johannes Schmid <jhs@gnome.org>
11343         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11344         configure.in: require devhelp 0.11
11345         
11346         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11348         plugins/build-basic-autotools/build-basic-autotools.c:
11349         forgot a an installtion callback for the "install as root"-feature
11351 2006-03-17  Massimo Cora' <maxcvs@email.it>
11353         reviewed by: Johannes Schmid <jhs@gnome.org>
11355         * plugins/class-gen/anjuta-class-gen-plugin.glade
11356         plugins/class-gen/class_gen.c 
11357         plugins/class-gen/goc_template_header
11358         plugins/class-gen/goc_template_source
11359         
11360         Fixed bug #334663
11362 2006-03-16  Johannes Schmid <jhs@gnome.org>
11364         * plugins/sourceview/sourceview.c:
11365         Fixed "save-point" signal for undo actions
11367 2006-03-16  Massimo Cora' <maxcvs@email.it>
11368         
11369         reviewed by: Johannes Schmid <jhs@gnome.org>
11370         
11371         * plugins/document-manager/anjuta-docman.c:
11372         Implement tab drag and drop
11374 2006-03-16  Johannes Schmid <jhs@gnome.org>
11376         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11377         plugins/build-basic-autotools/build-basic-autotools.c:
11378         
11379         Implemented "install as root"-feature (#321455)
11381 2006-03-16  Johannes Schmid <jhs@gnome.org>
11383         * mime/.cvsignore
11384         plugins/sourceview/.cvsignore
11385         plugins/tools/scripts/.cvsignore:
11386         Added/extended .cvsignore files
11387         
11388         * plugins/sourceview/sourceview-autocomplete.c:
11389         plugins/sourceview/sourceview-autocomplete.h:
11390         plugins/sourceview/sourceview-prefs.c:
11391         plugins/sourceview/sourceview-private.h:
11392         plugins/sourceview/sourceview.glade:
11393         Autcomplete just works(tm) now and respects preferences
11394         
11395         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11396         Use better algorithm from autocomplete
11398 2006-03-15  Johannes Schmid <jhs@gnome.org>
11400         * src/anjuta-app.c:
11401         Fixed bug #304495
11403 2006-03-15  Johannes Schmid <jhs@gnome.org>
11405         * libanjuta/interfaces/libanjuta.idl:
11406         plugins/class-gen/class_gen.c:
11407         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11408         plugins/project-manager/plugin.c:
11409         
11410         Allow to add multiple source files (#320191)
11411         
11412         * configure.in: Require gnome-build 0.1.3
11414 2006-03-14  Johannes Schmid <jhs@gnome.org>
11416         * plugins/macro/macro-utils.c: Fixed bug #333606
11417         * plugins/file-wizard/file.c: Fixed bug #333601
11419 2006-03-13  Johannes Schmid <jhs@gnome.org>
11421         * plugins/sourceview/sourceview_autocomplete.c
11422         plugins/sourceview/sourceview_autocomplete.h
11423         plugins/sourceview/sourceview.c
11424         plugins/sourceview/sourceview-private.h
11425         plugins/sourceview/sourceview-prefs.c:
11426         
11427         Cleaned up and fixed several issues
11428         
11429 2006-03-13  Johannes Schmid <jhs@gnome.org>
11431         * plugins/sourceview/Makefile.am:
11432         plugins/sourceview/sourceview-autocomplete.c
11433         plugins/sourceview/sourceview-autocomplete.h:
11434         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11435         plugins/sourceview/sourceview-private.h:
11436         plugins/sourceview/sourceview.c:
11437         
11438         Added (buggy) autocomplete feature to sourceview
11439         
11440 2006-03-12 Naba Kumar <naba@gnome.org>
11442         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11443         libanjuta/anjuta-session.c: Added API docs.
11445 2006-03-12 Naba Kumar <naba@gnome.org>
11447         * TODO.tasks: Added couple of tasks.
11448         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11449         Register private class as early as possible so that members could
11450         point to self class. Code clean up.
11452 2006-03-12 Naba Kumar <naba@gnome.org>
11454         * po/POTFILES.in, po/POTFILES.skip: Updated.
11456 2006-03-11 Naba Kumar <naba@gnome.org>
11458         * libanjuta/anjuta-shell.c,
11459         plugins/document-manager/anjuta-docman.c,
11460         plugins/document-manager/plugin.c,
11461         plugins/symbol-browser/an_symbol_search.c,
11462         plugins/valgrind/vgrule-list.c: Use correct signal names while
11463         creating them.
11464         
11465         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11466         signal names and fixed enum IANJUTA_TYPE_* macro.
11468 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11470         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11471         plugins/search/search-replace.c :
11472         Fixed bug (Bookmark the good line).
11473         Search & Replace (Mark all matched strings).
11474         
11475 2006-03-09  Johannes Schmid <jhs@gnome.org>
11477         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11478         Completed changes from yesterday
11479         
11480         * plugins/document-manager/anjuta-document-manager.glade:
11481         plugins/editor/editor.glade
11482         plugins/editor/plugin.c: (activate_plugin)
11483         plugins/editor/text_editor.c
11484     plugins/sourceview/Makefile.am
11485         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11486         plugins/sourceview/sourceview.glade:
11487         Completed preference changes
11489 2006-03-08  Johannes Schmid <jhs@gnome.org>
11491         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11492         plugins/search/plugin.c: (activate_plugin):
11493         
11494         Removed Gtk-Criticals
11495         
11496         * plugins/document-manager/anjuta-document-manager.glade:
11497         plugins/document-manager/plugin.c: (on_docman_auto_save),
11498         (on_gconf_notify_timer), (prefs_init):
11499     plugins/document-manager/plugin.h:
11500         plugins/editor/text_editor.c: (text_editor_instance_init),
11501         (text_editor_dispose):
11502         plugins/editor/text_editor.h:
11503         plugins/editor/text_editor_cbs.c:
11504         plugins/editor/text_editor_cbs.h:
11505         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11506         plugins/glade/plugin.c: (activate_plugin):
11507         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11508         plugins/sourceview/sourceview-private.h:
11509         plugins/sourceview/sourceview.c: (on_menu_popup),
11510         (sourceview_new), (ifile_open), (ifile_savable_save),
11511         (ifile_savable_save_as), (ieditor_set_popup_menu),
11512         (ieditor_get_filename), (imark_mark):
11514     Moved autosave from editor to document manager and fixed some things in 
11515     Sourceview plugin
11517 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11519         * plugins/search/anjuta-search.glade :
11520         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11521         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11522         plugins/search/search-replace.c : Fixed bug.
11523         
11524 2006-03-08  Johannes Schmid <jhs@gnome.org>
11526     * plugins/search/anjuta-search.glade
11527     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11529 2006-03-07  Johannes Schmid <jhs@gnome.org>
11531         * plugins/document-manager/action-callbacks.c
11532         plugins/document-manager/anjuta-document-manager.glade
11533         plugins/document-manager/plugin.c: (prefs_init),
11534         (activate_plugin):
11535         plugins/editor/Makefile.am:
11536         plugins/editor/editor.glade:
11537         plugins/editor/plugin.c: (on_style_button_clicked),
11538         (activate_plugin), (dispose):
11539         plugins/editor/style-editor.c:
11540         
11541         Startet to seperate document-manager and editor preferences
11543         * plugins/search/Makefile.am:
11544         plugins/search/anjuta-search.glade:
11545         plugins/search/search-replace.c:
11546         
11547         Moved search GUI to search-plugin
11548                 
11549         * plugins/sourceview/sourceview-prefs.c:
11550         plugins/sourceview/sourceview-prefs.h:
11551         plugins/sourceview/sourceview-private.h:
11552         plugins/sourceview/sourceview.c: 
11553         plugins/sourceview/sourceview.h:
11554         plugins/sourceview/Makefile.am:
11555         plugins/sourceview/anjuta-document.h:
11556         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11557         plugins/sourceview/plugin.c: 
11558         
11559         Added some preferences to sourceview and fixed vfs_monitor
11560         
11561         * tagmanager/c.c: (parseParens): 
11562         Removed annoying debug message
11563         
11564         * libanjuta/interfaces/libanjuta.idl: 
11565         Removed IAnjutaEditorFactory::create_style_editor()
11567 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11569         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11570         Search : Bookmark all matched lines.
11572 2006-03-06  Johannes Schmid <jhs@gnome.org>
11574         * plugins/class-gen/anjuta-class-gen.plugin.in
11575         plugins/file-loader/plugin.c: (sort_wizards)
11576         (on_create_submenu), (activate_plugin)
11577         plugins/file-wizard/anjuta-file-wizard.plugin.in
11578         plugins/glade/anjuta-glade.plugin.in
11579         plugins/project-import/anjuta-project-import.plugin.in
11580         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11581         
11582         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11583         sorted alphabeticly
11584         
11585         * plugins/project-wizard/templates/mkfile.wiz:
11586         Use configured project directory instead of ~/myproject
11587         
11588         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11589         (ifile_open):
11590         Show markers (again) and monitor uri
11592 2006-03-06  Naba Kumar  <naba@gnome.org>
11594         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11595         typedefs separately so that forward linking would work.
11596         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11598 2006-03-05  Naba Kumar  <naba@gnome.org>
11600         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11601         passing Enums and Structs in signals. Define struct _Name in
11602         generated code, so that forward referencing.
11603         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11604         
11605         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11606         
11607 2006-03-05  Naba Kumar  <naba@gnome.org>
11609         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11610         support. Generate GType definitions for enums in generated codes
11611         so that enums could be passed as signal params.
11612         
11613 2006-03-04  Naba Kumar  <naba@gnome.org>
11615         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11616         Restored cvs-moved revision files. They were originally marked
11617         deleted at their older locations. Now they are restored at
11618         their new locations. The changeset is one that was committed
11619         as part of document-manager, editor, search and print plugins
11620         separation from editor plugin.
11621         
11622 2006-03-03  Johannes Schmid <jhs@gnome.org>
11624         * plugins/sourceview/*:
11625         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
11626         poiting this out!
11628 2006-03-04  Naba Kumar  <naba@gnome.org>
11630         * plugins/gdb/*: Deleted removed files (see previous changlog
11631         entry for files list).
11632         
11633 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11635         * plugins/debug-mananger/breakpoints.c,
11636         plugins/debug-manager/breakpoints.h,
11637         plugins/debug-manager/debug_tree.c,
11638         plugins/debug-manager/debug_tree.h,
11639         plugins/debug-manager/info.c,
11640         plugins/debug-manager/info.h,
11641         plugins/debug-manager/locals.c,
11642         plugins/debug-manager/locals.h,
11643         plugins/debug-manager/memory.c,
11644         plugins/debug-manager/memory.h,
11645         plugins/debug-manager/registers.c,
11646         plugins/debug-manager/registers.h,
11647         plugins/debug-manager/sharedlib.c,
11648         plugins/debug-manager/sharedlib.h,
11649         plugins/debug-manager/signal.c,
11650         plugins/debug-manager/signal.h,
11651         plugins/debug-manager/stack_trace.c,
11652         plugins/debug-manager/stack_trace.h,
11653         plugins/debug-manager/watch.c,
11654         plugins/debug-manager/watch.h,
11655         plugins/debug-manager/Makefile.am:
11656         Move from gdb plugin to debug manager plugin
11658         * plugins/debug-manager/anjuta-debug-manager.glade,
11659         plugins/debug-manager/anjuta-debug-manager.ui:
11660         Move all user interface from gdb to debug manager
11662         * plugins/debug-manager/utilities.c,
11663         plugins/debug-manager/utilities.h:
11664         Remove some unused code
11665         Add useful code from gdb plugin
11667         * plugins/debug-manager/start.c,
11668         plugins/debug-manager/start.h:
11669         Include code of attach_process
11670         Add more code to start the debugger
11672         * plugins/debug-manager/plugin.c,
11673         plugins/debug-manager/plugin.h,
11674         plugins/debug-manager/anjuta-debug-manager.plugin.in:
11675         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11677         * plugins/debug-manager/debugger.c,
11678         plugins/debug-manager/debugger.h:
11679         Implement a queue of debugger command
11681         * plugins/gdb/actions.c,
11682         plugins/gdb/actions.h,
11683         plugins/gdb/watch_cbs.c,
11684         plugins/gdb/watch_cbs.h,
11685         plugins/gdb/watch_gui.c,
11686         plugins/gdb/watch_gui.h:
11687         Removed 
11689         * plugins/gdb/debugger.c,
11690         plugins/gdb/debugger.h,
11691         plugins/gdb/gdbmi.c,
11692         plugins/gdb/gdbmi.h,
11693         plugins/gdb/utilities.c,
11694         plugins/gdb/utilities.h,
11695         plugins/gdb/Makefile.am,
11696         plugins/gdb/anjuta-gdb.plugin.in:
11697         Implement necessary functions
11699         * plugins/gdb/parser.c,
11700         plugins/gdb/parser.h:
11701         Code for parsing variable previously in debug_tree.c
11703         * plugins/gdb/anjuta-gdb.glade,
11704         plugins/gdb/anjuta-gdb.ui:
11705         Remove user interface
11707         * plugins/gdb/gdbmi-test.c:
11708         Need update
11710         * plugins/gdb/anjuta-gdb.plugin.png:
11711         Try an improved icon for gdb (archer fish)
11713         * libanjuta/anjuta-debugger.c,
11714         libanjuta/anjuta-debugger.h,
11715         libanjuta/interfaces/libanjuta.idl,
11716         libanjuta/interfaces/anjuta-idl-compiler.pl,
11717         libanjuta/Makefile.am:
11718         Add declaration used in new IAnjutaDebugger interface
11720         * manuals/reference/libanjuta.types,
11721         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11722         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11723         Update documentation
11725 2006-03-02  Naba Kumar  <naba@gnome.org>
11727         * manuals/reference/libanjuta/Makefile.am,
11728         manuals/reference/libanjuta/libanjuta-docs.sgml,
11729         manuals/reference/libanjuta/libanjuta-sections.txt,
11730         manuals/reference/libanjuta/libanjuta.types,
11731         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11732         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11733         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11734         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11735         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11736         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11737         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11738         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11739         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11740         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11741         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11742         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11743         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11744         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11745         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11746         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11747         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11748         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11749         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11750         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11751         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11752         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11753         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11754         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11755         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11756         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11757         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11758         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11759         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11760         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11761         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11762         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11763         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11764         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11765         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11766         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11767         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11768         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11769         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11770         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11771         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11772         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11773         manuals/reference/libanjuta/tmpl/plugins.sgml,
11774         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11775         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11776         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11777         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11778         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11779         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11780         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11781         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11782         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11783         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11784         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11785         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11786         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11787         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11788         documentation.
11790 2006-02-28  Naba Kumar <naba@gnome.org>
11792         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11793         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11794         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11795         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11796         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11797         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11798         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11799         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11800         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11801         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11802         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11803         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11804         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11805         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11807 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11809         * plugins/sourceview/sourceview.c:
11810         Select to brace, select block.
11812 2006-02-28  Johannes Schmid <jhs@gnome.org>
11814         * plugins/file-wizard/Makefile.am
11815         plugins/file-wizard/action-callbacks.c (removed)
11816         plugins/file-wizard/action-callbacks.h (removed)
11817         plugins/file-wizard/anjuta-file-wizard.ui
11818         plugins/file-wizard/plugin.c: (activate_plugin),
11819         (deactivate_plugin)
11820         plugins/file-wizard/plugin.h:
11821         Removed Edit->Insert Text submenu (replace by macros plugin)
11822         
11823         * plugins/sourceview/sourceview.c: (sourceview_new),
11824         (ieditor_set_popup_menu):
11825         Fixed some more bugs
11826         
11827         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11829 2006-02-28  Naba Kumar <naba@gnome.org>
11831         * plugins/file-manager/an_file_view.c,
11832         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11833         rows also and with delay 1 sec (the color and timout value should
11834         probably be picked up from some system wide preference key).
11836 2006-02-28  Naba Kumar <naba@gnome.org>
11838         * libanjuta/interfaces/libanjuta.idl,
11839         plugins/document-manager/action-callbacks.c,
11840         plugins/document-manager/plugin.c,
11841         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11842         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11843         Added interface checks in document manager and enable/disable
11844         menus based on supported interface.
11845         
11846         * plugins/project-import/anjuta-project-import.glade: Set some
11847         resonable size for the import dialog.
11849  2006-02-27  Naba Kumar  <naba@gnome.org>
11851         * libanjuta/interfaces/libanjuta.idl,
11852         plugins/document-manager/action-callbacks.c,
11853         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11854         and eol conversion actions.
11856 2006-02-27  Johannes Schmid <jhs@gnome.org>
11857         
11858         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11859         * plugins/file-manager/an_file_view.c
11860         plugins/file-manager/plugin.h:  Added tooltips
11861         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11863 2006-02-26  Naba Kumar  <naba@gnome.org>
11865         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11866         plugins/build-basic-autotools/build-basic-autotools.c,
11867         plugins/build-basic-autotools/build-basic-autotools.h,
11868         plugins/build-basic-autotools/executer.c,
11869         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11870         disable indicator highlights preferences from message manager to
11871         build plugin. Implemented message indicator highlights in build tool.
11872         
11873         * plugins/editor/text_editor.c: Fixed indicators.
11875 2006-02-26  Johannes Schmid <jhs@gnome.org>
11877         * plugins/sourceview/sourceview.c:
11878         - Fixed some bugs
11879         - Added markers
11880         * plugins/subversion/svn_auth.c:
11881         Fixed username/password authentification but there might be a memory corruption
11883 2006-02-26  Naba Kumar  <naba@gnome.org>
11885         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11886         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11887         libanjuta/anjuta-launcher.h: Added documentation.
11889 2006-02-24  Naba Kumar  <naba@gnome.org>
11891         * plugins/editor/text_editor.c: Fixed change in API in
11892         IAnjutaEditorSelection::set().
11893         
11894 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11896         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11897         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11898         libanjuta/interfaces/libanjuta.idl :
11899         Search in sourceview editor (Select in buffer).
11902 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11904         * plugins/sourceview/sourceview.c :
11905         Fixed Replace, to_upper, to_lower.
11906         
11907         * plugins/search/search-replace_backend.c :
11908         Renamed header name.
11910 2006-02-22  Naba Kumar  <naba@gnome.org>
11912         * libanjuta/anjuta-plugin-description.c,
11913         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11914         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11915         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11916         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11917         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11918         
11919         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11920         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11921         
11922 2006-02-21  Naba Kumar  <naba@gnome.org>
11924         * libanjuta/interfaces/libanjuta.idl,
11925         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11926         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11927         interface for editor.
11929 2006-02-21  Naba Kumar  <naba@gnome.org>
11931         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11933         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11934         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11936 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11938         * GTKSOURCEVIEW EDITOR
11939         plugins/sourceview/sourceview.c :
11940         Fixed copy and Goto Line.
11941         
11942         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11943         plugins/macro/plugin.c :
11944         Fixed Insert key word and Insert macro.
11946 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11948         * plugins/document-manager/anjuta-docman.c:
11949         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11950         
11951         * configure.in:
11952         plugins/Makefile.am:
11953         plugins/sourceview/.cvsignore:
11954         plugins/sourceview/Makefile.am:
11955         plugins/sourceview/plugin.c: :
11956         plugins/sourceview/plugin.h:
11957         plugins/sourceview/sourceview.c: 
11958         plugins/sourceview/sourceview.h:
11959         plugins/sourceview/sourceview.plugin:
11960         plugins/sourceview/sourceview.plugin.in:
11961         plugins/sourceview/sourceview.png:
11963         Added sourceview editor plugin
11965 2006-02-19 Naba Kumar  <naba@gnome.org>
11967         * libanjuta/interfaces/libanjuta.idl,
11968         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11969         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11970         plugins/cvs-plugin/cvs-interface.c,
11971         plugins/document-manager/action-callbacks.c,
11972         plugins/document-manager/action-callbacks.h,
11973         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11974         plugins/search/plugin.c, plugins/search/search-replace.c,
11975         plugins/search/search-replace_backend.c,
11976         plugins/subversion/subversion-actions.c,
11977         plugins/subversion/subversion-callbacks.c,
11978         plugins/tools/editor.c, plugins/tools/execute.c,
11979         plugins/tools/variable.c: Defined proper editor interfaces and fixed
11980         few fatal warnings.
11982 2006-02-15 Naba Kumar  <naba@gnome.org>
11984         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11985         within another.
11986         
11987         * libanjuta/interfaces/libanjuta.idl,
11988         plugins/document-manager/anjuta-docman.c,
11989         plugins/document-manager/plugin.c,
11990         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11991         unnecessary parameters from IAnjutaEditor interface and used proper
11992         types instead of 'gpointer'. Fixed various compiler warnings.
11993         
11994         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11995         file
11997 2006-02-12 Naba Kumar  <naba@gnome.org>
11999         * po/POTFILES.in: Updated.
12000         
12001 2006-02-11 Naba Kumar  <naba@gnome.org>
12003         * plugins/editor/properties.[cxx,h],
12004         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
12005         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
12006         to sci_prop_*(), because they were conflicting with external
12007         functions (in some ssl library).
12008         
12009 2006-02-08 Naba Kumar  <naba@gnome.org>
12011         Patch from Massimo Cora  <maxcvs@email.it>:
12012         * plugins/valgrind/anjuta-valgrind.schemas,
12013         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
12014         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
12015         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
12016         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
12017         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
12018         plugins/valgrind/vgtoolview.c,
12019         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
12020         before running the debugging session. I've added also a
12021         preference in Anjuta Preferences where you can specify
12022         the path to the valgrind binary. The default is /usr/bin/valgrind.
12023         Now it displays a dialog with the error. [it can be -program
12024         exited- or -file loaded or end of input-]. Some valgrind 3.x
12025         compatibility.
12026         
12027 2006-01-29 Naba Kumar  <naba@gnome.org>
12029         Patch from Massimo Cora  <maxcvs@email.it>:
12030         * configure.in, plugins/Makefile.am,
12031         plugins/valgrind/*: Valgrind plugin (requires
12032         binutils-dev and valgrind to be installed.
12034 2005-01-24 Johannes Schmid <jhs@gnome.org>
12036         * Patch from Eric Greveson <ejg45@cam.ac.uk>
12037         plugins/tools/variables.c:
12038         Added current directory to possible variables
12040         * Patch from Günther Brammer <gbrammer@gmx.de>
12041         plugins/document-manager/anjuta-docman.c:
12042         Fix a crash on opening a file
12044         AUTHORS: Added Günther Brammer
12046 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
12048         * libanjuta/anjuta-launcher.c:
12049         Fix a bug in AnjutaLauncher when output is bigger than buffer
12050         Probably fix bug #315188 and #305134
12052 2005-12-28      Johannes Schmid <jhs@gnome.org>
12053         
12054         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
12055         * src/about.c: Use new gtk about dialog
12056         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
12057         Updated anjuta_ui_add_action_group_entries call
12058         
12059         Patch from Jean Breford <jean.breford@normalesup.org>
12060         and Markus Habermehl <bmh1980de@yahoo.de>:
12061         
12062         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
12063         * AUTHORS: Added Jean and Markus
12065 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12066         * plugins/search/search-replace.c :
12067         Bookmark all matched lines.
12068         * plugins/search/search-replace_backend.c :
12069         Fixed bug (Search in all project files).
12071 2005-12-21      Johannes Schmid <jhs@gnome.org>
12072         
12073         * plugins/search/plugin.c:
12074         Fixed signal names
12075         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
12076         investigation needed.
12077         
12078         AUTHORS: Added Ross Goldner
12080 2005-12-19  Ross Golder  <ross@golder.org>
12082         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
12083         application/xml MIME type.
12085 2005-12-18  Johannes Schmid <jhs@gnome.org>
12086         
12087         po/POTFILES.in: Updated files after directory changes
12088         HACKING: Removed outdated section 3 (anoncvs)
12090 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
12092         * plugins/build-basic-autotools/build-basic-autotools.c:
12093         Save all files in editor before running a command
12095         * plugins/tools/execute.c:
12096         Use document manager plugin instead of each editor for
12097         saving all files
12099 2005-12-15  Johannes Schmid <jhs@gnome.org>
12101         * plugins/document-manager/action-callbacks.c:
12102         (on_save_all1_activate), (on_swap_activate)
12103         plugins/document-manager/anjuta-docman.c:
12104         (on_save_as_filesel_response), (on_notebook_switch_page):
12105         
12106         Fixed some remaining issues in document-manger
12108 2005-12-15      Johannes Schmid <jhs@gnome.org>
12110         * plugins/profile-default/default.anjuta:
12111         Load Search plugin and Message Manager by default
12113 2005-12-14  Johannes Schmid <jhs@gnome.org>
12114         
12115         * plugins/editor/text_editor.c
12116         libanjuta/anjuta-utils.c:
12117         
12118         Check if files differ when gnome-vfs monitoring is used.
12119         (Bug #309688)
12121 2005-12-13  Johannes Schmid <jhs@gnome.org>
12123         * plugins/document-manager/plugin.c:
12124         Only save modified files in ianjuta_file_savable_save() for document-manager
12125         as discussed on mailing list.
12126         
12127         * plugins/cvs-plugin/cvs-callbacks.c:
12128         Fixed dialog handling for empty log message
12130 2005-12-13  Johannes Schmid <jhs@gnome.org>
12132         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12133         
12134         * plugins/project-manager/* Removed ununsed files
12135         
12136         * plugins/symbol-browser/an_symbol_iter.c
12137         plugins/build-basic-autotools/build-basic-autotools.c
12138         plugins/build-basic-autotools/executer.c
12139         plugins/class-gen/class_gen.c
12140         plugins/class-inheritance/class-inherit.c
12141         plugins/cvs-plugin/cvs-actions.c
12142         plugins/cvs-plugin/cvs-interface.c
12143         plugins/debug-manager/attach_process.
12144         plugins/devhelp/plugin.c
12145         plugins/document-manager/plugin.c
12146         plugins/document-manager/indent_util.c
12147         plugins/editor/properties.cxx
12148         plugins/editor/aneditor.cxx
12149         plugins/editor/style-editor.c
12150         plugins/editor/text_editor.c
12151         plugins/macro/macro_db.c
12152         tagmanager/c.c:
12153         
12154         Use DEBUG_PRINT for debug messages
12156         libanjuta/anjuta-debug.h: Include config.h
12157         
12158         HACKING: Updated (BTW: does anyone read this?)
12159         
12160 2005-12-12  Johannes Schmid <jhs@gnome.org>
12162         Patch from Johan Ersvik <jersvik@fastmail.fm>:
12163         * plugins/gdb/debugger.c
12164         
12165         Fix a crasher in gdb plugin
12166         
12167         * plugins/gtodo/plugin.c
12168         plugins/search/plugin.c
12169         
12170         Fixed bug #305301
12171         
12172         * plugins/document-manager/anjuta-docman.c:
12173         
12174         Fixed error markers 
12175         
12176         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12177         
12178         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12179         
12180         * plugins/document-manager/anjuta-docman.c:
12181         highlight changed files in docman popup-menu
12182         * plugins/gdb/debug-tree.c:
12183         plugins/gdb/debugger.c
12184         Do not corupt entire "locals" tree when variable pointer have
12185         additional info and arrays/strucs/unions correctly.
12186         
12188 2005-12-11  Johannes Schmid <jhs@gnome.org>
12190         * plugins/document-manager/anjuta-docman.c
12191         plugins/document-manager/plugin.c
12192         plugins/editor/text_editor.c:
12193         
12194         AUTHORS: Added Johan Ersvik
12196         Fixed "is-dirty" bug and tab ordering
12198 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
12199         
12200         * plugins/editor/aneditor-autocomplete.cxx
12201         plugins/editor/aneditor-calltip.cxx
12202         plugins/editor/aneditor-priv.h
12203         plugins/symbol-browser/an_symbol.c
12204         plugins/symbol-browser/an_symbol_view.c
12205         tagmanager/entry.h
12206         tagmanager/tm_symbol.c
12207         tagmanager/tm_tag.c
12208         tagmanager/include/tm_symbol.h
12209         tagmanager/include/tm_tag.h
12210         tagmanager/c.c
12212         Better pointer recognition in tagmanager and symbol browser
12214 2005-12-11  Johannes Schmid <jhs@gnome.org>
12216         * plugins/search/*: New search plugin derived from search code in old editor
12217         plugin.
12218         
12219         * plugins/document-manager/*: new document-manger which is now seperated from
12220         editor to allow implementation of other editor widgets. Code is mostly derived
12221         from old editor plugin
12223         * plugins/print/* new print plugin which is not fully implemented in the
12224         moment
12226         * plugins/editor/text_editor.c: Added lots of interface code
12227         
12228         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12229         IAnjutaEditorFactory and extended IAnjutaEditor
12230         
12231         * configure.in, plugins/Makefile.am updated build system for new
12232         plugins
12234         This is a huge commit which might still contain some bugs and also has
12235         some fixmes. Things that are not working are the search toolbar because it
12236         does not use the same backend as any other searching function and printing
12237         (easy to fix) because it did not yet implement IAnjutaPrintable.
12239 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12241         * plugins/project-wizard/property.c:
12242         Use newer GtkFileChooser instead of GtkFileSelection with
12243         GnomeFileEntry to avoid a bug
12245         * plugins/project-wizard/install.c:
12246         Avoid an endless loop if project directory is not writable
12247         
12248         * plugins/project-wizard/druid.c:
12249         Allow creating project in empty directory without a
12250         warning
12252 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12253         
12254         Patch from Massimo Cora <maxcvs@email.it>
12255         * plugins/class-inheritence/class-inherit.c
12256         plugins/class-inheritence/plugin.c
12257         plugins/class-inheritence/plugin.h
12258         configure.in
12259         
12260         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12261         no longer supported!
12263 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12264         
12265         Patch from Johan Ersvik <jersvik@fastmail.fm>
12266         * plugins/message-view/message-view.c
12267         plugins/build-basic-autotools/build-basic-autotools.c
12268         plugins/build-basic-autotools/automake-c.filters
12270         This patch correct regex-filters for newer automake
12271         versions
12273 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12275        * plugins/tools/execute.c:
12276        Detect variables inside a word
12278 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12280         * libanjuta/anjuta-status.[ch],
12281         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12282         plugins/editor/anjuta-docman.c :
12283         New anjuta-status procedure.
12285 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12287         *Modified Files:
12288         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12289         plugins/editor/Makefile.am
12290         plugins/editor/anjuta-document-manager.glade
12291         plugins/editor/plugin.c plugins/editor/plugin.h
12292         plugins/editor/text_editor.c plugins/editor/text_editor.h
12293         *Added Files:
12294         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12295         plugins/editor/indent-util.c plugins/editor/indent-util.h
12296         plugins/editor/indent_test.c :
12297         Set and Preview indent preferences parameters.
12298         Saved indent user parameters.
12300 2005-10-27  Naba Kumar  <naba@gnome.org>
12302         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12303         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12304         theme color for saved documents.
12305         
12306 2005-10-26  Naba Kumar  <naba@gnome.org>
12308         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12309         list. Fixed bug #316731.
12310         
12311 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12313         * tagmanager/tm_symbol.c: Fixed bug #315218
12315 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12317         * plugins/build/build_file.c
12318           plugins/build-basic-autotools/build-basic-autotools.c
12319           plugins/tools/execute.c
12320           plugins/build/compile.c
12321           plugins/build/configurer.c
12322           plugins/debug-manager/plugin.c
12323           plugins/editor/plugin.c
12324           plugins/editor/print.c
12325           plugins/editor/text_editor.c
12326           plugins/file-loader/plugin.c
12327           plugins/file-manager/an_file_view.c
12328           plugins/symbol-browser/an_symbol_view.c
12329           plugins/gdb/debugger.c
12330           plugins/gdb/plugin.c
12331           plugins/glade/plugin.c
12332           plugins/macro/macro-actions.c
12333           plugins/macro/plugin.c
12334           plugins/profile-default/plugin.c
12335           plugins/project-manager/plugin.c
12336           plugins/project-manager/project_import.c
12337           plugins/symbol-browser/plugin.c
12338           plugins/tools/execute.c
12339           src/anjuta.c
12340           src/anjuta-actions.h
12341           src/shell.c:
12342           Correct spacing errors before and after "...".
12344 2005-10-20  Naba Kumar  <naba@gnome.org>
12346         * plugins/gdb/debugger.c: Fixed attach/detach process to
12347         updated UI properly.
12348         
12349 2005-10-18  Naba Kumar  <naba@gnome.org>
12351         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12352         #171314 too).
12353         
12354 2005-10-13  Naba Kumar  <naba@gnome.org>
12355         
12356         * plugins/project-mkfile-import/*: Removed separate import wizard for
12357         makefile based projects (because single widzard handles all wizards).
12359         * plugins/project-import/project-import.c: Made wizard window
12360         transient to main window.
12362         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12363         
12364         * AUTHORS: Added Eric's name in contributors list.
12365         
12366         * configure.in, plugins/Makefile.am,
12367         plugins/project-import/Makefile.am,
12368         plugins/project-import/anjuta-project-import.glade,
12369         plugins/project-import/project-import.c,
12370         plugins/project-import/project-import.h: Import wizard now detects
12371         both makefile and automake projects together instead of separate wizard.
12372         
12373         * plugins/project-wizard/templates/java/project.anjuta,
12374         plugins/project-wizard/templates/mkfile/project.anjuta,
12375         plugins/project-wizard/templates/python/project.anjuta,
12376         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12377         name to make it appropriate.
12379 2005-10-11  Naba Kumar  <naba@gnome.org>
12381         * configure.in: Fixed glade3 version requirement.
12383 2005-09-29  Alexander Shopov  <ash@contact.bg>
12385         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12387 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12389         * plugins/subversion/svn_auth.c
12390         plugins/subversion/anjuta_subversion.glade:
12391         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12393 2005-09-22  Naba Kumar  <naba@gnome.org>
12395         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12397         * configure.in,  plugins/Makefile.am
12398         plugins/project-manager/anjuta-project-manager.plugin.in,
12399         plugins/project-manager/plugin.c,
12400         (added) plugins/project-mkfile-import/.cvsignore,
12401         (added) plugins/project-mkfile-import/Makefile.am,
12402         (added) plugins/project-mkfile-import/
12403             anjuta-project-mkfile-import-plugin.png,
12404         (added) plugins/project-mkfile-import/
12405             anjuta-project-mkfile-import.glade,
12406         (added) plugins/project-mkfile-import/
12407             anjuta-project-mkfile-import.plugin.in,
12408         (added) plugins/project-mkfile-import/plugin.c,
12409         (added) plugins/project-mkfile-import/plugin.h,
12410         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12411         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12412         plugins/project-wizard/templates/Makefile.am,
12413         (added) plugins/project-wizard/templates/mkfile-logo.png,
12414         (added) plugins/project-wizard/templates/mkfile.wiz,
12415         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12416         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12417         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12418         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12419         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12420         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12421         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12422         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12423         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12424         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12425         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12426         Added makefile based project import wizard and wizard template.
12428 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12430         * libanjuta/anjuta-launcher.c: Reduced false password detections
12432 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12434         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12435         messages correctly.a
12437 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12438         
12439         * scintilla/Makefile.am: Changed scintilla library to noinst
12440         * pixmaps/Makefile.am: Install password.png
12441         * libanjuta/anjuta-launcher.c: Changed password detection
12442         to be able to access GNOME CVS with ssh.
12443         
12444 2005-08-31  Naba Kumar  <naba@gnome.org>
12446         * plugins/glade/plugin.c: Set transient window for the widget
12447         dialogs.
12448         
12449 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12451         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12453 2005-08-10  Naba Kumar  <naba@gnome.org>
12455         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12456         as shortcut key for execute.
12458         * src/about.c: Clean up.
12459         
12460         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12461         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12462         entry boxes.
12463         
12464 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12466         * plugins/editor/search-replace_backend.c :
12467         Fixed search in File Patterns.
12469 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12471         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12472         
12473 2005-08-04  Naba Kumar  <naba@gnome.org>
12475         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12476         for pango-1.8 rendering bug.
12477         
12478 2005-08-03  Naba Kumar  <naba@gnome.org>
12480         * plugins/glade/plugin.c: Proper names for plugin widgets.
12481         
12482         * plugins/subversion/anjuta-subversion.glade,
12483         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12484         string allocations. Use passed default values when available.
12485         Set proper focus and dialog default response. Destroy dialog after use.
12486         Return error when appropriate.
12488 2005-08-02  Naba Kumar  <naba@gnome.org>
12490         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12491         for pango-1.8 rendering bug.
12492         
12493 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12495         * scintilla/Makefile.am: Fixed a make -j x bug
12496         
12497 2005-08-02  Johannes Schmid <jhs@gnome.org>
12498         
12499         * plugins/subversion/svn-auth.c: Added username/password 
12500         auto function.
12502 2005-08-01  Naba Kumar  <naba@gnome.org>
12504         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12505         checks for character width calculations.
12506         
12507 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12509         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12511 2005-07-31  Naba Kumar  <naba@gnome.org>
12513         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12514         messup with pango 1.8. Fixed bug #311846.
12516 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12518         * plugins/gdb/memory.c : Fixed bug 305082.
12519         
12520         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12521         plugins/project-wizard/templates/gcj.wiz,
12522         plugins/project-wizard/templates/gnome.wiz,
12523         plugins/project-wizard/templates/gtk.wiz,
12524         plugins/project-wizard/templates/java.wiz,
12525         plugins/project-wizard/templates/python.wiz,
12526         plugins/project-wizard/templates/wxwin.wiz,
12527         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12529 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12531         * plugins/tools/execute.c:
12532         Correct a crash if editor is closed while a tool still use it.
12534 2005-07-28  Naba Kumar  <naba@gnome.org>
12536         * scintilla/*: Updated scintilla from their latest CVS.
12538 2005-07-27  Naba Kumar  <naba@gnome.org>
12540         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12541         plugins/build-basic-autotools/build-basic-autotools.c,
12542         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12543         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12544         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12545         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12546         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12547         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12548         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12549         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12550         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12551         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12552         argument to anjuta_ui_add_action_group_entries() and
12553         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12554         Fixed all plugins to pass translation domain. This fixes untranslated
12555         UI bugs. 
12557 2005-07-27  Naba Kumar  <naba@gnome.org>
12559         * plugins/class-inheritance/class-callbacks.c,
12560         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12561         proper system colors.
12563 2005-07-26  Naba Kumar  <naba@gnome.org>
12565         * ROADMAP: Updated and added more tasks.
12567 2005-07-25  Naba Kumar  <naba@gnome.org>
12569         * ROADMAP: Updated and added more tasks.
12570         
12571 2005-07-24  Naba Kumar  <naba@gnome.org>
12573         * HACKING: Fixed format.
12575 2005-07-24  Naba Kumar  <naba@gnome.org>
12577         * ROADMAP: Fixed format.
12578         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12580 2005-07-24  Naba Kumar  <naba@gnome.org>
12582         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12583         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12585 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12587         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12588         Correct wrong sensitivity setting
12589         
12590         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12591         
12592         * plugins/tools/variable.c:     Add variables for project manager
12594 2005-07-23  Naba Kumar  <naba@gnome.org>
12596         * ROADMAP: updated.
12598 2005-07-23 Naba Kumar  <naba@gnome.org>
12600         * plugins/subversion/Makefile.am,
12601         plugins/subversion/svn-auth.c,
12602         plugins/subversion/svn-auth.h: Added subversion authentication code
12603         stubs.
12604         
12605         * plugins/subversion/subversion-callbacks.c,
12606         plugins/subversion/subversion-callbacks.h,
12607         plugins/subversion/svn-backend-priv.h,
12608         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12609         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12610         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12611         Added file mode line.
12613 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
12615         * configure.in: Added 'gl' to ALL_LINGUAS.
12617 2005-07-21 Naba Kumar  <naba@gnome.org>
12619         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12620         the active sources and kill the running process without emitting
12621         signals (which could be fatal because the object is being destroyed).
12622         Incidentally, fixed the crash that happens when stopping an active
12623         debugger session. Disabled debug prints and code clean up.
12624         Fixed bug #305587.
12625         
12626         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12627         message view object, because that prevents many unprocessed outputs
12628         from the cvs command from being appended in view. Does not set NULL
12629         to mesg_view private member (not required) so that any pending outputs
12630         to view is processed.Fixed bug #172666.
12632         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12633         type in supported list.
12634         
12635 2005-07-18  Adam Weinberger  <adamw@gnome.org>
12637         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12638           grammar/spelling fixes.
12640 2005-07-17 Naba Kumar  <naba@gnome.org>
12642         * (new) plugins/project-wizard/templates/terminal/cvsignore,
12643         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12644         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12645         plugins/project-wizard/templates/anjuta-plugin.wiz,
12646         plugins/project-wizard/templates/gcj.wiz,
12647         plugins/project-wizard/templates/gnome.wiz,
12648         plugins/project-wizard/templates/gtk.wiz,
12649         plugins/project-wizard/templates/gtkmm.wiz,
12650         plugins/project-wizard/templates/java.wiz,
12651         plugins/project-wizard/templates/python.wiz,
12652         plugins/project-wizard/templates/terminal.wiz,
12653         plugins/project-wizard/templates/terminal/Makefile.am,
12654         plugins/project-wizard/templates/terminal/po/Makefile.am,
12655         plugins/project-wizard/templates/terminal/src/Makefile.am,
12656         plugins/project-wizard/templates/wxwin.wiz,
12657         plugins/project-wizard/templates/xlib-dock.wiz,
12658         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12659         wizards and updated .wiz files to install them in newly created
12660         projects.
12662 2005-07-16 Naba Kumar  <naba@gnome.org>
12664         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12665         
12666         * plugins/file-manager/an_file_view.c,
12667         plugins/file-manager/plugin.c: Added file manager preferences to
12668         show/hide files ignored by version control (e.g. cvsignore).
12669         
12670         * plugins/editor/text_editor.c: Initialize vfs info struct.
12671         
12672         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12673         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12674         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12675         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12676         omf-install/.cvsignore, pixmaps/.cvsignore,
12677         plugins/file-manager/anjuta-file-manager-plugin.glade,
12678         scintilla/.cvsignore, scintilla/include/.cvsignore,
12679         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12680         tagmanager/python.c: Updated.
12682 2005-07-16 Naba Kumar  <naba@gnome.org>
12684         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12685         Fixed python parser to parser class methods.
12687 2005-07-15 Naba Kumar  <naba@gnome.org>
12689         * plugins/project-wizard/property.c: Used parenthesis to remove
12690         ambiguty.
12691         
12692         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12693         plugins/project-wizard/templates/gcj.wiz,
12694         plugins/project-wizard/templates/gnome.wiz,
12695         plugins/project-wizard/templates/gtk.wiz,
12696         plugins/project-wizard/templates/gtkmm.wiz,
12697         plugins/project-wizard/templates/java.wiz,
12698         plugins/project-wizard/templates/python.wiz,
12699         plugins/project-wizard/templates/terminal.wiz,
12700         plugins/project-wizard/templates/wxwin.wiz,
12701         plugins/project-wizard/templates/xlib-dock.wiz,
12702         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12703         and names.
12705 2005-07-15 Naba Kumar  <naba@gnome.org>
12707         * plugins/project-wizard/templates/java.wiz,
12708         plugins/project-wizard/templates/java/Makefile.am,
12709         plugins/project-wizard/templates/java/project.anjuta,
12710         plugins/project-wizard/templates/python.wiz,
12711         plugins/project-wizard/templates/python/Makefile.am,
12712         plugins/project-wizard/templates/python/project.anjuta: Use different
12713         project files for java and python module where debugger is not
12714         included in the list of plugins.
12716 2005-07-15 Naba Kumar  <naba@gnome.org>
12718         * configure.in, plugins/project-wizard/templates/Makefile.am,
12719         plugins/project-wizard/templates/gcj-logo.png,
12720         plugins/project-wizard/templates/gcj.wiz,
12721         plugins/project-wizard/templates/gcj/.cvsignore,
12722         plugins/project-wizard/templates/gcj/Makefile.am,
12723         plugins/project-wizard/templates/gcj/configure.in.tpl,
12724         plugins/project-wizard/templates/gcj/src/.cvsignore,
12725         plugins/project-wizard/templates/gcj/src/Makefile.am,
12726         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12727         plugins/project-wizard/templates/java-logo.png,
12728         plugins/project-wizard/templates/java.wiz,
12729         plugins/project-wizard/templates/java/configure.in.tpl,
12730         plugins/project-wizard/templates/java/po/Makefile.am,
12731         plugins/project-wizard/templates/java/po/POTFILES.in,
12732         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12733         plugins/project-wizard/templates/java/src/main.java,
12734         plugins/project-wizard/templates/python-logo.png,
12735         plugins/project-wizard/templates/python.wiz,
12736         plugins/project-wizard/templates/python/.cvsignore,
12737         plugins/project-wizard/templates/python/Makefile.am,
12738         plugins/project-wizard/templates/python/configure.in.tpl,
12739         plugins/project-wizard/templates/python/po/.cvsignore,
12740         plugins/project-wizard/templates/python/po/Makefile.am,
12741         plugins/project-wizard/templates/python/po/POTFILES.in,
12742         plugins/project-wizard/templates/python/src/.cvsignore,
12743         plugins/project-wizard/templates/python/src/Makefile.am,
12744         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12745         plugins/project-wizard/templates/python/src/main.py: Added Generic
12746         gcj and python project wizards. Fixed Generic java project to
12747         use _JAVA primary. Update gnome-build from cvs for them to work
12748         correctly.
12750 2005-07-12 Naba Kumar  <naba@gnome.org>
12752         * plugins/project-manager/plugin.c: Automatically determine
12753         project backend by probing.
12754         
12755 2005-07-04 Naba Kumar  <naba@gnome.org>
12757         * Makefile.am: Do not install old anjuta.glade file which conflicts
12758         with newer src/anjuta.glade.
12760 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12762         * plugins/an_symbol_prefs.c:
12763         Sort list of available symbol files
12765 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12767         * plugins/build-basic-autotools.c:
12768         Fixed #307810
12769         
12770         * plugins/gtodo/libgtodo.c:
12771         Possible fix for #307800
12773         * libanjuta/anjuta-encodings.c
12774         libanjuta/anjuta-launcher.c
12775         libanjuta/anjuta-preference-dialog.c
12776         libanjuta/anjuta-preferences.c
12777         libanjuta/anjuta-ui.c
12778         libanjuta/anjuta-util.c
12779         libanjuta/cell-renderer-captioned-image.c
12780         libanjuta/plugin.c:
12781         
12782         Patch from de_lupus@pandora.be (Kristof Vansant):
12783         Replaced deprecated gnome-i18n.h
12784         Closed #309153
12786 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12787         
12788         * plugins/subversion/anjuta-subversion.glade
12789         plugins/subversion/anjuta-subversion.ui
12790         plugins/subversion/plugin.c
12791         plugins/subversion/subversion-actions.c
12792         plugins/subversion/subversion-callbacks.h
12793         plugins/subversion/subversion-callbacks.c
12794         plugins/subversion/svn-backend-priv.h
12795         plugins/subversion/svn-backend.h
12796         plugins/subversion/svn-backend.c
12797         plugins/subversion/svn-thread.h
12798         plugins/subversion/svn-thread.c:
12799         
12800         Implemented Subversion diff
12801         
12802 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12803         
12804         * plugins/build-basic-autotools/build-basic-autotools.c:
12805         Fixed crash bug! Might be useful to release 2.0.2 soon
12806         because this bug will crash any build which produces errors
12807         or warnings
12809 === Anjuta 2.0.1 ===
12811 2005-06-27 Naba Kumar  <naba@gnome.org>
12813         * plugins/tools/execute.c: Formated code.
12814         
12815 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12817         * plugins/build-basic-autotools/build-basic-autotools.c:
12818         Remove two memory leaks
12819         Check command output versus untranslated strings too
12821         * plugins/tools/execute.c:
12822         Remove two memory leaks
12823         Check command output versus untranslated strings too
12824         Remove description message
12826         * plugins/tools/fileop.c:
12827         Escape tool name in xml configuration file
12829 2005-05-26 Naba Kumar  <naba@gnome.org>
12831         * configure.in: Bumped version to 2.0.1
12832         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12834         * plugins/tools/execute.c: Fixed clickable messages.
12835         * NEWS: Updated.
12837         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12838         Deactivate glade plugin when last glade project is closed. Reorder
12839         glade widgets in layout. Change glade project when user selects a
12840         new project. Removed project from the list when user closes it. Fixed
12841         glade project file loading from URI. Save and restored loaded glade
12842         projects in/from session.
12844         * plugins/class-gen/action-callbacks.c,
12845         plugins/class-gen/anjuta-class-gen-plugin.glade,
12846         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12847         plugins/file-wizard/anjuta-file-wizard.glade,
12848         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12849         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12850         "Add to project" correctly. Use the source file path returned after
12851         adding to project. Fixed memory leaks. Deactivate wizard plugins
12852         after use.
12853         
12854         * plugins/project-manager/plugin.c,
12855         plugins/project-wizard/anjuta-project-wizard.glade,
12856         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12857         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12858         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12859         project-wizard preference page to anjuta app, because they are
12860         more appropriated as general preferences. Renamed username and
12861         useremail properties keys.
12862         
12863         * po/POTFILES.in: Updated.
12865         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12866         saved at closing.
12867         
12868         * plugins/file-loader/plugin.c: Do not use static variable to store
12869         created submenu in factory. Fixed crash in anjuta exit.
12870         
12871 2005-05-24 Naba Kumar  <naba@gnome.org>
12873         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12874         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12875         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12876         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12877         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12878         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12879         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12880         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12881         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12882         
12883         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12884         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12885         plugins/build-basic-autotools/build-basic-autotools.c,
12886         plugins/build-basic-autotools/build-basic-autotools.h,
12887         plugins/build-basic-autotools/executer.c,
12888         plugins/build-basic-autotools/executer.h,
12889         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12890         plugins/tools/variable.c: Added an extra argument to
12891         anuta_util_dialog_input() to pass default value. Save/load project
12892         configure and execution parameters in/from session.
12894         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12895         symbol browser is loaded.
12896         
12897         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12898         freeze/thaw.
12900         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12901         deactivate would not start shell.
12903 2005-05-24 Naba Kumar  <naba@gnome.org>
12905         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12906         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12907         libegg/egg-submenu-action.c, libegg/test-actions.c,
12908         plugins/build-basic-autotools/build-basic-autotools.c,
12909         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12910         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12911         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12912         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12913         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12914         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12915         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12916         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12917         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12918         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12920 2005-05-24 Naba Kumar  <naba@gnome.org>
12922         * data/properties/styles.properties: Fixed defalt font.
12924         * plugins/editor/search-replace.c,
12925         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12926         project openness wihtout activating project-manager plugin (i.e.
12927         using anjuta_shell_get()).
12928         
12929         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12930         - Completed add_source(), add_group() and add_target() methods of
12931         IAnjutaProjectManager.
12932         - Change their definition to return the added element (or NULL).
12933         - Used interface API for project main menus and 'add to project'
12934         from file-manager context menu.
12935         - Select proper default target/group when prompting for adding
12936         source/target/group.
12937         - Do not expand all nodes in selection tree when default selection
12938         are given (eases navigation in big projects).
12939         - Code clean ups.
12940         - Marked strings for translation.
12942 2005-05-23 Naba Kumar  <naba@gnome.org>
12944         * src/anjuta-app.c: Save menu accelerators on change.
12945         * NEWS: Updated.
12946         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12947         save-as dialog (leading to crash later).
12949 2005-05-22 Naba Kumar  <naba@gnome.org>
12951         * NEWS: Updated.
12952         * AUTHORS: Added developers for other projects. Updated.
12953         * TODO.tasks: Updated.
12954         * ChangeLog: Added past changelogs from anjuta-0.1.5.
12955         
12956 2005-05-22 Naba Kumar  <naba@gnome.org>
12958         * plugins/tools/execute.c: Make parsable lines distinct by adding
12959         a "Click me" description in the message. Allow tools to open arbibrary
12960         file in editory using gdb-styled annotation (The line starts with two
12961         \032 characters followed by the file:line).
12962         
12963         * plugins/tools/scripts/prepare-changelog.pl,
12964         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12965         ChangeLog file itself and open it.
12967 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12969         * plugins/tools/execute.c:
12970         Parse output in message pane
12971         Correct a crash on plugin deactivation
12973         * plugins/tools/fileop.c,
12974         plugins/tools/tool.c,
12975         plugins/tools/tool.h:
12976         Load only valid tools
12978 2005-06-21  Naba Kumar  <naba@gnome.org>
12980         * anjuta.spec.in: Fixed devel package requirement.
12982         * plugins/message-view/message-view.c: Scroll message on next/previous.
12984         * TODO.tasks: Updated.
12986         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12987         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12988         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12989         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12990         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12991         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12992         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12993         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12995         * libanjuta/anjuta-preferences.c,
12996         plugins/build-basic-autotools/build-basic-autotools.c,
12997         plugins/build-basic-autotools/executer.c,
12998         plugins/class-gen/action-callbacks.c,
12999         plugins/class-gen/action-callbacks.h,
13000         plugins/class-gen/class_gen.c,
13001         plugins/cvs-plugin/cvs-interface.c,
13002         plugins/debug-manager/attach_process.c,
13003         plugins/debug-manager/plugin.c,
13004         plugins/debug-manager/utilities.c,
13005         plugins/debug-manager/utilities.h,
13006         plugins/editor/aneditor-autocomplete.cxx,
13007         plugins/editor/aneditor.cxx,
13008         plugins/editor/search-replace.c,
13009         plugins/editor/search-replace_backend.c,
13010         plugins/gdb/breakpoints.c,
13011         plugins/gdb/registers.c,
13012         plugins/patch/plugin.c,
13013         plugins/project-wizard/druid.c,
13014         plugins/project-wizard/install.c,
13015         plugins/subversion/plugin.c,
13016         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
13017         codes.
13019         * plugins/class-gen/action-callbacks.c,
13020         plugins/project-wizard/parser.c,
13021         plugins/project-wizard/property.c,
13022         plugins/project-wizard/values.c,
13023         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
13025         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
13026         alphabetically
13028 2005-06-20  Naba Kumar  <naba@gnome.org>
13030         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
13031         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13032         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13033         
13034         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
13035         exit idle function.
13036         
13037         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
13038         Fixed possible memory corruption.
13040         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
13041         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
13042         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
13043         progress bar increment and added progress status for symbol refresh
13044         and project loading.
13045         
13046         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
13047         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
13048         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
13049         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
13050         bar.
13052         * TODO.tasks: Updated.
13054 2005-06-19  Naba Kumar  <naba@gnome.org>
13056         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
13057         Fixed warning.
13058         
13059         * plugins/project-import/project-import.c: Deactivate plugin when done.
13060         
13061 2005-06-18  Naba Kumar  <naba@gnome.org>
13063         * plugins/profile-default/plugin.c: Fixed error when loading another
13064         project while a project is still loaded.
13065         
13066         * plugins/project-manager/plugin.c: Used (newly added) group-activated
13067         signal from gnome-build to popup group properties.
13068         
13069         * src/anjuta.c: Load default session by default.
13071         * po/POTFILES.in: Added missing files.
13072         
13073         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
13074         activate plugin on load (activate it separately). Connect to activate
13075         and deactivate signals for housekeeping, so that if plugins are
13076         activated or deactivate externally, they are properly recorded.
13077         
13078         * plugins/profile-default/plugin.c: Save profile before a project
13079         is loaded so that it could be restored when project is closed.
13080         
13081         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
13083 2005-06-17  Naba Kumar  <naba@gnome.org>
13085         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
13086         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
13087         for project. The plugins loaded for the project is restored when project
13088         is loaded next time.
13089         
13090         * TODO.tasks: Updated.
13091         
13092 2005-06-15  Naba Kumar  <naba@gnome.org>
13094         * plugins/tools/scripts/find-fixmes.pl,
13095         (new) plugins/tools/scripts/translation-status.pl,
13096         plugins/tools/scripts/tools-2.xml.in,
13097         plugins/tools/scripts/Makefile.am,
13098         plugins/tools/scripts/prepare-changelog.pl: Added translation
13099         status script. Completed find-fixmes.pl script. Fixed bugs.
13101         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13102         tool path.
13104 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13106         * plugins/message-view/anjuta-message-manager-plugin.glade :
13107         renamed "messages.tag.position" to "messages.tab.position".
13108         plugins/message-view/anjuta-msgman.c : 
13109         Messages tab position prefrences.
13110         
13111 2005-06-14  Naba Kumar  <naba@gnome.org>
13113         * (new) plugins/tools/scripts/find-fixmes.pl,
13114         (new) plugins/tools/scripts/tools-2.xml.in,
13115         (new) plugins/tools/scripts/Makefile.am,
13116         (new) plugins/tools/scripts/prepare-changelog.pl,
13117         plugins/tools/plugin.h, plugins/tools/fileop.c,
13118         plugins/tools/Makefile.am, configure.in: Added system tools.
13120 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
13122         * plugins/tools/editor.c:
13123         Take care of creating .anjuta directory if missing
13125 2005-06-10  Naba Kumar  <naba@gnome.org>
13127         * configure.in: Increased gnome-build required to version 0.1.2.
13128         
13129         * plugins/project-manager/plugin.c: Fixed target/group removal.
13130         Fixed memory leaks.
13131         
13132 2005-06-10  Naba Kumar  <naba@gnome.org>
13134         * plugins/project-manager/plugin.c: Implemented target/group
13135         configuration (update gnome-build module from cvs).
13136         
13137 2005-06-07  Naba Kumar  <naba@gnome.org>
13139         Patch from: Massimo Cora'  <maxcvs@email.it>:
13140         * plugins/class-inheritance/Makefile.am,
13141         plugins/class-inheritance/class-inherit.c,
13142         plugins/class-inheritance/class-inherit.h,
13143         plugins/class-inheritance/plugin.c,
13144         plugins/class-inheritance/plugin.h,
13145         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13146         expanded view of classes in hierarchy canvas (collapsable again).
13147         
13148 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
13150         * scintilla/patches/scintilla-64-bit.diff (added)
13151         * plugins/patch/patch-plugin.c:
13152         Conditional build for GTK 2.4 and GTK 2.6
13154 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
13156         * plugins/tools/anjuta-tools.glade,
13157         plugins/tools/editor.c,
13158         plugins/tools/plugin.h,
13159         plugins/tools/fileop.c:
13160         Add a check box to edit an user script
13161         Correct a few memory leak
13163         * plugins/tools/execute.c,
13164         plugins/tools/tool.c,
13165         plugins/tools/tool.h:
13166         Move utility remove_mnemonic function in tool.c
13167         Small fix
13169 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
13171         Patch from sbrabec@suse.cz:
13172         * configure.in
13173         scintilla/include/Scintilla.h:
13174         
13175         Fix 64-Bit warnings in gcc 4
13177 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
13178         
13179         * plugins/patch/patch_plugin.c
13180         plugins/patch/patch.h
13181         plugin/patch/patch-plugin.glade
13182         plugin/patch/Makefile.am:
13183         
13184         Changed patch plugin to use libglade and new gtk 2.6 widgets
13186 2005-05-31  Naba Kumar  <naba@gnome.org>
13188         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13189         * plugins/editor/text_editor.c: Don't show error
13190         for empty files.
13191         
13192 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
13193         
13194         * plugins/message-view/anjuta-message-manager.ui,
13195         plugins/message-view/anjuta-msgman.c,
13196         plugins/message-view/anjuta-msgman.h,
13197         plugins/message-view/message-view.c,
13198         plugins/message-view/message-view.h,
13199         plugins/message-view/plugin.c:
13200         Add a popup menu in messages panes
13201         Move save message pane option in it
13203 2005-05-28  Naba Kumar  <naba@gnome.org>
13205         * data/properties/styles.properties: Fixed default font
13206         names and sizes.
13208         * plugins/editor/style-editor.c: cleanup.
13209         
13210 2005-05-25  Naba Kumar  <naba@gnome.org>
13212         * plugin/gdb/plugin.c: Start gdb even if the program does
13213         not exists. Fixes bug #305074
13214         
13215 2005-05-24  Naba Kumar  <naba@gnome.org>
13217         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
13218         * configure.in: graphviz pkgconfig path.
13220 2005-05-24  Naba Kumar  <naba@gnome.org>
13222         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13223         * TODO.tasks: Updated.
13224         
13225 2005-05-22  Naba Kumar  <naba@gnome.org>
13227         * anjuta.spec.in: Fixed spec file
13228         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13230 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
13231         
13232         * TODO.tasks: Updated.
13234         * plugins/message-view/anjuta-message-manager.ui,
13235         plugins/message-view/message-view.c,
13236         plugins/message-view/message-view.h,
13237         plugins/message-view/plugin.c:
13238         Add shortcut for next and previous message
13239         Add a save message menu item
13240         Fix a bug in previous message
13242 2005-05-21  Naba Kumar  <naba@gnome.org>
13244         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13245         doc/Makefile.am, global-tags/create_global_tags.sh,
13246         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13247         and rpm package creation. Fixed installation paths.
13248         
13249         * plugins/editor/anjuta-document-manager.glade,
13250         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13251         and indent options.
13252         
13253         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13255 2005-05-21  Naba Kumar  <naba@gnome.org>
13257         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13258         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13259         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13260         tagmanager/Makefile.am: Fixed paths configure variables to take
13261         automake configure variables instead of hardcoding.
13263         * global-tags/tm_global_tags.c: Formated code.
13265         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13266         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13267         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13268         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13269         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13270         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13271         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13272         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13273         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13275 2005-05-20  Naba Kumar  <naba@gnome.org>
13277         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13278         and fixed rpm spec file (more testing required).
13279         
13280         * data/gdb.init: Don't set gdb prompt.
13281         
13282         * mime/Makefile.am: run update-mime-data only on system-wide install.
13283         
13284         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13286 2005-05-19  Naba Kumar  <naba@gnome.org>
13288         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13289         while it's not visible.
13291         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13292         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13293         
13294 2005-05-19  Naba Kumar <naba@gnome.org>
13296         * configure.in: Fixed subversion checks. Added
13297         --disable-plugin-subversion and --disable-plugin-glade
13298         configure flags to manually turn off their plugin builds.
13300         * plugins/editor/plugin.c: Save and restore current editor line
13301         positions in session.
13303 2005-05-18  Naba Kumar  <naba@gnome.org>
13305         * AUTHORS: Fixed email address.
13306         
13307         * libanjuta/anjuta-utils.c,
13308         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13309         when the projectmanager toplevel is not a window. Check for valid
13310         gtkwindow type before using the passed window as parent for anjuta
13311         dialogs.
13313 2005-05-17  Naba Kumar  <naba@gnome.org>
13315         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13316         
13317         * plugins/cvs-plugin/Makefile.am,
13318         plugins/devhelp/plugin.c,
13319         plugins/file-loader/Makefile.am,
13320         plugins/macro/Makefile.am,
13321         plugins/message-view/Makefile.am,
13322         plugins/patch/Makefile.am,
13323         plugins/project-manager/Makefile.am,
13324         plugins/subversion/Makefile.am,
13325         plugins/symbol-browser/Makefile.am: Removed -module flags
13326         from libtool flags
13328         * MAINTAINERS: Added file so that I could recieve bugzilla
13329         reports.
13331         * plugins/glade/plugin.c: Fixed compile error.
13333 === Anjuta 2.0.0 ===
13335 2005-05-15  Naba Kumar  <naba@gnome.org>
13337         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13338         version to 2.0.0.
13340         * plugins/symbol-browser/an_symbol_view.c,
13341         plugins/symbol-browser/plugin.c,
13342         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13343         symbols have been updated. Reset file symbols when update
13344         occurs. Fixed memory leaks.
13346         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13347         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13348         
13349 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13351         * plugins/tools/anjuta-tools.glade:
13352         Remove unused parameter dialog
13354         * plugins/tools/dialog.c,
13355         plugins/tools/fileop.c,
13356         plugins/tools/fileop.h,
13357         plugins/tools/tool.c,
13358         plugins/tools/tool.h,
13359         plugins/tools/variable.c:
13360         Add a few comments and cleanups
13362         * plugins/tools/editor.c,
13363         plugins/tools/editor.h:
13364         Remove code from previous plugin and add comments
13365         Use main window as parent (instead of tool list)
13367         * plugins/tools/execute.c,
13368         plugins/tools/execute.h:
13369         Remove code from previous plugin and add comments
13370         Fix warnings
13372 2005-05-14  Naba Kumar  <naba@gnome.org>
13374         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13375         release.
13376         
13377         * configure.in: Fixed
13378         
13379         * plugins/class-inheritance/class-inheritance.png: New icon.
13380         
13381         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13382         screws up when reparented.
13384 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13386         * plugins/editor/search-replace.c,
13387         plugins/editor/search-replace_backend.c
13388         plugins/project-manager/plugin.c : Clear find pane if searching same 
13389         expression. Clean code.
13391 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13393         * configure.in: Added ne in ALL_LINGUAS
13394         
13395 2005-05-13  Naba Kumar  <naba@gnome.org>
13397         * configure.in: Fixed glade-3 version.
13398         
13399         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13400         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13401         plugins/gdb/watch.c: Update locals, watch and frame document on
13402         frame change.
13404 2005-05-12  Naba Kumar  <naba@gnome.org>
13406         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13407         scope autocompletion when the function definition is incomplete.
13408         
13409         * plugins/class-gen/anjuta-class-gen.plugin.in,
13410         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13411         plugins/gdb/plugin.c,
13412         plugins/glade/anjuta-glade.plugin.in,
13413         plugins/project-import/anjuta-project-import.plugin.in,
13414         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13415         titles for the wizards.
13417 2005-05-11  Naba Kumar  <naba@gnome.org>
13419         * configure.in, plugins/debug-manager/Makefile.am,
13420         plugins/debug-manager/plugin.c,
13421         (added) plugins/debug-manager/images/.cvsignore,
13422         (added) plugins/debug-manager/images/Makefile.am,
13423         (added) plugins/debug-manager/images/detach-16.png,
13424         (added) plugins/debug-manager/images/detach.png,
13425         (added) plugins/debug-manager/images/step-into-16.png,
13426         (added) plugins/debug-manager/images/step-into.png,
13427         (added) plugins/debug-manager/images/step-out-16.png,
13428         (added) plugins/debug-manager/images/step-out.png,
13429         (added) plugins/debug-manager/images/step-over-16.png,
13430         (added) plugins/debug-manager/images/step-over.png,
13431         plugins/gdb/Makefile.am,
13432         plugins/gdb/breakpoints.c,
13433         plugins/gdb/plugin.c,
13434         (added) plugins/gdb/images/.cvsignore,
13435         (added) plugins/gdb/images/Makefile.am,
13436         (added) plugins/gdb/images/breakpoint.png,
13437         (added) plugins/gdb/images/locals.png,
13438         (added) plugins/gdb/images/stack.png,
13439         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13440         'remove all'. Added debugger icons.
13442         * plugins/editor/text_editor.c: Fixed file monitor.
13444         Patch from: Massimo Cora'  <maxcvs@email.it>
13445         * plugins/patch/anjuta-patch-plugin.png,
13446         plugins/class-gen/Makefile.am,
13447         plugins/class-gen/action-callbacks.c,
13448         plugins/class-gen/class_gen.c,
13449         plugins/class-gen/class_logo.xpm: Implemented vcs
13450         file addions. New icons by Fabio Zecchini
13452 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13454         * libanjuta/interfaces/libanjuta.idl
13455         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13456         plugins/editor/search-replace_backend.c
13457         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13459 2005-05-11  Naba Kumar  <naba@gnome.org>
13460         
13461         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13462         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13463         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13464         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13465         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13466         memory leaks.
13467         
13468         * plugins/symbol-browser/an_symbol_prefs.c,
13469         plugins/symbol-browser/an_symbol_search.c,
13470         plugins/symbol-browser/an_symbol_view.c,
13471         plugins/symbol-browser/an_symbol_view.h,
13472         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13474 2005-05-11  Naba Kumar  <naba@gnome.org>
13476         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13477         
13478         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13479         progress bar location at create time, instead of hardcoding.
13480         
13481         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13482         Added mini splash screen.
13483         
13484         * plugins/editor/text_editor.c: Do not produce warning when file
13485         monitor could not be created.
13486         
13487         * plugins/profile-default/plugin.c: Save project session on exit.
13488         Show mini splash with progress bar at profile load.
13490 2005-05-10  Naba Kumar  <naba@gnome.org>
13492         * configure.in, manuals/Makefile.am: Fixed compile flags.
13493         Disable outdated manuals builds.
13494         
13495         * global-tags/Makefile.am: Uninstall tags files on
13496         'make uninstall'
13497         
13498         * libegg/Makefile.am: Use configured deprecated flags.
13499         
13500         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13501         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13502         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13503         Updated.
13504         
13505         * mime/Makefile.am: Take DESTDIR into account.
13506         
13507         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13508         
13509         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13510         on scope autocompletion.
13511         
13512         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13513         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13514         shared libs and static libs paths for debugging. Order them
13515         correctly.
13516         
13517         * po/POTFILES.in: Updated.
13519 2005-05-09  Naba Kumar  <naba@gnome.org>
13521         * libanjuta/interfaces/libanjuta.idl,
13522         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13523         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13524         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13525         Implemented debugger source directory search and emits location changed
13526         signal with absolute path of the file.
13528         * plugins/tools/tool.c: Fixed compile errors.
13529         
13530 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13532         * plugins/tools/anjuta-tools.glade,
13533         plugins/tools/dialog.h,
13534         plugins/tools/dialog.c,
13535         plugins/tools/plugin.c,
13536         plugins/tools/editor.c:
13537         Improve graphical user interface
13538         Remove old code
13539         Correct an error on close
13540         Some cleanups
13542         * plugins/tools/fileop.c,
13543         plugins/tools/tool.h,
13544         plugins/tools/tool.c:
13545         Change the tool internal structure
13546         Support having tools configuration in several places
13548 2005-05-08  Naba Kumar  <naba@gnome.org>
13550         * plugins/gdb/actions.c,
13551         (removed) plugins/gdb/registers_cbs.c,
13552         (removed) plugins/gdb/registers_cbs.h,
13553         (removed) plugins/gdb/registers_gui.c,
13554         (removed) plugins/gdb/sharedlib_cbs.c,
13555         (removed) plugins/gdb/sharedlib_cbs.h,
13556         (removed) plugins/gdb/sharedlib_gui.c,
13557         (removed) plugins/gdb/signals_cbs.c,
13558         (removed) plugins/gdb/signals_cbs.h,
13559         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13561 2005-05-08  Naba Kumar  <naba@gnome.org>
13563         * plugins/build-basic-autotools/executer.c: Fixed programs
13564         listing dialog.
13565         
13566         * plugins/debug-manager/Makefile.am,
13567         plugins/debug-manager/anjuta-debug-manager.glade,
13568         plugins/debug-manager/plugin.c,
13569         plugins/gdb/Makefile.am: Used libglade for programs listing
13570         dialog.
13571         
13572         * (added) plugins/gdb/pointer.png: Stack pointer image.
13573         
13574         * libanjuta/anjuta-marshal.list,
13575         pixmaps/Makefile.am,
13576         plugins/gdb/actions.c,
13577         plugins/gdb/actions.h,
13578         plugins/gdb/anjuta-gdb-plugin.ui,
13579         plugins/gdb/anjuta-gdb.glade,
13580         plugins/gdb/breakpoints.c,
13581         plugins/gdb/breakpoints.h,
13582         plugins/gdb/debug_tree.c,
13583         plugins/gdb/debug_tree.h,
13584         plugins/gdb/debugger.c,
13585         plugins/gdb/debugger.h,
13586         plugins/gdb/gdbmi-test.c,
13587         plugins/gdb/gdbmi.c,
13588         plugins/gdb/gdbmi.h,
13589         plugins/gdb/info.c,
13590         plugins/gdb/info.h,
13591         plugins/gdb/locals.c,
13592         plugins/gdb/locals.h,
13593         plugins/gdb/memory.c,
13594         plugins/gdb/memory.h,
13595         plugins/gdb/plugin.c,
13596         plugins/gdb/plugin.h,
13597         plugins/gdb/registers.c,
13598         plugins/gdb/registers.h,
13599         plugins/gdb/registers_cbs.c,
13600         plugins/gdb/registers_cbs.h,
13601         plugins/gdb/registers_gui.c,
13602         plugins/gdb/sharedlib.c,
13603         plugins/gdb/sharedlib.h,
13604         plugins/gdb/sharedlib_cbs.c,
13605         plugins/gdb/sharedlib_cbs.h,
13606         plugins/gdb/sharedlib_gui.c,
13607         plugins/gdb/signals.c,
13608         plugins/gdb/signals.h,
13609         plugins/gdb/signals_cbs.c,
13610         plugins/gdb/signals_cbs.h,
13611         plugins/gdb/signals_gui.c,
13612         plugins/gdb/stack_trace.c,
13613         plugins/gdb/stack_trace.h,
13614         plugins/gdb/utilities.c,
13615         plugins/gdb/utilities.h,
13616         plugins/gdb/watch.c,
13617         plugins/gdb/watch.h,
13618         plugins/gdb/watch_cbs.c,
13619         plugins/gdb/watch_cbs.h,
13620         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13621         it for all debugger component updates and listing. Implemented
13622         user custom debugger command window. Fixed all debugger components
13623         to work correctly. Implemented debugger as GObject. Removed
13624         deprecated codes.
13625         
13626 2005-05-06  Naba Kumar  <naba@gnome.org>
13627         
13628         * TODO.tasks: Updated.
13629         
13630         * plugins/build-basic-autotools/Makefile.am,
13631         plugins/file-loader/Makefile.am,
13632         plugins/profile-default/Makefile.am,
13633         plugins/sample1/Makefile.am,
13634         plugins/symbol-browser/images/Makefile.am,
13635         src/Makefile.am: Fixed 'make distcheck' errors.
13637         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13638         updates.
13640         * tagmanager/tm_workspace.c: Include prototypes in getting
13641         scope members.
13643 2005-05-06  Naba Kumar  <naba@gnome.org>
13645         * TODO.tasks: Updated.
13646         
13647         * configure.in, plugins/cvs-plugin/Makefile.am,
13648         plugins/debug-manager/Makefile.am,
13649         plugins/devhelp/Makefile.am,
13650         plugins/editor/Makefile.am,
13651         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13652         
13653         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13654         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13655         interfaces.
13656         
13657         * tagmanager/tm_workspace.c,
13658         tagmanager/include/tm_workspace.h,
13659         plugins/editor/aneditor-autocomplete.cxx,
13660         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13661         to return all matching tag types when no name is given instead of
13662         returning empty array.
13663         
13664         * plugins/symbol-browser/Makefile.am,
13665         (added) plugins/symbol-browser/an_symbol.c,
13666         (added) plugins/symbol-browser/an_symbol.h,
13667         plugins/symbol-browser/an_symbol_info.c,
13668         plugins/symbol-browser/an_symbol_info.h,
13669         (added) plugins/symbol-browser/an_symbol_iter.c,
13670         (added) plugins/symbol-browser/an_symbol_iter.h,
13671         plugins/symbol-browser/an_symbol_search.c,
13672         plugins/symbol-browser/an_symbol_view.c,
13673         plugins/symbol-browser/an_symbol_view.h,
13674         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13675         plugins/symbol-browser/plugin.c,
13676         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13677         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13678         plugin and implemented IAnjutaIterable interface for symbol search
13679         and iteration.
13681         * plugins/class-inheritance/Makefile.am,
13682         plugins/class-inheritance/class-inherit.c,
13683         plugins/class-inheritance/class-inherit.h,
13684         plugins/class-inheritance/plugin.h: Use the newly added
13685         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13686         get rid of libanjuta-ctags.la dependencies.
13688 2005-05-02  Naba Kumar  <naba@gnome.org>
13690         * plugins/class-inheritance/class-inherit.c,
13691         plugins/class-inheritance/plugin.c,
13692         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13693         be found for a class. Formated code.
13695         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
13696         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13697         of editor tabs.
13698         
13699 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
13701         * libanjuta/anjuta-launcher.c:
13702         Keep trying sending data until all bytes have been written
13704         * plugins/tools/anjuta-tools.glade,
13705         plugins/tools/editor.c:
13706         Add a combo box to defined data from stdin
13708         * plugins/tools/execute.c:
13709         Send data in stdin if needed
13710         Code cleanups
13712         * plugins/tools/fileop.c,
13713         plugins/tools/tool.h,
13714         plugins/tools/tool.c:
13715         Store, load and save stdin data
13716         Use tools-2.xml instead of tools.xml
13718         * plugins/tools/plugin.c,
13719         plugins/tools/plugin.h:
13720         Code cleanups
13722         * plugins/tools/dialog.c,
13723         plugins/tools/dialog.h:
13724         Few code cleanups
13726         * plugins/tools/variable.c,
13727         plugins/tools/variable.h:
13728         Add editor related variables
13729         Code cleanups
13731 2005-04-29  Naba Kumar  <naba@gnome.org>
13733         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13735         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13736         
13737         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13738         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13739         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13740         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13741         working on gdb MI interface. Completed MI parser interface.
13743         Patch from  Massimo Cora <maxcvs@email.it>:
13744         * plugins/class-inheritance/Makefile.am,
13745         plugins/class-inheritance/class-inherit.c,
13746         plugins/class-inheritance/class-inherit.h,
13747         plugins/class-inheritance/plugin.c,
13748         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13749         Used system theme for colors. Display class members on mouse click.
13750         
13751 2005-04-28  Naba Kumar  <naba@gnome.org>
13753         * plugins/symbol-browser/an_symbol_prefs.c
13754         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13755         implementation to create/add/remove custom tags files in symbol
13756         brower preferences.
13758         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13759         EXTRA_DIST.
13761         * plugins/project-import/project-import.c: Fixed memory leaks and
13762         use correct debug prints.
13763         
13764         * TODO.tasks: Updated.
13765         
13766 2005-04-27  Naba Kumar  <naba@gnome.org>
13768         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13769         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13770         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13772         * plugins/editor/anjuta-docman.c,
13773         plugins/editor/anjuta-docman.h,
13774         plugins/editor/plugin.c: Emit editor-added signal from docman
13775         and connect signals to new editor correctly.
13777         * plugins/class-inheritance/plugin.c,
13778         plugins/symbol-browser/plugin.c: Added stock icons.
13779         
13780         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13781         plugins/build-basic-autotools/executer.c,
13782         plugins/build-basic-autotools/executer.h: Added missing files
13783         for the execute programs implementation.
13785 2005-04-26  Naba Kumar  <naba@gnome.org>
13786         
13787         * TODO.tasks: Updated.
13789         * plugins/file-loader/plugin.c,
13790         plugins/project-import/anjuta-project-import.plugin.in,
13791         plugins/project-import/plugin.c,
13792         plugins/project-import/project-import.c,
13793         plugins/project-import/project-import.h: Be able to import older
13794         anjuta projects.
13796 2005-04-26  Naba Kumar  <naba@gnome.org>
13798         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13799         removing it from the shell.
13801         * libanjuta/anjuta-shell.c,
13802         libanjuta/anjuta-shell.h,
13803         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13804         so that widget additions are freezed or thaw using a pending queue.
13805         Fixded UI flicker while loading projects.
13807 2005-04-26  Naba Kumar  <naba@gnome.org>
13809         * TODO.tasks: Updated.
13810         
13811         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13812         IAnjutaBuildable interface.
13813         
13814         * plugins/build-basic-autotools/Makefile.am,
13815         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13816         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13817         plugins/build-basic-autotools/build-basic-autotools.c,
13818         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13819         interface and UI for executing project/file programs. Implemented
13820         IAnjutaFile interface so that executables could be opened directly.
13821         
13822         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13823         Authors line (Reserved for external plugins, which do not have a way to
13824         show their credits).
13825         
13826         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13827         [File Loader] group for menu labels (default to "Name" if it is not
13828         defined.
13829         
13830         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13831         for executing external commands.
13833 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13835         * plugins/project-wizard/property.c:
13836         Correct a memory leak
13838         * libanjuta/interfaces/libanjuta.idl,
13839         plugins/editor/text_editor.c:
13840         Add erase_all and replace_selection function to IAnjutaEditor
13842         * plugins/tools/anjuta-tools.glade,
13843         plugins/tools/fileop.c,
13844         plugins/tools/editor.c,
13845         plugins/tools/tool.c
13846         plugins/tools/tool.h:
13847         Add shortcut and icon 
13849         * plugins/tools/variable.c,
13850         plugins/tools/variable.h:
13851         Add a variable asking parameters at run time
13853         * plugins/tools/execute.c:
13854         Add a warning message for missing document manager
13855         Add replace buffer and replace selection output
13856         Correct an error in popup output
13858         * plugins/tools/plugin.c,
13859         plugins/tools/plugin.h,
13860         plugins/tools/anjuta-tools.ui,
13861         src/anjuta.ui:
13862         Few clean up
13863         Attach tools menu to a new place
13865 2005-04-25  Naba Kumar  <naba@gnome.org>
13867         * libanjuta/plugins.c, src/about.c, src/about.h,
13868         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13869         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13870         plugins (about box for plugins) menu.
13872 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13874         *  plugins/editor/search-replace.c :
13875         Displayed full path in Search pane window. 
13876         Bug 300231 : Selected line in Search pane window .
13877                 
13878 2005-04-23  Naba Kumar  <naba@gnome.org>
13880         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13882 2005-04-22  Naba Kumar  <naba@gnome.org>
13884         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13885         
13886         * plugins/project-wizard/templates/java.wiz,
13887         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13888         to create bytecodes (.class) files.
13889         
13890         * plugins/symbol-browser/an_symbol_info.c,
13891         plugins/symbol-browser/an_symbol_info.h,
13892         plugins/symbol-browser/an_symbol_search.c,
13893         plugins/symbol-browser/an_symbol_view.c,
13894         plugins/symbol-browser/plugin.c,
13895         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13896         in file symbol list.
13898 2005-04-22  Naba Kumar  <naba@gnome.org>
13900         * TODO.tasks: Updated.
13901         
13902         * plugins/class-inheritance/Makefile.am,
13903         plugins/subversion/Makefile.am: Do not install plugin files when
13904         plugin build condition is false.
13905         
13906         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13907         plugins/build-basic-autotools/build-basic-autotools.c,
13908         plugins/build-basic-autotools/build-basic-autotools.h,
13909         plugins/file-loader/anjuta-loader-plugin.ui,
13910         plugins/file-loader/dnd.c,
13911         plugins/file-loader/plugin.c,
13912         plugins/file-loader/plugin.h,
13913         plugins/project-manager/anjuta-project-manager.ui,
13914         plugins/project-manager/plugin.c: Added open file and build context
13915         menu in project manager context menu.
13917 2005-04-22  Naba Kumar  <naba@gnome.org>
13919         * configure.in: Added message output showing conditional plugins to
13920         build or not.
13921         
13922         * src/layout.xml: Added layout for class-inheritance plugin widget.
13923         
13924         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13925         plugin name to remove redundant terms.
13926         
13927         * TODO.tasks: Updated.
13928         
13929         * configure.in,
13930         plugins/symbol-browser/Makefile.am,
13931         plugins/symbol-browser/an_symbol_view.c,
13932         (removed) plugins/symbol-browser/sv_class.xpm,
13933         (removed) plugins/symbol-browser/sv_function.xpm,
13934         (removed) plugins/symbol-browser/sv_macro.xpm,
13935         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13936         (removed) plugins/symbol-browser/sv_private_var.xpm,
13937         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13938         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13939         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13940         (removed) plugins/symbol-browser/sv_public_var.xpm,
13941         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13942         (removed) plugins/symbol-browser/sv_static_var.xpm,
13943         (removed) plugins/symbol-browser/sv_struct.xpm,
13944         (removed) plugins/symbol-browser/sv_unknown.xpm,
13945         (removed) plugins/symbol-browser/sv_variable.xpm,
13946         (added) plugins/symbol-browser/images/.cvsignore,
13947         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13948         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13949         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13950         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13951         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13952         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13953         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13954         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13955         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13956         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13957         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13958         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13959         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13960         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13961         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13962         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13963         (added) plugins/symbol-browser/images/Icons.16x16.Method,
13964         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13965         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13966         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13967         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13968         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13969         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13970         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13971         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13972         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13973         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13974         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13975         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13976         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13977         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13978         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13979         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13980         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13981         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13982         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13983         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13984         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13985         pixmaps and added new icons (taken from monodevelop).
13987 2005-04-21  Naba Kumar  <naba@gnome.org>
13989         Patch from  Massimo Cora <maxcvs@email.it>:
13991         * configure.in, plugins/Makefile.am
13992         (new) plugins/class-inheritance/.cvsignore,
13993         (new) plugins/class-inheritance/Makefile.am,
13994         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13995         (new) plugins/class-inheritance/class-inherit.c,
13996         (new) plugins/class-inheritance/class-inherit.h,
13997         (new) plugins/class-inheritance/plugin.c,
13998         (new) plugins/class-inheritance/plugin.h,
13999         (new) plugins/class-inheritance/class-inheritance.png: Added class
14000         inheritance plugin.
14001         
14002         Changes by naba: Added pkgconfig check for graphviz and conditionally
14003         build graphviz.
14004         
14005         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
14007 2005-04-20  Naba Kumar  <naba@gnome.org>
14009         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
14010         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14011         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14012         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14013         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14014         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14015         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14016         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14017         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14018         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14019         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14020         
14021         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
14022         message view management.
14024         * libanjuta/anjuta-children.[ch],
14025         plugins/build-basic-autotools/build-basic-autotools.c,
14026         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
14027         Removed anjuta_children_init() function,
14028         because it is done automatically when first invoked. Introduced
14029         anjuta_children_recover() to recover the child signalling. Fixed
14030         child exit management to correctly recover the exit status.
14031         
14032         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
14033         to properly shutdown the launcher and to kill the running process
14034         (without emitting any signal).
14035         
14036         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14037         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
14038         gdb and program instance.
14040 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14042         * plugins/editor/search-replace.c :
14043         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
14045 2005-04-18  Naba Kumar  <naba@gnome.org>
14047         * TODO.tasks: Marked completed items.
14048         
14049         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14050         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14051         plugins/project-manager/plugin.c: Prompt user for the debugging
14052         target (select from a list of project's executable targets) and
14053         correctly start debugger. Take care of libtool wrapping when the
14054         target selected is libtool target. Fixed debugger menu items
14055         sensitivity.
14057 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
14059         * plugins/tools/execute.c,
14060         plugins/tools/execute.h:
14061         Implement save all files before running a command
14062         Implement all options for stdout and stderr except replace buffer
14063         Allow running several tools
14065         * plugins/tools/plugin.c:
14066         Move anjuta launcher in execute.c
14068         * plugins/tools/tools.h,
14069         plugins/tools/variable.c:
14070         Small changes
14072 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
14074         * plugins/tools/anjuta-tools.glade:
14075         Add new properties in tool editor dialog
14076         Cosmetic improvements
14077         
14078         * plugins/tools/anjuta-tools.ui:
14079         Attach tool menu as a build menu
14081         * plugins/tools/dialog.c:
14082         Set tool menu item sensitivity in tool list
14083         Fix bugs
14085         * plugins/tools/editor.c,
14086         plugins/tools/editor.h,
14087         plugins/tools/fileop.c,
14088         plugins/tools/tool.c,
14089         plugins/tools/tool.h:
14090         Add new properties (active, save file...)
14091         Most of them are still not implemented
14093         * plugins/tools/execute.c,
14094         plugins/tools/execute.h:
14095         Reorganize code to support multiple run
14096         Support run in terminal
14097         
14098         * plugins/tools/plugin.c
14099         plugins/tools/plugin.h:
14100         Move message handling in execute.c
14102         * plugins/tools/variable.h,
14103         plugins/tools/variable.c:
14104         Add useful variables
14105         
14106 2005-04-13  Naba Kumar  <naba@gnome.org>
14108         * plugins/editor/text_editor.c: Fixed file monitoring condition.
14109         * plugins/editor/Makefile.am: Added gnome-vfs flags.
14110         
14111 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14113         * plugins/tools/dialog.c plugins/tools/tool.c :
14114         Fixed bugs.
14116 2005-04-06  Naba Kumar  <naba@gnome.org>
14118         * src/anjuta.c: Load default session only when
14119         "anjuta.session.load.last" preference is enabled.
14120         
14121 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
14123         * plugins/tools/Makefile.am,
14124         plugins/tools/variable.c,
14125         plugins/tools/variable.h:
14126         Add new code for handling variables
14128         * plugins/tools/anjuta-tools.glade:
14129         Improve tool editor dialog
14130         Add variable selection dialog
14132         * plugins/tools/dialog.c,
14133         plugins/tools/dialog.h,
14134         plugins/tools/plugin.c,
14135         plugins/tools/plugin.h:
14136         Add variable object
14137         Add a function to get it
14139         * plugins/tools/editor.c:
14140         Add gui code for variable selection dialog
14142         * plugins/tools/execute.c:
14143         Use variables for executing command
14144         
14145         * Naba: Compile warning fixes.
14147 2005-04-06  Naba Kumar  <naba@gnome.org>
14149         * TODO.tasks: Marked completed items.
14150         
14151 2005-04-06  Naba Kumar  <naba@gnome.org>
14153         * plugins/subversion/svn-backend.c: Fixed subversion plugin
14154         compile error.
14155         
14156         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14158 2005-04-04  Naba Kumar  <naba@gnome.org>
14160         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14161         inside Main window.
14162         
14163 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
14165         * plugins/tools/Makefile.am,
14166         plugins/tools/anjuta-tools.plugin.in,
14167         plugins/tools/anjuta-tools.ui,
14168         plugins/tools/anjuta-tools.gladei,
14169         plugins/tools/anjuta-tools-plugin.png,
14170         plugins/tools/plugin.c,
14171         plugins/tools/plugin.h,
14172         plugins/tools/dialog.c,
14173         plugins/tools/dialog.h,
14174         plugins/tools/fileop.c,
14175         plugins/tools/fileop.h,
14176         plugins/tools/tool.c,
14177         plugins/tools/tool.h,
14178         plugins/tools/editor.c,
14179         plugins/tools/editor.h,
14180         plugins/tools/execute.c,
14181         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14182         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14183         Not fully working
14185         * anjuta-tools.[ch]: Removed old tools code.
14186         
14187 2005-04-01  Steve Murphy  <murf@e-tools.com>
14189         * configure.in: Added "rw" to ALL_LINGUAS.
14191 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14193         * Modified Files:
14194         manuals/C/anjuta-manual/fileoperations.xml
14195         Added Files:
14196         manuals/C/anjuta-manual/figures/search_expr.png
14197         manuals/C/anjuta-manual/figures/search_expr_basic.png
14198         manuals/C/anjuta-manual/figures/search_file_list.png
14199         manuals/C/anjuta-manual/figures/search_file_pattern.png
14200         manuals/C/anjuta-manual/figures/search_replace.png
14201         manuals/C/anjuta-manual/figures/search_setting.png
14202         manuals/C/anjuta-manual/figures/search_target.png
14203         manuals/C/anjuta-manual/figures/search_target_action.png
14204         manuals/C/anjuta-manual/figures/search_target_in.png
14205         Removed Files:
14206         manuals/C/anjuta-manual/figures/find_files.png
14207         manuals/C/anjuta-manual/figures/find_replace.png
14208         manuals/C/anjuta-manual/figures/find_text.png :
14209         Updated Anjuta manual (File Operations)
14211 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14213         * manuals/C/anjuta-manual/fileoperations.xml,
14214         manuals/C/anjuta-manual/figures/open_file.png,
14215         manuals/C/anjuta-manual/figures/open_file_multiple.png,
14216         manuals/C/anjuta-manual/figures/prefs_print.png,
14217         manuals/C/anjuta-manual/figures/print_dlg.png,
14218         manuals/C/anjuta-manual/figures/print_preview.png.
14219         * Added Files:
14220         manuals/C/anjuta-manual/figures/add_edit_macro.png,
14221         manuals/C/anjuta-manual/figures/display_macro.png,
14222         manuals/C/anjuta-manual/figures/insert_text.png,
14223         manuals/C/anjuta-manual/figures/keyword_macro.png,
14224         manuals/C/anjuta-manual/figures/new_file_wizard.png,
14225         manuals/C/anjuta-manual/figures/save_as_file.png :
14226         Updated Anjuta Manual (File Operations)
14228 2005-03-23  Adam Weinberger  <adamw@gnome.org>
14230         * plugins/editor/action-callbacks.c,
14231           plugins/file-loader/plugin.c,
14232           plugins/gtodo/main.c,
14233           plugins/project-wizard/druid.c:
14234           Fix spelling/grammar errors. Fixes bugs
14235           169068, 169137, 169138, and 169139.
14237 2005-03-21  Naba Kumar  <naba@gnome.org>
14239         Patch from: Massimo Cora' <maxcvs@email.it>:
14240         
14241         * plugins/editor/Makefile.am
14242         plugins/editor/anjuta-docman.c,
14243         (added) plugins/editor/editor-tooltips.c,
14244         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14245         editor tabs to show full path.
14247 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14248         
14249         * plugins/subversion/svn-backend.c:
14250         Removed "apr-0/" from include because this is 
14251         already included in SVN_INCLUDE and broke building if
14252         apr >= 1.0 was installed.
14254 2005-03-18  Naba Kumar  <naba@gnome.org>
14256         Patch from: Massimo Cora' <maxcvs@email.it>:
14258         * plugins/editor/action-callbacks.c,
14259         plugins/editor/aneditor-calltip.cxx,
14260         plugins/editor/aneditor-priv.h,
14261         plugins/editor/aneditor.cxx,
14262         plugins/editor/aneditor.h,
14263         plugins/editor/anjuta-document-manager.ui: Added calltip
14264         activation from menu.
14266 2005-03-16  Naba Kumar  <naba@gnome.org>
14268         Patch from: Massimo Cora' <maxcvs@email.it>:
14269         
14270         * plugins/class-gen/action-callbacks.c,
14271         plugins/class-gen/anjuta-class-gen-plugin.glade,
14272         plugins/class-gen/class_gen.c,
14273         plugins/class-gen/class_gen.h,
14274         plugins/class-gen/class_logo.xpm,
14275         plugins/class-gen/plugin.c: Create files without project
14276         being open. Add to project support. And other enhancements.
14278 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14280         * anjuta.glade,
14281           plugins/debug-manager/utilities.c,
14282           plugins/file-loader/plugin.c,
14283           plugins/gdb/utilities.c,
14284           plugins/profile-default/plugin.c,
14285           plugins/project-import/project-import.c,
14286           src/anjuta-actions.h:
14287           Spelling/grammar fixes.
14289 2005-03-13  Naba Kumar  <naba@gnome.org>
14290         
14291         * plugins/editor/action-callbacks.c,
14292         plugins/editor/action-callbacks.h,
14293         plugins/editor/anjuta-document-manager.ui,
14294         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14295         submenu. Moved menuitems from Format to View->Editor.
14296         
14297         * src/action-callbacks.c, src/action-callbacks.h,
14298         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14299         layout and lock layout menus in View submenu. Get rid of
14300         Settings->Layout Manager menu.
14301         
14302         * plugins/project-import/anjuta-project-import.plugin.in:
14303         Fixed icon name
14305         * global-tags/Makefile.am,
14306         global-tags/create_global_tags.sh,
14307         plugins/editor/aneditor-autocomplete.cxx,
14308         plugins/editor/aneditor-priv.h,
14309         plugins/editor/aneditor.cxx,
14310         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14311         in editor and made it work in global symbols also.
14312         
14313         * src/anjuta-app.c: Always use priority texts besides icons style
14314         for toolbars, because other styles look horible for Anjuta (fixme).
14316 2005-03-11  Naba Kumar  <naba@gnome.org>
14318         * configure.in: Removed test for iconv.
14320         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14321         before scintilla widget is realized.
14322         
14323         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14324         for Update menuitem.
14325         
14326         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14327         already applied in scintilla main stream.
14328         
14329         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14330         and notified scintilla developer.
14331         
14332 2005-03-10  Naba Kumar  <naba@gnome.org>
14334         * src/action-callbacks.c: Removed reference to src/help.h (dead
14335         file).
14337         * plugins/editor/text_editor.c: Removed reference to
14338         src/launcher.h (a dead file).
14340         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14341         src/controls.c, src/controls.h, src/fileselection.c,
14342         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14343         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14344         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14345         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14346         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14347         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14348         Removed these dead files from CVS.
14351 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14353         * plugins/file-wizard/action-callbacks.c : Added error message.
14354         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14357 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14358         
14359         * plugins/cvs-plugin/cvs-callbacks.c
14360         plugins/cvs-plugin/plugin.c:
14361         Fixed preferences page init and busy handling
14362         
14363         * plugins/subversion/plugin.c:
14364         Fixed preferences page init
14366 2005-03-09  Naba Kumar  <naba@gnome.org>
14368         * plugins/Makefile.am, plugins/glade/Makefile.am,
14369         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14370         enabled glade plugin in Anjuta. The plugin is built only when
14371         glade3 is installed.
14372         
14373 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14375         * plugins/project-wizard/templates/java.wiz
14376         plugins/project-wizard/templates/java-logo.png (*)
14377         plugins/project-wizard/templates/java/*
14378         plugins/project-wizard/templates/Makefile.am
14379         configure.in:
14380         
14381         Add Java project type. It generates a autoconf/automake
14382         project which is compiled using gcj. It requires automake 
14383         > 1.4 (1.9 is known to work) to work!
14384         
14385         (*) still awaiting response from the gcj team if we
14386         may use their logo.
14387         
14388 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14389         
14390         * plugins/project-import/*
14391         plugins/Makefile.am
14392         configure.in:
14393         Added project import plugin. Might be a bit buggy and limited
14394         but works for now.
14395         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14396         Icon from old pixmaps dir
14398 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14400         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14401         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14402         Added C Custom_Indent line macro.
14403         Cleaned macros.xml
14405 2005-03-09  Naba Kumar  <naba@gnome.org>
14407         * TODO.tasks: Added new message-manager tasks.
14408         
14409         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14410         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14411         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14412         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14413         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14414         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14415         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14416         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14417         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14418         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14419         
14420         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14421         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14422         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14423         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14424         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14425         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14426         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14427         Removed debugger widgets from shell on debugger shutdown. Added
14428         scrolled windows for docked widgets. Removed unnecessary widget refs
14429         and unrefs. Destroy widgets correctly on debugger shutdown.
14430         
14431         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14432         with project description title. Removed frame shadow.
14433         
14434         * plugins/project-wizard/druid.c: Initializes tooltips.
14435         
14436         * scintilla/Makefile.am: Fixed comiple error.
14438 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14440         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14441           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14443 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14445         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14446         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14447         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14448         plugins/macro/macros.xml, plugins/macro/plugin.c :
14449         Moved cursor at the '|' position defined in macros.
14451 2005-03-07  Naba Kumar  <naba@gnome.org>
14453         * plugins/subversion/Makefile.am: Fixed build error.
14455         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14456         types (perl, python, shellscript).
14457         
14458         * plugins/editor/plugin.c: Fixed to show all highlight options.
14459         
14460 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14462         * TODO.tasks : updated tasks.
14463         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14465 2005-03-07  Naba Kumar  <naba@gnome.org>
14467         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14468         or disable subversion file-manager submenu. If "Subvesion" is also
14469         valid directory, we should also check for it.
14471         * configure.in: Disable cygwin macro until someone fixes the
14472         autoconf warnings.
14473         
14474         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14475         backward compatibility.
14476         
14477 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14479         * src/about.c : Cleaned code.
14480         * plugins/macro/macros.xml : Added "do_while" C macro.
14481         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14482         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14483         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14484         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14485         
14486 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14488         * plugins/class-gen/plugin.c:
14489         Removed "return" to activate project_root_uri watching.
14491 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14493         * plugins/Makefile.am
14494         plugins/subversion/*:
14495         Added subversion plugin. Add, Remove, Commit and Update work
14496         everything else needs work.
14497         
14498         * plugins/terminal/terminal.c
14499         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14500         we still have focus problems with the editor.
14502 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14504         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14505         
14506 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14508         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14510 2005-03-04  Naba Kumar  <naba@gnome.org>
14512         Patch from Massimo Cora' <maxcvs@email.it>:
14514         * plugins/class-gen/Makefile.am,
14515         plugins/class-gen/action-callbacks.c,
14516         plugins/class-gen/action-callbacks.h,
14517         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14518         plugins/class-gen/anjuta-class-gen.plugin.in,
14519         plugins/class-gen/class_gen.c,
14520         plugins/class-gen/class_gen.h,
14521         (removed) plugins/class-gen/clsGen.c,
14522         (added) plugins/class-gen/goc_template_header,
14523         (added) plugins/class-gen/goc_template_source,
14524         plugins/class-gen/plugin.c,
14525         plugins/class-gen/plugin.h: Refactored class gen code.
14526         Added GOCBuilder code. Fixed UI. Implemented plugin.
14528 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14530         * plugins/project-wizard/property.c
14531         plugins/project-wizard/install.c
14532         plugins/project-wizard/druid.c
14533         plugins/editor/goto_line.c
14534         plugins/editor/plugin.c
14535         plugins/gtodo/add_edit_item.c
14536         plugins/gtodo/ligtodo.c
14537         plugins/gtodo/main.c
14538         plugins/gtodo/preferences.c:
14539         Fixed #167559, #167534, #167266, #167357
14540         (Bad English in strings...)
14541         
14542         Thanks to Adam Weinberger and Thierry Moisan for
14543         reporting!
14545 2005-03-03  Naba Kumar  <naba@gnome.org>
14547         * libegg/Makefile.am, libegg/menu/Makefile.am,
14548         (added) libegg/egg-submenu-action.c,
14549         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14550         submenu (used for wizard listing).
14551         
14552         * plugins/file-loader/anjuta-loader-plugin.ui
14553         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14554         and toolbar.
14555         
14556         * plugins/editor/action-callbacks.c,
14557         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14558         ctrl+tabbing because it was interfaring with focus navigation.
14559         Focus editor on "Esc" in incremental search entry. Cleanups.
14560         
14561         * plugins/file-manager/an_file_view.c,
14562         plugins/symbol-browser/plugin.c,
14563         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14564         Cleanups.
14565         
14566         * plugins/profile-default/plugin.c,
14567         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14568         for sesssion load.
14569         
14570         * (removed) scintilla/patches/a64-crash-fix.patch,
14571         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14572         scintilla patches.
14574 2005-03-03  Naba Kumar  <naba@gnome.org>
14576         * HACKING: Fixed typos.
14577         
14578         * plugins/editor/aneditor-indent.cxx: Clean up.
14579         
14580         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14581         Enable/disable save, undo and redo actions depending on state
14582         of the editor.
14583         
14584 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14586         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14587         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14588         Displayed search_incremental status.
14590         * Removed plugins/editor/search_incremental.[ch]
14592 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14593         
14594         * plugins/cvs-plugin/cvs-execute.c
14595         plugins/cvs-plugin/cvs-callbacks.c:
14596         - Use weak reference on mesg_view and reuse tab if
14597         it still exists to avoid cluttering message manager.
14598         - Fixed bug in cvs remove
14599         
14600         README, HACKING: Updated
14601         
14602         configure.in: Added check for libsvn
14604 2005-02-29  Naba Kumar  <naba@gnome.org>
14605         
14606         * plugins/file-manager/an_file_view.c,
14607         plugins/symbol-browser/an_symbol_view.c,
14608         plugins/symbol-browser/plugin.c: Hide column headers (they
14609         are redundant).
14611 2005-02-29  Naba Kumar  <naba@gnome.org>
14613         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14614         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14615         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14616         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14617         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14618         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14619         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14620         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14621         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14622         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14624         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14625         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14626         (added) libanjuta/anjuta-session.[hc],
14627         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14628         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14629         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14630         src/main.c:
14631         
14632         Implemented session management. Implemented session
14633         container class. Added session notifications from shell. Implemented
14634         session save/load in editor, file-loader, default-profile-plugin
14635         and anjuta-app. Fixed window sizing and restoration. Cleaned up
14636         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14637         and maximized states in session. Implemented project session
14638         management.
14640 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14642         * plugins/class-gen/action-callbacks.[ch],
14643         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14644         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14645         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
14646         with Escape key.
14648 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
14649         
14650         * plugins/project-wizard/anjuta-project-wizard.glade,
14651         plugins/project-wizard/druid.c:
14652         Add some padding in tab label in project selection page
14653         
14654         * plugins/project-wizard/druid.c,
14655         plugins/project-wizard/parser.c:
14656         Search for project template recursively
14657         Add ~/.anjuta/project to the search paths
14659 2005-02-26  Naba Kumar  <naba@gnome.org>
14661         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14662         * plugins/file-loader/plugin.c: Fixed crash bug.
14663         * libanjuta/plugins.c: Fixed memory leak.
14664         
14665 2005-02-26  Naba Kumar  <naba@gnome.org>
14666         
14667         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14668         "UserActivatable" attribute for plugins. This attribute if set to
14669         "no" will prevent users from activating/deactivating it from
14670         plugins dialog. Added a toggle button in plugins dialog to toggle
14671         the plugins list between list of activatable plugins (default) to
14672         list of all plugins. anjuta_plugin_select() now only selects the
14673         plugin. Added anjuta_plugins_select_and_activate() method that will
14674         select and activate it.
14675         
14676         * plugins/profile-default/Makefile.am,
14677         plugins/profile-default/anjuta-default-profile.ui,
14678         plugins/profile-default/plugin.c,
14679         plugins/profile-default/plugin.h,
14680         plugins/project-manager/anjuta-project-manager.ui,
14681         plugins/project-manager/plugin.c,
14682         plugins/project-manager/plugin.h:
14683         
14684         Anjuta projects (*.anjuta) files define the profile of respective
14685         projects. Profile is a set of related plugins required for the
14686         project to open. Moved "close project" action from Project Manager
14687         to Profile Manager plugin. Implemented loading and unloading of
14688         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14689         (instead of Project Manager) now handles opening of *.anjuta files.
14690         Close Project menuitem is now moved to File submenu (being
14691         consistent with Anjuta 1.x versions and avoiding creating Project
14692         submenu when project manager is not loaded).
14693         
14694         * src/anjuta-actions.h: Fixed short-cut key for Help content.
14695         
14696         * src/anjuta.ui: Fixed place holder for projects.
14697         
14698         * (new) plugins/profile-default/default.anjuta: default startup
14699         profile. Removed the hardcoded plugins loading in
14700         DefaultProfilePlugin.
14702         * anjuta.anjuta,
14703         plugins/project-wizard/templates/terminal/project.anjuta:
14704         Implemented project format in newly created projects.
14706         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14707         plugins/class-gen/anjuta-class-gen.plugin.in,
14708         plugins/cvs-plugin/anjuta-cvs.plugin.in,
14709         plugins/editor/anjuta-document-manager.plugin.in,
14710         plugins/file-loader/anjuta-loader.plugin.in,
14711         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14712         plugins/gdb/anjuta-gdb.plugin.in,
14713         plugins/glade/anjuta-glade.plugin.in,
14714         plugins/message-view/anjuta-message-manager.plugin.in,
14715         plugins/profile-default/anjuta-default-profile.plugin.in,
14716         plugins/project-manager/anjuta-project-manager.plugin.in,
14717         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14718         Defined UserActivatable attributes. Added supported types attribute.
14720         * plugins/project-wizard/anjuta-project-wizard.glade
14721         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14722         "Project Wizard" in preferences title.
14724         * TODO.tasks: Updated.
14725         
14726         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14727         Updated.
14728         
14729 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14731         * plugins/file-wizard/anjuta-file-wizard.glade
14732         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14733         
14734         Integrated License macros, cleaned file.c.
14735         
14736 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14737         
14738         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14739         username can not be found correctly.
14741 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14743         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14744         plugins/macro/macros.xml :
14745         
14746         Added Headers macros. Cleaned file.c
14748 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14750         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14751         plugins/macro/macros.xml :
14752         
14753         Fixed a bug. Added Header macro.
14755         
14756 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14758         * plugins/file-wizard/action-callbacks.c, 
14759         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14760         plugins/macro/macros.xml :
14761         
14762         Added FileName, Header template macros.
14763         
14764 2005-02-24  Naba Kumar  <naba@gnome.org>
14765         
14766         * plugins/patch/patch-plugin.c: Fixed a function call.
14767         
14768         * src/anjuta.c, src/main.c: Save and load default session.
14769         
14770 2005-02-24  Naba Kumar  <naba@gnome.org>
14772         * libanjuta/interfaces/libanjuta.idl,
14773         plugins/message-view/anjuta-msgman.c,
14774         plugins/message-view/anjuta-msgman.h,
14775         plugins/message-view/plugin.c: Added and implemented
14776         set_view_title() method.
14777         
14778         * plugins/build-basic-autotools/build-basic-autotools.c,
14779         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14780         build context pooling. Maximum 3 contexts are reused. Additional
14781         contexts are created when all are busy.
14783 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14785         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14786         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14787         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14788         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14790         Added Copyright, Changelog macros.
14791                 
14792 2005-02-23  Naba Kumar  <naba@gnome.org>
14794         Patch from Massimo Cora' <maxcvs@email.it>:
14795         * plugins/Makefile.am,
14796         plugins/patch/Makefile.am,
14797         (added) plugins/patch/anjuta-patch-plugin.png,
14798         (added) plugins/patch/anjuta-patch.plugin.in,
14799         (added) plugins/patch/anjuta-patch.ui,
14800         plugins/patch/patch-plugin.c,
14801         (added) plugins/patch/patch-plugin.h,
14802         (added) plugins/patch/plugin.c,
14803         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14804         architecture.
14806 2005-02-23  Naba Kumar  <naba@gnome.org>
14808         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14809         file-loader/plugin.c, profile-default/plugin.c:
14810         Implemented "activated" and "deactivated" signals for plugin class.
14811         Renamed *_location() functions to *_id(), because location is
14812         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14813         anjuta_plugins_unload_plugin().
14814         
14815         * class-gen/plugin.c: Fixed complier warning and utility function call.
14816         
14817         * debug-manager/plugin.c: Unload debugger plugin correctly.
14818         
14819         * project-manager/plugin.c:     Fixed compiler warnings.
14820         
14821         * plugins/project-wizard/templates/gnome/.cvsignore,
14822         plugins/project-wizard/templates/gnome/po/.cvsignore,
14823         plugins/project-wizard/templates/gnome/src/.cvsignore,
14824         plugins/project-wizard/templates/gtk/po/.cvsignore,
14825         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14826         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14827         
14828         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14829         build (we need to fix this thing).
14830         
14831 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14833         * plugins/macro/macro-action.[ch]
14834         plugins/macro/macro-edit.c
14835         plugins/macro/macro-dialog.c
14836         plugins/macro/macro-db.[ch]
14837         plugins/macro/plugin.[ch]
14838         plugins/macro/macro-util.[ch] (added)
14839         
14840         Cleaned up macro plugin and preview expanded macros.
14842 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14844         * plugins/cvs-plugin/cvs-interface.c:
14846         Fixed option setting when using no compression and not 
14847         ignoring .cvsrc
14849 2005-02-23  Naba Kumar  <naba@gnome.org>
14850         
14851         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14852         geometry on exit and startup (only if there is no geometry from the
14853         session).
14855         * TODO.tasks: Updated.
14856         
14857         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14858         
14859         * manuals/reference/libanjuta/Makefile.am,
14860         manuals/reference/libanjuta/libanjuta-docs.sgml,
14861         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14862         documentation for writing project templates.
14864 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14866         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14867         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14868         
14869         Expansion keywords in macros. 
14871 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14873         * plugins/file-wizard/action-callbacks.c,
14874         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14875         plugins/macro/macros.xml :
14876         
14877         Inserting text by macro plugin
14878         In progress ...
14880 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14882         * plugins/macro/plugin.c
14883         plugins/cvs-plugin/plugin.c:
14884         
14885         Fixed interfaces (use static)
14887 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14888         
14889         * plugins/macro/macro-actions.[ch]
14890         plugins/macro/plugin.c
14891         libanjuta/interfaces/libanjuta.idl:
14892         
14893         Implemented IAnjutaMacro interface to be used by file-wizard
14894         
14895         * plugins/cvs-plugin/plugin.c
14896         libanjuta/interfaces/libanjuta.idl:
14897         
14898         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14899         for all version control systems and not only for cvs.
14901 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14903         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14904         insert_macro.
14905         
14906         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14909 2005-02-21  Naba Kumar  <naba@gnome.org>
14911         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14912         IAnjutaDebugger interface.
14913         
14914         * plugins/debug-manager/anjuta-debug-manager.ui,
14915         plugins/debug-manager/attach_process.c,
14916         plugins/debug-manager/attach_process.h,
14917         plugins/debug-manager/plugin.c,
14918         plugins/debug-manager/plugin.h,
14919         plugins/gdb/actions.c,
14920         plugins/gdb/actions.h,
14921         plugins/gdb/anjuta-gdb-plugin.ui,
14922         plugins/gdb/breakpoints.c,
14923         plugins/gdb/breakpoints.h,
14924         plugins/gdb/debugger.c,
14925         plugins/gdb/debugger.h,
14926         plugins/gdb/memory.c,
14927         plugins/gdb/plugin.c,
14928         plugins/gdb/plugin.h,
14929         plugins/gdb/sharedlib.h,
14930         plugins/gdb/sharedlib_cbs.c,
14931         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14932         correctly between debug-manager and debugger. Implemented debugger
14933         interface in gdb plugin. Fixed action names. Added UI updating.
14934         Start and stop debugger (does not work yet). Fixed UI merging.
14935         Fixed debugger plugin handling in debug-manager.
14937 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14939         * plugins/editor/aneditor-autocomplete.cxx:
14940         
14941         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14942         crash with C++ "template" keyword.
14944 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14946         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14947         Fixed bug (Closed macro dialogs with Esc key).
14948         
14949 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14950         
14951         * plugins/project-wizard/xlib.wiz,
14952         plugins/project-wizard/xlib-logo.png,
14953         plugins/project-wizard/xlib/*:
14954         Port old xlib anjuta project on new project wizard
14955         
14956         * plugins/project-wizard/xlib-dock.wiz,
14957         plugins/project-wizard/xlib-dock/*:
14958         Port old xlib dock anjuta project on new project wizard
14959         
14960         * plugins/project-wizard/wxwin.wiz,
14961         plugins/project-wizard/wxwin-logo.png,
14962         plugins/project-wizard/wxwin/*:
14963         Port old wxwin anjuta project on new project wizard
14964         
14965         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14966         necessary changes for the new templates.
14967         
14968 2005-02-18  Naba Kumar  <naba@gnome.org>
14970         * plugins/Makefile.am: Added class-gen
14971         
14972 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
14974         * plugins/project-wizard/header.c:
14975         Fix a bug in sorting of project categories
14977 2005-02-18  Naba Kumar  <naba@gnome.org>
14979         Patch from Massimo Cora  <maxcvs@email.it>:
14980         
14981         * plugins/class-gen/.cvsignore,
14982         plugins/class-gen/Makefile.am,
14983         (added) plugins/class-gen/action-callbacks.c,
14984         (added) plugins/class-gen/action-callbacks.h,
14985         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14986         (added) plugins/class-gen/class_gen.c,
14987         (added) plugins/class-gen/class_gen.h,
14988         (added) plugins/class-gen/plugin.c,
14989         (added) plugins/class-gen/plugin.h: Ported class wizard to the
14990         new architecture.
14991         
14992         * plugins/project-manager/plugin.c: implemented add_source().
14994 2005-02-17  Naba Kumar  <naba@gnome.org>
14996         * plugins/file-loader/plugin.c: Fixed possible crash.
14997         
14998         * src/action-callbacks.c, src/action-callbacks.h,
14999         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
15001 2005-02-17  Naba Kumar  <naba@gnome.org>
15002         
15003         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15004         plugins/project-wizard/templates/gnome.wiz,
15005         plugins/project-wizard/templates/gtk.wiz,
15006         plugins/project-wizard/templates/gtkmm.wiz,
15007         plugins/project-wizard/templates/terminal.wiz,
15008         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15009         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15010         plugins/project-wizard/templates/gnome/src/callbacks.c,
15011         plugins/project-wizard/templates/gnome/src/callbacks.h,
15012         plugins/project-wizard/templates/gnome/src/main.c,
15013         plugins/project-wizard/templates/gtk/src/callbacks.c,
15014         plugins/project-wizard/templates/gtk/src/callbacks.h,
15015         plugins/project-wizard/templates/gtk/src/main.c,
15016         plugins/project-wizard/templates/gtkmm/src/main.cc,
15017         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
15018         to generate licence correctly (without any extra newlines). Removed
15019         IncludeGNUHeader macro definition and added proper licence property.
15020         Fixed project directory paths in file contents.
15022 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15024         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15025         Closed macro dialogs with Esc key.
15027 2005-02-16  Naba Kumar  <naba@gnome.org>
15029         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15030         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15031         plugins/project-wizard/templates/gnome/src/callbacks.c,
15032         plugins/project-wizard/templates/gnome/src/callbacks.h,
15033         plugins/project-wizard/templates/gnome/src/main.c,
15034         plugins/project-wizard/templates/gtk/src/main.c,
15035         plugins/project-wizard/templates/gtkmm/src/main.cc,
15036         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
15037         macros to avoid blank newlines.
15039 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
15041         * plugins/project-wizard/autogen.c:
15042         Correct a problem when having property value in UTF-8
15044         * plugins/project-wizard/druid.c:
15045         Correct a bug when reselecting a new project (all pages
15046         must be removed)
15048         * plugins/project-wizard/property.c:
15049         Avoid having default invalid properties
15051         * plugins/project-wizard/templates/terminal.wiz,
15052         plugins/project-wizard/templates/terminal/po/ChangeLog,
15053         plugins/project-wizard/templates/terminal/src/main.c:
15054         Remove command for testing run function
15055         Move destination directory to second page and include
15056         project name. Add exist tag. Remove unused properties.
15058 2005-02-16  Naba Kumar  <naba@gnome.org>
15060         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
15061         plugins/debug-manager/anjuta-debug-manager.ui,
15062         plugins/debug-manager/plugin.c,
15063         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15064         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
15065         plugins/gdb/plugin.h, plugins/gdb/registers.c,
15066         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
15067         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
15068         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
15069         (removed) src/anjuta_info.c,
15070         (removed) src/anjuta_info.h,
15071         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
15072         (added) plugins/gdb/anjuta-gdb-plugin.ui,
15073         (added) plugins/gdb/actions.c,
15074         (added) plugins/gdb/actions.h: Completed initial
15075         porting of debugger to new architecture. Fixed many of the debugger
15076         functions.
15078         * plugins/file-loader/plugin.c: Detect some important mime ourself
15079         to avoid inconsistencies when mime system isn't working.
15080         
15081 2005-02-16  Naba Kumar  <naba@gnome.org>
15083         * plugins/editor/Makefile.am,
15084         (added) plugins/editor/aneditor-autocomplete.cxx,
15085         (added) plugins/editor/aneditor-calltip.cxx,
15086         (added) plugins/editor/aneditor-indent.cxx,
15087         (added) plugins/editor/aneditor-priv.h,
15088         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
15089         different smaller chunks to make it easy to maintain.
15091 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15093         * plugins/project-wizard/druid.c :
15094         
15095         Found system Email address if not defined in Preferences.
15097 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
15098         
15099         * plugins/project-wizard/gtkmm.wiz
15100         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
15101         plugins/project-wizard/gtkmm/*
15102         
15103         Added GTKmm (C++) project type
15105 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
15107         * plugins/message-view/plugin.c
15108         plugins/message-view/message-view.c
15109         TODO.gtodo:
15110         Implemented next/prev action
15112 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15114         * plugins/project-wizard/templates/libglade2.* :
15115         Removed libglade2 project.
15116         
15117         * plugins/project-wizard/templates/gtk* :
15118         Removed interface.[ch] & support.[ch].
15119         
15120 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15122         * plugins/project-wizard/anjuta-project-wizard.glade,
15123         plugins/project-wizard/property.[ch],
15124         plugins/project-wizard/templates/anjuta-plugin.wiz :
15125         Added a new property ("iconfile").
15127 2005-02-14  Naba Kumar  <naba@gnome.org>
15129         * plugins/project-wizard/install.c,
15130         plugins/project-wizard/plugin.c,
15131         plugins/project-wizard/templates/anjuta-plugin.wiz,
15132         plugins/project-wizard/templates/gnome.wiz,
15133         plugins/project-wizard/templates/gtk.wiz,
15134         plugins/project-wizard/templates/libglade2.wiz,
15135         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15136         newly created projects and open them. Fixed message buffering in
15137         wizard.
15139 2005-02-14  Naba Kumar  <naba@gnome.org>
15141         * src/about.c, pixmaps/Makefile.am,
15142         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15143         
15144         * mime/gnome-mime-application-x-anjuta.png,
15145         pixmaps/anjuta_icon.png,
15146         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15147         done by 9-speed at:
15148         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15149         
15150 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15152         * configure.in,
15153         plugins/project-wizard/templates/libglade2-logo.png,
15154         plugins/project-wizard/templates/libglade2.wiz,
15155         plugins/project-wizard/templates/libglade2/* :
15156         Add Glade2 project
15159 2005-02-14  Naba Kumar  <naba@gnome.org>
15161         * TODO.tasks: Updated.
15162         
15163         * plugins/editor/anjuta-docman.c,
15164         plugins/editor/text_editor.c,
15165         plugins/editor/text_editor.h,
15166         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15167         for file modification, but it is still not functioning.
15169 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
15171         * plugins/project-wizard/values.c,
15172         plugins/project-wizard/values.h,
15173         plugins/project-wizard/property.c,
15174         plugins/project-wizard/property.h,
15175         plugins/project-wizard/druid.c:
15176         Rewrite mandatory property check
15177         Add check of exist property
15178         Rewrite handling of cached property page
15180 2005-02-13  Naba Kumar  <naba@gnome.org>
15182         Patch from Igor Kovalenko  <garrison@mail.ru>:
15183         * tagmanager/tm_workspace.c: Improved performance.
15185 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15187         *plugins/project-wizard/templates/*.wiz,
15188         plugins/project-wizard/druid.c,
15189         plugins/project-wizard/templates/terminal/src/main.c,
15190         plugins/project-wizard/templates/gtk/src/*.[ch],
15191         plugins/project-wizard/templates/gtk/src/Makefile.am,
15192         plugins/project-wizard/templates/gnome/src/*.[ch],
15193         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15194         Add Copyright date & Email address,
15195         Correct terminal project.
15196         
15197 2005-02-12  Naba Kumar  <naba@gnome.org>
15199         * plugins/project-wizard/property.c: Fixed hidden
15200         properties to take values.
15202         * plugins/project-wizard/file.[ch]: Renamed
15203         true/false enum values to fix compile error
15204         (conflict with other definition).
15205         
15206         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15207         even when mime type detection fails (for example, when Anjuta is
15208         installed in non-system prefix).
15210 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
15212         * plugins/project-wizard/values.c,
15213         plugins/project-wizard/values.h:
15214         Rewrite file with more comments
15216         * plugins/project-wizard/druid.c,
15217         plugins/project-wizard/druid.h,
15218         plugins/project-wizard/autogen.c,
15219         plugins/project-wizard/autogen.h,
15220         plugins/project-wizard/druid.c,
15221         plugins/project-wizard/druid.h:
15222         Add more comments
15223         Use values instead of properties
15224         Move default properties to druid.c
15226         * plugins/project-wizard/install.c,
15227         plugins/project-wizard/install.h:
15228         Use values instead of properties
15229         Add a check to avoid overwriting files
15231         * plugins/project-wizard/parser.c,
15232         plugins/project-wizard/property.c,
15233         plugins/project-wizard/property.h:
15234         Update to use new values
15235         Add an "exist" attribute to check if a directory already exist
15237         * plugins/project-wizard/anjuta-project-wizard.glade:
15238         Change project selection page (GtkTextView => GtkLabel,
15239         GtkTable => GtkVBox)
15241         * plugins/project-wizard/templates/terminal.wiz:
15242         Move destination directory on second page
15243         
15244         * plugins/project-wizard/action.c:
15245         Add a few comments
15247 2005-02-12  Naba Kumar  <naba@gnome.org>
15249         * plugins/file-manager/an_file_view.c,
15250         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15251         views. Created dynamic update date of view depending on project
15252         changes -- similar to file-manager view.
15253         
15254         * plugins/devhelp/plugin.c: Load help on idle.
15255         
15256         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15257         autoformat' to proper location in preferences.
15258         
15259         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15260         compatibility.
15261         
15262         * plugins/editor/plugin.c: Fixed accel name.
15264 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15266         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15267         plugins/project-wizard/templates/gnome.wiz,
15268         plugins/project-wizard/templates/gtk.wiz,
15269         plugins/project-wizard/anjuta-project-wizard.glade,
15270         plugins/project-wizard/autogen.c:
15271         Add Username & Email address in Project preferences.
15273 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15275         *plugins/project-wizard/templates/gnome-logo.png,
15276         plugins/project-wizard/templates/gnome.wiz,
15277         plugins/project-wizard/templates/gnome/* :
15278         Add Gnome project
15280 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15282         * plugins/project-wizard/templates/terminal/src/main.c, 
15283         plugins/project-wizard/templates/terminal/src/main.c,
15284         plugins/project-wizard/templates/terminal/src/main.[ch] :
15285         Insert License in projects
15286         
15287 2005-02-11  Naba Kumar  <naba@gnome.org>
15289         * TODO.tasks: Added message manager task.
15290         
15291         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15292         
15293         * plugins/editor/plugin.c: Use bookmark stock icons.
15294         
15295         * plugins/message-view/anjuta-message-manager.ui,
15296         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15298 2005-02-10  Naba Kumar  <naba@gnome.org>
15300         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15301         
15302 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15304         * global-tags/Makefile.am
15305         Error during 'make install'
15307 2005-02-09  Naba Kumar  <naba@gnome.org>
15309         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15310         missing file.
15311         
15312 2005-02-08  Naba Kumar  <naba@gnome.org>
15314         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15315         
15316         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15317         Show busy cursur when updating global tags in preferences.
15319         * configure.in: Fixed.
15320         
15321 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15323         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15324           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15325          
15326         - Fixed anjuta-plugin project (glade)
15328 2005-02-08  Naba Kumar  <naba@gnome.org>
15330         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15331         Fixed automatic indentations.
15333         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15334         Global tags are now segregated into smaller api tags, which can be
15335         selectively loaded from symbol browser preferences.
15337         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15338         Implemented IProjectManager interface in project-manager. Mostly getter
15339         methods for now, but need to add add() and remove() methods to add
15340         or remove project elements.
15342         * plugins/gdb/debug_tree.c: Small fix.
15344         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15345         plugins/symbol-browser/an_symbol_info.c,
15346         plugins/symbol-browser/an_symbol_info.h,
15347         plugins/symbol-browser/an_symbol_search.c,
15348         plugins/symbol-browser/an_symbol_search.h,
15349         plugins/symbol-browser/an_symbol_view.c,
15350         plugins/symbol-browser/an_symbol_view.h,
15351         plugins/symbol-browser/plugin.c,
15352         plugins/symbol-browser/plugin.h,
15353         tagmanager/c.c,
15354         tagmanager/entry.h,
15355         tagmanager/tm_project.c,
15356         tagmanager/tm_symbol.c,
15357         tagmanager/tm_tag.c,
15358         tagmanager/tm_workspace.c,
15359         tagmanager/vstring.c,
15360         tagmanager/include/tm_tag.h,
15361         tagmanager/include/tm_workspace.h:
15362         
15363         - Fixed tagmanager parsing of source files to parse for typedefines and
15364         properly record element scopes. Implemented scope autocompletion
15365         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15366         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15367         patch list (author is unknown).
15368         - Implemented symbol-browser preferences for dynamically loading and
15369         saving tags API segments.
15370         - Fixed symbol-search to use tagmanager directly instead of depending
15371         on symbol-view for tags list.
15372         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15373         - Fixed TMSymbol to create the complete tags tree instead of letting the
15374         symbol-view created the root nodes.
15375         - Changed project tags cache name to .tm_project2.cache because the
15376         newer format records additional scope information.
15377         
15378 2005-02-07  Naba Kumar  <naba@gnome.org>
15380         * plugins/editor/style-editor.c,
15381         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15382         and GtkFontButton instead of deprecated widgets in
15383         style editor.
15384         
15385 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15387         * plugins/project-wizard/action.c,
15388         plugins/project-wizard/action.h,
15389         plugins/project-wizard/autogen.c,
15390         plugins/project-wizard/autogen.h,
15391         plugins/project-wizard/file.c,
15392         plugins/project-wizard/file.h,
15393         plugins/project-wizard/install.c,
15394         plugins/project-wizard/install.h,
15395         plugins/project-wizard/parser.h,
15396         plugins/project-wizard/parser.c,
15397         plugins/project-wizard/property.c,
15398         plugins/project-wizard/property.h,
15399         plugins/project-wizard/plugin.h,
15400         plugins/project-wizard/plugin.c,
15401         plugins/project-wizard/values.c,
15402         plugins/project-wizard/values.h:
15403         Replace C++ comments by C comments
15405         * plugins/project-wizard/autogen.c,
15406         plugins/project-wizard/autogen.h:
15407         Add a run time check of autogen version.
15408         Add UserName variable.
15410         * plugins/project-wizard/anjuta-project-wizard.glade,
15411         plugins/project-wizard/header.c,
15412         plugins/project-wizard/druid.c,
15413         plugins/project-wizard/druid.h:
15414         Sort project in alphabetic order.
15415         Correct selection troubles in notebooks.
15417         * plugins/project-wizard/parser.c:
15418         Add some check when reading the project header block.
15420 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15422         * plugins/project-wizard/action.c,
15423         plugins/project-wizard/action.h,
15424         plugins/project-wizard/autogen.c,
15425         plugins/project-wizard/autogen.h,
15426         plugins/project-wizard/file.c,
15427         plugins/project-wizard/file.h,
15428         plugins/project-wizard/install.c,
15429         plugins/project-wizard/parser.h,
15430         plugins/project-wizard/parser.c,
15431         plugins/project-wizard/property.c,
15432         plugins/project-wizard/property.h,
15433         plugins/project-wizard/values.c,
15434         plugins/project-wizard/values.h,
15435         Add a space between function name and open.
15437         * plugins/project-wizard/plugin.h,
15438         plugins/project-wizard/plugin.c,
15439         plugins/project-wizard/install.c,
15440         Avoid a crash if the user close the message view used by the .
15442         * plugins/project-wizard/anjuta-project-wizard,
15443         plugins/project-wizard/druid.c,
15444         plugins/project-wizard/druid.h,
15445         plugins/project-wizard/header.h,
15446         plugins/project-wizard/header.c,
15447         Add a text view with the description of each.
15448         Add a tab for each project.
15449         Replace some C++ comments to C comments.
15451 2005-02-05  Naba Kumar  <naba@gnome.org>
15453         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15454         New icon from Sebastien Granjoux .
15455         
15456 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15458         * libanjuta/anjuta-preferences.c:
15459         Set file property even without a focus out event (file selected 
15460         the browse dialog)
15462 2005-02-04  Naba Kumar  <naba@gnome.org>
15464         * plugins/glade/plugin.c: Fixed glade function calls.
15465         * configure.in: Fixed a typo.
15466         * TODO.tasks: Updated.
15468 2005-02-03  Naba Kumar  <naba@gnome.org>
15470         * plugins/project-manager/plugin.c: Fixed memory corruption.
15472         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15473         build error.
15474         
15475         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15476         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15477         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15478         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15480         * libanjuta/interfaces/libanjuta.idl,
15481         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15482         interface.
15483         
15484         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15486         Patch from Massimo Cora <maxcvs@email.it>:
15487         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15488         
15489 2005-02-01  Naba Kumar  <naba@gnome.org>
15491         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15492         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15493         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15494         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15495         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15496         from sourceforge -- a64 crash fixes (correct typing for GType)
15497         and fixes compile errors in sun.
15499         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15500         paste (shift+insert) in terminal.
15502 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15504         * configure.in: Add «nb» to ALL_LINGUAS.
15506 2005-02-01  Naba Kumar  <naba@gnome.org>
15508         * TODO.tasks, TODO: Updated todo tasks.
15509         
15510         * plugins/editor/anjuta-document-manager.glade: Improved search
15511         relace dialog.
15512         
15513         * TODO.tasks: Fixed xml format.
15514         
15515         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15516         work yet).
15517         
15518         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15519         cleanups.
15520         
15521         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15522         format during save (removed unwanted text nodes). Fixed scrollbars.
15524 2005-01-31  Naba Kumar  <naba@gnome.org>
15526         * libanjuta/interfaces/libanjuta.idl,
15527         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15528         Implemented append() method for IAnjutaEditor interface and fixed
15529         various bugs with text insertions (cvs diff and macro insertions).
15530         
15531         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15532         automatic indentation.
15533         
15534         * plugins/editor/action-callbacks.c,
15535         plugins/editor/action-callbacks.h,
15536         plugins/editor/anjuta-docman.c,
15537         plugins/editor/anjuta-document-manager.ui,
15538         plugins/editor/plugin.c,
15539         plugins/editor/text_editor.c,
15540         plugins/editor/text_editor.h,
15541         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15542         Fixed highlight issues.
15544         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15545         macro.
15546         
15547         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15549         * data/properties/*: Updated properties files from scite. Created
15550         styles.properties to override the scite styles.
15551         
15552         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15554         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15555         
15556 2005-01-30  Naba Kumar  <naba@gnome.org>
15558         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15559         unused definitions.
15560         
15561         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15562         
15563         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15564         plugins/editor/text_editor.c,
15565         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15566         fixed linuwidth preference setting, fixed insert text interface
15567         implementation. Improved automatice-indentation for cpp lexer.
15568         
15569         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15571 2005-01-29  Naba Kumar  <naba@gnome.org>
15573         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15574         option in update dialog as default. Improved import dialog. Sized
15575         log dialog.
15577         * configure.in: Fixed underquoted warning from autoconf.
15578         
15579         * plugins/editor/action-callbacks.c,
15580         plugins/editor/aneditor.cxx,
15581         plugins/editor/aneditor.h,
15582         plugins/editor/anjuta-document-manager.glade,
15583         plugins/editor/plugin.c,
15584         plugins/editor/plugin.h,
15585         plugins/editor/text_editor.c,
15586         plugins/editor/text_editor.h,
15587         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15588         for Editor and fixed all preferences syncronization and notifys for
15589         visible prefs (in editor preferences page).
15590         
15591         * plugins/file-loader/plugin.c: Load recent files on idle.
15593 2005-01-28  Naba Kumar  <naba@gnome.org>
15595         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15596         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15598         * plugins/editor/action-callbacks.c,
15599         plugins/editor/action-callbacks.h,
15600         plugins/editor/aneditor.cxx,
15601         plugins/editor/aneditor.h,
15602         plugins/editor/anjuta-document-manager.ui,
15603         plugins/editor/plugin.c,
15604         plugins/editor/text_editor.c,
15605         plugins/editor/text_editor.h,
15606         plugins/editor/text_editor_cbs.c,
15607         plugins/editor/text_editor_cbs.h,
15608         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15609         Text editor.
15611         Patch from Massimo Cora <maxcvs@email.it>:
15612         * plugins/editor/an_symbol_search.c,
15613         plugins/editor/an_symbol_search.c: Fixed crash bugs.
15614         
15615 2005-01-27  Naba Kumar  <naba@gnome.org>
15616         
15617         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15618         minimum size request to 200.
15620         * plugins/symbol-browser/an_symbol_info.c,
15621         plugins/symbol-browser/an_symbol_info.h,
15622         plugins/symbol-browser/an_symbol_search.c,
15623         plugins/symbol-browser/an_symbol_search.h,
15624         plugins/symbol-browser/an_symbol_view.c,
15625         plugins/symbol-browser/an_symbol_view.h,
15626         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15627         pixbuf retrieval. Fixed runtime warning. Code clean up.
15629 2005-01-27  Naba Kumar  <naba@gnome.org>
15631         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15632         src/anjuta.ui, (new) plugins/glade/.cvsignore,
15633         (new) plugins/glade/Makefile.am,
15634         (new) plugins/glade/anjuta-glade-plugin.png,
15635         (new) plugins/glade/anjuta-glade.plugin.in,
15636         (new) plugins/glade/anjuta-glade.ui,
15637         (new) plugins/glade/plugin.c,
15638         (new) plugins/glade/plugin.h,
15639         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
15640         now until glade3 works properly.
15642         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15643         they are generated.
15644         
15645 2005-01-26  Naba Kumar  <naba@gnome.org>
15647         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15648         Added mime icon for anjuta projects.
15649         
15650         patch from Massimo Cora <maxcvs@email.it>:
15651         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15652         an_symbol_search.h, an_symbol_view.c, plugin.c:
15653         Fix/implement objects destroying/freeing.
15655 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
15656         
15657         * src/action-callback.[ch], src/anjuta-actions.h:
15658         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15659         because it has not been updated for years and we know have a devhelp plugin
15660         which can do the job much better.
15661         * TODO.tasks: Updated done items
15663 2005-01-25  Naba Kumar  <naba@gnome.org>
15665         * autogen.sh: Fixed to generate interface files.
15667         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15668         session save filenames.
15669         
15670         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15671         
15672 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
15674         * plugins/project-wizard/Makefile.am,
15675         plugins/project-wizard/install.c,
15676         plugins/project-wizard/install.h,
15677         plugins/project-wizard/parser.c,
15678         plugins/project-wizard/parser.h,
15679         plugins/project-wizard/templates/terminal.wiz:
15680         Add action list block in wizard template
15681         * plugins/project-wizard/file.c,
15682         plugins/project-wizard/autogen.c:
15683         Small fixes
15685 2005-01-23  Naba Kumar  <naba@gnome.org>
15687         * configure.in: Fixed build error.
15689 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
15691         * plugins/project-wizard/druid.c,
15692         plugins/project-wizard/parser.c,
15693         plugins/project-wizard/property.c: Rewrite parser with
15694         better error handling
15696 2005-01-22  Naba Kumar  <naba@gnome.org>
15698         * plugins/symbol-browser/plugin.c: Changed c++ coments
15699         to c commnets and formated code to anjuta coding styles.
15700         
15701 2005-01-21  Naba Kumar  <naba@gnome.org>
15703         * configure.in, autogen.sh: Fixed build errors in newer automake.
15704         
15705         * plugins/editor/anjuta-docman.c: Do not emit change editor
15706         signal while in dispose.
15708         Patch from: Massimo Corà <maxcvs@email.it>
15709         * plugins/symbol-browser/Makefile.am,
15710         plugins/symbol-browser/an_symbol_view.c,
15711         plugins/symbol-browser/an_symbol_view.h,
15712         plugins/symbol-browser/plugin.c,
15713         plugins/symbol-browser/plugin.h,
15714         plugins/symbol-browser/test-symbol-browser.c,
15715         (new) plugins/symbol-browser/an_symbol_info.c,
15716         (new) plugins/symbol-browser/an_symbol_info.h,
15717         (new) plugins/symbol-browser/an_symbol_search.c,
15718         (new) plugins/symbol-browser/an_symbol_search.h:
15719         Added a cool real-time symbol-search-view in symbol browser.
15721 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15722         
15723         * plugin/macro/plugin.c
15724         plugin/macro/anjuta-macro-plugin.ui
15725         plugin/macro/macro-db.[ch]
15726         plugin/macro/macro-dialog.[ch]
15727         plugin/macro/macro-actions.[ch]
15728         plugin/macro/macro-edit.[ch]
15729         plugin/macro/plugin.[ch]:
15730         
15731         Implemented three menu items as Naba proposed:
15732         Edit->Macro->
15733                 Insert Macro: Pops of a border-less window to enter a shortcut
15734                 Add Macro: Same as Manage Macro => New
15735                 Manage Macros: Full-features macro dialog
15737 2005-01-20  Naba Kumar  <naba@gnome.org>
15739         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15740         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15741         libanjuta/anjuta-shell.h,
15742         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15743         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15744         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15745         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15746         src/main.c, src/shell.c: Implemented command line args processing
15747         and session management. Fixed geometry restoration.
15749 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15750         
15751         * plugins/macro/macro-db.c,
15752         plugins/macros.xml:
15753         Cleaned up XML interface and use attributes now for name, category and 
15754         shortcut. CDATA is used to avoid xml errors inside of macros.
15756 2005-01-19  Naba Kumar  <naba@gnome.org>
15758         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15760 2005-01-18  Naba Kumar  <naba@gnome.org>
15761         
15762         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15763         to work.
15765         * scintilla/*: Updated scintilla to current cvs and updated
15766         scintilla patches.
15767         
15768 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15769         
15770         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15771         plugins/cvs-plugin/cvs-actions.c:
15772         Added "Whole project" infrastructure but it does not
15773         work because I did not find a way to get the current project's
15774         root dir.
15776 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15778         * plugins/cvs-plugin/Makefile.am
15779         plugins/cvs-plugin/anjuta-cvs.plugin.in
15780         plugins/cvs-plugin/cvs-actions.c
15781         plugins/cvs-plugin/cvs-callbacks.c
15782         plugins/cvs-plugin/cvs-interface.[ch] (added)
15783         plugins/cvs-plugin/plugin.c:
15784         
15785         Added IAnjutaCVS interface and improved cvs plugin. There
15786         is still some work to do on cvs import and to add a current
15787         project toggle.
15789 2005-01-17  Naba Kumar  <naba@gnome.org>
15791         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15792         
15793         * configure.in: Fixed build errors.
15795         * data/Makefile.am,     (removed) data/README.stock_libs,
15796         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15797         (removed) data/header.c, (removed) data/stock_libs.anj,
15798         (removed) data/x-anjuta-project.desktop,
15799         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15801         * libanjuta/anjuta-plugin-description.c,
15802         libanjuta/anjuta-shell.c: Updated documentations.
15804         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15805         
15806         * libanjuta/anjuta-launcher.c,
15807         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15808         x86_64 systems.
15810 2005-01-17  Naba Kumar  <naba@gnome.org>
15811         
15812         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15813         plugins/project-wizard/templates/gtk.wiz,
15814         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15815         Updated templates to new format.
15816         
15817         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15818         * plugins/project-wizard/druid.c,
15819         plugins/project-wizard/parser.c,
15820         plugins/project-wizard/property.c,
15821         plugins/project-wizard/property.h,
15822         plugins/project-wizard/templates/terminal.wiz,
15823         plugins/project-wizard/templates/terminal/AUTHORS,
15824         plugins/project-wizard/templates/terminal/ChangeLog,
15825         plugins/project-wizard/templates/terminal/NEWS,
15826         plugins/project-wizard/templates/terminal/README,
15827         plugins/project-wizard/templates/terminal/project.anjuta,
15828         plugins/project-wizard/templates/terminal/src/main.c:
15829         Moveed code related to property types from druid.c and parser.c to 
15830         property.c. Changed tag from "<string ..." to
15831         "<property type="string..."     and so on. Rewrite parser
15832         (warning still in progress). Added list property. Changed
15833         terminal project to avoid using autogen on some file (much 
15834         faster) using the autogen attribute. Add a license list box in
15835         terminal project (just as an example). _label in item list is
15836         optional now.
15838 2005-01-16  Naba Kumar  <naba@gnome.org>
15840         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15841         plugins/edtior/anjuta-docman.c: Fixed build errors.
15842         
15843         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15844         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15845         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15846         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15847         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15848         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15849         libanjuta/resources.h,
15850         plugins/build-basic-autotools/build-basic-autotools.c,
15851         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15852         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15853         plugins/gtodo/plugin.c, src/Makefile.am,
15854         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15855         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15856         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15857         should be handled in respective plugins. Added API documentations.
15859         * libanjuta-docs.sgml, libanjuta-sections.txt,
15860         libanjuta.types,
15861         (added) tmpl/anjuta-debug.sgml,
15862         (added) tmpl/anjuta-launcher.sgml,
15863         tmpl/anjuta-plugin.sgml,
15864         tmpl/anjuta-preferences.sgml,
15865         tmpl/anjuta-shell.sgml,
15866         (added) tmpl/anjuta-status.sgml,
15867         (removed) tmpl/anjuta-stock.sgml,
15868         tmpl/anjuta-utils.sgml,
15869         (removed) tmpl/defaults.sgml,
15870         (removed) tmpl/fileselection.sgml,
15871         (removed) tmpl/gnomefilelist.sgml,
15872         tmpl/ianjuta-buildable.sgml,
15873         (added) tmpl/ianjuta-debugger-manager.sgml,
15874         (added) tmpl/ianjuta-debugger.sgml,
15875         tmpl/ianjuta-document-manager.sgml,
15876         tmpl/ianjuta-editor.sgml,
15877         tmpl/ianjuta-file.sgml,
15878         tmpl/ianjuta-loader.sgml,
15879         tmpl/ianjuta-markable.sgml,
15880         tmpl/ianjuta-message-view.sgml,
15881         (added) tmpl/ianjuta-project-manager.sgml,
15882         (added) tmpl/ianjuta-todo.sgml,
15883         (added) tmpl/ianjuta-wizard.sgml,
15884         tmpl/libanjuta-iface-marshallers.sgml,
15885         tmpl/libanjuta-unused.sgml,
15886         (removed) tmpl/pixmaps.sgml,
15887         tmpl/plugins.sgml,
15888         (removed) tmpl/properties.sgml,
15889         tmpl/resources.sgml: Updated API documentations.
15891 2005-01-15  Naba Kumar  <naba@gnome.org>
15893         * libanjuta/anjuta-launcher.c: Added API docs.
15894         
15895         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15896         plugins/project-wizard/templates/gtk.wiz,
15897         plugins/project-wizard/templates/terminal.wiz,
15898         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15899         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15900         plugins/project-wizard/templates/gtk/src/main.c,
15901         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15902         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15903         template files.
15905         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15906         * plugins/project-wizard/anjuta-project-wizard.glade,
15907         plugins/project-wizard/autogen.c,
15908         plugins/project-wizard/druid.c,
15909         plugins/project-wizard/druid.h,
15910         plugins/project-wizard/file.c,
15911         plugins/project-wizard/file.h,
15912         plugins/project-wizard/install.c,
15913         plugins/project-wizard/parser.c,
15914         plugins/project-wizard/plugin.c,
15915         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15916         setting the default project directory. Fix HIDDEN property, it's
15917         working but I think we could make this cleaner. Removed the
15918         copy of the string in mandatory_property. Add an optional autogen
15919         attribute, to force or avoid using autogen on some files, default
15920         without any attribute is autodetect.+ Replace the script tag with
15921         a normal file tag and an attribute execute.
15922         
15923 2005-01-14  Naba Kumar  <naba@gnome.org>
15925         * plugins/editor/action-callbacks.c,
15926         plugins/editor/search_incremental.c,
15927         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15928         works now.
15929         
15930         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15931         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15932         tabs.
15934 2005-01-12  Naba Kumar  <naba@gnome.org>
15936         * configure.in,
15937         plugins/project-wizard/templates/Makefile.am,
15938         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15939         plugins/project-wizard/templates/anjuta-plugin.wiz,
15940         (added) plugins/project-wizard/templates/gtk-logo.png,
15941         (added) plugins/project-wizard/templates/gtk.wiz,
15942         (added) plugins/project-wizard/templates/terminal-logo.png,
15943         plugins/project-wizard/templates/terminal.wiz,
15944         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15945         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15946         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15947         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15948         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15949         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15950         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15951         (added) plugins/project-wizard/templates/gtk/src/main.c,
15952         (added) plugins/project-wizard/templates/gtk/src/project.glade,
15953         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15954         GTK+ project templated and fixed other templates. Updated template
15955         logos.
15957 2005-01-12  Naba Kumar  <naba@gnome.org>
15959         * plugins/macro/anjuta-macro.glade: Improved GUI.
15960         
15961 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
15963         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15964         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15965         * plugins/cvs-plugin/cvs.[ch] (removed)
15966         Removed old unused files
15967         
15968         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15969         * plugins/cvs-plugin/cvs-actions.c
15970         * plugins/cvs-plugin/Makefile.am:
15971         Seperate callback functions for better error
15972         handling. Cleaned up code.
15973         
15974         * plugins/macro/macros.xml: removed corrupt cvs
15975         macros for now.
15977 2005-01-10  Naba Kumar  <naba@gnome.org>
15979         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15980         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15981         and leaks.
15983 2005-01-09  Naba Kumar  <naba@gnome.org>
15985         * libegg/egg-recent-action.c, libegg/test-actions.c,
15986         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15987         recent files models.
15988         
15989         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15990         two models -- one for projects and other for regular files and show
15991         both in recent files menu. Changed recent files group from "anjuta"
15992         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15993         when adding the URI in recent files.
15994         
15995         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15996         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15997         * plugins/macro/macro-dialog.c: Fixed dispose() method.
15998         * plugins/macro/macros.xml: Fixed xml errors.
16000 2005-01-08  Naba Kumar  <naba@gnome.org>
16001         
16002         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
16003         libegg/test-actions.c, libegg/menu/Makefile.am,
16004         libegg/menu/egg-recent-action.h: Added a new action for
16005         recent files.
16007         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
16008         Fixed dispose. Cleanup.
16009         
16010         * plugins/file-loader/anjuta-loader-plugin.ui,
16011         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16012         Use the new action for recent files. Added recent files in
16013         toolbar.
16015         * plugins/project-wizard/druid.c: Show busy cursor and
16016         de-sensitize druid buttons during page change.
16017         
16018         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16019         * plugins/project-wizard/Makefile.am,
16020         plugins/project-wizard/druid.c,
16021         plugins/project-wizard/druid.h,
16022         plugins/project-wizard/install.c,
16023         plugins/project-wizard/plugin.c,
16024         plugins/project-wizard/plugin.h,
16025         plugins/project-wizard/property.c,
16026         plugins/project-wizard/property.h,
16027         (added) plugins/project-wizard/values.c,
16028         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
16029         objects (in values.c and values.h) containing the values of all
16030         properties. The NPWProperty objects now keep their values in this
16031         object which is persistant for one activation of the plugin, so the
16032         user keeps all the values even if he goes backward. Used an anjuta
16033         message view to list all files copied by the project wizard.
16035 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
16037         * plugins/macro/plugin.[ch],
16038         plugins/macro/macro-dialog.[ch]
16039         plugins/macro/macro-edit.[ch]
16040         plugins/macro/macro-db.[ch]
16041         plugins/macro/macro-actions.[ch]
16042         plugins/macro/anjuta-macro.plugin.in
16043         plugins/macro/anjuta-macro.glade
16044         plugins/macro/anjuta-macro.png
16045         plugins/macro/Makefile.am
16046         plugins/macro/macros.xml
16047         plugins/macro/anjuta-macro.ui (all added)
16048         configure.in
16049         plugins/Makefile.am:
16050         Added new macro plugins
16051         
16052         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16053         New icon
16054         
16055         * manuals/reference/template (removed)
16056         Removed old api reference
16057         
16058         * plugins/message-view/message-view.c:
16059         "Fixed" crash in on_row_deleted and added a
16060         comment that I cannot work this way. We will
16061         have to change everything a bit to avoid losing
16062         memory there.
16063         
16064         * plugins/text-editor/text_editor.c:
16065         Update line number width on file save
16068 2005-01-07  Naba Kumar  <naba@gnome.org>
16070         * plugins/project-wizard/anjuta-project-wizard.glade,
16071         plugins/project-wizard/druid.c,
16072         plugins/project-wizard/templates/anjuta-plugin.wiz,
16073         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
16074         Display page description in bold. Fixed mandatory field check.
16076         * configure.in,
16077         libanjuta/libanjuta-1.0.pc.in,
16078         plugins/project-wizard/druid.c,
16079         plugins/project-wizard/parser.c,
16080         plugins/project-wizard/property.h,
16081         plugins/project-wizard/templates/anjuta-plugin.wiz,
16082         plugins/project-wizard/templates/terminal.wiz,
16083         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
16084         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
16085         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
16086         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
16087         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
16088         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16089         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16090         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16091         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16092         plugins/project-wizard/templates/terminal/configure.in.tpl,
16093         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
16094         plugins/project-wizard/templates/terminal/src/main.c: Implemented
16095         a new property type -- hidden. Fixed terminal and anjuta-plugin
16096         project templates.
16098 2005-01-07  Naba Kumar  <naba@gnome.org>
16100         * templates/anjuta-plugin.wiz,
16101         templates/terminal.wiz,
16102         templates/terminal/Makefile.am.tpl,
16103         templates/terminal/autogen.sh,
16104         (Removed) templates/terminal/configure.ac.tpl,
16105         (Added) templates/.cvsignore,
16106         (Added) templates/Makefile.am,
16107         (Added) templates/anjuta-plugin/.cvsignore,
16108         (Added) templates/anjuta-plugin/Makefile.am,
16109         (Added) templates/anjuta-plugin/src/.cvsignore,
16110         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16111         (Added) templates/terminal/.cvsignore,
16112         (Added) templates/terminal/Makefile.am,
16113         (Added) templates/terminal/configure.in.tpl,
16114         (Added) templates/terminal/po/.cvsignore,
16115         (Added) templates/terminal/po/ChangeLog,
16116         (Added) templates/terminal/po/Makefile.am,
16117         (Added) templates/terminal/po/POTFILES.in,
16118         (Added) templates/terminal/src/.cvsignore,
16119         (Added) templates/terminal/src/Makefile.am,
16120         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16121         project wizard. Fixed configure/po/Makefile template errors.
16123 2005-01-06  Naba Kumar  <naba@gnome.org>
16125         * configure.in: Added project templates.
16126         * plugins/project-wizard/templates/*: Added to project and renamed
16127         Makefile.am and configure.in to Makefile.am and configure.ac respectively
16128         for the project templates (so that they do not conflict with autotools
16129         build. Created proper configure.ac.tpl and autogen.sh for project
16130         templates.
16131         
16132 2005-01-06  Naba Kumar  <naba@gnome.org>
16134         * plugins/project-wizard/anjuta-project-wizard.glade,
16135         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16136         Fixed file list parsing and to take absolute file paths (for example,
16137         from an icon selected previously). Used toggle buttons for boolean
16138         properties. Check if all mandatory fields are given before going
16139         forward in the wizard. Use scrollable viewport for listing property
16140         widgets incase the list goes out of wizard's size. Added tooltips
16141         as descriptions of the property widgets. And other fixes.
16143         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16144         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16145         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16146         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16147         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16148         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16149         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16150         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16151         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16152         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16153         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16154         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16155         Restructured template files.
16157 2005-01-06  Naba Kumar  <naba@gnome.org>
16159         * configure.in: Added check for autogen.
16160         
16161         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16162         in dispose.
16163         
16164         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16165         Do not emit changed signal when in dispose.
16167         * plugins/symbol-browser/plugin.c: Don't updated symbols when
16168         symbol-view widget has been destroyed.
16169         
16170         * src/anjuta-app.c: Set null to preference, status and ui object
16171         pointers when they are destroyed.
16173         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16174         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16175         Added boolean, integer and file property types.
16176         
16177         * plugins/project-wizard/Makefile.am,
16178         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16179         project wizard templates.
16181 2005-01-04  Naba Kumar  <naba@gnome.org>
16183         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16184         added widgets.
16185         
16186         * plugins/editor/aneditor.cxx,
16187         plugins/editor/anjuta-docman.c,
16188         plugins/editor/plugin.c,
16189         plugins/editor/text_editor.c:
16190         Removed unnecessary ref/unref of scintilla.
16191         
16192         * plugins/message-view/anjuta-msgman.c,
16193         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16194         make close button similar to document manager.
16195         
16196         * plugins/project-manager/plugin.c,
16197         plugins/project-manager/plugin.h: Removed dead codes. Removed
16198         unnecessary ref/unref.
16199         
16200         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16201         instead of hard refs.
16203 2005-01-03  Naba Kumar  <naba@gnome.org>
16205         * libanjuta/interfaces/libanjuta.idl: Added configure() and
16206         generate() methods for IAnjutaBuildable interface.
16208         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16209         IAnjutaBuildable inteface.
16211         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16212         to destroy build context when message view is destroyed.
16213         
16214         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16215         a ref to it and unref in destructor. AnEditor class wants to be the
16216         owner of scintilla widget. Fixed compile warnings with signed/unsigned
16217         comparisions.
16218         
16219         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16220         complicate the scene. Removed editor widget from AnjutaDocman when
16221         the widget is destroyed.
16222         
16223         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16224         from shell. It will be removed from shell when the widget is destroyed.
16225         
16226         * plugins/editor/text_editor.c: Added debug codes to track object
16227         finalizations.
16229         * plugins/message-view/anjuta-msgman.c: Remove message view on
16230         widget destroy. Destroy message view on remove. Removed all views
16231         correctly.
16232         
16233         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16234         from container.
16236 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16238         * plugins/file-wizard/action-callbacks.c,
16239         plugins/file-wizard/anjuta-file-wizard.glade,
16240         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16241         Insert Licence, copyright, header template ...
16242         
16243 2005-01-02  Naba Kumar  <naba@gnome.org>
16245         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16246         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16247         anjuta_status_add_widget() to allow setting busy cursor on non
16248         toplevel windows.
16250         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16252         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16253         mime types to take text/source also.
16254         
16255         * plugins/editor/anjuta-docman.c,
16256         plugins/editor/anjuta-docman.h,
16257         plugins/editor/plugin.c,
16258         plugins/editor/text_editor.c,
16259         plugins/editor/text_editor.h,
16260         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16261         AnjutaStatus and set busy cursor on editors.
16263         * plugins/file-loader/Makefile.am,
16264         plugins/file-loader/plugin.c,
16265         (added) plugins/file-loader/dnd.c,
16266         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16268         * src/anjuta.c: Hide anjuta window before destruction.
16270         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16271         * configure.in, plugins/Makefile.am,
16272         (removed) plugins/project-wizard/appwiz_page1.c,
16273         (removed) plugins/project-wizard/appwiz_page2.c,
16274         (removed) plugins/project-wizard/appwiz_page3.c,
16275         (removed) plugins/project-wizard/appwiz_page4.c,
16276         (removed) plugins/project-wizard/appwizard.c,
16277         (removed) plugins/project-wizard/appwizard.h,
16278         (removed) plugins/project-wizard/appwizard_cbs.c,
16279         (removed) plugins/project-wizard/appwizard_cbs.h,
16280         (removed) plugins/project-wizard/appwizard_gui.c,
16281         (removed) plugins/project-wizard/gnome_project.c,
16282         (removed) plugins/project-wizard/gnome_project.h,
16283         (removed) plugins/project-wizard/wizard_gui.c,
16284         (removed) plugins/project-wizard/wizard_gui.h,
16285         (added) plugins/project-wizard/.cvsignore,
16286         (added) plugins/project-wizard/Makefile.am,
16287         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16288         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16289         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16290         (added) plugins/project-wizard/applogo.png,
16291         (added) plugins/project-wizard/appwizard.png,
16292         (added) plugins/project-wizard/autogen.c,
16293         (added) plugins/project-wizard/autogen.h,
16294         (added) plugins/project-wizard/druid.c,
16295         (added) plugins/project-wizard/druid.h,
16296         (added) plugins/project-wizard/file.c,
16297         (added) plugins/project-wizard/file.h,
16298         (added) plugins/project-wizard/header.c,
16299         (added) plugins/project-wizard/header.h,
16300         (added) plugins/project-wizard/install.c,
16301         (added) plugins/project-wizard/install.h,
16302         (added) plugins/project-wizard/parser.c,
16303         (added) plugins/project-wizard/parser.h,
16304         (added) plugins/project-wizard/plugin.c,
16305         (added) plugins/project-wizard/plugin.h,
16306         (added) plugins/project-wizard/property.c,
16307         (added) plugins/project-wizard/property.h: Removed old application-wizard
16308         codes and added new template based (autogen based) project wizard
16309         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16311 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16313         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16314         * plugins/cvs-plugin/cvs-execute.c:
16315         Fix cvs_log which did not work because of some
16316         glade problem
16317         Patch from Mark R. Pariente <markpariente@cmu.edu>
16318         - Fix message highlighting
16320 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16321         
16322         * template/*,
16323         date/template/*,
16324         configure.in:
16325         Removed template stuff completly because we dicussed to implement
16326         a macro system for Edit->Insert Text
16328 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16329         
16330         * plugins/editor/aneditor.cxx,
16331         plugins/editor/text_editor.c:
16332         Set line number width dynamically
16333         * src/about.c:
16334         Prepered new GTK 2.6 about dialog
16336 2004-12-30  Naba Kumar  <naba@gnome.org>
16338         patch from: Massimo Corà  <maxcvs@email.it>
16339         * plugins/editor/aneditor.cxx: Highlights correct function
16340         argument in recursive calltips.
16342 2004-12-30  Naba Kumar  <naba@gnome.org>
16344         * plugins/symbol-browser/plugin.c,
16345         libanjuta/interfaces/libanjuta.idl,
16346         plugins/editor/text_editor.c: Fixed editor markers and added a new
16347         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16348         mark the line visited.
16349         
16350         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16351         libegg/Makefile.am, libegg/eggcomboselect.c,
16352         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16353         widget for use with symbol view in toolbar.
16354         
16355         * plugins/cvs-plugin/anjuta-cvs.ui,
16356         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16357         placeholder for cvs plugin context menu in filemanager.
16358         
16359 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16360         
16361         * plugins/cvs-plugin/plugin.c:
16362         Show popup menu only if the file is contained in
16363         a directory containing a "CVS" directory
16365 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16366         
16367         * plugins/cvs-plugin/cvs-action.[ch],
16368         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16369         * plugins/cvs-plugin/anjuta-cvs.ui,
16370         * plugins/cvs-plugin/plugin.c:
16371         Implemented "Import"
16372         
16373         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16374         Added right-click-menu for file-manager
16376 2004-12-26  Naba Kumar  <naba@gnome.org>
16378         * src/action-callbacks.c, src/action-callbacks.h,
16379         src/anjuta-actions.h, src/anjuta-app.c,
16380         src/anjuta.ui: Added fullscreen action.
16382         * plugins/cvs-plugin/cvs-actions.c,
16383         plugins/cvs-plugin/plugin.c,
16384         plugins/cvs-plugin/plugin.h: Watches current editor,
16385         project and file manager selection in plugin
16386         implementation.
16387         
16388 2004-12-26  Naba Kumar  <naba@gnome.org>
16390         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16391         src/action-callbacks.c: Fixed app finalization. Added a
16392         command line arg --proper-shutdown (-p), which when set
16393         will release all plugins and their resources (this option
16394         is mainly for debugging).
16395         
16396         * plugins/file-loader/plugin.c: Fixed filename duplications
16397         in recent files history.
16398         
16399         * plugins/profile-default/plugin.c: Disabled problematic
16400         plugins for now to load at startup.
16401         
16402         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16403         annoying debug prints.
16404         
16405 2004-12-23  Naba Kumar  <naba@gnome.org>
16407         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16408         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16409         plugins/cvs-plugin/anjuta-cvs.ui,
16410         plugins/cvs-plugin/cvs-actions.c,
16411         plugins/cvs-plugin/cvs-actions.h,
16412         plugins/cvs-plugin/cvs-execute.c,
16413         plugins/cvs-plugin/cvs-execute.h,
16414         plugins/cvs-plugin/Makefile.am,
16415         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16416         Added cvs log command.
16418 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16419         
16420         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16421         default
16423 2004-12-20  Naba Kumar  <naba@gnome.org>
16425         patch from: Massimo Corà  <maxcvs@email.it>
16426         * plugins/editor/aneditor.cxx: Added recursive calltips.
16428 2004-12-20  Naba Kumar  <naba@gnome.org>
16429         
16430         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16431         Show busy cursor during loading and unloading.
16432         
16433 2004-12-19  Naba Kumar  <naba@gnome.org>
16435         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16436         memory leaks. Disabled debug print.
16438         * plugins/symbol-browser/an_symbol_view.c,
16439         plugins/symbol-browser/plugin.c,
16440         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16441         problems. Creates SymbolView object every time when the
16442         plugin is activated.
16444         * plugins/project-manager/plugin.c: Close project when
16445         deactivating.
16446         
16447 2004-12-18  Naba Kumar  <naba@gnome.org>
16449         * po/POTFILES.in: Removed commented lines.
16450         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16451         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16452         * plugins/gdb/plugin.c: Fixed compile error.
16453         
16454         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16455         * libegg/eggcellrendererkeys.c: Fixed compile error.
16456         
16457 2004-12-18  Naba Kumar  <naba@gnome.org>
16459         * plugins/file-loader/plugin.c: Fixed loading bug.
16460         
16461         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16462         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16463         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16464         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16465         and corruptions. Fixed loading and unloading of plugins.
16466         
16467 2004-12-17  Naba Kumar  <naba@gnome.org>
16468         
16469         * plugins/file-loader/Makefile.am,
16470         plugins/file-loader/plugin.c,
16471         plugins/project-manager/plugin.c: Fixed memory corruption
16472         and disposition codes. Added missing plugin.h in Makefile.am.
16474 2004-12-16  Naba Kumar  <naba@gnome.org>
16476         * plugins/symbol-browser/an_symbol_view.c,
16477         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16478         codes. Fixed memory leaks and corruptions.
16480         * plugins/build-basic-autotools/build-basic-autotools.c
16481         plugins/editor/anjuta-docman.c,
16482         plugins/editor/text_editor.c,
16483         plugins/file-loader/plugin.c,
16484         plugins/file-manager/plugin.c,
16485         plugins/file-wizard/plugin.c,
16486         plugins/message-view/anjuta-msgman.c,
16487         plugins/message-view/anjuta-msgman.h,
16488         plugins/message-view/message-view.c,
16489         plugins/message-view/plugin.c,
16490         plugins/message-view/plugin.h,
16491         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16493         * src/about.c, src/about.h, src/action-callbacks.c,
16494         src/action-callbacks.h, src/anjuta-actions.h,
16495         src/anjuta-app.c, src/anjuta-app.h,
16496         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16497         src/anjuta.c, src/anjuta.h, src/getline.c, 
16498         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16499         src/start-with.c, src/start-with.h: Fixed emacs modes.
16501         * src/layout.xml: Brought document manager in front.
16502         
16503 2004-12-15  Naba Kumar  <naba@gnome.org>
16505         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16506         properly removed.
16507         
16508         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16509         finalization. Added a method to unload all plugins and destroy them.
16510         Fixed memory leaks.
16511         
16512         * plugins/sample1/plugin.c: Proper finalization code and renamed
16513         functions to proper names.
16514         
16515         * plugins/build-basic-autotools/build-basic-autotools.c,
16516         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16518         * src/shell.c: Unload all plugins on exit, so that memory profilers
16519         can detect memory leaks in plugins.
16521 2004-12-13  Naba Kumar  <naba@gnome.org>
16523         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16524         docking is working.
16525         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16526         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16528 2004-12-11  Naba Kumar  <naba@gnome.org>
16530         * data/properties/anjuta.properties: Fixed font size.
16531         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16532         compile file function. There are some fixmes there.
16533         * plugins/message-view/anjuta-msgman.c,
16534         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16535         
16536 2004-12-08  Naba Kumar  <naba@gnome.org>
16538         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16539         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16540         to escape quotes in a string.
16541         
16542         * plugins/cvs-plugin/cvs-actions.c,
16543         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16544         cvs diff command.
16546         * plugins/build-basic-autotools/build-basic-autotools.c,
16547         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16548         filters.
16549         
16550 2004-12-07  Naba Kumar  <naba@gnome.org>
16552         * plugins/build-basic-autotools/build-basic-autotools.c,
16553         plugins/build-basic-autotools/automake-c.filters: Completed directory
16554         tracking. Double click on Errors and warnings now work as expected.
16556         * plugins/build-basic-autotools.c: Added codes to track build directory
16557         so that absolute path of the files could be determined.
16559 2004-12-06  Naba Kumar  <naba@gnome.org>
16561         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16562         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16563         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16564         
16565 2004-12-05  Naba Kumar  <naba@gnome.org>
16567         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16568         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16569         
16570         * plugins/cvs-plugin/plugin.c,
16571         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16572         
16573 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16574         
16575         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16576         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16577         plugins/cvs-plugin/cvs-execute.[ch]:
16578         Implemented cvs status and cvs diff
16579         Known bugs:
16580         - rdiff command is not correct
16581         - Must find a way to allow selection of directies AND files 
16582         in GtkFileChooser
16584 2004-12-03  Naba Kumar  <naba@gnome.org>
16586         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16587         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16588         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16589         session.properties file if it is for the first time.
16590         
16591 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16592         
16593         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16594         commit.
16595         
16596         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16597         plugins/cvs-plugin/anjuta-cvs.ui:
16598         Implemented update/commit and changed menu layout 
16600 2004-12-02  Naba Kumar  <naba@gnome.org>
16602         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16603         property name (for cvs path property). Beautified dialogs.
16605 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
16606         
16607         * plugins/message-view/anjuta-msgman.c: Changed callback name
16608         and changed switch-page handling.
16609         
16610         * plugins/cvs-plugin/cvs-actions.c:
16611         * plugins/cvs-plugin/cvs-execute.c:
16612         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16613         - Implemented cvs add and cvs removed - both working now
16614         - Created a useful preferences page
16615         
16617 2004-11-30  Naba Kumar  <naba@gnome.org>
16619         * libanjuta/anjuta-status.c: Fixed runtime warning.
16620         
16621         * plugins/editor/Makefile.am:
16622         plugins/editor/anjuta-document-manager.glade,
16623         plugins/editor/plugin.c
16624         plugins/editor/plugin.h
16625         plugins/editor/style-editor.c (new, moved from src/),
16626         plugins/editor/style-editor.h (new, moved from src/),
16627         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16628         settings in preferences.
16630         * plugins/editor/text_editor.c,
16631         plugins/editor/text_editor.h: Do not take unused args in
16632         text_editor_get_props().
16634         * src/style-editor.c, src/style-editor.h: Removed, moved to
16635         plugins/editor/ directory.
16637 2004-11-29  Naba Kumar  <naba@gnome.org>
16639         * plugins/editor/text_editor_cbs.c: Emit click signal in
16640         IAnjutaMarkable.
16641         * libanjuta/anjuta-status.c: More spacing between items.
16642         
16643 2004-11-29  Naba Kumar  <naba@gnome.org>
16645         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
16646         
16647         * libanjuta/interfaces/libanjuta.idl,
16648         plugins/debug-manager/anjuta-debug-manager.plugin.in,
16649         plugins/debug-manager/plugin.c,
16650         plugins/gdb/breakpoints.c,
16651         plugins/gdb/breakpoints.h,
16652         plugins/gdb/debugger.c,
16653         plugins/gdb/debugger.h,
16654         plugins/gdb/plugin.c,
16655         plugins/gdb/plugin.h,
16656         plugins/gdb/utilities.c,
16657         plugins/gdb/utilities.h: Code cleanups and partial implementation of
16658         toggle breakpoint margin clicks.
16660 2004-11-28  Naba Kumar  <naba@gnome.org>
16662         * TODO.tasks: Fixed indentations.
16663         * plugins/gtodo/libgtodo.c: Save with indentation.
16664         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16665         * plugins/project-manager/plugin.c: Fixed runtime warnings.
16666         * libanjuta/anjuta-status.c: Fixed busy cursors.
16667         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16668         * po/POTFILES.in: Updated.
16669         
16670 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16671         
16672         * plugins/editor/anjuta-document-manager.glade,
16673           plugins/editor/search-replace.[c,h], 
16674           plugins/editor/search-replace_backend.h
16675           plugins/editor/search-preferences.[c,h] :
16676           Saved Search-Preferences (gconf),
16677           Basic search by default.
16679 2004-11-22  Naba Kumar  <naba@gnome.org>
16681         * configure.in: Fixed build error.
16683 2004-11-21  Naba Kumar  <naba@gnome.org>
16685         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16686         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16687         Added AnjutaStatus class to libanjuta.
16688         Added anjuta_shell_get_status() method.
16689         
16690         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16691         and fixed marshaller generation.
16692         
16693         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16694         "updade_ui" signals to IAnjutaEditor interface.
16695         
16696         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16697         
16698         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16699         regexes.
16700         
16701         * plugins/class-gen/clsGen.c: Intial port.
16702         
16703         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16704         name.
16705         
16706         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16707         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16708         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16709         Implemented status update. Emits "update_ui" and "char_added" signals.
16710         Added view preferences.
16711         
16712         * plugins/file-loader/plugin.c: Added open with plugins in open with
16713         menus.
16714         
16715         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16716         
16717         * plugins/message-view/anjuta-msgman.c,
16718         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16719         to close correct message view rather than current view.
16721 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16722         
16723         * plugins/cvs-plugin/cvs-actions.c
16724         plugins/cvs-plugin/plugin.[ch]
16725         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16726         Implemented cvs add but ran into a launcher/message_view
16727         problem because of a limitation of the idl compiler
16729 2004-11-19  Naba Kumar  <naba@gnome.org>
16731         * plugins/project-manager/plugin.c: Displays a progress window during
16732         project load.
16733         
16734         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16735         Fixed UI separators.
16736         
16737         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16738         UI placeholder.
16739         
16740         * plugins/project-manager/anjuta-project-manager.ui,
16741         plugins/project-manager/plugin.[c,h]: Added add/remove context
16742         menus and implemented them. Added file manager merge menu.
16744 2004-11-18  Naba Kumar  <naba@gnome.org>
16746         * TODO.tasks: Updated.
16747         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16748         plugins/message-view/message-view.c: Fixed finalize and dispose
16749         methods.
16750         * plugins/debugger/*: Removed from cvs (development now in
16751         debug-manager).
16753 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16755         Reviewed by Naba Kumar  <naba@gnome.org>:
16756         
16757         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16758         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16759         plugins/gdb/breakpoints.c: all marker related stuff moved from
16760         editor and docman interfaces to IAnjutaMarkable
16762 2004-11-17  Naba Kumar  <naba@gnome.org>
16764         * TODO.tasks: Updated.
16765         
16766         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16767         
16768         * libegg/egg-combo-action.c: Block changed signal when changing model.
16769         
16770         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16771         Emit changed signal. Removed dead codes.
16772         
16773         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16774         that recent files history do not duplicate.
16775         
16776         * plugins/symbol-browser/an_symbol_view.c,
16777         plugins/symbol-browser/an_symbol_view.h,
16778         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16779         Fixed a bug.
16781 2004-11-15  Naba Kumar  <naba@gnome.org>
16783         * plugins/project-manager/plugin.c: Opens targets on double click.
16784         
16785         * plugins/message-view/message-view.c,
16786         plugins/file-manager/anjuta-file-manager-plugin.glade,
16787         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16788         Added proper class finalization
16789         and disposition. Added preferences notifications and callbacks to
16790         change info/warning/error colors.
16791         
16792         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16793         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16794         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16795         Implemented finalize method for AnjutaApp. Code cleanups.
16796         
16797         * plugins/message-view/plugin.c: Static parent_class.
16798         
16799 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16800         * plugins/editor/search-replace.[c,h], 
16801           plugins/editor/search-replace_backend.c
16802           Update search entry in main toolbar.
16803           Clean code.
16805 2004-11-11  Naba Kumar  <naba@gnome.org>
16807         * TODO.tasks: Updated.
16809         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16810         and completed on-the-fly-change preferences. Removed "changed"
16811         signal as it is no longer necessary (use notify for similar
16812         purpose to monitor individual preferences).
16814         
16815         * plugins/editor/anjuta-document-manager.glade: Added view menu
16816         preferences so that they are registered.
16817         
16818         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16819         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16820         connection to "changed" signal of preferences and implemented
16821         notifications for some editor preferences. More to implement.
16823 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16824         * plugins/editor/print.c
16825         Fixed bug 1047624 : Add line number every X lines.
16827 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16828         * plugins/editor/search-replace.c
16829         Fixed a crash bug (995755) when searching "%n"
16831 2004-11-09  Naba Kumar  <naba@gnome.org>
16833         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16834         Fixed to refresh categories list on file load.
16836 2004-11-08  Naba Kumar  <naba@gnome.org>
16837         
16838         * configure.in, plugins/Makefile.am,
16839         plugins/profile-default/plugin.c: Added cvs plugin in build.
16840         
16841         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16842         
16843         * plugins/debug-manager/.cvsignore: Added file to ignore.
16844         
16845         * plugins/debug-manager/Makefile.am: Removed dead codes.
16846         
16847         * src/anjuta.ui: Added placeholder for version control UI.
16849 2004-11-08  Naba Kumar  <naba@gnome.org>
16851         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16852         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16853         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16854         Updated.
16856         * global-tags/Makefile.am: Fixed make error.
16858         * plugins/profile-default/plugin.c: Added debug-manager
16859         and gdb plugins to load at startup so that debugger
16860         windows are docked properly. They will be removed
16861         later when we figure out runtime docking.
16863         * plugins/sample1/*: Restored to last working state.
16865         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16866         windows in lower pane. Named the windows appropriately.
16868         * ChangeLog: Fixed format.
16869         
16870 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16872         * libanjuta/interfaces/libanjuta.idl,
16873         libanjuta/anjuta-marshal.c,
16874         plugins/Makefile.am,
16875         plugins/debug-manager/plugin.c,
16876         plugins/editor/plugin.c,
16877         plugins/editor/text_editor.c,
16878         plugins/gdb/breakpoints.c,
16879         plugins/gdb/debugger.c,
16880         plugins/gdb/plugin.c,
16881         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16883 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16884         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16885         plugins/editor/search-replace.c,
16886         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16887         Search and Replace; Show result in find pane
16888           
16889 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16890         
16891         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16892         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16893         (added features: starting debugger and loading of core/executable,
16894         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16895         partially works)
16897 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16898         
16899         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16900         my cvs-plugin files...
16901         I hope I have rescued everything possible.
16902         
16903         * Naba: Could you please fix sample1 because I messed it up to 
16904         but there should be a histroy of this directory we should commit
16906 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16907         
16908         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16909         infrastructure
16910         * plugins/cvs-plugin/plugin.c,
16911         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16912         Added preferences dialog (not yet complete)
16914 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16915         
16916         * global-tags/Makefile.am, mime/Makefile.am:
16917         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16918         
16919         * template/xmltemplate.[ch],
16920         template/xmlstrings.[ch],
16921         template/autotools.[ch] removed,
16922         template/prj_template.[ch] removed,
16923         template/lang_template.[ch] removed,
16924         template/lib_template.[ch] removed,
16925         template/Makefile.am adjusted,
16926         template/dtds/lang.dtd removed, 
16927         template/dtds/lib.dtd removed,
16928         template/dtds/prj.dtd removed,
16929         template/dtds/autotools.dtd removed,
16930         data/template/lib/* removed,
16931         data/template/language/* removed,
16932         data/template/library/* removed,
16933         data/template/project/* removed,
16934         date/template/Makefile.am adjusted:
16935         Remove everything except text-templates to replace hardcoded 
16936         Edit->Insert texts with dynamic loaded.
16938         * plugins/cvs-plugin/plugin.[ch],
16939         plugins/cvs-actions.[ch],
16940         plugins/Makefile.am,
16941         plugins/cvs-plugin/Makefile.am,
16942         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16943         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16944         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16945         Added initial cvs-plugin code
16947 2004-10-21  Naba Kumar  <naba@gnome.org>
16948         
16949         * libanjuta/anjuta-plugin.c,
16950         plugins/build-basic-autotools/build-basic-autotools.c,
16951         plugins/debugger/plugin.c,
16952         plugins/devhelp/plugin.c,
16953         plugins/editor/anjuta-docman.c,
16954         plugins/editor/goto_line.c,
16955         plugins/editor/plugin.c,
16956         plugins/editor/search-replace.c,
16957         plugins/editor/text_editor.c,
16958         plugins/file-loader/plugin.c,
16959         plugins/file-manager/plugin.c,
16960         plugins/file-wizard/file.c,
16961         plugins/file-wizard/plugin.c,
16962         plugins/gdb/plugin.c,
16963         plugins/gtodo/plugin.c,
16964         plugins/message-view/anjuta-msgman.c,
16965         plugins/profile-default/plugin.c,
16966         plugins/project-manager/plugin.c,
16967         plugins/sample1/plugin.c,
16968         plugins/terminal/terminal.c: Defined all global variables static,
16969         particularly class parent_class variables. They were getting
16970         confused at link time.
16972         * libanjuta/plugins.c: Do not unload plugins when they are
16973         deactivated. Simply cache them for later activation. Unloading
16974         modules have some problem with shared libs using static class
16975         registration. Fixed hash type for installed plugins. Eventually,
16976         we want to add "CanUnload" attribute for .plugin files (in
16977         "Anjuta Plugin" group) to let plugin loader know if the plugin can
16978         be unloaded from memory. Those plugins declaring CanUnload=false
16979         will not be unloaded from memory and will be put in the cache. Those
16980         not declaring anything or declaring CanUnload=true, will be unloaded
16981         from memory when they are deactivated.
16983         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16984         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16985         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16986         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16987         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16988         activation, deactivation. Fixed memory leaks.
16990 2004-10-20  Naba Kumar  <naba@gnome.org>
16992         * TODO.tasks: Updated.
16993         
16994         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16995         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16996         macro for adding interfaces to plugin types. Code cleanup.
16997         
16998         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16999         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17000         
17001         * plugins/build-basic-autotools/build-basic-autotools.c,
17002         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
17003         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17004         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
17005         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
17006         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
17007         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
17008         plugins/project-manager/plugin.c,
17009         plugins/symbol-browser/an_symbol_view.c,
17010         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
17011         newly defined macro to add interfaces to plugin types.
17013         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
17015 2004-10-20  Naba Kumar  <naba@gnome.org>
17017         * TODO.tasks: Added task list.
17018         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
17019         default values.
17021 2004-10-19  Naba Kumar  <naba@gnome.org>
17023         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
17024         
17025         * plugins/editor/action-callbacks.c,
17026         plugins/editor/action-callbacks.h,
17027         plugins/editor/anjuta-docman.c,
17028         plugins/editor/anjuta-docman.h,
17029         plugins/editor/anjuta-document-manager.ui,
17030         plugins/editor/file_history.c,
17031         plugins/editor/file_history.h,
17032         plugins/editor/plugin.c: Added file history browsing.
17033         
17034         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
17035         
17036         * plugins/message-view/anjuta-message-manager.ui,
17037         plugins/message-view/plugin.c: Added document manager context menu.
17038         
17039         * plugins/symbol-browser/an_symbol_view.c,
17040         plugins/symbol-browser/an_symbol_view.h,
17041         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17042         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
17043         document manager context menu.
17044         
17045         * scintilla/*, scintilla/include/*: Updated to current cvs.
17046         
17047 2004-10-19  Naba Kumar  <naba@gnome.org>
17049         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
17050         placeholder for debugger UI.
17051         
17052         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
17053         * plugins/file-manager/plugin.c: Fixed loading bug.
17054         
17055         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
17056         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
17057         Initializes gconf database with default values when the
17058         values are not defined. Use bool and int prefs separately.
17060         * plugins/editor/plugin.c: Added encoding preferences.
17061         * plugins/project-manager/plugin.c: Cleanup and debug messages.
17063         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17064         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17065         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17066         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17068 2004-10-18  Naba Kumar  <naba@gnome.org>
17070         * po/POTFILES.in: Updated.
17071         
17072         * libanjuta/anjuta-ui.c: Corrected debug messages.
17073         
17074         * libegg/egg-combo-action.c, libegg/test-actions.c,
17075         libegg/menu/egg-combo-action.h: Fixed combo action.
17076         
17077         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
17078         Fixed format.
17079         
17080         * plugins/editor/action-callbacks.[c,h],
17081         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
17082         Implemented file swap. Removed dead codes.
17083         
17084         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
17085         dead codes.
17086         
17087         * plugins/symbol-browser/an_symbol_view.[c,h],
17088         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17089         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
17090         Implemented file symbols. Implemented goto file line when symbol is
17091         selected.
17092         
17093         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
17094         
17095 2004-10-10  Naba Kumar  <naba@gnome.org>
17097         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
17098         
17099         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
17100         
17101         * plugins/debugger/.cvsignore,
17102         (added) plugins/debugger/Makefile.am,
17103         (added) plugins/debugger/anjuta-debugger.glade,
17104         (added) plugins/debugger/anjuta-debugger.plugin.in,
17105         (added) plugins/debugger/anjuta-debugger.plugin.png,
17106         (added) plugins/debugger/anjuta-debugger.ui,
17107         plugins/debugger/attach_process.c,
17108         (removed) plugins/debugger/attach_process_cbs.c,
17109         (removed) plugins/debugger/attach_process_cbs.h,
17110         (removed) plugins/debugger/breakpoints.c,
17111         (removed) plugins/debugger/breakpoints.h,
17112         (removed) plugins/debugger/debug_tree.c,
17113         (removed) plugins/debugger/debug_tree.h,
17114         (removed) plugins/debugger/debugger.c,
17115         (removed) plugins/debugger/debugger.h,
17116         (removed) plugins/debugger/memory.c,
17117         (removed) plugins/debugger/memory.h,
17118         (added) plugins/debugger/plugin.c,
17119         (added) plugins/debugger/plugin.h,
17120         (removed) plugins/debugger/registers.c,
17121         (removed) plugins/debugger/registers.h,
17122         (removed) plugins/debugger/registers_cbs.c,
17123         (removed) plugins/debugger/registers_cbs.h,
17124         (removed) plugins/debugger/registers_gui.c,
17125         (removed) plugins/debugger/sharedlib.c,
17126         (removed) plugins/debugger/sharedlib.h,
17127         (removed) plugins/debugger/sharedlib_cbs.c,
17128         (removed) plugins/debugger/sharedlib_cbs.h,
17129         (removed) plugins/debugger/sharedlib_gui.c,
17130         (removed) plugins/debugger/signals.c,
17131         (removed) plugins/debugger/signals.h,
17132         (removed) plugins/debugger/signals_cbs.c,
17133         (removed) plugins/debugger/signals_cbs.h,
17134         (removed) plugins/debugger/signals_gui.c,
17135         (removed) plugins/debugger/stack_trace.c,
17136         (removed) plugins/debugger/stack_trace.h,
17137         (added) plugins/debugger/utilities.c,
17138         (added) plugins/debugger/utilities.h,
17139         (removed) plugins/debugger/watch.c,
17140         (removed) plugins/debugger/watch.h,
17141         (removed) plugins/debugger/watch_cbs.c,
17142         (removed) plugins/debugger/watch_cbs.h,
17143         (removed) plugins/debugger/watch_gui.c,
17144         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17145         
17146         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17147         Added debugger gdb backend plugin.
17148         
17149         * plugins/message-view/plugin.c: Registered all message stock icons.
17150         
17151         * plugins/profile-default/plugin.c: Loads debugger plugin.
17152         
17153         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17155 2004-10-08  Naba Kumar  <naba@gnome.org>
17157         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17158         information.
17159         
17160         * plugins/symbol-browser/.cvsignore,
17161         plugins/symbol-browser/Makefile.am,
17162         plugins/symbol-browser/an_symbol_view.c,
17163         plugins/symbol-browser/an_symbol_view.h,
17164         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17165         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17166         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17167         plugins/symbol-browser/plugin.c,
17168         plugins/symbol-browser/plugin.h,
17169         plugins/symbol-browser/sv_class.xpm,
17170         plugins/symbol-browser/sv_function.xpm,
17171         plugins/symbol-browser/sv_macro.xpm,
17172         plugins/symbol-browser/sv_private_fun.xpm,
17173         plugins/symbol-browser/sv_private_var.xpm,
17174         plugins/symbol-browser/sv_protected_fun.xpm,
17175         plugins/symbol-browser/sv_protected_var.xpm,
17176         plugins/symbol-browser/sv_public_fun.xpm,
17177         plugins/symbol-browser/sv_public_var.xpm,
17178         plugins/symbol-browser/sv_static_fun.xpm,
17179         plugins/symbol-browser/sv_static_var.xpm,
17180         plugins/symbol-browser/sv_struct.xpm,
17181         plugins/symbol-browser/sv_unknown.xpm,
17182         plugins/symbol-browser/sv_variable.xpm,
17183         plugins/symbol-browser/test-symbol-browser.c,
17184         plugins/Makefile.am: Implemented Symbol
17185         browser plugin.
17186         
17187         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17188         
17189         * plugins/build-basic-autotools/Makefile.am,
17190         plugins/devhelp/Makefile.am,
17191         plugins/editor/Makefile.am,
17192         plugins/file-loader/Makefile.am,
17193         plugins/file-manager/Makefile.am,
17194         plugins/file-wizard/Makefile.am,
17195         plugins/gtodo/Makefile.am,
17196         plugins/message-view/Makefile.am,
17197         plugins/profile-default/Makefile.am,
17198         plugins/project-manager/Makefile.am
17199         plugins/sample1/Makefile.am,
17200         plugins/terminal/Makefile.am,
17201         scintilla/Makefile.am,
17202         libegg/Makefile.am,
17203         launcher/Makefile.am,
17204         libanjuta/Makefile.am,
17205         src/Makefile.am,
17206         tagmanager/Makefile.am,
17207         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17208         anjuta_data_dir in configure.in and used them in plugins Makefile.am
17209         files. Also fixed library dependencies.
17210         
17211         * plugins/editor/aneditor.cxx: Disabled unused codes.
17212         * plugins/file-manager/an_file_view.c: Added copyright.
17213         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17214         
17215         * plugins/profile-default/plugin.c: Can load plugins by location.
17216         * plugins/project-manager/plugin.c: Remove project_root_uri value
17217         when project is closed.
17218         
17219 2004-10-06  Naba Kumar  <naba@gnome.org>
17221         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17222         
17223         * libanjuta/interfaces/libanjuta.idl,
17224         plugins/editor/text_editor.c: Added get_length()
17225         and get_current_word() methods in IAnjutaEditor interface.
17226         
17227         * libegg/Makefile.am: Added test_actions target.
17228         
17229         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17230         
17231         * plugins/build-basic-autotools/build-basic-autotools.c,
17232         plugins/file-loader/plugin.c,
17233         plugins/message-view/message-view.c: Added code to go to file and
17234         line number,
17235         
17236         * plugins/devhelp/plugin.c: Context sensitive help now works.
17237         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17238         uri as line number and goes to that line number.
17239         
17240         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17241         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17242         gtodo_client_load() method to load from a diffrent file. Watched 
17243         project root directory in plugin to open TODO.tasks of the project.
17244         
17245         * plugins/project-manager/plugin.c: Updates project UI
17246         sensitive/insensitive.
17248         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17249         anjuta-shell program to test plugins.
17250         
17251         * src/anjuta-app.c: Registered UI accels.
17252         
17253 2004-09-28  Naba Kumar  <naba@gnome.org>
17255         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17256         method.
17257         
17258         * src/anjuta-app.c: Implemented present widget method.
17259         
17260         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17261         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17262         
17263         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17264         added editor.
17265         
17266         * plugins/editor/text_editor.c: Connects to preferences changed signal
17267         correctly.
17268         
17269 2004-09-28  Naba Kumar  <naba@gnome.org>
17270         
17271         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17272         print code.
17273         
17274         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17275         size to 5 pix.
17276         
17277         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17278         in changed signal callback.
17279         
17280         * plugins/editor/action-callbacks.c: Implemented save_all action
17281         callback. Removed dead code. Do save_as when saving a new file.
17282         Implemented incremental search.
17283         
17284         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17285         
17286         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17287         
17288         * src/anjuta-app.c: Registers UI accelerators.
17289         
17290 2004-09-27  Naba Kumar  <naba@gnome.org>
17292         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17293         
17294         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17295         plugins/devhelp/anjuta-devhelp.plugin.in,
17296         plugins/file-loader/anjuta-loader.plugin.in,
17297         plugins/file-manager/anjuta-file-manager.plugin.in,
17298         plugins/gtodo/anjuta-gtodo.plugin.in,
17299         plugins/project-manager/anjuta-project-manager.plugin.in,
17300         plugins/terminal/anjuta-terminal.plugin.in:
17301         Gave proper plugin names.
17303         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17304         error when regex fail.
17305         
17306         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17307         Added help and context search. Watches current editor. More menus
17308         in Help submenu. Update UI (sensitive when required) properly.
17309         
17310         * plugins/editor/anjuta-document-manager.ui,
17311         plugins/devhelp/anjuta-devhelp.ui,
17312         plugins/message-view/anjuta-message-manager.ui,
17313         src/anjuta.ui: Goto menu actions are in separate submenu.
17314         
17315         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17316         Removed unimplemented UI elements.
17317         
17318         * src/anjuta-app.c: Larger (and normal) icon size.
17319         
17320         * src/layout.xml: Task manager plugin along with document (in middle).
17321         
17322         * plugins/editor/plugin.c, plugins/file-loader.c,
17323         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17324         in gtkactions. Enable/disable UI properly.
17325         
17326 2004-09-26  Naba Kumar  <naba@gnome.org>
17328         * po/POTFILES.in: Updated, added missing files.
17330         * .cvsignore: Updated.
17331         
17332         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17333         a new function to get User input text.
17334         
17335         * libanjuta/resources.[c,h]: Added a function to created sized image.
17336         
17337         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17338         from filename, as thats the correct representation.
17339         
17340         * plugins/build-basic-autotools/Makefile.am,
17341         (added) plugins/build-basic-autotools/automake-c.filters,
17342         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17343         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17344         Rearragned UI elements in the build menu. Added codes to read build
17345         filter rules from external file. Implemented all build, configure,
17346         autogen commands. Watches current editor and project.
17347         
17348         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17349         Added editor changed signal and exports current editor value.
17350         Fixed parameter names. Fixed get_uri() interface implementation to
17351         return correct uri.
17352         
17353         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17354         elements.
17355         
17356         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17357         
17358         * plugins/file-manager/an_file_view.c,
17359         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17360         
17361         * plugins/file-wizard/file.c: Reads uri correctly.
17362         
17363         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17364         sets the page to the new view.
17365         
17366         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17367         Fixed signal connecting.
17368         
17369         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17370         to "project_root_uri" and exports as uri.
17371         
17372 2004-09-24  Naba Kumar  <naba@gnome.org>
17374         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17375         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17376         in correct way.
17377         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17378         * plugins/file-loader/plugin.c: Added comments.
17379         * plugins/build-basic-autotools/plugin.c: Added comments.
17380         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17381         
17382         * libanjuta/interfaces/libanjuta.idl,
17383         plugins/message-view/anjuta-msgman.c,
17384         plugins/message-view/message-view.c,
17385         plugins/message-view/message-view.h,
17386         plugins/message-view/plugin.c: Buffering and appending messages have
17387         been separated. message-view implementations cleaned up. Signals
17388         Emissions fixed. Messages now displayed in summary and details show
17389         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17390         API.
17391         
17392         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17393         preferences.
17394         
17395         * plugins/build-basic-autotools/Makefile.am,
17396         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17397         parsing of output to create message summaries. Uses new message view
17398         API.
17399         
17400         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17401         preferences to make dialog box smaller.
17402         
17403         * plugins/editor/search-replace.c: Fixed compile error with change
17404         in IAnjutaMessageView API.
17405         
17406 2004-09-21  Naba Kumar  <naba@gnome.org>
17408         * plugins/Makefile.am: Deletes old (installed) plugins before
17409         installing new ones.
17410         
17411         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17412         plugins/build-basic-autotools/build-basic-autotools.c,
17413         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17414         file URI from filemanager. Only disables/enables build submenu in file
17415         manager, instead of merging/unmerging.
17416         
17417         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17418         non-text files.
17419         
17420         * plugins/file-loader/anjuta-loader-plugin.ui,
17421         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17422         Implemented "Open with" file manager submenu. Displays error message
17423         when file can not be opened.
17424         
17425         * plugins/file-manager/an_file_view.c: Renamed
17426         file_manager_current_filename value name to file_manager_current_uri
17427         and exports proper URI.
17428         
17429         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17431 2004-09-19  Naba Kumar  <naba@gnome.org>
17433         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17434         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17435         save point signal to change editor tabs. Fixed accels.
17436         
17437         * plugins/file-loader/plugin.c: Fixed accels.
17439         * plugins/project-manager/plugin.c: Added target selection callback.
17440         
17441         * plugins/project-manager/plugin.c: Added URI activation.
17442         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17443         Fixed dialog and closed it on ok. Fixed a crash bug.
17444         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17446         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17447         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17448         plugins/file-loader/anjuta-loader-plugin.ui,
17449         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17450         Added recent files in file loade plugin.
17451         
17452         * ChangeLog: Fixed entry dates.
17453         
17454 2004-09-18  Naba Kumar  <naba@gnome.org>
17456         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17457         an unnecessary GtkFrame.
17458         
17459 2004-09-17  Naba Kumar  <naba@gnome.org>
17461         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17463         * TODO: Updated.
17464         
17465         * data/Makefile.am: Disabled installing old mime info.
17466         
17467         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17468         
17469         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17470         plugins/editor/anjuta-document-manager.ui,
17471         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17472         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17473         Added Editor context popup menu.
17474         
17475         * plugins/project-manager/anjuta-project-manager-plugin.png:
17476         Update image.
17477         
17478         * plugins/project-manager/anjuta-project-manager.plugin.in:
17479         Support .anjuta mime type.
17480         
17481         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17482         value.
17483         
17484         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17485         value.
17486         
17487         * src/layout.xml, plugins/profile-default/plugin.c:
17488         Added project manager plugin for startup.
17490 2004-09-16  Naba Kumar  <naba@gnome.org>
17491         
17492         * anjuta.prj: Updated.
17493         
17494         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17495         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17496         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17497         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17498         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17499         plugins/terinal/Makefile.am, src/Makefile.am,
17500         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17501         Fixed makefile syntax errors.
17503 2004-09-16  Naba Kumar  <naba@gnome.org>
17505         * configure.in, src/layout.xml,
17506         plugins/profile-default/plugin.c,
17507         libanjuta/interfaces/libanjuta.idl,
17508         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17509         
17510         * configure.in, plugins/Makefile.am,
17511         plugins/project-manager/.cvsignore, 
17512         plugins/project-manager/Makefile.am,
17513         plugins/project-manager/anjuta-project-manager-plugin.png,
17514         plugins/project-manager/anjuta-project-manager.plugin.in,
17515         plugins/project-manager/anjuta-project-manager.ui,
17516         plugins/project-manager/plugin.c,
17517         plugins/project-manager/plugin.h: Added project manager plugin
17518         based on gnome-build.
17519         
17520         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17521         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17522         
17523         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17524         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17525         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17526     
17527 2004-09-16  Naba Kumar  <naba@gnome.org>
17529         * plugins/editor/action-callbacks.c: Fixed compile error.
17530         
17531 2004-09-15  Naba Kumar  <naba@gnome.org>
17533         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17534         
17535         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17536         New improved splace with nicer progress.
17537         
17538         * configure.in, plugins/Makefile.am,
17539         (added) file-wizard/.cvsignore,
17540         (added) file-wizard/Makefile.am,
17541         (added) file-wizard/action-callbacks.c,
17542         (added) file-wizard/action-callbacks.h,
17543         (added) file-wizard/anjuta-file-wizard-plugin.png,
17544         (added) file-wizard/anjuta-file-wizard.glade,
17545         (added) file-wizard/anjuta-file-wizard.plugin.in,
17546         (added) file-wizard/anjuta-file-wizard.ui,
17547         (added) file-wizard/file.c,
17548         (added) file-wizard/file.h,
17549         (added) file-wizard/plugin.c,
17550         (added) file-wizard/plugin.h:
17551         Created new file wizard and added it. The wizard takes care of text
17552         bit insertions and new files creation.
17554         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17555         plugins/editor/action-callbacks.h,
17556         plugins/editor/anjuta-document-manager.glade,
17557         plugins/editor/anjuta-document-manager.ui,
17558         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17559         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17560         new files code and moved into a new plugin (file wizard).
17561         
17562         * libanjuta/plugins.[c,h]: Added plugins selection function.
17563         
17564         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17565         get_position(), insert() in IAnjutaEditor interface. Added
17566         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17567         interface (for wizard plugins).
17569         * plugins/file-loader/anjuta-loader-plugin.ui,
17570         plugins/file-loader/plugin.c: Added wizard launcher interface which
17571         scans for plugins implement IAnjutaWizard interface and presents the
17572         list to user for selection. The selected plugin is then activated
17573         for the wizard.
17575         * libanjuta/interfaces/.cvsignore: Updated.
17576         * plugins/message-view/.cvsignore: Updated.
17577         * plugins/launcher/*: Removed as launcher has already been moved to
17578         libanjuta as class.
17580         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17581         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17582         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17583         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17584         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17585         Updated API documentations.
17587 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17589         * configure.in: Added Punjabi to ALL_LINGUAS
17591 2004-07-29  Naba Kumar  <naba@gnome.org>
17593         * configure.in: Added file-loader plugin Makefile path and
17594         fixed devhelp version requirement.
17596 2004-07-28  Naba Kumar  <naba@gnome.org>
17598         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17599         terminal/preferences-terminal.png (added), message-view/*.png (added),
17600         message-view/*.xpm (added), editor/*.png (added),
17601         editor/*.xpm (added), plugins/editor/Makefile.am,
17602         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17603         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17604         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17605         respective plugins directories.
17607         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17608         pixmaps/block-end-16.png, pixmaps/block-end.png
17609         pixmaps/block-start-16.png, pixmaps/block-start.png
17610         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17611         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17612         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17613         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17614         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17615         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17616         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17617         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17618         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17619         pixmaps/preferences-editor.png, pixmaps/undock.png
17620         pixmaps/error-next-16.png, pixmaps/error-next.png
17621         pixmaps/error-prev-16.png, pixmaps/error-prev.png
17622         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17623         pixmaps/preferences-terminal.png: Deleted
17625         * libanjuta/properties* (removed), plugins/editor/properties* (added),
17626         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17627         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17628         plugins/editor/anjuta-document-manager.plugin.in,
17629         plugins/editor/anjuta-document-manager.ui,
17630         plugins/editor/plugin.c, plugins/editor/print.c,
17631         plugins/editor/search-replace_backend.c,
17632         plugins/editor/search_preferences.h,
17633         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17634         Moved properties souce files to editor plugin as it not required in
17635         libanjuta. Other editor fixes.
17637         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17638         libegg/dock/* (removed)
17639         : Restored GDL external dependencies and removed libegg dock
17640         sources, because gdl is being developed.
17641         
17642         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17643         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17644         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17645         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17646         libanjuta/plugins.c, libanjuta/plugins.h,
17647         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17648         gconf system. Shell now takes docking positions. Added more utility
17649         functions. Added plugins query function. And other fixes.
17651         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17652         
17653         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17654         plugin to load files based on mime type.
17655         
17656         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17657         
17658         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17659         plugins/file-manager/plugin.c: File manager now uses file loader to
17660         open files.
17662         * plugins/message-view/anjuta-msgman.c,,
17663         plugins/message-view/message-view.c,
17664         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17666         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17667         plugins/terminal/terminal.c, src/Makefile.am,
17668         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17669         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17670         
17671         * libegg/dock/*: Removed directory.
17672         
17673 2004-07-28  Naba Kumar  <naba@gnome.org>
17675         * configure.in: Reduced gnome-print version requirement.
17676         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17678 2004-07-21  Ray Strode  <rstrode@redhat.com>
17679         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17680         new mime sytem.
17682 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
17683         
17684         * plugins/editor/search-replace.c: Some fixes
17685         * plugins/terminal/Makefile.am:
17686         Patch from: Alexey Rusakov <ktirf@users.sf.net>
17688 2004-05-19  Naba Kumar  <naba@gnome.org>
17690         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17691         compiler warning.
17693 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
17695         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17696         Implemented IAnjutaSavable
17697         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17699 2004-05-17  Naba Kumar  <naba@gnome.org>
17701         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17702         plugins/build-basic-autotools/.cvsignore,
17703         plugins/build-basic-autotools/Makefile.am,
17704         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17705         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17706         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17707         plugins/build-basic-autotools/build-basic-autotools.c,
17708         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17709         build plugin.
17710         
17711         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17712         definition.
17713         
17714         * plugins/file-manager/an_file_view.c,
17715         plugins/file-manager/anjuta-file-manager.ui,
17716         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17717         Added context menu UI.
17718         
17719         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17720         in view menu.
17722 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17723         
17724         * libanjuta/anjuta-preferences.[ch]: 
17725         Added save/load_gconf functions
17726         * src/action_callbacks.[ch], src/preferences.c: 
17727         Load global prefs from gconf at startup and save them
17728         on exit. Prefs load and save correctly but something resets
17729         them to default after loading...
17730         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17731         Somehow the linker does not find save/load_gconf functions
17732         in libanjuta. Must be a stupid mistake, I would be glad
17733         if someone could fix that.
17734         * manuals/reference/libanjuta-sections.txt: Added new
17735         preferences functions and removed gnome-filelist
17736         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17737         * plugins/file-manager/plugin.c:
17738         Added root-path property
17740 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17741         
17742         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17743         they are not longer needed.
17744         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17745         anjuta-sections.txt: Remove references to the files
17746         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17747         Use new nautilus icons for file-manager, looks incredible
17748         cool!
17750 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17751         
17752         * plugins/editor/anjuta-docman.c: gchar* to 
17753         const gchar* in arguments
17754         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17755         Interface
17756         * plugins/file-manager/an_file_view.c: Open files on
17757         double-click. Does not work yet because it does not
17758         find IAnjutaFile interface in document manager
17760 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17761         
17762         * plugins/editor/anjuta-docman.c
17763         * plugins/editor/text_editor.c:
17764         Made close button working, made multiple selection in
17765         File/Open dialog possble, fixed crash bug if file cannot
17766         be opened.
17768 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17769         
17770         * plugins/editor/action-callbacks.c
17771         * plugins/editor/anjuta-docman.c
17772         * plugins/editor/anjuta-docman.h
17773         * plugins/editor/search-replace.c
17774         * plugins/editor/search-replace_backend.c
17775         * plugins/editor/text_editor.c
17776         * plugins/editor/text_editor.h:
17777         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17778         able to open all files, use uri instead of full_filename, fixed
17779         many bugs.
17782 2004-05-13  Naba Kumar  <naba@gnome.org>
17784         * plugins/message-view/anjuta-message-manager-plugin.glade:
17785         HIG compliant.
17787         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17788         management.
17790         * pixmaps/anjuta_splash.png: Added border.
17791         
17792         * plugins/editor/anjuta-document-manager.png: New icon.
17793         
17794         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17795         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17796         
17797         plugins/editor/Makefile.am,
17798         plugins/editor/search-replace.c,
17799         plugins/editor/search-replace.h,
17800         plugins/editor/search-replace_backend.c,
17801         plugins/editor/search-replace_backend.h,
17802         plugins/editor/search_preferences.h,
17803         plugins/editor/search_preferences.c: Merged changes from
17804         ANJUTA_1_2_0 branch.
17805         
17806         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17807         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17808         operational.
17810         * plugins/terminal/Makefile.am,
17811         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17812         dialog.
17813         
17814         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17815         submenu.
17817 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17818         * plugins/message-view/plugin.c: Fixed glade file loading
17819         Removed "Show messages" menu item
17820         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17821         twice because of this load system layout hack.
17822         * libanjuta/anjuta-ui.h: Removed #include config.h
17823         * libanjuta/libanjuta.pc: Fixed path and depencies
17824         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17825         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17826         * libanjuta/properties.cxx : #include "properties_cxx.h"
17827         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17829 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17830         * plugins/message-view/*: Fixed message view preferences
17831         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17832         * anjuta.glade: Removed messages stuff
17834 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17835         
17836         * Removed libanjutamm, it is now hosted on SF.net:
17837         cvs.sf.net/cvsroot/anjuta/libanjutamm
17839 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17840         
17841         * libanjutamm/*
17842         Added some experimental code to add support for C++ plugins.
17843         Nothing works yet and it is likely that it will disappear but
17844         I have some questions to murrayc and he wants to see the code.
17846 2004-05-11  Naba Kumar  <naba@gnome.org>
17848         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17850         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17851         hightlight style menu actions.
17853         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17854         manuals/reference/libanjuta/plugin-description-file.sgml,
17855         manuals/reference/libanjuta/writing-plugins.sgml,
17856         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17857         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17858         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17860         * src/anjuta-app.c: Always load system layout for now.
17862         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17863         
17864         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17865         manuals/reference/libanjuta/libanjuta-sections.txt,
17866         manuals/reference/libanjuta/libanjuta.types,
17867         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17868         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17869         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17870         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17871         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17872         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17873         Updated documentation.
17875         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17876         plugins/profile-default/plugin.c, src/layout.xml:
17877         Created terminal plugin.
17878          
17879         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17880         (new) plugins/file-manager/.cvsignore,
17881         plugins/file-manager/an_file_view.c,
17882         plugins/file-manager/plugin.c,
17883         plugins/file-manager/plugin.h: Moved preferences to separate
17884         glade file and added cvsignore file.
17885         
17886         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17887         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17888         from the branch. I tried it     but there were way too many conflicts.
17889         
17890         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17891         
17892         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17893         util functions required during the merge.
17894         
17895         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17896         interface.
17897         
17898         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17899         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17900         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17901         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17902         Merged with ANJUTA_1_2_0 branch.
17904 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17906         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17908 2004-05-07  Naba Kumar  <naba@gnome.org>
17910         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17912         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17913         Added preferences reading and loading.
17914         
17915         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17916         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17917         libanjuta/fileselection.c, libanjuta/fileselection.h,
17918         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17919         
17920         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17922         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17923         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17924         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17925         data/macros/autogen.sh, data/macros2/autogen.sh
17926         data/properties/ada.properties, data/properties/anjuta.properties,
17927         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17928         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17929         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17930         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17931         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17932         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17933         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17934         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17935         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17936         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17937         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17938         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17939         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17940         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17941         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17942         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17943         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17944         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17945         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17946         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17947         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17948         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17949         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17950         (added) scintilla/scintilla-marshal.c,
17951         (added) scintilla/scintilla-marshal.h,
17952         (added) scintilla/scintilla-marshal.list,
17953         scintilla/include/SString.h, scintilla/include/SciLexer.h,
17954         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17955         (added) scintilla/patches/scintilla-calltip-align.patch,
17956         (added) scintilla/patches/scintilla-minor.patch,
17957         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17959 2004-05-06  Naba Kumar  <naba@gnome.org>
17961         * (added) plugins/file-manager/Makefile.am,
17962         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17963         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17964         (added) plugins/file-manager/anjuta-file-manager.ui,
17965         (added) plugins/file-manager/plugin.c,
17966         (added) plugins/file-manager/plugin.h,
17967         (removed) plugins/file-manager/an_file_view.h,
17968         plugins/Makefile.am, configure.in,
17969         plugins/file-manager/an_file_view.c: Created file manager plugin.
17970         
17971         * plugins/profile-default/plugin.c: Added file manager plugin in default
17972         profile.
17973         
17974         * libanjuta/Makefile.am: Fixed dependencies.
17975         * pixmaps/anjuta_splash.png: New splash screen.
17977 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
17978         
17979         * template/template.c/h: Added in-line doc
17980         * manuals/reference/template/*: Added template documentation
17981         * configure.in: Build template docs
17983 2004-05-05  Naba Kumar  <naba@gnome.org>
17985         * autogen.sh: Added commands to generate initial interfaces.
17986         
17987         * libanjuta/Makefile.am,
17988         (removed)libanjuta/anjuta-plugin-parser.c,
17989         (removed)libanjuta/anjuta-plugin-parser.h,
17990         (added)libanjuta/anjuta-plugin-description.c,
17991         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17992         plugin description.
17993         
17994         * libanjuta/anjuta-plugin.c,
17995         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17996         
17997         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17998         and added AnjutaShellPlacement enum for widgeds placement (passed to 
17999         widget add_widget() method.
18000         
18001         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
18002         and moved plugin sets loading in profile plugins.
18003         
18004         * libanjuta/interfaces/.cvsignore,
18005         (removed)libanjuta/interfaces/Makefile.am,
18006         libanjuta/interfaces/libanjuta.idl,
18007         libanjuta/interfaces/anjuta-idl-compiler.pl,
18008         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
18009         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
18010         (removed)libanjuta/interfaces/ianjuta-editor.c,
18011         (removed)libanjuta/interfaces/ianjuta-editor.h,
18012         (removed)libanjuta/interfaces/ianjuta-file.c,
18013         (removed)libanjuta/interfaces/ianjuta-file.h,
18014         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
18015         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
18016         (removed)libanjuta/interfaces/ianjuta-message-view.c,
18017         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
18018         *.h and Makefile.am files. They are autogenerated. Interfaces are
18019         by anjuta-idl-compiler.pl from libanjuta.idl file.
18020         
18021         * manuals/reference/libanjuta/Makefile.am,
18022         manuals/reference/libanjuta/anjuta-architecture.sgml,
18023         manuals/reference/libanjuta/libanjuta-docs.sgml,
18024         manuals/reference/libanjuta/libanjuta-sections.txt,
18025         manuals/reference/libanjuta/libanjuta.types,
18026         manuals/reference/libanjuta/plugin-description-file.sgml,
18027         manuals/reference/libanjuta/writing-plugins.sgml,
18028         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
18029         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
18030         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18031         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18032         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18033         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
18034         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
18035         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
18036         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
18037         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
18038         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18039         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18040         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
18041         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
18042         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
18043         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
18044         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
18045         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
18046         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18047         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
18048         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
18049         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18050         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
18051         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
18052         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
18053         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
18054         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
18055         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
18056         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
18057         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
18058         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
18059         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18060         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
18061         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
18062         interfaces template sgmls.
18063         
18064         * plugins/Makefile.am,
18065         plugins/devhelp/anjuta-devhelp.plugin.in,
18066         plugins/devhelp/plugin.c,
18067         plugins/editor/action-callbacks.c,
18068         plugins/editor/anjuta-document-manager.plugin.in,
18069         plugins/editor/plugin.c,
18070         plugins/editor/plugin.h,
18071         plugins/editor/text_editor.c,
18072         plugins/sample1/plugin.c,
18073         plugins/message-view/anjuta-message-manager.plugin.in,
18074         plugins/message-view/plugin.c: Fixed shell add_widget method to take
18075         placement. Fixed other errors.
18076         
18077         * (added)plugins/profile-default/.cvsignore,
18078         (added)plugins/profile-default/Makefile.am,
18079         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
18080         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
18081         (added)plugins/profile-default/anjuta-default-profile.ui,
18082         (added)plugins/profile-default/plugin.c,
18083         (added)plugins/profile-default/plugin.h: Added a default new
18084         profile plugin.
18085         
18086         * src/Makefile.am,
18087         src/action-callbacks.c,
18088         src/anjuta-app.c,
18089         src/anjuta.c,
18090         src/main.cpp: Fixed necessary changes for libanjuta
18092 2004-05-04  Naba Kumar  <naba@gnome.org>
18094         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
18095         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
18096         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
18097         placement for default widgets placements.
18099 2004-05-03  Naba Kumar  <naba@gnome.org>
18101         * manuals/reference/libanjuta/anjuta-architecture.sgml,
18102         manuals/reference/libanjuta/libanjuta-docs.sgml,
18103         manuals/reference/libanjuta/plugin-description-file.sgml,
18104         manuals/reference/libanjuta/writing-plugins.sgml:
18105         Wrote more sections in writing-plugins document and fixed errors.
18107 2004-05-03  Naba Kumar  <naba@gnome.org>
18109         * libanjuta/interfaces/libanjuta.idl: Added interface
18110         IAnjutaFileManager.
18111         
18112         * manuals/reference/libanjuta/anjuta-architecture.dia,
18113         manuals/reference/libanjuta/anjuta-architecture.png: Updated
18114         architecture diagram.
18115         
18116         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18117          manuals/reference/libanjuta/libanjuta-docs.sgml,
18118         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18119         (added) manuals/reference/libanjuta/writing-plugins.sgml:
18120         Wrote writing-plugins document and separated chapters into
18121         separate sgml files.
18122         
18123         * plugins/file-manager/an_file_view.c,
18124         plugins/file-manager/an_file_view.h: New and improved directory
18125         rendering.
18127 2004-05-02  Sven Herzberg  <herzi@abi02.de>
18129         * anjuta.glade: re-designed the new file dialog
18130         * anjuta_dialogs_strings.c: new strings from the new file dialog
18132 2004-04-30  Naba Kumar  <naba@gnome.org>
18134         * libanjuta/interfaces/Makefile.am.iface,
18135         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18136         
18137         * libanjuta/interfaces/libanjuta.idl: Updated.
18139         * libanjuta/interfaces/Makefile.am.iface,
18140         libanjuta/interfaces/libanjuta.idl: Updated.
18142 2004-04-29  Naba Kumar  <naba@gnome.org>
18143         
18144         * libanjuta/interfaces/Makefile.am.iface,
18145         libanjuta/interfaces/libanjuta.idl: Updated.
18147 2004-04-29  Naba Kumar  <naba@gnome.org>
18149         * libanjuta/interfaces/giface-idlc-c.pl,
18150         libanjuta/interfaces/libanjuta.idl: Upgraded.
18151         * libanjuta/interfaces/Makefile.am.iface: Added.
18152         
18153 2004-04-28  Naba kumar  <naba@gnome.org>
18155         * libanjuta/interfaces/giface-idlc-c.pl,
18156         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18157         definitions and wrote a compiler.
18158         
18159 2004-04-28  Naba Kumar  <naba@gnome.org>
18161         * libanjuta/anjuta-shell.c: Fixed docs.
18162         * libanjuta/interfaces/Makefile.am,
18163         libanjuta/interfaces/ianjuta-file.c,
18164         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18165         
18166         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18167         
18168         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18170         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18171         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18172         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18173         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18174         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18175         * src/anjuta-app.c: Fixed bug.
18177 2004-04-27  Naba Kumar  <naba@gnome.org>
18179         * libanjuta/anjuta-preferences-dialog.c,
18180         manuals/Makefile.am: Fixed document bugs and enabled docs
18181         building.
18183         * libanjuta/anjuta-preferences-dialog.c,
18184         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18185         More documentation.
18186         
18187         * libanjuta/anjuta-preferences.c,
18188         manuals/reference/libanjuta/libanjuta-docs.sgml,
18189         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18190         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18191         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18192         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18193         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18194         Wrote more documentations.
18196         * (removed) plugins/message-view/imessage-view.c,
18197         (removed) plugins/message-view/ianjuta-msgman.c,
18198         plugins/message-view/Makefile.am,
18199         plugins/message-view/anjuta-msgman.c,
18200         plugins/message-view/anjuta-msgman.h,
18201         plugins/message-view/message-view.c,
18202         plugins/message-view/message-view.h,
18203         plugins/message-view/plugin.c,
18204         plugins/message-view/plugin.h: Moved interface implementations
18205         in their respective classes and used correct macros to
18206         defined class types.
18208         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18209         src/action-callbacks.c, src/anjuta-app.c: Subclassed
18210         AnjutaUI from GtkUIManager instead of GtkDialog.
18212         * manuals/reference/libanjuta/Makefile.am,
18213         manuals/reference/libanjuta/libanjuta-docs.sgml,
18214         manuals/reference/libanjuta/libanjuta-sections.txt,
18215         manuals/reference/libanjuta/libanjuta.types,
18216         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18217         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18218         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18219         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18220         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18221         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18222         Wrote more documentation, fixed typos, added architecture
18223         diagram, updated object types etc.
18225         * plugins/editor/text_editor.c: Fixed interface implementation.
18227 2004-04-26  Naba Kumar  <naba@gnome.org>
18229         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18230         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18231         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18232         architecture diagram and a new chapter on plugins description file.
18234 2004-04-25  Naba Kumar  <naba@gnome.org>
18236         *  libanjuta/anjuta-children.h,
18237         libanjuta/anjuta-plugin.c,
18238         libanjuta/anjuta-plugin.h,
18239         libanjuta/anjuta-preferences.c,
18240         libanjuta/anjuta-shell.c,
18241         libanjuta/anjuta-shell.h,
18242         libanjuta/e-splash.c,
18243         libanjuta/e-splash.h,
18244         manuals/reference/libanjuta/Makefile.am,
18245         manuals/reference/libanjuta/libanjuta-docs.sgml,
18246         manuals/reference/libanjuta/libanjuta-sections.txt,
18247         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18248         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18249         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18250         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18251         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18252         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18253         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18254         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18255         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18256         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18257         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18258         manuals/reference/libanjuta/tmpl/defaults.sgml,
18259         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18260         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18261         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18262         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18263         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18264         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18265         manuals/reference/libanjuta/tmpl/plugins.sgml,
18266         manuals/reference/libanjuta/tmpl/properties.sgml,
18267         manuals/reference/libanjuta/tmpl/resources.sgml,
18268         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18269         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18270         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18271         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18272         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18273         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18275         Added more template files and wrote more documentation.
18277 2004-04-24  Andras Timar  <timar@gnome.hu>
18279         * configure.in: Added hu to ALL_LINGUAS.
18281 2004-04-23  Naba Kumar  <naba@gnome.org>
18282         
18283         * configure.in: Fixed compile error.
18284         
18285         * libanjuta/anjuta-children.c,
18286         libanjuta/anjuta-children.h,
18287         libanjuta/anjuta-preferences.c,
18288         libanjuta/anjuta-preferences.h,
18289         libanjuta/anjuta-shell.c,
18290         libanjuta/anjuta-ui.c,
18291         libanjuta/anjuta-ui.h,
18292         manuals/reference/libanjuta/Makefile.am,
18293         manuals/reference/libanjuta/libanjuta-docs.sgml,
18294         manuals/reference/libanjuta/libanjuta.types,
18295         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18296         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18297         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18298         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18299         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18300         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18301         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18302         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18303         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18304         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18305         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18306         manuals/reference/libanjuta/tmpl/defaults.sgml,
18307         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18308         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18309         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18310         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18311         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18312         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18313         manuals/reference/libanjuta/tmpl/plugins.sgml,
18314         manuals/reference/libanjuta/tmpl/properties.sgml,
18315         manuals/reference/libanjuta/tmpl/resources.sgml,
18316         plugins/sample1/plugin.c: Added libanjuta API documentation.
18318 2004-04-22  Naba Kumar  <naba@gnome.org>
18320         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18321         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18322         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18323         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18324         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18325         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18326         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18327         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18328         (removed) libegg/eggradiotoolbutton.c,
18329         (removed) libegg/eggseparatortoolitem.c,
18330         (removed) libegg/eggtoggletoolbutton.c,
18331         (removed) libegg/eggtoolbar.c,
18332         (removed) libegg/eggtoolbutton.c,
18333         (removed) libegg/eggtoolitem.c,
18334         (removed) libegg/prop-editor.c,
18335         (removed) libegg/test-actions.c,
18336         (removed) libegg/test-drag.c,
18337         (removed) libegg/test-merge.c,
18338         (removed) libegg/test-toolbar.c,
18339         libegg/menu/Makefile.am,
18340         (removed) libegg/menu/egg-accel-dialog.h,
18341         (removed) libegg/menu/egg-action-group.h,
18342         (removed) libegg/menu/egg-action.h,
18343         libegg/menu/egg-entry-action.h,
18344         (removed) libegg/menu/egg-markup.h,
18345         (removed) libegg/menu/egg-menu-merge.h,
18346         (removed) libegg/menu/egg-menu.h,
18347         (removed) libegg/menu/egg-radio-action.h,
18348         (removed) libegg/menu/egg-toggle-action.h,
18349         (removed) libegg/menu/howitshouldwork.txt,
18350         (removed) libegg/toolbar/.cvsignore,
18351         (removed) libegg/toolbar/Makefile.am,
18352         (removed) libegg/toolbar/TODO,
18353         (removed) libegg/toolbar/eggradiotoolbutton.h,
18354         (removed) libegg/toolbar/eggseparatortoolitem.h,
18355         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18356         (removed) libegg/toolbar/eggtoolbar.h,
18357         (removed) libegg/toolbar/eggtoolbutton.h,
18358         (removed) libegg/toolbar/eggtoolitem.h,
18359         (removed) libegg/toolbar/prop-editor.h,
18360         (removed) libegg/toolbar/toolbar-api.txt,
18361         (removed) libegg/toolbar/toolbar-ideas.txt,
18362         plugins/devhelp/anjuta-devhelp.ui,
18363         plugins/devhelp/plugin.c,
18364         plugins/editor/action-callbacks.c,
18365         plugins/editor/action-callbacks.h,
18366         plugins/editor/anjuta-docman.c,
18367         plugins/editor/anjuta-document-manager.ui,
18368         plugins/editor/plugin.c,
18369         P plugins/message-view/Makefile.am,
18370         plugins/message-view/anjuta-message-manager.ui,
18371         plugins/message-view/plugin.c,
18372         plugins/sample1/anjuta-sample.ui,
18373         plugins/sample1/plugin.c,
18374         src/action-callbacks.c,
18375         src/action-callbacks.h,
18376         src/anjuta-actions.h,
18377         src/anjuta-app.c,
18378         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18379         Gtk actions and UIManager. Fixed all plugins to use this.
18380         
18381         * manuals/reference/gtkdoc-scangobj.diff,
18382         manuals/reference/libanjuta/Makefile.am,
18383         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18384         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18385         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18386         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18387         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18389         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18390         
18391 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18392         
18393         * plugins/message-view/imessage-view.c
18394         * plugins/message-view/ianjuta-msgman.c:
18395         Added interfaces
18397 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18399         * configure.in: Added en_CA to ALL_LINGUAS.
18401 2004-04-08  Naba Kumar  <naba@gnome.org>
18403         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18404         libanjuta/interfaces/Makefile.am,
18405         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18406         message manager and message view interfaces.
18408         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18409         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18410         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18411         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18412         src/anjuta-app.c: Used 'activate' and
18413         'deactivate' virtual methods for plugins. Fixed installed plugins
18414         dialogs. Added remove_widget() method for AnjutaShell.
18416         * libanjuta/interfaces/Makefile.am,
18417         libanjuta/interfaces/ianjuta-document-manager.c,
18418         libanjuta/interfaces/ianjuta-document-manager.h,
18419         libanjuta/interfaces/ianjuta-editor.c,
18420         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18421         and editor interfaces.
18423         * plugins/devhelp/plugin.c,
18424         plugins/message-view/anjuta-message-manager.plugin.in,
18425         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18426         plugins/sample1/plugin.c: Updated plugins implementation to
18427         reflect the changes.
18429 2004-04-07  Naba Kumar  <naba@gnome.org>
18431         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18432         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18433         libanjuta/interfaces/ianjuta-editor.h,
18434         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18435         plugins/editor/anjuta-docman.c,
18436         plugins/editor/anjuta-document-manager.plugin.in,
18437         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18438         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18439         Added supported interfaces for plugins. Tested plugin interfaces
18440         through sample plugin.
18441         
18442 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18443         
18444         * template/Makefile.am, data/templates/library/Makefile.am
18445         Fixed some automake-1.7 incompatibilities
18446         * template/xmltemplate.c: Small fix
18448 2004-02-23  Naba Kumar  <naba@gnome.org>
18450         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18451         Added plugins manager dialog.
18452         
18453         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18454         library dependencies.
18455         
18456         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18457         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18458         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18459         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18460         geometry command line option.
18461         
18462 2004-02-16  Naba Kumar  <naba@gnome.org>
18464         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18465         Added interfaces and IAnjutaEditor editor interface.
18466         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18467         interface.
18468         * libanjuta/anjuta-shell.h: Fixed bug.
18469         
18470 2004-02-13  Naba Kumar  <naba@gnome.org>
18472         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18473         
18474 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18475         
18476         * data/template/*/.cvsignore:
18477         Avoid all these ? in cvs output
18479 2004-02-13  Naba Kumar  <naba@gnome.org>
18481         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18482         includes and linking.
18484         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18485         and set required version to devhelp 0.8. This devhelp version
18486         can be acquired from gnome cvs branch devhelp branch
18487         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18489         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18490         src/actions-callbacks.c: Added Dock Manager settings menu item.
18492         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18493         * plugins/devhelp/plugin.c: Fixed a linking bug.
18494         
18495         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18496         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18497         external GDL dependency and used libegg codes.
18498         
18499 2004-02-12  Naba Kumar  <naba@gnome.org>
18501         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18502         Added devhelp plugin, but it can't be used without a
18503         patch in devhelp. So it's disabled for now.
18505         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18506         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18507         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18508         Update cvsignore files.
18510         * libanjuta/plugins.c, widgets/e-splash.c:
18511         Fixed plugins loading to show splash icons.
18512         
18513         * plugins/message-view/anjuta-message-manager.plugin.in,
18514         plugins/message-view/plugin.c: Fixed plugin registered name.
18516         * plugins/message-view/anjuta-message-view.png,
18517         plugins/sample1/anjuta-sample-plugin.png: Update images.
18519         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18520         src/main.c: Fixed layout loading.
18522         * plugins/devhelp/Makefile.am: Fixed error.
18524         * (removed) widgets/*, libanjuta/plugins.h,
18525         src/main.c: Transfered widgets to libanjuta/.
18526         
18527         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18528         toplevel directory to created only one library as libanjuta-egg.
18530         * data/Makefile.am: Fixed build error.
18532         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18533         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18534         libegg/.cvsignore: Added egg dock widget.
18536         * gdl/*: Removed as they are now available in libegg.
18537         
18538 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18540         * plugins/editor/anjuta-docman.c:
18541         Use stock close icon on tab close button
18543 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18544         
18545         * data/template/Makefile.am
18546         data/template/language/Makefile.am
18547         data/template/library/Makefile.am
18548         data/template/text/Makefile.am
18549         data/template/project/Makefile.am
18550         data/template/project/terminal/Makefile.am
18551         configure.in: Created Makefile to install templates
18553 2004-02-11  Naba Kumar  <naba@gnome.org>
18555         * plugins/editor/action-callbacks.c,
18556         plugins/editor/anjuta-document-manager.ui,
18557         plugins/editor/plugin.c
18558         plugins/message-view/anjuta-message-manager.ui,
18559         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18560         
18561 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18562         
18563         * plugins/message-view/*: MessageView plugin is now loaded
18564         The menu items are still dummies.
18566 2004-02-09  Naba Kumar  <naba@gnome.org>
18568         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18569         generation.
18570         
18571         * libanjuta/anjuta-preferences.h: Added some documentation.
18572         
18573         * libanjuta/anjuta-shell.h: Removed dead codes.
18574         
18575         * (removed) manuals/reference/gtkdoc-scangobj,
18576         manuals/reference/gtkdoc-scangobj.diff,
18577         manuals/reference/libanjuta/.cvsignore,
18578         manuals/reference/libanjuta/Makefile.am,
18579         manuals/reference/libanjuta/README.inline-doc,
18580         manuals/reference/libanjuta/README.sections,
18581         manuals/reference/libanjuta/libanjuta-docs.sgml,
18582         manuals/reference/libanjuta/libanjuta-sections.txt,
18583         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18584         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18585         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18586         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18587         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18588         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18589         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18590         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18591         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18592         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18593         manuals/reference/libanjuta/tmpl/defaults.sgml,
18594         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18595         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18596         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18597         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18598         manuals/reference/libanjuta/tmpl/plugins.sgml,
18599         manuals/reference/libanjuta/tmpl/properties.sgml,
18600         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18601         of scan program. Updated templates.
18603         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18604         editor action callbacks data.
18605         
18606         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18607         scintilla object ref/unref.
18609 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
18610         
18611         * template/*: Added new xml based template system
18612         * template/dtds/*: Dtds to validate xml files of the template systems
18613         * data/template/*: Some sample template files
18614         Still needs some work but builds fine!
18616 2004-02-06  Naba Kumar  <naba@gnome.org>
18618         * cofigure.in, manuals/Makefile.am,
18619         (added) manuals/reference/*: Added API documentation
18620         structure (gtk-doc based).
18622         * libanjuta/libanjuta.h: Updated
18623         
18624 2004-02-05  Naba Kumar  <naba@gnome.org>
18625         
18626         * configure.in: Sets correct dependencies and
18627         uses gdl external library.
18629         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18630         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18631         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18632         libanjuta/fileselection.h, libanjuta/glue-factory.c,
18633         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18634         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18635         and added file dialogs.
18637         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18638         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18639         Build dynamic libraries for libegg.
18641         * plugins/Makefile.am, plugins/editor/Makefile.am,
18642         plugins/editor/action-callbacks.c, 
18643         plugins/editor/action-callbacks.h,
18644         plugins/editor/anjuta-docman.c,
18645         plugins/editor/anjuta-docman.h
18646         plugins/editor/anjuta-document-manager.plugin.in
18647         plugins/editor/anjuta-document-manager.png
18648         plugins/editor/anjuta-document-manager.ui
18649         plugins/editor/file.c
18650         plugins/editor/file.h
18651         plugins/editor/plugin.c
18652         plugins/editor/print.c
18653         plugins/editor/print.h
18654         plugins/editor/search-replace.c
18655         plugins/editor/search_incremental.c
18656         plugins/editor/search_incremental.h
18657         plugins/editor/text_editor.c
18658         plugins/editor/text_editor.h
18659         plugins/editor/text_editor_cbs.c
18660         plugins/editor/text_editor_menu.h
18661         plugins/sample1/Makefile.am
18662         plugins/sample1/anjuta-sample-plugin.png
18663         plugins/sample1/anjuta-sample.plugin.in
18664         plugins/sample1/anjuta-sample.ui
18665         plugins/sample1/plugin-sample1.c
18666         plugins/sample1/plugin.c
18667         plugins/sample1/plugin.h: Created sample
18668         plugin and fixed editor plugin.
18670         * printing/*: Removed.
18672         * scintilla/Makefile.am: Builds dynamic library.
18674         * src/Makefile.am, src/action-callbacks.c,
18675         src/action-callbacks.h, (removed) src/an_symbol_view.c,
18676         src/anjuta-actions.h, src/anjuta-app.c,
18677         src/anjuta-app.h, src/anjuta-callbacks.c,
18678         src/anjuta-callbacks.h, (removed) src/anjuta.c,
18679         (removed) src/anjuta.h, src/anjuta.ui,
18680         src/layout.xml, src/main.c, src/preferences.h,
18681         src/utilities.c: Debuggged and finally made plugins
18682         loadable.
18684         * global-tags/Makefile.am: Fixed build error.
18686 2004-02-03  Naba Kumar  <naba@gnome.org>
18688         * configure.in: Users GDL from external package.
18689         * plugins/*: Added many new plugins (not ready though).
18690         * src/*: Removed many files (which have been transfered in plugins/).
18691         
18692 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
18694         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18696 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18698         * configure.in: Added editor plugins
18699         
18700         * plugins/Makefile.am, src/search-replace_backend.h,
18701         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18702         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18703         
18704         * Added: plugins/editor/search_incremental.c, 
18705         plugins/editor/search_incremental.h
18707         * Update search-replace in plugins/editor
18708         
18709 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
18710         
18711         * plugins/message-view/message-view.c: Some code clean-up
18713 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18715         * Added: search_incremental[ch]
18716         
18717         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18718         src/mainmenu_callbacks.c, src/toolbar.c
18719         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18720         
18721         * Incremental Search
18723 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18724         
18725         * plugins/message-view/anjuta-msgman.[c/h]:
18726         Added message manager for easier message handling with a
18727         similar interface as docman. Of course you can still use
18728         MessageView standalone.
18729         * plugins/Makefile.am: Added message-view because it compiles
18730         without errors.
18732 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18733         
18734         * plugins/message-view/*: Added message-view plugin 
18735         (still incomplete) 
18736         * configure.in: Added plugins/message-view/Makefile
18738 2004-01-03  Naba Kumar  <naba@gnome.org>
18740         * libanjuta/*.c: Added new files and updated old ones.
18741         * plugins/editor/*: Added editor plugin.
18742         * configure.in: Added editor plugin and moved editor related
18743         files into it.
18745 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18747         * src/Makefile.am: Added search-replace_backend.[ch]
18748         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18749         find_replace.[ch]
18750         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18751         src/search-replace_backend.c, src/search-replace_backend.h,
18752         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18753         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18754         src/toolbar_callbacks.c
18755         * The advanced Search/Replace functionality now replaces the older
18756         Find/Replace stuff.
18757         * The Search/Replace functionality can be interrupted during a long
18758         Search/Replace;
18759         
18760 2003-12-11  Naba Kumar  <naba@gnome.org>
18762         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18763         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18764         errors.
18765         * Makefile.am, libanjuta/*: Added new module.
18766         * src/Makefile.am: Fixed linking error.
18767         * src/watch_cbs.c: Debugger clean up.
18768         * configure.in: Added libanjuta-2.0.pc
18770         * configure.in, libanjuta/Makefile.am,
18771         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18772         libanjuta instead.
18774 2003-12-11  Naba Kumar  <naba@gnome.org>
18776         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18778         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18779         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18780         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18781         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18782         The user can now give a name at the creation of a new file and
18783         insert automatically (user choice) header, gpl notice, header
18784         template. The file extension is added automatically according
18785         to the selected type of file. The various insert functions have
18786         been moved from mainmenu-callback.c to file.c. The cursor is now
18787         moved after an insert operation. Removes also useless code in
18788         memory.c and search-replace.c
18789         
18790 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18792         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18793         sortable headers, process tree, removal of path and process params
18794         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18795         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18796         code cleanup
18798 2003-12-10  Naba Kumar  <naba@gnome.org>
18800         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18801         
18802 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18804         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18806 2003-11-28  Naba Kumar  <naba@gnome.org>
18808         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18809         
18810         * manuals/de/*: Added german translation docs.
18811         
18812         * configure.in, Makefile.am, src/Makefile.am,
18813         libegg/*/*: Added libegg library.
18814         
18815         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18816         installation directory.
18817         
18818         * src/text_editor_cbs.c: Fixed closing of file.
18820 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18821                                                                                 
18822         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18824 2003-09-05  Naba Kumar  <naba@gnome.org>
18826         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18827         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18828         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18829         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18830         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18831         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18832         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18833         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18834         using libegg. Initial commit -- compiles but is not complete.
18836 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18838         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18840 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18842         * configure.in: Removed "ta" from ALL_LINGUAS.
18844 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18846         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18848 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18850         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18852 2004-04-24  Andras Timar  <tmar@gnome.hu>
18854         * configure.in: Added hu to ALL_LINGUAS.
18856 2004-04-14  Naba Kumar  <naba@gnome.org>
18858         * src/Makefile.am, printing/Makefile.am,
18859         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18860         because we are still using GtkCombo and build breaks with gtk-2.4.
18861         
18862 2004-04-13  Naba Kumar  <naba@gnome.org>
18864         * NEWS: Updated.
18865         * anjuta.spec.in: Fixed build error.
18866         * po/POTFILES.in: Updated.
18867         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18869 2004-04-11  Naba Kumar  <naba@gnome.org>
18871         * NEWS: Updated.
18872         * AUTHORS: Updated.
18873         * configure.in: Added ga in ALL_LINGUAS.
18874         * ChangeLog: Fixed dates.
18875         
18876 2004-04-09  Naba Kumar  <naba@gnome.org>
18878         * src/print.c: Fixed buffer styling bug when printing with
18879         selection.
18881         * data/properties/anjuta.properties: Defined only one base font and
18882         used courier instead of lucidatypewriter, because most newer systems are
18883         unlikely to have it (bug #885023, #925956, #890473).
18884         
18885         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18886         warning.
18887         
18888         * src/an_file_view.c: Fixed possible crash bug.
18890 2004-04-07  Naba Kumar  <naba@gnome.org>
18892         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18893         gtk_main_quit() etc..), so that atexit() functions are not called
18894         (which is apparently done to free up memory and we don't need to
18895         do that at this point). Incidentally, something also happens in the
18896         atexit call which freezes the UI for far too long when the application
18897         exits and we want to avoid that..
18898         * src/glade_iface.c: Fixed compiler warning.
18899         
18900 2004-04-06  Naba Kumar  <naba@gnome.org>
18902         * src/project_dbase_gui.c: Fixed errors.
18904         * src/registers_gui.c: Fixed possible crash bug.
18905         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18906         * src/signals.[c,h]: Used tree view and glade file for dialog.
18907         * src/Makefile.am, src/about.c, src/an_file_view.c,
18908         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18909         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18910         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18911         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18912         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18913         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18914         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18915         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18916         src/launcher.h, src/main.c, src/main_menubar.c,
18917         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18918         src/message-manager-private.cc, src/message-manager.cc,
18919         src/preferences.c, src/project_config.c, src/project_dbase.c,
18920         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18921         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18922         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18923         src/search-replace.c, src/search-replace_backend.c,
18924         src/search_incremental.c, src/search_preferences.c,
18925         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18926         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18927         src/signals_gui.c, src/source.c, src/src_paths.c,
18928         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18929         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18930         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18931         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18932         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18933         tagmanager/Makefile.am, scintilla/include/SString.h,
18934         widgets/Makefile.am, widgets/gnomefilelist.c:
18936         Removed all deprecated codes and substituted
18937         with newer APIs. Fixed some possible crash bugs where cell renderers
18938         were being shared.
18939         
18940         * scintilla/patches/scintilla-minor.patch: Minor patch.
18942 2004-04-06  Naba Kumar  <naba@gnome.org>
18944         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18945         tree after all the files have been added (and not everytime a file
18946         is added in the project). Also fixed some memory corruption
18947         (possibly bug #900478).
18948         
18949         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18950         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18951         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18952         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18953         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18954         qualifier wherever appropriate.
18956 2004-04-05  Naba Kumar  <naba@gnome.org>
18958         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
18959         switch terminal echo on/off. Debugger requires it off, while the
18960         rest requires it on.
18962         * src/search-replace.c: sets search direction and action (in addtion
18963         to target) for find in files.
18964         
18965 2004-04-02  Naba Kumar  <naba@gnome.org>
18967         * src/mainmenu_callbacks.c: Sets filename during save of new files.
18969         * src/project_dbase.c, src/debugger, src/an_file_view.c,
18970         src/an_symbol_view.c: Added an gtk events loop for
18971         displaying project loading status (for loading large projects) and
18972         debugger program starting ... just to give an impression of fastness :-).
18974         * configure.in, anjuta.prj: Bumped version to 1.2.2.
18976         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18977         crash bug, which occurs when opening and closing a large project
18978         repeatedly.
18979         
18980         * src/attach_process.c: Fixed a comiple error for old gcc.
18981         
18982         * src/launcher.c: Prints proper error message when launcher child
18983         could not be executed and exits properly. Fixed a crash
18984         bug (bug #926606).
18985         
18986         * src/resources.c, src/utilities.c, src/glade_iface.c,
18987         src/debugger.c, src/attach_process.c: Properly exits forked children
18988         when they could not be executed.
18989         
18990 2004-04-01  Naba Kumar  <naba@gnome.org>
18992         * src/search-replace.c: Fixed a crash bug (bug #921893).
18994 2004-03-31  Naba Kumar  <naba@gnome.org>
18996         * anjuta.glade: Added a note on compiler options dialog ->support
18997         dialog telling that supports are only available for file mode.
18999         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
19000         src/anjuta_cbs.c:
19001         Improved shutdown time delay by bypassing project closing
19002         and unloading plugins.
19004         * src/build_file.c, data/properties/anjuta.properties: Added a property
19005         to toggle on/off for going to first error automatically.
19007 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
19009         * src/debugger.c: fixed core file loading
19010         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
19011         for long lines (bugs #700968 and #911376)
19012         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
19013         #917982.
19014         * src/anjuta.c: Focuses current AnEditor correctly.
19016 2004-03-30  Naba Kumar  <naba@gnome.org>
19018         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
19019         * AUTHORS: Updated with all contributors names.
19020         * NEWS: Updated.
19021         * src/about.c: Reads contributors names from AUTHORS file.
19022         * manuals/C/anjuta-manual/authors.xml: Points to online
19023         contributors list.
19024         
19025 2004-03-29  Naba Kumar  <naba@gnome.org>
19027         * data/properties/ada.properties: Fixed syntax colors. Patch
19028         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
19029         (bug #923474).
19031         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
19032         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
19033         generated projects, so that their pixmap files are
19034         found properly (bug #919903).
19035         
19036         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
19037         anjuta.
19039         * src/source.c: Installs .glade file of libgllade
19040         projects in $(datadir)/$(package)/glade (part of bug #861038).
19041         
19042         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
19043         in compiler options (bug #883837).
19044         
19045         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
19046         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
19047         
19048 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
19050         * anjuta/src/search-replace.c: fixed another crash bug in
19051         "Find Usage"
19052         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
19053         breakpoint property fix
19055 2004-03-29  Naba Kumar  <naba@gnome.org>
19057         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
19058         (new) manuals/C/anjuta-advanced-tutorial/*:
19059         Added menu entry for 'Anjuta Advanced Tutorial'
19060         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
19062 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19063         
19064         * src/fileselection.[ch], src/mainmenu_callbacks.c:
19065         Fixed bug #908941  ('Open' starts in wrong directory)
19066         
19067 2004-03-26  Naba Kumar  <naba@gnome.org>
19069         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
19070         compile error and bug #905738 with terminal.
19072         * src/search_incremental.c, src/register.c, src/sharedlib.c,
19073         src/search-replace.[h,c], src/search_incremental.[h,c],
19074         src/search_preferences.h, src/utilities.c, src/anjuta.c,
19075         src/text_editor.[c,h]: Fixed compiler warnings.
19076         
19077         * src/search-replace.c: Fixed a memory corruption (possible
19078         fix for bug #921893, but not yet confirmed).
19079         
19080         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
19081         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
19082         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
19083         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
19085 2004-03-25  Naba Kumar  <naba@gnome.org>
19087         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
19088         crash bug with attach process dialog and made the dialog closable
19089         with 'esc'.
19090         
19091         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
19092         always display within the margin.)
19093         
19094         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
19095         the old breakpoint when it's properties are updated
19096         (creating a new updated one).
19097         
19098 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
19100         * src/aneditor.cxx, src/aneditor.h: fixed calltips
19101         displayed for wrong file.
19102         * src/breakpoints.c: conditional breakpoints
19103         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19104         "Find in Files..." disabling policy
19106 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19108         * src/build_file.c: Fixed bug #874380
19109         Goto the first error if it exists.
19111 2004-03-24  Naba Kumar  <naba@gnome.org>
19113         * src/anjuta.c: Fixed to get correct child exit status
19114         using mask (bug #905738).
19115         
19116         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19117         Aligned buttons in the New file dialog,
19118         set default response to OK, entry box activates default response,
19119         ESC closes dialog and hides on delet_event.
19121 2004-03-19  Naba Kumar  <naba@gnome.org>
19123         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19124         tree).
19126 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
19128         * src/search-replace.c: fixed "Find Usage" crash when no project open
19130 2004-03-17  Naba Kumar  <naba@gnome.org>
19132         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19133         Fixed the generated projects to read m4 directory if the directory
19134         exists (bug #917781).
19135         
19136 2004-03-12  Naba Kumar  <naba@gnome.org>
19138         * HACKING: Fixed formatting for auto-parsing.
19140 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
19141         
19142         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19143         rework (bug #890609)
19145 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19146         
19147         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19149 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19150         
19151         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19152         * src/search_preferences.c: Fixed typo.
19153         
19154 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19155         
19156         * src/search-replace.c: improved Search&Replace
19157         For the moment "Replace All" does not work with non opened files
19158         but Anjuta should not crash now ! ??? 
19159         
19160 2004-02-26  Naba Kumar  <naba@gnome.or>
19162         * src/source.c: Fixed to pass cflags correctly
19163         and suppress the automake's default cflags.
19164         bug #816130, #801056, #782798, #773459
19165         
19166         * data/properties/anjuta.properties: Do not defualt to -k make option.
19167         bug #875486.
19169         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19170         bug #877683.
19171         
19172         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19173         
19174         * src/message-manager-private.cc: Disabled debug messages.
19175         
19176 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
19178         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19180 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19181         * anjuta.glade, src/search-replace.c:
19182         Reduced Search&Replace dialog, bug #902636.
19183         
19184 2004-02-23  Naba Kumar  <naba@gnome.or>
19186         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19187         (bug #866143).
19189 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19190         
19191         * src/search_incremental.c: Fixed bug #900903
19193 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
19194         
19195         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19196         src/anjuta.c: Fixed bugs #890609 and #890609
19198 2004-02-23  Naba Kumar  <naba@gnome.or>
19200         * src/message-manager.cc: Disconnects menuitem signal properly.
19201         Fixed bug #901723.
19202         
19203         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19204         bug #900897.
19205         
19206 2004-02-20  Naba Kumar  <naba@gnome.org>
19208         * src/message-manager-private.[c,h]: Implemented keypress
19209         event for the terminal and resets it when ctrl c or ctrl d
19210         is pressed. But it doesn't seem to be working on keypress.
19211         Added a workaround to let it work on key release instead.
19212         (bug #878357).
19213         
19214         * src/search-replace: Fixed compiler warnings.
19215         
19216 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
19218         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19219         Use defined file name when saving new files (fixes bug #898105)
19220         Don't change filename when clicking on a directory
19221         
19222         BTW: Happy birthday to me :-)
19223         
19224 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19225         
19226         * src/search-replace.c: Fixed a crash bug 
19227         Crash on Find & Replace (#887833)
19228         
19229 2004-02-18  Naba Kumar  <naba@gnome.org>
19231         * src/executer.c: Fixed a crash bug.
19232         
19233         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19234         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19235         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19236         instead of GtkWindow (Part of bug #671596).
19237         
19238         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19239         src/registers_gui.c, src/registers_cbs.[h,c],
19240         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19241         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19242         src/compiler_options.c, src/an_file_view.c, start-with.c,
19243         src/anjuta-tools.c, help.c:
19245         Added "close" buttons on all
19246         dialogs (HIG) and fixed to properly response to ESC close
19247         (Part of bug #671596).
19249         * src/launcher.c: Disabled printing of long debug lines.
19250         
19251         * src/utilities.h: Fixed a compiler warning.
19252         
19253 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19255         * src/anjuta.c: "Save all" action now asks for filenames for new files
19256         (fixes bug #898111)
19258 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19260         * anjuta.glade, src/text_editor.c:
19261         Fixed a typo in Hello World indentation style 
19262         Fixed misuse of translated strings when looking for style
19263         This entry fixes bug #876037
19265 2004-02-16  Naba Kumar  <naba@gnome.org>
19267         * src/utilities.c: Fixed return value when dest file could
19268         not be created.
19270         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19271         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19272         internal function to compare files.
19273         
19274 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19276         * src/message-manager-private.cc:
19277         Set bold color as foreground color in terminal
19278         (fixes bug #864924)
19280         * src/aneditor.cxx:
19281         Use font style defined for message indicators in
19282         preferences/messages
19283         (fixes bug #885032)
19285 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19287         * src/build_project.c:
19288         Use build.silent option from preferences (fixes bug #895726)
19289         
19290 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19292         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19294 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19295         
19296         Patch from Massimo Corà <maxcvs@email.it>:
19297         * scintilla/LexCPP.cxx: Support "///" comments
19299 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19300         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19301         src/search_replace.h, src/search-replace_backend.h
19302         anjuta.glade
19303         
19304         * Added: src/search_preferences.c, src/search_preferences.h
19305         Allow the user to save search/replace settings and give them names.
19307 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19308         
19309         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19310         scintilla/ScintillaGTK.cxx:
19311         Hopefully fixed AMD 64 crash bug by using correct marshaller
19313 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19315         * src/preferences.c: Save GtkOptionMenu properties properly
19316         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19318 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19319         
19320         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19321         Fixed libiconv issue
19322         * NEWS: Updated
19324 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19325         
19326         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19327         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19328         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19329         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19330         src/sharedlib_gui.c:
19331         Debugger speed-up, replaced deprecated GtkCList
19333 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19335         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19337 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19339         * configure.in: Added "sq" to ALL_LINGUAS.
19341 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19343         * configure.in: Added "ko" to ALL_LINGUAS.
19345 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19347         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19348         src/search_incremental.c, src/search_incremental.h: 
19349         Search_incremental code cleanup
19351 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19353         * scintilla/*/*: Updated scintilla to CVS
19354         * Added: scintilla/Readme.sync
19355         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19356         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19357         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19358         scintilla/ScintillaGTK.cxx,
19359         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19360         scintilla/include/Scintilla.iface: Updated.
19362 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19364         * search-replace_backend.[ch], search_incremental[ch]: Added
19365         
19366         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19367         find_replace.[ch]: Removed.
19368         
19369         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19370         src/search-replace_backend.c, src/search-replace_backend.h,
19371         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19372         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19373         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19374         functionality now replaces the older Find/Replace stuff. The Search/Replace
19375         functionality can be interrupted during a long Search/Replace.
19377 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19379         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19380         selecting ".." and "." from file selector. 
19382 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19384         * anjuta.glade: Fixed wrong "fold.symbols" property
19386 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19387         
19388         * src/project_dbase_gui.c: Alphabetical order ;-)
19389         * src/compiler_options.c: Fixed bug #867539
19390         * src/launcher.c: Workaround for bugs #864922, #849928,
19391         #846386 and #845782: The launcher no longer hangs but does
19392         not get the exit status correctly sometimes.
19393         * Changes suggested by Bosik are obviously already in without
19394         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19395         * NEWS, README, anjuta.prj, configure.in: 
19396         Changed version to 1.2.1
19397         
19398         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19399         * anjuta_dialogs_strings.c, anjuta.glade: 
19400         Fixed bugs #860906, #859329
19401         
19402         Patch from grzegol@pld-linux.org
19403         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19404         freedesktop.org standard)
19406 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19407         
19408         Patch from Stefano Vallarino <stevalla@libero.it>:
19409         * src/source.[c/h]: Fixes cpp sample file to conform to 
19410         ISO/IEC 14882, C++-Standard 
19412 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19414         Review by Johannes Schmid <jhs@cvs.gnome.org>
19415         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19416         command using sh -c.
19417         * src/compile.c: Use build_execute_shell_command when compiling single
19418         files.
19420 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19421         
19422         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19423         * src/breakpoints.c: Code cleanup, workaroud for possible 
19424         launcher bug
19425         * src/src_paths.c: Update debugger dirs on directory change
19427 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19429         Review by Johannes Schmid <jhs@cvs.gnome.org>
19430         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19431         sortable headers, process tree, removal of path and process params
19432         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19433         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19434         code cleanup
19436 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19437         
19438         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19439         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19440         Add a dialog for "New file" which lets the user set the 
19441         filename and to add copyright/header templates to the file
19442         * Review: Changed function names to contain modules name (file_)
19444 2003-12-09  Naba Kumar  <naba@gnome.org>
19446         * setup-gettext: Fixed a typo.
19447         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19449 ---- Released version 1.2.0 ---
19451 2003-12-08  Naba Kumar  <naba@gnome.org>
19453         * src/preferences.c: Fixed compiler error.
19454         * global_tags/create_global_tags.sh: Fixed to install properly
19455         even when system.tags could not be generated.
19456         * NEWS: Updated.
19458 2003-12-06  Naba Kumar  <naba@gnome.org>
19460         * setup-gettext: Fixed to not generate intl directory with gettextize.
19462         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19463         * src/anjuta.c: Filters out unnecessary files from find in files
19464         command.
19465         
19466         * NEWS: Updated.
19467         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19468         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19469         
19470 2003-12-04  Naba Kumar  <naba@gnome.org>
19471         
19472         * src/gnome_project.c: Enables debug and optimization flags for
19473         new projects.
19474         
19475         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19476         
19477         * src/project_dbase_gui.c: combined header and c files for
19478         file selector.
19479         
19480         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19481         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19483 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19485         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19487 2003-11-29  Naba Kumar  <naba@gnome.org>
19489         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19490         * NEWS: Updated.
19492 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19493         
19494         * src/main_menubar.c: Now files cannot be opened twice in recently
19495         file menu
19497 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19499         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19501 2003-11-28  Naba Kumar  <naba@gnome.org>
19503         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19504         
19505 2003-11-27  Naba Kumar  <naba@gnome.org>
19507         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19508         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19509         
19510         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19511         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19512         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19513         checkbox in project wizard (project options page) to enable/disable
19514         source code generation with glade(mm).
19515         
19516         * NEWS: Updated
19517         
19518 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19520         * src/dnd.c: Opening files with special characters in the name.
19522 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19524         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19525         a long time.
19527 2003-11-18  Naba Kumar  <naba@gnome.org>
19529         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19530         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19531         src/project_import.c, plugins/patch/patch-plugin.c:
19532         Fixed g_signal_diconnect calls to pass correct data.
19533         (Fixed possible crash in project imports).
19534         
19535         * NEWS: Updated.
19536         
19537 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19539         Reviewed by Naba Kumar  <naba@gnome.org>
19540         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19541         and debugger. Sets default settings for pty in launcher.
19542         * data/gdb.init: Removed charset work around (now works with user's
19543         native charset)
19544         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19546 2003-11-18  Naba Kumar  <naba@gnome.org>
19548         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19549         names of 'index' to 'idx'.
19550         
19551 2003-11-17  Naba Kumar  <naba@gnome.org>
19553         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19554         * src/project_dbase.c: Prompts user for unsaved project files
19555         when project is closed.
19556         
19557 2003-11-16  Naba Kumar  <naba@gnome.org>
19559         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19560         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19561         older gcc.
19562         
19563 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19564         
19565         * src/anjuta.c: Fixed crash related to tag == NULL while 
19566         anjuta is exiting
19568 2003-11-11  Naba Kumar  <naba@gnome.org>
19570         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19571         found. It simply doesn't generate the c/c++ codes and continues with
19572         just a warning.
19573         * NEWS: Updated.
19574         
19575 2003-11-10  Naba Kumar  <naba@gnome.org>
19577         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19578         'Start with dialog'.
19580         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19581         German translation of anjuta-tutorial.
19582         
19583         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19584         * NEWS: Updated.
19586 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19588         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19589         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19590         the syntax highlighting in Preferences, the automatic syntax
19591         highlighting is now selected. When the debugger is stopped and the
19592         breakpoints window not closed, the gtk_tree_view in this window is
19593         now made unsensitive.
19595 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19597         * src/preferences.h, src/preferences.c, anjuta.glade:
19598         Fixed translation bug in preferences by using GtkOptionMenu
19599         * anjuta.prj: Project version 1.1.98
19601 ---------------- Released version 1.1.98 ----------------
19603 2003-11-07  Naba Kumar  <naba@gnome.org>
19605         * anjuta.spec.in: Revived docs package and combined all docs into
19606         one package.
19607         * configure.in: Bumped version to 1.1.98 rc2
19608         * NEWS: Updated.
19609         * anjuta.spec.in: Fixed scrollkeepr-update command.
19610         * anjuta.spce.in: Fixed file permissions.
19612 2003-11-06  Naba Kumar  <naba@gnome.org>
19614         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19615         menus to activate anjuta helps.
19616         
19617         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19618         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19619         manuals/C/anjuta-faqs/legal.xml (added),
19620         manuals/C/anjuta-faqs/Makefile.am,
19621         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19622         manuals/C/anjuta-faqs/.cvsignore,
19623         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19624         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19625         manuals/C/anjuta-tutorial/legal.xml (added),
19626         manuals/C/anjuta-tutorial/Makefile.am,
19627         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19628         manuals/C/anjuta-tutorial/.cvsignore,
19629         manuals/C/anjuta-manual/*.sgml (removed),
19630         manuals/C/anjuta-manual/*.xml (added),
19631         manuals/C/anjuta-manual/Makefile.am,
19632         manuals/C/anjuta-manual/anjuta-manual-C.omf,
19633         manuals/C/anjuta-manual/.cvsignore,
19634         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19635         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19636         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19637         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19638         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19639         manuals/ja/anjuta-faqs/legal.xml (added),
19640         manuals/ja/anjuta-faqs/Makefile.am,
19641         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19642         manuals/ja/anjuta-faqs/.cvsignore,
19643         manuals/ja/anjuta-manual/*.sgml (removed),
19644         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19645         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19646         manuals/ja/anjuta-manual/*.xml (added),
19647         manuals/ja/anjuta-manual/Makefile.am,
19648         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19649         manuals/ja/anjuta-manual/.cvsignore,
19650         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19651         manuals/sgmldocs.make (removed),
19652         manuals/xmldocs.make (added), manuals/omf.make (added),
19653         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19654         documentations to newer docbook xml documentations. Converted 
19655         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19656         Enabled manulas installations.
19657         
19658         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19660 2003-11-05  Naba Kumar  <naba@gnome.org>
19662         * data/gdb.init: Sets host's charset to ascii to solve debugger
19663         freeze up due to uninitialized strings in target program.
19665         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19666         Fixed a crash bug with 'Add expression in watch'. Bug #822017
19667         
19668         * NEWS: Updated.
19669         
19670         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
19671         src/launcher.c: Turns off echo in spawned pty to fix debugger.
19673 2003-11-04  Naba Kumar  <naba@gnome.org>
19675         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19676         problems.
19677         
19678         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19679         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19680         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19681         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19682         in file headers.
19683         
19684         * src/search-replace.c: Fixed infinite loop bug.
19685         * start-with.c: Fixed a crash bug with "Open last project".
19686         
19687         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
19688         * scintilla/Makefile.am: Fixed compiler option.
19689         
19690 2003-10-16  Naba Kumar  <naba@gnome.org>
19692         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19693         * src/text_editor.c: Fixed autoformat.
19694         
19695 2003-10-15  Naba Kumar  <naba@gnome.org>
19697         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19698         of CTRL+number.
19699         
19700 2003-10-09  Naba Kumar  <naba@gnome.org>
19702         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19703         
19704 2003-10-08  Naba Kumar  <naba@gnome.org>
19706         * src/source.c: Fixed a GETTEXT typo error.
19707         * anjuta.glade: Made 'Sorted in order you open them' default option
19708         for editor tabs.
19710         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19711         * anjuta.glade, data/properties/anjuta.properties:
19712         Fixed the freeze of the "Preferences" combos at the first Anjuta
19713         init is generated by:
19714                 - a not complete translation of preferences.c file
19715                 - a difference between 2 names in anjuta.glade and
19716                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19717                 - the same name given to 3 combos (anjuta.glade).
19718                 
19719         * src/find_text.c: If the "whole document" mode is selected,
19720         a new search will select the next occurrence (Bug #764954).
19721         It is now possible to use the shortcuts to search next or previous
19722         occurrence even if the search dialog has the focus.     Bug #790318
19723         
19724         * src/main_menubar_def.h: "Select code block" shortcut; the new
19725         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19726         (Bug #811016).
19728         Patch from: Richard Lee  <r.h.lee@comcast.net>
19729         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19730         tagmanager/tm_workspace.c: The following is a patch to fix a
19731         seemingly random occurence where Anjuta would crash when a
19732         certain key was pressed.
19734 2003-09-29  Naba Kumar  <naba@gnome.org>
19736         * src/find_in_files.c: Ignores binary by default. Disabled the option
19737         of NOCVS search, because launcher does not use sh and hence can not
19738         pipe.
19739         
19740         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19741         "clean before build" state in project session and not in account session,
19742         otherwise the state gets reflected to other projects causing annoyance.
19743         
19744         * src/compiler_options.c: Fixed a bug where compiler options were always
19745         claimed 'modified'.
19747         * src/build_project.c, data/properties/anjuta.properties,
19748         src/commands.[h]: Fixed a bad bug where clean-before-build
19749         doesn't work.
19750         
19751         * scintilla/patches/research-cvs-nolog.diff,
19752         scintilla/patches/scintilla-ac-gtk2-port.diff,
19753         scintilla/patches/scintilla-ac-sort-fix.diff,
19754         scintilla-optimization.diff: Removed, because they are already in
19755         scintilla CVS.
19756         
19757         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19758         2003-09-29).
19760         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19761         scintilla/LexYAML.cxx: Added new scintilla lexers.
19762         
19763         * TODO, NEWS: Updated.
19765         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19766         * src/utilities.c: Fixed typo bugs.
19768 2003-09-26  Naba Kumar  <naba@gnome.org>
19770         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19771         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19772         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19773         text_editor_find() and Fixed I-Search wrapping.
19774         * src/debugger.c: Fixed to pass a newline after a debugger
19775         command (which was broken since the launcher was refactored.
19776         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19778 2003-09-25  Naba Kumar  <naba@gnome.org>
19780         * src/toolbar_callbacks.c: Fixed start of incremental search.
19781         
19782         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19783         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19784         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19785         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19786         menu and implementation.
19788 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19790         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19791         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19792         variables in Locals window.
19794 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19796         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19797         * src/utilities.[ch] : Fix a tooltip bug in 
19798         anjuta_util_toolbar_append_stock(), the label appeared instead of
19799         the tooltip text. Remove label from arguments of the function
19800         because label is included in the stock icon data.
19801         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19802         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19803         * FIXME: translation file should be updated because of label text removal.
19805 2003-09-24  Naba Kumar  <naba@gnome.org>
19807         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19808         
19809         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19810         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19811         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19812         stdout and stderr. Also buffered output and check-for-password
19813         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19814         with password prompts. Checkes for password prompts from all outputs.
19815         
19816         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19817         which takes a string (which could be utf8 also) and converts into
19818         utf8 string.
19819         
19820         * src/main.c: Connects kernel signals after gnome_program_init().
19821         
19822         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19823         * src/message-manager.c: Fixed bug #787026 by converting the strings
19824         to proper UTF8.
19825         
19826 2003-09-22  Naba Kumar  <naba@gnome.org>
19828         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19829         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19830         GtkCList and using GtkTreeView instead. Added the patch.
19831         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19832         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19833         
19834 2003-09-19  Naba Kumar  <naba@gnome.org>
19836         * printing/print.c: Proper UTF8 printing support.
19837         * src/main.c: moved kernel signal connects at the
19838         end of application initialization.
19839         
19840 2003-09-18  Naba Kumar  <naba@gnome.org>
19842         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19843         (new) lexers.make, (new) lexers: Update scintilla to latest
19844         scintilla CVS (2003-09-18), added new lexers, automated
19845         lexers makefiles sections and scintilla update. Added
19846         patches. Optimized pango rendering. Fixed a crash bug
19847         in scintilla.
19848         
19849         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19850         patch to remove cvs log command from RESearch.cxx file.
19851         * scintilla/patches/scintilla-pango-always.diff:
19852         Fixed file name.
19853         * scintilla/RESearch.cxx: Removed spurious cvs log command
19854         and logs.
19855         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19856         
19857         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19858         * src/dnd.c: Fixed a crash bug with DND.
19859         
19860 2003-09-15  Naba Kumar  <naba@gnome.org>
19862         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19863         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19864         src/toolbar_callbacks.c: Added an additional parameter to
19865         text_editor_goto_line() funtion which decides if the line should
19866         be made visible (if it's under fold).
19867         
19868         * src/style-editor.c: Fixed a compiler warning.
19869         * src/message-manager.cc: Calls parent method correctly.
19871         * src/preferences.h: Fixed prent class.
19872         
19873         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19874         * src/project_dbase.c: Fixed bug #713210.
19875         
19876 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19877                                                                                 
19878         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19880 2003-09-11  Naba Kumar  <naba@gnome.org>
19882         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19883         * src/style-editor.c: Fixed bug #769130 (Crash on font
19884         selection dialog).
19885         
19886         * src/message-manger.[h,cc]: Made AnMessageManager
19887         derived from GtkFrame and removed deprecated code.
19888         
19889         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19890         compiler warnings.
19891         
19892 2003-09-09  Naba Kumar  <naba@gnome.org>
19894         * src/Makefile.am: Addded rules for built sources.
19895         
19896 2003-09-08  Naba Kumar  <naba@gnome.org>
19898         * (new) src/anjuta-marshalers.list: Added marshalers definition
19899         file.
19900         
19901         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19902         and CXXFLAGS are not overwriten by automake's default.
19903         * src/style-editor.c: Added 'operators' in the style editor.
19904         
19905         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19906         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19907         * src/message-manager-private.cc, src/message-manager.cc:
19908         Converts message going into message into UTF-8 endoding.
19909         * src/main.c: Uses UTF-8 codeset for localization.
19910         
19911 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19913         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19914         
19915 2003-09-08  Naba Kumar  <naba@gnome.org>
19917         * TODO: Updated.
19918         
19919         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19920         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19921         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19922         The combo entries were updated if the same data with a different
19923         case exist in the combo list. The combo entries are now case sensitive. 
19924         Search&Replace bug; First search ,max actions = 0 ==> now max
19925         actions = 100.
19926         
19927 2003-09-08  Naba Kumar  <naba@gnome.org>
19929         * TODO: Updated.
19930         * src/utilities.[c,h]: a function takes contant args.
19931         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19932         Now the child terminated signal is emitted properly.
19933         * src/Makefile.am: Used $(top_srcdir) for referring to 
19934         scintilla objects.
19935         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19936         definitions file which will generate anjuta-marshalers.[c,h] files.
19937         * src/.cvsignore: Updated.
19938         * src/build_project.c: Changed su command to preserve quotes.
19939         * src/anjuta-tools.c, tagmanager/tm_project.c,
19940         tagmanager/tm_workspace.c: Use standard tmp file.
19941         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19942         so that users could report bugs easily.
19943         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19944         
19945         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19946         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19947         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19948         src/attach_process.c, src/breakpoints.c, src/commands.c,
19949         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19950         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19951         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19952         src/memory.c, src/message-manager-private.c, src/preferences.c,
19953         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19954         src/search-replace.[c,h], stack_trace.c, text_editor.c,
19955         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19956         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19957         Fixed compile warnings and cleanup.
19958         
19959         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19960         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19961         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
19962         Removed libzvt usage and implemented child spawing differently. Launcher is
19963         now proper GObject, which can be created multiple times (and can be
19964         operated in parallel).
19966         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19967         * src/project_import_gui.c, src/project_import_cbs.c,
19968         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19969         (crash on project import). Removed deprecared codes.
19970         
19971 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19972         
19973         * src/cvs.c: Fixed cvs output bug.
19975 2003-09-03  Naba Kumar  <naba@gnome.org>
19977         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19978         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19979         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19980         src/text_editor_cbs.c: Implements --
19981                 If the debugger is started
19982                         A double click in the margin add or remove a breakpoint
19983                         A single click activate or deactivate the breakpoint
19984                 else
19985                         A double click in the margin add or remove a bookmark
19987 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19988         
19989         Reviewed by Naba Kumar  <naba@gnome.org>
19990         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19991         User is now able to choose a branch on cvs update for project.
19992         Cleaned up variable names.
19994 2003-09-03  Naba Kumar  <naba@gnome.org>
19996         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19997         src/Makefile.am: Added lexers.
19998         * scintilla/*/*: Updated...
19999         * src/an_symbol_view.c: Fixed a crash bug.
20000         * src/compiler_options.c, src/project_dbase.c: Fixed compile
20001         and build bugs.
20002         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
20003         * src/source.c: Fixed project generation bug with gettext code.
20004         * tagmanager/tm_project.c: Fixed a crash bug.
20005         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20006         bug when there is no project open. Bug #____.
20007         * src/source.c: Fixed a bug with build failure with non-gnome
20008         project with glade-generated source (eg. gtk2). Bug #____.
20009         * NEWS: Updated...
20011 2003-08-22  Naba Kumar  <naba@gnome.org>
20013         Patch from: Rob Bradford  <rob@debianplanet.org>
20014         * data/Makefile.am: Fixed to install properly during
20015         package building.
20016         
20017         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20018         * src/debug-tree.c: Fixed a crash bug.
20019         * src/compiler_options.c: Takes care of linking the missing pieces;
20020         C flags, libs, optimization options, debug and profile.
20022         Patch from: Enver ALTIN  <ealtin@casdb.com>
20023         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
20024         
20025 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
20027         Reviewed by Naba Kumar  <naba@gnome.org>
20028         * src/project_dbase.c: Fixed bugs #778263 and #778413
20029           Adding multiple files to project should work now.
20031 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20033         Reviewed by Naba Kumar  <naba@gnome.org>
20034         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
20035         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
20036         for Locals window.
20038 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20040         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20042 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20044         * src/text_editor.c: Fix translatable string (#113934).
20046 2003-07-04  Naba Kumar  <naba@gnome.org>
20048         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20049         bug when there is no project open. Bug #____.
20050         
20051         * src/source.c: Fixed a bug with build failure with non-gnome
20052         project with glade-generated source (eg. gtk2). Bug #____.
20054 2003-06-26  Naba Kumar  <naba@gnome.org>
20056         * src/anjuta.h: Removed reference to windows-dialog.h.
20057         * src/message-manager-private.[cc,h]: Fixed doulbe click
20058         activation of messages to properly jump at the destination.
20059         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
20060         * src/toolbar.c: Code clean-ups.
20061         
20062         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20063         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
20064         
20065         * src/message-manager-private.[cc,h]: Removed dead codes.
20066         
20067         * (new) data/properties/css.properties,
20068         data/properties/anjuta.properties, data/properties/Makefile.am:
20069         Added CSS syntax hiliting properties.
20070         
20071         * tagmanager/tm_file_entry.c: Fixed a possible bug.
20072         * src/debugger.c: Clean ups.
20073         * src/lexer.h: Added CSS lexer definition.
20074         
20075         * Makefile.am: Installs destop file properly.
20076         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
20077         * NEWS: Updated for 1.1.97 release.
20078         * src/main_menubar_def.h: Changed some non working shortcuts.
20079         
20080 2003-06-24  Naba Kumar  <naba@gnome.org>
20082         * src/search-replace.c: Shows the dialog properly, even when it is
20083         hidden behind another window.
20084         
20085         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
20086         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
20087         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
20088         and code clean up.
20089         
20090         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
20091         setup wizard dialogs.
20092         
20093         * src/debugger.c: Removed a redundant call to
20094         debugger_update_controls().
20095         * src/compiler_options.c, src/launcher.c: code cleanup.
20096         * src/executer.c: Fixed execution bug with 'Set Program params...".
20097         
20098 2003-06-23  Naba Kumar  <naba@gnome.org>
20100         * widgets/e-splash.c: Removed border around the splash image.
20101         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
20102         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
20103         * src/cvs.c: Added a frame around commit log text widget.
20104         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20105         crash bug associated with translated combo box list in preferences
20106         dialog (in different locale other than en_US). Used widget names
20107         to pass the combo list items.
20108         * po/POTFILES.in: Updated.
20109         * src/launcher.c: Creates the zvt terminal at startup (and not
20110         every time a build is done) -- speeds up buld operations.
20111         * src/file_history.c: Should be if() conditional instead of
20112         assertion check.
20113         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20114         Disabled useless warnings.
20115         * src/project_dbase.c: Fixed bonobo 2 project name.
20116         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20117         and uses correct glade-2 for file generation.
20118         
20119 2003-06-21  Naba Kumar  <naba@gnome.org>
20121         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20122         And disables autocomple show for numbers (very annoying).
20123         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20124         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20125         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20126         from view menu and adjust the controls accordingly.
20127         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20128         only OK button.
20129         * src/project_dbase.[c,h]: Removed show_local flag processing.
20130         * src/message-manager.[c,h]: Reorganized messages tabs in more
20131         sensible order.
20132         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20133         Also added PCRE dependency.
20134         
20135 2003-06-20  Naba Kumar  <naba@gnome.org>
20137         * pixmaps/anjuta_splash.png: New splash.
20138         from Jean Schurger  <yshartk@schurger.org>
20139         
20140         * src/controls.c: De-sensitize run-to-cursor when debugger
20141         is not running.
20142         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20143         
20144         * src/message-manager-private.cc: Fixed to properly jump at
20145         the right file:line.
20146         
20147         * src/appwiz_page1.c: Fixed to correctly determine the project
20148         trpe from the wizard.
20149         
20150 2003-06-20  Naba Kumar  <naba@gnome.org>
20152         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20153         * src/watch_gui.c: Code cleanups.
20154         * src/debugger.[c,h], src/stack_trace.[c,h],
20155         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20156         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20157         Removed direct access to stack_trace private data, Increased debugger
20158         command size from 256 to 1024 (to be on safer side). Also implemented
20159         row-activated signle for seting frame and viewing the source.
20160         * src/debugger.c: Avoids starting program and stopping debugger
20161         when starting debugger and stopping program, respectively.
20162         
20163         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20164         Reverted codes to start debugger automatically
20165         The file is brought to the state just after the branching 
20166         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
20167         some code clean ups.
20168         
20169         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20170         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20171         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20172         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20173         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20174         src/project_dbase.c: Code clean ups.
20175         
20176         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20177         (Projects dir) so that correct $HOME/Projects path is set when
20178         anjuta is run for the first time.
20179         
20180 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
20182         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20184 2003-06-13  Naba Kumar  <naba@gnome.org>
20186         * src/stack_trace_cbs.c: Moved variable declaration at the
20187         top of the block (bug #737867)
20188         
20189         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20190         just CFLAGS and CXXFLAGS (bug #743617).
20191         
20192         * src/create_global_tags.sh: Fixed shell script to properly
20193         detect installed *-config files.
20194         
20195 2003-06-12  Naba Kumar  <naba@gnome.org>
20197         * src/preferences.[c,h]: Added methods for custom widgets in
20198         preferences: using custom set/get methods for them.
20199         
20200         * src/anjuta-encoding.c: Implemented up/down of the encodings
20201         in the list and property saves correctly.
20202         
20203         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20204         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20205         the beginning of a file.
20207         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20208         * src/aneditor.cxx, src/aneditor.h,
20209         src/controls.c, src/main_menubar.c, src/main_menubar.h,
20210         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20211         src/mainmenu_callbacks.h: Allows the operator to select the current
20212         word or the current line (Request: 680801). It puts also
20213         sensitive/unsensitive several select/comment menu items.
20215         * src/breakpoints.c: Presets by default the current line for a
20216         defined breakpoint.
20218 2003-06-11  Naba Kumar  <naba@gnome.org>
20220         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20221         color (red highlight) now cosistent for inactive tabs also.
20222         
20223         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20224         'Advanced search and replace' in Edit->Search submenu.
20225         
20226         * data/properties/tcltk.properties: Fixed bug #731851. Added line
20227         wrappings '\' where     they were missing.
20228         
20229         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20230         message is now more descriptive and details the correct thing to do
20231         for GNOME2 desktop.
20232         
20233 2003-06-10  Naba Kumar  <naba@gnome.org>
20235         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20236         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20237         Removed any reference to particular version of automake/autoconf
20238         so that they could work with newer versions (Bug #659394).
20240         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20241         src/anjuta.c: Added coded to add/remove supported encodings.
20242         
20243         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20244         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20245         src/project_import.c, src/project_type.c, src/project_type.h,
20246         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20247         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20248         from the project wizard.
20250 2003-06-06  Naba Kumar  <naba@gnome.org>
20252         Patch from Etay Meiri  <etay-m@bezeqint.net>
20253         * src/compiler_options.c: Fixed bugs related to clean before
20254         build patch.
20255         
20256         * anjuta.desktop.in.in: Added commandline options.
20257         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20258         -dP and -A flags of CVS update into different options.
20259         
20260 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20262         * configure.in: Removed "ta" from ALL_LINGUAS.
20264 2003-06-02  Naba Kumar  <naba@gnome.org>
20266         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20267         return NULL for undefined properties and "" for defined but empty
20268         strings. It was creating many problems where both are assumed to be
20269         same. And besides, it doesn't matter to differentiate the two (the
20270         problem with preferences was due to a different bug).
20272         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20273         correctly. Also, s/props_build_in/props_built_in/g.
20274         
20275         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20276         list.
20277         
20278         * src/an_file_view.c: Unrefed pixbufs when done with them.
20280         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20281         (removed) file_text.png: Added and removed pixmaps.
20282         
20283 2003-05-30  Naba Kumar  <naba@gnome.org>
20285         * anjuta.glade: Fixed encodings preferences dialog
20286         
20287 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20288         
20289         Reviewed by Naba Kumar  <naba@gnome.org>
20290         
20291         * src/build_project.c src/clean_project/c: perform a clean before
20292         build, if required. Show the message manager on clean.
20293         * src/compiler_options.c: save the new options when window is closed
20294         and flag project to be cleaned before the next build.
20295         * src/project_dbase.c: added a 'clean before build' flag to project
20297 2003-05-29  Naba Kumar  <naba@gnome.org>
20299         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20300         dialog.
20301         
20302         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20303         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20304         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20305         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20306         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20307         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20308         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20309         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20310         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20312         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20313         Removed unused icons references.
20315 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20317         Reviewed by Naba Kumar  <naba@gnome.org>
20318         
20319         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20320           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20321           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20322           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20323           src/toolbar_callbacks.c: HIG compliant dialogs.
20325         * src/utilities.c: anjuta_button_new_with_stock_image() and
20326           anjuta_dialog_add_button() stolen from gedit.
20328         * src/main_menubar_def.h: Fixed mnemonics.
20330 2003-05-26  Naba Kumar  <naba@gnome.org>
20332         * src/project_dbase_gui.c: Added header files filter for add file
20333         dialog box. Disabled project window to be transient window.
20334         
20335         * src/message-manager.cc: Disabled message manager window to be
20336         transient window.
20337         
20338         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20339         a file could not be loaded.
20340         
20341         * src/project_dbase.c: Fixed a bug with GUI editor command
20342         where empty string is returned.
20343         
20344         * src/Makefile.am, src/preferences.h, src/text_editor.c
20345         src/text_editor.h, (new) src/anjuta-encodings.h,
20346         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20347         Added encoding support and to handle characters encoding correctly
20348         by auto detecting it during load. Added preferences for selecting
20349         the encoding during save.
20351         * src/preferences.c, src/resources.c: Removed debug messages.
20353         Patch from: Alexander Nedotsukov <bland@mail.ru>
20354         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20356 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20357         * src/anjuta.c: Try to sow the splash image more often.
20359 2003-05-20  Naba Kumar  <naba@gnome.org>
20361         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20362         * src/debug_tree.c: Colorize the modified locals during
20363         debugging and call memory analyze from the debugger.
20364         * src/breakpoints.c: The color is now different for the enabled
20365         and disabled breakpoints. Anjuta now can erase several
20366         breakpoints defined at the same line. The markers are updated
20367         according to the enable/disable action.
20368         
20369         Patch from Etay Meiri  <etay-m@bezeqint.net>
20370         * src/launcher.c: Fixes launcher freeze up bug during build.
20372 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20374         Reviewed by Naba Kumar  <naba@gnome.org>
20375         * scintilla/PropSet.h: Change member variables from private to protected.
20376         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20377         to PropSetFile class, which return a gchar * (and can therefore indicate
20378         whether properties are empty or do not exist) and make prop_get and
20379         prop_get_expanded use them.
20380         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20381         that the result of of prop_get cannot be an empty string.
20383 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20385         Reviewed by Naba Kumar  <naba@gnome.org>
20386         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20387         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20388         src/text_editor_cbs.c: When saving all the files in the project, the
20389         text editors are now only rehighlighted once instead of once for each
20390         file saved.
20392 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20393         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20394         * src/anjuta.desktop.in.in: Support startup notification.
20395 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20396         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20397         * src/anjuta.desktop.in.in: Support startup notification.
20400 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20402         Reviewed by Naba Kumar  <naba@gnome.org>
20403         
20404         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20405         memory leak from glade_xml_new call. Removed gxml field from Executer
20406         struct as only used in create_executer_dialog and then destroyed.
20407         
20408         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20409         
20410         * src/configurer.c: Fix warning trying to connect signal to non-existent
20411         environment entry in configure dialog and fix crash when closing the
20412         window.
20413         
20414         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20415         gnome_date_edit_get_time instead.
20416         
20417         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20418         in view menu required renumbering elsewhere.
20420 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20422         Reviewed by Naba Kumar  <naba@gnome.org>
20423         
20424         * src/breakpoints.c: fixed an error when removing breakpoint
20425         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20426         * src/debugger.c: changes to the way the debugger is activated
20427         * src/debugger.h: clean ups
20429 2003-05-13  Naba Kumar  <naba@gnome.org>
20431         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20432         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20433         src/memory.h: A new version of memory and the interface
20434         is now integrated in anjuta.glade
20436 2003-05-09  Naba Kumar  <naba@gnome.org>
20438         * configure.in: Bumped required gtk version to 2.0.8.
20439         
20440 2003-05-06  Naba Kumar  <naba@gnome.org>
20442         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20444 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20445         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20447 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20448         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20449         , tagmanager/c.c: Support for ProC and RDB files.
20451 2003-05-06  Naba Kumar  <naba@gnome.org>
20453         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20454         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20455         Uncomment (Box & Stream), Select the current function,
20456         authorize the "Quit" button of the GotoLine window
20458 2003-05-05  Naba Kumar  <naba@gnome.org>
20460         * src/watch_gui.h: CVS added new file.
20462         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20464         Patch from Etay Meiri <etay-m@bezeqint.net>
20465         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20466         src/mainmenu_callbacks.c, src/message-manager.cc,
20467         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20468         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20469         Ported stack trace to GNOME2 and added it in the message manager
20470         pane.
20472 2003-05-02  Naba Kumar  <naba@gnome.org>
20474         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20475         
20476         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20477         preferences property.
20478         
20479         * anjuta.prj: Fixed multiple preferences saved data.
20480         
20481         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20482         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20483         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20484         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20485         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20486         Upgraded scitilla from CVS with faster window repaint
20487         and more bugfixes.
20488         
20489         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20490         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20491         and code cleanups
20492         
20493 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20495         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20496         the window if messages are appended to the end and the scrollbar is
20497         at the end.
20499 2003-04-29  Naba Kumar  <naba@gnome.org>
20501         * configure.in: Removed omf-install from Makefiles list.
20503 2003-04-28  Naba Kumar  <naba@gnome.org>
20505         * po/POTFILES.in: Remvoded deleted files.
20506         
20507         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20508         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20510         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20511         is executed as detached) is not set properly.
20512         
20513 2003-04-25  Naba Kumar  <naba@gnome.org>
20514         
20515         * anjuta.prj: Updated.
20516         * src/anjuta_info.c: Fixed text wrapping and column view.
20517         * data/welcome.txt.in: Removed unaligned characters.
20518         
20519 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20520         * src/main_menubar.c: Disable setup dialog.
20522 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20523         * src/breakpoints.c; Fixed compilation with older GCC
20524         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20525         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20527 2003-04-18  Naba Kumar  <naba@gnome.org>
20529         * anjuta.prj: Updated (includes compiler options).
20530         
20531         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20532         function from anjuta.c (it was already available in anjuta-tools.c).
20533         
20534 2003-04-18  Naba Kumar  <naba@gnome.org>
20536         * src/about.c, THANKS: Updated
20537         
20538         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20539         
20540         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20541         properly from the project session before updating the file
20542         view.
20543         
20544         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20545         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20546         dialog settings (as it will not be required once GDL is in place) and
20547         added file view filters in the settings sub-menu.
20549 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20550         * HACKING: Updated
20551         * configure.in: Disable cast checks on final build.
20553 2003-04-17  Naba Kumar  <naba@gnome.org>
20555         * src/build_project.c: Fixed a compilation error.
20557         * src/launcher.c: Removed commnets.
20558         
20559         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20560         properties from editor tab to indentation tab and fixed a property
20561         label for proper i18n translation. Fixed typos in project config
20562         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20563         sorting and reordering in compiler options dialog.
20564         
20565         * src/compiler_options.c: Implemented _save() function to save the
20566         options (which was pending).
20567         
20568         * src/build_project.c: Destroys install-as-root dialog when it is done.
20569         
20570         * src/an_symbol_view.c: Change "event" event to "event-after" so
20571         that symbol row is selected first before the popup is shown.
20572         
20573 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20575         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20576         file in CVS/Entries. (Reviewed and applied by Biswa)
20578 2003-04-16  Naba Kumar  <naba@gnome.org>
20580         * aneditor.cxx: use unicode everytime (fixed unicode related
20581         bugs).
20583         * anjuta.prj: Fixed UI editor name (blank to use default) and
20584         anjuta version.
20585         
20586         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20587         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20588         Editor preferences page.
20590 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20591         * src/anjuta.[ch], src/print.c: Fixed warnings
20592         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20593         * configure.in: Profiling support with gprof
20595 2003-04-16  Naba Kumar  <naba@gnome.org>
20597         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20598         * src/launcher.c: Fixed cvs dialog.
20599         
20600 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
20601         
20602         * src/message-manager-private.cc: Fixed double-click on first line of 
20603         output to properly select a line.
20604         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20605         because still was a deprecatd GtkCTreeNode and always NULL anyway.
20607 2003-04-15  Naba Kumar  <naba@gnome.org>
20609         * src/message-manager-private.cc: Fixed the glade filename typo.
20611 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20612         * scintilla/*, data/properties/*: Scintilla CVS merge
20613         * anjuta.prj: Removed unnecessary files.
20614         * scintilla/PlatGTK.cxx: Force Pango fonts always
20615         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20616         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20617         for preferences.
20618         * configure.in: Change version no. for 1.1.1 (alpha release)
20619         * configure.in: Added '--with-pref-suffix' option.
20620         * config.guess, config.sub: Removed from CVS.
20622 2003-04-15  Naba Kumar  <naba@gnome.org>
20624         Patch from Timothee Besset  <ttimo@idsoftware.com>
20625         * Makefile.am: Fixed a shell script error during intallation.
20626         
20627 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20629         Reviewed by Naba Kumar  <naba@gnome.org>
20630         * src/message-manager.cc: Added popup-menu to TreeView and fixed
20631         set_wm_class to use "anjuta" instead of "an.
20632         * src/message-manager-private.cc: Headers are hidden again.
20634 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20635         * src/project_dbase_gui.c: Memory corruption fix.
20636         * anjuta.prj: Updated project file
20638 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20639         * an_file_view.c: Connect to event-after signal rather than event so that
20640         selection is updated first and thus context menu is for the right file.
20641         Reviewed and applied by Biswa.
20643 2003-04-14  Naba Kumar  <naba@gnome.org>
20645         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20646         
20647         * src/auncher.c: More child exit fixes
20648         from Timothee Besset  <ttimo@idsoftware.com>
20650 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20651         
20652         Reviewed by Naba Kumar  <naba@gnome.org>
20653         
20654         * src/message-manager.[c/h], src/message-manager-private[c/h],
20655                 anjuta.[c/h]: Ported message-manager to Gtk2
20656         
20657         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20658         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20659         src/clean_project.c, src/compile.c, src/configurer.c,
20660         src/controls.c, src/cvs.c, src/debugger.c,
20661         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20662         src/project_import.c, src/search-replace.c: Changed name from
20663         AnjutaMessageManager to AnMessageManager to avoid too long type
20664         and funtion names.
20666 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20667         * src/launcher.c: Fix build won't stop problem - TTimo
20668         * TODO: Updated
20669         * pixmaps/anjuta_splash.c: New splash screen prototype.
20670         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20671         * src/compiler_options.c: Mute pkgconfig errors.
20672         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20674 2003-04-10  Naba Kumar  <naba@gnome.org>
20676         * configurer.[c,h]: Fixed dialog to close properly.
20677         * src/project_dbase.c, widgets/gnomefilelist.c: Added
20678         debugging asserts.
20679         
20680 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20681         * anjuta.prj: Removed unnecessary files, load with 1.2.0
20682         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20683         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20684         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20685         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20686         src/makefile.am: Move gdl to it's own directory.
20687         * global-tags/create_global_tags.sh: Silently ignore SDL error.
20689 2003-04-09  Naba Kumar  <naba@gnome.org>
20691         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20692         branch.
20694 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20695         * src/anjuta-tools.c: Use CDATA for saving tools data.
20696         * anjuta.glade, src/search-replace.c: Port from branch.
20697         * widgets/e-splash.*, src/main.c: Better splash screen.
20698         * configure.in, widgets/gdl*: Import GDL widgets.
20699         * ROADMAP: Updated roadmap.
20700         * src/an_file_view.c: Use GDL icons for file tree.
20702 2003-04-09  Naba Kumar  <naba@gnome.org>
20704         * anjuta.glade: Added (hidden) initial setup-wizard window.
20705         
20706         Patch from: Vitaly  <vvv@rfniias.ru>
20707         * src/preferences.c: Fixes a bug with libglace widget access with
20708         translated strings.
20710         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20711         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20712         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20713         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20714         src/toolbar_callbacks.[c,h],
20715         src/memory.c, src/message-manager-private.cc,
20716         src/message-manager-private.h, src/message-manager.cc,
20717         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20718         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20719         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20720         watch window to a subwindow in the notebook
20722 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20723         * ROADMAP: Updated roadmap.
20725 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20727         * configure.in: Added Belarusian to ALL_LINGUAS.
20729 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20730         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20731         Henry Jia
20732         * ROADMAP: Added roadmap for HEAD.
20734 2003-03-29  Naba Kumar  <naba@gnome.org>
20736         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20737         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20738         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20739         (new) pixmaps/start-with-wizard.png,
20740         (new) pixmaps/start-with-import.png,
20741         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20742         up on anjuta start-up to give quick access to opening file/project or
20743         creation wizards.
20745         * src/main.c: Sets proper data directory for the gnome
20746         program.
20748 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20749         * src/text_editor.c: Fixed error/warning indicators.
20751 2003-03-24  Naba Kumar  <naba@gnome.org>
20753         * README: Correct version.
20754         
20755 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20757         * configure.in: Added checks to see if were building on FreeBSD
20758         systems.  Sets -DFREEBSD if we are, and also attempts to find
20759         gmake if the host system is FreeBSD.
20761         * src/getline.c: New file used to provide the getline function,
20762         which isnt available on a FreeBSD system.  The function is only
20763         defined if FREEBSD is defined.
20765         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20767         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20768         configure.in sets this to gmake on FreeBSD systems, and make
20769         on everything else.
20771 2003-03-23  Naba Kumar  <naba@gnome.org>
20773         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20774         
20775         * anjuta.spec.in: Fixed spec file for correct file paths and
20776         corrected rpmbuild.
20778         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20779         the rpm build command separately now.
20780         
20781         * src/anjuta.c, windows-dialog.c: Added some more window management
20782         stuffs (not still fully working, though).
20784         * TODO: Updated.
20786 2003-03-22  Naba Kumar  <naba@gnome.org>
20788         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20790 2003-03-21  Naba Kumar  <naba@gnome.org>
20792         * README: Removed Andy Piper's name from the active maintainers
20793         list on his request.
20794         
20795         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20796         preferences.
20797         
20798         * src/anjuta-tools.c: Fixed compiler errors.
20800         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20801         show bugs.
20802         
20803         * src/commands.c, src/src_paths.c, src/style-editor.c,
20804         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20805         becuase they are now hidden by default (from glade editing).
20806         
20807         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20808         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20809         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20810         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20811         basic windows managements.
20812         
20813 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20814         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20815         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20816         Enver ALTIN (a.k.a. skyblue)
20818 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20819         * tagmanager/*: Added ignore-list for symbols. This will make
20820         parsing more accurate for projects. Doc updates needed.
20822 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20823         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20824         * launcher/Makefile.am: Link to correct libraries
20825         * src/launcher.c: Do not allow NULL shell
20827 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20828         * src/debug_tree.c: Improve debug tree view.
20830 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20832         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20833         'Run Configure Script' and 'Execute Program'. Increase minimum width
20834         of Configure dialog.
20835         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20836         list widget by setting a model and adding a column and renderer.
20837           Actually store the nocvs toggle button in FindInFiles data structure.
20838           Handle selection changes via changed signal rather than row_activated.
20839           Use response signal for handling the close and find buttons.
20840           Close window when escape is pressed.
20841         * find_replace.c: Close window when escape is pressed.
20842         * find_text.c: Close window when escape is pressed in find dialog as
20843         well as wrap search question, where now Yes is the default button.
20845 2003-03-05  Naba Kumar  <naba@gnome.org>
20847         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20849         * src/message-manager-private.cc: Fixed a bug with vte conditional
20850         compilation.
20851         * anjuta.glade: Hides all windows in glade file.
20853 2003-03-05  Naba Kumar  <naba@gnome.org>
20855         * src/an_file_view.c: Fixed a compilation warning.
20856         * src/message-manager-private.cc: Conditional compilation for vte
20857         API.
20858         
20859 2003-02-28  Naba Kumar  <naba@gnome.org>
20861         * configure.in, anjuta.spec.in: Updated dependency packages version.
20862         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20863         * src/preferences.c: Added debug assertions.
20864         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20865         editor to enable/disable bringing the recent editor tabs first.
20866         
20867         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20868         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20869         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20870         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20871         and     bug fixes. Also code clean ups.
20872         
20873         * (new) src/search-replace.[h,c]: New search replace implementation
20874         from ANJUTA_1_0_0 branch.
20875         
20876         * (new) src/windows-dialog.[h,c]: New windows management class
20877         [work in progress].
20879 2003-02-28  Naba Kumar  <naba@gnome.org>
20881         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20882         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20883         src/appwizard.c, src/build_file.c, src/build_project.c,
20884         src/clean_project.c, src/compile.c, src/configurer.c,
20885         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20886         src/message-manager-dock.c, src/message-manager-dock.h,
20887         src/message-manager-private.cc, src/message-manager.cc,
20888         src/preferences-dialog.c, src/preferences-dialog.h,
20889         src/preferences.c, src/preferences.h, src/project_dbase.c,
20890         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20891         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20892         src/utilities.c, src/utilities.h:
20893         
20894         Widgetized Preferences and gave proper function names.
20896         * src/executer.c: Fixed a session loading bug.
20897         
20898 2003-02-27  Naba Kumar  <naba@gnome.org>
20900         * printing/print.c: Fixed printing font bug that failed to load the
20901         proper fonts.
20902         
20903         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20904         
20905         * TODO, anjuta.prj: Updated.
20907 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20909         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20910         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20911         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20912         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20913         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20914         fixed omf errors
20916 2003-02-25  Naba Kumar  <naba@gnome.org>
20918         * Makefile.am: Excluded omf-install from installation as the docs are
20919         not ready.
20920         
20921         TODO: Updated.
20922         
20923         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20924         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20925         property names and added new editor properties and code cleanups.
20926         Also added new project properties.
20927         
20928         * src/compiler_options.[h,c]: Added pkg-config packages supports
20929         and fixed bugs.
20930         
20931         * src/glade_iface.h: Cleanups.
20932         
20933         * src/launcher.c: Used timer instead of idle to scan.
20934         
20935         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20936         src/project_config.[h,c], src/project_import.c: Implemented project
20937         property to define GUI editor and to handle it.
20938         
20939         * src/preferences.c: i18n fixes.
20940         
20941         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20942         unused (and old) pixmaps.
20943         
20944         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20945         
20946 2003-02-25  Naba Kumar  <naba@gnome.org>
20948         * src/message-manager-private.[h,cc], src/preferences.c,
20949         anjuta.glade, anjuta_dialog_strings.c: Implemented
20950         gnome terminal profiles for the terminal preferences and moved the
20951         addition of terminal preferences in the terminal constructor.
20952         
20953         * anjuta.prj: Updated.
20955 2003-02-24  Naba Kumar  <naba@gnome.org>
20957         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20958         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20959         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20960         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20961         preferences dialog.
20963         * TODO: Updated.
20965         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20966         text selection and child re-spawning.
20968         * src/pixmaps.h: Removed unused pixmaps definitions.
20969         
20970 2003-02-23  Naba Kumar  <naba@gnome.org>
20972         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20973         the project tree/window.
20975         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20976         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20977         Correct the use of a variable and implemented session save/load
20978         for tree expansion states.
20979         
20980         * src/main_menubar_def.h: Fixed shortcuts keys.
20981         
20982         * src/anjuta.c, src/gnome_project.c: Code clean ups.
20983         
20984         * anjuta.prj: Updated.
20985         
20986 2003-02-22  Naba Kumar  <naba@gnome.org>
20988         * src/debug_tree.[c,h]: GNOME2 port from 
20989         Etay Meiri <etay-m@bezeqint.net>
20990         
20991         * src/an_file_view.c, src/resources.[h,c],
20992         data/properties/bash.properties,
20993         data/properties/cpp.properties,
20994         data/properties/html.properties,
20995         data/properties/make.properties,
20996         data/properties/others.properties,
20997         data/properties/perl.properties,
20998         data/properties/props.properties,
20999         data/properties/xml.properties: Standarized file icons. Icons are
21000         defined in respective .properties file and are retrieved as resource
21001         data.
21003         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
21004         in labels from the commands editor as that would create
21005         problems for translators.
21007 2003-02-21  Naba Kumar  <naba@gnome.org>
21009         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
21010         as they should be part of CVS(?).
21012         * Makefile.am: Corrected a typo for glade generated strings file.
21014         * configure.in, po/hi.po: Added new Hindi (hi) translation
21015         in ALL_LINGUS and added initial Hindi translation.
21017         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
21018         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
21019         sv_unknown.xpm to more proper icon.
21021         * (new)data/properties/php.properties, data/properties/Makefile.am,
21022         data/properties/anjuta.properties, data/properties/html.properties:
21023         Fixed PHP syntax hilighting bug by separating php properties into
21024         different file (because of file size).
21026         * TODO: Updated.
21027         
21028 2003-02-20  Naba Kumar <naba@gnome.org>
21030         * src/breakpoints.c: Fixed breakpoints session saving/loading
21031         crash bug.
21032         
21033         * scintilla/*, scintilla/include/*: Updated to scintilla
21034         release 1.51
21035         
21036 2003-02-19  Naba Kumar <naba@gnome.org>
21038         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
21039         * TODO: Updated.
21041         * Makefile.am, src/Makefile.am,
21042         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
21043         (removed) src/anjuta_dialog_strings.c,
21044         (removed) src/anjuta_dialogs_strings.c,
21045         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
21046         (added) anjuta.glade: Transfered glade files from src/ directory
21047         to the top level directory.
21049         * po/POTFILES.in: Updated.
21050         
21051         * (removed) macrocs2/*: Transfered to data/ directory.
21052         
21053         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
21054         data/Makefile.am: Moved macros in data directory. Anjuta no longer
21055         requires to have macros dir, but the projects generated by anjuta
21056         require them.
21057         
21058         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
21059         trees.
21060         
21061         * src/defaults.c: Corrected default compiler options.
21062         
21063         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
21064         wizard.
21065         
21066         * src/message-manager-private.cc, src/message-manager-private.h,
21067         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
21068         
21069         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
21070         source code generation for gnome2 projects.
21072 2003-02-11  Naba Kumar <naba@gnome.org>
21074         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
21075         restores the expand/collaspe states of the nodes after refresh.
21076         
21077         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
21078         
21079 2003-02-11  Naba Kumar <naba@gnome.org>
21081         * src/style-editor.c: Fixed pango font description handling for fonts.
21082         * src/anjuta.glade: Removed font size spin button.
21083         * configure.in, src/anjuta.prj: Corrected version.
21084         * TODO: update.
21085         
21086 2003-02-10  Naba Kumar <naba@gnome.org>
21088         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
21089         references of scroll-menu.h and add about.h in Makefile.am.
21090         
21091         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
21092         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
21093         (removed) widgets/scroll-menu.h: Removed unused files.
21094         
21095         * Makefile.am: Added proper i18n rules and added intl tools for
21096         distributions.
21097         
21098         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
21099         to the stable release).
21100         
21101         * anjuta.spec.in: Removed manuals packaging.
21102         
21103         * data/Makefile.am: Removed 'macros' installation (not required for
21104         gnome2 projects).
21106 2003-02-10  Naba Kumar <naba@gnome.org>
21108         * po/POTFILES.in: Updated.
21110         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
21111         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21112         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21113         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21114         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21115         icons and images.
21117         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21118         src/toolbar_callbacks.h: Fixed scintilla notification signal name
21119         and fixed to properly handle focus in find entry box.
21121         * Makefile.am: Added code for RH system menu update.
21123         * .cvsignore: Updated.
21125         * NEWS: Updated.
21127 2003-02-03  Naba Kumar <naba@gnome.org>
21129         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21130         editor preferences. and fixes dialogs.
21132         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21133         Fixed linenumbers and header margins when they are disabled and
21134         removed unused header files.
21136         * src/attact_process.[h,c], src/debugger.c: Attach to process
21137         now works.
21139         * src/help.c: Fixed dialog response.
21141         * TODO: Updated.
21143         * data/properties/anjuta.properties: Corrected typo.
21145         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21146         Change the signal to "changed" in entry from "selection-changed" in
21147         list.
21149         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21150         short-cuts.
21152 2003-01-31  Naba Kumar <naba@gnome.org>
21154         * configure.in: Upgraded to use libgnomeprint-2.2
21155         
21156         * printing/Makefile.am: Updated
21157         
21158         *(removed) printing/print-doc.c, printing/print-doc.h,
21159         printing/print-util.c, printing/print-util.h: Removed because already
21160         merged with print.c.
21161         
21162         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21163         and libgnomeprintui-2.2 and fixed rendering problems.
21164         
21165         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21166         uneccessary print properties, as they are separately taken
21167         care in gnomeprint.
21168         
21169         * po/POTFILES.in: Update.
21171 2003-01-30  Naba Kumar <naba@gnome.org>
21173         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21174         for about dialog box.
21175         
21176         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21177         src/pixmaps.h: Modified for the above additions for about dialog.
21179 2003-01-29  Naba Kumar <naba@gnome.org>
21181         * src/style_editor.[c,h]: Added missing files.
21182         
21183 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21184         * scintilla/XPM.[cxx|h]: Added missing files
21186 2003-01-29  Naba Kumar <naba@gnome.org>
21187         
21188         * TODO, po/POTFILES.in: Updated.
21189         
21190         * anjuta.prj, src/anjuta.glade,
21191         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21193 2003-01-28  Naba Kumar <naba@gnome.org>
21194         
21195         * data/properties/anjuta.properties, src/aneditor.cxx,
21196         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21197         properties into text properties (earlier it was int properties).
21199         * TODO: Updated
21200         
21201         * scintilla/AutoComplete.c,xx,
21202         scintilla/AutoComplete.h,
21203         scintilla/CallTip.c,xx,
21204         scintilla/CallTip.h,
21205         scintilla/Document.c,xx,
21206         scintilla/Document.h,
21207         scintilla/Editor.c,xx,
21208         scintilla/Editor.h,
21209         scintilla/LexAVE.c,xx,
21210         scintilla/LexCSS.c,xx,
21211         scintilla/LexHTML.c,xx,
21212         scintilla/LexOthers.c,xx,
21213         scintilla/LexPython.c,xx,
21214         scintilla/LineMarker.c,xx,
21215         scintilla/LineMarker.h,
21216         scintilla/Makefile.am
21217         scintilla/PlatGTK.c,xx,
21218         scintilla/PropSet.c,xx,
21219         scintilla/ScintillaBase.c,xx,
21220         scintilla/ScintillaBase.h,
21221         scintilla/ScintillaGTK.c,xx,
21222         scintilla/ViewStyle.c,xx,
21223         scintilla/include/Platform.h,
21224         scintilla/include/SciLexer.h,
21225         scintilla/include/Scintilla.h,
21226         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21227         
21228         
21229         src/Makefile.am,
21230         src/an_file_view.c,
21231         src/an_symbol_view.c,
21232         src/anjuta-tools.c,
21233         src/anjuta.c,
21234         src/anjuta.glade
21235         src/anjuta.h,
21236         src/anjuta_cbs.c,
21237         src/anjuta_dialogs_strings.c,
21238         src/anjuta_info.c,
21239         src/commands.c,
21240         src/compiler_options.c,
21241         src/debugger.c,
21242         src/help.c,
21243         src/main_menubar.c,
21244         src/main_menubar.h,
21245         src/main_menubar_def.h,
21246         src/mainmenu_callbacks.c,
21247         src/mainmenu_callbacks.h,
21248         src/message-manager-private.c,c
21249         src/message-manager-private.h,
21250         src/message-manager.c,c
21251         src/message-manager.h,
21252         src/pixmaps.h,
21253         src/preferences.c,
21254         src/preferences.h,
21255         src/project_config.c,
21256         src/project_dbase.c,
21257         src/project_dbase_gui.c,
21258         src/project_import_gui.c,
21259         src/properties.c,xx,
21260         src/properties.h,
21261         src/resources.c,
21262         src/src_paths.c,
21263         src/text_editor.c,
21264         src/text_editor_gui.c,
21265         src/toolbar.c,
21266         src/utilities.c,
21267         src/utilities.h,
21268         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21269         
21270 2003-01-24  Naba Kumar <naba@gnome.org>
21272         * src/text_editor_gui.c, src/toolbar.c,
21273         src/text_editor.c, src/text_editor_cbs.h:
21274         Used correct notification signal name for scintilla
21275         (gtk2) and fixed UI.
21276         
21277         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21278         when not required.
21279         
21280         * printing/print-doc.c,
21281         printing/print.c,,
21282         src/anjuta-tools.c,
21283         src/find_replace.c,
21284         src/goto_line.c,
21285         src/launcher.c,
21286         src/mainmenu_callbacks.c,
21287         src/project_dbase.c,
21288         src/project_dbase.h,
21289         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21290         src/text_editor.c,
21291         src/text_editor_cbs.h:
21294 2003-01-23  Naba Kumar <naba@gnome.org>
21296         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21297         correct stock icons and organized pixmap macros.
21298         
21299         Makefile.am: Removed non-generated files.
21300         
21301         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21302         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21303         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21304         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21305         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21306         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21307         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21308         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21309         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21310         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21311         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21312         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21313         stop.xpm, undo.xpm}: Removed because no longer used.
21315         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21316         file_unknown.xpm}: Files renamed from fv_*, as it would
21317         be the right name.
21319         * pixmaps/Makefile.am: Updated for the above changes.
21321 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21323         * pixmaps/autocomplete-16.png,
21324         pixmaps/autocomplete.png,
21325         pixmaps/block-end-16.png,
21326         pixmaps/block-end.png,
21327         pixmaps/block-start-16.png,
21328         pixmaps/block-start.png,
21329         pixmaps/bookmark-first-16.png,
21330         pixmaps/bookmark-first.png,
21331         pixmaps/bookmark-last-16.png,
21332         pixmaps/bookmark-last.png,
21333         pixmaps/bookmark-next-16.png,
21334         pixmaps/bookmark-next.png,
21335         pixmaps/bookmark-prev-16.png,
21336         pixmaps/bookmark-prev.png,
21337         pixmaps/error-next-16.png,
21338         pixmaps/error-next.png,
21339         pixmaps/error-prev-16.png,
21340         pixmaps/error-prev.png: gnome2-styled icons
21343 2003-01-23  Naba Kumar <naba@gnome.org>
21345         * anjuta.prj: Updated compiler options.
21346         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21348         * src/aneditor.cxx,
21349         src/anjuta.c,
21350         src/anjuta.glade,
21351         src/anjuta_dialogs_strings.c,
21352         src/mainmenu_callbacks.c,
21353         src/mainmenu_callbacks.h,
21354         src/text_editor.c,
21355         src/text_editor_cbs.c,
21356         src/text_editor_gui.c: GNOME2 Porting.
21358 2003-01-22  Naba Kumar <naba@gnome.org>
21360         * ChangeLog: Corrected dates.
21361         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21362         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21363         preferences.
21365 2003-01-22  Naba Kumar <naba@gnome.org>
21366         
21367         * plugins/patch/patch-plugin.c: Bug fix.
21368         
21369         * src/anjuta-tools.c,
21370         src/anjuta.c,
21371         src/anjuta.glade,
21372         src/anjuta.h,
21373         src/anjuta_dialogs_strings.c,
21374         src/breakpoints.c,
21375         src/cvs_gui.c,
21376         src/debugger.c,
21377         src/debugger.h,
21378         src/executer.c,
21379         src/glade_iface.c,
21380         src/main.c,
21381         src/mainmenu_callbacks.c,
21382         src/mainmenu_callbacks.h,
21383         src/preferences.c,
21384         src/project_dbase.c,
21385         src/project_dbase_gui.c,
21386         src/registers.c,
21387         src/sharedlib.c,
21388         src/signals.c,
21389         src/signals_cbs.c,
21390         src/source.c,
21391         src/stack_trace.c,
21392         src/toolbar_callbacks.c,
21393         src/utilities.c,
21394         src/utilities.h,
21395         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21396         
21397         * src/Makefile.am,
21398         (removed) src/CORBA-Server.c,
21399         (removed) src/CORBA-Server.h,
21400         (removed) src/Gladen-common.c,
21401         (removed) src/Gladen-stubs.c,
21402         (removed) src/Gladen.h,
21403         (removed) src/Prj-common.c,
21404         (removed) src/Prj-skelimpl.c,
21405         (removed) src/Prj-skels.c,
21406         (removed) src/Prj-stubs.c,
21407         (removed) src/Prj.h,
21408         (removed) src/glades.c,
21409         (removed) src/glades.h,
21410         (removed) src/messagebox.c,
21411         (removed) src/messagebox.h: Removed because no longer used.
21413 2003-01-21  Naba Kumar <naba@gnome.org>
21415         * src/anjuta-tools.c,
21416         src/anjuta.c,
21417         src/anjuta.glade,
21418         src/anjuta_dialogs_strings.c,
21419         src/anjuta_info.c,
21420         src/anjuta_info.h,
21421         src/breakpoints.c,
21422         src/compiler_options.c,
21423         src/debugger.c,
21424         src/find_replace.c,
21425         src/find_replace.h,
21426         src/find_text.c,
21427         src/find_text.h,
21428         src/goto_line.c,
21429         src/launcher.c,
21430         src/text_editor.c,
21431         widgets/gnomefilelist.c: GNOME2 porting.
21433 2003-01-20  Naba Kumar <naba@gnome.org>
21435         * global-tags/create_global_tags.sh: Uses pkg-config to
21436         read the modules.
21437         
21438         * src/anjuta.c,
21439         src/anjuta.glade,
21440         src/anjuta.h,
21441         src/anjuta_cbs.c,
21442         src/anjuta_dialogs_strings.c,
21443         src/breakpoints.c,
21444         src/breakpoints.h,
21445         src/compiler_options.c,
21446         src/compiler_options.h,
21447         src/fileselection.c,
21448         src/fileselection.h,
21449         src/mainmenu_callbacks.c,
21450         src/project_dbase_gui.c,
21451         src/session.c,
21452         src/src_paths.c,
21453         src/src_paths.h,
21454         src/text_editor.c,
21455         src/text_editor_gui.c,
21456         widgets/gnomefilelist.c,
21457         widgets/gnomefilelist.h: GNOME2 porting.
21458         
21459         * widgets/Makefile.am,
21460         (removed) widgets/gnomedirlist.c,
21461         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21462         
21463         * src/Makefile.am,
21464         (removed) src/src_paths_cbs.c,
21465         (removed) src/src_paths_cbs.h,
21466         (removed) src/src_paths_gui.c,
21467         (removed) src/compiler_options_cbs.c,
21468         (removed) src/compiler_options_cbs.h,
21469         (removed) src/breakpoints_cbs.c,
21470         (removed) src/breakpoints_cbs.h: Removed because they are now
21471         combined in singe file
21473 2003-01-16  Naba Kumar <naba@gnome.org>
21475         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21476         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21477         options dialog UI and data handling.
21480 2003-01-15  Naba Kumar <naba@gnome.org>
21482         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21483         Completed command editor porting.
21484         
21485         * src/anjuta.c: Removed the use of commands load function
21486         (not required).
21488         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21489         and unrefs.
21491         * src/anjuta-tools.c: Fixed translatable strings.
21492         
21493         * src/find_text.c: Fixed dialog creation from glade.
21494         
21495         * src/text_editor_gui.c, src/text_editor.c,
21496         src/text_editor_cbs.c: Completed port of detached text editor
21497         to gnome2 plateform.
21498         
21499 2003-01-14  Naba Kumar <naba@gnome.org>
21501         * src/anjuta.glade, src/preferences.[h,c],
21502         src/anjuta_dialogs_strings.c: Added build and editor
21503         preferences pages and other UIs. Fixed preferense loading and saving.
21504         
21505         * src/anjuta.c: Does case-insensitive match for tabs position
21506         preferences and removed preferences loading (done at _new() call).
21507         
21508         * anjuta-tools.c: Debugged tools dialog handling.
21509         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21510         
21511 2003-01-13  Naba Kumar <naba@gnome.org>
21513         * ABOUT-NLS: Update (strange).
21515         * autogen.sh: Removed blocking code.
21517         * configure.in: Fixed an autogen bug.
21518         
21519 2003-01-13  Naba Kumar <naba@gnome.org>
21521         * (new)src/anjuta.gladep
21522         (new)src/messagebox.c
21523         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21524         will be gradually removed (and then the files).
21525         
21526         * Makefile.am,
21527         anjuta.prj,
21528         printing/print-util.c,
21529         printing/print.c,
21530         scintilla/ScintillaGTK.c,xx
21531         src/Makefile.am,
21532         src/an_file_view.c,
21533         src/an_symbol_view.c,
21534         src/anjuta.c,
21535         src/anjuta.glade
21536         src/anjuta.h,
21537         src/anjuta_dialogs_strings.c,
21538         src/anjuta_gui.c,
21539         src/attach_process.c,
21540         src/attach_process.h,
21541         src/breakpoints.c,
21542         src/breakpoints.h,
21543         src/breakpoints_cbs.c,
21544         src/commands.c,
21545         src/commands.h,
21546         src/compiler_options.c,
21547         src/compiler_options.h,
21548         src/compiler_options_cbs.c,
21549         src/configurer.c,
21550         src/configurer.h,
21551         src/controls.c,
21552         src/cvs_cbs.c,
21553         src/debug_tree.c,
21554         src/debug_tree.h,
21555         src/executer.c,
21556         src/executer.h,
21557         src/find_in_files.c,
21558         src/find_in_files.h,
21559         src/find_in_files_cbs.c,
21560         src/find_replace.c,
21561         src/find_replace.h,
21562         src/find_text.c,
21563         src/find_text.h,
21564         src/goto_line.c,
21565         src/help.c,
21566         src/help.h,
21567         src/launcher.c,
21568         src/main.c,
21569         src/main_menubar.c,
21570         src/mainmenu_callbacks.c,
21571         src/message-manager.c,c
21572         src/pixmaps.h,
21573         src/preferences.c,
21574         src/project_config.c,
21575         src/project_config.h,
21576         src/project_dbase.c,
21577         src/project_import_cbs.c,
21578         src/resources.c,
21579         src/resources.h,
21580         src/splash.c,
21581         src/src_paths.c,
21582         src/src_paths.h,
21583         src/src_paths_gui.c,
21584         src/text_editor.c,
21585         src/text_editor_gui.c,
21586         src/toolbar.c,
21587         src/toolbar.h,
21588         src/utilities.c,
21589         src/utilities.h,
21590         src/wizard_gui.c,
21591         widgets/gnomefilelist.c: GNOME2 Port.
21593 2003-01-10  Naba Kumar  <naba@gnome.org>
21595         * src/an_file_view.c,
21596         src/anjuta_gui.c,
21597         src/appwizard_gui.c,
21598         src/compiler_options.c,
21599         src/compiler_options_cbs.c,
21600         src/cvs_cbs.c,
21601         src/executer.c,
21602         src/fileselection.c,
21603         src/find_in_files.c,
21604         src/goto_line.c,
21605         src/main_menubar.c,
21606         src/memory.c,
21607         src/message-manager-dock.c,
21608         src/preferences.c,
21609         src/project_dbase_gui.c,
21610         src/project_import_gui.c,
21611         src/registers_gui.c,
21612         src/sharedlib_gui.c,
21613         src/src_paths_gui.c,
21614         src/text_editor_gui.c,
21615         src/toolbar.c,
21616         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21618 2003-01-09  Naba Kumar <naba@gnome.org>
21620         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21621         problems with some comments.
21623         * anjuta.prj: New project file (updated?)
21625         * src/Makefile.am: Enabled deprecated API and fixed variables.
21627         * src/an_file_view.c,
21628         src/an_symbol_view.c,
21629         src/anjuta-plugins.c,
21630         src/anjuta-tools.c,
21631         src/anjuta.c,
21632         src/anjuta_gui.c,
21633         src/appwizard_cbs.c,
21634         src/attach_process.c,
21635         src/attach_process_cbs.c,
21636         src/compiler_options.c,
21637         src/compiler_options_cbs.c,
21638         src/launcher.c,
21639         src/mainmenu_callbacks.c,
21640         src/message-manager-private.c,c
21641         src/message-manager-private.h,
21642         src/message-manager.c,c
21643         src/message-manager.h,
21644         src/project_dbase.c,
21645         src/project_dbase.h,
21646         src/project_dbase_gui.c,
21647         src/project_import_cbs.c,
21648         src/project_import_gui.c,
21649         src/registers.c,
21650         src/resources.c,
21651         src/resources.h,
21652         src/sharedlib.c,
21653         src/signals.c,
21654         src/signals_cbs.c,
21655         src/signals_gui.c,
21656         src/splash.c,
21657         src/src_paths_cbs.c,
21658         src/src_paths_gui.c,
21659         src/stack_trace.c,
21660         src/text_editor.c,
21661         src/text_editor_gui.c,
21662         src/text_editor_menu.c,
21663         src/toolbar.c,
21664         src/toolbar_callbacks.c,
21665         src/utilities.c,
21666         src/watch.c,
21667         src/watch_cbs.c,
21668         src/wizard_gui.c: GNOME porting.
21670 2002-12-24 Naba Kumar <naba@gnome.org>
21672         * AUTHORS, ChangeLog, HACKING, Makefile.am,
21673         NEWS, README, SEARCH-REPLACE,
21674         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
21675         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21676         launcher/Makefile.am,
21677         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21678         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21679         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21680         printing/print-util.c, printing/print.c, printing/print.h,
21681         scintilla/*/*, widgets/e-shell-about-box.c,
21682         src/*, tagmanager/*/*, widgets/Makefile.am,
21683         widgets/gnomefilelist.c:
21684         
21685         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21686         src/*.[c,h] files to gnome2 API.
21688         * src/anjuta_dialogs_strings.c: Added glade generated translatable
21689         strings table.
21691 2002-10-23  Naba Kumar <naba@gnome.org>
21693         * autogen.sh: Prevented Users from building HEAD cvs.
21694         
21695 2002-09-16  Stephane Demurget  <demurgets@free.fr>
21697         * src/anjuta.glade: added the compiler options dialog, hopefully
21698         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21700 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21702         * src/anjuta.glade: fixed a lot of small glitches.
21704         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21705         now.
21707         * src/breakpoints_cbs.c: polished a bit.
21709 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21711         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21713         * src/commands.c: partial gnome 2 port.
21715         * src/utilities.[ch]: changed some bits to be const.
21717 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21719         * src/Makefile.am: removed breakpoints_gui.c and added a check
21720         for gdk-pixbuf deprecated functions, but there shouldn't be much
21721         anyway.
21723         * src/breakpoints_gui.c: killed.
21725         * src/anjuta.glade: added two dialogs for the breakpoints management.
21727         * src/anjuta.h:
21728         * src/anjuta_cbs.c:
21729         * src/appwizard.c:
21730         * src/attach_process.c:
21732         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21733         really huge changes and porting work.
21734         
21735         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21736         (breakpoints_dbase_new): moved the UI init bits here.
21738         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21739         a lot, not using any color anymore (not HIG compliant) and not using
21740         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21741         to be double checked.
21743         * src/build_file.c:
21744         * src/build_project.c: gnome 2 port.
21746 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21748         * src/anjuta.glade:
21749         * src/anjuta.h:
21750         * src/anjuta_cbs.c:
21751         * src/appwizard.c:
21752         * src/breakpoints.c:
21753         * src/breakpoints_cbs.c: cleaned up some bits.
21755 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21757         * src/Makefile.am:
21758         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21760         * src/an_symbol_view.[ch]:
21761         * src/attach_process_cbs.h: polished a bit.
21763         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21765 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21767         * configure.in:
21768         * src/Makefile.am: added libglade-2 to the build.
21770         * src/anjuta.[ch]: added support for libglade.
21772         * src/anjuta.glade: added. There could be a file per top-level widget,
21773         as some other gnome projects, though.
21775         * src/attach_process_gui.c: removed.
21776         * src/attach_process.[ch]: gnome 2 port.
21777         (attach_process_new): Added the treeview init and the widget references
21778         here.
21780 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21782         * src/an_file_view.c: fixed some compilation issues.
21784         * src/an_symbol_view.c: gnome 2 port.
21786 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21788         * src/an_file_view.c: finished gnome 2 port.
21789         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21790         directory pixmap depending on the event.
21792         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21793         (project_file_data_new): use a GtkTreePath.
21795 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21797         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21798         driving me nuts but they need to be ported, heh ?
21800         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21801         work since it's quite a total rewrite again.
21803 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21805         * src/an_file_view.c:
21806         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21808 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21810         * src/anjuta_info.c:
21811         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21813 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21815         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21816         nuts ATM.
21817        
21818         * src/an_file_view.c:
21819         * src/aneditor.cxx:
21820         * src/anjuta_cbs.c:
21821         * src/compiler_options.h:
21822         * src/messagebox.c:
21823         * src/messagebox.h:
21824         * src/pixmaps.h:
21825         * src/project_dbase.h:
21826         * src/resources.h: gnome 2 port.
21828 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21830         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21832         * data/properties/sql.properties: added the DATETIME data type.
21834         * data/properties/html.properties: added the foreach php keyword.
21836 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21838         * widgets/Makefile.am: removed blank line after the last backslash
21839         for avoiding a warning from automake.
21841         * configure.in:
21842         * src/Makefile.am: added the ORBit-2 dep.
21844 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21846         * AUTHORS: added Biswa, because I wonder why noone already have
21847         written his name in the Anjuta's hall of fame :)
21849 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21851         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21852         widgets/e-shell-about-box.c: Made to compile for gnome2.
21853         
21854 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21856         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21857         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21858         
21859         * configure.in, printing/print.h, printing/print.c,
21860         printing/print-doc.c: Made to compile for gnome2.
21861         
21862 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21864         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21865         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21866         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21867         widgets/Makefile.am:
21868         
21869         Upgraded the build system to gnome2 platform.
21870         
21871 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21872         * manuals/*: Added capability to generate PDF and PS.
21873         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21874         * TODO, TODO.biswa: Intergated TODO list.
21875         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21876         , bug #574470
21877         * src/dnd.c: Fix typo
21878         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21879         * src/anjuta.c: Bug #568895, Bug #575419
21881 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21883         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21884         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21886 2002-12-17  Naba Kumar <naba@gnome.org>
21888         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21889         bugs.
21890         
21891 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21892         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21893         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21894         * anjuta.prj: Added tools.sgml
21895         * data/properties/cpp.properties: Bug # 646974
21897 2002-12-16  Naba Kumar <naba@gnome.org>
21899         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21900         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21901         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21902         on 'Enter' and adds proper focus mechanism.
21903         * src/anjuta.c: Fixed a memory corruption bug.
21904         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21905         'Enter' and can also be Canceled. Sets proper default and focus policies
21906         for tools dialogs.
21907         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21908         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21909         translatable strings in dialogs and fixed some dialog properties.
21910         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21911         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21912         * src/message_manager_private.cc: Fixed some debug messages.
21913         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21914         widgets/gnomefilelist.c: Fixed a memory leaks.
21915         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21916         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21917         src/main_menubar_def.h: Implemented incremental search.
21918         * TODO: Updated.
21920 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21921         * tagmanager/*: Minor cleanups and warning fixes.
21922         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21923         GUI during long updates.
21924         * src/text_editor.c: Remove debug message.
21926 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21927         * tagmanager/tm_project.c: Fix a memory access problem.
21929 2002-12-13  Naba Kumar <naba@gnome.org>
21931         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21932         tools list to show "Enabled" flag of the tool. Fixed a bug where
21933         tool list is not cleared when creating a new tool.
21934         
21935 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21936         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21938 2002-12-12  Naba Kumar <naba@gnome.org>
21940         * anjuta-tools.[h,c], commands.c: Used the tools help of
21941         anjuta variables list in commands editor and fixed a typos
21942         buy in anjuta-tools.c.
21943         
21944 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21945         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21946         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21947         * TODO.biswa: Added to help me track things better.
21949 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21951         * configure.in, anjuta.spec.in: Added libglade dependency.
21952         * Makefile.am: Added anjuta.glade file.
21953         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21954         , src/mainmenu_callbacks.[ch], src/message-manager.h
21955         , src/widget-registry.c: Tools editor GUI + other additions.
21957 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21959         * src/project_dbase.[ch], tagmanager/tm_project.c,
21960         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21961         Implement syncing tags image with the project database.
21962         * src/anjuta-tools.c: Implemented variable substitution and
21963         working directory in tools.
21965 2002-12-09  Naba Kumar <naba@gnome.org>
21966         
21967         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21968         command configuration language list from properties.
21969         
21970         * data/properties/asm.properties, data/properties/ruby.properties:
21971         Fixed typos.
21973 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21975         * src/an_symbol_view.c: Remember current selected entry and select
21976         it automatically after refresh.
21978 2002-11-26  Murray Cumming  <murrayc@usa.net>
21980         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21981           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21982         and gnomemm 1.2 projects so that people know they are really
21983         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21984         But I did correct these to sue lowercase names.
21986 2002-12-01  Naba Kumar <naba@gnome.org>
21988         * data/anjuta.properties: Fixed caching problem on 
21989         indicators.
21990         * src/preferences.c, src/preferences_gui.c: Implemented automatic
21991         indicators prefs.
21992         
21993 2002-12-01  Naba Kumar <naba@gnome.org>
21995         * data/properies/anjuta.properties: Corrected "indicators.automatic"
21996         property name.
21997         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21998         property and uses it.
21999         * src/aneditor.cxx: Fixed a bug associated with selection a word at
22000         current cursor.
22001         
22002 2002-11-30  Naba Kumar <naba@gnome.org>
22004         * src/debugger.c: Fixed a typo.
22005         * data/properties/*: Updated properties files and added
22006         new ones.
22007         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
22008         Added comment submenu and cleaned up ref and unref of menus.
22009         * src/aneditor.h: Added definition of comment commands.
22010         * src/aneditor.c: Upgrade from latest SciTE source code.
22011         * src/text_editor.[hc], src/text_editor_cbs.c, 
22012         src/message_manager_private.cc, src/message_manager.[cc,h],
22013         src/anjuta.[c,h]: Added indicators support for errors/warnings
22014         highlight in the editor.
22015         * NEWS, TODO: Update.
22016         * scintilla/include/PropSet.h: Removed deprecrated function.
22017         
22018 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22020         * src/anjuta-tools.[ch]: Tools implementation (basic)
22021         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
22022           , src/main_menubar_def.h: PLugins cleanup and segregation
22023         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
22024           registry
22025         * anjuta.prj: Added new files
22026         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
22027         * plugins/class-gen/clsGen.c: Register menu under 'Project'
22028         * plugins/patch/patch-plugin.c: Register menu under 'Format'
22029         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
22030         * src/Makefile.am: Added new files
22031         * src/message-manager.[cc/h]: Added standard output and error windows
22033 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
22035         * project_type.c: Fixed Gnomemm2 project type
22037 2002-11-25  Naba Kumar <naba@gnome.org>
22039         * printing/print.c: Fixed a compile warning.
22040         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
22041         * src/utilities.c: Fixed a compile warning in sparc, hides the
22042         terminal check error output from the user.
22043         * project_config.[ch], project_dbase.[ch], source.c: Added project
22044         version, exclude modules configuration and reordered other config
22045         properties. Changed some strings to more descriptive text.
22046         * src/compiler_opitions.c: Removed extra newlines from .prj file
22047         save.
22048         * anjuta.prj: Converted to new format (only reorganised properties
22049         and removed extra newlines ... nothing else).
22050         * NEWS: updated
22051         
22052 2002-11-21  Naba Kumar <naba@gnome.org>
22054         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
22055         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
22056         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
22057         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
22058         Updated to the CVS version.
22060 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22062         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
22063           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
22064           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
22065           images in completion lists. 
22066         * src/resources.h: Make C++ friendly.
22067         * scintilla/PropSet.cxx: Fix memory leak.
22069 2002-11-20  Naba Kumar <naba@gnome.org>
22071         * scintilla/*/*: Synced to latest scintilla 1.49
22072         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
22073         New lexers added.
22075         * scintilla/RESearch.cxx: The automatic cvs log in the
22076         file really broke things trying to interprete the changelog
22077         entry incorrectly as end-of-comment. Removed the $cvs line
22078         and committed again.
22079         
22080 2002-11-19  Naba Kumar <naba@gnome.org>
22082         Patch from Timothee Besset <ttimo@idsoftware.com>
22083         
22084         * src/message-manager-private.cc: Interpretes absolute
22085         file paths properly in zvt terminal.
22087 2002-11-19  Naba Kumar <naba@gnome.org>
22089         Patch from Timothee Besset <ttimo@idsoftware.com>
22090         
22091         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
22092         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
22093         (important) editor preferences in project (if there is one
22094         open).
22095         
22096         * TODO: Updated
22097         
22098 2002-11-18  Naba Kumar <naba@gnome.org>
22099         
22100         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22101         
22102         * src/debug_tree.c, src/find_in_files_gui.c,
22103         src/find_replace.c, src/find_text.c, 
22104         src/project_import.c, src/project_import_gui.c,
22105         src/wizard_gui.c: i18n Fixes.
22107 2002-11-15  Naba Kumar <naba@gnome.org>
22109         * plugins/class-gen/clsGen.c: Fixed to use project function
22110         to import files. Create non-existent directories before the
22111         sources are written.
22112         
22113         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22114         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22115         src/glade_iface.c,
22116         src/glades.c: Excluded gladen files from build. This
22117         will fix the unnecessary dependency on libssl.
22118         
22119         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22120         file import funtion.
22121         
22122         * src/message_manager_private.cc: Fixed a compiler warning with
22123         DEBUG preprocessor macro.
22124         
22125         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22126         wrong (undocked) editor window was closed on clicking close on an
22127         undocked editor window.
22128         
22129         * src/debugger.c: Fixed a bad bug where debugger terminal won't
22130         start correctly if the executable was run before with 'F3'.
22131         
22132         * src/toolbar_callbacks.c: Wrap around find next.
22133         * src/toolbar.c: Disable combo activate.
22134         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22135         button positions to get 'yes' as default.
22137         * anjuta.spec.in: Updated.
22138         
22139         * src/anjuta_info.c, src/appwizard_gui.c,
22140         src/attach_process_gui.c, src/breakpoints_gui.c,
22141         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22142         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22143         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22144         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22145         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22146         src/preferences.c, src/preferences_gui.c, src/project_config.c,
22147         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22148         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22149         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22150         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22151         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
22152         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22153         plugins/patch/patch-plugin.c, printing/print-util.c:
22154         Set all windows and dialogs transient
22155         to their parents so that they remain floated above their parents.
22156         
22157 2002-11-13  Naba Kumar <naba@gnome.org>
22159         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22160         take default editor font).
22161         
22162         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22163         Corrected email address.
22164         
22165         * src/mainmenu_callbacks.c: Used spaces instead of tabs
22166         for changelog entry.
22168         * NEWS: Updated.
22169         
22170 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22171         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22173 2002-11-06  Naba Kumar <naba@gnome.org>
22175         * README: Updated
22176         * anjuta.spec.in: Ships the .omf files with the
22177         documents instead of the base package.
22178         
22179 2002-11-04  Naba Kumar <naba@gnome.org>
22181         * data/properties/latex.properties: Fixed a bug.
22182         * ChangeLog: Released 1.0.0 stable.
22184 2002-11-04  Naba Kumar <naba@gnome.org>
22186         * src/commands.c: Added command with shell redirection capability.
22187         * data/properties/anjuta.properties: Changed default execution
22188         command.
22189         * src/project_dbase.c: Set project top dir in properties.
22190         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22191         * data/Makefile.am: More diskcheck error fixes.
22192         
22193         * README, anjuta.spec.in, THANKS, AUTHORS,
22194         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22195         manuals/C/anjuta-manual/authers,sgml,
22196         manuals/C/anjuta-manual/anjuta-manual.sgml,
22197         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22198         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22199         : Changed anjuta home to
22200         new URL and my email address.
22201         
22202         * manuals/C/anjuta-manual/interfaces.sgml,
22203         manuals/C/anjuta-manual/prefereces.sgml,
22204         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22205         
22206         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22207         : removed reference to the help menu as the menu is modified
22208         when no help is found (which is very likely when we are
22209         shiping the documents separately).
22210         
22211 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22212         * anjuta.spec.in: Update specfile to make multiple RPMs.
22213         * data/Makefile.am: make dist fix.
22214         * src/text_editor_menu.c: Fix compile warnings (casts).
22216 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22217         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22218         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22220 2002-11-01  Naba Kumar <naba@gnome.org>
22222         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22223         Added gnome2 macros to be used by gnome2 project wizard.
22224         
22225         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22226         from gnome-common.
22227         
22228         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22229         as it was conflicting with generated projects and is not
22230         useful for us.
22231         
22232         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22233         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22234         project generation, removed qt project as it's not complete and
22235         added gnome2 bonobo wizard.
22237 2002-10-29  Naba Kumar <naba@gnome.org>
22239         * po/POTFILES.in: Updated.
22240         * po/POTFILES.skip: Added.
22241         * preferences.h: Fixed print paper size property name.
22243 2002-10-28  Naba Kumar <naba@gnome.org>
22244         
22245         * data/user.properties, data/Makefile.am: Added user properties file
22246         which will be copied in user's ~/.anjuta/user.properties.
22247         
22248         * data/anjuta.properties: Changed a comment.
22249         
22250         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22251         
22252         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22253         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22254         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22255         item.
22257         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22258         instead of user properties file.
22259   
22260         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22261         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22262         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22263         * README, TODO: Updated.
22264         
22265 2002-10-28  Naba Kumar <naba@gnome.org>
22267     * manuals/C/anjuta-manual/figures/editor_guides.png,
22268     manuals/C/anjuta-manual/figures/editor_margins.png,
22269     manuals/C/anjuta-manual/figures/editor_markers.png,
22270     manuals/C/anjuta-manual/figures/local_variables.png,
22271     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22272     manuals/C/anjuta-manual/figures/prefs_print.png,
22273     manuals/C/anjuta-manual/figures/print_dlg.png,
22274     manuals/C/anjuta-manual/figures/print_preview.png,
22275     manuals/C/anjuta-manual/figures/symbol_browser.png,
22276     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22277     files for manual documentation.
22278     
22279     * manuals/sgmldocs.make,
22280     manuals/C/anjuta-manual/Makefile.am,
22281     manuals/C/anjuta-manual/authors.sgml,
22282     manuals/C/anjuta-manual/build.sgml,
22283     manuals/C/anjuta-manual/compileopts.sgml,
22284     manuals/C/anjuta-manual/debugger.sgml,
22285     manuals/C/anjuta-manual/execute.sgml,
22286     manuals/C/anjuta-manual/fileoperations.sgml,
22287     manuals/C/anjuta-manual/interface.sgml,
22288     manuals/C/anjuta-manual/preferences.sgml,
22289     manuals/C/anjuta-manual/projects.sgml,
22290     manuals/C/anjuta-manual/figures/arguments.png,
22291     manuals/C/anjuta-manual/figures/open_file.png,
22292     manuals/C/anjuta-manual/figures/other_opts.png,
22293     manuals/C/anjuta-manual/figures/scrshot.png,
22294     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22295     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22296     
22297     Updated anjuta manual documentation.
22299     
22300 2002-10-27  Naba Kumar <naba@gnome.org>
22302     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22303     check and modifies debugger terminal command accordingly
22304     to function properly.
22305     
22306 2002-10-25  Naba Kumar <naba@gnome.org>
22308         * manuals/sgmldocs.make: Fixed a couple of bugs.
22309         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22311 2002-10-24  Naba Kumar <naba@gnome.org>
22313         * src/debug_tree.c: Fixed a crash bug from Etay.
22315         * global_tags/create_global_tags: Added messages.
22316         Fixed infinite looping within files.
22317         
22318         * macro/autogen.sh: Removed debug and warning flags for defaults.
22319         
22320         Patch from Vadim Berezniker <vadim@berezniker.com>
22321         
22322         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22323         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22324         generation.
22326         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22327         temporarily just copy it
22329 2002-10-24  Naba Kumar <naba@gnome.org>
22331         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22332         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22333         manuals/C/anjuta-manual/compileopts.sgml,
22334         manuals/C/anjuta-manual/debugger.sgml,
22335         manuals/C/anjuta-manual/execute.sgml,
22336         manuals/C/anjuta-manual/fileoperations.sgml,
22337         manuals/C/anjuta-manual/interface.sgml,
22338         manuals/C/anjuta-manual/introduction.sgml,
22339         manuals/C/anjuta-manual/projects.sgml,
22340         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22341         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22342         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22343         manuals/ja/anjuta-manual/compileopts.sgml,
22344         manuals/ja/anjuta-manual/debugger.sgml,
22345         manuals/ja/anjuta-manual/execute.sgml,
22346         manuals/ja/anjuta-manual/fileoperations.sgml,
22347         manuals/ja/anjuta-manual/interface.sgml,
22348         manuals/ja/anjuta-manual/introduction.sgml,
22349         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22351 2002-10-24  Naba Kumar <naba@gnome.org>
22353         * src/project_type.c: added autogen for qt projects.
22354         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22355         Fixed a bug that retrieves wrong terminal command.
22356         * src/commnads.c: Added more terminal commands.
22357         * configure.in: Checks for scrollkeeper version.
22358         
22359 2002-10-22  Naba Kumar <naba@gnome.org>
22361         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22362         instead of AM_GNOME_GETTEXT.
22363         
22364         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22365         for setup-gettext for the wizard generated projects.
22367         * src/source.c: Fixed a bug where glade file wasn't generated.
22368         
22369         * src/gnome_project.c: Excluded project version from project dir
22370         name.
22371         
22372 2002-10-22  Naba Kumar <naba@gnome.org>
22374         * acinclude.m4: New file with dummy funtion for gettext
22375         cross compatibility fix.
22376         
22377         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22378         * configure.in: Fixed cflags to avoid useless warnings.
22379         * Makefile.am: EXTRA_DIST += setup-gettext.
22380         * src/toolbars.c: Added space paddings around tags label.
22382 2002-10-21  Naba Kumar <naba@gnome.org>
22384         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22385         
22386         * setup-gettext: New script to maintain gettext cross version
22387         compatibility.
22388         * configure.in, macros/autogen.sh: Fix for gettext cross version
22389         compatibility.
22390         
22391 2002-10-21  Naba Kumar <naba@gnome.org>
22393         * debug_tree.c: Fixed incorrect use of debug assertion.
22394         
22395 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22396             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22397         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22398         src/memory.c, src/memory.h, src/message-manager-private.cc:
22399         
22400         New parsing algorithm; adapted from kdevelop.
22401         Middle button menu for changing the value's display type
22403 2002-10-07  Naba Kumar <naba@gnome.org>
22405         * src/main_menubar_def.h: Changed status bar message for Help->
22406         Browse info pages. Bug #603308
22408         * src/executer.c: Made "User terminal" default for creating
22409         projects (User can always disable it later). Bug #114222
22410         
22411 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22413         * macros/autogen.sh: Require gettext 0.10.x for autogen
22414         * src/text_editor.c: Fixes Bug #595303
22415         * src/source.c: Fixes Bug #595970
22416         * src/anjuta.c: Fixes Bug #598366
22417         * scingtilla/LexCPP.cxx: Bug #602296
22418         * src/main_menubar_def.h: Bug #604363
22419         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22420         
22421 2002-10-07  Jens Georg <mail@jensgeorg.de>
22423         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22424         * gnomefilelist.c: This patch fixes the bug #611542
22425         
22426 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22428         * data/properties/Makefile.am: Added tcltk.properties file.
22429         
22430 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22432         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22433         
22434         * README: Updated README
22435         * plugins/class-gen/clsGen.c, src/message_manager.cc
22436           , src/mainmeu_callbacks.c, src/memory.c
22437           , src/project_dbase_gui.c, src/text_editor_gui.c
22438           , widgets/gnomefilelist.c: Set window icons
22439         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22440           Enabled release build (stripped + optimized binaries, etc.)
22441         * data/properties/anjuta.properties, src/commands.c,
22442           src/defaults.cFixed bug #595489 (stdin on executables)
22443         * src/appwizard.c, src/main.c, src/message-manager.cc
22444           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22445           , src/debug_tree.c: Memory related (valgrind) fixes.
22446         * src/message-manager-private.[cc,h], src/pixpams.h
22447           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22448         * anjuta.prj: Added debug_tree.c to SOURCES
22449         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22450           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22451           Compacted code and cleaned up unnecessary functions.
22452         * tagmanager/*.[ch]: Code fixes.
22453         
22454 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22455         
22456         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22457         
22458         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22459         Debug tree now detects changes of displayed variables
22460         and changes their color to red
22462 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22464         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22465         
22466         * mainmenu_callbacks.c: Set's the current file name in
22467         file save as dialog.
22468         
22469 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22471         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22473         * data/properties/tcltk.properties: New file for tcl/tk
22474         properties.
22476 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22478         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22479         Fixed a fatal bug which doesn't let building gnome2 related
22480         projects. They use different autogen.sh script. Defined new
22481         type field "gnome_macro_support".
22482         
22483         * data/autogen.sh.gnome2: New file.
22484         
22485         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22486         bug with quotes escaping in quotes.
22487         
22488         * src/message-manager-private.cc: Used event box instead
22489         of frame for local message pane, so that the borders appear
22490         properly and nicely.
22491         
22492         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22493         if there is a project open and all the files are un-docked.
22495         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22497 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22499         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22500         * THANKS: updated for new contributions
22501         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22503 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22505         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22506         src/project_dbase.h, src/project_type.c, src/source.c, 
22507         src/wizard_gui.c: new Qt project type
22508         *** NB not fully tested, may need some work, icon required...
22510 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22512         * src/memory.c, src/memory.h: new memory patch
22514 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22516         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22518 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22520         * lancher/anjuta_launcher.c: Determine pty from function
22521         call instead of running 'tty' externally.
22522         
22523         * data/properties/cs.properties: Added compile/build commands.
22524         Fixed execution properties.
22525         
22526         * src/commands.c: Added c# options.
22528         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22529         
22530         * src/debug_tree.[c,h], src/debugger.[c,h],
22531         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22532         
22533         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22534         1. Misaligned structs when they are members of other structs.
22535         2. '{' sometimes appears as a variable.
22536         3. Wrong processing of some arrays.
22537         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22538         that displays the tree in two columns (variable and value).
22540 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22542         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22544         * data/properties/sql.properties: added the DATETIME data type.
22546         * data/properties/html.properties: added the foreach php keyword.
22548 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22550         * NEWS: Updated with new features.
22551         
22552         * data/.cvsignore, doc/.cvsignore: Updated.
22553         
22554         Patch from: Etay Meiri <etay-m@bezeqint.net>
22555         
22556         * src/debug_tree.h, src/debug_tree.c: New files.
22557         
22558         * src/Makefile.am, src/message-manger-private.[h,cc],
22559         src/message-manger.cc: Added Tree view for debugger
22560         locals view.
22561         
22562 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22564         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22565         
22566         * src/memory.c, src/memory.h: New files.
22567         
22568         * src/Makefile.am, src/appwizard.c, src/controls.c,
22569         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22570         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22571         
22572         Memory view implemetation that would enable viewing raw memory
22573         during debugging.
22575 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22577         * AUTHORS: added Biswa, because I wonder why noone already have
22578         written his name in the Anjuta's hall of fame :)
22580 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22582         * src/appwizard_gui.c: Removed an ambiguous prototype.
22583         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22584         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22585         * THANKS: Updated M. Ali Vardar's email.
22586         
22587 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22589         * src/anjuta_gui.c: implemented feature request to stop main and browser
22590           toolbars having exclusive use of space
22592 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22594         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22595         left over from the previous work to fix bugs :-)
22596         
22597         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22598         src/controls.c, src/mainmenu_callbacks.h, 
22599         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
22600         reviewed
22601         
22602         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
22603         src/project_import_gui.c, src/sharedlib_gui.c, 
22604         src/signals_gui.c: set window icon correctly
22605         
22606         * NEWS: more updates for the release
22607         
22608         * HACKING: updated for window icons and insert menu information
22609         
22610         * src/cvs_gui.c, src/build_project.c, 
22611         src/project_import_cbs.c: message strings reviewed
22612         
22613         * src/controls.c: context help button should be disabled if 
22614         DevHelp is not installed
22615         
22617 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22619         * src/debugger.c: Fixed the signalling screw up because of string
22620         update in gdb used to report the child process PID. Also, no
22621         error dialog will be popped up for "no such file or directory"
22622         error (very annoying and useless error). This error will still
22623         be shown on the debug message window. Avoided terminating the
22624         program when the terminal is terminated -- doesn't hurt, otherwise
22625         we get crappy egg-and-hen problem.
22626         
22627         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22628         dimensions loading.
22629         
22630         * src/anjuta.c: Limited the default size of main window to sane
22631         values.
22633         * src/preferences.c: Fixed some deadly memory corruption bugs in
22634         the recent patches. Return from getenv() should NEVER be freed,
22635         because they are static strings.
22636         
22637         * src/preferences_gui.c: Removed the fix for crash bug with font
22638         selection and applied the real fix.
22639         
22640 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
22642         * NEWS: updated for release
22644 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22646         * src/launcher.c: Added a fix a memory leak and a possible
22647         fix for zvt-crash bug.
22648         
22649         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22650         
22651         * data/properties/latex.properties,
22652         data/properties/ada.properties: Added file.is.source property.
22653         
22654         * src/an_file_view.c: Set auto column size of the file
22655         revision column.
22656         
22657         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22658         The user is now prompted to confirm the closing of the file
22659         if it is being used by CVS. If yes, the editor is closed and
22660         the CVS operation stops.
22661         
22662 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
22664         * anjuta.prj: bump project version for release
22665         * BUGS: removed unnecessary file
22667 2002-06-07      Philip Van Hoof <freax@pandora.be>
22669         * widgets/gnomefilelist.c: fix up issue with directory deleted 
22670         during the life of the file list widget
22671         * src/preferences_gui.c: sticking-plaster fix to font selection
22672         causes segfault bug
22674         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22676 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22678         * data/properties/anjuta.properties, src/an_file_view.[ch], 
22679         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
22680         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
22681         added options for symbol and file browsers.
22682         * data/properties/cpp.properties: linker flags should come after
22683         the name of the file to compile.
22684         * scintilla/Editor.cxx: fixed gcc compilation warning.
22685         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22686         be executed from bindir only.
22687         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
22688         tagmanager/include/tm_file_entry.h: CVS version information in file 
22689         browser.
22690         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
22691         window.
22692         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22693         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22694         crashes during file import.
22695         * src/project_import.c: disable project menu items during project 
22696         import.
22697         
22698         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22700 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22702         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
22703         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22704         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
22705         modified Insert menu, added C functions template, header C 
22706         template, modified header_template HEADER_H ==> NAMEFILE_H
22707         
22708         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22710 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22712         * data/properties/html.properties: changed some file 
22713         associations
22715 2002-06-05 Philip Van Hoof <freax@pandora.be>
22717         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22718         
22719         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22721 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22723         * data/properties/anjuta.properties, src/defaults.c: Make windows
22724         docked by default, fix the big fonts bug.
22725         
22726         * src/an_file_view.c, src/main_menubar_def.h, 
22727         src/project_dbase_gui.c: sanitized the Edit/View mess.
22728         
22729         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22730         for customizing shortcuts.
22731         
22732         * src/mainmenu_callbacks.c: Search for selected word if present.
22733         
22734         * src/text_editor_menu.c: Added context menu options for docking
22735         and undocking editor windows.
22736         
22737         * src/main_menubar.h, src/main_menubar.c: more support for the 
22738         shortcuts menu item.
22739         
22740         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22742 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22744         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22745         all commit messages being written to top of the file
22746         
22747         * src/main_menubar_def.h: message strings reviewed
22748         
22749         * src/project_import.c: message strings reviewed
22750         
22751         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22752         some bugs around reading the project properties for creating 
22753         .glade and .desktop files in the Application Wizard. There were
22754         typos in the property names being retrieved
22755         
22756         * widgets/gnomefilelist.c: changed build_full_path to make 
22757         the file widget support ~
22758         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22759         
22760         * THANKS, widgets/e-shell-about-box.c, 
22761         manuals/anjuta-manual/C/authors.sgml: updated for new
22762         patch
22764 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22766         * src/project_dbase.c: Fixed the file-path-corruption bug
22767         and the cannot-import-file-in-project bug. (follow-up with
22768         the last commit from Stef).
22769         
22770         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22771         with unsaved-project.
22772         
22773 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22775         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22776         misplaced g_free.
22778 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22780         * data/properties/{xml,html,other}.properties: changed some file 
22781         associations
22782         
22783         * data/anjuta.mime: oops! cvs added
22784         
22785         * scintilla/RESearch.cxx: fixed up a problem with comments
22786         
22787         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22788         to avoid messages about missing libs
22789         
22790         * NEWS: started the release notes
22792 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22794         * HACKING: updated with new information on printing, patch naming
22795         
22796         * TODO: removed completed tasks
22797         
22798         * THANKS: updated a few contributions
22799         
22800         * anjuta.prj: updated the icon file
22801         
22802         * anjuta.desktop.in.in: updated to add Categories
22803         
22804         * data/anjuta.mime: created a mime type for Anjuta project files
22805         (NB needs to be added to the install in /usr/share/mime/)
22806         
22807         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22808         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22809         to PNG for websites.
22810         
22811         * plugins/patch/patch-plugin.c: clarified some messages and 
22812         made it easier to see different patching sessions
22813         
22814         * src/toolbar.c: changed some message text for consistency
22815         
22816         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22817         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22818         in preferences. 
22819         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22820                  
22821         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22822         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22823         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22824         Added XLib Project and a Dockapp Project types.
22825         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22826         projects
22827         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22828         * src/source.c: Fixed memory leak in existing projects. 
22829         (filename was not freed)
22830         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22832 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22834         * src/anjuta.h, src/anjuta.c: Added error display funtions
22835         with parent windows.
22836         
22837         * src/appwizard_cbs.c: Changed error display function to use
22838         parented version.
22839         
22840 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22842         * printing/print.h, printing/printing.c: Taken care of document
22843         zoom factor and fixed a font loading bug. Dynamically calculated
22844         text widths to work with zooms properly. Re-organized code for
22845         dynamic text width calulations to work in general with utf8 chars.
22846          Determined font height and width automatically from the font info.
22847         
22848         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22849         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22850         Converted text.zoom.factor property to use #defined value. Removed
22851         margin header and margin numbers preferences, as they  now
22852         calculated dynamically.
22853         
22854 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22856         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22857         printing/print-util.h, printing/print.c, printing/print.h:
22858         Rewritten printing support for style based printing. Syntax highlighted
22859         printing, monochromatic printing, setup using preferences etc.
22861         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22862         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22863         language and the styled text buffer.
22864         
22865         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22866         the print setup preferences page and added printer preferences. Added functions
22867         to retrieve preferences with default values.
22868         
22869         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22870         the printing.
22872         * data/properties/anjuta.properties: Added default printer preferences.
22874         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22875         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22876         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22878         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22879         
22880 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22882         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22884         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22885         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22886         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22887         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22889         printing/Makefile.am: Reduced compiler optimizations.
22891         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22892         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22893         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22894         tagmanager/tm_workspace.c: TagManager fixes.
22896 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22898         * printing/*: CVS added. :)
22899         
22900 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22902         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22904         * printing*: CVS added.
22905         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22906           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22907           src/main_menubar_def.h: Gnome Print support
22908         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22909         * configure.in: Enable debugging flag option
22910         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22911           Print properties defined.
22912         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22913         
22914 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22916         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22917         
22918         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22919         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22920           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22921           and cleanups
22922         * src/text_editor.c: Minor cleanups.
22923         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22924         * src/project_dbase.c: Fixes to add/remove files from project.
22925         * src/help.c: Fix minor memory leak.
22926         * src/project_dbase_gui.c: Remove debugging messages.
22927         * src/utilities.[ch]: Cleanups and minor fixes.
22928         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22930 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22932         * src/anjuta.c [anjuta_apply_preferences()]:
22933         Fixed a crash bug when tab pos is not defined for the editors.
22934         
22935         * data/properties/cpp.properties: Set default identifier property to normal.
22936         This fixes the bug in which the fore color gets hidden with dark background.
22938 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22940         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22941         scintilla 1.46
22942         
22943         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22944         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22945         src/anjuta.c, data/properties/anjuta.properties:
22946         Implemented line wrapping.
22947         
22948         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22949         
22950         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22951         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22952         tags. Code was reviewed from GNOME Bonsai view.
22953         
22954         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22955         it seems to have been removed by scintilla people.
22956         
22957         * data/properties/anjuta.properties: Set default line wrap to false, as
22958         is noticably slow with big files.
22959         
22960 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
22962         * src/project_import_gui.c: disallow the selection of files in
22963           the browse dialog.
22964         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22965           preferences code.
22966         
22967 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22969         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22970           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22971         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22972         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22973           now works properly.
22974         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22975         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22976         * src/utilities.[ch]: Added some utility functions.
22977         * tagmanager/tm_project.c: Fix for bug in file removal from project.
22978         
22979         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22981 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22983         * HACKING: info on FIXME statements and removed ccview references
22984         * Makefile.am: added rule to make RPM package
22986 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22988         * THANKS, widgets/e-shell-about-box.c, 
22989         manuals/anjuta-manual/C/authors.sgml: updated for new
22990         patch
22991         * src/anjuta.c: removed unnecessary warning code since CVS 
22992         support is now implemented :-)
22993         * manuals/sgmldocs.make: implemented a fix for bug #553969
22994         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22995         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
22996         manuals/C/anjuta-faqs-C.omf: modified the descriptions
22997         
22998 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22999         
23000         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
23001           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
23002           src/main_menubar_def.h, src/preferences_gui.c,
23003           preferences.c, preferences.h: setup Username and Email 
23004           preferences, Insert ChangeLog and Username editor functions
23005           
23006           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
23008 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23009         
23010         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
23011           src/src_paths_cbs.c, src/src_paths_gui.c
23012           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
23014           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23016 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23018         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
23019           and goto tag menu items to main menu.
23021 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23023         * THANKS, widgets/e-shell-about-box.c, 
23024         manuals/anjuta-manual/C/authors.sgml: added new contributors
23025         * HACKING: updated with info on files to change for credits
23027 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
23029     * src/aneditor.cxx: extended extension list which fixes segfault
23030     on selecting lisp, ruby or matlab as highlight style.
23032 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23034         * src/main_menubar_def.h: fixed an array initialiser and fixed
23035         the lexer settings for the new entries on the Format menu
23037 2002-05-07  Stephane Demurget  <demurgets@free.fr>
23039         * Synced with Scintilla 1.45
23041 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23043         * anjuta.prj: added another missing file
23044         * ChangeLog: fixed some incorrect change dates I caused by 
23045         sloppy cut-and-pasting :-/
23047 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23048         
23049         * src/mainmenu_callbacks.c: fixed title of new About box
23051 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23053         * src/pixmaps.h: added macros for OpenGL and SDL project icons
23055 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23057         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
23058         * anjuta.prj: updated for new files
23060 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
23062         * widgets/e-shell-about-box.c: Added version display.
23063         
23064 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23066         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
23067         widgets/scroll_menu.c: fixed up some compiler warnings (patch
23068         from Philip Van Hoof)
23070 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23072         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
23073         dependency
23074         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
23075         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
23076         that produced build errors (needs checking on a machine with the
23077         ja locale!)
23078         * data/properties/lisp.properties: updated to match format of other
23079         lexer property files supplied with Anjuta
23081 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23083         * anjuta.prj: added new files
23084         * HACKING: added information from the mailing list on 
23085         adding new project types to the wizard (thanks to Johannes)
23087 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23089         * src/utilities.h, src/launcher.c, src/gnome_project.c,
23090           src/appwiz_page2.c: Fix for 547038.
23092 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23094     * attach_process.c, attach_process_cbs.c: Fixed a dialog
23095     hide bug.
23096     
23097     * about.h: cvs removed.
23098     
23099 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23101         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23103         Fix for #539574.
23105         * src/anjuta.c (anjuta_system_error): checks for the error number to
23106         know whether the error description is needed or not.
23108 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23110         * pixmaps/anjuta_logo.png: New about logo.
23111     
23112         * pixmaps/anjuta_icon.png: New icon from Misha. The
23113         old one had trouble with some gtk themes.
23114     
23115         * about.c: Removed. No longer needed.
23117         * mainmenu_callbacks.c: Removed reference of about.h
23118     
23119 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23121         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23123         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23124           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23125         About Dialog (thanks to the Evolution team for the cool widget!)
23127 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23129         Patch from lbell <lbell@tsc4.com>
23130     
23131         * src/find_in_files.c, src/find_in_files.h,
23132           src/anjuta.c: Added save_yourself, load_yourself routines.
23133     
23134         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23135         Added "Append messages" toggle button. This will enable
23136         the search results to be appended to the already existing
23137         results.
23138     
23139         * src/debugger.c: Fixed a typo.
23140     
23141         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23142           src/session.c, src/session.h: Improved session management.
23144 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23146         * THANKS, FUTURE, AUTHORS: Changed my email and
23147         avoided yahoo.com.
23149 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23151         Impl. feature request #525271 (add Lisp support).
23153         * data/properties/lisp.properties: added.
23155         * data/properties/Makefile.am, data/properties/anjuta.properties: added
23156           the lisp properties.
23158         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23159           src/utilities.[ch]: added support for the Lisp highlight style.
23161 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23163         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23164           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23165           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23166           option preferences to have a persistent setting. Plus it's not used
23167           often, so it's better here than flooding the menus.
23169         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23170           preferences pages a lot more consistent and sweeter: tabs direction
23171           radiobuttons are directed against the meaning, all pages have an
23172           outter frame, a lot of padding, removed all expand attributes for
23173           vertical boxes, ...
23175           That's not a total revamp, but it's really looking better now, even
23176           if there's still work to be done.
23178 2002-05-01  Andy Piper <andy.piper@freeuk.com>
23180         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23181         * TODO: added task to be completed before next release (update all credits)
23183 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23185         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23186         Benke László.
23188 2002-05-01  Benke László  <decike@freemail.hu>
23190         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23192         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23193           src/main_menubar_def.h, src/mainmenu_callback.[ch],
23194           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23195           to the format menu in order to reorder the notebook tabs in
23196           alphabetical order everytime a file is created/opened/saved.
23198 2002-05-01  Philip Van Hoof <freax@pandora.be>
23200         * widgets/gnomefilelist.[ch] (history_combo_go),
23201         (history_combo_clicked): impl.
23203         (gnome_filelist_new_with_path): use this new impl.
23205 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23207         * src/project_dbase_gui.c (add_file): added the xpm file type.
23209 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23211         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23212         tag manager fixes.
23214         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23215           of tag types.
23217         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23218           src/text_editor_menu.c: Added context sensitive search in symbol
23219           browser and editor.
23221         * configure.in: Changed version number to 0.1.9.99.
23223         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23224           src/project_import.c: Minor changes to project import facility.
23226         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23227           (Forced to use specific brace format)
23229         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23230           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23231           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23233 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
23235         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23236         replaced the spinbutton with an hscale, and made the UI less "blocky".
23238         * src/cvs_gui.c: When diffing a project you can choose date and
23239         release now.
23241         * src/project_dbase.c: Import_file activated again
23243         * configure.in, plugins/Makefile.am: Added patch plugin
23245         * plugins/patch/*: The new patch plugin
23247 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23249         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23251         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23252         dropdown list shown by autocompletion are now removed.
23254 2002-04-28  Philip Van Hoof <freax@pandora.be>
23256         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23257         a bunch of filetypes from the older version.
23259         * src/project_dbase_gui.c (add_file): changed the import
23260         dialog's filetypes combo contents depending on the
23261         type of data to be imported.
23263 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23265         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23266         the amount parameter as Philip stated and reformated to follow the
23267         Gnome convention.
23269         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23270         changed accordingly.
23272 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23274         Fix for #531293.
23276         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23277         Shift-F6, to be more consistent with other Gnome apps.
23278         Moved the "Search next" entry under the "Search" one, and swapped the
23279         order of the "Find in files" and "Find and Replace" ones.
23281         Some additional fixes ands cleanups on the edit menu.
23283         * src/main_menubar.h: replaced all occurences of repeat_find by
23284         find_again for the code to be more consistent.
23286         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23287         sensitiveness depending on the existence of an active text buffer.
23289         * TODO: added some bits about improving the usability of the
23290         search/search again couple.
23292 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23294         * src/preferences_gui.c: made the tab labels text more consistent
23295         (s/misc/Misc/).
23297 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23299         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23301         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23302         filename.
23304         * src/main.c (main): simplified some code and cleanups.
23306         Fix a part of #499366:
23308         * src/commands.[ch] (sync_from_props), (command_editor_save),
23309         (on_apply_clicked), (create_command_editor_gui): added the gui
23310         corresponding to the command.terminal preference.
23312 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23314         Fix for #465180.
23316         * anjuta.spec.in: added build requirements for the source rpm.
23318 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23320         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23321         
23322         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23323           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23324           src/project_type.c, source.c, wizard_gui.c:
23325           Added new GNOME 2 project types and changed glade behaviour to
23326           produce GTK code if project type GTK was selected and GTKmm code
23327           if project type GTKmm was selected (and not depending on the 
23328           selected language. Disabled glade for GNOME 2 projects because
23329           we will need glade2 there.
23330           
23331         * src/project_dbase.c: Fixed a memory lack.
23332         
23333         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23334         
23335         * src/cvs.c: Added an error message if jobs are running
23337 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23339         * tagmanager/tm_work_object.c: Fixed a chrash
23340         bug which occurs when it tries to stat an empty
23341         file name.
23342         
23343 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23345         * src/controls.c: CVS menu items now becomes
23346         insensitive when the launcher is busy.
23347         
23348         * src/anjuta.c, cvs.h, cvs.c: Created a function
23349         to update the cvs preferences when preferences are
23350         applied in preferences dialog and called it from
23351         anjuta_update_preferences().
23352         
23353 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23355         * src/cvs.c: Added a space in the cvs command
23356         before the revision part. This fixes the cvs
23357         error we get when cvs-diffing with revisions.
23358         
23359         * src/cvs.c: Fixed a compiler warning.
23360         
23361         * src/find_replace.c: The dialog now remembers
23362         the settings including the "prompt on replace"
23363         which seems to have broken somewhere line the
23364         changes.
23365         
23366 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23368         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23369         Added a new property in cvs class to hold a boolean
23370         for enabling date in cvs diff. This fixed the bizzare
23371         diff output due to the date that goes with the cvs
23372         command. Also, set the default value of compression
23373         to 3 and unified diff option to 1.
23374         
23375 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23377         * src/cvs.c: The diff editor is set to hilite as
23378         diff syntax hiliting.
23379         
23380         * configure.in, manual/Makefile.am:
23381         Added a new manual module for ja language.
23382         
23383         * manual/ja/*/*/*: New module and files for the
23384         ja translation for the anjuta documentation
23385         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23386         
23387 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23389         * src/launcher.c: Made a very messy work around
23390         for the launcher authentication to work properly.
23391         
23392         * src/find_replace.c: Applied the missing patch
23393         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23394         
23395 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23397         * src/cvs.c, src/main_menubar_def.h: made message strings
23398         consistent with existing standards from our own documentation 
23399         (such as uppercase P in Project, corrected spelling of 
23400         repository, etc.)
23402 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23404         * src/cvs_gui.c: Cleaned up gui and aligned various
23405         widgets to give a clean look.
23406         
23407 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23409         * src/launcher.c: Added work around to retrieve
23410         the child exit code. It works. :)
23411         
23412         * src/find_in_files.c, src/gnome_project.c,
23413         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23414         src/clean.c, src/clean_project.c, src/build_project.c,
23415         src/build_file.c: Modified to handle the new
23416         child exit code.
23417         
23418 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23420         * src/find_replace.c: Changed signal to call
23421         on_replace_text_close on from delete_event
23422         to close => the replace history is now updated.
23424 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23426         * src/cvs.c: escaped the cvs import message before
23427         passing it to cvs.
23428         
23429 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23431         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23432         
23433         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23434         
23435         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23436         Added cvs import
23437         
23438         * src/preferences_gui.c: GUI improvements
23439         
23440         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23442 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23444         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23445         Removed static qualifier from tm_tag_type_name() and
23446         availed it's prototype for use in outside code. also
23447         created reverse map function tm_tag_type_name();
23448         
23449         * src/anjuta.c: Implemented qualified tags names for
23450         the tag list (on the toolbar pulldown list) to avoid
23451         ambiguty in tags with similar names (like prototype
23452         and definition). Patch modified and improved.
23453         
23454         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23455         
23456 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23458         * src/utilities.[c,h]: Added a utility funtion
23459         that escapes the single and double quotes in a
23460         given string. Useful for passing command line
23461         args with quotes.
23462         
23463         * src/cvs.c: Escaped the cvs log message before
23464         passing it to cvs command line to avoid ambiguties
23465         with quotes in the message.
23466         
23467         * pixmaps/anjuta_icon.png: Changed to the new icon.
23468         from Todd Goyen <goyen@mbi-berlin.de>
23469         
23470         * src/message-manager-private.cc: Added regex to 
23471         recognize (underline hilite) the parsable outputs
23472         from the zvt terminal.
23473         
23474 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23476         Patch from: Tina Hirsch <tehirsch@arcor.de>
23477         
23478         * src/project_type.c:
23479         Fixed a bug in the wxproject type and modified the erroroutput when
23480         configure doesn't find wx-config
23481         
23482         Patch from: Timothee Besset <ttimo@idsoftware.com>
23483         
23484         * src/anjuta.c, src/message-manager-private.cc,
23485           src/message-manager-private.h
23486         Catches double clicks in the zvt terminal, and calls goto_error_line
23487         to jump to the appropriate location in the source. This will recognize
23488         grep -n output
23489         
23490 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23491         
23492         * src/build_project.c: Taken care of memory leak
23493           by freeing cmd variable properly.
23495         * src/main_menubar_def.h: Fixed wrong signal connection
23496           for cvs project commit.
23497           
23498         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23499         
23500         * src/preferences_gui.c: Added some border and adjusted
23501           expandsion, filling in box adds to make the cvs preferences
23502           more nicer.
23503         
23504 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23506         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23507         
23508         * src/cvs*, src/main_menubar*, src/preferences*: 
23509         Moved CVS settings to preferences, added a nice login dialog.
23510         
23511         * src/controls.c, src/project_dbase.c:
23512         CVS project options are only shown if a project is open
23513         
23514         * src/build_project.c:
23515         User is now asked if he wants to install as root 
23516         
23517         * src/launcher.c:
23518         Fixed a warning
23520         * anjuta.prj: Updated with cvs files
23521         
23522         * TODO: Remove task which are done
23523         
23524 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23526         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23527         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23528         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23530         Modified launcher to use controlling terminal to detect and
23531         take care of password authentications (for example, for cvs
23532         and root installs).
23533         
23534         * pixmaps/password.png: New file.
23535         
23536 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23538         Anjuta kick start tutorial wirtten by:
23539           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23541         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23542           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23543           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23544           manuals/C/anjuta-tutorial/figures/*.png:
23545           
23546           Added files
23547         
23548         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23549           
23550           Modified files.
23551         
23552 2002-03-28 Roel Vanhout <roel@stack.be>
23554         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23556         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23557           src/preferences_gui.c:
23558         Added option to wrap around to beginning/end of file when on last bookmark
23559         and next/previous bookmark is pressed
23560         
23561 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23563         Patch from Philip Van Hoof <freax@pandora.be>
23564         
23565         * src/gnomefilelist.c:
23566         Added gimp like feature that changes the file extension of
23567         the filename entered in the selections when the file
23568         filter is changed.
23569         
23570 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23571         
23572         Patch from Roy Wood <roy.wood@filogix.com>
23573         
23574         * src/controls.c, src/find_text.c, src/find_text.h,
23575           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23576           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23577           
23578           Menuitem for entering currently selected text as find target,
23579           added key accel for "find next" and changed some key accels for
23580           other key for consistency.
23581           
23582         * src/utilities.c:
23583           Cleaned up code.
23584         
23585 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23587         * src/watch.c, src/watch.h, src/watch_cbs.c,
23588           src/watch_cbs.h, src/watch_gui.c:
23589         
23590           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23591         
23592           Added change watch entries feature
23593           and Watch entries modify on double click fixed.
23595 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23597         * src/mainmenu_callbacks.c:
23598         
23599           Project commit should not bypass dialog as
23600           we need to get the cvs log from the user.
23601           
23602 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23604         * src/project_dbase.c:
23605         
23606           Patch from Roy Wood <roy.wood@filogix.com>
23607           
23608           Fixed docking bug with the new docking patch
23609           to fix copy/paste bug.
23610           
23611 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23613         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23614           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23615           src/main_menubar.h, src/main_menubar_def.h,
23616           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23618           Added cvs project support. Featured bypass cvs dialog for
23619           cases where we don't need dialog (such as project and right
23620           click selection from file browser). Cleaned up cvs code to
23621           make them generic cvs operations instead of separate file
23622           and project operations. Added cvs log action. Increased
23623           file entry box width and enabled "unified diff" by default.
23624           Used Editor buffer for status and log and set hilite for
23625           these buffers including diff buffer (DIFF hilite).
23626           
23627 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23629         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23631         * data: Added file autogen.sh.wxwin 
23632         * data/Makefile.am: Added entry for autogen.sh.wxwin
23633         * pixmaps: Added project image appwiz_wxwin.png
23634         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23635         * src/appwizard_cbs
23636           src/compiler_options.c
23637           src/pixmaps.h
23638           src/project_dbase.c
23639           src/project_dbase.h
23640           src/project_import_cbs.c
23641           src/project_type.c
23642           src/source.c
23643           src/source.h
23644           src/wizard_gui.c: Added everything necessary for new
23645                             project type 'wxWindows (wxGTK)
23646         * src/project_dbase.c: Fixed a bug that caused every project
23647                                to be a glade project in dialog
23648                                                    'Project information'.
23650 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23652         Patch submitted by Roy Wood <roy.wood@filogix.com>
23653         
23654         * src/anjuta_gui.c, src/message-manager-dock.c,
23655           src/project_dbase.c:
23656           
23657           fixed the copy/paste bug by rewriting dock/undock
23658           code.
23660 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
23662         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23663         
23664         * src/cvs*, src/Makefile.am:
23665           New file for CVS support. File operations currently work
23666           cvs login needs to be done. Project support is not yet
23667           started.
23669         * src/main_menubar*, src/mainmenu_callbacks,
23670           src/anjuta.c, src/anjuta.h:
23671           Added menus and functions for cvs commands.
23672           
23673         * src/text_editor_menu.h: 
23674           Added #include <gtk/gtk.h>
23675           
23676         * src/gotoline.h:
23677           Removed a warning (and this time it works ;-)
23679         * src/utilities.c, src/utilities.h:
23680           Added a utility function to retrieve directory
23681           name out of full path.
23683 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
23685         * src/executer.c: (create_executer_dialog): changed the default
23686           focus on the entry.
23688 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23690         * widgets/gnomefilelist.c:
23691         Fixed duplicate history entries for the same directory.
23692           
23693 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23695         Fix for #520092.
23697         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23698           it's already used by scintilla to delete the whole current line.
23700 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23702         Fix for #525107.
23704         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23705           calls to fileselection_hide_widget,
23706           (on_open_filesel_cancel_clicked): removed.
23708         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23709           (on_add_prjfilesel_cancel_clicked):
23711         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23712           impl.
23714         * src/fileselection.c: Made some functions static.
23715           (fileselection_hide_widget): rewritten using the new
23716           gnome_filelist_set_multiple_selection function.
23718         * src/fileselection.c: (on_file_selection_delete_event): removed
23719           unuseful widget hides. Some cleanups,
23720           (on_file_selection_cancel_clicked): impl,
23721           (create_fileselection_gui): changed the cancel button clicked's
23722           callback to use this new function.
23724         * src/anjuta.c: (anjuta_new):
23725         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23726           callbacks, because this the gnome filelist widget's job.
23728         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23729           clist selection mode duplicates set,
23730           (gnome_filelist_key_press): use the new impl. function.
23732 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23734         Fix for #441233.
23736         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23737           fixed some bogus code using an array cell out of
23738           range, removed unecessary gettext usages.
23740         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23741           some cleanups and now transform minus characters to
23742           underscores.
23744         * src/source.c:
23745           (source_write_configure_in),
23746           (source_write_toplevel_makefile_am),
23747           (source_write_desktop_entry),
23748           (source_write_glade_file):
23749         * src/project_dbase.c: (project_dbase_summon_glade),
23750           (project_dbase_generate_source_code):
23751         * src/glades.c: (gladen_write_glade_write):
23752           replaced some occurences of the target name by the
23753           project filename, using project_dbase_get_proj_name,
23754           to fix the name of some files.
23755           Fixed a lot of mem leaks.
23756           Various code cleanups.
23758 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23760         Merged with latest (1.44) scintilla.
23762         Added: - The calltip.<lexer>.end.definition property to display help
23763                  text on a second line of calltip.
23764                - The calltip.<lexer>.word.characters property to correctly find
23765                  calltips for functions that include characters like '$' which
23766                  is not normally considered a word character.
23767                - The use.monospaced property to determine initial state of
23768                  Use Monospaced Font setting.
23770         Bugs fixed: Too many to mention; please see :
23771                     http://www.scintilla.org/ScintillaHistory.html for the
23772                     full changes list.
23774         * scintilla/*/*: updated nearly all files.
23776         * TODO: removed the need of a scintilla merge.
23778         Merged with latest (1.44) SciTE properties.
23780         * data/properties/anjuta.properties: added the wrap, use.monospaced
23781           properties.
23783         * data/properties/html.properties: added a missing php extension, and
23784           updated php keywords to the latest reference.
23786         * data/properties/pascal.properties: added commands to compile, build
23787           and execute pascal applications.
23789         * data/properties/lua.properties: added styles for statements.
23791         * data/properties/bash.properties: added the declare keyword.
23793         Fixed distchecking.
23795         * global-tags/Makefile.am,
23796           global-tags/create-global-tags.sh: used some kind of ugly hack to
23797           make distchek work, since noone has proposed some better way.
23799         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23800           and Ctrl-N replace Alt-N for new file according to the Gnome design
23801           reference.
23803 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23805         * widgets/gnomedirlist.c
23806         widgets/gnomedirlist.h
23807         widgets/gnomefilelist.c
23808         widgets/gnomefilelist.h:
23810         Added GPL headings in the file.
23812 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23814         * src/attach_process.c
23815         src/attach_process_cbs.c
23816         src/attach_process_cbs.h
23817         src/attach_process_gui.c
23818         src/breakpoints.c
23819         src/breakpoints_cbs.c
23820         src/breakpoints_cbs.h
23821         src/breakpoints_gui.c
23822         src/commands.c
23823         src/compiler_options.c
23824         src/compiler_options_cbs.c
23825         src/compiler_options_cbs.h
23826         src/compiler_options_gui.c
23827         src/find_in_files.c
23828         src/find_in_files_cbs.c
23829         src/find_in_files_cbs.h
23830         src/find_in_files_gui.c
23831         src/find_replace.c
23832         src/find_text.c
23833         src/help.c
23834         src/preferences.c
23835         src/preferences_gui.c
23836         src/project_config.c
23837         src/src_paths.c
23838         src/src_paths_cbs.c
23839         src/src_paths_cbs.h
23840         src/src_paths_gui.c:
23841         
23842         Bugs #521629 and #522427 fixed. The problem was, that the
23843         escape-key was not catched and the dialog was hidden, but
23844         the flag was not set correctly.
23846         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23847         using the gnome_dialog_close_hides()-setting present in most dialogs.
23848         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23849         emits "close" and set the flag in the close-callback.
23851         Patch from: Jens Georg <mail@jensgeorg.de>
23853 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23855         * src/*.{c,cpp}: s/string_free/g_free/
23857         * src/utilities.[ch]: (string_free): removed.
23859 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23861         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23863         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23864         src/mainmenu_callbacks.[ch]:
23865         Removed Project menu options: README, TODO, ChangeLog and NEWS
23866         Moved Save Build Messages to Build menu and only highlight it
23867         when there are build messages.
23868         Corrected a spelling: "mojority" -> "majority"
23869         Fixed initialisation of edit.edit_app_gui so now Edit menu
23870         can be shown when no project is loaded.
23872         * src/project_dbase.h: Removed prototype for static function
23874 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23876         * src/text_editor.c: Editor is marked changed after
23877         autoformat. 
23878         
23879         Patch from: Jens Georg <mail@jensgeorg.de>
23881 2002-03-04 Roel Vanhout <roel@stack.be>
23883         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23885         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23886         Added option to ignore binary files on 'Find in files' (grep -I option)
23888 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23890         * src/main.c:
23891         session restoration and commandline load in 
23892         gtk idle loop.
23893         
23894         * src/anjuta.[h,c], src/anjuta_cbs.c:
23895         Removed "clear windows menu" and prevented runtime 
23896         warnings.
23897         
23898         * src/compile.c, src/build_file.c, src/build_project.c,
23899         src/clean.c:
23900         Takes into account the preference setting for 
23901         show dialog when job completes. Dialogs are
23902         shown when it is enabled otherwise not.
23903         
23904 2002-03-03 Roel Vanhout <roel@stack.be>
23906         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23907         
23908         * src/find_text.c
23909         Store 'Find...' search string on search so that 'Find Next' will search for
23910         that string, even if the dialog hasn't been closed yet.
23912 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23914         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23915         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23916         src/main_menubar_def.h:
23917         
23918         Organized menus, removed "Windows" and "Utilities" menus from the
23919         menubar [they are no longer needed]. Also removed some extragenous
23920         separators.
23921           
23922 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23924         * src/message-manager-private.cc:
23925         Set message clist selection mode to BROWSE.
23926         
23927         * src/message-manager.cc, src/an_symbol_view.c,
23928         src/an_file_view.c:
23929         Added Key navigation for the CTree and CList. Arrow left for
23930         node collapse, right for node expand, space (or enter) for
23931         activation (same as double click).
23932         
23933 2002-03-03 Roel Vanhout <roel@stack.be>
23934         
23935         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23936         
23937         * plugins/class-gen/clsGen.c
23938         Added functionality to semi-intelligently prefill filename
23939         boxes with names deduced from class name
23941 2002-02-26 lbell <lbell@tsc4.com>
23943         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23944         * src/preferences_gui.c:
23945         Removed an incorrect use of gtk_misc_set_alignment().
23946         
23947         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23948         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23949         src/preferences.h, src/preferences_gui.c:
23950         
23951         Added the option to reload last open project at the startup.
23952         Added the possibility to open a new project without close
23953         an existing one
23954         
23955         * src/properties.cxx:
23956         Corrected a spelling mistake in message string.
23957         
23958         * src/session.c:
23959         Updated session functions.
23960            
23961 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
23963         * widgets/gnomefilelist.c: Bug fixes.
23964         
23965         Patch from Philip Van Hoof <freax@pandora.be>
23966         
23967 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23969         * src/an_file_view.c:
23970         anjuta was unable to open some files becuase they were not being
23971         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23972         Removed mime checking when opening with anjuta, becuase it doesn't
23973         hurt to open binary files in anjuta (some even may want to do so).
23974         
23975         Added a warning when mime type is not set when "view with default
23976         viewer" is activated.
23977         
23978         * src/an_file_view.c, an_symbol_view.c:
23979         Converted N_() to _() where ever appropriate in the strings.
23980         
23981 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
23982         
23983         * src/appwizard_gui.c, src/appwizard_cbs.c
23984           src/wizard_gui.c/h, src/appwiz_page3.c,
23985           src/project_import_gui.c:
23986           
23987         Moved target type radiobuttons to appwiz. page 2
23988         
23989         * src/message-manager-private.cc
23990         Fixed a bug which caused a crash if next message function was used
23992         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23994 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23996         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23997         Modifies the behaviour of Alt-TAB in Anjuta. This
23998         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23999         edited files in the first items of the notebook.
24001         Patch from: Timothee Besset <timo@qeradiant.com>
24002         
24003 2002-02-24  Philip Van Hoof <freax@pandora.be>
24005         * widgets/gnomefilelist.c, gnomefilelist.h:
24006           Added filecompletion
24007           
24008         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24010 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
24012         * configure.in: Added "sk" to ALL_LINGUAS.
24014 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
24015   
24016         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
24017           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
24018           src/wizard_gui.c: Added support for static and dynamic libs
24019         
24020 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
24022         * widgets/gnomefilelist.c:
24023           Fixed gnome_filelist_get_lastfilename so it no longer returns
24024           a corrupted path.
24026 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
24028         * src/resources.h, resources.c:
24029         Added url handler.
24031         * src/main_menubar_def.h, mainmenu_callbacks.c:
24032         Changed to use gnome configed url handler.
24034 2002-02-19  Philip Van Hoof <freax@pandora.be>
24036         * widgets/gnomefilelist.c
24037         Added PHP filetype.
24039 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
24041         * plugins/class-gen/clsGen.c:
24042         Added c++ support.
24043         
24044         * widgets/gnomefilelist.c:
24045         Gives the maximum space to the files section of the open file dialog.
24046         
24047         Patches from: lbell <lbell@tsc4.com>
24048         
24049 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
24051         * src/anjuta.c, main.c:
24052         Used tm_get_real_path in anjuta_get_full_filename();
24053         
24054 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
24055         
24056         * anjuta.prj: update version
24058 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24060         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
24061           removed the amount arg and replaced with a NULL-ending list.
24062           (gnome_filelisttype_makedefaultlist): use the new prototype.
24064 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
24066         * src/about.c, THANKS: updated for new contributors
24067         
24068         * anjuta.prj: added new files
24069         
24070         * README: corrected some documentation, ctags no longer needed,
24071           pkgconfig now required
24072           
24073         * data/properties/others.properties: add .cvsdiff extension
24074         
24075         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
24076           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
24077           file import
24078           
24079         * doc/anjuta.1: added initial man page thanks to 
24080           Rob Bradford <rob@debianplanet.org> (NB build and install 
24081           needs work)
24082         
24083 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
24085         * src/Makefile.am: Cleaned handling of compiler flags by moving them
24086           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
24087           warning flags. 
24088   
24089         * configure.in: Changed version to 0.1.10-pre
24090   
24091 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24093         * src/fileselection.c: (create_fileselection_gui): always display
24094           the directory creation button as we cannot rely on the dialog
24095           titlebar.
24097         * widgets/gnomefilelist.[ch]: fixed includes.
24099         * pixmaps/new_folder.xpm: resized, added a + sign.
24101 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24103         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24104           changed all extensions to begin with a dot.
24106 2002-02-16  Philip Van Hoof  <freax@pandora.be>
24108         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24110         * THANKS: added Philip.
24112         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24114         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24115         * src/file_selection.[ch],
24116         * widgets/gnomefilelist.[ch]: added a filetype
24117           combobox to the Anjuta file dialog widget.
24119 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
24121         * anjuta.spec.in: eep! the import script was not being installed by
24122           RPM - fixed for the release.
24124 2002-02-13  Stephane Demurget  <demurgets@free.fr>
24126         Various cleanups and fixes for the next release to be able to make
24127         distcheck.
24129         * plugins/*/*.c: added missing prototypes causing gcc to speak to
24130           much and make some tweaks plus cleanups.
24132         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24133           args to remove some warnings.
24135         * global-tags/Makefile.am,
24136           data/Makefile.am,
24137           src/Makefile.am: link against Anjuta static libs using the
24138           $(top_builddir) dir, not anymore on $(top_srcdir) to make
24139           distcheck happy.
24141         * src/Makefile.am: ditto with all the Anjuta static libs.
24143         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24144           include, as we already include the whole directory for the build.
24146         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24147           
24148 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
24150         * pixmaps/Makefile.am: icon for libglade project now installed
24151         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24152         * manuals/C/Makefile.am: removed ChangeLog reference which was 
24153           breaking some build stuff
24154         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24155           include reference problems that showed up on make distcheck
24156         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24158 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
24159         
24160         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24162 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
24164         * src/message-manager-private.cc:
24165           The horizontal scrollbar now shows properly on demand.
24166         
24167 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
24169         * src/dnd.c fixed some warnings
24170         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
24171           and works. It is shown always at the moment but before it was
24172           shown on demand and did never work. 
24174 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
24176         * src/anjuta.c: Fixed a crash bug.
24177           patch from: Jens Georg <mail@jensgeorg.de>
24179 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
24181         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24182           reports a problem with missing end tags on <graphic>
24184 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24186         * manuals/C/ChangeLog: removed since it was never used
24187         * manuals/C/anjuta-manual/*: more updates, new screenshots
24188         * anjuta.prj: updated for new manuals/ structure
24190 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
24192         * source.c, compiler_options.[c/h]:
24193           Fixed bug #460321 "Problem with optimization options" 
24194           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24195         
24196 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24198         * NEWS: prepared for release, need to fill in date
24199         * data/welcome.txt: version number updated
24201 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24203         * src/text_editor_menu.c, src/an_file_view.c, 
24204           src/an_symbol_view.c: marked strings for translation
24205         
24206         * src/defaults.c, data/properties/xml.properties:
24207           *.omf and *.xsl files should use XML highlighting
24208           
24209         * manuals/C/anjuta-manual/*:
24210           - restructured so that files have more meaningful names
24211             and are easier to edit (see anjuta-manual.sgml for the
24212                 ordering)
24213           - updated some screenshots
24214           - continued rewrite
24216 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
24218         * main.c: Made a workaround to remove the old
24219         anjuta gnome config file (older than 9 Feb 2002). This
24220         will fix the bug which never lets the brower toolbar shown.
24221         
24222         * main.c: In fact, the above solution wouldn't work in all
24223         cases. Therefore, here is the better fix, which works by
24224         detecting the version of the old config file and deleting
24225         ~/.gnome/Anjuta if it is lesser than 0.1.9.
24226         
24227 2002-02-01  Andy Piper <andy.piper@freeuk.com>
24229         * HACKING: added info on submitting patches
24231 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
24233         * src/project_import_gui.c, src/project_import.c:
24234           - If Project Import Wizard is canceled everything is 
24235                 cleaned up now.
24236           - Back button is now insensitive on page 3 (some problems: 
24237                 see TODO in project_import_qui.c:284
24238           - Menu frame is insensitive if project type != GNOME(mm)
24240 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24242         * src/main.c: Fixed bug #  (Unable to open files on
24243         double click in project window from second trial onwards when
24244         the project is opened from command line).
24245         
24246         * po/POTFILES.in: Removed tags_manager.[h,c]
24247         
24248 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24250         * src/preferences.c:
24251           A quick hack to fix the 'invisible' browser toolbar when
24252           upgrading from 0.1.8 to 0.1.9
24253           
24254         * src/anjuta.c:
24255           Fixed toolbar names which were causing confusions in the toolbar
24256           show/hide.
24257           
24258         * src/main.c:
24259           Substituted "anjuta" with PACKAGE
24260           
24261         * src/project_import_gui.c: 
24262           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24263           
24264         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24265           Added new files and removed obsolete ones.
24266           
24267 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24269         * src/appwizard_cbs.c, project_import_cbs.c, 
24270           main_menubar_def.h, project_import_gui.c: 
24271           updates to message strings and layout for the 
24272           import wizard.
24273           
24274         * text_editor_cbs.c: fix for the tab menu entries for 
24275           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24277 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24279         * src/toolbars.c,
24280           src/toolbars.h,
24281           src/anjuta_gui.c,
24282           src/controls.c:
24283           
24284           Tag dropdown exclusive (takes
24285           all space in the toolbar) and never vertical and
24286           increased the width of the tag combo to 256 pixs.
24287           Toolbar separator before the combo and button.
24288           Added tags label before the tag button.
24289           Reorganized the dock bands for the toolbars.
24290           
24291         * src/project_import_gui.c
24292           src/project_import.c:
24293           Fixed an error and removed an unused variable.
24294           
24295         * data/properties/anjuta.properties:
24296           Removed the property for the old toolbar and set
24297           browser toolbar show to default.
24298           
24299         * src/project_dbase.c: excluded modules were not
24300           loaded. Fixed.
24301           
24302         * src/source.c:
24303           No build files will be written if the project is blocked.
24304           
24305         * src/project_import.c,
24306           src/project_import_cbs.c,
24307           src/project_gui.c,
24308           src/wizard_gui.c:
24309           
24310           Manually applied Johannes patch to fix some memory
24311           issues and gui clean up.
24312           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24313         
24314         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24315           Fixed a bad bug with remove file from project because of
24316           files were never removed properly from the project and
24317           from the tagmanager.
24318           
24319         * src/appwiz_page3.c: Disabled unused codes to clear
24320           compiler warnings.
24321           
24322 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24324         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24325         
24326         * data/Makefile.am
24327           pixmaps/Makefile.am
24328           src/Makefile.am
24329           src/an_file_view.c
24330           src/an_symbol_view.c
24331           src/anjuta.c
24332           src/anjuta.h
24333           src/anjuta_cbs.c
24334           src/anjuta_gui.c
24335           src/controls.c
24336           src/main_menubar.c
24337           src/main_menubar.h
24338           src/main_menubar_def.h
24339           src/mainmenu_callbacks.c
24340           src/mainmenu_callbacks.h
24341           src/pixmaps.h
24342           src/project_dbase.c
24343           src/project_dbase.h
24344           src/text_editor.c
24345           src/text_editor_menu.c
24346           src/text_editor_menu.h
24347           src/toolbar.c
24348           src/toolbar.h
24349           src/toolbar_callbacks.c
24350           src/toolbar_callbacks.h :
24351           
24352           Patch submitted by:
24353           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24354           
24355           Removes the Tags toolbar and substituted it with
24356           tags combo dropdown list. Fixes a couple of bugs.
24357           
24358           Moved the tag combo to browser toolbar because
24359           main toolbar was becoming too long.
24360           Made a new icon of tag toolbar.
24361           
24362         * po/zh_TW.po: Fixed bug.
24363           
24364         * pixmaps/an_tag.xpm: Added new file.
24366 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24368         * src/project_import_gui.c: Reorganized project
24369         import gui page 2.
24370         
24371 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24373         * HACKING: added info on creating windows and dialogs
24375 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24377         * src/tm_file_view.c:
24379           Sorts the file list at the end instead of doing sort-insert
24380           to improve performance.
24381           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24383         * src/project_dbase.c: Resolved a conflict from
24384           Johannes's patch.
24385           
24386         * src/project_import.c:
24387         
24388           Fixed to use anjuta_import.sh for the bin dir and
24389           not from the data dir.
24390         
24391           Used anjuta_is_installed() function to verify a the command's
24392           executability.
24393         
24394           Fixed import command to use sh (which is more general and is
24395           gauranteed to be found in any unix system :-)). Also, added
24396           double quotes around the import directory.
24397         
24398           Changed some strings for better translations (like avoiding
24399           duplicates).
24400           
24401           Fixed the reading of wrong target type.
24402           
24403         * src/control.c: Insensitive "import project" when there is
24404           a project open.
24405           
24406         * src/project_import_cbs.c:
24407           
24408           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24409           Fixed selection of gettext checkbox.
24410           Sets the menu entries.
24411           
24412 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24413         
24414         * src/appwiz_page[1-4].c
24415         * src/appwiz_gui.c
24416         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24417         be able to reuse it.
24418         
24419         * src/mainmenubar.[c/h]
24420         * src/mainmenubar_def.h
24421         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24422         menu item
24423         
24424         * src/message-manager.c: Fixed bug 509192
24425         * src/message-manager-dock.c: Added accel_group if window is undocked
24426         
24427         * src/project_dbase.[c/h]: Splitted opening code to be able
24428         to use it without an open file dialog
24429         (Maybe I broke Naba's changes, please take a look)
24430                         
24431         * src/project_import.[c/h]
24432         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24433         
24434         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24435         import wizard
24437 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24439         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24440           string cleanups
24441           
24442         * manuals/C/anjuta_manual/*: started rewrite of the 
24443           manual, updated some screenshots
24445 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24447         * src/gnomefilelist.h, src/gnomefilelist.c:
24448         
24449           Fixed multiple selection bug (#497085). The OK button is
24450           sensitive when in multiple mode, if the no. of
24451           selection is one or more.
24452           
24453           Toggle between single and multiple selection mode
24454           and multiple mode display.
24455           
24456           Fixed strings to translable strings.
24457           
24458           Fixed some compiler warnings by commenting out
24459           unused functions.
24460           
24461 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24463         * src/project_dbase.c: App status bar now updates
24464           with the project name when the project is loaded.
24465         
24466         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24467           
24468           Puts the directories at the top. They're also sorted now.
24469           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24470         
24471 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24473         * scripts/anjuta_import.sh.in: Added file.
24474         * scripts/anjuta_import.sh: Removed file.
24476         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24477           Updated files.
24478           
24479         * src/main_menubar_def.h:
24480         
24481           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24482           reflect the opposite of Find (CTRL+F) and also to leave
24483           CTRL+R or Redo.
24484           
24485           Changed Glade summon with ALT+G, which frees the ATL+E
24486           for poping up the edit menu.
24487           
24488         * src/Makefile.am: Debugging link flags by Biswa, removed.
24490 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24492         * HACKING: added information on best practices for writing
24493           application messages and GUI labels
24494           
24495         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24496           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24497           src/clean_project.c, src/compile.c, 
24498           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24499           src/configurer.c, src/debugger.c, src/executer.c, 
24500           src/find_in_files.c, src/find_in_files_cbs.c, 
24501           src/find_replace.c, src/find_text.c, src/glades.c, 
24502           src/gnome_project.c, src/goto_line.c, src/main.c, 
24503           src/main_menubar.c, src/main_menubar_def.h, 
24504           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24505           src/project_config.c, src/project_dbase.c, 
24506           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24507           src/support.c, src/tags_manager.c, src/text_editor.c, 
24508           src/text_editor_gui.c, src/text_editor_menu.c, 
24509           src/toolbar_callbacks.c, src/utilities.c: 
24510           lots of minor message updates to make them more user-friendly 
24511           and consistent
24513 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24515         * src/executer.c:
24516         
24517           Because of the spaces escaping, the command could not be
24518           executed when run without terminal. Now fixed.
24519           
24520         * anjuta.prj, Makefile.am:
24521         
24522           Added anjuta project file.
24523         
24524 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24526         * src/message-manager-private.h, message-manager-private.cc,
24527           message-manger.cc:
24528           
24529           Added freeze() and thaw() for the message window class to
24530           speed up the message manager update.
24531         
24532         * src/project_config.h, project_config.c,
24533           src/project_dbase.h, project_dbase.h
24534           scripts/anjuta_project.template:
24535           
24536           Added two new prject attributes: project.config.blocked and
24537           project.excluded.modules. The former will make sure that users
24538           are not given any previlidge in enabling the 'overwrite build
24539           files' flags and the later issues a list of modules in the project
24540           to be skipped for symbol browsing and project listing.
24541         
24542         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24543         
24544           Modified script to read the template from the anjuta data dir
24545           rather than from the directory in which the script exist. Otherwise,
24546           Being transfered to the bin dir, the script will not be able to
24547           find the template when it is run.
24548           
24549           The script is also create with configure.in to set in the anjuta
24550           data dir path inside the script.
24551           
24552 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24554         * po/fr.po: updated to the latest sources.
24556 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24558         * scripts/Makefile.am:
24559           anjuta_import.sh goes with distribution.
24560           
24561         * po/*.po: They seem to have updated (merged with
24562           anjuta.pot) automatically when I did "make dist".
24563           
24564 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24566         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24567           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24568           the compiler options dialog.
24569         
24570         * ChangeLog:
24571           Correct todays date. :)
24572           
24573         * scripts/Makefile.am:
24574           Installs anjuta_import.sh in $(prefix)/bin dir and
24575           is treated as an executable.
24576           
24577 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24579         * Fix for bug #499373
24580         
24581         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24582           java, properties, latex.properties, lua.properties, others.properties,
24583           perl.properties:
24584           
24585           Added double-quotes around file arguments so that
24586           filenames with spaces could also work.
24588         * launcher/anjuta-launcher.c, executer.c:
24589           Escaped quotes in the cammand and it's arguments before executing
24590           so that args with spaces can also work.
24591           
24592           Commented #DEBUG switch.
24593           
24594 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24596         * scripts/*: Added files which I forgot previously.
24597         
24598         * src/aneditor.h: Lined up commands definition for better look.
24599         
24600         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24601           main_menubar.h, control.c:
24602           Added three more convert EOL chars submenu items in transform.
24603           Reformatted some some.
24604         
24605         * data/anjuta.properties:
24606           Reformatted a line.
24607         
24608         * src/aneditor.h, aneditor.c:
24609           Added three commands (with definitions) for EOL conversions.
24610           
24611         * src/text_editor.c:
24612           Editor detects file mode from the file content and
24613           set the editing mode to CR/LF/CRLF automatically.
24614           Refined Dos mode extrageneous chars filter
24615           This will make sure that filter works only in Dos mode and not
24616           in other modes.
24617           
24618         * src/anjuta.c: Editor mode display in status bar.
24619         
24620         * src/preferences_gui.c: Changed the string for dos mode
24621           filter to more sensible string.
24622         
24623         * src/aneditor.c: Default editor mode sets during widget creation
24624           and not everty time the properties are loaded. This makes sure
24625           that the auto-detected mode is not overridden by the default mode.
24626           
24627         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24628         
24629         * src/anjuta.c: Fixed bug #476028.
24630           Now anjuta also searches for file relative to top project dir,
24631           when the project is open.
24632         
24633         * src/anjuta_cbs.c: Fixed bug #499536.
24634           File is not closed if it is not able to save the file properly.
24635           
24636         * src/mainmenu_callbacks.c: Fixed bug #499536.
24637           Newfiles (which are not modified) are also closed on "close all files".
24638         
24639 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24641         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24642         
24643         * tagmanager/tm_source_file.c, regex.c, parse.c:
24644           defined and delimited g_messages within #debug.
24645           
24646         * src/preferences.c, data/anjuta.properties:
24647           saved/defied message-manager tag position in string.
24648           Message tag possition is saved between sessions. And
24649           and tag position bottom as default.
24650           
24651 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24653         Patch submitted by:
24654         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24656         * Makefile.am
24657           configure.in
24658           data/Makefile.am
24659           data/properties/Makefile.am
24660           global-tags/Makefile.am
24661           pixmaps/Makefile.am
24662           src/Makefile.am
24663           src/an_file_view.c
24664           src/an_file_view.h
24665           src/an_symbol_view.c
24666           src/an_symbol_view.h
24667           src/anjuta.c
24668           src/anjuta_cbs.c
24669           src/file_history.c
24670           src/file_history.h
24671           src/message-manager-private.cc
24672           src/pixmaps.h
24673           src/project_dbase.c
24674           src/project_dbase_gui.c
24675           src/tags_manager.c
24676           src/text_editor.c
24677           src/utilities.c
24678           src/utilities.h
24679           src/watch_gui.c:
24680         
24681           Modified files.
24682         
24683         * scripts/*
24684           pixmaps/sv_class.xpm
24685           pixmaps/sv_function.xpm
24686           pixmaps/sv_macro.xpm
24687           pixmaps/sv_private_fun.xpm
24688           pixmaps/sv_private_var.xpm
24689           pixmaps/sv_protected_fun.xpm
24690           pixmaps/sv_protected_var.xpm
24691           pixmaps/sv_public_fun.xpm
24692           pixmaps/sv_public_var.xpm
24693           pixmaps/sv_static_fun.xpm
24694           pixmaps/sv_static_var.xpm
24695           pixmaps/sv_struct.xpm
24696           pixmaps/sv_unknown.xpm
24697           pixmaps/sv_variable.xpm
24698           pixmaps/fv_core.xpm
24699           pixmaps/fv_text.xpm
24700           pixmaps/filestoremove.txt:
24701         
24702           New files.
24703         
24704         * pixmaps/class.xpm
24705           pixmaps/function.xpm
24706           pixmaps/fv_autofile.xpm
24707           pixmaps/fv_doc.xpm
24708           pixmaps/fv_i18n.xpm
24709           pixmaps/fv_source.xpm
24710           pixmaps/private_func.xpm
24711           pixmaps/private_var.xpm
24712           pixmaps/protected_func.xpm
24713           pixmaps/protected_var.xpm
24714           pixmaps/public_func.xpm
24715           pixmaps/public_var.xpm
24716           pixmaps/struct.xpm
24717           pixmaps/variable.xpm
24718         
24719           Removed files.
24720         
24721         * tagmanager/*/*:
24722         
24723           Upgraded to tagmanager-0.7
24725 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24726         * src/anjuta_cbs.c: Fixed bug #506441
24727         * src/watch_gui.c: Changed layout of eval dialog so that
24728         it fits on a 800x600 desktop with German translation. 
24730 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24732         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24733         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24734           icon for new project type (thanks to Misha)
24735         * configure.in: build and install Danish translation
24736         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24737           credits to cover new patches and translations
24739 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24740         
24741         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24742           src/appwiz_page1.c:
24743         
24744       - Font preferences are restored properly now (\n was missing)
24745           - Dock menu label of message-manager is "Dock/Undock" instead
24746           of "Dock|Undock" to match with the rest of anjuta.
24747           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24748           changed it in anjuta, too 
24750 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24752         * tagmanager/tm_source_file.c,
24753           tagmanager/parse.c,
24754           tagmanager/tm_project.c,
24755           src/an_symbol_view.c,
24756           src/anjuta.c:
24757           
24758           Disabled debug warnings.
24760 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24762         * src/appwiz_page1.c
24763           src/compiler_options.c
24764           src/project_dbase.c
24765           src/project_dbase.h
24766           src/project_type.c
24767           src/source.c
24768           src/source.h:
24769           
24770           New project type named LibGlade.
24771           
24772           Patch submitted by:
24773           Dick Knol <dknol@gmx.net>
24775         * src/gnome_prj.c:
24776           Commented out unused pixmap creation. May be it
24777           will fix the crash in project creation.
24778           
24779 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24781         * src/registers.c
24782           src/registers.h
24783           src/registers_cbs.c
24784           src/registers_cbs.h
24785           src/registers_gui.c
24786           src/sharedlib.c
24787           src/sharedlib.h
24788           src/sharedlib_cbs.c
24789           src/sharedlib_cbs.h
24790           src/sharedlib_gui.c
24791           src/signals.c
24792           src/signals.h
24793           src/signals_cbs.c
24794           src/signals_cbs.h
24795           src/signals_gui.c
24796           src/stack_trace.c
24797           src/stack_trace.h
24798           src/stack_trace_cbs.c
24799           src/stack_trace_cbs.h
24800           src/stack_trace_gui.c
24801           src/text_editor.c
24802           src/watch.c
24803           src/watch.h
24804           src/watch_cbs.c
24805           src/watch_cbs.h
24806           src/watch_gui.c
24807           
24808           Fixed bug #496290: Attach/detach removed from these
24809           windows as they are never implemented.
24810           
24811           Patch submitted by:
24812           Johannes Schmid <johannes.schmid@gmx.de>
24813           
24814 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24816         * src/anjuta.c,
24817           src/anjuta_cbs.c:
24818           
24819           Fixed bug:
24820           when you right click on the tabs, a list of filenames are given
24821           out, but now it gives a list of "page 1", "page 2", etc...
24822           
24823           Patch submitted by: 
24824           Jens Georg <mail@jensgeorg.de>
24826         * anjuta.in.in: Removed c|c++ because, it was not necessary
24827           and was causing translation problem.
24828           
24829         * plugins/class-gen/clsGen.c:
24830           removed "'" for the same reason.
24831           
24832 attached the fix for the menu
24835 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24837         * src/preferences.h,
24838           src/preferences.c,
24839           src/preferences_gui.c:
24840           
24841           Adds the functionality to Anjuta to auto save your unsaved
24842           files before you build a project.
24844           Patch submitted by: 
24845           jason <jason_williams@suth.com>
24846           
24847         * src/anjuta.[h,c]:
24848           Added function for save all files.
24849         
24850         * src/mainmenu_callbacks.c:
24851           Modified to use the above function.
24852         
24853         * src/build_project.c:
24854           Save all files before build if it is set in the
24855           preferences.
24857 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24859         * src/message-manager-private.cc
24860           src/message-manager-private.h
24861           src/message-manager.cc:
24862           
24863           Message-manager now restores the tabs which were shown on startup.
24864           The terminal is now created on demand (as requested by Biswa)
24865           and I have removed some debug messages.
24866           
24867           Patch submitted by: 
24868           Johannes Schmid <johannes.schmid@gmx.de>
24870 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24872         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24873           proper tabs keyboard navigation.
24875         * src/an_symbol_view.c,
24876           src/anjuta_cbs.c,
24877           src/gnome_project.c,
24878           src/project_dbase.c,
24879           src/tags_manager.c: removed some debugging display.
24881 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24883         * src/message-manager-dock.c
24884           src/message-manager-private.cc
24885           src/message-manager-private.h
24886           src/message-manager.cc
24887           src/preferences.c
24888           src/preferences.h
24889           src/preferences_gui.c:
24890           
24891           Patch submitted by: 
24892           Johannes Schmid <johannes.schmid@gmx.de>
24893           
24894           This patch adds a tab to the notebook of the preferences-dialog
24895           where you can change the colors, the tab position of the new
24896           message manager. Also the truncate messages stuff has moved
24897           from misc tab to messages tab.
24899           Also improved the remembering position stuff of message manager.
24900           
24901         * data/internal.properties,
24902           Added definitions for messages colors and tag position.
24903           
24904         * src/message_manager.cc:
24905           Fixed a bug that never lets the messages panes to get cleared.
24906           Added wmclass setting for the message window. Fixed a bug in
24907           which the message window was not being shown.
24908         
24909         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24910           output and disabled it.
24912         * src/anjuta.c: Preferences created and loaded before anything else.
24913           anjuta now recognizes messages colors on startup and initializes
24914           them.
24915         
24916 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24918         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24920 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24922         * pixmaps/file_c.xpm,
24923           pixmaps/file_cpp.xpm,
24924           pixmaps/file_file.xpm,
24925           pixmaps/file_h.xpm,
24926           pixmaps/file_html.xpm,
24927           pixmaps/file_i18n.xpm,
24928           pixmaps/file_icon.xpm,
24929           pixmaps/file_pix.xpm,
24930           pixmaps/fv_doc.xpm,
24931           pixmaps/fv_i18n.xpm,
24932           pixmaps/fv_image.xpm,
24933           pixmaps/fv_source.xpm,
24934           pixmaps/fv_unknown.xpm: made these icons transparent.
24936 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24938         * launcher/anjuta_launcher.c: updated message strings
24939         * src/message-manager-dock.c: added newline at end to avoid compile warning
24940         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24941         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24942           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24943           entries for username and Python-style GPL notice
24944         * HACKING: added info on files to change to update Insert menu
24946 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24948         * src/project_dbase.c,
24949           src/an_file_view.c,
24950           src/an_symbol_view.c:
24951           Changed the CTree expander style to square and
24952           line style to Dotted line.
24953           
24954         * po/POTFILES.in: Removed and Added translable files.
24956 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24958         * ccview/.cvsignore: Removed.
24959         
24960 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24962         * ccview/
24963                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24964                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24965                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24966                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24967                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24968                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24969         
24970         Removed ccview module because it is no longer needed.
24972 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24974         * src/project_dbase.c:
24975           Shifted structure initialization in project_dbase_new()
24976           before anything else, otherwise it was crashing due to
24977           uninitialized values.
24978         
24979         * src/an_symbol_view.c:
24980           Disabled high volume debug output.
24982 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24983         
24984         Applied a very heavy patch from:
24985         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24987         * Makefile.am
24988         configure.in
24989         pixmaps/Makefile.am
24990         src/Makefile.am
24991         src/aneditor.cxx
24992         src/aneditor.h
24993         src/anjuta.c
24994         src/anjuta.h
24995         src/commands.c
24996         src/commands.h
24997         src/compile.c
24998         src/compile.h
24999         src/controls.c
25000         src/defaults.c
25001         src/fileselection.c
25002         src/main_menubar.c
25003         src/main_menubar.h
25004         src/main_menubar_def.h
25005         src/mainmenu_callbacks.c
25006         src/mainmenu_callbacks.h
25007         src/project_dbase.c
25008         src/project_dbase.h
25009         src/project_dbase_gui.c
25010         src/tags_manager.c
25011         src/text_editor_menu.c
25012         src/toolbar_callbacks.c
25013         tagmanager/Makefile.am
25014         tagmanager/ctags.c
25015         tagmanager/include/Makefile.am
25016         tagmanager/include/tm_project.h
25017         tagmanager/include/tm_symbol.h
25018         tagmanager/include/tm_tag.h
25019         tagmanager/include/tm_tagmanager.h
25020         tagmanager/include/tm_workspace.h
25021         tagmanager/tm_project.c
25022         tagmanager/tm_source_file.c
25023         tagmanager/tm_symbol.c
25024         tagmanager/tm_tag.c
25025         tagmanager/tm_workspace.c
25026         widgets/Makefile.am: Modified.
25027         
25028         * src/an_file_view.[c,h],
25029           src/an_symbol_view.[c,h],
25030           src/file_history.[c,h],
25031           src/support.[c,h],
25032           widgets/scroll-menu.[c,h],
25033           tagmanager/tm_file_entry.c
25034           tagmanager/include/tm_file_entry.h: Added new files.
25035           
25036         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
25037         private_func.xpm, public_func.xpm,
25038         class.xpm, fv_exec.xpm, fv_unknown.xpm,
25039         private_var.xpm, public_var.xpm,
25040         function.xpm, fv_i18n.xpm, macro.xpm,
25041         protected_func.xpm, struct.xpm,
25042         fv_autofile.xpm, fv_image.xpm,
25043         ofolder.xpm, protected_var.xpm, variable.xpm:
25044           Updated and Added pixmap files.
25046         Features:
25047         ---------
25048         a) Removes CCView dependency.
25049         b) Improves the terminal.
25050         c) Adds tag navigation context menus.
25051         d) Upgrades tagmanager to latest version.
25052         e) Miscellaneous small additions.
25054 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25056         * src/project_dbase_gui.c: Fixed crash of anjuta
25057         when project first created.
25058         
25059         * src/gnome_project.c: It now updates the tags manager
25060         when new projects are created.
25061         
25062 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25064         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
25065           for this big patch.
25066         
25067         * src/messages.[c,h]: Removed files.
25069         * src/message-manager.[cc,h],
25070           src/message-manager-dock.[c,h],
25071           src/message-manager-private.[cc,h]
25072           New files.
25074         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
25075           src/build_project.c, src/clean_project.c, src/compile.c
25076           src/configurer.c, src/debugger.c, src/find_in_files.c
25077           src/mainmenu_callbacks.c, src/preferences.h
25078           src/preferences_gui.c, src/properties.h
25079           src/utilities.c, src/utilities.h:
25080           The new messages widget.
25081           New features:
25082             - Use of GtkNotebook instead of ToggleButtons
25083               and show/hide
25084             - Popupmenu to show and hide message types and
25085               to dock/undock in detach mode
25087           All other things should work as they did with the
25088           old message window. Currently the keyboard short-cuts
25089           do not work in detached mode.
25090           
25091           Some functions in utitlities.[c,h] changed.
25092           so that they take const arguments where this is possible
25093           
25094         * src/Makefile.am, po/POTFILES.in:
25095           Removed messages.[c,h] and
25096           added message-manager.[cc,h], message-manager-dock.[c,h],
25097           message-manager-private.[cc,h]
25098           
25099         * src/message-manager.h: Removed "include <bonobo.h>"
25100           and added a newline at the end of the file.
25101           
25102         * src/message-manager-private.cc:
25103           Set clist's width setting to Automatic.
25104           Set scroll window's scroll bars to Automatic.
25105           
25106 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
25108         * text_editor_menu.c:
25109           Fixed misalignment of the function sub menu
25110           in the text editor pop up menu.
25111           
25112 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25113         
25114         * src/text_editor.c: Fixed a compiler warning.
25115         
25116 2002-01-04  Andy Piper <andy.piper@freeuk.com>
25118         * THANKS, manuals/*/authors.sgml: updated for new translations
25119         * plugins/class-gen/clsGen.c: converted messages to English
25120         * src/about.c, src/main_menubar_def.h: string updates
25122 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25124         * src/anjuta.c
25125           src/anjuta_cbs.c
25126           src/text_editor.c
25127           src/mainmenu_callbacks.c
25128           src/text_editor.h
25129           src/text_editor.c
25130           src/text_editor_cbs.c
25131           src/text_editor-gui.c:
25132           
25133           Earlier code for adding 'cross' button
25134           for closing pages were too error prone and unorganized.
25135           Cleaned up the code and shifted the 'extra' widgets
25136           creation (eg. close button, close_pixmap and lable)
25137           from anjuta to text_editor. This takes care of proper
25138           widgets creation and destruction. Otherwise, anjuta
25139           was crashing at too many points, especially related
25140           to docking and undocking.
25141           
25142 2002-01-04  Stephane Demurget  <demurgets@free.fr>
25144         * src/aneditor.cxx: removed debugging code.
25146         * data/properties/.cvsignore: added swap files.
25148 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25150         * src/anjuta.c
25151           src/anjuta_cbs.c:
25152           Fixed Crashing of anjuta when a new file is saved as
25153           different file.
25154           
25155 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25157         * src/aneditor.c: Some debug codes around.
25158         
25159         * data/internal.properties, data/anjuta.properties: Removed.
25160           data/properties/Makefile.am:
25161           data/properties/ada
25162           data/properties/cs
25163           data/properties/make
25164           data/properties/rc
25165           data/properties/html
25166           data/properties/ruby
25167           data/properties/baan
25168           data/properties/idl
25169           data/properties/pascal
25170           data/properties/sample
25171           data/properties/bash
25172           data/properties/java
25173           data/properties/perl
25174           data/properties/sql
25175           data/properties/conf
25176           data/properties/latex
25177           data/properties/props
25178           data/properties/vb
25179           data/properties/cpp
25180           data/properties/lua
25181           data/properties/python
25182           data/properties/xml
25183           data/properties/others
25184           data/properties/.cvsignore:
25185             Added files. Properties now splitted into small files
25186             for each language.
25188         * data/Makefile.am
25189           configure.in: Update the removal and added properties module.
25191         * src/preferences.c: preferences_new(): Updated to reflect the
25192           new properties files organization.
25193           
25194         * src/Makefile.am: Added Baan Lexer.
25196 2002-01-01  Stephane Demurget  <demurgets@free.fr>
25198         * src/aneditor.cxx: readded the baan lexer. 
25200         * src/preferences.c: fixed translated messages and a typo.
25202         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25203           confusing the regexp usage in xml-i18-merge.
25205 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
25207         * src/project_dbase.c: tidied some messages, and spotted a typo in
25208           the reading of properties which prevented the project version from
25209           ever being reported in the Project Information window - fixed :)
25211         * po/POTFILES.in: removed syntax.h
25213 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25215         * data/internal.properties: fixed baan properties.
25216           Added all ada properties.
25218         * src/main_menubar_def.h,
25219           src/lexer.h,
25220           src/aneditor.cxx,
25221           src/utilities.[ch]: added support for the Ada highlight style.
25223 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25225         * plugins/*/.cvsignore: updated.
25227 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25229         * src/syntax.h,
25230           src/text_editor.c,
25231           src/Makefile.am: removed the empty header syntax.h.
25233 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
25235         * main_menubar.c:
25236         Stef's observation on the 'superfluous' hseparators in the recent
25237         files and projects is fully justified -- removed.
25238         
25239         * main_menubar_def.h:
25240         Changed "Plug Ins" to "Plugins" in the menu label.
25241         
25242         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25243         Added class-gen in the configure output and class-gen module.
25244         
25245         * data/internal.properties:
25246         Correct mis-spelled "jave" to "java".
25247         Added file.is.source for *.h, *.c, *.cpp properties.
25248         
25249         * global-tags/Makefile.am:
25250         "chmod +x create_global_tags.sh" before it is executed, because
25251         there is very high chance that it will be found "-x" and resulting
25252         in error
25254 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25256         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25257         for the backtrace.
25259         * src/gnome_project.c: (create_new_project): if the user doesn't
25260           select any icon, it doesn't have any extension and thus we can't
25261           use it in printf on Solaris, since the %s modifier use strlen to
25262           know the string length and then crash. On Linux, gcc checks the value
25263           of the pointer to be NULL and write "(null)" if necessary. We can't
25264           rely on that.
25266         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25267           don't need to have the directory icon but the generic one.
25269 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25271         Merged with latest (1.42) scintilla.
25273         Added: Support for the {load,save}.on.(de)activate properties.
25274                The PHP lexer to match keywords case insensitively.
25275                Baan lexer.
25276                Experimental supports for changeable style attribute & line
25277                wrapping.
25278                
25279         Updated: Both the C++ and HTML lexers.
25280                  More shell keywords added.
25281                  Horizontal scrolling and diplay of long lines optimised.
25282                  Cursor setting optimised.
25284         Bugs fixed: Caret movement over folded lines.
25285                     Selection tracking in 2ndary views when doing modifications.
25287         * scintilla/CallTip.{cxx.h},
25288           scintilla/ContractionState.{cxx,h},
25289           scintilla/Document.{cxx,h},
25290           scintilla/Editor.{cxx,h},
25291           scintilla/KeyWords.cxx,
25292           scintilla/LexHTML.cxx,
25293           scintilla/PlatGTK.cxx,
25294           scintilla/RESearch.cxx,
25295           scintilla/ScintillaBase.cxx,
25296           scintilla/ScintillaGTK.cxx,
25297           scintilla/Style.{cxx,h},
25298           scintilla/StyleContext.h,
25299           scintilla/ViewStyle.cxx,
25300           scintilla/include/*.h: updated.
25302         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25304         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25305           should have been told to the scintilla team. We're lucky I read the
25306           ChangeLog and the modifications of the lexer (thanks to the Gnome
25307           bonsai for this ;)
25309         * data/internal.properties: added Baan definitions.
25310           Fixed some issues for C such as *_cast directive, that are only
25311           available with C++.
25312           Updated C++, HTML and shell scripts definitions.
25313           Updated Ada and Bullant, that have been forgotten.
25315         * src/main_menubar_def.h,
25316           src/lexer.h,
25317           src/aneditor.cxx,
25318           src/utilities.[ch]: added support for the Baan highlight style.
25320 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25322         Polished the plugins menu behaviour and added a tearoff
25323         menuitem to the recent entries submenu.
25325         Note: The recent entries list seems to be too height
25326               with all these superfluous hseparators.
25328         * src/main_menubar.c: Polished, making some
25329           functions declarations static and cleaning some code.
25331           (create_submenu_plugin): removed the extra
25332           plugins entry and the horizontal separators.
25334           (on_plugins_menu_realize): the plugins menu is only
25335           shown if there's at least one available.
25337           (create_submenu*): added a tearoff menuitem to have
25338           a more homogeneous menu style. For now, it doesn't
25339           take care of user settings (but it was even worse
25340           before :).
25342 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25344         * configure.in: added the packageplugindir variable to avoid
25345           installing the plugins in $(prefix). It's not the same path as
25346           anjuta 2 to allow parallel installation.
25348 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25349         Fix a reopened part of bug #440676: keyboard navigation between the
25350         different text buffers. Changed to a more global approch. 
25352         * src/notebook.[ch]: removed.
25354         * src/Makefile.am: removed notebook.[ch]
25356         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25357           (on_anjuta_window_key_press_event): added to fulfill the global
25358           shorcuts handling.
25360         * HACKING: updated according to the new global shortcuts handling.
25362 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25364         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25365           Shifted plugin menu from Edit submenu to main menu.
25366         
25367         * po/POTFILES.in:
25368           Added plugins/sample1/plugin-sample1.c
25369           
25370         * plugins/sample1/plugin-sample1.c:
25371           Added localization and used anjuta_info, instead of anjuta_error.
25372           
25373         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25374           Added cvs ignores.
25375           
25376 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25378         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25379           for plugin dir.
25380         
25381         * Makefile.am: Added module plugins.
25382         
25383         * plugins, plugins/Makefile.am, plugins/sample1/*:
25384           Created plugins modules.
25385           
25386         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25387           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25388           to load plugins of *.so only and not *.so* (which results
25389           in duplicates).
25390         
25391         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25392           plugins during packaging.
25394 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25396         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25398 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25400         * configure.in: Added portuguese to ALL_LINGUAS
25402 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25404         * global-tags/.cvsignore
25405         tagmanager/.cvsignore
25406         tagmanager/include/.cvsignore:
25407         Added cvs ignore files.
25409         * data/.cvsignore
25410         Updated cvs ignore file.
25411         
25412 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25414         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25415           data/anjuta.properties, data/internal.properties: clean up some 
25416           message strings (me)
25418 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25420         * src/about.c, THANKS: added Jens to the credits
25421         
25422 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25424         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25425           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25426           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25427           Georg <mail@jensgeorg.de> to add close button to file tabs.
25429 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25431         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25432           (debugger now catches correct signal from process)
25434 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25436         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25437         * src/pixmaps.h: switch appwizard project icons to new designs
25438         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25440 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25442         * pixmaps/Makefile.am: stop redundant images from being installed.
25443           The next step will be to remove them completely.
25444         * src/appwiz*: further updates (more to come)
25445         * src/pixmaps.h: cleaned up, commented
25446         * src/splash.c: should use the pixmaps macro defined
25447         * HACKING: more on the graphics stuff and use of pixmaps.h
25449 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25451         * src/defaults.c: fix bug #494864
25453 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25455         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25456           graphics from Misha
25457         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25458           redundant graphics, no longer used
25459         * src/appwiz*: revamped application wizard by Andy and Misha for
25460           a more usable and professional look-and-feel
25461         * HACKING: updates to cover patching, graphics, and some additions
25462           post-0.1.8
25463         * TODO: removed some implemented features
25465 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25467         * data/anjuta.properties, data/internal.properties: cleanup
25468         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25469           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25470           to edit styles colors for keywords and add Goto Tag menu option
25471           in the editor
25473 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25475         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25476         
25477         Fixed bug #460335
25478         fixes the Forget of the cursor position when tab is brought active
25479         from project manager.
25480         
25481 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25483         * src/messages.c
25484           Exported "TERM=xterm" to get a color terminal when
25485           anjuta is not started from within a terminal.
25486           
25487 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25489         * src/messages.c
25490           src/messages.h
25491           Added a frame around zvt terminal.
25492           
25493         * src/preferences_gui.c
25494           Modified to say "Use glade component (experimental)"
25495           instead of "Use Component".
25496           
25497 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25499         * Patch from 
25500         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25501         
25502         * src/anjuta.c
25503         src/fileselection.c
25504         src/messages.c
25505         src/messages.h
25506         src/preferences.c
25507         src/preferences.h
25508         src/project_dbase.c
25510         a) Extra scrollbar in terminal no longer appears.
25511         b) Character set preference should be preserved (untested).
25512         c) File selection widget now remembers last directory.
25513         d) On creation of generic project, the glade 'file not found' error no
25514                 longer occurs.
25515         e) First terminal window is created 'on demand', so it should always to
25516                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25517                 environment is now passed to the terminal.
25518         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25519                 with getcwd()).
25520         g) Fixed some compilation warnings.
25522 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25524         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25525           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25526         * src/*: cleanups (me)
25527         * pixmaps/mini_term.xpm: added new file for terminal button
25528           (me, based on existing artwork)
25530 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25532         * configure.in: bumped version to 0.1.9-pre
25533         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25534           translation
25535         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25537 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25539         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25540           files are free of that char)
25541         * configure.in: added "az" to ALL_LINGUAS
25543 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25545         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25546           crash bug fix from Biswa.
25547         * FUTURE: added Anjuta/gIDE merger information to provide 
25548           details on future direction and status of 1.x stuff
25549         * NEWS: prepared for release
25550         * po/de.po: update from Jens Georg <mail@jensgeorg>
25552 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25554         * multiple minor updates pre-0.1.8
25555         * patch from Biswa to fix syntax highlighting and packaging
25556         * po/fr.po: update from Stef
25558 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25560         * global-tags/Makefile.am
25561         global-tags/create_global_tags.sh
25562         global-tags/tm_global_tags.c
25563         scintilla/LexCPP.cxx
25564         scintilla/include/SciLexer.h
25565         src/aneditor.cxx
25566         src/project_dbase.c
25567         tagmanager/Makefile.am
25568         tagmanager/include/Makefile.am
25569         tagmanager/include/tm_project.h
25570         tagmanager/include/tm_tag.h
25571         tagmanager/include/tm_tagmanager.h
25572         tagmanager/tm_project.c
25573         tagmanager/tm_source_file.c
25574         tagmanager/tm_tag.c
25575         tagmanager/tm_workspace.c:
25576         
25577         Includes the syntax highliting patch to scintilla).
25578         and more stable code.
25579         
25580         *tagmanager/include/tm_symbol.h: New file.
25581         *tagmanager/tm_symbol.c: New file.
25582         
25583         Add symbol tree building functionality at project level
25584         
25585         Patch from:
25586         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25587         
25588 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25590         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25591           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25592           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25593           : New and improved pixmaps from Misha <misha@phreaker.net>
25594           Thanks to him.
25596 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25597         
25598         * Big patch submitted by
25599           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25600           Many thanks to him.
25601         
25602         * src/Makefile.am, src/aneditor.cxx
25603           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25604           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25605           Use of tagmanager lib for advanced calltips.
25607         * global-tags/*: Created new directory and added files to 
25608           generate system.tags.
25610         * tagmanager/*: Created new directory and added tagmanager lib
25611           files.
25613         * configure.in, acconfig.h, Makefile.am: Modified to reflect
25614           the above additions.
25616         * data/Makefile.am: Modified to accomodate generated system.tags file.
25618 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
25620         * scintilla/: updated to 1.41
25621         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25622         * src/about.c: updated list of authors
25623         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25624         * HACKING: updated to cover Scintilla usage
25625         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25626           translation
25628 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
25630         * src/aneditor.cxx: Fixed compilation errors with it.
25631           by add include to gtk+ headers and typedefining a mysteriously
25632           vanished class Colour.
25634 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25636         * configure.in: Added pt_BR in the languages.
25637         
25638 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
25640         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25641           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25642         * THANKS: updated
25643         * manuals/C/anjuta-manual/*: new format to match
25644           the rest of the GNOME docs chapter layout. Added the many
25645           new contributors. Moved Authors and License information into new
25646           chapters of their own - should make expansion easier too
25647         * src/compiler_options.c: changed the profiler option to -pg to 
25648           work with GNU tools (gprof)
25649         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
25650           and text labels
25651         
25652 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25654         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25655           compiler_options_gui.c:
25656           Added a new entry for linker flags and renamed c_options to c_flags
25657           and l_options to l_libs. Also, added a new function:
25658           compiler_options_set_prjlflags_in_file();
25659         
25660         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25661         
25662         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25663           
25664 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
25666         * THANKS, src/about.c: corrections and additions following 
25667         Naba's big update
25668         * src/main_menubar.c: patch from Rikul to fix the problem with 
25669         menu accelerators not being loaded
25671 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
25673         * THANKS: Added all contributors and translators names and emails.
25674         * AUTHORS: Updated
25675         * pixmap/anjuta_logo.png: Reduced the size of the logo.
25676         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25677               Added new file (earlier logo with border).
25678         * src/about.c: Added all contributors names and emails
25679               and used macro definition for logo pixmap file.
25680         * src/pixmaps.h: Added entry for anjuta splash screen.
25682 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
25684         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25685         to new PNG version (thanks to Misha) and removed the old
25686         pixmap.
25688 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
25690         * THANKS: added Conner Mo for simplified Chinese translation.
25691         * configure.in: added zh_CN in ALL_LINGUAS
25693 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
25695         * THANKS: added Joe Man for his traditional Chinese translation.
25696         * configure.in: added zh_TW in ALL_LINGUAS.
25698 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
25700         * src/main_menubar_def.h: Changed the link of lidn to
25701         http://lidn.sourceforge.net.
25702         
25703 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
25705         * Applied patch from Rikul
25706         * Applied patch from Luca
25707         * Fixed a cvs conflict. :)
25709 2001-10-17  Stephane Demurget  <demurgets@free.fr>
25711         * THANKS: added Marc Botermans for his Dutch translation.
25713         * configure.in: added nl in ALL_LINGUAS.
25715         * po/nl.po: added.
25717 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25719         * anjuta.c: Fixed luca's typo.
25720         * resources.c, resources.h: Changed gchar* return to void, to
25721                 avoid a compiler warning.
25722         * scintilla/Makefile.am: Reorganized file entries.
25723         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25725 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25727         * Upgraded scintilla to 1.4.
25728         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25729                 LexLisp.cxx StyleContext.cxx StyleContext.h
25730         * src/Makefile.am: Added 4 lexers and separated lexer objects
25731                 from the main link variable.
25733 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25735         * THANKS: added Luca, even if it shouldn't be my role to write
25736           this sort of thing :)
25738         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25739           the latest Luca patch.
25741 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25743         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25744         This is not documented yet; plugins to come later.
25745         * src/find*.c: find dialogs now persistent 
25746         (Rick <rikul@bellsouth.net>)
25747         * widgets/gnomefilelist.c: fixed multiple file open issue 
25748         (Rick <rikul@bellsouth.net>)
25749         * changes to recent file and project lists handling 
25750         (lbell <lbell@tsc4.com>)
25751         * more minor UI updates (me)
25753 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25755         * src/Makefile.am: removed warnings for traditional C syntax
25756         * pixmaps: added new icons for mini_locals, mini_cvs and
25757         the splash screen - thanks to Misha <misha@phreaker.net>
25759 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25761         * src/toolbar.c: fix typo in tooltip text
25762         * ccview/cccmd.cc: alter Func to Function in menu text
25764 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25766         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25767         issue with find dialog reporting an error when Scintilla finds text
25768         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25769         DOS files (i.e. CR/LF translation)
25771 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25773         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25774         #452436
25775         * data/internal.properties: default fold style now set to 3 :-)
25776         * applied patch from rikul <null@acm.org> to turn notebook tab 
25777         headings red when file has been edited.
25779 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25781         * configure.in: Added "no" to ALL_LINGUAS.
25782         
25783 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25785     * Patch from lbell <lbell@tsc4.com>
25786     src/controls.c
25787     src/debugger.c
25788     src/main_menubar.c
25789     src/main_menubar.h
25790     src/main_menubar_def.h
25791     src/mainmenu_callbacks.c
25792     src/mainmenu_callbacks.h
25793     src/project_dbase.c
25794     src/project_dbase.h
25795     
25796     Implemented a check menu item to handle the 'show locals' flag
25797     for the current project.
25799     * data/internal.properties: Removed the redundant command
25800     for gnome-terminal.
25801     
25802 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25804         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25806 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25808         * configure.in: Added "ta" to the languages list.
25810 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25812         * data/internal.properties:
25813           added fold.symbols property to control appearance of folds
25814           in the Scintilla editor (thanks to rikul <null@acm.org>)
25816 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25818         * src/message.c:
25819           one extra button for message win is being created -- Fixed.
25820         
25821           The frame should be hidden and not only the pix_lab when
25822           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25823           -- Fixed.
25824         
25825         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25826           for the time being it is same as mini_cvs.xpm.
25827         
25828 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25830         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25832         Patch from rikul <null@acm.org>
25833         
25834         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25835         glades.h, messages.c, messages.h, pixmaps.h,
25836         project_dbase.c, project_dbase.h, session.c,
25837         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25838         
25839         inserted 'add to watch' option in inspect window, so you can add easily
25840         a variable in watch window .
25841         
25842         Added a new message pane for the gdb local variables inspection. Changed
25843         the code in messages.c to better account for future new panes insertion.
25844         Defined a new pixmap for the new tab button in pixmaps.h
25845         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25846         install script.
25847         
25848         Changed the debugger module to have a single function for asking to gdb
25849         to send program info. The idea is to ask the debugger about only the
25850         info needed to open windows( watch, registers, etc ) to speedup the step
25851         command. I plan to ask informations to the debugger based on the user
25852         interface status.
25853         The request for local variables is enabled by default, but the
25854         projectDBase has a variable to control it, to allow disabling that
25855         feature,  there is also the code to save and to reload the state. If you
25856         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25857         in project_dbase.c
25859         This big patch is from:  lbell <lbell@tsc4.com>
25860         
25861 2001-09-20  Stephane Demurget <demurgets@free.fr>
25863         Patch from rikul <null@acm.org> :
25865         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25866           problem and added folding support for php/hmtl.
25868 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25870         * Fixed dnd of files within scintilla.
25871         patch from:  rikul <null@acm.org>
25872         
25873 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25875         * Applied patch from Luca.
25876         
25877         * src/source.c: source_write_build_files(): Fixed the project generation
25878           failure. The fist return statement and the free_project_type were 
25879           misplaced.
25881 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25882         
25883         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25884         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25885         
25886         1) Restore the error color to red (waiting for a configurable one )
25887         2) Saving projects settings if you exit anjuta without closing an open
25888         saved project
25889         3) New Menu 'repaeat search' to search with a keystroke without pressing
25890         the toolbar button
25891         4) some define in the menus to better handle menu item update
25892         
25893         Patch from: lbell <lbell@tsc4.com>
25894         
25895         * main_menubar_def.h, main_menubar.c: Change the position of
25896         "Repeat find" menu position.
25898 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25900          project_type.h, project_type.c, source.c: Applied patch.
25901          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25902          
25903 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25905         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25906         
25907 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25908         
25909         * Fixed bug #445752
25910   
25911 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25912         
25913         * Fixed bugs in Gtk-- and Gnome-- project type
25915 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25917         * dnd.c: Support for multiple files drag-n-drop.
25918         
25919           Patch from: rikul <null@acm.org>
25920         
25921         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25922           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25923           saving from menu.
25924         
25925           Patch from: rikul <null@acm.org>
25927         * Applied patch for widgetizing goto dialog box.
25928           Patch from: ???
25929         
25930         * Applied patch for having new project type handling.
25931           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25932           
25933 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25935         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25936           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25937           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25938           find_replace.c, find_replace.h, find_text.c, find_text.h,
25939           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25940           project_dbase.h, source.c, text_editor.c, text_editor.h,
25941           text_editor_cbs.c, utilities.c, utilities.h:
25942         
25943           Applied a huge patch (after slight preview). I would like Luca
25944           to have his feature additions mentioned here.
25945         
25946           Patch from: lbell <lbell@tsc4.com>
25948 2001-09-09  Stephane Demurget <demurgets@free.fr>
25950         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25952         * po/fr.po: updated to the latest sources.
25955 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25956         
25957         * Fixed bug #445752
25958   
25959 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25961         * dnd.h, dnd.c: New files for drag n drop support.
25962                 
25963         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25964            Added drag and drop support for opening files.
25965         
25966         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25967         Archit Baweja <bighead@crosswinds.net> for this idea.
25968         
25969         * TODO: Added some more todos. :-(
25971 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25973         * Fixed the goto line activate bug.
25974         patch from: Martyn Bone <mbone@brightstar.u-net.com>
25976 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25977         
25978         * Fixed bugs in Gtk-- and Gnome-- project type
25980 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
25982         * widgets/gonmefilelist.c, gnomefilelist.c:
25983         Modified multiple selection on pressing control.
25984           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25985         
25986         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25987         Modified multiple selection on pressing control.
25988           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25989         
25990 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
25992         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25993           This is useless; but just in case...
25995 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
25997         * data/internal.properties: modified a bit of perl properties.
25998         
25999 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
26001         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
26002           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
26003           Added support for multiple file imports. Changed the standrd C++
26004           convention of #include <file> to #include <file.h>, because I had given
26005           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
26006           now support the #include <file> convention. That is something to be fixed :). 
26007           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26009 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
26011         * src/anjuta.c: Added function static greetings_text(), to solve the non
26012                 translation of the greetings text in the wizard.
26013                 
26014 2001-08-31  Andy Piper <andy.piper@freeuk.com>
26016         * src/find_in_files_gui.c: made order of buttons consistent with other Find
26017           dialogs, with OK the default (fix bug #453482)
26019 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
26021         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
26022         
26023         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
26024         
26025 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
26027         * src/aneditor.cxx
26028           src/aneditor.h
26029           src/anjuta_cbs.c
26030           src/controls.c
26031           src/main_menubar.c
26032           src/main_menubar.h
26033           src/main_menubar_def.h
26034           src/mainmenu_callbacks.c
26035           src/mainmenu_callbacks.h:
26036                 Applied the patch that addes menu items which allow users to
26037                 insert GPL notice and date time in current document.
26038                 patch from: Rick Patel <rikul@shreve.net>       
26039                 
26040         * src/main_menu.c: Fixed a compilation error.
26041         
26042         * src/anjuta.c: Fixed non-rememberence of editor tab position.
26043         
26044         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
26045           about the unterminated strings.
26046           
26047         * scintilla/*: Updated scintilla to 1.3.9 version.
26048         
26049 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
26050         
26051         * widgets/gnomefileselection.c:
26052           Applied the patch for fixing multiple selection of file open funcion,
26053           which will deselect the files selected.
26054           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26056 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26058         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
26059           src/fileselection.c, src/anjuta_cbs.c:
26060           Applied the patch     for multiple selection of file open.
26061           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26062           
26063 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26065         * Removed "-f" option in call to devhelp, because devhelp no longer
26066           supports that.
26067         
26068 2001-08-26  Stephane Demurget <demurgets@free.fr>
26070         All these modifications have been pointed out by
26071         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
26073         * data/internal.properties: two fixes for the PHP lexer.
26074           this out.
26076         * fr.po: minor fixes.
26078         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
26080 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
26081         
26082         * main_menubar.c,
26083           main_menubar.h,
26084           main_menubar_def.h,
26085           main_menubar_callbacks.c,
26086           controls.c:
26087                 Added new menu item for "close all fils".
26088                 (Patch from Rikul <rikul@shreve.net>, after revision)
26089         
26090         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
26091         
26092         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
26093                 (Patch from Rikul <rikul@shreve.net>)
26094         
26095         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
26096                 (Patch from Rikul <rikul@shreve.net>)
26098 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26099         
26100         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
26101            project name in application widzard.
26102            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
26104         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26105           of the 'OK' button there is an 'Execute' one.
26106           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
26107         
26108         * executer.c: Changed cancel button to close button. That was more appropriate.
26109           
26110 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26112         * HACKING: corrected >>>>>> Config management.
26113         
26114         * HACKING: Added many things.
26115         
26116         * src/launcher.h: Added some comments.
26118 2001-08-21  Stephane Demurget <demurgets@free.fr>
26120         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26122         * HACKING,
26123           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26124           src/appwizard_cbs.c,
26125           src/appwizard_gui.c: Applied UI/docs cleanup patch from
26126           Andy Piper <andy.piper@freeuk.com>
26128         * po/fr.po: updated to latest sources.
26130         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26133 2001-08-18  Andy Piper <andy.piper@freeuk.com>
26135         * Fixed bugs #450280 and #448845
26137         * src/about.c: corrected Naba's e-mail address (.net, not .com)
26138         
26139         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26140           named dialogs
26141         
26142         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26143           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
26144           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
26145           names to remove "Anjuta: " prefix
26146           
26147         * src/main_menubar_def.c: altered a message
26148         
26149         * launcher/anjuta_launcher.c: cleaned up some messages
26151         * src/debugger.c: edited messages to improve clarity
26152         
26153         * src/app_wiz*.c: tidied wizard interface
26156 2001-08-15  Stephane Demurget <demurgets@free.fr>
26158         Synced Naba's fix and mine about the wizards not working and removed
26159         anjuta.prj to avoid a nasty checkin.
26161         * Makefile.am: removed the install-data-local rule.
26163         * data/Makefile.am: changed the list of files.
26165         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26167         * .cvsignore: added anjuta.prj for the same reason.
26170 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
26172         * src/source.c: Fixed a bug that fails new gnome projects to get
26173           created.
26175         * src/project_manager.c: Fixed a bug that disables storing recent
26176           project history.
26178         * Makefile.am: Added stuffs to install the macro files in the
26179           anjuta share file.
26182 2001-08-14  Stephane Demurget <demurgets@free.fr>
26184         * data/Makefile.am: added some rules to support the gnome/ macros
26185           dir in order to make the wizards work again.
26187         * anjuta.spec.in: upped the release number.
26190 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
26192         * configure.in (ALL_LINGUAS): Added pl.
26195 2001-08-09  Stephane Demurget <demurgets@free.fr>
26197         * anjuta.spec.in: fixed the doc files list.
26200 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
26202         * src/about.c: corrected my email address. :-)
26203         
26204         * TODO: Updated.
26205         
26206         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26207          (patch from Andy Piper <squiggle@ukgateway.net>)
26209 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
26211         * debugger.c: Fixed a bug associated with debugging threaded
26212           application.
26213         
26214         * text_editor_menu.c: Fixed broken ui in text editor
26215           pop up menu.
26216           
26217         * text_editor_menu.c: Now the option sub menu in text editor pop up
26218           works.
26219         
26220         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26221                 (suggested by lord sibn <sibn@utspl.cjb.net> )
26222         
26223 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26225         * src/text_editor_menu.c: Added menu item for context help
26226           (patch from Andy Piper <squiggle@ukgateway.net>)
26227         
26228 2001-08-06  Stephane Demurget <demurgets@free.fr>
26230         * ccview/cccproj.cc: added missing i18n strings.
26232         * data/welcome.txt: bumped version to 0.1.6.
26234         * src/anjuta.c: fixed a compilation error due to devhelp integration.
26236 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26237         
26238         * help.c, help.h: Added support for DevHelp context sensitive help
26239                 and gnome api browsing.
26240         * Fixed toolbars and editor views "not save" bug.
26241         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26242           (patch from Andy Piper <squiggle@ukgateway.net>)
26243         * Updated THANKS and chapter15.sgml for uk and ru translators.
26245 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26247         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26248         * Updated configure.in to include these changes
26249         
26250 2001-08-03  Stephane Demurget <demurgets@free.fr>
26252         * src/project_dbase_gui.c: fixed bug #446963
26253           (on_project_dbase_ccview_update_start),
26254           (on_project_dbase_ccview_update_end): added.
26255           These two respectively disable and enable close file/project
26256           menu entries and toolbar items, while the ccview part updates
26257           its tag database.  
26260 2001-08-03  Stephane Demurget <demurgets@free.fr>
26262         * configure.in: added sv to the ALL_LINGUAS list.
26263         
26265 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26267         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26268                 file to work: merge translations and distribute it.
26270         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26272         * NEWS, README, THANKS & TODO: Spelling fixes.
26274 2001-08-01  Stephane Demurget <demurgets@free.fr>
26276         * README: updated requirements.
26278         * scintilla/Makefile.am,
26279           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26280           target can't be realized (custom build path).
26282         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26283           Removed install-data-local.
26285         * src/compiler_options.c: changed the include paths of the pixmaps.
26286           we hadn't any warning because of the include paths passed to the
26287           compiler. Thanks to make distcheck for reporting this.
26290 2001-07-31  Stephane Demurget <demurgets@free.fr>
26292         * NEWS, THANKS: updated.
26294         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26295           fixed to show the correct kernel signal number and its description.
26297         * widgets/gnomefilelist.c: fixed bug #445756
26298           (goto_last): renamed to goto_prev and changed according to goto_next.
26299           (goto_next): added.
26300           (goto_directory): removed.
26301           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26302           returned value is now the position in the list.
26303           (check_ok_button_cb): changed the back check and added one for next.
26304           (gnome_filelist_set_dir): the check in history make it wouldn't be
26305           a "true" history. polished the whole thing, using set_dir_internal.
26306           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26307           there's no check in the history when using back or next.
26309         * manuals/*: added missing .cvsignore files.
26312 2001-07-30  Stephane Demurget <demurgets@free.fr>
26314         * po/fr.po: updated to latest sources.
26316         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26317           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26318           to put off their sensitive attributes.
26320 2001-07-29  Stephane Demurget <demurgets@free.fr>
26321         
26322         * po/fr.po: fixed some grammar things.
26323           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26324           this out.
26325         
26326         * src/utilities.c: (file_is_link): use lstat instead of stat.
26328 2001-07-27  Naba Kumar <kh_naba@123india.com>
26329         
26330         * Remove help dir from cvs, because it is no longer
26331           needed.
26332         
26333         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26334           needed.
26336 2001-07-24  Naba Kumar <kh_naba@123india.com>
26338         * debugger.c: (debugger_update_prog_status): Fixed
26339                 the bug with gdb version 5. Debugger starts, when
26340                 step in/out/over etc are clicked.
26341         
26342         * debugger.c: All functions: added debugging codes.
26343         
26344         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26345         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26346           Modified to recognize non project files also.
26347           
26348         * source.c: (source_write_configure_in):
26349           Added source for 'prefix' counterparts for
26350           no-prefix AC_SUBST.
26351         
26352 2001-07-23  Naba Kumar <kh_naba@123india.com>
26353         
26354         * anjuta.c: added function anjuta_remove_text_editor();
26355           and suitably modified anjuta_remove_current_text_editor().
26356           
26357         * project_dbase.c: project_dbase_close(), Added code to
26358           close all opened files that belong to the project when
26359           the project is closed.
26360          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26361         
26362         * Updated the manuals/anjuta-manual subdir for GDP standards.
26363            (patch from Andy Piper <squiggle@ukgateway.net>)
26364         
26365         * main_menubar.h, main_menubar.def: Added Menu items to handle
26366           urls for library references, bugs, patches and feature request
26367           submission.
26368         
26369 2001-07-20  Naba Kumar <kh_naba@123india.com>
26370         
26371         * Set wmclass names in all windows.
26372           (patch from Andy Piper <squiggle@ukgateway.net>)
26373         * New splash logo from "Misha" <misha@phreaker.net>);
26375 2001-07-19  Naba Kumar <kh_naba@123india.com>
26376         
26377         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26378           set caret color, calltip back color and selection fore/back
26379           color.
26381 2001-07-18  Naba Kumar <kh_naba@123india.com>
26382         
26383         * project_dbase.c: Closes all files when project is closed.
26384          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26385          -- We still need to refine this as it closes all sort of files.
26386         
26387         * compiler_options.c: Fixed seg-fault bug when last item in
26388           compiler option lists is removed.
26389         
26390         * Fixed missing newline warnings during compilation.
26391           (patch from Andy Piper <squiggle@ukgateway.net>)
26393 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26395         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26396                 autogenerated no need to store'em in CVS.
26398         * ccview/.cvsignore: Addition of cvsignore.
26400 2001-07-17  Naba Kumar <kh_naba@123india.com>
26401         
26402         *GUI fixes and spell corrections
26403         (patch from Andy Piper <squiggle@ukgateway.net>)
26405 2001-07-15  Naba Kumar <kh_naba@123india.com>
26406         
26407         *Fixed double error message for file not found.
26408         
26409         *Put white backgrounds for png images.
26410         
26411         *Converted '-' to '_' in sgml files.
26413 2001-07-14  Naba Kumar <kh_naba@123india.com>
26414         
26415         * project_dbase.c: Short-cut for expand/collasp project tree
26416         
26417         * project_dbase_gui.c:
26418          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26420 2001-07-13  Naba Kumar <kh_naba@123india.com>
26421         
26422         * notebook.[h,c]: Added
26423          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26424         Project/message window now toggles on control and
26425         and notebook switch short-cut
26427 2001-07-7  Naba Kumar <kh_naba@123india.com>
26428         
26429         * Changed a new icon set which looks more gnomish.
26430         
26431         * Changed a new anjuta splash logo.
26432         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26434 2001-07-6  Naba Kumar <kh_naba@123india.com>
26435         
26436         * ccview/*: Integrated ccview for class view and file view
26437                 in the project Manager.
26438         
26439         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26441 2001-07-1  Naba Kumar <kh_naba@123india.com>
26442         
26443         * scintilla/*: Upgraded Scintilla to version 1.3.7
26444         
26445         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26446         
26447 2001-06-28  Naba Kumar <kh_naba@123india.com>
26448         
26449         * src/debugger.c: Correct step-over and step-out swapping.
26450         
26451         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26452           chapters and added more stuffs.
26454 2001-06-13  Naba Kumar <kh_naba@123india.com>
26455         
26456         * data/autogen.sh.gtkmm: Added
26457         
26458         * data/autogen.sh.gnomemm: Added
26459         
26460         * src/appwiz.c: Added two more application wizard templetes
26461         
26462         * src/project: for gtk-- and gnome-- and proper support
26463         
26464         * src/source.c: for c++ in the project configuration.
26465         
26466         * src/source.h:
26468 2001-05-05  Naba Kumar <kh_naba@123india.com>
26470         * Merged my pre-cvs modifications with 
26471           the current cvs copy.
26473         * (lot of files change).
26475         * Implemented session management.
26477         * Local installation possible by
26478           manageing our own pixmaps paths
26479           manupulations.
26480         
26481         * resources.h: Added.
26482         * resources.c: Added.
26484         * Fixed some bugs.
26485         
26486 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26488         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26489                 Corrected/extended ignores.
26491 2001-05-04  Naba Kumar <kh_naba@123india.com>
26493         * manuals/: dir tree added.
26494           Sgml documentation started in this dir.
26495           
26496         * omf-install/: dir tree added.
26497         
26498         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26499           Created initial document structure.
26500           
26501         * configure.in: Added test for scrollkeeper.
26502           Added some Makefile entries in AC_OUTPUT.
26503         
26504         * Makefile.am: Added subdir manuals/
26505         
26506         * HACKING: Wrote something stupid.
26508 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26510         * Makefile.am: Added ChangeLog in local data list, becaused it's
26511           needed to create a new project.
26512           
26513         * po/fr.po: minor fixes.
26515         * src/build_file.c, src/configurer.c, src/debugger.c,
26516           src/executer.c, src/find_replace.c, src/gnome_project.c,
26517           src/goto_line.c, src/launcher.c, src/messages.c, 
26518           src/preferences.c src/project_dbase.c: functions declared static.
26519           
26520         * widgets/gnomefilelist.c: Fixed a project creation bug,
26521           introduced with latest changes.
26523 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26525         * widgets/gnomefilelist.c,
26526           BUGS: Fixed an annoying bug preventing from loading files/project
26527           given on the command line. Polished the whole gnome_filelist widget.
26529 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26531         * src/main.c,
26532           src/anjuta.c,
26533           src/anjuta.h: Polished the command line parsing.
26535         * BUGS: Need to clean that damn gnome_filelist widget.
26537 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26539         * src/registers.c,
26540           src/sharedlib.c,
26541           src/signals.c: Removed duplicated includes.
26543         * po/fr.po: minor fixes.
26545         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26546           create_compiler_options_page? () declared static.
26547         * src/main.c,
26548           src/anjuta.c: Put a command line option for disabling
26549           the splashscreen.
26551         * src/preferences_gui.c: Fixed an internationalization issue,
26552           other functions declared static.
26554         * src/gnome_project.c: Fixed some memory leaks,
26555           new_prj_terminated () declared static. 
26557 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26559         * configure.in: Sort ALL_LINGUAS alphabetically.
26561 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26563         * Emptied that ugly old Changelog.
26565 == Anjuta 0.1.5 ===
26566 == Anjuta 0.1.4 ==
26568 2001-03-10 Naba kumar  <naba@gnome.org>
26570         * src/gnome_project.c: Fixed project dir creation bug.
26572         * src/text_editor.c: Fixed double accelerators bug.
26573         
26574         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26576         * src/stack_trace.c, * src/compiler_options.c,
26577         data/internals.properties, src/defaults.c:
26578         Fixed pixmap creation with NULL window.
26580         * src/commands.c, src/preferences_gui.c, src/build_project.c
26581         src/clean_project.c: Bug fix.
26582         
26583         * src/main_menubar_def.h: i18n bug fix.
26584         
26585         * src/executer.h, src/executer.c: Bug fix.
26586         
26587         * src/controls.c: Bug fix.
26588         
26589         * src/debugger.c: Debugger now takes program args.
26590         
26591         * po/ja.po: Added japanese translation file.
26592         
26593         Upgraded to ver 0.1.4
26594         ... Fixed other minor bugs.
26596 == Anjuta 0.1.3 ===
26598 2001-XX-XX Naba kumar  <naba@gnome.org>
26600         * Lots of unaccountable changes. Integrated scintilla.
26601         Redesigned Project managemet. Added supports for other languages.
26602         Java style properties managements. .... blah blah
26603         
26604 2000-11-11 Naba kumar  <naba@gnome.org>
26606         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26607         Upgraded to version 0.1.3.
26609         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26610         Fixed to activate Debug->add watch properly.
26612 === Anjuta 0.1.2 beta_2 ===
26613 === Anjuta 0.1.2 ===
26615 2000-11-05 Naba kumar  <naba@gnome.org>
26617         * src/compiler_options.c, src/compiler_options_cbs.c
26618         src/compiler_options_cbs.h, src/compiler_options_gui.c
26619         src/anjuta2.c, extra/stock_libs.anj (new),
26620         extra/README.stock_libs (new), htmls/page13.html,
26621         htmls/images/*: Improved Library settings GUI. Can now enable/disable
26622         added libraries. Stock libs provided for ease of entry. Modified
26623         help html file accordingly.
26625 2000-11-03 Naba kumar  <naba@gnome.org>
26627         * README: Minor fixes in Doc files.
26629         * src/gnome_prj.c, src/appwidzard_cbs.c:
26630         Fixed to ignore non-existant dir for blank prj.
26631         More checking in project creation, especially to confirm
26632         that the prj file already does not exist.
26634         * anjuta.spec, configure.in: Upgraded to version 0.1.2
26636         * src/controls.c: Now Menu item "Format/Detach current document"
26637         is inactive when there is no document opened.
26639 === Anjuta 0.1.1 ===
26641 2000-11-01 Naba kumar  <naba@gnome.org>
26643         Completed and Release of first version (Beta) with lots of bugs.
26645 1999-12-27 Naba kumar  <naba@gnome.org>
26647         Anjuta project started.