Implement fetching
[anjuta-git-plugin.git] / ChangeLog
blobc4810f2b8638b2b78ea435a069dd6d71f65db40e
1 2008-05-26  Sébastien Granjoux  <seb.sfo@free.fr>
3         * manuals/reference/libanjuta/libanjuta-docs.sgml:
4         Forget this change to add AnjutaCommand and AnjutaAsyncCommand
5         in the documentation
7 2008-05-26  Sébastien Granjoux  <seb.sfo@free.fr>
9         * plugins/debug-manager/start.c,
10         plugins/build-basic-autotools/build-basic-autotools.c,
11         plugins/run-program/plugin.c,
12         plugins/run-program/execute.c,
13         plugins/run-program/plugin.h,
14         libanjuta/interfaces/libanjuta.idl,
15         libanjuta/interfaces/anjuta-idl-compiler.pl,
16         manuals/reference/libanjuta/libanjuta-docs.sgml,
17         manuals/reference/libanjuta/libanjuta-sections.txt:
18         Change the new IAnjutaBuilder interface to use callbacks
19         Add the documentation of IAnjutaBuilder
21 2008-05-25  Naba Kumar  <naba@gnome.org>
23         Patch from: Pavel Kostyuchenko
25         * libanjuta/anjuta-preferences.c
26         (anjuta_preferences_is_dialog_created):
27         * libanjuta/anjuta-preferences.h:
28         * src/action-callbacks.c (on_set_preferences1_activate):
29         Fixed bug #532537 - Crash on closing Anjuta Preferences when it
30         open twice.
32 2008-05-25  Sébastien Granjoux  <seb.sfo@free.fr>
34         * plugins/editor/text_editor_cbs.c:
35         Set line to mouse location when popup-menu is displayed (#530689)
37 2008-05-25  James Liggett  <jrliggett@cox.net>
39         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
40         * libanjuta/anjuta-command.c,
41         libanjuta/anjuta-async-command.c:
42         Document AnjutaCommand and AnjutaAsyncCommand
44 2008-05-25  basti  <pee@hiddenbox.de>
46         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
47         * plugins/debug-manager/debug_tree.c:
48         Fix a crash when changing a watch while debugger is stopped
50         * plugins/gdb/plugin.c,
51         plugins/gdb/anjuta-gdb.plugin.in:
52         Allow loading application/octet-stream mime type
54 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
56         * plugins/debug-manager/start.c:
57         Fix #378903: Use IAnjutaBuilder to always debug an up to date program
59 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
61         * plugins/run-program/plugin.c,
62         plugins/run-program/execute.c,
63         plugins/run-program/plugin.h:
64         Use IAnjutaBuilder to always run an up to date program
66 2008-05-24  Sébastien Granjoux  <seb.sfo@free.fr>
68         * plugins/build-basic-autotools/build-basic-autotools.c,
69         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
70         libanjuta/interfaces/libanjuta.idl,
71         libanjuta/interfaces/anjuta-idl-compiler.pl:
72         New IAnjutaBuilder interface allowing to check if a target is up to
73         data and having a notification when the target is built
75 2008-05-21  Michael Placentra <someone@michaelplacentra2.net>
77         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
78         * plugins/project-wizard/templates/django.wiz:
79         Fix #533758: django project creation fails
81 2008-05-19  Johannes Schmid  <jhs@gnome.org>
83   Patch from Pavel Kostyuchenko:
84         * plugins/glade/anjuta-design-document.h:
85         * plugins/glade/plugin.c (update_current_project),
86         (value_added_current_editor), (glade_update_ui),
87         (on_document_destroy), (glade_plugin_add_project):
88         
89         #532625 – Wrong consecution of functions calls when opening a glade file
91 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
93         * plugins/project-wizard/templates/terminal.wiz,
94         plugins/project-wizard/templates/xlib-dock.wiz,
95         plugins/project-wizard/templates/wxwin.wiz,
96         plugins/project-wizard/templates/java.wiz,
97         plugins/project-wizard/templates/django.wiz,
98         plugins/project-wizard/templates/gnome.wiz,
99         plugins/project-wizard/templates/anjuta-plugin.wiz,
100         plugins/project-wizard/templates/gtkmm.wiz,
101         plugins/project-wizard/templates/python.wiz,
102         plugins/project-wizard/templates/cpp.wiz,
103         plugins/project-wizard/templates/sdl.wiz,
104         plugins/project-wizard/templates/gtk.wiz,
105         plugins/project-wizard/templates/minimal.wiz,
106         plugins/project-wizard/templates/xlib.wiz,
107         plugins/project-wizard/templates/gcj.wiz:
108         Fix #533346: Create project in path with spaces fails
110 2008-05-17  Sébastien Granjoux  <seb.sfo@free.fr>
112         * src/anjuta.glade,
113         libanjuta/anjuta-preferences.c:
114         Fix #531940: Can't change the default project directory
116 2008-05-14  Rémi Cardona  <remi@gentoo.org>
118         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
119         * plugins/editor/scintilla/Makefile.am,
120         libanjuta/Makefile.am:
121         Remove useless _DEPENDENCIES
123 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
125         * plugins/run-program/execute.c:
126         Fix #532243: Execute program with whitespace in the project path fails
128 2008-05-13  Sébastien Granjoux  <seb.sfo@free.fr>
130         * plugins/debug-manager/debug_tree.c:
131         Fix #531623: Crash on updating non-existing watch
133 2008-05-13  Christian Kirbach  <Christian.Kirbach@googlemail.com>
135         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
136         * tagmanager/tm_tag.c:
137         * tagmanager/test_tm_buffer.c:
138         * plugins/editor/scintilla/LexNsis.cxx:
139         * plugins/editor/aneditor.cxx:
140         * plugins/file-manager/file-view.c:
141         Fixed a bunch of compiler warnings
143 2008-05-10  Johannes Schmid  <jhs@gnome.org>
145         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
146         * plugins/symbol-browser/plugin.c (project_root_added),
147         (isymbol_manager_search):
148         
149         Fixed global tags loading from project configuration and added a
150         configuration option
152 2008-05-08  Johannes Schmid  <jhs@gnome.org>
154         Patch from Marc Lorber <lorber.marc@wanadoo.fr>
156         * plugins/gtodo/libgtodo.c (gtodo_client_get_category_from_list):
157         * plugins/subversion/subversion-log-dialog.c (create_columns):
158         
159         Fix translation issues (#530860 and #531411)
161 2008-05-08  Johannes Schmid  <jhs@gnome.org>
163         Patch from Eduardo Pérez Ureta <edpeur@gmail.com>
165         * plugins/project-wizard/templates/cpp/configure.ac.tpl:
166         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
167         * plugins/project-wizard/templates/java/configure.ac.tpl:
168         * plugins/project-wizard/templates/minimal/autogen.sh:
169         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
170         * plugins/project-wizard/templates/python/configure.ac.tpl:
171         * plugins/project-wizard/templates/sdl/configure.ac.tpl:
172         * plugins/project-wizard/templates/wxwin/configure.ac.tpl:
173         * plugins/project-wizard/templates/xlib/configure.ac.tpl:
174         
175         #531405 – AM_CONFIG_HEADER macro is obsolete
176         
177         project-wizard is creating new projects using the AM_CONFIG_HEADER obsolete macro:
178         http://www.gnu.org/software/automake/manual/automake.html#Obsolete-macros
180 2008-05-07  Massimo Cora'  <maxcvs@email.it>
182         * libanjuta/interfaces/libanjuta.idl:
183         * plugins/class-inheritance/class-inherit.c
184         (class_inheritance_show_dynamic_class_popup_menu):
185         * plugins/language-support-cpp-java/cpp-java-assist.c
186         (cpp_java_assist_create_word_completion_cache),
187         (cpp_java_assist_show_calltip):
188         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
189         * plugins/symbol-db/plugin.c (isymbol_manager_search):
190         * plugins/symbol-db/symbol-db-engine.c
191         (on_scan_update_files_symbols_end),
192         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
193         * plugins/symbol-db/symbol-db-engine.h:
194         add limit/offset keywords to search query. Adjusted APIs.
195         Fixed a minor bug with caches in the engine.
197 2008-05-06  Sébastien Granjoux  <seb.sfo@free.fr>
199         * plugins/terminal/anjuta-terminal-plugin.glade,
200         plugins/terminal/terminal.c:
201         The terminal configuration default option doesn't work (#530031)
202         Combobox for terminal choose not working (#530032)
204 2008-05-06  Johannes Schmid  <jhs@gnome.org>
206         * plugins/document-manager/plugin.c (on_session_save):
207         Do not reverse list of file in save-session (#531445)
208         
209         * plugins/sourceview/anjuta-view.c
210         (anjuta_view_button_press_event):
211         Set line to mouse location when popup-menu is displayed (#530689)
213 2008-05-02  Sébastien Granjoux  <seb.sfo@free.fr>
215         * (added) plugins/terminal/anjuta-terminal-plugin.ui,
216         plugins/terminal/Makefile.am,
217         plugins/terminal/terminal.c:
218         Add a context menu with copy/paste in terminal plugin
220 2008-05-02  Johannes Schmid  <jhs@gnome.org>
222         * configure.in: changed gnome-build requirement, bumped version to 2.5.0
223         * libanjuta/interfaces/libanjuta.idl:
224         * plugins/project-manager/plugin.c (iproject_manager_get_packages),
225         (iproject_manager_iface_init):
226         Add an interface method to access the pkg-config data from gnome-build.
227         
228         * plugins/symbol-browser/plugin.c (project_root_added):
229         Automatically load symbol from project configuration (proof-of-concept)
231 2008-05-01  Massimo Cora'  <maxcvs@email.it>
233         * plugins/symbol-db/plugin.c (symbol_db_activate):
234         * plugins/symbol-db/test/main.c (main):
236         Adapt to changes in recent libgda
238 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
240         * plugins/run-program/execute.c:
241         Fix run plugin again, previous patch was causing a crash when
242         the program exist
244 2008-05-01  Johannes Schmid  <jhs@gnome.org>
246         * plugins/document-manager/plugin.c (update_title):
247         Fixed bug broken titles for new files
249 2008-05-01  Johannes Schmid  <jhs@gnome.org>
251         * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
252         (anjuta_util_replace_home_dir_with_tilde),
253         (anjuta_util_str_middle_truncate):
254         * libanjuta/anjuta-utils.h:
255         Added some utility methods (derived from gedit)
256         
257         * plugins/document-manager/plugin.c (get_directory_display_name),
258         (update_title):
259         Really fix #530033 now
261 2008-05-01  Massimo Cora'  <maxcvs@email.it>
263         * plugins/symbol-db/plugin.c (on_single_file_scan_end):
264         set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
266         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
267         (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
268         (sdb_engine_thread_monitor), (sdb_engine_init),
269         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
270         (sdb_engine_add_new_sym_implementation),
271         (sdb_engine_second_pass_update_scope_1),
272         (sdb_engine_second_pass_update_scope),
273         (sdb_engine_second_pass_update_heritage),
274         (symbol_db_engine_update_project_symbols),
275         (symbol_db_engine_get_files_with_zero_symbols),
276         (symbol_db_engine_get_file_symbols):
277         fixed a population bug introduced with using of caches. It broke the kind
278         of symbol in some cases (e.g. returning of table_id = -1). 
279         Avoid lazy initialization and inlined the lookup functions to speed up the
280         thing.
281         Performances improvement in sdb_engine_second_pass_update_heritage () using
282         a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
283         logic in this part should avoid gui freezing, at least here it does not freeze.
285         * plugins/symbol-db/symbol-db-view-locals.c
286         (symbol_db_view_locals_recv_signals_from_engine):
287         * plugins/symbol-db/symbol-db-view.c
288         (symbol_db_view_recv_signals_from_engine):
289         greyed out trees while population is in place.
291 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
293         * data/default.profile:
294         Put the new run program plugin in the default plugin list
296         * plugins/run-program/execute.c:
297         Fix a crash when the program doesn't exist
299 2008-04-30  Johannes Schmid  <jhs@gnome.org>
301         * plugins/document-manager/anjuta-document-manager.ui:
302         * plugins/message-view/anjuta-message-manager.ui:
303         Put the menu items of the message-manager in the correct Goto menu
305 2008-04-30  Johannes Schmid  <jhs@gnome.org>
307         * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
308         Allow markup in dialog description
309         
310         * plugins/file-loader/plugin.c (iloader_load):
311         #523186 – Open With dialog should mention filename
313 2008-04-30  Johannes Schmid  <jhs@gnome.org>
315         * libanjuta/anjuta-status.c (anjuta_status_set_title):
316         * plugins/document-manager/anjuta-docman.c
317         (anjuta_docman_update_page_label):
318         * plugins/document-manager/plugin.c (update_title),
319         (on_document_update_save_ui):
320         
321         #530033 – Have window title like gedit
322         Also add the dirty char (*) at the beginning of the filename to match HIG
324 2008-04-30  Johannes Schmid  <jhs@gnome.org>
326         * plugins/devhelp/anjuta-devhelp.ui:
327         * plugins/search/anjuta-search.ui:
328         * plugins/document-manager/anjuta-document-manager.ui:
329         * src/anjuta.ui:
330         Moved Goto menu into View to avoid cluttering the menubar and created
331         new Documents menu
333         * plugins/document-manager/action-callbacks.c (on_next_document),
334         (on_previous_document):
335         * plugins/document-manager/action-callbacks.h:
336         * plugins/document-manager/anjuta-docman.c (on_document_toggled),
337         (anjuta_docman_update_documents_menu_status),
338         (anjuta_docman_update_documents_menu),
339         (on_notebook_page_reordered), (anjuta_docman_page_init),
340         (anjuta_docman_new), (on_notebook_switch_page),
341         (anjuta_docman_add_document), (anjuta_docman_remove_document):
342         * plugins/document-manager/plugin.c:
343         
344         Show open documents in the "Documents" menu and add actions for next/prev
345         document like in gedit. Don't center menu items of notebook popup menu.
346         (Fixes bugs #453702 and #529528)
348 2008-04-29  Johannes Schmid  <jhs@gnome.org>
350         Patch from Yuriy Penkin:
352         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
353         .glade:
354         * plugins/debug-manager/anjuta-debug-manager.glade:
355         * plugins/run-program/anjuta-run-program.glade:
356         * plugins/tools/anjuta-tools.glade:
357         530566 – Fix translation and POTFILES.in
359 2008-04-29  Johannes Schmid  <jhs@gnome.org>
361         * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
362         Use current project folder as default and added a file filter for
363         the patch file chooser.
365 2008-04-28  Massimo Cora'  <maxcvs@email.it>
367         * plugins/symbol-db/symbol-db-view-search.c
368         (sdb_view_search_model_filter):
369         fixed search symbols to match "foo_symbol_%"
371 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
373         * configure.in,
374         po/POTFILES.in,
375         plugins/Makefile.am,
376         src/anjuta.ui,
377         (added) plugins/run-program/anjuta-run-program-48.png,
378         (added) plugins/run-program/anjuta-run-program.glade,
379         (added) plugins/run-program/anjuta-run-program.plugin.in,
380         (added) plugins/run-program/anjuta-run-program.ui,
381         (added) plugins/run-program/execute.c,
382         (added) plugins/run-program/execute.h,
383         (added) plugins/run-program/Makefile.am,
384         (added) plugins/run-program/parameters.c,
385         (added) plugins/run-program/parameters.h,
386         (added) plugins/run-program/plugin.c,
387         (added) plugins/run-program/plugin.h,
388         (added) plugins/run-program/utils.c,
389         (added) plugins/run-program/utils.h:
390         New run program plugin, includes a new dialog box to set
391         program arguments
393         * plugins/debug-manager/anjuta-debug-manager.plugin.in,
394         plugins/debug-manager/anjuta-debug-manager.ui,
395         plugins/debug-manager/plugin.c,
396         plugins/debug-manager/start.c:
397         Update debugger plugin to use run program parameter dialog
399         * plugins/build-basic-autotools/build-basic-autotools.c,
400         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
401         Remove run program menu item
403         * libanjuta/interfaces/libanjuta.idl,
404         plugins/gdb/plugin.c,
405         plugins/gdb/debugger.c,
406         plugins/gdb/debugger.h,
407         plugins/debug-manager/command.c,
408         plugins/debug-manager/command.h:
409         Use a gchar * null terminated array instead of a GList for
410         passing environment variables
412 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
414         * plugins/terminal/terminal.c,
415         libanjuta/interfaces/libanjuta.idl:
416         Add a child-exited signal in the IAnjutaTerminal interface
417         Remove environment variables merging, it is already done
418         in vte
420 2008-04-28  Massimo Cora'  <maxcvs@email.it>
422         * plugins/symbol-db/plugin.c (isymbol_manager_search):
423         * plugins/symbol-db/symbol-db-engine.c
424         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
425         fixed partial pattern match accordingly with api.
427 2008-04-28  Johannes Schmid <jhs@gnome.org>
429         * plugins/symbol-db/plugin.c:
430   Hide progress bar when things are done.
432 2008-04-27  Massimo Cora'  <maxcvs@email.it>
434         * plugins/symbol-db/symbol-db-engine.c
435         (symbol_db_engine_find_symbol_by_name_pattern),
436         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
437         fixed typo on query.
438         
439 2008-04-26  Massimo Cora'  <maxcvs@email.it>
441         * plugins/document-manager/plugin.c (on_document_update_ui):
442         * plugins/symbol-db/symbol-db-engine-iterator-node.c
443         (symbol_db_engine_iterator_node_get_symbol_extra_string):
444         * plugins/symbol-db/symbol-db-engine.c
445         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
446         (sdb_engine_get_dyn_query_node_by_id),
447         (sdb_engine_dyn_child_query_node_destroy),
448         (sdb_engine_insert_dyn_query_node_by_id),
449         (sdb_engine_free_cached_queries),
450         (sdb_engine_free_cached_dynamic_queries),
451         (sdb_engine_get_tuple_id_by_unique_name),
452         (sdb_engine_get_tuple_id_by_unique_name2),
453         (sdb_engine_get_tuple_id_by_unique_name3),
454         (sdb_engine_populate_db_by_tags),
455         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
456         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
457         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
458         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
459         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
460         (sdb_engine_add_new_sym_implementation),
461         (sdb_engine_add_new_heritage),
462         (sdb_engine_add_new_scope_definition),
463         (sdb_engine_add_new_tmp_heritage_scope),
464         (sdb_engine_second_pass_update_scope_1),
465         (sdb_engine_second_pass_update_heritage),
466         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
467         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
468         (on_scan_update_files_symbols_end),
469         (symbol_db_engine_update_project_symbols),
470         (symbol_db_engine_get_full_local_path),
471         (symbol_db_engine_get_file_db_path),
472         (sdb_engine_walk_down_scope_path),
473         (symbol_db_engine_get_files_with_zero_symbols),
474         (sdb_engine_prepare_symbol_info_sql),
475         (symbol_db_engine_get_class_parents_by_symbol_id),
476         (symbol_db_engine_get_class_parents),
477         (symbol_db_engine_get_global_members_filtered),
478         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
479         (symbol_db_engine_get_scope_members_by_symbol_id),
480         (symbol_db_engine_get_scope_members),
481         (symbol_db_engine_get_current_scope),
482         (symbol_db_engine_get_file_symbols),
483         (symbol_db_engine_get_symbol_info_by_id),
484         (symbol_db_engine_find_symbol_by_name_pattern),
485         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
486         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
487         * plugins/symbol-db/symbol-db-engine.h:
488         * plugins/symbol-db/tables.sql:
489         new dynamic prepared queries architecture. Now every query used in the
490         engine has its own compiled query in libgda-sqlite provider. This for speed
491         improvements, code cleaning and auto-escaping of string parameters. 
492         Lookup of dynamic queries takes care of sym_info parameters and of 
493         parameters passed to functions. The compiled GdaStatements are stored in an 
494         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
495         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
497         * plugins/symbol-db/test/Makefile.am:
498         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
499         (main):
500         re-enabled test.
502 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
504         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
505         * po/POTFILES.in,
506         plugins/tools/tool.c:
507         Fix #529798: Mark additional strings for translation
509 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
511         * plugins/project-wizard/druid.c,
512         plugins/project-wizard/property.c,
513         plugins/project-wizard/property.h,
514         plugins/project-wizard/parser.c,
515         plugins/project-wizard/templates/mkfile.wiz,
516         plugins/project-wizard/templates/terminal.wiz,
517         plugins/project-wizard/templates/xlib-dock.wiz,
518         plugins/project-wizard/templates/wxwin.wiz,
519         plugins/project-wizard/templates/java.wiz,
520         plugins/project-wizard/templates/django.wiz,
521         plugins/project-wizard/templates/gnome.wiz,
522         plugins/project-wizard/templates/anjuta-plugin.wiz,
523         plugins/project-wizard/templates/gtkmm.wiz,
524         plugins/project-wizard/templates/python.wiz,
525         plugins/project-wizard/templates/cpp.wiz,
526         plugins/project-wizard/templates/sdl.wiz,
527         plugins/project-wizard/templates/gtk.wiz,
528         plugins/project-wizard/templates/minimal.wiz,
529         plugins/project-wizard/templates/xlib.wiz,
530         plugins/project-wizard/templates/gcj.wiz:
531         Add additional restriction on project name fix #529226
533 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
535         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
536         * plugins/tools/plugin.c:
537         Fix #529506: Uncorrect unloading tools plugin
539 2008-04-22  Johannes Schmid  <jhs@gnome.org>
541         * plugins/search/search-replace.c (search_and_replace),
542         (on_message_view_destroyed):
543         Don't spit out two many warnings when the message view is destroyed
544         
545         * plugins/search/search-replace_backend.c
546         (file_buffer_new_from_path):
547         Only use first 500 characters for validation
549 2008-04-21  Johannes Schmid  <jhs@gnome.org>
551         * plugins/search/plugin.c (find_incremental):
552         * plugins/search/search-replace.c (on_search_regex_toggled),
553         (on_search_button_next_clicked), (search_replace_find_usage):
554         * plugins/search/search-replace_backend.c (match_substr_free),
555         (file_buffer_new_from_path), (get_next_match),
556         (clear_search_replace_instance), (create_search_replace_instance):
557         * plugins/search/search-replace_backend.h:
558         
559         Use GRegex instead of pcre and convert files to utf-8 if necessary.
560         Rest of #440637
562 2008-04-21  Johannes Schmid  <jhs@gnome.org>
564         * plugins/document-manager/action-callbacks.c
565         (on_editor_command_paste_activate):
566         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
567   (there was an else missing...)
569 2008-04-17  Naba Kumar  <naba@naba-desktop>
571         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
572         * plugins/project-import/anjuta-project-import.plugin.in:
573         * plugins/project-wizard/anjuta-project-wizard.glade:
574         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
575         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
577 2008-04-20  Johannes Schmid  <jhs@gnome.org>
579         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
580         Fixed a condition where we kill our own process
582 2008-04-20  Johannes Schmid  <jhs@gnome.org>
584         * libanjuta/anjuta-session.h:
585         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
586         * plugins/symbol-db/plugin.c (value_added_current_editor),
587         (on_session_load), (symbol_db_activate):
588         * plugins/symbol-db/plugin.h:
589         * plugins/symbol-db/symbol-db-view.c
590         (sdb_view_build_and_display_base_tree):
591         Added new sessions states to avoid loading the local symbols before
592         the session is loaded (speeds up start-up).
593         
594         * plugins/document-manager/plugin.c
595         (update_document_ui_undo_items), (update_document_ui_save_items),
596         (on_document_update_ui):
597         * plugins/sourceview/sourceview.c (idocument_redo):
598         Fixed #528705 – There is no Redo
600 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
602         * libanjuta/interfaces/libanjuta.idl,
603         plugins/terminal/terminal.c,
604         plugins/build-basic-autotools/executer.c,
605         plugins/gdb/plugin.c:
606         Add an env parameter in the IAnjutaTerminal interface allowing
607         to specify additional environment variables
609         * libanjuta/anjuta-launcher.c:
610         Add one initialization
612 2008-04-16  Johannes Schmid  <jhs@gnome.org>
614         Patch from Ignacio Casal Quinteiro:
615         * plugins/file-loader/anjuta-recent-chooser-menu.c
616         (_gtk_recent_chooser_get_items),
617         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
618         (anjuta_recent_chooser_menu_populate):
619         Show 5 project and 15 file items in recent-chooser
621 2008-04-16  Johannes Schmid  <jhs@gnome.org>
623         * plugins/search/search-replace_backend.c (isawordchar),
624         (extra_match), (get_next_match):
625         
626         Make searching utf-8 aware. We still need to fix encodings for
627         search/replace in files as it is currently assumed they are utf-8 like
628         the editors.
630 2008-04-16  Johannes Schmid  <jhs@gnome.org>
631         
632         Patch from Ignacio Casal Quinteiro:
633         * plugins/file-loader/anjuta-recent-chooser-menu.c
634         (anjuta_recent_chooser_menu_insert_item),
635         (anjuta_recent_chooser_menu_populate):
636         * plugins/file-loader/plugin.c (activate_plugin):
637         Fix recent files in the toolbar
638         
639         * plugins/tools/plugin.c (ipreferences_merge):
640         Fixed some warnings
642 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
644         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
646 2008-04-13  Naba Kumar  <naba@naba-desktop>
648         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
649         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
650         Do not enable brace autocompletion by defualt because it annoying for
651         fast typist (i.e. it's easier to type ending brace than move carat)
652         and it's currently broken for scintilla.
654 2008-04-13  Naba Kumar  <naba@naba-desktop>
656         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
657         * src/about.c (on_about_plugin_activate): Removed dead code.
658         * src/main.c: Make smaller include.
660 2008-04-12  Naba Kumar  <naba@naba-desktop>
662         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
663         src/utilities.h: Removed dead files.
664         * src/widget-registry.c, src/widget-registry.h: Removed more dead
665         files.
667 2008-04-12  Naba Kumar  <naba@naba-desktop>
669         * src/action-callbacks.c: Removed unneeded gnome.h include.
670         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
672 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
674         Reviewed by Naba Kumar  <naba@gnome.org>:
675         * libanjuta/anjuta-utils.{ch}:
676         Added anjuta_utils_get_user_config_dir. This func is used
677         to get the user config directory.
678         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
680 2008-04-12  Johannes Schmid  <jhs@gnome.org>
682         * plugins/search/Makefile.am:
683         * plugins/search/anjuta-search.glade:
684         * plugins/search/anjuta-search.ui:
685         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
686         (on_find_and_replace1_activate), (on_find_in_files1_activate),
687         (on_findnext1_activate), (on_findprevious1_activate),
688         (on_prev_occur), (on_next_occur), (activate_plugin),
689         (deactivate_plugin), (dispose), (finalize),
690         (search_plugin_class_init):
691         * plugins/search/plugin.h:
692         * plugins/search/search-replace.c (search_and_replace_init),
693         (search_and_replace), (write_message_pane), (on_message_clicked),
694         (save_not_opened_files), (replace_in_not_opened_files),
695         (search_replace_next_previous), (search_replace_next),
696         (search_replace_previous), (sr_get_gladewidget),
697         (search_set_popdown_strings), (search_set_popdown_map),
698         (search_select_item), (search_set_combo), (search_set_action),
699         (search_set_target), (search_set_direction),
700         (search_get_item_combo), (search_get_item_combo_name),
701         (search_direction_changed), (populate_value), (reset_flags),
702         (reset_flags_and_search_button), (search_start_over),
703         (search_end_alert), (max_results_alert), (nb_results_alert),
704         (search_show_replace), (modify_label_image_button),
705         (search_replace_populate), (show_jump_button),
706         (translate_dialog_strings), (create_dialog), (show_dialog),
707         (word_in_list), (list_max_items), (search_update_combos),
708         (replace_update_combos), (search_update_dialog),
709         (on_search_replace_delete_event),
710         (on_search_dialog_key_press_event),
711         (search_disconnect_set_toggle_connect),
712         (on_search_match_whole_word_toggled),
713         (on_search_match_whole_line_toggled),
714         (on_search_match_word_start_toggled), (on_search_regex_toggled),
715         (search_set_toggle_direction), (on_search_direction_changed),
716         (on_search_action_changed), (on_search_target_changed),
717         (on_search_expression_changed), (on_actions_no_limit_clicked),
718         (on_search_button_close_clicked), (on_search_button_stop_clicked),
719         (on_search_button_next_clicked), (search_replace_find_usage),
720         (on_search_button_jump_clicked), (on_search_expression_activate),
721         (on_search_full_buffer_toggled), (on_search_forward_toggled),
722         (on_search_backward_toggled), (on_setting_basic_search_toggled),
723         (basic_search_toggled), (anjuta_search_replace_activate):
724         * plugins/search/search-replace.h:
725         * plugins/search/search-replace_backend.c (pcre_info_free),
726         (pcre_info_new), (match_substr_free), (match_info_free),
727         (file_buffer_free), (file_buffer_new_from_te),
728         (file_buffer_new_from_path), (file_buffer_line_from_pos),
729         (file_match_line_from_pos), (create_search_files_list),
730         (get_project_file_list), (isawordchar), (extra_match),
731         (get_next_match), (create_search_entries), (regex_backref),
732         (clear_search_replace_instance), (clear_pcre),
733         (create_search_replace_instance):
734         * plugins/search/search-replace_backend.h:
735         Restored old search plugin - was a bad idea to merge this patch. Sorry!
737 2008-04-12  Johannes Schmid  <jhs@gnome.org>
739         * libanjuta/Makefile.am:
740         * libanjuta/libanjuta.h:
741         * plugins/document-manager/anjuta-document-manager.glade:
742         * plugins/document-manager/plugin.c:
743         * plugins/editor/text_editor.c (text_editor_finalize),
744         (convert_to_utf8), (load_from_file), (save_to_file):
745         * plugins/editor/text_editor.h:
746         * plugins/sourceview/Makefile.am:
747         * plugins/sourceview/anjuta-convert.c:
748         * plugins/sourceview/anjuta-convert.h:
749         * plugins/sourceview/anjuta-document-loader.c:
750         * plugins/sourceview/anjuta-document-saver.c:
751         * plugins/sourceview/anjuta-document.c:
752         * plugins/sourceview/anjuta-encodings.c:
753         * plugins/sourceview/anjuta-encodings.h:
754         * plugins/sourceview/anjuta-utils.c:
755         * plugins/sourceview/anjuta-utils.h:
756         * plugins/sourceview/anjuta-view.c:
757         * plugins/sourceview/sourceview.c:
758         
759         Move the encoding conversion infrastrcute to libanjuta and update all
760         users. Test all available encodings by default in scintilla editor
761         like sourceview is doing and removed encoding preferences
763         * plugins/search/search-replace_backend.c
764         (file_buffer_new_from_uri):
765         Fixed crasher
767 2008-04-11  Johannes Schmid  <jhs@gnome.org>
769         * plugins/search/anjuta-search.glade:
770         Various small improvements to the dialog
772 2008-04-11  Johannes Schmid  <jhs@gnome.org>
774         Patch from Ignacio Casal Quinteiro:
775         * plugins/file-loader/Makefile.am:
776         * plugins/file-loader/anjuta-recent-chooser-menu.c
777         (gtk_recent_chooser_iface_init),
778         (_anjuta_recent_chooser_install_properties),
779         (sort_recent_items_mru), (get_is_recent_filtered),
780         (_gtk_recent_chooser_get_items),
781         (anjuta_recent_chooser_menu_class_init),
782         (anjuta_recent_chooser_menu_init),
783         (anjuta_recent_chooser_menu_finalize),
784         (anjuta_recent_chooser_menu_dispose),
785         (anjuta_recent_chooser_menu_constructor),
786         (anjuta_recent_chooser_menu_set_property),
787         (anjuta_recent_chooser_menu_get_property),
788         (anjuta_recent_chooser_menu_set_current_uri),
789         (anjuta_recent_chooser_menu_get_current_uri),
790         (anjuta_recent_chooser_menu_select_uri),
791         (anjuta_recent_chooser_menu_unselect_uri),
792         (anjuta_recent_chooser_menu_select_all),
793         (anjuta_recent_chooser_menu_unselect_all),
794         (anjuta_recent_chooser_menu_set_sort_func),
795         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
796         (anjuta_recent_chooser_menu_get_recent_manager),
797         (anjuta_recent_chooser_menu_add_filter),
798         (anjuta_recent_chooser_menu_remove_filter),
799         (anjuta_recent_chooser_menu_list_filters),
800         (anjuta_recent_chooser_menu_set_current_filter),
801         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
802         (anjuta_recent_chooser_menu_create_item),
803         (anjuta_recent_chooser_menu_insert_item),
804         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
805         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
806         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
807         (get_icon_size_for_widget), (foreach_set_shot_tips),
808         (anjuta_recent_chooser_menu_set_show_tips),
809         (anjuta_recent_chooser_menu_new),
810         (anjuta_recent_chooser_menu_new_for_manager):
811         * plugins/file-loader/anjuta-recent-chooser-menu.h:
812         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
813         (activate_plugin), (dispose):
814         
815         Add separator to recent menu (#526932)
817         * plugins/search/Makefile.am:
818         * plugins/search/anjuta-search.glade:
819         * plugins/search/anjuta-search.ui:
820         * plugins/search/plugin.c (on_find1_activate),
821         (on_find_and_replace1_activate), (on_find_in_files1_activate),
822         (on_findnext1_activate), (on_findprevious1_activate),
823         (on_search_again_activate), (on_find_usage), (activate_plugin),
824         (deactivate_plugin), (dispose), (search_plugin_class_init):
825         * plugins/search/plugin.h:
826         * plugins/search/search-replace.c (anj_sr_execute),
827         (anj_sr_write_match_message), (on_message_clicked),
828         (anj_sr_set_search_string), (anj_sr_select_nearest),
829         (anj_sr_select_next), (anj_sr_select_previous),
830         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
831         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
832         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
833         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
834         (anj_sr_set_target), (anj_sr_set_direction),
835         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
836         (anj_sr_get_combo_id_active_value),
837         (anj_sr_conform_direction_change), (anj_sr_populate_value),
838         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
839         (anj_sr_end_alert), (anj_sr_max_results_alert),
840         (anj_sr_total_results_alert), (anj_sr_show_replace),
841         (anj_sr_modify_button), (anj_sr_populate_data),
842         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
843         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
844         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
845         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
846         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
847         (anj_sr_find_in_list), (anj_sr_trim_list),
848         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
849         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
850         (on_search_dialog_delete_event), (on_search_dialog_key_press),
851         (anj_sr_disconnect_set_toggle_connect),
852         (on_search_match_whole_word_toggled),
853         (on_search_match_whole_line_toggled),
854         (on_search_match_word_start_toggled), (on_search_regex_toggled),
855         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
856         (on_search_direction_changed), (on_search_action_changed),
857         (on_search_target_changed), (on_search_expression_changed),
858         (on_search_button_close_clicked), (on_search_button_stop_clicked),
859         (on_search_button_start_clicked),
860         (on_search_button_replace_clicked),
861         (on_search_expression_activate):
862         * plugins/search/search-replace.h:
863         * plugins/search/search-replace_backend.c (regex_backref),
864         (pcre_info_free), (pcre_info_new), (match_substr_free),
865         (match_info_free_subs), (editor_new_from_file_buffer),
866         (file_buffer_new_from_te), (file_buffer_new_from_uri),
867         (file_buffer_free), (file_buffer_get_byte_offset),
868         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
869         (file_buffer_find_lines), (file_buffer_freshen_lines),
870         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
871         (file_buffer_get_linetext_for_line), (save_file_buffer),
872         (replace_in_local_buffer), (get_search_files_list),
873         (get_project_files_list), (isawordchar), (extra_match),
874         (get_next_match), (create_search_entries), (clear_search_entries),
875         (search_get_default_data), (search_replace_data_new),
876         (clear_search_replace_instance), (search_replace_data_destroy),
877         (search_replace_init):
878         * plugins/search/search-replace_backend.h:
879         * plugins/search/search_preferences.c (removed):
880         * plugins/search/search_preferences.h (removed):
881         
882         Merged the UI changes from bug #511688 and simplified the search dialog
884 2008-04-10  Johannes Schmid <jhs@gnome.org>
886         * plugins/symbol-db/symbol-db-engine.c:
887         * plugin.c:
888         Check for ctags binary (#516123)
890 2008-04-09  Massimo Cora'  <maxcvs@email.it>
892         * plugins/symbol-db/symbol-db-engine.c
893         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
894         (sdb_engine_get_query_parameters_list),
895         (sdb_engine_free_cached_queries),
896         (sdb_engine_get_tuple_id_by_unique_name),
897         (sdb_engine_get_tuple_id_by_unique_name2),
898         (sdb_engine_get_tuple_id_by_unique_name3),
899         (symbol_db_engine_add_new_workspace),
900         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
901         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
902         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
903         (sdb_engine_add_new_sym_implementation),
904         (sdb_engine_add_new_heritage),
905         (sdb_engine_add_new_scope_definition),
906         (sdb_engine_add_new_tmp_heritage_scope),
907         (sdb_engine_second_pass_update_scope_1),
908         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
909         (on_scan_update_files_symbols_end),
910         (symbol_db_engine_update_project_symbols):
911         GdaSet *plist is now used globally for every prepared statement.
912         It won't be created/unreffed at every query.
914 2008-04-09  Johannes Schmid  <jhs@gnome.org>
916         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
917         Fixed crasher when deactivating symbol-db plugin
919 2008-04-08  Johannes Schmid  <jhs@gnome.org>
921         * plugins/symbol-db/symbol-db-engine.c
922         (sdb_engine_populate_db_by_tags):
923         Don't use transactions - uses only half of the time now!
925 2008-04-08  Massimo Cora'  <maxcvs@email.it>
927         * plugins/symbol-db/symbol-db-engine.c
928         (sdb_engine_prepare_symbol_info_sql),
929         (symbol_db_engine_get_global_members_filtered):
930         * plugins/symbol-db/symbol-db-view.c
931         (sdb_view_load_symbol_pixbufs),
932         (sdb_view_build_and_display_base_tree):
933         fixed global tab icons. Libgda could not understood the right fields, now it
934         does.
936 2008-04-07  Johannes Schmid  <jhs@gnome.org>
938         * plugins/language-support-cpp-java/cpp-java-assist.c
939         (completion_compare), (create_completion),
940         (cpp_java_assist_create_word_completion_cache):
941         
942         Only show () for functions/methods and macros with arguments. Does not work
943         with symbol-db yet but fixes things for symbol-browser
945 2008-04-07  Johannes Schmid  <jhs@gnome.org>
947         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
948         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
949         (sdb_engine_add_new_sym_implementation):
950         
951         Fixed some issues with caching
953 2008-04-07  Johannes Schmid  <jhs@gnome.org>
955         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
956         (on_importing_project_end), (project_root_added),
957         (symbol_db_activate), (symbol_db_deactivate):
958         * plugins/symbol-db/plugin.h:
959         
960         Give the symbol-db it's own progress bar because there are too many
961         interactions with the global status bar.
963 2008-04-07  Johannes Schmid  <jhs@gnome.org>
965         * plugins/symbol-db/symbol-db-view-locals.c
966         (sdb_view_locals_create_new_store):
967         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
968         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
969         (symbol_db_view_open):
970         
971         Sort symbol trees
973 2008-04-07  Johannes Schmid  <jhs@gnome.org>
975         * plugins/sourceview/sourceview.c (idocument_cut),
976         (idocument_copy), (idocument_paste):
977         Block insert-text signal on cut/copy/paste
979 2008-04-07  Johannes Schmid  <jhs@gnome.org>
981         * plugins/symbol-db/plugin.c (on_char_added),
982         (on_single_file_scan_end):
983         Only update buffer when a newline is inserted
984         
985         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
986         (sdb_engine_get_tuple_id_by_unique_name),
987         (sdb_engine_get_tuple_id_by_unique_name2),
988         (sdb_engine_get_tuple_id_by_unique_name3),
989         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
990         (sdb_engine_finalize), (symbol_db_engine_db_exists),
991         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
992         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
993         Precompute file_defined_id to speed up population
995 2008-04-06  Johannes Schmid  <jhs@gnome.org>
997         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
998         (anjuta_launcher_set_encoding):
999         Fixed some problems with binary streams needed by symbol-db
1000         
1001         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
1002         Removed DEBUG_PRINT
1003         
1004         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
1005         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
1006         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
1007         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1008         (sdb_engine_add_new_sym_implementation),
1009         (on_scan_update_files_symbols_end):
1010         Use some caching to speed up population
1011         
1012         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
1013         Exit properly when scanning is over
1015 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
1017         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1018         One additional change missed in the previous commit
1020 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
1022         * plugins/project-wizard/templates/gtkmm.wiz,
1023         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
1024         plugins/project-wizard/templates/gtkmm/src/main.cc,
1025         plugins/project-wizard/templates/django.wiz,
1026         plugins/project-wizard/templates/python.wiz,
1027         plugins/project-wizard/templates/python/configure.ac.tpl,
1028         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
1029         plugins/project-wizard/templates/cpp.wiz,
1030         plugins/project-wizard/templates/cpp/configure.ac.tpl,
1031         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
1032         plugins/project-wizard/templates/sdl.wiz,
1033         plugins/project-wizard/templates/sdl/configure.ac.tpl,
1034         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
1035         plugins/project-wizard/templates/terminal.wiz,
1036         plugins/project-wizard/templates/terminal/configure.ac.tpl,
1037         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
1038         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
1039         plugins/project-wizard/templates/gtk.wiz,
1040         plugins/project-wizard/templates/gtk/src/main.c,
1041         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
1042         plugins/project-wizard/templates/minimal.wiz,
1043         plugins/project-wizard/templates/minimal/configure.ac.tpl,
1044         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
1045         plugins/project-wizard/templates/java.wiz,
1046         plugins/project-wizard/templates/java/configure.ac.tpl,
1047         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
1048         plugins/project-wizard/templates/xlib.wiz,
1049         plugins/project-wizard/templates/xlib/configure.ac.tpl,
1050         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
1051         plugins/project-wizard/templates/gcj.wiz,
1052         plugins/project-wizard/templates/gcj/configure.ac.tpl,
1053         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
1054         plugins/project-wizard/templates/xlib-dock.wiz,
1055         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
1056         plugins/project-wizard/templates/wxwin.wiz,
1057         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
1058         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
1059         plugins/project-wizard/templates/gnome.wiz,
1060         plugins/project-wizard/templates/gnome/src/main.c,
1061         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
1062         plugins/project-wizard/templates/anjuta-plugin.wiz,
1063         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
1064         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
1065         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
1066         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
1067         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
1068         Fix bug #525999: Remove space in file and target names generated
1069         by project wizard
1070         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
1071         has been renamed ianjuta_document_manager_get_current_document
1073 2008-04-06  Naba Kumar  <naba@naba-desktop>
1075         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
1076         * libanjuta/anjuta-utils.h:
1077         * plugins/project-wizard/druid.c (check_and_warn_missing),
1078         (on_druid_next):
1079         * plugins/project-wizard/header.c (npw_header_free),
1080         (npw_header_add_required_program),
1081         (npw_header_add_required_package),
1082         (npw_header_check_required_programs), (package_is_installed),
1083         (npw_header_check_required_packages):
1084         * plugins/project-wizard/header.h:
1085         * plugins/project-wizard/parser.c (parse_tag),
1086         (parse_header_start), (parse_header_text):
1087         * plugins/project-wizard/templates/anjuta-plugin.wiz:
1088         * plugins/project-wizard/templates/cpp.wiz:
1089         * plugins/project-wizard/templates/django.wiz:
1090         * plugins/project-wizard/templates/gcj.wiz:
1091         * plugins/project-wizard/templates/gnome.wiz:
1092         * plugins/project-wizard/templates/gtk.wiz:
1093         * plugins/project-wizard/templates/gtkmm.wiz:
1094         * plugins/project-wizard/templates/java.wiz:
1095         * plugins/project-wizard/templates/minimal.wiz:
1096         * plugins/project-wizard/templates/mkfile.wiz:
1097         * plugins/project-wizard/templates/python.wiz:
1098         * plugins/project-wizard/templates/sdl.wiz:
1099         * plugins/project-wizard/templates/terminal.wiz:
1100         * plugins/project-wizard/templates/wxwin.wiz:
1101         * plugins/project-wizard/templates/xlib-dock.wiz:
1102         * plugins/project-wizard/templates/xlib.wiz:
1104         Added a check for vital programs and packages needed to create a
1105         new project. A warning dialog is shown to user in project
1106         wizard when he proceeds after selecting a project type.
1107         Updated all project templates to cover vital programs and
1108         packages to generate and build correctly.
1109         
1110 2008-04-05  Naba Kumar  <naba@gnome.org>
1112         patch from  surenspost@gmail.com:
1113         * src/about.c: Fixed bug #523068 link in about window doesn't work.
1115 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1117         * plugins/sourceview/anjuta-view.c:
1118         * plugins/sourceview/anjuta-view.h:
1119         * plugins/sourceview/sourceview-prefs.c (init_fonts),
1120         (sourceview_prefs_init):
1121         Removed unused color management code
1122         
1123         * plugins/sourceview/anjuta-editor-sourceview.glade:
1124         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
1125         (create_style_model), (on_style_changed), (ipreferences_merge),
1126         (ipreferences_unmerge):
1127         * plugins/sourceview/plugin.h:
1128         
1129         Added style chooser for sourceview editor (#522555)
1131 2008-04-04  Johannes Schmid  <jhs@gnome.org>
1133         * plugins/document-manager/action-callbacks.c:
1134         * plugins/document-manager/anjuta-document-manager.ui:
1135         * plugins/document-manager/plugin.c (ui_give_shorter_names),
1136         (update_document_ui_disable_all):
1137         * plugins/file-loader/anjuta-loader-plugin.ui:
1138         * plugins/file-loader/plugin.c (on_new_activate),
1139         (activate_plugin):
1140         
1141         Moved "New" action from document-manager to file-loader using 
1142         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
1144 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1146         * Makefile.am:
1147         * configure.in:
1148         * libegg/.cvsignore:
1149         * libegg/Makefile.am:
1150         * libegg/egg-cell-renderer-text.c:
1151         * libegg/egg-combo-action.c:
1152         * libegg/egg-entry-action.c:
1153         * libegg/egg-recent-action.c:
1154         * libegg/egg-recent-files-module.c:
1155         * libegg/egg-recent-item.c:
1156         * libegg/egg-recent-model.c:
1157         * libegg/egg-recent-util.c:
1158         * libegg/egg-recent-view-gtk.c:
1159         * libegg/egg-recent-view.c:
1160         * libegg/egg-submenu-action.c:
1161         * libegg/eggcellrendererpopup.c:
1162         * libegg/eggcomboselect.c:
1163         * libegg/eggmarshalers.list:
1164         * libegg/eggtreemodelfilter.c:
1165         * libegg/eggtreemodelunion.c:
1166         * libegg/eggtreemultidnd.c:
1167         * libegg/gtkcellview.h:
1168         * libegg/layout.glade:
1169         * libegg/menu/.cvsignore:
1170         * libegg/menu/Makefile.am:
1171         * libegg/menu/egg-combo-action.h:
1172         * libegg/menu/egg-entry-action.h:
1173         * libegg/menu/egg-recent-action.h:
1174         * libegg/menu/egg-submenu-action.h:
1175         * libegg/menu/eggcomboselect.h:
1176         * libegg/recent-files/.cvsignore:
1177         * libegg/recent-files/Makefile.am:
1178         * libegg/recent-files/egg-recent-item.h:
1179         * libegg/recent-files/egg-recent-model.h:
1180         * libegg/recent-files/egg-recent-util.h:
1181         * libegg/recent-files/egg-recent-view-gtk.h:
1182         * libegg/recent-files/egg-recent-view.h:
1183         * libegg/recent-files/egg-recent.h:
1184         * libegg/test-actions.c:
1185         * libegg/test-multi-drag.c:
1186         * libegg/test-union.c:
1187         * libegg/treeviewutils/.cvsignore:
1188         * libegg/treeviewutils/Makefile.am:
1189         * libegg/treeviewutils/egg-cell-renderer-text.h:
1190         * libegg/treeviewutils/eggcellrendererpopup.h:
1191         * libegg/treeviewutils/eggtreemodelfilter.h:
1192         * libegg/treeviewutils/eggtreemodelunion.h:
1193         * libegg/treeviewutils/eggtreemultidnd.h:
1194         * libegg/util/.cvsignore:
1195         * libegg/util/Makefile.am:
1196         * libegg/util/egg-macros.h:
1197         * libegg/util/eggintl.h:
1198         
1199         Killed libegg (#349279)
1200         
1201         * plugins/document-manager/Makefile.am:
1202         * plugins/document-manager/action-callbacks.c:
1203         * plugins/document-manager/plugin.c:
1204         * plugins/editor/plugin.c:
1205         (on_open_recent_file), (sort_recent_menu),
1206         (setup_recent_chooser_menu), (activate_plugin), (dispose),
1207         (anjuta_file_loader_plugin_instance_init):
1208         * plugins/file-loader/plugin.h:
1209         * plugins/search/Makefile.am:
1210         * plugins/search/plugin.c:
1211         * plugins/search/search-replace.c:
1212         
1213         Removed dead code and libegg from Makefiles
1214         
1215         * plugins/symbol-browser/Makefile.am:
1216         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1217         * plugins/symbol-browser/plugin.c (on_editor_saved),
1218         (update_editor_symbol_model), (iter_matches),
1219         (value_removed_current_editor), (activate_plugin):
1220         Removed symbol-browser toolbar which used libegg and was
1221         buggy (#451588)
1222         
1223         Patch from Ignacio Casal Quinteiro with lots of changes:
1224         * plugins/file-loader/Makefile.am:
1225         * plugins/file-loader/anjuta-loader-plugin.ui:
1226         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
1227         Port FileLoader to GtkRecent (#398984)
1229 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1231         * configure.in:
1232         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1233         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
1234         * libanjuta/interfaces/libanjuta.idl:
1235         * plugins/Makefile.am:
1236         * plugins/class-inheritance/class-inherit.c
1237         (class_inheritance_show_dynamic_class_popup_menu),
1238         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
1239         (class_inheritance_update_graph):
1240         * plugins/language-support-cpp-java/cpp-java-assist.c
1241         (create_completion),
1242         (cpp_java_assist_create_scope_completion_cache),
1243         (cpp_java_assist_create_word_completion_cache),
1244         (cpp_java_assist_show_calltip):
1245         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
1246         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
1247         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1248         (isymbol_get_extra_info_string), (isymbol_get_line),
1249         (isymbol_get_icon), (isymbol_iface_init):
1250         * plugins/symbol-browser/an_symbol.h:
1251         * plugins/symbol-browser/an_symbol_view.c
1252         (anjuta_symbol_view_get_file_symbol_model):
1253         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1254         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1255         (isymbol_manager_iface_init):
1256         * plugins/symbol-db/Makefile.am:
1257         * plugins/symbol-db/anjuta-symbol-db.glade:
1258         * plugins/symbol-db/plugin.c
1259         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1260         (value_added_current_editor), (goto_local_tree_iter),
1261         (goto_global_tree_iter), (on_global_treeview_row_expanded),
1262         (on_global_treeview_row_collapsed), (on_project_element_added),
1263         (on_project_element_removed), (on_importing_project_end),
1264         (do_import_sources_after_abort), (do_import_sources),
1265         (project_root_added), (project_root_removed), (symbol_db_activate),
1266         (symbol_db_deactivate), (isymbol_manager_search),
1267         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1268         (isymbol_manager_iface_init), (ipreferences_merge),
1269         (ipreferences_unmerge), (ipreferences_iface_init):
1270         * plugins/symbol-db/plugin.h:
1271         * plugins/symbol-db/symbol-db-engine-iterator-node.c
1272         (symbol_db_engine_iterator_node_new),
1273         (sdb_engine_iterator_node_instance_init),
1274         (sdb_engine_iterator_node_finalize),
1275         (symbol_db_engine_iterator_node_get_symbol_id),
1276         (symbol_db_engine_iterator_node_get_symbol_name),
1277         (symbol_db_engine_iterator_node_get_symbol_file_pos),
1278         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1279         (symbol_db_engine_iterator_node_get_symbol_signature),
1280         (symbol_db_engine_iterator_node_get_symbol_extra_string),
1281         (isymbol_get_name), (isymbol_get_args),
1282         (isymbol_get_extra_info_string), (isymbol_get_uri),
1283         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1284         (isymbol_iface_init):
1285         * plugins/symbol-db/symbol-db-engine-iterator.c
1286         (symbol_db_engine_iterator_new):
1287         * plugins/symbol-db/symbol-db-engine.c
1288         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1289         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1290         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1291         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1292         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1293         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1294         (sdb_engine_init), (sdb_engine_finalize),
1295         (sdb_engine_set_defaults_db_parameters),
1296         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1297         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1298         (sdb_engine_get_tuple_id_by_unique_name),
1299         (sdb_engine_get_tuple_id_by_unique_name2),
1300         (sdb_engine_get_tuple_id_by_unique_name3),
1301         (symbol_db_engine_add_new_workspace),
1302         (symbol_db_engine_project_exists),
1303         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1304         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1305         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1306         (sdb_engine_add_new_sym_access),
1307         (sdb_engine_add_new_sym_implementation),
1308         (sdb_engine_add_new_heritage),
1309         (sdb_engine_add_new_scope_definition),
1310         (sdb_engine_add_new_tmp_heritage_scope),
1311         (sdb_engine_second_pass_update_scope_1),
1312         (sdb_engine_second_pass_update_heritage),
1313         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1314         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1315         (on_scan_update_files_symbols_end),
1316         (symbol_db_engine_fill_type_array),
1317         (symbol_db_engine_update_files_symbols),
1318         (symbol_db_engine_update_project_symbols),
1319         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1320         (symbol_db_engine_update_buffer_symbols),
1321         (symbol_db_engine_get_files_with_zero_symbols),
1322         (sdb_engine_prepare_symbol_info_sql),
1323         (symbol_db_engine_get_class_parents_by_symbol_id),
1324         (symbol_db_engine_get_class_parents),
1325         (symbol_db_engine_get_global_members_filtered),
1326         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1327         (symbol_db_engine_get_scope_members_by_symbol_id),
1328         (symbol_db_engine_get_scope_members),
1329         (symbol_db_engine_get_file_symbols),
1330         (symbol_db_engine_get_symbol_info_by_id),
1331         (symbol_db_engine_get_full_local_path),
1332         (symbol_db_engine_get_file_db_path),
1333         (symbol_db_engine_find_symbol_by_name_pattern),
1334         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1335         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1336         * plugins/symbol-db/symbol-db-engine.h:
1337         * plugins/symbol-db/symbol-db-prefs.c
1338         (on_prefs_executable_changed), (on_gconf_notify_prefs),
1339         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1340         (on_listall_output), (on_listall_exit), (files_visit_dir),
1341         (on_tag_load_toggled), (symbol_db_prefs_init),
1342         (symbol_db_prefs_finalize):
1343         * plugins/symbol-db/symbol-db-prefs.h:
1344         * plugins/symbol-db/symbol-db-view-locals.c
1345         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1346         (do_add_root_symbol_to_view),
1347         (consume_symbols_inserted_queue_idle_destroy),
1348         (consume_symbols_inserted_queue_idle), (on_scan_end),
1349         (do_recurse_subtree_and_remove), (on_symbol_removed),
1350         (on_symbol_inserted),
1351         (symbol_db_view_locals_recv_signals_from_engine),
1352         (symbol_db_view_locals_update_list):
1353         * plugins/symbol-db/symbol-db-view.c
1354         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1355         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1356         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1357         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1358         (sdb_view_build_and_display_base_tree):
1359         * plugins/symbol-db/symbol-db.glade:
1360         * plugins/symbol-db/symbol-db.ui:
1361         * plugins/symbol-db/tables.sql:
1362         * plugins/symbol-db/test/Makefile.am:
1363         * plugins/symbol-db/test/main.c (get_parents), (main),
1364         (packages_foreach), (files_visit_dir):
1365         
1366         Merged changes from symbol-db branch
1368 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1370         * plugins/sourceview/sourceview.c (autodetect_language):
1371         Use gnome_vfs_get_slow_mime_type()
1373 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1375         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1376         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1377         (open_with_dialog):
1378         
1379         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1380         supertype instead no plugin for mime-type was found (#525706)
1382 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1384         patch by: Carl-Anton Ingmarsson:
1385         * src/anjuta.glade:
1386         Fixed padding in preferences
1388 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1390         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1392         * plugins/tools/anjuta-tools.glade:
1393         * plugins/tools/anjuta-tools.ui:
1394         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1395           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1396           atp_tool_dialog_refresh, atp_tool_dialog_show):
1397         * plugins/tools/dialog.h (dialog, plugin):
1398         * plugins/tools/plugin.c (prefs, gxml, action_group,
1399           atp_plugin_finalize, test, atp_plugin_activate,
1400           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1401           ipreferences_unmerge, ipreferences_iface_init):
1402         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1403           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1404           atp_user_tool_activate, atp_tool_list_append_new,
1405           atp_tool_list_activate, atp_tool_list_deactivate):
1406         * plugins/tools/tool.h (plugin):
1407         
1408         #515854 – Move configuration into preferences
1410 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1412         patch by: Carl-Anton Ingmarsson:
1413         * src/anjuta-app.c (style, on_toolbar_style_changed,
1414           on_add_merge_widget, anjuta_app_instance_init):
1415         * src/anjuta.glade:
1416         
1417         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1419 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
1421         * plugins/debug-manager/anjuta-debug-manager.glade,
1422         plugins/debug-manager/command.c,
1423         plugins/debug-manager/command.h,
1424         plugins/debug-manager/start.c,
1425         plugins/gdb/plugin.c,
1426         plugins/gdb/debugger.c,
1427         plugins/gdb/debugger.h,
1428         libanjuta/interfaces/libanjuta.idl:
1429         Improve start program dialog, allowing to specify working
1430         directory and environment variables
1432 2008-03-26  Naba Kumar  <naba@gnome.org>
1434         * libanjuta/resources.c (anjuta_res_url_show): Use
1435         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1436         fixed formatting.
1438         Patch from Carl-Anton Ingmarsson:
1440         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1441         * libanjuta/anjuta-utils.h:
1442         * src/action-callbacks.c (help_activate),
1443         (on_help_manual_activate), (on_help_tutorial_activate),
1444         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1445         * libanjuta/Makefile.am:
1446         Get rid of gnome_help_display_with_doc_id()
1448 2008-03-26  Naba Kumar  <naba@gnome.org>
1450         Patch from Carl-Anton Ingmarsson:
1452         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1453         * plugins/project-import/project-import.c (on_import_cancel): Remove
1454         stray GnomeDruid variable.
1456 2008-03-26  Naba Kumar  <naba@gnome.org>
1458         * plugins/project-import/project-import.c (create_start_page):
1459         * plugins/project-wizard/druid.c (npw_druid_new):
1460         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1461         
1462         Fixed type 'assistent' to 'assistant'.
1464 2008-03-25  Naba Kumar  <naba@gnome.org>
1466         Patch from Carl-Anton Ingmarsson:
1468         * libanjuta/Makefile.am:
1469         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1470         (visibility_toggled), (accel_edited_callback),
1471         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1472         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1473         (anjuta_ui_get_accel_editor):
1474         * libegg/Makefile.am:
1475         * libegg/eggaccelerators.c (removed):
1476         * libegg/eggcellrendererkeys.c (removed):
1477         * libegg/eggtreeviewstate.c (removed):
1478         * libegg/test-tree-utils.c (removed):
1479         * libegg/treeviewutils/Makefile.am:
1480         * libegg/treeviewutils/eggaccelerators.h (removed):
1481         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1482         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1484         Ports anjuta-ui to gtk_cell_renderer_accel
1485         
1486 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1488         Reviewed by Naba Kumar  <naba@gnome.org>
1490         * plugins/project-import/Makefile.am:
1491         * plugins/project-import/project-import.{ch}:
1492         * plugins/project-import/anjuta-project-import.glade (removed):
1493         * configure.in, po/POTFILES.in:
1495         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1496         file because libglade doesn't have GtkAssistant support.
1498 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1500         * plugins/debug-manager/registers.c:
1501         Avoid a crash when debugger stop on an error
1503         * plugins/debug-manager/start.c,
1504         plugins/gdb/debugger.c,
1505         libanjuta/interfaces/libanjuta.idl:
1506         Display an error message when debugger target is not found
1508 2008-03-15  Naba Kumar  <naba@naba-desktop>
1510         * configure.in:
1511         * data/Makefile.am:
1512         * (removed) data/properties:
1513         * (added) plugins/editor/properties:
1514         * plugins/editor/Makefile.am:
1516         Moved data/properties to plugins/editor/ and removed dead code from
1517         Makefile.am files.
1518         
1519 2008-03-15  Naba Kumar  <naba@naba-desktop>
1521         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1522         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1523         (macro_dialog_finalize):
1524         * plugins/macro/macro-edit.c (macro_edit_dispose),
1525         (macro_edit_finalize):
1527         Fixed errors in previous patch.
1528         
1529 2008-03-15  Naba Kumar  <naba@naba-desktop>
1531         Patch from Ignacio Casal Quinteiro:
1533         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1534         (finalize):
1535         * plugins/class-gen/plugin.c (dispose), (finalize):
1536         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1537         (class_inheritance_dispose):
1538         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1539         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1540         (dma_plugin_finalize):
1541         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1542         (dma_debugger_queue_finalize):
1543         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1544         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1545         (anjuta_docman_finalize):
1546         * plugins/document-manager/plugin.c:
1547         * plugins/editor/plugin.c (dispose), (finalize),
1548         (editor_plugin_class_init):
1549         * plugins/editor/text_editor.c (text_editor_dispose),
1550         (text_editor_finalize):
1551         * plugins/file-loader/plugin.c (dispose), (finalize),
1552         (anjuta_file_loader_plugin_class_init):
1553         * plugins/file-manager/plugin.c (file_manager_finalize),
1554         (file_manager_dispose):
1555         * plugins/file-wizard/plugin.c (dispose), (finalize),
1556         (file_wizard_plugin_class_init):
1557         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1558         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1559         * plugins/glade/plugin.c (glade_plugin_dispose),
1560         (glade_plugin_finalize), (glade_plugin_class_init):
1561         * plugins/gtodo/plugin.c (finalize), (dispose):
1562         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1563         (anjuta_vim_plugin_dispose):
1564         * plugins/indent/plugin.c (indent_plugin_finalize),
1565         (indent_plugin_dispose):
1566         * plugins/language-manager/plugin.c (language_manager_finalize),
1567         (language_manager_dispose):
1568         * plugins/language-support-cpp-java/plugin.c
1569         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1570         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1571         (macro_db_class_init):
1572         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1573         (macro_dialog_finalize), (macro_dialog_class_init):
1574         * plugins/macro/macro-edit.c (macro_edit_dispose),
1575         (macro_edit_finalize), (macro_edit_class_init):
1576         * plugins/macro/plugin.c (finalize), (dispose):
1577         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1578         (anjuta_msgman_finalize):
1579         * plugins/message-view/message-view.c (message_view_dispose),
1580         (message_view_finalize):
1581         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1582         (message_view_plugin_finalize):
1583         * plugins/patch/plugin.c (patch_plugin_finalize),
1584         (patch_plugin_dispose):
1585         * plugins/profiler/plugin.c (profiler_finalize),
1586         (profiler_dispose):
1587         * plugins/project-import/plugin.c (dispose), (finalize),
1588         (project_import_plugin_class_init):
1589         * plugins/project-manager/plugin.c
1590         (project_manager_plugin_finalize),
1591         (project_manager_plugin_dispose):
1592         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1593         (npw_plugin_finalize), (npw_plugin_class_init):
1594         * plugins/sample1/plugin.c (sample_plugin_finalize),
1595         (sample_plugin_dispose):
1596         * plugins/search/plugin.c (dispose), (finalize),
1597         (search_plugin_class_init):
1598         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1599         (sourceview_plugin_dispose):
1600         * plugins/subversion/plugin.c (finalize), (dispose):
1601         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1602         * plugins/symbol-browser/an_symbol_iter.c
1603         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1604         * plugins/symbol-browser/an_symbol_search.c
1605         (an_symbol_search_dispose), (an_symbol_search_finalize):
1606         * plugins/symbol-browser/an_symbol_view.c
1607         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1608         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1609         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1610         (symbol_db_dispose):
1611         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1612         (terminal_plugin_finalize):
1613         * plugins/tools/plugin.c (atp_plugin_dispose),
1614         (atp_plugin_finalize), (atp_plugin_class_init):
1615         * plugins/valgrind/plugin.c (valgrind_finalize),
1616         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1618 2008-03-15  Naba Kumar  <naba@gnome.org>
1620         * TODO.tasks: Updated and marked debugger bounties completed.
1621         
1622 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1624         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1625         (get_line_indentation_base):
1626         
1627         #521847 – anjuta freez when edit file
1629 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1631         Patch from Rob Bradford:
1632         * plugins/build-basic-autotools/executer.c (execute_program):
1633         520324 – Execute command is not overridable
1634         
1635         * plugins/sourceview/sourceview.c (on_insert_text):
1636         Removed Debug print
1638 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1640         Patch from James Liggett:
1641         * plugins/subversion/plugin.c (activate_plugin):
1642         521691 – Crash when click "Resolve Conflicts" without opened project
1644 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1646         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1647         * plugins/language-support-cpp-java/cpp-java-utils.c:
1648         * plugins/language-support-cpp-java/plugin.c
1649         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1650         520415 – [PATCH] Problems in auto indentatation code,
1651         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1652         
1653         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1654         (anjuta_view_button_press_event):
1655         * plugins/sourceview/sourceview.c (on_insert_text),
1656         (sourceview_adjustment_changed), (sourceview_new):
1657         #520761 – Weirz behavior with popup
1659 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1661         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1662         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1663         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1664         (anjuta_launcher_fork):
1665         * libanjuta/anjuta-launcher.h:
1666         Add API to set environment variables for the forked process
1667         
1668         * plugins/build-basic-autotools/Makefile.am:
1669         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1670         .glade:
1671         * plugins/build-basic-autotools/build-basic-autotools.c
1672         (build_set_env), (build_execute_command_full),
1673         (build_execute_command), (build_configure_project),
1674         (build_autogen_project):
1675         * plugins/build-basic-autotools/build-basic-autotools.h:
1676         * plugins/build-basic-autotools/build-options.c
1677         (fill_options_combo), (build_dialog_configure):
1678         * plugins/build-basic-autotools/build-options.h:
1679         Use new launcher API to set CFLAGS when running configure. New configure dialog
1680         which has predefined CFLAGS settings.
1682         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1684 === anjuta 2.4.0 ===
1686 2008-03-11  Naba Kumar  <naba@gnome.org>
1688         * NEWS: Updated for 2.4.0 stable release.
1689         * configure.in: Version bumped to 2.4.0
1690         * TODO.tasks: Updated.
1692 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1694         Reviewed by Naba Kumar  <naba@gnome.org>:
1695         * global-tags/Makefile.am:
1696         Revert change for #515954. This change was incorrect, the anjuta-tags
1697         program is installed into the $(bindir) rather than the $(scriptdir).
1699 2008-03-02  Naba Kumar  <naba@gnome.org>
1701         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1702         * configure.in: Added a requirement for scintilla editor plugin.
1704 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1706         * plugins/message-view/anjuta-msgman.c
1707         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1708         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1709         * plugins/message-view/anjuta-msgman.h:
1710         
1711         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1712         get rid of the cached current_view member.
1713         Fixes #518469 – Save message buffer not working good
1715 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1717         Patch by James Liggett:
1718         * plugins/subversion/svn-command.h:
1719         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1720         Fixed #519275 – Subversion should allow offline diffs   
1722 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1724         * plugins/language-support-cpp-java/cpp-java-assist.c
1725         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1726         Removed some debug code
1727         
1728         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1729         Escape tooltip text to avoid broken markup
1731 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1733         * libanjuta/Makefile.am:
1734         Fixed a build error when building with -j X
1735         
1736         * plugins/tools/scripts/prepare-changelog.pl:
1737         Updated to latest script version in gnome svn
1739 2008-02-28  Johannes Schmid <jhs@gnome.org>
1741         * plugins/document-manager/anjuta-docman.c:
1742         (anjuta_docman_page_destroy):
1743         Do not unref widget because the GtkNotebook will unref them
1744         
1745         * plugins/file-manager/file-view.c: (file_view_refresh):
1746         * plugins/search/search_preferences.c: (search_preferences_init):
1747         Fixed a memory leaks
1748         
1749         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1750         (ieditor_get_offset), (ieditor_iface_init),
1751         (idocument_get_filename), (ilanguage_get_supported_languages),
1752         (autodetect_language):
1753         
1754         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1755         was missing.
1757 2008-02-28  Johannes Schmid <jhs@gnome.org>
1759         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1760         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1762 2008-02-27  Naba Kumar  <naba@gnome.org>
1764         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1765         string break. That was a mistake doing at this point.
1767 === anjuta 2.3.5 ===
1769 2008-02-26  Naba Kumar  <naba@gnome.org>
1771         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1772         crash when there is a modified new file open, a non-modified exiting
1773         file open and autosave happen. Simplified error checking logic and
1774         avoided memory corruption. Fixes bug #Bug 518716.
1776 2008-02-25  Naba Kumar  <naba@gnome.org>
1778         * NEWS: Updated for release 2.3.5
1779         * configure.in: Bumped version to 2.3.5
1781         * plugins/build-basic-autotools/build-basic-autotools.c:
1782         (on_editor_changed): Avoid accessing text which is greater than
1783         valid range.
1785         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1787 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1789         * plugins/debug-manager/breakpoints.c:
1790         Fix #518329: Crash when adding breakpoint and other similar bugs
1792 2008-02-25  Johannes Schmid <jhs@gnome.org>
1794         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1795         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1796         Never call error() which calls exit()
1797         #517646 – Anjuta exists with code 2 when i try to import gedit
1799 2008-02-23  Johannes Schmid <jhs@gnome.org>
1801         * plugins/sourceview/sourceview.c: (ieditor_insert):
1802         Block insert_text signal when inserting manually.
1804 2008-02-23  Johannes Schmid <jhs@gnome.org>
1806         * plugins/sourceview/sourceview.c: (on_insert_text):
1807         Fixed a problem with the "insert-text" signal that broke
1808         copy&paste sometimes
1810 2008-02-22  Johannes Schmid <jhs@gnome.org>
1812         * plugins/language-support-cpp-java/plugin.c:
1813         (get_line_indentation_base):
1814         More fixes for comment handling and made the code
1815         a lot simpler
1817 2008-02-22  Johannes Schmid <jhs@gnome.org>
1819         * plugins/sourceview/sourceview.c: (on_insert_text):
1820         Fixed #517919 – Crash on pasting docblock
1822 2008-02-20  Johannes Schmid <jhs@gnome.org>
1824   Patch from James Liggett:
1825         * plugins/profiler/profiler.glade:
1826         Fix width options dialog. Translations are not longer cut off. (#516630)
1828 2008-02-18  Johannes Schmid <jhs@gnome.org>
1830         * plugins/sourceview/sourceview.c: (on_insert_text):
1831         Do not change the iterator in the "insert-text" handler because
1832         it has some strange side-effects when copying text
1833         Fix useless free'ing in hover-leave that might have led to random
1834         crashes
1836 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1838         * plugins/debug-manager/start.c:
1839         Avoid a glib warning if no project is loaded
1841 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1843         * manuals/anjuta-manual/C/debugger.xml:
1844         Remove warning about new debugger
1846 2008-02-17  Johannes Schmid <jhs@gnome.org>
1848         * manuals/anjuta-manual/figures/project-window.png:     
1849         Use a smaller picture
1851 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1853         * plugins/gdb/debugger.c:
1854         Set breakpoint in file with uncommon characters in path name
1856 2008-02-17  Johannes Schmid <jhs@gnome.org>
1858         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1859         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1860         (icell_get_char):
1861         * plugins/sourceview/sourceview.c: (on_insert_text):    
1862         Fix "char-added" signal to pass the correct iterator
1864 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1866         * plugins/gdb/debugger.c:
1867         Load executable in gdb with space in path name 
1869 2008-02-17  Johannes Schmid <jhs@gnome.org>
1871         * plugins/language-support-cpp-java/plugin.c:
1872         (get_line_indentation_base), (get_line_auto_indentation),
1873         (on_auto_indent):
1874         Some bugfixes and clean-ups in comment indentation code
1875         
1876         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1877         (anjuta_view_finalize), (anjuta_view_key_press_event):
1878         * plugins/sourceview/sourceview.c: (on_insert_text),
1879         (sourceview_create_highligth_indic), (sourceview_new):
1880         Cleaned implementation of char-added signal by using "insert-text" signal
1881         instead of filtering "key-press-event"
1882         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1883         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1884         (iiter_diff):
1885         Fixed implementation of get_character and return value of iiter_first() and
1886         iiter_last();
1888 2008-02-16  Johannes Schmid <jhs@gnome.org>
1890         * plugins/valgrind/plugin.c: (valgrind_activate),
1891         (ipreferences_merge), (ipreferences_unmerge):
1892         * plugins/valgrind/vgactions.c: (vg_actions_run):
1893         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1894         
1895         Fixed crasher when starting valgrind because of strange prefs handling and
1896         #516641 – Valgrind: Load Log does not clear list
1898 2008-02-15  James Liggett  <jrliggett@cox.net>
1900         * plugins/profiler/plugin.c:
1901         (on_select_other_target_button_clicked):
1902         Select the new custom target in the list so that the user sees it.
1904         Bug 516630 – Selection custom binary in profiler is not
1905         user-friendly.
1907 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1909         * manuals/anjuta-manual/C/projects.xml:
1910         Fix #515993: "Add package" button is "Add Package" in code
1911         Fix #516727: "Build All" is "Build Project" in code
1912         Fix #516728: "Clean All" is "Clean Project" in code
1913         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1914         Fix #516730: Fix note title 
1915         "Configure" is "Run Configure..." in code
1917 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1919         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1920         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1921         manuals/anjuta-manual/C/projects.xml,
1922         manuals/anjuta-manual/Makefile.am:
1923         Fix #515207: Add a new project window screenshoot
1924         Rename "Project View" to "Project window"
1926 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1928         * plugins/project-import/project-import.c:
1929         Fix #516743: Import project keeps an old date on project file
1931         * plugins/project-manager/plugin.c:
1932         Fix #516737: Import project doesn't load project with space in name
1934 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1936         * plugins/debug-manager/command.c:
1937         Destroy local variables on each step
1939         * plugins/debug-manager/debug_tree.c,
1940         plugins/debug-manager/watch.c,
1941         plugins/debug-manager/locals.c,
1942         plugins/gdb/debugger.c,
1943         libanjuta/interfaces/libanjuta.idl:
1944         Parse local variables scope (not used yet)
1946 2008-02-15  James Liggett <jrliggett@cox.net>
1948         reviewed by: Johannes Schmid <jhs@gnome.org>
1950         * plugins/profiler/gprof-options.c: (setup_widgets),
1951         (gprof_options_set_target), (gprof_options_has_target),
1952         (gprof_options_get_string):
1953         * plugins/profiler/gprof-options.h:
1954         * plugins/profiler/plugin.c: (ifile_open):
1955         516128 – crash in Anjuta IDE: selected profiler as the...
1957 2008-02-14  Johannes Schmid <jhs@gnome.org>
1959         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1960         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1961         * plugins/symbol-browser/an_symbol.c:
1962         * plugins/symbol-browser/an_symbol_view.c:
1963         (on_symbol_view_row_expanded):
1964         Fixed some memory leaks (Remember to all free/unref everything that comes
1965         from gtk_tree_model_get())
1967 2008-02-14  Johannes Schmid <jhs@gnome.org>
1969         * plugins/document-manager/search-box.c: (on_search_activated):
1970         516377 – Status bar does not change its status of 'Search for .. continued at top'
1971         (caused by differences between scintilla and sourceview)
1973 2008-02-13  James Liggett <jrliggett@cox.net>
1975         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1976         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1978 2008-02-14  Johannes Schmid <jhs@gnome.org>
1980         * plugins/language-support-cpp-java/plugin.c:
1981         (get_line_indentation_base), (get_line_auto_indentation),
1982         (on_editor_char_inserted_cpp):
1983         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1985 2008-02-13  Johannes Schmid <jhs@gnome.org>
1987         * plugins/language-support-cpp-java/plugin.c:
1988         (is_iter_inside_string), (get_line_auto_indentation):
1989         Handle comments in the code and do not ask editor. Fixes scintilla
1990         indentation (sourceview does not report comments anyway).
1991         
1992         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1993         Diff with correct sign (also fixes some issues with language-support)
1995 2008-02-13  Johannes Schmid <jhs@gnome.org>
1997         * plugins/language-support-cpp-java/plugin.c:
1998         (get_line_indentation_base):
1999         Act even more clever for comments. Indent /* */ comments correctly
2000         for multilines
2002 2008-02-13  Johannes Schmid <jhs@gnome.org>
2004         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
2005         Also set indentation size correctly, when tab size is set
2006         by language support plugin
2008 2008-02-13  Johannes Schmid <jhs@gnome.org>
2010         * plugins/language-support-cpp-java/plugin.c:
2011         (get_line_indentation_base):
2012         
2013         Indent lines after comments correctly
2015 2008-02-13  Johannes Schmid <jhs@gnome.org>
2017         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
2018         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
2019         * libanjuta/anjuta-launcher.h:
2020         Some more fixes from symbol-db-branch
2021         
2022         * src/Makefile.am:
2023         Move anjuta-shell to noinst_PROGRAMS as it is just a test
2025 2008-02-12  Johannes Schmid <jhs@gnome.org>
2027   Patch from Gennaro Bellizio <genbell@tiscali.it>:
2028         * global-tags/Makefile.am:
2029         * AUTHORS
2030         #515954 – create_global_tags.sh: wrong anjuta-tags path
2031         
2032         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2033         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
2034         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2035         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
2036         (anjuta_launcher_fork):
2037         * libanjuta/anjuta-launcher.h:
2038         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
2039         from symbol-db branch
2041 2008-02-11  Johannes Schmid <jhs@gnome.org>
2043         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2044   515868 – File browser only shows icons when activated
2045   
2046 2008-02-11  Johannes Schmid <jhs@gnome.org>
2048         * plugins/file-manager/file-model.c: (file_model_expand_idle):
2049         #515867 – Anjuta dies on startup
2051 2008-02-11  Johannes Schmid <jhs@gnome.org>
2053         * TODO.tasks: Marked subversion task as completed
2055 === anjuta 2.3.4 ===
2057 2008-02-11  Naba Kumar  <naba@gnome.org>
2059         * configure.in: Bumped version to 2.3.4
2061 2008-02-10  Naba Kumar  <naba@gnome.org>
2063         * NEWS: Updated for release.
2065 2008-02-10  Johannes Schmid <jhs@gnome.org>
2067         * plugins/document-manager/anjuta-document-manager.plugin.in:
2068         Added html, javascript and glade file types. This makes it possible to
2069         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
2070         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
2071         
2072         * plugins/file-wizard/anjuta-file-wizard.glade:
2073         * plugins/gdb/anjuta-gdb.glade:
2074         * plugins/project-wizard/anjuta-project-wizard.glade:
2075         * plugins/search/anjuta-search.glade:
2076         * plugins/terminal/anjuta-terminal-plugin.glade:
2077         
2078         Fixed some other translation issues (#507921)
2080 2008-02-10  Naba Kumar  <naba@gnome.org>
2082         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
2083         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
2085 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2087         * manuals/anjuta-manual/C/interface.xml,
2088         manuals/anjuta-manual/C/introduction.xml,
2089         manuals/anjuta-manual/C/preferences.xml,
2090         manuals/anjuta-manual/C/fileoperations.xml,
2091         manuals/anjuta-manual/C/projects.xml:
2092         Fix spelling errors, including bug #515204, #515172, #515117
2093         and #513892
2095 2008-02-10  Naba Kumar  <naba@gnome.org>
2097         * plugins/document-manager/plugin.c: Fixed stream comment and added
2098         translator's comment for 'block comment', 'box comment' and 'stream
2099         comment'
2101 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2103         * plugins/debug-manager/command.c,
2104         plugins/debug-manager/command.h,
2105         plugins/debug-manager/breakpoints.c,
2106         libanjuta/interfaces/libanjuta.idl:
2107         Avoid adding the same breakpoint several times
2109         * plugins/gdb/debugger.c:
2110         Fix bug #515463: Deattaching process kill it
2112 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2114         * manuals/anjuta-manual/C/debugger.xml:
2115         Fix translation bug #515459 and #515460
2117 2008-02-10  Johannes Schmid <jhs@gnome.org>
2119   Patch from Rémi Cardona <remi@gentoo.org>
2121         * plugins/build-basic-autotools/Makefile.am:
2122         * plugins/cvs-plugin/Makefile.am:
2123         * plugins/document-manager/Makefile.am:
2124         * plugins/editor/Makefile.am:
2125         * plugins/indent/Makefile.am:
2126         * plugins/language-support-cpp-java/Makefile.am:
2127         * plugins/message-view/Makefile.am:
2128         * plugins/sourceview/Makefile.am:
2129         * plugins/symbol-browser/Makefile.am:
2130         * plugins/terminal/Makefile.am:
2131         * scripts/build-schemas.mk:
2132         * src/Makefile.am:
2133   Fix #512531 – Parallel build fails
2134   
2135   * AUTHORS: Added Rémi
2137 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
2139         * plugins/debug-manager/queue.c:
2140         Fix interrupt command, not working due to previous change
2142 2008-02-10  Johannes Schmid <jhs@gnome.org>
2144         * src/Makefile.am:
2145         * src/anjuta-app.c:
2146         * src/anjuta-callbacks.c (removed):
2147         * src/anjuta-callbacks.h (removed):
2148         
2149         Removed (almost) empty files, fixes #515383 and #515388
2151 2008-02-09  James Liggett <jrliggett@cox.net>
2153         Reviewed by Naba Kumar  <naba@gnome.org>:
2155         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
2156         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
2157         * plugins/subversion/svn-command.c:
2158         (svn_command_make_canonical_path):
2159         * plugins/subversion/svn-command.h:
2160         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
2161         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
2162         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
2163         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
2164         * plugins/subversion/svn-remove-command.c:
2165         (svn_remove_command_new):
2166         * plugins/subversion/svn-status-command.c:
2167         (svn_status_command_new):
2168         * plugins/subversion/svn-switch-command.c:
2169         (svn_switch_command_new):
2170         * plugins/subversion/svn-update-command.c:
2171         (svn_update_command_new):
2172         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
2173         die if the user gives a path that libsvn doesn't like. 
2174         
2175         Fixes bug #515500
2177 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
2179         * plugins/debug-manager/command.c,
2180         plugins/debug-manager/command.h,
2181         plugins/debug-manager/queue.c:
2182         Fix crashes when trying to stop the debugger while it is busy
2184 2008-02-08  Johannes Schmid <jhs@gnome.org>
2186   Patch from Rodrigo Moya <rodrigo@novell.com>
2188         * plugins/glade/plugin.c: (ifile_open):
2189         * plugins/symbol-browser/test-class.cpp:
2190         * AUTHORS: Added Rodrigo
2191         
2192         #514732 – 64 bit compliation error
2193         #514733 – Use of uninitialized variables
2195 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
2197         * manuals/anjuta-manual/C/debugger.xml:
2198         Fix translation bug #514494 and bug #514440
2200 2008-02-05  Massimo Cora'  <maxcvs@email.it>
2202         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2203         Fix a compile error added in the previous patch
2205 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
2207         * plugins/profiler/gprof-view.c,
2208         plugins/class-inheritance/class-callbacks.c,
2209         plugins/class-inheritance/class-inherit.c,
2210         plugins/symbol-browser/an_symbol.c,
2211         plugins/symbol-db/symbol-db-engine-iterator-node.c,
2212         libanjuta/interfaces/libanjuta.idl:
2213         Change ianjuta_symbol_file function to ianjuta_symbol_uri
2215 2008-02-04  Johannes Schmid <jhs@gnome.org>
2217         * plugins/search/anjuta-search.glade: Fixed typo
2219 2008-02-03  Johannes Schmid <jhs@gnome.org>
2221         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
2222         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
2223         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2224         .glade:
2225         * plugins/build-basic-autotools/build-basic-autotools.c:
2226         (build_get_context), (build_configure_project):
2227         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2228         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2229         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
2230         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
2231         * plugins/devhelp/plugin.c: (devhelp_activate):
2232         * plugins/editor/Makefile.am:
2233         * plugins/editor/anjuta-editor-scintilla.glade:
2234         * plugins/editor/text_editor.c:
2235         * plugins/editor/text_editor.h:
2236         * plugins/editor/text_editor_menu.c (removed):
2237         * plugins/editor/text_editor_menu.h (removed):
2238         * plugins/file-wizard/anjuta-file-wizard.glade:
2239         * plugins/gtodo/notification.c: (create_notification_window):
2240         * plugins/gtodo/preferences.c: (preferences_widget):
2241         * plugins/language-support-cpp-java/plugin.c:
2242         (cpp_java_plugin_activate_plugin):
2243         * plugins/message-view/anjuta-message-manager-plugin.glade:
2244         * plugins/message-view/plugin.c: (activate_plugin):
2245         * plugins/project-manager/plugin.c: (confirm_removal):
2246         * plugins/search/anjuta-search.glade:
2247         * plugins/search/plugin.c:
2248         * plugins/search/search-replace.c: (nb_results_alert):
2249         * plugins/subversion/subversion-commit-dialog.c:
2250         (on_subversion_commit_response):
2251         * plugins/symbol-browser/plugin.c: (activate_plugin):
2252         * plugins/valgrind/plugin.c: (on_menu_run_activate):
2253         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2254         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2255         * src/anjuta.glade:
2256         
2257         Fixed translation bugs from #507921.
2258         Removed unused files in scintilla plugin
2260 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2262         * manuals/anjuta-manual/C/debugger.xml:
2263         Fix bug #514124 and bug #514138: Wrong menu item name
2265 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2267         * plugins/profiler/gprof-view.c,
2268         plugins/symbol-browser/plugin.c,
2269         plugins/class-inheritance/class-callbacks.c,
2270         plugins/debug-manager/plugin.c,
2271         plugins/tools/editor.c,
2272         plugins/search/search-replace.c,
2273         plugins/search/search-replace_backend.c,
2274         plugins/search/search-replace_backend.h,
2275         plugins/build-basic-autotools/build-basic-autotools.c,
2276         plugins/document-manager/plugin.c,
2277         plugins/document-manager/file_history.c,
2278         plugins/document-manager/anjuta-docman.c,
2279         plugins/document-manager/anjuta-docman.h,
2280         plugins/document-manager/action-callbacks.c,
2281         libanjuta/interfaces/libanjuta.idl:
2282         Rename IAnjutaDocumentManager functions:
2283         find_document_with_path, goto_file_line, goto_file_line_mark
2284         and get_full_filename into
2285         find_document_with_uri, goto_uri_line, goto_uri_line_mark
2286         and get_uri
2287         Fix search plugin to use an URI instead of a file path
2288         Fix anjuta_docman_get_uri to always return an URI
2290 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2292         * plugins/debug-manager/breakpoints.c:
2293         Fix bug #514118: Rename Clear All Breakpoints to Remove
2294         All Breakpoints
2296 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2298         * manuals/anjuta-manual/C/debugger.xml:
2299         Update debugger documentation
2301 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2303         * plugins/debug-manager/sharedlib.c,
2304         plugins/debug-manager/anjuta-debug-manager.glade,
2305         plugins/debug-manager/queue.c,
2306         plugins/tools/execute.c,
2307         plugins/tools/anjuta-tools.glade,
2308         plugins/tools/editor.c,
2309         plugins/project-wizard/templates/terminal.wiz,
2310         plugins/project-wizard/templates/xlib-dock.wiz,
2311         plugins/project-wizard/templates/wxwin.wiz,
2312         plugins/project-wizard/templates/java.wiz,
2313         plugins/project-wizard/templates/gnome.wiz,
2314         plugins/project-wizard/templates/anjuta-plugin.wiz,
2315         plugins/project-wizard/templates/gtkmm.wiz,
2316         plugins/project-wizard/templates/python.wiz,
2317         plugins/project-wizard/templates/cpp.wiz,
2318         plugins/project-wizard/templates/sdl.wiz,
2319         plugins/project-wizard/templates/gtk.wiz,
2320         plugins/project-wizard/templates/minimal.wiz,
2321         plugins/project-wizard/templates/xlib.wiz,
2322         plugins/project-wizard/templates/gcj.wiz,
2323         plugins/gdb/plugin.c,
2324         plugins/gdb/debugger.c,
2325         libanjuta/anjuta-plugin-manager.c:
2326         Partial fix of #507921: translation issues in debug-manager, tools,
2327         project-wizard, gdb and anjuta-plugin-manager.
2329 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
2331         * plugins/debug-manager/queue.c:
2332         Debugger Local, Stack and Thread windows were missing due to
2333         the previous change.
2335 2008-02-02  Johannes Schmid <jhs@gnome.org>
2337         * manuals/anjuta-manual/Makefile.am:
2338         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2339         causes make install to fail
2341 2008-02-02  Johannes Schmid <jhs@gnome.org>
2343         * plugins/macro/macros.xml:
2344         #495511 – Header_h macro correction
2346 2008-02-02  Johannes Schmid <jhs@gnome.org>
2348         * plugins/patch/patch-plugin.glade:
2349         gtk-apply is not translatable...
2351 2008-02-02  Johannes Schmid <jhs@gnome.org>
2353         * plugins/build-basic-autotools/build-basic-autotools.c:
2354         (on_build_mesg_format):
2355         
2356         Also check for untranslated messages from make. Should fix 
2357         #511981 – Error parsing make output
2359 2008-02-02  Johannes Schmid <jhs@gnome.org>
2361         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2362         .glade:
2363         
2364         Fixed #511010 – [UI] Execute program utility window
2366 2008-02-02  Johannes Schmid <jhs@gnome.org>
2368         * src/anjuta.glade:
2369         Fixed #509908 – [UI] Problems with the General settings tab
2371 2008-02-02  Johannes Schmid <jhs@gnome.org>
2373         * manuals/anjuta-manual/C/fileoperations.xml:
2374         Fixed #513730 – Option not present in the GUI po file
2376 2008-02-02  Johannes Schmid <jhs@gnome.org>
2378         * plugins/sourceview/anjuta-editor-sourceview.glade:
2379         Adjust preferences default values
2381 2008-02-02  Johannes Schmid <jhs@gnome.org>
2383         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2384         Fixed #512535 – Open files tabs' position is correctly remembered 
2385         but not applied at startup
2387 2008-02-02  Johannes Schmid <jhs@gnome.org>
2389         * plugins/search/search-replace.c: (on_message_clicked):
2390         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2391         fix clicking on search result messages
2393 2008-02-01  James Liggett <jrliggett@cox.net>
2395         * plugins/subversion/svn-command.c: (on_svn_notify):
2396         Fixed wrong status message output when resolving conflicts.
2398 2008-02-02  Johannes Schmid <jhs@gnome.org>
2400         * configure.in: Require GtkSourceView 2.1.2
2401         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2402         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2403         (imark_is_marker_set), (imark_delete_all_markers),
2404         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2405         
2406         Adapted to API changes in GtkSourceView
2408 2008-02-01  Johannes Schmid <jhs@gnome.org>
2410         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2411         Fixed tabsize preference
2413 2008-02-01  Johannes Schmid <jhs@gnome.org>
2415         * manuals/anjuta-manual/C/fileoperations.xml:
2416         * manuals/anjuta-manual/C/interface.xml:
2417         Updated manual
2418         
2419         * manuals/anjuta-manual/Makefile.am:
2420         * manuals/anjuta-manual/C/figures/*:
2421         
2422         Updated figures to be in clearlooks theme, removed old figures
2424 2008-02-01  Johannes Schmid <jhs@gnome.org>
2426         * plugins/patch/patch-plugin.glade:
2427         * plugins/patch/plugin.c: (patch_plugin_activate):
2428         Another UI issue with the patch plugin and silenced a compiler
2429         warning
2430         
2431         Patch from James Liggett:
2432         * plugins/profiler/gprof-call-graph-view.c:
2433         (gprof_call_graph_view_create_columns):
2434         * plugins/profiler/gprof-flat-profile-view.c:
2435         (gprof_flat_profile_view_create_columns):
2436         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2437         * plugins/profiler/gprof-view.h:
2438         
2439         Use two decimal places for float values in profiler views (#507831)
2441 2008-02-01  Johannes Schmid <jhs@gnome.org>
2443         * configure.in:
2444         * plugins/editor/Makefile.am:
2445         
2446         Fixed #512751 – libgnomeprint unnecessary without scintilla
2448 2008-01-31  Johannes Schmid <jhs@gnome.org>
2450         * plugins/language-manager/languages.xml:
2451         Added a pretty ugly string for C++ headers. Maybe we should rely
2452         on mime-types instead...
2454 2008-01-31  Johannes Schmid <jhs@gnome.org>
2456         * plugins/language-support-cpp-java/cpp-java-assist.c:
2457         (get_iter_column), (cpp_java_assist_get_calltip_context),
2458         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2459         (on_assist_chosen), (cpp_java_assist_install):
2460         * plugins/language-support-cpp-java/plugin.c:
2461         (on_editor_char_inserted_cpp):
2462         Removed annoying DEBUG_PRINTs
2463         
2464         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2465         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2466         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2467         
2468         Fixed "jumping" tooltips, fixed indentation of brances
2470 2008-01-31  Johannes Schmid <jhs@gnome.org>
2472         * plugins/document-manager/plugin.c: (on_document_changed):
2473         Fixed crash when closing anjuta after all document tabs have been closed
2475 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2477         * plugins/debug-manager/anjuta-debug-manager.glade:
2478         Fix #513485: wrong strings maked as translatable
2480 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2482         * plugins/debug-manager/threads.c,
2483         plugins/debug-manager/stack_trace.c:
2484         Avoid crash when getting relative path from debugger (same fix
2485         than for #510028)
2487         * plugins/debug-manager/queue.c:
2488         Emit all state changes notification
2490         * plugins/debug-manager/start.c:
2491         Fix #511586: Project path with "+" not working in debugger
2493 2008-01-31  Johannes Schmid <jhs@gnome.org>
2495         * plugins/patch/patch-plugin.glade:
2496         Fixed button ui problem...
2497         
2498         Patch from James Liggett:
2499         * plugins/profiler/gprof-call-graph-block-entry.c:
2500         (gprof_call_graph_block_primary_entry_new),
2501         (gprof_call_graph_block_secondary_entry_new):
2502         * plugins/profiler/gprof-flat-profile-entry.c:
2503         (gprof_flat_profile_entry_new):
2504         
2505         Fix #507831 - Wrong Profiler values for some locales
2507 2008-01-31  Johannes Schmid <jhs@gnome.org>
2509         * plugins/sourceview/anjuta-editor-sourceview.glade:
2510         * plugins/sourceview/sourceview-prefs.c:
2511         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2512   
2513   Fixed Editor->View popup menu for those entries that are appropriate for
2514   sourceview    
2516 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2518         * plugins/debug-manager/breakpoints.c:
2519         Fix #512901: Crash when adding a breakpoint
2521         * plugins/debug-manager/queue.c:
2522         Remove a possible memory leak
2524 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2526         * plugins/debug-manager/data_view.c,
2527         plugins/debug-manager/sparse_view.c,
2528         manuals/anjuta-manual/C/debugger.xml:
2529         Fix #513130, #513131 #513135: Wrong menu item names and errors
2530         in the documentation
2532 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2534         * plugins/tools/editor.c:
2535         ianjuta_document_manager_find_document_with_path expect an uri not
2536         a path
2538 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2540         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2541         manuals/reference/libanjuta/libanjuta-sections.txt,
2542         libanjuta/interfaces/libanjuta.idl:
2543         Documentation fixes for IAnjutaDebugger* interfaces
2545 === anjuta 2.3.3 ===
2547 2008-01-27  Naba Kumar  <naba@gnome.org>
2549         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2550         rpm spec file.
2552         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2553         (value_added_current_editor), (value_removed_current_editor):
2554         Removed dead code.
2556         * TODO.tasks: Updated.
2558         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2559         scrollwindow shadow in.
2561         * plugins/editor/anjuta-editor-scintilla.glade:
2562         * plugins/editor/style-editor.c: (create_style_editor_gui):
2563         Set style window transient and cetered for preferences window.
2564         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2566         * plugins/editor/anjuta-editor-scintilla.glade:
2567         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2568         setting not working
2570         * configure.in, NEWS: Updated for release 2.3.3
2572 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2574         * plugins/debug-manager/anjuta-debug-manager.glade:
2575         Fix #512224: Use a string in english
2577 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2579         * plugins/build-basic-autotools/build-basic-autotools.c:
2580         ianjuta_document_manager_goto_file_line_mark needs an uri and
2581         not a file path
2583 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2585         * plugins/symbol-browser/plugin.c,
2586         plugins/symbol-browser/an_symbol_view.c:
2587         use gnome_vfs_get_uri_from_local_path to get local path from uri
2588         This takes care of escaping some characters
2590 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2592         * plugins/debug-manager/stack_trace.c:
2593         Probably fix #510028: crash debugger when having a relative filename
2594         in stack trace
2596 2008-01-25 Tom <tpgww@onepost.net>
2598         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2600         * plugins/document-manager/plugin.c,
2601         plugins/document-manager/file_history.c,
2602         plugins/document-manager/file_history.h,
2603         plugins/document-manager/anjuta-docman.c,
2604         plugins/document-manager/anjuta-docman.h:
2605         Rename filename argument to uri when an uri is expected
2606         anjuta_docman_get_document_for_uri will remove symlinks 
2608 2008-01-25  Naba Kumar  <naba@gnome.org>
2610         * plugins/terminal/terminal.c: (terminal_execute),
2611         (activate_plugin):
2612         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2614 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2616         * plugins/debug-manager/anjuta-debug-manager.glade,
2617         plugins/debug-manager/start.c:
2618         Fix #511049: Change UI of add source directories dialog
2620 2008-01-24  Naba Kumar  <naba@gnome.org>
2622         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2623         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2624         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2625         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2626         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2627         should work now.
2629 2008-01-24  Johannes Schmid <jhs@gnome.org>
2631         Patch from: Luca Ferretti <ella.uca@libero.it>:
2633         * plugins/document-manager/anjuta-docman.c:
2634         (anjuta_docman_page_init), (anjuta_docman_class_init):
2635         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2636         
2637         Fix #511757 – Close icon in tabs cut off (Patch was only for
2638         document-manager, also adapted it for message-manager)
2640 2008-01-24  Johannes Schmid <jhs@gnome.org>
2642         * plugins/Makefile.am:
2643         * plugins/sourceview/anjuta-document.c:
2644         * plugins/sourceview/anjuta-marshal.list:
2645         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2646         (anjuta_view_key_press_event):
2647         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2648         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2649         (iiter_diff), (iiter_iface_init):
2650         * plugins/sourceview/sourceview.c: (on_document_char_added),
2651         (ieditor_goto_position), (ieditor_get_text),
2652         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2653         (ieditor_erase), (ieditor_get_line_from_position),
2654         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2655         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2656         (ieditor_get_end_position), (ieditor_goto_start),
2657         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2658         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2659         (iassist_show_tips):
2660         
2661         Implemented new iterators interface in sourceview editor and
2662         re-enabled it.
2664 2008-01-23  Naba Kumar  <naba@gnome.org>
2666         * libanjuta/interfaces/libanjuta.idl:
2667         * manuals/reference/libanjuta/libanjuta-sections.txt:
2668         * plugins/build-basic-autotools/build-basic-autotools.c:
2669         (build_indicator_location_set), (on_editor_changed):
2670         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2671         * plugins/debug-manager/variable.c: (get_hovered_word):
2672         * plugins/document-manager/action-callbacks.c:
2673         (on_editor_command_upper_case_activate),
2674         (on_editor_command_lower_case_activate):
2675         * plugins/document-manager/search-box.c: (on_incremental_search),
2676         (on_search_activated):
2677         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2678         (iiter_last), (iiter_set_position), (iiter_get_position),
2679         (iiter_get_length), (iiter_compare), (iiter_diff),
2680         (iiter_iface_init):
2681         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2682         (text_editor_goto_point), (itext_editor_goto_start),
2683         (itext_editor_goto_end), (itext_editor_goto_position),
2684         (itext_editor_get_text_all), (itext_editor_get_text),
2685         (itext_editor_get_position), (itext_editor_get_offset),
2686         (itext_editor_get_length), (itext_editor_insert),
2687         (itext_editor_erase), (itext_editor_erase_all),
2688         (itext_editor_get_column), (itext_editor_get_overwrite),
2689         (itext_editor_set_popup_menu),
2690         (itext_editor_get_line_from_position),
2691         (itext_editor_get_line_begin_position),
2692         (itext_editor_get_line_end_position),
2693         (itext_editor_get_position_from_offset),
2694         (itext_editor_get_start_position), (itext_editor_get_end_position),
2695         (itext_editor_iface_init), (iconvert_to_upper),
2696         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2697         (iindicable_set):
2698         * plugins/editor/text_editor.h:
2699         * plugins/editor/text_editor_cbs.c:
2700         (on_text_editor_scintilla_notify):
2701         * plugins/indent/plugin.c: (on_indent_action_activate):
2702         * plugins/language-support-cpp-java/cpp-java-assist.c:
2703         (cpp_java_assist_get_scope_context),
2704         (cpp_java_assist_get_pre_word),
2705         (cpp_java_assist_show_autocomplete),
2706         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2707         (on_editor_char_added), (on_assist_chosen):
2708         * plugins/language-support-cpp-java/plugin.c:
2709         (get_line_indentation), (skip_iter_to_previous_logical_line),
2710         (skip_preprocessor_lines), (initialize_indentation_params),
2711         (set_line_indentation), (get_line_indentation_base),
2712         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2713         (on_editor_char_inserted_java), (on_auto_indent):
2714         * plugins/macro/macro-actions.c: (match_shortcut):
2715         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2716         * plugins/macro/plugin.c: (match_keyword):
2717         * plugins/search/plugin.c: (find_incremental):
2718         * plugins/search/search-replace.c: (search_and_replace),
2719         (search_start_over):
2720         * plugins/search/search-replace_backend.c:
2721         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2722         (create_search_entries):
2723         * plugins/symbol-browser/plugin.c:
2724         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2725         (isymbol_manager_iface_init):
2726         * plugins/symbol-db/plugin.c:
2727         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2728         (isymbol_manager_iface_init):
2729         * plugins/tools/execute.c: (atp_output_context_construct),
2730         (atp_output_context_destroy), (atp_user_tool_execute):
2732         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2733         iterators instead of integer offsets.
2734         - Renamed original ianjuta_editor_get_position(int) to 
2735         ianjuta_editor_get_offset(). It is deprecated.
2736         - Renamed original ianjuta_editor_get_position_iter() to
2737         ianjuta_editor_get_position().
2738         - Renamed ianjuta_editor_get_cell_iter() to
2739         ianjuta_editor_get_position_from_offset()
2740         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2741         - Added new methods:
2742         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2743         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2744         ianjuta_editor_goto_end().
2745         - All relevent signals and methods converted to use iterators.
2746         - All relevent plugins fixed to use new API.
2747         - Removed ianjuta_editor_cell_get_line() because it is provided by
2748         ianjuta_editor_get_line_from_position().
2749         - Removed ianjuta_symbol_manager_get_completions_at_position()
2750         because it not used anywhere and is not right to be there.
2751         - Updated IAnjutaEditable documentation.
2753         Updated IAnjutaIterable interface:
2754         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2755         - Introduced 'end-iter' to point at the end of the list.
2756         - Updated IAnjutaIterable documentation.
2758         * plugins/Makefile.am:
2759         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2760         for it soon).
2762 2008-01-22  Johannes Schmid <jhs@gnome.org>
2764         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2765         * plugins/project-import/anjuta-project-import.glade:
2766         * plugins/project-import/anjuta-project-import.plugin.in:
2767         * plugins/project-wizard/anjuta-project-wizard.glade:
2768         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2769         * plugins/project-wizard/druid.c: (npw_druid_new):
2770         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2771         
2772         Fixed #465084 – wizard instead of assistant (only string changes...)
2774 2008-01-20  Rob Bradford  <rob@openedhand.com>
2776         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2777         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2778         coming up with the solution. (Bug: #510390.)
2780 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2782         * plugins/build-basic-autotools/executer.c:
2783         Fix #502508, use anjuta_launcher to keep program output
2785         * plugins/terminal/terminal.c:
2786         Remove unused child_initizlized member
2787         Start the shell on plugin activation
2789 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2791         * plugins/debug-manager/sparse_buffer.c:
2792         Fix a crash when scrolling in the diassembly window
2794         * plugins/debug-manager/sparse_view.c:
2795         Small limit change using the same "unit" for both number
2797 2008-01-19  Naba Kumar  <naba@gnome.org>
2799         * plugins/language-support-cpp-java/cpp-java-assist.c:
2800         (cpp_java_assist_get_scope_context),
2801         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2802         instead.
2804 2008-01-19  Johannes Schmid <jhs@gnome.org>
2806         * plugins/sourceview/anjuta-editor-sourceview.glade:
2807         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2808         
2809         And even more strings...
2811 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2813         * plugins/project-wizard/templates/cpp/src/main.cc:
2814         Fix #498734, typing error in c++ project template
2816 2008-01-19  Johannes Schmid <jhs@gnome.org>
2818         * plugins/editor/text_editor.c: (text_editor_save_file):
2819         * plugins/macro/anjuta-macro.glade:
2820         * plugins/subversion/anjuta-subversion.glade:
2822         Fixed even more strings
2824 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2826         * plugins/language-support-cpp-java/cpp-java-assist.c:
2827         Fix bug #488519, remove critical warning (completion_cache == NULL
2828         is valid)
2830 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2832         * plugins/gdb/debugger.c:
2833         Enable logging of gdb communication with an environment variable
2835 2008-01-19  Naba Kumar  <naba@gnome.org>
2837         * plugins/editor/text-editor-iterable.c: (iiter_next),
2838         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2839         editor native funtions to avoid round trips.
2841 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2843         * plugins/editor/text_editor.c:
2844         Fix a bug due to the previous patch: Unable to save new file in 
2845         Scintilla
2847 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2849         * plugins/debug-manager/disassemble.c,
2850         plugins/debug-manager/disassemble.h,
2851         plugins/debug-manager/registers.c,
2852         plugins/debug-manager/registers.h,
2853         plugins/debug-manager/memory.c,
2854         plugins/debug-manager/memory.h,
2855         plugins/debug-manager/command.c,
2856         plugins/debug-manager/command.h,
2857         plugins/debug-manager/queue.c,
2858         plugins/debug-manager/queue.h,
2859         plugins/debug-manager/breakpoints.c,
2860         plugins/debug-manager/stack_trace.c,
2861         plugins/debug-manager/threads.c,
2862         plugins/debug-manager/plugin.c,
2863         plugins/gdb/plugin.c,
2864         plugins/gdb/debugger.c,
2865         plugins/gdb/debugger.h,
2866         manuals/reference/libanjuta/libanjuta-sections.txt,
2867         manuals/reference/libanjuta/libanjuta.types,
2868         libanjuta/interfaces/libanjuta.idl:
2869         Use gulong instead of guint for addresses
2870         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2871         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2873         * plugins/gdb/anjuta-gdb.plugin.in:
2874         Remove reference to IAnjutaCpuDebugger (useless)
2876 2008-01-18  Johannes Schmid <jhs@gnome.org>
2878         * AUTHORS: Added Alexander
2880 2008-01-18  Johannes Schmid <jhs@gnome.org>
2882   Patch from: Alexander Korolyov <kilork@yandex.ru>
2884         * plugins/editor/text_editor.c: (load_from_file),
2885         (text_editor_save_file):
2886         
2887         Fixed symlinks (#510238) and file permission (#405321)
2888         handling for scintilla editor. 
2889   
2890 2008-01-17  Johannes Schmid <jhs@gnome.org>
2892         * plugins/document-manager/action-callbacks.c:
2893         (on_editor_command_select_all_activate),
2894         (on_editor_command_cut_activate),
2895         (on_editor_command_paste_activate),
2896         (on_editor_command_copy_activate),
2897         (on_editor_command_clear_activate):
2898   Resupport cut/copy/paste/clear on GtkEditables when those
2899   have focus. (Important for shortcuts to work).
2901         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2902         * plugins/document-manager/search-box.c: (on_search_activated):
2903         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2904         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2905         * plugins/profiler/plugin.c: (profiler_get_data):
2906         * plugins/project-wizard/druid.c: (npw_druid_new):
2907         * plugins/project-wizard/install.c: (on_install_end_install_file):
2908         * plugins/sourceview/anjuta-editor-sourceview.glade:
2909         * plugins/subversion/anjuta-subversion.glade:
2910         * plugins/tools/anjuta-tools.glade:
2911         Various string fixes
2913 2008-01-17  Naba Kumar  <naba@gnome.org>
2915         Patch from James Liggett:
2917         * plugins/subversion/subversion-add-dialog.c:
2918         (on_subversion_add_response):
2919         * plugins/subversion/subversion-copy-dialog.c:
2920         (on_subversion_copy_response):
2921         * plugins/subversion/subversion-diff-dialog.c:
2922         (on_subversion_diff_response):
2923         * plugins/subversion/subversion-merge-dialog.c:
2924         (on_subversion_merge_response):
2925         * plugins/subversion/subversion-remove-dialog.c:
2926         (on_subversion_remove_response):
2927         * plugins/subversion/subversion-switch-dialog.c:
2928         (on_subversion_switch_response):
2929         * plugins/subversion/subversion-ui-utils.c: (check_input):
2930         * plugins/subversion/subversion-ui-utils.h:
2931         * plugins/subversion/subversion-update-dialog.c:
2932         (on_subversion_update_response):
2934         If the user doesn't enter any data for path or revision fields in
2935         certain SVN plugin dialogs, libsvn throws assertion failures and
2936         kills Anjuta. To avoid this, the validity of path and revision
2937         input data are checked before the command gets executed.
2939         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2940         if user gives bad or no input
2942 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2944         * plugins/document-manager/anjuta-docman.c:
2945         Fix #507627 memory tab stay active on debugger stop
2946         Remove two unused variables due to the previous patch
2948 2008-01-16  Johannes Schmid <jhs@gnome.org>
2950         * libanjuta/anjuta-plugin-manager.c:
2951         Fixed #508399 – When you enable a plugin, preferences don't show up
2953 2008-01-16  Rob Bradford  <rob@openedhand.com>
2955         Reviewed by: Johannes Schmid <jhs@gnome.org>
2957         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2958         (get_property_value_as_string), (set_property_value_as_string),
2959         (register_callbacks):
2960         * libanjuta/anjuta-preferences.h:
2961         Add support for both file and folder preferences (originally only
2962         folder choosers were supported. (Fixes bug: #508805.)
2964         * plugins/file-manager/file-manager.glade:
2965         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2966         type of property.
2968 2008-01-16  Johannes Schmid <jhs@gnome.org>
2970         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2971         .glade:
2972         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2973         * src/anjuta.glade:
2974         
2975         Fixed #509875 – The "Update globale tags" button wording is incorrect
2976         Fixed #509873 – Build Autotools Preferences has excessive padding
2977         Fixed #509872 – General Information labels are incorrectly aligned
2978         Fixed #509871 – General preferences has incorrect use of colons
2979         
2980 2008-01-16  Johannes Schmid <jhs@gnome.org>
2982         * plugins/document-manager/anjuta-document-manager.glade:
2983         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2985         Fixed #509865 – Incorrect padding in the Documents settings tabs
2986         Fixed #509867 – Create button contents is mis-aligned
2987         Fixed #509869 – "Add Directory" button is not HIG complient
2989 2008-01-16  Johannes Schmid <jhs@gnome.org>
2991         * libanjuta/anjuta-preferences-dialog.c:
2992         (anjuta_preferences_dialog_add_page):
2993         
2994         Fix #509864 – No initial section selected when opening the Preferences dialog
2996 2008-01-16  Johannes Schmid <jhs@gnome.org>
2998         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2999         Removed unused gconf_notifications
3000         
3001         * plugins/search/anjuta-search.glade:
3002         * plugins/subversion/anjuta-subversion.glade:
3003         * plugins/tools/anjuta-tools.glade:
3004         * src/anjuta-app.c: (anjuta_app_instance_init):
3005         
3006         Fixed various strings
3008 2008-01-15  Naba Kumar  <naba@gnome.org>
3010         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
3011         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
3012         file saved
3014         * plugins/symbol-browser/an_symbol_view.c:
3015         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
3016         new file saved.
3018 2008-01-15  Johannes Schmid <jhs@gnome.org>
3020         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
3021         (anjuta_profile_add_plugins_from_xml):
3022         * plugins/file-manager/file-manager.glade:
3023         Some string fixes
3024         
3025         * libanjuta/interfaces/libanjuta.idl:
3026         Fixed docs
3027                 
3028         * plugins/sourceview/Makefile.am:
3029         * plugins/sourceview/anjuta-editor-sourceview.glade:
3030         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
3031         (end_print), (print_setup), (sourceview_print),
3032         (sourceview_print_preview):
3033         * plugins/sourceview/sourceview.c: (iprint_print),
3034         (iprint_print_preview):
3035         
3036         Added printing support to GtkSourceView editor
3038 2007-01-14 Tom <tpgww@onepost.net>
3040         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
3042         * plugins/document-manager/anjuta-docman.c:
3043         Fix two memory leaks added by the previous patch
3045 2008-01-14  Johannes Schmid <jhs@gnome.org>
3047         * plugins/sourceview/assist-tip.c: (assist_tip_move):
3048         * plugins/sourceview/assist-window.c: (assist_window_move):
3049         
3050         Do not use opacity
3052 2008-01-14  Rob Bradford  <rob@openedhand.com>
3054         * global-tags/Makefile.am:
3055         * global-tags/create_global_tags.sh.in:
3056         Install anjuta-tags binary into FHS policy compliant directory and
3057         update references. (Fixes bug: 509346.)
3059 2008-01-13  Naba Kumar  <naba@gnome.org>
3061         Patch from: Ritesh Khadgaray
3062         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3063         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3064         Adds export-dynamic option to LDFLAGS to project template for libglade
3065         to work for autoconnect signals.
3067 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3069         * libanjuta/anjuta-utils.c:
3070         anjuta_util_get_real_path return a string that need to be freed
3071         with g_free even if PATH_MAX is not defined
3073 2008-01-13  Andre Klapper  <a9016009@gmx.de>
3075         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
3076         to DOC_LINGUAS.
3078 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
3080         * plugins/document-manager/anjuta-docman.c:
3081         Do not reopen file having escaped character (+,...) in path name
3083 2008-01-13  Naba Kumar  <naba@gnome.org>
3085         * libanjuta/interfaces/libanjuta.idl:
3086         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
3087         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
3088         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
3089         IAnjutaProjectManager::add_sources().
3091         * plugins/glade/plugin.c: (on_glade_resource_removed),
3092         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
3093         stubs for handing resources in glade file.
3095 2008-01-13  Naba Kumar  <naba@gnome.org>
3097         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
3099         * plugins/glade/plugin.c: (ifile_open): Select the first window
3100         in the glade project when it is first opened. Avoids empty glade
3101         document the first time.
3103 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
3105   Reviewed by: Johannes Schmid <jhs@gnome.org>
3107         * plugins/gtodo/callback.c: (remove_todo_item):
3108         Fix #507304 – crash in Anjuta IDE while removing done tasks
3110 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
3112         * plugins/debug-manager/anjuta-debug-manager.ui,
3113         plugins/debug-manager/plugin.c,
3114         plugins/debug-manager/start.h,
3115         plugins/debug-manager/start.c:
3116         New menu item to add extra source directories for debugger
3118 === anjuta 2.3.2 ===
3120 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
3122         * plugins/gtodo/callback.c: (remove_todo_item):
3123         Fix #507304 – crash in Anjuta IDE while removing done tasks
3125 2008-01-11  Naba Kumar  <naba@gnome.org>
3127         * configure.in: Bumped version to 2.3.2
3128         * NEWS: Updated for anjuta 2.3.2 release
3129         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
3130         not 'make tarball'
3132 2008-01-11  Johannes Schmid <jhs@gnome.org>
3134         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3135         .glade:
3136         Reverted accidently commited change
3137         
3138         * plugins/document-manager/anjuta-document-manager.glade:
3139         Fix Gtk-Critical because of broken glade file
3141 2008-01-11  Naba Kumar  <naba@gnome.org>
3143         * plugins/glade/plugin.c: (on_document_destroy),
3144         (glade_plugin_add_project): Fixed a bug where when more than one
3145         glade document is open and one is closed, it closes all the glade
3146         documents. Also it might have fixed the bug where sometimes closing
3147         the glade document leaves glade widget tree unclosed.
3149 2008-01-11  Naba Kumar  <naba@gnome.org>
3151         * libanjuta/Makefile.am: Install glade3 files in own prefix to
3152         prevent install errors when not installed as root (then the files
3153         are only useful when glade-3 is installed in the same prefix, but it
3154         doesn't harm anjuta runtime).
3156         * plugins/sourceview/sourceview.c: Commented use of a file
3157         not currently distributed.
3159 2008-01-10  Naba Kumar  <naba@gnome.org>
3161         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
3162         nothing to translate in it.
3164 2008-01-10  Johannes Schmid <jhs@gnome.org>
3166         * plugins/project-wizard/templates/gnome.wiz:
3167         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3168         * plugins/project-wizard/templates/gnome/src/main.c:
3169         * plugins/project-wizard/templates/translatable-strings.h:
3170         
3171         Fixed #508497 and added a new chooser to select whether to use
3172         libglade or not.
3174 2008-01-10  Johannes Schmid <jhs@gnome.org>
3176         Patch from Tom <tpgww@onepost.net>:
3178         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
3179         (anjuta_util_glist_path_dedup):
3180         * libanjuta/anjuta-utils.h:
3181         
3182         Give the method a proper prefixed name
3183         
3184         * plugins/document-manager/action-callbacks.c:
3185         (get_current_popup_active),
3186         (on_editor_command_select_all_activate),
3187         (on_editor_command_cut_activate),
3188         (on_editor_command_paste_activate),
3189         (on_editor_command_copy_activate),
3190         (on_editor_command_clear_activate), (on_show_search),
3191         (on_repeat_quicksearch):        
3192         * plugins/document-manager/action-callbacks.h:
3193         * plugins/document-manager/anjuta-docman.c:
3194         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
3195         (anjuta_docman_goto_file_line_mark),
3196         (anjuta_docman_get_full_filename):
3197         * plugins/document-manager/anjuta-docman.h:
3198         * plugins/document-manager/anjuta-document-manager.ui:
3199         * plugins/document-manager/plugin.c:
3200         (update_document_ui_interface_items):
3201         
3202         Better way to fix the popup-menu items (Cut/Copy/Paste)
3203         and various clean-ups.
3204         
3205         * plugins/document-manager/search-box.c: (on_document_changed),
3206         (search_box_fill_search_focus):
3207         * plugins/document-manager/search-box.h:
3208         * plugins/search/plugin.c:
3209         
3210         Add a menu item to repeat the quick search
3212 2008-01-10  Johannes Schmid <jhs@gnome.org>
3214         * plugins/language-support-cpp-java/cpp-java-assist.c:
3215         (on_assist_chosen):
3216         
3217         Fixed #508424 – Auto complete: previous char was removed when 
3218         pre TAB to auto complete.
3220 2008-01-10  Johannes Schmid <jhs@gnome.org>
3222         Patch from: James Ligett:
3224         * plugins/profiler/gprof-call-graph-view.c:
3225         (gprof_call_graph_view_create_columns):
3226         * plugins/profiler/gprof-flat-profile-view.c:
3227         (gprof_flat_profile_view_create_columns):
3228         
3229         Fixed translation issues (#496833)
3231 2008-01-10 Johannes Schmid <jhs@gnome.org>
3233         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
3235         * plugins/gtodo/gtodo.c: (category_manager_add_item):
3236         Fix #460390 – Changing categories while edinting something
3238 2008-01-09  Naba Kumar  <naba@gnome.org>
3240         * libanjuta/anjuta-plugin-manager.c:
3241         (anjuta_plugin_manager_activate_plugins): Commented dead code and
3242         fixed a leak.
3244         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
3245         corruption reported in bug #507491. Potentially fixes too.
3247 2008-01-09  Johannes Schmid <jhs@gnome.org>
3249         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3251         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3252         Fix bug #505205 completely
3253         
3254         * AUTHORS: Added Bolesław
3256 2008-01-08  Johannes Schmid <jhs@gnome.org>
3258         * plugins/document-manager/action-callbacks.c:
3259         (on_editor_command_cut_activate),
3260         (on_editor_command_paste_activate),
3261         (on_editor_command_copy_activate),
3262         (on_editor_command_clear_activate):
3263         
3264         Fixed editor popup menu (Cut, Copy, Paste)
3266 2008-01-08  Johannes Schmid <jhs@gnome.org>
3268         * plugins/sourceview/sourceview.c: (autodetect_language):
3269         Fixed a crash when creating a new file
3271 2008-01-08  Johannes Schmid <jhs@gnome.org>
3273         Patch by <bolekk@gmail.com> (GHOP Student)
3275         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3276         Fix bug #505205
3278 2008-01-08  Naba Kumar  <naba@gnome.org>
3280         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3281         * libanjuta/anjuta-plugin-manager.c:
3282         (anjuta_plugin_manager_select),
3283         (anjuta_plugin_manager_activate_plugins):
3284         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3285         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3286         (on_create_submenu), (create_open_with_submenu):
3287         * src/about.c: (on_about_plugin_activate),
3288         (about_create_plugins_submenu): Use translated version of get_string()
3289         API in AnjutaDescription for translatable properties. Fixes bug #496833
3290         comment #18.
3292 2008-01-07  Johannes Schmid <jhs@gnome.org>
3294         * plugins/build-basic-autotools/executer.c: (execute_program):
3295         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3296         * plugins/debug-manager/anjuta-debug-manager.glade:
3297         * plugins/debug-manager/locals.c: (create_locals_gui):
3298         * plugins/file-loader/plugin.c: (on_create_submenu):
3299         * plugins/gtodo/main.h:
3300         * plugins/gtodo/preferences.c: (preferences_widget):
3301         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3302         * plugins/tools/anjuta-tools.glade:
3303         * plugins/tools/execute.c: (atp_output_context_print):
3304         * src/main.c:
3305         
3306                 Another bunch of i18n fixes (#496833)
3308 2008-01-07  Johannes Schmid <jhs@gnome.org>
3310         * plugins/build-basic-autotools/build-basic-autotools.c:
3311         (on_build_terminated):
3312         * plugins/gtodo/interface.c: (set_read_only):
3313         * plugins/project-manager/plugin.c: (confirm_removal),
3314         (on_popup_add_to_project):
3315         * plugins/subversion/anjuta-subversion.glade:
3316         * plugins/tools/execute.c: (atp_output_context_print_result):
3317         
3318         Fixed some strings from #496833
3320 2008-01-07  Johannes Schmid <jhs@gnome.org>
3322         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3323         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3324         .in:
3325         * plugins/language-support-cpp-java/plugin.c: (install_support),
3326         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3327         Added basic Vala support
3328         
3329         * plugins/sourceview/sourceview.c: (autodetect_language):
3330         Fixed mime-type detection
3332 2008-01-06  Massimo Cora'  <maxcvs@email.it>
3334   Reviewed by: Johannes Schmid <jhs@gnome.org>
3336         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3337         (value_removed_current_editor), (symbol_db_activate),
3338         (symbol_db_deactivate):
3339         * plugins/symbol-db/symbol-db-engine.c:
3340         (symbol_db_engine_get_global_members_filtered):
3341         * plugins/symbol-db/symbol-db-view.c:
3342         (do_add_child_symbol_to_view), (prepare_for_adding),
3343         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3344         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3345         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3346         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3347         (sdb_view_init), (sdb_view_finalize),
3348         (sdb_view_build_and_display_base_tree):
3349         * plugins/symbol-db/symbol-db-view.h:
3350         added controls to expand Global tab nodes in a non-freezing way.
3351         Fixed also some little bugs always on global-tab.
3353 2008-01-06  Naba Kumar  <naba@gnome.org>
3355         Patches from James Liggett:
3356         * plugins/profiler/gprof-call-graph-view.c:
3357         (gprof_call_graph_view_create_columns):
3358         * plugins/profiler/gprof-flat-profile-view.c:
3359         (gprof_flat_profile_view_create_columns):
3360         * plugins/profiler/gprof-function-call-tree-view.c:
3361         (gprof_function_call_tree_view_create_columns): Made all
3362         of the columns resizable and reorderable.
3364 2008-01-06  Johannes Schmid <jhs@gnome.org>
3366         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3367         (anjuta_launcher_check_password_real),
3368         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3369         (anjuta_launcher_scan_pty),
3370         (anjuta_launcher_disable_password_check):
3371         * libanjuta/anjuta-launcher.h:
3372         Added disable_password_check for stream where it does not make sense 
3373         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3374         that sometimes occur in symbol-db plugin
3375         
3376         * plugins/file-manager/file-model.c:
3377         (file_model_cancel_expand_idle):
3378         Fixed removing of idle source
3379         
3380         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3381         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3382         
3383         Fixed #348854 – invisible cursor in certain themes
3385 2008-01-06  Naba Kumar  <naba@gnome.org>
3387         * libanjuta/anjuta-preferences.c:
3388         (anjuta_preferences_register_property_custom): Fixed a crash bug on
3389         closing preferences dialog due to patch in bug #507300
3391 2008-01-06  Naba Kumar  <naba@gnome.org>
3393         * plugins/language-support-cpp-java/cpp-java-assist.c:
3394         (on_assist_chosen):
3395         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3396         * plugins/search/search-replace_backend.c: (create_search_entries):
3397         Added missing unrefs.
3399 2008-01-06  Johannes Schmid <jhs@gnome.org>
3401         * plugins/debug-manager/variable.c: (get_hovered_word):
3402   Add a g_object_unref()  
3403         
3404         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3405         (on_sourceview_hover_leave):
3406         Fixed hover and editor interface to make hover in debugger work
3408 2008-01-06  Naba Kumar  <naba@gnome.org>
3410         * plugins/editor/text-editor.c: Whitespaces fixes.
3411         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3412         DEBUG_PRINT instead of g_message.
3414 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
3416         * plugins/debug-manager/breakpoints.c:
3417         Fix #507441: Disable all breakpoints doesn't work
3418         Fix #507444: Enable Breakpoint menu item doesn't change name
3420 2008-01-05  Naba Kumar  <naba@gnome.org>
3422         * manuals/reference/libanjuta/libanjuta.types: Renamed
3423         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3425 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3427         * plugins/debug-manager/variable.c:
3428         Update variable display to use IAnjutaIterable instead of position
3430         * plugins/editor/text_editor_cbs.c,
3431         plugins/editor/text_editor.c:
3432         Fix Gtk critical warnings when a hover signal is emitted
3433         Fix get_text_iter in Scintilla (range should include last character)
3434         
3435 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3437         * plugins/debug-manager/debug_tree.c,
3438         plugins/debug-manager/debug_tree.h,
3439         plugins/debug-manager/watch.c,
3440         plugins/debug-manager/command.c,
3441         plugins/debug-manager/queue.c,
3442         plugins/gdb/plugin.c,
3443         plugins/gdb/debugger.c,
3444         plugins/gdb/debugger.h,
3445         libanjuta/interfaces/libanjuta.idl:
3446         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3448 2008-01-05  Naba Kumar  <naba@gnome.org>
3450         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3451         menus to avoid conflict with file open/save. Fixes bug #507455
3453 2008-01-05  Johannes Schmid <jhs@gnome.org>
3455         * configure.in:
3456         Conditionally depend on gtksourceview2 >= 2.1.0
3457         
3458         * libanjuta/interfaces/libanjuta.idl:
3459         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3460         iterators instead of positions
3461         
3462         * plugins/debug-manager/threads.c:
3463         Fixed a warnings by including gnome-vfs properly
3464         
3465         * plugins/debug-manager/variable.c: (get_hovered_word),
3466         (on_hover_over):
3467         Updated to changes in IAnjutaEditorHover/Selection
3468         
3469         * plugins/document-manager/action-callbacks.c:
3470         (on_editor_command_upper_case_activate),
3471         (on_editor_command_lower_case_activate):
3472         * plugins/document-manager/search-box.c: (on_incremental_search),
3473         (on_search_activated):
3474         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3475         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3476         (iselection_get_start), (iselection_get_end),
3477         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3478         * plugins/editor/text_editor_cbs.c:
3479         (on_text_editor_scintilla_notify):
3480         
3481         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3482         interface of scintilla editor.
3483         
3484         * plugins/language-manager/languages.xml:
3485         * plugins/language-manager/plugin.c:
3486         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3487         Added chdr to C language files and some DEBUG_PRINTs
3488         
3489         * plugins/language-support-cpp-java/cpp-java-assist.c:
3490         (on_assist_chosen):
3491         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3492         * plugins/search/plugin.c: (find_incremental):
3493         * plugins/search/search-replace.c: (search_and_replace):
3494         * plugins/search/search-replace_backend.c: (create_search_entries):
3495                 Adapted to changed interfaces
3497         * plugins/sourceview/Makefile.am:
3498         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3499         (set_uri), (anjuta_document_save):
3500         * plugins/sourceview/anjuta-editor-sourceview.glade:
3501         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3502         (anjuta_view_key_press_event):
3503         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3504         * plugins/sourceview/sourceview-cell.c:
3505         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3506         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3507         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3508         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3509         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3510         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3511         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3512         * plugins/sourceview/sourceview-private.h:
3513         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3514         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3515         (on_document_loaded), (sourceview_instance_init),
3516         (sourceview_dispose), (sourceview_finalize),
3517         (sourceview_create_markers), (sourceview_new),
3518         (ifile_savable_save), (ieditor_get_tab_size),
3519         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3520         (ieditor_set_auto_indent), (ieditor_goto_line),
3521         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3522         (iselect_block), (iselect_set), (iselect_get_start),
3523         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3524         (imark_unmark), (imark_is_marker_set),
3525         (imark_location_from_handle), (imark_delete_all_markers),
3526         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3527         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3528         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3529         (ilanguage_get_supported_languages), (autodetect_language),
3530         (ilanguage_set_language), (iassist_show_tips),
3531         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3532         (ihover_display), (ihover_iface_init):
3533         
3534         Use GtkSourceView 2.1.x:
3535         * New mark interface
3536         * Fixed #486724 and #488615
3537         * Implemented hover interface
3538         * Adapted to changed interfaces
3540 2008-01-04  Rob Bradford  <rob@o-hand.com>
3542         Reviewed by Naba Kumar  <naba@gnome.org>:
3543         * libanjuta/anjuta-preferences.c:
3544         (anjuta_preferences_register_property_custom):
3545         Unregister preferences for custom preferences when the widget is
3546         destroyed.
3548 2008-01-03  Johannes Schmid <jhs@gnome.org>
3550         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3551         (file_model_row_collapsed):
3552   Fixed the too method to take a correct data argument
3554 2008-01-02  Johannes Schmid <jhs@gnome.org>
3556         * plugins/document-manager/anjuta-docman.c:
3557         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3558         ref and unref correctly to silence a Gtk+ critical
3560 2008-01-01  Johannes Schmid <jhs@gnome.org>
3562         * plugins/editor/text_editor.c: (itext_editor_get_text):
3563         Fixed #506740 – ianjuta_editor_get_text crash if request 
3564         text past the buffer length
3566 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3568         * plugins/debug-manager/utilities.c,
3569         plugins/debug-manager/utilities.h,
3570         plugins/debug-manager/breakpoints.c:
3571         Move get_current_editor function in utilities.c
3573         * plugins/debug-manager/plugin.c,
3574         plugins/debug-manager/debug_tree.c,
3575         plugins/debug-manager/debug_tree.h,
3576         plugins/debug-manager/watch.c,
3577         plugins/debug-manager/watch.h,
3578         plugins/debug-manager/locals.c,
3579         plugins/debug-manager/locals.h,
3580         (added) plugins/debug-manager/variable.c,
3581         (added) plugins/debug-manager/variable.h,
3582         plugins/debug-manager/Makefile.am:
3583         Use hover interface to display variable value
3585 2007-12-31  Johannes Schmid <jhs@gnome.org>
3587         * libanjuta/Makefile.am:
3588         Only install glade catalog files if glade-3 is available
3589         (Fixes #506269 and #500296)
3591 2007-12-30  Johannes Schmid <jhs@gnome.org>
3593         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3594         (set_property_value_as_string), (register_callbacks):
3596   Fixed GtkFileChooserButton preferences to also work when only the combo
3597   changes without a dialog being open.
3599 2007-12-29  Johannes Schmid <jhs@gnome.org>
3601         * plugins/editor/Makefile.am:
3602         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3604 2007-12-29  Johannes Schmid <jhs@gnome.org>
3606         * plugins/devhelp/plugin.c: (devhelp_activate):
3607         Fixed #498986 - Anjuta-2.3.0 fails to build
3609 2007-12-29  Johannes Schmid <jhs@gnome.org>
3611         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3612         * plugins/debug-manager/plugin.c:
3613         (on_run_to_cursor_action_activate):
3614         * plugins/document-manager/anjuta-docman.c:
3615         (anjuta_docman_goto_file_line_mark):
3616         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3617         (value_removed_current_editor):
3618         
3619         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3620         all those to value_added_current_document...
3622         * plugins/editor/anjuta-editor-scintilla.glade:
3623         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3624         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3626 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3628   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3629   (symbol_db_activate), (symbol_db_deactivate),
3630   (symbol_db_instance_init), (isymbol_manager_get_parents):
3631   * plugins/symbol-db/plugin.h:
3632   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3633   * plugins/symbol-db/symbol-db-engine.c:
3634   (symbol_db_engine_get_global_members_filtered):
3635   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3636   (on_symbol_inserted):
3637   Filtered out static functions on global-tab. E.g. when flag
3638   is_file_scope = 1 we won't add entries there.
3639   Fixed a little bug on 'Global'->'Vars/Others' node too.
3641 2007-12-28  Johannes Schmid <jhs@gnome.org>
3643   * libanjuta/anjuta-launcher.c:
3644   Fixed a silly (and completely useless) memory corruption that probably 
3645   only occured at a few race conditions though I wonder why it did not 
3646         happen more often
3648 2007-12-28  Johannes Schmid <jhs@gnome.org>
3649         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3650         * plugins/debug-manager/plugin.c: (set_program_counter):
3651         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3652         * plugins/debug-manager/start.c: (get_source_directories):
3653         * plugins/debug-manager/threads.c: (on_info_thread),
3654         (on_list_thread):
3655         * plugins/file-manager/file-model.c: (file_model_set_property):
3656         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3657         * plugins/tools/editor.c: (on_editor_response):
3658         
3659         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3660         
3661         * plugins/document-manager/plugin.c: (update_title),
3662         (value_added_project_root_uri):
3663         * plugins/document-manager/plugin.h:
3664         Shorten down the title bar if the current path is inside the opened project
3666 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3668         reviewed by: Johannes Schmid <jhs@gnome.org>
3670         * plugins/project-wizard/templates/java/project.anjuta:
3671         * plugins/project-wizard/templates/mkfile/project.anjuta:
3672         * plugins/project-wizard/templates/python/project.anjuta:
3673         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3674         let new projects use new SymbolDB plugin.
3675         
3676         * plugins/symbol-browser/images/Makefile.am:
3677         added some images taken from MonoDevelop project.
3678         
3679         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3680         (goto_file_line), (on_importing_project_end), (project_root_added),
3681         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3682         (isymbol_manager_search):
3683         Added project-updating feature when opening a project with some files
3684   modified externally [e.g. a svn up].
3685         
3686         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3687         (sdb_engine_iterator_node_instance_init),
3688         (sdb_engine_iterator_node_finalize),
3689         (symbol_db_engine_iterator_node_set_conversion_hash):
3690         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3691         * plugins/symbol-db/symbol-db-engine-iterator.c:
3692         (symbol_db_engine_iterator_new):
3693         * plugins/symbol-db/symbol-db-engine-iterator.h:
3694          Moved Hash table initialization into the engine. This proxies and
3695   speeds up the process of creation and iteration of a GdaDataModel.
3696         
3697         * plugins/symbol-db/symbol-db-engine.c:
3698         (sdb_engine_ctags_output_thread),
3699         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3700         (sdb_engine_scan_files_1), (sdb_engine_init),
3701         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3702         (symbol_db_engine_add_new_workspace),
3703         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3704         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3705         (symbol_db_engine_get_sym_type_conversion_hash),
3706         (symbol_db_engine_update_files_symbols),
3707         (symbol_db_engine_update_project_symbols),
3708         (symbol_db_engine_update_buffer_symbols),
3709         (symbol_db_engine_get_class_parents),
3710         (symbol_db_engine_get_global_members_filtered),
3711         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3712         (symbol_db_engine_get_scope_members_by_symbol_id),
3713         (symbol_db_engine_get_scope_members),
3714         (symbol_db_engine_get_current_scope),
3715         (symbol_db_engine_get_file_symbols),
3716         (symbol_db_engine_get_symbol_info_by_id),
3717         (symbol_db_engine_find_symbol_by_name_pattern),
3718         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3719         * plugins/symbol-db/symbol-db-engine.h:
3720         * plugins/symbol-db/symbol-db-view-locals.c:
3721         (sdb_view_locals_get_iter_from_row_ref),
3722         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3723         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3724         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3725         Changes on some queries fuctions and some fixes. Added *_filtered
3726   functions.
3727         
3728         * plugins/symbol-db/symbol-db-view.c:
3729         (do_add_child_symbol_to_view), (add_new_waiting_for),
3730         (prepare_for_adding), (on_symbol_inserted),
3731         (do_recurse_subtree_and_remove), (on_symbol_removed),
3732         (sdb_view_do_add_hidden_dummy_child),
3733         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3734         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3735         (sdb_view_locals_create_new_store), (sdb_view_init),
3736         (sdb_view_finalize), (sdb_view_class_init),
3737         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3738         (symbol_db_view_get_pixbuf),
3739         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3740         New display for global tags. This is the definitive version, bugs apart.
3741         
3742         * plugins/symbol-db/tables.sql:
3743         fixed typo.
3745 2007-12-27  Naba Kumar  <naba@gnome.org>
3747         * libanjuta/interfaces/libanjuta.idl:
3748         * plugins/editor/aneditor-priv.h:
3749         * plugins/editor/aneditor.cxx:
3750         * plugins/editor/text_editor.c: (text_editor_instance_init),
3751         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3752         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3753         * plugins/editor/text_editor.h:
3754         * plugins/editor/text_editor_cbs.c:
3755         (on_text_editor_scintilla_notify):
3757         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3758         related code in AnEditor. Fixed some compilation warnings.
3760 2007-12-26  Naba Kumar  <naba@gnome.org>
3762         * Changelog: Fixed indentation.
3764 2007-12-25  Naba Kumar  <naba@gnome.org>
3766         * plugins/editor/Makefile.am:
3767         * plugins/editor/editor.glade:
3768         * plugins/editor/plugin.c:
3769         * plugins/editor/style-editor.c:
3770         * plugins/sourceview/Makefile.am:
3771         * plugins/sourceview/plugin.c:
3772         * plugins/sourceview/sourceview.glade:
3773         * plugins/valgrind/Makefile.am:
3775         Renamed glade files to anjuta-editor-* to give name space for the
3776         schema files (because they are installed in system directory).
3778         * scripts/build-schemas.mk: Install the schemas files also (need for
3779         binary package installation/uninstallation).
3781 2007-12-25  Johannes Schmid <jhs@gnome.org>
3783         * plugins/language-support-cpp-java/plugin.c:
3784         (set_indentation_param_vim):
3785         
3786         Support some more vim modeline commands and shortcuts (#504331)
3788 2007-12-25  Johannes Schmid <jhs@gnome.org>
3790         Patches from James Liggett:
3791         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3792         (anjuta_vcs_status_tree_view_init):
3793         * plugins/subversion/subversion-commit-dialog.c:
3794         (subversion_commit_dialog):
3795         * plugins/subversion/subversion-diff-dialog.c:
3796         (on_subversion_diff_response):
3797         * plugins/subversion/subversion-log-dialog.c:
3798         (on_log_view_selected_button_clicked),
3799         (on_log_diff_selected_button_clicked),
3800         (on_log_diff_previous_button_clicked):
3801         * plugins/subversion/subversion-resolve-dialog.c:
3802         (subversion_resolve_dialog):
3803         * plugins/subversion/subversion-revert-dialog.c:
3804         (subversion_revert_dialog):
3805         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3806         (pulse_progress_bar), (hide_pulse_progress_bar),
3807         (disconnect_data_arrived_signals),
3808         (cancel_data_arrived_signal_disconnect):
3809         * plugins/subversion/subversion-ui-utils.h:
3810         
3811         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3812         #505237 – Sort list of modified files
3814 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3816         * plugins/gdb/debugger.c:
3817         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3819 2007-12-23  Johannes Schmid <jhs@gnome.org>
3821         * plugins/language-support-cpp-java/plugin.c:
3822         (set_indentation_param_emacs), (set_indentation_param_vim),
3823         (parse_mode_line_emacs), (parse_mode_line_vim),
3824         (extract_mode_line), (initialize_indentation_params):
3826         Added (basic) support for vim modelines (#504331)
3828         * plugins/message-view/message-view.c: (message_view_next),
3829         (message_view_previous):
3830         
3831         Fixed next/previous message
3833 2007-12-23  Johannes Schmid <jhs@gnome.org>
3835         * libanjuta/anjuta-ui.h:
3836         Check for != NULL before unref'ing pixbuf (related to #497878)
3837         
3838         * plugins/devhelp/plugin.c: (register_stock_icons):
3839         * plugins/document-manager/anjuta-docman.c:
3840         (anjuta_docman_add_document):
3841         * plugins/glade/plugin.c: (on_close_activated),
3842         (register_stock_icons), (on_session_save),
3843         (glade_plugin_add_project):
3844         
3845         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3846         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3847         
3848         * plugins/language-support-cpp-java/plugin.c:
3849         (register_stock_icons):
3850         Fixed stock icon registration macros
3852 2007-12-23  Johannes Schmid <jhs@gnome.org>
3854         * global-tags/Makefile.am:
3855         * launcher/Makefile.am:
3856         * libanjuta/Makefile.am:
3857         * libegg/Makefile.am:
3858         * manuals/anjuta-faqs/Makefile.am:
3859         * manuals/anjuta-manual/Makefile.am:
3860         * manuals/reference/libanjuta/Makefile.am:
3861         * plugins/build-basic-autotools/Makefile.am:
3862         * plugins/class-gen/Makefile.am:
3863         * plugins/class-inheritance/Makefile.am:
3864         * plugins/cvs-plugin/Makefile.am:
3865         * plugins/debug-manager/Makefile.am:
3866         * plugins/devhelp/Makefile.am:
3867         * plugins/document-manager/Makefile.am:
3868         * plugins/editor/Makefile.am:
3869         * plugins/editor/scintilla/Makefile.am:
3870         * plugins/editor/scintilla/include/Makefile.am:
3871         * plugins/file-loader/Makefile.am:
3872         * plugins/file-manager/Makefile.am:
3873         * plugins/file-wizard/Makefile.am:
3874         * plugins/gdb/Makefile.am:
3875         * plugins/glade/Makefile.am:
3876         * plugins/gtodo/Makefile.am:
3877         * plugins/gvim/Makefile.am:
3878         * plugins/indent/Makefile.am:
3879         * plugins/language-manager/Makefile.am:
3880         * plugins/language-support-cpp-java/Makefile.am:
3881         * plugins/macro/Makefile.am:
3882         * plugins/message-view/Makefile.am:
3883         * plugins/patch/Makefile.am:
3884         * plugins/profiler/Makefile.am:
3885         * plugins/project-import/Makefile.am:
3886         * plugins/project-manager/Makefile.am:
3887         * plugins/project-wizard/Makefile.am:
3888         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3889         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3890         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3891         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3892         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3893         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3894         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3895         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3896         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3897         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3898         * plugins/sample1/Makefile.am:
3899         * plugins/search/Makefile.am:
3900         * plugins/sourceview/Makefile.am:
3901         * plugins/subversion/Makefile.am:
3902         * plugins/symbol-browser/Makefile.am:
3903         * plugins/symbol-db/Makefile.am:
3904         * plugins/symbol-db/test/Makefile.am:
3905         * plugins/terminal/Makefile.am:
3906         * plugins/tools/Makefile.am:
3907         * plugins/valgrind/Makefile.am:
3908         * src/Makefile.am:
3909         * tagmanager/Makefile.am:
3910         
3911         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3912         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3913         warnings from illigel C++ compiler flags.
3915 2007-12-23  Johannes Schmid <jhs@gnome.org>
3917         Patch from Tom <tpgww@onepost.net>:
3918   
3919         * plugins/document-manager/anjuta-docman.c:
3920         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3921         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3922         (anjuta_docman_instance_init), (on_notebook_switch_page),
3923         (anjuta_docman_grab_text_focus):
3924         * plugins/document-manager/plugin.c: (on_document_added),
3925         (on_window_key_press_event), (on_window_key_release_event):
3926         
3927         Some more document-manager code cleanups and fixes.
3929 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3931         * plugins/symbol-db/plugin.c: (register_stock_icons),
3932         (value_added_current_editor), (value_removed_current_editor),
3933         (on_importing_project_end), (project_root_removed):
3934         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3936         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3937         (symbol_db_engine_get_file_db_path):
3938         fixed a useless warning.
3940         * plugins/symbol-db/symbol-db-view-locals.c:
3941         (traverse_free_waiting_for), (file_view_status_destroy),
3942         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3943         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3944         (sdb_view_locals_finalize), (on_symbol_inserted),
3945         (symbol_db_view_locals_recv_signals_from_engine),
3946         (symbol_db_view_locals_update_list):
3947         more speed on editors switching. GtkTreeStore caching method implemented.
3948         Fixed compiler warnings and a little memory leak.
3950         * plugins/symbol-db/symbol-db-view-locals.h:
3951         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3952         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3953         (on_scan_end), (on_symbol_inserted),
3954         (sdb_view_locals_create_new_store), (sdb_view_init),
3955         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3956         * plugins/symbol-db/symbol-db-view.h:
3957         fixed some crashers. Now project loading/populating should be quite quick.
3959 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3961         * plugins/debug-manager/command.c,
3962         plugins/debug-manager/queue.c:
3963         Take care of command return value (FALSE is an error)
3965 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3967         * plugins/debug-manager/anjuta-debug-manager.glade,
3968         plugins/debug-manager/breakpoints.c:
3969         Remove address, condition and pass breakpoint column if not supported
3970         Fix clear all remove_all to avoid an endless loop if a breakpoint
3971         cannot be removed
3973 2007-12-17  Johannes Schmid <jhs@gnome.org>
3975         Patch from Tom <tpgww@onepost.net> (with some changes):
3977         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3978         (on_save_as_activate), (on_save_all_activate),
3979         (on_close_file_activate), (on_close_all_file_activate),
3980         (on_reload_file_activate), (on_editor_command_clear_activate),
3981         (on_transform_eolchars1_activate), (on_comment_block),
3982         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3983         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3984         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3985         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3986         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3987         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3988         (on_zoom_out_text_activate):
3989         * plugins/document-manager/action-callbacks.h:
3990         * plugins/document-manager/anjuta-docman.c:
3991         (on_notebook_page_close_button_click),
3992         (on_notebook_page_close_button_enter),
3993         (on_notebook_page_close_button_leave),
3994         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3995         (anjuta_docman_page_init), (anjuta_docman_page_new),
3996         (on_open_filesel_response), (create_file_open_dialog_gui),
3997         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3998         (anjuta_docman_instance_init), (on_notebook_switch_page),
3999         (on_document_destroy), (anjuta_docman_add_editor),
4000         (anjuta_docman_add_document), (anjuta_docman_remove_document),
4001         (anjuta_docman_set_current_document),
4002         (anjuta_docman_goto_file_line_mark), (get_real_path),
4003         (anjuta_docman_get_full_filename),
4004         (anjuta_docman_delete_all_markers),
4005         (anjuta_docman_delete_all_indicators),
4006         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4007         (anjuta_docman_order_tabs):
4008         * plugins/document-manager/anjuta-docman.h:
4009         * plugins/document-manager/file_history.c: (an_hist_file_new),
4010         (an_file_history_push), (an_file_history_dump):
4011         * plugins/document-manager/file_history.h:
4012         * plugins/document-manager/plugin.c: (update_title),
4013         (value_removed_project_root_uri),
4014         (update_document_ui_interface_items), (menu_name_compare),
4015         (on_document_added), (on_document_changed),
4016         (on_window_key_press_event), (on_window_key_release_event),
4017         (on_session_save):
4018         * plugins/document-manager/search-box.c: (on_document_changed),
4019         (on_goto_activated), (search_box_init), (search_box_new):
4020         * plugins/document-manager/search-box.h:
4022         Yet more code cleanups
4023         Save glade files correctly in session
4024         Use new tooltip API if available
4025         Sort notebook pages when session is restored (needs work)
4027 2007-12-16  Johannes Schmid <jhs@gnome.org>
4029         * plugins/document-manager/anjuta-docman.c:
4030         (anjuta_docman_add_document):
4031         
4032         Present correct widget with anjuta_shell_present_widget(). This got wrong when
4033         the new search bar was introduced.
4035 2007-12-12  Johannes Schmid <jhs@gnome.org>
4036   
4037         Patch from  Tom <tpgww@onepost.net>:
4038         (#485233 – another bunch of docman cleanups)
4039   
4040         * libanjuta/interfaces/libanjuta.idl:
4041         * plugins/document-manager/action-callbacks.c:
4042         (get_current_document), (get_current_focus_widget),
4043         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
4044         (on_close_file_activate), (on_close_all_file_activate),
4045         (on_reload_file_activate), (on_print_activate),
4046         (on_print_preview_activate),
4047         (on_editor_command_upper_case_activate),
4048         (on_editor_command_lower_case_activate),
4049         (on_editor_command_eol_crlf_activate),
4050         (on_editor_command_eol_lf_activate),
4051         (on_editor_command_eol_cr_activate),
4052         (on_editor_command_select_all_activate),
4053         (on_editor_command_select_to_brace_activate),
4054         (on_editor_command_select_block_activate),
4055         (on_editor_command_match_brace_activate),
4056         (on_editor_command_undo_activate),
4057         (on_editor_command_redo_activate),
4058         (on_editor_command_cut_activate),
4059         (on_editor_command_paste_activate),
4060         (on_editor_command_copy_activate),
4061         (on_editor_command_clear_activate),
4062         (on_editor_command_close_folds_all_activate),
4063         (on_editor_command_open_folds_all_activate),
4064         (on_editor_command_toggle_fold_activate),
4065         (on_editor_command_bookmark_toggle_activate),
4066         (on_editor_command_bookmark_first_activate),
4067         (on_editor_command_bookmark_next_activate),
4068         (on_editor_command_bookmark_prev_activate),
4069         (on_editor_command_bookmark_last_activate),
4070         (on_editor_command_bookmark_clear_activate),
4071         (on_transform_eolchars1_activate), (on_comment_block),
4072         (on_comment_box), (on_comment_stream),
4073         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4074         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
4075         (on_force_hilite_activate), (on_swap_activate),
4076         (on_editor_add_view_activate), (on_editor_remove_view_activate):
4077         * plugins/document-manager/action-callbacks.h:
4078         * plugins/document-manager/anjuta-docman.c:
4079         (on_notebook_page_close_button_click),
4080         (on_notebook_page_close_button_enter),
4081         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
4082         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
4083         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
4084         (on_open_filesel_response), (anjuta_docman_open_file),
4085         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
4086         (anjuta_docman_dispose), (anjuta_docman_instance_init),
4087         (anjuta_docman_class_init), (anjuta_docman_new),
4088         (on_notebook_switch_page), (on_document_save_point),
4089         (on_document_destroy), (anjuta_docman_add_editor),
4090         (anjuta_docman_add_document), (anjuta_docman_remove_document),
4091         (anjuta_docman_set_popup_menu),
4092         (anjuta_docman_get_current_focus_widget),
4093         (anjuta_docman_get_page_for_document),
4094         (anjuta_docman_get_current_document),
4095         (anjuta_docman_set_current_document),
4096         (anjuta_docman_goto_file_line),
4097         (anjuta_docman_goto_file_line_mark),
4098         (anjuta_docman_get_full_filename),
4099         (anjuta_docman_present_notebook_page),
4100         (anjuta_docman_update_page_label),
4101         (anjuta_docman_delete_all_markers),
4102         (anjuta_docman_delete_all_indicators),
4103         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4104         (do_ordertab1), (anjuta_docman_order_tabs),
4105         (anjuta_docman_set_editor_properties),
4106         (anjuta_docman_get_document_for_path),
4107         (anjuta_docman_get_all_doc_widgets):
4108         * plugins/document-manager/anjuta-docman.h:
4109         * plugins/document-manager/editor-tooltips.c:
4110         * plugins/document-manager/plugin.c: (update_title),
4111         (update_document_ui_enable_all), (update_document_ui_disable_all),
4112         (update_document_ui_save_items),
4113         (update_document_ui_interface_items), (update_document_ui),
4114         (on_document_update_save_ui), (update_status),
4115         (on_document_update_ui), (on_document_added),
4116         (on_document_changed), (on_session_save), (on_save_prompt),
4117         (on_docman_auto_save), (on_gconf_notify_timer):
4118         * plugins/document-manager/search-box.c: (on_document_changed),
4119         (search_box_new), (search_box_grab_line_focus):
4120         * plugins/glade/plugin.c: (ifile_open):
4121         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4122         * plugins/search/search-replace_backend.c: (create_search_entries):
4123         * plugins/sourceview/anjuta-document.c: (set_uri),
4124         (anjuta_document_save):
4125         * plugins/sourceview/sourceview.c: (ifile_savable_save):
4126         * plugins/tools/editor.c: (on_editor_response):
4128         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
4129         It fixes some issues with session handling and several memory lacks.
4130         Gtk 2.12 Tooltip API is used if available.
4132 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
4134         * plugins/debug-manager/disassemble.c,
4135         plugins/debug-manager/disassemble.h,
4136         plugins/debug-manager/command.c,
4137         plugins/debug-manager/command.h,
4138         plugins/debug-manager/plugin.c
4139         plugins/debug-manager/sparse_view.c,
4140         plugins/debug-manager/sparse_view.h,
4141         plugins/gdb/plugin.c,
4142         plugins/gdb/debugger.c,
4143         plugins/gdb/debugger.h,
4144         libanjuta/interfaces/libanjuta.idl:
4145         Fix bug #502533: Implement assembler step
4147         * plugins/debug-manager/breakpoints.c:
4148         Do not save temporary breakpoints
4150         * plugins/debug-manager/stack_trace.c:
4151         Fix a crash when a stack command is cancelled
4153 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
4155         * plugins/debug-manager/plugin.c,
4156         plugins/debug-manager/breakpoints.c,
4157         plugins/debug-manager/breakpoints.h:
4158         Fix bug #488732: Breakpoint on delete lines
4159         Breakpoints are now linked to their position in editor
4161         * plugins/gdb/debugger.c:
4162         Fix removing condition on breakpoint 
4164 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
4166         * plugins/debug-manager/anjuta-debug-manager.glade,
4167         plugins/debug-manager/start.c,
4168         plugins/gdb/plugin.c,
4169         plugins/gdb/debugger.c,
4170         plugins/gdb/debugger.h,
4171         libanjuta/interfaces/libanjuta.idl:
4172         Fix bug #481366: Do not stop at the beginning of the program
4174         * plugins/debug-manager/command.c,
4175         plugins/debug-manager/command.h,
4176         plugins/debug-manager/breakpoints.c,
4177         plugins/debug-manager/queue.c,
4178         plugins/debug-manager/queue.h:
4179         Fix a bug remove all breakpoints was not working due to latest changes
4180         Setting breakpoints is disabled when program is running
4182 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
4184         * plugins/debug-manager/queue.c,
4185         plugins/gdb/plugin.c:
4186         Fix bug #501469: Crash if mime_type is unknown
4188 2007-12-01  Massimo Cora'  <maxcvs@email.it>
4190         * plugins/symbol-db/plugin.c: (on_editor_destroy),
4191         (on_editor_update_ui), (on_single_file_scan_end),
4192         (on_importing_project_end), (project_root_added),
4193         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
4194         * plugins/symbol-db/plugin.h:
4195         show on status bar files being scanned.
4197         * plugins/symbol-db/symbol-db-engine.c:
4198         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
4199         (sdb_engine_ctags_output_thread),
4200         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
4201         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4202         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
4203         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
4204         (sdb_engine_get_table_id_by_unique_name2),
4205         (symbol_db_engine_open_project),
4206         (sdb_engine_prepare_executing_commands),
4207         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
4208         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
4209         (sdb_engine_detects_removed_ids),
4210         (symbol_db_engine_get_class_parents),
4211         (symbol_db_engine_get_global_members),
4212         (symbol_db_engine_get_scope_members_by_symbol_id),
4213         (symbol_db_engine_get_scope_members),
4214         (symbol_db_engine_get_current_scope),
4215         (symbol_db_engine_get_file_symbols),
4216         (symbol_db_engine_get_symbol_info_by_id),
4217         (symbol_db_engine_get_full_local_path),
4218         (symbol_db_engine_find_symbol_by_name_pattern),
4219         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
4220         * plugins/symbol-db/symbol-db-engine.h:
4221         * plugins/symbol-db/symbol-db-view-locals.c:
4222         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
4223         (symbol_db_view_locals_recv_signals_from_engine),
4224         (symbol_db_view_locals_update_list):
4225         * plugins/symbol-db/symbol-db-view-locals.h:
4226         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
4227         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
4228         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
4229         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
4230         * plugins/symbol-db/symbol-db-view.h:
4231         Added g_thread architecture to scan in background. With this you
4232         can use Anjuta's GUI without freezing.
4233         Improved insertion speed by using a paradigm like 'insert' and 'check'
4234         replacing a 'check' and 'insert' one. This has been done for tables 
4235         like symbol, scope, sym_type.
4236         Fixed two crashers. 
4238         * plugins/symbol-db/tables.sql:
4239         * plugins/symbol-db/test/main.c: (get_global_members), (main),
4240         (thread), (print_message), (bastard_thread), (idle_signals):
4241         fixed a typo on tables that broke sql triggers.
4243 === anjuta 2.3.1 ===
4245 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4247         * NEWS, AUTHORS: Updated.
4248         * src/Makefile.am: Fixed make distcheck
4250         Patch from Yang Hong:
4251         * plugins/file-manager/file-manager.glade: Fixed file chooser
4252         size in file-manager preferences.
4254 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4256         * NEWS: Updated for 2.3.1 development release
4257         * configure.in: Bumped version to 2.3.1
4259 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
4261         * plugins/debug-manager/threads.c,
4262         plugins/debug-manager/disassemble.c,
4263         plugins/debug-manager/watch.c,
4264         plugins/debug-manager/registers.c,
4265         plugins/debug-manager/locals.c,
4266         plugins/debug-manager/breakpoints.c,
4267         plugins/debug-manager/stack_trace.c,
4268         plugins/debug-manager/command.c,
4269         plugins/debug-manager/command.h,
4270         plugins/debug-manager/queue.c,
4271         libanjuta/interfaces/libanjuta.idl:
4272         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4273         Document IAnjutaDebugManager signals
4274         Generate new signals in queue.c
4275         Use new signals in other files
4277 2007-11-30  <genbell@tiscali.it>
4279         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
4281         * plugins/gdb/Makefile.am:
4282         Fix bug #500376
4284 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4286         * plugins/tools/variable.c:
4287         Fix a bug added in the previous patch (it is not a leak)
4289 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4291         * plugins/project-wizard/druid.c,
4292         plugins/project-wizard/templates/terminal.wiz,
4293         plugins/project-wizard/templates/xlib-dock.wiz,
4294         plugins/project-wizard/templates/wxwin.wiz,
4295         plugins/project-wizard/templates/java.wiz,
4296         plugins/project-wizard/templates/gnome.wiz,
4297         plugins/project-wizard/templates/anjuta-plugin.wiz,
4298         plugins/project-wizard/templates/gtkmm.wiz,
4299         plugins/project-wizard/templates/python.wiz,
4300         plugins/project-wizard/templates/cpp.wiz,
4301         plugins/project-wizard/templates/sdl.wiz,
4302         plugins/project-wizard/templates/gtk.wiz,
4303         plugins/project-wizard/templates/minimal.wiz,
4304         plugins/project-wizard/templates/xlib.wiz,
4305         plugins/project-wizard/templates/gcj.wiz,
4306         plugins/project-wizard/templates/translatable-strings.h,
4307         plugins/project-import/project-import.c:
4308         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
4310 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
4312         * plugins/debug-manager/threads.c,
4313         plugins/debug-manager/disassemble.c,
4314         plugins/debug-manager/watch.c,
4315         plugins/debug-manager/registers.c,
4316         plugins/debug-manager/memory.c,
4317         plugins/debug-manager/locals.c,
4318         plugins/debug-manager/stack_trace.c,
4319         plugins/debug-manager/queue.c,
4320         plugins/debug-manager/queue.h:
4321         Connect debugger signal only when program is loaded
4322         Rename get_feature in is_supported
4324         * plugins/debug-manager/plugin.c:
4325         Remove editor watch when plugin is deactivated
4327         * plugins/debug-manager/anjuta-debug-manager.glade,
4328         plugins/debug-manager/breakpoints.c,
4329         plugins/debug-manager/breakpoints.h:
4330         Rewrite almost completely the breakpoint code
4331         Improve breakpoint dialog
4332         Reorganize function
4333         Implement condition, hit count, ignore and temporary attribute
4335         * plugins/debug-manager/command.c,
4336         plugins/debug-manager/command.h:
4337         Add a breakpoint list command
4339         * plugins/gdb/debugger.c,
4340         plugins/gdb/debugger.h:
4341         Add new breakpoint list command
4342         Fix parsing of breakpoint data
4344         * libanjuta/interfaces/libanjuta.idl,
4345         plugins/gdb/plugin.c:
4346         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4348 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
4350         * plugins/document-manager/plugin.c:
4351         Use Ctrl+Shift+s as shortcut for Save As
4353 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
4355         * plugins/subversion/plugin.c: (activate_plugin):
4356         * plugins/symbol-db/plugin.c: (symbol_db_activate):
4357         * src/layout.xml: Fixed dockitem positions.
4359 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4361         Icons from tpgww@onepost.net:
4362         * plugins/project-wizard/applogo.png:
4363         Icons from patch in bug #480093 comment #23. Also renamed icons.
4365         * plugins/message-view/Makefile.am:
4366         * plugins/message-view/plugin.c: (register_stock_icons),
4367         (ipreferences_merge): Removed redundant icon.
4369         * plugins/document-manager/plugin.c:
4370         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4371         Do not insensitize New action when there is no document.
4372         Indentation fixes.
4374 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4376         Icons from tpgww@onepost.net:
4377         * plugins/symbol-browser/an_symbol_prefs.c:
4378         * pixmaps/Makefile.am:
4379         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4381         Icons from patch in bug #480093 comment #23. Also renamed icons.
4382         To be continued..
4384 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4386         Patch from James Liggett:
4387         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4388         revert and dialogs resizable.
4390 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4392         Patch from James Liggett:
4393         * plugins/subversion/anjuta-subversion.glade:
4394         * plugins/subversion/subversion-diff-dialog.c:
4395         (on_subversion_diff_response), (subversion_diff_dialog):
4396         * plugins/subversion/subversion-diff-dialog.h:
4398         The diff dialog should have a checkbox, enabled by default, that
4399         allows the user to make sure that all open files are saved before
4400         diffing.
4402 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4404         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4406         Icons from tpgww@onepost.net:
4407         * pixmaps/Makefile.am:
4408         * src/Makefile.am:
4409         * src/anjuta-app.c:
4410         * src/anjuta-preferences-general.svg:
4412         Icons from patch in bug #480093 comment #23. Also renamed icons.
4413         To be continued..
4415 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4417         Icons from tpgww@onepost.net:
4418         * plugins/debug-manager/images/Makefile.am:
4419         * plugins/debug-manager/images/anjuta-watch.svg:
4420         * plugins/debug-manager/plugin.c: (register_stock_icons):
4421         * plugins/gdb/images/Makefile.am:
4422         * plugins/gtodo/Makefile.am:
4423         * plugins/gtodo/anjuta-gtodo-plugin.svg:
4424         * plugins/gtodo/anjuta-gtodo.plugin.in:
4425         * plugins/gtodo/interface.c: (stock_icons):
4426         * plugins/gtodo/main.h:
4427         * plugins/gtodo/plugin.c: (ipreferences_merge):
4428         * plugins/terminal/Makefile.am:
4429         * plugins/terminal/anjuta-terminal-plugin.svg:
4430         * plugins/terminal/anjuta-terminal.plugin.in:
4431         * plugins/terminal/terminal.c:
4432         * plugins/tools/Makefile.am:
4433         * plugins/tools/anjuta-tools-plugin.svg:
4434         * plugins/tools/anjuta-tools.plugin.in:
4435         * plugins/tools/plugin.c:
4436         * plugins/valgrind/Makefile.am:
4437         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4438         * plugins/valgrind/anjuta-valgrind.plugin.in:
4439         * plugins/valgrind/plugin.c: (register_stock_icons),
4440         (ipreferences_merge):
4442         Icons from patch in bug #480093 comment #23. Also renamed icons.
4443         To be continued..
4445 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4447         reviewed by: Johannes Schmid <jhs@gnome.org>
4449         * configure.in:
4450         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4451         due to bug #493360. Still present anyway bug #495843
4453         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4454         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4455         (on_local_treeview_row_activated),
4456         (on_global_treeview_row_activated),
4457         (on_global_treeview_row_expanded), (on_project_element_added),
4458         (on_project_element_removed), (project_root_added),
4459         (symbol_db_activate), (isymbol_manager_search),
4460         (isymbol_manager_get_members),
4461         (isymbol_manager_get_completions_at_position):
4462         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4463         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4464         * plugins/symbol-db/symbol-db-engine.c:
4465         (sdb_engine_execute_non_select_sql),
4466         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4467         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4468         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4469         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4470         (symbol_db_engine_add_new_workspace),
4471         (symbol_db_engine_add_new_project),
4472         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4473         (sdb_engine_detects_removed_ids),
4474         (sdb_engine_walk_down_scope_path),
4475         (symbol_db_engine_get_class_parents),
4476         (symbol_db_engine_get_global_members),
4477         (symbol_db_engine_get_scope_members_by_symbol_id),
4478         (symbol_db_engine_get_scope_members),
4479         (symbol_db_engine_get_current_scope),
4480         (symbol_db_engine_get_file_symbols),
4481         (symbol_db_engine_get_symbol_info_by_id),
4482         (symbol_db_engine_find_symbol_by_name_pattern):
4483         * plugins/symbol-db/symbol-db-engine.h:
4484         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4485         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4486         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4487         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4488         (on_scan_end), (do_add_root_symbol_to_view),
4489         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4490         (trigger_on_symbol_inserted), (add_new_waiting_for),
4491         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4492         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4493         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4494         (symbol_db_view_row_expanded), (sdb_view_init),
4495         (gtree_compare_func), (sdb_view_finalize),
4496         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4497         (sdb_view_populate_base_root),
4498         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4499         * plugins/symbol-db/symbol-db-view.h:
4500         * plugins/symbol-db/tables.sql:
4501         * plugins/symbol-db/test/Makefile.am:
4502         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4503         (get_scope_members), (get_current_scope), (get_global_members),
4504         (get_file_symbols), (get_info_by_id), (main):
4506         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4507         Started using LIMIT keyword to speed up things.
4508         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4509         make providers use prepared statements.
4511 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4513         Patch from James Liggett:
4514         * plugins/subversion/plugin.c: (subversion_instance_init):
4515         * plugins/subversion/plugin.h:
4516         * plugins/subversion/subversion-diff-dialog.c:
4517         (on_subversion_diff_response), (subversion_diff_dialog),
4518         (on_menu_subversion_diff):
4519         * plugins/subversion/subversion-log-dialog.c:
4520         (on_log_view_selected_button_clicked),
4521         (on_log_diff_selected_button_clicked),
4522         (on_log_diff_previous_button_clicked),
4523         (subversion_log_window_create):
4524         * plugins/subversion/subversion-ui-utils.c:
4525         (get_filename_from_full_path), (init_whole_project),
4526         (on_whole_project_toggled):
4527         * plugins/subversion/subversion-ui-utils.h:
4528         * plugins/subversion/subversion-update-dialog.c:
4529         (subversion_update_dialog), (on_menu_subversion_update):
4531         Whole Project checkbox enabled by default in diff and update dialogs.
4532         changes the editor names for diff editors to something much more
4533         descriptive. For example, working copy/head diffs would have an editor
4534         with a name like "[Working Copy/Head] some-file.diff," where some-file
4535         is the name of the file/directory that was diffed. For diffs against
4536         arbitrary diffs the name would look like "[Revisions 2832/3200]
4537         some-file.diff" for a diff of some-file between revisions 2832 and
4538         3200.
4540 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4542         Icons from tpgww@onepost.net:
4543         * plugins/subversion/Makefile.am:
4544         * plugins/subversion/anjuta-subversion-plugin.svg:
4545         * plugins/subversion/anjuta-subversion.plugin.in:
4546         * plugins/subversion/plugin.h:
4547         * plugins/symbol-browser/Makefile.am:
4548         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4549         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4550         * plugins/symbol-browser/plugin.c:
4551         * plugins/symbol-db/Makefile.am:
4552         * plugins/symbol-db/plugin.c:
4553         * plugins/symbol-db/symbol-db.plugin.in:
4555         Icons from patch in bug #480093 comment #23. Also renamed icons.
4556         To be continued..
4558 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4560         Icons from tpgww@onepost.net:
4561         * plugins/project-manager/Makefile.am:
4562         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4563         * plugins/project-manager/anjuta-project-manager.plugin.in:
4564         * plugins/project-manager/plugin.c:
4565         * plugins/project-wizard/Makefile.am:
4566         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4567         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4568         * plugins/project-wizard/druid.h:
4569         * plugins/search/Makefile.am:
4570         * plugins/search/anjuta-search-plugin.svg:
4571         * plugins/search/anjuta-search.plugin.in:
4572         * plugins/search/plugin.c:
4574         Icons from patch in bug #480093 comment #23. Also renamed icons.
4575         To be continued..
4577 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4579         * TODO.tasks: updated.
4581         Icons from tpgww@onepost.net:
4582         * plugins/file-loader/Makefile.am:
4583         * plugins/file-loader/anjuta-loader-plugin.svg:
4584         * plugins/file-loader/anjuta-loader.plugin.in:
4585         * plugins/file-manager/Makefile.am:
4586         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4587         * plugins/file-manager/file-manager.plugin.in:
4588         * plugins/file-manager/plugin.c:
4589         * plugins/glade/Makefile.am:
4590         * plugins/glade/anjuta-glade-plugin.svg:
4591         * plugins/glade/anjuta-glade.plugin.in:
4592         * plugins/glade/plugin.c: (register_stock_icons):
4593         * plugins/language-manager/Makefile.am:
4594         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4595         * plugins/language-manager/language-manager.plugin.in:
4596         * plugins/message-view/Makefile.am:
4597         * plugins/message-view/anjuta-message-manager.plugin.in:
4598         * plugins/message-view/anjuta-messages-plugin.svg:
4599         * plugins/message-view/plugin.c:
4600         * plugins/patch/Makefile.am:
4601         * plugins/patch/anjuta-patch-plugin.svg:
4602         * plugins/patch/anjuta-patch.plugin.in:
4603         * plugins/patch/plugin.c:
4604         * plugins/profiler/Makefile.am:
4605         * plugins/profiler/anjuta-profiler-plugin.svg:
4606         * plugins/profiler/plugin.c: (register_stock_icons):
4607         * plugins/profiler/profiler.plugin.in:
4608         * plugins/project-import/Makefile.am:
4609         * plugins/project-import/anjuta-project-import-plugin.svg:
4610         * plugins/project-import/anjuta-project-import.plugin.in:
4611         * plugins/project-import/plugin.c:
4613         Icons from patch in bug #480093 comment #23. Also renamed icons.
4614         To be continued..
4616 2007-11-18  Johannes Schmid <jhs@gnome.org>
4618         * plugins/build-basic-autotools/build-basic-autotools.c:
4619         (build_regex_init):
4620         * plugins/debug-manager/anjuta-debug-manager.glade:
4621         * plugins/debug-manager/breakpoints.c:
4622         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4623         * plugins/file-wizard/file.c:
4624         * plugins/gdb/anjuta-gdb.glade:
4625         * plugins/glade/plugin.c: (ifile_open):
4626         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4627         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4628         * plugins/gtodo/tray-icon.c:
4629         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4630         * plugins/macro/macros.xml:
4631         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4632         Fixed translation bugs (#496833, #488211 and #497758)
4633         
4634         * plugins/document-manager/plugin.c: (on_editor_changed):
4635         Removed unused code
4637 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4639         Icons from tpgww@onepost.net:
4640         * plugins/devhelp/Makefile.am:
4641         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4642         * plugins/devhelp/anjuta-devhelp.plugin.in:
4643         * plugins/devhelp/plugin.c:
4644         * plugins/document-manager/anjuta-document-manager.plugin.in:
4645         * plugins/document-manager/images/Makefile.am:
4646         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4647         * plugins/document-manager/plugin.c:
4648         * plugins/editor/Makefile.am:
4649         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4650         * plugins/editor/anjuta-editor.plugin.in:
4651         * plugins/editor/plugin.c:
4652         * plugins/sample1/Makefile.am:
4653         * plugins/sample1/anjuta-sample-plugin.svg:
4654         * plugins/sample1/anjuta-sample.plugin.in:
4655         * plugins/sourceview/Makefile.am:
4656         * plugins/sourceview/plugin.c:
4657         * plugins/sourceview/sourceview.plugin.in:
4659         Icons from patch in bug #480093 comment #23. Also renamed icons.
4660         To be continued..
4662 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4664         * TODO.tasks: Updated.
4666         Icons from tpgww@onepost.net:
4667         * plugins/build-basic-autotools/Makefile.am:
4668         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4669         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4670         * plugins/build-basic-autotools/build-basic-autotools.c:
4671         * plugins/class-inheritance/Makefile.am:
4672         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4673         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4674         * plugins/class-inheritance/plugin.c:
4675         * plugins/cvs-plugin/Makefile.am:
4676         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4677         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4678         * plugins/cvs-plugin/plugin.c:
4679         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4680         * plugins/debug-manager/images/Makefile.am:
4681         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4682         * plugins/debug-manager/plugin.c: 
4684         Icons from patch in bug #480093 comment #23. Also renamed icons.
4685         To be continued..
4687 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4689         * (removed) libanjuta/anjuta-children.c,
4690         (removed) libanjuta/anjuta-children.h,
4691         libanjuta/anjuta-launcher.c,
4692         libanjuta/libanjuta.h,
4693         libanjuta/Makefile.am,
4694         plugins/gdb/debugger.c,
4695         plugins/terminal/terminal.c,
4696         manuals/reference/libanjuta/libanjuta-sections.txt,
4697         manuals/reference/libanjuta/libanjuta-docs.sgml:
4698         Replace anjuta_children_register by g_child_watch_add
4700 2007-11-13  Johannes Schmid <jhs@gnome.org>
4702         * plugins/subversion/anjuta-subversion.glade:
4703         * plugins/subversion/subversion-commit-dialog.c:
4704         (subversion_commit_dialog):
4705         * plugins/subversion/subversion-resolve-dialog.c:
4706         (subversion_resolve_dialog):
4707         * plugins/subversion/subversion-revert-dialog.c:
4708         (subversion_revert_dialog):
4709         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4710         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4711         (hide_pulse_progress_bar):
4712         * plugins/subversion/subversion-ui-utils.h:
4714         Yet another patch from #457477:
4715         Add a pulsing progress bar to all dialogs receiving status
4717 2007-11-12  Johannes Schmid <jhs@gnome.org>
4719         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4720         Bug 493583 – crash in Anjuta IDE: trying to open a file
4721         
4722         * plugins/subversion/subversion-commit-dialog.c:
4723         (select_all_files), (subversion_commit_dialog):
4724         Patch from jrligget - see #457477
4726 2007-11-12  Johannes Schmid <jhs@gnome.org>
4728         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4729         * libanjuta/anjuta-plugin-handle.c:
4730         (anjuta_plugin_handle_get_about):
4731         Bug 495536 – Plugins localization improvement
4732         
4733         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4734         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4735         * plugins/indent/indent.glade:
4736         * plugins/subversion/anjuta-subversion.glade:
4737         Bug 495245 – Strings bug
4739 2007-11-08  James Liggett  <jrliggett@cox.net>
4741         reviewed by: Johannes Schmid <jhs@gnome.org>
4743         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4744         (anjuta_async_command_finalize),
4745         (anjuta_async_command_notification_poll),
4746         (anjuta_async_command_thread), (start_command),
4747         (notify_data_arrived), (notify_complete),
4748         (anjuta_async_command_class_init),
4749         (anjuta_async_command_set_error_message),
4750         (anjuta_async_command_get_error_message),
4751         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4752         * libanjuta/anjuta-async-command.h:
4753         * libanjuta/anjuta-command.c: (anjuta_command_init),
4754         (anjuta_command_finalize), (anjuta_command_class_init),
4755         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4756         (anjuta_command_notify_complete),
4757         (anjuta_command_set_error_message),
4758         (anjuta_command_get_error_message):
4759         * libanjuta/anjuta-command.h:
4760         * libanjuta/anjuta-glade-catalog.c:
4761         * libanjuta/anjuta-glade.xml:
4762         * libanjuta/anjuta-vcs-status-tree-view.c:
4763         (on_selected_column_toggled),
4764         (anjuta_vcs_status_tree_view_create_columns),
4765         (anjuta_vcs_status_tree_view_init),
4766         (anjuta_vcs_status_tree_view_finalize),
4767         (anjuta_vcs_status_tree_view_set_property),
4768         (anjuta_vcs_status_tree_view_get_property),
4769         (anjuta_vcs_status_tree_view_class_init),
4770         (anjuta_vcs_status_tree_view_new),
4771         (anjuta_vcs_status_tree_view_destroy),
4772         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4773         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4774         (anjuta_vcs_status_tree_view_unselect_all),
4775         (create_selected_paths_list),
4776         (anjuta_vcs_status_tree_view_get_selected):
4777         * libanjuta/anjuta-vcs-status-tree-view.h:
4778         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4779         * libanjuta/anjuta-widgets.h:
4780         * plugins/subversion/subversion-add-dialog.c:
4781         (on_add_command_finished), (on_subversion_add_response),
4782         (subversion_add_dialog), (on_menu_subversion_add),
4783         (on_fm_subversion_add):
4784         * plugins/subversion/subversion-add-dialog.h:
4785         * plugins/subversion/subversion-commit-dialog.c:
4786         (on_commit_command_finished), (on_subversion_commit_response),
4787         (subversion_commit_dialog), (on_menu_subversion_commit),
4788         (on_fm_subversion_commit):
4789         * plugins/subversion/subversion-commit-dialog.h:
4790         * plugins/subversion/subversion-copy-dialog.c:
4791         (on_copy_other_revision_radio_toggled),
4792         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4793         (on_copy_command_finished), (on_subversion_copy_response),
4794         (subversion_copy_dialog), (on_menu_subversion_copy),
4795         (on_fm_subversion_copy):
4796         * plugins/subversion/subversion-copy-dialog.h:
4797         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4798         (on_subversion_diff_response), (subversion_diff_dialog),
4799         (on_menu_subversion_diff), (on_fm_subversion_diff):
4800         * plugins/subversion/subversion-diff-dialog.h:
4801         * plugins/subversion/subversion-log-dialog.c:
4802         (on_diff_selected_column_toggled), (create_columns),
4803         (on_log_command_finished), (on_log_view_button_clicked),
4804         (on_cat_command_data_arrived), (on_cat_command_finished),
4805         (on_log_view_selected_button_clicked), (get_selected_revisions),
4806         (on_log_diff_selected_button_clicked),
4807         (on_log_diff_previous_button_clicked),
4808         (on_subversion_log_vbox_destroy),
4809         (on_log_changes_view_row_selected), (subversion_log_window_create),
4810         (on_menu_subversion_log), (on_fm_subversion_log),
4811         (subversion_log_set_whole_project_sensitive):
4812         * plugins/subversion/subversion-log-dialog.h:
4813         * plugins/subversion/subversion-merge-dialog.c:
4814         (on_merge_command_finished), (on_subversion_merge_response),
4815         (on_merge_first_path_browse_button_clicked),
4816         (on_merge_second_path_browse_button_clicked),
4817         (on_merge_use_first_path_check_toggled),
4818         (on_merge_start_revision_radio_toggled),
4819         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4820         (on_menu_subversion_merge):
4821         * plugins/subversion/subversion-merge-dialog.h:
4822         * plugins/subversion/subversion-remove-dialog.c:
4823         (on_remove_command_finished),
4824         (on_remove_path_browse_button_clicked),
4825         (on_subversion_remove_response), (subversion_remove_dialog),
4826         (on_menu_subversion_remove), (on_fm_subversion_remove):
4827         * plugins/subversion/subversion-remove-dialog.h:
4828         * plugins/subversion/subversion-resolve-dialog.c:
4829         (on_resolve_command_finished), (on_subversion_resolve_response),
4830         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4831         * plugins/subversion/subversion-resolve-dialog.h:
4832         * plugins/subversion/subversion-revert-dialog.c:
4833         (on_revert_command_finished), (on_subversion_revert_response),
4834         (subversion_revert_dialog), (on_menu_subversion_revert):
4835         * plugins/subversion/subversion-revert-dialog.h:
4836         * plugins/subversion/subversion-switch-dialog.c:
4837         (on_switch_other_revision_radio_toggled),
4838         (on_switch_command_finished), (on_subversion_switch_response),
4839         (subversion_switch_dialog), (on_menu_subversion_switch):
4840         * plugins/subversion/subversion-switch-dialog.h:
4841         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4842         (subversion_data_free), (on_mesg_view_destroy),
4843         (create_message_view), (check_filename), (get_log_from_textview),
4844         (pulse_timer), (on_pulse_timer_destroyed),
4845         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4846         (report_errors), (on_status_command_finished),
4847         (on_status_command_data_arrived), (on_command_info_arrived),
4848         (select_all_status_items), (clear_all_status_selections),
4849         (init_whole_project), (on_whole_project_toggled),
4850         (send_diff_command_output_to_editor), (on_diff_command_finished),
4851         (stop_status_bar_progress_pulse):
4852         * plugins/subversion/subversion-ui-utils.h:
4853         * plugins/subversion/subversion-update-dialog.c:
4854         (on_update_command_finished), (on_subversion_update_response),
4855         (subversion_update_dialog), (on_menu_subversion_update),
4856         (on_fm_subversion_update):
4857         * plugins/subversion/subversion-update-dialog.h:
4858         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4859         (svn_add_command_finalize), (svn_add_command_run),
4860         (svn_add_command_class_init), (svn_add_command_new),
4861         (svn_add_command_destroy):
4862         * plugins/subversion/svn-add-command.h:
4863         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4864         (svn_cat_command_finalize), (svn_cat_command_run),
4865         (svn_cat_command_class_init), (svn_cat_command_new),
4866         (svn_cat_command_destroy), (svn_cat_command_get_output):
4867         * plugins/subversion/svn-cat-command.h:
4868         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4869         (svn_command_release_ui_lock), (simple_prompt),
4870         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4871         (svn_auth_ssl_server_trust_prompt_func_cb),
4872         (svn_auth_ssl_client_cert_prompt_func_cb),
4873         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4874         (svn_command_init), (svn_command_finalize),
4875         (svn_command_class_init), (svn_command_push_info),
4876         (svn_command_get_info_queue), (svn_command_set_error),
4877         (svn_command_get_client_context), (svn_command_get_pool),
4878         (svn_command_lock_ui), (svn_command_unlock_ui),
4879         (svn_command_get_revision), (svn_command_copy_path_list),
4880         (svn_command_free_path_list):
4881         * plugins/subversion/svn-command.h:
4882         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4883         (svn_commit_command_init), (svn_commit_command_finalize),
4884         (svn_commit_command_run), (svn_commit_command_class_init),
4885         (svn_commit_command_new), (svn_commit_command_destroy):
4886         * plugins/subversion/svn-commit-command.h:
4887         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4888         (svn_copy_command_init), (svn_copy_command_finalize),
4889         (svn_copy_command_run), (svn_copy_command_class_init),
4890         (svn_copy_command_new), (svn_copy_command_destroy):
4891         * plugins/subversion/svn-copy-command.h:
4892         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4893         (svn_diff_command_finalize), (svn_diff_command_run),
4894         (svn_diff_command_class_init), (svn_diff_command_new),
4895         (svn_diff_command_destroy), (svn_diff_command_get_output):
4896         * plugins/subversion/svn-diff-command.h:
4897         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4898         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4899         (svn_log_command_class_init), (svn_log_command_new),
4900         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4901         * plugins/subversion/svn-log-command.h:
4902         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4903         (svn_log_entry_finalize), (svn_log_entry_class_init),
4904         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4905         (svn_log_entry_get_author), (svn_log_entry_get_date),
4906         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4907         (svn_log_entry_get_full_log):
4908         * plugins/subversion/svn-log-entry.h:
4909         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4910         (svn_merge_command_finalize), (svn_merge_command_run),
4911         (svn_merge_command_class_init), (svn_merge_command_new),
4912         (svn_merge_command_destroy):
4913         * plugins/subversion/svn-merge-command.h:
4914         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4915         (svn_remove_command_init), (svn_remove_command_finalize),
4916         (svn_remove_command_run), (svn_remove_command_class_init),
4917         (svn_remove_command_new), (svn_remove_command_destroy),
4918         (svn_remove_command_get_path):
4919         * plugins/subversion/svn-remove-command.h:
4920         * plugins/subversion/svn-resolve-command.c:
4921         (svn_resolve_command_init), (svn_resolve_command_finalize),
4922         (svn_resolve_command_run), (svn_resolve_command_class_init),
4923         (svn_resolve_command_new), (svn_resolve_command_destroy):
4924         * plugins/subversion/svn-resolve-command.h:
4925         * plugins/subversion/svn-revert-command.c:
4926         (svn_revert_command_init), (svn_revert_command_finalize),
4927         (svn_revert_command_run), (svn_revert_command_class_init),
4928         (svn_revert_command_new), (svn_revert_command_destroy):
4929         * plugins/subversion/svn-revert-command.h:
4930         * plugins/subversion/svn-status-command.c:
4931         (svn_status_command_init), (svn_status_command_finalize),
4932         (on_svn_status_notify), (svn_status_command_run),
4933         (svn_status_command_class_init), (svn_status_command_new),
4934         (svn_status_command_destroy),
4935         (svn_status_command_get_status_queue):
4936         * plugins/subversion/svn-status-command.h:
4937         * plugins/subversion/svn-status.c: (svn_status_init),
4938         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4939         (svn_status_destroy), (svn_status_get_path),
4940         (svn_status_get_vcs_status):
4941         * plugins/subversion/svn-status.h:
4942         * plugins/subversion/svn-switch-command.c:
4943         (svn_switch_command_init), (svn_switch_command_finalize),
4944         (svn_switch_command_run), (svn_switch_command_class_init),
4945         (svn_switch_command_new), (svn_switch_command_destroy):
4946         * plugins/subversion/svn-switch-command.h:
4947         * plugins/subversion/svn-update-command.c:
4948         (svn_update_command_init), (svn_update_command_finalize),
4949         (svn_update_command_run), (svn_update_command_class_init),
4950         (svn_update_command_new), (svn_update_command_destroy):
4951         * plugins/subversion/svn-update-command.h:
4953         Now really committed all files from James patch (#457477)
4955 2007-11-08  Johannes Schmid <jhs@gnome.org>
4957         * TODO.tasks: Updated
4959 2007-11-08  James Liggett  <jrliggett@cox.net>
4961         reviewed by: Johannes Schmid <jhs@gnome.org>
4963         * configure.in:
4964         * libanjuta/Makefile.am:
4965         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4966         * libanjuta/anjuta-status.h:
4967         * libanjuta/libanjuta.h:
4968         * plugins/subversion/Makefile.am:
4969         * plugins/subversion/anjuta-subversion.glade:
4970         * plugins/subversion/anjuta-subversion.ui:
4971         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4972         (value_removed_project_root_uri), (activate_plugin),
4973         (deactivate_plugin), (finalize), (subversion_instance_init):
4974         * plugins/subversion/plugin.h:
4975         * plugins/subversion/subversion-actions.c:
4976         * plugins/subversion/subversion-actions.h:
4977         * plugins/subversion/subversion-callbacks.c:
4978         * plugins/subversion/subversion-callbacks.h:
4979         * plugins/subversion/svn-auth.c:
4980         * plugins/subversion/svn-auth.h:
4981         * plugins/subversion/svn-backend-priv.h:
4982         * plugins/subversion/svn-backend.c:
4983         * plugins/subversion/svn-backend.h:
4984         * plugins/subversion/svn-notify.c:
4985         * plugins/subversion/svn-notify.h:
4986         * plugins/subversion/svn-thread.c:
4987         * plugins/subversion/svn-thread.h:
4988         
4989         Commited alpha2 of the new subversion plugin (#457477)
4991 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4993         * plugins/debug-manager/command.c:
4994         Fix a stupid crash when changing a register value
4996 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4998         * libanjuta/interfaces/libanjuta.idl,
4999         plugins/debug-manager/command.c,
5000         plugins/debug-manager/command.h,
5001         plugins/debug-manager/start.c,
5002         plugins/gdb/plugin.c,
5003         plugins/gdb/debugger.c,
5004         plugins/gdb/debugger.h:
5005         Use anjuta terminal plugin instead of gnome terminal
5006         Select if a terminal is used in the the start_program function
5007         Move terminal code from debugger.c to plugin.c
5008         Partial fix of bug #481366
5010         * plugins/gdb/utilities.c,
5011         plugins/gdb/utilities.h:
5012         Remove gnome terminal check function
5014 2007-11-06  Johannes Schmid <jhs@gnome.org>
5016         * plugins/project-import/anjuta-project-import.glade:
5017         * plugins/project-import/project-import.c: (on_import_next),
5018         (on_import_finish), (project_import_set_directory):
5019         * plugins/project-wizard/property.c: (npw_property_create_widget),
5020         (npw_property_set_value_from_widget):
5021         
5022         Replaced gnome_file_entry with gtk_file_chooser_button
5023         Fixes #422329 – Creating a new directory in program options doesn't work
5024         
5025 2007-11-04  Massimo Cora' <maxcvs@email.it>
5027         * plugins/symbol-db/plugin.c:
5028         add all files at once on project_import.
5029         No need to split them into more languages: ctags
5030         and the engine will take care of that.
5032         * plugins/symbol-db/symbol-db-engine.h,
5033         * plugins/symbol-db/symbol-db-engine.c,
5034         * plugins/symbol-db/tables.sql,
5035         * plugins/symbol-db/test/Makefile.am,
5036         * plugins/symbol-db/test/main.c,
5037         * plugins/symbol-db/symbol-db-view-locals.c:
5038         some memory leaks fixed. Ported the thing to
5039         libgda 3.1.2 [or better svn HEAD].
5040         Thanks to a fresh new algorithm to detect
5041         parent scope we're able to display correcly
5042         a local gtktree, including classes not directly
5043         defined inside that file.
5045 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
5047         * plugins/debug-manager/threads.c,
5048         plugins/debug-manager/stack_trace.c:
5049         Do not display address when not needed
5051         * plugins/debug-manager/plugin.c,
5052         plugins/debug-manager/breakpoints.c:
5053         Breakpoints directly connect to debugger signals
5055         * plugins/debug-manager/watch.c:
5056         program-unload signal does not exist used debugger-stopped
5058         * plugins/debug-manager/queue.c,
5059         libanjuta/interfaces/libanjuta.idl:
5060         Display error message returned by debugger command
5061         Add new error codes
5063 2007-11-04  Johannes Schmid <jhs@gnome.org>
5065         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
5066         Bug 493062 – gcj template needs AC_PROG_CC
5067         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
5069         * src/anjuta-actions.h:
5070         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
5071         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
5073 === anjuta 2.3.0 ===
5075 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
5077         * AUTHORS: Updated
5079 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5081         * ChangeLog: Tagged 2.3.0 release.
5083         * plugins/indent/Makefile.am: Fixed indentation.
5085         * plugins/editor/aneditor-autocomplete.cxx:
5086         * plugins/editor/aneditor-priv.h:
5087         * plugins/editor/aneditor.cxx:
5088         * plugins/editor/aneditor.h: Commented out dead codes.
5090         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
5091         Do not build symbol-db by
5092         default. Added 'unstable' in plugin description to signify it's
5093         developmental state.
5095         * plugins/file-manager/Makefile.am,
5096         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
5098 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
5100         * plugins/debug-manager/utilities.c,
5101         plugins/debug-manager/utilities.h,
5102         plugins/debug-manager/threads.c,
5103         plugins/debug-manager/plugin.c,
5104         plugins/debug-manager/plugin.h,
5105         plugins/debug-manager/disassemble.h,
5106         plugins/debug-manager/watch.c,
5107         plugins/debug-manager/watch.h,
5108         plugins/debug-manager/breakpoints.c,
5109         plugins/debug-manager/stack_trace.c:
5110         Replace few remaining function calls by signal 
5112         * plugins/debug-manager/disassemble.c,
5113         plugins/debug-manager/registers.c,
5114         plugins/debug-manager/memory.c,
5115         plugins/debug-manager/locals.c,
5116         plugins/debug-manager/queue.c,
5117         plugins/debug-manager/queue.h:
5118         Connect signals when debugger is started
5119         Disconnect them when debugger is stopped
5120         Do not display window if debugger doesn't support feature
5122         * plugins/gdb/plugin.c,
5123         libanjuta/interfaces/libanjuta.idl:
5124         Remove unused initialization function
5126 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5128         * configure.in:
5129         * plugins/file-manager/Makefile.am:
5130         * scripts/build-schemas.mk: Fixed 'make distcheck'
5132 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
5134         * manuals/reference/libanjuta/libanjuta-docs.sgml,
5135         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
5136         to latest API additions.
5138         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
5139         to API changes.
5141 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
5143         * ChangeLog: Fixed indentation.
5144         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
5145         branch.
5147 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
5149         * libanjuta/interfaces/libanjuta.idl:
5150         * plugins/build-basic-autotools/build-basic-autotools.c:
5151         (build_compile_file_real), (build_build_project),
5152         (build_install_project), (build_clean_project),
5153         (build_configure_project), (build_autogen_project),
5154         (build_distribution_project), (build_build_module),
5155         (build_install_module), (build_clean_module), (fm_build),
5156         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
5157         (finalize), (basic_autotools_plugin_instance_init),
5158         (ibuildable_set_command), (ibuildable_reset_commands),
5159         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
5160         (ibuildable_install), (ibuildable_configure),
5161         (ibuildable_generate), (ibuildable_iface_init):
5162         * plugins/build-basic-autotools/build-basic-autotools.h:
5164         Added API for commands override in build interface and implemented
5165         them in build plugin. Useful for other plugins override build
5166         commands depending on project environment.
5168 2007-10-28  Naba Kumar  <naba@gnome.org>
5170         * src/anjuta.glade,
5171         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5172         Fixed widget alignment for dock switcher tab style combo and
5173         scratchbox path entrybox.
5175 2007-10-28  Johannes Schmid <jhs@gnome.org>
5177         * plugins/document-manager/plugin.c: (on_editor_changed):
5178         Fixed a memory leak and simplified code (thanks again Sébastien)
5179         
5180         * configure.in:
5181         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
5182         and OFFSET sql statements)
5184 2007-10-28  Massimo Cora' <maxcvs@email.it>
5186         * plugins/symbol-db/plugin.c,
5187         plugins/symbol-db/symbol-db-engine.h,
5188         plugins/symbol-db/symbol-db-view.c,
5189         plugins/symbol-db/symbol-db-view.c,
5190         plugins/symbol-db/symbol-db-view-locals.c,
5191         plugins/symbol-db/symbol-db-view-locals.h,
5192         plugins/symbol-db/symbol-db-engine.c:
5193         Better end-of-file-scan detection, permitting
5194         an improved scope/inheritance parsing.
5195         Locals tab gtktree now displays correct
5196         namespace->class->children tree, even if
5197         in a C++ file there isn't class declaration.
5199 2007-10-27  Johannes Schmid <jhs@gnome.org>
5201         Patch from Stanislav Brabec <sbrabec@suse.cz>
5202         * configure.in:
5203         Bug 489798 – Do not rely on svn-config
5205         Patch from Michael Wolf <maw@ximian.com>:
5206         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
5207         (egg_tree_model_filter_remove_node),
5208         (egg_tree_model_filter_row_deleted):
5209         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
5211 2007-10-27  Johannes Schmid <jhs@gnome.org>
5213         * plugins/devhelp/anjuta-devhelp.ui:
5214         * plugins/message-view/anjuta-message-manager.ui:
5216         Added some separators to the toolbar
5217         
5218         * plugins/document-manager/plugin.c:
5219         (on_support_plugin_deactivated), (load_new_support_plugins),
5220         (unload_unused_support_plugins), (on_editor_changed):
5221         
5222         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
5223         for pointing out that is was crap.
5225 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
5227         * libanjuta/interfaces/libanjuta.idl,
5228         libanjuta/anjuta-plugin-manager.c,
5229         libanjuta/anjuta-plugin-manager.h,
5230         libanjuta/anjuta-c-plugin-factory.c,
5231         libanjuta/anjuta-c-module.h,
5232         libanjuta/anjuta-c-module.c:
5233         Report detailled error message in case of plugin loading failure
5235 2007-10-24  Johannes Schmid <jhs@gnome.org>
5237         * configure.in:
5238         * plugins/Makefile.am:
5239         
5240         Activate build of symbol-db plugin (when libgda is available)
5241         
5242         * plugins/document-manager/plugin.c:
5243         (on_support_plugin_deactivated), (on_editor_changed):
5244         
5245         Properly handle language support plugins even when they are
5246         unloaded by the session.
5247         
5248         * plugins/symbol-db/plugin.c: (register_stock_icons),
5249         Port to new REGISTER_ICONS stuff
5250   
5251 2007-10-22  Massimo Cora'  <maxcvs@email.it>
5253         * plugins/symbol-db/plugin.c,
5254         * plugins/symbol-db/symbol-db-view.c
5255         * plugins/symbol-db/symbol-db-engine.h,
5256         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5257         * plugins/symbol-db/symbol-db-view-locals.c,
5258         * plugins/symbol-db/symbol-db-view-locals.h,
5259         * plugins/symbol-db/symbol-db-engine.c:
5260         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5261         Added a new algorithm for dynamic population of the local symbols' tab.
5262         Now the default view is tree-like.
5263         Some fixes on engine correct some population issues.    
5265 2007-10-23  Naba Kumar  <naba@gnome.org>
5267         * plugins/glade/Makefile.am: Corrected conditional not to install
5268         .plugin file if plugin is disabled.
5269         * plugins/sourceview/Makefile.am: Corrected conditional not to
5270         install schemas if plugin is not built.
5272 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
5274         * plugins/debug-manager/queue.c:
5275         Fix #488061: Mutiple crash dialogs
5277         * plugins/gdb/debugger.c,
5278         plugins/gdb/debugger.h:
5279         Remove maximum gdb command length, should fix bug#474811
5281 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
5283         * manuals/reference/libanjuta/plugin-description-file.sgml,
5284         manuals/reference/libanjuta/libanjuta-docs.sgml,
5285         manuals/reference/libanjuta/libanjuta-sections.txt,
5286         libanjuta/interfaces/libanjuta.idl,
5287         libanjuta/anjuta-c-module.c,
5288         libanjuta/anjuta-c-plugin-factory.c:
5289         Document last changes in plugin code
5291 2007-10-19  Johannes Schmid <jhs@gnome.org>
5293         * plugins/subversion/subversion-callbacks.c: (check_filename):
5294         
5295         Fixed #487854 – Anjuta crashes when i try to add a SVN url
5297 2007-10-19  Naba Kumar  <naba@gnome.org>
5299         * plugins/file-manager/file-model.c: Fixed a critical runtime
5300         warning.
5302 2007-10-18  Johannes Schmid <jhs@gnome.org>
5304         * libanjuta/anjuta-ui.h:
5305         Small fix on icon macros
5306         
5307         * libanjuta/interfaces/libanjuta.idl:
5308         * plugins/language-manager/plugin.c: (ilanguage_get_name),
5309         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5310         (ilanguage_iface_init):
5311         
5312         Added get_from_editor() and get_name_from_editor() methods
5313         to IAnjutaLanguage
5314         
5315         * plugins/document-manager/plugin.c:
5316         (update_editor_ui_interface_items), (on_editor_changed):
5317         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5318         .in:
5319         * plugins/language-support-cpp-java/plugin.c: (install_support):
5320         
5321         Ported plugins to use the new interface
5323 2007-10-17  Johannes Schmid <jhs@gnome.org>
5325         * libanjuta/anjuta-ui.h:
5326         
5327         Added macros to register stock icons to stop all this copy&paste
5328         which had spread over a lot of files. New macros support to add 
5329         icons with toolbar and menu size (16 and 24)
5330         
5331         * plugins/class-inheritance/plugin.c: (register_stock_icons):
5332         * plugins/debug-manager/images/anjuta-attach.svg:
5333         * plugins/debug-manager/images/anjuta-step-out.svg:
5334         * plugins/debug-manager/images/anjuta-step-over.svg:
5335         * plugins/debug-manager/plugin.c: (register_stock_icons):
5336         * plugins/document-manager/images/Makefile.am:
5337         * plugins/document-manager/images/anjuta-block-end.svg:
5338         * plugins/document-manager/images/anjuta-block-start.svg:
5339         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5340         * plugins/document-manager/images/anjuta-bookmark.svg:
5341         * plugins/document-manager/images/anjuta-go-history-next.svg:
5342         * plugins/document-manager/images/anjuta-go-history-prev.svg:
5343         * plugins/document-manager/plugin.c: (register_stock_icons):
5344         * plugins/glade/plugin.c: (register_stock_icons):
5345         * plugins/language-support-cpp-java/plugin.c:
5346         (register_stock_icons):
5347         * plugins/message-view/Makefile.am:
5348         * plugins/message-view/anjuta-go-message-next.svg:
5349         * plugins/message-view/anjuta-go-message-prev.svg:
5350         * plugins/message-view/anjuta-message-view.svg:
5351         * plugins/message-view/messages.xpm:
5352         * plugins/message-view/plugin.c: (register_stock_icons):
5353         * plugins/patch/plugin.c: (patch_plugin_activate):
5354         * plugins/project-manager/plugin.c: (register_stock_icons):
5355         * plugins/search/Makefile.am:
5356         * plugins/search/anjuta-go-match-next.svg:
5357         * plugins/search/anjuta-go-match-prev.svg:
5358         * plugins/search/plugin.c: (activate_plugin):
5359         * plugins/symbol-browser/plugin.c: (register_stock_icons):
5360         * plugins/terminal/terminal.c: (register_stock_icons):
5361         * plugins/valgrind/plugin.c: (register_stock_icons):
5362         
5363         Updated to use the new icons and added several new and updated 
5364         icons from #480093
5366 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
5368         * libanjuta/anjuta-plugin-handle.c,
5369         libanjuta/anjuta-plugin-handle.h:
5370         Add a new path property containing the directory of the .plugin
5371         file, library file (.so or whatever) must be in the same directory
5373         * libanjuta/anjuta-plugin-manager.c,
5374         libanjuta/interfaces/libanjuta.idl,
5375         (removed) libanjuta/anjuta-glue-plugin.c,
5376         (removed) libanjuta/anjuta-glue-plugin.h,
5377         (removed) libanjuta/anjuta-glue-c.c,
5378         (removed) libanjuta/anjuta-glue-c.h,
5379         (removed) libanjuta/anjuta-glue-cpp.c,
5380         (removed) libanjuta/anjuta-glue-cpp.h,
5381         (removed) libanjuta/anjuta-glue-factory.c,
5382         (removed) libanjuta/anjuta-glue-factory.h,
5383         (added) libanjuta/anjuta-c-module.c,
5384         (added) libanjuta/anjuta-c-module.h,
5385         (added) libanjuta/anjuta-c-plugin-factory.c,
5386         (added) libanjuta/anjuta-c-plugin-factory.h,
5387         libanjuta/Makefile.am:
5388         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5389         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5390         implementing IAnjutaPluginFactory
5391         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5393         * libanjuta/libanjuta.h:
5394         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5395         interface)
5397         * libanjuta/anjuta-plugin.h:
5398         Replace AnjutaGluePlugin by GTypeModule
5399         Remove unused anjuta_glue_get_component_type replaced by
5400         g_type_from_name
5402         * plugins/build-basic-autotools/build-basic-autotools.h,
5403         plugins/class-gen/plugin.h,
5404         plugins/class-inheritance/plugin.h,
5405         plugins/cvs-plugin/plugin.h,
5406         plugins/debug-manager/plugin.h,
5407         plugins/devhelp/plugin.h,
5408         plugins/document-manager/plugin.h,
5409         plugins/editor/plugin.h,
5410         plugins/file-loader/plugin.h,
5411         plugins/file-wizard/plugin.h,
5412         plugins/gdb/plugin.h,
5413         plugins/glade/plugin.h,
5414         plugins/gtodo/plugin.h,
5415         plugins/indent/plugin.h,
5416         plugins/language-manager/plugin.h,
5417         plugins/language-support-cpp-java/plugin.h,
5418         plugins/macro/plugin.h,
5419         plugins/message-view/plugin.h,
5420         plugins/patch/plugin.h,
5421         plugins/profiler/plugin.h,
5422         plugins/project-import/plugin.h,
5423         plugins/project-manager/plugin.h,
5424         plugins/project-wizard/plugin.h,
5425         plugins/sample1/plugin.h,
5426         plugins/search/plugin.h,
5427         plugins/sourceview/plugin.h,
5428         plugins/subversion/plugin.h,
5429         plugins/symbol-browser/plugin.h,
5430         plugins/symbol-db/plugin.h,
5431         plugins/terminal/terminal.c,
5432         plugins/tools/plugin.h,
5433         plugins/valgrind/plugin.h:
5434         Replace AnjutaGluePlugin by GTypeModule
5436 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5438         * plugins/debug-manager/breakpoints.c:
5439         Fix bug#487112, crash while removing a breakpoint in a new file
5441 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5443         * plugins/document-manager/search-box.c:
5444         Fix a crash (with an useful comment) focus-out-event handler must
5445         return a gboolean
5447 2007-10-14 Johannes Schmid <jhs@gnome.org>
5449         * plugins/sourceview/sourceview.c:
5450         Hide calltip when "Up" or "Down" key is pressed
5452 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5454         * plugins/document-manager/search-box.c:
5455         Change included file order to avoid a compile error with gnome 2.16
5457 2007-10-13  Johannes Schmid <jhs@gnome.org>
5459         * plugins/debug-manager/plugin.c: (enable_log_view):
5460         
5461         Fixed crash when closing a project and unloading another while
5462         the debugger is enabled
5464 2007-10-13  Johannes Schmid <jhs@gnome.org>
5466         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5467         
5468         Use correct breakpoint icon
5469         
5470         * plugins/devhelp/Makefile.am:
5471         * plugins/devhelp/anjuta-go-help-next.svg:
5472         * plugins/devhelp/anjuta-go-help-prev.svg:
5473         * plugins/devhelp/plugin.c: (register_stock_icons),
5474         (devhelp_activate):
5475         
5476         Added new icons from #480093
5477         
5478         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5479         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5480         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5481         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5482         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5483         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5484         * plugins/message-view/anjuta-go-message-next.svg:
5485         * plugins/message-view/anjuta-go-message-prev.svg:
5486         
5487         Updated icons from #480093
5488                 
5489         * src/anjuta-actions.h:
5490         Use GTK_STOCK_FULLSCREEN
5491         
5492         * src/anjuta-app.c: (on_gdl_style_changed),
5493         (anjuta_app_instance_init):
5494         * src/anjuta.glade:
5495         
5496         Added preference option to set the gdl switcher style
5498 2007-10-13  Johannes Schmid <jhs@gnome.org>
5500         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5501         (get_property_value_as_string), (set_property_value_as_string),
5502         (register_callbacks):
5503         * libanjuta/anjuta-preferences.h:
5504         
5505         Support GtkFileChooserButton as preferences widget
5506         
5507         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5508         
5509         Fixed a Gtk-Critical
5510         
5511         * plugins/file-manager/Makefile.am:
5512         * plugins/file-manager/file-model.c: (file_model_filter_file),
5513         (file_model_add_dummy), (file_model_expand_idle),
5514         (file_model_set_property), (file_model_get_property),
5515         (file_model_class_init):
5516         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5517         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5518         (file_manager_activate), (file_manager_finalize),
5519         (file_manager_instance_init), (ipreferences_merge),
5520         (ipreferences_unmerge), (ipreferences_iface_init):
5521         * plugins/file-manager/plugin.h:
5522         
5523         Added preferences to file-manager
5525         * plugins/glade/plugin.c: (activate_plugin):
5526         
5527         Move Properties widget into center because it is way to big
5528         for the sidebar
5530 2007-10-10  Johannes Schmid <jhs@gnome.org>
5532         * plugins/language-support-cpp-java/Makefile.am:
5533         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5534         * plugins/language-support-cpp-java/anjuta-complete.svg:
5535         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5536         * plugins/language-support-cpp-java/plugin.c:
5537         (register_stock_icons):
5538         
5539         And yet some more icons...
5541 2007-10-10  Johannes Schmid <jhs@gnome.org>
5543         * plugins/debug-manager/breakpoints.c:
5544         * plugins/debug-manager/images/Makefile.am:
5545         * plugins/debug-manager/images/anjuta-bookmark.svg:
5546         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5547         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5548         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5549         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5550         * plugins/debug-manager/images/anjuta-linemark.svg:
5551         * plugins/debug-manager/images/anjuta-pcmark.svg:
5552         * plugins/debug-manager/plugin.c: (register_stock_icons):
5553         * plugins/debug-manager/sparse_view.c:
5554         * plugins/document-manager/images/Makefile.am:
5555         * plugins/document-manager/images/anjuta-block-select.svg:
5556         * plugins/document-manager/images/anjuta-fold-close.svg:
5557         * plugins/document-manager/images/anjuta-fold-open.svg:
5558         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5559         * plugins/document-manager/images/anjuta-indent-less.svg:
5560         * plugins/document-manager/images/anjuta-indent-more.svg:
5561         * plugins/document-manager/images/anjuta-swap.svg:
5562         * plugins/document-manager/images/block_select.xpm:
5563         * plugins/document-manager/images/fold_close.xpm:
5564         * plugins/document-manager/images/fold_open.xpm:
5565         * plugins/document-manager/images/fold_toggle.xpm:
5566         * plugins/document-manager/images/indent.xpm:
5567         * plugins/document-manager/images/indent_dcr.xpm:
5568         * plugins/document-manager/images/indent_inc.xpm:
5569         * plugins/document-manager/plugin.c: (register_stock_icons):    
5570         * plugins/editor/Makefile.am:
5571         * plugins/editor/anjuta-bookmark-16.xpm:
5572         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5573         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5574         * plugins/editor/anjuta-linemark-16.xpm:
5575         * plugins/editor/anjuta-pcmark-16.xpm:
5576         * plugins/editor/bookmark.xpm:
5577         * plugins/editor/breakpoint-disabled.xpm:
5578         * plugins/editor/breakpoint-enabled.xpm:
5579         * plugins/editor/linemarker.xpm:
5580         * plugins/editor/program-counter.xpm:
5581         * plugins/editor/text_editor.c:
5582         * plugins/message-view/Makefile.am:
5583         * plugins/message-view/anjuta-go-message-next.svg:
5584         * plugins/message-view/anjuta-go-message-prev.svg:
5585         * plugins/message-view/anjuta-message-manager.ui:
5586         * plugins/message-view/plugin.c:
5587         * plugins/sourceview/Makefile.am:
5588         * plugins/sourceview/sourceview.c:
5590         Integrated lots of icons from #480093
5591         Thanks to <tpgww@onepost.net>
5593         * plugins/document-manager/plugin.c:
5594         Do not mark the line in ifile_open(), that looks ugly.
5595         
5596         * plugins/document-manager/search-box.c: (on_search_focus_out),
5597         (search_box_init):
5598         Clear the status bar on focus_out.
5599         
5600         * plugins/file-loader/anjuta-loader-plugin.ui:
5601         Fixed a missing "="
5603 2007-10-09  Johannes Schmid <jhs@gnome.org>
5605         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5606         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5608         Some things I missed in the patch for #484419
5609         
5610         * plugins/document-manager/action-callbacks.c:
5611         (on_new_file_activate):
5612         * plugins/document-manager/action-callbacks.h:
5613         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5614         (on_window_key_press_event), (on_gconf_notify_timer):
5615         
5616         484645 – patch to deal with docman FIXME etc
5617         
5618         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5619         * plugins/search/search-replace.c: (search_and_replace),
5620         (write_message_pane), (search_replace_populate),
5621         (translate_dialog_strings), (create_dialog),
5622         (anjuta_search_replace_activate):
5623         * plugins/search/search-replace_backend.c:
5624         (file_buffer_new_from_path), (get_next_match),
5625         (create_search_entries), (regex_backref),
5626         (clear_search_replace_instance):
5627         * plugins/search/search-replace_backend.h:
5628         
5629         #484573 – patch to correct various search-related issues
5630         
5631         Thanks for the above patches to <tpgww@onepost.net>
5632         
5633         * plugins/sourceview/sourceview.c:
5634         (sourceview_create_highligth_indic):
5635         
5636         Use the same marker for important as gedit (yellow background)
5638         * plugins/document-manager/anjuta-document-manager.ui:
5639         * plugins/file-loader/anjuta-file-loader.ui:
5640         * plugins/file-loader/plugin.c:
5641         
5642         Moved FileNew action to document-manager
5644 2007-10-08  Johannes Schmid <jhs@gnome.org>
5646         * plugins/document-manager/search-box.c: (on_search_activated):
5647         Mark messages for translation
5649 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5651         reviewed by: Johannes Schmid <jhs@gnome.org>
5653         * plugins/Makefile.am:
5654         * plugins/build-basic-autotools/build-basic-autotools.c:
5655         (build_compile_file_real):
5656         * plugins/search/search-replace.c:
5657         * plugins/valgrind/preferences.c: (build_general_prefs):
5658         
5659         Fix #484379 – Contents of Makefile.am plugins and
5660         #484419 – Improvement into translation
5662 2007-10-06  Johannes Schmid <jhs@gnome.org>
5664         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5666         Fixed to properly support pointer-to-pointer (**) types
5668         * libanjuta/interfaces/libanjuta.idl:
5669         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5670         * plugins/sourceview/sourceview-cell.h:
5671         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5672         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5673         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5674         (isearch_backward), (isearch_iface_init):
5675         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5676         (itext_editor_iface_init), (iselection_set_iter),
5677         (iselection_get_start_iter), (iselection_get_end_iter),
5678         (iselection_iface_init), (isearch_forward), (isearch_backward),
5679         (isearch_iface_init):
5680         
5681         Added IAnjutaEditorSearch interface and some utility methods to
5682         migrate from positions to iterators for the editor interface.
5683         
5684         * plugins/document-manager/Makefile.am:
5685         * plugins/document-manager/action-callbacks.c:
5686         (on_goto_line_no1_activate), (on_show_search):
5687         * plugins/document-manager/action-callbacks.h:
5688         * plugins/document-manager/anjuta-docman.c:
5689         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5690         (anjuta_docman_grab_text_focus):
5691         * plugins/document-manager/anjuta-document-manager.ui:
5692         * plugins/document-manager/goto_line.c: (removed)
5693         * plugins/document-manager/goto_line.h: (removed)
5694         * plugins/document-manager/search-box.c:
5695         * plugins/document-manager/search-box.h:
5696         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5697         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5698         (update_editor_ui_interface_items), (on_editor_added),
5699         (activate_plugin), (deactivate_plugin):
5700         * plugins/document-manager/plugin.h:
5701         
5702         Created new incremental "Quick Search" bar in the document manager to
5703         replace the crappy EggToolbar entries. Uses the new search interface and
5704         it thus much faster and more reliable.
5705         Fixes: 
5706         Bug 357544 – incremental search should work consistently (or not at all) 
5707         when main toolbar is hidden
5708         Bug 440637 – Search, don't work very well (partly for incremental search)
5709         
5710         * plugins/search/anjuta-search.ui:
5711         * plugins/search/plugin.c: (activate_plugin):
5712         
5713         Removed incremental search stuff
5714         
5715         * plugins/build-basic-autotools/build-basic-autotools.c:
5716         (on_session_save), (on_session_load):
5717         * plugins/build-basic-autotools/executer.c:
5718         (get_program_parameters):
5719         
5720         Scroll to selected executable and remember it across sessions
5721         (followup of #477976)
5722         
5723         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5724         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5725         
5726         * plugins/devhelp/anjuta-devhelp.ui:
5727         Rearraged toolbar items a bit
5729 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5731         * plugins/debug-manager/command.c,
5732         plugins/debug-manager/queue.c,
5733         plugins/gdb/plugin.c,
5734         plugins/gdb/debugger.c:
5735         Fix several crashing bugs (including bug#482985) with the debugger
5736         when closing project, stopping the debugger, restarting the program
5738 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5740         * libanjuta/anjuta-launcher.c:
5741         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5743 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5745         * plugins/debug-manager/command.c,
5746         plugins/debug-manager/queue.c:
5747         Asynchronous command can abort other commands in queue
5748         Resynchronize debugger state when a command is cancelled
5750         * plugins/debug-manager/breakpoints.c:
5751         Free BreakpointItem only when it is not used anymore
5753         * plugins/gdb/plugin.c:
5754         Do not return TRUE if the callback and/or ready signal is not used
5756         * plugins/gdb/debugger.c:
5757         Fix a crash, return correct state when debugger is stopped
5759 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5761         * plugins/project-wizard/autogen.c:
5762         Fix bug#482067, escape project wizard user defined strings
5764 2007-10-01  Johannes Schmid <jhs@gnome.org>
5766         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5767         .glade:
5768         * plugins/build-basic-autotools/build-basic-autotools.c:
5769         (basic_autotools_plugin_instance_init):
5770         * plugins/build-basic-autotools/build-basic-autotools.h:
5771         * plugins/build-basic-autotools/executer.c:
5772         (get_program_parameters):
5773         
5774         Fixed #477976 – Keybinding in run dialog
5776 2007-09-30  Johannes Schmid <jhs@gnome.org>
5778         * plugins/Makefile.am:
5779         Do not build indent plugin (yet)
5780         
5781         * plugins/document-manager/plugin.c: (ipreferences_merge):
5782         Fixed unintentional and wrong change
5784         * plugins/indent/anjuta-indent.ui:
5785         Added missing file
5787 2007-09-28  Johannes Schmid <jhs@gnome.org>
5789         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5790         * libanjuta/anjuta-launcher.h:
5791         Add a method to send EOF to some process. Needed for the indent plugin
5792         and should be useful in general. It does not actually send EOF as this
5793         is not possible with utf-8, but closes the stream instead.
5795         * plugins/devhelp/plugin.c: (value_added_current_editor):
5796         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5797         IAnjutaDocument switch.
5799         * configure.in:
5800         * plugins/Makefile.am:
5801         * plugins/document-manager/Makefile.am:
5802         * plugins/document-manager/action-callbacks.c:
5803         * plugins/document-manager/anjuta-document-manager.glade:
5804         * plugins/document-manager/anjuta-document-manager.ui:
5805         * plugins/document-manager/images/Makefile.am:
5806         * plugins/document-manager/images/indent_auto.xpm:
5807         * plugins/document-manager/images/indent_set.xpm:
5808         * plugins/document-manager/indent-dialog.c:
5809         * plugins/document-manager/indent-dialog.h:
5810         * plugins/document-manager/indent-util.c:
5811         * plugins/document-manager/indent-util.h:
5812         * plugins/document-manager/indent_test.c:
5813         * plugins/document-manager/plugin.c: (register_stock_icons),
5814         (docman_plugin_instance_init), (ipreferences_merge):
5815         * plugins/document-manager/plugin.h:
5816         
5817         Removed indent code from document manager
5818         
5819         * plugins/indent/Makefile.am:
5820         * plugins/indent/indent-dialog.c:
5821         * plugins/indent/indent-util.c: (indent_init_indent_style):
5822         * plugins/indent/indent.glade:
5823         * plugins/indent/indent.plugin.in:
5824         * plugins/indent/plugin.c: (on_indent_finished),
5825         (on_indent_output), (on_indent_action_activate),
5826         (on_edit_editor_indent), (on_style_combo_changed),
5827         (value_added_current_editor), (value_removed_current_editor),
5828         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5829         (indent_plugin_finalize), (indent_plugin_dispose),
5830         (anjuta_indent_plugin_instance_init),
5831         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5832         (ipreferences_unmerge), (ipreferences_iface_init):
5833         * plugins/indent/plugin.h:
5835         Moved indent code to it's own plugin. Also reimplemented indent invocation
5836         using anjuta_launcher and streams. This is not yet completely working, maybe
5837         I got something wrong with the launcher.
5838         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5840 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5842         * plugins/debug-manager/plugin.c:
5843         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5845 2007-09-27  Johannes Schmid <jhs@gnome.org>
5847         * libanjuta/interfaces/libanjuta.idl:
5848         * plugins/Makefile.am:
5849         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5850         (isymbol_type_str), (isymbol_name), (isymbol_args),
5851         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5852         (isymbol_impl), (isymbol_iface_init):
5853         * plugins/symbol-browser/an_symbol_info.c:
5854         * plugins/symbol-browser/an_symbol_info.h:
5855         * plugins/symbol-db/Makefile.am:
5856         * plugins/symbol-db/plugin.c:
5857         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5858         (value_added_current_editor), (on_editor_foreach_clear),
5859         (value_removed_current_editor), (project_root_added),
5860         (symbol_db_activate), (symbol_db_deactivate),
5861         (isymbol_manager_search):
5862         * plugins/symbol-db/readtags.c: (initialize_1):
5863         * plugins/symbol-db/symbol-db-engine-iterator.c:
5864         (sdb_engine_iterator_instance_init),
5865         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5866         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5867         (symbol_db_engine_iterator_move_next),
5868         (symbol_db_engine_iterator_move_prev),
5869         (symbol_db_engine_iterator_get_n_items),
5870         (symbol_db_engine_iterator_last),
5871         (symbol_db_engine_iterator_set_position),
5872         (symbol_db_engine_iterator_get_position),
5873         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5874         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5875         (isymbol_iter_foreach), (isymbol_iter_set_position),
5876         (isymbol_iter_get_position), (isymbol_iter_get_length),
5877         (isymbol_iter_clone), (isymbol_iter_assign),
5878         (isymbol_iter_iface_init):
5879         * plugins/symbol-db/symbol-db-engine-iterator.h:
5880         * plugins/symbol-db/symbol-db-engine.c:
5881         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5882         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5883         (sdb_engine_finalize), (sdb_engine_get_type),
5884         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5885         (sdb_engine_get_table_id_by_unique_name2),
5886         (sdb_engine_get_table_id_by_unique_name3),
5887         (symbol_db_engine_add_new_workspace),
5888         (symbol_db_engine_get_opened_project_name),
5889         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5890         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5891         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5892         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5893         (sdb_engine_add_new_scope_definition),
5894         (sdb_engine_add_new_tmp_heritage_scope),
5895         (sdb_engine_second_pass_update_scope_1),
5896         (sdb_engine_second_pass_update_heritage),
5897         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5898         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5899         (symbol_db_engine_update_project_symbols),
5900         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5901         (symbol_db_engine_update_buffer_symbols),
5902         (sdb_engine_walk_down_scope_path),
5903         (sdb_engine_prepare_symbol_info_sql),
5904         (symbol_db_engine_get_global_members),
5905         (symbol_db_engine_get_scope_members_by_symbol_id),
5906         (symbol_db_engine_get_scope_members),
5907         (symbol_db_engine_get_current_scope),
5908         (symbol_db_engine_get_file_symbols):
5909         * plugins/symbol-db/symbol-db-engine.h:
5910         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5911         (on_symbol_updated), (on_symbol_inserted),
5912         (symbol_db_view_locals_get_line),
5913         (symbol_db_view_locals_update_list):
5914         * plugins/symbol-db/symbol-db-view-search.c:
5915         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5916         * plugins/symbol-db/symbol-db-view-search.h:
5917         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5918         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5919         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5920         * plugins/symbol-db/tables.sql:
5921         * plugins/symbol-db/test/Makefile.am:
5922         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5923         Updated patch from Massimo to improve symbol-db plugin
5925         * plugins/document-manager/plugin.c: (on_editor_changed):
5926         Make the code a bit more robust
5927         
5928         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5929         (anjuta_document_get_property), (anjuta_document_class_init),
5930         (anjuta_document_init), (set_uri), (document_loader_loaded),
5931         (anjuta_document_load), (document_saver_saving):
5932         * plugins/sourceview/anjuta-document.h:
5933         * plugins/sourceview/sourceview.c: (autodetect_language),
5934         (ilanguage_set_language), (ilanguage_get_language):
5935         Fix language detection on startup
5937 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5939         * plugins/document-manager/action-callbacks.c:
5940         (on_editor_command_upper_case_activate),
5941         (on_editor_command_lower_case_activate): Leftover commit from previous
5942         commit (see last changlog entry by me).
5943         
5944         * plugins/file-manager/plugin.c: (file_manager_activate):
5945         Gave proper widget name so that layout works.
5947 2007-09-26  Johannes Schmid <jhs@gnome.org>
5949         * plugins/document-manager/plugin.c: (on_editor_changed),
5950         (docman_plugin_instance_init):
5951         Only unload/load language-support plugins if necessary.
5952         
5953         * plugins/language-manager/plugin.c: (language_manager_activate):
5954         Removed some debugging code
5956         * plugins/sourceview/sourceview.c: (on_document_saved),
5957         (ilanguage_set_language), (ilanguage_get_language):
5958         Fixed ianjuta_language interface and ensure that highlighting is
5959         activated when a new file is saved.
5960         
5961 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5963         * libanjuta/interfaces/libanjuta.idl:
5964         * plugins/document-manager/action-callbacks.c:
5965         (on_editor_command_upper_case_activate),
5966         (on_editor_command_lower_case_activate):
5967         * plugins/editor/text_editor.c: (iselection_has_selection),
5968         (iselection_get_start), (iselection_get_end),
5969         (iselection_iface_init):
5970         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5971         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5972         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5973         method and implemented it for both scintilla and sourceview editors.
5974         Updated document-manager and assist plugins to use the new method.
5976 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5978         * plugins/file-manager/file-view.c:
5979         Fix typo, allow to compile new file manager with gtk < 2.12
5981 2007-09-25  Johannes Schmid <jhs@gnome.org>
5983         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5984         Support Auto-Indent for single lines (e.g no selection);
5985         
5986         * plugins/macro/plugin.c:
5987         Do not use the same shortcut as auto-indent does
5988         
5989         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5990         Optimized keyboard navigation - do not emit char_added when only
5991         navigation keys have been pressed.
5993 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5995         * plugins/language-support-cpp-java/cpp-java-assist.c:
5996         (on_assist_chosen), (cpp_java_assist_install),
5997         (cpp_java_assist_uninstall):
5998         * plugins/language-support-cpp-java/plugin.c: (install_support),
5999         (uninstall_support): Install and uninstall support in correct order.
6000         Fixes a bug where it was installed multiple times resulting in
6001         inserting autocomplete text multiple times.
6003 2007-09-25  Johannes Schmid <jhs@gnome.org>
6005         * configure.in:
6006         Add GNOME_WARNING_FLAGS(maximum) and
6007         GNOME_CXX_WARNIGS(yes) to avoid bugs
6008         the compiler can warn you.
6009         
6010         * libegg/test-tree-utils.c: (key_test):
6011         * plugins/file-manager/file-model.c:
6012         (file_model_cancel_expand_idle), (file_model_sort),
6013         (file_model_row_expanded):
6014         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6015         (file_view_refresh), (file_view_get_selected), (file_view_init),
6016         (file_view_new):
6017         * plugins/file-manager/file-view.h:
6018         * plugins/symbol-db/readtags.c: (initialize_1):
6019         * src/main.c:
6020         
6021         Fixed the more critical warnings
6023 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
6025         Icons from tpgww@onepost.net:
6026         * configure.in:
6027         * plugins/debug-manager/Makefile.am:
6028         * plugins/debug-manager/images/Makefile.am:
6029         * plugins/debug-manager/images/anjuta-attach.svg:
6030         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
6031         * plugins/debug-manager/images/anjuta-step-into.svg:
6032         * plugins/debug-manager/images/anjuta-step-out.svg:
6033         * plugins/debug-manager/images/anjuta-step-over.svg:
6034         * plugins/debug-manager/plugin.c: (register_stock_icons):
6035         * plugins/document-manager/Makefile.am:
6036         * plugins/document-manager/block_select.xpm:
6037         * plugins/document-manager/fold_close.xpm:
6038         * plugins/document-manager/fold_open.xpm:
6039         * plugins/document-manager/fold_toggle.xpm:
6040         * plugins/document-manager/images/Makefile.am:
6041         * plugins/document-manager/images/anjuta-block-end.svg:
6042         * plugins/document-manager/images/anjuta-block-start.svg:
6043         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
6044         * plugins/document-manager/images/anjuta-bookmark-first.svg:
6045         * plugins/document-manager/images/anjuta-bookmark-last.svg:
6046         * plugins/document-manager/images/anjuta-bookmark-next.svg:
6047         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
6048         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
6049         * plugins/document-manager/indent.xpm:
6050         * plugins/document-manager/indent_auto.xpm:
6051         * plugins/document-manager/indent_dcr.xpm:
6052         * plugins/document-manager/indent_inc.xpm:
6053         * plugins/document-manager/indent_set.xpm:
6054         * plugins/document-manager/plugin.c: Added nicer icons for
6055         document manager and debugger. Organized icons in 'images'
6056         directories.
6058 2007-09-24  Johannes Schmid <jhs@gnome.org>
6060         * src/anjuta-app.c: (anjuta_app_add_widget_full):
6061         Fixed a missing NULL in g_object_set.
6063 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6065         * plugins/language-support-cpp-java/cpp-java-assist.c:
6066         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
6067         scope memebers just after scope operator is entered.
6069 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
6071         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6072         * plugins/language-support-cpp-java/cpp-java-assist.c:
6073         (completion_function), (completion_compare),
6074         (cpp_java_assist_tag_destroy), (create_completion),
6075         (cpp_java_assist_destroy_completion_cache),
6076         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
6077         Show '()' for function items in autocomplete list. Allow adding
6078         ' ' and/or '(' after function call autocompletion and have preferences
6079         settings for them.
6081 2007-09-24  Johannes Schmid <jhs@gnome.org>
6083         * sourceview.c: Reverting patch from r3157 because
6084         of side-effects
6086 2007-09-24  Johannes Schmid <jhs@gnome.org>
6088         * plugins/search/search-replace.c: (on_message_clicked):
6090         Fixed #427104 – No "highlight" of lines matching find-result
6092 2007-09-24  Johannes Schmid <jhs@gnome.org>
6094         * src/anjuta.glade:
6096         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
6098 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
6100         reviewed by: Johannes Schmid <jhs@gnome.org>
6102         * plugins/build-basic-autotools/executer.c: (execute_program):
6103         Fix #478238 – set env for execute programe in the terminal
6105 2007-09-24 Tom <tpgww@onepost.net>
6107         reviewed by: Johannes Schmid <jhs@gnome.org>
6109         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6110         Fix memory leak
6111         
6112         * plugins/debug-manager/disassemble.c: (on_disassemble):
6113         Correct a format string in DEBUG_PRINT()
6115 2007-09-23  Johannes Schmid <jhs@gnome.org>
6117         * plugins/sourceview/sourceview.c: (offset_to_position),
6118         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
6119         (ieditor_get_position), (iselect_set), (iselect_get_start),
6120         (iselect_get_end):
6121         
6122         Fixed #Bug 440637 – Search, don't work very well
6124 2007-09-23  Johannes Schmid <jhs@gnome.org>
6126         * plugins/file-manager/file-model.c: (file_model_get_filename):
6127         * plugins/file-manager/file-model.h:
6128         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
6129         (file_view_init), (file_view_class_init):
6130         * plugins/message-view/message-view.c:
6131         (message_view_query_tooltip), (message_view_dispose),
6132         (message_view_instance_init), (message_view_class_init):
6134         Added GTK+ 2.12 style tooltips to file-manager and message view.
6135         Only build if GTK+ 2.12 is availible otherwise for message-view, the
6136         old implementation is used.
6138 2007-09-23  Johannes Schmid <jhs@gnome.org>
6140         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
6141         Fixed typo
6142         
6143         * plugins/language-manager/language-manager.plugin.in:
6144         Marked UserActivatable=FALSE
6145         
6146         * plugins/language-manager/plugin.c: (load_languages),
6147         (language_manager_activate), (language_manager_deactivate),
6148         (language_manager_dispose), (language_manager_instance_init),
6149         (language_manager_find_mime_type), (language_manager_find_string),
6150         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
6151         (ilanguage_get_name), (ilanguage_get_strings):
6152         
6153         Fixed various stupid bugs in language-manager plugin
6154         
6155         * plugins/symbol-db/symbol-db-engine.c:
6156         (sdb_engine_second_pass_update_scope_1):
6157         
6158         Add a g_return_if_fail to avoid a crash though still unsure
6159         what's causing it.
6161 2007-09-23  Johannes Schmid <jhs@gnome.org>
6163         * plugins/symbol-db/plugin.c: (on_project_element_added),
6164         (sources_array_free), (sources_array_add_foreach),
6165         (project_root_added):
6166         * plugins/symbol-db/symbol-db-engine.c:
6167         (symbol_db_engine_add_new_files):
6168         * plugins/symbol-db/symbol-db-engine.h:
6169         
6170         Added support for other languages than "C" to symbol-db. Now
6171         supports all languages listed by the language-manager.
6173 2007-09-23  Tom <tpgww@onepost.net>
6175         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
6177         * configure.in:
6178         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
6179         
6180         * libanjuta/anjuta-glue-factory.c: (load_plugin),
6181         (anjuta_glue_factory_get_object_type):
6182         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6183         * plugins/build-basic-autotools/build-basic-autotools.c:
6184         (value_added_current_editor):
6185         * plugins/debug-manager/breakpoints.c:
6186         (breakpoints_dbase_edit_breakpoint),
6187         (on_toggle_breakpoint_activate):
6188         * plugins/debug-manager/plugin.c:
6189         (on_run_to_cursor_action_activate):
6190         * plugins/debug-manager/stack_trace.c:
6191         (dma_thread_update_stack_trace):
6192         * plugins/gdb/plugin.c:
6193         * plugins/glade/plugin.c: (ifile_open):
6194         * plugins/profiler/gprof-call-graph-view.c:
6195         * plugins/profiler/gprof-flat-profile-view.c:
6196         * plugins/profiler/gprof-function-call-tree-view.c:
6197         * plugins/profiler/gprof-options.c: (setup_widgets):
6198         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6199         * plugins/search/search-replace_backend.c:
6200         (file_buffer_new_from_te):
6201         * plugins/sourceview/assist-tip.c: (assist_tip_move):
6202         * plugins/sourceview/assist-window.c: (assist_window_set_property),
6203         (assist_window_get_property), (assist_window_move):
6204         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
6205         (value_added_current_editor):
6206         * plugins/symbol-db/plugin.c: (value_added_current_editor):
6207         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6208         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
6209         
6210         Many small code, warnings and leak fixes
6212 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
6214         * (removed) plugins/debug-manager/debugger.c,
6215         (removed) plugins/debug-manager/debugger.h,
6216         (added) plugins/debug-manager/command.c,
6217         (added) plugins/debug-manager/command.h,
6218         (added) plugins/debug-manager/queue.c,
6219         (added) plugins/debug-manager/queue.h,
6220         plugins/debug-manager/breakpoints.c,
6221         plugins/debug-manager/debug_tree.c,
6222         plugins/debug-manager/debug_tree.h,
6223         plugins/debug-manager/disassemble.c,
6224         plugins/debug-manager/disassemble.h,
6225         plugins/debug-manager/locals.c,
6226         plugins/debug-manager/locals.h,
6227         plugins/debug-manager/memory.c,
6228         plugins/debug-manager/memory.h,
6229         plugins/debug-manager/plugin.c,
6230         plugins/debug-manager/plugin.h,
6231         plugins/debug-manager/registers.c,
6232         plugins/debug-manager/registers.h,
6233         plugins/debug-manager/sharedlib.c,
6234         plugins/debug-manager/sharedlib.h,
6235         plugins/debug-manager/signals.c,
6236         plugins/debug-manager/signals.h,
6237         plugins/debug-manager/stack_trace.c,
6238         plugins/debug-manager/stack_trace.h,
6239         plugins/debug-manager/start.h,
6240         plugins/debug-manager/start.c,
6241         plugins/debug-manager/threads.c,
6242         plugins/debug-manager/threads.h,
6243         plugins/debug-manager/watch.c,
6244         plugins/debug-manager/watch.h,
6245         plugins/debug-manager/Makefile.am,
6246         plugins/gdb/debugger.c,
6247         plugins/gdb/debugger.h,
6248         plugins/gdb/plugin.c,
6249         libanjuta/interfaces/libanjuta.idl:
6250         Split debug-manager/debugger.c into command.c and queue.c
6251         Clean up debugger queue
6252         DmaDebuggerQueue object does not implement IAnjutaDebugger
6254 2007-09-23  Johannes Schmid <jhs@gnome.org>
6256         * configure.in:
6257         Bumped version to 2.3.0 (to ensure bugzilla bugs are
6258         set correctly, etc.)
6259         
6260         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6261         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6262         (plugin_set_update):
6263         
6264         Show an error dialog instead of crashing when plugin loading fails
6266         * plugins/language-manager/Makefile.am:
6267         * plugins/language-manager/language-manager.plugin.in:
6268         * plugins/language-manager/languages.xml:
6269         * plugins/language-manager/plugin.c: (language_destroy),
6270         (load_languages), (language_manager_activate),
6271         (language_manager_deactivate), (language_manager_finalize),
6272         (language_manager_dispose), (language_manager_instance_init),
6273         (language_manager_class_init), (language_manager_find_mime_type),
6274         (language_manager_find_string), (ilanguage_get_from_mime_type),
6275         (ilanguage_get_from_string), (ilanguage_get_name),
6276         (ilanguage_get_strings), (ilanguage_iface_init):
6277         * plugins/language-manager/plugin.h:
6278         
6279         Added new language-manager plugin to have a better organisation for
6280         language names. The xml probabaly needs to be extended over time.
6281         
6282         * plugins/Makefile.am:
6283         * plugins/document-manager/plugin.c: (on_editor_changed):
6284         
6285         Adapted to new IAnjutaLanguage interface. Do not unload language-support
6286         because it does not really save memory but makes tab switching slow.
6287         
6288         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6289         .in:
6290         * plugins/language-support-cpp-java/plugin.c: (install_support),
6291         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6292         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6293         unloading
6295         * plugins/language-support-cpp-java/cpp-java-assist.c:
6296         (cpp_java_assist_show_autocomplete):
6297         
6298         Fix autocomplete to only show valid completions
6300         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6301         Calltips always have correct size and position now
6303 2007-09-22  Johannes Schmid <jhs@gnome.org>
6305         * plugins/search/search-replace_backend.c: (get_next_match):
6306         Removed code introduced by accident that causes a crash.
6307         
6308         * plugins/sourceview/sourceview-tags.c:
6309         * plugins/sourceview/sourceview-tags.h:
6310         Removed ununsed files
6312 2007-09-22  Johannes Schmid <jhs@gnome.org>
6314         * plugins/language-support-cpp-java/cpp-java-assist.c:
6315         Fixed build error
6317 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6319         * plugins/language-support-cpp-java/cpp-java-assist.c:
6320         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6321         Increased matching brace search to 500 chars.
6323 2007-09-21  Johannes Schmid <jhs@gnome.org>
6325         * plugins/language-support-cpp-java/cpp-java-assist.c:
6326         (cpp_java_assist_get_pre_word),
6327         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6328         
6329         Added some profiling debug code
6330         
6331         * plugins/language-support-cpp-java/cpp-java-utils.c:
6332         (cpp_java_util_jump_to_matching_brace):
6333         * plugins/language-support-cpp-java/cpp-java-utils.h:
6334         * plugins/language-support-cpp-java/plugin.c:
6335         (get_line_indentation_base), (get_line_auto_indentation):
6336         
6337         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6338         avoid looping over the whole file when using calltips which is too slow and
6339         unneeded.
6340         
6341         * plugins/sourceview/assist-tip.c: (assist_tip_init),
6342         (assist_tip_set_tips), (assist_tip_get_coordinates),
6343         (assist_tip_new):
6344         * plugins/sourceview/sourceview.c: (iassist_show_tips):
6345         
6346         Better calltips appearance (use theme now) and avoid jumping
6347         calltips
6349 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6351         * plugins/document-manager/plugin.c:
6352         (update_editor_ui_interface_items):
6353         * plugins/language-support-cpp-java/plugin.c: (install_support),
6354         (uninstall_support): Moved autocomplete ui update code from
6355         document-manager to language-plugin.
6357 2007-09-21  Johannes Schmid <jhs@gnome.org>
6359         * libanjuta/interfaces/libanjuta.idl:
6360         
6361         Added IAnjutaLanguage interface (might still change...) for
6362         the upcoming language-manager plugin.
6363         
6364         * plugins/file-manager/Makefile.am:
6365         * plugins/file-manager/file-model.c:
6366         (file_model_cancel_expand_idle), (file_model_add_dummy),
6367         (file_model_expand_idle), (file_model_sort),
6368         (file_model_row_expanded), (file_model_row_collapsed),
6369         (file_model_init), (file_model_finalize),
6370         (file_model_set_property), (file_model_get_property),
6371         (file_model_class_init), (file_model_new), (file_model_refresh),
6372         (file_model_get_uri):
6373         * plugins/file-manager/file-model.h:
6374         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6375         (file_view_expand_row_idle), (file_view_refresh),
6376         (file_view_get_selected), (file_view_button_press_event),
6377         (file_view_selection_changed), (file_view_init),
6378         (file_view_get_property), (file_view_set_property),
6379         (file_view_finalize), (file_view_class_init):
6380         
6381         Split up model/view as far as possible and fixed some file-manager
6382         bugs (popup-menu and incorrect project loading).
6383         
6384         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6385         Use monospace font for tips.
6386         
6387         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6388         (sourceview_cell_new), (icell_get_character), (icell_get_length),
6389         (icell_get_attribute), (icell_style_get_font_description),
6390         (icell_style_get_color), (icell_style_get_background_color),
6391         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6392         (iiter_foreach), (iiter_set_position), (iiter_get_position),
6393         (iiter_get_length), (iiter_clone), (iiter_assign):
6395         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6396         interface. This is way faster though it has the drawback to create invalid
6397         iterators if the buffer is changed.
6399 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6401         * libanjuta/interfaces/libanjuta.idl:
6402         * plugins/document-manager/action-callbacks.c:
6403         * plugins/document-manager/anjuta-document-manager.ui:
6404         * plugins/document-manager/plugin.c: (register_stock_icons):
6405         * plugins/editor/text_editor.c:
6406         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6407         * plugins/language-support-cpp-java/cpp-java-assist.c:
6408         (cpp_java_assist_get_calltip_context):
6409         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6410         (register_stock_icons), (cpp_java_plugin_activate_plugin):
6412         Moved autocomplete menu action from document-manager to assist plugin
6413         and got rid of deprecated autocomplete interface.
6415 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6417         * libanjuta/interfaces/libanjuta.idl:
6418         * plugins/editor/text_editor.c: (iassist_iface_init):
6419         * plugins/language-support-cpp-java/cpp-java-assist.c:
6420         (cpp_java_assist_check), (on_assist_chosen):
6421         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6422         Removed react() methods in both editors and assist interface. Assist
6423         plugin itself handles setting the autocomplete. Also fixed
6424         some mem leaks.
6426 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6428         * plugins/file-manager/Makefile.am:
6429         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6430         (file_view_expand_idle), (file_view_init):
6431         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6432         (file_manager_set_default_uri), (project_root_added),
6433         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6434         (file_manager_activate), (file_manager_deactivate),
6435         (file_manager_instance_init), (file_manager_class_init),
6436         (ifile_manager_set_root), (ifile_manager_set_selected),
6437         (ifile_manager_iface_init): Adjusted white spaces to match
6438         anjuta convention.
6440 2007-09-19  Naba Kumar  <naba@gnome.org>
6442         * libanjuta/interfaces/libanjuta.idl:
6443         * plugins/editor/text_editor.c: (text_editor_instance_init),
6444         (iassist_show_tips), (iassist_cancel_tips),
6445         (iassist_hide_suggestions), (iassist_iface_init):
6446         * plugins/editor/text_editor.h:
6447         * plugins/editor/text_editor_cbs.c:
6448         (on_text_editor_scintilla_notify):
6449         * plugins/language-support-cpp-java/cpp-java-assist.c:
6450         (is_scope_context_character), (is_word_character),
6451         (create_completion), (cpp_java_assist_get_scope_context),
6452         (cpp_java_assist_get_pre_word),
6453         (cpp_java_assist_get_scope_operator),
6454         (cpp_java_assist_destroy_completion_cache),
6455         (cpp_java_assist_create_scope_completion_cache),
6456         (cpp_java_assist_create_word_completion_cache),
6457         (cpp_java_assist_show_autocomplete),
6458         (cpp_java_assist_get_calltip_context),
6459         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6460         (on_editor_char_added), (on_assist_chosen),
6461         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6462         (cpp_java_assist_init), (cpp_java_assist_finalize):
6463         * plugins/language-support-cpp-java/cpp-java-assist.h:
6464         * plugins/language-support-cpp-java/plugin.c:
6465         (initialize_indentation_params):
6466         * plugins/sourceview/assist-tip.c:
6467         * plugins/sourceview/assist-tip.h:
6468         * plugins/sourceview/sourceview-private.h:
6469         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6470         (on_assist_tip_destroyed), (on_assist_cancel),
6471         (on_document_char_added), (iassist_get_suggestions),
6472         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6473         
6474         Implement state-less assistance so that assist can be evaluated
6475         any given time at any position. Changed IAnjutaEditorAssist interfance
6476         and implementations and removed any state management in editors.
6478 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6480         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6481         completion items sorting and avoided unnecssary sorts.
6483         * plugins/text-editor.c: Fixed state.
6485 2007-09-17  Johannes Schmid <jhs@gnome.org>
6487         * plugins/language-support-cpp-java/cpp-java-assist.c:
6488         (on_assist_begin):
6489         
6490         Fixed calltips in sourceview
6492 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6494         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6495         completion items preparation time. Fixed a crash bug.
6497         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6498         Set buffer size (From Massimo, required for symbol-db).
6500         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6501         for suggestions.
6503         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6504         change in API.
6506         * plugins/editor/aneditor-autocomplete.cxx,
6507         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6508         Added ANE_GETWORDBEFORECARAT command.
6510         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6511         using assist interface.
6513         * plugins/editor/text_editor.c: (text_editor_instance_init),
6514         (text_editor_get_word_before_carat),
6515         (text_editor_get_current_word), (iassist_add_trigger),
6516         (iassist_remove_trigger), (on_assist_canceled),
6517         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6518         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6519         * plugins/editor/text_editor.h:
6520         * plugins/editor/text_editor_cbs.c: (trigger_size),
6521         (max_trigger_size), (text_editor_check_assist),
6522         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6523         interface.
6525         * plugins/language-support-cpp-java/Makefile.am:
6526         * plugins/language-support-cpp-java/plugin.c:
6527         (get_line_indentation_base), (get_line_auto_indentation),
6528         (install_support), (uninstall_support),
6529         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6530         (cpp_java_plugin_instance_init):
6531         * plugins/language-support-cpp-java/plugin.h:
6532         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6533         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6534         Make assist a separate class.
6536 2007-09-14  Johannes Schmid <jhs@gnome.org>
6538         * plugins/sourceview/sourceview.c: (iassist_suggest):
6539         Fixed changed char_alignment paramter in language-support
6540         plugin
6542 2007-09-14  Naba Kumar  <naba@gnome.org>
6544         * plugins/language-support-cpp-java/plugin.c: Send the right
6545         'char_alignment' paramenter (needs fixing in sourceview).
6547 2007-09-13  Johannes Schmid <jhs@gnome.org>
6549         * anjuta.anjuta:
6550         * plugins/project-wizard/templates/minimal/project.anjuta:
6551         Use IAnjutaSymbolManager instead of loading the plugin directly.
6552         (TODO: Think of a version to do this for older files...)
6554         * configure.in:
6555         * plugins/Makefile.am:
6556         * plugins/symbol-db/Makefile.am:
6557         
6558         Build symbol-db plugin if libgda-3.0 is found
6560 2007-09-13  Johannes Schmid <jhs@gnome.org>
6562         * plugins/sourceview/Makefile.am:
6563         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6564         (set_uri):
6565         * plugins/sourceview/anjuta-document.h:
6566         Removed lots of dead code
6567         
6568         * plugins/sourceview/anjuta-languages-manager.c:
6569         * plugins/sourceview/anjuta-languages-manager.h:
6570         removed completely
6571         
6572         * plugins/sourceview/sourceview.c: (on_document_char_added),
6573         (on_document_loaded), (sourceview_instance_init),
6574         (iselect_get_start), (iselect_get_end),
6575         (ilanguage_get_supported_languages), (ilanguage_set_language):
6576         
6577         Fixed selection handling and make some adaptions for the changes 
6578         mentioned above
6580 2007-09-13  Johannes Schmid <jhs@gnome.org>
6582         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6583         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6584         (on_assist_update):
6585         
6586         Added preferences to language support completion/calltips
6587         
6588         * plugins/sourceview/assist-window.c: (assist_window_update):
6590         Always select first entry
6592         * plugins/sourceview/sourceview.glade:
6593         Removed old completion preferences
6595 2007-09-11  Naba Kumar  <naba@gnome.org>
6597         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6598         and possible crash when pressing ctrl+d in terminal after preferences
6599         window has been shown once (no need for backport).
6601         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6602         implementations to get warnings instead of crashes for unimplemented
6603         interface methods.
6605 2007-09-11   Massimo Cora' <maxcvs@email.it>
6607         Reviewed by: Naba Kumar  <naba@gnome.org>
6609         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6610         * plugins/symbol-db/*:
6611         Added new symbol-database backend based on SQLite 3.
6612         (does not enabled for build currently).
6614 2007-09-10  Johannes Schmid <jhs@gnome.org>
6616         * anjuta.anjuta:
6617         * configure.in:
6618         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6619         (parse_info_init), (parse_info_free), (valid_element),
6620         (start_element_handler), (end_element_handler), (text_handler),
6621         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6622         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6623         (egg_recent_model_monitor), (egg_recent_model_read),
6624         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6625         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6626         (egg_recent_model_set_property), (egg_recent_model_class_init),
6627         (egg_recent_model_init), (egg_recent_model_add_full),
6628         (egg_recent_model_delete), (egg_recent_model_get_list),
6629         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6630         (egg_recent_model_set_filter_mime_types),
6631         (egg_recent_model_clear_group_filter),
6632         (egg_recent_model_set_filter_groups),
6633         (egg_recent_model_clear_scheme_filter),
6634         (egg_recent_model_set_filter_uri_schemes),
6635         (egg_recent_model_remove_expired):
6636         
6637         Update EggRecent (#456465)
6639 2007-09-10  Johannes Schmid <jhs@gnome.org>
6641         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6642         (anjuta_plugin_manager_get_plugin):
6643         * plugins/profiler/gprof-call-graph-view.c:
6644         (gprof_call_graph_view_create_columns):
6645         * plugins/profiler/gprof-flat-profile-view.c:
6646         (gprof_flat_profile_view_create_columns):
6647         * plugins/profiler/gprof-function-call-tree-view.c:
6648         (gprof_function_call_tree_view_create_columns):
6649         
6650         Fixed #466031 – Update of pieces of menus for Localization
6652 2007-09-10  Johannes Schmid <jhs@gnome.org>
6654         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6655         Bug 343522 – anjuta: Unable to execute commands that use options.
6657 2007-09-09  Johannes Schmid <jhs@gnome.org>
6659         * plugins/document-manager/anjuta-docman.c:
6660         (anjuta_docman_update_page_label):
6661         
6662         Fixed #458034 – Method of indicating unsaved changes breaks convention
6663         
6664         * plugins/document-manager/plugin.c: (update_title),
6665         (value_added_project_root_uri), (value_removed_project_root_uri),
6666         (on_editor_changed), (activate_plugin):
6667         * plugins/document-manager/plugin.h:
6668         * plugins/project-manager/plugin.c: (on_profile_scoped),
6669         (on_profile_descoped), (ifile_open):
6670         
6671         Fixed #427390 – Show path of item in currently focused editor window
6673 2007-09-09  Johannes Schmid <jhs@gnome.org>
6675         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6676         (on_toolbar_find_incremental):
6677         Fix incremental search
6678         
6679         * plugins/sourceview/sourceview.c: (on_document_char_added),
6680         (set_select):
6681         Fixed selection management
6683 2007-09-09  Johannes Schmid <jhs@gnome.org>
6685         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6686         Fixed memory leak
6688         * libanjuta/interfaces/libanjuta.idl:
6689         Extended IAnjutaEditorAssist interface
6690         
6691         * plugins/language-support-cpp-java/plugin.c:
6692         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6693         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6694         (context_character), (get_context), (function_parser),
6695         (cpp_member_parser), (install_assist), (uninstall_assist),
6696         (get_line_indentation_base), (get_line_auto_indentation),
6697         (install_support), (uninstall_support),
6698         (on_value_added_current_editor), (on_value_removed_current_editor),
6699         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6700         * plugins/language-support-cpp-java/plugin.h:
6701         
6702         Improved fixed editor assistance and added support for function/method
6703         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6704         
6705         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6706         Removed a FIXME
6707         
6708         * plugins/project-import/project-import.c: (on_import_next):
6709         Added a non-NULL check with could probably fix #474843 but not sure
6710         
6711         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6712         Fixed anjuta-plugin project wizard
6713         
6714         * plugins/sourceview/Makefile.am:
6715         * plguins/sourceview/assist-tip.[ch]:
6716         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6717         (anjuta_view_key_press_event):
6718         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6719         (assist_window_init), (assist_window_update), (assist_window_new):
6720         * plugins/sourceview/sourceview-private.h:
6721         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6722         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6723         (trigger_size), (max_trigger_size), (on_document_char_added),
6724         (sourceview_dispose), (ieditor_get_current_word),
6725         (iassist_add_trigger), (iassist_init_suggestions),
6726         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6727         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6728         
6729         Big update on sourceview assist capabilites. Autocompletion should
6730         now work much better and function tooltips are finally supported!
6732         * plugins/sourceview/anjuta-document.h:
6733         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6734         (anjuta_document_get_current_word):
6735         Fixed get_current_word (inspired by aneditor.cxx implementation)
6737         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6738         (icell_get_attribute):
6739         Fixed get_attribute() to also detect character constants.
6740         Simplified get_char()
6742         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6743         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6744         (isymbol_manager_get_completions_at_position):
6745         
6746         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6748 2007-09-04  Naba Kumar  <naba@gnome.org>
6750         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6751         projects that can not add sources.
6753         * plugins/file-wizard/file.c: Similarly for file wizard,
6754         Do not enable 'Add to project' projects that can not add sources.
6756 2007-09-04  Naba Kumar  <naba@gnome.org>
6758         * configure.in: Bumped gnome-build requirement to 0.2.0
6759         for project capabilities support.
6761         * plugins/project-manager/plugin.c: Enable/disable project
6762         actions based on project capabilities. Fixes bug #433552:
6763         crash in Anjuta IDE: add file test.h in project on generic
6764         Makefile.
6766         * libanjuta/interfaces/libanjuta.idl: Added method to query
6767         project capabilities.
6769 2007-09-03  Naba Kumar  <naba@gnome.org>
6771         * plugins/file-manager/plugin.c: Set shadow type IN.
6772         * plugins/file-manager/file-view.c: Fixed code style.
6773         * plugins/file-manager/file-view.c: Fixed icons column to size
6774         properly.
6776         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6778         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6779         unmonitors project-uri on file-manager deactivation.
6781         * TODO.tasks: Updated
6783 2007-09-02  Johannes Schmid <jhs@gnome.org>
6785         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6786         Fixed memory leak
6787         
6788         * plugins/file-manager/file-view.c: (file_view_get_selected),
6789         (file_view_button_press_event), (file_view_finalize):
6790         * plugins/file-manager/plugin.c: (project_root_removed),
6791         (file_manager_deactivate):
6792         
6793         Fixed some small bugs I missed before
6795 2007-09-02  Johannes Schmid <jhs@gnome.org>
6797         * plugins/file-manager/*:
6798         Added new and file-manager
6800 2007-09-02  Johannes Schmid <jhs@gnome.org>
6802         * plugins/file-manager/*:
6803         Removed old file-manager
6805 2007-08-31  Johannes Schmid <jhs@gnome.org>
6807         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6808         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6809         
6810         Fixed some memory leaks
6811         
6812         * MAINTAINERS: Fixed
6813         
6814 2007-08-31  Johannes Schmid <jhs@gnome.org>
6816         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6817         (get_property_value_as_string), (set_property_value_as_string),
6818         (register_callbacks), (preferences_foreach_callback),
6819         (anjuta_preferences_register_property_raw):
6820         * libanjuta/anjuta-preferences.h:
6821         * plugins/build-basic-autotools/build-basic-autotools.c:
6822         (on_build_mesg_format):
6823         * plugins/document-manager/anjuta-document-manager.glade:
6824         * plugins/message-view/anjuta-message-manager-plugin.glade:
6825         
6826         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6827         broken message view preferences
6828         
6829         * plugins/message-view/message-view.c:
6830         (message_view_instance_init), (pref_change_color), (prefs_init),
6831         (imessage_view_append):
6832         Cleaned up message view (#458041)
6833         
6834         * src/shell.c: (on_preferences_activate),
6835         (anjuta_test_shell_instance_init),
6836         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6837         Fixed test shell to allow better debugging
6838         
6839 2007-08-31  Johannes Schmid <jhs@gnome.org>
6841         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6842         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6843         * plugins/gtodo/main.h:
6844         * plugins/gtodo/plugin.c: (activate_plugin):
6845         
6846         Fixed #423467 (View->Tasks menu items are not 
6847         checked on startup)
6849 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6851         reviewed by: Johannes Schmid <jhs@gnome.org>
6853         * COPYING:
6854         * data/welcome.txt.in:
6855         * launcher/anjuta_launcher.c:
6856         * libanjuta/anjuta-children.c:
6857         * libanjuta/anjuta-children.h:
6858         * libanjuta/anjuta-debug.h:
6859         * libanjuta/anjuta-encodings.c:
6860         * libanjuta/anjuta-encodings.h:
6861         * libanjuta/anjuta-glue-c.c:
6862         * libanjuta/anjuta-glue-c.h:
6863         * libanjuta/anjuta-plugin-description.c:
6864         * libanjuta/anjuta-plugin-description.h:
6865         * libanjuta/anjuta-plugin-handle.c:
6866         * libanjuta/anjuta-plugin-handle.h:
6867         * libanjuta/anjuta-plugin-manager.c:
6868         * libanjuta/anjuta-plugin-manager.h:
6869         * libanjuta/anjuta-plugin.c:
6870         * libanjuta/anjuta-plugin.h:
6871         * libanjuta/anjuta-preferences.c:
6872         * libanjuta/anjuta-preferences.h:
6873         * libanjuta/anjuta-profile-manager.c:
6874         * libanjuta/anjuta-profile-manager.h:
6875         * libanjuta/anjuta-profile.c:
6876         * libanjuta/anjuta-profile.h:
6877         * libanjuta/anjuta-save-prompt.c:
6878         * libanjuta/anjuta-save-prompt.h:
6879         * libanjuta/anjuta-serializer.c:
6880         * libanjuta/anjuta-serializer.h:
6881         * libanjuta/anjuta-session.c:
6882         * libanjuta/anjuta-session.h:
6883         * libanjuta/anjuta-shell.c:
6884         * libanjuta/anjuta-shell.h:
6885         * libanjuta/anjuta-status.c:
6886         * libanjuta/anjuta-status.h:
6887         * libanjuta/anjuta-ui.c:
6888         * libanjuta/anjuta-ui.h:
6889         * libanjuta/anjuta-utils-priv.h:
6890         * libanjuta/anjuta-utils.c:
6891         * libanjuta/anjuta-utils.h:
6892         * libanjuta/cell-renderer-captioned-image.c:
6893         * libanjuta/cell-renderer-captioned-image.h:
6894         * libanjuta/e-splash.c:
6895         * libanjuta/e-splash.h:
6896         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6897         * libanjuta/interfaces/libanjuta.idl:
6898         * libanjuta/libanjuta.h:
6899         * libanjuta/resources.c:
6900         * libanjuta/resources.h:
6901         * libegg/egg-cell-renderer-text.c:
6902         * libegg/egg-combo-action.c:
6903         * libegg/egg-entry-action.c:
6904         * libegg/egg-recent-action.c:
6905         * libegg/egg-recent-files-module.c:
6906         * libegg/egg-recent-item.c:
6907         * libegg/egg-recent-model.c:
6908         * libegg/egg-recent-view-gtk.c:
6909         * libegg/egg-recent-view.c:
6910         * libegg/egg-submenu-action.c:
6911         * libegg/eggaccelerators.c:
6912         * libegg/eggcellrendererpopup.c:
6913         * libegg/eggcomboselect.c:
6914         * libegg/eggtreemodelfilter.c:
6915         * libegg/eggtreemultidnd.c:
6916         * libegg/gtkcellview.h:
6917         * libegg/treeviewutils/egg-cell-renderer-text.h:
6918         * libegg/treeviewutils/eggaccelerators.h:
6919         * libegg/treeviewutils/eggcellrendererkeys.h:
6920         * libegg/treeviewutils/eggcellrendererpopup.h:
6921         * libegg/treeviewutils/eggtreemodelfilter.h:
6922         * libegg/treeviewutils/eggtreemultidnd.h:
6923         * libegg/treeviewutils/eggtreeviewstate.h:
6924         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6925         * manuals/anjuta-faqs/Makefile.am:
6926         * manuals/anjuta-manual/C/anjuta-manual.xml:
6927         * manuals/anjuta-manual/C/license.xml:
6928         * manuals/anjuta-manual/es/es.po:
6929         * manuals/anjuta-manual/sv/sv.po:
6930         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6931         ml:
6932         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6933         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6934         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6935         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6936         * manuals/old/ja/anjuta-manual/license.xml:
6937         * plugins/build-basic-autotools/build-basic-autotools.c:
6938         * plugins/build-basic-autotools/build-basic-autotools.h:
6939         * plugins/build-basic-autotools/executer.c:
6940         * plugins/build-basic-autotools/executer.h:
6941         * plugins/build/build_file.c:
6942         * plugins/build/build_file.h:
6943         * plugins/build/build_project.c:
6944         * plugins/build/build_project.h:
6945         * plugins/build/clean_project.c:
6946         * plugins/build/clean_project.h:
6947         * plugins/build/commands.c:
6948         * plugins/build/commands.h:
6949         * plugins/build/compile.c:
6950         * plugins/build/compile.h:
6951         * plugins/build/compiler_options.c:
6952         * plugins/build/compiler_options.h:
6953         * plugins/build/configurer.c:
6954         * plugins/build/configurer.h:
6955         * plugins/build/executer.c:
6956         * plugins/build/executer.h:
6957         * plugins/class-gen/cell-renderer-flags.c:
6958         * plugins/class-gen/cell-renderer-flags.h:
6959         * plugins/class-gen/combo-flags.c:
6960         * plugins/class-gen/combo-flags.h:
6961         * plugins/class-gen/element-editor.c:
6962         * plugins/class-gen/element-editor.h:
6963         * plugins/class-gen/generator.c:
6964         * plugins/class-gen/generator.h:
6965         * plugins/class-gen/plugin.c:
6966         * plugins/class-gen/plugin.h:
6967         * plugins/class-gen/transform.c:
6968         * plugins/class-gen/transform.h:
6969         * plugins/class-gen/validator.c:
6970         * plugins/class-gen/validator.h:
6971         * plugins/class-gen/window.c:
6972         * plugins/class-gen/window.h:
6973         * plugins/class-inheritance/class-callbacks.c:
6974         * plugins/class-inheritance/class-callbacks.h:
6975         * plugins/class-inheritance/class-inherit.c:
6976         * plugins/class-inheritance/class-inherit.h:
6977         * plugins/class-inheritance/plugin.c:
6978         * plugins/class-inheritance/plugin.h:
6979         * plugins/cvs-plugin/cvs-actions.c:
6980         * plugins/cvs-plugin/cvs-actions.h:
6981         * plugins/cvs-plugin/cvs-callbacks.c:
6982         * plugins/cvs-plugin/cvs-callbacks.h:
6983         * plugins/cvs-plugin/cvs-execute.c:
6984         * plugins/cvs-plugin/cvs-execute.h:
6985         * plugins/cvs-plugin/cvs-interface.c:
6986         * plugins/cvs-plugin/cvs-interface.h:
6987         * plugins/cvs-plugin/plugin.c:
6988         * plugins/cvs-plugin/plugin.h:
6989         * plugins/debug-manager/breakpoints.c:
6990         * plugins/debug-manager/breakpoints.h:
6991         * plugins/debug-manager/chunk_view.c:
6992         * plugins/debug-manager/chunk_view.h:
6993         * plugins/debug-manager/data_buffer.c:
6994         * plugins/debug-manager/data_buffer.h:
6995         * plugins/debug-manager/data_view.c:
6996         * plugins/debug-manager/data_view.h:
6997         * plugins/debug-manager/debug_tree.c:
6998         * plugins/debug-manager/debug_tree.h:
6999         * plugins/debug-manager/debugger.c:
7000         * plugins/debug-manager/debugger.h:
7001         * plugins/debug-manager/disassemble.c:
7002         * plugins/debug-manager/disassemble.h:
7003         * plugins/debug-manager/info.c:
7004         * plugins/debug-manager/info.h:
7005         * plugins/debug-manager/locals.c:
7006         * plugins/debug-manager/locals.h:
7007         * plugins/debug-manager/memory.c:
7008         * plugins/debug-manager/memory.h:
7009         * plugins/debug-manager/plugin.c:
7010         * plugins/debug-manager/plugin.h:
7011         * plugins/debug-manager/registers.c:
7012         * plugins/debug-manager/registers.h:
7013         * plugins/debug-manager/sexy-icon-entry.c:
7014         * plugins/debug-manager/sexy-icon-entry.h:
7015         * plugins/debug-manager/sharedlib.c:
7016         * plugins/debug-manager/sharedlib.h:
7017         * plugins/debug-manager/signals.c:
7018         * plugins/debug-manager/signals.h:
7019         * plugins/debug-manager/sparse_buffer.c:
7020         * plugins/debug-manager/sparse_buffer.h:
7021         * plugins/debug-manager/sparse_view.c:
7022         * plugins/debug-manager/sparse_view.h:
7023         * plugins/debug-manager/stack_trace.c:
7024         * plugins/debug-manager/stack_trace.h:
7025         * plugins/debug-manager/start.c:
7026         * plugins/debug-manager/start.h:
7027         * plugins/debug-manager/threads.c:
7028         * plugins/debug-manager/threads.h:
7029         * plugins/debug-manager/utilities.c:
7030         * plugins/debug-manager/utilities.h:
7031         * plugins/debug-manager/watch.c:
7032         * plugins/debug-manager/watch.h:
7033         * plugins/devhelp/htmlview.c:
7034         * plugins/devhelp/htmlview.h:
7035         * plugins/document-manager/action-callbacks.c:
7036         * plugins/document-manager/action-callbacks.h:
7037         * plugins/document-manager/anjuta-docman.c:
7038         * plugins/document-manager/anjuta-docman.h:
7039         * plugins/document-manager/editor-tooltips.c:
7040         * plugins/document-manager/editor-tooltips.h:
7041         * plugins/document-manager/file_history.c:
7042         * plugins/document-manager/file_history.h:
7043         * plugins/document-manager/indent-dialog.c:
7044         * plugins/document-manager/indent-dialog.h:
7045         * plugins/document-manager/indent-util.c:
7046         * plugins/document-manager/indent-util.h:
7047         * plugins/document-manager/plugin.c:
7048         * plugins/editor/aneditor-autocomplete.cxx:
7049         * plugins/editor/aneditor-calltip.cxx:
7050         * plugins/editor/aneditor-indent.cxx:
7051         * plugins/editor/aneditor-priv.h:
7052         * plugins/editor/aneditor.cxx:
7053         * plugins/editor/aneditor.h:
7054         * plugins/editor/lexer.h:
7055         * plugins/editor/plugin.c:
7056         * plugins/editor/plugin.h:
7057         * plugins/editor/print.c:
7058         * plugins/editor/print.h:
7059         * plugins/editor/properties.h:
7060         * plugins/editor/properties_cxx.h:
7061         * plugins/editor/style-editor.c:
7062         * plugins/editor/style-editor.h:
7063         * plugins/editor/text-editor-iterable.c:
7064         * plugins/editor/text-editor-iterable.h:
7065         * plugins/editor/text_editor.c:
7066         * plugins/editor/text_editor.h:
7067         * plugins/editor/text_editor_cbs.c:
7068         * plugins/editor/text_editor_cbs.h:
7069         * plugins/editor/text_editor_menu.c:
7070         * plugins/editor/text_editor_menu.h:
7071         * plugins/editor/text_editor_prefs.c:
7072         * plugins/editor/text_editor_prefs.h:
7073         * plugins/file-loader/dnd.c:
7074         * plugins/file-loader/dnd.h:
7075         * plugins/file-loader/plugin.c:
7076         * plugins/file-manager/an_file_view.c:
7077         * plugins/file-manager/plugin.c:
7078         * plugins/file-wizard/file.c:
7079         * plugins/file-wizard/file.h:
7080         * plugins/file-wizard/plugin.c:
7081         * plugins/file-wizard/plugin.h:
7082         * plugins/gdb/debugger.c:
7083         * plugins/gdb/debugger.h:
7084         * plugins/gdb/gdbmi-test.c:
7085         * plugins/gdb/gdbmi.c:
7086         * plugins/gdb/gdbmi.h:
7087         * plugins/gdb/global.h:
7088         * plugins/gdb/parser.c:
7089         * plugins/gdb/parser.h:
7090         * plugins/gdb/plugin.c:
7091         * plugins/gdb/plugin.h:
7092         * plugins/gdb/utilities.c:
7093         * plugins/gdb/utilities.h:
7094         * plugins/glade/plugin.c:
7095         * plugins/glade/plugin.h:
7096         * plugins/gtodo/egg-datetime.c:
7097         * plugins/gtodo/egg-datetime.h:
7098         * plugins/gtodo/eggtrayicon.c:
7099         * plugins/gtodo/eggtrayicon.h:
7100         * plugins/gtodo/plugin.c:
7101         * plugins/gvim/anjuta-vim.c:
7102         * plugins/gvim/anjuta-vim.h:
7103         * plugins/gvim/gtkvim.c:
7104         * plugins/gvim/gtkvim.h:
7105         * plugins/gvim/plugin.c:
7106         * plugins/gvim/plugin.h:
7107         * plugins/language-support-cpp-java/plugin.c:
7108         * plugins/language-support-cpp-java/plugin.h:
7109         * plugins/macro/macro-actions.c:
7110         * plugins/macro/macro-actions.h:
7111         * plugins/macro/macro-db.c:
7112         * plugins/macro/macro-db.h:
7113         * plugins/macro/macro-dialog.c:
7114         * plugins/macro/macro-dialog.h:
7115         * plugins/macro/macro-edit.c:
7116         * plugins/macro/macro-edit.h:
7117         * plugins/macro/macro-util.c:
7118         * plugins/macro/macro-util.h:
7119         * plugins/macro/plugin.c:
7120         * plugins/macro/plugin.h:
7121         * plugins/message-view/anjuta-msgman.c:
7122         * plugins/message-view/anjuta-msgman.h:
7123         * plugins/message-view/message-view.c:
7124         * plugins/message-view/message-view.h:
7125         * plugins/message-view/plugin.c:
7126         * plugins/message-view/plugin.h:
7127         * plugins/patch/patch-plugin.c:
7128         * plugins/patch/patch-plugin.h:
7129         * plugins/patch/plugin.c:
7130         * plugins/patch/plugin.h:
7131         * plugins/profiler/gprof-call-graph-block-entry.c:
7132         * plugins/profiler/gprof-call-graph-block-entry.h:
7133         * plugins/profiler/gprof-call-graph-block.c:
7134         * plugins/profiler/gprof-call-graph-block.h:
7135         * plugins/profiler/gprof-call-graph-view.c:
7136         * plugins/profiler/gprof-call-graph-view.h:
7137         * plugins/profiler/gprof-call-graph.c:
7138         * plugins/profiler/gprof-call-graph.h:
7139         * plugins/profiler/gprof-flat-profile-entry.c:
7140         * plugins/profiler/gprof-flat-profile-entry.h:
7141         * plugins/profiler/gprof-flat-profile-view.c:
7142         * plugins/profiler/gprof-flat-profile-view.h:
7143         * plugins/profiler/gprof-flat-profile.c:
7144         * plugins/profiler/gprof-flat-profile.h:
7145         * plugins/profiler/gprof-function-call-chart-view.c:
7146         * plugins/profiler/gprof-function-call-chart-view.h:
7147         * plugins/profiler/gprof-function-call-tree-view.c:
7148         * plugins/profiler/gprof-function-call-tree-view.h:
7149         * plugins/profiler/gprof-options.c:
7150         * plugins/profiler/gprof-options.h:
7151         * plugins/profiler/gprof-profile-data.c:
7152         * plugins/profiler/gprof-profile-data.h:
7153         * plugins/profiler/gprof-view-manager.c:
7154         * plugins/profiler/gprof-view-manager.h:
7155         * plugins/profiler/gprof-view.c:
7156         * plugins/profiler/gprof-view.h:
7157         * plugins/profiler/plugin.c:
7158         * plugins/profiler/plugin.h:
7159         * plugins/profiler/string-utils.c:
7160         * plugins/profiler/string-utils.h:
7161         * plugins/project-import/plugin.c:
7162         * plugins/project-import/plugin.h:
7163         * plugins/project-import/project-import.c:
7164         * plugins/project-import/project-import.h:
7165         * plugins/project-manager/plugin.c:
7166         * plugins/project-manager/plugin.h:
7167         * plugins/project-wizard/action.c:
7168         * plugins/project-wizard/action.h:
7169         * plugins/project-wizard/autogen.c:
7170         * plugins/project-wizard/autogen.h:
7171         * plugins/project-wizard/druid.c:
7172         * plugins/project-wizard/druid.h:
7173         * plugins/project-wizard/file.c:
7174         * plugins/project-wizard/file.h:
7175         * plugins/project-wizard/header.c:
7176         * plugins/project-wizard/header.h:
7177         * plugins/project-wizard/install.c:
7178         * plugins/project-wizard/install.h:
7179         * plugins/project-wizard/parser.c:
7180         * plugins/project-wizard/parser.h:
7181         * plugins/project-wizard/plugin.c:
7182         * plugins/project-wizard/plugin.h:
7183         * plugins/project-wizard/property.c:
7184         * plugins/project-wizard/property.h:
7185         * plugins/project-wizard/values.c:
7186         * plugins/project-wizard/values.h:
7187         * plugins/sample1/plugin.c:
7188         * plugins/search/plugin.c:
7189         * plugins/search/plugin.h:
7190         * plugins/search/search-replace_backend.c:
7191         * plugins/search/search-replace_backend.h:
7192         * plugins/search/search_preferences.c:
7193         * plugins/sourceview/anjuta-convert.c:
7194         * plugins/sourceview/anjuta-convert.h:
7195         * plugins/sourceview/anjuta-document-loader.c:
7196         * plugins/sourceview/anjuta-document-loader.h:
7197         * plugins/sourceview/anjuta-document-saver.c:
7198         * plugins/sourceview/anjuta-document-saver.h:
7199         * plugins/sourceview/anjuta-document.c:
7200         * plugins/sourceview/anjuta-document.h:
7201         * plugins/sourceview/anjuta-encodings.c:
7202         * plugins/sourceview/anjuta-encodings.h:
7203         * plugins/sourceview/anjuta-languages-manager.c:
7204         * plugins/sourceview/anjuta-languages-manager.h:
7205         * plugins/sourceview/anjuta-utils.c:
7206         * plugins/sourceview/anjuta-utils.h:
7207         * plugins/sourceview/anjuta-view.c:
7208         * plugins/sourceview/anjuta-view.h:
7209         * plugins/sourceview/assist-window.c:
7210         * plugins/sourceview/assist-window.h:
7211         * plugins/sourceview/sourceview-cell.c:
7212         * plugins/sourceview/sourceview-cell.h:
7213         * plugins/sourceview/sourceview-prefs.c:
7214         * plugins/sourceview/sourceview-prefs.h:
7215         * plugins/sourceview/sourceview-print.c:
7216         * plugins/sourceview/sourceview-print.h:
7217         * plugins/sourceview/sourceview-private.h:
7218         * plugins/sourceview/sourceview-tags.c:
7219         * plugins/sourceview/sourceview-tags.h:
7220         * plugins/sourceview/sourceview.c:
7221         * plugins/sourceview/sourceview.h:
7222         * plugins/subversion/plugin.c:
7223         * plugins/subversion/plugin.h:
7224         * plugins/subversion/subversion-actions.c:
7225         * plugins/subversion/subversion-actions.h:
7226         * plugins/subversion/subversion-callbacks.c:
7227         * plugins/subversion/subversion-callbacks.h:
7228         * plugins/subversion/svn-auth.c:
7229         * plugins/subversion/svn-auth.h:
7230         * plugins/subversion/svn-backend-priv.h:
7231         * plugins/subversion/svn-backend.c:
7232         * plugins/subversion/svn-backend.h:
7233         * plugins/subversion/svn-notify.c:
7234         * plugins/subversion/svn-notify.h:
7235         * plugins/subversion/svn-thread.c:
7236         * plugins/subversion/svn-thread.h:
7237         * plugins/symbol-browser/an_symbol.c:
7238         * plugins/symbol-browser/an_symbol.h:
7239         * plugins/symbol-browser/an_symbol_info.c:
7240         * plugins/symbol-browser/an_symbol_info.h:
7241         * plugins/symbol-browser/an_symbol_iter.c:
7242         * plugins/symbol-browser/an_symbol_iter.h:
7243         * plugins/symbol-browser/an_symbol_prefs.c:
7244         * plugins/symbol-browser/an_symbol_prefs.h:
7245         * plugins/symbol-browser/an_symbol_search.c:
7246         * plugins/symbol-browser/an_symbol_search.h:
7247         * plugins/symbol-browser/an_symbol_view.c:
7248         * plugins/symbol-browser/an_symbol_view.h:
7249         * plugins/symbol-browser/plugin.c:
7250         * plugins/symbol-browser/plugin.h:
7251         * plugins/terminal/terminal.c:
7252         * plugins/tools/dialog.c:
7253         * plugins/tools/dialog.h:
7254         * plugins/tools/editor.c:
7255         * plugins/tools/editor.h:
7256         * plugins/tools/execute.c:
7257         * plugins/tools/execute.h:
7258         * plugins/tools/fileop.c:
7259         * plugins/tools/fileop.h:
7260         * plugins/tools/plugin.c:
7261         * plugins/tools/plugin.h:
7262         * plugins/tools/scripts/find-fixmes.pl:
7263         * plugins/tools/scripts/translation-status.pl:
7264         * plugins/tools/tool.c:
7265         * plugins/tools/tool.h:
7266         * plugins/tools/variable.c:
7267         * plugins/tools/variable.h:
7268         * plugins/valgrind/ldd.c:
7269         * plugins/valgrind/ldd.h:
7270         * plugins/valgrind/list.c:
7271         * plugins/valgrind/list.h:
7272         * plugins/valgrind/menu-utils.c:
7273         * plugins/valgrind/menu-utils.h:
7274         * plugins/valgrind/parser.c:
7275         * plugins/valgrind/parser.h:
7276         * plugins/valgrind/plugin.c:
7277         * plugins/valgrind/plugin.h:
7278         * plugins/valgrind/preferences.c:
7279         * plugins/valgrind/preferences.h:
7280         * plugins/valgrind/process.c:
7281         * plugins/valgrind/process.h:
7282         * plugins/valgrind/symtab.c:
7283         * plugins/valgrind/symtab.h:
7284         * plugins/valgrind/vgactions.c:
7285         * plugins/valgrind/vgactions.h:
7286         * plugins/valgrind/vgcachegrindprefs.c:
7287         * plugins/valgrind/vgcachegrindprefs.h:
7288         * plugins/valgrind/vgdefaultview.c:
7289         * plugins/valgrind/vgdefaultview.h:
7290         * plugins/valgrind/vgerror.c:
7291         * plugins/valgrind/vgerror.h:
7292         * plugins/valgrind/vggeneralprefs.c:
7293         * plugins/valgrind/vggeneralprefs.h:
7294         * plugins/valgrind/vghelgrindprefs.c:
7295         * plugins/valgrind/vghelgrindprefs.h:
7296         * plugins/valgrind/vgio.c:
7297         * plugins/valgrind/vgio.h:
7298         * plugins/valgrind/vgmemcheckprefs.c:
7299         * plugins/valgrind/vgmemcheckprefs.h:
7300         * plugins/valgrind/vgrule-editor.c:
7301         * plugins/valgrind/vgrule-editor.h:
7302         * plugins/valgrind/vgrule-list.c:
7303         * plugins/valgrind/vgrule-list.h:
7304         * plugins/valgrind/vgrule.c:
7305         * plugins/valgrind/vgrule.h:
7306         * plugins/valgrind/vgrulepattern.c:
7307         * plugins/valgrind/vgrulepattern.h:
7308         * plugins/valgrind/vgsearchbar.c:
7309         * plugins/valgrind/vgsearchbar.h:
7310         * plugins/valgrind/vgstrpool.c:
7311         * plugins/valgrind/vgstrpool.h:
7312         * plugins/valgrind/vgtoolprefs.c:
7313         * plugins/valgrind/vgtoolprefs.h:
7314         * plugins/valgrind/vgtoolview.c:
7315         * plugins/valgrind/vgtoolview.h:
7316         * src/about.c:
7317         * src/about.h:
7318         * src/action-callbacks.c:
7319         * src/action-callbacks.h:
7320         * src/anjuta-actions.h:
7321         * src/anjuta-app.c:
7322         * src/anjuta-app.h:
7323         * src/anjuta-callbacks.c:
7324         * src/anjuta-callbacks.h:
7325         * src/anjuta.c:
7326         * src/anjuta.h:
7327         * src/anjuta_cbs.c:
7328         * src/bacon-message-connection.c:
7329         * src/bacon-message-connection.h:
7330         * src/getline.c:
7331         * src/main.c:
7332         * src/shell.c:
7333         * src/shell.h:
7334         * src/start-with.c:
7335         * src/start-with.h:
7336         * src/utilities.c:
7337         * src/utilities.h:
7338         * tagmanager/options.c:
7339         
7340         Change the address of FSF in various files
7342 2007-08-30  Johannes Schmid <jhs@gnome.org>
7344         * anjuta.glade:
7345         * anjuta.gladep:
7346         Removed because they are no longer in use
7347         
7348         * plugins/class-gen/anjuta-class-gen-plugin.glade:
7349         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7350         Marked some strings as not translatable
7352         * plugins/search/search-replace.c: (list_max_items):
7353         Fixed a possible memory corruption
7355         * src/anjuta-app.c: (anjuta_app_add_widget_full):
7356         Do not show menuitems for locked layout items
7358         * src/main.c: (main):
7359         Some minor style correction in gnome_init
7361 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7363         * plugins/debug-manager/debugger.c,
7364         plugins/debug-manager/breakpoints.c,
7365         plugins/gdb/plugin.c,
7366         plugins/gdb/debugger.c,
7367         libanjuta/interfaces/libanjuta.idl:
7368         Move all breakpoints functions from IAnjutaDebugger to a new
7369         IAnjutaBreakpointDebugger interface
7371 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
7373         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7374         * plugins/debug-manager/plugin.c,
7375         plugins/debug-manager/breakpoints.c,
7376         plugins/tools/execute.c,
7377         plugins/project-wizard/plugin.c,
7378         plugins/build-basic-autotools/executer.c,
7379         plugins/gdb/debugger.c,
7380         plugins/profiler/gprof-options.h,
7381         plugins/sourceview/assist-window.h,
7382         plugins/class-gen/transform.c,
7383         libanjuta/anjuta-plugin-description.c,
7384         libanjuta/anjuta-status.c,
7385         libanjuta/anjuta-glue-c.c,
7386         libanjuta/anjuta-glue-cpp.c,
7387         plugins/symbol-browser/an_symbol_prefs.c:
7388         Fix warnings mostly "dereferencing type-punned pointer"
7389         Fix two bugs in breakpoints.c and an_symbol_prefs.c
7391 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7393         * plugins/debug-manager/breakpoints.c,
7394         plugins/debug-manager/debugger.c:
7395         Avoid an endless loop if clearing all breakpoints while the programm
7396         is running
7398 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
7400         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7401         * plugins/debug-manager/plugin.c:
7402         Fix a segmentation fault added in the previous patch
7404 2007-07-21  Johannes Schmid <jhs@gnome.org>
7406         * plugins/build-basic-autotools/executer.c:
7407         (get_program_parameters):
7408         
7409         Show an error dialog if no targets are availible instead of
7410         just returning
7412 2007-07-20  Johannes Schmid <jhs@gnome.org>
7414         * libanjuta/anjuta-shell.c: (on_widget_data_add),
7415         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7416         * libanjuta/anjuta-shell.h:
7417         * plugins/document-manager/plugin.c: (activate_plugin):
7418         * plugins/glade/anjuta-design-document.c:
7419         * plugins/glade/plugin.c: (glade_update_ui):
7420         * src/anjuta-app.c: (anjuta_app_add_widget_full),
7421         (anjuta_shell_iface_init):
7422         * src/shell.c: (anjuta_test_shell_add_widget),
7423         (anjuta_shell_iface_init):
7424         
7425         Make the document manager undockable (#458038)
7427 2007-07-20  Johannes Schmid <jhs@gnome.org>
7429         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7430         * plugins/glade/anjuta-design-document.c:
7431         * plugins/glade/plugin.c: (glade_update_ui):
7432         
7433         Fixed some save/dirty status bug in glade
7435 2007-07-20  Johannes Schmid <jhs@gnome.org>
7437         * libanjuta/anjuta-status.c:
7438         Fixed crasher on shutdown
7440 2007-07-20  Johannes Schmid <jhs@gnome.org>
7442         * configure.in:
7443         Minimum glade requirement is 3.2 now. It was before
7444         but we did not check...
7445         
7446         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7447         * libanjuta/anjuta-profile.c:
7448         (anjuta_profile_add_plugins_from_xml):
7449         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7450         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7451         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7452         * plugins/file-loader/plugin.c: (on_create_submenu):
7453         * plugins/file-manager/an_file_view.c: (compare_iter):
7454         * plugins/glade/plugin.c: (activate_plugin):
7455         * src/anjuta-app.c: (on_toolbar_view_toggled):
7456         * src/main.c: (main):
7457         
7458         Fixed lots of memory leaks (thansk valgrind)
7460 2007-07-19  Johannes Schmid <jhs@gnome.org>
7462         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7463         * plugins/document-manager/anjuta-docman.c:
7464         (anjuta_docman_set_busy):
7465         * plugins/document-manager/plugin.c: (on_editor_changed):
7466         * plugins/glade/plugin.c: (activate_plugin):
7467         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7468         (on_value_removed_current_editor):
7469         
7470         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7472 2007-07-18  Johannes Schmid <jhs.gnome.org>
7474         * plugins/build-basic-autotools/executer.c: (execute_program):
7475         Fixed some of the scratchbox stuff but the environment is
7476         still broken
7478 2007-07-18  Johannes Schmid <jhs@gnome.org>
7480         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7481         (on_plugin_deactivated), (get_plugin_loader_type):
7482         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7483         (activate_plugin), (deactivate_plugin),
7484         (glade_plugin_instance_init):
7485         
7486         Fixed glade plugin deactivation
7488 2007-07-18  Johannes Schmid <jhs@gnome.org>
7490         * plugins/document-manager/anjuta-docman.c:
7491         (anjuta_docman_add_document):
7492         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7493         
7494         Fixed path display in document manager with glade files
7496 2007-07-17  Johannes Schmid <jhs@gnome.org>
7498         * libanjuta/interfaces/Makefile.am.iface:
7499         * pixmaps/Makefile.am:
7500         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7501         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7502         (value_removed_current_editor):
7503         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7504         (anjuta_docman_set_current_document):
7505         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7506         (on_editor_added), (on_editor_changed):
7507         * plugins/glade/Makefile.am:
7508         * plugins/glade/anjuta-design-document.c:
7509         (anjuta_design_document_instance_init),
7510         (anjuta_design_document_set_property),
7511         (anjuta_design_document_get_property),
7512         (anjuta_design_document_class_init), (anjuta_design_document_new),
7513         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7514         * plugins/glade/anjuta-design-document.h:
7515         * plugins/glade/anjuta-glade-notebook.c:
7516         * plugins/glade/anjuta-glade-notebook.h:
7517         * plugins/glade/plugin.c: (value_added_current_editor),
7518         (value_removed_current_editor), (glade_update_ui),
7519         (on_close_activated), (on_glade_project_changed),
7520         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7521         (ifile_open):
7522         * plugins/language-support-cpp-java/plugin.c:
7523         (on_value_added_current_editor), (on_value_removed_current_editor):
7524         * plugins/macro/plugin.c: (value_added_current_editor):
7525         * plugins/project-manager/plugin.c: (value_added_current_editor):
7526         * plugins/subversion/plugin.c: (value_added_current_editor):
7527         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7529         Fixed lot of IAnjutaEditor stuff and completed glade integration
7530         with document manager
7531         
7532         * plugins/build-basic-autotools/build-basic-autotools.c:
7533         (value_added_current_editor):
7534         * plugins/build-basic-autotools/executer.c: (execute_program):
7535         
7536         Some initial code to execute projects inside scratchbox
7537         
7538 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7540         * plugins/project-import/project-import.c:
7541         Project import overwrites file on user request (bug #452579)
7543 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7545         * plugins/debug-manager/debugger.c,
7546         plugins/debug-manager/threads.c,
7547         plugins/debug-manager/plugin.c,
7548         plugins/debug-manager/registers.c,
7549         plugins/debug-manager/locals.c,
7550         plugins/debug-manager/stack_trace.c,
7551         plugins/gdb/plugin.c,
7552         plugins/gdb/debugger.c,
7553         plugins/gdb/debugger.h,
7554         libanjuta/interfaces/libanjuta.idl:
7555         Rename change-location to program-moved
7556         Store thread id as gint instead of guint
7557         Do not display registers list if not available
7558         Add intermediate debugger states if missing
7560 2007-07-11  Johannes Schmid <jhs@gnome.org>
7562         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7563         .glade:
7564         Reverted unnecessary changes (#455819)
7566 2007-07-10  Johannes Schmid <jhs@gnome.org>
7568         * plugins/glade/plugin.c:
7569         Fixed glade plugin with glade 3.2 and another crasher
7571 2007-07-09  Johannes Schmid <jhs@gnome.org>
7573         * libanjuta/interfaces/libanjuta.idl:
7574         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7575         .glade:
7576         * plugins/debug-manager/breakpoints.c:
7577         (breakpoint_item_update_in_ui),
7578         (breakpoints_dbase_edit_breakpoint),
7579         (on_toggle_breakpoint_activate):
7580         * plugins/debug-manager/plugin.c:
7581         (on_run_to_cursor_action_activate):
7582         * plugins/document-manager/action-callbacks.c:
7583         (on_editor_command_cut_activate),
7584         (on_editor_command_copy_activate),
7585         (on_editor_command_paste_activate),
7586         (on_editor_command_clear_activate):
7587         * plugins/document-manager/anjuta-docman.c:
7588         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7589         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7590         (anjuta_docman_goto_file_line_mark),
7591         (anjuta_docman_find_editor_with_path),
7592         (anjuta_docman_get_all_editors):
7593         * plugins/document-manager/anjuta-docman.h:
7594         * plugins/document-manager/plugin.c:
7595         (update_editor_ui_interface_items), (on_editor_update_ui),
7596         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7597         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7598         (ianjuta_document_manager_iface_init), (isaveable_save),
7599         (isavable_is_dirty):
7600         * plugins/editor/editor.glade:
7601         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7602         (idocument_paste), (idocument_clear), (idocument_iface_init),
7603         (iselection_iface_init):
7604         * plugins/glade/Makefile.am:
7605         * plugins/glade/anjuta-glade-notebook.c:
7606         (anjuta_glade_notebook_instance_init),
7607         (anjuta_glade_notebook_set_property),
7608         (anjuta_glade_notebook_get_property),
7609         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7610         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7611         (ifile_savable_save), (ifile_savable_save_as),
7612         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7613         (ifile_savable_iface_init), (idocument_can_redo),
7614         (idocument_can_undo), (idocument_begin_undo_action),
7615         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7616         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7617         (idocument_copy), (idocument_paste), (idocument_clear),
7618         (idocument_iface_init):
7619         * plugins/language-support-cpp-java/plugin.c:
7620         (on_value_added_current_editor), (on_value_removed_current_editor):
7621         * plugins/macro/macro-util.c: (get_current_editor):
7622         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7623         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7624         (on_next_occur), (on_incremental_entry_key_press),
7625         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7626         (on_toolbar_find_incremental_start),
7627         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7628         * plugins/search/search-replace.c: (search_start_over),
7629         (search_update_combos), (replace_update_combos),
7630         (anjuta_search_replace_activate):
7631         * plugins/search/search-replace_backend.c: (create_search_entries):
7632         * plugins/sourceview/sourceview.c: (idocument_cut),
7633         (idocument_copy), (idocument_paste), (idocument_clear),
7634         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7635         * plugins/tools/editor.c: (on_editor_response):
7636         * plugins/tools/execute.c: (get_current_editor),
7637         (atp_output_context_initialize), (atp_user_tool_execute):
7638         * plugins/tools/variable.c: (get_current_editor),
7639         (atp_variable_get_editor_variable):
7640         
7641         Some more IAnjutaEditor => IAnjutaDocument fixing!
7642         
7643         * plugins/glade/anjuta-glade-notebook.h:
7644         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7645         (glade_update_ui):
7646         * plugins/glade/plugin.h:
7647         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7648         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7649         be used for glade, too. It might still have some rough edges but already works.
7650         (Fixes #415547 – Glade usability problem)
7652 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7654         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7655           development release (I updated version of glade3 svn to 3.3.2).
7657 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7659         * plugins/symbol-browser/an_symbol_view.c:
7660         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7662 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7664         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7665         (on_system_tags_update_finished), (on_update_global_clicked),
7666         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7667         (symbol_browser_prefs_init),
7668         (symbol_browser_prefs_create_global_tags),
7669         (symbol_browser_load_global_tags):
7670         * plugins/symbol-browser/an_symbol_prefs.h:
7671         * plugins/symbol-browser/an_symbol_view.c:
7672         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7673         * plugins/symbol-browser/an_symbol_view.h:
7674         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7675         on global tags update because of delayed prefs merging. Happens when
7676         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7677         is opened.
7679 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7681         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7682         after install/uninstall.
7684         Patch from James Liggett:
7685         * scripts/glade2schemas.pl: Fixed creating schemas for list
7686         values.
7688 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7690         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7691           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7692           development release since glade svn version is also 3.3.1. In future, the
7693           solution would be for us to always increment the micro version when
7694           changing the API.
7696 2007-07-05  Johannes Schmid <jhs@gnome.org>
7698         * libanjuta/interfaces/libanjuta.idl:
7699         * plugins/build-basic-autotools/build-basic-autotools.c:
7700         (on_build_mesg_format):
7701         * plugins/debug-manager/breakpoints.c:
7702         (breakpoint_item_update_in_ui),
7703         (breakpoints_dbase_edit_breakpoint),
7704         (on_toggle_breakpoint_activate):
7705         * plugins/debug-manager/plugin.c:
7706         (on_run_to_cursor_action_activate):
7707         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7708         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7709         (get_current_editor), (on_save_activate), (on_save_as_activate),
7710         (on_save_prompt_save_editor), (on_close_file_activate),
7711         (on_close_all_file_activate), (on_reload_file_activate),
7712         (anjuta_print_cb), (anjuta_print_preview_cb),
7713         (on_editor_command_upper_case_activate),
7714         (on_editor_command_lower_case_activate),
7715         (on_editor_command_undo_activate),
7716         (on_editor_command_redo_activate),
7717         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7718         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7719         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7720         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7721         (on_zoom_out_text_activate), (on_force_hilite_activate),
7722         (on_indent1_activate), (on_swap_activate),
7723         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7724         * plugins/document-manager/anjuta-docman.c:
7725         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7726         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7727         (anjuta_docman_dispose), (on_notebook_switch_page),
7728         (anjuta_docman_page_from_widget), (on_editor_destroy),
7729         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7730         (anjuta_docman_get_current_document),
7731         (anjuta_docman_set_current_document),
7732         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7733         (anjuta_docman_update_page_label),
7734         (anjuta_docman_get_document_from_path),
7735         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7736         (anjuta_docman_order_tabs):
7737         * plugins/document-manager/anjuta-docman.h:
7738         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7739         (update_editor_ui_interface_items), (update_editor_ui),
7740         (on_editor_update_save_ui), (on_editor_update_ui),
7741         (on_editor_changed), (on_save_prompt_save_editor),
7742         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7743         (ianjuta_docman_get_current_document),
7744         (ianjuta_docman_set_current_document),
7745         (ianjuta_docman_remove_buffer),
7746         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7747         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7748         (idocument_get_filename), (idocument_can_undo),
7749         (idocument_can_redo), (idocument_undo),
7750         (idocument_begin_undo_action), (idocument_end_undo_action),
7751         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7752         * plugins/language-support-cpp-java/plugin.c:
7753         (on_editor_char_inserted_cpp), (on_auto_indent):
7754         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7755         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7756         * plugins/sample1/plugin.c: (on_sample_action_activate):
7757         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7758         (on_next_occur), (on_incremental_entry_key_press),
7759         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7760         (on_toolbar_find_incremental_start),
7761         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7762         * plugins/search/search-replace.c: (search_and_replace),
7763         (write_message_pane), (search_start_over), (search_update_combos),
7764         (replace_update_combos), (anjuta_search_replace_activate):
7765         * plugins/search/search-replace_backend.c:
7766         (file_buffer_new_from_path), (create_search_entries):
7767         * plugins/sourceview/sourceview-print.c: (create_print_job):
7768         * plugins/sourceview/sourceview.c:
7769         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7770         (idocument_can_redo), (idocument_can_undo),
7771         (idocument_begin_undo_action), (idocument_end_undo_action),
7772         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7773         (idocument_get_filename), (idocument_iface_init):
7774         * plugins/tools/editor.c: (on_editor_response):
7775         * plugins/tools/execute.c: (atp_output_context_initialize),
7776         (atp_user_tool_execute):
7777         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7778         
7779         Create IAnjutaDocument interface. This interface is a more general idea
7780         of documents being anything that can be modified, has undo/redo and
7781         may have operations like copy/paste.
7782         The primary goal is to integrate better by making it use the standard file
7783         and edit menu instead of it's own glade menu. Of course the downside is that
7784         you won't be able to view a source file and the designer at the same time. Anyway
7785         so many people have complained that they "can't save a glade file" that I think
7786         this is the much better solution.
7787         Work on the glade plugin is still to come but the most difficult things should be
7788         done now.
7790 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7792         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7793           version 3.0.3.
7795 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7797         * libanjuta/anjuta-plugin-manager.c:
7798         (anjuta_plugin_manager_get_plugins_page),
7799         (anjuta_plugin_manager_get_remembered_plugins_page):
7800         * libanjuta/anjuta-plugin-manager.h:
7801         * src/anjuta-app.c: (anjuta_app_install_preferences):
7802         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7803         and remembered plugins preferences pages in separate pages (avoid
7804         crowd).
7806 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7808         Patch from James Liggett  <jrliggett@cox.net>:
7809         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7810         Installed editor preferences schemas. Fixes bug #453463.
7812 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7814         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7815         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7817 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7819         * plugins/document-manager/anjuta-document-manager.ui:
7820         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7821         * src/action-callbacks.c:
7822         * src/action-callbacks.h:
7823         * src/anjuta-actions.h:
7824         * src/anjuta-app.c: (anjuta_app_instance_init),
7825         (anjuta_app_install_preferences):
7826         * src/anjuta.glade:
7827         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7828         General preferences page. Move preferences menu from Settings to
7829         Edit submenu. And got rid of Settings submenu.
7831 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7833         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7834         
7835 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7837         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7838         as discussed and agreed with James Liggett.
7840         Patch from James Liggett  <jrliggett@cox.net>:
7842         * configure.in:
7843         * libanjuta/anjuta-plugin-manager.c:
7844         (on_activated_plugin_objects_foreach),
7845         (anjuta_plugin_manager_get_active_plugin_objects):
7846         * libanjuta/anjuta-plugin-manager.h:
7847         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7848         (anjuta_plugin_deactivate):
7849         * libanjuta/anjuta-preferences-dialog.c:
7850         (anjuta_preferences_dialog_finalize),
7851         (anjuta_preferences_dialog_class_init), (add_category_columns),
7852         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7853         (anjuta_preferences_dialog_remove_page):
7854         * libanjuta/anjuta-preferences.c: (property_destroy),
7855         (unregister_preferences_key), (register_callbacks),
7856         (preferences_foreach_callback), (connect_prop_to_object),
7857         (anjuta_preferences_register_property_raw),
7858         (anjuta_preferences_register_property_custom),
7859         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7860         (anjuta_preferences_remove_page),
7861         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7862         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7863         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7864         (anjuta_preferences_class_init), (anjuta_preferences_new):
7865         * libanjuta/anjuta-preferences.h:
7866         * plugins/build-basic-autotools/Makefile.am:
7867         * plugins/build-basic-autotools/build-basic-autotools.c:
7868         (ipreferences_unmerge):
7869         * plugins/cvs-plugin/Makefile.am:
7870         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7871         * plugins/document-manager/Makefile.am:
7872         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7873         * plugins/editor/plugin.c: (ipreferences_unmerge):
7874         * plugins/file-manager/Makefile.am:
7875         * plugins/file-manager/plugin.c: (activate_plugin),
7876         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7877         * plugins/gtodo/plugin.c: (ipreferences_merge),
7878         (ipreferences_unmerge):
7879         * plugins/language-support-cpp-java/Makefile.am:
7880         * plugins/language-support-cpp-java/plugin.c:
7881         (ipreferences_unmerge):
7882         * plugins/message-view/Makefile.am:
7883         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7884         * plugins/sourceview/Makefile.am:
7885         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7886         * plugins/symbol-browser/Makefile.am:
7887         * plugins/symbol-browser/an_symbol_prefs.c:
7888         (symbol_browser_prefs_finalize):
7889         * plugins/terminal/Makefile.am:
7890         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7891         * plugins/valgrind/plugin.c: (ipreferences_merge),
7892         (ipreferences_unmerge):
7893         * scripts/Makefile.am:
7894         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7895         * src/Makefile.am:
7896         * src/action-callbacks.c: (on_set_preferences1_activate):
7897         * src/anjuta-app.c: (anjuta_app_instance_init),
7898         (anjuta_app_install_preferences):
7899         * src/anjuta-app.h:
7900         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7901         task: Bug #445314: On demand preferences widgets creation. Thanks
7902         James for this great work.
7904 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7906         * plugins/debug-manager/data_buffer.c,
7907         plugins/message-view/message-view.c: Fixed compiler warnings.
7909 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7911         * src/action-callbacks.c: (help_activate),
7912         (on_help_manual_activate), (on_help_tutorial_activate),
7913         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7915         Fixed help activation (bug #451557).
7917 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7919         * AUTHORS: Added James Liggett. Forgot to add him before :(
7921 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7923         * plugins/debug-manager/debugger.c,
7924         plugins/debug-manager/plugin.c,
7925         plugins/gdb/debugger.c,
7926         libanjuta/interfaces/libanjuta.idl:
7927         Add a GError* parameter to debugger-stopped signal
7929         * (added) libanjuta/anjuta-error.c,
7930         (added) libanjuta/anjuta-error.h,
7931         libanjuta/Makefile.am:
7932         Register GError as a boxed type
7934         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7935         Support GError* in signal, GError must be registered as a boxed type
7936         Accept NULL as strings
7938 === anjuta 2.2.0 ===
7940 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7942         * configure.in: Bumped version to 2.2.0
7943         * NEWS: Updated for 2.2.0 stable release.
7944         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7945         Reduce the idle priority to make the UI update before anything else.
7947 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7949         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7951         * libanjuta/interfaces/libanjuta.idl:
7952         * plugins/document-manager/action-callbacks.c:
7953         (on_editor_command_complete_word_activate):
7954         * plugins/document-manager/plugin.c:
7955         (update_editor_ui_interface_items):
7956         * plugins/editor/text_editor.c: (iautocomplete_activate),
7957         (iautocomplete_iface_init):
7958         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7960         Moved autocomplete() method away from IAnjutaEditorAssist into
7961         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7962         autocomplete and does not crash with sourceview. Fixes Bug #449620
7963         – The auto completion functionality not work. Also sets menuitem 
7964         insensitive when hiding them.
7966         * plugins/debug-manager/disassemble.c:
7967         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7968         printf types.
7970 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7972         * pixmaps/anjuta_splash.png: Updated.
7973         
7974         * plugins/search/search-replace.c
7975         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7976         the right target (project).
7977         * ChangeLog: Added missing log.
7979 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7981         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7982         manuals/anjuta-manual/C/fileoperations.xml,
7983         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7985         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7987         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7989 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7991         * TODO.tasks: Added bounty for on-demand preferences.
7993         Patch from Thierry Moisan:
7994         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7995         (bug #88824).
7997 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7999         Patch from tpgww@onepost.net:
8001         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
8002         * libegg/test-actions.c:
8003         * libegg/test-multi-drag.c: (main):
8004         * plugins/debug-manager/memory.c: (read_memory_block):
8005         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
8007         Fixes compile warnings. Fixes bug #427101.
8009 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8011         Patch from James Liggett:
8013         * plugins/profiler/gprof-options.c: (on_option_changed),
8014         (setup_widgets):
8015         * plugins/profiler/gprof-options.h:
8016         * plugins/profiler/gprof-profile-data.c:
8017         (gprof_profile_data_init_profile):
8018         * plugins/profiler/gprof-profile-data.h:
8019         * plugins/profiler/plugin.c: (profiler_get_data),
8020         (profiler_set_target), (register_options),
8021         (on_profile_data_browse_button_clicked),
8022         (on_profiling_options_button_clicked), (on_profiler_delete_data):
8023         * plugins/profiler/profiler.glade: implements independent targets.
8024         implements the ability to select arbitrary gmon.out files.
8025         Fixes bug #403502 – User should also be allowed to select an
8026         independent executable target.
8028 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
8030         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
8032         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
8033         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
8035 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
8037         * plugins/debug-manager/plugin.c,
8038         plugins/debug-manager/breakpoints.c:
8039         Remove weak pointers when owner is destroyed
8040         Remove all breakpoints before loading new one
8042 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
8044         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
8045          
8046 2007-06-19  Naba Kumar  <naba@gnome.org>
8048         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
8049         Bug #448491 Empty Lines Problem.
8051         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
8052         
8053         * data/default.profile, plugins/message-view/plugin.c: Do not
8054         restore session for messages.
8055         Fixes bug #377461 – don't create new message window for each
8056         build/find.
8058         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
8059         Fixes a crash on exit/project-close if profiler plugin is loaded.
8061 2007-06-17  Naba Kumar  <naba@gnome.org>
8063         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
8064         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
8066         * plugins/file-loader/plugin.c: Fail on opening non existent files.
8067         Bug #448034 – Anjuta crashes on starting (when the last project
8068         directory was deleted).
8070         * plugins/document-manager/plugin.c: Set line markers for files
8071         opened via IAnjutaFile::open(). Fixes missing line markers while
8072         navigating symbols.
8074 2007-06-17  Naba Kumar  <naba@gnome.org>
8076         * plugins/sourceview/sourceview.glade: Set correct font
8077         default value and use monospace instead of sans. Fixes
8078         bug #448408 – crash in Anjuta IDE: Trying to change the
8079         editor
8081 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8083         * plugins/search/search-replace.c,
8084         plugins/search/search-replace.h,
8085         plugins/search/anjuta-search.glade:
8086         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
8087         Fixes bug #355166
8089 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8091         * plugins/debug-manager/plugin.c,
8092         plugins/debug-manager/breakpoints.c:
8093         Add weak references, fixes bug #448053 ?
8095 2007-06-16  Naba Kumar  <naba@gnome.org>
8097         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
8098         dialog to allow forgetting them if user chooses to select a different
8099         one.
8101 2007-06-13  Naba Kumar  <naba@gnome.org>
8103         * plugins/sourceview/sourceview-prefs.c: Initialize font
8104         on startup correctly if use_theme is set.
8106         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
8107         if available for default font. Fixes bug #447304.
8109         * plugins/sourceview/sourceview-prefs.c: Return value based
8110         on right data type. Fixes Bug #438878 – Using gtksourceview editor
8111         for the first time has black background
8112         
8113         * plugins/project-manager/plugin.c: Give a better error message
8114         when project could not be loaded.
8116         * libanjuta/anjuta-serializer.c: Added a comment.
8118 2007-06-13  Johannes Schmid <jhs@gnome.org>
8120         * configure.in:
8121         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
8122         most warnings to avoid simple coding problems.
8123         
8124         * plugins/message-view/anjuta-msgman.c:
8125         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
8126         * plugins/message-view/plugin.c: (on_view_changed),
8127         (ianjuta_msgman_add_view):
8128         
8129         Fixed #440866 by always presenting the message-manager when a tab is
8130         added because Gtk+ seems to have problems to add tabs to hidden widgets.
8131         
8132         * plugins/subversion/subversion-callbacks.c:
8133         (on_subversion_commit_response):
8134         Destroy dialog if user clicks "No"
8136 2007-06-12  Naba Kumar  <naba@gnome.org>
8138         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
8139         read and use of uninitialized variable.
8141         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
8142         because it is used in credits listing and packaging could compress
8143         it in docdir. Fixes bug #397881: The credits are empty
8145         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
8146         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
8147         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
8148         plugins/symbol-browser/an_symbol_info.c,
8149         plugins/symbol-browser/plugin.c,
8150         plugins/symbol-browser/an_symbol_view.c,
8151         plugins/editor/aneditor-autocomplete.cxx:
8153         - Do not access TMTag
8154         member in TMSymbol when freeing it because by then the tags
8155         could have changed. Avoids dangerous memory corruptions by freeing
8156         someone else's memory (Could explain those random crashes when
8157         refreshing symbols or re-loading a different project or closing
8158         a project). Anything that tries to refresh symbols could trigger
8159         this corruptions.
8160         - Added a flag to also retrieve method definitions as part of
8161         the class's scope members. And used it to set both function prototype
8162         and definition in symbols. Fixes navigation to prototype and
8163         function definitions from symbol browser (bug #440370)
8165         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
8166         memory. Could fix those bogus 'file changed' dialogs.
8168         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
8170 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8172         * (added) libanjuta/anjuta-utils-priv.h,
8173         libanjuta/anjuta-utils.h,
8174         libanjuta/anjuta-launcher.c,
8175         libanjuta/Makefile.am:
8176         Fix bug #440801: do not use config.h in public include files
8178 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8180         * plugins/project-wizard/templates/mkfile.wiz:
8181         Fix bug #442038: missing project.sh file
8183         * configure.in,
8184         plugins/project-wizard/templates/Makefile.am,
8185         plugins/project-wizard/templates/translatable-strings.h,
8186         (added) plugins/project-wizard/templates/sdl.wiz,
8187         (added) plugins/project-wizard/templates/appwiz_sdl.png,
8188         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
8189         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
8190         (added) plugins/project-wizard/templates/sdl/Makefile.am,
8191         (added) plugins/project-wizard/templates/sdl/.cvsignore,
8192         (added) plugins/project-wizard/templates/sdl/src/main.c,
8193         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
8194         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
8195         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
8196         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
8197         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
8198         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
8199         Fix bug #315635: add a SDL project wizard
8201 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
8203         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
8204         when SIGCHLD is triggered when main loop context is locked. Dead lock
8205         happens when child_exited callback also accesses main loop context.
8206         Happens particularly badly in debug target exiting.
8208 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
8210         * manuals/anjuta-manual/C/debugger.xml:
8211         First update of the debugger documentation
8213 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
8215         * manuals/anjuta-manual/C/fileoperations.xml,
8216         manuals/anjuta-manual/C/projects.xml,
8217         manuals/anjuta-manual/C/anjuta-manual.xml,
8218         manuals/anjuta-manual/C/build.xml,
8219         manuals/anjuta-manual/C/execute.xml,
8220         manuals/anjuta-manual/Makefile.am: Updated more documentation.
8221         Added project properties documentation. Moved execution section
8222         inside project management. Removed dead documentation.
8224 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
8226         * src/anjuta.c, plugins/symbol-browser/plugin.c,
8227         plugins/symbol-browser/plugin.h,
8228         plugins/symbol-browser/an_symbol_prefs.c,
8229         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8230         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
8231         progress bar instead of separate window for system tags
8232         generation. Renamed AnjutaStatus methods to a proper ones.
8234         * plugins/symbol-browser/plugin.c,
8235         plugins/symbol-browser/plugin.h,
8236         plugins/symbol-browser/an_symbol_prefs.c,
8237         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8238         global-tags/create_global_tags.sh.in: Get rid of message window
8239         for showing global tags creation and use a small window with
8240         progress bar.
8242 2007-05-30  Naba Kumar  <naba@gnome.org>
8244         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
8245         Bug 442315 – After calling configure, the build menus are still insensitive,
8246         Bug 442314 – Autogeneration fails when there is no autogen.sh
8248         * plugins/project-manager/plugin.c: Fixed mem corruption when it
8249         fails to remove target/source/group. Fixes bug #440196 – crash in
8250         Anjuta IDE: removing a target
8252 2007-05-29  Naba Kumar  <naba@gnome.org>
8254         * plugins/symbol-browser/an_symbol_view.c,
8255         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8256         tags generation. Fixed runtime warning.
8258 2007-05-28  Naba Kumar  <naba@gnome.org>
8260         Patch from James Liggett  <jrliggett@cox.net>:
8261         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8262         Fixed bug #403502 – User should also be allowed to select an
8263         independent executable target.
8265 2007-05-27  Johannes Schmid <jhs@gnome.org>
8267         * plugins/build-basic-autotools/build-basic-autotools.c:
8268         (get_real_directory), (on_build_mesg_format):
8269         
8270         Find correct files for error messages inside scratchbox
8272 2007-05-27  Naba Kumar  <naba@gnome.org>
8274         * manuals/anjuta-manual/C/projects.xml,
8275         manuals/anjuta-manual/C/projects.xml: Updated project
8276         management chapter more.
8278 2007-05-25  Johannes Schmid <jhs@gnome.org>
8280         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8281         * plugins/build-basic-autotools/build-basic-autotools.c:
8282         (on_sb_check_toggled), (build_execute_command),
8283         (ipreferences_merge), (ipreferences_unmerge):
8284         Added support for building inside scratchbox environment
8285         
8286         Patch from James Liggett <jrliggett@cox.net>:
8287         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8288         (anjuta_msgman_append_view):
8290         Fix 440866 
8291           – Anjuta aborts with numerous assertion failures when adding a new message view tab
8293 2007-05-23  Naba Kumar  <naba@gnome.org>
8295         * manuals/anjuta-manual/C/projects.xml: Updated project
8296         management chapter.
8298 2007-05-22  Naba Kumar  <naba@gnome.org>
8300         * manuals/anjuta-manual/C/projects.xml: More updates.
8302         * manuals/anjuta-manual/C/introduction.xml,
8303         manuals/anjuta-manual/C/projects.xml,
8304         manuals/anjuta-manual/C/interface.xml: Updated documentation.
8306 2007-05-22  Naba Kumar  <naba@gnome.org>
8308         Patch from Étienne Bersac:
8309         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8310         class in generated class.
8312 2007-05-22  Naba Kumar  <naba@gnome.org>
8314         * plugins/profiler/plugin.c: Fixed a compiler warning.
8315         * plugins/valgrind/Makefile.am: Added ldflags.
8317         Patch from James Liggett:
8318         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8319         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8320         specific options.
8322 2007-05-18  Johannes Schmid <jhs@gnome.org>
8324         * plugins/editor/text_editor.c:
8325         * plugins/language-support-cpp-java/plugin.c:
8326         (on_editor_language_changed), (on_value_added_current_editor),
8327         (on_value_removed_current_editor):
8328         
8329         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8330         Fix assist support in language-support-plugin.
8332 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8334         * libanjuta/interfaces/libanjuta.idl:
8335         Add a new interface allowing to implement plugin able
8336         to load other plugins (not written in C)
8338         * libanjuta/anjuta-plugin-handle.c,
8339         libanjuta/anjuta-plugin-handle.h:
8340         Add a language and a resident plugin properties
8342         * libanjuta/anjuta-glue-plugin.c,
8343         libanjuta/anjuta-glue-plugin.h,
8344         (added)libanjuta/anjuta-glue-c.c,
8345         (added)libanjuta/anjuta-glue-c.h,
8346         libanjuta/Makefile.am:
8347         Split code used to load a C plugin into a common part
8348         in anjuta-glue-plugin and a specific part in anjuta-glue-c
8350         * libanjuta/anjuta-glue-factory.c,
8351         libanjuta/anjuta-glue-factory.h,
8352         libanjuta/anjuta-plugin-manager.c:
8353         Allow to load plugin not written in C and search for the
8354         additional needed code in another plugin
8356 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8358         * plugins/editor/text_editor.c:
8359         Add an empty implementation of IAnjutaEditorAssist for scintilla,
8360         avoiding a crash if scintilla is used
8362 2007-05-14  Johannes Schmid <jhs@gnome.org>
8364         * libanjuta/interfaces/libanjuta.idl:
8365         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8366         (assist_cleanup), (on_assist_end), (on_assist_cancel),
8367         (on_assist_chosen), (on_assist_update), (get_context),
8368         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8369         (install_assist), (uninstall_assist), (install_support),
8370         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8371         (cpp_java_plugin_instance_init):
8372         * plugins/language-support-cpp-java/plugin.h:
8373         Use IAnjutaEditorAssist to show language specific suggestions
8374         
8375         * plugins/sourceview/Makefile.am:
8376         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8377         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8378         * plugins/sourceview/anjuta-view.h:
8379         * plugins/sourceview/assist-window.c: (assist_window_expose),
8380         (assist_window_set_property), (assist_window_get_property),
8381         (assist_window_class_init), (assist_activated),
8382         (assist_window_init), (assist_window_finalize),
8383         (assist_window_select), (assist_window_first),
8384         (assist_window_last), (assist_window_up), (assist_window_down),
8385         (get_coordinates), (assist_window_move), (assist_window_update),
8386         (assist_window_filter_keypress), (assist_window_is_active),
8387         (assist_window_new), (assist_window_get_trigger),
8388         (assist_window_get_position):
8389         * plugins/sourceview/assist-window.h:
8390         * plugins/sourceview/sourceview-args.c (removed):
8391         * plugins/sourceview/sourceview-args.h (removed):
8392         * plugins/sourceview/sourceview-autocomplete.c (removed):
8393         * plugins/sourceview/sourceview-autocomplete.h (removed):
8394         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8395         * plugins/sourceview/sourceview-private.h:
8396         * plugins/sourceview/sourceview-scope.c(removed):
8397         * plugins/sourceview/sourceview-scope.h(removed):
8398         * plugins/sourceview/sourceview.c: (on_assist_chosen),
8399         (on_assist_cancel), (on_document_char_added),
8400         (on_reload_dialog_response), (sourceview_class_init),
8401         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8402         (iassist_remove_trigger), (iassist_autocomplete),
8403         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8404         (iassist_react), (iassist_iface_init):
8405         * plugins/sourceview/tag-window.c (moved to assist-window.c):
8406         * plugins/sourceview/tag-window.h (moved to assist-window.c):
8407         
8408         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8409         - Mark files dirty if reload dialog is canceled.
8411 2007-05-12  Naba Kumar  <naba@gnome.org>
8413         * libanjuta/anjuta-launcher.h: Corrected include file.
8415 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8417         * libanjuta/anjuta-glue-plugin.c,
8418         libanjuta/anjuta-glue-plugin.h,
8419         libanjuta/anjuta-glue-factory.c,
8420         libanjuta/anjuta-glue-factory.h,
8421         ibanjuta/anjuta-plugin-manager.c:
8422         Move code used to load a C plugin from glue-factory to glue-plugin
8423         So loading a plugin written in another language could be done by
8424         just using another object derived from AnjutaGluePlugin
8426         * libanjuta/libanjuta.h:
8427         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8428         includes
8430 === anjuta 2.1.3 ===
8432 2007-05-11  Naba Kumar  <naba@gnome.org>
8434         * configure.in: Bumped version to 2.1.3
8435         * NEWS: Updated.
8436         * AUTHORS: Updated.
8437         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8439 2007-05-11  Naba Kumar  <naba@gnome.org>
8441         * configure.in:
8442         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8443         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8444         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8446 2007-05-10  Johannes Schmid <jhs@gnome.org>
8448         * plugins/search/plugin.c:
8449         Make incremental search behave less annoying
8450         
8451 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8453         * plugins/macro/macro-util.c:
8454         Fix bug #419008 and bug #419036
8455         When creating new header file, use name and email set in
8456         preferences and replace invalid C character by underscore
8457         in guards
8459 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8461         * plugins/search/search-replace.c,
8462         plugins/search/search-replace_backend.c:
8463         Disable search button if search expression is empty (bug #378193)
8465 2007-05-08  Naba Kumar  <naba@gnome.org>
8467         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8468         build error.
8470 2007-05-07  Naba Kumar  <naba@gnome.org>
8472         * configure.in:
8473         * plugins/project-wizard/templates/Makefile.am:
8474         * plugins/project-wizard/templates/minimal.wiz:
8475         * plugins/project-wizard/templates/minimal/.cvsignore:
8476         * plugins/project-wizard/templates/minimal/Makefile.am:
8477         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8478         * plugins/project-wizard/templates/minimal/autogen.sh:
8479         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8480         * plugins/project-wizard/templates/minimal/project.anjuta:
8481         Added 'minimal', a generic and flat, project template.
8482         
8483 2007-05-05  Naba Kumar  <naba@gnome.org>
8485         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8487         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8488         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8489         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8490         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8491         instead of a real one, fixes interdependency with libanjuta.
8492         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8493         * libanjuta/Makefile.am: 
8494         * libegg/Makefile.am:
8495         * plugins/build-basic-autotools/Makefile.am:
8496         * plugins/class-gen/Makefile.am:
8497         * plugins/class-inheritance/Makefile.am:
8498         * plugins/cvs-plugin/Makefile.am:
8499         * plugins/debug-manager/Makefile.am:
8500         * plugins/devhelp/Makefile.am:
8501         * plugins/document-manager/Makefile.am:
8502         * plugins/editor/Makefile.am:
8503         * plugins/file-loader/Makefile.am:
8504         * plugins/file-manager/Makefile.am:
8505         * plugins/file-wizard/Makefile.am:
8506         * plugins/gdb/Makefile.am:
8507         * plugins/glade/Makefile.am:
8508         * plugins/gtodo/Makefile.am:
8509         * plugins/language-support-cpp-java/Makefile.am:
8510         * plugins/macro/Makefile.am:
8511         * plugins/message-view/Makefile.am:
8512         * plugins/patch/Makefile.am:
8513         * plugins/profiler/Makefile.am:
8514         * plugins/project-import/Makefile.am:
8515         * plugins/project-manager/Makefile.am:
8516         * plugins/project-wizard/Makefile.am:
8517         * plugins/sample1/Makefile.am:
8518         * plugins/search/Makefile.am:
8519         * plugins/sourceview/Makefile.am:
8520         * plugins/subversion/Makefile.am:
8521         * plugins/symbol-browser/Makefile.am:
8522         * plugins/terminal/Makefile.am:
8523         * plugins/tools/Makefile.am:
8524         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8526 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8528         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8530 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8532         * libanjuta/anjuta-launcher.c,
8533         libanjuta/anjuta-launcher.h:
8534         Add some missing implementation
8536 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8538         Reviewed by Naba Kumar  <naba@gnome.org>:
8539         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8540         for uninstall-hook.
8542 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8544         Reviewed by Naba Kumar  <naba@gnome.org>:
8545         * plugins/editor/text_editor.c: Large memory addresses were being
8546         truncated, switched to glong (bug #422143).
8548 2007-04-24  Naba Kumar  <naba@gnome.org>
8550         * plugins/document-manager/plugin.c: (prefs_finalize):
8551         * plugins/editor/aneditor-autocomplete.cxx:
8552         * plugins/editor/text_editor_menu.c:
8553         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8554         * plugins/file-loader/plugin.c: (open_file_with),
8555         (create_open_with_submenu):
8556         * plugins/file-manager/plugin.c: (prefs_finalize):
8557         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8558         pointer type castings.
8560 2007-04-24  Naba Kumar  <naba@gnome.org>
8562         Patch from s|s  <supreet.sethi@gmail.com>:
8563         * (added) plugins/project-wizard/templates/django-logo.png:
8564         * (added) plugins/project-wizard/templates/django.wiz:
8565         * plugins/project-wizard/templates/Makefile.am:
8566         * plugins/project-wizard/templates/translatable-strings.h: Added
8567         django project template. http://www.djangoproject.com/
8569 2007-04-24  Naba Kumar  <naba@gnome.org>
8571         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8572         the log entry widget and made the dialog little larger.
8574 2007-04-24  Naba Kumar  <naba@gnome.org>
8576         Patch from Halton Huo:
8577         * configure.in:
8578         * plugins/project-wizard/property.c:
8579         * plugins/subversion/svn-auth.c:
8580         * plugins/subversion/svn-backend-priv.h:
8581         * plugins/subversion/svn-backend.c:
8582         * plugins/subversion/svn-backend.h:
8583         * plugins/subversion/svn-notify.h: Proper use of subversion
8584         headers. Fixes build issues in solaris (bug #426701).
8586 2007-04-24  Naba Kumar  <naba@gnome.org>
8588         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8589         
8590         * plugins/project-wizard/templates/cpp.wiz:
8591         * plugins/project-wizard/templates/gcj.wiz:
8592         * plugins/project-wizard/templates/gnome.wiz:
8593         * plugins/project-wizard/templates/gtk.wiz:
8594         * plugins/project-wizard/templates/gtkmm.wiz:
8595         * plugins/project-wizard/templates/java.wiz:
8596         * plugins/project-wizard/templates/python.wiz:
8597         * plugins/project-wizard/templates/terminal.wiz:
8598         * plugins/project-wizard/templates/wxwin.wiz:
8599         * plugins/project-wizard/templates/xlib-dock.wiz:
8600         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8601         project option and set it ON by default (since gnome-build, can't
8602         enabled configure shared lib support later when a sharedlib target
8603         is added).
8605 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8607         * plugins/debug-manager/stack_trace.c:
8608         Fix a missing case in the previous changes
8610 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8612         * plugins/debug-manager/plugin.c:
8613         Fix bug #430401
8615         * plugins/debug-manager/breakpoints.c,
8616         plugins/gdb/plugin.c:
8617         Fix adding breakpoint on a function
8619         * plugins/debug-manager/stack_trace.c:
8620         Highlight changed stack frame
8622 2007-04-18  Naba Kumar  <naba@gnome.org>
8624         * plugins/document-manager/anjuta-docman.c:
8625         (anjuta_docman_dispose), (on_editor_destroy),
8626         (anjuta_docman_remove_editor): Remove the editor widget from
8627         the parent container before calling destroy, otherwise container
8628         removal happens after TextEditor is disposed resulting in call
8629         to value-remove for a TextEditor which is half-dead (crash).
8631 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8633         * plugins/debug-manager/data_buffer.c
8634         plugins/debug-manager/data_view.c,
8635         plugins/debug-manager/memory.c:
8636         Fixes for bug #418523, bug #427090 and bug #428174
8638 2007-04-11 Halton Huo <halton.huo@sun.com>
8640         reviewed by: <jhs@gnome.org>
8642         * configure.in:
8643         * libanjuta/Makefile.am:
8644         * libanjuta/anjuta-utils.c:
8645         * libanjuta/anjuta-utils.h:
8646         * manuals/reference/libanjuta/Makefile.am:
8647         
8648         Fixed compilation on sun by deploying the libutil methods
8649         in anjuta-utils.h and building them on condition.
8651 2007-04-11  Johannes Schmid <jhs@gnome.org>
8653         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8654         (anjuta_docman_add_editor):
8655         Hold a reference on the editor as long as we use it.
8656         
8657         * plugins/document-manager/plugin.c: (on_editor_changed):
8658         Destroy GValue to fix a memoery leak.
8660 2007-04-11  Johannes Schmid <jhs@gnome.org>
8662         * plugins/document-manager/plugin.c: (on_editor_changed):
8663         Fixed reference counting for editor by using g_value_take_object instead
8664         of g_value_set_object. The editors are now correctly finalized and thus
8665         we do not lack so much memory anymore.
8666         
8667         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8668         (anjuta_view_finalize), (anjuta_view_focus_out),
8669         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8670         * plugins/sourceview/anjuta-view.h:
8671         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8672         * plugins/sourceview/sourceview-prefs.c:
8673         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8674         * plugins/sourceview/sourceview-prefs.h:
8675         * plugins/sourceview/sourceview-private.h:
8676         * plugins/sourceview/sourceview.c: (on_document_loaded),
8677         (timeout_unref), (on_document_saved), (sourceview_finalize),
8678         (sourceview_new), (ifile_open), (ifile_savable_save),
8679         (ifile_savable_save_as):
8681         Several changes to fix things when the editor is correctly destroyed.
8682         Fixed preferences (which led me to the refcounting issue, #409412)
8683         and removed deprecated completition code that will be replace by
8684         IAnjutaAssist interface soon. 
8686 2007-04-11  Johannes Schmid <jhs@gnome.org>
8688         * libanjuta/anjuta-launcher.c:
8689         (anjuta_launcher_execution_done_cleanup),
8690         (anjuta_launcher_child_terminated):
8691         Possible fix for #428363 and added a g_return_if_fail
8693         * plugins/message-view/plugin.c: (activate_plugin):
8694         Fixed a Gtk/Gdl-Critical
8695         
8696         Patches from Étienne Bersac <bersace03@laposte.net>
8697         * plugins/class-gen/templates/go-source.tpl:
8698         * plugins/macro/macros.xml:
8699         Use better template for GObjects (#417875 and #417918)
8700         
8701         Patches from Halton Huo <halton.huo@sun.com>
8702         * libanjuta/anjuta-launcher.h:
8703         * libanjuta/anjuta-preferences.c:
8704         * libanjuta/anjuta-utils.c:
8705         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8706         (cg_window_set_add_to_repository):
8707         * plugins/class-inheritance/class-inherit.c:
8708         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8710 2007-04-09  Johannes Schmid <jhs@gnome.org>
8712         * plugins/editor/print.c: (anjuta_print_show_header):
8713         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8714         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8716   Some string changes (#427395 and #427399)
8718 2007-04-06  Johannes Schmid <jhs@gnome.org>
8720         * plugins/build-basic-autotools/build-basic-autotools.c:
8721         (on_build_mesg_format), (on_build_mesg_parse):
8722         Fixed full path detection
8724 2007-04-05  Naba Kumar  <naba@gnome.org>
8726         Patch from Halton Huo:
8727         * libanjuta/Makefile.am:
8728         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8729         * libanjuta/anjuta-glue-cpp.h:
8730         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8731         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8732         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8733         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8734         (load_plugin), (anjuta_glue_factory_get_object_type):
8735         * libanjuta/anjuta-glue-factory.h:
8736         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8737         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8738         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8739         (anjuta_glue_plugin_new):
8740         * libanjuta/anjuta-glue-plugin.h:
8741         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8742         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8743         * libanjuta/anjuta-plugin.h:
8744         * libanjuta/glue-cpp.c:
8745         * libanjuta/glue-cpp.h:
8746         * libanjuta/glue-factory.c:
8747         * libanjuta/glue-factory.h:
8748         * libanjuta/glue-plugin.c:
8749         * libanjuta/glue-plugin.h:
8750         * plugins/build-basic-autotools/build-basic-autotools.h:
8751         * plugins/class-gen/plugin.h:
8752         * plugins/class-inheritance/plugin.h:
8753         * plugins/cvs-plugin/plugin.h:
8754         * plugins/debug-manager/plugin.h:
8755         * plugins/devhelp/plugin.h:
8756         * plugins/document-manager/plugin.h:
8757         * plugins/editor/plugin.h:
8758         * plugins/file-loader/plugin.h:
8759         * plugins/file-manager/plugin.h:
8760         * plugins/file-wizard/plugin.h:
8761         * plugins/gdb/plugin.h:
8762         * plugins/glade/plugin.h:
8763         * plugins/gtodo/plugin.h:
8764         * plugins/language-support-cpp-java/plugin.h:
8765         * plugins/macro/plugin.h:
8766         * plugins/message-view/plugin.h:
8767         * plugins/patch/plugin.h:
8768         * plugins/profiler/plugin.h:
8769         * plugins/project-import/plugin.h:
8770         * plugins/project-manager/plugin.h:
8771         * plugins/project-wizard/plugin.h:
8772         * plugins/sample1/plugin.h:
8773         * plugins/search/plugin.h:
8774         * plugins/sourceview/plugin.h:
8775         * plugins/subversion/plugin.h:
8776         * plugins/symbol-browser/plugin.h:
8777         * plugins/terminal/terminal.c:
8778         * plugins/tools/plugin.h:
8779         * plugins/tools/scripts/tools-2.xml.in:
8780         * plugins/valgrind/plugin.h:
8782         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8784 2007-04-05  Naba Kumar  <naba@gnome.org>
8786         * anjuta.spec.in, configure.in: Removed dead codes.
8787         
8788         Patch from Jos Dehaes:
8789         * configure.in, plugins/project-wizard/templates/Makefile.am,
8790         plugins/project-wizard/templates/mkfile.wiz,
8791         plugins/project-wizard/templates/translatable-strings.h: Enabled
8792         makefile-based project creation and import. Fixes bug #355145
8794 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8796         * plugins/debug-manager/debugger.c,
8797         plugins/debug-manager/plugin.c,
8798         plugins/gdb/anjuta-gdb.plugin.in:
8799         Code cleaning (remove unused code, rename this into self)
8800         Add information about supported format in debugger plugin
8801         Activate debugger plugin according to the target format
8803 2007-04-01  Naba Kumar  <naba@gnome.org>
8805         * plugins/message-view/message-view.c:
8806         (message_view_instance_init): Fixed message icons to appear.
8808 2007-03-31  Johannes Schmid <jhs@gnome.org>
8810         * plugins/message-view/anjuta-msgman.c:
8811         (anjuta_msgman_append_view):
8812         * plugins/message-view/plugin.c: (on_view_changed),
8813         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8814         
8815         Fixed #424845
8817 2007-03-31  Johannes Schmid <jhs@gnome.org>
8819         * plugins/message-view/message-view.c:
8820         (message_view_instance_init), (imessage_view_append):
8821         Show nice icons beside the messages for info, warning and error. This is a completly
8822         cosmetic change so if someone dislikes it he is free to remove it.
8824 2007-03-31  Johannes Schmid <jhs@gnome.org>
8825         
8826         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8827         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8828         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8829         * plugins/message-view/anjuta-msgman.h:
8830         * plugins/message-view/message-view.h:
8831         * plugins/message-view/plugin.c: (on_view_changed),
8832         (activate_plugin):
8833         Fixed #359399 and made next/previous insensitive when not availible
8834         
8835         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8836         (tag_style_to_string):
8837         Fixed namespace Problem with gdk >= 2.11
8838         
8839         * plugins/sourceview/sourceview-autocomplete.c:
8840         (sourceview_autocomplete_init):
8841         Removed structure, follow-up of #423682
8843 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8845         * plugins/debug-manager/debug_tree.c,
8846         plugins/debug-manager/debug_tree.h,
8847         plugins/debug-manager/watch.c,
8848         plugins/debug-manager/anjuta-debug-manager.glade:
8849         Inspect variable at cursor
8850         Fix buttons in inspect dialog
8852 2007-03-27  Halton Huo  <halton.huo@sun.com>
8854         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8856         * plugins/sourceview/sourceview-autocomplete.c
8857         plugins/debug-manager/disassemble.c,
8858         libanjuta/interfaces/libanjuta.idl:
8859         Remove array with 0 size and empty structure as it is not
8860         supported by sun cc, Fixes bug #423682
8862         * plugins/debug-manager/debugger.c:
8863         Remove anonymous union as it is not supported by sun cc,
8864         Fixes bug #423680
8866 === anjuta 2.1.2 ===
8868 2007-03-28  Naba Kumar  <naba@gnome.org>
8870         * configure.in: Bumped version to 2.1.2
8871         * NEWS: Updated for release.
8872         
8873         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8874         Improved breakpoint marker icon.
8875         
8876         * plugins/editor/anjuta-editor.plugin.in,
8877         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8878         non user activable since they are now remembered properly.
8880 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8882         * plugins/tools/editor.c:
8883         Fix bug #423270
8885 2007-03-27  Naba Kumar  <naba@gnome.org>
8887         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8888         word when autocompleting without leaving any trailing part of
8889         the word.
8891 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8893         Reviewed by Naba Kumar  <naba@gnome.org>:
8894         * anjuta.desktop.in.in: Remove "Application" category from desktop
8895         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8896         
8897 2007-03-27  Naba Kumar  <naba@gnome.org>
8898         
8899         * configure.in, plugins/document-manager/anjuta-docman.c:
8900         (anjuta_docman_add_editor): Conditionally compile notebook tab
8901         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8903         Patch from Halton Huo:
8904         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8905         non gcc compiler flags. Fixes bug #423089.
8906         
8907 2007-03-26  Naba Kumar  <naba@gnome.org>
8908         
8909         * AUTHORS, NEWS, TODO.tasks: Updated.
8910         
8911         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8912         close menuitem.
8913         
8914         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8915         (update_editor_symbol_model), (iter_matches),
8916         (on_editor_update_ui), (value_added_current_editor),
8917         (activate_plugin), (dispose),
8918         (symbol_browser_plugin_instance_init):
8919         * plugins/symbol-browser/plugin.h: update line on editor save
8920         and editor change. Code clean up and fixed warnings.
8922 2007-03-26  Naba Kumar  <naba@gnome.org>
8924         * plugins/project-wizard/templates/java/project.anjuta,
8925         plugins/project-wizard/templates/python/project.anjuta,
8926         plugins/project-wizard/templates/python/project.anjuta:
8927         Removed version control plugins from default selection.
8929         * plugins/tools/scripts/prepare-changelog.pl,
8930         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8931         script to a better one (that works on both cvs and svn).
8933 2007-03-26  Naba Kumar  <naba@gnome.org>
8935         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8936         Makefile.am: Added the generated translatable file (required for
8937         translations for svn checkouts).
8939         * (added)
8940         plugins/project-wizard/templates/extract-translatable-strings.pl
8941         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8942         po/POTFILES.in: Generated translatable strings for .wiz files and
8943         added them in POTFILES.in for translation. Fixes bug #398035
8945 2007-03-25  Naba Kumar  <naba@gnome.org>
8947         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8948         
8949         * src/anjuta-app.c: Removed dead codes.
8950         
8951         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8952         global tags generation starts.
8953         
8954         * plugins/debug-manager/chunk_view.c,
8955         plugins/debug-manager/start.h,
8956         plugins/debug-manager/chunk_view.h,
8957         plugins/debug-manager/utilities.c,
8958         plugins/debug-manager/utilities.h,
8959         plugins/debug-manager/debugger.c,
8960         plugins/debug-manager/threads.c,
8961         plugins/debug-manager/disassemble.c,
8962         plugins/debug-manager/info.c,
8963         plugins/debug-manager/sharedlib.c,
8964         plugins/debug-manager/threads.h,
8965         plugins/debug-manager/disassemble.h,
8966         plugins/debug-manager/signals.c,
8967         plugins/debug-manager/info.h,
8968         plugins/debug-manager/sharedlib.h,
8969         plugins/debug-manager/data_buffer.c,
8970         plugins/debug-manager/data_view.c,
8971         plugins/debug-manager/signals.h,
8972         plugins/debug-manager/debug_tree.c,
8973         plugins/debug-manager/watch.c,
8974         plugins/debug-manager/registers.c,
8975         plugins/debug-manager/data_buffer.h,
8976         plugins/debug-manager/data_view.h,
8977         plugins/debug-manager/memory.c,
8978         plugins/debug-manager/debug_tree.h,
8979         plugins/debug-manager/watch.h,
8980         plugins/debug-manager/registers.h,
8981         plugins/debug-manager/memory.h,
8982         plugins/debug-manager/locals.c,
8983         plugins/debug-manager/sexy-icon-entry.c,
8984         plugins/debug-manager/breakpoints.c,
8985         plugins/debug-manager/locals.h,
8986         plugins/debug-manager/sexy-icon-entry.h,
8987         plugins/debug-manager/stack_trace.c,
8988         plugins/debug-manager/breakpoints.h,
8989         plugins/debug-manager/sparse_buffer.c,
8990         plugins/debug-manager/sparse_view.c,
8991         plugins/debug-manager/stack_trace.h,
8992         plugins/debug-manager/sparse_buffer.h,
8993         plugins/debug-manager/sparse_view.h,
8994         plugins/debug-manager/start.c,
8995         plugins/gdb/utilities.c,
8996         plugins/gdb/utilities.h,
8997         plugins/gdb/debugger.c,
8998         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8999         setup.
9001 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9003         * plugins/gdb/debugger.c:
9004         Avoid empty debugger log window by limiting line to 90 characters
9006 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9008         * plugins/debug-manager/plugin.c,
9009         plugins/debug-manager/plugin.h,
9010         plugins/debug-manager/threads.c,
9011         plugins/debug-manager/threads.h,
9012         plugins/debug-manager/breakpoints.c,
9013         plugins/debug-manager/breakpoints.h,
9014         plugins/debug-manager/stack_trace.c,
9015         plugins/debug-manager/stack_trace.h:
9016         View code action now changes location in disassembly view too
9018         * plugins/debug-manager/anjuta-debug-manager.ui:
9019         Rename breakpoint actions
9021 2007-03-24  Naba Kumar  <naba@gnome.org>
9023         * configure.in, src/anjuta-app.c: Use the new docking algorithm
9024         in gdl 0.7.3 (svn trunk).
9025         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
9026         
9027 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9029         * plugins/debug-manager/threads.c,
9030         plugins/debug-manager/debug_tree.c,
9031         plugins/debug-manager/debug_tree.h,
9032         plugins/debug-manager/locals.c,
9033         plugins/debug-manager/registers.c,
9034         plugins/debug-manager/stack_trace.c:
9035         Allow to change current thread updating register, stack and locals
9036         Allow to change current stack frame updating locals
9038         * plugins/gdb/debugger.c:
9039         Read argument of selected stack frame
9041         * plugins/debug-manager/data_view.c:
9042         Fix an unrelated bug
9044 2007-03-23  Naba Kumar  <naba@gnome.org>
9046         * plugins/document-manager/anjuta-docman.c,
9047         plugins/document-manager/plugin.c: Fixed many memory leaks.
9048         (ianjuta_file_get_uri() returns a new string).
9050         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
9051         widget for save dialogs.
9052         
9053         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
9054         svn and fixed to get function/prototype/member args list. Call tips
9055         also work fine now.
9057 2007-03-22  Naba Kumar  <naba@gnome.org>
9059         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
9060         and calltips would work again for functions from global tags (Needs
9061         regenerating global tags).
9063         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
9064         ctags svn version and reopened bug #395362. Fixes tags parsing that
9065         seemed to have stopped working recently.
9067 2007-03-21  Naba Kumar  <naba@gnome.org>
9069         * tagmanager/tm_source_file.c, tagmanager/options.c,
9070         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
9071         extend .. more needs to be investigated and fixed). Enabled some
9072         debugging.
9074 2007-03-16  Naba Kumar  <naba@gnome.org>
9076         * src/anjuta.c: Fixed project loading from command line.
9078 2007-03-16  Naba Kumar  <naba@gnome.org>
9080         Patch from James Liggett <jrliggett@cox.net>:
9081         plugins/profiler/gprof-profile-data.c: Fixed a crash.
9082         
9083 2007-03-15  Naba Kumar  <naba@gnome.org>
9085         * libanjuta/anjuta-profile-manager.c,
9086         libanjuta/anjuta-profile-manager.h: Added method to get current
9087         profile.
9089         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
9090         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
9091         is exiting.
9093         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
9094         plugins/file-loader/plugin.c: Moved to functions as utility functions.
9095         Also, not load project files in session load in loader plugin.
9096         
9097         * plugins/project-manager/plugin.c, src/anjuta.c:
9098         Emit "exiting" signal in shell when exiting anjuta. project manager
9099         listens to exiting signal and saves session. anjuta.c saves session
9100         only when current projfile is 'user'. Load project saved in session
9101         differently then the rest of the session. This should fix all the
9102         session restoration bugs.
9103         
9104         src/main.c: Present anjuta window when becon message is received.
9106 2007-03-14  Naba Kumar  <naba@gnome.org>
9108         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
9109         not randomly save (it was a wrong looping).
9110         
9111 2007-03-12  Naba Kumar  <naba@gnome.org>
9113         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
9115 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9117         * plugins/debug-manager/anjuta-debug-manager.ui,
9118         libanjuta/interfaces/libanjuta.idl,
9119         plugins/debug-manager/debugger.c,
9120         (added) plugins/debug-manager/threads.c,
9121         (added) plugins/debug-manager/threads.h,
9122         plugins/debug-manager/plugin.c,
9123         plugins/debug-manager/Makefile.am,
9124         plugins/gdb/plugin.c,
9125         plugins/gdb/debugger.c,
9126         plugins/gdb/debugger.h:
9127         Add a window displaying all threads
9128         Add needed functions
9129         Switching to a different thread is still not done
9131         * plugins/debug-manager/debug_tree.c,
9132         plugins/debug-manager/locals.c,
9133         plugins/debug-manager/stack_trace.c:
9134         Small cosmetic changes
9136         * plugins/gdb/gdbmi.c:
9137         Keep all elements in gdbmi hash
9138         Even if using the same key like in -threads-list-ids
9140 2007-03-11  Naba Kumar  <naba@gnome.org>
9142         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
9143         
9144         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
9145         
9146         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9147         manuals/reference/libanjuta/libanjuta-sections.txt,
9148         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
9149         interfaces.
9151 2007-03-11  Naba Kumar  <naba@gnome.org>
9153         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
9154         gtk-doc properly. Bumped gtk-doc requirement to 1.4
9156         * manuals/reference/libanjuta/libanjuta-docs.sgml,
9157         manuals/reference/libanjuta/libanjuta.types,
9158         manuals/reference/libanjuta/libanjuta-sections.txt,
9159         manuals/reference/libanjuta/.cvsignore,
9160         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
9161         infrastructure. Got rid of tmpl/ directory and moved all section
9162         documenation to source code (requires gtk-doc >= 1.4).
9163         
9164         * libanjuta/anjuta-plugin-description.c,
9165         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
9166         libanjuta/cell-renderer-captioned-image.c,
9167         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
9168         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
9169         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
9170         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
9171         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
9172         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
9173         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
9174         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
9175         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
9176         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
9177         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
9178         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
9179         documentation from templates to source code.
9181 2007-03-10  Johannes Schmid <jhs@gnome.org>
9183         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
9184         Added some debug output but could not figure out why 
9185         some plugins are not kept.
9186         
9187         * libanjuta/interfaces/libanjuta.idl:
9188         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9189         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9190         Added IAnjutaEditorGoto::matching_brace
9191         
9192         * plugins/document-manager/action-callbacks.c:
9193         (on_editor_command_match_brace_activate):
9194         * plugins/document-manager/plugin.c:
9195         (update_editor_ui_interface_items):
9196         * plugins/editor/text_editor.c: (igoto_matching_brace),
9197         (igoto_iface_init):
9198         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
9199         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
9201 2007-03-09  Johannes Schmid <jhs@gnome.org>
9203         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9204         Hide correct column
9205         
9206         * plugins/sourceview/sourceview-private.h:
9207         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9208         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9209         (sourceview_new), (ifile_savable_save_as):
9210         Tweaked vfs monitoring
9212 2007-03-09  Johannes Schmid <jhs@gnome.org>
9214         * libanjuta/interfaces/Makefile.am.iface:
9215         Fixed installtion of header files
9216         
9217         * plugins/sourceview/sourceview.c: (set_select):
9218         do not scroll to much in interactive search
9220 2007-03-09  Naba Kumar  <naba@gnome.org>
9222         * src/anjuta.c: Fixed session restoration.
9223         
9224         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
9225         signal handlers after symbol browser plugin is deactivated.
9226         
9227         * plugins/editor/editor.glade,
9228         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
9229         Fixed indentation confustion in preferences.
9231 2007-03-08  Johannes Schmid <jhs@gnome.org>
9233         * plugins/search/search-replace.c: (search_set_combo),
9234         (search_set_action), (search_set_target), (search_set_direction),
9235         (create_dialog), (search_disconnect_set_toggle_connect),
9236         (on_search_match_whole_word_toggled),
9237         (on_search_match_whole_line_toggled),
9238         (on_search_match_word_start_toggled),
9239         (search_set_toggle_direction):
9240         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
9241         it's somehow ugly and uses many deprecated widgets
9242         
9243         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
9244         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
9245         Fix #394709
9246         
9247 2007-03-07  Naba Kumar  <naba@gnome.org>
9249         * src/anjuta.c: Make launching projects work from command line. Also
9250         fixes gnome session restart command.
9251         
9252 2007-03-07  Johannes Schmid <jhs@gnome.org>
9254         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9255         * plugins/class-gen/plugin.c: (iwizard_activate):
9256         Fixed #408218
9257         
9258         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9259         Fixed #402774
9260         
9261         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9262         Fixed #377483 (It's not possible to know if directories have
9263         a version in CVS. Show version column only if there are version
9264         informations availible
9266         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9267         Fixed memory leak
9269 2007-03-07  Johannes Schmid <jhs@gnome.org>
9271         * plugins/sourceview/sourceview-prefs.c: (get_bool):
9272         Fixed #409408
9273         * plugins/symbol-browser/an_symbol_prefs.c:
9274         (on_update_global_clicked):
9275         Fixed ##409176
9277 2007-03-07  Johannes Schmid <jhs@gnome.org>
9279         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9280         (anjuta_save_prompt_new):
9281         * plugins/project-import/project-import.c:
9282         (project_import_finalize):
9283         Fixed Gtk-Criticals (maybe #409408)
9285 2007-03-07  Naba Kumar  <naba@gnome.org>
9287         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9288         when we are at just beginning of string or comment. Fixes bug #397981.
9290 2007-03-07  Johannes Schmid <jhs@gnome.org>
9292         * plugins/language-support-cpp-java/plugin.c:
9293         (initialize_indentation_params):
9294         Removed annoying DEBUG_PRINT
9295         
9296         * plugins/sourceview/sourceview-cell.c:
9297         (sourceview_cell_instance_init), (icell_get_character),
9298         (icell_get_length), (icell_get_char), (icell_get_attribute):
9299         Improved code to be faster
9300         Implemented attribute handling so that indentation really works in any case
9302 2007-03-06  Johannes Schmid <jhs@gnome.org>
9304         * configure.in:
9305         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9306         
9307         * plugins/document-manager/anjuta-docman.c:
9308         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9309         Removed old and ugly tab drag&drop code and use built-in gtk stuff
9310         instead (required GTK >= 2.10)
9311         
9312         * plugins/sourceview/sourceview-private.h:
9313         * plugins/sourceview/sourceview.c:
9314         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9315         (sourceview_finalize), (sourceview_new), (imark_mark),
9316         (imark_unmark), (imark_is_marker_set),
9317         (imark_location_from_handle), (imark_delete_all_markers):
9318         Fixed marker handling and worked a bit more on vfs monitoring
9320 2007-03-05  Johannes Schmid <jhs@gnome.org>
9322         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9323         Added method to select specific iter
9324         
9325         * plugins/sourceview/sourceview-private.h:
9326         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9327         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9328         (sourceview_add_monitor), (on_document_saved),
9329         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9330         Fixed vfs monitoring (mostly ported code from text_editor.c)
9331         
9332         * plugins/symbol-browser/an_symbol_view.c:
9333         * plugins/symbol-browser/an_symbol_view.h:
9334         * plugins/symbol-browser/plugin.c: (iter_matches),
9335         (on_editor_update_ui), (value_added_current_editor):
9336         Select the current tag in locals window and symbol toolbar. If there
9337         is no tag at the current line, reserve backward for the next tag. This will
9338         select the correct tag if inside a function.
9340 2007-03-05  Naba Kumar  <naba@gnome.org>
9342         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9343         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9344         compiler warnings.
9345         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9346         (Bug #412186)
9347         
9348 2007-03-04  Johannes Schmid <jhs@gnome.org>
9350         * data/Makefile.am:
9351         * po/POTFILES.in:
9352         Fixed distcheck (well, partly)
9354 2007-03-04  Johannes Schmid <jhs@gnome.org>
9356         * plugins/document-manager/anjuta-document-manager.ui:
9357         Move "Swap .c/.h from Main to Browser toolbar
9359         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9360         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9361         (fv_prefs_free), (fv_add_tree_entry):
9362         * plugins/file-manager/anjuta-file-manager-plugin.glade:
9363         * plugins/file-manager/plugin.c: (prefs_init):
9364         
9365         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9367 2007-03-04  Naba Kumar  <naba@gnome.org>
9369         * data/default.proflie, data/Makefile.am, src/anjuta.c,
9370         plugins/project-manager/plugin.c:
9371         Restored default profile and renamed it from "default.anjuta" to
9372         "default.profile".
9373         
9374 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9376         * plugins/debug-manager/debugger.c,
9377         plugins/debug-manager/plugin.c,
9378         plugins/gdb/debugger.c,
9379         libanjuta/interfaces/libanjuta.idl,
9380         plugins/debug-manager/stack_trace.c:
9381         Add a dialog box when a signal is received (except SIGINT)
9382         Display stack frame even if arguments are not available
9384 2007-03-03  Naba Kumar  <naba@gnome.org>
9386         * TODO.tasks: Icons bounty added.
9388         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9389         choise selection.
9390         
9391         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9392         and descoping.
9394         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9395         plugins/Makefile.am, (removed) plugins/profile-default/*,
9396         plugins/project-manager/anjuta-project-manager.plugin.in,
9397         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9398         profile implementation to load user profile and projects. Store and
9399         restore remembered plugins. Use profile scoping and descoping for
9400         saving and loading sesstions.
9401         
9402         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9403         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9404         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9405         DEBUG_PRINTs.
9407 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9409         * plugins/debug-manager/debug_tree.c
9410         plugins/debug-manager/debug_tree.h:
9411         Bug fix, deleting wrong variable
9413         * plugins/gdb/debugger.c:
9414         Bug fix, remove forgotten debugging code
9416 2007-03-02  Johannes Schmid <jhs@gnome.org>
9418         * plugins/document-manager/anjuta-document-manager.ui:
9419         * plugins/search/anjuta-search.ui:
9420         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9421         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9422         ToolbarFind
9424         * src/anjuta-app.c: (on_toolbar_view_toggled),
9425         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9426         Save toolbar positions, don't use fixed toolbar style
9427         
9428         All in all this will allow more complex toolbar configurations and
9429         might gain some space on smaller displays because the user can disable
9430         toolbar parts he does not use. Also allows to use any toolbar style
9431         without looking too ugly.
9433 2007-03-01  Naba Kumasr  <naba@gnome.org>
9435         * TODO.tasks: Added a bounty for creating icons.
9437         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9438         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9439         profile-changed signal. Do not sync non-user-activatable plugins.
9441 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9443         * plugins/debug-manager/disassemble.c,
9444         plugins/debug-manager/sparse_view.c,
9445         plugins/gdb/debugger.c,
9446         libanjuta/interfaces/libanjuta.idl:
9447         Display function name in disassembly view
9449 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9451         * (added) plugins/debug-manager/bookmark.png,
9452         (added) plugins/debug-manager/breakpoint-disabled.png,
9453         (added) plugins/debug-manager/breakpoint-enabled.png,
9454         (added) plugins/debug-manager/program-counter.png,
9455         (added) plugins/debug-manager/linemarker.png,
9456         plugins/debug-manager/Makefile.am,
9457         plugins/debug-manager/disassemble.c,
9458         plugins/debug-manager/disassemble.h,
9459         plugins/debug-manager/sparse_buffer.c,
9460         plugins/debug-manager/sparse_buffer.h,
9461         plugins/debug-manager/sparse_view.c,
9462         plugins/debug-manager/sparse_view.h,
9463         plugins/debug-manager/plugin.c,
9464         plugins/debug-manager/breakpoints.c,
9465         libanjuta/interfaces/libanjuta.idl:
9466         Add markers in the disassembly view
9467         Display program counter and breakpoints in disassembly view
9469         * plugins/gdb/debugger.c:
9470         Fix a bug added with my previous patch, setting and clearing
9471         breakpoints was not working
9473 2007-02-28  Johannes Schmid <jhs@gnome.org>
9475         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9476         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9477         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9478         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9479         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9480         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9481         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9482         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9483         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9484         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9485         Updated (why do they need to be under version control?)
9486         
9487         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9488         (create_tab_popup_menu), (on_msgman_popup_menu),
9489         (on_tab_button_press_event), (anjuta_msgman_page_new),
9490         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9491         Added "Close all message tabs" popup menu
9493 2007-02-26  Naba Kumar  <naba@gnome.org>
9495         * plugins/profiler/gprof-flat-profile-entry.c,
9496         plugins/profiler/gprof-flat-profile.c,
9497         plugins/profiler/gprof-flat-profile-entry.h,
9498         plugins/profiler/gprof-flat-profile.h,
9499         plugins/profiler/gprof-flat-profile-view.c,
9500         plugins/profiler/gprof-flat-profile-view.h,
9501         plugins/profiler/gprof-call-graph-block-entry.c,
9502         plugins/profiler/gprof-call-graph-block.c,
9503         plugins/profiler/gprof-function-call-chart-view.c,
9504         plugins/profiler/gprof-call-graph-block-entry.h,
9505         plugins/profiler/gprof-profile-data.c,
9506         plugins/profiler/gprof-call-graph-block.h,
9507         plugins/profiler/gprof-view.c,
9508         plugins/profiler/gprof-call-graph.c,
9509         plugins/profiler/gprof-function-call-chart-view.h,
9510         plugins/profiler/gprof-profile-data.h,
9511         plugins/profiler/gprof-call-graph.h,
9512         plugins/profiler/gprof-view.h,
9513         plugins/profiler/gprof-view-manager.c,
9514         plugins/profiler/gprof-call-graph-view.c,
9515         plugins/profiler/plugin.c,
9516         plugins/profiler/gprof-view-manager.h,
9517         plugins/profiler/gprof-call-graph-view.h,
9518         plugins/profiler/gprof-function-call-tree-view.c,
9519         plugins/profiler/gprof-function-call-tree-view.h,
9520         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9521         gnome-vfs. Fixes bug #411377.
9523 2007-02-26  Naba Kumar  <naba@gnome.org>
9525         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9527         Patch from James Liggett  <jrliggett@cox.net>:
9528         * plugins/profiler/gprof-flat-profile-view.c,
9529         plugins/profiler/gprof-flat-profile-view.h,
9530         plugins/profiler/gprof-function-call-chart-view.c,
9531         plugins/profiler/gprof-function-call-chart-view.h,
9532         plugins/profiler/gprof-view.c,
9533         plugins/profiler/gprof-view.h,
9534         plugins/profiler/gprof-call-graph-view.c,
9535         plugins/profiler/plugin.c,
9536         plugins/profiler/gprof-call-graph-view.h,
9537         plugins/profiler/gprof-function-call-tree-view.c,
9538         plugins/profiler/gprof-function-call-tree-view.h: Implements
9539         double click navigation. Fixes bug #403514.
9541 2007-02-25  Naba Kumar  <naba@gnome.org>
9543         * libanjuta/anjuta-plugin-manager.c,
9544         libanjuta/anjuta-plugin-handle.[ch],
9545         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9546         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9547         dependency on glib 2.8. Fixes bug #411623.
9549 2007-02-24  Naba kumar  <naba@gnome.org>
9551         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9552         
9553         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9554         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9555         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9556         (added) libanjuta/anjuta-profile-manager.c,
9557         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9558         manager.
9559         Implemented profile pushing and popping. Implemented profile xml
9560         synchronization. Implemented error handling in profiles. Implemented
9561         activation and deactivation signals in plugin manager.
9562         
9563         * libanjuta/Makefile.am: Added libanjuta log domain.
9564         
9565         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9566         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9567         in AnjutaShell interface and implemented it in AnjutaApp.
9568         
9569         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9571 2007-02-23  Naba kumar  <naba@gnome.org>
9573         src/main.c: Fixed missing end quote.
9575 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9577         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9580 2007-02-20  Naba Kumar  <naba@gnome.org>
9582         * plugins/subversion/plugin.c: Added "..." menuitems.
9583         * ROADMAP, README: Updated.
9584         * libanjuta/anjuta-profile.c: Fixed bugs.
9586         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9587         plugins/gtodo/Makefile.am: Removed dead code.
9589         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9590         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9591         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9592         plugins/gtodo/list_tooltip.c,
9593         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9594         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9595         not contain markups. Fixes Bug #360462.
9597 2007-02-16  Naba Kumar  <naba@gnome.org>
9599         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9600         unnecessary sub-sections.
9601         
9602 2007-02-15  Naba Kumar  <naba@gnome.org>
9604         * (removed) plugins/document-manager/bookmark-prev-16.png,
9605         plugins/document-manager/bookmark-last.png,
9606         (removed)plugins/document-manager/bookmark-first-16.png,
9607         plugins/document-manager/bookmark-prev.png,
9608         (added) plugins/document-manager/bookmark-toggle.png,
9609         (removed)plugins/document-manager/bookmark_toggle.xpm,
9610         (removed)plugins/document-manager/bookmark-last-16.png,
9611         plugins/document-manager/plugin.c,
9612         plugins/document-manager/anjuta-document-manager.ui,
9613         (removed)plugins/document-manager/bookmark-next-16.png,
9614         plugins/document-manager/bookmark-next.png,
9615         plugins/document-manager/Makefile.am,
9616         (added) plugins/document-manager/bookmark-clear.png,
9617         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9618         icons (stolen from monodevelop). Added clear bookmarks toolbar
9619         button.
9621         * plugins/document-manager/plugin.c,
9622         (added) plugins/document-manager/swap.png,
9623         (removed) plugins/document-manager/undock.png,
9624         plugins/document-manager/Makefile.am: Fixed swap icon.
9626 2007-02-13  Naba Kumar  <naba@gnome.org>
9628         * plugins/class-gen/element-editor.c: Fixed typo.
9629         
9630         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9631         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9632         Implementing plugin profiles loading.
9634 2007-02-13  Naba Kumar  <naba@gnome.org>
9636         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9637         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9638         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9639         pixmaps/open_project.png, pixmaps/close_project.png:
9640         Removed more old icons.
9641         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9642         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9643         anjuta_logo.png
9644         
9645 2007-02-13  Naba Kumar  <naba@gnome.org>
9647         * plugins/class-gen/element-editor.c: Included missing headers to
9648         prevent build failures in some cases.
9649         
9650 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9652         * plugins/debug-manager/stack_trace.c:
9653         Fix bug #407115
9655         * plugins/debug-manager/watch.c,
9656         plugins/debug-manager/breakpoints.c:
9657         Same bug than above, wrong use of gtk_ui_manager_get_widget
9659 === anjuta 2.1.1 ===
9661 2007-02-11  Naba Kumar  <naba@gnome.org>
9663         * cofigure.in: Bumped version to 2.1.1
9664         * NEWS: Updated for 2.1.1 release.
9665         
9666 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9668         * plugins/debug-manager/plugin.c,
9669         plugins/debug-manager/sparse_view.c,
9670         plugins/debug-manager/sparse_view.h:
9671         Reorder some code
9673         * plugins/gdb/debugger.c,
9674         plugins/debug-manager/debugger.c,
9675         plugins/debug-manager/memory.c,
9676         plugins/debug-manager/sparse_buffer.c
9677         plugins/gdb/debugger.h,
9678         libanjuta/interfaces/libanjuta.idl:
9679         Clean up, remove some warnings
9680         Use guint everywhere for addresses
9681         Rewrite code parsing position in debugger
9683 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9685         * plugins/debug-manager/debug_tree.c:
9686         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9687         Fix bug #406113
9689 2007-02-08  Naba Kumar  <naba@gnome.org>
9691         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9692         Delay showing the 'file modified on disk' dialog for one sec
9693         from the last notification to insure multiple notifications for
9694         the same file are treated as one. Do not same multiple dialogs
9695         for the same file. Make sure to destory the dialog if later
9696         the conent is no longer different.
9697         
9698 2007-02-08  Naba Kumar  <naba@gnome.org>
9700         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9701         Prevented spurious 'file modified' dialogs in scintilla editor
9702         when the file is saved.
9704 2007-02-09  Johannes Schmid <jhs@gnome.org>
9706         * scripts/glade2schema.pl:
9707         Added script to convert glade preferences into gconf schema files.
9708         See #406061
9710 2007-02-08  Naba Kumar  <naba@gnome.org>
9712         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9713         itself is destroyed. Fixes bug #355160.
9714         
9715 2007-02-08  Johannes Schmid <jhs@gnome.org>
9717         * plugins/profiler/profiler.plugin: 
9718         removed from version control (only .in file needed)
9719         
9720         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9721         * plugins/sourceview/sourceview.c: (sourceview_new):
9722         Code cleanup
9723         
9724         * plugins/subversion/svn-thread.c: (svn_thread_start):
9725         * src/main.c: (main):
9726         
9727         Fixed #395875 about initialisation of threads too late
9729 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9731         Reviewed by Naba Kumar  <naba@gnome.org>:
9732         * plugins/class-gen/plugin.c:
9733         * plugins/class-gen/window.c: Removed browse button related code, load
9734         generated output directly into new buffers when not adding to project.
9736         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9737         buttons from user interface.
9739 2007-02-07  Naba Kumar  <naba@gnome.org>
9741         * po/POTFILES.in: Fixed distcheck.
9743 2007-02-07  Daniel Nylander <po@danielnylander.se>
9745         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9747 2007-02-07  Johannes Schmid <jhs@gnome.org>
9749         * anjuta.desktop.in.in:
9750         Fixed spelling
9752 2007-02-07  Johannes Schmid <jhs@gnome.org>
9754         * configure.in:
9755         * manuals/anjuta-manual/*
9756         * manuals/anjuta-faqs/*:
9757         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9758         
9759         * plugins/document-manager/anjuta-document-manager.plugin.in:
9760         Removed duplicate application-xml mime-type (review patches properly ;-)
9761         
9762 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9764         * plugins/gdb/debugger.c,
9765         libanjuta/interfaces/libanjuta.idl:
9766         Fix bug #404755
9767         Fix handling of missing source file
9769 2007-02-06  Naba Kumar  <naba@gnome.org>
9771         Patch from James Liggett  <jrliggett@cox.net>:
9772         * plugins/profiler/gprof-flat-profile.c,
9773         plugins/profiler/gprof-profile-data.c,
9774         plugins/profiler/gprof-call-graph.c,
9775         plugins/profiler/gprof-profile-data.h,
9776         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9777         Show profiler view when target selected bug #403515.
9779 2007-02-05  Naba Kumar  <naba@gnome.org>
9781         * configure.in: Enabled devhelp plugin by default now that
9782         it works.
9783         
9784         Patch from parmigio@2ainfo.it:
9785         * plugins/document-manager/anjuta-document-manager.plugin.in:
9786         Added xml file type in supported mime types list.
9787         
9788 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9790         * plugins/debug-manager/debugger.c,
9791         plugins/debug-manager/plugin.c:
9792         Add a field in status bar displaying debugger state
9793         Change cursor shape when debugger is busy
9794         Fix bug #378600
9796         * plugins/debug-manager/watch.c,
9797         plugins/debug-manager/locals.c,
9798         libanjuta/interfaces/libanjuta.idl:
9799         Clean up, remove debugging messages and unused signals
9801 2007-02-03  Johannes Schmid <jhs@gnome.org>
9803         * configure.in:
9804         Fixed AC_INIT and seperated version to major, minor, micro
9806         * anjuta.anjuta:
9807         Load Subversion instead of CVS
9808         
9809         * anjuta.desktop.in.in:
9810         Fixed bug-buddy component
9812         Original patch from Rob Bradfort <robster@debian.org>:
9813         * src/main.c: (get_command_line_args), (main):
9814         Bug #335981 – Migration from popt to GOption
9816 2007-02-03  Naba Kumar  <naba@gnome.org>
9818         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9819         path variable. Fixed bug #341170.
9820         * plugins/profiler/Makefile.am: Fixed indentation.
9821         
9822 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9824         * libanjuta/interfaces/libanjuta.idl,
9825         plugins/sourceview/sourceview.c,
9826         plugins/editor/text-editor.c,
9827         plugins/symbol-browser/plugin.c,
9828         plugins/search/search-replace.c,
9829         plugins/document-manager/goto_line.c,
9830         plugins/document-manager/action-callbacks.c,
9831         plugins/document-manager/anjuta-docman.c:
9832         Rename markers of anjuta interface
9833         IANJUTA_MARKABLE_NONE has been removed
9834         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9835         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9836         IANJUTA_MARKABLE_ATTENTIVE renamed in
9837                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9838         IANJUTA_MARKABLE_INTENSE renamed in
9839                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9840         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9842         * (removed) plugins/sourceview/marker-light.png,
9843         (removed) plugins/sourceview/marker-basic.png,
9844         (removed) plugins/sourceview/marker-attentive.png,
9845         (removed) plugins/sourceview/marker-intense.png,
9846         plugins/sourceview/bookmark.png,
9847         (added) plugins/sourceview/breakpoint-disabled.png,
9848         (added) plugins/sourceview/breakpoint-enabled.png,
9849         (added) plugins/sourceview/program-counter.png,
9850         (added) plugins/sourceview/linemarker.png,
9851         plugins/sourceview/Makefile.am,
9852         (added) plugins/editor/bookmark.xpm,
9853         (added) plugins/editor/breakpoint-disabled.xpm,
9854         (added) plugins/editor/breakpoint-enabled.xpm,
9855         (added) plugins/editor/program-counter.xpm,
9856         (added) plugins/editor/linemarker.xpm,
9857         plugins/editor/Makefile.am:
9858         Add or change marker pixmaps in scintilla and sourceview editor
9860         * plugins/document-manager/plugin.c,
9861         libanjuta/interfaces/libanjuta.idl,
9862         plugins/debug-manager/plugin.c,
9863         plugins/debug-manager/breakpoints.c
9864         plugins/gdb/debugger.c:
9865         Fix bug #376404, program counter marker is not displayed when debugger
9866         Return the selected editor or NULL (if file does not exist) with 
9867         ianjuta_document_manager_goto_file_line* functions
9868         Emit a change-location signal even if the program counter is in an
9869         unknown file
9871 2007-02-02  Naba Kumar  <naba@gnome.org>
9873         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9874         older bounties 'Done'.
9875         
9876 2007-02-02  Naba Kumar  <naba@gnome.org>
9878         * TODO.tasks: Fixed typop.
9880         Patch from James Liggett  <jrliggett@cox.net>:
9881         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9882         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9883         profiler plugin by James Liggett. Completes bounty bug #359478
9884         'Gprof performance profiler plugin'
9886 2007-02-01  Naba Kumar  <naba@gnome.org>
9888         * src/main.c: Renamed option name.
9890         * TODO.tasks: Marked "Test and fix all project wizards templates"
9891         bounty completed.
9892         
9893 2007-01-29  Johannes Schmid <jhs@gnome.org>
9895         * plugins/document-manager/plugin.c: (on_editor_changed):
9896         Added DEBUG_PRINT(...)
9897         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9898         implemented
9899         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9900         Fix language support plugin for sourceview editor (add some new
9901         language names)
9902         
9903         * plugins/sourceview/sourceview.c: (iindic_clear):
9904         Clear all indicators
9906 2007-01-29  Johannes Schmid <jhs@gnome.org>
9908         * TODO.tasks:
9909         Minor task currentions
9910         
9911         * libanjuta/interfaces/libanjuta.idl:
9912         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9913         (itext_editor_iface_init):
9914         * plugins/language-support-cpp-java/plugin.c: (install_support):
9915         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9916         (ieditor_get_attributes), (ieditor_iface_init):
9917         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9918         plugins.
9919         
9920         * plugins/sourceview/sourceview.glade:
9921         Fixed sourceview preference window
9923 2007-01-28  Naba Kumar  <naba@gnome.org>
9924         
9925         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9926         Implemented --no-files and --no-session command line options and
9927         corresponding preferernces checkboxes in General tab.
9929 2007-01-28  Johannes Schmid <jhs@gnome.org>
9931         * plugins/subversion/plugin.c:
9932         * plugins/subversion/plugin.h:
9933         * plugins/subversion/svn-notify.c: (svn_show_info),
9934         (show_svn_error), (on_svn_notify):
9935         * plugins/subversion/svn-notify.h:
9936         * plugins/subversion/svn-thread.c: (create_message_view),
9937         (svn_thread_start):
9938         Fixed error handling and fixed #394216 – No indication of subversion commands running
9939         
9940         * plugins/tools/execute.c: (atp_output_context_print):
9941         Show name of tool in message pane
9943 2007-01-28  Naba Kumar  <naba@gnome.org>
9944         
9945         * configure.in, plugins/glade/plugin.c: Make it work with
9946         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9947         
9948         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9949         from devhelp (won't work untill devhelp is fixed: bug #341170).
9950         
9951         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9952         
9953 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9955         Reviewed by Naba Kumar  <naba@gnome.org>:
9956         * libanjuta/interfaces/libanjuta.idl, 
9957         plugins/debug-manager/debugger.c,
9958         plugins/debug-manager/start.c,
9959         plugins/gdb/plugin.c,
9960         plugins/gdb/debugger.c,
9961         plugins/gdb/debugger.h:
9962         Fix a bug when launching gdb
9963         Set the terminal for the debugged program on the command line.
9965 2007-01-26  Johannes Schmid <jhs@gnome.org>
9967         * plugins/sourceview/anjuta-document-saver.c:
9968         (anjuta_document_saver_save):
9969         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9970         * plugins/sourceview/sourceview.c: (save_if_modified),
9971         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9972         Proper error handling, for example if a file was modified externally. Use backup files
9973         to avoid data-loss on disk full.
9975 2007-01-24  Naba Kumar  <naba@gnome.org>
9976         
9977         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9978         Fixed mem leak and source leak.
9979         
9980 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9982         Reviewed by Naba Kumar  <naba@gnome.org>:
9983         * plugins/debug-manager/debug_tree.c,
9984         plugins/debug-manager/debug_tree.h,
9985         plugins/debug-manager/watch.c:
9986         Partial rewrite of the variable object code, find and fix a few bugs
9987         Fix bug #395808: gdb can still crash but children are listed
9988         on request only so you can avoid the crash
9990 2007-01-24  Naba Kumar  <naba@gnome.org>
9991         
9992         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9993         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9994         plugins/symbol-browser/plugin.h,
9995         plugins/symbol-browser/plugin.c,
9996         plugins/symbol-browser/Makefile.am: Added current file (local)
9997         symbols view (Seriously getting bored with the browse toolbar).
9999 2007-01-22  Naba Kumar  <naba@gnome.org>
10000         
10001         Patch from Gabor Kelemen:
10002         * po/POTFILES.in: Added .plugin.in files.
10004 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
10006         Reviewed by Naba Kumar  <naba@gnome.org>:
10007         * plugins/document-manager/anjuta-docman.c,
10008         plugins/message-view/anjuta-msgman.c
10009         Set right alignment to the label widget in the tab title.
10011 2007-01-21  Naba Kumar  <naba@gnome.org>
10012         
10013         * libegg/egg-combo-action.c: Fixed mode line.
10014         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10015         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
10017 2007-01-21  Armin Burgmeier  <armin@arbur.net>
10019         Reviewed by Naba Kumar  <naba@gnome.org>:
10020         * plugins/class-gen/plugin.c: Prompt for target before actually
10021         generating the class files. This ensures that the files are created in
10022         the correct directory. Fixes bug #397406.
10024         * plugins/class-gen/window.c: Set browse buttons to insensitive when
10025         the class is added to the project.
10027 2007-01-21  Naba Kumar  <naba@gnome.org>
10029         * libanjuta/anjuta-plugin-description.c,
10030         libanjuta/anjuta-ui.h,
10031         libanjuta/anjuta-status.c,
10032         libanjuta/anjuta-plugin-description.h,
10033         libanjuta/cell-renderer-captioned-image.c,
10034         libanjuta/anjuta-plugin-handle.c,
10035         libanjuta/anjuta-status.h,
10036         libanjuta/resources.c,
10037         libanjuta/cell-renderer-captioned-image.h,
10038         libanjuta/glue-cpp.c,
10039         libanjuta/anjuta-plugin-handle.h,
10040         libanjuta/anjuta-plugin.c,
10041         libanjuta/anjuta-preferences-dialog.c,
10042         libanjuta/libanjuta.h,
10043         libanjuta/resources.h,
10044         libanjuta/glue-cpp.h,
10045         libanjuta/anjuta-plugin.h,
10046         libanjuta/anjuta-preferences-dialog.h,
10047         libanjuta/anjuta-plugin-manager.c,
10048         libanjuta/anjuta-shell.c,
10049         libanjuta/anjuta-plugin-manager.h,
10050         libanjuta/anjuta-shell.h,
10051         libanjuta/anjuta-save-prompt.c,
10052         libanjuta/anjuta-save-prompt.h,
10053         libanjuta/anjuta-children.c,
10054         libanjuta/anjuta-utils.c,
10055         libanjuta/anjuta-profile.c,
10056         libanjuta/anjuta-preferences.c,
10057         libanjuta/anjuta-launcher.c,
10058         libanjuta/anjuta-utils.h,
10059         libanjuta/anjuta-profile.h,
10060         libanjuta/anjuta-launcher.h,
10061         libanjuta/anjuta-ui.c: Updated file headers.
10063         * po/POTFILES.in: Updated.
10065         * libanjuta/anjuta-marshal.list,
10066         (added) libanjuta/anjuta-plugin-handle.c,
10067         (added) libanjuta/anjuta-plugin-handle.h,
10068         (added) libanjuta/anjuta-plugin-manager.c,
10069         (added) libanjuta/anjuta-plugin-manager.h,
10070         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
10071         (added) libanjuta/anjuta-profile.c,
10072         (added) libanjuta/anjuta-profile.h,
10073         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
10074         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
10075         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
10076         src/action-callbacks.c: Implemented AnjutaPluginManager
10077         class based on old plugins.[ch]. Implemented AnjutaProfile as
10078         prelimanary profiles implementation. Implemented AnjutaPluginHandle
10079         class to represent plugins (not to be confused with plugin objects).
10080         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
10081         implemented it in AnjutaApp and AnjutaTestShell.
10082         De-globalized plugin management and several clean ups.
10084         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
10085         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
10086         plugins/search/search-replace.c, plugins/terminal/terminal.c,
10087         plugins/project-import/project-import.c,
10088         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
10089         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
10090         Fixed plugins for the change in API.
10092         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
10093         file.
10094         
10095         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
10097 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
10099         Reviewed by Naba Kumar  <naba@gnome.org>:
10100         * libanjuta/anjuta-launcher.c,
10101         libanjuta/anjuta-launcher.h:
10102         Add a new function anjuta_set_terminate_on_exit to close the i/o
10103         channel when the child exit
10104         Return directly the status and not the exit code in child-exited
10105         signal
10107         * plugins/gdb/debugger.c:
10108         Use new function in debugger plugin
10110 2007-01-18  Johannes Schmid <jhs@gnome.org>
10112         * src/about.c: Do not show empty license information instead hide the button (#397883)
10114 2007-01-15  Johannes Schmid <jhs@gnome.org>
10116         * plugins/project-manager/plugin.c:
10117         * plugins/project-wizard/templates/python.wiz
10118         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
10119         
10120         Fixed #335235 python programs are not executeable/ do not start when pressing F3
10121         You will also need latest gnome-build svn       
10123 === anjuta 2.1.0 ===
10125 2007-01-14  Naba Kumar  <naba@gnome.org>
10127         * configure.in: Removed reference of mkfile project
10128         template to fix distcheck build error.
10129         * AUTHORS: Updated.
10130         * NEWS: Updated.
10131         * configure.in: Bumped version to 2.1.0 for beta release.
10132         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
10133         crashes as soon as editing starts in normal text files.
10135 2007-01-14  Johannes Schmid <jhs@gnome.org>
10137         * configure.in
10138         * po/LINGUAS:
10139         Applied http://live.gnome.org/GnomeGoals/PoLinguas
10141         * tagmanager/c.c:
10142         Patch from Massimo Cora' to hopefully fix #395362
10144         * plugins/project-wizard/templates/*:
10146         Fixed and tested all project-wizards. Deactivated mkfile project because
10147         it was totally broken and I don't see any real use for it.
10148         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
10150 2007-01-14  Naba Kumar  <naba@gnome.org>
10152         * NEWS: Updated for release.
10153         
10154         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
10155         
10156         * libanjuta/interfaces/libanjuta.idl,
10157         plugins/editor/text_editor_cbs.c,
10158         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
10159         interface and implemented it for scintilla.
10160         
10161         * plugins/editor/text-editor.c: Fixed highlighing issues when
10162         used with indicators (particularly when the file is just opened).
10163         Fixes bug #377477 – when debugging, scintilla editor grays out all
10164         lines before current line.
10165         
10166         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
10167         Maintain a separate list of indicated edtitors for separate contexts.
10168         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
10169         
10170 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
10172         Reviewed by Naba Kumar  <naba@gnome.org>:
10173         * plugins/debug-manager/plugin.c:
10174         Bug fix: breakpoints cannot be added after stopping the debugger
10176 2007-01-13  Naba Kumar  <naba@gnome.org>
10178         * NEWS: Updated for release.
10180 2007-01-12  Johannes Schmid <jhs@gnome.org>
10182         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
10183         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
10184         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
10185         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
10186         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
10187         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
10188         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
10189         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
10190         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
10191         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
10192         
10193         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
10194         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
10195         
10196         * plugins/sourceview/sourceview.c:
10197         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
10198         on character positions.
10199         
10200 2007-01-12  Naba Kumar  <naba@gnome.org>
10202         * src/anjuta-app.c,
10203         plugins/project-manager/plugin.c,
10204         plugins/profile-default/plugin.c,
10205         libanjuta/anjuta-status.c,
10206         libanjuta/anjuta-status.h: Introduced an API for application title
10207         in AnjutaStatus. Set application title to project name.
10209 2007-01-11  Massimo Cora' <maxcvs@email.i>
10211         Reviewed by Naba Kumar  <naba@gnome.org>:
10212         * tagmanager/Makefile.am,
10213         plugins/symbol-browser/Makefile.am: removed installation for 
10214         test programs.
10216 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
10218         Reviewed by Naba Kumar  <naba@gnome.org>:
10219         * plugins/debug-manager/start.h,
10220         plugins/debug-manager/start.c,
10221         plugins/debug-manager/anjuta-debug-manager.ui,
10222         plugins/debug-manager/plugin.c:
10223         Partial fix for bug #392537
10225         * plugins/debug-manager/disassemble.c:
10226         Fix bug #392543
10228 2007-01-11  Naba Kumar  <naba@gnome.org>
10230         * src/anjuta.c: Load project seperately from session,
10231         so that project session is also loaded.
10232         
10233         * plugins/profile-default/plugin.c: Load project in new
10234         anjuta if there already is one loaded currently (disabled
10235         code for now).
10236         
10237         * plugins/editor/aneditor.cxx: Disconnect focus in/out
10238         signals when editor is destroyed. Fixes a crash bug.
10239         
10240         * plugins/editor/text_editor.c: Do not mark line in
10241         ianjuta_editor_goto_line() implementation.
10242         
10243         * plugins/search/search-replace.c: Always check for markable
10244         interface availablility because its optional for an editor.
10245         
10246         * plugins/document-manager/goto_line.c,
10247         plugins/document-manager/action-callbacks.c: Mark lines for
10248         goto line commands (from dialog and from menu entry box).
10249         
10250         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10251         plugins/file-manager/an_file_view.c: Expand file manager
10252         nodes in idle loop, one at a time. Did as a possible work
10253         around for bug #361763, but it didn't make any difference.
10254         However, it could still be useful in situations where there
10255         are lots to expand.
10256         
10257         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10259 2007-01-11  Naba Kumar  <naba@gnome.org>
10261         * plugins/editor/scintilla/LineMarker.h,
10262         plugins/editor/scintilla/LexBasic.cxx,
10263         plugins/editor/scintilla/LexHTML.cxx,
10264         plugins/editor/scintilla/include/SciLexer.h,
10265         plugins/editor/scintilla/include/Scintilla.h,
10266         plugins/editor/scintilla/include/Scintilla.iface,
10267         plugins/editor/scintilla/include/ScintillaWidget.h,
10268         plugins/editor/scintilla/LexBash.cxx,
10269         plugins/editor/scintilla/PlatGTK.cxx,
10270         plugins/editor/scintilla/ViewStyle.h,
10271         plugins/editor/scintilla/Editor.cxx,
10272         plugins/editor/scintilla/StyleContext.h,
10273         plugins/editor/scintilla/LexCPP.cxx,
10274         plugins/editor/scintilla/Converter.h,
10275         plugins/editor/scintilla/LexAU3.cxx,
10276         plugins/editor/scintilla/Editor.h,
10277         plugins/editor/scintilla/LexPerl.cxx,
10278         plugins/editor/scintilla/LexVB.cxx,
10279         plugins/editor/scintilla/ScintillaGTK.cxx,
10280         plugins/editor/scintilla/ViewStyle.cxx,
10281         plugins/editor/scintilla/PropSet.cxx,
10282         plugins/editor/scintilla/LexSQL.cxx,
10283         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10284         version 1.71
10286 2007-01-11  Armin Burgmeier  <armin@arbur.net>
10288         Reviewed by Naba Kumar  <naba@gnome.org>:
10289         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10290         selected for editing. This fixes bug #394218.
10292         * plugins/class-gen/plugin.c: Do not use project's root URI as project
10293         name if said URI is not known.
10295         * plugins/class-gen/window.c: When stripping function prefix away,
10296         include the trailing underscore because it is already set by the
10297         template.
10299         * plugins/class-gen/transform.c: Include "const char*" and "const
10300         gchar*" in the list for transforming a default C type to a GType.
10301         Don't access invalid memory when writing pointer_str in
10302         cg_transform_first_argument.
10304 2007-01-11  Naba Kumar  <naba@gnome.org>
10306         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10307         pixmaps/anjuta.svg, pixmaps/Makefile.am,
10308         (renamed) pixmaps/anjuta_icon.png, src/main.c,
10309         libegg/test-actions.c, anjuta.desktop.in.in,
10310         anjuta.prj: Renamed application icon to 'anjuta.png' from
10311         'anjuta_icon.png'. Added more fields in desktop file.
10313         * mime/anjuta.xml: Added magic section.
10314         
10315         * (removed) mime/anjuta.applications,
10316         (removed) mime/anjuta.mime, mime/Makefile.am,
10317         (removed) mime/anjuta.keys,
10318         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10319         registeration and added scalable icon. Also fixes bug #393680
10321 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
10323         Reviewed by Naba Kumar  <naba@gnome.org>:
10324         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10325         and anjuta_status_progress_add_ticks() to check for progressbar 
10326         being realized before trying to update it.
10328 2007-01-10  Naba Kumar  <naba@gnome.org>
10330         * tagmanager/tm_workspace.c,
10331         po/POTFILES.in,
10332         plugins/debug-manager/Makefile.am,
10333         plugins/tools/scripts/Makefile.am,
10334         plugins/class-gen/plugin.c,
10335         plugins/class-gen/Makefile.am,
10336         global-tags/Makefile.am: Fixed make distcheck.
10338         * plugins/debug-manager/attach_process.c,
10339         plugins/debug-manager/attach_process.h,
10340         plugins/class-gen/action-callbacks.h,
10341         plugins/class-gen/action-callbacks.c,
10342         plugins/class-gen/class_gen.h,
10343         plugins/class-gen/class_gen.c: Deleted unused/old files.
10345         * (removed) scintilla, (added) plugins/editor/scintilla,
10346         plugins/editor/scintilla/lexers.make,
10347         plugins/editor/scintilla/Makefile.am,
10348         plugins/editor/Makefile.am
10349         configure.in, manuals/reference/libanjuta/Makefile.am
10350         Makefile.am: Moved scintilla to its right place.
10352 2007-01-09  Naba Kumar  <naba@gnome.org>
10354         * plugins/profile-default/plugin.c: Save project session before
10355         a new one is opened.
10357         * plugins/project-manager/plugin.c,
10358         plugins/project-manager/plugin.h,
10359         plugins/project-manager/anjuta-project-manager.ui,
10360         plugins/profile-default/plugin.c,
10361         plugins/profile-default/plugin.h,
10362         plugins/profile-default/Makefile.am,
10363         (added) plugins/profile-default/anjuta-default-profile.ui,
10364         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10365         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10366         multiple projects support.
10367         
10368 2007-01-06  Armin Burgmeier  <armin@arbur.net>
10370         Reviewed by Naba Kumar  <naba@gnome.org>
10371         * plugins/class-gen/combo-flags.h:
10372         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10373         enum, added a type parameter to selected signal. Select highlighted
10374         entry when pressing enter (but not unselect it if it was already
10375         selected) before closing the popup. Also accept input when clicking
10376         not into the popup.
10378         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10379         according to selection type.
10381         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10382         VOID:BOXED,ENUM.
10384 2007-01-08  Johannes Schmid <jhs@gnome.org>
10386   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10387   * plugins/project-wizard/templates/gtkmm/Makefile.am
10388   * plugins/project-wizard/templates/python/configure.ac.tpl
10389   * plugins/project-wizard/templates/python/configure.in.tpl
10390   * plugins/project-wizard/templates/python/Makefile.am
10391   * plugins/project-wizard/templates/cpp/configure.ac.tpl
10392   * plugins/project-wizard/templates/cpp/configure.in.tpl
10393   * plugins/project-wizard/templates/cpp/Makefile.am
10394   * plugins/project-wizard/templates/terminal.wiz
10395   * plugins/project-wizard/templates/xlib-dock.wiz
10396   * plugins/project-wizard/templates/wxwin.wiz
10397   * plugins/project-wizard/templates/java.wiz
10398   * plugins/project-wizard/templates/xlib/configure.ac.tpl
10399   * plugins/project-wizard/templates/xlib/configure.in.tpl
10400   * plugins/project-wizard/templates/xlib/Makefile.am
10401   * plugins/project-wizard/templates/gcj/configure.ac.tpl
10402   * plugins/project-wizard/templates/gcj/configure.in.tpl
10403   * plugins/project-wizard/templates/gcj/Makefile.am
10404   * plugins/project-wizard/templates/terminal/configure.ac.tpl
10405   * plugins/project-wizard/templates/terminal/configure.in.tpl
10406   * plugins/project-wizard/templates/terminal/Makefile.am
10407   * plugins/project-wizard/templates/terminal/autogen.sh
10408   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10409   * plugins/project-wizard/templates/wxwin/configure.in.tpl
10410   * plugins/project-wizard/templates/wxwin/Makefile.am
10411   * plugins/project-wizard/templates/gnome.wiz 
10412   * plugins/project-wizard/templates/java/configure.ac.tpl
10413   * plugins/project-wizard/templates/java/configure.in.tpl
10414   * plugins/project-wizard/templates/java/Makefile.am
10415   * plugins/project-wizard/templates/anjuta-plugin.wiz
10416   * plugins/project-wizard/templates/gtkmm.wiz
10417   * plugins/project-wizard/templates/python.wiz
10418   * plugins/project-wizard/templates/cpp.wiz
10419   * plugins/project-wizard/templates/gtk.wiz
10420   * plugins/project-wizard/templates/gcj.wiz
10421   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10422   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10423   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10425   Starting fixing of all project wizards:
10426   - rename configure.in to configure.ac
10427   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10428   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10429   (See #394184)
10430   
10431   * TODO.task: Added bug number to bounty
10433 2007-01-07  Johannes Schmid <jhs@gnome.org>
10435   *  plugins/build-basic-autotools.c:
10436   Fixed #392290 – Missed install as root option in project manager
10438 2007-01-07  Johannes Schmid <jhs@gnome.org>
10440   * plugins/sourceview/sourceview.c:
10441   Fixed #388731 – Odd editor behaviour after performing block-text operations
10442   Fixed #388727 – Block-tab does not work
10443   
10444   * plugins/sourceview/anjuta-document.h/c:
10445   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10446   
10447   * configure.in:
10448   Require Gtk+ >= 2.10 for sourceview plugin
10450 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10452         * libanjuta/anjuta-status.c:
10453         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10455 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10457         * configure.in,
10458         plugins/terminal/terminal.c:
10459         Fix bug #377027
10460         remove support for VTE < 0.9
10462 2007-01-06  Naba Kumar  <naba@gnome.org>
10464         * po/POTFILES.in: Updated
10466 2007-01-05  Adam Dingle  <adam@medovina.org>
10468         Reviewed by Naba Kumar  <naba@gnome.org>:
10469         * plugins/message-view/anjuta-message-manager-plugin.glade:
10470         Fixed bug #377903 (improve message color defaults).
10472 2007-01-05  Naba Kumar  <naba@gnome.org>
10474         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10475         
10476 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10478         Reviewed by  Naba Kumar  <naba@gnome.org>:
10479         * plugins/symbol-browser/test-class.h: Fixed block ends.
10481         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10482         C-style-block comment.
10484         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10485         allow lists when writing autogen definition files. This is required
10486         for the new class generator. Also fixed a wrong return value in
10487         npw_autogen_write_definition_file and set a GError in
10488         npw_autogen_execute when the output file could not be opened.
10490         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10491         user interface.
10493         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10494         goc_template_header and goc_template_source, added top_srcdir to
10495         includes, link against project wizard (also hopefully temporarily),
10496         removed class_gen.h, class_gen.c, action-callbacks.h,
10497         action-callbacks.c.
10499         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10501         * plugins/class-gen/cell-renderer-flags.h:
10502         * plugins/class-gen/cell-renderer-flags.c:
10503         * plugins/class-gen/combo-flags.h:
10504         * plugins/class-gen/combo-flags.c:
10505         * plugins/class-gen/element-editor.c:
10506         * plugins/class-gen/element-editor.h:
10507         * plugins/class-gen/generator.c:
10508         * plugins/class-gen/generator.h:
10509         * plugins/class-gen/plugin.h:
10510         * plugins/class-gen/plugin.c:
10511         * plugins/class-gen/transform.c:
10512         * plugins/class-gen/transform.h:
10513         * plugins/class-gen/validator.c:
10514         * plugins/class-gen/validator.h:
10515         * plugins/class-gen/window.c:
10516         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10517         adding of several class elements and uses autogen.
10519         * plugins/class-gen/templates/cc-header.tpl:
10520         * plugins/class-gen/templates/cc-source.tpl:
10521         * plugins/class-gen/templates/go-header.tpl:
10522         * plugins/class-gen/templates/go-source.tpl:
10523         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10524         for the class generator.
10526         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10528 2007-01-04  Naba Kumar  <naba@gnome.org>
10530         Patch from Nick Treleaven:
10531         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10532         all matching symbols.
10533         
10534         Patches from  Maik Beckmann and Sébastien Granjoux:
10535         * plugins/profile-default/plugin.c,
10536         plugins/project-manager/plugin.c: Unescape project name. Fixes
10537         Bug #357151
10539 2007-01-04  Naba Kumar  <naba@gnome.org>
10541         * plugins/glade/plugin.c: Fixed compilation with
10542         older glade-3 version.
10543         
10544         Patch from Roland Illig:
10545         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10546         plugins/sourceview/anjuta-document-saver.c,
10547         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10548         are necessary to build anjuta on NetBSD 3.0
10550         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10551         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10552         window manager in gnome.
10553         
10554 2007-01-02  Naba Kumar  <naba@gnome.org>
10555         
10556         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10557         
10558 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10560         Reviewed by Naba Kumar  <naba@gnome.org>:
10561         * libanjuta/interfaces/libanjuta.idl,
10562         plugins/debug-manager/Makefile.am,
10563         plugins/debug-manager/anjuta-marshal.list,
10564         plugins/debug-manager/debugger.c,
10565         plugins/debug-manager/sparse_buffer.c,
10566         plugins/debug-manager/sparse_buffer.h,
10567         plugins/debug-manager/sparse_view.c,
10568         plugins/debug-manager/sparse_view.h,
10569         plugins/debug-manager/disassemble.h,
10570         plugins/debug-manager/disassemble.c,
10571         plugins/debug-manager/anjuta-marshal.list,
10572         plugins/debug-manager/plugin.c,
10573         plugins/gdb/debugger.c,
10574         plugins/gdb/debugger.h,
10575         plugins/gdb/plugin.c:
10576         Add a disassembly view window
10578         * plugins/debug-manager/breakpoints.c,
10579         plugins/debug-manager/chunk_view.c,
10580         plugins/debug-manager/locals.c,
10581         plugins/debug-manager/memory.c,
10582         plugins/debug-manager/registers.c,
10583         plugins/debug-manager/stack_trace.c:
10584         Add some debugging information 
10586 2006-12-18  Naba Kumar  <naba@gnome.org>
10588         * configure.in, plugins/glade/plugin.c: Allow building against both
10589         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10591 2006-12-03  Naba Kumar  <naba@gnome.org>
10592         
10593         * TODO.tasks: Marked a bounty completed.
10595 2006-11-24  Adam Dingle <adam@medovina.org>
10597         Reviewed by Naba Kumar  <naba@gnome.org>:
10598         * plugins/build-basic-autotools/build-basic-autotools.c,
10599         plugins/debug-manager/watch.c,
10600         plugins/document-manager/plugin.c, 
10601         plugins/patch/plugin.c,
10602         plugins/project-manager/plugin.c:
10603         Fixed bug #378879 (several command names need ellipses).
10605 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10607         Reviewed by: Naba Kumar  <naba@gnome.org>
10608         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10609         GCC 4.1.2 (there are only two warnings remaining now when compiling
10610         plugins).
10612         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10614         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10615         macro so that the generated function support a NULL plugin parameter.
10617         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10618         in debug_tree_find_expression by freeing memory returned by the call
10619         to gtk_tree_model_get instead of the parameter string.
10621 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10623         * plugins/debug-manager/breakpoints.c:
10624         Fix bug #378850
10626         * plugins/debug-manager/anjuta-debug-manager.ui,
10627         plugins/debug-manager/debugger.c,
10628         plugins/debug-manager/plugin.c:
10629         Fix bug #378871
10631 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10633         * libanjuta/anjuta-launcher.c,
10634         plugins/gdb/debugger.c:
10635         Fix bug #377061
10637 2006-11-21  Naba Kumar  <naba@gnome.org>
10639         * plugins/search/search_preferences.c: Fixed build break.
10640         
10641 2006-11-20  Naba Kumar  <naba@gnome.org>
10642         
10643         Patch from Kjartan Maraas:
10644         * plugins/cvs-plugin/cvs-interface.c,
10645         plugins/document-manager/plugin.c,
10646         plugins/gtodo/interface.c,
10647         plugins/gtodo/libgtodo.h,
10648         plugins/message-view/anjuta-msgman.c,
10649         plugins/project-wizard/druid.c,
10650         plugins/search/search_preferences.c,
10651         plugins/sourceview/sourceview-prefs.c,
10652         plugins/terminal/terminal.c,
10653         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10655         Patch from Przemysław Grzegorczyk:
10656         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10657         plugins/subversion/anjuta-subversion.glade: Enable files in
10658         fileselection dialog. Fixes bug #376031.
10659         
10660 2006-11-17  Adam Dingle <adam@medovina.org>
10662         Reviewed by: Naba Kumar  <naba@gnome.org>
10663         * plugins/build-basic-autotools/build-basic-autotools.c
10664         * plugins/class-gen/anjuta-class-gen.plugin.in
10665         * plugins/debug-manager/breakpoints.c
10666         * plugins/debug-manager/plugin.c
10667         * plugins/devhelp/plugin.c
10668         * plugins/document-manager/plugin.c
10669         * plugins/gdb/debugger.c
10670         * plugins/glade/anjuta-glade.plugin.in
10671         * plugins/gtodo/plugin.c
10672         * plugins/language-support-cpp-java/plugin.c
10673         * plugins/message-view/plugin.c
10674         * plugins/project-import/anjuta-project-import.glade
10675         * plugins/project-import/anjuta-project-import.plugin.in
10676         * plugins/search/plugin.c
10677         * plugins/tools/scripts/tools-2.xml.in
10678         * plugins/valgrind/plugin.c
10679         * src/anjuta-actions.h:
10680         Fixed bug #376335 "menu items should be capitalized".  Minor
10681         grammar edits.
10683 2006-11-20  Naba Kumar  <naba@gnome.org>
10684         
10685         * configure.in: Fixed build.
10687         Patch from: Arjan Timmerman
10688         *configure.in: Make subvesion plugin build for apr 1.x.
10689         Fixes: Bug #364754.
10690         
10691 2006-11-20  Johannes Schmid <jhs@gnome.org>
10693         * configure.in
10694         * plugins/*/*.[ch]:
10695         Removed patches from Sylvain and Günther. They caused not problems but
10696         Naba was against them.
10698 2006-11-20  Johannes Schmid <jhs@gnome.org>
10700         * Removed me from MAINTAINERS
10702 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10704         * configure.in:
10705         Use apr-1 instead of apr-0
10707 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10709         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10710         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10711         and another bug occuring when parsing .pc file containing quotes.
10713 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10715         * plugins/*/*.[ch]: Use class macro for type casting.
10717         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10718         GCC 4.1.2 (there are only two warnings remaining now when compiling
10719         plugins).
10721         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10722         a memory leak in debug_tree_find_expression; g_free was called on
10723         the parameter instead of the memory allocated by gtk_tree_model_get.
10725         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10726         to declare and initialize the global type variable of the plugin.
10728 2006-10-31  Naba Kumar  <naba@gnome.org>
10730         * global-tags/create_global_tags.sh.in: Added an end message.
10731         
10732         * libanjuta/anjuta-launcher.h: Fixed indentation.
10733         
10734         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10735         creation to a) append the messages in right way, b) Connect signals
10736         to the view properly and c) Recreate the system-tags.cache at the
10737         end of the generation.
10739         * plugins/symbol-browser: Fixed action path (double
10740         click on sysmbols was not working).
10742         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10743         Fixed typedef and removed dead code.
10745         * tagmanager/c.c: Took the latest version from ctags source
10746         repository, because the one we had (from ctags 5.6) was broken.
10747         
10748         * global_tags/create_global_tags.sh.in: Reverted the patch from
10749         Sylvain because it was not right fix (and added a helpful comment).
10750         Used /bin/bash to fix the bashism and generated separate log files
10751         for each tag files in the same directory.
10752         
10753 2006-10-29  Naba Kumar  <naba@gnome.org>
10755         * plugins/editor/text_editor.c: Use a temporary file
10756         to save the editor and move it at the end to original
10757         file. This will prevent data corruption if file save
10758         failed for any reason. Also report proper errors when
10759         file save fails. Fixes bug #346575.
10760         
10761 2006-10-26  Naba Kumar  <naba@gnome.org>
10763         * plugins/document-manager/anjuta-docman.c: Do not load
10764         the same files with different path more than once (happens
10765         with symlinked files). Fixes Bug #323591.
10767 2006-10-25  Naba Kumar  <naba@gnome.org>
10769         * plugins/valgrind/vgactions.c: Fixed a warning.
10771 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10773         Reviewed by Naba Kumar  <naba@gnome.org>:
10775         * plugins/valgrind/vgtoolview.c:
10776         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10778         * plugins/valgrind/bugged-prg-test.c:
10779         No more warning during compilation with GCC 4.1.
10780         Program is still buggy in order to be used as a test of the
10781         plugin.
10783         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10784         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10785         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10786         plugins/valgrind/vgrule.c:
10787         No more warning during compilation with GCC 4.1.
10789         * plugins/valgrind/plugin.c:
10790         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10791         prototype (was missing from previous patch).
10793 2006-10-24  Naba Kumar  <naba@gnome.org>
10795         * plugins/glade/plugin.c: Show glade tree view, not list view.
10796         
10797         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10798         exited with glade plugin still loaded. Fixes Bug #364755.
10800         * plugins/document-manager/anjuta-document-manager.plugin.in:
10801         Added application/x-reject in accepted mime-types.
10802         
10803         * Changelog: Fixed changelog alignments.
10805 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10807         Reviewed by: Naba Kumar  <naba@gnome.org>
10808         
10809         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10810         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10811         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10812         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10813         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10814         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10815         plugins/valgrind/vgsearchbar.c:
10816         Use class macro for type casting.
10818         * plugins/valgrind/plugin.h:
10819         Don't force cast a GtkActionGroup to a GtkAction.
10821         * plugins/valgrind/plugin.c:
10822         Use correct API to get path of the preoject root when building
10823         the list of targets for the run action.
10824         Correct ordering of the construction of the preferences widgets.
10825         Only remove the valgrind widget if it is currently displayed.
10827         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10828         Return if check_valgrind_binary() fails.
10829         The ValgrindPluginPrefs object is initialized after the call to
10830         vg_action_new. Take a handle to the location of the pointer to
10831         the future object.
10833 2006-10-24  Naba Kumar  <naba@gnome.org>
10835         * HACKING: Updated coding sample.
10836         
10837         Patch from: Armin Burgmeier  <armin@arbur.net>
10838         * plugins/symbol-browser/test-class.h,
10839         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10840         
10841 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10843         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10844         * plugins/valgrind/vgtoolview.h:
10845         Correctly handle the argv / srcdir of vg_tool_view object. Do
10846         not leak memory associated with those arrays.
10848         * plugins/symbol-browser/an_symbol_prefs.c:
10849         Support unloading / reloading of the module (for example when
10850         closing a project and opening another one).
10852         * plugins/project-manager/plugin.c:
10853         Remove plugin widget before removing plugin itself, preventing
10854         a crash with valgrind plugin.
10856         * libanjuta/anjuta-preferences-dialog.c:
10857         Do not use the page_num returned by gtk_notebook_append_page to
10858         remove the page as it cause bugs when pages removal is not done
10859         in LIFO.
10861         * plugins/document-manager/anjuta-docman.c:
10862         Fix some GTK+ warnings.
10864         * global-tags/create_global_tags.sh.in:
10865         Rewrite script to remove bash-ism and use pkg-config directly
10866         instead of parsing the *.pc file by hand. This solve problems
10867         that occurred when one of the directory in PKG_CONFIG_PATH is
10868         empty.
10870 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10872         * plugins/glade/plugin.c: Fix build (#363884)
10874 2006-10-22  Johannes Schmid <jhs@gnome.org>
10876         * plugins/file-manager/an_file_view.c:
10877         * plugins/file-manager/plugin.c:
10878         * plugins/file-manager/plugin.h:
10879         Fix possible crasher when changing project-root uri when we try to restore open nodes
10880         * AUTHORS: Updated
10882 2006-10-19  Naba Kumar  <naba@gnome.org>
10884         Patch from: Juan Pablo Ugarte
10885         * plugins/glade/plugin.c: Include glade header
10886         correctly.
10887         
10888 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10889         
10890         * plugins/debug-manager/Makefile.am,
10891         plugins/debug-manager/sexy-icon-entry.h,
10892         plugins/debug-manager/sexy-icon-entry.c,
10893         plugins/debug-manager/dataview.c:
10894         Fix bug #358134 (Goto memory prompt)
10895         Use sexy-icon-entry from libsexy 0.1.10
10897         * plugins/debug-manager/debugger.c,
10898         plugins/debug-manager/plugin.c,
10899         plugins/debug-manager/start.c,
10900         plugins/gdb/debugger.c,
10901         plugins/gdb/plugin.c:
10902         Better error handling when starting and stopping debugger
10904 2006-10-13  Maik Beckmann <maik@eigenco.de>
10906         * src/action_callbacks.c:
10907         Fixed bug #361830 (AboutDialog does not close) which is caused 
10908         due to a change in Gtk+ 2.10  
10909   
10910 2006-10-12  Adam Dingle <adam@medovina.org>
10912         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10914         * plugins/search/search-replace.c:
10915         Fixed bug #358068 (indicate when Find in Files is complete)
10917         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10919         * plugins/sourceview/sourceview-prefs.c:
10920         * plugins/sourceview/sourceview.glade:
10921         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10923         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10925         * plugins/devhelp/plugin.c:
10926         * plugins/search/plugin.c: 
10927         Fixed bug #359750 (fix find/replace shortcut keys).
10929         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10930         use Alt+key for shortcuts)
10932         *  plugins/debug-manager/debug_tree.c:
10933         *  plugins/debug-manager/debugger.c:
10934         Fixed bug #359317 (can't load debug manager)
10936         * /plugins/document-manager/plugin.c:
10937         Fixed bug #359259 (highlight modes listed in reverse 
10938         alphabetical order).
10940 2006-10-10  Johannes Schmid <jhs@gnome.org>
10942         * plugins/glade/plugin.c:
10943         Add scrollbars to glade project window
10945 2006-10-10  Johannes Schmid <jhs@gnome.org>
10947         * libanjuta/interfaces/Makefile.am.iface:
10948         Fixed Makefile with broke build
10950 2006-10-07  Johannes Schmid <jhs@gnome.org>
10952         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10953         * libanjuta/interfaces/Makefile.iface.am:
10954         Fixed enum types generation
10956         * libanjuta/interfaces/libanjuta.idl:
10957         Fixed some strange typo
10959 2006-10-06  Johannes Schmid <jhs@gnome.org>
10961         * libanjuta/interfaces/Makefile.iface.am:
10962         Fixed enum-types.h generation
10963         * libanjuta/interfaces/libanjuta.idl:
10964         char* => gchar*
10965         IAnjutaTODO::load should take const gchar* argument
10966         Remove include to libanjuta/e-splash.h which is not installed as header file
10967         Disable get_attributes for now
10968         
10969         * pluings/sourceview/sourceview.c: Disabled get_attributes
10970         
10971         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10973 2006-10-05  Naba Kumar  <naba@gnome.org>
10975         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10976         Set bug id for 'Profiler plugin' task.
10978 2006-10-03  Naba Kumar  <naba@gnome.org>
10980         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10981         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10983         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10984         plugins/project-manager/plugin.c: Added a new API in
10985         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10986         Added some documentation. On project close, close all editors that
10987         has files opened for the project.
10988         
10989         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10990         from the containers on anjuta_shell_remove_widget(). Do not destroy
10991         glade widgets once created.
10992         
10993 2006-10-03  Johannes Schmid <jhs@gnome.org>
10995         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10996         * libanjuta/interfaces/libanjuta.idl:
10997         const-List<> => const List<>
10998         List-free<> => List<>
10999         
11000         * Makefile.am: Reenabled launcher
11002 2006-10-03  Johannes Schmid <jhs@gnome.org>
11004         * libanjuta/interfaces/Makefile.am.iface:
11005         Install libanjuta.idl
11007 2006-10-02  Adam Dingle <adam@medovina.org>
11009         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
11011 2006-10-02  Adam Dingle <adam@medovina.org>
11013         * plugins/editor/style-editor.c: fixed bug #357534
11014         * plugins/gdb/utilities.h: removed 2 unused declarations
11016 2006-10-02  Johannes Schmid <jhs@gnome.org>
11018         * Makefile.am: disabled anjuta-launcher
11019         * libanjuta/Makefile.am:
11020         
11021         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
11022         * libanjuta/glue-factory.c: (glue_factory_add_path),
11023         (glue_factory_get_path):
11024         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
11025         * libanjuta/glue-factory.h:
11026         * libanjuta/glue-cpp.h:
11027         * libanjuta/glue-cpp.c:
11028         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
11029         
11030         * libanjuta/interfaces/Makefile.am.iface:
11031         * libanjuta/interfaces/anjuta-idl-compiler.pl:
11032         * libanjuta/interfaces/libanjuta.idl:
11033         Add a new features to idl compiler:
11034         List<Type> => List of Type
11035         List-free<Type> => List of Type, it is up to the caller to free items and list
11036         const-List(-free)<Type> = const List of Types
11037         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
11038         
11039         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
11040         (generic_cpp_class_create_code):
11041         Adapted to new project_manager interface
11042         
11043         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
11044         * plugins/debug-manager/debugger.c:
11045         (ivariable_debugger_iface_init):
11046         Do not use C++ keyword "delete" for interface name
11047         
11048         * plugins/document-manager/anjuta-document-manager.plugin.in:
11049         Added m4 to mime-types
11050         
11051         * plugins/project-manager/plugin.c:
11052         (iproject_manager_add_source_multi):
11053         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
11055 2006-10-01  Naba Kumar  <naba@gnome.org>
11057         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
11058         UI file used when out-of-process devhelp is used instead of
11059         embedded devhelp.
11060         
11061         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
11062         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
11063         plugins/profile-default/default.anjuta: Build devhelp plugin,
11064         but use out-of-process devhelp if devhelp plugin is disabled
11065         (either by user or devhelp is not installed). Disabled devhelp
11066         plugin by default. Added it in default profile.
11068 2006-10-01  Naba Kumar  <naba@gnome.org>
11070         * plguins/project-manager/plugin.c: Possible fix for crash
11071         bug #358583.
11072         
11073         * configure.in, plugins/Makefile.am: Enabled glade plugin and
11074         set dep to last version 3.0.2.
11075         
11076         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
11077         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
11078         plugins/symbol-browser/plugin.c: Use the right action group
11079         for getting popup actions (Fixes lots of assertion failures).
11081         * plugins/project-manager/plugin.c,
11082         plugins/project-manager/plugin.h: use separate action group
11083         for profie actions.
11084         
11085         * plugins/message-view/plugin.c: Disconnect session load
11086         signal on plugin deactivation (fixes a crash).
11088 2006-09-30  Naba Kumar  <naba@gnome.org>
11090         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
11091         * TODO.tasks: Assigned a bounty to Massimo.
11093 2006-09-29  Naba Kumar  <naba@gnome.org>
11095         * src/anjuta-app.c, src/shell.c: Fixed build errors.
11097 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
11099         * plugins/debug-manager/debugger.c,
11100         plugins/debug-manager/plugin.c,
11101         libanjuta/interfaces/libanjuta.idl:
11102         Add a new abort command to quit debugger without waiting
11104         * plugins/gdb/debugger.c,
11105         plugins/gdb/debugger.h,
11106         plugins/gdb/plugin.c:
11107         Send a signal directly to the debugged program
11108         Implement abort command
11110         * plugins/debug-manager/debug_tree.c:
11111         Fix bug #358163
11113         * plugins/debug-manager/stack-trace.c:
11114         Fix bug #358009
11116 2006-09-29  Naba Kumar  <naba@gnome.org>
11118         * TODO.tasks: Updated.
11119         
11120         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
11121         dialog.
11122         
11123         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
11124         
11125         * TODO.tasks: Updated in light of the word wrapping fix
11126         in Tasks Manager. Added a test bounty entry.
11128         * TODO.tasks: Added four bounties.
11129         
11130 2006-09-28  Naba Kumar  <naba@gnome.org>
11132         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
11133         Added 'customizable' parameter to
11134         anjuta_ui_add_action_group_entries() and similar functions to
11135         allow user configuration of the actions. Filter out actions that
11136         are not configurable items (such as submenu items). Now the
11137         'Customize shortcuts' dialog is much better listed.
11139         * plugins/build-basic-autotools/build-basic-autotools.c,
11140         plugins/build-basic-autotools/build-basic-autotools.h,
11141         plugins/cvs-plugin/plugin.c,
11142         plugins/cvs-plugin/plugin.h,
11143         plugins/debug-manager/breakpoints.c,
11144         plugins/debug-manager/plugin.c,
11145         plugins/debug-manager/stack_trace.c,
11146         plugins/debug-manager/watch.c,
11147         plugins/devhelp/plugin.c,
11148         plugins/document-manager/plugin.c,
11149         plugins/file-loader/plugin.c,
11150         plugins/file-manager/plugin.c,
11151         plugins/glade/plugin.c,
11152         plugins/gtodo/interface.c,
11153         plugins/gtodo/plugin.c,
11154         plugins/language-support-cpp-java/plugin.c,
11155         plugins/macro/plugin.c,
11156         plugins/macro/plugin.h,
11157         plugins/message-view/plugin.c,
11158         plugins/patch/plugin.c,
11159         plugins/profile-default/default.anjuta,
11160         plugins/project-manager/plugin.c,
11161         plugins/project-manager/plugin.h,
11162         plugins/sample1/plugin.c,
11163         plugins/search/plugin.c,
11164         plugins/subversion/plugin.c,
11165         plugins/subversion/plugin.h,
11166         plugins/symbol-browser/plugin.c,
11167         plugins/symbol-browser/plugin.h,
11168         plugins/tools/plugin.c,
11169         plugins/valgrind/plugin.c,
11170         plugins/valgrind/plugin.h: Fixed to take care of above change
11171         in API of AnjutaUI. Properly added/removed action groups in some
11172         plugins. Split action groups into customization and non-customizable
11173         groups and added them separately.
11175         * plugins/document-manager/plugin.c: Close files belonging to
11176         project when project is closed (not complete).
11177         
11178         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
11179         vertical aligned cell entries.
11180         
11181         * src/anjuta-app.c: Define macros for the placeholder names.
11182         Set default widths and heights of the default placeholders,
11183         so that newly docked widgets are correclty sized.
11184         
11185         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
11186         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
11187         Fixed to generated correct actions addition/removal code.
11189 2006-09-25  Naba Kumar  <naba@gnome.org>
11191         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
11192         libanjuta/anjuta-serializer.[ch]: Implemented serialization
11193         class.
11194         
11195         * plugins/message-view/anjuta-msgman.c,
11196         plugins/message-view/anjuta-msgman.h,
11197         plugins/message-view/message-view.c,
11198         plugins/message-view/message-view.h,
11199         plugins/message-view/plugin.c: Serialize messages panes in
11200         session save and deserialize them in session load so that
11201         build messages persistant.
11202         
11203 2006-09-24  Johannes Schmid <jhs@gnome.org>
11205         * libanjuta/anjuta-utils.c:
11206         * plugins/message-view/message-view.c:
11207         Really fixed #355407
11209 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
11211         * libanjuta/interfaces/libanjuta.idl:
11212         Change one variable sign
11214         * plugins/debug-manager/anjuta-debug-manager.glade,
11215         plugins/debug-manager/anjuta-debug-manager.ui:
11216         Few small interface changes     
11218         * plugins/debug-manager/debug_tree.h,
11219         plugins/debug-manager/watch.c,
11220         plugins/debug-manager/debugger.c,
11221         plugins/debug-manager/plugin.c
11222         plugins/gdb/debugger.c,
11223         plugins/gdb/plugin.c:
11224         Big rewrite of debugger queue
11225         Allow to cancel command
11227         * plugins/debug-manager/memory.c:
11228         Fix a bug if a command is cancelled
11230 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
11232         * plugins/gdb/debugger.c,
11233         plugins/debug-manager/debug_tree.c,
11234         plugins/debug-manager/locals.c:
11235         Restore tree representation for local variable
11236         Add argument in local variable list
11237         Use gdb variable object to get all informations
11239 2006-09-19  Naba Kumar  <naba@gnome.org>
11241         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
11242         that implements AnjutaSavePrompt class.
11244         * ChangeLog: Fixed indentation.
11245         
11246         * libanjuta/Makefile.am,
11247         libanjuta/anjuta-marshal.list,
11248         libanjuta/anjuta-shell.c,
11249         libanjuta/anjuta-shell.h,
11250         plugins/document-manager/action-callbacks.c,
11251         plugins/document-manager/action-callbacks.h,
11252         plugins/document-manager/anjuta-docman.c,
11253         plugins/document-manager/anjuta-docman.h,
11254         plugins/document-manager/plugin.c,
11255         src/anjuta.c: Impletemnted save prompt dialog to prompt for
11256         unsaved items during exit. A new signal is added in shell
11257         interface called 'save-prompt' to collect all unsaved items.
11258         Create AnjutaSavePrompt class (dialog) to process unsaved items.
11259         Fixed document manager to use the new save-prompt signal in shell
11260         and AnjutaSavePrompt object for unsaved files. Cleaned up
11261         AnjutaDocman to synchronously save new files. Fixed function
11262         names.
11264 2006-09-18  Johannes Schmid <jhs@gnome.org>
11266         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11267         gdl requirement to 0.7.0
11269 2006-09-18  Johannes Schmid <jhs@gnome.org>
11271         * global-tags/.cvsignore:
11272         * global-tags/Makefile.am:
11273         * global-tags/create_global_tags.sh (removed):
11274         * global-tags/create_global_tags.sh.in (added):
11275         Fixed #355407
11276         
11277         * libanjuta/anjuta-launcher.c:
11278         Fixed #349374
11279         
11280         * plugins/project-manager/plugin.c:
11281         (project_manager_plugin_close_project):
11282         Fixed crasher
11283         
11284         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11285         Fixed gtk critical
11286         
11287         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11288         More reasonable toolbar creation/deletition though it does
11289         not completly work!
11291 2006-09-15  Johannes Schmid <jhs@gnome.org>
11293         * libanjuta/anjuta-utils.c/.h:
11294         Fixed #355168
11296 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
11298         * scintilla/ScintillaGTK.cxx
11299         Fixed doulbe freeing in Scintilla
11301 2006-09-12  Johannes Schmid  <jhs@gnome.org>
11303         * plugins/symbol-browser/an_symbol_prefs.c:
11304         Support unloading / reloading of the module (for example when
11305         closing a project and opening another one).
11307         * plugins/project-manager/plugin.c:
11308         Really fixed #355148 (Show project name in title bar)
11310 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11312         * libanjuta/plugins.c:
11313         Fixed #355156 (Show plugins in alphabetical order)
11315 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11317         * plugins/project-manager/plugin.c:
11318         Fixed #355148 (Show project name in title bar)
11320 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11322         * plugins/project-manager/plugin.c:
11323         (value_removed_project_root_uri):
11324         Fixed crasher if project cannot be opened
11326 2006-08-30 Naba Kumar  <naba@gnome.org>
11328         * plugins/language-support-cpp-java/plugin.[c,h],
11329         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11330         Impletemnted UI for auto indent.
11331         
11332 2006-08-28 Naba Kumar  <naba@gnome.org>
11333         
11334         * plugins/gvim/.cvsignore,
11335         plugins/gvim/Makefile.am,
11336         plugins/gvim/anjuta-vim-plugin.png,
11337         plugins/gvim/anjuta-vim.c,
11338         plugins/gvim/anjuta-vim.h,
11339         plugins/gvim/anjuta-vim.plugin.in,
11340         plugins/gvim/gtkvim.c,
11341         plugins/gvim/gtkvim.h,
11342         plugins/gvim/plugin.c,
11343         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11344         in build yet.
11346 2006-08-28 Naba Kumar  <naba@gnome.org>
11348         Patch from: Massimo Corà  <maxcvs@email.it>
11349         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11350         possible infinite loop.
11352 2006-08-22 Adam Dingle <adam@medovina.org>
11353         
11354         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11355         to edit are shown in the preferences dialog in anjuta").
11356         Removed unused widgets from the style editor dialog.
11358 2006-08-21  Johannes Schmid <jhs@gnome.org>
11360         * plugins/symbol-browser/test-class.[cpp/h]
11361         Added missing files
11363 2006-08-18  Naba Kumar  <naba@gnome.org>
11365         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11366         end of document loading.
11368         * plugins/language-support-cpp-java/plugin.c,
11369         plugins/sourceview/sourceview.c: Fixed plugin loading.
11371 2006-08-17  Naba Kumar  <naba@gnome.org>
11373         * plugins/language-support-cpp-java/plugin.c,
11374         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11375         mode line parsing. Indentation parameters initialized based on
11376         mode line parameters.
11378 2006-08-16  Naba Kumar  <naba@gnome.org>
11380         * Makefile.am, plugins/editor/text_editor.c,
11381         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11382         comments.
11384 2006-08-16 Naba Kumar  <naba@gnome.org>
11386         Patch from  Massimo Cora'  <maxcvs@email.it>:
11387         
11388         * plugins/editor/aneditor-autocomplete.cxx,
11389         plugins/editor/aneditor-calltip.cxx,
11390         plugins/symbol-browser/Makefile.am,
11391         plugins/symbol-browser/an_symbol.c,
11392         plugins/symbol-browser/an_symbol_view.c,
11393         plugins/symbol-browser/plugin.c,
11394         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11395         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11396         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11397         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11398         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11399         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11400         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11401         tagmanager/get.h, tagmanager/html.c,
11402         tagmanager/include/tm_source_file.h,
11403         tagmanager/include/tm_tag.h,
11404         tagmanager/include/tm_workspace.h,
11405         tagmanager/jscript.c, tagmanager/keyword.c,
11406         tagmanager/keyword.h, tagmanager/lisp.c,
11407         tagmanager/lregex.c, tagmanager/lua.c,
11408         tagmanager/main.h, tagmanager/make.c,
11409         tagmanager/options.c, tagmanager/options.h,
11410         tagmanager/parse.c, tagmanager/parse.h,
11411         tagmanager/parsers.h, tagmanager/pascal.c,
11412         tagmanager/perl.c, tagmanager/php.c,
11413         tagmanager/python.c, tagmanager/read.c,
11414         tagmanager/read.h, tagmanager/readtags.c,
11415         tagmanager/readtags.h, tagmanager/rexx.c,
11416         tagmanager/routines.c, tagmanager/routines.h,
11417         tagmanager/ruby.c, tagmanager/scheme.c,
11418         tagmanager/sh.c, tagmanager/slang.c,
11419         tagmanager/sml.c, tagmanager/sort.c,
11420         tagmanager/sort.h, tagmanager/sql.c,
11421         tagmanager/strlist.c, tagmanager/strlist.h,
11422         tagmanager/tcl.c, tagmanager/tm_source_file.c,
11423         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11424         tagmanager/tm_workspace.c, tagmanager/verilog.c,
11425         tagmanager/vim.c, tagmanager/vstring.c,
11426         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11427         5.6 and namespace completion fixed.
11429         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11430         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11432 2006-08-15 Naba Kumar  <naba@gnome.org>
11434         * libanjuta/interfaces/libanjuta.idl,
11435         plugins/editor/text-editor-iterable.c,
11436         plugins/editor/text_editor.c,
11437         plugins/sourceview/sourceview-cell.c,
11438         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11439         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11440         ianjuta_editor_end_action().
11441         
11442         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11444 2006-08-13 Naba Kumar  <naba@gnome.org>
11446         * plugins/debug-manager/breakpoints.c,
11447         plugins/debug-manager/memory.c,
11448         plugins/debug-manager/registers.c,
11449         src/layout.xml: Fixed debugger widgets layout.
11451 2006-08-12 Naba Kumar  <naba@gnome.org>
11453         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11454         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11455         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11456         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11457         codes and dead codes. Removed automatic indentation prefs.
11459 2006-08-12  Johannes Schmid <jhs@gnome.org>
11461         * libanjuta/Makefile.am:
11462         * libanjuta/anjuta-launcher.c:
11463         * libanjuta/anjuta-launcher.h:
11464         * libanjuta/anjuta-plugin.c:
11465         * libanjuta/anjuta-plugin.h:
11466         * libanjuta/anjuta-preferences.c:
11467         * libanjuta/anjuta-preferences.h:
11468         * libanjuta/anjuta-shell.c:
11469         * libanjuta/anjuta-shell.h:
11470         * libanjuta/libanjuta.h:
11471         
11472         Made wrapper friendly:
11473         - no inline in header files (preferences_set/get)
11474         - correct signal names
11475         - correct GError** argument in anjuta_shell_freeze/thaw
11476         - include correct files in libanjuta.h
11477         
11478         * plugins/project-manager/plugin.c: 
11479         Fixed two crashers
11481 2006-08-11 Naba Kumar  <naba@gnome.org>
11483         * plugins/editor/aneditor-priv.h,
11484         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11485         
11486         * plugins/editor/text_editor_cbs.c,
11487         plugins/sourceview/anjuta-view.c: Pass the right position for char
11488         added signal.
11489         
11490         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11491         
11492         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11494 2006-08-11 Naba Kumar  <naba@gnome.org>
11496         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11497         return the right character at the iter position and get_char() to
11498         not leak memory.
11500         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11501         to set to character offset and not byte index.
11503         * plugins/language-support-cpp-java/plugin.c: Improved
11504         auto-indentation login. Indents opening and closing braces correctly.
11506 2006-08-10  Johannes Schmid <jhs@gnome.org>
11508         * INSTALL:
11509         * autogen.sh:
11510         Required automake = 1.9
11512         * libanjuta/anjuta-children.c:
11513         * libanjuta/anjuta-children.h:
11514         * libanjuta/anjuta-encodings.h:
11515         * libanjuta/anjuta-launcher.h:
11516         * libanjuta/anjuta-plugin-description.h:
11517         * libanjuta/anjuta-preferences-dialog.h:
11518         * libanjuta/anjuta-preferences.h:
11519         * libanjuta/anjuta-session.h:
11520         * libanjuta/anjuta-status.h:
11521         * libanjuta/anjuta-ui.h:
11522         * libanjuta/anjuta-utils.c:
11523         * libanjuta/anjuta-utils.h:
11524         * libanjuta/e-splash.h:
11525         * libanjuta/glue-factory.h:
11526         * libanjuta/glue-plugin.h:
11527         * libanjuta/plugins.h:
11528         * libanjuta/resources.h:
11529         Fixed libanjuta to be able to wrap it
11530         - G_BEGIN_DECLS, G_END_DECLS
11531         - include all necessary files in libanjuta.h
11533         * plugins/gtodo/tray-icon.c:
11534         * plugins/terminal/terminal.c:
11535         Some build fixes for freebsd
11537         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11538         * plugins/sourceview/sourceview.glade:
11539         Remove auto-indent feature as it is now in language-support
11541 2006-08-09 Naba Kumar  <naba@gnome.org>
11543         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11544         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11545         Added missing files.
11547         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11548         get_use_spaces(), set_tabsize() and set_use_spaces().
11550 2006-08-09 Naba Kumar  <naba@gnome.org>
11552         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11553         succeeded in activating.
11555         * plugins/document-manager/plugin.c: Added debug message.
11557         * libanjuta/interfaces/libanjuta.idl,
11558         plugins/editor/text_editor.c: Implemented get_tabsize(),
11559         get_use_spaces(), set_tabsize() and set_use_spaces().
11561         * plugins/language-support-cpp-java/Makefile.am,
11562         plugins/language-support-cpp-java/plugin.c,
11563         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11564         for indentation. Added preferences page for paramenters.
11566         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11568 2006-08-08 Naba Kumar  <naba@gnome.org>
11570         * libanjuta/interfaces/libanjuta.idl,
11571         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11572         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11573         plugins/editor/text_editor.c,
11574         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11575         and implemented it for both scintilla and sourceview.
11577         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11578         focus back to editor (happens when pressing esc in incremental
11579         search box).
11581 2006-08-08 Naba Kumar  <naba@gnome.org>
11583         * libanjuta/interfaces/libanjuta.idl,
11584         plugins/editor/text_editor.c,
11585         plugins/editor/text_editor.h,
11586         plugins/editor/text-editor-iterable.c,
11587         plugins/sourceview/sourceview-cell.c,
11588         plugins/sourceview/sourceview.c: Implemented editor attributes
11589         methods.
11590         
11591         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11592         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11593         code (not complete yet).
11595         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11596         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11597         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11598         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11599         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11600         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11602 2006-08-04 Naba Kumar  <naba@gnome.org>
11604         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11605         implementation.
11606         
11607 2006-08-03  Johannes Schmid <jhs@gnome.org>
11609         * configure.in: Add a more informative text to valgrind plugin
11611         * TODO.tasks:
11612         Modified Preferences tasl
11613         * libanjuta/anjuta-plugin.c: 
11614         * libanjuta/anjuta-preferences-dialog.c: 
11615         * libanjuta/anjuta-preferences-dialog.h:
11616         * libanjuta/anjuta-preferences.c:
11617         * libanjuta/anjuta-preferences.h:
11618         * libanjuta/interfaces/Makefile.am.iface:
11619         * libanjuta/interfaces/libanjuta.idl:
11620         Added IAnjutaPreferences interface which every plugin that has preferences should
11621         implement. Call merge() and unmerge() at plugin activation/deactivation.
11622         Fixed preferences_page_remove()
11623         
11624         * plugins/build-basic-autotools/build-basic-autotools.c:
11625         * plugins/cvs-plugin/plugin.c: 
11626         * plugins/document-manager/plugin.c:
11627         * plugins/editor/plugin.c:
11628         * plugins/editor/plugin.h:
11629         * plugins/file-manager/plugin.c: 
11630         * plugins/gtodo/main.h:
11631         * plugins/gtodo/plugin.c: 
11632         * plugins/gtodo/preferences.c: 
11633         * plugins/message-view/anjuta-msgman.c: 
11634         * plugins/message-view/anjuta-msgman.h:
11635         * plugins/message-view/plugin.c:
11636         * plugins/sourceview/plugin.c: 
11637         * plugins/sourceview/plugin.h:
11638         * plugins/symbol-browser/an_symbol_prefs.c:
11639         * plugins/symbol-browser/plugin.c: 
11640         * plugins/terminal/terminal.c: 
11641         * plugins/valgrind/plugin.c
11642         * src/anjuta-app.c:
11643         
11644         Updated preference loading/unloading for all plugins
11646 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11647         
11648         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11649         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11650     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11651         recommended by the autoconf manual. 
11652         - Fixes compiling with autoconf 2.60.
11653         
11654         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11656 2006-08-02      Johanes Schmid <jhs@gnome.org>
11658         * plugins/profile-default/plugin.c:
11659         Fixed session handling
11661 2006-08-01  Johannes Schmid <jhs@gnome.org>
11663         * configure.in
11664         * plugins/Makefile.am:
11665         Disabled devhelp and glade for now as they do not work (#341073
11666         and #341170)
11667         
11668         * plugins/profile-default/anjuta-default-profile.ui (removed):
11669         * plugins/profile-default/plugin.c:
11670         * plugins/profile-default/plugin.h:
11671         * plugins/project-manager/anjuta-project-manager.ui:
11672         * plugins/project-manager/plugin.c:
11673         * plugins/project-manager/plugin.h:
11674         Limted multiple project support #315043
11676         * libanjuta/interfaces/libanjuta.idl:
11677         Added ianjuta_profile_unload
11679 2006-07-31 Naba Kumar  <naba@gnome.org>
11681         * libanjuta/interfaces/libanjuta.idl,
11682         plugins/editor/text-editor-iterable.c,
11683         plugins/editor/text_editor.c,
11684         plugins/sourceview/anjuta-view.c,
11685         plugins/sourceview/anjuta-view.h,
11686         plugins/sourceview/sourceview.c: Fixed text iteration and 
11687         IAnjutaEditor implementations in both scintilla
11688         and sourceview. Cleand up libanjuta API: Removed redundant
11689         erase_range() method from IAnjutaEditor interface, fixed
11690         ianjuta_editor_get_text to take length instead of range (consistency).
11691         autoindentation in both sourceview and scintilla more or less works,
11692         but still disabled for now because there are still some anomalies
11693         in text iteration.
11695         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11697         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11698         API changes.
11700 2006-07-30  Johannes Schmid <jhs@gnome.org>
11702         * plugins/sourceview/anjuta-document.c:
11703         * plugins/sourceview/anjuta-document.h:
11704         * plugins/sourceview/anjuta-view.c: 
11705         * plugins/sourceview/sourceview.c:
11706         Wrote a new "char_added" implementation, I hope this one is good
11708         * plugins/sourceview/sourceview-cell.c:
11709         Fixed typo: "text_iter" instead of "iter"
11711 2006-07-30 Naba Kumar  <naba@gnome.org>
11713         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11715 2006-07-30  Johannes Schmid <jhs@gnome.org>
11717         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11718         
11719         * plugins/debug-manager/plugin.c: 
11720         * plugins/patch/plugin.c:
11721         Use IAnjutaIndicable to mark debugger position
11723         * plugins/sourceview/sourceview.c:
11724         Define colors for IAnjutaIndicable
11726 2006-07-29  Johannes Schmid <jhs@gnome.org>
11728         * plugins/debug-manager/anjuta-debug-manager.ui:
11729         * plugins/debug-manager/breakpoints.c:
11730         * plugins/debug-manager/images/Makefile.am:
11731         * plugins/debug-manager/images/run-to-cursor.png:
11732         * plugins/debug-manager/plugin.c:
11733         Added toolbar and some icons
11735         * plugins/patch/anjuta-patch.ui:
11736         * plugins/patch/patch-plugin.c:
11737         * plugins/patch/patch-plugin.glade:
11738         * plugins/patch/plugin.c:
11739         * plugins/patch/plugin.h:
11740         Improved patch plugin (GUI and function)
11742         * plugins/sourceview/sourceview.c:
11743         Fixed another Gtk-Critical
11745         * plugins/tools/anjuta-tools.ui:
11746         * plugins/tools/plugin.h:
11747         Put Patch plugin in tools menu and changed ui file
11749 2006-07-29  Johannes Schmid <jhs@gnome.org>
11751         * plugins/document-manager/plugin.c:
11752         Fixed accelator Gtk-Warning
11754         * plugins/message-view/anjuta-msgman.c: 
11755         Fixed Gtk-Warning
11757         * plugins/sourceview/anjuta-document.c:
11758         * plugins/sourceview/anjuta-document.h:
11759         * plugins/sourceview/anjuta-marshal.list:
11760         Wrote a better emitter for the char-added signal
11762         * plugins/sourceview/sourceview.c:
11763         Fixed Redo/Undo to void Gtk-Criticals
11764         
11765         * plugins/sourceview/sourceview-args.c:
11766         * plugins/sourceview/sourceview-cell.c:
11767         * plugins/sourceview/sourceview-scope.c:
11768         * plugins/sourceview/sourceview-tags.c: 
11769         Adapted to new IAnjutaIterator API
11771 2006-07-28 Naba Kumar  <naba@gnome.org>
11773         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11775         * plugins/symbol-browser/an_symbol.c,
11776         plugins/symbol-browser/an_symbol_iter.c,
11777         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11778         subclass of AnjutaSymbol so that the symbol is accessible from
11779         the iter in light of changes in IAnjutaIterable.
11781         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11782         implementation of IAnjutaIterable.
11784 2006-07-28 Naba Kumar  <naba@gnome.org>
11786         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11787         IAnjutaIterable. They were kind of useless since the interface is
11788         defined on the data object itself. Added set_position() method
11789         in IAnjutaIterable to allow setting arbitrary current index to the
11790         iter.
11791         Added erase() and erase_range() in IAnjutaEditor.
11793         * plugins/editor/text-editor-iterable.c: Fixed 
11794         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11795         methods in editor. Fixed get_line_from_position() method.
11797         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11798         code. It's disabled for now.
11800         * plugins/sourceview/sourceview-cell.c,
11801         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11802         implementation.
11804 2006-07-27  Johannes Schmid <jhs@gnome.org>
11806         * plugins/sourceview/sourceview-cell.c:
11807         Fixed IAnjutaEditorCell to work only on a single line
11808         Fixed crasher in finalize
11810         * plugins/symbol-browser/an_symbol_prefs.c:
11811         * global-tags/Makefile.am:
11812         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11813         script installation     
11815 2006-07-26 Naba Kumar  <naba@gnome.org>
11817         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11818         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11819         
11820         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11821         
11822         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11823         support plugins
11824         
11825         * plugins/editor/text-editor-iterable.c,
11826         plugins/editor/text_editor.c,
11827         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11828         method to work correctly, it was ignoring start and end parameters.
11829         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11830         emission.
11831         
11832         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11833         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11835 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11837         * plugins/symbol-browser/an_symbol_view.c,
11838         plugins/symbol-browser/an_symbol_view.h,
11839         plugins/symbol-browser/plugin.c:
11840     fix a matching case into sv_extract_type_qualifier_from_expr ()
11841     and some minor issues.
11843 2006-07-26  Johannes Schmid <jhs@gnome.org>
11845         * plugins/language-support-cpp-java/plugin.c:
11846         Fixed to work kind of with sourceview editor
11847         * plugins/sourceview/anjuta-document.c: 
11848         * plugins/sourceview/anjuta-view.c: 
11849         * plugins/sourceview/sourceview-cell.c:
11850         * plugins/sourceview/sourceview.c:
11851         Fixed IAnjutaEditorCell and "char-added" signal
11853 2006-07-24 Naba Kumar  <naba@gnome.org>
11855         * plugins/document-manager/plugin.c,
11856         plugins/document-manager/plugin.h: Initial implementedion for loading
11857         support plugins.
11858         
11859         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11860         implementation.
11861         
11862         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11863         indicators are cleared (that leaved grey texts).
11865 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11867         * libanjuta/interfaces/libanjuta.idl,
11868         plugins/debug-manager/breakpoints.c,
11869         plugins/debug-manager/memory.c,
11870         plugins/debug-manager/registers.c,
11871         plugins/debug-manager/debug_tree.c,
11872         plugins/debug-manager/debugger.c,
11873         plugins/gdb/debugger.c,
11874         plugins/gdb/debugger.h,
11875         plugins/gdb/plugin.c:
11876         Add a parameter for reporting error
11877         Add a new interface for using gdb variable object
11878         Allow to cancel commands
11879         Rewrite handling of debugger state
11881         * plugins/debug-manager/plugin.c,
11882         plugins/debug-manager/locals.c,
11883         plugins/debug-manager/locals.h,
11884         plugins/debug-manager/register.c,
11885         plugins/debug-manager/stack_trace.c,
11886         plugins/debug-manager/stack_trace.h:
11887         Create and destroy local and stack trace windows when needed
11889 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11891         * plugins/document-manager/plugin.c:
11892         Fixed "Automatic" highlighting
11894 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11896         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11898         * plugins/sourceview/anjuta-view.c:
11899         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11901 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11902         
11903         * configure.in: Check for C/C++-Compiler correctly
11905 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11907         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11909         * plugins/debug-manager/stack_trace.c:
11910         Destroy stack window when debuuger is disabled (#347414)
11911         
11912         * plugins/sourceview/anjuta-view.c:
11913         Fix a crash with popup-menu (#347412)
11915 2006-07-13 Naba Kumar  <naba@gnome.org>
11917         * plugins/editor/Makefile.am,
11918         plugins/editor/text_editor.h,
11919         plugins/editor/text-editor-iterable.h,
11920         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11921         tested yet).
11922         
11923         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11924         code.
11925         
11926         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11928 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11930         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11931         Bug #342937
11932         
11933 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11935         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11937         * libanjuta/anjuta-preferences-dialog.c:
11938         Do not use the page_num returned by gtk_notebook_append_page to
11939         remove the page as it cause bugs when pages removal is not done
11940         in LIFO.
11942         * plugins/document-manager/anjuta-docman.c:
11943         * src/anjuta-app.c:
11944         makes Anjuta display dock_items which have previously been hidden
11946 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11948         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11950         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11951         * plugins/sourceview/sourceview.c: (imark_unmark):
11952         
11953         Patches for bugs #346450 and #346295
11954         
11955         * AUTHORS: Added Fredrik
11957 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11959         * plugins/message-view/anjuta-msgman.c: 
11960         Fixed close button/icon size (like in docman)
11962 2006-06-10 Naba Kumar <naba@gnome.org>
11964         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11965         being set.
11966         
11967 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11969         * libanjuta/interfaces/libanjuta.idl:
11970         Move inspect_memory function in IAnjutaCpuDebugger interface
11971         Rename Boolean type to State
11973         * plugins/debug-manager/breakpoint.c:
11974         Rename Boolean type to State
11976         * plugins/debug-manager/Makefile.am,
11977         plugins/debug-manager/anjuta-marshal.list,
11978         plugins/debug-manager/data_view.c,
11979         plugins/debug-manager/data_view.h,
11980         plugins/debug-manager/data_buffer.c,
11981         plugins/debug-manager/data_buffer.h,
11982         plugins/debug-manager/chunk_view.c,
11983         plugins/debug-manager/chunk_view.h,
11984         plugins/debug-manager/anjuta-debug-manager.ui,
11985         plugins/debug-manager/debugger.c,
11986         plugins/debug-manager/memory.c,
11987         plugins/debug-manager/memory.h,
11988         plugins/debug-manager/plugin.c,
11989         plugins/gdb/debugger.c,
11990         plugins/gdb/debugger.h,
11991         plugins/gdb/plugin.c:
11992         Rewrite memory window using a special widget
11993         Rename Boolean type to State
11995 2006-06-08 Naba Kumar <naba@gnome.org>
11997         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11998         Do not return garbage characters and return NULL when there is no
11999         current word.
12000         
12001         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
12002         work correctly.
12003         
12004         * plugins/search/search-replace.c: Fixed a mem leak.
12006 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
12008         * libanjuta/anjuta-launcher.c:
12009         Added debug message (see #343522)
12010         
12011         * plugins/build-basic-autotools/build-basic-autotools.c:
12012         Patch from Günther Brammer to fix #344015
12014         * plugins/sourceview/sourceview.c:
12015         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
12016         automatic highlight of build messages)
12018 2006-06-06 Naba Kumar <naba@gnome.org>
12020         * configure.in,
12021         libanjuta/interfaces/libanjuta.idl,
12022         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12023         plugins/Makefile.am,
12024         plugins/document-manager/action-callbacks.c,
12025         plugins/document-manager/plugin.c,
12026         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
12027         interface for language highlight selection and langauge change
12028         signal.
12029         
12030         * plugins/language-support-cpp-java: Added language support
12031         plugin for cpp and java.
12033 2006-05-27  Naba Kumar  <naba@gnome.org>
12035         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
12036         plugins/debug-manager/*, data/Makefile.am,
12037         manuals/reference/libanjuta/libanjuta.types,
12038         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12039         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12040         merged anjuta-new-debugger branch into trunck.
12041         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
12043 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
12044         
12045         * libanjuta/interfaces/libanjuta.idl,
12046         plugins/debug-manager/debugger.c,
12047         plugins/debug-manager/debugger.h,
12048         plugins/gdb/anjuta-gdb.plugin.in,
12049         plugins/gdb/debugger.c,
12050         plugins/gdb/debugger.h,
12051         plugins/gdb/plugin.c:
12052         Add new IAnjutaCpuDebugger interface to access cpu register
12053         Run gdb instead of /usr/local/bin/gdb
12054         
12055         * plugins/debug-manager/plugin.c,
12056         plugins/debug-manager/registers.c,
12057         plugins/debug-manager/registers.h:
12058         Rewrite register window
12059         Rename Load target menu item to Run target
12061 2006-05-07  Naba Kumar  <naba@gnome.org>
12063         * plugins/gdb.init
12064         
12065 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
12067         * plugins/debug-manager/watch.c,
12068         plugins/debug-manager/breakpoint.c,
12069         plugins/debug-manager/breakpoint.h:
12070         Fix crash: disconnect save and load session signals
12072 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
12074         * libanjuta/interface/libanjuta.idl,
12075         plugins/debug-manager/debugger.c,
12076         plugins/gdb/plugin.c:
12077         Add a value parameter for evaluate command
12079         * plugins/debug-manager/anjuta-debug-manager.glade:
12080         Create new dialog box for watches using glade
12082         * plugins/debug-manager/anjuta-debug-manager.ui:
12083         Move watch menu items near the end
12084         Move breakpoint menu items outside the sub menu
12086         * plugins/debug-manager/debug_tree.c,
12087         plugins/debug-manager/debug_tree.h,
12088         plugins/debug-manager/debug_tree.h,
12089         plugins/debug-manager/watch.c:
12090         Move all GUI code from watch.c to debug_tree.c
12091         Add an auto update property to watches
12092         
12093         * plugins/debug-manager/locals.c,
12094         plugins/debug-manager/locals.h,
12095         plugins/debug-manager/stack_trace.c,
12096         plugins/debug-manager/stack_trace.h,
12097         plugins/debug-manager/plugin.c:
12098         Register actions before starting debugger
12100         * plugins/gdb/debugger.c:
12101         Do not call callback function if not present
12103 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
12105         * libanjuta/interfaces/libanjuta.idl,
12106         plugins/debug-manager/stack_trace.c,
12107         plugins/debug-manager/stack_trace.h,
12108         plugins/debug-manager/anjuta-debug-manager.ui,
12109         plugins/gdb/debugger.c:
12110         Add a popup menu in stack frame window
12111         Add a new frame-changed event
12112         Use MI command for getting stack informations
12113         Get filename with full path (need gdb > 6.3)
12115         * libanjuta/interfaces/libanjuta.idl,
12116         plugins/debug-manager/debug_tree.c,
12117         plugins/debug-manager/debugger.c,
12118         plugins/debug-manager/locals.c,
12119         plugins/debug-manager/locals.h,
12120         plugins/debug-manager/plugin.c,
12121         plugins/gdb/debugger.c,
12122         plugins/gdb/debugger.h,
12123         plugins/gdb/parser.c,
12124         plugins/gdb/parser.h,
12125         plugins/gdb/plugin.c,
12126         plugins/gdb/Makefile.am:
12127         Pass watch data with string instead of Watch structures
12128         Use debug_tree in local window
12129         Remove info local
12130         Remove parser.{ch}
12132         * plugins/debug-manager/breakpoints.c,
12133         plugins/debug-manager/utilities.c,
12134         plugins/debug-manager/utilities.h:
12135         Use a GtkListStore instead of a GtkTreeStore
12136         move goto_location_in_editor in utilities.c
12137         
12138 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
12140         * libanjuta/interfaces/libanjuta.idl,
12141         plugins/debug-manager/anjuta-debug-manager.ui,
12142         plugins/debug-manager/breakpoints.c,
12143         plugins/debug-manager/plugin.c,
12144         plugins/gdb/debugger.c:
12145         Add a breakpoint type
12146         Add new popup menu in breakpoint window
12147         Add toggle breakpoint in editor popup menu
12148         Save and restore breakpoint enable
12149         Fix bug in clear all breakpoints
12150         Remove old useless code
12152         * plugins/debug-manager/debugger.c:
12153         Fix some problem with debugger states
12155         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
12156         Update documentation
12157         
12158 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
12160         * data/Makefile.am,
12161         plugins/gdb/Makefile.am,
12162         plugins/gdb/gdb.init:
12163         Move gdb.init crom data to plugins/gdb
12165         * plugins/gdb/gdb.init,
12166         libanjuta/interfaces/libanjuta.idl,
12167         plugins/debug-manager/breakpoints.c,
12168         plugins/debug-manager/debugger.c,
12169         plugins/debug-manager/plugin.c,
12170         plugins/gdb/debugger.c,
12171         plugins/gdb/plugin.c:
12172         Support pending breakpoints
12173         Rewrite debugger states
12174         Split ianjuta_debugger_log into _enable_log and _disable_log
12176         * plugins/debug-manager/start.c,
12177         plugins/debug-manager/debug_tree.c,
12178         plugins/gdb/parser.c:
12179         Remove some useless lines
12181         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12182         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12183         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12184         Update documentation
12186 2006-03-12 Naba Kumar <naba@gnome.org>
12188         * manuals/references/libanjuta/libanjuta.types: Fixed
12189         debug-manager name.
12190         
12191 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
12193         * libanjuta/anjuta-debugger.c,
12194         libanjuta/anjuta-debugger.h:
12195         Remove those files
12196         
12197         * libanjuta/interfaces/libanjuta.idl,
12198         plugins/debug-mananger/breakpoints.c,
12199         plugins/debug-manager/debug_tree.c,
12200         plugins/debug-manager/debugger.c,
12201         plugins/debug-manager/plugin.c,
12202         plugins/debug-manager/registers.c,
12203         plugins/debug-manager/sharedlib.c,
12204         plugins/debug-manager/signal.c,
12205         plugins/debug-manager/stack_trace.c,
12206         plugins/debug-manager/start.c,
12207         plugins/debug-manager/watch.c,
12208         plugins/gdb/debugger.c,
12209         plugins/gdb/debugger.h,
12210         plugins/gdb/parser.c,
12211         plugins/gdb/parser.h,
12212         plugins/gdb/plugin.c:
12213         Move types definitions from libanjuta/anjuta-debugger.{ch}
12214         Rename types from AnjutaDebugger* to IAnjutaDebugger*
12215         
12216         * plugins/gdb/Makefile.am:
12217         Remove user interface from gdb plugin
12219 2006-03-12 Naba Kumar <naba@gnome.org>
12221         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
12223 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
12225         Modified Patch from Marc Maurer <uwog@uwog.net>:
12226         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
12227         Fixes #342447
12228         
12229         * plugins/sourceview/Makefile.am:
12230         * plugins/sourceview/sourceview-cell.c:
12231         * plugins/sourceview/sourceview-cell.h:
12232         * plugins/sourceview/sourceview.c: 
12233         
12234         Implemented IAnjutaEditorCell
12236 2006-05-21  Naba Kumar  <naba@gnome.org>
12238         * libanjuta/interfaces/libanjuta.idl,
12239         plugins/document-manager/action-callbacks.c,
12240         plugins/document-manager/plugin.c,
12241         plugins/editor/print.c, plugins/editor/text_editor.c,
12242         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
12243         Fixed zooming and added icons and shortcuts for zoom menu items.
12245 2006-05-21  Naba Kumar  <naba@gnome.org>
12247         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12248         whitespaces.
12250 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12252         * plugins/document-manager/anjuta-docman.c:
12253         Fixed close button reaction by setting the correct current editor
12255 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12257         Patch from Yang Hong <yanghong@ccoss.com.cn>:
12258         * plugins/document-manager/anjuta-docman.c
12259         - Fix close button, you can close any tab as you wish now.
12260         - Fadeout mime icon as the same as close image  
12262 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12264         Patch from Marc Maurer <uwog@uwog.net>
12265         * main.c: Compile fix when NLS is enabled
12266         
12267         AUTHORS: Added Marc
12269 2006-05-20  Naba Kumar  <naba@gnome.org>
12271         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12272         while loading abiword-2.4.4/abi project).
12274 2006-05-18 Naba Kumar  <naba@gnome.org>
12276         * libanjuta/interfaces/libanjuta.idl,
12277         plugins/document-manager/action-callbacks.c,
12278         plugins/editor/print.c,
12279         plugins/editor/text_editor.c,
12280         plugins/editor/text_editor.h,
12281         plugins/editor/text_editor_prefs.c: Fixed zooming.
12282         
12283         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12284         interface for character iteration and IAnjutaEditorAssist interface
12285         for autocompletions and editor tips.
12287 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
12289         Patch from Günther Brammer <GBrammer@gmx.de>:
12290         * plugins/document-manager/anjuta-docman.c:
12291         Make tabs smaller but keep nice closing icon
12293         * plugins/document-manager/anjuta-docman.c:
12294         * plugins/document-manager/Makefile.am:
12295         
12296         Added nice mime-icons to the editor tabs
12298 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12300         * configure.in: Bumped version to 2.0.3 (pre-release increment)
12301         
12302         * plugins/symbol-browser/an_symbol_view.c:
12303         - Fixed crasher
12304         - Fixed symbol searching (Yang Hong (#341997))
12305         
12306         * plugins/devhelp/htmlview.c:
12307         Fixed devhelp plugin
12308         
12309         * plugins/build-basic-autotools/build-basic-autotools.c:
12310         * plugins/search/search-replace.c:
12311         * plugins/document-manager/anjuta-docman.c:
12312         
12313         Only add a marker to a line where it makes sense!
12315 === anjuta 2.0.2 ===
12317 2006-05-15  Naba Kumar  <naba@gnome.org>
12319         * configure.in: set required versions for
12320         gdl and glade3.
12321         
12322 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12324         * plugins/glade/plugin.c:
12325         Fixed signal connection for "gtk-doc-search"
12327 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12329         * NEWS: Set release date, add known issues
12330         
12331         * libanjuta/anjuta-shell.c:
12332         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12333         and debug other gtk-warnings/criticals)
12334         
12335         * plugins/build-basic-autotools/build-basic-autotools.c:
12336         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12337         
12338         * plugins/sourceview/anjuta-view.c:
12339         * plugins/sourceview/sourceview-args.c:
12340         * plugins/sourceview/sourceview-scope.c:
12341         * plugins/sourceview/sourceview-tags.c:
12342         Fixed gtk-criticals (gtk_source_language_get_mime_types)
12344 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12346         * pixmaps/Makefile.am:
12347         Add preferences_general.png
12348         
12349         * plugins/devhelp/plugin.c:
12350         Fixed some more realise things
12351         
12352         * plugins/message-view/anjuta-msgman.c:
12353         Support stock icons for message panes
12354         
12355         * plugins/search/search-replace.c:
12356         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12357          
12358         * plugins/search/search-replace_backend.c:
12359         Fixed #341359
12360         
12361         * plugins/sourceview/anjuta-document.c:
12362         * plugins/sourceview/sourceview.c:
12363         Fixed finalise and tag completion
12364         
12365         * src/anjuta-app.c:
12366         Use preferences_general icon
12368 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12370         * pixmaps/Makefile.am:
12371         Fixed EXTRA_DIST
12373 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12375         * plugins/sourceview/sourceview-prefs.c:
12376         Fixed font & color handling
12377         
12378         * plugins/symbol-browser/an_symbol_view.c:
12379         Fixed crasher
12381 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12383         * plugins/macro/macros.xml:
12384         Fixed bug #341583 (Address of FSF)
12386 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
12388         * src/main.c:
12389         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12390         Update: Do it the cool way...
12391         
12392 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12394         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12395         Implement gtk-api-help signals of glade3
12396         * configure.in: Bump to glade3 2.91.2
12397         
12398         * plugins/devhelp/plugin.c:
12399         Fixed some realize stuff in the devhelp plugin
12400         
12401         * plugins/sourceview/anjuta-document.c:
12402         fixed bug with scope completion
12404 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12406         * plugins/symbol-browser/an_symbol_view.c
12407         * plugins/symbol-browser/an_symbol_prefs.c
12408         * plugins/symbol-browser/an_symbol_prefs.h
12409         * global_tags/create_global_tags.sh:
12410         
12411         Automaticly create global tags on first startup
12413 2006-05-08  Massimo Cora'  <maxcvs@email.it>
12415         * configure.in:
12416         * plugins/project-wizard/templates/Makefile.am:
12417         * (added) plugins/project-wizard/templates/cpp-logo.png:
12418         * (added) plugins/project-wizard/templates/cpp.wiz:
12419         * (added) plugins/project-wizard/templates/cpp/*:
12421         Added a generic c++ template. It's a simple hello world.
12423 2006-05-07  Massimo Cora' <maxcvs@email.it>
12425         * plugins/symbol-browser/an_symbol_view.c:
12426         fixed a stupid crasher.
12428 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12430         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12431         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12432         
12433         Fixed WxWidgets project type
12435 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12437         * plugins/devhelp/htmlview.c: 
12438         * plugins/devhelp/plugin.c:
12439         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12440         
12441         * plugins/project-wizard/install.c:
12442         Don't set a message - thanks to seb
12444 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12446         * plugins/devhelp/htmlview.c: 
12447         * plugins/symbol-browser/an_symbol_view.c:
12448         
12449         There is a weird crash in gtk_idle which I still did not completly fix!
12450         
12451         * plugins/project-wizard/install.c:
12452         Default to success instead of failure
12454 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12456         * plugins/devhelp/htmlview.c:
12457         * plugins/devhelp/plugin.c:
12458         Fixed bug and libdevhelp issue!
12460         * plugins/project-wizard/install.c:
12461         Fixed message string!
12463 2006-05-03  Massimo Cora' <maxcvs@email.it>
12464        
12465         * plugins/symbol-browser/an_symbol_view.c:
12466         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12468 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12470         * pixmaps/Makefile.am:
12471         * src/main.c:
12472         * anjuta.desktop.in.in
12473         
12474         GNOME Goal #2.1: Install theme-friendly icons
12476 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12478         * plugins/devhelp/htmlview.c: Reload page on reparent
12479         * plugins/document-manager/anjuta-docman.c:
12480         Present document-manager when document is selected in file-manager
12482 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12484         * plugins/symbol-broser/an_symbol_view.c:
12485         Fixed crasher in namespace exploration
12487 2006-05-01  Massimo Cora' <maxcvs@email.it>
12489         * configure.in:
12490         * plugins/valgrind/Makefile.am:
12492         Optional compiling of Valgrind plugin
12494 2006-05-01  Massimo Cora' <maxcvs@email.it>
12496         * plugins/symbol-browser/an_symbol_view.c:
12497         - modularized code. Marked with FIXME the parts which need improvement.
12498         - More comments.
12499     - Added basic namespace completion for Gtkmm type project:
12500     - namespace1::MyClass *class;
12501     - class-> [display]
12502     - Namespaces must be anyway improved.
12504 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12506         * plugins/devhelp/plugin.c: 
12507         Fixed up plugin unloading and show html widget on link selected
12508         
12509         * NEWS: Updated
12510         
12511 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12513         * plugins/devhelp/Makefile.am:
12514         * plugins/devhelp/anjuta-devhelp.plugin.in:
12515         * plugins/devhelp/htmlview.c:
12516         * plugins/devhelp/htmlview.h:
12517         * plugins/devhelp/plugin.c: 
12518         * plugins/devhelp/plugin.h:
12519         Reimplemeted devhelp plugin from scratch
12520         
12521         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12522         Fixed crasher
12524 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12526         * plugins/sourceview/sourceview-tags.c:
12527         complete some more tag types
12528         
12529         * plugins/valgrind/plugin.c:
12530         * plugins/valgrind/preferences.c:
12531         * plugins/valgrind/vggeneralprefs.c:
12532         
12533         Fixed lots of gtk warnings
12535 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12537         * plugins/sourceview/sourceview-scope.c:
12538         Implemented type-ahead for scope completion
12540 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12542         * manuals/C/Makefile.am:
12543         * manuals/Makefile.am:
12544         * plugins/document-manager/Makefile.am:
12545         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12546         * plugins/sourceview/Makefile.am:
12547         * tagmanager/c.c:
12548         
12549         Fixed distcheck
12550         
12551         * plugins/class-gen/goc_template_header: G_END_DECLS
12553 2006-05-27  Naba Kumar <naba@gnome.org>
12555         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12556         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12557         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12558         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12559         scintilla/include/Scintilla.iface,
12560         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12561         cvs. Fixed compile flags. Removed outdated patches.
12563 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12565         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12567         * plugins/sourceview/anjuta-document.c:
12568         * plugins/sourceview/sourceview-args.c:
12569         * plugins/sourceview/sourceview-scope.c:
12570         
12571         Add End/Home keypresses and support completion if symbol start with '!' for example
12572         in an if statement
12574 2006-04-27 Massimo Cora' <maxcvs@email.it>
12576         * libanjuta/interfaces/libanjuta.idl:
12578         * plugins/sourceview/sourceview-scope.c:
12579         * plugins/sourceview/tag-window.c: 
12580         * plugins/sourceview/tag-window.h:
12581         * plugins/symbol-browser/an_symbol_view.c:
12582         * plugins/symbol-browser/an_symbol_view.h:
12583         * plugins/symbol-browser/plugin.c:
12584         
12585         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12586         interface.
12587         Code and ideas for C/C++ new completion engine comes from IComplete written by
12588         Martin Stubenschrott <stubenschrott@gmx.net>.
12589         Currently the interface works only with GtkSourceView plugin.   
12590         
12591         * tagmanager/Makefile.am:
12592         * tagmanager/c.c: 
12593         * tagmanager/entry.h:
12594         * tagmanager/get.c:
12595         * tagmanager/get.h:
12596         * tagmanager/include/tm_file_entry.h:
12597         * tagmanager/include/tm_project.h:
12598         * tagmanager/include/tm_source_file.h:
12599         * tagmanager/include/tm_symbol.h:
12600         * tagmanager/include/tm_tagmanager.h:
12601         * tagmanager/include/tm_work_object.h:
12602         * tagmanager/include/tm_workspace.h:
12603         * tagmanager/parse.c:
12604         * tagmanager/read.c: 
12605         * tagmanager/read.h:
12606         * tagmanager/tm_project.c: 
12607         * tagmanager/tm_source_file.c: 
12608         * tagmanager/tm_workspace.c:
12609         
12610         Tagmanager can now parse a memory buffer and generate/update 
12611         tags into tm_workspace/tm_project on the fly, without using files.
12612         C/C++ is supported now.
12613         
12614 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12616         * plugins/sourceview/anjuta-document.c:
12617         * plugins/sourceview/sourceview-args.c:
12618         * plugins/sourceview/sourceview-scope.c:
12619         * plugins/sourceview/sourceview.c:
12620         
12621         Fixed some memory leaks and argument completion
12623 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12625         * plugins/glade/plugin.c:
12626         
12627         Fixed glade plugin build because of API changes in glade3
12629 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12631         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12632         Updated editor section
12633         
12634         * manuals/C/anjuta-manual/interface.xml:
12635         * manuals/C/anjuta-manual/preferences.xml:
12636         * manuals/C/anjuta-manual/projects.xml:
12637         Updated manual
12638         
12639         * plugins/editor/anjuta-editor.plugin.in:
12640         Better plugin name
12642 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12644         * configure.in:
12645         * plugins/editor/anjuta-editor.plugin.in:
12646         * plugins/sourceview/sourceview.plugin.in:
12648         Build both editors and let the user decide a runtime!
12649         
12650         * plugins/sourceview/sourceview-scope.c:
12651         Fixed bug in regex to allow test()-> completions
12653 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12655         * plugins/sourceview/anjuta-document.c:
12656         * plugins/sourceview/sourceview-args.c: 
12657         * plugins/sourceview/sourceview-scope.c:
12658         * plugins/sourceview/sourceview-tags.c:
12659         * plugins/sourceview/tag-window.c: 
12660         
12661         Improved callltip windows
12663 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12665         * src/anjuta-app.c: (on_session_save):
12666         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12667         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12669 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12671         * libanjuta/anjuta-utils.c: 
12672         * plugins/cvs-plugin/cvs-execute.c:
12673         Off-by-one...
12675         * scintilla/LexInno.cxx:
12676         * scintilla/LexOpal.cxx:
12677         * scintilla/LexTCL.cxx:
12679         Added missing files from scintilla-update
12681 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12683         * configure.in:
12684         * manuals/C/Makefile.am:
12685         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12686         * manuals/C/anjuta-manual/Makefile.am:
12687         * manuals/C/anjuta-manual/anjuta-manual.xml:
12688         * manuals/C/anjuta-manual/build.xml:
12689         * manuals/C/anjuta-manual/debugger.xml:
12690         * manuals/C/anjuta-manual/execute.xml:
12691         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12692         * manuals/C/anjuta-manual/figures/arguments.png:
12693         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12694         * manuals/C/anjuta-manual/figures/file_menu.png:
12695         * manuals/C/anjuta-manual/figures/menu_main.png:
12696         * manuals/C/anjuta-manual/figures/menubar.png:
12697         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12698         * manuals/C/anjuta-manual/figures/project_info.png:
12699         * manuals/C/anjuta-manual/figures/scrshot.png:
12700         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12701         * manuals/C/anjuta-manual/figures/tool-editor.png:
12702         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12703         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12704         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12705         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12706         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12707         * manuals/C/anjuta-manual/fileoperations.xml:
12708         * manuals/C/anjuta-manual/interface.xml:
12709         * manuals/C/anjuta-manual/introduction.xml:
12710         * manuals/C/anjuta-manual/preferences.xml:
12711         * manuals/C/anjuta-manual/projects.xml:
12712         * manuals/C/anjuta-manual/tools.xml:
12713         * manuals/Makefile.am:
12714         
12715         Updated manual and faq
12717         * scintilla/CallTip.cxx:
12718         * scintilla/CallTip.h:
12719         * scintilla/CellBuffer.cxx:
12720         * scintilla/CellBuffer.h:
12721         * scintilla/ContractionState.cxx:
12722         * scintilla/Document.cxx:
12723         * scintilla/Document.h:
12724         * scintilla/DocumentAccessor.cxx:
12725         * scintilla/Editor.cxx:
12726         * scintilla/Editor.h:
12727         * scintilla/ExternalLexer.cxx:
12728         * scintilla/Indicator.cxx:
12729         * scintilla/KeyMap.cxx:
12730         * scintilla/KeyWords.cxx:
12731         * scintilla/LexAU3.cxx:
12732         * scintilla/LexBash.cxx:
12733         * scintilla/LexCPP.cxx:
12734         * scintilla/LexCaml.cxx:
12735         * scintilla/LexCsound.cxx:
12736         * scintilla/LexEiffel.cxx:
12737         * scintilla/LexGui4Cli.cxx:
12738         * scintilla/LexHTML.cxx:
12739         * scintilla/LexLua.cxx:
12740         * scintilla/LexMSSQL.cxx:
12741         * scintilla/LexOthers.cxx:
12742         * scintilla/LexPOV.cxx:
12743         * scintilla/LexPython.cxx:
12744         * scintilla/LexRuby.cxx:
12745         * scintilla/LexSQL.cxx:
12746         * scintilla/LexVB.cxx:
12747         * scintilla/Makefile.am:
12748         * scintilla/PlatGTK.cxx:
12749         * scintilla/PropSet.cxx:
12750         * scintilla/RESearch.cxx:
12751         * scintilla/RESearch.h:
12752         * scintilla/ScintillaBase.cxx:
12753         * scintilla/ScintillaGTK.cxx:
12754         * scintilla/StyleContext.h:
12755         * scintilla/ViewStyle.cxx:
12756         * scintilla/ViewStyle.h:
12757         * scintilla/XPM.cxx:
12758         * scintilla/include/KeyWords.h:
12759         * scintilla/include/Platform.h:
12760         * scintilla/include/PropSet.h:
12761         * scintilla/include/SciLexer.h:
12762         * scintilla/include/Scintilla.h:
12763         * scintilla/include/Scintilla.iface:
12764         * scintilla/include/ScintillaWidget.h:
12765         * scintilla/lexers.make:
12767         Update to scintilla 1.68
12769         * src/anjuta-app.c:
12770         Only show help items which are really availible
12772         * plugins/cvs-plugin/cvs-callbacks.c
12773         * plugins/cvs-plugin/cvs-execute.c
12774         * plugins/cvs-plugin/subversion-callbacks.c:
12775         * libanjuta/anjuta-utils.c:
12776         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12778 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12780         * plugins/project-wizard/install.c,
12781         * plugins/project-wizard/autogen.c:
12782         Add error messages if using a read only directory
12783         Improve fix for bug #339296
12785 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12787         * libanjuta/interfaces/libanjuta.idl:
12788         * plugins/document-manager/action-callbacks.c:
12789         * plugins/document-manager/plugin.c:
12790         * plugins/editor/text_editor.c:
12791         Added IAnjutaEditorGoto 
12793         * plugins/editor/aneditor.cxx:
12794         * plugins/editor/aneditor.h:
12795         * plugins/editor/text_editor.h:
12796         * plugins/editor/text_editor_prefs.c:
12797         
12798         Fixed #305076
12800 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12802         * libanjuta/interfaces/libanjuta.idl:
12803         * plugins/document-manager/action-callbacks.c:
12804         * plugins/document-manager/anjuta-docman.c:
12805         * plugins/document-manager/plugin.c:
12806         * plugins/editor/text_editor.c: 
12807         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12808         
12809         * plugins/sourceview/sourceview.c:
12810         * plugins/sourceview/sourceview.glade:
12811         Fixed some uft-8 issues and added a preference option
12812         to enable/disable gnome-vfs monitoring
12813         
12814         * scintilla/Makefile.am:
12815         * scintilla/include/Makefile.am:
12816         Fixed build
12818 2006-04-20  Massimo Cora' <maxcvs@email.it>
12820         * libanjuta/interfaces/libanjuta.idl:
12821         Remove get_current_pos () because we have get_position()
12823 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12825         * NEWS: Updated
12826         * plugins/sourceview/tag-window.c:
12827         Don't close window on PageUp/PageDown
12829 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12831         * data/Makefile.am:
12832         * manuals/reference/libanjuta/Makefile.am:
12833         
12834         Some build fixes
12835         
12836         * src/Makefile.am:
12837         * src/bacon-message-connection.c: 
12838         * src/bacon-message-connection.h: (both from gedit)
12839         * src/main.c:
12840         
12841         Fixed #312319 (Opening files when Anjuta is already open)
12843 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12845         * TODO.tasks: Updated
12846         * plugins/sourceview/anjuta-view.c: 
12847         * plugins/sourceview/anjuta-view.h:
12848         * plugins/sourceview/sourceview.c: 
12849         
12850         * configure.in: Fix --enable-plugin-scintilla
12851         
12852         Added char_added signal
12854 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12856         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12857         
12858         Fixed diff for utf8
12859         
12860         * plugins/sourceview/sourceview.c:
12861         Fixed VFS monitoring (still a bit buggy)
12862         
12863         * plugins/sourceview/sourceview-args.c:
12864         * plugins/sourceview/tag-window.c: 
12865         
12866         Better sizing for the popup-window
12868 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12870         * plugins/project-wizard/templates/gnome/src/main.c:
12871         * plugins/project-wizard/templates/gnome/src/project.glade:
12872         * plugins/project-wizard/templates/gtk/src/main.c: 
12873         * plugins/project-wizard/templates/gtk/src/project.glade:
12874         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12875         
12876         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12877         
12878 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12880         * configure.in: More removal of obsoleteness.
12881         * po/no.po:
12883 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12885         * ROADMAP:
12886         * libanjuta/anjuta-preferences.c: 
12887         * libanjuta/anjuta-utils.c: 
12888         * libanjuta/anjuta-utils.h:
12889         * plugins/message-view/message-view.c:
12890         
12891         Changed color functions and moved convert_color to anjuta-utils.h
12892         
12893         * plugins/message-view/anjuta-message-manager-plugin.glade:
12894         GnomeColorPicker -> GtkColorButton (bug #309154)
12895         
12896         * plugins/sourceview/plugin.c:
12897         * plugins/sourceview/sourceview-prefs.c:
12898         * plugins/sourceview/sourceview.glade:
12899         Added color and font preferences
12901         * plugins/sourceview/sourceview-tags.c:
12902         Only show as much choices as configured in preferences
12904 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12906         * ROADMAP, NEWS: Updated (we are far behind ;-)
12907         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12909 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12911         * configure.in:
12912         * plugins/editor/Makefile.am:
12913         * scintilla/Makefile.am
12914         
12915         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12916         
12917         * global-tags/Makefile.am:
12918         * global-tags/create_global_tags.sh:
12919         * plugins/symbol-browser/an_symbol_prefs.c:
12920         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12921         * plugins/symbol-browser/plugin.h:
12922         * tagmanager/include/tm_workspace.h:
12923         * tagmanager/tm_workspace.c:
12924         
12925         Fixed symbol-browser prefs and move global tags generation from installtion to
12926         preferences to make the life easier for distributers and to allow updates after installtion
12928         * plugins/document-manager/action-callbacks.c: 
12929         * plugins/document-manager/action-callbacks.h:
12930         * plugins/document-manager/anjuta-document-manager.ui:
12931         * plugins/document-manager/indent-util.c:
12932         * plugins/document-manager/plugin.c:
12933         * plugins/editor/text_editor.c:
12934         
12935         Moved indent stuff to document-manager
12936         
12937         * plugins/sourceview/anjuta-view.c: 
12938         * plugins/sourceview/sourceview-args.c: 
12939         * plugins/sourceview/sourceview-scope.c:
12940         * plugins/sourceview/sourceview-tags.c: 
12941         * plugins/sourceview/sourceview.c:
12942         
12943         Fixed several bugs
12944         
12945         * plugins/sourceview/sourceview.plugin (removed):
12946         * plugins/sourceview/sourceview.plugin.in:
12947         Editor is not user-activatible
12948         
12949         * plugins/sourceview/sourceview.png:
12950         Updated icon
12952 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12954         * src/anjuta-app.c: Fixed crasher on plugin unloading
12956 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12958         * plugins/sourceview/sourceview.c
12959         * plugins/sourceview/sourceview-args.c
12960         * plugins/sourceview/sourceview-args.h:
12961         
12962         Polished argument completion
12964 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12966         * plugins/message-view/anjuta-msgman.c:
12967         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12968         
12969         Show message pane on switch (does not work, anjuta_shell needs a fix)
12970         
12971         * plugins/sourceview/Makefile.am:
12972         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12973         * plugins/sourceview/sourceview-args.c: 
12974         * plugins/sourceview/sourceview-args.h:
12975         * plugins/sourceview/sourceview-private.h:
12976         * plugins/sourceview/sourceview-scope.c: 
12977         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12978         * plugins/sourceview/sourceview-tags.c:
12979         * plugins/sourceview/sourceview.c:
12980         * plugins/sourceview/tag-window.c:
12981         * plugins/sourceview/tag-window.h:
12982         
12983         Added scope and argument completion
12985 2006-04-03  Johannes Schmid <jhs@gnome.org>
12987         * TODO.tasks
12988         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12989         (on_widget_remove):
12990         Save toolbar state
12992         * plugins/sourceview/sourceview.c: (iselect_clear):
12993         Make "Delete"-key working
12995         * configure.in: #336389
12997 2006-04-03  Johannes Schmid <jhs@gnome.org>
12999         * plugins/sourceview/Makefile.am:
13000         * plugins/sourceview/anjuta-view.c:
13001         * plugins/sourceview/plugin.c: 
13002         * plugins/sourceview/sourceview-private.h:
13003         * plugins/sourceview/sourceview-scope.c:
13004         * plugins/sourceview/sourceview-scope.h:
13005         * plugins/sourceview/sourceview-tags.c: 
13006         * plugins/sourceview/sourceview-tags.h:
13007         * plugins/sourceview/sourceview.c:
13008         * plugins/sourceview/sourceview.h:
13009         * plugins/sourceview/tag-window.c:
13010         
13011         - fixed goto_file_line
13012         - scroll to cursor on undo/redo
13013         - show correct popup-menu
13014         - scope completion (not ready yet)
13016 2006-04-03  Johannes Schmid <jhs@gnome.org>
13018         * plugins/sourceview/plugin.c: 
13019         * plugins/sourceview/sourceview-tags.c:
13020         * plugins/sourceview/sourceview.c: 
13021         * plugins/sourceview/sourceview.h:
13022         * plugins/sourceview/tag-window.c:
13023         
13024         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
13026 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13028         * plugins/sourceview/sourceview.c:
13029         Fixed next/previous bookmark.
13030         Toggled bookmark (set/unset).
13032 2006-04-03  Johannes Schmid <jhs@gnome.org>
13034         * plugins/document-manager/action-callbacks.c:
13035         Fixed Gtk-Warning in goto_line
13036         
13037         * plugins/sourceview/Makefile.am:
13038         * plugins/sourceview/anjuta-document.c:
13039         * plugins/sourceview/anjuta-view.c: 
13040         * plugins/sourceview/anjuta-view.h:
13041         * plugins/sourceview/sourceview-autocomplete.c:
13042         * plugins/sourceview/sourceview-autocomplete.h:
13043         * plugins/sourceview/sourceview-private.h:
13044         * plugins/sourceview/sourceview-tags.c:
13045         * plugins/sourceview/sourceview-tags.h:
13046         * plugins/sourceview/sourceview.c:
13047         * plugins/sourceview/tag-window.c:
13048         * plugins/sourceview/tag-window.h:
13049         Created a nice API for tag and completion windows
13050         
13051         * plugins/sourceview/sourceview-print.h:
13052         * plugins/sourceview/sourceview-print.c:
13053         Added printing
13054                 
13055 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13057         * plugins/sourceview/sourceview.c:
13058         Fixed typo (Sort bookmarks).
13059         
13060 2006-04-01  Johannes Schmid <jhs@gnome.org>
13062         * plugins/sourceview/anjuta-document.c:
13063         * plugins/sourceview/anjuta-document.h:
13064         * plugins/sourceview/anjuta-view.c:
13065         * plugins/sourceview/anjuta-view.h:
13066         * plugins/sourceview/sourceview-autocomplete.c:
13067         * plugins/sourceview/sourceview-autocomplete.h:
13068         * plugins/sourceview/sourceview-prefs.c:
13069         * plugins/sourceview/sourceview-prefs.h:
13070         * plugins/sourceview/sourceview-private.h:
13071         * plugins/sourceview/sourceview-tags.c:
13072         * plugins/sourceview/sourceview-tags.h:
13073         * plugins/sourceview/sourceview.c:
13074         * plugins/sourceview/sourceview.glade:
13075         * plugins/sourceview/tag-window.c: 
13076         * plugins/sourceview/tag-window.h:
13077         
13078         Improved code complete and autocomplete
13080 2006-04-01  Johannes Schmid <jhs@gnome.org>
13082         * plugins/sourceview/Makefile.am:
13083         * plugins/sourceview/bookmark.png:
13084         * plugins/sourceview/marker-attentive.png:
13085         * plugins/sourceview/marker-basic.png:
13086         * plugins/sourceview/marker-intense.png:
13087         * plugins/sourceview/marker-light.png:
13088         * plugins/sourceview/sourceview.c: 
13089         
13090         Added pixmaps for all marker types and show bookmarks
13091         
13092         * configure.in
13093         * plugins/sourceview/Makefile.am:
13094         Build sourceview on 2.14 only
13096 2006-03-31  Johannes Schmid <jhs@gnome.org>
13098         * plugins/sourceview/Makefile.am:
13099         * plugins/sourceview/anjuta-document.c:
13100         * plugins/sourceview/anjuta-view.c:
13101         * plugins/sourceview/anjuta-view.h:
13102         * plugins/sourceview/sourceview-autocomplete.c:
13103         * plugins/sourceview/sourceview-private.h:
13104         * plugins/sourceview/sourceview-tags.c:
13105         * plugins/sourceview/sourceview-tags.h:
13106         * plugins/sourceview/sourceview.c: 
13107         * plugins/sourceview/tag-window.c:
13108         * plugins/sourceview/tag-window.h:
13109         
13110         Added code completion with tag manager to the editor and fixed a save_as bug
13112 2006-03-31  Johannes Schmid <jhs@gnome.org>
13114         * src/main.c: Revert patch from Rob to allow building with
13115         Gnome 2.12
13116         * configure.in: Require at least 2.12 libraries
13118 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
13120         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
13122         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
13123         Improve anjuta-plugin project template: Added missed files dist tarball
13124         (make dist)
13126         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
13127         typo
13129 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
13131         reviewed by: Johannes Schmid <jhs@gnome.org>
13133         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
13134         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
13135         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
13136         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
13137         
13138         Improve anjuta-plugin project template. Also fix for #322744
13140 2006-03-27  Johannes Schmid <jhs@gnome.org>
13142         * plugins/sourceview/sourceview-private.h:
13143         plugins/sourceview/sourceview.c:
13144         
13145         Added basic bookmark support
13147 2006-03-27  Johannes Schmid <jhs@gnome.org>
13149         * TODO.tasks:
13150         Updated
13151         
13152         Patch from Rob Bradfort <robster@debian.org>:
13153         * src/main.c: (get_command_line_args), (main):
13154         Migration from popt to GOption
13155         
13156 2006-03-26 Naba Kumar  <naba@gnome.org>
13158         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
13159         size to scale itself with theme.
13161 2006-03-26 Naba Kumar  <naba@gnome.org>
13163         * plugins/file-manager/an_file_view.c,
13164         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
13165         when symbolview and fileview objects are destroyed to avoid crashes
13166         after the plugins are disabled.
13168 2006-03-26 Naba Kumar <naba@gnome.org>
13170         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
13171         Deleted unused file.
13172         
13173         * plugins/glade/plugin.c: Be able to close glade plugin when there
13174         there is no glade project loaded.
13175         
13176         * plugins/sourceview/sourceview.plugin,
13177         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
13179 2006-03-23  Naba Kumar  <naba@gnome.org>
13181         * plugins/editor/print.c: Fixed a bug where some sections of
13182         printed/previewed text is not highlighted.
13183         
13184 2006-03-20  Johannes Schmid <jhs@gnome.org>
13186         * libanjuta/interfaces/libanjuta.idl:
13187         Added IAnjutaPrint
13188         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
13189         as we do not use private apis. Show help window and startup because it does 
13190         not survive gdl
13191         
13192         * plugins/document-manager/action-callbacks.c:
13193         plugins/editor/Makefile.am:
13194         plugins/editor/text_editor.c:
13195         plugins/editor/print.c:
13196         plugins/editor/print.h:
13197         
13198         Fixed printing (nobody has missed it BTW ;-)
13199         
13200         * plugins/sourceview/sourceview.c:
13201         Fixed a crasher
13203 2006-03-20 Naba Kumar <naba@gnome.org>
13205         * configure.in, plugins/devhelp/plugin.c: Be able to build with
13206         devhelp >= 0.9 < 0.11 versions.
13207         
13208 2006-03-20  Johannes Schmid <jhs@gnome.org>
13210         * plugins/sourceview/anjuta-document-loader.c
13211         plugins/sourceview/sourceview.c:
13212         
13213         Fixed encoding bugs
13215 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13217         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
13218         Fixed bug (line position)
13219         Give the good line position whatever the active editor.
13221 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
13223         * configure.in: Added fi to ALL_LINGUAS
13225 2006-03-19  Johannes Schmid <jhs@gnome.org>
13227         * plugins/sourceview/anjuta-document-loader.c:
13228         replace gnome_vfs_get_mime_type_for_name_and data
13230         * plugins/build-basic-autotools/build-basic-autotools.c:
13231         Fixed #335142
13233 2006-03-17  Johannes Schmid <jhs@gnome.org>
13235         * plugins/editor/editor.glade:
13236         Added style-editor again after it got lost somehow
13238 2006-03-17  Johannes Schmid <jhs@gnome.org>
13240         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
13241         configure.in: require devhelp 0.11
13242         
13243         Post 0.11 devhelp versions (CVS) do not work because of an API change...
13245         plugins/build-basic-autotools/build-basic-autotools.c:
13246         forgot a an installtion callback for the "install as root"-feature
13248 2006-03-17  Massimo Cora' <maxcvs@email.it>
13250         reviewed by: Johannes Schmid <jhs@gnome.org>
13252         * plugins/class-gen/anjuta-class-gen-plugin.glade
13253         plugins/class-gen/class_gen.c 
13254         plugins/class-gen/goc_template_header
13255         plugins/class-gen/goc_template_source
13256         
13257         Fixed bug #334663
13259 2006-03-16  Johannes Schmid <jhs@gnome.org>
13261         * plugins/sourceview/sourceview.c:
13262         Fixed "save-point" signal for undo actions
13264 2006-03-16  Massimo Cora' <maxcvs@email.it>
13265         
13266         reviewed by: Johannes Schmid <jhs@gnome.org>
13267         
13268         * plugins/document-manager/anjuta-docman.c:
13269         Implement tab drag and drop
13271 2006-03-16  Johannes Schmid <jhs@gnome.org>
13273         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13274         plugins/build-basic-autotools/build-basic-autotools.c:
13275         
13276         Implemented "install as root"-feature (#321455)
13278 2006-03-16  Johannes Schmid <jhs@gnome.org>
13280         * mime/.cvsignore
13281         plugins/sourceview/.cvsignore
13282         plugins/tools/scripts/.cvsignore:
13283         Added/extended .cvsignore files
13284         
13285         * plugins/sourceview/sourceview-autocomplete.c:
13286         plugins/sourceview/sourceview-autocomplete.h:
13287         plugins/sourceview/sourceview-prefs.c:
13288         plugins/sourceview/sourceview-private.h:
13289         plugins/sourceview/sourceview.glade:
13290         Autcomplete just works(tm) now and respects preferences
13291         
13292         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13293         Use better algorithm from autocomplete
13295 2006-03-15  Johannes Schmid <jhs@gnome.org>
13297         * src/anjuta-app.c:
13298         Fixed bug #304495
13300 2006-03-15  Johannes Schmid <jhs@gnome.org>
13302         * libanjuta/interfaces/libanjuta.idl:
13303         plugins/class-gen/class_gen.c:
13304         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13305         plugins/project-manager/plugin.c:
13306         
13307         Allow to add multiple source files (#320191)
13308         
13309         * configure.in: Require gnome-build 0.1.3
13311 2006-03-14  Johannes Schmid <jhs@gnome.org>
13313         * plugins/macro/macro-utils.c: Fixed bug #333606
13314         * plugins/file-wizard/file.c: Fixed bug #333601
13316 2006-03-13  Johannes Schmid <jhs@gnome.org>
13318         * plugins/sourceview/sourceview_autocomplete.c
13319         plugins/sourceview/sourceview_autocomplete.h
13320         plugins/sourceview/sourceview.c
13321         plugins/sourceview/sourceview-private.h
13322         plugins/sourceview/sourceview-prefs.c:
13323         
13324         Cleaned up and fixed several issues
13325         
13326 2006-03-13  Johannes Schmid <jhs@gnome.org>
13328         * plugins/sourceview/Makefile.am:
13329         plugins/sourceview/sourceview-autocomplete.c
13330         plugins/sourceview/sourceview-autocomplete.h:
13331         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13332         plugins/sourceview/sourceview-private.h:
13333         plugins/sourceview/sourceview.c:
13334         
13335         Added (buggy) autocomplete feature to sourceview
13336         
13337 2006-03-12 Naba Kumar <naba@gnome.org>
13339         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13340         libanjuta/anjuta-session.c: Added API docs.
13342 2006-03-12 Naba Kumar <naba@gnome.org>
13344         * TODO.tasks: Added couple of tasks.
13345         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13346         Register private class as early as possible so that members could
13347         point to self class. Code clean up.
13349 2006-03-12 Naba Kumar <naba@gnome.org>
13351         * po/POTFILES.in, po/POTFILES.skip: Updated.
13353 2006-03-11 Naba Kumar <naba@gnome.org>
13355         * libanjuta/anjuta-shell.c,
13356         plugins/document-manager/anjuta-docman.c,
13357         plugins/document-manager/plugin.c,
13358         plugins/symbol-browser/an_symbol_search.c,
13359         plugins/valgrind/vgrule-list.c: Use correct signal names while
13360         creating them.
13361         
13362         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13363         signal names and fixed enum IANJUTA_TYPE_* macro.
13365 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13367         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13368         plugins/search/search-replace.c :
13369         Fixed bug (Bookmark the good line).
13370         Search & Replace (Mark all matched strings).
13371         
13372 2006-03-09  Johannes Schmid <jhs@gnome.org>
13374         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13375         Completed changes from yesterday
13376         
13377         * plugins/document-manager/anjuta-document-manager.glade:
13378         plugins/editor/editor.glade
13379         plugins/editor/plugin.c: (activate_plugin)
13380         plugins/editor/text_editor.c
13381     plugins/sourceview/Makefile.am
13382         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13383         plugins/sourceview/sourceview.glade:
13384         Completed preference changes
13386 2006-03-08  Johannes Schmid <jhs@gnome.org>
13388         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13389         plugins/search/plugin.c: (activate_plugin):
13390         
13391         Removed Gtk-Criticals
13392         
13393         * plugins/document-manager/anjuta-document-manager.glade:
13394         plugins/document-manager/plugin.c: (on_docman_auto_save),
13395         (on_gconf_notify_timer), (prefs_init):
13396     plugins/document-manager/plugin.h:
13397         plugins/editor/text_editor.c: (text_editor_instance_init),
13398         (text_editor_dispose):
13399         plugins/editor/text_editor.h:
13400         plugins/editor/text_editor_cbs.c:
13401         plugins/editor/text_editor_cbs.h:
13402         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13403         plugins/glade/plugin.c: (activate_plugin):
13404         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13405         plugins/sourceview/sourceview-private.h:
13406         plugins/sourceview/sourceview.c: (on_menu_popup),
13407         (sourceview_new), (ifile_open), (ifile_savable_save),
13408         (ifile_savable_save_as), (ieditor_set_popup_menu),
13409         (ieditor_get_filename), (imark_mark):
13411     Moved autosave from editor to document manager and fixed some things in 
13412     Sourceview plugin
13414 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13416         * plugins/search/anjuta-search.glade :
13417         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13418         plugins/search/search-replace_bachend.c: Fixed a crash bug.
13419         plugins/search/search-replace.c : Fixed bug.
13420         
13421 2006-03-08  Johannes Schmid <jhs@gnome.org>
13423     * plugins/search/anjuta-search.glade
13424     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13426 2006-03-07  Johannes Schmid <jhs@gnome.org>
13428         * plugins/document-manager/action-callbacks.c
13429         plugins/document-manager/anjuta-document-manager.glade
13430         plugins/document-manager/plugin.c: (prefs_init),
13431         (activate_plugin):
13432         plugins/editor/Makefile.am:
13433         plugins/editor/editor.glade:
13434         plugins/editor/plugin.c: (on_style_button_clicked),
13435         (activate_plugin), (dispose):
13436         plugins/editor/style-editor.c:
13437         
13438         Startet to seperate document-manager and editor preferences
13440         * plugins/search/Makefile.am:
13441         plugins/search/anjuta-search.glade:
13442         plugins/search/search-replace.c:
13443         
13444         Moved search GUI to search-plugin
13445                 
13446         * plugins/sourceview/sourceview-prefs.c:
13447         plugins/sourceview/sourceview-prefs.h:
13448         plugins/sourceview/sourceview-private.h:
13449         plugins/sourceview/sourceview.c: 
13450         plugins/sourceview/sourceview.h:
13451         plugins/sourceview/Makefile.am:
13452         plugins/sourceview/anjuta-document.h:
13453         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13454         plugins/sourceview/plugin.c: 
13455         
13456         Added some preferences to sourceview and fixed vfs_monitor
13457         
13458         * tagmanager/c.c: (parseParens): 
13459         Removed annoying debug message
13460         
13461         * libanjuta/interfaces/libanjuta.idl: 
13462         Removed IAnjutaEditorFactory::create_style_editor()
13464 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13466         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13467         Search : Bookmark all matched lines.
13469 2006-03-06  Johannes Schmid <jhs@gnome.org>
13471         * plugins/class-gen/anjuta-class-gen.plugin.in
13472         plugins/file-loader/plugin.c: (sort_wizards)
13473         (on_create_submenu), (activate_plugin)
13474         plugins/file-wizard/anjuta-file-wizard.plugin.in
13475         plugins/glade/anjuta-glade.plugin.in
13476         plugins/project-import/anjuta-project-import.plugin.in
13477         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13478         
13479         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13480         sorted alphabeticly
13481         
13482         * plugins/project-wizard/templates/mkfile.wiz:
13483         Use configured project directory instead of ~/myproject
13484         
13485         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13486         (ifile_open):
13487         Show markers (again) and monitor uri
13489 2006-03-06  Naba Kumar  <naba@gnome.org>
13491         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13492         typedefs separately so that forward linking would work.
13493         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13495 2006-03-05  Naba Kumar  <naba@gnome.org>
13497         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13498         passing Enums and Structs in signals. Define struct _Name in
13499         generated code, so that forward referencing.
13500         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13501         
13502         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13503         
13504 2006-03-05  Naba Kumar  <naba@gnome.org>
13506         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13507         support. Generate GType definitions for enums in generated codes
13508         so that enums could be passed as signal params.
13509         
13510 2006-03-04  Naba Kumar  <naba@gnome.org>
13512         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13513         Restored cvs-moved revision files. They were originally marked
13514         deleted at their older locations. Now they are restored at
13515         their new locations. The changeset is one that was committed
13516         as part of document-manager, editor, search and print plugins
13517         separation from editor plugin.
13518         
13519 2006-03-03  Johannes Schmid <jhs@gnome.org>
13521         * plugins/sourceview/*:
13522         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13523         poiting this out!
13525 2006-03-04  Naba Kumar  <naba@gnome.org>
13527         * plugins/gdb/*: Deleted removed files (see previous changlog
13528         entry for files list).
13529         
13530 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13532         * plugins/debug-mananger/breakpoints.c,
13533         plugins/debug-manager/breakpoints.h,
13534         plugins/debug-manager/debug_tree.c,
13535         plugins/debug-manager/debug_tree.h,
13536         plugins/debug-manager/info.c,
13537         plugins/debug-manager/info.h,
13538         plugins/debug-manager/locals.c,
13539         plugins/debug-manager/locals.h,
13540         plugins/debug-manager/memory.c,
13541         plugins/debug-manager/memory.h,
13542         plugins/debug-manager/registers.c,
13543         plugins/debug-manager/registers.h,
13544         plugins/debug-manager/sharedlib.c,
13545         plugins/debug-manager/sharedlib.h,
13546         plugins/debug-manager/signal.c,
13547         plugins/debug-manager/signal.h,
13548         plugins/debug-manager/stack_trace.c,
13549         plugins/debug-manager/stack_trace.h,
13550         plugins/debug-manager/watch.c,
13551         plugins/debug-manager/watch.h,
13552         plugins/debug-manager/Makefile.am:
13553         Move from gdb plugin to debug manager plugin
13555         * plugins/debug-manager/anjuta-debug-manager.glade,
13556         plugins/debug-manager/anjuta-debug-manager.ui:
13557         Move all user interface from gdb to debug manager
13559         * plugins/debug-manager/utilities.c,
13560         plugins/debug-manager/utilities.h:
13561         Remove some unused code
13562         Add useful code from gdb plugin
13564         * plugins/debug-manager/start.c,
13565         plugins/debug-manager/start.h:
13566         Include code of attach_process
13567         Add more code to start the debugger
13569         * plugins/debug-manager/plugin.c,
13570         plugins/debug-manager/plugin.h,
13571         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13572         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13574         * plugins/debug-manager/debugger.c,
13575         plugins/debug-manager/debugger.h:
13576         Implement a queue of debugger command
13578         * plugins/gdb/actions.c,
13579         plugins/gdb/actions.h,
13580         plugins/gdb/watch_cbs.c,
13581         plugins/gdb/watch_cbs.h,
13582         plugins/gdb/watch_gui.c,
13583         plugins/gdb/watch_gui.h:
13584         Removed 
13586         * plugins/gdb/debugger.c,
13587         plugins/gdb/debugger.h,
13588         plugins/gdb/gdbmi.c,
13589         plugins/gdb/gdbmi.h,
13590         plugins/gdb/utilities.c,
13591         plugins/gdb/utilities.h,
13592         plugins/gdb/Makefile.am,
13593         plugins/gdb/anjuta-gdb.plugin.in:
13594         Implement necessary functions
13596         * plugins/gdb/parser.c,
13597         plugins/gdb/parser.h:
13598         Code for parsing variable previously in debug_tree.c
13600         * plugins/gdb/anjuta-gdb.glade,
13601         plugins/gdb/anjuta-gdb.ui:
13602         Remove user interface
13604         * plugins/gdb/gdbmi-test.c:
13605         Need update
13607         * plugins/gdb/anjuta-gdb.plugin.png:
13608         Try an improved icon for gdb (archer fish)
13610         * libanjuta/anjuta-debugger.c,
13611         libanjuta/anjuta-debugger.h,
13612         libanjuta/interfaces/libanjuta.idl,
13613         libanjuta/interfaces/anjuta-idl-compiler.pl,
13614         libanjuta/Makefile.am:
13615         Add declaration used in new IAnjutaDebugger interface
13617         * manuals/reference/libanjuta.types,
13618         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13619         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13620         Update documentation
13622 2006-03-02  Naba Kumar  <naba@gnome.org>
13624         * manuals/reference/libanjuta/Makefile.am,
13625         manuals/reference/libanjuta/libanjuta-docs.sgml,
13626         manuals/reference/libanjuta/libanjuta-sections.txt,
13627         manuals/reference/libanjuta/libanjuta.types,
13628         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13629         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13630         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13631         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13632         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13633         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13634         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13635         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13636         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13637         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13638         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13639         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13640         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13641         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13642         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13643         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13644         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13645         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13646         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13647         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13648         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13649         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13650         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13651         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13652         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13653         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13654         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13655         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13656         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13657         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13658         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13659         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13660         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13661         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13662         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13663         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13664         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13665         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13666         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13667         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13668         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13669         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13670         manuals/reference/libanjuta/tmpl/plugins.sgml,
13671         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13672         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13673         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13674         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13675         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13676         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13677         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13678         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13679         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13680         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13681         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13682         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13683         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13684         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13685         documentation.
13687 2006-02-28  Naba Kumar <naba@gnome.org>
13689         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13690         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13691         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13692         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13693         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13694         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13695         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13696         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13697         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13698         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13699         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13700         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13701         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13702         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13704 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13706         * plugins/sourceview/sourceview.c:
13707         Select to brace, select block.
13709 2006-02-28  Johannes Schmid <jhs@gnome.org>
13711         * plugins/file-wizard/Makefile.am
13712         plugins/file-wizard/action-callbacks.c (removed)
13713         plugins/file-wizard/action-callbacks.h (removed)
13714         plugins/file-wizard/anjuta-file-wizard.ui
13715         plugins/file-wizard/plugin.c: (activate_plugin),
13716         (deactivate_plugin)
13717         plugins/file-wizard/plugin.h:
13718         Removed Edit->Insert Text submenu (replace by macros plugin)
13719         
13720         * plugins/sourceview/sourceview.c: (sourceview_new),
13721         (ieditor_set_popup_menu):
13722         Fixed some more bugs
13723         
13724         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13726 2006-02-28  Naba Kumar <naba@gnome.org>
13728         * plugins/file-manager/an_file_view.c,
13729         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13730         rows also and with delay 1 sec (the color and timout value should
13731         probably be picked up from some system wide preference key).
13733 2006-02-28  Naba Kumar <naba@gnome.org>
13735         * libanjuta/interfaces/libanjuta.idl,
13736         plugins/document-manager/action-callbacks.c,
13737         plugins/document-manager/plugin.c,
13738         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13739         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13740         Added interface checks in document manager and enable/disable
13741         menus based on supported interface.
13742         
13743         * plugins/project-import/anjuta-project-import.glade: Set some
13744         resonable size for the import dialog.
13746  2006-02-27  Naba Kumar  <naba@gnome.org>
13748         * libanjuta/interfaces/libanjuta.idl,
13749         plugins/document-manager/action-callbacks.c,
13750         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13751         and eol conversion actions.
13753 2006-02-27  Johannes Schmid <jhs@gnome.org>
13754         
13755         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13756         * plugins/file-manager/an_file_view.c
13757         plugins/file-manager/plugin.h:  Added tooltips
13758         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13760 2006-02-26  Naba Kumar  <naba@gnome.org>
13762         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13763         plugins/build-basic-autotools/build-basic-autotools.c,
13764         plugins/build-basic-autotools/build-basic-autotools.h,
13765         plugins/build-basic-autotools/executer.c,
13766         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13767         disable indicator highlights preferences from message manager to
13768         build plugin. Implemented message indicator highlights in build tool.
13769         
13770         * plugins/editor/text_editor.c: Fixed indicators.
13772 2006-02-26  Johannes Schmid <jhs@gnome.org>
13774         * plugins/sourceview/sourceview.c:
13775         - Fixed some bugs
13776         - Added markers
13777         * plugins/subversion/svn_auth.c:
13778         Fixed username/password authentification but there might be a memory corruption
13780 2006-02-26  Naba Kumar  <naba@gnome.org>
13782         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13783         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13784         libanjuta/anjuta-launcher.h: Added documentation.
13786 2006-02-24  Naba Kumar  <naba@gnome.org>
13788         * plugins/editor/text_editor.c: Fixed change in API in
13789         IAnjutaEditorSelection::set().
13790         
13791 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13793         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13794         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13795         libanjuta/interfaces/libanjuta.idl :
13796         Search in sourceview editor (Select in buffer).
13799 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13801         * plugins/sourceview/sourceview.c :
13802         Fixed Replace, to_upper, to_lower.
13803         
13804         * plugins/search/search-replace_backend.c :
13805         Renamed header name.
13807 2006-02-22  Naba Kumar  <naba@gnome.org>
13809         * libanjuta/anjuta-plugin-description.c,
13810         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13811         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13812         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13813         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13814         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13815         
13816         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13817         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13818         
13819 2006-02-21  Naba Kumar  <naba@gnome.org>
13821         * libanjuta/interfaces/libanjuta.idl,
13822         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13823         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13824         interface for editor.
13826 2006-02-21  Naba Kumar  <naba@gnome.org>
13828         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13830         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13831         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13833 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13835         * GTKSOURCEVIEW EDITOR
13836         plugins/sourceview/sourceview.c :
13837         Fixed copy and Goto Line.
13838         
13839         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13840         plugins/macro/plugin.c :
13841         Fixed Insert key word and Insert macro.
13843 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13845         * plugins/document-manager/anjuta-docman.c:
13846         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13847         
13848         * configure.in:
13849         plugins/Makefile.am:
13850         plugins/sourceview/.cvsignore:
13851         plugins/sourceview/Makefile.am:
13852         plugins/sourceview/plugin.c: :
13853         plugins/sourceview/plugin.h:
13854         plugins/sourceview/sourceview.c: 
13855         plugins/sourceview/sourceview.h:
13856         plugins/sourceview/sourceview.plugin:
13857         plugins/sourceview/sourceview.plugin.in:
13858         plugins/sourceview/sourceview.png:
13860         Added sourceview editor plugin
13862 2006-02-19 Naba Kumar  <naba@gnome.org>
13864         * libanjuta/interfaces/libanjuta.idl,
13865         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13866         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13867         plugins/cvs-plugin/cvs-interface.c,
13868         plugins/document-manager/action-callbacks.c,
13869         plugins/document-manager/action-callbacks.h,
13870         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13871         plugins/search/plugin.c, plugins/search/search-replace.c,
13872         plugins/search/search-replace_backend.c,
13873         plugins/subversion/subversion-actions.c,
13874         plugins/subversion/subversion-callbacks.c,
13875         plugins/tools/editor.c, plugins/tools/execute.c,
13876         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13877         few fatal warnings.
13879 2006-02-15 Naba Kumar  <naba@gnome.org>
13881         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13882         within another.
13883         
13884         * libanjuta/interfaces/libanjuta.idl,
13885         plugins/document-manager/anjuta-docman.c,
13886         plugins/document-manager/plugin.c,
13887         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13888         unnecessary parameters from IAnjutaEditor interface and used proper
13889         types instead of 'gpointer'. Fixed various compiler warnings.
13890         
13891         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13892         file
13894 2006-02-12 Naba Kumar  <naba@gnome.org>
13896         * po/POTFILES.in: Updated.
13897         
13898 2006-02-11 Naba Kumar  <naba@gnome.org>
13900         * plugins/editor/properties.[cxx,h],
13901         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13902         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13903         to sci_prop_*(), because they were conflicting with external
13904         functions (in some ssl library).
13905         
13906 2006-02-08 Naba Kumar  <naba@gnome.org>
13908         Patch from Massimo Cora  <maxcvs@email.it>:
13909         * plugins/valgrind/anjuta-valgrind.schemas,
13910         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13911         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13912         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13913         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13914         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13915         plugins/valgrind/vgtoolview.c,
13916         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13917         before running the debugging session. I've added also a
13918         preference in Anjuta Preferences where you can specify
13919         the path to the valgrind binary. The default is /usr/bin/valgrind.
13920         Now it displays a dialog with the error. [it can be -program
13921         exited- or -file loaded or end of input-]. Some valgrind 3.x
13922         compatibility.
13923         
13924 2006-01-29 Naba Kumar  <naba@gnome.org>
13926         Patch from Massimo Cora  <maxcvs@email.it>:
13927         * configure.in, plugins/Makefile.am,
13928         plugins/valgrind/*: Valgrind plugin (requires
13929         binutils-dev and valgrind to be installed.
13931 2005-01-24 Johannes Schmid <jhs@gnome.org>
13933         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13934         plugins/tools/variables.c:
13935         Added current directory to possible variables
13937         * Patch from Günther Brammer <gbrammer@gmx.de>
13938         plugins/document-manager/anjuta-docman.c:
13939         Fix a crash on opening a file
13941         AUTHORS: Added Günther Brammer
13943 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13945         * libanjuta/anjuta-launcher.c:
13946         Fix a bug in AnjutaLauncher when output is bigger than buffer
13947         Probably fix bug #315188 and #305134
13949 2005-12-28      Johannes Schmid <jhs@gnome.org>
13950         
13951         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13952         * src/about.c: Use new gtk about dialog
13953         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13954         Updated anjuta_ui_add_action_group_entries call
13955         
13956         Patch from Jean Breford <jean.breford@normalesup.org>
13957         and Markus Habermehl <bmh1980de@yahoo.de>:
13958         
13959         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13960         * AUTHORS: Added Jean and Markus
13962 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13963         * plugins/search/search-replace.c :
13964         Bookmark all matched lines.
13965         * plugins/search/search-replace_backend.c :
13966         Fixed bug (Search in all project files).
13968 2005-12-21      Johannes Schmid <jhs@gnome.org>
13969         
13970         * plugins/search/plugin.c:
13971         Fixed signal names
13972         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13973         investigation needed.
13974         
13975         AUTHORS: Added Ross Goldner
13977 2005-12-19  Ross Golder  <ross@golder.org>
13979         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13980         application/xml MIME type.
13982 2005-12-18  Johannes Schmid <jhs@gnome.org>
13983         
13984         po/POTFILES.in: Updated files after directory changes
13985         HACKING: Removed outdated section 3 (anoncvs)
13987 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13989         * plugins/build-basic-autotools/build-basic-autotools.c:
13990         Save all files in editor before running a command
13992         * plugins/tools/execute.c:
13993         Use document manager plugin instead of each editor for
13994         saving all files
13996 2005-12-15  Johannes Schmid <jhs@gnome.org>
13998         * plugins/document-manager/action-callbacks.c:
13999         (on_save_all1_activate), (on_swap_activate)
14000         plugins/document-manager/anjuta-docman.c:
14001         (on_save_as_filesel_response), (on_notebook_switch_page):
14002         
14003         Fixed some remaining issues in document-manger
14005 2005-12-15      Johannes Schmid <jhs@gnome.org>
14007         * plugins/profile-default/default.anjuta:
14008         Load Search plugin and Message Manager by default
14010 2005-12-14  Johannes Schmid <jhs@gnome.org>
14011         
14012         * plugins/editor/text_editor.c
14013         libanjuta/anjuta-utils.c:
14014         
14015         Check if files differ when gnome-vfs monitoring is used.
14016         (Bug #309688)
14018 2005-12-13  Johannes Schmid <jhs@gnome.org>
14020         * plugins/document-manager/plugin.c:
14021         Only save modified files in ianjuta_file_savable_save() for document-manager
14022         as discussed on mailing list.
14023         
14024         * plugins/cvs-plugin/cvs-callbacks.c:
14025         Fixed dialog handling for empty log message
14027 2005-12-13  Johannes Schmid <jhs@gnome.org>
14029         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
14030         
14031         * plugins/project-manager/* Removed ununsed files
14032         
14033         * plugins/symbol-browser/an_symbol_iter.c
14034         plugins/build-basic-autotools/build-basic-autotools.c
14035         plugins/build-basic-autotools/executer.c
14036         plugins/class-gen/class_gen.c
14037         plugins/class-inheritance/class-inherit.c
14038         plugins/cvs-plugin/cvs-actions.c
14039         plugins/cvs-plugin/cvs-interface.c
14040         plugins/debug-manager/attach_process.
14041         plugins/devhelp/plugin.c
14042         plugins/document-manager/plugin.c
14043         plugins/document-manager/indent_util.c
14044         plugins/editor/properties.cxx
14045         plugins/editor/aneditor.cxx
14046         plugins/editor/style-editor.c
14047         plugins/editor/text_editor.c
14048         plugins/macro/macro_db.c
14049         tagmanager/c.c:
14050         
14051         Use DEBUG_PRINT for debug messages
14053         libanjuta/anjuta-debug.h: Include config.h
14054         
14055         HACKING: Updated (BTW: does anyone read this?)
14056         
14057 2005-12-12  Johannes Schmid <jhs@gnome.org>
14059         Patch from Johan Ersvik <jersvik@fastmail.fm>:
14060         * plugins/gdb/debugger.c
14061         
14062         Fix a crasher in gdb plugin
14063         
14064         * plugins/gtodo/plugin.c
14065         plugins/search/plugin.c
14066         
14067         Fixed bug #305301
14068         
14069         * plugins/document-manager/anjuta-docman.c:
14070         
14071         Fixed error markers 
14072         
14073         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
14074         
14075         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
14076         
14077         * plugins/document-manager/anjuta-docman.c:
14078         highlight changed files in docman popup-menu
14079         * plugins/gdb/debug-tree.c:
14080         plugins/gdb/debugger.c
14081         Do not corupt entire "locals" tree when variable pointer have
14082         additional info and arrays/strucs/unions correctly.
14083         
14085 2005-12-11  Johannes Schmid <jhs@gnome.org>
14087         * plugins/document-manager/anjuta-docman.c
14088         plugins/document-manager/plugin.c
14089         plugins/editor/text_editor.c:
14090         
14091         AUTHORS: Added Johan Ersvik
14093         Fixed "is-dirty" bug and tab ordering
14095 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
14096         
14097         * plugins/editor/aneditor-autocomplete.cxx
14098         plugins/editor/aneditor-calltip.cxx
14099         plugins/editor/aneditor-priv.h
14100         plugins/symbol-browser/an_symbol.c
14101         plugins/symbol-browser/an_symbol_view.c
14102         tagmanager/entry.h
14103         tagmanager/tm_symbol.c
14104         tagmanager/tm_tag.c
14105         tagmanager/include/tm_symbol.h
14106         tagmanager/include/tm_tag.h
14107         tagmanager/c.c
14109         Better pointer recognition in tagmanager and symbol browser
14111 2005-12-11  Johannes Schmid <jhs@gnome.org>
14113         * plugins/search/*: New search plugin derived from search code in old editor
14114         plugin.
14115         
14116         * plugins/document-manager/*: new document-manger which is now seperated from
14117         editor to allow implementation of other editor widgets. Code is mostly derived
14118         from old editor plugin
14120         * plugins/print/* new print plugin which is not fully implemented in the
14121         moment
14123         * plugins/editor/text_editor.c: Added lots of interface code
14124         
14125         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
14126         IAnjutaEditorFactory and extended IAnjutaEditor
14127         
14128         * configure.in, plugins/Makefile.am updated build system for new
14129         plugins
14131         This is a huge commit which might still contain some bugs and also has
14132         some fixmes. Things that are not working are the search toolbar because it
14133         does not use the same backend as any other searching function and printing
14134         (easy to fix) because it did not yet implement IAnjutaPrintable.
14136 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
14138         * plugins/project-wizard/property.c:
14139         Use newer GtkFileChooser instead of GtkFileSelection with
14140         GnomeFileEntry to avoid a bug
14142         * plugins/project-wizard/install.c:
14143         Avoid an endless loop if project directory is not writable
14144         
14145         * plugins/project-wizard/druid.c:
14146         Allow creating project in empty directory without a
14147         warning
14149 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
14150         
14151         Patch from Massimo Cora <maxcvs@email.it>
14152         * plugins/class-inheritence/class-inherit.c
14153         plugins/class-inheritence/plugin.c
14154         plugins/class-inheritence/plugin.h
14155         configure.in
14156         
14157         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
14158         no longer supported!
14160 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
14161         
14162         Patch from Johan Ersvik <jersvik@fastmail.fm>
14163         * plugins/message-view/message-view.c
14164         plugins/build-basic-autotools/build-basic-autotools.c
14165         plugins/build-basic-autotools/automake-c.filters
14167         This patch correct regex-filters for newer automake
14168         versions
14170 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
14172        * plugins/tools/execute.c:
14173        Detect variables inside a word
14175 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14177         * libanjuta/anjuta-status.[ch],
14178         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
14179         plugins/editor/anjuta-docman.c :
14180         New anjuta-status procedure.
14182 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14184         *Modified Files:
14185         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
14186         plugins/editor/Makefile.am
14187         plugins/editor/anjuta-document-manager.glade
14188         plugins/editor/plugin.c plugins/editor/plugin.h
14189         plugins/editor/text_editor.c plugins/editor/text_editor.h
14190         *Added Files:
14191         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
14192         plugins/editor/indent-util.c plugins/editor/indent-util.h
14193         plugins/editor/indent_test.c :
14194         Set and Preview indent preferences parameters.
14195         Saved indent user parameters.
14197 2005-10-27  Naba Kumar  <naba@gnome.org>
14199         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
14200         * plugins/editor/anjuta-docman.c: Restore tab color to normal
14201         theme color for saved documents.
14202         
14203 2005-10-26  Naba Kumar  <naba@gnome.org>
14205         * libanjuta/anjuta-encodings.c: Save changed supported encodings
14206         list. Fixed bug #316731.
14207         
14208 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
14210         * tagmanager/tm_symbol.c: Fixed bug #315218
14212 2005-10-23  Adam Weinberger  <adamw@gnome.org>
14214         * plugins/build/build_file.c
14215           plugins/build-basic-autotools/build-basic-autotools.c
14216           plugins/tools/execute.c
14217           plugins/build/compile.c
14218           plugins/build/configurer.c
14219           plugins/debug-manager/plugin.c
14220           plugins/editor/plugin.c
14221           plugins/editor/print.c
14222           plugins/editor/text_editor.c
14223           plugins/file-loader/plugin.c
14224           plugins/file-manager/an_file_view.c
14225           plugins/symbol-browser/an_symbol_view.c
14226           plugins/gdb/debugger.c
14227           plugins/gdb/plugin.c
14228           plugins/glade/plugin.c
14229           plugins/macro/macro-actions.c
14230           plugins/macro/plugin.c
14231           plugins/profile-default/plugin.c
14232           plugins/project-manager/plugin.c
14233           plugins/project-manager/project_import.c
14234           plugins/symbol-browser/plugin.c
14235           plugins/tools/execute.c
14236           src/anjuta.c
14237           src/anjuta-actions.h
14238           src/shell.c:
14239           Correct spacing errors before and after "...".
14241 2005-10-20  Naba Kumar  <naba@gnome.org>
14243         * plugins/gdb/debugger.c: Fixed attach/detach process to
14244         updated UI properly.
14245         
14246 2005-10-18  Naba Kumar  <naba@gnome.org>
14248         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14249         #171314 too).
14250         
14251 2005-10-13  Naba Kumar  <naba@gnome.org>
14252         
14253         * plugins/project-mkfile-import/*: Removed separate import wizard for
14254         makefile based projects (because single widzard handles all wizards).
14256         * plugins/project-import/project-import.c: Made wizard window
14257         transient to main window.
14259         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
14260         
14261         * AUTHORS: Added Eric's name in contributors list.
14262         
14263         * configure.in, plugins/Makefile.am,
14264         plugins/project-import/Makefile.am,
14265         plugins/project-import/anjuta-project-import.glade,
14266         plugins/project-import/project-import.c,
14267         plugins/project-import/project-import.h: Import wizard now detects
14268         both makefile and automake projects together instead of separate wizard.
14269         
14270         * plugins/project-wizard/templates/java/project.anjuta,
14271         plugins/project-wizard/templates/mkfile/project.anjuta,
14272         plugins/project-wizard/templates/python/project.anjuta,
14273         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14274         name to make it appropriate.
14276 2005-10-11  Naba Kumar  <naba@gnome.org>
14278         * configure.in: Fixed glade3 version requirement.
14280 2005-09-29  Alexander Shopov  <ash@contact.bg>
14282         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14284 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
14286         * plugins/subversion/svn_auth.c
14287         plugins/subversion/anjuta_subversion.glade:
14288         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14290 2005-09-22  Naba Kumar  <naba@gnome.org>
14292         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
14294         * configure.in,  plugins/Makefile.am
14295         plugins/project-manager/anjuta-project-manager.plugin.in,
14296         plugins/project-manager/plugin.c,
14297         (added) plugins/project-mkfile-import/.cvsignore,
14298         (added) plugins/project-mkfile-import/Makefile.am,
14299         (added) plugins/project-mkfile-import/
14300             anjuta-project-mkfile-import-plugin.png,
14301         (added) plugins/project-mkfile-import/
14302             anjuta-project-mkfile-import.glade,
14303         (added) plugins/project-mkfile-import/
14304             anjuta-project-mkfile-import.plugin.in,
14305         (added) plugins/project-mkfile-import/plugin.c,
14306         (added) plugins/project-mkfile-import/plugin.h,
14307         (added) plugins/project-mkfile-import/project-mkfile-import.c,
14308         (added) plugins/project-mkfile-import/project-mkfile-import.h,
14309         plugins/project-wizard/templates/Makefile.am,
14310         (added) plugins/project-wizard/templates/mkfile-logo.png,
14311         (added) plugins/project-wizard/templates/mkfile.wiz,
14312         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14313         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14314         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14315         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14316         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14317         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14318         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14319         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14320         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14321         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14322         (added) plugins/project-wizard/templates/mkfile/src/main.c:
14323         Added makefile based project import wizard and wizard template.
14325 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14327         * libanjuta/anjuta-launcher.c: Reduced false password detections
14329 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14331         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
14332         messages correctly.a
14334 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14335         
14336         * scintilla/Makefile.am: Changed scintilla library to noinst
14337         * pixmaps/Makefile.am: Install password.png
14338         * libanjuta/anjuta-launcher.c: Changed password detection
14339         to be able to access GNOME CVS with ssh.
14340         
14341 2005-08-31  Naba Kumar  <naba@gnome.org>
14343         * plugins/glade/plugin.c: Set transient window for the widget
14344         dialogs.
14345         
14346 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
14348         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14350 2005-08-10  Naba Kumar  <naba@gnome.org>
14352         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14353         as shortcut key for execute.
14355         * src/about.c: Clean up.
14356         
14357         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
14358         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14359         entry boxes.
14360         
14361 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14363         * plugins/editor/search-replace_backend.c :
14364         Fixed search in File Patterns.
14366 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
14368         * plugins/gdb/Makefile.am: Fixed a make -j x bug
14369         
14370 2005-08-04  Naba Kumar  <naba@gnome.org>
14372         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14373         for pango-1.8 rendering bug.
14374         
14375 2005-08-03  Naba Kumar  <naba@gnome.org>
14377         * plugins/glade/plugin.c: Proper names for plugin widgets.
14378         
14379         * plugins/subversion/anjuta-subversion.glade,
14380         plugins/subversion/svn-auth.c: Fixed authentication dialog and
14381         string allocations. Use passed default values when available.
14382         Set proper focus and dialog default response. Destroy dialog after use.
14383         Return error when appropriate.
14385 2005-08-02  Naba Kumar  <naba@gnome.org>
14387         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14388         for pango-1.8 rendering bug.
14389         
14390 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
14392         * scintilla/Makefile.am: Fixed a make -j x bug
14393         
14394 2005-08-02  Johannes Schmid <jhs@gnome.org>
14395         
14396         * plugins/subversion/svn-auth.c: Added username/password 
14397         auto function.
14399 2005-08-01  Naba Kumar  <naba@gnome.org>
14401         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14402         checks for character width calculations.
14403         
14404 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14406         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14408 2005-07-31  Naba Kumar  <naba@gnome.org>
14410         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14411         messup with pango 1.8. Fixed bug #311846.
14413 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14415         * plugins/gdb/memory.c : Fixed bug 305082.
14416         
14417         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14418         plugins/project-wizard/templates/gcj.wiz,
14419         plugins/project-wizard/templates/gnome.wiz,
14420         plugins/project-wizard/templates/gtk.wiz,
14421         plugins/project-wizard/templates/java.wiz,
14422         plugins/project-wizard/templates/python.wiz,
14423         plugins/project-wizard/templates/wxwin.wiz,
14424         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14426 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14428         * plugins/tools/execute.c:
14429         Correct a crash if editor is closed while a tool still use it.
14431 2005-07-28  Naba Kumar  <naba@gnome.org>
14433         * scintilla/*: Updated scintilla from their latest CVS.
14435 2005-07-27  Naba Kumar  <naba@gnome.org>
14437         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14438         plugins/build-basic-autotools/build-basic-autotools.c,
14439         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14440         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14441         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14442         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14443         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14444         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14445         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14446         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14447         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14448         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14449         argument to anjuta_ui_add_action_group_entries() and
14450         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14451         Fixed all plugins to pass translation domain. This fixes untranslated
14452         UI bugs. 
14454 2005-07-27  Naba Kumar  <naba@gnome.org>
14456         * plugins/class-inheritance/class-callbacks.c,
14457         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14458         proper system colors.
14460 2005-07-26  Naba Kumar  <naba@gnome.org>
14462         * ROADMAP: Updated and added more tasks.
14464 2005-07-25  Naba Kumar  <naba@gnome.org>
14466         * ROADMAP: Updated and added more tasks.
14467         
14468 2005-07-24  Naba Kumar  <naba@gnome.org>
14470         * HACKING: Fixed format.
14472 2005-07-24  Naba Kumar  <naba@gnome.org>
14474         * ROADMAP: Fixed format.
14475         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14477 2005-07-24  Naba Kumar  <naba@gnome.org>
14479         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14480         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14482 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14484         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14485         Correct wrong sensitivity setting
14486         
14487         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14488         
14489         * plugins/tools/variable.c:     Add variables for project manager
14491 2005-07-23  Naba Kumar  <naba@gnome.org>
14493         * ROADMAP: updated.
14495 2005-07-23 Naba Kumar  <naba@gnome.org>
14497         * plugins/subversion/Makefile.am,
14498         plugins/subversion/svn-auth.c,
14499         plugins/subversion/svn-auth.h: Added subversion authentication code
14500         stubs.
14501         
14502         * plugins/subversion/subversion-callbacks.c,
14503         plugins/subversion/subversion-callbacks.h,
14504         plugins/subversion/svn-backend-priv.h,
14505         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14506         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14507         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14508         Added file mode line.
14510 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14512         * configure.in: Added 'gl' to ALL_LINGUAS.
14514 2005-07-21 Naba Kumar  <naba@gnome.org>
14516         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14517         the active sources and kill the running process without emitting
14518         signals (which could be fatal because the object is being destroyed).
14519         Incidentally, fixed the crash that happens when stopping an active
14520         debugger session. Disabled debug prints and code clean up.
14521         Fixed bug #305587.
14522         
14523         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14524         message view object, because that prevents many unprocessed outputs
14525         from the cvs command from being appended in view. Does not set NULL
14526         to mesg_view private member (not required) so that any pending outputs
14527         to view is processed.Fixed bug #172666.
14529         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14530         type in supported list.
14531         
14532 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14534         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14535           grammar/spelling fixes.
14537 2005-07-17 Naba Kumar  <naba@gnome.org>
14539         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14540         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14541         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14542         plugins/project-wizard/templates/anjuta-plugin.wiz,
14543         plugins/project-wizard/templates/gcj.wiz,
14544         plugins/project-wizard/templates/gnome.wiz,
14545         plugins/project-wizard/templates/gtk.wiz,
14546         plugins/project-wizard/templates/gtkmm.wiz,
14547         plugins/project-wizard/templates/java.wiz,
14548         plugins/project-wizard/templates/python.wiz,
14549         plugins/project-wizard/templates/terminal.wiz,
14550         plugins/project-wizard/templates/terminal/Makefile.am,
14551         plugins/project-wizard/templates/terminal/po/Makefile.am,
14552         plugins/project-wizard/templates/terminal/src/Makefile.am,
14553         plugins/project-wizard/templates/wxwin.wiz,
14554         plugins/project-wizard/templates/xlib-dock.wiz,
14555         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14556         wizards and updated .wiz files to install them in newly created
14557         projects.
14559 2005-07-16 Naba Kumar  <naba@gnome.org>
14561         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14562         
14563         * plugins/file-manager/an_file_view.c,
14564         plugins/file-manager/plugin.c: Added file manager preferences to
14565         show/hide files ignored by version control (e.g. cvsignore).
14566         
14567         * plugins/editor/text_editor.c: Initialize vfs info struct.
14568         
14569         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14570         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14571         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14572         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14573         omf-install/.cvsignore, pixmaps/.cvsignore,
14574         plugins/file-manager/anjuta-file-manager-plugin.glade,
14575         scintilla/.cvsignore, scintilla/include/.cvsignore,
14576         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14577         tagmanager/python.c: Updated.
14579 2005-07-16 Naba Kumar  <naba@gnome.org>
14581         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14582         Fixed python parser to parser class methods.
14584 2005-07-15 Naba Kumar  <naba@gnome.org>
14586         * plugins/project-wizard/property.c: Used parenthesis to remove
14587         ambiguty.
14588         
14589         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14590         plugins/project-wizard/templates/gcj.wiz,
14591         plugins/project-wizard/templates/gnome.wiz,
14592         plugins/project-wizard/templates/gtk.wiz,
14593         plugins/project-wizard/templates/gtkmm.wiz,
14594         plugins/project-wizard/templates/java.wiz,
14595         plugins/project-wizard/templates/python.wiz,
14596         plugins/project-wizard/templates/terminal.wiz,
14597         plugins/project-wizard/templates/wxwin.wiz,
14598         plugins/project-wizard/templates/xlib-dock.wiz,
14599         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14600         and names.
14602 2005-07-15 Naba Kumar  <naba@gnome.org>
14604         * plugins/project-wizard/templates/java.wiz,
14605         plugins/project-wizard/templates/java/Makefile.am,
14606         plugins/project-wizard/templates/java/project.anjuta,
14607         plugins/project-wizard/templates/python.wiz,
14608         plugins/project-wizard/templates/python/Makefile.am,
14609         plugins/project-wizard/templates/python/project.anjuta: Use different
14610         project files for java and python module where debugger is not
14611         included in the list of plugins.
14613 2005-07-15 Naba Kumar  <naba@gnome.org>
14615         * configure.in, plugins/project-wizard/templates/Makefile.am,
14616         plugins/project-wizard/templates/gcj-logo.png,
14617         plugins/project-wizard/templates/gcj.wiz,
14618         plugins/project-wizard/templates/gcj/.cvsignore,
14619         plugins/project-wizard/templates/gcj/Makefile.am,
14620         plugins/project-wizard/templates/gcj/configure.in.tpl,
14621         plugins/project-wizard/templates/gcj/src/.cvsignore,
14622         plugins/project-wizard/templates/gcj/src/Makefile.am,
14623         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14624         plugins/project-wizard/templates/java-logo.png,
14625         plugins/project-wizard/templates/java.wiz,
14626         plugins/project-wizard/templates/java/configure.in.tpl,
14627         plugins/project-wizard/templates/java/po/Makefile.am,
14628         plugins/project-wizard/templates/java/po/POTFILES.in,
14629         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14630         plugins/project-wizard/templates/java/src/main.java,
14631         plugins/project-wizard/templates/python-logo.png,
14632         plugins/project-wizard/templates/python.wiz,
14633         plugins/project-wizard/templates/python/.cvsignore,
14634         plugins/project-wizard/templates/python/Makefile.am,
14635         plugins/project-wizard/templates/python/configure.in.tpl,
14636         plugins/project-wizard/templates/python/po/.cvsignore,
14637         plugins/project-wizard/templates/python/po/Makefile.am,
14638         plugins/project-wizard/templates/python/po/POTFILES.in,
14639         plugins/project-wizard/templates/python/src/.cvsignore,
14640         plugins/project-wizard/templates/python/src/Makefile.am,
14641         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14642         plugins/project-wizard/templates/python/src/main.py: Added Generic
14643         gcj and python project wizards. Fixed Generic java project to
14644         use _JAVA primary. Update gnome-build from cvs for them to work
14645         correctly.
14647 2005-07-12 Naba Kumar  <naba@gnome.org>
14649         * plugins/project-manager/plugin.c: Automatically determine
14650         project backend by probing.
14651         
14652 2005-07-04 Naba Kumar  <naba@gnome.org>
14654         * Makefile.am: Do not install old anjuta.glade file which conflicts
14655         with newer src/anjuta.glade.
14657 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14659         * plugins/an_symbol_prefs.c:
14660         Sort list of available symbol files
14662 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14664         * plugins/build-basic-autotools.c:
14665         Fixed #307810
14666         
14667         * plugins/gtodo/libgtodo.c:
14668         Possible fix for #307800
14670         * libanjuta/anjuta-encodings.c
14671         libanjuta/anjuta-launcher.c
14672         libanjuta/anjuta-preference-dialog.c
14673         libanjuta/anjuta-preferences.c
14674         libanjuta/anjuta-ui.c
14675         libanjuta/anjuta-util.c
14676         libanjuta/cell-renderer-captioned-image.c
14677         libanjuta/plugin.c:
14678         
14679         Patch from de_lupus@pandora.be (Kristof Vansant):
14680         Replaced deprecated gnome-i18n.h
14681         Closed #309153
14683 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14684         
14685         * plugins/subversion/anjuta-subversion.glade
14686         plugins/subversion/anjuta-subversion.ui
14687         plugins/subversion/plugin.c
14688         plugins/subversion/subversion-actions.c
14689         plugins/subversion/subversion-callbacks.h
14690         plugins/subversion/subversion-callbacks.c
14691         plugins/subversion/svn-backend-priv.h
14692         plugins/subversion/svn-backend.h
14693         plugins/subversion/svn-backend.c
14694         plugins/subversion/svn-thread.h
14695         plugins/subversion/svn-thread.c:
14696         
14697         Implemented Subversion diff
14698         
14699 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14700         
14701         * plugins/build-basic-autotools/build-basic-autotools.c:
14702         Fixed crash bug! Might be useful to release 2.0.2 soon
14703         because this bug will crash any build which produces errors
14704         or warnings
14706 === Anjuta 2.0.1 ===
14708 2005-06-27 Naba Kumar  <naba@gnome.org>
14710         * plugins/tools/execute.c: Formated code.
14711         
14712 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14714         * plugins/build-basic-autotools/build-basic-autotools.c:
14715         Remove two memory leaks
14716         Check command output versus untranslated strings too
14718         * plugins/tools/execute.c:
14719         Remove two memory leaks
14720         Check command output versus untranslated strings too
14721         Remove description message
14723         * plugins/tools/fileop.c:
14724         Escape tool name in xml configuration file
14726 2005-05-26 Naba Kumar  <naba@gnome.org>
14728         * configure.in: Bumped version to 2.0.1
14729         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14731         * plugins/tools/execute.c: Fixed clickable messages.
14732         * NEWS: Updated.
14734         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14735         Deactivate glade plugin when last glade project is closed. Reorder
14736         glade widgets in layout. Change glade project when user selects a
14737         new project. Removed project from the list when user closes it. Fixed
14738         glade project file loading from URI. Save and restored loaded glade
14739         projects in/from session.
14741         * plugins/class-gen/action-callbacks.c,
14742         plugins/class-gen/anjuta-class-gen-plugin.glade,
14743         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14744         plugins/file-wizard/anjuta-file-wizard.glade,
14745         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14746         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14747         "Add to project" correctly. Use the source file path returned after
14748         adding to project. Fixed memory leaks. Deactivate wizard plugins
14749         after use.
14750         
14751         * plugins/project-manager/plugin.c,
14752         plugins/project-wizard/anjuta-project-wizard.glade,
14753         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14754         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14755         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14756         project-wizard preference page to anjuta app, because they are
14757         more appropriated as general preferences. Renamed username and
14758         useremail properties keys.
14759         
14760         * po/POTFILES.in: Updated.
14762         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14763         saved at closing.
14764         
14765         * plugins/file-loader/plugin.c: Do not use static variable to store
14766         created submenu in factory. Fixed crash in anjuta exit.
14767         
14768 2005-05-24 Naba Kumar  <naba@gnome.org>
14770         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14771         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14772         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14773         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14774         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14775         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14776         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14777         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14778         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14779         
14780         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14781         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14782         plugins/build-basic-autotools/build-basic-autotools.c,
14783         plugins/build-basic-autotools/build-basic-autotools.h,
14784         plugins/build-basic-autotools/executer.c,
14785         plugins/build-basic-autotools/executer.h,
14786         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14787         plugins/tools/variable.c: Added an extra argument to
14788         anuta_util_dialog_input() to pass default value. Save/load project
14789         configure and execution parameters in/from session.
14791         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14792         symbol browser is loaded.
14793         
14794         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14795         freeze/thaw.
14797         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14798         deactivate would not start shell.
14800 2005-05-24 Naba Kumar  <naba@gnome.org>
14802         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14803         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14804         libegg/egg-submenu-action.c, libegg/test-actions.c,
14805         plugins/build-basic-autotools/build-basic-autotools.c,
14806         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14807         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14808         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14809         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14810         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14811         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14812         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14813         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14814         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14815         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14817 2005-05-24 Naba Kumar  <naba@gnome.org>
14819         * data/properties/styles.properties: Fixed defalt font.
14821         * plugins/editor/search-replace.c,
14822         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14823         project openness wihtout activating project-manager plugin (i.e.
14824         using anjuta_shell_get()).
14825         
14826         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14827         - Completed add_source(), add_group() and add_target() methods of
14828         IAnjutaProjectManager.
14829         - Change their definition to return the added element (or NULL).
14830         - Used interface API for project main menus and 'add to project'
14831         from file-manager context menu.
14832         - Select proper default target/group when prompting for adding
14833         source/target/group.
14834         - Do not expand all nodes in selection tree when default selection
14835         are given (eases navigation in big projects).
14836         - Code clean ups.
14837         - Marked strings for translation.
14839 2005-05-23 Naba Kumar  <naba@gnome.org>
14841         * src/anjuta-app.c: Save menu accelerators on change.
14842         * NEWS: Updated.
14843         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14844         save-as dialog (leading to crash later).
14846 2005-05-22 Naba Kumar  <naba@gnome.org>
14848         * NEWS: Updated.
14849         * AUTHORS: Added developers for other projects. Updated.
14850         * TODO.tasks: Updated.
14851         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14852         
14853 2005-05-22 Naba Kumar  <naba@gnome.org>
14855         * plugins/tools/execute.c: Make parsable lines distinct by adding
14856         a "Click me" description in the message. Allow tools to open arbibrary
14857         file in editory using gdb-styled annotation (The line starts with two
14858         \032 characters followed by the file:line).
14859         
14860         * plugins/tools/scripts/prepare-changelog.pl,
14861         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14862         ChangeLog file itself and open it.
14864 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14866         * plugins/tools/execute.c:
14867         Parse output in message pane
14868         Correct a crash on plugin deactivation
14870         * plugins/tools/fileop.c,
14871         plugins/tools/tool.c,
14872         plugins/tools/tool.h:
14873         Load only valid tools
14875 2005-06-21  Naba Kumar  <naba@gnome.org>
14877         * anjuta.spec.in: Fixed devel package requirement.
14879         * plugins/message-view/message-view.c: Scroll message on next/previous.
14881         * TODO.tasks: Updated.
14883         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14884         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14885         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14886         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14887         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14888         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14889         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14890         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14892         * libanjuta/anjuta-preferences.c,
14893         plugins/build-basic-autotools/build-basic-autotools.c,
14894         plugins/build-basic-autotools/executer.c,
14895         plugins/class-gen/action-callbacks.c,
14896         plugins/class-gen/action-callbacks.h,
14897         plugins/class-gen/class_gen.c,
14898         plugins/cvs-plugin/cvs-interface.c,
14899         plugins/debug-manager/attach_process.c,
14900         plugins/debug-manager/plugin.c,
14901         plugins/debug-manager/utilities.c,
14902         plugins/debug-manager/utilities.h,
14903         plugins/editor/aneditor-autocomplete.cxx,
14904         plugins/editor/aneditor.cxx,
14905         plugins/editor/search-replace.c,
14906         plugins/editor/search-replace_backend.c,
14907         plugins/gdb/breakpoints.c,
14908         plugins/gdb/registers.c,
14909         plugins/patch/plugin.c,
14910         plugins/project-wizard/druid.c,
14911         plugins/project-wizard/install.c,
14912         plugins/subversion/plugin.c,
14913         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14914         codes.
14916         * plugins/class-gen/action-callbacks.c,
14917         plugins/project-wizard/parser.c,
14918         plugins/project-wizard/property.c,
14919         plugins/project-wizard/values.c,
14920         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14922         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14923         alphabetically
14925 2005-06-20  Naba Kumar  <naba@gnome.org>
14927         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14928         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14929         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14930         
14931         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14932         exit idle function.
14933         
14934         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14935         Fixed possible memory corruption.
14937         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14938         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14939         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14940         progress bar increment and added progress status for symbol refresh
14941         and project loading.
14942         
14943         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14944         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14945         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14946         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14947         bar.
14949         * TODO.tasks: Updated.
14951 2005-06-19  Naba Kumar  <naba@gnome.org>
14953         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14954         Fixed warning.
14955         
14956         * plugins/project-import/project-import.c: Deactivate plugin when done.
14957         
14958 2005-06-18  Naba Kumar  <naba@gnome.org>
14960         * plugins/profile-default/plugin.c: Fixed error when loading another
14961         project while a project is still loaded.
14962         
14963         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14964         signal from gnome-build to popup group properties.
14965         
14966         * src/anjuta.c: Load default session by default.
14968         * po/POTFILES.in: Added missing files.
14969         
14970         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14971         activate plugin on load (activate it separately). Connect to activate
14972         and deactivate signals for housekeeping, so that if plugins are
14973         activated or deactivate externally, they are properly recorded.
14974         
14975         * plugins/profile-default/plugin.c: Save profile before a project
14976         is loaded so that it could be restored when project is closed.
14977         
14978         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14980 2005-06-17  Naba Kumar  <naba@gnome.org>
14982         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14983         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14984         for project. The plugins loaded for the project is restored when project
14985         is loaded next time.
14986         
14987         * TODO.tasks: Updated.
14988         
14989 2005-06-15  Naba Kumar  <naba@gnome.org>
14991         * plugins/tools/scripts/find-fixmes.pl,
14992         (new) plugins/tools/scripts/translation-status.pl,
14993         plugins/tools/scripts/tools-2.xml.in,
14994         plugins/tools/scripts/Makefile.am,
14995         plugins/tools/scripts/prepare-changelog.pl: Added translation
14996         status script. Completed find-fixmes.pl script. Fixed bugs.
14998         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14999         tool path.
15001 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15003         * plugins/message-view/anjuta-message-manager-plugin.glade :
15004         renamed "messages.tag.position" to "messages.tab.position".
15005         plugins/message-view/anjuta-msgman.c : 
15006         Messages tab position prefrences.
15007         
15008 2005-06-14  Naba Kumar  <naba@gnome.org>
15010         * (new) plugins/tools/scripts/find-fixmes.pl,
15011         (new) plugins/tools/scripts/tools-2.xml.in,
15012         (new) plugins/tools/scripts/Makefile.am,
15013         (new) plugins/tools/scripts/prepare-changelog.pl,
15014         plugins/tools/plugin.h, plugins/tools/fileop.c,
15015         plugins/tools/Makefile.am, configure.in: Added system tools.
15017 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
15019         * plugins/tools/editor.c:
15020         Take care of creating .anjuta directory if missing
15022 2005-06-10  Naba Kumar  <naba@gnome.org>
15024         * configure.in: Increased gnome-build required to version 0.1.2.
15025         
15026         * plugins/project-manager/plugin.c: Fixed target/group removal.
15027         Fixed memory leaks.
15028         
15029 2005-06-10  Naba Kumar  <naba@gnome.org>
15031         * plugins/project-manager/plugin.c: Implemented target/group
15032         configuration (update gnome-build module from cvs).
15033         
15034 2005-06-07  Naba Kumar  <naba@gnome.org>
15036         Patch from: Massimo Cora'  <maxcvs@email.it>:
15037         * plugins/class-inheritance/Makefile.am,
15038         plugins/class-inheritance/class-inherit.c,
15039         plugins/class-inheritance/class-inherit.h,
15040         plugins/class-inheritance/plugin.c,
15041         plugins/class-inheritance/plugin.h,
15042         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
15043         expanded view of classes in hierarchy canvas (collapsable again).
15044         
15045 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
15047         * scintilla/patches/scintilla-64-bit.diff (added)
15048         * plugins/patch/patch-plugin.c:
15049         Conditional build for GTK 2.4 and GTK 2.6
15051 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
15053         * plugins/tools/anjuta-tools.glade,
15054         plugins/tools/editor.c,
15055         plugins/tools/plugin.h,
15056         plugins/tools/fileop.c:
15057         Add a check box to edit an user script
15058         Correct a few memory leak
15060         * plugins/tools/execute.c,
15061         plugins/tools/tool.c,
15062         plugins/tools/tool.h:
15063         Move utility remove_mnemonic function in tool.c
15064         Small fix
15066 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
15068         Patch from sbrabec@suse.cz:
15069         * configure.in
15070         scintilla/include/Scintilla.h:
15071         
15072         Fix 64-Bit warnings in gcc 4
15074 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
15075         
15076         * plugins/patch/patch_plugin.c
15077         plugins/patch/patch.h
15078         plugin/patch/patch-plugin.glade
15079         plugin/patch/Makefile.am:
15080         
15081         Changed patch plugin to use libglade and new gtk 2.6 widgets
15083 2005-05-31  Naba Kumar  <naba@gnome.org>
15085         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15086         * plugins/editor/text_editor.c: Don't show error
15087         for empty files.
15088         
15089 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
15090         
15091         * plugins/message-view/anjuta-message-manager.ui,
15092         plugins/message-view/anjuta-msgman.c,
15093         plugins/message-view/anjuta-msgman.h,
15094         plugins/message-view/message-view.c,
15095         plugins/message-view/message-view.h,
15096         plugins/message-view/plugin.c:
15097         Add a popup menu in messages panes
15098         Move save message pane option in it
15100 2005-05-28  Naba Kumar  <naba@gnome.org>
15102         * data/properties/styles.properties: Fixed default font
15103         names and sizes.
15105         * plugins/editor/style-editor.c: cleanup.
15106         
15107 2005-05-25  Naba Kumar  <naba@gnome.org>
15109         * plugin/gdb/plugin.c: Start gdb even if the program does
15110         not exists. Fixes bug #305074
15111         
15112 2005-05-24  Naba Kumar  <naba@gnome.org>
15114         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
15115         * configure.in: graphviz pkgconfig path.
15117 2005-05-24  Naba Kumar  <naba@gnome.org>
15119         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
15120         * TODO.tasks: Updated.
15121         
15122 2005-05-22  Naba Kumar  <naba@gnome.org>
15124         * anjuta.spec.in: Fixed spec file
15125         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
15127 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
15128         
15129         * TODO.tasks: Updated.
15131         * plugins/message-view/anjuta-message-manager.ui,
15132         plugins/message-view/message-view.c,
15133         plugins/message-view/message-view.h,
15134         plugins/message-view/plugin.c:
15135         Add shortcut for next and previous message
15136         Add a save message menu item
15137         Fix a bug in previous message
15139 2005-05-21  Naba Kumar  <naba@gnome.org>
15141         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
15142         doc/Makefile.am, global-tags/create_global_tags.sh,
15143         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
15144         and rpm package creation. Fixed installation paths.
15145         
15146         * plugins/editor/anjuta-document-manager.glade,
15147         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
15148         and indent options.
15149         
15150         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
15152 2005-05-21  Naba Kumar  <naba@gnome.org>
15154         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
15155         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
15156         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
15157         tagmanager/Makefile.am: Fixed paths configure variables to take
15158         automake configure variables instead of hardcoding.
15160         * global-tags/tm_global_tags.c: Formated code.
15162         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
15163         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15164         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15165         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15166         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15167         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15168         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15169         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15170         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15172 2005-05-20  Naba Kumar  <naba@gnome.org>
15174         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
15175         and fixed rpm spec file (more testing required).
15176         
15177         * data/gdb.init: Don't set gdb prompt.
15178         
15179         * mime/Makefile.am: run update-mime-data only on system-wide install.
15180         
15181         * plugins/gdb/Makefile.am: Install plugin at correct paths.
15183 2005-05-19  Naba Kumar  <naba@gnome.org>
15185         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
15186         while it's not visible.
15188         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
15189         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
15190         
15191 2005-05-19  Naba Kumar <naba@gnome.org>
15193         * configure.in: Fixed subversion checks. Added
15194         --disable-plugin-subversion and --disable-plugin-glade
15195         configure flags to manually turn off their plugin builds.
15197         * plugins/editor/plugin.c: Save and restore current editor line
15198         positions in session.
15200 2005-05-18  Naba Kumar  <naba@gnome.org>
15202         * AUTHORS: Fixed email address.
15203         
15204         * libanjuta/anjuta-utils.c,
15205         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
15206         when the projectmanager toplevel is not a window. Check for valid
15207         gtkwindow type before using the passed window as parent for anjuta
15208         dialogs.
15210 2005-05-17  Naba Kumar  <naba@gnome.org>
15212         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
15213         
15214         * plugins/cvs-plugin/Makefile.am,
15215         plugins/devhelp/plugin.c,
15216         plugins/file-loader/Makefile.am,
15217         plugins/macro/Makefile.am,
15218         plugins/message-view/Makefile.am,
15219         plugins/patch/Makefile.am,
15220         plugins/project-manager/Makefile.am,
15221         plugins/subversion/Makefile.am,
15222         plugins/symbol-browser/Makefile.am: Removed -module flags
15223         from libtool flags
15225         * MAINTAINERS: Added file so that I could recieve bugzilla
15226         reports.
15228         * plugins/glade/plugin.c: Fixed compile error.
15230 === Anjuta 2.0.0 ===
15232 2005-05-15  Naba Kumar  <naba@gnome.org>
15234         * configure.in: Adjusted gdl version requirement. Bumped anjuta
15235         version to 2.0.0.
15237         * plugins/symbol-browser/an_symbol_view.c,
15238         plugins/symbol-browser/plugin.c,
15239         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
15240         symbols have been updated. Reset file symbols when update
15241         occurs. Fixed memory leaks.
15243         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15244         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
15245         
15246 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
15248         * plugins/tools/anjuta-tools.glade:
15249         Remove unused parameter dialog
15251         * plugins/tools/dialog.c,
15252         plugins/tools/fileop.c,
15253         plugins/tools/fileop.h,
15254         plugins/tools/tool.c,
15255         plugins/tools/tool.h,
15256         plugins/tools/variable.c:
15257         Add a few comments and cleanups
15259         * plugins/tools/editor.c,
15260         plugins/tools/editor.h:
15261         Remove code from previous plugin and add comments
15262         Use main window as parent (instead of tool list)
15264         * plugins/tools/execute.c,
15265         plugins/tools/execute.h:
15266         Remove code from previous plugin and add comments
15267         Fix warnings
15269 2005-05-14  Naba Kumar  <naba@gnome.org>
15271         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15272         release.
15273         
15274         * configure.in: Fixed
15275         
15276         * plugins/class-inheritance/class-inheritance.png: New icon.
15277         
15278         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15279         screws up when reparented.
15281 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15283         * plugins/editor/search-replace.c,
15284         plugins/editor/search-replace_backend.c
15285         plugins/project-manager/plugin.c : Clear find pane if searching same 
15286         expression. Clean code.
15288 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
15290         * configure.in: Added ne in ALL_LINGUAS
15291         
15292 2005-05-13  Naba Kumar  <naba@gnome.org>
15294         * configure.in: Fixed glade-3 version.
15295         
15296         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15297         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15298         plugins/gdb/watch.c: Update locals, watch and frame document on
15299         frame change.
15301 2005-05-12  Naba Kumar  <naba@gnome.org>
15303         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15304         scope autocompletion when the function definition is incomplete.
15305         
15306         * plugins/class-gen/anjuta-class-gen.plugin.in,
15307         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15308         plugins/gdb/plugin.c,
15309         plugins/glade/anjuta-glade.plugin.in,
15310         plugins/project-import/anjuta-project-import.plugin.in,
15311         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15312         titles for the wizards.
15314 2005-05-11  Naba Kumar  <naba@gnome.org>
15316         * configure.in, plugins/debug-manager/Makefile.am,
15317         plugins/debug-manager/plugin.c,
15318         (added) plugins/debug-manager/images/.cvsignore,
15319         (added) plugins/debug-manager/images/Makefile.am,
15320         (added) plugins/debug-manager/images/detach-16.png,
15321         (added) plugins/debug-manager/images/detach.png,
15322         (added) plugins/debug-manager/images/step-into-16.png,
15323         (added) plugins/debug-manager/images/step-into.png,
15324         (added) plugins/debug-manager/images/step-out-16.png,
15325         (added) plugins/debug-manager/images/step-out.png,
15326         (added) plugins/debug-manager/images/step-over-16.png,
15327         (added) plugins/debug-manager/images/step-over.png,
15328         plugins/gdb/Makefile.am,
15329         plugins/gdb/breakpoints.c,
15330         plugins/gdb/plugin.c,
15331         (added) plugins/gdb/images/.cvsignore,
15332         (added) plugins/gdb/images/Makefile.am,
15333         (added) plugins/gdb/images/breakpoint.png,
15334         (added) plugins/gdb/images/locals.png,
15335         (added) plugins/gdb/images/stack.png,
15336         (added) plugins/gdb/images/watch.png: Fixed breakpoints
15337         'remove all'. Added debugger icons.
15339         * plugins/editor/text_editor.c: Fixed file monitor.
15341         Patch from: Massimo Cora'  <maxcvs@email.it>
15342         * plugins/patch/anjuta-patch-plugin.png,
15343         plugins/class-gen/Makefile.am,
15344         plugins/class-gen/action-callbacks.c,
15345         plugins/class-gen/class_gen.c,
15346         plugins/class-gen/class_logo.xpm: Implemented vcs
15347         file addions. New icons by Fabio Zecchini
15349 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15351         * libanjuta/interfaces/libanjuta.idl
15352         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15353         plugins/editor/search-replace_backend.c
15354         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15356 2005-05-11  Naba Kumar  <naba@gnome.org>
15357         
15358         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15359         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15360         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15361         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15362         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15363         memory leaks.
15364         
15365         * plugins/symbol-browser/an_symbol_prefs.c,
15366         plugins/symbol-browser/an_symbol_search.c,
15367         plugins/symbol-browser/an_symbol_view.c,
15368         plugins/symbol-browser/an_symbol_view.h,
15369         plugins/symbol-browser/plugin.c: Fixed memory leaks.
15371 2005-05-11  Naba Kumar  <naba@gnome.org>
15373         * libanjuta/anjuta-shell.c: Fixed runtime warning.
15374         
15375         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15376         progress bar location at create time, instead of hardcoding.
15377         
15378         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15379         Added mini splash screen.
15380         
15381         * plugins/editor/text_editor.c: Do not produce warning when file
15382         monitor could not be created.
15383         
15384         * plugins/profile-default/plugin.c: Save project session on exit.
15385         Show mini splash with progress bar at profile load.
15387 2005-05-10  Naba Kumar  <naba@gnome.org>
15389         * configure.in, manuals/Makefile.am: Fixed compile flags.
15390         Disable outdated manuals builds.
15391         
15392         * global-tags/Makefile.am: Uninstall tags files on
15393         'make uninstall'
15394         
15395         * libegg/Makefile.am: Use configured deprecated flags.
15396         
15397         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15398         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15399         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15400         Updated.
15401         
15402         * mime/Makefile.am: Take DESTDIR into account.
15403         
15404         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15405         
15406         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15407         on scope autocompletion.
15408         
15409         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15410         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15411         shared libs and static libs paths for debugging. Order them
15412         correctly.
15413         
15414         * po/POTFILES.in: Updated.
15416 2005-05-09  Naba Kumar  <naba@gnome.org>
15418         * libanjuta/interfaces/libanjuta.idl,
15419         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15420         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15421         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15422         Implemented debugger source directory search and emits location changed
15423         signal with absolute path of the file.
15425         * plugins/tools/tool.c: Fixed compile errors.
15426         
15427 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15429         * plugins/tools/anjuta-tools.glade,
15430         plugins/tools/dialog.h,
15431         plugins/tools/dialog.c,
15432         plugins/tools/plugin.c,
15433         plugins/tools/editor.c:
15434         Improve graphical user interface
15435         Remove old code
15436         Correct an error on close
15437         Some cleanups
15439         * plugins/tools/fileop.c,
15440         plugins/tools/tool.h,
15441         plugins/tools/tool.c:
15442         Change the tool internal structure
15443         Support having tools configuration in several places
15445 2005-05-08  Naba Kumar  <naba@gnome.org>
15447         * plugins/gdb/actions.c,
15448         (removed) plugins/gdb/registers_cbs.c,
15449         (removed) plugins/gdb/registers_cbs.h,
15450         (removed) plugins/gdb/registers_gui.c,
15451         (removed) plugins/gdb/sharedlib_cbs.c,
15452         (removed) plugins/gdb/sharedlib_cbs.h,
15453         (removed) plugins/gdb/sharedlib_gui.c,
15454         (removed) plugins/gdb/signals_cbs.c,
15455         (removed) plugins/gdb/signals_cbs.h,
15456         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15458 2005-05-08  Naba Kumar  <naba@gnome.org>
15460         * plugins/build-basic-autotools/executer.c: Fixed programs
15461         listing dialog.
15462         
15463         * plugins/debug-manager/Makefile.am,
15464         plugins/debug-manager/anjuta-debug-manager.glade,
15465         plugins/debug-manager/plugin.c,
15466         plugins/gdb/Makefile.am: Used libglade for programs listing
15467         dialog.
15468         
15469         * (added) plugins/gdb/pointer.png: Stack pointer image.
15470         
15471         * libanjuta/anjuta-marshal.list,
15472         pixmaps/Makefile.am,
15473         plugins/gdb/actions.c,
15474         plugins/gdb/actions.h,
15475         plugins/gdb/anjuta-gdb-plugin.ui,
15476         plugins/gdb/anjuta-gdb.glade,
15477         plugins/gdb/breakpoints.c,
15478         plugins/gdb/breakpoints.h,
15479         plugins/gdb/debug_tree.c,
15480         plugins/gdb/debug_tree.h,
15481         plugins/gdb/debugger.c,
15482         plugins/gdb/debugger.h,
15483         plugins/gdb/gdbmi-test.c,
15484         plugins/gdb/gdbmi.c,
15485         plugins/gdb/gdbmi.h,
15486         plugins/gdb/info.c,
15487         plugins/gdb/info.h,
15488         plugins/gdb/locals.c,
15489         plugins/gdb/locals.h,
15490         plugins/gdb/memory.c,
15491         plugins/gdb/memory.h,
15492         plugins/gdb/plugin.c,
15493         plugins/gdb/plugin.h,
15494         plugins/gdb/registers.c,
15495         plugins/gdb/registers.h,
15496         plugins/gdb/registers_cbs.c,
15497         plugins/gdb/registers_cbs.h,
15498         plugins/gdb/registers_gui.c,
15499         plugins/gdb/sharedlib.c,
15500         plugins/gdb/sharedlib.h,
15501         plugins/gdb/sharedlib_cbs.c,
15502         plugins/gdb/sharedlib_cbs.h,
15503         plugins/gdb/sharedlib_gui.c,
15504         plugins/gdb/signals.c,
15505         plugins/gdb/signals.h,
15506         plugins/gdb/signals_cbs.c,
15507         plugins/gdb/signals_cbs.h,
15508         plugins/gdb/signals_gui.c,
15509         plugins/gdb/stack_trace.c,
15510         plugins/gdb/stack_trace.h,
15511         plugins/gdb/utilities.c,
15512         plugins/gdb/utilities.h,
15513         plugins/gdb/watch.c,
15514         plugins/gdb/watch.h,
15515         plugins/gdb/watch_cbs.c,
15516         plugins/gdb/watch_cbs.h,
15517         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15518         it for all debugger component updates and listing. Implemented
15519         user custom debugger command window. Fixed all debugger components
15520         to work correctly. Implemented debugger as GObject. Removed
15521         deprecated codes.
15522         
15523 2005-05-06  Naba Kumar  <naba@gnome.org>
15524         
15525         * TODO.tasks: Updated.
15526         
15527         * plugins/build-basic-autotools/Makefile.am,
15528         plugins/file-loader/Makefile.am,
15529         plugins/profile-default/Makefile.am,
15530         plugins/sample1/Makefile.am,
15531         plugins/symbol-browser/images/Makefile.am,
15532         src/Makefile.am: Fixed 'make distcheck' errors.
15534         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15535         updates.
15537         * tagmanager/tm_workspace.c: Include prototypes in getting
15538         scope members.
15540 2005-05-06  Naba Kumar  <naba@gnome.org>
15542         * TODO.tasks: Updated.
15543         
15544         * configure.in, plugins/cvs-plugin/Makefile.am,
15545         plugins/debug-manager/Makefile.am,
15546         plugins/devhelp/Makefile.am,
15547         plugins/editor/Makefile.am,
15548         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15549         
15550         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15551         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15552         interfaces.
15553         
15554         * tagmanager/tm_workspace.c,
15555         tagmanager/include/tm_workspace.h,
15556         plugins/editor/aneditor-autocomplete.cxx,
15557         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15558         to return all matching tag types when no name is given instead of
15559         returning empty array.
15560         
15561         * plugins/symbol-browser/Makefile.am,
15562         (added) plugins/symbol-browser/an_symbol.c,
15563         (added) plugins/symbol-browser/an_symbol.h,
15564         plugins/symbol-browser/an_symbol_info.c,
15565         plugins/symbol-browser/an_symbol_info.h,
15566         (added) plugins/symbol-browser/an_symbol_iter.c,
15567         (added) plugins/symbol-browser/an_symbol_iter.h,
15568         plugins/symbol-browser/an_symbol_search.c,
15569         plugins/symbol-browser/an_symbol_view.c,
15570         plugins/symbol-browser/an_symbol_view.h,
15571         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15572         plugins/symbol-browser/plugin.c,
15573         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15574         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15575         plugin and implemented IAnjutaIterable interface for symbol search
15576         and iteration.
15578         * plugins/class-inheritance/Makefile.am,
15579         plugins/class-inheritance/class-inherit.c,
15580         plugins/class-inheritance/class-inherit.h,
15581         plugins/class-inheritance/plugin.h: Use the newly added
15582         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15583         get rid of libanjuta-ctags.la dependencies.
15585 2005-05-02  Naba Kumar  <naba@gnome.org>
15587         * plugins/class-inheritance/class-inherit.c,
15588         plugins/class-inheritance/plugin.c,
15589         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15590         be found for a class. Formated code.
15592         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15593         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15594         of editor tabs.
15595         
15596 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15598         * libanjuta/anjuta-launcher.c:
15599         Keep trying sending data until all bytes have been written
15601         * plugins/tools/anjuta-tools.glade,
15602         plugins/tools/editor.c:
15603         Add a combo box to defined data from stdin
15605         * plugins/tools/execute.c:
15606         Send data in stdin if needed
15607         Code cleanups
15609         * plugins/tools/fileop.c,
15610         plugins/tools/tool.h,
15611         plugins/tools/tool.c:
15612         Store, load and save stdin data
15613         Use tools-2.xml instead of tools.xml
15615         * plugins/tools/plugin.c,
15616         plugins/tools/plugin.h:
15617         Code cleanups
15619         * plugins/tools/dialog.c,
15620         plugins/tools/dialog.h:
15621         Few code cleanups
15623         * plugins/tools/variable.c,
15624         plugins/tools/variable.h:
15625         Add editor related variables
15626         Code cleanups
15628 2005-04-29  Naba Kumar  <naba@gnome.org>
15630         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15632         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15633         
15634         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15635         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15636         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15637         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15638         working on gdb MI interface. Completed MI parser interface.
15640         Patch from  Massimo Cora <maxcvs@email.it>:
15641         * plugins/class-inheritance/Makefile.am,
15642         plugins/class-inheritance/class-inherit.c,
15643         plugins/class-inheritance/class-inherit.h,
15644         plugins/class-inheritance/plugin.c,
15645         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15646         Used system theme for colors. Display class members on mouse click.
15647         
15648 2005-04-28  Naba Kumar  <naba@gnome.org>
15650         * plugins/symbol-browser/an_symbol_prefs.c
15651         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15652         implementation to create/add/remove custom tags files in symbol
15653         brower preferences.
15655         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15656         EXTRA_DIST.
15658         * plugins/project-import/project-import.c: Fixed memory leaks and
15659         use correct debug prints.
15660         
15661         * TODO.tasks: Updated.
15662         
15663 2005-04-27  Naba Kumar  <naba@gnome.org>
15665         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15666         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15667         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15669         * plugins/editor/anjuta-docman.c,
15670         plugins/editor/anjuta-docman.h,
15671         plugins/editor/plugin.c: Emit editor-added signal from docman
15672         and connect signals to new editor correctly.
15674         * plugins/class-inheritance/plugin.c,
15675         plugins/symbol-browser/plugin.c: Added stock icons.
15676         
15677         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15678         plugins/build-basic-autotools/executer.c,
15679         plugins/build-basic-autotools/executer.h: Added missing files
15680         for the execute programs implementation.
15682 2005-04-26  Naba Kumar  <naba@gnome.org>
15683         
15684         * TODO.tasks: Updated.
15686         * plugins/file-loader/plugin.c,
15687         plugins/project-import/anjuta-project-import.plugin.in,
15688         plugins/project-import/plugin.c,
15689         plugins/project-import/project-import.c,
15690         plugins/project-import/project-import.h: Be able to import older
15691         anjuta projects.
15693 2005-04-26  Naba Kumar  <naba@gnome.org>
15695         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15696         removing it from the shell.
15698         * libanjuta/anjuta-shell.c,
15699         libanjuta/anjuta-shell.h,
15700         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15701         so that widget additions are freezed or thaw using a pending queue.
15702         Fixded UI flicker while loading projects.
15704 2005-04-26  Naba Kumar  <naba@gnome.org>
15706         * TODO.tasks: Updated.
15707         
15708         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15709         IAnjutaBuildable interface.
15710         
15711         * plugins/build-basic-autotools/Makefile.am,
15712         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15713         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15714         plugins/build-basic-autotools/build-basic-autotools.c,
15715         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15716         interface and UI for executing project/file programs. Implemented
15717         IAnjutaFile interface so that executables could be opened directly.
15718         
15719         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15720         Authors line (Reserved for external plugins, which do not have a way to
15721         show their credits).
15722         
15723         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15724         [File Loader] group for menu labels (default to "Name" if it is not
15725         defined.
15726         
15727         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15728         for executing external commands.
15730 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15732         * plugins/project-wizard/property.c:
15733         Correct a memory leak
15735         * libanjuta/interfaces/libanjuta.idl,
15736         plugins/editor/text_editor.c:
15737         Add erase_all and replace_selection function to IAnjutaEditor
15739         * plugins/tools/anjuta-tools.glade,
15740         plugins/tools/fileop.c,
15741         plugins/tools/editor.c,
15742         plugins/tools/tool.c
15743         plugins/tools/tool.h:
15744         Add shortcut and icon 
15746         * plugins/tools/variable.c,
15747         plugins/tools/variable.h:
15748         Add a variable asking parameters at run time
15750         * plugins/tools/execute.c:
15751         Add a warning message for missing document manager
15752         Add replace buffer and replace selection output
15753         Correct an error in popup output
15755         * plugins/tools/plugin.c,
15756         plugins/tools/plugin.h,
15757         plugins/tools/anjuta-tools.ui,
15758         src/anjuta.ui:
15759         Few clean up
15760         Attach tools menu to a new place
15762 2005-04-25  Naba Kumar  <naba@gnome.org>
15764         * libanjuta/plugins.c, src/about.c, src/about.h,
15765         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15766         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15767         plugins (about box for plugins) menu.
15769 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15771         *  plugins/editor/search-replace.c :
15772         Displayed full path in Search pane window. 
15773         Bug 300231 : Selected line in Search pane window .
15774                 
15775 2005-04-23  Naba Kumar  <naba@gnome.org>
15777         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15779 2005-04-22  Naba Kumar  <naba@gnome.org>
15781         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15782         
15783         * plugins/project-wizard/templates/java.wiz,
15784         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15785         to create bytecodes (.class) files.
15786         
15787         * plugins/symbol-browser/an_symbol_info.c,
15788         plugins/symbol-browser/an_symbol_info.h,
15789         plugins/symbol-browser/an_symbol_search.c,
15790         plugins/symbol-browser/an_symbol_view.c,
15791         plugins/symbol-browser/plugin.c,
15792         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15793         in file symbol list.
15795 2005-04-22  Naba Kumar  <naba@gnome.org>
15797         * TODO.tasks: Updated.
15798         
15799         * plugins/class-inheritance/Makefile.am,
15800         plugins/subversion/Makefile.am: Do not install plugin files when
15801         plugin build condition is false.
15802         
15803         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15804         plugins/build-basic-autotools/build-basic-autotools.c,
15805         plugins/build-basic-autotools/build-basic-autotools.h,
15806         plugins/file-loader/anjuta-loader-plugin.ui,
15807         plugins/file-loader/dnd.c,
15808         plugins/file-loader/plugin.c,
15809         plugins/file-loader/plugin.h,
15810         plugins/project-manager/anjuta-project-manager.ui,
15811         plugins/project-manager/plugin.c: Added open file and build context
15812         menu in project manager context menu.
15814 2005-04-22  Naba Kumar  <naba@gnome.org>
15816         * configure.in: Added message output showing conditional plugins to
15817         build or not.
15818         
15819         * src/layout.xml: Added layout for class-inheritance plugin widget.
15820         
15821         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15822         plugin name to remove redundant terms.
15823         
15824         * TODO.tasks: Updated.
15825         
15826         * configure.in,
15827         plugins/symbol-browser/Makefile.am,
15828         plugins/symbol-browser/an_symbol_view.c,
15829         (removed) plugins/symbol-browser/sv_class.xpm,
15830         (removed) plugins/symbol-browser/sv_function.xpm,
15831         (removed) plugins/symbol-browser/sv_macro.xpm,
15832         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15833         (removed) plugins/symbol-browser/sv_private_var.xpm,
15834         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15835         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15836         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15837         (removed) plugins/symbol-browser/sv_public_var.xpm,
15838         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15839         (removed) plugins/symbol-browser/sv_static_var.xpm,
15840         (removed) plugins/symbol-browser/sv_struct.xpm,
15841         (removed) plugins/symbol-browser/sv_unknown.xpm,
15842         (removed) plugins/symbol-browser/sv_variable.xpm,
15843         (added) plugins/symbol-browser/images/.cvsignore,
15844         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15845         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15846         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15847         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15848         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15849         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15850         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15851         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15852         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15853         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15854         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15855         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15856         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15857         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15858         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15859         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15860         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15861         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15862         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15863         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15864         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15865         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15866         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15867         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15868         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15869         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15870         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15871         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15872         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15873         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15874         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15875         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15876         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15877         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15878         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15879         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15880         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15881         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15882         pixmaps and added new icons (taken from monodevelop).
15884 2005-04-21  Naba Kumar  <naba@gnome.org>
15886         Patch from  Massimo Cora <maxcvs@email.it>:
15888         * configure.in, plugins/Makefile.am
15889         (new) plugins/class-inheritance/.cvsignore,
15890         (new) plugins/class-inheritance/Makefile.am,
15891         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15892         (new) plugins/class-inheritance/class-inherit.c,
15893         (new) plugins/class-inheritance/class-inherit.h,
15894         (new) plugins/class-inheritance/plugin.c,
15895         (new) plugins/class-inheritance/plugin.h,
15896         (new) plugins/class-inheritance/class-inheritance.png: Added class
15897         inheritance plugin.
15898         
15899         Changes by naba: Added pkgconfig check for graphviz and conditionally
15900         build graphviz.
15901         
15902         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15904 2005-04-20  Naba Kumar  <naba@gnome.org>
15906         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15907         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15908         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15909         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15910         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15911         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15912         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15913         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15914         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15915         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15916         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15917         
15918         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15919         message view management.
15921         * libanjuta/anjuta-children.[ch],
15922         plugins/build-basic-autotools/build-basic-autotools.c,
15923         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15924         Removed anjuta_children_init() function,
15925         because it is done automatically when first invoked. Introduced
15926         anjuta_children_recover() to recover the child signalling. Fixed
15927         child exit management to correctly recover the exit status.
15928         
15929         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15930         to properly shutdown the launcher and to kill the running process
15931         (without emitting any signal).
15932         
15933         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15934         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15935         gdb and program instance.
15937 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15939         * plugins/editor/search-replace.c :
15940         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15942 2005-04-18  Naba Kumar  <naba@gnome.org>
15944         * TODO.tasks: Marked completed items.
15945         
15946         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15947         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15948         plugins/project-manager/plugin.c: Prompt user for the debugging
15949         target (select from a list of project's executable targets) and
15950         correctly start debugger. Take care of libtool wrapping when the
15951         target selected is libtool target. Fixed debugger menu items
15952         sensitivity.
15954 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15956         * plugins/tools/execute.c,
15957         plugins/tools/execute.h:
15958         Implement save all files before running a command
15959         Implement all options for stdout and stderr except replace buffer
15960         Allow running several tools
15962         * plugins/tools/plugin.c:
15963         Move anjuta launcher in execute.c
15965         * plugins/tools/tools.h,
15966         plugins/tools/variable.c:
15967         Small changes
15969 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15971         * plugins/tools/anjuta-tools.glade:
15972         Add new properties in tool editor dialog
15973         Cosmetic improvements
15974         
15975         * plugins/tools/anjuta-tools.ui:
15976         Attach tool menu as a build menu
15978         * plugins/tools/dialog.c:
15979         Set tool menu item sensitivity in tool list
15980         Fix bugs
15982         * plugins/tools/editor.c,
15983         plugins/tools/editor.h,
15984         plugins/tools/fileop.c,
15985         plugins/tools/tool.c,
15986         plugins/tools/tool.h:
15987         Add new properties (active, save file...)
15988         Most of them are still not implemented
15990         * plugins/tools/execute.c,
15991         plugins/tools/execute.h:
15992         Reorganize code to support multiple run
15993         Support run in terminal
15994         
15995         * plugins/tools/plugin.c
15996         plugins/tools/plugin.h:
15997         Move message handling in execute.c
15999         * plugins/tools/variable.h,
16000         plugins/tools/variable.c:
16001         Add useful variables
16002         
16003 2005-04-13  Naba Kumar  <naba@gnome.org>
16005         * plugins/editor/text_editor.c: Fixed file monitoring condition.
16006         * plugins/editor/Makefile.am: Added gnome-vfs flags.
16007         
16008 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16010         * plugins/tools/dialog.c plugins/tools/tool.c :
16011         Fixed bugs.
16013 2005-04-06  Naba Kumar  <naba@gnome.org>
16015         * src/anjuta.c: Load default session only when
16016         "anjuta.session.load.last" preference is enabled.
16017         
16018 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
16020         * plugins/tools/Makefile.am,
16021         plugins/tools/variable.c,
16022         plugins/tools/variable.h:
16023         Add new code for handling variables
16025         * plugins/tools/anjuta-tools.glade:
16026         Improve tool editor dialog
16027         Add variable selection dialog
16029         * plugins/tools/dialog.c,
16030         plugins/tools/dialog.h,
16031         plugins/tools/plugin.c,
16032         plugins/tools/plugin.h:
16033         Add variable object
16034         Add a function to get it
16036         * plugins/tools/editor.c:
16037         Add gui code for variable selection dialog
16039         * plugins/tools/execute.c:
16040         Use variables for executing command
16041         
16042         * Naba: Compile warning fixes.
16044 2005-04-06  Naba Kumar  <naba@gnome.org>
16046         * TODO.tasks: Marked completed items.
16047         
16048 2005-04-06  Naba Kumar  <naba@gnome.org>
16050         * plugins/subversion/svn-backend.c: Fixed subversion plugin
16051         compile error.
16052         
16053         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
16055 2005-04-04  Naba Kumar  <naba@gnome.org>
16057         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
16058         inside Main window.
16059         
16060 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
16062         * plugins/tools/Makefile.am,
16063         plugins/tools/anjuta-tools.plugin.in,
16064         plugins/tools/anjuta-tools.ui,
16065         plugins/tools/anjuta-tools.gladei,
16066         plugins/tools/anjuta-tools-plugin.png,
16067         plugins/tools/plugin.c,
16068         plugins/tools/plugin.h,
16069         plugins/tools/dialog.c,
16070         plugins/tools/dialog.h,
16071         plugins/tools/fileop.c,
16072         plugins/tools/fileop.h,
16073         plugins/tools/tool.c,
16074         plugins/tools/tool.h,
16075         plugins/tools/editor.c,
16076         plugins/tools/editor.h,
16077         plugins/tools/execute.c,
16078         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
16079         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
16080         Not fully working
16082         * anjuta-tools.[ch]: Removed old tools code.
16083         
16084 2005-04-01  Steve Murphy  <murf@e-tools.com>
16086         * configure.in: Added "rw" to ALL_LINGUAS.
16088 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16090         * Modified Files:
16091         manuals/C/anjuta-manual/fileoperations.xml
16092         Added Files:
16093         manuals/C/anjuta-manual/figures/search_expr.png
16094         manuals/C/anjuta-manual/figures/search_expr_basic.png
16095         manuals/C/anjuta-manual/figures/search_file_list.png
16096         manuals/C/anjuta-manual/figures/search_file_pattern.png
16097         manuals/C/anjuta-manual/figures/search_replace.png
16098         manuals/C/anjuta-manual/figures/search_setting.png
16099         manuals/C/anjuta-manual/figures/search_target.png
16100         manuals/C/anjuta-manual/figures/search_target_action.png
16101         manuals/C/anjuta-manual/figures/search_target_in.png
16102         Removed Files:
16103         manuals/C/anjuta-manual/figures/find_files.png
16104         manuals/C/anjuta-manual/figures/find_replace.png
16105         manuals/C/anjuta-manual/figures/find_text.png :
16106         Updated Anjuta manual (File Operations)
16108 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16110         * manuals/C/anjuta-manual/fileoperations.xml,
16111         manuals/C/anjuta-manual/figures/open_file.png,
16112         manuals/C/anjuta-manual/figures/open_file_multiple.png,
16113         manuals/C/anjuta-manual/figures/prefs_print.png,
16114         manuals/C/anjuta-manual/figures/print_dlg.png,
16115         manuals/C/anjuta-manual/figures/print_preview.png.
16116         * Added Files:
16117         manuals/C/anjuta-manual/figures/add_edit_macro.png,
16118         manuals/C/anjuta-manual/figures/display_macro.png,
16119         manuals/C/anjuta-manual/figures/insert_text.png,
16120         manuals/C/anjuta-manual/figures/keyword_macro.png,
16121         manuals/C/anjuta-manual/figures/new_file_wizard.png,
16122         manuals/C/anjuta-manual/figures/save_as_file.png :
16123         Updated Anjuta Manual (File Operations)
16125 2005-03-23  Adam Weinberger  <adamw@gnome.org>
16127         * plugins/editor/action-callbacks.c,
16128           plugins/file-loader/plugin.c,
16129           plugins/gtodo/main.c,
16130           plugins/project-wizard/druid.c:
16131           Fix spelling/grammar errors. Fixes bugs
16132           169068, 169137, 169138, and 169139.
16134 2005-03-21  Naba Kumar  <naba@gnome.org>
16136         Patch from: Massimo Cora' <maxcvs@email.it>:
16137         
16138         * plugins/editor/Makefile.am
16139         plugins/editor/anjuta-docman.c,
16140         (added) plugins/editor/editor-tooltips.c,
16141         (added) plugins/editor/editor-tooltips.h: Added tooltips to
16142         editor tabs to show full path.
16144 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
16145         
16146         * plugins/subversion/svn-backend.c:
16147         Removed "apr-0/" from include because this is 
16148         already included in SVN_INCLUDE and broke building if
16149         apr >= 1.0 was installed.
16151 2005-03-18  Naba Kumar  <naba@gnome.org>
16153         Patch from: Massimo Cora' <maxcvs@email.it>:
16155         * plugins/editor/action-callbacks.c,
16156         plugins/editor/aneditor-calltip.cxx,
16157         plugins/editor/aneditor-priv.h,
16158         plugins/editor/aneditor.cxx,
16159         plugins/editor/aneditor.h,
16160         plugins/editor/anjuta-document-manager.ui: Added calltip
16161         activation from menu.
16163 2005-03-16  Naba Kumar  <naba@gnome.org>
16165         Patch from: Massimo Cora' <maxcvs@email.it>:
16166         
16167         * plugins/class-gen/action-callbacks.c,
16168         plugins/class-gen/anjuta-class-gen-plugin.glade,
16169         plugins/class-gen/class_gen.c,
16170         plugins/class-gen/class_gen.h,
16171         plugins/class-gen/class_logo.xpm,
16172         plugins/class-gen/plugin.c: Create files without project
16173         being open. Add to project support. And other enhancements.
16175 2005-03-15  Adam Weinberger  <adamw@gnome.org>
16177         * anjuta.glade,
16178           plugins/debug-manager/utilities.c,
16179           plugins/file-loader/plugin.c,
16180           plugins/gdb/utilities.c,
16181           plugins/profile-default/plugin.c,
16182           plugins/project-import/project-import.c,
16183           src/anjuta-actions.h:
16184           Spelling/grammar fixes.
16186 2005-03-13  Naba Kumar  <naba@gnome.org>
16187         
16188         * plugins/editor/action-callbacks.c,
16189         plugins/editor/action-callbacks.h,
16190         plugins/editor/anjuta-document-manager.ui,
16191         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
16192         submenu. Moved menuitems from Format to View->Editor.
16193         
16194         * src/action-callbacks.c, src/action-callbacks.h,
16195         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
16196         layout and lock layout menus in View submenu. Get rid of
16197         Settings->Layout Manager menu.
16198         
16199         * plugins/project-import/anjuta-project-import.plugin.in:
16200         Fixed icon name
16202         * global-tags/Makefile.am,
16203         global-tags/create_global_tags.sh,
16204         plugins/editor/aneditor-autocomplete.cxx,
16205         plugins/editor/aneditor-priv.h,
16206         plugins/editor/aneditor.cxx,
16207         tagmanager/tm_workspace.c: Fixed scope members autocompletion
16208         in editor and made it work in global symbols also.
16209         
16210         * src/anjuta-app.c: Always use priority texts besides icons style
16211         for toolbars, because other styles look horible for Anjuta (fixme).
16213 2005-03-11  Naba Kumar  <naba@gnome.org>
16215         * configure.in: Removed test for iconv.
16217         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
16218         before scintilla widget is realized.
16219         
16220         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
16221         for Update menuitem.
16222         
16223         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
16224         already applied in scintilla main stream.
16225         
16226         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
16227         and notified scintilla developer.
16228         
16229 2005-03-10  Naba Kumar  <naba@gnome.org>
16231         * src/action-callbacks.c: Removed reference to src/help.h (dead
16232         file).
16234         * plugins/editor/text_editor.c: Removed reference to
16235         src/launcher.h (a dead file).
16237         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
16238         src/controls.c, src/controls.h, src/fileselection.c,
16239         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
16240         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
16241         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
16242         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
16243         src/session.h, src/support.c, src/support.h, src/toolbar.c,
16244         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
16245         Removed these dead files from CVS.
16248 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16250         * plugins/file-wizard/action-callbacks.c : Added error message.
16251         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16254 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
16255         
16256         * plugins/cvs-plugin/cvs-callbacks.c
16257         plugins/cvs-plugin/plugin.c:
16258         Fixed preferences page init and busy handling
16259         
16260         * plugins/subversion/plugin.c:
16261         Fixed preferences page init
16263 2005-03-09  Naba Kumar  <naba@gnome.org>
16265         * plugins/Makefile.am, plugins/glade/Makefile.am,
16266         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16267         enabled glade plugin in Anjuta. The plugin is built only when
16268         glade3 is installed.
16269         
16270 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16272         * plugins/project-wizard/templates/java.wiz
16273         plugins/project-wizard/templates/java-logo.png (*)
16274         plugins/project-wizard/templates/java/*
16275         plugins/project-wizard/templates/Makefile.am
16276         configure.in:
16277         
16278         Add Java project type. It generates a autoconf/automake
16279         project which is compiled using gcj. It requires automake 
16280         > 1.4 (1.9 is known to work) to work!
16281         
16282         (*) still awaiting response from the gcj team if we
16283         may use their logo.
16284         
16285 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16286         
16287         * plugins/project-import/*
16288         plugins/Makefile.am
16289         configure.in:
16290         Added project import plugin. Might be a bit buggy and limited
16291         but works for now.
16292         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16293         Icon from old pixmaps dir
16295 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16297         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16298         plugins/macro/macro-util.c, plugins/macro/macros.xml :
16299         Added C Custom_Indent line macro.
16300         Cleaned macros.xml
16302 2005-03-09  Naba Kumar  <naba@gnome.org>
16304         * TODO.tasks: Added new message-manager tasks.
16305         
16306         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16307         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16308         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16309         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16310         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16311         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16312         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16313         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16314         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16315         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16316         
16317         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16318         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16319         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16320         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16321         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16322         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16323         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16324         Removed debugger widgets from shell on debugger shutdown. Added
16325         scrolled windows for docked widgets. Removed unnecessary widget refs
16326         and unrefs. Destroy widgets correctly on debugger shutdown.
16327         
16328         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16329         with project description title. Removed frame shadow.
16330         
16331         * plugins/project-wizard/druid.c: Initializes tooltips.
16332         
16333         * scintilla/Makefile.am: Fixed comiple error.
16335 2005-03-08  Adam Weinberger  <adamw@gnome.org>
16337         * plugins/class-gen/anjuta-class-gen-plugin.glade,
16338           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16340 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16342         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16343         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16344         plugins/macro/macro-util.c, plugins/macro/macro-util.h
16345         plugins/macro/macros.xml, plugins/macro/plugin.c :
16346         Moved cursor at the '|' position defined in macros.
16348 2005-03-07  Naba Kumar  <naba@gnome.org>
16350         * plugins/subversion/Makefile.am: Fixed build error.
16352         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16353         types (perl, python, shellscript).
16354         
16355         * plugins/editor/plugin.c: Fixed to show all highlight options.
16356         
16357 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16359         * TODO.tasks : updated tasks.
16360         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16362 2005-03-07  Naba Kumar  <naba@gnome.org>
16364         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16365         or disable subversion file-manager submenu. If "Subvesion" is also
16366         valid directory, we should also check for it.
16368         * configure.in: Disable cygwin macro until someone fixes the
16369         autoconf warnings.
16370         
16371         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16372         backward compatibility.
16373         
16374 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16376         * src/about.c : Cleaned code.
16377         * plugins/macro/macros.xml : Added "do_while" C macro.
16378         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16379         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
16380         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16381         Closed registers, shared libraries, kernel signals dialogs with ESC key.
16382         
16383 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16385         * plugins/class-gen/plugin.c:
16386         Removed "return" to activate project_root_uri watching.
16388 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16390         * plugins/Makefile.am
16391         plugins/subversion/*:
16392         Added subversion plugin. Add, Remove, Commit and Update work
16393         everything else needs work.
16394         
16395         * plugins/terminal/terminal.c
16396         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16397         we still have focus problems with the editor.
16399 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16401         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16402         
16403 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16405         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16407 2005-03-04  Naba Kumar  <naba@gnome.org>
16409         Patch from Massimo Cora' <maxcvs@email.it>:
16411         * plugins/class-gen/Makefile.am,
16412         plugins/class-gen/action-callbacks.c,
16413         plugins/class-gen/action-callbacks.h,
16414         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16415         plugins/class-gen/anjuta-class-gen.plugin.in,
16416         plugins/class-gen/class_gen.c,
16417         plugins/class-gen/class_gen.h,
16418         (removed) plugins/class-gen/clsGen.c,
16419         (added) plugins/class-gen/goc_template_header,
16420         (added) plugins/class-gen/goc_template_source,
16421         plugins/class-gen/plugin.c,
16422         plugins/class-gen/plugin.h: Refactored class gen code.
16423         Added GOCBuilder code. Fixed UI. Implemented plugin.
16425 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16427         * plugins/project-wizard/property.c
16428         plugins/project-wizard/install.c
16429         plugins/project-wizard/druid.c
16430         plugins/editor/goto_line.c
16431         plugins/editor/plugin.c
16432         plugins/gtodo/add_edit_item.c
16433         plugins/gtodo/ligtodo.c
16434         plugins/gtodo/main.c
16435         plugins/gtodo/preferences.c:
16436         Fixed #167559, #167534, #167266, #167357
16437         (Bad English in strings...)
16438         
16439         Thanks to Adam Weinberger and Thierry Moisan for
16440         reporting!
16442 2005-03-03  Naba Kumar  <naba@gnome.org>
16444         * libegg/Makefile.am, libegg/menu/Makefile.am,
16445         (added) libegg/egg-submenu-action.c,
16446         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16447         submenu (used for wizard listing).
16448         
16449         * plugins/file-loader/anjuta-loader-plugin.ui
16450         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16451         and toolbar.
16452         
16453         * plugins/editor/action-callbacks.c,
16454         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16455         ctrl+tabbing because it was interfaring with focus navigation.
16456         Focus editor on "Esc" in incremental search entry. Cleanups.
16457         
16458         * plugins/file-manager/an_file_view.c,
16459         plugins/symbol-browser/plugin.c,
16460         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16461         Cleanups.
16462         
16463         * plugins/profile-default/plugin.c,
16464         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16465         for sesssion load.
16466         
16467         * (removed) scintilla/patches/a64-crash-fix.patch,
16468         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16469         scintilla patches.
16471 2005-03-03  Naba Kumar  <naba@gnome.org>
16473         * HACKING: Fixed typos.
16474         
16475         * plugins/editor/aneditor-indent.cxx: Clean up.
16476         
16477         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16478         Enable/disable save, undo and redo actions depending on state
16479         of the editor.
16480         
16481 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16483         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16484         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16485         Displayed search_incremental status.
16487         * Removed plugins/editor/search_incremental.[ch]
16489 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16490         
16491         * plugins/cvs-plugin/cvs-execute.c
16492         plugins/cvs-plugin/cvs-callbacks.c:
16493         - Use weak reference on mesg_view and reuse tab if
16494         it still exists to avoid cluttering message manager.
16495         - Fixed bug in cvs remove
16496         
16497         README, HACKING: Updated
16498         
16499         configure.in: Added check for libsvn
16501 2005-02-29  Naba Kumar  <naba@gnome.org>
16502         
16503         * plugins/file-manager/an_file_view.c,
16504         plugins/symbol-browser/an_symbol_view.c,
16505         plugins/symbol-browser/plugin.c: Hide column headers (they
16506         are redundant).
16508 2005-02-29  Naba Kumar  <naba@gnome.org>
16510         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16511         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16512         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16513         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16514         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16515         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16516         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16517         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16518         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16519         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16521         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16522         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16523         (added) libanjuta/anjuta-session.[hc],
16524         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16525         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16526         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16527         src/main.c:
16528         
16529         Implemented session management. Implemented session
16530         container class. Added session notifications from shell. Implemented
16531         session save/load in editor, file-loader, default-profile-plugin
16532         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16533         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16534         and maximized states in session. Implemented project session
16535         management.
16537 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16539         * plugins/class-gen/action-callbacks.[ch],
16540         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16541         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16542         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16543         with Escape key.
16545 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16546         
16547         * plugins/project-wizard/anjuta-project-wizard.glade,
16548         plugins/project-wizard/druid.c:
16549         Add some padding in tab label in project selection page
16550         
16551         * plugins/project-wizard/druid.c,
16552         plugins/project-wizard/parser.c:
16553         Search for project template recursively
16554         Add ~/.anjuta/project to the search paths
16556 2005-02-26  Naba Kumar  <naba@gnome.org>
16558         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16559         * plugins/file-loader/plugin.c: Fixed crash bug.
16560         * libanjuta/plugins.c: Fixed memory leak.
16561         
16562 2005-02-26  Naba Kumar  <naba@gnome.org>
16563         
16564         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16565         "UserActivatable" attribute for plugins. This attribute if set to
16566         "no" will prevent users from activating/deactivating it from
16567         plugins dialog. Added a toggle button in plugins dialog to toggle
16568         the plugins list between list of activatable plugins (default) to
16569         list of all plugins. anjuta_plugin_select() now only selects the
16570         plugin. Added anjuta_plugins_select_and_activate() method that will
16571         select and activate it.
16572         
16573         * plugins/profile-default/Makefile.am,
16574         plugins/profile-default/anjuta-default-profile.ui,
16575         plugins/profile-default/plugin.c,
16576         plugins/profile-default/plugin.h,
16577         plugins/project-manager/anjuta-project-manager.ui,
16578         plugins/project-manager/plugin.c,
16579         plugins/project-manager/plugin.h:
16580         
16581         Anjuta projects (*.anjuta) files define the profile of respective
16582         projects. Profile is a set of related plugins required for the
16583         project to open. Moved "close project" action from Project Manager
16584         to Profile Manager plugin. Implemented loading and unloading of
16585         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16586         (instead of Project Manager) now handles opening of *.anjuta files.
16587         Close Project menuitem is now moved to File submenu (being
16588         consistent with Anjuta 1.x versions and avoiding creating Project
16589         submenu when project manager is not loaded).
16590         
16591         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16592         
16593         * src/anjuta.ui: Fixed place holder for projects.
16594         
16595         * (new) plugins/profile-default/default.anjuta: default startup
16596         profile. Removed the hardcoded plugins loading in
16597         DefaultProfilePlugin.
16599         * anjuta.anjuta,
16600         plugins/project-wizard/templates/terminal/project.anjuta:
16601         Implemented project format in newly created projects.
16603         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16604         plugins/class-gen/anjuta-class-gen.plugin.in,
16605         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16606         plugins/editor/anjuta-document-manager.plugin.in,
16607         plugins/file-loader/anjuta-loader.plugin.in,
16608         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16609         plugins/gdb/anjuta-gdb.plugin.in,
16610         plugins/glade/anjuta-glade.plugin.in,
16611         plugins/message-view/anjuta-message-manager.plugin.in,
16612         plugins/profile-default/anjuta-default-profile.plugin.in,
16613         plugins/project-manager/anjuta-project-manager.plugin.in,
16614         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16615         Defined UserActivatable attributes. Added supported types attribute.
16617         * plugins/project-wizard/anjuta-project-wizard.glade
16618         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16619         "Project Wizard" in preferences title.
16621         * TODO.tasks: Updated.
16622         
16623         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16624         Updated.
16625         
16626 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16628         * plugins/file-wizard/anjuta-file-wizard.glade
16629         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16630         
16631         Integrated License macros, cleaned file.c.
16632         
16633 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16634         
16635         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16636         username can not be found correctly.
16638 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16640         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16641         plugins/macro/macros.xml :
16642         
16643         Added Headers macros. Cleaned file.c
16645 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16647         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16648         plugins/macro/macros.xml :
16649         
16650         Fixed a bug. Added Header macro.
16652         
16653 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16655         * plugins/file-wizard/action-callbacks.c, 
16656         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16657         plugins/macro/macros.xml :
16658         
16659         Added FileName, Header template macros.
16660         
16661 2005-02-24  Naba Kumar  <naba@gnome.org>
16662         
16663         * plugins/patch/patch-plugin.c: Fixed a function call.
16664         
16665         * src/anjuta.c, src/main.c: Save and load default session.
16666         
16667 2005-02-24  Naba Kumar  <naba@gnome.org>
16669         * libanjuta/interfaces/libanjuta.idl,
16670         plugins/message-view/anjuta-msgman.c,
16671         plugins/message-view/anjuta-msgman.h,
16672         plugins/message-view/plugin.c: Added and implemented
16673         set_view_title() method.
16674         
16675         * plugins/build-basic-autotools/build-basic-autotools.c,
16676         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16677         build context pooling. Maximum 3 contexts are reused. Additional
16678         contexts are created when all are busy.
16680 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16682         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16683         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16684         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16685         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16687         Added Copyright, Changelog macros.
16688                 
16689 2005-02-23  Naba Kumar  <naba@gnome.org>
16691         Patch from Massimo Cora' <maxcvs@email.it>:
16692         * plugins/Makefile.am,
16693         plugins/patch/Makefile.am,
16694         (added) plugins/patch/anjuta-patch-plugin.png,
16695         (added) plugins/patch/anjuta-patch.plugin.in,
16696         (added) plugins/patch/anjuta-patch.ui,
16697         plugins/patch/patch-plugin.c,
16698         (added) plugins/patch/patch-plugin.h,
16699         (added) plugins/patch/plugin.c,
16700         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16701         architecture.
16703 2005-02-23  Naba Kumar  <naba@gnome.org>
16705         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16706         file-loader/plugin.c, profile-default/plugin.c:
16707         Implemented "activated" and "deactivated" signals for plugin class.
16708         Renamed *_location() functions to *_id(), because location is
16709         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16710         anjuta_plugins_unload_plugin().
16711         
16712         * class-gen/plugin.c: Fixed complier warning and utility function call.
16713         
16714         * debug-manager/plugin.c: Unload debugger plugin correctly.
16715         
16716         * project-manager/plugin.c:     Fixed compiler warnings.
16717         
16718         * plugins/project-wizard/templates/gnome/.cvsignore,
16719         plugins/project-wizard/templates/gnome/po/.cvsignore,
16720         plugins/project-wizard/templates/gnome/src/.cvsignore,
16721         plugins/project-wizard/templates/gtk/po/.cvsignore,
16722         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16723         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16724         
16725         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16726         build (we need to fix this thing).
16727         
16728 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16730         * plugins/macro/macro-action.[ch]
16731         plugins/macro/macro-edit.c
16732         plugins/macro/macro-dialog.c
16733         plugins/macro/macro-db.[ch]
16734         plugins/macro/plugin.[ch]
16735         plugins/macro/macro-util.[ch] (added)
16736         
16737         Cleaned up macro plugin and preview expanded macros.
16739 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16741         * plugins/cvs-plugin/cvs-interface.c:
16743         Fixed option setting when using no compression and not 
16744         ignoring .cvsrc
16746 2005-02-23  Naba Kumar  <naba@gnome.org>
16747         
16748         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16749         geometry on exit and startup (only if there is no geometry from the
16750         session).
16752         * TODO.tasks: Updated.
16753         
16754         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16755         
16756         * manuals/reference/libanjuta/Makefile.am,
16757         manuals/reference/libanjuta/libanjuta-docs.sgml,
16758         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16759         documentation for writing project templates.
16761 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16763         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16764         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16765         
16766         Expansion keywords in macros. 
16768 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16770         * plugins/file-wizard/action-callbacks.c,
16771         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16772         plugins/macro/macros.xml :
16773         
16774         Inserting text by macro plugin
16775         In progress ...
16777 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16779         * plugins/macro/plugin.c
16780         plugins/cvs-plugin/plugin.c:
16781         
16782         Fixed interfaces (use static)
16784 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16785         
16786         * plugins/macro/macro-actions.[ch]
16787         plugins/macro/plugin.c
16788         libanjuta/interfaces/libanjuta.idl:
16789         
16790         Implemented IAnjutaMacro interface to be used by file-wizard
16791         
16792         * plugins/cvs-plugin/plugin.c
16793         libanjuta/interfaces/libanjuta.idl:
16794         
16795         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16796         for all version control systems and not only for cvs.
16798 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16800         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16801         insert_macro.
16802         
16803         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16806 2005-02-21  Naba Kumar  <naba@gnome.org>
16808         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16809         IAnjutaDebugger interface.
16810         
16811         * plugins/debug-manager/anjuta-debug-manager.ui,
16812         plugins/debug-manager/attach_process.c,
16813         plugins/debug-manager/attach_process.h,
16814         plugins/debug-manager/plugin.c,
16815         plugins/debug-manager/plugin.h,
16816         plugins/gdb/actions.c,
16817         plugins/gdb/actions.h,
16818         plugins/gdb/anjuta-gdb-plugin.ui,
16819         plugins/gdb/breakpoints.c,
16820         plugins/gdb/breakpoints.h,
16821         plugins/gdb/debugger.c,
16822         plugins/gdb/debugger.h,
16823         plugins/gdb/memory.c,
16824         plugins/gdb/plugin.c,
16825         plugins/gdb/plugin.h,
16826         plugins/gdb/sharedlib.h,
16827         plugins/gdb/sharedlib_cbs.c,
16828         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16829         correctly between debug-manager and debugger. Implemented debugger
16830         interface in gdb plugin. Fixed action names. Added UI updating.
16831         Start and stop debugger (does not work yet). Fixed UI merging.
16832         Fixed debugger plugin handling in debug-manager.
16834 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16836         * plugins/editor/aneditor-autocomplete.cxx:
16837         
16838         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16839         crash with C++ "template" keyword.
16841 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16843         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16844         Fixed bug (Closed macro dialogs with Esc key).
16845         
16846 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16847         
16848         * plugins/project-wizard/xlib.wiz,
16849         plugins/project-wizard/xlib-logo.png,
16850         plugins/project-wizard/xlib/*:
16851         Port old xlib anjuta project on new project wizard
16852         
16853         * plugins/project-wizard/xlib-dock.wiz,
16854         plugins/project-wizard/xlib-dock/*:
16855         Port old xlib dock anjuta project on new project wizard
16856         
16857         * plugins/project-wizard/wxwin.wiz,
16858         plugins/project-wizard/wxwin-logo.png,
16859         plugins/project-wizard/wxwin/*:
16860         Port old wxwin anjuta project on new project wizard
16861         
16862         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16863         necessary changes for the new templates.
16864         
16865 2005-02-18  Naba Kumar  <naba@gnome.org>
16867         * plugins/Makefile.am: Added class-gen
16868         
16869 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16871         * plugins/project-wizard/header.c:
16872         Fix a bug in sorting of project categories
16874 2005-02-18  Naba Kumar  <naba@gnome.org>
16876         Patch from Massimo Cora  <maxcvs@email.it>:
16877         
16878         * plugins/class-gen/.cvsignore,
16879         plugins/class-gen/Makefile.am,
16880         (added) plugins/class-gen/action-callbacks.c,
16881         (added) plugins/class-gen/action-callbacks.h,
16882         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16883         (added) plugins/class-gen/class_gen.c,
16884         (added) plugins/class-gen/class_gen.h,
16885         (added) plugins/class-gen/plugin.c,
16886         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16887         new architecture.
16888         
16889         * plugins/project-manager/plugin.c: implemented add_source().
16891 2005-02-17  Naba Kumar  <naba@gnome.org>
16893         * plugins/file-loader/plugin.c: Fixed possible crash.
16894         
16895         * src/action-callbacks.c, src/action-callbacks.h,
16896         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16898 2005-02-17  Naba Kumar  <naba@gnome.org>
16899         
16900         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16901         plugins/project-wizard/templates/gnome.wiz,
16902         plugins/project-wizard/templates/gtk.wiz,
16903         plugins/project-wizard/templates/gtkmm.wiz,
16904         plugins/project-wizard/templates/terminal.wiz,
16905         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16906         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16907         plugins/project-wizard/templates/gnome/src/callbacks.c,
16908         plugins/project-wizard/templates/gnome/src/callbacks.h,
16909         plugins/project-wizard/templates/gnome/src/main.c,
16910         plugins/project-wizard/templates/gtk/src/callbacks.c,
16911         plugins/project-wizard/templates/gtk/src/callbacks.h,
16912         plugins/project-wizard/templates/gtk/src/main.c,
16913         plugins/project-wizard/templates/gtkmm/src/main.cc,
16914         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16915         to generate licence correctly (without any extra newlines). Removed
16916         IncludeGNUHeader macro definition and added proper licence property.
16917         Fixed project directory paths in file contents.
16919 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16921         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16922         Closed macro dialogs with Esc key.
16924 2005-02-16  Naba Kumar  <naba@gnome.org>
16926         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16927         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16928         plugins/project-wizard/templates/gnome/src/callbacks.c,
16929         plugins/project-wizard/templates/gnome/src/callbacks.h,
16930         plugins/project-wizard/templates/gnome/src/main.c,
16931         plugins/project-wizard/templates/gtk/src/main.c,
16932         plugins/project-wizard/templates/gtkmm/src/main.cc,
16933         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16934         macros to avoid blank newlines.
16936 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16938         * plugins/project-wizard/autogen.c:
16939         Correct a problem when having property value in UTF-8
16941         * plugins/project-wizard/druid.c:
16942         Correct a bug when reselecting a new project (all pages
16943         must be removed)
16945         * plugins/project-wizard/property.c:
16946         Avoid having default invalid properties
16948         * plugins/project-wizard/templates/terminal.wiz,
16949         plugins/project-wizard/templates/terminal/po/ChangeLog,
16950         plugins/project-wizard/templates/terminal/src/main.c:
16951         Remove command for testing run function
16952         Move destination directory to second page and include
16953         project name. Add exist tag. Remove unused properties.
16955 2005-02-16  Naba Kumar  <naba@gnome.org>
16957         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16958         plugins/debug-manager/anjuta-debug-manager.ui,
16959         plugins/debug-manager/plugin.c,
16960         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16961         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16962         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16963         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16964         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16965         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16966         (removed) src/anjuta_info.c,
16967         (removed) src/anjuta_info.h,
16968         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16969         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16970         (added) plugins/gdb/actions.c,
16971         (added) plugins/gdb/actions.h: Completed initial
16972         porting of debugger to new architecture. Fixed many of the debugger
16973         functions.
16975         * plugins/file-loader/plugin.c: Detect some important mime ourself
16976         to avoid inconsistencies when mime system isn't working.
16977         
16978 2005-02-16  Naba Kumar  <naba@gnome.org>
16980         * plugins/editor/Makefile.am,
16981         (added) plugins/editor/aneditor-autocomplete.cxx,
16982         (added) plugins/editor/aneditor-calltip.cxx,
16983         (added) plugins/editor/aneditor-indent.cxx,
16984         (added) plugins/editor/aneditor-priv.h,
16985         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16986         different smaller chunks to make it easy to maintain.
16988 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16990         * plugins/project-wizard/druid.c :
16991         
16992         Found system Email address if not defined in Preferences.
16994 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16995         
16996         * plugins/project-wizard/gtkmm.wiz
16997         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16998         plugins/project-wizard/gtkmm/*
16999         
17000         Added GTKmm (C++) project type
17002 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
17004         * plugins/message-view/plugin.c
17005         plugins/message-view/message-view.c
17006         TODO.gtodo:
17007         Implemented next/prev action
17009 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17011         * plugins/project-wizard/templates/libglade2.* :
17012         Removed libglade2 project.
17013         
17014         * plugins/project-wizard/templates/gtk* :
17015         Removed interface.[ch] & support.[ch].
17016         
17017 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17019         * plugins/project-wizard/anjuta-project-wizard.glade,
17020         plugins/project-wizard/property.[ch],
17021         plugins/project-wizard/templates/anjuta-plugin.wiz :
17022         Added a new property ("iconfile").
17024 2005-02-14  Naba Kumar  <naba@gnome.org>
17026         * plugins/project-wizard/install.c,
17027         plugins/project-wizard/plugin.c,
17028         plugins/project-wizard/templates/anjuta-plugin.wiz,
17029         plugins/project-wizard/templates/gnome.wiz,
17030         plugins/project-wizard/templates/gtk.wiz,
17031         plugins/project-wizard/templates/libglade2.wiz,
17032         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
17033         newly created projects and open them. Fixed message buffering in
17034         wizard.
17036 2005-02-14  Naba Kumar  <naba@gnome.org>
17038         * src/about.c, pixmaps/Makefile.am,
17039         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
17040         
17041         * mime/gnome-mime-application-x-anjuta.png,
17042         pixmaps/anjuta_icon.png,
17043         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
17044         done by 9-speed at:
17045         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
17046         
17047 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17049         * configure.in,
17050         plugins/project-wizard/templates/libglade2-logo.png,
17051         plugins/project-wizard/templates/libglade2.wiz,
17052         plugins/project-wizard/templates/libglade2/* :
17053         Add Glade2 project
17056 2005-02-14  Naba Kumar  <naba@gnome.org>
17058         * TODO.tasks: Updated.
17059         
17060         * plugins/editor/anjuta-docman.c,
17061         plugins/editor/text_editor.c,
17062         plugins/editor/text_editor.h,
17063         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
17064         for file modification, but it is still not functioning.
17066 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
17068         * plugins/project-wizard/values.c,
17069         plugins/project-wizard/values.h,
17070         plugins/project-wizard/property.c,
17071         plugins/project-wizard/property.h,
17072         plugins/project-wizard/druid.c:
17073         Rewrite mandatory property check
17074         Add check of exist property
17075         Rewrite handling of cached property page
17077 2005-02-13  Naba Kumar  <naba@gnome.org>
17079         Patch from Igor Kovalenko  <garrison@mail.ru>:
17080         * tagmanager/tm_workspace.c: Improved performance.
17082 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17084         *plugins/project-wizard/templates/*.wiz,
17085         plugins/project-wizard/druid.c,
17086         plugins/project-wizard/templates/terminal/src/main.c,
17087         plugins/project-wizard/templates/gtk/src/*.[ch],
17088         plugins/project-wizard/templates/gtk/src/Makefile.am,
17089         plugins/project-wizard/templates/gnome/src/*.[ch],
17090         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
17091         Add Copyright date & Email address,
17092         Correct terminal project.
17093         
17094 2005-02-12  Naba Kumar  <naba@gnome.org>
17096         * plugins/project-wizard/property.c: Fixed hidden
17097         properties to take values.
17099         * plugins/project-wizard/file.[ch]: Renamed
17100         true/false enum values to fix compile error
17101         (conflict with other definition).
17102         
17103         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
17104         even when mime type detection fails (for example, when Anjuta is
17105         installed in non-system prefix).
17107 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
17109         * plugins/project-wizard/values.c,
17110         plugins/project-wizard/values.h:
17111         Rewrite file with more comments
17113         * plugins/project-wizard/druid.c,
17114         plugins/project-wizard/druid.h,
17115         plugins/project-wizard/autogen.c,
17116         plugins/project-wizard/autogen.h,
17117         plugins/project-wizard/druid.c,
17118         plugins/project-wizard/druid.h:
17119         Add more comments
17120         Use values instead of properties
17121         Move default properties to druid.c
17123         * plugins/project-wizard/install.c,
17124         plugins/project-wizard/install.h:
17125         Use values instead of properties
17126         Add a check to avoid overwriting files
17128         * plugins/project-wizard/parser.c,
17129         plugins/project-wizard/property.c,
17130         plugins/project-wizard/property.h:
17131         Update to use new values
17132         Add an "exist" attribute to check if a directory already exist
17134         * plugins/project-wizard/anjuta-project-wizard.glade:
17135         Change project selection page (GtkTextView => GtkLabel,
17136         GtkTable => GtkVBox)
17138         * plugins/project-wizard/templates/terminal.wiz:
17139         Move destination directory on second page
17140         
17141         * plugins/project-wizard/action.c:
17142         Add a few comments
17144 2005-02-12  Naba Kumar  <naba@gnome.org>
17146         * plugins/file-manager/an_file_view.c,
17147         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
17148         views. Created dynamic update date of view depending on project
17149         changes -- similar to file-manager view.
17150         
17151         * plugins/devhelp/plugin.c: Load help on idle.
17152         
17153         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
17154         autoformat' to proper location in preferences.
17155         
17156         * mime/anjuta.mime: Added .prj extension in the mime type for backward
17157         compatibility.
17158         
17159         * plugins/editor/plugin.c: Fixed accel name.
17161 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17163         *plugins/project-wizard/templates/anjuta-plugin.wiz,
17164         plugins/project-wizard/templates/gnome.wiz,
17165         plugins/project-wizard/templates/gtk.wiz,
17166         plugins/project-wizard/anjuta-project-wizard.glade,
17167         plugins/project-wizard/autogen.c:
17168         Add Username & Email address in Project preferences.
17170 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17172         *plugins/project-wizard/templates/gnome-logo.png,
17173         plugins/project-wizard/templates/gnome.wiz,
17174         plugins/project-wizard/templates/gnome/* :
17175         Add Gnome project
17177 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17179         * plugins/project-wizard/templates/terminal/src/main.c, 
17180         plugins/project-wizard/templates/terminal/src/main.c,
17181         plugins/project-wizard/templates/terminal/src/main.[ch] :
17182         Insert License in projects
17183         
17184 2005-02-11  Naba Kumar  <naba@gnome.org>
17186         * TODO.tasks: Added message manager task.
17187         
17188         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
17189         
17190         * plugins/editor/plugin.c: Use bookmark stock icons.
17191         
17192         * plugins/message-view/anjuta-message-manager.ui,
17193         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
17195 2005-02-10  Naba Kumar  <naba@gnome.org>
17197         * libanjuta/interfaces/libanjuta.idl: fixed build error.
17198         
17199 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17201         * global-tags/Makefile.am
17202         Error during 'make install'
17204 2005-02-09  Naba Kumar  <naba@gnome.org>
17206         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
17207         missing file.
17208         
17209 2005-02-08  Naba Kumar  <naba@gnome.org>
17211         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
17212         
17213         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
17214         Show busy cursur when updating global tags in preferences.
17216         * configure.in: Fixed.
17217         
17218 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17220         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
17221           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
17222          
17223         - Fixed anjuta-plugin project (glade)
17225 2005-02-08  Naba Kumar  <naba@gnome.org>
17227         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
17228         Fixed automatic indentations.
17230         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
17231         Global tags are now segregated into smaller api tags, which can be
17232         selectively loaded from symbol browser preferences.
17234         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
17235         Implemented IProjectManager interface in project-manager. Mostly getter
17236         methods for now, but need to add add() and remove() methods to add
17237         or remove project elements.
17239         * plugins/gdb/debug_tree.c: Small fix.
17241         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
17242         plugins/symbol-browser/an_symbol_info.c,
17243         plugins/symbol-browser/an_symbol_info.h,
17244         plugins/symbol-browser/an_symbol_search.c,
17245         plugins/symbol-browser/an_symbol_search.h,
17246         plugins/symbol-browser/an_symbol_view.c,
17247         plugins/symbol-browser/an_symbol_view.h,
17248         plugins/symbol-browser/plugin.c,
17249         plugins/symbol-browser/plugin.h,
17250         tagmanager/c.c,
17251         tagmanager/entry.h,
17252         tagmanager/tm_project.c,
17253         tagmanager/tm_symbol.c,
17254         tagmanager/tm_tag.c,
17255         tagmanager/tm_workspace.c,
17256         tagmanager/vstring.c,
17257         tagmanager/include/tm_tag.h,
17258         tagmanager/include/tm_workspace.h:
17259         
17260         - Fixed tagmanager parsing of source files to parse for typedefines and
17261         properly record element scopes. Implemented scope autocompletion
17262         (autocompletion on '.', '->', '::' and ':'. The functionality is not
17263         fully working. It was based on older patch for Anjuta 1.2.2 in SF
17264         patch list (author is unknown).
17265         - Implemented symbol-browser preferences for dynamically loading and
17266         saving tags API segments.
17267         - Fixed symbol-search to use tagmanager directly instead of depending
17268         on symbol-view for tags list.
17269         - Fixed symbol-view to create the tree using TMSymbol tree directly.
17270         - Fixed TMSymbol to create the complete tags tree instead of letting the
17271         symbol-view created the root nodes.
17272         - Changed project tags cache name to .tm_project2.cache because the
17273         newer format records additional scope information.
17274         
17275 2005-02-07  Naba Kumar  <naba@gnome.org>
17277         * plugins/editor/style-editor.c,
17278         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17279         and GtkFontButton instead of deprecated widgets in
17280         style editor.
17281         
17282 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
17284         * plugins/project-wizard/action.c,
17285         plugins/project-wizard/action.h,
17286         plugins/project-wizard/autogen.c,
17287         plugins/project-wizard/autogen.h,
17288         plugins/project-wizard/file.c,
17289         plugins/project-wizard/file.h,
17290         plugins/project-wizard/install.c,
17291         plugins/project-wizard/install.h,
17292         plugins/project-wizard/parser.h,
17293         plugins/project-wizard/parser.c,
17294         plugins/project-wizard/property.c,
17295         plugins/project-wizard/property.h,
17296         plugins/project-wizard/plugin.h,
17297         plugins/project-wizard/plugin.c,
17298         plugins/project-wizard/values.c,
17299         plugins/project-wizard/values.h:
17300         Replace C++ comments by C comments
17302         * plugins/project-wizard/autogen.c,
17303         plugins/project-wizard/autogen.h:
17304         Add a run time check of autogen version.
17305         Add UserName variable.
17307         * plugins/project-wizard/anjuta-project-wizard.glade,
17308         plugins/project-wizard/header.c,
17309         plugins/project-wizard/druid.c,
17310         plugins/project-wizard/druid.h:
17311         Sort project in alphabetic order.
17312         Correct selection troubles in notebooks.
17314         * plugins/project-wizard/parser.c:
17315         Add some check when reading the project header block.
17317 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17319         * plugins/project-wizard/action.c,
17320         plugins/project-wizard/action.h,
17321         plugins/project-wizard/autogen.c,
17322         plugins/project-wizard/autogen.h,
17323         plugins/project-wizard/file.c,
17324         plugins/project-wizard/file.h,
17325         plugins/project-wizard/install.c,
17326         plugins/project-wizard/parser.h,
17327         plugins/project-wizard/parser.c,
17328         plugins/project-wizard/property.c,
17329         plugins/project-wizard/property.h,
17330         plugins/project-wizard/values.c,
17331         plugins/project-wizard/values.h,
17332         Add a space between function name and open.
17334         * plugins/project-wizard/plugin.h,
17335         plugins/project-wizard/plugin.c,
17336         plugins/project-wizard/install.c,
17337         Avoid a crash if the user close the message view used by the .
17339         * plugins/project-wizard/anjuta-project-wizard,
17340         plugins/project-wizard/druid.c,
17341         plugins/project-wizard/druid.h,
17342         plugins/project-wizard/header.h,
17343         plugins/project-wizard/header.c,
17344         Add a text view with the description of each.
17345         Add a tab for each project.
17346         Replace some C++ comments to C comments.
17348 2005-02-05  Naba Kumar  <naba@gnome.org>
17350         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17351         New icon from Sebastien Granjoux .
17352         
17353 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17355         * libanjuta/anjuta-preferences.c:
17356         Set file property even without a focus out event (file selected 
17357         the browse dialog)
17359 2005-02-04  Naba Kumar  <naba@gnome.org>
17361         * plugins/glade/plugin.c: Fixed glade function calls.
17362         * configure.in: Fixed a typo.
17363         * TODO.tasks: Updated.
17365 2005-02-03  Naba Kumar  <naba@gnome.org>
17367         * plugins/project-manager/plugin.c: Fixed memory corruption.
17369         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17370         build error.
17371         
17372         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17373         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17374         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17375         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17377         * libanjuta/interfaces/libanjuta.idl,
17378         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17379         interface.
17380         
17381         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17383         Patch from Massimo Cora <maxcvs@email.it>:
17384         * plugins/editor/plugin.c: Fixed update UI for created buffers.
17385         
17386 2005-02-01  Naba Kumar  <naba@gnome.org>
17388         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17389         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17390         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17391         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17392         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17393         from sourceforge -- a64 crash fixes (correct typing for GType)
17394         and fixes compile errors in sun.
17396         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17397         paste (shift+insert) in terminal.
17399 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
17401         * configure.in: Add «nb» to ALL_LINGUAS.
17403 2005-02-01  Naba Kumar  <naba@gnome.org>
17405         * TODO.tasks, TODO: Updated todo tasks.
17406         
17407         * plugins/editor/anjuta-document-manager.glade: Improved search
17408         relace dialog.
17409         
17410         * TODO.tasks: Fixed xml format.
17411         
17412         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17413         work yet).
17414         
17415         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17416         cleanups.
17417         
17418         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17419         format during save (removed unwanted text nodes). Fixed scrollbars.
17421 2005-01-31  Naba Kumar  <naba@gnome.org>
17423         * libanjuta/interfaces/libanjuta.idl,
17424         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17425         Implemented append() method for IAnjutaEditor interface and fixed
17426         various bugs with text insertions (cvs diff and macro insertions).
17427         
17428         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17429         automatic indentation.
17430         
17431         * plugins/editor/action-callbacks.c,
17432         plugins/editor/action-callbacks.h,
17433         plugins/editor/anjuta-docman.c,
17434         plugins/editor/anjuta-document-manager.ui,
17435         plugins/editor/plugin.c,
17436         plugins/editor/text_editor.c,
17437         plugins/editor/text_editor.h,
17438         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17439         Fixed highlight issues.
17441         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17442         macro.
17443         
17444         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17446         * data/properties/*: Updated properties files from scite. Created
17447         styles.properties to override the scite styles.
17448         
17449         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17451         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17452         
17453 2005-01-30  Naba Kumar  <naba@gnome.org>
17455         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17456         unused definitions.
17457         
17458         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17459         
17460         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17461         plugins/editor/text_editor.c,
17462         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17463         fixed linuwidth preference setting, fixed insert text interface
17464         implementation. Improved automatice-indentation for cpp lexer.
17465         
17466         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17468 2005-01-29  Naba Kumar  <naba@gnome.org>
17470         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17471         option in update dialog as default. Improved import dialog. Sized
17472         log dialog.
17474         * configure.in: Fixed underquoted warning from autoconf.
17475         
17476         * plugins/editor/action-callbacks.c,
17477         plugins/editor/aneditor.cxx,
17478         plugins/editor/aneditor.h,
17479         plugins/editor/anjuta-document-manager.glade,
17480         plugins/editor/plugin.c,
17481         plugins/editor/plugin.h,
17482         plugins/editor/text_editor.c,
17483         plugins/editor/text_editor.h,
17484         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17485         for Editor and fixed all preferences syncronization and notifys for
17486         visible prefs (in editor preferences page).
17487         
17488         * plugins/file-loader/plugin.c: Load recent files on idle.
17490 2005-01-28  Naba Kumar  <naba@gnome.org>
17492         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17493         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17495         * plugins/editor/action-callbacks.c,
17496         plugins/editor/action-callbacks.h,
17497         plugins/editor/aneditor.cxx,
17498         plugins/editor/aneditor.h,
17499         plugins/editor/anjuta-document-manager.ui,
17500         plugins/editor/plugin.c,
17501         plugins/editor/text_editor.c,
17502         plugins/editor/text_editor.h,
17503         plugins/editor/text_editor_cbs.c,
17504         plugins/editor/text_editor_cbs.h,
17505         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17506         Text editor.
17508         Patch from Massimo Cora <maxcvs@email.it>:
17509         * plugins/editor/an_symbol_search.c,
17510         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17511         
17512 2005-01-27  Naba Kumar  <naba@gnome.org>
17513         
17514         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17515         minimum size request to 200.
17517         * plugins/symbol-browser/an_symbol_info.c,
17518         plugins/symbol-browser/an_symbol_info.h,
17519         plugins/symbol-browser/an_symbol_search.c,
17520         plugins/symbol-browser/an_symbol_search.h,
17521         plugins/symbol-browser/an_symbol_view.c,
17522         plugins/symbol-browser/an_symbol_view.h,
17523         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17524         pixbuf retrieval. Fixed runtime warning. Code clean up.
17526 2005-01-27  Naba Kumar  <naba@gnome.org>
17528         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17529         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17530         (new) plugins/glade/Makefile.am,
17531         (new) plugins/glade/anjuta-glade-plugin.png,
17532         (new) plugins/glade/anjuta-glade.plugin.in,
17533         (new) plugins/glade/anjuta-glade.ui,
17534         (new) plugins/glade/plugin.c,
17535         (new) plugins/glade/plugin.h,
17536         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17537         now until glade3 works properly.
17539         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17540         they are generated.
17541         
17542 2005-01-26  Naba Kumar  <naba@gnome.org>
17544         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17545         Added mime icon for anjuta projects.
17546         
17547         patch from Massimo Cora <maxcvs@email.it>:
17548         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17549         an_symbol_search.h, an_symbol_view.c, plugin.c:
17550         Fix/implement objects destroying/freeing.
17552 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17553         
17554         * src/action-callback.[ch], src/anjuta-actions.h:
17555         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17556         because it has not been updated for years and we know have a devhelp plugin
17557         which can do the job much better.
17558         * TODO.tasks: Updated done items
17560 2005-01-25  Naba Kumar  <naba@gnome.org>
17562         * autogen.sh: Fixed to generate interface files.
17564         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17565         session save filenames.
17566         
17567         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17568         
17569 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17571         * plugins/project-wizard/Makefile.am,
17572         plugins/project-wizard/install.c,
17573         plugins/project-wizard/install.h,
17574         plugins/project-wizard/parser.c,
17575         plugins/project-wizard/parser.h,
17576         plugins/project-wizard/templates/terminal.wiz:
17577         Add action list block in wizard template
17578         * plugins/project-wizard/file.c,
17579         plugins/project-wizard/autogen.c:
17580         Small fixes
17582 2005-01-23  Naba Kumar  <naba@gnome.org>
17584         * configure.in: Fixed build error.
17586 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17588         * plugins/project-wizard/druid.c,
17589         plugins/project-wizard/parser.c,
17590         plugins/project-wizard/property.c: Rewrite parser with
17591         better error handling
17593 2005-01-22  Naba Kumar  <naba@gnome.org>
17595         * plugins/symbol-browser/plugin.c: Changed c++ coments
17596         to c commnets and formated code to anjuta coding styles.
17597         
17598 2005-01-21  Naba Kumar  <naba@gnome.org>
17600         * configure.in, autogen.sh: Fixed build errors in newer automake.
17601         
17602         * plugins/editor/anjuta-docman.c: Do not emit change editor
17603         signal while in dispose.
17605         Patch from: Massimo Corà <maxcvs@email.it>
17606         * plugins/symbol-browser/Makefile.am,
17607         plugins/symbol-browser/an_symbol_view.c,
17608         plugins/symbol-browser/an_symbol_view.h,
17609         plugins/symbol-browser/plugin.c,
17610         plugins/symbol-browser/plugin.h,
17611         plugins/symbol-browser/test-symbol-browser.c,
17612         (new) plugins/symbol-browser/an_symbol_info.c,
17613         (new) plugins/symbol-browser/an_symbol_info.h,
17614         (new) plugins/symbol-browser/an_symbol_search.c,
17615         (new) plugins/symbol-browser/an_symbol_search.h:
17616         Added a cool real-time symbol-search-view in symbol browser.
17618 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17619         
17620         * plugin/macro/plugin.c
17621         plugin/macro/anjuta-macro-plugin.ui
17622         plugin/macro/macro-db.[ch]
17623         plugin/macro/macro-dialog.[ch]
17624         plugin/macro/macro-actions.[ch]
17625         plugin/macro/macro-edit.[ch]
17626         plugin/macro/plugin.[ch]:
17627         
17628         Implemented three menu items as Naba proposed:
17629         Edit->Macro->
17630                 Insert Macro: Pops of a border-less window to enter a shortcut
17631                 Add Macro: Same as Manage Macro => New
17632                 Manage Macros: Full-features macro dialog
17634 2005-01-20  Naba Kumar  <naba@gnome.org>
17636         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17637         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17638         libanjuta/anjuta-shell.h,
17639         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17640         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17641         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17642         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17643         src/main.c, src/shell.c: Implemented command line args processing
17644         and session management. Fixed geometry restoration.
17646 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17647         
17648         * plugins/macro/macro-db.c,
17649         plugins/macros.xml:
17650         Cleaned up XML interface and use attributes now for name, category and 
17651         shortcut. CDATA is used to avoid xml errors inside of macros.
17653 2005-01-19  Naba Kumar  <naba@gnome.org>
17655         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17657 2005-01-18  Naba Kumar  <naba@gnome.org>
17658         
17659         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17660         to work.
17662         * scintilla/*: Updated scintilla to current cvs and updated
17663         scintilla patches.
17664         
17665 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17666         
17667         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17668         plugins/cvs-plugin/cvs-actions.c:
17669         Added "Whole project" infrastructure but it does not
17670         work because I did not find a way to get the current project's
17671         root dir.
17673 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17675         * plugins/cvs-plugin/Makefile.am
17676         plugins/cvs-plugin/anjuta-cvs.plugin.in
17677         plugins/cvs-plugin/cvs-actions.c
17678         plugins/cvs-plugin/cvs-callbacks.c
17679         plugins/cvs-plugin/cvs-interface.[ch] (added)
17680         plugins/cvs-plugin/plugin.c:
17681         
17682         Added IAnjutaCVS interface and improved cvs plugin. There
17683         is still some work to do on cvs import and to add a current
17684         project toggle.
17686 2005-01-17  Naba Kumar  <naba@gnome.org>
17688         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17689         
17690         * configure.in: Fixed build errors.
17692         * data/Makefile.am,     (removed) data/README.stock_libs,
17693         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17694         (removed) data/header.c, (removed) data/stock_libs.anj,
17695         (removed) data/x-anjuta-project.desktop,
17696         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17698         * libanjuta/anjuta-plugin-description.c,
17699         libanjuta/anjuta-shell.c: Updated documentations.
17701         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17702         
17703         * libanjuta/anjuta-launcher.c,
17704         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17705         x86_64 systems.
17707 2005-01-17  Naba Kumar  <naba@gnome.org>
17708         
17709         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17710         plugins/project-wizard/templates/gtk.wiz,
17711         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17712         Updated templates to new format.
17713         
17714         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17715         * plugins/project-wizard/druid.c,
17716         plugins/project-wizard/parser.c,
17717         plugins/project-wizard/property.c,
17718         plugins/project-wizard/property.h,
17719         plugins/project-wizard/templates/terminal.wiz,
17720         plugins/project-wizard/templates/terminal/AUTHORS,
17721         plugins/project-wizard/templates/terminal/ChangeLog,
17722         plugins/project-wizard/templates/terminal/NEWS,
17723         plugins/project-wizard/templates/terminal/README,
17724         plugins/project-wizard/templates/terminal/project.anjuta,
17725         plugins/project-wizard/templates/terminal/src/main.c:
17726         Moveed code related to property types from druid.c and parser.c to 
17727         property.c. Changed tag from "<string ..." to
17728         "<property type="string..."     and so on. Rewrite parser
17729         (warning still in progress). Added list property. Changed
17730         terminal project to avoid using autogen on some file (much 
17731         faster) using the autogen attribute. Add a license list box in
17732         terminal project (just as an example). _label in item list is
17733         optional now.
17735 2005-01-16  Naba Kumar  <naba@gnome.org>
17737         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17738         plugins/edtior/anjuta-docman.c: Fixed build errors.
17739         
17740         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17741         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17742         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17743         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17744         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17745         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17746         libanjuta/resources.h,
17747         plugins/build-basic-autotools/build-basic-autotools.c,
17748         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17749         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17750         plugins/gtodo/plugin.c, src/Makefile.am,
17751         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17752         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17753         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17754         should be handled in respective plugins. Added API documentations.
17756         * libanjuta-docs.sgml, libanjuta-sections.txt,
17757         libanjuta.types,
17758         (added) tmpl/anjuta-debug.sgml,
17759         (added) tmpl/anjuta-launcher.sgml,
17760         tmpl/anjuta-plugin.sgml,
17761         tmpl/anjuta-preferences.sgml,
17762         tmpl/anjuta-shell.sgml,
17763         (added) tmpl/anjuta-status.sgml,
17764         (removed) tmpl/anjuta-stock.sgml,
17765         tmpl/anjuta-utils.sgml,
17766         (removed) tmpl/defaults.sgml,
17767         (removed) tmpl/fileselection.sgml,
17768         (removed) tmpl/gnomefilelist.sgml,
17769         tmpl/ianjuta-buildable.sgml,
17770         (added) tmpl/ianjuta-debugger-manager.sgml,
17771         (added) tmpl/ianjuta-debugger.sgml,
17772         tmpl/ianjuta-document-manager.sgml,
17773         tmpl/ianjuta-editor.sgml,
17774         tmpl/ianjuta-file.sgml,
17775         tmpl/ianjuta-loader.sgml,
17776         tmpl/ianjuta-markable.sgml,
17777         tmpl/ianjuta-message-view.sgml,
17778         (added) tmpl/ianjuta-project-manager.sgml,
17779         (added) tmpl/ianjuta-todo.sgml,
17780         (added) tmpl/ianjuta-wizard.sgml,
17781         tmpl/libanjuta-iface-marshallers.sgml,
17782         tmpl/libanjuta-unused.sgml,
17783         (removed) tmpl/pixmaps.sgml,
17784         tmpl/plugins.sgml,
17785         (removed) tmpl/properties.sgml,
17786         tmpl/resources.sgml: Updated API documentations.
17788 2005-01-15  Naba Kumar  <naba@gnome.org>
17790         * libanjuta/anjuta-launcher.c: Added API docs.
17791         
17792         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17793         plugins/project-wizard/templates/gtk.wiz,
17794         plugins/project-wizard/templates/terminal.wiz,
17795         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17796         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17797         plugins/project-wizard/templates/gtk/src/main.c,
17798         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17799         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17800         template files.
17802         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17803         * plugins/project-wizard/anjuta-project-wizard.glade,
17804         plugins/project-wizard/autogen.c,
17805         plugins/project-wizard/druid.c,
17806         plugins/project-wizard/druid.h,
17807         plugins/project-wizard/file.c,
17808         plugins/project-wizard/file.h,
17809         plugins/project-wizard/install.c,
17810         plugins/project-wizard/parser.c,
17811         plugins/project-wizard/plugin.c,
17812         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17813         setting the default project directory. Fix HIDDEN property, it's
17814         working but I think we could make this cleaner. Removed the
17815         copy of the string in mandatory_property. Add an optional autogen
17816         attribute, to force or avoid using autogen on some files, default
17817         without any attribute is autodetect.+ Replace the script tag with
17818         a normal file tag and an attribute execute.
17819         
17820 2005-01-14  Naba Kumar  <naba@gnome.org>
17822         * plugins/editor/action-callbacks.c,
17823         plugins/editor/search_incremental.c,
17824         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17825         works now.
17826         
17827         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17828         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17829         tabs.
17831 2005-01-12  Naba Kumar  <naba@gnome.org>
17833         * configure.in,
17834         plugins/project-wizard/templates/Makefile.am,
17835         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17836         plugins/project-wizard/templates/anjuta-plugin.wiz,
17837         (added) plugins/project-wizard/templates/gtk-logo.png,
17838         (added) plugins/project-wizard/templates/gtk.wiz,
17839         (added) plugins/project-wizard/templates/terminal-logo.png,
17840         plugins/project-wizard/templates/terminal.wiz,
17841         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17842         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17843         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17844         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17845         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17846         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17847         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17848         (added) plugins/project-wizard/templates/gtk/src/main.c,
17849         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17850         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17851         GTK+ project templated and fixed other templates. Updated template
17852         logos.
17854 2005-01-12  Naba Kumar  <naba@gnome.org>
17856         * plugins/macro/anjuta-macro.glade: Improved GUI.
17857         
17858 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17860         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17861         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17862         * plugins/cvs-plugin/cvs.[ch] (removed)
17863         Removed old unused files
17864         
17865         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17866         * plugins/cvs-plugin/cvs-actions.c
17867         * plugins/cvs-plugin/Makefile.am:
17868         Seperate callback functions for better error
17869         handling. Cleaned up code.
17870         
17871         * plugins/macro/macros.xml: removed corrupt cvs
17872         macros for now.
17874 2005-01-10  Naba Kumar  <naba@gnome.org>
17876         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17877         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17878         and leaks.
17880 2005-01-09  Naba Kumar  <naba@gnome.org>
17882         * libegg/egg-recent-action.c, libegg/test-actions.c,
17883         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17884         recent files models.
17885         
17886         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17887         two models -- one for projects and other for regular files and show
17888         both in recent files menu. Changed recent files group from "anjuta"
17889         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17890         when adding the URI in recent files.
17891         
17892         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17893         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17894         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17895         * plugins/macro/macros.xml: Fixed xml errors.
17897 2005-01-08  Naba Kumar  <naba@gnome.org>
17898         
17899         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17900         libegg/test-actions.c, libegg/menu/Makefile.am,
17901         libegg/menu/egg-recent-action.h: Added a new action for
17902         recent files.
17904         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17905         Fixed dispose. Cleanup.
17906         
17907         * plugins/file-loader/anjuta-loader-plugin.ui,
17908         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17909         Use the new action for recent files. Added recent files in
17910         toolbar.
17912         * plugins/project-wizard/druid.c: Show busy cursor and
17913         de-sensitize druid buttons during page change.
17914         
17915         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17916         * plugins/project-wizard/Makefile.am,
17917         plugins/project-wizard/druid.c,
17918         plugins/project-wizard/druid.h,
17919         plugins/project-wizard/install.c,
17920         plugins/project-wizard/plugin.c,
17921         plugins/project-wizard/plugin.h,
17922         plugins/project-wizard/property.c,
17923         plugins/project-wizard/property.h,
17924         (added) plugins/project-wizard/values.c,
17925         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17926         objects (in values.c and values.h) containing the values of all
17927         properties. The NPWProperty objects now keep their values in this
17928         object which is persistant for one activation of the plugin, so the
17929         user keeps all the values even if he goes backward. Used an anjuta
17930         message view to list all files copied by the project wizard.
17932 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17934         * plugins/macro/plugin.[ch],
17935         plugins/macro/macro-dialog.[ch]
17936         plugins/macro/macro-edit.[ch]
17937         plugins/macro/macro-db.[ch]
17938         plugins/macro/macro-actions.[ch]
17939         plugins/macro/anjuta-macro.plugin.in
17940         plugins/macro/anjuta-macro.glade
17941         plugins/macro/anjuta-macro.png
17942         plugins/macro/Makefile.am
17943         plugins/macro/macros.xml
17944         plugins/macro/anjuta-macro.ui (all added)
17945         configure.in
17946         plugins/Makefile.am:
17947         Added new macro plugins
17948         
17949         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17950         New icon
17951         
17952         * manuals/reference/template (removed)
17953         Removed old api reference
17954         
17955         * plugins/message-view/message-view.c:
17956         "Fixed" crash in on_row_deleted and added a
17957         comment that I cannot work this way. We will
17958         have to change everything a bit to avoid losing
17959         memory there.
17960         
17961         * plugins/text-editor/text_editor.c:
17962         Update line number width on file save
17965 2005-01-07  Naba Kumar  <naba@gnome.org>
17967         * plugins/project-wizard/anjuta-project-wizard.glade,
17968         plugins/project-wizard/druid.c,
17969         plugins/project-wizard/templates/anjuta-plugin.wiz,
17970         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17971         Display page description in bold. Fixed mandatory field check.
17973         * configure.in,
17974         libanjuta/libanjuta-1.0.pc.in,
17975         plugins/project-wizard/druid.c,
17976         plugins/project-wizard/parser.c,
17977         plugins/project-wizard/property.h,
17978         plugins/project-wizard/templates/anjuta-plugin.wiz,
17979         plugins/project-wizard/templates/terminal.wiz,
17980         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17981         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17982         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17983         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17984         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17985         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17986         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17987         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17988         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17989         plugins/project-wizard/templates/terminal/configure.in.tpl,
17990         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17991         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17992         a new property type -- hidden. Fixed terminal and anjuta-plugin
17993         project templates.
17995 2005-01-07  Naba Kumar  <naba@gnome.org>
17997         * templates/anjuta-plugin.wiz,
17998         templates/terminal.wiz,
17999         templates/terminal/Makefile.am.tpl,
18000         templates/terminal/autogen.sh,
18001         (Removed) templates/terminal/configure.ac.tpl,
18002         (Added) templates/.cvsignore,
18003         (Added) templates/Makefile.am,
18004         (Added) templates/anjuta-plugin/.cvsignore,
18005         (Added) templates/anjuta-plugin/Makefile.am,
18006         (Added) templates/anjuta-plugin/src/.cvsignore,
18007         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
18008         (Added) templates/terminal/.cvsignore,
18009         (Added) templates/terminal/Makefile.am,
18010         (Added) templates/terminal/configure.in.tpl,
18011         (Added) templates/terminal/po/.cvsignore,
18012         (Added) templates/terminal/po/ChangeLog,
18013         (Added) templates/terminal/po/Makefile.am,
18014         (Added) templates/terminal/po/POTFILES.in,
18015         (Added) templates/terminal/src/.cvsignore,
18016         (Added) templates/terminal/src/Makefile.am,
18017         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
18018         project wizard. Fixed configure/po/Makefile template errors.
18020 2005-01-06  Naba Kumar  <naba@gnome.org>
18022         * configure.in: Added project templates.
18023         * plugins/project-wizard/templates/*: Added to project and renamed
18024         Makefile.am and configure.in to Makefile.am and configure.ac respectively
18025         for the project templates (so that they do not conflict with autotools
18026         build. Created proper configure.ac.tpl and autogen.sh for project
18027         templates.
18028         
18029 2005-01-06  Naba Kumar  <naba@gnome.org>
18031         * plugins/project-wizard/anjuta-project-wizard.glade,
18032         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
18033         Fixed file list parsing and to take absolute file paths (for example,
18034         from an icon selected previously). Used toggle buttons for boolean
18035         properties. Check if all mandatory fields are given before going
18036         forward in the wizard. Use scrollable viewport for listing property
18037         widgets incase the list goes out of wizard's size. Added tooltips
18038         as descriptions of the property widgets. And other fixes.
18040         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
18041         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
18042         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
18043         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
18044         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
18045         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
18046         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
18047         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18048         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
18049         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18050         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18051         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
18052         Restructured template files.
18054 2005-01-06  Naba Kumar  <naba@gnome.org>
18056         * configure.in: Added check for autogen.
18057         
18058         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
18059         in dispose.
18060         
18061         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
18062         Do not emit changed signal when in dispose.
18064         * plugins/symbol-browser/plugin.c: Don't updated symbols when
18065         symbol-view widget has been destroyed.
18066         
18067         * src/anjuta-app.c: Set null to preference, status and ui object
18068         pointers when they are destroyed.
18070         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
18071         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
18072         Added boolean, integer and file property types.
18073         
18074         * plugins/project-wizard/Makefile.am,
18075         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
18076         project wizard templates.
18078 2005-01-04  Naba Kumar  <naba@gnome.org>
18080         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
18081         added widgets.
18082         
18083         * plugins/editor/aneditor.cxx,
18084         plugins/editor/anjuta-docman.c,
18085         plugins/editor/plugin.c,
18086         plugins/editor/text_editor.c:
18087         Removed unnecessary ref/unref of scintilla.
18088         
18089         * plugins/message-view/anjuta-msgman.c,
18090         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
18091         make close button similar to document manager.
18092         
18093         * plugins/project-manager/plugin.c,
18094         plugins/project-manager/plugin.h: Removed dead codes. Removed
18095         unnecessary ref/unref.
18096         
18097         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
18098         instead of hard refs.
18100 2005-01-03  Naba Kumar  <naba@gnome.org>
18102         * libanjuta/interfaces/libanjuta.idl: Added configure() and
18103         generate() methods for IAnjutaBuildable interface.
18105         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
18106         IAnjutaBuildable inteface.
18108         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
18109         to destroy build context when message view is destroyed.
18110         
18111         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
18112         a ref to it and unref in destructor. AnEditor class wants to be the
18113         owner of scintilla widget. Fixed compile warnings with signed/unsigned
18114         comparisions.
18115         
18116         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
18117         complicate the scene. Removed editor widget from AnjutaDocman when
18118         the widget is destroyed.
18119         
18120         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
18121         from shell. It will be removed from shell when the widget is destroyed.
18122         
18123         * plugins/editor/text_editor.c: Added debug codes to track object
18124         finalizations.
18126         * plugins/message-view/anjuta-msgman.c: Remove message view on
18127         widget destroy. Destroy message view on remove. Removed all views
18128         correctly.
18129         
18130         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
18131         from container.
18133 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18135         * plugins/file-wizard/action-callbacks.c,
18136         plugins/file-wizard/anjuta-file-wizard.glade,
18137         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
18138         Insert Licence, copyright, header template ...
18139         
18140 2005-01-02  Naba Kumar  <naba@gnome.org>
18142         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
18143         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
18144         anjuta_status_add_widget() to allow setting busy cursor on non
18145         toplevel windows.
18147         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
18149         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
18150         mime types to take text/source also.
18151         
18152         * plugins/editor/anjuta-docman.c,
18153         plugins/editor/anjuta-docman.h,
18154         plugins/editor/plugin.c,
18155         plugins/editor/text_editor.c,
18156         plugins/editor/text_editor.h,
18157         plugins/editor/text_editor_cbs.c: Listen for busy signal from
18158         AnjutaStatus and set busy cursor on editors.
18160         * plugins/file-loader/Makefile.am,
18161         plugins/file-loader/plugin.c,
18162         (added) plugins/file-loader/dnd.c,
18163         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
18165         * src/anjuta.c: Hide anjuta window before destruction.
18167         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
18168         * configure.in, plugins/Makefile.am,
18169         (removed) plugins/project-wizard/appwiz_page1.c,
18170         (removed) plugins/project-wizard/appwiz_page2.c,
18171         (removed) plugins/project-wizard/appwiz_page3.c,
18172         (removed) plugins/project-wizard/appwiz_page4.c,
18173         (removed) plugins/project-wizard/appwizard.c,
18174         (removed) plugins/project-wizard/appwizard.h,
18175         (removed) plugins/project-wizard/appwizard_cbs.c,
18176         (removed) plugins/project-wizard/appwizard_cbs.h,
18177         (removed) plugins/project-wizard/appwizard_gui.c,
18178         (removed) plugins/project-wizard/gnome_project.c,
18179         (removed) plugins/project-wizard/gnome_project.h,
18180         (removed) plugins/project-wizard/wizard_gui.c,
18181         (removed) plugins/project-wizard/wizard_gui.h,
18182         (added) plugins/project-wizard/.cvsignore,
18183         (added) plugins/project-wizard/Makefile.am,
18184         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
18185         (added) plugins/project-wizard/anjuta-project-wizard.glade,
18186         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
18187         (added) plugins/project-wizard/applogo.png,
18188         (added) plugins/project-wizard/appwizard.png,
18189         (added) plugins/project-wizard/autogen.c,
18190         (added) plugins/project-wizard/autogen.h,
18191         (added) plugins/project-wizard/druid.c,
18192         (added) plugins/project-wizard/druid.h,
18193         (added) plugins/project-wizard/file.c,
18194         (added) plugins/project-wizard/file.h,
18195         (added) plugins/project-wizard/header.c,
18196         (added) plugins/project-wizard/header.h,
18197         (added) plugins/project-wizard/install.c,
18198         (added) plugins/project-wizard/install.h,
18199         (added) plugins/project-wizard/parser.c,
18200         (added) plugins/project-wizard/parser.h,
18201         (added) plugins/project-wizard/plugin.c,
18202         (added) plugins/project-wizard/plugin.h,
18203         (added) plugins/project-wizard/property.c,
18204         (added) plugins/project-wizard/property.h: Removed old application-wizard
18205         codes and added new template based (autogen based) project wizard
18206         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
18208 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
18210         * plugins/cvs-plugin/plugin.c: Fixed crash bug
18211         * plugins/cvs-plugin/cvs-execute.c:
18212         Fix cvs_log which did not work because of some
18213         glade problem
18214         Patch from Mark R. Pariente <markpariente@cmu.edu>
18215         - Fix message highlighting
18217 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18218         
18219         * template/*,
18220         date/template/*,
18221         configure.in:
18222         Removed template stuff completly because we dicussed to implement
18223         a macro system for Edit->Insert Text
18225 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18226         
18227         * plugins/editor/aneditor.cxx,
18228         plugins/editor/text_editor.c:
18229         Set line number width dynamically
18230         * src/about.c:
18231         Prepered new GTK 2.6 about dialog
18233 2004-12-30  Naba Kumar  <naba@gnome.org>
18235         patch from: Massimo Corà  <maxcvs@email.it>
18236         * plugins/editor/aneditor.cxx: Highlights correct function
18237         argument in recursive calltips.
18239 2004-12-30  Naba Kumar  <naba@gnome.org>
18241         * plugins/symbol-browser/plugin.c,
18242         libanjuta/interfaces/libanjuta.idl,
18243         plugins/editor/text_editor.c: Fixed editor markers and added a new
18244         marker (BASIC) to indicate line numbers. Fixed symbol browser to
18245         mark the line visited.
18246         
18247         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18248         libegg/Makefile.am, libegg/eggcomboselect.c,
18249         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18250         widget for use with symbol view in toolbar.
18251         
18252         * plugins/cvs-plugin/anjuta-cvs.ui,
18253         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18254         placeholder for cvs plugin context menu in filemanager.
18255         
18256 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18257         
18258         * plugins/cvs-plugin/plugin.c:
18259         Show popup menu only if the file is contained in
18260         a directory containing a "CVS" directory
18262 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18263         
18264         * plugins/cvs-plugin/cvs-action.[ch],
18265         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18266         * plugins/cvs-plugin/anjuta-cvs.ui,
18267         * plugins/cvs-plugin/plugin.c:
18268         Implemented "Import"
18269         
18270         Patch from Mark R. Pariente <markpariente@cmu.edu>:
18271         Added right-click-menu for file-manager
18273 2004-12-26  Naba Kumar  <naba@gnome.org>
18275         * src/action-callbacks.c, src/action-callbacks.h,
18276         src/anjuta-actions.h, src/anjuta-app.c,
18277         src/anjuta.ui: Added fullscreen action.
18279         * plugins/cvs-plugin/cvs-actions.c,
18280         plugins/cvs-plugin/plugin.c,
18281         plugins/cvs-plugin/plugin.h: Watches current editor,
18282         project and file manager selection in plugin
18283         implementation.
18284         
18285 2004-12-26  Naba Kumar  <naba@gnome.org>
18287         * src/anjuta-app.c, src/anjuta.c, src/main.c,
18288         src/action-callbacks.c: Fixed app finalization. Added a
18289         command line arg --proper-shutdown (-p), which when set
18290         will release all plugins and their resources (this option
18291         is mainly for debugging).
18292         
18293         * plugins/file-loader/plugin.c: Fixed filename duplications
18294         in recent files history.
18295         
18296         * plugins/profile-default/plugin.c: Disabled problematic
18297         plugins for now to load at startup.
18298         
18299         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
18300         annoying debug prints.
18301         
18302 2004-12-23  Naba Kumar  <naba@gnome.org>
18304         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
18305         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18306         plugins/cvs-plugin/anjuta-cvs.ui,
18307         plugins/cvs-plugin/cvs-actions.c,
18308         plugins/cvs-plugin/cvs-actions.h,
18309         plugins/cvs-plugin/cvs-execute.c,
18310         plugins/cvs-plugin/cvs-execute.h,
18311         plugins/cvs-plugin/Makefile.am,
18312         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18313         Added cvs log command.
18315 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
18316         
18317         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
18318         default
18320 2004-12-20  Naba Kumar  <naba@gnome.org>
18322         patch from: Massimo Corà  <maxcvs@email.it>
18323         * plugins/editor/aneditor.cxx: Added recursive calltips.
18325 2004-12-20  Naba Kumar  <naba@gnome.org>
18326         
18327         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18328         Show busy cursor during loading and unloading.
18329         
18330 2004-12-19  Naba Kumar  <naba@gnome.org>
18332         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18333         memory leaks. Disabled debug print.
18335         * plugins/symbol-browser/an_symbol_view.c,
18336         plugins/symbol-browser/plugin.c,
18337         plugins/symbol-browser/plugin.h: Fixed loading and unloading
18338         problems. Creates SymbolView object every time when the
18339         plugin is activated.
18341         * plugins/project-manager/plugin.c: Close project when
18342         deactivating.
18343         
18344 2004-12-18  Naba Kumar  <naba@gnome.org>
18346         * po/POTFILES.in: Removed commented lines.
18347         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18348         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18349         * plugins/gdb/plugin.c: Fixed compile error.
18350         
18351         Patch from: Mark R. Pariente  <mark@demar.com.tr>
18352         * libegg/eggcellrendererkeys.c: Fixed compile error.
18353         
18354 2004-12-18  Naba Kumar  <naba@gnome.org>
18356         * plugins/file-loader/plugin.c: Fixed loading bug.
18357         
18358         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18359         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18360         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18361         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18362         and corruptions. Fixed loading and unloading of plugins.
18363         
18364 2004-12-17  Naba Kumar  <naba@gnome.org>
18365         
18366         * plugins/file-loader/Makefile.am,
18367         plugins/file-loader/plugin.c,
18368         plugins/project-manager/plugin.c: Fixed memory corruption
18369         and disposition codes. Added missing plugin.h in Makefile.am.
18371 2004-12-16  Naba Kumar  <naba@gnome.org>
18373         * plugins/symbol-browser/an_symbol_view.c,
18374         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18375         codes. Fixed memory leaks and corruptions.
18377         * plugins/build-basic-autotools/build-basic-autotools.c
18378         plugins/editor/anjuta-docman.c,
18379         plugins/editor/text_editor.c,
18380         plugins/file-loader/plugin.c,
18381         plugins/file-manager/plugin.c,
18382         plugins/file-wizard/plugin.c,
18383         plugins/message-view/anjuta-msgman.c,
18384         plugins/message-view/anjuta-msgman.h,
18385         plugins/message-view/message-view.c,
18386         plugins/message-view/plugin.c,
18387         plugins/message-view/plugin.h,
18388         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18390         * src/about.c, src/about.h, src/action-callbacks.c,
18391         src/action-callbacks.h, src/anjuta-actions.h,
18392         src/anjuta-app.c, src/anjuta-app.h,
18393         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18394         src/anjuta.c, src/anjuta.h, src/getline.c, 
18395         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
18396         src/start-with.c, src/start-with.h: Fixed emacs modes.
18398         * src/layout.xml: Brought document manager in front.
18399         
18400 2004-12-15  Naba Kumar  <naba@gnome.org>
18402         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18403         properly removed.
18404         
18405         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18406         finalization. Added a method to unload all plugins and destroy them.
18407         Fixed memory leaks.
18408         
18409         * plugins/sample1/plugin.c: Proper finalization code and renamed
18410         functions to proper names.
18411         
18412         * plugins/build-basic-autotools/build-basic-autotools.c,
18413         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
18415         * src/shell.c: Unload all plugins on exit, so that memory profilers
18416         can detect memory leaks in plugins.
18418 2004-12-13  Naba Kumar  <naba@gnome.org>
18420         * plugins/devhelp/plugin.c: Delay widget initialization, now that
18421         docking is working.
18422         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18423         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18425 2004-12-11  Naba Kumar  <naba@gnome.org>
18427         * data/properties/anjuta.properties: Fixed font size.
18428         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18429         compile file function. There are some fixmes there.
18430         * plugins/message-view/anjuta-msgman.c,
18431         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18432         
18433 2004-12-08  Naba Kumar  <naba@gnome.org>
18435         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18436         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18437         to escape quotes in a string.
18438         
18439         * plugins/cvs-plugin/cvs-actions.c,
18440         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18441         cvs diff command.
18443         * plugins/build-basic-autotools/build-basic-autotools.c,
18444         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18445         filters.
18446         
18447 2004-12-07  Naba Kumar  <naba@gnome.org>
18449         * plugins/build-basic-autotools/build-basic-autotools.c,
18450         plugins/build-basic-autotools/automake-c.filters: Completed directory
18451         tracking. Double click on Errors and warnings now work as expected.
18453         * plugins/build-basic-autotools.c: Added codes to track build directory
18454         so that absolute path of the files could be determined.
18456 2004-12-06  Naba Kumar  <naba@gnome.org>
18458         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18459         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18460         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18461         
18462 2004-12-05  Naba Kumar  <naba@gnome.org>
18464         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18465         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18466         
18467         * plugins/cvs-plugin/plugin.c,
18468         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18469         
18470 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18471         
18472         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18473         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18474         plugins/cvs-plugin/cvs-execute.[ch]:
18475         Implemented cvs status and cvs diff
18476         Known bugs:
18477         - rdiff command is not correct
18478         - Must find a way to allow selection of directies AND files 
18479         in GtkFileChooser
18481 2004-12-03  Naba Kumar  <naba@gnome.org>
18483         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18484         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18485         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18486         session.properties file if it is for the first time.
18487         
18488 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18489         
18490         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18491         commit.
18492         
18493         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18494         plugins/cvs-plugin/anjuta-cvs.ui:
18495         Implemented update/commit and changed menu layout 
18497 2004-12-02  Naba Kumar  <naba@gnome.org>
18499         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18500         property name (for cvs path property). Beautified dialogs.
18502 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18503         
18504         * plugins/message-view/anjuta-msgman.c: Changed callback name
18505         and changed switch-page handling.
18506         
18507         * plugins/cvs-plugin/cvs-actions.c:
18508         * plugins/cvs-plugin/cvs-execute.c:
18509         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18510         - Implemented cvs add and cvs removed - both working now
18511         - Created a useful preferences page
18512         
18514 2004-11-30  Naba Kumar  <naba@gnome.org>
18516         * libanjuta/anjuta-status.c: Fixed runtime warning.
18517         
18518         * plugins/editor/Makefile.am:
18519         plugins/editor/anjuta-document-manager.glade,
18520         plugins/editor/plugin.c
18521         plugins/editor/plugin.h
18522         plugins/editor/style-editor.c (new, moved from src/),
18523         plugins/editor/style-editor.h (new, moved from src/),
18524         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18525         settings in preferences.
18527         * plugins/editor/text_editor.c,
18528         plugins/editor/text_editor.h: Do not take unused args in
18529         text_editor_get_props().
18531         * src/style-editor.c, src/style-editor.h: Removed, moved to
18532         plugins/editor/ directory.
18534 2004-11-29  Naba Kumar  <naba@gnome.org>
18536         * plugins/editor/text_editor_cbs.c: Emit click signal in
18537         IAnjutaMarkable.
18538         * libanjuta/anjuta-status.c: More spacing between items.
18539         
18540 2004-11-29  Naba Kumar  <naba@gnome.org>
18542         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18543         
18544         * libanjuta/interfaces/libanjuta.idl,
18545         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18546         plugins/debug-manager/plugin.c,
18547         plugins/gdb/breakpoints.c,
18548         plugins/gdb/breakpoints.h,
18549         plugins/gdb/debugger.c,
18550         plugins/gdb/debugger.h,
18551         plugins/gdb/plugin.c,
18552         plugins/gdb/plugin.h,
18553         plugins/gdb/utilities.c,
18554         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18555         toggle breakpoint margin clicks.
18557 2004-11-28  Naba Kumar  <naba@gnome.org>
18559         * TODO.tasks: Fixed indentations.
18560         * plugins/gtodo/libgtodo.c: Save with indentation.
18561         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18562         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18563         * libanjuta/anjuta-status.c: Fixed busy cursors.
18564         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18565         * po/POTFILES.in: Updated.
18566         
18567 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18568         
18569         * plugins/editor/anjuta-document-manager.glade,
18570           plugins/editor/search-replace.[c,h], 
18571           plugins/editor/search-replace_backend.h
18572           plugins/editor/search-preferences.[c,h] :
18573           Saved Search-Preferences (gconf),
18574           Basic search by default.
18576 2004-11-22  Naba Kumar  <naba@gnome.org>
18578         * configure.in: Fixed build error.
18580 2004-11-21  Naba Kumar  <naba@gnome.org>
18582         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18583         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18584         Added AnjutaStatus class to libanjuta.
18585         Added anjuta_shell_get_status() method.
18586         
18587         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18588         and fixed marshaller generation.
18589         
18590         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18591         "updade_ui" signals to IAnjutaEditor interface.
18592         
18593         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18594         
18595         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18596         regexes.
18597         
18598         * plugins/class-gen/clsGen.c: Intial port.
18599         
18600         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18601         name.
18602         
18603         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18604         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18605         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18606         Implemented status update. Emits "update_ui" and "char_added" signals.
18607         Added view preferences.
18608         
18609         * plugins/file-loader/plugin.c: Added open with plugins in open with
18610         menus.
18611         
18612         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18613         
18614         * plugins/message-view/anjuta-msgman.c,
18615         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18616         to close correct message view rather than current view.
18618 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18619         
18620         * plugins/cvs-plugin/cvs-actions.c
18621         plugins/cvs-plugin/plugin.[ch]
18622         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18623         Implemented cvs add but ran into a launcher/message_view
18624         problem because of a limitation of the idl compiler
18626 2004-11-19  Naba Kumar  <naba@gnome.org>
18628         * plugins/project-manager/plugin.c: Displays a progress window during
18629         project load.
18630         
18631         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18632         Fixed UI separators.
18633         
18634         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18635         UI placeholder.
18636         
18637         * plugins/project-manager/anjuta-project-manager.ui,
18638         plugins/project-manager/plugin.[c,h]: Added add/remove context
18639         menus and implemented them. Added file manager merge menu.
18641 2004-11-18  Naba Kumar  <naba@gnome.org>
18643         * TODO.tasks: Updated.
18644         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18645         plugins/message-view/message-view.c: Fixed finalize and dispose
18646         methods.
18647         * plugins/debugger/*: Removed from cvs (development now in
18648         debug-manager).
18650 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18652         Reviewed by Naba Kumar  <naba@gnome.org>:
18653         
18654         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18655         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18656         plugins/gdb/breakpoints.c: all marker related stuff moved from
18657         editor and docman interfaces to IAnjutaMarkable
18659 2004-11-17  Naba Kumar  <naba@gnome.org>
18661         * TODO.tasks: Updated.
18662         
18663         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18664         
18665         * libegg/egg-combo-action.c: Block changed signal when changing model.
18666         
18667         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18668         Emit changed signal. Removed dead codes.
18669         
18670         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18671         that recent files history do not duplicate.
18672         
18673         * plugins/symbol-browser/an_symbol_view.c,
18674         plugins/symbol-browser/an_symbol_view.h,
18675         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18676         Fixed a bug.
18678 2004-11-15  Naba Kumar  <naba@gnome.org>
18680         * plugins/project-manager/plugin.c: Opens targets on double click.
18681         
18682         * plugins/message-view/message-view.c,
18683         plugins/file-manager/anjuta-file-manager-plugin.glade,
18684         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18685         Added proper class finalization
18686         and disposition. Added preferences notifications and callbacks to
18687         change info/warning/error colors.
18688         
18689         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18690         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18691         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18692         Implemented finalize method for AnjutaApp. Code cleanups.
18693         
18694         * plugins/message-view/plugin.c: Static parent_class.
18695         
18696 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18697         * plugins/editor/search-replace.[c,h], 
18698           plugins/editor/search-replace_backend.c
18699           Update search entry in main toolbar.
18700           Clean code.
18702 2004-11-11  Naba Kumar  <naba@gnome.org>
18704         * TODO.tasks: Updated.
18706         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18707         and completed on-the-fly-change preferences. Removed "changed"
18708         signal as it is no longer necessary (use notify for similar
18709         purpose to monitor individual preferences).
18711         
18712         * plugins/editor/anjuta-document-manager.glade: Added view menu
18713         preferences so that they are registered.
18714         
18715         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18716         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18717         connection to "changed" signal of preferences and implemented
18718         notifications for some editor preferences. More to implement.
18720 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18721         * plugins/editor/print.c
18722         Fixed bug 1047624 : Add line number every X lines.
18724 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18725         * plugins/editor/search-replace.c
18726         Fixed a crash bug (995755) when searching "%n"
18728 2004-11-09  Naba Kumar  <naba@gnome.org>
18730         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18731         Fixed to refresh categories list on file load.
18733 2004-11-08  Naba Kumar  <naba@gnome.org>
18734         
18735         * configure.in, plugins/Makefile.am,
18736         plugins/profile-default/plugin.c: Added cvs plugin in build.
18737         
18738         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18739         
18740         * plugins/debug-manager/.cvsignore: Added file to ignore.
18741         
18742         * plugins/debug-manager/Makefile.am: Removed dead codes.
18743         
18744         * src/anjuta.ui: Added placeholder for version control UI.
18746 2004-11-08  Naba Kumar  <naba@gnome.org>
18748         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18749         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18750         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18751         Updated.
18753         * global-tags/Makefile.am: Fixed make error.
18755         * plugins/profile-default/plugin.c: Added debug-manager
18756         and gdb plugins to load at startup so that debugger
18757         windows are docked properly. They will be removed
18758         later when we figure out runtime docking.
18760         * plugins/sample1/*: Restored to last working state.
18762         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18763         windows in lower pane. Named the windows appropriately.
18765         * ChangeLog: Fixed format.
18766         
18767 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18769         * libanjuta/interfaces/libanjuta.idl,
18770         libanjuta/anjuta-marshal.c,
18771         plugins/Makefile.am,
18772         plugins/debug-manager/plugin.c,
18773         plugins/editor/plugin.c,
18774         plugins/editor/text_editor.c,
18775         plugins/gdb/breakpoints.c,
18776         plugins/gdb/debugger.c,
18777         plugins/gdb/plugin.c,
18778         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18780 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18781         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18782         plugins/editor/search-replace.c,
18783         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18784         Search and Replace; Show result in find pane
18785           
18786 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18787         
18788         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18789         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18790         (added features: starting debugger and loading of core/executable,
18791         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18792         partially works)
18794 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18795         
18796         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18797         my cvs-plugin files...
18798         I hope I have rescued everything possible.
18799         
18800         * Naba: Could you please fix sample1 because I messed it up to 
18801         but there should be a histroy of this directory we should commit
18803 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18804         
18805         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18806         infrastructure
18807         * plugins/cvs-plugin/plugin.c,
18808         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18809         Added preferences dialog (not yet complete)
18811 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18812         
18813         * global-tags/Makefile.am, mime/Makefile.am:
18814         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18815         
18816         * template/xmltemplate.[ch],
18817         template/xmlstrings.[ch],
18818         template/autotools.[ch] removed,
18819         template/prj_template.[ch] removed,
18820         template/lang_template.[ch] removed,
18821         template/lib_template.[ch] removed,
18822         template/Makefile.am adjusted,
18823         template/dtds/lang.dtd removed, 
18824         template/dtds/lib.dtd removed,
18825         template/dtds/prj.dtd removed,
18826         template/dtds/autotools.dtd removed,
18827         data/template/lib/* removed,
18828         data/template/language/* removed,
18829         data/template/library/* removed,
18830         data/template/project/* removed,
18831         date/template/Makefile.am adjusted:
18832         Remove everything except text-templates to replace hardcoded 
18833         Edit->Insert texts with dynamic loaded.
18835         * plugins/cvs-plugin/plugin.[ch],
18836         plugins/cvs-actions.[ch],
18837         plugins/Makefile.am,
18838         plugins/cvs-plugin/Makefile.am,
18839         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18840         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18841         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18842         Added initial cvs-plugin code
18844 2004-10-21  Naba Kumar  <naba@gnome.org>
18845         
18846         * libanjuta/anjuta-plugin.c,
18847         plugins/build-basic-autotools/build-basic-autotools.c,
18848         plugins/debugger/plugin.c,
18849         plugins/devhelp/plugin.c,
18850         plugins/editor/anjuta-docman.c,
18851         plugins/editor/goto_line.c,
18852         plugins/editor/plugin.c,
18853         plugins/editor/search-replace.c,
18854         plugins/editor/text_editor.c,
18855         plugins/file-loader/plugin.c,
18856         plugins/file-manager/plugin.c,
18857         plugins/file-wizard/file.c,
18858         plugins/file-wizard/plugin.c,
18859         plugins/gdb/plugin.c,
18860         plugins/gtodo/plugin.c,
18861         plugins/message-view/anjuta-msgman.c,
18862         plugins/profile-default/plugin.c,
18863         plugins/project-manager/plugin.c,
18864         plugins/sample1/plugin.c,
18865         plugins/terminal/terminal.c: Defined all global variables static,
18866         particularly class parent_class variables. They were getting
18867         confused at link time.
18869         * libanjuta/plugins.c: Do not unload plugins when they are
18870         deactivated. Simply cache them for later activation. Unloading
18871         modules have some problem with shared libs using static class
18872         registration. Fixed hash type for installed plugins. Eventually,
18873         we want to add "CanUnload" attribute for .plugin files (in
18874         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18875         be unloaded from memory. Those plugins declaring CanUnload=false
18876         will not be unloaded from memory and will be put in the cache. Those
18877         not declaring anything or declaring CanUnload=true, will be unloaded
18878         from memory when they are deactivated.
18880         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18881         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18882         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18883         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18884         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18885         activation, deactivation. Fixed memory leaks.
18887 2004-10-20  Naba Kumar  <naba@gnome.org>
18889         * TODO.tasks: Updated.
18890         
18891         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18892         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18893         macro for adding interfaces to plugin types. Code cleanup.
18894         
18895         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18896         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18897         
18898         * plugins/build-basic-autotools/build-basic-autotools.c,
18899         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18900         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18901         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18902         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18903         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18904         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18905         plugins/project-manager/plugin.c,
18906         plugins/symbol-browser/an_symbol_view.c,
18907         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18908         newly defined macro to add interfaces to plugin types.
18910         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18912 2004-10-20  Naba Kumar  <naba@gnome.org>
18914         * TODO.tasks: Added task list.
18915         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18916         default values.
18918 2004-10-19  Naba Kumar  <naba@gnome.org>
18920         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18921         
18922         * plugins/editor/action-callbacks.c,
18923         plugins/editor/action-callbacks.h,
18924         plugins/editor/anjuta-docman.c,
18925         plugins/editor/anjuta-docman.h,
18926         plugins/editor/anjuta-document-manager.ui,
18927         plugins/editor/file_history.c,
18928         plugins/editor/file_history.h,
18929         plugins/editor/plugin.c: Added file history browsing.
18930         
18931         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18932         
18933         * plugins/message-view/anjuta-message-manager.ui,
18934         plugins/message-view/plugin.c: Added document manager context menu.
18935         
18936         * plugins/symbol-browser/an_symbol_view.c,
18937         plugins/symbol-browser/an_symbol_view.h,
18938         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18939         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18940         document manager context menu.
18941         
18942         * scintilla/*, scintilla/include/*: Updated to current cvs.
18943         
18944 2004-10-19  Naba Kumar  <naba@gnome.org>
18946         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18947         placeholder for debugger UI.
18948         
18949         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18950         * plugins/file-manager/plugin.c: Fixed loading bug.
18951         
18952         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18953         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18954         Initializes gconf database with default values when the
18955         values are not defined. Use bool and int prefs separately.
18957         * plugins/editor/plugin.c: Added encoding preferences.
18958         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18960         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18961         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18962         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18963         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18965 2004-10-18  Naba Kumar  <naba@gnome.org>
18967         * po/POTFILES.in: Updated.
18968         
18969         * libanjuta/anjuta-ui.c: Corrected debug messages.
18970         
18971         * libegg/egg-combo-action.c, libegg/test-actions.c,
18972         libegg/menu/egg-combo-action.h: Fixed combo action.
18973         
18974         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18975         Fixed format.
18976         
18977         * plugins/editor/action-callbacks.[c,h],
18978         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18979         Implemented file swap. Removed dead codes.
18980         
18981         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18982         dead codes.
18983         
18984         * plugins/symbol-browser/an_symbol_view.[c,h],
18985         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18986         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18987         Implemented file symbols. Implemented goto file line when symbol is
18988         selected.
18989         
18990         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18991         
18992 2004-10-10  Naba Kumar  <naba@gnome.org>
18994         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18995         
18996         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18997         
18998         * plugins/debugger/.cvsignore,
18999         (added) plugins/debugger/Makefile.am,
19000         (added) plugins/debugger/anjuta-debugger.glade,
19001         (added) plugins/debugger/anjuta-debugger.plugin.in,
19002         (added) plugins/debugger/anjuta-debugger.plugin.png,
19003         (added) plugins/debugger/anjuta-debugger.ui,
19004         plugins/debugger/attach_process.c,
19005         (removed) plugins/debugger/attach_process_cbs.c,
19006         (removed) plugins/debugger/attach_process_cbs.h,
19007         (removed) plugins/debugger/breakpoints.c,
19008         (removed) plugins/debugger/breakpoints.h,
19009         (removed) plugins/debugger/debug_tree.c,
19010         (removed) plugins/debugger/debug_tree.h,
19011         (removed) plugins/debugger/debugger.c,
19012         (removed) plugins/debugger/debugger.h,
19013         (removed) plugins/debugger/memory.c,
19014         (removed) plugins/debugger/memory.h,
19015         (added) plugins/debugger/plugin.c,
19016         (added) plugins/debugger/plugin.h,
19017         (removed) plugins/debugger/registers.c,
19018         (removed) plugins/debugger/registers.h,
19019         (removed) plugins/debugger/registers_cbs.c,
19020         (removed) plugins/debugger/registers_cbs.h,
19021         (removed) plugins/debugger/registers_gui.c,
19022         (removed) plugins/debugger/sharedlib.c,
19023         (removed) plugins/debugger/sharedlib.h,
19024         (removed) plugins/debugger/sharedlib_cbs.c,
19025         (removed) plugins/debugger/sharedlib_cbs.h,
19026         (removed) plugins/debugger/sharedlib_gui.c,
19027         (removed) plugins/debugger/signals.c,
19028         (removed) plugins/debugger/signals.h,
19029         (removed) plugins/debugger/signals_cbs.c,
19030         (removed) plugins/debugger/signals_cbs.h,
19031         (removed) plugins/debugger/signals_gui.c,
19032         (removed) plugins/debugger/stack_trace.c,
19033         (removed) plugins/debugger/stack_trace.h,
19034         (added) plugins/debugger/utilities.c,
19035         (added) plugins/debugger/utilities.h,
19036         (removed) plugins/debugger/watch.c,
19037         (removed) plugins/debugger/watch.h,
19038         (removed) plugins/debugger/watch_cbs.c,
19039         (removed) plugins/debugger/watch_cbs.h,
19040         (removed) plugins/debugger/watch_gui.c,
19041         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
19042         
19043         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
19044         Added debugger gdb backend plugin.
19045         
19046         * plugins/message-view/plugin.c: Registered all message stock icons.
19047         
19048         * plugins/profile-default/plugin.c: Loads debugger plugin.
19049         
19050         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
19052 2004-10-08  Naba Kumar  <naba@gnome.org>
19054         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
19055         information.
19056         
19057         * plugins/symbol-browser/.cvsignore,
19058         plugins/symbol-browser/Makefile.am,
19059         plugins/symbol-browser/an_symbol_view.c,
19060         plugins/symbol-browser/an_symbol_view.h,
19061         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
19062         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19063         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
19064         plugins/symbol-browser/plugin.c,
19065         plugins/symbol-browser/plugin.h,
19066         plugins/symbol-browser/sv_class.xpm,
19067         plugins/symbol-browser/sv_function.xpm,
19068         plugins/symbol-browser/sv_macro.xpm,
19069         plugins/symbol-browser/sv_private_fun.xpm,
19070         plugins/symbol-browser/sv_private_var.xpm,
19071         plugins/symbol-browser/sv_protected_fun.xpm,
19072         plugins/symbol-browser/sv_protected_var.xpm,
19073         plugins/symbol-browser/sv_public_fun.xpm,
19074         plugins/symbol-browser/sv_public_var.xpm,
19075         plugins/symbol-browser/sv_static_fun.xpm,
19076         plugins/symbol-browser/sv_static_var.xpm,
19077         plugins/symbol-browser/sv_struct.xpm,
19078         plugins/symbol-browser/sv_unknown.xpm,
19079         plugins/symbol-browser/sv_variable.xpm,
19080         plugins/symbol-browser/test-symbol-browser.c,
19081         plugins/Makefile.am: Implemented Symbol
19082         browser plugin.
19083         
19084         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
19085         
19086         * plugins/build-basic-autotools/Makefile.am,
19087         plugins/devhelp/Makefile.am,
19088         plugins/editor/Makefile.am,
19089         plugins/file-loader/Makefile.am,
19090         plugins/file-manager/Makefile.am,
19091         plugins/file-wizard/Makefile.am,
19092         plugins/gtodo/Makefile.am,
19093         plugins/message-view/Makefile.am,
19094         plugins/profile-default/Makefile.am,
19095         plugins/project-manager/Makefile.am
19096         plugins/sample1/Makefile.am,
19097         plugins/terminal/Makefile.am,
19098         scintilla/Makefile.am,
19099         libegg/Makefile.am,
19100         launcher/Makefile.am,
19101         libanjuta/Makefile.am,
19102         src/Makefile.am,
19103         tagmanager/Makefile.am,
19104         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
19105         anjuta_data_dir in configure.in and used them in plugins Makefile.am
19106         files. Also fixed library dependencies.
19107         
19108         * plugins/editor/aneditor.cxx: Disabled unused codes.
19109         * plugins/file-manager/an_file_view.c: Added copyright.
19110         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
19111         
19112         * plugins/profile-default/plugin.c: Can load plugins by location.
19113         * plugins/project-manager/plugin.c: Remove project_root_uri value
19114         when project is closed.
19115         
19116 2004-10-06  Naba Kumar  <naba@gnome.org>
19118         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
19119         
19120         * libanjuta/interfaces/libanjuta.idl,
19121         plugins/editor/text_editor.c: Added get_length()
19122         and get_current_word() methods in IAnjutaEditor interface.
19123         
19124         * libegg/Makefile.am: Added test_actions target.
19125         
19126         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
19127         
19128         * plugins/build-basic-autotools/build-basic-autotools.c,
19129         plugins/file-loader/plugin.c,
19130         plugins/message-view/message-view.c: Added code to go to file and
19131         line number,
19132         
19133         * plugins/devhelp/plugin.c: Context sensitive help now works.
19134         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
19135         uri as line number and goes to that line number.
19136         
19137         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
19138         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
19139         gtodo_client_load() method to load from a diffrent file. Watched 
19140         project root directory in plugin to open TODO.tasks of the project.
19141         
19142         * plugins/project-manager/plugin.c: Updates project UI
19143         sensitive/insensitive.
19145         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
19146         anjuta-shell program to test plugins.
19147         
19148         * src/anjuta-app.c: Registered UI accels.
19149         
19150 2004-09-28  Naba Kumar  <naba@gnome.org>
19152         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
19153         method.
19154         
19155         * src/anjuta-app.c: Implemented present widget method.
19156         
19157         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
19158         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
19159         
19160         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
19161         added editor.
19162         
19163         * plugins/editor/text_editor.c: Connects to preferences changed signal
19164         correctly.
19165         
19166 2004-09-28  Naba Kumar  <naba@gnome.org>
19167         
19168         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
19169         print code.
19170         
19171         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
19172         size to 5 pix.
19173         
19174         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
19175         in changed signal callback.
19176         
19177         * plugins/editor/action-callbacks.c: Implemented save_all action
19178         callback. Removed dead code. Do save_as when saving a new file.
19179         Implemented incremental search.
19180         
19181         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
19182         
19183         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
19184         
19185         * src/anjuta-app.c: Registers UI accelerators.
19186         
19187 2004-09-27  Naba Kumar  <naba@gnome.org>
19189         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
19190         
19191         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19192         plugins/devhelp/anjuta-devhelp.plugin.in,
19193         plugins/file-loader/anjuta-loader.plugin.in,
19194         plugins/file-manager/anjuta-file-manager.plugin.in,
19195         plugins/gtodo/anjuta-gtodo.plugin.in,
19196         plugins/project-manager/anjuta-project-manager.plugin.in,
19197         plugins/terminal/anjuta-terminal.plugin.in:
19198         Gave proper plugin names.
19200         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
19201         error when regex fail.
19202         
19203         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
19204         Added help and context search. Watches current editor. More menus
19205         in Help submenu. Update UI (sensitive when required) properly.
19206         
19207         * plugins/editor/anjuta-document-manager.ui,
19208         plugins/devhelp/anjuta-devhelp.ui,
19209         plugins/message-view/anjuta-message-manager.ui,
19210         src/anjuta.ui: Goto menu actions are in separate submenu.
19211         
19212         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
19213         Removed unimplemented UI elements.
19214         
19215         * src/anjuta-app.c: Larger (and normal) icon size.
19216         
19217         * src/layout.xml: Task manager plugin along with document (in middle).
19218         
19219         * plugins/editor/plugin.c, plugins/file-loader.c,
19220         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
19221         in gtkactions. Enable/disable UI properly.
19222         
19223 2004-09-26  Naba Kumar  <naba@gnome.org>
19225         * po/POTFILES.in: Updated, added missing files.
19227         * .cvsignore: Updated.
19228         
19229         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
19230         a new function to get User input text.
19231         
19232         * libanjuta/resources.[c,h]: Added a function to created sized image.
19233         
19234         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
19235         from filename, as thats the correct representation.
19236         
19237         * plugins/build-basic-autotools/Makefile.am,
19238         (added) plugins/build-basic-autotools/automake-c.filters,
19239         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19240         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
19241         Rearragned UI elements in the build menu. Added codes to read build
19242         filter rules from external file. Implemented all build, configure,
19243         autogen commands. Watches current editor and project.
19244         
19245         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
19246         Added editor changed signal and exports current editor value.
19247         Fixed parameter names. Fixed get_uri() interface implementation to
19248         return correct uri.
19249         
19250         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19251         elements.
19252         
19253         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19254         
19255         * plugins/file-manager/an_file_view.c,
19256         plugins/file-manager/an_file_view.c: Exports file uri correctly.
19257         
19258         * plugins/file-wizard/file.c: Reads uri correctly.
19259         
19260         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19261         sets the page to the new view.
19262         
19263         * plugins/message-view/message-view.c: Unrefs the tree model when done.
19264         Fixed signal connecting.
19265         
19266         * plugins/project-manager/plugin.c: Changed "project_root_directory"
19267         to "project_root_uri" and exports as uri.
19268         
19269 2004-09-24  Naba Kumar  <naba@gnome.org>
19271         * libanjuta/anjuta-ui.c: Fixed a crash bug.
19272         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19273         in correct way.
19274         * plugins/file-manager/plugin.c: Fixed crash in unloading.
19275         * plugins/file-loader/plugin.c: Added comments.
19276         * plugins/build-basic-autotools/plugin.c: Added comments.
19277         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19278         
19279         * libanjuta/interfaces/libanjuta.idl,
19280         plugins/message-view/anjuta-msgman.c,
19281         plugins/message-view/message-view.c,
19282         plugins/message-view/message-view.h,
19283         plugins/message-view/plugin.c: Buffering and appending messages have
19284         been separated. message-view implementations cleaned up. Signals
19285         Emissions fixed. Messages now displayed in summary and details show
19286         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19287         API.
19288         
19289         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19290         preferences.
19291         
19292         * plugins/build-basic-autotools/Makefile.am,
19293         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19294         parsing of output to create message summaries. Uses new message view
19295         API.
19296         
19297         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19298         preferences to make dialog box smaller.
19299         
19300         * plugins/editor/search-replace.c: Fixed compile error with change
19301         in IAnjutaMessageView API.
19302         
19303 2004-09-21  Naba Kumar  <naba@gnome.org>
19305         * plugins/Makefile.am: Deletes old (installed) plugins before
19306         installing new ones.
19307         
19308         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19309         plugins/build-basic-autotools/build-basic-autotools.c,
19310         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19311         file URI from filemanager. Only disables/enables build submenu in file
19312         manager, instead of merging/unmerging.
19313         
19314         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19315         non-text files.
19316         
19317         * plugins/file-loader/anjuta-loader-plugin.ui,
19318         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19319         Implemented "Open with" file manager submenu. Displays error message
19320         when file can not be opened.
19321         
19322         * plugins/file-manager/an_file_view.c: Renamed
19323         file_manager_current_filename value name to file_manager_current_uri
19324         and exports proper URI.
19325         
19326         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19328 2004-09-19  Naba Kumar  <naba@gnome.org>
19330         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19331         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19332         save point signal to change editor tabs. Fixed accels.
19333         
19334         * plugins/file-loader/plugin.c: Fixed accels.
19336         * plugins/project-manager/plugin.c: Added target selection callback.
19337         
19338         * plugins/project-manager/plugin.c: Added URI activation.
19339         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19340         Fixed dialog and closed it on ok. Fixed a crash bug.
19341         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19343         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19344         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19345         plugins/file-loader/anjuta-loader-plugin.ui,
19346         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19347         Added recent files in file loade plugin.
19348         
19349         * ChangeLog: Fixed entry dates.
19350         
19351 2004-09-18  Naba Kumar  <naba@gnome.org>
19353         * plugins/devhelp/plugin.c: Added UI sensitization and removed
19354         an unnecessary GtkFrame.
19355         
19356 2004-09-17  Naba Kumar  <naba@gnome.org>
19358         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19360         * TODO: Updated.
19361         
19362         * data/Makefile.am: Disabled installing old mime info.
19363         
19364         * mime/anjuta.applications, mime/anjuta.keys: Updated.
19365         
19366         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19367         plugins/editor/anjuta-document-manager.ui,
19368         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19369         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19370         Added Editor context popup menu.
19371         
19372         * plugins/project-manager/anjuta-project-manager-plugin.png:
19373         Update image.
19374         
19375         * plugins/project-manager/anjuta-project-manager.plugin.in:
19376         Support .anjuta mime type.
19377         
19378         * plugins/project-manager/plugin.c: Exports "project_root_directory"
19379         value.
19380         
19381         * plugins/file-manager/plugin.c: Watches "project_root_directory"
19382         value.
19383         
19384         * src/layout.xml, plugins/profile-default/plugin.c:
19385         Added project manager plugin for startup.
19387 2004-09-16  Naba Kumar  <naba@gnome.org>
19388         
19389         * anjuta.prj: Updated.
19390         
19391         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19392         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19393         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19394         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19395         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19396         plugins/terinal/Makefile.am, src/Makefile.am,
19397         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19398         Fixed makefile syntax errors.
19400 2004-09-16  Naba Kumar  <naba@gnome.org>
19402         * configure.in, src/layout.xml,
19403         plugins/profile-default/plugin.c,
19404         libanjuta/interfaces/libanjuta.idl,
19405         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19406         
19407         * configure.in, plugins/Makefile.am,
19408         plugins/project-manager/.cvsignore, 
19409         plugins/project-manager/Makefile.am,
19410         plugins/project-manager/anjuta-project-manager-plugin.png,
19411         plugins/project-manager/anjuta-project-manager.plugin.in,
19412         plugins/project-manager/anjuta-project-manager.ui,
19413         plugins/project-manager/plugin.c,
19414         plugins/project-manager/plugin.h: Added project manager plugin
19415         based on gnome-build.
19416         
19417         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19418         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19419         
19420         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19421         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19422         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19423     
19424 2004-09-16  Naba Kumar  <naba@gnome.org>
19426         * plugins/editor/action-callbacks.c: Fixed compile error.
19427         
19428 2004-09-15  Naba Kumar  <naba@gnome.org>
19430         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19431         
19432         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19433         New improved splace with nicer progress.
19434         
19435         * configure.in, plugins/Makefile.am,
19436         (added) file-wizard/.cvsignore,
19437         (added) file-wizard/Makefile.am,
19438         (added) file-wizard/action-callbacks.c,
19439         (added) file-wizard/action-callbacks.h,
19440         (added) file-wizard/anjuta-file-wizard-plugin.png,
19441         (added) file-wizard/anjuta-file-wizard.glade,
19442         (added) file-wizard/anjuta-file-wizard.plugin.in,
19443         (added) file-wizard/anjuta-file-wizard.ui,
19444         (added) file-wizard/file.c,
19445         (added) file-wizard/file.h,
19446         (added) file-wizard/plugin.c,
19447         (added) file-wizard/plugin.h:
19448         Created new file wizard and added it. The wizard takes care of text
19449         bit insertions and new files creation.
19451         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19452         plugins/editor/action-callbacks.h,
19453         plugins/editor/anjuta-document-manager.glade,
19454         plugins/editor/anjuta-document-manager.ui,
19455         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19456         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19457         new files code and moved into a new plugin (file wizard).
19458         
19459         * libanjuta/plugins.[c,h]: Added plugins selection function.
19460         
19461         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19462         get_position(), insert() in IAnjutaEditor interface. Added
19463         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19464         interface (for wizard plugins).
19466         * plugins/file-loader/anjuta-loader-plugin.ui,
19467         plugins/file-loader/plugin.c: Added wizard launcher interface which
19468         scans for plugins implement IAnjutaWizard interface and presents the
19469         list to user for selection. The selected plugin is then activated
19470         for the wizard.
19472         * libanjuta/interfaces/.cvsignore: Updated.
19473         * plugins/message-view/.cvsignore: Updated.
19474         * plugins/launcher/*: Removed as launcher has already been moved to
19475         libanjuta as class.
19477         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19478         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19479         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19480         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19481         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19482         Updated API documentations.
19484 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19486         * configure.in: Added Punjabi to ALL_LINGUAS
19488 2004-07-29  Naba Kumar  <naba@gnome.org>
19490         * configure.in: Added file-loader plugin Makefile path and
19491         fixed devhelp version requirement.
19493 2004-07-28  Naba Kumar  <naba@gnome.org>
19495         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19496         terminal/preferences-terminal.png (added), message-view/*.png (added),
19497         message-view/*.xpm (added), editor/*.png (added),
19498         editor/*.xpm (added), plugins/editor/Makefile.am,
19499         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19500         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19501         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19502         respective plugins directories.
19504         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19505         pixmaps/block-end-16.png, pixmaps/block-end.png
19506         pixmaps/block-start-16.png, pixmaps/block-start.png
19507         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19508         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19509         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19510         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19511         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19512         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19513         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19514         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19515         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19516         pixmaps/preferences-editor.png, pixmaps/undock.png
19517         pixmaps/error-next-16.png, pixmaps/error-next.png
19518         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19519         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19520         pixmaps/preferences-terminal.png: Deleted
19522         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19523         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19524         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19525         plugins/editor/anjuta-document-manager.plugin.in,
19526         plugins/editor/anjuta-document-manager.ui,
19527         plugins/editor/plugin.c, plugins/editor/print.c,
19528         plugins/editor/search-replace_backend.c,
19529         plugins/editor/search_preferences.h,
19530         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19531         Moved properties souce files to editor plugin as it not required in
19532         libanjuta. Other editor fixes.
19534         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19535         libegg/dock/* (removed)
19536         : Restored GDL external dependencies and removed libegg dock
19537         sources, because gdl is being developed.
19538         
19539         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19540         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19541         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19542         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19543         libanjuta/plugins.c, libanjuta/plugins.h,
19544         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19545         gconf system. Shell now takes docking positions. Added more utility
19546         functions. Added plugins query function. And other fixes.
19548         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19549         
19550         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19551         plugin to load files based on mime type.
19552         
19553         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19554         
19555         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19556         plugins/file-manager/plugin.c: File manager now uses file loader to
19557         open files.
19559         * plugins/message-view/anjuta-msgman.c,,
19560         plugins/message-view/message-view.c,
19561         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19563         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19564         plugins/terminal/terminal.c, src/Makefile.am,
19565         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19566         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19567         
19568         * libegg/dock/*: Removed directory.
19569         
19570 2004-07-28  Naba Kumar  <naba@gnome.org>
19572         * configure.in: Reduced gnome-print version requirement.
19573         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19575 2004-07-21  Ray Strode  <rstrode@redhat.com>
19576         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19577         new mime sytem.
19579 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19580         
19581         * plugins/editor/search-replace.c: Some fixes
19582         * plugins/terminal/Makefile.am:
19583         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19585 2004-05-19  Naba Kumar  <naba@gnome.org>
19587         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19588         compiler warning.
19590 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19592         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19593         Implemented IAnjutaSavable
19594         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19596 2004-05-17  Naba Kumar  <naba@gnome.org>
19598         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19599         plugins/build-basic-autotools/.cvsignore,
19600         plugins/build-basic-autotools/Makefile.am,
19601         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19602         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19603         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19604         plugins/build-basic-autotools/build-basic-autotools.c,
19605         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19606         build plugin.
19607         
19608         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19609         definition.
19610         
19611         * plugins/file-manager/an_file_view.c,
19612         plugins/file-manager/anjuta-file-manager.ui,
19613         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19614         Added context menu UI.
19615         
19616         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19617         in view menu.
19619 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19620         
19621         * libanjuta/anjuta-preferences.[ch]: 
19622         Added save/load_gconf functions
19623         * src/action_callbacks.[ch], src/preferences.c: 
19624         Load global prefs from gconf at startup and save them
19625         on exit. Prefs load and save correctly but something resets
19626         them to default after loading...
19627         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19628         Somehow the linker does not find save/load_gconf functions
19629         in libanjuta. Must be a stupid mistake, I would be glad
19630         if someone could fix that.
19631         * manuals/reference/libanjuta-sections.txt: Added new
19632         preferences functions and removed gnome-filelist
19633         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19634         * plugins/file-manager/plugin.c:
19635         Added root-path property
19637 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19638         
19639         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19640         they are not longer needed.
19641         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19642         anjuta-sections.txt: Remove references to the files
19643         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19644         Use new nautilus icons for file-manager, looks incredible
19645         cool!
19647 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19648         
19649         * plugins/editor/anjuta-docman.c: gchar* to 
19650         const gchar* in arguments
19651         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19652         Interface
19653         * plugins/file-manager/an_file_view.c: Open files on
19654         double-click. Does not work yet because it does not
19655         find IAnjutaFile interface in document manager
19657 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19658         
19659         * plugins/editor/anjuta-docman.c
19660         * plugins/editor/text_editor.c:
19661         Made close button working, made multiple selection in
19662         File/Open dialog possble, fixed crash bug if file cannot
19663         be opened.
19665 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19666         
19667         * plugins/editor/action-callbacks.c
19668         * plugins/editor/anjuta-docman.c
19669         * plugins/editor/anjuta-docman.h
19670         * plugins/editor/search-replace.c
19671         * plugins/editor/search-replace_backend.c
19672         * plugins/editor/text_editor.c
19673         * plugins/editor/text_editor.h:
19674         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19675         able to open all files, use uri instead of full_filename, fixed
19676         many bugs.
19679 2004-05-13  Naba Kumar  <naba@gnome.org>
19681         * plugins/message-view/anjuta-message-manager-plugin.glade:
19682         HIG compliant.
19684         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19685         management.
19687         * pixmaps/anjuta_splash.png: Added border.
19688         
19689         * plugins/editor/anjuta-document-manager.png: New icon.
19690         
19691         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19692         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19693         
19694         plugins/editor/Makefile.am,
19695         plugins/editor/search-replace.c,
19696         plugins/editor/search-replace.h,
19697         plugins/editor/search-replace_backend.c,
19698         plugins/editor/search-replace_backend.h,
19699         plugins/editor/search_preferences.h,
19700         plugins/editor/search_preferences.c: Merged changes from
19701         ANJUTA_1_2_0 branch.
19702         
19703         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19704         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19705         operational.
19707         * plugins/terminal/Makefile.am,
19708         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19709         dialog.
19710         
19711         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19712         submenu.
19714 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19715         * plugins/message-view/plugin.c: Fixed glade file loading
19716         Removed "Show messages" menu item
19717         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19718         twice because of this load system layout hack.
19719         * libanjuta/anjuta-ui.h: Removed #include config.h
19720         * libanjuta/libanjuta.pc: Fixed path and depencies
19721         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19722         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19723         * libanjuta/properties.cxx : #include "properties_cxx.h"
19724         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19726 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19727         * plugins/message-view/*: Fixed message view preferences
19728         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19729         * anjuta.glade: Removed messages stuff
19731 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19732         
19733         * Removed libanjutamm, it is now hosted on SF.net:
19734         cvs.sf.net/cvsroot/anjuta/libanjutamm
19736 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19737         
19738         * libanjutamm/*
19739         Added some experimental code to add support for C++ plugins.
19740         Nothing works yet and it is likely that it will disappear but
19741         I have some questions to murrayc and he wants to see the code.
19743 2004-05-11  Naba Kumar  <naba@gnome.org>
19745         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19747         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19748         hightlight style menu actions.
19750         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19751         manuals/reference/libanjuta/plugin-description-file.sgml,
19752         manuals/reference/libanjuta/writing-plugins.sgml,
19753         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19754         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19755         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19757         * src/anjuta-app.c: Always load system layout for now.
19759         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19760         
19761         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19762         manuals/reference/libanjuta/libanjuta-sections.txt,
19763         manuals/reference/libanjuta/libanjuta.types,
19764         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19765         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19766         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19767         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19768         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19769         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19770         Updated documentation.
19772         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19773         plugins/profile-default/plugin.c, src/layout.xml:
19774         Created terminal plugin.
19775          
19776         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19777         (new) plugins/file-manager/.cvsignore,
19778         plugins/file-manager/an_file_view.c,
19779         plugins/file-manager/plugin.c,
19780         plugins/file-manager/plugin.h: Moved preferences to separate
19781         glade file and added cvsignore file.
19782         
19783         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19784         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19785         from the branch. I tried it     but there were way too many conflicts.
19786         
19787         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19788         
19789         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19790         util functions required during the merge.
19791         
19792         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19793         interface.
19794         
19795         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19796         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19797         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19798         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19799         Merged with ANJUTA_1_2_0 branch.
19801 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19803         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19805 2004-05-07  Naba Kumar  <naba@gnome.org>
19807         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19809         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19810         Added preferences reading and loading.
19811         
19812         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19813         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19814         libanjuta/fileselection.c, libanjuta/fileselection.h,
19815         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19816         
19817         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19819         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19820         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19821         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19822         data/macros/autogen.sh, data/macros2/autogen.sh
19823         data/properties/ada.properties, data/properties/anjuta.properties,
19824         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19825         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19826         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19827         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19828         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19829         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19830         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19831         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19832         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19833         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19834         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19835         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19836         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19837         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19838         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19839         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19840         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19841         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19842         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19843         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19844         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19845         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19846         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19847         (added) scintilla/scintilla-marshal.c,
19848         (added) scintilla/scintilla-marshal.h,
19849         (added) scintilla/scintilla-marshal.list,
19850         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19851         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19852         (added) scintilla/patches/scintilla-calltip-align.patch,
19853         (added) scintilla/patches/scintilla-minor.patch,
19854         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19856 2004-05-06  Naba Kumar  <naba@gnome.org>
19858         * (added) plugins/file-manager/Makefile.am,
19859         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19860         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19861         (added) plugins/file-manager/anjuta-file-manager.ui,
19862         (added) plugins/file-manager/plugin.c,
19863         (added) plugins/file-manager/plugin.h,
19864         (removed) plugins/file-manager/an_file_view.h,
19865         plugins/Makefile.am, configure.in,
19866         plugins/file-manager/an_file_view.c: Created file manager plugin.
19867         
19868         * plugins/profile-default/plugin.c: Added file manager plugin in default
19869         profile.
19870         
19871         * libanjuta/Makefile.am: Fixed dependencies.
19872         * pixmaps/anjuta_splash.png: New splash screen.
19874 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19875         
19876         * template/template.c/h: Added in-line doc
19877         * manuals/reference/template/*: Added template documentation
19878         * configure.in: Build template docs
19880 2004-05-05  Naba Kumar  <naba@gnome.org>
19882         * autogen.sh: Added commands to generate initial interfaces.
19883         
19884         * libanjuta/Makefile.am,
19885         (removed)libanjuta/anjuta-plugin-parser.c,
19886         (removed)libanjuta/anjuta-plugin-parser.h,
19887         (added)libanjuta/anjuta-plugin-description.c,
19888         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19889         plugin description.
19890         
19891         * libanjuta/anjuta-plugin.c,
19892         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19893         
19894         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19895         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19896         widget add_widget() method.
19897         
19898         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19899         and moved plugin sets loading in profile plugins.
19900         
19901         * libanjuta/interfaces/.cvsignore,
19902         (removed)libanjuta/interfaces/Makefile.am,
19903         libanjuta/interfaces/libanjuta.idl,
19904         libanjuta/interfaces/anjuta-idl-compiler.pl,
19905         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19906         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19907         (removed)libanjuta/interfaces/ianjuta-editor.c,
19908         (removed)libanjuta/interfaces/ianjuta-editor.h,
19909         (removed)libanjuta/interfaces/ianjuta-file.c,
19910         (removed)libanjuta/interfaces/ianjuta-file.h,
19911         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19912         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19913         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19914         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19915         *.h and Makefile.am files. They are autogenerated. Interfaces are
19916         by anjuta-idl-compiler.pl from libanjuta.idl file.
19917         
19918         * manuals/reference/libanjuta/Makefile.am,
19919         manuals/reference/libanjuta/anjuta-architecture.sgml,
19920         manuals/reference/libanjuta/libanjuta-docs.sgml,
19921         manuals/reference/libanjuta/libanjuta-sections.txt,
19922         manuals/reference/libanjuta/libanjuta.types,
19923         manuals/reference/libanjuta/plugin-description-file.sgml,
19924         manuals/reference/libanjuta/writing-plugins.sgml,
19925         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19926         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19927         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19928         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19929         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19930         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19931         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19932         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19933         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19934         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19935         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19936         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19937         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19938         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19939         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19940         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19941         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19942         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19943         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19944         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19945         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19946         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19947         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19948         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19949         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19950         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19951         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19952         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19953         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19954         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19955         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19956         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19957         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19958         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19959         interfaces template sgmls.
19960         
19961         * plugins/Makefile.am,
19962         plugins/devhelp/anjuta-devhelp.plugin.in,
19963         plugins/devhelp/plugin.c,
19964         plugins/editor/action-callbacks.c,
19965         plugins/editor/anjuta-document-manager.plugin.in,
19966         plugins/editor/plugin.c,
19967         plugins/editor/plugin.h,
19968         plugins/editor/text_editor.c,
19969         plugins/sample1/plugin.c,
19970         plugins/message-view/anjuta-message-manager.plugin.in,
19971         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19972         placement. Fixed other errors.
19973         
19974         * (added)plugins/profile-default/.cvsignore,
19975         (added)plugins/profile-default/Makefile.am,
19976         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19977         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19978         (added)plugins/profile-default/anjuta-default-profile.ui,
19979         (added)plugins/profile-default/plugin.c,
19980         (added)plugins/profile-default/plugin.h: Added a default new
19981         profile plugin.
19982         
19983         * src/Makefile.am,
19984         src/action-callbacks.c,
19985         src/anjuta-app.c,
19986         src/anjuta.c,
19987         src/main.cpp: Fixed necessary changes for libanjuta
19989 2004-05-04  Naba Kumar  <naba@gnome.org>
19991         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19992         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19993         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19994         placement for default widgets placements.
19996 2004-05-03  Naba Kumar  <naba@gnome.org>
19998         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19999         manuals/reference/libanjuta/libanjuta-docs.sgml,
20000         manuals/reference/libanjuta/plugin-description-file.sgml,
20001         manuals/reference/libanjuta/writing-plugins.sgml:
20002         Wrote more sections in writing-plugins document and fixed errors.
20004 2004-05-03  Naba Kumar  <naba@gnome.org>
20006         * libanjuta/interfaces/libanjuta.idl: Added interface
20007         IAnjutaFileManager.
20008         
20009         * manuals/reference/libanjuta/anjuta-architecture.dia,
20010         manuals/reference/libanjuta/anjuta-architecture.png: Updated
20011         architecture diagram.
20012         
20013         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
20014          manuals/reference/libanjuta/libanjuta-docs.sgml,
20015         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
20016         (added) manuals/reference/libanjuta/writing-plugins.sgml:
20017         Wrote writing-plugins document and separated chapters into
20018         separate sgml files.
20019         
20020         * plugins/file-manager/an_file_view.c,
20021         plugins/file-manager/an_file_view.h: New and improved directory
20022         rendering.
20024 2004-05-02  Sven Herzberg  <herzi@abi02.de>
20026         * anjuta.glade: re-designed the new file dialog
20027         * anjuta_dialogs_strings.c: new strings from the new file dialog
20029 2004-04-30  Naba Kumar  <naba@gnome.org>
20031         * libanjuta/interfaces/Makefile.am.iface,
20032         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
20033         
20034         * libanjuta/interfaces/libanjuta.idl: Updated.
20036         * libanjuta/interfaces/Makefile.am.iface,
20037         libanjuta/interfaces/libanjuta.idl: Updated.
20039 2004-04-29  Naba Kumar  <naba@gnome.org>
20040         
20041         * libanjuta/interfaces/Makefile.am.iface,
20042         libanjuta/interfaces/libanjuta.idl: Updated.
20044 2004-04-29  Naba Kumar  <naba@gnome.org>
20046         * libanjuta/interfaces/giface-idlc-c.pl,
20047         libanjuta/interfaces/libanjuta.idl: Upgraded.
20048         * libanjuta/interfaces/Makefile.am.iface: Added.
20049         
20050 2004-04-28  Naba kumar  <naba@gnome.org>
20052         * libanjuta/interfaces/giface-idlc-c.pl,
20053         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
20054         definitions and wrote a compiler.
20055         
20056 2004-04-28  Naba Kumar  <naba@gnome.org>
20058         * libanjuta/anjuta-shell.c: Fixed docs.
20059         * libanjuta/interfaces/Makefile.am,
20060         libanjuta/interfaces/ianjuta-file.c,
20061         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
20062         
20063         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
20064         
20065         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
20067         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20068         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20069         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20070         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20071         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
20072         * src/anjuta-app.c: Fixed bug.
20074 2004-04-27  Naba Kumar  <naba@gnome.org>
20076         * libanjuta/anjuta-preferences-dialog.c,
20077         manuals/Makefile.am: Fixed document bugs and enabled docs
20078         building.
20080         * libanjuta/anjuta-preferences-dialog.c,
20081         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
20082         More documentation.
20083         
20084         * libanjuta/anjuta-preferences.c,
20085         manuals/reference/libanjuta/libanjuta-docs.sgml,
20086         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20087         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20088         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20089         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20090         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
20091         Wrote more documentations.
20093         * (removed) plugins/message-view/imessage-view.c,
20094         (removed) plugins/message-view/ianjuta-msgman.c,
20095         plugins/message-view/Makefile.am,
20096         plugins/message-view/anjuta-msgman.c,
20097         plugins/message-view/anjuta-msgman.h,
20098         plugins/message-view/message-view.c,
20099         plugins/message-view/message-view.h,
20100         plugins/message-view/plugin.c,
20101         plugins/message-view/plugin.h: Moved interface implementations
20102         in their respective classes and used correct macros to
20103         defined class types.
20105         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20106         src/action-callbacks.c, src/anjuta-app.c: Subclassed
20107         AnjutaUI from GtkUIManager instead of GtkDialog.
20109         * manuals/reference/libanjuta/Makefile.am,
20110         manuals/reference/libanjuta/libanjuta-docs.sgml,
20111         manuals/reference/libanjuta/libanjuta-sections.txt,
20112         manuals/reference/libanjuta/libanjuta.types,
20113         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20114         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20115         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20116         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20117         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20118         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
20119         Wrote more documentation, fixed typos, added architecture
20120         diagram, updated object types etc.
20122         * plugins/editor/text_editor.c: Fixed interface implementation.
20124 2004-04-26  Naba Kumar  <naba@gnome.org>
20126         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20127         (added) manuals/reference/libanjuta/anjuta-architecture.png,
20128         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
20129         architecture diagram and a new chapter on plugins description file.
20131 2004-04-25  Naba Kumar  <naba@gnome.org>
20133         *  libanjuta/anjuta-children.h,
20134         libanjuta/anjuta-plugin.c,
20135         libanjuta/anjuta-plugin.h,
20136         libanjuta/anjuta-preferences.c,
20137         libanjuta/anjuta-shell.c,
20138         libanjuta/anjuta-shell.h,
20139         libanjuta/e-splash.c,
20140         libanjuta/e-splash.h,
20141         manuals/reference/libanjuta/Makefile.am,
20142         manuals/reference/libanjuta/libanjuta-docs.sgml,
20143         manuals/reference/libanjuta/libanjuta-sections.txt,
20144         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20145         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20146         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20147         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20148         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20149         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20150         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20151         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20152         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20153         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20154         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20155         manuals/reference/libanjuta/tmpl/defaults.sgml,
20156         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20157         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20158         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20159         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20160         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20161         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20162         manuals/reference/libanjuta/tmpl/plugins.sgml,
20163         manuals/reference/libanjuta/tmpl/properties.sgml,
20164         manuals/reference/libanjuta/tmpl/resources.sgml,
20165         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
20166         manuals/reference/libanjuta/tmpl/e-splash.sgml,
20167         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20168         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20169         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20170         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
20172         Added more template files and wrote more documentation.
20174 2004-04-24  Andras Timar  <timar@gnome.hu>
20176         * configure.in: Added hu to ALL_LINGUAS.
20178 2004-04-23  Naba Kumar  <naba@gnome.org>
20179         
20180         * configure.in: Fixed compile error.
20181         
20182         * libanjuta/anjuta-children.c,
20183         libanjuta/anjuta-children.h,
20184         libanjuta/anjuta-preferences.c,
20185         libanjuta/anjuta-preferences.h,
20186         libanjuta/anjuta-shell.c,
20187         libanjuta/anjuta-ui.c,
20188         libanjuta/anjuta-ui.h,
20189         manuals/reference/libanjuta/Makefile.am,
20190         manuals/reference/libanjuta/libanjuta-docs.sgml,
20191         manuals/reference/libanjuta/libanjuta.types,
20192         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20193         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20194         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20195         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20196         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20197         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20198         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20199         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20200         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20201         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20202         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20203         manuals/reference/libanjuta/tmpl/defaults.sgml,
20204         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20205         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20206         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20207         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20208         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20209         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20210         manuals/reference/libanjuta/tmpl/plugins.sgml,
20211         manuals/reference/libanjuta/tmpl/properties.sgml,
20212         manuals/reference/libanjuta/tmpl/resources.sgml,
20213         plugins/sample1/plugin.c: Added libanjuta API documentation.
20215 2004-04-22  Naba Kumar  <naba@gnome.org>
20217         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
20218         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20219         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20220         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
20221         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
20222         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
20223         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
20224         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
20225         (removed) libegg/eggradiotoolbutton.c,
20226         (removed) libegg/eggseparatortoolitem.c,
20227         (removed) libegg/eggtoggletoolbutton.c,
20228         (removed) libegg/eggtoolbar.c,
20229         (removed) libegg/eggtoolbutton.c,
20230         (removed) libegg/eggtoolitem.c,
20231         (removed) libegg/prop-editor.c,
20232         (removed) libegg/test-actions.c,
20233         (removed) libegg/test-drag.c,
20234         (removed) libegg/test-merge.c,
20235         (removed) libegg/test-toolbar.c,
20236         libegg/menu/Makefile.am,
20237         (removed) libegg/menu/egg-accel-dialog.h,
20238         (removed) libegg/menu/egg-action-group.h,
20239         (removed) libegg/menu/egg-action.h,
20240         libegg/menu/egg-entry-action.h,
20241         (removed) libegg/menu/egg-markup.h,
20242         (removed) libegg/menu/egg-menu-merge.h,
20243         (removed) libegg/menu/egg-menu.h,
20244         (removed) libegg/menu/egg-radio-action.h,
20245         (removed) libegg/menu/egg-toggle-action.h,
20246         (removed) libegg/menu/howitshouldwork.txt,
20247         (removed) libegg/toolbar/.cvsignore,
20248         (removed) libegg/toolbar/Makefile.am,
20249         (removed) libegg/toolbar/TODO,
20250         (removed) libegg/toolbar/eggradiotoolbutton.h,
20251         (removed) libegg/toolbar/eggseparatortoolitem.h,
20252         (removed) libegg/toolbar/eggtoggletoolbutton.h,
20253         (removed) libegg/toolbar/eggtoolbar.h,
20254         (removed) libegg/toolbar/eggtoolbutton.h,
20255         (removed) libegg/toolbar/eggtoolitem.h,
20256         (removed) libegg/toolbar/prop-editor.h,
20257         (removed) libegg/toolbar/toolbar-api.txt,
20258         (removed) libegg/toolbar/toolbar-ideas.txt,
20259         plugins/devhelp/anjuta-devhelp.ui,
20260         plugins/devhelp/plugin.c,
20261         plugins/editor/action-callbacks.c,
20262         plugins/editor/action-callbacks.h,
20263         plugins/editor/anjuta-docman.c,
20264         plugins/editor/anjuta-document-manager.ui,
20265         plugins/editor/plugin.c,
20266         P plugins/message-view/Makefile.am,
20267         plugins/message-view/anjuta-message-manager.ui,
20268         plugins/message-view/plugin.c,
20269         plugins/sample1/anjuta-sample.ui,
20270         plugins/sample1/plugin.c,
20271         src/action-callbacks.c,
20272         src/action-callbacks.h,
20273         src/anjuta-actions.h,
20274         src/anjuta-app.c,
20275         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20276         Gtk actions and UIManager. Fixed all plugins to use this.
20277         
20278         * manuals/reference/gtkdoc-scangobj.diff,
20279         manuals/reference/libanjuta/Makefile.am,
20280         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20281         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20282         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20283         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20284         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20286         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20287         
20288 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
20289         
20290         * plugins/message-view/imessage-view.c
20291         * plugins/message-view/ianjuta-msgman.c:
20292         Added interfaces
20294 2004-04-17  Adam Weinberger  <adamw@gnome.org>
20296         * configure.in: Added en_CA to ALL_LINGUAS.
20298 2004-04-08  Naba Kumar  <naba@gnome.org>
20300         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
20301         libanjuta/interfaces/Makefile.am,
20302         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20303         message manager and message view interfaces.
20305         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20306         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20307         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20308         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20309         src/anjuta-app.c: Used 'activate' and
20310         'deactivate' virtual methods for plugins. Fixed installed plugins
20311         dialogs. Added remove_widget() method for AnjutaShell.
20313         * libanjuta/interfaces/Makefile.am,
20314         libanjuta/interfaces/ianjuta-document-manager.c,
20315         libanjuta/interfaces/ianjuta-document-manager.h,
20316         libanjuta/interfaces/ianjuta-editor.c,
20317         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20318         and editor interfaces.
20320         * plugins/devhelp/plugin.c,
20321         plugins/message-view/anjuta-message-manager.plugin.in,
20322         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20323         plugins/sample1/plugin.c: Updated plugins implementation to
20324         reflect the changes.
20326 2004-04-07  Naba Kumar  <naba@gnome.org>
20328         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20329         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20330         libanjuta/interfaces/ianjuta-editor.h,
20331         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20332         plugins/editor/anjuta-docman.c,
20333         plugins/editor/anjuta-document-manager.plugin.in,
20334         plugins/editor/plugin.c, plugins/sample1/plugin.c,
20335         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20336         Added supported interfaces for plugins. Tested plugin interfaces
20337         through sample plugin.
20338         
20339 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
20340         
20341         * template/Makefile.am, data/templates/library/Makefile.am
20342         Fixed some automake-1.7 incompatibilities
20343         * template/xmltemplate.c: Small fix
20345 2004-02-23  Naba Kumar  <naba@gnome.org>
20347         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20348         Added plugins manager dialog.
20349         
20350         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20351         library dependencies.
20352         
20353         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20354         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20355         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20356         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20357         geometry command line option.
20358         
20359 2004-02-16  Naba Kumar  <naba@gnome.org>
20361         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20362         Added interfaces and IAnjutaEditor editor interface.
20363         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20364         interface.
20365         * libanjuta/anjuta-shell.h: Fixed bug.
20366         
20367 2004-02-13  Naba Kumar  <naba@gnome.org>
20369         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20370         
20371 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
20372         
20373         * data/template/*/.cvsignore:
20374         Avoid all these ? in cvs output
20376 2004-02-13  Naba Kumar  <naba@gnome.org>
20378         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20379         includes and linking.
20381         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20382         and set required version to devhelp 0.8. This devhelp version
20383         can be acquired from gnome cvs branch devhelp branch
20384         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20386         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20387         src/actions-callbacks.c: Added Dock Manager settings menu item.
20389         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20390         * plugins/devhelp/plugin.c: Fixed a linking bug.
20391         
20392         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20393         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20394         external GDL dependency and used libegg codes.
20395         
20396 2004-02-12  Naba Kumar  <naba@gnome.org>
20398         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20399         Added devhelp plugin, but it can't be used without a
20400         patch in devhelp. So it's disabled for now.
20402         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20403         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20404         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20405         Update cvsignore files.
20407         * libanjuta/plugins.c, widgets/e-splash.c:
20408         Fixed plugins loading to show splash icons.
20409         
20410         * plugins/message-view/anjuta-message-manager.plugin.in,
20411         plugins/message-view/plugin.c: Fixed plugin registered name.
20413         * plugins/message-view/anjuta-message-view.png,
20414         plugins/sample1/anjuta-sample-plugin.png: Update images.
20416         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20417         src/main.c: Fixed layout loading.
20419         * plugins/devhelp/Makefile.am: Fixed error.
20421         * (removed) widgets/*, libanjuta/plugins.h,
20422         src/main.c: Transfered widgets to libanjuta/.
20423         
20424         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20425         toplevel directory to created only one library as libanjuta-egg.
20427         * data/Makefile.am: Fixed build error.
20429         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20430         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20431         libegg/.cvsignore: Added egg dock widget.
20433         * gdl/*: Removed as they are now available in libegg.
20434         
20435 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20437         * plugins/editor/anjuta-docman.c:
20438         Use stock close icon on tab close button
20440 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20441         
20442         * data/template/Makefile.am
20443         data/template/language/Makefile.am
20444         data/template/library/Makefile.am
20445         data/template/text/Makefile.am
20446         data/template/project/Makefile.am
20447         data/template/project/terminal/Makefile.am
20448         configure.in: Created Makefile to install templates
20450 2004-02-11  Naba Kumar  <naba@gnome.org>
20452         * plugins/editor/action-callbacks.c,
20453         plugins/editor/anjuta-document-manager.ui,
20454         plugins/editor/plugin.c
20455         plugins/message-view/anjuta-message-manager.ui,
20456         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20457         
20458 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20459         
20460         * plugins/message-view/*: MessageView plugin is now loaded
20461         The menu items are still dummies.
20463 2004-02-09  Naba Kumar  <naba@gnome.org>
20465         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20466         generation.
20467         
20468         * libanjuta/anjuta-preferences.h: Added some documentation.
20469         
20470         * libanjuta/anjuta-shell.h: Removed dead codes.
20471         
20472         * (removed) manuals/reference/gtkdoc-scangobj,
20473         manuals/reference/gtkdoc-scangobj.diff,
20474         manuals/reference/libanjuta/.cvsignore,
20475         manuals/reference/libanjuta/Makefile.am,
20476         manuals/reference/libanjuta/README.inline-doc,
20477         manuals/reference/libanjuta/README.sections,
20478         manuals/reference/libanjuta/libanjuta-docs.sgml,
20479         manuals/reference/libanjuta/libanjuta-sections.txt,
20480         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20481         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20482         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20483         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20484         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20485         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20486         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20487         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20488         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20489         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20490         manuals/reference/libanjuta/tmpl/defaults.sgml,
20491         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20492         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20493         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20494         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20495         manuals/reference/libanjuta/tmpl/plugins.sgml,
20496         manuals/reference/libanjuta/tmpl/properties.sgml,
20497         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20498         of scan program. Updated templates.
20500         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20501         editor action callbacks data.
20502         
20503         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20504         scintilla object ref/unref.
20506 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20507         
20508         * template/*: Added new xml based template system
20509         * template/dtds/*: Dtds to validate xml files of the template systems
20510         * data/template/*: Some sample template files
20511         Still needs some work but builds fine!
20513 2004-02-06  Naba Kumar  <naba@gnome.org>
20515         * cofigure.in, manuals/Makefile.am,
20516         (added) manuals/reference/*: Added API documentation
20517         structure (gtk-doc based).
20519         * libanjuta/libanjuta.h: Updated
20520         
20521 2004-02-05  Naba Kumar  <naba@gnome.org>
20522         
20523         * configure.in: Sets correct dependencies and
20524         uses gdl external library.
20526         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20527         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20528         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20529         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20530         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20531         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20532         and added file dialogs.
20534         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20535         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20536         Build dynamic libraries for libegg.
20538         * plugins/Makefile.am, plugins/editor/Makefile.am,
20539         plugins/editor/action-callbacks.c, 
20540         plugins/editor/action-callbacks.h,
20541         plugins/editor/anjuta-docman.c,
20542         plugins/editor/anjuta-docman.h
20543         plugins/editor/anjuta-document-manager.plugin.in
20544         plugins/editor/anjuta-document-manager.png
20545         plugins/editor/anjuta-document-manager.ui
20546         plugins/editor/file.c
20547         plugins/editor/file.h
20548         plugins/editor/plugin.c
20549         plugins/editor/print.c
20550         plugins/editor/print.h
20551         plugins/editor/search-replace.c
20552         plugins/editor/search_incremental.c
20553         plugins/editor/search_incremental.h
20554         plugins/editor/text_editor.c
20555         plugins/editor/text_editor.h
20556         plugins/editor/text_editor_cbs.c
20557         plugins/editor/text_editor_menu.h
20558         plugins/sample1/Makefile.am
20559         plugins/sample1/anjuta-sample-plugin.png
20560         plugins/sample1/anjuta-sample.plugin.in
20561         plugins/sample1/anjuta-sample.ui
20562         plugins/sample1/plugin-sample1.c
20563         plugins/sample1/plugin.c
20564         plugins/sample1/plugin.h: Created sample
20565         plugin and fixed editor plugin.
20567         * printing/*: Removed.
20569         * scintilla/Makefile.am: Builds dynamic library.
20571         * src/Makefile.am, src/action-callbacks.c,
20572         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20573         src/anjuta-actions.h, src/anjuta-app.c,
20574         src/anjuta-app.h, src/anjuta-callbacks.c,
20575         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20576         (removed) src/anjuta.h, src/anjuta.ui,
20577         src/layout.xml, src/main.c, src/preferences.h,
20578         src/utilities.c: Debuggged and finally made plugins
20579         loadable.
20581         * global-tags/Makefile.am: Fixed build error.
20583 2004-02-03  Naba Kumar  <naba@gnome.org>
20585         * configure.in: Users GDL from external package.
20586         * plugins/*: Added many new plugins (not ready though).
20587         * src/*: Removed many files (which have been transfered in plugins/).
20588         
20589 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20591         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20593 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20595         * configure.in: Added editor plugins
20596         
20597         * plugins/Makefile.am, src/search-replace_backend.h,
20598         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20599         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20600         
20601         * Added: plugins/editor/search_incremental.c, 
20602         plugins/editor/search_incremental.h
20604         * Update search-replace in plugins/editor
20605         
20606 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20607         
20608         * plugins/message-view/message-view.c: Some code clean-up
20610 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20612         * Added: search_incremental[ch]
20613         
20614         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20615         src/mainmenu_callbacks.c, src/toolbar.c
20616         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20617         
20618         * Incremental Search
20620 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20621         
20622         * plugins/message-view/anjuta-msgman.[c/h]:
20623         Added message manager for easier message handling with a
20624         similar interface as docman. Of course you can still use
20625         MessageView standalone.
20626         * plugins/Makefile.am: Added message-view because it compiles
20627         without errors.
20629 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20630         
20631         * plugins/message-view/*: Added message-view plugin 
20632         (still incomplete) 
20633         * configure.in: Added plugins/message-view/Makefile
20635 2004-01-03  Naba Kumar  <naba@gnome.org>
20637         * libanjuta/*.c: Added new files and updated old ones.
20638         * plugins/editor/*: Added editor plugin.
20639         * configure.in: Added editor plugin and moved editor related
20640         files into it.
20642 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20644         * src/Makefile.am: Added search-replace_backend.[ch]
20645         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20646         find_replace.[ch]
20647         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20648         src/search-replace_backend.c, src/search-replace_backend.h,
20649         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20650         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20651         src/toolbar_callbacks.c
20652         * The advanced Search/Replace functionality now replaces the older
20653         Find/Replace stuff.
20654         * The Search/Replace functionality can be interrupted during a long
20655         Search/Replace;
20656         
20657 2003-12-11  Naba Kumar  <naba@gnome.org>
20659         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20660         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20661         errors.
20662         * Makefile.am, libanjuta/*: Added new module.
20663         * src/Makefile.am: Fixed linking error.
20664         * src/watch_cbs.c: Debugger clean up.
20665         * configure.in: Added libanjuta-2.0.pc
20667         * configure.in, libanjuta/Makefile.am,
20668         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20669         libanjuta instead.
20671 2003-12-11  Naba Kumar  <naba@gnome.org>
20673         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20675         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20676         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20677         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20678         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20679         The user can now give a name at the creation of a new file and
20680         insert automatically (user choice) header, gpl notice, header
20681         template. The file extension is added automatically according
20682         to the selected type of file. The various insert functions have
20683         been moved from mainmenu-callback.c to file.c. The cursor is now
20684         moved after an insert operation. Removes also useless code in
20685         memory.c and search-replace.c
20686         
20687 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20689         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20690         sortable headers, process tree, removal of path and process params
20691         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20692         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20693         code cleanup
20695 2003-12-10  Naba Kumar  <naba@gnome.org>
20697         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20698         
20699 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20701         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20703 2003-11-28  Naba Kumar  <naba@gnome.org>
20705         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20706         
20707         * manuals/de/*: Added german translation docs.
20708         
20709         * configure.in, Makefile.am, src/Makefile.am,
20710         libegg/*/*: Added libegg library.
20711         
20712         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20713         installation directory.
20714         
20715         * src/text_editor_cbs.c: Fixed closing of file.
20717 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20718                                                                                 
20719         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20721 2003-09-05  Naba Kumar  <naba@gnome.org>
20723         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20724         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20725         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20726         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20727         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20728         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20729         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20730         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20731         using libegg. Initial commit -- compiles but is not complete.
20733 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20735         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20737 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20739         * configure.in: Removed "ta" from ALL_LINGUAS.
20741 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20743         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20745 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20747         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20749 2004-04-24  Andras Timar  <tmar@gnome.hu>
20751         * configure.in: Added hu to ALL_LINGUAS.
20753 2004-04-14  Naba Kumar  <naba@gnome.org>
20755         * src/Makefile.am, printing/Makefile.am,
20756         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20757         because we are still using GtkCombo and build breaks with gtk-2.4.
20758         
20759 2004-04-13  Naba Kumar  <naba@gnome.org>
20761         * NEWS: Updated.
20762         * anjuta.spec.in: Fixed build error.
20763         * po/POTFILES.in: Updated.
20764         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20766 2004-04-11  Naba Kumar  <naba@gnome.org>
20768         * NEWS: Updated.
20769         * AUTHORS: Updated.
20770         * configure.in: Added ga in ALL_LINGUAS.
20771         * ChangeLog: Fixed dates.
20772         
20773 2004-04-09  Naba Kumar  <naba@gnome.org>
20775         * src/print.c: Fixed buffer styling bug when printing with
20776         selection.
20778         * data/properties/anjuta.properties: Defined only one base font and
20779         used courier instead of lucidatypewriter, because most newer systems are
20780         unlikely to have it (bug #885023, #925956, #890473).
20781         
20782         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20783         warning.
20784         
20785         * src/an_file_view.c: Fixed possible crash bug.
20787 2004-04-07  Naba Kumar  <naba@gnome.org>
20789         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20790         gtk_main_quit() etc..), so that atexit() functions are not called
20791         (which is apparently done to free up memory and we don't need to
20792         do that at this point). Incidentally, something also happens in the
20793         atexit call which freezes the UI for far too long when the application
20794         exits and we want to avoid that..
20795         * src/glade_iface.c: Fixed compiler warning.
20796         
20797 2004-04-06  Naba Kumar  <naba@gnome.org>
20799         * src/project_dbase_gui.c: Fixed errors.
20801         * src/registers_gui.c: Fixed possible crash bug.
20802         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20803         * src/signals.[c,h]: Used tree view and glade file for dialog.
20804         * src/Makefile.am, src/about.c, src/an_file_view.c,
20805         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20806         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20807         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20808         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20809         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20810         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20811         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20812         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20813         src/launcher.h, src/main.c, src/main_menubar.c,
20814         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20815         src/message-manager-private.cc, src/message-manager.cc,
20816         src/preferences.c, src/project_config.c, src/project_dbase.c,
20817         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20818         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20819         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20820         src/search-replace.c, src/search-replace_backend.c,
20821         src/search_incremental.c, src/search_preferences.c,
20822         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20823         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20824         src/signals_gui.c, src/source.c, src/src_paths.c,
20825         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20826         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20827         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20828         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20829         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20830         tagmanager/Makefile.am, scintilla/include/SString.h,
20831         widgets/Makefile.am, widgets/gnomefilelist.c:
20833         Removed all deprecated codes and substituted
20834         with newer APIs. Fixed some possible crash bugs where cell renderers
20835         were being shared.
20836         
20837         * scintilla/patches/scintilla-minor.patch: Minor patch.
20839 2004-04-06  Naba Kumar  <naba@gnome.org>
20841         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20842         tree after all the files have been added (and not everytime a file
20843         is added in the project). Also fixed some memory corruption
20844         (possibly bug #900478).
20845         
20846         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20847         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20848         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20849         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20850         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20851         qualifier wherever appropriate.
20853 2004-04-05  Naba Kumar  <naba@gnome.org>
20855         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20856         switch terminal echo on/off. Debugger requires it off, while the
20857         rest requires it on.
20859         * src/search-replace.c: sets search direction and action (in addtion
20860         to target) for find in files.
20861         
20862 2004-04-02  Naba Kumar  <naba@gnome.org>
20864         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20866         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20867         src/an_symbol_view.c: Added an gtk events loop for
20868         displaying project loading status (for loading large projects) and
20869         debugger program starting ... just to give an impression of fastness :-).
20871         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20873         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20874         crash bug, which occurs when opening and closing a large project
20875         repeatedly.
20876         
20877         * src/attach_process.c: Fixed a comiple error for old gcc.
20878         
20879         * src/launcher.c: Prints proper error message when launcher child
20880         could not be executed and exits properly. Fixed a crash
20881         bug (bug #926606).
20882         
20883         * src/resources.c, src/utilities.c, src/glade_iface.c,
20884         src/debugger.c, src/attach_process.c: Properly exits forked children
20885         when they could not be executed.
20886         
20887 2004-04-01  Naba Kumar  <naba@gnome.org>
20889         * src/search-replace.c: Fixed a crash bug (bug #921893).
20891 2004-03-31  Naba Kumar  <naba@gnome.org>
20893         * anjuta.glade: Added a note on compiler options dialog ->support
20894         dialog telling that supports are only available for file mode.
20896         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20897         src/anjuta_cbs.c:
20898         Improved shutdown time delay by bypassing project closing
20899         and unloading plugins.
20901         * src/build_file.c, data/properties/anjuta.properties: Added a property
20902         to toggle on/off for going to first error automatically.
20904 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20906         * src/debugger.c: fixed core file loading
20907         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20908         for long lines (bugs #700968 and #911376)
20909         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20910         #917982.
20911         * src/anjuta.c: Focuses current AnEditor correctly.
20913 2004-03-30  Naba Kumar  <naba@gnome.org>
20915         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20916         * AUTHORS: Updated with all contributors names.
20917         * NEWS: Updated.
20918         * src/about.c: Reads contributors names from AUTHORS file.
20919         * manuals/C/anjuta-manual/authors.xml: Points to online
20920         contributors list.
20921         
20922 2004-03-29  Naba Kumar  <naba@gnome.org>
20924         * data/properties/ada.properties: Fixed syntax colors. Patch
20925         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20926         (bug #923474).
20928         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20929         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20930         generated projects, so that their pixmap files are
20931         found properly (bug #919903).
20932         
20933         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20934         anjuta.
20936         * src/source.c: Installs .glade file of libgllade
20937         projects in $(datadir)/$(package)/glade (part of bug #861038).
20938         
20939         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20940         in compiler options (bug #883837).
20941         
20942         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20943         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20944         
20945 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20947         * anjuta/src/search-replace.c: fixed another crash bug in
20948         "Find Usage"
20949         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20950         breakpoint property fix
20952 2004-03-29  Naba Kumar  <naba@gnome.org>
20954         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20955         (new) manuals/C/anjuta-advanced-tutorial/*:
20956         Added menu entry for 'Anjuta Advanced Tutorial'
20957         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20959 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20960         
20961         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20962         Fixed bug #908941  ('Open' starts in wrong directory)
20963         
20964 2004-03-26  Naba Kumar  <naba@gnome.org>
20966         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20967         compile error and bug #905738 with terminal.
20969         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20970         src/search-replace.[h,c], src/search_incremental.[h,c],
20971         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20972         src/text_editor.[c,h]: Fixed compiler warnings.
20973         
20974         * src/search-replace.c: Fixed a memory corruption (possible
20975         fix for bug #921893, but not yet confirmed).
20976         
20977         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20978         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20979         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20980         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20982 2004-03-25  Naba Kumar  <naba@gnome.org>
20984         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20985         crash bug with attach process dialog and made the dialog closable
20986         with 'esc'.
20987         
20988         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20989         always display within the margin.)
20990         
20991         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20992         the old breakpoint when it's properties are updated
20993         (creating a new updated one).
20994         
20995 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20997         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20998         displayed for wrong file.
20999         * src/breakpoints.c: conditional breakpoints
21000         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
21001         "Find in Files..." disabling policy
21003 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21005         * src/build_file.c: Fixed bug #874380
21006         Goto the first error if it exists.
21008 2004-03-24  Naba Kumar  <naba@gnome.org>
21010         * src/anjuta.c: Fixed to get correct child exit status
21011         using mask (bug #905738).
21012         
21013         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
21014         Aligned buttons in the New file dialog,
21015         set default response to OK, entry box activates default response,
21016         ESC closes dialog and hides on delet_event.
21018 2004-03-19  Naba Kumar  <naba@gnome.org>
21020         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
21021         tree).
21023 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
21025         * src/search-replace.c: fixed "Find Usage" crash when no project open
21027 2004-03-17  Naba Kumar  <naba@gnome.org>
21029         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
21030         Fixed the generated projects to read m4 directory if the directory
21031         exists (bug #917781).
21032         
21033 2004-03-12  Naba Kumar  <naba@gnome.org>
21035         * HACKING: Fixed formatting for auto-parsing.
21037 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
21038         
21039         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
21040         rework (bug #890609)
21042 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21043         
21044         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
21046 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21047         
21048         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
21049         * src/search_preferences.c: Fixed typo.
21050         
21051 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21052         
21053         * src/search-replace.c: improved Search&Replace
21054         For the moment "Replace All" does not work with non opened files
21055         but Anjuta should not crash now ! ??? 
21056         
21057 2004-02-26  Naba Kumar  <naba@gnome.or>
21059         * src/source.c: Fixed to pass cflags correctly
21060         and suppress the automake's default cflags.
21061         bug #816130, #801056, #782798, #773459
21062         
21063         * data/properties/anjuta.properties: Do not defualt to -k make option.
21064         bug #875486.
21066         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
21067         bug #877683.
21068         
21069         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
21070         
21071         * src/message-manager-private.cc: Disabled debug messages.
21072         
21073 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
21075         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
21077 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21078         * anjuta.glade, src/search-replace.c:
21079         Reduced Search&Replace dialog, bug #902636.
21080         
21081 2004-02-23  Naba Kumar  <naba@gnome.or>
21083         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
21084         (bug #866143).
21086 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21087         
21088         * src/search_incremental.c: Fixed bug #900903
21090 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
21091         
21092         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
21093         src/anjuta.c: Fixed bugs #890609 and #890609
21095 2004-02-23  Naba Kumar  <naba@gnome.or>
21097         * src/message-manager.cc: Disconnects menuitem signal properly.
21098         Fixed bug #901723.
21099         
21100         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
21101         bug #900897.
21102         
21103 2004-02-20  Naba Kumar  <naba@gnome.org>
21105         * src/message-manager-private.[c,h]: Implemented keypress
21106         event for the terminal and resets it when ctrl c or ctrl d
21107         is pressed. But it doesn't seem to be working on keypress.
21108         Added a workaround to let it work on key release instead.
21109         (bug #878357).
21110         
21111         * src/search-replace: Fixed compiler warnings.
21112         
21113 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
21115         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
21116         Use defined file name when saving new files (fixes bug #898105)
21117         Don't change filename when clicking on a directory
21118         
21119         BTW: Happy birthday to me :-)
21120         
21121 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21122         
21123         * src/search-replace.c: Fixed a crash bug 
21124         Crash on Find & Replace (#887833)
21125         
21126 2004-02-18  Naba Kumar  <naba@gnome.org>
21128         * src/executer.c: Fixed a crash bug.
21129         
21130         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
21131         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
21132         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
21133         instead of GtkWindow (Part of bug #671596).
21134         
21135         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
21136         src/registers_gui.c, src/registers_cbs.[h,c],
21137         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
21138         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
21139         src/compiler_options.c, src/an_file_view.c, start-with.c,
21140         src/anjuta-tools.c, help.c:
21142         Added "close" buttons on all
21143         dialogs (HIG) and fixed to properly response to ESC close
21144         (Part of bug #671596).
21146         * src/launcher.c: Disabled printing of long debug lines.
21147         
21148         * src/utilities.h: Fixed a compiler warning.
21149         
21150 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
21152         * src/anjuta.c: "Save all" action now asks for filenames for new files
21153         (fixes bug #898111)
21155 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
21157         * anjuta.glade, src/text_editor.c:
21158         Fixed a typo in Hello World indentation style 
21159         Fixed misuse of translated strings when looking for style
21160         This entry fixes bug #876037
21162 2004-02-16  Naba Kumar  <naba@gnome.org>
21164         * src/utilities.c: Fixed return value when dest file could
21165         not be created.
21167         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
21168         * src/utilities.[c,h]: Removed 'cmp' dependency and used
21169         internal function to compare files.
21170         
21171 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
21173         * src/message-manager-private.cc:
21174         Set bold color as foreground color in terminal
21175         (fixes bug #864924)
21177         * src/aneditor.cxx:
21178         Use font style defined for message indicators in
21179         preferences/messages
21180         (fixes bug #885032)
21182 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
21184         * src/build_project.c:
21185         Use build.silent option from preferences (fixes bug #895726)
21186         
21187 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
21189         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
21191 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
21192         
21193         Patch from Massimo Corà <maxcvs@email.it>:
21194         * scintilla/LexCPP.cxx: Support "///" comments
21196 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21197         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
21198         src/search_replace.h, src/search-replace_backend.h
21199         anjuta.glade
21200         
21201         * Added: src/search_preferences.c, src/search_preferences.h
21202         Allow the user to save search/replace settings and give them names.
21204 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
21205         
21206         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
21207         scintilla/ScintillaGTK.cxx:
21208         Hopefully fixed AMD 64 crash bug by using correct marshaller
21210 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
21212         * src/preferences.c: Save GtkOptionMenu properties properly
21213         * src/text_editor.c: Fixes editor mispell of fold.symbols property
21215 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21216         
21217         * configure.in, src/Makefile.am, scintilla/Makefile.am:
21218         Fixed libiconv issue
21219         * NEWS: Updated
21221 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21222         
21223         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21224         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
21225         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
21226         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
21227         src/sharedlib_gui.c:
21228         Debugger speed-up, replaced deprecated GtkCList
21230 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
21232         * src/text-editor.c: Use stock gtk+ close button for editor tabs
21234 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
21236         * configure.in: Added "sq" to ALL_LINGUAS.
21238 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
21240         * configure.in: Added "ko" to ALL_LINGUAS.
21242 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21244         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
21245         src/search_incremental.c, src/search_incremental.h: 
21246         Search_incremental code cleanup
21248 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21250         * scintilla/*/*: Updated scintilla to CVS
21251         * Added: scintilla/Readme.sync
21252         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21253         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21254         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21255         scintilla/ScintillaGTK.cxx,
21256         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21257         scintilla/include/Scintilla.iface: Updated.
21259 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21261         * search-replace_backend.[ch], search_incremental[ch]: Added
21262         
21263         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21264         find_replace.[ch]: Removed.
21265         
21266         * anjuta.glade, src/search-replace.c, src/search-replace.h,
21267         src/search-replace_backend.c, src/search-replace_backend.h,
21268         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21269         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21270         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21271         functionality now replaces the older Find/Replace stuff. The Search/Replace
21272         functionality can be interrupted during a long Search/Replace.
21274 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
21276         * widgets/gnomefilesel.c: Fix use of previously freed memory on
21277         selecting ".." and "." from file selector. 
21279 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
21281         * anjuta.glade: Fixed wrong "fold.symbols" property
21283 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21284         
21285         * src/project_dbase_gui.c: Alphabetical order ;-)
21286         * src/compiler_options.c: Fixed bug #867539
21287         * src/launcher.c: Workaround for bugs #864922, #849928,
21288         #846386 and #845782: The launcher no longer hangs but does
21289         not get the exit status correctly sometimes.
21290         * Changes suggested by Bosik are obviously already in without
21291         any Changelog entry (ClsGen.c, project_dbase_gui.c)
21292         * NEWS, README, anjuta.prj, configure.in: 
21293         Changed version to 1.2.1
21294         
21295         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21296         * anjuta_dialogs_strings.c, anjuta.glade: 
21297         Fixed bugs #860906, #859329
21298         
21299         Patch from grzegol@pld-linux.org
21300         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
21301         freedesktop.org standard)
21303 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21304         
21305         Patch from Stefano Vallarino <stevalla@libero.it>:
21306         * src/source.[c/h]: Fixes cpp sample file to conform to 
21307         ISO/IEC 14882, C++-Standard 
21309 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
21311         Review by Johannes Schmid <jhs@cvs.gnome.org>
21312         * src/build_file.[ch]: Add build_execute_shell_command which executes the
21313         command using sh -c.
21314         * src/compile.c: Use build_execute_shell_command when compiling single
21315         files.
21317 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21318         
21319         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
21320         * src/breakpoints.c: Code cleanup, workaroud for possible 
21321         launcher bug
21322         * src/src_paths.c: Update debugger dirs on directory change
21324 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
21326         Review by Johannes Schmid <jhs@cvs.gnome.org>
21327         * src/attach_process.c, src/attach_process.h, anjuta.glade:
21328         sortable headers, process tree, removal of path and process params
21329         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21330         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21331         code cleanup
21333 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21334         
21335         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21336         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21337         Add a dialog for "New file" which lets the user set the 
21338         filename and to add copyright/header templates to the file
21339         * Review: Changed function names to contain modules name (file_)
21341 2003-12-09  Naba Kumar  <naba@gnome.org>
21343         * setup-gettext: Fixed a typo.
21344         * scintilla/Makefile.am: Fixed a build error for SMP systems.
21346 ---- Released version 1.2.0 ---
21348 2003-12-08  Naba Kumar  <naba@gnome.org>
21350         * src/preferences.c: Fixed compiler error.
21351         * global_tags/create_global_tags.sh: Fixed to install properly
21352         even when system.tags could not be generated.
21353         * NEWS: Updated.
21355 2003-12-06  Naba Kumar  <naba@gnome.org>
21357         * setup-gettext: Fixed to not generate intl directory with gettextize.
21359         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
21360         * src/anjuta.c: Filters out unnecessary files from find in files
21361         command.
21362         
21363         * NEWS: Updated.
21364         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21365         * src/widzard_gui.c: Added horiz scrollbar for desc text.
21366         
21367 2003-12-04  Naba Kumar  <naba@gnome.org>
21368         
21369         * src/gnome_project.c: Enables debug and optimization flags for
21370         new projects.
21371         
21372         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
21373         
21374         * src/project_dbase_gui.c: combined header and c files for
21375         file selector.
21376         
21377         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21378         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21380 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
21382         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21384 2003-11-29  Naba Kumar  <naba@gnome.org>
21386         * configure.in, anjuta.prj: Bumped version to 1.2.0.
21387         * NEWS: Updated.
21389 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21390         
21391         * src/main_menubar.c: Now files cannot be opened twice in recently
21392         file menu
21394 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
21396         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21398 2003-11-28  Naba Kumar  <naba@gnome.org>
21400         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21401         
21402 2003-11-27  Naba Kumar  <naba@gnome.org>
21404         * src/breakpoints.c, src/launcher.c, src/find_text.c,
21405         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21406         
21407         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21408         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21409         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21410         checkbox in project wizard (project options page) to enable/disable
21411         source code generation with glade(mm).
21412         
21413         * NEWS: Updated
21414         
21415 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
21417         * src/dnd.c: Opening files with special characters in the name.
21419 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
21421         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21422         a long time.
21424 2003-11-18  Naba Kumar  <naba@gnome.org>
21426         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21427         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21428         src/project_import.c, plugins/patch/patch-plugin.c:
21429         Fixed g_signal_diconnect calls to pass correct data.
21430         (Fixed possible crash in project imports).
21431         
21432         * NEWS: Updated.
21433         
21434 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21436         Reviewed by Naba Kumar  <naba@gnome.org>
21437         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21438         and debugger. Sets default settings for pty in launcher.
21439         * data/gdb.init: Removed charset work around (now works with user's
21440         native charset)
21441         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21443 2003-11-18  Naba Kumar  <naba@gnome.org>
21445         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21446         names of 'index' to 'idx'.
21447         
21448 2003-11-17  Naba Kumar  <naba@gnome.org>
21450         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21451         * src/project_dbase.c: Prompts user for unsaved project files
21452         when project is closed.
21453         
21454 2003-11-16  Naba Kumar  <naba@gnome.org>
21456         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21457         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21458         older gcc.
21459         
21460 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21461         
21462         * src/anjuta.c: Fixed crash related to tag == NULL while 
21463         anjuta is exiting
21465 2003-11-11  Naba Kumar  <naba@gnome.org>
21467         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21468         found. It simply doesn't generate the c/c++ codes and continues with
21469         just a warning.
21470         * NEWS: Updated.
21471         
21472 2003-11-10  Naba Kumar  <naba@gnome.org>
21474         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21475         'Start with dialog'.
21477         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21478         German translation of anjuta-tutorial.
21479         
21480         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21481         * NEWS: Updated.
21483 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21485         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21486         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21487         the syntax highlighting in Preferences, the automatic syntax
21488         highlighting is now selected. When the debugger is stopped and the
21489         breakpoints window not closed, the gtk_tree_view in this window is
21490         now made unsensitive.
21492 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21494         * src/preferences.h, src/preferences.c, anjuta.glade:
21495         Fixed translation bug in preferences by using GtkOptionMenu
21496         * anjuta.prj: Project version 1.1.98
21498 ---------------- Released version 1.1.98 ----------------
21500 2003-11-07  Naba Kumar  <naba@gnome.org>
21502         * anjuta.spec.in: Revived docs package and combined all docs into
21503         one package.
21504         * configure.in: Bumped version to 1.1.98 rc2
21505         * NEWS: Updated.
21506         * anjuta.spec.in: Fixed scrollkeepr-update command.
21507         * anjuta.spce.in: Fixed file permissions.
21509 2003-11-06  Naba Kumar  <naba@gnome.org>
21511         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21512         menus to activate anjuta helps.
21513         
21514         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21515         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21516         manuals/C/anjuta-faqs/legal.xml (added),
21517         manuals/C/anjuta-faqs/Makefile.am,
21518         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21519         manuals/C/anjuta-faqs/.cvsignore,
21520         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21521         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21522         manuals/C/anjuta-tutorial/legal.xml (added),
21523         manuals/C/anjuta-tutorial/Makefile.am,
21524         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21525         manuals/C/anjuta-tutorial/.cvsignore,
21526         manuals/C/anjuta-manual/*.sgml (removed),
21527         manuals/C/anjuta-manual/*.xml (added),
21528         manuals/C/anjuta-manual/Makefile.am,
21529         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21530         manuals/C/anjuta-manual/.cvsignore,
21531         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21532         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21533         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21534         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21535         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21536         manuals/ja/anjuta-faqs/legal.xml (added),
21537         manuals/ja/anjuta-faqs/Makefile.am,
21538         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21539         manuals/ja/anjuta-faqs/.cvsignore,
21540         manuals/ja/anjuta-manual/*.sgml (removed),
21541         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21542         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21543         manuals/ja/anjuta-manual/*.xml (added),
21544         manuals/ja/anjuta-manual/Makefile.am,
21545         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21546         manuals/ja/anjuta-manual/.cvsignore,
21547         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21548         manuals/sgmldocs.make (removed),
21549         manuals/xmldocs.make (added), manuals/omf.make (added),
21550         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21551         documentations to newer docbook xml documentations. Converted 
21552         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21553         Enabled manulas installations.
21554         
21555         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21557 2003-11-05  Naba Kumar  <naba@gnome.org>
21559         * data/gdb.init: Sets host's charset to ascii to solve debugger
21560         freeze up due to uninitialized strings in target program.
21562         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21563         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21564         
21565         * NEWS: Updated.
21566         
21567         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21568         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21570 2003-11-04  Naba Kumar  <naba@gnome.org>
21572         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21573         problems.
21574         
21575         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21576         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21577         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21578         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21579         in file headers.
21580         
21581         * src/search-replace.c: Fixed infinite loop bug.
21582         * start-with.c: Fixed a crash bug with "Open last project".
21583         
21584         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21585         * scintilla/Makefile.am: Fixed compiler option.
21586         
21587 2003-10-16  Naba Kumar  <naba@gnome.org>
21589         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21590         * src/text_editor.c: Fixed autoformat.
21591         
21592 2003-10-15  Naba Kumar  <naba@gnome.org>
21594         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21595         of CTRL+number.
21596         
21597 2003-10-09  Naba Kumar  <naba@gnome.org>
21599         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21600         
21601 2003-10-08  Naba Kumar  <naba@gnome.org>
21603         * src/source.c: Fixed a GETTEXT typo error.
21604         * anjuta.glade: Made 'Sorted in order you open them' default option
21605         for editor tabs.
21607         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21608         * anjuta.glade, data/properties/anjuta.properties:
21609         Fixed the freeze of the "Preferences" combos at the first Anjuta
21610         init is generated by:
21611                 - a not complete translation of preferences.c file
21612                 - a difference between 2 names in anjuta.glade and
21613                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21614                 - the same name given to 3 combos (anjuta.glade).
21615                 
21616         * src/find_text.c: If the "whole document" mode is selected,
21617         a new search will select the next occurrence (Bug #764954).
21618         It is now possible to use the shortcuts to search next or previous
21619         occurrence even if the search dialog has the focus.     Bug #790318
21620         
21621         * src/main_menubar_def.h: "Select code block" shortcut; the new
21622         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21623         (Bug #811016).
21625         Patch from: Richard Lee  <r.h.lee@comcast.net>
21626         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21627         tagmanager/tm_workspace.c: The following is a patch to fix a
21628         seemingly random occurence where Anjuta would crash when a
21629         certain key was pressed.
21631 2003-09-29  Naba Kumar  <naba@gnome.org>
21633         * src/find_in_files.c: Ignores binary by default. Disabled the option
21634         of NOCVS search, because launcher does not use sh and hence can not
21635         pipe.
21636         
21637         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21638         "clean before build" state in project session and not in account session,
21639         otherwise the state gets reflected to other projects causing annoyance.
21640         
21641         * src/compiler_options.c: Fixed a bug where compiler options were always
21642         claimed 'modified'.
21644         * src/build_project.c, data/properties/anjuta.properties,
21645         src/commands.[h]: Fixed a bad bug where clean-before-build
21646         doesn't work.
21647         
21648         * scintilla/patches/research-cvs-nolog.diff,
21649         scintilla/patches/scintilla-ac-gtk2-port.diff,
21650         scintilla/patches/scintilla-ac-sort-fix.diff,
21651         scintilla-optimization.diff: Removed, because they are already in
21652         scintilla CVS.
21653         
21654         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21655         2003-09-29).
21657         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21658         scintilla/LexYAML.cxx: Added new scintilla lexers.
21659         
21660         * TODO, NEWS: Updated.
21662         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21663         * src/utilities.c: Fixed typo bugs.
21665 2003-09-26  Naba Kumar  <naba@gnome.org>
21667         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21668         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21669         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21670         text_editor_find() and Fixed I-Search wrapping.
21671         * src/debugger.c: Fixed to pass a newline after a debugger
21672         command (which was broken since the launcher was refactored.
21673         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21675 2003-09-25  Naba Kumar  <naba@gnome.org>
21677         * src/toolbar_callbacks.c: Fixed start of incremental search.
21678         
21679         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21680         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21681         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21682         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21683         menu and implementation.
21685 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21687         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21688         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21689         variables in Locals window.
21691 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21693         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21694         * src/utilities.[ch] : Fix a tooltip bug in 
21695         anjuta_util_toolbar_append_stock(), the label appeared instead of
21696         the tooltip text. Remove label from arguments of the function
21697         because label is included in the stock icon data.
21698         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21699         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21700         * FIXME: translation file should be updated because of label text removal.
21702 2003-09-24  Naba Kumar  <naba@gnome.org>
21704         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21705         
21706         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21707         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21708         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21709         stdout and stderr. Also buffered output and check-for-password
21710         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21711         with password prompts. Checkes for password prompts from all outputs.
21712         
21713         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21714         which takes a string (which could be utf8 also) and converts into
21715         utf8 string.
21716         
21717         * src/main.c: Connects kernel signals after gnome_program_init().
21718         
21719         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21720         * src/message-manager.c: Fixed bug #787026 by converting the strings
21721         to proper UTF8.
21722         
21723 2003-09-22  Naba Kumar  <naba@gnome.org>
21725         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21726         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21727         GtkCList and using GtkTreeView instead. Added the patch.
21728         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21729         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21730         
21731 2003-09-19  Naba Kumar  <naba@gnome.org>
21733         * printing/print.c: Proper UTF8 printing support.
21734         * src/main.c: moved kernel signal connects at the
21735         end of application initialization.
21736         
21737 2003-09-18  Naba Kumar  <naba@gnome.org>
21739         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21740         (new) lexers.make, (new) lexers: Update scintilla to latest
21741         scintilla CVS (2003-09-18), added new lexers, automated
21742         lexers makefiles sections and scintilla update. Added
21743         patches. Optimized pango rendering. Fixed a crash bug
21744         in scintilla.
21745         
21746         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21747         patch to remove cvs log command from RESearch.cxx file.
21748         * scintilla/patches/scintilla-pango-always.diff:
21749         Fixed file name.
21750         * scintilla/RESearch.cxx: Removed spurious cvs log command
21751         and logs.
21752         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21753         
21754         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21755         * src/dnd.c: Fixed a crash bug with DND.
21756         
21757 2003-09-15  Naba Kumar  <naba@gnome.org>
21759         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21760         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21761         src/toolbar_callbacks.c: Added an additional parameter to
21762         text_editor_goto_line() funtion which decides if the line should
21763         be made visible (if it's under fold).
21764         
21765         * src/style-editor.c: Fixed a compiler warning.
21766         * src/message-manager.cc: Calls parent method correctly.
21768         * src/preferences.h: Fixed prent class.
21769         
21770         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21771         * src/project_dbase.c: Fixed bug #713210.
21772         
21773 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21774                                                                                 
21775         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21777 2003-09-11  Naba Kumar  <naba@gnome.org>
21779         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21780         * src/style-editor.c: Fixed bug #769130 (Crash on font
21781         selection dialog).
21782         
21783         * src/message-manger.[h,cc]: Made AnMessageManager
21784         derived from GtkFrame and removed deprecated code.
21785         
21786         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21787         compiler warnings.
21788         
21789 2003-09-09  Naba Kumar  <naba@gnome.org>
21791         * src/Makefile.am: Addded rules for built sources.
21792         
21793 2003-09-08  Naba Kumar  <naba@gnome.org>
21795         * (new) src/anjuta-marshalers.list: Added marshalers definition
21796         file.
21797         
21798         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21799         and CXXFLAGS are not overwriten by automake's default.
21800         * src/style-editor.c: Added 'operators' in the style editor.
21801         
21802         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21803         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21804         * src/message-manager-private.cc, src/message-manager.cc:
21805         Converts message going into message into UTF-8 endoding.
21806         * src/main.c: Uses UTF-8 codeset for localization.
21807         
21808 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21810         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21811         
21812 2003-09-08  Naba Kumar  <naba@gnome.org>
21814         * TODO: Updated.
21815         
21816         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21817         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21818         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21819         The combo entries were updated if the same data with a different
21820         case exist in the combo list. The combo entries are now case sensitive. 
21821         Search&Replace bug; First search ,max actions = 0 ==> now max
21822         actions = 100.
21823         
21824 2003-09-08  Naba Kumar  <naba@gnome.org>
21826         * TODO: Updated.
21827         * src/utilities.[c,h]: a function takes contant args.
21828         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21829         Now the child terminated signal is emitted properly.
21830         * src/Makefile.am: Used $(top_srcdir) for referring to 
21831         scintilla objects.
21832         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21833         definitions file which will generate anjuta-marshalers.[c,h] files.
21834         * src/.cvsignore: Updated.
21835         * src/build_project.c: Changed su command to preserve quotes.
21836         * src/anjuta-tools.c, tagmanager/tm_project.c,
21837         tagmanager/tm_workspace.c: Use standard tmp file.
21838         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21839         so that users could report bugs easily.
21840         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21841         
21842         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21843         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21844         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21845         src/attach_process.c, src/breakpoints.c, src/commands.c,
21846         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21847         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21848         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21849         src/memory.c, src/message-manager-private.c, src/preferences.c,
21850         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21851         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21852         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21853         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21854         Fixed compile warnings and cleanup.
21855         
21856         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21857         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21858         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21859         Removed libzvt usage and implemented child spawing differently. Launcher is
21860         now proper GObject, which can be created multiple times (and can be
21861         operated in parallel).
21863         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21864         * src/project_import_gui.c, src/project_import_cbs.c,
21865         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21866         (crash on project import). Removed deprecared codes.
21867         
21868 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21869         
21870         * src/cvs.c: Fixed cvs output bug.
21872 2003-09-03  Naba Kumar  <naba@gnome.org>
21874         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21875         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21876         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21877         src/text_editor_cbs.c: Implements --
21878                 If the debugger is started
21879                         A double click in the margin add or remove a breakpoint
21880                         A single click activate or deactivate the breakpoint
21881                 else
21882                         A double click in the margin add or remove a bookmark
21884 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21885         
21886         Reviewed by Naba Kumar  <naba@gnome.org>
21887         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21888         User is now able to choose a branch on cvs update for project.
21889         Cleaned up variable names.
21891 2003-09-03  Naba Kumar  <naba@gnome.org>
21893         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21894         src/Makefile.am: Added lexers.
21895         * scintilla/*/*: Updated...
21896         * src/an_symbol_view.c: Fixed a crash bug.
21897         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21898         and build bugs.
21899         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21900         * src/source.c: Fixed project generation bug with gettext code.
21901         * tagmanager/tm_project.c: Fixed a crash bug.
21902         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21903         bug when there is no project open. Bug #____.
21904         * src/source.c: Fixed a bug with build failure with non-gnome
21905         project with glade-generated source (eg. gtk2). Bug #____.
21906         * NEWS: Updated...
21908 2003-08-22  Naba Kumar  <naba@gnome.org>
21910         Patch from: Rob Bradford  <rob@debianplanet.org>
21911         * data/Makefile.am: Fixed to install properly during
21912         package building.
21913         
21914         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21915         * src/debug-tree.c: Fixed a crash bug.
21916         * src/compiler_options.c: Takes care of linking the missing pieces;
21917         C flags, libs, optimization options, debug and profile.
21919         Patch from: Enver ALTIN  <ealtin@casdb.com>
21920         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21921         
21922 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21924         Reviewed by Naba Kumar  <naba@gnome.org>
21925         * src/project_dbase.c: Fixed bugs #778263 and #778413
21926           Adding multiple files to project should work now.
21928 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21930         Reviewed by Naba Kumar  <naba@gnome.org>
21931         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21932         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21933         for Locals window.
21935 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21937         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21939 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21941         * src/text_editor.c: Fix translatable string (#113934).
21943 2003-07-04  Naba Kumar  <naba@gnome.org>
21945         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21946         bug when there is no project open. Bug #____.
21947         
21948         * src/source.c: Fixed a bug with build failure with non-gnome
21949         project with glade-generated source (eg. gtk2). Bug #____.
21951 2003-06-26  Naba Kumar  <naba@gnome.org>
21953         * src/anjuta.h: Removed reference to windows-dialog.h.
21954         * src/message-manager-private.[cc,h]: Fixed doulbe click
21955         activation of messages to properly jump at the destination.
21956         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21957         * src/toolbar.c: Code clean-ups.
21958         
21959         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21960         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21961         
21962         * src/message-manager-private.[cc,h]: Removed dead codes.
21963         
21964         * (new) data/properties/css.properties,
21965         data/properties/anjuta.properties, data/properties/Makefile.am:
21966         Added CSS syntax hiliting properties.
21967         
21968         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21969         * src/debugger.c: Clean ups.
21970         * src/lexer.h: Added CSS lexer definition.
21971         
21972         * Makefile.am: Installs destop file properly.
21973         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21974         * NEWS: Updated for 1.1.97 release.
21975         * src/main_menubar_def.h: Changed some non working shortcuts.
21976         
21977 2003-06-24  Naba Kumar  <naba@gnome.org>
21979         * src/search-replace.c: Shows the dialog properly, even when it is
21980         hidden behind another window.
21981         
21982         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21983         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21984         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21985         and code clean up.
21986         
21987         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21988         setup wizard dialogs.
21989         
21990         * src/debugger.c: Removed a redundant call to
21991         debugger_update_controls().
21992         * src/compiler_options.c, src/launcher.c: code cleanup.
21993         * src/executer.c: Fixed execution bug with 'Set Program params...".
21994         
21995 2003-06-23  Naba Kumar  <naba@gnome.org>
21997         * widgets/e-splash.c: Removed border around the splash image.
21998         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21999         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
22000         * src/cvs.c: Added a frame around commit log text widget.
22001         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
22002         crash bug associated with translated combo box list in preferences
22003         dialog (in different locale other than en_US). Used widget names
22004         to pass the combo list items.
22005         * po/POTFILES.in: Updated.
22006         * src/launcher.c: Creates the zvt terminal at startup (and not
22007         every time a build is done) -- speeds up buld operations.
22008         * src/file_history.c: Should be if() conditional instead of
22009         assertion check.
22010         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
22011         Disabled useless warnings.
22012         * src/project_dbase.c: Fixed bonobo 2 project name.
22013         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
22014         and uses correct glade-2 for file generation.
22015         
22016 2003-06-21  Naba Kumar  <naba@gnome.org>
22018         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
22019         And disables autocomple show for numbers (very annoying).
22020         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
22021         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
22022         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
22023         from view menu and adjust the controls accordingly.
22024         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
22025         only OK button.
22026         * src/project_dbase.[c,h]: Removed show_local flag processing.
22027         * src/message-manager.[c,h]: Reorganized messages tabs in more
22028         sensible order.
22029         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
22030         Also added PCRE dependency.
22031         
22032 2003-06-20  Naba Kumar  <naba@gnome.org>
22034         * pixmaps/anjuta_splash.png: New splash.
22035         from Jean Schurger  <yshartk@schurger.org>
22036         
22037         * src/controls.c: De-sensitize run-to-cursor when debugger
22038         is not running.
22039         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
22040         
22041         * src/message-manager-private.cc: Fixed to properly jump at
22042         the right file:line.
22043         
22044         * src/appwiz_page1.c: Fixed to correctly determine the project
22045         trpe from the wizard.
22046         
22047 2003-06-20  Naba Kumar  <naba@gnome.org>
22049         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
22050         * src/watch_gui.c: Code cleanups.
22051         * src/debugger.[c,h], src/stack_trace.[c,h],
22052         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
22053         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
22054         Removed direct access to stack_trace private data, Increased debugger
22055         command size from 256 to 1024 (to be on safer side). Also implemented
22056         row-activated signle for seting frame and viewing the source.
22057         * src/debugger.c: Avoids starting program and stopping debugger
22058         when starting debugger and stopping program, respectively.
22059         
22060         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
22061         Reverted codes to start debugger automatically
22062         The file is brought to the state just after the branching 
22063         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
22064         some code clean ups.
22065         
22066         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
22067         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
22068         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
22069         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
22070         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
22071         src/project_dbase.c: Code clean ups.
22072         
22073         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
22074         (Projects dir) so that correct $HOME/Projects path is set when
22075         anjuta is run for the first time.
22076         
22077 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
22079         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
22081 2003-06-13  Naba Kumar  <naba@gnome.org>
22083         * src/stack_trace_cbs.c: Moved variable declaration at the
22084         top of the block (bug #737867)
22085         
22086         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
22087         just CFLAGS and CXXFLAGS (bug #743617).
22088         
22089         * src/create_global_tags.sh: Fixed shell script to properly
22090         detect installed *-config files.
22091         
22092 2003-06-12  Naba Kumar  <naba@gnome.org>
22094         * src/preferences.[c,h]: Added methods for custom widgets in
22095         preferences: using custom set/get methods for them.
22096         
22097         * src/anjuta-encoding.c: Implemented up/down of the encodings
22098         in the list and property saves correctly.
22099         
22100         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22101         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
22102         the beginning of a file.
22104         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22105         * src/aneditor.cxx, src/aneditor.h,
22106         src/controls.c, src/main_menubar.c, src/main_menubar.h,
22107         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22108         src/mainmenu_callbacks.h: Allows the operator to select the current
22109         word or the current line (Request: 680801). It puts also
22110         sensitive/unsensitive several select/comment menu items.
22112         * src/breakpoints.c: Presets by default the current line for a
22113         defined breakpoint.
22115 2003-06-11  Naba Kumar  <naba@gnome.org>
22117         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
22118         color (red highlight) now cosistent for inactive tabs also.
22119         
22120         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
22121         'Advanced search and replace' in Edit->Search submenu.
22122         
22123         * data/properties/tcltk.properties: Fixed bug #731851. Added line
22124         wrappings '\' where     they were missing.
22125         
22126         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
22127         message is now more descriptive and details the correct thing to do
22128         for GNOME2 desktop.
22129         
22130 2003-06-10  Naba Kumar  <naba@gnome.org>
22132         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
22133         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
22134         Removed any reference to particular version of automake/autoconf
22135         so that they could work with newer versions (Bug #659394).
22137         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
22138         src/anjuta.c: Added coded to add/remove supported encodings.
22139         
22140         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
22141         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
22142         src/project_import.c, src/project_type.c, src/project_type.h,
22143         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
22144         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
22145         from the project wizard.
22147 2003-06-06  Naba Kumar  <naba@gnome.org>
22149         Patch from Etay Meiri  <etay-m@bezeqint.net>
22150         * src/compiler_options.c: Fixed bugs related to clean before
22151         build patch.
22152         
22153         * anjuta.desktop.in.in: Added commandline options.
22154         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
22155         -dP and -A flags of CVS update into different options.
22156         
22157 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
22159         * configure.in: Removed "ta" from ALL_LINGUAS.
22161 2003-06-02  Naba Kumar  <naba@gnome.org>
22163         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
22164         return NULL for undefined properties and "" for defined but empty
22165         strings. It was creating many problems where both are assumed to be
22166         same. And besides, it doesn't matter to differentiate the two (the
22167         problem with preferences was due to a different bug).
22169         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
22170         correctly. Also, s/props_build_in/props_built_in/g.
22171         
22172         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
22173         list.
22174         
22175         * src/an_file_view.c: Unrefed pixbufs when done with them.
22177         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
22178         (removed) file_text.png: Added and removed pixmaps.
22179         
22180 2003-05-30  Naba Kumar  <naba@gnome.org>
22182         * anjuta.glade: Fixed encodings preferences dialog
22183         
22184 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
22185         
22186         Reviewed by Naba Kumar  <naba@gnome.org>
22187         
22188         * src/build_project.c src/clean_project/c: perform a clean before
22189         build, if required. Show the message manager on clean.
22190         * src/compiler_options.c: save the new options when window is closed
22191         and flag project to be cleaned before the next build.
22192         * src/project_dbase.c: added a 'clean before build' flag to project
22194 2003-05-29  Naba Kumar  <naba@gnome.org>
22196         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
22197         dialog.
22198         
22199         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
22200         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
22201         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
22202         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
22203         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
22204         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
22205         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
22206         print_color.xpm, print_landscape.xpm, print_layout.xpm,
22207         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
22209         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
22210         Removed unused icons references.
22212 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
22214         Reviewed by Naba Kumar  <naba@gnome.org>
22215         
22216         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
22217           src/compiler_options.c, src/debugger.c, src/find_replace.c,
22218           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
22219           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
22220           src/toolbar_callbacks.c: HIG compliant dialogs.
22222         * src/utilities.c: anjuta_button_new_with_stock_image() and
22223           anjuta_dialog_add_button() stolen from gedit.
22225         * src/main_menubar_def.h: Fixed mnemonics.
22227 2003-05-26  Naba Kumar  <naba@gnome.org>
22229         * src/project_dbase_gui.c: Added header files filter for add file
22230         dialog box. Disabled project window to be transient window.
22231         
22232         * src/message-manager.cc: Disabled message manager window to be
22233         transient window.
22234         
22235         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
22236         a file could not be loaded.
22237         
22238         * src/project_dbase.c: Fixed a bug with GUI editor command
22239         where empty string is returned.
22240         
22241         * src/Makefile.am, src/preferences.h, src/text_editor.c
22242         src/text_editor.h, (new) src/anjuta-encodings.h,
22243         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
22244         Added encoding support and to handle characters encoding correctly
22245         by auto detecting it during load. Added preferences for selecting
22246         the encoding during save.
22248         * src/preferences.c, src/resources.c: Removed debug messages.
22250         Patch from: Alexander Nedotsukov <bland@mail.ru>
22251         * src/getline.c: Fixed many fatal bugs for FreeBSD.
22253 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22254         * src/anjuta.c: Try to sow the splash image more often.
22256 2003-05-20  Naba Kumar  <naba@gnome.org>
22258         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22259         * src/debug_tree.c: Colorize the modified locals during
22260         debugging and call memory analyze from the debugger.
22261         * src/breakpoints.c: The color is now different for the enabled
22262         and disabled breakpoints. Anjuta now can erase several
22263         breakpoints defined at the same line. The markers are updated
22264         according to the enable/disable action.
22265         
22266         Patch from Etay Meiri  <etay-m@bezeqint.net>
22267         * src/launcher.c: Fixes launcher freeze up bug during build.
22269 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
22271         Reviewed by Naba Kumar  <naba@gnome.org>
22272         * scintilla/PropSet.h: Change member variables from private to protected.
22273         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22274         to PropSetFile class, which return a gchar * (and can therefore indicate
22275         whether properties are empty or do not exist) and make prop_get and
22276         prop_get_expanded use them.
22277         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22278         that the result of of prop_get cannot be an empty string.
22280 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
22282         Reviewed by Naba Kumar  <naba@gnome.org>
22283         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22284         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22285         src/text_editor_cbs.c: When saving all the files in the project, the
22286         text editors are now only rehighlighted once instead of once for each
22287         file saved.
22289 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22290         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22291         * src/anjuta.desktop.in.in: Support startup notification.
22292 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22293         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22294         * src/anjuta.desktop.in.in: Support startup notification.
22297 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
22299         Reviewed by Naba Kumar  <naba@gnome.org>
22300         
22301         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22302         memory leak from glade_xml_new call. Removed gxml field from Executer
22303         struct as only used in create_executer_dialog and then destroyed.
22304         
22305         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22306         
22307         * src/configurer.c: Fix warning trying to connect signal to non-existent
22308         environment entry in configure dialog and fix crash when closing the
22309         window.
22310         
22311         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22312         gnome_date_edit_get_time instead.
22313         
22314         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22315         in view menu required renumbering elsewhere.
22317 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
22319         Reviewed by Naba Kumar  <naba@gnome.org>
22320         
22321         * src/breakpoints.c: fixed an error when removing breakpoint
22322         * src/controls.c: 'run to cursor' is sensitive when debugger not active
22323         * src/debugger.c: changes to the way the debugger is activated
22324         * src/debugger.h: clean ups
22326 2003-05-13  Naba Kumar  <naba@gnome.org>
22328         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22329         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22330         src/memory.h: A new version of memory and the interface
22331         is now integrated in anjuta.glade
22333 2003-05-09  Naba Kumar  <naba@gnome.org>
22335         * configure.in: Bumped required gtk version to 2.0.8.
22336         
22337 2003-05-06  Naba Kumar  <naba@gnome.org>
22339         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22341 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22342         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22344 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22345         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22346         , tagmanager/c.c: Support for ProC and RDB files.
22348 2003-05-06  Naba Kumar  <naba@gnome.org>
22350         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22351         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22352         Uncomment (Box & Stream), Select the current function,
22353         authorize the "Quit" button of the GotoLine window
22355 2003-05-05  Naba Kumar  <naba@gnome.org>
22357         * src/watch_gui.h: CVS added new file.
22359         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22361         Patch from Etay Meiri <etay-m@bezeqint.net>
22362         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22363         src/mainmenu_callbacks.c, src/message-manager.cc,
22364         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22365         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22366         Ported stack trace to GNOME2 and added it in the message manager
22367         pane.
22369 2003-05-02  Naba Kumar  <naba@gnome.org>
22371         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22372         
22373         * src/preferences.[h,c]: Fixed preferences to save only one copy of
22374         preferences property.
22375         
22376         * anjuta.prj: Fixed multiple preferences saved data.
22377         
22378         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22379         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22380         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22381         scintilla/include/Platform.h, scintilla/include/PropSet.h,
22382         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22383         Upgraded scitilla from CVS with faster window repaint
22384         and more bugfixes.
22385         
22386         Patch from  Etay Meiri  <etay-m@bezeqint.net>
22387         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22388         and code cleanups
22389         
22390 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
22392         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
22393         the window if messages are appended to the end and the scrollbar is
22394         at the end.
22396 2003-04-29  Naba Kumar  <naba@gnome.org>
22398         * configure.in: Removed omf-install from Makefiles list.
22400 2003-04-28  Naba Kumar  <naba@gnome.org>
22402         * po/POTFILES.in: Remvoded deleted files.
22403         
22404         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22405         pixmaps/windows-style-undocked.png: Added setup wizard's images.
22407         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22408         is executed as detached) is not set properly.
22409         
22410 2003-04-25  Naba Kumar  <naba@gnome.org>
22411         
22412         * anjuta.prj: Updated.
22413         * src/anjuta_info.c: Fixed text wrapping and column view.
22414         * data/welcome.txt.in: Removed unaligned characters.
22415         
22416 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22417         * src/main_menubar.c: Disable setup dialog.
22419 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22420         * src/breakpoints.c; Fixed compilation with older GCC
22421         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22422         * HACKING: Spelling fixes (Suggested by Stephen Knight)
22424 2003-04-18  Naba Kumar  <naba@gnome.org>
22426         * anjuta.prj: Updated (includes compiler options).
22427         
22428         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22429         function from anjuta.c (it was already available in anjuta-tools.c).
22430         
22431 2003-04-18  Naba Kumar  <naba@gnome.org>
22433         * src/about.c, THANKS: Updated
22434         
22435         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22436         
22437         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22438         properly from the project session before updating the file
22439         view.
22440         
22441         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22442         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22443         dialog settings (as it will not be required once GDL is in place) and
22444         added file view filters in the settings sub-menu.
22446 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22447         * HACKING: Updated
22448         * configure.in: Disable cast checks on final build.
22450 2003-04-17  Naba Kumar  <naba@gnome.org>
22452         * src/build_project.c: Fixed a compilation error.
22454         * src/launcher.c: Removed commnets.
22455         
22456         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22457         properties from editor tab to indentation tab and fixed a property
22458         label for proper i18n translation. Fixed typos in project config
22459         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22460         sorting and reordering in compiler options dialog.
22461         
22462         * src/compiler_options.c: Implemented _save() function to save the
22463         options (which was pending).
22464         
22465         * src/build_project.c: Destroys install-as-root dialog when it is done.
22466         
22467         * src/an_symbol_view.c: Change "event" event to "event-after" so
22468         that symbol row is selected first before the popup is shown.
22469         
22470 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22472         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22473         file in CVS/Entries. (Reviewed and applied by Biswa)
22475 2003-04-16  Naba Kumar  <naba@gnome.org>
22477         * aneditor.cxx: use unicode everytime (fixed unicode related
22478         bugs).
22480         * anjuta.prj: Fixed UI editor name (blank to use default) and
22481         anjuta version.
22482         
22483         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22484         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22485         Editor preferences page.
22487 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22488         * src/anjuta.[ch], src/print.c: Fixed warnings
22489         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22490         * configure.in: Profiling support with gprof
22492 2003-04-16  Naba Kumar  <naba@gnome.org>
22494         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22495         * src/launcher.c: Fixed cvs dialog.
22496         
22497 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22498         
22499         * src/message-manager-private.cc: Fixed double-click on first line of 
22500         output to properly select a line.
22501         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22502         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22504 2003-04-15  Naba Kumar  <naba@gnome.org>
22506         * src/message-manager-private.cc: Fixed the glade filename typo.
22508 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22509         * scintilla/*, data/properties/*: Scintilla CVS merge
22510         * anjuta.prj: Removed unnecessary files.
22511         * scintilla/PlatGTK.cxx: Force Pango fonts always
22512         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22513         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22514         for preferences.
22515         * configure.in: Change version no. for 1.1.1 (alpha release)
22516         * configure.in: Added '--with-pref-suffix' option.
22517         * config.guess, config.sub: Removed from CVS.
22519 2003-04-15  Naba Kumar  <naba@gnome.org>
22521         Patch from Timothee Besset  <ttimo@idsoftware.com>
22522         * Makefile.am: Fixed a shell script error during intallation.
22523         
22524 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22526         Reviewed by Naba Kumar  <naba@gnome.org>
22527         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22528         set_wm_class to use "anjuta" instead of "an.
22529         * src/message-manager-private.cc: Headers are hidden again.
22531 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22532         * src/project_dbase_gui.c: Memory corruption fix.
22533         * anjuta.prj: Updated project file
22535 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22536         * an_file_view.c: Connect to event-after signal rather than event so that
22537         selection is updated first and thus context menu is for the right file.
22538         Reviewed and applied by Biswa.
22540 2003-04-14  Naba Kumar  <naba@gnome.org>
22542         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22543         
22544         * src/auncher.c: More child exit fixes
22545         from Timothee Besset  <ttimo@idsoftware.com>
22547 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22548         
22549         Reviewed by Naba Kumar  <naba@gnome.org>
22550         
22551         * src/message-manager.[c/h], src/message-manager-private[c/h],
22552                 anjuta.[c/h]: Ported message-manager to Gtk2
22553         
22554         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22555         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22556         src/clean_project.c, src/compile.c, src/configurer.c,
22557         src/controls.c, src/cvs.c, src/debugger.c,
22558         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22559         src/project_import.c, src/search-replace.c: Changed name from
22560         AnjutaMessageManager to AnMessageManager to avoid too long type
22561         and funtion names.
22563 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22564         * src/launcher.c: Fix build won't stop problem - TTimo
22565         * TODO: Updated
22566         * pixmaps/anjuta_splash.c: New splash screen prototype.
22567         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22568         * src/compiler_options.c: Mute pkgconfig errors.
22569         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22571 2003-04-10  Naba Kumar  <naba@gnome.org>
22573         * configurer.[c,h]: Fixed dialog to close properly.
22574         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22575         debugging asserts.
22576         
22577 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22578         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22579         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22580         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22581         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22582         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22583         src/makefile.am: Move gdl to it's own directory.
22584         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22586 2003-04-09  Naba Kumar  <naba@gnome.org>
22588         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22589         branch.
22591 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22592         * src/anjuta-tools.c: Use CDATA for saving tools data.
22593         * anjuta.glade, src/search-replace.c: Port from branch.
22594         * widgets/e-splash.*, src/main.c: Better splash screen.
22595         * configure.in, widgets/gdl*: Import GDL widgets.
22596         * ROADMAP: Updated roadmap.
22597         * src/an_file_view.c: Use GDL icons for file tree.
22599 2003-04-09  Naba Kumar  <naba@gnome.org>
22601         * anjuta.glade: Added (hidden) initial setup-wizard window.
22602         
22603         Patch from: Vitaly  <vvv@rfniias.ru>
22604         * src/preferences.c: Fixes a bug with libglace widget access with
22605         translated strings.
22607         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22608         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22609         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22610         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22611         src/toolbar_callbacks.[c,h],
22612         src/memory.c, src/message-manager-private.cc,
22613         src/message-manager-private.h, src/message-manager.cc,
22614         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22615         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22616         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22617         watch window to a subwindow in the notebook
22619 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22620         * ROADMAP: Updated roadmap.
22622 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22624         * configure.in: Added Belarusian to ALL_LINGUAS.
22626 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22627         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22628         Henry Jia
22629         * ROADMAP: Added roadmap for HEAD.
22631 2003-03-29  Naba Kumar  <naba@gnome.org>
22633         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22634         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22635         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22636         (new) pixmaps/start-with-wizard.png,
22637         (new) pixmaps/start-with-import.png,
22638         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22639         up on anjuta start-up to give quick access to opening file/project or
22640         creation wizards.
22642         * src/main.c: Sets proper data directory for the gnome
22643         program.
22645 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22646         * src/text_editor.c: Fixed error/warning indicators.
22648 2003-03-24  Naba Kumar  <naba@gnome.org>
22650         * README: Correct version.
22651         
22652 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22654         * configure.in: Added checks to see if were building on FreeBSD
22655         systems.  Sets -DFREEBSD if we are, and also attempts to find
22656         gmake if the host system is FreeBSD.
22658         * src/getline.c: New file used to provide the getline function,
22659         which isnt available on a FreeBSD system.  The function is only
22660         defined if FREEBSD is defined.
22662         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22664         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22665         configure.in sets this to gmake on FreeBSD systems, and make
22666         on everything else.
22668 2003-03-23  Naba Kumar  <naba@gnome.org>
22670         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22671         
22672         * anjuta.spec.in: Fixed spec file for correct file paths and
22673         corrected rpmbuild.
22675         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22676         the rpm build command separately now.
22677         
22678         * src/anjuta.c, windows-dialog.c: Added some more window management
22679         stuffs (not still fully working, though).
22681         * TODO: Updated.
22683 2003-03-22  Naba Kumar  <naba@gnome.org>
22685         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22687 2003-03-21  Naba Kumar  <naba@gnome.org>
22689         * README: Removed Andy Piper's name from the active maintainers
22690         list on his request.
22691         
22692         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22693         preferences.
22694         
22695         * src/anjuta-tools.c: Fixed compiler errors.
22697         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22698         show bugs.
22699         
22700         * src/commands.c, src/src_paths.c, src/style-editor.c,
22701         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22702         becuase they are now hidden by default (from glade editing).
22703         
22704         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22705         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22706         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22707         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22708         basic windows managements.
22709         
22710 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22711         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22712         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22713         Enver ALTIN (a.k.a. skyblue)
22715 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22716         * tagmanager/*: Added ignore-list for symbols. This will make
22717         parsing more accurate for projects. Doc updates needed.
22719 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22720         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22721         * launcher/Makefile.am: Link to correct libraries
22722         * src/launcher.c: Do not allow NULL shell
22724 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22725         * src/debug_tree.c: Improve debug tree view.
22727 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22729         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22730         'Run Configure Script' and 'Execute Program'. Increase minimum width
22731         of Configure dialog.
22732         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22733         list widget by setting a model and adding a column and renderer.
22734           Actually store the nocvs toggle button in FindInFiles data structure.
22735           Handle selection changes via changed signal rather than row_activated.
22736           Use response signal for handling the close and find buttons.
22737           Close window when escape is pressed.
22738         * find_replace.c: Close window when escape is pressed.
22739         * find_text.c: Close window when escape is pressed in find dialog as
22740         well as wrap search question, where now Yes is the default button.
22742 2003-03-05  Naba Kumar  <naba@gnome.org>
22744         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22746         * src/message-manager-private.cc: Fixed a bug with vte conditional
22747         compilation.
22748         * anjuta.glade: Hides all windows in glade file.
22750 2003-03-05  Naba Kumar  <naba@gnome.org>
22752         * src/an_file_view.c: Fixed a compilation warning.
22753         * src/message-manager-private.cc: Conditional compilation for vte
22754         API.
22755         
22756 2003-02-28  Naba Kumar  <naba@gnome.org>
22758         * configure.in, anjuta.spec.in: Updated dependency packages version.
22759         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22760         * src/preferences.c: Added debug assertions.
22761         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22762         editor to enable/disable bringing the recent editor tabs first.
22763         
22764         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22765         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22766         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22767         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22768         and     bug fixes. Also code clean ups.
22769         
22770         * (new) src/search-replace.[h,c]: New search replace implementation
22771         from ANJUTA_1_0_0 branch.
22772         
22773         * (new) src/windows-dialog.[h,c]: New windows management class
22774         [work in progress].
22776 2003-02-28  Naba Kumar  <naba@gnome.org>
22778         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22779         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22780         src/appwizard.c, src/build_file.c, src/build_project.c,
22781         src/clean_project.c, src/compile.c, src/configurer.c,
22782         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22783         src/message-manager-dock.c, src/message-manager-dock.h,
22784         src/message-manager-private.cc, src/message-manager.cc,
22785         src/preferences-dialog.c, src/preferences-dialog.h,
22786         src/preferences.c, src/preferences.h, src/project_dbase.c,
22787         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22788         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22789         src/utilities.c, src/utilities.h:
22790         
22791         Widgetized Preferences and gave proper function names.
22793         * src/executer.c: Fixed a session loading bug.
22794         
22795 2003-02-27  Naba Kumar  <naba@gnome.org>
22797         * printing/print.c: Fixed printing font bug that failed to load the
22798         proper fonts.
22799         
22800         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22801         
22802         * TODO, anjuta.prj: Updated.
22804 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22806         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22807         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22808         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22809         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22810         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22811         fixed omf errors
22813 2003-02-25  Naba Kumar  <naba@gnome.org>
22815         * Makefile.am: Excluded omf-install from installation as the docs are
22816         not ready.
22817         
22818         TODO: Updated.
22819         
22820         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22821         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22822         property names and added new editor properties and code cleanups.
22823         Also added new project properties.
22824         
22825         * src/compiler_options.[h,c]: Added pkg-config packages supports
22826         and fixed bugs.
22827         
22828         * src/glade_iface.h: Cleanups.
22829         
22830         * src/launcher.c: Used timer instead of idle to scan.
22831         
22832         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22833         src/project_config.[h,c], src/project_import.c: Implemented project
22834         property to define GUI editor and to handle it.
22835         
22836         * src/preferences.c: i18n fixes.
22837         
22838         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22839         unused (and old) pixmaps.
22840         
22841         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22842         
22843 2003-02-25  Naba Kumar  <naba@gnome.org>
22845         * src/message-manager-private.[h,cc], src/preferences.c,
22846         anjuta.glade, anjuta_dialog_strings.c: Implemented
22847         gnome terminal profiles for the terminal preferences and moved the
22848         addition of terminal preferences in the terminal constructor.
22849         
22850         * anjuta.prj: Updated.
22852 2003-02-24  Naba Kumar  <naba@gnome.org>
22854         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22855         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22856         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22857         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22858         preferences dialog.
22860         * TODO: Updated.
22862         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22863         text selection and child re-spawning.
22865         * src/pixmaps.h: Removed unused pixmaps definitions.
22866         
22867 2003-02-23  Naba Kumar  <naba@gnome.org>
22869         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22870         the project tree/window.
22872         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22873         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22874         Correct the use of a variable and implemented session save/load
22875         for tree expansion states.
22876         
22877         * src/main_menubar_def.h: Fixed shortcuts keys.
22878         
22879         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22880         
22881         * anjuta.prj: Updated.
22882         
22883 2003-02-22  Naba Kumar  <naba@gnome.org>
22885         * src/debug_tree.[c,h]: GNOME2 port from 
22886         Etay Meiri <etay-m@bezeqint.net>
22887         
22888         * src/an_file_view.c, src/resources.[h,c],
22889         data/properties/bash.properties,
22890         data/properties/cpp.properties,
22891         data/properties/html.properties,
22892         data/properties/make.properties,
22893         data/properties/others.properties,
22894         data/properties/perl.properties,
22895         data/properties/props.properties,
22896         data/properties/xml.properties: Standarized file icons. Icons are
22897         defined in respective .properties file and are retrieved as resource
22898         data.
22900         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22901         in labels from the commands editor as that would create
22902         problems for translators.
22904 2003-02-21  Naba Kumar  <naba@gnome.org>
22906         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22907         as they should be part of CVS(?).
22909         * Makefile.am: Corrected a typo for glade generated strings file.
22911         * configure.in, po/hi.po: Added new Hindi (hi) translation
22912         in ALL_LINGUS and added initial Hindi translation.
22914         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22915         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22916         sv_unknown.xpm to more proper icon.
22918         * (new)data/properties/php.properties, data/properties/Makefile.am,
22919         data/properties/anjuta.properties, data/properties/html.properties:
22920         Fixed PHP syntax hilighting bug by separating php properties into
22921         different file (because of file size).
22923         * TODO: Updated.
22924         
22925 2003-02-20  Naba Kumar <naba@gnome.org>
22927         * src/breakpoints.c: Fixed breakpoints session saving/loading
22928         crash bug.
22929         
22930         * scintilla/*, scintilla/include/*: Updated to scintilla
22931         release 1.51
22932         
22933 2003-02-19  Naba Kumar <naba@gnome.org>
22935         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22936         * TODO: Updated.
22938         * Makefile.am, src/Makefile.am,
22939         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22940         (removed) src/anjuta_dialog_strings.c,
22941         (removed) src/anjuta_dialogs_strings.c,
22942         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22943         (added) anjuta.glade: Transfered glade files from src/ directory
22944         to the top level directory.
22946         * po/POTFILES.in: Updated.
22947         
22948         * (removed) macrocs2/*: Transfered to data/ directory.
22949         
22950         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22951         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22952         requires to have macros dir, but the projects generated by anjuta
22953         require them.
22954         
22955         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22956         trees.
22957         
22958         * src/defaults.c: Corrected default compiler options.
22959         
22960         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22961         wizard.
22962         
22963         * src/message-manager-private.cc, src/message-manager-private.h,
22964         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22965         
22966         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22967         source code generation for gnome2 projects.
22969 2003-02-11  Naba Kumar <naba@gnome.org>
22971         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22972         restores the expand/collaspe states of the nodes after refresh.
22973         
22974         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22975         
22976 2003-02-11  Naba Kumar <naba@gnome.org>
22978         * src/style-editor.c: Fixed pango font description handling for fonts.
22979         * src/anjuta.glade: Removed font size spin button.
22980         * configure.in, src/anjuta.prj: Corrected version.
22981         * TODO: update.
22982         
22983 2003-02-10  Naba Kumar <naba@gnome.org>
22985         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22986         references of scroll-menu.h and add about.h in Makefile.am.
22987         
22988         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22989         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22990         (removed) widgets/scroll-menu.h: Removed unused files.
22991         
22992         * Makefile.am: Added proper i18n rules and added intl tools for
22993         distributions.
22994         
22995         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22996         to the stable release).
22997         
22998         * anjuta.spec.in: Removed manuals packaging.
22999         
23000         * data/Makefile.am: Removed 'macros' installation (not required for
23001         gnome2 projects).
23003 2003-02-10  Naba Kumar <naba@gnome.org>
23005         * po/POTFILES.in: Updated.
23007         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
23008         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
23009         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
23010         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
23011         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
23012         icons and images.
23014         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
23015         src/toolbar_callbacks.h: Fixed scintilla notification signal name
23016         and fixed to properly handle focus in find entry box.
23018         * Makefile.am: Added code for RH system menu update.
23020         * .cvsignore: Updated.
23022         * NEWS: Updated.
23024 2003-02-03  Naba Kumar <naba@gnome.org>
23026         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
23027         editor preferences. and fixes dialogs.
23029         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
23030         Fixed linenumbers and header margins when they are disabled and
23031         removed unused header files.
23033         * src/attact_process.[h,c], src/debugger.c: Attach to process
23034         now works.
23036         * src/help.c: Fixed dialog response.
23038         * TODO: Updated.
23040         * data/properties/anjuta.properties: Corrected typo.
23042         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
23043         Change the signal to "changed" in entry from "selection-changed" in
23044         list.
23046         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
23047         short-cuts.
23049 2003-01-31  Naba Kumar <naba@gnome.org>
23051         * configure.in: Upgraded to use libgnomeprint-2.2
23052         
23053         * printing/Makefile.am: Updated
23054         
23055         *(removed) printing/print-doc.c, printing/print-doc.h,
23056         printing/print-util.c, printing/print-util.h: Removed because already
23057         merged with print.c.
23058         
23059         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
23060         and libgnomeprintui-2.2 and fixed rendering problems.
23061         
23062         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
23063         uneccessary print properties, as they are separately taken
23064         care in gnomeprint.
23065         
23066         * po/POTFILES.in: Update.
23068 2003-01-30  Naba Kumar <naba@gnome.org>
23070         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
23071         for about dialog box.
23072         
23073         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
23074         src/pixmaps.h: Modified for the above additions for about dialog.
23076 2003-01-29  Naba Kumar <naba@gnome.org>
23078         * src/style_editor.[c,h]: Added missing files.
23079         
23080 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23081         * scintilla/XPM.[cxx|h]: Added missing files
23083 2003-01-29  Naba Kumar <naba@gnome.org>
23084         
23085         * TODO, po/POTFILES.in: Updated.
23086         
23087         * anjuta.prj, src/anjuta.glade,
23088         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
23090 2003-01-28  Naba Kumar <naba@gnome.org>
23091         
23092         * data/properties/anjuta.properties, src/aneditor.cxx,
23093         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
23094         properties into text properties (earlier it was int properties).
23096         * TODO: Updated
23097         
23098         * scintilla/AutoComplete.c,xx,
23099         scintilla/AutoComplete.h,
23100         scintilla/CallTip.c,xx,
23101         scintilla/CallTip.h,
23102         scintilla/Document.c,xx,
23103         scintilla/Document.h,
23104         scintilla/Editor.c,xx,
23105         scintilla/Editor.h,
23106         scintilla/LexAVE.c,xx,
23107         scintilla/LexCSS.c,xx,
23108         scintilla/LexHTML.c,xx,
23109         scintilla/LexOthers.c,xx,
23110         scintilla/LexPython.c,xx,
23111         scintilla/LineMarker.c,xx,
23112         scintilla/LineMarker.h,
23113         scintilla/Makefile.am
23114         scintilla/PlatGTK.c,xx,
23115         scintilla/PropSet.c,xx,
23116         scintilla/ScintillaBase.c,xx,
23117         scintilla/ScintillaBase.h,
23118         scintilla/ScintillaGTK.c,xx,
23119         scintilla/ViewStyle.c,xx,
23120         scintilla/include/Platform.h,
23121         scintilla/include/SciLexer.h,
23122         scintilla/include/Scintilla.h,
23123         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
23124         
23125         
23126         src/Makefile.am,
23127         src/an_file_view.c,
23128         src/an_symbol_view.c,
23129         src/anjuta-tools.c,
23130         src/anjuta.c,
23131         src/anjuta.glade
23132         src/anjuta.h,
23133         src/anjuta_cbs.c,
23134         src/anjuta_dialogs_strings.c,
23135         src/anjuta_info.c,
23136         src/commands.c,
23137         src/compiler_options.c,
23138         src/debugger.c,
23139         src/help.c,
23140         src/main_menubar.c,
23141         src/main_menubar.h,
23142         src/main_menubar_def.h,
23143         src/mainmenu_callbacks.c,
23144         src/mainmenu_callbacks.h,
23145         src/message-manager-private.c,c
23146         src/message-manager-private.h,
23147         src/message-manager.c,c
23148         src/message-manager.h,
23149         src/pixmaps.h,
23150         src/preferences.c,
23151         src/preferences.h,
23152         src/project_config.c,
23153         src/project_dbase.c,
23154         src/project_dbase_gui.c,
23155         src/project_import_gui.c,
23156         src/properties.c,xx,
23157         src/properties.h,
23158         src/resources.c,
23159         src/src_paths.c,
23160         src/text_editor.c,
23161         src/text_editor_gui.c,
23162         src/toolbar.c,
23163         src/utilities.c,
23164         src/utilities.h,
23165         anjuta.prj: GNOME2 porting and fixed many porting bugs.
23166         
23167 2003-01-24  Naba Kumar <naba@gnome.org>
23169         * src/text_editor_gui.c, src/toolbar.c,
23170         src/text_editor.c, src/text_editor_cbs.h:
23171         Used correct notification signal name for scintilla
23172         (gtk2) and fixed UI.
23173         
23174         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
23175         when not required.
23176         
23177         * printing/print-doc.c,
23178         printing/print.c,,
23179         src/anjuta-tools.c,
23180         src/find_replace.c,
23181         src/goto_line.c,
23182         src/launcher.c,
23183         src/mainmenu_callbacks.c,
23184         src/project_dbase.c,
23185         src/project_dbase.h,
23186         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
23187         src/text_editor.c,
23188         src/text_editor_cbs.h:
23191 2003-01-23  Naba Kumar <naba@gnome.org>
23193         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
23194         correct stock icons and organized pixmap macros.
23195         
23196         Makefile.am: Removed non-generated files.
23197         
23198         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
23199         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
23200         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
23201         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
23202         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
23203         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
23204         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
23205         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
23206         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
23207         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
23208         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
23209         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
23210         stop.xpm, undo.xpm}: Removed because no longer used.
23212         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
23213         file_unknown.xpm}: Files renamed from fv_*, as it would
23214         be the right name.
23216         * pixmaps/Makefile.am: Updated for the above changes.
23218 2003-01-23  Jakub Steiner <jimmac * ximian * com>
23220         * pixmaps/autocomplete-16.png,
23221         pixmaps/autocomplete.png,
23222         pixmaps/block-end-16.png,
23223         pixmaps/block-end.png,
23224         pixmaps/block-start-16.png,
23225         pixmaps/block-start.png,
23226         pixmaps/bookmark-first-16.png,
23227         pixmaps/bookmark-first.png,
23228         pixmaps/bookmark-last-16.png,
23229         pixmaps/bookmark-last.png,
23230         pixmaps/bookmark-next-16.png,
23231         pixmaps/bookmark-next.png,
23232         pixmaps/bookmark-prev-16.png,
23233         pixmaps/bookmark-prev.png,
23234         pixmaps/error-next-16.png,
23235         pixmaps/error-next.png,
23236         pixmaps/error-prev-16.png,
23237         pixmaps/error-prev.png: gnome2-styled icons
23240 2003-01-23  Naba Kumar <naba@gnome.org>
23242         * anjuta.prj: Updated compiler options.
23243         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
23245         * src/aneditor.cxx,
23246         src/anjuta.c,
23247         src/anjuta.glade,
23248         src/anjuta_dialogs_strings.c,
23249         src/mainmenu_callbacks.c,
23250         src/mainmenu_callbacks.h,
23251         src/text_editor.c,
23252         src/text_editor_cbs.c,
23253         src/text_editor_gui.c: GNOME2 Porting.
23255 2003-01-22  Naba Kumar <naba@gnome.org>
23257         * ChangeLog: Corrected dates.
23258         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23259         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23260         preferences.
23262 2003-01-22  Naba Kumar <naba@gnome.org>
23263         
23264         * plugins/patch/patch-plugin.c: Bug fix.
23265         
23266         * src/anjuta-tools.c,
23267         src/anjuta.c,
23268         src/anjuta.glade,
23269         src/anjuta.h,
23270         src/anjuta_dialogs_strings.c,
23271         src/breakpoints.c,
23272         src/cvs_gui.c,
23273         src/debugger.c,
23274         src/debugger.h,
23275         src/executer.c,
23276         src/glade_iface.c,
23277         src/main.c,
23278         src/mainmenu_callbacks.c,
23279         src/mainmenu_callbacks.h,
23280         src/preferences.c,
23281         src/project_dbase.c,
23282         src/project_dbase_gui.c,
23283         src/registers.c,
23284         src/sharedlib.c,
23285         src/signals.c,
23286         src/signals_cbs.c,
23287         src/source.c,
23288         src/stack_trace.c,
23289         src/toolbar_callbacks.c,
23290         src/utilities.c,
23291         src/utilities.h,
23292         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23293         
23294         * src/Makefile.am,
23295         (removed) src/CORBA-Server.c,
23296         (removed) src/CORBA-Server.h,
23297         (removed) src/Gladen-common.c,
23298         (removed) src/Gladen-stubs.c,
23299         (removed) src/Gladen.h,
23300         (removed) src/Prj-common.c,
23301         (removed) src/Prj-skelimpl.c,
23302         (removed) src/Prj-skels.c,
23303         (removed) src/Prj-stubs.c,
23304         (removed) src/Prj.h,
23305         (removed) src/glades.c,
23306         (removed) src/glades.h,
23307         (removed) src/messagebox.c,
23308         (removed) src/messagebox.h: Removed because no longer used.
23310 2003-01-21  Naba Kumar <naba@gnome.org>
23312         * src/anjuta-tools.c,
23313         src/anjuta.c,
23314         src/anjuta.glade,
23315         src/anjuta_dialogs_strings.c,
23316         src/anjuta_info.c,
23317         src/anjuta_info.h,
23318         src/breakpoints.c,
23319         src/compiler_options.c,
23320         src/debugger.c,
23321         src/find_replace.c,
23322         src/find_replace.h,
23323         src/find_text.c,
23324         src/find_text.h,
23325         src/goto_line.c,
23326         src/launcher.c,
23327         src/text_editor.c,
23328         widgets/gnomefilelist.c: GNOME2 porting.
23330 2003-01-20  Naba Kumar <naba@gnome.org>
23332         * global-tags/create_global_tags.sh: Uses pkg-config to
23333         read the modules.
23334         
23335         * src/anjuta.c,
23336         src/anjuta.glade,
23337         src/anjuta.h,
23338         src/anjuta_cbs.c,
23339         src/anjuta_dialogs_strings.c,
23340         src/breakpoints.c,
23341         src/breakpoints.h,
23342         src/compiler_options.c,
23343         src/compiler_options.h,
23344         src/fileselection.c,
23345         src/fileselection.h,
23346         src/mainmenu_callbacks.c,
23347         src/project_dbase_gui.c,
23348         src/session.c,
23349         src/src_paths.c,
23350         src/src_paths.h,
23351         src/text_editor.c,
23352         src/text_editor_gui.c,
23353         widgets/gnomefilelist.c,
23354         widgets/gnomefilelist.h: GNOME2 porting.
23355         
23356         * widgets/Makefile.am,
23357         (removed) widgets/gnomedirlist.c,
23358         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23359         
23360         * src/Makefile.am,
23361         (removed) src/src_paths_cbs.c,
23362         (removed) src/src_paths_cbs.h,
23363         (removed) src/src_paths_gui.c,
23364         (removed) src/compiler_options_cbs.c,
23365         (removed) src/compiler_options_cbs.h,
23366         (removed) src/breakpoints_cbs.c,
23367         (removed) src/breakpoints_cbs.h: Removed because they are now
23368         combined in singe file
23370 2003-01-16  Naba Kumar <naba@gnome.org>
23372         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23373         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23374         options dialog UI and data handling.
23377 2003-01-15  Naba Kumar <naba@gnome.org>
23379         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23380         Completed command editor porting.
23381         
23382         * src/anjuta.c: Removed the use of commands load function
23383         (not required).
23385         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23386         and unrefs.
23388         * src/anjuta-tools.c: Fixed translatable strings.
23389         
23390         * src/find_text.c: Fixed dialog creation from glade.
23391         
23392         * src/text_editor_gui.c, src/text_editor.c,
23393         src/text_editor_cbs.c: Completed port of detached text editor
23394         to gnome2 plateform.
23395         
23396 2003-01-14  Naba Kumar <naba@gnome.org>
23398         * src/anjuta.glade, src/preferences.[h,c],
23399         src/anjuta_dialogs_strings.c: Added build and editor
23400         preferences pages and other UIs. Fixed preferense loading and saving.
23401         
23402         * src/anjuta.c: Does case-insensitive match for tabs position
23403         preferences and removed preferences loading (done at _new() call).
23404         
23405         * anjuta-tools.c: Debugged tools dialog handling.
23406         * plugins/class-gen/clsGen.c: Fixed an undefined function.
23407         
23408 2003-01-13  Naba Kumar <naba@gnome.org>
23410         * ABOUT-NLS: Update (strange).
23412         * autogen.sh: Removed blocking code.
23414         * configure.in: Fixed an autogen bug.
23415         
23416 2003-01-13  Naba Kumar <naba@gnome.org>
23418         * (new)src/anjuta.gladep
23419         (new)src/messagebox.c
23420         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23421         will be gradually removed (and then the files).
23422         
23423         * Makefile.am,
23424         anjuta.prj,
23425         printing/print-util.c,
23426         printing/print.c,
23427         scintilla/ScintillaGTK.c,xx
23428         src/Makefile.am,
23429         src/an_file_view.c,
23430         src/an_symbol_view.c,
23431         src/anjuta.c,
23432         src/anjuta.glade
23433         src/anjuta.h,
23434         src/anjuta_dialogs_strings.c,
23435         src/anjuta_gui.c,
23436         src/attach_process.c,
23437         src/attach_process.h,
23438         src/breakpoints.c,
23439         src/breakpoints.h,
23440         src/breakpoints_cbs.c,
23441         src/commands.c,
23442         src/commands.h,
23443         src/compiler_options.c,
23444         src/compiler_options.h,
23445         src/compiler_options_cbs.c,
23446         src/configurer.c,
23447         src/configurer.h,
23448         src/controls.c,
23449         src/cvs_cbs.c,
23450         src/debug_tree.c,
23451         src/debug_tree.h,
23452         src/executer.c,
23453         src/executer.h,
23454         src/find_in_files.c,
23455         src/find_in_files.h,
23456         src/find_in_files_cbs.c,
23457         src/find_replace.c,
23458         src/find_replace.h,
23459         src/find_text.c,
23460         src/find_text.h,
23461         src/goto_line.c,
23462         src/help.c,
23463         src/help.h,
23464         src/launcher.c,
23465         src/main.c,
23466         src/main_menubar.c,
23467         src/mainmenu_callbacks.c,
23468         src/message-manager.c,c
23469         src/pixmaps.h,
23470         src/preferences.c,
23471         src/project_config.c,
23472         src/project_config.h,
23473         src/project_dbase.c,
23474         src/project_import_cbs.c,
23475         src/resources.c,
23476         src/resources.h,
23477         src/splash.c,
23478         src/src_paths.c,
23479         src/src_paths.h,
23480         src/src_paths_gui.c,
23481         src/text_editor.c,
23482         src/text_editor_gui.c,
23483         src/toolbar.c,
23484         src/toolbar.h,
23485         src/utilities.c,
23486         src/utilities.h,
23487         src/wizard_gui.c,
23488         widgets/gnomefilelist.c: GNOME2 Port.
23490 2003-01-10  Naba Kumar  <naba@gnome.org>
23492         * src/an_file_view.c,
23493         src/anjuta_gui.c,
23494         src/appwizard_gui.c,
23495         src/compiler_options.c,
23496         src/compiler_options_cbs.c,
23497         src/cvs_cbs.c,
23498         src/executer.c,
23499         src/fileselection.c,
23500         src/find_in_files.c,
23501         src/goto_line.c,
23502         src/main_menubar.c,
23503         src/memory.c,
23504         src/message-manager-dock.c,
23505         src/preferences.c,
23506         src/project_dbase_gui.c,
23507         src/project_import_gui.c,
23508         src/registers_gui.c,
23509         src/sharedlib_gui.c,
23510         src/src_paths_gui.c,
23511         src/text_editor_gui.c,
23512         src/toolbar.c,
23513         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23515 2003-01-09  Naba Kumar <naba@gnome.org>
23517         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23518         problems with some comments.
23520         * anjuta.prj: New project file (updated?)
23522         * src/Makefile.am: Enabled deprecated API and fixed variables.
23524         * src/an_file_view.c,
23525         src/an_symbol_view.c,
23526         src/anjuta-plugins.c,
23527         src/anjuta-tools.c,
23528         src/anjuta.c,
23529         src/anjuta_gui.c,
23530         src/appwizard_cbs.c,
23531         src/attach_process.c,
23532         src/attach_process_cbs.c,
23533         src/compiler_options.c,
23534         src/compiler_options_cbs.c,
23535         src/launcher.c,
23536         src/mainmenu_callbacks.c,
23537         src/message-manager-private.c,c
23538         src/message-manager-private.h,
23539         src/message-manager.c,c
23540         src/message-manager.h,
23541         src/project_dbase.c,
23542         src/project_dbase.h,
23543         src/project_dbase_gui.c,
23544         src/project_import_cbs.c,
23545         src/project_import_gui.c,
23546         src/registers.c,
23547         src/resources.c,
23548         src/resources.h,
23549         src/sharedlib.c,
23550         src/signals.c,
23551         src/signals_cbs.c,
23552         src/signals_gui.c,
23553         src/splash.c,
23554         src/src_paths_cbs.c,
23555         src/src_paths_gui.c,
23556         src/stack_trace.c,
23557         src/text_editor.c,
23558         src/text_editor_gui.c,
23559         src/text_editor_menu.c,
23560         src/toolbar.c,
23561         src/toolbar_callbacks.c,
23562         src/utilities.c,
23563         src/watch.c,
23564         src/watch_cbs.c,
23565         src/wizard_gui.c: GNOME porting.
23567 2002-12-24 Naba Kumar <naba@gnome.org>
23569         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23570         NEWS, README, SEARCH-REPLACE,
23571         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23572         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23573         launcher/Makefile.am,
23574         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23575         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23576         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23577         printing/print-util.c, printing/print.c, printing/print.h,
23578         scintilla/*/*, widgets/e-shell-about-box.c,
23579         src/*, tagmanager/*/*, widgets/Makefile.am,
23580         widgets/gnomefilelist.c:
23581         
23582         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23583         src/*.[c,h] files to gnome2 API.
23585         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23586         strings table.
23588 2002-10-23  Naba Kumar <naba@gnome.org>
23590         * autogen.sh: Prevented Users from building HEAD cvs.
23591         
23592 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23594         * src/anjuta.glade: added the compiler options dialog, hopefully
23595         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23597 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23599         * src/anjuta.glade: fixed a lot of small glitches.
23601         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23602         now.
23604         * src/breakpoints_cbs.c: polished a bit.
23606 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23608         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23610         * src/commands.c: partial gnome 2 port.
23612         * src/utilities.[ch]: changed some bits to be const.
23614 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23616         * src/Makefile.am: removed breakpoints_gui.c and added a check
23617         for gdk-pixbuf deprecated functions, but there shouldn't be much
23618         anyway.
23620         * src/breakpoints_gui.c: killed.
23622         * src/anjuta.glade: added two dialogs for the breakpoints management.
23624         * src/anjuta.h:
23625         * src/anjuta_cbs.c:
23626         * src/appwizard.c:
23627         * src/attach_process.c:
23629         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23630         really huge changes and porting work.
23631         
23632         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23633         (breakpoints_dbase_new): moved the UI init bits here.
23635         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23636         a lot, not using any color anymore (not HIG compliant) and not using
23637         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23638         to be double checked.
23640         * src/build_file.c:
23641         * src/build_project.c: gnome 2 port.
23643 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23645         * src/anjuta.glade:
23646         * src/anjuta.h:
23647         * src/anjuta_cbs.c:
23648         * src/appwizard.c:
23649         * src/breakpoints.c:
23650         * src/breakpoints_cbs.c: cleaned up some bits.
23652 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23654         * src/Makefile.am:
23655         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23657         * src/an_symbol_view.[ch]:
23658         * src/attach_process_cbs.h: polished a bit.
23660         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23662 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23664         * configure.in:
23665         * src/Makefile.am: added libglade-2 to the build.
23667         * src/anjuta.[ch]: added support for libglade.
23669         * src/anjuta.glade: added. There could be a file per top-level widget,
23670         as some other gnome projects, though.
23672         * src/attach_process_gui.c: removed.
23673         * src/attach_process.[ch]: gnome 2 port.
23674         (attach_process_new): Added the treeview init and the widget references
23675         here.
23677 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23679         * src/an_file_view.c: fixed some compilation issues.
23681         * src/an_symbol_view.c: gnome 2 port.
23683 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23685         * src/an_file_view.c: finished gnome 2 port.
23686         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23687         directory pixmap depending on the event.
23689         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23690         (project_file_data_new): use a GtkTreePath.
23692 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23694         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23695         driving me nuts but they need to be ported, heh ?
23697         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23698         work since it's quite a total rewrite again.
23700 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23702         * src/an_file_view.c:
23703         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23705 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23707         * src/anjuta_info.c:
23708         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23710 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23712         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23713         nuts ATM.
23714        
23715         * src/an_file_view.c:
23716         * src/aneditor.cxx:
23717         * src/anjuta_cbs.c:
23718         * src/compiler_options.h:
23719         * src/messagebox.c:
23720         * src/messagebox.h:
23721         * src/pixmaps.h:
23722         * src/project_dbase.h:
23723         * src/resources.h: gnome 2 port.
23725 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23727         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23729         * data/properties/sql.properties: added the DATETIME data type.
23731         * data/properties/html.properties: added the foreach php keyword.
23733 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23735         * widgets/Makefile.am: removed blank line after the last backslash
23736         for avoiding a warning from automake.
23738         * configure.in:
23739         * src/Makefile.am: added the ORBit-2 dep.
23741 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23743         * AUTHORS: added Biswa, because I wonder why noone already have
23744         written his name in the Anjuta's hall of fame :)
23746 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23748         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23749         widgets/e-shell-about-box.c: Made to compile for gnome2.
23750         
23751 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23753         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23754         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23755         
23756         * configure.in, printing/print.h, printing/print.c,
23757         printing/print-doc.c: Made to compile for gnome2.
23758         
23759 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23761         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23762         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23763         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23764         widgets/Makefile.am:
23765         
23766         Upgraded the build system to gnome2 platform.
23767         
23768 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23769         * manuals/*: Added capability to generate PDF and PS.
23770         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23771         * TODO, TODO.biswa: Intergated TODO list.
23772         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23773         , bug #574470
23774         * src/dnd.c: Fix typo
23775         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23776         * src/anjuta.c: Bug #568895, Bug #575419
23778 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23780         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23781         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23783 2002-12-17  Naba Kumar <naba@gnome.org>
23785         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23786         bugs.
23787         
23788 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23789         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23790         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23791         * anjuta.prj: Added tools.sgml
23792         * data/properties/cpp.properties: Bug # 646974
23794 2002-12-16  Naba Kumar <naba@gnome.org>
23796         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23797         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23798         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23799         on 'Enter' and adds proper focus mechanism.
23800         * src/anjuta.c: Fixed a memory corruption bug.
23801         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23802         'Enter' and can also be Canceled. Sets proper default and focus policies
23803         for tools dialogs.
23804         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23805         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23806         translatable strings in dialogs and fixed some dialog properties.
23807         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23808         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23809         * src/message_manager_private.cc: Fixed some debug messages.
23810         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23811         widgets/gnomefilelist.c: Fixed a memory leaks.
23812         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23813         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23814         src/main_menubar_def.h: Implemented incremental search.
23815         * TODO: Updated.
23817 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23818         * tagmanager/*: Minor cleanups and warning fixes.
23819         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23820         GUI during long updates.
23821         * src/text_editor.c: Remove debug message.
23823 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23824         * tagmanager/tm_project.c: Fix a memory access problem.
23826 2002-12-13  Naba Kumar <naba@gnome.org>
23828         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23829         tools list to show "Enabled" flag of the tool. Fixed a bug where
23830         tool list is not cleared when creating a new tool.
23831         
23832 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23833         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23835 2002-12-12  Naba Kumar <naba@gnome.org>
23837         * anjuta-tools.[h,c], commands.c: Used the tools help of
23838         anjuta variables list in commands editor and fixed a typos
23839         buy in anjuta-tools.c.
23840         
23841 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23842         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23843         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23844         * TODO.biswa: Added to help me track things better.
23846 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23848         * configure.in, anjuta.spec.in: Added libglade dependency.
23849         * Makefile.am: Added anjuta.glade file.
23850         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23851         , src/mainmenu_callbacks.[ch], src/message-manager.h
23852         , src/widget-registry.c: Tools editor GUI + other additions.
23854 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23856         * src/project_dbase.[ch], tagmanager/tm_project.c,
23857         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23858         Implement syncing tags image with the project database.
23859         * src/anjuta-tools.c: Implemented variable substitution and
23860         working directory in tools.
23862 2002-12-09  Naba Kumar <naba@gnome.org>
23863         
23864         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23865         command configuration language list from properties.
23866         
23867         * data/properties/asm.properties, data/properties/ruby.properties:
23868         Fixed typos.
23870 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23872         * src/an_symbol_view.c: Remember current selected entry and select
23873         it automatically after refresh.
23875 2002-11-26  Murray Cumming  <murrayc@usa.net>
23877         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23878           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23879         and gnomemm 1.2 projects so that people know they are really
23880         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23881         But I did correct these to sue lowercase names.
23883 2002-12-01  Naba Kumar <naba@gnome.org>
23885         * data/anjuta.properties: Fixed caching problem on 
23886         indicators.
23887         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23888         indicators prefs.
23889         
23890 2002-12-01  Naba Kumar <naba@gnome.org>
23892         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23893         property name.
23894         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23895         property and uses it.
23896         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23897         current cursor.
23898         
23899 2002-11-30  Naba Kumar <naba@gnome.org>
23901         * src/debugger.c: Fixed a typo.
23902         * data/properties/*: Updated properties files and added
23903         new ones.
23904         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23905         Added comment submenu and cleaned up ref and unref of menus.
23906         * src/aneditor.h: Added definition of comment commands.
23907         * src/aneditor.c: Upgrade from latest SciTE source code.
23908         * src/text_editor.[hc], src/text_editor_cbs.c, 
23909         src/message_manager_private.cc, src/message_manager.[cc,h],
23910         src/anjuta.[c,h]: Added indicators support for errors/warnings
23911         highlight in the editor.
23912         * NEWS, TODO: Update.
23913         * scintilla/include/PropSet.h: Removed deprecrated function.
23914         
23915 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23917         * src/anjuta-tools.[ch]: Tools implementation (basic)
23918         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23919           , src/main_menubar_def.h: PLugins cleanup and segregation
23920         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23921           registry
23922         * anjuta.prj: Added new files
23923         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23924         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23925         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23926         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23927         * src/Makefile.am: Added new files
23928         * src/message-manager.[cc/h]: Added standard output and error windows
23930 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23932         * project_type.c: Fixed Gnomemm2 project type
23934 2002-11-25  Naba Kumar <naba@gnome.org>
23936         * printing/print.c: Fixed a compile warning.
23937         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23938         * src/utilities.c: Fixed a compile warning in sparc, hides the
23939         terminal check error output from the user.
23940         * project_config.[ch], project_dbase.[ch], source.c: Added project
23941         version, exclude modules configuration and reordered other config
23942         properties. Changed some strings to more descriptive text.
23943         * src/compiler_opitions.c: Removed extra newlines from .prj file
23944         save.
23945         * anjuta.prj: Converted to new format (only reorganised properties
23946         and removed extra newlines ... nothing else).
23947         * NEWS: updated
23948         
23949 2002-11-21  Naba Kumar <naba@gnome.org>
23951         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23952         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23953         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23954         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23955         Updated to the CVS version.
23957 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23959         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23960           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23961           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23962           images in completion lists. 
23963         * src/resources.h: Make C++ friendly.
23964         * scintilla/PropSet.cxx: Fix memory leak.
23966 2002-11-20  Naba Kumar <naba@gnome.org>
23968         * scintilla/*/*: Synced to latest scintilla 1.49
23969         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23970         New lexers added.
23972         * scintilla/RESearch.cxx: The automatic cvs log in the
23973         file really broke things trying to interprete the changelog
23974         entry incorrectly as end-of-comment. Removed the $cvs line
23975         and committed again.
23976         
23977 2002-11-19  Naba Kumar <naba@gnome.org>
23979         Patch from Timothee Besset <ttimo@idsoftware.com>
23980         
23981         * src/message-manager-private.cc: Interpretes absolute
23982         file paths properly in zvt terminal.
23984 2002-11-19  Naba Kumar <naba@gnome.org>
23986         Patch from Timothee Besset <ttimo@idsoftware.com>
23987         
23988         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23989         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23990         (important) editor preferences in project (if there is one
23991         open).
23992         
23993         * TODO: Updated
23994         
23995 2002-11-18  Naba Kumar <naba@gnome.org>
23996         
23997         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23998         
23999         * src/debug_tree.c, src/find_in_files_gui.c,
24000         src/find_replace.c, src/find_text.c, 
24001         src/project_import.c, src/project_import_gui.c,
24002         src/wizard_gui.c: i18n Fixes.
24004 2002-11-15  Naba Kumar <naba@gnome.org>
24006         * plugins/class-gen/clsGen.c: Fixed to use project function
24007         to import files. Create non-existent directories before the
24008         sources are written.
24009         
24010         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
24011         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
24012         src/glade_iface.c,
24013         src/glades.c: Excluded gladen files from build. This
24014         will fix the unnecessary dependency on libssl.
24015         
24016         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
24017         file import funtion.
24018         
24019         * src/message_manager_private.cc: Fixed a compiler warning with
24020         DEBUG preprocessor macro.
24021         
24022         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
24023         wrong (undocked) editor window was closed on clicking close on an
24024         undocked editor window.
24025         
24026         * src/debugger.c: Fixed a bad bug where debugger terminal won't
24027         start correctly if the executable was run before with 'F3'.
24028         
24029         * src/toolbar_callbacks.c: Wrap around find next.
24030         * src/toolbar.c: Disable combo activate.
24031         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
24032         button positions to get 'yes' as default.
24034         * anjuta.spec.in: Updated.
24035         
24036         * src/anjuta_info.c, src/appwizard_gui.c,
24037         src/attach_process_gui.c, src/breakpoints_gui.c,
24038         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
24039         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
24040         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
24041         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
24042         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
24043         src/preferences.c, src/preferences_gui.c, src/project_config.c,
24044         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
24045         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
24046         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
24047         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
24048         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
24049         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
24050         plugins/patch/patch-plugin.c, printing/print-util.c:
24051         Set all windows and dialogs transient
24052         to their parents so that they remain floated above their parents.
24053         
24054 2002-11-13  Naba Kumar <naba@gnome.org>
24056         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
24057         take default editor font).
24058         
24059         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
24060         Corrected email address.
24061         
24062         * src/mainmenu_callbacks.c: Used spaces instead of tabs
24063         for changelog entry.
24065         * NEWS: Updated.
24066         
24067 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24068         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
24070 2002-11-06  Naba Kumar <naba@gnome.org>
24072         * README: Updated
24073         * anjuta.spec.in: Ships the .omf files with the
24074         documents instead of the base package.
24075         
24076 2002-11-04  Naba Kumar <naba@gnome.org>
24078         * data/properties/latex.properties: Fixed a bug.
24079         * ChangeLog: Released 1.0.0 stable.
24081 2002-11-04  Naba Kumar <naba@gnome.org>
24083         * src/commands.c: Added command with shell redirection capability.
24084         * data/properties/anjuta.properties: Changed default execution
24085         command.
24086         * src/project_dbase.c: Set project top dir in properties.
24087         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
24088         * data/Makefile.am: More diskcheck error fixes.
24089         
24090         * README, anjuta.spec.in, THANKS, AUTHORS,
24091         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
24092         manuals/C/anjuta-manual/authers,sgml,
24093         manuals/C/anjuta-manual/anjuta-manual.sgml,
24094         manuals/C/anjuta-manual/anjuta-manual-C.omf,
24095         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
24096         : Changed anjuta home to
24097         new URL and my email address.
24098         
24099         * manuals/C/anjuta-manual/interfaces.sgml,
24100         manuals/C/anjuta-manual/prefereces.sgml,
24101         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
24102         
24103         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
24104         : removed reference to the help menu as the menu is modified
24105         when no help is found (which is very likely when we are
24106         shiping the documents separately).
24107         
24108 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24109         * anjuta.spec.in: Update specfile to make multiple RPMs.
24110         * data/Makefile.am: make dist fix.
24111         * src/text_editor_menu.c: Fix compile warnings (casts).
24113 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24114         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
24115         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
24117 2002-11-01  Naba Kumar <naba@gnome.org>
24119         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
24120         Added gnome2 macros to be used by gnome2 project wizard.
24121         
24122         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
24123         from gnome-common.
24124         
24125         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
24126         as it was conflicting with generated projects and is not
24127         useful for us.
24128         
24129         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
24130         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
24131         project generation, removed qt project as it's not complete and
24132         added gnome2 bonobo wizard.
24134 2002-10-29  Naba Kumar <naba@gnome.org>
24136         * po/POTFILES.in: Updated.
24137         * po/POTFILES.skip: Added.
24138         * preferences.h: Fixed print paper size property name.
24140 2002-10-28  Naba Kumar <naba@gnome.org>
24141         
24142         * data/user.properties, data/Makefile.am: Added user properties file
24143         which will be copied in user's ~/.anjuta/user.properties.
24144         
24145         * data/anjuta.properties: Changed a comment.
24146         
24147         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
24148         
24149         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24150         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
24151         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
24152         item.
24154         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
24155         instead of user properties file.
24156   
24157         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
24158         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
24159         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
24160         * README, TODO: Updated.
24161         
24162 2002-10-28  Naba Kumar <naba@gnome.org>
24164     * manuals/C/anjuta-manual/figures/editor_guides.png,
24165     manuals/C/anjuta-manual/figures/editor_margins.png,
24166     manuals/C/anjuta-manual/figures/editor_markers.png,
24167     manuals/C/anjuta-manual/figures/local_variables.png,
24168     manuals/C/anjuta-manual/figures/open_file_multiple.png,
24169     manuals/C/anjuta-manual/figures/prefs_print.png,
24170     manuals/C/anjuta-manual/figures/print_dlg.png,
24171     manuals/C/anjuta-manual/figures/print_preview.png,
24172     manuals/C/anjuta-manual/figures/symbol_browser.png,
24173     manuals/C/anjuta-manual/figures/variable_tip.png: New png
24174     files for manual documentation.
24175     
24176     * manuals/sgmldocs.make,
24177     manuals/C/anjuta-manual/Makefile.am,
24178     manuals/C/anjuta-manual/authors.sgml,
24179     manuals/C/anjuta-manual/build.sgml,
24180     manuals/C/anjuta-manual/compileopts.sgml,
24181     manuals/C/anjuta-manual/debugger.sgml,
24182     manuals/C/anjuta-manual/execute.sgml,
24183     manuals/C/anjuta-manual/fileoperations.sgml,
24184     manuals/C/anjuta-manual/interface.sgml,
24185     manuals/C/anjuta-manual/preferences.sgml,
24186     manuals/C/anjuta-manual/projects.sgml,
24187     manuals/C/anjuta-manual/figures/arguments.png,
24188     manuals/C/anjuta-manual/figures/open_file.png,
24189     manuals/C/anjuta-manual/figures/other_opts.png,
24190     manuals/C/anjuta-manual/figures/scrshot.png,
24191     manuals/C/anjuta-manual/figures/toolbar_browser.png,
24192     manuals/C/anjuta-manual/figures/toolbar_tags.png:
24193     
24194     Updated anjuta manual documentation.
24196     
24197 2002-10-27  Naba Kumar <naba@gnome.org>
24199     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
24200     check and modifies debugger terminal command accordingly
24201     to function properly.
24202     
24203 2002-10-25  Naba Kumar <naba@gnome.org>
24205         * manuals/sgmldocs.make: Fixed a couple of bugs.
24206         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
24208 2002-10-24  Naba Kumar <naba@gnome.org>
24210         * src/debug_tree.c: Fixed a crash bug from Etay.
24212         * global_tags/create_global_tags: Added messages.
24213         Fixed infinite looping within files.
24214         
24215         * macro/autogen.sh: Removed debug and warning flags for defaults.
24216         
24217         Patch from Vadim Berezniker <vadim@berezniker.com>
24218         
24219         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
24220         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
24221         generation.
24223         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
24224         temporarily just copy it
24226 2002-10-24  Naba Kumar <naba@gnome.org>
24228         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
24229         manuals/C/anjuta-manual/anjuta-manual.sgml, 
24230         manuals/C/anjuta-manual/compileopts.sgml,
24231         manuals/C/anjuta-manual/debugger.sgml,
24232         manuals/C/anjuta-manual/execute.sgml,
24233         manuals/C/anjuta-manual/fileoperations.sgml,
24234         manuals/C/anjuta-manual/interface.sgml,
24235         manuals/C/anjuta-manual/introduction.sgml,
24236         manuals/C/anjuta-manual/projects.sgml,
24237         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24238         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
24239         manuals/ja/anjuta-manual/anjuta-manual.sgml,
24240         manuals/ja/anjuta-manual/compileopts.sgml,
24241         manuals/ja/anjuta-manual/debugger.sgml,
24242         manuals/ja/anjuta-manual/execute.sgml,
24243         manuals/ja/anjuta-manual/fileoperations.sgml,
24244         manuals/ja/anjuta-manual/interface.sgml,
24245         manuals/ja/anjuta-manual/introduction.sgml,
24246         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24248 2002-10-24  Naba Kumar <naba@gnome.org>
24250         * src/project_type.c: added autogen for qt projects.
24251         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24252         Fixed a bug that retrieves wrong terminal command.
24253         * src/commnads.c: Added more terminal commands.
24254         * configure.in: Checks for scrollkeeper version.
24255         
24256 2002-10-22  Naba Kumar <naba@gnome.org>
24258         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24259         instead of AM_GNOME_GETTEXT.
24260         
24261         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24262         for setup-gettext for the wizard generated projects.
24264         * src/source.c: Fixed a bug where glade file wasn't generated.
24265         
24266         * src/gnome_project.c: Excluded project version from project dir
24267         name.
24268         
24269 2002-10-22  Naba Kumar <naba@gnome.org>
24271         * acinclude.m4: New file with dummy funtion for gettext
24272         cross compatibility fix.
24273         
24274         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24275         * configure.in: Fixed cflags to avoid useless warnings.
24276         * Makefile.am: EXTRA_DIST += setup-gettext.
24277         * src/toolbars.c: Added space paddings around tags label.
24279 2002-10-21  Naba Kumar <naba@gnome.org>
24281         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24282         
24283         * setup-gettext: New script to maintain gettext cross version
24284         compatibility.
24285         * configure.in, macros/autogen.sh: Fix for gettext cross version
24286         compatibility.
24287         
24288 2002-10-21  Naba Kumar <naba@gnome.org>
24290         * debug_tree.c: Fixed incorrect use of debug assertion.
24291         
24292 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
24293             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24294         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24295         src/memory.c, src/memory.h, src/message-manager-private.cc:
24296         
24297         New parsing algorithm; adapted from kdevelop.
24298         Middle button menu for changing the value's display type
24300 2002-10-07  Naba Kumar <naba@gnome.org>
24302         * src/main_menubar_def.h: Changed status bar message for Help->
24303         Browse info pages. Bug #603308
24305         * src/executer.c: Made "User terminal" default for creating
24306         projects (User can always disable it later). Bug #114222
24307         
24308 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24310         * macros/autogen.sh: Require gettext 0.10.x for autogen
24311         * src/text_editor.c: Fixes Bug #595303
24312         * src/source.c: Fixes Bug #595970
24313         * src/anjuta.c: Fixes Bug #598366
24314         * scingtilla/LexCPP.cxx: Bug #602296
24315         * src/main_menubar_def.h: Bug #604363
24316         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24317         
24318 2002-10-07  Jens Georg <mail@jensgeorg.de>
24320         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24321         * gnomefilelist.c: This patch fixes the bug #611542
24322         
24323 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24325         * data/properties/Makefile.am: Added tcltk.properties file.
24326         
24327 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24329         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24330         
24331         * README: Updated README
24332         * plugins/class-gen/clsGen.c, src/message_manager.cc
24333           , src/mainmeu_callbacks.c, src/memory.c
24334           , src/project_dbase_gui.c, src/text_editor_gui.c
24335           , widgets/gnomefilelist.c: Set window icons
24336         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24337           Enabled release build (stripped + optimized binaries, etc.)
24338         * data/properties/anjuta.properties, src/commands.c,
24339           src/defaults.cFixed bug #595489 (stdin on executables)
24340         * src/appwizard.c, src/main.c, src/message-manager.cc
24341           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24342           , src/debug_tree.c: Memory related (valgrind) fixes.
24343         * src/message-manager-private.[cc,h], src/pixpams.h
24344           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24345         * anjuta.prj: Added debug_tree.c to SOURCES
24346         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24347           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24348           Compacted code and cleaned up unnecessary functions.
24349         * tagmanager/*.[ch]: Code fixes.
24350         
24351 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
24352         
24353         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24354         
24355         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24356         Debug tree now detects changes of displayed variables
24357         and changes their color to red
24359 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24361         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24362         
24363         * mainmenu_callbacks.c: Set's the current file name in
24364         file save as dialog.
24365         
24366 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24368         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24370         * data/properties/tcltk.properties: New file for tcl/tk
24371         properties.
24373 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
24375         * src/project_type.[c,h], src/source.c, data/Makefile.am:
24376         Fixed a fatal bug which doesn't let building gnome2 related
24377         projects. They use different autogen.sh script. Defined new
24378         type field "gnome_macro_support".
24379         
24380         * data/autogen.sh.gnome2: New file.
24381         
24382         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24383         bug with quotes escaping in quotes.
24384         
24385         * src/message-manager-private.cc: Used event box instead
24386         of frame for local message pane, so that the borders appear
24387         properly and nicely.
24388         
24389         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24390         if there is a project open and all the files are un-docked.
24392         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24394 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
24396         * src/main_menubar_def.h: implement feature request #595356, patch #597161
24397         * THANKS: updated for new contributions
24398         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24400 2002-08-27 Steven Knight  <steven.knight@unh.edu>
24402         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24403         src/project_dbase.h, src/project_type.c, src/source.c, 
24404         src/wizard_gui.c: new Qt project type
24405         *** NB not fully tested, may need some work, icon required...
24407 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24409         * src/memory.c, src/memory.h: new memory patch
24411 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
24413         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24415 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
24417         * lancher/anjuta_launcher.c: Determine pty from function
24418         call instead of running 'tty' externally.
24419         
24420         * data/properties/cs.properties: Added compile/build commands.
24421         Fixed execution properties.
24422         
24423         * src/commands.c: Added c# options.
24425         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24426         
24427         * src/debug_tree.[c,h], src/debugger.[c,h],
24428         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24429         
24430         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24431         1. Misaligned structs when they are members of other structs.
24432         2. '{' sometimes appears as a variable.
24433         3. Wrong processing of some arrays.
24434         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24435         that displays the tree in two columns (variable and value).
24437 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24439         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24441         * data/properties/sql.properties: added the DATETIME data type.
24443         * data/properties/html.properties: added the foreach php keyword.
24445 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24447         * NEWS: Updated with new features.
24448         
24449         * data/.cvsignore, doc/.cvsignore: Updated.
24450         
24451         Patch from: Etay Meiri <etay-m@bezeqint.net>
24452         
24453         * src/debug_tree.h, src/debug_tree.c: New files.
24454         
24455         * src/Makefile.am, src/message-manger-private.[h,cc],
24456         src/message-manger.cc: Added Tree view for debugger
24457         locals view.
24458         
24459 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24461         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24462         
24463         * src/memory.c, src/memory.h: New files.
24464         
24465         * src/Makefile.am, src/appwizard.c, src/controls.c,
24466         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24467         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24468         
24469         Memory view implemetation that would enable viewing raw memory
24470         during debugging.
24472 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24474         * AUTHORS: added Biswa, because I wonder why noone already have
24475         written his name in the Anjuta's hall of fame :)
24477 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24479         * src/appwizard_gui.c: Removed an ambiguous prototype.
24480         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24481         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24482         * THANKS: Updated M. Ali Vardar's email.
24483         
24484 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24486         * src/anjuta_gui.c: implemented feature request to stop main and browser
24487           toolbars having exclusive use of space
24489 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24491         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24492         left over from the previous work to fix bugs :-)
24493         
24494         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24495         src/controls.c, src/mainmenu_callbacks.h, 
24496         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24497         reviewed
24498         
24499         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24500         src/project_import_gui.c, src/sharedlib_gui.c, 
24501         src/signals_gui.c: set window icon correctly
24502         
24503         * NEWS: more updates for the release
24504         
24505         * HACKING: updated for window icons and insert menu information
24506         
24507         * src/cvs_gui.c, src/build_project.c, 
24508         src/project_import_cbs.c: message strings reviewed
24509         
24510         * src/controls.c: context help button should be disabled if 
24511         DevHelp is not installed
24512         
24514 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24516         * src/debugger.c: Fixed the signalling screw up because of string
24517         update in gdb used to report the child process PID. Also, no
24518         error dialog will be popped up for "no such file or directory"
24519         error (very annoying and useless error). This error will still
24520         be shown on the debug message window. Avoided terminating the
24521         program when the terminal is terminated -- doesn't hurt, otherwise
24522         we get crappy egg-and-hen problem.
24523         
24524         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24525         dimensions loading.
24526         
24527         * src/anjuta.c: Limited the default size of main window to sane
24528         values.
24530         * src/preferences.c: Fixed some deadly memory corruption bugs in
24531         the recent patches. Return from getenv() should NEVER be freed,
24532         because they are static strings.
24533         
24534         * src/preferences_gui.c: Removed the fix for crash bug with font
24535         selection and applied the real fix.
24536         
24537 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24539         * NEWS: updated for release
24541 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24543         * src/launcher.c: Added a fix a memory leak and a possible
24544         fix for zvt-crash bug.
24545         
24546         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24547         
24548         * data/properties/latex.properties,
24549         data/properties/ada.properties: Added file.is.source property.
24550         
24551         * src/an_file_view.c: Set auto column size of the file
24552         revision column.
24553         
24554         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24555         The user is now prompted to confirm the closing of the file
24556         if it is being used by CVS. If yes, the editor is closed and
24557         the CVS operation stops.
24558         
24559 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24561         * anjuta.prj: bump project version for release
24562         * BUGS: removed unnecessary file
24564 2002-06-07      Philip Van Hoof <freax@pandora.be>
24566         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24567         during the life of the file list widget
24568         * src/preferences_gui.c: sticking-plaster fix to font selection
24569         causes segfault bug
24571         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24573 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24575         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24576         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24577         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24578         added options for symbol and file browsers.
24579         * data/properties/cpp.properties: linker flags should come after
24580         the name of the file to compile.
24581         * scintilla/Editor.cxx: fixed gcc compilation warning.
24582         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24583         be executed from bindir only.
24584         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24585         tagmanager/include/tm_file_entry.h: CVS version information in file 
24586         browser.
24587         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24588         window.
24589         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24590         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24591         crashes during file import.
24592         * src/project_import.c: disable project menu items during project 
24593         import.
24594         
24595         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24597 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24599         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24600         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24601         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24602         modified Insert menu, added C functions template, header C 
24603         template, modified header_template HEADER_H ==> NAMEFILE_H
24604         
24605         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24607 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24609         * data/properties/html.properties: changed some file 
24610         associations
24612 2002-06-05 Philip Van Hoof <freax@pandora.be>
24614         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24615         
24616         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24618 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24620         * data/properties/anjuta.properties, src/defaults.c: Make windows
24621         docked by default, fix the big fonts bug.
24622         
24623         * src/an_file_view.c, src/main_menubar_def.h, 
24624         src/project_dbase_gui.c: sanitized the Edit/View mess.
24625         
24626         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24627         for customizing shortcuts.
24628         
24629         * src/mainmenu_callbacks.c: Search for selected word if present.
24630         
24631         * src/text_editor_menu.c: Added context menu options for docking
24632         and undocking editor windows.
24633         
24634         * src/main_menubar.h, src/main_menubar.c: more support for the 
24635         shortcuts menu item.
24636         
24637         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24639 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24641         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24642         all commit messages being written to top of the file
24643         
24644         * src/main_menubar_def.h: message strings reviewed
24645         
24646         * src/project_import.c: message strings reviewed
24647         
24648         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24649         some bugs around reading the project properties for creating 
24650         .glade and .desktop files in the Application Wizard. There were
24651         typos in the property names being retrieved
24652         
24653         * widgets/gnomefilelist.c: changed build_full_path to make 
24654         the file widget support ~
24655         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24656         
24657         * THANKS, widgets/e-shell-about-box.c, 
24658         manuals/anjuta-manual/C/authors.sgml: updated for new
24659         patch
24661 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24663         * src/project_dbase.c: Fixed the file-path-corruption bug
24664         and the cannot-import-file-in-project bug. (follow-up with
24665         the last commit from Stef).
24666         
24667         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24668         with unsaved-project.
24669         
24670 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24672         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24673         misplaced g_free.
24675 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24677         * data/properties/{xml,html,other}.properties: changed some file 
24678         associations
24679         
24680         * data/anjuta.mime: oops! cvs added
24681         
24682         * scintilla/RESearch.cxx: fixed up a problem with comments
24683         
24684         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24685         to avoid messages about missing libs
24686         
24687         * NEWS: started the release notes
24689 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24691         * HACKING: updated with new information on printing, patch naming
24692         
24693         * TODO: removed completed tasks
24694         
24695         * THANKS: updated a few contributions
24696         
24697         * anjuta.prj: updated the icon file
24698         
24699         * anjuta.desktop.in.in: updated to add Categories
24700         
24701         * data/anjuta.mime: created a mime type for Anjuta project files
24702         (NB needs to be added to the install in /usr/share/mime/)
24703         
24704         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24705         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24706         to PNG for websites.
24707         
24708         * plugins/patch/patch-plugin.c: clarified some messages and 
24709         made it easier to see different patching sessions
24710         
24711         * src/toolbar.c: changed some message text for consistency
24712         
24713         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24714         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24715         in preferences. 
24716         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24717                  
24718         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24719         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24720         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24721         Added XLib Project and a Dockapp Project types.
24722         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24723         projects
24724         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24725         * src/source.c: Fixed memory leak in existing projects. 
24726         (filename was not freed)
24727         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24729 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24731         * src/anjuta.h, src/anjuta.c: Added error display funtions
24732         with parent windows.
24733         
24734         * src/appwizard_cbs.c: Changed error display function to use
24735         parented version.
24736         
24737 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24739         * printing/print.h, printing/printing.c: Taken care of document
24740         zoom factor and fixed a font loading bug. Dynamically calculated
24741         text widths to work with zooms properly. Re-organized code for
24742         dynamic text width calulations to work in general with utf8 chars.
24743          Determined font height and width automatically from the font info.
24744         
24745         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24746         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24747         Converted text.zoom.factor property to use #defined value. Removed
24748         margin header and margin numbers preferences, as they  now
24749         calculated dynamically.
24750         
24751 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24753         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24754         printing/print-util.h, printing/print.c, printing/print.h:
24755         Rewritten printing support for style based printing. Syntax highlighted
24756         printing, monochromatic printing, setup using preferences etc.
24758         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24759         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24760         language and the styled text buffer.
24761         
24762         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24763         the print setup preferences page and added printer preferences. Added functions
24764         to retrieve preferences with default values.
24765         
24766         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24767         the printing.
24769         * data/properties/anjuta.properties: Added default printer preferences.
24771         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24772         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24773         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24775         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24776         
24777 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24779         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24781         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24782         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24783         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24784         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24786         printing/Makefile.am: Reduced compiler optimizations.
24788         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24789         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24790         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24791         tagmanager/tm_workspace.c: TagManager fixes.
24793 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24795         * printing/*: CVS added. :)
24796         
24797 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24799         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24801         * printing*: CVS added.
24802         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24803           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24804           src/main_menubar_def.h: Gnome Print support
24805         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24806         * configure.in: Enable debugging flag option
24807         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24808           Print properties defined.
24809         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24810         
24811 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24813         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24814         
24815         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24816         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24817           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24818           and cleanups
24819         * src/text_editor.c: Minor cleanups.
24820         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24821         * src/project_dbase.c: Fixes to add/remove files from project.
24822         * src/help.c: Fix minor memory leak.
24823         * src/project_dbase_gui.c: Remove debugging messages.
24824         * src/utilities.[ch]: Cleanups and minor fixes.
24825         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24827 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24829         * src/anjuta.c [anjuta_apply_preferences()]:
24830         Fixed a crash bug when tab pos is not defined for the editors.
24831         
24832         * data/properties/cpp.properties: Set default identifier property to normal.
24833         This fixes the bug in which the fore color gets hidden with dark background.
24835 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24837         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24838         scintilla 1.46
24839         
24840         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24841         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24842         src/anjuta.c, data/properties/anjuta.properties:
24843         Implemented line wrapping.
24844         
24845         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24846         
24847         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24848         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24849         tags. Code was reviewed from GNOME Bonsai view.
24850         
24851         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24852         it seems to have been removed by scintilla people.
24853         
24854         * data/properties/anjuta.properties: Set default line wrap to false, as
24855         is noticably slow with big files.
24856         
24857 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24859         * src/project_import_gui.c: disallow the selection of files in
24860           the browse dialog.
24861         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24862           preferences code.
24863         
24864 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24866         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24867           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24868         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24869         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24870           now works properly.
24871         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24872         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24873         * src/utilities.[ch]: Added some utility functions.
24874         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24875         
24876         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24878 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24880         * HACKING: info on FIXME statements and removed ccview references
24881         * Makefile.am: added rule to make RPM package
24883 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24885         * THANKS, widgets/e-shell-about-box.c, 
24886         manuals/anjuta-manual/C/authors.sgml: updated for new
24887         patch
24888         * src/anjuta.c: removed unnecessary warning code since CVS 
24889         support is now implemented :-)
24890         * manuals/sgmldocs.make: implemented a fix for bug #553969
24891         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24892         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24893         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24894         
24895 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24896         
24897         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24898           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24899           src/main_menubar_def.h, src/preferences_gui.c,
24900           preferences.c, preferences.h: setup Username and Email 
24901           preferences, Insert ChangeLog and Username editor functions
24902           
24903           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24905 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24906         
24907         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24908           src/src_paths_cbs.c, src/src_paths_gui.c
24909           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24911           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24913 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24915         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24916           and goto tag menu items to main menu.
24918 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24920         * THANKS, widgets/e-shell-about-box.c, 
24921         manuals/anjuta-manual/C/authors.sgml: added new contributors
24922         * HACKING: updated with info on files to change for credits
24924 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24926     * src/aneditor.cxx: extended extension list which fixes segfault
24927     on selecting lisp, ruby or matlab as highlight style.
24929 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24931         * src/main_menubar_def.h: fixed an array initialiser and fixed
24932         the lexer settings for the new entries on the Format menu
24934 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24936         * Synced with Scintilla 1.45
24938 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24940         * anjuta.prj: added another missing file
24941         * ChangeLog: fixed some incorrect change dates I caused by 
24942         sloppy cut-and-pasting :-/
24944 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24945         
24946         * src/mainmenu_callbacks.c: fixed title of new About box
24948 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24950         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24952 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24954         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24955         * anjuta.prj: updated for new files
24957 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24959         * widgets/e-shell-about-box.c: Added version display.
24960         
24961 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24963         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24964         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24965         from Philip Van Hoof)
24967 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24969         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24970         dependency
24971         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24972         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24973         that produced build errors (needs checking on a machine with the
24974         ja locale!)
24975         * data/properties/lisp.properties: updated to match format of other
24976         lexer property files supplied with Anjuta
24978 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24980         * anjuta.prj: added new files
24981         * HACKING: added information from the mailing list on 
24982         adding new project types to the wizard (thanks to Johannes)
24984 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24986         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24987           src/appwiz_page2.c: Fix for 547038.
24989 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24991     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24992     hide bug.
24993     
24994     * about.h: cvs removed.
24995     
24996 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24998         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25000         Fix for #539574.
25002         * src/anjuta.c (anjuta_system_error): checks for the error number to
25003         know whether the error description is needed or not.
25005 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25007         * pixmaps/anjuta_logo.png: New about logo.
25008     
25009         * pixmaps/anjuta_icon.png: New icon from Misha. The
25010         old one had trouble with some gtk themes.
25011     
25012         * about.c: Removed. No longer needed.
25014         * mainmenu_callbacks.c: Removed reference of about.h
25015     
25016 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25018         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25020         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
25021           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
25022         About Dialog (thanks to the Evolution team for the cool widget!)
25024 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25026         Patch from lbell <lbell@tsc4.com>
25027     
25028         * src/find_in_files.c, src/find_in_files.h,
25029           src/anjuta.c: Added save_yourself, load_yourself routines.
25030     
25031         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
25032         Added "Append messages" toggle button. This will enable
25033         the search results to be appended to the already existing
25034         results.
25035     
25036         * src/debugger.c: Fixed a typo.
25037     
25038         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
25039           src/session.c, src/session.h: Improved session management.
25041 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
25043         * THANKS, FUTURE, AUTHORS: Changed my email and
25044         avoided yahoo.com.
25046 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25048         Impl. feature request #525271 (add Lisp support).
25050         * data/properties/lisp.properties: added.
25052         * data/properties/Makefile.am, data/properties/anjuta.properties: added
25053           the lisp properties.
25055         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
25056           src/utilities.[ch]: added support for the Lisp highlight style.
25058 2002-05-02  Stephane Demurget  <demurgets@free.fr>
25060         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25061           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
25062           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
25063           option preferences to have a persistent setting. Plus it's not used
25064           often, so it's better here than flooding the menus.
25066         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
25067           preferences pages a lot more consistent and sweeter: tabs direction
25068           radiobuttons are directed against the meaning, all pages have an
25069           outter frame, a lot of padding, removed all expand attributes for
25070           vertical boxes, ...
25072           That's not a total revamp, but it's really looking better now, even
25073           if there's still work to be done.
25075 2002-05-01  Andy Piper <andy.piper@freeuk.com>
25077         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
25078         * TODO: added task to be completed before next release (update all credits)
25080 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25082         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
25083         Benke László.
25085 2002-05-01  Benke László  <decike@freemail.hu>
25087         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25089         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25090           src/main_menubar_def.h, src/mainmenu_callback.[ch],
25091           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
25092           to the format menu in order to reorder the notebook tabs in
25093           alphabetical order everytime a file is created/opened/saved.
25095 2002-05-01  Philip Van Hoof <freax@pandora.be>
25097         * widgets/gnomefilelist.[ch] (history_combo_go),
25098         (history_combo_clicked): impl.
25100         (gnome_filelist_new_with_path): use this new impl.
25102 2002-05-01  Stephane Demurget  <demurgets@free.fr>
25104         * src/project_dbase_gui.c (add_file): added the xpm file type.
25106 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25108         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
25109         tag manager fixes.
25111         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
25112           of tag types.
25114         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
25115           src/text_editor_menu.c: Added context sensitive search in symbol
25116           browser and editor.
25118         * configure.in: Changed version number to 0.1.9.99.
25120         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
25121           src/project_import.c: Minor changes to project import facility.
25123         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
25124           (Forced to use specific brace format)
25126         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
25127           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
25128           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
25130 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
25132         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
25133         replaced the spinbutton with an hscale, and made the UI less "blocky".
25135         * src/cvs_gui.c: When diffing a project you can choose date and
25136         release now.
25138         * src/project_dbase.c: Import_file activated again
25140         * configure.in, plugins/Makefile.am: Added patch plugin
25142         * plugins/patch/*: The new patch plugin
25144 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25146         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25148         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
25149         dropdown list shown by autocompletion are now removed.
25151 2002-04-28  Philip Van Hoof <freax@pandora.be>
25153         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
25154         a bunch of filetypes from the older version.
25156         * src/project_dbase_gui.c (add_file): changed the import
25157         dialog's filetypes combo contents depending on the
25158         type of data to be imported.
25160 2002-04-28  Stephane Demurget  <demurgets@free.fr>
25162         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
25163         the amount parameter as Philip stated and reformated to follow the
25164         Gnome convention.
25166         * src/project_dbase.c (project_dbase_make_default_filetype_list):
25167         changed accordingly.
25169 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25171         Fix for #531293.
25173         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
25174         Shift-F6, to be more consistent with other Gnome apps.
25175         Moved the "Search next" entry under the "Search" one, and swapped the
25176         order of the "Find in files" and "Find and Replace" ones.
25178         Some additional fixes ands cleanups on the edit menu.
25180         * src/main_menubar.h: replaced all occurences of repeat_find by
25181         find_again for the code to be more consistent.
25183         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
25184         sensitiveness depending on the existence of an active text buffer.
25186         * TODO: added some bits about improving the usability of the
25187         search/search again couple.
25189 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25191         * src/preferences_gui.c: made the tab labels text more consistent
25192         (s/misc/Misc/).
25194 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
25196         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
25198         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
25199         filename.
25201         * src/main.c (main): simplified some code and cleanups.
25203         Fix a part of #499366:
25205         * src/commands.[ch] (sync_from_props), (command_editor_save),
25206         (on_apply_clicked), (create_command_editor_gui): added the gui
25207         corresponding to the command.terminal preference.
25209 2002-04-25  Stephane Demurget  <demurgets@free.fr>
25211         Fix for #465180.
25213         * anjuta.spec.in: added build requirements for the source rpm.
25215 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
25217         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25218         
25219         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
25220           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
25221           src/project_type.c, source.c, wizard_gui.c:
25222           Added new GNOME 2 project types and changed glade behaviour to
25223           produce GTK code if project type GTK was selected and GTKmm code
25224           if project type GTKmm was selected (and not depending on the 
25225           selected language. Disabled glade for GNOME 2 projects because
25226           we will need glade2 there.
25227           
25228         * src/project_dbase.c: Fixed a memory lack.
25229         
25230         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
25231         
25232         * src/cvs.c: Added an error message if jobs are running
25234 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
25236         * tagmanager/tm_work_object.c: Fixed a chrash
25237         bug which occurs when it tries to stat an empty
25238         file name.
25239         
25240 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
25242         * src/controls.c: CVS menu items now becomes
25243         insensitive when the launcher is busy.
25244         
25245         * src/anjuta.c, cvs.h, cvs.c: Created a function
25246         to update the cvs preferences when preferences are
25247         applied in preferences dialog and called it from
25248         anjuta_update_preferences().
25249         
25250 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25252         * src/cvs.c: Added a space in the cvs command
25253         before the revision part. This fixes the cvs
25254         error we get when cvs-diffing with revisions.
25255         
25256         * src/cvs.c: Fixed a compiler warning.
25257         
25258         * src/find_replace.c: The dialog now remembers
25259         the settings including the "prompt on replace"
25260         which seems to have broken somewhere line the
25261         changes.
25262         
25263 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25265         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25266         Added a new property in cvs class to hold a boolean
25267         for enabling date in cvs diff. This fixed the bizzare
25268         diff output due to the date that goes with the cvs
25269         command. Also, set the default value of compression
25270         to 3 and unified diff option to 1.
25271         
25272 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25274         * src/cvs.c: The diff editor is set to hilite as
25275         diff syntax hiliting.
25276         
25277         * configure.in, manual/Makefile.am:
25278         Added a new manual module for ja language.
25279         
25280         * manual/ja/*/*/*: New module and files for the
25281         ja translation for the anjuta documentation
25282         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25283         
25284 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25286         * src/launcher.c: Made a very messy work around
25287         for the launcher authentication to work properly.
25288         
25289         * src/find_replace.c: Applied the missing patch
25290         from Dan Elphick <dre00r@ecs.soton.ac.uk>
25291         
25292 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25294         * src/cvs.c, src/main_menubar_def.h: made message strings
25295         consistent with existing standards from our own documentation 
25296         (such as uppercase P in Project, corrected spelling of 
25297         repository, etc.)
25299 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25301         * src/cvs_gui.c: Cleaned up gui and aligned various
25302         widgets to give a clean look.
25303         
25304 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25306         * src/launcher.c: Added work around to retrieve
25307         the child exit code. It works. :)
25308         
25309         * src/find_in_files.c, src/gnome_project.c,
25310         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25311         src/clean.c, src/clean_project.c, src/build_project.c,
25312         src/build_file.c: Modified to handle the new
25313         child exit code.
25314         
25315 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25317         * src/find_replace.c: Changed signal to call
25318         on_replace_text_close on from delete_event
25319         to close => the replace history is now updated.
25321 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25323         * src/cvs.c: escaped the cvs import message before
25324         passing it to cvs.
25325         
25326 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25328         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25329         
25330         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25331         
25332         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25333         Added cvs import
25334         
25335         * src/preferences_gui.c: GUI improvements
25336         
25337         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25339 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25341         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25342         Removed static qualifier from tm_tag_type_name() and
25343         availed it's prototype for use in outside code. also
25344         created reverse map function tm_tag_type_name();
25345         
25346         * src/anjuta.c: Implemented qualified tags names for
25347         the tag list (on the toolbar pulldown list) to avoid
25348         ambiguty in tags with similar names (like prototype
25349         and definition). Patch modified and improved.
25350         
25351         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25352         
25353 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25355         * src/utilities.[c,h]: Added a utility funtion
25356         that escapes the single and double quotes in a
25357         given string. Useful for passing command line
25358         args with quotes.
25359         
25360         * src/cvs.c: Escaped the cvs log message before
25361         passing it to cvs command line to avoid ambiguties
25362         with quotes in the message.
25363         
25364         * pixmaps/anjuta_icon.png: Changed to the new icon.
25365         from Todd Goyen <goyen@mbi-berlin.de>
25366         
25367         * src/message-manager-private.cc: Added regex to 
25368         recognize (underline hilite) the parsable outputs
25369         from the zvt terminal.
25370         
25371 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25373         Patch from: Tina Hirsch <tehirsch@arcor.de>
25374         
25375         * src/project_type.c:
25376         Fixed a bug in the wxproject type and modified the erroroutput when
25377         configure doesn't find wx-config
25378         
25379         Patch from: Timothee Besset <ttimo@idsoftware.com>
25380         
25381         * src/anjuta.c, src/message-manager-private.cc,
25382           src/message-manager-private.h
25383         Catches double clicks in the zvt terminal, and calls goto_error_line
25384         to jump to the appropriate location in the source. This will recognize
25385         grep -n output
25386         
25387 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25388         
25389         * src/build_project.c: Taken care of memory leak
25390           by freeing cmd variable properly.
25392         * src/main_menubar_def.h: Fixed wrong signal connection
25393           for cvs project commit.
25394           
25395         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25396         
25397         * src/preferences_gui.c: Added some border and adjusted
25398           expandsion, filling in box adds to make the cvs preferences
25399           more nicer.
25400         
25401 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25403         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25404         
25405         * src/cvs*, src/main_menubar*, src/preferences*: 
25406         Moved CVS settings to preferences, added a nice login dialog.
25407         
25408         * src/controls.c, src/project_dbase.c:
25409         CVS project options are only shown if a project is open
25410         
25411         * src/build_project.c:
25412         User is now asked if he wants to install as root 
25413         
25414         * src/launcher.c:
25415         Fixed a warning
25417         * anjuta.prj: Updated with cvs files
25418         
25419         * TODO: Remove task which are done
25420         
25421 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25423         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25424         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25425         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25427         Modified launcher to use controlling terminal to detect and
25428         take care of password authentications (for example, for cvs
25429         and root installs).
25430         
25431         * pixmaps/password.png: New file.
25432         
25433 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25435         Anjuta kick start tutorial wirtten by:
25436           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25438         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25439           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25440           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25441           manuals/C/anjuta-tutorial/figures/*.png:
25442           
25443           Added files
25444         
25445         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25446           
25447           Modified files.
25448         
25449 2002-03-28 Roel Vanhout <roel@stack.be>
25451         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25453         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25454           src/preferences_gui.c:
25455         Added option to wrap around to beginning/end of file when on last bookmark
25456         and next/previous bookmark is pressed
25457         
25458 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25460         Patch from Philip Van Hoof <freax@pandora.be>
25461         
25462         * src/gnomefilelist.c:
25463         Added gimp like feature that changes the file extension of
25464         the filename entered in the selections when the file
25465         filter is changed.
25466         
25467 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25468         
25469         Patch from Roy Wood <roy.wood@filogix.com>
25470         
25471         * src/controls.c, src/find_text.c, src/find_text.h,
25472           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25473           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25474           
25475           Menuitem for entering currently selected text as find target,
25476           added key accel for "find next" and changed some key accels for
25477           other key for consistency.
25478           
25479         * src/utilities.c:
25480           Cleaned up code.
25481         
25482 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25484         * src/watch.c, src/watch.h, src/watch_cbs.c,
25485           src/watch_cbs.h, src/watch_gui.c:
25486         
25487           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25488         
25489           Added change watch entries feature
25490           and Watch entries modify on double click fixed.
25492 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25494         * src/mainmenu_callbacks.c:
25495         
25496           Project commit should not bypass dialog as
25497           we need to get the cvs log from the user.
25498           
25499 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25501         * src/project_dbase.c:
25502         
25503           Patch from Roy Wood <roy.wood@filogix.com>
25504           
25505           Fixed docking bug with the new docking patch
25506           to fix copy/paste bug.
25507           
25508 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25510         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25511           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25512           src/main_menubar.h, src/main_menubar_def.h,
25513           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25515           Added cvs project support. Featured bypass cvs dialog for
25516           cases where we don't need dialog (such as project and right
25517           click selection from file browser). Cleaned up cvs code to
25518           make them generic cvs operations instead of separate file
25519           and project operations. Added cvs log action. Increased
25520           file entry box width and enabled "unified diff" by default.
25521           Used Editor buffer for status and log and set hilite for
25522           these buffers including diff buffer (DIFF hilite).
25523           
25524 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25526         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25528         * data: Added file autogen.sh.wxwin 
25529         * data/Makefile.am: Added entry for autogen.sh.wxwin
25530         * pixmaps: Added project image appwiz_wxwin.png
25531         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25532         * src/appwizard_cbs
25533           src/compiler_options.c
25534           src/pixmaps.h
25535           src/project_dbase.c
25536           src/project_dbase.h
25537           src/project_import_cbs.c
25538           src/project_type.c
25539           src/source.c
25540           src/source.h
25541           src/wizard_gui.c: Added everything necessary for new
25542                             project type 'wxWindows (wxGTK)
25543         * src/project_dbase.c: Fixed a bug that caused every project
25544                                to be a glade project in dialog
25545                                                    'Project information'.
25547 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25549         Patch submitted by Roy Wood <roy.wood@filogix.com>
25550         
25551         * src/anjuta_gui.c, src/message-manager-dock.c,
25552           src/project_dbase.c:
25553           
25554           fixed the copy/paste bug by rewriting dock/undock
25555           code.
25557 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25559         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25560         
25561         * src/cvs*, src/Makefile.am:
25562           New file for CVS support. File operations currently work
25563           cvs login needs to be done. Project support is not yet
25564           started.
25566         * src/main_menubar*, src/mainmenu_callbacks,
25567           src/anjuta.c, src/anjuta.h:
25568           Added menus and functions for cvs commands.
25569           
25570         * src/text_editor_menu.h: 
25571           Added #include <gtk/gtk.h>
25572           
25573         * src/gotoline.h:
25574           Removed a warning (and this time it works ;-)
25576         * src/utilities.c, src/utilities.h:
25577           Added a utility function to retrieve directory
25578           name out of full path.
25580 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25582         * src/executer.c: (create_executer_dialog): changed the default
25583           focus on the entry.
25585 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25587         * widgets/gnomefilelist.c:
25588         Fixed duplicate history entries for the same directory.
25589           
25590 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25592         Fix for #520092.
25594         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25595           it's already used by scintilla to delete the whole current line.
25597 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25599         Fix for #525107.
25601         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25602           calls to fileselection_hide_widget,
25603           (on_open_filesel_cancel_clicked): removed.
25605         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25606           (on_add_prjfilesel_cancel_clicked):
25608         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25609           impl.
25611         * src/fileselection.c: Made some functions static.
25612           (fileselection_hide_widget): rewritten using the new
25613           gnome_filelist_set_multiple_selection function.
25615         * src/fileselection.c: (on_file_selection_delete_event): removed
25616           unuseful widget hides. Some cleanups,
25617           (on_file_selection_cancel_clicked): impl,
25618           (create_fileselection_gui): changed the cancel button clicked's
25619           callback to use this new function.
25621         * src/anjuta.c: (anjuta_new):
25622         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25623           callbacks, because this the gnome filelist widget's job.
25625         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25626           clist selection mode duplicates set,
25627           (gnome_filelist_key_press): use the new impl. function.
25629 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25631         Fix for #441233.
25633         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25634           fixed some bogus code using an array cell out of
25635           range, removed unecessary gettext usages.
25637         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25638           some cleanups and now transform minus characters to
25639           underscores.
25641         * src/source.c:
25642           (source_write_configure_in),
25643           (source_write_toplevel_makefile_am),
25644           (source_write_desktop_entry),
25645           (source_write_glade_file):
25646         * src/project_dbase.c: (project_dbase_summon_glade),
25647           (project_dbase_generate_source_code):
25648         * src/glades.c: (gladen_write_glade_write):
25649           replaced some occurences of the target name by the
25650           project filename, using project_dbase_get_proj_name,
25651           to fix the name of some files.
25652           Fixed a lot of mem leaks.
25653           Various code cleanups.
25655 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25657         Merged with latest (1.44) scintilla.
25659         Added: - The calltip.<lexer>.end.definition property to display help
25660                  text on a second line of calltip.
25661                - The calltip.<lexer>.word.characters property to correctly find
25662                  calltips for functions that include characters like '$' which
25663                  is not normally considered a word character.
25664                - The use.monospaced property to determine initial state of
25665                  Use Monospaced Font setting.
25667         Bugs fixed: Too many to mention; please see :
25668                     http://www.scintilla.org/ScintillaHistory.html for the
25669                     full changes list.
25671         * scintilla/*/*: updated nearly all files.
25673         * TODO: removed the need of a scintilla merge.
25675         Merged with latest (1.44) SciTE properties.
25677         * data/properties/anjuta.properties: added the wrap, use.monospaced
25678           properties.
25680         * data/properties/html.properties: added a missing php extension, and
25681           updated php keywords to the latest reference.
25683         * data/properties/pascal.properties: added commands to compile, build
25684           and execute pascal applications.
25686         * data/properties/lua.properties: added styles for statements.
25688         * data/properties/bash.properties: added the declare keyword.
25690         Fixed distchecking.
25692         * global-tags/Makefile.am,
25693           global-tags/create-global-tags.sh: used some kind of ugly hack to
25694           make distchek work, since noone has proposed some better way.
25696         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25697           and Ctrl-N replace Alt-N for new file according to the Gnome design
25698           reference.
25700 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25702         * widgets/gnomedirlist.c
25703         widgets/gnomedirlist.h
25704         widgets/gnomefilelist.c
25705         widgets/gnomefilelist.h:
25707         Added GPL headings in the file.
25709 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25711         * src/attach_process.c
25712         src/attach_process_cbs.c
25713         src/attach_process_cbs.h
25714         src/attach_process_gui.c
25715         src/breakpoints.c
25716         src/breakpoints_cbs.c
25717         src/breakpoints_cbs.h
25718         src/breakpoints_gui.c
25719         src/commands.c
25720         src/compiler_options.c
25721         src/compiler_options_cbs.c
25722         src/compiler_options_cbs.h
25723         src/compiler_options_gui.c
25724         src/find_in_files.c
25725         src/find_in_files_cbs.c
25726         src/find_in_files_cbs.h
25727         src/find_in_files_gui.c
25728         src/find_replace.c
25729         src/find_text.c
25730         src/help.c
25731         src/preferences.c
25732         src/preferences_gui.c
25733         src/project_config.c
25734         src/src_paths.c
25735         src/src_paths_cbs.c
25736         src/src_paths_cbs.h
25737         src/src_paths_gui.c:
25738         
25739         Bugs #521629 and #522427 fixed. The problem was, that the
25740         escape-key was not catched and the dialog was hidden, but
25741         the flag was not set correctly.
25743         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25744         using the gnome_dialog_close_hides()-setting present in most dialogs.
25745         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25746         emits "close" and set the flag in the close-callback.
25748         Patch from: Jens Georg <mail@jensgeorg.de>
25750 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25752         * src/*.{c,cpp}: s/string_free/g_free/
25754         * src/utilities.[ch]: (string_free): removed.
25756 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25758         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25760         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25761         src/mainmenu_callbacks.[ch]:
25762         Removed Project menu options: README, TODO, ChangeLog and NEWS
25763         Moved Save Build Messages to Build menu and only highlight it
25764         when there are build messages.
25765         Corrected a spelling: "mojority" -> "majority"
25766         Fixed initialisation of edit.edit_app_gui so now Edit menu
25767         can be shown when no project is loaded.
25769         * src/project_dbase.h: Removed prototype for static function
25771 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25773         * src/text_editor.c: Editor is marked changed after
25774         autoformat. 
25775         
25776         Patch from: Jens Georg <mail@jensgeorg.de>
25778 2002-03-04 Roel Vanhout <roel@stack.be>
25780         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25782         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25783         Added option to ignore binary files on 'Find in files' (grep -I option)
25785 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25787         * src/main.c:
25788         session restoration and commandline load in 
25789         gtk idle loop.
25790         
25791         * src/anjuta.[h,c], src/anjuta_cbs.c:
25792         Removed "clear windows menu" and prevented runtime 
25793         warnings.
25794         
25795         * src/compile.c, src/build_file.c, src/build_project.c,
25796         src/clean.c:
25797         Takes into account the preference setting for 
25798         show dialog when job completes. Dialogs are
25799         shown when it is enabled otherwise not.
25800         
25801 2002-03-03 Roel Vanhout <roel@stack.be>
25803         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25804         
25805         * src/find_text.c
25806         Store 'Find...' search string on search so that 'Find Next' will search for
25807         that string, even if the dialog hasn't been closed yet.
25809 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25811         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25812         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25813         src/main_menubar_def.h:
25814         
25815         Organized menus, removed "Windows" and "Utilities" menus from the
25816         menubar [they are no longer needed]. Also removed some extragenous
25817         separators.
25818           
25819 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25821         * src/message-manager-private.cc:
25822         Set message clist selection mode to BROWSE.
25823         
25824         * src/message-manager.cc, src/an_symbol_view.c,
25825         src/an_file_view.c:
25826         Added Key navigation for the CTree and CList. Arrow left for
25827         node collapse, right for node expand, space (or enter) for
25828         activation (same as double click).
25829         
25830 2002-03-03 Roel Vanhout <roel@stack.be>
25831         
25832         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25833         
25834         * plugins/class-gen/clsGen.c
25835         Added functionality to semi-intelligently prefill filename
25836         boxes with names deduced from class name
25838 2002-02-26 lbell <lbell@tsc4.com>
25840         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25841         * src/preferences_gui.c:
25842         Removed an incorrect use of gtk_misc_set_alignment().
25843         
25844         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25845         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25846         src/preferences.h, src/preferences_gui.c:
25847         
25848         Added the option to reload last open project at the startup.
25849         Added the possibility to open a new project without close
25850         an existing one
25851         
25852         * src/properties.cxx:
25853         Corrected a spelling mistake in message string.
25854         
25855         * src/session.c:
25856         Updated session functions.
25857            
25858 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25860         * widgets/gnomefilelist.c: Bug fixes.
25861         
25862         Patch from Philip Van Hoof <freax@pandora.be>
25863         
25864 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25866         * src/an_file_view.c:
25867         anjuta was unable to open some files becuase they were not being
25868         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25869         Removed mime checking when opening with anjuta, becuase it doesn't
25870         hurt to open binary files in anjuta (some even may want to do so).
25871         
25872         Added a warning when mime type is not set when "view with default
25873         viewer" is activated.
25874         
25875         * src/an_file_view.c, an_symbol_view.c:
25876         Converted N_() to _() where ever appropriate in the strings.
25877         
25878 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25879         
25880         * src/appwizard_gui.c, src/appwizard_cbs.c
25881           src/wizard_gui.c/h, src/appwiz_page3.c,
25882           src/project_import_gui.c:
25883           
25884         Moved target type radiobuttons to appwiz. page 2
25885         
25886         * src/message-manager-private.cc
25887         Fixed a bug which caused a crash if next message function was used
25889         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25891 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25893         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25894         Modifies the behaviour of Alt-TAB in Anjuta. This
25895         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25896         edited files in the first items of the notebook.
25898         Patch from: Timothee Besset <timo@qeradiant.com>
25899         
25900 2002-02-24  Philip Van Hoof <freax@pandora.be>
25902         * widgets/gnomefilelist.c, gnomefilelist.h:
25903           Added filecompletion
25904           
25905         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25907 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25909         * configure.in: Added "sk" to ALL_LINGUAS.
25911 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25912   
25913         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25914           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25915           src/wizard_gui.c: Added support for static and dynamic libs
25916         
25917 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25919         * widgets/gnomefilelist.c:
25920           Fixed gnome_filelist_get_lastfilename so it no longer returns
25921           a corrupted path.
25923 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25925         * src/resources.h, resources.c:
25926         Added url handler.
25928         * src/main_menubar_def.h, mainmenu_callbacks.c:
25929         Changed to use gnome configed url handler.
25931 2002-02-19  Philip Van Hoof <freax@pandora.be>
25933         * widgets/gnomefilelist.c
25934         Added PHP filetype.
25936 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25938         * plugins/class-gen/clsGen.c:
25939         Added c++ support.
25940         
25941         * widgets/gnomefilelist.c:
25942         Gives the maximum space to the files section of the open file dialog.
25943         
25944         Patches from: lbell <lbell@tsc4.com>
25945         
25946 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25948         * src/anjuta.c, main.c:
25949         Used tm_get_real_path in anjuta_get_full_filename();
25950         
25951 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25952         
25953         * anjuta.prj: update version
25955 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25957         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25958           removed the amount arg and replaced with a NULL-ending list.
25959           (gnome_filelisttype_makedefaultlist): use the new prototype.
25961 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25963         * src/about.c, THANKS: updated for new contributors
25964         
25965         * anjuta.prj: added new files
25966         
25967         * README: corrected some documentation, ctags no longer needed,
25968           pkgconfig now required
25969           
25970         * data/properties/others.properties: add .cvsdiff extension
25971         
25972         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25973           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25974           file import
25975           
25976         * doc/anjuta.1: added initial man page thanks to 
25977           Rob Bradford <rob@debianplanet.org> (NB build and install 
25978           needs work)
25979         
25980 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25982         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25983           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25984           warning flags. 
25985   
25986         * configure.in: Changed version to 0.1.10-pre
25987   
25988 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25990         * src/fileselection.c: (create_fileselection_gui): always display
25991           the directory creation button as we cannot rely on the dialog
25992           titlebar.
25994         * widgets/gnomefilelist.[ch]: fixed includes.
25996         * pixmaps/new_folder.xpm: resized, added a + sign.
25998 2002-02-17  Stephane Demurget  <demurgets@free.fr>
26000         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
26001           changed all extensions to begin with a dot.
26003 2002-02-16  Philip Van Hoof  <freax@pandora.be>
26005         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
26007         * THANKS: added Philip.
26009         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
26011         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
26012         * src/file_selection.[ch],
26013         * widgets/gnomefilelist.[ch]: added a filetype
26014           combobox to the Anjuta file dialog widget.
26016 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
26018         * anjuta.spec.in: eep! the import script was not being installed by
26019           RPM - fixed for the release.
26021 2002-02-13  Stephane Demurget  <demurgets@free.fr>
26023         Various cleanups and fixes for the next release to be able to make
26024         distcheck.
26026         * plugins/*/*.c: added missing prototypes causing gcc to speak to
26027           much and make some tweaks plus cleanups.
26029         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
26030           args to remove some warnings.
26032         * global-tags/Makefile.am,
26033           data/Makefile.am,
26034           src/Makefile.am: link against Anjuta static libs using the
26035           $(top_builddir) dir, not anymore on $(top_srcdir) to make
26036           distcheck happy.
26038         * src/Makefile.am: ditto with all the Anjuta static libs.
26040         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
26041           include, as we already include the whole directory for the build.
26043         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
26044           
26045 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
26047         * pixmaps/Makefile.am: icon for libglade project now installed
26048         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
26049         * manuals/C/Makefile.am: removed ChangeLog reference which was 
26050           breaking some build stuff
26051         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
26052           include reference problems that showed up on make distcheck
26053         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
26055 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
26056         
26057         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
26059 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
26061         * src/message-manager-private.cc:
26062           The horizontal scrollbar now shows properly on demand.
26063         
26064 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
26066         * src/dnd.c fixed some warnings
26067         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
26068           and works. It is shown always at the moment but before it was
26069           shown on demand and did never work. 
26071 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
26073         * src/anjuta.c: Fixed a crash bug.
26074           patch from: Jens Georg <mail@jensgeorg.de>
26076 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
26078         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
26079           reports a problem with missing end tags on <graphic>
26081 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26083         * manuals/C/ChangeLog: removed since it was never used
26084         * manuals/C/anjuta-manual/*: more updates, new screenshots
26085         * anjuta.prj: updated for new manuals/ structure
26087 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
26089         * source.c, compiler_options.[c/h]:
26090           Fixed bug #460321 "Problem with optimization options" 
26091           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
26092         
26093 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26095         * NEWS: prepared for release, need to fill in date
26096         * data/welcome.txt: version number updated
26098 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
26100         * src/text_editor_menu.c, src/an_file_view.c, 
26101           src/an_symbol_view.c: marked strings for translation
26102         
26103         * src/defaults.c, data/properties/xml.properties:
26104           *.omf and *.xsl files should use XML highlighting
26105           
26106         * manuals/C/anjuta-manual/*:
26107           - restructured so that files have more meaningful names
26108             and are easier to edit (see anjuta-manual.sgml for the
26109                 ordering)
26110           - updated some screenshots
26111           - continued rewrite
26113 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
26115         * main.c: Made a workaround to remove the old
26116         anjuta gnome config file (older than 9 Feb 2002). This
26117         will fix the bug which never lets the brower toolbar shown.
26118         
26119         * main.c: In fact, the above solution wouldn't work in all
26120         cases. Therefore, here is the better fix, which works by
26121         detecting the version of the old config file and deleting
26122         ~/.gnome/Anjuta if it is lesser than 0.1.9.
26123         
26124 2002-02-01  Andy Piper <andy.piper@freeuk.com>
26126         * HACKING: added info on submitting patches
26128 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
26130         * src/project_import_gui.c, src/project_import.c:
26131           - If Project Import Wizard is canceled everything is 
26132                 cleaned up now.
26133           - Back button is now insensitive on page 3 (some problems: 
26134                 see TODO in project_import_qui.c:284
26135           - Menu frame is insensitive if project type != GNOME(mm)
26137 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26139         * src/main.c: Fixed bug #  (Unable to open files on
26140         double click in project window from second trial onwards when
26141         the project is opened from command line).
26142         
26143         * po/POTFILES.in: Removed tags_manager.[h,c]
26144         
26145 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
26147         * src/preferences.c:
26148           A quick hack to fix the 'invisible' browser toolbar when
26149           upgrading from 0.1.8 to 0.1.9
26150           
26151         * src/anjuta.c:
26152           Fixed toolbar names which were causing confusions in the toolbar
26153           show/hide.
26154           
26155         * src/main.c:
26156           Substituted "anjuta" with PACKAGE
26157           
26158         * src/project_import_gui.c: 
26159           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
26160           
26161         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
26162           Added new files and removed obsolete ones.
26163           
26164 2002-01-30  Andy Piper <andy.piper@freeuk.com>
26166         * src/appwizard_cbs.c, project_import_cbs.c, 
26167           main_menubar_def.h, project_import_gui.c: 
26168           updates to message strings and layout for the 
26169           import wizard.
26170           
26171         * text_editor_cbs.c: fix for the tab menu entries for 
26172           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
26174 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26176         * src/toolbars.c,
26177           src/toolbars.h,
26178           src/anjuta_gui.c,
26179           src/controls.c:
26180           
26181           Tag dropdown exclusive (takes
26182           all space in the toolbar) and never vertical and
26183           increased the width of the tag combo to 256 pixs.
26184           Toolbar separator before the combo and button.
26185           Added tags label before the tag button.
26186           Reorganized the dock bands for the toolbars.
26187           
26188         * src/project_import_gui.c
26189           src/project_import.c:
26190           Fixed an error and removed an unused variable.
26191           
26192         * data/properties/anjuta.properties:
26193           Removed the property for the old toolbar and set
26194           browser toolbar show to default.
26195           
26196         * src/project_dbase.c: excluded modules were not
26197           loaded. Fixed.
26198           
26199         * src/source.c:
26200           No build files will be written if the project is blocked.
26201           
26202         * src/project_import.c,
26203           src/project_import_cbs.c,
26204           src/project_gui.c,
26205           src/wizard_gui.c:
26206           
26207           Manually applied Johannes patch to fix some memory
26208           issues and gui clean up.
26209           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26210         
26211         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
26212           Fixed a bad bug with remove file from project because of
26213           files were never removed properly from the project and
26214           from the tagmanager.
26215           
26216         * src/appwiz_page3.c: Disabled unused codes to clear
26217           compiler warnings.
26218           
26219 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26221         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
26222         
26223         * data/Makefile.am
26224           pixmaps/Makefile.am
26225           src/Makefile.am
26226           src/an_file_view.c
26227           src/an_symbol_view.c
26228           src/anjuta.c
26229           src/anjuta.h
26230           src/anjuta_cbs.c
26231           src/anjuta_gui.c
26232           src/controls.c
26233           src/main_menubar.c
26234           src/main_menubar.h
26235           src/main_menubar_def.h
26236           src/mainmenu_callbacks.c
26237           src/mainmenu_callbacks.h
26238           src/pixmaps.h
26239           src/project_dbase.c
26240           src/project_dbase.h
26241           src/text_editor.c
26242           src/text_editor_menu.c
26243           src/text_editor_menu.h
26244           src/toolbar.c
26245           src/toolbar.h
26246           src/toolbar_callbacks.c
26247           src/toolbar_callbacks.h :
26248           
26249           Patch submitted by:
26250           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26251           
26252           Removes the Tags toolbar and substituted it with
26253           tags combo dropdown list. Fixes a couple of bugs.
26254           
26255           Moved the tag combo to browser toolbar because
26256           main toolbar was becoming too long.
26257           Made a new icon of tag toolbar.
26258           
26259         * po/zh_TW.po: Fixed bug.
26260           
26261         * pixmaps/an_tag.xpm: Added new file.
26263 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26265         * src/project_import_gui.c: Reorganized project
26266         import gui page 2.
26267         
26268 2002-01-29  Andy Piper <andy.piper@freeuk.com>
26270         * HACKING: added info on creating windows and dialogs
26272 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
26274         * src/tm_file_view.c:
26276           Sorts the file list at the end instead of doing sort-insert
26277           to improve performance.
26278           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26280         * src/project_dbase.c: Resolved a conflict from
26281           Johannes's patch.
26282           
26283         * src/project_import.c:
26284         
26285           Fixed to use anjuta_import.sh for the bin dir and
26286           not from the data dir.
26287         
26288           Used anjuta_is_installed() function to verify a the command's
26289           executability.
26290         
26291           Fixed import command to use sh (which is more general and is
26292           gauranteed to be found in any unix system :-)). Also, added
26293           double quotes around the import directory.
26294         
26295           Changed some strings for better translations (like avoiding
26296           duplicates).
26297           
26298           Fixed the reading of wrong target type.
26299           
26300         * src/control.c: Insensitive "import project" when there is
26301           a project open.
26302           
26303         * src/project_import_cbs.c:
26304           
26305           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26306           Fixed selection of gettext checkbox.
26307           Sets the menu entries.
26308           
26309 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
26310         
26311         * src/appwiz_page[1-4].c
26312         * src/appwiz_gui.c
26313         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26314         be able to reuse it.
26315         
26316         * src/mainmenubar.[c/h]
26317         * src/mainmenubar_def.h
26318         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
26319         menu item
26320         
26321         * src/message-manager.c: Fixed bug 509192
26322         * src/message-manager-dock.c: Added accel_group if window is undocked
26323         
26324         * src/project_dbase.[c/h]: Splitted opening code to be able
26325         to use it without an open file dialog
26326         (Maybe I broke Naba's changes, please take a look)
26327                         
26328         * src/project_import.[c/h]
26329         * src/project_import_gui.c: New Files, Code for Project Import Wizard
26330         
26331         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
26332         import wizard
26334 2002-01-28  Andy Piper <andy.piper@freeuk.com>
26336         * src/main_menubar_def.h, tagmanager/tm_project.c: more
26337           string cleanups
26338           
26339         * manuals/C/anjuta_manual/*: started rewrite of the 
26340           manual, updated some screenshots
26342 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26344         * src/gnomefilelist.h, src/gnomefilelist.c:
26345         
26346           Fixed multiple selection bug (#497085). The OK button is
26347           sensitive when in multiple mode, if the no. of
26348           selection is one or more.
26349           
26350           Toggle between single and multiple selection mode
26351           and multiple mode display.
26352           
26353           Fixed strings to translable strings.
26354           
26355           Fixed some compiler warnings by commenting out
26356           unused functions.
26357           
26358 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26360         * src/project_dbase.c: App status bar now updates
26361           with the project name when the project is loaded.
26362         
26363         * src/an_file_view.c, tagmanager/tm_file_entry.c:
26364           
26365           Puts the directories at the top. They're also sorted now.
26366           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26367         
26368 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26370         * scripts/anjuta_import.sh.in: Added file.
26371         * scripts/anjuta_import.sh: Removed file.
26373         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26374           Updated files.
26375           
26376         * src/main_menubar_def.h:
26377         
26378           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26379           reflect the opposite of Find (CTRL+F) and also to leave
26380           CTRL+R or Redo.
26381           
26382           Changed Glade summon with ALT+G, which frees the ATL+E
26383           for poping up the edit menu.
26384           
26385         * src/Makefile.am: Debugging link flags by Biswa, removed.
26387 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
26389         * HACKING: added information on best practices for writing
26390           application messages and GUI labels
26391           
26392         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
26393           src/breakpoints.c, src/build_file.c, src/build_project.c, 
26394           src/clean_project.c, src/compile.c, 
26395           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
26396           src/configurer.c, src/debugger.c, src/executer.c, 
26397           src/find_in_files.c, src/find_in_files_cbs.c, 
26398           src/find_replace.c, src/find_text.c, src/glades.c, 
26399           src/gnome_project.c, src/goto_line.c, src/main.c, 
26400           src/main_menubar.c, src/main_menubar_def.h, 
26401           src/mainmenu_callbacks.c, src/preferences_gui.c, 
26402           src/project_config.c, src/project_dbase.c, 
26403           src/project_dbase_gui.c, src/resources.c, src/source.c, 
26404           src/support.c, src/tags_manager.c, src/text_editor.c, 
26405           src/text_editor_gui.c, src/text_editor_menu.c, 
26406           src/toolbar_callbacks.c, src/utilities.c: 
26407           lots of minor message updates to make them more user-friendly 
26408           and consistent
26410 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26412         * src/executer.c:
26413         
26414           Because of the spaces escaping, the command could not be
26415           executed when run without terminal. Now fixed.
26416           
26417         * anjuta.prj, Makefile.am:
26418         
26419           Added anjuta project file.
26420         
26421 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
26423         * src/message-manager-private.h, message-manager-private.cc,
26424           message-manger.cc:
26425           
26426           Added freeze() and thaw() for the message window class to
26427           speed up the message manager update.
26428         
26429         * src/project_config.h, project_config.c,
26430           src/project_dbase.h, project_dbase.h
26431           scripts/anjuta_project.template:
26432           
26433           Added two new prject attributes: project.config.blocked and
26434           project.excluded.modules. The former will make sure that users
26435           are not given any previlidge in enabling the 'overwrite build
26436           files' flags and the later issues a list of modules in the project
26437           to be skipped for symbol browsing and project listing.
26438         
26439         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26440         
26441           Modified script to read the template from the anjuta data dir
26442           rather than from the directory in which the script exist. Otherwise,
26443           Being transfered to the bin dir, the script will not be able to
26444           find the template when it is run.
26445           
26446           The script is also create with configure.in to set in the anjuta
26447           data dir path inside the script.
26448           
26449 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26451         * po/fr.po: updated to the latest sources.
26453 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26455         * scripts/Makefile.am:
26456           anjuta_import.sh goes with distribution.
26457           
26458         * po/*.po: They seem to have updated (merged with
26459           anjuta.pot) automatically when I did "make dist".
26460           
26461 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26463         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26464           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26465           the compiler options dialog.
26466         
26467         * ChangeLog:
26468           Correct todays date. :)
26469           
26470         * scripts/Makefile.am:
26471           Installs anjuta_import.sh in $(prefix)/bin dir and
26472           is treated as an executable.
26473           
26474 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26476         * Fix for bug #499373
26477         
26478         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26479           java, properties, latex.properties, lua.properties, others.properties,
26480           perl.properties:
26481           
26482           Added double-quotes around file arguments so that
26483           filenames with spaces could also work.
26485         * launcher/anjuta-launcher.c, executer.c:
26486           Escaped quotes in the cammand and it's arguments before executing
26487           so that args with spaces can also work.
26488           
26489           Commented #DEBUG switch.
26490           
26491 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26493         * scripts/*: Added files which I forgot previously.
26494         
26495         * src/aneditor.h: Lined up commands definition for better look.
26496         
26497         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26498           main_menubar.h, control.c:
26499           Added three more convert EOL chars submenu items in transform.
26500           Reformatted some some.
26501         
26502         * data/anjuta.properties:
26503           Reformatted a line.
26504         
26505         * src/aneditor.h, aneditor.c:
26506           Added three commands (with definitions) for EOL conversions.
26507           
26508         * src/text_editor.c:
26509           Editor detects file mode from the file content and
26510           set the editing mode to CR/LF/CRLF automatically.
26511           Refined Dos mode extrageneous chars filter
26512           This will make sure that filter works only in Dos mode and not
26513           in other modes.
26514           
26515         * src/anjuta.c: Editor mode display in status bar.
26516         
26517         * src/preferences_gui.c: Changed the string for dos mode
26518           filter to more sensible string.
26519         
26520         * src/aneditor.c: Default editor mode sets during widget creation
26521           and not everty time the properties are loaded. This makes sure
26522           that the auto-detected mode is not overridden by the default mode.
26523           
26524         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26525         
26526         * src/anjuta.c: Fixed bug #476028.
26527           Now anjuta also searches for file relative to top project dir,
26528           when the project is open.
26529         
26530         * src/anjuta_cbs.c: Fixed bug #499536.
26531           File is not closed if it is not able to save the file properly.
26532           
26533         * src/mainmenu_callbacks.c: Fixed bug #499536.
26534           Newfiles (which are not modified) are also closed on "close all files".
26535         
26536 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26538         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26539         
26540         * tagmanager/tm_source_file.c, regex.c, parse.c:
26541           defined and delimited g_messages within #debug.
26542           
26543         * src/preferences.c, data/anjuta.properties:
26544           saved/defied message-manager tag position in string.
26545           Message tag possition is saved between sessions. And
26546           and tag position bottom as default.
26547           
26548 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26550         Patch submitted by:
26551         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26553         * Makefile.am
26554           configure.in
26555           data/Makefile.am
26556           data/properties/Makefile.am
26557           global-tags/Makefile.am
26558           pixmaps/Makefile.am
26559           src/Makefile.am
26560           src/an_file_view.c
26561           src/an_file_view.h
26562           src/an_symbol_view.c
26563           src/an_symbol_view.h
26564           src/anjuta.c
26565           src/anjuta_cbs.c
26566           src/file_history.c
26567           src/file_history.h
26568           src/message-manager-private.cc
26569           src/pixmaps.h
26570           src/project_dbase.c
26571           src/project_dbase_gui.c
26572           src/tags_manager.c
26573           src/text_editor.c
26574           src/utilities.c
26575           src/utilities.h
26576           src/watch_gui.c:
26577         
26578           Modified files.
26579         
26580         * scripts/*
26581           pixmaps/sv_class.xpm
26582           pixmaps/sv_function.xpm
26583           pixmaps/sv_macro.xpm
26584           pixmaps/sv_private_fun.xpm
26585           pixmaps/sv_private_var.xpm
26586           pixmaps/sv_protected_fun.xpm
26587           pixmaps/sv_protected_var.xpm
26588           pixmaps/sv_public_fun.xpm
26589           pixmaps/sv_public_var.xpm
26590           pixmaps/sv_static_fun.xpm
26591           pixmaps/sv_static_var.xpm
26592           pixmaps/sv_struct.xpm
26593           pixmaps/sv_unknown.xpm
26594           pixmaps/sv_variable.xpm
26595           pixmaps/fv_core.xpm
26596           pixmaps/fv_text.xpm
26597           pixmaps/filestoremove.txt:
26598         
26599           New files.
26600         
26601         * pixmaps/class.xpm
26602           pixmaps/function.xpm
26603           pixmaps/fv_autofile.xpm
26604           pixmaps/fv_doc.xpm
26605           pixmaps/fv_i18n.xpm
26606           pixmaps/fv_source.xpm
26607           pixmaps/private_func.xpm
26608           pixmaps/private_var.xpm
26609           pixmaps/protected_func.xpm
26610           pixmaps/protected_var.xpm
26611           pixmaps/public_func.xpm
26612           pixmaps/public_var.xpm
26613           pixmaps/struct.xpm
26614           pixmaps/variable.xpm
26615         
26616           Removed files.
26617         
26618         * tagmanager/*/*:
26619         
26620           Upgraded to tagmanager-0.7
26622 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26623         * src/anjuta_cbs.c: Fixed bug #506441
26624         * src/watch_gui.c: Changed layout of eval dialog so that
26625         it fits on a 800x600 desktop with German translation. 
26627 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26629         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26630         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26631           icon for new project type (thanks to Misha)
26632         * configure.in: build and install Danish translation
26633         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26634           credits to cover new patches and translations
26636 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26637         
26638         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26639           src/appwiz_page1.c:
26640         
26641       - Font preferences are restored properly now (\n was missing)
26642           - Dock menu label of message-manager is "Dock/Undock" instead
26643           of "Dock|Undock" to match with the rest of anjuta.
26644           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26645           changed it in anjuta, too 
26647 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26649         * tagmanager/tm_source_file.c,
26650           tagmanager/parse.c,
26651           tagmanager/tm_project.c,
26652           src/an_symbol_view.c,
26653           src/anjuta.c:
26654           
26655           Disabled debug warnings.
26657 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26659         * src/appwiz_page1.c
26660           src/compiler_options.c
26661           src/project_dbase.c
26662           src/project_dbase.h
26663           src/project_type.c
26664           src/source.c
26665           src/source.h:
26666           
26667           New project type named LibGlade.
26668           
26669           Patch submitted by:
26670           Dick Knol <dknol@gmx.net>
26672         * src/gnome_prj.c:
26673           Commented out unused pixmap creation. May be it
26674           will fix the crash in project creation.
26675           
26676 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26678         * src/registers.c
26679           src/registers.h
26680           src/registers_cbs.c
26681           src/registers_cbs.h
26682           src/registers_gui.c
26683           src/sharedlib.c
26684           src/sharedlib.h
26685           src/sharedlib_cbs.c
26686           src/sharedlib_cbs.h
26687           src/sharedlib_gui.c
26688           src/signals.c
26689           src/signals.h
26690           src/signals_cbs.c
26691           src/signals_cbs.h
26692           src/signals_gui.c
26693           src/stack_trace.c
26694           src/stack_trace.h
26695           src/stack_trace_cbs.c
26696           src/stack_trace_cbs.h
26697           src/stack_trace_gui.c
26698           src/text_editor.c
26699           src/watch.c
26700           src/watch.h
26701           src/watch_cbs.c
26702           src/watch_cbs.h
26703           src/watch_gui.c
26704           
26705           Fixed bug #496290: Attach/detach removed from these
26706           windows as they are never implemented.
26707           
26708           Patch submitted by:
26709           Johannes Schmid <johannes.schmid@gmx.de>
26710           
26711 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26713         * src/anjuta.c,
26714           src/anjuta_cbs.c:
26715           
26716           Fixed bug:
26717           when you right click on the tabs, a list of filenames are given
26718           out, but now it gives a list of "page 1", "page 2", etc...
26719           
26720           Patch submitted by: 
26721           Jens Georg <mail@jensgeorg.de>
26723         * anjuta.in.in: Removed c|c++ because, it was not necessary
26724           and was causing translation problem.
26725           
26726         * plugins/class-gen/clsGen.c:
26727           removed "'" for the same reason.
26728           
26729 attached the fix for the menu
26732 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26734         * src/preferences.h,
26735           src/preferences.c,
26736           src/preferences_gui.c:
26737           
26738           Adds the functionality to Anjuta to auto save your unsaved
26739           files before you build a project.
26741           Patch submitted by: 
26742           jason <jason_williams@suth.com>
26743           
26744         * src/anjuta.[h,c]:
26745           Added function for save all files.
26746         
26747         * src/mainmenu_callbacks.c:
26748           Modified to use the above function.
26749         
26750         * src/build_project.c:
26751           Save all files before build if it is set in the
26752           preferences.
26754 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26756         * src/message-manager-private.cc
26757           src/message-manager-private.h
26758           src/message-manager.cc:
26759           
26760           Message-manager now restores the tabs which were shown on startup.
26761           The terminal is now created on demand (as requested by Biswa)
26762           and I have removed some debug messages.
26763           
26764           Patch submitted by: 
26765           Johannes Schmid <johannes.schmid@gmx.de>
26767 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26769         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26770           proper tabs keyboard navigation.
26772         * src/an_symbol_view.c,
26773           src/anjuta_cbs.c,
26774           src/gnome_project.c,
26775           src/project_dbase.c,
26776           src/tags_manager.c: removed some debugging display.
26778 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26780         * src/message-manager-dock.c
26781           src/message-manager-private.cc
26782           src/message-manager-private.h
26783           src/message-manager.cc
26784           src/preferences.c
26785           src/preferences.h
26786           src/preferences_gui.c:
26787           
26788           Patch submitted by: 
26789           Johannes Schmid <johannes.schmid@gmx.de>
26790           
26791           This patch adds a tab to the notebook of the preferences-dialog
26792           where you can change the colors, the tab position of the new
26793           message manager. Also the truncate messages stuff has moved
26794           from misc tab to messages tab.
26796           Also improved the remembering position stuff of message manager.
26797           
26798         * data/internal.properties,
26799           Added definitions for messages colors and tag position.
26800           
26801         * src/message_manager.cc:
26802           Fixed a bug that never lets the messages panes to get cleared.
26803           Added wmclass setting for the message window. Fixed a bug in
26804           which the message window was not being shown.
26805         
26806         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26807           output and disabled it.
26809         * src/anjuta.c: Preferences created and loaded before anything else.
26810           anjuta now recognizes messages colors on startup and initializes
26811           them.
26812         
26813 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26815         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26817 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26819         * pixmaps/file_c.xpm,
26820           pixmaps/file_cpp.xpm,
26821           pixmaps/file_file.xpm,
26822           pixmaps/file_h.xpm,
26823           pixmaps/file_html.xpm,
26824           pixmaps/file_i18n.xpm,
26825           pixmaps/file_icon.xpm,
26826           pixmaps/file_pix.xpm,
26827           pixmaps/fv_doc.xpm,
26828           pixmaps/fv_i18n.xpm,
26829           pixmaps/fv_image.xpm,
26830           pixmaps/fv_source.xpm,
26831           pixmaps/fv_unknown.xpm: made these icons transparent.
26833 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26835         * launcher/anjuta_launcher.c: updated message strings
26836         * src/message-manager-dock.c: added newline at end to avoid compile warning
26837         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26838         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26839           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26840           entries for username and Python-style GPL notice
26841         * HACKING: added info on files to change to update Insert menu
26843 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26845         * src/project_dbase.c,
26846           src/an_file_view.c,
26847           src/an_symbol_view.c:
26848           Changed the CTree expander style to square and
26849           line style to Dotted line.
26850           
26851         * po/POTFILES.in: Removed and Added translable files.
26853 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26855         * ccview/.cvsignore: Removed.
26856         
26857 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26859         * ccview/
26860                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26861                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26862                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26863                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26864                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26865                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26866         
26867         Removed ccview module because it is no longer needed.
26869 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26871         * src/project_dbase.c:
26872           Shifted structure initialization in project_dbase_new()
26873           before anything else, otherwise it was crashing due to
26874           uninitialized values.
26875         
26876         * src/an_symbol_view.c:
26877           Disabled high volume debug output.
26879 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26880         
26881         Applied a very heavy patch from:
26882         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26884         * Makefile.am
26885         configure.in
26886         pixmaps/Makefile.am
26887         src/Makefile.am
26888         src/aneditor.cxx
26889         src/aneditor.h
26890         src/anjuta.c
26891         src/anjuta.h
26892         src/commands.c
26893         src/commands.h
26894         src/compile.c
26895         src/compile.h
26896         src/controls.c
26897         src/defaults.c
26898         src/fileselection.c
26899         src/main_menubar.c
26900         src/main_menubar.h
26901         src/main_menubar_def.h
26902         src/mainmenu_callbacks.c
26903         src/mainmenu_callbacks.h
26904         src/project_dbase.c
26905         src/project_dbase.h
26906         src/project_dbase_gui.c
26907         src/tags_manager.c
26908         src/text_editor_menu.c
26909         src/toolbar_callbacks.c
26910         tagmanager/Makefile.am
26911         tagmanager/ctags.c
26912         tagmanager/include/Makefile.am
26913         tagmanager/include/tm_project.h
26914         tagmanager/include/tm_symbol.h
26915         tagmanager/include/tm_tag.h
26916         tagmanager/include/tm_tagmanager.h
26917         tagmanager/include/tm_workspace.h
26918         tagmanager/tm_project.c
26919         tagmanager/tm_source_file.c
26920         tagmanager/tm_symbol.c
26921         tagmanager/tm_tag.c
26922         tagmanager/tm_workspace.c
26923         widgets/Makefile.am: Modified.
26924         
26925         * src/an_file_view.[c,h],
26926           src/an_symbol_view.[c,h],
26927           src/file_history.[c,h],
26928           src/support.[c,h],
26929           widgets/scroll-menu.[c,h],
26930           tagmanager/tm_file_entry.c
26931           tagmanager/include/tm_file_entry.h: Added new files.
26932           
26933         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26934         private_func.xpm, public_func.xpm,
26935         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26936         private_var.xpm, public_var.xpm,
26937         function.xpm, fv_i18n.xpm, macro.xpm,
26938         protected_func.xpm, struct.xpm,
26939         fv_autofile.xpm, fv_image.xpm,
26940         ofolder.xpm, protected_var.xpm, variable.xpm:
26941           Updated and Added pixmap files.
26943         Features:
26944         ---------
26945         a) Removes CCView dependency.
26946         b) Improves the terminal.
26947         c) Adds tag navigation context menus.
26948         d) Upgrades tagmanager to latest version.
26949         e) Miscellaneous small additions.
26951 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26953         * src/project_dbase_gui.c: Fixed crash of anjuta
26954         when project first created.
26955         
26956         * src/gnome_project.c: It now updates the tags manager
26957         when new projects are created.
26958         
26959 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26961         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26962           for this big patch.
26963         
26964         * src/messages.[c,h]: Removed files.
26966         * src/message-manager.[cc,h],
26967           src/message-manager-dock.[c,h],
26968           src/message-manager-private.[cc,h]
26969           New files.
26971         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26972           src/build_project.c, src/clean_project.c, src/compile.c
26973           src/configurer.c, src/debugger.c, src/find_in_files.c
26974           src/mainmenu_callbacks.c, src/preferences.h
26975           src/preferences_gui.c, src/properties.h
26976           src/utilities.c, src/utilities.h:
26977           The new messages widget.
26978           New features:
26979             - Use of GtkNotebook instead of ToggleButtons
26980               and show/hide
26981             - Popupmenu to show and hide message types and
26982               to dock/undock in detach mode
26984           All other things should work as they did with the
26985           old message window. Currently the keyboard short-cuts
26986           do not work in detached mode.
26987           
26988           Some functions in utitlities.[c,h] changed.
26989           so that they take const arguments where this is possible
26990           
26991         * src/Makefile.am, po/POTFILES.in:
26992           Removed messages.[c,h] and
26993           added message-manager.[cc,h], message-manager-dock.[c,h],
26994           message-manager-private.[cc,h]
26995           
26996         * src/message-manager.h: Removed "include <bonobo.h>"
26997           and added a newline at the end of the file.
26998           
26999         * src/message-manager-private.cc:
27000           Set clist's width setting to Automatic.
27001           Set scroll window's scroll bars to Automatic.
27002           
27003 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
27005         * text_editor_menu.c:
27006           Fixed misalignment of the function sub menu
27007           in the text editor pop up menu.
27008           
27009 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
27010         
27011         * src/text_editor.c: Fixed a compiler warning.
27012         
27013 2002-01-04  Andy Piper <andy.piper@freeuk.com>
27015         * THANKS, manuals/*/authors.sgml: updated for new translations
27016         * plugins/class-gen/clsGen.c: converted messages to English
27017         * src/about.c, src/main_menubar_def.h: string updates
27019 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
27021         * src/anjuta.c
27022           src/anjuta_cbs.c
27023           src/text_editor.c
27024           src/mainmenu_callbacks.c
27025           src/text_editor.h
27026           src/text_editor.c
27027           src/text_editor_cbs.c
27028           src/text_editor-gui.c:
27029           
27030           Earlier code for adding 'cross' button
27031           for closing pages were too error prone and unorganized.
27032           Cleaned up the code and shifted the 'extra' widgets
27033           creation (eg. close button, close_pixmap and lable)
27034           from anjuta to text_editor. This takes care of proper
27035           widgets creation and destruction. Otherwise, anjuta
27036           was crashing at too many points, especially related
27037           to docking and undocking.
27038           
27039 2002-01-04  Stephane Demurget  <demurgets@free.fr>
27041         * src/aneditor.cxx: removed debugging code.
27043         * data/properties/.cvsignore: added swap files.
27045 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27047         * src/anjuta.c
27048           src/anjuta_cbs.c:
27049           Fixed Crashing of anjuta when a new file is saved as
27050           different file.
27051           
27052 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
27054         * src/aneditor.c: Some debug codes around.
27055         
27056         * data/internal.properties, data/anjuta.properties: Removed.
27057           data/properties/Makefile.am:
27058           data/properties/ada
27059           data/properties/cs
27060           data/properties/make
27061           data/properties/rc
27062           data/properties/html
27063           data/properties/ruby
27064           data/properties/baan
27065           data/properties/idl
27066           data/properties/pascal
27067           data/properties/sample
27068           data/properties/bash
27069           data/properties/java
27070           data/properties/perl
27071           data/properties/sql
27072           data/properties/conf
27073           data/properties/latex
27074           data/properties/props
27075           data/properties/vb
27076           data/properties/cpp
27077           data/properties/lua
27078           data/properties/python
27079           data/properties/xml
27080           data/properties/others
27081           data/properties/.cvsignore:
27082             Added files. Properties now splitted into small files
27083             for each language.
27085         * data/Makefile.am
27086           configure.in: Update the removal and added properties module.
27088         * src/preferences.c: preferences_new(): Updated to reflect the
27089           new properties files organization.
27090           
27091         * src/Makefile.am: Added Baan Lexer.
27093 2002-01-01  Stephane Demurget  <demurgets@free.fr>
27095         * src/aneditor.cxx: readded the baan lexer. 
27097         * src/preferences.c: fixed translated messages and a typo.
27099         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
27100           confusing the regexp usage in xml-i18-merge.
27102 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
27104         * src/project_dbase.c: tidied some messages, and spotted a typo in
27105           the reading of properties which prevented the project version from
27106           ever being reported in the Project Information window - fixed :)
27108         * po/POTFILES.in: removed syntax.h
27110 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27112         * data/internal.properties: fixed baan properties.
27113           Added all ada properties.
27115         * src/main_menubar_def.h,
27116           src/lexer.h,
27117           src/aneditor.cxx,
27118           src/utilities.[ch]: added support for the Ada highlight style.
27120 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27122         * plugins/*/.cvsignore: updated.
27124 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27126         * src/syntax.h,
27127           src/text_editor.c,
27128           src/Makefile.am: removed the empty header syntax.h.
27130 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
27132         * main_menubar.c:
27133         Stef's observation on the 'superfluous' hseparators in the recent
27134         files and projects is fully justified -- removed.
27135         
27136         * main_menubar_def.h:
27137         Changed "Plug Ins" to "Plugins" in the menu label.
27138         
27139         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
27140         Added class-gen in the configure output and class-gen module.
27141         
27142         * data/internal.properties:
27143         Correct mis-spelled "jave" to "java".
27144         Added file.is.source for *.h, *.c, *.cpp properties.
27145         
27146         * global-tags/Makefile.am:
27147         "chmod +x create_global_tags.sh" before it is executed, because
27148         there is very high chance that it will be found "-x" and resulting
27149         in error
27151 2001-12-31  Stephane Demurget  <demurgets@free.fr>
27153         Fixed a crash on Solaris reported by Holder Burde, thanks to him
27154         for the backtrace.
27156         * src/gnome_project.c: (create_new_project): if the user doesn't
27157           select any icon, it doesn't have any extension and thus we can't
27158           use it in printf on Solaris, since the %s modifier use strlen to
27159           know the string length and then crash. On Linux, gcc checks the value
27160           of the pointer to be NULL and write "(null)" if necessary. We can't
27161           rely on that.
27163         * src/source.c: (source_write_desktop_entry): if there's no icon, we
27164           don't need to have the directory icon but the generic one.
27166 2001-12-30  Stephane Demurget  <demurgets@free.fr>
27168         Merged with latest (1.42) scintilla.
27170         Added: Support for the {load,save}.on.(de)activate properties.
27171                The PHP lexer to match keywords case insensitively.
27172                Baan lexer.
27173                Experimental supports for changeable style attribute & line
27174                wrapping.
27175                
27176         Updated: Both the C++ and HTML lexers.
27177                  More shell keywords added.
27178                  Horizontal scrolling and diplay of long lines optimised.
27179                  Cursor setting optimised.
27181         Bugs fixed: Caret movement over folded lines.
27182                     Selection tracking in 2ndary views when doing modifications.
27184         * scintilla/CallTip.{cxx.h},
27185           scintilla/ContractionState.{cxx,h},
27186           scintilla/Document.{cxx,h},
27187           scintilla/Editor.{cxx,h},
27188           scintilla/KeyWords.cxx,
27189           scintilla/LexHTML.cxx,
27190           scintilla/PlatGTK.cxx,
27191           scintilla/RESearch.cxx,
27192           scintilla/ScintillaBase.cxx,
27193           scintilla/ScintillaGTK.cxx,
27194           scintilla/Style.{cxx,h},
27195           scintilla/StyleContext.h,
27196           scintilla/ViewStyle.cxx,
27197           scintilla/include/*.h: updated.
27199         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
27201         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
27202           should have been told to the scintilla team. We're lucky I read the
27203           ChangeLog and the modifications of the lexer (thanks to the Gnome
27204           bonsai for this ;)
27206         * data/internal.properties: added Baan definitions.
27207           Fixed some issues for C such as *_cast directive, that are only
27208           available with C++.
27209           Updated C++, HTML and shell scripts definitions.
27210           Updated Ada and Bullant, that have been forgotten.
27212         * src/main_menubar_def.h,
27213           src/lexer.h,
27214           src/aneditor.cxx,
27215           src/utilities.[ch]: added support for the Baan highlight style.
27217 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27219         Polished the plugins menu behaviour and added a tearoff
27220         menuitem to the recent entries submenu.
27222         Note: The recent entries list seems to be too height
27223               with all these superfluous hseparators.
27225         * src/main_menubar.c: Polished, making some
27226           functions declarations static and cleaning some code.
27228           (create_submenu_plugin): removed the extra
27229           plugins entry and the horizontal separators.
27231           (on_plugins_menu_realize): the plugins menu is only
27232           shown if there's at least one available.
27234           (create_submenu*): added a tearoff menuitem to have
27235           a more homogeneous menu style. For now, it doesn't
27236           take care of user settings (but it was even worse
27237           before :).
27239 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27241         * configure.in: added the packageplugindir variable to avoid
27242           installing the plugins in $(prefix). It's not the same path as
27243           anjuta 2 to allow parallel installation.
27245 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27246         Fix a reopened part of bug #440676: keyboard navigation between the
27247         different text buffers. Changed to a more global approch. 
27249         * src/notebook.[ch]: removed.
27251         * src/Makefile.am: removed notebook.[ch]
27253         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27254           (on_anjuta_window_key_press_event): added to fulfill the global
27255           shorcuts handling.
27257         * HACKING: updated according to the new global shortcuts handling.
27259 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27261         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27262           Shifted plugin menu from Edit submenu to main menu.
27263         
27264         * po/POTFILES.in:
27265           Added plugins/sample1/plugin-sample1.c
27266           
27267         * plugins/sample1/plugin-sample1.c:
27268           Added localization and used anjuta_info, instead of anjuta_error.
27269           
27270         * plugins/.cvsignore, plugins/sample1/.cvsignore:
27271           Added cvs ignores.
27272           
27273 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27275         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27276           for plugin dir.
27277         
27278         * Makefile.am: Added module plugins.
27279         
27280         * plugins, plugins/Makefile.am, plugins/sample1/*:
27281           Created plugins modules.
27282           
27283         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
27284           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27285           to load plugins of *.so only and not *.so* (which results
27286           in duplicates).
27287         
27288         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
27289           plugins during packaging.
27291 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
27293         *  configure.in: Added Greek (el) to ALL_LINGUAS.
27295 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27297         * configure.in: Added portuguese to ALL_LINGUAS
27299 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
27301         * global-tags/.cvsignore
27302         tagmanager/.cvsignore
27303         tagmanager/include/.cvsignore:
27304         Added cvs ignore files.
27306         * data/.cvsignore
27307         Updated cvs ignore file.
27308         
27309 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27311         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
27312           data/anjuta.properties, data/internal.properties: clean up some 
27313           message strings (me)
27315 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27317         * src/about.c, THANKS: added Jens to the credits
27318         
27319 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27321         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27322           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27323           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27324           Georg <mail@jensgeorg.de> to add close button to file tabs.
27326 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27328         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27329           (debugger now catches correct signal from process)
27331 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27333         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27334         * src/pixmaps.h: switch appwizard project icons to new designs
27335         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27337 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27339         * pixmaps/Makefile.am: stop redundant images from being installed.
27340           The next step will be to remove them completely.
27341         * src/appwiz*: further updates (more to come)
27342         * src/pixmaps.h: cleaned up, commented
27343         * src/splash.c: should use the pixmaps macro defined
27344         * HACKING: more on the graphics stuff and use of pixmaps.h
27346 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
27348         * src/defaults.c: fix bug #494864
27350 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
27352         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27353           graphics from Misha
27354         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27355           redundant graphics, no longer used
27356         * src/appwiz*: revamped application wizard by Andy and Misha for
27357           a more usable and professional look-and-feel
27358         * HACKING: updates to cover patching, graphics, and some additions
27359           post-0.1.8
27360         * TODO: removed some implemented features
27362 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
27364         * data/anjuta.properties, data/internal.properties: cleanup
27365         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
27366           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27367           to edit styles colors for keywords and add Goto Tag menu option
27368           in the editor
27370 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27372         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27373         
27374         Fixed bug #460335
27375         fixes the Forget of the cursor position when tab is brought active
27376         from project manager.
27377         
27378 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27380         * src/messages.c
27381           Exported "TERM=xterm" to get a color terminal when
27382           anjuta is not started from within a terminal.
27383           
27384 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27386         * src/messages.c
27387           src/messages.h
27388           Added a frame around zvt terminal.
27389           
27390         * src/preferences_gui.c
27391           Modified to say "Use glade component (experimental)"
27392           instead of "Use Component".
27393           
27394 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27396         * Patch from 
27397         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27398         
27399         * src/anjuta.c
27400         src/fileselection.c
27401         src/messages.c
27402         src/messages.h
27403         src/preferences.c
27404         src/preferences.h
27405         src/project_dbase.c
27407         a) Extra scrollbar in terminal no longer appears.
27408         b) Character set preference should be preserved (untested).
27409         c) File selection widget now remembers last directory.
27410         d) On creation of generic project, the glade 'file not found' error no
27411                 longer occurs.
27412         e) First terminal window is created 'on demand', so it should always to
27413                 the Right Thing (TM) as far as starting WD is concerned. Also, the
27414                 environment is now passed to the terminal.
27415         f) Solaris compilation should be fixed (replaced get_current_dir_name()
27416                 with getcwd()).
27417         g) Fixed some compilation warnings.
27419 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
27421         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27422           src/pixmaps.h: applied terminal and warnings patch (Biswa)
27423         * src/*: cleanups (me)
27424         * pixmaps/mini_term.xpm: added new file for terminal button
27425           (me, based on existing artwork)
27427 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27429         * configure.in: bumped version to 0.1.9-pre
27430         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27431           translation
27432         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27434 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27436         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27437           files are free of that char)
27438         * configure.in: added "az" to ALL_LINGUAS
27440 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27442         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27443           crash bug fix from Biswa.
27444         * FUTURE: added Anjuta/gIDE merger information to provide 
27445           details on future direction and status of 1.x stuff
27446         * NEWS: prepared for release
27447         * po/de.po: update from Jens Georg <mail@jensgeorg>
27449 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27451         * multiple minor updates pre-0.1.8
27452         * patch from Biswa to fix syntax highlighting and packaging
27453         * po/fr.po: update from Stef
27455 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27457         * global-tags/Makefile.am
27458         global-tags/create_global_tags.sh
27459         global-tags/tm_global_tags.c
27460         scintilla/LexCPP.cxx
27461         scintilla/include/SciLexer.h
27462         src/aneditor.cxx
27463         src/project_dbase.c
27464         tagmanager/Makefile.am
27465         tagmanager/include/Makefile.am
27466         tagmanager/include/tm_project.h
27467         tagmanager/include/tm_tag.h
27468         tagmanager/include/tm_tagmanager.h
27469         tagmanager/tm_project.c
27470         tagmanager/tm_source_file.c
27471         tagmanager/tm_tag.c
27472         tagmanager/tm_workspace.c:
27473         
27474         Includes the syntax highliting patch to scintilla).
27475         and more stable code.
27476         
27477         *tagmanager/include/tm_symbol.h: New file.
27478         *tagmanager/tm_symbol.c: New file.
27479         
27480         Add symbol tree building functionality at project level
27481         
27482         Patch from:
27483         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27484         
27485 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27487         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27488           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27489           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27490           : New and improved pixmaps from Misha <misha@phreaker.net>
27491           Thanks to him.
27493 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27494         
27495         * Big patch submitted by
27496           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27497           Many thanks to him.
27498         
27499         * src/Makefile.am, src/aneditor.cxx
27500           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27501           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27502           Use of tagmanager lib for advanced calltips.
27504         * global-tags/*: Created new directory and added files to 
27505           generate system.tags.
27507         * tagmanager/*: Created new directory and added tagmanager lib
27508           files.
27510         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27511           the above additions.
27513         * data/Makefile.am: Modified to accomodate generated system.tags file.
27515 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27517         * scintilla/: updated to 1.41
27518         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27519         * src/about.c: updated list of authors
27520         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27521         * HACKING: updated to cover Scintilla usage
27522         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27523           translation
27525 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27527         * src/aneditor.cxx: Fixed compilation errors with it.
27528           by add include to gtk+ headers and typedefining a mysteriously
27529           vanished class Colour.
27531 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27533         * configure.in: Added pt_BR in the languages.
27534         
27535 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27537         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27538           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27539         * THANKS: updated
27540         * manuals/C/anjuta-manual/*: new format to match
27541           the rest of the GNOME docs chapter layout. Added the many
27542           new contributors. Moved Authors and License information into new
27543           chapters of their own - should make expansion easier too
27544         * src/compiler_options.c: changed the profiler option to -pg to 
27545           work with GNU tools (gprof)
27546         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27547           and text labels
27548         
27549 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27551         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27552           compiler_options_gui.c:
27553           Added a new entry for linker flags and renamed c_options to c_flags
27554           and l_options to l_libs. Also, added a new function:
27555           compiler_options_set_prjlflags_in_file();
27556         
27557         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27558         
27559         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27560           
27561 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27563         * THANKS, src/about.c: corrections and additions following 
27564         Naba's big update
27565         * src/main_menubar.c: patch from Rikul to fix the problem with 
27566         menu accelerators not being loaded
27568 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27570         * THANKS: Added all contributors and translators names and emails.
27571         * AUTHORS: Updated
27572         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27573         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27574               Added new file (earlier logo with border).
27575         * src/about.c: Added all contributors names and emails
27576               and used macro definition for logo pixmap file.
27577         * src/pixmaps.h: Added entry for anjuta splash screen.
27579 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27581         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27582         to new PNG version (thanks to Misha) and removed the old
27583         pixmap.
27585 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27587         * THANKS: added Conner Mo for simplified Chinese translation.
27588         * configure.in: added zh_CN in ALL_LINGUAS
27590 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27592         * THANKS: added Joe Man for his traditional Chinese translation.
27593         * configure.in: added zh_TW in ALL_LINGUAS.
27595 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27597         * src/main_menubar_def.h: Changed the link of lidn to
27598         http://lidn.sourceforge.net.
27599         
27600 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27602         * Applied patch from Rikul
27603         * Applied patch from Luca
27604         * Fixed a cvs conflict. :)
27606 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27608         * THANKS: added Marc Botermans for his Dutch translation.
27610         * configure.in: added nl in ALL_LINGUAS.
27612         * po/nl.po: added.
27614 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27616         * anjuta.c: Fixed luca's typo.
27617         * resources.c, resources.h: Changed gchar* return to void, to
27618                 avoid a compiler warning.
27619         * scintilla/Makefile.am: Reorganized file entries.
27620         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27622 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27624         * Upgraded scintilla to 1.4.
27625         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27626                 LexLisp.cxx StyleContext.cxx StyleContext.h
27627         * src/Makefile.am: Added 4 lexers and separated lexer objects
27628                 from the main link variable.
27630 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27632         * THANKS: added Luca, even if it shouldn't be my role to write
27633           this sort of thing :)
27635         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27636           the latest Luca patch.
27638 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27640         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27641         This is not documented yet; plugins to come later.
27642         * src/find*.c: find dialogs now persistent 
27643         (Rick <rikul@bellsouth.net>)
27644         * widgets/gnomefilelist.c: fixed multiple file open issue 
27645         (Rick <rikul@bellsouth.net>)
27646         * changes to recent file and project lists handling 
27647         (lbell <lbell@tsc4.com>)
27648         * more minor UI updates (me)
27650 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27652         * src/Makefile.am: removed warnings for traditional C syntax
27653         * pixmaps: added new icons for mini_locals, mini_cvs and
27654         the splash screen - thanks to Misha <misha@phreaker.net>
27656 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27658         * src/toolbar.c: fix typo in tooltip text
27659         * ccview/cccmd.cc: alter Func to Function in menu text
27661 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27663         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27664         issue with find dialog reporting an error when Scintilla finds text
27665         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27666         DOS files (i.e. CR/LF translation)
27668 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27670         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27671         #452436
27672         * data/internal.properties: default fold style now set to 3 :-)
27673         * applied patch from rikul <null@acm.org> to turn notebook tab 
27674         headings red when file has been edited.
27676 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27678         * configure.in: Added "no" to ALL_LINGUAS.
27679         
27680 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27682     * Patch from lbell <lbell@tsc4.com>
27683     src/controls.c
27684     src/debugger.c
27685     src/main_menubar.c
27686     src/main_menubar.h
27687     src/main_menubar_def.h
27688     src/mainmenu_callbacks.c
27689     src/mainmenu_callbacks.h
27690     src/project_dbase.c
27691     src/project_dbase.h
27692     
27693     Implemented a check menu item to handle the 'show locals' flag
27694     for the current project.
27696     * data/internal.properties: Removed the redundant command
27697     for gnome-terminal.
27698     
27699 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27701         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27703 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27705         * configure.in: Added "ta" to the languages list.
27707 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27709         * data/internal.properties:
27710           added fold.symbols property to control appearance of folds
27711           in the Scintilla editor (thanks to rikul <null@acm.org>)
27713 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27715         * src/message.c:
27716           one extra button for message win is being created -- Fixed.
27717         
27718           The frame should be hidden and not only the pix_lab when
27719           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27720           -- Fixed.
27721         
27722         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27723           for the time being it is same as mini_cvs.xpm.
27724         
27725 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27727         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27729         Patch from rikul <null@acm.org>
27730         
27731         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27732         glades.h, messages.c, messages.h, pixmaps.h,
27733         project_dbase.c, project_dbase.h, session.c,
27734         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27735         
27736         inserted 'add to watch' option in inspect window, so you can add easily
27737         a variable in watch window .
27738         
27739         Added a new message pane for the gdb local variables inspection. Changed
27740         the code in messages.c to better account for future new panes insertion.
27741         Defined a new pixmap for the new tab button in pixmaps.h
27742         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27743         install script.
27744         
27745         Changed the debugger module to have a single function for asking to gdb
27746         to send program info. The idea is to ask the debugger about only the
27747         info needed to open windows( watch, registers, etc ) to speedup the step
27748         command. I plan to ask informations to the debugger based on the user
27749         interface status.
27750         The request for local variables is enabled by default, but the
27751         projectDBase has a variable to control it, to allow disabling that
27752         feature,  there is also the code to save and to reload the state. If you
27753         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27754         in project_dbase.c
27756         This big patch is from:  lbell <lbell@tsc4.com>
27757         
27758 2001-09-20  Stephane Demurget <demurgets@free.fr>
27760         Patch from rikul <null@acm.org> :
27762         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27763           problem and added folding support for php/hmtl.
27765 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27767         * Fixed dnd of files within scintilla.
27768         patch from:  rikul <null@acm.org>
27769         
27770 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27772         * Applied patch from Luca.
27773         
27774         * src/source.c: source_write_build_files(): Fixed the project generation
27775           failure. The fist return statement and the free_project_type were 
27776           misplaced.
27778 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27779         
27780         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27781         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27782         
27783         1) Restore the error color to red (waiting for a configurable one )
27784         2) Saving projects settings if you exit anjuta without closing an open
27785         saved project
27786         3) New Menu 'repaeat search' to search with a keystroke without pressing
27787         the toolbar button
27788         4) some define in the menus to better handle menu item update
27789         
27790         Patch from: lbell <lbell@tsc4.com>
27791         
27792         * main_menubar_def.h, main_menubar.c: Change the position of
27793         "Repeat find" menu position.
27795 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27797          project_type.h, project_type.c, source.c: Applied patch.
27798          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27799          
27800 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27802         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27803         
27804 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27805         
27806         * Fixed bug #445752
27807   
27808 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27809         
27810         * Fixed bugs in Gtk-- and Gnome-- project type
27812 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27814         * dnd.c: Support for multiple files drag-n-drop.
27815         
27816           Patch from: rikul <null@acm.org>
27817         
27818         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27819           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27820           saving from menu.
27821         
27822           Patch from: rikul <null@acm.org>
27824         * Applied patch for widgetizing goto dialog box.
27825           Patch from: ???
27826         
27827         * Applied patch for having new project type handling.
27828           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27829           
27830 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27832         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27833           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27834           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27835           find_replace.c, find_replace.h, find_text.c, find_text.h,
27836           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27837           project_dbase.h, source.c, text_editor.c, text_editor.h,
27838           text_editor_cbs.c, utilities.c, utilities.h:
27839         
27840           Applied a huge patch (after slight preview). I would like Luca
27841           to have his feature additions mentioned here.
27842         
27843           Patch from: lbell <lbell@tsc4.com>
27845 2001-09-09  Stephane Demurget <demurgets@free.fr>
27847         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27849         * po/fr.po: updated to the latest sources.
27852 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27853         
27854         * Fixed bug #445752
27855   
27856 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27858         * dnd.h, dnd.c: New files for drag n drop support.
27859                 
27860         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27861            Added drag and drop support for opening files.
27862         
27863         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27864         Archit Baweja <bighead@crosswinds.net> for this idea.
27865         
27866         * TODO: Added some more todos. :-(
27868 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27870         * Fixed the goto line activate bug.
27871         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27873 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27874         
27875         * Fixed bugs in Gtk-- and Gnome-- project type
27877 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27879         * widgets/gonmefilelist.c, gnomefilelist.c:
27880         Modified multiple selection on pressing control.
27881           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27882         
27883         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27884         Modified multiple selection on pressing control.
27885           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27886         
27887 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27889         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27890           This is useless; but just in case...
27892 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27894         * data/internal.properties: modified a bit of perl properties.
27895         
27896 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27898         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27899           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27900           Added support for multiple file imports. Changed the standrd C++
27901           convention of #include <file> to #include <file.h>, because I had given
27902           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27903           now support the #include <file> convention. That is something to be fixed :). 
27904           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27906 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27908         * src/anjuta.c: Added function static greetings_text(), to solve the non
27909                 translation of the greetings text in the wizard.
27910                 
27911 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27913         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27914           dialogs, with OK the default (fix bug #453482)
27916 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27918         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27919         
27920         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27921         
27922 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27924         * src/aneditor.cxx
27925           src/aneditor.h
27926           src/anjuta_cbs.c
27927           src/controls.c
27928           src/main_menubar.c
27929           src/main_menubar.h
27930           src/main_menubar_def.h
27931           src/mainmenu_callbacks.c
27932           src/mainmenu_callbacks.h:
27933                 Applied the patch that addes menu items which allow users to
27934                 insert GPL notice and date time in current document.
27935                 patch from: Rick Patel <rikul@shreve.net>       
27936                 
27937         * src/main_menu.c: Fixed a compilation error.
27938         
27939         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27940         
27941         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27942           about the unterminated strings.
27943           
27944         * scintilla/*: Updated scintilla to 1.3.9 version.
27945         
27946 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27947         
27948         * widgets/gnomefileselection.c:
27949           Applied the patch for fixing multiple selection of file open funcion,
27950           which will deselect the files selected.
27951           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27953 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27955         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27956           src/fileselection.c, src/anjuta_cbs.c:
27957           Applied the patch     for multiple selection of file open.
27958           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27959           
27960 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27962         * Removed "-f" option in call to devhelp, because devhelp no longer
27963           supports that.
27964         
27965 2001-08-26  Stephane Demurget <demurgets@free.fr>
27967         All these modifications have been pointed out by
27968         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27970         * data/internal.properties: two fixes for the PHP lexer.
27971           this out.
27973         * fr.po: minor fixes.
27975         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27977 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27978         
27979         * main_menubar.c,
27980           main_menubar.h,
27981           main_menubar_def.h,
27982           main_menubar_callbacks.c,
27983           controls.c:
27984                 Added new menu item for "close all fils".
27985                 (Patch from Rikul <rikul@shreve.net>, after revision)
27986         
27987         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27988         
27989         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27990                 (Patch from Rikul <rikul@shreve.net>)
27991         
27992         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27993                 (Patch from Rikul <rikul@shreve.net>)
27995 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27996         
27997         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27998            project name in application widzard.
27999            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
28001         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
28002           of the 'OK' button there is an 'Execute' one.
28003           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
28004         
28005         * executer.c: Changed cancel button to close button. That was more appropriate.
28006           
28007 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
28009         * HACKING: corrected >>>>>> Config management.
28010         
28011         * HACKING: Added many things.
28012         
28013         * src/launcher.h: Added some comments.
28015 2001-08-21  Stephane Demurget <demurgets@free.fr>
28017         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
28019         * HACKING,
28020           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
28021           src/appwizard_cbs.c,
28022           src/appwizard_gui.c: Applied UI/docs cleanup patch from
28023           Andy Piper <andy.piper@freeuk.com>
28025         * po/fr.po: updated to latest sources.
28027         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
28030 2001-08-18  Andy Piper <andy.piper@freeuk.com>
28032         * Fixed bugs #450280 and #448845
28034         * src/about.c: corrected Naba's e-mail address (.net, not .com)
28035         
28036         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
28037           named dialogs
28038         
28039         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
28040           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
28041           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
28042           names to remove "Anjuta: " prefix
28043           
28044         * src/main_menubar_def.c: altered a message
28045         
28046         * launcher/anjuta_launcher.c: cleaned up some messages
28048         * src/debugger.c: edited messages to improve clarity
28049         
28050         * src/app_wiz*.c: tidied wizard interface
28053 2001-08-15  Stephane Demurget <demurgets@free.fr>
28055         Synced Naba's fix and mine about the wizards not working and removed
28056         anjuta.prj to avoid a nasty checkin.
28058         * Makefile.am: removed the install-data-local rule.
28060         * data/Makefile.am: changed the list of files.
28062         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
28064         * .cvsignore: added anjuta.prj for the same reason.
28067 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
28069         * src/source.c: Fixed a bug that fails new gnome projects to get
28070           created.
28072         * src/project_manager.c: Fixed a bug that disables storing recent
28073           project history.
28075         * Makefile.am: Added stuffs to install the macro files in the
28076           anjuta share file.
28079 2001-08-14  Stephane Demurget <demurgets@free.fr>
28081         * data/Makefile.am: added some rules to support the gnome/ macros
28082           dir in order to make the wizards work again.
28084         * anjuta.spec.in: upped the release number.
28087 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
28089         * configure.in (ALL_LINGUAS): Added pl.
28092 2001-08-09  Stephane Demurget <demurgets@free.fr>
28094         * anjuta.spec.in: fixed the doc files list.
28097 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
28099         * src/about.c: corrected my email address. :-)
28100         
28101         * TODO: Updated.
28102         
28103         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
28104          (patch from Andy Piper <squiggle@ukgateway.net>)
28106 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
28108         * debugger.c: Fixed a bug associated with debugging threaded
28109           application.
28110         
28111         * text_editor_menu.c: Fixed broken ui in text editor
28112           pop up menu.
28113           
28114         * text_editor_menu.c: Now the option sub menu in text editor pop up
28115           works.
28116         
28117         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
28118                 (suggested by lord sibn <sibn@utspl.cjb.net> )
28119         
28120 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
28122         * src/text_editor_menu.c: Added menu item for context help
28123           (patch from Andy Piper <squiggle@ukgateway.net>)
28124         
28125 2001-08-06  Stephane Demurget <demurgets@free.fr>
28127         * ccview/cccproj.cc: added missing i18n strings.
28129         * data/welcome.txt: bumped version to 0.1.6.
28131         * src/anjuta.c: fixed a compilation error due to devhelp integration.
28133 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
28134         
28135         * help.c, help.h: Added support for DevHelp context sensitive help
28136                 and gnome api browsing.
28137         * Fixed toolbars and editor views "not save" bug.
28138         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
28139           (patch from Andy Piper <squiggle@ukgateway.net>)
28140         * Updated THANKS and chapter15.sgml for uk and ru translators.
28142 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
28144         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
28145         * Updated configure.in to include these changes
28146         
28147 2001-08-03  Stephane Demurget <demurgets@free.fr>
28149         * src/project_dbase_gui.c: fixed bug #446963
28150           (on_project_dbase_ccview_update_start),
28151           (on_project_dbase_ccview_update_end): added.
28152           These two respectively disable and enable close file/project
28153           menu entries and toolbar items, while the ccview part updates
28154           its tag database.  
28157 2001-08-03  Stephane Demurget <demurgets@free.fr>
28159         * configure.in: added sv to the ALL_LINGUAS list.
28160         
28162 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
28164         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
28165                 file to work: merge translations and distribute it.
28167         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
28169         * NEWS, README, THANKS & TODO: Spelling fixes.
28171 2001-08-01  Stephane Demurget <demurgets@free.fr>
28173         * README: updated requirements.
28175         * scintilla/Makefile.am,
28176           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
28177           target can't be realized (custom build path).
28179         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
28180           Removed install-data-local.
28182         * src/compiler_options.c: changed the include paths of the pixmaps.
28183           we hadn't any warning because of the include paths passed to the
28184           compiler. Thanks to make distcheck for reporting this.
28187 2001-07-31  Stephane Demurget <demurgets@free.fr>
28189         * NEWS, THANKS: updated.
28191         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
28192           fixed to show the correct kernel signal number and its description.
28194         * widgets/gnomefilelist.c: fixed bug #445756
28195           (goto_last): renamed to goto_prev and changed according to goto_next.
28196           (goto_next): added.
28197           (goto_directory): removed.
28198           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
28199           returned value is now the position in the list.
28200           (check_ok_button_cb): changed the back check and added one for next.
28201           (gnome_filelist_set_dir): the check in history make it wouldn't be
28202           a "true" history. polished the whole thing, using set_dir_internal.
28203           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
28204           there's no check in the history when using back or next.
28206         * manuals/*: added missing .cvsignore files.
28209 2001-07-30  Stephane Demurget <demurgets@free.fr>
28211         * po/fr.po: updated to latest sources.
28213         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
28214           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
28215           to put off their sensitive attributes.
28217 2001-07-29  Stephane Demurget <demurgets@free.fr>
28218         
28219         * po/fr.po: fixed some grammar things.
28220           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
28221           this out.
28222         
28223         * src/utilities.c: (file_is_link): use lstat instead of stat.
28225 2001-07-27  Naba Kumar <kh_naba@123india.com>
28226         
28227         * Remove help dir from cvs, because it is no longer
28228           needed.
28229         
28230         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
28231           needed.
28233 2001-07-24  Naba Kumar <kh_naba@123india.com>
28235         * debugger.c: (debugger_update_prog_status): Fixed
28236                 the bug with gdb version 5. Debugger starts, when
28237                 step in/out/over etc are clicked.
28238         
28239         * debugger.c: All functions: added debugging codes.
28240         
28241         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
28242         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
28243           Modified to recognize non project files also.
28244           
28245         * source.c: (source_write_configure_in):
28246           Added source for 'prefix' counterparts for
28247           no-prefix AC_SUBST.
28248         
28249 2001-07-23  Naba Kumar <kh_naba@123india.com>
28250         
28251         * anjuta.c: added function anjuta_remove_text_editor();
28252           and suitably modified anjuta_remove_current_text_editor().
28253           
28254         * project_dbase.c: project_dbase_close(), Added code to
28255           close all opened files that belong to the project when
28256           the project is closed.
28257          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28258         
28259         * Updated the manuals/anjuta-manual subdir for GDP standards.
28260            (patch from Andy Piper <squiggle@ukgateway.net>)
28261         
28262         * main_menubar.h, main_menubar.def: Added Menu items to handle
28263           urls for library references, bugs, patches and feature request
28264           submission.
28265         
28266 2001-07-20  Naba Kumar <kh_naba@123india.com>
28267         
28268         * Set wmclass names in all windows.
28269           (patch from Andy Piper <squiggle@ukgateway.net>)
28270         * New splash logo from "Misha" <misha@phreaker.net>);
28272 2001-07-19  Naba Kumar <kh_naba@123india.com>
28273         
28274         * preferences.[h,c], preferences_gui.c: Added 4 properties to
28275           set caret color, calltip back color and selection fore/back
28276           color.
28278 2001-07-18  Naba Kumar <kh_naba@123india.com>
28279         
28280         * project_dbase.c: Closes all files when project is closed.
28281          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28282          -- We still need to refine this as it closes all sort of files.
28283         
28284         * compiler_options.c: Fixed seg-fault bug when last item in
28285           compiler option lists is removed.
28286         
28287         * Fixed missing newline warnings during compilation.
28288           (patch from Andy Piper <squiggle@ukgateway.net>)
28290 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
28292         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28293                 autogenerated no need to store'em in CVS.
28295         * ccview/.cvsignore: Addition of cvsignore.
28297 2001-07-17  Naba Kumar <kh_naba@123india.com>
28298         
28299         *GUI fixes and spell corrections
28300         (patch from Andy Piper <squiggle@ukgateway.net>)
28302 2001-07-15  Naba Kumar <kh_naba@123india.com>
28303         
28304         *Fixed double error message for file not found.
28305         
28306         *Put white backgrounds for png images.
28307         
28308         *Converted '-' to '_' in sgml files.
28310 2001-07-14  Naba Kumar <kh_naba@123india.com>
28311         
28312         * project_dbase.c: Short-cut for expand/collasp project tree
28313         
28314         * project_dbase_gui.c:
28315          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28317 2001-07-13  Naba Kumar <kh_naba@123india.com>
28318         
28319         * notebook.[h,c]: Added
28320          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28321         Project/message window now toggles on control and
28322         and notebook switch short-cut
28324 2001-07-7  Naba Kumar <kh_naba@123india.com>
28325         
28326         * Changed a new icon set which looks more gnomish.
28327         
28328         * Changed a new anjuta splash logo.
28329         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28331 2001-07-6  Naba Kumar <kh_naba@123india.com>
28332         
28333         * ccview/*: Integrated ccview for class view and file view
28334                 in the project Manager.
28335         
28336         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28338 2001-07-1  Naba Kumar <kh_naba@123india.com>
28339         
28340         * scintilla/*: Upgraded Scintilla to version 1.3.7
28341         
28342         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28343         
28344 2001-06-28  Naba Kumar <kh_naba@123india.com>
28345         
28346         * src/debugger.c: Correct step-over and step-out swapping.
28347         
28348         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28349           chapters and added more stuffs.
28351 2001-06-13  Naba Kumar <kh_naba@123india.com>
28352         
28353         * data/autogen.sh.gtkmm: Added
28354         
28355         * data/autogen.sh.gnomemm: Added
28356         
28357         * src/appwiz.c: Added two more application wizard templetes
28358         
28359         * src/project: for gtk-- and gnome-- and proper support
28360         
28361         * src/source.c: for c++ in the project configuration.
28362         
28363         * src/source.h:
28365 2001-05-05  Naba Kumar <kh_naba@123india.com>
28367         * Merged my pre-cvs modifications with 
28368           the current cvs copy.
28370         * (lot of files change).
28372         * Implemented session management.
28374         * Local installation possible by
28375           manageing our own pixmaps paths
28376           manupulations.
28377         
28378         * resources.h: Added.
28379         * resources.c: Added.
28381         * Fixed some bugs.
28382         
28383 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
28385         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28386                 Corrected/extended ignores.
28388 2001-05-04  Naba Kumar <kh_naba@123india.com>
28390         * manuals/: dir tree added.
28391           Sgml documentation started in this dir.
28392           
28393         * omf-install/: dir tree added.
28394         
28395         * manuals/anjuta-manual/C/anjuta-manual.sgml:
28396           Created initial document structure.
28397           
28398         * configure.in: Added test for scrollkeeper.
28399           Added some Makefile entries in AC_OUTPUT.
28400         
28401         * Makefile.am: Added subdir manuals/
28402         
28403         * HACKING: Wrote something stupid.
28405 2001-05-02  Stéphane Démurget <demurgets@free.fr>
28407         * Makefile.am: Added ChangeLog in local data list, becaused it's
28408           needed to create a new project.
28409           
28410         * po/fr.po: minor fixes.
28412         * src/build_file.c, src/configurer.c, src/debugger.c,
28413           src/executer.c, src/find_replace.c, src/gnome_project.c,
28414           src/goto_line.c, src/launcher.c, src/messages.c, 
28415           src/preferences.c src/project_dbase.c: functions declared static.
28416           
28417         * widgets/gnomefilelist.c: Fixed a project creation bug,
28418           introduced with latest changes.
28420 2001-05-01  Stéphane Démurget <demurgets@free.fr>
28422         * widgets/gnomefilelist.c,
28423           BUGS: Fixed an annoying bug preventing from loading files/project
28424           given on the command line. Polished the whole gnome_filelist widget.
28426 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28428         * src/main.c,
28429           src/anjuta.c,
28430           src/anjuta.h: Polished the command line parsing.
28432         * BUGS: Need to clean that damn gnome_filelist widget.
28434 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28436         * src/registers.c,
28437           src/sharedlib.c,
28438           src/signals.c: Removed duplicated includes.
28440         * po/fr.po: minor fixes.
28442         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28443           create_compiler_options_page? () declared static.
28444         * src/main.c,
28445           src/anjuta.c: Put a command line option for disabling
28446           the splashscreen.
28448         * src/preferences_gui.c: Fixed an internationalization issue,
28449           other functions declared static.
28451         * src/gnome_project.c: Fixed some memory leaks,
28452           new_prj_terminated () declared static. 
28454 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28456         * configure.in: Sort ALL_LINGUAS alphabetically.
28458 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28460         * Emptied that ugly old Changelog.
28462 == Anjuta 0.1.5 ===
28463 == Anjuta 0.1.4 ==
28465 2001-03-10 Naba kumar  <naba@gnome.org>
28467         * src/gnome_project.c: Fixed project dir creation bug.
28469         * src/text_editor.c: Fixed double accelerators bug.
28470         
28471         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28473         * src/stack_trace.c, * src/compiler_options.c,
28474         data/internals.properties, src/defaults.c:
28475         Fixed pixmap creation with NULL window.
28477         * src/commands.c, src/preferences_gui.c, src/build_project.c
28478         src/clean_project.c: Bug fix.
28479         
28480         * src/main_menubar_def.h: i18n bug fix.
28481         
28482         * src/executer.h, src/executer.c: Bug fix.
28483         
28484         * src/controls.c: Bug fix.
28485         
28486         * src/debugger.c: Debugger now takes program args.
28487         
28488         * po/ja.po: Added japanese translation file.
28489         
28490         Upgraded to ver 0.1.4
28491         ... Fixed other minor bugs.
28493 == Anjuta 0.1.3 ===
28495 2001-XX-XX Naba kumar  <naba@gnome.org>
28497         * Lots of unaccountable changes. Integrated scintilla.
28498         Redesigned Project managemet. Added supports for other languages.
28499         Java style properties managements. .... blah blah
28500         
28501 2000-11-11 Naba kumar  <naba@gnome.org>
28503         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28504         Upgraded to version 0.1.3.
28506         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28507         Fixed to activate Debug->add watch properly.
28509 === Anjuta 0.1.2 beta_2 ===
28510 === Anjuta 0.1.2 ===
28512 2000-11-05 Naba kumar  <naba@gnome.org>
28514         * src/compiler_options.c, src/compiler_options_cbs.c
28515         src/compiler_options_cbs.h, src/compiler_options_gui.c
28516         src/anjuta2.c, extra/stock_libs.anj (new),
28517         extra/README.stock_libs (new), htmls/page13.html,
28518         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28519         added libraries. Stock libs provided for ease of entry. Modified
28520         help html file accordingly.
28522 2000-11-03 Naba kumar  <naba@gnome.org>
28524         * README: Minor fixes in Doc files.
28526         * src/gnome_prj.c, src/appwidzard_cbs.c:
28527         Fixed to ignore non-existant dir for blank prj.
28528         More checking in project creation, especially to confirm
28529         that the prj file already does not exist.
28531         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28533         * src/controls.c: Now Menu item "Format/Detach current document"
28534         is inactive when there is no document opened.
28536 === Anjuta 0.1.1 ===
28538 2000-11-01 Naba kumar  <naba@gnome.org>
28540         Completed and Release of first version (Beta) with lots of bugs.
28542 1999-12-27 Naba kumar  <naba@gnome.org>
28544         Anjuta project started.