1 2008-06-13 Johannes Schmid <jhs@gnome.org>
3 * configure.in: Require gio-2.0 >= 2.16.0 (GNOME stable)
4 * plugins/file-manager/file-model.c (file_model_add_dummy),
5 (file_model_filter_file), (file_model_expand_row_real),
6 (file_model_row_expanded), (file_model_row_collapsed),
7 (file_model_expand_cancelled), (file_model_init),
8 (file_model_finalize), (file_model_set_property), (file_model_new),
9 (file_model_refresh), (file_model_get_uri):
10 * plugins/file-manager/file-model.h:
11 * plugins/file-manager/file-view.c (file_view_button_press_event),
12 (file_view_selection_changed), (file_view_sort_model),
14 * plugins/file-manager/plugin.c (on_gconf_notify):
15 Ported file-manager to gio
17 2008-06-13 Naba Kumar <naba@gnome.org>
19 * plugins/file-loader/plugin.c (setup_recent_chooser_menu):
20 Enabled tooltips for recent files to identify full paths.
22 2008-06-13 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
24 Reviewed by Naba Kumar <naba@gnome.org>:
25 * plugins/project-import/project-import.c:
26 Changed label alignment to 0.0
28 2008-06-13 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
30 Reviewed by Naba Kumar <naba@gnome.org>:
32 * libanjuta/anjuta-ui.{ch}:
33 Moved accels save/load funcs to anjuta-ui.
35 2008-06-12 Sébastien Granjoux <seb.sfo@free.fr>
37 * libanjuta/interfaces/libanjuta.idl,
38 libanjuta/anjuta-plugin-manager.c,
39 libanjuta/anjuta-plugin-manager.h:
40 Add new IAnjutaEnvironment interface
42 * plugins/build-basic-autotools/build-basic-autotools.c,
43 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
44 Remove scratchbox 1 support from build plugin
45 Use new IAnjutaEnvironment interface
47 * (added) plugins/scratchbox/plugin.c,
48 (added) plugins/scratchbox/plugin.h,
49 (added) plugins/scratchbox/anjuta-scratchbox.plugin.in,
50 (added) plugins/scratchbox/anjuta-scratchbox.glade,
51 (added) plugins/scratchbox/anjuta-scratchbox-48.png,
52 (added) plugins/scratchbox/Makefile.am,
55 Add new scratchbox 1 plugin implementing IAnjutaEnvironment
57 2008-06-12 Sébastien Granjoux <seb.sfo@free.fr>
60 Fix #536375: libsocket not included cause build fail on Solaris
62 2008-06-12 Johannes Schmid <jhs@gnome.org>
64 * plugins/project-manager/plugin.c (on_close_project_idle),
65 (on_close_project), (project_manager_plugin_deactivate_plugin),
66 (project_manager_plugin_instance_init):
67 * plugins/project-manager/plugin.h:
69 Fixed a possible bug where the project-manager plugin is deactivated twice.
71 2008-06-10 Sébastien Granjoux <seb.sfo@free.fr>
73 * libanjuta/anjuta-utils.c,
74 libanjuta/anjuta-utils.h,
75 plugins/debug-manager/start.c,
76 plugins/run-program/execute.c:
77 Copy libgnome deprecated gnome_util_user_shell into libanjuta
79 2008-06-10 Sébastien Granjoux <seb.sfo@free.fr>
81 * plugins/build-basic-autotools/build-basic-autotools.c:
82 Fix #534523: anjuta parses filenames from make wrong
83 GMatchInfo need to be freed even when regex fail in build_get_summary
85 2008-06-09 Sébastien Granjoux <seb.sfo@free.fr>
87 * plugins/tools/plugin.c:
88 Fix #537134: critical warnings tools->plugin_deactivate
90 2008-06-09 Johannes Schmid <jhs@gnome.org>
92 * plugins/symbol-browser/plugin.c (project_root_removed):
93 Fixed #537398 – crash in Anjuta IDE: Closed project
95 2008-06-07 Johannes Schmid <jhs@gnome.org>
97 Patch from Marc Lorber:
98 * libanjuta/anjuta-plugin-manager.c (plugin_set_update),
99 (anjuta_plugin_manager_get_remembered_plugins_page):
102 Patch from Arun Raghavan:
103 * manuals/anjuta-manual/C/debugger.xml:
104 #536889 – anjuta doesn't pass "make check"
106 2008-06-07 Johannes Schmid <jhs@gnome.org>
108 * plugins/symbol-db/Makefile.am:
109 Put tables.sql into distribution
111 2008-06-07 Massimo Cora' <maxcvs@email.it>
113 Reviewed by: Johannes Schmid <jhs@gnome.org>
115 * libanjuta/interfaces/libanjuta.idl:
116 * plugins/class-inheritance/class-inherit.c
117 (class_inheritance_show_dynamic_class_popup_menu),
118 (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
119 (class_inheritance_update_graph):
120 * plugins/language-support-cpp-java/cpp-java-assist.c
122 (cpp_java_assist_create_word_completion_cache),
123 (cpp_java_assist_show_calltip):
124 * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
125 * plugins/symbol-browser/plugin.c (isymbol_manager_search):
126 * plugins/symbol-db/plugin.c (isymbol_manager_search):
127 * plugins/symbol-db/plugin.h:
128 * plugins/symbol-db/symbol-db-engine.c
129 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
130 * plugins/symbol-db/symbol-db-engine.h:
131 * plugins/symbol-db/symbol-db-view.c (prepare_for_adding):
132 now search for symbols can be done also in global tags. Added a new parameter
133 to search function and adjusted dependencies on different plugins.
135 2008-06-05 Sébastien Granjoux <seb.sfo@free.fr>
137 * plugins/terminal/terminal.c,
138 libanjuta/anjuta-preferences.c:
139 Fix a crash when GNOME Terminal is not installed
141 2008-06-03 Halton Huo <halton.huo@sun.com>
143 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
144 * libanjuta/anjuta-launcher.c:
145 Fix #536372: Write __MAX_BAUX instead of __MAX_BAUD
149 2008-06-02 Naba Kumar <naba@gnome.org>
151 * NEWS: Updated for 2.5.0 release.
153 2008-06-02 Yuriy Penkin <yuriy.penkin@gmail.com>
155 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
156 * plugins/cvs-plugin/Makefile.am,
157 plugins/cvs-plugin/cvs-execute.c,
158 plugins/sourceview/anjuta-document.c,
159 plugins/sourceview/Makefile.am,
160 plugins/subversion/Makefile.am,
161 plugins/search/search-replace.h,
162 plugins/search/Makefile.am,
163 plugins/build-basic-autotools/build-basic-autotools.c,
164 plugins/build-basic-autotools/Makefile.am,
165 plugins/editor/Makefile.am,
166 plugins/document-manager/Makefile.am,
167 plugins/macro/Makefile.am,
169 Fix #514620: Port anjuta to GRegex
171 2008-06-02 Sébastien Granjoux <seb.sfo@free.fr>
173 * plugins/debug-manager/anjuta-marshal.list,
174 plugins/debug-manager/sexy-icon-entry.c:
175 Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
176 Update sexy icon entry
178 2008-06-01 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
180 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
181 * plugins/run-program/execute.c:
182 Fix #536045: New run program plugin crash
184 2008-05-30 Sébastien Granjoux <seb.sfo@free.fr>
186 * libanjuta/interfaces/anjuta-idl-compiler.pl,
187 libanjuta/interfaces/libanjuta.idl,
188 manuals/reference/libanjuta/libanjuta-sections.txt:
189 Keep comment for enum and structures
190 Declare class typedef first
191 Allow to document Anjuta shell variable using define
192 Add a documentation sample in IAnjutaProjectManager interface
194 * manuals/reference/libanjuta/writing-plugins.sgml:
195 Fix a detail in the previous patch
197 2008-05-29 Arun Tejasvi Chaganty <arunchaganty@gmail.com>
199 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
200 * manuals/reference/libanjuta/writing-plugins.sgml:
201 Fix #534175: Deprecated code in Plugin Tutorial
203 2008-05-27 basti <pee@hiddenbox.de>
205 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
206 * scripts/anjuta_import.sh.in,
207 plugins/tools/scripts/prepare-changelog.pl,
208 global-tags/create_global_tags.sh.in:
209 Use sh instead of bash when possible
211 * plugins/sourceview/anjuta-document-saver.c,
212 plugins/sourceview/anjuta-document-loader.c:
213 Order of include matter on OpenBSD
215 * plugins/debug-manager/start.c:
216 ps syntax differ on *BSD
218 * libanjuta/anjuta-launcher.c:
219 Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear
220 CREAD). Fix #528226: doesn't compiling on FreeBSD6.3
222 2008-05-27 Johannes Schmid <jhs@gnome.org>
224 * plugins/language-manager/Makefile.am:
225 Merged patch from bug
226 #535048 – Anjuta doesn't build when checking underlinking and overlinking
228 2008-05-26 Sébastien Granjoux <seb.sfo@free.fr>
230 * manuals/reference/libanjuta/libanjuta-docs.sgml:
231 Forget this change to add AnjutaCommand and AnjutaAsyncCommand
234 2008-05-26 Sébastien Granjoux <seb.sfo@free.fr>
236 * plugins/debug-manager/start.c,
237 plugins/build-basic-autotools/build-basic-autotools.c,
238 plugins/run-program/plugin.c,
239 plugins/run-program/execute.c,
240 plugins/run-program/plugin.h,
241 libanjuta/interfaces/libanjuta.idl,
242 libanjuta/interfaces/anjuta-idl-compiler.pl,
243 manuals/reference/libanjuta/libanjuta-docs.sgml,
244 manuals/reference/libanjuta/libanjuta-sections.txt:
245 Change the new IAnjutaBuilder interface to use callbacks
246 Add the documentation of IAnjutaBuilder
248 2008-05-25 Naba Kumar <naba@gnome.org>
250 Patch from: Pavel Kostyuchenko
252 * libanjuta/anjuta-preferences.c
253 (anjuta_preferences_is_dialog_created):
254 * libanjuta/anjuta-preferences.h:
255 * src/action-callbacks.c (on_set_preferences1_activate):
256 Fixed bug #532537 - Crash on closing Anjuta Preferences when it
259 2008-05-25 Sébastien Granjoux <seb.sfo@free.fr>
261 * plugins/editor/text_editor_cbs.c:
262 Set line to mouse location when popup-menu is displayed (#530689)
264 2008-05-25 James Liggett <jrliggett@cox.net>
266 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
267 * libanjuta/anjuta-command.c,
268 libanjuta/anjuta-async-command.c:
269 Document AnjutaCommand and AnjutaAsyncCommand
271 2008-05-25 basti <pee@hiddenbox.de>
273 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
274 * plugins/debug-manager/debug_tree.c:
275 Fix a crash when changing a watch while debugger is stopped
277 * plugins/gdb/plugin.c,
278 plugins/gdb/anjuta-gdb.plugin.in:
279 Allow loading application/octet-stream mime type
281 2008-05-24 Sébastien Granjoux <seb.sfo@free.fr>
283 * plugins/debug-manager/start.c:
284 Fix #378903: Use IAnjutaBuilder to always debug an up to date program
286 2008-05-24 Sébastien Granjoux <seb.sfo@free.fr>
288 * plugins/run-program/plugin.c,
289 plugins/run-program/execute.c,
290 plugins/run-program/plugin.h:
291 Use IAnjutaBuilder to always run an up to date program
293 2008-05-24 Sébastien Granjoux <seb.sfo@free.fr>
295 * plugins/build-basic-autotools/build-basic-autotools.c,
296 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
297 libanjuta/interfaces/libanjuta.idl,
298 libanjuta/interfaces/anjuta-idl-compiler.pl:
299 New IAnjutaBuilder interface allowing to check if a target is up to
300 data and having a notification when the target is built
302 2008-05-21 Michael Placentra <someone@michaelplacentra2.net>
304 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
305 * plugins/project-wizard/templates/django.wiz:
306 Fix #533758: django project creation fails
308 2008-05-19 Johannes Schmid <jhs@gnome.org>
310 Patch from Pavel Kostyuchenko:
311 * plugins/glade/anjuta-design-document.h:
312 * plugins/glade/plugin.c (update_current_project),
313 (value_added_current_editor), (glade_update_ui),
314 (on_document_destroy), (glade_plugin_add_project):
316 #532625 – Wrong consecution of functions calls when opening a glade file
318 2008-05-17 Sébastien Granjoux <seb.sfo@free.fr>
320 * plugins/project-wizard/templates/terminal.wiz,
321 plugins/project-wizard/templates/xlib-dock.wiz,
322 plugins/project-wizard/templates/wxwin.wiz,
323 plugins/project-wizard/templates/java.wiz,
324 plugins/project-wizard/templates/django.wiz,
325 plugins/project-wizard/templates/gnome.wiz,
326 plugins/project-wizard/templates/anjuta-plugin.wiz,
327 plugins/project-wizard/templates/gtkmm.wiz,
328 plugins/project-wizard/templates/python.wiz,
329 plugins/project-wizard/templates/cpp.wiz,
330 plugins/project-wizard/templates/sdl.wiz,
331 plugins/project-wizard/templates/gtk.wiz,
332 plugins/project-wizard/templates/minimal.wiz,
333 plugins/project-wizard/templates/xlib.wiz,
334 plugins/project-wizard/templates/gcj.wiz:
335 Fix #533346: Create project in path with spaces fails
337 2008-05-17 Sébastien Granjoux <seb.sfo@free.fr>
340 libanjuta/anjuta-preferences.c:
341 Fix #531940: Can't change the default project directory
343 2008-05-14 Rémi Cardona <remi@gentoo.org>
345 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
346 * plugins/editor/scintilla/Makefile.am,
347 libanjuta/Makefile.am:
348 Remove useless _DEPENDENCIES
350 2008-05-13 Sébastien Granjoux <seb.sfo@free.fr>
352 * plugins/run-program/execute.c:
353 Fix #532243: Execute program with whitespace in the project path fails
355 2008-05-13 Sébastien Granjoux <seb.sfo@free.fr>
357 * plugins/debug-manager/debug_tree.c:
358 Fix #531623: Crash on updating non-existing watch
360 2008-05-13 Christian Kirbach <Christian.Kirbach@googlemail.com>
362 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
363 * tagmanager/tm_tag.c:
364 * tagmanager/test_tm_buffer.c:
365 * plugins/editor/scintilla/LexNsis.cxx:
366 * plugins/editor/aneditor.cxx:
367 * plugins/file-manager/file-view.c:
368 Fixed a bunch of compiler warnings
370 2008-05-10 Johannes Schmid <jhs@gnome.org>
372 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
373 * plugins/symbol-browser/plugin.c (project_root_added),
374 (isymbol_manager_search):
376 Fixed global tags loading from project configuration and added a
379 2008-05-08 Johannes Schmid <jhs@gnome.org>
381 Patch from Marc Lorber <lorber.marc@wanadoo.fr>
383 * plugins/gtodo/libgtodo.c (gtodo_client_get_category_from_list):
384 * plugins/subversion/subversion-log-dialog.c (create_columns):
386 Fix translation issues (#530860 and #531411)
388 2008-05-08 Johannes Schmid <jhs@gnome.org>
390 Patch from Eduardo Pérez Ureta <edpeur@gmail.com>
392 * plugins/project-wizard/templates/cpp/configure.ac.tpl:
393 * plugins/project-wizard/templates/gcj/configure.ac.tpl:
394 * plugins/project-wizard/templates/java/configure.ac.tpl:
395 * plugins/project-wizard/templates/minimal/autogen.sh:
396 * plugins/project-wizard/templates/minimal/configure.ac.tpl:
397 * plugins/project-wizard/templates/python/configure.ac.tpl:
398 * plugins/project-wizard/templates/sdl/configure.ac.tpl:
399 * plugins/project-wizard/templates/wxwin/configure.ac.tpl:
400 * plugins/project-wizard/templates/xlib/configure.ac.tpl:
402 #531405 – AM_CONFIG_HEADER macro is obsolete
404 project-wizard is creating new projects using the AM_CONFIG_HEADER obsolete macro:
405 http://www.gnu.org/software/automake/manual/automake.html#Obsolete-macros
407 2008-05-07 Massimo Cora' <maxcvs@email.it>
409 * libanjuta/interfaces/libanjuta.idl:
410 * plugins/class-inheritance/class-inherit.c
411 (class_inheritance_show_dynamic_class_popup_menu):
412 * plugins/language-support-cpp-java/cpp-java-assist.c
413 (cpp_java_assist_create_word_completion_cache),
414 (cpp_java_assist_show_calltip):
415 * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
416 * plugins/symbol-db/plugin.c (isymbol_manager_search):
417 * plugins/symbol-db/symbol-db-engine.c
418 (on_scan_update_files_symbols_end),
419 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
420 * plugins/symbol-db/symbol-db-engine.h:
421 add limit/offset keywords to search query. Adjusted APIs.
422 Fixed a minor bug with caches in the engine.
424 2008-05-06 Sébastien Granjoux <seb.sfo@free.fr>
426 * plugins/terminal/anjuta-terminal-plugin.glade,
427 plugins/terminal/terminal.c:
428 The terminal configuration default option doesn't work (#530031)
429 Combobox for terminal choose not working (#530032)
431 2008-05-06 Johannes Schmid <jhs@gnome.org>
433 * plugins/document-manager/plugin.c (on_session_save):
434 Do not reverse list of file in save-session (#531445)
436 * plugins/sourceview/anjuta-view.c
437 (anjuta_view_button_press_event):
438 Set line to mouse location when popup-menu is displayed (#530689)
440 2008-05-02 Sébastien Granjoux <seb.sfo@free.fr>
442 * (added) plugins/terminal/anjuta-terminal-plugin.ui,
443 plugins/terminal/Makefile.am,
444 plugins/terminal/terminal.c:
445 Add a context menu with copy/paste in terminal plugin
447 2008-05-02 Johannes Schmid <jhs@gnome.org>
449 * configure.in: changed gnome-build requirement, bumped version to 2.5.0
450 * libanjuta/interfaces/libanjuta.idl:
451 * plugins/project-manager/plugin.c (iproject_manager_get_packages),
452 (iproject_manager_iface_init):
453 Add an interface method to access the pkg-config data from gnome-build.
455 * plugins/symbol-browser/plugin.c (project_root_added):
456 Automatically load symbol from project configuration (proof-of-concept)
458 2008-05-01 Massimo Cora' <maxcvs@email.it>
460 * plugins/symbol-db/plugin.c (symbol_db_activate):
461 * plugins/symbol-db/test/main.c (main):
463 Adapt to changes in recent libgda
465 2008-05-01 Sébastien Granjoux <seb.sfo@free.fr>
467 * plugins/run-program/execute.c:
468 Fix run plugin again, previous patch was causing a crash when
471 2008-05-01 Johannes Schmid <jhs@gnome.org>
473 * plugins/document-manager/plugin.c (update_title):
474 Fixed bug broken titles for new files
476 2008-05-01 Johannes Schmid <jhs@gnome.org>
478 * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
479 (anjuta_util_replace_home_dir_with_tilde),
480 (anjuta_util_str_middle_truncate):
481 * libanjuta/anjuta-utils.h:
482 Added some utility methods (derived from gedit)
484 * plugins/document-manager/plugin.c (get_directory_display_name),
486 Really fix #530033 now
488 2008-05-01 Massimo Cora' <maxcvs@email.it>
490 * plugins/symbol-db/plugin.c (on_single_file_scan_end):
491 set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
493 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
494 (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
495 (sdb_engine_thread_monitor), (sdb_engine_init),
496 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
497 (sdb_engine_add_new_sym_implementation),
498 (sdb_engine_second_pass_update_scope_1),
499 (sdb_engine_second_pass_update_scope),
500 (sdb_engine_second_pass_update_heritage),
501 (symbol_db_engine_update_project_symbols),
502 (symbol_db_engine_get_files_with_zero_symbols),
503 (symbol_db_engine_get_file_symbols):
504 fixed a population bug introduced with using of caches. It broke the kind
505 of symbol in some cases (e.g. returning of table_id = -1).
506 Avoid lazy initialization and inlined the lookup functions to speed up the
508 Performances improvement in sdb_engine_second_pass_update_heritage () using
509 a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
510 logic in this part should avoid gui freezing, at least here it does not freeze.
512 * plugins/symbol-db/symbol-db-view-locals.c
513 (symbol_db_view_locals_recv_signals_from_engine):
514 * plugins/symbol-db/symbol-db-view.c
515 (symbol_db_view_recv_signals_from_engine):
516 greyed out trees while population is in place.
518 2008-05-01 Sébastien Granjoux <seb.sfo@free.fr>
520 * data/default.profile:
521 Put the new run program plugin in the default plugin list
523 * plugins/run-program/execute.c:
524 Fix a crash when the program doesn't exist
526 2008-04-30 Johannes Schmid <jhs@gnome.org>
528 * plugins/document-manager/anjuta-document-manager.ui:
529 * plugins/message-view/anjuta-message-manager.ui:
530 Put the menu items of the message-manager in the correct Goto menu
532 2008-04-30 Johannes Schmid <jhs@gnome.org>
534 * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
535 Allow markup in dialog description
537 * plugins/file-loader/plugin.c (iloader_load):
538 #523186 – Open With dialog should mention filename
540 2008-04-30 Johannes Schmid <jhs@gnome.org>
542 * libanjuta/anjuta-status.c (anjuta_status_set_title):
543 * plugins/document-manager/anjuta-docman.c
544 (anjuta_docman_update_page_label):
545 * plugins/document-manager/plugin.c (update_title),
546 (on_document_update_save_ui):
548 #530033 – Have window title like gedit
549 Also add the dirty char (*) at the beginning of the filename to match HIG
551 2008-04-30 Johannes Schmid <jhs@gnome.org>
553 * plugins/devhelp/anjuta-devhelp.ui:
554 * plugins/search/anjuta-search.ui:
555 * plugins/document-manager/anjuta-document-manager.ui:
557 Moved Goto menu into View to avoid cluttering the menubar and created
560 * plugins/document-manager/action-callbacks.c (on_next_document),
561 (on_previous_document):
562 * plugins/document-manager/action-callbacks.h:
563 * plugins/document-manager/anjuta-docman.c (on_document_toggled),
564 (anjuta_docman_update_documents_menu_status),
565 (anjuta_docman_update_documents_menu),
566 (on_notebook_page_reordered), (anjuta_docman_page_init),
567 (anjuta_docman_new), (on_notebook_switch_page),
568 (anjuta_docman_add_document), (anjuta_docman_remove_document):
569 * plugins/document-manager/plugin.c:
571 Show open documents in the "Documents" menu and add actions for next/prev
572 document like in gedit. Don't center menu items of notebook popup menu.
573 (Fixes bugs #453702 and #529528)
575 2008-04-29 Johannes Schmid <jhs@gnome.org>
577 Patch from Yuriy Penkin:
579 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
581 * plugins/debug-manager/anjuta-debug-manager.glade:
582 * plugins/run-program/anjuta-run-program.glade:
583 * plugins/tools/anjuta-tools.glade:
584 530566 – Fix translation and POTFILES.in
586 2008-04-29 Johannes Schmid <jhs@gnome.org>
588 * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
589 Use current project folder as default and added a file filter for
590 the patch file chooser.
592 2008-04-28 Massimo Cora' <maxcvs@email.it>
594 * plugins/symbol-db/symbol-db-view-search.c
595 (sdb_view_search_model_filter):
596 fixed search symbols to match "foo_symbol_%"
598 2008-04-28 Sébastien Granjoux <seb.sfo@free.fr>
604 (added) plugins/run-program/anjuta-run-program-48.png,
605 (added) plugins/run-program/anjuta-run-program.glade,
606 (added) plugins/run-program/anjuta-run-program.plugin.in,
607 (added) plugins/run-program/anjuta-run-program.ui,
608 (added) plugins/run-program/execute.c,
609 (added) plugins/run-program/execute.h,
610 (added) plugins/run-program/Makefile.am,
611 (added) plugins/run-program/parameters.c,
612 (added) plugins/run-program/parameters.h,
613 (added) plugins/run-program/plugin.c,
614 (added) plugins/run-program/plugin.h,
615 (added) plugins/run-program/utils.c,
616 (added) plugins/run-program/utils.h:
617 New run program plugin, includes a new dialog box to set
620 * plugins/debug-manager/anjuta-debug-manager.plugin.in,
621 plugins/debug-manager/anjuta-debug-manager.ui,
622 plugins/debug-manager/plugin.c,
623 plugins/debug-manager/start.c:
624 Update debugger plugin to use run program parameter dialog
626 * plugins/build-basic-autotools/build-basic-autotools.c,
627 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
628 Remove run program menu item
630 * libanjuta/interfaces/libanjuta.idl,
631 plugins/gdb/plugin.c,
632 plugins/gdb/debugger.c,
633 plugins/gdb/debugger.h,
634 plugins/debug-manager/command.c,
635 plugins/debug-manager/command.h:
636 Use a gchar * null terminated array instead of a GList for
637 passing environment variables
639 2008-04-28 Sébastien Granjoux <seb.sfo@free.fr>
641 * plugins/terminal/terminal.c,
642 libanjuta/interfaces/libanjuta.idl:
643 Add a child-exited signal in the IAnjutaTerminal interface
644 Remove environment variables merging, it is already done
647 2008-04-28 Massimo Cora' <maxcvs@email.it>
649 * plugins/symbol-db/plugin.c (isymbol_manager_search):
650 * plugins/symbol-db/symbol-db-engine.c
651 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
652 fixed partial pattern match accordingly with api.
654 2008-04-28 Johannes Schmid <jhs@gnome.org>
656 * plugins/symbol-db/plugin.c:
657 Hide progress bar when things are done.
659 2008-04-27 Massimo Cora' <maxcvs@email.it>
661 * plugins/symbol-db/symbol-db-engine.c
662 (symbol_db_engine_find_symbol_by_name_pattern),
663 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
666 2008-04-26 Massimo Cora' <maxcvs@email.it>
668 * plugins/document-manager/plugin.c (on_document_update_ui):
669 * plugins/symbol-db/symbol-db-engine-iterator-node.c
670 (symbol_db_engine_iterator_node_get_symbol_extra_string):
671 * plugins/symbol-db/symbol-db-engine.c
672 (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
673 (sdb_engine_get_dyn_query_node_by_id),
674 (sdb_engine_dyn_child_query_node_destroy),
675 (sdb_engine_insert_dyn_query_node_by_id),
676 (sdb_engine_free_cached_queries),
677 (sdb_engine_free_cached_dynamic_queries),
678 (sdb_engine_get_tuple_id_by_unique_name),
679 (sdb_engine_get_tuple_id_by_unique_name2),
680 (sdb_engine_get_tuple_id_by_unique_name3),
681 (sdb_engine_populate_db_by_tags),
682 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
683 (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
684 (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
685 (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
686 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
687 (sdb_engine_add_new_sym_implementation),
688 (sdb_engine_add_new_heritage),
689 (sdb_engine_add_new_scope_definition),
690 (sdb_engine_add_new_tmp_heritage_scope),
691 (sdb_engine_second_pass_update_scope_1),
692 (sdb_engine_second_pass_update_heritage),
693 (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
694 (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
695 (on_scan_update_files_symbols_end),
696 (symbol_db_engine_update_project_symbols),
697 (symbol_db_engine_get_full_local_path),
698 (symbol_db_engine_get_file_db_path),
699 (sdb_engine_walk_down_scope_path),
700 (symbol_db_engine_get_files_with_zero_symbols),
701 (sdb_engine_prepare_symbol_info_sql),
702 (symbol_db_engine_get_class_parents_by_symbol_id),
703 (symbol_db_engine_get_class_parents),
704 (symbol_db_engine_get_global_members_filtered),
705 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
706 (symbol_db_engine_get_scope_members_by_symbol_id),
707 (symbol_db_engine_get_scope_members),
708 (symbol_db_engine_get_current_scope),
709 (symbol_db_engine_get_file_symbols),
710 (symbol_db_engine_get_symbol_info_by_id),
711 (symbol_db_engine_find_symbol_by_name_pattern),
712 (symbol_db_engine_get_parent_scope_id_by_symbol_id),
713 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
714 * plugins/symbol-db/symbol-db-engine.h:
715 * plugins/symbol-db/tables.sql:
716 new dynamic prepared queries architecture. Now every query used in the
717 engine has its own compiled query in libgda-sqlite provider. This for speed
718 improvements, code cleaning and auto-escaping of string parameters.
719 Lookup of dynamic queries takes care of sym_info parameters and of
720 parameters passed to functions. The compiled GdaStatements are stored in an
721 array of GTree (of GTree(s)). Some parameters, as the filter_kinds,
722 are bounded at n = 5, to avoid a third level of indirection on the store-trees.
724 * plugins/symbol-db/test/Makefile.am:
725 * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
729 2008-04-25 Yuriy Penkin <yuriy.penkin@gmail.com>
731 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
733 plugins/tools/tool.c:
734 Fix #529798: Mark additional strings for translation
736 2008-04-23 Sébastien Granjoux <seb.sfo@free.fr>
738 * plugins/project-wizard/druid.c,
739 plugins/project-wizard/property.c,
740 plugins/project-wizard/property.h,
741 plugins/project-wizard/parser.c,
742 plugins/project-wizard/templates/mkfile.wiz,
743 plugins/project-wizard/templates/terminal.wiz,
744 plugins/project-wizard/templates/xlib-dock.wiz,
745 plugins/project-wizard/templates/wxwin.wiz,
746 plugins/project-wizard/templates/java.wiz,
747 plugins/project-wizard/templates/django.wiz,
748 plugins/project-wizard/templates/gnome.wiz,
749 plugins/project-wizard/templates/anjuta-plugin.wiz,
750 plugins/project-wizard/templates/gtkmm.wiz,
751 plugins/project-wizard/templates/python.wiz,
752 plugins/project-wizard/templates/cpp.wiz,
753 plugins/project-wizard/templates/sdl.wiz,
754 plugins/project-wizard/templates/gtk.wiz,
755 plugins/project-wizard/templates/minimal.wiz,
756 plugins/project-wizard/templates/xlib.wiz,
757 plugins/project-wizard/templates/gcj.wiz:
758 Add additional restriction on project name fix #529226
760 2008-04-23 Yuriy Penkin <yuriy.penkin@gmail.com>
762 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
763 * plugins/tools/plugin.c:
764 Fix #529506: Uncorrect unloading tools plugin
766 2008-04-22 Johannes Schmid <jhs@gnome.org>
768 * plugins/search/search-replace.c (search_and_replace),
769 (on_message_view_destroyed):
770 Don't spit out two many warnings when the message view is destroyed
772 * plugins/search/search-replace_backend.c
773 (file_buffer_new_from_path):
774 Only use first 500 characters for validation
776 2008-04-21 Johannes Schmid <jhs@gnome.org>
778 * plugins/search/plugin.c (find_incremental):
779 * plugins/search/search-replace.c (on_search_regex_toggled),
780 (on_search_button_next_clicked), (search_replace_find_usage):
781 * plugins/search/search-replace_backend.c (match_substr_free),
782 (file_buffer_new_from_path), (get_next_match),
783 (clear_search_replace_instance), (create_search_replace_instance):
784 * plugins/search/search-replace_backend.h:
786 Use GRegex instead of pcre and convert files to utf-8 if necessary.
789 2008-04-21 Johannes Schmid <jhs@gnome.org>
791 * plugins/document-manager/action-callbacks.c
792 (on_editor_command_paste_activate):
793 #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
794 (there was an else missing...)
796 2008-04-17 Naba Kumar <naba@naba-desktop>
798 * plugins/file-wizard/anjuta-file-wizard.plugin.in:
799 * plugins/project-import/anjuta-project-import.plugin.in:
800 * plugins/project-wizard/anjuta-project-wizard.glade:
801 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
802 Fixed bug #528264 - New: Uses incorrect spelling "assistent"
804 2008-04-20 Johannes Schmid <jhs@gnome.org>
806 * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
807 Fixed a condition where we kill our own process
809 2008-04-20 Johannes Schmid <jhs@gnome.org>
811 * libanjuta/anjuta-session.h:
812 * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
813 * plugins/symbol-db/plugin.c (value_added_current_editor),
814 (on_session_load), (symbol_db_activate):
815 * plugins/symbol-db/plugin.h:
816 * plugins/symbol-db/symbol-db-view.c
817 (sdb_view_build_and_display_base_tree):
818 Added new sessions states to avoid loading the local symbols before
819 the session is loaded (speeds up start-up).
821 * plugins/document-manager/plugin.c
822 (update_document_ui_undo_items), (update_document_ui_save_items),
823 (on_document_update_ui):
824 * plugins/sourceview/sourceview.c (idocument_redo):
825 Fixed #528705 – There is no Redo
827 2008-04-18 Sébastien Granjoux <seb.sfo@free.fr>
829 * libanjuta/interfaces/libanjuta.idl,
830 plugins/terminal/terminal.c,
831 plugins/build-basic-autotools/executer.c,
832 plugins/gdb/plugin.c:
833 Add an env parameter in the IAnjutaTerminal interface allowing
834 to specify additional environment variables
836 * libanjuta/anjuta-launcher.c:
837 Add one initialization
839 2008-04-16 Johannes Schmid <jhs@gnome.org>
841 Patch from Ignacio Casal Quinteiro:
842 * plugins/file-loader/anjuta-recent-chooser-menu.c
843 (_gtk_recent_chooser_get_items),
844 (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
845 (anjuta_recent_chooser_menu_populate):
846 Show 5 project and 15 file items in recent-chooser
848 2008-04-16 Johannes Schmid <jhs@gnome.org>
850 * plugins/search/search-replace_backend.c (isawordchar),
851 (extra_match), (get_next_match):
853 Make searching utf-8 aware. We still need to fix encodings for
854 search/replace in files as it is currently assumed they are utf-8 like
857 2008-04-16 Johannes Schmid <jhs@gnome.org>
859 Patch from Ignacio Casal Quinteiro:
860 * plugins/file-loader/anjuta-recent-chooser-menu.c
861 (anjuta_recent_chooser_menu_insert_item),
862 (anjuta_recent_chooser_menu_populate):
863 * plugins/file-loader/plugin.c (activate_plugin):
864 Fix recent files in the toolbar
866 * plugins/tools/plugin.c (ipreferences_merge):
869 2008-04-13 Sébastien Granjoux <seb.sfo@free.fr>
871 * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
873 2008-04-13 Naba Kumar <naba@naba-desktop>
875 * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
876 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
877 Do not enable brace autocompletion by defualt because it annoying for
878 fast typist (i.e. it's easier to type ending brace than move carat)
879 and it's currently broken for scintilla.
881 2008-04-13 Naba Kumar <naba@naba-desktop>
883 * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
884 * src/about.c (on_about_plugin_activate): Removed dead code.
885 * src/main.c: Make smaller include.
887 2008-04-12 Naba Kumar <naba@naba-desktop>
889 * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
890 src/utilities.h: Removed dead files.
891 * src/widget-registry.c, src/widget-registry.h: Removed more dead
894 2008-04-12 Naba Kumar <naba@naba-desktop>
896 * src/action-callbacks.c: Removed unneeded gnome.h include.
897 * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
899 2008-04-12 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
901 Reviewed by Naba Kumar <naba@gnome.org>:
902 * libanjuta/anjuta-utils.{ch}:
903 Added anjuta_utils_get_user_config_dir. This func is used
904 to get the user config directory.
905 * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
907 2008-04-12 Johannes Schmid <jhs@gnome.org>
909 * plugins/search/Makefile.am:
910 * plugins/search/anjuta-search.glade:
911 * plugins/search/anjuta-search.ui:
912 * plugins/search/plugin.c (find_incremental), (on_find1_activate),
913 (on_find_and_replace1_activate), (on_find_in_files1_activate),
914 (on_findnext1_activate), (on_findprevious1_activate),
915 (on_prev_occur), (on_next_occur), (activate_plugin),
916 (deactivate_plugin), (dispose), (finalize),
917 (search_plugin_class_init):
918 * plugins/search/plugin.h:
919 * plugins/search/search-replace.c (search_and_replace_init),
920 (search_and_replace), (write_message_pane), (on_message_clicked),
921 (save_not_opened_files), (replace_in_not_opened_files),
922 (search_replace_next_previous), (search_replace_next),
923 (search_replace_previous), (sr_get_gladewidget),
924 (search_set_popdown_strings), (search_set_popdown_map),
925 (search_select_item), (search_set_combo), (search_set_action),
926 (search_set_target), (search_set_direction),
927 (search_get_item_combo), (search_get_item_combo_name),
928 (search_direction_changed), (populate_value), (reset_flags),
929 (reset_flags_and_search_button), (search_start_over),
930 (search_end_alert), (max_results_alert), (nb_results_alert),
931 (search_show_replace), (modify_label_image_button),
932 (search_replace_populate), (show_jump_button),
933 (translate_dialog_strings), (create_dialog), (show_dialog),
934 (word_in_list), (list_max_items), (search_update_combos),
935 (replace_update_combos), (search_update_dialog),
936 (on_search_replace_delete_event),
937 (on_search_dialog_key_press_event),
938 (search_disconnect_set_toggle_connect),
939 (on_search_match_whole_word_toggled),
940 (on_search_match_whole_line_toggled),
941 (on_search_match_word_start_toggled), (on_search_regex_toggled),
942 (search_set_toggle_direction), (on_search_direction_changed),
943 (on_search_action_changed), (on_search_target_changed),
944 (on_search_expression_changed), (on_actions_no_limit_clicked),
945 (on_search_button_close_clicked), (on_search_button_stop_clicked),
946 (on_search_button_next_clicked), (search_replace_find_usage),
947 (on_search_button_jump_clicked), (on_search_expression_activate),
948 (on_search_full_buffer_toggled), (on_search_forward_toggled),
949 (on_search_backward_toggled), (on_setting_basic_search_toggled),
950 (basic_search_toggled), (anjuta_search_replace_activate):
951 * plugins/search/search-replace.h:
952 * plugins/search/search-replace_backend.c (pcre_info_free),
953 (pcre_info_new), (match_substr_free), (match_info_free),
954 (file_buffer_free), (file_buffer_new_from_te),
955 (file_buffer_new_from_path), (file_buffer_line_from_pos),
956 (file_match_line_from_pos), (create_search_files_list),
957 (get_project_file_list), (isawordchar), (extra_match),
958 (get_next_match), (create_search_entries), (regex_backref),
959 (clear_search_replace_instance), (clear_pcre),
960 (create_search_replace_instance):
961 * plugins/search/search-replace_backend.h:
962 Restored old search plugin - was a bad idea to merge this patch. Sorry!
964 2008-04-12 Johannes Schmid <jhs@gnome.org>
966 * libanjuta/Makefile.am:
967 * libanjuta/libanjuta.h:
968 * plugins/document-manager/anjuta-document-manager.glade:
969 * plugins/document-manager/plugin.c:
970 * plugins/editor/text_editor.c (text_editor_finalize),
971 (convert_to_utf8), (load_from_file), (save_to_file):
972 * plugins/editor/text_editor.h:
973 * plugins/sourceview/Makefile.am:
974 * plugins/sourceview/anjuta-convert.c:
975 * plugins/sourceview/anjuta-convert.h:
976 * plugins/sourceview/anjuta-document-loader.c:
977 * plugins/sourceview/anjuta-document-saver.c:
978 * plugins/sourceview/anjuta-document.c:
979 * plugins/sourceview/anjuta-encodings.c:
980 * plugins/sourceview/anjuta-encodings.h:
981 * plugins/sourceview/anjuta-utils.c:
982 * plugins/sourceview/anjuta-utils.h:
983 * plugins/sourceview/anjuta-view.c:
984 * plugins/sourceview/sourceview.c:
986 Move the encoding conversion infrastrcute to libanjuta and update all
987 users. Test all available encodings by default in scintilla editor
988 like sourceview is doing and removed encoding preferences
990 * plugins/search/search-replace_backend.c
991 (file_buffer_new_from_uri):
994 2008-04-11 Johannes Schmid <jhs@gnome.org>
996 * plugins/search/anjuta-search.glade:
997 Various small improvements to the dialog
999 2008-04-11 Johannes Schmid <jhs@gnome.org>
1001 Patch from Ignacio Casal Quinteiro:
1002 * plugins/file-loader/Makefile.am:
1003 * plugins/file-loader/anjuta-recent-chooser-menu.c
1004 (gtk_recent_chooser_iface_init),
1005 (_anjuta_recent_chooser_install_properties),
1006 (sort_recent_items_mru), (get_is_recent_filtered),
1007 (_gtk_recent_chooser_get_items),
1008 (anjuta_recent_chooser_menu_class_init),
1009 (anjuta_recent_chooser_menu_init),
1010 (anjuta_recent_chooser_menu_finalize),
1011 (anjuta_recent_chooser_menu_dispose),
1012 (anjuta_recent_chooser_menu_constructor),
1013 (anjuta_recent_chooser_menu_set_property),
1014 (anjuta_recent_chooser_menu_get_property),
1015 (anjuta_recent_chooser_menu_set_current_uri),
1016 (anjuta_recent_chooser_menu_get_current_uri),
1017 (anjuta_recent_chooser_menu_select_uri),
1018 (anjuta_recent_chooser_menu_unselect_uri),
1019 (anjuta_recent_chooser_menu_select_all),
1020 (anjuta_recent_chooser_menu_unselect_all),
1021 (anjuta_recent_chooser_menu_set_sort_func),
1022 (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
1023 (anjuta_recent_chooser_menu_get_recent_manager),
1024 (anjuta_recent_chooser_menu_add_filter),
1025 (anjuta_recent_chooser_menu_remove_filter),
1026 (anjuta_recent_chooser_menu_list_filters),
1027 (anjuta_recent_chooser_menu_set_current_filter),
1028 (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
1029 (anjuta_recent_chooser_menu_create_item),
1030 (anjuta_recent_chooser_menu_insert_item),
1031 (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
1032 (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
1033 (item_activate_cb), (manager_changed_cb), (set_recent_manager),
1034 (get_icon_size_for_widget), (foreach_set_shot_tips),
1035 (anjuta_recent_chooser_menu_set_show_tips),
1036 (anjuta_recent_chooser_menu_new),
1037 (anjuta_recent_chooser_menu_new_for_manager):
1038 * plugins/file-loader/anjuta-recent-chooser-menu.h:
1039 * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
1040 (activate_plugin), (dispose):
1042 Add separator to recent menu (#526932)
1044 * plugins/search/Makefile.am:
1045 * plugins/search/anjuta-search.glade:
1046 * plugins/search/anjuta-search.ui:
1047 * plugins/search/plugin.c (on_find1_activate),
1048 (on_find_and_replace1_activate), (on_find_in_files1_activate),
1049 (on_findnext1_activate), (on_findprevious1_activate),
1050 (on_search_again_activate), (on_find_usage), (activate_plugin),
1051 (deactivate_plugin), (dispose), (search_plugin_class_init):
1052 * plugins/search/plugin.h:
1053 * plugins/search/search-replace.c (anj_sr_execute),
1054 (anj_sr_write_match_message), (on_message_clicked),
1055 (anj_sr_set_search_string), (anj_sr_select_nearest),
1056 (anj_sr_select_next), (anj_sr_select_previous),
1057 (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
1058 (anj_sr_is_idle), (anj_sr_set_popdown_strings),
1059 (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
1060 (anj_sr_activate_combo_id_item), (anj_sr_set_action),
1061 (anj_sr_set_target), (anj_sr_set_direction),
1062 (anj_sr_get_direction), (anj_sr_get_combo_active_value),
1063 (anj_sr_get_combo_id_active_value),
1064 (anj_sr_conform_direction_change), (anj_sr_populate_value),
1065 (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
1066 (anj_sr_end_alert), (anj_sr_max_results_alert),
1067 (anj_sr_total_results_alert), (anj_sr_show_replace),
1068 (anj_sr_modify_button), (anj_sr_populate_data),
1069 (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
1070 (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
1071 (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
1072 (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
1073 (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
1074 (anj_sr_find_in_list), (anj_sr_trim_list),
1075 (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
1076 (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
1077 (on_search_dialog_delete_event), (on_search_dialog_key_press),
1078 (anj_sr_disconnect_set_toggle_connect),
1079 (on_search_match_whole_word_toggled),
1080 (on_search_match_whole_line_toggled),
1081 (on_search_match_word_start_toggled), (on_search_regex_toggled),
1082 (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
1083 (on_search_direction_changed), (on_search_action_changed),
1084 (on_search_target_changed), (on_search_expression_changed),
1085 (on_search_button_close_clicked), (on_search_button_stop_clicked),
1086 (on_search_button_start_clicked),
1087 (on_search_button_replace_clicked),
1088 (on_search_expression_activate):
1089 * plugins/search/search-replace.h:
1090 * plugins/search/search-replace_backend.c (regex_backref),
1091 (pcre_info_free), (pcre_info_new), (match_substr_free),
1092 (match_info_free_subs), (editor_new_from_file_buffer),
1093 (file_buffer_new_from_te), (file_buffer_new_from_uri),
1094 (file_buffer_free), (file_buffer_get_byte_offset),
1095 (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
1096 (file_buffer_find_lines), (file_buffer_freshen_lines),
1097 (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
1098 (file_buffer_get_linetext_for_line), (save_file_buffer),
1099 (replace_in_local_buffer), (get_search_files_list),
1100 (get_project_files_list), (isawordchar), (extra_match),
1101 (get_next_match), (create_search_entries), (clear_search_entries),
1102 (search_get_default_data), (search_replace_data_new),
1103 (clear_search_replace_instance), (search_replace_data_destroy),
1104 (search_replace_init):
1105 * plugins/search/search-replace_backend.h:
1106 * plugins/search/search_preferences.c (removed):
1107 * plugins/search/search_preferences.h (removed):
1109 Merged the UI changes from bug #511688 and simplified the search dialog
1111 2008-04-10 Johannes Schmid <jhs@gnome.org>
1113 * plugins/symbol-db/symbol-db-engine.c:
1115 Check for ctags binary (#516123)
1117 2008-04-09 Massimo Cora' <maxcvs@email.it>
1119 * plugins/symbol-db/symbol-db-engine.c
1120 (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1121 (sdb_engine_get_query_parameters_list),
1122 (sdb_engine_free_cached_queries),
1123 (sdb_engine_get_tuple_id_by_unique_name),
1124 (sdb_engine_get_tuple_id_by_unique_name2),
1125 (sdb_engine_get_tuple_id_by_unique_name3),
1126 (symbol_db_engine_add_new_workspace),
1127 (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1128 (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
1129 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1130 (sdb_engine_add_new_sym_implementation),
1131 (sdb_engine_add_new_heritage),
1132 (sdb_engine_add_new_scope_definition),
1133 (sdb_engine_add_new_tmp_heritage_scope),
1134 (sdb_engine_second_pass_update_scope_1),
1135 (sdb_engine_add_new_symbol), (sdb_engine_update_file),
1136 (on_scan_update_files_symbols_end),
1137 (symbol_db_engine_update_project_symbols):
1138 GdaSet *plist is now used globally for every prepared statement.
1139 It won't be created/unreffed at every query.
1141 2008-04-09 Johannes Schmid <jhs@gnome.org>
1143 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
1144 Fixed crasher when deactivating symbol-db plugin
1146 2008-04-08 Johannes Schmid <jhs@gnome.org>
1148 * plugins/symbol-db/symbol-db-engine.c
1149 (sdb_engine_populate_db_by_tags):
1150 Don't use transactions - uses only half of the time now!
1152 2008-04-08 Massimo Cora' <maxcvs@email.it>
1154 * plugins/symbol-db/symbol-db-engine.c
1155 (sdb_engine_prepare_symbol_info_sql),
1156 (symbol_db_engine_get_global_members_filtered):
1157 * plugins/symbol-db/symbol-db-view.c
1158 (sdb_view_load_symbol_pixbufs),
1159 (sdb_view_build_and_display_base_tree):
1160 fixed global tab icons. Libgda could not understood the right fields, now it
1163 2008-04-07 Johannes Schmid <jhs@gnome.org>
1165 * plugins/language-support-cpp-java/cpp-java-assist.c
1166 (completion_compare), (create_completion),
1167 (cpp_java_assist_create_word_completion_cache):
1169 Only show () for functions/methods and macros with arguments. Does not work
1170 with symbol-db yet but fixes things for symbol-browser
1172 2008-04-07 Johannes Schmid <jhs@gnome.org>
1174 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
1175 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1176 (sdb_engine_add_new_sym_implementation):
1178 Fixed some issues with caching
1180 2008-04-07 Johannes Schmid <jhs@gnome.org>
1182 * plugins/symbol-db/plugin.c (on_single_file_scan_end),
1183 (on_importing_project_end), (project_root_added),
1184 (symbol_db_activate), (symbol_db_deactivate):
1185 * plugins/symbol-db/plugin.h:
1187 Give the symbol-db it's own progress bar because there are too many
1188 interactions with the global status bar.
1190 2008-04-07 Johannes Schmid <jhs@gnome.org>
1192 * plugins/symbol-db/symbol-db-view-locals.c
1193 (sdb_view_locals_create_new_store):
1194 * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
1195 * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
1196 (symbol_db_view_open):
1200 2008-04-07 Johannes Schmid <jhs@gnome.org>
1202 * plugins/sourceview/sourceview.c (idocument_cut),
1203 (idocument_copy), (idocument_paste):
1204 Block insert-text signal on cut/copy/paste
1206 2008-04-07 Johannes Schmid <jhs@gnome.org>
1208 * plugins/symbol-db/plugin.c (on_char_added),
1209 (on_single_file_scan_end):
1210 Only update buffer when a newline is inserted
1212 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
1213 (sdb_engine_get_tuple_id_by_unique_name),
1214 (sdb_engine_get_tuple_id_by_unique_name2),
1215 (sdb_engine_get_tuple_id_by_unique_name3),
1216 (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
1217 (sdb_engine_finalize), (symbol_db_engine_db_exists),
1218 (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1219 (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
1220 Precompute file_defined_id to speed up population
1222 2008-04-06 Johannes Schmid <jhs@gnome.org>
1224 * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1225 (anjuta_launcher_set_encoding):
1226 Fixed some problems with binary streams needed by symbol-db
1228 * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
1231 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
1232 (sdb_engine_insert_cache), (sdb_engine_clear_caches),
1233 (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
1234 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
1235 (sdb_engine_add_new_sym_implementation),
1236 (on_scan_update_files_symbols_end):
1237 Use some caching to speed up population
1239 * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
1240 Exit properly when scanning is over
1242 2008-04-06 Sébastien Granjoux <seb.sfo@free.fr>
1244 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1245 One additional change missed in the previous commit
1247 2008-04-06 Sébastien Granjoux <seb.sfo@free.fr>
1249 * plugins/project-wizard/templates/gtkmm.wiz,
1250 plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
1251 plugins/project-wizard/templates/gtkmm/src/main.cc,
1252 plugins/project-wizard/templates/django.wiz,
1253 plugins/project-wizard/templates/python.wiz,
1254 plugins/project-wizard/templates/python/configure.ac.tpl,
1255 plugins/project-wizard/templates/python/src/Makefile.am.tpl,
1256 plugins/project-wizard/templates/cpp.wiz,
1257 plugins/project-wizard/templates/cpp/configure.ac.tpl,
1258 plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
1259 plugins/project-wizard/templates/sdl.wiz,
1260 plugins/project-wizard/templates/sdl/configure.ac.tpl,
1261 plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
1262 plugins/project-wizard/templates/terminal.wiz,
1263 plugins/project-wizard/templates/terminal/configure.ac.tpl,
1264 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
1265 plugins/project-wizard/templates/terminal/Makefile.am.tpl,
1266 plugins/project-wizard/templates/gtk.wiz,
1267 plugins/project-wizard/templates/gtk/src/main.c,
1268 plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
1269 plugins/project-wizard/templates/minimal.wiz,
1270 plugins/project-wizard/templates/minimal/configure.ac.tpl,
1271 plugins/project-wizard/templates/minimal/Makefile.am.tpl,
1272 plugins/project-wizard/templates/java.wiz,
1273 plugins/project-wizard/templates/java/configure.ac.tpl,
1274 plugins/project-wizard/templates/java/src/Makefile.am.tpl,
1275 plugins/project-wizard/templates/xlib.wiz,
1276 plugins/project-wizard/templates/xlib/configure.ac.tpl,
1277 plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
1278 plugins/project-wizard/templates/gcj.wiz,
1279 plugins/project-wizard/templates/gcj/configure.ac.tpl,
1280 plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
1281 plugins/project-wizard/templates/xlib-dock.wiz,
1282 plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
1283 plugins/project-wizard/templates/wxwin.wiz,
1284 plugins/project-wizard/templates/wxwin/configure.ac.tpl,
1285 plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
1286 plugins/project-wizard/templates/gnome.wiz,
1287 plugins/project-wizard/templates/gnome/src/main.c,
1288 plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
1289 plugins/project-wizard/templates/anjuta-plugin.wiz,
1290 plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
1291 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
1292 plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
1293 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
1294 plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
1295 Fix bug #525999: Remove space in file and target names generated
1297 Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
1298 has been renamed ianjuta_document_manager_get_current_document
1300 2008-04-06 Naba Kumar <naba@naba-desktop>
1302 * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
1303 * libanjuta/anjuta-utils.h:
1304 * plugins/project-wizard/druid.c (check_and_warn_missing),
1306 * plugins/project-wizard/header.c (npw_header_free),
1307 (npw_header_add_required_program),
1308 (npw_header_add_required_package),
1309 (npw_header_check_required_programs), (package_is_installed),
1310 (npw_header_check_required_packages):
1311 * plugins/project-wizard/header.h:
1312 * plugins/project-wizard/parser.c (parse_tag),
1313 (parse_header_start), (parse_header_text):
1314 * plugins/project-wizard/templates/anjuta-plugin.wiz:
1315 * plugins/project-wizard/templates/cpp.wiz:
1316 * plugins/project-wizard/templates/django.wiz:
1317 * plugins/project-wizard/templates/gcj.wiz:
1318 * plugins/project-wizard/templates/gnome.wiz:
1319 * plugins/project-wizard/templates/gtk.wiz:
1320 * plugins/project-wizard/templates/gtkmm.wiz:
1321 * plugins/project-wizard/templates/java.wiz:
1322 * plugins/project-wizard/templates/minimal.wiz:
1323 * plugins/project-wizard/templates/mkfile.wiz:
1324 * plugins/project-wizard/templates/python.wiz:
1325 * plugins/project-wizard/templates/sdl.wiz:
1326 * plugins/project-wizard/templates/terminal.wiz:
1327 * plugins/project-wizard/templates/wxwin.wiz:
1328 * plugins/project-wizard/templates/xlib-dock.wiz:
1329 * plugins/project-wizard/templates/xlib.wiz:
1331 Added a check for vital programs and packages needed to create a
1332 new project. A warning dialog is shown to user in project
1333 wizard when he proceeds after selecting a project type.
1334 Updated all project templates to cover vital programs and
1335 packages to generate and build correctly.
1337 2008-04-05 Naba Kumar <naba@gnome.org>
1339 patch from surenspost@gmail.com:
1340 * src/about.c: Fixed bug #523068 link in about window doesn't work.
1342 2008-04-04 Johannes Schmid <jhs@gnome.org>
1344 * plugins/sourceview/anjuta-view.c:
1345 * plugins/sourceview/anjuta-view.h:
1346 * plugins/sourceview/sourceview-prefs.c (init_fonts),
1347 (sourceview_prefs_init):
1348 Removed unused color management code
1350 * plugins/sourceview/anjuta-editor-sourceview.glade:
1351 * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
1352 (create_style_model), (on_style_changed), (ipreferences_merge),
1353 (ipreferences_unmerge):
1354 * plugins/sourceview/plugin.h:
1356 Added style chooser for sourceview editor (#522555)
1358 2008-04-04 Johannes Schmid <jhs@gnome.org>
1360 * plugins/document-manager/action-callbacks.c:
1361 * plugins/document-manager/anjuta-document-manager.ui:
1362 * plugins/document-manager/plugin.c (ui_give_shorter_names),
1363 (update_document_ui_disable_all):
1364 * plugins/file-loader/anjuta-loader-plugin.ui:
1365 * plugins/file-loader/plugin.c (on_new_activate),
1368 Moved "New" action from document-manager to file-loader using
1369 IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
1371 2008-04-03 Johannes Schmid <jhs@gnome.org>
1375 * libegg/.cvsignore:
1376 * libegg/Makefile.am:
1377 * libegg/egg-cell-renderer-text.c:
1378 * libegg/egg-combo-action.c:
1379 * libegg/egg-entry-action.c:
1380 * libegg/egg-recent-action.c:
1381 * libegg/egg-recent-files-module.c:
1382 * libegg/egg-recent-item.c:
1383 * libegg/egg-recent-model.c:
1384 * libegg/egg-recent-util.c:
1385 * libegg/egg-recent-view-gtk.c:
1386 * libegg/egg-recent-view.c:
1387 * libegg/egg-submenu-action.c:
1388 * libegg/eggcellrendererpopup.c:
1389 * libegg/eggcomboselect.c:
1390 * libegg/eggmarshalers.list:
1391 * libegg/eggtreemodelfilter.c:
1392 * libegg/eggtreemodelunion.c:
1393 * libegg/eggtreemultidnd.c:
1394 * libegg/gtkcellview.h:
1395 * libegg/layout.glade:
1396 * libegg/menu/.cvsignore:
1397 * libegg/menu/Makefile.am:
1398 * libegg/menu/egg-combo-action.h:
1399 * libegg/menu/egg-entry-action.h:
1400 * libegg/menu/egg-recent-action.h:
1401 * libegg/menu/egg-submenu-action.h:
1402 * libegg/menu/eggcomboselect.h:
1403 * libegg/recent-files/.cvsignore:
1404 * libegg/recent-files/Makefile.am:
1405 * libegg/recent-files/egg-recent-item.h:
1406 * libegg/recent-files/egg-recent-model.h:
1407 * libegg/recent-files/egg-recent-util.h:
1408 * libegg/recent-files/egg-recent-view-gtk.h:
1409 * libegg/recent-files/egg-recent-view.h:
1410 * libegg/recent-files/egg-recent.h:
1411 * libegg/test-actions.c:
1412 * libegg/test-multi-drag.c:
1413 * libegg/test-union.c:
1414 * libegg/treeviewutils/.cvsignore:
1415 * libegg/treeviewutils/Makefile.am:
1416 * libegg/treeviewutils/egg-cell-renderer-text.h:
1417 * libegg/treeviewutils/eggcellrendererpopup.h:
1418 * libegg/treeviewutils/eggtreemodelfilter.h:
1419 * libegg/treeviewutils/eggtreemodelunion.h:
1420 * libegg/treeviewutils/eggtreemultidnd.h:
1421 * libegg/util/.cvsignore:
1422 * libegg/util/Makefile.am:
1423 * libegg/util/egg-macros.h:
1424 * libegg/util/eggintl.h:
1426 Killed libegg (#349279)
1428 * plugins/document-manager/Makefile.am:
1429 * plugins/document-manager/action-callbacks.c:
1430 * plugins/document-manager/plugin.c:
1431 * plugins/editor/plugin.c:
1432 (on_open_recent_file), (sort_recent_menu),
1433 (setup_recent_chooser_menu), (activate_plugin), (dispose),
1434 (anjuta_file_loader_plugin_instance_init):
1435 * plugins/file-loader/plugin.h:
1436 * plugins/search/Makefile.am:
1437 * plugins/search/plugin.c:
1438 * plugins/search/search-replace.c:
1440 Removed dead code and libegg from Makefiles
1442 * plugins/symbol-browser/Makefile.am:
1443 * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1444 * plugins/symbol-browser/plugin.c (on_editor_saved),
1445 (update_editor_symbol_model), (iter_matches),
1446 (value_removed_current_editor), (activate_plugin):
1447 Removed symbol-browser toolbar which used libegg and was
1450 Patch from Ignacio Casal Quinteiro with lots of changes:
1451 * plugins/file-loader/Makefile.am:
1452 * plugins/file-loader/anjuta-loader-plugin.ui:
1453 * plugins/file-loader/plugin.c (set_recent_file), (open_file),
1454 Port FileLoader to GtkRecent (#398984)
1456 2008-04-03 Johannes Schmid <jhs@gnome.org>
1459 * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1460 (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
1461 * libanjuta/interfaces/libanjuta.idl:
1462 * plugins/Makefile.am:
1463 * plugins/class-inheritance/class-inherit.c
1464 (class_inheritance_show_dynamic_class_popup_menu),
1465 (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
1466 (class_inheritance_update_graph):
1467 * plugins/language-support-cpp-java/cpp-java-assist.c
1468 (create_completion),
1469 (cpp_java_assist_create_scope_completion_cache),
1470 (cpp_java_assist_create_word_completion_cache),
1471 (cpp_java_assist_show_calltip):
1472 * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
1473 * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
1474 (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1475 (isymbol_get_extra_info_string), (isymbol_get_line),
1476 (isymbol_get_icon), (isymbol_iface_init):
1477 * plugins/symbol-browser/an_symbol.h:
1478 * plugins/symbol-browser/an_symbol_view.c
1479 (anjuta_symbol_view_get_file_symbol_model):
1480 * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1481 (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1482 (isymbol_manager_iface_init):
1483 * plugins/symbol-db/Makefile.am:
1484 * plugins/symbol-db/anjuta-symbol-db.glade:
1485 * plugins/symbol-db/plugin.c
1486 (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1487 (value_added_current_editor), (goto_local_tree_iter),
1488 (goto_global_tree_iter), (on_global_treeview_row_expanded),
1489 (on_global_treeview_row_collapsed), (on_project_element_added),
1490 (on_project_element_removed), (on_importing_project_end),
1491 (do_import_sources_after_abort), (do_import_sources),
1492 (project_root_added), (project_root_removed), (symbol_db_activate),
1493 (symbol_db_deactivate), (isymbol_manager_search),
1494 (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1495 (isymbol_manager_iface_init), (ipreferences_merge),
1496 (ipreferences_unmerge), (ipreferences_iface_init):
1497 * plugins/symbol-db/plugin.h:
1498 * plugins/symbol-db/symbol-db-engine-iterator-node.c
1499 (symbol_db_engine_iterator_node_new),
1500 (sdb_engine_iterator_node_instance_init),
1501 (sdb_engine_iterator_node_finalize),
1502 (symbol_db_engine_iterator_node_get_symbol_id),
1503 (symbol_db_engine_iterator_node_get_symbol_name),
1504 (symbol_db_engine_iterator_node_get_symbol_file_pos),
1505 (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1506 (symbol_db_engine_iterator_node_get_symbol_signature),
1507 (symbol_db_engine_iterator_node_get_symbol_extra_string),
1508 (isymbol_get_name), (isymbol_get_args),
1509 (isymbol_get_extra_info_string), (isymbol_get_uri),
1510 (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1511 (isymbol_iface_init):
1512 * plugins/symbol-db/symbol-db-engine-iterator.c
1513 (symbol_db_engine_iterator_new):
1514 * plugins/symbol-db/symbol-db-engine.c
1515 (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1516 (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1517 (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1518 (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1519 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1520 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1521 (sdb_engine_init), (sdb_engine_finalize),
1522 (sdb_engine_set_defaults_db_parameters),
1523 (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1524 (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1525 (sdb_engine_get_tuple_id_by_unique_name),
1526 (sdb_engine_get_tuple_id_by_unique_name2),
1527 (sdb_engine_get_tuple_id_by_unique_name3),
1528 (symbol_db_engine_add_new_workspace),
1529 (symbol_db_engine_project_exists),
1530 (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1531 (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1532 (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1533 (sdb_engine_add_new_sym_access),
1534 (sdb_engine_add_new_sym_implementation),
1535 (sdb_engine_add_new_heritage),
1536 (sdb_engine_add_new_scope_definition),
1537 (sdb_engine_add_new_tmp_heritage_scope),
1538 (sdb_engine_second_pass_update_scope_1),
1539 (sdb_engine_second_pass_update_heritage),
1540 (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1541 (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1542 (on_scan_update_files_symbols_end),
1543 (symbol_db_engine_fill_type_array),
1544 (symbol_db_engine_update_files_symbols),
1545 (symbol_db_engine_update_project_symbols),
1546 (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1547 (symbol_db_engine_update_buffer_symbols),
1548 (symbol_db_engine_get_files_with_zero_symbols),
1549 (sdb_engine_prepare_symbol_info_sql),
1550 (symbol_db_engine_get_class_parents_by_symbol_id),
1551 (symbol_db_engine_get_class_parents),
1552 (symbol_db_engine_get_global_members_filtered),
1553 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1554 (symbol_db_engine_get_scope_members_by_symbol_id),
1555 (symbol_db_engine_get_scope_members),
1556 (symbol_db_engine_get_file_symbols),
1557 (symbol_db_engine_get_symbol_info_by_id),
1558 (symbol_db_engine_get_full_local_path),
1559 (symbol_db_engine_get_file_db_path),
1560 (symbol_db_engine_find_symbol_by_name_pattern),
1561 (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1562 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1563 * plugins/symbol-db/symbol-db-engine.h:
1564 * plugins/symbol-db/symbol-db-prefs.c
1565 (on_prefs_executable_changed), (on_gconf_notify_prefs),
1566 (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1567 (on_listall_output), (on_listall_exit), (files_visit_dir),
1568 (on_tag_load_toggled), (symbol_db_prefs_init),
1569 (symbol_db_prefs_finalize):
1570 * plugins/symbol-db/symbol-db-prefs.h:
1571 * plugins/symbol-db/symbol-db-view-locals.c
1572 (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1573 (do_add_root_symbol_to_view),
1574 (consume_symbols_inserted_queue_idle_destroy),
1575 (consume_symbols_inserted_queue_idle), (on_scan_end),
1576 (do_recurse_subtree_and_remove), (on_symbol_removed),
1577 (on_symbol_inserted),
1578 (symbol_db_view_locals_recv_signals_from_engine),
1579 (symbol_db_view_locals_update_list):
1580 * plugins/symbol-db/symbol-db-view.c
1581 (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1582 (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1583 (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1584 (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1585 (sdb_view_build_and_display_base_tree):
1586 * plugins/symbol-db/symbol-db.glade:
1587 * plugins/symbol-db/symbol-db.ui:
1588 * plugins/symbol-db/tables.sql:
1589 * plugins/symbol-db/test/Makefile.am:
1590 * plugins/symbol-db/test/main.c (get_parents), (main),
1591 (packages_foreach), (files_visit_dir):
1593 Merged changes from symbol-db branch
1595 2008-04-02 Johannes Schmid <jhs@gnome.org>
1597 * plugins/sourceview/sourceview.c (autodetect_language):
1598 Use gnome_vfs_get_slow_mime_type()
1600 2008-04-02 Johannes Schmid <jhs@gnome.org>
1602 * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1603 * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1606 Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1607 supertype instead no plugin for mime-type was found (#525706)
1609 2008-03-31 Johannes Schmid <jhs@gnome.org>
1611 patch by: Carl-Anton Ingmarsson:
1613 Fixed padding in preferences
1615 2008-03-31 Johannes Schmid <jhs@gnome.org>
1617 patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1619 * plugins/tools/anjuta-tools.glade:
1620 * plugins/tools/anjuta-tools.ui:
1621 * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1622 TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1623 atp_tool_dialog_refresh, atp_tool_dialog_show):
1624 * plugins/tools/dialog.h (dialog, plugin):
1625 * plugins/tools/plugin.c (prefs, gxml, action_group,
1626 atp_plugin_finalize, test, atp_plugin_activate,
1627 atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1628 ipreferences_unmerge, ipreferences_iface_init):
1629 * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1630 icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1631 atp_user_tool_activate, atp_tool_list_append_new,
1632 atp_tool_list_activate, atp_tool_list_deactivate):
1633 * plugins/tools/tool.h (plugin):
1635 #515854 – Move configuration into preferences
1637 2008-03-31 Johannes Schmid <jhs@gnome.org>
1639 patch by: Carl-Anton Ingmarsson:
1640 * src/anjuta-app.c (style, on_toolbar_style_changed,
1641 on_add_merge_widget, anjuta_app_instance_init):
1644 #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1646 2008-03-30 Sébastien Granjoux <seb.sfo@free.fr>
1648 * plugins/debug-manager/anjuta-debug-manager.glade,
1649 plugins/debug-manager/command.c,
1650 plugins/debug-manager/command.h,
1651 plugins/debug-manager/start.c,
1652 plugins/gdb/plugin.c,
1653 plugins/gdb/debugger.c,
1654 plugins/gdb/debugger.h,
1655 libanjuta/interfaces/libanjuta.idl:
1656 Improve start program dialog, allowing to specify working
1657 directory and environment variables
1659 2008-03-26 Naba Kumar <naba@gnome.org>
1661 * libanjuta/resources.c (anjuta_res_url_show): Use
1662 anjuta_prog_is_installed() instead of g_find_program_in_path() and
1665 Patch from Carl-Anton Ingmarsson:
1667 * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1668 * libanjuta/anjuta-utils.h:
1669 * src/action-callbacks.c (help_activate),
1670 (on_help_manual_activate), (on_help_tutorial_activate),
1671 (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1672 * libanjuta/Makefile.am:
1673 Get rid of gnome_help_display_with_doc_id()
1675 2008-03-26 Naba Kumar <naba@gnome.org>
1677 Patch from Carl-Anton Ingmarsson:
1679 * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1680 * plugins/project-import/project-import.c (on_import_cancel): Remove
1681 stray GnomeDruid variable.
1683 2008-03-26 Naba Kumar <naba@gnome.org>
1685 * plugins/project-import/project-import.c (create_start_page):
1686 * plugins/project-wizard/druid.c (npw_druid_new):
1687 * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1689 Fixed type 'assistent' to 'assistant'.
1691 2008-03-25 Naba Kumar <naba@gnome.org>
1693 Patch from Carl-Anton Ingmarsson:
1695 * libanjuta/Makefile.am:
1696 * libanjuta/anjuta-ui.c (sensitivity_toggled),
1697 (visibility_toggled), (accel_edited_callback),
1698 (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1699 (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1700 (anjuta_ui_get_accel_editor):
1701 * libegg/Makefile.am:
1702 * libegg/eggaccelerators.c (removed):
1703 * libegg/eggcellrendererkeys.c (removed):
1704 * libegg/eggtreeviewstate.c (removed):
1705 * libegg/test-tree-utils.c (removed):
1706 * libegg/treeviewutils/Makefile.am:
1707 * libegg/treeviewutils/eggaccelerators.h (removed):
1708 * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1709 * libegg/treeviewutils/eggtreeviewstate.h (removed):
1711 Ports anjuta-ui to gtk_cell_renderer_accel
1713 2008-03-16 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
1715 Reviewed by Naba Kumar <naba@gnome.org>
1717 * plugins/project-import/Makefile.am:
1718 * plugins/project-import/project-import.{ch}:
1719 * plugins/project-import/anjuta-project-import.glade (removed):
1720 * configure.in, po/POTFILES.in:
1722 Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1723 file because libglade doesn't have GtkAssistant support.
1725 2008-03-17 Sébastien Granjoux <seb.sfo@free.fr>
1727 * plugins/debug-manager/registers.c:
1728 Avoid a crash when debugger stop on an error
1730 * plugins/debug-manager/start.c,
1731 plugins/gdb/debugger.c,
1732 libanjuta/interfaces/libanjuta.idl:
1733 Display an error message when debugger target is not found
1735 2008-03-15 Naba Kumar <naba@naba-desktop>
1739 * (removed) data/properties:
1740 * (added) plugins/editor/properties:
1741 * plugins/editor/Makefile.am:
1743 Moved data/properties to plugins/editor/ and removed dead code from
1746 2008-03-15 Naba Kumar <naba@naba-desktop>
1748 * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1749 * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1750 (macro_dialog_finalize):
1751 * plugins/macro/macro-edit.c (macro_edit_dispose),
1752 (macro_edit_finalize):
1754 Fixed errors in previous patch.
1756 2008-03-15 Naba Kumar <naba@naba-desktop>
1758 Patch from Ignacio Casal Quinteiro:
1760 * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1762 * plugins/class-gen/plugin.c (dispose), (finalize):
1763 * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1764 (class_inheritance_dispose):
1765 * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1766 * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1767 (dma_plugin_finalize):
1768 * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1769 (dma_debugger_queue_finalize):
1770 * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1771 * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1772 (anjuta_docman_finalize):
1773 * plugins/document-manager/plugin.c:
1774 * plugins/editor/plugin.c (dispose), (finalize),
1775 (editor_plugin_class_init):
1776 * plugins/editor/text_editor.c (text_editor_dispose),
1777 (text_editor_finalize):
1778 * plugins/file-loader/plugin.c (dispose), (finalize),
1779 (anjuta_file_loader_plugin_class_init):
1780 * plugins/file-manager/plugin.c (file_manager_finalize),
1781 (file_manager_dispose):
1782 * plugins/file-wizard/plugin.c (dispose), (finalize),
1783 (file_wizard_plugin_class_init):
1784 * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1785 * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1786 * plugins/glade/plugin.c (glade_plugin_dispose),
1787 (glade_plugin_finalize), (glade_plugin_class_init):
1788 * plugins/gtodo/plugin.c (finalize), (dispose):
1789 * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1790 (anjuta_vim_plugin_dispose):
1791 * plugins/indent/plugin.c (indent_plugin_finalize),
1792 (indent_plugin_dispose):
1793 * plugins/language-manager/plugin.c (language_manager_finalize),
1794 (language_manager_dispose):
1795 * plugins/language-support-cpp-java/plugin.c
1796 (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1797 * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1798 (macro_db_class_init):
1799 * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1800 (macro_dialog_finalize), (macro_dialog_class_init):
1801 * plugins/macro/macro-edit.c (macro_edit_dispose),
1802 (macro_edit_finalize), (macro_edit_class_init):
1803 * plugins/macro/plugin.c (finalize), (dispose):
1804 * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1805 (anjuta_msgman_finalize):
1806 * plugins/message-view/message-view.c (message_view_dispose),
1807 (message_view_finalize):
1808 * plugins/message-view/plugin.c (message_view_plugin_dispose),
1809 (message_view_plugin_finalize):
1810 * plugins/patch/plugin.c (patch_plugin_finalize),
1811 (patch_plugin_dispose):
1812 * plugins/profiler/plugin.c (profiler_finalize),
1814 * plugins/project-import/plugin.c (dispose), (finalize),
1815 (project_import_plugin_class_init):
1816 * plugins/project-manager/plugin.c
1817 (project_manager_plugin_finalize),
1818 (project_manager_plugin_dispose):
1819 * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1820 (npw_plugin_finalize), (npw_plugin_class_init):
1821 * plugins/sample1/plugin.c (sample_plugin_finalize),
1822 (sample_plugin_dispose):
1823 * plugins/search/plugin.c (dispose), (finalize),
1824 (search_plugin_class_init):
1825 * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1826 (sourceview_plugin_dispose):
1827 * plugins/subversion/plugin.c (finalize), (dispose):
1828 * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1829 * plugins/symbol-browser/an_symbol_iter.c
1830 (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1831 * plugins/symbol-browser/an_symbol_search.c
1832 (an_symbol_search_dispose), (an_symbol_search_finalize):
1833 * plugins/symbol-browser/an_symbol_view.c
1834 (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1835 * plugins/symbol-browser/plugin.c (dispose), (finalize):
1836 * plugins/symbol-db/plugin.c (symbol_db_finalize),
1837 (symbol_db_dispose):
1838 * plugins/terminal/terminal.c (terminal_plugin_dispose),
1839 (terminal_plugin_finalize):
1840 * plugins/tools/plugin.c (atp_plugin_dispose),
1841 (atp_plugin_finalize), (atp_plugin_class_init):
1842 * plugins/valgrind/plugin.c (valgrind_finalize),
1843 (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1845 2008-03-15 Naba Kumar <naba@gnome.org>
1847 * TODO.tasks: Updated and marked debugger bounties completed.
1849 2008-03-12 Johannes Schmid <jhs@gnome.org>
1851 * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1852 (get_line_indentation_base):
1854 #521847 – anjuta freez when edit file
1856 2008-03-11 Johannes Schmid <jhs@gnome.org>
1858 Patch from Rob Bradford:
1859 * plugins/build-basic-autotools/executer.c (execute_program):
1860 520324 – Execute command is not overridable
1862 * plugins/sourceview/sourceview.c (on_insert_text):
1865 2008-03-11 Johannes Schmid <jhs@gnome.org>
1867 Patch from James Liggett:
1868 * plugins/subversion/plugin.c (activate_plugin):
1869 521691 – Crash when click "Resolve Conflicts" without opened project
1871 2008-03-11 Johannes Schmid <jhs@gnome.org>
1873 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1874 * plugins/language-support-cpp-java/cpp-java-utils.c:
1875 * plugins/language-support-cpp-java/plugin.c
1876 (get_line_indentation_base), (on_editor_char_inserted_cpp):
1877 520415 – [PATCH] Problems in auto indentatation code,
1878 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1880 * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1881 (anjuta_view_button_press_event):
1882 * plugins/sourceview/sourceview.c (on_insert_text),
1883 (sourceview_adjustment_changed), (sourceview_new):
1884 #520761 – Weirz behavior with popup
1886 2008-03-03 Johannes Schmid <jhs@gnome.org>
1888 * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1889 (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1890 (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1891 (anjuta_launcher_fork):
1892 * libanjuta/anjuta-launcher.h:
1893 Add API to set environment variables for the forked process
1895 * plugins/build-basic-autotools/Makefile.am:
1896 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1898 * plugins/build-basic-autotools/build-basic-autotools.c
1899 (build_set_env), (build_execute_command_full),
1900 (build_execute_command), (build_configure_project),
1901 (build_autogen_project):
1902 * plugins/build-basic-autotools/build-basic-autotools.h:
1903 * plugins/build-basic-autotools/build-options.c
1904 (fill_options_combo), (build_dialog_configure):
1905 * plugins/build-basic-autotools/build-options.h:
1906 Use new launcher API to set CFLAGS when running configure. New configure dialog
1907 which has predefined CFLAGS settings.
1909 Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1911 === anjuta 2.4.0 ===
1913 2008-03-11 Naba Kumar <naba@gnome.org>
1915 * NEWS: Updated for 2.4.0 stable release.
1916 * configure.in: Version bumped to 2.4.0
1917 * TODO.tasks: Updated.
1919 2008-03-10 Rob Bradford <rob@robster.org.uk>
1921 Reviewed by Naba Kumar <naba@gnome.org>:
1922 * global-tags/Makefile.am:
1923 Revert change for #515954. This change was incorrect, the anjuta-tags
1924 program is installed into the $(bindir) rather than the $(scriptdir).
1926 2008-03-02 Naba Kumar <naba@gnome.org>
1928 * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1929 * configure.in: Added a requirement for scintilla editor plugin.
1931 2008-03-02 Johannes Schmid <jhs@gnome.org>
1933 * plugins/message-view/anjuta-msgman.c
1934 (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1935 (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1936 * plugins/message-view/anjuta-msgman.h:
1938 Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1939 get rid of the cached current_view member.
1940 Fixes #518469 – Save message buffer not working good
1942 2008-03-01 Johannes Schmid <jhs@gnome.org>
1944 Patch by James Liggett:
1945 * plugins/subversion/svn-command.h:
1946 * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1947 Fixed #519275 – Subversion should allow offline diffs
1949 2008-02-29 Johannes Schmid <jhs@gnome.org>
1951 * plugins/language-support-cpp-java/cpp-java-assist.c
1952 (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1953 Removed some debug code
1955 * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1956 Escape tooltip text to avoid broken markup
1958 2008-02-29 Johannes Schmid <jhs@gnome.org>
1960 * libanjuta/Makefile.am:
1961 Fixed a build error when building with -j X
1963 * plugins/tools/scripts/prepare-changelog.pl:
1964 Updated to latest script version in gnome svn
1966 2008-02-28 Johannes Schmid <jhs@gnome.org>
1968 * plugins/document-manager/anjuta-docman.c:
1969 (anjuta_docman_page_destroy):
1970 Do not unref widget because the GtkNotebook will unref them
1972 * plugins/file-manager/file-view.c: (file_view_refresh):
1973 * plugins/search/search_preferences.c: (search_preferences_init):
1974 Fixed a memory leaks
1976 * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1977 (ieditor_get_offset), (ieditor_iface_init),
1978 (idocument_get_filename), (ilanguage_get_supported_languages),
1979 (autodetect_language):
1981 Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1984 2008-02-28 Johannes Schmid <jhs@gnome.org>
1986 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1987 Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1989 2008-02-27 Naba Kumar <naba@gnome.org>
1991 * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1992 string break. That was a mistake doing at this point.
1994 === anjuta 2.3.5 ===
1996 2008-02-26 Naba Kumar <naba@gnome.org>
1998 * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1999 crash when there is a modified new file open, a non-modified exiting
2000 file open and autosave happen. Simplified error checking logic and
2001 avoided memory corruption. Fixes bug #Bug 518716.
2003 2008-02-25 Naba Kumar <naba@gnome.org>
2005 * NEWS: Updated for release 2.3.5
2006 * configure.in: Bumped version to 2.3.5
2008 * plugins/build-basic-autotools/build-basic-autotools.c:
2009 (on_editor_changed): Avoid accessing text which is greater than
2012 * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
2014 2008-02-25 Sébastien Granjoux <seb.sfo@free.fr>
2016 * plugins/debug-manager/breakpoints.c:
2017 Fix #518329: Crash when adding breakpoint and other similar bugs
2019 2008-02-25 Johannes Schmid <jhs@gnome.org>
2021 * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
2022 (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
2023 Never call error() which calls exit()
2024 #517646 – Anjuta exists with code 2 when i try to import gedit
2026 2008-02-23 Johannes Schmid <jhs@gnome.org>
2028 * plugins/sourceview/sourceview.c: (ieditor_insert):
2029 Block insert_text signal when inserting manually.
2031 2008-02-23 Johannes Schmid <jhs@gnome.org>
2033 * plugins/sourceview/sourceview.c: (on_insert_text):
2034 Fixed a problem with the "insert-text" signal that broke
2035 copy&paste sometimes
2037 2008-02-22 Johannes Schmid <jhs@gnome.org>
2039 * plugins/language-support-cpp-java/plugin.c:
2040 (get_line_indentation_base):
2041 More fixes for comment handling and made the code
2044 2008-02-22 Johannes Schmid <jhs@gnome.org>
2046 * plugins/sourceview/sourceview.c: (on_insert_text):
2047 Fixed #517919 – Crash on pasting docblock
2049 2008-02-20 Johannes Schmid <jhs@gnome.org>
2051 Patch from James Liggett:
2052 * plugins/profiler/profiler.glade:
2053 Fix width options dialog. Translations are not longer cut off. (#516630)
2055 2008-02-18 Johannes Schmid <jhs@gnome.org>
2057 * plugins/sourceview/sourceview.c: (on_insert_text):
2058 Do not change the iterator in the "insert-text" handler because
2059 it has some strange side-effects when copying text
2060 Fix useless free'ing in hover-leave that might have led to random
2063 2008-02-18 Sébastien Granjoux <seb.sfo@free.fr>
2065 * plugins/debug-manager/start.c:
2066 Avoid a glib warning if no project is loaded
2068 2008-02-18 Sébastien Granjoux <seb.sfo@free.fr>
2070 * manuals/anjuta-manual/C/debugger.xml:
2071 Remove warning about new debugger
2073 2008-02-17 Johannes Schmid <jhs@gnome.org>
2075 * manuals/anjuta-manual/figures/project-window.png:
2076 Use a smaller picture
2078 2008-02-17 Sébastien Granjoux <seb.sfo@free.fr>
2080 * plugins/gdb/debugger.c:
2081 Set breakpoint in file with uncommon characters in path name
2083 2008-02-17 Johannes Schmid <jhs@gnome.org>
2085 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2086 * plugins/sourceview/sourceview-cell.c: (icell_get_character),
2088 * plugins/sourceview/sourceview.c: (on_insert_text):
2089 Fix "char-added" signal to pass the correct iterator
2091 2008-02-17 Sébastien Granjoux <seb.sfo@free.fr>
2093 * plugins/gdb/debugger.c:
2094 Load executable in gdb with space in path name
2096 2008-02-17 Johannes Schmid <jhs@gnome.org>
2098 * plugins/language-support-cpp-java/plugin.c:
2099 (get_line_indentation_base), (get_line_auto_indentation),
2101 Some bugfixes and clean-ups in comment indentation code
2103 * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2104 (anjuta_view_finalize), (anjuta_view_key_press_event):
2105 * plugins/sourceview/sourceview.c: (on_insert_text),
2106 (sourceview_create_highligth_indic), (sourceview_new):
2107 Cleaned implementation of char-added signal by using "insert-text" signal
2108 instead of filtering "key-press-event"
2109 * plugins/sourceview/sourceview-cell.c: (icell_get_character),
2110 (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
2112 Fixed implementation of get_character and return value of iiter_first() and
2115 2008-02-16 Johannes Schmid <jhs@gnome.org>
2117 * plugins/valgrind/plugin.c: (valgrind_activate),
2118 (ipreferences_merge), (ipreferences_unmerge):
2119 * plugins/valgrind/vgactions.c: (vg_actions_run):
2120 * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
2122 Fixed crasher when starting valgrind because of strange prefs handling and
2123 #516641 – Valgrind: Load Log does not clear list
2125 2008-02-15 James Liggett <jrliggett@cox.net>
2127 * plugins/profiler/plugin.c:
2128 (on_select_other_target_button_clicked):
2129 Select the new custom target in the list so that the user sees it.
2131 Bug 516630 – Selection custom binary in profiler is not
2134 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
2136 * manuals/anjuta-manual/C/projects.xml:
2137 Fix #515993: "Add package" button is "Add Package" in code
2138 Fix #516727: "Build All" is "Build Project" in code
2139 Fix #516728: "Clean All" is "Clean Project" in code
2140 Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
2141 Fix #516730: Fix note title
2142 "Configure" is "Run Configure..." in code
2144 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
2146 * (added) manuals/anjuta-manual/C/figures/project-window.png,
2147 (removed) manuals/anjuta-manual/C/figures/project_win.png,
2148 manuals/anjuta-manual/C/projects.xml,
2149 manuals/anjuta-manual/Makefile.am:
2150 Fix #515207: Add a new project window screenshoot
2151 Rename "Project View" to "Project window"
2153 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
2155 * plugins/project-import/project-import.c:
2156 Fix #516743: Import project keeps an old date on project file
2158 * plugins/project-manager/plugin.c:
2159 Fix #516737: Import project doesn't load project with space in name
2161 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
2163 * plugins/debug-manager/command.c:
2164 Destroy local variables on each step
2166 * plugins/debug-manager/debug_tree.c,
2167 plugins/debug-manager/watch.c,
2168 plugins/debug-manager/locals.c,
2169 plugins/gdb/debugger.c,
2170 libanjuta/interfaces/libanjuta.idl:
2171 Parse local variables scope (not used yet)
2173 2008-02-15 James Liggett <jrliggett@cox.net>
2175 reviewed by: Johannes Schmid <jhs@gnome.org>
2177 * plugins/profiler/gprof-options.c: (setup_widgets),
2178 (gprof_options_set_target), (gprof_options_has_target),
2179 (gprof_options_get_string):
2180 * plugins/profiler/gprof-options.h:
2181 * plugins/profiler/plugin.c: (ifile_open):
2182 516128 – crash in Anjuta IDE: selected profiler as the...
2184 2008-02-14 Johannes Schmid <jhs@gnome.org>
2186 * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
2187 * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
2188 * plugins/symbol-browser/an_symbol.c:
2189 * plugins/symbol-browser/an_symbol_view.c:
2190 (on_symbol_view_row_expanded):
2191 Fixed some memory leaks (Remember to all free/unref everything that comes
2192 from gtk_tree_model_get())
2194 2008-02-14 Johannes Schmid <jhs@gnome.org>
2196 * plugins/document-manager/search-box.c: (on_search_activated):
2197 516377 – Status bar does not change its status of 'Search for .. continued at top'
2198 (caused by differences between scintilla and sourceview)
2200 2008-02-13 James Liggett <jrliggett@cox.net>
2202 * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
2203 Output in UTF-8 format to avoid hangs with the editor. (#516014)
2205 2008-02-14 Johannes Schmid <jhs@gnome.org>
2207 * plugins/language-support-cpp-java/plugin.c:
2208 (get_line_indentation_base), (get_line_auto_indentation),
2209 (on_editor_char_inserted_cpp):
2210 504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
2212 2008-02-13 Johannes Schmid <jhs@gnome.org>
2214 * plugins/language-support-cpp-java/plugin.c:
2215 (is_iter_inside_string), (get_line_auto_indentation):
2216 Handle comments in the code and do not ask editor. Fixes scintilla
2217 indentation (sourceview does not report comments anyway).
2219 * plugins/sourceview/sourceview-cell.c: (iiter_diff):
2220 Diff with correct sign (also fixes some issues with language-support)
2222 2008-02-13 Johannes Schmid <jhs@gnome.org>
2224 * plugins/language-support-cpp-java/plugin.c:
2225 (get_line_indentation_base):
2226 Act even more clever for comments. Indent /* */ comments correctly
2229 2008-02-13 Johannes Schmid <jhs@gnome.org>
2231 * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
2232 Also set indentation size correctly, when tab size is set
2233 by language support plugin
2235 2008-02-13 Johannes Schmid <jhs@gnome.org>
2237 * plugins/language-support-cpp-java/plugin.c:
2238 (get_line_indentation_base):
2240 Indent lines after comments correctly
2242 2008-02-13 Johannes Schmid <jhs@gnome.org>
2244 * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
2245 (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
2246 * libanjuta/anjuta-launcher.h:
2247 Some more fixes from symbol-db-branch
2250 Move anjuta-shell to noinst_PROGRAMS as it is just a test
2252 2008-02-12 Johannes Schmid <jhs@gnome.org>
2254 Patch from Gennaro Bellizio <genbell@tiscali.it>:
2255 * global-tags/Makefile.am:
2257 #515954 – create_global_tags.sh: wrong anjuta-tags path
2259 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2260 (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
2261 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2262 (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
2263 (anjuta_launcher_fork):
2264 * libanjuta/anjuta-launcher.h:
2265 Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
2266 from symbol-db branch
2268 2008-02-11 Johannes Schmid <jhs@gnome.org>
2270 * plugins/file-manager/file-model.c: (file_model_expand_idle):
2271 515868 – File browser only shows icons when activated
2273 2008-02-11 Johannes Schmid <jhs@gnome.org>
2275 * plugins/file-manager/file-model.c: (file_model_expand_idle):
2276 #515867 – Anjuta dies on startup
2278 2008-02-11 Johannes Schmid <jhs@gnome.org>
2280 * TODO.tasks: Marked subversion task as completed
2282 === anjuta 2.3.4 ===
2284 2008-02-11 Naba Kumar <naba@gnome.org>
2286 * configure.in: Bumped version to 2.3.4
2288 2008-02-10 Naba Kumar <naba@gnome.org>
2290 * NEWS: Updated for release.
2292 2008-02-10 Johannes Schmid <jhs@gnome.org>
2294 * plugins/document-manager/anjuta-document-manager.plugin.in:
2295 Added html, javascript and glade file types. This makes it possible to
2296 edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
2297 document-manager (#514695 – Anjuta v2.2.3 can't open js files)
2299 * plugins/file-wizard/anjuta-file-wizard.glade:
2300 * plugins/gdb/anjuta-gdb.glade:
2301 * plugins/project-wizard/anjuta-project-wizard.glade:
2302 * plugins/search/anjuta-search.glade:
2303 * plugins/terminal/anjuta-terminal-plugin.glade:
2305 Fixed some other translation issues (#507921)
2307 2008-02-10 Naba Kumar <naba@gnome.org>
2309 * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
2310 unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
2312 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
2314 * manuals/anjuta-manual/C/interface.xml,
2315 manuals/anjuta-manual/C/introduction.xml,
2316 manuals/anjuta-manual/C/preferences.xml,
2317 manuals/anjuta-manual/C/fileoperations.xml,
2318 manuals/anjuta-manual/C/projects.xml:
2319 Fix spelling errors, including bug #515204, #515172, #515117
2322 2008-02-10 Naba Kumar <naba@gnome.org>
2324 * plugins/document-manager/plugin.c: Fixed stream comment and added
2325 translator's comment for 'block comment', 'box comment' and 'stream
2328 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
2330 * plugins/debug-manager/command.c,
2331 plugins/debug-manager/command.h,
2332 plugins/debug-manager/breakpoints.c,
2333 libanjuta/interfaces/libanjuta.idl:
2334 Avoid adding the same breakpoint several times
2336 * plugins/gdb/debugger.c:
2337 Fix bug #515463: Deattaching process kill it
2339 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
2341 * manuals/anjuta-manual/C/debugger.xml:
2342 Fix translation bug #515459 and #515460
2344 2008-02-10 Johannes Schmid <jhs@gnome.org>
2346 Patch from Rémi Cardona <remi@gentoo.org>
2348 * plugins/build-basic-autotools/Makefile.am:
2349 * plugins/cvs-plugin/Makefile.am:
2350 * plugins/document-manager/Makefile.am:
2351 * plugins/editor/Makefile.am:
2352 * plugins/indent/Makefile.am:
2353 * plugins/language-support-cpp-java/Makefile.am:
2354 * plugins/message-view/Makefile.am:
2355 * plugins/sourceview/Makefile.am:
2356 * plugins/symbol-browser/Makefile.am:
2357 * plugins/terminal/Makefile.am:
2358 * scripts/build-schemas.mk:
2360 Fix #512531 – Parallel build fails
2362 * AUTHORS: Added Rémi
2364 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
2366 * plugins/debug-manager/queue.c:
2367 Fix interrupt command, not working due to previous change
2369 2008-02-10 Johannes Schmid <jhs@gnome.org>
2373 * src/anjuta-callbacks.c (removed):
2374 * src/anjuta-callbacks.h (removed):
2376 Removed (almost) empty files, fixes #515383 and #515388
2378 2008-02-09 James Liggett <jrliggett@cox.net>
2380 Reviewed by Naba Kumar <naba@gnome.org>:
2382 * plugins/subversion/svn-add-command.c: (svn_add_command_new):
2383 * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
2384 * plugins/subversion/svn-command.c:
2385 (svn_command_make_canonical_path):
2386 * plugins/subversion/svn-command.h:
2387 * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
2388 * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
2389 * plugins/subversion/svn-log-command.c: (svn_log_command_new):
2390 * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
2391 * plugins/subversion/svn-remove-command.c:
2392 (svn_remove_command_new):
2393 * plugins/subversion/svn-status-command.c:
2394 (svn_status_command_new):
2395 * plugins/subversion/svn-switch-command.c:
2396 (svn_switch_command_new):
2397 * plugins/subversion/svn-update-command.c:
2398 (svn_update_command_new):
2399 Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't
2400 die if the user gives a path that libsvn doesn't like.
2404 2008-02-08 Sébastien Granjoux <seb.sfo@free.fr>
2406 * plugins/debug-manager/command.c,
2407 plugins/debug-manager/command.h,
2408 plugins/debug-manager/queue.c:
2409 Fix crashes when trying to stop the debugger while it is busy
2411 2008-02-08 Johannes Schmid <jhs@gnome.org>
2413 Patch from Rodrigo Moya <rodrigo@novell.com>
2415 * plugins/glade/plugin.c: (ifile_open):
2416 * plugins/symbol-browser/test-class.cpp:
2417 * AUTHORS: Added Rodrigo
2419 #514732 – 64 bit compliation error
2420 #514733 – Use of uninitialized variables
2422 2008-02-05 Sébastien Granjoux <seb.sfo@free.fr>
2424 * manuals/anjuta-manual/C/debugger.xml:
2425 Fix translation bug #514494 and bug #514440
2427 2008-02-05 Massimo Cora' <maxcvs@email.it>
2429 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2430 Fix a compile error added in the previous patch
2432 2008-02-04 Sébastien Granjoux <seb.sfo@free.fr>
2434 * plugins/profiler/gprof-view.c,
2435 plugins/class-inheritance/class-callbacks.c,
2436 plugins/class-inheritance/class-inherit.c,
2437 plugins/symbol-browser/an_symbol.c,
2438 plugins/symbol-db/symbol-db-engine-iterator-node.c,
2439 libanjuta/interfaces/libanjuta.idl:
2440 Change ianjuta_symbol_file function to ianjuta_symbol_uri
2442 2008-02-04 Johannes Schmid <jhs@gnome.org>
2444 * plugins/search/anjuta-search.glade: Fixed typo
2446 2008-02-03 Johannes Schmid <jhs@gnome.org>
2448 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
2449 * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
2450 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2452 * plugins/build-basic-autotools/build-basic-autotools.c:
2453 (build_get_context), (build_configure_project):
2454 * plugins/class-gen/anjuta-class-gen-plugin.glade:
2455 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2456 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
2457 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
2458 * plugins/devhelp/plugin.c: (devhelp_activate):
2459 * plugins/editor/Makefile.am:
2460 * plugins/editor/anjuta-editor-scintilla.glade:
2461 * plugins/editor/text_editor.c:
2462 * plugins/editor/text_editor.h:
2463 * plugins/editor/text_editor_menu.c (removed):
2464 * plugins/editor/text_editor_menu.h (removed):
2465 * plugins/file-wizard/anjuta-file-wizard.glade:
2466 * plugins/gtodo/notification.c: (create_notification_window):
2467 * plugins/gtodo/preferences.c: (preferences_widget):
2468 * plugins/language-support-cpp-java/plugin.c:
2469 (cpp_java_plugin_activate_plugin):
2470 * plugins/message-view/anjuta-message-manager-plugin.glade:
2471 * plugins/message-view/plugin.c: (activate_plugin):
2472 * plugins/project-manager/plugin.c: (confirm_removal):
2473 * plugins/search/anjuta-search.glade:
2474 * plugins/search/plugin.c:
2475 * plugins/search/search-replace.c: (nb_results_alert):
2476 * plugins/subversion/subversion-commit-dialog.c:
2477 (on_subversion_commit_response):
2478 * plugins/symbol-browser/plugin.c: (activate_plugin):
2479 * plugins/valgrind/plugin.c: (on_menu_run_activate):
2480 * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2481 * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2484 Fixed translation bugs from #507921.
2485 Removed unused files in scintilla plugin
2487 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2489 * manuals/anjuta-manual/C/debugger.xml:
2490 Fix bug #514124 and bug #514138: Wrong menu item name
2492 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2494 * plugins/profiler/gprof-view.c,
2495 plugins/symbol-browser/plugin.c,
2496 plugins/class-inheritance/class-callbacks.c,
2497 plugins/debug-manager/plugin.c,
2498 plugins/tools/editor.c,
2499 plugins/search/search-replace.c,
2500 plugins/search/search-replace_backend.c,
2501 plugins/search/search-replace_backend.h,
2502 plugins/build-basic-autotools/build-basic-autotools.c,
2503 plugins/document-manager/plugin.c,
2504 plugins/document-manager/file_history.c,
2505 plugins/document-manager/anjuta-docman.c,
2506 plugins/document-manager/anjuta-docman.h,
2507 plugins/document-manager/action-callbacks.c,
2508 libanjuta/interfaces/libanjuta.idl:
2509 Rename IAnjutaDocumentManager functions:
2510 find_document_with_path, goto_file_line, goto_file_line_mark
2511 and get_full_filename into
2512 find_document_with_uri, goto_uri_line, goto_uri_line_mark
2514 Fix search plugin to use an URI instead of a file path
2515 Fix anjuta_docman_get_uri to always return an URI
2517 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2519 * plugins/debug-manager/breakpoints.c:
2520 Fix bug #514118: Rename Clear All Breakpoints to Remove
2523 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2525 * manuals/anjuta-manual/C/debugger.xml:
2526 Update debugger documentation
2528 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2530 * plugins/debug-manager/sharedlib.c,
2531 plugins/debug-manager/anjuta-debug-manager.glade,
2532 plugins/debug-manager/queue.c,
2533 plugins/tools/execute.c,
2534 plugins/tools/anjuta-tools.glade,
2535 plugins/tools/editor.c,
2536 plugins/project-wizard/templates/terminal.wiz,
2537 plugins/project-wizard/templates/xlib-dock.wiz,
2538 plugins/project-wizard/templates/wxwin.wiz,
2539 plugins/project-wizard/templates/java.wiz,
2540 plugins/project-wizard/templates/gnome.wiz,
2541 plugins/project-wizard/templates/anjuta-plugin.wiz,
2542 plugins/project-wizard/templates/gtkmm.wiz,
2543 plugins/project-wizard/templates/python.wiz,
2544 plugins/project-wizard/templates/cpp.wiz,
2545 plugins/project-wizard/templates/sdl.wiz,
2546 plugins/project-wizard/templates/gtk.wiz,
2547 plugins/project-wizard/templates/minimal.wiz,
2548 plugins/project-wizard/templates/xlib.wiz,
2549 plugins/project-wizard/templates/gcj.wiz,
2550 plugins/gdb/plugin.c,
2551 plugins/gdb/debugger.c,
2552 libanjuta/anjuta-plugin-manager.c:
2553 Partial fix of #507921: translation issues in debug-manager, tools,
2554 project-wizard, gdb and anjuta-plugin-manager.
2556 2008-02-02 Sébastien Granjoux <seb.sfo@free.fr>
2558 * plugins/debug-manager/queue.c:
2559 Debugger Local, Stack and Thread windows were missing due to
2560 the previous change.
2562 2008-02-02 Johannes Schmid <jhs@gnome.org>
2564 * manuals/anjuta-manual/Makefile.am:
2565 Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am
2566 causes make install to fail
2568 2008-02-02 Johannes Schmid <jhs@gnome.org>
2570 * plugins/macro/macros.xml:
2571 #495511 – Header_h macro correction
2573 2008-02-02 Johannes Schmid <jhs@gnome.org>
2575 * plugins/patch/patch-plugin.glade:
2576 gtk-apply is not translatable...
2578 2008-02-02 Johannes Schmid <jhs@gnome.org>
2580 * plugins/build-basic-autotools/build-basic-autotools.c:
2581 (on_build_mesg_format):
2583 Also check for untranslated messages from make. Should fix
2584 #511981 – Error parsing make output
2586 2008-02-02 Johannes Schmid <jhs@gnome.org>
2588 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2591 Fixed #511010 – [UI] Execute program utility window
2593 2008-02-02 Johannes Schmid <jhs@gnome.org>
2596 Fixed #509908 – [UI] Problems with the General settings tab
2598 2008-02-02 Johannes Schmid <jhs@gnome.org>
2600 * manuals/anjuta-manual/C/fileoperations.xml:
2601 Fixed #513730 – Option not present in the GUI po file
2603 2008-02-02 Johannes Schmid <jhs@gnome.org>
2605 * plugins/sourceview/anjuta-editor-sourceview.glade:
2606 Adjust preferences default values
2608 2008-02-02 Johannes Schmid <jhs@gnome.org>
2610 * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2611 Fixed #512535 – Open files tabs' position is correctly remembered
2612 but not applied at startup
2614 2008-02-02 Johannes Schmid <jhs@gnome.org>
2616 * plugins/search/search-replace.c: (on_message_clicked):
2617 Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2618 fix clicking on search result messages
2620 2008-02-01 James Liggett <jrliggett@cox.net>
2622 * plugins/subversion/svn-command.c: (on_svn_notify):
2623 Fixed wrong status message output when resolving conflicts.
2625 2008-02-02 Johannes Schmid <jhs@gnome.org>
2627 * configure.in: Require GtkSourceView 2.1.2
2628 * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2629 * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2630 (imark_is_marker_set), (imark_delete_all_markers),
2631 (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2633 Adapted to API changes in GtkSourceView
2635 2008-02-01 Johannes Schmid <jhs@gnome.org>
2637 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2638 Fixed tabsize preference
2640 2008-02-01 Johannes Schmid <jhs@gnome.org>
2642 * manuals/anjuta-manual/C/fileoperations.xml:
2643 * manuals/anjuta-manual/C/interface.xml:
2646 * manuals/anjuta-manual/Makefile.am:
2647 * manuals/anjuta-manual/C/figures/*:
2649 Updated figures to be in clearlooks theme, removed old figures
2651 2008-02-01 Johannes Schmid <jhs@gnome.org>
2653 * plugins/patch/patch-plugin.glade:
2654 * plugins/patch/plugin.c: (patch_plugin_activate):
2655 Another UI issue with the patch plugin and silenced a compiler
2658 Patch from James Liggett:
2659 * plugins/profiler/gprof-call-graph-view.c:
2660 (gprof_call_graph_view_create_columns):
2661 * plugins/profiler/gprof-flat-profile-view.c:
2662 (gprof_flat_profile_view_create_columns):
2663 * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2664 * plugins/profiler/gprof-view.h:
2666 Use two decimal places for float values in profiler views (#507831)
2668 2008-02-01 Johannes Schmid <jhs@gnome.org>
2671 * plugins/editor/Makefile.am:
2673 Fixed #512751 – libgnomeprint unnecessary without scintilla
2675 2008-01-31 Johannes Schmid <jhs@gnome.org>
2677 * plugins/language-manager/languages.xml:
2678 Added a pretty ugly string for C++ headers. Maybe we should rely
2679 on mime-types instead...
2681 2008-01-31 Johannes Schmid <jhs@gnome.org>
2683 * plugins/language-support-cpp-java/cpp-java-assist.c:
2684 (get_iter_column), (cpp_java_assist_get_calltip_context),
2685 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2686 (on_assist_chosen), (cpp_java_assist_install):
2687 * plugins/language-support-cpp-java/plugin.c:
2688 (on_editor_char_inserted_cpp):
2689 Removed annoying DEBUG_PRINTs
2691 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2692 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2693 * plugins/sourceview/sourceview.c: (iassist_show_tips):
2695 Fixed "jumping" tooltips, fixed indentation of brances
2697 2008-01-31 Johannes Schmid <jhs@gnome.org>
2699 * plugins/document-manager/plugin.c: (on_document_changed):
2700 Fixed crash when closing anjuta after all document tabs have been closed
2702 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
2704 * plugins/debug-manager/anjuta-debug-manager.glade:
2705 Fix #513485: wrong strings maked as translatable
2707 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
2709 * plugins/debug-manager/threads.c,
2710 plugins/debug-manager/stack_trace.c:
2711 Avoid crash when getting relative path from debugger (same fix
2714 * plugins/debug-manager/queue.c:
2715 Emit all state changes notification
2717 * plugins/debug-manager/start.c:
2718 Fix #511586: Project path with "+" not working in debugger
2720 2008-01-31 Johannes Schmid <jhs@gnome.org>
2722 * plugins/patch/patch-plugin.glade:
2723 Fixed button ui problem...
2725 Patch from James Liggett:
2726 * plugins/profiler/gprof-call-graph-block-entry.c:
2727 (gprof_call_graph_block_primary_entry_new),
2728 (gprof_call_graph_block_secondary_entry_new):
2729 * plugins/profiler/gprof-flat-profile-entry.c:
2730 (gprof_flat_profile_entry_new):
2732 Fix #507831 - Wrong Profiler values for some locales
2734 2008-01-31 Johannes Schmid <jhs@gnome.org>
2736 * plugins/sourceview/anjuta-editor-sourceview.glade:
2737 * plugins/sourceview/sourceview-prefs.c:
2738 * plugins/sourceview/sourceview.c: (sourceview_finalize):
2740 Fixed Editor->View popup menu for those entries that are appropriate for
2743 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
2745 * plugins/debug-manager/breakpoints.c:
2746 Fix #512901: Crash when adding a breakpoint
2748 * plugins/debug-manager/queue.c:
2749 Remove a possible memory leak
2751 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
2753 * plugins/debug-manager/data_view.c,
2754 plugins/debug-manager/sparse_view.c,
2755 manuals/anjuta-manual/C/debugger.xml:
2756 Fix #513130, #513131 #513135: Wrong menu item names and errors
2757 in the documentation
2759 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
2761 * plugins/tools/editor.c:
2762 ianjuta_document_manager_find_document_with_path expect an uri not
2765 2008-01-29 Sébastien Granjoux <seb.sfo@free.fr>
2767 * manuals/reference/libanjuta/libanjuta-docs.sgml,
2768 manuals/reference/libanjuta/libanjuta-sections.txt,
2769 libanjuta/interfaces/libanjuta.idl:
2770 Documentation fixes for IAnjutaDebugger* interfaces
2772 === anjuta 2.3.3 ===
2774 2008-01-27 Naba Kumar <naba@gnome.org>
2776 * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2779 * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2780 (value_added_current_editor), (value_removed_current_editor):
2783 * TODO.tasks: Updated.
2785 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2786 scrollwindow shadow in.
2788 * plugins/editor/anjuta-editor-scintilla.glade:
2789 * plugins/editor/style-editor.c: (create_style_editor_gui):
2790 Set style window transient and cetered for preferences window.
2791 Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2793 * plugins/editor/anjuta-editor-scintilla.glade:
2794 Fixes Bug #427108 - Scintilla plugin configuration folding-style
2797 * configure.in, NEWS: Updated for release 2.3.3
2799 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
2801 * plugins/debug-manager/anjuta-debug-manager.glade:
2802 Fix #512224: Use a string in english
2804 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
2806 * plugins/build-basic-autotools/build-basic-autotools.c:
2807 ianjuta_document_manager_goto_file_line_mark needs an uri and
2810 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
2812 * plugins/symbol-browser/plugin.c,
2813 plugins/symbol-browser/an_symbol_view.c:
2814 use gnome_vfs_get_uri_from_local_path to get local path from uri
2815 This takes care of escaping some characters
2817 2008-01-25 Sébastien Granjoux <seb.sfo@free.fr>
2819 * plugins/debug-manager/stack_trace.c:
2820 Probably fix #510028: crash debugger when having a relative filename
2823 2008-01-25 Tom <tpgww@onepost.net>
2825 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
2827 * plugins/document-manager/plugin.c,
2828 plugins/document-manager/file_history.c,
2829 plugins/document-manager/file_history.h,
2830 plugins/document-manager/anjuta-docman.c,
2831 plugins/document-manager/anjuta-docman.h:
2832 Rename filename argument to uri when an uri is expected
2833 anjuta_docman_get_document_for_uri will remove symlinks
2835 2008-01-25 Naba Kumar <naba@gnome.org>
2837 * plugins/terminal/terminal.c: (terminal_execute),
2839 * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2841 2008-01-24 Sébastien Granjoux <seb.sfo@free.fr>
2843 * plugins/debug-manager/anjuta-debug-manager.glade,
2844 plugins/debug-manager/start.c:
2845 Fix #511049: Change UI of add source directories dialog
2847 2008-01-24 Naba Kumar <naba@gnome.org>
2849 * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2850 * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2851 (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2852 of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2853 ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2856 2008-01-24 Johannes Schmid <jhs@gnome.org>
2858 Patch from: Luca Ferretti <ella.uca@libero.it>:
2860 * plugins/document-manager/anjuta-docman.c:
2861 (anjuta_docman_page_init), (anjuta_docman_class_init):
2862 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2864 Fix #511757 – Close icon in tabs cut off (Patch was only for
2865 document-manager, also adapted it for message-manager)
2867 2008-01-24 Johannes Schmid <jhs@gnome.org>
2869 * plugins/Makefile.am:
2870 * plugins/sourceview/anjuta-document.c:
2871 * plugins/sourceview/anjuta-marshal.list:
2872 * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2873 (anjuta_view_key_press_event):
2874 * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2875 (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2876 (iiter_diff), (iiter_iface_init):
2877 * plugins/sourceview/sourceview.c: (on_document_char_added),
2878 (ieditor_goto_position), (ieditor_get_text),
2879 (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2880 (ieditor_erase), (ieditor_get_line_from_position),
2881 (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2882 (ieditor_get_position_from_offset), (ieditor_get_start_position),
2883 (ieditor_get_end_position), (ieditor_goto_start),
2884 (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2885 (iconvert_to_lower), (iindic_set), (iassist_suggest),
2886 (iassist_show_tips):
2888 Implemented new iterators interface in sourceview editor and
2891 2008-01-23 Naba Kumar <naba@gnome.org>
2893 * libanjuta/interfaces/libanjuta.idl:
2894 * manuals/reference/libanjuta/libanjuta-sections.txt:
2895 * plugins/build-basic-autotools/build-basic-autotools.c:
2896 (build_indicator_location_set), (on_editor_changed):
2897 * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2898 * plugins/debug-manager/variable.c: (get_hovered_word):
2899 * plugins/document-manager/action-callbacks.c:
2900 (on_editor_command_upper_case_activate),
2901 (on_editor_command_lower_case_activate):
2902 * plugins/document-manager/search-box.c: (on_incremental_search),
2903 (on_search_activated):
2904 * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2905 (iiter_last), (iiter_set_position), (iiter_get_position),
2906 (iiter_get_length), (iiter_compare), (iiter_diff),
2908 * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2909 (text_editor_goto_point), (itext_editor_goto_start),
2910 (itext_editor_goto_end), (itext_editor_goto_position),
2911 (itext_editor_get_text_all), (itext_editor_get_text),
2912 (itext_editor_get_position), (itext_editor_get_offset),
2913 (itext_editor_get_length), (itext_editor_insert),
2914 (itext_editor_erase), (itext_editor_erase_all),
2915 (itext_editor_get_column), (itext_editor_get_overwrite),
2916 (itext_editor_set_popup_menu),
2917 (itext_editor_get_line_from_position),
2918 (itext_editor_get_line_begin_position),
2919 (itext_editor_get_line_end_position),
2920 (itext_editor_get_position_from_offset),
2921 (itext_editor_get_start_position), (itext_editor_get_end_position),
2922 (itext_editor_iface_init), (iconvert_to_upper),
2923 (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2925 * plugins/editor/text_editor.h:
2926 * plugins/editor/text_editor_cbs.c:
2927 (on_text_editor_scintilla_notify):
2928 * plugins/indent/plugin.c: (on_indent_action_activate):
2929 * plugins/language-support-cpp-java/cpp-java-assist.c:
2930 (cpp_java_assist_get_scope_context),
2931 (cpp_java_assist_get_pre_word),
2932 (cpp_java_assist_show_autocomplete),
2933 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2934 (on_editor_char_added), (on_assist_chosen):
2935 * plugins/language-support-cpp-java/plugin.c:
2936 (get_line_indentation), (skip_iter_to_previous_logical_line),
2937 (skip_preprocessor_lines), (initialize_indentation_params),
2938 (set_line_indentation), (get_line_indentation_base),
2939 (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2940 (on_editor_char_inserted_java), (on_auto_indent):
2941 * plugins/macro/macro-actions.c: (match_shortcut):
2942 * plugins/macro/macro-dialog.c: (on_ok_clicked):
2943 * plugins/macro/plugin.c: (match_keyword):
2944 * plugins/search/plugin.c: (find_incremental):
2945 * plugins/search/search-replace.c: (search_and_replace),
2946 (search_start_over):
2947 * plugins/search/search-replace_backend.c:
2948 (file_buffer_new_from_te), (file_buffer_line_from_pos),
2949 (create_search_entries):
2950 * plugins/symbol-browser/plugin.c:
2951 (on_editor_buffer_symbols_update_timeout), (on_char_added),
2952 (isymbol_manager_iface_init):
2953 * plugins/symbol-db/plugin.c:
2954 (on_editor_buffer_symbols_update_timeout), (on_char_added),
2955 (isymbol_manager_iface_init):
2956 * plugins/tools/execute.c: (atp_output_context_construct),
2957 (atp_output_context_destroy), (atp_user_tool_execute):
2959 Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2960 iterators instead of integer offsets.
2961 - Renamed original ianjuta_editor_get_position(int) to
2962 ianjuta_editor_get_offset(). It is deprecated.
2963 - Renamed original ianjuta_editor_get_position_iter() to
2964 ianjuta_editor_get_position().
2965 - Renamed ianjuta_editor_get_cell_iter() to
2966 ianjuta_editor_get_position_from_offset()
2967 - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2968 - Added new methods:
2969 ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2970 ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2971 ianjuta_editor_goto_end().
2972 - All relevent signals and methods converted to use iterators.
2973 - All relevent plugins fixed to use new API.
2974 - Removed ianjuta_editor_cell_get_line() because it is provided by
2975 ianjuta_editor_get_line_from_position().
2976 - Removed ianjuta_symbol_manager_get_completions_at_position()
2977 because it not used anywhere and is not right to be there.
2978 - Updated IAnjutaEditable documentation.
2980 Updated IAnjutaIterable interface:
2981 - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2982 - Introduced 'end-iter' to point at the end of the list.
2983 - Updated IAnjutaIterable documentation.
2985 * plugins/Makefile.am:
2986 (Disabled sourceview plugin for now. Jhs is coming up with a patch
2989 2008-01-22 Johannes Schmid <jhs@gnome.org>
2991 * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2992 * plugins/project-import/anjuta-project-import.glade:
2993 * plugins/project-import/anjuta-project-import.plugin.in:
2994 * plugins/project-wizard/anjuta-project-wizard.glade:
2995 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2996 * plugins/project-wizard/druid.c: (npw_druid_new):
2997 * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2999 Fixed #465084 – wizard instead of assistant (only string changes...)
3001 2008-01-20 Rob Bradford <rob@openedhand.com>
3003 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
3004 Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
3005 coming up with the solution. (Bug: #510390.)
3007 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
3009 * plugins/build-basic-autotools/executer.c:
3010 Fix #502508, use anjuta_launcher to keep program output
3012 * plugins/terminal/terminal.c:
3013 Remove unused child_initizlized member
3014 Start the shell on plugin activation
3016 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
3018 * plugins/debug-manager/sparse_buffer.c:
3019 Fix a crash when scrolling in the diassembly window
3021 * plugins/debug-manager/sparse_view.c:
3022 Small limit change using the same "unit" for both number
3024 2008-01-19 Naba Kumar <naba@gnome.org>
3026 * plugins/language-support-cpp-java/cpp-java-assist.c:
3027 (cpp_java_assist_get_scope_context),
3028 (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
3031 2008-01-19 Johannes Schmid <jhs@gnome.org>
3033 * plugins/sourceview/anjuta-editor-sourceview.glade:
3034 * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
3036 And even more strings...
3038 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
3040 * plugins/project-wizard/templates/cpp/src/main.cc:
3041 Fix #498734, typing error in c++ project template
3043 2008-01-19 Johannes Schmid <jhs@gnome.org>
3045 * plugins/editor/text_editor.c: (text_editor_save_file):
3046 * plugins/macro/anjuta-macro.glade:
3047 * plugins/subversion/anjuta-subversion.glade:
3049 Fixed even more strings
3051 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
3053 * plugins/language-support-cpp-java/cpp-java-assist.c:
3054 Fix bug #488519, remove critical warning (completion_cache == NULL
3057 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
3059 * plugins/gdb/debugger.c:
3060 Enable logging of gdb communication with an environment variable
3062 2008-01-19 Naba Kumar <naba@gnome.org>
3064 * plugins/editor/text-editor-iterable.c: (iiter_next),
3065 (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
3066 editor native funtions to avoid round trips.
3068 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
3070 * plugins/editor/text_editor.c:
3071 Fix a bug due to the previous patch: Unable to save new file in
3074 2008-01-18 Sébastien Granjoux <seb.sfo@free.fr>
3076 * plugins/debug-manager/disassemble.c,
3077 plugins/debug-manager/disassemble.h,
3078 plugins/debug-manager/registers.c,
3079 plugins/debug-manager/registers.h,
3080 plugins/debug-manager/memory.c,
3081 plugins/debug-manager/memory.h,
3082 plugins/debug-manager/command.c,
3083 plugins/debug-manager/command.h,
3084 plugins/debug-manager/queue.c,
3085 plugins/debug-manager/queue.h,
3086 plugins/debug-manager/breakpoints.c,
3087 plugins/debug-manager/stack_trace.c,
3088 plugins/debug-manager/threads.c,
3089 plugins/debug-manager/plugin.c,
3090 plugins/gdb/plugin.c,
3091 plugins/gdb/debugger.c,
3092 plugins/gdb/debugger.h,
3093 manuals/reference/libanjuta/libanjuta-sections.txt,
3094 manuals/reference/libanjuta/libanjuta.types,
3095 libanjuta/interfaces/libanjuta.idl:
3096 Use gulong instead of guint for addresses
3097 Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
3098 IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
3100 * plugins/gdb/anjuta-gdb.plugin.in:
3101 Remove reference to IAnjutaCpuDebugger (useless)
3103 2008-01-18 Johannes Schmid <jhs@gnome.org>
3105 * AUTHORS: Added Alexander
3107 2008-01-18 Johannes Schmid <jhs@gnome.org>
3109 Patch from: Alexander Korolyov <kilork@yandex.ru>
3111 * plugins/editor/text_editor.c: (load_from_file),
3112 (text_editor_save_file):
3114 Fixed symlinks (#510238) and file permission (#405321)
3115 handling for scintilla editor.
3117 2008-01-17 Johannes Schmid <jhs@gnome.org>
3119 * plugins/document-manager/action-callbacks.c:
3120 (on_editor_command_select_all_activate),
3121 (on_editor_command_cut_activate),
3122 (on_editor_command_paste_activate),
3123 (on_editor_command_copy_activate),
3124 (on_editor_command_clear_activate):
3125 Resupport cut/copy/paste/clear on GtkEditables when those
3126 have focus. (Important for shortcuts to work).
3128 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3129 * plugins/document-manager/search-box.c: (on_search_activated):
3130 * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
3131 * plugins/patch/patch-plugin.c: (on_ok_clicked):
3132 * plugins/profiler/plugin.c: (profiler_get_data):
3133 * plugins/project-wizard/druid.c: (npw_druid_new):
3134 * plugins/project-wizard/install.c: (on_install_end_install_file):
3135 * plugins/sourceview/anjuta-editor-sourceview.glade:
3136 * plugins/subversion/anjuta-subversion.glade:
3137 * plugins/tools/anjuta-tools.glade:
3138 Various string fixes
3140 2008-01-17 Naba Kumar <naba@gnome.org>
3142 Patch from James Liggett:
3144 * plugins/subversion/subversion-add-dialog.c:
3145 (on_subversion_add_response):
3146 * plugins/subversion/subversion-copy-dialog.c:
3147 (on_subversion_copy_response):
3148 * plugins/subversion/subversion-diff-dialog.c:
3149 (on_subversion_diff_response):
3150 * plugins/subversion/subversion-merge-dialog.c:
3151 (on_subversion_merge_response):
3152 * plugins/subversion/subversion-remove-dialog.c:
3153 (on_subversion_remove_response):
3154 * plugins/subversion/subversion-switch-dialog.c:
3155 (on_subversion_switch_response):
3156 * plugins/subversion/subversion-ui-utils.c: (check_input):
3157 * plugins/subversion/subversion-ui-utils.h:
3158 * plugins/subversion/subversion-update-dialog.c:
3159 (on_subversion_update_response):
3161 If the user doesn't enter any data for path or revision fields in
3162 certain SVN plugin dialogs, libsvn throws assertion failures and
3163 kills Anjuta. To avoid this, the validity of path and revision
3164 input data are checked before the command gets executed.
3166 Fixes Bug #509510 - Check input of some dialogs to avoid termination
3167 if user gives bad or no input
3169 2008-01-16 Sébastien Granjoux <seb.sfo@free.fr>
3171 * plugins/document-manager/anjuta-docman.c:
3172 Fix #507627 memory tab stay active on debugger stop
3173 Remove two unused variables due to the previous patch
3175 2008-01-16 Johannes Schmid <jhs@gnome.org>
3177 * libanjuta/anjuta-plugin-manager.c:
3178 Fixed #508399 – When you enable a plugin, preferences don't show up
3180 2008-01-16 Rob Bradford <rob@openedhand.com>
3182 Reviewed by: Johannes Schmid <jhs@gnome.org>
3184 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3185 (get_property_value_as_string), (set_property_value_as_string),
3186 (register_callbacks):
3187 * libanjuta/anjuta-preferences.h:
3188 Add support for both file and folder preferences (originally only
3189 folder choosers were supported. (Fixes bug: #508805.)
3191 * plugins/file-manager/file-manager.glade:
3192 Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
3195 2008-01-16 Johannes Schmid <jhs@gnome.org>
3197 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3199 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3202 Fixed #509875 – The "Update globale tags" button wording is incorrect
3203 Fixed #509873 – Build Autotools Preferences has excessive padding
3204 Fixed #509872 – General Information labels are incorrectly aligned
3205 Fixed #509871 – General preferences has incorrect use of colons
3207 2008-01-16 Johannes Schmid <jhs@gnome.org>
3209 * plugins/document-manager/anjuta-document-manager.glade:
3210 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3212 Fixed #509865 – Incorrect padding in the Documents settings tabs
3213 Fixed #509867 – Create button contents is mis-aligned
3214 Fixed #509869 – "Add Directory" button is not HIG complient
3216 2008-01-16 Johannes Schmid <jhs@gnome.org>
3218 * libanjuta/anjuta-preferences-dialog.c:
3219 (anjuta_preferences_dialog_add_page):
3221 Fix #509864 – No initial section selected when opening the Preferences dialog
3223 2008-01-16 Johannes Schmid <jhs@gnome.org>
3225 * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
3226 Removed unused gconf_notifications
3228 * plugins/search/anjuta-search.glade:
3229 * plugins/subversion/anjuta-subversion.glade:
3230 * plugins/tools/anjuta-tools.glade:
3231 * src/anjuta-app.c: (anjuta_app_instance_init):
3233 Fixed various strings
3235 2008-01-15 Naba Kumar <naba@gnome.org>
3237 * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
3238 newfile saved. Fixes bug #502322 - Highlight doesn't work on new
3241 * plugins/symbol-browser/an_symbol_view.c:
3242 (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
3245 2008-01-15 Johannes Schmid <jhs@gnome.org>
3247 * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
3248 (anjuta_profile_add_plugins_from_xml):
3249 * plugins/file-manager/file-manager.glade:
3252 * libanjuta/interfaces/libanjuta.idl:
3255 * plugins/sourceview/Makefile.am:
3256 * plugins/sourceview/anjuta-editor-sourceview.glade:
3257 * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
3258 (end_print), (print_setup), (sourceview_print),
3259 (sourceview_print_preview):
3260 * plugins/sourceview/sourceview.c: (iprint_print),
3261 (iprint_print_preview):
3263 Added printing support to GtkSourceView editor
3265 2007-01-14 Tom <tpgww@onepost.net>
3267 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
3269 * plugins/document-manager/anjuta-docman.c:
3270 Fix two memory leaks added by the previous patch
3272 2008-01-14 Johannes Schmid <jhs@gnome.org>
3274 * plugins/sourceview/assist-tip.c: (assist_tip_move):
3275 * plugins/sourceview/assist-window.c: (assist_window_move):
3279 2008-01-14 Rob Bradford <rob@openedhand.com>
3281 * global-tags/Makefile.am:
3282 * global-tags/create_global_tags.sh.in:
3283 Install anjuta-tags binary into FHS policy compliant directory and
3284 update references. (Fixes bug: 509346.)
3286 2008-01-13 Naba Kumar <naba@gnome.org>
3288 Patch from: Ritesh Khadgaray
3289 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3290 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3291 Adds export-dynamic option to LDFLAGS to project template for libglade
3292 to work for autoconnect signals.
3294 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
3296 * libanjuta/anjuta-utils.c:
3297 anjuta_util_get_real_path return a string that need to be freed
3298 with g_free even if PATH_MAX is not defined
3300 2008-01-13 Andre Klapper <a9016009@gmx.de>
3302 * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
3305 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
3307 * plugins/document-manager/anjuta-docman.c:
3308 Do not reopen file having escaped character (+,...) in path name
3310 2008-01-13 Naba Kumar <naba@gnome.org>
3312 * libanjuta/interfaces/libanjuta.idl:
3313 * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
3314 * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
3315 Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
3316 IAnjutaProjectManager::add_sources().
3318 * plugins/glade/plugin.c: (on_glade_resource_removed),
3319 (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
3320 stubs for handing resources in glade file.
3322 2008-01-13 Naba Kumar <naba@gnome.org>
3324 * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
3326 * plugins/glade/plugin.c: (ifile_open): Select the first window
3327 in the glade project when it is first opened. Avoids empty glade
3328 document the first time.
3330 2008-01-12 Bolesław Kulbabiński <bolekk@gmail.com>
3332 Reviewed by: Johannes Schmid <jhs@gnome.org>
3334 * plugins/gtodo/callback.c: (remove_todo_item):
3335 Fix #507304 – crash in Anjuta IDE while removing done tasks
3337 2008-01-11 Sébastien Granjoux <seb.sfo@free.fr>
3339 * plugins/debug-manager/anjuta-debug-manager.ui,
3340 plugins/debug-manager/plugin.c,
3341 plugins/debug-manager/start.h,
3342 plugins/debug-manager/start.c:
3343 New menu item to add extra source directories for debugger
3345 === anjuta 2.3.2 ===
3347 2008-01-11 Bolesław Kulbabiński <bolekk@gmail.com>
3349 * plugins/gtodo/callback.c: (remove_todo_item):
3350 Fix #507304 – crash in Anjuta IDE while removing done tasks
3352 2008-01-11 Naba Kumar <naba@gnome.org>
3354 * configure.in: Bumped version to 2.3.2
3355 * NEWS: Updated for anjuta 2.3.2 release
3356 * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
3359 2008-01-11 Johannes Schmid <jhs@gnome.org>
3361 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3363 Reverted accidently commited change
3365 * plugins/document-manager/anjuta-document-manager.glade:
3366 Fix Gtk-Critical because of broken glade file
3368 2008-01-11 Naba Kumar <naba@gnome.org>
3370 * plugins/glade/plugin.c: (on_document_destroy),
3371 (glade_plugin_add_project): Fixed a bug where when more than one
3372 glade document is open and one is closed, it closes all the glade
3373 documents. Also it might have fixed the bug where sometimes closing
3374 the glade document leaves glade widget tree unclosed.
3376 2008-01-11 Naba Kumar <naba@gnome.org>
3378 * libanjuta/Makefile.am: Install glade3 files in own prefix to
3379 prevent install errors when not installed as root (then the files
3380 are only useful when glade-3 is installed in the same prefix, but it
3381 doesn't harm anjuta runtime).
3383 * plugins/sourceview/sourceview.c: Commented use of a file
3384 not currently distributed.
3386 2008-01-10 Naba Kumar <naba@gnome.org>
3388 * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
3389 nothing to translate in it.
3391 2008-01-10 Johannes Schmid <jhs@gnome.org>
3393 * plugins/project-wizard/templates/gnome.wiz:
3394 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3395 * plugins/project-wizard/templates/gnome/src/main.c:
3396 * plugins/project-wizard/templates/translatable-strings.h:
3398 Fixed #508497 and added a new chooser to select whether to use
3401 2008-01-10 Johannes Schmid <jhs@gnome.org>
3403 Patch from Tom <tpgww@onepost.net>:
3405 * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
3406 (anjuta_util_glist_path_dedup):
3407 * libanjuta/anjuta-utils.h:
3409 Give the method a proper prefixed name
3411 * plugins/document-manager/action-callbacks.c:
3412 (get_current_popup_active),
3413 (on_editor_command_select_all_activate),
3414 (on_editor_command_cut_activate),
3415 (on_editor_command_paste_activate),
3416 (on_editor_command_copy_activate),
3417 (on_editor_command_clear_activate), (on_show_search),
3418 (on_repeat_quicksearch):
3419 * plugins/document-manager/action-callbacks.h:
3420 * plugins/document-manager/anjuta-docman.c:
3421 (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
3422 (anjuta_docman_goto_file_line_mark),
3423 (anjuta_docman_get_full_filename):
3424 * plugins/document-manager/anjuta-docman.h:
3425 * plugins/document-manager/anjuta-document-manager.ui:
3426 * plugins/document-manager/plugin.c:
3427 (update_document_ui_interface_items):
3429 Better way to fix the popup-menu items (Cut/Copy/Paste)
3430 and various clean-ups.
3432 * plugins/document-manager/search-box.c: (on_document_changed),
3433 (search_box_fill_search_focus):
3434 * plugins/document-manager/search-box.h:
3435 * plugins/search/plugin.c:
3437 Add a menu item to repeat the quick search
3439 2008-01-10 Johannes Schmid <jhs@gnome.org>
3441 * plugins/language-support-cpp-java/cpp-java-assist.c:
3444 Fixed #508424 – Auto complete: previous char was removed when
3445 pre TAB to auto complete.
3447 2008-01-10 Johannes Schmid <jhs@gnome.org>
3449 Patch from: James Ligett:
3451 * plugins/profiler/gprof-call-graph-view.c:
3452 (gprof_call_graph_view_create_columns):
3453 * plugins/profiler/gprof-flat-profile-view.c:
3454 (gprof_flat_profile_view_create_columns):
3456 Fixed translation issues (#496833)
3458 2008-01-10 Johannes Schmid <jhs@gnome.org>
3460 Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
3462 * plugins/gtodo/gtodo.c: (category_manager_add_item):
3463 Fix #460390 – Changing categories while edinting something
3465 2008-01-09 Naba Kumar <naba@gnome.org>
3467 * libanjuta/anjuta-plugin-manager.c:
3468 (anjuta_plugin_manager_activate_plugins): Commented dead code and
3471 * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
3472 corruption reported in bug #507491. Potentially fixes too.
3474 2008-01-09 Johannes Schmid <jhs@gnome.org>
3476 Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3478 * plugins/gtodo/mcategory.c: (category_manager_add_item):
3479 Fix bug #505205 completely
3481 * AUTHORS: Added Bolesław
3483 2008-01-08 Johannes Schmid <jhs@gnome.org>
3485 * plugins/document-manager/action-callbacks.c:
3486 (on_editor_command_cut_activate),
3487 (on_editor_command_paste_activate),
3488 (on_editor_command_copy_activate),
3489 (on_editor_command_clear_activate):
3491 Fixed editor popup menu (Cut, Copy, Paste)
3493 2008-01-08 Johannes Schmid <jhs@gnome.org>
3495 * plugins/sourceview/sourceview.c: (autodetect_language):
3496 Fixed a crash when creating a new file
3498 2008-01-08 Johannes Schmid <jhs@gnome.org>
3500 Patch by <bolekk@gmail.com> (GHOP Student)
3502 * plugins/gtodo/mcategory.c: (category_manager_add_item):
3505 2008-01-08 Naba Kumar <naba@gnome.org>
3507 * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3508 * libanjuta/anjuta-plugin-manager.c:
3509 (anjuta_plugin_manager_select),
3510 (anjuta_plugin_manager_activate_plugins):
3511 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3512 * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3513 (on_create_submenu), (create_open_with_submenu):
3514 * src/about.c: (on_about_plugin_activate),
3515 (about_create_plugins_submenu): Use translated version of get_string()
3516 API in AnjutaDescription for translatable properties. Fixes bug #496833
3519 2008-01-07 Johannes Schmid <jhs@gnome.org>
3521 * plugins/build-basic-autotools/executer.c: (execute_program):
3522 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3523 * plugins/debug-manager/anjuta-debug-manager.glade:
3524 * plugins/debug-manager/locals.c: (create_locals_gui):
3525 * plugins/file-loader/plugin.c: (on_create_submenu):
3526 * plugins/gtodo/main.h:
3527 * plugins/gtodo/preferences.c: (preferences_widget):
3528 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3529 * plugins/tools/anjuta-tools.glade:
3530 * plugins/tools/execute.c: (atp_output_context_print):
3533 Another bunch of i18n fixes (#496833)
3535 2008-01-07 Johannes Schmid <jhs@gnome.org>
3537 * plugins/build-basic-autotools/build-basic-autotools.c:
3538 (on_build_terminated):
3539 * plugins/gtodo/interface.c: (set_read_only):
3540 * plugins/project-manager/plugin.c: (confirm_removal),
3541 (on_popup_add_to_project):
3542 * plugins/subversion/anjuta-subversion.glade:
3543 * plugins/tools/execute.c: (atp_output_context_print_result):
3545 Fixed some strings from #496833
3547 2008-01-07 Johannes Schmid <jhs@gnome.org>
3549 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3550 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3552 * plugins/language-support-cpp-java/plugin.c: (install_support),
3553 (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3554 Added basic Vala support
3556 * plugins/sourceview/sourceview.c: (autodetect_language):
3557 Fixed mime-type detection
3559 2008-01-06 Massimo Cora' <maxcvs@email.it>
3561 Reviewed by: Johannes Schmid <jhs@gnome.org>
3563 * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3564 (value_removed_current_editor), (symbol_db_activate),
3565 (symbol_db_deactivate):
3566 * plugins/symbol-db/symbol-db-engine.c:
3567 (symbol_db_engine_get_global_members_filtered):
3568 * plugins/symbol-db/symbol-db-view.c:
3569 (do_add_child_symbol_to_view), (prepare_for_adding),
3570 (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3571 (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3572 (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3573 (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3574 (sdb_view_init), (sdb_view_finalize),
3575 (sdb_view_build_and_display_base_tree):
3576 * plugins/symbol-db/symbol-db-view.h:
3577 added controls to expand Global tab nodes in a non-freezing way.
3578 Fixed also some little bugs always on global-tab.
3580 2008-01-06 Naba Kumar <naba@gnome.org>
3582 Patches from James Liggett:
3583 * plugins/profiler/gprof-call-graph-view.c:
3584 (gprof_call_graph_view_create_columns):
3585 * plugins/profiler/gprof-flat-profile-view.c:
3586 (gprof_flat_profile_view_create_columns):
3587 * plugins/profiler/gprof-function-call-tree-view.c:
3588 (gprof_function_call_tree_view_create_columns): Made all
3589 of the columns resizable and reorderable.
3591 2008-01-06 Johannes Schmid <jhs@gnome.org>
3593 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3594 (anjuta_launcher_check_password_real),
3595 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3596 (anjuta_launcher_scan_pty),
3597 (anjuta_launcher_disable_password_check):
3598 * libanjuta/anjuta-launcher.h:
3599 Added disable_password_check for stream where it does not make sense
3600 (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3601 that sometimes occur in symbol-db plugin
3603 * plugins/file-manager/file-model.c:
3604 (file_model_cancel_expand_idle):
3605 Fixed removing of idle source
3607 * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3608 * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3610 Fixed #348854 – invisible cursor in certain themes
3612 2008-01-06 Naba Kumar <naba@gnome.org>
3614 * libanjuta/anjuta-preferences.c:
3615 (anjuta_preferences_register_property_custom): Fixed a crash bug on
3616 closing preferences dialog due to patch in bug #507300
3618 2008-01-06 Naba Kumar <naba@gnome.org>
3620 * plugins/language-support-cpp-java/cpp-java-assist.c:
3622 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3623 * plugins/search/search-replace_backend.c: (create_search_entries):
3624 Added missing unrefs.
3626 2008-01-06 Johannes Schmid <jhs@gnome.org>
3628 * plugins/debug-manager/variable.c: (get_hovered_word):
3629 Add a g_object_unref()
3631 * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3632 (on_sourceview_hover_leave):
3633 Fixed hover and editor interface to make hover in debugger work
3635 2008-01-06 Naba Kumar <naba@gnome.org>
3637 * plugins/editor/text-editor.c: Whitespaces fixes.
3638 * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3639 DEBUG_PRINT instead of g_message.
3641 2008-01-06 Sébastien Granjoux <seb.sfo@free.fr>
3643 * plugins/debug-manager/breakpoints.c:
3644 Fix #507441: Disable all breakpoints doesn't work
3645 Fix #507444: Enable Breakpoint menu item doesn't change name
3647 2008-01-05 Naba Kumar <naba@gnome.org>
3649 * manuals/reference/libanjuta/libanjuta.types: Renamed
3650 IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3652 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
3654 * plugins/debug-manager/variable.c:
3655 Update variable display to use IAnjutaIterable instead of position
3657 * plugins/editor/text_editor_cbs.c,
3658 plugins/editor/text_editor.c:
3659 Fix Gtk critical warnings when a hover signal is emitted
3660 Fix get_text_iter in Scintilla (range should include last character)
3662 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
3664 * plugins/debug-manager/debug_tree.c,
3665 plugins/debug-manager/debug_tree.h,
3666 plugins/debug-manager/watch.c,
3667 plugins/debug-manager/command.c,
3668 plugins/debug-manager/queue.c,
3669 plugins/gdb/plugin.c,
3670 plugins/gdb/debugger.c,
3671 plugins/gdb/debugger.h,
3672 libanjuta/interfaces/libanjuta.idl:
3673 Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3675 2008-01-05 Naba Kumar <naba@gnome.org>
3677 * plugins/valgrind/plugin.c: Removed stock icon open/save from
3678 menus to avoid conflict with file open/save. Fixes bug #507455
3680 2008-01-05 Johannes Schmid <jhs@gnome.org>
3683 Conditionally depend on gtksourceview2 >= 2.1.0
3685 * libanjuta/interfaces/libanjuta.idl:
3686 Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3687 iterators instead of positions
3689 * plugins/debug-manager/threads.c:
3690 Fixed a warnings by including gnome-vfs properly
3692 * plugins/debug-manager/variable.c: (get_hovered_word),
3694 Updated to changes in IAnjutaEditorHover/Selection
3696 * plugins/document-manager/action-callbacks.c:
3697 (on_editor_command_upper_case_activate),
3698 (on_editor_command_lower_case_activate):
3699 * plugins/document-manager/search-box.c: (on_incremental_search),
3700 (on_search_activated):
3701 * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3702 (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3703 (iselection_get_start), (iselection_get_end),
3704 (iselection_iface_init), (ihover_display), (ihover_iface_init):
3705 * plugins/editor/text_editor_cbs.c:
3706 (on_text_editor_scintilla_notify):
3708 Updated to changes in IAnjutaEditorHover/Selection and updated editor
3709 interface of scintilla editor.
3711 * plugins/language-manager/languages.xml:
3712 * plugins/language-manager/plugin.c:
3713 (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3714 Added chdr to C language files and some DEBUG_PRINTs
3716 * plugins/language-support-cpp-java/cpp-java-assist.c:
3718 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3719 * plugins/search/plugin.c: (find_incremental):
3720 * plugins/search/search-replace.c: (search_and_replace):
3721 * plugins/search/search-replace_backend.c: (create_search_entries):
3722 Adapted to changed interfaces
3724 * plugins/sourceview/Makefile.am:
3725 * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3726 (set_uri), (anjuta_document_save):
3727 * plugins/sourceview/anjuta-editor-sourceview.glade:
3728 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3729 (anjuta_view_key_press_event):
3730 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3731 * plugins/sourceview/sourceview-cell.c:
3732 (sourceview_cell_instance_init), (sourceview_cell_finalize),
3733 (icell_get_line), (icell_get_attribute), (icell_iface_init):
3734 * plugins/sourceview/sourceview-prefs.c: (get_bool),
3735 (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3736 (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3737 (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3738 (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3739 * plugins/sourceview/sourceview-private.h:
3740 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3741 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3742 (on_document_loaded), (sourceview_instance_init),
3743 (sourceview_dispose), (sourceview_finalize),
3744 (sourceview_create_markers), (sourceview_new),
3745 (ifile_savable_save), (ieditor_get_tab_size),
3746 (ieditor_set_tab_size), (ieditor_set_use_spaces),
3747 (ieditor_set_auto_indent), (ieditor_goto_line),
3748 (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3749 (iselect_block), (iselect_set), (iselect_get_start),
3750 (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3751 (imark_unmark), (imark_is_marker_set),
3752 (imark_location_from_handle), (imark_delete_all_markers),
3753 (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3754 (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3755 (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3756 (ilanguage_get_supported_languages), (autodetect_language),
3757 (ilanguage_set_language), (iassist_show_tips),
3758 (on_sourceview_hover_leave), (on_sourceview_hover_over),
3759 (ihover_display), (ihover_iface_init):
3761 Use GtkSourceView 2.1.x:
3762 * New mark interface
3763 * Fixed #486724 and #488615
3764 * Implemented hover interface
3765 * Adapted to changed interfaces
3767 2008-01-04 Rob Bradford <rob@o-hand.com>
3769 Reviewed by Naba Kumar <naba@gnome.org>:
3770 * libanjuta/anjuta-preferences.c:
3771 (anjuta_preferences_register_property_custom):
3772 Unregister preferences for custom preferences when the widget is
3775 2008-01-03 Johannes Schmid <jhs@gnome.org>
3777 * plugins/file-manager/file-model.c: (file_model_row_expanded),
3778 (file_model_row_collapsed):
3779 Fixed the too method to take a correct data argument
3781 2008-01-02 Johannes Schmid <jhs@gnome.org>
3783 * plugins/document-manager/anjuta-docman.c:
3784 (anjuta_docman_add_document), (anjuta_docman_remove_document):
3785 ref and unref correctly to silence a Gtk+ critical
3787 2008-01-01 Johannes Schmid <jhs@gnome.org>
3789 * plugins/editor/text_editor.c: (itext_editor_get_text):
3790 Fixed #506740 – ianjuta_editor_get_text crash if request
3791 text past the buffer length
3793 2008-01-01 Sébastien Granjoux <seb.sfo@free.fr>
3795 * plugins/debug-manager/utilities.c,
3796 plugins/debug-manager/utilities.h,
3797 plugins/debug-manager/breakpoints.c:
3798 Move get_current_editor function in utilities.c
3800 * plugins/debug-manager/plugin.c,
3801 plugins/debug-manager/debug_tree.c,
3802 plugins/debug-manager/debug_tree.h,
3803 plugins/debug-manager/watch.c,
3804 plugins/debug-manager/watch.h,
3805 plugins/debug-manager/locals.c,
3806 plugins/debug-manager/locals.h,
3807 (added) plugins/debug-manager/variable.c,
3808 (added) plugins/debug-manager/variable.h,
3809 plugins/debug-manager/Makefile.am:
3810 Use hover interface to display variable value
3812 2007-12-31 Johannes Schmid <jhs@gnome.org>
3814 * libanjuta/Makefile.am:
3815 Only install glade catalog files if glade-3 is available
3816 (Fixes #506269 and #500296)
3818 2007-12-30 Johannes Schmid <jhs@gnome.org>
3820 * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3821 (set_property_value_as_string), (register_callbacks):
3823 Fixed GtkFileChooserButton preferences to also work when only the combo
3824 changes without a dialog being open.
3826 2007-12-29 Johannes Schmid <jhs@gnome.org>
3828 * plugins/editor/Makefile.am:
3829 Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3831 2007-12-29 Johannes Schmid <jhs@gnome.org>
3833 * plugins/devhelp/plugin.c: (devhelp_activate):
3834 Fixed #498986 - Anjuta-2.3.0 fails to build
3836 2007-12-29 Johannes Schmid <jhs@gnome.org>
3838 * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3839 * plugins/debug-manager/plugin.c:
3840 (on_run_to_cursor_action_activate):
3841 * plugins/document-manager/anjuta-docman.c:
3842 (anjuta_docman_goto_file_line_mark):
3843 * plugins/symbol-db/plugin.c: (value_added_current_editor),
3844 (value_removed_current_editor):
3846 Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3847 all those to value_added_current_document...
3849 * plugins/editor/anjuta-editor-scintilla.glade:
3850 Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3851 Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3853 2007-12-28 Massimo Cora' <maxcvs@email.it>
3855 * plugins/symbol-db/plugin.c: (on_importing_project_end),
3856 (symbol_db_activate), (symbol_db_deactivate),
3857 (symbol_db_instance_init), (isymbol_manager_get_parents):
3858 * plugins/symbol-db/plugin.h:
3859 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3860 * plugins/symbol-db/symbol-db-engine.c:
3861 (symbol_db_engine_get_global_members_filtered):
3862 * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3863 (on_symbol_inserted):
3864 Filtered out static functions on global-tab. E.g. when flag
3865 is_file_scope = 1 we won't add entries there.
3866 Fixed a little bug on 'Global'->'Vars/Others' node too.
3868 2007-12-28 Johannes Schmid <jhs@gnome.org>
3870 * libanjuta/anjuta-launcher.c:
3871 Fixed a silly (and completely useless) memory corruption that probably
3872 only occured at a few race conditions though I wonder why it did not
3875 2007-12-28 Johannes Schmid <jhs@gnome.org>
3876 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3877 * plugins/debug-manager/plugin.c: (set_program_counter):
3878 * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3879 * plugins/debug-manager/start.c: (get_source_directories):
3880 * plugins/debug-manager/threads.c: (on_info_thread),
3882 * plugins/file-manager/file-model.c: (file_model_set_property):
3883 * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3884 * plugins/tools/editor.c: (on_editor_response):
3886 Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3888 * plugins/document-manager/plugin.c: (update_title),
3889 (value_added_project_root_uri):
3890 * plugins/document-manager/plugin.h:
3891 Shorten down the title bar if the current path is inside the opened project
3893 2007-12-28 Massimo Cora' <maxcvs@email.it>
3895 reviewed by: Johannes Schmid <jhs@gnome.org>
3897 * plugins/project-wizard/templates/java/project.anjuta:
3898 * plugins/project-wizard/templates/mkfile/project.anjuta:
3899 * plugins/project-wizard/templates/python/project.anjuta:
3900 Added attribute="Interfaces" and value="IAnjutaSymbolManager" to
3901 let new projects use new SymbolDB plugin.
3903 * plugins/symbol-browser/images/Makefile.am:
3904 added some images taken from MonoDevelop project.
3906 * plugins/symbol-db/plugin.c: (value_added_current_editor),
3907 (goto_file_line), (on_importing_project_end), (project_root_added),
3908 (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3909 (isymbol_manager_search):
3910 Added project-updating feature when opening a project with some files
3911 modified externally [e.g. a svn up].
3913 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3914 (sdb_engine_iterator_node_instance_init),
3915 (sdb_engine_iterator_node_finalize),
3916 (symbol_db_engine_iterator_node_set_conversion_hash):
3917 * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3918 * plugins/symbol-db/symbol-db-engine-iterator.c:
3919 (symbol_db_engine_iterator_new):
3920 * plugins/symbol-db/symbol-db-engine-iterator.h:
3921 Moved Hash table initialization into the engine. This proxies and
3922 speeds up the process of creation and iteration of a GdaDataModel.
3924 * plugins/symbol-db/symbol-db-engine.c:
3925 (sdb_engine_ctags_output_thread),
3926 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3927 (sdb_engine_scan_files_1), (sdb_engine_init),
3928 (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3929 (symbol_db_engine_add_new_workspace),
3930 (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3931 (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3932 (symbol_db_engine_get_sym_type_conversion_hash),
3933 (symbol_db_engine_update_files_symbols),
3934 (symbol_db_engine_update_project_symbols),
3935 (symbol_db_engine_update_buffer_symbols),
3936 (symbol_db_engine_get_class_parents),
3937 (symbol_db_engine_get_global_members_filtered),
3938 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3939 (symbol_db_engine_get_scope_members_by_symbol_id),
3940 (symbol_db_engine_get_scope_members),
3941 (symbol_db_engine_get_current_scope),
3942 (symbol_db_engine_get_file_symbols),
3943 (symbol_db_engine_get_symbol_info_by_id),
3944 (symbol_db_engine_find_symbol_by_name_pattern),
3945 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3946 * plugins/symbol-db/symbol-db-engine.h:
3947 * plugins/symbol-db/symbol-db-view-locals.c:
3948 (sdb_view_locals_get_iter_from_row_ref),
3949 (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3950 (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3951 (on_symbol_inserted), (symbol_db_view_locals_update_list):
3952 Changes on some queries fuctions and some fixes. Added *_filtered
3955 * plugins/symbol-db/symbol-db-view.c:
3956 (do_add_child_symbol_to_view), (add_new_waiting_for),
3957 (prepare_for_adding), (on_symbol_inserted),
3958 (do_recurse_subtree_and_remove), (on_symbol_removed),
3959 (sdb_view_do_add_hidden_dummy_child),
3960 (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3961 (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3962 (sdb_view_locals_create_new_store), (sdb_view_init),
3963 (sdb_view_finalize), (sdb_view_class_init),
3964 (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3965 (symbol_db_view_get_pixbuf),
3966 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3967 New display for global tags. This is the definitive version, bugs apart.
3969 * plugins/symbol-db/tables.sql:
3972 2007-12-27 Naba Kumar <naba@gnome.org>
3974 * libanjuta/interfaces/libanjuta.idl:
3975 * plugins/editor/aneditor-priv.h:
3976 * plugins/editor/aneditor.cxx:
3977 * plugins/editor/text_editor.c: (text_editor_instance_init),
3978 (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3979 (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3980 * plugins/editor/text_editor.h:
3981 * plugins/editor/text_editor_cbs.c:
3982 (on_text_editor_scintilla_notify):
3984 Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3985 related code in AnEditor. Fixed some compilation warnings.
3987 2007-12-26 Naba Kumar <naba@gnome.org>
3989 * Changelog: Fixed indentation.
3991 2007-12-25 Naba Kumar <naba@gnome.org>
3993 * plugins/editor/Makefile.am:
3994 * plugins/editor/editor.glade:
3995 * plugins/editor/plugin.c:
3996 * plugins/editor/style-editor.c:
3997 * plugins/sourceview/Makefile.am:
3998 * plugins/sourceview/plugin.c:
3999 * plugins/sourceview/sourceview.glade:
4000 * plugins/valgrind/Makefile.am:
4002 Renamed glade files to anjuta-editor-* to give name space for the
4003 schema files (because they are installed in system directory).
4005 * scripts/build-schemas.mk: Install the schemas files also (need for
4006 binary package installation/uninstallation).
4008 2007-12-25 Johannes Schmid <jhs@gnome.org>
4010 * plugins/language-support-cpp-java/plugin.c:
4011 (set_indentation_param_vim):
4013 Support some more vim modeline commands and shortcuts (#504331)
4015 2007-12-25 Johannes Schmid <jhs@gnome.org>
4017 Patches from James Liggett:
4018 * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
4019 (anjuta_vcs_status_tree_view_init):
4020 * plugins/subversion/subversion-commit-dialog.c:
4021 (subversion_commit_dialog):
4022 * plugins/subversion/subversion-diff-dialog.c:
4023 (on_subversion_diff_response):
4024 * plugins/subversion/subversion-log-dialog.c:
4025 (on_log_view_selected_button_clicked),
4026 (on_log_diff_selected_button_clicked),
4027 (on_log_diff_previous_button_clicked):
4028 * plugins/subversion/subversion-resolve-dialog.c:
4029 (subversion_resolve_dialog):
4030 * plugins/subversion/subversion-revert-dialog.c:
4031 (subversion_revert_dialog):
4032 * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
4033 (pulse_progress_bar), (hide_pulse_progress_bar),
4034 (disconnect_data_arrived_signals),
4035 (cancel_data_arrived_signal_disconnect):
4036 * plugins/subversion/subversion-ui-utils.h:
4038 #504818 – Some signals/timeouts should be disconnected when dialogs are closed
4039 #505237 – Sort list of modified files
4041 2007-12-24 Sébastien Granjoux <seb.sfo@free.fr>
4043 * plugins/gdb/debugger.c:
4044 Fix bug #491301: Inspecting a variable opens a bad focus dialog
4046 2007-12-23 Johannes Schmid <jhs@gnome.org>
4048 * plugins/language-support-cpp-java/plugin.c:
4049 (set_indentation_param_emacs), (set_indentation_param_vim),
4050 (parse_mode_line_emacs), (parse_mode_line_vim),
4051 (extract_mode_line), (initialize_indentation_params):
4053 Added (basic) support for vim modelines (#504331)
4055 * plugins/message-view/message-view.c: (message_view_next),
4056 (message_view_previous):
4058 Fixed next/previous message
4060 2007-12-23 Johannes Schmid <jhs@gnome.org>
4062 * libanjuta/anjuta-ui.h:
4063 Check for != NULL before unref'ing pixbuf (related to #497878)
4065 * plugins/devhelp/plugin.c: (register_stock_icons):
4066 * plugins/document-manager/anjuta-docman.c:
4067 (anjuta_docman_add_document):
4068 * plugins/glade/plugin.c: (on_close_activated),
4069 (register_stock_icons), (on_session_save),
4070 (glade_plugin_add_project):
4072 Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
4073 and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
4075 * plugins/language-support-cpp-java/plugin.c:
4076 (register_stock_icons):
4077 Fixed stock icon registration macros
4079 2007-12-23 Johannes Schmid <jhs@gnome.org>
4081 * global-tags/Makefile.am:
4082 * launcher/Makefile.am:
4083 * libanjuta/Makefile.am:
4084 * libegg/Makefile.am:
4085 * manuals/anjuta-faqs/Makefile.am:
4086 * manuals/anjuta-manual/Makefile.am:
4087 * manuals/reference/libanjuta/Makefile.am:
4088 * plugins/build-basic-autotools/Makefile.am:
4089 * plugins/class-gen/Makefile.am:
4090 * plugins/class-inheritance/Makefile.am:
4091 * plugins/cvs-plugin/Makefile.am:
4092 * plugins/debug-manager/Makefile.am:
4093 * plugins/devhelp/Makefile.am:
4094 * plugins/document-manager/Makefile.am:
4095 * plugins/editor/Makefile.am:
4096 * plugins/editor/scintilla/Makefile.am:
4097 * plugins/editor/scintilla/include/Makefile.am:
4098 * plugins/file-loader/Makefile.am:
4099 * plugins/file-manager/Makefile.am:
4100 * plugins/file-wizard/Makefile.am:
4101 * plugins/gdb/Makefile.am:
4102 * plugins/glade/Makefile.am:
4103 * plugins/gtodo/Makefile.am:
4104 * plugins/gvim/Makefile.am:
4105 * plugins/indent/Makefile.am:
4106 * plugins/language-manager/Makefile.am:
4107 * plugins/language-support-cpp-java/Makefile.am:
4108 * plugins/macro/Makefile.am:
4109 * plugins/message-view/Makefile.am:
4110 * plugins/patch/Makefile.am:
4111 * plugins/profiler/Makefile.am:
4112 * plugins/project-import/Makefile.am:
4113 * plugins/project-manager/Makefile.am:
4114 * plugins/project-wizard/Makefile.am:
4115 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4116 * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
4117 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
4118 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
4119 * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
4120 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
4121 * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
4122 * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
4123 * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
4124 * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
4125 * plugins/sample1/Makefile.am:
4126 * plugins/search/Makefile.am:
4127 * plugins/sourceview/Makefile.am:
4128 * plugins/subversion/Makefile.am:
4129 * plugins/symbol-browser/Makefile.am:
4130 * plugins/symbol-db/Makefile.am:
4131 * plugins/symbol-db/test/Makefile.am:
4132 * plugins/terminal/Makefile.am:
4133 * plugins/tools/Makefile.am:
4134 * plugins/valgrind/Makefile.am:
4136 * tagmanager/Makefile.am:
4138 Replaces the deprecated "INCLUDES" in all Makefile.am's with
4139 the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
4140 warnings from illigel C++ compiler flags.
4142 2007-12-23 Johannes Schmid <jhs@gnome.org>
4144 Patch from Tom <tpgww@onepost.net>:
4146 * plugins/document-manager/anjuta-docman.c:
4147 (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
4148 (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
4149 (anjuta_docman_instance_init), (on_notebook_switch_page),
4150 (anjuta_docman_grab_text_focus):
4151 * plugins/document-manager/plugin.c: (on_document_added),
4152 (on_window_key_press_event), (on_window_key_release_event):
4154 Some more document-manager code cleanups and fixes.
4156 2007-12-23 Massimo Cora' <maxcvs@email.it>
4158 * plugins/symbol-db/plugin.c: (register_stock_icons),
4159 (value_added_current_editor), (value_removed_current_editor),
4160 (on_importing_project_end), (project_root_removed):
4161 added controls to clean/populate GtkTreeView(s) on projects unload/load.
4163 * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
4164 (symbol_db_engine_get_file_db_path):
4165 fixed a useless warning.
4167 * plugins/symbol-db/symbol-db-view-locals.c:
4168 (traverse_free_waiting_for), (file_view_status_destroy),
4169 (sdb_view_locals_create_new_store), (traverse_files_view_status),
4170 (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
4171 (sdb_view_locals_finalize), (on_symbol_inserted),
4172 (symbol_db_view_locals_recv_signals_from_engine),
4173 (symbol_db_view_locals_update_list):
4174 more speed on editors switching. GtkTreeStore caching method implemented.
4175 Fixed compiler warnings and a little memory leak.
4177 * plugins/symbol-db/symbol-db-view-locals.h:
4178 * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
4179 (traverse_free_waiting_for), (symbol_db_view_clear_cache),
4180 (on_scan_end), (on_symbol_inserted),
4181 (sdb_view_locals_create_new_store), (sdb_view_init),
4182 (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
4183 * plugins/symbol-db/symbol-db-view.h:
4184 fixed some crashers. Now project loading/populating should be quite quick.
4186 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
4188 * plugins/debug-manager/command.c,
4189 plugins/debug-manager/queue.c:
4190 Take care of command return value (FALSE is an error)
4192 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
4194 * plugins/debug-manager/anjuta-debug-manager.glade,
4195 plugins/debug-manager/breakpoints.c:
4196 Remove address, condition and pass breakpoint column if not supported
4197 Fix clear all remove_all to avoid an endless loop if a breakpoint
4200 2007-12-17 Johannes Schmid <jhs@gnome.org>
4202 Patch from Tom <tpgww@onepost.net> (with some changes):
4204 * plugins/document-manager/action-callbacks.c: (on_open_activate),
4205 (on_save_as_activate), (on_save_all_activate),
4206 (on_close_file_activate), (on_close_all_file_activate),
4207 (on_reload_file_activate), (on_editor_command_clear_activate),
4208 (on_transform_eolchars1_activate), (on_comment_block),
4209 (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
4210 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4211 (on_editor_linenos1_activate), (on_editor_markers1_activate),
4212 (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
4213 (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
4214 (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
4215 (on_zoom_out_text_activate):
4216 * plugins/document-manager/action-callbacks.h:
4217 * plugins/document-manager/anjuta-docman.c:
4218 (on_notebook_page_close_button_click),
4219 (on_notebook_page_close_button_enter),
4220 (on_notebook_page_close_button_leave),
4221 (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
4222 (anjuta_docman_page_init), (anjuta_docman_page_new),
4223 (on_open_filesel_response), (create_file_open_dialog_gui),
4224 (anjuta_docman_save_document_as), (anjuta_docman_dispose),
4225 (anjuta_docman_instance_init), (on_notebook_switch_page),
4226 (on_document_destroy), (anjuta_docman_add_editor),
4227 (anjuta_docman_add_document), (anjuta_docman_remove_document),
4228 (anjuta_docman_set_current_document),
4229 (anjuta_docman_goto_file_line_mark), (get_real_path),
4230 (anjuta_docman_get_full_filename),
4231 (anjuta_docman_delete_all_markers),
4232 (anjuta_docman_delete_all_indicators),
4233 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4234 (anjuta_docman_order_tabs):
4235 * plugins/document-manager/anjuta-docman.h:
4236 * plugins/document-manager/file_history.c: (an_hist_file_new),
4237 (an_file_history_push), (an_file_history_dump):
4238 * plugins/document-manager/file_history.h:
4239 * plugins/document-manager/plugin.c: (update_title),
4240 (value_removed_project_root_uri),
4241 (update_document_ui_interface_items), (menu_name_compare),
4242 (on_document_added), (on_document_changed),
4243 (on_window_key_press_event), (on_window_key_release_event),
4245 * plugins/document-manager/search-box.c: (on_document_changed),
4246 (on_goto_activated), (search_box_init), (search_box_new):
4247 * plugins/document-manager/search-box.h:
4249 Yet more code cleanups
4250 Save glade files correctly in session
4251 Use new tooltip API if available
4252 Sort notebook pages when session is restored (needs work)
4254 2007-12-16 Johannes Schmid <jhs@gnome.org>
4256 * plugins/document-manager/anjuta-docman.c:
4257 (anjuta_docman_add_document):
4259 Present correct widget with anjuta_shell_present_widget(). This got wrong when
4260 the new search bar was introduced.
4262 2007-12-12 Johannes Schmid <jhs@gnome.org>
4264 Patch from Tom <tpgww@onepost.net>:
4265 (#485233 – another bunch of docman cleanups)
4267 * libanjuta/interfaces/libanjuta.idl:
4268 * plugins/document-manager/action-callbacks.c:
4269 (get_current_document), (get_current_focus_widget),
4270 (on_save_activate), (on_save_as_activate), (on_save_all_activate),
4271 (on_close_file_activate), (on_close_all_file_activate),
4272 (on_reload_file_activate), (on_print_activate),
4273 (on_print_preview_activate),
4274 (on_editor_command_upper_case_activate),
4275 (on_editor_command_lower_case_activate),
4276 (on_editor_command_eol_crlf_activate),
4277 (on_editor_command_eol_lf_activate),
4278 (on_editor_command_eol_cr_activate),
4279 (on_editor_command_select_all_activate),
4280 (on_editor_command_select_to_brace_activate),
4281 (on_editor_command_select_block_activate),
4282 (on_editor_command_match_brace_activate),
4283 (on_editor_command_undo_activate),
4284 (on_editor_command_redo_activate),
4285 (on_editor_command_cut_activate),
4286 (on_editor_command_paste_activate),
4287 (on_editor_command_copy_activate),
4288 (on_editor_command_clear_activate),
4289 (on_editor_command_close_folds_all_activate),
4290 (on_editor_command_open_folds_all_activate),
4291 (on_editor_command_toggle_fold_activate),
4292 (on_editor_command_bookmark_toggle_activate),
4293 (on_editor_command_bookmark_first_activate),
4294 (on_editor_command_bookmark_next_activate),
4295 (on_editor_command_bookmark_prev_activate),
4296 (on_editor_command_bookmark_last_activate),
4297 (on_editor_command_bookmark_clear_activate),
4298 (on_transform_eolchars1_activate), (on_comment_block),
4299 (on_comment_box), (on_comment_stream),
4300 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
4301 (on_zoom_in_text_activate), (on_zoom_out_text_activate),
4302 (on_force_hilite_activate), (on_swap_activate),
4303 (on_editor_add_view_activate), (on_editor_remove_view_activate):
4304 * plugins/document-manager/action-callbacks.h:
4305 * plugins/document-manager/anjuta-docman.c:
4306 (on_notebook_page_close_button_click),
4307 (on_notebook_page_close_button_enter),
4308 (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
4309 (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
4310 (anjuta_docman_page_new), (anjuta_docman_page_destroy),
4311 (on_open_filesel_response), (anjuta_docman_open_file),
4312 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
4313 (anjuta_docman_dispose), (anjuta_docman_instance_init),
4314 (anjuta_docman_class_init), (anjuta_docman_new),
4315 (on_notebook_switch_page), (on_document_save_point),
4316 (on_document_destroy), (anjuta_docman_add_editor),
4317 (anjuta_docman_add_document), (anjuta_docman_remove_document),
4318 (anjuta_docman_set_popup_menu),
4319 (anjuta_docman_get_current_focus_widget),
4320 (anjuta_docman_get_page_for_document),
4321 (anjuta_docman_get_current_document),
4322 (anjuta_docman_set_current_document),
4323 (anjuta_docman_goto_file_line),
4324 (anjuta_docman_goto_file_line_mark),
4325 (anjuta_docman_get_full_filename),
4326 (anjuta_docman_present_notebook_page),
4327 (anjuta_docman_update_page_label),
4328 (anjuta_docman_delete_all_markers),
4329 (anjuta_docman_delete_all_indicators),
4330 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
4331 (do_ordertab1), (anjuta_docman_order_tabs),
4332 (anjuta_docman_set_editor_properties),
4333 (anjuta_docman_get_document_for_path),
4334 (anjuta_docman_get_all_doc_widgets):
4335 * plugins/document-manager/anjuta-docman.h:
4336 * plugins/document-manager/editor-tooltips.c:
4337 * plugins/document-manager/plugin.c: (update_title),
4338 (update_document_ui_enable_all), (update_document_ui_disable_all),
4339 (update_document_ui_save_items),
4340 (update_document_ui_interface_items), (update_document_ui),
4341 (on_document_update_save_ui), (update_status),
4342 (on_document_update_ui), (on_document_added),
4343 (on_document_changed), (on_session_save), (on_save_prompt),
4344 (on_docman_auto_save), (on_gconf_notify_timer):
4345 * plugins/document-manager/search-box.c: (on_document_changed),
4346 (search_box_new), (search_box_grab_line_focus):
4347 * plugins/glade/plugin.c: (ifile_open):
4348 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4349 * plugins/search/search-replace_backend.c: (create_search_entries):
4350 * plugins/sourceview/anjuta-document.c: (set_uri),
4351 (anjuta_document_save):
4352 * plugins/sourceview/sourceview.c: (ifile_savable_save):
4353 * plugins/tools/editor.c: (on_editor_response):
4355 The patch renames most stuff from "editor" or "te" to "doc where appropriate.
4356 It fixes some issues with session handling and several memory lacks.
4357 Gtk 2.12 Tooltip API is used if available.
4359 2007-12-10 Sébastien Granjoux <seb.sfo@free.fr>
4361 * plugins/debug-manager/disassemble.c,
4362 plugins/debug-manager/disassemble.h,
4363 plugins/debug-manager/command.c,
4364 plugins/debug-manager/command.h,
4365 plugins/debug-manager/plugin.c
4366 plugins/debug-manager/sparse_view.c,
4367 plugins/debug-manager/sparse_view.h,
4368 plugins/gdb/plugin.c,
4369 plugins/gdb/debugger.c,
4370 plugins/gdb/debugger.h,
4371 libanjuta/interfaces/libanjuta.idl:
4372 Fix bug #502533: Implement assembler step
4374 * plugins/debug-manager/breakpoints.c:
4375 Do not save temporary breakpoints
4377 * plugins/debug-manager/stack_trace.c:
4378 Fix a crash when a stack command is cancelled
4380 2007-12-09 Sébastien Granjoux <seb.sfo@free.fr>
4382 * plugins/debug-manager/plugin.c,
4383 plugins/debug-manager/breakpoints.c,
4384 plugins/debug-manager/breakpoints.h:
4385 Fix bug #488732: Breakpoint on delete lines
4386 Breakpoints are now linked to their position in editor
4388 * plugins/gdb/debugger.c:
4389 Fix removing condition on breakpoint
4391 2007-12-07 Sébastien Granjoux <seb.sfo@free.fr>
4393 * plugins/debug-manager/anjuta-debug-manager.glade,
4394 plugins/debug-manager/start.c,
4395 plugins/gdb/plugin.c,
4396 plugins/gdb/debugger.c,
4397 plugins/gdb/debugger.h,
4398 libanjuta/interfaces/libanjuta.idl:
4399 Fix bug #481366: Do not stop at the beginning of the program
4401 * plugins/debug-manager/command.c,
4402 plugins/debug-manager/command.h,
4403 plugins/debug-manager/breakpoints.c,
4404 plugins/debug-manager/queue.c,
4405 plugins/debug-manager/queue.h:
4406 Fix a bug remove all breakpoints was not working due to latest changes
4407 Setting breakpoints is disabled when program is running
4409 2007-12-04 Sébastien Granjoux <seb.sfo@free.fr>
4411 * plugins/debug-manager/queue.c,
4412 plugins/gdb/plugin.c:
4413 Fix bug #501469: Crash if mime_type is unknown
4415 2007-12-01 Massimo Cora' <maxcvs@email.it>
4417 * plugins/symbol-db/plugin.c: (on_editor_destroy),
4418 (on_editor_update_ui), (on_single_file_scan_end),
4419 (on_importing_project_end), (project_root_added),
4420 (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
4421 * plugins/symbol-db/plugin.h:
4422 show on status bar files being scanned.
4424 * plugins/symbol-db/symbol-db-engine.c:
4425 (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
4426 (sdb_engine_ctags_output_thread),
4427 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
4428 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4429 (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
4430 (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
4431 (sdb_engine_get_table_id_by_unique_name2),
4432 (symbol_db_engine_open_project),
4433 (sdb_engine_prepare_executing_commands),
4434 (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
4435 (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
4436 (sdb_engine_detects_removed_ids),
4437 (symbol_db_engine_get_class_parents),
4438 (symbol_db_engine_get_global_members),
4439 (symbol_db_engine_get_scope_members_by_symbol_id),
4440 (symbol_db_engine_get_scope_members),
4441 (symbol_db_engine_get_current_scope),
4442 (symbol_db_engine_get_file_symbols),
4443 (symbol_db_engine_get_symbol_info_by_id),
4444 (symbol_db_engine_get_full_local_path),
4445 (symbol_db_engine_find_symbol_by_name_pattern),
4446 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
4447 * plugins/symbol-db/symbol-db-engine.h:
4448 * plugins/symbol-db/symbol-db-view-locals.c:
4449 (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
4450 (symbol_db_view_locals_recv_signals_from_engine),
4451 (symbol_db_view_locals_update_list):
4452 * plugins/symbol-db/symbol-db-view-locals.h:
4453 * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
4454 (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
4455 (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
4456 (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
4457 * plugins/symbol-db/symbol-db-view.h:
4458 Added g_thread architecture to scan in background. With this you
4459 can use Anjuta's GUI without freezing.
4460 Improved insertion speed by using a paradigm like 'insert' and 'check'
4461 replacing a 'check' and 'insert' one. This has been done for tables
4462 like symbol, scope, sym_type.
4465 * plugins/symbol-db/tables.sql:
4466 * plugins/symbol-db/test/main.c: (get_global_members), (main),
4467 (thread), (print_message), (bastard_thread), (idle_signals):
4468 fixed a typo on tables that broke sql triggers.
4470 === anjuta 2.3.1 ===
4472 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
4474 * NEWS, AUTHORS: Updated.
4475 * src/Makefile.am: Fixed make distcheck
4477 Patch from Yang Hong:
4478 * plugins/file-manager/file-manager.glade: Fixed file chooser
4479 size in file-manager preferences.
4481 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
4483 * NEWS: Updated for 2.3.1 development release
4484 * configure.in: Bumped version to 2.3.1
4486 2007-12-01 Sébastien Granjoux <seb.sfo@free.fr>
4488 * plugins/debug-manager/threads.c,
4489 plugins/debug-manager/disassemble.c,
4490 plugins/debug-manager/watch.c,
4491 plugins/debug-manager/registers.c,
4492 plugins/debug-manager/locals.c,
4493 plugins/debug-manager/breakpoints.c,
4494 plugins/debug-manager/stack_trace.c,
4495 plugins/debug-manager/command.c,
4496 plugins/debug-manager/command.h,
4497 plugins/debug-manager/queue.c,
4498 libanjuta/interfaces/libanjuta.idl:
4499 Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4500 Document IAnjutaDebugManager signals
4501 Generate new signals in queue.c
4502 Use new signals in other files
4504 2007-11-30 <genbell@tiscali.it>
4506 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
4508 * plugins/gdb/Makefile.am:
4511 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
4513 * plugins/tools/variable.c:
4514 Fix a bug added in the previous patch (it is not a leak)
4516 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
4518 * plugins/project-wizard/druid.c,
4519 plugins/project-wizard/templates/terminal.wiz,
4520 plugins/project-wizard/templates/xlib-dock.wiz,
4521 plugins/project-wizard/templates/wxwin.wiz,
4522 plugins/project-wizard/templates/java.wiz,
4523 plugins/project-wizard/templates/gnome.wiz,
4524 plugins/project-wizard/templates/anjuta-plugin.wiz,
4525 plugins/project-wizard/templates/gtkmm.wiz,
4526 plugins/project-wizard/templates/python.wiz,
4527 plugins/project-wizard/templates/cpp.wiz,
4528 plugins/project-wizard/templates/sdl.wiz,
4529 plugins/project-wizard/templates/gtk.wiz,
4530 plugins/project-wizard/templates/minimal.wiz,
4531 plugins/project-wizard/templates/xlib.wiz,
4532 plugins/project-wizard/templates/gcj.wiz,
4533 plugins/project-wizard/templates/translatable-strings.h,
4534 plugins/project-import/project-import.c:
4535 Partial Fix translation bugs #496833 comment 4,7,8,9,10,11
4537 2007-11-27 Sébastien Granjoux <seb.sfo@free.fr>
4539 * plugins/debug-manager/threads.c,
4540 plugins/debug-manager/disassemble.c,
4541 plugins/debug-manager/watch.c,
4542 plugins/debug-manager/registers.c,
4543 plugins/debug-manager/memory.c,
4544 plugins/debug-manager/locals.c,
4545 plugins/debug-manager/stack_trace.c,
4546 plugins/debug-manager/queue.c,
4547 plugins/debug-manager/queue.h:
4548 Connect debugger signal only when program is loaded
4549 Rename get_feature in is_supported
4551 * plugins/debug-manager/plugin.c:
4552 Remove editor watch when plugin is deactivated
4554 * plugins/debug-manager/anjuta-debug-manager.glade,
4555 plugins/debug-manager/breakpoints.c,
4556 plugins/debug-manager/breakpoints.h:
4557 Rewrite almost completely the breakpoint code
4558 Improve breakpoint dialog
4560 Implement condition, hit count, ignore and temporary attribute
4562 * plugins/debug-manager/command.c,
4563 plugins/debug-manager/command.h:
4564 Add a breakpoint list command
4566 * plugins/gdb/debugger.c,
4567 plugins/gdb/debugger.h:
4568 Add new breakpoint list command
4569 Fix parsing of breakpoint data
4571 * libanjuta/interfaces/libanjuta.idl,
4572 plugins/gdb/plugin.c:
4573 Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4575 2007-11-23 Jaap Haitsma <jaap@haitsma.org>
4577 * plugins/document-manager/plugin.c:
4578 Use Ctrl+Shift+s as shortcut for Save As
4580 2007-11-22 Naba Kumar <naba.kumar@gnome.org>
4582 * plugins/subversion/plugin.c: (activate_plugin):
4583 * plugins/symbol-db/plugin.c: (symbol_db_activate):
4584 * src/layout.xml: Fixed dockitem positions.
4586 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
4588 Icons from tpgww@onepost.net:
4589 * plugins/project-wizard/applogo.png:
4590 Icons from patch in bug #480093 comment #23. Also renamed icons.
4592 * plugins/message-view/Makefile.am:
4593 * plugins/message-view/plugin.c: (register_stock_icons),
4594 (ipreferences_merge): Removed redundant icon.
4596 * plugins/document-manager/plugin.c:
4597 (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4598 Do not insensitize New action when there is no document.
4601 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
4603 Icons from tpgww@onepost.net:
4604 * plugins/symbol-browser/an_symbol_prefs.c:
4605 * pixmaps/Makefile.am:
4606 * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4608 Icons from patch in bug #480093 comment #23. Also renamed icons.
4611 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
4613 Patch from James Liggett:
4614 * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4615 revert and dialogs resizable.
4617 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
4619 Patch from James Liggett:
4620 * plugins/subversion/anjuta-subversion.glade:
4621 * plugins/subversion/subversion-diff-dialog.c:
4622 (on_subversion_diff_response), (subversion_diff_dialog):
4623 * plugins/subversion/subversion-diff-dialog.h:
4625 The diff dialog should have a checkbox, enabled by default, that
4626 allows the user to make sure that all open files are saved before
4629 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
4631 * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4633 Icons from tpgww@onepost.net:
4634 * pixmaps/Makefile.am:
4637 * src/anjuta-preferences-general.svg:
4639 Icons from patch in bug #480093 comment #23. Also renamed icons.
4642 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
4644 Icons from tpgww@onepost.net:
4645 * plugins/debug-manager/images/Makefile.am:
4646 * plugins/debug-manager/images/anjuta-watch.svg:
4647 * plugins/debug-manager/plugin.c: (register_stock_icons):
4648 * plugins/gdb/images/Makefile.am:
4649 * plugins/gtodo/Makefile.am:
4650 * plugins/gtodo/anjuta-gtodo-plugin.svg:
4651 * plugins/gtodo/anjuta-gtodo.plugin.in:
4652 * plugins/gtodo/interface.c: (stock_icons):
4653 * plugins/gtodo/main.h:
4654 * plugins/gtodo/plugin.c: (ipreferences_merge):
4655 * plugins/terminal/Makefile.am:
4656 * plugins/terminal/anjuta-terminal-plugin.svg:
4657 * plugins/terminal/anjuta-terminal.plugin.in:
4658 * plugins/terminal/terminal.c:
4659 * plugins/tools/Makefile.am:
4660 * plugins/tools/anjuta-tools-plugin.svg:
4661 * plugins/tools/anjuta-tools.plugin.in:
4662 * plugins/tools/plugin.c:
4663 * plugins/valgrind/Makefile.am:
4664 * plugins/valgrind/anjuta-valgrind-plugin.svg:
4665 * plugins/valgrind/anjuta-valgrind.plugin.in:
4666 * plugins/valgrind/plugin.c: (register_stock_icons),
4667 (ipreferences_merge):
4669 Icons from patch in bug #480093 comment #23. Also renamed icons.
4672 2007-11-18 Massimo Cora' <maxcvs@email.it>
4674 reviewed by: Johannes Schmid <jhs@gnome.org>
4677 required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4678 due to bug #493360. Still present anyway bug #495843
4680 * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4681 (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4682 (on_local_treeview_row_activated),
4683 (on_global_treeview_row_activated),
4684 (on_global_treeview_row_expanded), (on_project_element_added),
4685 (on_project_element_removed), (project_root_added),
4686 (symbol_db_activate), (isymbol_manager_search),
4687 (isymbol_manager_get_members),
4688 (isymbol_manager_get_completions_at_position):
4689 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4690 (symbol_db_engine_iterator_node_get_symbol_extra_string):
4691 * plugins/symbol-db/symbol-db-engine.c:
4692 (sdb_engine_execute_non_select_sql),
4693 (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4694 (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4695 (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4696 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4697 (symbol_db_engine_add_new_workspace),
4698 (symbol_db_engine_add_new_project),
4699 (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4700 (sdb_engine_detects_removed_ids),
4701 (sdb_engine_walk_down_scope_path),
4702 (symbol_db_engine_get_class_parents),
4703 (symbol_db_engine_get_global_members),
4704 (symbol_db_engine_get_scope_members_by_symbol_id),
4705 (symbol_db_engine_get_scope_members),
4706 (symbol_db_engine_get_current_scope),
4707 (symbol_db_engine_get_file_symbols),
4708 (symbol_db_engine_get_symbol_info_by_id),
4709 (symbol_db_engine_find_symbol_by_name_pattern):
4710 * plugins/symbol-db/symbol-db-engine.h:
4711 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4712 (on_symbol_inserted), (symbol_db_view_locals_update_list):
4713 * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4714 (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4715 (on_scan_end), (do_add_root_symbol_to_view),
4716 (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4717 (trigger_on_symbol_inserted), (add_new_waiting_for),
4718 (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4719 (on_symbol_inserted), (do_recurse_subtree_and_remove),
4720 (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4721 (symbol_db_view_row_expanded), (sdb_view_init),
4722 (gtree_compare_func), (sdb_view_finalize),
4723 (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4724 (sdb_view_populate_base_root),
4725 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4726 * plugins/symbol-db/symbol-db-view.h:
4727 * plugins/symbol-db/tables.sql:
4728 * plugins/symbol-db/test/Makefile.am:
4729 * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4730 (get_scope_members), (get_current_scope), (get_global_members),
4731 (get_file_symbols), (get_info_by_id), (main):
4733 Rewrote symbol-db-view global tab. Now every expandable node is a query.
4734 Started using LIMIT keyword to speed up things.
4735 Deprecated GdaCommand in favour of GdaQuery into engine. This should
4736 make providers use prepared statements.
4738 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
4740 Patch from James Liggett:
4741 * plugins/subversion/plugin.c: (subversion_instance_init):
4742 * plugins/subversion/plugin.h:
4743 * plugins/subversion/subversion-diff-dialog.c:
4744 (on_subversion_diff_response), (subversion_diff_dialog),
4745 (on_menu_subversion_diff):
4746 * plugins/subversion/subversion-log-dialog.c:
4747 (on_log_view_selected_button_clicked),
4748 (on_log_diff_selected_button_clicked),
4749 (on_log_diff_previous_button_clicked),
4750 (subversion_log_window_create):
4751 * plugins/subversion/subversion-ui-utils.c:
4752 (get_filename_from_full_path), (init_whole_project),
4753 (on_whole_project_toggled):
4754 * plugins/subversion/subversion-ui-utils.h:
4755 * plugins/subversion/subversion-update-dialog.c:
4756 (subversion_update_dialog), (on_menu_subversion_update):
4758 Whole Project checkbox enabled by default in diff and update dialogs.
4759 changes the editor names for diff editors to something much more
4760 descriptive. For example, working copy/head diffs would have an editor
4761 with a name like "[Working Copy/Head] some-file.diff," where some-file
4762 is the name of the file/directory that was diffed. For diffs against
4763 arbitrary diffs the name would look like "[Revisions 2832/3200]
4764 some-file.diff" for a diff of some-file between revisions 2832 and
4767 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
4769 Icons from tpgww@onepost.net:
4770 * plugins/subversion/Makefile.am:
4771 * plugins/subversion/anjuta-subversion-plugin.svg:
4772 * plugins/subversion/anjuta-subversion.plugin.in:
4773 * plugins/subversion/plugin.h:
4774 * plugins/symbol-browser/Makefile.am:
4775 * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4776 * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4777 * plugins/symbol-browser/plugin.c:
4778 * plugins/symbol-db/Makefile.am:
4779 * plugins/symbol-db/plugin.c:
4780 * plugins/symbol-db/symbol-db.plugin.in:
4782 Icons from patch in bug #480093 comment #23. Also renamed icons.
4785 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
4787 Icons from tpgww@onepost.net:
4788 * plugins/project-manager/Makefile.am:
4789 * plugins/project-manager/anjuta-project-manager-plugin.svg:
4790 * plugins/project-manager/anjuta-project-manager.plugin.in:
4791 * plugins/project-manager/plugin.c:
4792 * plugins/project-wizard/Makefile.am:
4793 * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4794 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4795 * plugins/project-wizard/druid.h:
4796 * plugins/search/Makefile.am:
4797 * plugins/search/anjuta-search-plugin.svg:
4798 * plugins/search/anjuta-search.plugin.in:
4799 * plugins/search/plugin.c:
4801 Icons from patch in bug #480093 comment #23. Also renamed icons.
4804 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
4806 * TODO.tasks: updated.
4808 Icons from tpgww@onepost.net:
4809 * plugins/file-loader/Makefile.am:
4810 * plugins/file-loader/anjuta-loader-plugin.svg:
4811 * plugins/file-loader/anjuta-loader.plugin.in:
4812 * plugins/file-manager/Makefile.am:
4813 * plugins/file-manager/anjuta-file-manager-plugin.svg:
4814 * plugins/file-manager/file-manager.plugin.in:
4815 * plugins/file-manager/plugin.c:
4816 * plugins/glade/Makefile.am:
4817 * plugins/glade/anjuta-glade-plugin.svg:
4818 * plugins/glade/anjuta-glade.plugin.in:
4819 * plugins/glade/plugin.c: (register_stock_icons):
4820 * plugins/language-manager/Makefile.am:
4821 * plugins/language-manager/anjuta-language-manager-plugin.svg:
4822 * plugins/language-manager/language-manager.plugin.in:
4823 * plugins/message-view/Makefile.am:
4824 * plugins/message-view/anjuta-message-manager.plugin.in:
4825 * plugins/message-view/anjuta-messages-plugin.svg:
4826 * plugins/message-view/plugin.c:
4827 * plugins/patch/Makefile.am:
4828 * plugins/patch/anjuta-patch-plugin.svg:
4829 * plugins/patch/anjuta-patch.plugin.in:
4830 * plugins/patch/plugin.c:
4831 * plugins/profiler/Makefile.am:
4832 * plugins/profiler/anjuta-profiler-plugin.svg:
4833 * plugins/profiler/plugin.c: (register_stock_icons):
4834 * plugins/profiler/profiler.plugin.in:
4835 * plugins/project-import/Makefile.am:
4836 * plugins/project-import/anjuta-project-import-plugin.svg:
4837 * plugins/project-import/anjuta-project-import.plugin.in:
4838 * plugins/project-import/plugin.c:
4840 Icons from patch in bug #480093 comment #23. Also renamed icons.
4843 2007-11-18 Johannes Schmid <jhs@gnome.org>
4845 * plugins/build-basic-autotools/build-basic-autotools.c:
4847 * plugins/debug-manager/anjuta-debug-manager.glade:
4848 * plugins/debug-manager/breakpoints.c:
4849 * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4850 * plugins/file-wizard/file.c:
4851 * plugins/gdb/anjuta-gdb.glade:
4852 * plugins/glade/plugin.c: (ifile_open):
4853 * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4854 * plugins/gtodo/mcategory.c: (category_manager_add_item):
4855 * plugins/gtodo/tray-icon.c:
4856 * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4857 * plugins/macro/macros.xml:
4858 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4859 Fixed translation bugs (#496833, #488211 and #497758)
4861 * plugins/document-manager/plugin.c: (on_editor_changed):
4864 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
4866 Icons from tpgww@onepost.net:
4867 * plugins/devhelp/Makefile.am:
4868 * plugins/devhelp/anjuta-devhelp-plugin.svg:
4869 * plugins/devhelp/anjuta-devhelp.plugin.in:
4870 * plugins/devhelp/plugin.c:
4871 * plugins/document-manager/anjuta-document-manager.plugin.in:
4872 * plugins/document-manager/images/Makefile.am:
4873 * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4874 * plugins/document-manager/plugin.c:
4875 * plugins/editor/Makefile.am:
4876 * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4877 * plugins/editor/anjuta-editor.plugin.in:
4878 * plugins/editor/plugin.c:
4879 * plugins/sample1/Makefile.am:
4880 * plugins/sample1/anjuta-sample-plugin.svg:
4881 * plugins/sample1/anjuta-sample.plugin.in:
4882 * plugins/sourceview/Makefile.am:
4883 * plugins/sourceview/plugin.c:
4884 * plugins/sourceview/sourceview.plugin.in:
4886 Icons from patch in bug #480093 comment #23. Also renamed icons.
4889 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
4891 * TODO.tasks: Updated.
4893 Icons from tpgww@onepost.net:
4894 * plugins/build-basic-autotools/Makefile.am:
4895 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4896 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4897 * plugins/build-basic-autotools/build-basic-autotools.c:
4898 * plugins/class-inheritance/Makefile.am:
4899 * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4900 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4901 * plugins/class-inheritance/plugin.c:
4902 * plugins/cvs-plugin/Makefile.am:
4903 * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4904 * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4905 * plugins/cvs-plugin/plugin.c:
4906 * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4907 * plugins/debug-manager/images/Makefile.am:
4908 * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4909 * plugins/debug-manager/plugin.c:
4911 Icons from patch in bug #480093 comment #23. Also renamed icons.
4914 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
4916 * (removed) libanjuta/anjuta-children.c,
4917 (removed) libanjuta/anjuta-children.h,
4918 libanjuta/anjuta-launcher.c,
4919 libanjuta/libanjuta.h,
4920 libanjuta/Makefile.am,
4921 plugins/gdb/debugger.c,
4922 plugins/terminal/terminal.c,
4923 manuals/reference/libanjuta/libanjuta-sections.txt,
4924 manuals/reference/libanjuta/libanjuta-docs.sgml:
4925 Replace anjuta_children_register by g_child_watch_add
4927 2007-11-13 Johannes Schmid <jhs@gnome.org>
4929 * plugins/subversion/anjuta-subversion.glade:
4930 * plugins/subversion/subversion-commit-dialog.c:
4931 (subversion_commit_dialog):
4932 * plugins/subversion/subversion-resolve-dialog.c:
4933 (subversion_resolve_dialog):
4934 * plugins/subversion/subversion-revert-dialog.c:
4935 (subversion_revert_dialog):
4936 * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4937 (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4938 (hide_pulse_progress_bar):
4939 * plugins/subversion/subversion-ui-utils.h:
4941 Yet another patch from #457477:
4942 Add a pulsing progress bar to all dialogs receiving status
4944 2007-11-12 Johannes Schmid <jhs@gnome.org>
4946 * plugins/document-manager/plugin.c: (create_highlight_submenu):
4947 Bug 493583 – crash in Anjuta IDE: trying to open a file
4949 * plugins/subversion/subversion-commit-dialog.c:
4950 (select_all_files), (subversion_commit_dialog):
4951 Patch from jrligget - see #457477
4953 2007-11-12 Johannes Schmid <jhs@gnome.org>
4955 Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4956 * libanjuta/anjuta-plugin-handle.c:
4957 (anjuta_plugin_handle_get_about):
4958 Bug 495536 – Plugins localization improvement
4960 Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4961 * plugins/class-gen/anjuta-class-gen-plugin.glade:
4962 * plugins/indent/indent.glade:
4963 * plugins/subversion/anjuta-subversion.glade:
4964 Bug 495245 – Strings bug
4966 2007-11-08 James Liggett <jrliggett@cox.net>
4968 reviewed by: Johannes Schmid <jhs@gnome.org>
4970 * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4971 (anjuta_async_command_finalize),
4972 (anjuta_async_command_notification_poll),
4973 (anjuta_async_command_thread), (start_command),
4974 (notify_data_arrived), (notify_complete),
4975 (anjuta_async_command_class_init),
4976 (anjuta_async_command_set_error_message),
4977 (anjuta_async_command_get_error_message),
4978 (anjuta_async_command_lock), (anjuta_async_command_unlock):
4979 * libanjuta/anjuta-async-command.h:
4980 * libanjuta/anjuta-command.c: (anjuta_command_init),
4981 (anjuta_command_finalize), (anjuta_command_class_init),
4982 (anjuta_command_start), (anjuta_command_notify_data_arrived),
4983 (anjuta_command_notify_complete),
4984 (anjuta_command_set_error_message),
4985 (anjuta_command_get_error_message):
4986 * libanjuta/anjuta-command.h:
4987 * libanjuta/anjuta-glade-catalog.c:
4988 * libanjuta/anjuta-glade.xml:
4989 * libanjuta/anjuta-vcs-status-tree-view.c:
4990 (on_selected_column_toggled),
4991 (anjuta_vcs_status_tree_view_create_columns),
4992 (anjuta_vcs_status_tree_view_init),
4993 (anjuta_vcs_status_tree_view_finalize),
4994 (anjuta_vcs_status_tree_view_set_property),
4995 (anjuta_vcs_status_tree_view_get_property),
4996 (anjuta_vcs_status_tree_view_class_init),
4997 (anjuta_vcs_status_tree_view_new),
4998 (anjuta_vcs_status_tree_view_destroy),
4999 (anjuta_vcs_status_tree_view_add), (select_all_paths),
5000 (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
5001 (anjuta_vcs_status_tree_view_unselect_all),
5002 (create_selected_paths_list),
5003 (anjuta_vcs_status_tree_view_get_selected):
5004 * libanjuta/anjuta-vcs-status-tree-view.h:
5005 * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
5006 * libanjuta/anjuta-widgets.h:
5007 * plugins/subversion/subversion-add-dialog.c:
5008 (on_add_command_finished), (on_subversion_add_response),
5009 (subversion_add_dialog), (on_menu_subversion_add),
5010 (on_fm_subversion_add):
5011 * plugins/subversion/subversion-add-dialog.h:
5012 * plugins/subversion/subversion-commit-dialog.c:
5013 (on_commit_command_finished), (on_subversion_commit_response),
5014 (subversion_commit_dialog), (on_menu_subversion_commit),
5015 (on_fm_subversion_commit):
5016 * plugins/subversion/subversion-commit-dialog.h:
5017 * plugins/subversion/subversion-copy-dialog.c:
5018 (on_copy_other_revision_radio_toggled),
5019 (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
5020 (on_copy_command_finished), (on_subversion_copy_response),
5021 (subversion_copy_dialog), (on_menu_subversion_copy),
5022 (on_fm_subversion_copy):
5023 * plugins/subversion/subversion-copy-dialog.h:
5024 * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
5025 (on_subversion_diff_response), (subversion_diff_dialog),
5026 (on_menu_subversion_diff), (on_fm_subversion_diff):
5027 * plugins/subversion/subversion-diff-dialog.h:
5028 * plugins/subversion/subversion-log-dialog.c:
5029 (on_diff_selected_column_toggled), (create_columns),
5030 (on_log_command_finished), (on_log_view_button_clicked),
5031 (on_cat_command_data_arrived), (on_cat_command_finished),
5032 (on_log_view_selected_button_clicked), (get_selected_revisions),
5033 (on_log_diff_selected_button_clicked),
5034 (on_log_diff_previous_button_clicked),
5035 (on_subversion_log_vbox_destroy),
5036 (on_log_changes_view_row_selected), (subversion_log_window_create),
5037 (on_menu_subversion_log), (on_fm_subversion_log),
5038 (subversion_log_set_whole_project_sensitive):
5039 * plugins/subversion/subversion-log-dialog.h:
5040 * plugins/subversion/subversion-merge-dialog.c:
5041 (on_merge_command_finished), (on_subversion_merge_response),
5042 (on_merge_first_path_browse_button_clicked),
5043 (on_merge_second_path_browse_button_clicked),
5044 (on_merge_use_first_path_check_toggled),
5045 (on_merge_start_revision_radio_toggled),
5046 (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
5047 (on_menu_subversion_merge):
5048 * plugins/subversion/subversion-merge-dialog.h:
5049 * plugins/subversion/subversion-remove-dialog.c:
5050 (on_remove_command_finished),
5051 (on_remove_path_browse_button_clicked),
5052 (on_subversion_remove_response), (subversion_remove_dialog),
5053 (on_menu_subversion_remove), (on_fm_subversion_remove):
5054 * plugins/subversion/subversion-remove-dialog.h:
5055 * plugins/subversion/subversion-resolve-dialog.c:
5056 (on_resolve_command_finished), (on_subversion_resolve_response),
5057 (subversion_resolve_dialog), (on_menu_subversion_resolve):
5058 * plugins/subversion/subversion-resolve-dialog.h:
5059 * plugins/subversion/subversion-revert-dialog.c:
5060 (on_revert_command_finished), (on_subversion_revert_response),
5061 (subversion_revert_dialog), (on_menu_subversion_revert):
5062 * plugins/subversion/subversion-revert-dialog.h:
5063 * plugins/subversion/subversion-switch-dialog.c:
5064 (on_switch_other_revision_radio_toggled),
5065 (on_switch_command_finished), (on_subversion_switch_response),
5066 (subversion_switch_dialog), (on_menu_subversion_switch):
5067 * plugins/subversion/subversion-switch-dialog.h:
5068 * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
5069 (subversion_data_free), (on_mesg_view_destroy),
5070 (create_message_view), (check_filename), (get_log_from_textview),
5071 (pulse_timer), (on_pulse_timer_destroyed),
5072 (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
5073 (report_errors), (on_status_command_finished),
5074 (on_status_command_data_arrived), (on_command_info_arrived),
5075 (select_all_status_items), (clear_all_status_selections),
5076 (init_whole_project), (on_whole_project_toggled),
5077 (send_diff_command_output_to_editor), (on_diff_command_finished),
5078 (stop_status_bar_progress_pulse):
5079 * plugins/subversion/subversion-ui-utils.h:
5080 * plugins/subversion/subversion-update-dialog.c:
5081 (on_update_command_finished), (on_subversion_update_response),
5082 (subversion_update_dialog), (on_menu_subversion_update),
5083 (on_fm_subversion_update):
5084 * plugins/subversion/subversion-update-dialog.h:
5085 * plugins/subversion/svn-add-command.c: (svn_add_command_init),
5086 (svn_add_command_finalize), (svn_add_command_run),
5087 (svn_add_command_class_init), (svn_add_command_new),
5088 (svn_add_command_destroy):
5089 * plugins/subversion/svn-add-command.h:
5090 * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
5091 (svn_cat_command_finalize), (svn_cat_command_run),
5092 (svn_cat_command_class_init), (svn_cat_command_new),
5093 (svn_cat_command_destroy), (svn_cat_command_get_output):
5094 * plugins/subversion/svn-cat-command.h:
5095 * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
5096 (svn_command_release_ui_lock), (simple_prompt),
5097 (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
5098 (svn_auth_ssl_server_trust_prompt_func_cb),
5099 (svn_auth_ssl_client_cert_prompt_func_cb),
5100 (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
5101 (svn_command_init), (svn_command_finalize),
5102 (svn_command_class_init), (svn_command_push_info),
5103 (svn_command_get_info_queue), (svn_command_set_error),
5104 (svn_command_get_client_context), (svn_command_get_pool),
5105 (svn_command_lock_ui), (svn_command_unlock_ui),
5106 (svn_command_get_revision), (svn_command_copy_path_list),
5107 (svn_command_free_path_list):
5108 * plugins/subversion/svn-command.h:
5109 * plugins/subversion/svn-commit-command.c: (on_log_callback),
5110 (svn_commit_command_init), (svn_commit_command_finalize),
5111 (svn_commit_command_run), (svn_commit_command_class_init),
5112 (svn_commit_command_new), (svn_commit_command_destroy):
5113 * plugins/subversion/svn-commit-command.h:
5114 * plugins/subversion/svn-copy-command.c: (on_log_callback),
5115 (svn_copy_command_init), (svn_copy_command_finalize),
5116 (svn_copy_command_run), (svn_copy_command_class_init),
5117 (svn_copy_command_new), (svn_copy_command_destroy):
5118 * plugins/subversion/svn-copy-command.h:
5119 * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
5120 (svn_diff_command_finalize), (svn_diff_command_run),
5121 (svn_diff_command_class_init), (svn_diff_command_new),
5122 (svn_diff_command_destroy), (svn_diff_command_get_output):
5123 * plugins/subversion/svn-diff-command.h:
5124 * plugins/subversion/svn-log-command.c: (svn_log_command_init),
5125 (svn_log_command_finalize), (log_callback), (svn_log_command_run),
5126 (svn_log_command_class_init), (svn_log_command_new),
5127 (svn_log_command_destroy), (svn_log_command_get_entry_queue):
5128 * plugins/subversion/svn-log-command.h:
5129 * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
5130 (svn_log_entry_finalize), (svn_log_entry_class_init),
5131 (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
5132 (svn_log_entry_get_author), (svn_log_entry_get_date),
5133 (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
5134 (svn_log_entry_get_full_log):
5135 * plugins/subversion/svn-log-entry.h:
5136 * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
5137 (svn_merge_command_finalize), (svn_merge_command_run),
5138 (svn_merge_command_class_init), (svn_merge_command_new),
5139 (svn_merge_command_destroy):
5140 * plugins/subversion/svn-merge-command.h:
5141 * plugins/subversion/svn-remove-command.c: (on_log_callback),
5142 (svn_remove_command_init), (svn_remove_command_finalize),
5143 (svn_remove_command_run), (svn_remove_command_class_init),
5144 (svn_remove_command_new), (svn_remove_command_destroy),
5145 (svn_remove_command_get_path):
5146 * plugins/subversion/svn-remove-command.h:
5147 * plugins/subversion/svn-resolve-command.c:
5148 (svn_resolve_command_init), (svn_resolve_command_finalize),
5149 (svn_resolve_command_run), (svn_resolve_command_class_init),
5150 (svn_resolve_command_new), (svn_resolve_command_destroy):
5151 * plugins/subversion/svn-resolve-command.h:
5152 * plugins/subversion/svn-revert-command.c:
5153 (svn_revert_command_init), (svn_revert_command_finalize),
5154 (svn_revert_command_run), (svn_revert_command_class_init),
5155 (svn_revert_command_new), (svn_revert_command_destroy):
5156 * plugins/subversion/svn-revert-command.h:
5157 * plugins/subversion/svn-status-command.c:
5158 (svn_status_command_init), (svn_status_command_finalize),
5159 (on_svn_status_notify), (svn_status_command_run),
5160 (svn_status_command_class_init), (svn_status_command_new),
5161 (svn_status_command_destroy),
5162 (svn_status_command_get_status_queue):
5163 * plugins/subversion/svn-status-command.h:
5164 * plugins/subversion/svn-status.c: (svn_status_init),
5165 (svn_status_finalize), (svn_status_class_init), (svn_status_new),
5166 (svn_status_destroy), (svn_status_get_path),
5167 (svn_status_get_vcs_status):
5168 * plugins/subversion/svn-status.h:
5169 * plugins/subversion/svn-switch-command.c:
5170 (svn_switch_command_init), (svn_switch_command_finalize),
5171 (svn_switch_command_run), (svn_switch_command_class_init),
5172 (svn_switch_command_new), (svn_switch_command_destroy):
5173 * plugins/subversion/svn-switch-command.h:
5174 * plugins/subversion/svn-update-command.c:
5175 (svn_update_command_init), (svn_update_command_finalize),
5176 (svn_update_command_run), (svn_update_command_class_init),
5177 (svn_update_command_new), (svn_update_command_destroy):
5178 * plugins/subversion/svn-update-command.h:
5180 Now really committed all files from James patch (#457477)
5182 2007-11-08 Johannes Schmid <jhs@gnome.org>
5184 * TODO.tasks: Updated
5186 2007-11-08 James Liggett <jrliggett@cox.net>
5188 reviewed by: Johannes Schmid <jhs@gnome.org>
5191 * libanjuta/Makefile.am:
5192 * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
5193 * libanjuta/anjuta-status.h:
5194 * libanjuta/libanjuta.h:
5195 * plugins/subversion/Makefile.am:
5196 * plugins/subversion/anjuta-subversion.glade:
5197 * plugins/subversion/anjuta-subversion.ui:
5198 * plugins/subversion/plugin.c: (value_added_project_root_uri),
5199 (value_removed_project_root_uri), (activate_plugin),
5200 (deactivate_plugin), (finalize), (subversion_instance_init):
5201 * plugins/subversion/plugin.h:
5202 * plugins/subversion/subversion-actions.c:
5203 * plugins/subversion/subversion-actions.h:
5204 * plugins/subversion/subversion-callbacks.c:
5205 * plugins/subversion/subversion-callbacks.h:
5206 * plugins/subversion/svn-auth.c:
5207 * plugins/subversion/svn-auth.h:
5208 * plugins/subversion/svn-backend-priv.h:
5209 * plugins/subversion/svn-backend.c:
5210 * plugins/subversion/svn-backend.h:
5211 * plugins/subversion/svn-notify.c:
5212 * plugins/subversion/svn-notify.h:
5213 * plugins/subversion/svn-thread.c:
5214 * plugins/subversion/svn-thread.h:
5216 Commited alpha2 of the new subversion plugin (#457477)
5218 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
5220 * plugins/debug-manager/command.c:
5221 Fix a stupid crash when changing a register value
5223 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
5225 * libanjuta/interfaces/libanjuta.idl,
5226 plugins/debug-manager/command.c,
5227 plugins/debug-manager/command.h,
5228 plugins/debug-manager/start.c,
5229 plugins/gdb/plugin.c,
5230 plugins/gdb/debugger.c,
5231 plugins/gdb/debugger.h:
5232 Use anjuta terminal plugin instead of gnome terminal
5233 Select if a terminal is used in the the start_program function
5234 Move terminal code from debugger.c to plugin.c
5235 Partial fix of bug #481366
5237 * plugins/gdb/utilities.c,
5238 plugins/gdb/utilities.h:
5239 Remove gnome terminal check function
5241 2007-11-06 Johannes Schmid <jhs@gnome.org>
5243 * plugins/project-import/anjuta-project-import.glade:
5244 * plugins/project-import/project-import.c: (on_import_next),
5245 (on_import_finish), (project_import_set_directory):
5246 * plugins/project-wizard/property.c: (npw_property_create_widget),
5247 (npw_property_set_value_from_widget):
5249 Replaced gnome_file_entry with gtk_file_chooser_button
5250 Fixes #422329 – Creating a new directory in program options doesn't work
5252 2007-11-04 Massimo Cora' <maxcvs@email.it>
5254 * plugins/symbol-db/plugin.c:
5255 add all files at once on project_import.
5256 No need to split them into more languages: ctags
5257 and the engine will take care of that.
5259 * plugins/symbol-db/symbol-db-engine.h,
5260 * plugins/symbol-db/symbol-db-engine.c,
5261 * plugins/symbol-db/tables.sql,
5262 * plugins/symbol-db/test/Makefile.am,
5263 * plugins/symbol-db/test/main.c,
5264 * plugins/symbol-db/symbol-db-view-locals.c:
5265 some memory leaks fixed. Ported the thing to
5266 libgda 3.1.2 [or better svn HEAD].
5267 Thanks to a fresh new algorithm to detect
5268 parent scope we're able to display correcly
5269 a local gtktree, including classes not directly
5270 defined inside that file.
5272 2007-11-04 Sébastien Granjoux <seb.sfo@free.fr>
5274 * plugins/debug-manager/threads.c,
5275 plugins/debug-manager/stack_trace.c:
5276 Do not display address when not needed
5278 * plugins/debug-manager/plugin.c,
5279 plugins/debug-manager/breakpoints.c:
5280 Breakpoints directly connect to debugger signals
5282 * plugins/debug-manager/watch.c:
5283 program-unload signal does not exist used debugger-stopped
5285 * plugins/debug-manager/queue.c,
5286 libanjuta/interfaces/libanjuta.idl:
5287 Display error message returned by debugger command
5290 2007-11-04 Johannes Schmid <jhs@gnome.org>
5292 * plugins/project-wizard/templates/gcj/configure.ac.tpl:
5293 Bug 493062 – gcj template needs AC_PROG_CC
5294 (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
5296 * src/anjuta-actions.h:
5297 Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
5298 (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
5300 === anjuta 2.3.0 ===
5302 2007-11-02 Naba Kumar <naba.kumar@gnome.org>
5306 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
5308 * ChangeLog: Tagged 2.3.0 release.
5310 * plugins/indent/Makefile.am: Fixed indentation.
5312 * plugins/editor/aneditor-autocomplete.cxx:
5313 * plugins/editor/aneditor-priv.h:
5314 * plugins/editor/aneditor.cxx:
5315 * plugins/editor/aneditor.h: Commented out dead codes.
5317 * configure.in, plugins/symbol-db/symbol-db.plugin.in:
5318 Do not build symbol-db by
5319 default. Added 'unstable' in plugin description to signify it's
5320 developmental state.
5322 * plugins/file-manager/Makefile.am,
5323 plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
5325 2007-11-01 Sébastien Granjoux <seb.sfo@free.fr>
5327 * plugins/debug-manager/utilities.c,
5328 plugins/debug-manager/utilities.h,
5329 plugins/debug-manager/threads.c,
5330 plugins/debug-manager/plugin.c,
5331 plugins/debug-manager/plugin.h,
5332 plugins/debug-manager/disassemble.h,
5333 plugins/debug-manager/watch.c,
5334 plugins/debug-manager/watch.h,
5335 plugins/debug-manager/breakpoints.c,
5336 plugins/debug-manager/stack_trace.c:
5337 Replace few remaining function calls by signal
5339 * plugins/debug-manager/disassemble.c,
5340 plugins/debug-manager/registers.c,
5341 plugins/debug-manager/memory.c,
5342 plugins/debug-manager/locals.c,
5343 plugins/debug-manager/queue.c,
5344 plugins/debug-manager/queue.h:
5345 Connect signals when debugger is started
5346 Disconnect them when debugger is stopped
5347 Do not display window if debugger doesn't support feature
5349 * plugins/gdb/plugin.c,
5350 libanjuta/interfaces/libanjuta.idl:
5351 Remove unused initialization function
5353 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
5356 * plugins/file-manager/Makefile.am:
5357 * scripts/build-schemas.mk: Fixed 'make distcheck'
5359 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
5361 * manuals/reference/libanjuta/libanjuta-docs.sgml,
5362 manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
5363 to latest API additions.
5365 * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
5368 2007-10-31 Naba Kumar <naba.kumar@gnome.org>
5370 * ChangeLog: Fixed indentation.
5371 * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
5374 2007-10-30 Naba Kumar <naba.kumar@gnome.org>
5376 * libanjuta/interfaces/libanjuta.idl:
5377 * plugins/build-basic-autotools/build-basic-autotools.c:
5378 (build_compile_file_real), (build_build_project),
5379 (build_install_project), (build_clean_project),
5380 (build_configure_project), (build_autogen_project),
5381 (build_distribution_project), (build_build_module),
5382 (build_install_module), (build_clean_module), (fm_build),
5383 (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
5384 (finalize), (basic_autotools_plugin_instance_init),
5385 (ibuildable_set_command), (ibuildable_reset_commands),
5386 (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
5387 (ibuildable_install), (ibuildable_configure),
5388 (ibuildable_generate), (ibuildable_iface_init):
5389 * plugins/build-basic-autotools/build-basic-autotools.h:
5391 Added API for commands override in build interface and implemented
5392 them in build plugin. Useful for other plugins override build
5393 commands depending on project environment.
5395 2007-10-28 Naba Kumar <naba@gnome.org>
5398 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5399 Fixed widget alignment for dock switcher tab style combo and
5400 scratchbox path entrybox.
5402 2007-10-28 Johannes Schmid <jhs@gnome.org>
5404 * plugins/document-manager/plugin.c: (on_editor_changed):
5405 Fixed a memory leak and simplified code (thanks again Sébastien)
5408 Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
5409 and OFFSET sql statements)
5411 2007-10-28 Massimo Cora' <maxcvs@email.it>
5413 * plugins/symbol-db/plugin.c,
5414 plugins/symbol-db/symbol-db-engine.h,
5415 plugins/symbol-db/symbol-db-view.c,
5416 plugins/symbol-db/symbol-db-view.c,
5417 plugins/symbol-db/symbol-db-view-locals.c,
5418 plugins/symbol-db/symbol-db-view-locals.h,
5419 plugins/symbol-db/symbol-db-engine.c:
5420 Better end-of-file-scan detection, permitting
5421 an improved scope/inheritance parsing.
5422 Locals tab gtktree now displays correct
5423 namespace->class->children tree, even if
5424 in a C++ file there isn't class declaration.
5426 2007-10-27 Johannes Schmid <jhs@gnome.org>
5428 Patch from Stanislav Brabec <sbrabec@suse.cz>
5430 Bug 489798 – Do not rely on svn-config
5432 Patch from Michael Wolf <maw@ximian.com>:
5433 * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
5434 (egg_tree_model_filter_remove_node),
5435 (egg_tree_model_filter_row_deleted):
5436 Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
5438 2007-10-27 Johannes Schmid <jhs@gnome.org>
5440 * plugins/devhelp/anjuta-devhelp.ui:
5441 * plugins/message-view/anjuta-message-manager.ui:
5443 Added some separators to the toolbar
5445 * plugins/document-manager/plugin.c:
5446 (on_support_plugin_deactivated), (load_new_support_plugins),
5447 (unload_unused_support_plugins), (on_editor_changed):
5449 Fixed the language supprt loading unloading stuff. Thanks to Sébastien
5450 for pointing out that is was crap.
5452 2007-10-24 Sébastien Granjoux <seb.sfo@free.fr>
5454 * libanjuta/interfaces/libanjuta.idl,
5455 libanjuta/anjuta-plugin-manager.c,
5456 libanjuta/anjuta-plugin-manager.h,
5457 libanjuta/anjuta-c-plugin-factory.c,
5458 libanjuta/anjuta-c-module.h,
5459 libanjuta/anjuta-c-module.c:
5460 Report detailled error message in case of plugin loading failure
5462 2007-10-24 Johannes Schmid <jhs@gnome.org>
5465 * plugins/Makefile.am:
5467 Activate build of symbol-db plugin (when libgda is available)
5469 * plugins/document-manager/plugin.c:
5470 (on_support_plugin_deactivated), (on_editor_changed):
5472 Properly handle language support plugins even when they are
5473 unloaded by the session.
5475 * plugins/symbol-db/plugin.c: (register_stock_icons),
5476 Port to new REGISTER_ICONS stuff
5478 2007-10-22 Massimo Cora' <maxcvs@email.it>
5480 * plugins/symbol-db/plugin.c,
5481 * plugins/symbol-db/symbol-db-view.c
5482 * plugins/symbol-db/symbol-db-engine.h,
5483 * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5484 * plugins/symbol-db/symbol-db-view-locals.c,
5485 * plugins/symbol-db/symbol-db-view-locals.h,
5486 * plugins/symbol-db/symbol-db-engine.c:
5487 Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5488 Added a new algorithm for dynamic population of the local symbols' tab.
5489 Now the default view is tree-like.
5490 Some fixes on engine correct some population issues.
5492 2007-10-23 Naba Kumar <naba@gnome.org>
5494 * plugins/glade/Makefile.am: Corrected conditional not to install
5495 .plugin file if plugin is disabled.
5496 * plugins/sourceview/Makefile.am: Corrected conditional not to
5497 install schemas if plugin is not built.
5499 2007-10-20 Sébastien Granjoux <seb.sfo@free.fr>
5501 * plugins/debug-manager/queue.c:
5502 Fix #488061: Mutiple crash dialogs
5504 * plugins/gdb/debugger.c,
5505 plugins/gdb/debugger.h:
5506 Remove maximum gdb command length, should fix bug#474811
5508 2007-10-19 Sébastien Granjoux <seb.sfo@free.fr>
5510 * manuals/reference/libanjuta/plugin-description-file.sgml,
5511 manuals/reference/libanjuta/libanjuta-docs.sgml,
5512 manuals/reference/libanjuta/libanjuta-sections.txt,
5513 libanjuta/interfaces/libanjuta.idl,
5514 libanjuta/anjuta-c-module.c,
5515 libanjuta/anjuta-c-plugin-factory.c:
5516 Document last changes in plugin code
5518 2007-10-19 Johannes Schmid <jhs@gnome.org>
5520 * plugins/subversion/subversion-callbacks.c: (check_filename):
5522 Fixed #487854 – Anjuta crashes when i try to add a SVN url
5524 2007-10-19 Naba Kumar <naba@gnome.org>
5526 * plugins/file-manager/file-model.c: Fixed a critical runtime
5529 2007-10-18 Johannes Schmid <jhs@gnome.org>
5531 * libanjuta/anjuta-ui.h:
5532 Small fix on icon macros
5534 * libanjuta/interfaces/libanjuta.idl:
5535 * plugins/language-manager/plugin.c: (ilanguage_get_name),
5536 (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5537 (ilanguage_iface_init):
5539 Added get_from_editor() and get_name_from_editor() methods
5542 * plugins/document-manager/plugin.c:
5543 (update_editor_ui_interface_items), (on_editor_changed):
5544 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5546 * plugins/language-support-cpp-java/plugin.c: (install_support):
5548 Ported plugins to use the new interface
5550 2007-10-17 Johannes Schmid <jhs@gnome.org>
5552 * libanjuta/anjuta-ui.h:
5554 Added macros to register stock icons to stop all this copy&paste
5555 which had spread over a lot of files. New macros support to add
5556 icons with toolbar and menu size (16 and 24)
5558 * plugins/class-inheritance/plugin.c: (register_stock_icons):
5559 * plugins/debug-manager/images/anjuta-attach.svg:
5560 * plugins/debug-manager/images/anjuta-step-out.svg:
5561 * plugins/debug-manager/images/anjuta-step-over.svg:
5562 * plugins/debug-manager/plugin.c: (register_stock_icons):
5563 * plugins/document-manager/images/Makefile.am:
5564 * plugins/document-manager/images/anjuta-block-end.svg:
5565 * plugins/document-manager/images/anjuta-block-start.svg:
5566 * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5567 * plugins/document-manager/images/anjuta-bookmark.svg:
5568 * plugins/document-manager/images/anjuta-go-history-next.svg:
5569 * plugins/document-manager/images/anjuta-go-history-prev.svg:
5570 * plugins/document-manager/plugin.c: (register_stock_icons):
5571 * plugins/glade/plugin.c: (register_stock_icons):
5572 * plugins/language-support-cpp-java/plugin.c:
5573 (register_stock_icons):
5574 * plugins/message-view/Makefile.am:
5575 * plugins/message-view/anjuta-go-message-next.svg:
5576 * plugins/message-view/anjuta-go-message-prev.svg:
5577 * plugins/message-view/anjuta-message-view.svg:
5578 * plugins/message-view/messages.xpm:
5579 * plugins/message-view/plugin.c: (register_stock_icons):
5580 * plugins/patch/plugin.c: (patch_plugin_activate):
5581 * plugins/project-manager/plugin.c: (register_stock_icons):
5582 * plugins/search/Makefile.am:
5583 * plugins/search/anjuta-go-match-next.svg:
5584 * plugins/search/anjuta-go-match-prev.svg:
5585 * plugins/search/plugin.c: (activate_plugin):
5586 * plugins/symbol-browser/plugin.c: (register_stock_icons):
5587 * plugins/terminal/terminal.c: (register_stock_icons):
5588 * plugins/valgrind/plugin.c: (register_stock_icons):
5590 Updated to use the new icons and added several new and updated
5593 2007-10-16 Sébastien Granjoux <seb.sfo@free.fr>
5595 * libanjuta/anjuta-plugin-handle.c,
5596 libanjuta/anjuta-plugin-handle.h:
5597 Add a new path property containing the directory of the .plugin
5598 file, library file (.so or whatever) must be in the same directory
5600 * libanjuta/anjuta-plugin-manager.c,
5601 libanjuta/interfaces/libanjuta.idl,
5602 (removed) libanjuta/anjuta-glue-plugin.c,
5603 (removed) libanjuta/anjuta-glue-plugin.h,
5604 (removed) libanjuta/anjuta-glue-c.c,
5605 (removed) libanjuta/anjuta-glue-c.h,
5606 (removed) libanjuta/anjuta-glue-cpp.c,
5607 (removed) libanjuta/anjuta-glue-cpp.h,
5608 (removed) libanjuta/anjuta-glue-factory.c,
5609 (removed) libanjuta/anjuta-glue-factory.h,
5610 (added) libanjuta/anjuta-c-module.c,
5611 (added) libanjuta/anjuta-c-module.h,
5612 (added) libanjuta/anjuta-c-plugin-factory.c,
5613 (added) libanjuta/anjuta-c-plugin-factory.h,
5614 libanjuta/Makefile.am:
5615 AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5616 anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5617 implementing IAnjutaPluginFactory
5618 anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5620 * libanjuta/libanjuta.h:
5621 anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5624 * libanjuta/anjuta-plugin.h:
5625 Replace AnjutaGluePlugin by GTypeModule
5626 Remove unused anjuta_glue_get_component_type replaced by
5629 * plugins/build-basic-autotools/build-basic-autotools.h,
5630 plugins/class-gen/plugin.h,
5631 plugins/class-inheritance/plugin.h,
5632 plugins/cvs-plugin/plugin.h,
5633 plugins/debug-manager/plugin.h,
5634 plugins/devhelp/plugin.h,
5635 plugins/document-manager/plugin.h,
5636 plugins/editor/plugin.h,
5637 plugins/file-loader/plugin.h,
5638 plugins/file-wizard/plugin.h,
5639 plugins/gdb/plugin.h,
5640 plugins/glade/plugin.h,
5641 plugins/gtodo/plugin.h,
5642 plugins/indent/plugin.h,
5643 plugins/language-manager/plugin.h,
5644 plugins/language-support-cpp-java/plugin.h,
5645 plugins/macro/plugin.h,
5646 plugins/message-view/plugin.h,
5647 plugins/patch/plugin.h,
5648 plugins/profiler/plugin.h,
5649 plugins/project-import/plugin.h,
5650 plugins/project-manager/plugin.h,
5651 plugins/project-wizard/plugin.h,
5652 plugins/sample1/plugin.h,
5653 plugins/search/plugin.h,
5654 plugins/sourceview/plugin.h,
5655 plugins/subversion/plugin.h,
5656 plugins/symbol-browser/plugin.h,
5657 plugins/symbol-db/plugin.h,
5658 plugins/terminal/terminal.c,
5659 plugins/tools/plugin.h,
5660 plugins/valgrind/plugin.h:
5661 Replace AnjutaGluePlugin by GTypeModule
5663 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5665 * plugins/debug-manager/breakpoints.c:
5666 Fix bug#487112, crash while removing a breakpoint in a new file
5668 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5670 * plugins/document-manager/search-box.c:
5671 Fix a crash (with an useful comment) focus-out-event handler must
5674 2007-10-14 Johannes Schmid <jhs@gnome.org>
5676 * plugins/sourceview/sourceview.c:
5677 Hide calltip when "Up" or "Down" key is pressed
5679 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5681 * plugins/document-manager/search-box.c:
5682 Change included file order to avoid a compile error with gnome 2.16
5684 2007-10-13 Johannes Schmid <jhs@gnome.org>
5686 * plugins/debug-manager/plugin.c: (enable_log_view):
5688 Fixed crash when closing a project and unloading another while
5689 the debugger is enabled
5691 2007-10-13 Johannes Schmid <jhs@gnome.org>
5693 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5695 Use correct breakpoint icon
5697 * plugins/devhelp/Makefile.am:
5698 * plugins/devhelp/anjuta-go-help-next.svg:
5699 * plugins/devhelp/anjuta-go-help-prev.svg:
5700 * plugins/devhelp/plugin.c: (register_stock_icons),
5703 Added new icons from #480093
5705 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5706 * plugins/document-manager/images/anjuta-bookmark-first.svg:
5707 * plugins/document-manager/images/anjuta-bookmark-last.svg:
5708 * plugins/document-manager/images/anjuta-bookmark-next.svg:
5709 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5710 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5711 * plugins/message-view/anjuta-go-message-next.svg:
5712 * plugins/message-view/anjuta-go-message-prev.svg:
5714 Updated icons from #480093
5716 * src/anjuta-actions.h:
5717 Use GTK_STOCK_FULLSCREEN
5719 * src/anjuta-app.c: (on_gdl_style_changed),
5720 (anjuta_app_instance_init):
5723 Added preference option to set the gdl switcher style
5725 2007-10-13 Johannes Schmid <jhs@gnome.org>
5727 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5728 (get_property_value_as_string), (set_property_value_as_string),
5729 (register_callbacks):
5730 * libanjuta/anjuta-preferences.h:
5732 Support GtkFileChooserButton as preferences widget
5734 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5736 Fixed a Gtk-Critical
5738 * plugins/file-manager/Makefile.am:
5739 * plugins/file-manager/file-model.c: (file_model_filter_file),
5740 (file_model_add_dummy), (file_model_expand_idle),
5741 (file_model_set_property), (file_model_get_property),
5742 (file_model_class_init):
5743 * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5744 (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5745 (file_manager_activate), (file_manager_finalize),
5746 (file_manager_instance_init), (ipreferences_merge),
5747 (ipreferences_unmerge), (ipreferences_iface_init):
5748 * plugins/file-manager/plugin.h:
5750 Added preferences to file-manager
5752 * plugins/glade/plugin.c: (activate_plugin):
5754 Move Properties widget into center because it is way to big
5757 2007-10-10 Johannes Schmid <jhs@gnome.org>
5759 * plugins/language-support-cpp-java/Makefile.am:
5760 * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5761 * plugins/language-support-cpp-java/anjuta-complete.svg:
5762 * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5763 * plugins/language-support-cpp-java/plugin.c:
5764 (register_stock_icons):
5766 And yet some more icons...
5768 2007-10-10 Johannes Schmid <jhs@gnome.org>
5770 * plugins/debug-manager/breakpoints.c:
5771 * plugins/debug-manager/images/Makefile.am:
5772 * plugins/debug-manager/images/anjuta-bookmark.svg:
5773 * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5774 * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5775 * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5776 * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5777 * plugins/debug-manager/images/anjuta-linemark.svg:
5778 * plugins/debug-manager/images/anjuta-pcmark.svg:
5779 * plugins/debug-manager/plugin.c: (register_stock_icons):
5780 * plugins/debug-manager/sparse_view.c:
5781 * plugins/document-manager/images/Makefile.am:
5782 * plugins/document-manager/images/anjuta-block-select.svg:
5783 * plugins/document-manager/images/anjuta-fold-close.svg:
5784 * plugins/document-manager/images/anjuta-fold-open.svg:
5785 * plugins/document-manager/images/anjuta-fold-toggle.svg:
5786 * plugins/document-manager/images/anjuta-indent-less.svg:
5787 * plugins/document-manager/images/anjuta-indent-more.svg:
5788 * plugins/document-manager/images/anjuta-swap.svg:
5789 * plugins/document-manager/images/block_select.xpm:
5790 * plugins/document-manager/images/fold_close.xpm:
5791 * plugins/document-manager/images/fold_open.xpm:
5792 * plugins/document-manager/images/fold_toggle.xpm:
5793 * plugins/document-manager/images/indent.xpm:
5794 * plugins/document-manager/images/indent_dcr.xpm:
5795 * plugins/document-manager/images/indent_inc.xpm:
5796 * plugins/document-manager/plugin.c: (register_stock_icons):
5797 * plugins/editor/Makefile.am:
5798 * plugins/editor/anjuta-bookmark-16.xpm:
5799 * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5800 * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5801 * plugins/editor/anjuta-linemark-16.xpm:
5802 * plugins/editor/anjuta-pcmark-16.xpm:
5803 * plugins/editor/bookmark.xpm:
5804 * plugins/editor/breakpoint-disabled.xpm:
5805 * plugins/editor/breakpoint-enabled.xpm:
5806 * plugins/editor/linemarker.xpm:
5807 * plugins/editor/program-counter.xpm:
5808 * plugins/editor/text_editor.c:
5809 * plugins/message-view/Makefile.am:
5810 * plugins/message-view/anjuta-go-message-next.svg:
5811 * plugins/message-view/anjuta-go-message-prev.svg:
5812 * plugins/message-view/anjuta-message-manager.ui:
5813 * plugins/message-view/plugin.c:
5814 * plugins/sourceview/Makefile.am:
5815 * plugins/sourceview/sourceview.c:
5817 Integrated lots of icons from #480093
5818 Thanks to <tpgww@onepost.net>
5820 * plugins/document-manager/plugin.c:
5821 Do not mark the line in ifile_open(), that looks ugly.
5823 * plugins/document-manager/search-box.c: (on_search_focus_out),
5825 Clear the status bar on focus_out.
5827 * plugins/file-loader/anjuta-loader-plugin.ui:
5830 2007-10-09 Johannes Schmid <jhs@gnome.org>
5832 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5833 * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5835 Some things I missed in the patch for #484419
5837 * plugins/document-manager/action-callbacks.c:
5838 (on_new_file_activate):
5839 * plugins/document-manager/action-callbacks.h:
5840 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5841 (on_window_key_press_event), (on_gconf_notify_timer):
5843 484645 – patch to deal with docman FIXME etc
5845 * plugins/editor/text_editor.c: (text_editor_set_indicator):
5846 * plugins/search/search-replace.c: (search_and_replace),
5847 (write_message_pane), (search_replace_populate),
5848 (translate_dialog_strings), (create_dialog),
5849 (anjuta_search_replace_activate):
5850 * plugins/search/search-replace_backend.c:
5851 (file_buffer_new_from_path), (get_next_match),
5852 (create_search_entries), (regex_backref),
5853 (clear_search_replace_instance):
5854 * plugins/search/search-replace_backend.h:
5856 #484573 – patch to correct various search-related issues
5858 Thanks for the above patches to <tpgww@onepost.net>
5860 * plugins/sourceview/sourceview.c:
5861 (sourceview_create_highligth_indic):
5863 Use the same marker for important as gedit (yellow background)
5865 * plugins/document-manager/anjuta-document-manager.ui:
5866 * plugins/file-loader/anjuta-file-loader.ui:
5867 * plugins/file-loader/plugin.c:
5869 Moved FileNew action to document-manager
5871 2007-10-08 Johannes Schmid <jhs@gnome.org>
5873 * plugins/document-manager/search-box.c: (on_search_activated):
5874 Mark messages for translation
5876 2007-10-07 Marc Lorber <Lorber.Marc@wanadoo.fr>
5878 reviewed by: Johannes Schmid <jhs@gnome.org>
5880 * plugins/Makefile.am:
5881 * plugins/build-basic-autotools/build-basic-autotools.c:
5882 (build_compile_file_real):
5883 * plugins/search/search-replace.c:
5884 * plugins/valgrind/preferences.c: (build_general_prefs):
5886 Fix #484379 – Contents of Makefile.am plugins and
5887 #484419 – Improvement into translation
5889 2007-10-06 Johannes Schmid <jhs@gnome.org>
5891 * libanjuta/interfaces/anjuta-idl-compiler.pl:
5893 Fixed to properly support pointer-to-pointer (**) types
5895 * libanjuta/interfaces/libanjuta.idl:
5896 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5897 * plugins/sourceview/sourceview-cell.h:
5898 * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5899 (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5900 (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5901 (isearch_backward), (isearch_iface_init):
5902 * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5903 (itext_editor_iface_init), (iselection_set_iter),
5904 (iselection_get_start_iter), (iselection_get_end_iter),
5905 (iselection_iface_init), (isearch_forward), (isearch_backward),
5906 (isearch_iface_init):
5908 Added IAnjutaEditorSearch interface and some utility methods to
5909 migrate from positions to iterators for the editor interface.
5911 * plugins/document-manager/Makefile.am:
5912 * plugins/document-manager/action-callbacks.c:
5913 (on_goto_line_no1_activate), (on_show_search):
5914 * plugins/document-manager/action-callbacks.h:
5915 * plugins/document-manager/anjuta-docman.c:
5916 (anjuta_docman_add_document), (anjuta_docman_show_editor),
5917 (anjuta_docman_grab_text_focus):
5918 * plugins/document-manager/anjuta-document-manager.ui:
5919 * plugins/document-manager/goto_line.c: (removed)
5920 * plugins/document-manager/goto_line.h: (removed)
5921 * plugins/document-manager/search-box.c:
5922 * plugins/document-manager/search-box.h:
5923 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5924 (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5925 (update_editor_ui_interface_items), (on_editor_added),
5926 (activate_plugin), (deactivate_plugin):
5927 * plugins/document-manager/plugin.h:
5929 Created new incremental "Quick Search" bar in the document manager to
5930 replace the crappy EggToolbar entries. Uses the new search interface and
5931 it thus much faster and more reliable.
5933 Bug 357544 – incremental search should work consistently (or not at all)
5934 when main toolbar is hidden
5935 Bug 440637 – Search, don't work very well (partly for incremental search)
5937 * plugins/search/anjuta-search.ui:
5938 * plugins/search/plugin.c: (activate_plugin):
5940 Removed incremental search stuff
5942 * plugins/build-basic-autotools/build-basic-autotools.c:
5943 (on_session_save), (on_session_load):
5944 * plugins/build-basic-autotools/executer.c:
5945 (get_program_parameters):
5947 Scroll to selected executable and remember it across sessions
5948 (followup of #477976)
5950 * plugins/debug-manager/plugin.c: (value_added_current_editor):
5951 Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5953 * plugins/devhelp/anjuta-devhelp.ui:
5954 Rearraged toolbar items a bit
5956 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5958 * plugins/debug-manager/command.c,
5959 plugins/debug-manager/queue.c,
5960 plugins/gdb/plugin.c,
5961 plugins/gdb/debugger.c:
5962 Fix several crashing bugs (including bug#482985) with the debugger
5963 when closing project, stopping the debugger, restarting the program
5965 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5967 * libanjuta/anjuta-launcher.c:
5968 Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5970 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5972 * plugins/debug-manager/command.c,
5973 plugins/debug-manager/queue.c:
5974 Asynchronous command can abort other commands in queue
5975 Resynchronize debugger state when a command is cancelled
5977 * plugins/debug-manager/breakpoints.c:
5978 Free BreakpointItem only when it is not used anymore
5980 * plugins/gdb/plugin.c:
5981 Do not return TRUE if the callback and/or ready signal is not used
5983 * plugins/gdb/debugger.c:
5984 Fix a crash, return correct state when debugger is stopped
5986 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5988 * plugins/project-wizard/autogen.c:
5989 Fix bug#482067, escape project wizard user defined strings
5991 2007-10-01 Johannes Schmid <jhs@gnome.org>
5993 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5995 * plugins/build-basic-autotools/build-basic-autotools.c:
5996 (basic_autotools_plugin_instance_init):
5997 * plugins/build-basic-autotools/build-basic-autotools.h:
5998 * plugins/build-basic-autotools/executer.c:
5999 (get_program_parameters):
6001 Fixed #477976 – Keybinding in run dialog
6003 2007-09-30 Johannes Schmid <jhs@gnome.org>
6005 * plugins/Makefile.am:
6006 Do not build indent plugin (yet)
6008 * plugins/document-manager/plugin.c: (ipreferences_merge):
6009 Fixed unintentional and wrong change
6011 * plugins/indent/anjuta-indent.ui:
6014 2007-09-28 Johannes Schmid <jhs@gnome.org>
6016 * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
6017 * libanjuta/anjuta-launcher.h:
6018 Add a method to send EOF to some process. Needed for the indent plugin
6019 and should be useful in general. It does not actually send EOF as this
6020 is not possible with utf-8, but closes the stream instead.
6022 * plugins/devhelp/plugin.c: (value_added_current_editor):
6023 Fixed a Gtk-Critical due to the IAnjutaEditor -
6024 IAnjutaDocument switch.
6027 * plugins/Makefile.am:
6028 * plugins/document-manager/Makefile.am:
6029 * plugins/document-manager/action-callbacks.c:
6030 * plugins/document-manager/anjuta-document-manager.glade:
6031 * plugins/document-manager/anjuta-document-manager.ui:
6032 * plugins/document-manager/images/Makefile.am:
6033 * plugins/document-manager/images/indent_auto.xpm:
6034 * plugins/document-manager/images/indent_set.xpm:
6035 * plugins/document-manager/indent-dialog.c:
6036 * plugins/document-manager/indent-dialog.h:
6037 * plugins/document-manager/indent-util.c:
6038 * plugins/document-manager/indent-util.h:
6039 * plugins/document-manager/indent_test.c:
6040 * plugins/document-manager/plugin.c: (register_stock_icons),
6041 (docman_plugin_instance_init), (ipreferences_merge):
6042 * plugins/document-manager/plugin.h:
6044 Removed indent code from document manager
6046 * plugins/indent/Makefile.am:
6047 * plugins/indent/indent-dialog.c:
6048 * plugins/indent/indent-util.c: (indent_init_indent_style):
6049 * plugins/indent/indent.glade:
6050 * plugins/indent/indent.plugin.in:
6051 * plugins/indent/plugin.c: (on_indent_finished),
6052 (on_indent_output), (on_indent_action_activate),
6053 (on_edit_editor_indent), (on_style_combo_changed),
6054 (value_added_current_editor), (value_removed_current_editor),
6055 (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
6056 (indent_plugin_finalize), (indent_plugin_dispose),
6057 (anjuta_indent_plugin_instance_init),
6058 (anjuta_indent_plugin_class_init), (ipreferences_merge),
6059 (ipreferences_unmerge), (ipreferences_iface_init):
6060 * plugins/indent/plugin.h:
6062 Moved indent code to it's own plugin. Also reimplemented indent invocation
6063 using anjuta_launcher and streams. This is not yet completely working, maybe
6064 I got something wrong with the launcher.
6065 Also fixed #478987 – Unusable 'Indent setting window' on preferences
6067 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
6069 * plugins/debug-manager/plugin.c:
6070 Fix bug#480851, disconnect save_session signal when plugin is unloaded
6072 2007-09-27 Johannes Schmid <jhs@gnome.org>
6074 * libanjuta/interfaces/libanjuta.idl:
6075 * plugins/Makefile.am:
6076 * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
6077 (isymbol_type_str), (isymbol_name), (isymbol_args),
6078 (isymbol_scope), (isymbol_inheritance), (isymbol_access),
6079 (isymbol_impl), (isymbol_iface_init):
6080 * plugins/symbol-browser/an_symbol_info.c:
6081 * plugins/symbol-browser/an_symbol_info.h:
6082 * plugins/symbol-db/Makefile.am:
6083 * plugins/symbol-db/plugin.c:
6084 (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
6085 (value_added_current_editor), (on_editor_foreach_clear),
6086 (value_removed_current_editor), (project_root_added),
6087 (symbol_db_activate), (symbol_db_deactivate),
6088 (isymbol_manager_search):
6089 * plugins/symbol-db/readtags.c: (initialize_1):
6090 * plugins/symbol-db/symbol-db-engine-iterator.c:
6091 (sdb_engine_iterator_instance_init),
6092 (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
6093 (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
6094 (symbol_db_engine_iterator_move_next),
6095 (symbol_db_engine_iterator_move_prev),
6096 (symbol_db_engine_iterator_get_n_items),
6097 (symbol_db_engine_iterator_last),
6098 (symbol_db_engine_iterator_set_position),
6099 (symbol_db_engine_iterator_get_position),
6100 (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
6101 (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
6102 (isymbol_iter_foreach), (isymbol_iter_set_position),
6103 (isymbol_iter_get_position), (isymbol_iter_get_length),
6104 (isymbol_iter_clone), (isymbol_iter_assign),
6105 (isymbol_iter_iface_init):
6106 * plugins/symbol-db/symbol-db-engine-iterator.h:
6107 * plugins/symbol-db/symbol-db-engine.c:
6108 (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
6109 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
6110 (sdb_engine_finalize), (sdb_engine_get_type),
6111 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
6112 (sdb_engine_get_table_id_by_unique_name2),
6113 (sdb_engine_get_table_id_by_unique_name3),
6114 (symbol_db_engine_add_new_workspace),
6115 (symbol_db_engine_get_opened_project_name),
6116 (symbol_db_engine_open_project), (symbol_db_engine_close_project),
6117 (sdb_engine_add_new_language), (sdb_engine_add_new_file),
6118 (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
6119 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
6120 (sdb_engine_add_new_scope_definition),
6121 (sdb_engine_add_new_tmp_heritage_scope),
6122 (sdb_engine_second_pass_update_scope_1),
6123 (sdb_engine_second_pass_update_heritage),
6124 (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
6125 (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
6126 (symbol_db_engine_update_project_symbols),
6127 (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
6128 (symbol_db_engine_update_buffer_symbols),
6129 (sdb_engine_walk_down_scope_path),
6130 (sdb_engine_prepare_symbol_info_sql),
6131 (symbol_db_engine_get_global_members),
6132 (symbol_db_engine_get_scope_members_by_symbol_id),
6133 (symbol_db_engine_get_scope_members),
6134 (symbol_db_engine_get_current_scope),
6135 (symbol_db_engine_get_file_symbols):
6136 * plugins/symbol-db/symbol-db-engine.h:
6137 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
6138 (on_symbol_updated), (on_symbol_inserted),
6139 (symbol_db_view_locals_get_line),
6140 (symbol_db_view_locals_update_list):
6141 * plugins/symbol-db/symbol-db-view-search.c:
6142 (sdb_view_search_model_filter), (sdb_view_search_get_type):
6143 * plugins/symbol-db/symbol-db-view-search.h:
6144 * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
6145 (do_add_hidden_children), (do_recurse_and_add_new_sym),
6146 (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
6147 * plugins/symbol-db/tables.sql:
6148 * plugins/symbol-db/test/Makefile.am:
6149 * plugins/symbol-db/test/main.c: (add_new_files), (main):
6150 Updated patch from Massimo to improve symbol-db plugin
6152 * plugins/document-manager/plugin.c: (on_editor_changed):
6153 Make the code a bit more robust
6155 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6156 (anjuta_document_get_property), (anjuta_document_class_init),
6157 (anjuta_document_init), (set_uri), (document_loader_loaded),
6158 (anjuta_document_load), (document_saver_saving):
6159 * plugins/sourceview/anjuta-document.h:
6160 * plugins/sourceview/sourceview.c: (autodetect_language),
6161 (ilanguage_set_language), (ilanguage_get_language):
6162 Fix language detection on startup
6164 2007-09-27 Naba Kumar <naba.kumar@gnome.org>
6166 * plugins/document-manager/action-callbacks.c:
6167 (on_editor_command_upper_case_activate),
6168 (on_editor_command_lower_case_activate): Leftover commit from previous
6169 commit (see last changlog entry by me).
6171 * plugins/file-manager/plugin.c: (file_manager_activate):
6172 Gave proper widget name so that layout works.
6174 2007-09-26 Johannes Schmid <jhs@gnome.org>
6176 * plugins/document-manager/plugin.c: (on_editor_changed),
6177 (docman_plugin_instance_init):
6178 Only unload/load language-support plugins if necessary.
6180 * plugins/language-manager/plugin.c: (language_manager_activate):
6181 Removed some debugging code
6183 * plugins/sourceview/sourceview.c: (on_document_saved),
6184 (ilanguage_set_language), (ilanguage_get_language):
6185 Fixed ianjuta_language interface and ensure that highlighting is
6186 activated when a new file is saved.
6188 2007-09-26 Naba Kumar <naba.kumar@gnome.org>
6190 * libanjuta/interfaces/libanjuta.idl:
6191 * plugins/document-manager/action-callbacks.c:
6192 (on_editor_command_upper_case_activate),
6193 (on_editor_command_lower_case_activate):
6194 * plugins/editor/text_editor.c: (iselection_has_selection),
6195 (iselection_get_start), (iselection_get_end),
6196 (iselection_iface_init):
6197 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
6198 * plugins/sourceview/sourceview.c: (iselect_has_selection),
6199 (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
6200 method and implemented it for both scintilla and sourceview editors.
6201 Updated document-manager and assist plugins to use the new method.
6203 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
6205 * plugins/file-manager/file-view.c:
6206 Fix typo, allow to compile new file manager with gtk < 2.12
6208 2007-09-25 Johannes Schmid <jhs@gnome.org>
6210 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
6211 Support Auto-Indent for single lines (e.g no selection);
6213 * plugins/macro/plugin.c:
6214 Do not use the same shortcut as auto-indent does
6216 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
6217 Optimized keyboard navigation - do not emit char_added when only
6218 navigation keys have been pressed.
6220 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
6222 * plugins/language-support-cpp-java/cpp-java-assist.c:
6223 (on_assist_chosen), (cpp_java_assist_install),
6224 (cpp_java_assist_uninstall):
6225 * plugins/language-support-cpp-java/plugin.c: (install_support),
6226 (uninstall_support): Install and uninstall support in correct order.
6227 Fixes a bug where it was installed multiple times resulting in
6228 inserting autocomplete text multiple times.
6230 2007-09-25 Johannes Schmid <jhs@gnome.org>
6233 Add GNOME_WARNING_FLAGS(maximum) and
6234 GNOME_CXX_WARNIGS(yes) to avoid bugs
6235 the compiler can warn you.
6237 * libegg/test-tree-utils.c: (key_test):
6238 * plugins/file-manager/file-model.c:
6239 (file_model_cancel_expand_idle), (file_model_sort),
6240 (file_model_row_expanded):
6241 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6242 (file_view_refresh), (file_view_get_selected), (file_view_init),
6244 * plugins/file-manager/file-view.h:
6245 * plugins/symbol-db/readtags.c: (initialize_1):
6248 Fixed the more critical warnings
6250 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
6252 Icons from tpgww@onepost.net:
6254 * plugins/debug-manager/Makefile.am:
6255 * plugins/debug-manager/images/Makefile.am:
6256 * plugins/debug-manager/images/anjuta-attach.svg:
6257 * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
6258 * plugins/debug-manager/images/anjuta-step-into.svg:
6259 * plugins/debug-manager/images/anjuta-step-out.svg:
6260 * plugins/debug-manager/images/anjuta-step-over.svg:
6261 * plugins/debug-manager/plugin.c: (register_stock_icons):
6262 * plugins/document-manager/Makefile.am:
6263 * plugins/document-manager/block_select.xpm:
6264 * plugins/document-manager/fold_close.xpm:
6265 * plugins/document-manager/fold_open.xpm:
6266 * plugins/document-manager/fold_toggle.xpm:
6267 * plugins/document-manager/images/Makefile.am:
6268 * plugins/document-manager/images/anjuta-block-end.svg:
6269 * plugins/document-manager/images/anjuta-block-start.svg:
6270 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
6271 * plugins/document-manager/images/anjuta-bookmark-first.svg:
6272 * plugins/document-manager/images/anjuta-bookmark-last.svg:
6273 * plugins/document-manager/images/anjuta-bookmark-next.svg:
6274 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
6275 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
6276 * plugins/document-manager/indent.xpm:
6277 * plugins/document-manager/indent_auto.xpm:
6278 * plugins/document-manager/indent_dcr.xpm:
6279 * plugins/document-manager/indent_inc.xpm:
6280 * plugins/document-manager/indent_set.xpm:
6281 * plugins/document-manager/plugin.c: Added nicer icons for
6282 document manager and debugger. Organized icons in 'images'
6285 2007-09-24 Johannes Schmid <jhs@gnome.org>
6287 * src/anjuta-app.c: (anjuta_app_add_widget_full):
6288 Fixed a missing NULL in g_object_set.
6290 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
6292 * plugins/language-support-cpp-java/cpp-java-assist.c:
6293 (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
6294 scope memebers just after scope operator is entered.
6296 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
6298 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6299 * plugins/language-support-cpp-java/cpp-java-assist.c:
6300 (completion_function), (completion_compare),
6301 (cpp_java_assist_tag_destroy), (create_completion),
6302 (cpp_java_assist_destroy_completion_cache),
6303 (cpp_java_assist_show_autocomplete), (on_assist_chosen):
6304 Show '()' for function items in autocomplete list. Allow adding
6305 ' ' and/or '(' after function call autocompletion and have preferences
6308 2007-09-24 Johannes Schmid <jhs@gnome.org>
6310 * sourceview.c: Reverting patch from r3157 because
6313 2007-09-24 Johannes Schmid <jhs@gnome.org>
6315 * plugins/search/search-replace.c: (on_message_clicked):
6317 Fixed #427104 – No "highlight" of lines matching find-result
6319 2007-09-24 Johannes Schmid <jhs@gnome.org>
6323 Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
6325 2007-09-24 Yang Hong <hongyang@redflag-linux.com>
6327 reviewed by: Johannes Schmid <jhs@gnome.org>
6329 * plugins/build-basic-autotools/executer.c: (execute_program):
6330 Fix #478238 – set env for execute programe in the terminal
6332 2007-09-24 Tom <tpgww@onepost.net>
6334 reviewed by: Johannes Schmid <jhs@gnome.org>
6336 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6339 * plugins/debug-manager/disassemble.c: (on_disassemble):
6340 Correct a format string in DEBUG_PRINT()
6342 2007-09-23 Johannes Schmid <jhs@gnome.org>
6344 * plugins/sourceview/sourceview.c: (offset_to_position),
6345 (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
6346 (ieditor_get_position), (iselect_set), (iselect_get_start),
6349 Fixed #Bug 440637 – Search, don't work very well
6351 2007-09-23 Johannes Schmid <jhs@gnome.org>
6353 * plugins/file-manager/file-model.c: (file_model_get_filename):
6354 * plugins/file-manager/file-model.h:
6355 * plugins/file-manager/file-view.c: (file_view_query_tooltip),
6356 (file_view_init), (file_view_class_init):
6357 * plugins/message-view/message-view.c:
6358 (message_view_query_tooltip), (message_view_dispose),
6359 (message_view_instance_init), (message_view_class_init):
6361 Added GTK+ 2.12 style tooltips to file-manager and message view.
6362 Only build if GTK+ 2.12 is availible otherwise for message-view, the
6363 old implementation is used.
6365 2007-09-23 Johannes Schmid <jhs@gnome.org>
6367 * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
6370 * plugins/language-manager/language-manager.plugin.in:
6371 Marked UserActivatable=FALSE
6373 * plugins/language-manager/plugin.c: (load_languages),
6374 (language_manager_activate), (language_manager_deactivate),
6375 (language_manager_dispose), (language_manager_instance_init),
6376 (language_manager_find_mime_type), (language_manager_find_string),
6377 (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
6378 (ilanguage_get_name), (ilanguage_get_strings):
6380 Fixed various stupid bugs in language-manager plugin
6382 * plugins/symbol-db/symbol-db-engine.c:
6383 (sdb_engine_second_pass_update_scope_1):
6385 Add a g_return_if_fail to avoid a crash though still unsure
6388 2007-09-23 Johannes Schmid <jhs@gnome.org>
6390 * plugins/symbol-db/plugin.c: (on_project_element_added),
6391 (sources_array_free), (sources_array_add_foreach),
6392 (project_root_added):
6393 * plugins/symbol-db/symbol-db-engine.c:
6394 (symbol_db_engine_add_new_files):
6395 * plugins/symbol-db/symbol-db-engine.h:
6397 Added support for other languages than "C" to symbol-db. Now
6398 supports all languages listed by the language-manager.
6400 2007-09-23 Tom <tpgww@onepost.net>
6402 reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
6405 Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
6407 * libanjuta/anjuta-glue-factory.c: (load_plugin),
6408 (anjuta_glue_factory_get_object_type):
6409 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6410 * plugins/build-basic-autotools/build-basic-autotools.c:
6411 (value_added_current_editor):
6412 * plugins/debug-manager/breakpoints.c:
6413 (breakpoints_dbase_edit_breakpoint),
6414 (on_toggle_breakpoint_activate):
6415 * plugins/debug-manager/plugin.c:
6416 (on_run_to_cursor_action_activate):
6417 * plugins/debug-manager/stack_trace.c:
6418 (dma_thread_update_stack_trace):
6419 * plugins/gdb/plugin.c:
6420 * plugins/glade/plugin.c: (ifile_open):
6421 * plugins/profiler/gprof-call-graph-view.c:
6422 * plugins/profiler/gprof-flat-profile-view.c:
6423 * plugins/profiler/gprof-function-call-tree-view.c:
6424 * plugins/profiler/gprof-options.c: (setup_widgets):
6425 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6426 * plugins/search/search-replace_backend.c:
6427 (file_buffer_new_from_te):
6428 * plugins/sourceview/assist-tip.c: (assist_tip_move):
6429 * plugins/sourceview/assist-window.c: (assist_window_set_property),
6430 (assist_window_get_property), (assist_window_move):
6431 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
6432 (value_added_current_editor):
6433 * plugins/symbol-db/plugin.c: (value_added_current_editor):
6434 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6435 * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
6437 Many small code, warnings and leak fixes
6439 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
6441 * (removed) plugins/debug-manager/debugger.c,
6442 (removed) plugins/debug-manager/debugger.h,
6443 (added) plugins/debug-manager/command.c,
6444 (added) plugins/debug-manager/command.h,
6445 (added) plugins/debug-manager/queue.c,
6446 (added) plugins/debug-manager/queue.h,
6447 plugins/debug-manager/breakpoints.c,
6448 plugins/debug-manager/debug_tree.c,
6449 plugins/debug-manager/debug_tree.h,
6450 plugins/debug-manager/disassemble.c,
6451 plugins/debug-manager/disassemble.h,
6452 plugins/debug-manager/locals.c,
6453 plugins/debug-manager/locals.h,
6454 plugins/debug-manager/memory.c,
6455 plugins/debug-manager/memory.h,
6456 plugins/debug-manager/plugin.c,
6457 plugins/debug-manager/plugin.h,
6458 plugins/debug-manager/registers.c,
6459 plugins/debug-manager/registers.h,
6460 plugins/debug-manager/sharedlib.c,
6461 plugins/debug-manager/sharedlib.h,
6462 plugins/debug-manager/signals.c,
6463 plugins/debug-manager/signals.h,
6464 plugins/debug-manager/stack_trace.c,
6465 plugins/debug-manager/stack_trace.h,
6466 plugins/debug-manager/start.h,
6467 plugins/debug-manager/start.c,
6468 plugins/debug-manager/threads.c,
6469 plugins/debug-manager/threads.h,
6470 plugins/debug-manager/watch.c,
6471 plugins/debug-manager/watch.h,
6472 plugins/debug-manager/Makefile.am,
6473 plugins/gdb/debugger.c,
6474 plugins/gdb/debugger.h,
6475 plugins/gdb/plugin.c,
6476 libanjuta/interfaces/libanjuta.idl:
6477 Split debug-manager/debugger.c into command.c and queue.c
6478 Clean up debugger queue
6479 DmaDebuggerQueue object does not implement IAnjutaDebugger
6481 2007-09-23 Johannes Schmid <jhs@gnome.org>
6484 Bumped version to 2.3.0 (to ensure bugzilla bugs are
6485 set correctly, etc.)
6487 * libanjuta/anjuta-glue-factory.c: (load_plugin):
6488 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6489 (plugin_set_update):
6491 Show an error dialog instead of crashing when plugin loading fails
6493 * plugins/language-manager/Makefile.am:
6494 * plugins/language-manager/language-manager.plugin.in:
6495 * plugins/language-manager/languages.xml:
6496 * plugins/language-manager/plugin.c: (language_destroy),
6497 (load_languages), (language_manager_activate),
6498 (language_manager_deactivate), (language_manager_finalize),
6499 (language_manager_dispose), (language_manager_instance_init),
6500 (language_manager_class_init), (language_manager_find_mime_type),
6501 (language_manager_find_string), (ilanguage_get_from_mime_type),
6502 (ilanguage_get_from_string), (ilanguage_get_name),
6503 (ilanguage_get_strings), (ilanguage_iface_init):
6504 * plugins/language-manager/plugin.h:
6506 Added new language-manager plugin to have a better organisation for
6507 language names. The xml probabaly needs to be extended over time.
6509 * plugins/Makefile.am:
6510 * plugins/document-manager/plugin.c: (on_editor_changed):
6512 Adapted to new IAnjutaLanguage interface. Do not unload language-support
6513 because it does not really save memory but makes tab switching slow.
6515 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6517 * plugins/language-support-cpp-java/plugin.c: (install_support),
6518 (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6519 Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6522 * plugins/language-support-cpp-java/cpp-java-assist.c:
6523 (cpp_java_assist_show_autocomplete):
6525 Fix autocomplete to only show valid completions
6527 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6528 Calltips always have correct size and position now
6530 2007-09-22 Johannes Schmid <jhs@gnome.org>
6532 * plugins/search/search-replace_backend.c: (get_next_match):
6533 Removed code introduced by accident that causes a crash.
6535 * plugins/sourceview/sourceview-tags.c:
6536 * plugins/sourceview/sourceview-tags.h:
6537 Removed ununsed files
6539 2007-09-22 Johannes Schmid <jhs@gnome.org>
6541 * plugins/language-support-cpp-java/cpp-java-assist.c:
6544 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
6546 * plugins/language-support-cpp-java/cpp-java-assist.c:
6547 (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6548 Increased matching brace search to 500 chars.
6550 2007-09-21 Johannes Schmid <jhs@gnome.org>
6552 * plugins/language-support-cpp-java/cpp-java-assist.c:
6553 (cpp_java_assist_get_pre_word),
6554 (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6556 Added some profiling debug code
6558 * plugins/language-support-cpp-java/cpp-java-utils.c:
6559 (cpp_java_util_jump_to_matching_brace):
6560 * plugins/language-support-cpp-java/cpp-java-utils.h:
6561 * plugins/language-support-cpp-java/plugin.c:
6562 (get_line_indentation_base), (get_line_auto_indentation):
6564 Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6565 avoid looping over the whole file when using calltips which is too slow and
6568 * plugins/sourceview/assist-tip.c: (assist_tip_init),
6569 (assist_tip_set_tips), (assist_tip_get_coordinates),
6571 * plugins/sourceview/sourceview.c: (iassist_show_tips):
6573 Better calltips appearance (use theme now) and avoid jumping
6576 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
6578 * plugins/document-manager/plugin.c:
6579 (update_editor_ui_interface_items):
6580 * plugins/language-support-cpp-java/plugin.c: (install_support),
6581 (uninstall_support): Moved autocomplete ui update code from
6582 document-manager to language-plugin.
6584 2007-09-21 Johannes Schmid <jhs@gnome.org>
6586 * libanjuta/interfaces/libanjuta.idl:
6588 Added IAnjutaLanguage interface (might still change...) for
6589 the upcoming language-manager plugin.
6591 * plugins/file-manager/Makefile.am:
6592 * plugins/file-manager/file-model.c:
6593 (file_model_cancel_expand_idle), (file_model_add_dummy),
6594 (file_model_expand_idle), (file_model_sort),
6595 (file_model_row_expanded), (file_model_row_collapsed),
6596 (file_model_init), (file_model_finalize),
6597 (file_model_set_property), (file_model_get_property),
6598 (file_model_class_init), (file_model_new), (file_model_refresh),
6599 (file_model_get_uri):
6600 * plugins/file-manager/file-model.h:
6601 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6602 (file_view_expand_row_idle), (file_view_refresh),
6603 (file_view_get_selected), (file_view_button_press_event),
6604 (file_view_selection_changed), (file_view_init),
6605 (file_view_get_property), (file_view_set_property),
6606 (file_view_finalize), (file_view_class_init):
6608 Split up model/view as far as possible and fixed some file-manager
6609 bugs (popup-menu and incorrect project loading).
6611 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6612 Use monospace font for tips.
6614 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6615 (sourceview_cell_new), (icell_get_character), (icell_get_length),
6616 (icell_get_attribute), (icell_style_get_font_description),
6617 (icell_style_get_color), (icell_style_get_background_color),
6618 (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6619 (iiter_foreach), (iiter_set_position), (iiter_get_position),
6620 (iiter_get_length), (iiter_clone), (iiter_assign):
6622 Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6623 interface. This is way faster though it has the drawback to create invalid
6624 iterators if the buffer is changed.
6626 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
6628 * libanjuta/interfaces/libanjuta.idl:
6629 * plugins/document-manager/action-callbacks.c:
6630 * plugins/document-manager/anjuta-document-manager.ui:
6631 * plugins/document-manager/plugin.c: (register_stock_icons):
6632 * plugins/editor/text_editor.c:
6633 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6634 * plugins/language-support-cpp-java/cpp-java-assist.c:
6635 (cpp_java_assist_get_calltip_context):
6636 * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6637 (register_stock_icons), (cpp_java_plugin_activate_plugin):
6639 Moved autocomplete menu action from document-manager to assist plugin
6640 and got rid of deprecated autocomplete interface.
6642 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
6644 * libanjuta/interfaces/libanjuta.idl:
6645 * plugins/editor/text_editor.c: (iassist_iface_init):
6646 * plugins/language-support-cpp-java/cpp-java-assist.c:
6647 (cpp_java_assist_check), (on_assist_chosen):
6648 * plugins/sourceview/sourceview.c: (iassist_iface_init):
6649 Removed react() methods in both editors and assist interface. Assist
6650 plugin itself handles setting the autocomplete. Also fixed
6653 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
6655 * plugins/file-manager/Makefile.am:
6656 * plugins/file-manager/file-view.c: (file_view_add_dummy),
6657 (file_view_expand_idle), (file_view_init):
6658 * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6659 (file_manager_set_default_uri), (project_root_added),
6660 (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6661 (file_manager_activate), (file_manager_deactivate),
6662 (file_manager_instance_init), (file_manager_class_init),
6663 (ifile_manager_set_root), (ifile_manager_set_selected),
6664 (ifile_manager_iface_init): Adjusted white spaces to match
6667 2007-09-19 Naba Kumar <naba@gnome.org>
6669 * libanjuta/interfaces/libanjuta.idl:
6670 * plugins/editor/text_editor.c: (text_editor_instance_init),
6671 (iassist_show_tips), (iassist_cancel_tips),
6672 (iassist_hide_suggestions), (iassist_iface_init):
6673 * plugins/editor/text_editor.h:
6674 * plugins/editor/text_editor_cbs.c:
6675 (on_text_editor_scintilla_notify):
6676 * plugins/language-support-cpp-java/cpp-java-assist.c:
6677 (is_scope_context_character), (is_word_character),
6678 (create_completion), (cpp_java_assist_get_scope_context),
6679 (cpp_java_assist_get_pre_word),
6680 (cpp_java_assist_get_scope_operator),
6681 (cpp_java_assist_destroy_completion_cache),
6682 (cpp_java_assist_create_scope_completion_cache),
6683 (cpp_java_assist_create_word_completion_cache),
6684 (cpp_java_assist_show_autocomplete),
6685 (cpp_java_assist_get_calltip_context),
6686 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6687 (on_editor_char_added), (on_assist_chosen),
6688 (cpp_java_assist_install), (cpp_java_assist_uninstall),
6689 (cpp_java_assist_init), (cpp_java_assist_finalize):
6690 * plugins/language-support-cpp-java/cpp-java-assist.h:
6691 * plugins/language-support-cpp-java/plugin.c:
6692 (initialize_indentation_params):
6693 * plugins/sourceview/assist-tip.c:
6694 * plugins/sourceview/assist-tip.h:
6695 * plugins/sourceview/sourceview-private.h:
6696 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6697 (on_assist_tip_destroyed), (on_assist_cancel),
6698 (on_document_char_added), (iassist_get_suggestions),
6699 (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6701 Implement state-less assistance so that assist can be evaluated
6702 any given time at any position. Changed IAnjutaEditorAssist interfance
6703 and implementations and removed any state management in editors.
6705 2007-09-18 Naba Kumar <naba.kumar@gnome.org>
6707 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6708 completion items sorting and avoided unnecssary sorts.
6710 * plugins/text-editor.c: Fixed state.
6712 2007-09-17 Johannes Schmid <jhs@gnome.org>
6714 * plugins/language-support-cpp-java/cpp-java-assist.c:
6717 Fixed calltips in sourceview
6719 2007-09-17 Naba Kumar <naba.kumar@gnome.org>
6721 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6722 completion items preparation time. Fixed a crash bug.
6724 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6725 Set buffer size (From Massimo, required for symbol-db).
6727 * libanjuta/interfaces/libanjuta.idl: Also pass position information
6730 * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6733 * plugins/editor/aneditor-autocomplete.cxx,
6734 plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6735 Added ANE_GETWORDBEFORECARAT command.
6737 * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6738 using assist interface.
6740 * plugins/editor/text_editor.c: (text_editor_instance_init),
6741 (text_editor_get_word_before_carat),
6742 (text_editor_get_current_word), (iassist_add_trigger),
6743 (iassist_remove_trigger), (on_assist_canceled),
6744 (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6745 (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6746 * plugins/editor/text_editor.h:
6747 * plugins/editor/text_editor_cbs.c: (trigger_size),
6748 (max_trigger_size), (text_editor_check_assist),
6749 (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6752 * plugins/language-support-cpp-java/Makefile.am:
6753 * plugins/language-support-cpp-java/plugin.c:
6754 (get_line_indentation_base), (get_line_auto_indentation),
6755 (install_support), (uninstall_support),
6756 (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6757 (cpp_java_plugin_instance_init):
6758 * plugins/language-support-cpp-java/plugin.h:
6759 * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6760 * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6761 Make assist a separate class.
6763 2007-09-14 Johannes Schmid <jhs@gnome.org>
6765 * plugins/sourceview/sourceview.c: (iassist_suggest):
6766 Fixed changed char_alignment paramter in language-support
6769 2007-09-14 Naba Kumar <naba@gnome.org>
6771 * plugins/language-support-cpp-java/plugin.c: Send the right
6772 'char_alignment' paramenter (needs fixing in sourceview).
6774 2007-09-13 Johannes Schmid <jhs@gnome.org>
6777 * plugins/project-wizard/templates/minimal/project.anjuta:
6778 Use IAnjutaSymbolManager instead of loading the plugin directly.
6779 (TODO: Think of a version to do this for older files...)
6782 * plugins/Makefile.am:
6783 * plugins/symbol-db/Makefile.am:
6785 Build symbol-db plugin if libgda-3.0 is found
6787 2007-09-13 Johannes Schmid <jhs@gnome.org>
6789 * plugins/sourceview/Makefile.am:
6790 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6792 * plugins/sourceview/anjuta-document.h:
6793 Removed lots of dead code
6795 * plugins/sourceview/anjuta-languages-manager.c:
6796 * plugins/sourceview/anjuta-languages-manager.h:
6799 * plugins/sourceview/sourceview.c: (on_document_char_added),
6800 (on_document_loaded), (sourceview_instance_init),
6801 (iselect_get_start), (iselect_get_end),
6802 (ilanguage_get_supported_languages), (ilanguage_set_language):
6804 Fixed selection handling and make some adaptions for the changes
6807 2007-09-13 Johannes Schmid <jhs@gnome.org>
6809 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6810 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6813 Added preferences to language support completion/calltips
6815 * plugins/sourceview/assist-window.c: (assist_window_update):
6817 Always select first entry
6819 * plugins/sourceview/sourceview.glade:
6820 Removed old completion preferences
6822 2007-09-11 Naba Kumar <naba@gnome.org>
6824 * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6825 and possible crash when pressing ctrl+d in terminal after preferences
6826 window has been shown once (no need for backport).
6828 * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6829 implementations to get warnings instead of crashes for unimplemented
6832 2007-09-11 Massimo Cora' <maxcvs@email.it>
6834 Reviewed by: Naba Kumar <naba@gnome.org>
6836 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6837 * plugins/symbol-db/*:
6838 Added new symbol-database backend based on SQLite 3.
6839 (does not enabled for build currently).
6841 2007-09-10 Johannes Schmid <jhs@gnome.org>
6845 * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6846 (parse_info_init), (parse_info_free), (valid_element),
6847 (start_element_handler), (end_element_handler), (text_handler),
6848 (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6849 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6850 (egg_recent_model_monitor), (egg_recent_model_read),
6851 (egg_recent_model_open_file), (egg_recent_model_lock_file),
6852 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6853 (egg_recent_model_set_property), (egg_recent_model_class_init),
6854 (egg_recent_model_init), (egg_recent_model_add_full),
6855 (egg_recent_model_delete), (egg_recent_model_get_list),
6856 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6857 (egg_recent_model_set_filter_mime_types),
6858 (egg_recent_model_clear_group_filter),
6859 (egg_recent_model_set_filter_groups),
6860 (egg_recent_model_clear_scheme_filter),
6861 (egg_recent_model_set_filter_uri_schemes),
6862 (egg_recent_model_remove_expired):
6864 Update EggRecent (#456465)
6866 2007-09-10 Johannes Schmid <jhs@gnome.org>
6868 * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6869 (anjuta_plugin_manager_get_plugin):
6870 * plugins/profiler/gprof-call-graph-view.c:
6871 (gprof_call_graph_view_create_columns):
6872 * plugins/profiler/gprof-flat-profile-view.c:
6873 (gprof_flat_profile_view_create_columns):
6874 * plugins/profiler/gprof-function-call-tree-view.c:
6875 (gprof_function_call_tree_view_create_columns):
6877 Fixed #466031 – Update of pieces of menus for Localization
6879 2007-09-10 Johannes Schmid <jhs@gnome.org>
6881 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6882 Bug 343522 – anjuta: Unable to execute commands that use options.
6884 2007-09-09 Johannes Schmid <jhs@gnome.org>
6886 * plugins/document-manager/anjuta-docman.c:
6887 (anjuta_docman_update_page_label):
6889 Fixed #458034 – Method of indicating unsaved changes breaks convention
6891 * plugins/document-manager/plugin.c: (update_title),
6892 (value_added_project_root_uri), (value_removed_project_root_uri),
6893 (on_editor_changed), (activate_plugin):
6894 * plugins/document-manager/plugin.h:
6895 * plugins/project-manager/plugin.c: (on_profile_scoped),
6896 (on_profile_descoped), (ifile_open):
6898 Fixed #427390 – Show path of item in currently focused editor window
6900 2007-09-09 Johannes Schmid <jhs@gnome.org>
6902 * plugins/search/plugin.c: (on_toolbar_find_clicked),
6903 (on_toolbar_find_incremental):
6904 Fix incremental search
6906 * plugins/sourceview/sourceview.c: (on_document_char_added),
6908 Fixed selection management
6910 2007-09-09 Johannes Schmid <jhs@gnome.org>
6912 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6915 * libanjuta/interfaces/libanjuta.idl:
6916 Extended IAnjutaEditorAssist interface
6918 * plugins/language-support-cpp-java/plugin.c:
6919 (jump_to_matching_brace), (add_tags), (on_assist_begin),
6920 (assist_cleanup), (on_assist_chosen), (on_assist_update),
6921 (context_character), (get_context), (function_parser),
6922 (cpp_member_parser), (install_assist), (uninstall_assist),
6923 (get_line_indentation_base), (get_line_auto_indentation),
6924 (install_support), (uninstall_support),
6925 (on_value_added_current_editor), (on_value_removed_current_editor),
6926 (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6927 * plugins/language-support-cpp-java/plugin.h:
6929 Improved fixed editor assistance and added support for function/method
6930 tooltips. jumb_to_matching_brance => jump_to_matching_brace
6932 * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6935 * plugins/project-import/project-import.c: (on_import_next):
6936 Added a non-NULL check with could probably fix #474843 but not sure
6938 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6939 Fixed anjuta-plugin project wizard
6941 * plugins/sourceview/Makefile.am:
6942 * plguins/sourceview/assist-tip.[ch]:
6943 * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6944 (anjuta_view_key_press_event):
6945 * plugins/sourceview/assist-window.c: (assist_window_class_init),
6946 (assist_window_init), (assist_window_update), (assist_window_new):
6947 * plugins/sourceview/sourceview-private.h:
6948 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6949 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6950 (trigger_size), (max_trigger_size), (on_document_char_added),
6951 (sourceview_dispose), (ieditor_get_current_word),
6952 (iassist_add_trigger), (iassist_init_suggestions),
6953 (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6954 (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6956 Big update on sourceview assist capabilites. Autocompletion should
6957 now work much better and function tooltips are finally supported!
6959 * plugins/sourceview/anjuta-document.h:
6960 * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6961 (anjuta_document_get_current_word):
6962 Fixed get_current_word (inspired by aneditor.cxx implementation)
6964 * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6965 (icell_get_attribute):
6966 Fixed get_attribute() to also detect character constants.
6967 Simplified get_char()
6969 * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6970 (isymbol_manager_get_members), (isymbol_manager_get_parents),
6971 (isymbol_manager_get_completions_at_position):
6973 Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6975 2007-09-04 Naba Kumar <naba@gnome.org>
6977 * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6978 projects that can not add sources.
6980 * plugins/file-wizard/file.c: Similarly for file wizard,
6981 Do not enable 'Add to project' projects that can not add sources.
6983 2007-09-04 Naba Kumar <naba@gnome.org>
6985 * configure.in: Bumped gnome-build requirement to 0.2.0
6986 for project capabilities support.
6988 * plugins/project-manager/plugin.c: Enable/disable project
6989 actions based on project capabilities. Fixes bug #433552:
6990 crash in Anjuta IDE: add file test.h in project on generic
6993 * libanjuta/interfaces/libanjuta.idl: Added method to query
6994 project capabilities.
6996 2007-09-03 Naba Kumar <naba@gnome.org>
6998 * plugins/file-manager/plugin.c: Set shadow type IN.
6999 * plugins/file-manager/file-view.c: Fixed code style.
7000 * plugins/file-manager/file-view.c: Fixed icons column to size
7003 * plugins/file-manager/plugin.[c,h]: Fixed code style.
7005 * plugins/file-manager/plugin.c: Fixed crash on closing project and
7006 unmonitors project-uri on file-manager deactivation.
7008 * TODO.tasks: Updated
7010 2007-09-02 Johannes Schmid <jhs@gnome.org>
7012 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
7015 * plugins/file-manager/file-view.c: (file_view_get_selected),
7016 (file_view_button_press_event), (file_view_finalize):
7017 * plugins/file-manager/plugin.c: (project_root_removed),
7018 (file_manager_deactivate):
7020 Fixed some small bugs I missed before
7022 2007-09-02 Johannes Schmid <jhs@gnome.org>
7024 * plugins/file-manager/*:
7025 Added new and file-manager
7027 2007-09-02 Johannes Schmid <jhs@gnome.org>
7029 * plugins/file-manager/*:
7030 Removed old file-manager
7032 2007-08-31 Johannes Schmid <jhs@gnome.org>
7034 * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
7035 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
7037 Fixed some memory leaks
7039 * MAINTAINERS: Fixed
7041 2007-08-31 Johannes Schmid <jhs@gnome.org>
7043 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
7044 (get_property_value_as_string), (set_property_value_as_string),
7045 (register_callbacks), (preferences_foreach_callback),
7046 (anjuta_preferences_register_property_raw):
7047 * libanjuta/anjuta-preferences.h:
7048 * plugins/build-basic-autotools/build-basic-autotools.c:
7049 (on_build_mesg_format):
7050 * plugins/document-manager/anjuta-document-manager.glade:
7051 * plugins/message-view/anjuta-message-manager-plugin.glade:
7053 Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
7054 broken message view preferences
7056 * plugins/message-view/message-view.c:
7057 (message_view_instance_init), (pref_change_color), (prefs_init),
7058 (imessage_view_append):
7059 Cleaned up message view (#458041)
7061 * src/shell.c: (on_preferences_activate),
7062 (anjuta_test_shell_instance_init),
7063 (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
7064 Fixed test shell to allow better debugging
7066 2007-08-31 Johannes Schmid <jhs@gnome.org>
7068 * plugins/gtodo/interface.c: (gtodo_get_hide_done),
7069 (gtodo_get_hide_nodate), (gtodo_get_hide_due):
7070 * plugins/gtodo/main.h:
7071 * plugins/gtodo/plugin.c: (activate_plugin):
7073 Fixed #423467 (View->Tasks menu items are not
7076 2007-08-31 Tobias Müller <gnome-bugs@auftrags-killer.org>
7078 reviewed by: Johannes Schmid <jhs@gnome.org>
7081 * data/welcome.txt.in:
7082 * launcher/anjuta_launcher.c:
7083 * libanjuta/anjuta-children.c:
7084 * libanjuta/anjuta-children.h:
7085 * libanjuta/anjuta-debug.h:
7086 * libanjuta/anjuta-encodings.c:
7087 * libanjuta/anjuta-encodings.h:
7088 * libanjuta/anjuta-glue-c.c:
7089 * libanjuta/anjuta-glue-c.h:
7090 * libanjuta/anjuta-plugin-description.c:
7091 * libanjuta/anjuta-plugin-description.h:
7092 * libanjuta/anjuta-plugin-handle.c:
7093 * libanjuta/anjuta-plugin-handle.h:
7094 * libanjuta/anjuta-plugin-manager.c:
7095 * libanjuta/anjuta-plugin-manager.h:
7096 * libanjuta/anjuta-plugin.c:
7097 * libanjuta/anjuta-plugin.h:
7098 * libanjuta/anjuta-preferences.c:
7099 * libanjuta/anjuta-preferences.h:
7100 * libanjuta/anjuta-profile-manager.c:
7101 * libanjuta/anjuta-profile-manager.h:
7102 * libanjuta/anjuta-profile.c:
7103 * libanjuta/anjuta-profile.h:
7104 * libanjuta/anjuta-save-prompt.c:
7105 * libanjuta/anjuta-save-prompt.h:
7106 * libanjuta/anjuta-serializer.c:
7107 * libanjuta/anjuta-serializer.h:
7108 * libanjuta/anjuta-session.c:
7109 * libanjuta/anjuta-session.h:
7110 * libanjuta/anjuta-shell.c:
7111 * libanjuta/anjuta-shell.h:
7112 * libanjuta/anjuta-status.c:
7113 * libanjuta/anjuta-status.h:
7114 * libanjuta/anjuta-ui.c:
7115 * libanjuta/anjuta-ui.h:
7116 * libanjuta/anjuta-utils-priv.h:
7117 * libanjuta/anjuta-utils.c:
7118 * libanjuta/anjuta-utils.h:
7119 * libanjuta/cell-renderer-captioned-image.c:
7120 * libanjuta/cell-renderer-captioned-image.h:
7121 * libanjuta/e-splash.c:
7122 * libanjuta/e-splash.h:
7123 * libanjuta/interfaces/anjuta-idl-compiler.pl:
7124 * libanjuta/interfaces/libanjuta.idl:
7125 * libanjuta/libanjuta.h:
7126 * libanjuta/resources.c:
7127 * libanjuta/resources.h:
7128 * libegg/egg-cell-renderer-text.c:
7129 * libegg/egg-combo-action.c:
7130 * libegg/egg-entry-action.c:
7131 * libegg/egg-recent-action.c:
7132 * libegg/egg-recent-files-module.c:
7133 * libegg/egg-recent-item.c:
7134 * libegg/egg-recent-model.c:
7135 * libegg/egg-recent-view-gtk.c:
7136 * libegg/egg-recent-view.c:
7137 * libegg/egg-submenu-action.c:
7138 * libegg/eggaccelerators.c:
7139 * libegg/eggcellrendererpopup.c:
7140 * libegg/eggcomboselect.c:
7141 * libegg/eggtreemodelfilter.c:
7142 * libegg/eggtreemultidnd.c:
7143 * libegg/gtkcellview.h:
7144 * libegg/treeviewutils/egg-cell-renderer-text.h:
7145 * libegg/treeviewutils/eggaccelerators.h:
7146 * libegg/treeviewutils/eggcellrendererkeys.h:
7147 * libegg/treeviewutils/eggcellrendererpopup.h:
7148 * libegg/treeviewutils/eggtreemodelfilter.h:
7149 * libegg/treeviewutils/eggtreemultidnd.h:
7150 * libegg/treeviewutils/eggtreeviewstate.h:
7151 * manuals/anjuta-faqs/C/anjuta-faqs.xml:
7152 * manuals/anjuta-faqs/Makefile.am:
7153 * manuals/anjuta-manual/C/anjuta-manual.xml:
7154 * manuals/anjuta-manual/C/license.xml:
7155 * manuals/anjuta-manual/es/es.po:
7156 * manuals/anjuta-manual/sv/sv.po:
7157 * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
7159 * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
7160 * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
7161 * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
7162 * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
7163 * manuals/old/ja/anjuta-manual/license.xml:
7164 * plugins/build-basic-autotools/build-basic-autotools.c:
7165 * plugins/build-basic-autotools/build-basic-autotools.h:
7166 * plugins/build-basic-autotools/executer.c:
7167 * plugins/build-basic-autotools/executer.h:
7168 * plugins/build/build_file.c:
7169 * plugins/build/build_file.h:
7170 * plugins/build/build_project.c:
7171 * plugins/build/build_project.h:
7172 * plugins/build/clean_project.c:
7173 * plugins/build/clean_project.h:
7174 * plugins/build/commands.c:
7175 * plugins/build/commands.h:
7176 * plugins/build/compile.c:
7177 * plugins/build/compile.h:
7178 * plugins/build/compiler_options.c:
7179 * plugins/build/compiler_options.h:
7180 * plugins/build/configurer.c:
7181 * plugins/build/configurer.h:
7182 * plugins/build/executer.c:
7183 * plugins/build/executer.h:
7184 * plugins/class-gen/cell-renderer-flags.c:
7185 * plugins/class-gen/cell-renderer-flags.h:
7186 * plugins/class-gen/combo-flags.c:
7187 * plugins/class-gen/combo-flags.h:
7188 * plugins/class-gen/element-editor.c:
7189 * plugins/class-gen/element-editor.h:
7190 * plugins/class-gen/generator.c:
7191 * plugins/class-gen/generator.h:
7192 * plugins/class-gen/plugin.c:
7193 * plugins/class-gen/plugin.h:
7194 * plugins/class-gen/transform.c:
7195 * plugins/class-gen/transform.h:
7196 * plugins/class-gen/validator.c:
7197 * plugins/class-gen/validator.h:
7198 * plugins/class-gen/window.c:
7199 * plugins/class-gen/window.h:
7200 * plugins/class-inheritance/class-callbacks.c:
7201 * plugins/class-inheritance/class-callbacks.h:
7202 * plugins/class-inheritance/class-inherit.c:
7203 * plugins/class-inheritance/class-inherit.h:
7204 * plugins/class-inheritance/plugin.c:
7205 * plugins/class-inheritance/plugin.h:
7206 * plugins/cvs-plugin/cvs-actions.c:
7207 * plugins/cvs-plugin/cvs-actions.h:
7208 * plugins/cvs-plugin/cvs-callbacks.c:
7209 * plugins/cvs-plugin/cvs-callbacks.h:
7210 * plugins/cvs-plugin/cvs-execute.c:
7211 * plugins/cvs-plugin/cvs-execute.h:
7212 * plugins/cvs-plugin/cvs-interface.c:
7213 * plugins/cvs-plugin/cvs-interface.h:
7214 * plugins/cvs-plugin/plugin.c:
7215 * plugins/cvs-plugin/plugin.h:
7216 * plugins/debug-manager/breakpoints.c:
7217 * plugins/debug-manager/breakpoints.h:
7218 * plugins/debug-manager/chunk_view.c:
7219 * plugins/debug-manager/chunk_view.h:
7220 * plugins/debug-manager/data_buffer.c:
7221 * plugins/debug-manager/data_buffer.h:
7222 * plugins/debug-manager/data_view.c:
7223 * plugins/debug-manager/data_view.h:
7224 * plugins/debug-manager/debug_tree.c:
7225 * plugins/debug-manager/debug_tree.h:
7226 * plugins/debug-manager/debugger.c:
7227 * plugins/debug-manager/debugger.h:
7228 * plugins/debug-manager/disassemble.c:
7229 * plugins/debug-manager/disassemble.h:
7230 * plugins/debug-manager/info.c:
7231 * plugins/debug-manager/info.h:
7232 * plugins/debug-manager/locals.c:
7233 * plugins/debug-manager/locals.h:
7234 * plugins/debug-manager/memory.c:
7235 * plugins/debug-manager/memory.h:
7236 * plugins/debug-manager/plugin.c:
7237 * plugins/debug-manager/plugin.h:
7238 * plugins/debug-manager/registers.c:
7239 * plugins/debug-manager/registers.h:
7240 * plugins/debug-manager/sexy-icon-entry.c:
7241 * plugins/debug-manager/sexy-icon-entry.h:
7242 * plugins/debug-manager/sharedlib.c:
7243 * plugins/debug-manager/sharedlib.h:
7244 * plugins/debug-manager/signals.c:
7245 * plugins/debug-manager/signals.h:
7246 * plugins/debug-manager/sparse_buffer.c:
7247 * plugins/debug-manager/sparse_buffer.h:
7248 * plugins/debug-manager/sparse_view.c:
7249 * plugins/debug-manager/sparse_view.h:
7250 * plugins/debug-manager/stack_trace.c:
7251 * plugins/debug-manager/stack_trace.h:
7252 * plugins/debug-manager/start.c:
7253 * plugins/debug-manager/start.h:
7254 * plugins/debug-manager/threads.c:
7255 * plugins/debug-manager/threads.h:
7256 * plugins/debug-manager/utilities.c:
7257 * plugins/debug-manager/utilities.h:
7258 * plugins/debug-manager/watch.c:
7259 * plugins/debug-manager/watch.h:
7260 * plugins/devhelp/htmlview.c:
7261 * plugins/devhelp/htmlview.h:
7262 * plugins/document-manager/action-callbacks.c:
7263 * plugins/document-manager/action-callbacks.h:
7264 * plugins/document-manager/anjuta-docman.c:
7265 * plugins/document-manager/anjuta-docman.h:
7266 * plugins/document-manager/editor-tooltips.c:
7267 * plugins/document-manager/editor-tooltips.h:
7268 * plugins/document-manager/file_history.c:
7269 * plugins/document-manager/file_history.h:
7270 * plugins/document-manager/indent-dialog.c:
7271 * plugins/document-manager/indent-dialog.h:
7272 * plugins/document-manager/indent-util.c:
7273 * plugins/document-manager/indent-util.h:
7274 * plugins/document-manager/plugin.c:
7275 * plugins/editor/aneditor-autocomplete.cxx:
7276 * plugins/editor/aneditor-calltip.cxx:
7277 * plugins/editor/aneditor-indent.cxx:
7278 * plugins/editor/aneditor-priv.h:
7279 * plugins/editor/aneditor.cxx:
7280 * plugins/editor/aneditor.h:
7281 * plugins/editor/lexer.h:
7282 * plugins/editor/plugin.c:
7283 * plugins/editor/plugin.h:
7284 * plugins/editor/print.c:
7285 * plugins/editor/print.h:
7286 * plugins/editor/properties.h:
7287 * plugins/editor/properties_cxx.h:
7288 * plugins/editor/style-editor.c:
7289 * plugins/editor/style-editor.h:
7290 * plugins/editor/text-editor-iterable.c:
7291 * plugins/editor/text-editor-iterable.h:
7292 * plugins/editor/text_editor.c:
7293 * plugins/editor/text_editor.h:
7294 * plugins/editor/text_editor_cbs.c:
7295 * plugins/editor/text_editor_cbs.h:
7296 * plugins/editor/text_editor_menu.c:
7297 * plugins/editor/text_editor_menu.h:
7298 * plugins/editor/text_editor_prefs.c:
7299 * plugins/editor/text_editor_prefs.h:
7300 * plugins/file-loader/dnd.c:
7301 * plugins/file-loader/dnd.h:
7302 * plugins/file-loader/plugin.c:
7303 * plugins/file-manager/an_file_view.c:
7304 * plugins/file-manager/plugin.c:
7305 * plugins/file-wizard/file.c:
7306 * plugins/file-wizard/file.h:
7307 * plugins/file-wizard/plugin.c:
7308 * plugins/file-wizard/plugin.h:
7309 * plugins/gdb/debugger.c:
7310 * plugins/gdb/debugger.h:
7311 * plugins/gdb/gdbmi-test.c:
7312 * plugins/gdb/gdbmi.c:
7313 * plugins/gdb/gdbmi.h:
7314 * plugins/gdb/global.h:
7315 * plugins/gdb/parser.c:
7316 * plugins/gdb/parser.h:
7317 * plugins/gdb/plugin.c:
7318 * plugins/gdb/plugin.h:
7319 * plugins/gdb/utilities.c:
7320 * plugins/gdb/utilities.h:
7321 * plugins/glade/plugin.c:
7322 * plugins/glade/plugin.h:
7323 * plugins/gtodo/egg-datetime.c:
7324 * plugins/gtodo/egg-datetime.h:
7325 * plugins/gtodo/eggtrayicon.c:
7326 * plugins/gtodo/eggtrayicon.h:
7327 * plugins/gtodo/plugin.c:
7328 * plugins/gvim/anjuta-vim.c:
7329 * plugins/gvim/anjuta-vim.h:
7330 * plugins/gvim/gtkvim.c:
7331 * plugins/gvim/gtkvim.h:
7332 * plugins/gvim/plugin.c:
7333 * plugins/gvim/plugin.h:
7334 * plugins/language-support-cpp-java/plugin.c:
7335 * plugins/language-support-cpp-java/plugin.h:
7336 * plugins/macro/macro-actions.c:
7337 * plugins/macro/macro-actions.h:
7338 * plugins/macro/macro-db.c:
7339 * plugins/macro/macro-db.h:
7340 * plugins/macro/macro-dialog.c:
7341 * plugins/macro/macro-dialog.h:
7342 * plugins/macro/macro-edit.c:
7343 * plugins/macro/macro-edit.h:
7344 * plugins/macro/macro-util.c:
7345 * plugins/macro/macro-util.h:
7346 * plugins/macro/plugin.c:
7347 * plugins/macro/plugin.h:
7348 * plugins/message-view/anjuta-msgman.c:
7349 * plugins/message-view/anjuta-msgman.h:
7350 * plugins/message-view/message-view.c:
7351 * plugins/message-view/message-view.h:
7352 * plugins/message-view/plugin.c:
7353 * plugins/message-view/plugin.h:
7354 * plugins/patch/patch-plugin.c:
7355 * plugins/patch/patch-plugin.h:
7356 * plugins/patch/plugin.c:
7357 * plugins/patch/plugin.h:
7358 * plugins/profiler/gprof-call-graph-block-entry.c:
7359 * plugins/profiler/gprof-call-graph-block-entry.h:
7360 * plugins/profiler/gprof-call-graph-block.c:
7361 * plugins/profiler/gprof-call-graph-block.h:
7362 * plugins/profiler/gprof-call-graph-view.c:
7363 * plugins/profiler/gprof-call-graph-view.h:
7364 * plugins/profiler/gprof-call-graph.c:
7365 * plugins/profiler/gprof-call-graph.h:
7366 * plugins/profiler/gprof-flat-profile-entry.c:
7367 * plugins/profiler/gprof-flat-profile-entry.h:
7368 * plugins/profiler/gprof-flat-profile-view.c:
7369 * plugins/profiler/gprof-flat-profile-view.h:
7370 * plugins/profiler/gprof-flat-profile.c:
7371 * plugins/profiler/gprof-flat-profile.h:
7372 * plugins/profiler/gprof-function-call-chart-view.c:
7373 * plugins/profiler/gprof-function-call-chart-view.h:
7374 * plugins/profiler/gprof-function-call-tree-view.c:
7375 * plugins/profiler/gprof-function-call-tree-view.h:
7376 * plugins/profiler/gprof-options.c:
7377 * plugins/profiler/gprof-options.h:
7378 * plugins/profiler/gprof-profile-data.c:
7379 * plugins/profiler/gprof-profile-data.h:
7380 * plugins/profiler/gprof-view-manager.c:
7381 * plugins/profiler/gprof-view-manager.h:
7382 * plugins/profiler/gprof-view.c:
7383 * plugins/profiler/gprof-view.h:
7384 * plugins/profiler/plugin.c:
7385 * plugins/profiler/plugin.h:
7386 * plugins/profiler/string-utils.c:
7387 * plugins/profiler/string-utils.h:
7388 * plugins/project-import/plugin.c:
7389 * plugins/project-import/plugin.h:
7390 * plugins/project-import/project-import.c:
7391 * plugins/project-import/project-import.h:
7392 * plugins/project-manager/plugin.c:
7393 * plugins/project-manager/plugin.h:
7394 * plugins/project-wizard/action.c:
7395 * plugins/project-wizard/action.h:
7396 * plugins/project-wizard/autogen.c:
7397 * plugins/project-wizard/autogen.h:
7398 * plugins/project-wizard/druid.c:
7399 * plugins/project-wizard/druid.h:
7400 * plugins/project-wizard/file.c:
7401 * plugins/project-wizard/file.h:
7402 * plugins/project-wizard/header.c:
7403 * plugins/project-wizard/header.h:
7404 * plugins/project-wizard/install.c:
7405 * plugins/project-wizard/install.h:
7406 * plugins/project-wizard/parser.c:
7407 * plugins/project-wizard/parser.h:
7408 * plugins/project-wizard/plugin.c:
7409 * plugins/project-wizard/plugin.h:
7410 * plugins/project-wizard/property.c:
7411 * plugins/project-wizard/property.h:
7412 * plugins/project-wizard/values.c:
7413 * plugins/project-wizard/values.h:
7414 * plugins/sample1/plugin.c:
7415 * plugins/search/plugin.c:
7416 * plugins/search/plugin.h:
7417 * plugins/search/search-replace_backend.c:
7418 * plugins/search/search-replace_backend.h:
7419 * plugins/search/search_preferences.c:
7420 * plugins/sourceview/anjuta-convert.c:
7421 * plugins/sourceview/anjuta-convert.h:
7422 * plugins/sourceview/anjuta-document-loader.c:
7423 * plugins/sourceview/anjuta-document-loader.h:
7424 * plugins/sourceview/anjuta-document-saver.c:
7425 * plugins/sourceview/anjuta-document-saver.h:
7426 * plugins/sourceview/anjuta-document.c:
7427 * plugins/sourceview/anjuta-document.h:
7428 * plugins/sourceview/anjuta-encodings.c:
7429 * plugins/sourceview/anjuta-encodings.h:
7430 * plugins/sourceview/anjuta-languages-manager.c:
7431 * plugins/sourceview/anjuta-languages-manager.h:
7432 * plugins/sourceview/anjuta-utils.c:
7433 * plugins/sourceview/anjuta-utils.h:
7434 * plugins/sourceview/anjuta-view.c:
7435 * plugins/sourceview/anjuta-view.h:
7436 * plugins/sourceview/assist-window.c:
7437 * plugins/sourceview/assist-window.h:
7438 * plugins/sourceview/sourceview-cell.c:
7439 * plugins/sourceview/sourceview-cell.h:
7440 * plugins/sourceview/sourceview-prefs.c:
7441 * plugins/sourceview/sourceview-prefs.h:
7442 * plugins/sourceview/sourceview-print.c:
7443 * plugins/sourceview/sourceview-print.h:
7444 * plugins/sourceview/sourceview-private.h:
7445 * plugins/sourceview/sourceview-tags.c:
7446 * plugins/sourceview/sourceview-tags.h:
7447 * plugins/sourceview/sourceview.c:
7448 * plugins/sourceview/sourceview.h:
7449 * plugins/subversion/plugin.c:
7450 * plugins/subversion/plugin.h:
7451 * plugins/subversion/subversion-actions.c:
7452 * plugins/subversion/subversion-actions.h:
7453 * plugins/subversion/subversion-callbacks.c:
7454 * plugins/subversion/subversion-callbacks.h:
7455 * plugins/subversion/svn-auth.c:
7456 * plugins/subversion/svn-auth.h:
7457 * plugins/subversion/svn-backend-priv.h:
7458 * plugins/subversion/svn-backend.c:
7459 * plugins/subversion/svn-backend.h:
7460 * plugins/subversion/svn-notify.c:
7461 * plugins/subversion/svn-notify.h:
7462 * plugins/subversion/svn-thread.c:
7463 * plugins/subversion/svn-thread.h:
7464 * plugins/symbol-browser/an_symbol.c:
7465 * plugins/symbol-browser/an_symbol.h:
7466 * plugins/symbol-browser/an_symbol_info.c:
7467 * plugins/symbol-browser/an_symbol_info.h:
7468 * plugins/symbol-browser/an_symbol_iter.c:
7469 * plugins/symbol-browser/an_symbol_iter.h:
7470 * plugins/symbol-browser/an_symbol_prefs.c:
7471 * plugins/symbol-browser/an_symbol_prefs.h:
7472 * plugins/symbol-browser/an_symbol_search.c:
7473 * plugins/symbol-browser/an_symbol_search.h:
7474 * plugins/symbol-browser/an_symbol_view.c:
7475 * plugins/symbol-browser/an_symbol_view.h:
7476 * plugins/symbol-browser/plugin.c:
7477 * plugins/symbol-browser/plugin.h:
7478 * plugins/terminal/terminal.c:
7479 * plugins/tools/dialog.c:
7480 * plugins/tools/dialog.h:
7481 * plugins/tools/editor.c:
7482 * plugins/tools/editor.h:
7483 * plugins/tools/execute.c:
7484 * plugins/tools/execute.h:
7485 * plugins/tools/fileop.c:
7486 * plugins/tools/fileop.h:
7487 * plugins/tools/plugin.c:
7488 * plugins/tools/plugin.h:
7489 * plugins/tools/scripts/find-fixmes.pl:
7490 * plugins/tools/scripts/translation-status.pl:
7491 * plugins/tools/tool.c:
7492 * plugins/tools/tool.h:
7493 * plugins/tools/variable.c:
7494 * plugins/tools/variable.h:
7495 * plugins/valgrind/ldd.c:
7496 * plugins/valgrind/ldd.h:
7497 * plugins/valgrind/list.c:
7498 * plugins/valgrind/list.h:
7499 * plugins/valgrind/menu-utils.c:
7500 * plugins/valgrind/menu-utils.h:
7501 * plugins/valgrind/parser.c:
7502 * plugins/valgrind/parser.h:
7503 * plugins/valgrind/plugin.c:
7504 * plugins/valgrind/plugin.h:
7505 * plugins/valgrind/preferences.c:
7506 * plugins/valgrind/preferences.h:
7507 * plugins/valgrind/process.c:
7508 * plugins/valgrind/process.h:
7509 * plugins/valgrind/symtab.c:
7510 * plugins/valgrind/symtab.h:
7511 * plugins/valgrind/vgactions.c:
7512 * plugins/valgrind/vgactions.h:
7513 * plugins/valgrind/vgcachegrindprefs.c:
7514 * plugins/valgrind/vgcachegrindprefs.h:
7515 * plugins/valgrind/vgdefaultview.c:
7516 * plugins/valgrind/vgdefaultview.h:
7517 * plugins/valgrind/vgerror.c:
7518 * plugins/valgrind/vgerror.h:
7519 * plugins/valgrind/vggeneralprefs.c:
7520 * plugins/valgrind/vggeneralprefs.h:
7521 * plugins/valgrind/vghelgrindprefs.c:
7522 * plugins/valgrind/vghelgrindprefs.h:
7523 * plugins/valgrind/vgio.c:
7524 * plugins/valgrind/vgio.h:
7525 * plugins/valgrind/vgmemcheckprefs.c:
7526 * plugins/valgrind/vgmemcheckprefs.h:
7527 * plugins/valgrind/vgrule-editor.c:
7528 * plugins/valgrind/vgrule-editor.h:
7529 * plugins/valgrind/vgrule-list.c:
7530 * plugins/valgrind/vgrule-list.h:
7531 * plugins/valgrind/vgrule.c:
7532 * plugins/valgrind/vgrule.h:
7533 * plugins/valgrind/vgrulepattern.c:
7534 * plugins/valgrind/vgrulepattern.h:
7535 * plugins/valgrind/vgsearchbar.c:
7536 * plugins/valgrind/vgsearchbar.h:
7537 * plugins/valgrind/vgstrpool.c:
7538 * plugins/valgrind/vgstrpool.h:
7539 * plugins/valgrind/vgtoolprefs.c:
7540 * plugins/valgrind/vgtoolprefs.h:
7541 * plugins/valgrind/vgtoolview.c:
7542 * plugins/valgrind/vgtoolview.h:
7545 * src/action-callbacks.c:
7546 * src/action-callbacks.h:
7547 * src/anjuta-actions.h:
7550 * src/anjuta-callbacks.c:
7551 * src/anjuta-callbacks.h:
7555 * src/bacon-message-connection.c:
7556 * src/bacon-message-connection.h:
7565 * tagmanager/options.c:
7567 Change the address of FSF in various files
7569 2007-08-30 Johannes Schmid <jhs@gnome.org>
7573 Removed because they are no longer in use
7575 * plugins/class-gen/anjuta-class-gen-plugin.glade:
7576 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7577 Marked some strings as not translatable
7579 * plugins/search/search-replace.c: (list_max_items):
7580 Fixed a possible memory corruption
7582 * src/anjuta-app.c: (anjuta_app_add_widget_full):
7583 Do not show menuitems for locked layout items
7585 * src/main.c: (main):
7586 Some minor style correction in gnome_init
7588 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7590 * plugins/debug-manager/debugger.c,
7591 plugins/debug-manager/breakpoints.c,
7592 plugins/gdb/plugin.c,
7593 plugins/gdb/debugger.c,
7594 libanjuta/interfaces/libanjuta.idl:
7595 Move all breakpoints functions from IAnjutaDebugger to a new
7596 IAnjutaBreakpointDebugger interface
7598 2007-07-28 Tom Lowe <tomlowe1@earthlink.net>
7600 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7601 * plugins/debug-manager/plugin.c,
7602 plugins/debug-manager/breakpoints.c,
7603 plugins/tools/execute.c,
7604 plugins/project-wizard/plugin.c,
7605 plugins/build-basic-autotools/executer.c,
7606 plugins/gdb/debugger.c,
7607 plugins/profiler/gprof-options.h,
7608 plugins/sourceview/assist-window.h,
7609 plugins/class-gen/transform.c,
7610 libanjuta/anjuta-plugin-description.c,
7611 libanjuta/anjuta-status.c,
7612 libanjuta/anjuta-glue-c.c,
7613 libanjuta/anjuta-glue-cpp.c,
7614 plugins/symbol-browser/an_symbol_prefs.c:
7615 Fix warnings mostly "dereferencing type-punned pointer"
7616 Fix two bugs in breakpoints.c and an_symbol_prefs.c
7618 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7620 * plugins/debug-manager/breakpoints.c,
7621 plugins/debug-manager/debugger.c:
7622 Avoid an endless loop if clearing all breakpoints while the programm
7625 2007-07-22 Tom Lowe <tomlowe1@earthlink.net>
7627 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7628 * plugins/debug-manager/plugin.c:
7629 Fix a segmentation fault added in the previous patch
7631 2007-07-21 Johannes Schmid <jhs@gnome.org>
7633 * plugins/build-basic-autotools/executer.c:
7634 (get_program_parameters):
7636 Show an error dialog if no targets are availible instead of
7639 2007-07-20 Johannes Schmid <jhs@gnome.org>
7641 * libanjuta/anjuta-shell.c: (on_widget_data_add),
7642 (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7643 * libanjuta/anjuta-shell.h:
7644 * plugins/document-manager/plugin.c: (activate_plugin):
7645 * plugins/glade/anjuta-design-document.c:
7646 * plugins/glade/plugin.c: (glade_update_ui):
7647 * src/anjuta-app.c: (anjuta_app_add_widget_full),
7648 (anjuta_shell_iface_init):
7649 * src/shell.c: (anjuta_test_shell_add_widget),
7650 (anjuta_shell_iface_init):
7652 Make the document manager undockable (#458038)
7654 2007-07-20 Johannes Schmid <jhs@gnome.org>
7656 * plugins/document-manager/plugin.c: (on_editor_update_ui):
7657 * plugins/glade/anjuta-design-document.c:
7658 * plugins/glade/plugin.c: (glade_update_ui):
7660 Fixed some save/dirty status bug in glade
7662 2007-07-20 Johannes Schmid <jhs@gnome.org>
7664 * libanjuta/anjuta-status.c:
7665 Fixed crasher on shutdown
7667 2007-07-20 Johannes Schmid <jhs@gnome.org>
7670 Minimum glade requirement is 3.2 now. It was before
7671 but we did not check...
7673 * libanjuta/anjuta-glue-factory.c: (load_plugin):
7674 * libanjuta/anjuta-profile.c:
7675 (anjuta_profile_add_plugins_from_xml):
7676 * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7677 * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7678 * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7679 * plugins/file-loader/plugin.c: (on_create_submenu):
7680 * plugins/file-manager/an_file_view.c: (compare_iter):
7681 * plugins/glade/plugin.c: (activate_plugin):
7682 * src/anjuta-app.c: (on_toolbar_view_toggled):
7683 * src/main.c: (main):
7685 Fixed lots of memory leaks (thansk valgrind)
7687 2007-07-19 Johannes Schmid <jhs@gnome.org>
7689 * plugins/debug-manager/plugin.c: (value_added_current_editor):
7690 * plugins/document-manager/anjuta-docman.c:
7691 (anjuta_docman_set_busy):
7692 * plugins/document-manager/plugin.c: (on_editor_changed):
7693 * plugins/glade/plugin.c: (activate_plugin):
7694 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7695 (on_value_removed_current_editor):
7697 Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7699 2007-07-18 Johannes Schmid <jhs.gnome.org>
7701 * plugins/build-basic-autotools/executer.c: (execute_program):
7702 Fixed some of the scratchbox stuff but the environment is
7705 2007-07-18 Johannes Schmid <jhs@gnome.org>
7707 * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7708 (on_plugin_deactivated), (get_plugin_loader_type):
7709 * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7710 (activate_plugin), (deactivate_plugin),
7711 (glade_plugin_instance_init):
7713 Fixed glade plugin deactivation
7715 2007-07-18 Johannes Schmid <jhs@gnome.org>
7717 * plugins/document-manager/anjuta-docman.c:
7718 (anjuta_docman_add_document):
7719 * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7721 Fixed path display in document manager with glade files
7723 2007-07-17 Johannes Schmid <jhs@gnome.org>
7725 * libanjuta/interfaces/Makefile.am.iface:
7726 * pixmaps/Makefile.am:
7727 * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7728 * plugins/debug-manager/plugin.c: (value_added_current_editor),
7729 (value_removed_current_editor):
7730 * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7731 (anjuta_docman_set_current_document):
7732 * plugins/document-manager/plugin.c: (on_editor_update_ui),
7733 (on_editor_added), (on_editor_changed):
7734 * plugins/glade/Makefile.am:
7735 * plugins/glade/anjuta-design-document.c:
7736 (anjuta_design_document_instance_init),
7737 (anjuta_design_document_set_property),
7738 (anjuta_design_document_get_property),
7739 (anjuta_design_document_class_init), (anjuta_design_document_new),
7740 (ifile_open), (ifile_get_uri), (ifile_iface_init):
7741 * plugins/glade/anjuta-design-document.h:
7742 * plugins/glade/anjuta-glade-notebook.c:
7743 * plugins/glade/anjuta-glade-notebook.h:
7744 * plugins/glade/plugin.c: (value_added_current_editor),
7745 (value_removed_current_editor), (glade_update_ui),
7746 (on_close_activated), (on_glade_project_changed),
7747 (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7749 * plugins/language-support-cpp-java/plugin.c:
7750 (on_value_added_current_editor), (on_value_removed_current_editor):
7751 * plugins/macro/plugin.c: (value_added_current_editor):
7752 * plugins/project-manager/plugin.c: (value_added_current_editor):
7753 * plugins/subversion/plugin.c: (value_added_current_editor):
7754 * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7756 Fixed lot of IAnjutaEditor stuff and completed glade integration
7757 with document manager
7759 * plugins/build-basic-autotools/build-basic-autotools.c:
7760 (value_added_current_editor):
7761 * plugins/build-basic-autotools/executer.c: (execute_program):
7763 Some initial code to execute projects inside scratchbox
7765 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7767 * plugins/project-import/project-import.c:
7768 Project import overwrites file on user request (bug #452579)
7770 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7772 * plugins/debug-manager/debugger.c,
7773 plugins/debug-manager/threads.c,
7774 plugins/debug-manager/plugin.c,
7775 plugins/debug-manager/registers.c,
7776 plugins/debug-manager/locals.c,
7777 plugins/debug-manager/stack_trace.c,
7778 plugins/gdb/plugin.c,
7779 plugins/gdb/debugger.c,
7780 plugins/gdb/debugger.h,
7781 libanjuta/interfaces/libanjuta.idl:
7782 Rename change-location to program-moved
7783 Store thread id as gint instead of guint
7784 Do not display registers list if not available
7785 Add intermediate debugger states if missing
7787 2007-07-11 Johannes Schmid <jhs@gnome.org>
7789 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7791 Reverted unnecessary changes (#455819)
7793 2007-07-10 Johannes Schmid <jhs@gnome.org>
7795 * plugins/glade/plugin.c:
7796 Fixed glade plugin with glade 3.2 and another crasher
7798 2007-07-09 Johannes Schmid <jhs@gnome.org>
7800 * libanjuta/interfaces/libanjuta.idl:
7801 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7803 * plugins/debug-manager/breakpoints.c:
7804 (breakpoint_item_update_in_ui),
7805 (breakpoints_dbase_edit_breakpoint),
7806 (on_toggle_breakpoint_activate):
7807 * plugins/debug-manager/plugin.c:
7808 (on_run_to_cursor_action_activate):
7809 * plugins/document-manager/action-callbacks.c:
7810 (on_editor_command_cut_activate),
7811 (on_editor_command_copy_activate),
7812 (on_editor_command_paste_activate),
7813 (on_editor_command_clear_activate):
7814 * plugins/document-manager/anjuta-docman.c:
7815 (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7816 (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7817 (anjuta_docman_goto_file_line_mark),
7818 (anjuta_docman_find_editor_with_path),
7819 (anjuta_docman_get_all_editors):
7820 * plugins/document-manager/anjuta-docman.h:
7821 * plugins/document-manager/plugin.c:
7822 (update_editor_ui_interface_items), (on_editor_update_ui),
7823 (on_editor_changed), (on_session_save), (on_docman_auto_save),
7824 (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7825 (ianjuta_document_manager_iface_init), (isaveable_save),
7826 (isavable_is_dirty):
7827 * plugins/editor/editor.glade:
7828 * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7829 (idocument_paste), (idocument_clear), (idocument_iface_init),
7830 (iselection_iface_init):
7831 * plugins/glade/Makefile.am:
7832 * plugins/glade/anjuta-glade-notebook.c:
7833 (anjuta_glade_notebook_instance_init),
7834 (anjuta_glade_notebook_set_property),
7835 (anjuta_glade_notebook_get_property),
7836 (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7837 (ifile_open), (ifile_get_uri), (ifile_iface_init),
7838 (ifile_savable_save), (ifile_savable_save_as),
7839 (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7840 (ifile_savable_iface_init), (idocument_can_redo),
7841 (idocument_can_undo), (idocument_begin_undo_action),
7842 (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7843 (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7844 (idocument_copy), (idocument_paste), (idocument_clear),
7845 (idocument_iface_init):
7846 * plugins/language-support-cpp-java/plugin.c:
7847 (on_value_added_current_editor), (on_value_removed_current_editor):
7848 * plugins/macro/macro-util.c: (get_current_editor):
7849 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7850 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7851 (on_next_occur), (on_incremental_entry_key_press),
7852 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7853 (on_toolbar_find_incremental_start),
7854 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7855 * plugins/search/search-replace.c: (search_start_over),
7856 (search_update_combos), (replace_update_combos),
7857 (anjuta_search_replace_activate):
7858 * plugins/search/search-replace_backend.c: (create_search_entries):
7859 * plugins/sourceview/sourceview.c: (idocument_cut),
7860 (idocument_copy), (idocument_paste), (idocument_clear),
7861 (idocument_iface_init), (iselect_iface_init), (iassist_react):
7862 * plugins/tools/editor.c: (on_editor_response):
7863 * plugins/tools/execute.c: (get_current_editor),
7864 (atp_output_context_initialize), (atp_user_tool_execute):
7865 * plugins/tools/variable.c: (get_current_editor),
7866 (atp_variable_get_editor_variable):
7868 Some more IAnjutaEditor => IAnjutaDocument fixing!
7870 * plugins/glade/anjuta-glade-notebook.h:
7871 * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7873 * plugins/glade/plugin.h:
7874 Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7875 and get rid of the glade menu. The Edit/File menu and the toolbar can now
7876 be used for glade, too. It might still have some rough edges but already works.
7877 (Fixes #415547 – Glade usability problem)
7879 2007-07-07 Vincent Geddes <vgeddes@gnome.org>
7881 * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7882 development release (I updated version of glade3 svn to 3.3.2).
7884 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
7886 * plugins/symbol-browser/an_symbol_view.c:
7887 (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7889 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
7891 * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7892 (on_system_tags_update_finished), (on_update_global_clicked),
7893 (prefs_page_init), (on_gconf_notify_tags_list_changed),
7894 (symbol_browser_prefs_init),
7895 (symbol_browser_prefs_create_global_tags),
7896 (symbol_browser_load_global_tags):
7897 * plugins/symbol-browser/an_symbol_prefs.h:
7898 * plugins/symbol-browser/an_symbol_view.c:
7899 (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7900 * plugins/symbol-browser/an_symbol_view.h:
7901 * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7902 on global tags update because of delayed prefs merging. Happens when
7903 anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7906 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
7908 * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7909 after install/uninstall.
7911 Patch from James Liggett:
7912 * scripts/glade2schemas.pl: Fixed creating schemas for list
7915 2007-07-06 Vincent Geddes <vgeddes@gnome.org>
7917 * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7918 version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7919 development release since glade svn version is also 3.3.1. In future, the
7920 solution would be for us to always increment the micro version when
7923 2007-07-05 Johannes Schmid <jhs@gnome.org>
7925 * libanjuta/interfaces/libanjuta.idl:
7926 * plugins/build-basic-autotools/build-basic-autotools.c:
7927 (on_build_mesg_format):
7928 * plugins/debug-manager/breakpoints.c:
7929 (breakpoint_item_update_in_ui),
7930 (breakpoints_dbase_edit_breakpoint),
7931 (on_toggle_breakpoint_activate):
7932 * plugins/debug-manager/plugin.c:
7933 (on_run_to_cursor_action_activate):
7934 * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7935 * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7936 (get_current_editor), (on_save_activate), (on_save_as_activate),
7937 (on_save_prompt_save_editor), (on_close_file_activate),
7938 (on_close_all_file_activate), (on_reload_file_activate),
7939 (anjuta_print_cb), (anjuta_print_preview_cb),
7940 (on_editor_command_upper_case_activate),
7941 (on_editor_command_lower_case_activate),
7942 (on_editor_command_undo_activate),
7943 (on_editor_command_redo_activate),
7944 (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7945 (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7946 (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7947 (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7948 (on_zoom_out_text_activate), (on_force_hilite_activate),
7949 (on_indent1_activate), (on_swap_activate),
7950 (on_editor_add_view_activate), (on_editor_remove_view_activate):
7951 * plugins/document-manager/anjuta-docman.c:
7952 (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7953 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7954 (anjuta_docman_dispose), (on_notebook_switch_page),
7955 (anjuta_docman_page_from_widget), (on_editor_destroy),
7956 (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7957 (anjuta_docman_get_current_document),
7958 (anjuta_docman_set_current_document),
7959 (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7960 (anjuta_docman_update_page_label),
7961 (anjuta_docman_get_document_from_path),
7962 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7963 (anjuta_docman_order_tabs):
7964 * plugins/document-manager/anjuta-docman.h:
7965 * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7966 (update_editor_ui_interface_items), (update_editor_ui),
7967 (on_editor_update_save_ui), (on_editor_update_ui),
7968 (on_editor_changed), (on_save_prompt_save_editor),
7969 (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7970 (ianjuta_docman_get_current_document),
7971 (ianjuta_docman_set_current_document),
7972 (ianjuta_docman_remove_buffer),
7973 (ianjuta_document_manager_iface_init), (ifile_get_uri):
7974 * plugins/editor/text_editor.c: (itext_editor_iface_init),
7975 (idocument_get_filename), (idocument_can_undo),
7976 (idocument_can_redo), (idocument_undo),
7977 (idocument_begin_undo_action), (idocument_end_undo_action),
7978 (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7979 * plugins/language-support-cpp-java/plugin.c:
7980 (on_editor_char_inserted_cpp), (on_auto_indent):
7981 * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7982 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7983 * plugins/sample1/plugin.c: (on_sample_action_activate):
7984 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7985 (on_next_occur), (on_incremental_entry_key_press),
7986 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7987 (on_toolbar_find_incremental_start),
7988 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7989 * plugins/search/search-replace.c: (search_and_replace),
7990 (write_message_pane), (search_start_over), (search_update_combos),
7991 (replace_update_combos), (anjuta_search_replace_activate):
7992 * plugins/search/search-replace_backend.c:
7993 (file_buffer_new_from_path), (create_search_entries):
7994 * plugins/sourceview/sourceview-print.c: (create_print_job):
7995 * plugins/sourceview/sourceview.c:
7996 (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7997 (idocument_can_redo), (idocument_can_undo),
7998 (idocument_begin_undo_action), (idocument_end_undo_action),
7999 (idocument_undo), (idocument_redo), (idocument_grab_focus),
8000 (idocument_get_filename), (idocument_iface_init):
8001 * plugins/tools/editor.c: (on_editor_response):
8002 * plugins/tools/execute.c: (atp_output_context_initialize),
8003 (atp_user_tool_execute):
8004 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
8006 Create IAnjutaDocument interface. This interface is a more general idea
8007 of documents being anything that can be modified, has undo/redo and
8008 may have operations like copy/paste.
8009 The primary goal is to integrate better by making it use the standard file
8010 and edit menu instead of it's own glade menu. Of course the downside is that
8011 you won't be able to view a source file and the designer at the same time. Anyway
8012 so many people have complained that they "can't save a glade file" that I think
8013 this is the much better solution.
8014 Work on the glade plugin is still to come but the most difficult things should be
8017 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
8019 * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
8022 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
8024 * libanjuta/anjuta-plugin-manager.c:
8025 (anjuta_plugin_manager_get_plugins_page),
8026 (anjuta_plugin_manager_get_remembered_plugins_page):
8027 * libanjuta/anjuta-plugin-manager.h:
8028 * src/anjuta-app.c: (anjuta_app_install_preferences):
8029 * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
8030 and remembered plugins preferences pages in separate pages (avoid
8033 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
8035 Patch from James Liggett <jrliggett@cox.net>:
8036 * plugins/editor/Makefile.am, scripts/build-schemas.mk:
8037 Installed editor preferences schemas. Fixes bug #453463.
8039 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
8041 * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
8042 (anjuta_preferences_dialog_init): Sort preferences pages on title.
8044 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
8046 * plugins/document-manager/anjuta-document-manager.ui:
8047 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
8048 * src/action-callbacks.c:
8049 * src/action-callbacks.h:
8050 * src/anjuta-actions.h:
8051 * src/anjuta-app.c: (anjuta_app_instance_init),
8052 (anjuta_app_install_preferences):
8054 * src/anjuta.ui: Moved plugins and shortcuts settings inside
8055 General preferences page. Move preferences menu from Settings to
8056 Edit submenu. And got rid of Settings submenu.
8058 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
8060 * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
8062 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
8064 * TODO.tasks: Increased bounty for on-demand preferences task to $150
8065 as discussed and agreed with James Liggett.
8067 Patch from James Liggett <jrliggett@cox.net>:
8070 * libanjuta/anjuta-plugin-manager.c:
8071 (on_activated_plugin_objects_foreach),
8072 (anjuta_plugin_manager_get_active_plugin_objects):
8073 * libanjuta/anjuta-plugin-manager.h:
8074 * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
8075 (anjuta_plugin_deactivate):
8076 * libanjuta/anjuta-preferences-dialog.c:
8077 (anjuta_preferences_dialog_finalize),
8078 (anjuta_preferences_dialog_class_init), (add_category_columns),
8079 (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
8080 (anjuta_preferences_dialog_remove_page):
8081 * libanjuta/anjuta-preferences.c: (property_destroy),
8082 (unregister_preferences_key), (register_callbacks),
8083 (preferences_foreach_callback), (connect_prop_to_object),
8084 (anjuta_preferences_register_property_raw),
8085 (anjuta_preferences_register_property_custom),
8086 (anjuta_preferences_foreach), (anjuta_preferences_add_page),
8087 (anjuta_preferences_remove_page),
8088 (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
8089 (anjuta_preferences_get_type), (anjuta_preferences_dispose),
8090 (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
8091 (anjuta_preferences_class_init), (anjuta_preferences_new):
8092 * libanjuta/anjuta-preferences.h:
8093 * plugins/build-basic-autotools/Makefile.am:
8094 * plugins/build-basic-autotools/build-basic-autotools.c:
8095 (ipreferences_unmerge):
8096 * plugins/cvs-plugin/Makefile.am:
8097 * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
8098 * plugins/document-manager/Makefile.am:
8099 * plugins/document-manager/plugin.c: (ipreferences_unmerge):
8100 * plugins/editor/plugin.c: (ipreferences_unmerge):
8101 * plugins/file-manager/Makefile.am:
8102 * plugins/file-manager/plugin.c: (activate_plugin),
8103 (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
8104 * plugins/gtodo/plugin.c: (ipreferences_merge),
8105 (ipreferences_unmerge):
8106 * plugins/language-support-cpp-java/Makefile.am:
8107 * plugins/language-support-cpp-java/plugin.c:
8108 (ipreferences_unmerge):
8109 * plugins/message-view/Makefile.am:
8110 * plugins/message-view/plugin.c: (ipreferences_unmerge):
8111 * plugins/sourceview/Makefile.am:
8112 * plugins/sourceview/plugin.c: (ipreferences_unmerge):
8113 * plugins/symbol-browser/Makefile.am:
8114 * plugins/symbol-browser/an_symbol_prefs.c:
8115 (symbol_browser_prefs_finalize):
8116 * plugins/terminal/Makefile.am:
8117 * plugins/terminal/terminal.c: (ipreferences_unmerge):
8118 * plugins/valgrind/plugin.c: (ipreferences_merge),
8119 (ipreferences_unmerge):
8120 * scripts/Makefile.am:
8121 * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
8123 * src/action-callbacks.c: (on_set_preferences1_activate):
8124 * src/anjuta-app.c: (anjuta_app_instance_init),
8125 (anjuta_app_install_preferences):
8127 * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
8128 task: Bug #445314: On demand preferences widgets creation. Thanks
8129 James for this great work.
8131 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
8133 * plugins/debug-manager/data_buffer.c,
8134 plugins/message-view/message-view.c: Fixed compiler warnings.
8136 2007-06-29 Naba Kumar <naba.kumar@gnome.org>
8138 * src/action-callbacks.c: (help_activate),
8139 (on_help_manual_activate), (on_help_tutorial_activate),
8140 (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
8142 Fixed help activation (bug #451557).
8144 2007-06-28 Naba Kumar <naba.kumar@gnome.org>
8146 * AUTHORS: Added James Liggett. Forgot to add him before :(
8148 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
8150 * plugins/debug-manager/debugger.c,
8151 plugins/debug-manager/plugin.c,
8152 plugins/gdb/debugger.c,
8153 libanjuta/interfaces/libanjuta.idl:
8154 Add a GError* parameter to debugger-stopped signal
8156 * (added) libanjuta/anjuta-error.c,
8157 (added) libanjuta/anjuta-error.h,
8158 libanjuta/Makefile.am:
8159 Register GError as a boxed type
8161 * libanjuta/interfaces/anjuta-idl-compiler.pl:
8162 Support GError* in signal, GError must be registered as a boxed type
8163 Accept NULL as strings
8165 === anjuta 2.2.0 ===
8167 2007-06-25 Naba Kumar <naba.kumar@gnome.org>
8169 * configure.in: Bumped version to 2.2.0
8170 * NEWS: Updated for 2.2.0 stable release.
8171 * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
8172 Reduce the idle priority to make the UI update before anything else.
8174 2007-06-24 Naba Kumar <naba.kumar@gnome.org>
8176 * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
8178 * libanjuta/interfaces/libanjuta.idl:
8179 * plugins/document-manager/action-callbacks.c:
8180 (on_editor_command_complete_word_activate):
8181 * plugins/document-manager/plugin.c:
8182 (update_editor_ui_interface_items):
8183 * plugins/editor/text_editor.c: (iautocomplete_activate),
8184 (iautocomplete_iface_init):
8185 * plugins/sourceview/sourceview.c: (iassist_iface_init):
8187 Moved autocomplete() method away from IAnjutaEditorAssist into
8188 a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
8189 autocomplete and does not crash with sourceview. Fixes Bug #449620
8190 – The auto completion functionality not work. Also sets menuitem
8191 insensitive when hiding them.
8193 * plugins/debug-manager/disassemble.c:
8194 (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
8197 2007-06-22 Naba Kumar <naba.kumar@gnome.org>
8199 * pixmaps/anjuta_splash.png: Updated.
8201 * plugins/search/search-replace.c
8202 (anjuta_search_replace_activate): Fixed "Find in Files" to select
8203 the right target (project).
8204 * ChangeLog: Added missing log.
8206 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
8208 * manuals/anjuta-faqs/C/anjuta-faqs.xml,
8209 manuals/anjuta-manual/C/fileoperations.xml,
8210 manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
8212 * plugins/gtodo/libgtodo.h: Give a typedef for enum.
8214 * libanjuta/anjuta-children.c: Fixed a bad compile warning.
8216 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
8218 * TODO.tasks: Added bounty for on-demand preferences.
8220 Patch from Thierry Moisan:
8221 * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
8224 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
8226 Patch from tpgww@onepost.net:
8228 * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
8229 * libegg/test-actions.c:
8230 * libegg/test-multi-drag.c: (main):
8231 * plugins/debug-manager/memory.c: (read_memory_block):
8232 * tagmanager/tm_file_entry.c: (tm_file_entry_list):
8234 Fixes compile warnings. Fixes bug #427101.
8236 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
8238 Patch from James Liggett:
8240 * plugins/profiler/gprof-options.c: (on_option_changed),
8242 * plugins/profiler/gprof-options.h:
8243 * plugins/profiler/gprof-profile-data.c:
8244 (gprof_profile_data_init_profile):
8245 * plugins/profiler/gprof-profile-data.h:
8246 * plugins/profiler/plugin.c: (profiler_get_data),
8247 (profiler_set_target), (register_options),
8248 (on_profile_data_browse_button_clicked),
8249 (on_profiling_options_button_clicked), (on_profiler_delete_data):
8250 * plugins/profiler/profiler.glade: implements independent targets.
8251 implements the ability to select arbitrary gmon.out files.
8252 Fixes bug #403502 – User should also be allowed to select an
8253 independent executable target.
8255 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
8257 * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
8259 * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
8260 * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
8262 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
8264 * plugins/debug-manager/plugin.c,
8265 plugins/debug-manager/breakpoints.c:
8266 Remove weak pointers when owner is destroyed
8267 Remove all breakpoints before loading new one
8269 2007-06-20 Vincent Geddes <vincent.geddes@gmail.com>
8271 * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
8273 2007-06-19 Naba Kumar <naba@gnome.org>
8275 * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
8276 Bug #448491 Empty Lines Problem.
8278 * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
8280 * data/default.profile, plugins/message-view/plugin.c: Do not
8281 restore session for messages.
8282 Fixes bug #377461 – don't create new message window for each
8285 * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
8286 Fixes a crash on exit/project-close if profiler plugin is loaded.
8288 2007-06-17 Naba Kumar <naba@gnome.org>
8290 * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
8291 C keywords. Fixes bug #447655 – C keyword must NOT be localised.
8293 * plugins/file-loader/plugin.c: Fail on opening non existent files.
8294 Bug #448034 – Anjuta crashes on starting (when the last project
8295 directory was deleted).
8297 * plugins/document-manager/plugin.c: Set line markers for files
8298 opened via IAnjutaFile::open(). Fixes missing line markers while
8301 2007-06-17 Naba Kumar <naba@gnome.org>
8303 * plugins/sourceview/sourceview.glade: Set correct font
8304 default value and use monospace instead of sans. Fixes
8305 bug #448408 – crash in Anjuta IDE: Trying to change the
8308 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8310 * plugins/search/search-replace.c,
8311 plugins/search/search-replace.h,
8312 plugins/search/anjuta-search.glade:
8313 Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
8316 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
8318 * plugins/debug-manager/plugin.c,
8319 plugins/debug-manager/breakpoints.c:
8320 Add weak references, fixes bug #448053 ?
8322 2007-06-16 Naba Kumar <naba@gnome.org>
8324 * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
8325 dialog to allow forgetting them if user chooses to select a different
8328 2007-06-13 Naba Kumar <naba@gnome.org>
8330 * plugins/sourceview/sourceview-prefs.c: Initialize font
8331 on startup correctly if use_theme is set.
8333 * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
8334 if available for default font. Fixes bug #447304.
8336 * plugins/sourceview/sourceview-prefs.c: Return value based
8337 on right data type. Fixes Bug #438878 – Using gtksourceview editor
8338 for the first time has black background
8340 * plugins/project-manager/plugin.c: Give a better error message
8341 when project could not be loaded.
8343 * libanjuta/anjuta-serializer.c: Added a comment.
8345 2007-06-13 Johannes Schmid <jhs@gnome.org>
8348 Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
8349 most warnings to avoid simple coding problems.
8351 * plugins/message-view/anjuta-msgman.c:
8352 (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
8353 * plugins/message-view/plugin.c: (on_view_changed),
8354 (ianjuta_msgman_add_view):
8356 Fixed #440866 by always presenting the message-manager when a tab is
8357 added because Gtk+ seems to have problems to add tabs to hidden widgets.
8359 * plugins/subversion/subversion-callbacks.c:
8360 (on_subversion_commit_response):
8361 Destroy dialog if user clicks "No"
8363 2007-06-12 Naba Kumar <naba@gnome.org>
8365 * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
8366 read and use of uninitialized variable.
8368 * Makefile.am, src/about.c: Install AUTHORS file in datadir also
8369 because it is used in credits listing and packaging could compress
8370 it in docdir. Fixes bug #397881: The credits are empty
8372 * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
8373 tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
8374 tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
8375 plugins/symbol-browser/an_symbol_info.c,
8376 plugins/symbol-browser/plugin.c,
8377 plugins/symbol-browser/an_symbol_view.c,
8378 plugins/editor/aneditor-autocomplete.cxx:
8380 - Do not access TMTag
8381 member in TMSymbol when freeing it because by then the tags
8382 could have changed. Avoids dangerous memory corruptions by freeing
8383 someone else's memory (Could explain those random crashes when
8384 refreshing symbols or re-loading a different project or closing
8385 a project). Anything that tries to refresh symbols could trigger
8387 - Added a flag to also retrieve method definitions as part of
8388 the class's scope members. And used it to set both function prototype
8389 and definition in symbols. Fixes navigation to prototype and
8390 function definitions from symbol browser (bug #440370)
8392 * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
8393 memory. Could fix those bogus 'file changed' dialogs.
8395 * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
8397 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8399 * (added) libanjuta/anjuta-utils-priv.h,
8400 libanjuta/anjuta-utils.h,
8401 libanjuta/anjuta-launcher.c,
8402 libanjuta/Makefile.am:
8403 Fix bug #440801: do not use config.h in public include files
8405 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8407 * plugins/project-wizard/templates/mkfile.wiz:
8408 Fix bug #442038: missing project.sh file
8411 plugins/project-wizard/templates/Makefile.am,
8412 plugins/project-wizard/templates/translatable-strings.h,
8413 (added) plugins/project-wizard/templates/sdl.wiz,
8414 (added) plugins/project-wizard/templates/appwiz_sdl.png,
8415 (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
8416 (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
8417 (added) plugins/project-wizard/templates/sdl/Makefile.am,
8418 (added) plugins/project-wizard/templates/sdl/.cvsignore,
8419 (added) plugins/project-wizard/templates/sdl/src/main.c,
8420 (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
8421 (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
8422 (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
8423 (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
8424 (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
8425 (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
8426 Fix bug #315635: add a SDL project wizard
8428 2007-06-09 Naba Kumar <naba.kumar@nokia.com>
8430 * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
8431 when SIGCHLD is triggered when main loop context is locked. Dead lock
8432 happens when child_exited callback also accesses main loop context.
8433 Happens particularly badly in debug target exiting.
8435 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
8437 * manuals/anjuta-manual/C/debugger.xml:
8438 First update of the debugger documentation
8440 2007-06-04 Naba Kumar <naba.kumar@nokia.com>
8442 * manuals/anjuta-manual/C/fileoperations.xml,
8443 manuals/anjuta-manual/C/projects.xml,
8444 manuals/anjuta-manual/C/anjuta-manual.xml,
8445 manuals/anjuta-manual/C/build.xml,
8446 manuals/anjuta-manual/C/execute.xml,
8447 manuals/anjuta-manual/Makefile.am: Updated more documentation.
8448 Added project properties documentation. Moved execution section
8449 inside project management. Removed dead documentation.
8451 2007-06-02 Naba Kumar <naba.kumar@nokia.com>
8453 * src/anjuta.c, plugins/symbol-browser/plugin.c,
8454 plugins/symbol-browser/plugin.h,
8455 plugins/symbol-browser/an_symbol_prefs.c,
8456 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8457 libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
8458 progress bar instead of separate window for system tags
8459 generation. Renamed AnjutaStatus methods to a proper ones.
8461 * plugins/symbol-browser/plugin.c,
8462 plugins/symbol-browser/plugin.h,
8463 plugins/symbol-browser/an_symbol_prefs.c,
8464 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8465 global-tags/create_global_tags.sh.in: Get rid of message window
8466 for showing global tags creation and use a small window with
8469 2007-05-30 Naba Kumar <naba@gnome.org>
8471 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
8472 Bug 442315 – After calling configure, the build menus are still insensitive,
8473 Bug 442314 – Autogeneration fails when there is no autogen.sh
8475 * plugins/project-manager/plugin.c: Fixed mem corruption when it
8476 fails to remove target/source/group. Fixes bug #440196 – crash in
8477 Anjuta IDE: removing a target
8479 2007-05-29 Naba Kumar <naba@gnome.org>
8481 * plugins/symbol-browser/an_symbol_view.c,
8482 plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8483 tags generation. Fixed runtime warning.
8485 2007-05-28 Naba Kumar <naba@gnome.org>
8487 Patch from James Liggett <jrliggett@cox.net>:
8488 * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8489 Fixed bug #403502 – User should also be allowed to select an
8490 independent executable target.
8492 2007-05-27 Johannes Schmid <jhs@gnome.org>
8494 * plugins/build-basic-autotools/build-basic-autotools.c:
8495 (get_real_directory), (on_build_mesg_format):
8497 Find correct files for error messages inside scratchbox
8499 2007-05-27 Naba Kumar <naba@gnome.org>
8501 * manuals/anjuta-manual/C/projects.xml,
8502 manuals/anjuta-manual/C/projects.xml: Updated project
8503 management chapter more.
8505 2007-05-25 Johannes Schmid <jhs@gnome.org>
8507 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8508 * plugins/build-basic-autotools/build-basic-autotools.c:
8509 (on_sb_check_toggled), (build_execute_command),
8510 (ipreferences_merge), (ipreferences_unmerge):
8511 Added support for building inside scratchbox environment
8513 Patch from James Liggett <jrliggett@cox.net>:
8514 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8515 (anjuta_msgman_append_view):
8518 – Anjuta aborts with numerous assertion failures when adding a new message view tab
8520 2007-05-23 Naba Kumar <naba@gnome.org>
8522 * manuals/anjuta-manual/C/projects.xml: Updated project
8525 2007-05-22 Naba Kumar <naba@gnome.org>
8527 * manuals/anjuta-manual/C/projects.xml: More updates.
8529 * manuals/anjuta-manual/C/introduction.xml,
8530 manuals/anjuta-manual/C/projects.xml,
8531 manuals/anjuta-manual/C/interface.xml: Updated documentation.
8533 2007-05-22 Naba Kumar <naba@gnome.org>
8535 Patch from Étienne Bersac:
8536 * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8537 class in generated class.
8539 2007-05-22 Naba Kumar <naba@gnome.org>
8541 * plugins/profiler/plugin.c: Fixed a compiler warning.
8542 * plugins/valgrind/Makefile.am: Added ldflags.
8544 Patch from James Liggett:
8545 * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8546 plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8549 2007-05-18 Johannes Schmid <jhs@gnome.org>
8551 * plugins/editor/text_editor.c:
8552 * plugins/language-support-cpp-java/plugin.c:
8553 (on_editor_language_changed), (on_value_added_current_editor),
8554 (on_value_removed_current_editor):
8556 Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8557 Fix assist support in language-support-plugin.
8559 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8561 * libanjuta/interfaces/libanjuta.idl:
8562 Add a new interface allowing to implement plugin able
8563 to load other plugins (not written in C)
8565 * libanjuta/anjuta-plugin-handle.c,
8566 libanjuta/anjuta-plugin-handle.h:
8567 Add a language and a resident plugin properties
8569 * libanjuta/anjuta-glue-plugin.c,
8570 libanjuta/anjuta-glue-plugin.h,
8571 (added)libanjuta/anjuta-glue-c.c,
8572 (added)libanjuta/anjuta-glue-c.h,
8573 libanjuta/Makefile.am:
8574 Split code used to load a C plugin into a common part
8575 in anjuta-glue-plugin and a specific part in anjuta-glue-c
8577 * libanjuta/anjuta-glue-factory.c,
8578 libanjuta/anjuta-glue-factory.h,
8579 libanjuta/anjuta-plugin-manager.c:
8580 Allow to load plugin not written in C and search for the
8581 additional needed code in another plugin
8583 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8585 * plugins/editor/text_editor.c:
8586 Add an empty implementation of IAnjutaEditorAssist for scintilla,
8587 avoiding a crash if scintilla is used
8589 2007-05-14 Johannes Schmid <jhs@gnome.org>
8591 * libanjuta/interfaces/libanjuta.idl:
8592 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8593 (assist_cleanup), (on_assist_end), (on_assist_cancel),
8594 (on_assist_chosen), (on_assist_update), (get_context),
8595 (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8596 (install_assist), (uninstall_assist), (install_support),
8597 (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8598 (cpp_java_plugin_instance_init):
8599 * plugins/language-support-cpp-java/plugin.h:
8600 Use IAnjutaEditorAssist to show language specific suggestions
8602 * plugins/sourceview/Makefile.am:
8603 * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8604 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8605 * plugins/sourceview/anjuta-view.h:
8606 * plugins/sourceview/assist-window.c: (assist_window_expose),
8607 (assist_window_set_property), (assist_window_get_property),
8608 (assist_window_class_init), (assist_activated),
8609 (assist_window_init), (assist_window_finalize),
8610 (assist_window_select), (assist_window_first),
8611 (assist_window_last), (assist_window_up), (assist_window_down),
8612 (get_coordinates), (assist_window_move), (assist_window_update),
8613 (assist_window_filter_keypress), (assist_window_is_active),
8614 (assist_window_new), (assist_window_get_trigger),
8615 (assist_window_get_position):
8616 * plugins/sourceview/assist-window.h:
8617 * plugins/sourceview/sourceview-args.c (removed):
8618 * plugins/sourceview/sourceview-args.h (removed):
8619 * plugins/sourceview/sourceview-autocomplete.c (removed):
8620 * plugins/sourceview/sourceview-autocomplete.h (removed):
8621 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8622 * plugins/sourceview/sourceview-private.h:
8623 * plugins/sourceview/sourceview-scope.c(removed):
8624 * plugins/sourceview/sourceview-scope.h(removed):
8625 * plugins/sourceview/sourceview.c: (on_assist_chosen),
8626 (on_assist_cancel), (on_document_char_added),
8627 (on_reload_dialog_response), (sourceview_class_init),
8628 (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8629 (iassist_remove_trigger), (iassist_autocomplete),
8630 (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8631 (iassist_react), (iassist_iface_init):
8632 * plugins/sourceview/tag-window.c (moved to assist-window.c):
8633 * plugins/sourceview/tag-window.h (moved to assist-window.c):
8635 - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8636 - Mark files dirty if reload dialog is canceled.
8638 2007-05-12 Naba Kumar <naba@gnome.org>
8640 * libanjuta/anjuta-launcher.h: Corrected include file.
8642 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8644 * libanjuta/anjuta-glue-plugin.c,
8645 libanjuta/anjuta-glue-plugin.h,
8646 libanjuta/anjuta-glue-factory.c,
8647 libanjuta/anjuta-glue-factory.h,
8648 ibanjuta/anjuta-plugin-manager.c:
8649 Move code used to load a C plugin from glue-factory to glue-plugin
8650 So loading a plugin written in another language could be done by
8651 just using another object derived from AnjutaGluePlugin
8653 * libanjuta/libanjuta.h:
8654 Remove anjuta-plugin-handle header, it's not installed as libanjuta
8657 === anjuta 2.1.3 ===
8659 2007-05-11 Naba Kumar <naba@gnome.org>
8661 * configure.in: Bumped version to 2.1.3
8664 * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8666 2007-05-11 Naba Kumar <naba@gnome.org>
8669 * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8670 Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8671 based on patch from Jaap Versteegh <j_r_versteegh@hotmail.com>.
8673 2007-05-10 Johannes Schmid <jhs@gnome.org>
8675 * plugins/search/plugin.c:
8676 Make incremental search behave less annoying
8678 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8680 * plugins/macro/macro-util.c:
8681 Fix bug #419008 and bug #419036
8682 When creating new header file, use name and email set in
8683 preferences and replace invalid C character by underscore
8686 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8688 * plugins/search/search-replace.c,
8689 plugins/search/search-replace_backend.c:
8690 Disable search button if search expression is empty (bug #378193)
8692 2007-05-08 Naba Kumar <naba@gnome.org>
8694 * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8697 2007-05-07 Naba Kumar <naba@gnome.org>
8700 * plugins/project-wizard/templates/Makefile.am:
8701 * plugins/project-wizard/templates/minimal.wiz:
8702 * plugins/project-wizard/templates/minimal/.cvsignore:
8703 * plugins/project-wizard/templates/minimal/Makefile.am:
8704 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8705 * plugins/project-wizard/templates/minimal/autogen.sh:
8706 * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8707 * plugins/project-wizard/templates/minimal/project.anjuta:
8708 Added 'minimal', a generic and flat, project template.
8710 2007-05-05 Naba Kumar <naba@gnome.org>
8712 Patch from Cygwin Ports maintainer <yselkowitz@users.sourceforge.net>:
8714 * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8715 * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8716 * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8717 * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8718 instead of a real one, fixes interdependency with libanjuta.
8719 * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8720 * libanjuta/Makefile.am:
8721 * libegg/Makefile.am:
8722 * plugins/build-basic-autotools/Makefile.am:
8723 * plugins/class-gen/Makefile.am:
8724 * plugins/class-inheritance/Makefile.am:
8725 * plugins/cvs-plugin/Makefile.am:
8726 * plugins/debug-manager/Makefile.am:
8727 * plugins/devhelp/Makefile.am:
8728 * plugins/document-manager/Makefile.am:
8729 * plugins/editor/Makefile.am:
8730 * plugins/file-loader/Makefile.am:
8731 * plugins/file-manager/Makefile.am:
8732 * plugins/file-wizard/Makefile.am:
8733 * plugins/gdb/Makefile.am:
8734 * plugins/glade/Makefile.am:
8735 * plugins/gtodo/Makefile.am:
8736 * plugins/language-support-cpp-java/Makefile.am:
8737 * plugins/macro/Makefile.am:
8738 * plugins/message-view/Makefile.am:
8739 * plugins/patch/Makefile.am:
8740 * plugins/profiler/Makefile.am:
8741 * plugins/project-import/Makefile.am:
8742 * plugins/project-manager/Makefile.am:
8743 * plugins/project-wizard/Makefile.am:
8744 * plugins/sample1/Makefile.am:
8745 * plugins/search/Makefile.am:
8746 * plugins/sourceview/Makefile.am:
8747 * plugins/subversion/Makefile.am:
8748 * plugins/symbol-browser/Makefile.am:
8749 * plugins/terminal/Makefile.am:
8750 * plugins/tools/Makefile.am:
8751 * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8753 2007-05-05 Vincent Geddes <vincent.geddes@gmail.com>
8755 * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8757 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8759 * libanjuta/anjuta-launcher.c,
8760 libanjuta/anjuta-launcher.h:
8761 Add some missing implementation
8763 2007-04-26 Brian Pepple <bpepple@fedoraproject.org>
8765 Reviewed by Naba Kumar <naba@gnome.org>:
8766 * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8769 2007-04-26 Jason Switzer <jswitzer@gmail.com>
8771 Reviewed by Naba Kumar <naba@gnome.org>:
8772 * plugins/editor/text_editor.c: Large memory addresses were being
8773 truncated, switched to glong (bug #422143).
8775 2007-04-24 Naba Kumar <naba@gnome.org>
8777 * plugins/document-manager/plugin.c: (prefs_finalize):
8778 * plugins/editor/aneditor-autocomplete.cxx:
8779 * plugins/editor/text_editor_menu.c:
8780 * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8781 * plugins/file-loader/plugin.c: (open_file_with),
8782 (create_open_with_submenu):
8783 * plugins/file-manager/plugin.c: (prefs_finalize):
8784 * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8785 pointer type castings.
8787 2007-04-24 Naba Kumar <naba@gnome.org>
8789 Patch from s|s <supreet.sethi@gmail.com>:
8790 * (added) plugins/project-wizard/templates/django-logo.png:
8791 * (added) plugins/project-wizard/templates/django.wiz:
8792 * plugins/project-wizard/templates/Makefile.am:
8793 * plugins/project-wizard/templates/translatable-strings.h: Added
8794 django project template. http://www.djangoproject.com/
8796 2007-04-24 Naba Kumar <naba@gnome.org>
8798 * plugins/subversion/anjuta-subversion.glade: Set expansion for
8799 the log entry widget and made the dialog little larger.
8801 2007-04-24 Naba Kumar <naba@gnome.org>
8803 Patch from Halton Huo:
8805 * plugins/project-wizard/property.c:
8806 * plugins/subversion/svn-auth.c:
8807 * plugins/subversion/svn-backend-priv.h:
8808 * plugins/subversion/svn-backend.c:
8809 * plugins/subversion/svn-backend.h:
8810 * plugins/subversion/svn-notify.h: Proper use of subversion
8811 headers. Fixes build issues in solaris (bug #426701).
8813 2007-04-24 Naba Kumar <naba@gnome.org>
8815 * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8817 * plugins/project-wizard/templates/cpp.wiz:
8818 * plugins/project-wizard/templates/gcj.wiz:
8819 * plugins/project-wizard/templates/gnome.wiz:
8820 * plugins/project-wizard/templates/gtk.wiz:
8821 * plugins/project-wizard/templates/gtkmm.wiz:
8822 * plugins/project-wizard/templates/java.wiz:
8823 * plugins/project-wizard/templates/python.wiz:
8824 * plugins/project-wizard/templates/terminal.wiz:
8825 * plugins/project-wizard/templates/wxwin.wiz:
8826 * plugins/project-wizard/templates/xlib-dock.wiz:
8827 * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8828 project option and set it ON by default (since gnome-build, can't
8829 enabled configure shared lib support later when a sharedlib target
8832 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8834 * plugins/debug-manager/stack_trace.c:
8835 Fix a missing case in the previous changes
8837 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8839 * plugins/debug-manager/plugin.c:
8842 * plugins/debug-manager/breakpoints.c,
8843 plugins/gdb/plugin.c:
8844 Fix adding breakpoint on a function
8846 * plugins/debug-manager/stack_trace.c:
8847 Highlight changed stack frame
8849 2007-04-18 Naba Kumar <naba@gnome.org>
8851 * plugins/document-manager/anjuta-docman.c:
8852 (anjuta_docman_dispose), (on_editor_destroy),
8853 (anjuta_docman_remove_editor): Remove the editor widget from
8854 the parent container before calling destroy, otherwise container
8855 removal happens after TextEditor is disposed resulting in call
8856 to value-remove for a TextEditor which is half-dead (crash).
8858 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8860 * plugins/debug-manager/data_buffer.c
8861 plugins/debug-manager/data_view.c,
8862 plugins/debug-manager/memory.c:
8863 Fixes for bug #418523, bug #427090 and bug #428174
8865 2007-04-11 Halton Huo <halton.huo@sun.com>
8867 reviewed by: <jhs@gnome.org>
8870 * libanjuta/Makefile.am:
8871 * libanjuta/anjuta-utils.c:
8872 * libanjuta/anjuta-utils.h:
8873 * manuals/reference/libanjuta/Makefile.am:
8875 Fixed compilation on sun by deploying the libutil methods
8876 in anjuta-utils.h and building them on condition.
8878 2007-04-11 Johannes Schmid <jhs@gnome.org>
8880 * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8881 (anjuta_docman_add_editor):
8882 Hold a reference on the editor as long as we use it.
8884 * plugins/document-manager/plugin.c: (on_editor_changed):
8885 Destroy GValue to fix a memoery leak.
8887 2007-04-11 Johannes Schmid <jhs@gnome.org>
8889 * plugins/document-manager/plugin.c: (on_editor_changed):
8890 Fixed reference counting for editor by using g_value_take_object instead
8891 of g_value_set_object. The editors are now correctly finalized and thus
8892 we do not lack so much memory anymore.
8894 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8895 (anjuta_view_finalize), (anjuta_view_focus_out),
8896 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8897 * plugins/sourceview/anjuta-view.h:
8898 * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8899 * plugins/sourceview/sourceview-prefs.c:
8900 (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8901 * plugins/sourceview/sourceview-prefs.h:
8902 * plugins/sourceview/sourceview-private.h:
8903 * plugins/sourceview/sourceview.c: (on_document_loaded),
8904 (timeout_unref), (on_document_saved), (sourceview_finalize),
8905 (sourceview_new), (ifile_open), (ifile_savable_save),
8906 (ifile_savable_save_as):
8908 Several changes to fix things when the editor is correctly destroyed.
8909 Fixed preferences (which led me to the refcounting issue, #409412)
8910 and removed deprecated completition code that will be replace by
8911 IAnjutaAssist interface soon.
8913 2007-04-11 Johannes Schmid <jhs@gnome.org>
8915 * libanjuta/anjuta-launcher.c:
8916 (anjuta_launcher_execution_done_cleanup),
8917 (anjuta_launcher_child_terminated):
8918 Possible fix for #428363 and added a g_return_if_fail
8920 * plugins/message-view/plugin.c: (activate_plugin):
8921 Fixed a Gtk/Gdl-Critical
8923 Patches from Étienne Bersac <bersace03@laposte.net>
8924 * plugins/class-gen/templates/go-source.tpl:
8925 * plugins/macro/macros.xml:
8926 Use better template for GObjects (#417875 and #417918)
8928 Patches from Halton Huo <halton.huo@sun.com>
8929 * libanjuta/anjuta-launcher.h:
8930 * libanjuta/anjuta-preferences.c:
8931 * libanjuta/anjuta-utils.c:
8932 * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8933 (cg_window_set_add_to_repository):
8934 * plugins/class-inheritance/class-inherit.c:
8935 Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8937 2007-04-09 Johannes Schmid <jhs@gnome.org>
8939 * plugins/editor/print.c: (anjuta_print_show_header):
8940 * plugins/file-manager/anjuta-file-manager-plugin.glade:
8941 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8943 Some string changes (#427395 and #427399)
8945 2007-04-06 Johannes Schmid <jhs@gnome.org>
8947 * plugins/build-basic-autotools/build-basic-autotools.c:
8948 (on_build_mesg_format), (on_build_mesg_parse):
8949 Fixed full path detection
8951 2007-04-05 Naba Kumar <naba@gnome.org>
8953 Patch from Halton Huo:
8954 * libanjuta/Makefile.am:
8955 * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8956 * libanjuta/anjuta-glue-cpp.h:
8957 * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8958 (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8959 (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8960 (anjuta_glue_factory_get_path), (get_already_loaded_module),
8961 (load_plugin), (anjuta_glue_factory_get_object_type):
8962 * libanjuta/anjuta-glue-factory.h:
8963 * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8964 (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8965 (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8966 (anjuta_glue_plugin_new):
8967 * libanjuta/anjuta-glue-plugin.h:
8968 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8969 (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8970 * libanjuta/anjuta-plugin.h:
8971 * libanjuta/glue-cpp.c:
8972 * libanjuta/glue-cpp.h:
8973 * libanjuta/glue-factory.c:
8974 * libanjuta/glue-factory.h:
8975 * libanjuta/glue-plugin.c:
8976 * libanjuta/glue-plugin.h:
8977 * plugins/build-basic-autotools/build-basic-autotools.h:
8978 * plugins/class-gen/plugin.h:
8979 * plugins/class-inheritance/plugin.h:
8980 * plugins/cvs-plugin/plugin.h:
8981 * plugins/debug-manager/plugin.h:
8982 * plugins/devhelp/plugin.h:
8983 * plugins/document-manager/plugin.h:
8984 * plugins/editor/plugin.h:
8985 * plugins/file-loader/plugin.h:
8986 * plugins/file-manager/plugin.h:
8987 * plugins/file-wizard/plugin.h:
8988 * plugins/gdb/plugin.h:
8989 * plugins/glade/plugin.h:
8990 * plugins/gtodo/plugin.h:
8991 * plugins/language-support-cpp-java/plugin.h:
8992 * plugins/macro/plugin.h:
8993 * plugins/message-view/plugin.h:
8994 * plugins/patch/plugin.h:
8995 * plugins/profiler/plugin.h:
8996 * plugins/project-import/plugin.h:
8997 * plugins/project-manager/plugin.h:
8998 * plugins/project-wizard/plugin.h:
8999 * plugins/sample1/plugin.h:
9000 * plugins/search/plugin.h:
9001 * plugins/sourceview/plugin.h:
9002 * plugins/subversion/plugin.h:
9003 * plugins/symbol-browser/plugin.h:
9004 * plugins/terminal/terminal.c:
9005 * plugins/tools/plugin.h:
9006 * plugins/tools/scripts/tools-2.xml.in:
9007 * plugins/valgrind/plugin.h:
9009 Renamed Glue to AnjutaGlue to avoid namespace conflicts.
9011 2007-04-05 Naba Kumar <naba@gnome.org>
9013 * anjuta.spec.in, configure.in: Removed dead codes.
9015 Patch from Jos Dehaes:
9016 * configure.in, plugins/project-wizard/templates/Makefile.am,
9017 plugins/project-wizard/templates/mkfile.wiz,
9018 plugins/project-wizard/templates/translatable-strings.h: Enabled
9019 makefile-based project creation and import. Fixes bug #355145
9021 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
9023 * plugins/debug-manager/debugger.c,
9024 plugins/debug-manager/plugin.c,
9025 plugins/gdb/anjuta-gdb.plugin.in:
9026 Code cleaning (remove unused code, rename this into self)
9027 Add information about supported format in debugger plugin
9028 Activate debugger plugin according to the target format
9030 2007-04-01 Naba Kumar <naba@gnome.org>
9032 * plugins/message-view/message-view.c:
9033 (message_view_instance_init): Fixed message icons to appear.
9035 2007-03-31 Johannes Schmid <jhs@gnome.org>
9037 * plugins/message-view/anjuta-msgman.c:
9038 (anjuta_msgman_append_view):
9039 * plugins/message-view/plugin.c: (on_view_changed),
9040 (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
9044 2007-03-31 Johannes Schmid <jhs@gnome.org>
9046 * plugins/message-view/message-view.c:
9047 (message_view_instance_init), (imessage_view_append):
9048 Show nice icons beside the messages for info, warning and error. This is a completly
9049 cosmetic change so if someone dislikes it he is free to remove it.
9051 2007-03-31 Johannes Schmid <jhs@gnome.org>
9053 * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
9054 (anjuta_msgman_class_init), (anjuta_msgman_append_view),
9055 (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
9056 * plugins/message-view/anjuta-msgman.h:
9057 * plugins/message-view/message-view.h:
9058 * plugins/message-view/plugin.c: (on_view_changed),
9060 Fixed #359399 and made next/previous insensitive when not availible
9062 * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
9063 (tag_style_to_string):
9064 Fixed namespace Problem with gdk >= 2.11
9066 * plugins/sourceview/sourceview-autocomplete.c:
9067 (sourceview_autocomplete_init):
9068 Removed structure, follow-up of #423682
9070 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
9072 * plugins/debug-manager/debug_tree.c,
9073 plugins/debug-manager/debug_tree.h,
9074 plugins/debug-manager/watch.c,
9075 plugins/debug-manager/anjuta-debug-manager.glade:
9076 Inspect variable at cursor
9077 Fix buttons in inspect dialog
9079 2007-03-27 Halton Huo <halton.huo@sun.com>
9081 Reviewed by Sebastien Granjoux <seb.sfo@free.fr>:
9083 * plugins/sourceview/sourceview-autocomplete.c
9084 plugins/debug-manager/disassemble.c,
9085 libanjuta/interfaces/libanjuta.idl:
9086 Remove array with 0 size and empty structure as it is not
9087 supported by sun cc, Fixes bug #423682
9089 * plugins/debug-manager/debugger.c:
9090 Remove anonymous union as it is not supported by sun cc,
9093 === anjuta 2.1.2 ===
9095 2007-03-28 Naba Kumar <naba@gnome.org>
9097 * configure.in: Bumped version to 2.1.2
9098 * NEWS: Updated for release.
9100 * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
9101 Improved breakpoint marker icon.
9103 * plugins/editor/anjuta-editor.plugin.in,
9104 plugins/sourceview/sourceview.plugin.in: Made editor plugins
9105 non user activable since they are now remembered properly.
9107 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
9109 * plugins/tools/editor.c:
9112 2007-03-27 Naba Kumar <naba@gnome.org>
9114 * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
9115 word when autocompleting without leaving any trailing part of
9118 2007-03-27 Kamil Páral <ripper42@gmail.com>
9120 Reviewed by Naba Kumar <naba@gnome.org>:
9121 * anjuta.desktop.in.in: Remove "Application" category from desktop
9122 file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
9124 2007-03-27 Naba Kumar <naba@gnome.org>
9126 * configure.in, plugins/document-manager/anjuta-docman.c:
9127 (anjuta_docman_add_editor): Conditionally compile notebook tab
9128 reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
9130 Patch from Halton Huo:
9131 * configure.in, global-tags/Makefile.am: Do not pass -Wall to
9132 non gcc compiler flags. Fixes bug #423089.
9134 2007-03-26 Naba Kumar <naba@gnome.org>
9136 * AUTHORS, NEWS, TODO.tasks: Updated.
9138 * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
9141 * plugins/symbol-browser/plugin.c: (on_editor_saved),
9142 (update_editor_symbol_model), (iter_matches),
9143 (on_editor_update_ui), (value_added_current_editor),
9144 (activate_plugin), (dispose),
9145 (symbol_browser_plugin_instance_init):
9146 * plugins/symbol-browser/plugin.h: update line on editor save
9147 and editor change. Code clean up and fixed warnings.
9149 2007-03-26 Naba Kumar <naba@gnome.org>
9151 * plugins/project-wizard/templates/java/project.anjuta,
9152 plugins/project-wizard/templates/python/project.anjuta,
9153 plugins/project-wizard/templates/python/project.anjuta:
9154 Removed version control plugins from default selection.
9156 * plugins/tools/scripts/prepare-changelog.pl,
9157 plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
9158 script to a better one (that works on both cvs and svn).
9160 2007-03-26 Naba Kumar <naba@gnome.org>
9162 * (added) plugins/project-wizard/templates/translatable-strings.pl,
9163 Makefile.am: Added the generated translatable file (required for
9164 translations for svn checkouts).
9167 plugins/project-wizard/templates/extract-translatable-strings.pl
9168 plugins/project-wizard/templates/Makefile.am, Makefile.am,
9169 po/POTFILES.in: Generated translatable strings for .wiz files and
9170 added them in POTFILES.in for translation. Fixes bug #398035
9172 2007-03-25 Naba Kumar <naba@gnome.org>
9174 * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
9176 * src/anjuta-app.c: Removed dead codes.
9178 * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
9179 global tags generation starts.
9181 * plugins/debug-manager/chunk_view.c,
9182 plugins/debug-manager/start.h,
9183 plugins/debug-manager/chunk_view.h,
9184 plugins/debug-manager/utilities.c,
9185 plugins/debug-manager/utilities.h,
9186 plugins/debug-manager/debugger.c,
9187 plugins/debug-manager/threads.c,
9188 plugins/debug-manager/disassemble.c,
9189 plugins/debug-manager/info.c,
9190 plugins/debug-manager/sharedlib.c,
9191 plugins/debug-manager/threads.h,
9192 plugins/debug-manager/disassemble.h,
9193 plugins/debug-manager/signals.c,
9194 plugins/debug-manager/info.h,
9195 plugins/debug-manager/sharedlib.h,
9196 plugins/debug-manager/data_buffer.c,
9197 plugins/debug-manager/data_view.c,
9198 plugins/debug-manager/signals.h,
9199 plugins/debug-manager/debug_tree.c,
9200 plugins/debug-manager/watch.c,
9201 plugins/debug-manager/registers.c,
9202 plugins/debug-manager/data_buffer.h,
9203 plugins/debug-manager/data_view.h,
9204 plugins/debug-manager/memory.c,
9205 plugins/debug-manager/debug_tree.h,
9206 plugins/debug-manager/watch.h,
9207 plugins/debug-manager/registers.h,
9208 plugins/debug-manager/memory.h,
9209 plugins/debug-manager/locals.c,
9210 plugins/debug-manager/sexy-icon-entry.c,
9211 plugins/debug-manager/breakpoints.c,
9212 plugins/debug-manager/locals.h,
9213 plugins/debug-manager/sexy-icon-entry.h,
9214 plugins/debug-manager/stack_trace.c,
9215 plugins/debug-manager/breakpoints.h,
9216 plugins/debug-manager/sparse_buffer.c,
9217 plugins/debug-manager/sparse_view.c,
9218 plugins/debug-manager/stack_trace.h,
9219 plugins/debug-manager/sparse_buffer.h,
9220 plugins/debug-manager/sparse_view.h,
9221 plugins/debug-manager/start.c,
9222 plugins/gdb/utilities.c,
9223 plugins/gdb/utilities.h,
9224 plugins/gdb/debugger.c,
9225 plugins/gdb/debugger.h: Added indentation modeline for easy indentation
9228 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9230 * plugins/gdb/debugger.c:
9231 Avoid empty debugger log window by limiting line to 90 characters
9233 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9235 * plugins/debug-manager/plugin.c,
9236 plugins/debug-manager/plugin.h,
9237 plugins/debug-manager/threads.c,
9238 plugins/debug-manager/threads.h,
9239 plugins/debug-manager/breakpoints.c,
9240 plugins/debug-manager/breakpoints.h,
9241 plugins/debug-manager/stack_trace.c,
9242 plugins/debug-manager/stack_trace.h:
9243 View code action now changes location in disassembly view too
9245 * plugins/debug-manager/anjuta-debug-manager.ui:
9246 Rename breakpoint actions
9248 2007-03-24 Naba Kumar <naba@gnome.org>
9250 * configure.in, src/anjuta-app.c: Use the new docking algorithm
9251 in gdl 0.7.3 (svn trunk).
9252 * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
9254 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
9256 * plugins/debug-manager/threads.c,
9257 plugins/debug-manager/debug_tree.c,
9258 plugins/debug-manager/debug_tree.h,
9259 plugins/debug-manager/locals.c,
9260 plugins/debug-manager/registers.c,
9261 plugins/debug-manager/stack_trace.c:
9262 Allow to change current thread updating register, stack and locals
9263 Allow to change current stack frame updating locals
9265 * plugins/gdb/debugger.c:
9266 Read argument of selected stack frame
9268 * plugins/debug-manager/data_view.c:
9269 Fix an unrelated bug
9271 2007-03-23 Naba Kumar <naba@gnome.org>
9273 * plugins/document-manager/anjuta-docman.c,
9274 plugins/document-manager/plugin.c: Fixed many memory leaks.
9275 (ianjuta_file_get_uri() returns a new string).
9277 * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
9278 widget for save dialogs.
9280 * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
9281 svn and fixed to get function/prototype/member args list. Call tips
9284 2007-03-22 Naba Kumar <naba@gnome.org>
9286 * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
9287 and calltips would work again for functions from global tags (Needs
9288 regenerating global tags).
9290 * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
9291 ctags svn version and reopened bug #395362. Fixes tags parsing that
9292 seemed to have stopped working recently.
9294 2007-03-21 Naba Kumar <naba@gnome.org>
9296 * tagmanager/tm_source_file.c, tagmanager/options.c,
9297 global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
9298 extend .. more needs to be investigated and fixed). Enabled some
9301 2007-03-16 Naba Kumar <naba@gnome.org>
9303 * src/anjuta.c: Fixed project loading from command line.
9305 2007-03-16 Naba Kumar <naba@gnome.org>
9307 Patch from James Liggett <jrliggett@cox.net>:
9308 plugins/profiler/gprof-profile-data.c: Fixed a crash.
9310 2007-03-15 Naba Kumar <naba@gnome.org>
9312 * libanjuta/anjuta-profile-manager.c,
9313 libanjuta/anjuta-profile-manager.h: Added method to get current
9316 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
9317 signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
9320 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
9321 plugins/file-loader/plugin.c: Moved to functions as utility functions.
9322 Also, not load project files in session load in loader plugin.
9324 * plugins/project-manager/plugin.c, src/anjuta.c:
9325 Emit "exiting" signal in shell when exiting anjuta. project manager
9326 listens to exiting signal and saves session. anjuta.c saves session
9327 only when current projfile is 'user'. Load project saved in session
9328 differently then the rest of the session. This should fix all the
9329 session restoration bugs.
9331 src/main.c: Present anjuta window when becon message is received.
9333 2007-03-14 Naba Kumar <naba@gnome.org>
9335 * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
9336 not randomly save (it was a wrong looping).
9338 2007-03-12 Naba Kumar <naba@gnome.org>
9340 * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
9342 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9344 * plugins/debug-manager/anjuta-debug-manager.ui,
9345 libanjuta/interfaces/libanjuta.idl,
9346 plugins/debug-manager/debugger.c,
9347 (added) plugins/debug-manager/threads.c,
9348 (added) plugins/debug-manager/threads.h,
9349 plugins/debug-manager/plugin.c,
9350 plugins/debug-manager/Makefile.am,
9351 plugins/gdb/plugin.c,
9352 plugins/gdb/debugger.c,
9353 plugins/gdb/debugger.h:
9354 Add a window displaying all threads
9355 Add needed functions
9356 Switching to a different thread is still not done
9358 * plugins/debug-manager/debug_tree.c,
9359 plugins/debug-manager/locals.c,
9360 plugins/debug-manager/stack_trace.c:
9361 Small cosmetic changes
9363 * plugins/gdb/gdbmi.c:
9364 Keep all elements in gdbmi hash
9365 Even if using the same key like in -threads-list-ids
9367 2007-03-11 Naba Kumar <naba@gnome.org>
9369 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
9371 * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
9373 * manuals/reference/libanjuta/libanjuta-docs.sgml,
9374 manuals/reference/libanjuta/libanjuta-sections.txt,
9375 manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
9378 2007-03-11 Naba Kumar <naba@gnome.org>
9380 * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
9381 gtk-doc properly. Bumped gtk-doc requirement to 1.4
9383 * manuals/reference/libanjuta/libanjuta-docs.sgml,
9384 manuals/reference/libanjuta/libanjuta.types,
9385 manuals/reference/libanjuta/libanjuta-sections.txt,
9386 manuals/reference/libanjuta/.cvsignore,
9387 (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
9388 infrastructure. Got rid of tmpl/ directory and moved all section
9389 documenation to source code (requires gtk-doc >= 1.4).
9391 * libanjuta/anjuta-plugin-description.c,
9392 libanjuta/interfaces/libanjuta.idl, libanjuta/anjuta-status.c,
9393 libanjuta/cell-renderer-captioned-image.c,
9394 libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
9395 libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
9396 libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
9397 libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
9398 libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
9399 libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
9400 libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
9401 libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
9402 libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
9403 libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
9404 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
9405 libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
9406 documentation from templates to source code.
9408 2007-03-10 Johannes Schmid <jhs@gnome.org>
9410 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
9411 Added some debug output but could not figure out why
9412 some plugins are not kept.
9414 * libanjuta/interfaces/libanjuta.idl:
9415 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9416 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9417 Added IAnjutaEditorGoto::matching_brace
9419 * plugins/document-manager/action-callbacks.c:
9420 (on_editor_command_match_brace_activate):
9421 * plugins/document-manager/plugin.c:
9422 (update_editor_ui_interface_items):
9423 * plugins/editor/text_editor.c: (igoto_matching_brace),
9425 * plugins/sourceview/sourceview.c: (ieditor_iface_init):
9426 Fixed #355155 (matching brace for scintilla, disabled for sourceview)
9428 2007-03-09 Johannes Schmid <jhs@gnome.org>
9430 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9433 * plugins/sourceview/sourceview-private.h:
9434 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9435 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9436 (sourceview_new), (ifile_savable_save_as):
9437 Tweaked vfs monitoring
9439 2007-03-09 Johannes Schmid <jhs@gnome.org>
9441 * libanjuta/interfaces/Makefile.am.iface:
9442 Fixed installtion of header files
9444 * plugins/sourceview/sourceview.c: (set_select):
9445 do not scroll to much in interactive search
9447 2007-03-09 Naba Kumar <naba@gnome.org>
9449 * src/anjuta.c: Fixed session restoration.
9451 * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
9452 signal handlers after symbol browser plugin is deactivated.
9454 * plugins/editor/editor.glade,
9455 plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
9456 Fixed indentation confustion in preferences.
9458 2007-03-08 Johannes Schmid <jhs@gnome.org>
9460 * plugins/search/search-replace.c: (search_set_combo),
9461 (search_set_action), (search_set_target), (search_set_direction),
9462 (create_dialog), (search_disconnect_set_toggle_connect),
9463 (on_search_match_whole_word_toggled),
9464 (on_search_match_whole_line_toggled),
9465 (on_search_match_word_start_toggled),
9466 (search_set_toggle_direction):
9467 Use GCallback instead of GSignalFunc! We need to fix this code anyway,
9468 it's somehow ugly and uses many deprecated widgets
9470 Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
9471 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
9474 2007-03-07 Naba Kumar <naba@gnome.org>
9476 * src/anjuta.c: Make launching projects work from command line. Also
9477 fixes gnome session restart command.
9479 2007-03-07 Johannes Schmid <jhs@gnome.org>
9481 Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9482 * plugins/class-gen/plugin.c: (iwizard_activate):
9485 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9488 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9489 Fixed #377483 (It's not possible to know if directories have
9490 a version in CVS. Show version column only if there are version
9491 informations availible
9493 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9496 2007-03-07 Johannes Schmid <jhs@gnome.org>
9498 * plugins/sourceview/sourceview-prefs.c: (get_bool):
9500 * plugins/symbol-browser/an_symbol_prefs.c:
9501 (on_update_global_clicked):
9504 2007-03-07 Johannes Schmid <jhs@gnome.org>
9506 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9507 (anjuta_save_prompt_new):
9508 * plugins/project-import/project-import.c:
9509 (project_import_finalize):
9510 Fixed Gtk-Criticals (maybe #409408)
9512 2007-03-07 Naba Kumar <naba@gnome.org>
9514 * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9515 when we are at just beginning of string or comment. Fixes bug #397981.
9517 2007-03-07 Johannes Schmid <jhs@gnome.org>
9519 * plugins/language-support-cpp-java/plugin.c:
9520 (initialize_indentation_params):
9521 Removed annoying DEBUG_PRINT
9523 * plugins/sourceview/sourceview-cell.c:
9524 (sourceview_cell_instance_init), (icell_get_character),
9525 (icell_get_length), (icell_get_char), (icell_get_attribute):
9526 Improved code to be faster
9527 Implemented attribute handling so that indentation really works in any case
9529 2007-03-06 Johannes Schmid <jhs@gnome.org>
9532 GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9534 * plugins/document-manager/anjuta-docman.c:
9535 (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9536 Removed old and ugly tab drag&drop code and use built-in gtk stuff
9537 instead (required GTK >= 2.10)
9539 * plugins/sourceview/sourceview-private.h:
9540 * plugins/sourceview/sourceview.c:
9541 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9542 (sourceview_finalize), (sourceview_new), (imark_mark),
9543 (imark_unmark), (imark_is_marker_set),
9544 (imark_location_from_handle), (imark_delete_all_markers):
9545 Fixed marker handling and worked a bit more on vfs monitoring
9547 2007-03-05 Johannes Schmid <jhs@gnome.org>
9549 * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9550 Added method to select specific iter
9552 * plugins/sourceview/sourceview-private.h:
9553 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9554 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9555 (sourceview_add_monitor), (on_document_saved),
9556 (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9557 Fixed vfs monitoring (mostly ported code from text_editor.c)
9559 * plugins/symbol-browser/an_symbol_view.c:
9560 * plugins/symbol-browser/an_symbol_view.h:
9561 * plugins/symbol-browser/plugin.c: (iter_matches),
9562 (on_editor_update_ui), (value_added_current_editor):
9563 Select the current tag in locals window and symbol toolbar. If there
9564 is no tag at the current line, reserve backward for the next tag. This will
9565 select the correct tag if inside a function.
9567 2007-03-05 Naba Kumar <naba@gnome.org>
9569 * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9570 * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9572 * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9575 2007-03-04 Johannes Schmid <jhs@gnome.org>
9579 Fixed distcheck (well, partly)
9581 2007-03-04 Johannes Schmid <jhs@gnome.org>
9583 * plugins/document-manager/anjuta-document-manager.ui:
9584 Move "Swap .c/.h from Main to Browser toolbar
9586 Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9587 * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9588 (fv_prefs_free), (fv_add_tree_entry):
9589 * plugins/file-manager/anjuta-file-manager-plugin.glade:
9590 * plugins/file-manager/plugin.c: (prefs_init):
9592 Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9594 2007-03-04 Naba Kumar <naba@gnome.org>
9596 * data/default.proflie, data/Makefile.am, src/anjuta.c,
9597 plugins/project-manager/plugin.c:
9598 Restored default profile and renamed it from "default.anjuta" to
9601 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9603 * plugins/debug-manager/debugger.c,
9604 plugins/debug-manager/plugin.c,
9605 plugins/gdb/debugger.c,
9606 libanjuta/interfaces/libanjuta.idl,
9607 plugins/debug-manager/stack_trace.c:
9608 Add a dialog box when a signal is received (except SIGINT)
9609 Display stack frame even if arguments are not available
9611 2007-03-03 Naba Kumar <naba@gnome.org>
9613 * TODO.tasks: Icons bounty added.
9615 * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9618 * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9621 * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9622 plugins/Makefile.am, (removed) plugins/profile-default/*,
9623 plugins/project-manager/anjuta-project-manager.plugin.in,
9624 plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9625 profile implementation to load user profile and projects. Store and
9626 restore remembered plugins. Use profile scoping and descoping for
9627 saving and loading sesstions.
9629 * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9630 libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9631 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9634 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9636 * plugins/debug-manager/debug_tree.c
9637 plugins/debug-manager/debug_tree.h:
9638 Bug fix, deleting wrong variable
9640 * plugins/gdb/debugger.c:
9641 Bug fix, remove forgotten debugging code
9643 2007-03-02 Johannes Schmid <jhs@gnome.org>
9645 * plugins/document-manager/anjuta-document-manager.ui:
9646 * plugins/search/anjuta-search.ui:
9647 * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9648 Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9651 * src/anjuta-app.c: (on_toolbar_view_toggled),
9652 (on_add_merge_widget), (on_session_save), (on_widget_remove):
9653 Save toolbar positions, don't use fixed toolbar style
9655 All in all this will allow more complex toolbar configurations and
9656 might gain some space on smaller displays because the user can disable
9657 toolbar parts he does not use. Also allows to use any toolbar style
9658 without looking too ugly.
9660 2007-03-01 Naba Kumasr <naba@gnome.org>
9662 * TODO.tasks: Added a bounty for creating icons.
9664 * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9665 libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9666 profile-changed signal. Do not sync non-user-activatable plugins.
9668 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9670 * plugins/debug-manager/disassemble.c,
9671 plugins/debug-manager/sparse_view.c,
9672 plugins/gdb/debugger.c,
9673 libanjuta/interfaces/libanjuta.idl:
9674 Display function name in disassembly view
9676 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9678 * (added) plugins/debug-manager/bookmark.png,
9679 (added) plugins/debug-manager/breakpoint-disabled.png,
9680 (added) plugins/debug-manager/breakpoint-enabled.png,
9681 (added) plugins/debug-manager/program-counter.png,
9682 (added) plugins/debug-manager/linemarker.png,
9683 plugins/debug-manager/Makefile.am,
9684 plugins/debug-manager/disassemble.c,
9685 plugins/debug-manager/disassemble.h,
9686 plugins/debug-manager/sparse_buffer.c,
9687 plugins/debug-manager/sparse_buffer.h,
9688 plugins/debug-manager/sparse_view.c,
9689 plugins/debug-manager/sparse_view.h,
9690 plugins/debug-manager/plugin.c,
9691 plugins/debug-manager/breakpoints.c,
9692 libanjuta/interfaces/libanjuta.idl:
9693 Add markers in the disassembly view
9694 Display program counter and breakpoints in disassembly view
9696 * plugins/gdb/debugger.c:
9697 Fix a bug added with my previous patch, setting and clearing
9698 breakpoints was not working
9700 2007-02-28 Johannes Schmid <jhs@gnome.org>
9702 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9703 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9704 * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9705 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9706 * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9707 * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9708 * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9709 * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9710 * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9711 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9712 Updated (why do they need to be under version control?)
9714 * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9715 (create_tab_popup_menu), (on_msgman_popup_menu),
9716 (on_tab_button_press_event), (anjuta_msgman_page_new),
9717 (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9718 Added "Close all message tabs" popup menu
9720 2007-02-26 Naba Kumar <naba@gnome.org>
9722 * plugins/profiler/gprof-flat-profile-entry.c,
9723 plugins/profiler/gprof-flat-profile.c,
9724 plugins/profiler/gprof-flat-profile-entry.h,
9725 plugins/profiler/gprof-flat-profile.h,
9726 plugins/profiler/gprof-flat-profile-view.c,
9727 plugins/profiler/gprof-flat-profile-view.h,
9728 plugins/profiler/gprof-call-graph-block-entry.c,
9729 plugins/profiler/gprof-call-graph-block.c,
9730 plugins/profiler/gprof-function-call-chart-view.c,
9731 plugins/profiler/gprof-call-graph-block-entry.h,
9732 plugins/profiler/gprof-profile-data.c,
9733 plugins/profiler/gprof-call-graph-block.h,
9734 plugins/profiler/gprof-view.c,
9735 plugins/profiler/gprof-call-graph.c,
9736 plugins/profiler/gprof-function-call-chart-view.h,
9737 plugins/profiler/gprof-profile-data.h,
9738 plugins/profiler/gprof-call-graph.h,
9739 plugins/profiler/gprof-view.h,
9740 plugins/profiler/gprof-view-manager.c,
9741 plugins/profiler/gprof-call-graph-view.c,
9742 plugins/profiler/plugin.c,
9743 plugins/profiler/gprof-view-manager.h,
9744 plugins/profiler/gprof-call-graph-view.h,
9745 plugins/profiler/gprof-function-call-tree-view.c,
9746 plugins/profiler/gprof-function-call-tree-view.h,
9747 plugins/profiler/Makefile.am: Fix compiler warnings and link with
9748 gnome-vfs. Fixes bug #411377.
9750 2007-02-26 Naba Kumar <naba@gnome.org>
9752 * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9754 Patch from James Liggett <jrliggett@cox.net>:
9755 * plugins/profiler/gprof-flat-profile-view.c,
9756 plugins/profiler/gprof-flat-profile-view.h,
9757 plugins/profiler/gprof-function-call-chart-view.c,
9758 plugins/profiler/gprof-function-call-chart-view.h,
9759 plugins/profiler/gprof-view.c,
9760 plugins/profiler/gprof-view.h,
9761 plugins/profiler/gprof-call-graph-view.c,
9762 plugins/profiler/plugin.c,
9763 plugins/profiler/gprof-call-graph-view.h,
9764 plugins/profiler/gprof-function-call-tree-view.c,
9765 plugins/profiler/gprof-function-call-tree-view.h: Implements
9766 double click navigation. Fixes bug #403514.
9768 2007-02-25 Naba Kumar <naba@gnome.org>
9770 * libanjuta/anjuta-plugin-manager.c,
9771 libanjuta/anjuta-plugin-handle.[ch],
9772 plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9773 g_hash_table_remove_all (introduced in glib 2.12) to stay the
9774 dependency on glib 2.8. Fixes bug #411623.
9776 2007-02-24 Naba kumar <naba@gnome.org>
9778 * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9780 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9781 libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9782 libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9783 (added) libanjuta/anjuta-profile-manager.c,
9784 (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9786 Implemented profile pushing and popping. Implemented profile xml
9787 synchronization. Implemented error handling in profiles. Implemented
9788 activation and deactivation signals in plugin manager.
9790 * libanjuta/Makefile.am: Added libanjuta log domain.
9792 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9793 src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9794 in AnjutaShell interface and implemented it in AnjutaApp.
9796 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9798 2007-02-23 Naba kumar <naba@gnome.org>
9800 src/main.c: Fixed missing end quote.
9802 2007-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9804 * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9807 2007-02-20 Naba Kumar <naba@gnome.org>
9809 * plugins/subversion/plugin.c: Added "..." menuitems.
9810 * ROADMAP, README: Updated.
9811 * libanjuta/anjuta-profile.c: Fixed bugs.
9813 * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9814 plugins/gtodo/Makefile.am: Removed dead code.
9816 Patch from Antoine Cailliau <a.cailliau@ac-graphic.net>:
9817 * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9818 plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9819 plugins/gtodo/list_tooltip.c,
9820 plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9821 libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9822 not contain markups. Fixes Bug #360462.
9824 2007-02-16 Naba Kumar <naba@gnome.org>
9826 * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9827 unnecessary sub-sections.
9829 2007-02-15 Naba Kumar <naba@gnome.org>
9831 * (removed) plugins/document-manager/bookmark-prev-16.png,
9832 plugins/document-manager/bookmark-last.png,
9833 (removed)plugins/document-manager/bookmark-first-16.png,
9834 plugins/document-manager/bookmark-prev.png,
9835 (added) plugins/document-manager/bookmark-toggle.png,
9836 (removed)plugins/document-manager/bookmark_toggle.xpm,
9837 (removed)plugins/document-manager/bookmark-last-16.png,
9838 plugins/document-manager/plugin.c,
9839 plugins/document-manager/anjuta-document-manager.ui,
9840 (removed)plugins/document-manager/bookmark-next-16.png,
9841 plugins/document-manager/bookmark-next.png,
9842 plugins/document-manager/Makefile.am,
9843 (added) plugins/document-manager/bookmark-clear.png,
9844 plugins/document-manager/bookmark-first.png: Upgraded bookmark
9845 icons (stolen from monodevelop). Added clear bookmarks toolbar
9848 * plugins/document-manager/plugin.c,
9849 (added) plugins/document-manager/swap.png,
9850 (removed) plugins/document-manager/undock.png,
9851 plugins/document-manager/Makefile.am: Fixed swap icon.
9853 2007-02-13 Naba Kumar <naba@gnome.org>
9855 * plugins/class-gen/element-editor.c: Fixed typo.
9857 * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9858 libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9859 Implementing plugin profiles loading.
9861 2007-02-13 Naba Kumar <naba@gnome.org>
9863 * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9864 * pixmaps/Makefile.am, pixmaps/appwiz*.png,
9865 pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9866 pixmaps/open_project.png, pixmaps/close_project.png:
9867 Removed more old icons.
9868 * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9869 pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9872 2007-02-13 Naba Kumar <naba@gnome.org>
9874 * plugins/class-gen/element-editor.c: Included missing headers to
9875 prevent build failures in some cases.
9877 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9879 * plugins/debug-manager/stack_trace.c:
9882 * plugins/debug-manager/watch.c,
9883 plugins/debug-manager/breakpoints.c:
9884 Same bug than above, wrong use of gtk_ui_manager_get_widget
9886 === anjuta 2.1.1 ===
9888 2007-02-11 Naba Kumar <naba@gnome.org>
9890 * cofigure.in: Bumped version to 2.1.1
9891 * NEWS: Updated for 2.1.1 release.
9893 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9895 * plugins/debug-manager/plugin.c,
9896 plugins/debug-manager/sparse_view.c,
9897 plugins/debug-manager/sparse_view.h:
9900 * plugins/gdb/debugger.c,
9901 plugins/debug-manager/debugger.c,
9902 plugins/debug-manager/memory.c,
9903 plugins/debug-manager/sparse_buffer.c
9904 plugins/gdb/debugger.h,
9905 libanjuta/interfaces/libanjuta.idl:
9906 Clean up, remove some warnings
9907 Use guint everywhere for addresses
9908 Rewrite code parsing position in debugger
9910 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9912 * plugins/debug-manager/debug_tree.c:
9913 Use GtkTreeRowReference instead of GtkTreeIter as callback data
9916 2007-02-08 Naba Kumar <naba@gnome.org>
9918 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9919 Delay showing the 'file modified on disk' dialog for one sec
9920 from the last notification to insure multiple notifications for
9921 the same file are treated as one. Do not same multiple dialogs
9922 for the same file. Make sure to destory the dialog if later
9923 the conent is no longer different.
9925 2007-02-08 Naba Kumar <naba@gnome.org>
9927 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9928 Prevented spurious 'file modified' dialogs in scintilla editor
9929 when the file is saved.
9931 2007-02-09 Johannes Schmid <jhs@gnome.org>
9933 * scripts/glade2schema.pl:
9934 Added script to convert glade preferences into gconf schema files.
9937 2007-02-08 Naba Kumar <naba@gnome.org>
9939 * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9940 itself is destroyed. Fixes bug #355160.
9942 2007-02-08 Johannes Schmid <jhs@gnome.org>
9944 * plugins/profiler/profiler.plugin:
9945 removed from version control (only .in file needed)
9947 * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9948 * plugins/sourceview/sourceview.c: (sourceview_new):
9951 * plugins/subversion/svn-thread.c: (svn_thread_start):
9952 * src/main.c: (main):
9954 Fixed #395875 about initialisation of threads too late
9956 2007-02-07 Armin Burgmeier <armin@arbur.net>
9958 Reviewed by Naba Kumar <naba@gnome.org>:
9959 * plugins/class-gen/plugin.c:
9960 * plugins/class-gen/window.c: Removed browse button related code, load
9961 generated output directly into new buffers when not adding to project.
9963 * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9964 buttons from user interface.
9966 2007-02-07 Naba Kumar <naba@gnome.org>
9968 * po/POTFILES.in: Fixed distcheck.
9970 2007-02-07 Daniel Nylander <po@danielnylander.se>
9972 * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9974 2007-02-07 Johannes Schmid <jhs@gnome.org>
9976 * anjuta.desktop.in.in:
9979 2007-02-07 Johannes Schmid <jhs@gnome.org>
9982 * manuals/anjuta-manual/*
9983 * manuals/anjuta-faqs/*:
9984 #398991 – Anjuta manuals does not use the gnome-doc-utils format
9986 * plugins/document-manager/anjuta-document-manager.plugin.in:
9987 Removed duplicate application-xml mime-type (review patches properly ;-)
9989 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9991 * plugins/gdb/debugger.c,
9992 libanjuta/interfaces/libanjuta.idl:
9994 Fix handling of missing source file
9996 2007-02-06 Naba Kumar <naba@gnome.org>
9998 Patch from James Liggett <jrliggett@cox.net>:
9999 * plugins/profiler/gprof-flat-profile.c,
10000 plugins/profiler/gprof-profile-data.c,
10001 plugins/profiler/gprof-call-graph.c,
10002 plugins/profiler/gprof-profile-data.h,
10003 plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
10004 Show profiler view when target selected bug #403515.
10006 2007-02-05 Naba Kumar <naba@gnome.org>
10008 * configure.in: Enabled devhelp plugin by default now that
10011 Patch from parmigio@2ainfo.it:
10012 * plugins/document-manager/anjuta-document-manager.plugin.in:
10013 Added xml file type in supported mime types list.
10015 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
10017 * plugins/debug-manager/debugger.c,
10018 plugins/debug-manager/plugin.c:
10019 Add a field in status bar displaying debugger state
10020 Change cursor shape when debugger is busy
10023 * plugins/debug-manager/watch.c,
10024 plugins/debug-manager/locals.c,
10025 libanjuta/interfaces/libanjuta.idl:
10026 Clean up, remove debugging messages and unused signals
10028 2007-02-03 Johannes Schmid <jhs@gnome.org>
10031 Fixed AC_INIT and seperated version to major, minor, micro
10034 Load Subversion instead of CVS
10036 * anjuta.desktop.in.in:
10037 Fixed bug-buddy component
10039 Original patch from Rob Bradfort <robster@debian.org>:
10040 * src/main.c: (get_command_line_args), (main):
10041 Bug #335981 – Migration from popt to GOption
10043 2007-02-03 Naba Kumar <naba@gnome.org>
10045 * configure.in: Depend on devhelp 0.13 and fixed gecko home
10046 path variable. Fixed bug #341170.
10047 * plugins/profiler/Makefile.am: Fixed indentation.
10049 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
10051 * libanjuta/interfaces/libanjuta.idl,
10052 plugins/sourceview/sourceview.c,
10053 plugins/editor/text-editor.c,
10054 plugins/symbol-browser/plugin.c,
10055 plugins/search/search-replace.c,
10056 plugins/document-manager/goto_line.c,
10057 plugins/document-manager/action-callbacks.c,
10058 plugins/document-manager/anjuta-docman.c:
10059 Rename markers of anjuta interface
10060 IANJUTA_MARKABLE_NONE has been removed
10061 IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
10062 IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
10063 IANJUTA_MARKABLE_ATTENTIVE renamed in
10064 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
10065 IANJUTA_MARKABLE_INTENSE renamed in
10066 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
10067 IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
10069 * (removed) plugins/sourceview/marker-light.png,
10070 (removed) plugins/sourceview/marker-basic.png,
10071 (removed) plugins/sourceview/marker-attentive.png,
10072 (removed) plugins/sourceview/marker-intense.png,
10073 plugins/sourceview/bookmark.png,
10074 (added) plugins/sourceview/breakpoint-disabled.png,
10075 (added) plugins/sourceview/breakpoint-enabled.png,
10076 (added) plugins/sourceview/program-counter.png,
10077 (added) plugins/sourceview/linemarker.png,
10078 plugins/sourceview/Makefile.am,
10079 (added) plugins/editor/bookmark.xpm,
10080 (added) plugins/editor/breakpoint-disabled.xpm,
10081 (added) plugins/editor/breakpoint-enabled.xpm,
10082 (added) plugins/editor/program-counter.xpm,
10083 (added) plugins/editor/linemarker.xpm,
10084 plugins/editor/Makefile.am:
10085 Add or change marker pixmaps in scintilla and sourceview editor
10087 * plugins/document-manager/plugin.c,
10088 libanjuta/interfaces/libanjuta.idl,
10089 plugins/debug-manager/plugin.c,
10090 plugins/debug-manager/breakpoints.c
10091 plugins/gdb/debugger.c:
10092 Fix bug #376404, program counter marker is not displayed when debugger
10093 Return the selected editor or NULL (if file does not exist) with
10094 ianjuta_document_manager_goto_file_line* functions
10095 Emit a change-location signal even if the program counter is in an
10098 2007-02-02 Naba Kumar <naba@gnome.org>
10100 * TODO.tasks: Marked bounty bug #359478 completed. And checked
10101 older bounties 'Done'.
10103 2007-02-02 Naba Kumar <naba@gnome.org>
10105 * TODO.tasks: Fixed typop.
10107 Patch from James Liggett <jrliggett@cox.net>:
10108 * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
10109 plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
10110 profiler plugin by James Liggett. Completes bounty bug #359478
10111 'Gprof performance profiler plugin'
10113 2007-02-01 Naba Kumar <naba@gnome.org>
10115 * src/main.c: Renamed option name.
10117 * TODO.tasks: Marked "Test and fix all project wizards templates"
10120 2007-01-29 Johannes Schmid <jhs@gnome.org>
10122 * plugins/document-manager/plugin.c: (on_editor_changed):
10123 Added DEBUG_PRINT(...)
10124 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
10126 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
10127 Fix language support plugin for sourceview editor (add some new
10130 * plugins/sourceview/sourceview.c: (iindic_clear):
10131 Clear all indicators
10133 2007-01-29 Johannes Schmid <jhs@gnome.org>
10136 Minor task currentions
10138 * libanjuta/interfaces/libanjuta.idl:
10139 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
10140 (itext_editor_iface_init):
10141 * plugins/language-support-cpp-java/plugin.c: (install_support):
10142 * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
10143 (ieditor_get_attributes), (ieditor_iface_init):
10144 Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
10147 * plugins/sourceview/sourceview.glade:
10148 Fixed sourceview preference window
10150 2007-01-28 Naba Kumar <naba@gnome.org>
10152 * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
10153 Implemented --no-files and --no-session command line options and
10154 corresponding preferernces checkboxes in General tab.
10156 2007-01-28 Johannes Schmid <jhs@gnome.org>
10158 * plugins/subversion/plugin.c:
10159 * plugins/subversion/plugin.h:
10160 * plugins/subversion/svn-notify.c: (svn_show_info),
10161 (show_svn_error), (on_svn_notify):
10162 * plugins/subversion/svn-notify.h:
10163 * plugins/subversion/svn-thread.c: (create_message_view),
10164 (svn_thread_start):
10165 Fixed error handling and fixed #394216 – No indication of subversion commands running
10167 * plugins/tools/execute.c: (atp_output_context_print):
10168 Show name of tool in message pane
10170 2007-01-28 Naba Kumar <naba@gnome.org>
10172 * configure.in, plugins/glade/plugin.c: Make it work with
10173 glade svn. Based on patch from Vincent Geddes. Fixes bug #400833.
10175 * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
10176 from devhelp (won't work untill devhelp is fixed: bug #341170).
10178 * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
10180 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
10182 Reviewed by Naba Kumar <naba@gnome.org>:
10183 * libanjuta/interfaces/libanjuta.idl,
10184 plugins/debug-manager/debugger.c,
10185 plugins/debug-manager/start.c,
10186 plugins/gdb/plugin.c,
10187 plugins/gdb/debugger.c,
10188 plugins/gdb/debugger.h:
10189 Fix a bug when launching gdb
10190 Set the terminal for the debugged program on the command line.
10192 2007-01-26 Johannes Schmid <jhs@gnome.org>
10194 * plugins/sourceview/anjuta-document-saver.c:
10195 (anjuta_document_saver_save):
10196 * plugins/sourceview/anjuta-document.c: (document_saver_saving):
10197 * plugins/sourceview/sourceview.c: (save_if_modified),
10198 (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
10199 Proper error handling, for example if a file was modified externally. Use backup files
10200 to avoid data-loss on disk full.
10202 2007-01-24 Naba Kumar <naba@gnome.org>
10204 * plugins/devhelp/htmlview.c: Fixed crash during project load.
10205 Fixed mem leak and source leak.
10207 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
10209 Reviewed by Naba Kumar <naba@gnome.org>:
10210 * plugins/debug-manager/debug_tree.c,
10211 plugins/debug-manager/debug_tree.h,
10212 plugins/debug-manager/watch.c:
10213 Partial rewrite of the variable object code, find and fix a few bugs
10214 Fix bug #395808: gdb can still crash but children are listed
10215 on request only so you can avoid the crash
10217 2007-01-24 Naba Kumar <naba@gnome.org>
10219 * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
10220 (added) plugins/symbol-browser/anjuta-symbol-locals.h,
10221 plugins/symbol-browser/plugin.h,
10222 plugins/symbol-browser/plugin.c,
10223 plugins/symbol-browser/Makefile.am: Added current file (local)
10224 symbols view (Seriously getting bored with the browse toolbar).
10226 2007-01-22 Naba Kumar <naba@gnome.org>
10228 Patch from Gabor Kelemen:
10229 * po/POTFILES.in: Added .plugin.in files.
10231 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
10233 Reviewed by Naba Kumar <naba@gnome.org>:
10234 * plugins/document-manager/anjuta-docman.c,
10235 plugins/message-view/anjuta-msgman.c
10236 Set right alignment to the label widget in the tab title.
10238 2007-01-21 Naba Kumar <naba@gnome.org>
10240 * libegg/egg-combo-action.c: Fixed mode line.
10241 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10242 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
10244 2007-01-21 Armin Burgmeier <armin@arbur.net>
10246 Reviewed by Naba Kumar <naba@gnome.org>:
10247 * plugins/class-gen/plugin.c: Prompt for target before actually
10248 generating the class files. This ensures that the files are created in
10249 the correct directory. Fixes bug #397406.
10251 * plugins/class-gen/window.c: Set browse buttons to insensitive when
10252 the class is added to the project.
10254 2007-01-21 Naba Kumar <naba@gnome.org>
10256 * libanjuta/anjuta-plugin-description.c,
10257 libanjuta/anjuta-ui.h,
10258 libanjuta/anjuta-status.c,
10259 libanjuta/anjuta-plugin-description.h,
10260 libanjuta/cell-renderer-captioned-image.c,
10261 libanjuta/anjuta-plugin-handle.c,
10262 libanjuta/anjuta-status.h,
10263 libanjuta/resources.c,
10264 libanjuta/cell-renderer-captioned-image.h,
10265 libanjuta/glue-cpp.c,
10266 libanjuta/anjuta-plugin-handle.h,
10267 libanjuta/anjuta-plugin.c,
10268 libanjuta/anjuta-preferences-dialog.c,
10269 libanjuta/libanjuta.h,
10270 libanjuta/resources.h,
10271 libanjuta/glue-cpp.h,
10272 libanjuta/anjuta-plugin.h,
10273 libanjuta/anjuta-preferences-dialog.h,
10274 libanjuta/anjuta-plugin-manager.c,
10275 libanjuta/anjuta-shell.c,
10276 libanjuta/anjuta-plugin-manager.h,
10277 libanjuta/anjuta-shell.h,
10278 libanjuta/anjuta-save-prompt.c,
10279 libanjuta/anjuta-save-prompt.h,
10280 libanjuta/anjuta-children.c,
10281 libanjuta/anjuta-utils.c,
10282 libanjuta/anjuta-profile.c,
10283 libanjuta/anjuta-preferences.c,
10284 libanjuta/anjuta-launcher.c,
10285 libanjuta/anjuta-utils.h,
10286 libanjuta/anjuta-profile.h,
10287 libanjuta/anjuta-launcher.h,
10288 libanjuta/anjuta-ui.c: Updated file headers.
10290 * po/POTFILES.in: Updated.
10292 * libanjuta/anjuta-marshal.list,
10293 (added) libanjuta/anjuta-plugin-handle.c,
10294 (added) libanjuta/anjuta-plugin-handle.h,
10295 (added) libanjuta/anjuta-plugin-manager.c,
10296 (added) libanjuta/anjuta-plugin-manager.h,
10297 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
10298 (added) libanjuta/anjuta-profile.c,
10299 (added) libanjuta/anjuta-profile.h,
10300 (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
10301 libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
10302 src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
10303 src/action-callbacks.c: Implemented AnjutaPluginManager
10304 class based on old plugins.[ch]. Implemented AnjutaProfile as
10305 prelimanary profiles implementation. Implemented AnjutaPluginHandle
10306 class to represent plugins (not to be confused with plugin objects).
10307 Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
10308 implemented it in AnjutaApp and AnjutaTestShell.
10309 De-globalized plugin management and several clean ups.
10311 * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
10312 plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
10313 plugins/search/search-replace.c, plugins/terminal/terminal.c,
10314 plugins/project-import/project-import.c,
10315 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
10316 plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
10317 Fixed plugins for the change in API.
10319 * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
10322 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
10324 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
10326 Reviewed by Naba Kumar <naba@gnome.org>:
10327 * libanjuta/anjuta-launcher.c,
10328 libanjuta/anjuta-launcher.h:
10329 Add a new function anjuta_set_terminate_on_exit to close the i/o
10330 channel when the child exit
10331 Return directly the status and not the exit code in child-exited
10334 * plugins/gdb/debugger.c:
10335 Use new function in debugger plugin
10337 2007-01-18 Johannes Schmid <jhs@gnome.org>
10339 * src/about.c: Do not show empty license information instead hide the button (#397883)
10341 2007-01-15 Johannes Schmid <jhs@gnome.org>
10343 * plugins/project-manager/plugin.c:
10344 * plugins/project-wizard/templates/python.wiz
10345 * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
10347 Fixed #335235 python programs are not executeable/ do not start when pressing F3
10348 You will also need latest gnome-build svn
10350 === anjuta 2.1.0 ===
10352 2007-01-14 Naba Kumar <naba@gnome.org>
10354 * configure.in: Removed reference of mkfile project
10355 template to fix distcheck build error.
10356 * AUTHORS: Updated.
10358 * configure.in: Bumped version to 2.1.0 for beta release.
10359 * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
10360 crashes as soon as editing starts in normal text files.
10362 2007-01-14 Johannes Schmid <jhs@gnome.org>
10366 Applied http://live.gnome.org/GnomeGoals/PoLinguas
10369 Patch from Massimo Cora' to hopefully fix #395362
10371 * plugins/project-wizard/templates/*:
10373 Fixed and tested all project-wizards. Deactivated mkfile project because
10374 it was totally broken and I don't see any real use for it.
10375 Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
10377 2007-01-14 Naba Kumar <naba@gnome.org>
10379 * NEWS: Updated for release.
10381 * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
10383 * libanjuta/interfaces/libanjuta.idl,
10384 plugins/editor/text_editor_cbs.c,
10385 plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
10386 interface and implemented it for scintilla.
10388 * plugins/editor/text-editor.c: Fixed highlighing issues when
10389 used with indicators (particularly when the file is just opened).
10390 Fixes bug #377477 – when debugging, scintilla editor grays out all
10391 lines before current line.
10393 * plugins/build-basic-autotools/build-basic-autotools.[ch]:
10394 Maintain a separate list of indicated edtitors for separate contexts.
10395 Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
10397 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
10399 Reviewed by Naba Kumar <naba@gnome.org>:
10400 * plugins/debug-manager/plugin.c:
10401 Bug fix: breakpoints cannot be added after stopping the debugger
10403 2007-01-13 Naba Kumar <naba@gnome.org>
10405 * NEWS: Updated for release.
10407 2007-01-12 Johannes Schmid <jhs@gnome.org>
10409 * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
10410 * plugins/project-wizard/cpp/src/Makefile.am.tpl:
10411 * plugins/project-wizard/gcj/src/Makefile.am.tpl:
10412 * plugins/project-wizard/gnome/src/Makefile.am.tpl:
10413 * plugins/project-wizard/gtk/src/Makefile.am.tpl:
10414 * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
10415 * plugins/project-wizard/terminal/src/Makefile.am.tpl:
10416 * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
10417 * plugins/project-wizard/xlib/src/Makefile.am.tpl:
10418 * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
10420 Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
10421 [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
10423 * plugins/sourceview/sourceview.c:
10424 Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
10425 on character positions.
10427 2007-01-12 Naba Kumar <naba@gnome.org>
10429 * src/anjuta-app.c,
10430 plugins/project-manager/plugin.c,
10431 plugins/profile-default/plugin.c,
10432 libanjuta/anjuta-status.c,
10433 libanjuta/anjuta-status.h: Introduced an API for application title
10434 in AnjutaStatus. Set application title to project name.
10436 2007-01-11 Massimo Cora' <maxcvs@email.i>
10438 Reviewed by Naba Kumar <naba@gnome.org>:
10439 * tagmanager/Makefile.am,
10440 plugins/symbol-browser/Makefile.am: removed installation for
10443 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
10445 Reviewed by Naba Kumar <naba@gnome.org>:
10446 * plugins/debug-manager/start.h,
10447 plugins/debug-manager/start.c,
10448 plugins/debug-manager/anjuta-debug-manager.ui,
10449 plugins/debug-manager/plugin.c:
10450 Partial fix for bug #392537
10452 * plugins/debug-manager/disassemble.c:
10455 2007-01-11 Naba Kumar <naba@gnome.org>
10457 * src/anjuta.c: Load project seperately from session,
10458 so that project session is also loaded.
10460 * plugins/profile-default/plugin.c: Load project in new
10461 anjuta if there already is one loaded currently (disabled
10464 * plugins/editor/aneditor.cxx: Disconnect focus in/out
10465 signals when editor is destroyed. Fixes a crash bug.
10467 * plugins/editor/text_editor.c: Do not mark line in
10468 ianjuta_editor_goto_line() implementation.
10470 * plugins/search/search-replace.c: Always check for markable
10471 interface availablility because its optional for an editor.
10473 * plugins/document-manager/goto_line.c,
10474 plugins/document-manager/action-callbacks.c: Mark lines for
10475 goto line commands (from dialog and from menu entry box).
10477 * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10478 plugins/file-manager/an_file_view.c: Expand file manager
10479 nodes in idle loop, one at a time. Did as a possible work
10480 around for bug #361763, but it didn't make any difference.
10481 However, it could still be useful in situations where there
10482 are lots to expand.
10484 * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10486 2007-01-11 Naba Kumar <naba@gnome.org>
10488 * plugins/editor/scintilla/LineMarker.h,
10489 plugins/editor/scintilla/LexBasic.cxx,
10490 plugins/editor/scintilla/LexHTML.cxx,
10491 plugins/editor/scintilla/include/SciLexer.h,
10492 plugins/editor/scintilla/include/Scintilla.h,
10493 plugins/editor/scintilla/include/Scintilla.iface,
10494 plugins/editor/scintilla/include/ScintillaWidget.h,
10495 plugins/editor/scintilla/LexBash.cxx,
10496 plugins/editor/scintilla/PlatGTK.cxx,
10497 plugins/editor/scintilla/ViewStyle.h,
10498 plugins/editor/scintilla/Editor.cxx,
10499 plugins/editor/scintilla/StyleContext.h,
10500 plugins/editor/scintilla/LexCPP.cxx,
10501 plugins/editor/scintilla/Converter.h,
10502 plugins/editor/scintilla/LexAU3.cxx,
10503 plugins/editor/scintilla/Editor.h,
10504 plugins/editor/scintilla/LexPerl.cxx,
10505 plugins/editor/scintilla/LexVB.cxx,
10506 plugins/editor/scintilla/ScintillaGTK.cxx,
10507 plugins/editor/scintilla/ViewStyle.cxx,
10508 plugins/editor/scintilla/PropSet.cxx,
10509 plugins/editor/scintilla/LexSQL.cxx,
10510 plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10513 2007-01-11 Armin Burgmeier <armin@arbur.net>
10515 Reviewed by Naba Kumar <naba@gnome.org>:
10516 * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10517 selected for editing. This fixes bug #394218.
10519 * plugins/class-gen/plugin.c: Do not use project's root URI as project
10520 name if said URI is not known.
10522 * plugins/class-gen/window.c: When stripping function prefix away,
10523 include the trailing underscore because it is already set by the
10526 * plugins/class-gen/transform.c: Include "const char*" and "const
10527 gchar*" in the list for transforming a default C type to a GType.
10528 Don't access invalid memory when writing pointer_str in
10529 cg_transform_first_argument.
10531 2007-01-11 Naba Kumar <naba@gnome.org>
10533 * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10534 pixmaps/anjuta.svg, pixmaps/Makefile.am,
10535 (renamed) pixmaps/anjuta_icon.png, src/main.c,
10536 libegg/test-actions.c, anjuta.desktop.in.in,
10537 anjuta.prj: Renamed application icon to 'anjuta.png' from
10538 'anjuta_icon.png'. Added more fields in desktop file.
10540 * mime/anjuta.xml: Added magic section.
10542 * (removed) mime/anjuta.applications,
10543 (removed) mime/anjuta.mime, mime/Makefile.am,
10544 (removed) mime/anjuta.keys,
10545 mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10546 registeration and added scalable icon. Also fixes bug #393680
10548 2007-01-09 Curtis Magyar <curtm4n@gmail.com>
10550 Reviewed by Naba Kumar <naba@gnome.org>:
10551 * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10552 and anjuta_status_progress_add_ticks() to check for progressbar
10553 being realized before trying to update it.
10555 2007-01-10 Naba Kumar <naba@gnome.org>
10557 * tagmanager/tm_workspace.c,
10559 plugins/debug-manager/Makefile.am,
10560 plugins/tools/scripts/Makefile.am,
10561 plugins/class-gen/plugin.c,
10562 plugins/class-gen/Makefile.am,
10563 global-tags/Makefile.am: Fixed make distcheck.
10565 * plugins/debug-manager/attach_process.c,
10566 plugins/debug-manager/attach_process.h,
10567 plugins/class-gen/action-callbacks.h,
10568 plugins/class-gen/action-callbacks.c,
10569 plugins/class-gen/class_gen.h,
10570 plugins/class-gen/class_gen.c: Deleted unused/old files.
10572 * (removed) scintilla, (added) plugins/editor/scintilla,
10573 plugins/editor/scintilla/lexers.make,
10574 plugins/editor/scintilla/Makefile.am,
10575 plugins/editor/Makefile.am
10576 configure.in, manuals/reference/libanjuta/Makefile.am
10577 Makefile.am: Moved scintilla to its right place.
10579 2007-01-09 Naba Kumar <naba@gnome.org>
10581 * plugins/profile-default/plugin.c: Save project session before
10582 a new one is opened.
10584 * plugins/project-manager/plugin.c,
10585 plugins/project-manager/plugin.h,
10586 plugins/project-manager/anjuta-project-manager.ui,
10587 plugins/profile-default/plugin.c,
10588 plugins/profile-default/plugin.h,
10589 plugins/profile-default/Makefile.am,
10590 (added) plugins/profile-default/anjuta-default-profile.ui,
10591 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10592 libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10593 multiple projects support.
10595 2007-01-06 Armin Burgmeier <armin@arbur.net>
10597 Reviewed by Naba Kumar <naba@gnome.org>
10598 * plugins/class-gen/combo-flags.h:
10599 * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10600 enum, added a type parameter to selected signal. Select highlighted
10601 entry when pressing enter (but not unselect it if it was already
10602 selected) before closing the popup. Also accept input when clicking
10603 not into the popup.
10605 * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10606 according to selection type.
10608 * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10611 2007-01-08 Johannes Schmid <jhs@gnome.org>
10613 * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10614 * plugins/project-wizard/templates/gtkmm/Makefile.am
10615 * plugins/project-wizard/templates/python/configure.ac.tpl
10616 * plugins/project-wizard/templates/python/configure.in.tpl
10617 * plugins/project-wizard/templates/python/Makefile.am
10618 * plugins/project-wizard/templates/cpp/configure.ac.tpl
10619 * plugins/project-wizard/templates/cpp/configure.in.tpl
10620 * plugins/project-wizard/templates/cpp/Makefile.am
10621 * plugins/project-wizard/templates/terminal.wiz
10622 * plugins/project-wizard/templates/xlib-dock.wiz
10623 * plugins/project-wizard/templates/wxwin.wiz
10624 * plugins/project-wizard/templates/java.wiz
10625 * plugins/project-wizard/templates/xlib/configure.ac.tpl
10626 * plugins/project-wizard/templates/xlib/configure.in.tpl
10627 * plugins/project-wizard/templates/xlib/Makefile.am
10628 * plugins/project-wizard/templates/gcj/configure.ac.tpl
10629 * plugins/project-wizard/templates/gcj/configure.in.tpl
10630 * plugins/project-wizard/templates/gcj/Makefile.am
10631 * plugins/project-wizard/templates/terminal/configure.ac.tpl
10632 * plugins/project-wizard/templates/terminal/configure.in.tpl
10633 * plugins/project-wizard/templates/terminal/Makefile.am
10634 * plugins/project-wizard/templates/terminal/autogen.sh
10635 * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10636 * plugins/project-wizard/templates/wxwin/configure.in.tpl
10637 * plugins/project-wizard/templates/wxwin/Makefile.am
10638 * plugins/project-wizard/templates/gnome.wiz
10639 * plugins/project-wizard/templates/java/configure.ac.tpl
10640 * plugins/project-wizard/templates/java/configure.in.tpl
10641 * plugins/project-wizard/templates/java/Makefile.am
10642 * plugins/project-wizard/templates/anjuta-plugin.wiz
10643 * plugins/project-wizard/templates/gtkmm.wiz
10644 * plugins/project-wizard/templates/python.wiz
10645 * plugins/project-wizard/templates/cpp.wiz
10646 * plugins/project-wizard/templates/gtk.wiz
10647 * plugins/project-wizard/templates/gcj.wiz
10648 * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10649 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10650 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10652 Starting fixing of all project wizards:
10653 - rename configure.in to configure.ac
10654 - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10655 - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10658 * TODO.task: Added bug number to bounty
10660 2007-01-07 Johannes Schmid <jhs@gnome.org>
10662 * plugins/build-basic-autotools.c:
10663 Fixed #392290 – Missed install as root option in project manager
10665 2007-01-07 Johannes Schmid <jhs@gnome.org>
10667 * plugins/sourceview/sourceview.c:
10668 Fixed #388731 – Odd editor behaviour after performing block-text operations
10669 Fixed #388727 – Block-tab does not work
10671 * plugins/sourceview/anjuta-document.h/c:
10672 Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10675 Require Gtk+ >= 2.10 for sourceview plugin
10677 2007-01-06 Curtis Magyar <curtm4n@gmail.com>
10679 * libanjuta/anjuta-status.c:
10680 Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10682 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10685 plugins/terminal/terminal.c:
10687 remove support for VTE < 0.9
10689 2007-01-06 Naba Kumar <naba@gnome.org>
10691 * po/POTFILES.in: Updated
10693 2007-01-05 Adam Dingle <adam@medovina.org>
10695 Reviewed by Naba Kumar <naba@gnome.org>:
10696 * plugins/message-view/anjuta-message-manager-plugin.glade:
10697 Fixed bug #377903 (improve message color defaults).
10699 2007-01-05 Naba Kumar <naba@gnome.org>
10701 * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10703 2007-01-03 Armin Burgmeier <armin@arbur.net>
10705 Reviewed by Naba Kumar <naba@gnome.org>:
10706 * plugins/symbol-browser/test-class.h: Fixed block ends.
10708 * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10709 C-style-block comment.
10711 * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10712 allow lists when writing autogen definition files. This is required
10713 for the new class generator. Also fixed a wrong return value in
10714 npw_autogen_write_definition_file and set a GError in
10715 npw_autogen_execute when the output file could not be opened.
10717 * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10720 * plugins/class-gen/Makefile.am: Added templates subdir, removed
10721 goc_template_header and goc_template_source, added top_srcdir to
10722 includes, link against project wizard (also hopefully temporarily),
10723 removed class_gen.h, class_gen.c, action-callbacks.h,
10724 action-callbacks.c.
10726 * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10728 * plugins/class-gen/cell-renderer-flags.h:
10729 * plugins/class-gen/cell-renderer-flags.c:
10730 * plugins/class-gen/combo-flags.h:
10731 * plugins/class-gen/combo-flags.c:
10732 * plugins/class-gen/element-editor.c:
10733 * plugins/class-gen/element-editor.h:
10734 * plugins/class-gen/generator.c:
10735 * plugins/class-gen/generator.h:
10736 * plugins/class-gen/plugin.h:
10737 * plugins/class-gen/plugin.c:
10738 * plugins/class-gen/transform.c:
10739 * plugins/class-gen/transform.h:
10740 * plugins/class-gen/validator.c:
10741 * plugins/class-gen/validator.h:
10742 * plugins/class-gen/window.c:
10743 * plugins/class-gen/window.h: Rewrote class generator, it now allows
10744 adding of several class elements and uses autogen.
10746 * plugins/class-gen/templates/cc-header.tpl:
10747 * plugins/class-gen/templates/cc-source.tpl:
10748 * plugins/class-gen/templates/go-header.tpl:
10749 * plugins/class-gen/templates/go-source.tpl:
10750 * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10751 for the class generator.
10753 * configure.in: Added plugins/class-gen/templates/Makefile to output.
10755 2007-01-04 Naba Kumar <naba@gnome.org>
10757 Patch from Nick Treleaven:
10758 * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10759 all matching symbols.
10761 Patches from Maik Beckmann and Sébastien Granjoux:
10762 * plugins/profile-default/plugin.c,
10763 plugins/project-manager/plugin.c: Unescape project name. Fixes
10766 2007-01-04 Naba Kumar <naba@gnome.org>
10768 * plugins/glade/plugin.c: Fixed compilation with
10769 older glade-3 version.
10771 Patch from Roland Illig:
10772 libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10773 plugins/sourceview/anjuta-document-saver.c,
10774 plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10775 are necessary to build anjuta on NetBSD 3.0
10777 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10778 * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10779 window manager in gnome.
10781 2007-01-02 Naba Kumar <naba@gnome.org>
10783 * plugins/glade/plugin.c: Make it work with glade-3 svn.
10785 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10787 Reviewed by Naba Kumar <naba@gnome.org>:
10788 * libanjuta/interfaces/libanjuta.idl,
10789 plugins/debug-manager/Makefile.am,
10790 plugins/debug-manager/anjuta-marshal.list,
10791 plugins/debug-manager/debugger.c,
10792 plugins/debug-manager/sparse_buffer.c,
10793 plugins/debug-manager/sparse_buffer.h,
10794 plugins/debug-manager/sparse_view.c,
10795 plugins/debug-manager/sparse_view.h,
10796 plugins/debug-manager/disassemble.h,
10797 plugins/debug-manager/disassemble.c,
10798 plugins/debug-manager/anjuta-marshal.list,
10799 plugins/debug-manager/plugin.c,
10800 plugins/gdb/debugger.c,
10801 plugins/gdb/debugger.h,
10802 plugins/gdb/plugin.c:
10803 Add a disassembly view window
10805 * plugins/debug-manager/breakpoints.c,
10806 plugins/debug-manager/chunk_view.c,
10807 plugins/debug-manager/locals.c,
10808 plugins/debug-manager/memory.c,
10809 plugins/debug-manager/registers.c,
10810 plugins/debug-manager/stack_trace.c:
10811 Add some debugging information
10813 2006-12-18 Naba Kumar <naba@gnome.org>
10815 * configure.in, plugins/glade/plugin.c: Allow building against both
10816 glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10818 2006-12-03 Naba Kumar <naba@gnome.org>
10820 * TODO.tasks: Marked a bounty completed.
10822 2006-11-24 Adam Dingle <adam@medovina.org>
10824 Reviewed by Naba Kumar <naba@gnome.org>:
10825 * plugins/build-basic-autotools/build-basic-autotools.c,
10826 plugins/debug-manager/watch.c,
10827 plugins/document-manager/plugin.c,
10828 plugins/patch/plugin.c,
10829 plugins/project-manager/plugin.c:
10830 Fixed bug #378879 (several command names need ellipses).
10832 2006-11-22 Sylvain Defresne <sdefresne@gmail.com>
10834 Reviewed by: Naba Kumar <naba@gnome.org>
10835 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10836 GCC 4.1.2 (there are only two warnings remaining now when compiling
10839 * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10841 * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10842 macro so that the generated function support a NULL plugin parameter.
10844 * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10845 in debug_tree_find_expression by freeing memory returned by the call
10846 to gtk_tree_model_get instead of the parameter string.
10848 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10850 * plugins/debug-manager/breakpoints.c:
10853 * plugins/debug-manager/anjuta-debug-manager.ui,
10854 plugins/debug-manager/debugger.c,
10855 plugins/debug-manager/plugin.c:
10858 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10860 * libanjuta/anjuta-launcher.c,
10861 plugins/gdb/debugger.c:
10864 2006-11-21 Naba Kumar <naba@gnome.org>
10866 * plugins/search/search_preferences.c: Fixed build break.
10868 2006-11-20 Naba Kumar <naba@gnome.org>
10870 Patch from Kjartan Maraas:
10871 * plugins/cvs-plugin/cvs-interface.c,
10872 plugins/document-manager/plugin.c,
10873 plugins/gtodo/interface.c,
10874 plugins/gtodo/libgtodo.h,
10875 plugins/message-view/anjuta-msgman.c,
10876 plugins/project-wizard/druid.c,
10877 plugins/search/search_preferences.c,
10878 plugins/sourceview/sourceview-prefs.c,
10879 plugins/terminal/terminal.c,
10880 src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10882 Patch from Przemysław Grzegorczyk:
10883 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10884 plugins/subversion/anjuta-subversion.glade: Enable files in
10885 fileselection dialog. Fixes bug #376031.
10887 2006-11-17 Adam Dingle <adam@medovina.org>
10889 Reviewed by: Naba Kumar <naba@gnome.org>
10890 * plugins/build-basic-autotools/build-basic-autotools.c
10891 * plugins/class-gen/anjuta-class-gen.plugin.in
10892 * plugins/debug-manager/breakpoints.c
10893 * plugins/debug-manager/plugin.c
10894 * plugins/devhelp/plugin.c
10895 * plugins/document-manager/plugin.c
10896 * plugins/gdb/debugger.c
10897 * plugins/glade/anjuta-glade.plugin.in
10898 * plugins/gtodo/plugin.c
10899 * plugins/language-support-cpp-java/plugin.c
10900 * plugins/message-view/plugin.c
10901 * plugins/project-import/anjuta-project-import.glade
10902 * plugins/project-import/anjuta-project-import.plugin.in
10903 * plugins/search/plugin.c
10904 * plugins/tools/scripts/tools-2.xml.in
10905 * plugins/valgrind/plugin.c
10906 * src/anjuta-actions.h:
10907 Fixed bug #376335 "menu items should be capitalized". Minor
10910 2006-11-20 Naba Kumar <naba@gnome.org>
10912 * configure.in: Fixed build.
10914 Patch from: Arjan Timmerman
10915 *configure.in: Make subvesion plugin build for apr 1.x.
10916 Fixes: Bug #364754.
10918 2006-11-20 Johannes Schmid <jhs@gnome.org>
10921 * plugins/*/*.[ch]:
10922 Removed patches from Sylvain and Günther. They caused not problems but
10923 Naba was against them.
10925 2006-11-20 Johannes Schmid <jhs@gnome.org>
10927 * Removed me from MAINTAINERS
10929 2006-11-14 Günther Brammer <GBrammer@gmx.de>
10932 Use apr-1 instead of apr-0
10934 2006-11-14 Sylvain Defresne <sdefresne@gmail.com>
10936 * global-tags/create_global_tags.sh.in: Correct a bug when environment
10937 variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10938 and another bug occuring when parsing .pc file containing quotes.
10940 2006-11-13 Sylvain Defresne <sdefresne@gmail.com>
10942 * plugins/*/*.[ch]: Use class macro for type casting.
10944 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10945 GCC 4.1.2 (there are only two warnings remaining now when compiling
10948 * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10949 a memory leak in debug_tree_find_expression; g_free was called on
10950 the parameter instead of the memory allocated by gtk_tree_model_get.
10952 * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10953 to declare and initialize the global type variable of the plugin.
10955 2006-10-31 Naba Kumar <naba@gnome.org>
10957 * global-tags/create_global_tags.sh.in: Added an end message.
10959 * libanjuta/anjuta-launcher.h: Fixed indentation.
10961 * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10962 creation to a) append the messages in right way, b) Connect signals
10963 to the view properly and c) Recreate the system-tags.cache at the
10964 end of the generation.
10966 * plugins/symbol-browser: Fixed action path (double
10967 click on sysmbols was not working).
10969 * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10970 Fixed typedef and removed dead code.
10972 * tagmanager/c.c: Took the latest version from ctags source
10973 repository, because the one we had (from ctags 5.6) was broken.
10975 * global_tags/create_global_tags.sh.in: Reverted the patch from
10976 Sylvain because it was not right fix (and added a helpful comment).
10977 Used /bin/bash to fix the bashism and generated separate log files
10978 for each tag files in the same directory.
10980 2006-10-29 Naba Kumar <naba@gnome.org>
10982 * plugins/editor/text_editor.c: Use a temporary file
10983 to save the editor and move it at the end to original
10984 file. This will prevent data corruption if file save
10985 failed for any reason. Also report proper errors when
10986 file save fails. Fixes bug #346575.
10988 2006-10-26 Naba Kumar <naba@gnome.org>
10990 * plugins/document-manager/anjuta-docman.c: Do not load
10991 the same files with different path more than once (happens
10992 with symlinked files). Fixes Bug #323591.
10994 2006-10-25 Naba Kumar <naba@gnome.org>
10996 * plugins/valgrind/vgactions.c: Fixed a warning.
10998 2006-10-25 Sylvain Defresne <sdefresne@gmail.com>
11000 Reviewed by Naba Kumar <naba@gnome.org>:
11002 * plugins/valgrind/vgtoolview.c:
11003 Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
11005 * plugins/valgrind/bugged-prg-test.c:
11006 No more warning during compilation with GCC 4.1.
11007 Program is still buggy in order to be used as a test of the
11010 * plugins/valgrind/ldd.c plugins/valgrind/parser.c
11011 plugins/valgrind/preferences.c plugins/valgrind/symtab.c
11012 plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
11013 plugins/valgrind/vgrule.c:
11014 No more warning during compilation with GCC 4.1.
11016 * plugins/valgrind/plugin.c:
11017 Correct call to vg_tool_view_set_{argv,srcdir} to conform to
11018 prototype (was missing from previous patch).
11020 2006-10-24 Naba Kumar <naba@gnome.org>
11022 * plugins/glade/plugin.c: Show glade tree view, not list view.
11024 * plugins/glade/plugin.c: Fixed crash when Anjuta is
11025 exited with glade plugin still loaded. Fixes Bug #364755.
11027 * plugins/document-manager/anjuta-document-manager.plugin.in:
11028 Added application/x-reject in accepted mime-types.
11030 * Changelog: Fixed changelog alignments.
11032 2006-10-24 Sylvain Defresne <sdefresne@gmail.com>
11034 Reviewed by: Naba Kumar <naba@gnome.org>
11036 * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
11037 plugins/valgrind/plugin.h plugins/valgrind/preferences.c
11038 plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
11039 plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
11040 plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
11041 plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
11042 plugins/valgrind/vgsearchbar.c:
11043 Use class macro for type casting.
11045 * plugins/valgrind/plugin.h:
11046 Don't force cast a GtkActionGroup to a GtkAction.
11048 * plugins/valgrind/plugin.c:
11049 Use correct API to get path of the preoject root when building
11050 the list of targets for the run action.
11051 Correct ordering of the construction of the preferences widgets.
11052 Only remove the valgrind widget if it is currently displayed.
11054 * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
11055 Return if check_valgrind_binary() fails.
11056 The ValgrindPluginPrefs object is initialized after the call to
11057 vg_action_new. Take a handle to the location of the pointer to
11060 2006-10-24 Naba Kumar <naba@gnome.org>
11062 * HACKING: Updated coding sample.
11064 Patch from: Armin Burgmeier <armin@arbur.net>
11065 * plugins/symbol-browser/test-class.h,
11066 plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
11068 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
11070 * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
11071 * plugins/valgrind/vgtoolview.h:
11072 Correctly handle the argv / srcdir of vg_tool_view object. Do
11073 not leak memory associated with those arrays.
11075 * plugins/symbol-browser/an_symbol_prefs.c:
11076 Support unloading / reloading of the module (for example when
11077 closing a project and opening another one).
11079 * plugins/project-manager/plugin.c:
11080 Remove plugin widget before removing plugin itself, preventing
11081 a crash with valgrind plugin.
11083 * libanjuta/anjuta-preferences-dialog.c:
11084 Do not use the page_num returned by gtk_notebook_append_page to
11085 remove the page as it cause bugs when pages removal is not done
11088 * plugins/document-manager/anjuta-docman.c:
11089 Fix some GTK+ warnings.
11091 * global-tags/create_global_tags.sh.in:
11092 Rewrite script to remove bash-ism and use pkg-config directly
11093 instead of parsing the *.pc file by hand. This solve problems
11094 that occurred when one of the directory in PKG_CONFIG_PATH is
11097 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
11099 * plugins/glade/plugin.c: Fix build (#363884)
11101 2006-10-22 Johannes Schmid <jhs@gnome.org>
11103 * plugins/file-manager/an_file_view.c:
11104 * plugins/file-manager/plugin.c:
11105 * plugins/file-manager/plugin.h:
11106 Fix possible crasher when changing project-root uri when we try to restore open nodes
11109 2006-10-19 Naba Kumar <naba@gnome.org>
11111 Patch from: Juan Pablo Ugarte
11112 * plugins/glade/plugin.c: Include glade header
11115 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
11117 * plugins/debug-manager/Makefile.am,
11118 plugins/debug-manager/sexy-icon-entry.h,
11119 plugins/debug-manager/sexy-icon-entry.c,
11120 plugins/debug-manager/dataview.c:
11121 Fix bug #358134 (Goto memory prompt)
11122 Use sexy-icon-entry from libsexy 0.1.10
11124 * plugins/debug-manager/debugger.c,
11125 plugins/debug-manager/plugin.c,
11126 plugins/debug-manager/start.c,
11127 plugins/gdb/debugger.c,
11128 plugins/gdb/plugin.c:
11129 Better error handling when starting and stopping debugger
11131 2006-10-13 Maik Beckmann <maik@eigenco.de>
11133 * src/action_callbacks.c:
11134 Fixed bug #361830 (AboutDialog does not close) which is caused
11135 due to a change in Gtk+ 2.10
11137 2006-10-12 Adam Dingle <adam@medovina.org>
11139 * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
11141 * plugins/search/search-replace.c:
11142 Fixed bug #358068 (indicate when Find in Files is complete)
11144 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
11146 * plugins/sourceview/sourceview-prefs.c:
11147 * plugins/sourceview/sourceview.glade:
11148 Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
11150 * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
11152 * plugins/devhelp/plugin.c:
11153 * plugins/search/plugin.c:
11154 Fixed bug #359750 (fix find/replace shortcut keys).
11156 * plugins/document-manager/plugin.c: fixed bug #351387 (don't
11157 use Alt+key for shortcuts)
11159 * plugins/debug-manager/debug_tree.c:
11160 * plugins/debug-manager/debugger.c:
11161 Fixed bug #359317 (can't load debug manager)
11163 * /plugins/document-manager/plugin.c:
11164 Fixed bug #359259 (highlight modes listed in reverse
11165 alphabetical order).
11167 2006-10-10 Johannes Schmid <jhs@gnome.org>
11169 * plugins/glade/plugin.c:
11170 Add scrollbars to glade project window
11172 2006-10-10 Johannes Schmid <jhs@gnome.org>
11174 * libanjuta/interfaces/Makefile.am.iface:
11175 Fixed Makefile with broke build
11177 2006-10-07 Johannes Schmid <jhs@gnome.org>
11179 * libanjuta/interfaces/anjuta-idl-compiler.pl:
11180 * libanjuta/interfaces/Makefile.iface.am:
11181 Fixed enum types generation
11183 * libanjuta/interfaces/libanjuta.idl:
11184 Fixed some strange typo
11186 2006-10-06 Johannes Schmid <jhs@gnome.org>
11188 * libanjuta/interfaces/Makefile.iface.am:
11189 Fixed enum-types.h generation
11190 * libanjuta/interfaces/libanjuta.idl:
11192 IAnjutaTODO::load should take const gchar* argument
11193 Remove include to libanjuta/e-splash.h which is not installed as header file
11194 Disable get_attributes for now
11196 * pluings/sourceview/sourceview.c: Disabled get_attributes
11198 * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
11200 2006-10-05 Naba Kumar <naba@gnome.org>
11202 * TODO.tasks: Set 'Improve class widzard' task to assigned.
11203 Set bug id for 'Profiler plugin' task.
11205 2006-10-03 Naba Kumar <naba@gnome.org>
11207 * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
11208 tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
11210 * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
11211 plugins/project-manager/plugin.c: Added a new API in
11212 IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
11213 Added some documentation. On project close, close all editors that
11214 has files opened for the project.
11216 * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
11217 from the containers on anjuta_shell_remove_widget(). Do not destroy
11218 glade widgets once created.
11220 2006-10-03 Johannes Schmid <jhs@gnome.org>
11222 * libanjuta/interfaces/anjuta-idl-compiler.pl:
11223 * libanjuta/interfaces/libanjuta.idl:
11224 const-List<> => const List<>
11225 List-free<> => List<>
11227 * Makefile.am: Reenabled launcher
11229 2006-10-03 Johannes Schmid <jhs@gnome.org>
11231 * libanjuta/interfaces/Makefile.am.iface:
11232 Install libanjuta.idl
11234 2006-10-02 Adam Dingle <adam@medovina.org>
11236 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
11238 2006-10-02 Adam Dingle <adam@medovina.org>
11240 * plugins/editor/style-editor.c: fixed bug #357534
11241 * plugins/gdb/utilities.h: removed 2 unused declarations
11243 2006-10-02 Johannes Schmid <jhs@gnome.org>
11245 * Makefile.am: disabled anjuta-launcher
11246 * libanjuta/Makefile.am:
11248 * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
11249 * libanjuta/glue-factory.c: (glue_factory_add_path),
11250 (glue_factory_get_path):
11251 * libanjuta/plugins.c: (activate_tool), (tool_set_update):
11252 * libanjuta/glue-factory.h:
11253 * libanjuta/glue-cpp.h:
11254 * libanjuta/glue-cpp.c:
11255 Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file
11257 * libanjuta/interfaces/Makefile.am.iface:
11258 * libanjuta/interfaces/anjuta-idl-compiler.pl:
11259 * libanjuta/interfaces/libanjuta.idl:
11260 Add a new features to idl compiler:
11261 List<Type> => List of Type
11262 List-free<Type> => List of Type, it is up to the caller to free items and list
11263 const-List(-free)<Type> = const List of Types
11264 These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
11266 * plugins/class-gen/class_gen.c: (gobject_class_create_code),
11267 (generic_cpp_class_create_code):
11268 Adapted to new project_manager interface
11270 * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
11271 * plugins/debug-manager/debugger.c:
11272 (ivariable_debugger_iface_init):
11273 Do not use C++ keyword "delete" for interface name
11275 * plugins/document-manager/anjuta-document-manager.plugin.in:
11276 Added m4 to mime-types
11278 * plugins/project-manager/plugin.c:
11279 (iproject_manager_add_source_multi):
11280 Changed interface to use GList instead of GList* (needs new gnome-build CVS)
11282 2006-10-01 Naba Kumar <naba@gnome.org>
11284 * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
11285 UI file used when out-of-process devhelp is used instead of
11288 * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
11289 plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
11290 plugins/profile-default/default.anjuta: Build devhelp plugin,
11291 but use out-of-process devhelp if devhelp plugin is disabled
11292 (either by user or devhelp is not installed). Disabled devhelp
11293 plugin by default. Added it in default profile.
11295 2006-10-01 Naba Kumar <naba@gnome.org>
11297 * plguins/project-manager/plugin.c: Possible fix for crash
11300 * configure.in, plugins/Makefile.am: Enabled glade plugin and
11301 set dep to last version 3.0.2.
11303 * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
11304 plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
11305 plugins/symbol-browser/plugin.c: Use the right action group
11306 for getting popup actions (Fixes lots of assertion failures).
11308 * plugins/project-manager/plugin.c,
11309 plugins/project-manager/plugin.h: use separate action group
11310 for profie actions.
11312 * plugins/message-view/plugin.c: Disconnect session load
11313 signal on plugin deactivation (fixes a crash).
11315 2006-09-30 Naba Kumar <naba@gnome.org>
11317 * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
11318 * TODO.tasks: Assigned a bounty to Massimo.
11320 2006-09-29 Naba Kumar <naba@gnome.org>
11322 * src/anjuta-app.c, src/shell.c: Fixed build errors.
11324 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
11326 * plugins/debug-manager/debugger.c,
11327 plugins/debug-manager/plugin.c,
11328 libanjuta/interfaces/libanjuta.idl:
11329 Add a new abort command to quit debugger without waiting
11331 * plugins/gdb/debugger.c,
11332 plugins/gdb/debugger.h,
11333 plugins/gdb/plugin.c:
11334 Send a signal directly to the debugged program
11335 Implement abort command
11337 * plugins/debug-manager/debug_tree.c:
11340 * plugins/debug-manager/stack-trace.c:
11343 2006-09-29 Naba Kumar <naba@gnome.org>
11345 * TODO.tasks: Updated.
11347 * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
11350 * TODO.tasks: Added more tasks and bounties. Marked a few completed.
11352 * TODO.tasks: Updated in light of the word wrapping fix
11353 in Tasks Manager. Added a test bounty entry.
11355 * TODO.tasks: Added four bounties.
11357 2006-09-28 Naba Kumar <naba@gnome.org>
11359 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
11360 Added 'customizable' parameter to
11361 anjuta_ui_add_action_group_entries() and similar functions to
11362 allow user configuration of the actions. Filter out actions that
11363 are not configurable items (such as submenu items). Now the
11364 'Customize shortcuts' dialog is much better listed.
11366 * plugins/build-basic-autotools/build-basic-autotools.c,
11367 plugins/build-basic-autotools/build-basic-autotools.h,
11368 plugins/cvs-plugin/plugin.c,
11369 plugins/cvs-plugin/plugin.h,
11370 plugins/debug-manager/breakpoints.c,
11371 plugins/debug-manager/plugin.c,
11372 plugins/debug-manager/stack_trace.c,
11373 plugins/debug-manager/watch.c,
11374 plugins/devhelp/plugin.c,
11375 plugins/document-manager/plugin.c,
11376 plugins/file-loader/plugin.c,
11377 plugins/file-manager/plugin.c,
11378 plugins/glade/plugin.c,
11379 plugins/gtodo/interface.c,
11380 plugins/gtodo/plugin.c,
11381 plugins/language-support-cpp-java/plugin.c,
11382 plugins/macro/plugin.c,
11383 plugins/macro/plugin.h,
11384 plugins/message-view/plugin.c,
11385 plugins/patch/plugin.c,
11386 plugins/profile-default/default.anjuta,
11387 plugins/project-manager/plugin.c,
11388 plugins/project-manager/plugin.h,
11389 plugins/sample1/plugin.c,
11390 plugins/search/plugin.c,
11391 plugins/subversion/plugin.c,
11392 plugins/subversion/plugin.h,
11393 plugins/symbol-browser/plugin.c,
11394 plugins/symbol-browser/plugin.h,
11395 plugins/tools/plugin.c,
11396 plugins/valgrind/plugin.c,
11397 plugins/valgrind/plugin.h: Fixed to take care of above change
11398 in API of AnjutaUI. Properly added/removed action groups in some
11399 plugins. Split action groups into customization and non-customizable
11400 groups and added them separately.
11402 * plugins/document-manager/plugin.c: Close files belonging to
11403 project when project is closed (not complete).
11405 * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
11406 vertical aligned cell entries.
11408 * src/anjuta-app.c: Define macros for the placeholder names.
11409 Set default widths and heights of the default placeholders,
11410 so that newly docked widgets are correclty sized.
11412 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
11413 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
11414 Fixed to generated correct actions addition/removal code.
11416 2006-09-25 Naba Kumar <naba@gnome.org>
11418 * libanjuta/Makefile.am, libanjuta/libanjuta.h,
11419 libanjuta/anjuta-serializer.[ch]: Implemented serialization
11422 * plugins/message-view/anjuta-msgman.c,
11423 plugins/message-view/anjuta-msgman.h,
11424 plugins/message-view/message-view.c,
11425 plugins/message-view/message-view.h,
11426 plugins/message-view/plugin.c: Serialize messages panes in
11427 session save and deserialize them in session load so that
11428 build messages persistant.
11430 2006-09-24 Johannes Schmid <jhs@gnome.org>
11432 * libanjuta/anjuta-utils.c:
11433 * plugins/message-view/message-view.c:
11434 Really fixed #355407
11436 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
11438 * libanjuta/interfaces/libanjuta.idl:
11439 Change one variable sign
11441 * plugins/debug-manager/anjuta-debug-manager.glade,
11442 plugins/debug-manager/anjuta-debug-manager.ui:
11443 Few small interface changes
11445 * plugins/debug-manager/debug_tree.h,
11446 plugins/debug-manager/watch.c,
11447 plugins/debug-manager/debugger.c,
11448 plugins/debug-manager/plugin.c
11449 plugins/gdb/debugger.c,
11450 plugins/gdb/plugin.c:
11451 Big rewrite of debugger queue
11452 Allow to cancel command
11454 * plugins/debug-manager/memory.c:
11455 Fix a bug if a command is cancelled
11457 2006-09-23 Bursig Rafal <Bursig_Rafal@mentor.com>
11459 * plugins/gdb/debugger.c,
11460 plugins/debug-manager/debug_tree.c,
11461 plugins/debug-manager/locals.c:
11462 Restore tree representation for local variable
11463 Add argument in local variable list
11464 Use gdb variable object to get all informations
11466 2006-09-19 Naba Kumar <naba@gnome.org>
11468 * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
11469 that implements AnjutaSavePrompt class.
11471 * ChangeLog: Fixed indentation.
11473 * libanjuta/Makefile.am,
11474 libanjuta/anjuta-marshal.list,
11475 libanjuta/anjuta-shell.c,
11476 libanjuta/anjuta-shell.h,
11477 plugins/document-manager/action-callbacks.c,
11478 plugins/document-manager/action-callbacks.h,
11479 plugins/document-manager/anjuta-docman.c,
11480 plugins/document-manager/anjuta-docman.h,
11481 plugins/document-manager/plugin.c,
11482 src/anjuta.c: Impletemnted save prompt dialog to prompt for
11483 unsaved items during exit. A new signal is added in shell
11484 interface called 'save-prompt' to collect all unsaved items.
11485 Create AnjutaSavePrompt class (dialog) to process unsaved items.
11486 Fixed document manager to use the new save-prompt signal in shell
11487 and AnjutaSavePrompt object for unsaved files. Cleaned up
11488 AnjutaDocman to synchronously save new files. Fixed function
11491 2006-09-18 Johannes Schmid <jhs@gnome.org>
11493 * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11494 gdl requirement to 0.7.0
11496 2006-09-18 Johannes Schmid <jhs@gnome.org>
11498 * global-tags/.cvsignore:
11499 * global-tags/Makefile.am:
11500 * global-tags/create_global_tags.sh (removed):
11501 * global-tags/create_global_tags.sh.in (added):
11504 * libanjuta/anjuta-launcher.c:
11507 * plugins/project-manager/plugin.c:
11508 (project_manager_plugin_close_project):
11511 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11514 * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11515 More reasonable toolbar creation/deletition though it does
11516 not completly work!
11518 2006-09-15 Johannes Schmid <jhs@gnome.org>
11520 * libanjuta/anjuta-utils.c/.h:
11523 2006-09-13 Curtis Magyar <curtm4n@gmail.com>
11525 * scintilla/ScintillaGTK.cxx
11526 Fixed doulbe freeing in Scintilla
11528 2006-09-12 Johannes Schmid <jhs@gnome.org>
11530 * plugins/symbol-browser/an_symbol_prefs.c:
11531 Support unloading / reloading of the module (for example when
11532 closing a project and opening another one).
11534 * plugins/project-manager/plugin.c:
11535 Really fixed #355148 (Show project name in title bar)
11537 2006-09-09 Johannes Schmid <jhs@gnome.org>
11539 * libanjuta/plugins.c:
11540 Fixed #355156 (Show plugins in alphabetical order)
11542 2006-09-09 Johannes Schmid <jhs@gnome.org>
11544 * plugins/project-manager/plugin.c:
11545 Fixed #355148 (Show project name in title bar)
11547 2006-09-09 Johannes Schmid <jhs@gnome.org>
11549 * plugins/project-manager/plugin.c:
11550 (value_removed_project_root_uri):
11551 Fixed crasher if project cannot be opened
11553 2006-08-30 Naba Kumar <naba@gnome.org>
11555 * plugins/language-support-cpp-java/plugin.[c,h],
11556 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11557 Impletemnted UI for auto indent.
11559 2006-08-28 Naba Kumar <naba@gnome.org>
11561 * plugins/gvim/.cvsignore,
11562 plugins/gvim/Makefile.am,
11563 plugins/gvim/anjuta-vim-plugin.png,
11564 plugins/gvim/anjuta-vim.c,
11565 plugins/gvim/anjuta-vim.h,
11566 plugins/gvim/anjuta-vim.plugin.in,
11567 plugins/gvim/gtkvim.c,
11568 plugins/gvim/gtkvim.h,
11569 plugins/gvim/plugin.c,
11570 plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11573 2006-08-28 Naba Kumar <naba@gnome.org>
11575 Patch from: Massimo Corà <maxcvs@email.it>
11576 * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11577 possible infinite loop.
11579 2006-08-22 Adam Dingle <adam@medovina.org>
11581 * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11582 to edit are shown in the preferences dialog in anjuta").
11583 Removed unused widgets from the style editor dialog.
11585 2006-08-21 Johannes Schmid <jhs@gnome.org>
11587 * plugins/symbol-browser/test-class.[cpp/h]
11588 Added missing files
11590 2006-08-18 Naba Kumar <naba@gnome.org>
11592 * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11593 end of document loading.
11595 * plugins/language-support-cpp-java/plugin.c,
11596 plugins/sourceview/sourceview.c: Fixed plugin loading.
11598 2006-08-17 Naba Kumar <naba@gnome.org>
11600 * plugins/language-support-cpp-java/plugin.c,
11601 plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11602 mode line parsing. Indentation parameters initialized based on
11603 mode line parameters.
11605 2006-08-16 Naba Kumar <naba@gnome.org>
11607 * Makefile.am, plugins/editor/text_editor.c,
11608 plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11611 2006-08-16 Naba Kumar <naba@gnome.org>
11613 Patch from Massimo Cora' <maxcvs@email.it>:
11615 * plugins/editor/aneditor-autocomplete.cxx,
11616 plugins/editor/aneditor-calltip.cxx,
11617 plugins/symbol-browser/Makefile.am,
11618 plugins/symbol-browser/an_symbol.c,
11619 plugins/symbol-browser/an_symbol_view.c,
11620 plugins/symbol-browser/plugin.c,
11621 tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11622 tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11623 tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11624 tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11625 tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11626 tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11627 tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11628 tagmanager/get.h, tagmanager/html.c,
11629 tagmanager/include/tm_source_file.h,
11630 tagmanager/include/tm_tag.h,
11631 tagmanager/include/tm_workspace.h,
11632 tagmanager/jscript.c, tagmanager/keyword.c,
11633 tagmanager/keyword.h, tagmanager/lisp.c,
11634 tagmanager/lregex.c, tagmanager/lua.c,
11635 tagmanager/main.h, tagmanager/make.c,
11636 tagmanager/options.c, tagmanager/options.h,
11637 tagmanager/parse.c, tagmanager/parse.h,
11638 tagmanager/parsers.h, tagmanager/pascal.c,
11639 tagmanager/perl.c, tagmanager/php.c,
11640 tagmanager/python.c, tagmanager/read.c,
11641 tagmanager/read.h, tagmanager/readtags.c,
11642 tagmanager/readtags.h, tagmanager/rexx.c,
11643 tagmanager/routines.c, tagmanager/routines.h,
11644 tagmanager/ruby.c, tagmanager/scheme.c,
11645 tagmanager/sh.c, tagmanager/slang.c,
11646 tagmanager/sml.c, tagmanager/sort.c,
11647 tagmanager/sort.h, tagmanager/sql.c,
11648 tagmanager/strlist.c, tagmanager/strlist.h,
11649 tagmanager/tcl.c, tagmanager/tm_source_file.c,
11650 tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11651 tagmanager/tm_workspace.c, tagmanager/verilog.c,
11652 tagmanager/vim.c, tagmanager/vstring.c,
11653 tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11654 5.6 and namespace completion fixed.
11656 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11657 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11659 2006-08-15 Naba Kumar <naba@gnome.org>
11661 * libanjuta/interfaces/libanjuta.idl,
11662 plugins/editor/text-editor-iterable.c,
11663 plugins/editor/text_editor.c,
11664 plugins/sourceview/sourceview-cell.c,
11665 plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11666 ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11667 ianjuta_editor_end_action().
11669 * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11671 2006-08-13 Naba Kumar <naba@gnome.org>
11673 * plugins/debug-manager/breakpoints.c,
11674 plugins/debug-manager/memory.c,
11675 plugins/debug-manager/registers.c,
11676 src/layout.xml: Fixed debugger widgets layout.
11678 2006-08-12 Naba Kumar <naba@gnome.org>
11680 * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11681 plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11682 plugins/editor/editor.glade, plugins/editor/text_editor.h,
11683 plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11684 codes and dead codes. Removed automatic indentation prefs.
11686 2006-08-12 Johannes Schmid <jhs@gnome.org>
11688 * libanjuta/Makefile.am:
11689 * libanjuta/anjuta-launcher.c:
11690 * libanjuta/anjuta-launcher.h:
11691 * libanjuta/anjuta-plugin.c:
11692 * libanjuta/anjuta-plugin.h:
11693 * libanjuta/anjuta-preferences.c:
11694 * libanjuta/anjuta-preferences.h:
11695 * libanjuta/anjuta-shell.c:
11696 * libanjuta/anjuta-shell.h:
11697 * libanjuta/libanjuta.h:
11699 Made wrapper friendly:
11700 - no inline in header files (preferences_set/get)
11701 - correct signal names
11702 - correct GError** argument in anjuta_shell_freeze/thaw
11703 - include correct files in libanjuta.h
11705 * plugins/project-manager/plugin.c:
11708 2006-08-11 Naba Kumar <naba@gnome.org>
11710 * plugins/editor/aneditor-priv.h,
11711 plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11713 * plugins/editor/text_editor_cbs.c,
11714 plugins/sourceview/anjuta-view.c: Pass the right position for char
11717 * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11719 * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11721 2006-08-11 Naba Kumar <naba@gnome.org>
11723 * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11724 return the right character at the iter position and get_char() to
11727 * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11728 to set to character offset and not byte index.
11730 * plugins/language-support-cpp-java/plugin.c: Improved
11731 auto-indentation login. Indents opening and closing braces correctly.
11733 2006-08-10 Johannes Schmid <jhs@gnome.org>
11737 Required automake = 1.9
11739 * libanjuta/anjuta-children.c:
11740 * libanjuta/anjuta-children.h:
11741 * libanjuta/anjuta-encodings.h:
11742 * libanjuta/anjuta-launcher.h:
11743 * libanjuta/anjuta-plugin-description.h:
11744 * libanjuta/anjuta-preferences-dialog.h:
11745 * libanjuta/anjuta-preferences.h:
11746 * libanjuta/anjuta-session.h:
11747 * libanjuta/anjuta-status.h:
11748 * libanjuta/anjuta-ui.h:
11749 * libanjuta/anjuta-utils.c:
11750 * libanjuta/anjuta-utils.h:
11751 * libanjuta/e-splash.h:
11752 * libanjuta/glue-factory.h:
11753 * libanjuta/glue-plugin.h:
11754 * libanjuta/plugins.h:
11755 * libanjuta/resources.h:
11756 Fixed libanjuta to be able to wrap it
11757 - G_BEGIN_DECLS, G_END_DECLS
11758 - include all necessary files in libanjuta.h
11760 * plugins/gtodo/tray-icon.c:
11761 * plugins/terminal/terminal.c:
11762 Some build fixes for freebsd
11764 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11765 * plugins/sourceview/sourceview.glade:
11766 Remove auto-indent feature as it is now in language-support
11768 2006-08-09 Naba Kumar <naba@gnome.org>
11770 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11771 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11772 Added missing files.
11774 * plugins/sourceview/sourceview.c: Implemented get_tabsize(),
11775 get_use_spaces(), set_tabsize() and set_use_spaces().
11777 2006-08-09 Naba Kumar <naba@gnome.org>
11779 * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11780 succeeded in activating.
11782 * plugins/document-manager/plugin.c: Added debug message.
11784 * libanjuta/interfaces/libanjuta.idl,
11785 plugins/editor/text_editor.c: Implemented get_tabsize(),
11786 get_use_spaces(), set_tabsize() and set_use_spaces().
11788 * plugins/language-support-cpp-java/Makefile.am,
11789 plugins/language-support-cpp-java/plugin.c,
11790 plugins/language-support-cpp-java/plugin.h: Used editor parameters
11791 for indentation. Added preferences page for paramenters.
11793 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11795 2006-08-08 Naba Kumar <naba@gnome.org>
11797 * libanjuta/interfaces/libanjuta.idl,
11798 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11799 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11800 plugins/editor/text_editor.c,
11801 plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11802 and implemented it for both scintilla and sourceview.
11804 * plugins/search/plugin.c: Use the new grab_focus() to transfer
11805 focus back to editor (happens when pressing esc in incremental
11808 2006-08-08 Naba Kumar <naba@gnome.org>
11810 * libanjuta/interfaces/libanjuta.idl,
11811 plugins/editor/text_editor.c,
11812 plugins/editor/text_editor.h,
11813 plugins/editor/text-editor-iterable.c,
11814 plugins/sourceview/sourceview-cell.c,
11815 plugins/sourceview/sourceview.c: Implemented editor attributes
11818 * plugins/editor/aneditor.cxx: Disabled old indentation code.
11819 plugins/language-support-cpp-java/plugin.c: Implemented indentation
11820 code (not complete yet).
11822 * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11823 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11824 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11825 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11826 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11827 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11829 2006-08-04 Naba Kumar <naba@gnome.org>
11831 * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11834 2006-08-03 Johannes Schmid <jhs@gnome.org>
11836 * configure.in: Add a more informative text to valgrind plugin
11839 Modified Preferences tasl
11840 * libanjuta/anjuta-plugin.c:
11841 * libanjuta/anjuta-preferences-dialog.c:
11842 * libanjuta/anjuta-preferences-dialog.h:
11843 * libanjuta/anjuta-preferences.c:
11844 * libanjuta/anjuta-preferences.h:
11845 * libanjuta/interfaces/Makefile.am.iface:
11846 * libanjuta/interfaces/libanjuta.idl:
11847 Added IAnjutaPreferences interface which every plugin that has preferences should
11848 implement. Call merge() and unmerge() at plugin activation/deactivation.
11849 Fixed preferences_page_remove()
11851 * plugins/build-basic-autotools/build-basic-autotools.c:
11852 * plugins/cvs-plugin/plugin.c:
11853 * plugins/document-manager/plugin.c:
11854 * plugins/editor/plugin.c:
11855 * plugins/editor/plugin.h:
11856 * plugins/file-manager/plugin.c:
11857 * plugins/gtodo/main.h:
11858 * plugins/gtodo/plugin.c:
11859 * plugins/gtodo/preferences.c:
11860 * plugins/message-view/anjuta-msgman.c:
11861 * plugins/message-view/anjuta-msgman.h:
11862 * plugins/message-view/plugin.c:
11863 * plugins/sourceview/plugin.c:
11864 * plugins/sourceview/plugin.h:
11865 * plugins/symbol-browser/an_symbol_prefs.c:
11866 * plugins/symbol-browser/plugin.c:
11867 * plugins/terminal/terminal.c:
11868 * plugins/valgrind/plugin.c
11869 * src/anjuta-app.c:
11871 Updated preference loading/unloading for all plugins
11873 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11875 * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11876 src/Makefile.am, plugins/tools/scripts/Makefile.am:
11877 - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11878 recommended by the autoconf manual.
11879 - Fixes compiling with autoconf 2.60.
11881 * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11883 2006-08-02 Johanes Schmid <jhs@gnome.org>
11885 * plugins/profile-default/plugin.c:
11886 Fixed session handling
11888 2006-08-01 Johannes Schmid <jhs@gnome.org>
11891 * plugins/Makefile.am:
11892 Disabled devhelp and glade for now as they do not work (#341073
11895 * plugins/profile-default/anjuta-default-profile.ui (removed):
11896 * plugins/profile-default/plugin.c:
11897 * plugins/profile-default/plugin.h:
11898 * plugins/project-manager/anjuta-project-manager.ui:
11899 * plugins/project-manager/plugin.c:
11900 * plugins/project-manager/plugin.h:
11901 Limted multiple project support #315043
11903 * libanjuta/interfaces/libanjuta.idl:
11904 Added ianjuta_profile_unload
11906 2006-07-31 Naba Kumar <naba@gnome.org>
11908 * libanjuta/interfaces/libanjuta.idl,
11909 plugins/editor/text-editor-iterable.c,
11910 plugins/editor/text_editor.c,
11911 plugins/sourceview/anjuta-view.c,
11912 plugins/sourceview/anjuta-view.h,
11913 plugins/sourceview/sourceview.c: Fixed text iteration and
11914 IAnjutaEditor implementations in both scintilla
11915 and sourceview. Cleand up libanjuta API: Removed redundant
11916 erase_range() method from IAnjutaEditor interface, fixed
11917 ianjuta_editor_get_text to take length instead of range (consistency).
11918 autoindentation in both sourceview and scintilla more or less works,
11919 but still disabled for now because there are still some anomalies
11922 * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11924 * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11927 2006-07-30 Johannes Schmid <jhs@gnome.org>
11929 * plugins/sourceview/anjuta-document.c:
11930 * plugins/sourceview/anjuta-document.h:
11931 * plugins/sourceview/anjuta-view.c:
11932 * plugins/sourceview/sourceview.c:
11933 Wrote a new "char_added" implementation, I hope this one is good
11935 * plugins/sourceview/sourceview-cell.c:
11936 Fixed typo: "text_iter" instead of "iter"
11938 2006-07-30 Naba Kumar <naba@gnome.org>
11940 * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11942 2006-07-30 Johannes Schmid <jhs@gnome.org>
11944 * autogen.sh: use gnome-autogen.sh from gnome-coomen
11946 * plugins/debug-manager/plugin.c:
11947 * plugins/patch/plugin.c:
11948 Use IAnjutaIndicable to mark debugger position
11950 * plugins/sourceview/sourceview.c:
11951 Define colors for IAnjutaIndicable
11953 2006-07-29 Johannes Schmid <jhs@gnome.org>
11955 * plugins/debug-manager/anjuta-debug-manager.ui:
11956 * plugins/debug-manager/breakpoints.c:
11957 * plugins/debug-manager/images/Makefile.am:
11958 * plugins/debug-manager/images/run-to-cursor.png:
11959 * plugins/debug-manager/plugin.c:
11960 Added toolbar and some icons
11962 * plugins/patch/anjuta-patch.ui:
11963 * plugins/patch/patch-plugin.c:
11964 * plugins/patch/patch-plugin.glade:
11965 * plugins/patch/plugin.c:
11966 * plugins/patch/plugin.h:
11967 Improved patch plugin (GUI and function)
11969 * plugins/sourceview/sourceview.c:
11970 Fixed another Gtk-Critical
11972 * plugins/tools/anjuta-tools.ui:
11973 * plugins/tools/plugin.h:
11974 Put Patch plugin in tools menu and changed ui file
11976 2006-07-29 Johannes Schmid <jhs@gnome.org>
11978 * plugins/document-manager/plugin.c:
11979 Fixed accelator Gtk-Warning
11981 * plugins/message-view/anjuta-msgman.c:
11984 * plugins/sourceview/anjuta-document.c:
11985 * plugins/sourceview/anjuta-document.h:
11986 * plugins/sourceview/anjuta-marshal.list:
11987 Wrote a better emitter for the char-added signal
11989 * plugins/sourceview/sourceview.c:
11990 Fixed Redo/Undo to void Gtk-Criticals
11992 * plugins/sourceview/sourceview-args.c:
11993 * plugins/sourceview/sourceview-cell.c:
11994 * plugins/sourceview/sourceview-scope.c:
11995 * plugins/sourceview/sourceview-tags.c:
11996 Adapted to new IAnjutaIterator API
11998 2006-07-28 Naba Kumar <naba@gnome.org>
12000 * libanjuta/interfaces/libanjuta.idl: More accurate comments.
12002 * plugins/symbol-browser/an_symbol.c,
12003 plugins/symbol-browser/an_symbol_iter.c,
12004 plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
12005 subclass of AnjutaSymbol so that the symbol is accessible from
12006 the iter in light of changes in IAnjutaIterable.
12008 * plugins/class-inheritance/class-inherit.c: Fixed based on changes
12009 implementation of IAnjutaIterable.
12011 2006-07-28 Naba Kumar <naba@gnome.org>
12013 * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
12014 IAnjutaIterable. They were kind of useless since the interface is
12015 defined on the data object itself. Added set_position() method
12016 in IAnjutaIterable to allow setting arbitrary current index to the
12018 Added erase() and erase_range() in IAnjutaEditor.
12020 * plugins/editor/text-editor-iterable.c: Fixed
12021 plugins/editor/text_editor.c: Implemented erase() and erase_range()
12022 methods in editor. Fixed get_line_from_position() method.
12024 * plugins/language-support-cpp-java/plugin.c: Fixed indentation
12025 code. It's disabled for now.
12027 * plugins/sourceview/sourceview-cell.c,
12028 plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
12031 2006-07-27 Johannes Schmid <jhs@gnome.org>
12033 * plugins/sourceview/sourceview-cell.c:
12034 Fixed IAnjutaEditorCell to work only on a single line
12035 Fixed crasher in finalize
12037 * plugins/symbol-browser/an_symbol_prefs.c:
12038 * global-tags/Makefile.am:
12039 Philip van Hoof pointed out that it is a bad idea to depend on PATH for
12040 script installation
12042 2006-07-26 Naba Kumar <naba@gnome.org>
12044 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
12045 IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
12047 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
12049 * plugins/document-manager/plugin.c: Fixed dynamic loading of
12052 * plugins/editor/text-editor-iterable.c,
12053 plugins/editor/text_editor.c,
12054 plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
12055 method to work correctly, it was ignoring start and end parameters.
12056 Fixed TextEditorCell implementation. Fixed 'char-added' signal
12059 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
12060 plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
12062 2006-07-24 Massimo Cora' <maxcvs@email.it>
12064 * plugins/symbol-browser/an_symbol_view.c,
12065 plugins/symbol-browser/an_symbol_view.h,
12066 plugins/symbol-browser/plugin.c:
12067 fix a matching case into sv_extract_type_qualifier_from_expr ()
12068 and some minor issues.
12070 2006-07-26 Johannes Schmid <jhs@gnome.org>
12072 * plugins/language-support-cpp-java/plugin.c:
12073 Fixed to work kind of with sourceview editor
12074 * plugins/sourceview/anjuta-document.c:
12075 * plugins/sourceview/anjuta-view.c:
12076 * plugins/sourceview/sourceview-cell.c:
12077 * plugins/sourceview/sourceview.c:
12078 Fixed IAnjutaEditorCell and "char-added" signal
12080 2006-07-24 Naba Kumar <naba@gnome.org>
12082 * plugins/document-manager/plugin.c,
12083 plugins/document-manager/plugin.h: Initial implementedion for loading
12086 * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
12089 * plugins/editor/text_editor.c: Fixed syntax highlighting when
12090 indicators are cleared (that leaved grey texts).
12092 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
12094 * libanjuta/interfaces/libanjuta.idl,
12095 plugins/debug-manager/breakpoints.c,
12096 plugins/debug-manager/memory.c,
12097 plugins/debug-manager/registers.c,
12098 plugins/debug-manager/debug_tree.c,
12099 plugins/debug-manager/debugger.c,
12100 plugins/gdb/debugger.c,
12101 plugins/gdb/debugger.h,
12102 plugins/gdb/plugin.c:
12103 Add a parameter for reporting error
12104 Add a new interface for using gdb variable object
12105 Allow to cancel commands
12106 Rewrite handling of debugger state
12108 * plugins/debug-manager/plugin.c,
12109 plugins/debug-manager/locals.c,
12110 plugins/debug-manager/locals.h,
12111 plugins/debug-manager/register.c,
12112 plugins/debug-manager/stack_trace.c,
12113 plugins/debug-manager/stack_trace.h:
12114 Create and destroy local and stack trace windows when needed
12116 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
12118 * plugins/document-manager/plugin.c:
12119 Fixed "Automatic" highlighting
12121 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
12123 * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
12125 * plugins/sourceview/anjuta-view.c:
12126 Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
12128 2006-07-14 Johannes Schmid <jhs@cvs.gnome.org>
12130 * configure.in: Check for C/C++-Compiler correctly
12132 2006-07-14 Fredrik Axelsson <fraxbe@gmail.com>
12134 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12136 * plugins/debug-manager/stack_trace.c:
12137 Destroy stack window when debuuger is disabled (#347414)
12139 * plugins/sourceview/anjuta-view.c:
12140 Fix a crash with popup-menu (#347412)
12142 2006-07-13 Naba Kumar <naba@gnome.org>
12144 * plugins/editor/Makefile.am,
12145 plugins/editor/text_editor.h,
12146 plugins/editor/text-editor-iterable.h,
12147 plugins/editor/text-editor-iterable.c: Implemented text iterator (not
12150 * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
12153 * plugins/sourceview/sourceview-cell.c: Fixed a leak.
12155 2006-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12157 * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
12160 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
12162 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12164 * libanjuta/anjuta-preferences-dialog.c:
12165 Do not use the page_num returned by gtk_notebook_append_page to
12166 remove the page as it cause bugs when pages removal is not done
12169 * plugins/document-manager/anjuta-docman.c:
12170 * src/anjuta-app.c:
12171 makes Anjuta display dock_items which have previously been hidden
12173 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
12175 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
12177 * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
12178 * plugins/sourceview/sourceview.c: (imark_unmark):
12180 Patches for bugs #346450 and #346295
12182 * AUTHORS: Added Fredrik
12184 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
12186 * plugins/message-view/anjuta-msgman.c:
12187 Fixed close button/icon size (like in docman)
12189 2006-06-10 Naba Kumar <naba@gnome.org>
12191 * plugins/editor/text_editor.c: Fixed goto line to mark the line
12194 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
12196 * libanjuta/interfaces/libanjuta.idl:
12197 Move inspect_memory function in IAnjutaCpuDebugger interface
12198 Rename Boolean type to State
12200 * plugins/debug-manager/breakpoint.c:
12201 Rename Boolean type to State
12203 * plugins/debug-manager/Makefile.am,
12204 plugins/debug-manager/anjuta-marshal.list,
12205 plugins/debug-manager/data_view.c,
12206 plugins/debug-manager/data_view.h,
12207 plugins/debug-manager/data_buffer.c,
12208 plugins/debug-manager/data_buffer.h,
12209 plugins/debug-manager/chunk_view.c,
12210 plugins/debug-manager/chunk_view.h,
12211 plugins/debug-manager/anjuta-debug-manager.ui,
12212 plugins/debug-manager/debugger.c,
12213 plugins/debug-manager/memory.c,
12214 plugins/debug-manager/memory.h,
12215 plugins/debug-manager/plugin.c,
12216 plugins/gdb/debugger.c,
12217 plugins/gdb/debugger.h,
12218 plugins/gdb/plugin.c:
12219 Rewrite memory window using a special widget
12220 Rename Boolean type to State
12222 2006-06-08 Naba Kumar <naba@gnome.org>
12224 * plugins/editor/text_editor.c (itext_editor_get_current_word):
12225 Do not return garbage characters and return NULL when there is no
12228 * plugins/search/plugin.c: Fixed next occurance and prev occurance to
12231 * plugins/search/search-replace.c: Fixed a mem leak.
12233 2006-06-08 Johannes Schmid <jhs@cvs.gnome.org>
12235 * libanjuta/anjuta-launcher.c:
12236 Added debug message (see #343522)
12238 * plugins/build-basic-autotools/build-basic-autotools.c:
12239 Patch from Günther Brammer to fix #344015
12241 * plugins/sourceview/sourceview.c:
12242 Implemented IAnjutaEditor->get_begin/end_line_position (crashed
12243 automatic highlight of build messages)
12245 2006-06-06 Naba Kumar <naba@gnome.org>
12248 libanjuta/interfaces/libanjuta.idl,
12249 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12250 plugins/Makefile.am,
12251 plugins/document-manager/action-callbacks.c,
12252 plugins/document-manager/plugin.c,
12253 plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
12254 interface for language highlight selection and langauge change
12257 * plugins/language-support-cpp-java: Added language support
12258 plugin for cpp and java.
12260 2006-05-27 Naba Kumar <naba@gnome.org>
12262 * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
12263 plugins/debug-manager/*, data/Makefile.am,
12264 manuals/reference/libanjuta/libanjuta.types,
12265 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12266 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12267 merged anjuta-new-debugger branch into trunck.
12268 (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
12270 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
12272 * libanjuta/interfaces/libanjuta.idl,
12273 plugins/debug-manager/debugger.c,
12274 plugins/debug-manager/debugger.h,
12275 plugins/gdb/anjuta-gdb.plugin.in,
12276 plugins/gdb/debugger.c,
12277 plugins/gdb/debugger.h,
12278 plugins/gdb/plugin.c:
12279 Add new IAnjutaCpuDebugger interface to access cpu register
12280 Run gdb instead of /usr/local/bin/gdb
12282 * plugins/debug-manager/plugin.c,
12283 plugins/debug-manager/registers.c,
12284 plugins/debug-manager/registers.h:
12285 Rewrite register window
12286 Rename Load target menu item to Run target
12288 2006-05-07 Naba Kumar <naba@gnome.org>
12292 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
12294 * plugins/debug-manager/watch.c,
12295 plugins/debug-manager/breakpoint.c,
12296 plugins/debug-manager/breakpoint.h:
12297 Fix crash: disconnect save and load session signals
12299 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
12301 * libanjuta/interface/libanjuta.idl,
12302 plugins/debug-manager/debugger.c,
12303 plugins/gdb/plugin.c:
12304 Add a value parameter for evaluate command
12306 * plugins/debug-manager/anjuta-debug-manager.glade:
12307 Create new dialog box for watches using glade
12309 * plugins/debug-manager/anjuta-debug-manager.ui:
12310 Move watch menu items near the end
12311 Move breakpoint menu items outside the sub menu
12313 * plugins/debug-manager/debug_tree.c,
12314 plugins/debug-manager/debug_tree.h,
12315 plugins/debug-manager/debug_tree.h,
12316 plugins/debug-manager/watch.c:
12317 Move all GUI code from watch.c to debug_tree.c
12318 Add an auto update property to watches
12320 * plugins/debug-manager/locals.c,
12321 plugins/debug-manager/locals.h,
12322 plugins/debug-manager/stack_trace.c,
12323 plugins/debug-manager/stack_trace.h,
12324 plugins/debug-manager/plugin.c:
12325 Register actions before starting debugger
12327 * plugins/gdb/debugger.c:
12328 Do not call callback function if not present
12330 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
12332 * libanjuta/interfaces/libanjuta.idl,
12333 plugins/debug-manager/stack_trace.c,
12334 plugins/debug-manager/stack_trace.h,
12335 plugins/debug-manager/anjuta-debug-manager.ui,
12336 plugins/gdb/debugger.c:
12337 Add a popup menu in stack frame window
12338 Add a new frame-changed event
12339 Use MI command for getting stack informations
12340 Get filename with full path (need gdb > 6.3)
12342 * libanjuta/interfaces/libanjuta.idl,
12343 plugins/debug-manager/debug_tree.c,
12344 plugins/debug-manager/debugger.c,
12345 plugins/debug-manager/locals.c,
12346 plugins/debug-manager/locals.h,
12347 plugins/debug-manager/plugin.c,
12348 plugins/gdb/debugger.c,
12349 plugins/gdb/debugger.h,
12350 plugins/gdb/parser.c,
12351 plugins/gdb/parser.h,
12352 plugins/gdb/plugin.c,
12353 plugins/gdb/Makefile.am:
12354 Pass watch data with string instead of Watch structures
12355 Use debug_tree in local window
12359 * plugins/debug-manager/breakpoints.c,
12360 plugins/debug-manager/utilities.c,
12361 plugins/debug-manager/utilities.h:
12362 Use a GtkListStore instead of a GtkTreeStore
12363 move goto_location_in_editor in utilities.c
12365 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
12367 * libanjuta/interfaces/libanjuta.idl,
12368 plugins/debug-manager/anjuta-debug-manager.ui,
12369 plugins/debug-manager/breakpoints.c,
12370 plugins/debug-manager/plugin.c,
12371 plugins/gdb/debugger.c:
12372 Add a breakpoint type
12373 Add new popup menu in breakpoint window
12374 Add toggle breakpoint in editor popup menu
12375 Save and restore breakpoint enable
12376 Fix bug in clear all breakpoints
12377 Remove old useless code
12379 * plugins/debug-manager/debugger.c:
12380 Fix some problem with debugger states
12382 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
12383 Update documentation
12385 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
12387 * data/Makefile.am,
12388 plugins/gdb/Makefile.am,
12389 plugins/gdb/gdb.init:
12390 Move gdb.init crom data to plugins/gdb
12392 * plugins/gdb/gdb.init,
12393 libanjuta/interfaces/libanjuta.idl,
12394 plugins/debug-manager/breakpoints.c,
12395 plugins/debug-manager/debugger.c,
12396 plugins/debug-manager/plugin.c,
12397 plugins/gdb/debugger.c,
12398 plugins/gdb/plugin.c:
12399 Support pending breakpoints
12400 Rewrite debugger states
12401 Split ianjuta_debugger_log into _enable_log and _disable_log
12403 * plugins/debug-manager/start.c,
12404 plugins/debug-manager/debug_tree.c,
12405 plugins/gdb/parser.c:
12406 Remove some useless lines
12408 * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12409 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12410 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12411 Update documentation
12413 2006-03-12 Naba Kumar <naba@gnome.org>
12415 * manuals/references/libanjuta/libanjuta.types: Fixed
12416 debug-manager name.
12418 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
12420 * libanjuta/anjuta-debugger.c,
12421 libanjuta/anjuta-debugger.h:
12424 * libanjuta/interfaces/libanjuta.idl,
12425 plugins/debug-mananger/breakpoints.c,
12426 plugins/debug-manager/debug_tree.c,
12427 plugins/debug-manager/debugger.c,
12428 plugins/debug-manager/plugin.c,
12429 plugins/debug-manager/registers.c,
12430 plugins/debug-manager/sharedlib.c,
12431 plugins/debug-manager/signal.c,
12432 plugins/debug-manager/stack_trace.c,
12433 plugins/debug-manager/start.c,
12434 plugins/debug-manager/watch.c,
12435 plugins/gdb/debugger.c,
12436 plugins/gdb/debugger.h,
12437 plugins/gdb/parser.c,
12438 plugins/gdb/parser.h,
12439 plugins/gdb/plugin.c:
12440 Move types definitions from libanjuta/anjuta-debugger.{ch}
12441 Rename types from AnjutaDebugger* to IAnjutaDebugger*
12443 * plugins/gdb/Makefile.am:
12444 Remove user interface from gdb plugin
12446 2006-03-12 Naba Kumar <naba@gnome.org>
12448 * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
12450 2006-05-21 Johannes Schmid <jhs@cvs.gnome.org>
12452 Modified Patch from Marc Maurer <uwog@uwog.net>:
12453 * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
12456 * plugins/sourceview/Makefile.am:
12457 * plugins/sourceview/sourceview-cell.c:
12458 * plugins/sourceview/sourceview-cell.h:
12459 * plugins/sourceview/sourceview.c:
12461 Implemented IAnjutaEditorCell
12463 2006-05-21 Naba Kumar <naba@gnome.org>
12465 * libanjuta/interfaces/libanjuta.idl,
12466 plugins/document-manager/action-callbacks.c,
12467 plugins/document-manager/plugin.c,
12468 plugins/editor/print.c, plugins/editor/text_editor.c,
12469 plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
12470 Fixed zooming and added icons and shortcuts for zoom menu items.
12472 2006-05-21 Naba Kumar <naba@gnome.org>
12474 * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12477 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
12479 * plugins/document-manager/anjuta-docman.c:
12480 Fixed close button reaction by setting the correct current editor
12482 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
12484 Patch from Yang Hong <yanghong@ccoss.com.cn>:
12485 * plugins/document-manager/anjuta-docman.c
12486 - Fix close button, you can close any tab as you wish now.
12487 - Fadeout mime icon as the same as close image
12489 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
12491 Patch from Marc Maurer <uwog@uwog.net>
12492 * main.c: Compile fix when NLS is enabled
12494 AUTHORS: Added Marc
12496 2006-05-20 Naba Kumar <naba@gnome.org>
12498 * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12499 while loading abiword-2.4.4/abi project).
12501 2006-05-18 Naba Kumar <naba@gnome.org>
12503 * libanjuta/interfaces/libanjuta.idl,
12504 plugins/document-manager/action-callbacks.c,
12505 plugins/editor/print.c,
12506 plugins/editor/text_editor.c,
12507 plugins/editor/text_editor.h,
12508 plugins/editor/text_editor_prefs.c: Fixed zooming.
12510 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12511 interface for character iteration and IAnjutaEditorAssist interface
12512 for autocompletions and editor tips.
12514 2006-05-18 Johannes Schmid <jhs@cvs.gnome.org>
12516 Patch from Günther Brammer <GBrammer@gmx.de>:
12517 * plugins/document-manager/anjuta-docman.c:
12518 Make tabs smaller but keep nice closing icon
12520 * plugins/document-manager/anjuta-docman.c:
12521 * plugins/document-manager/Makefile.am:
12523 Added nice mime-icons to the editor tabs
12525 2006-05-17 Johannes Schmid <jhs@cvs.gnome.org>
12527 * configure.in: Bumped version to 2.0.3 (pre-release increment)
12529 * plugins/symbol-browser/an_symbol_view.c:
12531 - Fixed symbol searching (Yang Hong (#341997))
12533 * plugins/devhelp/htmlview.c:
12534 Fixed devhelp plugin
12536 * plugins/build-basic-autotools/build-basic-autotools.c:
12537 * plugins/search/search-replace.c:
12538 * plugins/document-manager/anjuta-docman.c:
12540 Only add a marker to a line where it makes sense!
12542 === anjuta 2.0.2 ===
12544 2006-05-15 Naba Kumar <naba@gnome.org>
12546 * configure.in: set required versions for
12549 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
12551 * plugins/glade/plugin.c:
12552 Fixed signal connection for "gtk-doc-search"
12554 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
12556 * NEWS: Set release date, add known issues
12558 * libanjuta/anjuta-shell.c:
12559 Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12560 and debug other gtk-warnings/criticals)
12562 * plugins/build-basic-autotools/build-basic-autotools.c:
12563 Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12565 * plugins/sourceview/anjuta-view.c:
12566 * plugins/sourceview/sourceview-args.c:
12567 * plugins/sourceview/sourceview-scope.c:
12568 * plugins/sourceview/sourceview-tags.c:
12569 Fixed gtk-criticals (gtk_source_language_get_mime_types)
12571 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12573 * pixmaps/Makefile.am:
12574 Add preferences_general.png
12576 * plugins/devhelp/plugin.c:
12577 Fixed some more realise things
12579 * plugins/message-view/anjuta-msgman.c:
12580 Support stock icons for message panes
12582 * plugins/search/search-replace.c:
12583 Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12585 * plugins/search/search-replace_backend.c:
12588 * plugins/sourceview/anjuta-document.c:
12589 * plugins/sourceview/sourceview.c:
12590 Fixed finalise and tag completion
12592 * src/anjuta-app.c:
12593 Use preferences_general icon
12595 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12597 * pixmaps/Makefile.am:
12600 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12602 * plugins/sourceview/sourceview-prefs.c:
12603 Fixed font & color handling
12605 * plugins/symbol-browser/an_symbol_view.c:
12608 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12610 * plugins/macro/macros.xml:
12611 Fixed bug #341583 (Address of FSF)
12613 2006-05-12 Johannes Schmid <jhs@cvs.gnome.org>
12616 Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12617 Update: Do it the cool way...
12619 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
12621 * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12622 Implement gtk-api-help signals of glade3
12623 * configure.in: Bump to glade3 2.91.2
12625 * plugins/devhelp/plugin.c:
12626 Fixed some realize stuff in the devhelp plugin
12628 * plugins/sourceview/anjuta-document.c:
12629 fixed bug with scope completion
12631 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
12633 * plugins/symbol-browser/an_symbol_view.c
12634 * plugins/symbol-browser/an_symbol_prefs.c
12635 * plugins/symbol-browser/an_symbol_prefs.h
12636 * global_tags/create_global_tags.sh:
12638 Automaticly create global tags on first startup
12640 2006-05-08 Massimo Cora' <maxcvs@email.it>
12643 * plugins/project-wizard/templates/Makefile.am:
12644 * (added) plugins/project-wizard/templates/cpp-logo.png:
12645 * (added) plugins/project-wizard/templates/cpp.wiz:
12646 * (added) plugins/project-wizard/templates/cpp/*:
12648 Added a generic c++ template. It's a simple hello world.
12650 2006-05-07 Massimo Cora' <maxcvs@email.it>
12652 * plugins/symbol-browser/an_symbol_view.c:
12653 fixed a stupid crasher.
12655 2006-05-05 Johannes Schmid <jhs@cvs.gnome.org>
12657 * plugins/project-wizard/templates/wxwin/configure.in.tpl
12658 * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12660 Fixed WxWidgets project type
12662 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
12664 * plugins/devhelp/htmlview.c:
12665 * plugins/devhelp/plugin.c:
12666 Maybe I fixed the crash this time! I could at least not reproduce anymore!
12668 * plugins/project-wizard/install.c:
12669 Don't set a message - thanks to seb
12671 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
12673 * plugins/devhelp/htmlview.c:
12674 * plugins/symbol-browser/an_symbol_view.c:
12676 There is a weird crash in gtk_idle which I still did not completly fix!
12678 * plugins/project-wizard/install.c:
12679 Default to success instead of failure
12681 2006-05-03 Johannes Schmid <jhs@cvs.gnome.org>
12683 * plugins/devhelp/htmlview.c:
12684 * plugins/devhelp/plugin.c:
12685 Fixed bug and libdevhelp issue!
12687 * plugins/project-wizard/install.c:
12688 Fixed message string!
12690 2006-05-03 Massimo Cora' <maxcvs@email.it>
12692 * plugins/symbol-browser/an_symbol_view.c:
12693 Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12695 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12697 * pixmaps/Makefile.am:
12699 * anjuta.desktop.in.in
12701 GNOME Goal #2.1: Install theme-friendly icons
12703 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12705 * plugins/devhelp/htmlview.c: Reload page on reparent
12706 * plugins/document-manager/anjuta-docman.c:
12707 Present document-manager when document is selected in file-manager
12709 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12711 * plugins/symbol-broser/an_symbol_view.c:
12712 Fixed crasher in namespace exploration
12714 2006-05-01 Massimo Cora' <maxcvs@email.it>
12717 * plugins/valgrind/Makefile.am:
12719 Optional compiling of Valgrind plugin
12721 2006-05-01 Massimo Cora' <maxcvs@email.it>
12723 * plugins/symbol-browser/an_symbol_view.c:
12724 - modularized code. Marked with FIXME the parts which need improvement.
12726 - Added basic namespace completion for Gtkmm type project:
12727 - namespace1::MyClass *class;
12728 - class-> [display]
12729 - Namespaces must be anyway improved.
12731 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12733 * plugins/devhelp/plugin.c:
12734 Fixed up plugin unloading and show html widget on link selected
12738 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12740 * plugins/devhelp/Makefile.am:
12741 * plugins/devhelp/anjuta-devhelp.plugin.in:
12742 * plugins/devhelp/htmlview.c:
12743 * plugins/devhelp/htmlview.h:
12744 * plugins/devhelp/plugin.c:
12745 * plugins/devhelp/plugin.h:
12746 Reimplemeted devhelp plugin from scratch
12748 * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12751 2006-04-30 Johannes Schmid <jhs@cvs.gnome.org>
12753 * plugins/sourceview/sourceview-tags.c:
12754 complete some more tag types
12756 * plugins/valgrind/plugin.c:
12757 * plugins/valgrind/preferences.c:
12758 * plugins/valgrind/vggeneralprefs.c:
12760 Fixed lots of gtk warnings
12762 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12764 * plugins/sourceview/sourceview-scope.c:
12765 Implemented type-ahead for scope completion
12767 2006-04-28 Johannes Schmid <jhs@cvs.gnome.org>
12769 * manuals/C/Makefile.am:
12770 * manuals/Makefile.am:
12771 * plugins/document-manager/Makefile.am:
12772 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12773 * plugins/sourceview/Makefile.am:
12778 * plugins/class-gen/goc_template_header: G_END_DECLS
12780 2006-05-27 Naba Kumar <naba@gnome.org>
12782 * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12783 scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12784 scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12785 scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12786 scintilla/include/Scintilla.iface,
12787 (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12788 cvs. Fixed compile flags. Removed outdated patches.
12790 2006-04-27 Johannes Schmid <jhs@cvs.gnome.org>
12792 * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12794 * plugins/sourceview/anjuta-document.c:
12795 * plugins/sourceview/sourceview-args.c:
12796 * plugins/sourceview/sourceview-scope.c:
12798 Add End/Home keypresses and support completion if symbol start with '!' for example
12801 2006-04-27 Massimo Cora' <maxcvs@email.it>
12803 * libanjuta/interfaces/libanjuta.idl:
12805 * plugins/sourceview/sourceview-scope.c:
12806 * plugins/sourceview/tag-window.c:
12807 * plugins/sourceview/tag-window.h:
12808 * plugins/symbol-browser/an_symbol_view.c:
12809 * plugins/symbol-browser/an_symbol_view.h:
12810 * plugins/symbol-browser/plugin.c:
12812 added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12814 Code and ideas for C/C++ new completion engine comes from IComplete written by
12815 Martin Stubenschrott <stubenschrott@gmx.net>.
12816 Currently the interface works only with GtkSourceView plugin.
12818 * tagmanager/Makefile.am:
12820 * tagmanager/entry.h:
12821 * tagmanager/get.c:
12822 * tagmanager/get.h:
12823 * tagmanager/include/tm_file_entry.h:
12824 * tagmanager/include/tm_project.h:
12825 * tagmanager/include/tm_source_file.h:
12826 * tagmanager/include/tm_symbol.h:
12827 * tagmanager/include/tm_tagmanager.h:
12828 * tagmanager/include/tm_work_object.h:
12829 * tagmanager/include/tm_workspace.h:
12830 * tagmanager/parse.c:
12831 * tagmanager/read.c:
12832 * tagmanager/read.h:
12833 * tagmanager/tm_project.c:
12834 * tagmanager/tm_source_file.c:
12835 * tagmanager/tm_workspace.c:
12837 Tagmanager can now parse a memory buffer and generate/update
12838 tags into tm_workspace/tm_project on the fly, without using files.
12839 C/C++ is supported now.
12841 2006-04-26 Johannes Schmid <jhs@cvs.gnome.org>
12843 * plugins/sourceview/anjuta-document.c:
12844 * plugins/sourceview/sourceview-args.c:
12845 * plugins/sourceview/sourceview-scope.c:
12846 * plugins/sourceview/sourceview.c:
12848 Fixed some memory leaks and argument completion
12850 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
12852 * plugins/glade/plugin.c:
12854 Fixed glade plugin build because of API changes in glade3
12856 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
12858 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12859 Updated editor section
12861 * manuals/C/anjuta-manual/interface.xml:
12862 * manuals/C/anjuta-manual/preferences.xml:
12863 * manuals/C/anjuta-manual/projects.xml:
12866 * plugins/editor/anjuta-editor.plugin.in:
12869 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
12872 * plugins/editor/anjuta-editor.plugin.in:
12873 * plugins/sourceview/sourceview.plugin.in:
12875 Build both editors and let the user decide a runtime!
12877 * plugins/sourceview/sourceview-scope.c:
12878 Fixed bug in regex to allow test()-> completions
12880 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
12882 * plugins/sourceview/anjuta-document.c:
12883 * plugins/sourceview/sourceview-args.c:
12884 * plugins/sourceview/sourceview-scope.c:
12885 * plugins/sourceview/sourceview-tags.c:
12886 * plugins/sourceview/tag-window.c:
12888 Improved callltip windows
12890 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
12892 * src/anjuta-app.c: (on_session_save):
12893 Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12894 <ricardo.jose.ferrari@gmail.com> for pointing this out!
12896 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
12898 * libanjuta/anjuta-utils.c:
12899 * plugins/cvs-plugin/cvs-execute.c:
12902 * scintilla/LexInno.cxx:
12903 * scintilla/LexOpal.cxx:
12904 * scintilla/LexTCL.cxx:
12906 Added missing files from scintilla-update
12908 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
12911 * manuals/C/Makefile.am:
12912 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12913 * manuals/C/anjuta-manual/Makefile.am:
12914 * manuals/C/anjuta-manual/anjuta-manual.xml:
12915 * manuals/C/anjuta-manual/build.xml:
12916 * manuals/C/anjuta-manual/debugger.xml:
12917 * manuals/C/anjuta-manual/execute.xml:
12918 * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12919 * manuals/C/anjuta-manual/figures/arguments.png:
12920 * manuals/C/anjuta-manual/figures/configure_dlg.png:
12921 * manuals/C/anjuta-manual/figures/file_menu.png:
12922 * manuals/C/anjuta-manual/figures/menu_main.png:
12923 * manuals/C/anjuta-manual/figures/menubar.png:
12924 * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12925 * manuals/C/anjuta-manual/figures/project_info.png:
12926 * manuals/C/anjuta-manual/figures/scrshot.png:
12927 * manuals/C/anjuta-manual/figures/symbol_browser.png:
12928 * manuals/C/anjuta-manual/figures/tool-editor.png:
12929 * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12930 * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12931 * manuals/C/anjuta-manual/figures/toolbar_format.png:
12932 * manuals/C/anjuta-manual/figures/toolbar_main.png:
12933 * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12934 * manuals/C/anjuta-manual/fileoperations.xml:
12935 * manuals/C/anjuta-manual/interface.xml:
12936 * manuals/C/anjuta-manual/introduction.xml:
12937 * manuals/C/anjuta-manual/preferences.xml:
12938 * manuals/C/anjuta-manual/projects.xml:
12939 * manuals/C/anjuta-manual/tools.xml:
12940 * manuals/Makefile.am:
12942 Updated manual and faq
12944 * scintilla/CallTip.cxx:
12945 * scintilla/CallTip.h:
12946 * scintilla/CellBuffer.cxx:
12947 * scintilla/CellBuffer.h:
12948 * scintilla/ContractionState.cxx:
12949 * scintilla/Document.cxx:
12950 * scintilla/Document.h:
12951 * scintilla/DocumentAccessor.cxx:
12952 * scintilla/Editor.cxx:
12953 * scintilla/Editor.h:
12954 * scintilla/ExternalLexer.cxx:
12955 * scintilla/Indicator.cxx:
12956 * scintilla/KeyMap.cxx:
12957 * scintilla/KeyWords.cxx:
12958 * scintilla/LexAU3.cxx:
12959 * scintilla/LexBash.cxx:
12960 * scintilla/LexCPP.cxx:
12961 * scintilla/LexCaml.cxx:
12962 * scintilla/LexCsound.cxx:
12963 * scintilla/LexEiffel.cxx:
12964 * scintilla/LexGui4Cli.cxx:
12965 * scintilla/LexHTML.cxx:
12966 * scintilla/LexLua.cxx:
12967 * scintilla/LexMSSQL.cxx:
12968 * scintilla/LexOthers.cxx:
12969 * scintilla/LexPOV.cxx:
12970 * scintilla/LexPython.cxx:
12971 * scintilla/LexRuby.cxx:
12972 * scintilla/LexSQL.cxx:
12973 * scintilla/LexVB.cxx:
12974 * scintilla/Makefile.am:
12975 * scintilla/PlatGTK.cxx:
12976 * scintilla/PropSet.cxx:
12977 * scintilla/RESearch.cxx:
12978 * scintilla/RESearch.h:
12979 * scintilla/ScintillaBase.cxx:
12980 * scintilla/ScintillaGTK.cxx:
12981 * scintilla/StyleContext.h:
12982 * scintilla/ViewStyle.cxx:
12983 * scintilla/ViewStyle.h:
12984 * scintilla/XPM.cxx:
12985 * scintilla/include/KeyWords.h:
12986 * scintilla/include/Platform.h:
12987 * scintilla/include/PropSet.h:
12988 * scintilla/include/SciLexer.h:
12989 * scintilla/include/Scintilla.h:
12990 * scintilla/include/Scintilla.iface:
12991 * scintilla/include/ScintillaWidget.h:
12992 * scintilla/lexers.make:
12994 Update to scintilla 1.68
12996 * src/anjuta-app.c:
12997 Only show help items which are really availible
12999 * plugins/cvs-plugin/cvs-callbacks.c
13000 * plugins/cvs-plugin/cvs-execute.c
13001 * plugins/cvs-plugin/subversion-callbacks.c:
13002 * libanjuta/anjuta-utils.c:
13003 Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
13005 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
13007 * plugins/project-wizard/install.c,
13008 * plugins/project-wizard/autogen.c:
13009 Add error messages if using a read only directory
13010 Improve fix for bug #339296
13012 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
13014 * libanjuta/interfaces/libanjuta.idl:
13015 * plugins/document-manager/action-callbacks.c:
13016 * plugins/document-manager/plugin.c:
13017 * plugins/editor/text_editor.c:
13018 Added IAnjutaEditorGoto
13020 * plugins/editor/aneditor.cxx:
13021 * plugins/editor/aneditor.h:
13022 * plugins/editor/text_editor.h:
13023 * plugins/editor/text_editor_prefs.c:
13027 2006-04-21 Johannes Schmid <jhs@cvs.gnome.org>
13029 * libanjuta/interfaces/libanjuta.idl:
13030 * plugins/document-manager/action-callbacks.c:
13031 * plugins/document-manager/anjuta-docman.c:
13032 * plugins/document-manager/plugin.c:
13033 * plugins/editor/text_editor.c:
13034 Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
13036 * plugins/sourceview/sourceview.c:
13037 * plugins/sourceview/sourceview.glade:
13038 Fixed some uft-8 issues and added a preference option
13039 to enable/disable gnome-vfs monitoring
13041 * scintilla/Makefile.am:
13042 * scintilla/include/Makefile.am:
13045 2006-04-20 Massimo Cora' <maxcvs@email.it>
13047 * libanjuta/interfaces/libanjuta.idl:
13048 Remove get_current_pos () because we have get_position()
13050 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
13053 * plugins/sourceview/tag-window.c:
13054 Don't close window on PageUp/PageDown
13056 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
13058 * data/Makefile.am:
13059 * manuals/reference/libanjuta/Makefile.am:
13064 * src/bacon-message-connection.c:
13065 * src/bacon-message-connection.h: (both from gedit)
13068 Fixed #312319 (Opening files when Anjuta is already open)
13070 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
13072 * TODO.tasks: Updated
13073 * plugins/sourceview/anjuta-view.c:
13074 * plugins/sourceview/anjuta-view.h:
13075 * plugins/sourceview/sourceview.c:
13077 * configure.in: Fix --enable-plugin-scintilla
13079 Added char_added signal
13081 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
13083 * libanjuta/anjuta-utils.c: (anjuta_util_diff):
13085 Fixed diff for utf8
13087 * plugins/sourceview/sourceview.c:
13088 Fixed VFS monitoring (still a bit buggy)
13090 * plugins/sourceview/sourceview-args.c:
13091 * plugins/sourceview/tag-window.c:
13093 Better sizing for the popup-window
13095 2006-04-17 Johannes Schmid <jhs@cvs.gnome.org>
13097 * plugins/project-wizard/templates/gnome/src/main.c:
13098 * plugins/project-wizard/templates/gnome/src/project.glade:
13099 * plugins/project-wizard/templates/gtk/src/main.c:
13100 * plugins/project-wizard/templates/gtk/src/project.glade:
13101 * plugins/project-wizard/templates/gtkmm/src/main.cc:
13103 Fixed up GLADE_FILE definition in project types and fixed bug #334546
13105 2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
13107 * configure.in: More removal of obsoleteness.
13110 2006-04-12 Johannes Schmid <jhs@cvs.gnome.org>
13113 * libanjuta/anjuta-preferences.c:
13114 * libanjuta/anjuta-utils.c:
13115 * libanjuta/anjuta-utils.h:
13116 * plugins/message-view/message-view.c:
13118 Changed color functions and moved convert_color to anjuta-utils.h
13120 * plugins/message-view/anjuta-message-manager-plugin.glade:
13121 GnomeColorPicker -> GtkColorButton (bug #309154)
13123 * plugins/sourceview/plugin.c:
13124 * plugins/sourceview/sourceview-prefs.c:
13125 * plugins/sourceview/sourceview.glade:
13126 Added color and font preferences
13128 * plugins/sourceview/sourceview-tags.c:
13129 Only show as much choices as configured in preferences
13131 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
13133 * ROADMAP, NEWS: Updated (we are far behind ;-)
13134 * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
13136 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
13139 * plugins/editor/Makefile.am:
13140 * scintilla/Makefile.am
13142 Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
13144 * global-tags/Makefile.am:
13145 * global-tags/create_global_tags.sh:
13146 * plugins/symbol-browser/an_symbol_prefs.c:
13147 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
13148 * plugins/symbol-browser/plugin.h:
13149 * tagmanager/include/tm_workspace.h:
13150 * tagmanager/tm_workspace.c:
13152 Fixed symbol-browser prefs and move global tags generation from installtion to
13153 preferences to make the life easier for distributers and to allow updates after installtion
13155 * plugins/document-manager/action-callbacks.c:
13156 * plugins/document-manager/action-callbacks.h:
13157 * plugins/document-manager/anjuta-document-manager.ui:
13158 * plugins/document-manager/indent-util.c:
13159 * plugins/document-manager/plugin.c:
13160 * plugins/editor/text_editor.c:
13162 Moved indent stuff to document-manager
13164 * plugins/sourceview/anjuta-view.c:
13165 * plugins/sourceview/sourceview-args.c:
13166 * plugins/sourceview/sourceview-scope.c:
13167 * plugins/sourceview/sourceview-tags.c:
13168 * plugins/sourceview/sourceview.c:
13172 * plugins/sourceview/sourceview.plugin (removed):
13173 * plugins/sourceview/sourceview.plugin.in:
13174 Editor is not user-activatible
13176 * plugins/sourceview/sourceview.png:
13179 2006-04-08 Johannes Schmid <jhs@cvs.gnome.org>
13181 * src/anjuta-app.c: Fixed crasher on plugin unloading
13183 2006-04-06 Johannes Schmid <jhs@cvs.gnome.org>
13185 * plugins/sourceview/sourceview.c
13186 * plugins/sourceview/sourceview-args.c
13187 * plugins/sourceview/sourceview-args.h:
13189 Polished argument completion
13191 2006-04-05 Johannes Schmid <jhs@cvs,gnome.org>
13193 * plugins/message-view/anjuta-msgman.c:
13194 * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
13196 Show message pane on switch (does not work, anjuta_shell needs a fix)
13198 * plugins/sourceview/Makefile.am:
13199 * plugins/sourceview/anjuta-view.c: (find_tag_window),
13200 * plugins/sourceview/sourceview-args.c:
13201 * plugins/sourceview/sourceview-args.h:
13202 * plugins/sourceview/sourceview-private.h:
13203 * plugins/sourceview/sourceview-scope.c:
13204 (sourceview_scope_update), (sourceview_scope_filter_keypress):
13205 * plugins/sourceview/sourceview-tags.c:
13206 * plugins/sourceview/sourceview.c:
13207 * plugins/sourceview/tag-window.c:
13208 * plugins/sourceview/tag-window.h:
13210 Added scope and argument completion
13212 2006-04-03 Johannes Schmid <jhs@gnome.org>
13215 * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
13216 (on_widget_remove):
13219 * plugins/sourceview/sourceview.c: (iselect_clear):
13220 Make "Delete"-key working
13222 * configure.in: #336389
13224 2006-04-03 Johannes Schmid <jhs@gnome.org>
13226 * plugins/sourceview/Makefile.am:
13227 * plugins/sourceview/anjuta-view.c:
13228 * plugins/sourceview/plugin.c:
13229 * plugins/sourceview/sourceview-private.h:
13230 * plugins/sourceview/sourceview-scope.c:
13231 * plugins/sourceview/sourceview-scope.h:
13232 * plugins/sourceview/sourceview-tags.c:
13233 * plugins/sourceview/sourceview-tags.h:
13234 * plugins/sourceview/sourceview.c:
13235 * plugins/sourceview/sourceview.h:
13236 * plugins/sourceview/tag-window.c:
13238 - fixed goto_file_line
13239 - scroll to cursor on undo/redo
13240 - show correct popup-menu
13241 - scope completion (not ready yet)
13243 2006-04-03 Johannes Schmid <jhs@gnome.org>
13245 * plugins/sourceview/plugin.c:
13246 * plugins/sourceview/sourceview-tags.c:
13247 * plugins/sourceview/sourceview.c:
13248 * plugins/sourceview/sourceview.h:
13249 * plugins/sourceview/tag-window.c:
13251 Fixed some GObject stuff and use proper AnjutaSymbolManager interface
13253 2006-04-03 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13255 * plugins/sourceview/sourceview.c:
13256 Fixed next/previous bookmark.
13257 Toggled bookmark (set/unset).
13259 2006-04-03 Johannes Schmid <jhs@gnome.org>
13261 * plugins/document-manager/action-callbacks.c:
13262 Fixed Gtk-Warning in goto_line
13264 * plugins/sourceview/Makefile.am:
13265 * plugins/sourceview/anjuta-document.c:
13266 * plugins/sourceview/anjuta-view.c:
13267 * plugins/sourceview/anjuta-view.h:
13268 * plugins/sourceview/sourceview-autocomplete.c:
13269 * plugins/sourceview/sourceview-autocomplete.h:
13270 * plugins/sourceview/sourceview-private.h:
13271 * plugins/sourceview/sourceview-tags.c:
13272 * plugins/sourceview/sourceview-tags.h:
13273 * plugins/sourceview/sourceview.c:
13274 * plugins/sourceview/tag-window.c:
13275 * plugins/sourceview/tag-window.h:
13276 Created a nice API for tag and completion windows
13278 * plugins/sourceview/sourceview-print.h:
13279 * plugins/sourceview/sourceview-print.c:
13282 2006-04-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13284 * plugins/sourceview/sourceview.c:
13285 Fixed typo (Sort bookmarks).
13287 2006-04-01 Johannes Schmid <jhs@gnome.org>
13289 * plugins/sourceview/anjuta-document.c:
13290 * plugins/sourceview/anjuta-document.h:
13291 * plugins/sourceview/anjuta-view.c:
13292 * plugins/sourceview/anjuta-view.h:
13293 * plugins/sourceview/sourceview-autocomplete.c:
13294 * plugins/sourceview/sourceview-autocomplete.h:
13295 * plugins/sourceview/sourceview-prefs.c:
13296 * plugins/sourceview/sourceview-prefs.h:
13297 * plugins/sourceview/sourceview-private.h:
13298 * plugins/sourceview/sourceview-tags.c:
13299 * plugins/sourceview/sourceview-tags.h:
13300 * plugins/sourceview/sourceview.c:
13301 * plugins/sourceview/sourceview.glade:
13302 * plugins/sourceview/tag-window.c:
13303 * plugins/sourceview/tag-window.h:
13305 Improved code complete and autocomplete
13307 2006-04-01 Johannes Schmid <jhs@gnome.org>
13309 * plugins/sourceview/Makefile.am:
13310 * plugins/sourceview/bookmark.png:
13311 * plugins/sourceview/marker-attentive.png:
13312 * plugins/sourceview/marker-basic.png:
13313 * plugins/sourceview/marker-intense.png:
13314 * plugins/sourceview/marker-light.png:
13315 * plugins/sourceview/sourceview.c:
13317 Added pixmaps for all marker types and show bookmarks
13320 * plugins/sourceview/Makefile.am:
13321 Build sourceview on 2.14 only
13323 2006-03-31 Johannes Schmid <jhs@gnome.org>
13325 * plugins/sourceview/Makefile.am:
13326 * plugins/sourceview/anjuta-document.c:
13327 * plugins/sourceview/anjuta-view.c:
13328 * plugins/sourceview/anjuta-view.h:
13329 * plugins/sourceview/sourceview-autocomplete.c:
13330 * plugins/sourceview/sourceview-private.h:
13331 * plugins/sourceview/sourceview-tags.c:
13332 * plugins/sourceview/sourceview-tags.h:
13333 * plugins/sourceview/sourceview.c:
13334 * plugins/sourceview/tag-window.c:
13335 * plugins/sourceview/tag-window.h:
13337 Added code completion with tag manager to the editor and fixed a save_as bug
13339 2006-03-31 Johannes Schmid <jhs@gnome.org>
13341 * src/main.c: Revert patch from Rob to allow building with
13343 * configure.in: Require at least 2.12 libraries
13345 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
13347 reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
13349 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
13350 Improve anjuta-plugin project template: Added missed files dist tarball
13353 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
13356 2006-03-28 Yang Hong <yanghong@ccoss.com.cn>
13358 reviewed by: Johannes Schmid <jhs@gnome.org>
13360 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
13361 plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
13362 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
13363 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
13365 Improve anjuta-plugin project template. Also fix for #322744
13367 2006-03-27 Johannes Schmid <jhs@gnome.org>
13369 * plugins/sourceview/sourceview-private.h:
13370 plugins/sourceview/sourceview.c:
13372 Added basic bookmark support
13374 2006-03-27 Johannes Schmid <jhs@gnome.org>
13379 Patch from Rob Bradfort <robster@debian.org>:
13380 * src/main.c: (get_command_line_args), (main):
13381 Migration from popt to GOption
13383 2006-03-26 Naba Kumar <naba@gnome.org>
13385 * plugins/document-manager/anjuta-docman.c: Fixed close icon button
13386 size to scale itself with theme.
13388 2006-03-26 Naba Kumar <naba@gnome.org>
13390 * plugins/file-manager/an_file_view.c,
13391 plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
13392 when symbolview and fileview objects are destroyed to avoid crashes
13393 after the plugins are disabled.
13395 2006-03-26 Naba Kumar <naba@gnome.org>
13397 * Makefile.am, po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
13398 Deleted unused file.
13400 * plugins/glade/plugin.c: Be able to close glade plugin when there
13401 there is no glade project loaded.
13403 * plugins/sourceview/sourceview.plugin,
13404 plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
13406 2006-03-23 Naba Kumar <naba@gnome.org>
13408 * plugins/editor/print.c: Fixed a bug where some sections of
13409 printed/previewed text is not highlighted.
13411 2006-03-20 Johannes Schmid <jhs@gnome.org>
13413 * libanjuta/interfaces/libanjuta.idl:
13415 * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
13416 as we do not use private apis. Show help window and startup because it does
13419 * plugins/document-manager/action-callbacks.c:
13420 plugins/editor/Makefile.am:
13421 plugins/editor/text_editor.c:
13422 plugins/editor/print.c:
13423 plugins/editor/print.h:
13425 Fixed printing (nobody has missed it BTW ;-)
13427 * plugins/sourceview/sourceview.c:
13430 2006-03-20 Naba Kumar <naba@gnome.org>
13432 * configure.in, plugins/devhelp/plugin.c: Be able to build with
13433 devhelp >= 0.9 < 0.11 versions.
13435 2006-03-20 Johannes Schmid <jhs@gnome.org>
13437 * plugins/sourceview/anjuta-document-loader.c
13438 plugins/sourceview/sourceview.c:
13440 Fixed encoding bugs
13442 2006-03-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13444 * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
13445 Fixed bug (line position)
13446 Give the good line position whatever the active editor.
13448 2006-03-19 Ilkka Tuohela <hile@iki.fi>
13450 * configure.in: Added fi to ALL_LINGUAS
13452 2006-03-19 Johannes Schmid <jhs@gnome.org>
13454 * plugins/sourceview/anjuta-document-loader.c:
13455 replace gnome_vfs_get_mime_type_for_name_and data
13457 * plugins/build-basic-autotools/build-basic-autotools.c:
13460 2006-03-17 Johannes Schmid <jhs@gnome.org>
13462 * plugins/editor/editor.glade:
13463 Added style-editor again after it got lost somehow
13465 2006-03-17 Johannes Schmid <jhs@gnome.org>
13467 * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
13468 configure.in: require devhelp 0.11
13470 Post 0.11 devhelp versions (CVS) do not work because of an API change...
13472 plugins/build-basic-autotools/build-basic-autotools.c:
13473 forgot a an installtion callback for the "install as root"-feature
13475 2006-03-17 Massimo Cora' <maxcvs@email.it>
13477 reviewed by: Johannes Schmid <jhs@gnome.org>
13479 * plugins/class-gen/anjuta-class-gen-plugin.glade
13480 plugins/class-gen/class_gen.c
13481 plugins/class-gen/goc_template_header
13482 plugins/class-gen/goc_template_source
13486 2006-03-16 Johannes Schmid <jhs@gnome.org>
13488 * plugins/sourceview/sourceview.c:
13489 Fixed "save-point" signal for undo actions
13491 2006-03-16 Massimo Cora' <maxcvs@email.it>
13493 reviewed by: Johannes Schmid <jhs@gnome.org>
13495 * plugins/document-manager/anjuta-docman.c:
13496 Implement tab drag and drop
13498 2006-03-16 Johannes Schmid <jhs@gnome.org>
13500 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13501 plugins/build-basic-autotools/build-basic-autotools.c:
13503 Implemented "install as root"-feature (#321455)
13505 2006-03-16 Johannes Schmid <jhs@gnome.org>
13508 plugins/sourceview/.cvsignore
13509 plugins/tools/scripts/.cvsignore:
13510 Added/extended .cvsignore files
13512 * plugins/sourceview/sourceview-autocomplete.c:
13513 plugins/sourceview/sourceview-autocomplete.h:
13514 plugins/sourceview/sourceview-prefs.c:
13515 plugins/sourceview/sourceview-private.h:
13516 plugins/sourceview/sourceview.glade:
13517 Autcomplete just works(tm) now and respects preferences
13519 * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13520 Use better algorithm from autocomplete
13522 2006-03-15 Johannes Schmid <jhs@gnome.org>
13524 * src/anjuta-app.c:
13527 2006-03-15 Johannes Schmid <jhs@gnome.org>
13529 * libanjuta/interfaces/libanjuta.idl:
13530 plugins/class-gen/class_gen.c:
13531 plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13532 plugins/project-manager/plugin.c:
13534 Allow to add multiple source files (#320191)
13536 * configure.in: Require gnome-build 0.1.3
13538 2006-03-14 Johannes Schmid <jhs@gnome.org>
13540 * plugins/macro/macro-utils.c: Fixed bug #333606
13541 * plugins/file-wizard/file.c: Fixed bug #333601
13543 2006-03-13 Johannes Schmid <jhs@gnome.org>
13545 * plugins/sourceview/sourceview_autocomplete.c
13546 plugins/sourceview/sourceview_autocomplete.h
13547 plugins/sourceview/sourceview.c
13548 plugins/sourceview/sourceview-private.h
13549 plugins/sourceview/sourceview-prefs.c:
13551 Cleaned up and fixed several issues
13553 2006-03-13 Johannes Schmid <jhs@gnome.org>
13555 * plugins/sourceview/Makefile.am:
13556 plugins/sourceview/sourceview-autocomplete.c
13557 plugins/sourceview/sourceview-autocomplete.h:
13558 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13559 plugins/sourceview/sourceview-private.h:
13560 plugins/sourceview/sourceview.c:
13562 Added (buggy) autocomplete feature to sourceview
13564 2006-03-12 Naba Kumar <naba@gnome.org>
13566 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13567 libanjuta/anjuta-session.c: Added API docs.
13569 2006-03-12 Naba Kumar <naba@gnome.org>
13571 * TODO.tasks: Added couple of tasks.
13572 * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13573 Register private class as early as possible so that members could
13574 point to self class. Code clean up.
13576 2006-03-12 Naba Kumar <naba@gnome.org>
13578 * po/POTFILES.in, po/POTFILES.skip: Updated.
13580 2006-03-11 Naba Kumar <naba@gnome.org>
13582 * libanjuta/anjuta-shell.c,
13583 plugins/document-manager/anjuta-docman.c,
13584 plugins/document-manager/plugin.c,
13585 plugins/symbol-browser/an_symbol_search.c,
13586 plugins/valgrind/vgrule-list.c: Use correct signal names while
13589 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13590 signal names and fixed enum IANJUTA_TYPE_* macro.
13592 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13594 * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13595 plugins/search/search-replace.c :
13596 Fixed bug (Bookmark the good line).
13597 Search & Replace (Mark all matched strings).
13599 2006-03-09 Johannes Schmid <jhs@gnome.org>
13601 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13602 Completed changes from yesterday
13604 * plugins/document-manager/anjuta-document-manager.glade:
13605 plugins/editor/editor.glade
13606 plugins/editor/plugin.c: (activate_plugin)
13607 plugins/editor/text_editor.c
13608 plugins/sourceview/Makefile.am
13609 plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13610 plugins/sourceview/sourceview.glade:
13611 Completed preference changes
13613 2006-03-08 Johannes Schmid <jhs@gnome.org>
13615 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13616 plugins/search/plugin.c: (activate_plugin):
13618 Removed Gtk-Criticals
13620 * plugins/document-manager/anjuta-document-manager.glade:
13621 plugins/document-manager/plugin.c: (on_docman_auto_save),
13622 (on_gconf_notify_timer), (prefs_init):
13623 plugins/document-manager/plugin.h:
13624 plugins/editor/text_editor.c: (text_editor_instance_init),
13625 (text_editor_dispose):
13626 plugins/editor/text_editor.h:
13627 plugins/editor/text_editor_cbs.c:
13628 plugins/editor/text_editor_cbs.h:
13629 plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13630 plugins/glade/plugin.c: (activate_plugin):
13631 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13632 plugins/sourceview/sourceview-private.h:
13633 plugins/sourceview/sourceview.c: (on_menu_popup),
13634 (sourceview_new), (ifile_open), (ifile_savable_save),
13635 (ifile_savable_save_as), (ieditor_set_popup_menu),
13636 (ieditor_get_filename), (imark_mark):
13638 Moved autosave from editor to document manager and fixed some things in
13641 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13643 * plugins/search/anjuta-search.glade :
13644 New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13645 plugins/search/search-replace_bachend.c: Fixed a crash bug.
13646 plugins/search/search-replace.c : Fixed bug.
13648 2006-03-08 Johannes Schmid <jhs@gnome.org>
13650 * plugins/search/anjuta-search.glade
13651 Fixed widget names (glade is a bit stupid on copying widgets to other files)
13653 2006-03-07 Johannes Schmid <jhs@gnome.org>
13655 * plugins/document-manager/action-callbacks.c
13656 plugins/document-manager/anjuta-document-manager.glade
13657 plugins/document-manager/plugin.c: (prefs_init),
13659 plugins/editor/Makefile.am:
13660 plugins/editor/editor.glade:
13661 plugins/editor/plugin.c: (on_style_button_clicked),
13662 (activate_plugin), (dispose):
13663 plugins/editor/style-editor.c:
13665 Startet to seperate document-manager and editor preferences
13667 * plugins/search/Makefile.am:
13668 plugins/search/anjuta-search.glade:
13669 plugins/search/search-replace.c:
13671 Moved search GUI to search-plugin
13673 * plugins/sourceview/sourceview-prefs.c:
13674 plugins/sourceview/sourceview-prefs.h:
13675 plugins/sourceview/sourceview-private.h:
13676 plugins/sourceview/sourceview.c:
13677 plugins/sourceview/sourceview.h:
13678 plugins/sourceview/Makefile.am:
13679 plugins/sourceview/anjuta-document.h:
13680 plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13681 plugins/sourceview/plugin.c:
13683 Added some preferences to sourceview and fixed vfs_monitor
13685 * tagmanager/c.c: (parseParens):
13686 Removed annoying debug message
13688 * libanjuta/interfaces/libanjuta.idl:
13689 Removed IAnjutaEditorFactory::create_style_editor()
13691 2006-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13693 * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13694 Search : Bookmark all matched lines.
13696 2006-03-06 Johannes Schmid <jhs@gnome.org>
13698 * plugins/class-gen/anjuta-class-gen.plugin.in
13699 plugins/file-loader/plugin.c: (sort_wizards)
13700 (on_create_submenu), (activate_plugin)
13701 plugins/file-wizard/anjuta-file-wizard.plugin.in
13702 plugins/glade/anjuta-glade.plugin.in
13703 plugins/project-import/anjuta-project-import.plugin.in
13704 plugins/project-wizard/anjuta-project-wizard.plugin.in:
13706 Changed File->Wizard to File->New and changed some wizard titles. Wizards are
13707 sorted alphabeticly
13709 * plugins/project-wizard/templates/mkfile.wiz:
13710 Use configured project directory instead of ~/myproject
13712 * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13714 Show markers (again) and monitor uri
13716 2006-03-06 Naba Kumar <naba@gnome.org>
13718 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13719 typedefs separately so that forward linking would work.
13720 e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13722 2006-03-05 Naba Kumar <naba@gnome.org>
13724 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13725 passing Enums and Structs in signals. Define struct _Name in
13726 generated code, so that forward referencing.
13727 e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13729 * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13731 2006-03-05 Naba Kumar <naba@gnome.org>
13733 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13734 support. Generate GType definitions for enums in generated codes
13735 so that enums could be passed as signal params.
13737 2006-03-04 Naba Kumar <naba@gnome.org>
13739 * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13740 Restored cvs-moved revision files. They were originally marked
13741 deleted at their older locations. Now they are restored at
13742 their new locations. The changeset is one that was committed
13743 as part of document-manager, editor, search and print plugins
13744 separation from editor plugin.
13746 2006-03-03 Johannes Schmid <jhs@gnome.org>
13748 * plugins/sourceview/*:
13749 Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for
13752 2006-03-04 Naba Kumar <naba@gnome.org>
13754 * plugins/gdb/*: Deleted removed files (see previous changlog
13755 entry for files list).
13757 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13759 * plugins/debug-mananger/breakpoints.c,
13760 plugins/debug-manager/breakpoints.h,
13761 plugins/debug-manager/debug_tree.c,
13762 plugins/debug-manager/debug_tree.h,
13763 plugins/debug-manager/info.c,
13764 plugins/debug-manager/info.h,
13765 plugins/debug-manager/locals.c,
13766 plugins/debug-manager/locals.h,
13767 plugins/debug-manager/memory.c,
13768 plugins/debug-manager/memory.h,
13769 plugins/debug-manager/registers.c,
13770 plugins/debug-manager/registers.h,
13771 plugins/debug-manager/sharedlib.c,
13772 plugins/debug-manager/sharedlib.h,
13773 plugins/debug-manager/signal.c,
13774 plugins/debug-manager/signal.h,
13775 plugins/debug-manager/stack_trace.c,
13776 plugins/debug-manager/stack_trace.h,
13777 plugins/debug-manager/watch.c,
13778 plugins/debug-manager/watch.h,
13779 plugins/debug-manager/Makefile.am:
13780 Move from gdb plugin to debug manager plugin
13782 * plugins/debug-manager/anjuta-debug-manager.glade,
13783 plugins/debug-manager/anjuta-debug-manager.ui:
13784 Move all user interface from gdb to debug manager
13786 * plugins/debug-manager/utilities.c,
13787 plugins/debug-manager/utilities.h:
13788 Remove some unused code
13789 Add useful code from gdb plugin
13791 * plugins/debug-manager/start.c,
13792 plugins/debug-manager/start.h:
13793 Include code of attach_process
13794 Add more code to start the debugger
13796 * plugins/debug-manager/plugin.c,
13797 plugins/debug-manager/plugin.h,
13798 plugins/debug-manager/anjuta-debug-manager.plugin.in:
13799 Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13801 * plugins/debug-manager/debugger.c,
13802 plugins/debug-manager/debugger.h:
13803 Implement a queue of debugger command
13805 * plugins/gdb/actions.c,
13806 plugins/gdb/actions.h,
13807 plugins/gdb/watch_cbs.c,
13808 plugins/gdb/watch_cbs.h,
13809 plugins/gdb/watch_gui.c,
13810 plugins/gdb/watch_gui.h:
13813 * plugins/gdb/debugger.c,
13814 plugins/gdb/debugger.h,
13815 plugins/gdb/gdbmi.c,
13816 plugins/gdb/gdbmi.h,
13817 plugins/gdb/utilities.c,
13818 plugins/gdb/utilities.h,
13819 plugins/gdb/Makefile.am,
13820 plugins/gdb/anjuta-gdb.plugin.in:
13821 Implement necessary functions
13823 * plugins/gdb/parser.c,
13824 plugins/gdb/parser.h:
13825 Code for parsing variable previously in debug_tree.c
13827 * plugins/gdb/anjuta-gdb.glade,
13828 plugins/gdb/anjuta-gdb.ui:
13829 Remove user interface
13831 * plugins/gdb/gdbmi-test.c:
13834 * plugins/gdb/anjuta-gdb.plugin.png:
13835 Try an improved icon for gdb (archer fish)
13837 * libanjuta/anjuta-debugger.c,
13838 libanjuta/anjuta-debugger.h,
13839 libanjuta/interfaces/libanjuta.idl,
13840 libanjuta/interfaces/anjuta-idl-compiler.pl,
13841 libanjuta/Makefile.am:
13842 Add declaration used in new IAnjutaDebugger interface
13844 * manuals/reference/libanjuta.types,
13845 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13846 manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13847 Update documentation
13849 2006-03-02 Naba Kumar <naba@gnome.org>
13851 * manuals/reference/libanjuta/Makefile.am,
13852 manuals/reference/libanjuta/libanjuta-docs.sgml,
13853 manuals/reference/libanjuta/libanjuta-sections.txt,
13854 manuals/reference/libanjuta/libanjuta.types,
13855 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13856 manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13857 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13858 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13859 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13860 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13861 manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13862 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13863 manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13864 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13865 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13866 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13867 manuals/reference/libanjuta/tmpl/e-splash.sgml,
13868 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13869 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13870 manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13871 manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13872 manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13873 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13874 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13875 manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13876 manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13877 manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13878 manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13879 manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13880 manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13881 manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13882 manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13883 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13884 manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13885 manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13886 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13887 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13888 manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13889 manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13890 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13891 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13892 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13893 manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13894 manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13895 manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13896 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13897 manuals/reference/libanjuta/tmpl/plugins.sgml,
13898 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13899 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13900 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13901 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13902 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13903 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13904 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13905 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13906 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13907 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13908 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13909 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13910 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13911 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13914 2006-02-28 Naba Kumar <naba@gnome.org>
13916 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13917 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13918 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13919 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13920 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13921 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13922 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13923 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13924 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13925 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13926 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13927 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13928 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13929 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13931 2006-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13933 * plugins/sourceview/sourceview.c:
13934 Select to brace, select block.
13936 2006-02-28 Johannes Schmid <jhs@gnome.org>
13938 * plugins/file-wizard/Makefile.am
13939 plugins/file-wizard/action-callbacks.c (removed)
13940 plugins/file-wizard/action-callbacks.h (removed)
13941 plugins/file-wizard/anjuta-file-wizard.ui
13942 plugins/file-wizard/plugin.c: (activate_plugin),
13943 (deactivate_plugin)
13944 plugins/file-wizard/plugin.h:
13945 Removed Edit->Insert Text submenu (replace by macros plugin)
13947 * plugins/sourceview/sourceview.c: (sourceview_new),
13948 (ieditor_set_popup_menu):
13949 Fixed some more bugs
13951 * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13953 2006-02-28 Naba Kumar <naba@gnome.org>
13955 * plugins/file-manager/an_file_view.c,
13956 plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13957 rows also and with delay 1 sec (the color and timout value should
13958 probably be picked up from some system wide preference key).
13960 2006-02-28 Naba Kumar <naba@gnome.org>
13962 * libanjuta/interfaces/libanjuta.idl,
13963 plugins/document-manager/action-callbacks.c,
13964 plugins/document-manager/plugin.c,
13965 plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13966 IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13967 Added interface checks in document manager and enable/disable
13968 menus based on supported interface.
13970 * plugins/project-import/anjuta-project-import.glade: Set some
13971 resonable size for the import dialog.
13973 2006-02-27 Naba Kumar <naba@gnome.org>
13975 * libanjuta/interfaces/libanjuta.idl,
13976 plugins/document-manager/action-callbacks.c,
13977 plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13978 and eol conversion actions.
13980 2006-02-27 Johannes Schmid <jhs@gnome.org>
13982 * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13983 * plugins/file-manager/an_file_view.c
13984 plugins/file-manager/plugin.h: Added tooltips
13985 * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13987 2006-02-26 Naba Kumar <naba@gnome.org>
13989 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13990 plugins/build-basic-autotools/build-basic-autotools.c,
13991 plugins/build-basic-autotools/build-basic-autotools.h,
13992 plugins/build-basic-autotools/executer.c,
13993 plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13994 disable indicator highlights preferences from message manager to
13995 build plugin. Implemented message indicator highlights in build tool.
13997 * plugins/editor/text_editor.c: Fixed indicators.
13999 2006-02-26 Johannes Schmid <jhs@gnome.org>
14001 * plugins/sourceview/sourceview.c:
14004 * plugins/subversion/svn_auth.c:
14005 Fixed username/password authentification but there might be a memory corruption
14007 2006-02-26 Naba Kumar <naba@gnome.org>
14009 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
14010 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
14011 libanjuta/anjuta-launcher.h: Added documentation.
14013 2006-02-24 Naba Kumar <naba@gnome.org>
14015 * plugins/editor/text_editor.c: Fixed change in API in
14016 IAnjutaEditorSelection::set().
14018 2006-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14020 * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
14021 plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
14022 libanjuta/interfaces/libanjuta.idl :
14023 Search in sourceview editor (Select in buffer).
14026 2006-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14028 * plugins/sourceview/sourceview.c :
14029 Fixed Replace, to_upper, to_lower.
14031 * plugins/search/search-replace_backend.c :
14032 Renamed header name.
14034 2006-02-22 Naba Kumar <naba@gnome.org>
14036 * libanjuta/anjuta-plugin-description.c,
14037 libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
14038 libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
14039 manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
14040 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
14041 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
14043 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
14044 * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
14046 2006-02-21 Naba Kumar <naba@gnome.org>
14048 * libanjuta/interfaces/libanjuta.idl,
14049 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
14050 plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
14051 interface for editor.
14053 2006-02-21 Naba Kumar <naba@gnome.org>
14055 * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
14057 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
14058 * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
14060 2006-02-21 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14062 * GTKSOURCEVIEW EDITOR
14063 plugins/sourceview/sourceview.c :
14064 Fixed copy and Goto Line.
14066 plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
14067 plugins/macro/plugin.c :
14068 Fixed Insert key word and Insert macro.
14070 2006-02-19 Johannes Schmid <jhs@cvs.gnome.org>
14072 * plugins/document-manager/anjuta-docman.c:
14073 (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
14076 plugins/Makefile.am:
14077 plugins/sourceview/.cvsignore:
14078 plugins/sourceview/Makefile.am:
14079 plugins/sourceview/plugin.c: :
14080 plugins/sourceview/plugin.h:
14081 plugins/sourceview/sourceview.c:
14082 plugins/sourceview/sourceview.h:
14083 plugins/sourceview/sourceview.plugin:
14084 plugins/sourceview/sourceview.plugin.in:
14085 plugins/sourceview/sourceview.png:
14087 Added sourceview editor plugin
14089 2006-02-19 Naba Kumar <naba@gnome.org>
14091 * libanjuta/interfaces/libanjuta.idl,
14092 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
14093 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
14094 plugins/cvs-plugin/cvs-interface.c,
14095 plugins/document-manager/action-callbacks.c,
14096 plugins/document-manager/action-callbacks.h,
14097 plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
14098 plugins/search/plugin.c, plugins/search/search-replace.c,
14099 plugins/search/search-replace_backend.c,
14100 plugins/subversion/subversion-actions.c,
14101 plugins/subversion/subversion-callbacks.c,
14102 plugins/tools/editor.c, plugins/tools/execute.c,
14103 plugins/tools/variable.c: Defined proper editor interfaces and fixed
14104 few fatal warnings.
14106 2006-02-15 Naba Kumar <naba@gnome.org>
14108 * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
14111 * libanjuta/interfaces/libanjuta.idl,
14112 plugins/document-manager/anjuta-docman.c,
14113 plugins/document-manager/plugin.c,
14114 plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
14115 unnecessary parameters from IAnjutaEditor interface and used proper
14116 types instead of 'gpointer'. Fixed various compiler warnings.
14118 * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
14121 2006-02-12 Naba Kumar <naba@gnome.org>
14123 * po/POTFILES.in: Updated.
14125 2006-02-11 Naba Kumar <naba@gnome.org>
14127 * plugins/editor/properties.[cxx,h],
14128 plugins/editor/text_editor.c, plugins/editor/style-editor.c,
14129 plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
14130 to sci_prop_*(), because they were conflicting with external
14131 functions (in some ssl library).
14133 2006-02-08 Naba Kumar <naba@gnome.org>
14135 Patch from Massimo Cora <maxcvs@email.it>:
14136 * plugins/valgrind/anjuta-valgrind.schemas,
14137 plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
14138 plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
14139 plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
14140 plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
14141 plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
14142 plugins/valgrind/vgtoolview.c,
14143 plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
14144 before running the debugging session. I've added also a
14145 preference in Anjuta Preferences where you can specify
14146 the path to the valgrind binary. The default is /usr/bin/valgrind.
14147 Now it displays a dialog with the error. [it can be -program
14148 exited- or -file loaded or end of input-]. Some valgrind 3.x
14151 2006-01-29 Naba Kumar <naba@gnome.org>
14153 Patch from Massimo Cora <maxcvs@email.it>:
14154 * configure.in, plugins/Makefile.am,
14155 plugins/valgrind/*: Valgrind plugin (requires
14156 binutils-dev and valgrind to be installed.
14158 2005-01-24 Johannes Schmid <jhs@gnome.org>
14160 * Patch from Eric Greveson <ejg45@cam.ac.uk>
14161 plugins/tools/variables.c:
14162 Added current directory to possible variables
14164 * Patch from Günther Brammer <gbrammer@gmx.de>
14165 plugins/document-manager/anjuta-docman.c:
14166 Fix a crash on opening a file
14168 AUTHORS: Added Günther Brammer
14170 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
14172 * libanjuta/anjuta-launcher.c:
14173 Fix a bug in AnjutaLauncher when output is bigger than buffer
14174 Probably fix bug #315188 and #305134
14176 2005-12-28 Johannes Schmid <jhs@gnome.org>
14178 * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
14179 * src/about.c: Use new gtk about dialog
14180 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
14181 Updated anjuta_ui_add_action_group_entries call
14183 Patch from Jean Breford <jean.breford@normalesup.org>
14184 and Markus Habermehl <bmh1980de@yahoo.de>:
14186 * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
14187 * AUTHORS: Added Jean and Markus
14189 2005-12-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14190 * plugins/search/search-replace.c :
14191 Bookmark all matched lines.
14192 * plugins/search/search-replace_backend.c :
14193 Fixed bug (Search in all project files).
14195 2005-12-21 Johannes Schmid <jhs@gnome.org>
14197 * plugins/search/plugin.c:
14199 * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
14200 investigation needed.
14202 AUTHORS: Added Ross Goldner
14204 2005-12-19 Ross Golder <ross@golder.org>
14206 * plugins/document-manager/anjuta-document-manager.plugin.in: Added
14207 application/xml MIME type.
14209 2005-12-18 Johannes Schmid <jhs@gnome.org>
14211 po/POTFILES.in: Updated files after directory changes
14212 HACKING: Removed outdated section 3 (anoncvs)
14214 2005-12-15 Sebastien Granjoux <seb.sfo@free.fr>
14216 * plugins/build-basic-autotools/build-basic-autotools.c:
14217 Save all files in editor before running a command
14219 * plugins/tools/execute.c:
14220 Use document manager plugin instead of each editor for
14223 2005-12-15 Johannes Schmid <jhs@gnome.org>
14225 * plugins/document-manager/action-callbacks.c:
14226 (on_save_all1_activate), (on_swap_activate)
14227 plugins/document-manager/anjuta-docman.c:
14228 (on_save_as_filesel_response), (on_notebook_switch_page):
14230 Fixed some remaining issues in document-manger
14232 2005-12-15 Johannes Schmid <jhs@gnome.org>
14234 * plugins/profile-default/default.anjuta:
14235 Load Search plugin and Message Manager by default
14237 2005-12-14 Johannes Schmid <jhs@gnome.org>
14239 * plugins/editor/text_editor.c
14240 libanjuta/anjuta-utils.c:
14242 Check if files differ when gnome-vfs monitoring is used.
14245 2005-12-13 Johannes Schmid <jhs@gnome.org>
14247 * plugins/document-manager/plugin.c:
14248 Only save modified files in ianjuta_file_savable_save() for document-manager
14249 as discussed on mailing list.
14251 * plugins/cvs-plugin/cvs-callbacks.c:
14252 Fixed dialog handling for empty log message
14254 2005-12-13 Johannes Schmid <jhs@gnome.org>
14256 * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
14258 * plugins/project-manager/* Removed ununsed files
14260 * plugins/symbol-browser/an_symbol_iter.c
14261 plugins/build-basic-autotools/build-basic-autotools.c
14262 plugins/build-basic-autotools/executer.c
14263 plugins/class-gen/class_gen.c
14264 plugins/class-inheritance/class-inherit.c
14265 plugins/cvs-plugin/cvs-actions.c
14266 plugins/cvs-plugin/cvs-interface.c
14267 plugins/debug-manager/attach_process.
14268 plugins/devhelp/plugin.c
14269 plugins/document-manager/plugin.c
14270 plugins/document-manager/indent_util.c
14271 plugins/editor/properties.cxx
14272 plugins/editor/aneditor.cxx
14273 plugins/editor/style-editor.c
14274 plugins/editor/text_editor.c
14275 plugins/macro/macro_db.c
14278 Use DEBUG_PRINT for debug messages
14280 libanjuta/anjuta-debug.h: Include config.h
14282 HACKING: Updated (BTW: does anyone read this?)
14284 2005-12-12 Johannes Schmid <jhs@gnome.org>
14286 Patch from Johan Ersvik <jersvik@fastmail.fm>:
14287 * plugins/gdb/debugger.c
14289 Fix a crasher in gdb plugin
14291 * plugins/gtodo/plugin.c
14292 plugins/search/plugin.c
14296 * plugins/document-manager/anjuta-docman.c:
14298 Fixed error markers
14300 * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
14302 Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
14304 * plugins/document-manager/anjuta-docman.c:
14305 highlight changed files in docman popup-menu
14306 * plugins/gdb/debug-tree.c:
14307 plugins/gdb/debugger.c
14308 Do not corupt entire "locals" tree when variable pointer have
14309 additional info and arrays/strucs/unions correctly.
14312 2005-12-11 Johannes Schmid <jhs@gnome.org>
14314 * plugins/document-manager/anjuta-docman.c
14315 plugins/document-manager/plugin.c
14316 plugins/editor/text_editor.c:
14318 AUTHORS: Added Johan Ersvik
14320 Fixed "is-dirty" bug and tab ordering
14322 2005-12-11 Johan Ersvik <jersvik@fastmail.fm>
14324 * plugins/editor/aneditor-autocomplete.cxx
14325 plugins/editor/aneditor-calltip.cxx
14326 plugins/editor/aneditor-priv.h
14327 plugins/symbol-browser/an_symbol.c
14328 plugins/symbol-browser/an_symbol_view.c
14330 tagmanager/tm_symbol.c
14331 tagmanager/tm_tag.c
14332 tagmanager/include/tm_symbol.h
14333 tagmanager/include/tm_tag.h
14336 Better pointer recognition in tagmanager and symbol browser
14338 2005-12-11 Johannes Schmid <jhs@gnome.org>
14340 * plugins/search/*: New search plugin derived from search code in old editor
14343 * plugins/document-manager/*: new document-manger which is now seperated from
14344 editor to allow implementation of other editor widgets. Code is mostly derived
14345 from old editor plugin
14347 * plugins/print/* new print plugin which is not fully implemented in the
14350 * plugins/editor/text_editor.c: Added lots of interface code
14352 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
14353 IAnjutaEditorFactory and extended IAnjutaEditor
14355 * configure.in, plugins/Makefile.am updated build system for new
14358 This is a huge commit which might still contain some bugs and also has
14359 some fixmes. Things that are not working are the search toolbar because it
14360 does not use the same backend as any other searching function and printing
14361 (easy to fix) because it did not yet implement IAnjutaPrintable.
14363 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
14365 * plugins/project-wizard/property.c:
14366 Use newer GtkFileChooser instead of GtkFileSelection with
14367 GnomeFileEntry to avoid a bug
14369 * plugins/project-wizard/install.c:
14370 Avoid an endless loop if project directory is not writable
14372 * plugins/project-wizard/druid.c:
14373 Allow creating project in empty directory without a
14376 2005-11-25 Johannes Schmid <jhs@cvs.gnome.org>
14378 Patch from Massimo Cora <maxcvs@email.it>
14379 * plugins/class-inheritence/class-inherit.c
14380 plugins/class-inheritence/plugin.c
14381 plugins/class-inheritence/plugin.h
14384 Update plugin to use new API from graphviz 2.6. Version 2.2 is
14385 no longer supported!
14387 2005-11-23 Johannes Schmid <jhs@cvs.gnome.org>
14389 Patch from Johan Ersvik <jersvik@fastmail.fm>
14390 * plugins/message-view/message-view.c
14391 plugins/build-basic-autotools/build-basic-autotools.c
14392 plugins/build-basic-autotools/automake-c.filters
14394 This patch correct regex-filters for newer automake
14397 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
14399 * plugins/tools/execute.c:
14400 Detect variables inside a word
14402 2005-11-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14404 * libanjuta/anjuta-status.[ch],
14405 plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
14406 plugins/editor/anjuta-docman.c :
14407 New anjuta-status procedure.
14409 2005-10-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14412 libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
14413 plugins/editor/Makefile.am
14414 plugins/editor/anjuta-document-manager.glade
14415 plugins/editor/plugin.c plugins/editor/plugin.h
14416 plugins/editor/text_editor.c plugins/editor/text_editor.h
14418 plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
14419 plugins/editor/indent-util.c plugins/editor/indent-util.h
14420 plugins/editor/indent_test.c :
14421 Set and Preview indent preferences parameters.
14422 Saved indent user parameters.
14424 2005-10-27 Naba Kumar <naba@gnome.org>
14426 Patch from Flavio daCosta <flavio.dacosta@gmail.com>
14427 * plugins/editor/anjuta-docman.c: Restore tab color to normal
14428 theme color for saved documents.
14430 2005-10-26 Naba Kumar <naba@gnome.org>
14432 * libanjuta/anjuta-encodings.c: Save changed supported encodings
14433 list. Fixed bug #316731.
14435 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
14437 * tagmanager/tm_symbol.c: Fixed bug #315218
14439 2005-10-23 Adam Weinberger <adamw@gnome.org>
14441 * plugins/build/build_file.c
14442 plugins/build-basic-autotools/build-basic-autotools.c
14443 plugins/tools/execute.c
14444 plugins/build/compile.c
14445 plugins/build/configurer.c
14446 plugins/debug-manager/plugin.c
14447 plugins/editor/plugin.c
14448 plugins/editor/print.c
14449 plugins/editor/text_editor.c
14450 plugins/file-loader/plugin.c
14451 plugins/file-manager/an_file_view.c
14452 plugins/symbol-browser/an_symbol_view.c
14453 plugins/gdb/debugger.c
14454 plugins/gdb/plugin.c
14455 plugins/glade/plugin.c
14456 plugins/macro/macro-actions.c
14457 plugins/macro/plugin.c
14458 plugins/profile-default/plugin.c
14459 plugins/project-manager/plugin.c
14460 plugins/project-manager/project_import.c
14461 plugins/symbol-browser/plugin.c
14462 plugins/tools/execute.c
14464 src/anjuta-actions.h
14466 Correct spacing errors before and after "...".
14468 2005-10-20 Naba Kumar <naba@gnome.org>
14470 * plugins/gdb/debugger.c: Fixed attach/detach process to
14471 updated UI properly.
14473 2005-10-18 Naba Kumar <naba@gnome.org>
14475 * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14478 2005-10-13 Naba Kumar <naba@gnome.org>
14480 * plugins/project-mkfile-import/*: Removed separate import wizard for
14481 makefile based projects (because single widzard handles all wizards).
14483 * plugins/project-import/project-import.c: Made wizard window
14484 transient to main window.
14486 Patch from: Eric Greveson <ejg45@cam.ac.uk>
14488 * AUTHORS: Added Eric's name in contributors list.
14490 * configure.in, plugins/Makefile.am,
14491 plugins/project-import/Makefile.am,
14492 plugins/project-import/anjuta-project-import.glade,
14493 plugins/project-import/project-import.c,
14494 plugins/project-import/project-import.h: Import wizard now detects
14495 both makefile and automake projects together instead of separate wizard.
14497 * plugins/project-wizard/templates/java/project.anjuta,
14498 plugins/project-wizard/templates/mkfile/project.anjuta,
14499 plugins/project-wizard/templates/python/project.anjuta,
14500 plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14501 name to make it appropriate.
14503 2005-10-11 Naba Kumar <naba@gnome.org>
14505 * configure.in: Fixed glade3 version requirement.
14507 2005-09-29 Alexander Shopov <ash@contact.bg>
14509 * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14511 2005-09-26 Johannes Schmid <jhs@cvs.gnome.org>
14513 * plugins/subversion/svn_auth.c
14514 plugins/subversion/anjuta_subversion.glade:
14515 Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14517 2005-09-22 Naba Kumar <naba@gnome.org>
14519 Patch from: Eric Greveson <ejg45@cam.ac.uk>:
14521 * configure.in, plugins/Makefile.am
14522 plugins/project-manager/anjuta-project-manager.plugin.in,
14523 plugins/project-manager/plugin.c,
14524 (added) plugins/project-mkfile-import/.cvsignore,
14525 (added) plugins/project-mkfile-import/Makefile.am,
14526 (added) plugins/project-mkfile-import/
14527 anjuta-project-mkfile-import-plugin.png,
14528 (added) plugins/project-mkfile-import/
14529 anjuta-project-mkfile-import.glade,
14530 (added) plugins/project-mkfile-import/
14531 anjuta-project-mkfile-import.plugin.in,
14532 (added) plugins/project-mkfile-import/plugin.c,
14533 (added) plugins/project-mkfile-import/plugin.h,
14534 (added) plugins/project-mkfile-import/project-mkfile-import.c,
14535 (added) plugins/project-mkfile-import/project-mkfile-import.h,
14536 plugins/project-wizard/templates/Makefile.am,
14537 (added) plugins/project-wizard/templates/mkfile-logo.png,
14538 (added) plugins/project-wizard/templates/mkfile.wiz,
14539 (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14540 (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14541 (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14542 (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14543 (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14544 (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14545 (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14546 (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14547 (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14548 (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14549 (added) plugins/project-wizard/templates/mkfile/src/main.c:
14550 Added makefile based project import wizard and wizard template.
14552 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14554 * libanjuta/anjuta-launcher.c: Reduced false password detections
14556 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14558 * plugins/cvs-plugin/cvs-interface.c: Handle empty log
14559 messages correctly.a
14561 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14563 * scintilla/Makefile.am: Changed scintilla library to noinst
14564 * pixmaps/Makefile.am: Install password.png
14565 * libanjuta/anjuta-launcher.c: Changed password detection
14566 to be able to access GNOME CVS with ssh.
14568 2005-08-31 Naba Kumar <naba@gnome.org>
14570 * plugins/glade/plugin.c: Set transient window for the widget
14573 2005-08-21 Jens Seidel <jseidel@cvs.gnome.org>
14575 * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14577 2005-08-10 Naba Kumar <naba@gnome.org>
14579 * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14580 as shortcut key for execute.
14582 * src/about.c: Clean up.
14584 Patch from: Jochen Baier Jochen.Baier@stud.uni-karlsruhe.de
14585 * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14588 2005-08-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14590 * plugins/editor/search-replace_backend.c :
14591 Fixed search in File Patterns.
14593 2005-08-09 Philip Van Hoof <pvanhoof@gnome.org>
14595 * plugins/gdb/Makefile.am: Fixed a make -j x bug
14597 2005-08-04 Naba Kumar <naba@gnome.org>
14599 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14600 for pango-1.8 rendering bug.
14602 2005-08-03 Naba Kumar <naba@gnome.org>
14604 * plugins/glade/plugin.c: Proper names for plugin widgets.
14606 * plugins/subversion/anjuta-subversion.glade,
14607 plugins/subversion/svn-auth.c: Fixed authentication dialog and
14608 string allocations. Use passed default values when available.
14609 Set proper focus and dialog default response. Destroy dialog after use.
14610 Return error when appropriate.
14612 2005-08-02 Naba Kumar <naba@gnome.org>
14614 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14615 for pango-1.8 rendering bug.
14617 2005-08-02 Philip Van Hoof <pvanhoof@gnome.org>
14619 * scintilla/Makefile.am: Fixed a make -j x bug
14621 2005-08-02 Johannes Schmid <jhs@gnome.org>
14623 * plugins/subversion/svn-auth.c: Added username/password
14626 2005-08-01 Naba Kumar <naba@gnome.org>
14628 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14629 checks for character width calculations.
14631 2005-07-31 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14633 * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14635 2005-07-31 Naba Kumar <naba@gnome.org>
14637 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14638 messup with pango 1.8. Fixed bug #311846.
14640 2005-07-30 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14642 * plugins/gdb/memory.c : Fixed bug 305082.
14644 * plugins/project-wizard/templates/anjuta-plugin.wiz,
14645 plugins/project-wizard/templates/gcj.wiz,
14646 plugins/project-wizard/templates/gnome.wiz,
14647 plugins/project-wizard/templates/gtk.wiz,
14648 plugins/project-wizard/templates/java.wiz,
14649 plugins/project-wizard/templates/python.wiz,
14650 plugins/project-wizard/templates/wxwin.wiz,
14651 plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14653 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14655 * plugins/tools/execute.c:
14656 Correct a crash if editor is closed while a tool still use it.
14658 2005-07-28 Naba Kumar <naba@gnome.org>
14660 * scintilla/*: Updated scintilla from their latest CVS.
14662 2005-07-27 Naba Kumar <naba@gnome.org>
14664 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14665 plugins/build-basic-autotools/build-basic-autotools.c,
14666 plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14667 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14668 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14669 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14670 plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14671 plugins/message-view/plugin.c, plugins/patch/plugin.c,
14672 plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14673 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14674 plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14675 src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14676 argument to anjuta_ui_add_action_group_entries() and
14677 anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14678 Fixed all plugins to pass translation domain. This fixes untranslated
14681 2005-07-27 Naba Kumar <naba@gnome.org>
14683 * plugins/class-inheritance/class-callbacks.c,
14684 plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14685 proper system colors.
14687 2005-07-26 Naba Kumar <naba@gnome.org>
14689 * ROADMAP: Updated and added more tasks.
14691 2005-07-25 Naba Kumar <naba@gnome.org>
14693 * ROADMAP: Updated and added more tasks.
14695 2005-07-24 Naba Kumar <naba@gnome.org>
14697 * HACKING: Fixed format.
14699 2005-07-24 Naba Kumar <naba@gnome.org>
14701 * ROADMAP: Fixed format.
14702 * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14704 2005-07-24 Naba Kumar <naba@gnome.org>
14706 * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14707 * data/properties/cpp.properties: Added *.c++ as file extension for c++
14709 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14711 * plugins/tools/dialog.c, plugins/tools/dialog.h:
14712 Correct wrong sensitivity setting
14714 * plugins/tools/tool.c: Correct a crash when removing overridden tool
14716 * plugins/tools/variable.c: Add variables for project manager
14718 2005-07-23 Naba Kumar <naba@gnome.org>
14720 * ROADMAP: updated.
14722 2005-07-23 Naba Kumar <naba@gnome.org>
14724 * plugins/subversion/Makefile.am,
14725 plugins/subversion/svn-auth.c,
14726 plugins/subversion/svn-auth.h: Added subversion authentication code
14729 * plugins/subversion/subversion-callbacks.c,
14730 plugins/subversion/subversion-callbacks.h,
14731 plugins/subversion/svn-backend-priv.h,
14732 plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14733 plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14734 plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14735 Added file mode line.
14737 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
14739 * configure.in: Added 'gl' to ALL_LINGUAS.
14741 2005-07-21 Naba Kumar <naba@gnome.org>
14743 * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14744 the active sources and kill the running process without emitting
14745 signals (which could be fatal because the object is being destroyed).
14746 Incidentally, fixed the crash that happens when stopping an active
14747 debugger session. Disabled debug prints and code clean up.
14750 * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14751 message view object, because that prevents many unprocessed outputs
14752 from the cvs command from being appended in view. Does not set NULL
14753 to mesg_view private member (not required) so that any pending outputs
14754 to view is processed.Fixed bug #172666.
14756 * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14757 type in supported list.
14759 2005-07-18 Adam Weinberger <adamw@gnome.org>
14761 * plugins/file-manager/anjuta-file-manager-plugin.glade:
14762 grammar/spelling fixes.
14764 2005-07-17 Naba Kumar <naba@gnome.org>
14766 * (new) plugins/project-wizard/templates/terminal/cvsignore,
14767 (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14768 (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14769 plugins/project-wizard/templates/anjuta-plugin.wiz,
14770 plugins/project-wizard/templates/gcj.wiz,
14771 plugins/project-wizard/templates/gnome.wiz,
14772 plugins/project-wizard/templates/gtk.wiz,
14773 plugins/project-wizard/templates/gtkmm.wiz,
14774 plugins/project-wizard/templates/java.wiz,
14775 plugins/project-wizard/templates/python.wiz,
14776 plugins/project-wizard/templates/terminal.wiz,
14777 plugins/project-wizard/templates/terminal/Makefile.am,
14778 plugins/project-wizard/templates/terminal/po/Makefile.am,
14779 plugins/project-wizard/templates/terminal/src/Makefile.am,
14780 plugins/project-wizard/templates/wxwin.wiz,
14781 plugins/project-wizard/templates/xlib-dock.wiz,
14782 plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14783 wizards and updated .wiz files to install them in newly created
14786 2005-07-16 Naba Kumar <naba@gnome.org>
14788 * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14790 * plugins/file-manager/an_file_view.c,
14791 plugins/file-manager/plugin.c: Added file manager preferences to
14792 show/hide files ignored by version control (e.g. cvsignore).
14794 * plugins/editor/text_editor.c: Initialize vfs info struct.
14796 * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14797 libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14798 libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14799 libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14800 omf-install/.cvsignore, pixmaps/.cvsignore,
14801 plugins/file-manager/anjuta-file-manager-plugin.glade,
14802 scintilla/.cvsignore, scintilla/include/.cvsignore,
14803 scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14804 tagmanager/python.c: Updated.
14806 2005-07-16 Naba Kumar <naba@gnome.org>
14808 * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14809 Fixed python parser to parser class methods.
14811 2005-07-15 Naba Kumar <naba@gnome.org>
14813 * plugins/project-wizard/property.c: Used parenthesis to remove
14816 * plugins/project-wizard/templates/anjuta-plugin.wiz,
14817 plugins/project-wizard/templates/gcj.wiz,
14818 plugins/project-wizard/templates/gnome.wiz,
14819 plugins/project-wizard/templates/gtk.wiz,
14820 plugins/project-wizard/templates/gtkmm.wiz,
14821 plugins/project-wizard/templates/java.wiz,
14822 plugins/project-wizard/templates/python.wiz,
14823 plugins/project-wizard/templates/terminal.wiz,
14824 plugins/project-wizard/templates/wxwin.wiz,
14825 plugins/project-wizard/templates/xlib-dock.wiz,
14826 plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14829 2005-07-15 Naba Kumar <naba@gnome.org>
14831 * plugins/project-wizard/templates/java.wiz,
14832 plugins/project-wizard/templates/java/Makefile.am,
14833 plugins/project-wizard/templates/java/project.anjuta,
14834 plugins/project-wizard/templates/python.wiz,
14835 plugins/project-wizard/templates/python/Makefile.am,
14836 plugins/project-wizard/templates/python/project.anjuta: Use different
14837 project files for java and python module where debugger is not
14838 included in the list of plugins.
14840 2005-07-15 Naba Kumar <naba@gnome.org>
14842 * configure.in, plugins/project-wizard/templates/Makefile.am,
14843 plugins/project-wizard/templates/gcj-logo.png,
14844 plugins/project-wizard/templates/gcj.wiz,
14845 plugins/project-wizard/templates/gcj/.cvsignore,
14846 plugins/project-wizard/templates/gcj/Makefile.am,
14847 plugins/project-wizard/templates/gcj/configure.in.tpl,
14848 plugins/project-wizard/templates/gcj/src/.cvsignore,
14849 plugins/project-wizard/templates/gcj/src/Makefile.am,
14850 plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14851 plugins/project-wizard/templates/java-logo.png,
14852 plugins/project-wizard/templates/java.wiz,
14853 plugins/project-wizard/templates/java/configure.in.tpl,
14854 plugins/project-wizard/templates/java/po/Makefile.am,
14855 plugins/project-wizard/templates/java/po/POTFILES.in,
14856 plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14857 plugins/project-wizard/templates/java/src/main.java,
14858 plugins/project-wizard/templates/python-logo.png,
14859 plugins/project-wizard/templates/python.wiz,
14860 plugins/project-wizard/templates/python/.cvsignore,
14861 plugins/project-wizard/templates/python/Makefile.am,
14862 plugins/project-wizard/templates/python/configure.in.tpl,
14863 plugins/project-wizard/templates/python/po/.cvsignore,
14864 plugins/project-wizard/templates/python/po/Makefile.am,
14865 plugins/project-wizard/templates/python/po/POTFILES.in,
14866 plugins/project-wizard/templates/python/src/.cvsignore,
14867 plugins/project-wizard/templates/python/src/Makefile.am,
14868 plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14869 plugins/project-wizard/templates/python/src/main.py: Added Generic
14870 gcj and python project wizards. Fixed Generic java project to
14871 use _JAVA primary. Update gnome-build from cvs for them to work
14874 2005-07-12 Naba Kumar <naba@gnome.org>
14876 * plugins/project-manager/plugin.c: Automatically determine
14877 project backend by probing.
14879 2005-07-04 Naba Kumar <naba@gnome.org>
14881 * Makefile.am: Do not install old anjuta.glade file which conflicts
14882 with newer src/anjuta.glade.
14884 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14886 * plugins/an_symbol_prefs.c:
14887 Sort list of available symbol files
14889 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14891 * plugins/build-basic-autotools.c:
14894 * plugins/gtodo/libgtodo.c:
14895 Possible fix for #307800
14897 * libanjuta/anjuta-encodings.c
14898 libanjuta/anjuta-launcher.c
14899 libanjuta/anjuta-preference-dialog.c
14900 libanjuta/anjuta-preferences.c
14901 libanjuta/anjuta-ui.c
14902 libanjuta/anjuta-util.c
14903 libanjuta/cell-renderer-captioned-image.c
14904 libanjuta/plugin.c:
14906 Patch from de_lupus@pandora.be (Kristof Vansant):
14907 Replaced deprecated gnome-i18n.h
14910 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14912 * plugins/subversion/anjuta-subversion.glade
14913 plugins/subversion/anjuta-subversion.ui
14914 plugins/subversion/plugin.c
14915 plugins/subversion/subversion-actions.c
14916 plugins/subversion/subversion-callbacks.h
14917 plugins/subversion/subversion-callbacks.c
14918 plugins/subversion/svn-backend-priv.h
14919 plugins/subversion/svn-backend.h
14920 plugins/subversion/svn-backend.c
14921 plugins/subversion/svn-thread.h
14922 plugins/subversion/svn-thread.c:
14924 Implemented Subversion diff
14926 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14928 * plugins/build-basic-autotools/build-basic-autotools.c:
14929 Fixed crash bug! Might be useful to release 2.0.2 soon
14930 because this bug will crash any build which produces errors
14933 === Anjuta 2.0.1 ===
14935 2005-06-27 Naba Kumar <naba@gnome.org>
14937 * plugins/tools/execute.c: Formated code.
14939 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14941 * plugins/build-basic-autotools/build-basic-autotools.c:
14942 Remove two memory leaks
14943 Check command output versus untranslated strings too
14945 * plugins/tools/execute.c:
14946 Remove two memory leaks
14947 Check command output versus untranslated strings too
14948 Remove description message
14950 * plugins/tools/fileop.c:
14951 Escape tool name in xml configuration file
14953 2005-05-26 Naba Kumar <naba@gnome.org>
14955 * configure.in: Bumped version to 2.0.1
14956 * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14958 * plugins/tools/execute.c: Fixed clickable messages.
14961 * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14962 Deactivate glade plugin when last glade project is closed. Reorder
14963 glade widgets in layout. Change glade project when user selects a
14964 new project. Removed project from the list when user closes it. Fixed
14965 glade project file loading from URI. Save and restored loaded glade
14966 projects in/from session.
14968 * plugins/class-gen/action-callbacks.c,
14969 plugins/class-gen/anjuta-class-gen-plugin.glade,
14970 plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14971 plugins/file-wizard/anjuta-file-wizard.glade,
14972 plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14973 plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14974 "Add to project" correctly. Use the source file path returned after
14975 adding to project. Fixed memory leaks. Deactivate wizard plugins
14978 * plugins/project-manager/plugin.c,
14979 plugins/project-wizard/anjuta-project-wizard.glade,
14980 plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14981 plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14982 src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14983 project-wizard preference page to anjuta app, because they are
14984 more appropriated as general preferences. Renamed username and
14985 useremail properties keys.
14987 * po/POTFILES.in: Updated.
14989 * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14992 * plugins/file-loader/plugin.c: Do not use static variable to store
14993 created submenu in factory. Fixed crash in anjuta exit.
14995 2005-05-24 Naba Kumar <naba@gnome.org>
14997 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14998 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14999 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15000 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15001 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15002 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15003 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15004 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15005 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15007 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15008 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15009 plugins/build-basic-autotools/build-basic-autotools.c,
15010 plugins/build-basic-autotools/build-basic-autotools.h,
15011 plugins/build-basic-autotools/executer.c,
15012 plugins/build-basic-autotools/executer.h,
15013 plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
15014 plugins/tools/variable.c: Added an extra argument to
15015 anuta_util_dialog_input() to pass default value. Save/load project
15016 configure and execution parameters in/from session.
15018 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
15019 symbol browser is loaded.
15021 * plugins/profile-default/plugin.c: Fixed an unbalanced shell
15024 * plugins/terminal/terminal.c: Fixed bug where repeated activate and
15025 deactivate would not start shell.
15027 2005-05-24 Naba Kumar <naba@gnome.org>
15029 * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
15030 libegg/egg-combo-action.c, libegg/egg-recent-action.c,
15031 libegg/egg-submenu-action.c, libegg/test-actions.c,
15032 plugins/build-basic-autotools/build-basic-autotools.c,
15033 plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
15034 plugins/editor/search-replace.c, plugins/editor/text_editor.c,
15035 plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
15036 plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
15037 plugins/macro/plugin.c, plugins/message-view/plugin.c,
15038 plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
15039 plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
15040 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15041 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
15042 plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
15044 2005-05-24 Naba Kumar <naba@gnome.org>
15046 * data/properties/styles.properties: Fixed defalt font.
15048 * plugins/editor/search-replace.c,
15049 plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
15050 project openness wihtout activating project-manager plugin (i.e.
15051 using anjuta_shell_get()).
15053 * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
15054 - Completed add_source(), add_group() and add_target() methods of
15055 IAnjutaProjectManager.
15056 - Change their definition to return the added element (or NULL).
15057 - Used interface API for project main menus and 'add to project'
15058 from file-manager context menu.
15059 - Select proper default target/group when prompting for adding
15060 source/target/group.
15061 - Do not expand all nodes in selection tree when default selection
15062 are given (eases navigation in big projects).
15064 - Marked strings for translation.
15066 2005-05-23 Naba Kumar <naba@gnome.org>
15068 * src/anjuta-app.c: Save menu accelerators on change.
15070 * plugins/editor/anjuta-docman.c: Fixed premature destruction of
15071 save-as dialog (leading to crash later).
15073 2005-05-22 Naba Kumar <naba@gnome.org>
15076 * AUTHORS: Added developers for other projects. Updated.
15077 * TODO.tasks: Updated.
15078 * ChangeLog: Added past changelogs from anjuta-0.1.5.
15080 2005-05-22 Naba Kumar <naba@gnome.org>
15082 * plugins/tools/execute.c: Make parsable lines distinct by adding
15083 a "Click me" description in the message. Allow tools to open arbibrary
15084 file in editory using gdb-styled annotation (The line starts with two
15085 \032 characters followed by the file:line).
15087 * plugins/tools/scripts/prepare-changelog.pl,
15088 plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
15089 ChangeLog file itself and open it.
15091 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
15093 * plugins/tools/execute.c:
15094 Parse output in message pane
15095 Correct a crash on plugin deactivation
15097 * plugins/tools/fileop.c,
15098 plugins/tools/tool.c,
15099 plugins/tools/tool.h:
15100 Load only valid tools
15102 2005-06-21 Naba Kumar <naba@gnome.org>
15104 * anjuta.spec.in: Fixed devel package requirement.
15106 * plugins/message-view/message-view.c: Scroll message on next/previous.
15108 * TODO.tasks: Updated.
15110 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15111 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15112 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15113 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15114 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15115 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15116 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15117 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15119 * libanjuta/anjuta-preferences.c,
15120 plugins/build-basic-autotools/build-basic-autotools.c,
15121 plugins/build-basic-autotools/executer.c,
15122 plugins/class-gen/action-callbacks.c,
15123 plugins/class-gen/action-callbacks.h,
15124 plugins/class-gen/class_gen.c,
15125 plugins/cvs-plugin/cvs-interface.c,
15126 plugins/debug-manager/attach_process.c,
15127 plugins/debug-manager/plugin.c,
15128 plugins/debug-manager/utilities.c,
15129 plugins/debug-manager/utilities.h,
15130 plugins/editor/aneditor-autocomplete.cxx,
15131 plugins/editor/aneditor.cxx,
15132 plugins/editor/search-replace.c,
15133 plugins/editor/search-replace_backend.c,
15134 plugins/gdb/breakpoints.c,
15135 plugins/gdb/registers.c,
15136 plugins/patch/plugin.c,
15137 plugins/project-wizard/druid.c,
15138 plugins/project-wizard/install.c,
15139 plugins/subversion/plugin.c,
15140 tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
15143 * plugins/class-gen/action-callbacks.c,
15144 plugins/project-wizard/parser.c,
15145 plugins/project-wizard/property.c,
15146 plugins/project-wizard/values.c,
15147 plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
15149 * plugins/tools/scripts/prepare-changelog.pl: Order filenames
15152 2005-06-20 Naba Kumar <naba@gnome.org>
15154 * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
15155 manuals/reference/libanjuta/tmpl/e-splash.sgml,
15156 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15158 * libanjuta/anjuta-launcher.c: Fixed possible double call of child
15159 exit idle function.
15161 * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
15162 Fixed possible memory corruption.
15164 * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
15165 plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
15166 libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
15167 progress bar increment and added progress status for symbol refresh
15168 and project loading.
15170 * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
15171 libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
15172 plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
15173 libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
15176 * TODO.tasks: Updated.
15178 2005-06-19 Naba Kumar <naba@gnome.org>
15180 * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
15183 * plugins/project-import/project-import.c: Deactivate plugin when done.
15185 2005-06-18 Naba Kumar <naba@gnome.org>
15187 * plugins/profile-default/plugin.c: Fixed error when loading another
15188 project while a project is still loaded.
15190 * plugins/project-manager/plugin.c: Used (newly added) group-activated
15191 signal from gnome-build to popup group properties.
15193 * src/anjuta.c: Load default session by default.
15195 * po/POTFILES.in: Added missing files.
15197 * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
15198 activate plugin on load (activate it separately). Connect to activate
15199 and deactivate signals for housekeeping, so that if plugins are
15200 activated or deactivate externally, they are properly recorded.
15202 * plugins/profile-default/plugin.c: Save profile before a project
15203 is loaded so that it could be restored when project is closed.
15205 * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
15207 2005-06-17 Naba Kumar <naba@gnome.org>
15209 * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
15210 libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
15211 for project. The plugins loaded for the project is restored when project
15212 is loaded next time.
15214 * TODO.tasks: Updated.
15216 2005-06-15 Naba Kumar <naba@gnome.org>
15218 * plugins/tools/scripts/find-fixmes.pl,
15219 (new) plugins/tools/scripts/translation-status.pl,
15220 plugins/tools/scripts/tools-2.xml.in,
15221 plugins/tools/scripts/Makefile.am,
15222 plugins/tools/scripts/prepare-changelog.pl: Added translation
15223 status script. Completed find-fixmes.pl script. Fixed bugs.
15225 * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
15228 2005-06-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15230 * plugins/message-view/anjuta-message-manager-plugin.glade :
15231 renamed "messages.tag.position" to "messages.tab.position".
15232 plugins/message-view/anjuta-msgman.c :
15233 Messages tab position prefrences.
15235 2005-06-14 Naba Kumar <naba@gnome.org>
15237 * (new) plugins/tools/scripts/find-fixmes.pl,
15238 (new) plugins/tools/scripts/tools-2.xml.in,
15239 (new) plugins/tools/scripts/Makefile.am,
15240 (new) plugins/tools/scripts/prepare-changelog.pl,
15241 plugins/tools/plugin.h, plugins/tools/fileop.c,
15242 plugins/tools/Makefile.am, configure.in: Added system tools.
15244 2005-06-11 Sebastien Granjoux <seb.sfo@free.fr>
15246 * plugins/tools/editor.c:
15247 Take care of creating .anjuta directory if missing
15249 2005-06-10 Naba Kumar <naba@gnome.org>
15251 * configure.in: Increased gnome-build required to version 0.1.2.
15253 * plugins/project-manager/plugin.c: Fixed target/group removal.
15254 Fixed memory leaks.
15256 2005-06-10 Naba Kumar <naba@gnome.org>
15258 * plugins/project-manager/plugin.c: Implemented target/group
15259 configuration (update gnome-build module from cvs).
15261 2005-06-07 Naba Kumar <naba@gnome.org>
15263 Patch from: Massimo Cora' <maxcvs@email.it>:
15264 * plugins/class-inheritance/Makefile.am,
15265 plugins/class-inheritance/class-inherit.c,
15266 plugins/class-inheritance/class-inherit.h,
15267 plugins/class-inheritance/plugin.c,
15268 plugins/class-inheritance/plugin.h,
15269 (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
15270 expanded view of classes in hierarchy canvas (collapsable again).
15272 2005-06-05 Johannes Schmid <jhs@cvs.gnome.org>
15274 * scintilla/patches/scintilla-64-bit.diff (added)
15275 * plugins/patch/patch-plugin.c:
15276 Conditional build for GTK 2.4 and GTK 2.6
15278 2005-06-04 Sebastien Granjoux <seb.sfo@free.fr>
15280 * plugins/tools/anjuta-tools.glade,
15281 plugins/tools/editor.c,
15282 plugins/tools/plugin.h,
15283 plugins/tools/fileop.c:
15284 Add a check box to edit an user script
15285 Correct a few memory leak
15287 * plugins/tools/execute.c,
15288 plugins/tools/tool.c,
15289 plugins/tools/tool.h:
15290 Move utility remove_mnemonic function in tool.c
15293 2005-06-04 Johannes Schmid <jhs@cvs.gnome.org>
15295 Patch from sbrabec@suse.cz:
15297 scintilla/include/Scintilla.h:
15299 Fix 64-Bit warnings in gcc 4
15301 2005-06-03 Johannes Schmid <jhs@cvs.gnome.org>
15303 * plugins/patch/patch_plugin.c
15304 plugins/patch/patch.h
15305 plugin/patch/patch-plugin.glade
15306 plugin/patch/Makefile.am:
15308 Changed patch plugin to use libglade and new gtk 2.6 widgets
15310 2005-05-31 Naba Kumar <naba@gnome.org>
15312 Patch from Jason Bayman <JBayman@HobbitHell.com>:
15313 * plugins/editor/text_editor.c: Don't show error
15316 2005-05-28 Sebastien Granjoux <seb.sfo@free.fr>
15318 * plugins/message-view/anjuta-message-manager.ui,
15319 plugins/message-view/anjuta-msgman.c,
15320 plugins/message-view/anjuta-msgman.h,
15321 plugins/message-view/message-view.c,
15322 plugins/message-view/message-view.h,
15323 plugins/message-view/plugin.c:
15324 Add a popup menu in messages panes
15325 Move save message pane option in it
15327 2005-05-28 Naba Kumar <naba@gnome.org>
15329 * data/properties/styles.properties: Fixed default font
15332 * plugins/editor/style-editor.c: cleanup.
15334 2005-05-25 Naba Kumar <naba@gnome.org>
15336 * plugin/gdb/plugin.c: Start gdb even if the program does
15337 not exists. Fixes bug #305074
15339 2005-05-24 Naba Kumar <naba@gnome.org>
15341 Patch from: Saleem Abdulrasool <compnerd@gentoo.org>
15342 * configure.in: graphviz pkgconfig path.
15344 2005-05-24 Naba Kumar <naba@gnome.org>
15346 * configure.in, anjuta.desktop.in.in: Fixed Icon path.
15347 * TODO.tasks: Updated.
15349 2005-05-22 Naba Kumar <naba@gnome.org>
15351 * anjuta.spec.in: Fixed spec file
15352 * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
15354 2005-05-21 Sebastien Granjoux <seb.sfo@free.fr>
15356 * TODO.tasks: Updated.
15358 * plugins/message-view/anjuta-message-manager.ui,
15359 plugins/message-view/message-view.c,
15360 plugins/message-view/message-view.h,
15361 plugins/message-view/plugin.c:
15362 Add shortcut for next and previous message
15363 Add a save message menu item
15364 Fix a bug in previous message
15366 2005-05-21 Naba Kumar <naba@gnome.org>
15368 * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
15369 doc/Makefile.am, global-tags/create_global_tags.sh,
15370 libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
15371 and rpm package creation. Fixed installation paths.
15373 * plugins/editor/anjuta-document-manager.glade,
15374 plugins/editor/text_editor.c: Fixed autoformat settings in preferences
15375 and indent options.
15377 * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
15379 2005-05-21 Naba Kumar <naba@gnome.org>
15381 * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
15382 global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
15383 pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
15384 tagmanager/Makefile.am: Fixed paths configure variables to take
15385 automake configure variables instead of hardcoding.
15387 * global-tags/tm_global_tags.c: Formated code.
15389 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
15390 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15391 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15392 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15393 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15394 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15395 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15396 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15397 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15399 2005-05-20 Naba Kumar <naba@gnome.org>
15401 * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
15402 and fixed rpm spec file (more testing required).
15404 * data/gdb.init: Don't set gdb prompt.
15406 * mime/Makefile.am: run update-mime-data only on system-wide install.
15408 * plugins/gdb/Makefile.am: Install plugin at correct paths.
15410 2005-05-19 Naba Kumar <naba@gnome.org>
15412 * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
15413 while it's not visible.
15415 Patch from: Jason Bayman <JBayman@HobbitHell.com>
15416 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
15418 2005-05-19 Naba Kumar <naba@gnome.org>
15420 * configure.in: Fixed subversion checks. Added
15421 --disable-plugin-subversion and --disable-plugin-glade
15422 configure flags to manually turn off their plugin builds.
15424 * plugins/editor/plugin.c: Save and restore current editor line
15425 positions in session.
15427 2005-05-18 Naba Kumar <naba@gnome.org>
15429 * AUTHORS: Fixed email address.
15431 * libanjuta/anjuta-utils.c,
15432 plugins/project-manager/plugin.c: Take plugin shell as dialog parents
15433 when the projectmanager toplevel is not a window. Check for valid
15434 gtkwindow type before using the passed window as parent for anjuta
15437 2005-05-17 Naba Kumar <naba@gnome.org>
15439 * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
15441 * plugins/cvs-plugin/Makefile.am,
15442 plugins/devhelp/plugin.c,
15443 plugins/file-loader/Makefile.am,
15444 plugins/macro/Makefile.am,
15445 plugins/message-view/Makefile.am,
15446 plugins/patch/Makefile.am,
15447 plugins/project-manager/Makefile.am,
15448 plugins/subversion/Makefile.am,
15449 plugins/symbol-browser/Makefile.am: Removed -module flags
15452 * MAINTAINERS: Added file so that I could recieve bugzilla
15455 * plugins/glade/plugin.c: Fixed compile error.
15457 === Anjuta 2.0.0 ===
15459 2005-05-15 Naba Kumar <naba@gnome.org>
15461 * configure.in: Adjusted gdl version requirement. Bumped anjuta
15464 * plugins/symbol-browser/an_symbol_view.c,
15465 plugins/symbol-browser/plugin.c,
15466 tagmanager/tm_workspace.c: Fixed symbol-browser crash when
15467 symbols have been updated. Reset file symbols when update
15468 occurs. Fixed memory leaks.
15470 Patch from Jason Bayman <JBayman@HobbitHell.com>:
15471 * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
15473 2005-05-14 Sebastien Granjoux <seb.sfo@free.fr>
15475 * plugins/tools/anjuta-tools.glade:
15476 Remove unused parameter dialog
15478 * plugins/tools/dialog.c,
15479 plugins/tools/fileop.c,
15480 plugins/tools/fileop.h,
15481 plugins/tools/tool.c,
15482 plugins/tools/tool.h,
15483 plugins/tools/variable.c:
15484 Add a few comments and cleanups
15486 * plugins/tools/editor.c,
15487 plugins/tools/editor.h:
15488 Remove code from previous plugin and add comments
15489 Use main window as parent (instead of tool list)
15491 * plugins/tools/execute.c,
15492 plugins/tools/execute.h:
15493 Remove code from previous plugin and add comments
15496 2005-05-14 Naba Kumar <naba@gnome.org>
15498 * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15501 * configure.in: Fixed
15503 * plugins/class-inheritance/class-inheritance.png: New icon.
15505 * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15506 screws up when reparented.
15508 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15510 * plugins/editor/search-replace.c,
15511 plugins/editor/search-replace_backend.c
15512 plugins/project-manager/plugin.c : Clear find pane if searching same
15513 expression. Clean code.
15515 2005-05-14 Pawan Chitrakar <pawan@nplinux.org>
15517 * configure.in: Added ne in ALL_LINGUAS
15519 2005-05-13 Naba Kumar <naba@gnome.org>
15521 * configure.in: Fixed glade-3 version.
15523 * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15524 plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15525 plugins/gdb/watch.c: Update locals, watch and frame document on
15528 2005-05-12 Naba Kumar <naba@gnome.org>
15530 * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15531 scope autocompletion when the function definition is incomplete.
15533 * plugins/class-gen/anjuta-class-gen.plugin.in,
15534 plugins/file-wizard/anjuta-file-wizard.plugin.in,
15535 plugins/gdb/plugin.c,
15536 plugins/glade/anjuta-glade.plugin.in,
15537 plugins/project-import/anjuta-project-import.plugin.in,
15538 plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15539 titles for the wizards.
15541 2005-05-11 Naba Kumar <naba@gnome.org>
15543 * configure.in, plugins/debug-manager/Makefile.am,
15544 plugins/debug-manager/plugin.c,
15545 (added) plugins/debug-manager/images/.cvsignore,
15546 (added) plugins/debug-manager/images/Makefile.am,
15547 (added) plugins/debug-manager/images/detach-16.png,
15548 (added) plugins/debug-manager/images/detach.png,
15549 (added) plugins/debug-manager/images/step-into-16.png,
15550 (added) plugins/debug-manager/images/step-into.png,
15551 (added) plugins/debug-manager/images/step-out-16.png,
15552 (added) plugins/debug-manager/images/step-out.png,
15553 (added) plugins/debug-manager/images/step-over-16.png,
15554 (added) plugins/debug-manager/images/step-over.png,
15555 plugins/gdb/Makefile.am,
15556 plugins/gdb/breakpoints.c,
15557 plugins/gdb/plugin.c,
15558 (added) plugins/gdb/images/.cvsignore,
15559 (added) plugins/gdb/images/Makefile.am,
15560 (added) plugins/gdb/images/breakpoint.png,
15561 (added) plugins/gdb/images/locals.png,
15562 (added) plugins/gdb/images/stack.png,
15563 (added) plugins/gdb/images/watch.png: Fixed breakpoints
15564 'remove all'. Added debugger icons.
15566 * plugins/editor/text_editor.c: Fixed file monitor.
15568 Patch from: Massimo Cora' <maxcvs@email.it>
15569 * plugins/patch/anjuta-patch-plugin.png,
15570 plugins/class-gen/Makefile.am,
15571 plugins/class-gen/action-callbacks.c,
15572 plugins/class-gen/class_gen.c,
15573 plugins/class-gen/class_logo.xpm: Implemented vcs
15574 file addions. New icons by Fabio Zecchini
15576 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15578 * libanjuta/interfaces/libanjuta.idl
15579 plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15580 plugins/editor/search-replace_backend.c
15581 plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15583 2005-05-11 Naba Kumar <naba@gnome.org>
15585 * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15586 plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15587 plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15588 plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15589 plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15592 * plugins/symbol-browser/an_symbol_prefs.c,
15593 plugins/symbol-browser/an_symbol_search.c,
15594 plugins/symbol-browser/an_symbol_view.c,
15595 plugins/symbol-browser/an_symbol_view.h,
15596 plugins/symbol-browser/plugin.c: Fixed memory leaks.
15598 2005-05-11 Naba Kumar <naba@gnome.org>
15600 * libanjuta/anjuta-shell.c: Fixed runtime warning.
15602 * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15603 progress bar location at create time, instead of hardcoding.
15605 * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15606 Added mini splash screen.
15608 * plugins/editor/text_editor.c: Do not produce warning when file
15609 monitor could not be created.
15611 * plugins/profile-default/plugin.c: Save project session on exit.
15612 Show mini splash with progress bar at profile load.
15614 2005-05-10 Naba Kumar <naba@gnome.org>
15616 * configure.in, manuals/Makefile.am: Fixed compile flags.
15617 Disable outdated manuals builds.
15619 * global-tags/Makefile.am: Uninstall tags files on
15622 * libegg/Makefile.am: Use configured deprecated flags.
15624 * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15625 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15626 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15629 * mime/Makefile.am: Take DESTDIR into account.
15631 * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15633 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15634 on scope autocompletion.
15636 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15637 plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15638 shared libs and static libs paths for debugging. Order them
15641 * po/POTFILES.in: Updated.
15643 2005-05-09 Naba Kumar <naba@gnome.org>
15645 * libanjuta/interfaces/libanjuta.idl,
15646 plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15647 plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15648 plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15649 Implemented debugger source directory search and emits location changed
15650 signal with absolute path of the file.
15652 * plugins/tools/tool.c: Fixed compile errors.
15654 2005-05-08 Sebastien Granjoux <seb.sfo@free.fr>
15656 * plugins/tools/anjuta-tools.glade,
15657 plugins/tools/dialog.h,
15658 plugins/tools/dialog.c,
15659 plugins/tools/plugin.c,
15660 plugins/tools/editor.c:
15661 Improve graphical user interface
15663 Correct an error on close
15666 * plugins/tools/fileop.c,
15667 plugins/tools/tool.h,
15668 plugins/tools/tool.c:
15669 Change the tool internal structure
15670 Support having tools configuration in several places
15672 2005-05-08 Naba Kumar <naba@gnome.org>
15674 * plugins/gdb/actions.c,
15675 (removed) plugins/gdb/registers_cbs.c,
15676 (removed) plugins/gdb/registers_cbs.h,
15677 (removed) plugins/gdb/registers_gui.c,
15678 (removed) plugins/gdb/sharedlib_cbs.c,
15679 (removed) plugins/gdb/sharedlib_cbs.h,
15680 (removed) plugins/gdb/sharedlib_gui.c,
15681 (removed) plugins/gdb/signals_cbs.c,
15682 (removed) plugins/gdb/signals_cbs.h,
15683 (removed) plugins/gdb/signals_gui.c: Removed dead files.
15685 2005-05-08 Naba Kumar <naba@gnome.org>
15687 * plugins/build-basic-autotools/executer.c: Fixed programs
15690 * plugins/debug-manager/Makefile.am,
15691 plugins/debug-manager/anjuta-debug-manager.glade,
15692 plugins/debug-manager/plugin.c,
15693 plugins/gdb/Makefile.am: Used libglade for programs listing
15696 * (added) plugins/gdb/pointer.png: Stack pointer image.
15698 * libanjuta/anjuta-marshal.list,
15699 pixmaps/Makefile.am,
15700 plugins/gdb/actions.c,
15701 plugins/gdb/actions.h,
15702 plugins/gdb/anjuta-gdb-plugin.ui,
15703 plugins/gdb/anjuta-gdb.glade,
15704 plugins/gdb/breakpoints.c,
15705 plugins/gdb/breakpoints.h,
15706 plugins/gdb/debug_tree.c,
15707 plugins/gdb/debug_tree.h,
15708 plugins/gdb/debugger.c,
15709 plugins/gdb/debugger.h,
15710 plugins/gdb/gdbmi-test.c,
15711 plugins/gdb/gdbmi.c,
15712 plugins/gdb/gdbmi.h,
15713 plugins/gdb/info.c,
15714 plugins/gdb/info.h,
15715 plugins/gdb/locals.c,
15716 plugins/gdb/locals.h,
15717 plugins/gdb/memory.c,
15718 plugins/gdb/memory.h,
15719 plugins/gdb/plugin.c,
15720 plugins/gdb/plugin.h,
15721 plugins/gdb/registers.c,
15722 plugins/gdb/registers.h,
15723 plugins/gdb/registers_cbs.c,
15724 plugins/gdb/registers_cbs.h,
15725 plugins/gdb/registers_gui.c,
15726 plugins/gdb/sharedlib.c,
15727 plugins/gdb/sharedlib.h,
15728 plugins/gdb/sharedlib_cbs.c,
15729 plugins/gdb/sharedlib_cbs.h,
15730 plugins/gdb/sharedlib_gui.c,
15731 plugins/gdb/signals.c,
15732 plugins/gdb/signals.h,
15733 plugins/gdb/signals_cbs.c,
15734 plugins/gdb/signals_cbs.h,
15735 plugins/gdb/signals_gui.c,
15736 plugins/gdb/stack_trace.c,
15737 plugins/gdb/stack_trace.h,
15738 plugins/gdb/utilities.c,
15739 plugins/gdb/utilities.h,
15740 plugins/gdb/watch.c,
15741 plugins/gdb/watch.h,
15742 plugins/gdb/watch_cbs.c,
15743 plugins/gdb/watch_cbs.h,
15744 plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15745 it for all debugger component updates and listing. Implemented
15746 user custom debugger command window. Fixed all debugger components
15747 to work correctly. Implemented debugger as GObject. Removed
15750 2005-05-06 Naba Kumar <naba@gnome.org>
15752 * TODO.tasks: Updated.
15754 * plugins/build-basic-autotools/Makefile.am,
15755 plugins/file-loader/Makefile.am,
15756 plugins/profile-default/Makefile.am,
15757 plugins/sample1/Makefile.am,
15758 plugins/symbol-browser/images/Makefile.am,
15759 src/Makefile.am: Fixed 'make distcheck' errors.
15761 * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15764 * tagmanager/tm_workspace.c: Include prototypes in getting
15767 2005-05-06 Naba Kumar <naba@gnome.org>
15769 * TODO.tasks: Updated.
15771 * configure.in, plugins/cvs-plugin/Makefile.am,
15772 plugins/debug-manager/Makefile.am,
15773 plugins/devhelp/Makefile.am,
15774 plugins/editor/Makefile.am,
15775 plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15777 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15778 IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15781 * tagmanager/tm_workspace.c,
15782 tagmanager/include/tm_workspace.h,
15783 plugins/editor/aneditor-autocomplete.cxx,
15784 plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15785 to return all matching tag types when no name is given instead of
15786 returning empty array.
15788 * plugins/symbol-browser/Makefile.am,
15789 (added) plugins/symbol-browser/an_symbol.c,
15790 (added) plugins/symbol-browser/an_symbol.h,
15791 plugins/symbol-browser/an_symbol_info.c,
15792 plugins/symbol-browser/an_symbol_info.h,
15793 (added) plugins/symbol-browser/an_symbol_iter.c,
15794 (added) plugins/symbol-browser/an_symbol_iter.h,
15795 plugins/symbol-browser/an_symbol_search.c,
15796 plugins/symbol-browser/an_symbol_view.c,
15797 plugins/symbol-browser/an_symbol_view.h,
15798 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15799 plugins/symbol-browser/plugin.c,
15800 plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15801 for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15802 plugin and implemented IAnjutaIterable interface for symbol search
15805 * plugins/class-inheritance/Makefile.am,
15806 plugins/class-inheritance/class-inherit.c,
15807 plugins/class-inheritance/class-inherit.h,
15808 plugins/class-inheritance/plugin.h: Use the newly added
15809 IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15810 get rid of libanjuta-ctags.la dependencies.
15812 2005-05-02 Naba Kumar <naba@gnome.org>
15814 * plugins/class-inheritance/class-inherit.c,
15815 plugins/class-inheritance/plugin.c,
15816 plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15817 be found for a class. Formated code.
15819 Patch from: Curtis Magyar <curtm4n@gmail.com>:
15820 * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15823 2005-05-01 Sebastien Granjoux <seb.sfo@free.fr>
15825 * libanjuta/anjuta-launcher.c:
15826 Keep trying sending data until all bytes have been written
15828 * plugins/tools/anjuta-tools.glade,
15829 plugins/tools/editor.c:
15830 Add a combo box to defined data from stdin
15832 * plugins/tools/execute.c:
15833 Send data in stdin if needed
15836 * plugins/tools/fileop.c,
15837 plugins/tools/tool.h,
15838 plugins/tools/tool.c:
15839 Store, load and save stdin data
15840 Use tools-2.xml instead of tools.xml
15842 * plugins/tools/plugin.c,
15843 plugins/tools/plugin.h:
15846 * plugins/tools/dialog.c,
15847 plugins/tools/dialog.h:
15850 * plugins/tools/variable.c,
15851 plugins/tools/variable.h:
15852 Add editor related variables
15855 2005-04-29 Naba Kumar <naba@gnome.org>
15857 * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15859 * plugins/editor/text_editor.c: Fixed line marker interpretation.
15861 * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15862 plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15863 plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15864 (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15865 working on gdb MI interface. Completed MI parser interface.
15867 Patch from Massimo Cora <maxcvs@email.it>:
15868 * plugins/class-inheritance/Makefile.am,
15869 plugins/class-inheritance/class-inherit.c,
15870 plugins/class-inheritance/class-inherit.h,
15871 plugins/class-inheritance/plugin.c,
15872 plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15873 Used system theme for colors. Display class members on mouse click.
15875 2005-04-28 Naba Kumar <naba@gnome.org>
15877 * plugins/symbol-browser/an_symbol_prefs.c
15878 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15879 implementation to create/add/remove custom tags files in symbol
15880 brower preferences.
15882 * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15885 * plugins/project-import/project-import.c: Fixed memory leaks and
15886 use correct debug prints.
15888 * TODO.tasks: Updated.
15890 2005-04-27 Naba Kumar <naba@gnome.org>
15892 * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15893 libegg/Makefile.am, libegg/treeviewutils/Makefile.am,
15894 scintilla/Makefile.am: Fixed 'make distcheck' errors.
15896 * plugins/editor/anjuta-docman.c,
15897 plugins/editor/anjuta-docman.h,
15898 plugins/editor/plugin.c: Emit editor-added signal from docman
15899 and connect signals to new editor correctly.
15901 * plugins/class-inheritance/plugin.c,
15902 plugins/symbol-browser/plugin.c: Added stock icons.
15904 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15905 plugins/build-basic-autotools/executer.c,
15906 plugins/build-basic-autotools/executer.h: Added missing files
15907 for the execute programs implementation.
15909 2005-04-26 Naba Kumar <naba@gnome.org>
15911 * TODO.tasks: Updated.
15913 * plugins/file-loader/plugin.c,
15914 plugins/project-import/anjuta-project-import.plugin.in,
15915 plugins/project-import/plugin.c,
15916 plugins/project-import/project-import.c,
15917 plugins/project-import/project-import.h: Be able to import older
15920 2005-04-26 Naba Kumar <naba@gnome.org>
15922 * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15923 removing it from the shell.
15925 * libanjuta/anjuta-shell.c,
15926 libanjuta/anjuta-shell.h,
15927 plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15928 so that widget additions are freezed or thaw using a pending queue.
15929 Fixded UI flicker while loading projects.
15931 2005-04-26 Naba Kumar <naba@gnome.org>
15933 * TODO.tasks: Updated.
15935 * libanjuta/interfaces/libanjuta.idl: Added execute method for
15936 IAnjutaBuildable interface.
15938 * plugins/build-basic-autotools/Makefile.am,
15939 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15940 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15941 plugins/build-basic-autotools/build-basic-autotools.c,
15942 plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15943 interface and UI for executing project/file programs. Implemented
15944 IAnjutaFile interface so that executables could be opened directly.
15946 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15947 Authors line (Reserved for external plugins, which do not have a way to
15948 show their credits).
15950 * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15951 [File Loader] group for menu labels (default to "Name" if it is not
15954 * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15955 for executing external commands.
15957 2005-04-25 Sebastien Granjoux <seb.sfo@free.fr>
15959 * plugins/project-wizard/property.c:
15960 Correct a memory leak
15962 * libanjuta/interfaces/libanjuta.idl,
15963 plugins/editor/text_editor.c:
15964 Add erase_all and replace_selection function to IAnjutaEditor
15966 * plugins/tools/anjuta-tools.glade,
15967 plugins/tools/fileop.c,
15968 plugins/tools/editor.c,
15969 plugins/tools/tool.c
15970 plugins/tools/tool.h:
15971 Add shortcut and icon
15973 * plugins/tools/variable.c,
15974 plugins/tools/variable.h:
15975 Add a variable asking parameters at run time
15977 * plugins/tools/execute.c:
15978 Add a warning message for missing document manager
15979 Add replace buffer and replace selection output
15980 Correct an error in popup output
15982 * plugins/tools/plugin.c,
15983 plugins/tools/plugin.h,
15984 plugins/tools/anjuta-tools.ui,
15987 Attach tools menu to a new place
15989 2005-04-25 Naba Kumar <naba@gnome.org>
15991 * libanjuta/plugins.c, src/about.c, src/about.h,
15992 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15993 plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15994 plugins (about box for plugins) menu.
15996 2005-04-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15998 * plugins/editor/search-replace.c :
15999 Displayed full path in Search pane window.
16000 Bug 300231 : Selected line in Search pane window .
16002 2005-04-23 Naba Kumar <naba@gnome.org>
16004 * plugins/terminal/terminal.c: Fixed crash on terminal docking.
16006 2005-04-22 Naba Kumar <naba@gnome.org>
16008 * plugins/project-wizard/templates/java-logo.png: Smaller icons.
16010 * plugins/project-wizard/templates/java.wiz,
16011 plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
16012 to create bytecodes (.class) files.
16014 * plugins/symbol-browser/an_symbol_info.c,
16015 plugins/symbol-browser/an_symbol_info.h,
16016 plugins/symbol-browser/an_symbol_search.c,
16017 plugins/symbol-browser/an_symbol_view.c,
16018 plugins/symbol-browser/plugin.c,
16019 tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
16020 in file symbol list.
16022 2005-04-22 Naba Kumar <naba@gnome.org>
16024 * TODO.tasks: Updated.
16026 * plugins/class-inheritance/Makefile.am,
16027 plugins/subversion/Makefile.am: Do not install plugin files when
16028 plugin build condition is false.
16030 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
16031 plugins/build-basic-autotools/build-basic-autotools.c,
16032 plugins/build-basic-autotools/build-basic-autotools.h,
16033 plugins/file-loader/anjuta-loader-plugin.ui,
16034 plugins/file-loader/dnd.c,
16035 plugins/file-loader/plugin.c,
16036 plugins/file-loader/plugin.h,
16037 plugins/project-manager/anjuta-project-manager.ui,
16038 plugins/project-manager/plugin.c: Added open file and build context
16039 menu in project manager context menu.
16041 2005-04-22 Naba Kumar <naba@gnome.org>
16043 * configure.in: Added message output showing conditional plugins to
16046 * src/layout.xml: Added layout for class-inheritance plugin widget.
16048 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
16049 plugin name to remove redundant terms.
16051 * TODO.tasks: Updated.
16054 plugins/symbol-browser/Makefile.am,
16055 plugins/symbol-browser/an_symbol_view.c,
16056 (removed) plugins/symbol-browser/sv_class.xpm,
16057 (removed) plugins/symbol-browser/sv_function.xpm,
16058 (removed) plugins/symbol-browser/sv_macro.xpm,
16059 (removed) plugins/symbol-browser/sv_private_fun.xpm,
16060 (removed) plugins/symbol-browser/sv_private_var.xpm,
16061 (removed) plugins/symbol-browser/sv_protected_fun.xpm,
16062 (removed) plugins/symbol-browser/sv_protected_var.xpm,
16063 (removed) plugins/symbol-browser/sv_public_fun.xpm,
16064 (removed) plugins/symbol-browser/sv_public_var.xpm,
16065 (removed) plugins/symbol-browser/sv_static_fun.xpm,
16066 (removed) plugins/symbol-browser/sv_static_var.xpm,
16067 (removed) plugins/symbol-browser/sv_struct.xpm,
16068 (removed) plugins/symbol-browser/sv_unknown.xpm,
16069 (removed) plugins/symbol-browser/sv_variable.xpm,
16070 (added) plugins/symbol-browser/images/.cvsignore,
16071 (added) plugins/symbol-browser/images/Icons.16x16.Class,
16072 (added) plugins/symbol-browser/images/Icons.16x16.Enum,
16073 (added) plugins/symbol-browser/images/Icons.16x16.Field,
16074 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
16075 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
16076 (added) plugins/symbol-browser/images/Icons.16x16.Interface,
16077 (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
16078 (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
16079 (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
16080 (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
16081 (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
16082 (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
16083 (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
16084 (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
16085 (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
16086 (added) plugins/symbol-browser/images/Icons.16x16.Literal,
16087 (added) plugins/symbol-browser/images/Icons.16x16.Method,
16088 (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
16089 (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
16090 (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
16091 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
16092 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
16093 (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
16094 (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
16095 (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
16096 (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
16097 (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
16098 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
16099 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
16100 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
16101 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
16102 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
16103 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
16104 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
16105 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
16106 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
16107 (added) plugins/symbol-browser/images/Icons.16x16.Reference,
16108 (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
16109 pixmaps and added new icons (taken from monodevelop).
16111 2005-04-21 Naba Kumar <naba@gnome.org>
16113 Patch from Massimo Cora <maxcvs@email.it>:
16115 * configure.in, plugins/Makefile.am
16116 (new) plugins/class-inheritance/.cvsignore,
16117 (new) plugins/class-inheritance/Makefile.am,
16118 (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
16119 (new) plugins/class-inheritance/class-inherit.c,
16120 (new) plugins/class-inheritance/class-inherit.h,
16121 (new) plugins/class-inheritance/plugin.c,
16122 (new) plugins/class-inheritance/plugin.h,
16123 (new) plugins/class-inheritance/class-inheritance.png: Added class
16124 inheritance plugin.
16126 Changes by naba: Added pkgconfig check for graphviz and conditionally
16129 * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
16131 2005-04-20 Naba Kumar <naba@gnome.org>
16133 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
16134 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16135 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16136 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16137 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16138 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16139 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16140 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16141 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16142 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16143 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16145 * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
16146 message view management.
16148 * libanjuta/anjuta-children.[ch],
16149 plugins/build-basic-autotools/build-basic-autotools.c,
16150 libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
16151 Removed anjuta_children_init() function,
16152 because it is done automatically when first invoked. Introduced
16153 anjuta_children_recover() to recover the child signalling. Fixed
16154 child exit management to correctly recover the exit status.
16156 * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
16157 to properly shutdown the launcher and to kill the running process
16158 (without emitting any signal).
16160 * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
16161 plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
16162 gdb and program instance.
16164 2005-04-19 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16166 * plugins/editor/search-replace.c :
16167 Fixed bug 300229 (Search dialog unsensitive freezed Search button).
16169 2005-04-18 Naba Kumar <naba@gnome.org>
16171 * TODO.tasks: Marked completed items.
16173 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
16174 plugins/gdb/debugger.h, plugins/gdb/plugin.c,
16175 plugins/project-manager/plugin.c: Prompt user for the debugging
16176 target (select from a list of project's executable targets) and
16177 correctly start debugger. Take care of libtool wrapping when the
16178 target selected is libtool target. Fixed debugger menu items
16181 2005-04-17 Sebastien Granjoux <seb.sfo@free.fr>
16183 * plugins/tools/execute.c,
16184 plugins/tools/execute.h:
16185 Implement save all files before running a command
16186 Implement all options for stdout and stderr except replace buffer
16187 Allow running several tools
16189 * plugins/tools/plugin.c:
16190 Move anjuta launcher in execute.c
16192 * plugins/tools/tools.h,
16193 plugins/tools/variable.c:
16196 2005-04-13 Sebastien Granjoux <seb.sfo@free.fr>
16198 * plugins/tools/anjuta-tools.glade:
16199 Add new properties in tool editor dialog
16200 Cosmetic improvements
16202 * plugins/tools/anjuta-tools.ui:
16203 Attach tool menu as a build menu
16205 * plugins/tools/dialog.c:
16206 Set tool menu item sensitivity in tool list
16209 * plugins/tools/editor.c,
16210 plugins/tools/editor.h,
16211 plugins/tools/fileop.c,
16212 plugins/tools/tool.c,
16213 plugins/tools/tool.h:
16214 Add new properties (active, save file...)
16215 Most of them are still not implemented
16217 * plugins/tools/execute.c,
16218 plugins/tools/execute.h:
16219 Reorganize code to support multiple run
16220 Support run in terminal
16222 * plugins/tools/plugin.c
16223 plugins/tools/plugin.h:
16224 Move message handling in execute.c
16226 * plugins/tools/variable.h,
16227 plugins/tools/variable.c:
16228 Add useful variables
16230 2005-04-13 Naba Kumar <naba@gnome.org>
16232 * plugins/editor/text_editor.c: Fixed file monitoring condition.
16233 * plugins/editor/Makefile.am: Added gnome-vfs flags.
16235 2005-04-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16237 * plugins/tools/dialog.c plugins/tools/tool.c :
16240 2005-04-06 Naba Kumar <naba@gnome.org>
16242 * src/anjuta.c: Load default session only when
16243 "anjuta.session.load.last" preference is enabled.
16245 2005-04-07 Sebastien Granjoux <seb.sfo@free.fr>
16247 * plugins/tools/Makefile.am,
16248 plugins/tools/variable.c,
16249 plugins/tools/variable.h:
16250 Add new code for handling variables
16252 * plugins/tools/anjuta-tools.glade:
16253 Improve tool editor dialog
16254 Add variable selection dialog
16256 * plugins/tools/dialog.c,
16257 plugins/tools/dialog.h,
16258 plugins/tools/plugin.c,
16259 plugins/tools/plugin.h:
16260 Add variable object
16261 Add a function to get it
16263 * plugins/tools/editor.c:
16264 Add gui code for variable selection dialog
16266 * plugins/tools/execute.c:
16267 Use variables for executing command
16269 * Naba: Compile warning fixes.
16271 2005-04-06 Naba Kumar <naba@gnome.org>
16273 * TODO.tasks: Marked completed items.
16275 2005-04-06 Naba Kumar <naba@gnome.org>
16277 * plugins/subversion/svn-backend.c: Fixed subversion plugin
16280 * plugins/tools/anjuta-tools.glade: Improved dialog layout.
16282 2005-04-04 Naba Kumar <naba@gnome.org>
16284 * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
16285 inside Main window.
16287 2005-03-31 Sebastien Granjoux <seb.sfo@free.fr>
16289 * plugins/tools/Makefile.am,
16290 plugins/tools/anjuta-tools.plugin.in,
16291 plugins/tools/anjuta-tools.ui,
16292 plugins/tools/anjuta-tools.gladei,
16293 plugins/tools/anjuta-tools-plugin.png,
16294 plugins/tools/plugin.c,
16295 plugins/tools/plugin.h,
16296 plugins/tools/dialog.c,
16297 plugins/tools/dialog.h,
16298 plugins/tools/fileop.c,
16299 plugins/tools/fileop.h,
16300 plugins/tools/tool.c,
16301 plugins/tools/tool.h,
16302 plugins/tools/editor.c,
16303 plugins/tools/editor.h,
16304 plugins/tools/execute.c,
16305 plugins/tools/execute.h, configure.in, plugins/Makefile.am:
16306 Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
16309 * anjuta-tools.[ch]: Removed old tools code.
16311 2005-04-01 Steve Murphy <murf@e-tools.com>
16313 * configure.in: Added "rw" to ALL_LINGUAS.
16315 2005-03-29 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16318 manuals/C/anjuta-manual/fileoperations.xml
16320 manuals/C/anjuta-manual/figures/search_expr.png
16321 manuals/C/anjuta-manual/figures/search_expr_basic.png
16322 manuals/C/anjuta-manual/figures/search_file_list.png
16323 manuals/C/anjuta-manual/figures/search_file_pattern.png
16324 manuals/C/anjuta-manual/figures/search_replace.png
16325 manuals/C/anjuta-manual/figures/search_setting.png
16326 manuals/C/anjuta-manual/figures/search_target.png
16327 manuals/C/anjuta-manual/figures/search_target_action.png
16328 manuals/C/anjuta-manual/figures/search_target_in.png
16330 manuals/C/anjuta-manual/figures/find_files.png
16331 manuals/C/anjuta-manual/figures/find_replace.png
16332 manuals/C/anjuta-manual/figures/find_text.png :
16333 Updated Anjuta manual (File Operations)
16335 2005-03-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16337 * manuals/C/anjuta-manual/fileoperations.xml,
16338 manuals/C/anjuta-manual/figures/open_file.png,
16339 manuals/C/anjuta-manual/figures/open_file_multiple.png,
16340 manuals/C/anjuta-manual/figures/prefs_print.png,
16341 manuals/C/anjuta-manual/figures/print_dlg.png,
16342 manuals/C/anjuta-manual/figures/print_preview.png.
16344 manuals/C/anjuta-manual/figures/add_edit_macro.png,
16345 manuals/C/anjuta-manual/figures/display_macro.png,
16346 manuals/C/anjuta-manual/figures/insert_text.png,
16347 manuals/C/anjuta-manual/figures/keyword_macro.png,
16348 manuals/C/anjuta-manual/figures/new_file_wizard.png,
16349 manuals/C/anjuta-manual/figures/save_as_file.png :
16350 Updated Anjuta Manual (File Operations)
16352 2005-03-23 Adam Weinberger <adamw@gnome.org>
16354 * plugins/editor/action-callbacks.c,
16355 plugins/file-loader/plugin.c,
16356 plugins/gtodo/main.c,
16357 plugins/project-wizard/druid.c:
16358 Fix spelling/grammar errors. Fixes bugs
16359 169068, 169137, 169138, and 169139.
16361 2005-03-21 Naba Kumar <naba@gnome.org>
16363 Patch from: Massimo Cora' <maxcvs@email.it>:
16365 * plugins/editor/Makefile.am
16366 plugins/editor/anjuta-docman.c,
16367 (added) plugins/editor/editor-tooltips.c,
16368 (added) plugins/editor/editor-tooltips.h: Added tooltips to
16369 editor tabs to show full path.
16371 2005-03-19 Johannes Schmid <jhs@cvs.gnome.org>
16373 * plugins/subversion/svn-backend.c:
16374 Removed "apr-0/" from include because this is
16375 already included in SVN_INCLUDE and broke building if
16376 apr >= 1.0 was installed.
16378 2005-03-18 Naba Kumar <naba@gnome.org>
16380 Patch from: Massimo Cora' <maxcvs@email.it>:
16382 * plugins/editor/action-callbacks.c,
16383 plugins/editor/aneditor-calltip.cxx,
16384 plugins/editor/aneditor-priv.h,
16385 plugins/editor/aneditor.cxx,
16386 plugins/editor/aneditor.h,
16387 plugins/editor/anjuta-document-manager.ui: Added calltip
16388 activation from menu.
16390 2005-03-16 Naba Kumar <naba@gnome.org>
16392 Patch from: Massimo Cora' <maxcvs@email.it>:
16394 * plugins/class-gen/action-callbacks.c,
16395 plugins/class-gen/anjuta-class-gen-plugin.glade,
16396 plugins/class-gen/class_gen.c,
16397 plugins/class-gen/class_gen.h,
16398 plugins/class-gen/class_logo.xpm,
16399 plugins/class-gen/plugin.c: Create files without project
16400 being open. Add to project support. And other enhancements.
16402 2005-03-15 Adam Weinberger <adamw@gnome.org>
16405 plugins/debug-manager/utilities.c,
16406 plugins/file-loader/plugin.c,
16407 plugins/gdb/utilities.c,
16408 plugins/profile-default/plugin.c,
16409 plugins/project-import/project-import.c,
16410 src/anjuta-actions.h:
16411 Spelling/grammar fixes.
16413 2005-03-13 Naba Kumar <naba@gnome.org>
16415 * plugins/editor/action-callbacks.c,
16416 plugins/editor/action-callbacks.h,
16417 plugins/editor/anjuta-document-manager.ui,
16418 plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
16419 submenu. Moved menuitems from Format to View->Editor.
16421 * src/action-callbacks.c, src/action-callbacks.h,
16422 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
16423 layout and lock layout menus in View submenu. Get rid of
16424 Settings->Layout Manager menu.
16426 * plugins/project-import/anjuta-project-import.plugin.in:
16429 * global-tags/Makefile.am,
16430 global-tags/create_global_tags.sh,
16431 plugins/editor/aneditor-autocomplete.cxx,
16432 plugins/editor/aneditor-priv.h,
16433 plugins/editor/aneditor.cxx,
16434 tagmanager/tm_workspace.c: Fixed scope members autocompletion
16435 in editor and made it work in global symbols also.
16437 * src/anjuta-app.c: Always use priority texts besides icons style
16438 for toolbars, because other styles look horible for Anjuta (fixme).
16440 2005-03-11 Naba Kumar <naba@gnome.org>
16442 * configure.in: Removed test for iconv.
16444 * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
16445 before scintilla widget is realized.
16447 * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
16448 for Update menuitem.
16450 * scintilla/patches/set-cursor-warning-fix.diff: Removed because
16451 already applied in scintilla main stream.
16453 * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
16454 and notified scintilla developer.
16456 2005-03-10 Naba Kumar <naba@gnome.org>
16458 * src/action-callbacks.c: Removed reference to src/help.h (dead
16461 * plugins/editor/text_editor.c: Removed reference to
16462 src/launcher.h (a dead file).
16464 * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
16465 src/controls.c, src/controls.h, src/fileselection.c,
16466 src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
16467 src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
16468 src/main.cpp, src/main_menubar.c, src/main_menubar.h,
16469 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
16470 src/session.h, src/support.c, src/support.h, src/toolbar.c,
16471 src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
16472 Removed these dead files from CVS.
16475 2005-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16477 * plugins/file-wizard/action-callbacks.c : Added error message.
16478 plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16481 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
16483 * plugins/cvs-plugin/cvs-callbacks.c
16484 plugins/cvs-plugin/plugin.c:
16485 Fixed preferences page init and busy handling
16487 * plugins/subversion/plugin.c:
16488 Fixed preferences page init
16490 2005-03-09 Naba Kumar <naba@gnome.org>
16492 * plugins/Makefile.am, plugins/glade/Makefile.am,
16493 plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16494 enabled glade plugin in Anjuta. The plugin is built only when
16495 glade3 is installed.
16497 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
16499 * plugins/project-wizard/templates/java.wiz
16500 plugins/project-wizard/templates/java-logo.png (*)
16501 plugins/project-wizard/templates/java/*
16502 plugins/project-wizard/templates/Makefile.am
16505 Add Java project type. It generates a autoconf/automake
16506 project which is compiled using gcj. It requires automake
16507 > 1.4 (1.9 is known to work) to work!
16509 (*) still awaiting response from the gcj team if we
16510 may use their logo.
16512 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
16514 * plugins/project-import/*
16515 plugins/Makefile.am
16517 Added project import plugin. Might be a bit buggy and limited
16519 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16520 Icon from old pixmaps dir
16522 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16524 * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16525 plugins/macro/macro-util.c, plugins/macro/macros.xml :
16526 Added C Custom_Indent line macro.
16529 2005-03-09 Naba Kumar <naba@gnome.org>
16531 * TODO.tasks: Added new message-manager tasks.
16533 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16534 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16535 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16536 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16537 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16538 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16539 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16540 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16541 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16542 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16544 * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16545 plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16546 plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16547 plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16548 plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16549 plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16550 plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16551 Removed debugger widgets from shell on debugger shutdown. Added
16552 scrolled windows for docked widgets. Removed unnecessary widget refs
16553 and unrefs. Destroy widgets correctly on debugger shutdown.
16555 * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16556 with project description title. Removed frame shadow.
16558 * plugins/project-wizard/druid.c: Initializes tooltips.
16560 * scintilla/Makefile.am: Fixed comiple error.
16562 2005-03-08 Adam Weinberger <adamw@gnome.org>
16564 * plugins/class-gen/anjuta-class-gen-plugin.glade,
16565 plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16567 2005-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16569 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16570 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16571 plugins/macro/macro-util.c, plugins/macro/macro-util.h
16572 plugins/macro/macros.xml, plugins/macro/plugin.c :
16573 Moved cursor at the '|' position defined in macros.
16575 2005-03-07 Naba Kumar <naba@gnome.org>
16577 * plugins/subversion/Makefile.am: Fixed build error.
16579 * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16580 types (perl, python, shellscript).
16582 * plugins/editor/plugin.c: Fixed to show all highlight options.
16584 2005-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16586 * TODO.tasks : updated tasks.
16587 * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16589 2005-03-07 Naba Kumar <naba@gnome.org>
16591 * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16592 or disable subversion file-manager submenu. If "Subvesion" is also
16593 valid directory, we should also check for it.
16595 * configure.in: Disable cygwin macro until someone fixes the
16598 * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16599 backward compatibility.
16601 2005-03-06 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16603 * src/about.c : Cleaned code.
16604 * plugins/macro/macros.xml : Added "do_while" C macro.
16605 * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16606 plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c,
16607 plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16608 Closed registers, shared libraries, kernel signals dialogs with ESC key.
16610 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
16612 * plugins/class-gen/plugin.c:
16613 Removed "return" to activate project_root_uri watching.
16615 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
16617 * plugins/Makefile.am
16618 plugins/subversion/*:
16619 Added subversion plugin. Add, Remove, Commit and Update work
16620 everything else needs work.
16622 * plugins/terminal/terminal.c
16623 Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16624 we still have focus problems with the editor.
16626 2005-03-05 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16628 * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16630 2005-03-04 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16632 * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16634 2005-03-04 Naba Kumar <naba@gnome.org>
16636 Patch from Massimo Cora' <maxcvs@email.it>:
16638 * plugins/class-gen/Makefile.am,
16639 plugins/class-gen/action-callbacks.c,
16640 plugins/class-gen/action-callbacks.h,
16641 (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16642 plugins/class-gen/anjuta-class-gen.plugin.in,
16643 plugins/class-gen/class_gen.c,
16644 plugins/class-gen/class_gen.h,
16645 (removed) plugins/class-gen/clsGen.c,
16646 (added) plugins/class-gen/goc_template_header,
16647 (added) plugins/class-gen/goc_template_source,
16648 plugins/class-gen/plugin.c,
16649 plugins/class-gen/plugin.h: Refactored class gen code.
16650 Added GOCBuilder code. Fixed UI. Implemented plugin.
16652 2005-03-03 Johannes Schmid <jhs@cvs.gnome.org>
16654 * plugins/project-wizard/property.c
16655 plugins/project-wizard/install.c
16656 plugins/project-wizard/druid.c
16657 plugins/editor/goto_line.c
16658 plugins/editor/plugin.c
16659 plugins/gtodo/add_edit_item.c
16660 plugins/gtodo/ligtodo.c
16661 plugins/gtodo/main.c
16662 plugins/gtodo/preferences.c:
16663 Fixed #167559, #167534, #167266, #167357
16664 (Bad English in strings...)
16666 Thanks to Adam Weinberger and Thierry Moisan for
16669 2005-03-03 Naba Kumar <naba@gnome.org>
16671 * libegg/Makefile.am, libegg/menu/Makefile.am,
16672 (added) libegg/egg-submenu-action.c,
16673 (added) libegg/menu/egg-submenu-action.h: Created a new action for
16674 submenu (used for wizard listing).
16676 * plugins/file-loader/anjuta-loader-plugin.ui
16677 plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16680 * plugins/editor/action-callbacks.c,
16681 plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16682 ctrl+tabbing because it was interfaring with focus navigation.
16683 Focus editor on "Esc" in incremental search entry. Cleanups.
16685 * plugins/file-manager/an_file_view.c,
16686 plugins/symbol-browser/plugin.c,
16687 plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16690 * plugins/profile-default/plugin.c,
16691 scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16694 * (removed) scintilla/patches/a64-crash-fix.patch,
16695 (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16698 2005-03-03 Naba Kumar <naba@gnome.org>
16700 * HACKING: Fixed typos.
16702 * plugins/editor/aneditor-indent.cxx: Clean up.
16704 * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16705 Enable/disable save, undo and redo actions depending on state
16708 2005-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16710 * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16711 plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16712 Displayed search_incremental status.
16714 * Removed plugins/editor/search_incremental.[ch]
16716 2005-02-26 Johannes Schmid <jhs@cvs.gnome.org>
16718 * plugins/cvs-plugin/cvs-execute.c
16719 plugins/cvs-plugin/cvs-callbacks.c:
16720 - Use weak reference on mesg_view and reuse tab if
16721 it still exists to avoid cluttering message manager.
16722 - Fixed bug in cvs remove
16724 README, HACKING: Updated
16726 configure.in: Added check for libsvn
16728 2005-02-29 Naba Kumar <naba@gnome.org>
16730 * plugins/file-manager/an_file_view.c,
16731 plugins/symbol-browser/an_symbol_view.c,
16732 plugins/symbol-browser/plugin.c: Hide column headers (they
16735 2005-02-29 Naba Kumar <naba@gnome.org>
16737 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16738 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16739 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16740 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16741 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16742 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16743 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16744 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16745 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16746 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16748 * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16749 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16750 (added) libanjuta/anjuta-session.[hc],
16751 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16752 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16753 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16756 Implemented session management. Implemented session
16757 container class. Added session notifications from shell. Implemented
16758 session save/load in editor, file-loader, default-profile-plugin
16759 and anjuta-app. Fixed window sizing and restoration. Cleaned up
16760 code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16761 and maximized states in session. Implemented project session
16764 2005-02-27 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16766 * plugins/class-gen/action-callbacks.[ch],
16767 plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16768 plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16769 Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs
16772 2005-02-26 Sebastien Granjoux <seb.sfo@free.fr>
16774 * plugins/project-wizard/anjuta-project-wizard.glade,
16775 plugins/project-wizard/druid.c:
16776 Add some padding in tab label in project selection page
16778 * plugins/project-wizard/druid.c,
16779 plugins/project-wizard/parser.c:
16780 Search for project template recursively
16781 Add ~/.anjuta/project to the search paths
16783 2005-02-26 Naba Kumar <naba@gnome.org>
16785 * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16786 * plugins/file-loader/plugin.c: Fixed crash bug.
16787 * libanjuta/plugins.c: Fixed memory leak.
16789 2005-02-26 Naba Kumar <naba@gnome.org>
16791 * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16792 "UserActivatable" attribute for plugins. This attribute if set to
16793 "no" will prevent users from activating/deactivating it from
16794 plugins dialog. Added a toggle button in plugins dialog to toggle
16795 the plugins list between list of activatable plugins (default) to
16796 list of all plugins. anjuta_plugin_select() now only selects the
16797 plugin. Added anjuta_plugins_select_and_activate() method that will
16798 select and activate it.
16800 * plugins/profile-default/Makefile.am,
16801 plugins/profile-default/anjuta-default-profile.ui,
16802 plugins/profile-default/plugin.c,
16803 plugins/profile-default/plugin.h,
16804 plugins/project-manager/anjuta-project-manager.ui,
16805 plugins/project-manager/plugin.c,
16806 plugins/project-manager/plugin.h:
16808 Anjuta projects (*.anjuta) files define the profile of respective
16809 projects. Profile is a set of related plugins required for the
16810 project to open. Moved "close project" action from Project Manager
16811 to Profile Manager plugin. Implemented loading and unloading of
16812 project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16813 (instead of Project Manager) now handles opening of *.anjuta files.
16814 Close Project menuitem is now moved to File submenu (being
16815 consistent with Anjuta 1.x versions and avoiding creating Project
16816 submenu when project manager is not loaded).
16818 * src/anjuta-actions.h: Fixed short-cut key for Help content.
16820 * src/anjuta.ui: Fixed place holder for projects.
16822 * (new) plugins/profile-default/default.anjuta: default startup
16823 profile. Removed the hardcoded plugins loading in
16824 DefaultProfilePlugin.
16827 plugins/project-wizard/templates/terminal/project.anjuta:
16828 Implemented project format in newly created projects.
16830 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16831 plugins/class-gen/anjuta-class-gen.plugin.in,
16832 plugins/cvs-plugin/anjuta-cvs.plugin.in,
16833 plugins/editor/anjuta-document-manager.plugin.in,
16834 plugins/file-loader/anjuta-loader.plugin.in,
16835 plugins/file-wizard/anjuta-file-wizard.plugin.in,
16836 plugins/gdb/anjuta-gdb.plugin.in,
16837 plugins/glade/anjuta-glade.plugin.in,
16838 plugins/message-view/anjuta-message-manager.plugin.in,
16839 plugins/profile-default/anjuta-default-profile.plugin.in,
16840 plugins/project-manager/anjuta-project-manager.plugin.in,
16841 plugins/project-wizard/anjuta-project-wizard.plugin.in:
16842 Defined UserActivatable attributes. Added supported types attribute.
16844 * plugins/project-wizard/anjuta-project-wizard.glade
16845 plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16846 "Project Wizard" in preferences title.
16848 * TODO.tasks: Updated.
16850 * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16853 2005-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16855 * plugins/file-wizard/anjuta-file-wizard.glade
16856 plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16858 Integrated License macros, cleaned file.c.
16860 2005-02-24 Johannes Schmid <jhs@cvs.gnome.org>
16862 * plugins/macor/macro-util.c: Fixed crash bugs if email or
16863 username can not be found correctly.
16865 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16867 * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16868 plugins/macro/macros.xml :
16870 Added Headers macros. Cleaned file.c
16872 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16874 * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c,
16875 plugins/macro/macros.xml :
16877 Fixed a bug. Added Header macro.
16880 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16882 * plugins/file-wizard/action-callbacks.c,
16883 plugins/file-wizard/file.c, plugins/macro/macro-util.c
16884 plugins/macro/macros.xml :
16886 Added FileName, Header template macros.
16888 2005-02-24 Naba Kumar <naba@gnome.org>
16890 * plugins/patch/patch-plugin.c: Fixed a function call.
16892 * src/anjuta.c, src/main.c: Save and load default session.
16894 2005-02-24 Naba Kumar <naba@gnome.org>
16896 * libanjuta/interfaces/libanjuta.idl,
16897 plugins/message-view/anjuta-msgman.c,
16898 plugins/message-view/anjuta-msgman.h,
16899 plugins/message-view/plugin.c: Added and implemented
16900 set_view_title() method.
16902 * plugins/build-basic-autotools/build-basic-autotools.c,
16903 plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16904 build context pooling. Maximum 3 contexts are reused. Additional
16905 contexts are created when all are busy.
16907 2005-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16909 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16910 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16911 plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16912 plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16914 Added Copyright, Changelog macros.
16916 2005-02-23 Naba Kumar <naba@gnome.org>
16918 Patch from Massimo Cora' <maxcvs@email.it>:
16919 * plugins/Makefile.am,
16920 plugins/patch/Makefile.am,
16921 (added) plugins/patch/anjuta-patch-plugin.png,
16922 (added) plugins/patch/anjuta-patch.plugin.in,
16923 (added) plugins/patch/anjuta-patch.ui,
16924 plugins/patch/patch-plugin.c,
16925 (added) plugins/patch/patch-plugin.h,
16926 (added) plugins/patch/plugin.c,
16927 (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16930 2005-02-23 Naba Kumar <naba@gnome.org>
16932 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16933 file-loader/plugin.c, profile-default/plugin.c:
16934 Implemented "activated" and "deactivated" signals for plugin class.
16935 Renamed *_location() functions to *_id(), because location is
16936 ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16937 anjuta_plugins_unload_plugin().
16939 * class-gen/plugin.c: Fixed complier warning and utility function call.
16941 * debug-manager/plugin.c: Unload debugger plugin correctly.
16943 * project-manager/plugin.c: Fixed compiler warnings.
16945 * plugins/project-wizard/templates/gnome/.cvsignore,
16946 plugins/project-wizard/templates/gnome/po/.cvsignore,
16947 plugins/project-wizard/templates/gnome/src/.cvsignore,
16948 plugins/project-wizard/templates/gtk/po/.cvsignore,
16949 plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16950 plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16952 * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16953 build (we need to fix this thing).
16955 2005-02-23 Johannes Schmid <jhs@cvs.gnome.org>
16957 * plugins/macro/macro-action.[ch]
16958 plugins/macro/macro-edit.c
16959 plugins/macro/macro-dialog.c
16960 plugins/macro/macro-db.[ch]
16961 plugins/macro/plugin.[ch]
16962 plugins/macro/macro-util.[ch] (added)
16964 Cleaned up macro plugin and preview expanded macros.
16966 2005-02-21 Ryan Garver <rgarvage@yahoo.com>
16968 * plugins/cvs-plugin/cvs-interface.c:
16970 Fixed option setting when using no compression and not
16973 2005-02-23 Naba Kumar <naba@gnome.org>
16975 * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16976 geometry on exit and startup (only if there is no geometry from the
16979 * TODO.tasks: Updated.
16981 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16983 * manuals/reference/libanjuta/Makefile.am,
16984 manuals/reference/libanjuta/libanjuta-docs.sgml,
16985 (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16986 documentation for writing project templates.
16988 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16990 * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16991 plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16993 Expansion keywords in macros.
16995 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16997 * plugins/file-wizard/action-callbacks.c,
16998 plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16999 plugins/macro/macros.xml :
17001 Inserting text by macro plugin
17004 2005-02-22 Johannes Schmid <jhs@cvs.gnome.org>
17006 * plugins/macro/plugin.c
17007 plugins/cvs-plugin/plugin.c:
17009 Fixed interfaces (use static)
17011 2005-02-21 Johannes Schmid <jhs@cvs.gnome.org>
17013 * plugins/macro/macro-actions.[ch]
17014 plugins/macro/plugin.c
17015 libanjuta/interfaces/libanjuta.idl:
17017 Implemented IAnjutaMacro interface to be used by file-wizard
17019 * plugins/cvs-plugin/plugin.c
17020 libanjuta/interfaces/libanjuta.idl:
17022 Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
17023 for all version control systems and not only for cvs.
17025 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17027 * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added
17030 * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
17033 2005-02-21 Naba Kumar <naba@gnome.org>
17035 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
17036 IAnjutaDebugger interface.
17038 * plugins/debug-manager/anjuta-debug-manager.ui,
17039 plugins/debug-manager/attach_process.c,
17040 plugins/debug-manager/attach_process.h,
17041 plugins/debug-manager/plugin.c,
17042 plugins/debug-manager/plugin.h,
17043 plugins/gdb/actions.c,
17044 plugins/gdb/actions.h,
17045 plugins/gdb/anjuta-gdb-plugin.ui,
17046 plugins/gdb/breakpoints.c,
17047 plugins/gdb/breakpoints.h,
17048 plugins/gdb/debugger.c,
17049 plugins/gdb/debugger.h,
17050 plugins/gdb/memory.c,
17051 plugins/gdb/plugin.c,
17052 plugins/gdb/plugin.h,
17053 plugins/gdb/sharedlib.h,
17054 plugins/gdb/sharedlib_cbs.c,
17055 plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
17056 correctly between debug-manager and debugger. Implemented debugger
17057 interface in gdb plugin. Fixed action names. Added UI updating.
17058 Start and stop debugger (does not work yet). Fixed UI merging.
17059 Fixed debugger plugin handling in debug-manager.
17061 2005-02-20 Johannes Schmid <jhs@cvs.gnome.org>
17063 * plugins/editor/aneditor-autocomplete.cxx:
17065 Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
17066 crash with C++ "template" keyword.
17068 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17070 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
17071 Fixed bug (Closed macro dialogs with Esc key).
17073 2005-02-19 Sebastien Granjoux <seb.sfo@free.fr>
17075 * plugins/project-wizard/xlib.wiz,
17076 plugins/project-wizard/xlib-logo.png,
17077 plugins/project-wizard/xlib/*:
17078 Port old xlib anjuta project on new project wizard
17080 * plugins/project-wizard/xlib-dock.wiz,
17081 plugins/project-wizard/xlib-dock/*:
17082 Port old xlib dock anjuta project on new project wizard
17084 * plugins/project-wizard/wxwin.wiz,
17085 plugins/project-wizard/wxwin-logo.png,
17086 plugins/project-wizard/wxwin/*:
17087 Port old wxwin anjuta project on new project wizard
17089 * configure.in, plugins/project-wizard/templates/Makefile.am: Other
17090 necessary changes for the new templates.
17092 2005-02-18 Naba Kumar <naba@gnome.org>
17094 * plugins/Makefile.am: Added class-gen
17096 2005-02-17 Sebastien Granjoux <seb.sfo@free.fr>
17098 * plugins/project-wizard/header.c:
17099 Fix a bug in sorting of project categories
17101 2005-02-18 Naba Kumar <naba@gnome.org>
17103 Patch from Massimo Cora <maxcvs@email.it>:
17105 * plugins/class-gen/.cvsignore,
17106 plugins/class-gen/Makefile.am,
17107 (added) plugins/class-gen/action-callbacks.c,
17108 (added) plugins/class-gen/action-callbacks.h,
17109 (added) plugins/class-gen/anjuta-class-gen.plugin.in,
17110 (added) plugins/class-gen/class_gen.c,
17111 (added) plugins/class-gen/class_gen.h,
17112 (added) plugins/class-gen/plugin.c,
17113 (added) plugins/class-gen/plugin.h: Ported class wizard to the
17116 * plugins/project-manager/plugin.c: implemented add_source().
17118 2005-02-17 Naba Kumar <naba@gnome.org>
17120 * plugins/file-loader/plugin.c: Fixed possible crash.
17122 * src/action-callbacks.c, src/action-callbacks.h,
17123 src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
17125 2005-02-17 Naba Kumar <naba@gnome.org>
17127 * plugins/project-wizard/templates/anjuta-plugin.wiz,
17128 plugins/project-wizard/templates/gnome.wiz,
17129 plugins/project-wizard/templates/gtk.wiz,
17130 plugins/project-wizard/templates/gtkmm.wiz,
17131 plugins/project-wizard/templates/terminal.wiz,
17132 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17133 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17134 plugins/project-wizard/templates/gnome/src/callbacks.c,
17135 plugins/project-wizard/templates/gnome/src/callbacks.h,
17136 plugins/project-wizard/templates/gnome/src/main.c,
17137 plugins/project-wizard/templates/gtk/src/callbacks.c,
17138 plugins/project-wizard/templates/gtk/src/callbacks.h,
17139 plugins/project-wizard/templates/gtk/src/main.c,
17140 plugins/project-wizard/templates/gtkmm/src/main.cc,
17141 plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
17142 to generate licence correctly (without any extra newlines). Removed
17143 IncludeGNUHeader macro definition and added proper licence property.
17144 Fixed project directory paths in file contents.
17146 2005-02-17 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17148 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
17149 Closed macro dialogs with Esc key.
17151 2005-02-16 Naba Kumar <naba@gnome.org>
17153 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17154 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17155 plugins/project-wizard/templates/gnome/src/callbacks.c,
17156 plugins/project-wizard/templates/gnome/src/callbacks.h,
17157 plugins/project-wizard/templates/gnome/src/main.c,
17158 plugins/project-wizard/templates/gtk/src/main.c,
17159 plugins/project-wizard/templates/gtkmm/src/main.cc,
17160 plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
17161 macros to avoid blank newlines.
17163 2005-02-16 Sebastien Granjoux <seb.sfo@free.fr>
17165 * plugins/project-wizard/autogen.c:
17166 Correct a problem when having property value in UTF-8
17168 * plugins/project-wizard/druid.c:
17169 Correct a bug when reselecting a new project (all pages
17172 * plugins/project-wizard/property.c:
17173 Avoid having default invalid properties
17175 * plugins/project-wizard/templates/terminal.wiz,
17176 plugins/project-wizard/templates/terminal/po/ChangeLog,
17177 plugins/project-wizard/templates/terminal/src/main.c:
17178 Remove command for testing run function
17179 Move destination directory to second page and include
17180 project name. Add exist tag. Remove unused properties.
17182 2005-02-16 Naba Kumar <naba@gnome.org>
17184 * Makefile.am, libanjuta/interfaces/libanjuta.idl,
17185 plugins/debug-manager/anjuta-debug-manager.ui,
17186 plugins/debug-manager/plugin.c,
17187 plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
17188 plugins/gdb/debugger.c, plugins/gdb/plugin.c,
17189 plugins/gdb/plugin.h, plugins/gdb/registers.c,
17190 plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
17191 plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
17192 plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
17193 (removed) src/anjuta_info.c,
17194 (removed) src/anjuta_info.h,
17195 (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
17196 (added) plugins/gdb/anjuta-gdb-plugin.ui,
17197 (added) plugins/gdb/actions.c,
17198 (added) plugins/gdb/actions.h: Completed initial
17199 porting of debugger to new architecture. Fixed many of the debugger
17202 * plugins/file-loader/plugin.c: Detect some important mime ourself
17203 to avoid inconsistencies when mime system isn't working.
17205 2005-02-16 Naba Kumar <naba@gnome.org>
17207 * plugins/editor/Makefile.am,
17208 (added) plugins/editor/aneditor-autocomplete.cxx,
17209 (added) plugins/editor/aneditor-calltip.cxx,
17210 (added) plugins/editor/aneditor-indent.cxx,
17211 (added) plugins/editor/aneditor-priv.h,
17212 plugins/editor/aneditor.cxx: Split aneditor.cxx file into
17213 different smaller chunks to make it easy to maintain.
17215 2005-02-16 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17217 * plugins/project-wizard/druid.c :
17219 Found system Email address if not defined in Preferences.
17221 2005-02-16 Johannes Schmid <jhs@cvs.gnome.org>
17223 * plugins/project-wizard/gtkmm.wiz
17224 plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
17225 plugins/project-wizard/gtkmm/*
17227 Added GTKmm (C++) project type
17229 2005-02-15 Johannes Schmid <jhs@cvs.gnome.org>
17231 * plugins/message-view/plugin.c
17232 plugins/message-view/message-view.c
17234 Implemented next/prev action
17236 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17238 * plugins/project-wizard/templates/libglade2.* :
17239 Removed libglade2 project.
17241 * plugins/project-wizard/templates/gtk* :
17242 Removed interface.[ch] & support.[ch].
17244 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17246 * plugins/project-wizard/anjuta-project-wizard.glade,
17247 plugins/project-wizard/property.[ch],
17248 plugins/project-wizard/templates/anjuta-plugin.wiz :
17249 Added a new property ("iconfile").
17251 2005-02-14 Naba Kumar <naba@gnome.org>
17253 * plugins/project-wizard/install.c,
17254 plugins/project-wizard/plugin.c,
17255 plugins/project-wizard/templates/anjuta-plugin.wiz,
17256 plugins/project-wizard/templates/gnome.wiz,
17257 plugins/project-wizard/templates/gtk.wiz,
17258 plugins/project-wizard/templates/libglade2.wiz,
17259 plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
17260 newly created projects and open them. Fixed message buffering in
17263 2005-02-14 Naba Kumar <naba@gnome.org>
17265 * src/about.c, pixmaps/Makefile.am,
17266 (new) pixmaps/anjuta_logo2.png: New about page splash screen.
17268 * mime/gnome-mime-application-x-anjuta.png,
17269 pixmaps/anjuta_icon.png,
17270 (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
17271 done by 9-speed at:
17272 http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
17274 2005-02-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17277 plugins/project-wizard/templates/libglade2-logo.png,
17278 plugins/project-wizard/templates/libglade2.wiz,
17279 plugins/project-wizard/templates/libglade2/* :
17283 2005-02-14 Naba Kumar <naba@gnome.org>
17285 * TODO.tasks: Updated.
17287 * plugins/editor/anjuta-docman.c,
17288 plugins/editor/text_editor.c,
17289 plugins/editor/text_editor.h,
17290 plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
17291 for file modification, but it is still not functioning.
17293 2005-02-13 Sebastien Granjoux <seb.sfo@free.fr>
17295 * plugins/project-wizard/values.c,
17296 plugins/project-wizard/values.h,
17297 plugins/project-wizard/property.c,
17298 plugins/project-wizard/property.h,
17299 plugins/project-wizard/druid.c:
17300 Rewrite mandatory property check
17301 Add check of exist property
17302 Rewrite handling of cached property page
17304 2005-02-13 Naba Kumar <naba@gnome.org>
17306 Patch from Igor Kovalenko <garrison@mail.ru>:
17307 * tagmanager/tm_workspace.c: Improved performance.
17309 2005-02-13 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17311 *plugins/project-wizard/templates/*.wiz,
17312 plugins/project-wizard/druid.c,
17313 plugins/project-wizard/templates/terminal/src/main.c,
17314 plugins/project-wizard/templates/gtk/src/*.[ch],
17315 plugins/project-wizard/templates/gtk/src/Makefile.am,
17316 plugins/project-wizard/templates/gnome/src/*.[ch],
17317 plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
17318 Add Copyright date & Email address,
17319 Correct terminal project.
17321 2005-02-12 Naba Kumar <naba@gnome.org>
17323 * plugins/project-wizard/property.c: Fixed hidden
17324 properties to take values.
17326 * plugins/project-wizard/file.[ch]: Renamed
17327 true/false enum values to fix compile error
17328 (conflict with other definition).
17330 * plugins/file-loader/plugin.c: Detect anjuta projects correctly
17331 even when mime type detection fails (for example, when Anjuta is
17332 installed in non-system prefix).
17334 2005-02-12 Sebastien Granjoux <seb.sfo@free.fr>
17336 * plugins/project-wizard/values.c,
17337 plugins/project-wizard/values.h:
17338 Rewrite file with more comments
17340 * plugins/project-wizard/druid.c,
17341 plugins/project-wizard/druid.h,
17342 plugins/project-wizard/autogen.c,
17343 plugins/project-wizard/autogen.h,
17344 plugins/project-wizard/druid.c,
17345 plugins/project-wizard/druid.h:
17347 Use values instead of properties
17348 Move default properties to druid.c
17350 * plugins/project-wizard/install.c,
17351 plugins/project-wizard/install.h:
17352 Use values instead of properties
17353 Add a check to avoid overwriting files
17355 * plugins/project-wizard/parser.c,
17356 plugins/project-wizard/property.c,
17357 plugins/project-wizard/property.h:
17358 Update to use new values
17359 Add an "exist" attribute to check if a directory already exist
17361 * plugins/project-wizard/anjuta-project-wizard.glade:
17362 Change project selection page (GtkTextView => GtkLabel,
17363 GtkTable => GtkVBox)
17365 * plugins/project-wizard/templates/terminal.wiz:
17366 Move destination directory on second page
17368 * plugins/project-wizard/action.c:
17371 2005-02-12 Naba Kumar <naba@gnome.org>
17373 * plugins/file-manager/an_file_view.c,
17374 plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
17375 views. Created dynamic update date of view depending on project
17376 changes -- similar to file-manager view.
17378 * plugins/devhelp/plugin.c: Load help on idle.
17380 * plugins/editor/anjuta-document-manager.glade: Moved 'disable
17381 autoformat' to proper location in preferences.
17383 * mime/anjuta.mime: Added .prj extension in the mime type for backward
17386 * plugins/editor/plugin.c: Fixed accel name.
17388 2005-02-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17390 *plugins/project-wizard/templates/anjuta-plugin.wiz,
17391 plugins/project-wizard/templates/gnome.wiz,
17392 plugins/project-wizard/templates/gtk.wiz,
17393 plugins/project-wizard/anjuta-project-wizard.glade,
17394 plugins/project-wizard/autogen.c:
17395 Add Username & Email address in Project preferences.
17397 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17399 *plugins/project-wizard/templates/gnome-logo.png,
17400 plugins/project-wizard/templates/gnome.wiz,
17401 plugins/project-wizard/templates/gnome/* :
17404 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17406 * plugins/project-wizard/templates/terminal/src/main.c,
17407 plugins/project-wizard/templates/terminal/src/main.c,
17408 plugins/project-wizard/templates/terminal/src/main.[ch] :
17409 Insert License in projects
17411 2005-02-11 Naba Kumar <naba@gnome.org>
17413 * TODO.tasks: Added message manager task.
17415 * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
17417 * plugins/editor/plugin.c: Use bookmark stock icons.
17419 * plugins/message-view/anjuta-message-manager.ui,
17420 plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
17422 2005-02-10 Naba Kumar <naba@gnome.org>
17424 * libanjuta/interfaces/libanjuta.idl: fixed build error.
17426 2005-02-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17428 * global-tags/Makefile.am
17429 Error during 'make install'
17431 2005-02-09 Naba Kumar <naba@gnome.org>
17433 * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
17436 2005-02-08 Naba Kumar <naba@gnome.org>
17438 * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
17440 * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
17441 Show busy cursur when updating global tags in preferences.
17443 * configure.in: Fixed.
17445 2005-02-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17447 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
17448 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
17450 - Fixed anjuta-plugin project (glade)
17452 2005-02-08 Naba Kumar <naba@gnome.org>
17454 * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
17455 Fixed automatic indentations.
17457 * global-tags/Makefile.am, global-tags/create_global_tags.sh:
17458 Global tags are now segregated into smaller api tags, which can be
17459 selectively loaded from symbol browser preferences.
17461 * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
17462 Implemented IProjectManager interface in project-manager. Mostly getter
17463 methods for now, but need to add add() and remove() methods to add
17464 or remove project elements.
17466 * plugins/gdb/debug_tree.c: Small fix.
17468 * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
17469 plugins/symbol-browser/an_symbol_info.c,
17470 plugins/symbol-browser/an_symbol_info.h,
17471 plugins/symbol-browser/an_symbol_search.c,
17472 plugins/symbol-browser/an_symbol_search.h,
17473 plugins/symbol-browser/an_symbol_view.c,
17474 plugins/symbol-browser/an_symbol_view.h,
17475 plugins/symbol-browser/plugin.c,
17476 plugins/symbol-browser/plugin.h,
17478 tagmanager/entry.h,
17479 tagmanager/tm_project.c,
17480 tagmanager/tm_symbol.c,
17481 tagmanager/tm_tag.c,
17482 tagmanager/tm_workspace.c,
17483 tagmanager/vstring.c,
17484 tagmanager/include/tm_tag.h,
17485 tagmanager/include/tm_workspace.h:
17487 - Fixed tagmanager parsing of source files to parse for typedefines and
17488 properly record element scopes. Implemented scope autocompletion
17489 (autocompletion on '.', '->', '::' and ':'. The functionality is not
17490 fully working. It was based on older patch for Anjuta 1.2.2 in SF
17491 patch list (author is unknown).
17492 - Implemented symbol-browser preferences for dynamically loading and
17493 saving tags API segments.
17494 - Fixed symbol-search to use tagmanager directly instead of depending
17495 on symbol-view for tags list.
17496 - Fixed symbol-view to create the tree using TMSymbol tree directly.
17497 - Fixed TMSymbol to create the complete tags tree instead of letting the
17498 symbol-view created the root nodes.
17499 - Changed project tags cache name to .tm_project2.cache because the
17500 newer format records additional scope information.
17502 2005-02-07 Naba Kumar <naba@gnome.org>
17504 * plugins/editor/style-editor.c,
17505 plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17506 and GtkFontButton instead of deprecated widgets in
17509 2005-02-07 Sebastien Granjoux <seb.sfo@free.fr>
17511 * plugins/project-wizard/action.c,
17512 plugins/project-wizard/action.h,
17513 plugins/project-wizard/autogen.c,
17514 plugins/project-wizard/autogen.h,
17515 plugins/project-wizard/file.c,
17516 plugins/project-wizard/file.h,
17517 plugins/project-wizard/install.c,
17518 plugins/project-wizard/install.h,
17519 plugins/project-wizard/parser.h,
17520 plugins/project-wizard/parser.c,
17521 plugins/project-wizard/property.c,
17522 plugins/project-wizard/property.h,
17523 plugins/project-wizard/plugin.h,
17524 plugins/project-wizard/plugin.c,
17525 plugins/project-wizard/values.c,
17526 plugins/project-wizard/values.h:
17527 Replace C++ comments by C comments
17529 * plugins/project-wizard/autogen.c,
17530 plugins/project-wizard/autogen.h:
17531 Add a run time check of autogen version.
17532 Add UserName variable.
17534 * plugins/project-wizard/anjuta-project-wizard.glade,
17535 plugins/project-wizard/header.c,
17536 plugins/project-wizard/druid.c,
17537 plugins/project-wizard/druid.h:
17538 Sort project in alphabetic order.
17539 Correct selection troubles in notebooks.
17541 * plugins/project-wizard/parser.c:
17542 Add some check when reading the project header block.
17544 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
17546 * plugins/project-wizard/action.c,
17547 plugins/project-wizard/action.h,
17548 plugins/project-wizard/autogen.c,
17549 plugins/project-wizard/autogen.h,
17550 plugins/project-wizard/file.c,
17551 plugins/project-wizard/file.h,
17552 plugins/project-wizard/install.c,
17553 plugins/project-wizard/parser.h,
17554 plugins/project-wizard/parser.c,
17555 plugins/project-wizard/property.c,
17556 plugins/project-wizard/property.h,
17557 plugins/project-wizard/values.c,
17558 plugins/project-wizard/values.h,
17559 Add a space between function name and open.
17561 * plugins/project-wizard/plugin.h,
17562 plugins/project-wizard/plugin.c,
17563 plugins/project-wizard/install.c,
17564 Avoid a crash if the user close the message view used by the .
17566 * plugins/project-wizard/anjuta-project-wizard,
17567 plugins/project-wizard/druid.c,
17568 plugins/project-wizard/druid.h,
17569 plugins/project-wizard/header.h,
17570 plugins/project-wizard/header.c,
17571 Add a text view with the description of each.
17572 Add a tab for each project.
17573 Replace some C++ comments to C comments.
17575 2005-02-05 Naba Kumar <naba@gnome.org>
17577 * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17578 New icon from Sebastien Granjoux .
17580 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
17582 * libanjuta/anjuta-preferences.c:
17583 Set file property even without a focus out event (file selected
17586 2005-02-04 Naba Kumar <naba@gnome.org>
17588 * plugins/glade/plugin.c: Fixed glade function calls.
17589 * configure.in: Fixed a typo.
17590 * TODO.tasks: Updated.
17592 2005-02-03 Naba Kumar <naba@gnome.org>
17594 * plugins/project-manager/plugin.c: Fixed memory corruption.
17596 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17599 * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17600 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17601 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17602 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17604 * libanjuta/interfaces/libanjuta.idl,
17605 plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17608 * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17610 Patch from Massimo Cora <maxcvs@email.it>:
17611 * plugins/editor/plugin.c: Fixed update UI for created buffers.
17613 2005-02-01 Naba Kumar <naba@gnome.org>
17615 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17616 libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17617 plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17618 scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17619 (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17620 from sourceforge -- a64 crash fixes (correct typing for GType)
17621 and fixes compile errors in sun.
17623 * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17624 paste (shift+insert) in terminal.
17626 2005-02-01 Kjartan Maraas <kmaraas@gnome.org>
17628 * configure.in: Add «nb» to ALL_LINGUAS.
17630 2005-02-01 Naba Kumar <naba@gnome.org>
17632 * TODO.tasks, TODO: Updated todo tasks.
17634 * plugins/editor/anjuta-document-manager.glade: Improved search
17637 * TODO.tasks: Fixed xml format.
17639 * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17642 * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17645 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17646 format during save (removed unwanted text nodes). Fixed scrollbars.
17648 2005-01-31 Naba Kumar <naba@gnome.org>
17650 * libanjuta/interfaces/libanjuta.idl,
17651 plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17652 Implemented append() method for IAnjutaEditor interface and fixed
17653 various bugs with text insertions (cvs diff and macro insertions).
17655 * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17656 automatic indentation.
17658 * plugins/editor/action-callbacks.c,
17659 plugins/editor/action-callbacks.h,
17660 plugins/editor/anjuta-docman.c,
17661 plugins/editor/anjuta-document-manager.ui,
17662 plugins/editor/plugin.c,
17663 plugins/editor/text_editor.c,
17664 plugins/editor/text_editor.h,
17665 plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17666 Fixed highlight issues.
17668 * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17671 * plugins/symbol-browser/an_symbol_view.c: Force update project.
17673 * data/properties/*: Updated properties files from scite. Created
17674 styles.properties to override the scite styles.
17676 * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17678 * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17680 2005-01-30 Naba Kumar <naba@gnome.org>
17682 * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17683 unused definitions.
17685 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17687 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17688 plugins/editor/text_editor.c,
17689 plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17690 fixed linuwidth preference setting, fixed insert text interface
17691 implementation. Improved automatice-indentation for cpp lexer.
17693 * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17695 2005-01-29 Naba Kumar <naba@gnome.org>
17697 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17698 option in update dialog as default. Improved import dialog. Sized
17701 * configure.in: Fixed underquoted warning from autoconf.
17703 * plugins/editor/action-callbacks.c,
17704 plugins/editor/aneditor.cxx,
17705 plugins/editor/aneditor.h,
17706 plugins/editor/anjuta-document-manager.glade,
17707 plugins/editor/plugin.c,
17708 plugins/editor/plugin.h,
17709 plugins/editor/text_editor.c,
17710 plugins/editor/text_editor.h,
17711 plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17712 for Editor and fixed all preferences syncronization and notifys for
17713 visible prefs (in editor preferences page).
17715 * plugins/file-loader/plugin.c: Load recent files on idle.
17717 2005-01-28 Naba Kumar <naba@gnome.org>
17719 * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17720 plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17722 * plugins/editor/action-callbacks.c,
17723 plugins/editor/action-callbacks.h,
17724 plugins/editor/aneditor.cxx,
17725 plugins/editor/aneditor.h,
17726 plugins/editor/anjuta-document-manager.ui,
17727 plugins/editor/plugin.c,
17728 plugins/editor/text_editor.c,
17729 plugins/editor/text_editor.h,
17730 plugins/editor/text_editor_cbs.c,
17731 plugins/editor/text_editor_cbs.h,
17732 plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17735 Patch from Massimo Cora <maxcvs@email.it>:
17736 * plugins/editor/an_symbol_search.c,
17737 plugins/editor/an_symbol_search.c: Fixed crash bugs.
17739 2005-01-27 Naba Kumar <naba@gnome.org>
17741 *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17742 minimum size request to 200.
17744 * plugins/symbol-browser/an_symbol_info.c,
17745 plugins/symbol-browser/an_symbol_info.h,
17746 plugins/symbol-browser/an_symbol_search.c,
17747 plugins/symbol-browser/an_symbol_search.h,
17748 plugins/symbol-browser/an_symbol_view.c,
17749 plugins/symbol-browser/an_symbol_view.h,
17750 plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17751 pixbuf retrieval. Fixed runtime warning. Code clean up.
17753 2005-01-27 Naba Kumar <naba@gnome.org>
17755 * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17756 src/anjuta.ui, (new) plugins/glade/.cvsignore,
17757 (new) plugins/glade/Makefile.am,
17758 (new) plugins/glade/anjuta-glade-plugin.png,
17759 (new) plugins/glade/anjuta-glade.plugin.in,
17760 (new) plugins/glade/anjuta-glade.ui,
17761 (new) plugins/glade/plugin.c,
17762 (new) plugins/glade/plugin.h,
17763 (new) plugins/profile-default/plugin.c: Glade plugin. Disabled for
17764 now until glade3 works properly.
17766 * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17767 they are generated.
17769 2005-01-26 Naba Kumar <naba@gnome.org>
17771 * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17772 Added mime icon for anjuta projects.
17774 patch from Massimo Cora <maxcvs@email.it>:
17775 * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17776 an_symbol_search.h, an_symbol_view.c, plugin.c:
17777 Fix/implement objects destroying/freeing.
17779 2005-01-26 Johannes Schmid <jhs@cvs.gnome.org>
17781 * src/action-callback.[ch], src/anjuta-actions.h:
17782 Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17783 because it has not been updated for years and we know have a devhelp plugin
17784 which can do the job much better.
17785 * TODO.tasks: Updated done items
17787 2005-01-25 Naba Kumar <naba@gnome.org>
17789 * autogen.sh: Fixed to generate interface files.
17791 * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17792 session save filenames.
17794 * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17796 2005-01-24 Sebastien Granjoux <seb.sfo@free.fr>
17798 * plugins/project-wizard/Makefile.am,
17799 plugins/project-wizard/install.c,
17800 plugins/project-wizard/install.h,
17801 plugins/project-wizard/parser.c,
17802 plugins/project-wizard/parser.h,
17803 plugins/project-wizard/templates/terminal.wiz:
17804 Add action list block in wizard template
17805 * plugins/project-wizard/file.c,
17806 plugins/project-wizard/autogen.c:
17809 2005-01-23 Naba Kumar <naba@gnome.org>
17811 * configure.in: Fixed build error.
17813 2005-01-22 Sebastien Granjoux <seb.sfo@free.fr>
17815 * plugins/project-wizard/druid.c,
17816 plugins/project-wizard/parser.c,
17817 plugins/project-wizard/property.c: Rewrite parser with
17818 better error handling
17820 2005-01-22 Naba Kumar <naba@gnome.org>
17822 * plugins/symbol-browser/plugin.c: Changed c++ coments
17823 to c commnets and formated code to anjuta coding styles.
17825 2005-01-21 Naba Kumar <naba@gnome.org>
17827 * configure.in, autogen.sh: Fixed build errors in newer automake.
17829 * plugins/editor/anjuta-docman.c: Do not emit change editor
17830 signal while in dispose.
17832 Patch from: Massimo Corà <maxcvs@email.it>
17833 * plugins/symbol-browser/Makefile.am,
17834 plugins/symbol-browser/an_symbol_view.c,
17835 plugins/symbol-browser/an_symbol_view.h,
17836 plugins/symbol-browser/plugin.c,
17837 plugins/symbol-browser/plugin.h,
17838 plugins/symbol-browser/test-symbol-browser.c,
17839 (new) plugins/symbol-browser/an_symbol_info.c,
17840 (new) plugins/symbol-browser/an_symbol_info.h,
17841 (new) plugins/symbol-browser/an_symbol_search.c,
17842 (new) plugins/symbol-browser/an_symbol_search.h:
17843 Added a cool real-time symbol-search-view in symbol browser.
17845 2005-01-21 Johannes Schmid <jhs@cvs.gnome.org>
17847 * plugin/macro/plugin.c
17848 plugin/macro/anjuta-macro-plugin.ui
17849 plugin/macro/macro-db.[ch]
17850 plugin/macro/macro-dialog.[ch]
17851 plugin/macro/macro-actions.[ch]
17852 plugin/macro/macro-edit.[ch]
17853 plugin/macro/plugin.[ch]:
17855 Implemented three menu items as Naba proposed:
17857 Insert Macro: Pops of a border-less window to enter a shortcut
17858 Add Macro: Same as Manage Macro => New
17859 Manage Macros: Full-features macro dialog
17861 2005-01-20 Naba Kumar <naba@gnome.org>
17863 * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17864 libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17865 libanjuta/anjuta-shell.h,
17866 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17867 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17868 plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17869 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17870 src/main.c, src/shell.c: Implemented command line args processing
17871 and session management. Fixed geometry restoration.
17873 2005-01-19 Johannes Schmid <jhs@cvs.gnome.org>
17875 * plugins/macro/macro-db.c,
17876 plugins/macros.xml:
17877 Cleaned up XML interface and use attributes now for name, category and
17878 shortcut. CDATA is used to avoid xml errors inside of macros.
17880 2005-01-19 Naba Kumar <naba@gnome.org>
17882 * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17884 2005-01-18 Naba Kumar <naba@gnome.org>
17886 * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17889 * scintilla/*: Updated scintilla to current cvs and updated
17892 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
17894 * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17895 plugins/cvs-plugin/cvs-actions.c:
17896 Added "Whole project" infrastructure but it does not
17897 work because I did not find a way to get the current project's
17900 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
17902 * plugins/cvs-plugin/Makefile.am
17903 plugins/cvs-plugin/anjuta-cvs.plugin.in
17904 plugins/cvs-plugin/cvs-actions.c
17905 plugins/cvs-plugin/cvs-callbacks.c
17906 plugins/cvs-plugin/cvs-interface.[ch] (added)
17907 plugins/cvs-plugin/plugin.c:
17909 Added IAnjutaCVS interface and improved cvs plugin. There
17910 is still some work to do on cvs import and to add a current
17913 2005-01-17 Naba Kumar <naba@gnome.org>
17915 * plugins/editor/aneditor.cxx: Fixed auto indentation.
17917 * configure.in: Fixed build errors.
17919 * data/Makefile.am, (removed) data/README.stock_libs,
17920 (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17921 (removed) data/header.c, (removed) data/stock_libs.anj,
17922 (removed) data/x-anjuta-project.desktop,
17923 (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17925 * libanjuta/anjuta-plugin-description.c,
17926 libanjuta/anjuta-shell.c: Updated documentations.
17928 Patch from: Hamish Mackenzie <hamish@firestream.co.uk>
17930 * libanjuta/anjuta-launcher.c,
17931 plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17934 2005-01-17 Naba Kumar <naba@gnome.org>
17936 * plugins/project-wizard/templates/anjuta-plugin.wiz,
17937 plugins/project-wizard/templates/gtk.wiz,
17938 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17939 Updated templates to new format.
17941 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17942 * plugins/project-wizard/druid.c,
17943 plugins/project-wizard/parser.c,
17944 plugins/project-wizard/property.c,
17945 plugins/project-wizard/property.h,
17946 plugins/project-wizard/templates/terminal.wiz,
17947 plugins/project-wizard/templates/terminal/AUTHORS,
17948 plugins/project-wizard/templates/terminal/ChangeLog,
17949 plugins/project-wizard/templates/terminal/NEWS,
17950 plugins/project-wizard/templates/terminal/README,
17951 plugins/project-wizard/templates/terminal/project.anjuta,
17952 plugins/project-wizard/templates/terminal/src/main.c:
17953 Moveed code related to property types from druid.c and parser.c to
17954 property.c. Changed tag from "<string ..." to
17955 "<property type="string..." and so on. Rewrite parser
17956 (warning still in progress). Added list property. Changed
17957 terminal project to avoid using autogen on some file (much
17958 faster) using the autogen attribute. Add a license list box in
17959 terminal project (just as an example). _label in item list is
17962 2005-01-16 Naba Kumar <naba@gnome.org>
17964 * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17965 plugins/edtior/anjuta-docman.c: Fixed build errors.
17967 * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17968 libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17969 libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17970 (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17971 (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17972 (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17973 libanjuta/resources.h,
17974 plugins/build-basic-autotools/build-basic-autotools.c,
17975 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17976 plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17977 plugins/gtodo/plugin.c, src/Makefile.am,
17978 src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17979 src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17980 Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17981 should be handled in respective plugins. Added API documentations.
17983 * libanjuta-docs.sgml, libanjuta-sections.txt,
17985 (added) tmpl/anjuta-debug.sgml,
17986 (added) tmpl/anjuta-launcher.sgml,
17987 tmpl/anjuta-plugin.sgml,
17988 tmpl/anjuta-preferences.sgml,
17989 tmpl/anjuta-shell.sgml,
17990 (added) tmpl/anjuta-status.sgml,
17991 (removed) tmpl/anjuta-stock.sgml,
17992 tmpl/anjuta-utils.sgml,
17993 (removed) tmpl/defaults.sgml,
17994 (removed) tmpl/fileselection.sgml,
17995 (removed) tmpl/gnomefilelist.sgml,
17996 tmpl/ianjuta-buildable.sgml,
17997 (added) tmpl/ianjuta-debugger-manager.sgml,
17998 (added) tmpl/ianjuta-debugger.sgml,
17999 tmpl/ianjuta-document-manager.sgml,
18000 tmpl/ianjuta-editor.sgml,
18001 tmpl/ianjuta-file.sgml,
18002 tmpl/ianjuta-loader.sgml,
18003 tmpl/ianjuta-markable.sgml,
18004 tmpl/ianjuta-message-view.sgml,
18005 (added) tmpl/ianjuta-project-manager.sgml,
18006 (added) tmpl/ianjuta-todo.sgml,
18007 (added) tmpl/ianjuta-wizard.sgml,
18008 tmpl/libanjuta-iface-marshallers.sgml,
18009 tmpl/libanjuta-unused.sgml,
18010 (removed) tmpl/pixmaps.sgml,
18012 (removed) tmpl/properties.sgml,
18013 tmpl/resources.sgml: Updated API documentations.
18015 2005-01-15 Naba Kumar <naba@gnome.org>
18017 * libanjuta/anjuta-launcher.c: Added API docs.
18019 * plugins/project-wizard/templates/anjuta-plugin.wiz,
18020 plugins/project-wizard/templates/gtk.wiz,
18021 plugins/project-wizard/templates/terminal.wiz,
18022 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
18023 plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
18024 plugins/project-wizard/templates/gtk/src/main.c,
18025 plugins/project-wizard/templates/terminal/Makefile.am.tpl,
18026 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
18029 Patch from: Sébastien Granjoux <seb.sfo@free.fr>
18030 * plugins/project-wizard/anjuta-project-wizard.glade,
18031 plugins/project-wizard/autogen.c,
18032 plugins/project-wizard/druid.c,
18033 plugins/project-wizard/druid.h,
18034 plugins/project-wizard/file.c,
18035 plugins/project-wizard/file.h,
18036 plugins/project-wizard/install.c,
18037 plugins/project-wizard/parser.c,
18038 plugins/project-wizard/plugin.c,
18039 plugins/project-wizard/plugin.h: Add a preferences dialog: used for
18040 setting the default project directory. Fix HIDDEN property, it's
18041 working but I think we could make this cleaner. Removed the
18042 copy of the string in mandatory_property. Add an optional autogen
18043 attribute, to force or avoid using autogen on some files, default
18044 without any attribute is autodetect.+ Replace the script tag with
18045 a normal file tag and an attribute execute.
18047 2005-01-14 Naba Kumar <naba@gnome.org>
18049 * plugins/editor/action-callbacks.c,
18050 plugins/editor/search_incremental.c,
18051 plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
18054 * plugins/editor/plugin.c, plugins/editor/plugin.h,
18055 src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
18058 2005-01-12 Naba Kumar <naba@gnome.org>
18061 plugins/project-wizard/templates/Makefile.am,
18062 (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
18063 plugins/project-wizard/templates/anjuta-plugin.wiz,
18064 (added) plugins/project-wizard/templates/gtk-logo.png,
18065 (added) plugins/project-wizard/templates/gtk.wiz,
18066 (added) plugins/project-wizard/templates/terminal-logo.png,
18067 plugins/project-wizard/templates/terminal.wiz,
18068 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
18069 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18070 (added) plugins/project-wizard/templates/gtk/.cvsignore,
18071 (added) plugins/project-wizard/templates/gtk/Makefile.am,
18072 (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
18073 (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
18074 (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
18075 (added) plugins/project-wizard/templates/gtk/src/main.c,
18076 (added) plugins/project-wizard/templates/gtk/src/project.glade,
18077 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
18078 GTK+ project templated and fixed other templates. Updated template
18081 2005-01-12 Naba Kumar <naba@gnome.org>
18083 * plugins/macro/anjuta-macro.glade: Improved GUI.
18085 2005-01-10 Johannes Schmid <jhs@cvs.gnome.org>
18087 * plugins/cvs-plugin/cvs_gui.[ch] (removed)
18088 * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
18089 * plugins/cvs-plugin/cvs.[ch] (removed)
18090 Removed old unused files
18092 * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
18093 * plugins/cvs-plugin/cvs-actions.c
18094 * plugins/cvs-plugin/Makefile.am:
18095 Seperate callback functions for better error
18096 handling. Cleaned up code.
18098 * plugins/macro/macros.xml: removed corrupt cvs
18101 2005-01-10 Naba Kumar <naba@gnome.org>
18103 * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
18104 plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
18107 2005-01-09 Naba Kumar <naba@gnome.org>
18109 * libegg/egg-recent-action.c, libegg/test-actions.c,
18110 libegg/menu/egg-recent-action.h: Recent Action now takes multiple
18111 recent files models.
18113 * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
18114 two models -- one for projects and other for regular files and show
18115 both in recent files menu. Changed recent files group from "anjuta"
18116 to "anjuta-projects" and "anjuta-files" respectively. Set mime types
18117 when adding the URI in recent files.
18119 * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
18120 * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
18121 * plugins/macro/macro-dialog.c: Fixed dispose() method.
18122 * plugins/macro/macros.xml: Fixed xml errors.
18124 2005-01-08 Naba Kumar <naba@gnome.org>
18126 * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
18127 libegg/test-actions.c, libegg/menu/Makefile.am,
18128 libegg/menu/egg-recent-action.h: Added a new action for
18131 * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
18132 Fixed dispose. Cleanup.
18134 * plugins/file-loader/anjuta-loader-plugin.ui,
18135 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
18136 Use the new action for recent files. Added recent files in
18139 * plugins/project-wizard/druid.c: Show busy cursor and
18140 de-sensitize druid buttons during page change.
18142 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
18143 * plugins/project-wizard/Makefile.am,
18144 plugins/project-wizard/druid.c,
18145 plugins/project-wizard/druid.h,
18146 plugins/project-wizard/install.c,
18147 plugins/project-wizard/plugin.c,
18148 plugins/project-wizard/plugin.h,
18149 plugins/project-wizard/property.c,
18150 plugins/project-wizard/property.h,
18151 (added) plugins/project-wizard/values.c,
18152 (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
18153 objects (in values.c and values.h) containing the values of all
18154 properties. The NPWProperty objects now keep their values in this
18155 object which is persistant for one activation of the plugin, so the
18156 user keeps all the values even if he goes backward. Used an anjuta
18157 message view to list all files copied by the project wizard.
18159 2005-01-08 Johannes Schmid <jhs@cvs.gnome.org>
18161 * plugins/macro/plugin.[ch],
18162 plugins/macro/macro-dialog.[ch]
18163 plugins/macro/macro-edit.[ch]
18164 plugins/macro/macro-db.[ch]
18165 plugins/macro/macro-actions.[ch]
18166 plugins/macro/anjuta-macro.plugin.in
18167 plugins/macro/anjuta-macro.glade
18168 plugins/macro/anjuta-macro.png
18169 plugins/macro/Makefile.am
18170 plugins/macro/macros.xml
18171 plugins/macro/anjuta-macro.ui (all added)
18173 plugins/Makefile.am:
18174 Added new macro plugins
18176 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
18179 * manuals/reference/template (removed)
18180 Removed old api reference
18182 * plugins/message-view/message-view.c:
18183 "Fixed" crash in on_row_deleted and added a
18184 comment that I cannot work this way. We will
18185 have to change everything a bit to avoid losing
18188 * plugins/text-editor/text_editor.c:
18189 Update line number width on file save
18192 2005-01-07 Naba Kumar <naba@gnome.org>
18194 * plugins/project-wizard/anjuta-project-wizard.glade,
18195 plugins/project-wizard/druid.c,
18196 plugins/project-wizard/templates/anjuta-plugin.wiz,
18197 plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
18198 Display page description in bold. Fixed mandatory field check.
18201 libanjuta/libanjuta-1.0.pc.in,
18202 plugins/project-wizard/druid.c,
18203 plugins/project-wizard/parser.c,
18204 plugins/project-wizard/property.h,
18205 plugins/project-wizard/templates/anjuta-plugin.wiz,
18206 plugins/project-wizard/templates/terminal.wiz,
18207 plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
18208 (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
18209 (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
18210 (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
18211 (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
18212 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
18213 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18214 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18215 plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18216 plugins/project-wizard/templates/terminal/configure.in.tpl,
18217 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
18218 plugins/project-wizard/templates/terminal/src/main.c: Implemented
18219 a new property type -- hidden. Fixed terminal and anjuta-plugin
18222 2005-01-07 Naba Kumar <naba@gnome.org>
18224 * templates/anjuta-plugin.wiz,
18225 templates/terminal.wiz,
18226 templates/terminal/Makefile.am.tpl,
18227 templates/terminal/autogen.sh,
18228 (Removed) templates/terminal/configure.ac.tpl,
18229 (Added) templates/.cvsignore,
18230 (Added) templates/Makefile.am,
18231 (Added) templates/anjuta-plugin/.cvsignore,
18232 (Added) templates/anjuta-plugin/Makefile.am,
18233 (Added) templates/anjuta-plugin/src/.cvsignore,
18234 (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
18235 (Added) templates/terminal/.cvsignore,
18236 (Added) templates/terminal/Makefile.am,
18237 (Added) templates/terminal/configure.in.tpl,
18238 (Added) templates/terminal/po/.cvsignore,
18239 (Added) templates/terminal/po/ChangeLog,
18240 (Added) templates/terminal/po/Makefile.am,
18241 (Added) templates/terminal/po/POTFILES.in,
18242 (Added) templates/terminal/src/.cvsignore,
18243 (Added) templates/terminal/src/Makefile.am,
18244 (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
18245 project wizard. Fixed configure/po/Makefile template errors.
18247 2005-01-06 Naba Kumar <naba@gnome.org>
18249 * configure.in: Added project templates.
18250 * plugins/project-wizard/templates/*: Added to project and renamed
18251 Makefile.am and configure.in to Makefile.am and configure.ac respectively
18252 for the project templates (so that they do not conflict with autotools
18253 build. Created proper configure.ac.tpl and autogen.sh for project
18256 2005-01-06 Naba Kumar <naba@gnome.org>
18258 * plugins/project-wizard/anjuta-project-wizard.glade,
18259 plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
18260 Fixed file list parsing and to take absolute file paths (for example,
18261 from an icon selected previously). Used toggle buttons for boolean
18262 properties. Check if all mandatory fields are given before going
18263 forward in the wizard. Use scrollable viewport for listing property
18264 widgets incase the list goes out of wizard's size. Added tooltips
18265 as descriptions of the property widgets. And other fixes.
18267 * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
18268 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
18269 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
18270 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
18271 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
18272 (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
18273 (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
18274 (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
18275 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
18276 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
18277 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
18278 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
18279 Restructured template files.
18281 2005-01-06 Naba Kumar <naba@gnome.org>
18283 * configure.in: Added check for autogen.
18285 * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
18288 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
18289 Do not emit changed signal when in dispose.
18291 * plugins/symbol-browser/plugin.c: Don't updated symbols when
18292 symbol-view widget has been destroyed.
18294 * src/anjuta-app.c: Set null to preference, status and ui object
18295 pointers when they are destroyed.
18297 * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
18298 plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
18299 Added boolean, integer and file property types.
18301 * plugins/project-wizard/Makefile.am,
18302 plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
18303 project wizard templates.
18305 2005-01-04 Naba Kumar <naba@gnome.org>
18307 * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
18310 * plugins/editor/aneditor.cxx,
18311 plugins/editor/anjuta-docman.c,
18312 plugins/editor/plugin.c,
18313 plugins/editor/text_editor.c:
18314 Removed unnecessary ref/unref of scintilla.
18316 * plugins/message-view/anjuta-msgman.c,
18317 plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
18318 make close button similar to document manager.
18320 * plugins/project-manager/plugin.c,
18321 plugins/project-manager/plugin.h: Removed dead codes. Removed
18322 unnecessary ref/unref.
18324 * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
18325 instead of hard refs.
18327 2005-01-03 Naba Kumar <naba@gnome.org>
18329 * libanjuta/interfaces/libanjuta.idl: Added configure() and
18330 generate() methods for IAnjutaBuildable interface.
18332 * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
18333 IAnjutaBuildable inteface.
18335 * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
18336 to destroy build context when message view is destroyed.
18338 * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
18339 a ref to it and unref in destructor. AnEditor class wants to be the
18340 owner of scintilla widget. Fixed compile warnings with signed/unsigned
18343 * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
18344 complicate the scene. Removed editor widget from AnjutaDocman when
18345 the widget is destroyed.
18347 * plugins/editor/plugin.c: Destroy docman widget instead of just removing
18348 from shell. It will be removed from shell when the widget is destroyed.
18350 * plugins/editor/text_editor.c: Added debug codes to track object
18353 * plugins/message-view/anjuta-msgman.c: Remove message view on
18354 widget destroy. Destroy message view on remove. Removed all views
18357 * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
18360 2005-01-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18362 * plugins/file-wizard/action-callbacks.c,
18363 plugins/file-wizard/anjuta-file-wizard.glade,
18364 plugins/file-wizard/file.c, plugins/file-wizard/file.h :
18365 Insert Licence, copyright, header template ...
18367 2005-01-02 Naba Kumar <naba@gnome.org>
18369 * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
18370 libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
18371 anjuta_status_add_widget() to allow setting busy cursor on non
18374 * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
18376 * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
18377 mime types to take text/source also.
18379 * plugins/editor/anjuta-docman.c,
18380 plugins/editor/anjuta-docman.h,
18381 plugins/editor/plugin.c,
18382 plugins/editor/text_editor.c,
18383 plugins/editor/text_editor.h,
18384 plugins/editor/text_editor_cbs.c: Listen for busy signal from
18385 AnjutaStatus and set busy cursor on editors.
18387 * plugins/file-loader/Makefile.am,
18388 plugins/file-loader/plugin.c,
18389 (added) plugins/file-loader/dnd.c,
18390 (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
18392 * src/anjuta.c: Hide anjuta window before destruction.
18394 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
18395 * configure.in, plugins/Makefile.am,
18396 (removed) plugins/project-wizard/appwiz_page1.c,
18397 (removed) plugins/project-wizard/appwiz_page2.c,
18398 (removed) plugins/project-wizard/appwiz_page3.c,
18399 (removed) plugins/project-wizard/appwiz_page4.c,
18400 (removed) plugins/project-wizard/appwizard.c,
18401 (removed) plugins/project-wizard/appwizard.h,
18402 (removed) plugins/project-wizard/appwizard_cbs.c,
18403 (removed) plugins/project-wizard/appwizard_cbs.h,
18404 (removed) plugins/project-wizard/appwizard_gui.c,
18405 (removed) plugins/project-wizard/gnome_project.c,
18406 (removed) plugins/project-wizard/gnome_project.h,
18407 (removed) plugins/project-wizard/wizard_gui.c,
18408 (removed) plugins/project-wizard/wizard_gui.h,
18409 (added) plugins/project-wizard/.cvsignore,
18410 (added) plugins/project-wizard/Makefile.am,
18411 (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
18412 (added) plugins/project-wizard/anjuta-project-wizard.glade,
18413 (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
18414 (added) plugins/project-wizard/applogo.png,
18415 (added) plugins/project-wizard/appwizard.png,
18416 (added) plugins/project-wizard/autogen.c,
18417 (added) plugins/project-wizard/autogen.h,
18418 (added) plugins/project-wizard/druid.c,
18419 (added) plugins/project-wizard/druid.h,
18420 (added) plugins/project-wizard/file.c,
18421 (added) plugins/project-wizard/file.h,
18422 (added) plugins/project-wizard/header.c,
18423 (added) plugins/project-wizard/header.h,
18424 (added) plugins/project-wizard/install.c,
18425 (added) plugins/project-wizard/install.h,
18426 (added) plugins/project-wizard/parser.c,
18427 (added) plugins/project-wizard/parser.h,
18428 (added) plugins/project-wizard/plugin.c,
18429 (added) plugins/project-wizard/plugin.h,
18430 (added) plugins/project-wizard/property.c,
18431 (added) plugins/project-wizard/property.h: Removed old application-wizard
18432 codes and added new template based (autogen based) project wizard
18433 implemented by Sébastien Granjoux <seb.sfo@free.fr>
18435 2005-01-01 Johannes Schmid <jhs@cvs.gnome.org>
18437 * plugins/cvs-plugin/plugin.c: Fixed crash bug
18438 * plugins/cvs-plugin/cvs-execute.c:
18439 Fix cvs_log which did not work because of some
18441 Patch from Mark R. Pariente <markpariente@cmu.edu>
18442 - Fix message highlighting
18444 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
18449 Removed template stuff completly because we dicussed to implement
18450 a macro system for Edit->Insert Text
18452 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
18454 * plugins/editor/aneditor.cxx,
18455 plugins/editor/text_editor.c:
18456 Set line number width dynamically
18458 Prepered new GTK 2.6 about dialog
18460 2004-12-30 Naba Kumar <naba@gnome.org>
18462 patch from: Massimo Corà <maxcvs@email.it>
18463 * plugins/editor/aneditor.cxx: Highlights correct function
18464 argument in recursive calltips.
18466 2004-12-30 Naba Kumar <naba@gnome.org>
18468 * plugins/symbol-browser/plugin.c,
18469 libanjuta/interfaces/libanjuta.idl,
18470 plugins/editor/text_editor.c: Fixed editor markers and added a new
18471 marker (BASIC) to indicate line numbers. Fixed symbol browser to
18472 mark the line visited.
18474 * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18475 libegg/Makefile.am, libegg/eggcomboselect.c,
18476 libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18477 widget for use with symbol view in toolbar.
18479 * plugins/cvs-plugin/anjuta-cvs.ui,
18480 plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18481 placeholder for cvs plugin context menu in filemanager.
18483 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
18485 * plugins/cvs-plugin/plugin.c:
18486 Show popup menu only if the file is contained in
18487 a directory containing a "CVS" directory
18489 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
18491 * plugins/cvs-plugin/cvs-action.[ch],
18492 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18493 * plugins/cvs-plugin/anjuta-cvs.ui,
18494 * plugins/cvs-plugin/plugin.c:
18495 Implemented "Import"
18497 Patch from Mark R. Pariente <markpariente@cmu.edu>:
18498 Added right-click-menu for file-manager
18500 2004-12-26 Naba Kumar <naba@gnome.org>
18502 * src/action-callbacks.c, src/action-callbacks.h,
18503 src/anjuta-actions.h, src/anjuta-app.c,
18504 src/anjuta.ui: Added fullscreen action.
18506 * plugins/cvs-plugin/cvs-actions.c,
18507 plugins/cvs-plugin/plugin.c,
18508 plugins/cvs-plugin/plugin.h: Watches current editor,
18509 project and file manager selection in plugin
18512 2004-12-26 Naba Kumar <naba@gnome.org>
18514 * src/anjuta-app.c, src/anjuta.c, src/main.c,
18515 src/action-callbacks.c: Fixed app finalization. Added a
18516 command line arg --proper-shutdown (-p), which when set
18517 will release all plugins and their resources (this option
18518 is mainly for debugging).
18520 * plugins/file-loader/plugin.c: Fixed filename duplications
18521 in recent files history.
18523 * plugins/profile-default/plugin.c: Disabled problematic
18524 plugins for now to load at startup.
18526 * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled
18527 annoying debug prints.
18529 2004-12-23 Naba Kumar <naba@gnome.org>
18531 Patch from: Mark R. Pariente <markpariente@cmu.edu>
18532 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18533 plugins/cvs-plugin/anjuta-cvs.ui,
18534 plugins/cvs-plugin/cvs-actions.c,
18535 plugins/cvs-plugin/cvs-actions.h,
18536 plugins/cvs-plugin/cvs-execute.c,
18537 plugins/cvs-plugin/cvs-execute.h,
18538 plugins/cvs-plugin/Makefile.am,
18539 plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18540 Added cvs log command.
18542 2004-12-20 Johannes Schmid <jhs@cvs.gnome.org>
18544 * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as
18547 2004-12-20 Naba Kumar <naba@gnome.org>
18549 patch from: Massimo Corà <maxcvs@email.it>
18550 * plugins/editor/aneditor.cxx: Added recursive calltips.
18552 2004-12-20 Naba Kumar <naba@gnome.org>
18554 * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18555 Show busy cursor during loading and unloading.
18557 2004-12-19 Naba Kumar <naba@gnome.org>
18559 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18560 memory leaks. Disabled debug print.
18562 * plugins/symbol-browser/an_symbol_view.c,
18563 plugins/symbol-browser/plugin.c,
18564 plugins/symbol-browser/plugin.h: Fixed loading and unloading
18565 problems. Creates SymbolView object every time when the
18566 plugin is activated.
18568 * plugins/project-manager/plugin.c: Close project when
18571 2004-12-18 Naba Kumar <naba@gnome.org>
18573 * po/POTFILES.in: Removed commented lines.
18574 * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18575 * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18576 * plugins/gdb/plugin.c: Fixed compile error.
18578 Patch from: Mark R. Pariente <mark@demar.com.tr>
18579 * libegg/eggcellrendererkeys.c: Fixed compile error.
18581 2004-12-18 Naba Kumar <naba@gnome.org>
18583 * plugins/file-loader/plugin.c: Fixed loading bug.
18585 *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18586 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18587 plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18588 plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18589 and corruptions. Fixed loading and unloading of plugins.
18591 2004-12-17 Naba Kumar <naba@gnome.org>
18593 * plugins/file-loader/Makefile.am,
18594 plugins/file-loader/plugin.c,
18595 plugins/project-manager/plugin.c: Fixed memory corruption
18596 and disposition codes. Added missing plugin.h in Makefile.am.
18598 2004-12-16 Naba Kumar <naba@gnome.org>
18600 * plugins/symbol-browser/an_symbol_view.c,
18601 plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18602 codes. Fixed memory leaks and corruptions.
18604 * plugins/build-basic-autotools/build-basic-autotools.c
18605 plugins/editor/anjuta-docman.c,
18606 plugins/editor/text_editor.c,
18607 plugins/file-loader/plugin.c,
18608 plugins/file-manager/plugin.c,
18609 plugins/file-wizard/plugin.c,
18610 plugins/message-view/anjuta-msgman.c,
18611 plugins/message-view/anjuta-msgman.h,
18612 plugins/message-view/message-view.c,
18613 plugins/message-view/plugin.c,
18614 plugins/message-view/plugin.h,
18615 plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18617 * src/about.c, src/about.h, src/action-callbacks.c,
18618 src/action-callbacks.h, src/anjuta-actions.h,
18619 src/anjuta-app.c, src/anjuta-app.h,
18620 src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18621 src/anjuta.c, src/anjuta.h, src/getline.c,
18622 src/main.c, src/main.cpp, src/shell.c, src/shell.h,
18623 src/start-with.c, src/start-with.h: Fixed emacs modes.
18625 * src/layout.xml: Brought document manager in front.
18627 2004-12-15 Naba Kumar <naba@gnome.org>
18629 * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18632 * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18633 finalization. Added a method to unload all plugins and destroy them.
18634 Fixed memory leaks.
18636 * plugins/sample1/plugin.c: Proper finalization code and renamed
18637 functions to proper names.
18639 * plugins/build-basic-autotools/build-basic-autotools.c,
18640 plugins/cvs-plugin/plugin.c: Proper finalization and disposition code.
18642 * src/shell.c: Unload all plugins on exit, so that memory profilers
18643 can detect memory leaks in plugins.
18645 2004-12-13 Naba Kumar <naba@gnome.org>
18647 * plugins/devhelp/plugin.c: Delay widget initialization, now that
18648 docking is working.
18649 * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18650 * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18652 2004-12-11 Naba Kumar <naba@gnome.org>
18654 * data/properties/anjuta.properties: Fixed font size.
18655 * plugin/build-basic-autotools/build-basic-autotools: Added initial
18656 compile file function. There are some fixmes there.
18657 * plugins/message-view/anjuta-msgman.c,
18658 * plugins/message-view/message-view.c: Fixed bugs and clean up.
18660 2004-12-08 Naba Kumar <naba@gnome.org>
18662 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18663 src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18664 to escape quotes in a string.
18666 * plugins/cvs-plugin/cvs-actions.c,
18667 plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18670 * plugins/build-basic-autotools/build-basic-autotools.c,
18671 plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18674 2004-12-07 Naba Kumar <naba@gnome.org>
18676 * plugins/build-basic-autotools/build-basic-autotools.c,
18677 plugins/build-basic-autotools/automake-c.filters: Completed directory
18678 tracking. Double click on Errors and warnings now work as expected.
18680 * plugins/build-basic-autotools.c: Added codes to track build directory
18681 so that absolute path of the files could be determined.
18683 2004-12-06 Naba Kumar <naba@gnome.org>
18685 * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18686 * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18687 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18689 2004-12-05 Naba Kumar <naba@gnome.org>
18691 * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18692 tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18694 * plugins/cvs-plugin/plugin.c,
18695 plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18697 2004-13-05 Johannes Schmid <jhs@cvs.gnome.org>
18699 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18700 * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18701 plugins/cvs-plugin/cvs-execute.[ch]:
18702 Implemented cvs status and cvs diff
18704 - rdiff command is not correct
18705 - Must find a way to allow selection of directies AND files
18708 2004-12-03 Naba Kumar <naba@gnome.org>
18710 * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18711 plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18712 plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18713 session.properties file if it is for the first time.
18715 2004-12-02 Johannes Schmid <jhs@cvs.gnome.org>
18717 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18720 * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18721 plugins/cvs-plugin/anjuta-cvs.ui:
18722 Implemented update/commit and changed menu layout
18724 2004-12-02 Naba Kumar <naba@gnome.org>
18726 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18727 property name (for cvs path property). Beautified dialogs.
18729 2004-11-30 Johannes Schmid <jhs@cvs.gnome.org>
18731 * plugins/message-view/anjuta-msgman.c: Changed callback name
18732 and changed switch-page handling.
18734 * plugins/cvs-plugin/cvs-actions.c:
18735 * plugins/cvs-plugin/cvs-execute.c:
18736 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18737 - Implemented cvs add and cvs removed - both working now
18738 - Created a useful preferences page
18741 2004-11-30 Naba Kumar <naba@gnome.org>
18743 * libanjuta/anjuta-status.c: Fixed runtime warning.
18745 * plugins/editor/Makefile.am:
18746 plugins/editor/anjuta-document-manager.glade,
18747 plugins/editor/plugin.c
18748 plugins/editor/plugin.h
18749 plugins/editor/style-editor.c (new, moved from src/),
18750 plugins/editor/style-editor.h (new, moved from src/),
18751 plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18752 settings in preferences.
18754 * plugins/editor/text_editor.c,
18755 plugins/editor/text_editor.h: Do not take unused args in
18756 text_editor_get_props().
18758 * src/style-editor.c, src/style-editor.h: Removed, moved to
18759 plugins/editor/ directory.
18761 2004-11-29 Naba Kumar <naba@gnome.org>
18763 * plugins/editor/text_editor_cbs.c: Emit click signal in
18765 * libanjuta/anjuta-status.c: More spacing between items.
18767 2004-11-29 Naba Kumar <naba@gnome.org>
18769 Patch from: Pavol Bosik <pavol.bosik@radiantsystems.com>:
18771 * libanjuta/interfaces/libanjuta.idl,
18772 plugins/debug-manager/anjuta-debug-manager.plugin.in,
18773 plugins/debug-manager/plugin.c,
18774 plugins/gdb/breakpoints.c,
18775 plugins/gdb/breakpoints.h,
18776 plugins/gdb/debugger.c,
18777 plugins/gdb/debugger.h,
18778 plugins/gdb/plugin.c,
18779 plugins/gdb/plugin.h,
18780 plugins/gdb/utilities.c,
18781 plugins/gdb/utilities.h: Code cleanups and partial implementation of
18782 toggle breakpoint margin clicks.
18784 2004-11-28 Naba Kumar <naba@gnome.org>
18786 * TODO.tasks: Fixed indentations.
18787 * plugins/gtodo/libgtodo.c: Save with indentation.
18788 * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18789 * plugins/project-manager/plugin.c: Fixed runtime warnings.
18790 * libanjuta/anjuta-status.c: Fixed busy cursors.
18791 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18792 * po/POTFILES.in: Updated.
18794 2004-11-28 Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18796 * plugins/editor/anjuta-document-manager.glade,
18797 plugins/editor/search-replace.[c,h],
18798 plugins/editor/search-replace_backend.h
18799 plugins/editor/search-preferences.[c,h] :
18800 Saved Search-Preferences (gconf),
18801 Basic search by default.
18803 2004-11-22 Naba Kumar <naba@gnome.org>
18805 * configure.in: Fixed build error.
18807 2004-11-21 Naba Kumar <naba@gnome.org>
18809 * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18810 libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18811 Added AnjutaStatus class to libanjuta.
18812 Added anjuta_shell_get_status() method.
18814 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18815 and fixed marshaller generation.
18817 * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18818 "updade_ui" signals to IAnjutaEditor interface.
18820 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18822 * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18825 * plugins/class-gen/clsGen.c: Intial port.
18827 * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18830 * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18831 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18832 plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18833 Implemented status update. Emits "update_ui" and "char_added" signals.
18834 Added view preferences.
18836 * plugins/file-loader/plugin.c: Added open with plugins in open with
18839 * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18841 * plugins/message-view/anjuta-msgman.c,
18842 plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18843 to close correct message view rather than current view.
18845 2004-11-20 Johannes Schmid <jhs@cvs.gnome.org>
18847 * plugins/cvs-plugin/cvs-actions.c
18848 plugins/cvs-plugin/plugin.[ch]
18849 plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18850 Implemented cvs add but ran into a launcher/message_view
18851 problem because of a limitation of the idl compiler
18853 2004-11-19 Naba Kumar <naba@gnome.org>
18855 * plugins/project-manager/plugin.c: Displays a progress window during
18858 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18859 Fixed UI separators.
18861 * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18864 * plugins/project-manager/anjuta-project-manager.ui,
18865 plugins/project-manager/plugin.[c,h]: Added add/remove context
18866 menus and implemented them. Added file manager merge menu.
18868 2004-11-18 Naba Kumar <naba@gnome.org>
18870 * TODO.tasks: Updated.
18871 * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18872 plugins/message-view/message-view.c: Fixed finalize and dispose
18874 * plugins/debugger/*: Removed from cvs (development now in
18877 2004-11-17 Pavol Bosik <pavol.bosik@radiantsystems.com>
18879 Reviewed by Naba Kumar <naba@gnome.org>:
18881 * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18882 plugins/editor/plugin.c, plugins/editor/text_editor.c,
18883 plugins/gdb/breakpoints.c: all marker related stuff moved from
18884 editor and docman interfaces to IAnjutaMarkable
18886 2004-11-17 Naba Kumar <naba@gnome.org>
18888 * TODO.tasks: Updated.
18890 * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18892 * libegg/egg-combo-action.c: Block changed signal when changing model.
18894 * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18895 Emit changed signal. Removed dead codes.
18897 * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18898 that recent files history do not duplicate.
18900 * plugins/symbol-browser/an_symbol_view.c,
18901 plugins/symbol-browser/an_symbol_view.h,
18902 plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18905 2004-11-15 Naba Kumar <naba@gnome.org>
18907 * plugins/project-manager/plugin.c: Opens targets on double click.
18909 * plugins/message-view/message-view.c,
18910 plugins/file-manager/anjuta-file-manager-plugin.glade,
18911 plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18912 Added proper class finalization
18913 and disposition. Added preferences notifications and callbacks to
18914 change info/warning/error colors.
18916 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18917 plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18918 src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18919 Implemented finalize method for AnjutaApp. Code cleanups.
18921 * plugins/message-view/plugin.c: Static parent_class.
18923 2004-11-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18924 * plugins/editor/search-replace.[c,h],
18925 plugins/editor/search-replace_backend.c
18926 Update search entry in main toolbar.
18929 2004-11-11 Naba Kumar <naba@gnome.org>
18931 * TODO.tasks: Updated.
18933 * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18934 and completed on-the-fly-change preferences. Removed "changed"
18935 signal as it is no longer necessary (use notify for similar
18936 purpose to monitor individual preferences).
18939 * plugins/editor/anjuta-document-manager.glade: Added view menu
18940 preferences so that they are registered.
18942 * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18943 (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18944 connection to "changed" signal of preferences and implemented
18945 notifications for some editor preferences. More to implement.
18947 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18948 * plugins/editor/print.c
18949 Fixed bug 1047624 : Add line number every X lines.
18951 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18952 * plugins/editor/search-replace.c
18953 Fixed a crash bug (995755) when searching "%n"
18955 2004-11-09 Naba Kumar <naba@gnome.org>
18957 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18958 Fixed to refresh categories list on file load.
18960 2004-11-08 Naba Kumar <naba@gnome.org>
18962 * configure.in, plugins/Makefile.am,
18963 plugins/profile-default/plugin.c: Added cvs plugin in build.
18965 * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18967 * plugins/debug-manager/.cvsignore: Added file to ignore.
18969 * plugins/debug-manager/Makefile.am: Removed dead codes.
18971 * src/anjuta.ui: Added placeholder for version control UI.
18973 2004-11-08 Naba Kumar <naba@gnome.org>
18975 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18976 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18977 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18980 * global-tags/Makefile.am: Fixed make error.
18982 * plugins/profile-default/plugin.c: Added debug-manager
18983 and gdb plugins to load at startup so that debugger
18984 windows are docked properly. They will be removed
18985 later when we figure out runtime docking.
18987 * plugins/sample1/*: Restored to last working state.
18989 * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18990 windows in lower pane. Named the windows appropriately.
18992 * ChangeLog: Fixed format.
18994 2004-11-07 Pavol Bosik <pavol.bosik@radiantsystems.com>
18996 * libanjuta/interfaces/libanjuta.idl,
18997 libanjuta/anjuta-marshal.c,
18998 plugins/Makefile.am,
18999 plugins/debug-manager/plugin.c,
19000 plugins/editor/plugin.c,
19001 plugins/editor/text_editor.c,
19002 plugins/gdb/breakpoints.c,
19003 plugins/gdb/debugger.c,
19004 plugins/gdb/plugin.c,
19005 plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
19007 2004-11-06 Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19008 * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
19009 plugins/editor/search-replace.c,
19010 plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
19011 Search and Replace; Show result in find pane
19013 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
19015 * plugins/gdb, plugins/debug-manager: Applied debugger patch
19016 from Bosik, Pavol <pavol.bosik@radiantsystems.com>
19017 (added features: starting debugger and loading of core/executable,
19018 StepIn, StepOut, StepOver and Execute, toggling breakpoint
19021 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
19023 * plugins/cvs-plugin/*: Mess up with cvs and lost some of
19024 my cvs-plugin files...
19025 I hope I have rescued everything possible.
19027 * Naba: Could you please fix sample1 because I messed it up to
19028 but there should be a histroy of this directory we should commit
19030 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
19032 * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
19034 * plugins/cvs-plugin/plugin.c,
19035 /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
19036 Added preferences dialog (not yet complete)
19038 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
19040 * global-tags/Makefile.am, mime/Makefile.am:
19041 Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
19043 * template/xmltemplate.[ch],
19044 template/xmlstrings.[ch],
19045 template/autotools.[ch] removed,
19046 template/prj_template.[ch] removed,
19047 template/lang_template.[ch] removed,
19048 template/lib_template.[ch] removed,
19049 template/Makefile.am adjusted,
19050 template/dtds/lang.dtd removed,
19051 template/dtds/lib.dtd removed,
19052 template/dtds/prj.dtd removed,
19053 template/dtds/autotools.dtd removed,
19054 data/template/lib/* removed,
19055 data/template/language/* removed,
19056 data/template/library/* removed,
19057 data/template/project/* removed,
19058 date/template/Makefile.am adjusted:
19059 Remove everything except text-templates to replace hardcoded
19060 Edit->Insert texts with dynamic loaded.
19062 * plugins/cvs-plugin/plugin.[ch],
19063 plugins/cvs-actions.[ch],
19064 plugins/Makefile.am,
19065 plugins/cvs-plugin/Makefile.am,
19066 plugins/cvs-plugin/anjuta-cvs-plugin.ui,
19067 plugins/cvs-plugin/anjuta-cvs-plugin.glade,
19068 plugins/cvs-plugin/anjuta-cvs.plugin.in:
19069 Added initial cvs-plugin code
19071 2004-10-21 Naba Kumar <naba@gnome.org>
19073 * libanjuta/anjuta-plugin.c,
19074 plugins/build-basic-autotools/build-basic-autotools.c,
19075 plugins/debugger/plugin.c,
19076 plugins/devhelp/plugin.c,
19077 plugins/editor/anjuta-docman.c,
19078 plugins/editor/goto_line.c,
19079 plugins/editor/plugin.c,
19080 plugins/editor/search-replace.c,
19081 plugins/editor/text_editor.c,
19082 plugins/file-loader/plugin.c,
19083 plugins/file-manager/plugin.c,
19084 plugins/file-wizard/file.c,
19085 plugins/file-wizard/plugin.c,
19086 plugins/gdb/plugin.c,
19087 plugins/gtodo/plugin.c,
19088 plugins/message-view/anjuta-msgman.c,
19089 plugins/profile-default/plugin.c,
19090 plugins/project-manager/plugin.c,
19091 plugins/sample1/plugin.c,
19092 plugins/terminal/terminal.c: Defined all global variables static,
19093 particularly class parent_class variables. They were getting
19094 confused at link time.
19096 * libanjuta/plugins.c: Do not unload plugins when they are
19097 deactivated. Simply cache them for later activation. Unloading
19098 modules have some problem with shared libs using static class
19099 registration. Fixed hash type for installed plugins. Eventually,
19100 we want to add "CanUnload" attribute for .plugin files (in
19101 "Anjuta Plugin" group) to let plugin loader know if the plugin can
19102 be unloaded from memory. Those plugins declaring CanUnload=false
19103 will not be unloaded from memory and will be put in the cache. Those
19104 not declaring anything or declaring CanUnload=true, will be unloaded
19105 from memory when they are deactivated.
19107 * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
19108 plugins/editor/plugin.c, plugins/editor/text_editor.c,
19109 plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
19110 plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
19111 plugins/project-manager/plugin.c: Fixed object finalization, dispose,
19112 activation, deactivation. Fixed memory leaks.
19114 2004-10-20 Naba Kumar <naba@gnome.org>
19116 * TODO.tasks: Updated.
19118 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
19119 libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
19120 macro for adding interfaces to plugin types. Code cleanup.
19122 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19123 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
19125 * plugins/build-basic-autotools/build-basic-autotools.c,
19126 plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
19127 plugins/editor/plugin.c, plugins/editor/text_editor.c,
19128 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
19129 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
19130 plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
19131 plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
19132 plugins/project-manager/plugin.c,
19133 plugins/symbol-browser/an_symbol_view.c,
19134 plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
19135 newly defined macro to add interfaces to plugin types.
19137 * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
19139 2004-10-20 Naba Kumar <naba@gnome.org>
19141 * TODO.tasks: Added task list.
19142 * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
19145 2004-10-19 Naba Kumar <naba@gnome.org>
19147 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
19149 * plugins/editor/action-callbacks.c,
19150 plugins/editor/action-callbacks.h,
19151 plugins/editor/anjuta-docman.c,
19152 plugins/editor/anjuta-docman.h,
19153 plugins/editor/anjuta-document-manager.ui,
19154 plugins/editor/file_history.c,
19155 plugins/editor/file_history.h,
19156 plugins/editor/plugin.c: Added file history browsing.
19158 * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
19160 * plugins/message-view/anjuta-message-manager.ui,
19161 plugins/message-view/plugin.c: Added document manager context menu.
19163 * plugins/symbol-browser/an_symbol_view.c,
19164 plugins/symbol-browser/an_symbol_view.h,
19165 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19166 plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
19167 document manager context menu.
19169 * scintilla/*, scintilla/include/*: Updated to current cvs.
19171 2004-10-19 Naba Kumar <naba@gnome.org>
19173 *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
19174 placeholder for debugger UI.
19176 * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
19177 * plugins/file-manager/plugin.c: Fixed loading bug.
19179 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
19180 libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
19181 Initializes gconf database with default values when the
19182 values are not defined. Use bool and int prefs separately.
19184 * plugins/editor/plugin.c: Added encoding preferences.
19185 * plugins/project-manager/plugin.c: Cleanup and debug messages.
19187 * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19188 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19189 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19190 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
19192 2004-10-18 Naba Kumar <naba@gnome.org>
19194 * po/POTFILES.in: Updated.
19196 * libanjuta/anjuta-ui.c: Corrected debug messages.
19198 * libegg/egg-combo-action.c, libegg/test-actions.c,
19199 libegg/menu/egg-combo-action.h: Fixed combo action.
19201 * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
19204 * plugins/editor/action-callbacks.[c,h],
19205 plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
19206 Implemented file swap. Removed dead codes.
19208 * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
19211 * plugins/symbol-browser/an_symbol_view.[c,h],
19212 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19213 plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
19214 Implemented file symbols. Implemented goto file line when symbol is
19217 * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
19219 2004-10-10 Naba Kumar <naba@gnome.org>
19221 Patch from Bosik, Pavol <pavol.bosik@radiantsystems.com>:
19223 * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
19225 * plugins/debugger/.cvsignore,
19226 (added) plugins/debugger/Makefile.am,
19227 (added) plugins/debugger/anjuta-debugger.glade,
19228 (added) plugins/debugger/anjuta-debugger.plugin.in,
19229 (added) plugins/debugger/anjuta-debugger.plugin.png,
19230 (added) plugins/debugger/anjuta-debugger.ui,
19231 plugins/debugger/attach_process.c,
19232 (removed) plugins/debugger/attach_process_cbs.c,
19233 (removed) plugins/debugger/attach_process_cbs.h,
19234 (removed) plugins/debugger/breakpoints.c,
19235 (removed) plugins/debugger/breakpoints.h,
19236 (removed) plugins/debugger/debug_tree.c,
19237 (removed) plugins/debugger/debug_tree.h,
19238 (removed) plugins/debugger/debugger.c,
19239 (removed) plugins/debugger/debugger.h,
19240 (removed) plugins/debugger/memory.c,
19241 (removed) plugins/debugger/memory.h,
19242 (added) plugins/debugger/plugin.c,
19243 (added) plugins/debugger/plugin.h,
19244 (removed) plugins/debugger/registers.c,
19245 (removed) plugins/debugger/registers.h,
19246 (removed) plugins/debugger/registers_cbs.c,
19247 (removed) plugins/debugger/registers_cbs.h,
19248 (removed) plugins/debugger/registers_gui.c,
19249 (removed) plugins/debugger/sharedlib.c,
19250 (removed) plugins/debugger/sharedlib.h,
19251 (removed) plugins/debugger/sharedlib_cbs.c,
19252 (removed) plugins/debugger/sharedlib_cbs.h,
19253 (removed) plugins/debugger/sharedlib_gui.c,
19254 (removed) plugins/debugger/signals.c,
19255 (removed) plugins/debugger/signals.h,
19256 (removed) plugins/debugger/signals_cbs.c,
19257 (removed) plugins/debugger/signals_cbs.h,
19258 (removed) plugins/debugger/signals_gui.c,
19259 (removed) plugins/debugger/stack_trace.c,
19260 (removed) plugins/debugger/stack_trace.h,
19261 (added) plugins/debugger/utilities.c,
19262 (added) plugins/debugger/utilities.h,
19263 (removed) plugins/debugger/watch.c,
19264 (removed) plugins/debugger/watch.h,
19265 (removed) plugins/debugger/watch_cbs.c,
19266 (removed) plugins/debugger/watch_cbs.h,
19267 (removed) plugins/debugger/watch_gui.c,
19268 (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
19270 * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
19271 Added debugger gdb backend plugin.
19273 * plugins/message-view/plugin.c: Registered all message stock icons.
19275 * plugins/profile-default/plugin.c: Loads debugger plugin.
19277 * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
19279 2004-10-08 Naba Kumar <naba@gnome.org>
19281 * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
19284 * plugins/symbol-browser/.cvsignore,
19285 plugins/symbol-browser/Makefile.am,
19286 plugins/symbol-browser/an_symbol_view.c,
19287 plugins/symbol-browser/an_symbol_view.h,
19288 plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
19289 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
19290 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
19291 plugins/symbol-browser/plugin.c,
19292 plugins/symbol-browser/plugin.h,
19293 plugins/symbol-browser/sv_class.xpm,
19294 plugins/symbol-browser/sv_function.xpm,
19295 plugins/symbol-browser/sv_macro.xpm,
19296 plugins/symbol-browser/sv_private_fun.xpm,
19297 plugins/symbol-browser/sv_private_var.xpm,
19298 plugins/symbol-browser/sv_protected_fun.xpm,
19299 plugins/symbol-browser/sv_protected_var.xpm,
19300 plugins/symbol-browser/sv_public_fun.xpm,
19301 plugins/symbol-browser/sv_public_var.xpm,
19302 plugins/symbol-browser/sv_static_fun.xpm,
19303 plugins/symbol-browser/sv_static_var.xpm,
19304 plugins/symbol-browser/sv_struct.xpm,
19305 plugins/symbol-browser/sv_unknown.xpm,
19306 plugins/symbol-browser/sv_variable.xpm,
19307 plugins/symbol-browser/test-symbol-browser.c,
19308 plugins/Makefile.am: Implemented Symbol
19311 * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
19313 * plugins/build-basic-autotools/Makefile.am,
19314 plugins/devhelp/Makefile.am,
19315 plugins/editor/Makefile.am,
19316 plugins/file-loader/Makefile.am,
19317 plugins/file-manager/Makefile.am,
19318 plugins/file-wizard/Makefile.am,
19319 plugins/gtodo/Makefile.am,
19320 plugins/message-view/Makefile.am,
19321 plugins/profile-default/Makefile.am,
19322 plugins/project-manager/Makefile.am
19323 plugins/sample1/Makefile.am,
19324 plugins/terminal/Makefile.am,
19325 scintilla/Makefile.am,
19326 libegg/Makefile.am,
19327 launcher/Makefile.am,
19328 libanjuta/Makefile.am,
19330 tagmanager/Makefile.am,
19331 configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
19332 anjuta_data_dir in configure.in and used them in plugins Makefile.am
19333 files. Also fixed library dependencies.
19335 * plugins/editor/aneditor.cxx: Disabled unused codes.
19336 * plugins/file-manager/an_file_view.c: Added copyright.
19337 * plugins/gtodo/tray-icon.c: Fixed pixmap path.
19339 * plugins/profile-default/plugin.c: Can load plugins by location.
19340 * plugins/project-manager/plugin.c: Remove project_root_uri value
19341 when project is closed.
19343 2004-10-06 Naba Kumar <naba@gnome.org>
19345 * libanjuta/plugins.c: Shows plugins in a nicer dialog.
19347 * libanjuta/interfaces/libanjuta.idl,
19348 plugins/editor/text_editor.c: Added get_length()
19349 and get_current_word() methods in IAnjutaEditor interface.
19351 * libegg/Makefile.am: Added test_actions target.
19353 * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
19355 * plugins/build-basic-autotools/build-basic-autotools.c,
19356 plugins/file-loader/plugin.c,
19357 plugins/message-view/message-view.c: Added code to go to file and
19360 * plugins/devhelp/plugin.c: Context sensitive help now works.
19361 * plugins/editor/anjuta-docman.c: Reads the fragment id from file
19362 uri as line number and goes to that line number.
19364 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
19365 plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
19366 gtodo_client_load() method to load from a diffrent file. Watched
19367 project root directory in plugin to open TODO.tasks of the project.
19369 * plugins/project-manager/plugin.c: Updates project UI
19370 sensitive/insensitive.
19372 * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
19373 anjuta-shell program to test plugins.
19375 * src/anjuta-app.c: Registered UI accels.
19377 2004-09-28 Naba Kumar <naba@gnome.org>
19379 * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
19382 * src/anjuta-app.c: Implemented present widget method.
19384 * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
19385 plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
19387 * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
19390 * plugins/editor/text_editor.c: Connects to preferences changed signal
19393 2004-09-28 Naba Kumar <naba@gnome.org>
19395 * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
19398 * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
19401 * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
19402 in changed signal callback.
19404 * plugins/editor/action-callbacks.c: Implemented save_all action
19405 callback. Removed dead code. Do save_as when saving a new file.
19406 Implemented incremental search.
19408 * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
19410 * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
19412 * src/anjuta-app.c: Registers UI accelerators.
19414 2004-09-27 Naba Kumar <naba@gnome.org>
19416 * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
19418 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19419 plugins/devhelp/anjuta-devhelp.plugin.in,
19420 plugins/file-loader/anjuta-loader.plugin.in,
19421 plugins/file-manager/anjuta-file-manager.plugin.in,
19422 plugins/gtodo/anjuta-gtodo.plugin.in,
19423 plugins/project-manager/anjuta-project-manager.plugin.in,
19424 plugins/terminal/anjuta-terminal.plugin.in:
19425 Gave proper plugin names.
19427 * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
19428 error when regex fail.
19430 * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
19431 Added help and context search. Watches current editor. More menus
19432 in Help submenu. Update UI (sensitive when required) properly.
19434 * plugins/editor/anjuta-document-manager.ui,
19435 plugins/devhelp/anjuta-devhelp.ui,
19436 plugins/message-view/anjuta-message-manager.ui,
19437 src/anjuta.ui: Goto menu actions are in separate submenu.
19439 * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
19440 Removed unimplemented UI elements.
19442 * src/anjuta-app.c: Larger (and normal) icon size.
19444 * src/layout.xml: Task manager plugin along with document (in middle).
19446 * plugins/editor/plugin.c, plugins/file-loader.c,
19447 plugins/devhelp/plugin.c: Gives short-labels and is-important flag
19448 in gtkactions. Enable/disable UI properly.
19450 2004-09-26 Naba Kumar <naba@gnome.org>
19452 * po/POTFILES.in: Updated, added missing files.
19454 * .cvsignore: Updated.
19456 * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
19457 a new function to get User input text.
19459 * libanjuta/resources.[c,h]: Added a function to created sized image.
19461 * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
19462 from filename, as thats the correct representation.
19464 * plugins/build-basic-autotools/Makefile.am,
19465 (added) plugins/build-basic-autotools/automake-c.filters,
19466 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19467 plugins/build-basic-autotools/build-basic-autotools.[c,h]:
19468 Rearragned UI elements in the build menu. Added codes to read build
19469 filter rules from external file. Implemented all build, configure,
19470 autogen commands. Watches current editor and project.
19472 * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
19473 Added editor changed signal and exports current editor value.
19474 Fixed parameter names. Fixed get_uri() interface implementation to
19475 return correct uri.
19477 * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19480 * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19482 * plugins/file-manager/an_file_view.c,
19483 plugins/file-manager/an_file_view.c: Exports file uri correctly.
19485 * plugins/file-wizard/file.c: Reads uri correctly.
19487 * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19488 sets the page to the new view.
19490 * plugins/message-view/message-view.c: Unrefs the tree model when done.
19491 Fixed signal connecting.
19493 * plugins/project-manager/plugin.c: Changed "project_root_directory"
19494 to "project_root_uri" and exports as uri.
19496 2004-09-24 Naba Kumar <naba@gnome.org>
19498 * libanjuta/anjuta-ui.c: Fixed a crash bug.
19499 * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19501 * plugins/file-manager/plugin.c: Fixed crash in unloading.
19502 * plugins/file-loader/plugin.c: Added comments.
19503 * plugins/build-basic-autotools/plugin.c: Added comments.
19504 * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19506 * libanjuta/interfaces/libanjuta.idl,
19507 plugins/message-view/anjuta-msgman.c,
19508 plugins/message-view/message-view.c,
19509 plugins/message-view/message-view.h,
19510 plugins/message-view/plugin.c: Buffering and appending messages have
19511 been separated. message-view implementations cleaned up. Signals
19512 Emissions fixed. Messages now displayed in summary and details show
19513 as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19516 * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19519 * plugins/build-basic-autotools/Makefile.am,
19520 plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19521 parsing of output to create message summaries. Uses new message view
19524 * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19525 preferences to make dialog box smaller.
19527 * plugins/editor/search-replace.c: Fixed compile error with change
19528 in IAnjutaMessageView API.
19530 2004-09-21 Naba Kumar <naba@gnome.org>
19532 * plugins/Makefile.am: Deletes old (installed) plugins before
19533 installing new ones.
19535 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19536 plugins/build-basic-autotools/build-basic-autotools.c,
19537 plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19538 file URI from filemanager. Only disables/enables build submenu in file
19539 manager, instead of merging/unmerging.
19541 * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19544 * plugins/file-loader/anjuta-loader-plugin.ui,
19545 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19546 Implemented "Open with" file manager submenu. Displays error message
19547 when file can not be opened.
19549 * plugins/file-manager/an_file_view.c: Renamed
19550 file_manager_current_filename value name to file_manager_current_uri
19551 and exports proper URI.
19553 * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19555 2004-09-19 Naba Kumar <naba@gnome.org>
19557 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19558 plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19559 save point signal to change editor tabs. Fixed accels.
19561 * plugins/file-loader/plugin.c: Fixed accels.
19563 * plugins/project-manager/plugin.c: Added target selection callback.
19565 * plugins/project-manager/plugin.c: Added URI activation.
19566 * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19567 Fixed dialog and closed it on ok. Fixed a crash bug.
19568 * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19570 * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19571 configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19572 plugins/file-loader/anjuta-loader-plugin.ui,
19573 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19574 Added recent files in file loade plugin.
19576 * ChangeLog: Fixed entry dates.
19578 2004-09-18 Naba Kumar <naba@gnome.org>
19580 * plugins/devhelp/plugin.c: Added UI sensitization and removed
19581 an unnecessary GtkFrame.
19583 2004-09-17 Naba Kumar <naba@gnome.org>
19585 * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19589 * data/Makefile.am: Disabled installing old mime info.
19591 * mime/anjuta.applications, mime/anjuta.keys: Updated.
19593 * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19594 plugins/editor/anjuta-document-manager.ui,
19595 plugins/editor/plugin.c, plugins/editor/text_editor.c,
19596 plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19597 Added Editor context popup menu.
19599 * plugins/project-manager/anjuta-project-manager-plugin.png:
19602 * plugins/project-manager/anjuta-project-manager.plugin.in:
19603 Support .anjuta mime type.
19605 * plugins/project-manager/plugin.c: Exports "project_root_directory"
19608 * plugins/file-manager/plugin.c: Watches "project_root_directory"
19611 * src/layout.xml, plugins/profile-default/plugin.c:
19612 Added project manager plugin for startup.
19614 2004-09-16 Naba Kumar <naba@gnome.org>
19616 * anjuta.prj: Updated.
19618 * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19619 plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19620 plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19621 plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19622 plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19623 plugins/terinal/Makefile.am, src/Makefile.am,
19624 plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19625 Fixed makefile syntax errors.
19627 2004-09-16 Naba Kumar <naba@gnome.org>
19629 * configure.in, src/layout.xml,
19630 plugins/profile-default/plugin.c,
19631 libanjuta/interfaces/libanjuta.idl,
19632 plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19634 * configure.in, plugins/Makefile.am,
19635 plugins/project-manager/.cvsignore,
19636 plugins/project-manager/Makefile.am,
19637 plugins/project-manager/anjuta-project-manager-plugin.png,
19638 plugins/project-manager/anjuta-project-manager.plugin.in,
19639 plugins/project-manager/anjuta-project-manager.ui,
19640 plugins/project-manager/plugin.c,
19641 plugins/project-manager/plugin.h: Added project manager plugin
19642 based on gnome-build.
19644 * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19645 mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19647 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19648 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19649 manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19651 2004-09-16 Naba Kumar <naba@gnome.org>
19653 * plugins/editor/action-callbacks.c: Fixed compile error.
19655 2004-09-15 Naba Kumar <naba@gnome.org>
19657 * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19659 * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19660 New improved splace with nicer progress.
19662 * configure.in, plugins/Makefile.am,
19663 (added) file-wizard/.cvsignore,
19664 (added) file-wizard/Makefile.am,
19665 (added) file-wizard/action-callbacks.c,
19666 (added) file-wizard/action-callbacks.h,
19667 (added) file-wizard/anjuta-file-wizard-plugin.png,
19668 (added) file-wizard/anjuta-file-wizard.glade,
19669 (added) file-wizard/anjuta-file-wizard.plugin.in,
19670 (added) file-wizard/anjuta-file-wizard.ui,
19671 (added) file-wizard/file.c,
19672 (added) file-wizard/file.h,
19673 (added) file-wizard/plugin.c,
19674 (added) file-wizard/plugin.h:
19675 Created new file wizard and added it. The wizard takes care of text
19676 bit insertions and new files creation.
19678 * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19679 plugins/editor/action-callbacks.h,
19680 plugins/editor/anjuta-document-manager.glade,
19681 plugins/editor/anjuta-document-manager.ui,
19682 plugins/editor/plugin.c, plugins/editor/text_editor.c,
19683 (removed) plugins/editor/file.[c,h]: Removed text insertions and
19684 new files code and moved into a new plugin (file wizard).
19686 * libanjuta/plugins.[c,h]: Added plugins selection function.
19688 * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19689 get_position(), insert() in IAnjutaEditor interface. Added
19690 add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19691 interface (for wizard plugins).
19693 * plugins/file-loader/anjuta-loader-plugin.ui,
19694 plugins/file-loader/plugin.c: Added wizard launcher interface which
19695 scans for plugins implement IAnjutaWizard interface and presents the
19696 list to user for selection. The selected plugin is then activated
19699 * libanjuta/interfaces/.cvsignore: Updated.
19700 * plugins/message-view/.cvsignore: Updated.
19701 * plugins/launcher/*: Removed as launcher has already been moved to
19702 libanjuta as class.
19704 * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19705 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19706 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19707 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19708 manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19709 Updated API documentations.
19711 2004-09-01 Amanpreet Singh Alam <aalam@redhat.com>
19713 * configure.in: Added Punjabi to ALL_LINGUAS
19715 2004-07-29 Naba Kumar <naba@gnome.org>
19717 * configure.in: Added file-loader plugin Makefile path and
19718 fixed devhelp version requirement.
19720 2004-07-28 Naba Kumar <naba@gnome.org>
19722 * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19723 terminal/preferences-terminal.png (added), message-view/*.png (added),
19724 message-view/*.xpm (added), editor/*.png (added),
19725 editor/*.xpm (added), plugins/editor/Makefile.am,
19726 plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19727 plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19728 src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19729 respective plugins directories.
19731 * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19732 pixmaps/block-end-16.png, pixmaps/block-end.png
19733 pixmaps/block-start-16.png, pixmaps/block-start.png
19734 pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19735 pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19736 pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19737 pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19738 pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19739 pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19740 pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19741 pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19742 pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19743 pixmaps/preferences-editor.png, pixmaps/undock.png
19744 pixmaps/error-next-16.png, pixmaps/error-next.png
19745 pixmaps/error-prev-16.png, pixmaps/error-prev.png
19746 pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19747 pixmaps/preferences-terminal.png: Deleted
19749 * libanjuta/properties* (removed), plugins/editor/properties* (added),
19750 plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19751 plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19752 plugins/editor/anjuta-document-manager.plugin.in,
19753 plugins/editor/anjuta-document-manager.ui,
19754 plugins/editor/plugin.c, plugins/editor/print.c,
19755 plugins/editor/search-replace_backend.c,
19756 plugins/editor/search_preferences.h,
19757 plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19758 Moved properties souce files to editor plugin as it not required in
19759 libanjuta. Other editor fixes.
19761 * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19762 libegg/dock/* (removed)
19763 : Restored GDL external dependencies and removed libegg dock
19764 sources, because gdl is being developed.
19766 * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19767 libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19768 libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19769 libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19770 libanjuta/plugins.c, libanjuta/plugins.h,
19771 libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19772 gconf system. Shell now takes docking positions. Added more utility
19773 functions. Added plugins query function. And other fixes.
19775 * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19777 * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19778 plugin to load files based on mime type.
19780 * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19782 * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19783 plugins/file-manager/plugin.c: File manager now uses file loader to
19786 * plugins/message-view/anjuta-msgman.c,,
19787 plugins/message-view/message-view.c,
19788 plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19790 * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19791 plugins/terminal/terminal.c, src/Makefile.am,
19792 src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19793 src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19795 * libegg/dock/*: Removed directory.
19797 2004-07-28 Naba Kumar <naba@gnome.org>
19799 * configure.in: Reduced gnome-print version requirement.
19800 * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19802 2004-07-21 Ray Strode <rstrode@redhat.com>
19803 * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19806 2004-06-29 Johannes Schmid <jhs@cvs.gnome.org>
19808 * plugins/editor/search-replace.c: Some fixes
19809 * plugins/terminal/Makefile.am:
19810 Patch from: Alexey Rusakov <ktirf@users.sf.net>
19812 2004-05-19 Naba Kumar <naba@gnome.org>
19814 * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19817 2004-05-17 Johannes Schmid <jhs@cvs.gnome.org>
19819 * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19820 Implemented IAnjutaSavable
19821 * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19823 2004-05-17 Naba Kumar <naba@gnome.org>
19825 * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19826 plugins/build-basic-autotools/.cvsignore,
19827 plugins/build-basic-autotools/Makefile.am,
19828 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19829 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19830 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19831 plugins/build-basic-autotools/build-basic-autotools.c,
19832 plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19835 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19838 * plugins/file-manager/an_file_view.c,
19839 plugins/file-manager/anjuta-file-manager.ui,
19840 plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19841 Added context menu UI.
19843 * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19846 2004-05-16 Johannes Schmid <jhs@cvs.gnome.org>
19848 * libanjuta/anjuta-preferences.[ch]:
19849 Added save/load_gconf functions
19850 * src/action_callbacks.[ch], src/preferences.c:
19851 Load global prefs from gconf at startup and save them
19852 on exit. Prefs load and save correctly but something resets
19853 them to default after loading...
19854 * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19855 Somehow the linker does not find save/load_gconf functions
19856 in libanjuta. Must be a stupid mistake, I would be glad
19857 if someone could fix that.
19858 * manuals/reference/libanjuta-sections.txt: Added new
19859 preferences functions and removed gnome-filelist
19860 * plugins/file-manager/anjuta-file-manager-plugin.glade:
19861 * plugins/file-manager/plugin.c:
19862 Added root-path property
19864 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
19866 * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19867 they are not longer needed.
19868 * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19869 anjuta-sections.txt: Remove references to the files
19870 * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19871 Use new nautilus icons for file-manager, looks incredible
19874 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
19876 * plugins/editor/anjuta-docman.c: gchar* to
19877 const gchar* in arguments
19878 * plugins/editor/text_editor.c: Implemented IAnjutaFile
19880 * plugins/file-manager/an_file_view.c: Open files on
19881 double-click. Does not work yet because it does not
19882 find IAnjutaFile interface in document manager
19884 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
19886 * plugins/editor/anjuta-docman.c
19887 * plugins/editor/text_editor.c:
19888 Made close button working, made multiple selection in
19889 File/Open dialog possble, fixed crash bug if file cannot
19892 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
19894 * plugins/editor/action-callbacks.c
19895 * plugins/editor/anjuta-docman.c
19896 * plugins/editor/anjuta-docman.h
19897 * plugins/editor/search-replace.c
19898 * plugins/editor/search-replace_backend.c
19899 * plugins/editor/text_editor.c
19900 * plugins/editor/text_editor.h:
19901 Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19902 able to open all files, use uri instead of full_filename, fixed
19906 2004-05-13 Naba Kumar <naba@gnome.org>
19908 * plugins/message-view/anjuta-message-manager-plugin.glade:
19911 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19914 * pixmaps/anjuta_splash.png: Added border.
19916 * plugins/editor/anjuta-document-manager.png: New icon.
19918 * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19919 plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19921 plugins/editor/Makefile.am,
19922 plugins/editor/search-replace.c,
19923 plugins/editor/search-replace.h,
19924 plugins/editor/search-replace_backend.c,
19925 plugins/editor/search-replace_backend.h,
19926 plugins/editor/search_preferences.h,
19927 plugins/editor/search_preferences.c: Merged changes from
19928 ANJUTA_1_2_0 branch.
19930 * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19931 plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19934 * plugins/terminal/Makefile.am,
19935 plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19938 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19941 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
19942 * plugins/message-view/plugin.c: Fixed glade file loading
19943 Removed "Show messages" menu item
19944 * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19945 twice because of this load system layout hack.
19946 * libanjuta/anjuta-ui.h: Removed #include config.h
19947 * libanjuta/libanjuta.pc: Fixed path and depencies
19948 * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19949 * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19950 * libanjuta/properties.cxx : #include "properties_cxx.h"
19951 * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19953 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
19954 * plugins/message-view/*: Fixed message view preferences
19955 * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19956 * anjuta.glade: Removed messages stuff
19958 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
19960 * Removed libanjutamm, it is now hosted on SF.net:
19961 cvs.sf.net/cvsroot/anjuta/libanjutamm
19963 2004-05-11 Johannes Schmid <jhs@cvs.gnome.org>
19966 Added some experimental code to add support for C++ plugins.
19967 Nothing works yet and it is likely that it will disappear but
19968 I have some questions to murrayc and he wants to see the code.
19970 2004-05-11 Naba Kumar <naba@gnome.org>
19972 * plugins/terminal/terminal.c: Fixed prefs loading bug.
19974 * plugins/editor/action-callbacks.c: Fixed a crash bug in
19975 hightlight style menu actions.
19977 * manuals/reference/libanjuta/libanjuta-docs.sgml,
19978 manuals/reference/libanjuta/plugin-description-file.sgml,
19979 manuals/reference/libanjuta/writing-plugins.sgml,
19980 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19981 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19982 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19984 * src/anjuta-app.c: Always load system layout for now.
19986 * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19988 * manuals/reference/libanjuta/libanjuta-docs.sgml,
19989 manuals/reference/libanjuta/libanjuta-sections.txt,
19990 manuals/reference/libanjuta/libanjuta.types,
19991 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19992 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19993 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19994 manuals/reference/libanjuta/tmpl/fileselection.sgml,
19995 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19996 (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19997 Updated documentation.
19999 * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
20000 plugins/profile-default/plugin.c, src/layout.xml:
20001 Created terminal plugin.
20003 * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
20004 (new) plugins/file-manager/.cvsignore,
20005 plugins/file-manager/an_file_view.c,
20006 plugins/file-manager/plugin.c,
20007 plugins/file-manager/plugin.h: Moved preferences to separate
20008 glade file and added cvsignore file.
20010 * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
20011 from ANJUTA_1_2_0 branch. Please note that other po files need merging
20012 from the branch. I tried it but there were way too many conflicts.
20014 * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
20016 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
20017 util functions required during the merge.
20019 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
20022 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
20023 plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
20024 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
20025 plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
20026 Merged with ANJUTA_1_2_0 branch.
20028 2004-05-09 Johannes Schmid <jhs@cvs.gnome.org>
20030 * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
20032 2004-05-07 Naba Kumar <naba@gnome.org>
20034 * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
20036 * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
20037 Added preferences reading and loading.
20039 * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
20040 libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
20041 libanjuta/fileselection.c, libanjuta/fileselection.h,
20042 libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
20044 * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
20046 * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
20047 anjuta.spec.in, configure.in, data/autogen.sh.generic,
20048 data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
20049 data/macros/autogen.sh, data/macros2/autogen.sh
20050 data/properties/ada.properties, data/properties/anjuta.properties,
20051 launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
20052 libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
20053 (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
20054 (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
20055 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
20056 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
20057 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
20058 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
20059 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
20060 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
20061 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
20062 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
20063 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
20064 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
20065 manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
20066 manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
20067 plugins/class-gen/clsGen.c, plugins/editor/print.c,
20068 plugins/patch/patch-plugin.c, scintilla/Document.cxx,
20069 scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
20070 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
20071 scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20072 (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
20073 scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
20074 (added) scintilla/scintilla-marshal.c,
20075 (added) scintilla/scintilla-marshal.h,
20076 (added) scintilla/scintilla-marshal.list,
20077 scintilla/include/SString.h, scintilla/include/SciLexer.h,
20078 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
20079 (added) scintilla/patches/scintilla-calltip-align.patch,
20080 (added) scintilla/patches/scintilla-minor.patch,
20081 tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
20083 2004-05-06 Naba Kumar <naba@gnome.org>
20085 * (added) plugins/file-manager/Makefile.am,
20086 (added) plugins/file-manager/anjuta-file-manager-plugin.png,
20087 (added) plugins/file-manager/anjuta-file-manager.plugin.in,
20088 (added) plugins/file-manager/anjuta-file-manager.ui,
20089 (added) plugins/file-manager/plugin.c,
20090 (added) plugins/file-manager/plugin.h,
20091 (removed) plugins/file-manager/an_file_view.h,
20092 plugins/Makefile.am, configure.in,
20093 plugins/file-manager/an_file_view.c: Created file manager plugin.
20095 * plugins/profile-default/plugin.c: Added file manager plugin in default
20098 * libanjuta/Makefile.am: Fixed dependencies.
20099 * pixmaps/anjuta_splash.png: New splash screen.
20101 2004-05-05 Johannes Schmid <jhs@cvs.gnome.org>
20103 * template/template.c/h: Added in-line doc
20104 * manuals/reference/template/*: Added template documentation
20105 * configure.in: Build template docs
20107 2004-05-05 Naba Kumar <naba@gnome.org>
20109 * autogen.sh: Added commands to generate initial interfaces.
20111 * libanjuta/Makefile.am,
20112 (removed)libanjuta/anjuta-plugin-parser.c,
20113 (removed)libanjuta/anjuta-plugin-parser.h,
20114 (added)libanjuta/anjuta-plugin-description.c,
20115 (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
20116 plugin description.
20118 * libanjuta/anjuta-plugin.c,
20119 libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
20121 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
20122 and added AnjutaShellPlacement enum for widgeds placement (passed to
20123 widget add_widget() method.
20125 * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
20126 and moved plugin sets loading in profile plugins.
20128 * libanjuta/interfaces/.cvsignore,
20129 (removed)libanjuta/interfaces/Makefile.am,
20130 libanjuta/interfaces/libanjuta.idl,
20131 libanjuta/interfaces/anjuta-idl-compiler.pl,
20132 (removed)libanjuta/interfaces/ianjuta-document-manager.c,
20133 (removed)libanjuta/interfaces/ianjuta-document-manager.h,
20134 (removed)libanjuta/interfaces/ianjuta-editor.c,
20135 (removed)libanjuta/interfaces/ianjuta-editor.h,
20136 (removed)libanjuta/interfaces/ianjuta-file.c,
20137 (removed)libanjuta/interfaces/ianjuta-file.h,
20138 (removed)libanjuta/interfaces/ianjuta-message-manager.c,
20139 (removed)libanjuta/interfaces/ianjuta-message-manager.h,
20140 (removed)libanjuta/interfaces/ianjuta-message-view.c,
20141 (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
20142 *.h and Makefile.am files. They are autogenerated. Interfaces are
20143 by anjuta-idl-compiler.pl from libanjuta.idl file.
20145 * manuals/reference/libanjuta/Makefile.am,
20146 manuals/reference/libanjuta/anjuta-architecture.sgml,
20147 manuals/reference/libanjuta/libanjuta-docs.sgml,
20148 manuals/reference/libanjuta/libanjuta-sections.txt,
20149 manuals/reference/libanjuta/libanjuta.types,
20150 manuals/reference/libanjuta/plugin-description-file.sgml,
20151 manuals/reference/libanjuta/writing-plugins.sgml,
20152 (added)manuals/reference/libanjuta/tmpl/.cvsignore,
20153 (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
20154 (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20155 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20156 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20157 (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
20158 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
20159 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
20160 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
20161 (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
20162 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20163 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20164 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
20165 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
20166 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
20167 (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
20168 (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
20169 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
20170 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
20171 (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
20172 (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
20173 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20174 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
20175 (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
20176 (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
20177 (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
20178 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
20179 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
20180 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
20181 (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
20182 (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
20183 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20184 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
20185 Wrote writing-plugins.sgml documentation. Fixed cross links. Added
20186 interfaces template sgmls.
20188 * plugins/Makefile.am,
20189 plugins/devhelp/anjuta-devhelp.plugin.in,
20190 plugins/devhelp/plugin.c,
20191 plugins/editor/action-callbacks.c,
20192 plugins/editor/anjuta-document-manager.plugin.in,
20193 plugins/editor/plugin.c,
20194 plugins/editor/plugin.h,
20195 plugins/editor/text_editor.c,
20196 plugins/sample1/plugin.c,
20197 plugins/message-view/anjuta-message-manager.plugin.in,
20198 plugins/message-view/plugin.c: Fixed shell add_widget method to take
20199 placement. Fixed other errors.
20201 * (added)plugins/profile-default/.cvsignore,
20202 (added)plugins/profile-default/Makefile.am,
20203 (added)plugins/profile-default/anjuta-default-profile-plugin.png,
20204 (added)plugins/profile-default/anjuta-default-profile.plugin.in,
20205 (added)plugins/profile-default/anjuta-default-profile.ui,
20206 (added)plugins/profile-default/plugin.c,
20207 (added)plugins/profile-default/plugin.h: Added a default new
20211 src/action-callbacks.c,
20214 src/main.cpp: Fixed necessary changes for libanjuta
20216 2004-05-04 Naba Kumar <naba@gnome.org>
20218 * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
20219 plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
20220 plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
20221 placement for default widgets placements.
20223 2004-05-03 Naba Kumar <naba@gnome.org>
20225 * manuals/reference/libanjuta/anjuta-architecture.sgml,
20226 manuals/reference/libanjuta/libanjuta-docs.sgml,
20227 manuals/reference/libanjuta/plugin-description-file.sgml,
20228 manuals/reference/libanjuta/writing-plugins.sgml:
20229 Wrote more sections in writing-plugins document and fixed errors.
20231 2004-05-03 Naba Kumar <naba@gnome.org>
20233 * libanjuta/interfaces/libanjuta.idl: Added interface
20234 IAnjutaFileManager.
20236 * manuals/reference/libanjuta/anjuta-architecture.dia,
20237 manuals/reference/libanjuta/anjuta-architecture.png: Updated
20238 architecture diagram.
20240 * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
20241 manuals/reference/libanjuta/libanjuta-docs.sgml,
20242 (added) manuals/reference/libanjuta/plugin-description-file.sgml,
20243 (added) manuals/reference/libanjuta/writing-plugins.sgml:
20244 Wrote writing-plugins document and separated chapters into
20245 separate sgml files.
20247 * plugins/file-manager/an_file_view.c,
20248 plugins/file-manager/an_file_view.h: New and improved directory
20251 2004-05-02 Sven Herzberg <herzi@abi02.de>
20253 * anjuta.glade: re-designed the new file dialog
20254 * anjuta_dialogs_strings.c: new strings from the new file dialog
20256 2004-04-30 Naba Kumar <naba@gnome.org>
20258 * libanjuta/interfaces/Makefile.am.iface,
20259 libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
20261 * libanjuta/interfaces/libanjuta.idl: Updated.
20263 * libanjuta/interfaces/Makefile.am.iface,
20264 libanjuta/interfaces/libanjuta.idl: Updated.
20266 2004-04-29 Naba Kumar <naba@gnome.org>
20268 * libanjuta/interfaces/Makefile.am.iface,
20269 libanjuta/interfaces/libanjuta.idl: Updated.
20271 2004-04-29 Naba Kumar <naba@gnome.org>
20273 * libanjuta/interfaces/giface-idlc-c.pl,
20274 libanjuta/interfaces/libanjuta.idl: Upgraded.
20275 * libanjuta/interfaces/Makefile.am.iface: Added.
20277 2004-04-28 Naba kumar <naba@gnome.org>
20279 * libanjuta/interfaces/giface-idlc-c.pl,
20280 libanjuta/interfaces/libanjuta.idl: Added anjuta interface
20281 definitions and wrote a compiler.
20283 2004-04-28 Naba Kumar <naba@gnome.org>
20285 * libanjuta/anjuta-shell.c: Fixed docs.
20286 * libanjuta/interfaces/Makefile.am,
20287 libanjuta/interfaces/ianjuta-file.c,
20288 libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
20290 * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
20292 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
20294 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20295 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20296 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20297 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20298 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
20299 * src/anjuta-app.c: Fixed bug.
20301 2004-04-27 Naba Kumar <naba@gnome.org>
20303 * libanjuta/anjuta-preferences-dialog.c,
20304 manuals/Makefile.am: Fixed document bugs and enabled docs
20307 * libanjuta/anjuta-preferences-dialog.c,
20308 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
20309 More documentation.
20311 * libanjuta/anjuta-preferences.c,
20312 manuals/reference/libanjuta/libanjuta-docs.sgml,
20313 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20314 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20315 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20316 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20317 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
20318 Wrote more documentations.
20320 * (removed) plugins/message-view/imessage-view.c,
20321 (removed) plugins/message-view/ianjuta-msgman.c,
20322 plugins/message-view/Makefile.am,
20323 plugins/message-view/anjuta-msgman.c,
20324 plugins/message-view/anjuta-msgman.h,
20325 plugins/message-view/message-view.c,
20326 plugins/message-view/message-view.h,
20327 plugins/message-view/plugin.c,
20328 plugins/message-view/plugin.h: Moved interface implementations
20329 in their respective classes and used correct macros to
20330 defined class types.
20332 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20333 src/action-callbacks.c, src/anjuta-app.c: Subclassed
20334 AnjutaUI from GtkUIManager instead of GtkDialog.
20336 * manuals/reference/libanjuta/Makefile.am,
20337 manuals/reference/libanjuta/libanjuta-docs.sgml,
20338 manuals/reference/libanjuta/libanjuta-sections.txt,
20339 manuals/reference/libanjuta/libanjuta.types,
20340 (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20341 (added) manuals/reference/libanjuta/anjuta-architecture.png,
20342 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20343 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20344 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20345 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
20346 Wrote more documentation, fixed typos, added architecture
20347 diagram, updated object types etc.
20349 * plugins/editor/text_editor.c: Fixed interface implementation.
20351 2004-04-26 Naba Kumar <naba@gnome.org>
20353 * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20354 (added) manuals/reference/libanjuta/anjuta-architecture.png,
20355 manuals/reference/libanjuta/libanjuta-docs.sgml: Added
20356 architecture diagram and a new chapter on plugins description file.
20358 2004-04-25 Naba Kumar <naba@gnome.org>
20360 * libanjuta/anjuta-children.h,
20361 libanjuta/anjuta-plugin.c,
20362 libanjuta/anjuta-plugin.h,
20363 libanjuta/anjuta-preferences.c,
20364 libanjuta/anjuta-shell.c,
20365 libanjuta/anjuta-shell.h,
20366 libanjuta/e-splash.c,
20367 libanjuta/e-splash.h,
20368 manuals/reference/libanjuta/Makefile.am,
20369 manuals/reference/libanjuta/libanjuta-docs.sgml,
20370 manuals/reference/libanjuta/libanjuta-sections.txt,
20371 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20372 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20373 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20374 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20375 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20376 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20377 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20378 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20379 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20380 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20381 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20382 manuals/reference/libanjuta/tmpl/defaults.sgml,
20383 manuals/reference/libanjuta/tmpl/fileselection.sgml,
20384 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20385 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20386 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20387 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20388 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20389 manuals/reference/libanjuta/tmpl/plugins.sgml,
20390 manuals/reference/libanjuta/tmpl/properties.sgml,
20391 manuals/reference/libanjuta/tmpl/resources.sgml,
20392 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
20393 manuals/reference/libanjuta/tmpl/e-splash.sgml,
20394 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20395 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20396 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20397 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
20399 Added more template files and wrote more documentation.
20401 2004-04-24 Andras Timar <timar@gnome.hu>
20403 * configure.in: Added hu to ALL_LINGUAS.
20405 2004-04-23 Naba Kumar <naba@gnome.org>
20407 * configure.in: Fixed compile error.
20409 * libanjuta/anjuta-children.c,
20410 libanjuta/anjuta-children.h,
20411 libanjuta/anjuta-preferences.c,
20412 libanjuta/anjuta-preferences.h,
20413 libanjuta/anjuta-shell.c,
20414 libanjuta/anjuta-ui.c,
20415 libanjuta/anjuta-ui.h,
20416 manuals/reference/libanjuta/Makefile.am,
20417 manuals/reference/libanjuta/libanjuta-docs.sgml,
20418 manuals/reference/libanjuta/libanjuta.types,
20419 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20420 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20421 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20422 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20423 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20424 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20425 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20426 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20427 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20428 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20429 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20430 manuals/reference/libanjuta/tmpl/defaults.sgml,
20431 manuals/reference/libanjuta/tmpl/fileselection.sgml,
20432 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20433 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20434 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20435 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20436 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20437 manuals/reference/libanjuta/tmpl/plugins.sgml,
20438 manuals/reference/libanjuta/tmpl/properties.sgml,
20439 manuals/reference/libanjuta/tmpl/resources.sgml,
20440 plugins/sample1/plugin.c: Added libanjuta API documentation.
20442 2004-04-22 Naba Kumar <naba@gnome.org>
20444 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
20445 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20446 libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20447 libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
20448 (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
20449 libegg/egg-combo-action.c, libegg/egg-entry-action.c,
20450 (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
20451 (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
20452 (removed) libegg/eggradiotoolbutton.c,
20453 (removed) libegg/eggseparatortoolitem.c,
20454 (removed) libegg/eggtoggletoolbutton.c,
20455 (removed) libegg/eggtoolbar.c,
20456 (removed) libegg/eggtoolbutton.c,
20457 (removed) libegg/eggtoolitem.c,
20458 (removed) libegg/prop-editor.c,
20459 (removed) libegg/test-actions.c,
20460 (removed) libegg/test-drag.c,
20461 (removed) libegg/test-merge.c,
20462 (removed) libegg/test-toolbar.c,
20463 libegg/menu/Makefile.am,
20464 (removed) libegg/menu/egg-accel-dialog.h,
20465 (removed) libegg/menu/egg-action-group.h,
20466 (removed) libegg/menu/egg-action.h,
20467 libegg/menu/egg-entry-action.h,
20468 (removed) libegg/menu/egg-markup.h,
20469 (removed) libegg/menu/egg-menu-merge.h,
20470 (removed) libegg/menu/egg-menu.h,
20471 (removed) libegg/menu/egg-radio-action.h,
20472 (removed) libegg/menu/egg-toggle-action.h,
20473 (removed) libegg/menu/howitshouldwork.txt,
20474 (removed) libegg/toolbar/.cvsignore,
20475 (removed) libegg/toolbar/Makefile.am,
20476 (removed) libegg/toolbar/TODO,
20477 (removed) libegg/toolbar/eggradiotoolbutton.h,
20478 (removed) libegg/toolbar/eggseparatortoolitem.h,
20479 (removed) libegg/toolbar/eggtoggletoolbutton.h,
20480 (removed) libegg/toolbar/eggtoolbar.h,
20481 (removed) libegg/toolbar/eggtoolbutton.h,
20482 (removed) libegg/toolbar/eggtoolitem.h,
20483 (removed) libegg/toolbar/prop-editor.h,
20484 (removed) libegg/toolbar/toolbar-api.txt,
20485 (removed) libegg/toolbar/toolbar-ideas.txt,
20486 plugins/devhelp/anjuta-devhelp.ui,
20487 plugins/devhelp/plugin.c,
20488 plugins/editor/action-callbacks.c,
20489 plugins/editor/action-callbacks.h,
20490 plugins/editor/anjuta-docman.c,
20491 plugins/editor/anjuta-document-manager.ui,
20492 plugins/editor/plugin.c,
20493 P plugins/message-view/Makefile.am,
20494 plugins/message-view/anjuta-message-manager.ui,
20495 plugins/message-view/plugin.c,
20496 plugins/sample1/anjuta-sample.ui,
20497 plugins/sample1/plugin.c,
20498 src/action-callbacks.c,
20499 src/action-callbacks.h,
20500 src/anjuta-actions.h,
20502 src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20503 Gtk actions and UIManager. Fixed all plugins to use this.
20505 * manuals/reference/gtkdoc-scangobj.diff,
20506 manuals/reference/libanjuta/Makefile.am,
20507 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20508 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20509 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20510 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20511 manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20513 * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20515 2004-04-20 Johannes Schmid <jhs@cvs.gnome.org>
20517 * plugins/message-view/imessage-view.c
20518 * plugins/message-view/ianjuta-msgman.c:
20521 2004-04-17 Adam Weinberger <adamw@gnome.org>
20523 * configure.in: Added en_CA to ALL_LINGUAS.
20525 2004-04-08 Naba Kumar <naba@gnome.org>
20527 * libanjuta/interfaces/ianjuta-message-view.[c,h],
20528 libanjuta/interfaces/Makefile.am,
20529 libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20530 message manager and message view interfaces.
20532 * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20533 libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20534 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20535 libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20536 src/anjuta-app.c: Used 'activate' and
20537 'deactivate' virtual methods for plugins. Fixed installed plugins
20538 dialogs. Added remove_widget() method for AnjutaShell.
20540 * libanjuta/interfaces/Makefile.am,
20541 libanjuta/interfaces/ianjuta-document-manager.c,
20542 libanjuta/interfaces/ianjuta-document-manager.h,
20543 libanjuta/interfaces/ianjuta-editor.c,
20544 libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20545 and editor interfaces.
20547 * plugins/devhelp/plugin.c,
20548 plugins/message-view/anjuta-message-manager.plugin.in,
20549 plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20550 plugins/sample1/plugin.c: Updated plugins implementation to
20551 reflect the changes.
20553 2004-04-07 Naba Kumar <naba@gnome.org>
20555 * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20556 libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20557 libanjuta/interfaces/ianjuta-editor.h,
20558 (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20559 plugins/editor/anjuta-docman.c,
20560 plugins/editor/anjuta-document-manager.plugin.in,
20561 plugins/editor/plugin.c, plugins/sample1/plugin.c,
20562 src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20563 Added supported interfaces for plugins. Tested plugin interfaces
20564 through sample plugin.
20566 2004-02-29 Johannes Schmid <jhs@cvs.gnome.org>
20568 * template/Makefile.am, data/templates/library/Makefile.am
20569 Fixed some automake-1.7 incompatibilities
20570 * template/xmltemplate.c: Small fix
20572 2004-02-23 Naba Kumar <naba@gnome.org>
20574 * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20575 Added plugins manager dialog.
20577 * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20578 library dependencies.
20580 * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20581 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20582 src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20583 (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20584 geometry command line option.
20586 2004-02-16 Naba Kumar <naba@gnome.org>
20588 * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20589 Added interfaces and IAnjutaEditor editor interface.
20590 * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20592 * libanjuta/anjuta-shell.h: Fixed bug.
20594 2004-02-13 Naba Kumar <naba@gnome.org>
20596 * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20598 2004-02-13 Johannes Schmid <jhs@cvs.gnome.org>
20600 * data/template/*/.cvsignore:
20601 Avoid all these ? in cvs output
20603 2004-02-13 Naba Kumar <naba@gnome.org>
20605 * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20606 includes and linking.
20608 * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20609 and set required version to devhelp 0.8. This devhelp version
20610 can be acquired from gnome cvs branch devhelp branch
20611 devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20613 * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20614 src/actions-callbacks.c: Added Dock Manager settings menu item.
20616 * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20617 * plugins/devhelp/plugin.c: Fixed a linking bug.
20619 * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20620 libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20621 external GDL dependency and used libegg codes.
20623 2004-02-12 Naba Kumar <naba@gnome.org>
20625 * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20626 Added devhelp plugin, but it can't be used without a
20627 patch in devhelp. So it's disabled for now.
20629 * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20630 libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20631 plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20632 Update cvsignore files.
20634 * libanjuta/plugins.c, widgets/e-splash.c:
20635 Fixed plugins loading to show splash icons.
20637 * plugins/message-view/anjuta-message-manager.plugin.in,
20638 plugins/message-view/plugin.c: Fixed plugin registered name.
20640 * plugins/message-view/anjuta-message-view.png,
20641 plugins/sample1/anjuta-sample-plugin.png: Update images.
20643 * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20644 src/main.c: Fixed layout loading.
20646 * plugins/devhelp/Makefile.am: Fixed error.
20648 * (removed) widgets/*, libanjuta/plugins.h,
20649 src/main.c: Transfered widgets to libanjuta/.
20651 * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20652 toplevel directory to created only one library as libanjuta-egg.
20654 * data/Makefile.am: Fixed build error.
20656 * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20657 libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20658 libegg/.cvsignore: Added egg dock widget.
20660 * gdl/*: Removed as they are now available in libegg.
20662 2004-02-11 Franco Catrin <fcatrin@tuxpan.com>
20664 * plugins/editor/anjuta-docman.c:
20665 Use stock close icon on tab close button
20667 2004-02-11 Johannes Schmid <jhs@cvs.gnome.org>
20669 * data/template/Makefile.am
20670 data/template/language/Makefile.am
20671 data/template/library/Makefile.am
20672 data/template/text/Makefile.am
20673 data/template/project/Makefile.am
20674 data/template/project/terminal/Makefile.am
20675 configure.in: Created Makefile to install templates
20677 2004-02-11 Naba Kumar <naba@gnome.org>
20679 * plugins/editor/action-callbacks.c,
20680 plugins/editor/anjuta-document-manager.ui,
20681 plugins/editor/plugin.c
20682 plugins/message-view/anjuta-message-manager.ui,
20683 src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20685 2004-02-09 Johannes Schmid <jhs@cvs.gnome.org>
20687 * plugins/message-view/*: MessageView plugin is now loaded
20688 The menu items are still dummies.
20690 2004-02-09 Naba Kumar <naba@gnome.org>
20692 * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20695 * libanjuta/anjuta-preferences.h: Added some documentation.
20697 * libanjuta/anjuta-shell.h: Removed dead codes.
20699 * (removed) manuals/reference/gtkdoc-scangobj,
20700 manuals/reference/gtkdoc-scangobj.diff,
20701 manuals/reference/libanjuta/.cvsignore,
20702 manuals/reference/libanjuta/Makefile.am,
20703 manuals/reference/libanjuta/README.inline-doc,
20704 manuals/reference/libanjuta/README.sections,
20705 manuals/reference/libanjuta/libanjuta-docs.sgml,
20706 manuals/reference/libanjuta/libanjuta-sections.txt,
20707 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20708 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20709 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20710 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20711 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20712 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20713 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20714 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20715 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20716 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20717 manuals/reference/libanjuta/tmpl/defaults.sgml,
20718 manuals/reference/libanjuta/tmpl/fileselection.sgml,
20719 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20720 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20721 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20722 manuals/reference/libanjuta/tmpl/plugins.sgml,
20723 manuals/reference/libanjuta/tmpl/properties.sgml,
20724 manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20725 of scan program. Updated templates.
20727 plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20728 editor action callbacks data.
20730 plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20731 scintilla object ref/unref.
20733 2004-02-08 Johannes Schmid <jhs@cvs.gnome.org>
20735 * template/*: Added new xml based template system
20736 * template/dtds/*: Dtds to validate xml files of the template systems
20737 * data/template/*: Some sample template files
20738 Still needs some work but builds fine!
20740 2004-02-06 Naba Kumar <naba@gnome.org>
20742 * cofigure.in, manuals/Makefile.am,
20743 (added) manuals/reference/*: Added API documentation
20744 structure (gtk-doc based).
20746 * libanjuta/libanjuta.h: Updated
20748 2004-02-05 Naba Kumar <naba@gnome.org>
20750 * configure.in: Sets correct dependencies and
20751 uses gdl external library.
20753 * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20754 libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20755 libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20756 libanjuta/fileselection.h, libanjuta/glue-factory.c,
20757 libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20758 libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20759 and added file dialogs.
20761 * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20762 libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20763 Build dynamic libraries for libegg.
20765 * plugins/Makefile.am, plugins/editor/Makefile.am,
20766 plugins/editor/action-callbacks.c,
20767 plugins/editor/action-callbacks.h,
20768 plugins/editor/anjuta-docman.c,
20769 plugins/editor/anjuta-docman.h
20770 plugins/editor/anjuta-document-manager.plugin.in
20771 plugins/editor/anjuta-document-manager.png
20772 plugins/editor/anjuta-document-manager.ui
20773 plugins/editor/file.c
20774 plugins/editor/file.h
20775 plugins/editor/plugin.c
20776 plugins/editor/print.c
20777 plugins/editor/print.h
20778 plugins/editor/search-replace.c
20779 plugins/editor/search_incremental.c
20780 plugins/editor/search_incremental.h
20781 plugins/editor/text_editor.c
20782 plugins/editor/text_editor.h
20783 plugins/editor/text_editor_cbs.c
20784 plugins/editor/text_editor_menu.h
20785 plugins/sample1/Makefile.am
20786 plugins/sample1/anjuta-sample-plugin.png
20787 plugins/sample1/anjuta-sample.plugin.in
20788 plugins/sample1/anjuta-sample.ui
20789 plugins/sample1/plugin-sample1.c
20790 plugins/sample1/plugin.c
20791 plugins/sample1/plugin.h: Created sample
20792 plugin and fixed editor plugin.
20794 * printing/*: Removed.
20796 * scintilla/Makefile.am: Builds dynamic library.
20798 * src/Makefile.am, src/action-callbacks.c,
20799 src/action-callbacks.h, (removed) src/an_symbol_view.c,
20800 src/anjuta-actions.h, src/anjuta-app.c,
20801 src/anjuta-app.h, src/anjuta-callbacks.c,
20802 src/anjuta-callbacks.h, (removed) src/anjuta.c,
20803 (removed) src/anjuta.h, src/anjuta.ui,
20804 src/layout.xml, src/main.c, src/preferences.h,
20805 src/utilities.c: Debuggged and finally made plugins
20808 * global-tags/Makefile.am: Fixed build error.
20810 2004-02-03 Naba Kumar <naba@gnome.org>
20812 * configure.in: Users GDL from external package.
20813 * plugins/*: Added many new plugins (not ready though).
20814 * src/*: Removed many files (which have been transfered in plugins/).
20816 2004-02-01 Robert Sedak <robert.sedak@sk.htnet.hr>
20818 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20820 2004-01-10 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20822 * configure.in: Added editor plugins
20824 * plugins/Makefile.am, src/search-replace_backend.h,
20825 plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20826 plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20828 * Added: plugins/editor/search_incremental.c,
20829 plugins/editor/search_incremental.h
20831 * Update search-replace in plugins/editor
20833 2004-01-09 Johannes Schmid <jhs@cvs.gnome.org>
20835 * plugins/message-view/message-view.c: Some code clean-up
20837 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20839 * Added: search_incremental[ch]
20841 * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20842 src/mainmenu_callbacks.c, src/toolbar.c
20843 src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20845 * Incremental Search
20847 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
20849 * plugins/message-view/anjuta-msgman.[c/h]:
20850 Added message manager for easier message handling with a
20851 similar interface as docman. Of course you can still use
20852 MessageView standalone.
20853 * plugins/Makefile.am: Added message-view because it compiles
20856 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
20858 * plugins/message-view/*: Added message-view plugin
20860 * configure.in: Added plugins/message-view/Makefile
20862 2004-01-03 Naba Kumar <naba@gnome.org>
20864 * libanjuta/*.c: Added new files and updated old ones.
20865 * plugins/editor/*: Added editor plugin.
20866 * configure.in: Added editor plugin and moved editor related
20869 2004-01-02 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20871 * src/Makefile.am: Added search-replace_backend.[ch]
20872 Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20874 * anjuta.glade, src/search-replace.c, src/search-replace.h,
20875 src/search-replace_backend.c, src/search-replace_backend.h,
20876 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20877 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20878 src/toolbar_callbacks.c
20879 * The advanced Search/Replace functionality now replaces the older
20880 Find/Replace stuff.
20881 * The Search/Replace functionality can be interrupted during a long
20884 2003-12-11 Naba Kumar <naba@gnome.org>
20886 * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20887 * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20889 * Makefile.am, libanjuta/*: Added new module.
20890 * src/Makefile.am: Fixed linking error.
20891 * src/watch_cbs.c: Debugger clean up.
20892 * configure.in: Added libanjuta-2.0.pc
20894 * configure.in, libanjuta/Makefile.am,
20895 (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20898 2003-12-11 Naba Kumar <naba@gnome.org>
20900 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20902 * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20903 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20904 src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20905 src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20906 The user can now give a name at the creation of a new file and
20907 insert automatically (user choice) header, gpl notice, header
20908 template. The file extension is added automatically according
20909 to the selected type of file. The various insert functions have
20910 been moved from mainmenu-callback.c to file.c. The cursor is now
20911 moved after an insert operation. Removes also useless code in
20912 memory.c and search-replace.c
20914 2003-12-11 Pavol Bosik <Pavol.Bosik@siemens.com>
20916 * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20917 sortable headers, process tree, removal of path and process params
20918 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20919 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20922 2003-12-10 Naba Kumar <naba@gnome.org>
20924 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20926 2003-11-30 Abel Cheung <maddog@linux.org.hk>
20928 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20930 2003-11-28 Naba Kumar <naba@gnome.org>
20932 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20934 * manuals/de/*: Added german translation docs.
20936 * configure.in, Makefile.am, src/Makefile.am,
20937 libegg/*/*: Added libegg library.
20939 * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20940 installation directory.
20942 * src/text_editor_cbs.c: Fixed closing of file.
20944 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
20946 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20948 2003-09-05 Naba Kumar <naba@gnome.org>
20950 * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20951 src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20952 src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20953 src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20954 src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20955 anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20956 (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20957 (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20958 using libegg. Initial commit -- compiles but is not complete.
20960 2003-08-08 Abel Cheung <maddog@linux.org.hk>
20962 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20964 2003-06-04 Abel Cheung <maddog@linux.org.hk>
20966 * configure.in: Removed "ta" from ALL_LINGUAS.
20968 2003-05-16 Jordi Mallach <jordi@sindominio.net>
20970 * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20972 2003-05-16 Danilo Šegan <dsegan@gmx.net>
20974 * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20976 2004-04-24 Andras Timar <tmar@gnome.hu>
20978 * configure.in: Added hu to ALL_LINGUAS.
20980 2004-04-14 Naba Kumar <naba@gnome.org>
20982 * src/Makefile.am, printing/Makefile.am,
20983 tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20984 because we are still using GtkCombo and build breaks with gtk-2.4.
20986 2004-04-13 Naba Kumar <naba@gnome.org>
20989 * anjuta.spec.in: Fixed build error.
20990 * po/POTFILES.in: Updated.
20991 * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20993 2004-04-11 Naba Kumar <naba@gnome.org>
20996 * AUTHORS: Updated.
20997 * configure.in: Added ga in ALL_LINGUAS.
20998 * ChangeLog: Fixed dates.
21000 2004-04-09 Naba Kumar <naba@gnome.org>
21002 * src/print.c: Fixed buffer styling bug when printing with
21005 * data/properties/anjuta.properties: Defined only one base font and
21006 used courier instead of lucidatypewriter, because most newer systems are
21007 unlikely to have it (bug #885023, #925956, #890473).
21009 * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
21012 * src/an_file_view.c: Fixed possible crash bug.
21014 2004-04-07 Naba Kumar <naba@gnome.org>
21016 * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
21017 gtk_main_quit() etc..), so that atexit() functions are not called
21018 (which is apparently done to free up memory and we don't need to
21019 do that at this point). Incidentally, something also happens in the
21020 atexit call which freezes the UI for far too long when the application
21021 exits and we want to avoid that..
21022 * src/glade_iface.c: Fixed compiler warning.
21024 2004-04-06 Naba Kumar <naba@gnome.org>
21026 * src/project_dbase_gui.c: Fixed errors.
21028 * src/registers_gui.c: Fixed possible crash bug.
21029 * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
21030 * src/signals.[c,h]: Used tree view and glade file for dialog.
21031 * src/Makefile.am, src/about.c, src/an_file_view.c,
21032 src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
21033 src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
21034 src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
21035 src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
21036 src/commands.c, src/compatibility_0.c, src/compiler_options.c,
21037 src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
21038 src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
21039 src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
21040 src/launcher.h, src/main.c, src/main_menubar.c,
21041 src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
21042 src/message-manager-private.cc, src/message-manager.cc,
21043 src/preferences.c, src/project_config.c, src/project_dbase.c,
21044 src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
21045 src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
21046 src/registers_cbs.h, src/registers_gui.c, src/resources.c,
21047 src/search-replace.c, src/search-replace_backend.c,
21048 src/search_incremental.c, src/search_preferences.c,
21049 src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
21050 src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
21051 src/signals_gui.c, src/source.c, src/src_paths.c,
21052 src/stack_trace.c, src/start-with.c, src/style-editor.c,
21053 src/support.c, src/text_editor.c, src/text_editor_cbs.c,
21054 src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
21055 src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
21056 src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
21057 tagmanager/Makefile.am, scintilla/include/SString.h,
21058 widgets/Makefile.am, widgets/gnomefilelist.c:
21060 Removed all deprecated codes and substituted
21061 with newer APIs. Fixed some possible crash bugs where cell renderers
21064 * scintilla/patches/scintilla-minor.patch: Minor patch.
21066 2004-04-06 Naba Kumar <naba@gnome.org>
21068 * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
21069 tree after all the files have been added (and not everytime a file
21070 is added in the project). Also fixed some memory corruption
21071 (possibly bug #900478).
21073 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
21074 src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
21075 src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
21076 src/project_dbase_gui.c, src/source.c, src/text_editor.c,
21077 src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
21078 qualifier wherever appropriate.
21080 2004-04-05 Naba Kumar <naba@gnome.org>
21082 * src/launcher.[h,c], src/debugger.c: Added a method in launcher to
21083 switch terminal echo on/off. Debugger requires it off, while the
21084 rest requires it on.
21086 * src/search-replace.c: sets search direction and action (in addtion
21087 to target) for find in files.
21089 2004-04-02 Naba Kumar <naba@gnome.org>
21091 * src/mainmenu_callbacks.c: Sets filename during save of new files.
21093 * src/project_dbase.c, src/debugger, src/an_file_view.c,
21094 src/an_symbol_view.c: Added an gtk events loop for
21095 displaying project loading status (for loading large projects) and
21096 debugger program starting ... just to give an impression of fastness :-).
21098 * configure.in, anjuta.prj: Bumped version to 1.2.2.
21100 * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
21101 crash bug, which occurs when opening and closing a large project
21104 * src/attach_process.c: Fixed a comiple error for old gcc.
21106 * src/launcher.c: Prints proper error message when launcher child
21107 could not be executed and exits properly. Fixed a crash
21110 * src/resources.c, src/utilities.c, src/glade_iface.c,
21111 src/debugger.c, src/attach_process.c: Properly exits forked children
21112 when they could not be executed.
21114 2004-04-01 Naba Kumar <naba@gnome.org>
21116 * src/search-replace.c: Fixed a crash bug (bug #921893).
21118 2004-03-31 Naba Kumar <naba@gnome.org>
21120 * anjuta.glade: Added a note on compiler options dialog ->support
21121 dialog telling that supports are only available for file mode.
21123 * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
21125 Improved shutdown time delay by bypassing project closing
21126 and unloading plugins.
21128 * src/build_file.c, data/properties/anjuta.properties: Added a property
21129 to toggle on/off for going to first error automatically.
21131 2004-03-31 Pavol Bosik <Pavol.Bosik@siemens.com>
21133 * src/debugger.c: fixed core file loading
21134 * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
21135 for long lines (bugs #700968 and #911376)
21136 * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
21138 * src/anjuta.c: Focuses current AnEditor correctly.
21140 2004-03-30 Naba Kumar <naba@gnome.org>
21142 * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
21143 * AUTHORS: Updated with all contributors names.
21145 * src/about.c: Reads contributors names from AUTHORS file.
21146 * manuals/C/anjuta-manual/authors.xml: Points to online
21149 2004-03-29 Naba Kumar <naba@gnome.org>
21151 * data/properties/ada.properties: Fixed syntax colors. Patch
21152 from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
21155 * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
21156 src/appwiz_page2.c: Correctly defines PACKAGE_DATA_DIR for
21157 generated projects, so that their pixmap files are
21158 found properly (bug #919903).
21160 * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
21163 * src/source.c: Installs .glade file of libgllade
21164 projects in $(datadir)/$(package)/glade (part of bug #861038).
21166 * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
21167 in compiler options (bug #883837).
21169 * src/launcher.c: Disabled pty terminal echo. Correctly prompts
21170 for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
21172 2004-03-29 Pavol Bosik <Pavol.Bosik@siemens.com>
21174 * anjuta/src/search-replace.c: fixed another crash bug in
21176 * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
21177 breakpoint property fix
21179 2004-03-29 Naba Kumar <naba@gnome.org>
21181 * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
21182 (new) manuals/C/anjuta-advanced-tutorial/*:
21183 Added menu entry for 'Anjuta Advanced Tutorial'
21184 written by Olivier Pinçon <opincon _at_ wanadoo.fr>.
21186 2004-03-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21188 * src/fileselection.[ch], src/mainmenu_callbacks.c:
21189 Fixed bug #908941 ('Open' starts in wrong directory)
21191 2004-03-26 Naba Kumar <naba@gnome.org>
21193 * anjuta.h, src/message-manager-private.[h,cc]: Fixed
21194 compile error and bug #905738 with terminal.
21196 * src/search_incremental.c, src/register.c, src/sharedlib.c,
21197 src/search-replace.[h,c], src/search_incremental.[h,c],
21198 src/search_preferences.h, src/utilities.c, src/anjuta.c,
21199 src/text_editor.[c,h]: Fixed compiler warnings.
21201 * src/search-replace.c: Fixed a memory corruption (possible
21202 fix for bug #921893, but not yet confirmed).
21204 * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
21205 src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
21206 src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
21207 SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
21209 2004-03-25 Naba Kumar <naba@gnome.org>
21211 * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
21212 crash bug with attach process dialog and made the dialog closable
21215 * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
21216 always display within the margin.)
21218 * src/debugger.c: Fixed a typo (detele -> delete) which deletes
21219 the old breakpoint when it's properties are updated
21220 (creating a new updated one).
21222 2004-03-25 Pavol Bosik <Pavol.Bosik@siemens.com>
21224 * src/aneditor.cxx, src/aneditor.h: fixed calltips
21225 displayed for wrong file.
21226 * src/breakpoints.c: conditional breakpoints
21227 * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
21228 "Find in Files..." disabling policy
21230 2004-03-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21232 * src/build_file.c: Fixed bug #874380
21233 Goto the first error if it exists.
21235 2004-03-24 Naba Kumar <naba@gnome.org>
21237 * src/anjuta.c: Fixed to get correct child exit status
21238 using mask (bug #905738).
21240 * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
21241 Aligned buttons in the New file dialog,
21242 set default response to OK, entry box activates default response,
21243 ESC closes dialog and hides on delet_event.
21245 2004-03-19 Naba Kumar <naba@gnome.org>
21247 * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
21250 2004-03-17 Pavol Bosik <Pavol.Bosik@siemens.com>
21252 * src/search-replace.c: fixed "Find Usage" crash when no project open
21254 2004-03-17 Naba Kumar <naba@gnome.org>
21256 * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
21257 Fixed the generated projects to read m4 directory if the directory
21258 exists (bug #917781).
21260 2004-03-12 Naba Kumar <naba@gnome.org>
21262 * HACKING: Fixed formatting for auto-parsing.
21264 2004-03-10 Pavol Bosik <Pavol.Bosik@siemens.com>
21266 * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
21267 rework (bug #890609)
21269 2004-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21271 * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
21273 2004-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21275 * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
21276 * src/search_preferences.c: Fixed typo.
21278 2004-02-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21280 * src/search-replace.c: improved Search&Replace
21281 For the moment "Replace All" does not work with non opened files
21282 but Anjuta should not crash now ! ???
21284 2004-02-26 Naba Kumar <naba@gnome.or>
21286 * src/source.c: Fixed to pass cflags correctly
21287 and suppress the automake's default cflags.
21288 bug #816130, #801056, #782798, #773459
21290 * data/properties/anjuta.properties: Do not defualt to -k make option.
21293 * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
21296 * src/registers_gui.c: Fixed a runtime warning. bug #900087.
21298 * src/message-manager-private.cc: Disabled debug messages.
21300 2004-02-25 Adam Weinberger <adamw@FreeBSD.org>
21302 * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
21304 2004-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21305 * anjuta.glade, src/search-replace.c:
21306 Reduced Search&Replace dialog, bug #902636.
21308 2004-02-23 Naba Kumar <naba@gnome.or>
21310 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
21313 2004-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21315 * src/search_incremental.c: Fixed bug #900903
21317 2004-02-23 Pavol Bosik <Pavol.Bosik@siemens.com>
21319 * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
21320 src/anjuta.c: Fixed bugs #890609 and #890609
21322 2004-02-23 Naba Kumar <naba@gnome.or>
21324 * src/message-manager.cc: Disconnects menuitem signal properly.
21327 * src/mainmenu_callbacks.c: Do not reload new files. Fixed
21330 2004-02-20 Naba Kumar <naba@gnome.org>
21332 * src/message-manager-private.[c,h]: Implemented keypress
21333 event for the terminal and resets it when ctrl c or ctrl d
21334 is pressed. But it doesn't seem to be working on keypress.
21335 Added a workaround to let it work on key release instead.
21338 * src/search-replace: Fixed compiler warnings.
21340 2004-02-18 Franco Catrin <fcatrin@tuxpan.com>
21342 * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
21343 Use defined file name when saving new files (fixes bug #898105)
21344 Don't change filename when clicking on a directory
21346 BTW: Happy birthday to me :-)
21348 2004-02-18 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21350 * src/search-replace.c: Fixed a crash bug
21351 Crash on Find & Replace (#887833)
21353 2004-02-18 Naba Kumar <naba@gnome.org>
21355 * src/executer.c: Fixed a crash bug.
21357 * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
21358 src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
21359 src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
21360 instead of GtkWindow (Part of bug #671596).
21362 * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
21363 src/registers_gui.c, src/registers_cbs.[h,c],
21364 src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
21365 src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
21366 src/compiler_options.c, src/an_file_view.c, start-with.c,
21367 src/anjuta-tools.c, help.c:
21369 Added "close" buttons on all
21370 dialogs (HIG) and fixed to properly response to ESC close
21371 (Part of bug #671596).
21373 * src/launcher.c: Disabled printing of long debug lines.
21375 * src/utilities.h: Fixed a compiler warning.
21377 2004-02-17 Franco Catrin <fcatrin@tuxpan.com>
21379 * src/anjuta.c: "Save all" action now asks for filenames for new files
21380 (fixes bug #898111)
21382 2004-02-16 Franco Catrin <fcatrin@tuxpan.com>
21384 * anjuta.glade, src/text_editor.c:
21385 Fixed a typo in Hello World indentation style
21386 Fixed misuse of translated strings when looking for style
21387 This entry fixes bug #876037
21389 2004-02-16 Naba Kumar <naba@gnome.org>
21391 * src/utilities.c: Fixed return value when dest file could
21394 Patch from: Dennis Moehlmann <darksaidin@users.sourceforge.net>
21395 * src/utilities.[c,h]: Removed 'cmp' dependency and used
21396 internal function to compare files.
21398 2004-02-14 Franco Catrin <fcatrin@tuxpan.com>
21400 * src/message-manager-private.cc:
21401 Set bold color as foreground color in terminal
21402 (fixes bug #864924)
21404 * src/aneditor.cxx:
21405 Use font style defined for message indicators in
21406 preferences/messages
21407 (fixes bug #885032)
21409 2004-02-13 Franco Catrin <fcatrin@tuxpan.com>
21411 * src/build_project.c:
21412 Use build.silent option from preferences (fixes bug #895726)
21414 2004-02-11 Robert Sedak <robert.sedak@sk.htnet.hr>
21416 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
21418 2004-01-27 Johannes Schmid <jhs@cvs.gnome.org>
21420 Patch from Massimo Corà <maxcvs@email.it>:
21421 * scintilla/LexCPP.cxx: Support "///" comments
21423 2004-01-18 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21424 * src/Makefile.am, src/anjuta.c, src/search-replace.c,
21425 src/search_replace.h, src/search-replace_backend.h
21428 * Added: src/search_preferences.c, src/search_preferences.h
21429 Allow the user to save search/replace settings and give them names.
21431 2004-01-16 Johannes Schmid <jhs@cvs.gnome.org>
21433 * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
21434 scintilla/ScintillaGTK.cxx:
21435 Hopefully fixed AMD 64 crash bug by using correct marshaller
21437 2004-01-16 Franco Catrin L. <fcatrin@tuxpan.com>
21439 * src/preferences.c: Save GtkOptionMenu properties properly
21440 * src/text_editor.c: Fixes editor mispell of fold.symbols property
21442 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
21444 * configure.in, src/Makefile.am, scintilla/Makefile.am:
21445 Fixed libiconv issue
21448 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
21450 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21451 * src/attach_process.c, src/debugger.c, src/registers.c/h,
21452 src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
21453 src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
21454 src/sharedlib_gui.c:
21455 Debugger speed-up, replaced deprecated GtkCList
21457 2004-01-14 Franco Catrin L.<fcatrin@tuxpan.com>
21459 * src/text-editor.c: Use stock gtk+ close button for editor tabs
21461 2004-01-13 Laurent Dhima <laurenti@alblinux.net>
21463 * configure.in: Added "sq" to ALL_LINGUAS.
21465 2004-01-12 Changwoo Ryu <cwryu@debian.org>
21467 * configure.in: Added "ko" to ALL_LINGUAS.
21469 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21471 * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
21472 src/search_incremental.c, src/search_incremental.h:
21473 Search_incremental code cleanup
21475 2004-01-08 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21477 * scintilla/*/*: Updated scintilla to CVS
21478 * Added: scintilla/Readme.sync
21479 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21480 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21481 scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21482 scintilla/ScintillaGTK.cxx,
21483 scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21484 scintilla/include/Scintilla.iface: Updated.
21486 2004-01-07 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21488 * search-replace_backend.[ch], search_incremental[ch]: Added
21490 * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21491 find_replace.[ch]: Removed.
21493 * anjuta.glade, src/search-replace.c, src/search-replace.h,
21494 src/search-replace_backend.c, src/search-replace_backend.h,
21495 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21496 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21497 src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21498 functionality now replaces the older Find/Replace stuff. The Search/Replace
21499 functionality can be interrupted during a long Search/Replace.
21501 2004-01-02 Dan Elphick <dre00r@ecs.soton.ac.uk>
21503 * widgets/gnomefilesel.c: Fix use of previously freed memory on
21504 selecting ".." and "." from file selector.
21506 2004-01-02 Johannes Schmid <jhs@cvs.gnome.org>
21508 * anjuta.glade: Fixed wrong "fold.symbols" property
21510 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21512 * src/project_dbase_gui.c: Alphabetical order ;-)
21513 * src/compiler_options.c: Fixed bug #867539
21514 * src/launcher.c: Workaround for bugs #864922, #849928,
21515 #846386 and #845782: The launcher no longer hangs but does
21516 not get the exit status correctly sometimes.
21517 * Changes suggested by Bosik are obviously already in without
21518 any Changelog entry (ClsGen.c, project_dbase_gui.c)
21519 * NEWS, README, anjuta.prj, configure.in:
21520 Changed version to 1.2.1
21522 Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21523 * anjuta_dialogs_strings.c, anjuta.glade:
21524 Fixed bugs #860906, #859329
21526 Patch from grzegol@pld-linux.org
21527 * anjuta.desktop.in.in: Fixed bug #858993 (Follow
21528 freedesktop.org standard)
21530 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21532 Patch from Stefano Vallarino <stevalla@libero.it>:
21533 * src/source.[c/h]: Fixes cpp sample file to conform to
21534 ISO/IEC 14882, C++-Standard
21536 2003-12-31 Dan Elphick <dre00r@ecs.soton.ac.uk>
21538 Review by Johannes Schmid <jhs@cvs.gnome.org>
21539 * src/build_file.[ch]: Add build_execute_shell_command which executes the
21540 command using sh -c.
21541 * src/compile.c: Use build_execute_shell_command when compiling single
21544 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21546 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21547 * src/breakpoints.c: Code cleanup, workaroud for possible
21549 * src/src_paths.c: Update debugger dirs on directory change
21551 2003-12-31 Pavol Bosik <Pavol.Bosik@siemens.com>
21553 Review by Johannes Schmid <jhs@cvs.gnome.org>
21554 * src/attach_process.c, src/attach_process.h, anjuta.glade:
21555 sortable headers, process tree, removal of path and process params
21556 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21557 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21560 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21562 Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21563 * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21564 Add a dialog for "New file" which lets the user set the
21565 filename and to add copyright/header templates to the file
21566 * Review: Changed function names to contain modules name (file_)
21568 2003-12-09 Naba Kumar <naba@gnome.org>
21570 * setup-gettext: Fixed a typo.
21571 * scintilla/Makefile.am: Fixed a build error for SMP systems.
21573 ---- Released version 1.2.0 ---
21575 2003-12-08 Naba Kumar <naba@gnome.org>
21577 * src/preferences.c: Fixed compiler error.
21578 * global_tags/create_global_tags.sh: Fixed to install properly
21579 even when system.tags could not be generated.
21582 2003-12-06 Naba Kumar <naba@gnome.org>
21584 * setup-gettext: Fixed to not generate intl directory with gettextize.
21586 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de>
21587 * src/anjuta.c: Filters out unnecessary files from find in files
21591 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21592 * src/widzard_gui.c: Added horiz scrollbar for desc text.
21594 2003-12-04 Naba Kumar <naba@gnome.org>
21596 * src/gnome_project.c: Enables debug and optimization flags for
21599 Patch from: Pavol Bosik <Pavol.Bosik@siemens.com>
21601 * src/project_dbase_gui.c: combined header and c files for
21604 * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21605 * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21607 2003-11-30 Abel Cheung <maddog@linux.org.hk>
21609 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21611 2003-11-29 Naba Kumar <naba@gnome.org>
21613 * configure.in, anjuta.prj: Bumped version to 1.2.0.
21616 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21618 * src/main_menubar.c: Now files cannot be opened twice in recently
21621 2003-11-27 Pavol Bosik <Pavol.Bosik@siemens.com>
21623 * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21625 2003-11-28 Naba Kumar <naba@gnome.org>
21627 * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21629 2003-11-27 Naba Kumar <naba@gnome.org>
21631 * src/breakpoints.c, src/launcher.c, src/find_text.c,
21632 src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21634 * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21635 src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21636 src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21637 checkbox in project wizard (project options page) to enable/disable
21638 source code generation with glade(mm).
21642 2003-11-19 Pavol Bosik <Pavol.Bosik@siemens.com>
21644 * src/dnd.c: Opening files with special characters in the name.
21646 2003-11-20 Jordi Mallach <jordi@sindominio.net>
21648 * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21651 2003-11-18 Naba Kumar <naba@gnome.org>
21653 * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21654 src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21655 src/project_import.c, plugins/patch/patch-plugin.c:
21656 Fixed g_signal_diconnect calls to pass correct data.
21657 (Fixed possible crash in project imports).
21661 2003-11-18 Pavol Bosik <Pavol.Bosik@siemens.com>
21663 Reviewed by Naba Kumar <naba@gnome.org>
21664 * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21665 and debugger. Sets default settings for pty in launcher.
21666 * data/gdb.init: Removed charset work around (now works with user's
21668 * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21670 2003-11-18 Naba Kumar <naba@gnome.org>
21672 * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21673 names of 'index' to 'idx'.
21675 2003-11-17 Naba Kumar <naba@gnome.org>
21677 Patch from: arief_mulya <arief_m_utama@telkomsel.co.id>
21678 * src/project_dbase.c: Prompts user for unsaved project files
21679 when project is closed.
21681 2003-11-16 Naba Kumar <naba@gnome.org>
21683 Patch from: Marcin "Zenek" Jaskólski <zenek@moo.pl>
21684 * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21687 2003-11-11 Johannes Schmid <clubfan@users.sourceforge.net>
21689 * src/anjuta.c: Fixed crash related to tag == NULL while
21692 2003-11-11 Naba Kumar <naba@gnome.org>
21694 * src/glade_iface.c: Avoids error conditions for glade or glademm not
21695 found. It simply doesn't generate the c/c++ codes and continues with
21699 2003-11-10 Naba Kumar <naba@gnome.org>
21701 * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21702 'Start with dialog'.
21704 * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21705 German translation of anjuta-tutorial.
21707 * src/launcher.c: Fixed an encoding bug with GIOChannels.
21710 2003-11-10 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21712 * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21713 Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21714 the syntax highlighting in Preferences, the automatic syntax
21715 highlighting is now selected. When the debugger is stopped and the
21716 breakpoints window not closed, the gtk_tree_view in this window is
21717 now made unsensitive.
21719 2003-11-07 Johannes Schmid <clubfan@users.sourceforge.net>
21721 * src/preferences.h, src/preferences.c, anjuta.glade:
21722 Fixed translation bug in preferences by using GtkOptionMenu
21723 * anjuta.prj: Project version 1.1.98
21725 ---------------- Released version 1.1.98 ----------------
21727 2003-11-07 Naba Kumar <naba@gnome.org>
21729 * anjuta.spec.in: Revived docs package and combined all docs into
21731 * configure.in: Bumped version to 1.1.98 rc2
21733 * anjuta.spec.in: Fixed scrollkeepr-update command.
21734 * anjuta.spce.in: Fixed file permissions.
21736 2003-11-06 Naba Kumar <naba@gnome.org>
21738 * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21739 menus to activate anjuta helps.
21741 * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21742 manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21743 manuals/C/anjuta-faqs/legal.xml (added),
21744 manuals/C/anjuta-faqs/Makefile.am,
21745 manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21746 manuals/C/anjuta-faqs/.cvsignore,
21747 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21748 manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21749 manuals/C/anjuta-tutorial/legal.xml (added),
21750 manuals/C/anjuta-tutorial/Makefile.am,
21751 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21752 manuals/C/anjuta-tutorial/.cvsignore,
21753 manuals/C/anjuta-manual/*.sgml (removed),
21754 manuals/C/anjuta-manual/*.xml (added),
21755 manuals/C/anjuta-manual/Makefile.am,
21756 manuals/C/anjuta-manual/anjuta-manual-C.omf,
21757 manuals/C/anjuta-manual/.cvsignore,
21758 manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21759 manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21760 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21761 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21762 manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21763 manuals/ja/anjuta-faqs/legal.xml (added),
21764 manuals/ja/anjuta-faqs/Makefile.am,
21765 manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21766 manuals/ja/anjuta-faqs/.cvsignore,
21767 manuals/ja/anjuta-manual/*.sgml (removed),
21768 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21769 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21770 manuals/ja/anjuta-manual/*.xml (added),
21771 manuals/ja/anjuta-manual/Makefile.am,
21772 manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21773 manuals/ja/anjuta-manual/.cvsignore,
21774 manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21775 manuals/sgmldocs.make (removed),
21776 manuals/xmldocs.make (added), manuals/omf.make (added),
21777 manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21778 documentations to newer docbook xml documentations. Converted
21779 Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21780 Enabled manulas installations.
21782 * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21784 2003-11-05 Naba Kumar <naba@gnome.org>
21786 * data/gdb.init: Sets host's charset to ascii to solve debugger
21787 freeze up due to uninitialized strings in target program.
21789 * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21790 Fixed a crash bug with 'Add expression in watch'. Bug #822017
21794 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21795 src/launcher.c: Turns off echo in spawned pty to fix debugger.
21797 2003-11-04 Naba Kumar <naba@gnome.org>
21799 * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21802 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21803 * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21804 src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21805 src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21808 * src/search-replace.c: Fixed infinite loop bug.
21809 * start-with.c: Fixed a crash bug with "Open last project".
21811 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de
21812 * scintilla/Makefile.am: Fixed compiler option.
21814 2003-10-16 Naba Kumar <naba@gnome.org>
21816 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21817 * src/text_editor.c: Fixed autoformat.
21819 2003-10-15 Naba Kumar <naba@gnome.org>
21821 * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21824 2003-10-09 Naba Kumar <naba@gnome.org>
21826 * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21828 2003-10-08 Naba Kumar <naba@gnome.org>
21830 * src/source.c: Fixed a GETTEXT typo error.
21831 * anjuta.glade: Made 'Sorted in order you open them' default option
21834 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21835 * anjuta.glade, data/properties/anjuta.properties:
21836 Fixed the freeze of the "Preferences" combos at the first Anjuta
21837 init is generated by:
21838 - a not complete translation of preferences.c file
21839 - a difference between 2 names in anjuta.glade and
21840 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21841 - the same name given to 3 combos (anjuta.glade).
21843 * src/find_text.c: If the "whole document" mode is selected,
21844 a new search will select the next occurrence (Bug #764954).
21845 It is now possible to use the shortcuts to search next or previous
21846 occurrence even if the search dialog has the focus. Bug #790318
21848 * src/main_menubar_def.h: "Select code block" shortcut; the new
21849 shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21852 Patch from: Richard Lee <r.h.lee@comcast.net>
21853 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21854 tagmanager/tm_workspace.c: The following is a patch to fix a
21855 seemingly random occurence where Anjuta would crash when a
21856 certain key was pressed.
21858 2003-09-29 Naba Kumar <naba@gnome.org>
21860 * src/find_in_files.c: Ignores binary by default. Disabled the option
21861 of NOCVS search, because launcher does not use sh and hence can not
21864 * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21865 "clean before build" state in project session and not in account session,
21866 otherwise the state gets reflected to other projects causing annoyance.
21868 * src/compiler_options.c: Fixed a bug where compiler options were always
21869 claimed 'modified'.
21871 * src/build_project.c, data/properties/anjuta.properties,
21872 src/commands.[h]: Fixed a bad bug where clean-before-build
21875 * scintilla/patches/research-cvs-nolog.diff,
21876 scintilla/patches/scintilla-ac-gtk2-port.diff,
21877 scintilla/patches/scintilla-ac-sort-fix.diff,
21878 scintilla-optimization.diff: Removed, because they are already in
21881 * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21884 * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21885 scintilla/LexYAML.cxx: Added new scintilla lexers.
21887 * TODO, NEWS: Updated.
21889 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21890 * src/utilities.c: Fixed typo bugs.
21892 2003-09-26 Naba Kumar <naba@gnome.org>
21894 * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21895 * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21896 src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21897 text_editor_find() and Fixed I-Search wrapping.
21898 * src/debugger.c: Fixed to pass a newline after a debugger
21899 command (which was broken since the launcher was refactored.
21900 (Pointed out by Bosik Pavol <Pavol.Bosik@siemens.com>)
21902 2003-09-25 Naba Kumar <naba@gnome.org>
21904 * src/toolbar_callbacks.c: Fixed start of incremental search.
21906 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21907 * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21908 src/main_menubar_def.h, src/mainmenu_callbacks.c,
21909 src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21910 menu and implementation.
21912 2003-09-24 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
21914 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
21915 * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21916 variables in Locals window.
21918 2003-09-24 Frederic RUAUDEL <grumz@users.sourceforge.net>
21920 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
21921 * src/utilities.[ch] : Fix a tooltip bug in
21922 anjuta_util_toolbar_append_stock(), the label appeared instead of
21923 the tooltip text. Remove label from arguments of the function
21924 because label is included in the stock icon data.
21925 * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21926 * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21927 * FIXME: translation file should be updated because of label text removal.
21929 2003-09-24 Naba Kumar <naba@gnome.org>
21931 * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21933 * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21934 src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21935 src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21936 stdout and stderr. Also buffered output and check-for-password
21937 can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21938 with password prompts. Checkes for password prompts from all outputs.
21940 * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21941 which takes a string (which could be utf8 also) and converts into
21944 * src/main.c: Connects kernel signals after gnome_program_init().
21946 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21947 * src/message-manager.c: Fixed bug #787026 by converting the strings
21950 2003-09-22 Naba Kumar <naba@gnome.org>
21952 * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21953 scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21954 GtkCList and using GtkTreeView instead. Added the patch.
21955 * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21956 scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21958 2003-09-19 Naba Kumar <naba@gnome.org>
21960 * printing/print.c: Proper UTF8 printing support.
21961 * src/main.c: moved kernel signal connects at the
21962 end of application initialization.
21964 2003-09-18 Naba Kumar <naba@gnome.org>
21966 * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21967 (new) lexers.make, (new) lexers: Update scintilla to latest
21968 scintilla CVS (2003-09-18), added new lexers, automated
21969 lexers makefiles sections and scintilla update. Added
21970 patches. Optimized pango rendering. Fixed a crash bug
21973 * (new) scintilla/patches/research-cvs-nolog.diff: Added
21974 patch to remove cvs log command from RESearch.cxx file.
21975 * scintilla/patches/scintilla-pango-always.diff:
21977 * scintilla/RESearch.cxx: Removed spurious cvs log command
21979 * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21981 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21982 * src/dnd.c: Fixed a crash bug with DND.
21984 2003-09-15 Naba Kumar <naba@gnome.org>
21986 * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21987 src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21988 src/toolbar_callbacks.c: Added an additional parameter to
21989 text_editor_goto_line() funtion which decides if the line should
21990 be made visible (if it's under fold).
21992 * src/style-editor.c: Fixed a compiler warning.
21993 * src/message-manager.cc: Calls parent method correctly.
21995 * src/preferences.h: Fixed prent class.
21997 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21998 * src/project_dbase.c: Fixed bug #713210.
22000 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
22002 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
22004 2003-09-11 Naba Kumar <naba@gnome.org>
22006 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22007 * src/style-editor.c: Fixed bug #769130 (Crash on font
22010 * src/message-manger.[h,cc]: Made AnMessageManager
22011 derived from GtkFrame and removed deprecated code.
22013 * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
22016 2003-09-09 Naba Kumar <naba@gnome.org>
22018 * src/Makefile.am: Addded rules for built sources.
22020 2003-09-08 Naba Kumar <naba@gnome.org>
22022 * (new) src/anjuta-marshalers.list: Added marshalers definition
22025 * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
22026 and CXXFLAGS are not overwriten by automake's default.
22027 * src/style-editor.c: Added 'operators' in the style editor.
22029 Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
22030 and Jesus Gonzalez <jgonzlz@terra.es> (combined).
22031 * src/message-manager-private.cc, src/message-manager.cc:
22032 Converts message going into message into UTF-8 endoding.
22033 * src/main.c: Uses UTF-8 codeset for localization.
22035 2003-09-08 Franco Catrin L. <fcatrin@tuxpan.cl>
22037 * src/anjuta.desktop.in.in: Added Encoding attribute (required).
22039 2003-09-08 Naba Kumar <naba@gnome.org>
22043 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22044 * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
22045 Fixed bug #798717, Find - Find&Replace - Find in files bug;
22046 The combo entries were updated if the same data with a different
22047 case exist in the combo list. The combo entries are now case sensitive.
22048 Search&Replace bug; First search ,max actions = 0 ==> now max
22051 2003-09-08 Naba Kumar <naba@gnome.org>
22054 * src/utilities.[c,h]: a function takes contant args.
22055 * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
22056 Now the child terminated signal is emitted properly.
22057 * src/Makefile.am: Used $(top_srcdir) for referring to
22059 * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
22060 definitions file which will generate anjuta-marshalers.[c,h] files.
22061 * src/.cvsignore: Updated.
22062 * src/build_project.c: Changed su command to preserve quotes.
22063 * src/anjuta-tools.c, tagmanager/tm_project.c,
22064 tagmanager/tm_workspace.c: Use standard tmp file.
22065 * configure.in: Cleaned up. Provide -g -O0 flags for final build also
22066 so that users could report bugs easily.
22067 * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
22069 * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
22070 printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
22071 src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
22072 src/attach_process.c, src/breakpoints.c, src/commands.c,
22073 src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
22074 src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
22075 src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
22076 src/memory.c, src/message-manager-private.c, src/preferences.c,
22077 src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
22078 src/search-replace.[c,h], stack_trace.c, text_editor.c,
22079 src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
22080 src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
22081 Fixed compile warnings and cleanup.
22083 * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
22084 src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
22085 src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c:
22086 Removed libzvt usage and implemented child spawing differently. Launcher is
22087 now proper GObject, which can be created multiple times (and can be
22088 operated in parallel).
22090 * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
22091 * src/project_import_gui.c, src/project_import_cbs.c,
22092 src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
22093 (crash on project import). Removed deprecared codes.
22095 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
22097 * src/cvs.c: Fixed cvs output bug.
22099 2003-09-03 Naba Kumar <naba@gnome.org>
22101 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22102 * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
22103 src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
22104 src/text_editor_cbs.c: Implements --
22105 If the debugger is started
22106 A double click in the margin add or remove a breakpoint
22107 A single click activate or deactivate the breakpoint
22109 A double click in the margin add or remove a bookmark
22111 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
22113 Reviewed by Naba Kumar <naba@gnome.org>
22114 * src/cvs_gui.[c/h], mainmenu_callbacks.c:
22115 User is now able to choose a branch on cvs update for project.
22116 Cleaned up variable names.
22118 2003-09-03 Naba Kumar <naba@gnome.org>
22120 * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
22121 src/Makefile.am: Added lexers.
22122 * scintilla/*/*: Updated...
22123 * src/an_symbol_view.c: Fixed a crash bug.
22124 * src/compiler_options.c, src/project_dbase.c: Fixed compile
22126 * src/main_menubar.[c,h]: Removed 'page setup' menu item.
22127 * src/source.c: Fixed project generation bug with gettext code.
22128 * tagmanager/tm_project.c: Fixed a crash bug.
22129 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
22130 bug when there is no project open. Bug #____.
22131 * src/source.c: Fixed a bug with build failure with non-gnome
22132 project with glade-generated source (eg. gtk2). Bug #____.
22135 2003-08-22 Naba Kumar <naba@gnome.org>
22137 Patch from: Rob Bradford <rob@debianplanet.org>
22138 * data/Makefile.am: Fixed to install properly during
22141 Patch from: Etay Meiri <etay-m@bezeqint.net>
22142 * src/debug-tree.c: Fixed a crash bug.
22143 * src/compiler_options.c: Takes care of linking the missing pieces;
22144 C flags, libs, optimization options, debug and profile.
22146 Patch from: Enver ALTIN <ealtin@casdb.com>
22147 * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
22149 2003-08-22 Johannes Schmid <clubfan@users.sourceforge.net>
22151 Reviewed by Naba Kumar <naba@gnome.org>
22152 * src/project_dbase.c: Fixed bugs #778263 and #778413
22153 Adding multiple files to project should work now.
22155 2003-08-22 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
22157 Reviewed by Naba Kumar <naba@gnome.org>
22158 * src/dnd.c: Fixed Drag&Drop (opening file(s)).
22159 * src/debug_tree.c, src/debugger.c: Fixed context menu separator
22162 2003-08-08 Abel Cheung <maddog@linux.org.hk>
22164 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
22166 2003-08-08 Abel Cheung <maddog@linux.org.hk>
22168 * src/text_editor.c: Fix translatable string (#113934).
22170 2003-07-04 Naba Kumar <naba@gnome.org>
22172 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
22173 bug when there is no project open. Bug #____.
22175 * src/source.c: Fixed a bug with build failure with non-gnome
22176 project with glade-generated source (eg. gtk2). Bug #____.
22178 2003-06-26 Naba Kumar <naba@gnome.org>
22180 * src/anjuta.h: Removed reference to windows-dialog.h.
22181 * src/message-manager-private.[cc,h]: Fixed doulbe click
22182 activation of messages to properly jump at the destination.
22183 * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
22184 * src/toolbar.c: Code clean-ups.
22186 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22187 tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
22189 * src/message-manager-private.[cc,h]: Removed dead codes.
22191 * (new) data/properties/css.properties,
22192 data/properties/anjuta.properties, data/properties/Makefile.am:
22193 Added CSS syntax hiliting properties.
22195 * tagmanager/tm_file_entry.c: Fixed a possible bug.
22196 * src/debugger.c: Clean ups.
22197 * src/lexer.h: Added CSS lexer definition.
22199 * Makefile.am: Installs destop file properly.
22200 * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
22201 * NEWS: Updated for 1.1.97 release.
22202 * src/main_menubar_def.h: Changed some non working shortcuts.
22204 2003-06-24 Naba Kumar <naba@gnome.org>
22206 * src/search-replace.c: Shows the dialog properly, even when it is
22207 hidden behind another window.
22209 * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
22210 src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
22211 pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
22214 * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
22215 setup wizard dialogs.
22217 * src/debugger.c: Removed a redundant call to
22218 debugger_update_controls().
22219 * src/compiler_options.c, src/launcher.c: code cleanup.
22220 * src/executer.c: Fixed execution bug with 'Set Program params...".
22222 2003-06-23 Naba Kumar <naba@gnome.org>
22224 * widgets/e-splash.c: Removed border around the splash image.
22225 * anjuta.spec: correct libgnomeprintui22 name in depencencies.
22226 * widgets/gnomefilelist.c: Implemented multiple file selection mode.
22227 * src/cvs.c: Added a frame around commit log text widget.
22228 * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
22229 crash bug associated with translated combo box list in preferences
22230 dialog (in different locale other than en_US). Used widget names
22231 to pass the combo list items.
22232 * po/POTFILES.in: Updated.
22233 * src/launcher.c: Creates the zvt terminal at startup (and not
22234 every time a build is done) -- speeds up buld operations.
22235 * src/file_history.c: Should be if() conditional instead of
22237 * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
22238 Disabled useless warnings.
22239 * src/project_dbase.c: Fixed bonobo 2 project name.
22240 * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
22241 and uses correct glade-2 for file generation.
22243 2003-06-21 Naba Kumar <naba@gnome.org>
22245 * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
22246 And disables autocomple show for numbers (very annoying).
22247 * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
22248 src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
22249 src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
22250 from view menu and adjust the controls accordingly.
22251 * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
22253 * src/project_dbase.[c,h]: Removed show_local flag processing.
22254 * src/message-manager.[c,h]: Reorganized messages tabs in more
22256 * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
22257 Also added PCRE dependency.
22259 2003-06-20 Naba Kumar <naba@gnome.org>
22261 * pixmaps/anjuta_splash.png: New splash.
22262 from Jean Schurger <yshartk@schurger.org>
22264 * src/controls.c: De-sensitize run-to-cursor when debugger
22266 * src/cvs_gui.c: Set default reponse for various cvs dialogs.
22268 * src/message-manager-private.cc: Fixed to properly jump at
22269 the right file:line.
22271 * src/appwiz_page1.c: Fixed to correctly determine the project
22272 trpe from the wizard.
22274 2003-06-20 Naba Kumar <naba@gnome.org>
22276 * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
22277 * src/watch_gui.c: Code cleanups.
22278 * src/debugger.[c,h], src/stack_trace.[c,h],
22279 (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
22280 src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
22281 Removed direct access to stack_trace private data, Increased debugger
22282 command size from 256 to 1024 (to be on safer side). Also implemented
22283 row-activated signle for seting frame and viewing the source.
22284 * src/debugger.c: Avoids starting program and stopping debugger
22285 when starting debugger and stopping program, respectively.
22287 * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
22288 Reverted codes to start debugger automatically
22289 The file is brought to the state just after the branching
22290 (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for
22291 some code clean ups.
22293 * src/launcher.[h,c], plugins/patch/patch-plugin.c,
22294 src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
22295 src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
22296 src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
22297 src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
22298 src/project_dbase.c: Code clean ups.
22300 * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
22301 (Projects dir) so that correct $HOME/Projects path is set when
22302 anjuta is run for the first time.
22304 2003-06-13 Guntupalli Karunakar <karunakar@freedomink.org>
22306 * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
22308 2003-06-13 Naba Kumar <naba@gnome.org>
22310 * src/stack_trace_cbs.c: Moved variable declaration at the
22311 top of the block (bug #737867)
22313 * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
22314 just CFLAGS and CXXFLAGS (bug #743617).
22316 * src/create_global_tags.sh: Fixed shell script to properly
22317 detect installed *-config files.
22319 2003-06-12 Naba Kumar <naba@gnome.org>
22321 * src/preferences.[c,h]: Added methods for custom widgets in
22322 preferences: using custom set/get methods for them.
22324 * src/anjuta-encoding.c: Implemented up/down of the encodings
22325 in the list and property saves correctly.
22327 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22328 * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
22329 the beginning of a file.
22331 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22332 * src/aneditor.cxx, src/aneditor.h,
22333 src/controls.c, src/main_menubar.c, src/main_menubar.h,
22334 src/main_menubar_def.h, src/mainmenu_callbacks.c,
22335 src/mainmenu_callbacks.h: Allows the operator to select the current
22336 word or the current line (Request: 680801). It puts also
22337 sensitive/unsensitive several select/comment menu items.
22339 * src/breakpoints.c: Presets by default the current line for a
22340 defined breakpoint.
22342 2003-06-11 Naba Kumar <naba@gnome.org>
22344 * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
22345 color (red highlight) now cosistent for inactive tabs also.
22347 * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
22348 'Advanced search and replace' in Edit->Search submenu.
22350 * data/properties/tcltk.properties: Fixed bug #731851. Added line
22351 wrappings '\' where they were missing.
22353 * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
22354 message is now more descriptive and details the correct thing to do
22355 for GNOME2 desktop.
22357 2003-06-10 Naba Kumar <naba@gnome.org>
22359 * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
22360 autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
22361 Removed any reference to particular version of automake/autoconf
22362 so that they could work with newer versions (Bug #659394).
22364 * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
22365 src/anjuta.c: Added coded to add/remove supported encodings.
22367 * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
22368 src/preferences.c, src/project_dbase.c, src/project_dbase.h,
22369 src/project_import.c, src/project_type.c, src/project_type.h,
22370 src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
22371 in the projects typtes. Code clean ups. Removed GTK1/GNOME1
22372 from the project wizard.
22374 2003-06-06 Naba Kumar <naba@gnome.org>
22376 Patch from Etay Meiri <etay-m@bezeqint.net>
22377 * src/compiler_options.c: Fixed bugs related to clean before
22380 * anjuta.desktop.in.in: Added commandline options.
22381 * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
22382 -dP and -A flags of CVS update into different options.
22384 2003-06-04 Abel Cheung <maddog@linux.org.hk>
22386 * configure.in: Removed "ta" from ALL_LINGUAS.
22388 2003-06-02 Naba Kumar <naba@gnome.org>
22390 * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
22391 return NULL for undefined properties and "" for defined but empty
22392 strings. It was creating many problems where both are assumed to be
22393 same. And besides, it doesn't matter to differentiate the two (the
22394 problem with preferences was due to a different bug).
22396 * src/prefereces.[c,h]: Fixed to handle empty and blank properties
22397 correctly. Also, s/props_build_in/props_built_in/g.
22399 * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
22402 * src/an_file_view.c: Unrefed pixbufs when done with them.
22404 * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
22405 (removed) file_text.png: Added and removed pixmaps.
22407 2003-05-30 Naba Kumar <naba@gnome.org>
22409 * anjuta.glade: Fixed encodings preferences dialog
22411 2003-05-23 Etay Meiri <etay-m@bezeqint.net>
22413 Reviewed by Naba Kumar <naba@gnome.org>
22415 * src/build_project.c src/clean_project/c: perform a clean before
22416 build, if required. Show the message manager on clean.
22417 * src/compiler_options.c: save the new options when window is closed
22418 and flag project to be cleaned before the next build.
22419 * src/project_dbase.c: added a 'clean before build' flag to project
22421 2003-05-29 Naba Kumar <naba@gnome.org>
22423 * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
22426 * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
22427 file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
22428 file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
22429 file_h.png, file_h.xpm, file_html.png, file_html.xpm,
22430 file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
22431 file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
22432 file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
22433 print_color.xpm, print_landscape.xpm, print_layout.xpm,
22434 print_nocolor.xpm, print_portrait.xpm: Removed unused icons
22436 * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
22437 Removed unused icons references.
22439 2003-05-27 Enver ALTIN <ealtin@casdb.com>
22441 Reviewed by Naba Kumar <naba@gnome.org>
22443 * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
22444 src/compiler_options.c, src/debugger.c, src/find_replace.c,
22445 src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
22446 src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
22447 src/toolbar_callbacks.c: HIG compliant dialogs.
22449 * src/utilities.c: anjuta_button_new_with_stock_image() and
22450 anjuta_dialog_add_button() stolen from gedit.
22452 * src/main_menubar_def.h: Fixed mnemonics.
22454 2003-05-26 Naba Kumar <naba@gnome.org>
22456 * src/project_dbase_gui.c: Added header files filter for add file
22457 dialog box. Disabled project window to be transient window.
22459 * src/message-manager.cc: Disabled message manager window to be
22462 * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
22463 a file could not be loaded.
22465 * src/project_dbase.c: Fixed a bug with GUI editor command
22466 where empty string is returned.
22468 * src/Makefile.am, src/preferences.h, src/text_editor.c
22469 src/text_editor.h, (new) src/anjuta-encodings.h,
22470 (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
22471 Added encoding support and to handle characters encoding correctly
22472 by auto detecting it during load. Added preferences for selecting
22473 the encoding during save.
22475 * src/preferences.c, src/resources.c: Removed debug messages.
22477 Patch from: Alexander Nedotsukov <bland@mail.ru>
22478 * src/getline.c: Fixed many fatal bugs for FreeBSD.
22480 2003-05-26 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22481 * src/anjuta.c: Try to sow the splash image more often.
22483 2003-05-20 Naba Kumar <naba@gnome.org>
22485 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22486 * src/debug_tree.c: Colorize the modified locals during
22487 debugging and call memory analyze from the debugger.
22488 * src/breakpoints.c: The color is now different for the enabled
22489 and disabled breakpoints. Anjuta now can erase several
22490 breakpoints defined at the same line. The markers are updated
22491 according to the enable/disable action.
22493 Patch from Etay Meiri <etay-m@bezeqint.net>
22494 * src/launcher.c: Fixes launcher freeze up bug during build.
22496 2003-05-16 Dan Elphick <dre00r@ecs.soton.ac.uk>
22498 Reviewed by Naba Kumar <naba@gnome.org>
22499 * scintilla/PropSet.h: Change member variables from private to protected.
22500 * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22501 to PropSetFile class, which return a gchar * (and can therefore indicate
22502 whether properties are empty or do not exist) and make prop_get and
22503 prop_get_expanded use them.
22504 * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22505 that the result of of prop_get cannot be an empty string.
22507 2003-05-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
22509 Reviewed by Naba Kumar <naba@gnome.org>
22510 * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22511 src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22512 src/text_editor_cbs.c: When saving all the files in the project, the
22513 text editors are now only rehighlighted once instead of once for each
22516 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22517 * src/main.c, widgets/e-splash.c: Splash screen improvements.
22518 * src/anjuta.desktop.in.in: Support startup notification.
22519 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22520 * src/main.c, widgets/e-splash.c: Splash screen improvements.
22521 * src/anjuta.desktop.in.in: Support startup notification.
22524 2003-05-13 Dan Elphick <dre00r@ecs.soton.ac.uk>
22526 Reviewed by Naba Kumar <naba@gnome.org>
22528 * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22529 memory leak from glade_xml_new call. Removed gxml field from Executer
22530 struct as only used in create_executer_dialog and then destroyed.
22532 * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22534 * src/configurer.c: Fix warning trying to connect signal to non-existent
22535 environment entry in configure dialog and fix crash when closing the
22538 * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22539 gnome_date_edit_get_time instead.
22541 * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22542 in view menu required renumbering elsewhere.
22544 2003-05-10 Etay Meiri <etay-m@bezeqint.net>
22546 Reviewed by Naba Kumar <naba@gnome.org>
22548 * src/breakpoints.c: fixed an error when removing breakpoint
22549 * src/controls.c: 'run to cursor' is sensitive when debugger not active
22550 * src/debugger.c: changes to the way the debugger is activated
22551 * src/debugger.h: clean ups
22553 2003-05-13 Naba Kumar <naba@gnome.org>
22555 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22556 * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22557 src/memory.h: A new version of memory and the interface
22558 is now integrated in anjuta.glade
22560 2003-05-09 Naba Kumar <naba@gnome.org>
22562 * configure.in: Bumped required gtk version to 2.0.8.
22564 2003-05-06 Naba Kumar <naba@gnome.org>
22566 src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22568 2003-05-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22569 * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22571 2003-05-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22572 * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22573 , tagmanager/c.c: Support for ProC and RDB files.
22575 2003-05-06 Naba Kumar <naba@gnome.org>
22577 * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22578 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22579 Uncomment (Box & Stream), Select the current function,
22580 authorize the "Quit" button of the GotoLine window
22582 2003-05-05 Naba Kumar <naba@gnome.org>
22584 * src/watch_gui.h: CVS added new file.
22586 * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22588 Patch from Etay Meiri <etay-m@bezeqint.net>
22589 * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22590 src/mainmenu_callbacks.c, src/message-manager.cc,
22591 src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22592 src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22593 Ported stack trace to GNOME2 and added it in the message manager
22596 2003-05-02 Naba Kumar <naba@gnome.org>
22598 * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22600 * src/preferences.[h,c]: Fixed preferences to save only one copy of
22601 preferences property.
22603 * anjuta.prj: Fixed multiple preferences saved data.
22605 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22606 scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22607 scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22608 scintilla/include/Platform.h, scintilla/include/PropSet.h,
22609 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22610 Upgraded scitilla from CVS with faster window repaint
22613 Patch from Etay Meiri <etay-m@bezeqint.net>
22614 * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22617 2003-04-30 Dan Elphick <dre00r@ecs.soton.ac.uk>
22619 * message-manager-private.[ch]: Make AnMessageWindow keep scrolling
22620 the window if messages are appended to the end and the scrollbar is
22623 2003-04-29 Naba Kumar <naba@gnome.org>
22625 * configure.in: Removed omf-install from Makefiles list.
22627 2003-04-28 Naba Kumar <naba@gnome.org>
22629 * po/POTFILES.in: Remvoded deleted files.
22631 * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22632 pixmaps/windows-style-undocked.png: Added setup wizard's images.
22634 * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22635 is executed as detached) is not set properly.
22637 2003-04-25 Naba Kumar <naba@gnome.org>
22639 * anjuta.prj: Updated.
22640 * src/anjuta_info.c: Fixed text wrapping and column view.
22641 * data/welcome.txt.in: Removed unaligned characters.
22643 2003-04-24 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22644 * src/main_menubar.c: Disable setup dialog.
22646 2003-04-22 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22647 * src/breakpoints.c; Fixed compilation with older GCC
22648 * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22649 * HACKING: Spelling fixes (Suggested by Stephen Knight)
22651 2003-04-18 Naba Kumar <naba@gnome.org>
22653 * anjuta.prj: Updated (includes compiler options).
22655 * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22656 function from anjuta.c (it was already available in anjuta-tools.c).
22658 2003-04-18 Naba Kumar <naba@gnome.org>
22660 * src/about.c, THANKS: Updated
22662 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22664 * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22665 properly from the project session before updating the file
22668 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22669 an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22670 dialog settings (as it will not be required once GDL is in place) and
22671 added file view filters in the settings sub-menu.
22673 2003-04-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22675 * configure.in: Disable cast checks on final build.
22677 2003-04-17 Naba Kumar <naba@gnome.org>
22679 * src/build_project.c: Fixed a compilation error.
22681 * src/launcher.c: Removed commnets.
22683 * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22684 properties from editor tab to indentation tab and fixed a property
22685 label for proper i18n translation. Fixed typos in project config
22686 dialog (reported by Gaëtan de Menten <ged@bugfactory.org>). Disabled
22687 sorting and reordering in compiler options dialog.
22689 * src/compiler_options.c: Implemented _save() function to save the
22690 options (which was pending).
22692 * src/build_project.c: Destroys install-as-root dialog when it is done.
22694 * src/an_symbol_view.c: Change "event" event to "event-after" so
22695 that symbol row is selected first before the popup is shown.
22697 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
22699 * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first
22700 file in CVS/Entries. (Reviewed and applied by Biswa)
22702 2003-04-16 Naba Kumar <naba@gnome.org>
22704 * aneditor.cxx: use unicode everytime (fixed unicode related
22707 * anjuta.prj: Fixed UI editor name (blank to use default) and
22710 Patch from Patch from Gaëtan de Menten <ged@bugfactory.org>
22711 * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22712 Editor preferences page.
22714 2003-04-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22715 * src/anjuta.[ch], src/print.c: Fixed warnings
22716 * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22717 * configure.in: Profiling support with gprof
22719 2003-04-16 Naba Kumar <naba@gnome.org>
22721 Patch from Gaëtan de Menten <ged@bugfactory.org>
22722 * src/launcher.c: Fixed cvs dialog.
22724 2003-04-15 Johannes Schmid <clubfan@users.sourceforge.net>
22726 * src/message-manager-private.cc: Fixed double-click on first line of
22727 output to properly select a line.
22728 * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22729 because still was a deprecatd GtkCTreeNode and always NULL anyway.
22731 2003-04-15 Naba Kumar <naba@gnome.org>
22733 * src/message-manager-private.cc: Fixed the glade filename typo.
22735 2003-04-15 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22736 * scintilla/*, data/properties/*: Scintilla CVS merge
22737 * anjuta.prj: Removed unnecessary files.
22738 * scintilla/PlatGTK.cxx: Force Pango fonts always
22739 * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22740 src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22742 * configure.in: Change version no. for 1.1.1 (alpha release)
22743 * configure.in: Added '--with-pref-suffix' option.
22744 * config.guess, config.sub: Removed from CVS.
22746 2003-04-15 Naba Kumar <naba@gnome.org>
22748 Patch from Timothee Besset <ttimo@idsoftware.com>
22749 * Makefile.am: Fixed a shell script error during intallation.
22751 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
22753 Reviewed by Naba Kumar <naba@gnome.org>
22754 * src/message-manager.cc: Added popup-menu to TreeView and fixed
22755 set_wm_class to use "anjuta" instead of "an.
22756 * src/message-manager-private.cc: Headers are hidden again.
22758 2003-04-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22759 * src/project_dbase_gui.c: Memory corruption fix.
22760 * anjuta.prj: Updated project file
22762 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
22763 * an_file_view.c: Connect to event-after signal rather than event so that
22764 selection is updated first and thus context menu is for the right file.
22765 Reviewed and applied by Biswa.
22767 2003-04-14 Naba Kumar <naba@gnome.org>
22769 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22771 * src/auncher.c: More child exit fixes
22772 from Timothee Besset <ttimo@idsoftware.com>
22774 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
22776 Reviewed by Naba Kumar <naba@gnome.org>
22778 * src/message-manager.[c/h], src/message-manager-private[c/h],
22779 anjuta.[c/h]: Ported message-manager to Gtk2
22781 * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22782 src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22783 src/clean_project.c, src/compile.c, src/configurer.c,
22784 src/controls.c, src/cvs.c, src/debugger.c,
22785 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22786 src/project_import.c, src/search-replace.c: Changed name from
22787 AnjutaMessageManager to AnMessageManager to avoid too long type
22790 2003-04-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22791 * src/launcher.c: Fix build won't stop problem - TTimo
22793 * pixmaps/anjuta_splash.c: New splash screen prototype.
22794 * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22795 * src/compiler_options.c: Mute pkgconfig errors.
22796 * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22798 2003-04-10 Naba Kumar <naba@gnome.org>
22800 * configurer.[c,h]: Fixed dialog to close properly.
22801 * src/project_dbase.c, widgets/gnomefilelist.c: Added
22804 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22805 * anjuta.prj: Removed unnecessary files, load with 1.2.0
22806 * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22807 plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22808 src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22809 * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22810 src/makefile.am: Move gdl to it's own directory.
22811 * global-tags/create_global_tags.sh: Silently ignore SDL error.
22813 2003-04-09 Naba Kumar <naba@gnome.org>
22815 * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22818 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22819 * src/anjuta-tools.c: Use CDATA for saving tools data.
22820 * anjuta.glade, src/search-replace.c: Port from branch.
22821 * widgets/e-splash.*, src/main.c: Better splash screen.
22822 * configure.in, widgets/gdl*: Import GDL widgets.
22823 * ROADMAP: Updated roadmap.
22824 * src/an_file_view.c: Use GDL icons for file tree.
22826 2003-04-09 Naba Kumar <naba@gnome.org>
22828 * anjuta.glade: Added (hidden) initial setup-wizard window.
22830 Patch from: Vitaly <vvv@rfniias.ru>
22831 * src/preferences.c: Fixes a bug with libglace widget access with
22832 translated strings.
22834 Patch from: Etay Meiri <etay-m@bezeqint.net>
22835 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22836 src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22837 src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22838 src/toolbar_callbacks.[c,h],
22839 src/memory.c, src/message-manager-private.cc,
22840 src/message-manager-private.h, src/message-manager.cc,
22841 src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22842 src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22843 to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22844 watch window to a subwindow in the notebook
22846 2003-04-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22847 * ROADMAP: Updated roadmap.
22849 2003-04-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
22851 * configure.in: Added Belarusian to ALL_LINGUAS.
22853 2003-04-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22854 * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22856 * ROADMAP: Added roadmap for HEAD.
22858 2003-03-29 Naba Kumar <naba@gnome.org>
22860 * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22861 src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22862 anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22863 (new) pixmaps/start-with-wizard.png,
22864 (new) pixmaps/start-with-import.png,
22865 (new) pixmaps/start-with-open.png Added Start with dialog which pops
22866 up on anjuta start-up to give quick access to opening file/project or
22869 * src/main.c: Sets proper data directory for the gnome
22872 2003-03-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22873 * src/text_editor.c: Fixed error/warning indicators.
22875 2003-03-24 Naba Kumar <naba@gnome.org>
22877 * README: Correct version.
22879 2003-03-24 Michael Tindal <etherscape@paradoxpoint.com>
22881 * configure.in: Added checks to see if were building on FreeBSD
22882 systems. Sets -DFREEBSD if we are, and also attempts to find
22883 gmake if the host system is FreeBSD.
22885 * src/getline.c: New file used to provide the getline function,
22886 which isnt available on a FreeBSD system. The function is only
22887 defined if FREEBSD is defined.
22889 * src/Makefile.am: Added getline.c to anjuta_SOURCES
22891 * tagmanager/Makefile.am: Uses $(GMAKE) rather than make.
22892 configure.in sets this to gmake on FreeBSD systems, and make
22893 on everything else.
22895 2003-03-23 Naba Kumar <naba@gnome.org>
22897 * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22899 * anjuta.spec.in: Fixed spec file for correct file paths and
22900 corrected rpmbuild.
22902 * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22903 the rpm build command separately now.
22905 * src/anjuta.c, windows-dialog.c: Added some more window management
22906 stuffs (not still fully working, though).
22910 2003-03-22 Naba Kumar <naba@gnome.org>
22912 * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22914 2003-03-21 Naba Kumar <naba@gnome.org>
22916 * README: Removed Andy Piper's name from the active maintainers
22917 list on his request.
22919 * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22922 * src/anjuta-tools.c: Fixed compiler errors.
22924 * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22927 * src/commands.c, src/src_paths.c, src/style-editor.c,
22928 src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22929 becuase they are now hidden by default (from glade editing).
22931 * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22932 src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22933 src/main_menubar_def.h, src/mainmenu_callbacks.c,
22934 src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22935 basic windows managements.
22937 2003-03-21 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22938 * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22939 to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22940 Enver ALTIN (a.k.a. skyblue)
22942 2003-03-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22943 * tagmanager/*: Added ignore-list for symbols. This will make
22944 parsing more accurate for projects. Doc updates needed.
22946 2003-03-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22947 * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22948 * launcher/Makefile.am: Link to correct libraries
22949 * src/launcher.c: Do not allow NULL shell
22951 2003-03-14 Etay Meiri <etay-m@bezeqint.net>
22952 * src/debug_tree.c: Improve debug tree view.
22954 2003-03-10 Dan Elphick <dre00r@ecs.soton.ac.uk>
22956 * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22957 'Run Configure Script' and 'Execute Program'. Increase minimum width
22958 of Configure dialog.
22959 * find_in_files.c, find_in_files_cbs.*: Properly create the file
22960 list widget by setting a model and adding a column and renderer.
22961 Actually store the nocvs toggle button in FindInFiles data structure.
22962 Handle selection changes via changed signal rather than row_activated.
22963 Use response signal for handling the close and find buttons.
22964 Close window when escape is pressed.
22965 * find_replace.c: Close window when escape is pressed.
22966 * find_text.c: Close window when escape is pressed in find dialog as
22967 well as wrap search question, where now Yes is the default button.
22969 2003-03-05 Naba Kumar <naba@gnome.org>
22971 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
22973 * src/message-manager-private.cc: Fixed a bug with vte conditional
22975 * anjuta.glade: Hides all windows in glade file.
22977 2003-03-05 Naba Kumar <naba@gnome.org>
22979 * src/an_file_view.c: Fixed a compilation warning.
22980 * src/message-manager-private.cc: Conditional compilation for vte
22983 2003-02-28 Naba Kumar <naba@gnome.org>
22985 * configure.in, anjuta.spec.in: Updated dependency packages version.
22986 * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22987 * src/preferences.c: Added debug assertions.
22988 * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22989 editor to enable/disable bringing the recent editor tabs first.
22991 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22992 tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22993 scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22994 Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22995 and bug fixes. Also code clean ups.
22997 * (new) src/search-replace.[h,c]: New search replace implementation
22998 from ANJUTA_1_0_0 branch.
23000 * (new) src/windows-dialog.[h,c]: New windows management class
23001 [work in progress].
23003 2003-02-28 Naba Kumar <naba@gnome.org>
23005 * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
23006 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
23007 src/appwizard.c, src/build_file.c, src/build_project.c,
23008 src/clean_project.c, src/compile.c, src/configurer.c,
23009 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
23010 src/message-manager-dock.c, src/message-manager-dock.h,
23011 src/message-manager-private.cc, src/message-manager.cc,
23012 src/preferences-dialog.c, src/preferences-dialog.h,
23013 src/preferences.c, src/preferences.h, src/project_dbase.c,
23014 src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
23015 src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
23016 src/utilities.c, src/utilities.h:
23018 Widgetized Preferences and gave proper function names.
23020 * src/executer.c: Fixed a session loading bug.
23022 2003-02-27 Naba Kumar <naba@gnome.org>
23024 * printing/print.c: Fixed printing font bug that failed to load the
23027 * src/toolbar.c: Disabled LED flashing (not yet implemented).
23029 * TODO, anjuta.prj: Updated.
23031 2003-02-24 Joe Harnish <bigJoe@linuxmail.org>
23033 * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
23034 manuals/C/anjuta-manual/anjuta-manual-C.omf,
23035 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23036 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
23037 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
23040 2003-02-25 Naba Kumar <naba@gnome.org>
23042 * Makefile.am: Excluded omf-install from installation as the docs are
23047 * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
23048 anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
23049 property names and added new editor properties and code cleanups.
23050 Also added new project properties.
23052 * src/compiler_options.[h,c]: Added pkg-config packages supports
23055 * src/glade_iface.h: Cleanups.
23057 * src/launcher.c: Used timer instead of idle to scan.
23059 * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
23060 src/project_config.[h,c], src/project_import.c: Implemented project
23061 property to define GUI editor and to handle it.
23063 * src/preferences.c: i18n fixes.
23065 * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
23066 unused (and old) pixmaps.
23068 * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
23070 2003-02-25 Naba Kumar <naba@gnome.org>
23072 * src/message-manager-private.[h,cc], src/preferences.c,
23073 anjuta.glade, anjuta_dialog_strings.c: Implemented
23074 gnome terminal profiles for the terminal preferences and moved the
23075 addition of terminal preferences in the terminal constructor.
23077 * anjuta.prj: Updated.
23079 2003-02-24 Naba Kumar <naba@gnome.org>
23081 * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
23082 (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
23083 (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
23084 po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
23085 preferences dialog.
23089 * src/message-manager-private.[cc,h]: Fixed VTE terminal for
23090 text selection and child re-spawning.
23092 * src/pixmaps.h: Removed unused pixmaps definitions.
23094 2003-02-23 Naba Kumar <naba@gnome.org>
23096 * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
23097 the project tree/window.
23099 * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
23100 src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
23101 Correct the use of a variable and implemented session save/load
23102 for tree expansion states.
23104 * src/main_menubar_def.h: Fixed shortcuts keys.
23106 * src/anjuta.c, src/gnome_project.c: Code clean ups.
23108 * anjuta.prj: Updated.
23110 2003-02-22 Naba Kumar <naba@gnome.org>
23112 * src/debug_tree.[c,h]: GNOME2 port from
23113 Etay Meiri <etay-m@bezeqint.net>
23115 * src/an_file_view.c, src/resources.[h,c],
23116 data/properties/bash.properties,
23117 data/properties/cpp.properties,
23118 data/properties/html.properties,
23119 data/properties/make.properties,
23120 data/properties/others.properties,
23121 data/properties/perl.properties,
23122 data/properties/props.properties,
23123 data/properties/xml.properties: Standarized file icons. Icons are
23124 defined in respective .properties file and are retrieved as resource
23127 * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
23128 in labels from the commands editor as that would create
23129 problems for translators.
23131 2003-02-21 Naba Kumar <naba@gnome.org>
23133 * .cvsignore, (new)config.guess, (new)config.sub: Added these files
23134 as they should be part of CVS(?).
23136 * Makefile.am: Corrected a typo for glade generated strings file.
23138 * configure.in, po/hi.po: Added new Hindi (hi) translation
23139 in ALL_LINGUS and added initial Hindi translation.
23141 * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
23142 (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
23143 sv_unknown.xpm to more proper icon.
23145 * (new)data/properties/php.properties, data/properties/Makefile.am,
23146 data/properties/anjuta.properties, data/properties/html.properties:
23147 Fixed PHP syntax hilighting bug by separating php properties into
23148 different file (because of file size).
23152 2003-02-20 Naba Kumar <naba@gnome.org>
23154 * src/breakpoints.c: Fixed breakpoints session saving/loading
23157 * scintilla/*, scintilla/include/*: Updated to scintilla
23160 2003-02-19 Naba Kumar <naba@gnome.org>
23162 * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
23165 * Makefile.am, src/Makefile.am,
23166 (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
23167 (removed) src/anjuta_dialog_strings.c,
23168 (removed) src/anjuta_dialogs_strings.c,
23169 (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
23170 (added) anjuta.glade: Transfered glade files from src/ directory
23171 to the top level directory.
23173 * po/POTFILES.in: Updated.
23175 * (removed) macrocs2/*: Transfered to data/ directory.
23177 * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
23178 data/Makefile.am: Moved macros in data directory. Anjuta no longer
23179 requires to have macros dir, but the projects generated by anjuta
23182 * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
23185 * src/defaults.c: Corrected default compiler options.
23187 * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
23190 * src/message-manager-private.cc, src/message-manager-private.h,
23191 src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
23193 * src/project_dbase.c, src/project_type.c, src/source.c: Proper
23194 source code generation for gnome2 projects.
23196 2003-02-11 Naba Kumar <naba@gnome.org>
23198 * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
23199 restores the expand/collaspe states of the nodes after refresh.
23201 * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
23203 2003-02-11 Naba Kumar <naba@gnome.org>
23205 * src/style-editor.c: Fixed pango font description handling for fonts.
23206 * src/anjuta.glade: Removed font size spin button.
23207 * configure.in, src/anjuta.prj: Corrected version.
23210 2003-02-10 Naba Kumar <naba@gnome.org>
23212 * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
23213 references of scroll-menu.h and add about.h in Makefile.am.
23215 * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
23216 (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
23217 (removed) widgets/scroll-menu.h: Removed unused files.
23219 * Makefile.am: Added proper i18n rules and added intl tools for
23222 * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
23223 to the stable release).
23225 * anjuta.spec.in: Removed manuals packaging.
23227 * data/Makefile.am: Removed 'macros' installation (not required for
23230 2003-02-10 Naba Kumar <naba@gnome.org>
23232 * po/POTFILES.in: Updated.
23234 * pixmaps/Makefile.am, pixmaps/anjuta_icon.png,
23235 (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
23236 (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
23237 (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
23238 (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
23241 * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
23242 src/toolbar_callbacks.h: Fixed scintilla notification signal name
23243 and fixed to properly handle focus in find entry box.
23245 * Makefile.am: Added code for RH system menu update.
23247 * .cvsignore: Updated.
23251 2003-02-03 Naba Kumar <naba@gnome.org>
23253 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
23254 editor preferences. and fixes dialogs.
23256 * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
23257 Fixed linenumbers and header margins when they are disabled and
23258 removed unused header files.
23260 * src/attact_process.[h,c], src/debugger.c: Attach to process
23263 * src/help.c: Fixed dialog response.
23267 * data/properties/anjuta.properties: Corrected typo.
23269 * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
23270 Change the signal to "changed" in entry from "selection-changed" in
23273 * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
23276 2003-01-31 Naba Kumar <naba@gnome.org>
23278 * configure.in: Upgraded to use libgnomeprint-2.2
23280 * printing/Makefile.am: Updated
23282 *(removed) printing/print-doc.c, printing/print-doc.h,
23283 printing/print-util.c, printing/print-util.h: Removed because already
23284 merged with print.c.
23286 * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
23287 and libgnomeprintui-2.2 and fixed rendering problems.
23289 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
23290 uneccessary print properties, as they are separately taken
23291 care in gnomeprint.
23293 * po/POTFILES.in: Update.
23295 2003-01-30 Naba Kumar <naba@gnome.org>
23297 * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
23298 for about dialog box.
23300 * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
23301 src/pixmaps.h: Modified for the above additions for about dialog.
23303 2003-01-29 Naba Kumar <naba@gnome.org>
23305 * src/style_editor.[c,h]: Added missing files.
23307 2003-01-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23308 * scintilla/XPM.[cxx|h]: Added missing files
23310 2003-01-29 Naba Kumar <naba@gnome.org>
23312 * TODO, po/POTFILES.in: Updated.
23314 * anjuta.prj, src/anjuta.glade,
23315 * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
23317 2003-01-28 Naba Kumar <naba@gnome.org>
23319 * data/properties/anjuta.properties, src/aneditor.cxx,
23320 src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
23321 properties into text properties (earlier it was int properties).
23325 * scintilla/AutoComplete.c,xx,
23326 scintilla/AutoComplete.h,
23327 scintilla/CallTip.c,xx,
23328 scintilla/CallTip.h,
23329 scintilla/Document.c,xx,
23330 scintilla/Document.h,
23331 scintilla/Editor.c,xx,
23332 scintilla/Editor.h,
23333 scintilla/LexAVE.c,xx,
23334 scintilla/LexCSS.c,xx,
23335 scintilla/LexHTML.c,xx,
23336 scintilla/LexOthers.c,xx,
23337 scintilla/LexPython.c,xx,
23338 scintilla/LineMarker.c,xx,
23339 scintilla/LineMarker.h,
23340 scintilla/Makefile.am
23341 scintilla/PlatGTK.c,xx,
23342 scintilla/PropSet.c,xx,
23343 scintilla/ScintillaBase.c,xx,
23344 scintilla/ScintillaBase.h,
23345 scintilla/ScintillaGTK.c,xx,
23346 scintilla/ViewStyle.c,xx,
23347 scintilla/include/Platform.h,
23348 scintilla/include/SciLexer.h,
23349 scintilla/include/Scintilla.h,
23350 scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
23354 src/an_file_view.c,
23355 src/an_symbol_view.c,
23356 src/anjuta-tools.c,
23361 src/anjuta_dialogs_strings.c,
23364 src/compiler_options.c,
23367 src/main_menubar.c,
23368 src/main_menubar.h,
23369 src/main_menubar_def.h,
23370 src/mainmenu_callbacks.c,
23371 src/mainmenu_callbacks.h,
23372 src/message-manager-private.c,c
23373 src/message-manager-private.h,
23374 src/message-manager.c,c
23375 src/message-manager.h,
23379 src/project_config.c,
23380 src/project_dbase.c,
23381 src/project_dbase_gui.c,
23382 src/project_import_gui.c,
23383 src/properties.c,xx,
23388 src/text_editor_gui.c,
23392 anjuta.prj: GNOME2 porting and fixed many porting bugs.
23394 2003-01-24 Naba Kumar <naba@gnome.org>
23396 * src/text_editor_gui.c, src/toolbar.c,
23397 src/text_editor.c, src/text_editor_cbs.h:
23398 Used correct notification signal name for scintilla
23399 (gtk2) and fixed UI.
23401 * src/controls.c: Does not hide tags combo. Simply makes it insensitive
23404 * printing/print-doc.c,
23406 src/anjuta-tools.c,
23407 src/find_replace.c,
23410 src/mainmenu_callbacks.c,
23411 src/project_dbase.c,
23412 src/project_dbase.h,
23413 src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
23415 src/text_editor_cbs.h:
23418 2003-01-23 Naba Kumar <naba@gnome.org>
23420 * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
23421 correct stock icons and organized pixmap macros.
23423 Makefile.am: Removed non-generated files.
23425 * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
23426 block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
23427 bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
23428 close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
23429 error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
23430 fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
23431 list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
23432 open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
23433 prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
23434 prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
23435 prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
23436 remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
23437 stop.xpm, undo.xpm}: Removed because no longer used.
23439 * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
23440 file_unknown.xpm}: Files renamed from fv_*, as it would
23443 * pixmaps/Makefile.am: Updated for the above changes.
23445 2003-01-23 Jakub Steiner <jimmac * ximian * com>
23447 * pixmaps/autocomplete-16.png,
23448 pixmaps/autocomplete.png,
23449 pixmaps/block-end-16.png,
23450 pixmaps/block-end.png,
23451 pixmaps/block-start-16.png,
23452 pixmaps/block-start.png,
23453 pixmaps/bookmark-first-16.png,
23454 pixmaps/bookmark-first.png,
23455 pixmaps/bookmark-last-16.png,
23456 pixmaps/bookmark-last.png,
23457 pixmaps/bookmark-next-16.png,
23458 pixmaps/bookmark-next.png,
23459 pixmaps/bookmark-prev-16.png,
23460 pixmaps/bookmark-prev.png,
23461 pixmaps/error-next-16.png,
23462 pixmaps/error-next.png,
23463 pixmaps/error-prev-16.png,
23464 pixmaps/error-prev.png: gnome2-styled icons
23467 2003-01-23 Naba Kumar <naba@gnome.org>
23469 * anjuta.prj: Updated compiler options.
23470 * scintilla/ScintillaGTK.cxx: Fixed selection notify.
23472 * src/aneditor.cxx,
23475 src/anjuta_dialogs_strings.c,
23476 src/mainmenu_callbacks.c,
23477 src/mainmenu_callbacks.h,
23479 src/text_editor_cbs.c,
23480 src/text_editor_gui.c: GNOME2 Porting.
23482 2003-01-22 Naba Kumar <naba@gnome.org>
23484 * ChangeLog: Corrected dates.
23485 * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23486 * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23489 2003-01-22 Naba Kumar <naba@gnome.org>
23491 * plugins/patch/patch-plugin.c: Bug fix.
23493 * src/anjuta-tools.c,
23497 src/anjuta_dialogs_strings.c,
23505 src/mainmenu_callbacks.c,
23506 src/mainmenu_callbacks.h,
23508 src/project_dbase.c,
23509 src/project_dbase_gui.c,
23516 src/toolbar_callbacks.c,
23519 src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23522 (removed) src/CORBA-Server.c,
23523 (removed) src/CORBA-Server.h,
23524 (removed) src/Gladen-common.c,
23525 (removed) src/Gladen-stubs.c,
23526 (removed) src/Gladen.h,
23527 (removed) src/Prj-common.c,
23528 (removed) src/Prj-skelimpl.c,
23529 (removed) src/Prj-skels.c,
23530 (removed) src/Prj-stubs.c,
23531 (removed) src/Prj.h,
23532 (removed) src/glades.c,
23533 (removed) src/glades.h,
23534 (removed) src/messagebox.c,
23535 (removed) src/messagebox.h: Removed because no longer used.
23537 2003-01-21 Naba Kumar <naba@gnome.org>
23539 * src/anjuta-tools.c,
23542 src/anjuta_dialogs_strings.c,
23546 src/compiler_options.c,
23548 src/find_replace.c,
23549 src/find_replace.h,
23555 widgets/gnomefilelist.c: GNOME2 porting.
23557 2003-01-20 Naba Kumar <naba@gnome.org>
23559 * global-tags/create_global_tags.sh: Uses pkg-config to
23566 src/anjuta_dialogs_strings.c,
23569 src/compiler_options.c,
23570 src/compiler_options.h,
23571 src/fileselection.c,
23572 src/fileselection.h,
23573 src/mainmenu_callbacks.c,
23574 src/project_dbase_gui.c,
23579 src/text_editor_gui.c,
23580 widgets/gnomefilelist.c,
23581 widgets/gnomefilelist.h: GNOME2 porting.
23583 * widgets/Makefile.am,
23584 (removed) widgets/gnomedirlist.c,
23585 (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23588 (removed) src/src_paths_cbs.c,
23589 (removed) src/src_paths_cbs.h,
23590 (removed) src/src_paths_gui.c,
23591 (removed) src/compiler_options_cbs.c,
23592 (removed) src/compiler_options_cbs.h,
23593 (removed) src/breakpoints_cbs.c,
23594 (removed) src/breakpoints_cbs.h: Removed because they are now
23595 combined in singe file
23597 2003-01-16 Naba Kumar <naba@gnome.org>
23599 * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23600 src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23601 options dialog UI and data handling.
23604 2003-01-15 Naba Kumar <naba@gnome.org>
23606 * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23607 Completed command editor porting.
23609 * src/anjuta.c: Removed the use of commands load function
23612 * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23615 * src/anjuta-tools.c: Fixed translatable strings.
23617 * src/find_text.c: Fixed dialog creation from glade.
23619 * src/text_editor_gui.c, src/text_editor.c,
23620 src/text_editor_cbs.c: Completed port of detached text editor
23621 to gnome2 plateform.
23623 2003-01-14 Naba Kumar <naba@gnome.org>
23625 * src/anjuta.glade, src/preferences.[h,c],
23626 src/anjuta_dialogs_strings.c: Added build and editor
23627 preferences pages and other UIs. Fixed preferense loading and saving.
23629 * src/anjuta.c: Does case-insensitive match for tabs position
23630 preferences and removed preferences loading (done at _new() call).
23632 * anjuta-tools.c: Debugged tools dialog handling.
23633 * plugins/class-gen/clsGen.c: Fixed an undefined function.
23635 2003-01-13 Naba Kumar <naba@gnome.org>
23637 * ABOUT-NLS: Update (strange).
23639 * autogen.sh: Removed blocking code.
23641 * configure.in: Fixed an autogen bug.
23643 2003-01-13 Naba Kumar <naba@gnome.org>
23645 * (new)src/anjuta.gladep
23646 (new)src/messagebox.c
23647 (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23648 will be gradually removed (and then the files).
23652 printing/print-util.c,
23654 scintilla/ScintillaGTK.c,xx
23656 src/an_file_view.c,
23657 src/an_symbol_view.c,
23661 src/anjuta_dialogs_strings.c,
23663 src/attach_process.c,
23664 src/attach_process.h,
23667 src/breakpoints_cbs.c,
23670 src/compiler_options.c,
23671 src/compiler_options.h,
23672 src/compiler_options_cbs.c,
23681 src/find_in_files.c,
23682 src/find_in_files.h,
23683 src/find_in_files_cbs.c,
23684 src/find_replace.c,
23685 src/find_replace.h,
23693 src/main_menubar.c,
23694 src/mainmenu_callbacks.c,
23695 src/message-manager.c,c
23698 src/project_config.c,
23699 src/project_config.h,
23700 src/project_dbase.c,
23701 src/project_import_cbs.c,
23707 src/src_paths_gui.c,
23709 src/text_editor_gui.c,
23715 widgets/gnomefilelist.c: GNOME2 Port.
23717 2003-01-10 Naba Kumar <naba@gnome.org>
23719 * src/an_file_view.c,
23721 src/appwizard_gui.c,
23722 src/compiler_options.c,
23723 src/compiler_options_cbs.c,
23726 src/fileselection.c,
23727 src/find_in_files.c,
23729 src/main_menubar.c,
23731 src/message-manager-dock.c,
23733 src/project_dbase_gui.c,
23734 src/project_import_gui.c,
23735 src/registers_gui.c,
23736 src/sharedlib_gui.c,
23737 src/src_paths_gui.c,
23738 src/text_editor_gui.c,
23740 src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23742 2003-01-09 Naba Kumar <naba@gnome.org>
23744 * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23745 problems with some comments.
23747 * anjuta.prj: New project file (updated?)
23749 * src/Makefile.am: Enabled deprecated API and fixed variables.
23751 * src/an_file_view.c,
23752 src/an_symbol_view.c,
23753 src/anjuta-plugins.c,
23754 src/anjuta-tools.c,
23757 src/appwizard_cbs.c,
23758 src/attach_process.c,
23759 src/attach_process_cbs.c,
23760 src/compiler_options.c,
23761 src/compiler_options_cbs.c,
23763 src/mainmenu_callbacks.c,
23764 src/message-manager-private.c,c
23765 src/message-manager-private.h,
23766 src/message-manager.c,c
23767 src/message-manager.h,
23768 src/project_dbase.c,
23769 src/project_dbase.h,
23770 src/project_dbase_gui.c,
23771 src/project_import_cbs.c,
23772 src/project_import_gui.c,
23781 src/src_paths_cbs.c,
23782 src/src_paths_gui.c,
23785 src/text_editor_gui.c,
23786 src/text_editor_menu.c,
23788 src/toolbar_callbacks.c,
23792 src/wizard_gui.c: GNOME porting.
23794 2002-12-24 Naba Kumar <naba@gnome.org>
23796 * AUTHORS, ChangeLog, HACKING, Makefile.am,
23797 NEWS, README, SEARCH-REPLACE,
23798 THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in,
23799 setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23800 launcher/Makefile.am,
23801 launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23802 plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23803 plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23804 printing/print-util.c, printing/print.c, printing/print.h,
23805 scintilla/*/*, widgets/e-shell-about-box.c,
23806 src/*, tagmanager/*/*, widgets/Makefile.am,
23807 widgets/gnomefilelist.c:
23809 Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23810 src/*.[c,h] files to gnome2 API.
23812 * src/anjuta_dialogs_strings.c: Added glade generated translatable
23815 2002-10-23 Naba Kumar <naba@gnome.org>
23817 * autogen.sh: Prevented Users from building HEAD cvs.
23819 2002-09-16 Stephane Demurget <demurgets@free.fr>
23821 * src/anjuta.glade: added the compiler options dialog, hopefully
23822 HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23824 2002-09-15 Stephane Demurget <demurgets@free.fr>
23826 * src/anjuta.glade: fixed a lot of small glitches.
23828 * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23831 * src/breakpoints_cbs.c: polished a bit.
23833 2002-09-15 Stephane Demurget <demurgets@free.fr>
23835 * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23837 * src/commands.c: partial gnome 2 port.
23839 * src/utilities.[ch]: changed some bits to be const.
23841 2002-09-14 Stephane Demurget <demurgets@free.fr>
23843 * src/Makefile.am: removed breakpoints_gui.c and added a check
23844 for gdk-pixbuf deprecated functions, but there shouldn't be much
23847 * src/breakpoints_gui.c: killed.
23849 * src/anjuta.glade: added two dialogs for the breakpoints management.
23852 * src/anjuta_cbs.c:
23854 * src/attach_process.c:
23856 * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23857 really huge changes and porting work.
23859 * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23860 (breakpoints_dbase_new): moved the UI init bits here.
23862 * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23863 a lot, not using any color anymore (not HIG compliant) and not using
23864 BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23865 to be double checked.
23867 * src/build_file.c:
23868 * src/build_project.c: gnome 2 port.
23870 2002-09-11 Stephane Demurget <demurgets@free.fr>
23872 * src/anjuta.glade:
23874 * src/anjuta_cbs.c:
23876 * src/breakpoints.c:
23877 * src/breakpoints_cbs.c: cleaned up some bits.
23879 2002-09-09 Stephane Demurget <demurgets@free.fr>
23882 * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23884 * src/an_symbol_view.[ch]:
23885 * src/attach_process_cbs.h: polished a bit.
23887 * src/breakpoints_cb.[ch]: partial gnome 2 port.
23889 2002-09-02 Stephane Demurget <demurgets@free.fr>
23892 * src/Makefile.am: added libglade-2 to the build.
23894 * src/anjuta.[ch]: added support for libglade.
23896 * src/anjuta.glade: added. There could be a file per top-level widget,
23897 as some other gnome projects, though.
23899 * src/attach_process_gui.c: removed.
23900 * src/attach_process.[ch]: gnome 2 port.
23901 (attach_process_new): Added the treeview init and the widget references
23904 2002-08-31 Stephane Demurget <demurgets@free.fr>
23906 * src/an_file_view.c: fixed some compilation issues.
23908 * src/an_symbol_view.c: gnome 2 port.
23910 2002-08-26 Stephane Demurget <demurgets@free.fr>
23912 * src/an_file_view.c: finished gnome 2 port.
23913 (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23914 directory pixmap depending on the event.
23916 * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23917 (project_file_data_new): use a GtkTreePath.
23919 2002-08-23 Stephane Demurget <demurgets@free.fr>
23921 * src/Makefile.am: readded back an_*_view.[ch] because they are still
23922 driving me nuts but they need to be ported, heh ?
23924 * src/an_file_view.c: gnome 2 port, almost finished after some hard
23925 work since it's quite a total rewrite again.
23927 2002-08-22 Stephane Demurget <demurgets@free.fr>
23929 * src/an_file_view.c:
23930 * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23932 2002-08-21 Stephane Demurget <demurgets@free.fr>
23934 * src/anjuta_info.c:
23935 * src/utilities.h: gnome 2 port, featuring a total rewrite.
23937 2002-08-20 Stephane Demurget <demurgets@free.fr>
23939 * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23942 * src/an_file_view.c:
23943 * src/aneditor.cxx:
23944 * src/anjuta_cbs.c:
23945 * src/compiler_options.h:
23946 * src/messagebox.c:
23947 * src/messagebox.h:
23949 * src/project_dbase.h:
23950 * src/resources.h: gnome 2 port.
23952 2002-08-14 Stephane Demurget <demurgets@free.fr>
23954 Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23956 * data/properties/sql.properties: added the DATETIME data type.
23958 * data/properties/html.properties: added the foreach php keyword.
23960 2002-08-08 Stephane Demurget <demurgets@free.fr>
23962 * widgets/Makefile.am: removed blank line after the last backslash
23963 for avoiding a warning from automake.
23966 * src/Makefile.am: added the ORBit-2 dep.
23968 2002-08-08 Stephane Demurget <demurgets@free.fr>
23970 * AUTHORS: added Biswa, because I wonder why noone already have
23971 written his name in the Anjuta's hall of fame :)
23973 2002-08-01 Naba Kumar <kh_naba@users.sourceforge.net>
23975 * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23976 widgets/e-shell-about-box.c: Made to compile for gnome2.
23978 2002-07-31 Naba Kumar <kh_naba@users.sourceforge.net>
23980 * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23981 scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23983 * configure.in, printing/print.h, printing/print.c,
23984 printing/print-doc.c: Made to compile for gnome2.
23986 2002-07-30 Naba Kumar <kh_naba@users.sourceforge.net>
23988 * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23989 plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23990 printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23991 widgets/Makefile.am:
23993 Upgraded the build system to gnome2 platform.
23995 2002-12-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23996 * manuals/*: Added capability to generate PDF and PS.
23997 * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23998 * TODO, TODO.biswa: Intergated TODO list.
23999 * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
24001 * src/dnd.c: Fix typo
24002 * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
24003 * src/anjuta.c: Bug #568895, Bug #575419
24005 2002-12-18 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24007 * tagmanager/tm_global_tags.c: Fixed compiler warning.
24008 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
24010 2002-12-17 Naba Kumar <naba@gnome.org>
24012 * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
24015 2002-12-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24016 * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
24017 * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
24018 * anjuta.prj: Added tools.sgml
24019 * data/properties/cpp.properties: Bug # 646974
24021 2002-12-16 Naba Kumar <naba@gnome.org>
24023 * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
24024 * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
24025 src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
24026 on 'Enter' and adds proper focus mechanism.
24027 * src/anjuta.c: Fixed a memory corruption bug.
24028 * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
24029 'Enter' and can also be Canceled. Sets proper default and focus policies
24031 * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
24032 * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
24033 translatable strings in dialogs and fixed some dialog properties.
24034 * src/anjuta-tools.c: Now uses xml format for loading and saving.
24035 * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
24036 * src/message_manager_private.cc: Fixed some debug messages.
24037 * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
24038 widgets/gnomefilelist.c: Fixed a memory leaks.
24039 * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
24040 src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
24041 src/main_menubar_def.h: Implemented incremental search.
24044 2002-12-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24045 * tagmanager/*: Minor cleanups and warning fixes.
24046 * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
24047 GUI during long updates.
24048 * src/text_editor.c: Remove debug message.
24050 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24051 * tagmanager/tm_project.c: Fix a memory access problem.
24053 2002-12-13 Naba Kumar <naba@gnome.org>
24055 * anjuta.glade, src/anjuta-tools.c: Added a new column in the
24056 tools list to show "Enabled" flag of the tool. Fixed a bug where
24057 tool list is not cleared when creating a new tool.
24059 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24060 * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
24062 2002-12-12 Naba Kumar <naba@gnome.org>
24064 * anjuta-tools.[h,c], commands.c: Used the tools help of
24065 anjuta variables list in commands editor and fixed a typos
24066 buy in anjuta-tools.c.
24068 2002-12-12 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24069 * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
24070 , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
24071 * TODO.biswa: Added to help me track things better.
24073 2002-12-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24075 * configure.in, anjuta.spec.in: Added libglade dependency.
24076 * Makefile.am: Added anjuta.glade file.
24077 * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
24078 , src/mainmenu_callbacks.[ch], src/message-manager.h
24079 , src/widget-registry.c: Tools editor GUI + other additions.
24081 2002-12-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24083 * src/project_dbase.[ch], tagmanager/tm_project.c,
24084 tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
24085 Implement syncing tags image with the project database.
24086 * src/anjuta-tools.c: Implemented variable substitution and
24087 working directory in tools.
24089 2002-12-09 Naba Kumar <naba@gnome.org>
24091 * data/properties/anjuta.properties, src/commands.[ch]: Reads the
24092 command configuration language list from properties.
24094 * data/properties/asm.properties, data/properties/ruby.properties:
24097 2002-12-04 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24099 * src/an_symbol_view.c: Remember current selected entry and select
24100 it automatically after refresh.
24102 2002-11-26 Murray Cumming <murrayc@usa.net>
24104 * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
24105 src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
24106 and gnomemm 1.2 projects so that people know they are really
24107 glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
24108 But I did correct these to sue lowercase names.
24110 2002-12-01 Naba Kumar <naba@gnome.org>
24112 * data/anjuta.properties: Fixed caching problem on
24114 * src/preferences.c, src/preferences_gui.c: Implemented automatic
24117 2002-12-01 Naba Kumar <naba@gnome.org>
24119 * data/properies/anjuta.properties: Corrected "indicators.automatic"
24121 * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
24122 property and uses it.
24123 * src/aneditor.cxx: Fixed a bug associated with selection a word at
24126 2002-11-30 Naba Kumar <naba@gnome.org>
24128 * src/debugger.c: Fixed a typo.
24129 * data/properties/*: Updated properties files and added
24131 * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
24132 Added comment submenu and cleaned up ref and unref of menus.
24133 * src/aneditor.h: Added definition of comment commands.
24134 * src/aneditor.c: Upgrade from latest SciTE source code.
24135 * src/text_editor.[hc], src/text_editor_cbs.c,
24136 src/message_manager_private.cc, src/message_manager.[cc,h],
24137 src/anjuta.[c,h]: Added indicators support for errors/warnings
24138 highlight in the editor.
24139 * NEWS, TODO: Update.
24140 * scintilla/include/PropSet.h: Removed deprecrated function.
24142 2002-11-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24144 * src/anjuta-tools.[ch]: Tools implementation (basic)
24145 * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
24146 , src/main_menubar_def.h: PLugins cleanup and segregation
24147 * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
24149 * anjuta.prj: Added new files
24150 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
24151 * plugins/class-gen/clsGen.c: Register menu under 'Project'
24152 * plugins/patch/patch-plugin.c: Register menu under 'Format'
24153 * plugins/sample1/plugin-sample1.c: Register menu under 'View'
24154 * src/Makefile.am: Added new files
24155 * src/message-manager.[cc/h]: Added standard output and error windows
24157 2002-11-26 Johannes Schmid <clubfan@users.sourceforge.net>
24159 * project_type.c: Fixed Gnomemm2 project type
24161 2002-11-25 Naba Kumar <naba@gnome.org>
24163 * printing/print.c: Fixed a compile warning.
24164 * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
24165 * src/utilities.c: Fixed a compile warning in sparc, hides the
24166 terminal check error output from the user.
24167 * project_config.[ch], project_dbase.[ch], source.c: Added project
24168 version, exclude modules configuration and reordered other config
24169 properties. Changed some strings to more descriptive text.
24170 * src/compiler_opitions.c: Removed extra newlines from .prj file
24172 * anjuta.prj: Converted to new format (only reorganised properties
24173 and removed extra newlines ... nothing else).
24176 2002-11-21 Naba Kumar <naba@gnome.org>
24178 * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
24179 include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
24180 LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
24181 LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
24182 Updated to the CVS version.
24184 2002-11-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24186 * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
24187 , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
24188 , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
24189 images in completion lists.
24190 * src/resources.h: Make C++ friendly.
24191 * scintilla/PropSet.cxx: Fix memory leak.
24193 2002-11-20 Naba Kumar <naba@gnome.org>
24195 * scintilla/*/*: Synced to latest scintilla 1.49
24196 * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
24199 * scintilla/RESearch.cxx: The automatic cvs log in the
24200 file really broke things trying to interprete the changelog
24201 entry incorrectly as end-of-comment. Removed the $cvs line
24202 and committed again.
24204 2002-11-19 Naba Kumar <naba@gnome.org>
24206 Patch from Timothee Besset <ttimo@idsoftware.com>
24208 * src/message-manager-private.cc: Interpretes absolute
24209 file paths properly in zvt terminal.
24211 2002-11-19 Naba Kumar <naba@gnome.org>
24213 Patch from Timothee Besset <ttimo@idsoftware.com>
24215 * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
24216 src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the
24217 (important) editor preferences in project (if there is one
24222 2002-11-18 Naba Kumar <naba@gnome.org>
24224 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24226 * src/debug_tree.c, src/find_in_files_gui.c,
24227 src/find_replace.c, src/find_text.c,
24228 src/project_import.c, src/project_import_gui.c,
24229 src/wizard_gui.c: i18n Fixes.
24231 2002-11-15 Naba Kumar <naba@gnome.org>
24233 * plugins/class-gen/clsGen.c: Fixed to use project function
24234 to import files. Create non-existent directories before the
24235 sources are written.
24237 * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
24238 src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
24240 src/glades.c: Excluded gladen files from build. This
24241 will fix the unnecessary dependency on libssl.
24243 * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
24244 file import funtion.
24246 * src/message_manager_private.cc: Fixed a compiler warning with
24247 DEBUG preprocessor macro.
24249 * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
24250 wrong (undocked) editor window was closed on clicking close on an
24251 undocked editor window.
24253 * src/debugger.c: Fixed a bad bug where debugger terminal won't
24254 start correctly if the executable was run before with 'F3'.
24256 * src/toolbar_callbacks.c: Wrap around find next.
24257 * src/toolbar.c: Disable combo activate.
24258 * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
24259 button positions to get 'yes' as default.
24261 * anjuta.spec.in: Updated.
24263 * src/anjuta_info.c, src/appwizard_gui.c,
24264 src/attach_process_gui.c, src/breakpoints_gui.c,
24265 src/commands.c, src/compiler_options_gui.c, src/configurer.c,
24266 src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
24267 src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
24268 src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
24269 src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
24270 src/preferences.c, src/preferences_gui.c, src/project_config.c,
24271 src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
24272 src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
24273 src/signals_gui.c, src/source.c, src/src_paths_gui.c,
24274 src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
24275 src/toolbar.c, src/toolbar_callbacks.c, src/watch.h,
24276 src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
24277 plugins/patch/patch-plugin.c, printing/print-util.c:
24278 Set all windows and dialogs transient
24279 to their parents so that they remain floated above their parents.
24281 2002-11-13 Naba Kumar <naba@gnome.org>
24283 * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
24284 take default editor font).
24286 * widgets/e-shell-about-box.c, src/main_menubar_def.h:
24287 Corrected email address.
24289 * src/mainmenu_callbacks.c: Used spaces instead of tabs
24290 for changelog entry.
24294 2002-11-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24295 * plugins/class-gen/clsGen.c: Refined the class generator a bit.
24297 2002-11-06 Naba Kumar <naba@gnome.org>
24300 * anjuta.spec.in: Ships the .omf files with the
24301 documents instead of the base package.
24303 2002-11-04 Naba Kumar <naba@gnome.org>
24305 * data/properties/latex.properties: Fixed a bug.
24306 * ChangeLog: Released 1.0.0 stable.
24308 2002-11-04 Naba Kumar <naba@gnome.org>
24310 * src/commands.c: Added command with shell redirection capability.
24311 * data/properties/anjuta.properties: Changed default execution
24313 * src/project_dbase.c: Set project top dir in properties.
24314 * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
24315 * data/Makefile.am: More diskcheck error fixes.
24317 * README, anjuta.spec.in, THANKS, AUTHORS,
24318 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
24319 manuals/C/anjuta-manual/authers,sgml,
24320 manuals/C/anjuta-manual/anjuta-manual.sgml,
24321 manuals/C/anjuta-manual/anjuta-manual-C.omf,
24322 manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
24323 : Changed anjuta home to
24324 new URL and my email address.
24326 * manuals/C/anjuta-manual/interfaces.sgml,
24327 manuals/C/anjuta-manual/prefereces.sgml,
24328 manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
24330 * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
24331 : removed reference to the help menu as the menu is modified
24332 when no help is found (which is very likely when we are
24333 shiping the documents separately).
24335 2002-11-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24336 * anjuta.spec.in: Update specfile to make multiple RPMs.
24337 * data/Makefile.am: make dist fix.
24338 * src/text_editor_menu.c: Fix compile warnings (casts).
24340 2002-11-02 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24341 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
24342 * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
24344 2002-11-01 Naba Kumar <naba@gnome.org>
24346 * macros2/*, Makefile.am, configure.in, data/Makefile.am:
24347 Added gnome2 macros to be used by gnome2 project wizard.
24349 * data/autogen.sh.gnome2: Fixed to use our own macros instead of
24352 * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
24353 as it was conflicting with generated projects and is not
24356 * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
24357 src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
24358 project generation, removed qt project as it's not complete and
24359 added gnome2 bonobo wizard.
24361 2002-10-29 Naba Kumar <naba@gnome.org>
24363 * po/POTFILES.in: Updated.
24364 * po/POTFILES.skip: Added.
24365 * preferences.h: Fixed print paper size property name.
24367 2002-10-28 Naba Kumar <naba@gnome.org>
24369 * data/user.properties, data/Makefile.am: Added user properties file
24370 which will be copied in user's ~/.anjuta/user.properties.
24372 * data/anjuta.properties: Changed a comment.
24374 * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
24376 * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24377 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
24378 Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
24381 * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
24382 instead of user properties file.
24384 * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
24385 * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
24386 * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
24387 * README, TODO: Updated.
24389 2002-10-28 Naba Kumar <naba@gnome.org>
24391 * manuals/C/anjuta-manual/figures/editor_guides.png,
24392 manuals/C/anjuta-manual/figures/editor_margins.png,
24393 manuals/C/anjuta-manual/figures/editor_markers.png,
24394 manuals/C/anjuta-manual/figures/local_variables.png,
24395 manuals/C/anjuta-manual/figures/open_file_multiple.png,
24396 manuals/C/anjuta-manual/figures/prefs_print.png,
24397 manuals/C/anjuta-manual/figures/print_dlg.png,
24398 manuals/C/anjuta-manual/figures/print_preview.png,
24399 manuals/C/anjuta-manual/figures/symbol_browser.png,
24400 manuals/C/anjuta-manual/figures/variable_tip.png: New png
24401 files for manual documentation.
24403 * manuals/sgmldocs.make,
24404 manuals/C/anjuta-manual/Makefile.am,
24405 manuals/C/anjuta-manual/authors.sgml,
24406 manuals/C/anjuta-manual/build.sgml,
24407 manuals/C/anjuta-manual/compileopts.sgml,
24408 manuals/C/anjuta-manual/debugger.sgml,
24409 manuals/C/anjuta-manual/execute.sgml,
24410 manuals/C/anjuta-manual/fileoperations.sgml,
24411 manuals/C/anjuta-manual/interface.sgml,
24412 manuals/C/anjuta-manual/preferences.sgml,
24413 manuals/C/anjuta-manual/projects.sgml,
24414 manuals/C/anjuta-manual/figures/arguments.png,
24415 manuals/C/anjuta-manual/figures/open_file.png,
24416 manuals/C/anjuta-manual/figures/other_opts.png,
24417 manuals/C/anjuta-manual/figures/scrshot.png,
24418 manuals/C/anjuta-manual/figures/toolbar_browser.png,
24419 manuals/C/anjuta-manual/figures/toolbar_tags.png:
24421 Updated anjuta manual documentation.
24424 2002-10-27 Naba Kumar <naba@gnome.org>
24426 * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
24427 check and modifies debugger terminal command accordingly
24428 to function properly.
24430 2002-10-25 Naba Kumar <naba@gnome.org>
24432 * manuals/sgmldocs.make: Fixed a couple of bugs.
24433 * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
24435 2002-10-24 Naba Kumar <naba@gnome.org>
24437 * src/debug_tree.c: Fixed a crash bug from Etay.
24439 * global_tags/create_global_tags: Added messages.
24440 Fixed infinite looping within files.
24442 * macro/autogen.sh: Removed debug and warning flags for defaults.
24444 Patch from Vadim Berezniker <vadim@berezniker.com>
24446 * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
24447 global-tags/tm_global_tags.c: Fixed infinite loop in system tags
24450 * Makefile.am: XML merge is broken for .destop in RH 8.0, so
24451 temporarily just copy it
24453 2002-10-24 Naba Kumar <naba@gnome.org>
24455 * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
24456 manuals/C/anjuta-manual/anjuta-manual.sgml,
24457 manuals/C/anjuta-manual/compileopts.sgml,
24458 manuals/C/anjuta-manual/debugger.sgml,
24459 manuals/C/anjuta-manual/execute.sgml,
24460 manuals/C/anjuta-manual/fileoperations.sgml,
24461 manuals/C/anjuta-manual/interface.sgml,
24462 manuals/C/anjuta-manual/introduction.sgml,
24463 manuals/C/anjuta-manual/projects.sgml,
24464 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24465 manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
24466 manuals/ja/anjuta-manual/anjuta-manual.sgml,
24467 manuals/ja/anjuta-manual/compileopts.sgml,
24468 manuals/ja/anjuta-manual/debugger.sgml,
24469 manuals/ja/anjuta-manual/execute.sgml,
24470 manuals/ja/anjuta-manual/fileoperations.sgml,
24471 manuals/ja/anjuta-manual/interface.sgml,
24472 manuals/ja/anjuta-manual/introduction.sgml,
24473 manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24475 2002-10-24 Naba Kumar <naba@gnome.org>
24477 * src/project_type.c: added autogen for qt projects.
24478 * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24479 Fixed a bug that retrieves wrong terminal command.
24480 * src/commnads.c: Added more terminal commands.
24481 * configure.in: Checks for scrollkeeper version.
24483 2002-10-22 Naba Kumar <naba@gnome.org>
24485 * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24486 instead of AM_GNOME_GETTEXT.
24488 * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24489 for setup-gettext for the wizard generated projects.
24491 * src/source.c: Fixed a bug where glade file wasn't generated.
24493 * src/gnome_project.c: Excluded project version from project dir
24496 2002-10-22 Naba Kumar <naba@gnome.org>
24498 * acinclude.m4: New file with dummy funtion for gettext
24499 cross compatibility fix.
24501 * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24502 * configure.in: Fixed cflags to avoid useless warnings.
24503 * Makefile.am: EXTRA_DIST += setup-gettext.
24504 * src/toolbars.c: Added space paddings around tags label.
24506 2002-10-21 Naba Kumar <naba@gnome.org>
24508 Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24510 * setup-gettext: New script to maintain gettext cross version
24512 * configure.in, macros/autogen.sh: Fix for gettext cross version
24515 2002-10-21 Naba Kumar <naba@gnome.org>
24517 * debug_tree.c: Fixed incorrect use of debug assertion.
24519 2002-10-18 Etay Meiri <etay-m@bezeqint.net>
24520 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24521 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24522 src/memory.c, src/memory.h, src/message-manager-private.cc:
24524 New parsing algorithm; adapted from kdevelop.
24525 Middle button menu for changing the value's display type
24527 2002-10-07 Naba Kumar <naba@gnome.org>
24529 * src/main_menubar_def.h: Changed status bar message for Help->
24530 Browse info pages. Bug #603308
24532 * src/executer.c: Made "User terminal" default for creating
24533 projects (User can always disable it later). Bug #114222
24535 2002-10-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24537 * macros/autogen.sh: Require gettext 0.10.x for autogen
24538 * src/text_editor.c: Fixes Bug #595303
24539 * src/source.c: Fixes Bug #595970
24540 * src/anjuta.c: Fixes Bug #598366
24541 * scingtilla/LexCPP.cxx: Bug #602296
24542 * src/main_menubar_def.h: Bug #604363
24543 * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24545 2002-10-07 Jens Georg <mail@jensgeorg.de>
24547 Reviewed by: Naba Kumar <kh_naba@gnome.org>
24548 * gnomefilelist.c: This patch fixes the bug #611542
24550 2002-09-20 Naba Kumar <kh_naba@gnome.org>
24552 * data/properties/Makefile.am: Added tcltk.properties file.
24554 2002-09-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24556 Reviewed by: Naba Kumar <kh_naba@gnome.org>
24558 * README: Updated README
24559 * plugins/class-gen/clsGen.c, src/message_manager.cc
24560 , src/mainmeu_callbacks.c, src/memory.c
24561 , src/project_dbase_gui.c, src/text_editor_gui.c
24562 , widgets/gnomefilelist.c: Set window icons
24563 * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24564 Enabled release build (stripped + optimized binaries, etc.)
24565 * data/properties/anjuta.properties, src/commands.c,
24566 src/defaults.cFixed bug #595489 (stdin on executables)
24567 * src/appwizard.c, src/main.c, src/message-manager.cc
24568 , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24569 , src/debug_tree.c: Memory related (valgrind) fixes.
24570 * src/message-manager-private.[cc,h], src/pixpams.h
24571 , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24572 * anjuta.prj: Added debug_tree.c to SOURCES
24573 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24574 src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24575 Compacted code and cleaned up unnecessary functions.
24576 * tagmanager/*.[ch]: Code fixes.
24578 2002-08-30 Etay Meiri <etay-m@bezeqint.il>
24580 Reviewed by: Naba Kumar <kh_naba@gnome.org>
24582 * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24583 Debug tree now detects changes of displayed variables
24584 and changes their color to red
24586 2002-09-20 Naba Kumar <kh_naba@gnome.org>
24588 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24590 * mainmenu_callbacks.c: Set's the current file name in
24591 file save as dialog.
24593 2002-09-20 Naba Kumar <kh_naba@gnome.org>
24595 Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24597 * data/properties/tcltk.properties: New file for tcl/tk
24600 2002-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
24602 * src/project_type.[c,h], src/source.c, data/Makefile.am:
24603 Fixed a fatal bug which doesn't let building gnome2 related
24604 projects. They use different autogen.sh script. Defined new
24605 type field "gnome_macro_support".
24607 * data/autogen.sh.gnome2: New file.
24609 * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24610 bug with quotes escaping in quotes.
24612 * src/message-manager-private.cc: Used event box instead
24613 of frame for local message pane, so that the borders appear
24614 properly and nicely.
24616 * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24617 if there is a project open and all the files are un-docked.
24619 * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24621 2002-08-27 Andy Piper <andy.piper@freeuk.com>
24623 * src/main_menubar_def.h: implement feature request #595356, patch #597161
24624 * THANKS: updated for new contributions
24625 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24627 2002-08-27 Steven Knight <steven.knight@unh.edu>
24629 * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24630 src/project_dbase.h, src/project_type.c, src/source.c,
24631 src/wizard_gui.c: new Qt project type
24632 *** NB not fully tested, may need some work, icon required...
24634 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24636 * src/memory.c, src/memory.h: new memory patch
24638 2002-08-27 Johannes Schmid <clubfan@users.sourceforge.net>
24640 * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24642 2002-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
24644 * lancher/anjuta_launcher.c: Determine pty from function
24645 call instead of running 'tty' externally.
24647 * data/properties/cs.properties: Added compile/build commands.
24648 Fixed execution properties.
24650 * src/commands.c: Added c# options.
24652 (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24654 * src/debug_tree.[c,h], src/debugger.[c,h],
24655 src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24657 The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24658 1. Misaligned structs when they are members of other structs.
24659 2. '{' sometimes appears as a variable.
24660 3. Wrong processing of some arrays.
24661 I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24662 that displays the tree in two columns (variable and value).
24664 2002-08-14 Stephane Demurget <demurgets@free.fr>
24666 Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24668 * data/properties/sql.properties: added the DATETIME data type.
24670 * data/properties/html.properties: added the foreach php keyword.
24672 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
24674 * NEWS: Updated with new features.
24676 * data/.cvsignore, doc/.cvsignore: Updated.
24678 Patch from: Etay Meiri <etay-m@bezeqint.net>
24680 * src/debug_tree.h, src/debug_tree.c: New files.
24682 * src/Makefile.am, src/message-manger-private.[h,cc],
24683 src/message-manger.cc: Added Tree view for debugger
24686 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
24688 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24690 * src/memory.c, src/memory.h: New files.
24692 * src/Makefile.am, src/appwizard.c, src/controls.c,
24693 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24694 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24696 Memory view implemetation that would enable viewing raw memory
24699 2002-08-08 Stephane Demurget <demurgets@free.fr>
24701 * AUTHORS: added Biswa, because I wonder why noone already have
24702 written his name in the Anjuta's hall of fame :)
24704 2002-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
24706 * src/appwizard_gui.c: Removed an ambiguous prototype.
24707 * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24708 fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24709 * THANKS: Updated M. Ali Vardar's email.
24711 2002-08-01 Andy Piper <andy.piper@freeuk.com>
24713 * src/anjuta_gui.c: implemented feature request to stop main and browser
24714 toolbars having exclusive use of space
24716 2002-08-01 Andy Piper <andy.piper@freeuk.com>
24718 * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24719 left over from the previous work to fix bugs :-)
24721 * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c,
24722 src/controls.c, src/mainmenu_callbacks.h,
24723 src/mainmenu_callbacks.c: Insert CVS keywords, message strings
24726 * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c,
24727 src/project_import_gui.c, src/sharedlib_gui.c,
24728 src/signals_gui.c: set window icon correctly
24730 * NEWS: more updates for the release
24732 * HACKING: updated for window icons and insert menu information
24734 * src/cvs_gui.c, src/build_project.c,
24735 src/project_import_cbs.c: message strings reviewed
24737 * src/controls.c: context help button should be disabled if
24738 DevHelp is not installed
24741 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
24743 * src/debugger.c: Fixed the signalling screw up because of string
24744 update in gdb used to report the child process PID. Also, no
24745 error dialog will be popped up for "no such file or directory"
24746 error (very annoying and useless error). This error will still
24747 be shown on the debug message window. Avoided terminating the
24748 program when the terminal is terminated -- doesn't hurt, otherwise
24749 we get crappy egg-and-hen problem.
24751 * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24752 dimensions loading.
24754 * src/anjuta.c: Limited the default size of main window to sane
24757 * src/preferences.c: Fixed some deadly memory corruption bugs in
24758 the recent patches. Return from getenv() should NEVER be freed,
24759 because they are static strings.
24761 * src/preferences_gui.c: Removed the fix for crash bug with font
24762 selection and applied the real fix.
24764 2002-06-08 Andy Piper <andy.piper@freeuk.com>
24766 * NEWS: updated for release
24768 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
24770 * src/launcher.c: Added a fix a memory leak and a possible
24771 fix for zvt-crash bug.
24773 * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24775 * data/properties/latex.properties,
24776 data/properties/ada.properties: Added file.is.source property.
24778 * src/an_file_view.c: Set auto column size of the file
24781 * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24782 The user is now prompted to confirm the closing of the file
24783 if it is being used by CVS. If yes, the editor is closed and
24784 the CVS operation stops.
24786 2002-06-07 Andy Piper <andy.piper@freeuk.com>
24788 * anjuta.prj: bump project version for release
24789 * BUGS: removed unnecessary file
24791 2002-06-07 Philip Van Hoof <freax@pandora.be>
24793 * widgets/gnomefilelist.c: fix up issue with directory deleted
24794 during the life of the file list widget
24795 * src/preferences_gui.c: sticking-plaster fix to font selection
24796 causes segfault bug
24798 Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24800 2002-06-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24802 * data/properties/anjuta.properties, src/an_file_view.[ch],
24803 src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch],
24804 src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c:
24805 added options for symbol and file browsers.
24806 * data/properties/cpp.properties: linker flags should come after
24807 the name of the file to compile.
24808 * scintilla/Editor.cxx: fixed gcc compilation warning.
24809 * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24810 be executed from bindir only.
24811 * src/an_file_view.[ch], tagmanager/tm_file_entry.c,
24812 tagmanager/include/tm_file_entry.h: CVS version information in file
24814 * src/anjuta.c, src/preferences.[ch]: remember visibility of messages
24816 * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24817 * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24818 crashes during file import.
24819 * src/project_import.c: disable project menu items during project
24822 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24824 2002-06-07 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24826 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24827 src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24828 src/main_menubar.h, src/controls.c: fixed Insert ChangeLog,
24829 modified Insert menu, added C functions template, header C
24830 template, modified header_template HEADER_H ==> NAMEFILE_H
24832 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24834 2002-06-05 Andy Piper <andy.piper@freeuk.com>
24836 * data/properties/html.properties: changed some file
24839 2002-06-05 Philip Van Hoof <freax@pandora.be>
24841 * widgets/gnomefilelist.c: Fixed #560759 and #561776
24843 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24845 2002-06-05 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24847 * data/properties/anjuta.properties, src/defaults.c: Make windows
24848 docked by default, fix the big fonts bug.
24850 * src/an_file_view.c, src/main_menubar_def.h,
24851 src/project_dbase_gui.c: sanitized the Edit/View mess.
24853 * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24854 for customizing shortcuts.
24856 * src/mainmenu_callbacks.c: Search for selected word if present.
24858 * src/text_editor_menu.c: Added context menu options for docking
24859 and undocking editor windows.
24861 * src/main_menubar.h, src/main_menubar.c: more support for the
24862 shortcuts menu item.
24864 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24866 2002-06-05 Andy Piper <andy.piper@freeuk.com>
24868 * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24869 all commit messages being written to top of the file
24871 * src/main_menubar_def.h: message strings reviewed
24873 * src/project_import.c: message strings reviewed
24875 * src/source.c, src/glades.c: message strings reviewed. Fixed
24876 some bugs around reading the project properties for creating
24877 .glade and .desktop files in the Application Wizard. There were
24878 typos in the property names being retrieved
24880 * widgets/gnomefilelist.c: changed build_full_path to make
24881 the file widget support ~
24882 Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24884 * THANKS, widgets/e-shell-about-box.c,
24885 manuals/anjuta-manual/C/authors.sgml: updated for new
24888 2002-06-05 Naba Kumar <kh_naba@users.sourceforge.net>
24890 * src/project_dbase.c: Fixed the file-path-corruption bug
24891 and the cannot-import-file-in-project bug. (follow-up with
24892 the last commit from Stef).
24894 * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24895 with unsaved-project.
24897 2002-06-05 Stephane Demurget <demurgets@free.fr>
24899 * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24902 2002-06-04 Andy Piper <andy.piper@freeuk.com>
24904 * data/properties/{xml,html,other}.properties: changed some file
24907 * data/anjuta.mime: oops! cvs added
24909 * scintilla/RESearch.cxx: fixed up a problem with comments
24911 * global-tags/create_global_tags.sh: redirect errors to /dev/null
24912 to avoid messages about missing libs
24914 * NEWS: started the release notes
24916 2002-06-04 Andy Piper <andy.piper@freeuk.com>
24918 * HACKING: updated with new information on printing, patch naming
24920 * TODO: removed completed tasks
24922 * THANKS: updated a few contributions
24924 * anjuta.prj: updated the icon file
24926 * anjuta.desktop.in.in: updated to add Categories
24928 * data/anjuta.mime: created a mime type for Anjuta project files
24929 (NB needs to be added to the install in /usr/share/mime/)
24931 * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's
24932 "Coded in Anjuta" button in Gimp XCF format. It can be converted
24933 to PNG for websites.
24935 * plugins/patch/patch-plugin.c: clarified some messages and
24936 made it easier to see different patching sessions
24938 * src/toolbar.c: changed some message text for consistency
24940 * src/preferences_gui.c, src/preferences.c, src/preferences.h,
24941 src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips
24943 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24945 * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h,
24946 src/project_dbase.{c,h}, src/project_import_cbs.c,
24947 src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24948 Added XLib Project and a Dockapp Project types.
24949 * pixmaps/Makefile.am: added line for new pixmap for new xlib
24951 * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24952 * src/source.c: Fixed memory leak in existing projects.
24953 (filename was not freed)
24954 Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24956 2002-06-04 Naba Kumar <kh_naba@users.sourceforge.net>
24958 * src/anjuta.h, src/anjuta.c: Added error display funtions
24959 with parent windows.
24961 * src/appwizard_cbs.c: Changed error display function to use
24964 2002-06-03 Naba Kumar <kh_naba@users.sourceforge.net>
24966 * printing/print.h, printing/printing.c: Taken care of document
24967 zoom factor and fixed a font loading bug. Dynamically calculated
24968 text widths to work with zooms properly. Re-organized code for
24969 dynamic text width calulations to work in general with utf8 chars.
24970 Determined font height and width automatically from the font info.
24972 * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24973 src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24974 Converted text.zoom.factor property to use #defined value. Removed
24975 margin header and margin numbers preferences, as they now
24976 calculated dynamically.
24978 2002-06-02 Naba Kumar <kh_naba@users.sourceforge.net>
24980 * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24981 printing/print-util.h, printing/print.c, printing/print.h:
24982 Rewritten printing support for style based printing. Syntax highlighted
24983 printing, monochromatic printing, setup using preferences etc.
24985 * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24986 printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24987 language and the styled text buffer.
24989 * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24990 the print setup preferences page and added printer preferences. Added functions
24991 to retrieve preferences with default values.
24993 * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24996 * data/properties/anjuta.properties: Added default printer preferences.
24998 * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24999 pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
25000 pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
25002 * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
25004 2002-06-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25006 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25008 src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
25009 src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
25010 src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
25011 cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
25013 printing/Makefile.am: Reduced compiler optimizations.
25015 tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h,
25016 tagmanager/include/tm_workspace.h, tagmanager/tm_project.c,
25017 tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
25018 tagmanager/tm_workspace.c: TagManager fixes.
25020 2002-06-01 Naba Kumar <kh_naba@users.sourceforge.net>
25022 * printing/*: CVS added. :)
25024 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25026 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25028 * printing*: CVS added.
25029 * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
25030 configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
25031 src/main_menubar_def.h: Gnome Print support
25032 * src/anjuta.c: Fixed a crash bug (NULL pointer check).
25033 * configure.in: Enable debugging flag option
25034 * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
25035 Print properties defined.
25036 * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
25038 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25040 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25042 * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
25043 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25044 src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
25046 * src/text_editor.c: Minor cleanups.
25047 * anjuta.c: Tweaks to 'Goto File Line' functionality.
25048 * src/project_dbase.c: Fixes to add/remove files from project.
25049 * src/help.c: Fix minor memory leak.
25050 * src/project_dbase_gui.c: Remove debugging messages.
25051 * src/utilities.[ch]: Cleanups and minor fixes.
25052 * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
25054 2002-05-30 Naba Kumar <kh_naba@users.sourceforge.net>
25056 * src/anjuta.c [anjuta_apply_preferences()]:
25057 Fixed a crash bug when tab pos is not defined for the editors.
25059 * data/properties/cpp.properties: Set default identifier property to normal.
25060 This fixes the bug in which the fore color gets hidden with dark background.
25062 2002-05-29 Naba Kumar <kh_naba@users.sourceforge.net>
25064 * scintilla/*, scintilla/include/*: Upgraded to the vanilla
25067 * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
25068 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
25069 src/anjuta.c, data/properties/anjuta.properties:
25070 Implemented line wrapping.
25072 * src/aneditor.cxx, src/aneditor.h: Implemented Readonly file mode.
25074 * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
25075 usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
25076 tags. Code was reviewed from GNOME Bonsai view.
25078 * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
25079 it seems to have been removed by scintilla people.
25081 * data/properties/anjuta.properties: Set default line wrap to false, as
25082 is noticably slow with big files.
25084 2002-05-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
25086 * src/project_import_gui.c: disallow the selection of files in
25088 * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
25091 2002-05-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25093 * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
25094 src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
25095 * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
25096 * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
25097 now works properly.
25098 * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
25099 * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
25100 * src/utilities.[ch]: Added some utility functions.
25101 * tagmanager/tm_project.c: Fix for bug in file removal from project.
25103 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
25105 2002-05-26 Andy Piper <andy.piper@freeuk.com>
25107 * HACKING: info on FIXME statements and removed ccview references
25108 * Makefile.am: added rule to make RPM package
25110 2002-05-26 Andy Piper <andy.piper@freeuk.com>
25112 * THANKS, widgets/e-shell-about-box.c,
25113 manuals/anjuta-manual/C/authors.sgml: updated for new
25115 * src/anjuta.c: removed unnecessary warning code since CVS
25116 support is now implemented :-)
25117 * manuals/sgmldocs.make: implemented a fix for bug #553969
25118 * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
25119 * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf,
25120 manuals/C/anjuta-faqs-C.omf: modified the descriptions
25122 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
25124 * src/main_menubar.c, src/main_menubar.h, src/controls.c,
25125 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
25126 src/main_menubar_def.h, src/preferences_gui.c,
25127 preferences.c, preferences.h: setup Username and Email
25128 preferences, Insert ChangeLog and Username editor functions
25130 Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
25132 2002-05-17 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
25134 * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
25135 src/src_paths_cbs.c, src/src_paths_gui.c
25136 Fixed some minor bugs and replace gtk_entries by gnome_file_entries
25138 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
25140 2002-05-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25142 * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
25143 and goto tag menu items to main menu.
25145 2002-05-09 Andy Piper <andy.piper@freeuk.com>
25147 * THANKS, widgets/e-shell-about-box.c,
25148 manuals/anjuta-manual/C/authors.sgml: added new contributors
25149 * HACKING: updated with info on files to change for credits
25151 2002-05-09 Dan Elphick <dre00r@ecs.soton.ac.uk>
25153 * src/aneditor.cxx: extended extension list which fixes segfault
25154 on selecting lisp, ruby or matlab as highlight style.
25156 2002-05-09 Andy Piper <andy.piper@freeuk.com>
25158 * src/main_menubar_def.h: fixed an array initialiser and fixed
25159 the lexer settings for the new entries on the Format menu
25161 2002-05-07 Stephane Demurget <demurgets@free.fr>
25163 * Synced with Scintilla 1.45
25165 2002-05-06 Andy Piper <andy.piper@freeuk.com>
25167 * anjuta.prj: added another missing file
25168 * ChangeLog: fixed some incorrect change dates I caused by
25169 sloppy cut-and-pasting :-/
25171 2002-05-06 Andy Piper <andy.piper@freeuk.com>
25173 * src/mainmenu_callbacks.c: fixed title of new About box
25175 2002-05-05 Andy Piper <andy.piper@freeuk.com>
25177 * src/pixmaps.h: added macros for OpenGL and SDL project icons
25179 2002-05-05 Andy Piper <andy.piper@freeuk.com>
25181 * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
25182 * anjuta.prj: updated for new files
25184 2002-05-05 Naba Kumar <kh_naba@users.sourceforge.net>
25186 * widgets/e-shell-about-box.c: Added version display.
25188 2002-05-03 Andy Piper <andy.piper@freeuk.com>
25190 * launcher/anjuta_launcher.c, src/dnd.c, src/session.c,
25191 widgets/scroll_menu.c: fixed up some compiler warnings (patch
25192 from Philip Van Hoof)
25194 2002-05-03 Andy Piper <andy.piper@freeuk.com>
25196 * manuals/C/anjuta-tutorial/Makefile.am: removed a circular
25198 * manuals/ja/anjuta-manual/anjuta-manual.sgml,
25199 manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems
25200 that produced build errors (needs checking on a machine with the
25202 * data/properties/lisp.properties: updated to match format of other
25203 lexer property files supplied with Anjuta
25205 2002-05-03 Andy Piper <andy.piper@freeuk.com>
25207 * anjuta.prj: added new files
25208 * HACKING: added information from the mailing list on
25209 adding new project types to the wizard (thanks to Johannes)
25211 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25213 * src/utilities.h, src/launcher.c, src/gnome_project.c,
25214 src/appwiz_page2.c: Fix for 547038.
25216 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25218 * attach_process.c, attach_process_cbs.c: Fixed a dialog
25221 * about.h: cvs removed.
25223 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25225 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25229 * src/anjuta.c (anjuta_system_error): checks for the error number to
25230 know whether the error description is needed or not.
25232 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25234 * pixmaps/anjuta_logo.png: New about logo.
25236 * pixmaps/anjuta_icon.png: New icon from Misha. The
25237 old one had trouble with some gtk themes.
25239 * about.c: Removed. No longer needed.
25241 * mainmenu_callbacks.c: Removed reference of about.h
25243 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25245 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25247 * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
25248 mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
25249 About Dialog (thanks to the Evolution team for the cool widget!)
25251 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25253 Patch from lbell <lbell@tsc4.com>
25255 * src/find_in_files.c, src/find_in_files.h,
25256 src/anjuta.c: Added save_yourself, load_yourself routines.
25258 * src/find_in_files.{h,c}, src/find_in_files_gui.c:
25259 Added "Append messages" toggle button. This will enable
25260 the search results to be appended to the already existing
25263 * src/debugger.c: Fixed a typo.
25265 * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
25266 src/session.c, src/session.h: Improved session management.
25268 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
25270 * THANKS, FUTURE, AUTHORS: Changed my email and
25273 2002-05-02 Stephane Demurget <demurgets@free.fr>
25275 Impl. feature request #525271 (add Lisp support).
25277 * data/properties/lisp.properties: added.
25279 * data/properties/Makefile.am, data/properties/anjuta.properties: added
25280 the lisp properties.
25282 * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
25283 src/utilities.[ch]: added support for the Lisp highlight style.
25285 2002-05-02 Stephane Demurget <demurgets@free.fr>
25287 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25288 src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
25289 src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
25290 option preferences to have a persistent setting. Plus it's not used
25291 often, so it's better here than flooding the menus.
25293 * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
25294 preferences pages a lot more consistent and sweeter: tabs direction
25295 radiobuttons are directed against the meaning, all pages have an
25296 outter frame, a lot of padding, removed all expand attributes for
25297 vertical boxes, ...
25299 That's not a total revamp, but it's really looking better now, even
25300 if there's still work to be done.
25302 2002-05-01 Andy Piper <andy.piper@freeuk.com>
25304 * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
25305 * TODO: added task to be completed before next release (update all credits)
25307 2002-05-01 Stephane Demurget <demurgets@free.fr>
25309 * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
25312 2002-05-01 Benke László <decike@freemail.hu>
25314 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25316 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
25317 src/main_menubar_def.h, src/mainmenu_callback.[ch],
25318 src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
25319 to the format menu in order to reorder the notebook tabs in
25320 alphabetical order everytime a file is created/opened/saved.
25322 2002-05-01 Philip Van Hoof <freax@pandora.be>
25324 * widgets/gnomefilelist.[ch] (history_combo_go),
25325 (history_combo_clicked): impl.
25327 (gnome_filelist_new_with_path): use this new impl.
25329 2002-05-01 Stephane Demurget <demurgets@free.fr>
25331 * src/project_dbase_gui.c (add_file): added the xpm file type.
25333 2002-04-30 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25335 Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
25338 * src/anjuta.[ch]: Changed local tag list to use line numbers instead
25341 * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
25342 src/text_editor_menu.c: Added context sensitive search in symbol
25343 browser and editor.
25345 * configure.in: Changed version number to 0.1.9.99.
25347 * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
25348 src/project_import.c: Minor changes to project import facility.
25350 * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
25351 (Forced to use specific brace format)
25353 * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
25354 tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
25355 tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
25357 2002-04-30 Johannes Schmid <clubfan@users.sourceforge.net>
25359 Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
25360 replaced the spinbutton with an hscale, and made the UI less "blocky".
25362 * src/cvs_gui.c: When diffing a project you can choose date and
25365 * src/project_dbase.c: Import_file activated again
25367 * configure.in, plugins/Makefile.am: Added patch plugin
25369 * plugins/patch/*: The new patch plugin
25371 2002-04-28 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25373 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25375 * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
25376 dropdown list shown by autocompletion are now removed.
25378 2002-04-28 Philip Van Hoof <freax@pandora.be>
25380 Patch reviewed by Stephane Demurget <demurgets@free.fr> who merged
25381 a bunch of filetypes from the older version.
25383 * src/project_dbase_gui.c (add_file): changed the import
25384 dialog's filetypes combo contents depending on the
25385 type of data to be imported.
25387 2002-04-28 Stephane Demurget <demurgets@free.fr>
25389 * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
25390 the amount parameter as Philip stated and reformated to follow the
25393 * src/project_dbase.c (project_dbase_make_default_filetype_list):
25394 changed accordingly.
25396 2002-04-25 Stephane Demurget <demurgets@free.fr>
25400 * src/main_menubar_def.h: replaced the shortcut for "Find next" to
25401 Shift-F6, to be more consistent with other Gnome apps.
25402 Moved the "Search next" entry under the "Search" one, and swapped the
25403 order of the "Find in files" and "Find and Replace" ones.
25405 Some additional fixes ands cleanups on the edit menu.
25407 * src/main_menubar.h: replaced all occurences of repeat_find by
25408 find_again for the code to be more consistent.
25410 * src/main_menubar.c (update_main_menubar): made the "Find next" entry
25411 sensitiveness depending on the existence of an active text buffer.
25413 * TODO: added some bits about improving the usability of the
25414 search/search again couple.
25416 2002-04-25 Stephane Demurget <demurgets@free.fr>
25418 * src/preferences_gui.c: made the tab labels text more consistent
25421 2002-04-25 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25423 Patch reviewed and improved by Stephane Demurget <demurgets@free.fr>
25425 * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
25428 * src/main.c (main): simplified some code and cleanups.
25430 Fix a part of #499366:
25432 * src/commands.[ch] (sync_from_props), (command_editor_save),
25433 (on_apply_clicked), (create_command_editor_gui): added the gui
25434 corresponding to the command.terminal preference.
25436 2002-04-25 Stephane Demurget <demurgets@free.fr>
25440 * anjuta.spec.in: added build requirements for the source rpm.
25442 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
25444 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25446 * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c,
25447 src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c,
25448 src/project_type.c, source.c, wizard_gui.c:
25449 Added new GNOME 2 project types and changed glade behaviour to
25450 produce GTK code if project type GTK was selected and GTKmm code
25451 if project type GTKmm was selected (and not depending on the
25452 selected language. Disabled glade for GNOME 2 projects because
25453 we will need glade2 there.
25455 * src/project_dbase.c: Fixed a memory lack.
25457 * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
25459 * src/cvs.c: Added an error message if jobs are running
25461 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
25463 * tagmanager/tm_work_object.c: Fixed a chrash
25464 bug which occurs when it tries to stat an empty
25467 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
25469 * src/controls.c: CVS menu items now becomes
25470 insensitive when the launcher is busy.
25472 * src/anjuta.c, cvs.h, cvs.c: Created a function
25473 to update the cvs preferences when preferences are
25474 applied in preferences dialog and called it from
25475 anjuta_update_preferences().
25477 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25479 * src/cvs.c: Added a space in the cvs command
25480 before the revision part. This fixes the cvs
25481 error we get when cvs-diffing with revisions.
25483 * src/cvs.c: Fixed a compiler warning.
25485 * src/find_replace.c: The dialog now remembers
25486 the settings including the "prompt on replace"
25487 which seems to have broken somewhere line the
25490 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25492 * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25493 Added a new property in cvs class to hold a boolean
25494 for enabling date in cvs diff. This fixed the bizzare
25495 diff output due to the date that goes with the cvs
25496 command. Also, set the default value of compression
25497 to 3 and unified diff option to 1.
25499 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25501 * src/cvs.c: The diff editor is set to hilite as
25502 diff syntax hiliting.
25504 * configure.in, manual/Makefile.am:
25505 Added a new manual module for ja language.
25507 * manual/ja/*/*/*: New module and files for the
25508 ja translation for the anjuta documentation
25509 from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25511 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25513 * src/launcher.c: Made a very messy work around
25514 for the launcher authentication to work properly.
25516 * src/find_replace.c: Applied the missing patch
25517 from Dan Elphick <dre00r@ecs.soton.ac.uk>
25519 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25521 * src/cvs.c, src/main_menubar_def.h: made message strings
25522 consistent with existing standards from our own documentation
25523 (such as uppercase P in Project, corrected spelling of
25526 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25528 * src/cvs_gui.c: Cleaned up gui and aligned various
25529 widgets to give a clean look.
25531 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25533 * src/launcher.c: Added work around to retrieve
25534 the child exit code. It works. :)
25536 * src/find_in_files.c, src/gnome_project.c,
25537 src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25538 src/clean.c, src/clean_project.c, src/build_project.c,
25539 src/build_file.c: Modified to handle the new
25542 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25544 * src/find_replace.c: Changed signal to call
25545 on_replace_text_close on from delete_event
25546 to close => the replace history is now updated.
25548 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25550 * src/cvs.c: escaped the cvs import message before
25553 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25555 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25557 * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25559 * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25562 * src/preferences_gui.c: GUI improvements
25564 * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25566 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25568 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25569 Removed static qualifier from tm_tag_type_name() and
25570 availed it's prototype for use in outside code. also
25571 created reverse map function tm_tag_type_name();
25573 * src/anjuta.c: Implemented qualified tags names for
25574 the tag list (on the toolbar pulldown list) to avoid
25575 ambiguty in tags with similar names (like prototype
25576 and definition). Patch modified and improved.
25578 Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25580 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25582 * src/utilities.[c,h]: Added a utility funtion
25583 that escapes the single and double quotes in a
25584 given string. Useful for passing command line
25587 * src/cvs.c: Escaped the cvs log message before
25588 passing it to cvs command line to avoid ambiguties
25589 with quotes in the message.
25591 * pixmaps/anjuta_icon.png: Changed to the new icon.
25592 from Todd Goyen <goyen@mbi-berlin.de>
25594 * src/message-manager-private.cc: Added regex to
25595 recognize (underline hilite) the parsable outputs
25596 from the zvt terminal.
25598 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25600 Patch from: Tina Hirsch <tehirsch@arcor.de>
25602 * src/project_type.c:
25603 Fixed a bug in the wxproject type and modified the erroroutput when
25604 configure doesn't find wx-config
25606 Patch from: Timothee Besset <ttimo@idsoftware.com>
25608 * src/anjuta.c, src/message-manager-private.cc,
25609 src/message-manager-private.h
25610 Catches double clicks in the zvt terminal, and calls goto_error_line
25611 to jump to the appropriate location in the source. This will recognize
25614 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25616 * src/build_project.c: Taken care of memory leak
25617 by freeing cmd variable properly.
25619 * src/main_menubar_def.h: Fixed wrong signal connection
25620 for cvs project commit.
25622 * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25624 * src/preferences_gui.c: Added some border and adjusted
25625 expandsion, filling in box adds to make the cvs preferences
25628 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25630 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25632 * src/cvs*, src/main_menubar*, src/preferences*:
25633 Moved CVS settings to preferences, added a nice login dialog.
25635 * src/controls.c, src/project_dbase.c:
25636 CVS project options are only shown if a project is open
25638 * src/build_project.c:
25639 User is now asked if he wants to install as root
25644 * anjuta.prj: Updated with cvs files
25646 * TODO: Remove task which are done
25648 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25650 * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25651 src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25652 src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25654 Modified launcher to use controlling terminal to detect and
25655 take care of password authentications (for example, for cvs
25656 and root installs).
25658 * pixmaps/password.png: New file.
25660 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25662 Anjuta kick start tutorial wirtten by:
25663 Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25665 * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25666 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25667 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25668 manuals/C/anjuta-tutorial/figures/*.png:
25672 * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25676 2002-03-28 Roel Vanhout <roel@stack.be>
25678 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25680 * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25681 src/preferences_gui.c:
25682 Added option to wrap around to beginning/end of file when on last bookmark
25683 and next/previous bookmark is pressed
25685 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25687 Patch from Philip Van Hoof <freax@pandora.be>
25689 * src/gnomefilelist.c:
25690 Added gimp like feature that changes the file extension of
25691 the filename entered in the selections when the file
25694 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25696 Patch from Roy Wood <roy.wood@filogix.com>
25698 * src/controls.c, src/find_text.c, src/find_text.h,
25699 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25700 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25702 Menuitem for entering currently selected text as find target,
25703 added key accel for "find next" and changed some key accels for
25704 other key for consistency.
25709 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25711 * src/watch.c, src/watch.h, src/watch_cbs.c,
25712 src/watch_cbs.h, src/watch_gui.c:
25714 Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25716 Added change watch entries feature
25717 and Watch entries modify on double click fixed.
25719 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25721 * src/mainmenu_callbacks.c:
25723 Project commit should not bypass dialog as
25724 we need to get the cvs log from the user.
25726 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25728 * src/project_dbase.c:
25730 Patch from Roy Wood <roy.wood@filogix.com>
25732 Fixed docking bug with the new docking patch
25733 to fix copy/paste bug.
25735 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25737 * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25738 src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25739 src/main_menubar.h, src/main_menubar_def.h,
25740 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25742 Added cvs project support. Featured bypass cvs dialog for
25743 cases where we don't need dialog (such as project and right
25744 click selection from file browser). Cleaned up cvs code to
25745 make them generic cvs operations instead of separate file
25746 and project operations. Added cvs log action. Increased
25747 file entry box width and enabled "unified diff" by default.
25748 Used Editor buffer for status and log and set hilite for
25749 these buffers including diff buffer (DIFF hilite).
25751 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25753 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25755 * data: Added file autogen.sh.wxwin
25756 * data/Makefile.am: Added entry for autogen.sh.wxwin
25757 * pixmaps: Added project image appwiz_wxwin.png
25758 * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25759 * src/appwizard_cbs
25760 src/compiler_options.c
25762 src/project_dbase.c
25763 src/project_dbase.h
25764 src/project_import_cbs.c
25768 src/wizard_gui.c: Added everything necessary for new
25769 project type 'wxWindows (wxGTK)
25770 * src/project_dbase.c: Fixed a bug that caused every project
25771 to be a glade project in dialog
25772 'Project information'.
25774 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25776 Patch submitted by Roy Wood <roy.wood@filogix.com>
25778 * src/anjuta_gui.c, src/message-manager-dock.c,
25779 src/project_dbase.c:
25781 fixed the copy/paste bug by rewriting dock/undock
25784 2002-03-22 Johannes Schmid <clubfan@users.sourceforge.net>
25786 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25788 * src/cvs*, src/Makefile.am:
25789 New file for CVS support. File operations currently work
25790 cvs login needs to be done. Project support is not yet
25793 * src/main_menubar*, src/mainmenu_callbacks,
25794 src/anjuta.c, src/anjuta.h:
25795 Added menus and functions for cvs commands.
25797 * src/text_editor_menu.h:
25798 Added #include <gtk/gtk.h>
25801 Removed a warning (and this time it works ;-)
25803 * src/utilities.c, src/utilities.h:
25804 Added a utility function to retrieve directory
25805 name out of full path.
25807 2002-03-11 Jeroen van der Vegt <ajvdvegt@sourceforge.net>
25809 * src/executer.c: (create_executer_dialog): changed the default
25810 focus on the entry.
25812 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25814 * widgets/gnomefilelist.c:
25815 Fixed duplicate history entries for the same directory.
25817 2002-03-10 Stephane Demurget <demurgets@free.fr>
25821 * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25822 it's already used by scintilla to delete the whole current line.
25824 2002-03-10 Stephane Demurget <demurgets@free.fr>
25828 * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25829 calls to fileselection_hide_widget,
25830 (on_open_filesel_cancel_clicked): removed.
25832 * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25833 (on_add_prjfilesel_cancel_clicked):
25835 * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25838 * src/fileselection.c: Made some functions static.
25839 (fileselection_hide_widget): rewritten using the new
25840 gnome_filelist_set_multiple_selection function.
25842 * src/fileselection.c: (on_file_selection_delete_event): removed
25843 unuseful widget hides. Some cleanups,
25844 (on_file_selection_cancel_clicked): impl,
25845 (create_fileselection_gui): changed the cancel button clicked's
25846 callback to use this new function.
25848 * src/anjuta.c: (anjuta_new):
25849 * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25850 callbacks, because this the gnome filelist widget's job.
25852 * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25853 clist selection mode duplicates set,
25854 (gnome_filelist_key_press): use the new impl. function.
25856 2002-03-10 Stephane Demurget <demurgets@free.fr>
25860 * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25861 fixed some bogus code using an array cell out of
25862 range, removed unecessary gettext usages.
25864 * src/appwiz_page2.c: (on_prj_name_entry_changed):
25865 some cleanups and now transform minus characters to
25869 (source_write_configure_in),
25870 (source_write_toplevel_makefile_am),
25871 (source_write_desktop_entry),
25872 (source_write_glade_file):
25873 * src/project_dbase.c: (project_dbase_summon_glade),
25874 (project_dbase_generate_source_code):
25875 * src/glades.c: (gladen_write_glade_write):
25876 replaced some occurences of the target name by the
25877 project filename, using project_dbase_get_proj_name,
25878 to fix the name of some files.
25879 Fixed a lot of mem leaks.
25880 Various code cleanups.
25882 2002-03-06 Stephane Demurget <demurgets@free.fr>
25884 Merged with latest (1.44) scintilla.
25886 Added: - The calltip.<lexer>.end.definition property to display help
25887 text on a second line of calltip.
25888 - The calltip.<lexer>.word.characters property to correctly find
25889 calltips for functions that include characters like '$' which
25890 is not normally considered a word character.
25891 - The use.monospaced property to determine initial state of
25892 Use Monospaced Font setting.
25894 Bugs fixed: Too many to mention; please see :
25895 http://www.scintilla.org/ScintillaHistory.html for the
25898 * scintilla/*/*: updated nearly all files.
25900 * TODO: removed the need of a scintilla merge.
25902 Merged with latest (1.44) SciTE properties.
25904 * data/properties/anjuta.properties: added the wrap, use.monospaced
25907 * data/properties/html.properties: added a missing php extension, and
25908 updated php keywords to the latest reference.
25910 * data/properties/pascal.properties: added commands to compile, build
25911 and execute pascal applications.
25913 * data/properties/lua.properties: added styles for statements.
25915 * data/properties/bash.properties: added the declare keyword.
25917 Fixed distchecking.
25919 * global-tags/Makefile.am,
25920 global-tags/create-global-tags.sh: used some kind of ugly hack to
25921 make distchek work, since noone has proposed some better way.
25923 * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25924 and Ctrl-N replace Alt-N for new file according to the Gnome design
25927 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25929 * widgets/gnomedirlist.c
25930 widgets/gnomedirlist.h
25931 widgets/gnomefilelist.c
25932 widgets/gnomefilelist.h:
25934 Added GPL headings in the file.
25936 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25938 * src/attach_process.c
25939 src/attach_process_cbs.c
25940 src/attach_process_cbs.h
25941 src/attach_process_gui.c
25943 src/breakpoints_cbs.c
25944 src/breakpoints_cbs.h
25945 src/breakpoints_gui.c
25947 src/compiler_options.c
25948 src/compiler_options_cbs.c
25949 src/compiler_options_cbs.h
25950 src/compiler_options_gui.c
25951 src/find_in_files.c
25952 src/find_in_files_cbs.c
25953 src/find_in_files_cbs.h
25954 src/find_in_files_gui.c
25959 src/preferences_gui.c
25960 src/project_config.c
25962 src/src_paths_cbs.c
25963 src/src_paths_cbs.h
25964 src/src_paths_gui.c:
25966 Bugs #521629 and #522427 fixed. The problem was, that the
25967 escape-key was not catched and the dialog was hidden, but
25968 the flag was not set correctly.
25970 Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25971 using the gnome_dialog_close_hides()-setting present in most dialogs.
25972 Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25973 emits "close" and set the flag in the close-callback.
25975 Patch from: Jens Georg <mail@jensgeorg.de>
25977 2002-03-06 Stephane Demurget <demurgets@free.fr>
25979 * src/*.{c,cpp}: s/string_free/g_free/
25981 * src/utilities.[ch]: (string_free): removed.
25983 2002-03-06 Dan Elphick <dre00r@ecs.soton.ac.uk>
25985 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25987 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25988 src/mainmenu_callbacks.[ch]:
25989 Removed Project menu options: README, TODO, ChangeLog and NEWS
25990 Moved Save Build Messages to Build menu and only highlight it
25991 when there are build messages.
25992 Corrected a spelling: "mojority" -> "majority"
25993 Fixed initialisation of edit.edit_app_gui so now Edit menu
25994 can be shown when no project is loaded.
25996 * src/project_dbase.h: Removed prototype for static function
25998 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
26000 * src/text_editor.c: Editor is marked changed after
26003 Patch from: Jens Georg <mail@jensgeorg.de>
26005 2002-03-04 Roel Vanhout <roel@stack.be>
26007 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
26009 * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
26010 Added option to ignore binary files on 'Find in files' (grep -I option)
26012 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
26015 session restoration and commandline load in
26018 * src/anjuta.[h,c], src/anjuta_cbs.c:
26019 Removed "clear windows menu" and prevented runtime
26022 * src/compile.c, src/build_file.c, src/build_project.c,
26024 Takes into account the preference setting for
26025 show dialog when job completes. Dialogs are
26026 shown when it is enabled otherwise not.
26028 2002-03-03 Roel Vanhout <roel@stack.be>
26030 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
26033 Store 'Find...' search string on search so that 'Find Next' will search for
26034 that string, even if the dialog hasn't been closed yet.
26036 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
26038 * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
26039 src/controls.c, src/main_menubar.h, src/main_menubar.[h,c],
26040 src/main_menubar_def.h:
26042 Organized menus, removed "Windows" and "Utilities" menus from the
26043 menubar [they are no longer needed]. Also removed some extragenous
26046 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
26048 * src/message-manager-private.cc:
26049 Set message clist selection mode to BROWSE.
26051 * src/message-manager.cc, src/an_symbol_view.c,
26052 src/an_file_view.c:
26053 Added Key navigation for the CTree and CList. Arrow left for
26054 node collapse, right for node expand, space (or enter) for
26055 activation (same as double click).
26057 2002-03-03 Roel Vanhout <roel@stack.be>
26059 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
26061 * plugins/class-gen/clsGen.c
26062 Added functionality to semi-intelligently prefill filename
26063 boxes with names deduced from class name
26065 2002-02-26 lbell <lbell@tsc4.com>
26067 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
26068 * src/preferences_gui.c:
26069 Removed an incorrect use of gtk_misc_set_alignment().
26071 * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
26072 src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
26073 src/preferences.h, src/preferences_gui.c:
26075 Added the option to reload last open project at the startup.
26076 Added the possibility to open a new project without close
26079 * src/properties.cxx:
26080 Corrected a spelling mistake in message string.
26083 Updated session functions.
26085 2002-02-26 Naba Kumar <kh_naba@users.sourceforge.net>
26087 * widgets/gnomefilelist.c: Bug fixes.
26089 Patch from Philip Van Hoof <freax@pandora.be>
26091 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
26093 * src/an_file_view.c:
26094 anjuta was unable to open some files becuase they were not being
26095 recognized as "text/*" mime type (example files *.rej, *.in, etc.).
26096 Removed mime checking when opening with anjuta, becuase it doesn't
26097 hurt to open binary files in anjuta (some even may want to do so).
26099 Added a warning when mime type is not set when "view with default
26100 viewer" is activated.
26102 * src/an_file_view.c, an_symbol_view.c:
26103 Converted N_() to _() where ever appropriate in the strings.
26105 2002-02-25 Johannes Schmid <clubfan@users.sourceforge.net>
26107 * src/appwizard_gui.c, src/appwizard_cbs.c
26108 src/wizard_gui.c/h, src/appwiz_page3.c,
26109 src/project_import_gui.c:
26111 Moved target type radiobuttons to appwiz. page 2
26113 * src/message-manager-private.cc
26114 Fixed a bug which caused a crash if next message function was used
26116 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
26118 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
26120 * src/anjuta.h, anjuta.c, anjuta_cbs.c:
26121 Modifies the behaviour of Alt-TAB in Anjuta. This
26122 brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
26123 edited files in the first items of the notebook.
26125 Patch from: Timothee Besset <timo@qeradiant.com>
26127 2002-02-24 Philip Van Hoof <freax@pandora.be>
26129 * widgets/gnomefilelist.c, gnomefilelist.h:
26130 Added filecompletion
26132 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
26134 2002-02-21 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
26136 * configure.in: Added "sk" to ALL_LINGUAS.
26138 2002-02-20 Johannes Schmid <clubfan@users.sourceforge.net>
26140 * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c,
26141 src/appwizard_gui.c, src/project_dbase.c, src/source.c,
26142 src/wizard_gui.c: Added support for static and dynamic libs
26144 2002-02-20 Dan Elphick <dre00r@ecs.soton.ac.uk>
26146 * widgets/gnomefilelist.c:
26147 Fixed gnome_filelist_get_lastfilename so it no longer returns
26150 2002-02-20 Naba Kumar <kh_naba@users.sourceforge.net>
26152 * src/resources.h, resources.c:
26155 * src/main_menubar_def.h, mainmenu_callbacks.c:
26156 Changed to use gnome configed url handler.
26158 2002-02-19 Philip Van Hoof <freax@pandora.be>
26160 * widgets/gnomefilelist.c
26161 Added PHP filetype.
26163 2002-02-19 Naba Kumar <kh_naba@users.sourceforge.net>
26165 * plugins/class-gen/clsGen.c:
26168 * widgets/gnomefilelist.c:
26169 Gives the maximum space to the files section of the open file dialog.
26171 Patches from: lbell <lbell@tsc4.com>
26173 2002-02-18 Naba Kumar <kh_naba@users.sourceforge.net>
26175 * src/anjuta.c, main.c:
26176 Used tm_get_real_path in anjuta_get_full_filename();
26178 2002-02-18 Andy Piper <andyp@users.sourceforge.net>
26180 * anjuta.prj: update version
26182 2002-02-17 Stephane Demurget <demurgets@free.fr>
26184 * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
26185 removed the amount arg and replaced with a NULL-ending list.
26186 (gnome_filelisttype_makedefaultlist): use the new prototype.
26188 2002-02-17 Andy Piper <andyp@users.sourceforge.net>
26190 * src/about.c, THANKS: updated for new contributors
26192 * anjuta.prj: added new files
26194 * README: corrected some documentation, ctags no longer needed,
26195 pkgconfig now required
26197 * data/properties/others.properties: add .cvsdiff extension
26199 * src/project_dbase_gui.c, src/utilities.c, src/utilities.h:
26200 patch from Vadim Berezniker <vadim@berezniker.com> to improve
26203 * doc/anjuta.1: added initial man page thanks to
26204 Rob Bradford <rob@debianplanet.org> (NB build and install
26207 2002-02-17 Johannes Schmid <clubfan@users.sourceforge.net>
26209 * src/Makefile.am: Cleaned handling of compiler flags by moving them
26210 to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
26213 * configure.in: Changed version to 0.1.10-pre
26215 2002-02-17 Stephane Demurget <demurgets@free.fr>
26217 * src/fileselection.c: (create_fileselection_gui): always display
26218 the directory creation button as we cannot rely on the dialog
26221 * widgets/gnomefilelist.[ch]: fixed includes.
26223 * pixmaps/new_folder.xpm: resized, added a + sign.
26225 2002-02-17 Stephane Demurget <demurgets@free.fr>
26227 * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
26228 changed all extensions to begin with a dot.
26230 2002-02-16 Philip Van Hoof <freax@pandora.be>
26232 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
26234 * THANKS: added Philip.
26236 * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
26238 * src/project_dbase.c: (project_dbase_make_default_filetype_list),
26239 * src/file_selection.[ch],
26240 * widgets/gnomefilelist.[ch]: added a filetype
26241 combobox to the Anjuta file dialog widget.
26243 2002-02-14 Andy Piper <andy.piper@freeuk.com>
26245 * anjuta.spec.in: eep! the import script was not being installed by
26246 RPM - fixed for the release.
26248 2002-02-13 Stephane Demurget <demurgets@free.fr>
26250 Various cleanups and fixes for the next release to be able to make
26253 * plugins/*/*.c: added missing prototypes causing gcc to speak to
26254 much and make some tweaks plus cleanups.
26256 * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
26257 args to remove some warnings.
26259 * global-tags/Makefile.am,
26261 src/Makefile.am: link against Anjuta static libs using the
26262 $(top_builddir) dir, not anymore on $(top_srcdir) to make
26265 * src/Makefile.am: ditto with all the Anjuta static libs.
26267 * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
26268 include, as we already include the whole directory for the build.
26270 * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
26272 2002-02-13 Andy Piper <andy.piper@freeuk.com>
26274 * pixmaps/Makefile.am: icon for libglade project now installed
26275 * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
26276 * manuals/C/Makefile.am: removed ChangeLog reference which was
26277 breaking some build stuff
26278 * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
26279 include reference problems that showed up on make distcheck
26280 * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
26282 2002-02-13 Johannes Schmid <clubfan@users.sourceforge.net>
26284 * src/aneditor.cxx: Fixed bug #509977 (CallTips)
26286 2002-02-12 Naba Kumar <kh_naba@users.sourceforge.net>
26288 * src/message-manager-private.cc:
26289 The horizontal scrollbar now shows properly on demand.
26291 2002-02-08 Johannes Schmid <clubfan@users.sourceforge.net>
26293 * src/dnd.c fixed some warnings
26294 * src/message-manager-private.cc: Horizontal scrollbar is now shown
26295 and works. It is shown always at the moment but before it was
26296 shown on demand and did never work.
26298 2002-02-07 Naba Kumar <kh_naba@users.sourceforge.net>
26300 * src/anjuta.c: Fixed a crash bug.
26301 patch from: Jens Georg <mail@jensgeorg.de>
26303 2002-02-04 Andy Piper <andy.piper@freeuk.com>
26305 * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
26306 reports a problem with missing end tags on <graphic>
26308 2002-02-03 Andy Piper <andy.piper@freeuk.com>
26310 * manuals/C/ChangeLog: removed since it was never used
26311 * manuals/C/anjuta-manual/*: more updates, new screenshots
26312 * anjuta.prj: updated for new manuals/ structure
26314 2002-02-03 Johannes Schmid <clubfan@users.sourceforge.net>
26316 * source.c, compiler_options.[c/h]:
26317 Fixed bug #460321 "Problem with optimization options"
26318 by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
26320 2002-02-03 Andy Piper <andy.piper@freeuk.com>
26322 * NEWS: prepared for release, need to fill in date
26323 * data/welcome.txt: version number updated
26325 2002-02-03 Andy Piper <andy.piper@freeuk.com>
26327 * src/text_editor_menu.c, src/an_file_view.c,
26328 src/an_symbol_view.c: marked strings for translation
26330 * src/defaults.c, data/properties/xml.properties:
26331 *.omf and *.xsl files should use XML highlighting
26333 * manuals/C/anjuta-manual/*:
26334 - restructured so that files have more meaningful names
26335 and are easier to edit (see anjuta-manual.sgml for the
26337 - updated some screenshots
26338 - continued rewrite
26340 2002-02-02 Naba Kumar <kh_naba@users.sourceforge.net>
26342 * main.c: Made a workaround to remove the old
26343 anjuta gnome config file (older than 9 Feb 2002). This
26344 will fix the bug which never lets the brower toolbar shown.
26346 * main.c: In fact, the above solution wouldn't work in all
26347 cases. Therefore, here is the better fix, which works by
26348 detecting the version of the old config file and deleting
26349 ~/.gnome/Anjuta if it is lesser than 0.1.9.
26351 2002-02-01 Andy Piper <andy.piper@freeuk.com>
26353 * HACKING: added info on submitting patches
26355 2002-01-31 Johannes Schmid <clubfan@users.sourceforge.net>
26357 * src/project_import_gui.c, src/project_import.c:
26358 - If Project Import Wizard is canceled everything is
26360 - Back button is now insensitive on page 3 (some problems:
26361 see TODO in project_import_qui.c:284
26362 - Menu frame is insensitive if project type != GNOME(mm)
26364 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
26366 * src/main.c: Fixed bug # (Unable to open files on
26367 double click in project window from second trial onwards when
26368 the project is opened from command line).
26370 * po/POTFILES.in: Removed tags_manager.[h,c]
26372 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
26374 * src/preferences.c:
26375 A quick hack to fix the 'invisible' browser toolbar when
26376 upgrading from 0.1.8 to 0.1.9
26379 Fixed toolbar names which were causing confusions in the toolbar
26383 Substituted "anjuta" with PACKAGE
26385 * src/project_import_gui.c:
26386 Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
26388 * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
26389 Added new files and removed obsolete ones.
26391 2002-01-30 Andy Piper <andy.piper@freeuk.com>
26393 * src/appwizard_cbs.c, project_import_cbs.c,
26394 main_menubar_def.h, project_import_gui.c:
26395 updates to message strings and layout for the
26398 * text_editor_cbs.c: fix for the tab menu entries for
26399 redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
26401 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
26408 Tag dropdown exclusive (takes
26409 all space in the toolbar) and never vertical and
26410 increased the width of the tag combo to 256 pixs.
26411 Toolbar separator before the combo and button.
26412 Added tags label before the tag button.
26413 Reorganized the dock bands for the toolbars.
26415 * src/project_import_gui.c
26416 src/project_import.c:
26417 Fixed an error and removed an unused variable.
26419 * data/properties/anjuta.properties:
26420 Removed the property for the old toolbar and set
26421 browser toolbar show to default.
26423 * src/project_dbase.c: excluded modules were not
26427 No build files will be written if the project is blocked.
26429 * src/project_import.c,
26430 src/project_import_cbs.c,
26434 Manually applied Johannes patch to fix some memory
26435 issues and gui clean up.
26436 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26438 * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
26439 Fixed a bad bug with remove file from project because of
26440 files were never removed properly from the project and
26441 from the tagmanager.
26443 * src/appwiz_page3.c: Disabled unused codes to clear
26446 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
26448 * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
26451 pixmaps/Makefile.am
26454 src/an_symbol_view.c
26462 src/main_menubar_def.h
26463 src/mainmenu_callbacks.c
26464 src/mainmenu_callbacks.h
26466 src/project_dbase.c
26467 src/project_dbase.h
26469 src/text_editor_menu.c
26470 src/text_editor_menu.h
26473 src/toolbar_callbacks.c
26474 src/toolbar_callbacks.h :
26476 Patch submitted by:
26477 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26479 Removes the Tags toolbar and substituted it with
26480 tags combo dropdown list. Fixes a couple of bugs.
26482 Moved the tag combo to browser toolbar because
26483 main toolbar was becoming too long.
26484 Made a new icon of tag toolbar.
26486 * po/zh_TW.po: Fixed bug.
26488 * pixmaps/an_tag.xpm: Added new file.
26490 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
26492 * src/project_import_gui.c: Reorganized project
26495 2002-01-29 Andy Piper <andy.piper@freeuk.com>
26497 * HACKING: added info on creating windows and dialogs
26499 2002-01-29 Naba Kumar <kh_naba@users.sourceforge.net>
26501 * src/tm_file_view.c:
26503 Sorts the file list at the end instead of doing sort-insert
26504 to improve performance.
26505 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26507 * src/project_dbase.c: Resolved a conflict from
26510 * src/project_import.c:
26512 Fixed to use anjuta_import.sh for the bin dir and
26513 not from the data dir.
26515 Used anjuta_is_installed() function to verify a the command's
26518 Fixed import command to use sh (which is more general and is
26519 gauranteed to be found in any unix system :-)). Also, added
26520 double quotes around the import directory.
26522 Changed some strings for better translations (like avoiding
26525 Fixed the reading of wrong target type.
26527 * src/control.c: Insensitive "import project" when there is
26530 * src/project_import_cbs.c:
26532 Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26533 Fixed selection of gettext checkbox.
26534 Sets the menu entries.
26536 2002-01-28 Johannes Schmid <clubfan@users.sourceforge.net>
26538 * src/appwiz_page[1-4].c
26540 * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26541 be able to reuse it.
26543 * src/mainmenubar.[c/h]
26544 * src/mainmenubar_def.h
26545 * src/mainmenu_callbacks.[c/h]: Code to create "Import Project"
26548 * src/message-manager.c: Fixed bug 509192
26549 * src/message-manager-dock.c: Added accel_group if window is undocked
26551 * src/project_dbase.[c/h]: Splitted opening code to be able
26552 to use it without an open file dialog
26553 (Maybe I broke Naba's changes, please take a look)
26555 * src/project_import.[c/h]
26556 * src/project_import_gui.c: New Files, Code for Project Import Wizard
26558 * src/wizard_gui.[c/h]: New Files, shared code between appwizard and
26561 2002-01-28 Andy Piper <andy.piper@freeuk.com>
26563 * src/main_menubar_def.h, tagmanager/tm_project.c: more
26566 * manuals/C/anjuta_manual/*: started rewrite of the
26567 manual, updated some screenshots
26569 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26571 * src/gnomefilelist.h, src/gnomefilelist.c:
26573 Fixed multiple selection bug (#497085). The OK button is
26574 sensitive when in multiple mode, if the no. of
26575 selection is one or more.
26577 Toggle between single and multiple selection mode
26578 and multiple mode display.
26580 Fixed strings to translable strings.
26582 Fixed some compiler warnings by commenting out
26585 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26587 * src/project_dbase.c: App status bar now updates
26588 with the project name when the project is loaded.
26590 * src/an_file_view.c, tagmanager/tm_file_entry.c:
26592 Puts the directories at the top. They're also sorted now.
26593 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26595 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26597 * scripts/anjuta_import.sh.in: Added file.
26598 * scripts/anjuta_import.sh: Removed file.
26600 * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26603 * src/main_menubar_def.h:
26605 Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26606 reflect the opposite of Find (CTRL+F) and also to leave
26609 Changed Glade summon with ALT+G, which frees the ATL+E
26610 for poping up the edit menu.
26612 * src/Makefile.am: Debugging link flags by Biswa, removed.
26614 2002-01-28 Andy Piper <andy.piper@freeuk.com>
26616 * HACKING: added information on best practices for writing
26617 application messages and GUI labels
26619 * src/CORBA-Server.c, src/about.c, src/anjuta.c,
26620 src/breakpoints.c, src/build_file.c, src/build_project.c,
26621 src/clean_project.c, src/compile.c,
26622 src/compiler_options_cbs.c, src/compiler_options_gui.c,
26623 src/configurer.c, src/debugger.c, src/executer.c,
26624 src/find_in_files.c, src/find_in_files_cbs.c,
26625 src/find_replace.c, src/find_text.c, src/glades.c,
26626 src/gnome_project.c, src/goto_line.c, src/main.c,
26627 src/main_menubar.c, src/main_menubar_def.h,
26628 src/mainmenu_callbacks.c, src/preferences_gui.c,
26629 src/project_config.c, src/project_dbase.c,
26630 src/project_dbase_gui.c, src/resources.c, src/source.c,
26631 src/support.c, src/tags_manager.c, src/text_editor.c,
26632 src/text_editor_gui.c, src/text_editor_menu.c,
26633 src/toolbar_callbacks.c, src/utilities.c:
26634 lots of minor message updates to make them more user-friendly
26637 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26641 Because of the spaces escaping, the command could not be
26642 executed when run without terminal. Now fixed.
26644 * anjuta.prj, Makefile.am:
26646 Added anjuta project file.
26648 2002-01-27 Naba Kumar <kh_naba@users.sourceforge.net>
26650 * src/message-manager-private.h, message-manager-private.cc,
26653 Added freeze() and thaw() for the message window class to
26654 speed up the message manager update.
26656 * src/project_config.h, project_config.c,
26657 src/project_dbase.h, project_dbase.h
26658 scripts/anjuta_project.template:
26660 Added two new prject attributes: project.config.blocked and
26661 project.excluded.modules. The former will make sure that users
26662 are not given any previlidge in enabling the 'overwrite build
26663 files' flags and the later issues a list of modules in the project
26664 to be skipped for symbol browsing and project listing.
26666 * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26668 Modified script to read the template from the anjuta data dir
26669 rather than from the directory in which the script exist. Otherwise,
26670 Being transfered to the bin dir, the script will not be able to
26671 find the template when it is run.
26673 The script is also create with configure.in to set in the anjuta
26674 data dir path inside the script.
26676 2002-01-26 Stephane Demurget <demurgets@free.fr>
26678 * po/fr.po: updated to the latest sources.
26680 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26682 * scripts/Makefile.am:
26683 anjuta_import.sh goes with distribution.
26685 * po/*.po: They seem to have updated (merged with
26686 anjuta.pot) automatically when I did "make dist".
26688 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26690 * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26691 Fixed Bug #499807, ie crash on removing libs, includes, defines from
26692 the compiler options dialog.
26695 Correct todays date. :)
26697 * scripts/Makefile.am:
26698 Installs anjuta_import.sh in $(prefix)/bin dir and
26699 is treated as an executable.
26701 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26703 * Fix for bug #499373
26705 * data/properties/anjuta.properties, ada.properties, cpp.properties,
26706 java, properties, latex.properties, lua.properties, others.properties,
26709 Added double-quotes around file arguments so that
26710 filenames with spaces could also work.
26712 * launcher/anjuta-launcher.c, executer.c:
26713 Escaped quotes in the cammand and it's arguments before executing
26714 so that args with spaces can also work.
26716 Commented #DEBUG switch.
26718 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26720 * scripts/*: Added files which I forgot previously.
26722 * src/aneditor.h: Lined up commands definition for better look.
26724 * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26725 main_menubar.h, control.c:
26726 Added three more convert EOL chars submenu items in transform.
26727 Reformatted some some.
26729 * data/anjuta.properties:
26730 Reformatted a line.
26732 * src/aneditor.h, aneditor.c:
26733 Added three commands (with definitions) for EOL conversions.
26735 * src/text_editor.c:
26736 Editor detects file mode from the file content and
26737 set the editing mode to CR/LF/CRLF automatically.
26738 Refined Dos mode extrageneous chars filter
26739 This will make sure that filter works only in Dos mode and not
26742 * src/anjuta.c: Editor mode display in status bar.
26744 * src/preferences_gui.c: Changed the string for dos mode
26745 filter to more sensible string.
26747 * src/aneditor.c: Default editor mode sets during widget creation
26748 and not everty time the properties are loaded. This makes sure
26749 that the auto-detected mode is not overridden by the default mode.
26751 * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26753 * src/anjuta.c: Fixed bug #476028.
26754 Now anjuta also searches for file relative to top project dir,
26755 when the project is open.
26757 * src/anjuta_cbs.c: Fixed bug #499536.
26758 File is not closed if it is not able to save the file properly.
26760 * src/mainmenu_callbacks.c: Fixed bug #499536.
26761 Newfiles (which are not modified) are also closed on "close all files".
26763 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
26765 * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26767 * tagmanager/tm_source_file.c, regex.c, parse.c:
26768 defined and delimited g_messages within #debug.
26770 * src/preferences.c, data/anjuta.properties:
26771 saved/defied message-manager tag position in string.
26772 Message tag possition is saved between sessions. And
26773 and tag position bottom as default.
26775 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
26777 Patch submitted by:
26778 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26783 data/properties/Makefile.am
26784 global-tags/Makefile.am
26785 pixmaps/Makefile.am
26789 src/an_symbol_view.c
26790 src/an_symbol_view.h
26795 src/message-manager-private.cc
26797 src/project_dbase.c
26798 src/project_dbase_gui.c
26808 pixmaps/sv_class.xpm
26809 pixmaps/sv_function.xpm
26810 pixmaps/sv_macro.xpm
26811 pixmaps/sv_private_fun.xpm
26812 pixmaps/sv_private_var.xpm
26813 pixmaps/sv_protected_fun.xpm
26814 pixmaps/sv_protected_var.xpm
26815 pixmaps/sv_public_fun.xpm
26816 pixmaps/sv_public_var.xpm
26817 pixmaps/sv_static_fun.xpm
26818 pixmaps/sv_static_var.xpm
26819 pixmaps/sv_struct.xpm
26820 pixmaps/sv_unknown.xpm
26821 pixmaps/sv_variable.xpm
26822 pixmaps/fv_core.xpm
26823 pixmaps/fv_text.xpm
26824 pixmaps/filestoremove.txt:
26828 * pixmaps/class.xpm
26829 pixmaps/function.xpm
26830 pixmaps/fv_autofile.xpm
26832 pixmaps/fv_i18n.xpm
26833 pixmaps/fv_source.xpm
26834 pixmaps/private_func.xpm
26835 pixmaps/private_var.xpm
26836 pixmaps/protected_func.xpm
26837 pixmaps/protected_var.xpm
26838 pixmaps/public_func.xpm
26839 pixmaps/public_var.xpm
26841 pixmaps/variable.xpm
26847 Upgraded to tagmanager-0.7
26849 2002-01-24 Johannes Schmid <clubfan@users.sourceforge.net>
26850 * src/anjuta_cbs.c: Fixed bug #506441
26851 * src/watch_gui.c: Changed layout of eval dialog so that
26852 it fits on a 800x600 desktop with German translation.
26854 2002-01-23 Andy Piper <andy.piper@freeuk.com>
26856 * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26857 * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new
26858 icon for new project type (thanks to Misha)
26859 * configure.in: build and install Danish translation
26860 * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated
26861 credits to cover new patches and translations
26863 2002-01-23 Johannes Schmid <clubfan@users.sourceforge.net>
26865 * src/preferences.c, src/message-manager.cc, src/project_type.c,
26866 src/appwiz_page1.c:
26868 - Font preferences are restored properly now (\n was missing)
26869 - Dock menu label of message-manager is "Dock/Undock" instead
26870 of "Dock|Undock" to match with the rest of anjuta.
26871 - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26872 changed it in anjuta, too
26874 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
26876 * tagmanager/tm_source_file.c,
26877 tagmanager/parse.c,
26878 tagmanager/tm_project.c,
26879 src/an_symbol_view.c,
26882 Disabled debug warnings.
26884 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
26886 * src/appwiz_page1.c
26887 src/compiler_options.c
26888 src/project_dbase.c
26889 src/project_dbase.h
26894 New project type named LibGlade.
26896 Patch submitted by:
26897 Dick Knol <dknol@gmx.net>
26900 Commented out unused pixmap creation. May be it
26901 will fix the crash in project creation.
26903 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
26907 src/registers_cbs.c
26908 src/registers_cbs.h
26909 src/registers_gui.c
26912 src/sharedlib_cbs.c
26913 src/sharedlib_cbs.h
26914 src/sharedlib_gui.c
26922 src/stack_trace_cbs.c
26923 src/stack_trace_cbs.h
26924 src/stack_trace_gui.c
26932 Fixed bug #496290: Attach/detach removed from these
26933 windows as they are never implemented.
26935 Patch submitted by:
26936 Johannes Schmid <johannes.schmid@gmx.de>
26938 2002-01-18 Naba Kumar <kh_naba@users.sourceforge.net>
26944 when you right click on the tabs, a list of filenames are given
26945 out, but now it gives a list of "page 1", "page 2", etc...
26947 Patch submitted by:
26948 Jens Georg <mail@jensgeorg.de>
26950 * anjuta.in.in: Removed c|c++ because, it was not necessary
26951 and was causing translation problem.
26953 * plugins/class-gen/clsGen.c:
26954 removed "'" for the same reason.
26956 attached the fix for the menu
26959 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
26961 * src/preferences.h,
26963 src/preferences_gui.c:
26965 Adds the functionality to Anjuta to auto save your unsaved
26966 files before you build a project.
26968 Patch submitted by:
26969 jason <jason_williams@suth.com>
26971 * src/anjuta.[h,c]:
26972 Added function for save all files.
26974 * src/mainmenu_callbacks.c:
26975 Modified to use the above function.
26977 * src/build_project.c:
26978 Save all files before build if it is set in the
26981 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
26983 * src/message-manager-private.cc
26984 src/message-manager-private.h
26985 src/message-manager.cc:
26987 Message-manager now restores the tabs which were shown on startup.
26988 The terminal is now created on demand (as requested by Biswa)
26989 and I have removed some debug messages.
26991 Patch submitted by:
26992 Johannes Schmid <johannes.schmid@gmx.de>
26994 2002-01-13 Stephane Demurget <demurgets@free.fr>
26996 * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26997 proper tabs keyboard navigation.
26999 * src/an_symbol_view.c,
27001 src/gnome_project.c,
27002 src/project_dbase.c,
27003 src/tags_manager.c: removed some debugging display.
27005 2002-01-09 Naba Kumar <kh_naba@users.sourceforge.net>
27007 * src/message-manager-dock.c
27008 src/message-manager-private.cc
27009 src/message-manager-private.h
27010 src/message-manager.cc
27013 src/preferences_gui.c:
27015 Patch submitted by:
27016 Johannes Schmid <johannes.schmid@gmx.de>
27018 This patch adds a tab to the notebook of the preferences-dialog
27019 where you can change the colors, the tab position of the new
27020 message manager. Also the truncate messages stuff has moved
27021 from misc tab to messages tab.
27023 Also improved the remembering position stuff of message manager.
27025 * data/internal.properties,
27026 Added definitions for messages colors and tag position.
27028 * src/message_manager.cc:
27029 Fixed a bug that never lets the messages panes to get cleared.
27030 Added wmclass setting for the message window. Fixed a bug in
27031 which the message window was not being shown.
27033 * src/tag_manager.c: Fixed printing of (NULL) in the debug
27034 output and disabled it.
27036 * src/anjuta.c: Preferences created and loaded before anything else.
27037 anjuta now recognizes messages colors on startup and initializes
27040 2002-01-09 Andy Piper <andy.piper@freeuk.com>
27042 * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
27044 2002-01-09 Stephane Demurget <demurgets@free.fr>
27046 * pixmaps/file_c.xpm,
27047 pixmaps/file_cpp.xpm,
27048 pixmaps/file_file.xpm,
27049 pixmaps/file_h.xpm,
27050 pixmaps/file_html.xpm,
27051 pixmaps/file_i18n.xpm,
27052 pixmaps/file_icon.xpm,
27053 pixmaps/file_pix.xpm,
27054 pixmaps/fv_doc.xpm,
27055 pixmaps/fv_i18n.xpm,
27056 pixmaps/fv_image.xpm,
27057 pixmaps/fv_source.xpm,
27058 pixmaps/fv_unknown.xpm: made these icons transparent.
27060 2002-01-08 Andy Piper <andy.piper@freeuk.com>
27062 * launcher/anjuta_launcher.c: updated message strings
27063 * src/message-manager-dock.c: added newline at end to avoid compile warning
27064 * src/project_dbase.c: corrected spelling of include (noted by Biswa)
27065 * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
27066 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
27067 entries for username and Python-style GPL notice
27068 * HACKING: added info on files to change to update Insert menu
27070 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
27072 * src/project_dbase.c,
27073 src/an_file_view.c,
27074 src/an_symbol_view.c:
27075 Changed the CTree expander style to square and
27076 line style to Dotted line.
27078 * po/POTFILES.in: Removed and Added translable files.
27080 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
27082 * ccview/.cvsignore: Removed.
27084 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
27087 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
27088 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
27089 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
27090 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
27091 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
27092 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
27094 Removed ccview module because it is no longer needed.
27096 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
27098 * src/project_dbase.c:
27099 Shifted structure initialization in project_dbase_new()
27100 before anything else, otherwise it was crashing due to
27101 uninitialized values.
27103 * src/an_symbol_view.c:
27104 Disabled high volume debug output.
27106 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
27108 Applied a very heavy patch from:
27109 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27113 pixmaps/Makefile.am
27125 src/fileselection.c
27128 src/main_menubar_def.h
27129 src/mainmenu_callbacks.c
27130 src/mainmenu_callbacks.h
27131 src/project_dbase.c
27132 src/project_dbase.h
27133 src/project_dbase_gui.c
27135 src/text_editor_menu.c
27136 src/toolbar_callbacks.c
27137 tagmanager/Makefile.am
27139 tagmanager/include/Makefile.am
27140 tagmanager/include/tm_project.h
27141 tagmanager/include/tm_symbol.h
27142 tagmanager/include/tm_tag.h
27143 tagmanager/include/tm_tagmanager.h
27144 tagmanager/include/tm_workspace.h
27145 tagmanager/tm_project.c
27146 tagmanager/tm_source_file.c
27147 tagmanager/tm_symbol.c
27148 tagmanager/tm_tag.c
27149 tagmanager/tm_workspace.c
27150 widgets/Makefile.am: Modified.
27152 * src/an_file_view.[c,h],
27153 src/an_symbol_view.[c,h],
27154 src/file_history.[c,h],
27156 widgets/scroll-menu.[c,h],
27157 tagmanager/tm_file_entry.c
27158 tagmanager/include/tm_file_entry.h: Added new files.
27160 * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
27161 private_func.xpm, public_func.xpm,
27162 class.xpm, fv_exec.xpm, fv_unknown.xpm,
27163 private_var.xpm, public_var.xpm,
27164 function.xpm, fv_i18n.xpm, macro.xpm,
27165 protected_func.xpm, struct.xpm,
27166 fv_autofile.xpm, fv_image.xpm,
27167 ofolder.xpm, protected_var.xpm, variable.xpm:
27168 Updated and Added pixmap files.
27172 a) Removes CCView dependency.
27173 b) Improves the terminal.
27174 c) Adds tag navigation context menus.
27175 d) Upgrades tagmanager to latest version.
27176 e) Miscellaneous small additions.
27178 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
27180 * src/project_dbase_gui.c: Fixed crash of anjuta
27181 when project first created.
27183 * src/gnome_project.c: It now updates the tags manager
27184 when new projects are created.
27186 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
27188 * Thanks Johannes Schmid <johannes.schmid@gmx.de>
27189 for this big patch.
27191 * src/messages.[c,h]: Removed files.
27193 * src/message-manager.[cc,h],
27194 src/message-manager-dock.[c,h],
27195 src/message-manager-private.[cc,h]
27198 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
27199 src/build_project.c, src/clean_project.c, src/compile.c
27200 src/configurer.c, src/debugger.c, src/find_in_files.c
27201 src/mainmenu_callbacks.c, src/preferences.h
27202 src/preferences_gui.c, src/properties.h
27203 src/utilities.c, src/utilities.h:
27204 The new messages widget.
27206 - Use of GtkNotebook instead of ToggleButtons
27208 - Popupmenu to show and hide message types and
27209 to dock/undock in detach mode
27211 All other things should work as they did with the
27212 old message window. Currently the keyboard short-cuts
27213 do not work in detached mode.
27215 Some functions in utitlities.[c,h] changed.
27216 so that they take const arguments where this is possible
27218 * src/Makefile.am, po/POTFILES.in:
27219 Removed messages.[c,h] and
27220 added message-manager.[cc,h], message-manager-dock.[c,h],
27221 message-manager-private.[cc,h]
27223 * src/message-manager.h: Removed "include <bonobo.h>"
27224 and added a newline at the end of the file.
27226 * src/message-manager-private.cc:
27227 Set clist's width setting to Automatic.
27228 Set scroll window's scroll bars to Automatic.
27230 2002-01-05 Naba Kumar <kh_naba@users.sourceforge.net>
27232 * text_editor_menu.c:
27233 Fixed misalignment of the function sub menu
27234 in the text editor pop up menu.
27236 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
27238 * src/text_editor.c: Fixed a compiler warning.
27240 2002-01-04 Andy Piper <andy.piper@freeuk.com>
27242 * THANKS, manuals/*/authors.sgml: updated for new translations
27243 * plugins/class-gen/clsGen.c: converted messages to English
27244 * src/about.c, src/main_menubar_def.h: string updates
27246 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
27251 src/mainmenu_callbacks.c
27254 src/text_editor_cbs.c
27255 src/text_editor-gui.c:
27257 Earlier code for adding 'cross' button
27258 for closing pages were too error prone and unorganized.
27259 Cleaned up the code and shifted the 'extra' widgets
27260 creation (eg. close button, close_pixmap and lable)
27261 from anjuta to text_editor. This takes care of proper
27262 widgets creation and destruction. Otherwise, anjuta
27263 was crashing at too many points, especially related
27264 to docking and undocking.
27266 2002-01-04 Stephane Demurget <demurgets@free.fr>
27268 * src/aneditor.cxx: removed debugging code.
27270 * data/properties/.cvsignore: added swap files.
27272 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
27276 Fixed Crashing of anjuta when a new file is saved as
27279 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
27281 * src/aneditor.c: Some debug codes around.
27283 * data/internal.properties, data/anjuta.properties: Removed.
27284 data/properties/Makefile.am:
27285 data/properties/ada
27287 data/properties/make
27289 data/properties/html
27290 data/properties/ruby
27291 data/properties/baan
27292 data/properties/idl
27293 data/properties/pascal
27294 data/properties/sample
27295 data/properties/bash
27296 data/properties/java
27297 data/properties/perl
27298 data/properties/sql
27299 data/properties/conf
27300 data/properties/latex
27301 data/properties/props
27303 data/properties/cpp
27304 data/properties/lua
27305 data/properties/python
27306 data/properties/xml
27307 data/properties/others
27308 data/properties/.cvsignore:
27309 Added files. Properties now splitted into small files
27313 configure.in: Update the removal and added properties module.
27315 * src/preferences.c: preferences_new(): Updated to reflect the
27316 new properties files organization.
27318 * src/Makefile.am: Added Baan Lexer.
27320 2002-01-01 Stephane Demurget <demurgets@free.fr>
27322 * src/aneditor.cxx: readded the baan lexer.
27324 * src/preferences.c: fixed translated messages and a typo.
27326 * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
27327 confusing the regexp usage in xml-i18-merge.
27329 2002-01-01 Andy Piper <andy.piper@freeuk.com>
27331 * src/project_dbase.c: tidied some messages, and spotted a typo in
27332 the reading of properties which prevented the project version from
27333 ever being reported in the Project Information window - fixed :)
27335 * po/POTFILES.in: removed syntax.h
27337 2001-12-31 Stephane Demurget <demurgets@free.fr>
27339 * data/internal.properties: fixed baan properties.
27340 Added all ada properties.
27342 * src/main_menubar_def.h,
27345 src/utilities.[ch]: added support for the Ada highlight style.
27347 2001-12-31 Stephane Demurget <demurgets@free.fr>
27349 * plugins/*/.cvsignore: updated.
27351 2001-12-31 Stephane Demurget <demurgets@free.fr>
27355 src/Makefile.am: removed the empty header syntax.h.
27357 2001-12-31 Naba Kumar <kh_naba@users.sourceforge.net>
27360 Stef's observation on the 'superfluous' hseparators in the recent
27361 files and projects is fully justified -- removed.
27363 * main_menubar_def.h:
27364 Changed "Plug Ins" to "Plugins" in the menu label.
27366 * configure.in, plugins/Makefile.am, plugins/class-gen/*:
27367 Added class-gen in the configure output and class-gen module.
27369 * data/internal.properties:
27370 Correct mis-spelled "jave" to "java".
27371 Added file.is.source for *.h, *.c, *.cpp properties.
27373 * global-tags/Makefile.am:
27374 "chmod +x create_global_tags.sh" before it is executed, because
27375 there is very high chance that it will be found "-x" and resulting
27378 2001-12-31 Stephane Demurget <demurgets@free.fr>
27380 Fixed a crash on Solaris reported by Holder Burde, thanks to him
27383 * src/gnome_project.c: (create_new_project): if the user doesn't
27384 select any icon, it doesn't have any extension and thus we can't
27385 use it in printf on Solaris, since the %s modifier use strlen to
27386 know the string length and then crash. On Linux, gcc checks the value
27387 of the pointer to be NULL and write "(null)" if necessary. We can't
27390 * src/source.c: (source_write_desktop_entry): if there's no icon, we
27391 don't need to have the directory icon but the generic one.
27393 2001-12-30 Stephane Demurget <demurgets@free.fr>
27395 Merged with latest (1.42) scintilla.
27397 Added: Support for the {load,save}.on.(de)activate properties.
27398 The PHP lexer to match keywords case insensitively.
27400 Experimental supports for changeable style attribute & line
27403 Updated: Both the C++ and HTML lexers.
27404 More shell keywords added.
27405 Horizontal scrolling and diplay of long lines optimised.
27406 Cursor setting optimised.
27408 Bugs fixed: Caret movement over folded lines.
27409 Selection tracking in 2ndary views when doing modifications.
27411 * scintilla/CallTip.{cxx.h},
27412 scintilla/ContractionState.{cxx,h},
27413 scintilla/Document.{cxx,h},
27414 scintilla/Editor.{cxx,h},
27415 scintilla/KeyWords.cxx,
27416 scintilla/LexHTML.cxx,
27417 scintilla/PlatGTK.cxx,
27418 scintilla/RESearch.cxx,
27419 scintilla/ScintillaBase.cxx,
27420 scintilla/ScintillaGTK.cxx,
27421 scintilla/Style.{cxx,h},
27422 scintilla/StyleContext.h,
27423 scintilla/ViewStyle.cxx,
27424 scintilla/include/*.h: updated.
27426 * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
27428 * scintilla/LexCPP.cxx: removed all references to noDocChars. This
27429 should have been told to the scintilla team. We're lucky I read the
27430 ChangeLog and the modifications of the lexer (thanks to the Gnome
27433 * data/internal.properties: added Baan definitions.
27434 Fixed some issues for C such as *_cast directive, that are only
27435 available with C++.
27436 Updated C++, HTML and shell scripts definitions.
27437 Updated Ada and Bullant, that have been forgotten.
27439 * src/main_menubar_def.h,
27442 src/utilities.[ch]: added support for the Baan highlight style.
27444 2001-12-29 Stephane Demurget <demurgets@free.fr>
27446 Polished the plugins menu behaviour and added a tearoff
27447 menuitem to the recent entries submenu.
27449 Note: The recent entries list seems to be too height
27450 with all these superfluous hseparators.
27452 * src/main_menubar.c: Polished, making some
27453 functions declarations static and cleaning some code.
27455 (create_submenu_plugin): removed the extra
27456 plugins entry and the horizontal separators.
27458 (on_plugins_menu_realize): the plugins menu is only
27459 shown if there's at least one available.
27461 (create_submenu*): added a tearoff menuitem to have
27462 a more homogeneous menu style. For now, it doesn't
27463 take care of user settings (but it was even worse
27466 2001-12-29 Stephane Demurget <demurgets@free.fr>
27468 * configure.in: added the packageplugindir variable to avoid
27469 installing the plugins in $(prefix). It's not the same path as
27470 anjuta 2 to allow parallel installation.
27472 2001-12-29 Stephane Demurget <demurgets@free.fr>
27473 Fix a reopened part of bug #440676: keyboard navigation between the
27474 different text buffers. Changed to a more global approch.
27476 * src/notebook.[ch]: removed.
27478 * src/Makefile.am: removed notebook.[ch]
27480 * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27481 (on_anjuta_window_key_press_event): added to fulfill the global
27484 * HACKING: updated according to the new global shortcuts handling.
27486 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27488 * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27489 Shifted plugin menu from Edit submenu to main menu.
27492 Added plugins/sample1/plugin-sample1.c
27494 * plugins/sample1/plugin-sample1.c:
27495 Added localization and used anjuta_info, instead of anjuta_error.
27497 * plugins/.cvsignore, plugins/sample1/.cvsignore:
27500 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27502 * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27505 * Makefile.am: Added module plugins.
27507 * plugins, plugins/Makefile.am, plugins/sample1/*:
27508 Created plugins modules.
27510 * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and
27511 Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27512 to load plugins of *.so only and not *.so* (which results
27515 * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of
27516 plugins during packaging.
27518 2001-12-27 Simos Xenitellis <simos@hellug.gr>
27520 * configure.in: Added Greek (el) to ALL_LINGUAS.
27522 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27524 * configure.in: Added portuguese to ALL_LINGUAS
27526 2001-12-24 Naba Kumar <kh_naba@users.sourceforge.net>
27528 * global-tags/.cvsignore
27529 tagmanager/.cvsignore
27530 tagmanager/include/.cvsignore:
27531 Added cvs ignore files.
27534 Updated cvs ignore file.
27536 2001-12-23 Andy Piper <andy.piper@freeuk.com>
27538 * src/debugger.c, src/text_editor.c, src/anjuta.c,
27539 data/anjuta.properties, data/internal.properties: clean up some
27540 message strings (me)
27542 2001-12-23 Andy Piper <andy.piper@freeuk.com>
27544 * src/about.c, THANKS: added Jens to the credits
27546 2001-12-23 Andy Piper <andy.piper@freeuk.com>
27548 * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27549 src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27550 src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27551 Georg <mail@jensgeorg.de> to add close button to file tabs.
27553 2001-12-20 Andy Piper <andy.piper@freeuk.com>
27555 * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27556 (debugger now catches correct signal from process)
27558 2001-12-20 Andy Piper <andy.piper@freeuk.com>
27560 * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27561 * src/pixmaps.h: switch appwizard project icons to new designs
27562 * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27564 2001-12-20 Andy Piper <andy.piper@freeuk.com>
27566 * pixmaps/Makefile.am: stop redundant images from being installed.
27567 The next step will be to remove them completely.
27568 * src/appwiz*: further updates (more to come)
27569 * src/pixmaps.h: cleaned up, commented
27570 * src/splash.c: should use the pixmaps macro defined
27571 * HACKING: more on the graphics stuff and use of pixmaps.h
27573 2001-12-19 Andy Piper <andy.piper@freeuk.com>
27575 * src/defaults.c: fix bug #494864
27577 2001-12-18 Andy Piper <andy.piper@freeuk.com>
27579 * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27580 graphics from Misha
27581 * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27582 redundant graphics, no longer used
27583 * src/appwiz*: revamped application wizard by Andy and Misha for
27584 a more usable and professional look-and-feel
27585 * HACKING: updates to cover patching, graphics, and some additions
27587 * TODO: removed some implemented features
27589 2001-12-17 Andy Piper <andy.piper@freeuk.com>
27591 * data/anjuta.properties, data/internal.properties: cleanup
27592 * src/compiler_options_gui.c, src/mainmenu_callbacks.*,
27593 src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27594 to edit styles colors for keywords and add Goto Tag menu option
27597 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27599 * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27602 fixes the Forget of the cursor position when tab is brought active
27603 from project manager.
27605 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27608 Exported "TERM=xterm" to get a color terminal when
27609 anjuta is not started from within a terminal.
27611 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27615 Added a frame around zvt terminal.
27617 * src/preferences_gui.c
27618 Modified to say "Use glade component (experimental)"
27619 instead of "Use Component".
27621 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27624 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27627 src/fileselection.c
27632 src/project_dbase.c
27634 a) Extra scrollbar in terminal no longer appears.
27635 b) Character set preference should be preserved (untested).
27636 c) File selection widget now remembers last directory.
27637 d) On creation of generic project, the glade 'file not found' error no
27639 e) First terminal window is created 'on demand', so it should always to
27640 the Right Thing (TM) as far as starting WD is concerned. Also, the
27641 environment is now passed to the terminal.
27642 f) Solaris compilation should be fixed (replaced get_current_dir_name()
27644 g) Fixed some compilation warnings.
27646 2001-12-10 Andy Piper <andy.piper@freeuk.com>
27648 * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27649 src/pixmaps.h: applied terminal and warnings patch (Biswa)
27650 * src/*: cleanups (me)
27651 * pixmaps/mini_term.xpm: added new file for terminal button
27652 (me, based on existing artwork)
27654 2001-12-07 Andy Piper <andy.piper@freeuk.com>
27656 * configure.in: bumped version to 0.1.9-pre
27657 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
27659 * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27661 2001-12-07 Pablo Saratxaga <pablo@mandrakesoft.com>
27663 * src/splash.c: removed a DOS end of line of a comment (so the *.po
27664 files are free of that char)
27665 * configure.in: added "az" to ALL_LINGUAS
27667 2001-11-29 Andy Piper <andy.piper@freeuk.com>
27669 * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27670 crash bug fix from Biswa.
27671 * FUTURE: added Anjuta/gIDE merger information to provide
27672 details on future direction and status of 1.x stuff
27673 * NEWS: prepared for release
27674 * po/de.po: update from Jens Georg <mail@jensgeorg>
27676 2001-11-28 Andy Piper <andy.piper@freeuk.com>
27678 * multiple minor updates pre-0.1.8
27679 * patch from Biswa to fix syntax highlighting and packaging
27680 * po/fr.po: update from Stef
27682 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27684 * global-tags/Makefile.am
27685 global-tags/create_global_tags.sh
27686 global-tags/tm_global_tags.c
27687 scintilla/LexCPP.cxx
27688 scintilla/include/SciLexer.h
27690 src/project_dbase.c
27691 tagmanager/Makefile.am
27692 tagmanager/include/Makefile.am
27693 tagmanager/include/tm_project.h
27694 tagmanager/include/tm_tag.h
27695 tagmanager/include/tm_tagmanager.h
27696 tagmanager/tm_project.c
27697 tagmanager/tm_source_file.c
27698 tagmanager/tm_tag.c
27699 tagmanager/tm_workspace.c:
27701 Includes the syntax highliting patch to scintilla).
27702 and more stable code.
27704 *tagmanager/include/tm_symbol.h: New file.
27705 *tagmanager/tm_symbol.c: New file.
27707 Add symbol tree building functionality at project level
27710 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27712 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27714 * pixmaps/file_cpp.xpm, pixmaps/file_html.xpm, pixmaps/file_icon.xpm,
27715 pixmaps/file_c.xpm, pixmaps/file_h.xpm, pixmaps/file_pix.xpm,
27716 pixmaps/file_file.xpm, pixmaps/file_i18n.xpm
27717 : New and improved pixmaps from Misha <misha@phreaker.net>
27720 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27722 * Big patch submitted by
27723 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27724 Many thanks to him.
27726 * src/Makefile.am, src/aneditor.cxx
27727 src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27728 src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27729 Use of tagmanager lib for advanced calltips.
27731 * global-tags/*: Created new directory and added files to
27732 generate system.tags.
27734 * tagmanager/*: Created new directory and added tagmanager lib
27737 * configure.in, acconfig.h, Makefile.am: Modified to reflect
27738 the above additions.
27740 * data/Makefile.am: Modified to accomodate generated system.tags file.
27742 2001-11-07 Andy Piper <andy.piper@freeuk.com>
27744 * scintilla/: updated to 1.41
27745 * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27746 * src/about.c: updated list of authors
27747 * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27748 * HACKING: updated to cover Scintilla usage
27749 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
27752 2001-11-07 Naba Kumar <kh_naba@users.sourceforge.net>
27754 * src/aneditor.cxx: Fixed compilation errors with it.
27755 by add include to gtk+ headers and typedefining a mysteriously
27756 vanished class Colour.
27758 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
27760 * configure.in: Added pt_BR in the languages.
27762 2001-11-01 Andy Piper <andy.piper@freeuk.com>
27764 * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27765 (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27767 * manuals/C/anjuta-manual/*: new format to match
27768 the rest of the GNOME docs chapter layout. Added the many
27769 new contributors. Moved Authors and License information into new
27770 chapters of their own - should make expansion easier too
27771 * src/compiler_options.c: changed the profiler option to -pg to
27772 work with GNU tools (gprof)
27773 * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages
27776 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
27778 * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27779 compiler_options_gui.c:
27780 Added a new entry for linker flags and renamed c_options to c_flags
27781 and l_options to l_libs. Also, added a new function:
27782 compiler_options_set_prjlflags_in_file();
27784 * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27786 * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27788 2001-10-26 Andy Piper <andy.piper@freeuk.com>
27790 * THANKS, src/about.c: corrections and additions following
27792 * src/main_menubar.c: patch from Rikul to fix the problem with
27793 menu accelerators not being loaded
27795 2001-10-26 Naba Kumar <kh_naba@users.sourceforge.net>
27797 * THANKS: Added all contributors and translators names and emails.
27799 * pixmap/anjuta_logo.png: Reduced the size of the logo.
27800 * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27801 Added new file (earlier logo with border).
27802 * src/about.c: Added all contributors names and emails
27803 and used macro definition for logo pixmap file.
27804 * src/pixmaps.h: Added entry for anjuta splash screen.
27806 2001-10-24 Andy Piper <andy.piper@freeuk.com>
27808 * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27809 to new PNG version (thanks to Misha) and removed the old
27812 2001-10-24 Abel Cheung <maddog@linux.org.hk>
27814 * THANKS: added Conner Mo for simplified Chinese translation.
27815 * configure.in: added zh_CN in ALL_LINGUAS
27817 2001-10-21 Abel Cheung <maddog@linux.org.hk>
27819 * THANKS: added Joe Man for his traditional Chinese translation.
27820 * configure.in: added zh_TW in ALL_LINGUAS.
27822 2001-10-19 Naba Kumar <kh_naba@users.sourceforge.net>
27824 * src/main_menubar_def.h: Changed the link of lidn to
27825 http://lidn.sourceforge.net.
27827 2001-10-18 Naba Kumar <kh_naba@users.sourceforge.net>
27829 * Applied patch from Rikul
27830 * Applied patch from Luca
27831 * Fixed a cvs conflict. :)
27833 2001-10-17 Stephane Demurget <demurgets@free.fr>
27835 * THANKS: added Marc Botermans for his Dutch translation.
27837 * configure.in: added nl in ALL_LINGUAS.
27841 2001-10-17 Naba Kumar <kh_naba@users.sourceforge.net>
27843 * anjuta.c: Fixed luca's typo.
27844 * resources.c, resources.h: Changed gchar* return to void, to
27845 avoid a compiler warning.
27846 * scintilla/Makefile.am: Reorganized file entries.
27847 * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27849 2001-10-16 Naba Kumar <kh_naba@users.sourceforge.net>
27851 * Upgraded scintilla to 1.4.
27852 * Added 6 files: LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27853 LexLisp.cxx StyleContext.cxx StyleContext.h
27854 * src/Makefile.am: Added 4 lexers and separated lexer objects
27855 from the main link variable.
27857 2001-10-14 Stephane Demurget <demurgets@free.fr>
27859 * THANKS: added Luca, even if it shouldn't be my role to write
27860 this sort of thing :)
27862 * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27863 the latest Luca patch.
27865 2001-10-14 Andy Piper <andy.piper@freeuk.com>
27867 * added skeleton plugin functionality (lbell <lbell@tsc4.com>).
27868 This is not documented yet; plugins to come later.
27869 * src/find*.c: find dialogs now persistent
27870 (Rick <rikul@bellsouth.net>)
27871 * widgets/gnomefilelist.c: fixed multiple file open issue
27872 (Rick <rikul@bellsouth.net>)
27873 * changes to recent file and project lists handling
27874 (lbell <lbell@tsc4.com>)
27875 * more minor UI updates (me)
27877 2001-10-11 Andy Piper <andy.piper@freeuk.com>
27879 * src/Makefile.am: removed warnings for traditional C syntax
27880 * pixmaps: added new icons for mini_locals, mini_cvs and
27881 the splash screen - thanks to Misha <misha@phreaker.net>
27883 2001-10-10 Andy Piper <andy.piper@freeuk.com>
27885 * src/toolbar.c: fix typo in tooltip text
27886 * ccview/cccmd.cc: alter Func to Function in menu text
27888 2001-10-09 Andy Piper <andy.piper@freeuk.com>
27890 * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27891 issue with find dialog reporting an error when Scintilla finds text
27892 * applied patch from Denis Boehme <boehme at syncio dot de> to support
27893 DOS files (i.e. CR/LF translation)
27895 2001-10-03 Andy Piper <andy.piper@freeuk.com>
27897 * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27899 * data/internal.properties: default fold style now set to 3 :-)
27900 * applied patch from rikul <null@acm.org> to turn notebook tab
27901 headings red when file has been edited.
27903 2001-10-02 Kjartan Maraas <kmaraas@gnome.org>
27905 * configure.in: Added "no" to ALL_LINGUAS.
27907 2001-09-29 Naba Kumar <kh_naba@users.sourceforge.net>
27909 * Patch from lbell <lbell@tsc4.com>
27914 src/main_menubar_def.h
27915 src/mainmenu_callbacks.c
27916 src/mainmenu_callbacks.h
27917 src/project_dbase.c
27918 src/project_dbase.h
27920 Implemented a check menu item to handle the 'show locals' flag
27921 for the current project.
27923 * data/internal.properties: Removed the redundant command
27924 for gnome-terminal.
27926 2001-09-25 Naba Kumar <kh_naba@users.sourceforge.net>
27928 * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27930 2001-09-24 Fatih Demir <kabalak@gtranslator.org>
27932 * configure.in: Added "ta" to the languages list.
27934 2001-09-21 Andy Piper <andy.piper@freeuk.com>
27936 * data/internal.properties:
27937 added fold.symbols property to control appearance of folds
27938 in the Scintilla editor (thanks to rikul <null@acm.org>)
27940 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
27943 one extra button for message win is being created -- Fixed.
27945 The frame should be hidden and not only the pix_lab when
27946 that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27949 * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am:
27950 for the time being it is same as mini_cvs.xpm.
27952 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
27954 * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27956 Patch from rikul <null@acm.org>
27958 * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27959 glades.h, messages.c, messages.h, pixmaps.h,
27960 project_dbase.c, project_dbase.h, session.c,
27961 session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27963 inserted 'add to watch' option in inspect window, so you can add easily
27964 a variable in watch window .
27966 Added a new message pane for the gdb local variables inspection. Changed
27967 the code in messages.c to better account for future new panes insertion.
27968 Defined a new pixmap for the new tab button in pixmaps.h
27969 (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27972 Changed the debugger module to have a single function for asking to gdb
27973 to send program info. The idea is to ask the debugger about only the
27974 info needed to open windows( watch, registers, etc ) to speedup the step
27975 command. I plan to ask informations to the debugger based on the user
27977 The request for local variables is enabled by default, but the
27978 projectDBase has a variable to control it, to allow disabling that
27979 feature, there is also the code to save and to reload the state. If you
27980 want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27983 This big patch is from: lbell <lbell@tsc4.com>
27985 2001-09-20 Stephane Demurget <demurgets@free.fr>
27987 Patch from rikul <null@acm.org> :
27989 * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27990 problem and added folding support for php/hmtl.
27992 2001-09-19 Naba Kumar <kh_naba@users.sourceforge.net>
27994 * Fixed dnd of files within scintilla.
27995 patch from: rikul <null@acm.org>
27997 2001-09-18 Naba Kumar <kh_naba@users.sourceforge.net>
27999 * Applied patch from Luca.
28001 * src/source.c: source_write_build_files(): Fixed the project generation
28002 failure. The fist return statement and the free_project_type were
28005 2001-09-14 Naba Kumar <kh_naba@users.sourceforge.net>
28007 * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
28008 mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
28010 1) Restore the error color to red (waiting for a configurable one )
28011 2) Saving projects settings if you exit anjuta without closing an open
28013 3) New Menu 'repaeat search' to search with a keystroke without pressing
28015 4) some define in the menus to better handle menu item update
28017 Patch from: lbell <lbell@tsc4.com>
28019 * main_menubar_def.h, main_menubar.c: Change the position of
28020 "Repeat find" menu position.
28022 2001-09-13 Naba Kumar <kh_naba@users.sourceforge.net>
28024 project_type.h, project_type.c, source.c: Applied patch.
28025 patch from Johannes Schmid <clubfan@users.sourceforge.net>
28027 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
28029 * configure.in, src/Makefile.am: Using macros for ORBit flags.
28031 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
28033 * Fixed bug #445752
28035 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
28037 * Fixed bugs in Gtk-- and Gnome-- project type
28039 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
28041 * dnd.c: Support for multiple files drag-n-drop.
28043 Patch from: rikul <null@acm.org>
28045 * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
28046 mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
28049 Patch from: rikul <null@acm.org>
28051 * Applied patch for widgetizing goto dialog box.
28054 * Applied patch for having new project type handling.
28055 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
28057 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
28059 * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
28060 anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
28061 debugger.c, debugger.h, find_in_files.c, find_in_files.h,
28062 find_replace.c, find_replace.h, find_text.c, find_text.h,
28063 glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
28064 project_dbase.h, source.c, text_editor.c, text_editor.h,
28065 text_editor_cbs.c, utilities.c, utilities.h:
28067 Applied a huge patch (after slight preview). I would like Luca
28068 to have his feature additions mentioned here.
28070 Patch from: lbell <lbell@tsc4.com>
28072 2001-09-09 Stephane Demurget <demurgets@free.fr>
28074 * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
28076 * po/fr.po: updated to the latest sources.
28079 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
28081 * Fixed bug #445752
28083 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
28085 * dnd.h, dnd.c: New files for drag n drop support.
28087 * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
28088 Added drag and drop support for opening files.
28090 Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
28091 Archit Baweja <bighead@crosswinds.net> for this idea.
28093 * TODO: Added some more todos. :-(
28095 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
28097 * Fixed the goto line activate bug.
28098 patch from: Martyn Bone <mbone@brightstar.u-net.com>
28100 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
28102 * Fixed bugs in Gtk-- and Gnome-- project type
28104 2001-08-5 Naba Kumar <kh_naba@users.sourceforge.net>
28106 * widgets/gonmefilelist.c, gnomefilelist.c:
28107 Modified multiple selection on pressing control.
28108 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28110 * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
28111 Modified multiple selection on pressing control.
28112 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28114 2001-09-05 Abel Cheung <maddog@linux.org.hk>
28116 * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
28117 This is useless; but just in case...
28119 2001-08-4 Naba Kumar <kh_naba@users.sourceforge.net>
28121 * data/internal.properties: modified a bit of perl properties.
28123 2001-08-3 Naba Kumar <kh_naba@users.sourceforge.net>
28125 * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
28126 src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
28127 Added support for multiple file imports. Changed the standrd C++
28128 convention of #include <file> to #include <file.h>, because I had given
28129 some wrong options while compiling my gcc-3.0.1 compiler, so it does not
28130 now support the #include <file> convention. That is something to be fixed :).
28131 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28133 2001-08-1 Naba Kumar <kh_naba@users.sourceforge.net>
28135 * src/anjuta.c: Added function static greetings_text(), to solve the non
28136 translation of the greetings text in the wizard.
28138 2001-08-31 Andy Piper <andy.piper@freeuk.com>
28140 * src/find_in_files_gui.c: made order of buttons consistent with other Find
28141 dialogs, with OK the default (fix bug #453482)
28143 2001-08-31 Naba Kumar <kh_naba@users.sourceforge.net>
28145 * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
28147 * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
28149 2001-08-29 Naba Kumar <kh_naba@users.sourceforge.net>
28157 src/main_menubar_def.h
28158 src/mainmenu_callbacks.c
28159 src/mainmenu_callbacks.h:
28160 Applied the patch that addes menu items which allow users to
28161 insert GPL notice and date time in current document.
28162 patch from: Rick Patel <rikul@shreve.net>
28164 * src/main_menu.c: Fixed a compilation error.
28166 * src/anjuta.c: Fixed non-rememberence of editor tab position.
28168 * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
28169 about the unterminated strings.
28171 * scintilla/*: Updated scintilla to 1.3.9 version.
28173 2001-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
28175 * widgets/gnomefileselection.c:
28176 Applied the patch for fixing multiple selection of file open funcion,
28177 which will deselect the files selected.
28178 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28180 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
28182 * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
28183 src/fileselection.c, src/anjuta_cbs.c:
28184 Applied the patch for multiple selection of file open.
28185 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
28187 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
28189 * Removed "-f" option in call to devhelp, because devhelp no longer
28192 2001-08-26 Stephane Demurget <demurgets@free.fr>
28194 All these modifications have been pointed out by
28195 Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
28197 * data/internal.properties: two fixes for the PHP lexer.
28200 * fr.po: minor fixes.
28202 * TODO: added a couple of PHP suggestions from Gregory Schmitt.
28204 2001-08-25 Naba Kumar <kh_naba@users.sourceforge.net>
28208 main_menubar_def.h,
28209 main_menubar_callbacks.c,
28211 Added new menu item for "close all fils".
28212 (Patch from Rikul <rikul@shreve.net>, after revision)
28214 * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
28216 * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
28217 (Patch from Rikul <rikul@shreve.net>)
28219 * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
28220 (Patch from Rikul <rikul@shreve.net>)
28222 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
28224 * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
28225 project name in application widzard.
28226 [Patch from: Yannick Koehler <yannick.koehler@colubris.com> ]
28228 * executer.c: hacked to change the behavior of the executer dialog. Now, instead
28229 of the 'OK' button there is an 'Execute' one.
28230 [ Patch from: Giovanni Corriga <valkadesh@libero.it> ]
28232 * executer.c: Changed cancel button to close button. That was more appropriate.
28234 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
28236 * HACKING: corrected >>>>>> Config management.
28238 * HACKING: Added many things.
28240 * src/launcher.h: Added some comments.
28242 2001-08-21 Stephane Demurget <demurgets@free.fr>
28244 * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
28247 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
28248 src/appwizard_cbs.c,
28249 src/appwizard_gui.c: Applied UI/docs cleanup patch from
28250 Andy Piper <andy.piper@freeuk.com>
28252 * po/fr.po: updated to latest sources.
28254 * Makefile.am: removed anjuta.prj from EXTRA_DIST.
28257 2001-08-18 Andy Piper <andy.piper@freeuk.com>
28259 * Fixed bugs #450280 and #448845
28261 * src/about.c: corrected Naba's e-mail address (.net, not .com)
28263 * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
28266 * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
28267 src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c,
28268 src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog
28269 names to remove "Anjuta: " prefix
28271 * src/main_menubar_def.c: altered a message
28273 * launcher/anjuta_launcher.c: cleaned up some messages
28275 * src/debugger.c: edited messages to improve clarity
28277 * src/app_wiz*.c: tidied wizard interface
28280 2001-08-15 Stephane Demurget <demurgets@free.fr>
28282 Synced Naba's fix and mine about the wizards not working and removed
28283 anjuta.prj to avoid a nasty checkin.
28285 * Makefile.am: removed the install-data-local rule.
28287 * data/Makefile.am: changed the list of files.
28289 * anjuta.prj: removed to avoid checkin of Anjuta temp files.
28291 * .cvsignore: added anjuta.prj for the same reason.
28294 2001-08-15 Naba Kumar <kh_naba@users.sourceforge.net>
28296 * src/source.c: Fixed a bug that fails new gnome projects to get
28299 * src/project_manager.c: Fixed a bug that disables storing recent
28302 * Makefile.am: Added stuffs to install the macro files in the
28306 2001-08-14 Stephane Demurget <demurgets@free.fr>
28308 * data/Makefile.am: added some rules to support the gnome/ macros
28309 dir in order to make the wizards work again.
28311 * anjuta.spec.in: upped the release number.
28314 2001-08-12 Zbigniew Chyla <cyba@gnome.pl>
28316 * configure.in (ALL_LINGUAS): Added pl.
28319 2001-08-09 Stephane Demurget <demurgets@free.fr>
28321 * anjuta.spec.in: fixed the doc files list.
28324 2001-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
28326 * src/about.c: corrected my email address. :-)
28330 * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
28331 (patch from Andy Piper <squiggle@ukgateway.net>)
28333 2001-08-08 Naba Kumar <kh_naba@users.sourceforge.net>
28335 * debugger.c: Fixed a bug associated with debugging threaded
28338 * text_editor_menu.c: Fixed broken ui in text editor
28341 * text_editor_menu.c: Now the option sub menu in text editor pop up
28344 * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
28345 (suggested by lord sibn <sibn@utspl.cjb.net> )
28347 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
28349 * src/text_editor_menu.c: Added menu item for context help
28350 (patch from Andy Piper <squiggle@ukgateway.net>)
28352 2001-08-06 Stephane Demurget <demurgets@free.fr>
28354 * ccview/cccproj.cc: added missing i18n strings.
28356 * data/welcome.txt: bumped version to 0.1.6.
28358 * src/anjuta.c: fixed a compilation error due to devhelp integration.
28360 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
28362 * help.c, help.h: Added support for DevHelp context sensitive help
28363 and gnome api browsing.
28364 * Fixed toolbars and editor views "not save" bug.
28365 * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
28366 (patch from Andy Piper <squiggle@ukgateway.net>)
28367 * Updated THANKS and chapter15.sgml for uk and ru translators.
28369 2001-08-05 Naba Kumar <kh_naba@users.sourceforge.net>
28371 * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
28372 * Updated configure.in to include these changes
28374 2001-08-03 Stephane Demurget <demurgets@free.fr>
28376 * src/project_dbase_gui.c: fixed bug #446963
28377 (on_project_dbase_ccview_update_start),
28378 (on_project_dbase_ccview_update_end): added.
28379 These two respectively disable and enable close file/project
28380 menu entries and toolbar items, while the ccview part updates
28384 2001-08-03 Stephane Demurget <demurgets@free.fr>
28386 * configure.in: added sv to the ALL_LINGUAS list.
28389 2001-08-01 Fatih Demir <kabalak@gtranslator.org>
28391 * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
28392 file to work: merge translations and distribute it.
28394 * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
28396 * NEWS, README, THANKS & TODO: Spelling fixes.
28398 2001-08-01 Stephane Demurget <demurgets@free.fr>
28400 * README: updated requirements.
28402 * scintilla/Makefile.am,
28403 src/Makefile.am: fixed includes using $(srcdir), as the distcheck
28404 target can't be realized (custom build path).
28406 * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
28407 Removed install-data-local.
28409 * src/compiler_options.c: changed the include paths of the pixmaps.
28410 we hadn't any warning because of the include paths passed to the
28411 compiler. Thanks to make distcheck for reporting this.
28414 2001-07-31 Stephane Demurget <demurgets@free.fr>
28416 * NEWS, THANKS: updated.
28418 * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
28419 fixed to show the correct kernel signal number and its description.
28421 * widgets/gnomefilelist.c: fixed bug #445756
28422 (goto_last): renamed to goto_prev and changed according to goto_next.
28423 (goto_next): added.
28424 (goto_directory): removed.
28425 (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
28426 returned value is now the position in the list.
28427 (check_ok_button_cb): changed the back check and added one for next.
28428 (gnome_filelist_set_dir): the check in history make it wouldn't be
28429 a "true" history. polished the whole thing, using set_dir_internal.
28430 (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
28431 there's no check in the history when using back or next.
28433 * manuals/*: added missing .cvsignore files.
28436 2001-07-30 Stephane Demurget <demurgets@free.fr>
28438 * po/fr.po: updated to latest sources.
28440 * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
28441 call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
28442 to put off their sensitive attributes.
28444 2001-07-29 Stephane Demurget <demurgets@free.fr>
28446 * po/fr.po: fixed some grammar things.
28447 Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
28450 * src/utilities.c: (file_is_link): use lstat instead of stat.
28452 2001-07-27 Naba Kumar <kh_naba@123india.com>
28454 * Remove help dir from cvs, because it is no longer
28457 * Remove manuals/anjuta-manual dir from cvs, because it is no longer
28460 2001-07-24 Naba Kumar <kh_naba@123india.com>
28462 * debugger.c: (debugger_update_prog_status): Fixed
28463 the bug with gdb version 5. Debugger starts, when
28464 step in/out/over etc are clicked.
28466 * debugger.c: All functions: added debugging codes.
28468 * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
28469 * breakpoints.c: (breakpoints_dbase_add_brkpnt):
28470 Modified to recognize non project files also.
28472 * source.c: (source_write_configure_in):
28473 Added source for 'prefix' counterparts for
28474 no-prefix AC_SUBST.
28476 2001-07-23 Naba Kumar <kh_naba@123india.com>
28478 * anjuta.c: added function anjuta_remove_text_editor();
28479 and suitably modified anjuta_remove_current_text_editor().
28481 * project_dbase.c: project_dbase_close(), Added code to
28482 close all opened files that belong to the project when
28483 the project is closed.
28484 (patch from "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28486 * Updated the manuals/anjuta-manual subdir for GDP standards.
28487 (patch from Andy Piper <squiggle@ukgateway.net>)
28489 * main_menubar.h, main_menubar.def: Added Menu items to handle
28490 urls for library references, bugs, patches and feature request
28493 2001-07-20 Naba Kumar <kh_naba@123india.com>
28495 * Set wmclass names in all windows.
28496 (patch from Andy Piper <squiggle@ukgateway.net>)
28497 * New splash logo from "Misha" <misha@phreaker.net>);
28499 2001-07-19 Naba Kumar <kh_naba@123india.com>
28501 * preferences.[h,c], preferences_gui.c: Added 4 properties to
28502 set caret color, calltip back color and selection fore/back
28505 2001-07-18 Naba Kumar <kh_naba@123india.com>
28507 * project_dbase.c: Closes all files when project is closed.
28508 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
28509 -- We still need to refine this as it closes all sort of files.
28511 * compiler_options.c: Fixed seg-fault bug when last item in
28512 compiler option lists is removed.
28514 * Fixed missing newline warnings during compilation.
28515 (patch from Andy Piper <squiggle@ukgateway.net>)
28517 2001-07-17 Fatih Demir <kabalak@gtranslator.org>
28519 * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28520 autogenerated no need to store'em in CVS.
28522 * ccview/.cvsignore: Addition of cvsignore.
28524 2001-07-17 Naba Kumar <kh_naba@123india.com>
28526 *GUI fixes and spell corrections
28527 (patch from Andy Piper <squiggle@ukgateway.net>)
28529 2001-07-15 Naba Kumar <kh_naba@123india.com>
28531 *Fixed double error message for file not found.
28533 *Put white backgrounds for png images.
28535 *Converted '-' to '_' in sgml files.
28537 2001-07-14 Naba Kumar <kh_naba@123india.com>
28539 * project_dbase.c: Short-cut for expand/collasp project tree
28541 * project_dbase_gui.c:
28542 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
28544 2001-07-13 Naba Kumar <kh_naba@123india.com>
28546 * notebook.[h,c]: Added
28547 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
28548 Project/message window now toggles on control and
28549 and notebook switch short-cut
28551 2001-07-7 Naba Kumar <kh_naba@123india.com>
28553 * Changed a new icon set which looks more gnomish.
28555 * Changed a new anjuta splash logo.
28556 (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28558 2001-07-6 Naba Kumar <kh_naba@123india.com>
28560 * ccview/*: Integrated ccview for class view and file view
28561 in the project Manager.
28563 * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28565 2001-07-1 Naba Kumar <kh_naba@123india.com>
28567 * scintilla/*: Upgraded Scintilla to version 1.3.7
28569 * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28571 2001-06-28 Naba Kumar <kh_naba@123india.com>
28573 * src/debugger.c: Correct step-over and step-out swapping.
28575 * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28576 chapters and added more stuffs.
28578 2001-06-13 Naba Kumar <kh_naba@123india.com>
28580 * data/autogen.sh.gtkmm: Added
28582 * data/autogen.sh.gnomemm: Added
28584 * src/appwiz.c: Added two more application wizard templetes
28586 * src/project: for gtk-- and gnome-- and proper support
28588 * src/source.c: for c++ in the project configuration.
28592 2001-05-05 Naba Kumar <kh_naba@123india.com>
28594 * Merged my pre-cvs modifications with
28595 the current cvs copy.
28597 * (lot of files change).
28599 * Implemented session management.
28601 * Local installation possible by
28602 manageing our own pixmaps paths
28605 * resources.h: Added.
28606 * resources.c: Added.
28610 2001-05-05 Fatih Demir <kabalak@gtranslator.org>
28612 * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28613 Corrected/extended ignores.
28615 2001-05-04 Naba Kumar <kh_naba@123india.com>
28617 * manuals/: dir tree added.
28618 Sgml documentation started in this dir.
28620 * omf-install/: dir tree added.
28622 * manuals/anjuta-manual/C/anjuta-manual.sgml:
28623 Created initial document structure.
28625 * configure.in: Added test for scrollkeeper.
28626 Added some Makefile entries in AC_OUTPUT.
28628 * Makefile.am: Added subdir manuals/
28630 * HACKING: Wrote something stupid.
28632 2001-05-02 Stéphane Démurget <demurgets@free.fr>
28634 * Makefile.am: Added ChangeLog in local data list, becaused it's
28635 needed to create a new project.
28637 * po/fr.po: minor fixes.
28639 * src/build_file.c, src/configurer.c, src/debugger.c,
28640 src/executer.c, src/find_replace.c, src/gnome_project.c,
28641 src/goto_line.c, src/launcher.c, src/messages.c,
28642 src/preferences.c src/project_dbase.c: functions declared static.
28644 * widgets/gnomefilelist.c: Fixed a project creation bug,
28645 introduced with latest changes.
28647 2001-05-01 Stéphane Démurget <demurgets@free.fr>
28649 * widgets/gnomefilelist.c,
28650 BUGS: Fixed an annoying bug preventing from loading files/project
28651 given on the command line. Polished the whole gnome_filelist widget.
28653 2001-04-27 Stéphane Démurget <demurgets@free.fr>
28657 src/anjuta.h: Polished the command line parsing.
28659 * BUGS: Need to clean that damn gnome_filelist widget.
28661 2001-04-25 Stéphane Démurget <demurgets@free.fr>
28665 src/signals.c: Removed duplicated includes.
28667 * po/fr.po: minor fixes.
28669 * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28670 create_compiler_options_page? () declared static.
28672 src/anjuta.c: Put a command line option for disabling
28675 * src/preferences_gui.c: Fixed an internationalization issue,
28676 other functions declared static.
28678 * src/gnome_project.c: Fixed some memory leaks,
28679 new_prj_terminated () declared static.
28681 2001-04-24 Fatih Demir <kabalak@gtranslator.org>
28683 * configure.in: Sort ALL_LINGUAS alphabetically.
28685 2001-04-22 Stéphane Démurget <demurgets@free.fr>
28687 * Emptied that ugly old Changelog.
28689 == Anjuta 0.1.5 ===
28692 2001-03-10 Naba kumar <naba@gnome.org>
28694 * src/gnome_project.c: Fixed project dir creation bug.
28696 * src/text_editor.c: Fixed double accelerators bug.
28698 * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28700 * src/stack_trace.c, * src/compiler_options.c,
28701 data/internals.properties, src/defaults.c:
28702 Fixed pixmap creation with NULL window.
28704 * src/commands.c, src/preferences_gui.c, src/build_project.c
28705 src/clean_project.c: Bug fix.
28707 * src/main_menubar_def.h: i18n bug fix.
28709 * src/executer.h, src/executer.c: Bug fix.
28711 * src/controls.c: Bug fix.
28713 * src/debugger.c: Debugger now takes program args.
28715 * po/ja.po: Added japanese translation file.
28717 Upgraded to ver 0.1.4
28718 ... Fixed other minor bugs.
28720 == Anjuta 0.1.3 ===
28722 2001-XX-XX Naba kumar <naba@gnome.org>
28724 * Lots of unaccountable changes. Integrated scintilla.
28725 Redesigned Project managemet. Added supports for other languages.
28726 Java style properties managements. .... blah blah
28728 2000-11-11 Naba kumar <naba@gnome.org>
28730 * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28731 Upgraded to version 0.1.3.
28733 * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28734 Fixed to activate Debug->add watch properly.
28736 === Anjuta 0.1.2 beta_2 ===
28737 === Anjuta 0.1.2 ===
28739 2000-11-05 Naba kumar <naba@gnome.org>
28741 * src/compiler_options.c, src/compiler_options_cbs.c
28742 src/compiler_options_cbs.h, src/compiler_options_gui.c
28743 src/anjuta2.c, extra/stock_libs.anj (new),
28744 extra/README.stock_libs (new), htmls/page13.html,
28745 htmls/images/*: Improved Library settings GUI. Can now enable/disable
28746 added libraries. Stock libs provided for ease of entry. Modified
28747 help html file accordingly.
28749 2000-11-03 Naba kumar <naba@gnome.org>
28751 * README: Minor fixes in Doc files.
28753 * src/gnome_prj.c, src/appwidzard_cbs.c:
28754 Fixed to ignore non-existant dir for blank prj.
28755 More checking in project creation, especially to confirm
28756 that the prj file already does not exist.
28758 * anjuta.spec, configure.in: Upgraded to version 0.1.2
28760 * src/controls.c: Now Menu item "Format/Detach current document"
28761 is inactive when there is no document opened.
28763 === Anjuta 0.1.1 ===
28765 2000-11-01 Naba kumar <naba@gnome.org>
28767 Completed and Release of first version (Beta) with lots of bugs.
28769 1999-12-27 Naba kumar <naba@gnome.org>
28771 Anjuta project started.