Merge commit 'git-svn'
[anjuta-git-plugin.git] / ChangeLog
blob6167d40ec0625a542449b5ef5cecf8eccc843678
1 2008-05-25  Sébastien Granjoux  <seb.sfo@free.fr>
3         * plugins/editor/text_editor_cbs.c:
4         Set line to mouse location when popup-menu is displayed (#530689)
6 2008-05-25  James Liggett  <jrliggett@cox.net>
8         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
9         * libanjuta/anjuta-command.c,
10         libanjuta/anjuta-async-command.c:
11         Document AnjutaCommand and AnjutaAsyncCommand
13 2008-05-25  basti  <pee@hiddenbox.de>
15         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
16         * plugins/debug-manager/debug_tree.c:
17         Fix a crash when changing a watch while debugger is stopped
19         * plugins/gdb/plugin.c,
20         plugins/gdb/anjuta-gdb.plugin.in:
21         Allow loading application/octet-stream mime type
23 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
25         * plugins/debug-manager/start.c:
26         Fix #378903: Use IAnjutaBuilder to always debug an up to date program
28 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
30         * plugins/run-program/plugin.c,
31         plugins/run-program/execute.c,
32         plugins/run-program/plugin.h:
33         Use IAnjutaBuilder to always run an up to date program
35 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
37         * plugins/build-basic-autotools/build-basic-autotools.c,
38         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
39         libanjuta/interfaces/libanjuta.idl,
40         libanjuta/interfaces/anjuta-idl-compiler.pl:
41         New IAnjutaBuilder interface allowing to check if a target is up to
42         data and having a notification when the target is built
44 2008-05-21  Michael Placentra <someone@michaelplacentra2.net>
46         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
47         * plugins/project-wizard/templates/django.wiz:
48         Fix #533758: django project creation fails
50 2008-05-19  Johannes Schmid  <jhs@gnome.org>
52   Patch from Pavel Kostyuchenko:
53         * plugins/glade/anjuta-design-document.h:
54         * plugins/glade/plugin.c (update_current_project),
55         (value_added_current_editor), (glade_update_ui),
56         (on_document_destroy), (glade_plugin_add_project):
57         
58         #532625 – Wrong consecution of functions calls when opening a glade file
60 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
62         * plugins/project-wizard/templates/terminal.wiz,
63         plugins/project-wizard/templates/xlib-dock.wiz,
64         plugins/project-wizard/templates/wxwin.wiz,
65         plugins/project-wizard/templates/java.wiz,
66         plugins/project-wizard/templates/django.wiz,
67         plugins/project-wizard/templates/gnome.wiz,
68         plugins/project-wizard/templates/anjuta-plugin.wiz,
69         plugins/project-wizard/templates/gtkmm.wiz,
70         plugins/project-wizard/templates/python.wiz,
71         plugins/project-wizard/templates/cpp.wiz,
72         plugins/project-wizard/templates/sdl.wiz,
73         plugins/project-wizard/templates/gtk.wiz,
74         plugins/project-wizard/templates/minimal.wiz,
75         plugins/project-wizard/templates/xlib.wiz,
76         plugins/project-wizard/templates/gcj.wiz:
77         Fix #533346: Create project in path with spaces fails
79 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
81         * src/anjuta.glade,
82         libanjuta/anjuta-preferences.c:
83         Fix #531940: Can't change the default project directory
85 2008-05-14  Rémi Cardona  <remi@gentoo.org>
87         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
88         * plugins/editor/scintilla/Makefile.am,
89         libanjuta/Makefile.am:
90         Remove useless _DEPENDENCIES
92 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
94         * plugins/run-program/execute.c:
95         Fix #532243: Execute program with whitespace in the project path fails
97 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
99         * plugins/debug-manager/debug_tree.c:
100         Fix #531623: Crash on updating non-existing watch
102 2008-05-13  Christian Kirbach  <Christian.Kirbach@googlemail.com>
104         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
105         * tagmanager/tm_tag.c:
106         * tagmanager/test_tm_buffer.c:
107         * plugins/editor/scintilla/LexNsis.cxx:
108         * plugins/editor/aneditor.cxx:
109         * plugins/file-manager/file-view.c:
110         Fixed a bunch of compiler warnings
112 2008-05-10  Johannes Schmid  <jhs@gnome.org>
114         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
115         * plugins/symbol-browser/plugin.c (project_root_added),
116         (isymbol_manager_search):
117         
118         Fixed global tags loading from project configuration and added a
119         configuration option
121 2008-05-08  Johannes Schmid  <jhs@gnome.org>
123         Patch from Marc Lorber <lorber.marc@wanadoo.fr>
125         * plugins/gtodo/libgtodo.c (gtodo_client_get_category_from_list):
126         * plugins/subversion/subversion-log-dialog.c (create_columns):
127         
128         Fix translation issues (#530860 and #531411)
130 2008-05-08  Johannes Schmid  <jhs@gnome.org>
132         Patch from Eduardo Pérez Ureta <edpeur@gmail.com>
134         * plugins/project-wizard/templates/cpp/configure.ac.tpl:
135         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
136         * plugins/project-wizard/templates/java/configure.ac.tpl:
137         * plugins/project-wizard/templates/minimal/autogen.sh:
138         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
139         * plugins/project-wizard/templates/python/configure.ac.tpl:
140         * plugins/project-wizard/templates/sdl/configure.ac.tpl:
141         * plugins/project-wizard/templates/wxwin/configure.ac.tpl:
142         * plugins/project-wizard/templates/xlib/configure.ac.tpl:
143         
144         #531405 – AM_CONFIG_HEADER macro is obsolete
145         
146         project-wizard is creating new projects using the AM_CONFIG_HEADER obsolete macro:
147         http://www.gnu.org/software/automake/manual/automake.html#Obsolete-macros
149 2008-05-07  Massimo Cora'  <maxcvs@email.it>
151         * libanjuta/interfaces/libanjuta.idl:
152         * plugins/class-inheritance/class-inherit.c
153         (class_inheritance_show_dynamic_class_popup_menu):
154         * plugins/language-support-cpp-java/cpp-java-assist.c
155         (cpp_java_assist_create_word_completion_cache),
156         (cpp_java_assist_show_calltip):
157         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
158         * plugins/symbol-db/plugin.c (isymbol_manager_search):
159         * plugins/symbol-db/symbol-db-engine.c
160         (on_scan_update_files_symbols_end),
161         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
162         * plugins/symbol-db/symbol-db-engine.h:
163         add limit/offset keywords to search query. Adjusted APIs.
164         Fixed a minor bug with caches in the engine.
166 2008-05-06  Sébastien Granjoux  <seb.sfo@free.fr>
168         * plugins/terminal/anjuta-terminal-plugin.glade,
169         plugins/terminal/terminal.c:
170         The terminal configuration default option doesn't work (#530031)
171         Combobox for terminal choose not working (#530032)
173 2008-05-06  Johannes Schmid  <jhs@gnome.org>
175         * plugins/document-manager/plugin.c (on_session_save):
176         Do not reverse list of file in save-session (#531445)
177         
178         * plugins/sourceview/anjuta-view.c
179         (anjuta_view_button_press_event):
180         Set line to mouse location when popup-menu is displayed (#530689)
182 2008-05-02  Sébastien Granjoux  <seb.sfo@free.fr>
184         * (added) plugins/terminal/anjuta-terminal-plugin.ui,
185         plugins/terminal/Makefile.am,
186         plugins/terminal/terminal.c:
187         Add a context menu with copy/paste in terminal plugin
189 2008-05-02  Johannes Schmid  <jhs@gnome.org>
191         * configure.in: changed gnome-build requirement, bumped version to 2.5.0
192         * libanjuta/interfaces/libanjuta.idl:
193         * plugins/project-manager/plugin.c (iproject_manager_get_packages),
194         (iproject_manager_iface_init):
195         Add an interface method to access the pkg-config data from gnome-build.
196         
197         * plugins/symbol-browser/plugin.c (project_root_added):
198         Automatically load symbol from project configuration (proof-of-concept)
200 2008-05-01  Massimo Cora'  <maxcvs@email.it>
202         * plugins/symbol-db/plugin.c (symbol_db_activate):
203         * plugins/symbol-db/test/main.c (main):
205         Adapt to changes in recent libgda
207 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
209         * plugins/run-program/execute.c:
210         Fix run plugin again, previous patch was causing a crash when
211         the program exist
213 2008-05-01  Johannes Schmid  <jhs@gnome.org>
215         * plugins/document-manager/plugin.c (update_title):
216         Fixed bug broken titles for new files
218 2008-05-01  Johannes Schmid  <jhs@gnome.org>
220         * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
221         (anjuta_util_replace_home_dir_with_tilde),
222         (anjuta_util_str_middle_truncate):
223         * libanjuta/anjuta-utils.h:
224         Added some utility methods (derived from gedit)
225         
226         * plugins/document-manager/plugin.c (get_directory_display_name),
227         (update_title):
228         Really fix #530033 now
230 2008-05-01  Massimo Cora'  <maxcvs@email.it>
232         * plugins/symbol-db/plugin.c (on_single_file_scan_end):
233         set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
235         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
236         (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
237         (sdb_engine_thread_monitor), (sdb_engine_init),
238         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
239         (sdb_engine_add_new_sym_implementation),
240         (sdb_engine_second_pass_update_scope_1),
241         (sdb_engine_second_pass_update_scope),
242         (sdb_engine_second_pass_update_heritage),
243         (symbol_db_engine_update_project_symbols),
244         (symbol_db_engine_get_files_with_zero_symbols),
245         (symbol_db_engine_get_file_symbols):
246         fixed a population bug introduced with using of caches. It broke the kind
247         of symbol in some cases (e.g. returning of table_id = -1). 
248         Avoid lazy initialization and inlined the lookup functions to speed up the
249         thing.
250         Performances improvement in sdb_engine_second_pass_update_heritage () using
251         a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
252         logic in this part should avoid gui freezing, at least here it does not freeze.
254         * plugins/symbol-db/symbol-db-view-locals.c
255         (symbol_db_view_locals_recv_signals_from_engine):
256         * plugins/symbol-db/symbol-db-view.c
257         (symbol_db_view_recv_signals_from_engine):
258         greyed out trees while population is in place.
260 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
262         * data/default.profile:
263         Put the new run program plugin in the default plugin list
265         * plugins/run-program/execute.c:
266         Fix a crash when the program doesn't exist
268 2008-04-30  Johannes Schmid  <jhs@gnome.org>
270         * plugins/document-manager/anjuta-document-manager.ui:
271         * plugins/message-view/anjuta-message-manager.ui:
272         Put the menu items of the message-manager in the correct Goto menu
274 2008-04-30  Johannes Schmid  <jhs@gnome.org>
276         * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
277         Allow markup in dialog description
278         
279         * plugins/file-loader/plugin.c (iloader_load):
280         #523186 – Open With dialog should mention filename
282 2008-04-30  Johannes Schmid  <jhs@gnome.org>
284         * libanjuta/anjuta-status.c (anjuta_status_set_title):
285         * plugins/document-manager/anjuta-docman.c
286         (anjuta_docman_update_page_label):
287         * plugins/document-manager/plugin.c (update_title),
288         (on_document_update_save_ui):
289         
290         #530033 – Have window title like gedit
291         Also add the dirty char (*) at the beginning of the filename to match HIG
293 2008-04-30  Johannes Schmid  <jhs@gnome.org>
295         * plugins/devhelp/anjuta-devhelp.ui:
296         * plugins/search/anjuta-search.ui:
297         * plugins/document-manager/anjuta-document-manager.ui:
298         * src/anjuta.ui:
299         Moved Goto menu into View to avoid cluttering the menubar and created
300         new Documents menu
302         * plugins/document-manager/action-callbacks.c (on_next_document),
303         (on_previous_document):
304         * plugins/document-manager/action-callbacks.h:
305         * plugins/document-manager/anjuta-docman.c (on_document_toggled),
306         (anjuta_docman_update_documents_menu_status),
307         (anjuta_docman_update_documents_menu),
308         (on_notebook_page_reordered), (anjuta_docman_page_init),
309         (anjuta_docman_new), (on_notebook_switch_page),
310         (anjuta_docman_add_document), (anjuta_docman_remove_document):
311         * plugins/document-manager/plugin.c:
312         
313         Show open documents in the "Documents" menu and add actions for next/prev
314         document like in gedit. Don't center menu items of notebook popup menu.
315         (Fixes bugs #453702 and #529528)
317 2008-04-29  Johannes Schmid  <jhs@gnome.org>
319         Patch from Yuriy Penkin:
321         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
322         .glade:
323         * plugins/debug-manager/anjuta-debug-manager.glade:
324         * plugins/run-program/anjuta-run-program.glade:
325         * plugins/tools/anjuta-tools.glade:
326         530566 – Fix translation and POTFILES.in
328 2008-04-29  Johannes Schmid  <jhs@gnome.org>
330         * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
331         Use current project folder as default and added a file filter for
332         the patch file chooser.
334 2008-04-28  Massimo Cora'  <maxcvs@email.it>
336         * plugins/symbol-db/symbol-db-view-search.c
337         (sdb_view_search_model_filter):
338         fixed search symbols to match "foo_symbol_%"
340 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
342         * configure.in,
343         po/POTFILES.in,
344         plugins/Makefile.am,
345         src/anjuta.ui,
346         (added) plugins/run-program/anjuta-run-program-48.png,
347         (added) plugins/run-program/anjuta-run-program.glade,
348         (added) plugins/run-program/anjuta-run-program.plugin.in,
349         (added) plugins/run-program/anjuta-run-program.ui,
350         (added) plugins/run-program/execute.c,
351         (added) plugins/run-program/execute.h,
352         (added) plugins/run-program/Makefile.am,
353         (added) plugins/run-program/parameters.c,
354         (added) plugins/run-program/parameters.h,
355         (added) plugins/run-program/plugin.c,
356         (added) plugins/run-program/plugin.h,
357         (added) plugins/run-program/utils.c,
358         (added) plugins/run-program/utils.h:
359         New run program plugin, includes a new dialog box to set
360         program arguments
362         * plugins/debug-manager/anjuta-debug-manager.plugin.in,
363         plugins/debug-manager/anjuta-debug-manager.ui,
364         plugins/debug-manager/plugin.c,
365         plugins/debug-manager/start.c:
366         Update debugger plugin to use run program parameter dialog
368         * plugins/build-basic-autotools/build-basic-autotools.c,
369         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
370         Remove run program menu item
372         * libanjuta/interfaces/libanjuta.idl,
373         plugins/gdb/plugin.c,
374         plugins/gdb/debugger.c,
375         plugins/gdb/debugger.h,
376         plugins/debug-manager/command.c,
377         plugins/debug-manager/command.h:
378         Use a gchar * null terminated array instead of a GList for
379         passing environment variables
381 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
383         * plugins/terminal/terminal.c,
384         libanjuta/interfaces/libanjuta.idl:
385         Add a child-exited signal in the IAnjutaTerminal interface
386         Remove environment variables merging, it is already done
387         in vte
389 2008-04-28  Massimo Cora'  <maxcvs@email.it>
391         * plugins/symbol-db/plugin.c (isymbol_manager_search):
392         * plugins/symbol-db/symbol-db-engine.c
393         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
394         fixed partial pattern match accordingly with api.
396 2008-04-28  Johannes Schmid <jhs@gnome.org>
398         * plugins/symbol-db/plugin.c:
399   Hide progress bar when things are done.
401 2008-04-27  Massimo Cora'  <maxcvs@email.it>
403         * plugins/symbol-db/symbol-db-engine.c
404         (symbol_db_engine_find_symbol_by_name_pattern),
405         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
406         fixed typo on query.
407         
408 2008-04-26  Massimo Cora'  <maxcvs@email.it>
410         * plugins/document-manager/plugin.c (on_document_update_ui):
411         * plugins/symbol-db/symbol-db-engine-iterator-node.c
412         (symbol_db_engine_iterator_node_get_symbol_extra_string):
413         * plugins/symbol-db/symbol-db-engine.c
414         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
415         (sdb_engine_get_dyn_query_node_by_id),
416         (sdb_engine_dyn_child_query_node_destroy),
417         (sdb_engine_insert_dyn_query_node_by_id),
418         (sdb_engine_free_cached_queries),
419         (sdb_engine_free_cached_dynamic_queries),
420         (sdb_engine_get_tuple_id_by_unique_name),
421         (sdb_engine_get_tuple_id_by_unique_name2),
422         (sdb_engine_get_tuple_id_by_unique_name3),
423         (sdb_engine_populate_db_by_tags),
424         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
425         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
426         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
427         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
428         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
429         (sdb_engine_add_new_sym_implementation),
430         (sdb_engine_add_new_heritage),
431         (sdb_engine_add_new_scope_definition),
432         (sdb_engine_add_new_tmp_heritage_scope),
433         (sdb_engine_second_pass_update_scope_1),
434         (sdb_engine_second_pass_update_heritage),
435         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
436         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
437         (on_scan_update_files_symbols_end),
438         (symbol_db_engine_update_project_symbols),
439         (symbol_db_engine_get_full_local_path),
440         (symbol_db_engine_get_file_db_path),
441         (sdb_engine_walk_down_scope_path),
442         (symbol_db_engine_get_files_with_zero_symbols),
443         (sdb_engine_prepare_symbol_info_sql),
444         (symbol_db_engine_get_class_parents_by_symbol_id),
445         (symbol_db_engine_get_class_parents),
446         (symbol_db_engine_get_global_members_filtered),
447         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
448         (symbol_db_engine_get_scope_members_by_symbol_id),
449         (symbol_db_engine_get_scope_members),
450         (symbol_db_engine_get_current_scope),
451         (symbol_db_engine_get_file_symbols),
452         (symbol_db_engine_get_symbol_info_by_id),
453         (symbol_db_engine_find_symbol_by_name_pattern),
454         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
455         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
456         * plugins/symbol-db/symbol-db-engine.h:
457         * plugins/symbol-db/tables.sql:
458         new dynamic prepared queries architecture. Now every query used in the
459         engine has its own compiled query in libgda-sqlite provider. This for speed
460         improvements, code cleaning and auto-escaping of string parameters. 
461         Lookup of dynamic queries takes care of sym_info parameters and of 
462         parameters passed to functions. The compiled GdaStatements are stored in an 
463         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
464         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
466         * plugins/symbol-db/test/Makefile.am:
467         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
468         (main):
469         re-enabled test.
471 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
473         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
474         * po/POTFILES.in,
475         plugins/tools/tool.c:
476         Fix #529798: Mark additional strings for translation
478 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
480         * plugins/project-wizard/druid.c,
481         plugins/project-wizard/property.c,
482         plugins/project-wizard/property.h,
483         plugins/project-wizard/parser.c,
484         plugins/project-wizard/templates/mkfile.wiz,
485         plugins/project-wizard/templates/terminal.wiz,
486         plugins/project-wizard/templates/xlib-dock.wiz,
487         plugins/project-wizard/templates/wxwin.wiz,
488         plugins/project-wizard/templates/java.wiz,
489         plugins/project-wizard/templates/django.wiz,
490         plugins/project-wizard/templates/gnome.wiz,
491         plugins/project-wizard/templates/anjuta-plugin.wiz,
492         plugins/project-wizard/templates/gtkmm.wiz,
493         plugins/project-wizard/templates/python.wiz,
494         plugins/project-wizard/templates/cpp.wiz,
495         plugins/project-wizard/templates/sdl.wiz,
496         plugins/project-wizard/templates/gtk.wiz,
497         plugins/project-wizard/templates/minimal.wiz,
498         plugins/project-wizard/templates/xlib.wiz,
499         plugins/project-wizard/templates/gcj.wiz:
500         Add additional restriction on project name fix #529226
502 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
504         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
505         * plugins/tools/plugin.c:
506         Fix #529506: Uncorrect unloading tools plugin
508 2008-04-22  Johannes Schmid  <jhs@gnome.org>
510         * plugins/search/search-replace.c (search_and_replace),
511         (on_message_view_destroyed):
512         Don't spit out two many warnings when the message view is destroyed
513         
514         * plugins/search/search-replace_backend.c
515         (file_buffer_new_from_path):
516         Only use first 500 characters for validation
518 2008-04-21  Johannes Schmid  <jhs@gnome.org>
520         * plugins/search/plugin.c (find_incremental):
521         * plugins/search/search-replace.c (on_search_regex_toggled),
522         (on_search_button_next_clicked), (search_replace_find_usage):
523         * plugins/search/search-replace_backend.c (match_substr_free),
524         (file_buffer_new_from_path), (get_next_match),
525         (clear_search_replace_instance), (create_search_replace_instance):
526         * plugins/search/search-replace_backend.h:
527         
528         Use GRegex instead of pcre and convert files to utf-8 if necessary.
529         Rest of #440637
531 2008-04-21  Johannes Schmid  <jhs@gnome.org>
533         * plugins/document-manager/action-callbacks.c
534         (on_editor_command_paste_activate):
535         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
536   (there was an else missing...)
538 2008-04-17  Naba Kumar  <naba@naba-desktop>
540         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
541         * plugins/project-import/anjuta-project-import.plugin.in:
542         * plugins/project-wizard/anjuta-project-wizard.glade:
543         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
544         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
546 2008-04-20  Johannes Schmid  <jhs@gnome.org>
548         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
549         Fixed a condition where we kill our own process
551 2008-04-20  Johannes Schmid  <jhs@gnome.org>
553         * libanjuta/anjuta-session.h:
554         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
555         * plugins/symbol-db/plugin.c (value_added_current_editor),
556         (on_session_load), (symbol_db_activate):
557         * plugins/symbol-db/plugin.h:
558         * plugins/symbol-db/symbol-db-view.c
559         (sdb_view_build_and_display_base_tree):
560         Added new sessions states to avoid loading the local symbols before
561         the session is loaded (speeds up start-up).
562         
563         * plugins/document-manager/plugin.c
564         (update_document_ui_undo_items), (update_document_ui_save_items),
565         (on_document_update_ui):
566         * plugins/sourceview/sourceview.c (idocument_redo):
567         Fixed #528705 – There is no Redo
569 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
571         * libanjuta/interfaces/libanjuta.idl,
572         plugins/terminal/terminal.c,
573         plugins/build-basic-autotools/executer.c,
574         plugins/gdb/plugin.c:
575         Add an env parameter in the IAnjutaTerminal interface allowing
576         to specify additional environment variables
578         * libanjuta/anjuta-launcher.c:
579         Add one initialization
581 2008-04-16  Johannes Schmid  <jhs@gnome.org>
583         Patch from Ignacio Casal Quinteiro:
584         * plugins/file-loader/anjuta-recent-chooser-menu.c
585         (_gtk_recent_chooser_get_items),
586         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
587         (anjuta_recent_chooser_menu_populate):
588         Show 5 project and 15 file items in recent-chooser
590 2008-04-16  Johannes Schmid  <jhs@gnome.org>
592         * plugins/search/search-replace_backend.c (isawordchar),
593         (extra_match), (get_next_match):
594         
595         Make searching utf-8 aware. We still need to fix encodings for
596         search/replace in files as it is currently assumed they are utf-8 like
597         the editors.
599 2008-04-16  Johannes Schmid  <jhs@gnome.org>
600         
601         Patch from Ignacio Casal Quinteiro:
602         * plugins/file-loader/anjuta-recent-chooser-menu.c
603         (anjuta_recent_chooser_menu_insert_item),
604         (anjuta_recent_chooser_menu_populate):
605         * plugins/file-loader/plugin.c (activate_plugin):
606         Fix recent files in the toolbar
607         
608         * plugins/tools/plugin.c (ipreferences_merge):
609         Fixed some warnings
611 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
613         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
615 2008-04-13  Naba Kumar  <naba@naba-desktop>
617         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
618         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
619         Do not enable brace autocompletion by defualt because it annoying for
620         fast typist (i.e. it's easier to type ending brace than move carat)
621         and it's currently broken for scintilla.
623 2008-04-13  Naba Kumar  <naba@naba-desktop>
625         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
626         * src/about.c (on_about_plugin_activate): Removed dead code.
627         * src/main.c: Make smaller include.
629 2008-04-12  Naba Kumar  <naba@naba-desktop>
631         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
632         src/utilities.h: Removed dead files.
633         * src/widget-registry.c, src/widget-registry.h: Removed more dead
634         files.
636 2008-04-12  Naba Kumar  <naba@naba-desktop>
638         * src/action-callbacks.c: Removed unneeded gnome.h include.
639         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
641 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
643         Reviewed by Naba Kumar  <naba@gnome.org>:
644         * libanjuta/anjuta-utils.{ch}:
645         Added anjuta_utils_get_user_config_dir. This func is used
646         to get the user config directory.
647         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
649 2008-04-12  Johannes Schmid  <jhs@gnome.org>
651         * plugins/search/Makefile.am:
652         * plugins/search/anjuta-search.glade:
653         * plugins/search/anjuta-search.ui:
654         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
655         (on_find_and_replace1_activate), (on_find_in_files1_activate),
656         (on_findnext1_activate), (on_findprevious1_activate),
657         (on_prev_occur), (on_next_occur), (activate_plugin),
658         (deactivate_plugin), (dispose), (finalize),
659         (search_plugin_class_init):
660         * plugins/search/plugin.h:
661         * plugins/search/search-replace.c (search_and_replace_init),
662         (search_and_replace), (write_message_pane), (on_message_clicked),
663         (save_not_opened_files), (replace_in_not_opened_files),
664         (search_replace_next_previous), (search_replace_next),
665         (search_replace_previous), (sr_get_gladewidget),
666         (search_set_popdown_strings), (search_set_popdown_map),
667         (search_select_item), (search_set_combo), (search_set_action),
668         (search_set_target), (search_set_direction),
669         (search_get_item_combo), (search_get_item_combo_name),
670         (search_direction_changed), (populate_value), (reset_flags),
671         (reset_flags_and_search_button), (search_start_over),
672         (search_end_alert), (max_results_alert), (nb_results_alert),
673         (search_show_replace), (modify_label_image_button),
674         (search_replace_populate), (show_jump_button),
675         (translate_dialog_strings), (create_dialog), (show_dialog),
676         (word_in_list), (list_max_items), (search_update_combos),
677         (replace_update_combos), (search_update_dialog),
678         (on_search_replace_delete_event),
679         (on_search_dialog_key_press_event),
680         (search_disconnect_set_toggle_connect),
681         (on_search_match_whole_word_toggled),
682         (on_search_match_whole_line_toggled),
683         (on_search_match_word_start_toggled), (on_search_regex_toggled),
684         (search_set_toggle_direction), (on_search_direction_changed),
685         (on_search_action_changed), (on_search_target_changed),
686         (on_search_expression_changed), (on_actions_no_limit_clicked),
687         (on_search_button_close_clicked), (on_search_button_stop_clicked),
688         (on_search_button_next_clicked), (search_replace_find_usage),
689         (on_search_button_jump_clicked), (on_search_expression_activate),
690         (on_search_full_buffer_toggled), (on_search_forward_toggled),
691         (on_search_backward_toggled), (on_setting_basic_search_toggled),
692         (basic_search_toggled), (anjuta_search_replace_activate):
693         * plugins/search/search-replace.h:
694         * plugins/search/search-replace_backend.c (pcre_info_free),
695         (pcre_info_new), (match_substr_free), (match_info_free),
696         (file_buffer_free), (file_buffer_new_from_te),
697         (file_buffer_new_from_path), (file_buffer_line_from_pos),
698         (file_match_line_from_pos), (create_search_files_list),
699         (get_project_file_list), (isawordchar), (extra_match),
700         (get_next_match), (create_search_entries), (regex_backref),
701         (clear_search_replace_instance), (clear_pcre),
702         (create_search_replace_instance):
703         * plugins/search/search-replace_backend.h:
704         Restored old search plugin - was a bad idea to merge this patch. Sorry!
706 2008-04-12  Johannes Schmid  <jhs@gnome.org>
708         * libanjuta/Makefile.am:
709         * libanjuta/libanjuta.h:
710         * plugins/document-manager/anjuta-document-manager.glade:
711         * plugins/document-manager/plugin.c:
712         * plugins/editor/text_editor.c (text_editor_finalize),
713         (convert_to_utf8), (load_from_file), (save_to_file):
714         * plugins/editor/text_editor.h:
715         * plugins/sourceview/Makefile.am:
716         * plugins/sourceview/anjuta-convert.c:
717         * plugins/sourceview/anjuta-convert.h:
718         * plugins/sourceview/anjuta-document-loader.c:
719         * plugins/sourceview/anjuta-document-saver.c:
720         * plugins/sourceview/anjuta-document.c:
721         * plugins/sourceview/anjuta-encodings.c:
722         * plugins/sourceview/anjuta-encodings.h:
723         * plugins/sourceview/anjuta-utils.c:
724         * plugins/sourceview/anjuta-utils.h:
725         * plugins/sourceview/anjuta-view.c:
726         * plugins/sourceview/sourceview.c:
727         
728         Move the encoding conversion infrastrcute to libanjuta and update all
729         users. Test all available encodings by default in scintilla editor
730         like sourceview is doing and removed encoding preferences
732         * plugins/search/search-replace_backend.c
733         (file_buffer_new_from_uri):
734         Fixed crasher
736 2008-04-11  Johannes Schmid  <jhs@gnome.org>
738         * plugins/search/anjuta-search.glade:
739         Various small improvements to the dialog
741 2008-04-11  Johannes Schmid  <jhs@gnome.org>
743         Patch from Ignacio Casal Quinteiro:
744         * plugins/file-loader/Makefile.am:
745         * plugins/file-loader/anjuta-recent-chooser-menu.c
746         (gtk_recent_chooser_iface_init),
747         (_anjuta_recent_chooser_install_properties),
748         (sort_recent_items_mru), (get_is_recent_filtered),
749         (_gtk_recent_chooser_get_items),
750         (anjuta_recent_chooser_menu_class_init),
751         (anjuta_recent_chooser_menu_init),
752         (anjuta_recent_chooser_menu_finalize),
753         (anjuta_recent_chooser_menu_dispose),
754         (anjuta_recent_chooser_menu_constructor),
755         (anjuta_recent_chooser_menu_set_property),
756         (anjuta_recent_chooser_menu_get_property),
757         (anjuta_recent_chooser_menu_set_current_uri),
758         (anjuta_recent_chooser_menu_get_current_uri),
759         (anjuta_recent_chooser_menu_select_uri),
760         (anjuta_recent_chooser_menu_unselect_uri),
761         (anjuta_recent_chooser_menu_select_all),
762         (anjuta_recent_chooser_menu_unselect_all),
763         (anjuta_recent_chooser_menu_set_sort_func),
764         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
765         (anjuta_recent_chooser_menu_get_recent_manager),
766         (anjuta_recent_chooser_menu_add_filter),
767         (anjuta_recent_chooser_menu_remove_filter),
768         (anjuta_recent_chooser_menu_list_filters),
769         (anjuta_recent_chooser_menu_set_current_filter),
770         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
771         (anjuta_recent_chooser_menu_create_item),
772         (anjuta_recent_chooser_menu_insert_item),
773         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
774         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
775         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
776         (get_icon_size_for_widget), (foreach_set_shot_tips),
777         (anjuta_recent_chooser_menu_set_show_tips),
778         (anjuta_recent_chooser_menu_new),
779         (anjuta_recent_chooser_menu_new_for_manager):
780         * plugins/file-loader/anjuta-recent-chooser-menu.h:
781         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
782         (activate_plugin), (dispose):
783         
784         Add separator to recent menu (#526932)
786         * plugins/search/Makefile.am:
787         * plugins/search/anjuta-search.glade:
788         * plugins/search/anjuta-search.ui:
789         * plugins/search/plugin.c (on_find1_activate),
790         (on_find_and_replace1_activate), (on_find_in_files1_activate),
791         (on_findnext1_activate), (on_findprevious1_activate),
792         (on_search_again_activate), (on_find_usage), (activate_plugin),
793         (deactivate_plugin), (dispose), (search_plugin_class_init):
794         * plugins/search/plugin.h:
795         * plugins/search/search-replace.c (anj_sr_execute),
796         (anj_sr_write_match_message), (on_message_clicked),
797         (anj_sr_set_search_string), (anj_sr_select_nearest),
798         (anj_sr_select_next), (anj_sr_select_previous),
799         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
800         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
801         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
802         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
803         (anj_sr_set_target), (anj_sr_set_direction),
804         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
805         (anj_sr_get_combo_id_active_value),
806         (anj_sr_conform_direction_change), (anj_sr_populate_value),
807         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
808         (anj_sr_end_alert), (anj_sr_max_results_alert),
809         (anj_sr_total_results_alert), (anj_sr_show_replace),
810         (anj_sr_modify_button), (anj_sr_populate_data),
811         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
812         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
813         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
814         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
815         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
816         (anj_sr_find_in_list), (anj_sr_trim_list),
817         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
818         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
819         (on_search_dialog_delete_event), (on_search_dialog_key_press),
820         (anj_sr_disconnect_set_toggle_connect),
821         (on_search_match_whole_word_toggled),
822         (on_search_match_whole_line_toggled),
823         (on_search_match_word_start_toggled), (on_search_regex_toggled),
824         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
825         (on_search_direction_changed), (on_search_action_changed),
826         (on_search_target_changed), (on_search_expression_changed),
827         (on_search_button_close_clicked), (on_search_button_stop_clicked),
828         (on_search_button_start_clicked),
829         (on_search_button_replace_clicked),
830         (on_search_expression_activate):
831         * plugins/search/search-replace.h:
832         * plugins/search/search-replace_backend.c (regex_backref),
833         (pcre_info_free), (pcre_info_new), (match_substr_free),
834         (match_info_free_subs), (editor_new_from_file_buffer),
835         (file_buffer_new_from_te), (file_buffer_new_from_uri),
836         (file_buffer_free), (file_buffer_get_byte_offset),
837         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
838         (file_buffer_find_lines), (file_buffer_freshen_lines),
839         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
840         (file_buffer_get_linetext_for_line), (save_file_buffer),
841         (replace_in_local_buffer), (get_search_files_list),
842         (get_project_files_list), (isawordchar), (extra_match),
843         (get_next_match), (create_search_entries), (clear_search_entries),
844         (search_get_default_data), (search_replace_data_new),
845         (clear_search_replace_instance), (search_replace_data_destroy),
846         (search_replace_init):
847         * plugins/search/search-replace_backend.h:
848         * plugins/search/search_preferences.c (removed):
849         * plugins/search/search_preferences.h (removed):
850         
851         Merged the UI changes from bug #511688 and simplified the search dialog
853 2008-04-10  Johannes Schmid <jhs@gnome.org>
855         * plugins/symbol-db/symbol-db-engine.c:
856         * plugin.c:
857         Check for ctags binary (#516123)
859 2008-04-09  Massimo Cora'  <maxcvs@email.it>
861         * plugins/symbol-db/symbol-db-engine.c
862         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
863         (sdb_engine_get_query_parameters_list),
864         (sdb_engine_free_cached_queries),
865         (sdb_engine_get_tuple_id_by_unique_name),
866         (sdb_engine_get_tuple_id_by_unique_name2),
867         (sdb_engine_get_tuple_id_by_unique_name3),
868         (symbol_db_engine_add_new_workspace),
869         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
870         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
871         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
872         (sdb_engine_add_new_sym_implementation),
873         (sdb_engine_add_new_heritage),
874         (sdb_engine_add_new_scope_definition),
875         (sdb_engine_add_new_tmp_heritage_scope),
876         (sdb_engine_second_pass_update_scope_1),
877         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
878         (on_scan_update_files_symbols_end),
879         (symbol_db_engine_update_project_symbols):
880         GdaSet *plist is now used globally for every prepared statement.
881         It won't be created/unreffed at every query.
883 2008-04-09  Johannes Schmid  <jhs@gnome.org>
885         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
886         Fixed crasher when deactivating symbol-db plugin
888 2008-04-08  Johannes Schmid  <jhs@gnome.org>
890         * plugins/symbol-db/symbol-db-engine.c
891         (sdb_engine_populate_db_by_tags):
892         Don't use transactions - uses only half of the time now!
894 2008-04-08  Massimo Cora'  <maxcvs@email.it>
896         * plugins/symbol-db/symbol-db-engine.c
897         (sdb_engine_prepare_symbol_info_sql),
898         (symbol_db_engine_get_global_members_filtered):
899         * plugins/symbol-db/symbol-db-view.c
900         (sdb_view_load_symbol_pixbufs),
901         (sdb_view_build_and_display_base_tree):
902         fixed global tab icons. Libgda could not understood the right fields, now it
903         does.
905 2008-04-07  Johannes Schmid  <jhs@gnome.org>
907         * plugins/language-support-cpp-java/cpp-java-assist.c
908         (completion_compare), (create_completion),
909         (cpp_java_assist_create_word_completion_cache):
910         
911         Only show () for functions/methods and macros with arguments. Does not work
912         with symbol-db yet but fixes things for symbol-browser
914 2008-04-07  Johannes Schmid  <jhs@gnome.org>
916         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
917         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
918         (sdb_engine_add_new_sym_implementation):
919         
920         Fixed some issues with caching
922 2008-04-07  Johannes Schmid  <jhs@gnome.org>
924         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
925         (on_importing_project_end), (project_root_added),
926         (symbol_db_activate), (symbol_db_deactivate):
927         * plugins/symbol-db/plugin.h:
928         
929         Give the symbol-db it's own progress bar because there are too many
930         interactions with the global status bar.
932 2008-04-07  Johannes Schmid  <jhs@gnome.org>
934         * plugins/symbol-db/symbol-db-view-locals.c
935         (sdb_view_locals_create_new_store):
936         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
937         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
938         (symbol_db_view_open):
939         
940         Sort symbol trees
942 2008-04-07  Johannes Schmid  <jhs@gnome.org>
944         * plugins/sourceview/sourceview.c (idocument_cut),
945         (idocument_copy), (idocument_paste):
946         Block insert-text signal on cut/copy/paste
948 2008-04-07  Johannes Schmid  <jhs@gnome.org>
950         * plugins/symbol-db/plugin.c (on_char_added),
951         (on_single_file_scan_end):
952         Only update buffer when a newline is inserted
953         
954         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
955         (sdb_engine_get_tuple_id_by_unique_name),
956         (sdb_engine_get_tuple_id_by_unique_name2),
957         (sdb_engine_get_tuple_id_by_unique_name3),
958         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
959         (sdb_engine_finalize), (symbol_db_engine_db_exists),
960         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
961         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
962         Precompute file_defined_id to speed up population
964 2008-04-06  Johannes Schmid  <jhs@gnome.org>
966         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
967         (anjuta_launcher_set_encoding):
968         Fixed some problems with binary streams needed by symbol-db
969         
970         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
971         Removed DEBUG_PRINT
972         
973         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
974         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
975         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
976         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
977         (sdb_engine_add_new_sym_implementation),
978         (on_scan_update_files_symbols_end):
979         Use some caching to speed up population
980         
981         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
982         Exit properly when scanning is over
984 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
986         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
987         One additional change missed in the previous commit
989 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
991         * plugins/project-wizard/templates/gtkmm.wiz,
992         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
993         plugins/project-wizard/templates/gtkmm/src/main.cc,
994         plugins/project-wizard/templates/django.wiz,
995         plugins/project-wizard/templates/python.wiz,
996         plugins/project-wizard/templates/python/configure.ac.tpl,
997         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
998         plugins/project-wizard/templates/cpp.wiz,
999         plugins/project-wizard/templates/cpp/configure.ac.tpl,
1000         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
1001         plugins/project-wizard/templates/sdl.wiz,
1002         plugins/project-wizard/templates/sdl/configure.ac.tpl,
1003         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
1004         plugins/project-wizard/templates/terminal.wiz,
1005         plugins/project-wizard/templates/terminal/configure.ac.tpl,
1006         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
1007         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
1008         plugins/project-wizard/templates/gtk.wiz,
1009         plugins/project-wizard/templates/gtk/src/main.c,
1010         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
1011         plugins/project-wizard/templates/minimal.wiz,
1012         plugins/project-wizard/templates/minimal/configure.ac.tpl,
1013         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
1014         plugins/project-wizard/templates/java.wiz,
1015         plugins/project-wizard/templates/java/configure.ac.tpl,
1016         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
1017         plugins/project-wizard/templates/xlib.wiz,
1018         plugins/project-wizard/templates/xlib/configure.ac.tpl,
1019         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
1020         plugins/project-wizard/templates/gcj.wiz,
1021         plugins/project-wizard/templates/gcj/configure.ac.tpl,
1022         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
1023         plugins/project-wizard/templates/xlib-dock.wiz,
1024         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
1025         plugins/project-wizard/templates/wxwin.wiz,
1026         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
1027         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
1028         plugins/project-wizard/templates/gnome.wiz,
1029         plugins/project-wizard/templates/gnome/src/main.c,
1030         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
1031         plugins/project-wizard/templates/anjuta-plugin.wiz,
1032         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
1033         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
1034         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
1035         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
1036         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
1037         Fix bug #525999: Remove space in file and target names generated
1038         by project wizard
1039         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
1040         has been renamed ianjuta_document_manager_get_current_document
1042 2008-04-06  Naba Kumar  <naba@naba-desktop>
1044         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
1045         * libanjuta/anjuta-utils.h:
1046         * plugins/project-wizard/druid.c (check_and_warn_missing),
1047         (on_druid_next):
1048         * plugins/project-wizard/header.c (npw_header_free),
1049         (npw_header_add_required_program),
1050         (npw_header_add_required_package),
1051         (npw_header_check_required_programs), (package_is_installed),
1052         (npw_header_check_required_packages):
1053         * plugins/project-wizard/header.h:
1054         * plugins/project-wizard/parser.c (parse_tag),
1055         (parse_header_start), (parse_header_text):
1056         * plugins/project-wizard/templates/anjuta-plugin.wiz:
1057         * plugins/project-wizard/templates/cpp.wiz:
1058         * plugins/project-wizard/templates/django.wiz:
1059         * plugins/project-wizard/templates/gcj.wiz:
1060         * plugins/project-wizard/templates/gnome.wiz:
1061         * plugins/project-wizard/templates/gtk.wiz:
1062         * plugins/project-wizard/templates/gtkmm.wiz:
1063         * plugins/project-wizard/templates/java.wiz:
1064         * plugins/project-wizard/templates/minimal.wiz:
1065         * plugins/project-wizard/templates/mkfile.wiz:
1066         * plugins/project-wizard/templates/python.wiz:
1067         * plugins/project-wizard/templates/sdl.wiz:
1068         * plugins/project-wizard/templates/terminal.wiz:
1069         * plugins/project-wizard/templates/wxwin.wiz:
1070         * plugins/project-wizard/templates/xlib-dock.wiz:
1071         * plugins/project-wizard/templates/xlib.wiz:
1073         Added a check for vital programs and packages needed to create a
1074         new project. A warning dialog is shown to user in project
1075         wizard when he proceeds after selecting a project type.
1076         Updated all project templates to cover vital programs and
1077         packages to generate and build correctly.
1078         
1079 2008-04-05  Naba Kumar  <naba@gnome.org>
1081         patch from  surenspost@gmail.com:
1082         * src/about.c: Fixed bug #523068 link in about window doesn't work.
1084 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1086         * plugins/sourceview/anjuta-view.c:
1087         * plugins/sourceview/anjuta-view.h:
1088         * plugins/sourceview/sourceview-prefs.c (init_fonts),
1089         (sourceview_prefs_init):
1090         Removed unused color management code
1091         
1092         * plugins/sourceview/anjuta-editor-sourceview.glade:
1093         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
1094         (create_style_model), (on_style_changed), (ipreferences_merge),
1095         (ipreferences_unmerge):
1096         * plugins/sourceview/plugin.h:
1097         
1098         Added style chooser for sourceview editor (#522555)
1100 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1102         * plugins/document-manager/action-callbacks.c:
1103         * plugins/document-manager/anjuta-document-manager.ui:
1104         * plugins/document-manager/plugin.c (ui_give_shorter_names),
1105         (update_document_ui_disable_all):
1106         * plugins/file-loader/anjuta-loader-plugin.ui:
1107         * plugins/file-loader/plugin.c (on_new_activate),
1108         (activate_plugin):
1109         
1110         Moved "New" action from document-manager to file-loader using 
1111         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
1113 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1115         * Makefile.am:
1116         * configure.in:
1117         * libegg/.cvsignore:
1118         * libegg/Makefile.am:
1119         * libegg/egg-cell-renderer-text.c:
1120         * libegg/egg-combo-action.c:
1121         * libegg/egg-entry-action.c:
1122         * libegg/egg-recent-action.c:
1123         * libegg/egg-recent-files-module.c:
1124         * libegg/egg-recent-item.c:
1125         * libegg/egg-recent-model.c:
1126         * libegg/egg-recent-util.c:
1127         * libegg/egg-recent-view-gtk.c:
1128         * libegg/egg-recent-view.c:
1129         * libegg/egg-submenu-action.c:
1130         * libegg/eggcellrendererpopup.c:
1131         * libegg/eggcomboselect.c:
1132         * libegg/eggmarshalers.list:
1133         * libegg/eggtreemodelfilter.c:
1134         * libegg/eggtreemodelunion.c:
1135         * libegg/eggtreemultidnd.c:
1136         * libegg/gtkcellview.h:
1137         * libegg/layout.glade:
1138         * libegg/menu/.cvsignore:
1139         * libegg/menu/Makefile.am:
1140         * libegg/menu/egg-combo-action.h:
1141         * libegg/menu/egg-entry-action.h:
1142         * libegg/menu/egg-recent-action.h:
1143         * libegg/menu/egg-submenu-action.h:
1144         * libegg/menu/eggcomboselect.h:
1145         * libegg/recent-files/.cvsignore:
1146         * libegg/recent-files/Makefile.am:
1147         * libegg/recent-files/egg-recent-item.h:
1148         * libegg/recent-files/egg-recent-model.h:
1149         * libegg/recent-files/egg-recent-util.h:
1150         * libegg/recent-files/egg-recent-view-gtk.h:
1151         * libegg/recent-files/egg-recent-view.h:
1152         * libegg/recent-files/egg-recent.h:
1153         * libegg/test-actions.c:
1154         * libegg/test-multi-drag.c:
1155         * libegg/test-union.c:
1156         * libegg/treeviewutils/.cvsignore:
1157         * libegg/treeviewutils/Makefile.am:
1158         * libegg/treeviewutils/egg-cell-renderer-text.h:
1159         * libegg/treeviewutils/eggcellrendererpopup.h:
1160         * libegg/treeviewutils/eggtreemodelfilter.h:
1161         * libegg/treeviewutils/eggtreemodelunion.h:
1162         * libegg/treeviewutils/eggtreemultidnd.h:
1163         * libegg/util/.cvsignore:
1164         * libegg/util/Makefile.am:
1165         * libegg/util/egg-macros.h:
1166         * libegg/util/eggintl.h:
1167         
1168         Killed libegg (#349279)
1169         
1170         * plugins/document-manager/Makefile.am:
1171         * plugins/document-manager/action-callbacks.c:
1172         * plugins/document-manager/plugin.c:
1173         * plugins/editor/plugin.c:
1174         (on_open_recent_file), (sort_recent_menu),
1175         (setup_recent_chooser_menu), (activate_plugin), (dispose),
1176         (anjuta_file_loader_plugin_instance_init):
1177         * plugins/file-loader/plugin.h:
1178         * plugins/search/Makefile.am:
1179         * plugins/search/plugin.c:
1180         * plugins/search/search-replace.c:
1181         
1182         Removed dead code and libegg from Makefiles
1183         
1184         * plugins/symbol-browser/Makefile.am:
1185         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1186         * plugins/symbol-browser/plugin.c (on_editor_saved),
1187         (update_editor_symbol_model), (iter_matches),
1188         (value_removed_current_editor), (activate_plugin):
1189         Removed symbol-browser toolbar which used libegg and was
1190         buggy (#451588)
1191         
1192         Patch from Ignacio Casal Quinteiro with lots of changes:
1193         * plugins/file-loader/Makefile.am:
1194         * plugins/file-loader/anjuta-loader-plugin.ui:
1195         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
1196         Port FileLoader to GtkRecent (#398984)
1198 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1200         * configure.in:
1201         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1202         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
1203         * libanjuta/interfaces/libanjuta.idl:
1204         * plugins/Makefile.am:
1205         * plugins/class-inheritance/class-inherit.c
1206         (class_inheritance_show_dynamic_class_popup_menu),
1207         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
1208         (class_inheritance_update_graph):
1209         * plugins/language-support-cpp-java/cpp-java-assist.c
1210         (create_completion),
1211         (cpp_java_assist_create_scope_completion_cache),
1212         (cpp_java_assist_create_word_completion_cache),
1213         (cpp_java_assist_show_calltip):
1214         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
1215         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
1216         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1217         (isymbol_get_extra_info_string), (isymbol_get_line),
1218         (isymbol_get_icon), (isymbol_iface_init):
1219         * plugins/symbol-browser/an_symbol.h:
1220         * plugins/symbol-browser/an_symbol_view.c
1221         (anjuta_symbol_view_get_file_symbol_model):
1222         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1223         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1224         (isymbol_manager_iface_init):
1225         * plugins/symbol-db/Makefile.am:
1226         * plugins/symbol-db/anjuta-symbol-db.glade:
1227         * plugins/symbol-db/plugin.c
1228         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1229         (value_added_current_editor), (goto_local_tree_iter),
1230         (goto_global_tree_iter), (on_global_treeview_row_expanded),
1231         (on_global_treeview_row_collapsed), (on_project_element_added),
1232         (on_project_element_removed), (on_importing_project_end),
1233         (do_import_sources_after_abort), (do_import_sources),
1234         (project_root_added), (project_root_removed), (symbol_db_activate),
1235         (symbol_db_deactivate), (isymbol_manager_search),
1236         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1237         (isymbol_manager_iface_init), (ipreferences_merge),
1238         (ipreferences_unmerge), (ipreferences_iface_init):
1239         * plugins/symbol-db/plugin.h:
1240         * plugins/symbol-db/symbol-db-engine-iterator-node.c
1241         (symbol_db_engine_iterator_node_new),
1242         (sdb_engine_iterator_node_instance_init),
1243         (sdb_engine_iterator_node_finalize),
1244         (symbol_db_engine_iterator_node_get_symbol_id),
1245         (symbol_db_engine_iterator_node_get_symbol_name),
1246         (symbol_db_engine_iterator_node_get_symbol_file_pos),
1247         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1248         (symbol_db_engine_iterator_node_get_symbol_signature),
1249         (symbol_db_engine_iterator_node_get_symbol_extra_string),
1250         (isymbol_get_name), (isymbol_get_args),
1251         (isymbol_get_extra_info_string), (isymbol_get_uri),
1252         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1253         (isymbol_iface_init):
1254         * plugins/symbol-db/symbol-db-engine-iterator.c
1255         (symbol_db_engine_iterator_new):
1256         * plugins/symbol-db/symbol-db-engine.c
1257         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1258         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1259         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1260         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1261         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1262         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1263         (sdb_engine_init), (sdb_engine_finalize),
1264         (sdb_engine_set_defaults_db_parameters),
1265         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1266         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1267         (sdb_engine_get_tuple_id_by_unique_name),
1268         (sdb_engine_get_tuple_id_by_unique_name2),
1269         (sdb_engine_get_tuple_id_by_unique_name3),
1270         (symbol_db_engine_add_new_workspace),
1271         (symbol_db_engine_project_exists),
1272         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1273         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1274         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1275         (sdb_engine_add_new_sym_access),
1276         (sdb_engine_add_new_sym_implementation),
1277         (sdb_engine_add_new_heritage),
1278         (sdb_engine_add_new_scope_definition),
1279         (sdb_engine_add_new_tmp_heritage_scope),
1280         (sdb_engine_second_pass_update_scope_1),
1281         (sdb_engine_second_pass_update_heritage),
1282         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1283         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1284         (on_scan_update_files_symbols_end),
1285         (symbol_db_engine_fill_type_array),
1286         (symbol_db_engine_update_files_symbols),
1287         (symbol_db_engine_update_project_symbols),
1288         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1289         (symbol_db_engine_update_buffer_symbols),
1290         (symbol_db_engine_get_files_with_zero_symbols),
1291         (sdb_engine_prepare_symbol_info_sql),
1292         (symbol_db_engine_get_class_parents_by_symbol_id),
1293         (symbol_db_engine_get_class_parents),
1294         (symbol_db_engine_get_global_members_filtered),
1295         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1296         (symbol_db_engine_get_scope_members_by_symbol_id),
1297         (symbol_db_engine_get_scope_members),
1298         (symbol_db_engine_get_file_symbols),
1299         (symbol_db_engine_get_symbol_info_by_id),
1300         (symbol_db_engine_get_full_local_path),
1301         (symbol_db_engine_get_file_db_path),
1302         (symbol_db_engine_find_symbol_by_name_pattern),
1303         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1304         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1305         * plugins/symbol-db/symbol-db-engine.h:
1306         * plugins/symbol-db/symbol-db-prefs.c
1307         (on_prefs_executable_changed), (on_gconf_notify_prefs),
1308         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1309         (on_listall_output), (on_listall_exit), (files_visit_dir),
1310         (on_tag_load_toggled), (symbol_db_prefs_init),
1311         (symbol_db_prefs_finalize):
1312         * plugins/symbol-db/symbol-db-prefs.h:
1313         * plugins/symbol-db/symbol-db-view-locals.c
1314         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1315         (do_add_root_symbol_to_view),
1316         (consume_symbols_inserted_queue_idle_destroy),
1317         (consume_symbols_inserted_queue_idle), (on_scan_end),
1318         (do_recurse_subtree_and_remove), (on_symbol_removed),
1319         (on_symbol_inserted),
1320         (symbol_db_view_locals_recv_signals_from_engine),
1321         (symbol_db_view_locals_update_list):
1322         * plugins/symbol-db/symbol-db-view.c
1323         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1324         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1325         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1326         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1327         (sdb_view_build_and_display_base_tree):
1328         * plugins/symbol-db/symbol-db.glade:
1329         * plugins/symbol-db/symbol-db.ui:
1330         * plugins/symbol-db/tables.sql:
1331         * plugins/symbol-db/test/Makefile.am:
1332         * plugins/symbol-db/test/main.c (get_parents), (main),
1333         (packages_foreach), (files_visit_dir):
1334         
1335         Merged changes from symbol-db branch
1337 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1339         * plugins/sourceview/sourceview.c (autodetect_language):
1340         Use gnome_vfs_get_slow_mime_type()
1342 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1344         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1345         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1346         (open_with_dialog):
1347         
1348         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1349         supertype instead no plugin for mime-type was found (#525706)
1351 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1353         patch by: Carl-Anton Ingmarsson:
1354         * src/anjuta.glade:
1355         Fixed padding in preferences
1357 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1359         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1361         * plugins/tools/anjuta-tools.glade:
1362         * plugins/tools/anjuta-tools.ui:
1363         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1364           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1365           atp_tool_dialog_refresh, atp_tool_dialog_show):
1366         * plugins/tools/dialog.h (dialog, plugin):
1367         * plugins/tools/plugin.c (prefs, gxml, action_group,
1368           atp_plugin_finalize, test, atp_plugin_activate,
1369           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1370           ipreferences_unmerge, ipreferences_iface_init):
1371         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1372           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1373           atp_user_tool_activate, atp_tool_list_append_new,
1374           atp_tool_list_activate, atp_tool_list_deactivate):
1375         * plugins/tools/tool.h (plugin):
1376         
1377         #515854 – Move configuration into preferences
1379 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1381         patch by: Carl-Anton Ingmarsson:
1382         * src/anjuta-app.c (style, on_toolbar_style_changed,
1383           on_add_merge_widget, anjuta_app_instance_init):
1384         * src/anjuta.glade:
1385         
1386         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1388 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
1390         * plugins/debug-manager/anjuta-debug-manager.glade,
1391         plugins/debug-manager/command.c,
1392         plugins/debug-manager/command.h,
1393         plugins/debug-manager/start.c,
1394         plugins/gdb/plugin.c,
1395         plugins/gdb/debugger.c,
1396         plugins/gdb/debugger.h,
1397         libanjuta/interfaces/libanjuta.idl:
1398         Improve start program dialog, allowing to specify working
1399         directory and environment variables
1401 2008-03-26  Naba Kumar  <naba@gnome.org>
1403         * libanjuta/resources.c (anjuta_res_url_show): Use
1404         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1405         fixed formatting.
1407         Patch from Carl-Anton Ingmarsson:
1409         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1410         * libanjuta/anjuta-utils.h:
1411         * src/action-callbacks.c (help_activate),
1412         (on_help_manual_activate), (on_help_tutorial_activate),
1413         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1414         * libanjuta/Makefile.am:
1415         Get rid of gnome_help_display_with_doc_id()
1417 2008-03-26  Naba Kumar  <naba@gnome.org>
1419         Patch from Carl-Anton Ingmarsson:
1421         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1422         * plugins/project-import/project-import.c (on_import_cancel): Remove
1423         stray GnomeDruid variable.
1425 2008-03-26  Naba Kumar  <naba@gnome.org>
1427         * plugins/project-import/project-import.c (create_start_page):
1428         * plugins/project-wizard/druid.c (npw_druid_new):
1429         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1430         
1431         Fixed type 'assistent' to 'assistant'.
1433 2008-03-25  Naba Kumar  <naba@gnome.org>
1435         Patch from Carl-Anton Ingmarsson:
1437         * libanjuta/Makefile.am:
1438         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1439         (visibility_toggled), (accel_edited_callback),
1440         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1441         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1442         (anjuta_ui_get_accel_editor):
1443         * libegg/Makefile.am:
1444         * libegg/eggaccelerators.c (removed):
1445         * libegg/eggcellrendererkeys.c (removed):
1446         * libegg/eggtreeviewstate.c (removed):
1447         * libegg/test-tree-utils.c (removed):
1448         * libegg/treeviewutils/Makefile.am:
1449         * libegg/treeviewutils/eggaccelerators.h (removed):
1450         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1451         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1453         Ports anjuta-ui to gtk_cell_renderer_accel
1454         
1455 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1457         Reviewed by Naba Kumar  <naba@gnome.org>
1459         * plugins/project-import/Makefile.am:
1460         * plugins/project-import/project-import.{ch}:
1461         * plugins/project-import/anjuta-project-import.glade (removed):
1462         * configure.in, po/POTFILES.in:
1464         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1465         file because libglade doesn't have GtkAssistant support.
1467 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1469         * plugins/debug-manager/registers.c:
1470         Avoid a crash when debugger stop on an error
1472         * plugins/debug-manager/start.c,
1473         plugins/gdb/debugger.c,
1474         libanjuta/interfaces/libanjuta.idl:
1475         Display an error message when debugger target is not found
1477 2008-03-15  Naba Kumar  <naba@naba-desktop>
1479         * configure.in:
1480         * data/Makefile.am:
1481         * (removed) data/properties:
1482         * (added) plugins/editor/properties:
1483         * plugins/editor/Makefile.am:
1485         Moved data/properties to plugins/editor/ and removed dead code from
1486         Makefile.am files.
1487         
1488 2008-03-15  Naba Kumar  <naba@naba-desktop>
1490         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1491         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1492         (macro_dialog_finalize):
1493         * plugins/macro/macro-edit.c (macro_edit_dispose),
1494         (macro_edit_finalize):
1496         Fixed errors in previous patch.
1497         
1498 2008-03-15  Naba Kumar  <naba@naba-desktop>
1500         Patch from Ignacio Casal Quinteiro:
1502         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1503         (finalize):
1504         * plugins/class-gen/plugin.c (dispose), (finalize):
1505         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1506         (class_inheritance_dispose):
1507         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1508         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1509         (dma_plugin_finalize):
1510         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1511         (dma_debugger_queue_finalize):
1512         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1513         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1514         (anjuta_docman_finalize):
1515         * plugins/document-manager/plugin.c:
1516         * plugins/editor/plugin.c (dispose), (finalize),
1517         (editor_plugin_class_init):
1518         * plugins/editor/text_editor.c (text_editor_dispose),
1519         (text_editor_finalize):
1520         * plugins/file-loader/plugin.c (dispose), (finalize),
1521         (anjuta_file_loader_plugin_class_init):
1522         * plugins/file-manager/plugin.c (file_manager_finalize),
1523         (file_manager_dispose):
1524         * plugins/file-wizard/plugin.c (dispose), (finalize),
1525         (file_wizard_plugin_class_init):
1526         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1527         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1528         * plugins/glade/plugin.c (glade_plugin_dispose),
1529         (glade_plugin_finalize), (glade_plugin_class_init):
1530         * plugins/gtodo/plugin.c (finalize), (dispose):
1531         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1532         (anjuta_vim_plugin_dispose):
1533         * plugins/indent/plugin.c (indent_plugin_finalize),
1534         (indent_plugin_dispose):
1535         * plugins/language-manager/plugin.c (language_manager_finalize),
1536         (language_manager_dispose):
1537         * plugins/language-support-cpp-java/plugin.c
1538         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1539         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1540         (macro_db_class_init):
1541         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1542         (macro_dialog_finalize), (macro_dialog_class_init):
1543         * plugins/macro/macro-edit.c (macro_edit_dispose),
1544         (macro_edit_finalize), (macro_edit_class_init):
1545         * plugins/macro/plugin.c (finalize), (dispose):
1546         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1547         (anjuta_msgman_finalize):
1548         * plugins/message-view/message-view.c (message_view_dispose),
1549         (message_view_finalize):
1550         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1551         (message_view_plugin_finalize):
1552         * plugins/patch/plugin.c (patch_plugin_finalize),
1553         (patch_plugin_dispose):
1554         * plugins/profiler/plugin.c (profiler_finalize),
1555         (profiler_dispose):
1556         * plugins/project-import/plugin.c (dispose), (finalize),
1557         (project_import_plugin_class_init):
1558         * plugins/project-manager/plugin.c
1559         (project_manager_plugin_finalize),
1560         (project_manager_plugin_dispose):
1561         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1562         (npw_plugin_finalize), (npw_plugin_class_init):
1563         * plugins/sample1/plugin.c (sample_plugin_finalize),
1564         (sample_plugin_dispose):
1565         * plugins/search/plugin.c (dispose), (finalize),
1566         (search_plugin_class_init):
1567         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1568         (sourceview_plugin_dispose):
1569         * plugins/subversion/plugin.c (finalize), (dispose):
1570         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1571         * plugins/symbol-browser/an_symbol_iter.c
1572         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1573         * plugins/symbol-browser/an_symbol_search.c
1574         (an_symbol_search_dispose), (an_symbol_search_finalize):
1575         * plugins/symbol-browser/an_symbol_view.c
1576         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1577         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1578         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1579         (symbol_db_dispose):
1580         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1581         (terminal_plugin_finalize):
1582         * plugins/tools/plugin.c (atp_plugin_dispose),
1583         (atp_plugin_finalize), (atp_plugin_class_init):
1584         * plugins/valgrind/plugin.c (valgrind_finalize),
1585         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1587 2008-03-15  Naba Kumar  <naba@gnome.org>
1589         * TODO.tasks: Updated and marked debugger bounties completed.
1590         
1591 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1593         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1594         (get_line_indentation_base):
1595         
1596         #521847 – anjuta freez when edit file
1598 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1600         Patch from Rob Bradford:
1601         * plugins/build-basic-autotools/executer.c (execute_program):
1602         520324 – Execute command is not overridable
1603         
1604         * plugins/sourceview/sourceview.c (on_insert_text):
1605         Removed Debug print
1607 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1609         Patch from James Liggett:
1610         * plugins/subversion/plugin.c (activate_plugin):
1611         521691 – Crash when click "Resolve Conflicts" without opened project
1613 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1615         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1616         * plugins/language-support-cpp-java/cpp-java-utils.c:
1617         * plugins/language-support-cpp-java/plugin.c
1618         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1619         520415 – [PATCH] Problems in auto indentatation code,
1620         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1621         
1622         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1623         (anjuta_view_button_press_event):
1624         * plugins/sourceview/sourceview.c (on_insert_text),
1625         (sourceview_adjustment_changed), (sourceview_new):
1626         #520761 – Weirz behavior with popup
1628 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1630         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1631         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1632         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1633         (anjuta_launcher_fork):
1634         * libanjuta/anjuta-launcher.h:
1635         Add API to set environment variables for the forked process
1636         
1637         * plugins/build-basic-autotools/Makefile.am:
1638         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1639         .glade:
1640         * plugins/build-basic-autotools/build-basic-autotools.c
1641         (build_set_env), (build_execute_command_full),
1642         (build_execute_command), (build_configure_project),
1643         (build_autogen_project):
1644         * plugins/build-basic-autotools/build-basic-autotools.h:
1645         * plugins/build-basic-autotools/build-options.c
1646         (fill_options_combo), (build_dialog_configure):
1647         * plugins/build-basic-autotools/build-options.h:
1648         Use new launcher API to set CFLAGS when running configure. New configure dialog
1649         which has predefined CFLAGS settings.
1651         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1653 === anjuta 2.4.0 ===
1655 2008-03-11  Naba Kumar  <naba@gnome.org>
1657         * NEWS: Updated for 2.4.0 stable release.
1658         * configure.in: Version bumped to 2.4.0
1659         * TODO.tasks: Updated.
1661 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1663         Reviewed by Naba Kumar  <naba@gnome.org>:
1664         * global-tags/Makefile.am:
1665         Revert change for #515954. This change was incorrect, the anjuta-tags
1666         program is installed into the $(bindir) rather than the $(scriptdir).
1668 2008-03-02  Naba Kumar  <naba@gnome.org>
1670         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1671         * configure.in: Added a requirement for scintilla editor plugin.
1673 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1675         * plugins/message-view/anjuta-msgman.c
1676         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1677         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1678         * plugins/message-view/anjuta-msgman.h:
1679         
1680         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1681         get rid of the cached current_view member.
1682         Fixes #518469 – Save message buffer not working good
1684 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1686         Patch by James Liggett:
1687         * plugins/subversion/svn-command.h:
1688         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1689         Fixed #519275 – Subversion should allow offline diffs   
1691 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1693         * plugins/language-support-cpp-java/cpp-java-assist.c
1694         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1695         Removed some debug code
1696         
1697         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1698         Escape tooltip text to avoid broken markup
1700 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1702         * libanjuta/Makefile.am:
1703         Fixed a build error when building with -j X
1704         
1705         * plugins/tools/scripts/prepare-changelog.pl:
1706         Updated to latest script version in gnome svn
1708 2008-02-28  Johannes Schmid <jhs@gnome.org>
1710         * plugins/document-manager/anjuta-docman.c:
1711         (anjuta_docman_page_destroy):
1712         Do not unref widget because the GtkNotebook will unref them
1713         
1714         * plugins/file-manager/file-view.c: (file_view_refresh):
1715         * plugins/search/search_preferences.c: (search_preferences_init):
1716         Fixed a memory leaks
1717         
1718         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1719         (ieditor_get_offset), (ieditor_iface_init),
1720         (idocument_get_filename), (ilanguage_get_supported_languages),
1721         (autodetect_language):
1722         
1723         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1724         was missing.
1726 2008-02-28  Johannes Schmid <jhs@gnome.org>
1728         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1729         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1731 2008-02-27  Naba Kumar  <naba@gnome.org>
1733         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1734         string break. That was a mistake doing at this point.
1736 === anjuta 2.3.5 ===
1738 2008-02-26  Naba Kumar  <naba@gnome.org>
1740         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1741         crash when there is a modified new file open, a non-modified exiting
1742         file open and autosave happen. Simplified error checking logic and
1743         avoided memory corruption. Fixes bug #Bug 518716.
1745 2008-02-25  Naba Kumar  <naba@gnome.org>
1747         * NEWS: Updated for release 2.3.5
1748         * configure.in: Bumped version to 2.3.5
1750         * plugins/build-basic-autotools/build-basic-autotools.c:
1751         (on_editor_changed): Avoid accessing text which is greater than
1752         valid range.
1754         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1756 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1758         * plugins/debug-manager/breakpoints.c:
1759         Fix #518329: Crash when adding breakpoint and other similar bugs
1761 2008-02-25  Johannes Schmid <jhs@gnome.org>
1763         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1764         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1765         Never call error() which calls exit()
1766         #517646 – Anjuta exists with code 2 when i try to import gedit
1768 2008-02-23  Johannes Schmid <jhs@gnome.org>
1770         * plugins/sourceview/sourceview.c: (ieditor_insert):
1771         Block insert_text signal when inserting manually.
1773 2008-02-23  Johannes Schmid <jhs@gnome.org>
1775         * plugins/sourceview/sourceview.c: (on_insert_text):
1776         Fixed a problem with the "insert-text" signal that broke
1777         copy&paste sometimes
1779 2008-02-22  Johannes Schmid <jhs@gnome.org>
1781         * plugins/language-support-cpp-java/plugin.c:
1782         (get_line_indentation_base):
1783         More fixes for comment handling and made the code
1784         a lot simpler
1786 2008-02-22  Johannes Schmid <jhs@gnome.org>
1788         * plugins/sourceview/sourceview.c: (on_insert_text):
1789         Fixed #517919 – Crash on pasting docblock
1791 2008-02-20  Johannes Schmid <jhs@gnome.org>
1793   Patch from James Liggett:
1794         * plugins/profiler/profiler.glade:
1795         Fix width options dialog. Translations are not longer cut off. (#516630)
1797 2008-02-18  Johannes Schmid <jhs@gnome.org>
1799         * plugins/sourceview/sourceview.c: (on_insert_text):
1800         Do not change the iterator in the "insert-text" handler because
1801         it has some strange side-effects when copying text
1802         Fix useless free'ing in hover-leave that might have led to random
1803         crashes
1805 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1807         * plugins/debug-manager/start.c:
1808         Avoid a glib warning if no project is loaded
1810 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1812         * manuals/anjuta-manual/C/debugger.xml:
1813         Remove warning about new debugger
1815 2008-02-17  Johannes Schmid <jhs@gnome.org>
1817         * manuals/anjuta-manual/figures/project-window.png:     
1818         Use a smaller picture
1820 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1822         * plugins/gdb/debugger.c:
1823         Set breakpoint in file with uncommon characters in path name
1825 2008-02-17  Johannes Schmid <jhs@gnome.org>
1827         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1828         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1829         (icell_get_char):
1830         * plugins/sourceview/sourceview.c: (on_insert_text):    
1831         Fix "char-added" signal to pass the correct iterator
1833 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1835         * plugins/gdb/debugger.c:
1836         Load executable in gdb with space in path name 
1838 2008-02-17  Johannes Schmid <jhs@gnome.org>
1840         * plugins/language-support-cpp-java/plugin.c:
1841         (get_line_indentation_base), (get_line_auto_indentation),
1842         (on_auto_indent):
1843         Some bugfixes and clean-ups in comment indentation code
1844         
1845         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1846         (anjuta_view_finalize), (anjuta_view_key_press_event):
1847         * plugins/sourceview/sourceview.c: (on_insert_text),
1848         (sourceview_create_highligth_indic), (sourceview_new):
1849         Cleaned implementation of char-added signal by using "insert-text" signal
1850         instead of filtering "key-press-event"
1851         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1852         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1853         (iiter_diff):
1854         Fixed implementation of get_character and return value of iiter_first() and
1855         iiter_last();
1857 2008-02-16  Johannes Schmid <jhs@gnome.org>
1859         * plugins/valgrind/plugin.c: (valgrind_activate),
1860         (ipreferences_merge), (ipreferences_unmerge):
1861         * plugins/valgrind/vgactions.c: (vg_actions_run):
1862         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1863         
1864         Fixed crasher when starting valgrind because of strange prefs handling and
1865         #516641 – Valgrind: Load Log does not clear list
1867 2008-02-15  James Liggett  <jrliggett@cox.net>
1869         * plugins/profiler/plugin.c:
1870         (on_select_other_target_button_clicked):
1871         Select the new custom target in the list so that the user sees it.
1873         Bug 516630 – Selection custom binary in profiler is not
1874         user-friendly.
1876 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1878         * manuals/anjuta-manual/C/projects.xml:
1879         Fix #515993: "Add package" button is "Add Package" in code
1880         Fix #516727: "Build All" is "Build Project" in code
1881         Fix #516728: "Clean All" is "Clean Project" in code
1882         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1883         Fix #516730: Fix note title 
1884         "Configure" is "Run Configure..." in code
1886 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1888         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1889         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1890         manuals/anjuta-manual/C/projects.xml,
1891         manuals/anjuta-manual/Makefile.am:
1892         Fix #515207: Add a new project window screenshoot
1893         Rename "Project View" to "Project window"
1895 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1897         * plugins/project-import/project-import.c:
1898         Fix #516743: Import project keeps an old date on project file
1900         * plugins/project-manager/plugin.c:
1901         Fix #516737: Import project doesn't load project with space in name
1903 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1905         * plugins/debug-manager/command.c:
1906         Destroy local variables on each step
1908         * plugins/debug-manager/debug_tree.c,
1909         plugins/debug-manager/watch.c,
1910         plugins/debug-manager/locals.c,
1911         plugins/gdb/debugger.c,
1912         libanjuta/interfaces/libanjuta.idl:
1913         Parse local variables scope (not used yet)
1915 2008-02-15  James Liggett <jrliggett@cox.net>
1917         reviewed by: Johannes Schmid <jhs@gnome.org>
1919         * plugins/profiler/gprof-options.c: (setup_widgets),
1920         (gprof_options_set_target), (gprof_options_has_target),
1921         (gprof_options_get_string):
1922         * plugins/profiler/gprof-options.h:
1923         * plugins/profiler/plugin.c: (ifile_open):
1924         516128 – crash in Anjuta IDE: selected profiler as the...
1926 2008-02-14  Johannes Schmid <jhs@gnome.org>
1928         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1929         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1930         * plugins/symbol-browser/an_symbol.c:
1931         * plugins/symbol-browser/an_symbol_view.c:
1932         (on_symbol_view_row_expanded):
1933         Fixed some memory leaks (Remember to all free/unref everything that comes
1934         from gtk_tree_model_get())
1936 2008-02-14  Johannes Schmid <jhs@gnome.org>
1938         * plugins/document-manager/search-box.c: (on_search_activated):
1939         516377 – Status bar does not change its status of 'Search for .. continued at top'
1940         (caused by differences between scintilla and sourceview)
1942 2008-02-13  James Liggett <jrliggett@cox.net>
1944         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1945         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1947 2008-02-14  Johannes Schmid <jhs@gnome.org>
1949         * plugins/language-support-cpp-java/plugin.c:
1950         (get_line_indentation_base), (get_line_auto_indentation),
1951         (on_editor_char_inserted_cpp):
1952         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1954 2008-02-13  Johannes Schmid <jhs@gnome.org>
1956         * plugins/language-support-cpp-java/plugin.c:
1957         (is_iter_inside_string), (get_line_auto_indentation):
1958         Handle comments in the code and do not ask editor. Fixes scintilla
1959         indentation (sourceview does not report comments anyway).
1960         
1961         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1962         Diff with correct sign (also fixes some issues with language-support)
1964 2008-02-13  Johannes Schmid <jhs@gnome.org>
1966         * plugins/language-support-cpp-java/plugin.c:
1967         (get_line_indentation_base):
1968         Act even more clever for comments. Indent /* */ comments correctly
1969         for multilines
1971 2008-02-13  Johannes Schmid <jhs@gnome.org>
1973         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1974         Also set indentation size correctly, when tab size is set
1975         by language support plugin
1977 2008-02-13  Johannes Schmid <jhs@gnome.org>
1979         * plugins/language-support-cpp-java/plugin.c:
1980         (get_line_indentation_base):
1981         
1982         Indent lines after comments correctly
1984 2008-02-13  Johannes Schmid <jhs@gnome.org>
1986         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1987         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1988         * libanjuta/anjuta-launcher.h:
1989         Some more fixes from symbol-db-branch
1990         
1991         * src/Makefile.am:
1992         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1994 2008-02-12  Johannes Schmid <jhs@gnome.org>
1996   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1997         * global-tags/Makefile.am:
1998         * AUTHORS
1999         #515954 – create_global_tags.sh: wrong anjuta-tags path
2000         
2001         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2002         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
2003         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2004         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
2005         (anjuta_launcher_fork):
2006         * libanjuta/anjuta-launcher.h:
2007         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
2008         from symbol-db branch
2010 2008-02-11  Johannes Schmid <jhs@gnome.org>
2012         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2013   515868 – File browser only shows icons when activated
2014   
2015 2008-02-11  Johannes Schmid <jhs@gnome.org>
2017         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2018         #515867 – Anjuta dies on startup
2020 2008-02-11  Johannes Schmid <jhs@gnome.org>
2022         * TODO.tasks: Marked subversion task as completed
2024 === anjuta 2.3.4 ===
2026 2008-02-11  Naba Kumar  <naba@gnome.org>
2028         * configure.in: Bumped version to 2.3.4
2030 2008-02-10  Naba Kumar  <naba@gnome.org>
2032         * NEWS: Updated for release.
2034 2008-02-10  Johannes Schmid <jhs@gnome.org>
2036         * plugins/document-manager/anjuta-document-manager.plugin.in:
2037         Added html, javascript and glade file types. This makes it possible to
2038         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
2039         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
2040         
2041         * plugins/file-wizard/anjuta-file-wizard.glade:
2042         * plugins/gdb/anjuta-gdb.glade:
2043         * plugins/project-wizard/anjuta-project-wizard.glade:
2044         * plugins/search/anjuta-search.glade:
2045         * plugins/terminal/anjuta-terminal-plugin.glade:
2046         
2047         Fixed some other translation issues (#507921)
2049 2008-02-10  Naba Kumar  <naba@gnome.org>
2051         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
2052         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
2054 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2056         * manuals/anjuta-manual/C/interface.xml,
2057         manuals/anjuta-manual/C/introduction.xml,
2058         manuals/anjuta-manual/C/preferences.xml,
2059         manuals/anjuta-manual/C/fileoperations.xml,
2060         manuals/anjuta-manual/C/projects.xml:
2061         Fix spelling errors, including bug #515204, #515172, #515117
2062         and #513892
2064 2008-02-10  Naba Kumar  <naba@gnome.org>
2066         * plugins/document-manager/plugin.c: Fixed stream comment and added
2067         translator's comment for 'block comment', 'box comment' and 'stream
2068         comment'
2070 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2072         * plugins/debug-manager/command.c,
2073         plugins/debug-manager/command.h,
2074         plugins/debug-manager/breakpoints.c,
2075         libanjuta/interfaces/libanjuta.idl:
2076         Avoid adding the same breakpoint several times
2078         * plugins/gdb/debugger.c:
2079         Fix bug #515463: Deattaching process kill it
2081 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2083         * manuals/anjuta-manual/C/debugger.xml:
2084         Fix translation bug #515459 and #515460
2086 2008-02-10  Johannes Schmid <jhs@gnome.org>
2088   Patch from Rémi Cardona <remi@gentoo.org>
2090         * plugins/build-basic-autotools/Makefile.am:
2091         * plugins/cvs-plugin/Makefile.am:
2092         * plugins/document-manager/Makefile.am:
2093         * plugins/editor/Makefile.am:
2094         * plugins/indent/Makefile.am:
2095         * plugins/language-support-cpp-java/Makefile.am:
2096         * plugins/message-view/Makefile.am:
2097         * plugins/sourceview/Makefile.am:
2098         * plugins/symbol-browser/Makefile.am:
2099         * plugins/terminal/Makefile.am:
2100         * scripts/build-schemas.mk:
2101         * src/Makefile.am:
2102   Fix #512531 – Parallel build fails
2103   
2104   * AUTHORS: Added Rémi
2106 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2108         * plugins/debug-manager/queue.c:
2109         Fix interrupt command, not working due to previous change
2111 2008-02-10  Johannes Schmid <jhs@gnome.org>
2113         * src/Makefile.am:
2114         * src/anjuta-app.c:
2115         * src/anjuta-callbacks.c (removed):
2116         * src/anjuta-callbacks.h (removed):
2117         
2118         Removed (almost) empty files, fixes #515383 and #515388
2120 2008-02-09  James Liggett <jrliggett@cox.net>
2122         Reviewed by Naba Kumar  <naba@gnome.org>:
2124         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
2125         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
2126         * plugins/subversion/svn-command.c:
2127         (svn_command_make_canonical_path):
2128         * plugins/subversion/svn-command.h:
2129         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
2130         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
2131         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
2132         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
2133         * plugins/subversion/svn-remove-command.c:
2134         (svn_remove_command_new):
2135         * plugins/subversion/svn-status-command.c:
2136         (svn_status_command_new):
2137         * plugins/subversion/svn-switch-command.c:
2138         (svn_switch_command_new):
2139         * plugins/subversion/svn-update-command.c:
2140         (svn_update_command_new):
2141         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
2142         die if the user gives a path that libsvn doesn't like. 
2143         
2144         Fixes bug #515500
2146 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
2148         * plugins/debug-manager/command.c,
2149         plugins/debug-manager/command.h,
2150         plugins/debug-manager/queue.c:
2151         Fix crashes when trying to stop the debugger while it is busy
2153 2008-02-08  Johannes Schmid <jhs@gnome.org>
2155   Patch from Rodrigo Moya <rodrigo@novell.com>
2157         * plugins/glade/plugin.c: (ifile_open):
2158         * plugins/symbol-browser/test-class.cpp:
2159         * AUTHORS: Added Rodrigo
2160         
2161         #514732 – 64 bit compliation error
2162         #514733 – Use of uninitialized variables
2164 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
2166         * manuals/anjuta-manual/C/debugger.xml:
2167         Fix translation bug #514494 and bug #514440
2169 2008-02-05  Massimo Cora'  <maxcvs@email.it>
2171         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2172         Fix a compile error added in the previous patch
2174 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
2176         * plugins/profiler/gprof-view.c,
2177         plugins/class-inheritance/class-callbacks.c,
2178         plugins/class-inheritance/class-inherit.c,
2179         plugins/symbol-browser/an_symbol.c,
2180         plugins/symbol-db/symbol-db-engine-iterator-node.c,
2181         libanjuta/interfaces/libanjuta.idl:
2182         Change ianjuta_symbol_file function to ianjuta_symbol_uri
2184 2008-02-04  Johannes Schmid <jhs@gnome.org>
2186         * plugins/search/anjuta-search.glade: Fixed typo
2188 2008-02-03  Johannes Schmid <jhs@gnome.org>
2190         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
2191         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
2192         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2193         .glade:
2194         * plugins/build-basic-autotools/build-basic-autotools.c:
2195         (build_get_context), (build_configure_project):
2196         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2197         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2198         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
2199         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
2200         * plugins/devhelp/plugin.c: (devhelp_activate):
2201         * plugins/editor/Makefile.am:
2202         * plugins/editor/anjuta-editor-scintilla.glade:
2203         * plugins/editor/text_editor.c:
2204         * plugins/editor/text_editor.h:
2205         * plugins/editor/text_editor_menu.c (removed):
2206         * plugins/editor/text_editor_menu.h (removed):
2207         * plugins/file-wizard/anjuta-file-wizard.glade:
2208         * plugins/gtodo/notification.c: (create_notification_window):
2209         * plugins/gtodo/preferences.c: (preferences_widget):
2210         * plugins/language-support-cpp-java/plugin.c:
2211         (cpp_java_plugin_activate_plugin):
2212         * plugins/message-view/anjuta-message-manager-plugin.glade:
2213         * plugins/message-view/plugin.c: (activate_plugin):
2214         * plugins/project-manager/plugin.c: (confirm_removal):
2215         * plugins/search/anjuta-search.glade:
2216         * plugins/search/plugin.c:
2217         * plugins/search/search-replace.c: (nb_results_alert):
2218         * plugins/subversion/subversion-commit-dialog.c:
2219         (on_subversion_commit_response):
2220         * plugins/symbol-browser/plugin.c: (activate_plugin):
2221         * plugins/valgrind/plugin.c: (on_menu_run_activate):
2222         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2223         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2224         * src/anjuta.glade:
2225         
2226         Fixed translation bugs from #507921.
2227         Removed unused files in scintilla plugin
2229 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2231         * manuals/anjuta-manual/C/debugger.xml:
2232         Fix bug #514124 and bug #514138: Wrong menu item name
2234 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2236         * plugins/profiler/gprof-view.c,
2237         plugins/symbol-browser/plugin.c,
2238         plugins/class-inheritance/class-callbacks.c,
2239         plugins/debug-manager/plugin.c,
2240         plugins/tools/editor.c,
2241         plugins/search/search-replace.c,
2242         plugins/search/search-replace_backend.c,
2243         plugins/search/search-replace_backend.h,
2244         plugins/build-basic-autotools/build-basic-autotools.c,
2245         plugins/document-manager/plugin.c,
2246         plugins/document-manager/file_history.c,
2247         plugins/document-manager/anjuta-docman.c,
2248         plugins/document-manager/anjuta-docman.h,
2249         plugins/document-manager/action-callbacks.c,
2250         libanjuta/interfaces/libanjuta.idl:
2251         Rename IAnjutaDocumentManager functions:
2252         find_document_with_path, goto_file_line, goto_file_line_mark
2253         and get_full_filename into
2254         find_document_with_uri, goto_uri_line, goto_uri_line_mark
2255         and get_uri
2256         Fix search plugin to use an URI instead of a file path
2257         Fix anjuta_docman_get_uri to always return an URI
2259 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2261         * plugins/debug-manager/breakpoints.c:
2262         Fix bug #514118: Rename Clear All Breakpoints to Remove
2263         All Breakpoints
2265 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2267         * manuals/anjuta-manual/C/debugger.xml:
2268         Update debugger documentation
2270 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2272         * plugins/debug-manager/sharedlib.c,
2273         plugins/debug-manager/anjuta-debug-manager.glade,
2274         plugins/debug-manager/queue.c,
2275         plugins/tools/execute.c,
2276         plugins/tools/anjuta-tools.glade,
2277         plugins/tools/editor.c,
2278         plugins/project-wizard/templates/terminal.wiz,
2279         plugins/project-wizard/templates/xlib-dock.wiz,
2280         plugins/project-wizard/templates/wxwin.wiz,
2281         plugins/project-wizard/templates/java.wiz,
2282         plugins/project-wizard/templates/gnome.wiz,
2283         plugins/project-wizard/templates/anjuta-plugin.wiz,
2284         plugins/project-wizard/templates/gtkmm.wiz,
2285         plugins/project-wizard/templates/python.wiz,
2286         plugins/project-wizard/templates/cpp.wiz,
2287         plugins/project-wizard/templates/sdl.wiz,
2288         plugins/project-wizard/templates/gtk.wiz,
2289         plugins/project-wizard/templates/minimal.wiz,
2290         plugins/project-wizard/templates/xlib.wiz,
2291         plugins/project-wizard/templates/gcj.wiz,
2292         plugins/gdb/plugin.c,
2293         plugins/gdb/debugger.c,
2294         libanjuta/anjuta-plugin-manager.c:
2295         Partial fix of #507921: translation issues in debug-manager, tools,
2296         project-wizard, gdb and anjuta-plugin-manager.
2298 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
2300         * plugins/debug-manager/queue.c:
2301         Debugger Local, Stack and Thread windows were missing due to
2302         the previous change.
2304 2008-02-02  Johannes Schmid <jhs@gnome.org>
2306         * manuals/anjuta-manual/Makefile.am:
2307         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2308         causes make install to fail
2310 2008-02-02  Johannes Schmid <jhs@gnome.org>
2312         * plugins/macro/macros.xml:
2313         #495511 – Header_h macro correction
2315 2008-02-02  Johannes Schmid <jhs@gnome.org>
2317         * plugins/patch/patch-plugin.glade:
2318         gtk-apply is not translatable...
2320 2008-02-02  Johannes Schmid <jhs@gnome.org>
2322         * plugins/build-basic-autotools/build-basic-autotools.c:
2323         (on_build_mesg_format):
2324         
2325         Also check for untranslated messages from make. Should fix 
2326         #511981 – Error parsing make output
2328 2008-02-02  Johannes Schmid <jhs@gnome.org>
2330         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2331         .glade:
2332         
2333         Fixed #511010 – [UI] Execute program utility window
2335 2008-02-02  Johannes Schmid <jhs@gnome.org>
2337         * src/anjuta.glade:
2338         Fixed #509908 – [UI] Problems with the General settings tab
2340 2008-02-02  Johannes Schmid <jhs@gnome.org>
2342         * manuals/anjuta-manual/C/fileoperations.xml:
2343         Fixed #513730 – Option not present in the GUI po file
2345 2008-02-02  Johannes Schmid <jhs@gnome.org>
2347         * plugins/sourceview/anjuta-editor-sourceview.glade:
2348         Adjust preferences default values
2350 2008-02-02  Johannes Schmid <jhs@gnome.org>
2352         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2353         Fixed #512535 – Open files tabs' position is correctly remembered 
2354         but not applied at startup
2356 2008-02-02  Johannes Schmid <jhs@gnome.org>
2358         * plugins/search/search-replace.c: (on_message_clicked):
2359         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2360         fix clicking on search result messages
2362 2008-02-01  James Liggett <jrliggett@cox.net>
2364         * plugins/subversion/svn-command.c: (on_svn_notify):
2365         Fixed wrong status message output when resolving conflicts.
2367 2008-02-02  Johannes Schmid <jhs@gnome.org>
2369         * configure.in: Require GtkSourceView 2.1.2
2370         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2371         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2372         (imark_is_marker_set), (imark_delete_all_markers),
2373         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2374         
2375         Adapted to API changes in GtkSourceView
2377 2008-02-01  Johannes Schmid <jhs@gnome.org>
2379         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2380         Fixed tabsize preference
2382 2008-02-01  Johannes Schmid <jhs@gnome.org>
2384         * manuals/anjuta-manual/C/fileoperations.xml:
2385         * manuals/anjuta-manual/C/interface.xml:
2386         Updated manual
2387         
2388         * manuals/anjuta-manual/Makefile.am:
2389         * manuals/anjuta-manual/C/figures/*:
2390         
2391         Updated figures to be in clearlooks theme, removed old figures
2393 2008-02-01  Johannes Schmid <jhs@gnome.org>
2395         * plugins/patch/patch-plugin.glade:
2396         * plugins/patch/plugin.c: (patch_plugin_activate):
2397         Another UI issue with the patch plugin and silenced a compiler
2398         warning
2399         
2400         Patch from James Liggett:
2401         * plugins/profiler/gprof-call-graph-view.c:
2402         (gprof_call_graph_view_create_columns):
2403         * plugins/profiler/gprof-flat-profile-view.c:
2404         (gprof_flat_profile_view_create_columns):
2405         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2406         * plugins/profiler/gprof-view.h:
2407         
2408         Use two decimal places for float values in profiler views (#507831)
2410 2008-02-01  Johannes Schmid <jhs@gnome.org>
2412         * configure.in:
2413         * plugins/editor/Makefile.am:
2414         
2415         Fixed #512751 – libgnomeprint unnecessary without scintilla
2417 2008-01-31  Johannes Schmid <jhs@gnome.org>
2419         * plugins/language-manager/languages.xml:
2420         Added a pretty ugly string for C++ headers. Maybe we should rely
2421         on mime-types instead...
2423 2008-01-31  Johannes Schmid <jhs@gnome.org>
2425         * plugins/language-support-cpp-java/cpp-java-assist.c:
2426         (get_iter_column), (cpp_java_assist_get_calltip_context),
2427         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2428         (on_assist_chosen), (cpp_java_assist_install):
2429         * plugins/language-support-cpp-java/plugin.c:
2430         (on_editor_char_inserted_cpp):
2431         Removed annoying DEBUG_PRINTs
2432         
2433         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2434         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2435         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2436         
2437         Fixed "jumping" tooltips, fixed indentation of brances
2439 2008-01-31  Johannes Schmid <jhs@gnome.org>
2441         * plugins/document-manager/plugin.c: (on_document_changed):
2442         Fixed crash when closing anjuta after all document tabs have been closed
2444 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2446         * plugins/debug-manager/anjuta-debug-manager.glade:
2447         Fix #513485: wrong strings maked as translatable
2449 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2451         * plugins/debug-manager/threads.c,
2452         plugins/debug-manager/stack_trace.c:
2453         Avoid crash when getting relative path from debugger (same fix
2454         than for #510028)
2456         * plugins/debug-manager/queue.c:
2457         Emit all state changes notification
2459         * plugins/debug-manager/start.c:
2460         Fix #511586: Project path with "+" not working in debugger
2462 2008-01-31  Johannes Schmid <jhs@gnome.org>
2464         * plugins/patch/patch-plugin.glade:
2465         Fixed button ui problem...
2466         
2467         Patch from James Liggett:
2468         * plugins/profiler/gprof-call-graph-block-entry.c:
2469         (gprof_call_graph_block_primary_entry_new),
2470         (gprof_call_graph_block_secondary_entry_new):
2471         * plugins/profiler/gprof-flat-profile-entry.c:
2472         (gprof_flat_profile_entry_new):
2473         
2474         Fix #507831 - Wrong Profiler values for some locales
2476 2008-01-31  Johannes Schmid <jhs@gnome.org>
2478         * plugins/sourceview/anjuta-editor-sourceview.glade:
2479         * plugins/sourceview/sourceview-prefs.c:
2480         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2481   
2482   Fixed Editor->View popup menu for those entries that are appropriate for
2483   sourceview    
2485 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2487         * plugins/debug-manager/breakpoints.c:
2488         Fix #512901: Crash when adding a breakpoint
2490         * plugins/debug-manager/queue.c:
2491         Remove a possible memory leak
2493 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2495         * plugins/debug-manager/data_view.c,
2496         plugins/debug-manager/sparse_view.c,
2497         manuals/anjuta-manual/C/debugger.xml:
2498         Fix #513130, #513131 #513135: Wrong menu item names and errors
2499         in the documentation
2501 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2503         * plugins/tools/editor.c:
2504         ianjuta_document_manager_find_document_with_path expect an uri not
2505         a path
2507 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2509         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2510         manuals/reference/libanjuta/libanjuta-sections.txt,
2511         libanjuta/interfaces/libanjuta.idl:
2512         Documentation fixes for IAnjutaDebugger* interfaces
2514 === anjuta 2.3.3 ===
2516 2008-01-27  Naba Kumar  <naba@gnome.org>
2518         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2519         rpm spec file.
2521         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2522         (value_added_current_editor), (value_removed_current_editor):
2523         Removed dead code.
2525         * TODO.tasks: Updated.
2527         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2528         scrollwindow shadow in.
2530         * plugins/editor/anjuta-editor-scintilla.glade:
2531         * plugins/editor/style-editor.c: (create_style_editor_gui):
2532         Set style window transient and cetered for preferences window.
2533         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2535         * plugins/editor/anjuta-editor-scintilla.glade:
2536         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2537         setting not working
2539         * configure.in, NEWS: Updated for release 2.3.3
2541 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2543         * plugins/debug-manager/anjuta-debug-manager.glade:
2544         Fix #512224: Use a string in english
2546 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2548         * plugins/build-basic-autotools/build-basic-autotools.c:
2549         ianjuta_document_manager_goto_file_line_mark needs an uri and
2550         not a file path
2552 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2554         * plugins/symbol-browser/plugin.c,
2555         plugins/symbol-browser/an_symbol_view.c:
2556         use gnome_vfs_get_uri_from_local_path to get local path from uri
2557         This takes care of escaping some characters
2559 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2561         * plugins/debug-manager/stack_trace.c:
2562         Probably fix #510028: crash debugger when having a relative filename
2563         in stack trace
2565 2008-01-25 Tom <tpgww@onepost.net>
2567         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2569         * plugins/document-manager/plugin.c,
2570         plugins/document-manager/file_history.c,
2571         plugins/document-manager/file_history.h,
2572         plugins/document-manager/anjuta-docman.c,
2573         plugins/document-manager/anjuta-docman.h:
2574         Rename filename argument to uri when an uri is expected
2575         anjuta_docman_get_document_for_uri will remove symlinks 
2577 2008-01-25  Naba Kumar  <naba@gnome.org>
2579         * plugins/terminal/terminal.c: (terminal_execute),
2580         (activate_plugin):
2581         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2583 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2585         * plugins/debug-manager/anjuta-debug-manager.glade,
2586         plugins/debug-manager/start.c:
2587         Fix #511049: Change UI of add source directories dialog
2589 2008-01-24  Naba Kumar  <naba@gnome.org>
2591         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2592         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2593         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2594         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2595         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2596         should work now.
2598 2008-01-24  Johannes Schmid <jhs@gnome.org>
2600         Patch from: Luca Ferretti <ella.uca@libero.it>:
2602         * plugins/document-manager/anjuta-docman.c:
2603         (anjuta_docman_page_init), (anjuta_docman_class_init):
2604         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2605         
2606         Fix #511757 – Close icon in tabs cut off (Patch was only for
2607         document-manager, also adapted it for message-manager)
2609 2008-01-24  Johannes Schmid <jhs@gnome.org>
2611         * plugins/Makefile.am:
2612         * plugins/sourceview/anjuta-document.c:
2613         * plugins/sourceview/anjuta-marshal.list:
2614         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2615         (anjuta_view_key_press_event):
2616         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2617         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2618         (iiter_diff), (iiter_iface_init):
2619         * plugins/sourceview/sourceview.c: (on_document_char_added),
2620         (ieditor_goto_position), (ieditor_get_text),
2621         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2622         (ieditor_erase), (ieditor_get_line_from_position),
2623         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2624         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2625         (ieditor_get_end_position), (ieditor_goto_start),
2626         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2627         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2628         (iassist_show_tips):
2629         
2630         Implemented new iterators interface in sourceview editor and
2631         re-enabled it.
2633 2008-01-23  Naba Kumar  <naba@gnome.org>
2635         * libanjuta/interfaces/libanjuta.idl:
2636         * manuals/reference/libanjuta/libanjuta-sections.txt:
2637         * plugins/build-basic-autotools/build-basic-autotools.c:
2638         (build_indicator_location_set), (on_editor_changed):
2639         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2640         * plugins/debug-manager/variable.c: (get_hovered_word):
2641         * plugins/document-manager/action-callbacks.c:
2642         (on_editor_command_upper_case_activate),
2643         (on_editor_command_lower_case_activate):
2644         * plugins/document-manager/search-box.c: (on_incremental_search),
2645         (on_search_activated):
2646         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2647         (iiter_last), (iiter_set_position), (iiter_get_position),
2648         (iiter_get_length), (iiter_compare), (iiter_diff),
2649         (iiter_iface_init):
2650         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2651         (text_editor_goto_point), (itext_editor_goto_start),
2652         (itext_editor_goto_end), (itext_editor_goto_position),
2653         (itext_editor_get_text_all), (itext_editor_get_text),
2654         (itext_editor_get_position), (itext_editor_get_offset),
2655         (itext_editor_get_length), (itext_editor_insert),
2656         (itext_editor_erase), (itext_editor_erase_all),
2657         (itext_editor_get_column), (itext_editor_get_overwrite),
2658         (itext_editor_set_popup_menu),
2659         (itext_editor_get_line_from_position),
2660         (itext_editor_get_line_begin_position),
2661         (itext_editor_get_line_end_position),
2662         (itext_editor_get_position_from_offset),
2663         (itext_editor_get_start_position), (itext_editor_get_end_position),
2664         (itext_editor_iface_init), (iconvert_to_upper),
2665         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2666         (iindicable_set):
2667         * plugins/editor/text_editor.h:
2668         * plugins/editor/text_editor_cbs.c:
2669         (on_text_editor_scintilla_notify):
2670         * plugins/indent/plugin.c: (on_indent_action_activate):
2671         * plugins/language-support-cpp-java/cpp-java-assist.c:
2672         (cpp_java_assist_get_scope_context),
2673         (cpp_java_assist_get_pre_word),
2674         (cpp_java_assist_show_autocomplete),
2675         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2676         (on_editor_char_added), (on_assist_chosen):
2677         * plugins/language-support-cpp-java/plugin.c:
2678         (get_line_indentation), (skip_iter_to_previous_logical_line),
2679         (skip_preprocessor_lines), (initialize_indentation_params),
2680         (set_line_indentation), (get_line_indentation_base),
2681         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2682         (on_editor_char_inserted_java), (on_auto_indent):
2683         * plugins/macro/macro-actions.c: (match_shortcut):
2684         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2685         * plugins/macro/plugin.c: (match_keyword):
2686         * plugins/search/plugin.c: (find_incremental):
2687         * plugins/search/search-replace.c: (search_and_replace),
2688         (search_start_over):
2689         * plugins/search/search-replace_backend.c:
2690         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2691         (create_search_entries):
2692         * plugins/symbol-browser/plugin.c:
2693         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2694         (isymbol_manager_iface_init):
2695         * plugins/symbol-db/plugin.c:
2696         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2697         (isymbol_manager_iface_init):
2698         * plugins/tools/execute.c: (atp_output_context_construct),
2699         (atp_output_context_destroy), (atp_user_tool_execute):
2701         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2702         iterators instead of integer offsets.
2703         - Renamed original ianjuta_editor_get_position(int) to 
2704         ianjuta_editor_get_offset(). It is deprecated.
2705         - Renamed original ianjuta_editor_get_position_iter() to
2706         ianjuta_editor_get_position().
2707         - Renamed ianjuta_editor_get_cell_iter() to
2708         ianjuta_editor_get_position_from_offset()
2709         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2710         - Added new methods:
2711         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2712         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2713         ianjuta_editor_goto_end().
2714         - All relevent signals and methods converted to use iterators.
2715         - All relevent plugins fixed to use new API.
2716         - Removed ianjuta_editor_cell_get_line() because it is provided by
2717         ianjuta_editor_get_line_from_position().
2718         - Removed ianjuta_symbol_manager_get_completions_at_position()
2719         because it not used anywhere and is not right to be there.
2720         - Updated IAnjutaEditable documentation.
2722         Updated IAnjutaIterable interface:
2723         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2724         - Introduced 'end-iter' to point at the end of the list.
2725         - Updated IAnjutaIterable documentation.
2727         * plugins/Makefile.am:
2728         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2729         for it soon).
2731 2008-01-22  Johannes Schmid <jhs@gnome.org>
2733         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2734         * plugins/project-import/anjuta-project-import.glade:
2735         * plugins/project-import/anjuta-project-import.plugin.in:
2736         * plugins/project-wizard/anjuta-project-wizard.glade:
2737         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2738         * plugins/project-wizard/druid.c: (npw_druid_new):
2739         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2740         
2741         Fixed #465084 – wizard instead of assistant (only string changes...)
2743 2008-01-20  Rob Bradford  <rob@openedhand.com>
2745         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2746         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2747         coming up with the solution. (Bug: #510390.)
2749 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2751         * plugins/build-basic-autotools/executer.c:
2752         Fix #502508, use anjuta_launcher to keep program output
2754         * plugins/terminal/terminal.c:
2755         Remove unused child_initizlized member
2756         Start the shell on plugin activation
2758 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2760         * plugins/debug-manager/sparse_buffer.c:
2761         Fix a crash when scrolling in the diassembly window
2763         * plugins/debug-manager/sparse_view.c:
2764         Small limit change using the same "unit" for both number
2766 2008-01-19  Naba Kumar  <naba@gnome.org>
2768         * plugins/language-support-cpp-java/cpp-java-assist.c:
2769         (cpp_java_assist_get_scope_context),
2770         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2771         instead.
2773 2008-01-19  Johannes Schmid <jhs@gnome.org>
2775         * plugins/sourceview/anjuta-editor-sourceview.glade:
2776         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2777         
2778         And even more strings...
2780 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2782         * plugins/project-wizard/templates/cpp/src/main.cc:
2783         Fix #498734, typing error in c++ project template
2785 2008-01-19  Johannes Schmid <jhs@gnome.org>
2787         * plugins/editor/text_editor.c: (text_editor_save_file):
2788         * plugins/macro/anjuta-macro.glade:
2789         * plugins/subversion/anjuta-subversion.glade:
2791         Fixed even more strings
2793 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2795         * plugins/language-support-cpp-java/cpp-java-assist.c:
2796         Fix bug #488519, remove critical warning (completion_cache == NULL
2797         is valid)
2799 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2801         * plugins/gdb/debugger.c:
2802         Enable logging of gdb communication with an environment variable
2804 2008-01-19  Naba Kumar  <naba@gnome.org>
2806         * plugins/editor/text-editor-iterable.c: (iiter_next),
2807         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2808         editor native funtions to avoid round trips.
2810 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2812         * plugins/editor/text_editor.c:
2813         Fix a bug due to the previous patch: Unable to save new file in 
2814         Scintilla
2816 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2818         * plugins/debug-manager/disassemble.c,
2819         plugins/debug-manager/disassemble.h,
2820         plugins/debug-manager/registers.c,
2821         plugins/debug-manager/registers.h,
2822         plugins/debug-manager/memory.c,
2823         plugins/debug-manager/memory.h,
2824         plugins/debug-manager/command.c,
2825         plugins/debug-manager/command.h,
2826         plugins/debug-manager/queue.c,
2827         plugins/debug-manager/queue.h,
2828         plugins/debug-manager/breakpoints.c,
2829         plugins/debug-manager/stack_trace.c,
2830         plugins/debug-manager/threads.c,
2831         plugins/debug-manager/plugin.c,
2832         plugins/gdb/plugin.c,
2833         plugins/gdb/debugger.c,
2834         plugins/gdb/debugger.h,
2835         manuals/reference/libanjuta/libanjuta-sections.txt,
2836         manuals/reference/libanjuta/libanjuta.types,
2837         libanjuta/interfaces/libanjuta.idl:
2838         Use gulong instead of guint for addresses
2839         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2840         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2842         * plugins/gdb/anjuta-gdb.plugin.in:
2843         Remove reference to IAnjutaCpuDebugger (useless)
2845 2008-01-18  Johannes Schmid <jhs@gnome.org>
2847         * AUTHORS: Added Alexander
2849 2008-01-18  Johannes Schmid <jhs@gnome.org>
2851   Patch from: Alexander Korolyov <kilork@yandex.ru>
2853         * plugins/editor/text_editor.c: (load_from_file),
2854         (text_editor_save_file):
2855         
2856         Fixed symlinks (#510238) and file permission (#405321)
2857         handling for scintilla editor. 
2858   
2859 2008-01-17  Johannes Schmid <jhs@gnome.org>
2861         * plugins/document-manager/action-callbacks.c:
2862         (on_editor_command_select_all_activate),
2863         (on_editor_command_cut_activate),
2864         (on_editor_command_paste_activate),
2865         (on_editor_command_copy_activate),
2866         (on_editor_command_clear_activate):
2867   Resupport cut/copy/paste/clear on GtkEditables when those
2868   have focus. (Important for shortcuts to work).
2870         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2871         * plugins/document-manager/search-box.c: (on_search_activated):
2872         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2873         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2874         * plugins/profiler/plugin.c: (profiler_get_data):
2875         * plugins/project-wizard/druid.c: (npw_druid_new):
2876         * plugins/project-wizard/install.c: (on_install_end_install_file):
2877         * plugins/sourceview/anjuta-editor-sourceview.glade:
2878         * plugins/subversion/anjuta-subversion.glade:
2879         * plugins/tools/anjuta-tools.glade:
2880         Various string fixes
2882 2008-01-17  Naba Kumar  <naba@gnome.org>
2884         Patch from James Liggett:
2886         * plugins/subversion/subversion-add-dialog.c:
2887         (on_subversion_add_response):
2888         * plugins/subversion/subversion-copy-dialog.c:
2889         (on_subversion_copy_response):
2890         * plugins/subversion/subversion-diff-dialog.c:
2891         (on_subversion_diff_response):
2892         * plugins/subversion/subversion-merge-dialog.c:
2893         (on_subversion_merge_response):
2894         * plugins/subversion/subversion-remove-dialog.c:
2895         (on_subversion_remove_response):
2896         * plugins/subversion/subversion-switch-dialog.c:
2897         (on_subversion_switch_response):
2898         * plugins/subversion/subversion-ui-utils.c: (check_input):
2899         * plugins/subversion/subversion-ui-utils.h:
2900         * plugins/subversion/subversion-update-dialog.c:
2901         (on_subversion_update_response):
2903         If the user doesn't enter any data for path or revision fields in
2904         certain SVN plugin dialogs, libsvn throws assertion failures and
2905         kills Anjuta. To avoid this, the validity of path and revision
2906         input data are checked before the command gets executed.
2908         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2909         if user gives bad or no input
2911 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2913         * plugins/document-manager/anjuta-docman.c:
2914         Fix #507627 memory tab stay active on debugger stop
2915         Remove two unused variables due to the previous patch
2917 2008-01-16  Johannes Schmid <jhs@gnome.org>
2919         * libanjuta/anjuta-plugin-manager.c:
2920         Fixed #508399 – When you enable a plugin, preferences don't show up
2922 2008-01-16  Rob Bradford  <rob@openedhand.com>
2924         Reviewed by: Johannes Schmid <jhs@gnome.org>
2926         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2927         (get_property_value_as_string), (set_property_value_as_string),
2928         (register_callbacks):
2929         * libanjuta/anjuta-preferences.h:
2930         Add support for both file and folder preferences (originally only
2931         folder choosers were supported. (Fixes bug: #508805.)
2933         * plugins/file-manager/file-manager.glade:
2934         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2935         type of property.
2937 2008-01-16  Johannes Schmid <jhs@gnome.org>
2939         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2940         .glade:
2941         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2942         * src/anjuta.glade:
2943         
2944         Fixed #509875 – The "Update globale tags" button wording is incorrect
2945         Fixed #509873 – Build Autotools Preferences has excessive padding
2946         Fixed #509872 – General Information labels are incorrectly aligned
2947         Fixed #509871 – General preferences has incorrect use of colons
2948         
2949 2008-01-16  Johannes Schmid <jhs@gnome.org>
2951         * plugins/document-manager/anjuta-document-manager.glade:
2952         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2954         Fixed #509865 – Incorrect padding in the Documents settings tabs
2955         Fixed #509867 – Create button contents is mis-aligned
2956         Fixed #509869 – "Add Directory" button is not HIG complient
2958 2008-01-16  Johannes Schmid <jhs@gnome.org>
2960         * libanjuta/anjuta-preferences-dialog.c:
2961         (anjuta_preferences_dialog_add_page):
2962         
2963         Fix #509864 – No initial section selected when opening the Preferences dialog
2965 2008-01-16  Johannes Schmid <jhs@gnome.org>
2967         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2968         Removed unused gconf_notifications
2969         
2970         * plugins/search/anjuta-search.glade:
2971         * plugins/subversion/anjuta-subversion.glade:
2972         * plugins/tools/anjuta-tools.glade:
2973         * src/anjuta-app.c: (anjuta_app_instance_init):
2974         
2975         Fixed various strings
2977 2008-01-15  Naba Kumar  <naba@gnome.org>
2979         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2980         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2981         file saved
2983         * plugins/symbol-browser/an_symbol_view.c:
2984         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2985         new file saved.
2987 2008-01-15  Johannes Schmid <jhs@gnome.org>
2989         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2990         (anjuta_profile_add_plugins_from_xml):
2991         * plugins/file-manager/file-manager.glade:
2992         Some string fixes
2993         
2994         * libanjuta/interfaces/libanjuta.idl:
2995         Fixed docs
2996                 
2997         * plugins/sourceview/Makefile.am:
2998         * plugins/sourceview/anjuta-editor-sourceview.glade:
2999         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
3000         (end_print), (print_setup), (sourceview_print),
3001         (sourceview_print_preview):
3002         * plugins/sourceview/sourceview.c: (iprint_print),
3003         (iprint_print_preview):
3004         
3005         Added printing support to GtkSourceView editor
3007 2007-01-14 Tom <tpgww@onepost.net>
3009         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3011         * plugins/document-manager/anjuta-docman.c:
3012         Fix two memory leaks added by the previous patch
3014 2008-01-14  Johannes Schmid <jhs@gnome.org>
3016         * plugins/sourceview/assist-tip.c: (assist_tip_move):
3017         * plugins/sourceview/assist-window.c: (assist_window_move):
3018         
3019         Do not use opacity
3021 2008-01-14  Rob Bradford  <rob@openedhand.com>
3023         * global-tags/Makefile.am:
3024         * global-tags/create_global_tags.sh.in:
3025         Install anjuta-tags binary into FHS policy compliant directory and
3026         update references. (Fixes bug: 509346.)
3028 2008-01-13  Naba Kumar  <naba@gnome.org>
3030         Patch from: Ritesh Khadgaray
3031         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3032         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3033         Adds export-dynamic option to LDFLAGS to project template for libglade
3034         to work for autoconnect signals.
3036 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3038         * libanjuta/anjuta-utils.c:
3039         anjuta_util_get_real_path return a string that need to be freed
3040         with g_free even if PATH_MAX is not defined
3042 2008-01-13  Andre Klapper  <a9016009@gmx.de>
3044         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
3045         to DOC_LINGUAS.
3047 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3049         * plugins/document-manager/anjuta-docman.c:
3050         Do not reopen file having escaped character (+,...) in path name
3052 2008-01-13  Naba Kumar  <naba@gnome.org>
3054         * libanjuta/interfaces/libanjuta.idl:
3055         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
3056         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
3057         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
3058         IAnjutaProjectManager::add_sources().
3060         * plugins/glade/plugin.c: (on_glade_resource_removed),
3061         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
3062         stubs for handing resources in glade file.
3064 2008-01-13  Naba Kumar  <naba@gnome.org>
3066         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
3068         * plugins/glade/plugin.c: (ifile_open): Select the first window
3069         in the glade project when it is first opened. Avoids empty glade
3070         document the first time.
3072 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
3074   Reviewed by: Johannes Schmid <jhs@gnome.org>
3076         * plugins/gtodo/callback.c: (remove_todo_item):
3077         Fix #507304 – crash in Anjuta IDE while removing done tasks
3079 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
3081         * plugins/debug-manager/anjuta-debug-manager.ui,
3082         plugins/debug-manager/plugin.c,
3083         plugins/debug-manager/start.h,
3084         plugins/debug-manager/start.c:
3085         New menu item to add extra source directories for debugger
3087 === anjuta 2.3.2 ===
3089 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
3091         * plugins/gtodo/callback.c: (remove_todo_item):
3092         Fix #507304 – crash in Anjuta IDE while removing done tasks
3094 2008-01-11  Naba Kumar  <naba@gnome.org>
3096         * configure.in: Bumped version to 2.3.2
3097         * NEWS: Updated for anjuta 2.3.2 release
3098         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
3099         not 'make tarball'
3101 2008-01-11  Johannes Schmid <jhs@gnome.org>
3103         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3104         .glade:
3105         Reverted accidently commited change
3106         
3107         * plugins/document-manager/anjuta-document-manager.glade:
3108         Fix Gtk-Critical because of broken glade file
3110 2008-01-11  Naba Kumar  <naba@gnome.org>
3112         * plugins/glade/plugin.c: (on_document_destroy),
3113         (glade_plugin_add_project): Fixed a bug where when more than one
3114         glade document is open and one is closed, it closes all the glade
3115         documents. Also it might have fixed the bug where sometimes closing
3116         the glade document leaves glade widget tree unclosed.
3118 2008-01-11  Naba Kumar  <naba@gnome.org>
3120         * libanjuta/Makefile.am: Install glade3 files in own prefix to
3121         prevent install errors when not installed as root (then the files
3122         are only useful when glade-3 is installed in the same prefix, but it
3123         doesn't harm anjuta runtime).
3125         * plugins/sourceview/sourceview.c: Commented use of a file
3126         not currently distributed.
3128 2008-01-10  Naba Kumar  <naba@gnome.org>
3130         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
3131         nothing to translate in it.
3133 2008-01-10  Johannes Schmid <jhs@gnome.org>
3135         * plugins/project-wizard/templates/gnome.wiz:
3136         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3137         * plugins/project-wizard/templates/gnome/src/main.c:
3138         * plugins/project-wizard/templates/translatable-strings.h:
3139         
3140         Fixed #508497 and added a new chooser to select whether to use
3141         libglade or not.
3143 2008-01-10  Johannes Schmid <jhs@gnome.org>
3145         Patch from Tom <tpgww@onepost.net>:
3147         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
3148         (anjuta_util_glist_path_dedup):
3149         * libanjuta/anjuta-utils.h:
3150         
3151         Give the method a proper prefixed name
3152         
3153         * plugins/document-manager/action-callbacks.c:
3154         (get_current_popup_active),
3155         (on_editor_command_select_all_activate),
3156         (on_editor_command_cut_activate),
3157         (on_editor_command_paste_activate),
3158         (on_editor_command_copy_activate),
3159         (on_editor_command_clear_activate), (on_show_search),
3160         (on_repeat_quicksearch):        
3161         * plugins/document-manager/action-callbacks.h:
3162         * plugins/document-manager/anjuta-docman.c:
3163         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
3164         (anjuta_docman_goto_file_line_mark),
3165         (anjuta_docman_get_full_filename):
3166         * plugins/document-manager/anjuta-docman.h:
3167         * plugins/document-manager/anjuta-document-manager.ui:
3168         * plugins/document-manager/plugin.c:
3169         (update_document_ui_interface_items):
3170         
3171         Better way to fix the popup-menu items (Cut/Copy/Paste)
3172         and various clean-ups.
3173         
3174         * plugins/document-manager/search-box.c: (on_document_changed),
3175         (search_box_fill_search_focus):
3176         * plugins/document-manager/search-box.h:
3177         * plugins/search/plugin.c:
3178         
3179         Add a menu item to repeat the quick search
3181 2008-01-10  Johannes Schmid <jhs@gnome.org>
3183         * plugins/language-support-cpp-java/cpp-java-assist.c:
3184         (on_assist_chosen):
3185         
3186         Fixed #508424 – Auto complete: previous char was removed when 
3187         pre TAB to auto complete.
3189 2008-01-10  Johannes Schmid <jhs@gnome.org>
3191         Patch from: James Ligett:
3193         * plugins/profiler/gprof-call-graph-view.c:
3194         (gprof_call_graph_view_create_columns):
3195         * plugins/profiler/gprof-flat-profile-view.c:
3196         (gprof_flat_profile_view_create_columns):
3197         
3198         Fixed translation issues (#496833)
3200 2008-01-10 Johannes Schmid <jhs@gnome.org>
3202         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
3204         * plugins/gtodo/gtodo.c: (category_manager_add_item):
3205         Fix #460390 – Changing categories while edinting something
3207 2008-01-09  Naba Kumar  <naba@gnome.org>
3209         * libanjuta/anjuta-plugin-manager.c:
3210         (anjuta_plugin_manager_activate_plugins): Commented dead code and
3211         fixed a leak.
3213         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
3214         corruption reported in bug #507491. Potentially fixes too.
3216 2008-01-09  Johannes Schmid <jhs@gnome.org>
3218         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3220         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3221         Fix bug #505205 completely
3222         
3223         * AUTHORS: Added Bolesław
3225 2008-01-08  Johannes Schmid <jhs@gnome.org>
3227         * plugins/document-manager/action-callbacks.c:
3228         (on_editor_command_cut_activate),
3229         (on_editor_command_paste_activate),
3230         (on_editor_command_copy_activate),
3231         (on_editor_command_clear_activate):
3232         
3233         Fixed editor popup menu (Cut, Copy, Paste)
3235 2008-01-08  Johannes Schmid <jhs@gnome.org>
3237         * plugins/sourceview/sourceview.c: (autodetect_language):
3238         Fixed a crash when creating a new file
3240 2008-01-08  Johannes Schmid <jhs@gnome.org>
3242         Patch by <bolekk@gmail.com> (GHOP Student)
3244         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3245         Fix bug #505205
3247 2008-01-08  Naba Kumar  <naba@gnome.org>
3249         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3250         * libanjuta/anjuta-plugin-manager.c:
3251         (anjuta_plugin_manager_select),
3252         (anjuta_plugin_manager_activate_plugins):
3253         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3254         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3255         (on_create_submenu), (create_open_with_submenu):
3256         * src/about.c: (on_about_plugin_activate),
3257         (about_create_plugins_submenu): Use translated version of get_string()
3258         API in AnjutaDescription for translatable properties. Fixes bug #496833
3259         comment #18.
3261 2008-01-07  Johannes Schmid <jhs@gnome.org>
3263         * plugins/build-basic-autotools/executer.c: (execute_program):
3264         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3265         * plugins/debug-manager/anjuta-debug-manager.glade:
3266         * plugins/debug-manager/locals.c: (create_locals_gui):
3267         * plugins/file-loader/plugin.c: (on_create_submenu):
3268         * plugins/gtodo/main.h:
3269         * plugins/gtodo/preferences.c: (preferences_widget):
3270         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3271         * plugins/tools/anjuta-tools.glade:
3272         * plugins/tools/execute.c: (atp_output_context_print):
3273         * src/main.c:
3274         
3275                 Another bunch of i18n fixes (#496833)
3277 2008-01-07  Johannes Schmid <jhs@gnome.org>
3279         * plugins/build-basic-autotools/build-basic-autotools.c:
3280         (on_build_terminated):
3281         * plugins/gtodo/interface.c: (set_read_only):
3282         * plugins/project-manager/plugin.c: (confirm_removal),
3283         (on_popup_add_to_project):
3284         * plugins/subversion/anjuta-subversion.glade:
3285         * plugins/tools/execute.c: (atp_output_context_print_result):
3286         
3287         Fixed some strings from #496833
3289 2008-01-07  Johannes Schmid <jhs@gnome.org>
3291         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3292         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3293         .in:
3294         * plugins/language-support-cpp-java/plugin.c: (install_support),
3295         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3296         Added basic Vala support
3297         
3298         * plugins/sourceview/sourceview.c: (autodetect_language):
3299         Fixed mime-type detection
3301 2008-01-06  Massimo Cora'  <maxcvs@email.it>
3303   Reviewed by: Johannes Schmid <jhs@gnome.org>
3305         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3306         (value_removed_current_editor), (symbol_db_activate),
3307         (symbol_db_deactivate):
3308         * plugins/symbol-db/symbol-db-engine.c:
3309         (symbol_db_engine_get_global_members_filtered):
3310         * plugins/symbol-db/symbol-db-view.c:
3311         (do_add_child_symbol_to_view), (prepare_for_adding),
3312         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3313         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3314         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3315         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3316         (sdb_view_init), (sdb_view_finalize),
3317         (sdb_view_build_and_display_base_tree):
3318         * plugins/symbol-db/symbol-db-view.h:
3319         added controls to expand Global tab nodes in a non-freezing way.
3320         Fixed also some little bugs always on global-tab.
3322 2008-01-06  Naba Kumar  <naba@gnome.org>
3324         Patches from James Liggett:
3325         * plugins/profiler/gprof-call-graph-view.c:
3326         (gprof_call_graph_view_create_columns):
3327         * plugins/profiler/gprof-flat-profile-view.c:
3328         (gprof_flat_profile_view_create_columns):
3329         * plugins/profiler/gprof-function-call-tree-view.c:
3330         (gprof_function_call_tree_view_create_columns): Made all
3331         of the columns resizable and reorderable.
3333 2008-01-06  Johannes Schmid <jhs@gnome.org>
3335         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3336         (anjuta_launcher_check_password_real),
3337         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3338         (anjuta_launcher_scan_pty),
3339         (anjuta_launcher_disable_password_check):
3340         * libanjuta/anjuta-launcher.h:
3341         Added disable_password_check for stream where it does not make sense 
3342         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3343         that sometimes occur in symbol-db plugin
3344         
3345         * plugins/file-manager/file-model.c:
3346         (file_model_cancel_expand_idle):
3347         Fixed removing of idle source
3348         
3349         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3350         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3351         
3352         Fixed #348854 – invisible cursor in certain themes
3354 2008-01-06  Naba Kumar  <naba@gnome.org>
3356         * libanjuta/anjuta-preferences.c:
3357         (anjuta_preferences_register_property_custom): Fixed a crash bug on
3358         closing preferences dialog due to patch in bug #507300
3360 2008-01-06  Naba Kumar  <naba@gnome.org>
3362         * plugins/language-support-cpp-java/cpp-java-assist.c:
3363         (on_assist_chosen):
3364         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3365         * plugins/search/search-replace_backend.c: (create_search_entries):
3366         Added missing unrefs.
3368 2008-01-06  Johannes Schmid <jhs@gnome.org>
3370         * plugins/debug-manager/variable.c: (get_hovered_word):
3371   Add a g_object_unref()  
3372         
3373         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3374         (on_sourceview_hover_leave):
3375         Fixed hover and editor interface to make hover in debugger work
3377 2008-01-06  Naba Kumar  <naba@gnome.org>
3379         * plugins/editor/text-editor.c: Whitespaces fixes.
3380         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3381         DEBUG_PRINT instead of g_message.
3383 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
3385         * plugins/debug-manager/breakpoints.c:
3386         Fix #507441: Disable all breakpoints doesn't work
3387         Fix #507444: Enable Breakpoint menu item doesn't change name
3389 2008-01-05  Naba Kumar  <naba@gnome.org>
3391         * manuals/reference/libanjuta/libanjuta.types: Renamed
3392         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3394 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3396         * plugins/debug-manager/variable.c:
3397         Update variable display to use IAnjutaIterable instead of position
3399         * plugins/editor/text_editor_cbs.c,
3400         plugins/editor/text_editor.c:
3401         Fix Gtk critical warnings when a hover signal is emitted
3402         Fix get_text_iter in Scintilla (range should include last character)
3403         
3404 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3406         * plugins/debug-manager/debug_tree.c,
3407         plugins/debug-manager/debug_tree.h,
3408         plugins/debug-manager/watch.c,
3409         plugins/debug-manager/command.c,
3410         plugins/debug-manager/queue.c,
3411         plugins/gdb/plugin.c,
3412         plugins/gdb/debugger.c,
3413         plugins/gdb/debugger.h,
3414         libanjuta/interfaces/libanjuta.idl:
3415         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3417 2008-01-05  Naba Kumar  <naba@gnome.org>
3419         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3420         menus to avoid conflict with file open/save. Fixes bug #507455
3422 2008-01-05  Johannes Schmid <jhs@gnome.org>
3424         * configure.in:
3425         Conditionally depend on gtksourceview2 >= 2.1.0
3426         
3427         * libanjuta/interfaces/libanjuta.idl:
3428         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3429         iterators instead of positions
3430         
3431         * plugins/debug-manager/threads.c:
3432         Fixed a warnings by including gnome-vfs properly
3433         
3434         * plugins/debug-manager/variable.c: (get_hovered_word),
3435         (on_hover_over):
3436         Updated to changes in IAnjutaEditorHover/Selection
3437         
3438         * plugins/document-manager/action-callbacks.c:
3439         (on_editor_command_upper_case_activate),
3440         (on_editor_command_lower_case_activate):
3441         * plugins/document-manager/search-box.c: (on_incremental_search),
3442         (on_search_activated):
3443         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3444         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3445         (iselection_get_start), (iselection_get_end),
3446         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3447         * plugins/editor/text_editor_cbs.c:
3448         (on_text_editor_scintilla_notify):
3449         
3450         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3451         interface of scintilla editor.
3452         
3453         * plugins/language-manager/languages.xml:
3454         * plugins/language-manager/plugin.c:
3455         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3456         Added chdr to C language files and some DEBUG_PRINTs
3457         
3458         * plugins/language-support-cpp-java/cpp-java-assist.c:
3459         (on_assist_chosen):
3460         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3461         * plugins/search/plugin.c: (find_incremental):
3462         * plugins/search/search-replace.c: (search_and_replace):
3463         * plugins/search/search-replace_backend.c: (create_search_entries):
3464                 Adapted to changed interfaces
3466         * plugins/sourceview/Makefile.am:
3467         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3468         (set_uri), (anjuta_document_save):
3469         * plugins/sourceview/anjuta-editor-sourceview.glade:
3470         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3471         (anjuta_view_key_press_event):
3472         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3473         * plugins/sourceview/sourceview-cell.c:
3474         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3475         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3476         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3477         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3478         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3479         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3480         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3481         * plugins/sourceview/sourceview-private.h:
3482         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3483         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3484         (on_document_loaded), (sourceview_instance_init),
3485         (sourceview_dispose), (sourceview_finalize),
3486         (sourceview_create_markers), (sourceview_new),
3487         (ifile_savable_save), (ieditor_get_tab_size),
3488         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3489         (ieditor_set_auto_indent), (ieditor_goto_line),
3490         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3491         (iselect_block), (iselect_set), (iselect_get_start),
3492         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3493         (imark_unmark), (imark_is_marker_set),
3494         (imark_location_from_handle), (imark_delete_all_markers),
3495         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3496         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3497         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3498         (ilanguage_get_supported_languages), (autodetect_language),
3499         (ilanguage_set_language), (iassist_show_tips),
3500         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3501         (ihover_display), (ihover_iface_init):
3502         
3503         Use GtkSourceView 2.1.x:
3504         * New mark interface
3505         * Fixed #486724 and #488615
3506         * Implemented hover interface
3507         * Adapted to changed interfaces
3509 2008-01-04  Rob Bradford  <rob@o-hand.com>
3511         Reviewed by Naba Kumar  <naba@gnome.org>:
3512         * libanjuta/anjuta-preferences.c:
3513         (anjuta_preferences_register_property_custom):
3514         Unregister preferences for custom preferences when the widget is
3515         destroyed.
3517 2008-01-03  Johannes Schmid <jhs@gnome.org>
3519         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3520         (file_model_row_collapsed):
3521   Fixed the too method to take a correct data argument
3523 2008-01-02  Johannes Schmid <jhs@gnome.org>
3525         * plugins/document-manager/anjuta-docman.c:
3526         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3527         ref and unref correctly to silence a Gtk+ critical
3529 2008-01-01  Johannes Schmid <jhs@gnome.org>
3531         * plugins/editor/text_editor.c: (itext_editor_get_text):
3532         Fixed #506740 – ianjuta_editor_get_text crash if request 
3533         text past the buffer length
3535 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3537         * plugins/debug-manager/utilities.c,
3538         plugins/debug-manager/utilities.h,
3539         plugins/debug-manager/breakpoints.c:
3540         Move get_current_editor function in utilities.c
3542         * plugins/debug-manager/plugin.c,
3543         plugins/debug-manager/debug_tree.c,
3544         plugins/debug-manager/debug_tree.h,
3545         plugins/debug-manager/watch.c,
3546         plugins/debug-manager/watch.h,
3547         plugins/debug-manager/locals.c,
3548         plugins/debug-manager/locals.h,
3549         (added) plugins/debug-manager/variable.c,
3550         (added) plugins/debug-manager/variable.h,
3551         plugins/debug-manager/Makefile.am:
3552         Use hover interface to display variable value
3554 2007-12-31  Johannes Schmid <jhs@gnome.org>
3556         * libanjuta/Makefile.am:
3557         Only install glade catalog files if glade-3 is available
3558         (Fixes #506269 and #500296)
3560 2007-12-30  Johannes Schmid <jhs@gnome.org>
3562         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3563         (set_property_value_as_string), (register_callbacks):
3565   Fixed GtkFileChooserButton preferences to also work when only the combo
3566   changes without a dialog being open.
3568 2007-12-29  Johannes Schmid <jhs@gnome.org>
3570         * plugins/editor/Makefile.am:
3571         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3573 2007-12-29  Johannes Schmid <jhs@gnome.org>
3575         * plugins/devhelp/plugin.c: (devhelp_activate):
3576         Fixed #498986 - Anjuta-2.3.0 fails to build
3578 2007-12-29  Johannes Schmid <jhs@gnome.org>
3580         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3581         * plugins/debug-manager/plugin.c:
3582         (on_run_to_cursor_action_activate):
3583         * plugins/document-manager/anjuta-docman.c:
3584         (anjuta_docman_goto_file_line_mark):
3585         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3586         (value_removed_current_editor):
3587         
3588         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3589         all those to value_added_current_document...
3591         * plugins/editor/anjuta-editor-scintilla.glade:
3592         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3593         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3595 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3597   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3598   (symbol_db_activate), (symbol_db_deactivate),
3599   (symbol_db_instance_init), (isymbol_manager_get_parents):
3600   * plugins/symbol-db/plugin.h:
3601   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3602   * plugins/symbol-db/symbol-db-engine.c:
3603   (symbol_db_engine_get_global_members_filtered):
3604   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3605   (on_symbol_inserted):
3606   Filtered out static functions on global-tab. E.g. when flag
3607   is_file_scope = 1 we won't add entries there.
3608   Fixed a little bug on 'Global'->'Vars/Others' node too.
3610 2007-12-28  Johannes Schmid <jhs@gnome.org>
3612   * libanjuta/anjuta-launcher.c:
3613   Fixed a silly (and completely useless) memory corruption that probably 
3614   only occured at a few race conditions though I wonder why it did not 
3615         happen more often
3617 2007-12-28  Johannes Schmid <jhs@gnome.org>
3618         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3619         * plugins/debug-manager/plugin.c: (set_program_counter):
3620         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3621         * plugins/debug-manager/start.c: (get_source_directories):
3622         * plugins/debug-manager/threads.c: (on_info_thread),
3623         (on_list_thread):
3624         * plugins/file-manager/file-model.c: (file_model_set_property):
3625         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3626         * plugins/tools/editor.c: (on_editor_response):
3627         
3628         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3629         
3630         * plugins/document-manager/plugin.c: (update_title),
3631         (value_added_project_root_uri):
3632         * plugins/document-manager/plugin.h:
3633         Shorten down the title bar if the current path is inside the opened project
3635 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3637         reviewed by: Johannes Schmid <jhs@gnome.org>
3639         * plugins/project-wizard/templates/java/project.anjuta:
3640         * plugins/project-wizard/templates/mkfile/project.anjuta:
3641         * plugins/project-wizard/templates/python/project.anjuta:
3642         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3643         let new projects use new SymbolDB plugin.
3644         
3645         * plugins/symbol-browser/images/Makefile.am:
3646         added some images taken from MonoDevelop project.
3647         
3648         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3649         (goto_file_line), (on_importing_project_end), (project_root_added),
3650         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3651         (isymbol_manager_search):
3652         Added project-updating feature when opening a project with some files
3653   modified externally [e.g. a svn up].
3654         
3655         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3656         (sdb_engine_iterator_node_instance_init),
3657         (sdb_engine_iterator_node_finalize),
3658         (symbol_db_engine_iterator_node_set_conversion_hash):
3659         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3660         * plugins/symbol-db/symbol-db-engine-iterator.c:
3661         (symbol_db_engine_iterator_new):
3662         * plugins/symbol-db/symbol-db-engine-iterator.h:
3663          Moved Hash table initialization into the engine. This proxies and
3664   speeds up the process of creation and iteration of a GdaDataModel.
3665         
3666         * plugins/symbol-db/symbol-db-engine.c:
3667         (sdb_engine_ctags_output_thread),
3668         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3669         (sdb_engine_scan_files_1), (sdb_engine_init),
3670         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3671         (symbol_db_engine_add_new_workspace),
3672         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3673         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3674         (symbol_db_engine_get_sym_type_conversion_hash),
3675         (symbol_db_engine_update_files_symbols),
3676         (symbol_db_engine_update_project_symbols),
3677         (symbol_db_engine_update_buffer_symbols),
3678         (symbol_db_engine_get_class_parents),
3679         (symbol_db_engine_get_global_members_filtered),
3680         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3681         (symbol_db_engine_get_scope_members_by_symbol_id),
3682         (symbol_db_engine_get_scope_members),
3683         (symbol_db_engine_get_current_scope),
3684         (symbol_db_engine_get_file_symbols),
3685         (symbol_db_engine_get_symbol_info_by_id),
3686         (symbol_db_engine_find_symbol_by_name_pattern),
3687         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3688         * plugins/symbol-db/symbol-db-engine.h:
3689         * plugins/symbol-db/symbol-db-view-locals.c:
3690         (sdb_view_locals_get_iter_from_row_ref),
3691         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3692         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3693         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3694         Changes on some queries fuctions and some fixes. Added *_filtered
3695   functions.
3696         
3697         * plugins/symbol-db/symbol-db-view.c:
3698         (do_add_child_symbol_to_view), (add_new_waiting_for),
3699         (prepare_for_adding), (on_symbol_inserted),
3700         (do_recurse_subtree_and_remove), (on_symbol_removed),
3701         (sdb_view_do_add_hidden_dummy_child),
3702         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3703         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3704         (sdb_view_locals_create_new_store), (sdb_view_init),
3705         (sdb_view_finalize), (sdb_view_class_init),
3706         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3707         (symbol_db_view_get_pixbuf),
3708         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3709         New display for global tags. This is the definitive version, bugs apart.
3710         
3711         * plugins/symbol-db/tables.sql:
3712         fixed typo.
3714 2007-12-27  Naba Kumar  <naba@gnome.org>
3716         * libanjuta/interfaces/libanjuta.idl:
3717         * plugins/editor/aneditor-priv.h:
3718         * plugins/editor/aneditor.cxx:
3719         * plugins/editor/text_editor.c: (text_editor_instance_init),
3720         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3721         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3722         * plugins/editor/text_editor.h:
3723         * plugins/editor/text_editor_cbs.c:
3724         (on_text_editor_scintilla_notify):
3726         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3727         related code in AnEditor. Fixed some compilation warnings.
3729 2007-12-26  Naba Kumar  <naba@gnome.org>
3731         * Changelog: Fixed indentation.
3733 2007-12-25  Naba Kumar  <naba@gnome.org>
3735         * plugins/editor/Makefile.am:
3736         * plugins/editor/editor.glade:
3737         * plugins/editor/plugin.c:
3738         * plugins/editor/style-editor.c:
3739         * plugins/sourceview/Makefile.am:
3740         * plugins/sourceview/plugin.c:
3741         * plugins/sourceview/sourceview.glade:
3742         * plugins/valgrind/Makefile.am:
3744         Renamed glade files to anjuta-editor-* to give name space for the
3745         schema files (because they are installed in system directory).
3747         * scripts/build-schemas.mk: Install the schemas files also (need for
3748         binary package installation/uninstallation).
3750 2007-12-25  Johannes Schmid <jhs@gnome.org>
3752         * plugins/language-support-cpp-java/plugin.c:
3753         (set_indentation_param_vim):
3754         
3755         Support some more vim modeline commands and shortcuts (#504331)
3757 2007-12-25  Johannes Schmid <jhs@gnome.org>
3759         Patches from James Liggett:
3760         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3761         (anjuta_vcs_status_tree_view_init):
3762         * plugins/subversion/subversion-commit-dialog.c:
3763         (subversion_commit_dialog):
3764         * plugins/subversion/subversion-diff-dialog.c:
3765         (on_subversion_diff_response):
3766         * plugins/subversion/subversion-log-dialog.c:
3767         (on_log_view_selected_button_clicked),
3768         (on_log_diff_selected_button_clicked),
3769         (on_log_diff_previous_button_clicked):
3770         * plugins/subversion/subversion-resolve-dialog.c:
3771         (subversion_resolve_dialog):
3772         * plugins/subversion/subversion-revert-dialog.c:
3773         (subversion_revert_dialog):
3774         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3775         (pulse_progress_bar), (hide_pulse_progress_bar),
3776         (disconnect_data_arrived_signals),
3777         (cancel_data_arrived_signal_disconnect):
3778         * plugins/subversion/subversion-ui-utils.h:
3779         
3780         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3781         #505237 – Sort list of modified files
3783 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3785         * plugins/gdb/debugger.c:
3786         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3788 2007-12-23  Johannes Schmid <jhs@gnome.org>
3790         * plugins/language-support-cpp-java/plugin.c:
3791         (set_indentation_param_emacs), (set_indentation_param_vim),
3792         (parse_mode_line_emacs), (parse_mode_line_vim),
3793         (extract_mode_line), (initialize_indentation_params):
3795         Added (basic) support for vim modelines (#504331)
3797         * plugins/message-view/message-view.c: (message_view_next),
3798         (message_view_previous):
3799         
3800         Fixed next/previous message
3802 2007-12-23  Johannes Schmid <jhs@gnome.org>
3804         * libanjuta/anjuta-ui.h:
3805         Check for != NULL before unref'ing pixbuf (related to #497878)
3806         
3807         * plugins/devhelp/plugin.c: (register_stock_icons):
3808         * plugins/document-manager/anjuta-docman.c:
3809         (anjuta_docman_add_document):
3810         * plugins/glade/plugin.c: (on_close_activated),
3811         (register_stock_icons), (on_session_save),
3812         (glade_plugin_add_project):
3813         
3814         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3815         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3816         
3817         * plugins/language-support-cpp-java/plugin.c:
3818         (register_stock_icons):
3819         Fixed stock icon registration macros
3821 2007-12-23  Johannes Schmid <jhs@gnome.org>
3823         * global-tags/Makefile.am:
3824         * launcher/Makefile.am:
3825         * libanjuta/Makefile.am:
3826         * libegg/Makefile.am:
3827         * manuals/anjuta-faqs/Makefile.am:
3828         * manuals/anjuta-manual/Makefile.am:
3829         * manuals/reference/libanjuta/Makefile.am:
3830         * plugins/build-basic-autotools/Makefile.am:
3831         * plugins/class-gen/Makefile.am:
3832         * plugins/class-inheritance/Makefile.am:
3833         * plugins/cvs-plugin/Makefile.am:
3834         * plugins/debug-manager/Makefile.am:
3835         * plugins/devhelp/Makefile.am:
3836         * plugins/document-manager/Makefile.am:
3837         * plugins/editor/Makefile.am:
3838         * plugins/editor/scintilla/Makefile.am:
3839         * plugins/editor/scintilla/include/Makefile.am:
3840         * plugins/file-loader/Makefile.am:
3841         * plugins/file-manager/Makefile.am:
3842         * plugins/file-wizard/Makefile.am:
3843         * plugins/gdb/Makefile.am:
3844         * plugins/glade/Makefile.am:
3845         * plugins/gtodo/Makefile.am:
3846         * plugins/gvim/Makefile.am:
3847         * plugins/indent/Makefile.am:
3848         * plugins/language-manager/Makefile.am:
3849         * plugins/language-support-cpp-java/Makefile.am:
3850         * plugins/macro/Makefile.am:
3851         * plugins/message-view/Makefile.am:
3852         * plugins/patch/Makefile.am:
3853         * plugins/profiler/Makefile.am:
3854         * plugins/project-import/Makefile.am:
3855         * plugins/project-manager/Makefile.am:
3856         * plugins/project-wizard/Makefile.am:
3857         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3858         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3859         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3860         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3861         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3862         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3863         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3864         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3865         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3866         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3867         * plugins/sample1/Makefile.am:
3868         * plugins/search/Makefile.am:
3869         * plugins/sourceview/Makefile.am:
3870         * plugins/subversion/Makefile.am:
3871         * plugins/symbol-browser/Makefile.am:
3872         * plugins/symbol-db/Makefile.am:
3873         * plugins/symbol-db/test/Makefile.am:
3874         * plugins/terminal/Makefile.am:
3875         * plugins/tools/Makefile.am:
3876         * plugins/valgrind/Makefile.am:
3877         * src/Makefile.am:
3878         * tagmanager/Makefile.am:
3879         
3880         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3881         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3882         warnings from illigel C++ compiler flags.
3884 2007-12-23  Johannes Schmid <jhs@gnome.org>
3886         Patch from Tom <tpgww@onepost.net>:
3887   
3888         * plugins/document-manager/anjuta-docman.c:
3889         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3890         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3891         (anjuta_docman_instance_init), (on_notebook_switch_page),
3892         (anjuta_docman_grab_text_focus):
3893         * plugins/document-manager/plugin.c: (on_document_added),
3894         (on_window_key_press_event), (on_window_key_release_event):
3895         
3896         Some more document-manager code cleanups and fixes.
3898 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3900         * plugins/symbol-db/plugin.c: (register_stock_icons),
3901         (value_added_current_editor), (value_removed_current_editor),
3902         (on_importing_project_end), (project_root_removed):
3903         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3905         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3906         (symbol_db_engine_get_file_db_path):
3907         fixed a useless warning.
3909         * plugins/symbol-db/symbol-db-view-locals.c:
3910         (traverse_free_waiting_for), (file_view_status_destroy),
3911         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3912         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3913         (sdb_view_locals_finalize), (on_symbol_inserted),
3914         (symbol_db_view_locals_recv_signals_from_engine),
3915         (symbol_db_view_locals_update_list):
3916         more speed on editors switching. GtkTreeStore caching method implemented.
3917         Fixed compiler warnings and a little memory leak.
3919         * plugins/symbol-db/symbol-db-view-locals.h:
3920         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3921         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3922         (on_scan_end), (on_symbol_inserted),
3923         (sdb_view_locals_create_new_store), (sdb_view_init),
3924         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3925         * plugins/symbol-db/symbol-db-view.h:
3926         fixed some crashers. Now project loading/populating should be quite quick.
3928 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3930         * plugins/debug-manager/command.c,
3931         plugins/debug-manager/queue.c:
3932         Take care of command return value (FALSE is an error)
3934 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3936         * plugins/debug-manager/anjuta-debug-manager.glade,
3937         plugins/debug-manager/breakpoints.c:
3938         Remove address, condition and pass breakpoint column if not supported
3939         Fix clear all remove_all to avoid an endless loop if a breakpoint
3940         cannot be removed
3942 2007-12-17  Johannes Schmid <jhs@gnome.org>
3944         Patch from Tom <tpgww@onepost.net> (with some changes):
3946         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3947         (on_save_as_activate), (on_save_all_activate),
3948         (on_close_file_activate), (on_close_all_file_activate),
3949         (on_reload_file_activate), (on_editor_command_clear_activate),
3950         (on_transform_eolchars1_activate), (on_comment_block),
3951         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3952         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3953         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3954         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3955         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3956         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3957         (on_zoom_out_text_activate):
3958         * plugins/document-manager/action-callbacks.h:
3959         * plugins/document-manager/anjuta-docman.c:
3960         (on_notebook_page_close_button_click),
3961         (on_notebook_page_close_button_enter),
3962         (on_notebook_page_close_button_leave),
3963         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3964         (anjuta_docman_page_init), (anjuta_docman_page_new),
3965         (on_open_filesel_response), (create_file_open_dialog_gui),
3966         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3967         (anjuta_docman_instance_init), (on_notebook_switch_page),
3968         (on_document_destroy), (anjuta_docman_add_editor),
3969         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3970         (anjuta_docman_set_current_document),
3971         (anjuta_docman_goto_file_line_mark), (get_real_path),
3972         (anjuta_docman_get_full_filename),
3973         (anjuta_docman_delete_all_markers),
3974         (anjuta_docman_delete_all_indicators),
3975         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3976         (anjuta_docman_order_tabs):
3977         * plugins/document-manager/anjuta-docman.h:
3978         * plugins/document-manager/file_history.c: (an_hist_file_new),
3979         (an_file_history_push), (an_file_history_dump):
3980         * plugins/document-manager/file_history.h:
3981         * plugins/document-manager/plugin.c: (update_title),
3982         (value_removed_project_root_uri),
3983         (update_document_ui_interface_items), (menu_name_compare),
3984         (on_document_added), (on_document_changed),
3985         (on_window_key_press_event), (on_window_key_release_event),
3986         (on_session_save):
3987         * plugins/document-manager/search-box.c: (on_document_changed),
3988         (on_goto_activated), (search_box_init), (search_box_new):
3989         * plugins/document-manager/search-box.h:
3991         Yet more code cleanups
3992         Save glade files correctly in session
3993         Use new tooltip API if available
3994         Sort notebook pages when session is restored (needs work)
3996 2007-12-16  Johannes Schmid <jhs@gnome.org>
3998         * plugins/document-manager/anjuta-docman.c:
3999         (anjuta_docman_add_document):
4000         
4001         Present correct widget with anjuta_shell_present_widget(). This got wrong when
4002         the new search bar was introduced.
4004 2007-12-12  Johannes Schmid <jhs@gnome.org>
4005   
4006         Patch from  Tom <tpgww@onepost.net>:
4007         (#485233 – another bunch of docman cleanups)
4008   
4009         * libanjuta/interfaces/libanjuta.idl:
4010         * plugins/document-manager/action-callbacks.c:
4011         (get_current_document), (get_current_focus_widget),
4012         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
4013         (on_close_file_activate), (on_close_all_file_activate),
4014         (on_reload_file_activate), (on_print_activate),
4015         (on_print_preview_activate),
4016         (on_editor_command_upper_case_activate),
4017         (on_editor_command_lower_case_activate),
4018         (on_editor_command_eol_crlf_activate),
4019         (on_editor_command_eol_lf_activate),
4020         (on_editor_command_eol_cr_activate),
4021         (on_editor_command_select_all_activate),
4022         (on_editor_command_select_to_brace_activate),
4023         (on_editor_command_select_block_activate),
4024         (on_editor_command_match_brace_activate),
4025         (on_editor_command_undo_activate),
4026         (on_editor_command_redo_activate),
4027         (on_editor_command_cut_activate),
4028         (on_editor_command_paste_activate),
4029         (on_editor_command_copy_activate),
4030         (on_editor_command_clear_activate),
4031         (on_editor_command_close_folds_all_activate),
4032         (on_editor_command_open_folds_all_activate),
4033         (on_editor_command_toggle_fold_activate),
4034         (on_editor_command_bookmark_toggle_activate),
4035         (on_editor_command_bookmark_first_activate),
4036         (on_editor_command_bookmark_next_activate),
4037         (on_editor_command_bookmark_prev_activate),
4038         (on_editor_command_bookmark_last_activate),
4039         (on_editor_command_bookmark_clear_activate),
4040         (on_transform_eolchars1_activate), (on_comment_block),
4041         (on_comment_box), (on_comment_stream),
4042         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4043         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
4044         (on_force_hilite_activate), (on_swap_activate),
4045         (on_editor_add_view_activate), (on_editor_remove_view_activate):
4046         * plugins/document-manager/action-callbacks.h:
4047         * plugins/document-manager/anjuta-docman.c:
4048         (on_notebook_page_close_button_click),
4049         (on_notebook_page_close_button_enter),
4050         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
4051         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
4052         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
4053         (on_open_filesel_response), (anjuta_docman_open_file),
4054         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
4055         (anjuta_docman_dispose), (anjuta_docman_instance_init),
4056         (anjuta_docman_class_init), (anjuta_docman_new),
4057         (on_notebook_switch_page), (on_document_save_point),
4058         (on_document_destroy), (anjuta_docman_add_editor),
4059         (anjuta_docman_add_document), (anjuta_docman_remove_document),
4060         (anjuta_docman_set_popup_menu),
4061         (anjuta_docman_get_current_focus_widget),
4062         (anjuta_docman_get_page_for_document),
4063         (anjuta_docman_get_current_document),
4064         (anjuta_docman_set_current_document),
4065         (anjuta_docman_goto_file_line),
4066         (anjuta_docman_goto_file_line_mark),
4067         (anjuta_docman_get_full_filename),
4068         (anjuta_docman_present_notebook_page),
4069         (anjuta_docman_update_page_label),
4070         (anjuta_docman_delete_all_markers),
4071         (anjuta_docman_delete_all_indicators),
4072         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4073         (do_ordertab1), (anjuta_docman_order_tabs),
4074         (anjuta_docman_set_editor_properties),
4075         (anjuta_docman_get_document_for_path),
4076         (anjuta_docman_get_all_doc_widgets):
4077         * plugins/document-manager/anjuta-docman.h:
4078         * plugins/document-manager/editor-tooltips.c:
4079         * plugins/document-manager/plugin.c: (update_title),
4080         (update_document_ui_enable_all), (update_document_ui_disable_all),
4081         (update_document_ui_save_items),
4082         (update_document_ui_interface_items), (update_document_ui),
4083         (on_document_update_save_ui), (update_status),
4084         (on_document_update_ui), (on_document_added),
4085         (on_document_changed), (on_session_save), (on_save_prompt),
4086         (on_docman_auto_save), (on_gconf_notify_timer):
4087         * plugins/document-manager/search-box.c: (on_document_changed),
4088         (search_box_new), (search_box_grab_line_focus):
4089         * plugins/glade/plugin.c: (ifile_open):
4090         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4091         * plugins/search/search-replace_backend.c: (create_search_entries):
4092         * plugins/sourceview/anjuta-document.c: (set_uri),
4093         (anjuta_document_save):
4094         * plugins/sourceview/sourceview.c: (ifile_savable_save):
4095         * plugins/tools/editor.c: (on_editor_response):
4097         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
4098         It fixes some issues with session handling and several memory lacks.
4099         Gtk 2.12 Tooltip API is used if available.
4101 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
4103         * plugins/debug-manager/disassemble.c,
4104         plugins/debug-manager/disassemble.h,
4105         plugins/debug-manager/command.c,
4106         plugins/debug-manager/command.h,
4107         plugins/debug-manager/plugin.c
4108         plugins/debug-manager/sparse_view.c,
4109         plugins/debug-manager/sparse_view.h,
4110         plugins/gdb/plugin.c,
4111         plugins/gdb/debugger.c,
4112         plugins/gdb/debugger.h,
4113         libanjuta/interfaces/libanjuta.idl:
4114         Fix bug #502533: Implement assembler step
4116         * plugins/debug-manager/breakpoints.c:
4117         Do not save temporary breakpoints
4119         * plugins/debug-manager/stack_trace.c:
4120         Fix a crash when a stack command is cancelled
4122 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
4124         * plugins/debug-manager/plugin.c,
4125         plugins/debug-manager/breakpoints.c,
4126         plugins/debug-manager/breakpoints.h:
4127         Fix bug #488732: Breakpoint on delete lines
4128         Breakpoints are now linked to their position in editor
4130         * plugins/gdb/debugger.c:
4131         Fix removing condition on breakpoint 
4133 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
4135         * plugins/debug-manager/anjuta-debug-manager.glade,
4136         plugins/debug-manager/start.c,
4137         plugins/gdb/plugin.c,
4138         plugins/gdb/debugger.c,
4139         plugins/gdb/debugger.h,
4140         libanjuta/interfaces/libanjuta.idl:
4141         Fix bug #481366: Do not stop at the beginning of the program
4143         * plugins/debug-manager/command.c,
4144         plugins/debug-manager/command.h,
4145         plugins/debug-manager/breakpoints.c,
4146         plugins/debug-manager/queue.c,
4147         plugins/debug-manager/queue.h:
4148         Fix a bug remove all breakpoints was not working due to latest changes
4149         Setting breakpoints is disabled when program is running
4151 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
4153         * plugins/debug-manager/queue.c,
4154         plugins/gdb/plugin.c:
4155         Fix bug #501469: Crash if mime_type is unknown
4157 2007-12-01  Massimo Cora'  <maxcvs@email.it>
4159         * plugins/symbol-db/plugin.c: (on_editor_destroy),
4160         (on_editor_update_ui), (on_single_file_scan_end),
4161         (on_importing_project_end), (project_root_added),
4162         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
4163         * plugins/symbol-db/plugin.h:
4164         show on status bar files being scanned.
4166         * plugins/symbol-db/symbol-db-engine.c:
4167         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
4168         (sdb_engine_ctags_output_thread),
4169         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
4170         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4171         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
4172         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
4173         (sdb_engine_get_table_id_by_unique_name2),
4174         (symbol_db_engine_open_project),
4175         (sdb_engine_prepare_executing_commands),
4176         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
4177         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
4178         (sdb_engine_detects_removed_ids),
4179         (symbol_db_engine_get_class_parents),
4180         (symbol_db_engine_get_global_members),
4181         (symbol_db_engine_get_scope_members_by_symbol_id),
4182         (symbol_db_engine_get_scope_members),
4183         (symbol_db_engine_get_current_scope),
4184         (symbol_db_engine_get_file_symbols),
4185         (symbol_db_engine_get_symbol_info_by_id),
4186         (symbol_db_engine_get_full_local_path),
4187         (symbol_db_engine_find_symbol_by_name_pattern),
4188         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
4189         * plugins/symbol-db/symbol-db-engine.h:
4190         * plugins/symbol-db/symbol-db-view-locals.c:
4191         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
4192         (symbol_db_view_locals_recv_signals_from_engine),
4193         (symbol_db_view_locals_update_list):
4194         * plugins/symbol-db/symbol-db-view-locals.h:
4195         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
4196         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
4197         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
4198         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
4199         * plugins/symbol-db/symbol-db-view.h:
4200         Added g_thread architecture to scan in background. With this you
4201         can use Anjuta's GUI without freezing.
4202         Improved insertion speed by using a paradigm like 'insert' and 'check'
4203         replacing a 'check' and 'insert' one. This has been done for tables 
4204         like symbol, scope, sym_type.
4205         Fixed two crashers. 
4207         * plugins/symbol-db/tables.sql:
4208         * plugins/symbol-db/test/main.c: (get_global_members), (main),
4209         (thread), (print_message), (bastard_thread), (idle_signals):
4210         fixed a typo on tables that broke sql triggers.
4212 === anjuta 2.3.1 ===
4214 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4216         * NEWS, AUTHORS: Updated.
4217         * src/Makefile.am: Fixed make distcheck
4219         Patch from Yang Hong:
4220         * plugins/file-manager/file-manager.glade: Fixed file chooser
4221         size in file-manager preferences.
4223 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4225         * NEWS: Updated for 2.3.1 development release
4226         * configure.in: Bumped version to 2.3.1
4228 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
4230         * plugins/debug-manager/threads.c,
4231         plugins/debug-manager/disassemble.c,
4232         plugins/debug-manager/watch.c,
4233         plugins/debug-manager/registers.c,
4234         plugins/debug-manager/locals.c,
4235         plugins/debug-manager/breakpoints.c,
4236         plugins/debug-manager/stack_trace.c,
4237         plugins/debug-manager/command.c,
4238         plugins/debug-manager/command.h,
4239         plugins/debug-manager/queue.c,
4240         libanjuta/interfaces/libanjuta.idl:
4241         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4242         Document IAnjutaDebugManager signals
4243         Generate new signals in queue.c
4244         Use new signals in other files
4246 2007-11-30  <genbell@tiscali.it>
4248         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
4250         * plugins/gdb/Makefile.am:
4251         Fix bug #500376
4253 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4255         * plugins/tools/variable.c:
4256         Fix a bug added in the previous patch (it is not a leak)
4258 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4260         * plugins/project-wizard/druid.c,
4261         plugins/project-wizard/templates/terminal.wiz,
4262         plugins/project-wizard/templates/xlib-dock.wiz,
4263         plugins/project-wizard/templates/wxwin.wiz,
4264         plugins/project-wizard/templates/java.wiz,
4265         plugins/project-wizard/templates/gnome.wiz,
4266         plugins/project-wizard/templates/anjuta-plugin.wiz,
4267         plugins/project-wizard/templates/gtkmm.wiz,
4268         plugins/project-wizard/templates/python.wiz,
4269         plugins/project-wizard/templates/cpp.wiz,
4270         plugins/project-wizard/templates/sdl.wiz,
4271         plugins/project-wizard/templates/gtk.wiz,
4272         plugins/project-wizard/templates/minimal.wiz,
4273         plugins/project-wizard/templates/xlib.wiz,
4274         plugins/project-wizard/templates/gcj.wiz,
4275         plugins/project-wizard/templates/translatable-strings.h,
4276         plugins/project-import/project-import.c:
4277         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
4279 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
4281         * plugins/debug-manager/threads.c,
4282         plugins/debug-manager/disassemble.c,
4283         plugins/debug-manager/watch.c,
4284         plugins/debug-manager/registers.c,
4285         plugins/debug-manager/memory.c,
4286         plugins/debug-manager/locals.c,
4287         plugins/debug-manager/stack_trace.c,
4288         plugins/debug-manager/queue.c,
4289         plugins/debug-manager/queue.h:
4290         Connect debugger signal only when program is loaded
4291         Rename get_feature in is_supported
4293         * plugins/debug-manager/plugin.c:
4294         Remove editor watch when plugin is deactivated
4296         * plugins/debug-manager/anjuta-debug-manager.glade,
4297         plugins/debug-manager/breakpoints.c,
4298         plugins/debug-manager/breakpoints.h:
4299         Rewrite almost completely the breakpoint code
4300         Improve breakpoint dialog
4301         Reorganize function
4302         Implement condition, hit count, ignore and temporary attribute
4304         * plugins/debug-manager/command.c,
4305         plugins/debug-manager/command.h:
4306         Add a breakpoint list command
4308         * plugins/gdb/debugger.c,
4309         plugins/gdb/debugger.h:
4310         Add new breakpoint list command
4311         Fix parsing of breakpoint data
4313         * libanjuta/interfaces/libanjuta.idl,
4314         plugins/gdb/plugin.c:
4315         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4317 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
4319         * plugins/document-manager/plugin.c:
4320         Use Ctrl+Shift+s as shortcut for Save As
4322 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
4324         * plugins/subversion/plugin.c: (activate_plugin):
4325         * plugins/symbol-db/plugin.c: (symbol_db_activate):
4326         * src/layout.xml: Fixed dockitem positions.
4328 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4330         Icons from tpgww@onepost.net:
4331         * plugins/project-wizard/applogo.png:
4332         Icons from patch in bug #480093 comment #23. Also renamed icons.
4334         * plugins/message-view/Makefile.am:
4335         * plugins/message-view/plugin.c: (register_stock_icons),
4336         (ipreferences_merge): Removed redundant icon.
4338         * plugins/document-manager/plugin.c:
4339         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4340         Do not insensitize New action when there is no document.
4341         Indentation fixes.
4343 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4345         Icons from tpgww@onepost.net:
4346         * plugins/symbol-browser/an_symbol_prefs.c:
4347         * pixmaps/Makefile.am:
4348         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4350         Icons from patch in bug #480093 comment #23. Also renamed icons.
4351         To be continued..
4353 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4355         Patch from James Liggett:
4356         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4357         revert and dialogs resizable.
4359 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4361         Patch from James Liggett:
4362         * plugins/subversion/anjuta-subversion.glade:
4363         * plugins/subversion/subversion-diff-dialog.c:
4364         (on_subversion_diff_response), (subversion_diff_dialog):
4365         * plugins/subversion/subversion-diff-dialog.h:
4367         The diff dialog should have a checkbox, enabled by default, that
4368         allows the user to make sure that all open files are saved before
4369         diffing.
4371 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4373         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4375         Icons from tpgww@onepost.net:
4376         * pixmaps/Makefile.am:
4377         * src/Makefile.am:
4378         * src/anjuta-app.c:
4379         * src/anjuta-preferences-general.svg:
4381         Icons from patch in bug #480093 comment #23. Also renamed icons.
4382         To be continued..
4384 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4386         Icons from tpgww@onepost.net:
4387         * plugins/debug-manager/images/Makefile.am:
4388         * plugins/debug-manager/images/anjuta-watch.svg:
4389         * plugins/debug-manager/plugin.c: (register_stock_icons):
4390         * plugins/gdb/images/Makefile.am:
4391         * plugins/gtodo/Makefile.am:
4392         * plugins/gtodo/anjuta-gtodo-plugin.svg:
4393         * plugins/gtodo/anjuta-gtodo.plugin.in:
4394         * plugins/gtodo/interface.c: (stock_icons):
4395         * plugins/gtodo/main.h:
4396         * plugins/gtodo/plugin.c: (ipreferences_merge):
4397         * plugins/terminal/Makefile.am:
4398         * plugins/terminal/anjuta-terminal-plugin.svg:
4399         * plugins/terminal/anjuta-terminal.plugin.in:
4400         * plugins/terminal/terminal.c:
4401         * plugins/tools/Makefile.am:
4402         * plugins/tools/anjuta-tools-plugin.svg:
4403         * plugins/tools/anjuta-tools.plugin.in:
4404         * plugins/tools/plugin.c:
4405         * plugins/valgrind/Makefile.am:
4406         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4407         * plugins/valgrind/anjuta-valgrind.plugin.in:
4408         * plugins/valgrind/plugin.c: (register_stock_icons),
4409         (ipreferences_merge):
4411         Icons from patch in bug #480093 comment #23. Also renamed icons.
4412         To be continued..
4414 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4416         reviewed by: Johannes Schmid <jhs@gnome.org>
4418         * configure.in:
4419         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4420         due to bug #493360. Still present anyway bug #495843
4422         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4423         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4424         (on_local_treeview_row_activated),
4425         (on_global_treeview_row_activated),
4426         (on_global_treeview_row_expanded), (on_project_element_added),
4427         (on_project_element_removed), (project_root_added),
4428         (symbol_db_activate), (isymbol_manager_search),
4429         (isymbol_manager_get_members),
4430         (isymbol_manager_get_completions_at_position):
4431         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4432         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4433         * plugins/symbol-db/symbol-db-engine.c:
4434         (sdb_engine_execute_non_select_sql),
4435         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4436         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4437         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4438         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4439         (symbol_db_engine_add_new_workspace),
4440         (symbol_db_engine_add_new_project),
4441         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4442         (sdb_engine_detects_removed_ids),
4443         (sdb_engine_walk_down_scope_path),
4444         (symbol_db_engine_get_class_parents),
4445         (symbol_db_engine_get_global_members),
4446         (symbol_db_engine_get_scope_members_by_symbol_id),
4447         (symbol_db_engine_get_scope_members),
4448         (symbol_db_engine_get_current_scope),
4449         (symbol_db_engine_get_file_symbols),
4450         (symbol_db_engine_get_symbol_info_by_id),
4451         (symbol_db_engine_find_symbol_by_name_pattern):
4452         * plugins/symbol-db/symbol-db-engine.h:
4453         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4454         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4455         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4456         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4457         (on_scan_end), (do_add_root_symbol_to_view),
4458         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4459         (trigger_on_symbol_inserted), (add_new_waiting_for),
4460         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4461         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4462         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4463         (symbol_db_view_row_expanded), (sdb_view_init),
4464         (gtree_compare_func), (sdb_view_finalize),
4465         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4466         (sdb_view_populate_base_root),
4467         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4468         * plugins/symbol-db/symbol-db-view.h:
4469         * plugins/symbol-db/tables.sql:
4470         * plugins/symbol-db/test/Makefile.am:
4471         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4472         (get_scope_members), (get_current_scope), (get_global_members),
4473         (get_file_symbols), (get_info_by_id), (main):
4475         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4476         Started using LIMIT keyword to speed up things.
4477         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4478         make providers use prepared statements.
4480 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4482         Patch from James Liggett:
4483         * plugins/subversion/plugin.c: (subversion_instance_init):
4484         * plugins/subversion/plugin.h:
4485         * plugins/subversion/subversion-diff-dialog.c:
4486         (on_subversion_diff_response), (subversion_diff_dialog),
4487         (on_menu_subversion_diff):
4488         * plugins/subversion/subversion-log-dialog.c:
4489         (on_log_view_selected_button_clicked),
4490         (on_log_diff_selected_button_clicked),
4491         (on_log_diff_previous_button_clicked),
4492         (subversion_log_window_create):
4493         * plugins/subversion/subversion-ui-utils.c:
4494         (get_filename_from_full_path), (init_whole_project),
4495         (on_whole_project_toggled):
4496         * plugins/subversion/subversion-ui-utils.h:
4497         * plugins/subversion/subversion-update-dialog.c:
4498         (subversion_update_dialog), (on_menu_subversion_update):
4500         Whole Project checkbox enabled by default in diff and update dialogs.
4501         changes the editor names for diff editors to something much more
4502         descriptive. For example, working copy/head diffs would have an editor
4503         with a name like "[Working Copy/Head] some-file.diff," where some-file
4504         is the name of the file/directory that was diffed. For diffs against
4505         arbitrary diffs the name would look like "[Revisions 2832/3200]
4506         some-file.diff" for a diff of some-file between revisions 2832 and
4507         3200.
4509 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4511         Icons from tpgww@onepost.net:
4512         * plugins/subversion/Makefile.am:
4513         * plugins/subversion/anjuta-subversion-plugin.svg:
4514         * plugins/subversion/anjuta-subversion.plugin.in:
4515         * plugins/subversion/plugin.h:
4516         * plugins/symbol-browser/Makefile.am:
4517         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4518         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4519         * plugins/symbol-browser/plugin.c:
4520         * plugins/symbol-db/Makefile.am:
4521         * plugins/symbol-db/plugin.c:
4522         * plugins/symbol-db/symbol-db.plugin.in:
4524         Icons from patch in bug #480093 comment #23. Also renamed icons.
4525         To be continued..
4527 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4529         Icons from tpgww@onepost.net:
4530         * plugins/project-manager/Makefile.am:
4531         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4532         * plugins/project-manager/anjuta-project-manager.plugin.in:
4533         * plugins/project-manager/plugin.c:
4534         * plugins/project-wizard/Makefile.am:
4535         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4536         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4537         * plugins/project-wizard/druid.h:
4538         * plugins/search/Makefile.am:
4539         * plugins/search/anjuta-search-plugin.svg:
4540         * plugins/search/anjuta-search.plugin.in:
4541         * plugins/search/plugin.c:
4543         Icons from patch in bug #480093 comment #23. Also renamed icons.
4544         To be continued..
4546 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4548         * TODO.tasks: updated.
4550         Icons from tpgww@onepost.net:
4551         * plugins/file-loader/Makefile.am:
4552         * plugins/file-loader/anjuta-loader-plugin.svg:
4553         * plugins/file-loader/anjuta-loader.plugin.in:
4554         * plugins/file-manager/Makefile.am:
4555         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4556         * plugins/file-manager/file-manager.plugin.in:
4557         * plugins/file-manager/plugin.c:
4558         * plugins/glade/Makefile.am:
4559         * plugins/glade/anjuta-glade-plugin.svg:
4560         * plugins/glade/anjuta-glade.plugin.in:
4561         * plugins/glade/plugin.c: (register_stock_icons):
4562         * plugins/language-manager/Makefile.am:
4563         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4564         * plugins/language-manager/language-manager.plugin.in:
4565         * plugins/message-view/Makefile.am:
4566         * plugins/message-view/anjuta-message-manager.plugin.in:
4567         * plugins/message-view/anjuta-messages-plugin.svg:
4568         * plugins/message-view/plugin.c:
4569         * plugins/patch/Makefile.am:
4570         * plugins/patch/anjuta-patch-plugin.svg:
4571         * plugins/patch/anjuta-patch.plugin.in:
4572         * plugins/patch/plugin.c:
4573         * plugins/profiler/Makefile.am:
4574         * plugins/profiler/anjuta-profiler-plugin.svg:
4575         * plugins/profiler/plugin.c: (register_stock_icons):
4576         * plugins/profiler/profiler.plugin.in:
4577         * plugins/project-import/Makefile.am:
4578         * plugins/project-import/anjuta-project-import-plugin.svg:
4579         * plugins/project-import/anjuta-project-import.plugin.in:
4580         * plugins/project-import/plugin.c:
4582         Icons from patch in bug #480093 comment #23. Also renamed icons.
4583         To be continued..
4585 2007-11-18  Johannes Schmid <jhs@gnome.org>
4587         * plugins/build-basic-autotools/build-basic-autotools.c:
4588         (build_regex_init):
4589         * plugins/debug-manager/anjuta-debug-manager.glade:
4590         * plugins/debug-manager/breakpoints.c:
4591         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4592         * plugins/file-wizard/file.c:
4593         * plugins/gdb/anjuta-gdb.glade:
4594         * plugins/glade/plugin.c: (ifile_open):
4595         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4596         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4597         * plugins/gtodo/tray-icon.c:
4598         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4599         * plugins/macro/macros.xml:
4600         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4601         Fixed translation bugs (#496833, #488211 and #497758)
4602         
4603         * plugins/document-manager/plugin.c: (on_editor_changed):
4604         Removed unused code
4606 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4608         Icons from tpgww@onepost.net:
4609         * plugins/devhelp/Makefile.am:
4610         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4611         * plugins/devhelp/anjuta-devhelp.plugin.in:
4612         * plugins/devhelp/plugin.c:
4613         * plugins/document-manager/anjuta-document-manager.plugin.in:
4614         * plugins/document-manager/images/Makefile.am:
4615         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4616         * plugins/document-manager/plugin.c:
4617         * plugins/editor/Makefile.am:
4618         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4619         * plugins/editor/anjuta-editor.plugin.in:
4620         * plugins/editor/plugin.c:
4621         * plugins/sample1/Makefile.am:
4622         * plugins/sample1/anjuta-sample-plugin.svg:
4623         * plugins/sample1/anjuta-sample.plugin.in:
4624         * plugins/sourceview/Makefile.am:
4625         * plugins/sourceview/plugin.c:
4626         * plugins/sourceview/sourceview.plugin.in:
4628         Icons from patch in bug #480093 comment #23. Also renamed icons.
4629         To be continued..
4631 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4633         * TODO.tasks: Updated.
4635         Icons from tpgww@onepost.net:
4636         * plugins/build-basic-autotools/Makefile.am:
4637         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4638         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4639         * plugins/build-basic-autotools/build-basic-autotools.c:
4640         * plugins/class-inheritance/Makefile.am:
4641         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4642         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4643         * plugins/class-inheritance/plugin.c:
4644         * plugins/cvs-plugin/Makefile.am:
4645         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4646         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4647         * plugins/cvs-plugin/plugin.c:
4648         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4649         * plugins/debug-manager/images/Makefile.am:
4650         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4651         * plugins/debug-manager/plugin.c: 
4653         Icons from patch in bug #480093 comment #23. Also renamed icons.
4654         To be continued..
4656 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4658         * (removed) libanjuta/anjuta-children.c,
4659         (removed) libanjuta/anjuta-children.h,
4660         libanjuta/anjuta-launcher.c,
4661         libanjuta/libanjuta.h,
4662         libanjuta/Makefile.am,
4663         plugins/gdb/debugger.c,
4664         plugins/terminal/terminal.c,
4665         manuals/reference/libanjuta/libanjuta-sections.txt,
4666         manuals/reference/libanjuta/libanjuta-docs.sgml:
4667         Replace anjuta_children_register by g_child_watch_add
4669 2007-11-13  Johannes Schmid <jhs@gnome.org>
4671         * plugins/subversion/anjuta-subversion.glade:
4672         * plugins/subversion/subversion-commit-dialog.c:
4673         (subversion_commit_dialog):
4674         * plugins/subversion/subversion-resolve-dialog.c:
4675         (subversion_resolve_dialog):
4676         * plugins/subversion/subversion-revert-dialog.c:
4677         (subversion_revert_dialog):
4678         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4679         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4680         (hide_pulse_progress_bar):
4681         * plugins/subversion/subversion-ui-utils.h:
4683         Yet another patch from #457477:
4684         Add a pulsing progress bar to all dialogs receiving status
4686 2007-11-12  Johannes Schmid <jhs@gnome.org>
4688         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4689         Bug 493583 – crash in Anjuta IDE: trying to open a file
4690         
4691         * plugins/subversion/subversion-commit-dialog.c:
4692         (select_all_files), (subversion_commit_dialog):
4693         Patch from jrligget - see #457477
4695 2007-11-12  Johannes Schmid <jhs@gnome.org>
4697         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4698         * libanjuta/anjuta-plugin-handle.c:
4699         (anjuta_plugin_handle_get_about):
4700         Bug 495536 – Plugins localization improvement
4701         
4702         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4703         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4704         * plugins/indent/indent.glade:
4705         * plugins/subversion/anjuta-subversion.glade:
4706         Bug 495245 – Strings bug
4708 2007-11-08  James Liggett  <jrliggett@cox.net>
4710         reviewed by: Johannes Schmid <jhs@gnome.org>
4712         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4713         (anjuta_async_command_finalize),
4714         (anjuta_async_command_notification_poll),
4715         (anjuta_async_command_thread), (start_command),
4716         (notify_data_arrived), (notify_complete),
4717         (anjuta_async_command_class_init),
4718         (anjuta_async_command_set_error_message),
4719         (anjuta_async_command_get_error_message),
4720         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4721         * libanjuta/anjuta-async-command.h:
4722         * libanjuta/anjuta-command.c: (anjuta_command_init),
4723         (anjuta_command_finalize), (anjuta_command_class_init),
4724         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4725         (anjuta_command_notify_complete),
4726         (anjuta_command_set_error_message),
4727         (anjuta_command_get_error_message):
4728         * libanjuta/anjuta-command.h:
4729         * libanjuta/anjuta-glade-catalog.c:
4730         * libanjuta/anjuta-glade.xml:
4731         * libanjuta/anjuta-vcs-status-tree-view.c:
4732         (on_selected_column_toggled),
4733         (anjuta_vcs_status_tree_view_create_columns),
4734         (anjuta_vcs_status_tree_view_init),
4735         (anjuta_vcs_status_tree_view_finalize),
4736         (anjuta_vcs_status_tree_view_set_property),
4737         (anjuta_vcs_status_tree_view_get_property),
4738         (anjuta_vcs_status_tree_view_class_init),
4739         (anjuta_vcs_status_tree_view_new),
4740         (anjuta_vcs_status_tree_view_destroy),
4741         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4742         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4743         (anjuta_vcs_status_tree_view_unselect_all),
4744         (create_selected_paths_list),
4745         (anjuta_vcs_status_tree_view_get_selected):
4746         * libanjuta/anjuta-vcs-status-tree-view.h:
4747         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4748         * libanjuta/anjuta-widgets.h:
4749         * plugins/subversion/subversion-add-dialog.c:
4750         (on_add_command_finished), (on_subversion_add_response),
4751         (subversion_add_dialog), (on_menu_subversion_add),
4752         (on_fm_subversion_add):
4753         * plugins/subversion/subversion-add-dialog.h:
4754         * plugins/subversion/subversion-commit-dialog.c:
4755         (on_commit_command_finished), (on_subversion_commit_response),
4756         (subversion_commit_dialog), (on_menu_subversion_commit),
4757         (on_fm_subversion_commit):
4758         * plugins/subversion/subversion-commit-dialog.h:
4759         * plugins/subversion/subversion-copy-dialog.c:
4760         (on_copy_other_revision_radio_toggled),
4761         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4762         (on_copy_command_finished), (on_subversion_copy_response),
4763         (subversion_copy_dialog), (on_menu_subversion_copy),
4764         (on_fm_subversion_copy):
4765         * plugins/subversion/subversion-copy-dialog.h:
4766         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4767         (on_subversion_diff_response), (subversion_diff_dialog),
4768         (on_menu_subversion_diff), (on_fm_subversion_diff):
4769         * plugins/subversion/subversion-diff-dialog.h:
4770         * plugins/subversion/subversion-log-dialog.c:
4771         (on_diff_selected_column_toggled), (create_columns),
4772         (on_log_command_finished), (on_log_view_button_clicked),
4773         (on_cat_command_data_arrived), (on_cat_command_finished),
4774         (on_log_view_selected_button_clicked), (get_selected_revisions),
4775         (on_log_diff_selected_button_clicked),
4776         (on_log_diff_previous_button_clicked),
4777         (on_subversion_log_vbox_destroy),
4778         (on_log_changes_view_row_selected), (subversion_log_window_create),
4779         (on_menu_subversion_log), (on_fm_subversion_log),
4780         (subversion_log_set_whole_project_sensitive):
4781         * plugins/subversion/subversion-log-dialog.h:
4782         * plugins/subversion/subversion-merge-dialog.c:
4783         (on_merge_command_finished), (on_subversion_merge_response),
4784         (on_merge_first_path_browse_button_clicked),
4785         (on_merge_second_path_browse_button_clicked),
4786         (on_merge_use_first_path_check_toggled),
4787         (on_merge_start_revision_radio_toggled),
4788         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4789         (on_menu_subversion_merge):
4790         * plugins/subversion/subversion-merge-dialog.h:
4791         * plugins/subversion/subversion-remove-dialog.c:
4792         (on_remove_command_finished),
4793         (on_remove_path_browse_button_clicked),
4794         (on_subversion_remove_response), (subversion_remove_dialog),
4795         (on_menu_subversion_remove), (on_fm_subversion_remove):
4796         * plugins/subversion/subversion-remove-dialog.h:
4797         * plugins/subversion/subversion-resolve-dialog.c:
4798         (on_resolve_command_finished), (on_subversion_resolve_response),
4799         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4800         * plugins/subversion/subversion-resolve-dialog.h:
4801         * plugins/subversion/subversion-revert-dialog.c:
4802         (on_revert_command_finished), (on_subversion_revert_response),
4803         (subversion_revert_dialog), (on_menu_subversion_revert):
4804         * plugins/subversion/subversion-revert-dialog.h:
4805         * plugins/subversion/subversion-switch-dialog.c:
4806         (on_switch_other_revision_radio_toggled),
4807         (on_switch_command_finished), (on_subversion_switch_response),
4808         (subversion_switch_dialog), (on_menu_subversion_switch):
4809         * plugins/subversion/subversion-switch-dialog.h:
4810         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4811         (subversion_data_free), (on_mesg_view_destroy),
4812         (create_message_view), (check_filename), (get_log_from_textview),
4813         (pulse_timer), (on_pulse_timer_destroyed),
4814         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4815         (report_errors), (on_status_command_finished),
4816         (on_status_command_data_arrived), (on_command_info_arrived),
4817         (select_all_status_items), (clear_all_status_selections),
4818         (init_whole_project), (on_whole_project_toggled),
4819         (send_diff_command_output_to_editor), (on_diff_command_finished),
4820         (stop_status_bar_progress_pulse):
4821         * plugins/subversion/subversion-ui-utils.h:
4822         * plugins/subversion/subversion-update-dialog.c:
4823         (on_update_command_finished), (on_subversion_update_response),
4824         (subversion_update_dialog), (on_menu_subversion_update),
4825         (on_fm_subversion_update):
4826         * plugins/subversion/subversion-update-dialog.h:
4827         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4828         (svn_add_command_finalize), (svn_add_command_run),
4829         (svn_add_command_class_init), (svn_add_command_new),
4830         (svn_add_command_destroy):
4831         * plugins/subversion/svn-add-command.h:
4832         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4833         (svn_cat_command_finalize), (svn_cat_command_run),
4834         (svn_cat_command_class_init), (svn_cat_command_new),
4835         (svn_cat_command_destroy), (svn_cat_command_get_output):
4836         * plugins/subversion/svn-cat-command.h:
4837         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4838         (svn_command_release_ui_lock), (simple_prompt),
4839         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4840         (svn_auth_ssl_server_trust_prompt_func_cb),
4841         (svn_auth_ssl_client_cert_prompt_func_cb),
4842         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4843         (svn_command_init), (svn_command_finalize),
4844         (svn_command_class_init), (svn_command_push_info),
4845         (svn_command_get_info_queue), (svn_command_set_error),
4846         (svn_command_get_client_context), (svn_command_get_pool),
4847         (svn_command_lock_ui), (svn_command_unlock_ui),
4848         (svn_command_get_revision), (svn_command_copy_path_list),
4849         (svn_command_free_path_list):
4850         * plugins/subversion/svn-command.h:
4851         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4852         (svn_commit_command_init), (svn_commit_command_finalize),
4853         (svn_commit_command_run), (svn_commit_command_class_init),
4854         (svn_commit_command_new), (svn_commit_command_destroy):
4855         * plugins/subversion/svn-commit-command.h:
4856         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4857         (svn_copy_command_init), (svn_copy_command_finalize),
4858         (svn_copy_command_run), (svn_copy_command_class_init),
4859         (svn_copy_command_new), (svn_copy_command_destroy):
4860         * plugins/subversion/svn-copy-command.h:
4861         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4862         (svn_diff_command_finalize), (svn_diff_command_run),
4863         (svn_diff_command_class_init), (svn_diff_command_new),
4864         (svn_diff_command_destroy), (svn_diff_command_get_output):
4865         * plugins/subversion/svn-diff-command.h:
4866         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4867         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4868         (svn_log_command_class_init), (svn_log_command_new),
4869         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4870         * plugins/subversion/svn-log-command.h:
4871         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4872         (svn_log_entry_finalize), (svn_log_entry_class_init),
4873         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4874         (svn_log_entry_get_author), (svn_log_entry_get_date),
4875         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4876         (svn_log_entry_get_full_log):
4877         * plugins/subversion/svn-log-entry.h:
4878         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4879         (svn_merge_command_finalize), (svn_merge_command_run),
4880         (svn_merge_command_class_init), (svn_merge_command_new),
4881         (svn_merge_command_destroy):
4882         * plugins/subversion/svn-merge-command.h:
4883         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4884         (svn_remove_command_init), (svn_remove_command_finalize),
4885         (svn_remove_command_run), (svn_remove_command_class_init),
4886         (svn_remove_command_new), (svn_remove_command_destroy),
4887         (svn_remove_command_get_path):
4888         * plugins/subversion/svn-remove-command.h:
4889         * plugins/subversion/svn-resolve-command.c:
4890         (svn_resolve_command_init), (svn_resolve_command_finalize),
4891         (svn_resolve_command_run), (svn_resolve_command_class_init),
4892         (svn_resolve_command_new), (svn_resolve_command_destroy):
4893         * plugins/subversion/svn-resolve-command.h:
4894         * plugins/subversion/svn-revert-command.c:
4895         (svn_revert_command_init), (svn_revert_command_finalize),
4896         (svn_revert_command_run), (svn_revert_command_class_init),
4897         (svn_revert_command_new), (svn_revert_command_destroy):
4898         * plugins/subversion/svn-revert-command.h:
4899         * plugins/subversion/svn-status-command.c:
4900         (svn_status_command_init), (svn_status_command_finalize),
4901         (on_svn_status_notify), (svn_status_command_run),
4902         (svn_status_command_class_init), (svn_status_command_new),
4903         (svn_status_command_destroy),
4904         (svn_status_command_get_status_queue):
4905         * plugins/subversion/svn-status-command.h:
4906         * plugins/subversion/svn-status.c: (svn_status_init),
4907         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4908         (svn_status_destroy), (svn_status_get_path),
4909         (svn_status_get_vcs_status):
4910         * plugins/subversion/svn-status.h:
4911         * plugins/subversion/svn-switch-command.c:
4912         (svn_switch_command_init), (svn_switch_command_finalize),
4913         (svn_switch_command_run), (svn_switch_command_class_init),
4914         (svn_switch_command_new), (svn_switch_command_destroy):
4915         * plugins/subversion/svn-switch-command.h:
4916         * plugins/subversion/svn-update-command.c:
4917         (svn_update_command_init), (svn_update_command_finalize),
4918         (svn_update_command_run), (svn_update_command_class_init),
4919         (svn_update_command_new), (svn_update_command_destroy):
4920         * plugins/subversion/svn-update-command.h:
4922         Now really committed all files from James patch (#457477)
4924 2007-11-08  Johannes Schmid <jhs@gnome.org>
4926         * TODO.tasks: Updated
4928 2007-11-08  James Liggett  <jrliggett@cox.net>
4930         reviewed by: Johannes Schmid <jhs@gnome.org>
4932         * configure.in:
4933         * libanjuta/Makefile.am:
4934         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4935         * libanjuta/anjuta-status.h:
4936         * libanjuta/libanjuta.h:
4937         * plugins/subversion/Makefile.am:
4938         * plugins/subversion/anjuta-subversion.glade:
4939         * plugins/subversion/anjuta-subversion.ui:
4940         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4941         (value_removed_project_root_uri), (activate_plugin),
4942         (deactivate_plugin), (finalize), (subversion_instance_init):
4943         * plugins/subversion/plugin.h:
4944         * plugins/subversion/subversion-actions.c:
4945         * plugins/subversion/subversion-actions.h:
4946         * plugins/subversion/subversion-callbacks.c:
4947         * plugins/subversion/subversion-callbacks.h:
4948         * plugins/subversion/svn-auth.c:
4949         * plugins/subversion/svn-auth.h:
4950         * plugins/subversion/svn-backend-priv.h:
4951         * plugins/subversion/svn-backend.c:
4952         * plugins/subversion/svn-backend.h:
4953         * plugins/subversion/svn-notify.c:
4954         * plugins/subversion/svn-notify.h:
4955         * plugins/subversion/svn-thread.c:
4956         * plugins/subversion/svn-thread.h:
4957         
4958         Commited alpha2 of the new subversion plugin (#457477)
4960 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4962         * plugins/debug-manager/command.c:
4963         Fix a stupid crash when changing a register value
4965 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4967         * libanjuta/interfaces/libanjuta.idl,
4968         plugins/debug-manager/command.c,
4969         plugins/debug-manager/command.h,
4970         plugins/debug-manager/start.c,
4971         plugins/gdb/plugin.c,
4972         plugins/gdb/debugger.c,
4973         plugins/gdb/debugger.h:
4974         Use anjuta terminal plugin instead of gnome terminal
4975         Select if a terminal is used in the the start_program function
4976         Move terminal code from debugger.c to plugin.c
4977         Partial fix of bug #481366
4979         * plugins/gdb/utilities.c,
4980         plugins/gdb/utilities.h:
4981         Remove gnome terminal check function
4983 2007-11-06  Johannes Schmid <jhs@gnome.org>
4985         * plugins/project-import/anjuta-project-import.glade:
4986         * plugins/project-import/project-import.c: (on_import_next),
4987         (on_import_finish), (project_import_set_directory):
4988         * plugins/project-wizard/property.c: (npw_property_create_widget),
4989         (npw_property_set_value_from_widget):
4990         
4991         Replaced gnome_file_entry with gtk_file_chooser_button
4992         Fixes #422329 – Creating a new directory in program options doesn't work
4993         
4994 2007-11-04  Massimo Cora' <maxcvs@email.it>
4996         * plugins/symbol-db/plugin.c:
4997         add all files at once on project_import.
4998         No need to split them into more languages: ctags
4999         and the engine will take care of that.
5001         * plugins/symbol-db/symbol-db-engine.h,
5002         * plugins/symbol-db/symbol-db-engine.c,
5003         * plugins/symbol-db/tables.sql,
5004         * plugins/symbol-db/test/Makefile.am,
5005         * plugins/symbol-db/test/main.c,
5006         * plugins/symbol-db/symbol-db-view-locals.c:
5007         some memory leaks fixed. Ported the thing to
5008         libgda 3.1.2 [or better svn HEAD].
5009         Thanks to a fresh new algorithm to detect
5010         parent scope we're able to display correcly
5011         a local gtktree, including classes not directly
5012         defined inside that file.
5014 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
5016         * plugins/debug-manager/threads.c,
5017         plugins/debug-manager/stack_trace.c:
5018         Do not display address when not needed
5020         * plugins/debug-manager/plugin.c,
5021         plugins/debug-manager/breakpoints.c:
5022         Breakpoints directly connect to debugger signals
5024         * plugins/debug-manager/watch.c:
5025         program-unload signal does not exist used debugger-stopped
5027         * plugins/debug-manager/queue.c,
5028         libanjuta/interfaces/libanjuta.idl:
5029         Display error message returned by debugger command
5030         Add new error codes
5032 2007-11-04  Johannes Schmid <jhs@gnome.org>
5034         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
5035         Bug 493062 – gcj template needs AC_PROG_CC
5036         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
5038         * src/anjuta-actions.h:
5039         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
5040         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
5042 === anjuta 2.3.0 ===
5044 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
5046         * AUTHORS: Updated
5048 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5050         * ChangeLog: Tagged 2.3.0 release.
5052         * plugins/indent/Makefile.am: Fixed indentation.
5054         * plugins/editor/aneditor-autocomplete.cxx:
5055         * plugins/editor/aneditor-priv.h:
5056         * plugins/editor/aneditor.cxx:
5057         * plugins/editor/aneditor.h: Commented out dead codes.
5059         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
5060         Do not build symbol-db by
5061         default. Added 'unstable' in plugin description to signify it's
5062         developmental state.
5064         * plugins/file-manager/Makefile.am,
5065         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
5067 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
5069         * plugins/debug-manager/utilities.c,
5070         plugins/debug-manager/utilities.h,
5071         plugins/debug-manager/threads.c,
5072         plugins/debug-manager/plugin.c,
5073         plugins/debug-manager/plugin.h,
5074         plugins/debug-manager/disassemble.h,
5075         plugins/debug-manager/watch.c,
5076         plugins/debug-manager/watch.h,
5077         plugins/debug-manager/breakpoints.c,
5078         plugins/debug-manager/stack_trace.c:
5079         Replace few remaining function calls by signal 
5081         * plugins/debug-manager/disassemble.c,
5082         plugins/debug-manager/registers.c,
5083         plugins/debug-manager/memory.c,
5084         plugins/debug-manager/locals.c,
5085         plugins/debug-manager/queue.c,
5086         plugins/debug-manager/queue.h:
5087         Connect signals when debugger is started
5088         Disconnect them when debugger is stopped
5089         Do not display window if debugger doesn't support feature
5091         * plugins/gdb/plugin.c,
5092         libanjuta/interfaces/libanjuta.idl:
5093         Remove unused initialization function
5095 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5097         * configure.in:
5098         * plugins/file-manager/Makefile.am:
5099         * scripts/build-schemas.mk: Fixed 'make distcheck'
5101 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5103         * manuals/reference/libanjuta/libanjuta-docs.sgml,
5104         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
5105         to latest API additions.
5107         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
5108         to API changes.
5110 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
5112         * ChangeLog: Fixed indentation.
5113         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
5114         branch.
5116 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
5118         * libanjuta/interfaces/libanjuta.idl:
5119         * plugins/build-basic-autotools/build-basic-autotools.c:
5120         (build_compile_file_real), (build_build_project),
5121         (build_install_project), (build_clean_project),
5122         (build_configure_project), (build_autogen_project),
5123         (build_distribution_project), (build_build_module),
5124         (build_install_module), (build_clean_module), (fm_build),
5125         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
5126         (finalize), (basic_autotools_plugin_instance_init),
5127         (ibuildable_set_command), (ibuildable_reset_commands),
5128         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
5129         (ibuildable_install), (ibuildable_configure),
5130         (ibuildable_generate), (ibuildable_iface_init):
5131         * plugins/build-basic-autotools/build-basic-autotools.h:
5133         Added API for commands override in build interface and implemented
5134         them in build plugin. Useful for other plugins override build
5135         commands depending on project environment.
5137 2007-10-28  Naba Kumar  <naba@gnome.org>
5139         * src/anjuta.glade,
5140         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5141         Fixed widget alignment for dock switcher tab style combo and
5142         scratchbox path entrybox.
5144 2007-10-28  Johannes Schmid <jhs@gnome.org>
5146         * plugins/document-manager/plugin.c: (on_editor_changed):
5147         Fixed a memory leak and simplified code (thanks again Sébastien)
5148         
5149         * configure.in:
5150         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
5151         and OFFSET sql statements)
5153 2007-10-28  Massimo Cora' <maxcvs@email.it>
5155         * plugins/symbol-db/plugin.c,
5156         plugins/symbol-db/symbol-db-engine.h,
5157         plugins/symbol-db/symbol-db-view.c,
5158         plugins/symbol-db/symbol-db-view.c,
5159         plugins/symbol-db/symbol-db-view-locals.c,
5160         plugins/symbol-db/symbol-db-view-locals.h,
5161         plugins/symbol-db/symbol-db-engine.c:
5162         Better end-of-file-scan detection, permitting
5163         an improved scope/inheritance parsing.
5164         Locals tab gtktree now displays correct
5165         namespace->class->children tree, even if
5166         in a C++ file there isn't class declaration.
5168 2007-10-27  Johannes Schmid <jhs@gnome.org>
5170         Patch from Stanislav Brabec <sbrabec@suse.cz>
5171         * configure.in:
5172         Bug 489798 – Do not rely on svn-config
5174         Patch from Michael Wolf <maw@ximian.com>:
5175         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
5176         (egg_tree_model_filter_remove_node),
5177         (egg_tree_model_filter_row_deleted):
5178         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
5180 2007-10-27  Johannes Schmid <jhs@gnome.org>
5182         * plugins/devhelp/anjuta-devhelp.ui:
5183         * plugins/message-view/anjuta-message-manager.ui:
5185         Added some separators to the toolbar
5186         
5187         * plugins/document-manager/plugin.c:
5188         (on_support_plugin_deactivated), (load_new_support_plugins),
5189         (unload_unused_support_plugins), (on_editor_changed):
5190         
5191         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
5192         for pointing out that is was crap.
5194 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
5196         * libanjuta/interfaces/libanjuta.idl,
5197         libanjuta/anjuta-plugin-manager.c,
5198         libanjuta/anjuta-plugin-manager.h,
5199         libanjuta/anjuta-c-plugin-factory.c,
5200         libanjuta/anjuta-c-module.h,
5201         libanjuta/anjuta-c-module.c:
5202         Report detailled error message in case of plugin loading failure
5204 2007-10-24  Johannes Schmid <jhs@gnome.org>
5206         * configure.in:
5207         * plugins/Makefile.am:
5208         
5209         Activate build of symbol-db plugin (when libgda is available)
5210         
5211         * plugins/document-manager/plugin.c:
5212         (on_support_plugin_deactivated), (on_editor_changed):
5213         
5214         Properly handle language support plugins even when they are
5215         unloaded by the session.
5216         
5217         * plugins/symbol-db/plugin.c: (register_stock_icons),
5218         Port to new REGISTER_ICONS stuff
5219   
5220 2007-10-22  Massimo Cora'  <maxcvs@email.it>
5222         * plugins/symbol-db/plugin.c,
5223         * plugins/symbol-db/symbol-db-view.c
5224         * plugins/symbol-db/symbol-db-engine.h,
5225         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5226         * plugins/symbol-db/symbol-db-view-locals.c,
5227         * plugins/symbol-db/symbol-db-view-locals.h,
5228         * plugins/symbol-db/symbol-db-engine.c:
5229         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5230         Added a new algorithm for dynamic population of the local symbols' tab.
5231         Now the default view is tree-like.
5232         Some fixes on engine correct some population issues.    
5234 2007-10-23  Naba Kumar  <naba@gnome.org>
5236         * plugins/glade/Makefile.am: Corrected conditional not to install
5237         .plugin file if plugin is disabled.
5238         * plugins/sourceview/Makefile.am: Corrected conditional not to
5239         install schemas if plugin is not built.
5241 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
5243         * plugins/debug-manager/queue.c:
5244         Fix #488061: Mutiple crash dialogs
5246         * plugins/gdb/debugger.c,
5247         plugins/gdb/debugger.h:
5248         Remove maximum gdb command length, should fix bug#474811
5250 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
5252         * manuals/reference/libanjuta/plugin-description-file.sgml,
5253         manuals/reference/libanjuta/libanjuta-docs.sgml,
5254         manuals/reference/libanjuta/libanjuta-sections.txt,
5255         libanjuta/interfaces/libanjuta.idl,
5256         libanjuta/anjuta-c-module.c,
5257         libanjuta/anjuta-c-plugin-factory.c:
5258         Document last changes in plugin code
5260 2007-10-19  Johannes Schmid <jhs@gnome.org>
5262         * plugins/subversion/subversion-callbacks.c: (check_filename):
5263         
5264         Fixed #487854 – Anjuta crashes when i try to add a SVN url
5266 2007-10-19  Naba Kumar  <naba@gnome.org>
5268         * plugins/file-manager/file-model.c: Fixed a critical runtime
5269         warning.
5271 2007-10-18  Johannes Schmid <jhs@gnome.org>
5273         * libanjuta/anjuta-ui.h:
5274         Small fix on icon macros
5275         
5276         * libanjuta/interfaces/libanjuta.idl:
5277         * plugins/language-manager/plugin.c: (ilanguage_get_name),
5278         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5279         (ilanguage_iface_init):
5280         
5281         Added get_from_editor() and get_name_from_editor() methods
5282         to IAnjutaLanguage
5283         
5284         * plugins/document-manager/plugin.c:
5285         (update_editor_ui_interface_items), (on_editor_changed):
5286         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5287         .in:
5288         * plugins/language-support-cpp-java/plugin.c: (install_support):
5289         
5290         Ported plugins to use the new interface
5292 2007-10-17  Johannes Schmid <jhs@gnome.org>
5294         * libanjuta/anjuta-ui.h:
5295         
5296         Added macros to register stock icons to stop all this copy&paste
5297         which had spread over a lot of files. New macros support to add 
5298         icons with toolbar and menu size (16 and 24)
5299         
5300         * plugins/class-inheritance/plugin.c: (register_stock_icons):
5301         * plugins/debug-manager/images/anjuta-attach.svg:
5302         * plugins/debug-manager/images/anjuta-step-out.svg:
5303         * plugins/debug-manager/images/anjuta-step-over.svg:
5304         * plugins/debug-manager/plugin.c: (register_stock_icons):
5305         * plugins/document-manager/images/Makefile.am:
5306         * plugins/document-manager/images/anjuta-block-end.svg:
5307         * plugins/document-manager/images/anjuta-block-start.svg:
5308         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5309         * plugins/document-manager/images/anjuta-bookmark.svg:
5310         * plugins/document-manager/images/anjuta-go-history-next.svg:
5311         * plugins/document-manager/images/anjuta-go-history-prev.svg:
5312         * plugins/document-manager/plugin.c: (register_stock_icons):
5313         * plugins/glade/plugin.c: (register_stock_icons):
5314         * plugins/language-support-cpp-java/plugin.c:
5315         (register_stock_icons):
5316         * plugins/message-view/Makefile.am:
5317         * plugins/message-view/anjuta-go-message-next.svg:
5318         * plugins/message-view/anjuta-go-message-prev.svg:
5319         * plugins/message-view/anjuta-message-view.svg:
5320         * plugins/message-view/messages.xpm:
5321         * plugins/message-view/plugin.c: (register_stock_icons):
5322         * plugins/patch/plugin.c: (patch_plugin_activate):
5323         * plugins/project-manager/plugin.c: (register_stock_icons):
5324         * plugins/search/Makefile.am:
5325         * plugins/search/anjuta-go-match-next.svg:
5326         * plugins/search/anjuta-go-match-prev.svg:
5327         * plugins/search/plugin.c: (activate_plugin):
5328         * plugins/symbol-browser/plugin.c: (register_stock_icons):
5329         * plugins/terminal/terminal.c: (register_stock_icons):
5330         * plugins/valgrind/plugin.c: (register_stock_icons):
5331         
5332         Updated to use the new icons and added several new and updated 
5333         icons from #480093
5335 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
5337         * libanjuta/anjuta-plugin-handle.c,
5338         libanjuta/anjuta-plugin-handle.h:
5339         Add a new path property containing the directory of the .plugin
5340         file, library file (.so or whatever) must be in the same directory
5342         * libanjuta/anjuta-plugin-manager.c,
5343         libanjuta/interfaces/libanjuta.idl,
5344         (removed) libanjuta/anjuta-glue-plugin.c,
5345         (removed) libanjuta/anjuta-glue-plugin.h,
5346         (removed) libanjuta/anjuta-glue-c.c,
5347         (removed) libanjuta/anjuta-glue-c.h,
5348         (removed) libanjuta/anjuta-glue-cpp.c,
5349         (removed) libanjuta/anjuta-glue-cpp.h,
5350         (removed) libanjuta/anjuta-glue-factory.c,
5351         (removed) libanjuta/anjuta-glue-factory.h,
5352         (added) libanjuta/anjuta-c-module.c,
5353         (added) libanjuta/anjuta-c-module.h,
5354         (added) libanjuta/anjuta-c-plugin-factory.c,
5355         (added) libanjuta/anjuta-c-plugin-factory.h,
5356         libanjuta/Makefile.am:
5357         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5358         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5359         implementing IAnjutaPluginFactory
5360         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5362         * libanjuta/libanjuta.h:
5363         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5364         interface)
5366         * libanjuta/anjuta-plugin.h:
5367         Replace AnjutaGluePlugin by GTypeModule
5368         Remove unused anjuta_glue_get_component_type replaced by
5369         g_type_from_name
5371         * plugins/build-basic-autotools/build-basic-autotools.h,
5372         plugins/class-gen/plugin.h,
5373         plugins/class-inheritance/plugin.h,
5374         plugins/cvs-plugin/plugin.h,
5375         plugins/debug-manager/plugin.h,
5376         plugins/devhelp/plugin.h,
5377         plugins/document-manager/plugin.h,
5378         plugins/editor/plugin.h,
5379         plugins/file-loader/plugin.h,
5380         plugins/file-wizard/plugin.h,
5381         plugins/gdb/plugin.h,
5382         plugins/glade/plugin.h,
5383         plugins/gtodo/plugin.h,
5384         plugins/indent/plugin.h,
5385         plugins/language-manager/plugin.h,
5386         plugins/language-support-cpp-java/plugin.h,
5387         plugins/macro/plugin.h,
5388         plugins/message-view/plugin.h,
5389         plugins/patch/plugin.h,
5390         plugins/profiler/plugin.h,
5391         plugins/project-import/plugin.h,
5392         plugins/project-manager/plugin.h,
5393         plugins/project-wizard/plugin.h,
5394         plugins/sample1/plugin.h,
5395         plugins/search/plugin.h,
5396         plugins/sourceview/plugin.h,
5397         plugins/subversion/plugin.h,
5398         plugins/symbol-browser/plugin.h,
5399         plugins/symbol-db/plugin.h,
5400         plugins/terminal/terminal.c,
5401         plugins/tools/plugin.h,
5402         plugins/valgrind/plugin.h:
5403         Replace AnjutaGluePlugin by GTypeModule
5405 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5407         * plugins/debug-manager/breakpoints.c:
5408         Fix bug#487112, crash while removing a breakpoint in a new file
5410 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5412         * plugins/document-manager/search-box.c:
5413         Fix a crash (with an useful comment) focus-out-event handler must
5414         return a gboolean
5416 2007-10-14 Johannes Schmid <jhs@gnome.org>
5418         * plugins/sourceview/sourceview.c:
5419         Hide calltip when "Up" or "Down" key is pressed
5421 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5423         * plugins/document-manager/search-box.c:
5424         Change included file order to avoid a compile error with gnome 2.16
5426 2007-10-13  Johannes Schmid <jhs@gnome.org>
5428         * plugins/debug-manager/plugin.c: (enable_log_view):
5429         
5430         Fixed crash when closing a project and unloading another while
5431         the debugger is enabled
5433 2007-10-13  Johannes Schmid <jhs@gnome.org>
5435         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5436         
5437         Use correct breakpoint icon
5438         
5439         * plugins/devhelp/Makefile.am:
5440         * plugins/devhelp/anjuta-go-help-next.svg:
5441         * plugins/devhelp/anjuta-go-help-prev.svg:
5442         * plugins/devhelp/plugin.c: (register_stock_icons),
5443         (devhelp_activate):
5444         
5445         Added new icons from #480093
5446         
5447         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5448         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5449         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5450         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5451         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5452         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5453         * plugins/message-view/anjuta-go-message-next.svg:
5454         * plugins/message-view/anjuta-go-message-prev.svg:
5455         
5456         Updated icons from #480093
5457                 
5458         * src/anjuta-actions.h:
5459         Use GTK_STOCK_FULLSCREEN
5460         
5461         * src/anjuta-app.c: (on_gdl_style_changed),
5462         (anjuta_app_instance_init):
5463         * src/anjuta.glade:
5464         
5465         Added preference option to set the gdl switcher style
5467 2007-10-13  Johannes Schmid <jhs@gnome.org>
5469         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5470         (get_property_value_as_string), (set_property_value_as_string),
5471         (register_callbacks):
5472         * libanjuta/anjuta-preferences.h:
5473         
5474         Support GtkFileChooserButton as preferences widget
5475         
5476         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5477         
5478         Fixed a Gtk-Critical
5479         
5480         * plugins/file-manager/Makefile.am:
5481         * plugins/file-manager/file-model.c: (file_model_filter_file),
5482         (file_model_add_dummy), (file_model_expand_idle),
5483         (file_model_set_property), (file_model_get_property),
5484         (file_model_class_init):
5485         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5486         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5487         (file_manager_activate), (file_manager_finalize),
5488         (file_manager_instance_init), (ipreferences_merge),
5489         (ipreferences_unmerge), (ipreferences_iface_init):
5490         * plugins/file-manager/plugin.h:
5491         
5492         Added preferences to file-manager
5494         * plugins/glade/plugin.c: (activate_plugin):
5495         
5496         Move Properties widget into center because it is way to big
5497         for the sidebar
5499 2007-10-10  Johannes Schmid <jhs@gnome.org>
5501         * plugins/language-support-cpp-java/Makefile.am:
5502         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5503         * plugins/language-support-cpp-java/anjuta-complete.svg:
5504         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5505         * plugins/language-support-cpp-java/plugin.c:
5506         (register_stock_icons):
5507         
5508         And yet some more icons...
5510 2007-10-10  Johannes Schmid <jhs@gnome.org>
5512         * plugins/debug-manager/breakpoints.c:
5513         * plugins/debug-manager/images/Makefile.am:
5514         * plugins/debug-manager/images/anjuta-bookmark.svg:
5515         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5516         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5517         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5518         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5519         * plugins/debug-manager/images/anjuta-linemark.svg:
5520         * plugins/debug-manager/images/anjuta-pcmark.svg:
5521         * plugins/debug-manager/plugin.c: (register_stock_icons):
5522         * plugins/debug-manager/sparse_view.c:
5523         * plugins/document-manager/images/Makefile.am:
5524         * plugins/document-manager/images/anjuta-block-select.svg:
5525         * plugins/document-manager/images/anjuta-fold-close.svg:
5526         * plugins/document-manager/images/anjuta-fold-open.svg:
5527         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5528         * plugins/document-manager/images/anjuta-indent-less.svg:
5529         * plugins/document-manager/images/anjuta-indent-more.svg:
5530         * plugins/document-manager/images/anjuta-swap.svg:
5531         * plugins/document-manager/images/block_select.xpm:
5532         * plugins/document-manager/images/fold_close.xpm:
5533         * plugins/document-manager/images/fold_open.xpm:
5534         * plugins/document-manager/images/fold_toggle.xpm:
5535         * plugins/document-manager/images/indent.xpm:
5536         * plugins/document-manager/images/indent_dcr.xpm:
5537         * plugins/document-manager/images/indent_inc.xpm:
5538         * plugins/document-manager/plugin.c: (register_stock_icons):    
5539         * plugins/editor/Makefile.am:
5540         * plugins/editor/anjuta-bookmark-16.xpm:
5541         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5542         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5543         * plugins/editor/anjuta-linemark-16.xpm:
5544         * plugins/editor/anjuta-pcmark-16.xpm:
5545         * plugins/editor/bookmark.xpm:
5546         * plugins/editor/breakpoint-disabled.xpm:
5547         * plugins/editor/breakpoint-enabled.xpm:
5548         * plugins/editor/linemarker.xpm:
5549         * plugins/editor/program-counter.xpm:
5550         * plugins/editor/text_editor.c:
5551         * plugins/message-view/Makefile.am:
5552         * plugins/message-view/anjuta-go-message-next.svg:
5553         * plugins/message-view/anjuta-go-message-prev.svg:
5554         * plugins/message-view/anjuta-message-manager.ui:
5555         * plugins/message-view/plugin.c:
5556         * plugins/sourceview/Makefile.am:
5557         * plugins/sourceview/sourceview.c:
5559         Integrated lots of icons from #480093
5560         Thanks to <tpgww@onepost.net>
5562         * plugins/document-manager/plugin.c:
5563         Do not mark the line in ifile_open(), that looks ugly.
5564         
5565         * plugins/document-manager/search-box.c: (on_search_focus_out),
5566         (search_box_init):
5567         Clear the status bar on focus_out.
5568         
5569         * plugins/file-loader/anjuta-loader-plugin.ui:
5570         Fixed a missing "="
5572 2007-10-09  Johannes Schmid <jhs@gnome.org>
5574         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5575         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5577         Some things I missed in the patch for #484419
5578         
5579         * plugins/document-manager/action-callbacks.c:
5580         (on_new_file_activate):
5581         * plugins/document-manager/action-callbacks.h:
5582         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5583         (on_window_key_press_event), (on_gconf_notify_timer):
5584         
5585         484645 – patch to deal with docman FIXME etc
5586         
5587         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5588         * plugins/search/search-replace.c: (search_and_replace),
5589         (write_message_pane), (search_replace_populate),
5590         (translate_dialog_strings), (create_dialog),
5591         (anjuta_search_replace_activate):
5592         * plugins/search/search-replace_backend.c:
5593         (file_buffer_new_from_path), (get_next_match),
5594         (create_search_entries), (regex_backref),
5595         (clear_search_replace_instance):
5596         * plugins/search/search-replace_backend.h:
5597         
5598         #484573 – patch to correct various search-related issues
5599         
5600         Thanks for the above patches to <tpgww@onepost.net>
5601         
5602         * plugins/sourceview/sourceview.c:
5603         (sourceview_create_highligth_indic):
5604         
5605         Use the same marker for important as gedit (yellow background)
5607         * plugins/document-manager/anjuta-document-manager.ui:
5608         * plugins/file-loader/anjuta-file-loader.ui:
5609         * plugins/file-loader/plugin.c:
5610         
5611         Moved FileNew action to document-manager
5613 2007-10-08  Johannes Schmid <jhs@gnome.org>
5615         * plugins/document-manager/search-box.c: (on_search_activated):
5616         Mark messages for translation
5618 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5620         reviewed by: Johannes Schmid <jhs@gnome.org>
5622         * plugins/Makefile.am:
5623         * plugins/build-basic-autotools/build-basic-autotools.c:
5624         (build_compile_file_real):
5625         * plugins/search/search-replace.c:
5626         * plugins/valgrind/preferences.c: (build_general_prefs):
5627         
5628         Fix #484379 – Contents of Makefile.am plugins and
5629         #484419 – Improvement into translation
5631 2007-10-06  Johannes Schmid <jhs@gnome.org>
5633         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5635         Fixed to properly support pointer-to-pointer (**) types
5637         * libanjuta/interfaces/libanjuta.idl:
5638         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5639         * plugins/sourceview/sourceview-cell.h:
5640         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5641         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5642         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5643         (isearch_backward), (isearch_iface_init):
5644         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5645         (itext_editor_iface_init), (iselection_set_iter),
5646         (iselection_get_start_iter), (iselection_get_end_iter),
5647         (iselection_iface_init), (isearch_forward), (isearch_backward),
5648         (isearch_iface_init):
5649         
5650         Added IAnjutaEditorSearch interface and some utility methods to
5651         migrate from positions to iterators for the editor interface.
5652         
5653         * plugins/document-manager/Makefile.am:
5654         * plugins/document-manager/action-callbacks.c:
5655         (on_goto_line_no1_activate), (on_show_search):
5656         * plugins/document-manager/action-callbacks.h:
5657         * plugins/document-manager/anjuta-docman.c:
5658         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5659         (anjuta_docman_grab_text_focus):
5660         * plugins/document-manager/anjuta-document-manager.ui:
5661         * plugins/document-manager/goto_line.c: (removed)
5662         * plugins/document-manager/goto_line.h: (removed)
5663         * plugins/document-manager/search-box.c:
5664         * plugins/document-manager/search-box.h:
5665         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5666         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5667         (update_editor_ui_interface_items), (on_editor_added),
5668         (activate_plugin), (deactivate_plugin):
5669         * plugins/document-manager/plugin.h:
5670         
5671         Created new incremental "Quick Search" bar in the document manager to
5672         replace the crappy EggToolbar entries. Uses the new search interface and
5673         it thus much faster and more reliable.
5674         Fixes: 
5675         Bug 357544 – incremental search should work consistently (or not at all) 
5676         when main toolbar is hidden
5677         Bug 440637 – Search, don't work very well (partly for incremental search)
5678         
5679         * plugins/search/anjuta-search.ui:
5680         * plugins/search/plugin.c: (activate_plugin):
5681         
5682         Removed incremental search stuff
5683         
5684         * plugins/build-basic-autotools/build-basic-autotools.c:
5685         (on_session_save), (on_session_load):
5686         * plugins/build-basic-autotools/executer.c:
5687         (get_program_parameters):
5688         
5689         Scroll to selected executable and remember it across sessions
5690         (followup of #477976)
5691         
5692         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5693         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5694         
5695         * plugins/devhelp/anjuta-devhelp.ui:
5696         Rearraged toolbar items a bit
5698 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5700         * plugins/debug-manager/command.c,
5701         plugins/debug-manager/queue.c,
5702         plugins/gdb/plugin.c,
5703         plugins/gdb/debugger.c:
5704         Fix several crashing bugs (including bug#482985) with the debugger
5705         when closing project, stopping the debugger, restarting the program
5707 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5709         * libanjuta/anjuta-launcher.c:
5710         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5712 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5714         * plugins/debug-manager/command.c,
5715         plugins/debug-manager/queue.c:
5716         Asynchronous command can abort other commands in queue
5717         Resynchronize debugger state when a command is cancelled
5719         * plugins/debug-manager/breakpoints.c:
5720         Free BreakpointItem only when it is not used anymore
5722         * plugins/gdb/plugin.c:
5723         Do not return TRUE if the callback and/or ready signal is not used
5725         * plugins/gdb/debugger.c:
5726         Fix a crash, return correct state when debugger is stopped
5728 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5730         * plugins/project-wizard/autogen.c:
5731         Fix bug#482067, escape project wizard user defined strings
5733 2007-10-01  Johannes Schmid <jhs@gnome.org>
5735         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5736         .glade:
5737         * plugins/build-basic-autotools/build-basic-autotools.c:
5738         (basic_autotools_plugin_instance_init):
5739         * plugins/build-basic-autotools/build-basic-autotools.h:
5740         * plugins/build-basic-autotools/executer.c:
5741         (get_program_parameters):
5742         
5743         Fixed #477976 – Keybinding in run dialog
5745 2007-09-30  Johannes Schmid <jhs@gnome.org>
5747         * plugins/Makefile.am:
5748         Do not build indent plugin (yet)
5749         
5750         * plugins/document-manager/plugin.c: (ipreferences_merge):
5751         Fixed unintentional and wrong change
5753         * plugins/indent/anjuta-indent.ui:
5754         Added missing file
5756 2007-09-28  Johannes Schmid <jhs@gnome.org>
5758         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5759         * libanjuta/anjuta-launcher.h:
5760         Add a method to send EOF to some process. Needed for the indent plugin
5761         and should be useful in general. It does not actually send EOF as this
5762         is not possible with utf-8, but closes the stream instead.
5764         * plugins/devhelp/plugin.c: (value_added_current_editor):
5765         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5766         IAnjutaDocument switch.
5768         * configure.in:
5769         * plugins/Makefile.am:
5770         * plugins/document-manager/Makefile.am:
5771         * plugins/document-manager/action-callbacks.c:
5772         * plugins/document-manager/anjuta-document-manager.glade:
5773         * plugins/document-manager/anjuta-document-manager.ui:
5774         * plugins/document-manager/images/Makefile.am:
5775         * plugins/document-manager/images/indent_auto.xpm:
5776         * plugins/document-manager/images/indent_set.xpm:
5777         * plugins/document-manager/indent-dialog.c:
5778         * plugins/document-manager/indent-dialog.h:
5779         * plugins/document-manager/indent-util.c:
5780         * plugins/document-manager/indent-util.h:
5781         * plugins/document-manager/indent_test.c:
5782         * plugins/document-manager/plugin.c: (register_stock_icons),
5783         (docman_plugin_instance_init), (ipreferences_merge):
5784         * plugins/document-manager/plugin.h:
5785         
5786         Removed indent code from document manager
5787         
5788         * plugins/indent/Makefile.am:
5789         * plugins/indent/indent-dialog.c:
5790         * plugins/indent/indent-util.c: (indent_init_indent_style):
5791         * plugins/indent/indent.glade:
5792         * plugins/indent/indent.plugin.in:
5793         * plugins/indent/plugin.c: (on_indent_finished),
5794         (on_indent_output), (on_indent_action_activate),
5795         (on_edit_editor_indent), (on_style_combo_changed),
5796         (value_added_current_editor), (value_removed_current_editor),
5797         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5798         (indent_plugin_finalize), (indent_plugin_dispose),
5799         (anjuta_indent_plugin_instance_init),
5800         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5801         (ipreferences_unmerge), (ipreferences_iface_init):
5802         * plugins/indent/plugin.h:
5804         Moved indent code to it's own plugin. Also reimplemented indent invocation
5805         using anjuta_launcher and streams. This is not yet completely working, maybe
5806         I got something wrong with the launcher.
5807         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5809 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5811         * plugins/debug-manager/plugin.c:
5812         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5814 2007-09-27  Johannes Schmid <jhs@gnome.org>
5816         * libanjuta/interfaces/libanjuta.idl:
5817         * plugins/Makefile.am:
5818         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5819         (isymbol_type_str), (isymbol_name), (isymbol_args),
5820         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5821         (isymbol_impl), (isymbol_iface_init):
5822         * plugins/symbol-browser/an_symbol_info.c:
5823         * plugins/symbol-browser/an_symbol_info.h:
5824         * plugins/symbol-db/Makefile.am:
5825         * plugins/symbol-db/plugin.c:
5826         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5827         (value_added_current_editor), (on_editor_foreach_clear),
5828         (value_removed_current_editor), (project_root_added),
5829         (symbol_db_activate), (symbol_db_deactivate),
5830         (isymbol_manager_search):
5831         * plugins/symbol-db/readtags.c: (initialize_1):
5832         * plugins/symbol-db/symbol-db-engine-iterator.c:
5833         (sdb_engine_iterator_instance_init),
5834         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5835         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5836         (symbol_db_engine_iterator_move_next),
5837         (symbol_db_engine_iterator_move_prev),
5838         (symbol_db_engine_iterator_get_n_items),
5839         (symbol_db_engine_iterator_last),
5840         (symbol_db_engine_iterator_set_position),
5841         (symbol_db_engine_iterator_get_position),
5842         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5843         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5844         (isymbol_iter_foreach), (isymbol_iter_set_position),
5845         (isymbol_iter_get_position), (isymbol_iter_get_length),
5846         (isymbol_iter_clone), (isymbol_iter_assign),
5847         (isymbol_iter_iface_init):
5848         * plugins/symbol-db/symbol-db-engine-iterator.h:
5849         * plugins/symbol-db/symbol-db-engine.c:
5850         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5851         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5852         (sdb_engine_finalize), (sdb_engine_get_type),
5853         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5854         (sdb_engine_get_table_id_by_unique_name2),
5855         (sdb_engine_get_table_id_by_unique_name3),
5856         (symbol_db_engine_add_new_workspace),
5857         (symbol_db_engine_get_opened_project_name),
5858         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5859         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5860         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5861         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5862         (sdb_engine_add_new_scope_definition),
5863         (sdb_engine_add_new_tmp_heritage_scope),
5864         (sdb_engine_second_pass_update_scope_1),
5865         (sdb_engine_second_pass_update_heritage),
5866         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5867         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5868         (symbol_db_engine_update_project_symbols),
5869         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5870         (symbol_db_engine_update_buffer_symbols),
5871         (sdb_engine_walk_down_scope_path),
5872         (sdb_engine_prepare_symbol_info_sql),
5873         (symbol_db_engine_get_global_members),
5874         (symbol_db_engine_get_scope_members_by_symbol_id),
5875         (symbol_db_engine_get_scope_members),
5876         (symbol_db_engine_get_current_scope),
5877         (symbol_db_engine_get_file_symbols):
5878         * plugins/symbol-db/symbol-db-engine.h:
5879         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5880         (on_symbol_updated), (on_symbol_inserted),
5881         (symbol_db_view_locals_get_line),
5882         (symbol_db_view_locals_update_list):
5883         * plugins/symbol-db/symbol-db-view-search.c:
5884         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5885         * plugins/symbol-db/symbol-db-view-search.h:
5886         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5887         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5888         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5889         * plugins/symbol-db/tables.sql:
5890         * plugins/symbol-db/test/Makefile.am:
5891         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5892         Updated patch from Massimo to improve symbol-db plugin
5894         * plugins/document-manager/plugin.c: (on_editor_changed):
5895         Make the code a bit more robust
5896         
5897         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5898         (anjuta_document_get_property), (anjuta_document_class_init),
5899         (anjuta_document_init), (set_uri), (document_loader_loaded),
5900         (anjuta_document_load), (document_saver_saving):
5901         * plugins/sourceview/anjuta-document.h:
5902         * plugins/sourceview/sourceview.c: (autodetect_language),
5903         (ilanguage_set_language), (ilanguage_get_language):
5904         Fix language detection on startup
5906 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5908         * plugins/document-manager/action-callbacks.c:
5909         (on_editor_command_upper_case_activate),
5910         (on_editor_command_lower_case_activate): Leftover commit from previous
5911         commit (see last changlog entry by me).
5912         
5913         * plugins/file-manager/plugin.c: (file_manager_activate):
5914         Gave proper widget name so that layout works.
5916 2007-09-26  Johannes Schmid <jhs@gnome.org>
5918         * plugins/document-manager/plugin.c: (on_editor_changed),
5919         (docman_plugin_instance_init):
5920         Only unload/load language-support plugins if necessary.
5921         
5922         * plugins/language-manager/plugin.c: (language_manager_activate):
5923         Removed some debugging code
5925         * plugins/sourceview/sourceview.c: (on_document_saved),
5926         (ilanguage_set_language), (ilanguage_get_language):
5927         Fixed ianjuta_language interface and ensure that highlighting is
5928         activated when a new file is saved.
5929         
5930 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5932         * libanjuta/interfaces/libanjuta.idl:
5933         * plugins/document-manager/action-callbacks.c:
5934         (on_editor_command_upper_case_activate),
5935         (on_editor_command_lower_case_activate):
5936         * plugins/editor/text_editor.c: (iselection_has_selection),
5937         (iselection_get_start), (iselection_get_end),
5938         (iselection_iface_init):
5939         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5940         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5941         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5942         method and implemented it for both scintilla and sourceview editors.
5943         Updated document-manager and assist plugins to use the new method.
5945 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5947         * plugins/file-manager/file-view.c:
5948         Fix typo, allow to compile new file manager with gtk < 2.12
5950 2007-09-25  Johannes Schmid <jhs@gnome.org>
5952         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5953         Support Auto-Indent for single lines (e.g no selection);
5954         
5955         * plugins/macro/plugin.c:
5956         Do not use the same shortcut as auto-indent does
5957         
5958         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5959         Optimized keyboard navigation - do not emit char_added when only
5960         navigation keys have been pressed.
5962 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5964         * plugins/language-support-cpp-java/cpp-java-assist.c:
5965         (on_assist_chosen), (cpp_java_assist_install),
5966         (cpp_java_assist_uninstall):
5967         * plugins/language-support-cpp-java/plugin.c: (install_support),
5968         (uninstall_support): Install and uninstall support in correct order.
5969         Fixes a bug where it was installed multiple times resulting in
5970         inserting autocomplete text multiple times.
5972 2007-09-25  Johannes Schmid <jhs@gnome.org>
5974         * configure.in:
5975         Add GNOME_WARNING_FLAGS(maximum) and
5976         GNOME_CXX_WARNIGS(yes) to avoid bugs
5977         the compiler can warn you.
5978         
5979         * libegg/test-tree-utils.c: (key_test):
5980         * plugins/file-manager/file-model.c:
5981         (file_model_cancel_expand_idle), (file_model_sort),
5982         (file_model_row_expanded):
5983         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5984         (file_view_refresh), (file_view_get_selected), (file_view_init),
5985         (file_view_new):
5986         * plugins/file-manager/file-view.h:
5987         * plugins/symbol-db/readtags.c: (initialize_1):
5988         * src/main.c:
5989         
5990         Fixed the more critical warnings
5992 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5994         Icons from tpgww@onepost.net:
5995         * configure.in:
5996         * plugins/debug-manager/Makefile.am:
5997         * plugins/debug-manager/images/Makefile.am:
5998         * plugins/debug-manager/images/anjuta-attach.svg:
5999         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
6000         * plugins/debug-manager/images/anjuta-step-into.svg:
6001         * plugins/debug-manager/images/anjuta-step-out.svg:
6002         * plugins/debug-manager/images/anjuta-step-over.svg:
6003         * plugins/debug-manager/plugin.c: (register_stock_icons):
6004         * plugins/document-manager/Makefile.am:
6005         * plugins/document-manager/block_select.xpm:
6006         * plugins/document-manager/fold_close.xpm:
6007         * plugins/document-manager/fold_open.xpm:
6008         * plugins/document-manager/fold_toggle.xpm:
6009         * plugins/document-manager/images/Makefile.am:
6010         * plugins/document-manager/images/anjuta-block-end.svg:
6011         * plugins/document-manager/images/anjuta-block-start.svg:
6012         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
6013         * plugins/document-manager/images/anjuta-bookmark-first.svg:
6014         * plugins/document-manager/images/anjuta-bookmark-last.svg:
6015         * plugins/document-manager/images/anjuta-bookmark-next.svg:
6016         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
6017         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
6018         * plugins/document-manager/indent.xpm:
6019         * plugins/document-manager/indent_auto.xpm:
6020         * plugins/document-manager/indent_dcr.xpm:
6021         * plugins/document-manager/indent_inc.xpm:
6022         * plugins/document-manager/indent_set.xpm:
6023         * plugins/document-manager/plugin.c: Added nicer icons for
6024         document manager and debugger. Organized icons in 'images'
6025         directories.
6027 2007-09-24  Johannes Schmid <jhs@gnome.org>
6029         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6030         Fixed a missing NULL in g_object_set.
6032 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6034         * plugins/language-support-cpp-java/cpp-java-assist.c:
6035         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
6036         scope memebers just after scope operator is entered.
6038 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6040         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6041         * plugins/language-support-cpp-java/cpp-java-assist.c:
6042         (completion_function), (completion_compare),
6043         (cpp_java_assist_tag_destroy), (create_completion),
6044         (cpp_java_assist_destroy_completion_cache),
6045         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
6046         Show '()' for function items in autocomplete list. Allow adding
6047         ' ' and/or '(' after function call autocompletion and have preferences
6048         settings for them.
6050 2007-09-24  Johannes Schmid <jhs@gnome.org>
6052         * sourceview.c: Reverting patch from r3157 because
6053         of side-effects
6055 2007-09-24  Johannes Schmid <jhs@gnome.org>
6057         * plugins/search/search-replace.c: (on_message_clicked):
6059         Fixed #427104 – No "highlight" of lines matching find-result
6061 2007-09-24  Johannes Schmid <jhs@gnome.org>
6063         * src/anjuta.glade:
6065         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
6067 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
6069         reviewed by: Johannes Schmid <jhs@gnome.org>
6071         * plugins/build-basic-autotools/executer.c: (execute_program):
6072         Fix #478238 – set env for execute programe in the terminal
6074 2007-09-24 Tom <tpgww@onepost.net>
6076         reviewed by: Johannes Schmid <jhs@gnome.org>
6078         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6079         Fix memory leak
6080         
6081         * plugins/debug-manager/disassemble.c: (on_disassemble):
6082         Correct a format string in DEBUG_PRINT()
6084 2007-09-23  Johannes Schmid <jhs@gnome.org>
6086         * plugins/sourceview/sourceview.c: (offset_to_position),
6087         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
6088         (ieditor_get_position), (iselect_set), (iselect_get_start),
6089         (iselect_get_end):
6090         
6091         Fixed #Bug 440637 – Search, don't work very well
6093 2007-09-23  Johannes Schmid <jhs@gnome.org>
6095         * plugins/file-manager/file-model.c: (file_model_get_filename):
6096         * plugins/file-manager/file-model.h:
6097         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
6098         (file_view_init), (file_view_class_init):
6099         * plugins/message-view/message-view.c:
6100         (message_view_query_tooltip), (message_view_dispose),
6101         (message_view_instance_init), (message_view_class_init):
6103         Added GTK+ 2.12 style tooltips to file-manager and message view.
6104         Only build if GTK+ 2.12 is availible otherwise for message-view, the
6105         old implementation is used.
6107 2007-09-23  Johannes Schmid <jhs@gnome.org>
6109         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
6110         Fixed typo
6111         
6112         * plugins/language-manager/language-manager.plugin.in:
6113         Marked UserActivatable=FALSE
6114         
6115         * plugins/language-manager/plugin.c: (load_languages),
6116         (language_manager_activate), (language_manager_deactivate),
6117         (language_manager_dispose), (language_manager_instance_init),
6118         (language_manager_find_mime_type), (language_manager_find_string),
6119         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
6120         (ilanguage_get_name), (ilanguage_get_strings):
6121         
6122         Fixed various stupid bugs in language-manager plugin
6123         
6124         * plugins/symbol-db/symbol-db-engine.c:
6125         (sdb_engine_second_pass_update_scope_1):
6126         
6127         Add a g_return_if_fail to avoid a crash though still unsure
6128         what's causing it.
6130 2007-09-23  Johannes Schmid <jhs@gnome.org>
6132         * plugins/symbol-db/plugin.c: (on_project_element_added),
6133         (sources_array_free), (sources_array_add_foreach),
6134         (project_root_added):
6135         * plugins/symbol-db/symbol-db-engine.c:
6136         (symbol_db_engine_add_new_files):
6137         * plugins/symbol-db/symbol-db-engine.h:
6138         
6139         Added support for other languages than "C" to symbol-db. Now
6140         supports all languages listed by the language-manager.
6142 2007-09-23  Tom <tpgww@onepost.net>
6144         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
6146         * configure.in:
6147         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
6148         
6149         * libanjuta/anjuta-glue-factory.c: (load_plugin),
6150         (anjuta_glue_factory_get_object_type):
6151         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6152         * plugins/build-basic-autotools/build-basic-autotools.c:
6153         (value_added_current_editor):
6154         * plugins/debug-manager/breakpoints.c:
6155         (breakpoints_dbase_edit_breakpoint),
6156         (on_toggle_breakpoint_activate):
6157         * plugins/debug-manager/plugin.c:
6158         (on_run_to_cursor_action_activate):
6159         * plugins/debug-manager/stack_trace.c:
6160         (dma_thread_update_stack_trace):
6161         * plugins/gdb/plugin.c:
6162         * plugins/glade/plugin.c: (ifile_open):
6163         * plugins/profiler/gprof-call-graph-view.c:
6164         * plugins/profiler/gprof-flat-profile-view.c:
6165         * plugins/profiler/gprof-function-call-tree-view.c:
6166         * plugins/profiler/gprof-options.c: (setup_widgets):
6167         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6168         * plugins/search/search-replace_backend.c:
6169         (file_buffer_new_from_te):
6170         * plugins/sourceview/assist-tip.c: (assist_tip_move):
6171         * plugins/sourceview/assist-window.c: (assist_window_set_property),
6172         (assist_window_get_property), (assist_window_move):
6173         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
6174         (value_added_current_editor):
6175         * plugins/symbol-db/plugin.c: (value_added_current_editor):
6176         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6177         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
6178         
6179         Many small code, warnings and leak fixes
6181 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
6183         * (removed) plugins/debug-manager/debugger.c,
6184         (removed) plugins/debug-manager/debugger.h,
6185         (added) plugins/debug-manager/command.c,
6186         (added) plugins/debug-manager/command.h,
6187         (added) plugins/debug-manager/queue.c,
6188         (added) plugins/debug-manager/queue.h,
6189         plugins/debug-manager/breakpoints.c,
6190         plugins/debug-manager/debug_tree.c,
6191         plugins/debug-manager/debug_tree.h,
6192         plugins/debug-manager/disassemble.c,
6193         plugins/debug-manager/disassemble.h,
6194         plugins/debug-manager/locals.c,
6195         plugins/debug-manager/locals.h,
6196         plugins/debug-manager/memory.c,
6197         plugins/debug-manager/memory.h,
6198         plugins/debug-manager/plugin.c,
6199         plugins/debug-manager/plugin.h,
6200         plugins/debug-manager/registers.c,
6201         plugins/debug-manager/registers.h,
6202         plugins/debug-manager/sharedlib.c,
6203         plugins/debug-manager/sharedlib.h,
6204         plugins/debug-manager/signals.c,
6205         plugins/debug-manager/signals.h,
6206         plugins/debug-manager/stack_trace.c,
6207         plugins/debug-manager/stack_trace.h,
6208         plugins/debug-manager/start.h,
6209         plugins/debug-manager/start.c,
6210         plugins/debug-manager/threads.c,
6211         plugins/debug-manager/threads.h,
6212         plugins/debug-manager/watch.c,
6213         plugins/debug-manager/watch.h,
6214         plugins/debug-manager/Makefile.am,
6215         plugins/gdb/debugger.c,
6216         plugins/gdb/debugger.h,
6217         plugins/gdb/plugin.c,
6218         libanjuta/interfaces/libanjuta.idl:
6219         Split debug-manager/debugger.c into command.c and queue.c
6220         Clean up debugger queue
6221         DmaDebuggerQueue object does not implement IAnjutaDebugger
6223 2007-09-23  Johannes Schmid <jhs@gnome.org>
6225         * configure.in:
6226         Bumped version to 2.3.0 (to ensure bugzilla bugs are
6227         set correctly, etc.)
6228         
6229         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6230         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6231         (plugin_set_update):
6232         
6233         Show an error dialog instead of crashing when plugin loading fails
6235         * plugins/language-manager/Makefile.am:
6236         * plugins/language-manager/language-manager.plugin.in:
6237         * plugins/language-manager/languages.xml:
6238         * plugins/language-manager/plugin.c: (language_destroy),
6239         (load_languages), (language_manager_activate),
6240         (language_manager_deactivate), (language_manager_finalize),
6241         (language_manager_dispose), (language_manager_instance_init),
6242         (language_manager_class_init), (language_manager_find_mime_type),
6243         (language_manager_find_string), (ilanguage_get_from_mime_type),
6244         (ilanguage_get_from_string), (ilanguage_get_name),
6245         (ilanguage_get_strings), (ilanguage_iface_init):
6246         * plugins/language-manager/plugin.h:
6247         
6248         Added new language-manager plugin to have a better organisation for
6249         language names. The xml probabaly needs to be extended over time.
6250         
6251         * plugins/Makefile.am:
6252         * plugins/document-manager/plugin.c: (on_editor_changed):
6253         
6254         Adapted to new IAnjutaLanguage interface. Do not unload language-support
6255         because it does not really save memory but makes tab switching slow.
6256         
6257         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6258         .in:
6259         * plugins/language-support-cpp-java/plugin.c: (install_support),
6260         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6261         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6262         unloading
6264         * plugins/language-support-cpp-java/cpp-java-assist.c:
6265         (cpp_java_assist_show_autocomplete):
6266         
6267         Fix autocomplete to only show valid completions
6269         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6270         Calltips always have correct size and position now
6272 2007-09-22  Johannes Schmid <jhs@gnome.org>
6274         * plugins/search/search-replace_backend.c: (get_next_match):
6275         Removed code introduced by accident that causes a crash.
6276         
6277         * plugins/sourceview/sourceview-tags.c:
6278         * plugins/sourceview/sourceview-tags.h:
6279         Removed ununsed files
6281 2007-09-22  Johannes Schmid <jhs@gnome.org>
6283         * plugins/language-support-cpp-java/cpp-java-assist.c:
6284         Fixed build error
6286 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6288         * plugins/language-support-cpp-java/cpp-java-assist.c:
6289         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6290         Increased matching brace search to 500 chars.
6292 2007-09-21  Johannes Schmid <jhs@gnome.org>
6294         * plugins/language-support-cpp-java/cpp-java-assist.c:
6295         (cpp_java_assist_get_pre_word),
6296         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6297         
6298         Added some profiling debug code
6299         
6300         * plugins/language-support-cpp-java/cpp-java-utils.c:
6301         (cpp_java_util_jump_to_matching_brace):
6302         * plugins/language-support-cpp-java/cpp-java-utils.h:
6303         * plugins/language-support-cpp-java/plugin.c:
6304         (get_line_indentation_base), (get_line_auto_indentation):
6305         
6306         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6307         avoid looping over the whole file when using calltips which is too slow and
6308         unneeded.
6309         
6310         * plugins/sourceview/assist-tip.c: (assist_tip_init),
6311         (assist_tip_set_tips), (assist_tip_get_coordinates),
6312         (assist_tip_new):
6313         * plugins/sourceview/sourceview.c: (iassist_show_tips):
6314         
6315         Better calltips appearance (use theme now) and avoid jumping
6316         calltips
6318 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6320         * plugins/document-manager/plugin.c:
6321         (update_editor_ui_interface_items):
6322         * plugins/language-support-cpp-java/plugin.c: (install_support),
6323         (uninstall_support): Moved autocomplete ui update code from
6324         document-manager to language-plugin.
6326 2007-09-21  Johannes Schmid <jhs@gnome.org>
6328         * libanjuta/interfaces/libanjuta.idl:
6329         
6330         Added IAnjutaLanguage interface (might still change...) for
6331         the upcoming language-manager plugin.
6332         
6333         * plugins/file-manager/Makefile.am:
6334         * plugins/file-manager/file-model.c:
6335         (file_model_cancel_expand_idle), (file_model_add_dummy),
6336         (file_model_expand_idle), (file_model_sort),
6337         (file_model_row_expanded), (file_model_row_collapsed),
6338         (file_model_init), (file_model_finalize),
6339         (file_model_set_property), (file_model_get_property),
6340         (file_model_class_init), (file_model_new), (file_model_refresh),
6341         (file_model_get_uri):
6342         * plugins/file-manager/file-model.h:
6343         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6344         (file_view_expand_row_idle), (file_view_refresh),
6345         (file_view_get_selected), (file_view_button_press_event),
6346         (file_view_selection_changed), (file_view_init),
6347         (file_view_get_property), (file_view_set_property),
6348         (file_view_finalize), (file_view_class_init):
6349         
6350         Split up model/view as far as possible and fixed some file-manager
6351         bugs (popup-menu and incorrect project loading).
6352         
6353         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6354         Use monospace font for tips.
6355         
6356         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6357         (sourceview_cell_new), (icell_get_character), (icell_get_length),
6358         (icell_get_attribute), (icell_style_get_font_description),
6359         (icell_style_get_color), (icell_style_get_background_color),
6360         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6361         (iiter_foreach), (iiter_set_position), (iiter_get_position),
6362         (iiter_get_length), (iiter_clone), (iiter_assign):
6364         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6365         interface. This is way faster though it has the drawback to create invalid
6366         iterators if the buffer is changed.
6368 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6370         * libanjuta/interfaces/libanjuta.idl:
6371         * plugins/document-manager/action-callbacks.c:
6372         * plugins/document-manager/anjuta-document-manager.ui:
6373         * plugins/document-manager/plugin.c: (register_stock_icons):
6374         * plugins/editor/text_editor.c:
6375         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6376         * plugins/language-support-cpp-java/cpp-java-assist.c:
6377         (cpp_java_assist_get_calltip_context):
6378         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6379         (register_stock_icons), (cpp_java_plugin_activate_plugin):
6381         Moved autocomplete menu action from document-manager to assist plugin
6382         and got rid of deprecated autocomplete interface.
6384 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6386         * libanjuta/interfaces/libanjuta.idl:
6387         * plugins/editor/text_editor.c: (iassist_iface_init):
6388         * plugins/language-support-cpp-java/cpp-java-assist.c:
6389         (cpp_java_assist_check), (on_assist_chosen):
6390         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6391         Removed react() methods in both editors and assist interface. Assist
6392         plugin itself handles setting the autocomplete. Also fixed
6393         some mem leaks.
6395 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6397         * plugins/file-manager/Makefile.am:
6398         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6399         (file_view_expand_idle), (file_view_init):
6400         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6401         (file_manager_set_default_uri), (project_root_added),
6402         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6403         (file_manager_activate), (file_manager_deactivate),
6404         (file_manager_instance_init), (file_manager_class_init),
6405         (ifile_manager_set_root), (ifile_manager_set_selected),
6406         (ifile_manager_iface_init): Adjusted white spaces to match
6407         anjuta convention.
6409 2007-09-19  Naba Kumar  <naba@gnome.org>
6411         * libanjuta/interfaces/libanjuta.idl:
6412         * plugins/editor/text_editor.c: (text_editor_instance_init),
6413         (iassist_show_tips), (iassist_cancel_tips),
6414         (iassist_hide_suggestions), (iassist_iface_init):
6415         * plugins/editor/text_editor.h:
6416         * plugins/editor/text_editor_cbs.c:
6417         (on_text_editor_scintilla_notify):
6418         * plugins/language-support-cpp-java/cpp-java-assist.c:
6419         (is_scope_context_character), (is_word_character),
6420         (create_completion), (cpp_java_assist_get_scope_context),
6421         (cpp_java_assist_get_pre_word),
6422         (cpp_java_assist_get_scope_operator),
6423         (cpp_java_assist_destroy_completion_cache),
6424         (cpp_java_assist_create_scope_completion_cache),
6425         (cpp_java_assist_create_word_completion_cache),
6426         (cpp_java_assist_show_autocomplete),
6427         (cpp_java_assist_get_calltip_context),
6428         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6429         (on_editor_char_added), (on_assist_chosen),
6430         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6431         (cpp_java_assist_init), (cpp_java_assist_finalize):
6432         * plugins/language-support-cpp-java/cpp-java-assist.h:
6433         * plugins/language-support-cpp-java/plugin.c:
6434         (initialize_indentation_params):
6435         * plugins/sourceview/assist-tip.c:
6436         * plugins/sourceview/assist-tip.h:
6437         * plugins/sourceview/sourceview-private.h:
6438         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6439         (on_assist_tip_destroyed), (on_assist_cancel),
6440         (on_document_char_added), (iassist_get_suggestions),
6441         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6442         
6443         Implement state-less assistance so that assist can be evaluated
6444         any given time at any position. Changed IAnjutaEditorAssist interfance
6445         and implementations and removed any state management in editors.
6447 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6449         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6450         completion items sorting and avoided unnecssary sorts.
6452         * plugins/text-editor.c: Fixed state.
6454 2007-09-17  Johannes Schmid <jhs@gnome.org>
6456         * plugins/language-support-cpp-java/cpp-java-assist.c:
6457         (on_assist_begin):
6458         
6459         Fixed calltips in sourceview
6461 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6463         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6464         completion items preparation time. Fixed a crash bug.
6466         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6467         Set buffer size (From Massimo, required for symbol-db).
6469         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6470         for suggestions.
6472         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6473         change in API.
6475         * plugins/editor/aneditor-autocomplete.cxx,
6476         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6477         Added ANE_GETWORDBEFORECARAT command.
6479         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6480         using assist interface.
6482         * plugins/editor/text_editor.c: (text_editor_instance_init),
6483         (text_editor_get_word_before_carat),
6484         (text_editor_get_current_word), (iassist_add_trigger),
6485         (iassist_remove_trigger), (on_assist_canceled),
6486         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6487         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6488         * plugins/editor/text_editor.h:
6489         * plugins/editor/text_editor_cbs.c: (trigger_size),
6490         (max_trigger_size), (text_editor_check_assist),
6491         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6492         interface.
6494         * plugins/language-support-cpp-java/Makefile.am:
6495         * plugins/language-support-cpp-java/plugin.c:
6496         (get_line_indentation_base), (get_line_auto_indentation),
6497         (install_support), (uninstall_support),
6498         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6499         (cpp_java_plugin_instance_init):
6500         * plugins/language-support-cpp-java/plugin.h:
6501         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6502         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6503         Make assist a separate class.
6505 2007-09-14  Johannes Schmid <jhs@gnome.org>
6507         * plugins/sourceview/sourceview.c: (iassist_suggest):
6508         Fixed changed char_alignment paramter in language-support
6509         plugin
6511 2007-09-14  Naba Kumar  <naba@gnome.org>
6513         * plugins/language-support-cpp-java/plugin.c: Send the right
6514         'char_alignment' paramenter (needs fixing in sourceview).
6516 2007-09-13  Johannes Schmid <jhs@gnome.org>
6518         * anjuta.anjuta:
6519         * plugins/project-wizard/templates/minimal/project.anjuta:
6520         Use IAnjutaSymbolManager instead of loading the plugin directly.
6521         (TODO: Think of a version to do this for older files...)
6523         * configure.in:
6524         * plugins/Makefile.am:
6525         * plugins/symbol-db/Makefile.am:
6526         
6527         Build symbol-db plugin if libgda-3.0 is found
6529 2007-09-13  Johannes Schmid <jhs@gnome.org>
6531         * plugins/sourceview/Makefile.am:
6532         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6533         (set_uri):
6534         * plugins/sourceview/anjuta-document.h:
6535         Removed lots of dead code
6536         
6537         * plugins/sourceview/anjuta-languages-manager.c:
6538         * plugins/sourceview/anjuta-languages-manager.h:
6539         removed completely
6540         
6541         * plugins/sourceview/sourceview.c: (on_document_char_added),
6542         (on_document_loaded), (sourceview_instance_init),
6543         (iselect_get_start), (iselect_get_end),
6544         (ilanguage_get_supported_languages), (ilanguage_set_language):
6545         
6546         Fixed selection handling and make some adaptions for the changes 
6547         mentioned above
6549 2007-09-13  Johannes Schmid <jhs@gnome.org>
6551         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6552         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6553         (on_assist_update):
6554         
6555         Added preferences to language support completion/calltips
6556         
6557         * plugins/sourceview/assist-window.c: (assist_window_update):
6559         Always select first entry
6561         * plugins/sourceview/sourceview.glade:
6562         Removed old completion preferences
6564 2007-09-11  Naba Kumar  <naba@gnome.org>
6566         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6567         and possible crash when pressing ctrl+d in terminal after preferences
6568         window has been shown once (no need for backport).
6570         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6571         implementations to get warnings instead of crashes for unimplemented
6572         interface methods.
6574 2007-09-11   Massimo Cora' <maxcvs@email.it>
6576         Reviewed by: Naba Kumar  <naba@gnome.org>
6578         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6579         * plugins/symbol-db/*:
6580         Added new symbol-database backend based on SQLite 3.
6581         (does not enabled for build currently).
6583 2007-09-10  Johannes Schmid <jhs@gnome.org>
6585         * anjuta.anjuta:
6586         * configure.in:
6587         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6588         (parse_info_init), (parse_info_free), (valid_element),
6589         (start_element_handler), (end_element_handler), (text_handler),
6590         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6591         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6592         (egg_recent_model_monitor), (egg_recent_model_read),
6593         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6594         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6595         (egg_recent_model_set_property), (egg_recent_model_class_init),
6596         (egg_recent_model_init), (egg_recent_model_add_full),
6597         (egg_recent_model_delete), (egg_recent_model_get_list),
6598         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6599         (egg_recent_model_set_filter_mime_types),
6600         (egg_recent_model_clear_group_filter),
6601         (egg_recent_model_set_filter_groups),
6602         (egg_recent_model_clear_scheme_filter),
6603         (egg_recent_model_set_filter_uri_schemes),
6604         (egg_recent_model_remove_expired):
6605         
6606         Update EggRecent (#456465)
6608 2007-09-10  Johannes Schmid <jhs@gnome.org>
6610         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6611         (anjuta_plugin_manager_get_plugin):
6612         * plugins/profiler/gprof-call-graph-view.c:
6613         (gprof_call_graph_view_create_columns):
6614         * plugins/profiler/gprof-flat-profile-view.c:
6615         (gprof_flat_profile_view_create_columns):
6616         * plugins/profiler/gprof-function-call-tree-view.c:
6617         (gprof_function_call_tree_view_create_columns):
6618         
6619         Fixed #466031 – Update of pieces of menus for Localization
6621 2007-09-10  Johannes Schmid <jhs@gnome.org>
6623         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6624         Bug 343522 – anjuta: Unable to execute commands that use options.
6626 2007-09-09  Johannes Schmid <jhs@gnome.org>
6628         * plugins/document-manager/anjuta-docman.c:
6629         (anjuta_docman_update_page_label):
6630         
6631         Fixed #458034 – Method of indicating unsaved changes breaks convention
6632         
6633         * plugins/document-manager/plugin.c: (update_title),
6634         (value_added_project_root_uri), (value_removed_project_root_uri),
6635         (on_editor_changed), (activate_plugin):
6636         * plugins/document-manager/plugin.h:
6637         * plugins/project-manager/plugin.c: (on_profile_scoped),
6638         (on_profile_descoped), (ifile_open):
6639         
6640         Fixed #427390 – Show path of item in currently focused editor window
6642 2007-09-09  Johannes Schmid <jhs@gnome.org>
6644         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6645         (on_toolbar_find_incremental):
6646         Fix incremental search
6647         
6648         * plugins/sourceview/sourceview.c: (on_document_char_added),
6649         (set_select):
6650         Fixed selection management
6652 2007-09-09  Johannes Schmid <jhs@gnome.org>
6654         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6655         Fixed memory leak
6657         * libanjuta/interfaces/libanjuta.idl:
6658         Extended IAnjutaEditorAssist interface
6659         
6660         * plugins/language-support-cpp-java/plugin.c:
6661         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6662         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6663         (context_character), (get_context), (function_parser),
6664         (cpp_member_parser), (install_assist), (uninstall_assist),
6665         (get_line_indentation_base), (get_line_auto_indentation),
6666         (install_support), (uninstall_support),
6667         (on_value_added_current_editor), (on_value_removed_current_editor),
6668         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6669         * plugins/language-support-cpp-java/plugin.h:
6670         
6671         Improved fixed editor assistance and added support for function/method
6672         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6673         
6674         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6675         Removed a FIXME
6676         
6677         * plugins/project-import/project-import.c: (on_import_next):
6678         Added a non-NULL check with could probably fix #474843 but not sure
6679         
6680         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6681         Fixed anjuta-plugin project wizard
6682         
6683         * plugins/sourceview/Makefile.am:
6684         * plguins/sourceview/assist-tip.[ch]:
6685         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6686         (anjuta_view_key_press_event):
6687         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6688         (assist_window_init), (assist_window_update), (assist_window_new):
6689         * plugins/sourceview/sourceview-private.h:
6690         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6691         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6692         (trigger_size), (max_trigger_size), (on_document_char_added),
6693         (sourceview_dispose), (ieditor_get_current_word),
6694         (iassist_add_trigger), (iassist_init_suggestions),
6695         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6696         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6697         
6698         Big update on sourceview assist capabilites. Autocompletion should
6699         now work much better and function tooltips are finally supported!
6701         * plugins/sourceview/anjuta-document.h:
6702         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6703         (anjuta_document_get_current_word):
6704         Fixed get_current_word (inspired by aneditor.cxx implementation)
6706         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6707         (icell_get_attribute):
6708         Fixed get_attribute() to also detect character constants.
6709         Simplified get_char()
6711         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6712         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6713         (isymbol_manager_get_completions_at_position):
6714         
6715         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6717 2007-09-04  Naba Kumar  <naba@gnome.org>
6719         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6720         projects that can not add sources.
6722         * plugins/file-wizard/file.c: Similarly for file wizard,
6723         Do not enable 'Add to project' projects that can not add sources.
6725 2007-09-04  Naba Kumar  <naba@gnome.org>
6727         * configure.in: Bumped gnome-build requirement to 0.2.0
6728         for project capabilities support.
6730         * plugins/project-manager/plugin.c: Enable/disable project
6731         actions based on project capabilities. Fixes bug #433552:
6732         crash in Anjuta IDE: add file test.h in project on generic
6733         Makefile.
6735         * libanjuta/interfaces/libanjuta.idl: Added method to query
6736         project capabilities.
6738 2007-09-03  Naba Kumar  <naba@gnome.org>
6740         * plugins/file-manager/plugin.c: Set shadow type IN.
6741         * plugins/file-manager/file-view.c: Fixed code style.
6742         * plugins/file-manager/file-view.c: Fixed icons column to size
6743         properly.
6745         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6747         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6748         unmonitors project-uri on file-manager deactivation.
6750         * TODO.tasks: Updated
6752 2007-09-02  Johannes Schmid <jhs@gnome.org>
6754         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6755         Fixed memory leak
6756         
6757         * plugins/file-manager/file-view.c: (file_view_get_selected),
6758         (file_view_button_press_event), (file_view_finalize):
6759         * plugins/file-manager/plugin.c: (project_root_removed),
6760         (file_manager_deactivate):
6761         
6762         Fixed some small bugs I missed before
6764 2007-09-02  Johannes Schmid <jhs@gnome.org>
6766         * plugins/file-manager/*:
6767         Added new and file-manager
6769 2007-09-02  Johannes Schmid <jhs@gnome.org>
6771         * plugins/file-manager/*:
6772         Removed old file-manager
6774 2007-08-31  Johannes Schmid <jhs@gnome.org>
6776         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6777         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6778         
6779         Fixed some memory leaks
6780         
6781         * MAINTAINERS: Fixed
6782         
6783 2007-08-31  Johannes Schmid <jhs@gnome.org>
6785         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6786         (get_property_value_as_string), (set_property_value_as_string),
6787         (register_callbacks), (preferences_foreach_callback),
6788         (anjuta_preferences_register_property_raw):
6789         * libanjuta/anjuta-preferences.h:
6790         * plugins/build-basic-autotools/build-basic-autotools.c:
6791         (on_build_mesg_format):
6792         * plugins/document-manager/anjuta-document-manager.glade:
6793         * plugins/message-view/anjuta-message-manager-plugin.glade:
6794         
6795         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6796         broken message view preferences
6797         
6798         * plugins/message-view/message-view.c:
6799         (message_view_instance_init), (pref_change_color), (prefs_init),
6800         (imessage_view_append):
6801         Cleaned up message view (#458041)
6802         
6803         * src/shell.c: (on_preferences_activate),
6804         (anjuta_test_shell_instance_init),
6805         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6806         Fixed test shell to allow better debugging
6807         
6808 2007-08-31  Johannes Schmid <jhs@gnome.org>
6810         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6811         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6812         * plugins/gtodo/main.h:
6813         * plugins/gtodo/plugin.c: (activate_plugin):
6814         
6815         Fixed #423467 (View->Tasks menu items are not 
6816         checked on startup)
6818 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6820         reviewed by: Johannes Schmid <jhs@gnome.org>
6822         * COPYING:
6823         * data/welcome.txt.in:
6824         * launcher/anjuta_launcher.c:
6825         * libanjuta/anjuta-children.c:
6826         * libanjuta/anjuta-children.h:
6827         * libanjuta/anjuta-debug.h:
6828         * libanjuta/anjuta-encodings.c:
6829         * libanjuta/anjuta-encodings.h:
6830         * libanjuta/anjuta-glue-c.c:
6831         * libanjuta/anjuta-glue-c.h:
6832         * libanjuta/anjuta-plugin-description.c:
6833         * libanjuta/anjuta-plugin-description.h:
6834         * libanjuta/anjuta-plugin-handle.c:
6835         * libanjuta/anjuta-plugin-handle.h:
6836         * libanjuta/anjuta-plugin-manager.c:
6837         * libanjuta/anjuta-plugin-manager.h:
6838         * libanjuta/anjuta-plugin.c:
6839         * libanjuta/anjuta-plugin.h:
6840         * libanjuta/anjuta-preferences.c:
6841         * libanjuta/anjuta-preferences.h:
6842         * libanjuta/anjuta-profile-manager.c:
6843         * libanjuta/anjuta-profile-manager.h:
6844         * libanjuta/anjuta-profile.c:
6845         * libanjuta/anjuta-profile.h:
6846         * libanjuta/anjuta-save-prompt.c:
6847         * libanjuta/anjuta-save-prompt.h:
6848         * libanjuta/anjuta-serializer.c:
6849         * libanjuta/anjuta-serializer.h:
6850         * libanjuta/anjuta-session.c:
6851         * libanjuta/anjuta-session.h:
6852         * libanjuta/anjuta-shell.c:
6853         * libanjuta/anjuta-shell.h:
6854         * libanjuta/anjuta-status.c:
6855         * libanjuta/anjuta-status.h:
6856         * libanjuta/anjuta-ui.c:
6857         * libanjuta/anjuta-ui.h:
6858         * libanjuta/anjuta-utils-priv.h:
6859         * libanjuta/anjuta-utils.c:
6860         * libanjuta/anjuta-utils.h:
6861         * libanjuta/cell-renderer-captioned-image.c:
6862         * libanjuta/cell-renderer-captioned-image.h:
6863         * libanjuta/e-splash.c:
6864         * libanjuta/e-splash.h:
6865         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6866         * libanjuta/interfaces/libanjuta.idl:
6867         * libanjuta/libanjuta.h:
6868         * libanjuta/resources.c:
6869         * libanjuta/resources.h:
6870         * libegg/egg-cell-renderer-text.c:
6871         * libegg/egg-combo-action.c:
6872         * libegg/egg-entry-action.c:
6873         * libegg/egg-recent-action.c:
6874         * libegg/egg-recent-files-module.c:
6875         * libegg/egg-recent-item.c:
6876         * libegg/egg-recent-model.c:
6877         * libegg/egg-recent-view-gtk.c:
6878         * libegg/egg-recent-view.c:
6879         * libegg/egg-submenu-action.c:
6880         * libegg/eggaccelerators.c:
6881         * libegg/eggcellrendererpopup.c:
6882         * libegg/eggcomboselect.c:
6883         * libegg/eggtreemodelfilter.c:
6884         * libegg/eggtreemultidnd.c:
6885         * libegg/gtkcellview.h:
6886         * libegg/treeviewutils/egg-cell-renderer-text.h:
6887         * libegg/treeviewutils/eggaccelerators.h:
6888         * libegg/treeviewutils/eggcellrendererkeys.h:
6889         * libegg/treeviewutils/eggcellrendererpopup.h:
6890         * libegg/treeviewutils/eggtreemodelfilter.h:
6891         * libegg/treeviewutils/eggtreemultidnd.h:
6892         * libegg/treeviewutils/eggtreeviewstate.h:
6893         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6894         * manuals/anjuta-faqs/Makefile.am:
6895         * manuals/anjuta-manual/C/anjuta-manual.xml:
6896         * manuals/anjuta-manual/C/license.xml:
6897         * manuals/anjuta-manual/es/es.po:
6898         * manuals/anjuta-manual/sv/sv.po:
6899         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6900         ml:
6901         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6902         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6903         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6904         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6905         * manuals/old/ja/anjuta-manual/license.xml:
6906         * plugins/build-basic-autotools/build-basic-autotools.c:
6907         * plugins/build-basic-autotools/build-basic-autotools.h:
6908         * plugins/build-basic-autotools/executer.c:
6909         * plugins/build-basic-autotools/executer.h:
6910         * plugins/build/build_file.c:
6911         * plugins/build/build_file.h:
6912         * plugins/build/build_project.c:
6913         * plugins/build/build_project.h:
6914         * plugins/build/clean_project.c:
6915         * plugins/build/clean_project.h:
6916         * plugins/build/commands.c:
6917         * plugins/build/commands.h:
6918         * plugins/build/compile.c:
6919         * plugins/build/compile.h:
6920         * plugins/build/compiler_options.c:
6921         * plugins/build/compiler_options.h:
6922         * plugins/build/configurer.c:
6923         * plugins/build/configurer.h:
6924         * plugins/build/executer.c:
6925         * plugins/build/executer.h:
6926         * plugins/class-gen/cell-renderer-flags.c:
6927         * plugins/class-gen/cell-renderer-flags.h:
6928         * plugins/class-gen/combo-flags.c:
6929         * plugins/class-gen/combo-flags.h:
6930         * plugins/class-gen/element-editor.c:
6931         * plugins/class-gen/element-editor.h:
6932         * plugins/class-gen/generator.c:
6933         * plugins/class-gen/generator.h:
6934         * plugins/class-gen/plugin.c:
6935         * plugins/class-gen/plugin.h:
6936         * plugins/class-gen/transform.c:
6937         * plugins/class-gen/transform.h:
6938         * plugins/class-gen/validator.c:
6939         * plugins/class-gen/validator.h:
6940         * plugins/class-gen/window.c:
6941         * plugins/class-gen/window.h:
6942         * plugins/class-inheritance/class-callbacks.c:
6943         * plugins/class-inheritance/class-callbacks.h:
6944         * plugins/class-inheritance/class-inherit.c:
6945         * plugins/class-inheritance/class-inherit.h:
6946         * plugins/class-inheritance/plugin.c:
6947         * plugins/class-inheritance/plugin.h:
6948         * plugins/cvs-plugin/cvs-actions.c:
6949         * plugins/cvs-plugin/cvs-actions.h:
6950         * plugins/cvs-plugin/cvs-callbacks.c:
6951         * plugins/cvs-plugin/cvs-callbacks.h:
6952         * plugins/cvs-plugin/cvs-execute.c:
6953         * plugins/cvs-plugin/cvs-execute.h:
6954         * plugins/cvs-plugin/cvs-interface.c:
6955         * plugins/cvs-plugin/cvs-interface.h:
6956         * plugins/cvs-plugin/plugin.c:
6957         * plugins/cvs-plugin/plugin.h:
6958         * plugins/debug-manager/breakpoints.c:
6959         * plugins/debug-manager/breakpoints.h:
6960         * plugins/debug-manager/chunk_view.c:
6961         * plugins/debug-manager/chunk_view.h:
6962         * plugins/debug-manager/data_buffer.c:
6963         * plugins/debug-manager/data_buffer.h:
6964         * plugins/debug-manager/data_view.c:
6965         * plugins/debug-manager/data_view.h:
6966         * plugins/debug-manager/debug_tree.c:
6967         * plugins/debug-manager/debug_tree.h:
6968         * plugins/debug-manager/debugger.c:
6969         * plugins/debug-manager/debugger.h:
6970         * plugins/debug-manager/disassemble.c:
6971         * plugins/debug-manager/disassemble.h:
6972         * plugins/debug-manager/info.c:
6973         * plugins/debug-manager/info.h:
6974         * plugins/debug-manager/locals.c:
6975         * plugins/debug-manager/locals.h:
6976         * plugins/debug-manager/memory.c:
6977         * plugins/debug-manager/memory.h:
6978         * plugins/debug-manager/plugin.c:
6979         * plugins/debug-manager/plugin.h:
6980         * plugins/debug-manager/registers.c:
6981         * plugins/debug-manager/registers.h:
6982         * plugins/debug-manager/sexy-icon-entry.c:
6983         * plugins/debug-manager/sexy-icon-entry.h:
6984         * plugins/debug-manager/sharedlib.c:
6985         * plugins/debug-manager/sharedlib.h:
6986         * plugins/debug-manager/signals.c:
6987         * plugins/debug-manager/signals.h:
6988         * plugins/debug-manager/sparse_buffer.c:
6989         * plugins/debug-manager/sparse_buffer.h:
6990         * plugins/debug-manager/sparse_view.c:
6991         * plugins/debug-manager/sparse_view.h:
6992         * plugins/debug-manager/stack_trace.c:
6993         * plugins/debug-manager/stack_trace.h:
6994         * plugins/debug-manager/start.c:
6995         * plugins/debug-manager/start.h:
6996         * plugins/debug-manager/threads.c:
6997         * plugins/debug-manager/threads.h:
6998         * plugins/debug-manager/utilities.c:
6999         * plugins/debug-manager/utilities.h:
7000         * plugins/debug-manager/watch.c:
7001         * plugins/debug-manager/watch.h:
7002         * plugins/devhelp/htmlview.c:
7003         * plugins/devhelp/htmlview.h:
7004         * plugins/document-manager/action-callbacks.c:
7005         * plugins/document-manager/action-callbacks.h:
7006         * plugins/document-manager/anjuta-docman.c:
7007         * plugins/document-manager/anjuta-docman.h:
7008         * plugins/document-manager/editor-tooltips.c:
7009         * plugins/document-manager/editor-tooltips.h:
7010         * plugins/document-manager/file_history.c:
7011         * plugins/document-manager/file_history.h:
7012         * plugins/document-manager/indent-dialog.c:
7013         * plugins/document-manager/indent-dialog.h:
7014         * plugins/document-manager/indent-util.c:
7015         * plugins/document-manager/indent-util.h:
7016         * plugins/document-manager/plugin.c:
7017         * plugins/editor/aneditor-autocomplete.cxx:
7018         * plugins/editor/aneditor-calltip.cxx:
7019         * plugins/editor/aneditor-indent.cxx:
7020         * plugins/editor/aneditor-priv.h:
7021         * plugins/editor/aneditor.cxx:
7022         * plugins/editor/aneditor.h:
7023         * plugins/editor/lexer.h:
7024         * plugins/editor/plugin.c:
7025         * plugins/editor/plugin.h:
7026         * plugins/editor/print.c:
7027         * plugins/editor/print.h:
7028         * plugins/editor/properties.h:
7029         * plugins/editor/properties_cxx.h:
7030         * plugins/editor/style-editor.c:
7031         * plugins/editor/style-editor.h:
7032         * plugins/editor/text-editor-iterable.c:
7033         * plugins/editor/text-editor-iterable.h:
7034         * plugins/editor/text_editor.c:
7035         * plugins/editor/text_editor.h:
7036         * plugins/editor/text_editor_cbs.c:
7037         * plugins/editor/text_editor_cbs.h:
7038         * plugins/editor/text_editor_menu.c:
7039         * plugins/editor/text_editor_menu.h:
7040         * plugins/editor/text_editor_prefs.c:
7041         * plugins/editor/text_editor_prefs.h:
7042         * plugins/file-loader/dnd.c:
7043         * plugins/file-loader/dnd.h:
7044         * plugins/file-loader/plugin.c:
7045         * plugins/file-manager/an_file_view.c:
7046         * plugins/file-manager/plugin.c:
7047         * plugins/file-wizard/file.c:
7048         * plugins/file-wizard/file.h:
7049         * plugins/file-wizard/plugin.c:
7050         * plugins/file-wizard/plugin.h:
7051         * plugins/gdb/debugger.c:
7052         * plugins/gdb/debugger.h:
7053         * plugins/gdb/gdbmi-test.c:
7054         * plugins/gdb/gdbmi.c:
7055         * plugins/gdb/gdbmi.h:
7056         * plugins/gdb/global.h:
7057         * plugins/gdb/parser.c:
7058         * plugins/gdb/parser.h:
7059         * plugins/gdb/plugin.c:
7060         * plugins/gdb/plugin.h:
7061         * plugins/gdb/utilities.c:
7062         * plugins/gdb/utilities.h:
7063         * plugins/glade/plugin.c:
7064         * plugins/glade/plugin.h:
7065         * plugins/gtodo/egg-datetime.c:
7066         * plugins/gtodo/egg-datetime.h:
7067         * plugins/gtodo/eggtrayicon.c:
7068         * plugins/gtodo/eggtrayicon.h:
7069         * plugins/gtodo/plugin.c:
7070         * plugins/gvim/anjuta-vim.c:
7071         * plugins/gvim/anjuta-vim.h:
7072         * plugins/gvim/gtkvim.c:
7073         * plugins/gvim/gtkvim.h:
7074         * plugins/gvim/plugin.c:
7075         * plugins/gvim/plugin.h:
7076         * plugins/language-support-cpp-java/plugin.c:
7077         * plugins/language-support-cpp-java/plugin.h:
7078         * plugins/macro/macro-actions.c:
7079         * plugins/macro/macro-actions.h:
7080         * plugins/macro/macro-db.c:
7081         * plugins/macro/macro-db.h:
7082         * plugins/macro/macro-dialog.c:
7083         * plugins/macro/macro-dialog.h:
7084         * plugins/macro/macro-edit.c:
7085         * plugins/macro/macro-edit.h:
7086         * plugins/macro/macro-util.c:
7087         * plugins/macro/macro-util.h:
7088         * plugins/macro/plugin.c:
7089         * plugins/macro/plugin.h:
7090         * plugins/message-view/anjuta-msgman.c:
7091         * plugins/message-view/anjuta-msgman.h:
7092         * plugins/message-view/message-view.c:
7093         * plugins/message-view/message-view.h:
7094         * plugins/message-view/plugin.c:
7095         * plugins/message-view/plugin.h:
7096         * plugins/patch/patch-plugin.c:
7097         * plugins/patch/patch-plugin.h:
7098         * plugins/patch/plugin.c:
7099         * plugins/patch/plugin.h:
7100         * plugins/profiler/gprof-call-graph-block-entry.c:
7101         * plugins/profiler/gprof-call-graph-block-entry.h:
7102         * plugins/profiler/gprof-call-graph-block.c:
7103         * plugins/profiler/gprof-call-graph-block.h:
7104         * plugins/profiler/gprof-call-graph-view.c:
7105         * plugins/profiler/gprof-call-graph-view.h:
7106         * plugins/profiler/gprof-call-graph.c:
7107         * plugins/profiler/gprof-call-graph.h:
7108         * plugins/profiler/gprof-flat-profile-entry.c:
7109         * plugins/profiler/gprof-flat-profile-entry.h:
7110         * plugins/profiler/gprof-flat-profile-view.c:
7111         * plugins/profiler/gprof-flat-profile-view.h:
7112         * plugins/profiler/gprof-flat-profile.c:
7113         * plugins/profiler/gprof-flat-profile.h:
7114         * plugins/profiler/gprof-function-call-chart-view.c:
7115         * plugins/profiler/gprof-function-call-chart-view.h:
7116         * plugins/profiler/gprof-function-call-tree-view.c:
7117         * plugins/profiler/gprof-function-call-tree-view.h:
7118         * plugins/profiler/gprof-options.c:
7119         * plugins/profiler/gprof-options.h:
7120         * plugins/profiler/gprof-profile-data.c:
7121         * plugins/profiler/gprof-profile-data.h:
7122         * plugins/profiler/gprof-view-manager.c:
7123         * plugins/profiler/gprof-view-manager.h:
7124         * plugins/profiler/gprof-view.c:
7125         * plugins/profiler/gprof-view.h:
7126         * plugins/profiler/plugin.c:
7127         * plugins/profiler/plugin.h:
7128         * plugins/profiler/string-utils.c:
7129         * plugins/profiler/string-utils.h:
7130         * plugins/project-import/plugin.c:
7131         * plugins/project-import/plugin.h:
7132         * plugins/project-import/project-import.c:
7133         * plugins/project-import/project-import.h:
7134         * plugins/project-manager/plugin.c:
7135         * plugins/project-manager/plugin.h:
7136         * plugins/project-wizard/action.c:
7137         * plugins/project-wizard/action.h:
7138         * plugins/project-wizard/autogen.c:
7139         * plugins/project-wizard/autogen.h:
7140         * plugins/project-wizard/druid.c:
7141         * plugins/project-wizard/druid.h:
7142         * plugins/project-wizard/file.c:
7143         * plugins/project-wizard/file.h:
7144         * plugins/project-wizard/header.c:
7145         * plugins/project-wizard/header.h:
7146         * plugins/project-wizard/install.c:
7147         * plugins/project-wizard/install.h:
7148         * plugins/project-wizard/parser.c:
7149         * plugins/project-wizard/parser.h:
7150         * plugins/project-wizard/plugin.c:
7151         * plugins/project-wizard/plugin.h:
7152         * plugins/project-wizard/property.c:
7153         * plugins/project-wizard/property.h:
7154         * plugins/project-wizard/values.c:
7155         * plugins/project-wizard/values.h:
7156         * plugins/sample1/plugin.c:
7157         * plugins/search/plugin.c:
7158         * plugins/search/plugin.h:
7159         * plugins/search/search-replace_backend.c:
7160         * plugins/search/search-replace_backend.h:
7161         * plugins/search/search_preferences.c:
7162         * plugins/sourceview/anjuta-convert.c:
7163         * plugins/sourceview/anjuta-convert.h:
7164         * plugins/sourceview/anjuta-document-loader.c:
7165         * plugins/sourceview/anjuta-document-loader.h:
7166         * plugins/sourceview/anjuta-document-saver.c:
7167         * plugins/sourceview/anjuta-document-saver.h:
7168         * plugins/sourceview/anjuta-document.c:
7169         * plugins/sourceview/anjuta-document.h:
7170         * plugins/sourceview/anjuta-encodings.c:
7171         * plugins/sourceview/anjuta-encodings.h:
7172         * plugins/sourceview/anjuta-languages-manager.c:
7173         * plugins/sourceview/anjuta-languages-manager.h:
7174         * plugins/sourceview/anjuta-utils.c:
7175         * plugins/sourceview/anjuta-utils.h:
7176         * plugins/sourceview/anjuta-view.c:
7177         * plugins/sourceview/anjuta-view.h:
7178         * plugins/sourceview/assist-window.c:
7179         * plugins/sourceview/assist-window.h:
7180         * plugins/sourceview/sourceview-cell.c:
7181         * plugins/sourceview/sourceview-cell.h:
7182         * plugins/sourceview/sourceview-prefs.c:
7183         * plugins/sourceview/sourceview-prefs.h:
7184         * plugins/sourceview/sourceview-print.c:
7185         * plugins/sourceview/sourceview-print.h:
7186         * plugins/sourceview/sourceview-private.h:
7187         * plugins/sourceview/sourceview-tags.c:
7188         * plugins/sourceview/sourceview-tags.h:
7189         * plugins/sourceview/sourceview.c:
7190         * plugins/sourceview/sourceview.h:
7191         * plugins/subversion/plugin.c:
7192         * plugins/subversion/plugin.h:
7193         * plugins/subversion/subversion-actions.c:
7194         * plugins/subversion/subversion-actions.h:
7195         * plugins/subversion/subversion-callbacks.c:
7196         * plugins/subversion/subversion-callbacks.h:
7197         * plugins/subversion/svn-auth.c:
7198         * plugins/subversion/svn-auth.h:
7199         * plugins/subversion/svn-backend-priv.h:
7200         * plugins/subversion/svn-backend.c:
7201         * plugins/subversion/svn-backend.h:
7202         * plugins/subversion/svn-notify.c:
7203         * plugins/subversion/svn-notify.h:
7204         * plugins/subversion/svn-thread.c:
7205         * plugins/subversion/svn-thread.h:
7206         * plugins/symbol-browser/an_symbol.c:
7207         * plugins/symbol-browser/an_symbol.h:
7208         * plugins/symbol-browser/an_symbol_info.c:
7209         * plugins/symbol-browser/an_symbol_info.h:
7210         * plugins/symbol-browser/an_symbol_iter.c:
7211         * plugins/symbol-browser/an_symbol_iter.h:
7212         * plugins/symbol-browser/an_symbol_prefs.c:
7213         * plugins/symbol-browser/an_symbol_prefs.h:
7214         * plugins/symbol-browser/an_symbol_search.c:
7215         * plugins/symbol-browser/an_symbol_search.h:
7216         * plugins/symbol-browser/an_symbol_view.c:
7217         * plugins/symbol-browser/an_symbol_view.h:
7218         * plugins/symbol-browser/plugin.c:
7219         * plugins/symbol-browser/plugin.h:
7220         * plugins/terminal/terminal.c:
7221         * plugins/tools/dialog.c:
7222         * plugins/tools/dialog.h:
7223         * plugins/tools/editor.c:
7224         * plugins/tools/editor.h:
7225         * plugins/tools/execute.c:
7226         * plugins/tools/execute.h:
7227         * plugins/tools/fileop.c:
7228         * plugins/tools/fileop.h:
7229         * plugins/tools/plugin.c:
7230         * plugins/tools/plugin.h:
7231         * plugins/tools/scripts/find-fixmes.pl:
7232         * plugins/tools/scripts/translation-status.pl:
7233         * plugins/tools/tool.c:
7234         * plugins/tools/tool.h:
7235         * plugins/tools/variable.c:
7236         * plugins/tools/variable.h:
7237         * plugins/valgrind/ldd.c:
7238         * plugins/valgrind/ldd.h:
7239         * plugins/valgrind/list.c:
7240         * plugins/valgrind/list.h:
7241         * plugins/valgrind/menu-utils.c:
7242         * plugins/valgrind/menu-utils.h:
7243         * plugins/valgrind/parser.c:
7244         * plugins/valgrind/parser.h:
7245         * plugins/valgrind/plugin.c:
7246         * plugins/valgrind/plugin.h:
7247         * plugins/valgrind/preferences.c:
7248         * plugins/valgrind/preferences.h:
7249         * plugins/valgrind/process.c:
7250         * plugins/valgrind/process.h:
7251         * plugins/valgrind/symtab.c:
7252         * plugins/valgrind/symtab.h:
7253         * plugins/valgrind/vgactions.c:
7254         * plugins/valgrind/vgactions.h:
7255         * plugins/valgrind/vgcachegrindprefs.c:
7256         * plugins/valgrind/vgcachegrindprefs.h:
7257         * plugins/valgrind/vgdefaultview.c:
7258         * plugins/valgrind/vgdefaultview.h:
7259         * plugins/valgrind/vgerror.c:
7260         * plugins/valgrind/vgerror.h:
7261         * plugins/valgrind/vggeneralprefs.c:
7262         * plugins/valgrind/vggeneralprefs.h:
7263         * plugins/valgrind/vghelgrindprefs.c:
7264         * plugins/valgrind/vghelgrindprefs.h:
7265         * plugins/valgrind/vgio.c:
7266         * plugins/valgrind/vgio.h:
7267         * plugins/valgrind/vgmemcheckprefs.c:
7268         * plugins/valgrind/vgmemcheckprefs.h:
7269         * plugins/valgrind/vgrule-editor.c:
7270         * plugins/valgrind/vgrule-editor.h:
7271         * plugins/valgrind/vgrule-list.c:
7272         * plugins/valgrind/vgrule-list.h:
7273         * plugins/valgrind/vgrule.c:
7274         * plugins/valgrind/vgrule.h:
7275         * plugins/valgrind/vgrulepattern.c:
7276         * plugins/valgrind/vgrulepattern.h:
7277         * plugins/valgrind/vgsearchbar.c:
7278         * plugins/valgrind/vgsearchbar.h:
7279         * plugins/valgrind/vgstrpool.c:
7280         * plugins/valgrind/vgstrpool.h:
7281         * plugins/valgrind/vgtoolprefs.c:
7282         * plugins/valgrind/vgtoolprefs.h:
7283         * plugins/valgrind/vgtoolview.c:
7284         * plugins/valgrind/vgtoolview.h:
7285         * src/about.c:
7286         * src/about.h:
7287         * src/action-callbacks.c:
7288         * src/action-callbacks.h:
7289         * src/anjuta-actions.h:
7290         * src/anjuta-app.c:
7291         * src/anjuta-app.h:
7292         * src/anjuta-callbacks.c:
7293         * src/anjuta-callbacks.h:
7294         * src/anjuta.c:
7295         * src/anjuta.h:
7296         * src/anjuta_cbs.c:
7297         * src/bacon-message-connection.c:
7298         * src/bacon-message-connection.h:
7299         * src/getline.c:
7300         * src/main.c:
7301         * src/shell.c:
7302         * src/shell.h:
7303         * src/start-with.c:
7304         * src/start-with.h:
7305         * src/utilities.c:
7306         * src/utilities.h:
7307         * tagmanager/options.c:
7308         
7309         Change the address of FSF in various files
7311 2007-08-30  Johannes Schmid <jhs@gnome.org>
7313         * anjuta.glade:
7314         * anjuta.gladep:
7315         Removed because they are no longer in use
7316         
7317         * plugins/class-gen/anjuta-class-gen-plugin.glade:
7318         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7319         Marked some strings as not translatable
7321         * plugins/search/search-replace.c: (list_max_items):
7322         Fixed a possible memory corruption
7324         * src/anjuta-app.c: (anjuta_app_add_widget_full):
7325         Do not show menuitems for locked layout items
7327         * src/main.c: (main):
7328         Some minor style correction in gnome_init
7330 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7332         * plugins/debug-manager/debugger.c,
7333         plugins/debug-manager/breakpoints.c,
7334         plugins/gdb/plugin.c,
7335         plugins/gdb/debugger.c,
7336         libanjuta/interfaces/libanjuta.idl:
7337         Move all breakpoints functions from IAnjutaDebugger to a new
7338         IAnjutaBreakpointDebugger interface
7340 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
7342         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7343         * plugins/debug-manager/plugin.c,
7344         plugins/debug-manager/breakpoints.c,
7345         plugins/tools/execute.c,
7346         plugins/project-wizard/plugin.c,
7347         plugins/build-basic-autotools/executer.c,
7348         plugins/gdb/debugger.c,
7349         plugins/profiler/gprof-options.h,
7350         plugins/sourceview/assist-window.h,
7351         plugins/class-gen/transform.c,
7352         libanjuta/anjuta-plugin-description.c,
7353         libanjuta/anjuta-status.c,
7354         libanjuta/anjuta-glue-c.c,
7355         libanjuta/anjuta-glue-cpp.c,
7356         plugins/symbol-browser/an_symbol_prefs.c:
7357         Fix warnings mostly "dereferencing type-punned pointer"
7358         Fix two bugs in breakpoints.c and an_symbol_prefs.c
7360 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7362         * plugins/debug-manager/breakpoints.c,
7363         plugins/debug-manager/debugger.c:
7364         Avoid an endless loop if clearing all breakpoints while the programm
7365         is running
7367 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
7369         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7370         * plugins/debug-manager/plugin.c:
7371         Fix a segmentation fault added in the previous patch
7373 2007-07-21  Johannes Schmid <jhs@gnome.org>
7375         * plugins/build-basic-autotools/executer.c:
7376         (get_program_parameters):
7377         
7378         Show an error dialog if no targets are availible instead of
7379         just returning
7381 2007-07-20  Johannes Schmid <jhs@gnome.org>
7383         * libanjuta/anjuta-shell.c: (on_widget_data_add),
7384         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7385         * libanjuta/anjuta-shell.h:
7386         * plugins/document-manager/plugin.c: (activate_plugin):
7387         * plugins/glade/anjuta-design-document.c:
7388         * plugins/glade/plugin.c: (glade_update_ui):
7389         * src/anjuta-app.c: (anjuta_app_add_widget_full),
7390         (anjuta_shell_iface_init):
7391         * src/shell.c: (anjuta_test_shell_add_widget),
7392         (anjuta_shell_iface_init):
7393         
7394         Make the document manager undockable (#458038)
7396 2007-07-20  Johannes Schmid <jhs@gnome.org>
7398         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7399         * plugins/glade/anjuta-design-document.c:
7400         * plugins/glade/plugin.c: (glade_update_ui):
7401         
7402         Fixed some save/dirty status bug in glade
7404 2007-07-20  Johannes Schmid <jhs@gnome.org>
7406         * libanjuta/anjuta-status.c:
7407         Fixed crasher on shutdown
7409 2007-07-20  Johannes Schmid <jhs@gnome.org>
7411         * configure.in:
7412         Minimum glade requirement is 3.2 now. It was before
7413         but we did not check...
7414         
7415         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7416         * libanjuta/anjuta-profile.c:
7417         (anjuta_profile_add_plugins_from_xml):
7418         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7419         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7420         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7421         * plugins/file-loader/plugin.c: (on_create_submenu):
7422         * plugins/file-manager/an_file_view.c: (compare_iter):
7423         * plugins/glade/plugin.c: (activate_plugin):
7424         * src/anjuta-app.c: (on_toolbar_view_toggled):
7425         * src/main.c: (main):
7426         
7427         Fixed lots of memory leaks (thansk valgrind)
7429 2007-07-19  Johannes Schmid <jhs@gnome.org>
7431         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7432         * plugins/document-manager/anjuta-docman.c:
7433         (anjuta_docman_set_busy):
7434         * plugins/document-manager/plugin.c: (on_editor_changed):
7435         * plugins/glade/plugin.c: (activate_plugin):
7436         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7437         (on_value_removed_current_editor):
7438         
7439         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7441 2007-07-18  Johannes Schmid <jhs.gnome.org>
7443         * plugins/build-basic-autotools/executer.c: (execute_program):
7444         Fixed some of the scratchbox stuff but the environment is
7445         still broken
7447 2007-07-18  Johannes Schmid <jhs@gnome.org>
7449         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7450         (on_plugin_deactivated), (get_plugin_loader_type):
7451         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7452         (activate_plugin), (deactivate_plugin),
7453         (glade_plugin_instance_init):
7454         
7455         Fixed glade plugin deactivation
7457 2007-07-18  Johannes Schmid <jhs@gnome.org>
7459         * plugins/document-manager/anjuta-docman.c:
7460         (anjuta_docman_add_document):
7461         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7462         
7463         Fixed path display in document manager with glade files
7465 2007-07-17  Johannes Schmid <jhs@gnome.org>
7467         * libanjuta/interfaces/Makefile.am.iface:
7468         * pixmaps/Makefile.am:
7469         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7470         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7471         (value_removed_current_editor):
7472         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7473         (anjuta_docman_set_current_document):
7474         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7475         (on_editor_added), (on_editor_changed):
7476         * plugins/glade/Makefile.am:
7477         * plugins/glade/anjuta-design-document.c:
7478         (anjuta_design_document_instance_init),
7479         (anjuta_design_document_set_property),
7480         (anjuta_design_document_get_property),
7481         (anjuta_design_document_class_init), (anjuta_design_document_new),
7482         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7483         * plugins/glade/anjuta-design-document.h:
7484         * plugins/glade/anjuta-glade-notebook.c:
7485         * plugins/glade/anjuta-glade-notebook.h:
7486         * plugins/glade/plugin.c: (value_added_current_editor),
7487         (value_removed_current_editor), (glade_update_ui),
7488         (on_close_activated), (on_glade_project_changed),
7489         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7490         (ifile_open):
7491         * plugins/language-support-cpp-java/plugin.c:
7492         (on_value_added_current_editor), (on_value_removed_current_editor):
7493         * plugins/macro/plugin.c: (value_added_current_editor):
7494         * plugins/project-manager/plugin.c: (value_added_current_editor):
7495         * plugins/subversion/plugin.c: (value_added_current_editor):
7496         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7498         Fixed lot of IAnjutaEditor stuff and completed glade integration
7499         with document manager
7500         
7501         * plugins/build-basic-autotools/build-basic-autotools.c:
7502         (value_added_current_editor):
7503         * plugins/build-basic-autotools/executer.c: (execute_program):
7504         
7505         Some initial code to execute projects inside scratchbox
7506         
7507 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7509         * plugins/project-import/project-import.c:
7510         Project import overwrites file on user request (bug #452579)
7512 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7514         * plugins/debug-manager/debugger.c,
7515         plugins/debug-manager/threads.c,
7516         plugins/debug-manager/plugin.c,
7517         plugins/debug-manager/registers.c,
7518         plugins/debug-manager/locals.c,
7519         plugins/debug-manager/stack_trace.c,
7520         plugins/gdb/plugin.c,
7521         plugins/gdb/debugger.c,
7522         plugins/gdb/debugger.h,
7523         libanjuta/interfaces/libanjuta.idl:
7524         Rename change-location to program-moved
7525         Store thread id as gint instead of guint
7526         Do not display registers list if not available
7527         Add intermediate debugger states if missing
7529 2007-07-11  Johannes Schmid <jhs@gnome.org>
7531         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7532         .glade:
7533         Reverted unnecessary changes (#455819)
7535 2007-07-10  Johannes Schmid <jhs@gnome.org>
7537         * plugins/glade/plugin.c:
7538         Fixed glade plugin with glade 3.2 and another crasher
7540 2007-07-09  Johannes Schmid <jhs@gnome.org>
7542         * libanjuta/interfaces/libanjuta.idl:
7543         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7544         .glade:
7545         * plugins/debug-manager/breakpoints.c:
7546         (breakpoint_item_update_in_ui),
7547         (breakpoints_dbase_edit_breakpoint),
7548         (on_toggle_breakpoint_activate):
7549         * plugins/debug-manager/plugin.c:
7550         (on_run_to_cursor_action_activate):
7551         * plugins/document-manager/action-callbacks.c:
7552         (on_editor_command_cut_activate),
7553         (on_editor_command_copy_activate),
7554         (on_editor_command_paste_activate),
7555         (on_editor_command_clear_activate):
7556         * plugins/document-manager/anjuta-docman.c:
7557         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7558         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7559         (anjuta_docman_goto_file_line_mark),
7560         (anjuta_docman_find_editor_with_path),
7561         (anjuta_docman_get_all_editors):
7562         * plugins/document-manager/anjuta-docman.h:
7563         * plugins/document-manager/plugin.c:
7564         (update_editor_ui_interface_items), (on_editor_update_ui),
7565         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7566         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7567         (ianjuta_document_manager_iface_init), (isaveable_save),
7568         (isavable_is_dirty):
7569         * plugins/editor/editor.glade:
7570         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7571         (idocument_paste), (idocument_clear), (idocument_iface_init),
7572         (iselection_iface_init):
7573         * plugins/glade/Makefile.am:
7574         * plugins/glade/anjuta-glade-notebook.c:
7575         (anjuta_glade_notebook_instance_init),
7576         (anjuta_glade_notebook_set_property),
7577         (anjuta_glade_notebook_get_property),
7578         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7579         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7580         (ifile_savable_save), (ifile_savable_save_as),
7581         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7582         (ifile_savable_iface_init), (idocument_can_redo),
7583         (idocument_can_undo), (idocument_begin_undo_action),
7584         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7585         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7586         (idocument_copy), (idocument_paste), (idocument_clear),
7587         (idocument_iface_init):
7588         * plugins/language-support-cpp-java/plugin.c:
7589         (on_value_added_current_editor), (on_value_removed_current_editor):
7590         * plugins/macro/macro-util.c: (get_current_editor):
7591         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7592         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7593         (on_next_occur), (on_incremental_entry_key_press),
7594         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7595         (on_toolbar_find_incremental_start),
7596         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7597         * plugins/search/search-replace.c: (search_start_over),
7598         (search_update_combos), (replace_update_combos),
7599         (anjuta_search_replace_activate):
7600         * plugins/search/search-replace_backend.c: (create_search_entries):
7601         * plugins/sourceview/sourceview.c: (idocument_cut),
7602         (idocument_copy), (idocument_paste), (idocument_clear),
7603         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7604         * plugins/tools/editor.c: (on_editor_response):
7605         * plugins/tools/execute.c: (get_current_editor),
7606         (atp_output_context_initialize), (atp_user_tool_execute):
7607         * plugins/tools/variable.c: (get_current_editor),
7608         (atp_variable_get_editor_variable):
7609         
7610         Some more IAnjutaEditor => IAnjutaDocument fixing!
7611         
7612         * plugins/glade/anjuta-glade-notebook.h:
7613         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7614         (glade_update_ui):
7615         * plugins/glade/plugin.h:
7616         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7617         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7618         be used for glade, too. It might still have some rough edges but already works.
7619         (Fixes #415547 – Glade usability problem)
7621 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7623         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7624           development release (I updated version of glade3 svn to 3.3.2).
7626 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7628         * plugins/symbol-browser/an_symbol_view.c:
7629         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7631 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7633         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7634         (on_system_tags_update_finished), (on_update_global_clicked),
7635         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7636         (symbol_browser_prefs_init),
7637         (symbol_browser_prefs_create_global_tags),
7638         (symbol_browser_load_global_tags):
7639         * plugins/symbol-browser/an_symbol_prefs.h:
7640         * plugins/symbol-browser/an_symbol_view.c:
7641         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7642         * plugins/symbol-browser/an_symbol_view.h:
7643         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7644         on global tags update because of delayed prefs merging. Happens when
7645         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7646         is opened.
7648 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7650         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7651         after install/uninstall.
7653         Patch from James Liggett:
7654         * scripts/glade2schemas.pl: Fixed creating schemas for list
7655         values.
7657 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7659         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7660           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7661           development release since glade svn version is also 3.3.1. In future, the
7662           solution would be for us to always increment the micro version when
7663           changing the API.
7665 2007-07-05  Johannes Schmid <jhs@gnome.org>
7667         * libanjuta/interfaces/libanjuta.idl:
7668         * plugins/build-basic-autotools/build-basic-autotools.c:
7669         (on_build_mesg_format):
7670         * plugins/debug-manager/breakpoints.c:
7671         (breakpoint_item_update_in_ui),
7672         (breakpoints_dbase_edit_breakpoint),
7673         (on_toggle_breakpoint_activate):
7674         * plugins/debug-manager/plugin.c:
7675         (on_run_to_cursor_action_activate):
7676         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7677         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7678         (get_current_editor), (on_save_activate), (on_save_as_activate),
7679         (on_save_prompt_save_editor), (on_close_file_activate),
7680         (on_close_all_file_activate), (on_reload_file_activate),
7681         (anjuta_print_cb), (anjuta_print_preview_cb),
7682         (on_editor_command_upper_case_activate),
7683         (on_editor_command_lower_case_activate),
7684         (on_editor_command_undo_activate),
7685         (on_editor_command_redo_activate),
7686         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7687         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7688         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7689         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7690         (on_zoom_out_text_activate), (on_force_hilite_activate),
7691         (on_indent1_activate), (on_swap_activate),
7692         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7693         * plugins/document-manager/anjuta-docman.c:
7694         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7695         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7696         (anjuta_docman_dispose), (on_notebook_switch_page),
7697         (anjuta_docman_page_from_widget), (on_editor_destroy),
7698         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7699         (anjuta_docman_get_current_document),
7700         (anjuta_docman_set_current_document),
7701         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7702         (anjuta_docman_update_page_label),
7703         (anjuta_docman_get_document_from_path),
7704         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7705         (anjuta_docman_order_tabs):
7706         * plugins/document-manager/anjuta-docman.h:
7707         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7708         (update_editor_ui_interface_items), (update_editor_ui),
7709         (on_editor_update_save_ui), (on_editor_update_ui),
7710         (on_editor_changed), (on_save_prompt_save_editor),
7711         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7712         (ianjuta_docman_get_current_document),
7713         (ianjuta_docman_set_current_document),
7714         (ianjuta_docman_remove_buffer),
7715         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7716         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7717         (idocument_get_filename), (idocument_can_undo),
7718         (idocument_can_redo), (idocument_undo),
7719         (idocument_begin_undo_action), (idocument_end_undo_action),
7720         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7721         * plugins/language-support-cpp-java/plugin.c:
7722         (on_editor_char_inserted_cpp), (on_auto_indent):
7723         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7724         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7725         * plugins/sample1/plugin.c: (on_sample_action_activate):
7726         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7727         (on_next_occur), (on_incremental_entry_key_press),
7728         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7729         (on_toolbar_find_incremental_start),
7730         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7731         * plugins/search/search-replace.c: (search_and_replace),
7732         (write_message_pane), (search_start_over), (search_update_combos),
7733         (replace_update_combos), (anjuta_search_replace_activate):
7734         * plugins/search/search-replace_backend.c:
7735         (file_buffer_new_from_path), (create_search_entries):
7736         * plugins/sourceview/sourceview-print.c: (create_print_job):
7737         * plugins/sourceview/sourceview.c:
7738         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7739         (idocument_can_redo), (idocument_can_undo),
7740         (idocument_begin_undo_action), (idocument_end_undo_action),
7741         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7742         (idocument_get_filename), (idocument_iface_init):
7743         * plugins/tools/editor.c: (on_editor_response):
7744         * plugins/tools/execute.c: (atp_output_context_initialize),
7745         (atp_user_tool_execute):
7746         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7747         
7748         Create IAnjutaDocument interface. This interface is a more general idea
7749         of documents being anything that can be modified, has undo/redo and
7750         may have operations like copy/paste.
7751         The primary goal is to integrate better by making it use the standard file
7752         and edit menu instead of it's own glade menu. Of course the downside is that
7753         you won't be able to view a source file and the designer at the same time. Anyway
7754         so many people have complained that they "can't save a glade file" that I think
7755         this is the much better solution.
7756         Work on the glade plugin is still to come but the most difficult things should be
7757         done now.
7759 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7761         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7762           version 3.0.3.
7764 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7766         * libanjuta/anjuta-plugin-manager.c:
7767         (anjuta_plugin_manager_get_plugins_page),
7768         (anjuta_plugin_manager_get_remembered_plugins_page):
7769         * libanjuta/anjuta-plugin-manager.h:
7770         * src/anjuta-app.c: (anjuta_app_install_preferences):
7771         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7772         and remembered plugins preferences pages in separate pages (avoid
7773         crowd).
7775 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7777         Patch from James Liggett  <jrliggett@cox.net>:
7778         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7779         Installed editor preferences schemas. Fixes bug #453463.
7781 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7783         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7784         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7786 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7788         * plugins/document-manager/anjuta-document-manager.ui:
7789         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7790         * src/action-callbacks.c:
7791         * src/action-callbacks.h:
7792         * src/anjuta-actions.h:
7793         * src/anjuta-app.c: (anjuta_app_instance_init),
7794         (anjuta_app_install_preferences):
7795         * src/anjuta.glade:
7796         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7797         General preferences page. Move preferences menu from Settings to
7798         Edit submenu. And got rid of Settings submenu.
7800 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7802         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7803         
7804 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7806         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7807         as discussed and agreed with James Liggett.
7809         Patch from James Liggett  <jrliggett@cox.net>:
7811         * configure.in:
7812         * libanjuta/anjuta-plugin-manager.c:
7813         (on_activated_plugin_objects_foreach),
7814         (anjuta_plugin_manager_get_active_plugin_objects):
7815         * libanjuta/anjuta-plugin-manager.h:
7816         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7817         (anjuta_plugin_deactivate):
7818         * libanjuta/anjuta-preferences-dialog.c:
7819         (anjuta_preferences_dialog_finalize),
7820         (anjuta_preferences_dialog_class_init), (add_category_columns),
7821         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7822         (anjuta_preferences_dialog_remove_page):
7823         * libanjuta/anjuta-preferences.c: (property_destroy),
7824         (unregister_preferences_key), (register_callbacks),
7825         (preferences_foreach_callback), (connect_prop_to_object),
7826         (anjuta_preferences_register_property_raw),
7827         (anjuta_preferences_register_property_custom),
7828         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7829         (anjuta_preferences_remove_page),
7830         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7831         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7832         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7833         (anjuta_preferences_class_init), (anjuta_preferences_new):
7834         * libanjuta/anjuta-preferences.h:
7835         * plugins/build-basic-autotools/Makefile.am:
7836         * plugins/build-basic-autotools/build-basic-autotools.c:
7837         (ipreferences_unmerge):
7838         * plugins/cvs-plugin/Makefile.am:
7839         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7840         * plugins/document-manager/Makefile.am:
7841         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7842         * plugins/editor/plugin.c: (ipreferences_unmerge):
7843         * plugins/file-manager/Makefile.am:
7844         * plugins/file-manager/plugin.c: (activate_plugin),
7845         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7846         * plugins/gtodo/plugin.c: (ipreferences_merge),
7847         (ipreferences_unmerge):
7848         * plugins/language-support-cpp-java/Makefile.am:
7849         * plugins/language-support-cpp-java/plugin.c:
7850         (ipreferences_unmerge):
7851         * plugins/message-view/Makefile.am:
7852         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7853         * plugins/sourceview/Makefile.am:
7854         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7855         * plugins/symbol-browser/Makefile.am:
7856         * plugins/symbol-browser/an_symbol_prefs.c:
7857         (symbol_browser_prefs_finalize):
7858         * plugins/terminal/Makefile.am:
7859         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7860         * plugins/valgrind/plugin.c: (ipreferences_merge),
7861         (ipreferences_unmerge):
7862         * scripts/Makefile.am:
7863         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7864         * src/Makefile.am:
7865         * src/action-callbacks.c: (on_set_preferences1_activate):
7866         * src/anjuta-app.c: (anjuta_app_instance_init),
7867         (anjuta_app_install_preferences):
7868         * src/anjuta-app.h:
7869         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7870         task: Bug #445314: On demand preferences widgets creation. Thanks
7871         James for this great work.
7873 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7875         * plugins/debug-manager/data_buffer.c,
7876         plugins/message-view/message-view.c: Fixed compiler warnings.
7878 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7880         * src/action-callbacks.c: (help_activate),
7881         (on_help_manual_activate), (on_help_tutorial_activate),
7882         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7884         Fixed help activation (bug #451557).
7886 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7888         * AUTHORS: Added James Liggett. Forgot to add him before :(
7890 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7892         * plugins/debug-manager/debugger.c,
7893         plugins/debug-manager/plugin.c,
7894         plugins/gdb/debugger.c,
7895         libanjuta/interfaces/libanjuta.idl:
7896         Add a GError* parameter to debugger-stopped signal
7898         * (added) libanjuta/anjuta-error.c,
7899         (added) libanjuta/anjuta-error.h,
7900         libanjuta/Makefile.am:
7901         Register GError as a boxed type
7903         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7904         Support GError* in signal, GError must be registered as a boxed type
7905         Accept NULL as strings
7907 === anjuta 2.2.0 ===
7909 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7911         * configure.in: Bumped version to 2.2.0
7912         * NEWS: Updated for 2.2.0 stable release.
7913         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7914         Reduce the idle priority to make the UI update before anything else.
7916 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7918         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7920         * libanjuta/interfaces/libanjuta.idl:
7921         * plugins/document-manager/action-callbacks.c:
7922         (on_editor_command_complete_word_activate):
7923         * plugins/document-manager/plugin.c:
7924         (update_editor_ui_interface_items):
7925         * plugins/editor/text_editor.c: (iautocomplete_activate),
7926         (iautocomplete_iface_init):
7927         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7929         Moved autocomplete() method away from IAnjutaEditorAssist into
7930         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7931         autocomplete and does not crash with sourceview. Fixes Bug #449620
7932         – The auto completion functionality not work. Also sets menuitem 
7933         insensitive when hiding them.
7935         * plugins/debug-manager/disassemble.c:
7936         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7937         printf types.
7939 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7941         * pixmaps/anjuta_splash.png: Updated.
7942         
7943         * plugins/search/search-replace.c
7944         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7945         the right target (project).
7946         * ChangeLog: Added missing log.
7948 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7950         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7951         manuals/anjuta-manual/C/fileoperations.xml,
7952         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7954         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7956         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7958 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7960         * TODO.tasks: Added bounty for on-demand preferences.
7962         Patch from Thierry Moisan:
7963         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7964         (bug #88824).
7966 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7968         Patch from tpgww@onepost.net:
7970         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7971         * libegg/test-actions.c:
7972         * libegg/test-multi-drag.c: (main):
7973         * plugins/debug-manager/memory.c: (read_memory_block):
7974         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7976         Fixes compile warnings. Fixes bug #427101.
7978 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7980         Patch from James Liggett:
7982         * plugins/profiler/gprof-options.c: (on_option_changed),
7983         (setup_widgets):
7984         * plugins/profiler/gprof-options.h:
7985         * plugins/profiler/gprof-profile-data.c:
7986         (gprof_profile_data_init_profile):
7987         * plugins/profiler/gprof-profile-data.h:
7988         * plugins/profiler/plugin.c: (profiler_get_data),
7989         (profiler_set_target), (register_options),
7990         (on_profile_data_browse_button_clicked),
7991         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7992         * plugins/profiler/profiler.glade: implements independent targets.
7993         implements the ability to select arbitrary gmon.out files.
7994         Fixes bug #403502 – User should also be allowed to select an
7995         independent executable target.
7997 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7999         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
8001         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
8002         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
8004 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
8006         * plugins/debug-manager/plugin.c,
8007         plugins/debug-manager/breakpoints.c:
8008         Remove weak pointers when owner is destroyed
8009         Remove all breakpoints before loading new one
8011 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
8013         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
8014          
8015 2007-06-19  Naba Kumar  <naba@gnome.org>
8017         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
8018         Bug #448491 Empty Lines Problem.
8020         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
8021         
8022         * data/default.profile, plugins/message-view/plugin.c: Do not
8023         restore session for messages.
8024         Fixes bug #377461 – don't create new message window for each
8025         build/find.
8027         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
8028         Fixes a crash on exit/project-close if profiler plugin is loaded.
8030 2007-06-17  Naba Kumar  <naba@gnome.org>
8032         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
8033         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
8035         * plugins/file-loader/plugin.c: Fail on opening non existent files.
8036         Bug #448034 – Anjuta crashes on starting (when the last project
8037         directory was deleted).
8039         * plugins/document-manager/plugin.c: Set line markers for files
8040         opened via IAnjutaFile::open(). Fixes missing line markers while
8041         navigating symbols.
8043 2007-06-17  Naba Kumar  <naba@gnome.org>
8045         * plugins/sourceview/sourceview.glade: Set correct font
8046         default value and use monospace instead of sans. Fixes
8047         bug #448408 – crash in Anjuta IDE: Trying to change the
8048         editor
8050 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8052         * plugins/search/search-replace.c,
8053         plugins/search/search-replace.h,
8054         plugins/search/anjuta-search.glade:
8055         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
8056         Fixes bug #355166
8058 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8060         * plugins/debug-manager/plugin.c,
8061         plugins/debug-manager/breakpoints.c:
8062         Add weak references, fixes bug #448053 ?
8064 2007-06-16  Naba Kumar  <naba@gnome.org>
8066         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
8067         dialog to allow forgetting them if user chooses to select a different
8068         one.
8070 2007-06-13  Naba Kumar  <naba@gnome.org>
8072         * plugins/sourceview/sourceview-prefs.c: Initialize font
8073         on startup correctly if use_theme is set.
8075         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
8076         if available for default font. Fixes bug #447304.
8078         * plugins/sourceview/sourceview-prefs.c: Return value based
8079         on right data type. Fixes Bug #438878 – Using gtksourceview editor
8080         for the first time has black background
8081         
8082         * plugins/project-manager/plugin.c: Give a better error message
8083         when project could not be loaded.
8085         * libanjuta/anjuta-serializer.c: Added a comment.
8087 2007-06-13  Johannes Schmid <jhs@gnome.org>
8089         * configure.in:
8090         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
8091         most warnings to avoid simple coding problems.
8092         
8093         * plugins/message-view/anjuta-msgman.c:
8094         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
8095         * plugins/message-view/plugin.c: (on_view_changed),
8096         (ianjuta_msgman_add_view):
8097         
8098         Fixed #440866 by always presenting the message-manager when a tab is
8099         added because Gtk+ seems to have problems to add tabs to hidden widgets.
8100         
8101         * plugins/subversion/subversion-callbacks.c:
8102         (on_subversion_commit_response):
8103         Destroy dialog if user clicks "No"
8105 2007-06-12  Naba Kumar  <naba@gnome.org>
8107         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
8108         read and use of uninitialized variable.
8110         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
8111         because it is used in credits listing and packaging could compress
8112         it in docdir. Fixes bug #397881: The credits are empty
8114         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
8115         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
8116         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
8117         plugins/symbol-browser/an_symbol_info.c,
8118         plugins/symbol-browser/plugin.c,
8119         plugins/symbol-browser/an_symbol_view.c,
8120         plugins/editor/aneditor-autocomplete.cxx:
8122         - Do not access TMTag
8123         member in TMSymbol when freeing it because by then the tags
8124         could have changed. Avoids dangerous memory corruptions by freeing
8125         someone else's memory (Could explain those random crashes when
8126         refreshing symbols or re-loading a different project or closing
8127         a project). Anything that tries to refresh symbols could trigger
8128         this corruptions.
8129         - Added a flag to also retrieve method definitions as part of
8130         the class's scope members. And used it to set both function prototype
8131         and definition in symbols. Fixes navigation to prototype and
8132         function definitions from symbol browser (bug #440370)
8134         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
8135         memory. Could fix those bogus 'file changed' dialogs.
8137         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
8139 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8141         * (added) libanjuta/anjuta-utils-priv.h,
8142         libanjuta/anjuta-utils.h,
8143         libanjuta/anjuta-launcher.c,
8144         libanjuta/Makefile.am:
8145         Fix bug #440801: do not use config.h in public include files
8147 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8149         * plugins/project-wizard/templates/mkfile.wiz:
8150         Fix bug #442038: missing project.sh file
8152         * configure.in,
8153         plugins/project-wizard/templates/Makefile.am,
8154         plugins/project-wizard/templates/translatable-strings.h,
8155         (added) plugins/project-wizard/templates/sdl.wiz,
8156         (added) plugins/project-wizard/templates/appwiz_sdl.png,
8157         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
8158         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
8159         (added) plugins/project-wizard/templates/sdl/Makefile.am,
8160         (added) plugins/project-wizard/templates/sdl/.cvsignore,
8161         (added) plugins/project-wizard/templates/sdl/src/main.c,
8162         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
8163         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
8164         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
8165         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
8166         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
8167         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
8168         Fix bug #315635: add a SDL project wizard
8170 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
8172         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
8173         when SIGCHLD is triggered when main loop context is locked. Dead lock
8174         happens when child_exited callback also accesses main loop context.
8175         Happens particularly badly in debug target exiting.
8177 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
8179         * manuals/anjuta-manual/C/debugger.xml:
8180         First update of the debugger documentation
8182 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
8184         * manuals/anjuta-manual/C/fileoperations.xml,
8185         manuals/anjuta-manual/C/projects.xml,
8186         manuals/anjuta-manual/C/anjuta-manual.xml,
8187         manuals/anjuta-manual/C/build.xml,
8188         manuals/anjuta-manual/C/execute.xml,
8189         manuals/anjuta-manual/Makefile.am: Updated more documentation.
8190         Added project properties documentation. Moved execution section
8191         inside project management. Removed dead documentation.
8193 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
8195         * src/anjuta.c, plugins/symbol-browser/plugin.c,
8196         plugins/symbol-browser/plugin.h,
8197         plugins/symbol-browser/an_symbol_prefs.c,
8198         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8199         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
8200         progress bar instead of separate window for system tags
8201         generation. Renamed AnjutaStatus methods to a proper ones.
8203         * plugins/symbol-browser/plugin.c,
8204         plugins/symbol-browser/plugin.h,
8205         plugins/symbol-browser/an_symbol_prefs.c,
8206         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8207         global-tags/create_global_tags.sh.in: Get rid of message window
8208         for showing global tags creation and use a small window with
8209         progress bar.
8211 2007-05-30  Naba Kumar  <naba@gnome.org>
8213         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
8214         Bug 442315 – After calling configure, the build menus are still insensitive,
8215         Bug 442314 – Autogeneration fails when there is no autogen.sh
8217         * plugins/project-manager/plugin.c: Fixed mem corruption when it
8218         fails to remove target/source/group. Fixes bug #440196 – crash in
8219         Anjuta IDE: removing a target
8221 2007-05-29  Naba Kumar  <naba@gnome.org>
8223         * plugins/symbol-browser/an_symbol_view.c,
8224         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8225         tags generation. Fixed runtime warning.
8227 2007-05-28  Naba Kumar  <naba@gnome.org>
8229         Patch from James Liggett  <jrliggett@cox.net>:
8230         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8231         Fixed bug #403502 – User should also be allowed to select an
8232         independent executable target.
8234 2007-05-27  Johannes Schmid <jhs@gnome.org>
8236         * plugins/build-basic-autotools/build-basic-autotools.c:
8237         (get_real_directory), (on_build_mesg_format):
8238         
8239         Find correct files for error messages inside scratchbox
8241 2007-05-27  Naba Kumar  <naba@gnome.org>
8243         * manuals/anjuta-manual/C/projects.xml,
8244         manuals/anjuta-manual/C/projects.xml: Updated project
8245         management chapter more.
8247 2007-05-25  Johannes Schmid <jhs@gnome.org>
8249         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8250         * plugins/build-basic-autotools/build-basic-autotools.c:
8251         (on_sb_check_toggled), (build_execute_command),
8252         (ipreferences_merge), (ipreferences_unmerge):
8253         Added support for building inside scratchbox environment
8254         
8255         Patch from James Liggett <jrliggett@cox.net>:
8256         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8257         (anjuta_msgman_append_view):
8259         Fix 440866 
8260           – Anjuta aborts with numerous assertion failures when adding a new message view tab
8262 2007-05-23  Naba Kumar  <naba@gnome.org>
8264         * manuals/anjuta-manual/C/projects.xml: Updated project
8265         management chapter.
8267 2007-05-22  Naba Kumar  <naba@gnome.org>
8269         * manuals/anjuta-manual/C/projects.xml: More updates.
8271         * manuals/anjuta-manual/C/introduction.xml,
8272         manuals/anjuta-manual/C/projects.xml,
8273         manuals/anjuta-manual/C/interface.xml: Updated documentation.
8275 2007-05-22  Naba Kumar  <naba@gnome.org>
8277         Patch from Étienne Bersac:
8278         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8279         class in generated class.
8281 2007-05-22  Naba Kumar  <naba@gnome.org>
8283         * plugins/profiler/plugin.c: Fixed a compiler warning.
8284         * plugins/valgrind/Makefile.am: Added ldflags.
8286         Patch from James Liggett:
8287         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8288         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8289         specific options.
8291 2007-05-18  Johannes Schmid <jhs@gnome.org>
8293         * plugins/editor/text_editor.c:
8294         * plugins/language-support-cpp-java/plugin.c:
8295         (on_editor_language_changed), (on_value_added_current_editor),
8296         (on_value_removed_current_editor):
8297         
8298         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8299         Fix assist support in language-support-plugin.
8301 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8303         * libanjuta/interfaces/libanjuta.idl:
8304         Add a new interface allowing to implement plugin able
8305         to load other plugins (not written in C)
8307         * libanjuta/anjuta-plugin-handle.c,
8308         libanjuta/anjuta-plugin-handle.h:
8309         Add a language and a resident plugin properties
8311         * libanjuta/anjuta-glue-plugin.c,
8312         libanjuta/anjuta-glue-plugin.h,
8313         (added)libanjuta/anjuta-glue-c.c,
8314         (added)libanjuta/anjuta-glue-c.h,
8315         libanjuta/Makefile.am:
8316         Split code used to load a C plugin into a common part
8317         in anjuta-glue-plugin and a specific part in anjuta-glue-c
8319         * libanjuta/anjuta-glue-factory.c,
8320         libanjuta/anjuta-glue-factory.h,
8321         libanjuta/anjuta-plugin-manager.c:
8322         Allow to load plugin not written in C and search for the
8323         additional needed code in another plugin
8325 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8327         * plugins/editor/text_editor.c:
8328         Add an empty implementation of IAnjutaEditorAssist for scintilla,
8329         avoiding a crash if scintilla is used
8331 2007-05-14  Johannes Schmid <jhs@gnome.org>
8333         * libanjuta/interfaces/libanjuta.idl:
8334         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8335         (assist_cleanup), (on_assist_end), (on_assist_cancel),
8336         (on_assist_chosen), (on_assist_update), (get_context),
8337         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8338         (install_assist), (uninstall_assist), (install_support),
8339         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8340         (cpp_java_plugin_instance_init):
8341         * plugins/language-support-cpp-java/plugin.h:
8342         Use IAnjutaEditorAssist to show language specific suggestions
8343         
8344         * plugins/sourceview/Makefile.am:
8345         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8346         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8347         * plugins/sourceview/anjuta-view.h:
8348         * plugins/sourceview/assist-window.c: (assist_window_expose),
8349         (assist_window_set_property), (assist_window_get_property),
8350         (assist_window_class_init), (assist_activated),
8351         (assist_window_init), (assist_window_finalize),
8352         (assist_window_select), (assist_window_first),
8353         (assist_window_last), (assist_window_up), (assist_window_down),
8354         (get_coordinates), (assist_window_move), (assist_window_update),
8355         (assist_window_filter_keypress), (assist_window_is_active),
8356         (assist_window_new), (assist_window_get_trigger),
8357         (assist_window_get_position):
8358         * plugins/sourceview/assist-window.h:
8359         * plugins/sourceview/sourceview-args.c (removed):
8360         * plugins/sourceview/sourceview-args.h (removed):
8361         * plugins/sourceview/sourceview-autocomplete.c (removed):
8362         * plugins/sourceview/sourceview-autocomplete.h (removed):
8363         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8364         * plugins/sourceview/sourceview-private.h:
8365         * plugins/sourceview/sourceview-scope.c(removed):
8366         * plugins/sourceview/sourceview-scope.h(removed):
8367         * plugins/sourceview/sourceview.c: (on_assist_chosen),
8368         (on_assist_cancel), (on_document_char_added),
8369         (on_reload_dialog_response), (sourceview_class_init),
8370         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8371         (iassist_remove_trigger), (iassist_autocomplete),
8372         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8373         (iassist_react), (iassist_iface_init):
8374         * plugins/sourceview/tag-window.c (moved to assist-window.c):
8375         * plugins/sourceview/tag-window.h (moved to assist-window.c):
8376         
8377         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8378         - Mark files dirty if reload dialog is canceled.
8380 2007-05-12  Naba Kumar  <naba@gnome.org>
8382         * libanjuta/anjuta-launcher.h: Corrected include file.
8384 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8386         * libanjuta/anjuta-glue-plugin.c,
8387         libanjuta/anjuta-glue-plugin.h,
8388         libanjuta/anjuta-glue-factory.c,
8389         libanjuta/anjuta-glue-factory.h,
8390         ibanjuta/anjuta-plugin-manager.c:
8391         Move code used to load a C plugin from glue-factory to glue-plugin
8392         So loading a plugin written in another language could be done by
8393         just using another object derived from AnjutaGluePlugin
8395         * libanjuta/libanjuta.h:
8396         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8397         includes
8399 === anjuta 2.1.3 ===
8401 2007-05-11  Naba Kumar  <naba@gnome.org>
8403         * configure.in: Bumped version to 2.1.3
8404         * NEWS: Updated.
8405         * AUTHORS: Updated.
8406         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8408 2007-05-11  Naba Kumar  <naba@gnome.org>
8410         * configure.in:
8411         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8412         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8413         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8415 2007-05-10  Johannes Schmid <jhs@gnome.org>
8417         * plugins/search/plugin.c:
8418         Make incremental search behave less annoying
8419         
8420 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8422         * plugins/macro/macro-util.c:
8423         Fix bug #419008 and bug #419036
8424         When creating new header file, use name and email set in
8425         preferences and replace invalid C character by underscore
8426         in guards
8428 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8430         * plugins/search/search-replace.c,
8431         plugins/search/search-replace_backend.c:
8432         Disable search button if search expression is empty (bug #378193)
8434 2007-05-08  Naba Kumar  <naba@gnome.org>
8436         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8437         build error.
8439 2007-05-07  Naba Kumar  <naba@gnome.org>
8441         * configure.in:
8442         * plugins/project-wizard/templates/Makefile.am:
8443         * plugins/project-wizard/templates/minimal.wiz:
8444         * plugins/project-wizard/templates/minimal/.cvsignore:
8445         * plugins/project-wizard/templates/minimal/Makefile.am:
8446         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8447         * plugins/project-wizard/templates/minimal/autogen.sh:
8448         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8449         * plugins/project-wizard/templates/minimal/project.anjuta:
8450         Added 'minimal', a generic and flat, project template.
8451         
8452 2007-05-05  Naba Kumar  <naba@gnome.org>
8454         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8456         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8457         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8458         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8459         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8460         instead of a real one, fixes interdependency with libanjuta.
8461         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8462         * libanjuta/Makefile.am: 
8463         * libegg/Makefile.am:
8464         * plugins/build-basic-autotools/Makefile.am:
8465         * plugins/class-gen/Makefile.am:
8466         * plugins/class-inheritance/Makefile.am:
8467         * plugins/cvs-plugin/Makefile.am:
8468         * plugins/debug-manager/Makefile.am:
8469         * plugins/devhelp/Makefile.am:
8470         * plugins/document-manager/Makefile.am:
8471         * plugins/editor/Makefile.am:
8472         * plugins/file-loader/Makefile.am:
8473         * plugins/file-manager/Makefile.am:
8474         * plugins/file-wizard/Makefile.am:
8475         * plugins/gdb/Makefile.am:
8476         * plugins/glade/Makefile.am:
8477         * plugins/gtodo/Makefile.am:
8478         * plugins/language-support-cpp-java/Makefile.am:
8479         * plugins/macro/Makefile.am:
8480         * plugins/message-view/Makefile.am:
8481         * plugins/patch/Makefile.am:
8482         * plugins/profiler/Makefile.am:
8483         * plugins/project-import/Makefile.am:
8484         * plugins/project-manager/Makefile.am:
8485         * plugins/project-wizard/Makefile.am:
8486         * plugins/sample1/Makefile.am:
8487         * plugins/search/Makefile.am:
8488         * plugins/sourceview/Makefile.am:
8489         * plugins/subversion/Makefile.am:
8490         * plugins/symbol-browser/Makefile.am:
8491         * plugins/terminal/Makefile.am:
8492         * plugins/tools/Makefile.am:
8493         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8495 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8497         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8499 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8501         * libanjuta/anjuta-launcher.c,
8502         libanjuta/anjuta-launcher.h:
8503         Add some missing implementation
8505 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8507         Reviewed by Naba Kumar  <naba@gnome.org>:
8508         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8509         for uninstall-hook.
8511 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8513         Reviewed by Naba Kumar  <naba@gnome.org>:
8514         * plugins/editor/text_editor.c: Large memory addresses were being
8515         truncated, switched to glong (bug #422143).
8517 2007-04-24  Naba Kumar  <naba@gnome.org>
8519         * plugins/document-manager/plugin.c: (prefs_finalize):
8520         * plugins/editor/aneditor-autocomplete.cxx:
8521         * plugins/editor/text_editor_menu.c:
8522         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8523         * plugins/file-loader/plugin.c: (open_file_with),
8524         (create_open_with_submenu):
8525         * plugins/file-manager/plugin.c: (prefs_finalize):
8526         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8527         pointer type castings.
8529 2007-04-24  Naba Kumar  <naba@gnome.org>
8531         Patch from s|s  <supreet.sethi@gmail.com>:
8532         * (added) plugins/project-wizard/templates/django-logo.png:
8533         * (added) plugins/project-wizard/templates/django.wiz:
8534         * plugins/project-wizard/templates/Makefile.am:
8535         * plugins/project-wizard/templates/translatable-strings.h: Added
8536         django project template. http://www.djangoproject.com/
8538 2007-04-24  Naba Kumar  <naba@gnome.org>
8540         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8541         the log entry widget and made the dialog little larger.
8543 2007-04-24  Naba Kumar  <naba@gnome.org>
8545         Patch from Halton Huo:
8546         * configure.in:
8547         * plugins/project-wizard/property.c:
8548         * plugins/subversion/svn-auth.c:
8549         * plugins/subversion/svn-backend-priv.h:
8550         * plugins/subversion/svn-backend.c:
8551         * plugins/subversion/svn-backend.h:
8552         * plugins/subversion/svn-notify.h: Proper use of subversion
8553         headers. Fixes build issues in solaris (bug #426701).
8555 2007-04-24  Naba Kumar  <naba@gnome.org>
8557         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8558         
8559         * plugins/project-wizard/templates/cpp.wiz:
8560         * plugins/project-wizard/templates/gcj.wiz:
8561         * plugins/project-wizard/templates/gnome.wiz:
8562         * plugins/project-wizard/templates/gtk.wiz:
8563         * plugins/project-wizard/templates/gtkmm.wiz:
8564         * plugins/project-wizard/templates/java.wiz:
8565         * plugins/project-wizard/templates/python.wiz:
8566         * plugins/project-wizard/templates/terminal.wiz:
8567         * plugins/project-wizard/templates/wxwin.wiz:
8568         * plugins/project-wizard/templates/xlib-dock.wiz:
8569         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8570         project option and set it ON by default (since gnome-build, can't
8571         enabled configure shared lib support later when a sharedlib target
8572         is added).
8574 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8576         * plugins/debug-manager/stack_trace.c:
8577         Fix a missing case in the previous changes
8579 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8581         * plugins/debug-manager/plugin.c:
8582         Fix bug #430401
8584         * plugins/debug-manager/breakpoints.c,
8585         plugins/gdb/plugin.c:
8586         Fix adding breakpoint on a function
8588         * plugins/debug-manager/stack_trace.c:
8589         Highlight changed stack frame
8591 2007-04-18  Naba Kumar  <naba@gnome.org>
8593         * plugins/document-manager/anjuta-docman.c:
8594         (anjuta_docman_dispose), (on_editor_destroy),
8595         (anjuta_docman_remove_editor): Remove the editor widget from
8596         the parent container before calling destroy, otherwise container
8597         removal happens after TextEditor is disposed resulting in call
8598         to value-remove for a TextEditor which is half-dead (crash).
8600 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8602         * plugins/debug-manager/data_buffer.c
8603         plugins/debug-manager/data_view.c,
8604         plugins/debug-manager/memory.c:
8605         Fixes for bug #418523, bug #427090 and bug #428174
8607 2007-04-11 Halton Huo <halton.huo@sun.com>
8609         reviewed by: <jhs@gnome.org>
8611         * configure.in:
8612         * libanjuta/Makefile.am:
8613         * libanjuta/anjuta-utils.c:
8614         * libanjuta/anjuta-utils.h:
8615         * manuals/reference/libanjuta/Makefile.am:
8616         
8617         Fixed compilation on sun by deploying the libutil methods
8618         in anjuta-utils.h and building them on condition.
8620 2007-04-11  Johannes Schmid <jhs@gnome.org>
8622         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8623         (anjuta_docman_add_editor):
8624         Hold a reference on the editor as long as we use it.
8625         
8626         * plugins/document-manager/plugin.c: (on_editor_changed):
8627         Destroy GValue to fix a memoery leak.
8629 2007-04-11  Johannes Schmid <jhs@gnome.org>
8631         * plugins/document-manager/plugin.c: (on_editor_changed):
8632         Fixed reference counting for editor by using g_value_take_object instead
8633         of g_value_set_object. The editors are now correctly finalized and thus
8634         we do not lack so much memory anymore.
8635         
8636         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8637         (anjuta_view_finalize), (anjuta_view_focus_out),
8638         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8639         * plugins/sourceview/anjuta-view.h:
8640         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8641         * plugins/sourceview/sourceview-prefs.c:
8642         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8643         * plugins/sourceview/sourceview-prefs.h:
8644         * plugins/sourceview/sourceview-private.h:
8645         * plugins/sourceview/sourceview.c: (on_document_loaded),
8646         (timeout_unref), (on_document_saved), (sourceview_finalize),
8647         (sourceview_new), (ifile_open), (ifile_savable_save),
8648         (ifile_savable_save_as):
8650         Several changes to fix things when the editor is correctly destroyed.
8651         Fixed preferences (which led me to the refcounting issue, #409412)
8652         and removed deprecated completition code that will be replace by
8653         IAnjutaAssist interface soon. 
8655 2007-04-11  Johannes Schmid <jhs@gnome.org>
8657         * libanjuta/anjuta-launcher.c:
8658         (anjuta_launcher_execution_done_cleanup),
8659         (anjuta_launcher_child_terminated):
8660         Possible fix for #428363 and added a g_return_if_fail
8662         * plugins/message-view/plugin.c: (activate_plugin):
8663         Fixed a Gtk/Gdl-Critical
8664         
8665         Patches from Étienne Bersac <bersace03@laposte.net>
8666         * plugins/class-gen/templates/go-source.tpl:
8667         * plugins/macro/macros.xml:
8668         Use better template for GObjects (#417875 and #417918)
8669         
8670         Patches from Halton Huo <halton.huo@sun.com>
8671         * libanjuta/anjuta-launcher.h:
8672         * libanjuta/anjuta-preferences.c:
8673         * libanjuta/anjuta-utils.c:
8674         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8675         (cg_window_set_add_to_repository):
8676         * plugins/class-inheritance/class-inherit.c:
8677         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8679 2007-04-09  Johannes Schmid <jhs@gnome.org>
8681         * plugins/editor/print.c: (anjuta_print_show_header):
8682         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8683         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8685   Some string changes (#427395 and #427399)
8687 2007-04-06  Johannes Schmid <jhs@gnome.org>
8689         * plugins/build-basic-autotools/build-basic-autotools.c:
8690         (on_build_mesg_format), (on_build_mesg_parse):
8691         Fixed full path detection
8693 2007-04-05  Naba Kumar  <naba@gnome.org>
8695         Patch from Halton Huo:
8696         * libanjuta/Makefile.am:
8697         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8698         * libanjuta/anjuta-glue-cpp.h:
8699         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8700         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8701         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8702         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8703         (load_plugin), (anjuta_glue_factory_get_object_type):
8704         * libanjuta/anjuta-glue-factory.h:
8705         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8706         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8707         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8708         (anjuta_glue_plugin_new):
8709         * libanjuta/anjuta-glue-plugin.h:
8710         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8711         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8712         * libanjuta/anjuta-plugin.h:
8713         * libanjuta/glue-cpp.c:
8714         * libanjuta/glue-cpp.h:
8715         * libanjuta/glue-factory.c:
8716         * libanjuta/glue-factory.h:
8717         * libanjuta/glue-plugin.c:
8718         * libanjuta/glue-plugin.h:
8719         * plugins/build-basic-autotools/build-basic-autotools.h:
8720         * plugins/class-gen/plugin.h:
8721         * plugins/class-inheritance/plugin.h:
8722         * plugins/cvs-plugin/plugin.h:
8723         * plugins/debug-manager/plugin.h:
8724         * plugins/devhelp/plugin.h:
8725         * plugins/document-manager/plugin.h:
8726         * plugins/editor/plugin.h:
8727         * plugins/file-loader/plugin.h:
8728         * plugins/file-manager/plugin.h:
8729         * plugins/file-wizard/plugin.h:
8730         * plugins/gdb/plugin.h:
8731         * plugins/glade/plugin.h:
8732         * plugins/gtodo/plugin.h:
8733         * plugins/language-support-cpp-java/plugin.h:
8734         * plugins/macro/plugin.h:
8735         * plugins/message-view/plugin.h:
8736         * plugins/patch/plugin.h:
8737         * plugins/profiler/plugin.h:
8738         * plugins/project-import/plugin.h:
8739         * plugins/project-manager/plugin.h:
8740         * plugins/project-wizard/plugin.h:
8741         * plugins/sample1/plugin.h:
8742         * plugins/search/plugin.h:
8743         * plugins/sourceview/plugin.h:
8744         * plugins/subversion/plugin.h:
8745         * plugins/symbol-browser/plugin.h:
8746         * plugins/terminal/terminal.c:
8747         * plugins/tools/plugin.h:
8748         * plugins/tools/scripts/tools-2.xml.in:
8749         * plugins/valgrind/plugin.h:
8751         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8753 2007-04-05  Naba Kumar  <naba@gnome.org>
8755         * anjuta.spec.in, configure.in: Removed dead codes.
8756         
8757         Patch from Jos Dehaes:
8758         * configure.in, plugins/project-wizard/templates/Makefile.am,
8759         plugins/project-wizard/templates/mkfile.wiz,
8760         plugins/project-wizard/templates/translatable-strings.h: Enabled
8761         makefile-based project creation and import. Fixes bug #355145
8763 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8765         * plugins/debug-manager/debugger.c,
8766         plugins/debug-manager/plugin.c,
8767         plugins/gdb/anjuta-gdb.plugin.in:
8768         Code cleaning (remove unused code, rename this into self)
8769         Add information about supported format in debugger plugin
8770         Activate debugger plugin according to the target format
8772 2007-04-01  Naba Kumar  <naba@gnome.org>
8774         * plugins/message-view/message-view.c:
8775         (message_view_instance_init): Fixed message icons to appear.
8777 2007-03-31  Johannes Schmid <jhs@gnome.org>
8779         * plugins/message-view/anjuta-msgman.c:
8780         (anjuta_msgman_append_view):
8781         * plugins/message-view/plugin.c: (on_view_changed),
8782         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8783         
8784         Fixed #424845
8786 2007-03-31  Johannes Schmid <jhs@gnome.org>
8788         * plugins/message-view/message-view.c:
8789         (message_view_instance_init), (imessage_view_append):
8790         Show nice icons beside the messages for info, warning and error. This is a completly
8791         cosmetic change so if someone dislikes it he is free to remove it.
8793 2007-03-31  Johannes Schmid <jhs@gnome.org>
8794         
8795         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8796         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8797         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8798         * plugins/message-view/anjuta-msgman.h:
8799         * plugins/message-view/message-view.h:
8800         * plugins/message-view/plugin.c: (on_view_changed),
8801         (activate_plugin):
8802         Fixed #359399 and made next/previous insensitive when not availible
8803         
8804         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8805         (tag_style_to_string):
8806         Fixed namespace Problem with gdk >= 2.11
8807         
8808         * plugins/sourceview/sourceview-autocomplete.c:
8809         (sourceview_autocomplete_init):
8810         Removed structure, follow-up of #423682
8812 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8814         * plugins/debug-manager/debug_tree.c,
8815         plugins/debug-manager/debug_tree.h,
8816         plugins/debug-manager/watch.c,
8817         plugins/debug-manager/anjuta-debug-manager.glade:
8818         Inspect variable at cursor
8819         Fix buttons in inspect dialog
8821 2007-03-27  Halton Huo  <halton.huo@sun.com>
8823         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8825         * plugins/sourceview/sourceview-autocomplete.c
8826         plugins/debug-manager/disassemble.c,
8827         libanjuta/interfaces/libanjuta.idl:
8828         Remove array with 0 size and empty structure as it is not
8829         supported by sun cc, Fixes bug #423682
8831         * plugins/debug-manager/debugger.c:
8832         Remove anonymous union as it is not supported by sun cc,
8833         Fixes bug #423680
8835 === anjuta 2.1.2 ===
8837 2007-03-28  Naba Kumar  <naba@gnome.org>
8839         * configure.in: Bumped version to 2.1.2
8840         * NEWS: Updated for release.
8841         
8842         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8843         Improved breakpoint marker icon.
8844         
8845         * plugins/editor/anjuta-editor.plugin.in,
8846         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8847         non user activable since they are now remembered properly.
8849 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8851         * plugins/tools/editor.c:
8852         Fix bug #423270
8854 2007-03-27  Naba Kumar  <naba@gnome.org>
8856         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8857         word when autocompleting without leaving any trailing part of
8858         the word.
8860 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8862         Reviewed by Naba Kumar  <naba@gnome.org>:
8863         * anjuta.desktop.in.in: Remove "Application" category from desktop
8864         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8865         
8866 2007-03-27  Naba Kumar  <naba@gnome.org>
8867         
8868         * configure.in, plugins/document-manager/anjuta-docman.c:
8869         (anjuta_docman_add_editor): Conditionally compile notebook tab
8870         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8872         Patch from Halton Huo:
8873         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8874         non gcc compiler flags. Fixes bug #423089.
8875         
8876 2007-03-26  Naba Kumar  <naba@gnome.org>
8877         
8878         * AUTHORS, NEWS, TODO.tasks: Updated.
8879         
8880         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8881         close menuitem.
8882         
8883         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8884         (update_editor_symbol_model), (iter_matches),
8885         (on_editor_update_ui), (value_added_current_editor),
8886         (activate_plugin), (dispose),
8887         (symbol_browser_plugin_instance_init):
8888         * plugins/symbol-browser/plugin.h: update line on editor save
8889         and editor change. Code clean up and fixed warnings.
8891 2007-03-26  Naba Kumar  <naba@gnome.org>
8893         * plugins/project-wizard/templates/java/project.anjuta,
8894         plugins/project-wizard/templates/python/project.anjuta,
8895         plugins/project-wizard/templates/python/project.anjuta:
8896         Removed version control plugins from default selection.
8898         * plugins/tools/scripts/prepare-changelog.pl,
8899         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8900         script to a better one (that works on both cvs and svn).
8902 2007-03-26  Naba Kumar  <naba@gnome.org>
8904         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8905         Makefile.am: Added the generated translatable file (required for
8906         translations for svn checkouts).
8908         * (added)
8909         plugins/project-wizard/templates/extract-translatable-strings.pl
8910         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8911         po/POTFILES.in: Generated translatable strings for .wiz files and
8912         added them in POTFILES.in for translation. Fixes bug #398035
8914 2007-03-25  Naba Kumar  <naba@gnome.org>
8916         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8917         
8918         * src/anjuta-app.c: Removed dead codes.
8919         
8920         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8921         global tags generation starts.
8922         
8923         * plugins/debug-manager/chunk_view.c,
8924         plugins/debug-manager/start.h,
8925         plugins/debug-manager/chunk_view.h,
8926         plugins/debug-manager/utilities.c,
8927         plugins/debug-manager/utilities.h,
8928         plugins/debug-manager/debugger.c,
8929         plugins/debug-manager/threads.c,
8930         plugins/debug-manager/disassemble.c,
8931         plugins/debug-manager/info.c,
8932         plugins/debug-manager/sharedlib.c,
8933         plugins/debug-manager/threads.h,
8934         plugins/debug-manager/disassemble.h,
8935         plugins/debug-manager/signals.c,
8936         plugins/debug-manager/info.h,
8937         plugins/debug-manager/sharedlib.h,
8938         plugins/debug-manager/data_buffer.c,
8939         plugins/debug-manager/data_view.c,
8940         plugins/debug-manager/signals.h,
8941         plugins/debug-manager/debug_tree.c,
8942         plugins/debug-manager/watch.c,
8943         plugins/debug-manager/registers.c,
8944         plugins/debug-manager/data_buffer.h,
8945         plugins/debug-manager/data_view.h,
8946         plugins/debug-manager/memory.c,
8947         plugins/debug-manager/debug_tree.h,
8948         plugins/debug-manager/watch.h,
8949         plugins/debug-manager/registers.h,
8950         plugins/debug-manager/memory.h,
8951         plugins/debug-manager/locals.c,
8952         plugins/debug-manager/sexy-icon-entry.c,
8953         plugins/debug-manager/breakpoints.c,
8954         plugins/debug-manager/locals.h,
8955         plugins/debug-manager/sexy-icon-entry.h,
8956         plugins/debug-manager/stack_trace.c,
8957         plugins/debug-manager/breakpoints.h,
8958         plugins/debug-manager/sparse_buffer.c,
8959         plugins/debug-manager/sparse_view.c,
8960         plugins/debug-manager/stack_trace.h,
8961         plugins/debug-manager/sparse_buffer.h,
8962         plugins/debug-manager/sparse_view.h,
8963         plugins/debug-manager/start.c,
8964         plugins/gdb/utilities.c,
8965         plugins/gdb/utilities.h,
8966         plugins/gdb/debugger.c,
8967         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8968         setup.
8970 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8972         * plugins/gdb/debugger.c:
8973         Avoid empty debugger log window by limiting line to 90 characters
8975 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8977         * plugins/debug-manager/plugin.c,
8978         plugins/debug-manager/plugin.h,
8979         plugins/debug-manager/threads.c,
8980         plugins/debug-manager/threads.h,
8981         plugins/debug-manager/breakpoints.c,
8982         plugins/debug-manager/breakpoints.h,
8983         plugins/debug-manager/stack_trace.c,
8984         plugins/debug-manager/stack_trace.h:
8985         View code action now changes location in disassembly view too
8987         * plugins/debug-manager/anjuta-debug-manager.ui:
8988         Rename breakpoint actions
8990 2007-03-24  Naba Kumar  <naba@gnome.org>
8992         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8993         in gdl 0.7.3 (svn trunk).
8994         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8995         
8996 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8998         * plugins/debug-manager/threads.c,
8999         plugins/debug-manager/debug_tree.c,
9000         plugins/debug-manager/debug_tree.h,
9001         plugins/debug-manager/locals.c,
9002         plugins/debug-manager/registers.c,
9003         plugins/debug-manager/stack_trace.c:
9004         Allow to change current thread updating register, stack and locals
9005         Allow to change current stack frame updating locals
9007         * plugins/gdb/debugger.c:
9008         Read argument of selected stack frame
9010         * plugins/debug-manager/data_view.c:
9011         Fix an unrelated bug
9013 2007-03-23  Naba Kumar  <naba@gnome.org>
9015         * plugins/document-manager/anjuta-docman.c,
9016         plugins/document-manager/plugin.c: Fixed many memory leaks.
9017         (ianjuta_file_get_uri() returns a new string).
9019         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
9020         widget for save dialogs.
9021         
9022         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
9023         svn and fixed to get function/prototype/member args list. Call tips
9024         also work fine now.
9026 2007-03-22  Naba Kumar  <naba@gnome.org>
9028         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
9029         and calltips would work again for functions from global tags (Needs
9030         regenerating global tags).
9032         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
9033         ctags svn version and reopened bug #395362. Fixes tags parsing that
9034         seemed to have stopped working recently.
9036 2007-03-21  Naba Kumar  <naba@gnome.org>
9038         * tagmanager/tm_source_file.c, tagmanager/options.c,
9039         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
9040         extend .. more needs to be investigated and fixed). Enabled some
9041         debugging.
9043 2007-03-16  Naba Kumar  <naba@gnome.org>
9045         * src/anjuta.c: Fixed project loading from command line.
9047 2007-03-16  Naba Kumar  <naba@gnome.org>
9049         Patch from James Liggett <jrliggett@cox.net>:
9050         plugins/profiler/gprof-profile-data.c: Fixed a crash.
9051         
9052 2007-03-15  Naba Kumar  <naba@gnome.org>
9054         * libanjuta/anjuta-profile-manager.c,
9055         libanjuta/anjuta-profile-manager.h: Added method to get current
9056         profile.
9058         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
9059         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
9060         is exiting.
9062         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
9063         plugins/file-loader/plugin.c: Moved to functions as utility functions.
9064         Also, not load project files in session load in loader plugin.
9065         
9066         * plugins/project-manager/plugin.c, src/anjuta.c:
9067         Emit "exiting" signal in shell when exiting anjuta. project manager
9068         listens to exiting signal and saves session. anjuta.c saves session
9069         only when current projfile is 'user'. Load project saved in session
9070         differently then the rest of the session. This should fix all the
9071         session restoration bugs.
9072         
9073         src/main.c: Present anjuta window when becon message is received.
9075 2007-03-14  Naba Kumar  <naba@gnome.org>
9077         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
9078         not randomly save (it was a wrong looping).
9079         
9080 2007-03-12  Naba Kumar  <naba@gnome.org>
9082         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
9084 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9086         * plugins/debug-manager/anjuta-debug-manager.ui,
9087         libanjuta/interfaces/libanjuta.idl,
9088         plugins/debug-manager/debugger.c,
9089         (added) plugins/debug-manager/threads.c,
9090         (added) plugins/debug-manager/threads.h,
9091         plugins/debug-manager/plugin.c,
9092         plugins/debug-manager/Makefile.am,
9093         plugins/gdb/plugin.c,
9094         plugins/gdb/debugger.c,
9095         plugins/gdb/debugger.h:
9096         Add a window displaying all threads
9097         Add needed functions
9098         Switching to a different thread is still not done
9100         * plugins/debug-manager/debug_tree.c,
9101         plugins/debug-manager/locals.c,
9102         plugins/debug-manager/stack_trace.c:
9103         Small cosmetic changes
9105         * plugins/gdb/gdbmi.c:
9106         Keep all elements in gdbmi hash
9107         Even if using the same key like in -threads-list-ids
9109 2007-03-11  Naba Kumar  <naba@gnome.org>
9111         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
9112         
9113         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
9114         
9115         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9116         manuals/reference/libanjuta/libanjuta-sections.txt,
9117         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
9118         interfaces.
9120 2007-03-11  Naba Kumar  <naba@gnome.org>
9122         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
9123         gtk-doc properly. Bumped gtk-doc requirement to 1.4
9125         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9126         manuals/reference/libanjuta/libanjuta.types,
9127         manuals/reference/libanjuta/libanjuta-sections.txt,
9128         manuals/reference/libanjuta/.cvsignore,
9129         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
9130         infrastructure. Got rid of tmpl/ directory and moved all section
9131         documenation to source code (requires gtk-doc >= 1.4).
9132         
9133         * libanjuta/anjuta-plugin-description.c,
9134         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
9135         libanjuta/cell-renderer-captioned-image.c,
9136         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
9137         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
9138         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
9139         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
9140         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
9141         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
9142         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
9143         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
9144         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
9145         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
9146         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
9147         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
9148         documentation from templates to source code.
9150 2007-03-10  Johannes Schmid <jhs@gnome.org>
9152         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
9153         Added some debug output but could not figure out why 
9154         some plugins are not kept.
9155         
9156         * libanjuta/interfaces/libanjuta.idl:
9157         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9158         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9159         Added IAnjutaEditorGoto::matching_brace
9160         
9161         * plugins/document-manager/action-callbacks.c:
9162         (on_editor_command_match_brace_activate):
9163         * plugins/document-manager/plugin.c:
9164         (update_editor_ui_interface_items):
9165         * plugins/editor/text_editor.c: (igoto_matching_brace),
9166         (igoto_iface_init):
9167         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
9168         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
9170 2007-03-09  Johannes Schmid <jhs@gnome.org>
9172         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9173         Hide correct column
9174         
9175         * plugins/sourceview/sourceview-private.h:
9176         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9177         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9178         (sourceview_new), (ifile_savable_save_as):
9179         Tweaked vfs monitoring
9181 2007-03-09  Johannes Schmid <jhs@gnome.org>
9183         * libanjuta/interfaces/Makefile.am.iface:
9184         Fixed installtion of header files
9185         
9186         * plugins/sourceview/sourceview.c: (set_select):
9187         do not scroll to much in interactive search
9189 2007-03-09  Naba Kumar  <naba@gnome.org>
9191         * src/anjuta.c: Fixed session restoration.
9192         
9193         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
9194         signal handlers after symbol browser plugin is deactivated.
9195         
9196         * plugins/editor/editor.glade,
9197         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
9198         Fixed indentation confustion in preferences.
9200 2007-03-08  Johannes Schmid <jhs@gnome.org>
9202         * plugins/search/search-replace.c: (search_set_combo),
9203         (search_set_action), (search_set_target), (search_set_direction),
9204         (create_dialog), (search_disconnect_set_toggle_connect),
9205         (on_search_match_whole_word_toggled),
9206         (on_search_match_whole_line_toggled),
9207         (on_search_match_word_start_toggled),
9208         (search_set_toggle_direction):
9209         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
9210         it's somehow ugly and uses many deprecated widgets
9211         
9212         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
9213         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
9214         Fix #394709
9215         
9216 2007-03-07  Naba Kumar  <naba@gnome.org>
9218         * src/anjuta.c: Make launching projects work from command line. Also
9219         fixes gnome session restart command.
9220         
9221 2007-03-07  Johannes Schmid <jhs@gnome.org>
9223         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9224         * plugins/class-gen/plugin.c: (iwizard_activate):
9225         Fixed #408218
9226         
9227         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9228         Fixed #402774
9229         
9230         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9231         Fixed #377483 (It's not possible to know if directories have
9232         a version in CVS. Show version column only if there are version
9233         informations availible
9235         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9236         Fixed memory leak
9238 2007-03-07  Johannes Schmid <jhs@gnome.org>
9240         * plugins/sourceview/sourceview-prefs.c: (get_bool):
9241         Fixed #409408
9242         * plugins/symbol-browser/an_symbol_prefs.c:
9243         (on_update_global_clicked):
9244         Fixed ##409176
9246 2007-03-07  Johannes Schmid <jhs@gnome.org>
9248         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9249         (anjuta_save_prompt_new):
9250         * plugins/project-import/project-import.c:
9251         (project_import_finalize):
9252         Fixed Gtk-Criticals (maybe #409408)
9254 2007-03-07  Naba Kumar  <naba@gnome.org>
9256         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9257         when we are at just beginning of string or comment. Fixes bug #397981.
9259 2007-03-07  Johannes Schmid <jhs@gnome.org>
9261         * plugins/language-support-cpp-java/plugin.c:
9262         (initialize_indentation_params):
9263         Removed annoying DEBUG_PRINT
9264         
9265         * plugins/sourceview/sourceview-cell.c:
9266         (sourceview_cell_instance_init), (icell_get_character),
9267         (icell_get_length), (icell_get_char), (icell_get_attribute):
9268         Improved code to be faster
9269         Implemented attribute handling so that indentation really works in any case
9271 2007-03-06  Johannes Schmid <jhs@gnome.org>
9273         * configure.in:
9274         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9275         
9276         * plugins/document-manager/anjuta-docman.c:
9277         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9278         Removed old and ugly tab drag&drop code and use built-in gtk stuff
9279         instead (required GTK >= 2.10)
9280         
9281         * plugins/sourceview/sourceview-private.h:
9282         * plugins/sourceview/sourceview.c:
9283         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9284         (sourceview_finalize), (sourceview_new), (imark_mark),
9285         (imark_unmark), (imark_is_marker_set),
9286         (imark_location_from_handle), (imark_delete_all_markers):
9287         Fixed marker handling and worked a bit more on vfs monitoring
9289 2007-03-05  Johannes Schmid <jhs@gnome.org>
9291         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9292         Added method to select specific iter
9293         
9294         * plugins/sourceview/sourceview-private.h:
9295         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9296         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9297         (sourceview_add_monitor), (on_document_saved),
9298         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9299         Fixed vfs monitoring (mostly ported code from text_editor.c)
9300         
9301         * plugins/symbol-browser/an_symbol_view.c:
9302         * plugins/symbol-browser/an_symbol_view.h:
9303         * plugins/symbol-browser/plugin.c: (iter_matches),
9304         (on_editor_update_ui), (value_added_current_editor):
9305         Select the current tag in locals window and symbol toolbar. If there
9306         is no tag at the current line, reserve backward for the next tag. This will
9307         select the correct tag if inside a function.
9309 2007-03-05  Naba Kumar  <naba@gnome.org>
9311         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9312         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9313         compiler warnings.
9314         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9315         (Bug #412186)
9316         
9317 2007-03-04  Johannes Schmid <jhs@gnome.org>
9319         * data/Makefile.am:
9320         * po/POTFILES.in:
9321         Fixed distcheck (well, partly)
9323 2007-03-04  Johannes Schmid <jhs@gnome.org>
9325         * plugins/document-manager/anjuta-document-manager.ui:
9326         Move "Swap .c/.h from Main to Browser toolbar
9328         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9329         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9330         (fv_prefs_free), (fv_add_tree_entry):
9331         * plugins/file-manager/anjuta-file-manager-plugin.glade:
9332         * plugins/file-manager/plugin.c: (prefs_init):
9333         
9334         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9336 2007-03-04  Naba Kumar  <naba@gnome.org>
9338         * data/default.proflie, data/Makefile.am, src/anjuta.c,
9339         plugins/project-manager/plugin.c:
9340         Restored default profile and renamed it from "default.anjuta" to
9341         "default.profile".
9342         
9343 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9345         * plugins/debug-manager/debugger.c,
9346         plugins/debug-manager/plugin.c,
9347         plugins/gdb/debugger.c,
9348         libanjuta/interfaces/libanjuta.idl,
9349         plugins/debug-manager/stack_trace.c:
9350         Add a dialog box when a signal is received (except SIGINT)
9351         Display stack frame even if arguments are not available
9353 2007-03-03  Naba Kumar  <naba@gnome.org>
9355         * TODO.tasks: Icons bounty added.
9357         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9358         choise selection.
9359         
9360         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9361         and descoping.
9363         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9364         plugins/Makefile.am, (removed) plugins/profile-default/*,
9365         plugins/project-manager/anjuta-project-manager.plugin.in,
9366         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9367         profile implementation to load user profile and projects. Store and
9368         restore remembered plugins. Use profile scoping and descoping for
9369         saving and loading sesstions.
9370         
9371         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9372         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9373         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9374         DEBUG_PRINTs.
9376 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9378         * plugins/debug-manager/debug_tree.c
9379         plugins/debug-manager/debug_tree.h:
9380         Bug fix, deleting wrong variable
9382         * plugins/gdb/debugger.c:
9383         Bug fix, remove forgotten debugging code
9385 2007-03-02  Johannes Schmid <jhs@gnome.org>
9387         * plugins/document-manager/anjuta-document-manager.ui:
9388         * plugins/search/anjuta-search.ui:
9389         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9390         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9391         ToolbarFind
9393         * src/anjuta-app.c: (on_toolbar_view_toggled),
9394         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9395         Save toolbar positions, don't use fixed toolbar style
9396         
9397         All in all this will allow more complex toolbar configurations and
9398         might gain some space on smaller displays because the user can disable
9399         toolbar parts he does not use. Also allows to use any toolbar style
9400         without looking too ugly.
9402 2007-03-01  Naba Kumasr  <naba@gnome.org>
9404         * TODO.tasks: Added a bounty for creating icons.
9406         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9407         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9408         profile-changed signal. Do not sync non-user-activatable plugins.
9410 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9412         * plugins/debug-manager/disassemble.c,
9413         plugins/debug-manager/sparse_view.c,
9414         plugins/gdb/debugger.c,
9415         libanjuta/interfaces/libanjuta.idl:
9416         Display function name in disassembly view
9418 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9420         * (added) plugins/debug-manager/bookmark.png,
9421         (added) plugins/debug-manager/breakpoint-disabled.png,
9422         (added) plugins/debug-manager/breakpoint-enabled.png,
9423         (added) plugins/debug-manager/program-counter.png,
9424         (added) plugins/debug-manager/linemarker.png,
9425         plugins/debug-manager/Makefile.am,
9426         plugins/debug-manager/disassemble.c,
9427         plugins/debug-manager/disassemble.h,
9428         plugins/debug-manager/sparse_buffer.c,
9429         plugins/debug-manager/sparse_buffer.h,
9430         plugins/debug-manager/sparse_view.c,
9431         plugins/debug-manager/sparse_view.h,
9432         plugins/debug-manager/plugin.c,
9433         plugins/debug-manager/breakpoints.c,
9434         libanjuta/interfaces/libanjuta.idl:
9435         Add markers in the disassembly view
9436         Display program counter and breakpoints in disassembly view
9438         * plugins/gdb/debugger.c:
9439         Fix a bug added with my previous patch, setting and clearing
9440         breakpoints was not working
9442 2007-02-28  Johannes Schmid <jhs@gnome.org>
9444         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9445         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9446         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9447         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9448         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9449         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9450         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9451         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9452         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9453         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9454         Updated (why do they need to be under version control?)
9455         
9456         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9457         (create_tab_popup_menu), (on_msgman_popup_menu),
9458         (on_tab_button_press_event), (anjuta_msgman_page_new),
9459         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9460         Added "Close all message tabs" popup menu
9462 2007-02-26  Naba Kumar  <naba@gnome.org>
9464         * plugins/profiler/gprof-flat-profile-entry.c,
9465         plugins/profiler/gprof-flat-profile.c,
9466         plugins/profiler/gprof-flat-profile-entry.h,
9467         plugins/profiler/gprof-flat-profile.h,
9468         plugins/profiler/gprof-flat-profile-view.c,
9469         plugins/profiler/gprof-flat-profile-view.h,
9470         plugins/profiler/gprof-call-graph-block-entry.c,
9471         plugins/profiler/gprof-call-graph-block.c,
9472         plugins/profiler/gprof-function-call-chart-view.c,
9473         plugins/profiler/gprof-call-graph-block-entry.h,
9474         plugins/profiler/gprof-profile-data.c,
9475         plugins/profiler/gprof-call-graph-block.h,
9476         plugins/profiler/gprof-view.c,
9477         plugins/profiler/gprof-call-graph.c,
9478         plugins/profiler/gprof-function-call-chart-view.h,
9479         plugins/profiler/gprof-profile-data.h,
9480         plugins/profiler/gprof-call-graph.h,
9481         plugins/profiler/gprof-view.h,
9482         plugins/profiler/gprof-view-manager.c,
9483         plugins/profiler/gprof-call-graph-view.c,
9484         plugins/profiler/plugin.c,
9485         plugins/profiler/gprof-view-manager.h,
9486         plugins/profiler/gprof-call-graph-view.h,
9487         plugins/profiler/gprof-function-call-tree-view.c,
9488         plugins/profiler/gprof-function-call-tree-view.h,
9489         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9490         gnome-vfs. Fixes bug #411377.
9492 2007-02-26  Naba Kumar  <naba@gnome.org>
9494         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9496         Patch from James Liggett  <jrliggett@cox.net>:
9497         * plugins/profiler/gprof-flat-profile-view.c,
9498         plugins/profiler/gprof-flat-profile-view.h,
9499         plugins/profiler/gprof-function-call-chart-view.c,
9500         plugins/profiler/gprof-function-call-chart-view.h,
9501         plugins/profiler/gprof-view.c,
9502         plugins/profiler/gprof-view.h,
9503         plugins/profiler/gprof-call-graph-view.c,
9504         plugins/profiler/plugin.c,
9505         plugins/profiler/gprof-call-graph-view.h,
9506         plugins/profiler/gprof-function-call-tree-view.c,
9507         plugins/profiler/gprof-function-call-tree-view.h: Implements
9508         double click navigation. Fixes bug #403514.
9510 2007-02-25  Naba Kumar  <naba@gnome.org>
9512         * libanjuta/anjuta-plugin-manager.c,
9513         libanjuta/anjuta-plugin-handle.[ch],
9514         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9515         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9516         dependency on glib 2.8. Fixes bug #411623.
9518 2007-02-24  Naba kumar  <naba@gnome.org>
9520         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9521         
9522         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9523         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9524         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9525         (added) libanjuta/anjuta-profile-manager.c,
9526         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9527         manager.
9528         Implemented profile pushing and popping. Implemented profile xml
9529         synchronization. Implemented error handling in profiles. Implemented
9530         activation and deactivation signals in plugin manager.
9531         
9532         * libanjuta/Makefile.am: Added libanjuta log domain.
9533         
9534         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9535         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9536         in AnjutaShell interface and implemented it in AnjutaApp.
9537         
9538         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9540 2007-02-23  Naba kumar  <naba@gnome.org>
9542         src/main.c: Fixed missing end quote.
9544 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9546         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9549 2007-02-20  Naba Kumar  <naba@gnome.org>
9551         * plugins/subversion/plugin.c: Added "..." menuitems.
9552         * ROADMAP, README: Updated.
9553         * libanjuta/anjuta-profile.c: Fixed bugs.
9555         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9556         plugins/gtodo/Makefile.am: Removed dead code.
9558         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9559         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9560         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9561         plugins/gtodo/list_tooltip.c,
9562         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9563         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9564         not contain markups. Fixes Bug #360462.
9566 2007-02-16  Naba Kumar  <naba@gnome.org>
9568         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9569         unnecessary sub-sections.
9570         
9571 2007-02-15  Naba Kumar  <naba@gnome.org>
9573         * (removed) plugins/document-manager/bookmark-prev-16.png,
9574         plugins/document-manager/bookmark-last.png,
9575         (removed)plugins/document-manager/bookmark-first-16.png,
9576         plugins/document-manager/bookmark-prev.png,
9577         (added) plugins/document-manager/bookmark-toggle.png,
9578         (removed)plugins/document-manager/bookmark_toggle.xpm,
9579         (removed)plugins/document-manager/bookmark-last-16.png,
9580         plugins/document-manager/plugin.c,
9581         plugins/document-manager/anjuta-document-manager.ui,
9582         (removed)plugins/document-manager/bookmark-next-16.png,
9583         plugins/document-manager/bookmark-next.png,
9584         plugins/document-manager/Makefile.am,
9585         (added) plugins/document-manager/bookmark-clear.png,
9586         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9587         icons (stolen from monodevelop). Added clear bookmarks toolbar
9588         button.
9590         * plugins/document-manager/plugin.c,
9591         (added) plugins/document-manager/swap.png,
9592         (removed) plugins/document-manager/undock.png,
9593         plugins/document-manager/Makefile.am: Fixed swap icon.
9595 2007-02-13  Naba Kumar  <naba@gnome.org>
9597         * plugins/class-gen/element-editor.c: Fixed typo.
9598         
9599         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9600         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9601         Implementing plugin profiles loading.
9603 2007-02-13  Naba Kumar  <naba@gnome.org>
9605         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9606         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9607         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9608         pixmaps/open_project.png, pixmaps/close_project.png:
9609         Removed more old icons.
9610         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9611         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9612         anjuta_logo.png
9613         
9614 2007-02-13  Naba Kumar  <naba@gnome.org>
9616         * plugins/class-gen/element-editor.c: Included missing headers to
9617         prevent build failures in some cases.
9618         
9619 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9621         * plugins/debug-manager/stack_trace.c:
9622         Fix bug #407115
9624         * plugins/debug-manager/watch.c,
9625         plugins/debug-manager/breakpoints.c:
9626         Same bug than above, wrong use of gtk_ui_manager_get_widget
9628 === anjuta 2.1.1 ===
9630 2007-02-11  Naba Kumar  <naba@gnome.org>
9632         * cofigure.in: Bumped version to 2.1.1
9633         * NEWS: Updated for 2.1.1 release.
9634         
9635 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9637         * plugins/debug-manager/plugin.c,
9638         plugins/debug-manager/sparse_view.c,
9639         plugins/debug-manager/sparse_view.h:
9640         Reorder some code
9642         * plugins/gdb/debugger.c,
9643         plugins/debug-manager/debugger.c,
9644         plugins/debug-manager/memory.c,
9645         plugins/debug-manager/sparse_buffer.c
9646         plugins/gdb/debugger.h,
9647         libanjuta/interfaces/libanjuta.idl:
9648         Clean up, remove some warnings
9649         Use guint everywhere for addresses
9650         Rewrite code parsing position in debugger
9652 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9654         * plugins/debug-manager/debug_tree.c:
9655         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9656         Fix bug #406113
9658 2007-02-08  Naba Kumar  <naba@gnome.org>
9660         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9661         Delay showing the 'file modified on disk' dialog for one sec
9662         from the last notification to insure multiple notifications for
9663         the same file are treated as one. Do not same multiple dialogs
9664         for the same file. Make sure to destory the dialog if later
9665         the conent is no longer different.
9666         
9667 2007-02-08  Naba Kumar  <naba@gnome.org>
9669         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9670         Prevented spurious 'file modified' dialogs in scintilla editor
9671         when the file is saved.
9673 2007-02-09  Johannes Schmid <jhs@gnome.org>
9675         * scripts/glade2schema.pl:
9676         Added script to convert glade preferences into gconf schema files.
9677         See #406061
9679 2007-02-08  Naba Kumar  <naba@gnome.org>
9681         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9682         itself is destroyed. Fixes bug #355160.
9683         
9684 2007-02-08  Johannes Schmid <jhs@gnome.org>
9686         * plugins/profiler/profiler.plugin: 
9687         removed from version control (only .in file needed)
9688         
9689         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9690         * plugins/sourceview/sourceview.c: (sourceview_new):
9691         Code cleanup
9692         
9693         * plugins/subversion/svn-thread.c: (svn_thread_start):
9694         * src/main.c: (main):
9695         
9696         Fixed #395875 about initialisation of threads too late
9698 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9700         Reviewed by Naba Kumar  <naba@gnome.org>:
9701         * plugins/class-gen/plugin.c:
9702         * plugins/class-gen/window.c: Removed browse button related code, load
9703         generated output directly into new buffers when not adding to project.
9705         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9706         buttons from user interface.
9708 2007-02-07  Naba Kumar  <naba@gnome.org>
9710         * po/POTFILES.in: Fixed distcheck.
9712 2007-02-07  Daniel Nylander <po@danielnylander.se>
9714         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9716 2007-02-07  Johannes Schmid <jhs@gnome.org>
9718         * anjuta.desktop.in.in:
9719         Fixed spelling
9721 2007-02-07  Johannes Schmid <jhs@gnome.org>
9723         * configure.in:
9724         * manuals/anjuta-manual/*
9725         * manuals/anjuta-faqs/*:
9726         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9727         
9728         * plugins/document-manager/anjuta-document-manager.plugin.in:
9729         Removed duplicate application-xml mime-type (review patches properly ;-)
9730         
9731 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9733         * plugins/gdb/debugger.c,
9734         libanjuta/interfaces/libanjuta.idl:
9735         Fix bug #404755
9736         Fix handling of missing source file
9738 2007-02-06  Naba Kumar  <naba@gnome.org>
9740         Patch from James Liggett  <jrliggett@cox.net>:
9741         * plugins/profiler/gprof-flat-profile.c,
9742         plugins/profiler/gprof-profile-data.c,
9743         plugins/profiler/gprof-call-graph.c,
9744         plugins/profiler/gprof-profile-data.h,
9745         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9746         Show profiler view when target selected bug #403515.
9748 2007-02-05  Naba Kumar  <naba@gnome.org>
9750         * configure.in: Enabled devhelp plugin by default now that
9751         it works.
9752         
9753         Patch from parmigio@2ainfo.it:
9754         * plugins/document-manager/anjuta-document-manager.plugin.in:
9755         Added xml file type in supported mime types list.
9756         
9757 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9759         * plugins/debug-manager/debugger.c,
9760         plugins/debug-manager/plugin.c:
9761         Add a field in status bar displaying debugger state
9762         Change cursor shape when debugger is busy
9763         Fix bug #378600
9765         * plugins/debug-manager/watch.c,
9766         plugins/debug-manager/locals.c,
9767         libanjuta/interfaces/libanjuta.idl:
9768         Clean up, remove debugging messages and unused signals
9770 2007-02-03  Johannes Schmid <jhs@gnome.org>
9772         * configure.in:
9773         Fixed AC_INIT and seperated version to major, minor, micro
9775         * anjuta.anjuta:
9776         Load Subversion instead of CVS
9777         
9778         * anjuta.desktop.in.in:
9779         Fixed bug-buddy component
9781         Original patch from Rob Bradfort <robster@debian.org>:
9782         * src/main.c: (get_command_line_args), (main):
9783         Bug #335981 – Migration from popt to GOption
9785 2007-02-03  Naba Kumar  <naba@gnome.org>
9787         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9788         path variable. Fixed bug #341170.
9789         * plugins/profiler/Makefile.am: Fixed indentation.
9790         
9791 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9793         * libanjuta/interfaces/libanjuta.idl,
9794         plugins/sourceview/sourceview.c,
9795         plugins/editor/text-editor.c,
9796         plugins/symbol-browser/plugin.c,
9797         plugins/search/search-replace.c,
9798         plugins/document-manager/goto_line.c,
9799         plugins/document-manager/action-callbacks.c,
9800         plugins/document-manager/anjuta-docman.c:
9801         Rename markers of anjuta interface
9802         IANJUTA_MARKABLE_NONE has been removed
9803         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9804         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9805         IANJUTA_MARKABLE_ATTENTIVE renamed in
9806                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9807         IANJUTA_MARKABLE_INTENSE renamed in
9808                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9809         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9811         * (removed) plugins/sourceview/marker-light.png,
9812         (removed) plugins/sourceview/marker-basic.png,
9813         (removed) plugins/sourceview/marker-attentive.png,
9814         (removed) plugins/sourceview/marker-intense.png,
9815         plugins/sourceview/bookmark.png,
9816         (added) plugins/sourceview/breakpoint-disabled.png,
9817         (added) plugins/sourceview/breakpoint-enabled.png,
9818         (added) plugins/sourceview/program-counter.png,
9819         (added) plugins/sourceview/linemarker.png,
9820         plugins/sourceview/Makefile.am,
9821         (added) plugins/editor/bookmark.xpm,
9822         (added) plugins/editor/breakpoint-disabled.xpm,
9823         (added) plugins/editor/breakpoint-enabled.xpm,
9824         (added) plugins/editor/program-counter.xpm,
9825         (added) plugins/editor/linemarker.xpm,
9826         plugins/editor/Makefile.am:
9827         Add or change marker pixmaps in scintilla and sourceview editor
9829         * plugins/document-manager/plugin.c,
9830         libanjuta/interfaces/libanjuta.idl,
9831         plugins/debug-manager/plugin.c,
9832         plugins/debug-manager/breakpoints.c
9833         plugins/gdb/debugger.c:
9834         Fix bug #376404, program counter marker is not displayed when debugger
9835         Return the selected editor or NULL (if file does not exist) with 
9836         ianjuta_document_manager_goto_file_line* functions
9837         Emit a change-location signal even if the program counter is in an
9838         unknown file
9840 2007-02-02  Naba Kumar  <naba@gnome.org>
9842         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9843         older bounties 'Done'.
9844         
9845 2007-02-02  Naba Kumar  <naba@gnome.org>
9847         * TODO.tasks: Fixed typop.
9849         Patch from James Liggett  <jrliggett@cox.net>:
9850         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9851         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9852         profiler plugin by James Liggett. Completes bounty bug #359478
9853         'Gprof performance profiler plugin'
9855 2007-02-01  Naba Kumar  <naba@gnome.org>
9857         * src/main.c: Renamed option name.
9859         * TODO.tasks: Marked "Test and fix all project wizards templates"
9860         bounty completed.
9861         
9862 2007-01-29  Johannes Schmid <jhs@gnome.org>
9864         * plugins/document-manager/plugin.c: (on_editor_changed):
9865         Added DEBUG_PRINT(...)
9866         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9867         implemented
9868         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9869         Fix language support plugin for sourceview editor (add some new
9870         language names)
9871         
9872         * plugins/sourceview/sourceview.c: (iindic_clear):
9873         Clear all indicators
9875 2007-01-29  Johannes Schmid <jhs@gnome.org>
9877         * TODO.tasks:
9878         Minor task currentions
9879         
9880         * libanjuta/interfaces/libanjuta.idl:
9881         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9882         (itext_editor_iface_init):
9883         * plugins/language-support-cpp-java/plugin.c: (install_support):
9884         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9885         (ieditor_get_attributes), (ieditor_iface_init):
9886         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9887         plugins.
9888         
9889         * plugins/sourceview/sourceview.glade:
9890         Fixed sourceview preference window
9892 2007-01-28  Naba Kumar  <naba@gnome.org>
9893         
9894         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9895         Implemented --no-files and --no-session command line options and
9896         corresponding preferernces checkboxes in General tab.
9898 2007-01-28  Johannes Schmid <jhs@gnome.org>
9900         * plugins/subversion/plugin.c:
9901         * plugins/subversion/plugin.h:
9902         * plugins/subversion/svn-notify.c: (svn_show_info),
9903         (show_svn_error), (on_svn_notify):
9904         * plugins/subversion/svn-notify.h:
9905         * plugins/subversion/svn-thread.c: (create_message_view),
9906         (svn_thread_start):
9907         Fixed error handling and fixed #394216 – No indication of subversion commands running
9908         
9909         * plugins/tools/execute.c: (atp_output_context_print):
9910         Show name of tool in message pane
9912 2007-01-28  Naba Kumar  <naba@gnome.org>
9913         
9914         * configure.in, plugins/glade/plugin.c: Make it work with
9915         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9916         
9917         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9918         from devhelp (won't work untill devhelp is fixed: bug #341170).
9919         
9920         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9921         
9922 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9924         Reviewed by Naba Kumar  <naba@gnome.org>:
9925         * libanjuta/interfaces/libanjuta.idl, 
9926         plugins/debug-manager/debugger.c,
9927         plugins/debug-manager/start.c,
9928         plugins/gdb/plugin.c,
9929         plugins/gdb/debugger.c,
9930         plugins/gdb/debugger.h:
9931         Fix a bug when launching gdb
9932         Set the terminal for the debugged program on the command line.
9934 2007-01-26  Johannes Schmid <jhs@gnome.org>
9936         * plugins/sourceview/anjuta-document-saver.c:
9937         (anjuta_document_saver_save):
9938         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9939         * plugins/sourceview/sourceview.c: (save_if_modified),
9940         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9941         Proper error handling, for example if a file was modified externally. Use backup files
9942         to avoid data-loss on disk full.
9944 2007-01-24  Naba Kumar  <naba@gnome.org>
9945         
9946         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9947         Fixed mem leak and source leak.
9948         
9949 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9951         Reviewed by Naba Kumar  <naba@gnome.org>:
9952         * plugins/debug-manager/debug_tree.c,
9953         plugins/debug-manager/debug_tree.h,
9954         plugins/debug-manager/watch.c:
9955         Partial rewrite of the variable object code, find and fix a few bugs
9956         Fix bug #395808: gdb can still crash but children are listed
9957         on request only so you can avoid the crash
9959 2007-01-24  Naba Kumar  <naba@gnome.org>
9960         
9961         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9962         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9963         plugins/symbol-browser/plugin.h,
9964         plugins/symbol-browser/plugin.c,
9965         plugins/symbol-browser/Makefile.am: Added current file (local)
9966         symbols view (Seriously getting bored with the browse toolbar).
9968 2007-01-22  Naba Kumar  <naba@gnome.org>
9969         
9970         Patch from Gabor Kelemen:
9971         * po/POTFILES.in: Added .plugin.in files.
9973 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9975         Reviewed by Naba Kumar  <naba@gnome.org>:
9976         * plugins/document-manager/anjuta-docman.c,
9977         plugins/message-view/anjuta-msgman.c
9978         Set right alignment to the label widget in the tab title.
9980 2007-01-21  Naba Kumar  <naba@gnome.org>
9981         
9982         * libegg/egg-combo-action.c: Fixed mode line.
9983         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9984         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9986 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9988         Reviewed by Naba Kumar  <naba@gnome.org>:
9989         * plugins/class-gen/plugin.c: Prompt for target before actually
9990         generating the class files. This ensures that the files are created in
9991         the correct directory. Fixes bug #397406.
9993         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9994         the class is added to the project.
9996 2007-01-21  Naba Kumar  <naba@gnome.org>
9998         * libanjuta/anjuta-plugin-description.c,
9999         libanjuta/anjuta-ui.h,
10000         libanjuta/anjuta-status.c,
10001         libanjuta/anjuta-plugin-description.h,
10002         libanjuta/cell-renderer-captioned-image.c,
10003         libanjuta/anjuta-plugin-handle.c,
10004         libanjuta/anjuta-status.h,
10005         libanjuta/resources.c,
10006         libanjuta/cell-renderer-captioned-image.h,
10007         libanjuta/glue-cpp.c,
10008         libanjuta/anjuta-plugin-handle.h,
10009         libanjuta/anjuta-plugin.c,
10010         libanjuta/anjuta-preferences-dialog.c,
10011         libanjuta/libanjuta.h,
10012         libanjuta/resources.h,
10013         libanjuta/glue-cpp.h,
10014         libanjuta/anjuta-plugin.h,
10015         libanjuta/anjuta-preferences-dialog.h,
10016         libanjuta/anjuta-plugin-manager.c,
10017         libanjuta/anjuta-shell.c,
10018         libanjuta/anjuta-plugin-manager.h,
10019         libanjuta/anjuta-shell.h,
10020         libanjuta/anjuta-save-prompt.c,
10021         libanjuta/anjuta-save-prompt.h,
10022         libanjuta/anjuta-children.c,
10023         libanjuta/anjuta-utils.c,
10024         libanjuta/anjuta-profile.c,
10025         libanjuta/anjuta-preferences.c,
10026         libanjuta/anjuta-launcher.c,
10027         libanjuta/anjuta-utils.h,
10028         libanjuta/anjuta-profile.h,
10029         libanjuta/anjuta-launcher.h,
10030         libanjuta/anjuta-ui.c: Updated file headers.
10032         * po/POTFILES.in: Updated.
10034         * libanjuta/anjuta-marshal.list,
10035         (added) libanjuta/anjuta-plugin-handle.c,
10036         (added) libanjuta/anjuta-plugin-handle.h,
10037         (added) libanjuta/anjuta-plugin-manager.c,
10038         (added) libanjuta/anjuta-plugin-manager.h,
10039         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
10040         (added) libanjuta/anjuta-profile.c,
10041         (added) libanjuta/anjuta-profile.h,
10042         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
10043         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
10044         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
10045         src/action-callbacks.c: Implemented AnjutaPluginManager
10046         class based on old plugins.[ch]. Implemented AnjutaProfile as
10047         prelimanary profiles implementation. Implemented AnjutaPluginHandle
10048         class to represent plugins (not to be confused with plugin objects).
10049         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
10050         implemented it in AnjutaApp and AnjutaTestShell.
10051         De-globalized plugin management and several clean ups.
10053         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
10054         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
10055         plugins/search/search-replace.c, plugins/terminal/terminal.c,
10056         plugins/project-import/project-import.c,
10057         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
10058         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
10059         Fixed plugins for the change in API.
10061         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
10062         file.
10063         
10064         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
10066 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
10068         Reviewed by Naba Kumar  <naba@gnome.org>:
10069         * libanjuta/anjuta-launcher.c,
10070         libanjuta/anjuta-launcher.h:
10071         Add a new function anjuta_set_terminate_on_exit to close the i/o
10072         channel when the child exit
10073         Return directly the status and not the exit code in child-exited
10074         signal
10076         * plugins/gdb/debugger.c:
10077         Use new function in debugger plugin
10079 2007-01-18  Johannes Schmid <jhs@gnome.org>
10081         * src/about.c: Do not show empty license information instead hide the button (#397883)
10083 2007-01-15  Johannes Schmid <jhs@gnome.org>
10085         * plugins/project-manager/plugin.c:
10086         * plugins/project-wizard/templates/python.wiz
10087         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
10088         
10089         Fixed #335235 python programs are not executeable/ do not start when pressing F3
10090         You will also need latest gnome-build svn       
10092 === anjuta 2.1.0 ===
10094 2007-01-14  Naba Kumar  <naba@gnome.org>
10096         * configure.in: Removed reference of mkfile project
10097         template to fix distcheck build error.
10098         * AUTHORS: Updated.
10099         * NEWS: Updated.
10100         * configure.in: Bumped version to 2.1.0 for beta release.
10101         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
10102         crashes as soon as editing starts in normal text files.
10104 2007-01-14  Johannes Schmid <jhs@gnome.org>
10106         * configure.in
10107         * po/LINGUAS:
10108         Applied http://live.gnome.org/GnomeGoals/PoLinguas
10110         * tagmanager/c.c:
10111         Patch from Massimo Cora' to hopefully fix #395362
10113         * plugins/project-wizard/templates/*:
10115         Fixed and tested all project-wizards. Deactivated mkfile project because
10116         it was totally broken and I don't see any real use for it.
10117         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
10119 2007-01-14  Naba Kumar  <naba@gnome.org>
10121         * NEWS: Updated for release.
10122         
10123         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
10124         
10125         * libanjuta/interfaces/libanjuta.idl,
10126         plugins/editor/text_editor_cbs.c,
10127         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
10128         interface and implemented it for scintilla.
10129         
10130         * plugins/editor/text-editor.c: Fixed highlighing issues when
10131         used with indicators (particularly when the file is just opened).
10132         Fixes bug #377477 – when debugging, scintilla editor grays out all
10133         lines before current line.
10134         
10135         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
10136         Maintain a separate list of indicated edtitors for separate contexts.
10137         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
10138         
10139 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
10141         Reviewed by Naba Kumar  <naba@gnome.org>:
10142         * plugins/debug-manager/plugin.c:
10143         Bug fix: breakpoints cannot be added after stopping the debugger
10145 2007-01-13  Naba Kumar  <naba@gnome.org>
10147         * NEWS: Updated for release.
10149 2007-01-12  Johannes Schmid <jhs@gnome.org>
10151         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
10152         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
10153         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
10154         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
10155         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
10156         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
10157         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
10158         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
10159         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
10160         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
10161         
10162         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
10163         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
10164         
10165         * plugins/sourceview/sourceview.c:
10166         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
10167         on character positions.
10168         
10169 2007-01-12  Naba Kumar  <naba@gnome.org>
10171         * src/anjuta-app.c,
10172         plugins/project-manager/plugin.c,
10173         plugins/profile-default/plugin.c,
10174         libanjuta/anjuta-status.c,
10175         libanjuta/anjuta-status.h: Introduced an API for application title
10176         in AnjutaStatus. Set application title to project name.
10178 2007-01-11  Massimo Cora' <maxcvs@email.i>
10180         Reviewed by Naba Kumar  <naba@gnome.org>:
10181         * tagmanager/Makefile.am,
10182         plugins/symbol-browser/Makefile.am: removed installation for 
10183         test programs.
10185 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
10187         Reviewed by Naba Kumar  <naba@gnome.org>:
10188         * plugins/debug-manager/start.h,
10189         plugins/debug-manager/start.c,
10190         plugins/debug-manager/anjuta-debug-manager.ui,
10191         plugins/debug-manager/plugin.c:
10192         Partial fix for bug #392537
10194         * plugins/debug-manager/disassemble.c:
10195         Fix bug #392543
10197 2007-01-11  Naba Kumar  <naba@gnome.org>
10199         * src/anjuta.c: Load project seperately from session,
10200         so that project session is also loaded.
10201         
10202         * plugins/profile-default/plugin.c: Load project in new
10203         anjuta if there already is one loaded currently (disabled
10204         code for now).
10205         
10206         * plugins/editor/aneditor.cxx: Disconnect focus in/out
10207         signals when editor is destroyed. Fixes a crash bug.
10208         
10209         * plugins/editor/text_editor.c: Do not mark line in
10210         ianjuta_editor_goto_line() implementation.
10211         
10212         * plugins/search/search-replace.c: Always check for markable
10213         interface availablility because its optional for an editor.
10214         
10215         * plugins/document-manager/goto_line.c,
10216         plugins/document-manager/action-callbacks.c: Mark lines for
10217         goto line commands (from dialog and from menu entry box).
10218         
10219         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10220         plugins/file-manager/an_file_view.c: Expand file manager
10221         nodes in idle loop, one at a time. Did as a possible work
10222         around for bug #361763, but it didn't make any difference.
10223         However, it could still be useful in situations where there
10224         are lots to expand.
10225         
10226         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10228 2007-01-11  Naba Kumar  <naba@gnome.org>
10230         * plugins/editor/scintilla/LineMarker.h,
10231         plugins/editor/scintilla/LexBasic.cxx,
10232         plugins/editor/scintilla/LexHTML.cxx,
10233         plugins/editor/scintilla/include/SciLexer.h,
10234         plugins/editor/scintilla/include/Scintilla.h,
10235         plugins/editor/scintilla/include/Scintilla.iface,
10236         plugins/editor/scintilla/include/ScintillaWidget.h,
10237         plugins/editor/scintilla/LexBash.cxx,
10238         plugins/editor/scintilla/PlatGTK.cxx,
10239         plugins/editor/scintilla/ViewStyle.h,
10240         plugins/editor/scintilla/Editor.cxx,
10241         plugins/editor/scintilla/StyleContext.h,
10242         plugins/editor/scintilla/LexCPP.cxx,
10243         plugins/editor/scintilla/Converter.h,
10244         plugins/editor/scintilla/LexAU3.cxx,
10245         plugins/editor/scintilla/Editor.h,
10246         plugins/editor/scintilla/LexPerl.cxx,
10247         plugins/editor/scintilla/LexVB.cxx,
10248         plugins/editor/scintilla/ScintillaGTK.cxx,
10249         plugins/editor/scintilla/ViewStyle.cxx,
10250         plugins/editor/scintilla/PropSet.cxx,
10251         plugins/editor/scintilla/LexSQL.cxx,
10252         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10253         version 1.71
10255 2007-01-11  Armin Burgmeier  <armin@arbur.net>
10257         Reviewed by Naba Kumar  <naba@gnome.org>:
10258         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10259         selected for editing. This fixes bug #394218.
10261         * plugins/class-gen/plugin.c: Do not use project's root URI as project
10262         name if said URI is not known.
10264         * plugins/class-gen/window.c: When stripping function prefix away,
10265         include the trailing underscore because it is already set by the
10266         template.
10268         * plugins/class-gen/transform.c: Include "const char*" and "const
10269         gchar*" in the list for transforming a default C type to a GType.
10270         Don't access invalid memory when writing pointer_str in
10271         cg_transform_first_argument.
10273 2007-01-11  Naba Kumar  <naba@gnome.org>
10275         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10276         pixmaps/anjuta.svg, pixmaps/Makefile.am,
10277         (renamed) pixmaps/anjuta_icon.png, src/main.c,
10278         libegg/test-actions.c, anjuta.desktop.in.in,
10279         anjuta.prj: Renamed application icon to 'anjuta.png' from
10280         'anjuta_icon.png'. Added more fields in desktop file.
10282         * mime/anjuta.xml: Added magic section.
10283         
10284         * (removed) mime/anjuta.applications,
10285         (removed) mime/anjuta.mime, mime/Makefile.am,
10286         (removed) mime/anjuta.keys,
10287         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10288         registeration and added scalable icon. Also fixes bug #393680
10290 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
10292         Reviewed by Naba Kumar  <naba@gnome.org>:
10293         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10294         and anjuta_status_progress_add_ticks() to check for progressbar 
10295         being realized before trying to update it.
10297 2007-01-10  Naba Kumar  <naba@gnome.org>
10299         * tagmanager/tm_workspace.c,
10300         po/POTFILES.in,
10301         plugins/debug-manager/Makefile.am,
10302         plugins/tools/scripts/Makefile.am,
10303         plugins/class-gen/plugin.c,
10304         plugins/class-gen/Makefile.am,
10305         global-tags/Makefile.am: Fixed make distcheck.
10307         * plugins/debug-manager/attach_process.c,
10308         plugins/debug-manager/attach_process.h,
10309         plugins/class-gen/action-callbacks.h,
10310         plugins/class-gen/action-callbacks.c,
10311         plugins/class-gen/class_gen.h,
10312         plugins/class-gen/class_gen.c: Deleted unused/old files.
10314         * (removed) scintilla, (added) plugins/editor/scintilla,
10315         plugins/editor/scintilla/lexers.make,
10316         plugins/editor/scintilla/Makefile.am,
10317         plugins/editor/Makefile.am
10318         configure.in, manuals/reference/libanjuta/Makefile.am
10319         Makefile.am: Moved scintilla to its right place.
10321 2007-01-09  Naba Kumar  <naba@gnome.org>
10323         * plugins/profile-default/plugin.c: Save project session before
10324         a new one is opened.
10326         * plugins/project-manager/plugin.c,
10327         plugins/project-manager/plugin.h,
10328         plugins/project-manager/anjuta-project-manager.ui,
10329         plugins/profile-default/plugin.c,
10330         plugins/profile-default/plugin.h,
10331         plugins/profile-default/Makefile.am,
10332         (added) plugins/profile-default/anjuta-default-profile.ui,
10333         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10334         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10335         multiple projects support.
10336         
10337 2007-01-06  Armin Burgmeier  <armin@arbur.net>
10339         Reviewed by Naba Kumar  <naba@gnome.org>
10340         * plugins/class-gen/combo-flags.h:
10341         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10342         enum, added a type parameter to selected signal. Select highlighted
10343         entry when pressing enter (but not unselect it if it was already
10344         selected) before closing the popup. Also accept input when clicking
10345         not into the popup.
10347         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10348         according to selection type.
10350         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10351         VOID:BOXED,ENUM.
10353 2007-01-08  Johannes Schmid <jhs@gnome.org>
10355   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10356   * plugins/project-wizard/templates/gtkmm/Makefile.am
10357   * plugins/project-wizard/templates/python/configure.ac.tpl
10358   * plugins/project-wizard/templates/python/configure.in.tpl
10359   * plugins/project-wizard/templates/python/Makefile.am
10360   * plugins/project-wizard/templates/cpp/configure.ac.tpl
10361   * plugins/project-wizard/templates/cpp/configure.in.tpl
10362   * plugins/project-wizard/templates/cpp/Makefile.am
10363   * plugins/project-wizard/templates/terminal.wiz
10364   * plugins/project-wizard/templates/xlib-dock.wiz
10365   * plugins/project-wizard/templates/wxwin.wiz
10366   * plugins/project-wizard/templates/java.wiz
10367   * plugins/project-wizard/templates/xlib/configure.ac.tpl
10368   * plugins/project-wizard/templates/xlib/configure.in.tpl
10369   * plugins/project-wizard/templates/xlib/Makefile.am
10370   * plugins/project-wizard/templates/gcj/configure.ac.tpl
10371   * plugins/project-wizard/templates/gcj/configure.in.tpl
10372   * plugins/project-wizard/templates/gcj/Makefile.am
10373   * plugins/project-wizard/templates/terminal/configure.ac.tpl
10374   * plugins/project-wizard/templates/terminal/configure.in.tpl
10375   * plugins/project-wizard/templates/terminal/Makefile.am
10376   * plugins/project-wizard/templates/terminal/autogen.sh
10377   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10378   * plugins/project-wizard/templates/wxwin/configure.in.tpl
10379   * plugins/project-wizard/templates/wxwin/Makefile.am
10380   * plugins/project-wizard/templates/gnome.wiz 
10381   * plugins/project-wizard/templates/java/configure.ac.tpl
10382   * plugins/project-wizard/templates/java/configure.in.tpl
10383   * plugins/project-wizard/templates/java/Makefile.am
10384   * plugins/project-wizard/templates/anjuta-plugin.wiz
10385   * plugins/project-wizard/templates/gtkmm.wiz
10386   * plugins/project-wizard/templates/python.wiz
10387   * plugins/project-wizard/templates/cpp.wiz
10388   * plugins/project-wizard/templates/gtk.wiz
10389   * plugins/project-wizard/templates/gcj.wiz
10390   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10391   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10392   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10394   Starting fixing of all project wizards:
10395   - rename configure.in to configure.ac
10396   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10397   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10398   (See #394184)
10399   
10400   * TODO.task: Added bug number to bounty
10402 2007-01-07  Johannes Schmid <jhs@gnome.org>
10404   *  plugins/build-basic-autotools.c:
10405   Fixed #392290 – Missed install as root option in project manager
10407 2007-01-07  Johannes Schmid <jhs@gnome.org>
10409   * plugins/sourceview/sourceview.c:
10410   Fixed #388731 – Odd editor behaviour after performing block-text operations
10411   Fixed #388727 – Block-tab does not work
10412   
10413   * plugins/sourceview/anjuta-document.h/c:
10414   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10415   
10416   * configure.in:
10417   Require Gtk+ >= 2.10 for sourceview plugin
10419 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10421         * libanjuta/anjuta-status.c:
10422         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10424 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10426         * configure.in,
10427         plugins/terminal/terminal.c:
10428         Fix bug #377027
10429         remove support for VTE < 0.9
10431 2007-01-06  Naba Kumar  <naba@gnome.org>
10433         * po/POTFILES.in: Updated
10435 2007-01-05  Adam Dingle  <adam@medovina.org>
10437         Reviewed by Naba Kumar  <naba@gnome.org>:
10438         * plugins/message-view/anjuta-message-manager-plugin.glade:
10439         Fixed bug #377903 (improve message color defaults).
10441 2007-01-05  Naba Kumar  <naba@gnome.org>
10443         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10444         
10445 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10447         Reviewed by  Naba Kumar  <naba@gnome.org>:
10448         * plugins/symbol-browser/test-class.h: Fixed block ends.
10450         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10451         C-style-block comment.
10453         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10454         allow lists when writing autogen definition files. This is required
10455         for the new class generator. Also fixed a wrong return value in
10456         npw_autogen_write_definition_file and set a GError in
10457         npw_autogen_execute when the output file could not be opened.
10459         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10460         user interface.
10462         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10463         goc_template_header and goc_template_source, added top_srcdir to
10464         includes, link against project wizard (also hopefully temporarily),
10465         removed class_gen.h, class_gen.c, action-callbacks.h,
10466         action-callbacks.c.
10468         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10470         * plugins/class-gen/cell-renderer-flags.h:
10471         * plugins/class-gen/cell-renderer-flags.c:
10472         * plugins/class-gen/combo-flags.h:
10473         * plugins/class-gen/combo-flags.c:
10474         * plugins/class-gen/element-editor.c:
10475         * plugins/class-gen/element-editor.h:
10476         * plugins/class-gen/generator.c:
10477         * plugins/class-gen/generator.h:
10478         * plugins/class-gen/plugin.h:
10479         * plugins/class-gen/plugin.c:
10480         * plugins/class-gen/transform.c:
10481         * plugins/class-gen/transform.h:
10482         * plugins/class-gen/validator.c:
10483         * plugins/class-gen/validator.h:
10484         * plugins/class-gen/window.c:
10485         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10486         adding of several class elements and uses autogen.
10488         * plugins/class-gen/templates/cc-header.tpl:
10489         * plugins/class-gen/templates/cc-source.tpl:
10490         * plugins/class-gen/templates/go-header.tpl:
10491         * plugins/class-gen/templates/go-source.tpl:
10492         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10493         for the class generator.
10495         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10497 2007-01-04  Naba Kumar  <naba@gnome.org>
10499         Patch from Nick Treleaven:
10500         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10501         all matching symbols.
10502         
10503         Patches from  Maik Beckmann and Sébastien Granjoux:
10504         * plugins/profile-default/plugin.c,
10505         plugins/project-manager/plugin.c: Unescape project name. Fixes
10506         Bug #357151
10508 2007-01-04  Naba Kumar  <naba@gnome.org>
10510         * plugins/glade/plugin.c: Fixed compilation with
10511         older glade-3 version.
10512         
10513         Patch from Roland Illig:
10514         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10515         plugins/sourceview/anjuta-document-saver.c,
10516         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10517         are necessary to build anjuta on NetBSD 3.0
10519         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10520         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10521         window manager in gnome.
10522         
10523 2007-01-02  Naba Kumar  <naba@gnome.org>
10524         
10525         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10526         
10527 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10529         Reviewed by Naba Kumar  <naba@gnome.org>:
10530         * libanjuta/interfaces/libanjuta.idl,
10531         plugins/debug-manager/Makefile.am,
10532         plugins/debug-manager/anjuta-marshal.list,
10533         plugins/debug-manager/debugger.c,
10534         plugins/debug-manager/sparse_buffer.c,
10535         plugins/debug-manager/sparse_buffer.h,
10536         plugins/debug-manager/sparse_view.c,
10537         plugins/debug-manager/sparse_view.h,
10538         plugins/debug-manager/disassemble.h,
10539         plugins/debug-manager/disassemble.c,
10540         plugins/debug-manager/anjuta-marshal.list,
10541         plugins/debug-manager/plugin.c,
10542         plugins/gdb/debugger.c,
10543         plugins/gdb/debugger.h,
10544         plugins/gdb/plugin.c:
10545         Add a disassembly view window
10547         * plugins/debug-manager/breakpoints.c,
10548         plugins/debug-manager/chunk_view.c,
10549         plugins/debug-manager/locals.c,
10550         plugins/debug-manager/memory.c,
10551         plugins/debug-manager/registers.c,
10552         plugins/debug-manager/stack_trace.c:
10553         Add some debugging information 
10555 2006-12-18  Naba Kumar  <naba@gnome.org>
10557         * configure.in, plugins/glade/plugin.c: Allow building against both
10558         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10560 2006-12-03  Naba Kumar  <naba@gnome.org>
10561         
10562         * TODO.tasks: Marked a bounty completed.
10564 2006-11-24  Adam Dingle <adam@medovina.org>
10566         Reviewed by Naba Kumar  <naba@gnome.org>:
10567         * plugins/build-basic-autotools/build-basic-autotools.c,
10568         plugins/debug-manager/watch.c,
10569         plugins/document-manager/plugin.c, 
10570         plugins/patch/plugin.c,
10571         plugins/project-manager/plugin.c:
10572         Fixed bug #378879 (several command names need ellipses).
10574 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10576         Reviewed by: Naba Kumar  <naba@gnome.org>
10577         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10578         GCC 4.1.2 (there are only two warnings remaining now when compiling
10579         plugins).
10581         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10583         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10584         macro so that the generated function support a NULL plugin parameter.
10586         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10587         in debug_tree_find_expression by freeing memory returned by the call
10588         to gtk_tree_model_get instead of the parameter string.
10590 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10592         * plugins/debug-manager/breakpoints.c:
10593         Fix bug #378850
10595         * plugins/debug-manager/anjuta-debug-manager.ui,
10596         plugins/debug-manager/debugger.c,
10597         plugins/debug-manager/plugin.c:
10598         Fix bug #378871
10600 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10602         * libanjuta/anjuta-launcher.c,
10603         plugins/gdb/debugger.c:
10604         Fix bug #377061
10606 2006-11-21  Naba Kumar  <naba@gnome.org>
10608         * plugins/search/search_preferences.c: Fixed build break.
10609         
10610 2006-11-20  Naba Kumar  <naba@gnome.org>
10611         
10612         Patch from Kjartan Maraas:
10613         * plugins/cvs-plugin/cvs-interface.c,
10614         plugins/document-manager/plugin.c,
10615         plugins/gtodo/interface.c,
10616         plugins/gtodo/libgtodo.h,
10617         plugins/message-view/anjuta-msgman.c,
10618         plugins/project-wizard/druid.c,
10619         plugins/search/search_preferences.c,
10620         plugins/sourceview/sourceview-prefs.c,
10621         plugins/terminal/terminal.c,
10622         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10624         Patch from Przemysław Grzegorczyk:
10625         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10626         plugins/subversion/anjuta-subversion.glade: Enable files in
10627         fileselection dialog. Fixes bug #376031.
10628         
10629 2006-11-17  Adam Dingle <adam@medovina.org>
10631         Reviewed by: Naba Kumar  <naba@gnome.org>
10632         * plugins/build-basic-autotools/build-basic-autotools.c
10633         * plugins/class-gen/anjuta-class-gen.plugin.in
10634         * plugins/debug-manager/breakpoints.c
10635         * plugins/debug-manager/plugin.c
10636         * plugins/devhelp/plugin.c
10637         * plugins/document-manager/plugin.c
10638         * plugins/gdb/debugger.c
10639         * plugins/glade/anjuta-glade.plugin.in
10640         * plugins/gtodo/plugin.c
10641         * plugins/language-support-cpp-java/plugin.c
10642         * plugins/message-view/plugin.c
10643         * plugins/project-import/anjuta-project-import.glade
10644         * plugins/project-import/anjuta-project-import.plugin.in
10645         * plugins/search/plugin.c
10646         * plugins/tools/scripts/tools-2.xml.in
10647         * plugins/valgrind/plugin.c
10648         * src/anjuta-actions.h:
10649         Fixed bug #376335 "menu items should be capitalized".  Minor
10650         grammar edits.
10652 2006-11-20  Naba Kumar  <naba@gnome.org>
10653         
10654         * configure.in: Fixed build.
10656         Patch from: Arjan Timmerman
10657         *configure.in: Make subvesion plugin build for apr 1.x.
10658         Fixes: Bug #364754.
10659         
10660 2006-11-20  Johannes Schmid <jhs@gnome.org>
10662         * configure.in
10663         * plugins/*/*.[ch]:
10664         Removed patches from Sylvain and Günther. They caused not problems but
10665         Naba was against them.
10667 2006-11-20  Johannes Schmid <jhs@gnome.org>
10669         * Removed me from MAINTAINERS
10671 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10673         * configure.in:
10674         Use apr-1 instead of apr-0
10676 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10678         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10679         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10680         and another bug occuring when parsing .pc file containing quotes.
10682 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10684         * plugins/*/*.[ch]: Use class macro for type casting.
10686         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10687         GCC 4.1.2 (there are only two warnings remaining now when compiling
10688         plugins).
10690         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10691         a memory leak in debug_tree_find_expression; g_free was called on
10692         the parameter instead of the memory allocated by gtk_tree_model_get.
10694         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10695         to declare and initialize the global type variable of the plugin.
10697 2006-10-31  Naba Kumar  <naba@gnome.org>
10699         * global-tags/create_global_tags.sh.in: Added an end message.
10700         
10701         * libanjuta/anjuta-launcher.h: Fixed indentation.
10702         
10703         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10704         creation to a) append the messages in right way, b) Connect signals
10705         to the view properly and c) Recreate the system-tags.cache at the
10706         end of the generation.
10708         * plugins/symbol-browser: Fixed action path (double
10709         click on sysmbols was not working).
10711         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10712         Fixed typedef and removed dead code.
10714         * tagmanager/c.c: Took the latest version from ctags source
10715         repository, because the one we had (from ctags 5.6) was broken.
10716         
10717         * global_tags/create_global_tags.sh.in: Reverted the patch from
10718         Sylvain because it was not right fix (and added a helpful comment).
10719         Used /bin/bash to fix the bashism and generated separate log files
10720         for each tag files in the same directory.
10721         
10722 2006-10-29  Naba Kumar  <naba@gnome.org>
10724         * plugins/editor/text_editor.c: Use a temporary file
10725         to save the editor and move it at the end to original
10726         file. This will prevent data corruption if file save
10727         failed for any reason. Also report proper errors when
10728         file save fails. Fixes bug #346575.
10729         
10730 2006-10-26  Naba Kumar  <naba@gnome.org>
10732         * plugins/document-manager/anjuta-docman.c: Do not load
10733         the same files with different path more than once (happens
10734         with symlinked files). Fixes Bug #323591.
10736 2006-10-25  Naba Kumar  <naba@gnome.org>
10738         * plugins/valgrind/vgactions.c: Fixed a warning.
10740 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10742         Reviewed by Naba Kumar  <naba@gnome.org>:
10744         * plugins/valgrind/vgtoolview.c:
10745         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10747         * plugins/valgrind/bugged-prg-test.c:
10748         No more warning during compilation with GCC 4.1.
10749         Program is still buggy in order to be used as a test of the
10750         plugin.
10752         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10753         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10754         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10755         plugins/valgrind/vgrule.c:
10756         No more warning during compilation with GCC 4.1.
10758         * plugins/valgrind/plugin.c:
10759         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10760         prototype (was missing from previous patch).
10762 2006-10-24  Naba Kumar  <naba@gnome.org>
10764         * plugins/glade/plugin.c: Show glade tree view, not list view.
10765         
10766         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10767         exited with glade plugin still loaded. Fixes Bug #364755.
10769         * plugins/document-manager/anjuta-document-manager.plugin.in:
10770         Added application/x-reject in accepted mime-types.
10771         
10772         * Changelog: Fixed changelog alignments.
10774 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10776         Reviewed by: Naba Kumar  <naba@gnome.org>
10777         
10778         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10779         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10780         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10781         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10782         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10783         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10784         plugins/valgrind/vgsearchbar.c:
10785         Use class macro for type casting.
10787         * plugins/valgrind/plugin.h:
10788         Don't force cast a GtkActionGroup to a GtkAction.
10790         * plugins/valgrind/plugin.c:
10791         Use correct API to get path of the preoject root when building
10792         the list of targets for the run action.
10793         Correct ordering of the construction of the preferences widgets.
10794         Only remove the valgrind widget if it is currently displayed.
10796         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10797         Return if check_valgrind_binary() fails.
10798         The ValgrindPluginPrefs object is initialized after the call to
10799         vg_action_new. Take a handle to the location of the pointer to
10800         the future object.
10802 2006-10-24  Naba Kumar  <naba@gnome.org>
10804         * HACKING: Updated coding sample.
10805         
10806         Patch from: Armin Burgmeier  <armin@arbur.net>
10807         * plugins/symbol-browser/test-class.h,
10808         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10809         
10810 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10812         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10813         * plugins/valgrind/vgtoolview.h:
10814         Correctly handle the argv / srcdir of vg_tool_view object. Do
10815         not leak memory associated with those arrays.
10817         * plugins/symbol-browser/an_symbol_prefs.c:
10818         Support unloading / reloading of the module (for example when
10819         closing a project and opening another one).
10821         * plugins/project-manager/plugin.c:
10822         Remove plugin widget before removing plugin itself, preventing
10823         a crash with valgrind plugin.
10825         * libanjuta/anjuta-preferences-dialog.c:
10826         Do not use the page_num returned by gtk_notebook_append_page to
10827         remove the page as it cause bugs when pages removal is not done
10828         in LIFO.
10830         * plugins/document-manager/anjuta-docman.c:
10831         Fix some GTK+ warnings.
10833         * global-tags/create_global_tags.sh.in:
10834         Rewrite script to remove bash-ism and use pkg-config directly
10835         instead of parsing the *.pc file by hand. This solve problems
10836         that occurred when one of the directory in PKG_CONFIG_PATH is
10837         empty.
10839 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10841         * plugins/glade/plugin.c: Fix build (#363884)
10843 2006-10-22  Johannes Schmid <jhs@gnome.org>
10845         * plugins/file-manager/an_file_view.c:
10846         * plugins/file-manager/plugin.c:
10847         * plugins/file-manager/plugin.h:
10848         Fix possible crasher when changing project-root uri when we try to restore open nodes
10849         * AUTHORS: Updated
10851 2006-10-19  Naba Kumar  <naba@gnome.org>
10853         Patch from: Juan Pablo Ugarte
10854         * plugins/glade/plugin.c: Include glade header
10855         correctly.
10856         
10857 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10858         
10859         * plugins/debug-manager/Makefile.am,
10860         plugins/debug-manager/sexy-icon-entry.h,
10861         plugins/debug-manager/sexy-icon-entry.c,
10862         plugins/debug-manager/dataview.c:
10863         Fix bug #358134 (Goto memory prompt)
10864         Use sexy-icon-entry from libsexy 0.1.10
10866         * plugins/debug-manager/debugger.c,
10867         plugins/debug-manager/plugin.c,
10868         plugins/debug-manager/start.c,
10869         plugins/gdb/debugger.c,
10870         plugins/gdb/plugin.c:
10871         Better error handling when starting and stopping debugger
10873 2006-10-13  Maik Beckmann <maik@eigenco.de>
10875         * src/action_callbacks.c:
10876         Fixed bug #361830 (AboutDialog does not close) which is caused 
10877         due to a change in Gtk+ 2.10  
10878   
10879 2006-10-12  Adam Dingle <adam@medovina.org>
10881         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10883         * plugins/search/search-replace.c:
10884         Fixed bug #358068 (indicate when Find in Files is complete)
10886         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10888         * plugins/sourceview/sourceview-prefs.c:
10889         * plugins/sourceview/sourceview.glade:
10890         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10892         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10894         * plugins/devhelp/plugin.c:
10895         * plugins/search/plugin.c: 
10896         Fixed bug #359750 (fix find/replace shortcut keys).
10898         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10899         use Alt+key for shortcuts)
10901         *  plugins/debug-manager/debug_tree.c:
10902         *  plugins/debug-manager/debugger.c:
10903         Fixed bug #359317 (can't load debug manager)
10905         * /plugins/document-manager/plugin.c:
10906         Fixed bug #359259 (highlight modes listed in reverse 
10907         alphabetical order).
10909 2006-10-10  Johannes Schmid <jhs@gnome.org>
10911         * plugins/glade/plugin.c:
10912         Add scrollbars to glade project window
10914 2006-10-10  Johannes Schmid <jhs@gnome.org>
10916         * libanjuta/interfaces/Makefile.am.iface:
10917         Fixed Makefile with broke build
10919 2006-10-07  Johannes Schmid <jhs@gnome.org>
10921         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10922         * libanjuta/interfaces/Makefile.iface.am:
10923         Fixed enum types generation
10925         * libanjuta/interfaces/libanjuta.idl:
10926         Fixed some strange typo
10928 2006-10-06  Johannes Schmid <jhs@gnome.org>
10930         * libanjuta/interfaces/Makefile.iface.am:
10931         Fixed enum-types.h generation
10932         * libanjuta/interfaces/libanjuta.idl:
10933         char* => gchar*
10934         IAnjutaTODO::load should take const gchar* argument
10935         Remove include to libanjuta/e-splash.h which is not installed as header file
10936         Disable get_attributes for now
10937         
10938         * pluings/sourceview/sourceview.c: Disabled get_attributes
10939         
10940         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10942 2006-10-05  Naba Kumar  <naba@gnome.org>
10944         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10945         Set bug id for 'Profiler plugin' task.
10947 2006-10-03  Naba Kumar  <naba@gnome.org>
10949         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10950         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10952         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10953         plugins/project-manager/plugin.c: Added a new API in
10954         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10955         Added some documentation. On project close, close all editors that
10956         has files opened for the project.
10957         
10958         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10959         from the containers on anjuta_shell_remove_widget(). Do not destroy
10960         glade widgets once created.
10961         
10962 2006-10-03  Johannes Schmid <jhs@gnome.org>
10964         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10965         * libanjuta/interfaces/libanjuta.idl:
10966         const-List<> => const List<>
10967         List-free<> => List<>
10968         
10969         * Makefile.am: Reenabled launcher
10971 2006-10-03  Johannes Schmid <jhs@gnome.org>
10973         * libanjuta/interfaces/Makefile.am.iface:
10974         Install libanjuta.idl
10976 2006-10-02  Adam Dingle <adam@medovina.org>
10978         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10980 2006-10-02  Adam Dingle <adam@medovina.org>
10982         * plugins/editor/style-editor.c: fixed bug #357534
10983         * plugins/gdb/utilities.h: removed 2 unused declarations
10985 2006-10-02  Johannes Schmid <jhs@gnome.org>
10987         * Makefile.am: disabled anjuta-launcher
10988         * libanjuta/Makefile.am:
10989         
10990         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10991         * libanjuta/glue-factory.c: (glue_factory_add_path),
10992         (glue_factory_get_path):
10993         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10994         * libanjuta/glue-factory.h:
10995         * libanjuta/glue-cpp.h:
10996         * libanjuta/glue-cpp.c:
10997         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10998         
10999         * libanjuta/interfaces/Makefile.am.iface:
11000         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11001         * libanjuta/interfaces/libanjuta.idl:
11002         Add a new features to idl compiler:
11003         List<Type> => List of Type
11004         List-free<Type> => List of Type, it is up to the caller to free items and list
11005         const-List(-free)<Type> = const List of Types
11006         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
11007         
11008         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
11009         (generic_cpp_class_create_code):
11010         Adapted to new project_manager interface
11011         
11012         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
11013         * plugins/debug-manager/debugger.c:
11014         (ivariable_debugger_iface_init):
11015         Do not use C++ keyword "delete" for interface name
11016         
11017         * plugins/document-manager/anjuta-document-manager.plugin.in:
11018         Added m4 to mime-types
11019         
11020         * plugins/project-manager/plugin.c:
11021         (iproject_manager_add_source_multi):
11022         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
11024 2006-10-01  Naba Kumar  <naba@gnome.org>
11026         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
11027         UI file used when out-of-process devhelp is used instead of
11028         embedded devhelp.
11029         
11030         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
11031         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
11032         plugins/profile-default/default.anjuta: Build devhelp plugin,
11033         but use out-of-process devhelp if devhelp plugin is disabled
11034         (either by user or devhelp is not installed). Disabled devhelp
11035         plugin by default. Added it in default profile.
11037 2006-10-01  Naba Kumar  <naba@gnome.org>
11039         * plguins/project-manager/plugin.c: Possible fix for crash
11040         bug #358583.
11041         
11042         * configure.in, plugins/Makefile.am: Enabled glade plugin and
11043         set dep to last version 3.0.2.
11044         
11045         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
11046         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
11047         plugins/symbol-browser/plugin.c: Use the right action group
11048         for getting popup actions (Fixes lots of assertion failures).
11050         * plugins/project-manager/plugin.c,
11051         plugins/project-manager/plugin.h: use separate action group
11052         for profie actions.
11053         
11054         * plugins/message-view/plugin.c: Disconnect session load
11055         signal on plugin deactivation (fixes a crash).
11057 2006-09-30  Naba Kumar  <naba@gnome.org>
11059         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
11060         * TODO.tasks: Assigned a bounty to Massimo.
11062 2006-09-29  Naba Kumar  <naba@gnome.org>
11064         * src/anjuta-app.c, src/shell.c: Fixed build errors.
11066 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
11068         * plugins/debug-manager/debugger.c,
11069         plugins/debug-manager/plugin.c,
11070         libanjuta/interfaces/libanjuta.idl:
11071         Add a new abort command to quit debugger without waiting
11073         * plugins/gdb/debugger.c,
11074         plugins/gdb/debugger.h,
11075         plugins/gdb/plugin.c:
11076         Send a signal directly to the debugged program
11077         Implement abort command
11079         * plugins/debug-manager/debug_tree.c:
11080         Fix bug #358163
11082         * plugins/debug-manager/stack-trace.c:
11083         Fix bug #358009
11085 2006-09-29  Naba Kumar  <naba@gnome.org>
11087         * TODO.tasks: Updated.
11088         
11089         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
11090         dialog.
11091         
11092         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
11093         
11094         * TODO.tasks: Updated in light of the word wrapping fix
11095         in Tasks Manager. Added a test bounty entry.
11097         * TODO.tasks: Added four bounties.
11098         
11099 2006-09-28  Naba Kumar  <naba@gnome.org>
11101         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
11102         Added 'customizable' parameter to
11103         anjuta_ui_add_action_group_entries() and similar functions to
11104         allow user configuration of the actions. Filter out actions that
11105         are not configurable items (such as submenu items). Now the
11106         'Customize shortcuts' dialog is much better listed.
11108         * plugins/build-basic-autotools/build-basic-autotools.c,
11109         plugins/build-basic-autotools/build-basic-autotools.h,
11110         plugins/cvs-plugin/plugin.c,
11111         plugins/cvs-plugin/plugin.h,
11112         plugins/debug-manager/breakpoints.c,
11113         plugins/debug-manager/plugin.c,
11114         plugins/debug-manager/stack_trace.c,
11115         plugins/debug-manager/watch.c,
11116         plugins/devhelp/plugin.c,
11117         plugins/document-manager/plugin.c,
11118         plugins/file-loader/plugin.c,
11119         plugins/file-manager/plugin.c,
11120         plugins/glade/plugin.c,
11121         plugins/gtodo/interface.c,
11122         plugins/gtodo/plugin.c,
11123         plugins/language-support-cpp-java/plugin.c,
11124         plugins/macro/plugin.c,
11125         plugins/macro/plugin.h,
11126         plugins/message-view/plugin.c,
11127         plugins/patch/plugin.c,
11128         plugins/profile-default/default.anjuta,
11129         plugins/project-manager/plugin.c,
11130         plugins/project-manager/plugin.h,
11131         plugins/sample1/plugin.c,
11132         plugins/search/plugin.c,
11133         plugins/subversion/plugin.c,
11134         plugins/subversion/plugin.h,
11135         plugins/symbol-browser/plugin.c,
11136         plugins/symbol-browser/plugin.h,
11137         plugins/tools/plugin.c,
11138         plugins/valgrind/plugin.c,
11139         plugins/valgrind/plugin.h: Fixed to take care of above change
11140         in API of AnjutaUI. Properly added/removed action groups in some
11141         plugins. Split action groups into customization and non-customizable
11142         groups and added them separately.
11144         * plugins/document-manager/plugin.c: Close files belonging to
11145         project when project is closed (not complete).
11146         
11147         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
11148         vertical aligned cell entries.
11149         
11150         * src/anjuta-app.c: Define macros for the placeholder names.
11151         Set default widths and heights of the default placeholders,
11152         so that newly docked widgets are correclty sized.
11153         
11154         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
11155         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
11156         Fixed to generated correct actions addition/removal code.
11158 2006-09-25  Naba Kumar  <naba@gnome.org>
11160         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
11161         libanjuta/anjuta-serializer.[ch]: Implemented serialization
11162         class.
11163         
11164         * plugins/message-view/anjuta-msgman.c,
11165         plugins/message-view/anjuta-msgman.h,
11166         plugins/message-view/message-view.c,
11167         plugins/message-view/message-view.h,
11168         plugins/message-view/plugin.c: Serialize messages panes in
11169         session save and deserialize them in session load so that
11170         build messages persistant.
11171         
11172 2006-09-24  Johannes Schmid <jhs@gnome.org>
11174         * libanjuta/anjuta-utils.c:
11175         * plugins/message-view/message-view.c:
11176         Really fixed #355407
11178 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
11180         * libanjuta/interfaces/libanjuta.idl:
11181         Change one variable sign
11183         * plugins/debug-manager/anjuta-debug-manager.glade,
11184         plugins/debug-manager/anjuta-debug-manager.ui:
11185         Few small interface changes     
11187         * plugins/debug-manager/debug_tree.h,
11188         plugins/debug-manager/watch.c,
11189         plugins/debug-manager/debugger.c,
11190         plugins/debug-manager/plugin.c
11191         plugins/gdb/debugger.c,
11192         plugins/gdb/plugin.c:
11193         Big rewrite of debugger queue
11194         Allow to cancel command
11196         * plugins/debug-manager/memory.c:
11197         Fix a bug if a command is cancelled
11199 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
11201         * plugins/gdb/debugger.c,
11202         plugins/debug-manager/debug_tree.c,
11203         plugins/debug-manager/locals.c:
11204         Restore tree representation for local variable
11205         Add argument in local variable list
11206         Use gdb variable object to get all informations
11208 2006-09-19  Naba Kumar  <naba@gnome.org>
11210         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
11211         that implements AnjutaSavePrompt class.
11213         * ChangeLog: Fixed indentation.
11214         
11215         * libanjuta/Makefile.am,
11216         libanjuta/anjuta-marshal.list,
11217         libanjuta/anjuta-shell.c,
11218         libanjuta/anjuta-shell.h,
11219         plugins/document-manager/action-callbacks.c,
11220         plugins/document-manager/action-callbacks.h,
11221         plugins/document-manager/anjuta-docman.c,
11222         plugins/document-manager/anjuta-docman.h,
11223         plugins/document-manager/plugin.c,
11224         src/anjuta.c: Impletemnted save prompt dialog to prompt for
11225         unsaved items during exit. A new signal is added in shell
11226         interface called 'save-prompt' to collect all unsaved items.
11227         Create AnjutaSavePrompt class (dialog) to process unsaved items.
11228         Fixed document manager to use the new save-prompt signal in shell
11229         and AnjutaSavePrompt object for unsaved files. Cleaned up
11230         AnjutaDocman to synchronously save new files. Fixed function
11231         names.
11233 2006-09-18  Johannes Schmid <jhs@gnome.org>
11235         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11236         gdl requirement to 0.7.0
11238 2006-09-18  Johannes Schmid <jhs@gnome.org>
11240         * global-tags/.cvsignore:
11241         * global-tags/Makefile.am:
11242         * global-tags/create_global_tags.sh (removed):
11243         * global-tags/create_global_tags.sh.in (added):
11244         Fixed #355407
11245         
11246         * libanjuta/anjuta-launcher.c:
11247         Fixed #349374
11248         
11249         * plugins/project-manager/plugin.c:
11250         (project_manager_plugin_close_project):
11251         Fixed crasher
11252         
11253         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11254         Fixed gtk critical
11255         
11256         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11257         More reasonable toolbar creation/deletition though it does
11258         not completly work!
11260 2006-09-15  Johannes Schmid <jhs@gnome.org>
11262         * libanjuta/anjuta-utils.c/.h:
11263         Fixed #355168
11265 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
11267         * scintilla/ScintillaGTK.cxx
11268         Fixed doulbe freeing in Scintilla
11270 2006-09-12  Johannes Schmid  <jhs@gnome.org>
11272         * plugins/symbol-browser/an_symbol_prefs.c:
11273         Support unloading / reloading of the module (for example when
11274         closing a project and opening another one).
11276         * plugins/project-manager/plugin.c:
11277         Really fixed #355148 (Show project name in title bar)
11279 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11281         * libanjuta/plugins.c:
11282         Fixed #355156 (Show plugins in alphabetical order)
11284 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11286         * plugins/project-manager/plugin.c:
11287         Fixed #355148 (Show project name in title bar)
11289 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11291         * plugins/project-manager/plugin.c:
11292         (value_removed_project_root_uri):
11293         Fixed crasher if project cannot be opened
11295 2006-08-30 Naba Kumar  <naba@gnome.org>
11297         * plugins/language-support-cpp-java/plugin.[c,h],
11298         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11299         Impletemnted UI for auto indent.
11300         
11301 2006-08-28 Naba Kumar  <naba@gnome.org>
11302         
11303         * plugins/gvim/.cvsignore,
11304         plugins/gvim/Makefile.am,
11305         plugins/gvim/anjuta-vim-plugin.png,
11306         plugins/gvim/anjuta-vim.c,
11307         plugins/gvim/anjuta-vim.h,
11308         plugins/gvim/anjuta-vim.plugin.in,
11309         plugins/gvim/gtkvim.c,
11310         plugins/gvim/gtkvim.h,
11311         plugins/gvim/plugin.c,
11312         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11313         in build yet.
11315 2006-08-28 Naba Kumar  <naba@gnome.org>
11317         Patch from: Massimo Corà  <maxcvs@email.it>
11318         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11319         possible infinite loop.
11321 2006-08-22 Adam Dingle <adam@medovina.org>
11322         
11323         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11324         to edit are shown in the preferences dialog in anjuta").
11325         Removed unused widgets from the style editor dialog.
11327 2006-08-21  Johannes Schmid <jhs@gnome.org>
11329         * plugins/symbol-browser/test-class.[cpp/h]
11330         Added missing files
11332 2006-08-18  Naba Kumar  <naba@gnome.org>
11334         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11335         end of document loading.
11337         * plugins/language-support-cpp-java/plugin.c,
11338         plugins/sourceview/sourceview.c: Fixed plugin loading.
11340 2006-08-17  Naba Kumar  <naba@gnome.org>
11342         * plugins/language-support-cpp-java/plugin.c,
11343         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11344         mode line parsing. Indentation parameters initialized based on
11345         mode line parameters.
11347 2006-08-16  Naba Kumar  <naba@gnome.org>
11349         * Makefile.am, plugins/editor/text_editor.c,
11350         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11351         comments.
11353 2006-08-16 Naba Kumar  <naba@gnome.org>
11355         Patch from  Massimo Cora'  <maxcvs@email.it>:
11356         
11357         * plugins/editor/aneditor-autocomplete.cxx,
11358         plugins/editor/aneditor-calltip.cxx,
11359         plugins/symbol-browser/Makefile.am,
11360         plugins/symbol-browser/an_symbol.c,
11361         plugins/symbol-browser/an_symbol_view.c,
11362         plugins/symbol-browser/plugin.c,
11363         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11364         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11365         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11366         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11367         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11368         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11369         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11370         tagmanager/get.h, tagmanager/html.c,
11371         tagmanager/include/tm_source_file.h,
11372         tagmanager/include/tm_tag.h,
11373         tagmanager/include/tm_workspace.h,
11374         tagmanager/jscript.c, tagmanager/keyword.c,
11375         tagmanager/keyword.h, tagmanager/lisp.c,
11376         tagmanager/lregex.c, tagmanager/lua.c,
11377         tagmanager/main.h, tagmanager/make.c,
11378         tagmanager/options.c, tagmanager/options.h,
11379         tagmanager/parse.c, tagmanager/parse.h,
11380         tagmanager/parsers.h, tagmanager/pascal.c,
11381         tagmanager/perl.c, tagmanager/php.c,
11382         tagmanager/python.c, tagmanager/read.c,
11383         tagmanager/read.h, tagmanager/readtags.c,
11384         tagmanager/readtags.h, tagmanager/rexx.c,
11385         tagmanager/routines.c, tagmanager/routines.h,
11386         tagmanager/ruby.c, tagmanager/scheme.c,
11387         tagmanager/sh.c, tagmanager/slang.c,
11388         tagmanager/sml.c, tagmanager/sort.c,
11389         tagmanager/sort.h, tagmanager/sql.c,
11390         tagmanager/strlist.c, tagmanager/strlist.h,
11391         tagmanager/tcl.c, tagmanager/tm_source_file.c,
11392         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11393         tagmanager/tm_workspace.c, tagmanager/verilog.c,
11394         tagmanager/vim.c, tagmanager/vstring.c,
11395         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11396         5.6 and namespace completion fixed.
11398         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11399         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11401 2006-08-15 Naba Kumar  <naba@gnome.org>
11403         * libanjuta/interfaces/libanjuta.idl,
11404         plugins/editor/text-editor-iterable.c,
11405         plugins/editor/text_editor.c,
11406         plugins/sourceview/sourceview-cell.c,
11407         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11408         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11409         ianjuta_editor_end_action().
11410         
11411         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11413 2006-08-13 Naba Kumar  <naba@gnome.org>
11415         * plugins/debug-manager/breakpoints.c,
11416         plugins/debug-manager/memory.c,
11417         plugins/debug-manager/registers.c,
11418         src/layout.xml: Fixed debugger widgets layout.
11420 2006-08-12 Naba Kumar  <naba@gnome.org>
11422         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11423         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11424         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11425         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11426         codes and dead codes. Removed automatic indentation prefs.
11428 2006-08-12  Johannes Schmid <jhs@gnome.org>
11430         * libanjuta/Makefile.am:
11431         * libanjuta/anjuta-launcher.c:
11432         * libanjuta/anjuta-launcher.h:
11433         * libanjuta/anjuta-plugin.c:
11434         * libanjuta/anjuta-plugin.h:
11435         * libanjuta/anjuta-preferences.c:
11436         * libanjuta/anjuta-preferences.h:
11437         * libanjuta/anjuta-shell.c:
11438         * libanjuta/anjuta-shell.h:
11439         * libanjuta/libanjuta.h:
11440         
11441         Made wrapper friendly:
11442         - no inline in header files (preferences_set/get)
11443         - correct signal names
11444         - correct GError** argument in anjuta_shell_freeze/thaw
11445         - include correct files in libanjuta.h
11446         
11447         * plugins/project-manager/plugin.c: 
11448         Fixed two crashers
11450 2006-08-11 Naba Kumar  <naba@gnome.org>
11452         * plugins/editor/aneditor-priv.h,
11453         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11454         
11455         * plugins/editor/text_editor_cbs.c,
11456         plugins/sourceview/anjuta-view.c: Pass the right position for char
11457         added signal.
11458         
11459         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11460         
11461         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11463 2006-08-11 Naba Kumar  <naba@gnome.org>
11465         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11466         return the right character at the iter position and get_char() to
11467         not leak memory.
11469         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11470         to set to character offset and not byte index.
11472         * plugins/language-support-cpp-java/plugin.c: Improved
11473         auto-indentation login. Indents opening and closing braces correctly.
11475 2006-08-10  Johannes Schmid <jhs@gnome.org>
11477         * INSTALL:
11478         * autogen.sh:
11479         Required automake = 1.9
11481         * libanjuta/anjuta-children.c:
11482         * libanjuta/anjuta-children.h:
11483         * libanjuta/anjuta-encodings.h:
11484         * libanjuta/anjuta-launcher.h:
11485         * libanjuta/anjuta-plugin-description.h:
11486         * libanjuta/anjuta-preferences-dialog.h:
11487         * libanjuta/anjuta-preferences.h:
11488         * libanjuta/anjuta-session.h:
11489         * libanjuta/anjuta-status.h:
11490         * libanjuta/anjuta-ui.h:
11491         * libanjuta/anjuta-utils.c:
11492         * libanjuta/anjuta-utils.h:
11493         * libanjuta/e-splash.h:
11494         * libanjuta/glue-factory.h:
11495         * libanjuta/glue-plugin.h:
11496         * libanjuta/plugins.h:
11497         * libanjuta/resources.h:
11498         Fixed libanjuta to be able to wrap it
11499         - G_BEGIN_DECLS, G_END_DECLS
11500         - include all necessary files in libanjuta.h
11502         * plugins/gtodo/tray-icon.c:
11503         * plugins/terminal/terminal.c:
11504         Some build fixes for freebsd
11506         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11507         * plugins/sourceview/sourceview.glade:
11508         Remove auto-indent feature as it is now in language-support
11510 2006-08-09 Naba Kumar  <naba@gnome.org>
11512         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11513         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11514         Added missing files.
11516         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11517         get_use_spaces(), set_tabsize() and set_use_spaces().
11519 2006-08-09 Naba Kumar  <naba@gnome.org>
11521         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11522         succeeded in activating.
11524         * plugins/document-manager/plugin.c: Added debug message.
11526         * libanjuta/interfaces/libanjuta.idl,
11527         plugins/editor/text_editor.c: Implemented get_tabsize(),
11528         get_use_spaces(), set_tabsize() and set_use_spaces().
11530         * plugins/language-support-cpp-java/Makefile.am,
11531         plugins/language-support-cpp-java/plugin.c,
11532         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11533         for indentation. Added preferences page for paramenters.
11535         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11537 2006-08-08 Naba Kumar  <naba@gnome.org>
11539         * libanjuta/interfaces/libanjuta.idl,
11540         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11541         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11542         plugins/editor/text_editor.c,
11543         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11544         and implemented it for both scintilla and sourceview.
11546         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11547         focus back to editor (happens when pressing esc in incremental
11548         search box).
11550 2006-08-08 Naba Kumar  <naba@gnome.org>
11552         * libanjuta/interfaces/libanjuta.idl,
11553         plugins/editor/text_editor.c,
11554         plugins/editor/text_editor.h,
11555         plugins/editor/text-editor-iterable.c,
11556         plugins/sourceview/sourceview-cell.c,
11557         plugins/sourceview/sourceview.c: Implemented editor attributes
11558         methods.
11559         
11560         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11561         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11562         code (not complete yet).
11564         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11565         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11566         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11567         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11568         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11569         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11571 2006-08-04 Naba Kumar  <naba@gnome.org>
11573         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11574         implementation.
11575         
11576 2006-08-03  Johannes Schmid <jhs@gnome.org>
11578         * configure.in: Add a more informative text to valgrind plugin
11580         * TODO.tasks:
11581         Modified Preferences tasl
11582         * libanjuta/anjuta-plugin.c: 
11583         * libanjuta/anjuta-preferences-dialog.c: 
11584         * libanjuta/anjuta-preferences-dialog.h:
11585         * libanjuta/anjuta-preferences.c:
11586         * libanjuta/anjuta-preferences.h:
11587         * libanjuta/interfaces/Makefile.am.iface:
11588         * libanjuta/interfaces/libanjuta.idl:
11589         Added IAnjutaPreferences interface which every plugin that has preferences should
11590         implement. Call merge() and unmerge() at plugin activation/deactivation.
11591         Fixed preferences_page_remove()
11592         
11593         * plugins/build-basic-autotools/build-basic-autotools.c:
11594         * plugins/cvs-plugin/plugin.c: 
11595         * plugins/document-manager/plugin.c:
11596         * plugins/editor/plugin.c:
11597         * plugins/editor/plugin.h:
11598         * plugins/file-manager/plugin.c: 
11599         * plugins/gtodo/main.h:
11600         * plugins/gtodo/plugin.c: 
11601         * plugins/gtodo/preferences.c: 
11602         * plugins/message-view/anjuta-msgman.c: 
11603         * plugins/message-view/anjuta-msgman.h:
11604         * plugins/message-view/plugin.c:
11605         * plugins/sourceview/plugin.c: 
11606         * plugins/sourceview/plugin.h:
11607         * plugins/symbol-browser/an_symbol_prefs.c:
11608         * plugins/symbol-browser/plugin.c: 
11609         * plugins/terminal/terminal.c: 
11610         * plugins/valgrind/plugin.c
11611         * src/anjuta-app.c:
11612         
11613         Updated preference loading/unloading for all plugins
11615 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11616         
11617         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11618         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11619     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11620         recommended by the autoconf manual. 
11621         - Fixes compiling with autoconf 2.60.
11622         
11623         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11625 2006-08-02      Johanes Schmid <jhs@gnome.org>
11627         * plugins/profile-default/plugin.c:
11628         Fixed session handling
11630 2006-08-01  Johannes Schmid <jhs@gnome.org>
11632         * configure.in
11633         * plugins/Makefile.am:
11634         Disabled devhelp and glade for now as they do not work (#341073
11635         and #341170)
11636         
11637         * plugins/profile-default/anjuta-default-profile.ui (removed):
11638         * plugins/profile-default/plugin.c:
11639         * plugins/profile-default/plugin.h:
11640         * plugins/project-manager/anjuta-project-manager.ui:
11641         * plugins/project-manager/plugin.c:
11642         * plugins/project-manager/plugin.h:
11643         Limted multiple project support #315043
11645         * libanjuta/interfaces/libanjuta.idl:
11646         Added ianjuta_profile_unload
11648 2006-07-31 Naba Kumar  <naba@gnome.org>
11650         * libanjuta/interfaces/libanjuta.idl,
11651         plugins/editor/text-editor-iterable.c,
11652         plugins/editor/text_editor.c,
11653         plugins/sourceview/anjuta-view.c,
11654         plugins/sourceview/anjuta-view.h,
11655         plugins/sourceview/sourceview.c: Fixed text iteration and 
11656         IAnjutaEditor implementations in both scintilla
11657         and sourceview. Cleand up libanjuta API: Removed redundant
11658         erase_range() method from IAnjutaEditor interface, fixed
11659         ianjuta_editor_get_text to take length instead of range (consistency).
11660         autoindentation in both sourceview and scintilla more or less works,
11661         but still disabled for now because there are still some anomalies
11662         in text iteration.
11664         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11666         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11667         API changes.
11669 2006-07-30  Johannes Schmid <jhs@gnome.org>
11671         * plugins/sourceview/anjuta-document.c:
11672         * plugins/sourceview/anjuta-document.h:
11673         * plugins/sourceview/anjuta-view.c: 
11674         * plugins/sourceview/sourceview.c:
11675         Wrote a new "char_added" implementation, I hope this one is good
11677         * plugins/sourceview/sourceview-cell.c:
11678         Fixed typo: "text_iter" instead of "iter"
11680 2006-07-30 Naba Kumar  <naba@gnome.org>
11682         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11684 2006-07-30  Johannes Schmid <jhs@gnome.org>
11686         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11687         
11688         * plugins/debug-manager/plugin.c: 
11689         * plugins/patch/plugin.c:
11690         Use IAnjutaIndicable to mark debugger position
11692         * plugins/sourceview/sourceview.c:
11693         Define colors for IAnjutaIndicable
11695 2006-07-29  Johannes Schmid <jhs@gnome.org>
11697         * plugins/debug-manager/anjuta-debug-manager.ui:
11698         * plugins/debug-manager/breakpoints.c:
11699         * plugins/debug-manager/images/Makefile.am:
11700         * plugins/debug-manager/images/run-to-cursor.png:
11701         * plugins/debug-manager/plugin.c:
11702         Added toolbar and some icons
11704         * plugins/patch/anjuta-patch.ui:
11705         * plugins/patch/patch-plugin.c:
11706         * plugins/patch/patch-plugin.glade:
11707         * plugins/patch/plugin.c:
11708         * plugins/patch/plugin.h:
11709         Improved patch plugin (GUI and function)
11711         * plugins/sourceview/sourceview.c:
11712         Fixed another Gtk-Critical
11714         * plugins/tools/anjuta-tools.ui:
11715         * plugins/tools/plugin.h:
11716         Put Patch plugin in tools menu and changed ui file
11718 2006-07-29  Johannes Schmid <jhs@gnome.org>
11720         * plugins/document-manager/plugin.c:
11721         Fixed accelator Gtk-Warning
11723         * plugins/message-view/anjuta-msgman.c: 
11724         Fixed Gtk-Warning
11726         * plugins/sourceview/anjuta-document.c:
11727         * plugins/sourceview/anjuta-document.h:
11728         * plugins/sourceview/anjuta-marshal.list:
11729         Wrote a better emitter for the char-added signal
11731         * plugins/sourceview/sourceview.c:
11732         Fixed Redo/Undo to void Gtk-Criticals
11733         
11734         * plugins/sourceview/sourceview-args.c:
11735         * plugins/sourceview/sourceview-cell.c:
11736         * plugins/sourceview/sourceview-scope.c:
11737         * plugins/sourceview/sourceview-tags.c: 
11738         Adapted to new IAnjutaIterator API
11740 2006-07-28 Naba Kumar  <naba@gnome.org>
11742         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11744         * plugins/symbol-browser/an_symbol.c,
11745         plugins/symbol-browser/an_symbol_iter.c,
11746         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11747         subclass of AnjutaSymbol so that the symbol is accessible from
11748         the iter in light of changes in IAnjutaIterable.
11750         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11751         implementation of IAnjutaIterable.
11753 2006-07-28 Naba Kumar  <naba@gnome.org>
11755         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11756         IAnjutaIterable. They were kind of useless since the interface is
11757         defined on the data object itself. Added set_position() method
11758         in IAnjutaIterable to allow setting arbitrary current index to the
11759         iter.
11760         Added erase() and erase_range() in IAnjutaEditor.
11762         * plugins/editor/text-editor-iterable.c: Fixed 
11763         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11764         methods in editor. Fixed get_line_from_position() method.
11766         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11767         code. It's disabled for now.
11769         * plugins/sourceview/sourceview-cell.c,
11770         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11771         implementation.
11773 2006-07-27  Johannes Schmid <jhs@gnome.org>
11775         * plugins/sourceview/sourceview-cell.c:
11776         Fixed IAnjutaEditorCell to work only on a single line
11777         Fixed crasher in finalize
11779         * plugins/symbol-browser/an_symbol_prefs.c:
11780         * global-tags/Makefile.am:
11781         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11782         script installation     
11784 2006-07-26 Naba Kumar  <naba@gnome.org>
11786         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11787         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11788         
11789         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11790         
11791         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11792         support plugins
11793         
11794         * plugins/editor/text-editor-iterable.c,
11795         plugins/editor/text_editor.c,
11796         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11797         method to work correctly, it was ignoring start and end parameters.
11798         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11799         emission.
11800         
11801         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11802         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11804 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11806         * plugins/symbol-browser/an_symbol_view.c,
11807         plugins/symbol-browser/an_symbol_view.h,
11808         plugins/symbol-browser/plugin.c:
11809     fix a matching case into sv_extract_type_qualifier_from_expr ()
11810     and some minor issues.
11812 2006-07-26  Johannes Schmid <jhs@gnome.org>
11814         * plugins/language-support-cpp-java/plugin.c:
11815         Fixed to work kind of with sourceview editor
11816         * plugins/sourceview/anjuta-document.c: 
11817         * plugins/sourceview/anjuta-view.c: 
11818         * plugins/sourceview/sourceview-cell.c:
11819         * plugins/sourceview/sourceview.c:
11820         Fixed IAnjutaEditorCell and "char-added" signal
11822 2006-07-24 Naba Kumar  <naba@gnome.org>
11824         * plugins/document-manager/plugin.c,
11825         plugins/document-manager/plugin.h: Initial implementedion for loading
11826         support plugins.
11827         
11828         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11829         implementation.
11830         
11831         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11832         indicators are cleared (that leaved grey texts).
11834 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11836         * libanjuta/interfaces/libanjuta.idl,
11837         plugins/debug-manager/breakpoints.c,
11838         plugins/debug-manager/memory.c,
11839         plugins/debug-manager/registers.c,
11840         plugins/debug-manager/debug_tree.c,
11841         plugins/debug-manager/debugger.c,
11842         plugins/gdb/debugger.c,
11843         plugins/gdb/debugger.h,
11844         plugins/gdb/plugin.c:
11845         Add a parameter for reporting error
11846         Add a new interface for using gdb variable object
11847         Allow to cancel commands
11848         Rewrite handling of debugger state
11850         * plugins/debug-manager/plugin.c,
11851         plugins/debug-manager/locals.c,
11852         plugins/debug-manager/locals.h,
11853         plugins/debug-manager/register.c,
11854         plugins/debug-manager/stack_trace.c,
11855         plugins/debug-manager/stack_trace.h:
11856         Create and destroy local and stack trace windows when needed
11858 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11860         * plugins/document-manager/plugin.c:
11861         Fixed "Automatic" highlighting
11863 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11865         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11867         * plugins/sourceview/anjuta-view.c:
11868         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11870 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11871         
11872         * configure.in: Check for C/C++-Compiler correctly
11874 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11876         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11878         * plugins/debug-manager/stack_trace.c:
11879         Destroy stack window when debuuger is disabled (#347414)
11880         
11881         * plugins/sourceview/anjuta-view.c:
11882         Fix a crash with popup-menu (#347412)
11884 2006-07-13 Naba Kumar  <naba@gnome.org>
11886         * plugins/editor/Makefile.am,
11887         plugins/editor/text_editor.h,
11888         plugins/editor/text-editor-iterable.h,
11889         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11890         tested yet).
11891         
11892         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11893         code.
11894         
11895         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11897 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11899         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11900         Bug #342937
11901         
11902 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11904         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11906         * libanjuta/anjuta-preferences-dialog.c:
11907         Do not use the page_num returned by gtk_notebook_append_page to
11908         remove the page as it cause bugs when pages removal is not done
11909         in LIFO.
11911         * plugins/document-manager/anjuta-docman.c:
11912         * src/anjuta-app.c:
11913         makes Anjuta display dock_items which have previously been hidden
11915 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11917         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11919         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11920         * plugins/sourceview/sourceview.c: (imark_unmark):
11921         
11922         Patches for bugs #346450 and #346295
11923         
11924         * AUTHORS: Added Fredrik
11926 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11928         * plugins/message-view/anjuta-msgman.c: 
11929         Fixed close button/icon size (like in docman)
11931 2006-06-10 Naba Kumar <naba@gnome.org>
11933         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11934         being set.
11935         
11936 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11938         * libanjuta/interfaces/libanjuta.idl:
11939         Move inspect_memory function in IAnjutaCpuDebugger interface
11940         Rename Boolean type to State
11942         * plugins/debug-manager/breakpoint.c:
11943         Rename Boolean type to State
11945         * plugins/debug-manager/Makefile.am,
11946         plugins/debug-manager/anjuta-marshal.list,
11947         plugins/debug-manager/data_view.c,
11948         plugins/debug-manager/data_view.h,
11949         plugins/debug-manager/data_buffer.c,
11950         plugins/debug-manager/data_buffer.h,
11951         plugins/debug-manager/chunk_view.c,
11952         plugins/debug-manager/chunk_view.h,
11953         plugins/debug-manager/anjuta-debug-manager.ui,
11954         plugins/debug-manager/debugger.c,
11955         plugins/debug-manager/memory.c,
11956         plugins/debug-manager/memory.h,
11957         plugins/debug-manager/plugin.c,
11958         plugins/gdb/debugger.c,
11959         plugins/gdb/debugger.h,
11960         plugins/gdb/plugin.c:
11961         Rewrite memory window using a special widget
11962         Rename Boolean type to State
11964 2006-06-08 Naba Kumar <naba@gnome.org>
11966         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11967         Do not return garbage characters and return NULL when there is no
11968         current word.
11969         
11970         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11971         work correctly.
11972         
11973         * plugins/search/search-replace.c: Fixed a mem leak.
11975 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11977         * libanjuta/anjuta-launcher.c:
11978         Added debug message (see #343522)
11979         
11980         * plugins/build-basic-autotools/build-basic-autotools.c:
11981         Patch from Günther Brammer to fix #344015
11983         * plugins/sourceview/sourceview.c:
11984         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11985         automatic highlight of build messages)
11987 2006-06-06 Naba Kumar <naba@gnome.org>
11989         * configure.in,
11990         libanjuta/interfaces/libanjuta.idl,
11991         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11992         plugins/Makefile.am,
11993         plugins/document-manager/action-callbacks.c,
11994         plugins/document-manager/plugin.c,
11995         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11996         interface for language highlight selection and langauge change
11997         signal.
11998         
11999         * plugins/language-support-cpp-java: Added language support
12000         plugin for cpp and java.
12002 2006-05-27  Naba Kumar  <naba@gnome.org>
12004         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
12005         plugins/debug-manager/*, data/Makefile.am,
12006         manuals/reference/libanjuta/libanjuta.types,
12007         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12008         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12009         merged anjuta-new-debugger branch into trunck.
12010         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
12012 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
12013         
12014         * libanjuta/interfaces/libanjuta.idl,
12015         plugins/debug-manager/debugger.c,
12016         plugins/debug-manager/debugger.h,
12017         plugins/gdb/anjuta-gdb.plugin.in,
12018         plugins/gdb/debugger.c,
12019         plugins/gdb/debugger.h,
12020         plugins/gdb/plugin.c:
12021         Add new IAnjutaCpuDebugger interface to access cpu register
12022         Run gdb instead of /usr/local/bin/gdb
12023         
12024         * plugins/debug-manager/plugin.c,
12025         plugins/debug-manager/registers.c,
12026         plugins/debug-manager/registers.h:
12027         Rewrite register window
12028         Rename Load target menu item to Run target
12030 2006-05-07  Naba Kumar  <naba@gnome.org>
12032         * plugins/gdb.init
12033         
12034 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
12036         * plugins/debug-manager/watch.c,
12037         plugins/debug-manager/breakpoint.c,
12038         plugins/debug-manager/breakpoint.h:
12039         Fix crash: disconnect save and load session signals
12041 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
12043         * libanjuta/interface/libanjuta.idl,
12044         plugins/debug-manager/debugger.c,
12045         plugins/gdb/plugin.c:
12046         Add a value parameter for evaluate command
12048         * plugins/debug-manager/anjuta-debug-manager.glade:
12049         Create new dialog box for watches using glade
12051         * plugins/debug-manager/anjuta-debug-manager.ui:
12052         Move watch menu items near the end
12053         Move breakpoint menu items outside the sub menu
12055         * plugins/debug-manager/debug_tree.c,
12056         plugins/debug-manager/debug_tree.h,
12057         plugins/debug-manager/debug_tree.h,
12058         plugins/debug-manager/watch.c:
12059         Move all GUI code from watch.c to debug_tree.c
12060         Add an auto update property to watches
12061         
12062         * plugins/debug-manager/locals.c,
12063         plugins/debug-manager/locals.h,
12064         plugins/debug-manager/stack_trace.c,
12065         plugins/debug-manager/stack_trace.h,
12066         plugins/debug-manager/plugin.c:
12067         Register actions before starting debugger
12069         * plugins/gdb/debugger.c:
12070         Do not call callback function if not present
12072 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
12074         * libanjuta/interfaces/libanjuta.idl,
12075         plugins/debug-manager/stack_trace.c,
12076         plugins/debug-manager/stack_trace.h,
12077         plugins/debug-manager/anjuta-debug-manager.ui,
12078         plugins/gdb/debugger.c:
12079         Add a popup menu in stack frame window
12080         Add a new frame-changed event
12081         Use MI command for getting stack informations
12082         Get filename with full path (need gdb > 6.3)
12084         * libanjuta/interfaces/libanjuta.idl,
12085         plugins/debug-manager/debug_tree.c,
12086         plugins/debug-manager/debugger.c,
12087         plugins/debug-manager/locals.c,
12088         plugins/debug-manager/locals.h,
12089         plugins/debug-manager/plugin.c,
12090         plugins/gdb/debugger.c,
12091         plugins/gdb/debugger.h,
12092         plugins/gdb/parser.c,
12093         plugins/gdb/parser.h,
12094         plugins/gdb/plugin.c,
12095         plugins/gdb/Makefile.am:
12096         Pass watch data with string instead of Watch structures
12097         Use debug_tree in local window
12098         Remove info local
12099         Remove parser.{ch}
12101         * plugins/debug-manager/breakpoints.c,
12102         plugins/debug-manager/utilities.c,
12103         plugins/debug-manager/utilities.h:
12104         Use a GtkListStore instead of a GtkTreeStore
12105         move goto_location_in_editor in utilities.c
12106         
12107 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
12109         * libanjuta/interfaces/libanjuta.idl,
12110         plugins/debug-manager/anjuta-debug-manager.ui,
12111         plugins/debug-manager/breakpoints.c,
12112         plugins/debug-manager/plugin.c,
12113         plugins/gdb/debugger.c:
12114         Add a breakpoint type
12115         Add new popup menu in breakpoint window
12116         Add toggle breakpoint in editor popup menu
12117         Save and restore breakpoint enable
12118         Fix bug in clear all breakpoints
12119         Remove old useless code
12121         * plugins/debug-manager/debugger.c:
12122         Fix some problem with debugger states
12124         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
12125         Update documentation
12126         
12127 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
12129         * data/Makefile.am,
12130         plugins/gdb/Makefile.am,
12131         plugins/gdb/gdb.init:
12132         Move gdb.init crom data to plugins/gdb
12134         * plugins/gdb/gdb.init,
12135         libanjuta/interfaces/libanjuta.idl,
12136         plugins/debug-manager/breakpoints.c,
12137         plugins/debug-manager/debugger.c,
12138         plugins/debug-manager/plugin.c,
12139         plugins/gdb/debugger.c,
12140         plugins/gdb/plugin.c:
12141         Support pending breakpoints
12142         Rewrite debugger states
12143         Split ianjuta_debugger_log into _enable_log and _disable_log
12145         * plugins/debug-manager/start.c,
12146         plugins/debug-manager/debug_tree.c,
12147         plugins/gdb/parser.c:
12148         Remove some useless lines
12150         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12151         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12152         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12153         Update documentation
12155 2006-03-12 Naba Kumar <naba@gnome.org>
12157         * manuals/references/libanjuta/libanjuta.types: Fixed
12158         debug-manager name.
12159         
12160 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
12162         * libanjuta/anjuta-debugger.c,
12163         libanjuta/anjuta-debugger.h:
12164         Remove those files
12165         
12166         * libanjuta/interfaces/libanjuta.idl,
12167         plugins/debug-mananger/breakpoints.c,
12168         plugins/debug-manager/debug_tree.c,
12169         plugins/debug-manager/debugger.c,
12170         plugins/debug-manager/plugin.c,
12171         plugins/debug-manager/registers.c,
12172         plugins/debug-manager/sharedlib.c,
12173         plugins/debug-manager/signal.c,
12174         plugins/debug-manager/stack_trace.c,
12175         plugins/debug-manager/start.c,
12176         plugins/debug-manager/watch.c,
12177         plugins/gdb/debugger.c,
12178         plugins/gdb/debugger.h,
12179         plugins/gdb/parser.c,
12180         plugins/gdb/parser.h,
12181         plugins/gdb/plugin.c:
12182         Move types definitions from libanjuta/anjuta-debugger.{ch}
12183         Rename types from AnjutaDebugger* to IAnjutaDebugger*
12184         
12185         * plugins/gdb/Makefile.am:
12186         Remove user interface from gdb plugin
12188 2006-03-12 Naba Kumar <naba@gnome.org>
12190         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
12192 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
12194         Modified Patch from Marc Maurer <uwog@uwog.net>:
12195         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
12196         Fixes #342447
12197         
12198         * plugins/sourceview/Makefile.am:
12199         * plugins/sourceview/sourceview-cell.c:
12200         * plugins/sourceview/sourceview-cell.h:
12201         * plugins/sourceview/sourceview.c: 
12202         
12203         Implemented IAnjutaEditorCell
12205 2006-05-21  Naba Kumar  <naba@gnome.org>
12207         * libanjuta/interfaces/libanjuta.idl,
12208         plugins/document-manager/action-callbacks.c,
12209         plugins/document-manager/plugin.c,
12210         plugins/editor/print.c, plugins/editor/text_editor.c,
12211         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
12212         Fixed zooming and added icons and shortcuts for zoom menu items.
12214 2006-05-21  Naba Kumar  <naba@gnome.org>
12216         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12217         whitespaces.
12219 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12221         * plugins/document-manager/anjuta-docman.c:
12222         Fixed close button reaction by setting the correct current editor
12224 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12226         Patch from Yang Hong <yanghong@ccoss.com.cn>:
12227         * plugins/document-manager/anjuta-docman.c
12228         - Fix close button, you can close any tab as you wish now.
12229         - Fadeout mime icon as the same as close image  
12231 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12233         Patch from Marc Maurer <uwog@uwog.net>
12234         * main.c: Compile fix when NLS is enabled
12235         
12236         AUTHORS: Added Marc
12238 2006-05-20  Naba Kumar  <naba@gnome.org>
12240         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12241         while loading abiword-2.4.4/abi project).
12243 2006-05-18 Naba Kumar  <naba@gnome.org>
12245         * libanjuta/interfaces/libanjuta.idl,
12246         plugins/document-manager/action-callbacks.c,
12247         plugins/editor/print.c,
12248         plugins/editor/text_editor.c,
12249         plugins/editor/text_editor.h,
12250         plugins/editor/text_editor_prefs.c: Fixed zooming.
12251         
12252         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12253         interface for character iteration and IAnjutaEditorAssist interface
12254         for autocompletions and editor tips.
12256 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
12258         Patch from Günther Brammer <GBrammer@gmx.de>:
12259         * plugins/document-manager/anjuta-docman.c:
12260         Make tabs smaller but keep nice closing icon
12262         * plugins/document-manager/anjuta-docman.c:
12263         * plugins/document-manager/Makefile.am:
12264         
12265         Added nice mime-icons to the editor tabs
12267 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12269         * configure.in: Bumped version to 2.0.3 (pre-release increment)
12270         
12271         * plugins/symbol-browser/an_symbol_view.c:
12272         - Fixed crasher
12273         - Fixed symbol searching (Yang Hong (#341997))
12274         
12275         * plugins/devhelp/htmlview.c:
12276         Fixed devhelp plugin
12277         
12278         * plugins/build-basic-autotools/build-basic-autotools.c:
12279         * plugins/search/search-replace.c:
12280         * plugins/document-manager/anjuta-docman.c:
12281         
12282         Only add a marker to a line where it makes sense!
12284 === anjuta 2.0.2 ===
12286 2006-05-15  Naba Kumar  <naba@gnome.org>
12288         * configure.in: set required versions for
12289         gdl and glade3.
12290         
12291 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12293         * plugins/glade/plugin.c:
12294         Fixed signal connection for "gtk-doc-search"
12296 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12298         * NEWS: Set release date, add known issues
12299         
12300         * libanjuta/anjuta-shell.c:
12301         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12302         and debug other gtk-warnings/criticals)
12303         
12304         * plugins/build-basic-autotools/build-basic-autotools.c:
12305         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12306         
12307         * plugins/sourceview/anjuta-view.c:
12308         * plugins/sourceview/sourceview-args.c:
12309         * plugins/sourceview/sourceview-scope.c:
12310         * plugins/sourceview/sourceview-tags.c:
12311         Fixed gtk-criticals (gtk_source_language_get_mime_types)
12313 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12315         * pixmaps/Makefile.am:
12316         Add preferences_general.png
12317         
12318         * plugins/devhelp/plugin.c:
12319         Fixed some more realise things
12320         
12321         * plugins/message-view/anjuta-msgman.c:
12322         Support stock icons for message panes
12323         
12324         * plugins/search/search-replace.c:
12325         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12326          
12327         * plugins/search/search-replace_backend.c:
12328         Fixed #341359
12329         
12330         * plugins/sourceview/anjuta-document.c:
12331         * plugins/sourceview/sourceview.c:
12332         Fixed finalise and tag completion
12333         
12334         * src/anjuta-app.c:
12335         Use preferences_general icon
12337 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12339         * pixmaps/Makefile.am:
12340         Fixed EXTRA_DIST
12342 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12344         * plugins/sourceview/sourceview-prefs.c:
12345         Fixed font & color handling
12346         
12347         * plugins/symbol-browser/an_symbol_view.c:
12348         Fixed crasher
12350 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12352         * plugins/macro/macros.xml:
12353         Fixed bug #341583 (Address of FSF)
12355 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
12357         * src/main.c:
12358         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12359         Update: Do it the cool way...
12360         
12361 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12363         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12364         Implement gtk-api-help signals of glade3
12365         * configure.in: Bump to glade3 2.91.2
12366         
12367         * plugins/devhelp/plugin.c:
12368         Fixed some realize stuff in the devhelp plugin
12369         
12370         * plugins/sourceview/anjuta-document.c:
12371         fixed bug with scope completion
12373 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12375         * plugins/symbol-browser/an_symbol_view.c
12376         * plugins/symbol-browser/an_symbol_prefs.c
12377         * plugins/symbol-browser/an_symbol_prefs.h
12378         * global_tags/create_global_tags.sh:
12379         
12380         Automaticly create global tags on first startup
12382 2006-05-08  Massimo Cora'  <maxcvs@email.it>
12384         * configure.in:
12385         * plugins/project-wizard/templates/Makefile.am:
12386         * (added) plugins/project-wizard/templates/cpp-logo.png:
12387         * (added) plugins/project-wizard/templates/cpp.wiz:
12388         * (added) plugins/project-wizard/templates/cpp/*:
12390         Added a generic c++ template. It's a simple hello world.
12392 2006-05-07  Massimo Cora' <maxcvs@email.it>
12394         * plugins/symbol-browser/an_symbol_view.c:
12395         fixed a stupid crasher.
12397 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12399         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12400         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12401         
12402         Fixed WxWidgets project type
12404 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12406         * plugins/devhelp/htmlview.c: 
12407         * plugins/devhelp/plugin.c:
12408         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12409         
12410         * plugins/project-wizard/install.c:
12411         Don't set a message - thanks to seb
12413 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12415         * plugins/devhelp/htmlview.c: 
12416         * plugins/symbol-browser/an_symbol_view.c:
12417         
12418         There is a weird crash in gtk_idle which I still did not completly fix!
12419         
12420         * plugins/project-wizard/install.c:
12421         Default to success instead of failure
12423 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12425         * plugins/devhelp/htmlview.c:
12426         * plugins/devhelp/plugin.c:
12427         Fixed bug and libdevhelp issue!
12429         * plugins/project-wizard/install.c:
12430         Fixed message string!
12432 2006-05-03  Massimo Cora' <maxcvs@email.it>
12433        
12434         * plugins/symbol-browser/an_symbol_view.c:
12435         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12437 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12439         * pixmaps/Makefile.am:
12440         * src/main.c:
12441         * anjuta.desktop.in.in
12442         
12443         GNOME Goal #2.1: Install theme-friendly icons
12445 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12447         * plugins/devhelp/htmlview.c: Reload page on reparent
12448         * plugins/document-manager/anjuta-docman.c:
12449         Present document-manager when document is selected in file-manager
12451 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12453         * plugins/symbol-broser/an_symbol_view.c:
12454         Fixed crasher in namespace exploration
12456 2006-05-01  Massimo Cora' <maxcvs@email.it>
12458         * configure.in:
12459         * plugins/valgrind/Makefile.am:
12461         Optional compiling of Valgrind plugin
12463 2006-05-01  Massimo Cora' <maxcvs@email.it>
12465         * plugins/symbol-browser/an_symbol_view.c:
12466         - modularized code. Marked with FIXME the parts which need improvement.
12467         - More comments.
12468     - Added basic namespace completion for Gtkmm type project:
12469     - namespace1::MyClass *class;
12470     - class-> [display]
12471     - Namespaces must be anyway improved.
12473 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12475         * plugins/devhelp/plugin.c: 
12476         Fixed up plugin unloading and show html widget on link selected
12477         
12478         * NEWS: Updated
12479         
12480 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12482         * plugins/devhelp/Makefile.am:
12483         * plugins/devhelp/anjuta-devhelp.plugin.in:
12484         * plugins/devhelp/htmlview.c:
12485         * plugins/devhelp/htmlview.h:
12486         * plugins/devhelp/plugin.c: 
12487         * plugins/devhelp/plugin.h:
12488         Reimplemeted devhelp plugin from scratch
12489         
12490         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12491         Fixed crasher
12493 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12495         * plugins/sourceview/sourceview-tags.c:
12496         complete some more tag types
12497         
12498         * plugins/valgrind/plugin.c:
12499         * plugins/valgrind/preferences.c:
12500         * plugins/valgrind/vggeneralprefs.c:
12501         
12502         Fixed lots of gtk warnings
12504 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12506         * plugins/sourceview/sourceview-scope.c:
12507         Implemented type-ahead for scope completion
12509 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12511         * manuals/C/Makefile.am:
12512         * manuals/Makefile.am:
12513         * plugins/document-manager/Makefile.am:
12514         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12515         * plugins/sourceview/Makefile.am:
12516         * tagmanager/c.c:
12517         
12518         Fixed distcheck
12519         
12520         * plugins/class-gen/goc_template_header: G_END_DECLS
12522 2006-05-27  Naba Kumar <naba@gnome.org>
12524         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12525         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12526         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12527         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12528         scintilla/include/Scintilla.iface,
12529         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12530         cvs. Fixed compile flags. Removed outdated patches.
12532 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12534         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12536         * plugins/sourceview/anjuta-document.c:
12537         * plugins/sourceview/sourceview-args.c:
12538         * plugins/sourceview/sourceview-scope.c:
12539         
12540         Add End/Home keypresses and support completion if symbol start with '!' for example
12541         in an if statement
12543 2006-04-27 Massimo Cora' <maxcvs@email.it>
12545         * libanjuta/interfaces/libanjuta.idl:
12547         * plugins/sourceview/sourceview-scope.c:
12548         * plugins/sourceview/tag-window.c: 
12549         * plugins/sourceview/tag-window.h:
12550         * plugins/symbol-browser/an_symbol_view.c:
12551         * plugins/symbol-browser/an_symbol_view.h:
12552         * plugins/symbol-browser/plugin.c:
12553         
12554         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12555         interface.
12556         Code and ideas for C/C++ new completion engine comes from IComplete written by
12557         Martin Stubenschrott <stubenschrott@gmx.net>.
12558         Currently the interface works only with GtkSourceView plugin.   
12559         
12560         * tagmanager/Makefile.am:
12561         * tagmanager/c.c: 
12562         * tagmanager/entry.h:
12563         * tagmanager/get.c:
12564         * tagmanager/get.h:
12565         * tagmanager/include/tm_file_entry.h:
12566         * tagmanager/include/tm_project.h:
12567         * tagmanager/include/tm_source_file.h:
12568         * tagmanager/include/tm_symbol.h:
12569         * tagmanager/include/tm_tagmanager.h:
12570         * tagmanager/include/tm_work_object.h:
12571         * tagmanager/include/tm_workspace.h:
12572         * tagmanager/parse.c:
12573         * tagmanager/read.c: 
12574         * tagmanager/read.h:
12575         * tagmanager/tm_project.c: 
12576         * tagmanager/tm_source_file.c: 
12577         * tagmanager/tm_workspace.c:
12578         
12579         Tagmanager can now parse a memory buffer and generate/update 
12580         tags into tm_workspace/tm_project on the fly, without using files.
12581         C/C++ is supported now.
12582         
12583 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12585         * plugins/sourceview/anjuta-document.c:
12586         * plugins/sourceview/sourceview-args.c:
12587         * plugins/sourceview/sourceview-scope.c:
12588         * plugins/sourceview/sourceview.c:
12589         
12590         Fixed some memory leaks and argument completion
12592 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12594         * plugins/glade/plugin.c:
12595         
12596         Fixed glade plugin build because of API changes in glade3
12598 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12600         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12601         Updated editor section
12602         
12603         * manuals/C/anjuta-manual/interface.xml:
12604         * manuals/C/anjuta-manual/preferences.xml:
12605         * manuals/C/anjuta-manual/projects.xml:
12606         Updated manual
12607         
12608         * plugins/editor/anjuta-editor.plugin.in:
12609         Better plugin name
12611 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12613         * configure.in:
12614         * plugins/editor/anjuta-editor.plugin.in:
12615         * plugins/sourceview/sourceview.plugin.in:
12617         Build both editors and let the user decide a runtime!
12618         
12619         * plugins/sourceview/sourceview-scope.c:
12620         Fixed bug in regex to allow test()-> completions
12622 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12624         * plugins/sourceview/anjuta-document.c:
12625         * plugins/sourceview/sourceview-args.c: 
12626         * plugins/sourceview/sourceview-scope.c:
12627         * plugins/sourceview/sourceview-tags.c:
12628         * plugins/sourceview/tag-window.c: 
12629         
12630         Improved callltip windows
12632 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12634         * src/anjuta-app.c: (on_session_save):
12635         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12636         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12638 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12640         * libanjuta/anjuta-utils.c: 
12641         * plugins/cvs-plugin/cvs-execute.c:
12642         Off-by-one...
12644         * scintilla/LexInno.cxx:
12645         * scintilla/LexOpal.cxx:
12646         * scintilla/LexTCL.cxx:
12648         Added missing files from scintilla-update
12650 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12652         * configure.in:
12653         * manuals/C/Makefile.am:
12654         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12655         * manuals/C/anjuta-manual/Makefile.am:
12656         * manuals/C/anjuta-manual/anjuta-manual.xml:
12657         * manuals/C/anjuta-manual/build.xml:
12658         * manuals/C/anjuta-manual/debugger.xml:
12659         * manuals/C/anjuta-manual/execute.xml:
12660         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12661         * manuals/C/anjuta-manual/figures/arguments.png:
12662         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12663         * manuals/C/anjuta-manual/figures/file_menu.png:
12664         * manuals/C/anjuta-manual/figures/menu_main.png:
12665         * manuals/C/anjuta-manual/figures/menubar.png:
12666         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12667         * manuals/C/anjuta-manual/figures/project_info.png:
12668         * manuals/C/anjuta-manual/figures/scrshot.png:
12669         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12670         * manuals/C/anjuta-manual/figures/tool-editor.png:
12671         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12672         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12673         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12674         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12675         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12676         * manuals/C/anjuta-manual/fileoperations.xml:
12677         * manuals/C/anjuta-manual/interface.xml:
12678         * manuals/C/anjuta-manual/introduction.xml:
12679         * manuals/C/anjuta-manual/preferences.xml:
12680         * manuals/C/anjuta-manual/projects.xml:
12681         * manuals/C/anjuta-manual/tools.xml:
12682         * manuals/Makefile.am:
12683         
12684         Updated manual and faq
12686         * scintilla/CallTip.cxx:
12687         * scintilla/CallTip.h:
12688         * scintilla/CellBuffer.cxx:
12689         * scintilla/CellBuffer.h:
12690         * scintilla/ContractionState.cxx:
12691         * scintilla/Document.cxx:
12692         * scintilla/Document.h:
12693         * scintilla/DocumentAccessor.cxx:
12694         * scintilla/Editor.cxx:
12695         * scintilla/Editor.h:
12696         * scintilla/ExternalLexer.cxx:
12697         * scintilla/Indicator.cxx:
12698         * scintilla/KeyMap.cxx:
12699         * scintilla/KeyWords.cxx:
12700         * scintilla/LexAU3.cxx:
12701         * scintilla/LexBash.cxx:
12702         * scintilla/LexCPP.cxx:
12703         * scintilla/LexCaml.cxx:
12704         * scintilla/LexCsound.cxx:
12705         * scintilla/LexEiffel.cxx:
12706         * scintilla/LexGui4Cli.cxx:
12707         * scintilla/LexHTML.cxx:
12708         * scintilla/LexLua.cxx:
12709         * scintilla/LexMSSQL.cxx:
12710         * scintilla/LexOthers.cxx:
12711         * scintilla/LexPOV.cxx:
12712         * scintilla/LexPython.cxx:
12713         * scintilla/LexRuby.cxx:
12714         * scintilla/LexSQL.cxx:
12715         * scintilla/LexVB.cxx:
12716         * scintilla/Makefile.am:
12717         * scintilla/PlatGTK.cxx:
12718         * scintilla/PropSet.cxx:
12719         * scintilla/RESearch.cxx:
12720         * scintilla/RESearch.h:
12721         * scintilla/ScintillaBase.cxx:
12722         * scintilla/ScintillaGTK.cxx:
12723         * scintilla/StyleContext.h:
12724         * scintilla/ViewStyle.cxx:
12725         * scintilla/ViewStyle.h:
12726         * scintilla/XPM.cxx:
12727         * scintilla/include/KeyWords.h:
12728         * scintilla/include/Platform.h:
12729         * scintilla/include/PropSet.h:
12730         * scintilla/include/SciLexer.h:
12731         * scintilla/include/Scintilla.h:
12732         * scintilla/include/Scintilla.iface:
12733         * scintilla/include/ScintillaWidget.h:
12734         * scintilla/lexers.make:
12736         Update to scintilla 1.68
12738         * src/anjuta-app.c:
12739         Only show help items which are really availible
12741         * plugins/cvs-plugin/cvs-callbacks.c
12742         * plugins/cvs-plugin/cvs-execute.c
12743         * plugins/cvs-plugin/subversion-callbacks.c:
12744         * libanjuta/anjuta-utils.c:
12745         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12747 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12749         * plugins/project-wizard/install.c,
12750         * plugins/project-wizard/autogen.c:
12751         Add error messages if using a read only directory
12752         Improve fix for bug #339296
12754 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12756         * libanjuta/interfaces/libanjuta.idl:
12757         * plugins/document-manager/action-callbacks.c:
12758         * plugins/document-manager/plugin.c:
12759         * plugins/editor/text_editor.c:
12760         Added IAnjutaEditorGoto 
12762         * plugins/editor/aneditor.cxx:
12763         * plugins/editor/aneditor.h:
12764         * plugins/editor/text_editor.h:
12765         * plugins/editor/text_editor_prefs.c:
12766         
12767         Fixed #305076
12769 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12771         * libanjuta/interfaces/libanjuta.idl:
12772         * plugins/document-manager/action-callbacks.c:
12773         * plugins/document-manager/anjuta-docman.c:
12774         * plugins/document-manager/plugin.c:
12775         * plugins/editor/text_editor.c: 
12776         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12777         
12778         * plugins/sourceview/sourceview.c:
12779         * plugins/sourceview/sourceview.glade:
12780         Fixed some uft-8 issues and added a preference option
12781         to enable/disable gnome-vfs monitoring
12782         
12783         * scintilla/Makefile.am:
12784         * scintilla/include/Makefile.am:
12785         Fixed build
12787 2006-04-20  Massimo Cora' <maxcvs@email.it>
12789         * libanjuta/interfaces/libanjuta.idl:
12790         Remove get_current_pos () because we have get_position()
12792 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12794         * NEWS: Updated
12795         * plugins/sourceview/tag-window.c:
12796         Don't close window on PageUp/PageDown
12798 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12800         * data/Makefile.am:
12801         * manuals/reference/libanjuta/Makefile.am:
12802         
12803         Some build fixes
12804         
12805         * src/Makefile.am:
12806         * src/bacon-message-connection.c: 
12807         * src/bacon-message-connection.h: (both from gedit)
12808         * src/main.c:
12809         
12810         Fixed #312319 (Opening files when Anjuta is already open)
12812 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12814         * TODO.tasks: Updated
12815         * plugins/sourceview/anjuta-view.c: 
12816         * plugins/sourceview/anjuta-view.h:
12817         * plugins/sourceview/sourceview.c: 
12818         
12819         * configure.in: Fix --enable-plugin-scintilla
12820         
12821         Added char_added signal
12823 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12825         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12826         
12827         Fixed diff for utf8
12828         
12829         * plugins/sourceview/sourceview.c:
12830         Fixed VFS monitoring (still a bit buggy)
12831         
12832         * plugins/sourceview/sourceview-args.c:
12833         * plugins/sourceview/tag-window.c: 
12834         
12835         Better sizing for the popup-window
12837 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12839         * plugins/project-wizard/templates/gnome/src/main.c:
12840         * plugins/project-wizard/templates/gnome/src/project.glade:
12841         * plugins/project-wizard/templates/gtk/src/main.c: 
12842         * plugins/project-wizard/templates/gtk/src/project.glade:
12843         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12844         
12845         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12846         
12847 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12849         * configure.in: More removal of obsoleteness.
12850         * po/no.po:
12852 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12854         * ROADMAP:
12855         * libanjuta/anjuta-preferences.c: 
12856         * libanjuta/anjuta-utils.c: 
12857         * libanjuta/anjuta-utils.h:
12858         * plugins/message-view/message-view.c:
12859         
12860         Changed color functions and moved convert_color to anjuta-utils.h
12861         
12862         * plugins/message-view/anjuta-message-manager-plugin.glade:
12863         GnomeColorPicker -> GtkColorButton (bug #309154)
12864         
12865         * plugins/sourceview/plugin.c:
12866         * plugins/sourceview/sourceview-prefs.c:
12867         * plugins/sourceview/sourceview.glade:
12868         Added color and font preferences
12870         * plugins/sourceview/sourceview-tags.c:
12871         Only show as much choices as configured in preferences
12873 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12875         * ROADMAP, NEWS: Updated (we are far behind ;-)
12876         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12878 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12880         * configure.in:
12881         * plugins/editor/Makefile.am:
12882         * scintilla/Makefile.am
12883         
12884         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12885         
12886         * global-tags/Makefile.am:
12887         * global-tags/create_global_tags.sh:
12888         * plugins/symbol-browser/an_symbol_prefs.c:
12889         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12890         * plugins/symbol-browser/plugin.h:
12891         * tagmanager/include/tm_workspace.h:
12892         * tagmanager/tm_workspace.c:
12893         
12894         Fixed symbol-browser prefs and move global tags generation from installtion to
12895         preferences to make the life easier for distributers and to allow updates after installtion
12897         * plugins/document-manager/action-callbacks.c: 
12898         * plugins/document-manager/action-callbacks.h:
12899         * plugins/document-manager/anjuta-document-manager.ui:
12900         * plugins/document-manager/indent-util.c:
12901         * plugins/document-manager/plugin.c:
12902         * plugins/editor/text_editor.c:
12903         
12904         Moved indent stuff to document-manager
12905         
12906         * plugins/sourceview/anjuta-view.c: 
12907         * plugins/sourceview/sourceview-args.c: 
12908         * plugins/sourceview/sourceview-scope.c:
12909         * plugins/sourceview/sourceview-tags.c: 
12910         * plugins/sourceview/sourceview.c:
12911         
12912         Fixed several bugs
12913         
12914         * plugins/sourceview/sourceview.plugin (removed):
12915         * plugins/sourceview/sourceview.plugin.in:
12916         Editor is not user-activatible
12917         
12918         * plugins/sourceview/sourceview.png:
12919         Updated icon
12921 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12923         * src/anjuta-app.c: Fixed crasher on plugin unloading
12925 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12927         * plugins/sourceview/sourceview.c
12928         * plugins/sourceview/sourceview-args.c
12929         * plugins/sourceview/sourceview-args.h:
12930         
12931         Polished argument completion
12933 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12935         * plugins/message-view/anjuta-msgman.c:
12936         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12937         
12938         Show message pane on switch (does not work, anjuta_shell needs a fix)
12939         
12940         * plugins/sourceview/Makefile.am:
12941         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12942         * plugins/sourceview/sourceview-args.c: 
12943         * plugins/sourceview/sourceview-args.h:
12944         * plugins/sourceview/sourceview-private.h:
12945         * plugins/sourceview/sourceview-scope.c: 
12946         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12947         * plugins/sourceview/sourceview-tags.c:
12948         * plugins/sourceview/sourceview.c:
12949         * plugins/sourceview/tag-window.c:
12950         * plugins/sourceview/tag-window.h:
12951         
12952         Added scope and argument completion
12954 2006-04-03  Johannes Schmid <jhs@gnome.org>
12956         * TODO.tasks
12957         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12958         (on_widget_remove):
12959         Save toolbar state
12961         * plugins/sourceview/sourceview.c: (iselect_clear):
12962         Make "Delete"-key working
12964         * configure.in: #336389
12966 2006-04-03  Johannes Schmid <jhs@gnome.org>
12968         * plugins/sourceview/Makefile.am:
12969         * plugins/sourceview/anjuta-view.c:
12970         * plugins/sourceview/plugin.c: 
12971         * plugins/sourceview/sourceview-private.h:
12972         * plugins/sourceview/sourceview-scope.c:
12973         * plugins/sourceview/sourceview-scope.h:
12974         * plugins/sourceview/sourceview-tags.c: 
12975         * plugins/sourceview/sourceview-tags.h:
12976         * plugins/sourceview/sourceview.c:
12977         * plugins/sourceview/sourceview.h:
12978         * plugins/sourceview/tag-window.c:
12979         
12980         - fixed goto_file_line
12981         - scroll to cursor on undo/redo
12982         - show correct popup-menu
12983         - scope completion (not ready yet)
12985 2006-04-03  Johannes Schmid <jhs@gnome.org>
12987         * plugins/sourceview/plugin.c: 
12988         * plugins/sourceview/sourceview-tags.c:
12989         * plugins/sourceview/sourceview.c: 
12990         * plugins/sourceview/sourceview.h:
12991         * plugins/sourceview/tag-window.c:
12992         
12993         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12995 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12997         * plugins/sourceview/sourceview.c:
12998         Fixed next/previous bookmark.
12999         Toggled bookmark (set/unset).
13001 2006-04-03  Johannes Schmid <jhs@gnome.org>
13003         * plugins/document-manager/action-callbacks.c:
13004         Fixed Gtk-Warning in goto_line
13005         
13006         * plugins/sourceview/Makefile.am:
13007         * plugins/sourceview/anjuta-document.c:
13008         * plugins/sourceview/anjuta-view.c: 
13009         * plugins/sourceview/anjuta-view.h:
13010         * plugins/sourceview/sourceview-autocomplete.c:
13011         * plugins/sourceview/sourceview-autocomplete.h:
13012         * plugins/sourceview/sourceview-private.h:
13013         * plugins/sourceview/sourceview-tags.c:
13014         * plugins/sourceview/sourceview-tags.h:
13015         * plugins/sourceview/sourceview.c:
13016         * plugins/sourceview/tag-window.c:
13017         * plugins/sourceview/tag-window.h:
13018         Created a nice API for tag and completion windows
13019         
13020         * plugins/sourceview/sourceview-print.h:
13021         * plugins/sourceview/sourceview-print.c:
13022         Added printing
13023                 
13024 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13026         * plugins/sourceview/sourceview.c:
13027         Fixed typo (Sort bookmarks).
13028         
13029 2006-04-01  Johannes Schmid <jhs@gnome.org>
13031         * plugins/sourceview/anjuta-document.c:
13032         * plugins/sourceview/anjuta-document.h:
13033         * plugins/sourceview/anjuta-view.c:
13034         * plugins/sourceview/anjuta-view.h:
13035         * plugins/sourceview/sourceview-autocomplete.c:
13036         * plugins/sourceview/sourceview-autocomplete.h:
13037         * plugins/sourceview/sourceview-prefs.c:
13038         * plugins/sourceview/sourceview-prefs.h:
13039         * plugins/sourceview/sourceview-private.h:
13040         * plugins/sourceview/sourceview-tags.c:
13041         * plugins/sourceview/sourceview-tags.h:
13042         * plugins/sourceview/sourceview.c:
13043         * plugins/sourceview/sourceview.glade:
13044         * plugins/sourceview/tag-window.c: 
13045         * plugins/sourceview/tag-window.h:
13046         
13047         Improved code complete and autocomplete
13049 2006-04-01  Johannes Schmid <jhs@gnome.org>
13051         * plugins/sourceview/Makefile.am:
13052         * plugins/sourceview/bookmark.png:
13053         * plugins/sourceview/marker-attentive.png:
13054         * plugins/sourceview/marker-basic.png:
13055         * plugins/sourceview/marker-intense.png:
13056         * plugins/sourceview/marker-light.png:
13057         * plugins/sourceview/sourceview.c: 
13058         
13059         Added pixmaps for all marker types and show bookmarks
13060         
13061         * configure.in
13062         * plugins/sourceview/Makefile.am:
13063         Build sourceview on 2.14 only
13065 2006-03-31  Johannes Schmid <jhs@gnome.org>
13067         * plugins/sourceview/Makefile.am:
13068         * plugins/sourceview/anjuta-document.c:
13069         * plugins/sourceview/anjuta-view.c:
13070         * plugins/sourceview/anjuta-view.h:
13071         * plugins/sourceview/sourceview-autocomplete.c:
13072         * plugins/sourceview/sourceview-private.h:
13073         * plugins/sourceview/sourceview-tags.c:
13074         * plugins/sourceview/sourceview-tags.h:
13075         * plugins/sourceview/sourceview.c: 
13076         * plugins/sourceview/tag-window.c:
13077         * plugins/sourceview/tag-window.h:
13078         
13079         Added code completion with tag manager to the editor and fixed a save_as bug
13081 2006-03-31  Johannes Schmid <jhs@gnome.org>
13083         * src/main.c: Revert patch from Rob to allow building with
13084         Gnome 2.12
13085         * configure.in: Require at least 2.12 libraries
13087 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
13089         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
13091         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
13092         Improve anjuta-plugin project template: Added missed files dist tarball
13093         (make dist)
13095         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
13096         typo
13098 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
13100         reviewed by: Johannes Schmid <jhs@gnome.org>
13102         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
13103         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
13104         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
13105         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
13106         
13107         Improve anjuta-plugin project template. Also fix for #322744
13109 2006-03-27  Johannes Schmid <jhs@gnome.org>
13111         * plugins/sourceview/sourceview-private.h:
13112         plugins/sourceview/sourceview.c:
13113         
13114         Added basic bookmark support
13116 2006-03-27  Johannes Schmid <jhs@gnome.org>
13118         * TODO.tasks:
13119         Updated
13120         
13121         Patch from Rob Bradfort <robster@debian.org>:
13122         * src/main.c: (get_command_line_args), (main):
13123         Migration from popt to GOption
13124         
13125 2006-03-26 Naba Kumar  <naba@gnome.org>
13127         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
13128         size to scale itself with theme.
13130 2006-03-26 Naba Kumar  <naba@gnome.org>
13132         * plugins/file-manager/an_file_view.c,
13133         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
13134         when symbolview and fileview objects are destroyed to avoid crashes
13135         after the plugins are disabled.
13137 2006-03-26 Naba Kumar <naba@gnome.org>
13139         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
13140         Deleted unused file.
13141         
13142         * plugins/glade/plugin.c: Be able to close glade plugin when there
13143         there is no glade project loaded.
13144         
13145         * plugins/sourceview/sourceview.plugin,
13146         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
13148 2006-03-23  Naba Kumar  <naba@gnome.org>
13150         * plugins/editor/print.c: Fixed a bug where some sections of
13151         printed/previewed text is not highlighted.
13152         
13153 2006-03-20  Johannes Schmid <jhs@gnome.org>
13155         * libanjuta/interfaces/libanjuta.idl:
13156         Added IAnjutaPrint
13157         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
13158         as we do not use private apis. Show help window and startup because it does 
13159         not survive gdl
13160         
13161         * plugins/document-manager/action-callbacks.c:
13162         plugins/editor/Makefile.am:
13163         plugins/editor/text_editor.c:
13164         plugins/editor/print.c:
13165         plugins/editor/print.h:
13166         
13167         Fixed printing (nobody has missed it BTW ;-)
13168         
13169         * plugins/sourceview/sourceview.c:
13170         Fixed a crasher
13172 2006-03-20 Naba Kumar <naba@gnome.org>
13174         * configure.in, plugins/devhelp/plugin.c: Be able to build with
13175         devhelp >= 0.9 < 0.11 versions.
13176         
13177 2006-03-20  Johannes Schmid <jhs@gnome.org>
13179         * plugins/sourceview/anjuta-document-loader.c
13180         plugins/sourceview/sourceview.c:
13181         
13182         Fixed encoding bugs
13184 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13186         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
13187         Fixed bug (line position)
13188         Give the good line position whatever the active editor.
13190 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
13192         * configure.in: Added fi to ALL_LINGUAS
13194 2006-03-19  Johannes Schmid <jhs@gnome.org>
13196         * plugins/sourceview/anjuta-document-loader.c:
13197         replace gnome_vfs_get_mime_type_for_name_and data
13199         * plugins/build-basic-autotools/build-basic-autotools.c:
13200         Fixed #335142
13202 2006-03-17  Johannes Schmid <jhs@gnome.org>
13204         * plugins/editor/editor.glade:
13205         Added style-editor again after it got lost somehow
13207 2006-03-17  Johannes Schmid <jhs@gnome.org>
13209         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
13210         configure.in: require devhelp 0.11
13211         
13212         Post 0.11 devhelp versions (CVS) do not work because of an API change...
13214         plugins/build-basic-autotools/build-basic-autotools.c:
13215         forgot a an installtion callback for the "install as root"-feature
13217 2006-03-17  Massimo Cora' <maxcvs@email.it>
13219         reviewed by: Johannes Schmid <jhs@gnome.org>
13221         * plugins/class-gen/anjuta-class-gen-plugin.glade
13222         plugins/class-gen/class_gen.c 
13223         plugins/class-gen/goc_template_header
13224         plugins/class-gen/goc_template_source
13225         
13226         Fixed bug #334663
13228 2006-03-16  Johannes Schmid <jhs@gnome.org>
13230         * plugins/sourceview/sourceview.c:
13231         Fixed "save-point" signal for undo actions
13233 2006-03-16  Massimo Cora' <maxcvs@email.it>
13234         
13235         reviewed by: Johannes Schmid <jhs@gnome.org>
13236         
13237         * plugins/document-manager/anjuta-docman.c:
13238         Implement tab drag and drop
13240 2006-03-16  Johannes Schmid <jhs@gnome.org>
13242         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13243         plugins/build-basic-autotools/build-basic-autotools.c:
13244         
13245         Implemented "install as root"-feature (#321455)
13247 2006-03-16  Johannes Schmid <jhs@gnome.org>
13249         * mime/.cvsignore
13250         plugins/sourceview/.cvsignore
13251         plugins/tools/scripts/.cvsignore:
13252         Added/extended .cvsignore files
13253         
13254         * plugins/sourceview/sourceview-autocomplete.c:
13255         plugins/sourceview/sourceview-autocomplete.h:
13256         plugins/sourceview/sourceview-prefs.c:
13257         plugins/sourceview/sourceview-private.h:
13258         plugins/sourceview/sourceview.glade:
13259         Autcomplete just works(tm) now and respects preferences
13260         
13261         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13262         Use better algorithm from autocomplete
13264 2006-03-15  Johannes Schmid <jhs@gnome.org>
13266         * src/anjuta-app.c:
13267         Fixed bug #304495
13269 2006-03-15  Johannes Schmid <jhs@gnome.org>
13271         * libanjuta/interfaces/libanjuta.idl:
13272         plugins/class-gen/class_gen.c:
13273         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13274         plugins/project-manager/plugin.c:
13275         
13276         Allow to add multiple source files (#320191)
13277         
13278         * configure.in: Require gnome-build 0.1.3
13280 2006-03-14  Johannes Schmid <jhs@gnome.org>
13282         * plugins/macro/macro-utils.c: Fixed bug #333606
13283         * plugins/file-wizard/file.c: Fixed bug #333601
13285 2006-03-13  Johannes Schmid <jhs@gnome.org>
13287         * plugins/sourceview/sourceview_autocomplete.c
13288         plugins/sourceview/sourceview_autocomplete.h
13289         plugins/sourceview/sourceview.c
13290         plugins/sourceview/sourceview-private.h
13291         plugins/sourceview/sourceview-prefs.c:
13292         
13293         Cleaned up and fixed several issues
13294         
13295 2006-03-13  Johannes Schmid <jhs@gnome.org>
13297         * plugins/sourceview/Makefile.am:
13298         plugins/sourceview/sourceview-autocomplete.c
13299         plugins/sourceview/sourceview-autocomplete.h:
13300         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13301         plugins/sourceview/sourceview-private.h:
13302         plugins/sourceview/sourceview.c:
13303         
13304         Added (buggy) autocomplete feature to sourceview
13305         
13306 2006-03-12 Naba Kumar <naba@gnome.org>
13308         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13309         libanjuta/anjuta-session.c: Added API docs.
13311 2006-03-12 Naba Kumar <naba@gnome.org>
13313         * TODO.tasks: Added couple of tasks.
13314         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13315         Register private class as early as possible so that members could
13316         point to self class. Code clean up.
13318 2006-03-12 Naba Kumar <naba@gnome.org>
13320         * po/POTFILES.in, po/POTFILES.skip: Updated.
13322 2006-03-11 Naba Kumar <naba@gnome.org>
13324         * libanjuta/anjuta-shell.c,
13325         plugins/document-manager/anjuta-docman.c,
13326         plugins/document-manager/plugin.c,
13327         plugins/symbol-browser/an_symbol_search.c,
13328         plugins/valgrind/vgrule-list.c: Use correct signal names while
13329         creating them.
13330         
13331         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13332         signal names and fixed enum IANJUTA_TYPE_* macro.
13334 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13336         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13337         plugins/search/search-replace.c :
13338         Fixed bug (Bookmark the good line).
13339         Search & Replace (Mark all matched strings).
13340         
13341 2006-03-09  Johannes Schmid <jhs@gnome.org>
13343         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13344         Completed changes from yesterday
13345         
13346         * plugins/document-manager/anjuta-document-manager.glade:
13347         plugins/editor/editor.glade
13348         plugins/editor/plugin.c: (activate_plugin)
13349         plugins/editor/text_editor.c
13350     plugins/sourceview/Makefile.am
13351         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13352         plugins/sourceview/sourceview.glade:
13353         Completed preference changes
13355 2006-03-08  Johannes Schmid <jhs@gnome.org>
13357         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13358         plugins/search/plugin.c: (activate_plugin):
13359         
13360         Removed Gtk-Criticals
13361         
13362         * plugins/document-manager/anjuta-document-manager.glade:
13363         plugins/document-manager/plugin.c: (on_docman_auto_save),
13364         (on_gconf_notify_timer), (prefs_init):
13365     plugins/document-manager/plugin.h:
13366         plugins/editor/text_editor.c: (text_editor_instance_init),
13367         (text_editor_dispose):
13368         plugins/editor/text_editor.h:
13369         plugins/editor/text_editor_cbs.c:
13370         plugins/editor/text_editor_cbs.h:
13371         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13372         plugins/glade/plugin.c: (activate_plugin):
13373         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13374         plugins/sourceview/sourceview-private.h:
13375         plugins/sourceview/sourceview.c: (on_menu_popup),
13376         (sourceview_new), (ifile_open), (ifile_savable_save),
13377         (ifile_savable_save_as), (ieditor_set_popup_menu),
13378         (ieditor_get_filename), (imark_mark):
13380     Moved autosave from editor to document manager and fixed some things in 
13381     Sourceview plugin
13383 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13385         * plugins/search/anjuta-search.glade :
13386         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13387         plugins/search/search-replace_bachend.c: Fixed a crash bug.
13388         plugins/search/search-replace.c : Fixed bug.
13389         
13390 2006-03-08  Johannes Schmid <jhs@gnome.org>
13392     * plugins/search/anjuta-search.glade
13393     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13395 2006-03-07  Johannes Schmid <jhs@gnome.org>
13397         * plugins/document-manager/action-callbacks.c
13398         plugins/document-manager/anjuta-document-manager.glade
13399         plugins/document-manager/plugin.c: (prefs_init),
13400         (activate_plugin):
13401         plugins/editor/Makefile.am:
13402         plugins/editor/editor.glade:
13403         plugins/editor/plugin.c: (on_style_button_clicked),
13404         (activate_plugin), (dispose):
13405         plugins/editor/style-editor.c:
13406         
13407         Startet to seperate document-manager and editor preferences
13409         * plugins/search/Makefile.am:
13410         plugins/search/anjuta-search.glade:
13411         plugins/search/search-replace.c:
13412         
13413         Moved search GUI to search-plugin
13414                 
13415         * plugins/sourceview/sourceview-prefs.c:
13416         plugins/sourceview/sourceview-prefs.h:
13417         plugins/sourceview/sourceview-private.h:
13418         plugins/sourceview/sourceview.c: 
13419         plugins/sourceview/sourceview.h:
13420         plugins/sourceview/Makefile.am:
13421         plugins/sourceview/anjuta-document.h:
13422         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13423         plugins/sourceview/plugin.c: 
13424         
13425         Added some preferences to sourceview and fixed vfs_monitor
13426         
13427         * tagmanager/c.c: (parseParens): 
13428         Removed annoying debug message
13429         
13430         * libanjuta/interfaces/libanjuta.idl: 
13431         Removed IAnjutaEditorFactory::create_style_editor()
13433 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13435         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13436         Search : Bookmark all matched lines.
13438 2006-03-06  Johannes Schmid <jhs@gnome.org>
13440         * plugins/class-gen/anjuta-class-gen.plugin.in
13441         plugins/file-loader/plugin.c: (sort_wizards)
13442         (on_create_submenu), (activate_plugin)
13443         plugins/file-wizard/anjuta-file-wizard.plugin.in
13444         plugins/glade/anjuta-glade.plugin.in
13445         plugins/project-import/anjuta-project-import.plugin.in
13446         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13447         
13448         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13449         sorted alphabeticly
13450         
13451         * plugins/project-wizard/templates/mkfile.wiz:
13452         Use configured project directory instead of ~/myproject
13453         
13454         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13455         (ifile_open):
13456         Show markers (again) and monitor uri
13458 2006-03-06  Naba Kumar  <naba@gnome.org>
13460         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13461         typedefs separately so that forward linking would work.
13462         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13464 2006-03-05  Naba Kumar  <naba@gnome.org>
13466         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13467         passing Enums and Structs in signals. Define struct _Name in
13468         generated code, so that forward referencing.
13469         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13470         
13471         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13472         
13473 2006-03-05  Naba Kumar  <naba@gnome.org>
13475         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13476         support. Generate GType definitions for enums in generated codes
13477         so that enums could be passed as signal params.
13478         
13479 2006-03-04  Naba Kumar  <naba@gnome.org>
13481         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13482         Restored cvs-moved revision files. They were originally marked
13483         deleted at their older locations. Now they are restored at
13484         their new locations. The changeset is one that was committed
13485         as part of document-manager, editor, search and print plugins
13486         separation from editor plugin.
13487         
13488 2006-03-03  Johannes Schmid <jhs@gnome.org>
13490         * plugins/sourceview/*:
13491         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13492         poiting this out!
13494 2006-03-04  Naba Kumar  <naba@gnome.org>
13496         * plugins/gdb/*: Deleted removed files (see previous changlog
13497         entry for files list).
13498         
13499 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13501         * plugins/debug-mananger/breakpoints.c,
13502         plugins/debug-manager/breakpoints.h,
13503         plugins/debug-manager/debug_tree.c,
13504         plugins/debug-manager/debug_tree.h,
13505         plugins/debug-manager/info.c,
13506         plugins/debug-manager/info.h,
13507         plugins/debug-manager/locals.c,
13508         plugins/debug-manager/locals.h,
13509         plugins/debug-manager/memory.c,
13510         plugins/debug-manager/memory.h,
13511         plugins/debug-manager/registers.c,
13512         plugins/debug-manager/registers.h,
13513         plugins/debug-manager/sharedlib.c,
13514         plugins/debug-manager/sharedlib.h,
13515         plugins/debug-manager/signal.c,
13516         plugins/debug-manager/signal.h,
13517         plugins/debug-manager/stack_trace.c,
13518         plugins/debug-manager/stack_trace.h,
13519         plugins/debug-manager/watch.c,
13520         plugins/debug-manager/watch.h,
13521         plugins/debug-manager/Makefile.am:
13522         Move from gdb plugin to debug manager plugin
13524         * plugins/debug-manager/anjuta-debug-manager.glade,
13525         plugins/debug-manager/anjuta-debug-manager.ui:
13526         Move all user interface from gdb to debug manager
13528         * plugins/debug-manager/utilities.c,
13529         plugins/debug-manager/utilities.h:
13530         Remove some unused code
13531         Add useful code from gdb plugin
13533         * plugins/debug-manager/start.c,
13534         plugins/debug-manager/start.h:
13535         Include code of attach_process
13536         Add more code to start the debugger
13538         * plugins/debug-manager/plugin.c,
13539         plugins/debug-manager/plugin.h,
13540         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13541         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13543         * plugins/debug-manager/debugger.c,
13544         plugins/debug-manager/debugger.h:
13545         Implement a queue of debugger command
13547         * plugins/gdb/actions.c,
13548         plugins/gdb/actions.h,
13549         plugins/gdb/watch_cbs.c,
13550         plugins/gdb/watch_cbs.h,
13551         plugins/gdb/watch_gui.c,
13552         plugins/gdb/watch_gui.h:
13553         Removed 
13555         * plugins/gdb/debugger.c,
13556         plugins/gdb/debugger.h,
13557         plugins/gdb/gdbmi.c,
13558         plugins/gdb/gdbmi.h,
13559         plugins/gdb/utilities.c,
13560         plugins/gdb/utilities.h,
13561         plugins/gdb/Makefile.am,
13562         plugins/gdb/anjuta-gdb.plugin.in:
13563         Implement necessary functions
13565         * plugins/gdb/parser.c,
13566         plugins/gdb/parser.h:
13567         Code for parsing variable previously in debug_tree.c
13569         * plugins/gdb/anjuta-gdb.glade,
13570         plugins/gdb/anjuta-gdb.ui:
13571         Remove user interface
13573         * plugins/gdb/gdbmi-test.c:
13574         Need update
13576         * plugins/gdb/anjuta-gdb.plugin.png:
13577         Try an improved icon for gdb (archer fish)
13579         * libanjuta/anjuta-debugger.c,
13580         libanjuta/anjuta-debugger.h,
13581         libanjuta/interfaces/libanjuta.idl,
13582         libanjuta/interfaces/anjuta-idl-compiler.pl,
13583         libanjuta/Makefile.am:
13584         Add declaration used in new IAnjutaDebugger interface
13586         * manuals/reference/libanjuta.types,
13587         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13588         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13589         Update documentation
13591 2006-03-02  Naba Kumar  <naba@gnome.org>
13593         * manuals/reference/libanjuta/Makefile.am,
13594         manuals/reference/libanjuta/libanjuta-docs.sgml,
13595         manuals/reference/libanjuta/libanjuta-sections.txt,
13596         manuals/reference/libanjuta/libanjuta.types,
13597         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13598         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13599         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13600         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13601         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13602         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13603         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13604         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13605         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13606         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13607         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13608         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13609         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13610         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13611         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13612         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13613         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13614         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13615         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13616         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13617         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13618         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13619         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13620         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13621         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13622         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13623         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13624         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13625         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13626         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13627         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13628         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13629         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13630         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13631         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13632         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13633         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13634         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13635         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13636         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13637         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13638         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13639         manuals/reference/libanjuta/tmpl/plugins.sgml,
13640         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13641         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13642         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13643         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13644         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13645         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13646         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13647         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13648         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13649         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13650         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13651         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13652         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13653         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13654         documentation.
13656 2006-02-28  Naba Kumar <naba@gnome.org>
13658         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13659         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13660         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13661         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13662         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13663         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13664         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13665         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13666         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13667         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13668         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13669         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13670         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13671         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13673 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13675         * plugins/sourceview/sourceview.c:
13676         Select to brace, select block.
13678 2006-02-28  Johannes Schmid <jhs@gnome.org>
13680         * plugins/file-wizard/Makefile.am
13681         plugins/file-wizard/action-callbacks.c (removed)
13682         plugins/file-wizard/action-callbacks.h (removed)
13683         plugins/file-wizard/anjuta-file-wizard.ui
13684         plugins/file-wizard/plugin.c: (activate_plugin),
13685         (deactivate_plugin)
13686         plugins/file-wizard/plugin.h:
13687         Removed Edit->Insert Text submenu (replace by macros plugin)
13688         
13689         * plugins/sourceview/sourceview.c: (sourceview_new),
13690         (ieditor_set_popup_menu):
13691         Fixed some more bugs
13692         
13693         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13695 2006-02-28  Naba Kumar <naba@gnome.org>
13697         * plugins/file-manager/an_file_view.c,
13698         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13699         rows also and with delay 1 sec (the color and timout value should
13700         probably be picked up from some system wide preference key).
13702 2006-02-28  Naba Kumar <naba@gnome.org>
13704         * libanjuta/interfaces/libanjuta.idl,
13705         plugins/document-manager/action-callbacks.c,
13706         plugins/document-manager/plugin.c,
13707         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13708         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13709         Added interface checks in document manager and enable/disable
13710         menus based on supported interface.
13711         
13712         * plugins/project-import/anjuta-project-import.glade: Set some
13713         resonable size for the import dialog.
13715  2006-02-27  Naba Kumar  <naba@gnome.org>
13717         * libanjuta/interfaces/libanjuta.idl,
13718         plugins/document-manager/action-callbacks.c,
13719         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13720         and eol conversion actions.
13722 2006-02-27  Johannes Schmid <jhs@gnome.org>
13723         
13724         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13725         * plugins/file-manager/an_file_view.c
13726         plugins/file-manager/plugin.h:  Added tooltips
13727         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13729 2006-02-26  Naba Kumar  <naba@gnome.org>
13731         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13732         plugins/build-basic-autotools/build-basic-autotools.c,
13733         plugins/build-basic-autotools/build-basic-autotools.h,
13734         plugins/build-basic-autotools/executer.c,
13735         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13736         disable indicator highlights preferences from message manager to
13737         build plugin. Implemented message indicator highlights in build tool.
13738         
13739         * plugins/editor/text_editor.c: Fixed indicators.
13741 2006-02-26  Johannes Schmid <jhs@gnome.org>
13743         * plugins/sourceview/sourceview.c:
13744         - Fixed some bugs
13745         - Added markers
13746         * plugins/subversion/svn_auth.c:
13747         Fixed username/password authentification but there might be a memory corruption
13749 2006-02-26  Naba Kumar  <naba@gnome.org>
13751         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13752         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13753         libanjuta/anjuta-launcher.h: Added documentation.
13755 2006-02-24  Naba Kumar  <naba@gnome.org>
13757         * plugins/editor/text_editor.c: Fixed change in API in
13758         IAnjutaEditorSelection::set().
13759         
13760 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13762         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13763         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13764         libanjuta/interfaces/libanjuta.idl :
13765         Search in sourceview editor (Select in buffer).
13768 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13770         * plugins/sourceview/sourceview.c :
13771         Fixed Replace, to_upper, to_lower.
13772         
13773         * plugins/search/search-replace_backend.c :
13774         Renamed header name.
13776 2006-02-22  Naba Kumar  <naba@gnome.org>
13778         * libanjuta/anjuta-plugin-description.c,
13779         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13780         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13781         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13782         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13783         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13784         
13785         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13786         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13787         
13788 2006-02-21  Naba Kumar  <naba@gnome.org>
13790         * libanjuta/interfaces/libanjuta.idl,
13791         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13792         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13793         interface for editor.
13795 2006-02-21  Naba Kumar  <naba@gnome.org>
13797         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13799         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13800         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13802 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13804         * GTKSOURCEVIEW EDITOR
13805         plugins/sourceview/sourceview.c :
13806         Fixed copy and Goto Line.
13807         
13808         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13809         plugins/macro/plugin.c :
13810         Fixed Insert key word and Insert macro.
13812 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13814         * plugins/document-manager/anjuta-docman.c:
13815         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13816         
13817         * configure.in:
13818         plugins/Makefile.am:
13819         plugins/sourceview/.cvsignore:
13820         plugins/sourceview/Makefile.am:
13821         plugins/sourceview/plugin.c: :
13822         plugins/sourceview/plugin.h:
13823         plugins/sourceview/sourceview.c: 
13824         plugins/sourceview/sourceview.h:
13825         plugins/sourceview/sourceview.plugin:
13826         plugins/sourceview/sourceview.plugin.in:
13827         plugins/sourceview/sourceview.png:
13829         Added sourceview editor plugin
13831 2006-02-19 Naba Kumar  <naba@gnome.org>
13833         * libanjuta/interfaces/libanjuta.idl,
13834         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13835         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13836         plugins/cvs-plugin/cvs-interface.c,
13837         plugins/document-manager/action-callbacks.c,
13838         plugins/document-manager/action-callbacks.h,
13839         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13840         plugins/search/plugin.c, plugins/search/search-replace.c,
13841         plugins/search/search-replace_backend.c,
13842         plugins/subversion/subversion-actions.c,
13843         plugins/subversion/subversion-callbacks.c,
13844         plugins/tools/editor.c, plugins/tools/execute.c,
13845         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13846         few fatal warnings.
13848 2006-02-15 Naba Kumar  <naba@gnome.org>
13850         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13851         within another.
13852         
13853         * libanjuta/interfaces/libanjuta.idl,
13854         plugins/document-manager/anjuta-docman.c,
13855         plugins/document-manager/plugin.c,
13856         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13857         unnecessary parameters from IAnjutaEditor interface and used proper
13858         types instead of 'gpointer'. Fixed various compiler warnings.
13859         
13860         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13861         file
13863 2006-02-12 Naba Kumar  <naba@gnome.org>
13865         * po/POTFILES.in: Updated.
13866         
13867 2006-02-11 Naba Kumar  <naba@gnome.org>
13869         * plugins/editor/properties.[cxx,h],
13870         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13871         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13872         to sci_prop_*(), because they were conflicting with external
13873         functions (in some ssl library).
13874         
13875 2006-02-08 Naba Kumar  <naba@gnome.org>
13877         Patch from Massimo Cora  <maxcvs@email.it>:
13878         * plugins/valgrind/anjuta-valgrind.schemas,
13879         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13880         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13881         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13882         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13883         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13884         plugins/valgrind/vgtoolview.c,
13885         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13886         before running the debugging session. I've added also a
13887         preference in Anjuta Preferences where you can specify
13888         the path to the valgrind binary. The default is /usr/bin/valgrind.
13889         Now it displays a dialog with the error. [it can be -program
13890         exited- or -file loaded or end of input-]. Some valgrind 3.x
13891         compatibility.
13892         
13893 2006-01-29 Naba Kumar  <naba@gnome.org>
13895         Patch from Massimo Cora  <maxcvs@email.it>:
13896         * configure.in, plugins/Makefile.am,
13897         plugins/valgrind/*: Valgrind plugin (requires
13898         binutils-dev and valgrind to be installed.
13900 2005-01-24 Johannes Schmid <jhs@gnome.org>
13902         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13903         plugins/tools/variables.c:
13904         Added current directory to possible variables
13906         * Patch from Günther Brammer <gbrammer@gmx.de>
13907         plugins/document-manager/anjuta-docman.c:
13908         Fix a crash on opening a file
13910         AUTHORS: Added Günther Brammer
13912 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13914         * libanjuta/anjuta-launcher.c:
13915         Fix a bug in AnjutaLauncher when output is bigger than buffer
13916         Probably fix bug #315188 and #305134
13918 2005-12-28      Johannes Schmid <jhs@gnome.org>
13919         
13920         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13921         * src/about.c: Use new gtk about dialog
13922         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13923         Updated anjuta_ui_add_action_group_entries call
13924         
13925         Patch from Jean Breford <jean.breford@normalesup.org>
13926         and Markus Habermehl <bmh1980de@yahoo.de>:
13927         
13928         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13929         * AUTHORS: Added Jean and Markus
13931 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13932         * plugins/search/search-replace.c :
13933         Bookmark all matched lines.
13934         * plugins/search/search-replace_backend.c :
13935         Fixed bug (Search in all project files).
13937 2005-12-21      Johannes Schmid <jhs@gnome.org>
13938         
13939         * plugins/search/plugin.c:
13940         Fixed signal names
13941         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13942         investigation needed.
13943         
13944         AUTHORS: Added Ross Goldner
13946 2005-12-19  Ross Golder  <ross@golder.org>
13948         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13949         application/xml MIME type.
13951 2005-12-18  Johannes Schmid <jhs@gnome.org>
13952         
13953         po/POTFILES.in: Updated files after directory changes
13954         HACKING: Removed outdated section 3 (anoncvs)
13956 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13958         * plugins/build-basic-autotools/build-basic-autotools.c:
13959         Save all files in editor before running a command
13961         * plugins/tools/execute.c:
13962         Use document manager plugin instead of each editor for
13963         saving all files
13965 2005-12-15  Johannes Schmid <jhs@gnome.org>
13967         * plugins/document-manager/action-callbacks.c:
13968         (on_save_all1_activate), (on_swap_activate)
13969         plugins/document-manager/anjuta-docman.c:
13970         (on_save_as_filesel_response), (on_notebook_switch_page):
13971         
13972         Fixed some remaining issues in document-manger
13974 2005-12-15      Johannes Schmid <jhs@gnome.org>
13976         * plugins/profile-default/default.anjuta:
13977         Load Search plugin and Message Manager by default
13979 2005-12-14  Johannes Schmid <jhs@gnome.org>
13980         
13981         * plugins/editor/text_editor.c
13982         libanjuta/anjuta-utils.c:
13983         
13984         Check if files differ when gnome-vfs monitoring is used.
13985         (Bug #309688)
13987 2005-12-13  Johannes Schmid <jhs@gnome.org>
13989         * plugins/document-manager/plugin.c:
13990         Only save modified files in ianjuta_file_savable_save() for document-manager
13991         as discussed on mailing list.
13992         
13993         * plugins/cvs-plugin/cvs-callbacks.c:
13994         Fixed dialog handling for empty log message
13996 2005-12-13  Johannes Schmid <jhs@gnome.org>
13998         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13999         
14000         * plugins/project-manager/* Removed ununsed files
14001         
14002         * plugins/symbol-browser/an_symbol_iter.c
14003         plugins/build-basic-autotools/build-basic-autotools.c
14004         plugins/build-basic-autotools/executer.c
14005         plugins/class-gen/class_gen.c
14006         plugins/class-inheritance/class-inherit.c
14007         plugins/cvs-plugin/cvs-actions.c
14008         plugins/cvs-plugin/cvs-interface.c
14009         plugins/debug-manager/attach_process.
14010         plugins/devhelp/plugin.c
14011         plugins/document-manager/plugin.c
14012         plugins/document-manager/indent_util.c
14013         plugins/editor/properties.cxx
14014         plugins/editor/aneditor.cxx
14015         plugins/editor/style-editor.c
14016         plugins/editor/text_editor.c
14017         plugins/macro/macro_db.c
14018         tagmanager/c.c:
14019         
14020         Use DEBUG_PRINT for debug messages
14022         libanjuta/anjuta-debug.h: Include config.h
14023         
14024         HACKING: Updated (BTW: does anyone read this?)
14025         
14026 2005-12-12  Johannes Schmid <jhs@gnome.org>
14028         Patch from Johan Ersvik <jersvik@fastmail.fm>:
14029         * plugins/gdb/debugger.c
14030         
14031         Fix a crasher in gdb plugin
14032         
14033         * plugins/gtodo/plugin.c
14034         plugins/search/plugin.c
14035         
14036         Fixed bug #305301
14037         
14038         * plugins/document-manager/anjuta-docman.c:
14039         
14040         Fixed error markers 
14041         
14042         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
14043         
14044         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
14045         
14046         * plugins/document-manager/anjuta-docman.c:
14047         highlight changed files in docman popup-menu
14048         * plugins/gdb/debug-tree.c:
14049         plugins/gdb/debugger.c
14050         Do not corupt entire "locals" tree when variable pointer have
14051         additional info and arrays/strucs/unions correctly.
14052         
14054 2005-12-11  Johannes Schmid <jhs@gnome.org>
14056         * plugins/document-manager/anjuta-docman.c
14057         plugins/document-manager/plugin.c
14058         plugins/editor/text_editor.c:
14059         
14060         AUTHORS: Added Johan Ersvik
14062         Fixed "is-dirty" bug and tab ordering
14064 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
14065         
14066         * plugins/editor/aneditor-autocomplete.cxx
14067         plugins/editor/aneditor-calltip.cxx
14068         plugins/editor/aneditor-priv.h
14069         plugins/symbol-browser/an_symbol.c
14070         plugins/symbol-browser/an_symbol_view.c
14071         tagmanager/entry.h
14072         tagmanager/tm_symbol.c
14073         tagmanager/tm_tag.c
14074         tagmanager/include/tm_symbol.h
14075         tagmanager/include/tm_tag.h
14076         tagmanager/c.c
14078         Better pointer recognition in tagmanager and symbol browser
14080 2005-12-11  Johannes Schmid <jhs@gnome.org>
14082         * plugins/search/*: New search plugin derived from search code in old editor
14083         plugin.
14084         
14085         * plugins/document-manager/*: new document-manger which is now seperated from
14086         editor to allow implementation of other editor widgets. Code is mostly derived
14087         from old editor plugin
14089         * plugins/print/* new print plugin which is not fully implemented in the
14090         moment
14092         * plugins/editor/text_editor.c: Added lots of interface code
14093         
14094         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
14095         IAnjutaEditorFactory and extended IAnjutaEditor
14096         
14097         * configure.in, plugins/Makefile.am updated build system for new
14098         plugins
14100         This is a huge commit which might still contain some bugs and also has
14101         some fixmes. Things that are not working are the search toolbar because it
14102         does not use the same backend as any other searching function and printing
14103         (easy to fix) because it did not yet implement IAnjutaPrintable.
14105 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
14107         * plugins/project-wizard/property.c:
14108         Use newer GtkFileChooser instead of GtkFileSelection with
14109         GnomeFileEntry to avoid a bug
14111         * plugins/project-wizard/install.c:
14112         Avoid an endless loop if project directory is not writable
14113         
14114         * plugins/project-wizard/druid.c:
14115         Allow creating project in empty directory without a
14116         warning
14118 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
14119         
14120         Patch from Massimo Cora <maxcvs@email.it>
14121         * plugins/class-inheritence/class-inherit.c
14122         plugins/class-inheritence/plugin.c
14123         plugins/class-inheritence/plugin.h
14124         configure.in
14125         
14126         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
14127         no longer supported!
14129 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
14130         
14131         Patch from Johan Ersvik <jersvik@fastmail.fm>
14132         * plugins/message-view/message-view.c
14133         plugins/build-basic-autotools/build-basic-autotools.c
14134         plugins/build-basic-autotools/automake-c.filters
14136         This patch correct regex-filters for newer automake
14137         versions
14139 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
14141        * plugins/tools/execute.c:
14142        Detect variables inside a word
14144 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14146         * libanjuta/anjuta-status.[ch],
14147         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
14148         plugins/editor/anjuta-docman.c :
14149         New anjuta-status procedure.
14151 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14153         *Modified Files:
14154         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
14155         plugins/editor/Makefile.am
14156         plugins/editor/anjuta-document-manager.glade
14157         plugins/editor/plugin.c plugins/editor/plugin.h
14158         plugins/editor/text_editor.c plugins/editor/text_editor.h
14159         *Added Files:
14160         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
14161         plugins/editor/indent-util.c plugins/editor/indent-util.h
14162         plugins/editor/indent_test.c :
14163         Set and Preview indent preferences parameters.
14164         Saved indent user parameters.
14166 2005-10-27  Naba Kumar  <naba@gnome.org>
14168         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
14169         * plugins/editor/anjuta-docman.c: Restore tab color to normal
14170         theme color for saved documents.
14171         
14172 2005-10-26  Naba Kumar  <naba@gnome.org>
14174         * libanjuta/anjuta-encodings.c: Save changed supported encodings
14175         list. Fixed bug #316731.
14176         
14177 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
14179         * tagmanager/tm_symbol.c: Fixed bug #315218
14181 2005-10-23  Adam Weinberger  <adamw@gnome.org>
14183         * plugins/build/build_file.c
14184           plugins/build-basic-autotools/build-basic-autotools.c
14185           plugins/tools/execute.c
14186           plugins/build/compile.c
14187           plugins/build/configurer.c
14188           plugins/debug-manager/plugin.c
14189           plugins/editor/plugin.c
14190           plugins/editor/print.c
14191           plugins/editor/text_editor.c
14192           plugins/file-loader/plugin.c
14193           plugins/file-manager/an_file_view.c
14194           plugins/symbol-browser/an_symbol_view.c
14195           plugins/gdb/debugger.c
14196           plugins/gdb/plugin.c
14197           plugins/glade/plugin.c
14198           plugins/macro/macro-actions.c
14199           plugins/macro/plugin.c
14200           plugins/profile-default/plugin.c
14201           plugins/project-manager/plugin.c
14202           plugins/project-manager/project_import.c
14203           plugins/symbol-browser/plugin.c
14204           plugins/tools/execute.c
14205           src/anjuta.c
14206           src/anjuta-actions.h
14207           src/shell.c:
14208           Correct spacing errors before and after "...".
14210 2005-10-20  Naba Kumar  <naba@gnome.org>
14212         * plugins/gdb/debugger.c: Fixed attach/detach process to
14213         updated UI properly.
14214         
14215 2005-10-18  Naba Kumar  <naba@gnome.org>
14217         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14218         #171314 too).
14219         
14220 2005-10-13  Naba Kumar  <naba@gnome.org>
14221         
14222         * plugins/project-mkfile-import/*: Removed separate import wizard for
14223         makefile based projects (because single widzard handles all wizards).
14225         * plugins/project-import/project-import.c: Made wizard window
14226         transient to main window.
14228         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
14229         
14230         * AUTHORS: Added Eric's name in contributors list.
14231         
14232         * configure.in, plugins/Makefile.am,
14233         plugins/project-import/Makefile.am,
14234         plugins/project-import/anjuta-project-import.glade,
14235         plugins/project-import/project-import.c,
14236         plugins/project-import/project-import.h: Import wizard now detects
14237         both makefile and automake projects together instead of separate wizard.
14238         
14239         * plugins/project-wizard/templates/java/project.anjuta,
14240         plugins/project-wizard/templates/mkfile/project.anjuta,
14241         plugins/project-wizard/templates/python/project.anjuta,
14242         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14243         name to make it appropriate.
14245 2005-10-11  Naba Kumar  <naba@gnome.org>
14247         * configure.in: Fixed glade3 version requirement.
14249 2005-09-29  Alexander Shopov  <ash@contact.bg>
14251         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14253 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
14255         * plugins/subversion/svn_auth.c
14256         plugins/subversion/anjuta_subversion.glade:
14257         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14259 2005-09-22  Naba Kumar  <naba@gnome.org>
14261         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
14263         * configure.in,  plugins/Makefile.am
14264         plugins/project-manager/anjuta-project-manager.plugin.in,
14265         plugins/project-manager/plugin.c,
14266         (added) plugins/project-mkfile-import/.cvsignore,
14267         (added) plugins/project-mkfile-import/Makefile.am,
14268         (added) plugins/project-mkfile-import/
14269             anjuta-project-mkfile-import-plugin.png,
14270         (added) plugins/project-mkfile-import/
14271             anjuta-project-mkfile-import.glade,
14272         (added) plugins/project-mkfile-import/
14273             anjuta-project-mkfile-import.plugin.in,
14274         (added) plugins/project-mkfile-import/plugin.c,
14275         (added) plugins/project-mkfile-import/plugin.h,
14276         (added) plugins/project-mkfile-import/project-mkfile-import.c,
14277         (added) plugins/project-mkfile-import/project-mkfile-import.h,
14278         plugins/project-wizard/templates/Makefile.am,
14279         (added) plugins/project-wizard/templates/mkfile-logo.png,
14280         (added) plugins/project-wizard/templates/mkfile.wiz,
14281         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14282         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14283         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14284         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14285         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14286         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14287         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14288         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14289         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14290         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14291         (added) plugins/project-wizard/templates/mkfile/src/main.c:
14292         Added makefile based project import wizard and wizard template.
14294 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14296         * libanjuta/anjuta-launcher.c: Reduced false password detections
14298 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14300         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
14301         messages correctly.a
14303 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14304         
14305         * scintilla/Makefile.am: Changed scintilla library to noinst
14306         * pixmaps/Makefile.am: Install password.png
14307         * libanjuta/anjuta-launcher.c: Changed password detection
14308         to be able to access GNOME CVS with ssh.
14309         
14310 2005-08-31  Naba Kumar  <naba@gnome.org>
14312         * plugins/glade/plugin.c: Set transient window for the widget
14313         dialogs.
14314         
14315 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
14317         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14319 2005-08-10  Naba Kumar  <naba@gnome.org>
14321         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14322         as shortcut key for execute.
14324         * src/about.c: Clean up.
14325         
14326         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
14327         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14328         entry boxes.
14329         
14330 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14332         * plugins/editor/search-replace_backend.c :
14333         Fixed search in File Patterns.
14335 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
14337         * plugins/gdb/Makefile.am: Fixed a make -j x bug
14338         
14339 2005-08-04  Naba Kumar  <naba@gnome.org>
14341         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14342         for pango-1.8 rendering bug.
14343         
14344 2005-08-03  Naba Kumar  <naba@gnome.org>
14346         * plugins/glade/plugin.c: Proper names for plugin widgets.
14347         
14348         * plugins/subversion/anjuta-subversion.glade,
14349         plugins/subversion/svn-auth.c: Fixed authentication dialog and
14350         string allocations. Use passed default values when available.
14351         Set proper focus and dialog default response. Destroy dialog after use.
14352         Return error when appropriate.
14354 2005-08-02  Naba Kumar  <naba@gnome.org>
14356         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14357         for pango-1.8 rendering bug.
14358         
14359 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
14361         * scintilla/Makefile.am: Fixed a make -j x bug
14362         
14363 2005-08-02  Johannes Schmid <jhs@gnome.org>
14364         
14365         * plugins/subversion/svn-auth.c: Added username/password 
14366         auto function.
14368 2005-08-01  Naba Kumar  <naba@gnome.org>
14370         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14371         checks for character width calculations.
14372         
14373 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14375         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14377 2005-07-31  Naba Kumar  <naba@gnome.org>
14379         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14380         messup with pango 1.8. Fixed bug #311846.
14382 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14384         * plugins/gdb/memory.c : Fixed bug 305082.
14385         
14386         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14387         plugins/project-wizard/templates/gcj.wiz,
14388         plugins/project-wizard/templates/gnome.wiz,
14389         plugins/project-wizard/templates/gtk.wiz,
14390         plugins/project-wizard/templates/java.wiz,
14391         plugins/project-wizard/templates/python.wiz,
14392         plugins/project-wizard/templates/wxwin.wiz,
14393         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14395 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14397         * plugins/tools/execute.c:
14398         Correct a crash if editor is closed while a tool still use it.
14400 2005-07-28  Naba Kumar  <naba@gnome.org>
14402         * scintilla/*: Updated scintilla from their latest CVS.
14404 2005-07-27  Naba Kumar  <naba@gnome.org>
14406         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14407         plugins/build-basic-autotools/build-basic-autotools.c,
14408         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14409         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14410         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14411         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14412         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14413         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14414         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14415         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14416         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14417         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14418         argument to anjuta_ui_add_action_group_entries() and
14419         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14420         Fixed all plugins to pass translation domain. This fixes untranslated
14421         UI bugs. 
14423 2005-07-27  Naba Kumar  <naba@gnome.org>
14425         * plugins/class-inheritance/class-callbacks.c,
14426         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14427         proper system colors.
14429 2005-07-26  Naba Kumar  <naba@gnome.org>
14431         * ROADMAP: Updated and added more tasks.
14433 2005-07-25  Naba Kumar  <naba@gnome.org>
14435         * ROADMAP: Updated and added more tasks.
14436         
14437 2005-07-24  Naba Kumar  <naba@gnome.org>
14439         * HACKING: Fixed format.
14441 2005-07-24  Naba Kumar  <naba@gnome.org>
14443         * ROADMAP: Fixed format.
14444         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14446 2005-07-24  Naba Kumar  <naba@gnome.org>
14448         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14449         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14451 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14453         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14454         Correct wrong sensitivity setting
14455         
14456         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14457         
14458         * plugins/tools/variable.c:     Add variables for project manager
14460 2005-07-23  Naba Kumar  <naba@gnome.org>
14462         * ROADMAP: updated.
14464 2005-07-23 Naba Kumar  <naba@gnome.org>
14466         * plugins/subversion/Makefile.am,
14467         plugins/subversion/svn-auth.c,
14468         plugins/subversion/svn-auth.h: Added subversion authentication code
14469         stubs.
14470         
14471         * plugins/subversion/subversion-callbacks.c,
14472         plugins/subversion/subversion-callbacks.h,
14473         plugins/subversion/svn-backend-priv.h,
14474         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14475         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14476         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14477         Added file mode line.
14479 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14481         * configure.in: Added 'gl' to ALL_LINGUAS.
14483 2005-07-21 Naba Kumar  <naba@gnome.org>
14485         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14486         the active sources and kill the running process without emitting
14487         signals (which could be fatal because the object is being destroyed).
14488         Incidentally, fixed the crash that happens when stopping an active
14489         debugger session. Disabled debug prints and code clean up.
14490         Fixed bug #305587.
14491         
14492         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14493         message view object, because that prevents many unprocessed outputs
14494         from the cvs command from being appended in view. Does not set NULL
14495         to mesg_view private member (not required) so that any pending outputs
14496         to view is processed.Fixed bug #172666.
14498         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14499         type in supported list.
14500         
14501 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14503         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14504           grammar/spelling fixes.
14506 2005-07-17 Naba Kumar  <naba@gnome.org>
14508         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14509         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14510         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14511         plugins/project-wizard/templates/anjuta-plugin.wiz,
14512         plugins/project-wizard/templates/gcj.wiz,
14513         plugins/project-wizard/templates/gnome.wiz,
14514         plugins/project-wizard/templates/gtk.wiz,
14515         plugins/project-wizard/templates/gtkmm.wiz,
14516         plugins/project-wizard/templates/java.wiz,
14517         plugins/project-wizard/templates/python.wiz,
14518         plugins/project-wizard/templates/terminal.wiz,
14519         plugins/project-wizard/templates/terminal/Makefile.am,
14520         plugins/project-wizard/templates/terminal/po/Makefile.am,
14521         plugins/project-wizard/templates/terminal/src/Makefile.am,
14522         plugins/project-wizard/templates/wxwin.wiz,
14523         plugins/project-wizard/templates/xlib-dock.wiz,
14524         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14525         wizards and updated .wiz files to install them in newly created
14526         projects.
14528 2005-07-16 Naba Kumar  <naba@gnome.org>
14530         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14531         
14532         * plugins/file-manager/an_file_view.c,
14533         plugins/file-manager/plugin.c: Added file manager preferences to
14534         show/hide files ignored by version control (e.g. cvsignore).
14535         
14536         * plugins/editor/text_editor.c: Initialize vfs info struct.
14537         
14538         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14539         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14540         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14541         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14542         omf-install/.cvsignore, pixmaps/.cvsignore,
14543         plugins/file-manager/anjuta-file-manager-plugin.glade,
14544         scintilla/.cvsignore, scintilla/include/.cvsignore,
14545         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14546         tagmanager/python.c: Updated.
14548 2005-07-16 Naba Kumar  <naba@gnome.org>
14550         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14551         Fixed python parser to parser class methods.
14553 2005-07-15 Naba Kumar  <naba@gnome.org>
14555         * plugins/project-wizard/property.c: Used parenthesis to remove
14556         ambiguty.
14557         
14558         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14559         plugins/project-wizard/templates/gcj.wiz,
14560         plugins/project-wizard/templates/gnome.wiz,
14561         plugins/project-wizard/templates/gtk.wiz,
14562         plugins/project-wizard/templates/gtkmm.wiz,
14563         plugins/project-wizard/templates/java.wiz,
14564         plugins/project-wizard/templates/python.wiz,
14565         plugins/project-wizard/templates/terminal.wiz,
14566         plugins/project-wizard/templates/wxwin.wiz,
14567         plugins/project-wizard/templates/xlib-dock.wiz,
14568         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14569         and names.
14571 2005-07-15 Naba Kumar  <naba@gnome.org>
14573         * plugins/project-wizard/templates/java.wiz,
14574         plugins/project-wizard/templates/java/Makefile.am,
14575         plugins/project-wizard/templates/java/project.anjuta,
14576         plugins/project-wizard/templates/python.wiz,
14577         plugins/project-wizard/templates/python/Makefile.am,
14578         plugins/project-wizard/templates/python/project.anjuta: Use different
14579         project files for java and python module where debugger is not
14580         included in the list of plugins.
14582 2005-07-15 Naba Kumar  <naba@gnome.org>
14584         * configure.in, plugins/project-wizard/templates/Makefile.am,
14585         plugins/project-wizard/templates/gcj-logo.png,
14586         plugins/project-wizard/templates/gcj.wiz,
14587         plugins/project-wizard/templates/gcj/.cvsignore,
14588         plugins/project-wizard/templates/gcj/Makefile.am,
14589         plugins/project-wizard/templates/gcj/configure.in.tpl,
14590         plugins/project-wizard/templates/gcj/src/.cvsignore,
14591         plugins/project-wizard/templates/gcj/src/Makefile.am,
14592         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14593         plugins/project-wizard/templates/java-logo.png,
14594         plugins/project-wizard/templates/java.wiz,
14595         plugins/project-wizard/templates/java/configure.in.tpl,
14596         plugins/project-wizard/templates/java/po/Makefile.am,
14597         plugins/project-wizard/templates/java/po/POTFILES.in,
14598         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14599         plugins/project-wizard/templates/java/src/main.java,
14600         plugins/project-wizard/templates/python-logo.png,
14601         plugins/project-wizard/templates/python.wiz,
14602         plugins/project-wizard/templates/python/.cvsignore,
14603         plugins/project-wizard/templates/python/Makefile.am,
14604         plugins/project-wizard/templates/python/configure.in.tpl,
14605         plugins/project-wizard/templates/python/po/.cvsignore,
14606         plugins/project-wizard/templates/python/po/Makefile.am,
14607         plugins/project-wizard/templates/python/po/POTFILES.in,
14608         plugins/project-wizard/templates/python/src/.cvsignore,
14609         plugins/project-wizard/templates/python/src/Makefile.am,
14610         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14611         plugins/project-wizard/templates/python/src/main.py: Added Generic
14612         gcj and python project wizards. Fixed Generic java project to
14613         use _JAVA primary. Update gnome-build from cvs for them to work
14614         correctly.
14616 2005-07-12 Naba Kumar  <naba@gnome.org>
14618         * plugins/project-manager/plugin.c: Automatically determine
14619         project backend by probing.
14620         
14621 2005-07-04 Naba Kumar  <naba@gnome.org>
14623         * Makefile.am: Do not install old anjuta.glade file which conflicts
14624         with newer src/anjuta.glade.
14626 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14628         * plugins/an_symbol_prefs.c:
14629         Sort list of available symbol files
14631 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14633         * plugins/build-basic-autotools.c:
14634         Fixed #307810
14635         
14636         * plugins/gtodo/libgtodo.c:
14637         Possible fix for #307800
14639         * libanjuta/anjuta-encodings.c
14640         libanjuta/anjuta-launcher.c
14641         libanjuta/anjuta-preference-dialog.c
14642         libanjuta/anjuta-preferences.c
14643         libanjuta/anjuta-ui.c
14644         libanjuta/anjuta-util.c
14645         libanjuta/cell-renderer-captioned-image.c
14646         libanjuta/plugin.c:
14647         
14648         Patch from de_lupus@pandora.be (Kristof Vansant):
14649         Replaced deprecated gnome-i18n.h
14650         Closed #309153
14652 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14653         
14654         * plugins/subversion/anjuta-subversion.glade
14655         plugins/subversion/anjuta-subversion.ui
14656         plugins/subversion/plugin.c
14657         plugins/subversion/subversion-actions.c
14658         plugins/subversion/subversion-callbacks.h
14659         plugins/subversion/subversion-callbacks.c
14660         plugins/subversion/svn-backend-priv.h
14661         plugins/subversion/svn-backend.h
14662         plugins/subversion/svn-backend.c
14663         plugins/subversion/svn-thread.h
14664         plugins/subversion/svn-thread.c:
14665         
14666         Implemented Subversion diff
14667         
14668 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14669         
14670         * plugins/build-basic-autotools/build-basic-autotools.c:
14671         Fixed crash bug! Might be useful to release 2.0.2 soon
14672         because this bug will crash any build which produces errors
14673         or warnings
14675 === Anjuta 2.0.1 ===
14677 2005-06-27 Naba Kumar  <naba@gnome.org>
14679         * plugins/tools/execute.c: Formated code.
14680         
14681 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14683         * plugins/build-basic-autotools/build-basic-autotools.c:
14684         Remove two memory leaks
14685         Check command output versus untranslated strings too
14687         * plugins/tools/execute.c:
14688         Remove two memory leaks
14689         Check command output versus untranslated strings too
14690         Remove description message
14692         * plugins/tools/fileop.c:
14693         Escape tool name in xml configuration file
14695 2005-05-26 Naba Kumar  <naba@gnome.org>
14697         * configure.in: Bumped version to 2.0.1
14698         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14700         * plugins/tools/execute.c: Fixed clickable messages.
14701         * NEWS: Updated.
14703         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14704         Deactivate glade plugin when last glade project is closed. Reorder
14705         glade widgets in layout. Change glade project when user selects a
14706         new project. Removed project from the list when user closes it. Fixed
14707         glade project file loading from URI. Save and restored loaded glade
14708         projects in/from session.
14710         * plugins/class-gen/action-callbacks.c,
14711         plugins/class-gen/anjuta-class-gen-plugin.glade,
14712         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14713         plugins/file-wizard/anjuta-file-wizard.glade,
14714         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14715         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14716         "Add to project" correctly. Use the source file path returned after
14717         adding to project. Fixed memory leaks. Deactivate wizard plugins
14718         after use.
14719         
14720         * plugins/project-manager/plugin.c,
14721         plugins/project-wizard/anjuta-project-wizard.glade,
14722         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14723         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14724         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14725         project-wizard preference page to anjuta app, because they are
14726         more appropriated as general preferences. Renamed username and
14727         useremail properties keys.
14728         
14729         * po/POTFILES.in: Updated.
14731         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14732         saved at closing.
14733         
14734         * plugins/file-loader/plugin.c: Do not use static variable to store
14735         created submenu in factory. Fixed crash in anjuta exit.
14736         
14737 2005-05-24 Naba Kumar  <naba@gnome.org>
14739         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14740         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14741         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14742         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14743         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14744         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14745         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14746         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14747         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14748         
14749         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14750         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14751         plugins/build-basic-autotools/build-basic-autotools.c,
14752         plugins/build-basic-autotools/build-basic-autotools.h,
14753         plugins/build-basic-autotools/executer.c,
14754         plugins/build-basic-autotools/executer.h,
14755         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14756         plugins/tools/variable.c: Added an extra argument to
14757         anuta_util_dialog_input() to pass default value. Save/load project
14758         configure and execution parameters in/from session.
14760         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14761         symbol browser is loaded.
14762         
14763         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14764         freeze/thaw.
14766         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14767         deactivate would not start shell.
14769 2005-05-24 Naba Kumar  <naba@gnome.org>
14771         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14772         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14773         libegg/egg-submenu-action.c, libegg/test-actions.c,
14774         plugins/build-basic-autotools/build-basic-autotools.c,
14775         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14776         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14777         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14778         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14779         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14780         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14781         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14782         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14783         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14784         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14786 2005-05-24 Naba Kumar  <naba@gnome.org>
14788         * data/properties/styles.properties: Fixed defalt font.
14790         * plugins/editor/search-replace.c,
14791         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14792         project openness wihtout activating project-manager plugin (i.e.
14793         using anjuta_shell_get()).
14794         
14795         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14796         - Completed add_source(), add_group() and add_target() methods of
14797         IAnjutaProjectManager.
14798         - Change their definition to return the added element (or NULL).
14799         - Used interface API for project main menus and 'add to project'
14800         from file-manager context menu.
14801         - Select proper default target/group when prompting for adding
14802         source/target/group.
14803         - Do not expand all nodes in selection tree when default selection
14804         are given (eases navigation in big projects).
14805         - Code clean ups.
14806         - Marked strings for translation.
14808 2005-05-23 Naba Kumar  <naba@gnome.org>
14810         * src/anjuta-app.c: Save menu accelerators on change.
14811         * NEWS: Updated.
14812         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14813         save-as dialog (leading to crash later).
14815 2005-05-22 Naba Kumar  <naba@gnome.org>
14817         * NEWS: Updated.
14818         * AUTHORS: Added developers for other projects. Updated.
14819         * TODO.tasks: Updated.
14820         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14821         
14822 2005-05-22 Naba Kumar  <naba@gnome.org>
14824         * plugins/tools/execute.c: Make parsable lines distinct by adding
14825         a "Click me" description in the message. Allow tools to open arbibrary
14826         file in editory using gdb-styled annotation (The line starts with two
14827         \032 characters followed by the file:line).
14828         
14829         * plugins/tools/scripts/prepare-changelog.pl,
14830         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14831         ChangeLog file itself and open it.
14833 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14835         * plugins/tools/execute.c:
14836         Parse output in message pane
14837         Correct a crash on plugin deactivation
14839         * plugins/tools/fileop.c,
14840         plugins/tools/tool.c,
14841         plugins/tools/tool.h:
14842         Load only valid tools
14844 2005-06-21  Naba Kumar  <naba@gnome.org>
14846         * anjuta.spec.in: Fixed devel package requirement.
14848         * plugins/message-view/message-view.c: Scroll message on next/previous.
14850         * TODO.tasks: Updated.
14852         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14853         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14854         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14855         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14856         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14857         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14858         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14859         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14861         * libanjuta/anjuta-preferences.c,
14862         plugins/build-basic-autotools/build-basic-autotools.c,
14863         plugins/build-basic-autotools/executer.c,
14864         plugins/class-gen/action-callbacks.c,
14865         plugins/class-gen/action-callbacks.h,
14866         plugins/class-gen/class_gen.c,
14867         plugins/cvs-plugin/cvs-interface.c,
14868         plugins/debug-manager/attach_process.c,
14869         plugins/debug-manager/plugin.c,
14870         plugins/debug-manager/utilities.c,
14871         plugins/debug-manager/utilities.h,
14872         plugins/editor/aneditor-autocomplete.cxx,
14873         plugins/editor/aneditor.cxx,
14874         plugins/editor/search-replace.c,
14875         plugins/editor/search-replace_backend.c,
14876         plugins/gdb/breakpoints.c,
14877         plugins/gdb/registers.c,
14878         plugins/patch/plugin.c,
14879         plugins/project-wizard/druid.c,
14880         plugins/project-wizard/install.c,
14881         plugins/subversion/plugin.c,
14882         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14883         codes.
14885         * plugins/class-gen/action-callbacks.c,
14886         plugins/project-wizard/parser.c,
14887         plugins/project-wizard/property.c,
14888         plugins/project-wizard/values.c,
14889         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14891         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14892         alphabetically
14894 2005-06-20  Naba Kumar  <naba@gnome.org>
14896         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14897         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14898         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14899         
14900         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14901         exit idle function.
14902         
14903         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14904         Fixed possible memory corruption.
14906         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14907         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14908         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14909         progress bar increment and added progress status for symbol refresh
14910         and project loading.
14911         
14912         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14913         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14914         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14915         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14916         bar.
14918         * TODO.tasks: Updated.
14920 2005-06-19  Naba Kumar  <naba@gnome.org>
14922         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14923         Fixed warning.
14924         
14925         * plugins/project-import/project-import.c: Deactivate plugin when done.
14926         
14927 2005-06-18  Naba Kumar  <naba@gnome.org>
14929         * plugins/profile-default/plugin.c: Fixed error when loading another
14930         project while a project is still loaded.
14931         
14932         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14933         signal from gnome-build to popup group properties.
14934         
14935         * src/anjuta.c: Load default session by default.
14937         * po/POTFILES.in: Added missing files.
14938         
14939         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14940         activate plugin on load (activate it separately). Connect to activate
14941         and deactivate signals for housekeeping, so that if plugins are
14942         activated or deactivate externally, they are properly recorded.
14943         
14944         * plugins/profile-default/plugin.c: Save profile before a project
14945         is loaded so that it could be restored when project is closed.
14946         
14947         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14949 2005-06-17  Naba Kumar  <naba@gnome.org>
14951         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14952         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14953         for project. The plugins loaded for the project is restored when project
14954         is loaded next time.
14955         
14956         * TODO.tasks: Updated.
14957         
14958 2005-06-15  Naba Kumar  <naba@gnome.org>
14960         * plugins/tools/scripts/find-fixmes.pl,
14961         (new) plugins/tools/scripts/translation-status.pl,
14962         plugins/tools/scripts/tools-2.xml.in,
14963         plugins/tools/scripts/Makefile.am,
14964         plugins/tools/scripts/prepare-changelog.pl: Added translation
14965         status script. Completed find-fixmes.pl script. Fixed bugs.
14967         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14968         tool path.
14970 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14972         * plugins/message-view/anjuta-message-manager-plugin.glade :
14973         renamed "messages.tag.position" to "messages.tab.position".
14974         plugins/message-view/anjuta-msgman.c : 
14975         Messages tab position prefrences.
14976         
14977 2005-06-14  Naba Kumar  <naba@gnome.org>
14979         * (new) plugins/tools/scripts/find-fixmes.pl,
14980         (new) plugins/tools/scripts/tools-2.xml.in,
14981         (new) plugins/tools/scripts/Makefile.am,
14982         (new) plugins/tools/scripts/prepare-changelog.pl,
14983         plugins/tools/plugin.h, plugins/tools/fileop.c,
14984         plugins/tools/Makefile.am, configure.in: Added system tools.
14986 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14988         * plugins/tools/editor.c:
14989         Take care of creating .anjuta directory if missing
14991 2005-06-10  Naba Kumar  <naba@gnome.org>
14993         * configure.in: Increased gnome-build required to version 0.1.2.
14994         
14995         * plugins/project-manager/plugin.c: Fixed target/group removal.
14996         Fixed memory leaks.
14997         
14998 2005-06-10  Naba Kumar  <naba@gnome.org>
15000         * plugins/project-manager/plugin.c: Implemented target/group
15001         configuration (update gnome-build module from cvs).
15002         
15003 2005-06-07  Naba Kumar  <naba@gnome.org>
15005         Patch from: Massimo Cora'  <maxcvs@email.it>:
15006         * plugins/class-inheritance/Makefile.am,
15007         plugins/class-inheritance/class-inherit.c,
15008         plugins/class-inheritance/class-inherit.h,
15009         plugins/class-inheritance/plugin.c,
15010         plugins/class-inheritance/plugin.h,
15011         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
15012         expanded view of classes in hierarchy canvas (collapsable again).
15013         
15014 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
15016         * scintilla/patches/scintilla-64-bit.diff (added)
15017         * plugins/patch/patch-plugin.c:
15018         Conditional build for GTK 2.4 and GTK 2.6
15020 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
15022         * plugins/tools/anjuta-tools.glade,
15023         plugins/tools/editor.c,
15024         plugins/tools/plugin.h,
15025         plugins/tools/fileop.c:
15026         Add a check box to edit an user script
15027         Correct a few memory leak
15029         * plugins/tools/execute.c,
15030         plugins/tools/tool.c,
15031         plugins/tools/tool.h:
15032         Move utility remove_mnemonic function in tool.c
15033         Small fix
15035 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
15037         Patch from sbrabec@suse.cz:
15038         * configure.in
15039         scintilla/include/Scintilla.h:
15040         
15041         Fix 64-Bit warnings in gcc 4
15043 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
15044         
15045         * plugins/patch/patch_plugin.c
15046         plugins/patch/patch.h
15047         plugin/patch/patch-plugin.glade
15048         plugin/patch/Makefile.am:
15049         
15050         Changed patch plugin to use libglade and new gtk 2.6 widgets
15052 2005-05-31  Naba Kumar  <naba@gnome.org>
15054         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15055         * plugins/editor/text_editor.c: Don't show error
15056         for empty files.
15057         
15058 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
15059         
15060         * plugins/message-view/anjuta-message-manager.ui,
15061         plugins/message-view/anjuta-msgman.c,
15062         plugins/message-view/anjuta-msgman.h,
15063         plugins/message-view/message-view.c,
15064         plugins/message-view/message-view.h,
15065         plugins/message-view/plugin.c:
15066         Add a popup menu in messages panes
15067         Move save message pane option in it
15069 2005-05-28  Naba Kumar  <naba@gnome.org>
15071         * data/properties/styles.properties: Fixed default font
15072         names and sizes.
15074         * plugins/editor/style-editor.c: cleanup.
15075         
15076 2005-05-25  Naba Kumar  <naba@gnome.org>
15078         * plugin/gdb/plugin.c: Start gdb even if the program does
15079         not exists. Fixes bug #305074
15080         
15081 2005-05-24  Naba Kumar  <naba@gnome.org>
15083         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
15084         * configure.in: graphviz pkgconfig path.
15086 2005-05-24  Naba Kumar  <naba@gnome.org>
15088         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
15089         * TODO.tasks: Updated.
15090         
15091 2005-05-22  Naba Kumar  <naba@gnome.org>
15093         * anjuta.spec.in: Fixed spec file
15094         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
15096 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
15097         
15098         * TODO.tasks: Updated.
15100         * plugins/message-view/anjuta-message-manager.ui,
15101         plugins/message-view/message-view.c,
15102         plugins/message-view/message-view.h,
15103         plugins/message-view/plugin.c:
15104         Add shortcut for next and previous message
15105         Add a save message menu item
15106         Fix a bug in previous message
15108 2005-05-21  Naba Kumar  <naba@gnome.org>
15110         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
15111         doc/Makefile.am, global-tags/create_global_tags.sh,
15112         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
15113         and rpm package creation. Fixed installation paths.
15114         
15115         * plugins/editor/anjuta-document-manager.glade,
15116         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
15117         and indent options.
15118         
15119         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
15121 2005-05-21  Naba Kumar  <naba@gnome.org>
15123         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
15124         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
15125         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
15126         tagmanager/Makefile.am: Fixed paths configure variables to take
15127         automake configure variables instead of hardcoding.
15129         * global-tags/tm_global_tags.c: Formated code.
15131         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
15132         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15133         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15134         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15135         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15136         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15137         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15138         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15139         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15141 2005-05-20  Naba Kumar  <naba@gnome.org>
15143         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
15144         and fixed rpm spec file (more testing required).
15145         
15146         * data/gdb.init: Don't set gdb prompt.
15147         
15148         * mime/Makefile.am: run update-mime-data only on system-wide install.
15149         
15150         * plugins/gdb/Makefile.am: Install plugin at correct paths.
15152 2005-05-19  Naba Kumar  <naba@gnome.org>
15154         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
15155         while it's not visible.
15157         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
15158         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
15159         
15160 2005-05-19  Naba Kumar <naba@gnome.org>
15162         * configure.in: Fixed subversion checks. Added
15163         --disable-plugin-subversion and --disable-plugin-glade
15164         configure flags to manually turn off their plugin builds.
15166         * plugins/editor/plugin.c: Save and restore current editor line
15167         positions in session.
15169 2005-05-18  Naba Kumar  <naba@gnome.org>
15171         * AUTHORS: Fixed email address.
15172         
15173         * libanjuta/anjuta-utils.c,
15174         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
15175         when the projectmanager toplevel is not a window. Check for valid
15176         gtkwindow type before using the passed window as parent for anjuta
15177         dialogs.
15179 2005-05-17  Naba Kumar  <naba@gnome.org>
15181         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
15182         
15183         * plugins/cvs-plugin/Makefile.am,
15184         plugins/devhelp/plugin.c,
15185         plugins/file-loader/Makefile.am,
15186         plugins/macro/Makefile.am,
15187         plugins/message-view/Makefile.am,
15188         plugins/patch/Makefile.am,
15189         plugins/project-manager/Makefile.am,
15190         plugins/subversion/Makefile.am,
15191         plugins/symbol-browser/Makefile.am: Removed -module flags
15192         from libtool flags
15194         * MAINTAINERS: Added file so that I could recieve bugzilla
15195         reports.
15197         * plugins/glade/plugin.c: Fixed compile error.
15199 === Anjuta 2.0.0 ===
15201 2005-05-15  Naba Kumar  <naba@gnome.org>
15203         * configure.in: Adjusted gdl version requirement. Bumped anjuta
15204         version to 2.0.0.
15206         * plugins/symbol-browser/an_symbol_view.c,
15207         plugins/symbol-browser/plugin.c,
15208         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
15209         symbols have been updated. Reset file symbols when update
15210         occurs. Fixed memory leaks.
15212         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15213         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
15214         
15215 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
15217         * plugins/tools/anjuta-tools.glade:
15218         Remove unused parameter dialog
15220         * plugins/tools/dialog.c,
15221         plugins/tools/fileop.c,
15222         plugins/tools/fileop.h,
15223         plugins/tools/tool.c,
15224         plugins/tools/tool.h,
15225         plugins/tools/variable.c:
15226         Add a few comments and cleanups
15228         * plugins/tools/editor.c,
15229         plugins/tools/editor.h:
15230         Remove code from previous plugin and add comments
15231         Use main window as parent (instead of tool list)
15233         * plugins/tools/execute.c,
15234         plugins/tools/execute.h:
15235         Remove code from previous plugin and add comments
15236         Fix warnings
15238 2005-05-14  Naba Kumar  <naba@gnome.org>
15240         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15241         release.
15242         
15243         * configure.in: Fixed
15244         
15245         * plugins/class-inheritance/class-inheritance.png: New icon.
15246         
15247         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15248         screws up when reparented.
15250 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15252         * plugins/editor/search-replace.c,
15253         plugins/editor/search-replace_backend.c
15254         plugins/project-manager/plugin.c : Clear find pane if searching same 
15255         expression. Clean code.
15257 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
15259         * configure.in: Added ne in ALL_LINGUAS
15260         
15261 2005-05-13  Naba Kumar  <naba@gnome.org>
15263         * configure.in: Fixed glade-3 version.
15264         
15265         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15266         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15267         plugins/gdb/watch.c: Update locals, watch and frame document on
15268         frame change.
15270 2005-05-12  Naba Kumar  <naba@gnome.org>
15272         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15273         scope autocompletion when the function definition is incomplete.
15274         
15275         * plugins/class-gen/anjuta-class-gen.plugin.in,
15276         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15277         plugins/gdb/plugin.c,
15278         plugins/glade/anjuta-glade.plugin.in,
15279         plugins/project-import/anjuta-project-import.plugin.in,
15280         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15281         titles for the wizards.
15283 2005-05-11  Naba Kumar  <naba@gnome.org>
15285         * configure.in, plugins/debug-manager/Makefile.am,
15286         plugins/debug-manager/plugin.c,
15287         (added) plugins/debug-manager/images/.cvsignore,
15288         (added) plugins/debug-manager/images/Makefile.am,
15289         (added) plugins/debug-manager/images/detach-16.png,
15290         (added) plugins/debug-manager/images/detach.png,
15291         (added) plugins/debug-manager/images/step-into-16.png,
15292         (added) plugins/debug-manager/images/step-into.png,
15293         (added) plugins/debug-manager/images/step-out-16.png,
15294         (added) plugins/debug-manager/images/step-out.png,
15295         (added) plugins/debug-manager/images/step-over-16.png,
15296         (added) plugins/debug-manager/images/step-over.png,
15297         plugins/gdb/Makefile.am,
15298         plugins/gdb/breakpoints.c,
15299         plugins/gdb/plugin.c,
15300         (added) plugins/gdb/images/.cvsignore,
15301         (added) plugins/gdb/images/Makefile.am,
15302         (added) plugins/gdb/images/breakpoint.png,
15303         (added) plugins/gdb/images/locals.png,
15304         (added) plugins/gdb/images/stack.png,
15305         (added) plugins/gdb/images/watch.png: Fixed breakpoints
15306         'remove all'. Added debugger icons.
15308         * plugins/editor/text_editor.c: Fixed file monitor.
15310         Patch from: Massimo Cora'  <maxcvs@email.it>
15311         * plugins/patch/anjuta-patch-plugin.png,
15312         plugins/class-gen/Makefile.am,
15313         plugins/class-gen/action-callbacks.c,
15314         plugins/class-gen/class_gen.c,
15315         plugins/class-gen/class_logo.xpm: Implemented vcs
15316         file addions. New icons by Fabio Zecchini
15318 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15320         * libanjuta/interfaces/libanjuta.idl
15321         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15322         plugins/editor/search-replace_backend.c
15323         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15325 2005-05-11  Naba Kumar  <naba@gnome.org>
15326         
15327         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15328         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15329         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15330         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15331         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15332         memory leaks.
15333         
15334         * plugins/symbol-browser/an_symbol_prefs.c,
15335         plugins/symbol-browser/an_symbol_search.c,
15336         plugins/symbol-browser/an_symbol_view.c,
15337         plugins/symbol-browser/an_symbol_view.h,
15338         plugins/symbol-browser/plugin.c: Fixed memory leaks.
15340 2005-05-11  Naba Kumar  <naba@gnome.org>
15342         * libanjuta/anjuta-shell.c: Fixed runtime warning.
15343         
15344         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15345         progress bar location at create time, instead of hardcoding.
15346         
15347         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15348         Added mini splash screen.
15349         
15350         * plugins/editor/text_editor.c: Do not produce warning when file
15351         monitor could not be created.
15352         
15353         * plugins/profile-default/plugin.c: Save project session on exit.
15354         Show mini splash with progress bar at profile load.
15356 2005-05-10  Naba Kumar  <naba@gnome.org>
15358         * configure.in, manuals/Makefile.am: Fixed compile flags.
15359         Disable outdated manuals builds.
15360         
15361         * global-tags/Makefile.am: Uninstall tags files on
15362         'make uninstall'
15363         
15364         * libegg/Makefile.am: Use configured deprecated flags.
15365         
15366         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15367         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15368         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15369         Updated.
15370         
15371         * mime/Makefile.am: Take DESTDIR into account.
15372         
15373         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15374         
15375         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15376         on scope autocompletion.
15377         
15378         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15379         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15380         shared libs and static libs paths for debugging. Order them
15381         correctly.
15382         
15383         * po/POTFILES.in: Updated.
15385 2005-05-09  Naba Kumar  <naba@gnome.org>
15387         * libanjuta/interfaces/libanjuta.idl,
15388         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15389         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15390         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15391         Implemented debugger source directory search and emits location changed
15392         signal with absolute path of the file.
15394         * plugins/tools/tool.c: Fixed compile errors.
15395         
15396 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15398         * plugins/tools/anjuta-tools.glade,
15399         plugins/tools/dialog.h,
15400         plugins/tools/dialog.c,
15401         plugins/tools/plugin.c,
15402         plugins/tools/editor.c:
15403         Improve graphical user interface
15404         Remove old code
15405         Correct an error on close
15406         Some cleanups
15408         * plugins/tools/fileop.c,
15409         plugins/tools/tool.h,
15410         plugins/tools/tool.c:
15411         Change the tool internal structure
15412         Support having tools configuration in several places
15414 2005-05-08  Naba Kumar  <naba@gnome.org>
15416         * plugins/gdb/actions.c,
15417         (removed) plugins/gdb/registers_cbs.c,
15418         (removed) plugins/gdb/registers_cbs.h,
15419         (removed) plugins/gdb/registers_gui.c,
15420         (removed) plugins/gdb/sharedlib_cbs.c,
15421         (removed) plugins/gdb/sharedlib_cbs.h,
15422         (removed) plugins/gdb/sharedlib_gui.c,
15423         (removed) plugins/gdb/signals_cbs.c,
15424         (removed) plugins/gdb/signals_cbs.h,
15425         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15427 2005-05-08  Naba Kumar  <naba@gnome.org>
15429         * plugins/build-basic-autotools/executer.c: Fixed programs
15430         listing dialog.
15431         
15432         * plugins/debug-manager/Makefile.am,
15433         plugins/debug-manager/anjuta-debug-manager.glade,
15434         plugins/debug-manager/plugin.c,
15435         plugins/gdb/Makefile.am: Used libglade for programs listing
15436         dialog.
15437         
15438         * (added) plugins/gdb/pointer.png: Stack pointer image.
15439         
15440         * libanjuta/anjuta-marshal.list,
15441         pixmaps/Makefile.am,
15442         plugins/gdb/actions.c,
15443         plugins/gdb/actions.h,
15444         plugins/gdb/anjuta-gdb-plugin.ui,
15445         plugins/gdb/anjuta-gdb.glade,
15446         plugins/gdb/breakpoints.c,
15447         plugins/gdb/breakpoints.h,
15448         plugins/gdb/debug_tree.c,
15449         plugins/gdb/debug_tree.h,
15450         plugins/gdb/debugger.c,
15451         plugins/gdb/debugger.h,
15452         plugins/gdb/gdbmi-test.c,
15453         plugins/gdb/gdbmi.c,
15454         plugins/gdb/gdbmi.h,
15455         plugins/gdb/info.c,
15456         plugins/gdb/info.h,
15457         plugins/gdb/locals.c,
15458         plugins/gdb/locals.h,
15459         plugins/gdb/memory.c,
15460         plugins/gdb/memory.h,
15461         plugins/gdb/plugin.c,
15462         plugins/gdb/plugin.h,
15463         plugins/gdb/registers.c,
15464         plugins/gdb/registers.h,
15465         plugins/gdb/registers_cbs.c,
15466         plugins/gdb/registers_cbs.h,
15467         plugins/gdb/registers_gui.c,
15468         plugins/gdb/sharedlib.c,
15469         plugins/gdb/sharedlib.h,
15470         plugins/gdb/sharedlib_cbs.c,
15471         plugins/gdb/sharedlib_cbs.h,
15472         plugins/gdb/sharedlib_gui.c,
15473         plugins/gdb/signals.c,
15474         plugins/gdb/signals.h,
15475         plugins/gdb/signals_cbs.c,
15476         plugins/gdb/signals_cbs.h,
15477         plugins/gdb/signals_gui.c,
15478         plugins/gdb/stack_trace.c,
15479         plugins/gdb/stack_trace.h,
15480         plugins/gdb/utilities.c,
15481         plugins/gdb/utilities.h,
15482         plugins/gdb/watch.c,
15483         plugins/gdb/watch.h,
15484         plugins/gdb/watch_cbs.c,
15485         plugins/gdb/watch_cbs.h,
15486         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15487         it for all debugger component updates and listing. Implemented
15488         user custom debugger command window. Fixed all debugger components
15489         to work correctly. Implemented debugger as GObject. Removed
15490         deprecated codes.
15491         
15492 2005-05-06  Naba Kumar  <naba@gnome.org>
15493         
15494         * TODO.tasks: Updated.
15495         
15496         * plugins/build-basic-autotools/Makefile.am,
15497         plugins/file-loader/Makefile.am,
15498         plugins/profile-default/Makefile.am,
15499         plugins/sample1/Makefile.am,
15500         plugins/symbol-browser/images/Makefile.am,
15501         src/Makefile.am: Fixed 'make distcheck' errors.
15503         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15504         updates.
15506         * tagmanager/tm_workspace.c: Include prototypes in getting
15507         scope members.
15509 2005-05-06  Naba Kumar  <naba@gnome.org>
15511         * TODO.tasks: Updated.
15512         
15513         * configure.in, plugins/cvs-plugin/Makefile.am,
15514         plugins/debug-manager/Makefile.am,
15515         plugins/devhelp/Makefile.am,
15516         plugins/editor/Makefile.am,
15517         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15518         
15519         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15520         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15521         interfaces.
15522         
15523         * tagmanager/tm_workspace.c,
15524         tagmanager/include/tm_workspace.h,
15525         plugins/editor/aneditor-autocomplete.cxx,
15526         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15527         to return all matching tag types when no name is given instead of
15528         returning empty array.
15529         
15530         * plugins/symbol-browser/Makefile.am,
15531         (added) plugins/symbol-browser/an_symbol.c,
15532         (added) plugins/symbol-browser/an_symbol.h,
15533         plugins/symbol-browser/an_symbol_info.c,
15534         plugins/symbol-browser/an_symbol_info.h,
15535         (added) plugins/symbol-browser/an_symbol_iter.c,
15536         (added) plugins/symbol-browser/an_symbol_iter.h,
15537         plugins/symbol-browser/an_symbol_search.c,
15538         plugins/symbol-browser/an_symbol_view.c,
15539         plugins/symbol-browser/an_symbol_view.h,
15540         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15541         plugins/symbol-browser/plugin.c,
15542         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15543         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15544         plugin and implemented IAnjutaIterable interface for symbol search
15545         and iteration.
15547         * plugins/class-inheritance/Makefile.am,
15548         plugins/class-inheritance/class-inherit.c,
15549         plugins/class-inheritance/class-inherit.h,
15550         plugins/class-inheritance/plugin.h: Use the newly added
15551         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15552         get rid of libanjuta-ctags.la dependencies.
15554 2005-05-02  Naba Kumar  <naba@gnome.org>
15556         * plugins/class-inheritance/class-inherit.c,
15557         plugins/class-inheritance/plugin.c,
15558         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15559         be found for a class. Formated code.
15561         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15562         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15563         of editor tabs.
15564         
15565 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15567         * libanjuta/anjuta-launcher.c:
15568         Keep trying sending data until all bytes have been written
15570         * plugins/tools/anjuta-tools.glade,
15571         plugins/tools/editor.c:
15572         Add a combo box to defined data from stdin
15574         * plugins/tools/execute.c:
15575         Send data in stdin if needed
15576         Code cleanups
15578         * plugins/tools/fileop.c,
15579         plugins/tools/tool.h,
15580         plugins/tools/tool.c:
15581         Store, load and save stdin data
15582         Use tools-2.xml instead of tools.xml
15584         * plugins/tools/plugin.c,
15585         plugins/tools/plugin.h:
15586         Code cleanups
15588         * plugins/tools/dialog.c,
15589         plugins/tools/dialog.h:
15590         Few code cleanups
15592         * plugins/tools/variable.c,
15593         plugins/tools/variable.h:
15594         Add editor related variables
15595         Code cleanups
15597 2005-04-29  Naba Kumar  <naba@gnome.org>
15599         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15601         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15602         
15603         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15604         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15605         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15606         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15607         working on gdb MI interface. Completed MI parser interface.
15609         Patch from  Massimo Cora <maxcvs@email.it>:
15610         * plugins/class-inheritance/Makefile.am,
15611         plugins/class-inheritance/class-inherit.c,
15612         plugins/class-inheritance/class-inherit.h,
15613         plugins/class-inheritance/plugin.c,
15614         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15615         Used system theme for colors. Display class members on mouse click.
15616         
15617 2005-04-28  Naba Kumar  <naba@gnome.org>
15619         * plugins/symbol-browser/an_symbol_prefs.c
15620         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15621         implementation to create/add/remove custom tags files in symbol
15622         brower preferences.
15624         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15625         EXTRA_DIST.
15627         * plugins/project-import/project-import.c: Fixed memory leaks and
15628         use correct debug prints.
15629         
15630         * TODO.tasks: Updated.
15631         
15632 2005-04-27  Naba Kumar  <naba@gnome.org>
15634         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15635         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15636         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15638         * plugins/editor/anjuta-docman.c,
15639         plugins/editor/anjuta-docman.h,
15640         plugins/editor/plugin.c: Emit editor-added signal from docman
15641         and connect signals to new editor correctly.
15643         * plugins/class-inheritance/plugin.c,
15644         plugins/symbol-browser/plugin.c: Added stock icons.
15645         
15646         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15647         plugins/build-basic-autotools/executer.c,
15648         plugins/build-basic-autotools/executer.h: Added missing files
15649         for the execute programs implementation.
15651 2005-04-26  Naba Kumar  <naba@gnome.org>
15652         
15653         * TODO.tasks: Updated.
15655         * plugins/file-loader/plugin.c,
15656         plugins/project-import/anjuta-project-import.plugin.in,
15657         plugins/project-import/plugin.c,
15658         plugins/project-import/project-import.c,
15659         plugins/project-import/project-import.h: Be able to import older
15660         anjuta projects.
15662 2005-04-26  Naba Kumar  <naba@gnome.org>
15664         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15665         removing it from the shell.
15667         * libanjuta/anjuta-shell.c,
15668         libanjuta/anjuta-shell.h,
15669         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15670         so that widget additions are freezed or thaw using a pending queue.
15671         Fixded UI flicker while loading projects.
15673 2005-04-26  Naba Kumar  <naba@gnome.org>
15675         * TODO.tasks: Updated.
15676         
15677         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15678         IAnjutaBuildable interface.
15679         
15680         * plugins/build-basic-autotools/Makefile.am,
15681         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15682         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15683         plugins/build-basic-autotools/build-basic-autotools.c,
15684         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15685         interface and UI for executing project/file programs. Implemented
15686         IAnjutaFile interface so that executables could be opened directly.
15687         
15688         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15689         Authors line (Reserved for external plugins, which do not have a way to
15690         show their credits).
15691         
15692         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15693         [File Loader] group for menu labels (default to "Name" if it is not
15694         defined.
15695         
15696         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15697         for executing external commands.
15699 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15701         * plugins/project-wizard/property.c:
15702         Correct a memory leak
15704         * libanjuta/interfaces/libanjuta.idl,
15705         plugins/editor/text_editor.c:
15706         Add erase_all and replace_selection function to IAnjutaEditor
15708         * plugins/tools/anjuta-tools.glade,
15709         plugins/tools/fileop.c,
15710         plugins/tools/editor.c,
15711         plugins/tools/tool.c
15712         plugins/tools/tool.h:
15713         Add shortcut and icon 
15715         * plugins/tools/variable.c,
15716         plugins/tools/variable.h:
15717         Add a variable asking parameters at run time
15719         * plugins/tools/execute.c:
15720         Add a warning message for missing document manager
15721         Add replace buffer and replace selection output
15722         Correct an error in popup output
15724         * plugins/tools/plugin.c,
15725         plugins/tools/plugin.h,
15726         plugins/tools/anjuta-tools.ui,
15727         src/anjuta.ui:
15728         Few clean up
15729         Attach tools menu to a new place
15731 2005-04-25  Naba Kumar  <naba@gnome.org>
15733         * libanjuta/plugins.c, src/about.c, src/about.h,
15734         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15735         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15736         plugins (about box for plugins) menu.
15738 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15740         *  plugins/editor/search-replace.c :
15741         Displayed full path in Search pane window. 
15742         Bug 300231 : Selected line in Search pane window .
15743                 
15744 2005-04-23  Naba Kumar  <naba@gnome.org>
15746         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15748 2005-04-22  Naba Kumar  <naba@gnome.org>
15750         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15751         
15752         * plugins/project-wizard/templates/java.wiz,
15753         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15754         to create bytecodes (.class) files.
15755         
15756         * plugins/symbol-browser/an_symbol_info.c,
15757         plugins/symbol-browser/an_symbol_info.h,
15758         plugins/symbol-browser/an_symbol_search.c,
15759         plugins/symbol-browser/an_symbol_view.c,
15760         plugins/symbol-browser/plugin.c,
15761         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15762         in file symbol list.
15764 2005-04-22  Naba Kumar  <naba@gnome.org>
15766         * TODO.tasks: Updated.
15767         
15768         * plugins/class-inheritance/Makefile.am,
15769         plugins/subversion/Makefile.am: Do not install plugin files when
15770         plugin build condition is false.
15771         
15772         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15773         plugins/build-basic-autotools/build-basic-autotools.c,
15774         plugins/build-basic-autotools/build-basic-autotools.h,
15775         plugins/file-loader/anjuta-loader-plugin.ui,
15776         plugins/file-loader/dnd.c,
15777         plugins/file-loader/plugin.c,
15778         plugins/file-loader/plugin.h,
15779         plugins/project-manager/anjuta-project-manager.ui,
15780         plugins/project-manager/plugin.c: Added open file and build context
15781         menu in project manager context menu.
15783 2005-04-22  Naba Kumar  <naba@gnome.org>
15785         * configure.in: Added message output showing conditional plugins to
15786         build or not.
15787         
15788         * src/layout.xml: Added layout for class-inheritance plugin widget.
15789         
15790         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15791         plugin name to remove redundant terms.
15792         
15793         * TODO.tasks: Updated.
15794         
15795         * configure.in,
15796         plugins/symbol-browser/Makefile.am,
15797         plugins/symbol-browser/an_symbol_view.c,
15798         (removed) plugins/symbol-browser/sv_class.xpm,
15799         (removed) plugins/symbol-browser/sv_function.xpm,
15800         (removed) plugins/symbol-browser/sv_macro.xpm,
15801         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15802         (removed) plugins/symbol-browser/sv_private_var.xpm,
15803         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15804         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15805         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15806         (removed) plugins/symbol-browser/sv_public_var.xpm,
15807         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15808         (removed) plugins/symbol-browser/sv_static_var.xpm,
15809         (removed) plugins/symbol-browser/sv_struct.xpm,
15810         (removed) plugins/symbol-browser/sv_unknown.xpm,
15811         (removed) plugins/symbol-browser/sv_variable.xpm,
15812         (added) plugins/symbol-browser/images/.cvsignore,
15813         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15814         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15815         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15816         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15817         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15818         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15819         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15820         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15821         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15822         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15823         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15824         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15825         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15826         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15827         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15828         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15829         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15830         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15831         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15832         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15833         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15834         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15835         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15836         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15837         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15838         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15839         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15840         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15841         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15842         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15843         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15844         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15845         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15846         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15847         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15848         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15849         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15850         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15851         pixmaps and added new icons (taken from monodevelop).
15853 2005-04-21  Naba Kumar  <naba@gnome.org>
15855         Patch from  Massimo Cora <maxcvs@email.it>:
15857         * configure.in, plugins/Makefile.am
15858         (new) plugins/class-inheritance/.cvsignore,
15859         (new) plugins/class-inheritance/Makefile.am,
15860         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15861         (new) plugins/class-inheritance/class-inherit.c,
15862         (new) plugins/class-inheritance/class-inherit.h,
15863         (new) plugins/class-inheritance/plugin.c,
15864         (new) plugins/class-inheritance/plugin.h,
15865         (new) plugins/class-inheritance/class-inheritance.png: Added class
15866         inheritance plugin.
15867         
15868         Changes by naba: Added pkgconfig check for graphviz and conditionally
15869         build graphviz.
15870         
15871         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15873 2005-04-20  Naba Kumar  <naba@gnome.org>
15875         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15876         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15877         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15878         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15879         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15880         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15881         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15882         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15883         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15884         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15885         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15886         
15887         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15888         message view management.
15890         * libanjuta/anjuta-children.[ch],
15891         plugins/build-basic-autotools/build-basic-autotools.c,
15892         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15893         Removed anjuta_children_init() function,
15894         because it is done automatically when first invoked. Introduced
15895         anjuta_children_recover() to recover the child signalling. Fixed
15896         child exit management to correctly recover the exit status.
15897         
15898         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15899         to properly shutdown the launcher and to kill the running process
15900         (without emitting any signal).
15901         
15902         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15903         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15904         gdb and program instance.
15906 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15908         * plugins/editor/search-replace.c :
15909         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15911 2005-04-18  Naba Kumar  <naba@gnome.org>
15913         * TODO.tasks: Marked completed items.
15914         
15915         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15916         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15917         plugins/project-manager/plugin.c: Prompt user for the debugging
15918         target (select from a list of project's executable targets) and
15919         correctly start debugger. Take care of libtool wrapping when the
15920         target selected is libtool target. Fixed debugger menu items
15921         sensitivity.
15923 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15925         * plugins/tools/execute.c,
15926         plugins/tools/execute.h:
15927         Implement save all files before running a command
15928         Implement all options for stdout and stderr except replace buffer
15929         Allow running several tools
15931         * plugins/tools/plugin.c:
15932         Move anjuta launcher in execute.c
15934         * plugins/tools/tools.h,
15935         plugins/tools/variable.c:
15936         Small changes
15938 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15940         * plugins/tools/anjuta-tools.glade:
15941         Add new properties in tool editor dialog
15942         Cosmetic improvements
15943         
15944         * plugins/tools/anjuta-tools.ui:
15945         Attach tool menu as a build menu
15947         * plugins/tools/dialog.c:
15948         Set tool menu item sensitivity in tool list
15949         Fix bugs
15951         * plugins/tools/editor.c,
15952         plugins/tools/editor.h,
15953         plugins/tools/fileop.c,
15954         plugins/tools/tool.c,
15955         plugins/tools/tool.h:
15956         Add new properties (active, save file...)
15957         Most of them are still not implemented
15959         * plugins/tools/execute.c,
15960         plugins/tools/execute.h:
15961         Reorganize code to support multiple run
15962         Support run in terminal
15963         
15964         * plugins/tools/plugin.c
15965         plugins/tools/plugin.h:
15966         Move message handling in execute.c
15968         * plugins/tools/variable.h,
15969         plugins/tools/variable.c:
15970         Add useful variables
15971         
15972 2005-04-13  Naba Kumar  <naba@gnome.org>
15974         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15975         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15976         
15977 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15979         * plugins/tools/dialog.c plugins/tools/tool.c :
15980         Fixed bugs.
15982 2005-04-06  Naba Kumar  <naba@gnome.org>
15984         * src/anjuta.c: Load default session only when
15985         "anjuta.session.load.last" preference is enabled.
15986         
15987 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15989         * plugins/tools/Makefile.am,
15990         plugins/tools/variable.c,
15991         plugins/tools/variable.h:
15992         Add new code for handling variables
15994         * plugins/tools/anjuta-tools.glade:
15995         Improve tool editor dialog
15996         Add variable selection dialog
15998         * plugins/tools/dialog.c,
15999         plugins/tools/dialog.h,
16000         plugins/tools/plugin.c,
16001         plugins/tools/plugin.h:
16002         Add variable object
16003         Add a function to get it
16005         * plugins/tools/editor.c:
16006         Add gui code for variable selection dialog
16008         * plugins/tools/execute.c:
16009         Use variables for executing command
16010         
16011         * Naba: Compile warning fixes.
16013 2005-04-06  Naba Kumar  <naba@gnome.org>
16015         * TODO.tasks: Marked completed items.
16016         
16017 2005-04-06  Naba Kumar  <naba@gnome.org>
16019         * plugins/subversion/svn-backend.c: Fixed subversion plugin
16020         compile error.
16021         
16022         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
16024 2005-04-04  Naba Kumar  <naba@gnome.org>
16026         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
16027         inside Main window.
16028         
16029 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
16031         * plugins/tools/Makefile.am,
16032         plugins/tools/anjuta-tools.plugin.in,
16033         plugins/tools/anjuta-tools.ui,
16034         plugins/tools/anjuta-tools.gladei,
16035         plugins/tools/anjuta-tools-plugin.png,
16036         plugins/tools/plugin.c,
16037         plugins/tools/plugin.h,
16038         plugins/tools/dialog.c,
16039         plugins/tools/dialog.h,
16040         plugins/tools/fileop.c,
16041         plugins/tools/fileop.h,
16042         plugins/tools/tool.c,
16043         plugins/tools/tool.h,
16044         plugins/tools/editor.c,
16045         plugins/tools/editor.h,
16046         plugins/tools/execute.c,
16047         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
16048         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
16049         Not fully working
16051         * anjuta-tools.[ch]: Removed old tools code.
16052         
16053 2005-04-01  Steve Murphy  <murf@e-tools.com>
16055         * configure.in: Added "rw" to ALL_LINGUAS.
16057 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16059         * Modified Files:
16060         manuals/C/anjuta-manual/fileoperations.xml
16061         Added Files:
16062         manuals/C/anjuta-manual/figures/search_expr.png
16063         manuals/C/anjuta-manual/figures/search_expr_basic.png
16064         manuals/C/anjuta-manual/figures/search_file_list.png
16065         manuals/C/anjuta-manual/figures/search_file_pattern.png
16066         manuals/C/anjuta-manual/figures/search_replace.png
16067         manuals/C/anjuta-manual/figures/search_setting.png
16068         manuals/C/anjuta-manual/figures/search_target.png
16069         manuals/C/anjuta-manual/figures/search_target_action.png
16070         manuals/C/anjuta-manual/figures/search_target_in.png
16071         Removed Files:
16072         manuals/C/anjuta-manual/figures/find_files.png
16073         manuals/C/anjuta-manual/figures/find_replace.png
16074         manuals/C/anjuta-manual/figures/find_text.png :
16075         Updated Anjuta manual (File Operations)
16077 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16079         * manuals/C/anjuta-manual/fileoperations.xml,
16080         manuals/C/anjuta-manual/figures/open_file.png,
16081         manuals/C/anjuta-manual/figures/open_file_multiple.png,
16082         manuals/C/anjuta-manual/figures/prefs_print.png,
16083         manuals/C/anjuta-manual/figures/print_dlg.png,
16084         manuals/C/anjuta-manual/figures/print_preview.png.
16085         * Added Files:
16086         manuals/C/anjuta-manual/figures/add_edit_macro.png,
16087         manuals/C/anjuta-manual/figures/display_macro.png,
16088         manuals/C/anjuta-manual/figures/insert_text.png,
16089         manuals/C/anjuta-manual/figures/keyword_macro.png,
16090         manuals/C/anjuta-manual/figures/new_file_wizard.png,
16091         manuals/C/anjuta-manual/figures/save_as_file.png :
16092         Updated Anjuta Manual (File Operations)
16094 2005-03-23  Adam Weinberger  <adamw@gnome.org>
16096         * plugins/editor/action-callbacks.c,
16097           plugins/file-loader/plugin.c,
16098           plugins/gtodo/main.c,
16099           plugins/project-wizard/druid.c:
16100           Fix spelling/grammar errors. Fixes bugs
16101           169068, 169137, 169138, and 169139.
16103 2005-03-21  Naba Kumar  <naba@gnome.org>
16105         Patch from: Massimo Cora' <maxcvs@email.it>:
16106         
16107         * plugins/editor/Makefile.am
16108         plugins/editor/anjuta-docman.c,
16109         (added) plugins/editor/editor-tooltips.c,
16110         (added) plugins/editor/editor-tooltips.h: Added tooltips to
16111         editor tabs to show full path.
16113 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
16114         
16115         * plugins/subversion/svn-backend.c:
16116         Removed "apr-0/" from include because this is 
16117         already included in SVN_INCLUDE and broke building if
16118         apr >= 1.0 was installed.
16120 2005-03-18  Naba Kumar  <naba@gnome.org>
16122         Patch from: Massimo Cora' <maxcvs@email.it>:
16124         * plugins/editor/action-callbacks.c,
16125         plugins/editor/aneditor-calltip.cxx,
16126         plugins/editor/aneditor-priv.h,
16127         plugins/editor/aneditor.cxx,
16128         plugins/editor/aneditor.h,
16129         plugins/editor/anjuta-document-manager.ui: Added calltip
16130         activation from menu.
16132 2005-03-16  Naba Kumar  <naba@gnome.org>
16134         Patch from: Massimo Cora' <maxcvs@email.it>:
16135         
16136         * plugins/class-gen/action-callbacks.c,
16137         plugins/class-gen/anjuta-class-gen-plugin.glade,
16138         plugins/class-gen/class_gen.c,
16139         plugins/class-gen/class_gen.h,
16140         plugins/class-gen/class_logo.xpm,
16141         plugins/class-gen/plugin.c: Create files without project
16142         being open. Add to project support. And other enhancements.
16144 2005-03-15  Adam Weinberger  <adamw@gnome.org>
16146         * anjuta.glade,
16147           plugins/debug-manager/utilities.c,
16148           plugins/file-loader/plugin.c,
16149           plugins/gdb/utilities.c,
16150           plugins/profile-default/plugin.c,
16151           plugins/project-import/project-import.c,
16152           src/anjuta-actions.h:
16153           Spelling/grammar fixes.
16155 2005-03-13  Naba Kumar  <naba@gnome.org>
16156         
16157         * plugins/editor/action-callbacks.c,
16158         plugins/editor/action-callbacks.h,
16159         plugins/editor/anjuta-document-manager.ui,
16160         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
16161         submenu. Moved menuitems from Format to View->Editor.
16162         
16163         * src/action-callbacks.c, src/action-callbacks.h,
16164         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
16165         layout and lock layout menus in View submenu. Get rid of
16166         Settings->Layout Manager menu.
16167         
16168         * plugins/project-import/anjuta-project-import.plugin.in:
16169         Fixed icon name
16171         * global-tags/Makefile.am,
16172         global-tags/create_global_tags.sh,
16173         plugins/editor/aneditor-autocomplete.cxx,
16174         plugins/editor/aneditor-priv.h,
16175         plugins/editor/aneditor.cxx,
16176         tagmanager/tm_workspace.c: Fixed scope members autocompletion
16177         in editor and made it work in global symbols also.
16178         
16179         * src/anjuta-app.c: Always use priority texts besides icons style
16180         for toolbars, because other styles look horible for Anjuta (fixme).
16182 2005-03-11  Naba Kumar  <naba@gnome.org>
16184         * configure.in: Removed test for iconv.
16186         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
16187         before scintilla widget is realized.
16188         
16189         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
16190         for Update menuitem.
16191         
16192         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
16193         already applied in scintilla main stream.
16194         
16195         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
16196         and notified scintilla developer.
16197         
16198 2005-03-10  Naba Kumar  <naba@gnome.org>
16200         * src/action-callbacks.c: Removed reference to src/help.h (dead
16201         file).
16203         * plugins/editor/text_editor.c: Removed reference to
16204         src/launcher.h (a dead file).
16206         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
16207         src/controls.c, src/controls.h, src/fileselection.c,
16208         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
16209         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
16210         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
16211         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
16212         src/session.h, src/support.c, src/support.h, src/toolbar.c,
16213         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
16214         Removed these dead files from CVS.
16217 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16219         * plugins/file-wizard/action-callbacks.c : Added error message.
16220         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16223 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
16224         
16225         * plugins/cvs-plugin/cvs-callbacks.c
16226         plugins/cvs-plugin/plugin.c:
16227         Fixed preferences page init and busy handling
16228         
16229         * plugins/subversion/plugin.c:
16230         Fixed preferences page init
16232 2005-03-09  Naba Kumar  <naba@gnome.org>
16234         * plugins/Makefile.am, plugins/glade/Makefile.am,
16235         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16236         enabled glade plugin in Anjuta. The plugin is built only when
16237         glade3 is installed.
16238         
16239 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16241         * plugins/project-wizard/templates/java.wiz
16242         plugins/project-wizard/templates/java-logo.png (*)
16243         plugins/project-wizard/templates/java/*
16244         plugins/project-wizard/templates/Makefile.am
16245         configure.in:
16246         
16247         Add Java project type. It generates a autoconf/automake
16248         project which is compiled using gcj. It requires automake 
16249         > 1.4 (1.9 is known to work) to work!
16250         
16251         (*) still awaiting response from the gcj team if we
16252         may use their logo.
16253         
16254 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16255         
16256         * plugins/project-import/*
16257         plugins/Makefile.am
16258         configure.in:
16259         Added project import plugin. Might be a bit buggy and limited
16260         but works for now.
16261         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16262         Icon from old pixmaps dir
16264 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16266         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16267         plugins/macro/macro-util.c, plugins/macro/macros.xml :
16268         Added C Custom_Indent line macro.
16269         Cleaned macros.xml
16271 2005-03-09  Naba Kumar  <naba@gnome.org>
16273         * TODO.tasks: Added new message-manager tasks.
16274         
16275         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16276         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16277         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16278         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16279         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16280         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16281         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16282         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16283         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16284         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16285         
16286         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16287         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16288         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16289         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16290         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16291         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16292         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16293         Removed debugger widgets from shell on debugger shutdown. Added
16294         scrolled windows for docked widgets. Removed unnecessary widget refs
16295         and unrefs. Destroy widgets correctly on debugger shutdown.
16296         
16297         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16298         with project description title. Removed frame shadow.
16299         
16300         * plugins/project-wizard/druid.c: Initializes tooltips.
16301         
16302         * scintilla/Makefile.am: Fixed comiple error.
16304 2005-03-08  Adam Weinberger  <adamw@gnome.org>
16306         * plugins/class-gen/anjuta-class-gen-plugin.glade,
16307           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16309 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16311         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16312         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16313         plugins/macro/macro-util.c, plugins/macro/macro-util.h
16314         plugins/macro/macros.xml, plugins/macro/plugin.c :
16315         Moved cursor at the '|' position defined in macros.
16317 2005-03-07  Naba Kumar  <naba@gnome.org>
16319         * plugins/subversion/Makefile.am: Fixed build error.
16321         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16322         types (perl, python, shellscript).
16323         
16324         * plugins/editor/plugin.c: Fixed to show all highlight options.
16325         
16326 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16328         * TODO.tasks : updated tasks.
16329         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16331 2005-03-07  Naba Kumar  <naba@gnome.org>
16333         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16334         or disable subversion file-manager submenu. If "Subvesion" is also
16335         valid directory, we should also check for it.
16337         * configure.in: Disable cygwin macro until someone fixes the
16338         autoconf warnings.
16339         
16340         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16341         backward compatibility.
16342         
16343 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16345         * src/about.c : Cleaned code.
16346         * plugins/macro/macros.xml : Added "do_while" C macro.
16347         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16348         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
16349         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16350         Closed registers, shared libraries, kernel signals dialogs with ESC key.
16351         
16352 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16354         * plugins/class-gen/plugin.c:
16355         Removed "return" to activate project_root_uri watching.
16357 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16359         * plugins/Makefile.am
16360         plugins/subversion/*:
16361         Added subversion plugin. Add, Remove, Commit and Update work
16362         everything else needs work.
16363         
16364         * plugins/terminal/terminal.c
16365         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16366         we still have focus problems with the editor.
16368 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16370         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16371         
16372 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16374         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16376 2005-03-04  Naba Kumar  <naba@gnome.org>
16378         Patch from Massimo Cora' <maxcvs@email.it>:
16380         * plugins/class-gen/Makefile.am,
16381         plugins/class-gen/action-callbacks.c,
16382         plugins/class-gen/action-callbacks.h,
16383         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16384         plugins/class-gen/anjuta-class-gen.plugin.in,
16385         plugins/class-gen/class_gen.c,
16386         plugins/class-gen/class_gen.h,
16387         (removed) plugins/class-gen/clsGen.c,
16388         (added) plugins/class-gen/goc_template_header,
16389         (added) plugins/class-gen/goc_template_source,
16390         plugins/class-gen/plugin.c,
16391         plugins/class-gen/plugin.h: Refactored class gen code.
16392         Added GOCBuilder code. Fixed UI. Implemented plugin.
16394 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16396         * plugins/project-wizard/property.c
16397         plugins/project-wizard/install.c
16398         plugins/project-wizard/druid.c
16399         plugins/editor/goto_line.c
16400         plugins/editor/plugin.c
16401         plugins/gtodo/add_edit_item.c
16402         plugins/gtodo/ligtodo.c
16403         plugins/gtodo/main.c
16404         plugins/gtodo/preferences.c:
16405         Fixed #167559, #167534, #167266, #167357
16406         (Bad English in strings...)
16407         
16408         Thanks to Adam Weinberger and Thierry Moisan for
16409         reporting!
16411 2005-03-03  Naba Kumar  <naba@gnome.org>
16413         * libegg/Makefile.am, libegg/menu/Makefile.am,
16414         (added) libegg/egg-submenu-action.c,
16415         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16416         submenu (used for wizard listing).
16417         
16418         * plugins/file-loader/anjuta-loader-plugin.ui
16419         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16420         and toolbar.
16421         
16422         * plugins/editor/action-callbacks.c,
16423         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16424         ctrl+tabbing because it was interfaring with focus navigation.
16425         Focus editor on "Esc" in incremental search entry. Cleanups.
16426         
16427         * plugins/file-manager/an_file_view.c,
16428         plugins/symbol-browser/plugin.c,
16429         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16430         Cleanups.
16431         
16432         * plugins/profile-default/plugin.c,
16433         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16434         for sesssion load.
16435         
16436         * (removed) scintilla/patches/a64-crash-fix.patch,
16437         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16438         scintilla patches.
16440 2005-03-03  Naba Kumar  <naba@gnome.org>
16442         * HACKING: Fixed typos.
16443         
16444         * plugins/editor/aneditor-indent.cxx: Clean up.
16445         
16446         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16447         Enable/disable save, undo and redo actions depending on state
16448         of the editor.
16449         
16450 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16452         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16453         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16454         Displayed search_incremental status.
16456         * Removed plugins/editor/search_incremental.[ch]
16458 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16459         
16460         * plugins/cvs-plugin/cvs-execute.c
16461         plugins/cvs-plugin/cvs-callbacks.c:
16462         - Use weak reference on mesg_view and reuse tab if
16463         it still exists to avoid cluttering message manager.
16464         - Fixed bug in cvs remove
16465         
16466         README, HACKING: Updated
16467         
16468         configure.in: Added check for libsvn
16470 2005-02-29  Naba Kumar  <naba@gnome.org>
16471         
16472         * plugins/file-manager/an_file_view.c,
16473         plugins/symbol-browser/an_symbol_view.c,
16474         plugins/symbol-browser/plugin.c: Hide column headers (they
16475         are redundant).
16477 2005-02-29  Naba Kumar  <naba@gnome.org>
16479         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16480         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16481         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16482         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16483         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16484         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16485         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16486         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16487         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16488         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16490         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16491         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16492         (added) libanjuta/anjuta-session.[hc],
16493         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16494         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16495         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16496         src/main.c:
16497         
16498         Implemented session management. Implemented session
16499         container class. Added session notifications from shell. Implemented
16500         session save/load in editor, file-loader, default-profile-plugin
16501         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16502         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16503         and maximized states in session. Implemented project session
16504         management.
16506 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16508         * plugins/class-gen/action-callbacks.[ch],
16509         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16510         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16511         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16512         with Escape key.
16514 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16515         
16516         * plugins/project-wizard/anjuta-project-wizard.glade,
16517         plugins/project-wizard/druid.c:
16518         Add some padding in tab label in project selection page
16519         
16520         * plugins/project-wizard/druid.c,
16521         plugins/project-wizard/parser.c:
16522         Search for project template recursively
16523         Add ~/.anjuta/project to the search paths
16525 2005-02-26  Naba Kumar  <naba@gnome.org>
16527         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16528         * plugins/file-loader/plugin.c: Fixed crash bug.
16529         * libanjuta/plugins.c: Fixed memory leak.
16530         
16531 2005-02-26  Naba Kumar  <naba@gnome.org>
16532         
16533         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16534         "UserActivatable" attribute for plugins. This attribute if set to
16535         "no" will prevent users from activating/deactivating it from
16536         plugins dialog. Added a toggle button in plugins dialog to toggle
16537         the plugins list between list of activatable plugins (default) to
16538         list of all plugins. anjuta_plugin_select() now only selects the
16539         plugin. Added anjuta_plugins_select_and_activate() method that will
16540         select and activate it.
16541         
16542         * plugins/profile-default/Makefile.am,
16543         plugins/profile-default/anjuta-default-profile.ui,
16544         plugins/profile-default/plugin.c,
16545         plugins/profile-default/plugin.h,
16546         plugins/project-manager/anjuta-project-manager.ui,
16547         plugins/project-manager/plugin.c,
16548         plugins/project-manager/plugin.h:
16549         
16550         Anjuta projects (*.anjuta) files define the profile of respective
16551         projects. Profile is a set of related plugins required for the
16552         project to open. Moved "close project" action from Project Manager
16553         to Profile Manager plugin. Implemented loading and unloading of
16554         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16555         (instead of Project Manager) now handles opening of *.anjuta files.
16556         Close Project menuitem is now moved to File submenu (being
16557         consistent with Anjuta 1.x versions and avoiding creating Project
16558         submenu when project manager is not loaded).
16559         
16560         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16561         
16562         * src/anjuta.ui: Fixed place holder for projects.
16563         
16564         * (new) plugins/profile-default/default.anjuta: default startup
16565         profile. Removed the hardcoded plugins loading in
16566         DefaultProfilePlugin.
16568         * anjuta.anjuta,
16569         plugins/project-wizard/templates/terminal/project.anjuta:
16570         Implemented project format in newly created projects.
16572         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16573         plugins/class-gen/anjuta-class-gen.plugin.in,
16574         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16575         plugins/editor/anjuta-document-manager.plugin.in,
16576         plugins/file-loader/anjuta-loader.plugin.in,
16577         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16578         plugins/gdb/anjuta-gdb.plugin.in,
16579         plugins/glade/anjuta-glade.plugin.in,
16580         plugins/message-view/anjuta-message-manager.plugin.in,
16581         plugins/profile-default/anjuta-default-profile.plugin.in,
16582         plugins/project-manager/anjuta-project-manager.plugin.in,
16583         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16584         Defined UserActivatable attributes. Added supported types attribute.
16586         * plugins/project-wizard/anjuta-project-wizard.glade
16587         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16588         "Project Wizard" in preferences title.
16590         * TODO.tasks: Updated.
16591         
16592         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16593         Updated.
16594         
16595 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16597         * plugins/file-wizard/anjuta-file-wizard.glade
16598         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16599         
16600         Integrated License macros, cleaned file.c.
16601         
16602 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16603         
16604         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16605         username can not be found correctly.
16607 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16609         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16610         plugins/macro/macros.xml :
16611         
16612         Added Headers macros. Cleaned file.c
16614 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16616         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16617         plugins/macro/macros.xml :
16618         
16619         Fixed a bug. Added Header macro.
16621         
16622 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16624         * plugins/file-wizard/action-callbacks.c, 
16625         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16626         plugins/macro/macros.xml :
16627         
16628         Added FileName, Header template macros.
16629         
16630 2005-02-24  Naba Kumar  <naba@gnome.org>
16631         
16632         * plugins/patch/patch-plugin.c: Fixed a function call.
16633         
16634         * src/anjuta.c, src/main.c: Save and load default session.
16635         
16636 2005-02-24  Naba Kumar  <naba@gnome.org>
16638         * libanjuta/interfaces/libanjuta.idl,
16639         plugins/message-view/anjuta-msgman.c,
16640         plugins/message-view/anjuta-msgman.h,
16641         plugins/message-view/plugin.c: Added and implemented
16642         set_view_title() method.
16643         
16644         * plugins/build-basic-autotools/build-basic-autotools.c,
16645         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16646         build context pooling. Maximum 3 contexts are reused. Additional
16647         contexts are created when all are busy.
16649 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16651         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16652         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16653         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16654         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16656         Added Copyright, Changelog macros.
16657                 
16658 2005-02-23  Naba Kumar  <naba@gnome.org>
16660         Patch from Massimo Cora' <maxcvs@email.it>:
16661         * plugins/Makefile.am,
16662         plugins/patch/Makefile.am,
16663         (added) plugins/patch/anjuta-patch-plugin.png,
16664         (added) plugins/patch/anjuta-patch.plugin.in,
16665         (added) plugins/patch/anjuta-patch.ui,
16666         plugins/patch/patch-plugin.c,
16667         (added) plugins/patch/patch-plugin.h,
16668         (added) plugins/patch/plugin.c,
16669         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16670         architecture.
16672 2005-02-23  Naba Kumar  <naba@gnome.org>
16674         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16675         file-loader/plugin.c, profile-default/plugin.c:
16676         Implemented "activated" and "deactivated" signals for plugin class.
16677         Renamed *_location() functions to *_id(), because location is
16678         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16679         anjuta_plugins_unload_plugin().
16680         
16681         * class-gen/plugin.c: Fixed complier warning and utility function call.
16682         
16683         * debug-manager/plugin.c: Unload debugger plugin correctly.
16684         
16685         * project-manager/plugin.c:     Fixed compiler warnings.
16686         
16687         * plugins/project-wizard/templates/gnome/.cvsignore,
16688         plugins/project-wizard/templates/gnome/po/.cvsignore,
16689         plugins/project-wizard/templates/gnome/src/.cvsignore,
16690         plugins/project-wizard/templates/gtk/po/.cvsignore,
16691         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16692         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16693         
16694         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16695         build (we need to fix this thing).
16696         
16697 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16699         * plugins/macro/macro-action.[ch]
16700         plugins/macro/macro-edit.c
16701         plugins/macro/macro-dialog.c
16702         plugins/macro/macro-db.[ch]
16703         plugins/macro/plugin.[ch]
16704         plugins/macro/macro-util.[ch] (added)
16705         
16706         Cleaned up macro plugin and preview expanded macros.
16708 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16710         * plugins/cvs-plugin/cvs-interface.c:
16712         Fixed option setting when using no compression and not 
16713         ignoring .cvsrc
16715 2005-02-23  Naba Kumar  <naba@gnome.org>
16716         
16717         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16718         geometry on exit and startup (only if there is no geometry from the
16719         session).
16721         * TODO.tasks: Updated.
16722         
16723         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16724         
16725         * manuals/reference/libanjuta/Makefile.am,
16726         manuals/reference/libanjuta/libanjuta-docs.sgml,
16727         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16728         documentation for writing project templates.
16730 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16732         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16733         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16734         
16735         Expansion keywords in macros. 
16737 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16739         * plugins/file-wizard/action-callbacks.c,
16740         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16741         plugins/macro/macros.xml :
16742         
16743         Inserting text by macro plugin
16744         In progress ...
16746 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16748         * plugins/macro/plugin.c
16749         plugins/cvs-plugin/plugin.c:
16750         
16751         Fixed interfaces (use static)
16753 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16754         
16755         * plugins/macro/macro-actions.[ch]
16756         plugins/macro/plugin.c
16757         libanjuta/interfaces/libanjuta.idl:
16758         
16759         Implemented IAnjutaMacro interface to be used by file-wizard
16760         
16761         * plugins/cvs-plugin/plugin.c
16762         libanjuta/interfaces/libanjuta.idl:
16763         
16764         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16765         for all version control systems and not only for cvs.
16767 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16769         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16770         insert_macro.
16771         
16772         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16775 2005-02-21  Naba Kumar  <naba@gnome.org>
16777         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16778         IAnjutaDebugger interface.
16779         
16780         * plugins/debug-manager/anjuta-debug-manager.ui,
16781         plugins/debug-manager/attach_process.c,
16782         plugins/debug-manager/attach_process.h,
16783         plugins/debug-manager/plugin.c,
16784         plugins/debug-manager/plugin.h,
16785         plugins/gdb/actions.c,
16786         plugins/gdb/actions.h,
16787         plugins/gdb/anjuta-gdb-plugin.ui,
16788         plugins/gdb/breakpoints.c,
16789         plugins/gdb/breakpoints.h,
16790         plugins/gdb/debugger.c,
16791         plugins/gdb/debugger.h,
16792         plugins/gdb/memory.c,
16793         plugins/gdb/plugin.c,
16794         plugins/gdb/plugin.h,
16795         plugins/gdb/sharedlib.h,
16796         plugins/gdb/sharedlib_cbs.c,
16797         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16798         correctly between debug-manager and debugger. Implemented debugger
16799         interface in gdb plugin. Fixed action names. Added UI updating.
16800         Start and stop debugger (does not work yet). Fixed UI merging.
16801         Fixed debugger plugin handling in debug-manager.
16803 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16805         * plugins/editor/aneditor-autocomplete.cxx:
16806         
16807         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16808         crash with C++ "template" keyword.
16810 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16812         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16813         Fixed bug (Closed macro dialogs with Esc key).
16814         
16815 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16816         
16817         * plugins/project-wizard/xlib.wiz,
16818         plugins/project-wizard/xlib-logo.png,
16819         plugins/project-wizard/xlib/*:
16820         Port old xlib anjuta project on new project wizard
16821         
16822         * plugins/project-wizard/xlib-dock.wiz,
16823         plugins/project-wizard/xlib-dock/*:
16824         Port old xlib dock anjuta project on new project wizard
16825         
16826         * plugins/project-wizard/wxwin.wiz,
16827         plugins/project-wizard/wxwin-logo.png,
16828         plugins/project-wizard/wxwin/*:
16829         Port old wxwin anjuta project on new project wizard
16830         
16831         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16832         necessary changes for the new templates.
16833         
16834 2005-02-18  Naba Kumar  <naba@gnome.org>
16836         * plugins/Makefile.am: Added class-gen
16837         
16838 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16840         * plugins/project-wizard/header.c:
16841         Fix a bug in sorting of project categories
16843 2005-02-18  Naba Kumar  <naba@gnome.org>
16845         Patch from Massimo Cora  <maxcvs@email.it>:
16846         
16847         * plugins/class-gen/.cvsignore,
16848         plugins/class-gen/Makefile.am,
16849         (added) plugins/class-gen/action-callbacks.c,
16850         (added) plugins/class-gen/action-callbacks.h,
16851         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16852         (added) plugins/class-gen/class_gen.c,
16853         (added) plugins/class-gen/class_gen.h,
16854         (added) plugins/class-gen/plugin.c,
16855         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16856         new architecture.
16857         
16858         * plugins/project-manager/plugin.c: implemented add_source().
16860 2005-02-17  Naba Kumar  <naba@gnome.org>
16862         * plugins/file-loader/plugin.c: Fixed possible crash.
16863         
16864         * src/action-callbacks.c, src/action-callbacks.h,
16865         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16867 2005-02-17  Naba Kumar  <naba@gnome.org>
16868         
16869         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16870         plugins/project-wizard/templates/gnome.wiz,
16871         plugins/project-wizard/templates/gtk.wiz,
16872         plugins/project-wizard/templates/gtkmm.wiz,
16873         plugins/project-wizard/templates/terminal.wiz,
16874         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16875         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16876         plugins/project-wizard/templates/gnome/src/callbacks.c,
16877         plugins/project-wizard/templates/gnome/src/callbacks.h,
16878         plugins/project-wizard/templates/gnome/src/main.c,
16879         plugins/project-wizard/templates/gtk/src/callbacks.c,
16880         plugins/project-wizard/templates/gtk/src/callbacks.h,
16881         plugins/project-wizard/templates/gtk/src/main.c,
16882         plugins/project-wizard/templates/gtkmm/src/main.cc,
16883         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16884         to generate licence correctly (without any extra newlines). Removed
16885         IncludeGNUHeader macro definition and added proper licence property.
16886         Fixed project directory paths in file contents.
16888 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16890         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16891         Closed macro dialogs with Esc key.
16893 2005-02-16  Naba Kumar  <naba@gnome.org>
16895         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16896         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16897         plugins/project-wizard/templates/gnome/src/callbacks.c,
16898         plugins/project-wizard/templates/gnome/src/callbacks.h,
16899         plugins/project-wizard/templates/gnome/src/main.c,
16900         plugins/project-wizard/templates/gtk/src/main.c,
16901         plugins/project-wizard/templates/gtkmm/src/main.cc,
16902         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16903         macros to avoid blank newlines.
16905 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16907         * plugins/project-wizard/autogen.c:
16908         Correct a problem when having property value in UTF-8
16910         * plugins/project-wizard/druid.c:
16911         Correct a bug when reselecting a new project (all pages
16912         must be removed)
16914         * plugins/project-wizard/property.c:
16915         Avoid having default invalid properties
16917         * plugins/project-wizard/templates/terminal.wiz,
16918         plugins/project-wizard/templates/terminal/po/ChangeLog,
16919         plugins/project-wizard/templates/terminal/src/main.c:
16920         Remove command for testing run function
16921         Move destination directory to second page and include
16922         project name. Add exist tag. Remove unused properties.
16924 2005-02-16  Naba Kumar  <naba@gnome.org>
16926         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16927         plugins/debug-manager/anjuta-debug-manager.ui,
16928         plugins/debug-manager/plugin.c,
16929         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16930         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16931         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16932         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16933         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16934         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16935         (removed) src/anjuta_info.c,
16936         (removed) src/anjuta_info.h,
16937         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16938         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16939         (added) plugins/gdb/actions.c,
16940         (added) plugins/gdb/actions.h: Completed initial
16941         porting of debugger to new architecture. Fixed many of the debugger
16942         functions.
16944         * plugins/file-loader/plugin.c: Detect some important mime ourself
16945         to avoid inconsistencies when mime system isn't working.
16946         
16947 2005-02-16  Naba Kumar  <naba@gnome.org>
16949         * plugins/editor/Makefile.am,
16950         (added) plugins/editor/aneditor-autocomplete.cxx,
16951         (added) plugins/editor/aneditor-calltip.cxx,
16952         (added) plugins/editor/aneditor-indent.cxx,
16953         (added) plugins/editor/aneditor-priv.h,
16954         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16955         different smaller chunks to make it easy to maintain.
16957 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16959         * plugins/project-wizard/druid.c :
16960         
16961         Found system Email address if not defined in Preferences.
16963 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16964         
16965         * plugins/project-wizard/gtkmm.wiz
16966         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16967         plugins/project-wizard/gtkmm/*
16968         
16969         Added GTKmm (C++) project type
16971 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16973         * plugins/message-view/plugin.c
16974         plugins/message-view/message-view.c
16975         TODO.gtodo:
16976         Implemented next/prev action
16978 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16980         * plugins/project-wizard/templates/libglade2.* :
16981         Removed libglade2 project.
16982         
16983         * plugins/project-wizard/templates/gtk* :
16984         Removed interface.[ch] & support.[ch].
16985         
16986 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16988         * plugins/project-wizard/anjuta-project-wizard.glade,
16989         plugins/project-wizard/property.[ch],
16990         plugins/project-wizard/templates/anjuta-plugin.wiz :
16991         Added a new property ("iconfile").
16993 2005-02-14  Naba Kumar  <naba@gnome.org>
16995         * plugins/project-wizard/install.c,
16996         plugins/project-wizard/plugin.c,
16997         plugins/project-wizard/templates/anjuta-plugin.wiz,
16998         plugins/project-wizard/templates/gnome.wiz,
16999         plugins/project-wizard/templates/gtk.wiz,
17000         plugins/project-wizard/templates/libglade2.wiz,
17001         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
17002         newly created projects and open them. Fixed message buffering in
17003         wizard.
17005 2005-02-14  Naba Kumar  <naba@gnome.org>
17007         * src/about.c, pixmaps/Makefile.am,
17008         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
17009         
17010         * mime/gnome-mime-application-x-anjuta.png,
17011         pixmaps/anjuta_icon.png,
17012         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
17013         done by 9-speed at:
17014         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
17015         
17016 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17018         * configure.in,
17019         plugins/project-wizard/templates/libglade2-logo.png,
17020         plugins/project-wizard/templates/libglade2.wiz,
17021         plugins/project-wizard/templates/libglade2/* :
17022         Add Glade2 project
17025 2005-02-14  Naba Kumar  <naba@gnome.org>
17027         * TODO.tasks: Updated.
17028         
17029         * plugins/editor/anjuta-docman.c,
17030         plugins/editor/text_editor.c,
17031         plugins/editor/text_editor.h,
17032         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
17033         for file modification, but it is still not functioning.
17035 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
17037         * plugins/project-wizard/values.c,
17038         plugins/project-wizard/values.h,
17039         plugins/project-wizard/property.c,
17040         plugins/project-wizard/property.h,
17041         plugins/project-wizard/druid.c:
17042         Rewrite mandatory property check
17043         Add check of exist property
17044         Rewrite handling of cached property page
17046 2005-02-13  Naba Kumar  <naba@gnome.org>
17048         Patch from Igor Kovalenko  <garrison@mail.ru>:
17049         * tagmanager/tm_workspace.c: Improved performance.
17051 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17053         *plugins/project-wizard/templates/*.wiz,
17054         plugins/project-wizard/druid.c,
17055         plugins/project-wizard/templates/terminal/src/main.c,
17056         plugins/project-wizard/templates/gtk/src/*.[ch],
17057         plugins/project-wizard/templates/gtk/src/Makefile.am,
17058         plugins/project-wizard/templates/gnome/src/*.[ch],
17059         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
17060         Add Copyright date & Email address,
17061         Correct terminal project.
17062         
17063 2005-02-12  Naba Kumar  <naba@gnome.org>
17065         * plugins/project-wizard/property.c: Fixed hidden
17066         properties to take values.
17068         * plugins/project-wizard/file.[ch]: Renamed
17069         true/false enum values to fix compile error
17070         (conflict with other definition).
17071         
17072         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
17073         even when mime type detection fails (for example, when Anjuta is
17074         installed in non-system prefix).
17076 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
17078         * plugins/project-wizard/values.c,
17079         plugins/project-wizard/values.h:
17080         Rewrite file with more comments
17082         * plugins/project-wizard/druid.c,
17083         plugins/project-wizard/druid.h,
17084         plugins/project-wizard/autogen.c,
17085         plugins/project-wizard/autogen.h,
17086         plugins/project-wizard/druid.c,
17087         plugins/project-wizard/druid.h:
17088         Add more comments
17089         Use values instead of properties
17090         Move default properties to druid.c
17092         * plugins/project-wizard/install.c,
17093         plugins/project-wizard/install.h:
17094         Use values instead of properties
17095         Add a check to avoid overwriting files
17097         * plugins/project-wizard/parser.c,
17098         plugins/project-wizard/property.c,
17099         plugins/project-wizard/property.h:
17100         Update to use new values
17101         Add an "exist" attribute to check if a directory already exist
17103         * plugins/project-wizard/anjuta-project-wizard.glade:
17104         Change project selection page (GtkTextView => GtkLabel,
17105         GtkTable => GtkVBox)
17107         * plugins/project-wizard/templates/terminal.wiz:
17108         Move destination directory on second page
17109         
17110         * plugins/project-wizard/action.c:
17111         Add a few comments
17113 2005-02-12  Naba Kumar  <naba@gnome.org>
17115         * plugins/file-manager/an_file_view.c,
17116         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
17117         views. Created dynamic update date of view depending on project
17118         changes -- similar to file-manager view.
17119         
17120         * plugins/devhelp/plugin.c: Load help on idle.
17121         
17122         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
17123         autoformat' to proper location in preferences.
17124         
17125         * mime/anjuta.mime: Added .prj extension in the mime type for backward
17126         compatibility.
17127         
17128         * plugins/editor/plugin.c: Fixed accel name.
17130 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17132         *plugins/project-wizard/templates/anjuta-plugin.wiz,
17133         plugins/project-wizard/templates/gnome.wiz,
17134         plugins/project-wizard/templates/gtk.wiz,
17135         plugins/project-wizard/anjuta-project-wizard.glade,
17136         plugins/project-wizard/autogen.c:
17137         Add Username & Email address in Project preferences.
17139 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17141         *plugins/project-wizard/templates/gnome-logo.png,
17142         plugins/project-wizard/templates/gnome.wiz,
17143         plugins/project-wizard/templates/gnome/* :
17144         Add Gnome project
17146 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17148         * plugins/project-wizard/templates/terminal/src/main.c, 
17149         plugins/project-wizard/templates/terminal/src/main.c,
17150         plugins/project-wizard/templates/terminal/src/main.[ch] :
17151         Insert License in projects
17152         
17153 2005-02-11  Naba Kumar  <naba@gnome.org>
17155         * TODO.tasks: Added message manager task.
17156         
17157         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
17158         
17159         * plugins/editor/plugin.c: Use bookmark stock icons.
17160         
17161         * plugins/message-view/anjuta-message-manager.ui,
17162         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
17164 2005-02-10  Naba Kumar  <naba@gnome.org>
17166         * libanjuta/interfaces/libanjuta.idl: fixed build error.
17167         
17168 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17170         * global-tags/Makefile.am
17171         Error during 'make install'
17173 2005-02-09  Naba Kumar  <naba@gnome.org>
17175         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
17176         missing file.
17177         
17178 2005-02-08  Naba Kumar  <naba@gnome.org>
17180         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
17181         
17182         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
17183         Show busy cursur when updating global tags in preferences.
17185         * configure.in: Fixed.
17186         
17187 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17189         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
17190           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
17191          
17192         - Fixed anjuta-plugin project (glade)
17194 2005-02-08  Naba Kumar  <naba@gnome.org>
17196         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
17197         Fixed automatic indentations.
17199         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
17200         Global tags are now segregated into smaller api tags, which can be
17201         selectively loaded from symbol browser preferences.
17203         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
17204         Implemented IProjectManager interface in project-manager. Mostly getter
17205         methods for now, but need to add add() and remove() methods to add
17206         or remove project elements.
17208         * plugins/gdb/debug_tree.c: Small fix.
17210         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
17211         plugins/symbol-browser/an_symbol_info.c,
17212         plugins/symbol-browser/an_symbol_info.h,
17213         plugins/symbol-browser/an_symbol_search.c,
17214         plugins/symbol-browser/an_symbol_search.h,
17215         plugins/symbol-browser/an_symbol_view.c,
17216         plugins/symbol-browser/an_symbol_view.h,
17217         plugins/symbol-browser/plugin.c,
17218         plugins/symbol-browser/plugin.h,
17219         tagmanager/c.c,
17220         tagmanager/entry.h,
17221         tagmanager/tm_project.c,
17222         tagmanager/tm_symbol.c,
17223         tagmanager/tm_tag.c,
17224         tagmanager/tm_workspace.c,
17225         tagmanager/vstring.c,
17226         tagmanager/include/tm_tag.h,
17227         tagmanager/include/tm_workspace.h:
17228         
17229         - Fixed tagmanager parsing of source files to parse for typedefines and
17230         properly record element scopes. Implemented scope autocompletion
17231         (autocompletion on '.', '->', '::' and ':'. The functionality is not
17232         fully working. It was based on older patch for Anjuta 1.2.2 in SF
17233         patch list (author is unknown).
17234         - Implemented symbol-browser preferences for dynamically loading and
17235         saving tags API segments.
17236         - Fixed symbol-search to use tagmanager directly instead of depending
17237         on symbol-view for tags list.
17238         - Fixed symbol-view to create the tree using TMSymbol tree directly.
17239         - Fixed TMSymbol to create the complete tags tree instead of letting the
17240         symbol-view created the root nodes.
17241         - Changed project tags cache name to .tm_project2.cache because the
17242         newer format records additional scope information.
17243         
17244 2005-02-07  Naba Kumar  <naba@gnome.org>
17246         * plugins/editor/style-editor.c,
17247         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17248         and GtkFontButton instead of deprecated widgets in
17249         style editor.
17250         
17251 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
17253         * plugins/project-wizard/action.c,
17254         plugins/project-wizard/action.h,
17255         plugins/project-wizard/autogen.c,
17256         plugins/project-wizard/autogen.h,
17257         plugins/project-wizard/file.c,
17258         plugins/project-wizard/file.h,
17259         plugins/project-wizard/install.c,
17260         plugins/project-wizard/install.h,
17261         plugins/project-wizard/parser.h,
17262         plugins/project-wizard/parser.c,
17263         plugins/project-wizard/property.c,
17264         plugins/project-wizard/property.h,
17265         plugins/project-wizard/plugin.h,
17266         plugins/project-wizard/plugin.c,
17267         plugins/project-wizard/values.c,
17268         plugins/project-wizard/values.h:
17269         Replace C++ comments by C comments
17271         * plugins/project-wizard/autogen.c,
17272         plugins/project-wizard/autogen.h:
17273         Add a run time check of autogen version.
17274         Add UserName variable.
17276         * plugins/project-wizard/anjuta-project-wizard.glade,
17277         plugins/project-wizard/header.c,
17278         plugins/project-wizard/druid.c,
17279         plugins/project-wizard/druid.h:
17280         Sort project in alphabetic order.
17281         Correct selection troubles in notebooks.
17283         * plugins/project-wizard/parser.c:
17284         Add some check when reading the project header block.
17286 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17288         * plugins/project-wizard/action.c,
17289         plugins/project-wizard/action.h,
17290         plugins/project-wizard/autogen.c,
17291         plugins/project-wizard/autogen.h,
17292         plugins/project-wizard/file.c,
17293         plugins/project-wizard/file.h,
17294         plugins/project-wizard/install.c,
17295         plugins/project-wizard/parser.h,
17296         plugins/project-wizard/parser.c,
17297         plugins/project-wizard/property.c,
17298         plugins/project-wizard/property.h,
17299         plugins/project-wizard/values.c,
17300         plugins/project-wizard/values.h,
17301         Add a space between function name and open.
17303         * plugins/project-wizard/plugin.h,
17304         plugins/project-wizard/plugin.c,
17305         plugins/project-wizard/install.c,
17306         Avoid a crash if the user close the message view used by the .
17308         * plugins/project-wizard/anjuta-project-wizard,
17309         plugins/project-wizard/druid.c,
17310         plugins/project-wizard/druid.h,
17311         plugins/project-wizard/header.h,
17312         plugins/project-wizard/header.c,
17313         Add a text view with the description of each.
17314         Add a tab for each project.
17315         Replace some C++ comments to C comments.
17317 2005-02-05  Naba Kumar  <naba@gnome.org>
17319         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17320         New icon from Sebastien Granjoux .
17321         
17322 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17324         * libanjuta/anjuta-preferences.c:
17325         Set file property even without a focus out event (file selected 
17326         the browse dialog)
17328 2005-02-04  Naba Kumar  <naba@gnome.org>
17330         * plugins/glade/plugin.c: Fixed glade function calls.
17331         * configure.in: Fixed a typo.
17332         * TODO.tasks: Updated.
17334 2005-02-03  Naba Kumar  <naba@gnome.org>
17336         * plugins/project-manager/plugin.c: Fixed memory corruption.
17338         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17339         build error.
17340         
17341         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17342         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17343         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17344         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17346         * libanjuta/interfaces/libanjuta.idl,
17347         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17348         interface.
17349         
17350         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17352         Patch from Massimo Cora <maxcvs@email.it>:
17353         * plugins/editor/plugin.c: Fixed update UI for created buffers.
17354         
17355 2005-02-01  Naba Kumar  <naba@gnome.org>
17357         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17358         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17359         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17360         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17361         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17362         from sourceforge -- a64 crash fixes (correct typing for GType)
17363         and fixes compile errors in sun.
17365         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17366         paste (shift+insert) in terminal.
17368 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
17370         * configure.in: Add «nb» to ALL_LINGUAS.
17372 2005-02-01  Naba Kumar  <naba@gnome.org>
17374         * TODO.tasks, TODO: Updated todo tasks.
17375         
17376         * plugins/editor/anjuta-document-manager.glade: Improved search
17377         relace dialog.
17378         
17379         * TODO.tasks: Fixed xml format.
17380         
17381         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17382         work yet).
17383         
17384         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17385         cleanups.
17386         
17387         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17388         format during save (removed unwanted text nodes). Fixed scrollbars.
17390 2005-01-31  Naba Kumar  <naba@gnome.org>
17392         * libanjuta/interfaces/libanjuta.idl,
17393         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17394         Implemented append() method for IAnjutaEditor interface and fixed
17395         various bugs with text insertions (cvs diff and macro insertions).
17396         
17397         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17398         automatic indentation.
17399         
17400         * plugins/editor/action-callbacks.c,
17401         plugins/editor/action-callbacks.h,
17402         plugins/editor/anjuta-docman.c,
17403         plugins/editor/anjuta-document-manager.ui,
17404         plugins/editor/plugin.c,
17405         plugins/editor/text_editor.c,
17406         plugins/editor/text_editor.h,
17407         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17408         Fixed highlight issues.
17410         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17411         macro.
17412         
17413         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17415         * data/properties/*: Updated properties files from scite. Created
17416         styles.properties to override the scite styles.
17417         
17418         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17420         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17421         
17422 2005-01-30  Naba Kumar  <naba@gnome.org>
17424         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17425         unused definitions.
17426         
17427         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17428         
17429         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17430         plugins/editor/text_editor.c,
17431         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17432         fixed linuwidth preference setting, fixed insert text interface
17433         implementation. Improved automatice-indentation for cpp lexer.
17434         
17435         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17437 2005-01-29  Naba Kumar  <naba@gnome.org>
17439         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17440         option in update dialog as default. Improved import dialog. Sized
17441         log dialog.
17443         * configure.in: Fixed underquoted warning from autoconf.
17444         
17445         * plugins/editor/action-callbacks.c,
17446         plugins/editor/aneditor.cxx,
17447         plugins/editor/aneditor.h,
17448         plugins/editor/anjuta-document-manager.glade,
17449         plugins/editor/plugin.c,
17450         plugins/editor/plugin.h,
17451         plugins/editor/text_editor.c,
17452         plugins/editor/text_editor.h,
17453         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17454         for Editor and fixed all preferences syncronization and notifys for
17455         visible prefs (in editor preferences page).
17456         
17457         * plugins/file-loader/plugin.c: Load recent files on idle.
17459 2005-01-28  Naba Kumar  <naba@gnome.org>
17461         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17462         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17464         * plugins/editor/action-callbacks.c,
17465         plugins/editor/action-callbacks.h,
17466         plugins/editor/aneditor.cxx,
17467         plugins/editor/aneditor.h,
17468         plugins/editor/anjuta-document-manager.ui,
17469         plugins/editor/plugin.c,
17470         plugins/editor/text_editor.c,
17471         plugins/editor/text_editor.h,
17472         plugins/editor/text_editor_cbs.c,
17473         plugins/editor/text_editor_cbs.h,
17474         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17475         Text editor.
17477         Patch from Massimo Cora <maxcvs@email.it>:
17478         * plugins/editor/an_symbol_search.c,
17479         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17480         
17481 2005-01-27  Naba Kumar  <naba@gnome.org>
17482         
17483         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17484         minimum size request to 200.
17486         * plugins/symbol-browser/an_symbol_info.c,
17487         plugins/symbol-browser/an_symbol_info.h,
17488         plugins/symbol-browser/an_symbol_search.c,
17489         plugins/symbol-browser/an_symbol_search.h,
17490         plugins/symbol-browser/an_symbol_view.c,
17491         plugins/symbol-browser/an_symbol_view.h,
17492         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17493         pixbuf retrieval. Fixed runtime warning. Code clean up.
17495 2005-01-27  Naba Kumar  <naba@gnome.org>
17497         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17498         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17499         (new) plugins/glade/Makefile.am,
17500         (new) plugins/glade/anjuta-glade-plugin.png,
17501         (new) plugins/glade/anjuta-glade.plugin.in,
17502         (new) plugins/glade/anjuta-glade.ui,
17503         (new) plugins/glade/plugin.c,
17504         (new) plugins/glade/plugin.h,
17505         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17506         now until glade3 works properly.
17508         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17509         they are generated.
17510         
17511 2005-01-26  Naba Kumar  <naba@gnome.org>
17513         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17514         Added mime icon for anjuta projects.
17515         
17516         patch from Massimo Cora <maxcvs@email.it>:
17517         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17518         an_symbol_search.h, an_symbol_view.c, plugin.c:
17519         Fix/implement objects destroying/freeing.
17521 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17522         
17523         * src/action-callback.[ch], src/anjuta-actions.h:
17524         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17525         because it has not been updated for years and we know have a devhelp plugin
17526         which can do the job much better.
17527         * TODO.tasks: Updated done items
17529 2005-01-25  Naba Kumar  <naba@gnome.org>
17531         * autogen.sh: Fixed to generate interface files.
17533         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17534         session save filenames.
17535         
17536         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17537         
17538 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17540         * plugins/project-wizard/Makefile.am,
17541         plugins/project-wizard/install.c,
17542         plugins/project-wizard/install.h,
17543         plugins/project-wizard/parser.c,
17544         plugins/project-wizard/parser.h,
17545         plugins/project-wizard/templates/terminal.wiz:
17546         Add action list block in wizard template
17547         * plugins/project-wizard/file.c,
17548         plugins/project-wizard/autogen.c:
17549         Small fixes
17551 2005-01-23  Naba Kumar  <naba@gnome.org>
17553         * configure.in: Fixed build error.
17555 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17557         * plugins/project-wizard/druid.c,
17558         plugins/project-wizard/parser.c,
17559         plugins/project-wizard/property.c: Rewrite parser with
17560         better error handling
17562 2005-01-22  Naba Kumar  <naba@gnome.org>
17564         * plugins/symbol-browser/plugin.c: Changed c++ coments
17565         to c commnets and formated code to anjuta coding styles.
17566         
17567 2005-01-21  Naba Kumar  <naba@gnome.org>
17569         * configure.in, autogen.sh: Fixed build errors in newer automake.
17570         
17571         * plugins/editor/anjuta-docman.c: Do not emit change editor
17572         signal while in dispose.
17574         Patch from: Massimo Corà <maxcvs@email.it>
17575         * plugins/symbol-browser/Makefile.am,
17576         plugins/symbol-browser/an_symbol_view.c,
17577         plugins/symbol-browser/an_symbol_view.h,
17578         plugins/symbol-browser/plugin.c,
17579         plugins/symbol-browser/plugin.h,
17580         plugins/symbol-browser/test-symbol-browser.c,
17581         (new) plugins/symbol-browser/an_symbol_info.c,
17582         (new) plugins/symbol-browser/an_symbol_info.h,
17583         (new) plugins/symbol-browser/an_symbol_search.c,
17584         (new) plugins/symbol-browser/an_symbol_search.h:
17585         Added a cool real-time symbol-search-view in symbol browser.
17587 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17588         
17589         * plugin/macro/plugin.c
17590         plugin/macro/anjuta-macro-plugin.ui
17591         plugin/macro/macro-db.[ch]
17592         plugin/macro/macro-dialog.[ch]
17593         plugin/macro/macro-actions.[ch]
17594         plugin/macro/macro-edit.[ch]
17595         plugin/macro/plugin.[ch]:
17596         
17597         Implemented three menu items as Naba proposed:
17598         Edit->Macro->
17599                 Insert Macro: Pops of a border-less window to enter a shortcut
17600                 Add Macro: Same as Manage Macro => New
17601                 Manage Macros: Full-features macro dialog
17603 2005-01-20  Naba Kumar  <naba@gnome.org>
17605         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17606         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17607         libanjuta/anjuta-shell.h,
17608         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17609         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17610         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17611         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17612         src/main.c, src/shell.c: Implemented command line args processing
17613         and session management. Fixed geometry restoration.
17615 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17616         
17617         * plugins/macro/macro-db.c,
17618         plugins/macros.xml:
17619         Cleaned up XML interface and use attributes now for name, category and 
17620         shortcut. CDATA is used to avoid xml errors inside of macros.
17622 2005-01-19  Naba Kumar  <naba@gnome.org>
17624         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17626 2005-01-18  Naba Kumar  <naba@gnome.org>
17627         
17628         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17629         to work.
17631         * scintilla/*: Updated scintilla to current cvs and updated
17632         scintilla patches.
17633         
17634 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17635         
17636         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17637         plugins/cvs-plugin/cvs-actions.c:
17638         Added "Whole project" infrastructure but it does not
17639         work because I did not find a way to get the current project's
17640         root dir.
17642 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17644         * plugins/cvs-plugin/Makefile.am
17645         plugins/cvs-plugin/anjuta-cvs.plugin.in
17646         plugins/cvs-plugin/cvs-actions.c
17647         plugins/cvs-plugin/cvs-callbacks.c
17648         plugins/cvs-plugin/cvs-interface.[ch] (added)
17649         plugins/cvs-plugin/plugin.c:
17650         
17651         Added IAnjutaCVS interface and improved cvs plugin. There
17652         is still some work to do on cvs import and to add a current
17653         project toggle.
17655 2005-01-17  Naba Kumar  <naba@gnome.org>
17657         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17658         
17659         * configure.in: Fixed build errors.
17661         * data/Makefile.am,     (removed) data/README.stock_libs,
17662         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17663         (removed) data/header.c, (removed) data/stock_libs.anj,
17664         (removed) data/x-anjuta-project.desktop,
17665         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17667         * libanjuta/anjuta-plugin-description.c,
17668         libanjuta/anjuta-shell.c: Updated documentations.
17670         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17671         
17672         * libanjuta/anjuta-launcher.c,
17673         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17674         x86_64 systems.
17676 2005-01-17  Naba Kumar  <naba@gnome.org>
17677         
17678         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17679         plugins/project-wizard/templates/gtk.wiz,
17680         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17681         Updated templates to new format.
17682         
17683         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17684         * plugins/project-wizard/druid.c,
17685         plugins/project-wizard/parser.c,
17686         plugins/project-wizard/property.c,
17687         plugins/project-wizard/property.h,
17688         plugins/project-wizard/templates/terminal.wiz,
17689         plugins/project-wizard/templates/terminal/AUTHORS,
17690         plugins/project-wizard/templates/terminal/ChangeLog,
17691         plugins/project-wizard/templates/terminal/NEWS,
17692         plugins/project-wizard/templates/terminal/README,
17693         plugins/project-wizard/templates/terminal/project.anjuta,
17694         plugins/project-wizard/templates/terminal/src/main.c:
17695         Moveed code related to property types from druid.c and parser.c to 
17696         property.c. Changed tag from "<string ..." to
17697         "<property type="string..."     and so on. Rewrite parser
17698         (warning still in progress). Added list property. Changed
17699         terminal project to avoid using autogen on some file (much 
17700         faster) using the autogen attribute. Add a license list box in
17701         terminal project (just as an example). _label in item list is
17702         optional now.
17704 2005-01-16  Naba Kumar  <naba@gnome.org>
17706         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17707         plugins/edtior/anjuta-docman.c: Fixed build errors.
17708         
17709         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17710         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17711         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17712         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17713         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17714         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17715         libanjuta/resources.h,
17716         plugins/build-basic-autotools/build-basic-autotools.c,
17717         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17718         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17719         plugins/gtodo/plugin.c, src/Makefile.am,
17720         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17721         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17722         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17723         should be handled in respective plugins. Added API documentations.
17725         * libanjuta-docs.sgml, libanjuta-sections.txt,
17726         libanjuta.types,
17727         (added) tmpl/anjuta-debug.sgml,
17728         (added) tmpl/anjuta-launcher.sgml,
17729         tmpl/anjuta-plugin.sgml,
17730         tmpl/anjuta-preferences.sgml,
17731         tmpl/anjuta-shell.sgml,
17732         (added) tmpl/anjuta-status.sgml,
17733         (removed) tmpl/anjuta-stock.sgml,
17734         tmpl/anjuta-utils.sgml,
17735         (removed) tmpl/defaults.sgml,
17736         (removed) tmpl/fileselection.sgml,
17737         (removed) tmpl/gnomefilelist.sgml,
17738         tmpl/ianjuta-buildable.sgml,
17739         (added) tmpl/ianjuta-debugger-manager.sgml,
17740         (added) tmpl/ianjuta-debugger.sgml,
17741         tmpl/ianjuta-document-manager.sgml,
17742         tmpl/ianjuta-editor.sgml,
17743         tmpl/ianjuta-file.sgml,
17744         tmpl/ianjuta-loader.sgml,
17745         tmpl/ianjuta-markable.sgml,
17746         tmpl/ianjuta-message-view.sgml,
17747         (added) tmpl/ianjuta-project-manager.sgml,
17748         (added) tmpl/ianjuta-todo.sgml,
17749         (added) tmpl/ianjuta-wizard.sgml,
17750         tmpl/libanjuta-iface-marshallers.sgml,
17751         tmpl/libanjuta-unused.sgml,
17752         (removed) tmpl/pixmaps.sgml,
17753         tmpl/plugins.sgml,
17754         (removed) tmpl/properties.sgml,
17755         tmpl/resources.sgml: Updated API documentations.
17757 2005-01-15  Naba Kumar  <naba@gnome.org>
17759         * libanjuta/anjuta-launcher.c: Added API docs.
17760         
17761         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17762         plugins/project-wizard/templates/gtk.wiz,
17763         plugins/project-wizard/templates/terminal.wiz,
17764         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17765         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17766         plugins/project-wizard/templates/gtk/src/main.c,
17767         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17768         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17769         template files.
17771         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17772         * plugins/project-wizard/anjuta-project-wizard.glade,
17773         plugins/project-wizard/autogen.c,
17774         plugins/project-wizard/druid.c,
17775         plugins/project-wizard/druid.h,
17776         plugins/project-wizard/file.c,
17777         plugins/project-wizard/file.h,
17778         plugins/project-wizard/install.c,
17779         plugins/project-wizard/parser.c,
17780         plugins/project-wizard/plugin.c,
17781         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17782         setting the default project directory. Fix HIDDEN property, it's
17783         working but I think we could make this cleaner. Removed the
17784         copy of the string in mandatory_property. Add an optional autogen
17785         attribute, to force or avoid using autogen on some files, default
17786         without any attribute is autodetect.+ Replace the script tag with
17787         a normal file tag and an attribute execute.
17788         
17789 2005-01-14  Naba Kumar  <naba@gnome.org>
17791         * plugins/editor/action-callbacks.c,
17792         plugins/editor/search_incremental.c,
17793         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17794         works now.
17795         
17796         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17797         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17798         tabs.
17800 2005-01-12  Naba Kumar  <naba@gnome.org>
17802         * configure.in,
17803         plugins/project-wizard/templates/Makefile.am,
17804         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17805         plugins/project-wizard/templates/anjuta-plugin.wiz,
17806         (added) plugins/project-wizard/templates/gtk-logo.png,
17807         (added) plugins/project-wizard/templates/gtk.wiz,
17808         (added) plugins/project-wizard/templates/terminal-logo.png,
17809         plugins/project-wizard/templates/terminal.wiz,
17810         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17811         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17812         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17813         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17814         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17815         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17816         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17817         (added) plugins/project-wizard/templates/gtk/src/main.c,
17818         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17819         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17820         GTK+ project templated and fixed other templates. Updated template
17821         logos.
17823 2005-01-12  Naba Kumar  <naba@gnome.org>
17825         * plugins/macro/anjuta-macro.glade: Improved GUI.
17826         
17827 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17829         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17830         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17831         * plugins/cvs-plugin/cvs.[ch] (removed)
17832         Removed old unused files
17833         
17834         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17835         * plugins/cvs-plugin/cvs-actions.c
17836         * plugins/cvs-plugin/Makefile.am:
17837         Seperate callback functions for better error
17838         handling. Cleaned up code.
17839         
17840         * plugins/macro/macros.xml: removed corrupt cvs
17841         macros for now.
17843 2005-01-10  Naba Kumar  <naba@gnome.org>
17845         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17846         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17847         and leaks.
17849 2005-01-09  Naba Kumar  <naba@gnome.org>
17851         * libegg/egg-recent-action.c, libegg/test-actions.c,
17852         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17853         recent files models.
17854         
17855         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17856         two models -- one for projects and other for regular files and show
17857         both in recent files menu. Changed recent files group from "anjuta"
17858         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17859         when adding the URI in recent files.
17860         
17861         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17862         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17863         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17864         * plugins/macro/macros.xml: Fixed xml errors.
17866 2005-01-08  Naba Kumar  <naba@gnome.org>
17867         
17868         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17869         libegg/test-actions.c, libegg/menu/Makefile.am,
17870         libegg/menu/egg-recent-action.h: Added a new action for
17871         recent files.
17873         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17874         Fixed dispose. Cleanup.
17875         
17876         * plugins/file-loader/anjuta-loader-plugin.ui,
17877         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17878         Use the new action for recent files. Added recent files in
17879         toolbar.
17881         * plugins/project-wizard/druid.c: Show busy cursor and
17882         de-sensitize druid buttons during page change.
17883         
17884         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17885         * plugins/project-wizard/Makefile.am,
17886         plugins/project-wizard/druid.c,
17887         plugins/project-wizard/druid.h,
17888         plugins/project-wizard/install.c,
17889         plugins/project-wizard/plugin.c,
17890         plugins/project-wizard/plugin.h,
17891         plugins/project-wizard/property.c,
17892         plugins/project-wizard/property.h,
17893         (added) plugins/project-wizard/values.c,
17894         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17895         objects (in values.c and values.h) containing the values of all
17896         properties. The NPWProperty objects now keep their values in this
17897         object which is persistant for one activation of the plugin, so the
17898         user keeps all the values even if he goes backward. Used an anjuta
17899         message view to list all files copied by the project wizard.
17901 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17903         * plugins/macro/plugin.[ch],
17904         plugins/macro/macro-dialog.[ch]
17905         plugins/macro/macro-edit.[ch]
17906         plugins/macro/macro-db.[ch]
17907         plugins/macro/macro-actions.[ch]
17908         plugins/macro/anjuta-macro.plugin.in
17909         plugins/macro/anjuta-macro.glade
17910         plugins/macro/anjuta-macro.png
17911         plugins/macro/Makefile.am
17912         plugins/macro/macros.xml
17913         plugins/macro/anjuta-macro.ui (all added)
17914         configure.in
17915         plugins/Makefile.am:
17916         Added new macro plugins
17917         
17918         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17919         New icon
17920         
17921         * manuals/reference/template (removed)
17922         Removed old api reference
17923         
17924         * plugins/message-view/message-view.c:
17925         "Fixed" crash in on_row_deleted and added a
17926         comment that I cannot work this way. We will
17927         have to change everything a bit to avoid losing
17928         memory there.
17929         
17930         * plugins/text-editor/text_editor.c:
17931         Update line number width on file save
17934 2005-01-07  Naba Kumar  <naba@gnome.org>
17936         * plugins/project-wizard/anjuta-project-wizard.glade,
17937         plugins/project-wizard/druid.c,
17938         plugins/project-wizard/templates/anjuta-plugin.wiz,
17939         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17940         Display page description in bold. Fixed mandatory field check.
17942         * configure.in,
17943         libanjuta/libanjuta-1.0.pc.in,
17944         plugins/project-wizard/druid.c,
17945         plugins/project-wizard/parser.c,
17946         plugins/project-wizard/property.h,
17947         plugins/project-wizard/templates/anjuta-plugin.wiz,
17948         plugins/project-wizard/templates/terminal.wiz,
17949         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17950         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17951         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17952         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17953         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17954         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17955         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17956         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17957         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17958         plugins/project-wizard/templates/terminal/configure.in.tpl,
17959         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17960         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17961         a new property type -- hidden. Fixed terminal and anjuta-plugin
17962         project templates.
17964 2005-01-07  Naba Kumar  <naba@gnome.org>
17966         * templates/anjuta-plugin.wiz,
17967         templates/terminal.wiz,
17968         templates/terminal/Makefile.am.tpl,
17969         templates/terminal/autogen.sh,
17970         (Removed) templates/terminal/configure.ac.tpl,
17971         (Added) templates/.cvsignore,
17972         (Added) templates/Makefile.am,
17973         (Added) templates/anjuta-plugin/.cvsignore,
17974         (Added) templates/anjuta-plugin/Makefile.am,
17975         (Added) templates/anjuta-plugin/src/.cvsignore,
17976         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17977         (Added) templates/terminal/.cvsignore,
17978         (Added) templates/terminal/Makefile.am,
17979         (Added) templates/terminal/configure.in.tpl,
17980         (Added) templates/terminal/po/.cvsignore,
17981         (Added) templates/terminal/po/ChangeLog,
17982         (Added) templates/terminal/po/Makefile.am,
17983         (Added) templates/terminal/po/POTFILES.in,
17984         (Added) templates/terminal/src/.cvsignore,
17985         (Added) templates/terminal/src/Makefile.am,
17986         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17987         project wizard. Fixed configure/po/Makefile template errors.
17989 2005-01-06  Naba Kumar  <naba@gnome.org>
17991         * configure.in: Added project templates.
17992         * plugins/project-wizard/templates/*: Added to project and renamed
17993         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17994         for the project templates (so that they do not conflict with autotools
17995         build. Created proper configure.ac.tpl and autogen.sh for project
17996         templates.
17997         
17998 2005-01-06  Naba Kumar  <naba@gnome.org>
18000         * plugins/project-wizard/anjuta-project-wizard.glade,
18001         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
18002         Fixed file list parsing and to take absolute file paths (for example,
18003         from an icon selected previously). Used toggle buttons for boolean
18004         properties. Check if all mandatory fields are given before going
18005         forward in the wizard. Use scrollable viewport for listing property
18006         widgets incase the list goes out of wizard's size. Added tooltips
18007         as descriptions of the property widgets. And other fixes.
18009         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
18010         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
18011         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
18012         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
18013         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
18014         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
18015         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
18016         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18017         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
18018         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18019         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18020         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
18021         Restructured template files.
18023 2005-01-06  Naba Kumar  <naba@gnome.org>
18025         * configure.in: Added check for autogen.
18026         
18027         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
18028         in dispose.
18029         
18030         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
18031         Do not emit changed signal when in dispose.
18033         * plugins/symbol-browser/plugin.c: Don't updated symbols when
18034         symbol-view widget has been destroyed.
18035         
18036         * src/anjuta-app.c: Set null to preference, status and ui object
18037         pointers when they are destroyed.
18039         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
18040         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
18041         Added boolean, integer and file property types.
18042         
18043         * plugins/project-wizard/Makefile.am,
18044         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
18045         project wizard templates.
18047 2005-01-04  Naba Kumar  <naba@gnome.org>
18049         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
18050         added widgets.
18051         
18052         * plugins/editor/aneditor.cxx,
18053         plugins/editor/anjuta-docman.c,
18054         plugins/editor/plugin.c,
18055         plugins/editor/text_editor.c:
18056         Removed unnecessary ref/unref of scintilla.
18057         
18058         * plugins/message-view/anjuta-msgman.c,
18059         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
18060         make close button similar to document manager.
18061         
18062         * plugins/project-manager/plugin.c,
18063         plugins/project-manager/plugin.h: Removed dead codes. Removed
18064         unnecessary ref/unref.
18065         
18066         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
18067         instead of hard refs.
18069 2005-01-03  Naba Kumar  <naba@gnome.org>
18071         * libanjuta/interfaces/libanjuta.idl: Added configure() and
18072         generate() methods for IAnjutaBuildable interface.
18074         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
18075         IAnjutaBuildable inteface.
18077         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
18078         to destroy build context when message view is destroyed.
18079         
18080         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
18081         a ref to it and unref in destructor. AnEditor class wants to be the
18082         owner of scintilla widget. Fixed compile warnings with signed/unsigned
18083         comparisions.
18084         
18085         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
18086         complicate the scene. Removed editor widget from AnjutaDocman when
18087         the widget is destroyed.
18088         
18089         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
18090         from shell. It will be removed from shell when the widget is destroyed.
18091         
18092         * plugins/editor/text_editor.c: Added debug codes to track object
18093         finalizations.
18095         * plugins/message-view/anjuta-msgman.c: Remove message view on
18096         widget destroy. Destroy message view on remove. Removed all views
18097         correctly.
18098         
18099         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
18100         from container.
18102 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18104         * plugins/file-wizard/action-callbacks.c,
18105         plugins/file-wizard/anjuta-file-wizard.glade,
18106         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
18107         Insert Licence, copyright, header template ...
18108         
18109 2005-01-02  Naba Kumar  <naba@gnome.org>
18111         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
18112         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
18113         anjuta_status_add_widget() to allow setting busy cursor on non
18114         toplevel windows.
18116         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
18118         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
18119         mime types to take text/source also.
18120         
18121         * plugins/editor/anjuta-docman.c,
18122         plugins/editor/anjuta-docman.h,
18123         plugins/editor/plugin.c,
18124         plugins/editor/text_editor.c,
18125         plugins/editor/text_editor.h,
18126         plugins/editor/text_editor_cbs.c: Listen for busy signal from
18127         AnjutaStatus and set busy cursor on editors.
18129         * plugins/file-loader/Makefile.am,
18130         plugins/file-loader/plugin.c,
18131         (added) plugins/file-loader/dnd.c,
18132         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
18134         * src/anjuta.c: Hide anjuta window before destruction.
18136         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
18137         * configure.in, plugins/Makefile.am,
18138         (removed) plugins/project-wizard/appwiz_page1.c,
18139         (removed) plugins/project-wizard/appwiz_page2.c,
18140         (removed) plugins/project-wizard/appwiz_page3.c,
18141         (removed) plugins/project-wizard/appwiz_page4.c,
18142         (removed) plugins/project-wizard/appwizard.c,
18143         (removed) plugins/project-wizard/appwizard.h,
18144         (removed) plugins/project-wizard/appwizard_cbs.c,
18145         (removed) plugins/project-wizard/appwizard_cbs.h,
18146         (removed) plugins/project-wizard/appwizard_gui.c,
18147         (removed) plugins/project-wizard/gnome_project.c,
18148         (removed) plugins/project-wizard/gnome_project.h,
18149         (removed) plugins/project-wizard/wizard_gui.c,
18150         (removed) plugins/project-wizard/wizard_gui.h,
18151         (added) plugins/project-wizard/.cvsignore,
18152         (added) plugins/project-wizard/Makefile.am,
18153         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
18154         (added) plugins/project-wizard/anjuta-project-wizard.glade,
18155         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
18156         (added) plugins/project-wizard/applogo.png,
18157         (added) plugins/project-wizard/appwizard.png,
18158         (added) plugins/project-wizard/autogen.c,
18159         (added) plugins/project-wizard/autogen.h,
18160         (added) plugins/project-wizard/druid.c,
18161         (added) plugins/project-wizard/druid.h,
18162         (added) plugins/project-wizard/file.c,
18163         (added) plugins/project-wizard/file.h,
18164         (added) plugins/project-wizard/header.c,
18165         (added) plugins/project-wizard/header.h,
18166         (added) plugins/project-wizard/install.c,
18167         (added) plugins/project-wizard/install.h,
18168         (added) plugins/project-wizard/parser.c,
18169         (added) plugins/project-wizard/parser.h,
18170         (added) plugins/project-wizard/plugin.c,
18171         (added) plugins/project-wizard/plugin.h,
18172         (added) plugins/project-wizard/property.c,
18173         (added) plugins/project-wizard/property.h: Removed old application-wizard
18174         codes and added new template based (autogen based) project wizard
18175         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
18177 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
18179         * plugins/cvs-plugin/plugin.c: Fixed crash bug
18180         * plugins/cvs-plugin/cvs-execute.c:
18181         Fix cvs_log which did not work because of some
18182         glade problem
18183         Patch from Mark R. Pariente <markpariente@cmu.edu>
18184         - Fix message highlighting
18186 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18187         
18188         * template/*,
18189         date/template/*,
18190         configure.in:
18191         Removed template stuff completly because we dicussed to implement
18192         a macro system for Edit->Insert Text
18194 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18195         
18196         * plugins/editor/aneditor.cxx,
18197         plugins/editor/text_editor.c:
18198         Set line number width dynamically
18199         * src/about.c:
18200         Prepered new GTK 2.6 about dialog
18202 2004-12-30  Naba Kumar  <naba@gnome.org>
18204         patch from: Massimo Corà  <maxcvs@email.it>
18205         * plugins/editor/aneditor.cxx: Highlights correct function
18206         argument in recursive calltips.
18208 2004-12-30  Naba Kumar  <naba@gnome.org>
18210         * plugins/symbol-browser/plugin.c,
18211         libanjuta/interfaces/libanjuta.idl,
18212         plugins/editor/text_editor.c: Fixed editor markers and added a new
18213         marker (BASIC) to indicate line numbers. Fixed symbol browser to
18214         mark the line visited.
18215         
18216         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18217         libegg/Makefile.am, libegg/eggcomboselect.c,
18218         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18219         widget for use with symbol view in toolbar.
18220         
18221         * plugins/cvs-plugin/anjuta-cvs.ui,
18222         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18223         placeholder for cvs plugin context menu in filemanager.
18224         
18225 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18226         
18227         * plugins/cvs-plugin/plugin.c:
18228         Show popup menu only if the file is contained in
18229         a directory containing a "CVS" directory
18231 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18232         
18233         * plugins/cvs-plugin/cvs-action.[ch],
18234         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18235         * plugins/cvs-plugin/anjuta-cvs.ui,
18236         * plugins/cvs-plugin/plugin.c:
18237         Implemented "Import"
18238         
18239         Patch from Mark R. Pariente <markpariente@cmu.edu>:
18240         Added right-click-menu for file-manager
18242 2004-12-26  Naba Kumar  <naba@gnome.org>
18244         * src/action-callbacks.c, src/action-callbacks.h,
18245         src/anjuta-actions.h, src/anjuta-app.c,
18246         src/anjuta.ui: Added fullscreen action.
18248         * plugins/cvs-plugin/cvs-actions.c,
18249         plugins/cvs-plugin/plugin.c,
18250         plugins/cvs-plugin/plugin.h: Watches current editor,
18251         project and file manager selection in plugin
18252         implementation.
18253         
18254 2004-12-26  Naba Kumar  <naba@gnome.org>
18256         * src/anjuta-app.c, src/anjuta.c, src/main.c,
18257         src/action-callbacks.c: Fixed app finalization. Added a
18258         command line arg --proper-shutdown (-p), which when set
18259         will release all plugins and their resources (this option
18260         is mainly for debugging).
18261         
18262         * plugins/file-loader/plugin.c: Fixed filename duplications
18263         in recent files history.
18264         
18265         * plugins/profile-default/plugin.c: Disabled problematic
18266         plugins for now to load at startup.
18267         
18268         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
18269         annoying debug prints.
18270         
18271 2004-12-23  Naba Kumar  <naba@gnome.org>
18273         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
18274         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18275         plugins/cvs-plugin/anjuta-cvs.ui,
18276         plugins/cvs-plugin/cvs-actions.c,
18277         plugins/cvs-plugin/cvs-actions.h,
18278         plugins/cvs-plugin/cvs-execute.c,
18279         plugins/cvs-plugin/cvs-execute.h,
18280         plugins/cvs-plugin/Makefile.am,
18281         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18282         Added cvs log command.
18284 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
18285         
18286         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
18287         default
18289 2004-12-20  Naba Kumar  <naba@gnome.org>
18291         patch from: Massimo Corà  <maxcvs@email.it>
18292         * plugins/editor/aneditor.cxx: Added recursive calltips.
18294 2004-12-20  Naba Kumar  <naba@gnome.org>
18295         
18296         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18297         Show busy cursor during loading and unloading.
18298         
18299 2004-12-19  Naba Kumar  <naba@gnome.org>
18301         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18302         memory leaks. Disabled debug print.
18304         * plugins/symbol-browser/an_symbol_view.c,
18305         plugins/symbol-browser/plugin.c,
18306         plugins/symbol-browser/plugin.h: Fixed loading and unloading
18307         problems. Creates SymbolView object every time when the
18308         plugin is activated.
18310         * plugins/project-manager/plugin.c: Close project when
18311         deactivating.
18312         
18313 2004-12-18  Naba Kumar  <naba@gnome.org>
18315         * po/POTFILES.in: Removed commented lines.
18316         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18317         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18318         * plugins/gdb/plugin.c: Fixed compile error.
18319         
18320         Patch from: Mark R. Pariente  <mark@demar.com.tr>
18321         * libegg/eggcellrendererkeys.c: Fixed compile error.
18322         
18323 2004-12-18  Naba Kumar  <naba@gnome.org>
18325         * plugins/file-loader/plugin.c: Fixed loading bug.
18326         
18327         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18328         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18329         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18330         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18331         and corruptions. Fixed loading and unloading of plugins.
18332         
18333 2004-12-17  Naba Kumar  <naba@gnome.org>
18334         
18335         * plugins/file-loader/Makefile.am,
18336         plugins/file-loader/plugin.c,
18337         plugins/project-manager/plugin.c: Fixed memory corruption
18338         and disposition codes. Added missing plugin.h in Makefile.am.
18340 2004-12-16  Naba Kumar  <naba@gnome.org>
18342         * plugins/symbol-browser/an_symbol_view.c,
18343         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18344         codes. Fixed memory leaks and corruptions.
18346         * plugins/build-basic-autotools/build-basic-autotools.c
18347         plugins/editor/anjuta-docman.c,
18348         plugins/editor/text_editor.c,
18349         plugins/file-loader/plugin.c,
18350         plugins/file-manager/plugin.c,
18351         plugins/file-wizard/plugin.c,
18352         plugins/message-view/anjuta-msgman.c,
18353         plugins/message-view/anjuta-msgman.h,
18354         plugins/message-view/message-view.c,
18355         plugins/message-view/plugin.c,
18356         plugins/message-view/plugin.h,
18357         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18359         * src/about.c, src/about.h, src/action-callbacks.c,
18360         src/action-callbacks.h, src/anjuta-actions.h,
18361         src/anjuta-app.c, src/anjuta-app.h,
18362         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18363         src/anjuta.c, src/anjuta.h, src/getline.c, 
18364         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
18365         src/start-with.c, src/start-with.h: Fixed emacs modes.
18367         * src/layout.xml: Brought document manager in front.
18368         
18369 2004-12-15  Naba Kumar  <naba@gnome.org>
18371         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18372         properly removed.
18373         
18374         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18375         finalization. Added a method to unload all plugins and destroy them.
18376         Fixed memory leaks.
18377         
18378         * plugins/sample1/plugin.c: Proper finalization code and renamed
18379         functions to proper names.
18380         
18381         * plugins/build-basic-autotools/build-basic-autotools.c,
18382         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
18384         * src/shell.c: Unload all plugins on exit, so that memory profilers
18385         can detect memory leaks in plugins.
18387 2004-12-13  Naba Kumar  <naba@gnome.org>
18389         * plugins/devhelp/plugin.c: Delay widget initialization, now that
18390         docking is working.
18391         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18392         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18394 2004-12-11  Naba Kumar  <naba@gnome.org>
18396         * data/properties/anjuta.properties: Fixed font size.
18397         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18398         compile file function. There are some fixmes there.
18399         * plugins/message-view/anjuta-msgman.c,
18400         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18401         
18402 2004-12-08  Naba Kumar  <naba@gnome.org>
18404         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18405         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18406         to escape quotes in a string.
18407         
18408         * plugins/cvs-plugin/cvs-actions.c,
18409         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18410         cvs diff command.
18412         * plugins/build-basic-autotools/build-basic-autotools.c,
18413         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18414         filters.
18415         
18416 2004-12-07  Naba Kumar  <naba@gnome.org>
18418         * plugins/build-basic-autotools/build-basic-autotools.c,
18419         plugins/build-basic-autotools/automake-c.filters: Completed directory
18420         tracking. Double click on Errors and warnings now work as expected.
18422         * plugins/build-basic-autotools.c: Added codes to track build directory
18423         so that absolute path of the files could be determined.
18425 2004-12-06  Naba Kumar  <naba@gnome.org>
18427         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18428         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18429         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18430         
18431 2004-12-05  Naba Kumar  <naba@gnome.org>
18433         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18434         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18435         
18436         * plugins/cvs-plugin/plugin.c,
18437         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18438         
18439 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18440         
18441         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18442         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18443         plugins/cvs-plugin/cvs-execute.[ch]:
18444         Implemented cvs status and cvs diff
18445         Known bugs:
18446         - rdiff command is not correct
18447         - Must find a way to allow selection of directies AND files 
18448         in GtkFileChooser
18450 2004-12-03  Naba Kumar  <naba@gnome.org>
18452         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18453         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18454         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18455         session.properties file if it is for the first time.
18456         
18457 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18458         
18459         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18460         commit.
18461         
18462         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18463         plugins/cvs-plugin/anjuta-cvs.ui:
18464         Implemented update/commit and changed menu layout 
18466 2004-12-02  Naba Kumar  <naba@gnome.org>
18468         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18469         property name (for cvs path property). Beautified dialogs.
18471 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18472         
18473         * plugins/message-view/anjuta-msgman.c: Changed callback name
18474         and changed switch-page handling.
18475         
18476         * plugins/cvs-plugin/cvs-actions.c:
18477         * plugins/cvs-plugin/cvs-execute.c:
18478         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18479         - Implemented cvs add and cvs removed - both working now
18480         - Created a useful preferences page
18481         
18483 2004-11-30  Naba Kumar  <naba@gnome.org>
18485         * libanjuta/anjuta-status.c: Fixed runtime warning.
18486         
18487         * plugins/editor/Makefile.am:
18488         plugins/editor/anjuta-document-manager.glade,
18489         plugins/editor/plugin.c
18490         plugins/editor/plugin.h
18491         plugins/editor/style-editor.c (new, moved from src/),
18492         plugins/editor/style-editor.h (new, moved from src/),
18493         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18494         settings in preferences.
18496         * plugins/editor/text_editor.c,
18497         plugins/editor/text_editor.h: Do not take unused args in
18498         text_editor_get_props().
18500         * src/style-editor.c, src/style-editor.h: Removed, moved to
18501         plugins/editor/ directory.
18503 2004-11-29  Naba Kumar  <naba@gnome.org>
18505         * plugins/editor/text_editor_cbs.c: Emit click signal in
18506         IAnjutaMarkable.
18507         * libanjuta/anjuta-status.c: More spacing between items.
18508         
18509 2004-11-29  Naba Kumar  <naba@gnome.org>
18511         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18512         
18513         * libanjuta/interfaces/libanjuta.idl,
18514         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18515         plugins/debug-manager/plugin.c,
18516         plugins/gdb/breakpoints.c,
18517         plugins/gdb/breakpoints.h,
18518         plugins/gdb/debugger.c,
18519         plugins/gdb/debugger.h,
18520         plugins/gdb/plugin.c,
18521         plugins/gdb/plugin.h,
18522         plugins/gdb/utilities.c,
18523         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18524         toggle breakpoint margin clicks.
18526 2004-11-28  Naba Kumar  <naba@gnome.org>
18528         * TODO.tasks: Fixed indentations.
18529         * plugins/gtodo/libgtodo.c: Save with indentation.
18530         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18531         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18532         * libanjuta/anjuta-status.c: Fixed busy cursors.
18533         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18534         * po/POTFILES.in: Updated.
18535         
18536 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18537         
18538         * plugins/editor/anjuta-document-manager.glade,
18539           plugins/editor/search-replace.[c,h], 
18540           plugins/editor/search-replace_backend.h
18541           plugins/editor/search-preferences.[c,h] :
18542           Saved Search-Preferences (gconf),
18543           Basic search by default.
18545 2004-11-22  Naba Kumar  <naba@gnome.org>
18547         * configure.in: Fixed build error.
18549 2004-11-21  Naba Kumar  <naba@gnome.org>
18551         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18552         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18553         Added AnjutaStatus class to libanjuta.
18554         Added anjuta_shell_get_status() method.
18555         
18556         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18557         and fixed marshaller generation.
18558         
18559         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18560         "updade_ui" signals to IAnjutaEditor interface.
18561         
18562         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18563         
18564         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18565         regexes.
18566         
18567         * plugins/class-gen/clsGen.c: Intial port.
18568         
18569         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18570         name.
18571         
18572         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18573         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18574         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18575         Implemented status update. Emits "update_ui" and "char_added" signals.
18576         Added view preferences.
18577         
18578         * plugins/file-loader/plugin.c: Added open with plugins in open with
18579         menus.
18580         
18581         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18582         
18583         * plugins/message-view/anjuta-msgman.c,
18584         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18585         to close correct message view rather than current view.
18587 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18588         
18589         * plugins/cvs-plugin/cvs-actions.c
18590         plugins/cvs-plugin/plugin.[ch]
18591         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18592         Implemented cvs add but ran into a launcher/message_view
18593         problem because of a limitation of the idl compiler
18595 2004-11-19  Naba Kumar  <naba@gnome.org>
18597         * plugins/project-manager/plugin.c: Displays a progress window during
18598         project load.
18599         
18600         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18601         Fixed UI separators.
18602         
18603         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18604         UI placeholder.
18605         
18606         * plugins/project-manager/anjuta-project-manager.ui,
18607         plugins/project-manager/plugin.[c,h]: Added add/remove context
18608         menus and implemented them. Added file manager merge menu.
18610 2004-11-18  Naba Kumar  <naba@gnome.org>
18612         * TODO.tasks: Updated.
18613         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18614         plugins/message-view/message-view.c: Fixed finalize and dispose
18615         methods.
18616         * plugins/debugger/*: Removed from cvs (development now in
18617         debug-manager).
18619 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18621         Reviewed by Naba Kumar  <naba@gnome.org>:
18622         
18623         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18624         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18625         plugins/gdb/breakpoints.c: all marker related stuff moved from
18626         editor and docman interfaces to IAnjutaMarkable
18628 2004-11-17  Naba Kumar  <naba@gnome.org>
18630         * TODO.tasks: Updated.
18631         
18632         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18633         
18634         * libegg/egg-combo-action.c: Block changed signal when changing model.
18635         
18636         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18637         Emit changed signal. Removed dead codes.
18638         
18639         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18640         that recent files history do not duplicate.
18641         
18642         * plugins/symbol-browser/an_symbol_view.c,
18643         plugins/symbol-browser/an_symbol_view.h,
18644         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18645         Fixed a bug.
18647 2004-11-15  Naba Kumar  <naba@gnome.org>
18649         * plugins/project-manager/plugin.c: Opens targets on double click.
18650         
18651         * plugins/message-view/message-view.c,
18652         plugins/file-manager/anjuta-file-manager-plugin.glade,
18653         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18654         Added proper class finalization
18655         and disposition. Added preferences notifications and callbacks to
18656         change info/warning/error colors.
18657         
18658         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18659         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18660         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18661         Implemented finalize method for AnjutaApp. Code cleanups.
18662         
18663         * plugins/message-view/plugin.c: Static parent_class.
18664         
18665 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18666         * plugins/editor/search-replace.[c,h], 
18667           plugins/editor/search-replace_backend.c
18668           Update search entry in main toolbar.
18669           Clean code.
18671 2004-11-11  Naba Kumar  <naba@gnome.org>
18673         * TODO.tasks: Updated.
18675         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18676         and completed on-the-fly-change preferences. Removed "changed"
18677         signal as it is no longer necessary (use notify for similar
18678         purpose to monitor individual preferences).
18680         
18681         * plugins/editor/anjuta-document-manager.glade: Added view menu
18682         preferences so that they are registered.
18683         
18684         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18685         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18686         connection to "changed" signal of preferences and implemented
18687         notifications for some editor preferences. More to implement.
18689 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18690         * plugins/editor/print.c
18691         Fixed bug 1047624 : Add line number every X lines.
18693 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18694         * plugins/editor/search-replace.c
18695         Fixed a crash bug (995755) when searching "%n"
18697 2004-11-09  Naba Kumar  <naba@gnome.org>
18699         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18700         Fixed to refresh categories list on file load.
18702 2004-11-08  Naba Kumar  <naba@gnome.org>
18703         
18704         * configure.in, plugins/Makefile.am,
18705         plugins/profile-default/plugin.c: Added cvs plugin in build.
18706         
18707         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18708         
18709         * plugins/debug-manager/.cvsignore: Added file to ignore.
18710         
18711         * plugins/debug-manager/Makefile.am: Removed dead codes.
18712         
18713         * src/anjuta.ui: Added placeholder for version control UI.
18715 2004-11-08  Naba Kumar  <naba@gnome.org>
18717         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18718         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18719         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18720         Updated.
18722         * global-tags/Makefile.am: Fixed make error.
18724         * plugins/profile-default/plugin.c: Added debug-manager
18725         and gdb plugins to load at startup so that debugger
18726         windows are docked properly. They will be removed
18727         later when we figure out runtime docking.
18729         * plugins/sample1/*: Restored to last working state.
18731         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18732         windows in lower pane. Named the windows appropriately.
18734         * ChangeLog: Fixed format.
18735         
18736 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18738         * libanjuta/interfaces/libanjuta.idl,
18739         libanjuta/anjuta-marshal.c,
18740         plugins/Makefile.am,
18741         plugins/debug-manager/plugin.c,
18742         plugins/editor/plugin.c,
18743         plugins/editor/text_editor.c,
18744         plugins/gdb/breakpoints.c,
18745         plugins/gdb/debugger.c,
18746         plugins/gdb/plugin.c,
18747         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18749 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18750         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18751         plugins/editor/search-replace.c,
18752         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18753         Search and Replace; Show result in find pane
18754           
18755 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18756         
18757         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18758         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18759         (added features: starting debugger and loading of core/executable,
18760         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18761         partially works)
18763 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18764         
18765         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18766         my cvs-plugin files...
18767         I hope I have rescued everything possible.
18768         
18769         * Naba: Could you please fix sample1 because I messed it up to 
18770         but there should be a histroy of this directory we should commit
18772 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18773         
18774         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18775         infrastructure
18776         * plugins/cvs-plugin/plugin.c,
18777         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18778         Added preferences dialog (not yet complete)
18780 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18781         
18782         * global-tags/Makefile.am, mime/Makefile.am:
18783         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18784         
18785         * template/xmltemplate.[ch],
18786         template/xmlstrings.[ch],
18787         template/autotools.[ch] removed,
18788         template/prj_template.[ch] removed,
18789         template/lang_template.[ch] removed,
18790         template/lib_template.[ch] removed,
18791         template/Makefile.am adjusted,
18792         template/dtds/lang.dtd removed, 
18793         template/dtds/lib.dtd removed,
18794         template/dtds/prj.dtd removed,
18795         template/dtds/autotools.dtd removed,
18796         data/template/lib/* removed,
18797         data/template/language/* removed,
18798         data/template/library/* removed,
18799         data/template/project/* removed,
18800         date/template/Makefile.am adjusted:
18801         Remove everything except text-templates to replace hardcoded 
18802         Edit->Insert texts with dynamic loaded.
18804         * plugins/cvs-plugin/plugin.[ch],
18805         plugins/cvs-actions.[ch],
18806         plugins/Makefile.am,
18807         plugins/cvs-plugin/Makefile.am,
18808         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18809         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18810         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18811         Added initial cvs-plugin code
18813 2004-10-21  Naba Kumar  <naba@gnome.org>
18814         
18815         * libanjuta/anjuta-plugin.c,
18816         plugins/build-basic-autotools/build-basic-autotools.c,
18817         plugins/debugger/plugin.c,
18818         plugins/devhelp/plugin.c,
18819         plugins/editor/anjuta-docman.c,
18820         plugins/editor/goto_line.c,
18821         plugins/editor/plugin.c,
18822         plugins/editor/search-replace.c,
18823         plugins/editor/text_editor.c,
18824         plugins/file-loader/plugin.c,
18825         plugins/file-manager/plugin.c,
18826         plugins/file-wizard/file.c,
18827         plugins/file-wizard/plugin.c,
18828         plugins/gdb/plugin.c,
18829         plugins/gtodo/plugin.c,
18830         plugins/message-view/anjuta-msgman.c,
18831         plugins/profile-default/plugin.c,
18832         plugins/project-manager/plugin.c,
18833         plugins/sample1/plugin.c,
18834         plugins/terminal/terminal.c: Defined all global variables static,
18835         particularly class parent_class variables. They were getting
18836         confused at link time.
18838         * libanjuta/plugins.c: Do not unload plugins when they are
18839         deactivated. Simply cache them for later activation. Unloading
18840         modules have some problem with shared libs using static class
18841         registration. Fixed hash type for installed plugins. Eventually,
18842         we want to add "CanUnload" attribute for .plugin files (in
18843         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18844         be unloaded from memory. Those plugins declaring CanUnload=false
18845         will not be unloaded from memory and will be put in the cache. Those
18846         not declaring anything or declaring CanUnload=true, will be unloaded
18847         from memory when they are deactivated.
18849         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18850         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18851         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18852         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18853         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18854         activation, deactivation. Fixed memory leaks.
18856 2004-10-20  Naba Kumar  <naba@gnome.org>
18858         * TODO.tasks: Updated.
18859         
18860         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18861         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18862         macro for adding interfaces to plugin types. Code cleanup.
18863         
18864         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18865         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18866         
18867         * plugins/build-basic-autotools/build-basic-autotools.c,
18868         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18869         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18870         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18871         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18872         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18873         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18874         plugins/project-manager/plugin.c,
18875         plugins/symbol-browser/an_symbol_view.c,
18876         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18877         newly defined macro to add interfaces to plugin types.
18879         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18881 2004-10-20  Naba Kumar  <naba@gnome.org>
18883         * TODO.tasks: Added task list.
18884         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18885         default values.
18887 2004-10-19  Naba Kumar  <naba@gnome.org>
18889         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18890         
18891         * plugins/editor/action-callbacks.c,
18892         plugins/editor/action-callbacks.h,
18893         plugins/editor/anjuta-docman.c,
18894         plugins/editor/anjuta-docman.h,
18895         plugins/editor/anjuta-document-manager.ui,
18896         plugins/editor/file_history.c,
18897         plugins/editor/file_history.h,
18898         plugins/editor/plugin.c: Added file history browsing.
18899         
18900         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18901         
18902         * plugins/message-view/anjuta-message-manager.ui,
18903         plugins/message-view/plugin.c: Added document manager context menu.
18904         
18905         * plugins/symbol-browser/an_symbol_view.c,
18906         plugins/symbol-browser/an_symbol_view.h,
18907         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18908         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18909         document manager context menu.
18910         
18911         * scintilla/*, scintilla/include/*: Updated to current cvs.
18912         
18913 2004-10-19  Naba Kumar  <naba@gnome.org>
18915         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18916         placeholder for debugger UI.
18917         
18918         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18919         * plugins/file-manager/plugin.c: Fixed loading bug.
18920         
18921         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18922         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18923         Initializes gconf database with default values when the
18924         values are not defined. Use bool and int prefs separately.
18926         * plugins/editor/plugin.c: Added encoding preferences.
18927         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18929         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18930         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18931         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18932         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18934 2004-10-18  Naba Kumar  <naba@gnome.org>
18936         * po/POTFILES.in: Updated.
18937         
18938         * libanjuta/anjuta-ui.c: Corrected debug messages.
18939         
18940         * libegg/egg-combo-action.c, libegg/test-actions.c,
18941         libegg/menu/egg-combo-action.h: Fixed combo action.
18942         
18943         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18944         Fixed format.
18945         
18946         * plugins/editor/action-callbacks.[c,h],
18947         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18948         Implemented file swap. Removed dead codes.
18949         
18950         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18951         dead codes.
18952         
18953         * plugins/symbol-browser/an_symbol_view.[c,h],
18954         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18955         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18956         Implemented file symbols. Implemented goto file line when symbol is
18957         selected.
18958         
18959         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18960         
18961 2004-10-10  Naba Kumar  <naba@gnome.org>
18963         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18964         
18965         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18966         
18967         * plugins/debugger/.cvsignore,
18968         (added) plugins/debugger/Makefile.am,
18969         (added) plugins/debugger/anjuta-debugger.glade,
18970         (added) plugins/debugger/anjuta-debugger.plugin.in,
18971         (added) plugins/debugger/anjuta-debugger.plugin.png,
18972         (added) plugins/debugger/anjuta-debugger.ui,
18973         plugins/debugger/attach_process.c,
18974         (removed) plugins/debugger/attach_process_cbs.c,
18975         (removed) plugins/debugger/attach_process_cbs.h,
18976         (removed) plugins/debugger/breakpoints.c,
18977         (removed) plugins/debugger/breakpoints.h,
18978         (removed) plugins/debugger/debug_tree.c,
18979         (removed) plugins/debugger/debug_tree.h,
18980         (removed) plugins/debugger/debugger.c,
18981         (removed) plugins/debugger/debugger.h,
18982         (removed) plugins/debugger/memory.c,
18983         (removed) plugins/debugger/memory.h,
18984         (added) plugins/debugger/plugin.c,
18985         (added) plugins/debugger/plugin.h,
18986         (removed) plugins/debugger/registers.c,
18987         (removed) plugins/debugger/registers.h,
18988         (removed) plugins/debugger/registers_cbs.c,
18989         (removed) plugins/debugger/registers_cbs.h,
18990         (removed) plugins/debugger/registers_gui.c,
18991         (removed) plugins/debugger/sharedlib.c,
18992         (removed) plugins/debugger/sharedlib.h,
18993         (removed) plugins/debugger/sharedlib_cbs.c,
18994         (removed) plugins/debugger/sharedlib_cbs.h,
18995         (removed) plugins/debugger/sharedlib_gui.c,
18996         (removed) plugins/debugger/signals.c,
18997         (removed) plugins/debugger/signals.h,
18998         (removed) plugins/debugger/signals_cbs.c,
18999         (removed) plugins/debugger/signals_cbs.h,
19000         (removed) plugins/debugger/signals_gui.c,
19001         (removed) plugins/debugger/stack_trace.c,
19002         (removed) plugins/debugger/stack_trace.h,
19003         (added) plugins/debugger/utilities.c,
19004         (added) plugins/debugger/utilities.h,
19005         (removed) plugins/debugger/watch.c,
19006         (removed) plugins/debugger/watch.h,
19007         (removed) plugins/debugger/watch_cbs.c,
19008         (removed) plugins/debugger/watch_cbs.h,
19009         (removed) plugins/debugger/watch_gui.c,
19010         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
19011         
19012         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
19013         Added debugger gdb backend plugin.
19014         
19015         * plugins/message-view/plugin.c: Registered all message stock icons.
19016         
19017         * plugins/profile-default/plugin.c: Loads debugger plugin.
19018         
19019         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
19021 2004-10-08  Naba Kumar  <naba@gnome.org>
19023         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
19024         information.
19025         
19026         * plugins/symbol-browser/.cvsignore,
19027         plugins/symbol-browser/Makefile.am,
19028         plugins/symbol-browser/an_symbol_view.c,
19029         plugins/symbol-browser/an_symbol_view.h,
19030         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
19031         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19032         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
19033         plugins/symbol-browser/plugin.c,
19034         plugins/symbol-browser/plugin.h,
19035         plugins/symbol-browser/sv_class.xpm,
19036         plugins/symbol-browser/sv_function.xpm,
19037         plugins/symbol-browser/sv_macro.xpm,
19038         plugins/symbol-browser/sv_private_fun.xpm,
19039         plugins/symbol-browser/sv_private_var.xpm,
19040         plugins/symbol-browser/sv_protected_fun.xpm,
19041         plugins/symbol-browser/sv_protected_var.xpm,
19042         plugins/symbol-browser/sv_public_fun.xpm,
19043         plugins/symbol-browser/sv_public_var.xpm,
19044         plugins/symbol-browser/sv_static_fun.xpm,
19045         plugins/symbol-browser/sv_static_var.xpm,
19046         plugins/symbol-browser/sv_struct.xpm,
19047         plugins/symbol-browser/sv_unknown.xpm,
19048         plugins/symbol-browser/sv_variable.xpm,
19049         plugins/symbol-browser/test-symbol-browser.c,
19050         plugins/Makefile.am: Implemented Symbol
19051         browser plugin.
19052         
19053         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
19054         
19055         * plugins/build-basic-autotools/Makefile.am,
19056         plugins/devhelp/Makefile.am,
19057         plugins/editor/Makefile.am,
19058         plugins/file-loader/Makefile.am,
19059         plugins/file-manager/Makefile.am,
19060         plugins/file-wizard/Makefile.am,
19061         plugins/gtodo/Makefile.am,
19062         plugins/message-view/Makefile.am,
19063         plugins/profile-default/Makefile.am,
19064         plugins/project-manager/Makefile.am
19065         plugins/sample1/Makefile.am,
19066         plugins/terminal/Makefile.am,
19067         scintilla/Makefile.am,
19068         libegg/Makefile.am,
19069         launcher/Makefile.am,
19070         libanjuta/Makefile.am,
19071         src/Makefile.am,
19072         tagmanager/Makefile.am,
19073         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
19074         anjuta_data_dir in configure.in and used them in plugins Makefile.am
19075         files. Also fixed library dependencies.
19076         
19077         * plugins/editor/aneditor.cxx: Disabled unused codes.
19078         * plugins/file-manager/an_file_view.c: Added copyright.
19079         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
19080         
19081         * plugins/profile-default/plugin.c: Can load plugins by location.
19082         * plugins/project-manager/plugin.c: Remove project_root_uri value
19083         when project is closed.
19084         
19085 2004-10-06  Naba Kumar  <naba@gnome.org>
19087         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
19088         
19089         * libanjuta/interfaces/libanjuta.idl,
19090         plugins/editor/text_editor.c: Added get_length()
19091         and get_current_word() methods in IAnjutaEditor interface.
19092         
19093         * libegg/Makefile.am: Added test_actions target.
19094         
19095         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
19096         
19097         * plugins/build-basic-autotools/build-basic-autotools.c,
19098         plugins/file-loader/plugin.c,
19099         plugins/message-view/message-view.c: Added code to go to file and
19100         line number,
19101         
19102         * plugins/devhelp/plugin.c: Context sensitive help now works.
19103         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
19104         uri as line number and goes to that line number.
19105         
19106         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
19107         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
19108         gtodo_client_load() method to load from a diffrent file. Watched 
19109         project root directory in plugin to open TODO.tasks of the project.
19110         
19111         * plugins/project-manager/plugin.c: Updates project UI
19112         sensitive/insensitive.
19114         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
19115         anjuta-shell program to test plugins.
19116         
19117         * src/anjuta-app.c: Registered UI accels.
19118         
19119 2004-09-28  Naba Kumar  <naba@gnome.org>
19121         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
19122         method.
19123         
19124         * src/anjuta-app.c: Implemented present widget method.
19125         
19126         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
19127         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
19128         
19129         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
19130         added editor.
19131         
19132         * plugins/editor/text_editor.c: Connects to preferences changed signal
19133         correctly.
19134         
19135 2004-09-28  Naba Kumar  <naba@gnome.org>
19136         
19137         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
19138         print code.
19139         
19140         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
19141         size to 5 pix.
19142         
19143         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
19144         in changed signal callback.
19145         
19146         * plugins/editor/action-callbacks.c: Implemented save_all action
19147         callback. Removed dead code. Do save_as when saving a new file.
19148         Implemented incremental search.
19149         
19150         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
19151         
19152         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
19153         
19154         * src/anjuta-app.c: Registers UI accelerators.
19155         
19156 2004-09-27  Naba Kumar  <naba@gnome.org>
19158         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
19159         
19160         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19161         plugins/devhelp/anjuta-devhelp.plugin.in,
19162         plugins/file-loader/anjuta-loader.plugin.in,
19163         plugins/file-manager/anjuta-file-manager.plugin.in,
19164         plugins/gtodo/anjuta-gtodo.plugin.in,
19165         plugins/project-manager/anjuta-project-manager.plugin.in,
19166         plugins/terminal/anjuta-terminal.plugin.in:
19167         Gave proper plugin names.
19169         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
19170         error when regex fail.
19171         
19172         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
19173         Added help and context search. Watches current editor. More menus
19174         in Help submenu. Update UI (sensitive when required) properly.
19175         
19176         * plugins/editor/anjuta-document-manager.ui,
19177         plugins/devhelp/anjuta-devhelp.ui,
19178         plugins/message-view/anjuta-message-manager.ui,
19179         src/anjuta.ui: Goto menu actions are in separate submenu.
19180         
19181         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
19182         Removed unimplemented UI elements.
19183         
19184         * src/anjuta-app.c: Larger (and normal) icon size.
19185         
19186         * src/layout.xml: Task manager plugin along with document (in middle).
19187         
19188         * plugins/editor/plugin.c, plugins/file-loader.c,
19189         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
19190         in gtkactions. Enable/disable UI properly.
19191         
19192 2004-09-26  Naba Kumar  <naba@gnome.org>
19194         * po/POTFILES.in: Updated, added missing files.
19196         * .cvsignore: Updated.
19197         
19198         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
19199         a new function to get User input text.
19200         
19201         * libanjuta/resources.[c,h]: Added a function to created sized image.
19202         
19203         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
19204         from filename, as thats the correct representation.
19205         
19206         * plugins/build-basic-autotools/Makefile.am,
19207         (added) plugins/build-basic-autotools/automake-c.filters,
19208         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19209         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
19210         Rearragned UI elements in the build menu. Added codes to read build
19211         filter rules from external file. Implemented all build, configure,
19212         autogen commands. Watches current editor and project.
19213         
19214         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
19215         Added editor changed signal and exports current editor value.
19216         Fixed parameter names. Fixed get_uri() interface implementation to
19217         return correct uri.
19218         
19219         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19220         elements.
19221         
19222         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19223         
19224         * plugins/file-manager/an_file_view.c,
19225         plugins/file-manager/an_file_view.c: Exports file uri correctly.
19226         
19227         * plugins/file-wizard/file.c: Reads uri correctly.
19228         
19229         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19230         sets the page to the new view.
19231         
19232         * plugins/message-view/message-view.c: Unrefs the tree model when done.
19233         Fixed signal connecting.
19234         
19235         * plugins/project-manager/plugin.c: Changed "project_root_directory"
19236         to "project_root_uri" and exports as uri.
19237         
19238 2004-09-24  Naba Kumar  <naba@gnome.org>
19240         * libanjuta/anjuta-ui.c: Fixed a crash bug.
19241         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19242         in correct way.
19243         * plugins/file-manager/plugin.c: Fixed crash in unloading.
19244         * plugins/file-loader/plugin.c: Added comments.
19245         * plugins/build-basic-autotools/plugin.c: Added comments.
19246         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19247         
19248         * libanjuta/interfaces/libanjuta.idl,
19249         plugins/message-view/anjuta-msgman.c,
19250         plugins/message-view/message-view.c,
19251         plugins/message-view/message-view.h,
19252         plugins/message-view/plugin.c: Buffering and appending messages have
19253         been separated. message-view implementations cleaned up. Signals
19254         Emissions fixed. Messages now displayed in summary and details show
19255         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19256         API.
19257         
19258         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19259         preferences.
19260         
19261         * plugins/build-basic-autotools/Makefile.am,
19262         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19263         parsing of output to create message summaries. Uses new message view
19264         API.
19265         
19266         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19267         preferences to make dialog box smaller.
19268         
19269         * plugins/editor/search-replace.c: Fixed compile error with change
19270         in IAnjutaMessageView API.
19271         
19272 2004-09-21  Naba Kumar  <naba@gnome.org>
19274         * plugins/Makefile.am: Deletes old (installed) plugins before
19275         installing new ones.
19276         
19277         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19278         plugins/build-basic-autotools/build-basic-autotools.c,
19279         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19280         file URI from filemanager. Only disables/enables build submenu in file
19281         manager, instead of merging/unmerging.
19282         
19283         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19284         non-text files.
19285         
19286         * plugins/file-loader/anjuta-loader-plugin.ui,
19287         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19288         Implemented "Open with" file manager submenu. Displays error message
19289         when file can not be opened.
19290         
19291         * plugins/file-manager/an_file_view.c: Renamed
19292         file_manager_current_filename value name to file_manager_current_uri
19293         and exports proper URI.
19294         
19295         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19297 2004-09-19  Naba Kumar  <naba@gnome.org>
19299         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19300         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19301         save point signal to change editor tabs. Fixed accels.
19302         
19303         * plugins/file-loader/plugin.c: Fixed accels.
19305         * plugins/project-manager/plugin.c: Added target selection callback.
19306         
19307         * plugins/project-manager/plugin.c: Added URI activation.
19308         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19309         Fixed dialog and closed it on ok. Fixed a crash bug.
19310         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19312         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19313         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19314         plugins/file-loader/anjuta-loader-plugin.ui,
19315         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19316         Added recent files in file loade plugin.
19317         
19318         * ChangeLog: Fixed entry dates.
19319         
19320 2004-09-18  Naba Kumar  <naba@gnome.org>
19322         * plugins/devhelp/plugin.c: Added UI sensitization and removed
19323         an unnecessary GtkFrame.
19324         
19325 2004-09-17  Naba Kumar  <naba@gnome.org>
19327         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19329         * TODO: Updated.
19330         
19331         * data/Makefile.am: Disabled installing old mime info.
19332         
19333         * mime/anjuta.applications, mime/anjuta.keys: Updated.
19334         
19335         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19336         plugins/editor/anjuta-document-manager.ui,
19337         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19338         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19339         Added Editor context popup menu.
19340         
19341         * plugins/project-manager/anjuta-project-manager-plugin.png:
19342         Update image.
19343         
19344         * plugins/project-manager/anjuta-project-manager.plugin.in:
19345         Support .anjuta mime type.
19346         
19347         * plugins/project-manager/plugin.c: Exports "project_root_directory"
19348         value.
19349         
19350         * plugins/file-manager/plugin.c: Watches "project_root_directory"
19351         value.
19352         
19353         * src/layout.xml, plugins/profile-default/plugin.c:
19354         Added project manager plugin for startup.
19356 2004-09-16  Naba Kumar  <naba@gnome.org>
19357         
19358         * anjuta.prj: Updated.
19359         
19360         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19361         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19362         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19363         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19364         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19365         plugins/terinal/Makefile.am, src/Makefile.am,
19366         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19367         Fixed makefile syntax errors.
19369 2004-09-16  Naba Kumar  <naba@gnome.org>
19371         * configure.in, src/layout.xml,
19372         plugins/profile-default/plugin.c,
19373         libanjuta/interfaces/libanjuta.idl,
19374         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19375         
19376         * configure.in, plugins/Makefile.am,
19377         plugins/project-manager/.cvsignore, 
19378         plugins/project-manager/Makefile.am,
19379         plugins/project-manager/anjuta-project-manager-plugin.png,
19380         plugins/project-manager/anjuta-project-manager.plugin.in,
19381         plugins/project-manager/anjuta-project-manager.ui,
19382         plugins/project-manager/plugin.c,
19383         plugins/project-manager/plugin.h: Added project manager plugin
19384         based on gnome-build.
19385         
19386         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19387         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19388         
19389         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19390         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19391         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19392     
19393 2004-09-16  Naba Kumar  <naba@gnome.org>
19395         * plugins/editor/action-callbacks.c: Fixed compile error.
19396         
19397 2004-09-15  Naba Kumar  <naba@gnome.org>
19399         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19400         
19401         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19402         New improved splace with nicer progress.
19403         
19404         * configure.in, plugins/Makefile.am,
19405         (added) file-wizard/.cvsignore,
19406         (added) file-wizard/Makefile.am,
19407         (added) file-wizard/action-callbacks.c,
19408         (added) file-wizard/action-callbacks.h,
19409         (added) file-wizard/anjuta-file-wizard-plugin.png,
19410         (added) file-wizard/anjuta-file-wizard.glade,
19411         (added) file-wizard/anjuta-file-wizard.plugin.in,
19412         (added) file-wizard/anjuta-file-wizard.ui,
19413         (added) file-wizard/file.c,
19414         (added) file-wizard/file.h,
19415         (added) file-wizard/plugin.c,
19416         (added) file-wizard/plugin.h:
19417         Created new file wizard and added it. The wizard takes care of text
19418         bit insertions and new files creation.
19420         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19421         plugins/editor/action-callbacks.h,
19422         plugins/editor/anjuta-document-manager.glade,
19423         plugins/editor/anjuta-document-manager.ui,
19424         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19425         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19426         new files code and moved into a new plugin (file wizard).
19427         
19428         * libanjuta/plugins.[c,h]: Added plugins selection function.
19429         
19430         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19431         get_position(), insert() in IAnjutaEditor interface. Added
19432         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19433         interface (for wizard plugins).
19435         * plugins/file-loader/anjuta-loader-plugin.ui,
19436         plugins/file-loader/plugin.c: Added wizard launcher interface which
19437         scans for plugins implement IAnjutaWizard interface and presents the
19438         list to user for selection. The selected plugin is then activated
19439         for the wizard.
19441         * libanjuta/interfaces/.cvsignore: Updated.
19442         * plugins/message-view/.cvsignore: Updated.
19443         * plugins/launcher/*: Removed as launcher has already been moved to
19444         libanjuta as class.
19446         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19447         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19448         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19449         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19450         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19451         Updated API documentations.
19453 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19455         * configure.in: Added Punjabi to ALL_LINGUAS
19457 2004-07-29  Naba Kumar  <naba@gnome.org>
19459         * configure.in: Added file-loader plugin Makefile path and
19460         fixed devhelp version requirement.
19462 2004-07-28  Naba Kumar  <naba@gnome.org>
19464         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19465         terminal/preferences-terminal.png (added), message-view/*.png (added),
19466         message-view/*.xpm (added), editor/*.png (added),
19467         editor/*.xpm (added), plugins/editor/Makefile.am,
19468         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19469         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19470         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19471         respective plugins directories.
19473         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19474         pixmaps/block-end-16.png, pixmaps/block-end.png
19475         pixmaps/block-start-16.png, pixmaps/block-start.png
19476         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19477         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19478         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19479         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19480         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19481         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19482         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19483         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19484         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19485         pixmaps/preferences-editor.png, pixmaps/undock.png
19486         pixmaps/error-next-16.png, pixmaps/error-next.png
19487         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19488         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19489         pixmaps/preferences-terminal.png: Deleted
19491         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19492         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19493         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19494         plugins/editor/anjuta-document-manager.plugin.in,
19495         plugins/editor/anjuta-document-manager.ui,
19496         plugins/editor/plugin.c, plugins/editor/print.c,
19497         plugins/editor/search-replace_backend.c,
19498         plugins/editor/search_preferences.h,
19499         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19500         Moved properties souce files to editor plugin as it not required in
19501         libanjuta. Other editor fixes.
19503         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19504         libegg/dock/* (removed)
19505         : Restored GDL external dependencies and removed libegg dock
19506         sources, because gdl is being developed.
19507         
19508         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19509         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19510         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19511         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19512         libanjuta/plugins.c, libanjuta/plugins.h,
19513         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19514         gconf system. Shell now takes docking positions. Added more utility
19515         functions. Added plugins query function. And other fixes.
19517         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19518         
19519         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19520         plugin to load files based on mime type.
19521         
19522         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19523         
19524         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19525         plugins/file-manager/plugin.c: File manager now uses file loader to
19526         open files.
19528         * plugins/message-view/anjuta-msgman.c,,
19529         plugins/message-view/message-view.c,
19530         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19532         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19533         plugins/terminal/terminal.c, src/Makefile.am,
19534         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19535         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19536         
19537         * libegg/dock/*: Removed directory.
19538         
19539 2004-07-28  Naba Kumar  <naba@gnome.org>
19541         * configure.in: Reduced gnome-print version requirement.
19542         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19544 2004-07-21  Ray Strode  <rstrode@redhat.com>
19545         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19546         new mime sytem.
19548 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19549         
19550         * plugins/editor/search-replace.c: Some fixes
19551         * plugins/terminal/Makefile.am:
19552         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19554 2004-05-19  Naba Kumar  <naba@gnome.org>
19556         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19557         compiler warning.
19559 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19561         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19562         Implemented IAnjutaSavable
19563         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19565 2004-05-17  Naba Kumar  <naba@gnome.org>
19567         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19568         plugins/build-basic-autotools/.cvsignore,
19569         plugins/build-basic-autotools/Makefile.am,
19570         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19571         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19572         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19573         plugins/build-basic-autotools/build-basic-autotools.c,
19574         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19575         build plugin.
19576         
19577         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19578         definition.
19579         
19580         * plugins/file-manager/an_file_view.c,
19581         plugins/file-manager/anjuta-file-manager.ui,
19582         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19583         Added context menu UI.
19584         
19585         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19586         in view menu.
19588 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19589         
19590         * libanjuta/anjuta-preferences.[ch]: 
19591         Added save/load_gconf functions
19592         * src/action_callbacks.[ch], src/preferences.c: 
19593         Load global prefs from gconf at startup and save them
19594         on exit. Prefs load and save correctly but something resets
19595         them to default after loading...
19596         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19597         Somehow the linker does not find save/load_gconf functions
19598         in libanjuta. Must be a stupid mistake, I would be glad
19599         if someone could fix that.
19600         * manuals/reference/libanjuta-sections.txt: Added new
19601         preferences functions and removed gnome-filelist
19602         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19603         * plugins/file-manager/plugin.c:
19604         Added root-path property
19606 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19607         
19608         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19609         they are not longer needed.
19610         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19611         anjuta-sections.txt: Remove references to the files
19612         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19613         Use new nautilus icons for file-manager, looks incredible
19614         cool!
19616 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19617         
19618         * plugins/editor/anjuta-docman.c: gchar* to 
19619         const gchar* in arguments
19620         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19621         Interface
19622         * plugins/file-manager/an_file_view.c: Open files on
19623         double-click. Does not work yet because it does not
19624         find IAnjutaFile interface in document manager
19626 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19627         
19628         * plugins/editor/anjuta-docman.c
19629         * plugins/editor/text_editor.c:
19630         Made close button working, made multiple selection in
19631         File/Open dialog possble, fixed crash bug if file cannot
19632         be opened.
19634 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19635         
19636         * plugins/editor/action-callbacks.c
19637         * plugins/editor/anjuta-docman.c
19638         * plugins/editor/anjuta-docman.h
19639         * plugins/editor/search-replace.c
19640         * plugins/editor/search-replace_backend.c
19641         * plugins/editor/text_editor.c
19642         * plugins/editor/text_editor.h:
19643         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19644         able to open all files, use uri instead of full_filename, fixed
19645         many bugs.
19648 2004-05-13  Naba Kumar  <naba@gnome.org>
19650         * plugins/message-view/anjuta-message-manager-plugin.glade:
19651         HIG compliant.
19653         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19654         management.
19656         * pixmaps/anjuta_splash.png: Added border.
19657         
19658         * plugins/editor/anjuta-document-manager.png: New icon.
19659         
19660         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19661         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19662         
19663         plugins/editor/Makefile.am,
19664         plugins/editor/search-replace.c,
19665         plugins/editor/search-replace.h,
19666         plugins/editor/search-replace_backend.c,
19667         plugins/editor/search-replace_backend.h,
19668         plugins/editor/search_preferences.h,
19669         plugins/editor/search_preferences.c: Merged changes from
19670         ANJUTA_1_2_0 branch.
19671         
19672         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19673         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19674         operational.
19676         * plugins/terminal/Makefile.am,
19677         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19678         dialog.
19679         
19680         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19681         submenu.
19683 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19684         * plugins/message-view/plugin.c: Fixed glade file loading
19685         Removed "Show messages" menu item
19686         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19687         twice because of this load system layout hack.
19688         * libanjuta/anjuta-ui.h: Removed #include config.h
19689         * libanjuta/libanjuta.pc: Fixed path and depencies
19690         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19691         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19692         * libanjuta/properties.cxx : #include "properties_cxx.h"
19693         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19695 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19696         * plugins/message-view/*: Fixed message view preferences
19697         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19698         * anjuta.glade: Removed messages stuff
19700 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19701         
19702         * Removed libanjutamm, it is now hosted on SF.net:
19703         cvs.sf.net/cvsroot/anjuta/libanjutamm
19705 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19706         
19707         * libanjutamm/*
19708         Added some experimental code to add support for C++ plugins.
19709         Nothing works yet and it is likely that it will disappear but
19710         I have some questions to murrayc and he wants to see the code.
19712 2004-05-11  Naba Kumar  <naba@gnome.org>
19714         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19716         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19717         hightlight style menu actions.
19719         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19720         manuals/reference/libanjuta/plugin-description-file.sgml,
19721         manuals/reference/libanjuta/writing-plugins.sgml,
19722         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19723         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19724         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19726         * src/anjuta-app.c: Always load system layout for now.
19728         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19729         
19730         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19731         manuals/reference/libanjuta/libanjuta-sections.txt,
19732         manuals/reference/libanjuta/libanjuta.types,
19733         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19734         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19735         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19736         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19737         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19738         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19739         Updated documentation.
19741         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19742         plugins/profile-default/plugin.c, src/layout.xml:
19743         Created terminal plugin.
19744          
19745         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19746         (new) plugins/file-manager/.cvsignore,
19747         plugins/file-manager/an_file_view.c,
19748         plugins/file-manager/plugin.c,
19749         plugins/file-manager/plugin.h: Moved preferences to separate
19750         glade file and added cvsignore file.
19751         
19752         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19753         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19754         from the branch. I tried it     but there were way too many conflicts.
19755         
19756         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19757         
19758         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19759         util functions required during the merge.
19760         
19761         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19762         interface.
19763         
19764         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19765         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19766         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19767         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19768         Merged with ANJUTA_1_2_0 branch.
19770 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19772         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19774 2004-05-07  Naba Kumar  <naba@gnome.org>
19776         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19778         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19779         Added preferences reading and loading.
19780         
19781         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19782         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19783         libanjuta/fileselection.c, libanjuta/fileselection.h,
19784         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19785         
19786         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19788         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19789         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19790         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19791         data/macros/autogen.sh, data/macros2/autogen.sh
19792         data/properties/ada.properties, data/properties/anjuta.properties,
19793         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19794         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19795         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19796         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19797         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19798         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19799         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19800         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19801         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19802         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19803         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19804         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19805         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19806         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19807         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19808         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19809         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19810         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19811         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19812         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19813         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19814         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19815         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19816         (added) scintilla/scintilla-marshal.c,
19817         (added) scintilla/scintilla-marshal.h,
19818         (added) scintilla/scintilla-marshal.list,
19819         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19820         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19821         (added) scintilla/patches/scintilla-calltip-align.patch,
19822         (added) scintilla/patches/scintilla-minor.patch,
19823         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19825 2004-05-06  Naba Kumar  <naba@gnome.org>
19827         * (added) plugins/file-manager/Makefile.am,
19828         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19829         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19830         (added) plugins/file-manager/anjuta-file-manager.ui,
19831         (added) plugins/file-manager/plugin.c,
19832         (added) plugins/file-manager/plugin.h,
19833         (removed) plugins/file-manager/an_file_view.h,
19834         plugins/Makefile.am, configure.in,
19835         plugins/file-manager/an_file_view.c: Created file manager plugin.
19836         
19837         * plugins/profile-default/plugin.c: Added file manager plugin in default
19838         profile.
19839         
19840         * libanjuta/Makefile.am: Fixed dependencies.
19841         * pixmaps/anjuta_splash.png: New splash screen.
19843 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19844         
19845         * template/template.c/h: Added in-line doc
19846         * manuals/reference/template/*: Added template documentation
19847         * configure.in: Build template docs
19849 2004-05-05  Naba Kumar  <naba@gnome.org>
19851         * autogen.sh: Added commands to generate initial interfaces.
19852         
19853         * libanjuta/Makefile.am,
19854         (removed)libanjuta/anjuta-plugin-parser.c,
19855         (removed)libanjuta/anjuta-plugin-parser.h,
19856         (added)libanjuta/anjuta-plugin-description.c,
19857         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19858         plugin description.
19859         
19860         * libanjuta/anjuta-plugin.c,
19861         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19862         
19863         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19864         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19865         widget add_widget() method.
19866         
19867         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19868         and moved plugin sets loading in profile plugins.
19869         
19870         * libanjuta/interfaces/.cvsignore,
19871         (removed)libanjuta/interfaces/Makefile.am,
19872         libanjuta/interfaces/libanjuta.idl,
19873         libanjuta/interfaces/anjuta-idl-compiler.pl,
19874         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19875         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19876         (removed)libanjuta/interfaces/ianjuta-editor.c,
19877         (removed)libanjuta/interfaces/ianjuta-editor.h,
19878         (removed)libanjuta/interfaces/ianjuta-file.c,
19879         (removed)libanjuta/interfaces/ianjuta-file.h,
19880         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19881         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19882         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19883         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19884         *.h and Makefile.am files. They are autogenerated. Interfaces are
19885         by anjuta-idl-compiler.pl from libanjuta.idl file.
19886         
19887         * manuals/reference/libanjuta/Makefile.am,
19888         manuals/reference/libanjuta/anjuta-architecture.sgml,
19889         manuals/reference/libanjuta/libanjuta-docs.sgml,
19890         manuals/reference/libanjuta/libanjuta-sections.txt,
19891         manuals/reference/libanjuta/libanjuta.types,
19892         manuals/reference/libanjuta/plugin-description-file.sgml,
19893         manuals/reference/libanjuta/writing-plugins.sgml,
19894         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19895         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19896         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19897         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19898         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19899         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19900         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19901         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19902         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19903         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19904         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19905         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19906         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19907         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19908         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19909         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19910         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19911         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19912         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19913         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19914         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19915         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19916         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19917         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19918         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19919         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19920         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19921         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19922         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19923         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19924         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19925         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19926         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19927         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19928         interfaces template sgmls.
19929         
19930         * plugins/Makefile.am,
19931         plugins/devhelp/anjuta-devhelp.plugin.in,
19932         plugins/devhelp/plugin.c,
19933         plugins/editor/action-callbacks.c,
19934         plugins/editor/anjuta-document-manager.plugin.in,
19935         plugins/editor/plugin.c,
19936         plugins/editor/plugin.h,
19937         plugins/editor/text_editor.c,
19938         plugins/sample1/plugin.c,
19939         plugins/message-view/anjuta-message-manager.plugin.in,
19940         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19941         placement. Fixed other errors.
19942         
19943         * (added)plugins/profile-default/.cvsignore,
19944         (added)plugins/profile-default/Makefile.am,
19945         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19946         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19947         (added)plugins/profile-default/anjuta-default-profile.ui,
19948         (added)plugins/profile-default/plugin.c,
19949         (added)plugins/profile-default/plugin.h: Added a default new
19950         profile plugin.
19951         
19952         * src/Makefile.am,
19953         src/action-callbacks.c,
19954         src/anjuta-app.c,
19955         src/anjuta.c,
19956         src/main.cpp: Fixed necessary changes for libanjuta
19958 2004-05-04  Naba Kumar  <naba@gnome.org>
19960         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19961         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19962         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19963         placement for default widgets placements.
19965 2004-05-03  Naba Kumar  <naba@gnome.org>
19967         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19968         manuals/reference/libanjuta/libanjuta-docs.sgml,
19969         manuals/reference/libanjuta/plugin-description-file.sgml,
19970         manuals/reference/libanjuta/writing-plugins.sgml:
19971         Wrote more sections in writing-plugins document and fixed errors.
19973 2004-05-03  Naba Kumar  <naba@gnome.org>
19975         * libanjuta/interfaces/libanjuta.idl: Added interface
19976         IAnjutaFileManager.
19977         
19978         * manuals/reference/libanjuta/anjuta-architecture.dia,
19979         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19980         architecture diagram.
19981         
19982         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19983          manuals/reference/libanjuta/libanjuta-docs.sgml,
19984         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19985         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19986         Wrote writing-plugins document and separated chapters into
19987         separate sgml files.
19988         
19989         * plugins/file-manager/an_file_view.c,
19990         plugins/file-manager/an_file_view.h: New and improved directory
19991         rendering.
19993 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19995         * anjuta.glade: re-designed the new file dialog
19996         * anjuta_dialogs_strings.c: new strings from the new file dialog
19998 2004-04-30  Naba Kumar  <naba@gnome.org>
20000         * libanjuta/interfaces/Makefile.am.iface,
20001         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
20002         
20003         * libanjuta/interfaces/libanjuta.idl: Updated.
20005         * libanjuta/interfaces/Makefile.am.iface,
20006         libanjuta/interfaces/libanjuta.idl: Updated.
20008 2004-04-29  Naba Kumar  <naba@gnome.org>
20009         
20010         * libanjuta/interfaces/Makefile.am.iface,
20011         libanjuta/interfaces/libanjuta.idl: Updated.
20013 2004-04-29  Naba Kumar  <naba@gnome.org>
20015         * libanjuta/interfaces/giface-idlc-c.pl,
20016         libanjuta/interfaces/libanjuta.idl: Upgraded.
20017         * libanjuta/interfaces/Makefile.am.iface: Added.
20018         
20019 2004-04-28  Naba kumar  <naba@gnome.org>
20021         * libanjuta/interfaces/giface-idlc-c.pl,
20022         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
20023         definitions and wrote a compiler.
20024         
20025 2004-04-28  Naba Kumar  <naba@gnome.org>
20027         * libanjuta/anjuta-shell.c: Fixed docs.
20028         * libanjuta/interfaces/Makefile.am,
20029         libanjuta/interfaces/ianjuta-file.c,
20030         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
20031         
20032         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
20033         
20034         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
20036         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20037         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20038         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20039         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20040         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
20041         * src/anjuta-app.c: Fixed bug.
20043 2004-04-27  Naba Kumar  <naba@gnome.org>
20045         * libanjuta/anjuta-preferences-dialog.c,
20046         manuals/Makefile.am: Fixed document bugs and enabled docs
20047         building.
20049         * libanjuta/anjuta-preferences-dialog.c,
20050         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
20051         More documentation.
20052         
20053         * libanjuta/anjuta-preferences.c,
20054         manuals/reference/libanjuta/libanjuta-docs.sgml,
20055         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20056         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20057         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20058         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20059         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
20060         Wrote more documentations.
20062         * (removed) plugins/message-view/imessage-view.c,
20063         (removed) plugins/message-view/ianjuta-msgman.c,
20064         plugins/message-view/Makefile.am,
20065         plugins/message-view/anjuta-msgman.c,
20066         plugins/message-view/anjuta-msgman.h,
20067         plugins/message-view/message-view.c,
20068         plugins/message-view/message-view.h,
20069         plugins/message-view/plugin.c,
20070         plugins/message-view/plugin.h: Moved interface implementations
20071         in their respective classes and used correct macros to
20072         defined class types.
20074         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20075         src/action-callbacks.c, src/anjuta-app.c: Subclassed
20076         AnjutaUI from GtkUIManager instead of GtkDialog.
20078         * manuals/reference/libanjuta/Makefile.am,
20079         manuals/reference/libanjuta/libanjuta-docs.sgml,
20080         manuals/reference/libanjuta/libanjuta-sections.txt,
20081         manuals/reference/libanjuta/libanjuta.types,
20082         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20083         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20084         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20085         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20086         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20087         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
20088         Wrote more documentation, fixed typos, added architecture
20089         diagram, updated object types etc.
20091         * plugins/editor/text_editor.c: Fixed interface implementation.
20093 2004-04-26  Naba Kumar  <naba@gnome.org>
20095         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20096         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20097         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
20098         architecture diagram and a new chapter on plugins description file.
20100 2004-04-25  Naba Kumar  <naba@gnome.org>
20102         *  libanjuta/anjuta-children.h,
20103         libanjuta/anjuta-plugin.c,
20104         libanjuta/anjuta-plugin.h,
20105         libanjuta/anjuta-preferences.c,
20106         libanjuta/anjuta-shell.c,
20107         libanjuta/anjuta-shell.h,
20108         libanjuta/e-splash.c,
20109         libanjuta/e-splash.h,
20110         manuals/reference/libanjuta/Makefile.am,
20111         manuals/reference/libanjuta/libanjuta-docs.sgml,
20112         manuals/reference/libanjuta/libanjuta-sections.txt,
20113         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20114         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20115         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20116         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20117         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20118         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20119         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20120         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20121         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20122         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20123         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20124         manuals/reference/libanjuta/tmpl/defaults.sgml,
20125         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20126         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20127         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20128         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20129         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20130         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20131         manuals/reference/libanjuta/tmpl/plugins.sgml,
20132         manuals/reference/libanjuta/tmpl/properties.sgml,
20133         manuals/reference/libanjuta/tmpl/resources.sgml,
20134         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
20135         manuals/reference/libanjuta/tmpl/e-splash.sgml,
20136         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20137         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20138         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20139         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
20141         Added more template files and wrote more documentation.
20143 2004-04-24  Andras Timar  <timar@gnome.hu>
20145         * configure.in: Added hu to ALL_LINGUAS.
20147 2004-04-23  Naba Kumar  <naba@gnome.org>
20148         
20149         * configure.in: Fixed compile error.
20150         
20151         * libanjuta/anjuta-children.c,
20152         libanjuta/anjuta-children.h,
20153         libanjuta/anjuta-preferences.c,
20154         libanjuta/anjuta-preferences.h,
20155         libanjuta/anjuta-shell.c,
20156         libanjuta/anjuta-ui.c,
20157         libanjuta/anjuta-ui.h,
20158         manuals/reference/libanjuta/Makefile.am,
20159         manuals/reference/libanjuta/libanjuta-docs.sgml,
20160         manuals/reference/libanjuta/libanjuta.types,
20161         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20162         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20163         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20164         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20165         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20166         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20167         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20168         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20169         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20170         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20171         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20172         manuals/reference/libanjuta/tmpl/defaults.sgml,
20173         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20174         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20175         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20176         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20177         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20178         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20179         manuals/reference/libanjuta/tmpl/plugins.sgml,
20180         manuals/reference/libanjuta/tmpl/properties.sgml,
20181         manuals/reference/libanjuta/tmpl/resources.sgml,
20182         plugins/sample1/plugin.c: Added libanjuta API documentation.
20184 2004-04-22  Naba Kumar  <naba@gnome.org>
20186         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
20187         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20188         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20189         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
20190         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
20191         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
20192         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
20193         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
20194         (removed) libegg/eggradiotoolbutton.c,
20195         (removed) libegg/eggseparatortoolitem.c,
20196         (removed) libegg/eggtoggletoolbutton.c,
20197         (removed) libegg/eggtoolbar.c,
20198         (removed) libegg/eggtoolbutton.c,
20199         (removed) libegg/eggtoolitem.c,
20200         (removed) libegg/prop-editor.c,
20201         (removed) libegg/test-actions.c,
20202         (removed) libegg/test-drag.c,
20203         (removed) libegg/test-merge.c,
20204         (removed) libegg/test-toolbar.c,
20205         libegg/menu/Makefile.am,
20206         (removed) libegg/menu/egg-accel-dialog.h,
20207         (removed) libegg/menu/egg-action-group.h,
20208         (removed) libegg/menu/egg-action.h,
20209         libegg/menu/egg-entry-action.h,
20210         (removed) libegg/menu/egg-markup.h,
20211         (removed) libegg/menu/egg-menu-merge.h,
20212         (removed) libegg/menu/egg-menu.h,
20213         (removed) libegg/menu/egg-radio-action.h,
20214         (removed) libegg/menu/egg-toggle-action.h,
20215         (removed) libegg/menu/howitshouldwork.txt,
20216         (removed) libegg/toolbar/.cvsignore,
20217         (removed) libegg/toolbar/Makefile.am,
20218         (removed) libegg/toolbar/TODO,
20219         (removed) libegg/toolbar/eggradiotoolbutton.h,
20220         (removed) libegg/toolbar/eggseparatortoolitem.h,
20221         (removed) libegg/toolbar/eggtoggletoolbutton.h,
20222         (removed) libegg/toolbar/eggtoolbar.h,
20223         (removed) libegg/toolbar/eggtoolbutton.h,
20224         (removed) libegg/toolbar/eggtoolitem.h,
20225         (removed) libegg/toolbar/prop-editor.h,
20226         (removed) libegg/toolbar/toolbar-api.txt,
20227         (removed) libegg/toolbar/toolbar-ideas.txt,
20228         plugins/devhelp/anjuta-devhelp.ui,
20229         plugins/devhelp/plugin.c,
20230         plugins/editor/action-callbacks.c,
20231         plugins/editor/action-callbacks.h,
20232         plugins/editor/anjuta-docman.c,
20233         plugins/editor/anjuta-document-manager.ui,
20234         plugins/editor/plugin.c,
20235         P plugins/message-view/Makefile.am,
20236         plugins/message-view/anjuta-message-manager.ui,
20237         plugins/message-view/plugin.c,
20238         plugins/sample1/anjuta-sample.ui,
20239         plugins/sample1/plugin.c,
20240         src/action-callbacks.c,
20241         src/action-callbacks.h,
20242         src/anjuta-actions.h,
20243         src/anjuta-app.c,
20244         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20245         Gtk actions and UIManager. Fixed all plugins to use this.
20246         
20247         * manuals/reference/gtkdoc-scangobj.diff,
20248         manuals/reference/libanjuta/Makefile.am,
20249         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20250         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20251         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20252         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20253         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20255         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20256         
20257 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
20258         
20259         * plugins/message-view/imessage-view.c
20260         * plugins/message-view/ianjuta-msgman.c:
20261         Added interfaces
20263 2004-04-17  Adam Weinberger  <adamw@gnome.org>
20265         * configure.in: Added en_CA to ALL_LINGUAS.
20267 2004-04-08  Naba Kumar  <naba@gnome.org>
20269         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
20270         libanjuta/interfaces/Makefile.am,
20271         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20272         message manager and message view interfaces.
20274         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20275         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20276         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20277         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20278         src/anjuta-app.c: Used 'activate' and
20279         'deactivate' virtual methods for plugins. Fixed installed plugins
20280         dialogs. Added remove_widget() method for AnjutaShell.
20282         * libanjuta/interfaces/Makefile.am,
20283         libanjuta/interfaces/ianjuta-document-manager.c,
20284         libanjuta/interfaces/ianjuta-document-manager.h,
20285         libanjuta/interfaces/ianjuta-editor.c,
20286         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20287         and editor interfaces.
20289         * plugins/devhelp/plugin.c,
20290         plugins/message-view/anjuta-message-manager.plugin.in,
20291         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20292         plugins/sample1/plugin.c: Updated plugins implementation to
20293         reflect the changes.
20295 2004-04-07  Naba Kumar  <naba@gnome.org>
20297         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20298         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20299         libanjuta/interfaces/ianjuta-editor.h,
20300         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20301         plugins/editor/anjuta-docman.c,
20302         plugins/editor/anjuta-document-manager.plugin.in,
20303         plugins/editor/plugin.c, plugins/sample1/plugin.c,
20304         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20305         Added supported interfaces for plugins. Tested plugin interfaces
20306         through sample plugin.
20307         
20308 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
20309         
20310         * template/Makefile.am, data/templates/library/Makefile.am
20311         Fixed some automake-1.7 incompatibilities
20312         * template/xmltemplate.c: Small fix
20314 2004-02-23  Naba Kumar  <naba@gnome.org>
20316         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20317         Added plugins manager dialog.
20318         
20319         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20320         library dependencies.
20321         
20322         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20323         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20324         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20325         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20326         geometry command line option.
20327         
20328 2004-02-16  Naba Kumar  <naba@gnome.org>
20330         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20331         Added interfaces and IAnjutaEditor editor interface.
20332         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20333         interface.
20334         * libanjuta/anjuta-shell.h: Fixed bug.
20335         
20336 2004-02-13  Naba Kumar  <naba@gnome.org>
20338         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20339         
20340 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
20341         
20342         * data/template/*/.cvsignore:
20343         Avoid all these ? in cvs output
20345 2004-02-13  Naba Kumar  <naba@gnome.org>
20347         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20348         includes and linking.
20350         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20351         and set required version to devhelp 0.8. This devhelp version
20352         can be acquired from gnome cvs branch devhelp branch
20353         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20355         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20356         src/actions-callbacks.c: Added Dock Manager settings menu item.
20358         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20359         * plugins/devhelp/plugin.c: Fixed a linking bug.
20360         
20361         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20362         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20363         external GDL dependency and used libegg codes.
20364         
20365 2004-02-12  Naba Kumar  <naba@gnome.org>
20367         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20368         Added devhelp plugin, but it can't be used without a
20369         patch in devhelp. So it's disabled for now.
20371         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20372         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20373         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20374         Update cvsignore files.
20376         * libanjuta/plugins.c, widgets/e-splash.c:
20377         Fixed plugins loading to show splash icons.
20378         
20379         * plugins/message-view/anjuta-message-manager.plugin.in,
20380         plugins/message-view/plugin.c: Fixed plugin registered name.
20382         * plugins/message-view/anjuta-message-view.png,
20383         plugins/sample1/anjuta-sample-plugin.png: Update images.
20385         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20386         src/main.c: Fixed layout loading.
20388         * plugins/devhelp/Makefile.am: Fixed error.
20390         * (removed) widgets/*, libanjuta/plugins.h,
20391         src/main.c: Transfered widgets to libanjuta/.
20392         
20393         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20394         toplevel directory to created only one library as libanjuta-egg.
20396         * data/Makefile.am: Fixed build error.
20398         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20399         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20400         libegg/.cvsignore: Added egg dock widget.
20402         * gdl/*: Removed as they are now available in libegg.
20403         
20404 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20406         * plugins/editor/anjuta-docman.c:
20407         Use stock close icon on tab close button
20409 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20410         
20411         * data/template/Makefile.am
20412         data/template/language/Makefile.am
20413         data/template/library/Makefile.am
20414         data/template/text/Makefile.am
20415         data/template/project/Makefile.am
20416         data/template/project/terminal/Makefile.am
20417         configure.in: Created Makefile to install templates
20419 2004-02-11  Naba Kumar  <naba@gnome.org>
20421         * plugins/editor/action-callbacks.c,
20422         plugins/editor/anjuta-document-manager.ui,
20423         plugins/editor/plugin.c
20424         plugins/message-view/anjuta-message-manager.ui,
20425         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20426         
20427 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20428         
20429         * plugins/message-view/*: MessageView plugin is now loaded
20430         The menu items are still dummies.
20432 2004-02-09  Naba Kumar  <naba@gnome.org>
20434         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20435         generation.
20436         
20437         * libanjuta/anjuta-preferences.h: Added some documentation.
20438         
20439         * libanjuta/anjuta-shell.h: Removed dead codes.
20440         
20441         * (removed) manuals/reference/gtkdoc-scangobj,
20442         manuals/reference/gtkdoc-scangobj.diff,
20443         manuals/reference/libanjuta/.cvsignore,
20444         manuals/reference/libanjuta/Makefile.am,
20445         manuals/reference/libanjuta/README.inline-doc,
20446         manuals/reference/libanjuta/README.sections,
20447         manuals/reference/libanjuta/libanjuta-docs.sgml,
20448         manuals/reference/libanjuta/libanjuta-sections.txt,
20449         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20450         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20451         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20452         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20453         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20454         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20455         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20456         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20457         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20458         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20459         manuals/reference/libanjuta/tmpl/defaults.sgml,
20460         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20461         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20462         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20463         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20464         manuals/reference/libanjuta/tmpl/plugins.sgml,
20465         manuals/reference/libanjuta/tmpl/properties.sgml,
20466         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20467         of scan program. Updated templates.
20469         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20470         editor action callbacks data.
20471         
20472         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20473         scintilla object ref/unref.
20475 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20476         
20477         * template/*: Added new xml based template system
20478         * template/dtds/*: Dtds to validate xml files of the template systems
20479         * data/template/*: Some sample template files
20480         Still needs some work but builds fine!
20482 2004-02-06  Naba Kumar  <naba@gnome.org>
20484         * cofigure.in, manuals/Makefile.am,
20485         (added) manuals/reference/*: Added API documentation
20486         structure (gtk-doc based).
20488         * libanjuta/libanjuta.h: Updated
20489         
20490 2004-02-05  Naba Kumar  <naba@gnome.org>
20491         
20492         * configure.in: Sets correct dependencies and
20493         uses gdl external library.
20495         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20496         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20497         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20498         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20499         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20500         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20501         and added file dialogs.
20503         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20504         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20505         Build dynamic libraries for libegg.
20507         * plugins/Makefile.am, plugins/editor/Makefile.am,
20508         plugins/editor/action-callbacks.c, 
20509         plugins/editor/action-callbacks.h,
20510         plugins/editor/anjuta-docman.c,
20511         plugins/editor/anjuta-docman.h
20512         plugins/editor/anjuta-document-manager.plugin.in
20513         plugins/editor/anjuta-document-manager.png
20514         plugins/editor/anjuta-document-manager.ui
20515         plugins/editor/file.c
20516         plugins/editor/file.h
20517         plugins/editor/plugin.c
20518         plugins/editor/print.c
20519         plugins/editor/print.h
20520         plugins/editor/search-replace.c
20521         plugins/editor/search_incremental.c
20522         plugins/editor/search_incremental.h
20523         plugins/editor/text_editor.c
20524         plugins/editor/text_editor.h
20525         plugins/editor/text_editor_cbs.c
20526         plugins/editor/text_editor_menu.h
20527         plugins/sample1/Makefile.am
20528         plugins/sample1/anjuta-sample-plugin.png
20529         plugins/sample1/anjuta-sample.plugin.in
20530         plugins/sample1/anjuta-sample.ui
20531         plugins/sample1/plugin-sample1.c
20532         plugins/sample1/plugin.c
20533         plugins/sample1/plugin.h: Created sample
20534         plugin and fixed editor plugin.
20536         * printing/*: Removed.
20538         * scintilla/Makefile.am: Builds dynamic library.
20540         * src/Makefile.am, src/action-callbacks.c,
20541         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20542         src/anjuta-actions.h, src/anjuta-app.c,
20543         src/anjuta-app.h, src/anjuta-callbacks.c,
20544         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20545         (removed) src/anjuta.h, src/anjuta.ui,
20546         src/layout.xml, src/main.c, src/preferences.h,
20547         src/utilities.c: Debuggged and finally made plugins
20548         loadable.
20550         * global-tags/Makefile.am: Fixed build error.
20552 2004-02-03  Naba Kumar  <naba@gnome.org>
20554         * configure.in: Users GDL from external package.
20555         * plugins/*: Added many new plugins (not ready though).
20556         * src/*: Removed many files (which have been transfered in plugins/).
20557         
20558 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20560         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20562 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20564         * configure.in: Added editor plugins
20565         
20566         * plugins/Makefile.am, src/search-replace_backend.h,
20567         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20568         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20569         
20570         * Added: plugins/editor/search_incremental.c, 
20571         plugins/editor/search_incremental.h
20573         * Update search-replace in plugins/editor
20574         
20575 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20576         
20577         * plugins/message-view/message-view.c: Some code clean-up
20579 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20581         * Added: search_incremental[ch]
20582         
20583         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20584         src/mainmenu_callbacks.c, src/toolbar.c
20585         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20586         
20587         * Incremental Search
20589 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20590         
20591         * plugins/message-view/anjuta-msgman.[c/h]:
20592         Added message manager for easier message handling with a
20593         similar interface as docman. Of course you can still use
20594         MessageView standalone.
20595         * plugins/Makefile.am: Added message-view because it compiles
20596         without errors.
20598 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20599         
20600         * plugins/message-view/*: Added message-view plugin 
20601         (still incomplete) 
20602         * configure.in: Added plugins/message-view/Makefile
20604 2004-01-03  Naba Kumar  <naba@gnome.org>
20606         * libanjuta/*.c: Added new files and updated old ones.
20607         * plugins/editor/*: Added editor plugin.
20608         * configure.in: Added editor plugin and moved editor related
20609         files into it.
20611 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20613         * src/Makefile.am: Added search-replace_backend.[ch]
20614         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20615         find_replace.[ch]
20616         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20617         src/search-replace_backend.c, src/search-replace_backend.h,
20618         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20619         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20620         src/toolbar_callbacks.c
20621         * The advanced Search/Replace functionality now replaces the older
20622         Find/Replace stuff.
20623         * The Search/Replace functionality can be interrupted during a long
20624         Search/Replace;
20625         
20626 2003-12-11  Naba Kumar  <naba@gnome.org>
20628         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20629         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20630         errors.
20631         * Makefile.am, libanjuta/*: Added new module.
20632         * src/Makefile.am: Fixed linking error.
20633         * src/watch_cbs.c: Debugger clean up.
20634         * configure.in: Added libanjuta-2.0.pc
20636         * configure.in, libanjuta/Makefile.am,
20637         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20638         libanjuta instead.
20640 2003-12-11  Naba Kumar  <naba@gnome.org>
20642         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20644         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20645         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20646         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20647         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20648         The user can now give a name at the creation of a new file and
20649         insert automatically (user choice) header, gpl notice, header
20650         template. The file extension is added automatically according
20651         to the selected type of file. The various insert functions have
20652         been moved from mainmenu-callback.c to file.c. The cursor is now
20653         moved after an insert operation. Removes also useless code in
20654         memory.c and search-replace.c
20655         
20656 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20658         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20659         sortable headers, process tree, removal of path and process params
20660         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20661         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20662         code cleanup
20664 2003-12-10  Naba Kumar  <naba@gnome.org>
20666         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20667         
20668 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20670         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20672 2003-11-28  Naba Kumar  <naba@gnome.org>
20674         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20675         
20676         * manuals/de/*: Added german translation docs.
20677         
20678         * configure.in, Makefile.am, src/Makefile.am,
20679         libegg/*/*: Added libegg library.
20680         
20681         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20682         installation directory.
20683         
20684         * src/text_editor_cbs.c: Fixed closing of file.
20686 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20687                                                                                 
20688         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20690 2003-09-05  Naba Kumar  <naba@gnome.org>
20692         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20693         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20694         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20695         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20696         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20697         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20698         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20699         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20700         using libegg. Initial commit -- compiles but is not complete.
20702 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20704         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20706 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20708         * configure.in: Removed "ta" from ALL_LINGUAS.
20710 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20712         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20714 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20716         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20718 2004-04-24  Andras Timar  <tmar@gnome.hu>
20720         * configure.in: Added hu to ALL_LINGUAS.
20722 2004-04-14  Naba Kumar  <naba@gnome.org>
20724         * src/Makefile.am, printing/Makefile.am,
20725         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20726         because we are still using GtkCombo and build breaks with gtk-2.4.
20727         
20728 2004-04-13  Naba Kumar  <naba@gnome.org>
20730         * NEWS: Updated.
20731         * anjuta.spec.in: Fixed build error.
20732         * po/POTFILES.in: Updated.
20733         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20735 2004-04-11  Naba Kumar  <naba@gnome.org>
20737         * NEWS: Updated.
20738         * AUTHORS: Updated.
20739         * configure.in: Added ga in ALL_LINGUAS.
20740         * ChangeLog: Fixed dates.
20741         
20742 2004-04-09  Naba Kumar  <naba@gnome.org>
20744         * src/print.c: Fixed buffer styling bug when printing with
20745         selection.
20747         * data/properties/anjuta.properties: Defined only one base font and
20748         used courier instead of lucidatypewriter, because most newer systems are
20749         unlikely to have it (bug #885023, #925956, #890473).
20750         
20751         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20752         warning.
20753         
20754         * src/an_file_view.c: Fixed possible crash bug.
20756 2004-04-07  Naba Kumar  <naba@gnome.org>
20758         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20759         gtk_main_quit() etc..), so that atexit() functions are not called
20760         (which is apparently done to free up memory and we don't need to
20761         do that at this point). Incidentally, something also happens in the
20762         atexit call which freezes the UI for far too long when the application
20763         exits and we want to avoid that..
20764         * src/glade_iface.c: Fixed compiler warning.
20765         
20766 2004-04-06  Naba Kumar  <naba@gnome.org>
20768         * src/project_dbase_gui.c: Fixed errors.
20770         * src/registers_gui.c: Fixed possible crash bug.
20771         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20772         * src/signals.[c,h]: Used tree view and glade file for dialog.
20773         * src/Makefile.am, src/about.c, src/an_file_view.c,
20774         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20775         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20776         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20777         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20778         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20779         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20780         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20781         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20782         src/launcher.h, src/main.c, src/main_menubar.c,
20783         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20784         src/message-manager-private.cc, src/message-manager.cc,
20785         src/preferences.c, src/project_config.c, src/project_dbase.c,
20786         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20787         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20788         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20789         src/search-replace.c, src/search-replace_backend.c,
20790         src/search_incremental.c, src/search_preferences.c,
20791         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20792         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20793         src/signals_gui.c, src/source.c, src/src_paths.c,
20794         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20795         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20796         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20797         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20798         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20799         tagmanager/Makefile.am, scintilla/include/SString.h,
20800         widgets/Makefile.am, widgets/gnomefilelist.c:
20802         Removed all deprecated codes and substituted
20803         with newer APIs. Fixed some possible crash bugs where cell renderers
20804         were being shared.
20805         
20806         * scintilla/patches/scintilla-minor.patch: Minor patch.
20808 2004-04-06  Naba Kumar  <naba@gnome.org>
20810         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20811         tree after all the files have been added (and not everytime a file
20812         is added in the project). Also fixed some memory corruption
20813         (possibly bug #900478).
20814         
20815         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20816         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20817         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20818         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20819         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20820         qualifier wherever appropriate.
20822 2004-04-05  Naba Kumar  <naba@gnome.org>
20824         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20825         switch terminal echo on/off. Debugger requires it off, while the
20826         rest requires it on.
20828         * src/search-replace.c: sets search direction and action (in addtion
20829         to target) for find in files.
20830         
20831 2004-04-02  Naba Kumar  <naba@gnome.org>
20833         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20835         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20836         src/an_symbol_view.c: Added an gtk events loop for
20837         displaying project loading status (for loading large projects) and
20838         debugger program starting ... just to give an impression of fastness :-).
20840         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20842         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20843         crash bug, which occurs when opening and closing a large project
20844         repeatedly.
20845         
20846         * src/attach_process.c: Fixed a comiple error for old gcc.
20847         
20848         * src/launcher.c: Prints proper error message when launcher child
20849         could not be executed and exits properly. Fixed a crash
20850         bug (bug #926606).
20851         
20852         * src/resources.c, src/utilities.c, src/glade_iface.c,
20853         src/debugger.c, src/attach_process.c: Properly exits forked children
20854         when they could not be executed.
20855         
20856 2004-04-01  Naba Kumar  <naba@gnome.org>
20858         * src/search-replace.c: Fixed a crash bug (bug #921893).
20860 2004-03-31  Naba Kumar  <naba@gnome.org>
20862         * anjuta.glade: Added a note on compiler options dialog ->support
20863         dialog telling that supports are only available for file mode.
20865         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20866         src/anjuta_cbs.c:
20867         Improved shutdown time delay by bypassing project closing
20868         and unloading plugins.
20870         * src/build_file.c, data/properties/anjuta.properties: Added a property
20871         to toggle on/off for going to first error automatically.
20873 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20875         * src/debugger.c: fixed core file loading
20876         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20877         for long lines (bugs #700968 and #911376)
20878         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20879         #917982.
20880         * src/anjuta.c: Focuses current AnEditor correctly.
20882 2004-03-30  Naba Kumar  <naba@gnome.org>
20884         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20885         * AUTHORS: Updated with all contributors names.
20886         * NEWS: Updated.
20887         * src/about.c: Reads contributors names from AUTHORS file.
20888         * manuals/C/anjuta-manual/authors.xml: Points to online
20889         contributors list.
20890         
20891 2004-03-29  Naba Kumar  <naba@gnome.org>
20893         * data/properties/ada.properties: Fixed syntax colors. Patch
20894         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20895         (bug #923474).
20897         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20898         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20899         generated projects, so that their pixmap files are
20900         found properly (bug #919903).
20901         
20902         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20903         anjuta.
20905         * src/source.c: Installs .glade file of libgllade
20906         projects in $(datadir)/$(package)/glade (part of bug #861038).
20907         
20908         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20909         in compiler options (bug #883837).
20910         
20911         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20912         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20913         
20914 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20916         * anjuta/src/search-replace.c: fixed another crash bug in
20917         "Find Usage"
20918         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20919         breakpoint property fix
20921 2004-03-29  Naba Kumar  <naba@gnome.org>
20923         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20924         (new) manuals/C/anjuta-advanced-tutorial/*:
20925         Added menu entry for 'Anjuta Advanced Tutorial'
20926         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20928 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20929         
20930         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20931         Fixed bug #908941  ('Open' starts in wrong directory)
20932         
20933 2004-03-26  Naba Kumar  <naba@gnome.org>
20935         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20936         compile error and bug #905738 with terminal.
20938         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20939         src/search-replace.[h,c], src/search_incremental.[h,c],
20940         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20941         src/text_editor.[c,h]: Fixed compiler warnings.
20942         
20943         * src/search-replace.c: Fixed a memory corruption (possible
20944         fix for bug #921893, but not yet confirmed).
20945         
20946         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20947         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20948         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20949         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20951 2004-03-25  Naba Kumar  <naba@gnome.org>
20953         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20954         crash bug with attach process dialog and made the dialog closable
20955         with 'esc'.
20956         
20957         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20958         always display within the margin.)
20959         
20960         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20961         the old breakpoint when it's properties are updated
20962         (creating a new updated one).
20963         
20964 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20966         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20967         displayed for wrong file.
20968         * src/breakpoints.c: conditional breakpoints
20969         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20970         "Find in Files..." disabling policy
20972 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20974         * src/build_file.c: Fixed bug #874380
20975         Goto the first error if it exists.
20977 2004-03-24  Naba Kumar  <naba@gnome.org>
20979         * src/anjuta.c: Fixed to get correct child exit status
20980         using mask (bug #905738).
20981         
20982         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20983         Aligned buttons in the New file dialog,
20984         set default response to OK, entry box activates default response,
20985         ESC closes dialog and hides on delet_event.
20987 2004-03-19  Naba Kumar  <naba@gnome.org>
20989         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20990         tree).
20992 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20994         * src/search-replace.c: fixed "Find Usage" crash when no project open
20996 2004-03-17  Naba Kumar  <naba@gnome.org>
20998         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20999         Fixed the generated projects to read m4 directory if the directory
21000         exists (bug #917781).
21001         
21002 2004-03-12  Naba Kumar  <naba@gnome.org>
21004         * HACKING: Fixed formatting for auto-parsing.
21006 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
21007         
21008         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
21009         rework (bug #890609)
21011 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21012         
21013         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
21015 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21016         
21017         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
21018         * src/search_preferences.c: Fixed typo.
21019         
21020 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21021         
21022         * src/search-replace.c: improved Search&Replace
21023         For the moment "Replace All" does not work with non opened files
21024         but Anjuta should not crash now ! ??? 
21025         
21026 2004-02-26  Naba Kumar  <naba@gnome.or>
21028         * src/source.c: Fixed to pass cflags correctly
21029         and suppress the automake's default cflags.
21030         bug #816130, #801056, #782798, #773459
21031         
21032         * data/properties/anjuta.properties: Do not defualt to -k make option.
21033         bug #875486.
21035         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
21036         bug #877683.
21037         
21038         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
21039         
21040         * src/message-manager-private.cc: Disabled debug messages.
21041         
21042 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
21044         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
21046 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21047         * anjuta.glade, src/search-replace.c:
21048         Reduced Search&Replace dialog, bug #902636.
21049         
21050 2004-02-23  Naba Kumar  <naba@gnome.or>
21052         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
21053         (bug #866143).
21055 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21056         
21057         * src/search_incremental.c: Fixed bug #900903
21059 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
21060         
21061         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
21062         src/anjuta.c: Fixed bugs #890609 and #890609
21064 2004-02-23  Naba Kumar  <naba@gnome.or>
21066         * src/message-manager.cc: Disconnects menuitem signal properly.
21067         Fixed bug #901723.
21068         
21069         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
21070         bug #900897.
21071         
21072 2004-02-20  Naba Kumar  <naba@gnome.org>
21074         * src/message-manager-private.[c,h]: Implemented keypress
21075         event for the terminal and resets it when ctrl c or ctrl d
21076         is pressed. But it doesn't seem to be working on keypress.
21077         Added a workaround to let it work on key release instead.
21078         (bug #878357).
21079         
21080         * src/search-replace: Fixed compiler warnings.
21081         
21082 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
21084         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
21085         Use defined file name when saving new files (fixes bug #898105)
21086         Don't change filename when clicking on a directory
21087         
21088         BTW: Happy birthday to me :-)
21089         
21090 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21091         
21092         * src/search-replace.c: Fixed a crash bug 
21093         Crash on Find & Replace (#887833)
21094         
21095 2004-02-18  Naba Kumar  <naba@gnome.org>
21097         * src/executer.c: Fixed a crash bug.
21098         
21099         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
21100         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
21101         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
21102         instead of GtkWindow (Part of bug #671596).
21103         
21104         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
21105         src/registers_gui.c, src/registers_cbs.[h,c],
21106         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
21107         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
21108         src/compiler_options.c, src/an_file_view.c, start-with.c,
21109         src/anjuta-tools.c, help.c:
21111         Added "close" buttons on all
21112         dialogs (HIG) and fixed to properly response to ESC close
21113         (Part of bug #671596).
21115         * src/launcher.c: Disabled printing of long debug lines.
21116         
21117         * src/utilities.h: Fixed a compiler warning.
21118         
21119 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
21121         * src/anjuta.c: "Save all" action now asks for filenames for new files
21122         (fixes bug #898111)
21124 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
21126         * anjuta.glade, src/text_editor.c:
21127         Fixed a typo in Hello World indentation style 
21128         Fixed misuse of translated strings when looking for style
21129         This entry fixes bug #876037
21131 2004-02-16  Naba Kumar  <naba@gnome.org>
21133         * src/utilities.c: Fixed return value when dest file could
21134         not be created.
21136         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
21137         * src/utilities.[c,h]: Removed 'cmp' dependency and used
21138         internal function to compare files.
21139         
21140 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
21142         * src/message-manager-private.cc:
21143         Set bold color as foreground color in terminal
21144         (fixes bug #864924)
21146         * src/aneditor.cxx:
21147         Use font style defined for message indicators in
21148         preferences/messages
21149         (fixes bug #885032)
21151 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
21153         * src/build_project.c:
21154         Use build.silent option from preferences (fixes bug #895726)
21155         
21156 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
21158         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
21160 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
21161         
21162         Patch from Massimo Corà <maxcvs@email.it>:
21163         * scintilla/LexCPP.cxx: Support "///" comments
21165 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21166         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
21167         src/search_replace.h, src/search-replace_backend.h
21168         anjuta.glade
21169         
21170         * Added: src/search_preferences.c, src/search_preferences.h
21171         Allow the user to save search/replace settings and give them names.
21173 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
21174         
21175         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
21176         scintilla/ScintillaGTK.cxx:
21177         Hopefully fixed AMD 64 crash bug by using correct marshaller
21179 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
21181         * src/preferences.c: Save GtkOptionMenu properties properly
21182         * src/text_editor.c: Fixes editor mispell of fold.symbols property
21184 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21185         
21186         * configure.in, src/Makefile.am, scintilla/Makefile.am:
21187         Fixed libiconv issue
21188         * NEWS: Updated
21190 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21191         
21192         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21193         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
21194         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
21195         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
21196         src/sharedlib_gui.c:
21197         Debugger speed-up, replaced deprecated GtkCList
21199 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
21201         * src/text-editor.c: Use stock gtk+ close button for editor tabs
21203 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
21205         * configure.in: Added "sq" to ALL_LINGUAS.
21207 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
21209         * configure.in: Added "ko" to ALL_LINGUAS.
21211 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21213         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
21214         src/search_incremental.c, src/search_incremental.h: 
21215         Search_incremental code cleanup
21217 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21219         * scintilla/*/*: Updated scintilla to CVS
21220         * Added: scintilla/Readme.sync
21221         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21222         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21223         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21224         scintilla/ScintillaGTK.cxx,
21225         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21226         scintilla/include/Scintilla.iface: Updated.
21228 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21230         * search-replace_backend.[ch], search_incremental[ch]: Added
21231         
21232         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21233         find_replace.[ch]: Removed.
21234         
21235         * anjuta.glade, src/search-replace.c, src/search-replace.h,
21236         src/search-replace_backend.c, src/search-replace_backend.h,
21237         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21238         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21239         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21240         functionality now replaces the older Find/Replace stuff. The Search/Replace
21241         functionality can be interrupted during a long Search/Replace.
21243 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
21245         * widgets/gnomefilesel.c: Fix use of previously freed memory on
21246         selecting ".." and "." from file selector. 
21248 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
21250         * anjuta.glade: Fixed wrong "fold.symbols" property
21252 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21253         
21254         * src/project_dbase_gui.c: Alphabetical order ;-)
21255         * src/compiler_options.c: Fixed bug #867539
21256         * src/launcher.c: Workaround for bugs #864922, #849928,
21257         #846386 and #845782: The launcher no longer hangs but does
21258         not get the exit status correctly sometimes.
21259         * Changes suggested by Bosik are obviously already in without
21260         any Changelog entry (ClsGen.c, project_dbase_gui.c)
21261         * NEWS, README, anjuta.prj, configure.in: 
21262         Changed version to 1.2.1
21263         
21264         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21265         * anjuta_dialogs_strings.c, anjuta.glade: 
21266         Fixed bugs #860906, #859329
21267         
21268         Patch from grzegol@pld-linux.org
21269         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
21270         freedesktop.org standard)
21272 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21273         
21274         Patch from Stefano Vallarino <stevalla@libero.it>:
21275         * src/source.[c/h]: Fixes cpp sample file to conform to 
21276         ISO/IEC 14882, C++-Standard 
21278 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
21280         Review by Johannes Schmid <jhs@cvs.gnome.org>
21281         * src/build_file.[ch]: Add build_execute_shell_command which executes the
21282         command using sh -c.
21283         * src/compile.c: Use build_execute_shell_command when compiling single
21284         files.
21286 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21287         
21288         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
21289         * src/breakpoints.c: Code cleanup, workaroud for possible 
21290         launcher bug
21291         * src/src_paths.c: Update debugger dirs on directory change
21293 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
21295         Review by Johannes Schmid <jhs@cvs.gnome.org>
21296         * src/attach_process.c, src/attach_process.h, anjuta.glade:
21297         sortable headers, process tree, removal of path and process params
21298         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21299         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21300         code cleanup
21302 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21303         
21304         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21305         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21306         Add a dialog for "New file" which lets the user set the 
21307         filename and to add copyright/header templates to the file
21308         * Review: Changed function names to contain modules name (file_)
21310 2003-12-09  Naba Kumar  <naba@gnome.org>
21312         * setup-gettext: Fixed a typo.
21313         * scintilla/Makefile.am: Fixed a build error for SMP systems.
21315 ---- Released version 1.2.0 ---
21317 2003-12-08  Naba Kumar  <naba@gnome.org>
21319         * src/preferences.c: Fixed compiler error.
21320         * global_tags/create_global_tags.sh: Fixed to install properly
21321         even when system.tags could not be generated.
21322         * NEWS: Updated.
21324 2003-12-06  Naba Kumar  <naba@gnome.org>
21326         * setup-gettext: Fixed to not generate intl directory with gettextize.
21328         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
21329         * src/anjuta.c: Filters out unnecessary files from find in files
21330         command.
21331         
21332         * NEWS: Updated.
21333         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21334         * src/widzard_gui.c: Added horiz scrollbar for desc text.
21335         
21336 2003-12-04  Naba Kumar  <naba@gnome.org>
21337         
21338         * src/gnome_project.c: Enables debug and optimization flags for
21339         new projects.
21340         
21341         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
21342         
21343         * src/project_dbase_gui.c: combined header and c files for
21344         file selector.
21345         
21346         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21347         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21349 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
21351         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21353 2003-11-29  Naba Kumar  <naba@gnome.org>
21355         * configure.in, anjuta.prj: Bumped version to 1.2.0.
21356         * NEWS: Updated.
21358 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21359         
21360         * src/main_menubar.c: Now files cannot be opened twice in recently
21361         file menu
21363 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
21365         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21367 2003-11-28  Naba Kumar  <naba@gnome.org>
21369         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21370         
21371 2003-11-27  Naba Kumar  <naba@gnome.org>
21373         * src/breakpoints.c, src/launcher.c, src/find_text.c,
21374         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21375         
21376         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21377         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21378         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21379         checkbox in project wizard (project options page) to enable/disable
21380         source code generation with glade(mm).
21381         
21382         * NEWS: Updated
21383         
21384 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
21386         * src/dnd.c: Opening files with special characters in the name.
21388 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
21390         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21391         a long time.
21393 2003-11-18  Naba Kumar  <naba@gnome.org>
21395         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21396         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21397         src/project_import.c, plugins/patch/patch-plugin.c:
21398         Fixed g_signal_diconnect calls to pass correct data.
21399         (Fixed possible crash in project imports).
21400         
21401         * NEWS: Updated.
21402         
21403 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21405         Reviewed by Naba Kumar  <naba@gnome.org>
21406         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21407         and debugger. Sets default settings for pty in launcher.
21408         * data/gdb.init: Removed charset work around (now works with user's
21409         native charset)
21410         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21412 2003-11-18  Naba Kumar  <naba@gnome.org>
21414         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21415         names of 'index' to 'idx'.
21416         
21417 2003-11-17  Naba Kumar  <naba@gnome.org>
21419         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21420         * src/project_dbase.c: Prompts user for unsaved project files
21421         when project is closed.
21422         
21423 2003-11-16  Naba Kumar  <naba@gnome.org>
21425         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21426         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21427         older gcc.
21428         
21429 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21430         
21431         * src/anjuta.c: Fixed crash related to tag == NULL while 
21432         anjuta is exiting
21434 2003-11-11  Naba Kumar  <naba@gnome.org>
21436         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21437         found. It simply doesn't generate the c/c++ codes and continues with
21438         just a warning.
21439         * NEWS: Updated.
21440         
21441 2003-11-10  Naba Kumar  <naba@gnome.org>
21443         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21444         'Start with dialog'.
21446         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21447         German translation of anjuta-tutorial.
21448         
21449         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21450         * NEWS: Updated.
21452 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21454         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21455         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21456         the syntax highlighting in Preferences, the automatic syntax
21457         highlighting is now selected. When the debugger is stopped and the
21458         breakpoints window not closed, the gtk_tree_view in this window is
21459         now made unsensitive.
21461 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21463         * src/preferences.h, src/preferences.c, anjuta.glade:
21464         Fixed translation bug in preferences by using GtkOptionMenu
21465         * anjuta.prj: Project version 1.1.98
21467 ---------------- Released version 1.1.98 ----------------
21469 2003-11-07  Naba Kumar  <naba@gnome.org>
21471         * anjuta.spec.in: Revived docs package and combined all docs into
21472         one package.
21473         * configure.in: Bumped version to 1.1.98 rc2
21474         * NEWS: Updated.
21475         * anjuta.spec.in: Fixed scrollkeepr-update command.
21476         * anjuta.spce.in: Fixed file permissions.
21478 2003-11-06  Naba Kumar  <naba@gnome.org>
21480         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21481         menus to activate anjuta helps.
21482         
21483         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21484         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21485         manuals/C/anjuta-faqs/legal.xml (added),
21486         manuals/C/anjuta-faqs/Makefile.am,
21487         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21488         manuals/C/anjuta-faqs/.cvsignore,
21489         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21490         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21491         manuals/C/anjuta-tutorial/legal.xml (added),
21492         manuals/C/anjuta-tutorial/Makefile.am,
21493         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21494         manuals/C/anjuta-tutorial/.cvsignore,
21495         manuals/C/anjuta-manual/*.sgml (removed),
21496         manuals/C/anjuta-manual/*.xml (added),
21497         manuals/C/anjuta-manual/Makefile.am,
21498         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21499         manuals/C/anjuta-manual/.cvsignore,
21500         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21501         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21502         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21503         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21504         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21505         manuals/ja/anjuta-faqs/legal.xml (added),
21506         manuals/ja/anjuta-faqs/Makefile.am,
21507         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21508         manuals/ja/anjuta-faqs/.cvsignore,
21509         manuals/ja/anjuta-manual/*.sgml (removed),
21510         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21511         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21512         manuals/ja/anjuta-manual/*.xml (added),
21513         manuals/ja/anjuta-manual/Makefile.am,
21514         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21515         manuals/ja/anjuta-manual/.cvsignore,
21516         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21517         manuals/sgmldocs.make (removed),
21518         manuals/xmldocs.make (added), manuals/omf.make (added),
21519         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21520         documentations to newer docbook xml documentations. Converted 
21521         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21522         Enabled manulas installations.
21523         
21524         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21526 2003-11-05  Naba Kumar  <naba@gnome.org>
21528         * data/gdb.init: Sets host's charset to ascii to solve debugger
21529         freeze up due to uninitialized strings in target program.
21531         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21532         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21533         
21534         * NEWS: Updated.
21535         
21536         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21537         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21539 2003-11-04  Naba Kumar  <naba@gnome.org>
21541         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21542         problems.
21543         
21544         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21545         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21546         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21547         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21548         in file headers.
21549         
21550         * src/search-replace.c: Fixed infinite loop bug.
21551         * start-with.c: Fixed a crash bug with "Open last project".
21552         
21553         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21554         * scintilla/Makefile.am: Fixed compiler option.
21555         
21556 2003-10-16  Naba Kumar  <naba@gnome.org>
21558         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21559         * src/text_editor.c: Fixed autoformat.
21560         
21561 2003-10-15  Naba Kumar  <naba@gnome.org>
21563         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21564         of CTRL+number.
21565         
21566 2003-10-09  Naba Kumar  <naba@gnome.org>
21568         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21569         
21570 2003-10-08  Naba Kumar  <naba@gnome.org>
21572         * src/source.c: Fixed a GETTEXT typo error.
21573         * anjuta.glade: Made 'Sorted in order you open them' default option
21574         for editor tabs.
21576         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21577         * anjuta.glade, data/properties/anjuta.properties:
21578         Fixed the freeze of the "Preferences" combos at the first Anjuta
21579         init is generated by:
21580                 - a not complete translation of preferences.c file
21581                 - a difference between 2 names in anjuta.glade and
21582                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21583                 - the same name given to 3 combos (anjuta.glade).
21584                 
21585         * src/find_text.c: If the "whole document" mode is selected,
21586         a new search will select the next occurrence (Bug #764954).
21587         It is now possible to use the shortcuts to search next or previous
21588         occurrence even if the search dialog has the focus.     Bug #790318
21589         
21590         * src/main_menubar_def.h: "Select code block" shortcut; the new
21591         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21592         (Bug #811016).
21594         Patch from: Richard Lee  <r.h.lee@comcast.net>
21595         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21596         tagmanager/tm_workspace.c: The following is a patch to fix a
21597         seemingly random occurence where Anjuta would crash when a
21598         certain key was pressed.
21600 2003-09-29  Naba Kumar  <naba@gnome.org>
21602         * src/find_in_files.c: Ignores binary by default. Disabled the option
21603         of NOCVS search, because launcher does not use sh and hence can not
21604         pipe.
21605         
21606         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21607         "clean before build" state in project session and not in account session,
21608         otherwise the state gets reflected to other projects causing annoyance.
21609         
21610         * src/compiler_options.c: Fixed a bug where compiler options were always
21611         claimed 'modified'.
21613         * src/build_project.c, data/properties/anjuta.properties,
21614         src/commands.[h]: Fixed a bad bug where clean-before-build
21615         doesn't work.
21616         
21617         * scintilla/patches/research-cvs-nolog.diff,
21618         scintilla/patches/scintilla-ac-gtk2-port.diff,
21619         scintilla/patches/scintilla-ac-sort-fix.diff,
21620         scintilla-optimization.diff: Removed, because they are already in
21621         scintilla CVS.
21622         
21623         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21624         2003-09-29).
21626         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21627         scintilla/LexYAML.cxx: Added new scintilla lexers.
21628         
21629         * TODO, NEWS: Updated.
21631         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21632         * src/utilities.c: Fixed typo bugs.
21634 2003-09-26  Naba Kumar  <naba@gnome.org>
21636         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21637         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21638         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21639         text_editor_find() and Fixed I-Search wrapping.
21640         * src/debugger.c: Fixed to pass a newline after a debugger
21641         command (which was broken since the launcher was refactored.
21642         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21644 2003-09-25  Naba Kumar  <naba@gnome.org>
21646         * src/toolbar_callbacks.c: Fixed start of incremental search.
21647         
21648         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21649         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21650         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21651         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21652         menu and implementation.
21654 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21656         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21657         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21658         variables in Locals window.
21660 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21662         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21663         * src/utilities.[ch] : Fix a tooltip bug in 
21664         anjuta_util_toolbar_append_stock(), the label appeared instead of
21665         the tooltip text. Remove label from arguments of the function
21666         because label is included in the stock icon data.
21667         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21668         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21669         * FIXME: translation file should be updated because of label text removal.
21671 2003-09-24  Naba Kumar  <naba@gnome.org>
21673         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21674         
21675         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21676         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21677         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21678         stdout and stderr. Also buffered output and check-for-password
21679         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21680         with password prompts. Checkes for password prompts from all outputs.
21681         
21682         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21683         which takes a string (which could be utf8 also) and converts into
21684         utf8 string.
21685         
21686         * src/main.c: Connects kernel signals after gnome_program_init().
21687         
21688         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21689         * src/message-manager.c: Fixed bug #787026 by converting the strings
21690         to proper UTF8.
21691         
21692 2003-09-22  Naba Kumar  <naba@gnome.org>
21694         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21695         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21696         GtkCList and using GtkTreeView instead. Added the patch.
21697         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21698         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21699         
21700 2003-09-19  Naba Kumar  <naba@gnome.org>
21702         * printing/print.c: Proper UTF8 printing support.
21703         * src/main.c: moved kernel signal connects at the
21704         end of application initialization.
21705         
21706 2003-09-18  Naba Kumar  <naba@gnome.org>
21708         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21709         (new) lexers.make, (new) lexers: Update scintilla to latest
21710         scintilla CVS (2003-09-18), added new lexers, automated
21711         lexers makefiles sections and scintilla update. Added
21712         patches. Optimized pango rendering. Fixed a crash bug
21713         in scintilla.
21714         
21715         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21716         patch to remove cvs log command from RESearch.cxx file.
21717         * scintilla/patches/scintilla-pango-always.diff:
21718         Fixed file name.
21719         * scintilla/RESearch.cxx: Removed spurious cvs log command
21720         and logs.
21721         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21722         
21723         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21724         * src/dnd.c: Fixed a crash bug with DND.
21725         
21726 2003-09-15  Naba Kumar  <naba@gnome.org>
21728         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21729         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21730         src/toolbar_callbacks.c: Added an additional parameter to
21731         text_editor_goto_line() funtion which decides if the line should
21732         be made visible (if it's under fold).
21733         
21734         * src/style-editor.c: Fixed a compiler warning.
21735         * src/message-manager.cc: Calls parent method correctly.
21737         * src/preferences.h: Fixed prent class.
21738         
21739         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21740         * src/project_dbase.c: Fixed bug #713210.
21741         
21742 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21743                                                                                 
21744         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21746 2003-09-11  Naba Kumar  <naba@gnome.org>
21748         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21749         * src/style-editor.c: Fixed bug #769130 (Crash on font
21750         selection dialog).
21751         
21752         * src/message-manger.[h,cc]: Made AnMessageManager
21753         derived from GtkFrame and removed deprecated code.
21754         
21755         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21756         compiler warnings.
21757         
21758 2003-09-09  Naba Kumar  <naba@gnome.org>
21760         * src/Makefile.am: Addded rules for built sources.
21761         
21762 2003-09-08  Naba Kumar  <naba@gnome.org>
21764         * (new) src/anjuta-marshalers.list: Added marshalers definition
21765         file.
21766         
21767         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21768         and CXXFLAGS are not overwriten by automake's default.
21769         * src/style-editor.c: Added 'operators' in the style editor.
21770         
21771         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21772         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21773         * src/message-manager-private.cc, src/message-manager.cc:
21774         Converts message going into message into UTF-8 endoding.
21775         * src/main.c: Uses UTF-8 codeset for localization.
21776         
21777 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21779         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21780         
21781 2003-09-08  Naba Kumar  <naba@gnome.org>
21783         * TODO: Updated.
21784         
21785         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21786         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21787         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21788         The combo entries were updated if the same data with a different
21789         case exist in the combo list. The combo entries are now case sensitive. 
21790         Search&Replace bug; First search ,max actions = 0 ==> now max
21791         actions = 100.
21792         
21793 2003-09-08  Naba Kumar  <naba@gnome.org>
21795         * TODO: Updated.
21796         * src/utilities.[c,h]: a function takes contant args.
21797         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21798         Now the child terminated signal is emitted properly.
21799         * src/Makefile.am: Used $(top_srcdir) for referring to 
21800         scintilla objects.
21801         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21802         definitions file which will generate anjuta-marshalers.[c,h] files.
21803         * src/.cvsignore: Updated.
21804         * src/build_project.c: Changed su command to preserve quotes.
21805         * src/anjuta-tools.c, tagmanager/tm_project.c,
21806         tagmanager/tm_workspace.c: Use standard tmp file.
21807         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21808         so that users could report bugs easily.
21809         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21810         
21811         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21812         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21813         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21814         src/attach_process.c, src/breakpoints.c, src/commands.c,
21815         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21816         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21817         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21818         src/memory.c, src/message-manager-private.c, src/preferences.c,
21819         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21820         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21821         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21822         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21823         Fixed compile warnings and cleanup.
21824         
21825         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21826         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21827         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21828         Removed libzvt usage and implemented child spawing differently. Launcher is
21829         now proper GObject, which can be created multiple times (and can be
21830         operated in parallel).
21832         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21833         * src/project_import_gui.c, src/project_import_cbs.c,
21834         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21835         (crash on project import). Removed deprecared codes.
21836         
21837 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21838         
21839         * src/cvs.c: Fixed cvs output bug.
21841 2003-09-03  Naba Kumar  <naba@gnome.org>
21843         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21844         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21845         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21846         src/text_editor_cbs.c: Implements --
21847                 If the debugger is started
21848                         A double click in the margin add or remove a breakpoint
21849                         A single click activate or deactivate the breakpoint
21850                 else
21851                         A double click in the margin add or remove a bookmark
21853 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21854         
21855         Reviewed by Naba Kumar  <naba@gnome.org>
21856         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21857         User is now able to choose a branch on cvs update for project.
21858         Cleaned up variable names.
21860 2003-09-03  Naba Kumar  <naba@gnome.org>
21862         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21863         src/Makefile.am: Added lexers.
21864         * scintilla/*/*: Updated...
21865         * src/an_symbol_view.c: Fixed a crash bug.
21866         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21867         and build bugs.
21868         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21869         * src/source.c: Fixed project generation bug with gettext code.
21870         * tagmanager/tm_project.c: Fixed a crash bug.
21871         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21872         bug when there is no project open. Bug #____.
21873         * src/source.c: Fixed a bug with build failure with non-gnome
21874         project with glade-generated source (eg. gtk2). Bug #____.
21875         * NEWS: Updated...
21877 2003-08-22  Naba Kumar  <naba@gnome.org>
21879         Patch from: Rob Bradford  <rob@debianplanet.org>
21880         * data/Makefile.am: Fixed to install properly during
21881         package building.
21882         
21883         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21884         * src/debug-tree.c: Fixed a crash bug.
21885         * src/compiler_options.c: Takes care of linking the missing pieces;
21886         C flags, libs, optimization options, debug and profile.
21888         Patch from: Enver ALTIN  <ealtin@casdb.com>
21889         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21890         
21891 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21893         Reviewed by Naba Kumar  <naba@gnome.org>
21894         * src/project_dbase.c: Fixed bugs #778263 and #778413
21895           Adding multiple files to project should work now.
21897 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21899         Reviewed by Naba Kumar  <naba@gnome.org>
21900         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21901         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21902         for Locals window.
21904 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21906         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21908 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21910         * src/text_editor.c: Fix translatable string (#113934).
21912 2003-07-04  Naba Kumar  <naba@gnome.org>
21914         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21915         bug when there is no project open. Bug #____.
21916         
21917         * src/source.c: Fixed a bug with build failure with non-gnome
21918         project with glade-generated source (eg. gtk2). Bug #____.
21920 2003-06-26  Naba Kumar  <naba@gnome.org>
21922         * src/anjuta.h: Removed reference to windows-dialog.h.
21923         * src/message-manager-private.[cc,h]: Fixed doulbe click
21924         activation of messages to properly jump at the destination.
21925         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21926         * src/toolbar.c: Code clean-ups.
21927         
21928         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21929         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21930         
21931         * src/message-manager-private.[cc,h]: Removed dead codes.
21932         
21933         * (new) data/properties/css.properties,
21934         data/properties/anjuta.properties, data/properties/Makefile.am:
21935         Added CSS syntax hiliting properties.
21936         
21937         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21938         * src/debugger.c: Clean ups.
21939         * src/lexer.h: Added CSS lexer definition.
21940         
21941         * Makefile.am: Installs destop file properly.
21942         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21943         * NEWS: Updated for 1.1.97 release.
21944         * src/main_menubar_def.h: Changed some non working shortcuts.
21945         
21946 2003-06-24  Naba Kumar  <naba@gnome.org>
21948         * src/search-replace.c: Shows the dialog properly, even when it is
21949         hidden behind another window.
21950         
21951         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21952         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21953         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21954         and code clean up.
21955         
21956         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21957         setup wizard dialogs.
21958         
21959         * src/debugger.c: Removed a redundant call to
21960         debugger_update_controls().
21961         * src/compiler_options.c, src/launcher.c: code cleanup.
21962         * src/executer.c: Fixed execution bug with 'Set Program params...".
21963         
21964 2003-06-23  Naba Kumar  <naba@gnome.org>
21966         * widgets/e-splash.c: Removed border around the splash image.
21967         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21968         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21969         * src/cvs.c: Added a frame around commit log text widget.
21970         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21971         crash bug associated with translated combo box list in preferences
21972         dialog (in different locale other than en_US). Used widget names
21973         to pass the combo list items.
21974         * po/POTFILES.in: Updated.
21975         * src/launcher.c: Creates the zvt terminal at startup (and not
21976         every time a build is done) -- speeds up buld operations.
21977         * src/file_history.c: Should be if() conditional instead of
21978         assertion check.
21979         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21980         Disabled useless warnings.
21981         * src/project_dbase.c: Fixed bonobo 2 project name.
21982         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21983         and uses correct glade-2 for file generation.
21984         
21985 2003-06-21  Naba Kumar  <naba@gnome.org>
21987         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21988         And disables autocomple show for numbers (very annoying).
21989         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21990         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21991         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21992         from view menu and adjust the controls accordingly.
21993         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21994         only OK button.
21995         * src/project_dbase.[c,h]: Removed show_local flag processing.
21996         * src/message-manager.[c,h]: Reorganized messages tabs in more
21997         sensible order.
21998         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21999         Also added PCRE dependency.
22000         
22001 2003-06-20  Naba Kumar  <naba@gnome.org>
22003         * pixmaps/anjuta_splash.png: New splash.
22004         from Jean Schurger  <yshartk@schurger.org>
22005         
22006         * src/controls.c: De-sensitize run-to-cursor when debugger
22007         is not running.
22008         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
22009         
22010         * src/message-manager-private.cc: Fixed to properly jump at
22011         the right file:line.
22012         
22013         * src/appwiz_page1.c: Fixed to correctly determine the project
22014         trpe from the wizard.
22015         
22016 2003-06-20  Naba Kumar  <naba@gnome.org>
22018         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
22019         * src/watch_gui.c: Code cleanups.
22020         * src/debugger.[c,h], src/stack_trace.[c,h],
22021         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
22022         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
22023         Removed direct access to stack_trace private data, Increased debugger
22024         command size from 256 to 1024 (to be on safer side). Also implemented
22025         row-activated signle for seting frame and viewing the source.
22026         * src/debugger.c: Avoids starting program and stopping debugger
22027         when starting debugger and stopping program, respectively.
22028         
22029         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
22030         Reverted codes to start debugger automatically
22031         The file is brought to the state just after the branching 
22032         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
22033         some code clean ups.
22034         
22035         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
22036         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
22037         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
22038         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
22039         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
22040         src/project_dbase.c: Code clean ups.
22041         
22042         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
22043         (Projects dir) so that correct $HOME/Projects path is set when
22044         anjuta is run for the first time.
22045         
22046 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
22048         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
22050 2003-06-13  Naba Kumar  <naba@gnome.org>
22052         * src/stack_trace_cbs.c: Moved variable declaration at the
22053         top of the block (bug #737867)
22054         
22055         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
22056         just CFLAGS and CXXFLAGS (bug #743617).
22057         
22058         * src/create_global_tags.sh: Fixed shell script to properly
22059         detect installed *-config files.
22060         
22061 2003-06-12  Naba Kumar  <naba@gnome.org>
22063         * src/preferences.[c,h]: Added methods for custom widgets in
22064         preferences: using custom set/get methods for them.
22065         
22066         * src/anjuta-encoding.c: Implemented up/down of the encodings
22067         in the list and property saves correctly.
22068         
22069         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22070         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
22071         the beginning of a file.
22073         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22074         * src/aneditor.cxx, src/aneditor.h,
22075         src/controls.c, src/main_menubar.c, src/main_menubar.h,
22076         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22077         src/mainmenu_callbacks.h: Allows the operator to select the current
22078         word or the current line (Request: 680801). It puts also
22079         sensitive/unsensitive several select/comment menu items.
22081         * src/breakpoints.c: Presets by default the current line for a
22082         defined breakpoint.
22084 2003-06-11  Naba Kumar  <naba@gnome.org>
22086         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
22087         color (red highlight) now cosistent for inactive tabs also.
22088         
22089         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
22090         'Advanced search and replace' in Edit->Search submenu.
22091         
22092         * data/properties/tcltk.properties: Fixed bug #731851. Added line
22093         wrappings '\' where     they were missing.
22094         
22095         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
22096         message is now more descriptive and details the correct thing to do
22097         for GNOME2 desktop.
22098         
22099 2003-06-10  Naba Kumar  <naba@gnome.org>
22101         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
22102         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
22103         Removed any reference to particular version of automake/autoconf
22104         so that they could work with newer versions (Bug #659394).
22106         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
22107         src/anjuta.c: Added coded to add/remove supported encodings.
22108         
22109         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
22110         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
22111         src/project_import.c, src/project_type.c, src/project_type.h,
22112         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
22113         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
22114         from the project wizard.
22116 2003-06-06  Naba Kumar  <naba@gnome.org>
22118         Patch from Etay Meiri  <etay-m@bezeqint.net>
22119         * src/compiler_options.c: Fixed bugs related to clean before
22120         build patch.
22121         
22122         * anjuta.desktop.in.in: Added commandline options.
22123         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
22124         -dP and -A flags of CVS update into different options.
22125         
22126 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
22128         * configure.in: Removed "ta" from ALL_LINGUAS.
22130 2003-06-02  Naba Kumar  <naba@gnome.org>
22132         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
22133         return NULL for undefined properties and "" for defined but empty
22134         strings. It was creating many problems where both are assumed to be
22135         same. And besides, it doesn't matter to differentiate the two (the
22136         problem with preferences was due to a different bug).
22138         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
22139         correctly. Also, s/props_build_in/props_built_in/g.
22140         
22141         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
22142         list.
22143         
22144         * src/an_file_view.c: Unrefed pixbufs when done with them.
22146         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
22147         (removed) file_text.png: Added and removed pixmaps.
22148         
22149 2003-05-30  Naba Kumar  <naba@gnome.org>
22151         * anjuta.glade: Fixed encodings preferences dialog
22152         
22153 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
22154         
22155         Reviewed by Naba Kumar  <naba@gnome.org>
22156         
22157         * src/build_project.c src/clean_project/c: perform a clean before
22158         build, if required. Show the message manager on clean.
22159         * src/compiler_options.c: save the new options when window is closed
22160         and flag project to be cleaned before the next build.
22161         * src/project_dbase.c: added a 'clean before build' flag to project
22163 2003-05-29  Naba Kumar  <naba@gnome.org>
22165         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
22166         dialog.
22167         
22168         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
22169         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
22170         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
22171         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
22172         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
22173         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
22174         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
22175         print_color.xpm, print_landscape.xpm, print_layout.xpm,
22176         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
22178         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
22179         Removed unused icons references.
22181 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
22183         Reviewed by Naba Kumar  <naba@gnome.org>
22184         
22185         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
22186           src/compiler_options.c, src/debugger.c, src/find_replace.c,
22187           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
22188           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
22189           src/toolbar_callbacks.c: HIG compliant dialogs.
22191         * src/utilities.c: anjuta_button_new_with_stock_image() and
22192           anjuta_dialog_add_button() stolen from gedit.
22194         * src/main_menubar_def.h: Fixed mnemonics.
22196 2003-05-26  Naba Kumar  <naba@gnome.org>
22198         * src/project_dbase_gui.c: Added header files filter for add file
22199         dialog box. Disabled project window to be transient window.
22200         
22201         * src/message-manager.cc: Disabled message manager window to be
22202         transient window.
22203         
22204         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
22205         a file could not be loaded.
22206         
22207         * src/project_dbase.c: Fixed a bug with GUI editor command
22208         where empty string is returned.
22209         
22210         * src/Makefile.am, src/preferences.h, src/text_editor.c
22211         src/text_editor.h, (new) src/anjuta-encodings.h,
22212         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
22213         Added encoding support and to handle characters encoding correctly
22214         by auto detecting it during load. Added preferences for selecting
22215         the encoding during save.
22217         * src/preferences.c, src/resources.c: Removed debug messages.
22219         Patch from: Alexander Nedotsukov <bland@mail.ru>
22220         * src/getline.c: Fixed many fatal bugs for FreeBSD.
22222 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22223         * src/anjuta.c: Try to sow the splash image more often.
22225 2003-05-20  Naba Kumar  <naba@gnome.org>
22227         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22228         * src/debug_tree.c: Colorize the modified locals during
22229         debugging and call memory analyze from the debugger.
22230         * src/breakpoints.c: The color is now different for the enabled
22231         and disabled breakpoints. Anjuta now can erase several
22232         breakpoints defined at the same line. The markers are updated
22233         according to the enable/disable action.
22234         
22235         Patch from Etay Meiri  <etay-m@bezeqint.net>
22236         * src/launcher.c: Fixes launcher freeze up bug during build.
22238 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
22240         Reviewed by Naba Kumar  <naba@gnome.org>
22241         * scintilla/PropSet.h: Change member variables from private to protected.
22242         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22243         to PropSetFile class, which return a gchar * (and can therefore indicate
22244         whether properties are empty or do not exist) and make prop_get and
22245         prop_get_expanded use them.
22246         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22247         that the result of of prop_get cannot be an empty string.
22249 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
22251         Reviewed by Naba Kumar  <naba@gnome.org>
22252         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22253         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22254         src/text_editor_cbs.c: When saving all the files in the project, the
22255         text editors are now only rehighlighted once instead of once for each
22256         file saved.
22258 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22259         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22260         * src/anjuta.desktop.in.in: Support startup notification.
22261 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22262         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22263         * src/anjuta.desktop.in.in: Support startup notification.
22266 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
22268         Reviewed by Naba Kumar  <naba@gnome.org>
22269         
22270         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22271         memory leak from glade_xml_new call. Removed gxml field from Executer
22272         struct as only used in create_executer_dialog and then destroyed.
22273         
22274         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22275         
22276         * src/configurer.c: Fix warning trying to connect signal to non-existent
22277         environment entry in configure dialog and fix crash when closing the
22278         window.
22279         
22280         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22281         gnome_date_edit_get_time instead.
22282         
22283         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22284         in view menu required renumbering elsewhere.
22286 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
22288         Reviewed by Naba Kumar  <naba@gnome.org>
22289         
22290         * src/breakpoints.c: fixed an error when removing breakpoint
22291         * src/controls.c: 'run to cursor' is sensitive when debugger not active
22292         * src/debugger.c: changes to the way the debugger is activated
22293         * src/debugger.h: clean ups
22295 2003-05-13  Naba Kumar  <naba@gnome.org>
22297         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22298         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22299         src/memory.h: A new version of memory and the interface
22300         is now integrated in anjuta.glade
22302 2003-05-09  Naba Kumar  <naba@gnome.org>
22304         * configure.in: Bumped required gtk version to 2.0.8.
22305         
22306 2003-05-06  Naba Kumar  <naba@gnome.org>
22308         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22310 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22311         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22313 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22314         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22315         , tagmanager/c.c: Support for ProC and RDB files.
22317 2003-05-06  Naba Kumar  <naba@gnome.org>
22319         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22320         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22321         Uncomment (Box & Stream), Select the current function,
22322         authorize the "Quit" button of the GotoLine window
22324 2003-05-05  Naba Kumar  <naba@gnome.org>
22326         * src/watch_gui.h: CVS added new file.
22328         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22330         Patch from Etay Meiri <etay-m@bezeqint.net>
22331         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22332         src/mainmenu_callbacks.c, src/message-manager.cc,
22333         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22334         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22335         Ported stack trace to GNOME2 and added it in the message manager
22336         pane.
22338 2003-05-02  Naba Kumar  <naba@gnome.org>
22340         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22341         
22342         * src/preferences.[h,c]: Fixed preferences to save only one copy of
22343         preferences property.
22344         
22345         * anjuta.prj: Fixed multiple preferences saved data.
22346         
22347         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22348         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22349         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22350         scintilla/include/Platform.h, scintilla/include/PropSet.h,
22351         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22352         Upgraded scitilla from CVS with faster window repaint
22353         and more bugfixes.
22354         
22355         Patch from  Etay Meiri  <etay-m@bezeqint.net>
22356         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22357         and code cleanups
22358         
22359 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
22361         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
22362         the window if messages are appended to the end and the scrollbar is
22363         at the end.
22365 2003-04-29  Naba Kumar  <naba@gnome.org>
22367         * configure.in: Removed omf-install from Makefiles list.
22369 2003-04-28  Naba Kumar  <naba@gnome.org>
22371         * po/POTFILES.in: Remvoded deleted files.
22372         
22373         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22374         pixmaps/windows-style-undocked.png: Added setup wizard's images.
22376         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22377         is executed as detached) is not set properly.
22378         
22379 2003-04-25  Naba Kumar  <naba@gnome.org>
22380         
22381         * anjuta.prj: Updated.
22382         * src/anjuta_info.c: Fixed text wrapping and column view.
22383         * data/welcome.txt.in: Removed unaligned characters.
22384         
22385 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22386         * src/main_menubar.c: Disable setup dialog.
22388 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22389         * src/breakpoints.c; Fixed compilation with older GCC
22390         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22391         * HACKING: Spelling fixes (Suggested by Stephen Knight)
22393 2003-04-18  Naba Kumar  <naba@gnome.org>
22395         * anjuta.prj: Updated (includes compiler options).
22396         
22397         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22398         function from anjuta.c (it was already available in anjuta-tools.c).
22399         
22400 2003-04-18  Naba Kumar  <naba@gnome.org>
22402         * src/about.c, THANKS: Updated
22403         
22404         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22405         
22406         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22407         properly from the project session before updating the file
22408         view.
22409         
22410         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22411         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22412         dialog settings (as it will not be required once GDL is in place) and
22413         added file view filters in the settings sub-menu.
22415 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22416         * HACKING: Updated
22417         * configure.in: Disable cast checks on final build.
22419 2003-04-17  Naba Kumar  <naba@gnome.org>
22421         * src/build_project.c: Fixed a compilation error.
22423         * src/launcher.c: Removed commnets.
22424         
22425         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22426         properties from editor tab to indentation tab and fixed a property
22427         label for proper i18n translation. Fixed typos in project config
22428         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22429         sorting and reordering in compiler options dialog.
22430         
22431         * src/compiler_options.c: Implemented _save() function to save the
22432         options (which was pending).
22433         
22434         * src/build_project.c: Destroys install-as-root dialog when it is done.
22435         
22436         * src/an_symbol_view.c: Change "event" event to "event-after" so
22437         that symbol row is selected first before the popup is shown.
22438         
22439 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22441         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22442         file in CVS/Entries. (Reviewed and applied by Biswa)
22444 2003-04-16  Naba Kumar  <naba@gnome.org>
22446         * aneditor.cxx: use unicode everytime (fixed unicode related
22447         bugs).
22449         * anjuta.prj: Fixed UI editor name (blank to use default) and
22450         anjuta version.
22451         
22452         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22453         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22454         Editor preferences page.
22456 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22457         * src/anjuta.[ch], src/print.c: Fixed warnings
22458         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22459         * configure.in: Profiling support with gprof
22461 2003-04-16  Naba Kumar  <naba@gnome.org>
22463         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22464         * src/launcher.c: Fixed cvs dialog.
22465         
22466 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22467         
22468         * src/message-manager-private.cc: Fixed double-click on first line of 
22469         output to properly select a line.
22470         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22471         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22473 2003-04-15  Naba Kumar  <naba@gnome.org>
22475         * src/message-manager-private.cc: Fixed the glade filename typo.
22477 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22478         * scintilla/*, data/properties/*: Scintilla CVS merge
22479         * anjuta.prj: Removed unnecessary files.
22480         * scintilla/PlatGTK.cxx: Force Pango fonts always
22481         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22482         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22483         for preferences.
22484         * configure.in: Change version no. for 1.1.1 (alpha release)
22485         * configure.in: Added '--with-pref-suffix' option.
22486         * config.guess, config.sub: Removed from CVS.
22488 2003-04-15  Naba Kumar  <naba@gnome.org>
22490         Patch from Timothee Besset  <ttimo@idsoftware.com>
22491         * Makefile.am: Fixed a shell script error during intallation.
22492         
22493 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22495         Reviewed by Naba Kumar  <naba@gnome.org>
22496         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22497         set_wm_class to use "anjuta" instead of "an.
22498         * src/message-manager-private.cc: Headers are hidden again.
22500 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22501         * src/project_dbase_gui.c: Memory corruption fix.
22502         * anjuta.prj: Updated project file
22504 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22505         * an_file_view.c: Connect to event-after signal rather than event so that
22506         selection is updated first and thus context menu is for the right file.
22507         Reviewed and applied by Biswa.
22509 2003-04-14  Naba Kumar  <naba@gnome.org>
22511         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22512         
22513         * src/auncher.c: More child exit fixes
22514         from Timothee Besset  <ttimo@idsoftware.com>
22516 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22517         
22518         Reviewed by Naba Kumar  <naba@gnome.org>
22519         
22520         * src/message-manager.[c/h], src/message-manager-private[c/h],
22521                 anjuta.[c/h]: Ported message-manager to Gtk2
22522         
22523         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22524         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22525         src/clean_project.c, src/compile.c, src/configurer.c,
22526         src/controls.c, src/cvs.c, src/debugger.c,
22527         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22528         src/project_import.c, src/search-replace.c: Changed name from
22529         AnjutaMessageManager to AnMessageManager to avoid too long type
22530         and funtion names.
22532 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22533         * src/launcher.c: Fix build won't stop problem - TTimo
22534         * TODO: Updated
22535         * pixmaps/anjuta_splash.c: New splash screen prototype.
22536         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22537         * src/compiler_options.c: Mute pkgconfig errors.
22538         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22540 2003-04-10  Naba Kumar  <naba@gnome.org>
22542         * configurer.[c,h]: Fixed dialog to close properly.
22543         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22544         debugging asserts.
22545         
22546 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22547         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22548         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22549         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22550         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22551         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22552         src/makefile.am: Move gdl to it's own directory.
22553         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22555 2003-04-09  Naba Kumar  <naba@gnome.org>
22557         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22558         branch.
22560 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22561         * src/anjuta-tools.c: Use CDATA for saving tools data.
22562         * anjuta.glade, src/search-replace.c: Port from branch.
22563         * widgets/e-splash.*, src/main.c: Better splash screen.
22564         * configure.in, widgets/gdl*: Import GDL widgets.
22565         * ROADMAP: Updated roadmap.
22566         * src/an_file_view.c: Use GDL icons for file tree.
22568 2003-04-09  Naba Kumar  <naba@gnome.org>
22570         * anjuta.glade: Added (hidden) initial setup-wizard window.
22571         
22572         Patch from: Vitaly  <vvv@rfniias.ru>
22573         * src/preferences.c: Fixes a bug with libglace widget access with
22574         translated strings.
22576         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22577         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22578         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22579         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22580         src/toolbar_callbacks.[c,h],
22581         src/memory.c, src/message-manager-private.cc,
22582         src/message-manager-private.h, src/message-manager.cc,
22583         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22584         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22585         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22586         watch window to a subwindow in the notebook
22588 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22589         * ROADMAP: Updated roadmap.
22591 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22593         * configure.in: Added Belarusian to ALL_LINGUAS.
22595 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22596         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22597         Henry Jia
22598         * ROADMAP: Added roadmap for HEAD.
22600 2003-03-29  Naba Kumar  <naba@gnome.org>
22602         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22603         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22604         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22605         (new) pixmaps/start-with-wizard.png,
22606         (new) pixmaps/start-with-import.png,
22607         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22608         up on anjuta start-up to give quick access to opening file/project or
22609         creation wizards.
22611         * src/main.c: Sets proper data directory for the gnome
22612         program.
22614 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22615         * src/text_editor.c: Fixed error/warning indicators.
22617 2003-03-24  Naba Kumar  <naba@gnome.org>
22619         * README: Correct version.
22620         
22621 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22623         * configure.in: Added checks to see if were building on FreeBSD
22624         systems.  Sets -DFREEBSD if we are, and also attempts to find
22625         gmake if the host system is FreeBSD.
22627         * src/getline.c: New file used to provide the getline function,
22628         which isnt available on a FreeBSD system.  The function is only
22629         defined if FREEBSD is defined.
22631         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22633         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22634         configure.in sets this to gmake on FreeBSD systems, and make
22635         on everything else.
22637 2003-03-23  Naba Kumar  <naba@gnome.org>
22639         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22640         
22641         * anjuta.spec.in: Fixed spec file for correct file paths and
22642         corrected rpmbuild.
22644         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22645         the rpm build command separately now.
22646         
22647         * src/anjuta.c, windows-dialog.c: Added some more window management
22648         stuffs (not still fully working, though).
22650         * TODO: Updated.
22652 2003-03-22  Naba Kumar  <naba@gnome.org>
22654         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22656 2003-03-21  Naba Kumar  <naba@gnome.org>
22658         * README: Removed Andy Piper's name from the active maintainers
22659         list on his request.
22660         
22661         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22662         preferences.
22663         
22664         * src/anjuta-tools.c: Fixed compiler errors.
22666         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22667         show bugs.
22668         
22669         * src/commands.c, src/src_paths.c, src/style-editor.c,
22670         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22671         becuase they are now hidden by default (from glade editing).
22672         
22673         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22674         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22675         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22676         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22677         basic windows managements.
22678         
22679 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22680         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22681         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22682         Enver ALTIN (a.k.a. skyblue)
22684 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22685         * tagmanager/*: Added ignore-list for symbols. This will make
22686         parsing more accurate for projects. Doc updates needed.
22688 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22689         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22690         * launcher/Makefile.am: Link to correct libraries
22691         * src/launcher.c: Do not allow NULL shell
22693 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22694         * src/debug_tree.c: Improve debug tree view.
22696 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22698         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22699         'Run Configure Script' and 'Execute Program'. Increase minimum width
22700         of Configure dialog.
22701         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22702         list widget by setting a model and adding a column and renderer.
22703           Actually store the nocvs toggle button in FindInFiles data structure.
22704           Handle selection changes via changed signal rather than row_activated.
22705           Use response signal for handling the close and find buttons.
22706           Close window when escape is pressed.
22707         * find_replace.c: Close window when escape is pressed.
22708         * find_text.c: Close window when escape is pressed in find dialog as
22709         well as wrap search question, where now Yes is the default button.
22711 2003-03-05  Naba Kumar  <naba@gnome.org>
22713         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22715         * src/message-manager-private.cc: Fixed a bug with vte conditional
22716         compilation.
22717         * anjuta.glade: Hides all windows in glade file.
22719 2003-03-05  Naba Kumar  <naba@gnome.org>
22721         * src/an_file_view.c: Fixed a compilation warning.
22722         * src/message-manager-private.cc: Conditional compilation for vte
22723         API.
22724         
22725 2003-02-28  Naba Kumar  <naba@gnome.org>
22727         * configure.in, anjuta.spec.in: Updated dependency packages version.
22728         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22729         * src/preferences.c: Added debug assertions.
22730         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22731         editor to enable/disable bringing the recent editor tabs first.
22732         
22733         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22734         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22735         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22736         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22737         and     bug fixes. Also code clean ups.
22738         
22739         * (new) src/search-replace.[h,c]: New search replace implementation
22740         from ANJUTA_1_0_0 branch.
22741         
22742         * (new) src/windows-dialog.[h,c]: New windows management class
22743         [work in progress].
22745 2003-02-28  Naba Kumar  <naba@gnome.org>
22747         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22748         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22749         src/appwizard.c, src/build_file.c, src/build_project.c,
22750         src/clean_project.c, src/compile.c, src/configurer.c,
22751         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22752         src/message-manager-dock.c, src/message-manager-dock.h,
22753         src/message-manager-private.cc, src/message-manager.cc,
22754         src/preferences-dialog.c, src/preferences-dialog.h,
22755         src/preferences.c, src/preferences.h, src/project_dbase.c,
22756         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22757         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22758         src/utilities.c, src/utilities.h:
22759         
22760         Widgetized Preferences and gave proper function names.
22762         * src/executer.c: Fixed a session loading bug.
22763         
22764 2003-02-27  Naba Kumar  <naba@gnome.org>
22766         * printing/print.c: Fixed printing font bug that failed to load the
22767         proper fonts.
22768         
22769         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22770         
22771         * TODO, anjuta.prj: Updated.
22773 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22775         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22776         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22777         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22778         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22779         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22780         fixed omf errors
22782 2003-02-25  Naba Kumar  <naba@gnome.org>
22784         * Makefile.am: Excluded omf-install from installation as the docs are
22785         not ready.
22786         
22787         TODO: Updated.
22788         
22789         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22790         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22791         property names and added new editor properties and code cleanups.
22792         Also added new project properties.
22793         
22794         * src/compiler_options.[h,c]: Added pkg-config packages supports
22795         and fixed bugs.
22796         
22797         * src/glade_iface.h: Cleanups.
22798         
22799         * src/launcher.c: Used timer instead of idle to scan.
22800         
22801         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22802         src/project_config.[h,c], src/project_import.c: Implemented project
22803         property to define GUI editor and to handle it.
22804         
22805         * src/preferences.c: i18n fixes.
22806         
22807         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22808         unused (and old) pixmaps.
22809         
22810         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22811         
22812 2003-02-25  Naba Kumar  <naba@gnome.org>
22814         * src/message-manager-private.[h,cc], src/preferences.c,
22815         anjuta.glade, anjuta_dialog_strings.c: Implemented
22816         gnome terminal profiles for the terminal preferences and moved the
22817         addition of terminal preferences in the terminal constructor.
22818         
22819         * anjuta.prj: Updated.
22821 2003-02-24  Naba Kumar  <naba@gnome.org>
22823         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22824         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22825         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22826         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22827         preferences dialog.
22829         * TODO: Updated.
22831         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22832         text selection and child re-spawning.
22834         * src/pixmaps.h: Removed unused pixmaps definitions.
22835         
22836 2003-02-23  Naba Kumar  <naba@gnome.org>
22838         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22839         the project tree/window.
22841         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22842         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22843         Correct the use of a variable and implemented session save/load
22844         for tree expansion states.
22845         
22846         * src/main_menubar_def.h: Fixed shortcuts keys.
22847         
22848         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22849         
22850         * anjuta.prj: Updated.
22851         
22852 2003-02-22  Naba Kumar  <naba@gnome.org>
22854         * src/debug_tree.[c,h]: GNOME2 port from 
22855         Etay Meiri <etay-m@bezeqint.net>
22856         
22857         * src/an_file_view.c, src/resources.[h,c],
22858         data/properties/bash.properties,
22859         data/properties/cpp.properties,
22860         data/properties/html.properties,
22861         data/properties/make.properties,
22862         data/properties/others.properties,
22863         data/properties/perl.properties,
22864         data/properties/props.properties,
22865         data/properties/xml.properties: Standarized file icons. Icons are
22866         defined in respective .properties file and are retrieved as resource
22867         data.
22869         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22870         in labels from the commands editor as that would create
22871         problems for translators.
22873 2003-02-21  Naba Kumar  <naba@gnome.org>
22875         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22876         as they should be part of CVS(?).
22878         * Makefile.am: Corrected a typo for glade generated strings file.
22880         * configure.in, po/hi.po: Added new Hindi (hi) translation
22881         in ALL_LINGUS and added initial Hindi translation.
22883         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22884         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22885         sv_unknown.xpm to more proper icon.
22887         * (new)data/properties/php.properties, data/properties/Makefile.am,
22888         data/properties/anjuta.properties, data/properties/html.properties:
22889         Fixed PHP syntax hilighting bug by separating php properties into
22890         different file (because of file size).
22892         * TODO: Updated.
22893         
22894 2003-02-20  Naba Kumar <naba@gnome.org>
22896         * src/breakpoints.c: Fixed breakpoints session saving/loading
22897         crash bug.
22898         
22899         * scintilla/*, scintilla/include/*: Updated to scintilla
22900         release 1.51
22901         
22902 2003-02-19  Naba Kumar <naba@gnome.org>
22904         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22905         * TODO: Updated.
22907         * Makefile.am, src/Makefile.am,
22908         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22909         (removed) src/anjuta_dialog_strings.c,
22910         (removed) src/anjuta_dialogs_strings.c,
22911         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22912         (added) anjuta.glade: Transfered glade files from src/ directory
22913         to the top level directory.
22915         * po/POTFILES.in: Updated.
22916         
22917         * (removed) macrocs2/*: Transfered to data/ directory.
22918         
22919         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22920         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22921         requires to have macros dir, but the projects generated by anjuta
22922         require them.
22923         
22924         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22925         trees.
22926         
22927         * src/defaults.c: Corrected default compiler options.
22928         
22929         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22930         wizard.
22931         
22932         * src/message-manager-private.cc, src/message-manager-private.h,
22933         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22934         
22935         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22936         source code generation for gnome2 projects.
22938 2003-02-11  Naba Kumar <naba@gnome.org>
22940         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22941         restores the expand/collaspe states of the nodes after refresh.
22942         
22943         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22944         
22945 2003-02-11  Naba Kumar <naba@gnome.org>
22947         * src/style-editor.c: Fixed pango font description handling for fonts.
22948         * src/anjuta.glade: Removed font size spin button.
22949         * configure.in, src/anjuta.prj: Corrected version.
22950         * TODO: update.
22951         
22952 2003-02-10  Naba Kumar <naba@gnome.org>
22954         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22955         references of scroll-menu.h and add about.h in Makefile.am.
22956         
22957         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22958         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22959         (removed) widgets/scroll-menu.h: Removed unused files.
22960         
22961         * Makefile.am: Added proper i18n rules and added intl tools for
22962         distributions.
22963         
22964         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22965         to the stable release).
22966         
22967         * anjuta.spec.in: Removed manuals packaging.
22968         
22969         * data/Makefile.am: Removed 'macros' installation (not required for
22970         gnome2 projects).
22972 2003-02-10  Naba Kumar <naba@gnome.org>
22974         * po/POTFILES.in: Updated.
22976         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22977         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22978         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22979         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22980         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22981         icons and images.
22983         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22984         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22985         and fixed to properly handle focus in find entry box.
22987         * Makefile.am: Added code for RH system menu update.
22989         * .cvsignore: Updated.
22991         * NEWS: Updated.
22993 2003-02-03  Naba Kumar <naba@gnome.org>
22995         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22996         editor preferences. and fixes dialogs.
22998         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22999         Fixed linenumbers and header margins when they are disabled and
23000         removed unused header files.
23002         * src/attact_process.[h,c], src/debugger.c: Attach to process
23003         now works.
23005         * src/help.c: Fixed dialog response.
23007         * TODO: Updated.
23009         * data/properties/anjuta.properties: Corrected typo.
23011         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
23012         Change the signal to "changed" in entry from "selection-changed" in
23013         list.
23015         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
23016         short-cuts.
23018 2003-01-31  Naba Kumar <naba@gnome.org>
23020         * configure.in: Upgraded to use libgnomeprint-2.2
23021         
23022         * printing/Makefile.am: Updated
23023         
23024         *(removed) printing/print-doc.c, printing/print-doc.h,
23025         printing/print-util.c, printing/print-util.h: Removed because already
23026         merged with print.c.
23027         
23028         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
23029         and libgnomeprintui-2.2 and fixed rendering problems.
23030         
23031         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
23032         uneccessary print properties, as they are separately taken
23033         care in gnomeprint.
23034         
23035         * po/POTFILES.in: Update.
23037 2003-01-30  Naba Kumar <naba@gnome.org>
23039         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
23040         for about dialog box.
23041         
23042         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
23043         src/pixmaps.h: Modified for the above additions for about dialog.
23045 2003-01-29  Naba Kumar <naba@gnome.org>
23047         * src/style_editor.[c,h]: Added missing files.
23048         
23049 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23050         * scintilla/XPM.[cxx|h]: Added missing files
23052 2003-01-29  Naba Kumar <naba@gnome.org>
23053         
23054         * TODO, po/POTFILES.in: Updated.
23055         
23056         * anjuta.prj, src/anjuta.glade,
23057         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
23059 2003-01-28  Naba Kumar <naba@gnome.org>
23060         
23061         * data/properties/anjuta.properties, src/aneditor.cxx,
23062         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
23063         properties into text properties (earlier it was int properties).
23065         * TODO: Updated
23066         
23067         * scintilla/AutoComplete.c,xx,
23068         scintilla/AutoComplete.h,
23069         scintilla/CallTip.c,xx,
23070         scintilla/CallTip.h,
23071         scintilla/Document.c,xx,
23072         scintilla/Document.h,
23073         scintilla/Editor.c,xx,
23074         scintilla/Editor.h,
23075         scintilla/LexAVE.c,xx,
23076         scintilla/LexCSS.c,xx,
23077         scintilla/LexHTML.c,xx,
23078         scintilla/LexOthers.c,xx,
23079         scintilla/LexPython.c,xx,
23080         scintilla/LineMarker.c,xx,
23081         scintilla/LineMarker.h,
23082         scintilla/Makefile.am
23083         scintilla/PlatGTK.c,xx,
23084         scintilla/PropSet.c,xx,
23085         scintilla/ScintillaBase.c,xx,
23086         scintilla/ScintillaBase.h,
23087         scintilla/ScintillaGTK.c,xx,
23088         scintilla/ViewStyle.c,xx,
23089         scintilla/include/Platform.h,
23090         scintilla/include/SciLexer.h,
23091         scintilla/include/Scintilla.h,
23092         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
23093         
23094         
23095         src/Makefile.am,
23096         src/an_file_view.c,
23097         src/an_symbol_view.c,
23098         src/anjuta-tools.c,
23099         src/anjuta.c,
23100         src/anjuta.glade
23101         src/anjuta.h,
23102         src/anjuta_cbs.c,
23103         src/anjuta_dialogs_strings.c,
23104         src/anjuta_info.c,
23105         src/commands.c,
23106         src/compiler_options.c,
23107         src/debugger.c,
23108         src/help.c,
23109         src/main_menubar.c,
23110         src/main_menubar.h,
23111         src/main_menubar_def.h,
23112         src/mainmenu_callbacks.c,
23113         src/mainmenu_callbacks.h,
23114         src/message-manager-private.c,c
23115         src/message-manager-private.h,
23116         src/message-manager.c,c
23117         src/message-manager.h,
23118         src/pixmaps.h,
23119         src/preferences.c,
23120         src/preferences.h,
23121         src/project_config.c,
23122         src/project_dbase.c,
23123         src/project_dbase_gui.c,
23124         src/project_import_gui.c,
23125         src/properties.c,xx,
23126         src/properties.h,
23127         src/resources.c,
23128         src/src_paths.c,
23129         src/text_editor.c,
23130         src/text_editor_gui.c,
23131         src/toolbar.c,
23132         src/utilities.c,
23133         src/utilities.h,
23134         anjuta.prj: GNOME2 porting and fixed many porting bugs.
23135         
23136 2003-01-24  Naba Kumar <naba@gnome.org>
23138         * src/text_editor_gui.c, src/toolbar.c,
23139         src/text_editor.c, src/text_editor_cbs.h:
23140         Used correct notification signal name for scintilla
23141         (gtk2) and fixed UI.
23142         
23143         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
23144         when not required.
23145         
23146         * printing/print-doc.c,
23147         printing/print.c,,
23148         src/anjuta-tools.c,
23149         src/find_replace.c,
23150         src/goto_line.c,
23151         src/launcher.c,
23152         src/mainmenu_callbacks.c,
23153         src/project_dbase.c,
23154         src/project_dbase.h,
23155         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
23156         src/text_editor.c,
23157         src/text_editor_cbs.h:
23160 2003-01-23  Naba Kumar <naba@gnome.org>
23162         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
23163         correct stock icons and organized pixmap macros.
23164         
23165         Makefile.am: Removed non-generated files.
23166         
23167         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
23168         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
23169         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
23170         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
23171         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
23172         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
23173         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
23174         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
23175         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
23176         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
23177         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
23178         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
23179         stop.xpm, undo.xpm}: Removed because no longer used.
23181         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
23182         file_unknown.xpm}: Files renamed from fv_*, as it would
23183         be the right name.
23185         * pixmaps/Makefile.am: Updated for the above changes.
23187 2003-01-23  Jakub Steiner <jimmac * ximian * com>
23189         * pixmaps/autocomplete-16.png,
23190         pixmaps/autocomplete.png,
23191         pixmaps/block-end-16.png,
23192         pixmaps/block-end.png,
23193         pixmaps/block-start-16.png,
23194         pixmaps/block-start.png,
23195         pixmaps/bookmark-first-16.png,
23196         pixmaps/bookmark-first.png,
23197         pixmaps/bookmark-last-16.png,
23198         pixmaps/bookmark-last.png,
23199         pixmaps/bookmark-next-16.png,
23200         pixmaps/bookmark-next.png,
23201         pixmaps/bookmark-prev-16.png,
23202         pixmaps/bookmark-prev.png,
23203         pixmaps/error-next-16.png,
23204         pixmaps/error-next.png,
23205         pixmaps/error-prev-16.png,
23206         pixmaps/error-prev.png: gnome2-styled icons
23209 2003-01-23  Naba Kumar <naba@gnome.org>
23211         * anjuta.prj: Updated compiler options.
23212         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
23214         * src/aneditor.cxx,
23215         src/anjuta.c,
23216         src/anjuta.glade,
23217         src/anjuta_dialogs_strings.c,
23218         src/mainmenu_callbacks.c,
23219         src/mainmenu_callbacks.h,
23220         src/text_editor.c,
23221         src/text_editor_cbs.c,
23222         src/text_editor_gui.c: GNOME2 Porting.
23224 2003-01-22  Naba Kumar <naba@gnome.org>
23226         * ChangeLog: Corrected dates.
23227         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23228         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23229         preferences.
23231 2003-01-22  Naba Kumar <naba@gnome.org>
23232         
23233         * plugins/patch/patch-plugin.c: Bug fix.
23234         
23235         * src/anjuta-tools.c,
23236         src/anjuta.c,
23237         src/anjuta.glade,
23238         src/anjuta.h,
23239         src/anjuta_dialogs_strings.c,
23240         src/breakpoints.c,
23241         src/cvs_gui.c,
23242         src/debugger.c,
23243         src/debugger.h,
23244         src/executer.c,
23245         src/glade_iface.c,
23246         src/main.c,
23247         src/mainmenu_callbacks.c,
23248         src/mainmenu_callbacks.h,
23249         src/preferences.c,
23250         src/project_dbase.c,
23251         src/project_dbase_gui.c,
23252         src/registers.c,
23253         src/sharedlib.c,
23254         src/signals.c,
23255         src/signals_cbs.c,
23256         src/source.c,
23257         src/stack_trace.c,
23258         src/toolbar_callbacks.c,
23259         src/utilities.c,
23260         src/utilities.h,
23261         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23262         
23263         * src/Makefile.am,
23264         (removed) src/CORBA-Server.c,
23265         (removed) src/CORBA-Server.h,
23266         (removed) src/Gladen-common.c,
23267         (removed) src/Gladen-stubs.c,
23268         (removed) src/Gladen.h,
23269         (removed) src/Prj-common.c,
23270         (removed) src/Prj-skelimpl.c,
23271         (removed) src/Prj-skels.c,
23272         (removed) src/Prj-stubs.c,
23273         (removed) src/Prj.h,
23274         (removed) src/glades.c,
23275         (removed) src/glades.h,
23276         (removed) src/messagebox.c,
23277         (removed) src/messagebox.h: Removed because no longer used.
23279 2003-01-21  Naba Kumar <naba@gnome.org>
23281         * src/anjuta-tools.c,
23282         src/anjuta.c,
23283         src/anjuta.glade,
23284         src/anjuta_dialogs_strings.c,
23285         src/anjuta_info.c,
23286         src/anjuta_info.h,
23287         src/breakpoints.c,
23288         src/compiler_options.c,
23289         src/debugger.c,
23290         src/find_replace.c,
23291         src/find_replace.h,
23292         src/find_text.c,
23293         src/find_text.h,
23294         src/goto_line.c,
23295         src/launcher.c,
23296         src/text_editor.c,
23297         widgets/gnomefilelist.c: GNOME2 porting.
23299 2003-01-20  Naba Kumar <naba@gnome.org>
23301         * global-tags/create_global_tags.sh: Uses pkg-config to
23302         read the modules.
23303         
23304         * src/anjuta.c,
23305         src/anjuta.glade,
23306         src/anjuta.h,
23307         src/anjuta_cbs.c,
23308         src/anjuta_dialogs_strings.c,
23309         src/breakpoints.c,
23310         src/breakpoints.h,
23311         src/compiler_options.c,
23312         src/compiler_options.h,
23313         src/fileselection.c,
23314         src/fileselection.h,
23315         src/mainmenu_callbacks.c,
23316         src/project_dbase_gui.c,
23317         src/session.c,
23318         src/src_paths.c,
23319         src/src_paths.h,
23320         src/text_editor.c,
23321         src/text_editor_gui.c,
23322         widgets/gnomefilelist.c,
23323         widgets/gnomefilelist.h: GNOME2 porting.
23324         
23325         * widgets/Makefile.am,
23326         (removed) widgets/gnomedirlist.c,
23327         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23328         
23329         * src/Makefile.am,
23330         (removed) src/src_paths_cbs.c,
23331         (removed) src/src_paths_cbs.h,
23332         (removed) src/src_paths_gui.c,
23333         (removed) src/compiler_options_cbs.c,
23334         (removed) src/compiler_options_cbs.h,
23335         (removed) src/breakpoints_cbs.c,
23336         (removed) src/breakpoints_cbs.h: Removed because they are now
23337         combined in singe file
23339 2003-01-16  Naba Kumar <naba@gnome.org>
23341         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23342         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23343         options dialog UI and data handling.
23346 2003-01-15  Naba Kumar <naba@gnome.org>
23348         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23349         Completed command editor porting.
23350         
23351         * src/anjuta.c: Removed the use of commands load function
23352         (not required).
23354         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23355         and unrefs.
23357         * src/anjuta-tools.c: Fixed translatable strings.
23358         
23359         * src/find_text.c: Fixed dialog creation from glade.
23360         
23361         * src/text_editor_gui.c, src/text_editor.c,
23362         src/text_editor_cbs.c: Completed port of detached text editor
23363         to gnome2 plateform.
23364         
23365 2003-01-14  Naba Kumar <naba@gnome.org>
23367         * src/anjuta.glade, src/preferences.[h,c],
23368         src/anjuta_dialogs_strings.c: Added build and editor
23369         preferences pages and other UIs. Fixed preferense loading and saving.
23370         
23371         * src/anjuta.c: Does case-insensitive match for tabs position
23372         preferences and removed preferences loading (done at _new() call).
23373         
23374         * anjuta-tools.c: Debugged tools dialog handling.
23375         * plugins/class-gen/clsGen.c: Fixed an undefined function.
23376         
23377 2003-01-13  Naba Kumar <naba@gnome.org>
23379         * ABOUT-NLS: Update (strange).
23381         * autogen.sh: Removed blocking code.
23383         * configure.in: Fixed an autogen bug.
23384         
23385 2003-01-13  Naba Kumar <naba@gnome.org>
23387         * (new)src/anjuta.gladep
23388         (new)src/messagebox.c
23389         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23390         will be gradually removed (and then the files).
23391         
23392         * Makefile.am,
23393         anjuta.prj,
23394         printing/print-util.c,
23395         printing/print.c,
23396         scintilla/ScintillaGTK.c,xx
23397         src/Makefile.am,
23398         src/an_file_view.c,
23399         src/an_symbol_view.c,
23400         src/anjuta.c,
23401         src/anjuta.glade
23402         src/anjuta.h,
23403         src/anjuta_dialogs_strings.c,
23404         src/anjuta_gui.c,
23405         src/attach_process.c,
23406         src/attach_process.h,
23407         src/breakpoints.c,
23408         src/breakpoints.h,
23409         src/breakpoints_cbs.c,
23410         src/commands.c,
23411         src/commands.h,
23412         src/compiler_options.c,
23413         src/compiler_options.h,
23414         src/compiler_options_cbs.c,
23415         src/configurer.c,
23416         src/configurer.h,
23417         src/controls.c,
23418         src/cvs_cbs.c,
23419         src/debug_tree.c,
23420         src/debug_tree.h,
23421         src/executer.c,
23422         src/executer.h,
23423         src/find_in_files.c,
23424         src/find_in_files.h,
23425         src/find_in_files_cbs.c,
23426         src/find_replace.c,
23427         src/find_replace.h,
23428         src/find_text.c,
23429         src/find_text.h,
23430         src/goto_line.c,
23431         src/help.c,
23432         src/help.h,
23433         src/launcher.c,
23434         src/main.c,
23435         src/main_menubar.c,
23436         src/mainmenu_callbacks.c,
23437         src/message-manager.c,c
23438         src/pixmaps.h,
23439         src/preferences.c,
23440         src/project_config.c,
23441         src/project_config.h,
23442         src/project_dbase.c,
23443         src/project_import_cbs.c,
23444         src/resources.c,
23445         src/resources.h,
23446         src/splash.c,
23447         src/src_paths.c,
23448         src/src_paths.h,
23449         src/src_paths_gui.c,
23450         src/text_editor.c,
23451         src/text_editor_gui.c,
23452         src/toolbar.c,
23453         src/toolbar.h,
23454         src/utilities.c,
23455         src/utilities.h,
23456         src/wizard_gui.c,
23457         widgets/gnomefilelist.c: GNOME2 Port.
23459 2003-01-10  Naba Kumar  <naba@gnome.org>
23461         * src/an_file_view.c,
23462         src/anjuta_gui.c,
23463         src/appwizard_gui.c,
23464         src/compiler_options.c,
23465         src/compiler_options_cbs.c,
23466         src/cvs_cbs.c,
23467         src/executer.c,
23468         src/fileselection.c,
23469         src/find_in_files.c,
23470         src/goto_line.c,
23471         src/main_menubar.c,
23472         src/memory.c,
23473         src/message-manager-dock.c,
23474         src/preferences.c,
23475         src/project_dbase_gui.c,
23476         src/project_import_gui.c,
23477         src/registers_gui.c,
23478         src/sharedlib_gui.c,
23479         src/src_paths_gui.c,
23480         src/text_editor_gui.c,
23481         src/toolbar.c,
23482         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23484 2003-01-09  Naba Kumar <naba@gnome.org>
23486         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23487         problems with some comments.
23489         * anjuta.prj: New project file (updated?)
23491         * src/Makefile.am: Enabled deprecated API and fixed variables.
23493         * src/an_file_view.c,
23494         src/an_symbol_view.c,
23495         src/anjuta-plugins.c,
23496         src/anjuta-tools.c,
23497         src/anjuta.c,
23498         src/anjuta_gui.c,
23499         src/appwizard_cbs.c,
23500         src/attach_process.c,
23501         src/attach_process_cbs.c,
23502         src/compiler_options.c,
23503         src/compiler_options_cbs.c,
23504         src/launcher.c,
23505         src/mainmenu_callbacks.c,
23506         src/message-manager-private.c,c
23507         src/message-manager-private.h,
23508         src/message-manager.c,c
23509         src/message-manager.h,
23510         src/project_dbase.c,
23511         src/project_dbase.h,
23512         src/project_dbase_gui.c,
23513         src/project_import_cbs.c,
23514         src/project_import_gui.c,
23515         src/registers.c,
23516         src/resources.c,
23517         src/resources.h,
23518         src/sharedlib.c,
23519         src/signals.c,
23520         src/signals_cbs.c,
23521         src/signals_gui.c,
23522         src/splash.c,
23523         src/src_paths_cbs.c,
23524         src/src_paths_gui.c,
23525         src/stack_trace.c,
23526         src/text_editor.c,
23527         src/text_editor_gui.c,
23528         src/text_editor_menu.c,
23529         src/toolbar.c,
23530         src/toolbar_callbacks.c,
23531         src/utilities.c,
23532         src/watch.c,
23533         src/watch_cbs.c,
23534         src/wizard_gui.c: GNOME porting.
23536 2002-12-24 Naba Kumar <naba@gnome.org>
23538         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23539         NEWS, README, SEARCH-REPLACE,
23540         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23541         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23542         launcher/Makefile.am,
23543         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23544         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23545         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23546         printing/print-util.c, printing/print.c, printing/print.h,
23547         scintilla/*/*, widgets/e-shell-about-box.c,
23548         src/*, tagmanager/*/*, widgets/Makefile.am,
23549         widgets/gnomefilelist.c:
23550         
23551         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23552         src/*.[c,h] files to gnome2 API.
23554         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23555         strings table.
23557 2002-10-23  Naba Kumar <naba@gnome.org>
23559         * autogen.sh: Prevented Users from building HEAD cvs.
23560         
23561 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23563         * src/anjuta.glade: added the compiler options dialog, hopefully
23564         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23566 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23568         * src/anjuta.glade: fixed a lot of small glitches.
23570         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23571         now.
23573         * src/breakpoints_cbs.c: polished a bit.
23575 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23577         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23579         * src/commands.c: partial gnome 2 port.
23581         * src/utilities.[ch]: changed some bits to be const.
23583 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23585         * src/Makefile.am: removed breakpoints_gui.c and added a check
23586         for gdk-pixbuf deprecated functions, but there shouldn't be much
23587         anyway.
23589         * src/breakpoints_gui.c: killed.
23591         * src/anjuta.glade: added two dialogs for the breakpoints management.
23593         * src/anjuta.h:
23594         * src/anjuta_cbs.c:
23595         * src/appwizard.c:
23596         * src/attach_process.c:
23598         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23599         really huge changes and porting work.
23600         
23601         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23602         (breakpoints_dbase_new): moved the UI init bits here.
23604         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23605         a lot, not using any color anymore (not HIG compliant) and not using
23606         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23607         to be double checked.
23609         * src/build_file.c:
23610         * src/build_project.c: gnome 2 port.
23612 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23614         * src/anjuta.glade:
23615         * src/anjuta.h:
23616         * src/anjuta_cbs.c:
23617         * src/appwizard.c:
23618         * src/breakpoints.c:
23619         * src/breakpoints_cbs.c: cleaned up some bits.
23621 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23623         * src/Makefile.am:
23624         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23626         * src/an_symbol_view.[ch]:
23627         * src/attach_process_cbs.h: polished a bit.
23629         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23631 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23633         * configure.in:
23634         * src/Makefile.am: added libglade-2 to the build.
23636         * src/anjuta.[ch]: added support for libglade.
23638         * src/anjuta.glade: added. There could be a file per top-level widget,
23639         as some other gnome projects, though.
23641         * src/attach_process_gui.c: removed.
23642         * src/attach_process.[ch]: gnome 2 port.
23643         (attach_process_new): Added the treeview init and the widget references
23644         here.
23646 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23648         * src/an_file_view.c: fixed some compilation issues.
23650         * src/an_symbol_view.c: gnome 2 port.
23652 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23654         * src/an_file_view.c: finished gnome 2 port.
23655         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23656         directory pixmap depending on the event.
23658         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23659         (project_file_data_new): use a GtkTreePath.
23661 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23663         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23664         driving me nuts but they need to be ported, heh ?
23666         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23667         work since it's quite a total rewrite again.
23669 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23671         * src/an_file_view.c:
23672         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23674 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23676         * src/anjuta_info.c:
23677         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23679 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23681         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23682         nuts ATM.
23683        
23684         * src/an_file_view.c:
23685         * src/aneditor.cxx:
23686         * src/anjuta_cbs.c:
23687         * src/compiler_options.h:
23688         * src/messagebox.c:
23689         * src/messagebox.h:
23690         * src/pixmaps.h:
23691         * src/project_dbase.h:
23692         * src/resources.h: gnome 2 port.
23694 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23696         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23698         * data/properties/sql.properties: added the DATETIME data type.
23700         * data/properties/html.properties: added the foreach php keyword.
23702 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23704         * widgets/Makefile.am: removed blank line after the last backslash
23705         for avoiding a warning from automake.
23707         * configure.in:
23708         * src/Makefile.am: added the ORBit-2 dep.
23710 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23712         * AUTHORS: added Biswa, because I wonder why noone already have
23713         written his name in the Anjuta's hall of fame :)
23715 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23717         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23718         widgets/e-shell-about-box.c: Made to compile for gnome2.
23719         
23720 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23722         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23723         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23724         
23725         * configure.in, printing/print.h, printing/print.c,
23726         printing/print-doc.c: Made to compile for gnome2.
23727         
23728 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23730         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23731         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23732         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23733         widgets/Makefile.am:
23734         
23735         Upgraded the build system to gnome2 platform.
23736         
23737 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23738         * manuals/*: Added capability to generate PDF and PS.
23739         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23740         * TODO, TODO.biswa: Intergated TODO list.
23741         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23742         , bug #574470
23743         * src/dnd.c: Fix typo
23744         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23745         * src/anjuta.c: Bug #568895, Bug #575419
23747 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23749         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23750         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23752 2002-12-17  Naba Kumar <naba@gnome.org>
23754         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23755         bugs.
23756         
23757 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23758         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23759         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23760         * anjuta.prj: Added tools.sgml
23761         * data/properties/cpp.properties: Bug # 646974
23763 2002-12-16  Naba Kumar <naba@gnome.org>
23765         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23766         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23767         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23768         on 'Enter' and adds proper focus mechanism.
23769         * src/anjuta.c: Fixed a memory corruption bug.
23770         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23771         'Enter' and can also be Canceled. Sets proper default and focus policies
23772         for tools dialogs.
23773         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23774         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23775         translatable strings in dialogs and fixed some dialog properties.
23776         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23777         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23778         * src/message_manager_private.cc: Fixed some debug messages.
23779         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23780         widgets/gnomefilelist.c: Fixed a memory leaks.
23781         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23782         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23783         src/main_menubar_def.h: Implemented incremental search.
23784         * TODO: Updated.
23786 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23787         * tagmanager/*: Minor cleanups and warning fixes.
23788         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23789         GUI during long updates.
23790         * src/text_editor.c: Remove debug message.
23792 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23793         * tagmanager/tm_project.c: Fix a memory access problem.
23795 2002-12-13  Naba Kumar <naba@gnome.org>
23797         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23798         tools list to show "Enabled" flag of the tool. Fixed a bug where
23799         tool list is not cleared when creating a new tool.
23800         
23801 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23802         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23804 2002-12-12  Naba Kumar <naba@gnome.org>
23806         * anjuta-tools.[h,c], commands.c: Used the tools help of
23807         anjuta variables list in commands editor and fixed a typos
23808         buy in anjuta-tools.c.
23809         
23810 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23811         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23812         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23813         * TODO.biswa: Added to help me track things better.
23815 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23817         * configure.in, anjuta.spec.in: Added libglade dependency.
23818         * Makefile.am: Added anjuta.glade file.
23819         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23820         , src/mainmenu_callbacks.[ch], src/message-manager.h
23821         , src/widget-registry.c: Tools editor GUI + other additions.
23823 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23825         * src/project_dbase.[ch], tagmanager/tm_project.c,
23826         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23827         Implement syncing tags image with the project database.
23828         * src/anjuta-tools.c: Implemented variable substitution and
23829         working directory in tools.
23831 2002-12-09  Naba Kumar <naba@gnome.org>
23832         
23833         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23834         command configuration language list from properties.
23835         
23836         * data/properties/asm.properties, data/properties/ruby.properties:
23837         Fixed typos.
23839 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23841         * src/an_symbol_view.c: Remember current selected entry and select
23842         it automatically after refresh.
23844 2002-11-26  Murray Cumming  <murrayc@usa.net>
23846         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23847           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23848         and gnomemm 1.2 projects so that people know they are really
23849         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23850         But I did correct these to sue lowercase names.
23852 2002-12-01  Naba Kumar <naba@gnome.org>
23854         * data/anjuta.properties: Fixed caching problem on 
23855         indicators.
23856         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23857         indicators prefs.
23858         
23859 2002-12-01  Naba Kumar <naba@gnome.org>
23861         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23862         property name.
23863         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23864         property and uses it.
23865         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23866         current cursor.
23867         
23868 2002-11-30  Naba Kumar <naba@gnome.org>
23870         * src/debugger.c: Fixed a typo.
23871         * data/properties/*: Updated properties files and added
23872         new ones.
23873         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23874         Added comment submenu and cleaned up ref and unref of menus.
23875         * src/aneditor.h: Added definition of comment commands.
23876         * src/aneditor.c: Upgrade from latest SciTE source code.
23877         * src/text_editor.[hc], src/text_editor_cbs.c, 
23878         src/message_manager_private.cc, src/message_manager.[cc,h],
23879         src/anjuta.[c,h]: Added indicators support for errors/warnings
23880         highlight in the editor.
23881         * NEWS, TODO: Update.
23882         * scintilla/include/PropSet.h: Removed deprecrated function.
23883         
23884 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23886         * src/anjuta-tools.[ch]: Tools implementation (basic)
23887         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23888           , src/main_menubar_def.h: PLugins cleanup and segregation
23889         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23890           registry
23891         * anjuta.prj: Added new files
23892         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23893         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23894         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23895         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23896         * src/Makefile.am: Added new files
23897         * src/message-manager.[cc/h]: Added standard output and error windows
23899 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23901         * project_type.c: Fixed Gnomemm2 project type
23903 2002-11-25  Naba Kumar <naba@gnome.org>
23905         * printing/print.c: Fixed a compile warning.
23906         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23907         * src/utilities.c: Fixed a compile warning in sparc, hides the
23908         terminal check error output from the user.
23909         * project_config.[ch], project_dbase.[ch], source.c: Added project
23910         version, exclude modules configuration and reordered other config
23911         properties. Changed some strings to more descriptive text.
23912         * src/compiler_opitions.c: Removed extra newlines from .prj file
23913         save.
23914         * anjuta.prj: Converted to new format (only reorganised properties
23915         and removed extra newlines ... nothing else).
23916         * NEWS: updated
23917         
23918 2002-11-21  Naba Kumar <naba@gnome.org>
23920         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23921         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23922         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23923         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23924         Updated to the CVS version.
23926 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23928         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23929           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23930           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23931           images in completion lists. 
23932         * src/resources.h: Make C++ friendly.
23933         * scintilla/PropSet.cxx: Fix memory leak.
23935 2002-11-20  Naba Kumar <naba@gnome.org>
23937         * scintilla/*/*: Synced to latest scintilla 1.49
23938         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23939         New lexers added.
23941         * scintilla/RESearch.cxx: The automatic cvs log in the
23942         file really broke things trying to interprete the changelog
23943         entry incorrectly as end-of-comment. Removed the $cvs line
23944         and committed again.
23945         
23946 2002-11-19  Naba Kumar <naba@gnome.org>
23948         Patch from Timothee Besset <ttimo@idsoftware.com>
23949         
23950         * src/message-manager-private.cc: Interpretes absolute
23951         file paths properly in zvt terminal.
23953 2002-11-19  Naba Kumar <naba@gnome.org>
23955         Patch from Timothee Besset <ttimo@idsoftware.com>
23956         
23957         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23958         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23959         (important) editor preferences in project (if there is one
23960         open).
23961         
23962         * TODO: Updated
23963         
23964 2002-11-18  Naba Kumar <naba@gnome.org>
23965         
23966         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23967         
23968         * src/debug_tree.c, src/find_in_files_gui.c,
23969         src/find_replace.c, src/find_text.c, 
23970         src/project_import.c, src/project_import_gui.c,
23971         src/wizard_gui.c: i18n Fixes.
23973 2002-11-15  Naba Kumar <naba@gnome.org>
23975         * plugins/class-gen/clsGen.c: Fixed to use project function
23976         to import files. Create non-existent directories before the
23977         sources are written.
23978         
23979         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23980         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23981         src/glade_iface.c,
23982         src/glades.c: Excluded gladen files from build. This
23983         will fix the unnecessary dependency on libssl.
23984         
23985         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23986         file import funtion.
23987         
23988         * src/message_manager_private.cc: Fixed a compiler warning with
23989         DEBUG preprocessor macro.
23990         
23991         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23992         wrong (undocked) editor window was closed on clicking close on an
23993         undocked editor window.
23994         
23995         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23996         start correctly if the executable was run before with 'F3'.
23997         
23998         * src/toolbar_callbacks.c: Wrap around find next.
23999         * src/toolbar.c: Disable combo activate.
24000         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
24001         button positions to get 'yes' as default.
24003         * anjuta.spec.in: Updated.
24004         
24005         * src/anjuta_info.c, src/appwizard_gui.c,
24006         src/attach_process_gui.c, src/breakpoints_gui.c,
24007         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
24008         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
24009         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
24010         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
24011         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
24012         src/preferences.c, src/preferences_gui.c, src/project_config.c,
24013         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
24014         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
24015         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
24016         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
24017         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
24018         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
24019         plugins/patch/patch-plugin.c, printing/print-util.c:
24020         Set all windows and dialogs transient
24021         to their parents so that they remain floated above their parents.
24022         
24023 2002-11-13  Naba Kumar <naba@gnome.org>
24025         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
24026         take default editor font).
24027         
24028         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
24029         Corrected email address.
24030         
24031         * src/mainmenu_callbacks.c: Used spaces instead of tabs
24032         for changelog entry.
24034         * NEWS: Updated.
24035         
24036 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24037         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
24039 2002-11-06  Naba Kumar <naba@gnome.org>
24041         * README: Updated
24042         * anjuta.spec.in: Ships the .omf files with the
24043         documents instead of the base package.
24044         
24045 2002-11-04  Naba Kumar <naba@gnome.org>
24047         * data/properties/latex.properties: Fixed a bug.
24048         * ChangeLog: Released 1.0.0 stable.
24050 2002-11-04  Naba Kumar <naba@gnome.org>
24052         * src/commands.c: Added command with shell redirection capability.
24053         * data/properties/anjuta.properties: Changed default execution
24054         command.
24055         * src/project_dbase.c: Set project top dir in properties.
24056         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
24057         * data/Makefile.am: More diskcheck error fixes.
24058         
24059         * README, anjuta.spec.in, THANKS, AUTHORS,
24060         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
24061         manuals/C/anjuta-manual/authers,sgml,
24062         manuals/C/anjuta-manual/anjuta-manual.sgml,
24063         manuals/C/anjuta-manual/anjuta-manual-C.omf,
24064         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
24065         : Changed anjuta home to
24066         new URL and my email address.
24067         
24068         * manuals/C/anjuta-manual/interfaces.sgml,
24069         manuals/C/anjuta-manual/prefereces.sgml,
24070         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
24071         
24072         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
24073         : removed reference to the help menu as the menu is modified
24074         when no help is found (which is very likely when we are
24075         shiping the documents separately).
24076         
24077 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24078         * anjuta.spec.in: Update specfile to make multiple RPMs.
24079         * data/Makefile.am: make dist fix.
24080         * src/text_editor_menu.c: Fix compile warnings (casts).
24082 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24083         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
24084         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
24086 2002-11-01  Naba Kumar <naba@gnome.org>
24088         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
24089         Added gnome2 macros to be used by gnome2 project wizard.
24090         
24091         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
24092         from gnome-common.
24093         
24094         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
24095         as it was conflicting with generated projects and is not
24096         useful for us.
24097         
24098         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
24099         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
24100         project generation, removed qt project as it's not complete and
24101         added gnome2 bonobo wizard.
24103 2002-10-29  Naba Kumar <naba@gnome.org>
24105         * po/POTFILES.in: Updated.
24106         * po/POTFILES.skip: Added.
24107         * preferences.h: Fixed print paper size property name.
24109 2002-10-28  Naba Kumar <naba@gnome.org>
24110         
24111         * data/user.properties, data/Makefile.am: Added user properties file
24112         which will be copied in user's ~/.anjuta/user.properties.
24113         
24114         * data/anjuta.properties: Changed a comment.
24115         
24116         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
24117         
24118         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24119         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
24120         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
24121         item.
24123         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
24124         instead of user properties file.
24125   
24126         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
24127         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
24128         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
24129         * README, TODO: Updated.
24130         
24131 2002-10-28  Naba Kumar <naba@gnome.org>
24133     * manuals/C/anjuta-manual/figures/editor_guides.png,
24134     manuals/C/anjuta-manual/figures/editor_margins.png,
24135     manuals/C/anjuta-manual/figures/editor_markers.png,
24136     manuals/C/anjuta-manual/figures/local_variables.png,
24137     manuals/C/anjuta-manual/figures/open_file_multiple.png,
24138     manuals/C/anjuta-manual/figures/prefs_print.png,
24139     manuals/C/anjuta-manual/figures/print_dlg.png,
24140     manuals/C/anjuta-manual/figures/print_preview.png,
24141     manuals/C/anjuta-manual/figures/symbol_browser.png,
24142     manuals/C/anjuta-manual/figures/variable_tip.png: New png
24143     files for manual documentation.
24144     
24145     * manuals/sgmldocs.make,
24146     manuals/C/anjuta-manual/Makefile.am,
24147     manuals/C/anjuta-manual/authors.sgml,
24148     manuals/C/anjuta-manual/build.sgml,
24149     manuals/C/anjuta-manual/compileopts.sgml,
24150     manuals/C/anjuta-manual/debugger.sgml,
24151     manuals/C/anjuta-manual/execute.sgml,
24152     manuals/C/anjuta-manual/fileoperations.sgml,
24153     manuals/C/anjuta-manual/interface.sgml,
24154     manuals/C/anjuta-manual/preferences.sgml,
24155     manuals/C/anjuta-manual/projects.sgml,
24156     manuals/C/anjuta-manual/figures/arguments.png,
24157     manuals/C/anjuta-manual/figures/open_file.png,
24158     manuals/C/anjuta-manual/figures/other_opts.png,
24159     manuals/C/anjuta-manual/figures/scrshot.png,
24160     manuals/C/anjuta-manual/figures/toolbar_browser.png,
24161     manuals/C/anjuta-manual/figures/toolbar_tags.png:
24162     
24163     Updated anjuta manual documentation.
24165     
24166 2002-10-27  Naba Kumar <naba@gnome.org>
24168     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
24169     check and modifies debugger terminal command accordingly
24170     to function properly.
24171     
24172 2002-10-25  Naba Kumar <naba@gnome.org>
24174         * manuals/sgmldocs.make: Fixed a couple of bugs.
24175         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
24177 2002-10-24  Naba Kumar <naba@gnome.org>
24179         * src/debug_tree.c: Fixed a crash bug from Etay.
24181         * global_tags/create_global_tags: Added messages.
24182         Fixed infinite looping within files.
24183         
24184         * macro/autogen.sh: Removed debug and warning flags for defaults.
24185         
24186         Patch from Vadim Berezniker <vadim@berezniker.com>
24187         
24188         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
24189         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
24190         generation.
24192         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
24193         temporarily just copy it
24195 2002-10-24  Naba Kumar <naba@gnome.org>
24197         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
24198         manuals/C/anjuta-manual/anjuta-manual.sgml, 
24199         manuals/C/anjuta-manual/compileopts.sgml,
24200         manuals/C/anjuta-manual/debugger.sgml,
24201         manuals/C/anjuta-manual/execute.sgml,
24202         manuals/C/anjuta-manual/fileoperations.sgml,
24203         manuals/C/anjuta-manual/interface.sgml,
24204         manuals/C/anjuta-manual/introduction.sgml,
24205         manuals/C/anjuta-manual/projects.sgml,
24206         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24207         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
24208         manuals/ja/anjuta-manual/anjuta-manual.sgml,
24209         manuals/ja/anjuta-manual/compileopts.sgml,
24210         manuals/ja/anjuta-manual/debugger.sgml,
24211         manuals/ja/anjuta-manual/execute.sgml,
24212         manuals/ja/anjuta-manual/fileoperations.sgml,
24213         manuals/ja/anjuta-manual/interface.sgml,
24214         manuals/ja/anjuta-manual/introduction.sgml,
24215         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24217 2002-10-24  Naba Kumar <naba@gnome.org>
24219         * src/project_type.c: added autogen for qt projects.
24220         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24221         Fixed a bug that retrieves wrong terminal command.
24222         * src/commnads.c: Added more terminal commands.
24223         * configure.in: Checks for scrollkeeper version.
24224         
24225 2002-10-22  Naba Kumar <naba@gnome.org>
24227         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24228         instead of AM_GNOME_GETTEXT.
24229         
24230         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24231         for setup-gettext for the wizard generated projects.
24233         * src/source.c: Fixed a bug where glade file wasn't generated.
24234         
24235         * src/gnome_project.c: Excluded project version from project dir
24236         name.
24237         
24238 2002-10-22  Naba Kumar <naba@gnome.org>
24240         * acinclude.m4: New file with dummy funtion for gettext
24241         cross compatibility fix.
24242         
24243         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24244         * configure.in: Fixed cflags to avoid useless warnings.
24245         * Makefile.am: EXTRA_DIST += setup-gettext.
24246         * src/toolbars.c: Added space paddings around tags label.
24248 2002-10-21  Naba Kumar <naba@gnome.org>
24250         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24251         
24252         * setup-gettext: New script to maintain gettext cross version
24253         compatibility.
24254         * configure.in, macros/autogen.sh: Fix for gettext cross version
24255         compatibility.
24256         
24257 2002-10-21  Naba Kumar <naba@gnome.org>
24259         * debug_tree.c: Fixed incorrect use of debug assertion.
24260         
24261 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
24262             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24263         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24264         src/memory.c, src/memory.h, src/message-manager-private.cc:
24265         
24266         New parsing algorithm; adapted from kdevelop.
24267         Middle button menu for changing the value's display type
24269 2002-10-07  Naba Kumar <naba@gnome.org>
24271         * src/main_menubar_def.h: Changed status bar message for Help->
24272         Browse info pages. Bug #603308
24274         * src/executer.c: Made "User terminal" default for creating
24275         projects (User can always disable it later). Bug #114222
24276         
24277 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24279         * macros/autogen.sh: Require gettext 0.10.x for autogen
24280         * src/text_editor.c: Fixes Bug #595303
24281         * src/source.c: Fixes Bug #595970
24282         * src/anjuta.c: Fixes Bug #598366
24283         * scingtilla/LexCPP.cxx: Bug #602296
24284         * src/main_menubar_def.h: Bug #604363
24285         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24286         
24287 2002-10-07  Jens Georg <mail@jensgeorg.de>
24289         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24290         * gnomefilelist.c: This patch fixes the bug #611542
24291         
24292 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24294         * data/properties/Makefile.am: Added tcltk.properties file.
24295         
24296 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24298         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24299         
24300         * README: Updated README
24301         * plugins/class-gen/clsGen.c, src/message_manager.cc
24302           , src/mainmeu_callbacks.c, src/memory.c
24303           , src/project_dbase_gui.c, src/text_editor_gui.c
24304           , widgets/gnomefilelist.c: Set window icons
24305         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24306           Enabled release build (stripped + optimized binaries, etc.)
24307         * data/properties/anjuta.properties, src/commands.c,
24308           src/defaults.cFixed bug #595489 (stdin on executables)
24309         * src/appwizard.c, src/main.c, src/message-manager.cc
24310           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24311           , src/debug_tree.c: Memory related (valgrind) fixes.
24312         * src/message-manager-private.[cc,h], src/pixpams.h
24313           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24314         * anjuta.prj: Added debug_tree.c to SOURCES
24315         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24316           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24317           Compacted code and cleaned up unnecessary functions.
24318         * tagmanager/*.[ch]: Code fixes.
24319         
24320 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
24321         
24322         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24323         
24324         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24325         Debug tree now detects changes of displayed variables
24326         and changes their color to red
24328 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24330         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24331         
24332         * mainmenu_callbacks.c: Set's the current file name in
24333         file save as dialog.
24334         
24335 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24337         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24339         * data/properties/tcltk.properties: New file for tcl/tk
24340         properties.
24342 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
24344         * src/project_type.[c,h], src/source.c, data/Makefile.am:
24345         Fixed a fatal bug which doesn't let building gnome2 related
24346         projects. They use different autogen.sh script. Defined new
24347         type field "gnome_macro_support".
24348         
24349         * data/autogen.sh.gnome2: New file.
24350         
24351         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24352         bug with quotes escaping in quotes.
24353         
24354         * src/message-manager-private.cc: Used event box instead
24355         of frame for local message pane, so that the borders appear
24356         properly and nicely.
24357         
24358         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24359         if there is a project open and all the files are un-docked.
24361         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24363 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
24365         * src/main_menubar_def.h: implement feature request #595356, patch #597161
24366         * THANKS: updated for new contributions
24367         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24369 2002-08-27 Steven Knight  <steven.knight@unh.edu>
24371         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24372         src/project_dbase.h, src/project_type.c, src/source.c, 
24373         src/wizard_gui.c: new Qt project type
24374         *** NB not fully tested, may need some work, icon required...
24376 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24378         * src/memory.c, src/memory.h: new memory patch
24380 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
24382         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24384 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
24386         * lancher/anjuta_launcher.c: Determine pty from function
24387         call instead of running 'tty' externally.
24388         
24389         * data/properties/cs.properties: Added compile/build commands.
24390         Fixed execution properties.
24391         
24392         * src/commands.c: Added c# options.
24394         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24395         
24396         * src/debug_tree.[c,h], src/debugger.[c,h],
24397         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24398         
24399         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24400         1. Misaligned structs when they are members of other structs.
24401         2. '{' sometimes appears as a variable.
24402         3. Wrong processing of some arrays.
24403         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24404         that displays the tree in two columns (variable and value).
24406 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24408         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24410         * data/properties/sql.properties: added the DATETIME data type.
24412         * data/properties/html.properties: added the foreach php keyword.
24414 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24416         * NEWS: Updated with new features.
24417         
24418         * data/.cvsignore, doc/.cvsignore: Updated.
24419         
24420         Patch from: Etay Meiri <etay-m@bezeqint.net>
24421         
24422         * src/debug_tree.h, src/debug_tree.c: New files.
24423         
24424         * src/Makefile.am, src/message-manger-private.[h,cc],
24425         src/message-manger.cc: Added Tree view for debugger
24426         locals view.
24427         
24428 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24430         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24431         
24432         * src/memory.c, src/memory.h: New files.
24433         
24434         * src/Makefile.am, src/appwizard.c, src/controls.c,
24435         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24436         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24437         
24438         Memory view implemetation that would enable viewing raw memory
24439         during debugging.
24441 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24443         * AUTHORS: added Biswa, because I wonder why noone already have
24444         written his name in the Anjuta's hall of fame :)
24446 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24448         * src/appwizard_gui.c: Removed an ambiguous prototype.
24449         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24450         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24451         * THANKS: Updated M. Ali Vardar's email.
24452         
24453 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24455         * src/anjuta_gui.c: implemented feature request to stop main and browser
24456           toolbars having exclusive use of space
24458 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24460         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24461         left over from the previous work to fix bugs :-)
24462         
24463         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24464         src/controls.c, src/mainmenu_callbacks.h, 
24465         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24466         reviewed
24467         
24468         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24469         src/project_import_gui.c, src/sharedlib_gui.c, 
24470         src/signals_gui.c: set window icon correctly
24471         
24472         * NEWS: more updates for the release
24473         
24474         * HACKING: updated for window icons and insert menu information
24475         
24476         * src/cvs_gui.c, src/build_project.c, 
24477         src/project_import_cbs.c: message strings reviewed
24478         
24479         * src/controls.c: context help button should be disabled if 
24480         DevHelp is not installed
24481         
24483 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24485         * src/debugger.c: Fixed the signalling screw up because of string
24486         update in gdb used to report the child process PID. Also, no
24487         error dialog will be popped up for "no such file or directory"
24488         error (very annoying and useless error). This error will still
24489         be shown on the debug message window. Avoided terminating the
24490         program when the terminal is terminated -- doesn't hurt, otherwise
24491         we get crappy egg-and-hen problem.
24492         
24493         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24494         dimensions loading.
24495         
24496         * src/anjuta.c: Limited the default size of main window to sane
24497         values.
24499         * src/preferences.c: Fixed some deadly memory corruption bugs in
24500         the recent patches. Return from getenv() should NEVER be freed,
24501         because they are static strings.
24502         
24503         * src/preferences_gui.c: Removed the fix for crash bug with font
24504         selection and applied the real fix.
24505         
24506 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24508         * NEWS: updated for release
24510 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24512         * src/launcher.c: Added a fix a memory leak and a possible
24513         fix for zvt-crash bug.
24514         
24515         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24516         
24517         * data/properties/latex.properties,
24518         data/properties/ada.properties: Added file.is.source property.
24519         
24520         * src/an_file_view.c: Set auto column size of the file
24521         revision column.
24522         
24523         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24524         The user is now prompted to confirm the closing of the file
24525         if it is being used by CVS. If yes, the editor is closed and
24526         the CVS operation stops.
24527         
24528 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24530         * anjuta.prj: bump project version for release
24531         * BUGS: removed unnecessary file
24533 2002-06-07      Philip Van Hoof <freax@pandora.be>
24535         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24536         during the life of the file list widget
24537         * src/preferences_gui.c: sticking-plaster fix to font selection
24538         causes segfault bug
24540         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24542 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24544         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24545         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24546         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24547         added options for symbol and file browsers.
24548         * data/properties/cpp.properties: linker flags should come after
24549         the name of the file to compile.
24550         * scintilla/Editor.cxx: fixed gcc compilation warning.
24551         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24552         be executed from bindir only.
24553         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24554         tagmanager/include/tm_file_entry.h: CVS version information in file 
24555         browser.
24556         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24557         window.
24558         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24559         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24560         crashes during file import.
24561         * src/project_import.c: disable project menu items during project 
24562         import.
24563         
24564         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24566 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24568         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24569         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24570         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24571         modified Insert menu, added C functions template, header C 
24572         template, modified header_template HEADER_H ==> NAMEFILE_H
24573         
24574         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24576 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24578         * data/properties/html.properties: changed some file 
24579         associations
24581 2002-06-05 Philip Van Hoof <freax@pandora.be>
24583         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24584         
24585         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24587 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24589         * data/properties/anjuta.properties, src/defaults.c: Make windows
24590         docked by default, fix the big fonts bug.
24591         
24592         * src/an_file_view.c, src/main_menubar_def.h, 
24593         src/project_dbase_gui.c: sanitized the Edit/View mess.
24594         
24595         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24596         for customizing shortcuts.
24597         
24598         * src/mainmenu_callbacks.c: Search for selected word if present.
24599         
24600         * src/text_editor_menu.c: Added context menu options for docking
24601         and undocking editor windows.
24602         
24603         * src/main_menubar.h, src/main_menubar.c: more support for the 
24604         shortcuts menu item.
24605         
24606         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24608 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24610         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24611         all commit messages being written to top of the file
24612         
24613         * src/main_menubar_def.h: message strings reviewed
24614         
24615         * src/project_import.c: message strings reviewed
24616         
24617         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24618         some bugs around reading the project properties for creating 
24619         .glade and .desktop files in the Application Wizard. There were
24620         typos in the property names being retrieved
24621         
24622         * widgets/gnomefilelist.c: changed build_full_path to make 
24623         the file widget support ~
24624         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24625         
24626         * THANKS, widgets/e-shell-about-box.c, 
24627         manuals/anjuta-manual/C/authors.sgml: updated for new
24628         patch
24630 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24632         * src/project_dbase.c: Fixed the file-path-corruption bug
24633         and the cannot-import-file-in-project bug. (follow-up with
24634         the last commit from Stef).
24635         
24636         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24637         with unsaved-project.
24638         
24639 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24641         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24642         misplaced g_free.
24644 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24646         * data/properties/{xml,html,other}.properties: changed some file 
24647         associations
24648         
24649         * data/anjuta.mime: oops! cvs added
24650         
24651         * scintilla/RESearch.cxx: fixed up a problem with comments
24652         
24653         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24654         to avoid messages about missing libs
24655         
24656         * NEWS: started the release notes
24658 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24660         * HACKING: updated with new information on printing, patch naming
24661         
24662         * TODO: removed completed tasks
24663         
24664         * THANKS: updated a few contributions
24665         
24666         * anjuta.prj: updated the icon file
24667         
24668         * anjuta.desktop.in.in: updated to add Categories
24669         
24670         * data/anjuta.mime: created a mime type for Anjuta project files
24671         (NB needs to be added to the install in /usr/share/mime/)
24672         
24673         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24674         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24675         to PNG for websites.
24676         
24677         * plugins/patch/patch-plugin.c: clarified some messages and 
24678         made it easier to see different patching sessions
24679         
24680         * src/toolbar.c: changed some message text for consistency
24681         
24682         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24683         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24684         in preferences. 
24685         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24686                  
24687         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24688         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24689         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24690         Added XLib Project and a Dockapp Project types.
24691         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24692         projects
24693         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24694         * src/source.c: Fixed memory leak in existing projects. 
24695         (filename was not freed)
24696         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24698 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24700         * src/anjuta.h, src/anjuta.c: Added error display funtions
24701         with parent windows.
24702         
24703         * src/appwizard_cbs.c: Changed error display function to use
24704         parented version.
24705         
24706 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24708         * printing/print.h, printing/printing.c: Taken care of document
24709         zoom factor and fixed a font loading bug. Dynamically calculated
24710         text widths to work with zooms properly. Re-organized code for
24711         dynamic text width calulations to work in general with utf8 chars.
24712          Determined font height and width automatically from the font info.
24713         
24714         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24715         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24716         Converted text.zoom.factor property to use #defined value. Removed
24717         margin header and margin numbers preferences, as they  now
24718         calculated dynamically.
24719         
24720 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24722         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24723         printing/print-util.h, printing/print.c, printing/print.h:
24724         Rewritten printing support for style based printing. Syntax highlighted
24725         printing, monochromatic printing, setup using preferences etc.
24727         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24728         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24729         language and the styled text buffer.
24730         
24731         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24732         the print setup preferences page and added printer preferences. Added functions
24733         to retrieve preferences with default values.
24734         
24735         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24736         the printing.
24738         * data/properties/anjuta.properties: Added default printer preferences.
24740         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24741         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24742         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24744         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24745         
24746 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24748         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24750         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24751         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24752         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24753         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24755         printing/Makefile.am: Reduced compiler optimizations.
24757         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24758         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24759         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24760         tagmanager/tm_workspace.c: TagManager fixes.
24762 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24764         * printing/*: CVS added. :)
24765         
24766 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24768         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24770         * printing*: CVS added.
24771         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24772           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24773           src/main_menubar_def.h: Gnome Print support
24774         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24775         * configure.in: Enable debugging flag option
24776         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24777           Print properties defined.
24778         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24779         
24780 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24782         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24783         
24784         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24785         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24786           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24787           and cleanups
24788         * src/text_editor.c: Minor cleanups.
24789         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24790         * src/project_dbase.c: Fixes to add/remove files from project.
24791         * src/help.c: Fix minor memory leak.
24792         * src/project_dbase_gui.c: Remove debugging messages.
24793         * src/utilities.[ch]: Cleanups and minor fixes.
24794         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24796 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24798         * src/anjuta.c [anjuta_apply_preferences()]:
24799         Fixed a crash bug when tab pos is not defined for the editors.
24800         
24801         * data/properties/cpp.properties: Set default identifier property to normal.
24802         This fixes the bug in which the fore color gets hidden with dark background.
24804 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24806         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24807         scintilla 1.46
24808         
24809         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24810         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24811         src/anjuta.c, data/properties/anjuta.properties:
24812         Implemented line wrapping.
24813         
24814         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24815         
24816         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24817         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24818         tags. Code was reviewed from GNOME Bonsai view.
24819         
24820         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24821         it seems to have been removed by scintilla people.
24822         
24823         * data/properties/anjuta.properties: Set default line wrap to false, as
24824         is noticably slow with big files.
24825         
24826 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24828         * src/project_import_gui.c: disallow the selection of files in
24829           the browse dialog.
24830         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24831           preferences code.
24832         
24833 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24835         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24836           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24837         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24838         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24839           now works properly.
24840         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24841         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24842         * src/utilities.[ch]: Added some utility functions.
24843         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24844         
24845         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24847 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24849         * HACKING: info on FIXME statements and removed ccview references
24850         * Makefile.am: added rule to make RPM package
24852 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24854         * THANKS, widgets/e-shell-about-box.c, 
24855         manuals/anjuta-manual/C/authors.sgml: updated for new
24856         patch
24857         * src/anjuta.c: removed unnecessary warning code since CVS 
24858         support is now implemented :-)
24859         * manuals/sgmldocs.make: implemented a fix for bug #553969
24860         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24861         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24862         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24863         
24864 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24865         
24866         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24867           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24868           src/main_menubar_def.h, src/preferences_gui.c,
24869           preferences.c, preferences.h: setup Username and Email 
24870           preferences, Insert ChangeLog and Username editor functions
24871           
24872           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24874 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24875         
24876         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24877           src/src_paths_cbs.c, src/src_paths_gui.c
24878           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24880           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24882 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24884         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24885           and goto tag menu items to main menu.
24887 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24889         * THANKS, widgets/e-shell-about-box.c, 
24890         manuals/anjuta-manual/C/authors.sgml: added new contributors
24891         * HACKING: updated with info on files to change for credits
24893 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24895     * src/aneditor.cxx: extended extension list which fixes segfault
24896     on selecting lisp, ruby or matlab as highlight style.
24898 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24900         * src/main_menubar_def.h: fixed an array initialiser and fixed
24901         the lexer settings for the new entries on the Format menu
24903 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24905         * Synced with Scintilla 1.45
24907 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24909         * anjuta.prj: added another missing file
24910         * ChangeLog: fixed some incorrect change dates I caused by 
24911         sloppy cut-and-pasting :-/
24913 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24914         
24915         * src/mainmenu_callbacks.c: fixed title of new About box
24917 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24919         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24921 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24923         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24924         * anjuta.prj: updated for new files
24926 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24928         * widgets/e-shell-about-box.c: Added version display.
24929         
24930 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24932         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24933         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24934         from Philip Van Hoof)
24936 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24938         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24939         dependency
24940         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24941         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24942         that produced build errors (needs checking on a machine with the
24943         ja locale!)
24944         * data/properties/lisp.properties: updated to match format of other
24945         lexer property files supplied with Anjuta
24947 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24949         * anjuta.prj: added new files
24950         * HACKING: added information from the mailing list on 
24951         adding new project types to the wizard (thanks to Johannes)
24953 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24955         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24956           src/appwiz_page2.c: Fix for 547038.
24958 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24960     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24961     hide bug.
24962     
24963     * about.h: cvs removed.
24964     
24965 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24967         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24969         Fix for #539574.
24971         * src/anjuta.c (anjuta_system_error): checks for the error number to
24972         know whether the error description is needed or not.
24974 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24976         * pixmaps/anjuta_logo.png: New about logo.
24977     
24978         * pixmaps/anjuta_icon.png: New icon from Misha. The
24979         old one had trouble with some gtk themes.
24980     
24981         * about.c: Removed. No longer needed.
24983         * mainmenu_callbacks.c: Removed reference of about.h
24984     
24985 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24987         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24989         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24990           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24991         About Dialog (thanks to the Evolution team for the cool widget!)
24993 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24995         Patch from lbell <lbell@tsc4.com>
24996     
24997         * src/find_in_files.c, src/find_in_files.h,
24998           src/anjuta.c: Added save_yourself, load_yourself routines.
24999     
25000         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
25001         Added "Append messages" toggle button. This will enable
25002         the search results to be appended to the already existing
25003         results.
25004     
25005         * src/debugger.c: Fixed a typo.
25006     
25007         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
25008           src/session.c, src/session.h: Improved session management.
25010 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
25012         * THANKS, FUTURE, AUTHORS: Changed my email and
25013         avoided yahoo.com.
25015 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25017         Impl. feature request #525271 (add Lisp support).
25019         * data/properties/lisp.properties: added.
25021         * data/properties/Makefile.am, data/properties/anjuta.properties: added
25022           the lisp properties.
25024         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
25025           src/utilities.[ch]: added support for the Lisp highlight style.
25027 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25029         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25030           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
25031           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
25032           option preferences to have a persistent setting. Plus it's not used
25033           often, so it's better here than flooding the menus.
25035         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
25036           preferences pages a lot more consistent and sweeter: tabs direction
25037           radiobuttons are directed against the meaning, all pages have an
25038           outter frame, a lot of padding, removed all expand attributes for
25039           vertical boxes, ...
25041           That's not a total revamp, but it's really looking better now, even
25042           if there's still work to be done.
25044 2002-05-01  Andy Piper <andy.piper@freeuk.com>
25046         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
25047         * TODO: added task to be completed before next release (update all credits)
25049 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25051         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
25052         Benke László.
25054 2002-05-01  Benke László  <decike@freemail.hu>
25056         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25058         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25059           src/main_menubar_def.h, src/mainmenu_callback.[ch],
25060           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
25061           to the format menu in order to reorder the notebook tabs in
25062           alphabetical order everytime a file is created/opened/saved.
25064 2002-05-01  Philip Van Hoof <freax@pandora.be>
25066         * widgets/gnomefilelist.[ch] (history_combo_go),
25067         (history_combo_clicked): impl.
25069         (gnome_filelist_new_with_path): use this new impl.
25071 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25073         * src/project_dbase_gui.c (add_file): added the xpm file type.
25075 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25077         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
25078         tag manager fixes.
25080         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
25081           of tag types.
25083         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
25084           src/text_editor_menu.c: Added context sensitive search in symbol
25085           browser and editor.
25087         * configure.in: Changed version number to 0.1.9.99.
25089         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
25090           src/project_import.c: Minor changes to project import facility.
25092         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
25093           (Forced to use specific brace format)
25095         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
25096           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
25097           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
25099 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
25101         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
25102         replaced the spinbutton with an hscale, and made the UI less "blocky".
25104         * src/cvs_gui.c: When diffing a project you can choose date and
25105         release now.
25107         * src/project_dbase.c: Import_file activated again
25109         * configure.in, plugins/Makefile.am: Added patch plugin
25111         * plugins/patch/*: The new patch plugin
25113 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25115         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25117         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
25118         dropdown list shown by autocompletion are now removed.
25120 2002-04-28  Philip Van Hoof <freax@pandora.be>
25122         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
25123         a bunch of filetypes from the older version.
25125         * src/project_dbase_gui.c (add_file): changed the import
25126         dialog's filetypes combo contents depending on the
25127         type of data to be imported.
25129 2002-04-28  Stephane Demurget  <demurgets@free.fr>
25131         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
25132         the amount parameter as Philip stated and reformated to follow the
25133         Gnome convention.
25135         * src/project_dbase.c (project_dbase_make_default_filetype_list):
25136         changed accordingly.
25138 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25140         Fix for #531293.
25142         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
25143         Shift-F6, to be more consistent with other Gnome apps.
25144         Moved the "Search next" entry under the "Search" one, and swapped the
25145         order of the "Find in files" and "Find and Replace" ones.
25147         Some additional fixes ands cleanups on the edit menu.
25149         * src/main_menubar.h: replaced all occurences of repeat_find by
25150         find_again for the code to be more consistent.
25152         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
25153         sensitiveness depending on the existence of an active text buffer.
25155         * TODO: added some bits about improving the usability of the
25156         search/search again couple.
25158 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25160         * src/preferences_gui.c: made the tab labels text more consistent
25161         (s/misc/Misc/).
25163 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25165         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
25167         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
25168         filename.
25170         * src/main.c (main): simplified some code and cleanups.
25172         Fix a part of #499366:
25174         * src/commands.[ch] (sync_from_props), (command_editor_save),
25175         (on_apply_clicked), (create_command_editor_gui): added the gui
25176         corresponding to the command.terminal preference.
25178 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25180         Fix for #465180.
25182         * anjuta.spec.in: added build requirements for the source rpm.
25184 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
25186         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25187         
25188         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
25189           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
25190           src/project_type.c, source.c, wizard_gui.c:
25191           Added new GNOME 2 project types and changed glade behaviour to
25192           produce GTK code if project type GTK was selected and GTKmm code
25193           if project type GTKmm was selected (and not depending on the 
25194           selected language. Disabled glade for GNOME 2 projects because
25195           we will need glade2 there.
25196           
25197         * src/project_dbase.c: Fixed a memory lack.
25198         
25199         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
25200         
25201         * src/cvs.c: Added an error message if jobs are running
25203 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
25205         * tagmanager/tm_work_object.c: Fixed a chrash
25206         bug which occurs when it tries to stat an empty
25207         file name.
25208         
25209 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
25211         * src/controls.c: CVS menu items now becomes
25212         insensitive when the launcher is busy.
25213         
25214         * src/anjuta.c, cvs.h, cvs.c: Created a function
25215         to update the cvs preferences when preferences are
25216         applied in preferences dialog and called it from
25217         anjuta_update_preferences().
25218         
25219 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25221         * src/cvs.c: Added a space in the cvs command
25222         before the revision part. This fixes the cvs
25223         error we get when cvs-diffing with revisions.
25224         
25225         * src/cvs.c: Fixed a compiler warning.
25226         
25227         * src/find_replace.c: The dialog now remembers
25228         the settings including the "prompt on replace"
25229         which seems to have broken somewhere line the
25230         changes.
25231         
25232 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25234         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25235         Added a new property in cvs class to hold a boolean
25236         for enabling date in cvs diff. This fixed the bizzare
25237         diff output due to the date that goes with the cvs
25238         command. Also, set the default value of compression
25239         to 3 and unified diff option to 1.
25240         
25241 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25243         * src/cvs.c: The diff editor is set to hilite as
25244         diff syntax hiliting.
25245         
25246         * configure.in, manual/Makefile.am:
25247         Added a new manual module for ja language.
25248         
25249         * manual/ja/*/*/*: New module and files for the
25250         ja translation for the anjuta documentation
25251         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25252         
25253 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25255         * src/launcher.c: Made a very messy work around
25256         for the launcher authentication to work properly.
25257         
25258         * src/find_replace.c: Applied the missing patch
25259         from Dan Elphick <dre00r@ecs.soton.ac.uk>
25260         
25261 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25263         * src/cvs.c, src/main_menubar_def.h: made message strings
25264         consistent with existing standards from our own documentation 
25265         (such as uppercase P in Project, corrected spelling of 
25266         repository, etc.)
25268 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25270         * src/cvs_gui.c: Cleaned up gui and aligned various
25271         widgets to give a clean look.
25272         
25273 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25275         * src/launcher.c: Added work around to retrieve
25276         the child exit code. It works. :)
25277         
25278         * src/find_in_files.c, src/gnome_project.c,
25279         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25280         src/clean.c, src/clean_project.c, src/build_project.c,
25281         src/build_file.c: Modified to handle the new
25282         child exit code.
25283         
25284 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25286         * src/find_replace.c: Changed signal to call
25287         on_replace_text_close on from delete_event
25288         to close => the replace history is now updated.
25290 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25292         * src/cvs.c: escaped the cvs import message before
25293         passing it to cvs.
25294         
25295 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25297         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25298         
25299         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25300         
25301         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25302         Added cvs import
25303         
25304         * src/preferences_gui.c: GUI improvements
25305         
25306         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25308 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25310         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25311         Removed static qualifier from tm_tag_type_name() and
25312         availed it's prototype for use in outside code. also
25313         created reverse map function tm_tag_type_name();
25314         
25315         * src/anjuta.c: Implemented qualified tags names for
25316         the tag list (on the toolbar pulldown list) to avoid
25317         ambiguty in tags with similar names (like prototype
25318         and definition). Patch modified and improved.
25319         
25320         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25321         
25322 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25324         * src/utilities.[c,h]: Added a utility funtion
25325         that escapes the single and double quotes in a
25326         given string. Useful for passing command line
25327         args with quotes.
25328         
25329         * src/cvs.c: Escaped the cvs log message before
25330         passing it to cvs command line to avoid ambiguties
25331         with quotes in the message.
25332         
25333         * pixmaps/anjuta_icon.png: Changed to the new icon.
25334         from Todd Goyen <goyen@mbi-berlin.de>
25335         
25336         * src/message-manager-private.cc: Added regex to 
25337         recognize (underline hilite) the parsable outputs
25338         from the zvt terminal.
25339         
25340 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25342         Patch from: Tina Hirsch <tehirsch@arcor.de>
25343         
25344         * src/project_type.c:
25345         Fixed a bug in the wxproject type and modified the erroroutput when
25346         configure doesn't find wx-config
25347         
25348         Patch from: Timothee Besset <ttimo@idsoftware.com>
25349         
25350         * src/anjuta.c, src/message-manager-private.cc,
25351           src/message-manager-private.h
25352         Catches double clicks in the zvt terminal, and calls goto_error_line
25353         to jump to the appropriate location in the source. This will recognize
25354         grep -n output
25355         
25356 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25357         
25358         * src/build_project.c: Taken care of memory leak
25359           by freeing cmd variable properly.
25361         * src/main_menubar_def.h: Fixed wrong signal connection
25362           for cvs project commit.
25363           
25364         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25365         
25366         * src/preferences_gui.c: Added some border and adjusted
25367           expandsion, filling in box adds to make the cvs preferences
25368           more nicer.
25369         
25370 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25372         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25373         
25374         * src/cvs*, src/main_menubar*, src/preferences*: 
25375         Moved CVS settings to preferences, added a nice login dialog.
25376         
25377         * src/controls.c, src/project_dbase.c:
25378         CVS project options are only shown if a project is open
25379         
25380         * src/build_project.c:
25381         User is now asked if he wants to install as root 
25382         
25383         * src/launcher.c:
25384         Fixed a warning
25386         * anjuta.prj: Updated with cvs files
25387         
25388         * TODO: Remove task which are done
25389         
25390 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25392         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25393         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25394         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25396         Modified launcher to use controlling terminal to detect and
25397         take care of password authentications (for example, for cvs
25398         and root installs).
25399         
25400         * pixmaps/password.png: New file.
25401         
25402 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25404         Anjuta kick start tutorial wirtten by:
25405           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25407         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25408           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25409           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25410           manuals/C/anjuta-tutorial/figures/*.png:
25411           
25412           Added files
25413         
25414         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25415           
25416           Modified files.
25417         
25418 2002-03-28 Roel Vanhout <roel@stack.be>
25420         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25422         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25423           src/preferences_gui.c:
25424         Added option to wrap around to beginning/end of file when on last bookmark
25425         and next/previous bookmark is pressed
25426         
25427 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25429         Patch from Philip Van Hoof <freax@pandora.be>
25430         
25431         * src/gnomefilelist.c:
25432         Added gimp like feature that changes the file extension of
25433         the filename entered in the selections when the file
25434         filter is changed.
25435         
25436 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25437         
25438         Patch from Roy Wood <roy.wood@filogix.com>
25439         
25440         * src/controls.c, src/find_text.c, src/find_text.h,
25441           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25442           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25443           
25444           Menuitem for entering currently selected text as find target,
25445           added key accel for "find next" and changed some key accels for
25446           other key for consistency.
25447           
25448         * src/utilities.c:
25449           Cleaned up code.
25450         
25451 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25453         * src/watch.c, src/watch.h, src/watch_cbs.c,
25454           src/watch_cbs.h, src/watch_gui.c:
25455         
25456           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25457         
25458           Added change watch entries feature
25459           and Watch entries modify on double click fixed.
25461 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25463         * src/mainmenu_callbacks.c:
25464         
25465           Project commit should not bypass dialog as
25466           we need to get the cvs log from the user.
25467           
25468 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25470         * src/project_dbase.c:
25471         
25472           Patch from Roy Wood <roy.wood@filogix.com>
25473           
25474           Fixed docking bug with the new docking patch
25475           to fix copy/paste bug.
25476           
25477 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25479         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25480           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25481           src/main_menubar.h, src/main_menubar_def.h,
25482           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25484           Added cvs project support. Featured bypass cvs dialog for
25485           cases where we don't need dialog (such as project and right
25486           click selection from file browser). Cleaned up cvs code to
25487           make them generic cvs operations instead of separate file
25488           and project operations. Added cvs log action. Increased
25489           file entry box width and enabled "unified diff" by default.
25490           Used Editor buffer for status and log and set hilite for
25491           these buffers including diff buffer (DIFF hilite).
25492           
25493 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25495         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25497         * data: Added file autogen.sh.wxwin 
25498         * data/Makefile.am: Added entry for autogen.sh.wxwin
25499         * pixmaps: Added project image appwiz_wxwin.png
25500         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25501         * src/appwizard_cbs
25502           src/compiler_options.c
25503           src/pixmaps.h
25504           src/project_dbase.c
25505           src/project_dbase.h
25506           src/project_import_cbs.c
25507           src/project_type.c
25508           src/source.c
25509           src/source.h
25510           src/wizard_gui.c: Added everything necessary for new
25511                             project type 'wxWindows (wxGTK)
25512         * src/project_dbase.c: Fixed a bug that caused every project
25513                                to be a glade project in dialog
25514                                                    'Project information'.
25516 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25518         Patch submitted by Roy Wood <roy.wood@filogix.com>
25519         
25520         * src/anjuta_gui.c, src/message-manager-dock.c,
25521           src/project_dbase.c:
25522           
25523           fixed the copy/paste bug by rewriting dock/undock
25524           code.
25526 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25528         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25529         
25530         * src/cvs*, src/Makefile.am:
25531           New file for CVS support. File operations currently work
25532           cvs login needs to be done. Project support is not yet
25533           started.
25535         * src/main_menubar*, src/mainmenu_callbacks,
25536           src/anjuta.c, src/anjuta.h:
25537           Added menus and functions for cvs commands.
25538           
25539         * src/text_editor_menu.h: 
25540           Added #include <gtk/gtk.h>
25541           
25542         * src/gotoline.h:
25543           Removed a warning (and this time it works ;-)
25545         * src/utilities.c, src/utilities.h:
25546           Added a utility function to retrieve directory
25547           name out of full path.
25549 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25551         * src/executer.c: (create_executer_dialog): changed the default
25552           focus on the entry.
25554 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25556         * widgets/gnomefilelist.c:
25557         Fixed duplicate history entries for the same directory.
25558           
25559 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25561         Fix for #520092.
25563         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25564           it's already used by scintilla to delete the whole current line.
25566 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25568         Fix for #525107.
25570         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25571           calls to fileselection_hide_widget,
25572           (on_open_filesel_cancel_clicked): removed.
25574         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25575           (on_add_prjfilesel_cancel_clicked):
25577         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25578           impl.
25580         * src/fileselection.c: Made some functions static.
25581           (fileselection_hide_widget): rewritten using the new
25582           gnome_filelist_set_multiple_selection function.
25584         * src/fileselection.c: (on_file_selection_delete_event): removed
25585           unuseful widget hides. Some cleanups,
25586           (on_file_selection_cancel_clicked): impl,
25587           (create_fileselection_gui): changed the cancel button clicked's
25588           callback to use this new function.
25590         * src/anjuta.c: (anjuta_new):
25591         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25592           callbacks, because this the gnome filelist widget's job.
25594         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25595           clist selection mode duplicates set,
25596           (gnome_filelist_key_press): use the new impl. function.
25598 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25600         Fix for #441233.
25602         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25603           fixed some bogus code using an array cell out of
25604           range, removed unecessary gettext usages.
25606         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25607           some cleanups and now transform minus characters to
25608           underscores.
25610         * src/source.c:
25611           (source_write_configure_in),
25612           (source_write_toplevel_makefile_am),
25613           (source_write_desktop_entry),
25614           (source_write_glade_file):
25615         * src/project_dbase.c: (project_dbase_summon_glade),
25616           (project_dbase_generate_source_code):
25617         * src/glades.c: (gladen_write_glade_write):
25618           replaced some occurences of the target name by the
25619           project filename, using project_dbase_get_proj_name,
25620           to fix the name of some files.
25621           Fixed a lot of mem leaks.
25622           Various code cleanups.
25624 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25626         Merged with latest (1.44) scintilla.
25628         Added: - The calltip.<lexer>.end.definition property to display help
25629                  text on a second line of calltip.
25630                - The calltip.<lexer>.word.characters property to correctly find
25631                  calltips for functions that include characters like '$' which
25632                  is not normally considered a word character.
25633                - The use.monospaced property to determine initial state of
25634                  Use Monospaced Font setting.
25636         Bugs fixed: Too many to mention; please see :
25637                     http://www.scintilla.org/ScintillaHistory.html for the
25638                     full changes list.
25640         * scintilla/*/*: updated nearly all files.
25642         * TODO: removed the need of a scintilla merge.
25644         Merged with latest (1.44) SciTE properties.
25646         * data/properties/anjuta.properties: added the wrap, use.monospaced
25647           properties.
25649         * data/properties/html.properties: added a missing php extension, and
25650           updated php keywords to the latest reference.
25652         * data/properties/pascal.properties: added commands to compile, build
25653           and execute pascal applications.
25655         * data/properties/lua.properties: added styles for statements.
25657         * data/properties/bash.properties: added the declare keyword.
25659         Fixed distchecking.
25661         * global-tags/Makefile.am,
25662           global-tags/create-global-tags.sh: used some kind of ugly hack to
25663           make distchek work, since noone has proposed some better way.
25665         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25666           and Ctrl-N replace Alt-N for new file according to the Gnome design
25667           reference.
25669 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25671         * widgets/gnomedirlist.c
25672         widgets/gnomedirlist.h
25673         widgets/gnomefilelist.c
25674         widgets/gnomefilelist.h:
25676         Added GPL headings in the file.
25678 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25680         * src/attach_process.c
25681         src/attach_process_cbs.c
25682         src/attach_process_cbs.h
25683         src/attach_process_gui.c
25684         src/breakpoints.c
25685         src/breakpoints_cbs.c
25686         src/breakpoints_cbs.h
25687         src/breakpoints_gui.c
25688         src/commands.c
25689         src/compiler_options.c
25690         src/compiler_options_cbs.c
25691         src/compiler_options_cbs.h
25692         src/compiler_options_gui.c
25693         src/find_in_files.c
25694         src/find_in_files_cbs.c
25695         src/find_in_files_cbs.h
25696         src/find_in_files_gui.c
25697         src/find_replace.c
25698         src/find_text.c
25699         src/help.c
25700         src/preferences.c
25701         src/preferences_gui.c
25702         src/project_config.c
25703         src/src_paths.c
25704         src/src_paths_cbs.c
25705         src/src_paths_cbs.h
25706         src/src_paths_gui.c:
25707         
25708         Bugs #521629 and #522427 fixed. The problem was, that the
25709         escape-key was not catched and the dialog was hidden, but
25710         the flag was not set correctly.
25712         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25713         using the gnome_dialog_close_hides()-setting present in most dialogs.
25714         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25715         emits "close" and set the flag in the close-callback.
25717         Patch from: Jens Georg <mail@jensgeorg.de>
25719 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25721         * src/*.{c,cpp}: s/string_free/g_free/
25723         * src/utilities.[ch]: (string_free): removed.
25725 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25727         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25729         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25730         src/mainmenu_callbacks.[ch]:
25731         Removed Project menu options: README, TODO, ChangeLog and NEWS
25732         Moved Save Build Messages to Build menu and only highlight it
25733         when there are build messages.
25734         Corrected a spelling: "mojority" -> "majority"
25735         Fixed initialisation of edit.edit_app_gui so now Edit menu
25736         can be shown when no project is loaded.
25738         * src/project_dbase.h: Removed prototype for static function
25740 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25742         * src/text_editor.c: Editor is marked changed after
25743         autoformat. 
25744         
25745         Patch from: Jens Georg <mail@jensgeorg.de>
25747 2002-03-04 Roel Vanhout <roel@stack.be>
25749         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25751         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25752         Added option to ignore binary files on 'Find in files' (grep -I option)
25754 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25756         * src/main.c:
25757         session restoration and commandline load in 
25758         gtk idle loop.
25759         
25760         * src/anjuta.[h,c], src/anjuta_cbs.c:
25761         Removed "clear windows menu" and prevented runtime 
25762         warnings.
25763         
25764         * src/compile.c, src/build_file.c, src/build_project.c,
25765         src/clean.c:
25766         Takes into account the preference setting for 
25767         show dialog when job completes. Dialogs are
25768         shown when it is enabled otherwise not.
25769         
25770 2002-03-03 Roel Vanhout <roel@stack.be>
25772         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25773         
25774         * src/find_text.c
25775         Store 'Find...' search string on search so that 'Find Next' will search for
25776         that string, even if the dialog hasn't been closed yet.
25778 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25780         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25781         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25782         src/main_menubar_def.h:
25783         
25784         Organized menus, removed "Windows" and "Utilities" menus from the
25785         menubar [they are no longer needed]. Also removed some extragenous
25786         separators.
25787           
25788 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25790         * src/message-manager-private.cc:
25791         Set message clist selection mode to BROWSE.
25792         
25793         * src/message-manager.cc, src/an_symbol_view.c,
25794         src/an_file_view.c:
25795         Added Key navigation for the CTree and CList. Arrow left for
25796         node collapse, right for node expand, space (or enter) for
25797         activation (same as double click).
25798         
25799 2002-03-03 Roel Vanhout <roel@stack.be>
25800         
25801         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25802         
25803         * plugins/class-gen/clsGen.c
25804         Added functionality to semi-intelligently prefill filename
25805         boxes with names deduced from class name
25807 2002-02-26 lbell <lbell@tsc4.com>
25809         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25810         * src/preferences_gui.c:
25811         Removed an incorrect use of gtk_misc_set_alignment().
25812         
25813         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25814         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25815         src/preferences.h, src/preferences_gui.c:
25816         
25817         Added the option to reload last open project at the startup.
25818         Added the possibility to open a new project without close
25819         an existing one
25820         
25821         * src/properties.cxx:
25822         Corrected a spelling mistake in message string.
25823         
25824         * src/session.c:
25825         Updated session functions.
25826            
25827 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25829         * widgets/gnomefilelist.c: Bug fixes.
25830         
25831         Patch from Philip Van Hoof <freax@pandora.be>
25832         
25833 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25835         * src/an_file_view.c:
25836         anjuta was unable to open some files becuase they were not being
25837         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25838         Removed mime checking when opening with anjuta, becuase it doesn't
25839         hurt to open binary files in anjuta (some even may want to do so).
25840         
25841         Added a warning when mime type is not set when "view with default
25842         viewer" is activated.
25843         
25844         * src/an_file_view.c, an_symbol_view.c:
25845         Converted N_() to _() where ever appropriate in the strings.
25846         
25847 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25848         
25849         * src/appwizard_gui.c, src/appwizard_cbs.c
25850           src/wizard_gui.c/h, src/appwiz_page3.c,
25851           src/project_import_gui.c:
25852           
25853         Moved target type radiobuttons to appwiz. page 2
25854         
25855         * src/message-manager-private.cc
25856         Fixed a bug which caused a crash if next message function was used
25858         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25860 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25862         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25863         Modifies the behaviour of Alt-TAB in Anjuta. This
25864         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25865         edited files in the first items of the notebook.
25867         Patch from: Timothee Besset <timo@qeradiant.com>
25868         
25869 2002-02-24  Philip Van Hoof <freax@pandora.be>
25871         * widgets/gnomefilelist.c, gnomefilelist.h:
25872           Added filecompletion
25873           
25874         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25876 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25878         * configure.in: Added "sk" to ALL_LINGUAS.
25880 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25881   
25882         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25883           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25884           src/wizard_gui.c: Added support for static and dynamic libs
25885         
25886 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25888         * widgets/gnomefilelist.c:
25889           Fixed gnome_filelist_get_lastfilename so it no longer returns
25890           a corrupted path.
25892 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25894         * src/resources.h, resources.c:
25895         Added url handler.
25897         * src/main_menubar_def.h, mainmenu_callbacks.c:
25898         Changed to use gnome configed url handler.
25900 2002-02-19  Philip Van Hoof <freax@pandora.be>
25902         * widgets/gnomefilelist.c
25903         Added PHP filetype.
25905 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25907         * plugins/class-gen/clsGen.c:
25908         Added c++ support.
25909         
25910         * widgets/gnomefilelist.c:
25911         Gives the maximum space to the files section of the open file dialog.
25912         
25913         Patches from: lbell <lbell@tsc4.com>
25914         
25915 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25917         * src/anjuta.c, main.c:
25918         Used tm_get_real_path in anjuta_get_full_filename();
25919         
25920 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25921         
25922         * anjuta.prj: update version
25924 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25926         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25927           removed the amount arg and replaced with a NULL-ending list.
25928           (gnome_filelisttype_makedefaultlist): use the new prototype.
25930 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25932         * src/about.c, THANKS: updated for new contributors
25933         
25934         * anjuta.prj: added new files
25935         
25936         * README: corrected some documentation, ctags no longer needed,
25937           pkgconfig now required
25938           
25939         * data/properties/others.properties: add .cvsdiff extension
25940         
25941         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25942           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25943           file import
25944           
25945         * doc/anjuta.1: added initial man page thanks to 
25946           Rob Bradford <rob@debianplanet.org> (NB build and install 
25947           needs work)
25948         
25949 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25951         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25952           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25953           warning flags. 
25954   
25955         * configure.in: Changed version to 0.1.10-pre
25956   
25957 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25959         * src/fileselection.c: (create_fileselection_gui): always display
25960           the directory creation button as we cannot rely on the dialog
25961           titlebar.
25963         * widgets/gnomefilelist.[ch]: fixed includes.
25965         * pixmaps/new_folder.xpm: resized, added a + sign.
25967 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25969         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25970           changed all extensions to begin with a dot.
25972 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25974         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25976         * THANKS: added Philip.
25978         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25980         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25981         * src/file_selection.[ch],
25982         * widgets/gnomefilelist.[ch]: added a filetype
25983           combobox to the Anjuta file dialog widget.
25985 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25987         * anjuta.spec.in: eep! the import script was not being installed by
25988           RPM - fixed for the release.
25990 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25992         Various cleanups and fixes for the next release to be able to make
25993         distcheck.
25995         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25996           much and make some tweaks plus cleanups.
25998         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25999           args to remove some warnings.
26001         * global-tags/Makefile.am,
26002           data/Makefile.am,
26003           src/Makefile.am: link against Anjuta static libs using the
26004           $(top_builddir) dir, not anymore on $(top_srcdir) to make
26005           distcheck happy.
26007         * src/Makefile.am: ditto with all the Anjuta static libs.
26009         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
26010           include, as we already include the whole directory for the build.
26012         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
26013           
26014 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
26016         * pixmaps/Makefile.am: icon for libglade project now installed
26017         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
26018         * manuals/C/Makefile.am: removed ChangeLog reference which was 
26019           breaking some build stuff
26020         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
26021           include reference problems that showed up on make distcheck
26022         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
26024 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
26025         
26026         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
26028 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
26030         * src/message-manager-private.cc:
26031           The horizontal scrollbar now shows properly on demand.
26032         
26033 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
26035         * src/dnd.c fixed some warnings
26036         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
26037           and works. It is shown always at the moment but before it was
26038           shown on demand and did never work. 
26040 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
26042         * src/anjuta.c: Fixed a crash bug.
26043           patch from: Jens Georg <mail@jensgeorg.de>
26045 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
26047         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
26048           reports a problem with missing end tags on <graphic>
26050 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26052         * manuals/C/ChangeLog: removed since it was never used
26053         * manuals/C/anjuta-manual/*: more updates, new screenshots
26054         * anjuta.prj: updated for new manuals/ structure
26056 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
26058         * source.c, compiler_options.[c/h]:
26059           Fixed bug #460321 "Problem with optimization options" 
26060           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
26061         
26062 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26064         * NEWS: prepared for release, need to fill in date
26065         * data/welcome.txt: version number updated
26067 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26069         * src/text_editor_menu.c, src/an_file_view.c, 
26070           src/an_symbol_view.c: marked strings for translation
26071         
26072         * src/defaults.c, data/properties/xml.properties:
26073           *.omf and *.xsl files should use XML highlighting
26074           
26075         * manuals/C/anjuta-manual/*:
26076           - restructured so that files have more meaningful names
26077             and are easier to edit (see anjuta-manual.sgml for the
26078                 ordering)
26079           - updated some screenshots
26080           - continued rewrite
26082 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
26084         * main.c: Made a workaround to remove the old
26085         anjuta gnome config file (older than 9 Feb 2002). This
26086         will fix the bug which never lets the brower toolbar shown.
26087         
26088         * main.c: In fact, the above solution wouldn't work in all
26089         cases. Therefore, here is the better fix, which works by
26090         detecting the version of the old config file and deleting
26091         ~/.gnome/Anjuta if it is lesser than 0.1.9.
26092         
26093 2002-02-01  Andy Piper <andy.piper@freeuk.com>
26095         * HACKING: added info on submitting patches
26097 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
26099         * src/project_import_gui.c, src/project_import.c:
26100           - If Project Import Wizard is canceled everything is 
26101                 cleaned up now.
26102           - Back button is now insensitive on page 3 (some problems: 
26103                 see TODO in project_import_qui.c:284
26104           - Menu frame is insensitive if project type != GNOME(mm)
26106 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26108         * src/main.c: Fixed bug #  (Unable to open files on
26109         double click in project window from second trial onwards when
26110         the project is opened from command line).
26111         
26112         * po/POTFILES.in: Removed tags_manager.[h,c]
26113         
26114 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26116         * src/preferences.c:
26117           A quick hack to fix the 'invisible' browser toolbar when
26118           upgrading from 0.1.8 to 0.1.9
26119           
26120         * src/anjuta.c:
26121           Fixed toolbar names which were causing confusions in the toolbar
26122           show/hide.
26123           
26124         * src/main.c:
26125           Substituted "anjuta" with PACKAGE
26126           
26127         * src/project_import_gui.c: 
26128           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
26129           
26130         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
26131           Added new files and removed obsolete ones.
26132           
26133 2002-01-30  Andy Piper <andy.piper@freeuk.com>
26135         * src/appwizard_cbs.c, project_import_cbs.c, 
26136           main_menubar_def.h, project_import_gui.c: 
26137           updates to message strings and layout for the 
26138           import wizard.
26139           
26140         * text_editor_cbs.c: fix for the tab menu entries for 
26141           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
26143 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26145         * src/toolbars.c,
26146           src/toolbars.h,
26147           src/anjuta_gui.c,
26148           src/controls.c:
26149           
26150           Tag dropdown exclusive (takes
26151           all space in the toolbar) and never vertical and
26152           increased the width of the tag combo to 256 pixs.
26153           Toolbar separator before the combo and button.
26154           Added tags label before the tag button.
26155           Reorganized the dock bands for the toolbars.
26156           
26157         * src/project_import_gui.c
26158           src/project_import.c:
26159           Fixed an error and removed an unused variable.
26160           
26161         * data/properties/anjuta.properties:
26162           Removed the property for the old toolbar and set
26163           browser toolbar show to default.
26164           
26165         * src/project_dbase.c: excluded modules were not
26166           loaded. Fixed.
26167           
26168         * src/source.c:
26169           No build files will be written if the project is blocked.
26170           
26171         * src/project_import.c,
26172           src/project_import_cbs.c,
26173           src/project_gui.c,
26174           src/wizard_gui.c:
26175           
26176           Manually applied Johannes patch to fix some memory
26177           issues and gui clean up.
26178           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26179         
26180         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
26181           Fixed a bad bug with remove file from project because of
26182           files were never removed properly from the project and
26183           from the tagmanager.
26184           
26185         * src/appwiz_page3.c: Disabled unused codes to clear
26186           compiler warnings.
26187           
26188 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26190         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
26191         
26192         * data/Makefile.am
26193           pixmaps/Makefile.am
26194           src/Makefile.am
26195           src/an_file_view.c
26196           src/an_symbol_view.c
26197           src/anjuta.c
26198           src/anjuta.h
26199           src/anjuta_cbs.c
26200           src/anjuta_gui.c
26201           src/controls.c
26202           src/main_menubar.c
26203           src/main_menubar.h
26204           src/main_menubar_def.h
26205           src/mainmenu_callbacks.c
26206           src/mainmenu_callbacks.h
26207           src/pixmaps.h
26208           src/project_dbase.c
26209           src/project_dbase.h
26210           src/text_editor.c
26211           src/text_editor_menu.c
26212           src/text_editor_menu.h
26213           src/toolbar.c
26214           src/toolbar.h
26215           src/toolbar_callbacks.c
26216           src/toolbar_callbacks.h :
26217           
26218           Patch submitted by:
26219           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26220           
26221           Removes the Tags toolbar and substituted it with
26222           tags combo dropdown list. Fixes a couple of bugs.
26223           
26224           Moved the tag combo to browser toolbar because
26225           main toolbar was becoming too long.
26226           Made a new icon of tag toolbar.
26227           
26228         * po/zh_TW.po: Fixed bug.
26229           
26230         * pixmaps/an_tag.xpm: Added new file.
26232 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26234         * src/project_import_gui.c: Reorganized project
26235         import gui page 2.
26236         
26237 2002-01-29  Andy Piper <andy.piper@freeuk.com>
26239         * HACKING: added info on creating windows and dialogs
26241 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
26243         * src/tm_file_view.c:
26245           Sorts the file list at the end instead of doing sort-insert
26246           to improve performance.
26247           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26249         * src/project_dbase.c: Resolved a conflict from
26250           Johannes's patch.
26251           
26252         * src/project_import.c:
26253         
26254           Fixed to use anjuta_import.sh for the bin dir and
26255           not from the data dir.
26256         
26257           Used anjuta_is_installed() function to verify a the command's
26258           executability.
26259         
26260           Fixed import command to use sh (which is more general and is
26261           gauranteed to be found in any unix system :-)). Also, added
26262           double quotes around the import directory.
26263         
26264           Changed some strings for better translations (like avoiding
26265           duplicates).
26266           
26267           Fixed the reading of wrong target type.
26268           
26269         * src/control.c: Insensitive "import project" when there is
26270           a project open.
26271           
26272         * src/project_import_cbs.c:
26273           
26274           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26275           Fixed selection of gettext checkbox.
26276           Sets the menu entries.
26277           
26278 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
26279         
26280         * src/appwiz_page[1-4].c
26281         * src/appwiz_gui.c
26282         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26283         be able to reuse it.
26284         
26285         * src/mainmenubar.[c/h]
26286         * src/mainmenubar_def.h
26287         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
26288         menu item
26289         
26290         * src/message-manager.c: Fixed bug 509192
26291         * src/message-manager-dock.c: Added accel_group if window is undocked
26292         
26293         * src/project_dbase.[c/h]: Splitted opening code to be able
26294         to use it without an open file dialog
26295         (Maybe I broke Naba's changes, please take a look)
26296                         
26297         * src/project_import.[c/h]
26298         * src/project_import_gui.c: New Files, Code for Project Import Wizard
26299         
26300         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
26301         import wizard
26303 2002-01-28  Andy Piper <andy.piper@freeuk.com>
26305         * src/main_menubar_def.h, tagmanager/tm_project.c: more
26306           string cleanups
26307           
26308         * manuals/C/anjuta_manual/*: started rewrite of the 
26309           manual, updated some screenshots
26311 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26313         * src/gnomefilelist.h, src/gnomefilelist.c:
26314         
26315           Fixed multiple selection bug (#497085). The OK button is
26316           sensitive when in multiple mode, if the no. of
26317           selection is one or more.
26318           
26319           Toggle between single and multiple selection mode
26320           and multiple mode display.
26321           
26322           Fixed strings to translable strings.
26323           
26324           Fixed some compiler warnings by commenting out
26325           unused functions.
26326           
26327 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26329         * src/project_dbase.c: App status bar now updates
26330           with the project name when the project is loaded.
26331         
26332         * src/an_file_view.c, tagmanager/tm_file_entry.c:
26333           
26334           Puts the directories at the top. They're also sorted now.
26335           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26336         
26337 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26339         * scripts/anjuta_import.sh.in: Added file.
26340         * scripts/anjuta_import.sh: Removed file.
26342         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26343           Updated files.
26344           
26345         * src/main_menubar_def.h:
26346         
26347           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26348           reflect the opposite of Find (CTRL+F) and also to leave
26349           CTRL+R or Redo.
26350           
26351           Changed Glade summon with ALT+G, which frees the ATL+E
26352           for poping up the edit menu.
26353           
26354         * src/Makefile.am: Debugging link flags by Biswa, removed.
26356 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
26358         * HACKING: added information on best practices for writing
26359           application messages and GUI labels
26360           
26361         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
26362           src/breakpoints.c, src/build_file.c, src/build_project.c, 
26363           src/clean_project.c, src/compile.c, 
26364           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
26365           src/configurer.c, src/debugger.c, src/executer.c, 
26366           src/find_in_files.c, src/find_in_files_cbs.c, 
26367           src/find_replace.c, src/find_text.c, src/glades.c, 
26368           src/gnome_project.c, src/goto_line.c, src/main.c, 
26369           src/main_menubar.c, src/main_menubar_def.h, 
26370           src/mainmenu_callbacks.c, src/preferences_gui.c, 
26371           src/project_config.c, src/project_dbase.c, 
26372           src/project_dbase_gui.c, src/resources.c, src/source.c, 
26373           src/support.c, src/tags_manager.c, src/text_editor.c, 
26374           src/text_editor_gui.c, src/text_editor_menu.c, 
26375           src/toolbar_callbacks.c, src/utilities.c: 
26376           lots of minor message updates to make them more user-friendly 
26377           and consistent
26379 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26381         * src/executer.c:
26382         
26383           Because of the spaces escaping, the command could not be
26384           executed when run without terminal. Now fixed.
26385           
26386         * anjuta.prj, Makefile.am:
26387         
26388           Added anjuta project file.
26389         
26390 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
26392         * src/message-manager-private.h, message-manager-private.cc,
26393           message-manger.cc:
26394           
26395           Added freeze() and thaw() for the message window class to
26396           speed up the message manager update.
26397         
26398         * src/project_config.h, project_config.c,
26399           src/project_dbase.h, project_dbase.h
26400           scripts/anjuta_project.template:
26401           
26402           Added two new prject attributes: project.config.blocked and
26403           project.excluded.modules. The former will make sure that users
26404           are not given any previlidge in enabling the 'overwrite build
26405           files' flags and the later issues a list of modules in the project
26406           to be skipped for symbol browsing and project listing.
26407         
26408         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26409         
26410           Modified script to read the template from the anjuta data dir
26411           rather than from the directory in which the script exist. Otherwise,
26412           Being transfered to the bin dir, the script will not be able to
26413           find the template when it is run.
26414           
26415           The script is also create with configure.in to set in the anjuta
26416           data dir path inside the script.
26417           
26418 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26420         * po/fr.po: updated to the latest sources.
26422 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26424         * scripts/Makefile.am:
26425           anjuta_import.sh goes with distribution.
26426           
26427         * po/*.po: They seem to have updated (merged with
26428           anjuta.pot) automatically when I did "make dist".
26429           
26430 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26432         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26433           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26434           the compiler options dialog.
26435         
26436         * ChangeLog:
26437           Correct todays date. :)
26438           
26439         * scripts/Makefile.am:
26440           Installs anjuta_import.sh in $(prefix)/bin dir and
26441           is treated as an executable.
26442           
26443 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26445         * Fix for bug #499373
26446         
26447         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26448           java, properties, latex.properties, lua.properties, others.properties,
26449           perl.properties:
26450           
26451           Added double-quotes around file arguments so that
26452           filenames with spaces could also work.
26454         * launcher/anjuta-launcher.c, executer.c:
26455           Escaped quotes in the cammand and it's arguments before executing
26456           so that args with spaces can also work.
26457           
26458           Commented #DEBUG switch.
26459           
26460 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26462         * scripts/*: Added files which I forgot previously.
26463         
26464         * src/aneditor.h: Lined up commands definition for better look.
26465         
26466         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26467           main_menubar.h, control.c:
26468           Added three more convert EOL chars submenu items in transform.
26469           Reformatted some some.
26470         
26471         * data/anjuta.properties:
26472           Reformatted a line.
26473         
26474         * src/aneditor.h, aneditor.c:
26475           Added three commands (with definitions) for EOL conversions.
26476           
26477         * src/text_editor.c:
26478           Editor detects file mode from the file content and
26479           set the editing mode to CR/LF/CRLF automatically.
26480           Refined Dos mode extrageneous chars filter
26481           This will make sure that filter works only in Dos mode and not
26482           in other modes.
26483           
26484         * src/anjuta.c: Editor mode display in status bar.
26485         
26486         * src/preferences_gui.c: Changed the string for dos mode
26487           filter to more sensible string.
26488         
26489         * src/aneditor.c: Default editor mode sets during widget creation
26490           and not everty time the properties are loaded. This makes sure
26491           that the auto-detected mode is not overridden by the default mode.
26492           
26493         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26494         
26495         * src/anjuta.c: Fixed bug #476028.
26496           Now anjuta also searches for file relative to top project dir,
26497           when the project is open.
26498         
26499         * src/anjuta_cbs.c: Fixed bug #499536.
26500           File is not closed if it is not able to save the file properly.
26501           
26502         * src/mainmenu_callbacks.c: Fixed bug #499536.
26503           Newfiles (which are not modified) are also closed on "close all files".
26504         
26505 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26507         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26508         
26509         * tagmanager/tm_source_file.c, regex.c, parse.c:
26510           defined and delimited g_messages within #debug.
26511           
26512         * src/preferences.c, data/anjuta.properties:
26513           saved/defied message-manager tag position in string.
26514           Message tag possition is saved between sessions. And
26515           and tag position bottom as default.
26516           
26517 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26519         Patch submitted by:
26520         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26522         * Makefile.am
26523           configure.in
26524           data/Makefile.am
26525           data/properties/Makefile.am
26526           global-tags/Makefile.am
26527           pixmaps/Makefile.am
26528           src/Makefile.am
26529           src/an_file_view.c
26530           src/an_file_view.h
26531           src/an_symbol_view.c
26532           src/an_symbol_view.h
26533           src/anjuta.c
26534           src/anjuta_cbs.c
26535           src/file_history.c
26536           src/file_history.h
26537           src/message-manager-private.cc
26538           src/pixmaps.h
26539           src/project_dbase.c
26540           src/project_dbase_gui.c
26541           src/tags_manager.c
26542           src/text_editor.c
26543           src/utilities.c
26544           src/utilities.h
26545           src/watch_gui.c:
26546         
26547           Modified files.
26548         
26549         * scripts/*
26550           pixmaps/sv_class.xpm
26551           pixmaps/sv_function.xpm
26552           pixmaps/sv_macro.xpm
26553           pixmaps/sv_private_fun.xpm
26554           pixmaps/sv_private_var.xpm
26555           pixmaps/sv_protected_fun.xpm
26556           pixmaps/sv_protected_var.xpm
26557           pixmaps/sv_public_fun.xpm
26558           pixmaps/sv_public_var.xpm
26559           pixmaps/sv_static_fun.xpm
26560           pixmaps/sv_static_var.xpm
26561           pixmaps/sv_struct.xpm
26562           pixmaps/sv_unknown.xpm
26563           pixmaps/sv_variable.xpm
26564           pixmaps/fv_core.xpm
26565           pixmaps/fv_text.xpm
26566           pixmaps/filestoremove.txt:
26567         
26568           New files.
26569         
26570         * pixmaps/class.xpm
26571           pixmaps/function.xpm
26572           pixmaps/fv_autofile.xpm
26573           pixmaps/fv_doc.xpm
26574           pixmaps/fv_i18n.xpm
26575           pixmaps/fv_source.xpm
26576           pixmaps/private_func.xpm
26577           pixmaps/private_var.xpm
26578           pixmaps/protected_func.xpm
26579           pixmaps/protected_var.xpm
26580           pixmaps/public_func.xpm
26581           pixmaps/public_var.xpm
26582           pixmaps/struct.xpm
26583           pixmaps/variable.xpm
26584         
26585           Removed files.
26586         
26587         * tagmanager/*/*:
26588         
26589           Upgraded to tagmanager-0.7
26591 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26592         * src/anjuta_cbs.c: Fixed bug #506441
26593         * src/watch_gui.c: Changed layout of eval dialog so that
26594         it fits on a 800x600 desktop with German translation. 
26596 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26598         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26599         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26600           icon for new project type (thanks to Misha)
26601         * configure.in: build and install Danish translation
26602         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26603           credits to cover new patches and translations
26605 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26606         
26607         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26608           src/appwiz_page1.c:
26609         
26610       - Font preferences are restored properly now (\n was missing)
26611           - Dock menu label of message-manager is "Dock/Undock" instead
26612           of "Dock|Undock" to match with the rest of anjuta.
26613           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26614           changed it in anjuta, too 
26616 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26618         * tagmanager/tm_source_file.c,
26619           tagmanager/parse.c,
26620           tagmanager/tm_project.c,
26621           src/an_symbol_view.c,
26622           src/anjuta.c:
26623           
26624           Disabled debug warnings.
26626 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26628         * src/appwiz_page1.c
26629           src/compiler_options.c
26630           src/project_dbase.c
26631           src/project_dbase.h
26632           src/project_type.c
26633           src/source.c
26634           src/source.h:
26635           
26636           New project type named LibGlade.
26637           
26638           Patch submitted by:
26639           Dick Knol <dknol@gmx.net>
26641         * src/gnome_prj.c:
26642           Commented out unused pixmap creation. May be it
26643           will fix the crash in project creation.
26644           
26645 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26647         * src/registers.c
26648           src/registers.h
26649           src/registers_cbs.c
26650           src/registers_cbs.h
26651           src/registers_gui.c
26652           src/sharedlib.c
26653           src/sharedlib.h
26654           src/sharedlib_cbs.c
26655           src/sharedlib_cbs.h
26656           src/sharedlib_gui.c
26657           src/signals.c
26658           src/signals.h
26659           src/signals_cbs.c
26660           src/signals_cbs.h
26661           src/signals_gui.c
26662           src/stack_trace.c
26663           src/stack_trace.h
26664           src/stack_trace_cbs.c
26665           src/stack_trace_cbs.h
26666           src/stack_trace_gui.c
26667           src/text_editor.c
26668           src/watch.c
26669           src/watch.h
26670           src/watch_cbs.c
26671           src/watch_cbs.h
26672           src/watch_gui.c
26673           
26674           Fixed bug #496290: Attach/detach removed from these
26675           windows as they are never implemented.
26676           
26677           Patch submitted by:
26678           Johannes Schmid <johannes.schmid@gmx.de>
26679           
26680 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26682         * src/anjuta.c,
26683           src/anjuta_cbs.c:
26684           
26685           Fixed bug:
26686           when you right click on the tabs, a list of filenames are given
26687           out, but now it gives a list of "page 1", "page 2", etc...
26688           
26689           Patch submitted by: 
26690           Jens Georg <mail@jensgeorg.de>
26692         * anjuta.in.in: Removed c|c++ because, it was not necessary
26693           and was causing translation problem.
26694           
26695         * plugins/class-gen/clsGen.c:
26696           removed "'" for the same reason.
26697           
26698 attached the fix for the menu
26701 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26703         * src/preferences.h,
26704           src/preferences.c,
26705           src/preferences_gui.c:
26706           
26707           Adds the functionality to Anjuta to auto save your unsaved
26708           files before you build a project.
26710           Patch submitted by: 
26711           jason <jason_williams@suth.com>
26712           
26713         * src/anjuta.[h,c]:
26714           Added function for save all files.
26715         
26716         * src/mainmenu_callbacks.c:
26717           Modified to use the above function.
26718         
26719         * src/build_project.c:
26720           Save all files before build if it is set in the
26721           preferences.
26723 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26725         * src/message-manager-private.cc
26726           src/message-manager-private.h
26727           src/message-manager.cc:
26728           
26729           Message-manager now restores the tabs which were shown on startup.
26730           The terminal is now created on demand (as requested by Biswa)
26731           and I have removed some debug messages.
26732           
26733           Patch submitted by: 
26734           Johannes Schmid <johannes.schmid@gmx.de>
26736 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26738         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26739           proper tabs keyboard navigation.
26741         * src/an_symbol_view.c,
26742           src/anjuta_cbs.c,
26743           src/gnome_project.c,
26744           src/project_dbase.c,
26745           src/tags_manager.c: removed some debugging display.
26747 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26749         * src/message-manager-dock.c
26750           src/message-manager-private.cc
26751           src/message-manager-private.h
26752           src/message-manager.cc
26753           src/preferences.c
26754           src/preferences.h
26755           src/preferences_gui.c:
26756           
26757           Patch submitted by: 
26758           Johannes Schmid <johannes.schmid@gmx.de>
26759           
26760           This patch adds a tab to the notebook of the preferences-dialog
26761           where you can change the colors, the tab position of the new
26762           message manager. Also the truncate messages stuff has moved
26763           from misc tab to messages tab.
26765           Also improved the remembering position stuff of message manager.
26766           
26767         * data/internal.properties,
26768           Added definitions for messages colors and tag position.
26769           
26770         * src/message_manager.cc:
26771           Fixed a bug that never lets the messages panes to get cleared.
26772           Added wmclass setting for the message window. Fixed a bug in
26773           which the message window was not being shown.
26774         
26775         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26776           output and disabled it.
26778         * src/anjuta.c: Preferences created and loaded before anything else.
26779           anjuta now recognizes messages colors on startup and initializes
26780           them.
26781         
26782 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26784         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26786 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26788         * pixmaps/file_c.xpm,
26789           pixmaps/file_cpp.xpm,
26790           pixmaps/file_file.xpm,
26791           pixmaps/file_h.xpm,
26792           pixmaps/file_html.xpm,
26793           pixmaps/file_i18n.xpm,
26794           pixmaps/file_icon.xpm,
26795           pixmaps/file_pix.xpm,
26796           pixmaps/fv_doc.xpm,
26797           pixmaps/fv_i18n.xpm,
26798           pixmaps/fv_image.xpm,
26799           pixmaps/fv_source.xpm,
26800           pixmaps/fv_unknown.xpm: made these icons transparent.
26802 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26804         * launcher/anjuta_launcher.c: updated message strings
26805         * src/message-manager-dock.c: added newline at end to avoid compile warning
26806         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26807         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26808           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26809           entries for username and Python-style GPL notice
26810         * HACKING: added info on files to change to update Insert menu
26812 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26814         * src/project_dbase.c,
26815           src/an_file_view.c,
26816           src/an_symbol_view.c:
26817           Changed the CTree expander style to square and
26818           line style to Dotted line.
26819           
26820         * po/POTFILES.in: Removed and Added translable files.
26822 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26824         * ccview/.cvsignore: Removed.
26825         
26826 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26828         * ccview/
26829                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26830                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26831                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26832                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26833                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26834                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26835         
26836         Removed ccview module because it is no longer needed.
26838 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26840         * src/project_dbase.c:
26841           Shifted structure initialization in project_dbase_new()
26842           before anything else, otherwise it was crashing due to
26843           uninitialized values.
26844         
26845         * src/an_symbol_view.c:
26846           Disabled high volume debug output.
26848 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26849         
26850         Applied a very heavy patch from:
26851         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26853         * Makefile.am
26854         configure.in
26855         pixmaps/Makefile.am
26856         src/Makefile.am
26857         src/aneditor.cxx
26858         src/aneditor.h
26859         src/anjuta.c
26860         src/anjuta.h
26861         src/commands.c
26862         src/commands.h
26863         src/compile.c
26864         src/compile.h
26865         src/controls.c
26866         src/defaults.c
26867         src/fileselection.c
26868         src/main_menubar.c
26869         src/main_menubar.h
26870         src/main_menubar_def.h
26871         src/mainmenu_callbacks.c
26872         src/mainmenu_callbacks.h
26873         src/project_dbase.c
26874         src/project_dbase.h
26875         src/project_dbase_gui.c
26876         src/tags_manager.c
26877         src/text_editor_menu.c
26878         src/toolbar_callbacks.c
26879         tagmanager/Makefile.am
26880         tagmanager/ctags.c
26881         tagmanager/include/Makefile.am
26882         tagmanager/include/tm_project.h
26883         tagmanager/include/tm_symbol.h
26884         tagmanager/include/tm_tag.h
26885         tagmanager/include/tm_tagmanager.h
26886         tagmanager/include/tm_workspace.h
26887         tagmanager/tm_project.c
26888         tagmanager/tm_source_file.c
26889         tagmanager/tm_symbol.c
26890         tagmanager/tm_tag.c
26891         tagmanager/tm_workspace.c
26892         widgets/Makefile.am: Modified.
26893         
26894         * src/an_file_view.[c,h],
26895           src/an_symbol_view.[c,h],
26896           src/file_history.[c,h],
26897           src/support.[c,h],
26898           widgets/scroll-menu.[c,h],
26899           tagmanager/tm_file_entry.c
26900           tagmanager/include/tm_file_entry.h: Added new files.
26901           
26902         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26903         private_func.xpm, public_func.xpm,
26904         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26905         private_var.xpm, public_var.xpm,
26906         function.xpm, fv_i18n.xpm, macro.xpm,
26907         protected_func.xpm, struct.xpm,
26908         fv_autofile.xpm, fv_image.xpm,
26909         ofolder.xpm, protected_var.xpm, variable.xpm:
26910           Updated and Added pixmap files.
26912         Features:
26913         ---------
26914         a) Removes CCView dependency.
26915         b) Improves the terminal.
26916         c) Adds tag navigation context menus.
26917         d) Upgrades tagmanager to latest version.
26918         e) Miscellaneous small additions.
26920 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26922         * src/project_dbase_gui.c: Fixed crash of anjuta
26923         when project first created.
26924         
26925         * src/gnome_project.c: It now updates the tags manager
26926         when new projects are created.
26927         
26928 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26930         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26931           for this big patch.
26932         
26933         * src/messages.[c,h]: Removed files.
26935         * src/message-manager.[cc,h],
26936           src/message-manager-dock.[c,h],
26937           src/message-manager-private.[cc,h]
26938           New files.
26940         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26941           src/build_project.c, src/clean_project.c, src/compile.c
26942           src/configurer.c, src/debugger.c, src/find_in_files.c
26943           src/mainmenu_callbacks.c, src/preferences.h
26944           src/preferences_gui.c, src/properties.h
26945           src/utilities.c, src/utilities.h:
26946           The new messages widget.
26947           New features:
26948             - Use of GtkNotebook instead of ToggleButtons
26949               and show/hide
26950             - Popupmenu to show and hide message types and
26951               to dock/undock in detach mode
26953           All other things should work as they did with the
26954           old message window. Currently the keyboard short-cuts
26955           do not work in detached mode.
26956           
26957           Some functions in utitlities.[c,h] changed.
26958           so that they take const arguments where this is possible
26959           
26960         * src/Makefile.am, po/POTFILES.in:
26961           Removed messages.[c,h] and
26962           added message-manager.[cc,h], message-manager-dock.[c,h],
26963           message-manager-private.[cc,h]
26964           
26965         * src/message-manager.h: Removed "include <bonobo.h>"
26966           and added a newline at the end of the file.
26967           
26968         * src/message-manager-private.cc:
26969           Set clist's width setting to Automatic.
26970           Set scroll window's scroll bars to Automatic.
26971           
26972 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26974         * text_editor_menu.c:
26975           Fixed misalignment of the function sub menu
26976           in the text editor pop up menu.
26977           
26978 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26979         
26980         * src/text_editor.c: Fixed a compiler warning.
26981         
26982 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26984         * THANKS, manuals/*/authors.sgml: updated for new translations
26985         * plugins/class-gen/clsGen.c: converted messages to English
26986         * src/about.c, src/main_menubar_def.h: string updates
26988 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26990         * src/anjuta.c
26991           src/anjuta_cbs.c
26992           src/text_editor.c
26993           src/mainmenu_callbacks.c
26994           src/text_editor.h
26995           src/text_editor.c
26996           src/text_editor_cbs.c
26997           src/text_editor-gui.c:
26998           
26999           Earlier code for adding 'cross' button
27000           for closing pages were too error prone and unorganized.
27001           Cleaned up the code and shifted the 'extra' widgets
27002           creation (eg. close button, close_pixmap and lable)
27003           from anjuta to text_editor. This takes care of proper
27004           widgets creation and destruction. Otherwise, anjuta
27005           was crashing at too many points, especially related
27006           to docking and undocking.
27007           
27008 2002-01-04  Stephane Demurget  <demurgets@free.fr>
27010         * src/aneditor.cxx: removed debugging code.
27012         * data/properties/.cvsignore: added swap files.
27014 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27016         * src/anjuta.c
27017           src/anjuta_cbs.c:
27018           Fixed Crashing of anjuta when a new file is saved as
27019           different file.
27020           
27021 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27023         * src/aneditor.c: Some debug codes around.
27024         
27025         * data/internal.properties, data/anjuta.properties: Removed.
27026           data/properties/Makefile.am:
27027           data/properties/ada
27028           data/properties/cs
27029           data/properties/make
27030           data/properties/rc
27031           data/properties/html
27032           data/properties/ruby
27033           data/properties/baan
27034           data/properties/idl
27035           data/properties/pascal
27036           data/properties/sample
27037           data/properties/bash
27038           data/properties/java
27039           data/properties/perl
27040           data/properties/sql
27041           data/properties/conf
27042           data/properties/latex
27043           data/properties/props
27044           data/properties/vb
27045           data/properties/cpp
27046           data/properties/lua
27047           data/properties/python
27048           data/properties/xml
27049           data/properties/others
27050           data/properties/.cvsignore:
27051             Added files. Properties now splitted into small files
27052             for each language.
27054         * data/Makefile.am
27055           configure.in: Update the removal and added properties module.
27057         * src/preferences.c: preferences_new(): Updated to reflect the
27058           new properties files organization.
27059           
27060         * src/Makefile.am: Added Baan Lexer.
27062 2002-01-01  Stephane Demurget  <demurgets@free.fr>
27064         * src/aneditor.cxx: readded the baan lexer. 
27066         * src/preferences.c: fixed translated messages and a typo.
27068         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
27069           confusing the regexp usage in xml-i18-merge.
27071 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
27073         * src/project_dbase.c: tidied some messages, and spotted a typo in
27074           the reading of properties which prevented the project version from
27075           ever being reported in the Project Information window - fixed :)
27077         * po/POTFILES.in: removed syntax.h
27079 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27081         * data/internal.properties: fixed baan properties.
27082           Added all ada properties.
27084         * src/main_menubar_def.h,
27085           src/lexer.h,
27086           src/aneditor.cxx,
27087           src/utilities.[ch]: added support for the Ada highlight style.
27089 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27091         * plugins/*/.cvsignore: updated.
27093 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27095         * src/syntax.h,
27096           src/text_editor.c,
27097           src/Makefile.am: removed the empty header syntax.h.
27099 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
27101         * main_menubar.c:
27102         Stef's observation on the 'superfluous' hseparators in the recent
27103         files and projects is fully justified -- removed.
27104         
27105         * main_menubar_def.h:
27106         Changed "Plug Ins" to "Plugins" in the menu label.
27107         
27108         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
27109         Added class-gen in the configure output and class-gen module.
27110         
27111         * data/internal.properties:
27112         Correct mis-spelled "jave" to "java".
27113         Added file.is.source for *.h, *.c, *.cpp properties.
27114         
27115         * global-tags/Makefile.am:
27116         "chmod +x create_global_tags.sh" before it is executed, because
27117         there is very high chance that it will be found "-x" and resulting
27118         in error
27120 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27122         Fixed a crash on Solaris reported by Holder Burde, thanks to him
27123         for the backtrace.
27125         * src/gnome_project.c: (create_new_project): if the user doesn't
27126           select any icon, it doesn't have any extension and thus we can't
27127           use it in printf on Solaris, since the %s modifier use strlen to
27128           know the string length and then crash. On Linux, gcc checks the value
27129           of the pointer to be NULL and write "(null)" if necessary. We can't
27130           rely on that.
27132         * src/source.c: (source_write_desktop_entry): if there's no icon, we
27133           don't need to have the directory icon but the generic one.
27135 2001-12-30  Stephane Demurget  <demurgets@free.fr>
27137         Merged with latest (1.42) scintilla.
27139         Added: Support for the {load,save}.on.(de)activate properties.
27140                The PHP lexer to match keywords case insensitively.
27141                Baan lexer.
27142                Experimental supports for changeable style attribute & line
27143                wrapping.
27144                
27145         Updated: Both the C++ and HTML lexers.
27146                  More shell keywords added.
27147                  Horizontal scrolling and diplay of long lines optimised.
27148                  Cursor setting optimised.
27150         Bugs fixed: Caret movement over folded lines.
27151                     Selection tracking in 2ndary views when doing modifications.
27153         * scintilla/CallTip.{cxx.h},
27154           scintilla/ContractionState.{cxx,h},
27155           scintilla/Document.{cxx,h},
27156           scintilla/Editor.{cxx,h},
27157           scintilla/KeyWords.cxx,
27158           scintilla/LexHTML.cxx,
27159           scintilla/PlatGTK.cxx,
27160           scintilla/RESearch.cxx,
27161           scintilla/ScintillaBase.cxx,
27162           scintilla/ScintillaGTK.cxx,
27163           scintilla/Style.{cxx,h},
27164           scintilla/StyleContext.h,
27165           scintilla/ViewStyle.cxx,
27166           scintilla/include/*.h: updated.
27168         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
27170         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
27171           should have been told to the scintilla team. We're lucky I read the
27172           ChangeLog and the modifications of the lexer (thanks to the Gnome
27173           bonsai for this ;)
27175         * data/internal.properties: added Baan definitions.
27176           Fixed some issues for C such as *_cast directive, that are only
27177           available with C++.
27178           Updated C++, HTML and shell scripts definitions.
27179           Updated Ada and Bullant, that have been forgotten.
27181         * src/main_menubar_def.h,
27182           src/lexer.h,
27183           src/aneditor.cxx,
27184           src/utilities.[ch]: added support for the Baan highlight style.
27186 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27188         Polished the plugins menu behaviour and added a tearoff
27189         menuitem to the recent entries submenu.
27191         Note: The recent entries list seems to be too height
27192               with all these superfluous hseparators.
27194         * src/main_menubar.c: Polished, making some
27195           functions declarations static and cleaning some code.
27197           (create_submenu_plugin): removed the extra
27198           plugins entry and the horizontal separators.
27200           (on_plugins_menu_realize): the plugins menu is only
27201           shown if there's at least one available.
27203           (create_submenu*): added a tearoff menuitem to have
27204           a more homogeneous menu style. For now, it doesn't
27205           take care of user settings (but it was even worse
27206           before :).
27208 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27210         * configure.in: added the packageplugindir variable to avoid
27211           installing the plugins in $(prefix). It's not the same path as
27212           anjuta 2 to allow parallel installation.
27214 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27215         Fix a reopened part of bug #440676: keyboard navigation between the
27216         different text buffers. Changed to a more global approch. 
27218         * src/notebook.[ch]: removed.
27220         * src/Makefile.am: removed notebook.[ch]
27222         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27223           (on_anjuta_window_key_press_event): added to fulfill the global
27224           shorcuts handling.
27226         * HACKING: updated according to the new global shortcuts handling.
27228 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27230         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27231           Shifted plugin menu from Edit submenu to main menu.
27232         
27233         * po/POTFILES.in:
27234           Added plugins/sample1/plugin-sample1.c
27235           
27236         * plugins/sample1/plugin-sample1.c:
27237           Added localization and used anjuta_info, instead of anjuta_error.
27238           
27239         * plugins/.cvsignore, plugins/sample1/.cvsignore:
27240           Added cvs ignores.
27241           
27242 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27244         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27245           for plugin dir.
27246         
27247         * Makefile.am: Added module plugins.
27248         
27249         * plugins, plugins/Makefile.am, plugins/sample1/*:
27250           Created plugins modules.
27251           
27252         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
27253           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27254           to load plugins of *.so only and not *.so* (which results
27255           in duplicates).
27256         
27257         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
27258           plugins during packaging.
27260 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
27262         *  configure.in: Added Greek (el) to ALL_LINGUAS.
27264 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27266         * configure.in: Added portuguese to ALL_LINGUAS
27268 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
27270         * global-tags/.cvsignore
27271         tagmanager/.cvsignore
27272         tagmanager/include/.cvsignore:
27273         Added cvs ignore files.
27275         * data/.cvsignore
27276         Updated cvs ignore file.
27277         
27278 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27280         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
27281           data/anjuta.properties, data/internal.properties: clean up some 
27282           message strings (me)
27284 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27286         * src/about.c, THANKS: added Jens to the credits
27287         
27288 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27290         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27291           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27292           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27293           Georg <mail@jensgeorg.de> to add close button to file tabs.
27295 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27297         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27298           (debugger now catches correct signal from process)
27300 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27302         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27303         * src/pixmaps.h: switch appwizard project icons to new designs
27304         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27306 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27308         * pixmaps/Makefile.am: stop redundant images from being installed.
27309           The next step will be to remove them completely.
27310         * src/appwiz*: further updates (more to come)
27311         * src/pixmaps.h: cleaned up, commented
27312         * src/splash.c: should use the pixmaps macro defined
27313         * HACKING: more on the graphics stuff and use of pixmaps.h
27315 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
27317         * src/defaults.c: fix bug #494864
27319 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
27321         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27322           graphics from Misha
27323         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27324           redundant graphics, no longer used
27325         * src/appwiz*: revamped application wizard by Andy and Misha for
27326           a more usable and professional look-and-feel
27327         * HACKING: updates to cover patching, graphics, and some additions
27328           post-0.1.8
27329         * TODO: removed some implemented features
27331 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
27333         * data/anjuta.properties, data/internal.properties: cleanup
27334         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
27335           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27336           to edit styles colors for keywords and add Goto Tag menu option
27337           in the editor
27339 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27341         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27342         
27343         Fixed bug #460335
27344         fixes the Forget of the cursor position when tab is brought active
27345         from project manager.
27346         
27347 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27349         * src/messages.c
27350           Exported "TERM=xterm" to get a color terminal when
27351           anjuta is not started from within a terminal.
27352           
27353 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27355         * src/messages.c
27356           src/messages.h
27357           Added a frame around zvt terminal.
27358           
27359         * src/preferences_gui.c
27360           Modified to say "Use glade component (experimental)"
27361           instead of "Use Component".
27362           
27363 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27365         * Patch from 
27366         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27367         
27368         * src/anjuta.c
27369         src/fileselection.c
27370         src/messages.c
27371         src/messages.h
27372         src/preferences.c
27373         src/preferences.h
27374         src/project_dbase.c
27376         a) Extra scrollbar in terminal no longer appears.
27377         b) Character set preference should be preserved (untested).
27378         c) File selection widget now remembers last directory.
27379         d) On creation of generic project, the glade 'file not found' error no
27380                 longer occurs.
27381         e) First terminal window is created 'on demand', so it should always to
27382                 the Right Thing (TM) as far as starting WD is concerned. Also, the
27383                 environment is now passed to the terminal.
27384         f) Solaris compilation should be fixed (replaced get_current_dir_name()
27385                 with getcwd()).
27386         g) Fixed some compilation warnings.
27388 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
27390         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27391           src/pixmaps.h: applied terminal and warnings patch (Biswa)
27392         * src/*: cleanups (me)
27393         * pixmaps/mini_term.xpm: added new file for terminal button
27394           (me, based on existing artwork)
27396 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27398         * configure.in: bumped version to 0.1.9-pre
27399         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27400           translation
27401         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27403 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27405         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27406           files are free of that char)
27407         * configure.in: added "az" to ALL_LINGUAS
27409 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27411         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27412           crash bug fix from Biswa.
27413         * FUTURE: added Anjuta/gIDE merger information to provide 
27414           details on future direction and status of 1.x stuff
27415         * NEWS: prepared for release
27416         * po/de.po: update from Jens Georg <mail@jensgeorg>
27418 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27420         * multiple minor updates pre-0.1.8
27421         * patch from Biswa to fix syntax highlighting and packaging
27422         * po/fr.po: update from Stef
27424 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27426         * global-tags/Makefile.am
27427         global-tags/create_global_tags.sh
27428         global-tags/tm_global_tags.c
27429         scintilla/LexCPP.cxx
27430         scintilla/include/SciLexer.h
27431         src/aneditor.cxx
27432         src/project_dbase.c
27433         tagmanager/Makefile.am
27434         tagmanager/include/Makefile.am
27435         tagmanager/include/tm_project.h
27436         tagmanager/include/tm_tag.h
27437         tagmanager/include/tm_tagmanager.h
27438         tagmanager/tm_project.c
27439         tagmanager/tm_source_file.c
27440         tagmanager/tm_tag.c
27441         tagmanager/tm_workspace.c:
27442         
27443         Includes the syntax highliting patch to scintilla).
27444         and more stable code.
27445         
27446         *tagmanager/include/tm_symbol.h: New file.
27447         *tagmanager/tm_symbol.c: New file.
27448         
27449         Add symbol tree building functionality at project level
27450         
27451         Patch from:
27452         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27453         
27454 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27456         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27457           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27458           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27459           : New and improved pixmaps from Misha <misha@phreaker.net>
27460           Thanks to him.
27462 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27463         
27464         * Big patch submitted by
27465           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27466           Many thanks to him.
27467         
27468         * src/Makefile.am, src/aneditor.cxx
27469           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27470           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27471           Use of tagmanager lib for advanced calltips.
27473         * global-tags/*: Created new directory and added files to 
27474           generate system.tags.
27476         * tagmanager/*: Created new directory and added tagmanager lib
27477           files.
27479         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27480           the above additions.
27482         * data/Makefile.am: Modified to accomodate generated system.tags file.
27484 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27486         * scintilla/: updated to 1.41
27487         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27488         * src/about.c: updated list of authors
27489         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27490         * HACKING: updated to cover Scintilla usage
27491         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27492           translation
27494 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27496         * src/aneditor.cxx: Fixed compilation errors with it.
27497           by add include to gtk+ headers and typedefining a mysteriously
27498           vanished class Colour.
27500 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27502         * configure.in: Added pt_BR in the languages.
27503         
27504 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27506         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27507           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27508         * THANKS: updated
27509         * manuals/C/anjuta-manual/*: new format to match
27510           the rest of the GNOME docs chapter layout. Added the many
27511           new contributors. Moved Authors and License information into new
27512           chapters of their own - should make expansion easier too
27513         * src/compiler_options.c: changed the profiler option to -pg to 
27514           work with GNU tools (gprof)
27515         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27516           and text labels
27517         
27518 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27520         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27521           compiler_options_gui.c:
27522           Added a new entry for linker flags and renamed c_options to c_flags
27523           and l_options to l_libs. Also, added a new function:
27524           compiler_options_set_prjlflags_in_file();
27525         
27526         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27527         
27528         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27529           
27530 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27532         * THANKS, src/about.c: corrections and additions following 
27533         Naba's big update
27534         * src/main_menubar.c: patch from Rikul to fix the problem with 
27535         menu accelerators not being loaded
27537 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27539         * THANKS: Added all contributors and translators names and emails.
27540         * AUTHORS: Updated
27541         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27542         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27543               Added new file (earlier logo with border).
27544         * src/about.c: Added all contributors names and emails
27545               and used macro definition for logo pixmap file.
27546         * src/pixmaps.h: Added entry for anjuta splash screen.
27548 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27550         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27551         to new PNG version (thanks to Misha) and removed the old
27552         pixmap.
27554 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27556         * THANKS: added Conner Mo for simplified Chinese translation.
27557         * configure.in: added zh_CN in ALL_LINGUAS
27559 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27561         * THANKS: added Joe Man for his traditional Chinese translation.
27562         * configure.in: added zh_TW in ALL_LINGUAS.
27564 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27566         * src/main_menubar_def.h: Changed the link of lidn to
27567         http://lidn.sourceforge.net.
27568         
27569 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27571         * Applied patch from Rikul
27572         * Applied patch from Luca
27573         * Fixed a cvs conflict. :)
27575 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27577         * THANKS: added Marc Botermans for his Dutch translation.
27579         * configure.in: added nl in ALL_LINGUAS.
27581         * po/nl.po: added.
27583 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27585         * anjuta.c: Fixed luca's typo.
27586         * resources.c, resources.h: Changed gchar* return to void, to
27587                 avoid a compiler warning.
27588         * scintilla/Makefile.am: Reorganized file entries.
27589         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27591 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27593         * Upgraded scintilla to 1.4.
27594         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27595                 LexLisp.cxx StyleContext.cxx StyleContext.h
27596         * src/Makefile.am: Added 4 lexers and separated lexer objects
27597                 from the main link variable.
27599 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27601         * THANKS: added Luca, even if it shouldn't be my role to write
27602           this sort of thing :)
27604         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27605           the latest Luca patch.
27607 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27609         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27610         This is not documented yet; plugins to come later.
27611         * src/find*.c: find dialogs now persistent 
27612         (Rick <rikul@bellsouth.net>)
27613         * widgets/gnomefilelist.c: fixed multiple file open issue 
27614         (Rick <rikul@bellsouth.net>)
27615         * changes to recent file and project lists handling 
27616         (lbell <lbell@tsc4.com>)
27617         * more minor UI updates (me)
27619 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27621         * src/Makefile.am: removed warnings for traditional C syntax
27622         * pixmaps: added new icons for mini_locals, mini_cvs and
27623         the splash screen - thanks to Misha <misha@phreaker.net>
27625 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27627         * src/toolbar.c: fix typo in tooltip text
27628         * ccview/cccmd.cc: alter Func to Function in menu text
27630 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27632         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27633         issue with find dialog reporting an error when Scintilla finds text
27634         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27635         DOS files (i.e. CR/LF translation)
27637 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27639         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27640         #452436
27641         * data/internal.properties: default fold style now set to 3 :-)
27642         * applied patch from rikul <null@acm.org> to turn notebook tab 
27643         headings red when file has been edited.
27645 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27647         * configure.in: Added "no" to ALL_LINGUAS.
27648         
27649 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27651     * Patch from lbell <lbell@tsc4.com>
27652     src/controls.c
27653     src/debugger.c
27654     src/main_menubar.c
27655     src/main_menubar.h
27656     src/main_menubar_def.h
27657     src/mainmenu_callbacks.c
27658     src/mainmenu_callbacks.h
27659     src/project_dbase.c
27660     src/project_dbase.h
27661     
27662     Implemented a check menu item to handle the 'show locals' flag
27663     for the current project.
27665     * data/internal.properties: Removed the redundant command
27666     for gnome-terminal.
27667     
27668 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27670         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27672 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27674         * configure.in: Added "ta" to the languages list.
27676 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27678         * data/internal.properties:
27679           added fold.symbols property to control appearance of folds
27680           in the Scintilla editor (thanks to rikul <null@acm.org>)
27682 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27684         * src/message.c:
27685           one extra button for message win is being created -- Fixed.
27686         
27687           The frame should be hidden and not only the pix_lab when
27688           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27689           -- Fixed.
27690         
27691         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27692           for the time being it is same as mini_cvs.xpm.
27693         
27694 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27696         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27698         Patch from rikul <null@acm.org>
27699         
27700         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27701         glades.h, messages.c, messages.h, pixmaps.h,
27702         project_dbase.c, project_dbase.h, session.c,
27703         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27704         
27705         inserted 'add to watch' option in inspect window, so you can add easily
27706         a variable in watch window .
27707         
27708         Added a new message pane for the gdb local variables inspection. Changed
27709         the code in messages.c to better account for future new panes insertion.
27710         Defined a new pixmap for the new tab button in pixmaps.h
27711         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27712         install script.
27713         
27714         Changed the debugger module to have a single function for asking to gdb
27715         to send program info. The idea is to ask the debugger about only the
27716         info needed to open windows( watch, registers, etc ) to speedup the step
27717         command. I plan to ask informations to the debugger based on the user
27718         interface status.
27719         The request for local variables is enabled by default, but the
27720         projectDBase has a variable to control it, to allow disabling that
27721         feature,  there is also the code to save and to reload the state. If you
27722         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27723         in project_dbase.c
27725         This big patch is from:  lbell <lbell@tsc4.com>
27726         
27727 2001-09-20  Stephane Demurget <demurgets@free.fr>
27729         Patch from rikul <null@acm.org> :
27731         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27732           problem and added folding support for php/hmtl.
27734 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27736         * Fixed dnd of files within scintilla.
27737         patch from:  rikul <null@acm.org>
27738         
27739 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27741         * Applied patch from Luca.
27742         
27743         * src/source.c: source_write_build_files(): Fixed the project generation
27744           failure. The fist return statement and the free_project_type were 
27745           misplaced.
27747 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27748         
27749         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27750         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27751         
27752         1) Restore the error color to red (waiting for a configurable one )
27753         2) Saving projects settings if you exit anjuta without closing an open
27754         saved project
27755         3) New Menu 'repaeat search' to search with a keystroke without pressing
27756         the toolbar button
27757         4) some define in the menus to better handle menu item update
27758         
27759         Patch from: lbell <lbell@tsc4.com>
27760         
27761         * main_menubar_def.h, main_menubar.c: Change the position of
27762         "Repeat find" menu position.
27764 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27766          project_type.h, project_type.c, source.c: Applied patch.
27767          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27768          
27769 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27771         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27772         
27773 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27774         
27775         * Fixed bug #445752
27776   
27777 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27778         
27779         * Fixed bugs in Gtk-- and Gnome-- project type
27781 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27783         * dnd.c: Support for multiple files drag-n-drop.
27784         
27785           Patch from: rikul <null@acm.org>
27786         
27787         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27788           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27789           saving from menu.
27790         
27791           Patch from: rikul <null@acm.org>
27793         * Applied patch for widgetizing goto dialog box.
27794           Patch from: ???
27795         
27796         * Applied patch for having new project type handling.
27797           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27798           
27799 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27801         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27802           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27803           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27804           find_replace.c, find_replace.h, find_text.c, find_text.h,
27805           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27806           project_dbase.h, source.c, text_editor.c, text_editor.h,
27807           text_editor_cbs.c, utilities.c, utilities.h:
27808         
27809           Applied a huge patch (after slight preview). I would like Luca
27810           to have his feature additions mentioned here.
27811         
27812           Patch from: lbell <lbell@tsc4.com>
27814 2001-09-09  Stephane Demurget <demurgets@free.fr>
27816         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27818         * po/fr.po: updated to the latest sources.
27821 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27822         
27823         * Fixed bug #445752
27824   
27825 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27827         * dnd.h, dnd.c: New files for drag n drop support.
27828                 
27829         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27830            Added drag and drop support for opening files.
27831         
27832         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27833         Archit Baweja <bighead@crosswinds.net> for this idea.
27834         
27835         * TODO: Added some more todos. :-(
27837 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27839         * Fixed the goto line activate bug.
27840         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27842 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27843         
27844         * Fixed bugs in Gtk-- and Gnome-- project type
27846 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27848         * widgets/gonmefilelist.c, gnomefilelist.c:
27849         Modified multiple selection on pressing control.
27850           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27851         
27852         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27853         Modified multiple selection on pressing control.
27854           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27855         
27856 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27858         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27859           This is useless; but just in case...
27861 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27863         * data/internal.properties: modified a bit of perl properties.
27864         
27865 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27867         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27868           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27869           Added support for multiple file imports. Changed the standrd C++
27870           convention of #include <file> to #include <file.h>, because I had given
27871           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27872           now support the #include <file> convention. That is something to be fixed :). 
27873           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27875 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27877         * src/anjuta.c: Added function static greetings_text(), to solve the non
27878                 translation of the greetings text in the wizard.
27879                 
27880 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27882         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27883           dialogs, with OK the default (fix bug #453482)
27885 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27887         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27888         
27889         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27890         
27891 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27893         * src/aneditor.cxx
27894           src/aneditor.h
27895           src/anjuta_cbs.c
27896           src/controls.c
27897           src/main_menubar.c
27898           src/main_menubar.h
27899           src/main_menubar_def.h
27900           src/mainmenu_callbacks.c
27901           src/mainmenu_callbacks.h:
27902                 Applied the patch that addes menu items which allow users to
27903                 insert GPL notice and date time in current document.
27904                 patch from: Rick Patel <rikul@shreve.net>       
27905                 
27906         * src/main_menu.c: Fixed a compilation error.
27907         
27908         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27909         
27910         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27911           about the unterminated strings.
27912           
27913         * scintilla/*: Updated scintilla to 1.3.9 version.
27914         
27915 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27916         
27917         * widgets/gnomefileselection.c:
27918           Applied the patch for fixing multiple selection of file open funcion,
27919           which will deselect the files selected.
27920           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27922 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27924         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27925           src/fileselection.c, src/anjuta_cbs.c:
27926           Applied the patch     for multiple selection of file open.
27927           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27928           
27929 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27931         * Removed "-f" option in call to devhelp, because devhelp no longer
27932           supports that.
27933         
27934 2001-08-26  Stephane Demurget <demurgets@free.fr>
27936         All these modifications have been pointed out by
27937         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27939         * data/internal.properties: two fixes for the PHP lexer.
27940           this out.
27942         * fr.po: minor fixes.
27944         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27946 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27947         
27948         * main_menubar.c,
27949           main_menubar.h,
27950           main_menubar_def.h,
27951           main_menubar_callbacks.c,
27952           controls.c:
27953                 Added new menu item for "close all fils".
27954                 (Patch from Rikul <rikul@shreve.net>, after revision)
27955         
27956         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27957         
27958         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27959                 (Patch from Rikul <rikul@shreve.net>)
27960         
27961         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27962                 (Patch from Rikul <rikul@shreve.net>)
27964 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27965         
27966         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27967            project name in application widzard.
27968            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27970         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27971           of the 'OK' button there is an 'Execute' one.
27972           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27973         
27974         * executer.c: Changed cancel button to close button. That was more appropriate.
27975           
27976 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27978         * HACKING: corrected >>>>>> Config management.
27979         
27980         * HACKING: Added many things.
27981         
27982         * src/launcher.h: Added some comments.
27984 2001-08-21  Stephane Demurget <demurgets@free.fr>
27986         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27988         * HACKING,
27989           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27990           src/appwizard_cbs.c,
27991           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27992           Andy Piper <andy.piper@freeuk.com>
27994         * po/fr.po: updated to latest sources.
27996         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27999 2001-08-18  Andy Piper <andy.piper@freeuk.com>
28001         * Fixed bugs #450280 and #448845
28003         * src/about.c: corrected Naba's e-mail address (.net, not .com)
28004         
28005         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
28006           named dialogs
28007         
28008         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
28009           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
28010           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
28011           names to remove "Anjuta: " prefix
28012           
28013         * src/main_menubar_def.c: altered a message
28014         
28015         * launcher/anjuta_launcher.c: cleaned up some messages
28017         * src/debugger.c: edited messages to improve clarity
28018         
28019         * src/app_wiz*.c: tidied wizard interface
28022 2001-08-15  Stephane Demurget <demurgets@free.fr>
28024         Synced Naba's fix and mine about the wizards not working and removed
28025         anjuta.prj to avoid a nasty checkin.
28027         * Makefile.am: removed the install-data-local rule.
28029         * data/Makefile.am: changed the list of files.
28031         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
28033         * .cvsignore: added anjuta.prj for the same reason.
28036 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
28038         * src/source.c: Fixed a bug that fails new gnome projects to get
28039           created.
28041         * src/project_manager.c: Fixed a bug that disables storing recent
28042           project history.
28044         * Makefile.am: Added stuffs to install the macro files in the
28045           anjuta share file.
28048 2001-08-14  Stephane Demurget <demurgets@free.fr>
28050         * data/Makefile.am: added some rules to support the gnome/ macros
28051           dir in order to make the wizards work again.
28053         * anjuta.spec.in: upped the release number.
28056 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
28058         * configure.in (ALL_LINGUAS): Added pl.
28061 2001-08-09  Stephane Demurget <demurgets@free.fr>
28063         * anjuta.spec.in: fixed the doc files list.
28066 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
28068         * src/about.c: corrected my email address. :-)
28069         
28070         * TODO: Updated.
28071         
28072         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
28073          (patch from Andy Piper <squiggle@ukgateway.net>)
28075 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
28077         * debugger.c: Fixed a bug associated with debugging threaded
28078           application.
28079         
28080         * text_editor_menu.c: Fixed broken ui in text editor
28081           pop up menu.
28082           
28083         * text_editor_menu.c: Now the option sub menu in text editor pop up
28084           works.
28085         
28086         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
28087                 (suggested by lord sibn <sibn@utspl.cjb.net> )
28088         
28089 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
28091         * src/text_editor_menu.c: Added menu item for context help
28092           (patch from Andy Piper <squiggle@ukgateway.net>)
28093         
28094 2001-08-06  Stephane Demurget <demurgets@free.fr>
28096         * ccview/cccproj.cc: added missing i18n strings.
28098         * data/welcome.txt: bumped version to 0.1.6.
28100         * src/anjuta.c: fixed a compilation error due to devhelp integration.
28102 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
28103         
28104         * help.c, help.h: Added support for DevHelp context sensitive help
28105                 and gnome api browsing.
28106         * Fixed toolbars and editor views "not save" bug.
28107         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
28108           (patch from Andy Piper <squiggle@ukgateway.net>)
28109         * Updated THANKS and chapter15.sgml for uk and ru translators.
28111 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
28113         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
28114         * Updated configure.in to include these changes
28115         
28116 2001-08-03  Stephane Demurget <demurgets@free.fr>
28118         * src/project_dbase_gui.c: fixed bug #446963
28119           (on_project_dbase_ccview_update_start),
28120           (on_project_dbase_ccview_update_end): added.
28121           These two respectively disable and enable close file/project
28122           menu entries and toolbar items, while the ccview part updates
28123           its tag database.  
28126 2001-08-03  Stephane Demurget <demurgets@free.fr>
28128         * configure.in: added sv to the ALL_LINGUAS list.
28129         
28131 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
28133         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
28134                 file to work: merge translations and distribute it.
28136         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
28138         * NEWS, README, THANKS & TODO: Spelling fixes.
28140 2001-08-01  Stephane Demurget <demurgets@free.fr>
28142         * README: updated requirements.
28144         * scintilla/Makefile.am,
28145           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
28146           target can't be realized (custom build path).
28148         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
28149           Removed install-data-local.
28151         * src/compiler_options.c: changed the include paths of the pixmaps.
28152           we hadn't any warning because of the include paths passed to the
28153           compiler. Thanks to make distcheck for reporting this.
28156 2001-07-31  Stephane Demurget <demurgets@free.fr>
28158         * NEWS, THANKS: updated.
28160         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
28161           fixed to show the correct kernel signal number and its description.
28163         * widgets/gnomefilelist.c: fixed bug #445756
28164           (goto_last): renamed to goto_prev and changed according to goto_next.
28165           (goto_next): added.
28166           (goto_directory): removed.
28167           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
28168           returned value is now the position in the list.
28169           (check_ok_button_cb): changed the back check and added one for next.
28170           (gnome_filelist_set_dir): the check in history make it wouldn't be
28171           a "true" history. polished the whole thing, using set_dir_internal.
28172           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
28173           there's no check in the history when using back or next.
28175         * manuals/*: added missing .cvsignore files.
28178 2001-07-30  Stephane Demurget <demurgets@free.fr>
28180         * po/fr.po: updated to latest sources.
28182         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
28183           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
28184           to put off their sensitive attributes.
28186 2001-07-29  Stephane Demurget <demurgets@free.fr>
28187         
28188         * po/fr.po: fixed some grammar things.
28189           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
28190           this out.
28191         
28192         * src/utilities.c: (file_is_link): use lstat instead of stat.
28194 2001-07-27  Naba Kumar <kh_naba@123india.com>
28195         
28196         * Remove help dir from cvs, because it is no longer
28197           needed.
28198         
28199         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
28200           needed.
28202 2001-07-24  Naba Kumar <kh_naba@123india.com>
28204         * debugger.c: (debugger_update_prog_status): Fixed
28205                 the bug with gdb version 5. Debugger starts, when
28206                 step in/out/over etc are clicked.
28207         
28208         * debugger.c: All functions: added debugging codes.
28209         
28210         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
28211         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
28212           Modified to recognize non project files also.
28213           
28214         * source.c: (source_write_configure_in):
28215           Added source for 'prefix' counterparts for
28216           no-prefix AC_SUBST.
28217         
28218 2001-07-23  Naba Kumar <kh_naba@123india.com>
28219         
28220         * anjuta.c: added function anjuta_remove_text_editor();
28221           and suitably modified anjuta_remove_current_text_editor().
28222           
28223         * project_dbase.c: project_dbase_close(), Added code to
28224           close all opened files that belong to the project when
28225           the project is closed.
28226          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28227         
28228         * Updated the manuals/anjuta-manual subdir for GDP standards.
28229            (patch from Andy Piper <squiggle@ukgateway.net>)
28230         
28231         * main_menubar.h, main_menubar.def: Added Menu items to handle
28232           urls for library references, bugs, patches and feature request
28233           submission.
28234         
28235 2001-07-20  Naba Kumar <kh_naba@123india.com>
28236         
28237         * Set wmclass names in all windows.
28238           (patch from Andy Piper <squiggle@ukgateway.net>)
28239         * New splash logo from "Misha" <misha@phreaker.net>);
28241 2001-07-19  Naba Kumar <kh_naba@123india.com>
28242         
28243         * preferences.[h,c], preferences_gui.c: Added 4 properties to
28244           set caret color, calltip back color and selection fore/back
28245           color.
28247 2001-07-18  Naba Kumar <kh_naba@123india.com>
28248         
28249         * project_dbase.c: Closes all files when project is closed.
28250          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28251          -- We still need to refine this as it closes all sort of files.
28252         
28253         * compiler_options.c: Fixed seg-fault bug when last item in
28254           compiler option lists is removed.
28255         
28256         * Fixed missing newline warnings during compilation.
28257           (patch from Andy Piper <squiggle@ukgateway.net>)
28259 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
28261         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28262                 autogenerated no need to store'em in CVS.
28264         * ccview/.cvsignore: Addition of cvsignore.
28266 2001-07-17  Naba Kumar <kh_naba@123india.com>
28267         
28268         *GUI fixes and spell corrections
28269         (patch from Andy Piper <squiggle@ukgateway.net>)
28271 2001-07-15  Naba Kumar <kh_naba@123india.com>
28272         
28273         *Fixed double error message for file not found.
28274         
28275         *Put white backgrounds for png images.
28276         
28277         *Converted '-' to '_' in sgml files.
28279 2001-07-14  Naba Kumar <kh_naba@123india.com>
28280         
28281         * project_dbase.c: Short-cut for expand/collasp project tree
28282         
28283         * project_dbase_gui.c:
28284          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28286 2001-07-13  Naba Kumar <kh_naba@123india.com>
28287         
28288         * notebook.[h,c]: Added
28289          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28290         Project/message window now toggles on control and
28291         and notebook switch short-cut
28293 2001-07-7  Naba Kumar <kh_naba@123india.com>
28294         
28295         * Changed a new icon set which looks more gnomish.
28296         
28297         * Changed a new anjuta splash logo.
28298         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28300 2001-07-6  Naba Kumar <kh_naba@123india.com>
28301         
28302         * ccview/*: Integrated ccview for class view and file view
28303                 in the project Manager.
28304         
28305         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28307 2001-07-1  Naba Kumar <kh_naba@123india.com>
28308         
28309         * scintilla/*: Upgraded Scintilla to version 1.3.7
28310         
28311         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28312         
28313 2001-06-28  Naba Kumar <kh_naba@123india.com>
28314         
28315         * src/debugger.c: Correct step-over and step-out swapping.
28316         
28317         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28318           chapters and added more stuffs.
28320 2001-06-13  Naba Kumar <kh_naba@123india.com>
28321         
28322         * data/autogen.sh.gtkmm: Added
28323         
28324         * data/autogen.sh.gnomemm: Added
28325         
28326         * src/appwiz.c: Added two more application wizard templetes
28327         
28328         * src/project: for gtk-- and gnome-- and proper support
28329         
28330         * src/source.c: for c++ in the project configuration.
28331         
28332         * src/source.h:
28334 2001-05-05  Naba Kumar <kh_naba@123india.com>
28336         * Merged my pre-cvs modifications with 
28337           the current cvs copy.
28339         * (lot of files change).
28341         * Implemented session management.
28343         * Local installation possible by
28344           manageing our own pixmaps paths
28345           manupulations.
28346         
28347         * resources.h: Added.
28348         * resources.c: Added.
28350         * Fixed some bugs.
28351         
28352 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
28354         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28355                 Corrected/extended ignores.
28357 2001-05-04  Naba Kumar <kh_naba@123india.com>
28359         * manuals/: dir tree added.
28360           Sgml documentation started in this dir.
28361           
28362         * omf-install/: dir tree added.
28363         
28364         * manuals/anjuta-manual/C/anjuta-manual.sgml:
28365           Created initial document structure.
28366           
28367         * configure.in: Added test for scrollkeeper.
28368           Added some Makefile entries in AC_OUTPUT.
28369         
28370         * Makefile.am: Added subdir manuals/
28371         
28372         * HACKING: Wrote something stupid.
28374 2001-05-02  Stéphane Démurget <demurgets@free.fr>
28376         * Makefile.am: Added ChangeLog in local data list, becaused it's
28377           needed to create a new project.
28378           
28379         * po/fr.po: minor fixes.
28381         * src/build_file.c, src/configurer.c, src/debugger.c,
28382           src/executer.c, src/find_replace.c, src/gnome_project.c,
28383           src/goto_line.c, src/launcher.c, src/messages.c, 
28384           src/preferences.c src/project_dbase.c: functions declared static.
28385           
28386         * widgets/gnomefilelist.c: Fixed a project creation bug,
28387           introduced with latest changes.
28389 2001-05-01  Stéphane Démurget <demurgets@free.fr>
28391         * widgets/gnomefilelist.c,
28392           BUGS: Fixed an annoying bug preventing from loading files/project
28393           given on the command line. Polished the whole gnome_filelist widget.
28395 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28397         * src/main.c,
28398           src/anjuta.c,
28399           src/anjuta.h: Polished the command line parsing.
28401         * BUGS: Need to clean that damn gnome_filelist widget.
28403 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28405         * src/registers.c,
28406           src/sharedlib.c,
28407           src/signals.c: Removed duplicated includes.
28409         * po/fr.po: minor fixes.
28411         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28412           create_compiler_options_page? () declared static.
28413         * src/main.c,
28414           src/anjuta.c: Put a command line option for disabling
28415           the splashscreen.
28417         * src/preferences_gui.c: Fixed an internationalization issue,
28418           other functions declared static.
28420         * src/gnome_project.c: Fixed some memory leaks,
28421           new_prj_terminated () declared static. 
28423 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28425         * configure.in: Sort ALL_LINGUAS alphabetically.
28427 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28429         * Emptied that ugly old Changelog.
28431 == Anjuta 0.1.5 ===
28432 == Anjuta 0.1.4 ==
28434 2001-03-10 Naba kumar  <naba@gnome.org>
28436         * src/gnome_project.c: Fixed project dir creation bug.
28438         * src/text_editor.c: Fixed double accelerators bug.
28439         
28440         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28442         * src/stack_trace.c, * src/compiler_options.c,
28443         data/internals.properties, src/defaults.c:
28444         Fixed pixmap creation with NULL window.
28446         * src/commands.c, src/preferences_gui.c, src/build_project.c
28447         src/clean_project.c: Bug fix.
28448         
28449         * src/main_menubar_def.h: i18n bug fix.
28450         
28451         * src/executer.h, src/executer.c: Bug fix.
28452         
28453         * src/controls.c: Bug fix.
28454         
28455         * src/debugger.c: Debugger now takes program args.
28456         
28457         * po/ja.po: Added japanese translation file.
28458         
28459         Upgraded to ver 0.1.4
28460         ... Fixed other minor bugs.
28462 == Anjuta 0.1.3 ===
28464 2001-XX-XX Naba kumar  <naba@gnome.org>
28466         * Lots of unaccountable changes. Integrated scintilla.
28467         Redesigned Project managemet. Added supports for other languages.
28468         Java style properties managements. .... blah blah
28469         
28470 2000-11-11 Naba kumar  <naba@gnome.org>
28472         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28473         Upgraded to version 0.1.3.
28475         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28476         Fixed to activate Debug->add watch properly.
28478 === Anjuta 0.1.2 beta_2 ===
28479 === Anjuta 0.1.2 ===
28481 2000-11-05 Naba kumar  <naba@gnome.org>
28483         * src/compiler_options.c, src/compiler_options_cbs.c
28484         src/compiler_options_cbs.h, src/compiler_options_gui.c
28485         src/anjuta2.c, extra/stock_libs.anj (new),
28486         extra/README.stock_libs (new), htmls/page13.html,
28487         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28488         added libraries. Stock libs provided for ease of entry. Modified
28489         help html file accordingly.
28491 2000-11-03 Naba kumar  <naba@gnome.org>
28493         * README: Minor fixes in Doc files.
28495         * src/gnome_prj.c, src/appwidzard_cbs.c:
28496         Fixed to ignore non-existant dir for blank prj.
28497         More checking in project creation, especially to confirm
28498         that the prj file already does not exist.
28500         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28502         * src/controls.c: Now Menu item "Format/Detach current document"
28503         is inactive when there is no document opened.
28505 === Anjuta 0.1.1 ===
28507 2000-11-01 Naba kumar  <naba@gnome.org>
28509         Completed and Release of first version (Beta) with lots of bugs.
28511 1999-12-27 Naba kumar  <naba@gnome.org>
28513         Anjuta project started.