1 2008-05-13 Sébastien Granjoux <seb.sfo@free.fr>
3 * plugins/run-program/execute.c:
4 Fix #532243: Execute program with whitespace in the project path fails
6 2008-05-13 Sébastien Granjoux <seb.sfo@free.fr>
8 * plugins/debug-manager/debug_tree.c:
9 Fix #531623: Crash on updating non-existing watch
11 2008-05-13 Christian Kirbach <Christian.Kirbach@googlemail.com>
13 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
14 * tagmanager/tm_tag.c:
15 * tagmanager/test_tm_buffer.c:
16 * plugins/editor/scintilla/LexNsis.cxx:
17 * plugins/editor/aneditor.cxx:
18 * plugins/file-manager/file-view.c:
19 Fixed a bunch of compiler warnings
21 2008-05-10 Johannes Schmid <jhs@gnome.org>
23 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
24 * plugins/symbol-browser/plugin.c (project_root_added),
25 (isymbol_manager_search):
27 Fixed global tags loading from project configuration and added a
30 2008-05-08 Johannes Schmid <jhs@gnome.org>
32 Patch from Marc Lorber <lorber.marc@wanadoo.fr>
34 * plugins/gtodo/libgtodo.c (gtodo_client_get_category_from_list):
35 * plugins/subversion/subversion-log-dialog.c (create_columns):
37 Fix translation issues (#530860 and #531411)
39 2008-05-08 Johannes Schmid <jhs@gnome.org>
41 Patch from Eduardo Pérez Ureta <edpeur@gmail.com>
43 * plugins/project-wizard/templates/cpp/configure.ac.tpl:
44 * plugins/project-wizard/templates/gcj/configure.ac.tpl:
45 * plugins/project-wizard/templates/java/configure.ac.tpl:
46 * plugins/project-wizard/templates/minimal/autogen.sh:
47 * plugins/project-wizard/templates/minimal/configure.ac.tpl:
48 * plugins/project-wizard/templates/python/configure.ac.tpl:
49 * plugins/project-wizard/templates/sdl/configure.ac.tpl:
50 * plugins/project-wizard/templates/wxwin/configure.ac.tpl:
51 * plugins/project-wizard/templates/xlib/configure.ac.tpl:
53 #531405 – AM_CONFIG_HEADER macro is obsolete
55 project-wizard is creating new projects using the AM_CONFIG_HEADER obsolete macro:
56 http://www.gnu.org/software/automake/manual/automake.html#Obsolete-macros
58 2008-05-07 Massimo Cora' <maxcvs@email.it>
60 * libanjuta/interfaces/libanjuta.idl:
61 * plugins/class-inheritance/class-inherit.c
62 (class_inheritance_show_dynamic_class_popup_menu):
63 * plugins/language-support-cpp-java/cpp-java-assist.c
64 (cpp_java_assist_create_word_completion_cache),
65 (cpp_java_assist_show_calltip):
66 * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
67 * plugins/symbol-db/plugin.c (isymbol_manager_search):
68 * plugins/symbol-db/symbol-db-engine.c
69 (on_scan_update_files_symbols_end),
70 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
71 * plugins/symbol-db/symbol-db-engine.h:
72 add limit/offset keywords to search query. Adjusted APIs.
73 Fixed a minor bug with caches in the engine.
75 2008-05-06 Sébastien Granjoux <seb.sfo@free.fr>
77 * plugins/terminal/anjuta-terminal-plugin.glade,
78 plugins/terminal/terminal.c:
79 The terminal configuration default option doesn't work (#530031)
80 Combobox for terminal choose not working (#530032)
82 2008-05-06 Johannes Schmid <jhs@gnome.org>
84 * plugins/document-manager/plugin.c (on_session_save):
85 Do not reverse list of file in save-session (#531445)
87 * plugins/sourceview/anjuta-view.c
88 (anjuta_view_button_press_event):
89 Set line to mouse location when popup-menu is displayed (#530689)
91 2008-05-02 Sébastien Granjoux <seb.sfo@free.fr>
93 * (added) plugins/terminal/anjuta-terminal-plugin.ui,
94 plugins/terminal/Makefile.am,
95 plugins/terminal/terminal.c:
96 Add a context menu with copy/paste in terminal plugin
98 2008-05-02 Johannes Schmid <jhs@gnome.org>
100 * configure.in: changed gnome-build requirement, bumped version to 2.5.0
101 * libanjuta/interfaces/libanjuta.idl:
102 * plugins/project-manager/plugin.c (iproject_manager_get_packages),
103 (iproject_manager_iface_init):
104 Add an interface method to access the pkg-config data from gnome-build.
106 * plugins/symbol-browser/plugin.c (project_root_added):
107 Automatically load symbol from project configuration (proof-of-concept)
109 2008-05-01 Massimo Cora' <maxcvs@email.it>
111 * plugins/symbol-db/plugin.c (symbol_db_activate):
112 * plugins/symbol-db/test/main.c (main):
114 Adapt to changes in recent libgda
116 2008-05-01 Sébastien Granjoux <seb.sfo@free.fr>
118 * plugins/run-program/execute.c:
119 Fix run plugin again, previous patch was causing a crash when
122 2008-05-01 Johannes Schmid <jhs@gnome.org>
124 * plugins/document-manager/plugin.c (update_title):
125 Fixed bug broken titles for new files
127 2008-05-01 Johannes Schmid <jhs@gnome.org>
129 * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
130 (anjuta_util_replace_home_dir_with_tilde),
131 (anjuta_util_str_middle_truncate):
132 * libanjuta/anjuta-utils.h:
133 Added some utility methods (derived from gedit)
135 * plugins/document-manager/plugin.c (get_directory_display_name),
137 Really fix #530033 now
139 2008-05-01 Massimo Cora' <maxcvs@email.it>
141 * plugins/symbol-db/plugin.c (on_single_file_scan_end):
142 set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
144 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
145 (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
146 (sdb_engine_thread_monitor), (sdb_engine_init),
147 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
148 (sdb_engine_add_new_sym_implementation),
149 (sdb_engine_second_pass_update_scope_1),
150 (sdb_engine_second_pass_update_scope),
151 (sdb_engine_second_pass_update_heritage),
152 (symbol_db_engine_update_project_symbols),
153 (symbol_db_engine_get_files_with_zero_symbols),
154 (symbol_db_engine_get_file_symbols):
155 fixed a population bug introduced with using of caches. It broke the kind
156 of symbol in some cases (e.g. returning of table_id = -1).
157 Avoid lazy initialization and inlined the lookup functions to speed up the
159 Performances improvement in sdb_engine_second_pass_update_heritage () using
160 a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
161 logic in this part should avoid gui freezing, at least here it does not freeze.
163 * plugins/symbol-db/symbol-db-view-locals.c
164 (symbol_db_view_locals_recv_signals_from_engine):
165 * plugins/symbol-db/symbol-db-view.c
166 (symbol_db_view_recv_signals_from_engine):
167 greyed out trees while population is in place.
169 2008-05-01 Sébastien Granjoux <seb.sfo@free.fr>
171 * data/default.profile:
172 Put the new run program plugin in the default plugin list
174 * plugins/run-program/execute.c:
175 Fix a crash when the program doesn't exist
177 2008-04-30 Johannes Schmid <jhs@gnome.org>
179 * plugins/document-manager/anjuta-document-manager.ui:
180 * plugins/message-view/anjuta-message-manager.ui:
181 Put the menu items of the message-manager in the correct Goto menu
183 2008-04-30 Johannes Schmid <jhs@gnome.org>
185 * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
186 Allow markup in dialog description
188 * plugins/file-loader/plugin.c (iloader_load):
189 #523186 – Open With dialog should mention filename
191 2008-04-30 Johannes Schmid <jhs@gnome.org>
193 * libanjuta/anjuta-status.c (anjuta_status_set_title):
194 * plugins/document-manager/anjuta-docman.c
195 (anjuta_docman_update_page_label):
196 * plugins/document-manager/plugin.c (update_title),
197 (on_document_update_save_ui):
199 #530033 – Have window title like gedit
200 Also add the dirty char (*) at the beginning of the filename to match HIG
202 2008-04-30 Johannes Schmid <jhs@gnome.org>
204 * plugins/devhelp/anjuta-devhelp.ui:
205 * plugins/search/anjuta-search.ui:
206 * plugins/document-manager/anjuta-document-manager.ui:
208 Moved Goto menu into View to avoid cluttering the menubar and created
211 * plugins/document-manager/action-callbacks.c (on_next_document),
212 (on_previous_document):
213 * plugins/document-manager/action-callbacks.h:
214 * plugins/document-manager/anjuta-docman.c (on_document_toggled),
215 (anjuta_docman_update_documents_menu_status),
216 (anjuta_docman_update_documents_menu),
217 (on_notebook_page_reordered), (anjuta_docman_page_init),
218 (anjuta_docman_new), (on_notebook_switch_page),
219 (anjuta_docman_add_document), (anjuta_docman_remove_document):
220 * plugins/document-manager/plugin.c:
222 Show open documents in the "Documents" menu and add actions for next/prev
223 document like in gedit. Don't center menu items of notebook popup menu.
224 (Fixes bugs #453702 and #529528)
226 2008-04-29 Johannes Schmid <jhs@gnome.org>
228 Patch from Yuriy Penkin:
230 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
232 * plugins/debug-manager/anjuta-debug-manager.glade:
233 * plugins/run-program/anjuta-run-program.glade:
234 * plugins/tools/anjuta-tools.glade:
235 530566 – Fix translation and POTFILES.in
237 2008-04-29 Johannes Schmid <jhs@gnome.org>
239 * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
240 Use current project folder as default and added a file filter for
241 the patch file chooser.
243 2008-04-28 Massimo Cora' <maxcvs@email.it>
245 * plugins/symbol-db/symbol-db-view-search.c
246 (sdb_view_search_model_filter):
247 fixed search symbols to match "foo_symbol_%"
249 2008-04-28 Sébastien Granjoux <seb.sfo@free.fr>
255 (added) plugins/run-program/anjuta-run-program-48.png,
256 (added) plugins/run-program/anjuta-run-program.glade,
257 (added) plugins/run-program/anjuta-run-program.plugin.in,
258 (added) plugins/run-program/anjuta-run-program.ui,
259 (added) plugins/run-program/execute.c,
260 (added) plugins/run-program/execute.h,
261 (added) plugins/run-program/Makefile.am,
262 (added) plugins/run-program/parameters.c,
263 (added) plugins/run-program/parameters.h,
264 (added) plugins/run-program/plugin.c,
265 (added) plugins/run-program/plugin.h,
266 (added) plugins/run-program/utils.c,
267 (added) plugins/run-program/utils.h:
268 New run program plugin, includes a new dialog box to set
271 * plugins/debug-manager/anjuta-debug-manager.plugin.in,
272 plugins/debug-manager/anjuta-debug-manager.ui,
273 plugins/debug-manager/plugin.c,
274 plugins/debug-manager/start.c:
275 Update debugger plugin to use run program parameter dialog
277 * plugins/build-basic-autotools/build-basic-autotools.c,
278 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
279 Remove run program menu item
281 * libanjuta/interfaces/libanjuta.idl,
282 plugins/gdb/plugin.c,
283 plugins/gdb/debugger.c,
284 plugins/gdb/debugger.h,
285 plugins/debug-manager/command.c,
286 plugins/debug-manager/command.h:
287 Use a gchar * null terminated array instead of a GList for
288 passing environment variables
290 2008-04-28 Sébastien Granjoux <seb.sfo@free.fr>
292 * plugins/terminal/terminal.c,
293 libanjuta/interfaces/libanjuta.idl:
294 Add a child-exited signal in the IAnjutaTerminal interface
295 Remove environment variables merging, it is already done
298 2008-04-28 Massimo Cora' <maxcvs@email.it>
300 * plugins/symbol-db/plugin.c (isymbol_manager_search):
301 * plugins/symbol-db/symbol-db-engine.c
302 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
303 fixed partial pattern match accordingly with api.
305 2008-04-28 Johannes Schmid <jhs@gnome.org>
307 * plugins/symbol-db/plugin.c:
308 Hide progress bar when things are done.
310 2008-04-27 Massimo Cora' <maxcvs@email.it>
312 * plugins/symbol-db/symbol-db-engine.c
313 (symbol_db_engine_find_symbol_by_name_pattern),
314 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
317 2008-04-26 Massimo Cora' <maxcvs@email.it>
319 * plugins/document-manager/plugin.c (on_document_update_ui):
320 * plugins/symbol-db/symbol-db-engine-iterator-node.c
321 (symbol_db_engine_iterator_node_get_symbol_extra_string):
322 * plugins/symbol-db/symbol-db-engine.c
323 (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
324 (sdb_engine_get_dyn_query_node_by_id),
325 (sdb_engine_dyn_child_query_node_destroy),
326 (sdb_engine_insert_dyn_query_node_by_id),
327 (sdb_engine_free_cached_queries),
328 (sdb_engine_free_cached_dynamic_queries),
329 (sdb_engine_get_tuple_id_by_unique_name),
330 (sdb_engine_get_tuple_id_by_unique_name2),
331 (sdb_engine_get_tuple_id_by_unique_name3),
332 (sdb_engine_populate_db_by_tags),
333 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
334 (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
335 (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
336 (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
337 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
338 (sdb_engine_add_new_sym_implementation),
339 (sdb_engine_add_new_heritage),
340 (sdb_engine_add_new_scope_definition),
341 (sdb_engine_add_new_tmp_heritage_scope),
342 (sdb_engine_second_pass_update_scope_1),
343 (sdb_engine_second_pass_update_heritage),
344 (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
345 (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
346 (on_scan_update_files_symbols_end),
347 (symbol_db_engine_update_project_symbols),
348 (symbol_db_engine_get_full_local_path),
349 (symbol_db_engine_get_file_db_path),
350 (sdb_engine_walk_down_scope_path),
351 (symbol_db_engine_get_files_with_zero_symbols),
352 (sdb_engine_prepare_symbol_info_sql),
353 (symbol_db_engine_get_class_parents_by_symbol_id),
354 (symbol_db_engine_get_class_parents),
355 (symbol_db_engine_get_global_members_filtered),
356 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
357 (symbol_db_engine_get_scope_members_by_symbol_id),
358 (symbol_db_engine_get_scope_members),
359 (symbol_db_engine_get_current_scope),
360 (symbol_db_engine_get_file_symbols),
361 (symbol_db_engine_get_symbol_info_by_id),
362 (symbol_db_engine_find_symbol_by_name_pattern),
363 (symbol_db_engine_get_parent_scope_id_by_symbol_id),
364 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
365 * plugins/symbol-db/symbol-db-engine.h:
366 * plugins/symbol-db/tables.sql:
367 new dynamic prepared queries architecture. Now every query used in the
368 engine has its own compiled query in libgda-sqlite provider. This for speed
369 improvements, code cleaning and auto-escaping of string parameters.
370 Lookup of dynamic queries takes care of sym_info parameters and of
371 parameters passed to functions. The compiled GdaStatements are stored in an
372 array of GTree (of GTree(s)). Some parameters, as the filter_kinds,
373 are bounded at n = 5, to avoid a third level of indirection on the store-trees.
375 * plugins/symbol-db/test/Makefile.am:
376 * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
380 2008-04-25 Yuriy Penkin <yuriy.penkin@gmail.com>
382 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
384 plugins/tools/tool.c:
385 Fix #529798: Mark additional strings for translation
387 2008-04-23 Sébastien Granjoux <seb.sfo@free.fr>
389 * plugins/project-wizard/druid.c,
390 plugins/project-wizard/property.c,
391 plugins/project-wizard/property.h,
392 plugins/project-wizard/parser.c,
393 plugins/project-wizard/templates/mkfile.wiz,
394 plugins/project-wizard/templates/terminal.wiz,
395 plugins/project-wizard/templates/xlib-dock.wiz,
396 plugins/project-wizard/templates/wxwin.wiz,
397 plugins/project-wizard/templates/java.wiz,
398 plugins/project-wizard/templates/django.wiz,
399 plugins/project-wizard/templates/gnome.wiz,
400 plugins/project-wizard/templates/anjuta-plugin.wiz,
401 plugins/project-wizard/templates/gtkmm.wiz,
402 plugins/project-wizard/templates/python.wiz,
403 plugins/project-wizard/templates/cpp.wiz,
404 plugins/project-wizard/templates/sdl.wiz,
405 plugins/project-wizard/templates/gtk.wiz,
406 plugins/project-wizard/templates/minimal.wiz,
407 plugins/project-wizard/templates/xlib.wiz,
408 plugins/project-wizard/templates/gcj.wiz:
409 Add additional restriction on project name fix #529226
411 2008-04-23 Yuriy Penkin <yuriy.penkin@gmail.com>
413 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
414 * plugins/tools/plugin.c:
415 Fix #529506: Uncorrect unloading tools plugin
417 2008-04-22 Johannes Schmid <jhs@gnome.org>
419 * plugins/search/search-replace.c (search_and_replace),
420 (on_message_view_destroyed):
421 Don't spit out two many warnings when the message view is destroyed
423 * plugins/search/search-replace_backend.c
424 (file_buffer_new_from_path):
425 Only use first 500 characters for validation
427 2008-04-21 Johannes Schmid <jhs@gnome.org>
429 * plugins/search/plugin.c (find_incremental):
430 * plugins/search/search-replace.c (on_search_regex_toggled),
431 (on_search_button_next_clicked), (search_replace_find_usage):
432 * plugins/search/search-replace_backend.c (match_substr_free),
433 (file_buffer_new_from_path), (get_next_match),
434 (clear_search_replace_instance), (create_search_replace_instance):
435 * plugins/search/search-replace_backend.h:
437 Use GRegex instead of pcre and convert files to utf-8 if necessary.
440 2008-04-21 Johannes Schmid <jhs@gnome.org>
442 * plugins/document-manager/action-callbacks.c
443 (on_editor_command_paste_activate):
444 #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
445 (there was an else missing...)
447 2008-04-17 Naba Kumar <naba@naba-desktop>
449 * plugins/file-wizard/anjuta-file-wizard.plugin.in:
450 * plugins/project-import/anjuta-project-import.plugin.in:
451 * plugins/project-wizard/anjuta-project-wizard.glade:
452 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
453 Fixed bug #528264 - New: Uses incorrect spelling "assistent"
455 2008-04-20 Johannes Schmid <jhs@gnome.org>
457 * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
458 Fixed a condition where we kill our own process
460 2008-04-20 Johannes Schmid <jhs@gnome.org>
462 * libanjuta/anjuta-session.h:
463 * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
464 * plugins/symbol-db/plugin.c (value_added_current_editor),
465 (on_session_load), (symbol_db_activate):
466 * plugins/symbol-db/plugin.h:
467 * plugins/symbol-db/symbol-db-view.c
468 (sdb_view_build_and_display_base_tree):
469 Added new sessions states to avoid loading the local symbols before
470 the session is loaded (speeds up start-up).
472 * plugins/document-manager/plugin.c
473 (update_document_ui_undo_items), (update_document_ui_save_items),
474 (on_document_update_ui):
475 * plugins/sourceview/sourceview.c (idocument_redo):
476 Fixed #528705 – There is no Redo
478 2008-04-18 Sébastien Granjoux <seb.sfo@free.fr>
480 * libanjuta/interfaces/libanjuta.idl,
481 plugins/terminal/terminal.c,
482 plugins/build-basic-autotools/executer.c,
483 plugins/gdb/plugin.c:
484 Add an env parameter in the IAnjutaTerminal interface allowing
485 to specify additional environment variables
487 * libanjuta/anjuta-launcher.c:
488 Add one initialization
490 2008-04-16 Johannes Schmid <jhs@gnome.org>
492 Patch from Ignacio Casal Quinteiro:
493 * plugins/file-loader/anjuta-recent-chooser-menu.c
494 (_gtk_recent_chooser_get_items),
495 (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
496 (anjuta_recent_chooser_menu_populate):
497 Show 5 project and 15 file items in recent-chooser
499 2008-04-16 Johannes Schmid <jhs@gnome.org>
501 * plugins/search/search-replace_backend.c (isawordchar),
502 (extra_match), (get_next_match):
504 Make searching utf-8 aware. We still need to fix encodings for
505 search/replace in files as it is currently assumed they are utf-8 like
508 2008-04-16 Johannes Schmid <jhs@gnome.org>
510 Patch from Ignacio Casal Quinteiro:
511 * plugins/file-loader/anjuta-recent-chooser-menu.c
512 (anjuta_recent_chooser_menu_insert_item),
513 (anjuta_recent_chooser_menu_populate):
514 * plugins/file-loader/plugin.c (activate_plugin):
515 Fix recent files in the toolbar
517 * plugins/tools/plugin.c (ipreferences_merge):
520 2008-04-13 Sébastien Granjoux <seb.sfo@free.fr>
522 * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
524 2008-04-13 Naba Kumar <naba@naba-desktop>
526 * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
527 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
528 Do not enable brace autocompletion by defualt because it annoying for
529 fast typist (i.e. it's easier to type ending brace than move carat)
530 and it's currently broken for scintilla.
532 2008-04-13 Naba Kumar <naba@naba-desktop>
534 * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
535 * src/about.c (on_about_plugin_activate): Removed dead code.
536 * src/main.c: Make smaller include.
538 2008-04-12 Naba Kumar <naba@naba-desktop>
540 * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
541 src/utilities.h: Removed dead files.
542 * src/widget-registry.c, src/widget-registry.h: Removed more dead
545 2008-04-12 Naba Kumar <naba@naba-desktop>
547 * src/action-callbacks.c: Removed unneeded gnome.h include.
548 * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
550 2008-04-12 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
552 Reviewed by Naba Kumar <naba@gnome.org>:
553 * libanjuta/anjuta-utils.{ch}:
554 Added anjuta_utils_get_user_config_dir. This func is used
555 to get the user config directory.
556 * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
558 2008-04-12 Johannes Schmid <jhs@gnome.org>
560 * plugins/search/Makefile.am:
561 * plugins/search/anjuta-search.glade:
562 * plugins/search/anjuta-search.ui:
563 * plugins/search/plugin.c (find_incremental), (on_find1_activate),
564 (on_find_and_replace1_activate), (on_find_in_files1_activate),
565 (on_findnext1_activate), (on_findprevious1_activate),
566 (on_prev_occur), (on_next_occur), (activate_plugin),
567 (deactivate_plugin), (dispose), (finalize),
568 (search_plugin_class_init):
569 * plugins/search/plugin.h:
570 * plugins/search/search-replace.c (search_and_replace_init),
571 (search_and_replace), (write_message_pane), (on_message_clicked),
572 (save_not_opened_files), (replace_in_not_opened_files),
573 (search_replace_next_previous), (search_replace_next),
574 (search_replace_previous), (sr_get_gladewidget),
575 (search_set_popdown_strings), (search_set_popdown_map),
576 (search_select_item), (search_set_combo), (search_set_action),
577 (search_set_target), (search_set_direction),
578 (search_get_item_combo), (search_get_item_combo_name),
579 (search_direction_changed), (populate_value), (reset_flags),
580 (reset_flags_and_search_button), (search_start_over),
581 (search_end_alert), (max_results_alert), (nb_results_alert),
582 (search_show_replace), (modify_label_image_button),
583 (search_replace_populate), (show_jump_button),
584 (translate_dialog_strings), (create_dialog), (show_dialog),
585 (word_in_list), (list_max_items), (search_update_combos),
586 (replace_update_combos), (search_update_dialog),
587 (on_search_replace_delete_event),
588 (on_search_dialog_key_press_event),
589 (search_disconnect_set_toggle_connect),
590 (on_search_match_whole_word_toggled),
591 (on_search_match_whole_line_toggled),
592 (on_search_match_word_start_toggled), (on_search_regex_toggled),
593 (search_set_toggle_direction), (on_search_direction_changed),
594 (on_search_action_changed), (on_search_target_changed),
595 (on_search_expression_changed), (on_actions_no_limit_clicked),
596 (on_search_button_close_clicked), (on_search_button_stop_clicked),
597 (on_search_button_next_clicked), (search_replace_find_usage),
598 (on_search_button_jump_clicked), (on_search_expression_activate),
599 (on_search_full_buffer_toggled), (on_search_forward_toggled),
600 (on_search_backward_toggled), (on_setting_basic_search_toggled),
601 (basic_search_toggled), (anjuta_search_replace_activate):
602 * plugins/search/search-replace.h:
603 * plugins/search/search-replace_backend.c (pcre_info_free),
604 (pcre_info_new), (match_substr_free), (match_info_free),
605 (file_buffer_free), (file_buffer_new_from_te),
606 (file_buffer_new_from_path), (file_buffer_line_from_pos),
607 (file_match_line_from_pos), (create_search_files_list),
608 (get_project_file_list), (isawordchar), (extra_match),
609 (get_next_match), (create_search_entries), (regex_backref),
610 (clear_search_replace_instance), (clear_pcre),
611 (create_search_replace_instance):
612 * plugins/search/search-replace_backend.h:
613 Restored old search plugin - was a bad idea to merge this patch. Sorry!
615 2008-04-12 Johannes Schmid <jhs@gnome.org>
617 * libanjuta/Makefile.am:
618 * libanjuta/libanjuta.h:
619 * plugins/document-manager/anjuta-document-manager.glade:
620 * plugins/document-manager/plugin.c:
621 * plugins/editor/text_editor.c (text_editor_finalize),
622 (convert_to_utf8), (load_from_file), (save_to_file):
623 * plugins/editor/text_editor.h:
624 * plugins/sourceview/Makefile.am:
625 * plugins/sourceview/anjuta-convert.c:
626 * plugins/sourceview/anjuta-convert.h:
627 * plugins/sourceview/anjuta-document-loader.c:
628 * plugins/sourceview/anjuta-document-saver.c:
629 * plugins/sourceview/anjuta-document.c:
630 * plugins/sourceview/anjuta-encodings.c:
631 * plugins/sourceview/anjuta-encodings.h:
632 * plugins/sourceview/anjuta-utils.c:
633 * plugins/sourceview/anjuta-utils.h:
634 * plugins/sourceview/anjuta-view.c:
635 * plugins/sourceview/sourceview.c:
637 Move the encoding conversion infrastrcute to libanjuta and update all
638 users. Test all available encodings by default in scintilla editor
639 like sourceview is doing and removed encoding preferences
641 * plugins/search/search-replace_backend.c
642 (file_buffer_new_from_uri):
645 2008-04-11 Johannes Schmid <jhs@gnome.org>
647 * plugins/search/anjuta-search.glade:
648 Various small improvements to the dialog
650 2008-04-11 Johannes Schmid <jhs@gnome.org>
652 Patch from Ignacio Casal Quinteiro:
653 * plugins/file-loader/Makefile.am:
654 * plugins/file-loader/anjuta-recent-chooser-menu.c
655 (gtk_recent_chooser_iface_init),
656 (_anjuta_recent_chooser_install_properties),
657 (sort_recent_items_mru), (get_is_recent_filtered),
658 (_gtk_recent_chooser_get_items),
659 (anjuta_recent_chooser_menu_class_init),
660 (anjuta_recent_chooser_menu_init),
661 (anjuta_recent_chooser_menu_finalize),
662 (anjuta_recent_chooser_menu_dispose),
663 (anjuta_recent_chooser_menu_constructor),
664 (anjuta_recent_chooser_menu_set_property),
665 (anjuta_recent_chooser_menu_get_property),
666 (anjuta_recent_chooser_menu_set_current_uri),
667 (anjuta_recent_chooser_menu_get_current_uri),
668 (anjuta_recent_chooser_menu_select_uri),
669 (anjuta_recent_chooser_menu_unselect_uri),
670 (anjuta_recent_chooser_menu_select_all),
671 (anjuta_recent_chooser_menu_unselect_all),
672 (anjuta_recent_chooser_menu_set_sort_func),
673 (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
674 (anjuta_recent_chooser_menu_get_recent_manager),
675 (anjuta_recent_chooser_menu_add_filter),
676 (anjuta_recent_chooser_menu_remove_filter),
677 (anjuta_recent_chooser_menu_list_filters),
678 (anjuta_recent_chooser_menu_set_current_filter),
679 (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
680 (anjuta_recent_chooser_menu_create_item),
681 (anjuta_recent_chooser_menu_insert_item),
682 (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
683 (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
684 (item_activate_cb), (manager_changed_cb), (set_recent_manager),
685 (get_icon_size_for_widget), (foreach_set_shot_tips),
686 (anjuta_recent_chooser_menu_set_show_tips),
687 (anjuta_recent_chooser_menu_new),
688 (anjuta_recent_chooser_menu_new_for_manager):
689 * plugins/file-loader/anjuta-recent-chooser-menu.h:
690 * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
691 (activate_plugin), (dispose):
693 Add separator to recent menu (#526932)
695 * plugins/search/Makefile.am:
696 * plugins/search/anjuta-search.glade:
697 * plugins/search/anjuta-search.ui:
698 * plugins/search/plugin.c (on_find1_activate),
699 (on_find_and_replace1_activate), (on_find_in_files1_activate),
700 (on_findnext1_activate), (on_findprevious1_activate),
701 (on_search_again_activate), (on_find_usage), (activate_plugin),
702 (deactivate_plugin), (dispose), (search_plugin_class_init):
703 * plugins/search/plugin.h:
704 * plugins/search/search-replace.c (anj_sr_execute),
705 (anj_sr_write_match_message), (on_message_clicked),
706 (anj_sr_set_search_string), (anj_sr_select_nearest),
707 (anj_sr_select_next), (anj_sr_select_previous),
708 (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
709 (anj_sr_is_idle), (anj_sr_set_popdown_strings),
710 (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
711 (anj_sr_activate_combo_id_item), (anj_sr_set_action),
712 (anj_sr_set_target), (anj_sr_set_direction),
713 (anj_sr_get_direction), (anj_sr_get_combo_active_value),
714 (anj_sr_get_combo_id_active_value),
715 (anj_sr_conform_direction_change), (anj_sr_populate_value),
716 (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
717 (anj_sr_end_alert), (anj_sr_max_results_alert),
718 (anj_sr_total_results_alert), (anj_sr_show_replace),
719 (anj_sr_modify_button), (anj_sr_populate_data),
720 (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
721 (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
722 (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
723 (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
724 (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
725 (anj_sr_find_in_list), (anj_sr_trim_list),
726 (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
727 (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
728 (on_search_dialog_delete_event), (on_search_dialog_key_press),
729 (anj_sr_disconnect_set_toggle_connect),
730 (on_search_match_whole_word_toggled),
731 (on_search_match_whole_line_toggled),
732 (on_search_match_word_start_toggled), (on_search_regex_toggled),
733 (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
734 (on_search_direction_changed), (on_search_action_changed),
735 (on_search_target_changed), (on_search_expression_changed),
736 (on_search_button_close_clicked), (on_search_button_stop_clicked),
737 (on_search_button_start_clicked),
738 (on_search_button_replace_clicked),
739 (on_search_expression_activate):
740 * plugins/search/search-replace.h:
741 * plugins/search/search-replace_backend.c (regex_backref),
742 (pcre_info_free), (pcre_info_new), (match_substr_free),
743 (match_info_free_subs), (editor_new_from_file_buffer),
744 (file_buffer_new_from_te), (file_buffer_new_from_uri),
745 (file_buffer_free), (file_buffer_get_byte_offset),
746 (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
747 (file_buffer_find_lines), (file_buffer_freshen_lines),
748 (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
749 (file_buffer_get_linetext_for_line), (save_file_buffer),
750 (replace_in_local_buffer), (get_search_files_list),
751 (get_project_files_list), (isawordchar), (extra_match),
752 (get_next_match), (create_search_entries), (clear_search_entries),
753 (search_get_default_data), (search_replace_data_new),
754 (clear_search_replace_instance), (search_replace_data_destroy),
755 (search_replace_init):
756 * plugins/search/search-replace_backend.h:
757 * plugins/search/search_preferences.c (removed):
758 * plugins/search/search_preferences.h (removed):
760 Merged the UI changes from bug #511688 and simplified the search dialog
762 2008-04-10 Johannes Schmid <jhs@gnome.org>
764 * plugins/symbol-db/symbol-db-engine.c:
766 Check for ctags binary (#516123)
768 2008-04-09 Massimo Cora' <maxcvs@email.it>
770 * plugins/symbol-db/symbol-db-engine.c
771 (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
772 (sdb_engine_get_query_parameters_list),
773 (sdb_engine_free_cached_queries),
774 (sdb_engine_get_tuple_id_by_unique_name),
775 (sdb_engine_get_tuple_id_by_unique_name2),
776 (sdb_engine_get_tuple_id_by_unique_name3),
777 (symbol_db_engine_add_new_workspace),
778 (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
779 (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
780 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
781 (sdb_engine_add_new_sym_implementation),
782 (sdb_engine_add_new_heritage),
783 (sdb_engine_add_new_scope_definition),
784 (sdb_engine_add_new_tmp_heritage_scope),
785 (sdb_engine_second_pass_update_scope_1),
786 (sdb_engine_add_new_symbol), (sdb_engine_update_file),
787 (on_scan_update_files_symbols_end),
788 (symbol_db_engine_update_project_symbols):
789 GdaSet *plist is now used globally for every prepared statement.
790 It won't be created/unreffed at every query.
792 2008-04-09 Johannes Schmid <jhs@gnome.org>
794 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
795 Fixed crasher when deactivating symbol-db plugin
797 2008-04-08 Johannes Schmid <jhs@gnome.org>
799 * plugins/symbol-db/symbol-db-engine.c
800 (sdb_engine_populate_db_by_tags):
801 Don't use transactions - uses only half of the time now!
803 2008-04-08 Massimo Cora' <maxcvs@email.it>
805 * plugins/symbol-db/symbol-db-engine.c
806 (sdb_engine_prepare_symbol_info_sql),
807 (symbol_db_engine_get_global_members_filtered):
808 * plugins/symbol-db/symbol-db-view.c
809 (sdb_view_load_symbol_pixbufs),
810 (sdb_view_build_and_display_base_tree):
811 fixed global tab icons. Libgda could not understood the right fields, now it
814 2008-04-07 Johannes Schmid <jhs@gnome.org>
816 * plugins/language-support-cpp-java/cpp-java-assist.c
817 (completion_compare), (create_completion),
818 (cpp_java_assist_create_word_completion_cache):
820 Only show () for functions/methods and macros with arguments. Does not work
821 with symbol-db yet but fixes things for symbol-browser
823 2008-04-07 Johannes Schmid <jhs@gnome.org>
825 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
826 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
827 (sdb_engine_add_new_sym_implementation):
829 Fixed some issues with caching
831 2008-04-07 Johannes Schmid <jhs@gnome.org>
833 * plugins/symbol-db/plugin.c (on_single_file_scan_end),
834 (on_importing_project_end), (project_root_added),
835 (symbol_db_activate), (symbol_db_deactivate):
836 * plugins/symbol-db/plugin.h:
838 Give the symbol-db it's own progress bar because there are too many
839 interactions with the global status bar.
841 2008-04-07 Johannes Schmid <jhs@gnome.org>
843 * plugins/symbol-db/symbol-db-view-locals.c
844 (sdb_view_locals_create_new_store):
845 * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
846 * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
847 (symbol_db_view_open):
851 2008-04-07 Johannes Schmid <jhs@gnome.org>
853 * plugins/sourceview/sourceview.c (idocument_cut),
854 (idocument_copy), (idocument_paste):
855 Block insert-text signal on cut/copy/paste
857 2008-04-07 Johannes Schmid <jhs@gnome.org>
859 * plugins/symbol-db/plugin.c (on_char_added),
860 (on_single_file_scan_end):
861 Only update buffer when a newline is inserted
863 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
864 (sdb_engine_get_tuple_id_by_unique_name),
865 (sdb_engine_get_tuple_id_by_unique_name2),
866 (sdb_engine_get_tuple_id_by_unique_name3),
867 (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
868 (sdb_engine_finalize), (symbol_db_engine_db_exists),
869 (symbol_db_engine_close_db), (symbol_db_engine_open_db),
870 (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
871 Precompute file_defined_id to speed up population
873 2008-04-06 Johannes Schmid <jhs@gnome.org>
875 * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
876 (anjuta_launcher_set_encoding):
877 Fixed some problems with binary streams needed by symbol-db
879 * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
882 * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
883 (sdb_engine_insert_cache), (sdb_engine_clear_caches),
884 (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
885 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
886 (sdb_engine_add_new_sym_implementation),
887 (on_scan_update_files_symbols_end):
888 Use some caching to speed up population
890 * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
891 Exit properly when scanning is over
893 2008-04-06 Sébastien Granjoux <seb.sfo@free.fr>
895 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
896 One additional change missed in the previous commit
898 2008-04-06 Sébastien Granjoux <seb.sfo@free.fr>
900 * plugins/project-wizard/templates/gtkmm.wiz,
901 plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
902 plugins/project-wizard/templates/gtkmm/src/main.cc,
903 plugins/project-wizard/templates/django.wiz,
904 plugins/project-wizard/templates/python.wiz,
905 plugins/project-wizard/templates/python/configure.ac.tpl,
906 plugins/project-wizard/templates/python/src/Makefile.am.tpl,
907 plugins/project-wizard/templates/cpp.wiz,
908 plugins/project-wizard/templates/cpp/configure.ac.tpl,
909 plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
910 plugins/project-wizard/templates/sdl.wiz,
911 plugins/project-wizard/templates/sdl/configure.ac.tpl,
912 plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
913 plugins/project-wizard/templates/terminal.wiz,
914 plugins/project-wizard/templates/terminal/configure.ac.tpl,
915 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
916 plugins/project-wizard/templates/terminal/Makefile.am.tpl,
917 plugins/project-wizard/templates/gtk.wiz,
918 plugins/project-wizard/templates/gtk/src/main.c,
919 plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
920 plugins/project-wizard/templates/minimal.wiz,
921 plugins/project-wizard/templates/minimal/configure.ac.tpl,
922 plugins/project-wizard/templates/minimal/Makefile.am.tpl,
923 plugins/project-wizard/templates/java.wiz,
924 plugins/project-wizard/templates/java/configure.ac.tpl,
925 plugins/project-wizard/templates/java/src/Makefile.am.tpl,
926 plugins/project-wizard/templates/xlib.wiz,
927 plugins/project-wizard/templates/xlib/configure.ac.tpl,
928 plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
929 plugins/project-wizard/templates/gcj.wiz,
930 plugins/project-wizard/templates/gcj/configure.ac.tpl,
931 plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
932 plugins/project-wizard/templates/xlib-dock.wiz,
933 plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
934 plugins/project-wizard/templates/wxwin.wiz,
935 plugins/project-wizard/templates/wxwin/configure.ac.tpl,
936 plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
937 plugins/project-wizard/templates/gnome.wiz,
938 plugins/project-wizard/templates/gnome/src/main.c,
939 plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
940 plugins/project-wizard/templates/anjuta-plugin.wiz,
941 plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
942 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
943 plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
944 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
945 plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
946 Fix bug #525999: Remove space in file and target names generated
948 Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
949 has been renamed ianjuta_document_manager_get_current_document
951 2008-04-06 Naba Kumar <naba@naba-desktop>
953 * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
954 * libanjuta/anjuta-utils.h:
955 * plugins/project-wizard/druid.c (check_and_warn_missing),
957 * plugins/project-wizard/header.c (npw_header_free),
958 (npw_header_add_required_program),
959 (npw_header_add_required_package),
960 (npw_header_check_required_programs), (package_is_installed),
961 (npw_header_check_required_packages):
962 * plugins/project-wizard/header.h:
963 * plugins/project-wizard/parser.c (parse_tag),
964 (parse_header_start), (parse_header_text):
965 * plugins/project-wizard/templates/anjuta-plugin.wiz:
966 * plugins/project-wizard/templates/cpp.wiz:
967 * plugins/project-wizard/templates/django.wiz:
968 * plugins/project-wizard/templates/gcj.wiz:
969 * plugins/project-wizard/templates/gnome.wiz:
970 * plugins/project-wizard/templates/gtk.wiz:
971 * plugins/project-wizard/templates/gtkmm.wiz:
972 * plugins/project-wizard/templates/java.wiz:
973 * plugins/project-wizard/templates/minimal.wiz:
974 * plugins/project-wizard/templates/mkfile.wiz:
975 * plugins/project-wizard/templates/python.wiz:
976 * plugins/project-wizard/templates/sdl.wiz:
977 * plugins/project-wizard/templates/terminal.wiz:
978 * plugins/project-wizard/templates/wxwin.wiz:
979 * plugins/project-wizard/templates/xlib-dock.wiz:
980 * plugins/project-wizard/templates/xlib.wiz:
982 Added a check for vital programs and packages needed to create a
983 new project. A warning dialog is shown to user in project
984 wizard when he proceeds after selecting a project type.
985 Updated all project templates to cover vital programs and
986 packages to generate and build correctly.
988 2008-04-05 Naba Kumar <naba@gnome.org>
990 patch from surenspost@gmail.com:
991 * src/about.c: Fixed bug #523068 link in about window doesn't work.
993 2008-04-04 Johannes Schmid <jhs@gnome.org>
995 * plugins/sourceview/anjuta-view.c:
996 * plugins/sourceview/anjuta-view.h:
997 * plugins/sourceview/sourceview-prefs.c (init_fonts),
998 (sourceview_prefs_init):
999 Removed unused color management code
1001 * plugins/sourceview/anjuta-editor-sourceview.glade:
1002 * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
1003 (create_style_model), (on_style_changed), (ipreferences_merge),
1004 (ipreferences_unmerge):
1005 * plugins/sourceview/plugin.h:
1007 Added style chooser for sourceview editor (#522555)
1009 2008-04-04 Johannes Schmid <jhs@gnome.org>
1011 * plugins/document-manager/action-callbacks.c:
1012 * plugins/document-manager/anjuta-document-manager.ui:
1013 * plugins/document-manager/plugin.c (ui_give_shorter_names),
1014 (update_document_ui_disable_all):
1015 * plugins/file-loader/anjuta-loader-plugin.ui:
1016 * plugins/file-loader/plugin.c (on_new_activate),
1019 Moved "New" action from document-manager to file-loader using
1020 IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
1022 2008-04-03 Johannes Schmid <jhs@gnome.org>
1026 * libegg/.cvsignore:
1027 * libegg/Makefile.am:
1028 * libegg/egg-cell-renderer-text.c:
1029 * libegg/egg-combo-action.c:
1030 * libegg/egg-entry-action.c:
1031 * libegg/egg-recent-action.c:
1032 * libegg/egg-recent-files-module.c:
1033 * libegg/egg-recent-item.c:
1034 * libegg/egg-recent-model.c:
1035 * libegg/egg-recent-util.c:
1036 * libegg/egg-recent-view-gtk.c:
1037 * libegg/egg-recent-view.c:
1038 * libegg/egg-submenu-action.c:
1039 * libegg/eggcellrendererpopup.c:
1040 * libegg/eggcomboselect.c:
1041 * libegg/eggmarshalers.list:
1042 * libegg/eggtreemodelfilter.c:
1043 * libegg/eggtreemodelunion.c:
1044 * libegg/eggtreemultidnd.c:
1045 * libegg/gtkcellview.h:
1046 * libegg/layout.glade:
1047 * libegg/menu/.cvsignore:
1048 * libegg/menu/Makefile.am:
1049 * libegg/menu/egg-combo-action.h:
1050 * libegg/menu/egg-entry-action.h:
1051 * libegg/menu/egg-recent-action.h:
1052 * libegg/menu/egg-submenu-action.h:
1053 * libegg/menu/eggcomboselect.h:
1054 * libegg/recent-files/.cvsignore:
1055 * libegg/recent-files/Makefile.am:
1056 * libegg/recent-files/egg-recent-item.h:
1057 * libegg/recent-files/egg-recent-model.h:
1058 * libegg/recent-files/egg-recent-util.h:
1059 * libegg/recent-files/egg-recent-view-gtk.h:
1060 * libegg/recent-files/egg-recent-view.h:
1061 * libegg/recent-files/egg-recent.h:
1062 * libegg/test-actions.c:
1063 * libegg/test-multi-drag.c:
1064 * libegg/test-union.c:
1065 * libegg/treeviewutils/.cvsignore:
1066 * libegg/treeviewutils/Makefile.am:
1067 * libegg/treeviewutils/egg-cell-renderer-text.h:
1068 * libegg/treeviewutils/eggcellrendererpopup.h:
1069 * libegg/treeviewutils/eggtreemodelfilter.h:
1070 * libegg/treeviewutils/eggtreemodelunion.h:
1071 * libegg/treeviewutils/eggtreemultidnd.h:
1072 * libegg/util/.cvsignore:
1073 * libegg/util/Makefile.am:
1074 * libegg/util/egg-macros.h:
1075 * libegg/util/eggintl.h:
1077 Killed libegg (#349279)
1079 * plugins/document-manager/Makefile.am:
1080 * plugins/document-manager/action-callbacks.c:
1081 * plugins/document-manager/plugin.c:
1082 * plugins/editor/plugin.c:
1083 (on_open_recent_file), (sort_recent_menu),
1084 (setup_recent_chooser_menu), (activate_plugin), (dispose),
1085 (anjuta_file_loader_plugin_instance_init):
1086 * plugins/file-loader/plugin.h:
1087 * plugins/search/Makefile.am:
1088 * plugins/search/plugin.c:
1089 * plugins/search/search-replace.c:
1091 Removed dead code and libegg from Makefiles
1093 * plugins/symbol-browser/Makefile.am:
1094 * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1095 * plugins/symbol-browser/plugin.c (on_editor_saved),
1096 (update_editor_symbol_model), (iter_matches),
1097 (value_removed_current_editor), (activate_plugin):
1098 Removed symbol-browser toolbar which used libegg and was
1101 Patch from Ignacio Casal Quinteiro with lots of changes:
1102 * plugins/file-loader/Makefile.am:
1103 * plugins/file-loader/anjuta-loader-plugin.ui:
1104 * plugins/file-loader/plugin.c (set_recent_file), (open_file),
1105 Port FileLoader to GtkRecent (#398984)
1107 2008-04-03 Johannes Schmid <jhs@gnome.org>
1110 * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1111 (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
1112 * libanjuta/interfaces/libanjuta.idl:
1113 * plugins/Makefile.am:
1114 * plugins/class-inheritance/class-inherit.c
1115 (class_inheritance_show_dynamic_class_popup_menu),
1116 (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
1117 (class_inheritance_update_graph):
1118 * plugins/language-support-cpp-java/cpp-java-assist.c
1119 (create_completion),
1120 (cpp_java_assist_create_scope_completion_cache),
1121 (cpp_java_assist_create_word_completion_cache),
1122 (cpp_java_assist_show_calltip):
1123 * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
1124 * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
1125 (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1126 (isymbol_get_extra_info_string), (isymbol_get_line),
1127 (isymbol_get_icon), (isymbol_iface_init):
1128 * plugins/symbol-browser/an_symbol.h:
1129 * plugins/symbol-browser/an_symbol_view.c
1130 (anjuta_symbol_view_get_file_symbol_model):
1131 * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1132 (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1133 (isymbol_manager_iface_init):
1134 * plugins/symbol-db/Makefile.am:
1135 * plugins/symbol-db/anjuta-symbol-db.glade:
1136 * plugins/symbol-db/plugin.c
1137 (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1138 (value_added_current_editor), (goto_local_tree_iter),
1139 (goto_global_tree_iter), (on_global_treeview_row_expanded),
1140 (on_global_treeview_row_collapsed), (on_project_element_added),
1141 (on_project_element_removed), (on_importing_project_end),
1142 (do_import_sources_after_abort), (do_import_sources),
1143 (project_root_added), (project_root_removed), (symbol_db_activate),
1144 (symbol_db_deactivate), (isymbol_manager_search),
1145 (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1146 (isymbol_manager_iface_init), (ipreferences_merge),
1147 (ipreferences_unmerge), (ipreferences_iface_init):
1148 * plugins/symbol-db/plugin.h:
1149 * plugins/symbol-db/symbol-db-engine-iterator-node.c
1150 (symbol_db_engine_iterator_node_new),
1151 (sdb_engine_iterator_node_instance_init),
1152 (sdb_engine_iterator_node_finalize),
1153 (symbol_db_engine_iterator_node_get_symbol_id),
1154 (symbol_db_engine_iterator_node_get_symbol_name),
1155 (symbol_db_engine_iterator_node_get_symbol_file_pos),
1156 (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1157 (symbol_db_engine_iterator_node_get_symbol_signature),
1158 (symbol_db_engine_iterator_node_get_symbol_extra_string),
1159 (isymbol_get_name), (isymbol_get_args),
1160 (isymbol_get_extra_info_string), (isymbol_get_uri),
1161 (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1162 (isymbol_iface_init):
1163 * plugins/symbol-db/symbol-db-engine-iterator.c
1164 (symbol_db_engine_iterator_new):
1165 * plugins/symbol-db/symbol-db-engine.c
1166 (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1167 (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1168 (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1169 (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1170 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1171 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1172 (sdb_engine_init), (sdb_engine_finalize),
1173 (sdb_engine_set_defaults_db_parameters),
1174 (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1175 (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1176 (sdb_engine_get_tuple_id_by_unique_name),
1177 (sdb_engine_get_tuple_id_by_unique_name2),
1178 (sdb_engine_get_tuple_id_by_unique_name3),
1179 (symbol_db_engine_add_new_workspace),
1180 (symbol_db_engine_project_exists),
1181 (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1182 (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1183 (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1184 (sdb_engine_add_new_sym_access),
1185 (sdb_engine_add_new_sym_implementation),
1186 (sdb_engine_add_new_heritage),
1187 (sdb_engine_add_new_scope_definition),
1188 (sdb_engine_add_new_tmp_heritage_scope),
1189 (sdb_engine_second_pass_update_scope_1),
1190 (sdb_engine_second_pass_update_heritage),
1191 (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1192 (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1193 (on_scan_update_files_symbols_end),
1194 (symbol_db_engine_fill_type_array),
1195 (symbol_db_engine_update_files_symbols),
1196 (symbol_db_engine_update_project_symbols),
1197 (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1198 (symbol_db_engine_update_buffer_symbols),
1199 (symbol_db_engine_get_files_with_zero_symbols),
1200 (sdb_engine_prepare_symbol_info_sql),
1201 (symbol_db_engine_get_class_parents_by_symbol_id),
1202 (symbol_db_engine_get_class_parents),
1203 (symbol_db_engine_get_global_members_filtered),
1204 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1205 (symbol_db_engine_get_scope_members_by_symbol_id),
1206 (symbol_db_engine_get_scope_members),
1207 (symbol_db_engine_get_file_symbols),
1208 (symbol_db_engine_get_symbol_info_by_id),
1209 (symbol_db_engine_get_full_local_path),
1210 (symbol_db_engine_get_file_db_path),
1211 (symbol_db_engine_find_symbol_by_name_pattern),
1212 (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1213 (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1214 * plugins/symbol-db/symbol-db-engine.h:
1215 * plugins/symbol-db/symbol-db-prefs.c
1216 (on_prefs_executable_changed), (on_gconf_notify_prefs),
1217 (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1218 (on_listall_output), (on_listall_exit), (files_visit_dir),
1219 (on_tag_load_toggled), (symbol_db_prefs_init),
1220 (symbol_db_prefs_finalize):
1221 * plugins/symbol-db/symbol-db-prefs.h:
1222 * plugins/symbol-db/symbol-db-view-locals.c
1223 (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1224 (do_add_root_symbol_to_view),
1225 (consume_symbols_inserted_queue_idle_destroy),
1226 (consume_symbols_inserted_queue_idle), (on_scan_end),
1227 (do_recurse_subtree_and_remove), (on_symbol_removed),
1228 (on_symbol_inserted),
1229 (symbol_db_view_locals_recv_signals_from_engine),
1230 (symbol_db_view_locals_update_list):
1231 * plugins/symbol-db/symbol-db-view.c
1232 (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1233 (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1234 (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1235 (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1236 (sdb_view_build_and_display_base_tree):
1237 * plugins/symbol-db/symbol-db.glade:
1238 * plugins/symbol-db/symbol-db.ui:
1239 * plugins/symbol-db/tables.sql:
1240 * plugins/symbol-db/test/Makefile.am:
1241 * plugins/symbol-db/test/main.c (get_parents), (main),
1242 (packages_foreach), (files_visit_dir):
1244 Merged changes from symbol-db branch
1246 2008-04-02 Johannes Schmid <jhs@gnome.org>
1248 * plugins/sourceview/sourceview.c (autodetect_language):
1249 Use gnome_vfs_get_slow_mime_type()
1251 2008-04-02 Johannes Schmid <jhs@gnome.org>
1253 * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1254 * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1257 Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1258 supertype instead no plugin for mime-type was found (#525706)
1260 2008-03-31 Johannes Schmid <jhs@gnome.org>
1262 patch by: Carl-Anton Ingmarsson:
1264 Fixed padding in preferences
1266 2008-03-31 Johannes Schmid <jhs@gnome.org>
1268 patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1270 * plugins/tools/anjuta-tools.glade:
1271 * plugins/tools/anjuta-tools.ui:
1272 * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1273 TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1274 atp_tool_dialog_refresh, atp_tool_dialog_show):
1275 * plugins/tools/dialog.h (dialog, plugin):
1276 * plugins/tools/plugin.c (prefs, gxml, action_group,
1277 atp_plugin_finalize, test, atp_plugin_activate,
1278 atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1279 ipreferences_unmerge, ipreferences_iface_init):
1280 * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1281 icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1282 atp_user_tool_activate, atp_tool_list_append_new,
1283 atp_tool_list_activate, atp_tool_list_deactivate):
1284 * plugins/tools/tool.h (plugin):
1286 #515854 – Move configuration into preferences
1288 2008-03-31 Johannes Schmid <jhs@gnome.org>
1290 patch by: Carl-Anton Ingmarsson:
1291 * src/anjuta-app.c (style, on_toolbar_style_changed,
1292 on_add_merge_widget, anjuta_app_instance_init):
1295 #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1297 2008-03-30 Sébastien Granjoux <seb.sfo@free.fr>
1299 * plugins/debug-manager/anjuta-debug-manager.glade,
1300 plugins/debug-manager/command.c,
1301 plugins/debug-manager/command.h,
1302 plugins/debug-manager/start.c,
1303 plugins/gdb/plugin.c,
1304 plugins/gdb/debugger.c,
1305 plugins/gdb/debugger.h,
1306 libanjuta/interfaces/libanjuta.idl:
1307 Improve start program dialog, allowing to specify working
1308 directory and environment variables
1310 2008-03-26 Naba Kumar <naba@gnome.org>
1312 * libanjuta/resources.c (anjuta_res_url_show): Use
1313 anjuta_prog_is_installed() instead of g_find_program_in_path() and
1316 Patch from Carl-Anton Ingmarsson:
1318 * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1319 * libanjuta/anjuta-utils.h:
1320 * src/action-callbacks.c (help_activate),
1321 (on_help_manual_activate), (on_help_tutorial_activate),
1322 (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1323 * libanjuta/Makefile.am:
1324 Get rid of gnome_help_display_with_doc_id()
1326 2008-03-26 Naba Kumar <naba@gnome.org>
1328 Patch from Carl-Anton Ingmarsson:
1330 * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1331 * plugins/project-import/project-import.c (on_import_cancel): Remove
1332 stray GnomeDruid variable.
1334 2008-03-26 Naba Kumar <naba@gnome.org>
1336 * plugins/project-import/project-import.c (create_start_page):
1337 * plugins/project-wizard/druid.c (npw_druid_new):
1338 * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1340 Fixed type 'assistent' to 'assistant'.
1342 2008-03-25 Naba Kumar <naba@gnome.org>
1344 Patch from Carl-Anton Ingmarsson:
1346 * libanjuta/Makefile.am:
1347 * libanjuta/anjuta-ui.c (sensitivity_toggled),
1348 (visibility_toggled), (accel_edited_callback),
1349 (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1350 (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1351 (anjuta_ui_get_accel_editor):
1352 * libegg/Makefile.am:
1353 * libegg/eggaccelerators.c (removed):
1354 * libegg/eggcellrendererkeys.c (removed):
1355 * libegg/eggtreeviewstate.c (removed):
1356 * libegg/test-tree-utils.c (removed):
1357 * libegg/treeviewutils/Makefile.am:
1358 * libegg/treeviewutils/eggaccelerators.h (removed):
1359 * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1360 * libegg/treeviewutils/eggtreeviewstate.h (removed):
1362 Ports anjuta-ui to gtk_cell_renderer_accel
1364 2008-03-16 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
1366 Reviewed by Naba Kumar <naba@gnome.org>
1368 * plugins/project-import/Makefile.am:
1369 * plugins/project-import/project-import.{ch}:
1370 * plugins/project-import/anjuta-project-import.glade (removed):
1371 * configure.in, po/POTFILES.in:
1373 Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1374 file because libglade doesn't have GtkAssistant support.
1376 2008-03-17 Sébastien Granjoux <seb.sfo@free.fr>
1378 * plugins/debug-manager/registers.c:
1379 Avoid a crash when debugger stop on an error
1381 * plugins/debug-manager/start.c,
1382 plugins/gdb/debugger.c,
1383 libanjuta/interfaces/libanjuta.idl:
1384 Display an error message when debugger target is not found
1386 2008-03-15 Naba Kumar <naba@naba-desktop>
1390 * (removed) data/properties:
1391 * (added) plugins/editor/properties:
1392 * plugins/editor/Makefile.am:
1394 Moved data/properties to plugins/editor/ and removed dead code from
1397 2008-03-15 Naba Kumar <naba@naba-desktop>
1399 * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1400 * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1401 (macro_dialog_finalize):
1402 * plugins/macro/macro-edit.c (macro_edit_dispose),
1403 (macro_edit_finalize):
1405 Fixed errors in previous patch.
1407 2008-03-15 Naba Kumar <naba@naba-desktop>
1409 Patch from Ignacio Casal Quinteiro:
1411 * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1413 * plugins/class-gen/plugin.c (dispose), (finalize):
1414 * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1415 (class_inheritance_dispose):
1416 * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1417 * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1418 (dma_plugin_finalize):
1419 * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1420 (dma_debugger_queue_finalize):
1421 * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1422 * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1423 (anjuta_docman_finalize):
1424 * plugins/document-manager/plugin.c:
1425 * plugins/editor/plugin.c (dispose), (finalize),
1426 (editor_plugin_class_init):
1427 * plugins/editor/text_editor.c (text_editor_dispose),
1428 (text_editor_finalize):
1429 * plugins/file-loader/plugin.c (dispose), (finalize),
1430 (anjuta_file_loader_plugin_class_init):
1431 * plugins/file-manager/plugin.c (file_manager_finalize),
1432 (file_manager_dispose):
1433 * plugins/file-wizard/plugin.c (dispose), (finalize),
1434 (file_wizard_plugin_class_init):
1435 * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1436 * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1437 * plugins/glade/plugin.c (glade_plugin_dispose),
1438 (glade_plugin_finalize), (glade_plugin_class_init):
1439 * plugins/gtodo/plugin.c (finalize), (dispose):
1440 * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1441 (anjuta_vim_plugin_dispose):
1442 * plugins/indent/plugin.c (indent_plugin_finalize),
1443 (indent_plugin_dispose):
1444 * plugins/language-manager/plugin.c (language_manager_finalize),
1445 (language_manager_dispose):
1446 * plugins/language-support-cpp-java/plugin.c
1447 (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1448 * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1449 (macro_db_class_init):
1450 * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1451 (macro_dialog_finalize), (macro_dialog_class_init):
1452 * plugins/macro/macro-edit.c (macro_edit_dispose),
1453 (macro_edit_finalize), (macro_edit_class_init):
1454 * plugins/macro/plugin.c (finalize), (dispose):
1455 * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1456 (anjuta_msgman_finalize):
1457 * plugins/message-view/message-view.c (message_view_dispose),
1458 (message_view_finalize):
1459 * plugins/message-view/plugin.c (message_view_plugin_dispose),
1460 (message_view_plugin_finalize):
1461 * plugins/patch/plugin.c (patch_plugin_finalize),
1462 (patch_plugin_dispose):
1463 * plugins/profiler/plugin.c (profiler_finalize),
1465 * plugins/project-import/plugin.c (dispose), (finalize),
1466 (project_import_plugin_class_init):
1467 * plugins/project-manager/plugin.c
1468 (project_manager_plugin_finalize),
1469 (project_manager_plugin_dispose):
1470 * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1471 (npw_plugin_finalize), (npw_plugin_class_init):
1472 * plugins/sample1/plugin.c (sample_plugin_finalize),
1473 (sample_plugin_dispose):
1474 * plugins/search/plugin.c (dispose), (finalize),
1475 (search_plugin_class_init):
1476 * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1477 (sourceview_plugin_dispose):
1478 * plugins/subversion/plugin.c (finalize), (dispose):
1479 * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1480 * plugins/symbol-browser/an_symbol_iter.c
1481 (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1482 * plugins/symbol-browser/an_symbol_search.c
1483 (an_symbol_search_dispose), (an_symbol_search_finalize):
1484 * plugins/symbol-browser/an_symbol_view.c
1485 (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1486 * plugins/symbol-browser/plugin.c (dispose), (finalize):
1487 * plugins/symbol-db/plugin.c (symbol_db_finalize),
1488 (symbol_db_dispose):
1489 * plugins/terminal/terminal.c (terminal_plugin_dispose),
1490 (terminal_plugin_finalize):
1491 * plugins/tools/plugin.c (atp_plugin_dispose),
1492 (atp_plugin_finalize), (atp_plugin_class_init):
1493 * plugins/valgrind/plugin.c (valgrind_finalize),
1494 (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1496 2008-03-15 Naba Kumar <naba@gnome.org>
1498 * TODO.tasks: Updated and marked debugger bounties completed.
1500 2008-03-12 Johannes Schmid <jhs@gnome.org>
1502 * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1503 (get_line_indentation_base):
1505 #521847 – anjuta freez when edit file
1507 2008-03-11 Johannes Schmid <jhs@gnome.org>
1509 Patch from Rob Bradford:
1510 * plugins/build-basic-autotools/executer.c (execute_program):
1511 520324 – Execute command is not overridable
1513 * plugins/sourceview/sourceview.c (on_insert_text):
1516 2008-03-11 Johannes Schmid <jhs@gnome.org>
1518 Patch from James Liggett:
1519 * plugins/subversion/plugin.c (activate_plugin):
1520 521691 – Crash when click "Resolve Conflicts" without opened project
1522 2008-03-11 Johannes Schmid <jhs@gnome.org>
1524 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1525 * plugins/language-support-cpp-java/cpp-java-utils.c:
1526 * plugins/language-support-cpp-java/plugin.c
1527 (get_line_indentation_base), (on_editor_char_inserted_cpp):
1528 520415 – [PATCH] Problems in auto indentatation code,
1529 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1531 * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1532 (anjuta_view_button_press_event):
1533 * plugins/sourceview/sourceview.c (on_insert_text),
1534 (sourceview_adjustment_changed), (sourceview_new):
1535 #520761 – Weirz behavior with popup
1537 2008-03-03 Johannes Schmid <jhs@gnome.org>
1539 * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1540 (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1541 (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1542 (anjuta_launcher_fork):
1543 * libanjuta/anjuta-launcher.h:
1544 Add API to set environment variables for the forked process
1546 * plugins/build-basic-autotools/Makefile.am:
1547 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1549 * plugins/build-basic-autotools/build-basic-autotools.c
1550 (build_set_env), (build_execute_command_full),
1551 (build_execute_command), (build_configure_project),
1552 (build_autogen_project):
1553 * plugins/build-basic-autotools/build-basic-autotools.h:
1554 * plugins/build-basic-autotools/build-options.c
1555 (fill_options_combo), (build_dialog_configure):
1556 * plugins/build-basic-autotools/build-options.h:
1557 Use new launcher API to set CFLAGS when running configure. New configure dialog
1558 which has predefined CFLAGS settings.
1560 Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1562 === anjuta 2.4.0 ===
1564 2008-03-11 Naba Kumar <naba@gnome.org>
1566 * NEWS: Updated for 2.4.0 stable release.
1567 * configure.in: Version bumped to 2.4.0
1568 * TODO.tasks: Updated.
1570 2008-03-10 Rob Bradford <rob@robster.org.uk>
1572 Reviewed by Naba Kumar <naba@gnome.org>:
1573 * global-tags/Makefile.am:
1574 Revert change for #515954. This change was incorrect, the anjuta-tags
1575 program is installed into the $(bindir) rather than the $(scriptdir).
1577 2008-03-02 Naba Kumar <naba@gnome.org>
1579 * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1580 * configure.in: Added a requirement for scintilla editor plugin.
1582 2008-03-02 Johannes Schmid <jhs@gnome.org>
1584 * plugins/message-view/anjuta-msgman.c
1585 (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1586 (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1587 * plugins/message-view/anjuta-msgman.h:
1589 Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1590 get rid of the cached current_view member.
1591 Fixes #518469 – Save message buffer not working good
1593 2008-03-01 Johannes Schmid <jhs@gnome.org>
1595 Patch by James Liggett:
1596 * plugins/subversion/svn-command.h:
1597 * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1598 Fixed #519275 – Subversion should allow offline diffs
1600 2008-02-29 Johannes Schmid <jhs@gnome.org>
1602 * plugins/language-support-cpp-java/cpp-java-assist.c
1603 (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1604 Removed some debug code
1606 * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1607 Escape tooltip text to avoid broken markup
1609 2008-02-29 Johannes Schmid <jhs@gnome.org>
1611 * libanjuta/Makefile.am:
1612 Fixed a build error when building with -j X
1614 * plugins/tools/scripts/prepare-changelog.pl:
1615 Updated to latest script version in gnome svn
1617 2008-02-28 Johannes Schmid <jhs@gnome.org>
1619 * plugins/document-manager/anjuta-docman.c:
1620 (anjuta_docman_page_destroy):
1621 Do not unref widget because the GtkNotebook will unref them
1623 * plugins/file-manager/file-view.c: (file_view_refresh):
1624 * plugins/search/search_preferences.c: (search_preferences_init):
1625 Fixed a memory leaks
1627 * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1628 (ieditor_get_offset), (ieditor_iface_init),
1629 (idocument_get_filename), (ilanguage_get_supported_languages),
1630 (autodetect_language):
1632 Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1635 2008-02-28 Johannes Schmid <jhs@gnome.org>
1637 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1638 Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1640 2008-02-27 Naba Kumar <naba@gnome.org>
1642 * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1643 string break. That was a mistake doing at this point.
1645 === anjuta 2.3.5 ===
1647 2008-02-26 Naba Kumar <naba@gnome.org>
1649 * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1650 crash when there is a modified new file open, a non-modified exiting
1651 file open and autosave happen. Simplified error checking logic and
1652 avoided memory corruption. Fixes bug #Bug 518716.
1654 2008-02-25 Naba Kumar <naba@gnome.org>
1656 * NEWS: Updated for release 2.3.5
1657 * configure.in: Bumped version to 2.3.5
1659 * plugins/build-basic-autotools/build-basic-autotools.c:
1660 (on_editor_changed): Avoid accessing text which is greater than
1663 * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1665 2008-02-25 Sébastien Granjoux <seb.sfo@free.fr>
1667 * plugins/debug-manager/breakpoints.c:
1668 Fix #518329: Crash when adding breakpoint and other similar bugs
1670 2008-02-25 Johannes Schmid <jhs@gnome.org>
1672 * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1673 (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1674 Never call error() which calls exit()
1675 #517646 – Anjuta exists with code 2 when i try to import gedit
1677 2008-02-23 Johannes Schmid <jhs@gnome.org>
1679 * plugins/sourceview/sourceview.c: (ieditor_insert):
1680 Block insert_text signal when inserting manually.
1682 2008-02-23 Johannes Schmid <jhs@gnome.org>
1684 * plugins/sourceview/sourceview.c: (on_insert_text):
1685 Fixed a problem with the "insert-text" signal that broke
1686 copy&paste sometimes
1688 2008-02-22 Johannes Schmid <jhs@gnome.org>
1690 * plugins/language-support-cpp-java/plugin.c:
1691 (get_line_indentation_base):
1692 More fixes for comment handling and made the code
1695 2008-02-22 Johannes Schmid <jhs@gnome.org>
1697 * plugins/sourceview/sourceview.c: (on_insert_text):
1698 Fixed #517919 – Crash on pasting docblock
1700 2008-02-20 Johannes Schmid <jhs@gnome.org>
1702 Patch from James Liggett:
1703 * plugins/profiler/profiler.glade:
1704 Fix width options dialog. Translations are not longer cut off. (#516630)
1706 2008-02-18 Johannes Schmid <jhs@gnome.org>
1708 * plugins/sourceview/sourceview.c: (on_insert_text):
1709 Do not change the iterator in the "insert-text" handler because
1710 it has some strange side-effects when copying text
1711 Fix useless free'ing in hover-leave that might have led to random
1714 2008-02-18 Sébastien Granjoux <seb.sfo@free.fr>
1716 * plugins/debug-manager/start.c:
1717 Avoid a glib warning if no project is loaded
1719 2008-02-18 Sébastien Granjoux <seb.sfo@free.fr>
1721 * manuals/anjuta-manual/C/debugger.xml:
1722 Remove warning about new debugger
1724 2008-02-17 Johannes Schmid <jhs@gnome.org>
1726 * manuals/anjuta-manual/figures/project-window.png:
1727 Use a smaller picture
1729 2008-02-17 Sébastien Granjoux <seb.sfo@free.fr>
1731 * plugins/gdb/debugger.c:
1732 Set breakpoint in file with uncommon characters in path name
1734 2008-02-17 Johannes Schmid <jhs@gnome.org>
1736 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1737 * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1739 * plugins/sourceview/sourceview.c: (on_insert_text):
1740 Fix "char-added" signal to pass the correct iterator
1742 2008-02-17 Sébastien Granjoux <seb.sfo@free.fr>
1744 * plugins/gdb/debugger.c:
1745 Load executable in gdb with space in path name
1747 2008-02-17 Johannes Schmid <jhs@gnome.org>
1749 * plugins/language-support-cpp-java/plugin.c:
1750 (get_line_indentation_base), (get_line_auto_indentation),
1752 Some bugfixes and clean-ups in comment indentation code
1754 * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1755 (anjuta_view_finalize), (anjuta_view_key_press_event):
1756 * plugins/sourceview/sourceview.c: (on_insert_text),
1757 (sourceview_create_highligth_indic), (sourceview_new):
1758 Cleaned implementation of char-added signal by using "insert-text" signal
1759 instead of filtering "key-press-event"
1760 * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1761 (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1763 Fixed implementation of get_character and return value of iiter_first() and
1766 2008-02-16 Johannes Schmid <jhs@gnome.org>
1768 * plugins/valgrind/plugin.c: (valgrind_activate),
1769 (ipreferences_merge), (ipreferences_unmerge):
1770 * plugins/valgrind/vgactions.c: (vg_actions_run):
1771 * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1773 Fixed crasher when starting valgrind because of strange prefs handling and
1774 #516641 – Valgrind: Load Log does not clear list
1776 2008-02-15 James Liggett <jrliggett@cox.net>
1778 * plugins/profiler/plugin.c:
1779 (on_select_other_target_button_clicked):
1780 Select the new custom target in the list so that the user sees it.
1782 Bug 516630 – Selection custom binary in profiler is not
1785 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
1787 * manuals/anjuta-manual/C/projects.xml:
1788 Fix #515993: "Add package" button is "Add Package" in code
1789 Fix #516727: "Build All" is "Build Project" in code
1790 Fix #516728: "Clean All" is "Clean Project" in code
1791 Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1792 Fix #516730: Fix note title
1793 "Configure" is "Run Configure..." in code
1795 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
1797 * (added) manuals/anjuta-manual/C/figures/project-window.png,
1798 (removed) manuals/anjuta-manual/C/figures/project_win.png,
1799 manuals/anjuta-manual/C/projects.xml,
1800 manuals/anjuta-manual/Makefile.am:
1801 Fix #515207: Add a new project window screenshoot
1802 Rename "Project View" to "Project window"
1804 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
1806 * plugins/project-import/project-import.c:
1807 Fix #516743: Import project keeps an old date on project file
1809 * plugins/project-manager/plugin.c:
1810 Fix #516737: Import project doesn't load project with space in name
1812 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
1814 * plugins/debug-manager/command.c:
1815 Destroy local variables on each step
1817 * plugins/debug-manager/debug_tree.c,
1818 plugins/debug-manager/watch.c,
1819 plugins/debug-manager/locals.c,
1820 plugins/gdb/debugger.c,
1821 libanjuta/interfaces/libanjuta.idl:
1822 Parse local variables scope (not used yet)
1824 2008-02-15 James Liggett <jrliggett@cox.net>
1826 reviewed by: Johannes Schmid <jhs@gnome.org>
1828 * plugins/profiler/gprof-options.c: (setup_widgets),
1829 (gprof_options_set_target), (gprof_options_has_target),
1830 (gprof_options_get_string):
1831 * plugins/profiler/gprof-options.h:
1832 * plugins/profiler/plugin.c: (ifile_open):
1833 516128 – crash in Anjuta IDE: selected profiler as the...
1835 2008-02-14 Johannes Schmid <jhs@gnome.org>
1837 * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1838 * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1839 * plugins/symbol-browser/an_symbol.c:
1840 * plugins/symbol-browser/an_symbol_view.c:
1841 (on_symbol_view_row_expanded):
1842 Fixed some memory leaks (Remember to all free/unref everything that comes
1843 from gtk_tree_model_get())
1845 2008-02-14 Johannes Schmid <jhs@gnome.org>
1847 * plugins/document-manager/search-box.c: (on_search_activated):
1848 516377 – Status bar does not change its status of 'Search for .. continued at top'
1849 (caused by differences between scintilla and sourceview)
1851 2008-02-13 James Liggett <jrliggett@cox.net>
1853 * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1854 Output in UTF-8 format to avoid hangs with the editor. (#516014)
1856 2008-02-14 Johannes Schmid <jhs@gnome.org>
1858 * plugins/language-support-cpp-java/plugin.c:
1859 (get_line_indentation_base), (get_line_auto_indentation),
1860 (on_editor_char_inserted_cpp):
1861 504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1863 2008-02-13 Johannes Schmid <jhs@gnome.org>
1865 * plugins/language-support-cpp-java/plugin.c:
1866 (is_iter_inside_string), (get_line_auto_indentation):
1867 Handle comments in the code and do not ask editor. Fixes scintilla
1868 indentation (sourceview does not report comments anyway).
1870 * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1871 Diff with correct sign (also fixes some issues with language-support)
1873 2008-02-13 Johannes Schmid <jhs@gnome.org>
1875 * plugins/language-support-cpp-java/plugin.c:
1876 (get_line_indentation_base):
1877 Act even more clever for comments. Indent /* */ comments correctly
1880 2008-02-13 Johannes Schmid <jhs@gnome.org>
1882 * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1883 Also set indentation size correctly, when tab size is set
1884 by language support plugin
1886 2008-02-13 Johannes Schmid <jhs@gnome.org>
1888 * plugins/language-support-cpp-java/plugin.c:
1889 (get_line_indentation_base):
1891 Indent lines after comments correctly
1893 2008-02-13 Johannes Schmid <jhs@gnome.org>
1895 * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1896 (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1897 * libanjuta/anjuta-launcher.h:
1898 Some more fixes from symbol-db-branch
1901 Move anjuta-shell to noinst_PROGRAMS as it is just a test
1903 2008-02-12 Johannes Schmid <jhs@gnome.org>
1905 Patch from Gennaro Bellizio <genbell@tiscali.it>:
1906 * global-tags/Makefile.am:
1908 #515954 – create_global_tags.sh: wrong anjuta-tags path
1910 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1911 (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1912 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1913 (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1914 (anjuta_launcher_fork):
1915 * libanjuta/anjuta-launcher.h:
1916 Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1917 from symbol-db branch
1919 2008-02-11 Johannes Schmid <jhs@gnome.org>
1921 * plugins/file-manager/file-model.c: (file_model_expand_idle):
1922 515868 – File browser only shows icons when activated
1924 2008-02-11 Johannes Schmid <jhs@gnome.org>
1926 * plugins/file-manager/file-model.c: (file_model_expand_idle):
1927 #515867 – Anjuta dies on startup
1929 2008-02-11 Johannes Schmid <jhs@gnome.org>
1931 * TODO.tasks: Marked subversion task as completed
1933 === anjuta 2.3.4 ===
1935 2008-02-11 Naba Kumar <naba@gnome.org>
1937 * configure.in: Bumped version to 2.3.4
1939 2008-02-10 Naba Kumar <naba@gnome.org>
1941 * NEWS: Updated for release.
1943 2008-02-10 Johannes Schmid <jhs@gnome.org>
1945 * plugins/document-manager/anjuta-document-manager.plugin.in:
1946 Added html, javascript and glade file types. This makes it possible to
1947 edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1948 document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1950 * plugins/file-wizard/anjuta-file-wizard.glade:
1951 * plugins/gdb/anjuta-gdb.glade:
1952 * plugins/project-wizard/anjuta-project-wizard.glade:
1953 * plugins/search/anjuta-search.glade:
1954 * plugins/terminal/anjuta-terminal-plugin.glade:
1956 Fixed some other translation issues (#507921)
1958 2008-02-10 Naba Kumar <naba@gnome.org>
1960 * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1961 unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1963 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
1965 * manuals/anjuta-manual/C/interface.xml,
1966 manuals/anjuta-manual/C/introduction.xml,
1967 manuals/anjuta-manual/C/preferences.xml,
1968 manuals/anjuta-manual/C/fileoperations.xml,
1969 manuals/anjuta-manual/C/projects.xml:
1970 Fix spelling errors, including bug #515204, #515172, #515117
1973 2008-02-10 Naba Kumar <naba@gnome.org>
1975 * plugins/document-manager/plugin.c: Fixed stream comment and added
1976 translator's comment for 'block comment', 'box comment' and 'stream
1979 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
1981 * plugins/debug-manager/command.c,
1982 plugins/debug-manager/command.h,
1983 plugins/debug-manager/breakpoints.c,
1984 libanjuta/interfaces/libanjuta.idl:
1985 Avoid adding the same breakpoint several times
1987 * plugins/gdb/debugger.c:
1988 Fix bug #515463: Deattaching process kill it
1990 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
1992 * manuals/anjuta-manual/C/debugger.xml:
1993 Fix translation bug #515459 and #515460
1995 2008-02-10 Johannes Schmid <jhs@gnome.org>
1997 Patch from Rémi Cardona <remi@gentoo.org>
1999 * plugins/build-basic-autotools/Makefile.am:
2000 * plugins/cvs-plugin/Makefile.am:
2001 * plugins/document-manager/Makefile.am:
2002 * plugins/editor/Makefile.am:
2003 * plugins/indent/Makefile.am:
2004 * plugins/language-support-cpp-java/Makefile.am:
2005 * plugins/message-view/Makefile.am:
2006 * plugins/sourceview/Makefile.am:
2007 * plugins/symbol-browser/Makefile.am:
2008 * plugins/terminal/Makefile.am:
2009 * scripts/build-schemas.mk:
2011 Fix #512531 – Parallel build fails
2013 * AUTHORS: Added Rémi
2015 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
2017 * plugins/debug-manager/queue.c:
2018 Fix interrupt command, not working due to previous change
2020 2008-02-10 Johannes Schmid <jhs@gnome.org>
2024 * src/anjuta-callbacks.c (removed):
2025 * src/anjuta-callbacks.h (removed):
2027 Removed (almost) empty files, fixes #515383 and #515388
2029 2008-02-09 James Liggett <jrliggett@cox.net>
2031 Reviewed by Naba Kumar <naba@gnome.org>:
2033 * plugins/subversion/svn-add-command.c: (svn_add_command_new):
2034 * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
2035 * plugins/subversion/svn-command.c:
2036 (svn_command_make_canonical_path):
2037 * plugins/subversion/svn-command.h:
2038 * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
2039 * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
2040 * plugins/subversion/svn-log-command.c: (svn_log_command_new):
2041 * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
2042 * plugins/subversion/svn-remove-command.c:
2043 (svn_remove_command_new):
2044 * plugins/subversion/svn-status-command.c:
2045 (svn_status_command_new):
2046 * plugins/subversion/svn-switch-command.c:
2047 (svn_switch_command_new):
2048 * plugins/subversion/svn-update-command.c:
2049 (svn_update_command_new):
2050 Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't
2051 die if the user gives a path that libsvn doesn't like.
2055 2008-02-08 Sébastien Granjoux <seb.sfo@free.fr>
2057 * plugins/debug-manager/command.c,
2058 plugins/debug-manager/command.h,
2059 plugins/debug-manager/queue.c:
2060 Fix crashes when trying to stop the debugger while it is busy
2062 2008-02-08 Johannes Schmid <jhs@gnome.org>
2064 Patch from Rodrigo Moya <rodrigo@novell.com>
2066 * plugins/glade/plugin.c: (ifile_open):
2067 * plugins/symbol-browser/test-class.cpp:
2068 * AUTHORS: Added Rodrigo
2070 #514732 – 64 bit compliation error
2071 #514733 – Use of uninitialized variables
2073 2008-02-05 Sébastien Granjoux <seb.sfo@free.fr>
2075 * manuals/anjuta-manual/C/debugger.xml:
2076 Fix translation bug #514494 and bug #514440
2078 2008-02-05 Massimo Cora' <maxcvs@email.it>
2080 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2081 Fix a compile error added in the previous patch
2083 2008-02-04 Sébastien Granjoux <seb.sfo@free.fr>
2085 * plugins/profiler/gprof-view.c,
2086 plugins/class-inheritance/class-callbacks.c,
2087 plugins/class-inheritance/class-inherit.c,
2088 plugins/symbol-browser/an_symbol.c,
2089 plugins/symbol-db/symbol-db-engine-iterator-node.c,
2090 libanjuta/interfaces/libanjuta.idl:
2091 Change ianjuta_symbol_file function to ianjuta_symbol_uri
2093 2008-02-04 Johannes Schmid <jhs@gnome.org>
2095 * plugins/search/anjuta-search.glade: Fixed typo
2097 2008-02-03 Johannes Schmid <jhs@gnome.org>
2099 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
2100 * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
2101 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2103 * plugins/build-basic-autotools/build-basic-autotools.c:
2104 (build_get_context), (build_configure_project):
2105 * plugins/class-gen/anjuta-class-gen-plugin.glade:
2106 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2107 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
2108 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
2109 * plugins/devhelp/plugin.c: (devhelp_activate):
2110 * plugins/editor/Makefile.am:
2111 * plugins/editor/anjuta-editor-scintilla.glade:
2112 * plugins/editor/text_editor.c:
2113 * plugins/editor/text_editor.h:
2114 * plugins/editor/text_editor_menu.c (removed):
2115 * plugins/editor/text_editor_menu.h (removed):
2116 * plugins/file-wizard/anjuta-file-wizard.glade:
2117 * plugins/gtodo/notification.c: (create_notification_window):
2118 * plugins/gtodo/preferences.c: (preferences_widget):
2119 * plugins/language-support-cpp-java/plugin.c:
2120 (cpp_java_plugin_activate_plugin):
2121 * plugins/message-view/anjuta-message-manager-plugin.glade:
2122 * plugins/message-view/plugin.c: (activate_plugin):
2123 * plugins/project-manager/plugin.c: (confirm_removal):
2124 * plugins/search/anjuta-search.glade:
2125 * plugins/search/plugin.c:
2126 * plugins/search/search-replace.c: (nb_results_alert):
2127 * plugins/subversion/subversion-commit-dialog.c:
2128 (on_subversion_commit_response):
2129 * plugins/symbol-browser/plugin.c: (activate_plugin):
2130 * plugins/valgrind/plugin.c: (on_menu_run_activate):
2131 * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2132 * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2135 Fixed translation bugs from #507921.
2136 Removed unused files in scintilla plugin
2138 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2140 * manuals/anjuta-manual/C/debugger.xml:
2141 Fix bug #514124 and bug #514138: Wrong menu item name
2143 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2145 * plugins/profiler/gprof-view.c,
2146 plugins/symbol-browser/plugin.c,
2147 plugins/class-inheritance/class-callbacks.c,
2148 plugins/debug-manager/plugin.c,
2149 plugins/tools/editor.c,
2150 plugins/search/search-replace.c,
2151 plugins/search/search-replace_backend.c,
2152 plugins/search/search-replace_backend.h,
2153 plugins/build-basic-autotools/build-basic-autotools.c,
2154 plugins/document-manager/plugin.c,
2155 plugins/document-manager/file_history.c,
2156 plugins/document-manager/anjuta-docman.c,
2157 plugins/document-manager/anjuta-docman.h,
2158 plugins/document-manager/action-callbacks.c,
2159 libanjuta/interfaces/libanjuta.idl:
2160 Rename IAnjutaDocumentManager functions:
2161 find_document_with_path, goto_file_line, goto_file_line_mark
2162 and get_full_filename into
2163 find_document_with_uri, goto_uri_line, goto_uri_line_mark
2165 Fix search plugin to use an URI instead of a file path
2166 Fix anjuta_docman_get_uri to always return an URI
2168 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2170 * plugins/debug-manager/breakpoints.c:
2171 Fix bug #514118: Rename Clear All Breakpoints to Remove
2174 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2176 * manuals/anjuta-manual/C/debugger.xml:
2177 Update debugger documentation
2179 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
2181 * plugins/debug-manager/sharedlib.c,
2182 plugins/debug-manager/anjuta-debug-manager.glade,
2183 plugins/debug-manager/queue.c,
2184 plugins/tools/execute.c,
2185 plugins/tools/anjuta-tools.glade,
2186 plugins/tools/editor.c,
2187 plugins/project-wizard/templates/terminal.wiz,
2188 plugins/project-wizard/templates/xlib-dock.wiz,
2189 plugins/project-wizard/templates/wxwin.wiz,
2190 plugins/project-wizard/templates/java.wiz,
2191 plugins/project-wizard/templates/gnome.wiz,
2192 plugins/project-wizard/templates/anjuta-plugin.wiz,
2193 plugins/project-wizard/templates/gtkmm.wiz,
2194 plugins/project-wizard/templates/python.wiz,
2195 plugins/project-wizard/templates/cpp.wiz,
2196 plugins/project-wizard/templates/sdl.wiz,
2197 plugins/project-wizard/templates/gtk.wiz,
2198 plugins/project-wizard/templates/minimal.wiz,
2199 plugins/project-wizard/templates/xlib.wiz,
2200 plugins/project-wizard/templates/gcj.wiz,
2201 plugins/gdb/plugin.c,
2202 plugins/gdb/debugger.c,
2203 libanjuta/anjuta-plugin-manager.c:
2204 Partial fix of #507921: translation issues in debug-manager, tools,
2205 project-wizard, gdb and anjuta-plugin-manager.
2207 2008-02-02 Sébastien Granjoux <seb.sfo@free.fr>
2209 * plugins/debug-manager/queue.c:
2210 Debugger Local, Stack and Thread windows were missing due to
2211 the previous change.
2213 2008-02-02 Johannes Schmid <jhs@gnome.org>
2215 * manuals/anjuta-manual/Makefile.am:
2216 Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am
2217 causes make install to fail
2219 2008-02-02 Johannes Schmid <jhs@gnome.org>
2221 * plugins/macro/macros.xml:
2222 #495511 – Header_h macro correction
2224 2008-02-02 Johannes Schmid <jhs@gnome.org>
2226 * plugins/patch/patch-plugin.glade:
2227 gtk-apply is not translatable...
2229 2008-02-02 Johannes Schmid <jhs@gnome.org>
2231 * plugins/build-basic-autotools/build-basic-autotools.c:
2232 (on_build_mesg_format):
2234 Also check for untranslated messages from make. Should fix
2235 #511981 – Error parsing make output
2237 2008-02-02 Johannes Schmid <jhs@gnome.org>
2239 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2242 Fixed #511010 – [UI] Execute program utility window
2244 2008-02-02 Johannes Schmid <jhs@gnome.org>
2247 Fixed #509908 – [UI] Problems with the General settings tab
2249 2008-02-02 Johannes Schmid <jhs@gnome.org>
2251 * manuals/anjuta-manual/C/fileoperations.xml:
2252 Fixed #513730 – Option not present in the GUI po file
2254 2008-02-02 Johannes Schmid <jhs@gnome.org>
2256 * plugins/sourceview/anjuta-editor-sourceview.glade:
2257 Adjust preferences default values
2259 2008-02-02 Johannes Schmid <jhs@gnome.org>
2261 * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2262 Fixed #512535 – Open files tabs' position is correctly remembered
2263 but not applied at startup
2265 2008-02-02 Johannes Schmid <jhs@gnome.org>
2267 * plugins/search/search-replace.c: (on_message_clicked):
2268 Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2269 fix clicking on search result messages
2271 2008-02-01 James Liggett <jrliggett@cox.net>
2273 * plugins/subversion/svn-command.c: (on_svn_notify):
2274 Fixed wrong status message output when resolving conflicts.
2276 2008-02-02 Johannes Schmid <jhs@gnome.org>
2278 * configure.in: Require GtkSourceView 2.1.2
2279 * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2280 * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2281 (imark_is_marker_set), (imark_delete_all_markers),
2282 (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2284 Adapted to API changes in GtkSourceView
2286 2008-02-01 Johannes Schmid <jhs@gnome.org>
2288 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2289 Fixed tabsize preference
2291 2008-02-01 Johannes Schmid <jhs@gnome.org>
2293 * manuals/anjuta-manual/C/fileoperations.xml:
2294 * manuals/anjuta-manual/C/interface.xml:
2297 * manuals/anjuta-manual/Makefile.am:
2298 * manuals/anjuta-manual/C/figures/*:
2300 Updated figures to be in clearlooks theme, removed old figures
2302 2008-02-01 Johannes Schmid <jhs@gnome.org>
2304 * plugins/patch/patch-plugin.glade:
2305 * plugins/patch/plugin.c: (patch_plugin_activate):
2306 Another UI issue with the patch plugin and silenced a compiler
2309 Patch from James Liggett:
2310 * plugins/profiler/gprof-call-graph-view.c:
2311 (gprof_call_graph_view_create_columns):
2312 * plugins/profiler/gprof-flat-profile-view.c:
2313 (gprof_flat_profile_view_create_columns):
2314 * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2315 * plugins/profiler/gprof-view.h:
2317 Use two decimal places for float values in profiler views (#507831)
2319 2008-02-01 Johannes Schmid <jhs@gnome.org>
2322 * plugins/editor/Makefile.am:
2324 Fixed #512751 – libgnomeprint unnecessary without scintilla
2326 2008-01-31 Johannes Schmid <jhs@gnome.org>
2328 * plugins/language-manager/languages.xml:
2329 Added a pretty ugly string for C++ headers. Maybe we should rely
2330 on mime-types instead...
2332 2008-01-31 Johannes Schmid <jhs@gnome.org>
2334 * plugins/language-support-cpp-java/cpp-java-assist.c:
2335 (get_iter_column), (cpp_java_assist_get_calltip_context),
2336 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2337 (on_assist_chosen), (cpp_java_assist_install):
2338 * plugins/language-support-cpp-java/plugin.c:
2339 (on_editor_char_inserted_cpp):
2340 Removed annoying DEBUG_PRINTs
2342 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2343 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2344 * plugins/sourceview/sourceview.c: (iassist_show_tips):
2346 Fixed "jumping" tooltips, fixed indentation of brances
2348 2008-01-31 Johannes Schmid <jhs@gnome.org>
2350 * plugins/document-manager/plugin.c: (on_document_changed):
2351 Fixed crash when closing anjuta after all document tabs have been closed
2353 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
2355 * plugins/debug-manager/anjuta-debug-manager.glade:
2356 Fix #513485: wrong strings maked as translatable
2358 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
2360 * plugins/debug-manager/threads.c,
2361 plugins/debug-manager/stack_trace.c:
2362 Avoid crash when getting relative path from debugger (same fix
2365 * plugins/debug-manager/queue.c:
2366 Emit all state changes notification
2368 * plugins/debug-manager/start.c:
2369 Fix #511586: Project path with "+" not working in debugger
2371 2008-01-31 Johannes Schmid <jhs@gnome.org>
2373 * plugins/patch/patch-plugin.glade:
2374 Fixed button ui problem...
2376 Patch from James Liggett:
2377 * plugins/profiler/gprof-call-graph-block-entry.c:
2378 (gprof_call_graph_block_primary_entry_new),
2379 (gprof_call_graph_block_secondary_entry_new):
2380 * plugins/profiler/gprof-flat-profile-entry.c:
2381 (gprof_flat_profile_entry_new):
2383 Fix #507831 - Wrong Profiler values for some locales
2385 2008-01-31 Johannes Schmid <jhs@gnome.org>
2387 * plugins/sourceview/anjuta-editor-sourceview.glade:
2388 * plugins/sourceview/sourceview-prefs.c:
2389 * plugins/sourceview/sourceview.c: (sourceview_finalize):
2391 Fixed Editor->View popup menu for those entries that are appropriate for
2394 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
2396 * plugins/debug-manager/breakpoints.c:
2397 Fix #512901: Crash when adding a breakpoint
2399 * plugins/debug-manager/queue.c:
2400 Remove a possible memory leak
2402 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
2404 * plugins/debug-manager/data_view.c,
2405 plugins/debug-manager/sparse_view.c,
2406 manuals/anjuta-manual/C/debugger.xml:
2407 Fix #513130, #513131 #513135: Wrong menu item names and errors
2408 in the documentation
2410 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
2412 * plugins/tools/editor.c:
2413 ianjuta_document_manager_find_document_with_path expect an uri not
2416 2008-01-29 Sébastien Granjoux <seb.sfo@free.fr>
2418 * manuals/reference/libanjuta/libanjuta-docs.sgml,
2419 manuals/reference/libanjuta/libanjuta-sections.txt,
2420 libanjuta/interfaces/libanjuta.idl:
2421 Documentation fixes for IAnjutaDebugger* interfaces
2423 === anjuta 2.3.3 ===
2425 2008-01-27 Naba Kumar <naba@gnome.org>
2427 * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2430 * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2431 (value_added_current_editor), (value_removed_current_editor):
2434 * TODO.tasks: Updated.
2436 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2437 scrollwindow shadow in.
2439 * plugins/editor/anjuta-editor-scintilla.glade:
2440 * plugins/editor/style-editor.c: (create_style_editor_gui):
2441 Set style window transient and cetered for preferences window.
2442 Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2444 * plugins/editor/anjuta-editor-scintilla.glade:
2445 Fixes Bug #427108 - Scintilla plugin configuration folding-style
2448 * configure.in, NEWS: Updated for release 2.3.3
2450 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
2452 * plugins/debug-manager/anjuta-debug-manager.glade:
2453 Fix #512224: Use a string in english
2455 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
2457 * plugins/build-basic-autotools/build-basic-autotools.c:
2458 ianjuta_document_manager_goto_file_line_mark needs an uri and
2461 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
2463 * plugins/symbol-browser/plugin.c,
2464 plugins/symbol-browser/an_symbol_view.c:
2465 use gnome_vfs_get_uri_from_local_path to get local path from uri
2466 This takes care of escaping some characters
2468 2008-01-25 Sébastien Granjoux <seb.sfo@free.fr>
2470 * plugins/debug-manager/stack_trace.c:
2471 Probably fix #510028: crash debugger when having a relative filename
2474 2008-01-25 Tom <tpgww@onepost.net>
2476 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
2478 * plugins/document-manager/plugin.c,
2479 plugins/document-manager/file_history.c,
2480 plugins/document-manager/file_history.h,
2481 plugins/document-manager/anjuta-docman.c,
2482 plugins/document-manager/anjuta-docman.h:
2483 Rename filename argument to uri when an uri is expected
2484 anjuta_docman_get_document_for_uri will remove symlinks
2486 2008-01-25 Naba Kumar <naba@gnome.org>
2488 * plugins/terminal/terminal.c: (terminal_execute),
2490 * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2492 2008-01-24 Sébastien Granjoux <seb.sfo@free.fr>
2494 * plugins/debug-manager/anjuta-debug-manager.glade,
2495 plugins/debug-manager/start.c:
2496 Fix #511049: Change UI of add source directories dialog
2498 2008-01-24 Naba Kumar <naba@gnome.org>
2500 * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2501 * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2502 (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2503 of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2504 ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2507 2008-01-24 Johannes Schmid <jhs@gnome.org>
2509 Patch from: Luca Ferretti <ella.uca@libero.it>:
2511 * plugins/document-manager/anjuta-docman.c:
2512 (anjuta_docman_page_init), (anjuta_docman_class_init):
2513 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2515 Fix #511757 – Close icon in tabs cut off (Patch was only for
2516 document-manager, also adapted it for message-manager)
2518 2008-01-24 Johannes Schmid <jhs@gnome.org>
2520 * plugins/Makefile.am:
2521 * plugins/sourceview/anjuta-document.c:
2522 * plugins/sourceview/anjuta-marshal.list:
2523 * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2524 (anjuta_view_key_press_event):
2525 * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2526 (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2527 (iiter_diff), (iiter_iface_init):
2528 * plugins/sourceview/sourceview.c: (on_document_char_added),
2529 (ieditor_goto_position), (ieditor_get_text),
2530 (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2531 (ieditor_erase), (ieditor_get_line_from_position),
2532 (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2533 (ieditor_get_position_from_offset), (ieditor_get_start_position),
2534 (ieditor_get_end_position), (ieditor_goto_start),
2535 (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2536 (iconvert_to_lower), (iindic_set), (iassist_suggest),
2537 (iassist_show_tips):
2539 Implemented new iterators interface in sourceview editor and
2542 2008-01-23 Naba Kumar <naba@gnome.org>
2544 * libanjuta/interfaces/libanjuta.idl:
2545 * manuals/reference/libanjuta/libanjuta-sections.txt:
2546 * plugins/build-basic-autotools/build-basic-autotools.c:
2547 (build_indicator_location_set), (on_editor_changed):
2548 * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2549 * plugins/debug-manager/variable.c: (get_hovered_word):
2550 * plugins/document-manager/action-callbacks.c:
2551 (on_editor_command_upper_case_activate),
2552 (on_editor_command_lower_case_activate):
2553 * plugins/document-manager/search-box.c: (on_incremental_search),
2554 (on_search_activated):
2555 * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2556 (iiter_last), (iiter_set_position), (iiter_get_position),
2557 (iiter_get_length), (iiter_compare), (iiter_diff),
2559 * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2560 (text_editor_goto_point), (itext_editor_goto_start),
2561 (itext_editor_goto_end), (itext_editor_goto_position),
2562 (itext_editor_get_text_all), (itext_editor_get_text),
2563 (itext_editor_get_position), (itext_editor_get_offset),
2564 (itext_editor_get_length), (itext_editor_insert),
2565 (itext_editor_erase), (itext_editor_erase_all),
2566 (itext_editor_get_column), (itext_editor_get_overwrite),
2567 (itext_editor_set_popup_menu),
2568 (itext_editor_get_line_from_position),
2569 (itext_editor_get_line_begin_position),
2570 (itext_editor_get_line_end_position),
2571 (itext_editor_get_position_from_offset),
2572 (itext_editor_get_start_position), (itext_editor_get_end_position),
2573 (itext_editor_iface_init), (iconvert_to_upper),
2574 (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2576 * plugins/editor/text_editor.h:
2577 * plugins/editor/text_editor_cbs.c:
2578 (on_text_editor_scintilla_notify):
2579 * plugins/indent/plugin.c: (on_indent_action_activate):
2580 * plugins/language-support-cpp-java/cpp-java-assist.c:
2581 (cpp_java_assist_get_scope_context),
2582 (cpp_java_assist_get_pre_word),
2583 (cpp_java_assist_show_autocomplete),
2584 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2585 (on_editor_char_added), (on_assist_chosen):
2586 * plugins/language-support-cpp-java/plugin.c:
2587 (get_line_indentation), (skip_iter_to_previous_logical_line),
2588 (skip_preprocessor_lines), (initialize_indentation_params),
2589 (set_line_indentation), (get_line_indentation_base),
2590 (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2591 (on_editor_char_inserted_java), (on_auto_indent):
2592 * plugins/macro/macro-actions.c: (match_shortcut):
2593 * plugins/macro/macro-dialog.c: (on_ok_clicked):
2594 * plugins/macro/plugin.c: (match_keyword):
2595 * plugins/search/plugin.c: (find_incremental):
2596 * plugins/search/search-replace.c: (search_and_replace),
2597 (search_start_over):
2598 * plugins/search/search-replace_backend.c:
2599 (file_buffer_new_from_te), (file_buffer_line_from_pos),
2600 (create_search_entries):
2601 * plugins/symbol-browser/plugin.c:
2602 (on_editor_buffer_symbols_update_timeout), (on_char_added),
2603 (isymbol_manager_iface_init):
2604 * plugins/symbol-db/plugin.c:
2605 (on_editor_buffer_symbols_update_timeout), (on_char_added),
2606 (isymbol_manager_iface_init):
2607 * plugins/tools/execute.c: (atp_output_context_construct),
2608 (atp_output_context_destroy), (atp_user_tool_execute):
2610 Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2611 iterators instead of integer offsets.
2612 - Renamed original ianjuta_editor_get_position(int) to
2613 ianjuta_editor_get_offset(). It is deprecated.
2614 - Renamed original ianjuta_editor_get_position_iter() to
2615 ianjuta_editor_get_position().
2616 - Renamed ianjuta_editor_get_cell_iter() to
2617 ianjuta_editor_get_position_from_offset()
2618 - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2619 - Added new methods:
2620 ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2621 ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2622 ianjuta_editor_goto_end().
2623 - All relevent signals and methods converted to use iterators.
2624 - All relevent plugins fixed to use new API.
2625 - Removed ianjuta_editor_cell_get_line() because it is provided by
2626 ianjuta_editor_get_line_from_position().
2627 - Removed ianjuta_symbol_manager_get_completions_at_position()
2628 because it not used anywhere and is not right to be there.
2629 - Updated IAnjutaEditable documentation.
2631 Updated IAnjutaIterable interface:
2632 - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2633 - Introduced 'end-iter' to point at the end of the list.
2634 - Updated IAnjutaIterable documentation.
2636 * plugins/Makefile.am:
2637 (Disabled sourceview plugin for now. Jhs is coming up with a patch
2640 2008-01-22 Johannes Schmid <jhs@gnome.org>
2642 * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2643 * plugins/project-import/anjuta-project-import.glade:
2644 * plugins/project-import/anjuta-project-import.plugin.in:
2645 * plugins/project-wizard/anjuta-project-wizard.glade:
2646 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2647 * plugins/project-wizard/druid.c: (npw_druid_new):
2648 * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2650 Fixed #465084 – wizard instead of assistant (only string changes...)
2652 2008-01-20 Rob Bradford <rob@openedhand.com>
2654 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2655 Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2656 coming up with the solution. (Bug: #510390.)
2658 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
2660 * plugins/build-basic-autotools/executer.c:
2661 Fix #502508, use anjuta_launcher to keep program output
2663 * plugins/terminal/terminal.c:
2664 Remove unused child_initizlized member
2665 Start the shell on plugin activation
2667 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
2669 * plugins/debug-manager/sparse_buffer.c:
2670 Fix a crash when scrolling in the diassembly window
2672 * plugins/debug-manager/sparse_view.c:
2673 Small limit change using the same "unit" for both number
2675 2008-01-19 Naba Kumar <naba@gnome.org>
2677 * plugins/language-support-cpp-java/cpp-java-assist.c:
2678 (cpp_java_assist_get_scope_context),
2679 (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2682 2008-01-19 Johannes Schmid <jhs@gnome.org>
2684 * plugins/sourceview/anjuta-editor-sourceview.glade:
2685 * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2687 And even more strings...
2689 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
2691 * plugins/project-wizard/templates/cpp/src/main.cc:
2692 Fix #498734, typing error in c++ project template
2694 2008-01-19 Johannes Schmid <jhs@gnome.org>
2696 * plugins/editor/text_editor.c: (text_editor_save_file):
2697 * plugins/macro/anjuta-macro.glade:
2698 * plugins/subversion/anjuta-subversion.glade:
2700 Fixed even more strings
2702 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
2704 * plugins/language-support-cpp-java/cpp-java-assist.c:
2705 Fix bug #488519, remove critical warning (completion_cache == NULL
2708 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
2710 * plugins/gdb/debugger.c:
2711 Enable logging of gdb communication with an environment variable
2713 2008-01-19 Naba Kumar <naba@gnome.org>
2715 * plugins/editor/text-editor-iterable.c: (iiter_next),
2716 (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2717 editor native funtions to avoid round trips.
2719 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
2721 * plugins/editor/text_editor.c:
2722 Fix a bug due to the previous patch: Unable to save new file in
2725 2008-01-18 Sébastien Granjoux <seb.sfo@free.fr>
2727 * plugins/debug-manager/disassemble.c,
2728 plugins/debug-manager/disassemble.h,
2729 plugins/debug-manager/registers.c,
2730 plugins/debug-manager/registers.h,
2731 plugins/debug-manager/memory.c,
2732 plugins/debug-manager/memory.h,
2733 plugins/debug-manager/command.c,
2734 plugins/debug-manager/command.h,
2735 plugins/debug-manager/queue.c,
2736 plugins/debug-manager/queue.h,
2737 plugins/debug-manager/breakpoints.c,
2738 plugins/debug-manager/stack_trace.c,
2739 plugins/debug-manager/threads.c,
2740 plugins/debug-manager/plugin.c,
2741 plugins/gdb/plugin.c,
2742 plugins/gdb/debugger.c,
2743 plugins/gdb/debugger.h,
2744 manuals/reference/libanjuta/libanjuta-sections.txt,
2745 manuals/reference/libanjuta/libanjuta.types,
2746 libanjuta/interfaces/libanjuta.idl:
2747 Use gulong instead of guint for addresses
2748 Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2749 IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2751 * plugins/gdb/anjuta-gdb.plugin.in:
2752 Remove reference to IAnjutaCpuDebugger (useless)
2754 2008-01-18 Johannes Schmid <jhs@gnome.org>
2756 * AUTHORS: Added Alexander
2758 2008-01-18 Johannes Schmid <jhs@gnome.org>
2760 Patch from: Alexander Korolyov <kilork@yandex.ru>
2762 * plugins/editor/text_editor.c: (load_from_file),
2763 (text_editor_save_file):
2765 Fixed symlinks (#510238) and file permission (#405321)
2766 handling for scintilla editor.
2768 2008-01-17 Johannes Schmid <jhs@gnome.org>
2770 * plugins/document-manager/action-callbacks.c:
2771 (on_editor_command_select_all_activate),
2772 (on_editor_command_cut_activate),
2773 (on_editor_command_paste_activate),
2774 (on_editor_command_copy_activate),
2775 (on_editor_command_clear_activate):
2776 Resupport cut/copy/paste/clear on GtkEditables when those
2777 have focus. (Important for shortcuts to work).
2779 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2780 * plugins/document-manager/search-box.c: (on_search_activated):
2781 * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2782 * plugins/patch/patch-plugin.c: (on_ok_clicked):
2783 * plugins/profiler/plugin.c: (profiler_get_data):
2784 * plugins/project-wizard/druid.c: (npw_druid_new):
2785 * plugins/project-wizard/install.c: (on_install_end_install_file):
2786 * plugins/sourceview/anjuta-editor-sourceview.glade:
2787 * plugins/subversion/anjuta-subversion.glade:
2788 * plugins/tools/anjuta-tools.glade:
2789 Various string fixes
2791 2008-01-17 Naba Kumar <naba@gnome.org>
2793 Patch from James Liggett:
2795 * plugins/subversion/subversion-add-dialog.c:
2796 (on_subversion_add_response):
2797 * plugins/subversion/subversion-copy-dialog.c:
2798 (on_subversion_copy_response):
2799 * plugins/subversion/subversion-diff-dialog.c:
2800 (on_subversion_diff_response):
2801 * plugins/subversion/subversion-merge-dialog.c:
2802 (on_subversion_merge_response):
2803 * plugins/subversion/subversion-remove-dialog.c:
2804 (on_subversion_remove_response):
2805 * plugins/subversion/subversion-switch-dialog.c:
2806 (on_subversion_switch_response):
2807 * plugins/subversion/subversion-ui-utils.c: (check_input):
2808 * plugins/subversion/subversion-ui-utils.h:
2809 * plugins/subversion/subversion-update-dialog.c:
2810 (on_subversion_update_response):
2812 If the user doesn't enter any data for path or revision fields in
2813 certain SVN plugin dialogs, libsvn throws assertion failures and
2814 kills Anjuta. To avoid this, the validity of path and revision
2815 input data are checked before the command gets executed.
2817 Fixes Bug #509510 - Check input of some dialogs to avoid termination
2818 if user gives bad or no input
2820 2008-01-16 Sébastien Granjoux <seb.sfo@free.fr>
2822 * plugins/document-manager/anjuta-docman.c:
2823 Fix #507627 memory tab stay active on debugger stop
2824 Remove two unused variables due to the previous patch
2826 2008-01-16 Johannes Schmid <jhs@gnome.org>
2828 * libanjuta/anjuta-plugin-manager.c:
2829 Fixed #508399 – When you enable a plugin, preferences don't show up
2831 2008-01-16 Rob Bradford <rob@openedhand.com>
2833 Reviewed by: Johannes Schmid <jhs@gnome.org>
2835 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2836 (get_property_value_as_string), (set_property_value_as_string),
2837 (register_callbacks):
2838 * libanjuta/anjuta-preferences.h:
2839 Add support for both file and folder preferences (originally only
2840 folder choosers were supported. (Fixes bug: #508805.)
2842 * plugins/file-manager/file-manager.glade:
2843 Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2846 2008-01-16 Johannes Schmid <jhs@gnome.org>
2848 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2850 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2853 Fixed #509875 – The "Update globale tags" button wording is incorrect
2854 Fixed #509873 – Build Autotools Preferences has excessive padding
2855 Fixed #509872 – General Information labels are incorrectly aligned
2856 Fixed #509871 – General preferences has incorrect use of colons
2858 2008-01-16 Johannes Schmid <jhs@gnome.org>
2860 * plugins/document-manager/anjuta-document-manager.glade:
2861 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2863 Fixed #509865 – Incorrect padding in the Documents settings tabs
2864 Fixed #509867 – Create button contents is mis-aligned
2865 Fixed #509869 – "Add Directory" button is not HIG complient
2867 2008-01-16 Johannes Schmid <jhs@gnome.org>
2869 * libanjuta/anjuta-preferences-dialog.c:
2870 (anjuta_preferences_dialog_add_page):
2872 Fix #509864 – No initial section selected when opening the Preferences dialog
2874 2008-01-16 Johannes Schmid <jhs@gnome.org>
2876 * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2877 Removed unused gconf_notifications
2879 * plugins/search/anjuta-search.glade:
2880 * plugins/subversion/anjuta-subversion.glade:
2881 * plugins/tools/anjuta-tools.glade:
2882 * src/anjuta-app.c: (anjuta_app_instance_init):
2884 Fixed various strings
2886 2008-01-15 Naba Kumar <naba@gnome.org>
2888 * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2889 newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2892 * plugins/symbol-browser/an_symbol_view.c:
2893 (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2896 2008-01-15 Johannes Schmid <jhs@gnome.org>
2898 * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2899 (anjuta_profile_add_plugins_from_xml):
2900 * plugins/file-manager/file-manager.glade:
2903 * libanjuta/interfaces/libanjuta.idl:
2906 * plugins/sourceview/Makefile.am:
2907 * plugins/sourceview/anjuta-editor-sourceview.glade:
2908 * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2909 (end_print), (print_setup), (sourceview_print),
2910 (sourceview_print_preview):
2911 * plugins/sourceview/sourceview.c: (iprint_print),
2912 (iprint_print_preview):
2914 Added printing support to GtkSourceView editor
2916 2007-01-14 Tom <tpgww@onepost.net>
2918 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
2920 * plugins/document-manager/anjuta-docman.c:
2921 Fix two memory leaks added by the previous patch
2923 2008-01-14 Johannes Schmid <jhs@gnome.org>
2925 * plugins/sourceview/assist-tip.c: (assist_tip_move):
2926 * plugins/sourceview/assist-window.c: (assist_window_move):
2930 2008-01-14 Rob Bradford <rob@openedhand.com>
2932 * global-tags/Makefile.am:
2933 * global-tags/create_global_tags.sh.in:
2934 Install anjuta-tags binary into FHS policy compliant directory and
2935 update references. (Fixes bug: 509346.)
2937 2008-01-13 Naba Kumar <naba@gnome.org>
2939 Patch from: Ritesh Khadgaray
2940 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2941 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2942 Adds export-dynamic option to LDFLAGS to project template for libglade
2943 to work for autoconnect signals.
2945 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
2947 * libanjuta/anjuta-utils.c:
2948 anjuta_util_get_real_path return a string that need to be freed
2949 with g_free even if PATH_MAX is not defined
2951 2008-01-13 Andre Klapper <a9016009@gmx.de>
2953 * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2956 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
2958 * plugins/document-manager/anjuta-docman.c:
2959 Do not reopen file having escaped character (+,...) in path name
2961 2008-01-13 Naba Kumar <naba@gnome.org>
2963 * libanjuta/interfaces/libanjuta.idl:
2964 * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2965 * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2966 Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2967 IAnjutaProjectManager::add_sources().
2969 * plugins/glade/plugin.c: (on_glade_resource_removed),
2970 (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2971 stubs for handing resources in glade file.
2973 2008-01-13 Naba Kumar <naba@gnome.org>
2975 * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2977 * plugins/glade/plugin.c: (ifile_open): Select the first window
2978 in the glade project when it is first opened. Avoids empty glade
2979 document the first time.
2981 2008-01-12 Bolesław Kulbabiński <bolekk@gmail.com>
2983 Reviewed by: Johannes Schmid <jhs@gnome.org>
2985 * plugins/gtodo/callback.c: (remove_todo_item):
2986 Fix #507304 – crash in Anjuta IDE while removing done tasks
2988 2008-01-11 Sébastien Granjoux <seb.sfo@free.fr>
2990 * plugins/debug-manager/anjuta-debug-manager.ui,
2991 plugins/debug-manager/plugin.c,
2992 plugins/debug-manager/start.h,
2993 plugins/debug-manager/start.c:
2994 New menu item to add extra source directories for debugger
2996 === anjuta 2.3.2 ===
2998 2008-01-11 Bolesław Kulbabiński <bolekk@gmail.com>
3000 * plugins/gtodo/callback.c: (remove_todo_item):
3001 Fix #507304 – crash in Anjuta IDE while removing done tasks
3003 2008-01-11 Naba Kumar <naba@gnome.org>
3005 * configure.in: Bumped version to 2.3.2
3006 * NEWS: Updated for anjuta 2.3.2 release
3007 * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
3010 2008-01-11 Johannes Schmid <jhs@gnome.org>
3012 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3014 Reverted accidently commited change
3016 * plugins/document-manager/anjuta-document-manager.glade:
3017 Fix Gtk-Critical because of broken glade file
3019 2008-01-11 Naba Kumar <naba@gnome.org>
3021 * plugins/glade/plugin.c: (on_document_destroy),
3022 (glade_plugin_add_project): Fixed a bug where when more than one
3023 glade document is open and one is closed, it closes all the glade
3024 documents. Also it might have fixed the bug where sometimes closing
3025 the glade document leaves glade widget tree unclosed.
3027 2008-01-11 Naba Kumar <naba@gnome.org>
3029 * libanjuta/Makefile.am: Install glade3 files in own prefix to
3030 prevent install errors when not installed as root (then the files
3031 are only useful when glade-3 is installed in the same prefix, but it
3032 doesn't harm anjuta runtime).
3034 * plugins/sourceview/sourceview.c: Commented use of a file
3035 not currently distributed.
3037 2008-01-10 Naba Kumar <naba@gnome.org>
3039 * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
3040 nothing to translate in it.
3042 2008-01-10 Johannes Schmid <jhs@gnome.org>
3044 * plugins/project-wizard/templates/gnome.wiz:
3045 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3046 * plugins/project-wizard/templates/gnome/src/main.c:
3047 * plugins/project-wizard/templates/translatable-strings.h:
3049 Fixed #508497 and added a new chooser to select whether to use
3052 2008-01-10 Johannes Schmid <jhs@gnome.org>
3054 Patch from Tom <tpgww@onepost.net>:
3056 * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
3057 (anjuta_util_glist_path_dedup):
3058 * libanjuta/anjuta-utils.h:
3060 Give the method a proper prefixed name
3062 * plugins/document-manager/action-callbacks.c:
3063 (get_current_popup_active),
3064 (on_editor_command_select_all_activate),
3065 (on_editor_command_cut_activate),
3066 (on_editor_command_paste_activate),
3067 (on_editor_command_copy_activate),
3068 (on_editor_command_clear_activate), (on_show_search),
3069 (on_repeat_quicksearch):
3070 * plugins/document-manager/action-callbacks.h:
3071 * plugins/document-manager/anjuta-docman.c:
3072 (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
3073 (anjuta_docman_goto_file_line_mark),
3074 (anjuta_docman_get_full_filename):
3075 * plugins/document-manager/anjuta-docman.h:
3076 * plugins/document-manager/anjuta-document-manager.ui:
3077 * plugins/document-manager/plugin.c:
3078 (update_document_ui_interface_items):
3080 Better way to fix the popup-menu items (Cut/Copy/Paste)
3081 and various clean-ups.
3083 * plugins/document-manager/search-box.c: (on_document_changed),
3084 (search_box_fill_search_focus):
3085 * plugins/document-manager/search-box.h:
3086 * plugins/search/plugin.c:
3088 Add a menu item to repeat the quick search
3090 2008-01-10 Johannes Schmid <jhs@gnome.org>
3092 * plugins/language-support-cpp-java/cpp-java-assist.c:
3095 Fixed #508424 – Auto complete: previous char was removed when
3096 pre TAB to auto complete.
3098 2008-01-10 Johannes Schmid <jhs@gnome.org>
3100 Patch from: James Ligett:
3102 * plugins/profiler/gprof-call-graph-view.c:
3103 (gprof_call_graph_view_create_columns):
3104 * plugins/profiler/gprof-flat-profile-view.c:
3105 (gprof_flat_profile_view_create_columns):
3107 Fixed translation issues (#496833)
3109 2008-01-10 Johannes Schmid <jhs@gnome.org>
3111 Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
3113 * plugins/gtodo/gtodo.c: (category_manager_add_item):
3114 Fix #460390 – Changing categories while edinting something
3116 2008-01-09 Naba Kumar <naba@gnome.org>
3118 * libanjuta/anjuta-plugin-manager.c:
3119 (anjuta_plugin_manager_activate_plugins): Commented dead code and
3122 * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
3123 corruption reported in bug #507491. Potentially fixes too.
3125 2008-01-09 Johannes Schmid <jhs@gnome.org>
3127 Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3129 * plugins/gtodo/mcategory.c: (category_manager_add_item):
3130 Fix bug #505205 completely
3132 * AUTHORS: Added Bolesław
3134 2008-01-08 Johannes Schmid <jhs@gnome.org>
3136 * plugins/document-manager/action-callbacks.c:
3137 (on_editor_command_cut_activate),
3138 (on_editor_command_paste_activate),
3139 (on_editor_command_copy_activate),
3140 (on_editor_command_clear_activate):
3142 Fixed editor popup menu (Cut, Copy, Paste)
3144 2008-01-08 Johannes Schmid <jhs@gnome.org>
3146 * plugins/sourceview/sourceview.c: (autodetect_language):
3147 Fixed a crash when creating a new file
3149 2008-01-08 Johannes Schmid <jhs@gnome.org>
3151 Patch by <bolekk@gmail.com> (GHOP Student)
3153 * plugins/gtodo/mcategory.c: (category_manager_add_item):
3156 2008-01-08 Naba Kumar <naba@gnome.org>
3158 * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3159 * libanjuta/anjuta-plugin-manager.c:
3160 (anjuta_plugin_manager_select),
3161 (anjuta_plugin_manager_activate_plugins):
3162 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3163 * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3164 (on_create_submenu), (create_open_with_submenu):
3165 * src/about.c: (on_about_plugin_activate),
3166 (about_create_plugins_submenu): Use translated version of get_string()
3167 API in AnjutaDescription for translatable properties. Fixes bug #496833
3170 2008-01-07 Johannes Schmid <jhs@gnome.org>
3172 * plugins/build-basic-autotools/executer.c: (execute_program):
3173 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3174 * plugins/debug-manager/anjuta-debug-manager.glade:
3175 * plugins/debug-manager/locals.c: (create_locals_gui):
3176 * plugins/file-loader/plugin.c: (on_create_submenu):
3177 * plugins/gtodo/main.h:
3178 * plugins/gtodo/preferences.c: (preferences_widget):
3179 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3180 * plugins/tools/anjuta-tools.glade:
3181 * plugins/tools/execute.c: (atp_output_context_print):
3184 Another bunch of i18n fixes (#496833)
3186 2008-01-07 Johannes Schmid <jhs@gnome.org>
3188 * plugins/build-basic-autotools/build-basic-autotools.c:
3189 (on_build_terminated):
3190 * plugins/gtodo/interface.c: (set_read_only):
3191 * plugins/project-manager/plugin.c: (confirm_removal),
3192 (on_popup_add_to_project):
3193 * plugins/subversion/anjuta-subversion.glade:
3194 * plugins/tools/execute.c: (atp_output_context_print_result):
3196 Fixed some strings from #496833
3198 2008-01-07 Johannes Schmid <jhs@gnome.org>
3200 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3201 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3203 * plugins/language-support-cpp-java/plugin.c: (install_support),
3204 (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3205 Added basic Vala support
3207 * plugins/sourceview/sourceview.c: (autodetect_language):
3208 Fixed mime-type detection
3210 2008-01-06 Massimo Cora' <maxcvs@email.it>
3212 Reviewed by: Johannes Schmid <jhs@gnome.org>
3214 * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3215 (value_removed_current_editor), (symbol_db_activate),
3216 (symbol_db_deactivate):
3217 * plugins/symbol-db/symbol-db-engine.c:
3218 (symbol_db_engine_get_global_members_filtered):
3219 * plugins/symbol-db/symbol-db-view.c:
3220 (do_add_child_symbol_to_view), (prepare_for_adding),
3221 (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3222 (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3223 (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3224 (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3225 (sdb_view_init), (sdb_view_finalize),
3226 (sdb_view_build_and_display_base_tree):
3227 * plugins/symbol-db/symbol-db-view.h:
3228 added controls to expand Global tab nodes in a non-freezing way.
3229 Fixed also some little bugs always on global-tab.
3231 2008-01-06 Naba Kumar <naba@gnome.org>
3233 Patches from James Liggett:
3234 * plugins/profiler/gprof-call-graph-view.c:
3235 (gprof_call_graph_view_create_columns):
3236 * plugins/profiler/gprof-flat-profile-view.c:
3237 (gprof_flat_profile_view_create_columns):
3238 * plugins/profiler/gprof-function-call-tree-view.c:
3239 (gprof_function_call_tree_view_create_columns): Made all
3240 of the columns resizable and reorderable.
3242 2008-01-06 Johannes Schmid <jhs@gnome.org>
3244 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3245 (anjuta_launcher_check_password_real),
3246 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3247 (anjuta_launcher_scan_pty),
3248 (anjuta_launcher_disable_password_check):
3249 * libanjuta/anjuta-launcher.h:
3250 Added disable_password_check for stream where it does not make sense
3251 (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3252 that sometimes occur in symbol-db plugin
3254 * plugins/file-manager/file-model.c:
3255 (file_model_cancel_expand_idle):
3256 Fixed removing of idle source
3258 * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3259 * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3261 Fixed #348854 – invisible cursor in certain themes
3263 2008-01-06 Naba Kumar <naba@gnome.org>
3265 * libanjuta/anjuta-preferences.c:
3266 (anjuta_preferences_register_property_custom): Fixed a crash bug on
3267 closing preferences dialog due to patch in bug #507300
3269 2008-01-06 Naba Kumar <naba@gnome.org>
3271 * plugins/language-support-cpp-java/cpp-java-assist.c:
3273 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3274 * plugins/search/search-replace_backend.c: (create_search_entries):
3275 Added missing unrefs.
3277 2008-01-06 Johannes Schmid <jhs@gnome.org>
3279 * plugins/debug-manager/variable.c: (get_hovered_word):
3280 Add a g_object_unref()
3282 * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3283 (on_sourceview_hover_leave):
3284 Fixed hover and editor interface to make hover in debugger work
3286 2008-01-06 Naba Kumar <naba@gnome.org>
3288 * plugins/editor/text-editor.c: Whitespaces fixes.
3289 * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3290 DEBUG_PRINT instead of g_message.
3292 2008-01-06 Sébastien Granjoux <seb.sfo@free.fr>
3294 * plugins/debug-manager/breakpoints.c:
3295 Fix #507441: Disable all breakpoints doesn't work
3296 Fix #507444: Enable Breakpoint menu item doesn't change name
3298 2008-01-05 Naba Kumar <naba@gnome.org>
3300 * manuals/reference/libanjuta/libanjuta.types: Renamed
3301 IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3303 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
3305 * plugins/debug-manager/variable.c:
3306 Update variable display to use IAnjutaIterable instead of position
3308 * plugins/editor/text_editor_cbs.c,
3309 plugins/editor/text_editor.c:
3310 Fix Gtk critical warnings when a hover signal is emitted
3311 Fix get_text_iter in Scintilla (range should include last character)
3313 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
3315 * plugins/debug-manager/debug_tree.c,
3316 plugins/debug-manager/debug_tree.h,
3317 plugins/debug-manager/watch.c,
3318 plugins/debug-manager/command.c,
3319 plugins/debug-manager/queue.c,
3320 plugins/gdb/plugin.c,
3321 plugins/gdb/debugger.c,
3322 plugins/gdb/debugger.h,
3323 libanjuta/interfaces/libanjuta.idl:
3324 Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3326 2008-01-05 Naba Kumar <naba@gnome.org>
3328 * plugins/valgrind/plugin.c: Removed stock icon open/save from
3329 menus to avoid conflict with file open/save. Fixes bug #507455
3331 2008-01-05 Johannes Schmid <jhs@gnome.org>
3334 Conditionally depend on gtksourceview2 >= 2.1.0
3336 * libanjuta/interfaces/libanjuta.idl:
3337 Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3338 iterators instead of positions
3340 * plugins/debug-manager/threads.c:
3341 Fixed a warnings by including gnome-vfs properly
3343 * plugins/debug-manager/variable.c: (get_hovered_word),
3345 Updated to changes in IAnjutaEditorHover/Selection
3347 * plugins/document-manager/action-callbacks.c:
3348 (on_editor_command_upper_case_activate),
3349 (on_editor_command_lower_case_activate):
3350 * plugins/document-manager/search-box.c: (on_incremental_search),
3351 (on_search_activated):
3352 * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3353 (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3354 (iselection_get_start), (iselection_get_end),
3355 (iselection_iface_init), (ihover_display), (ihover_iface_init):
3356 * plugins/editor/text_editor_cbs.c:
3357 (on_text_editor_scintilla_notify):
3359 Updated to changes in IAnjutaEditorHover/Selection and updated editor
3360 interface of scintilla editor.
3362 * plugins/language-manager/languages.xml:
3363 * plugins/language-manager/plugin.c:
3364 (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3365 Added chdr to C language files and some DEBUG_PRINTs
3367 * plugins/language-support-cpp-java/cpp-java-assist.c:
3369 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3370 * plugins/search/plugin.c: (find_incremental):
3371 * plugins/search/search-replace.c: (search_and_replace):
3372 * plugins/search/search-replace_backend.c: (create_search_entries):
3373 Adapted to changed interfaces
3375 * plugins/sourceview/Makefile.am:
3376 * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3377 (set_uri), (anjuta_document_save):
3378 * plugins/sourceview/anjuta-editor-sourceview.glade:
3379 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3380 (anjuta_view_key_press_event):
3381 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3382 * plugins/sourceview/sourceview-cell.c:
3383 (sourceview_cell_instance_init), (sourceview_cell_finalize),
3384 (icell_get_line), (icell_get_attribute), (icell_iface_init):
3385 * plugins/sourceview/sourceview-prefs.c: (get_bool),
3386 (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3387 (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3388 (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3389 (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3390 * plugins/sourceview/sourceview-private.h:
3391 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3392 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3393 (on_document_loaded), (sourceview_instance_init),
3394 (sourceview_dispose), (sourceview_finalize),
3395 (sourceview_create_markers), (sourceview_new),
3396 (ifile_savable_save), (ieditor_get_tab_size),
3397 (ieditor_set_tab_size), (ieditor_set_use_spaces),
3398 (ieditor_set_auto_indent), (ieditor_goto_line),
3399 (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3400 (iselect_block), (iselect_set), (iselect_get_start),
3401 (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3402 (imark_unmark), (imark_is_marker_set),
3403 (imark_location_from_handle), (imark_delete_all_markers),
3404 (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3405 (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3406 (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3407 (ilanguage_get_supported_languages), (autodetect_language),
3408 (ilanguage_set_language), (iassist_show_tips),
3409 (on_sourceview_hover_leave), (on_sourceview_hover_over),
3410 (ihover_display), (ihover_iface_init):
3412 Use GtkSourceView 2.1.x:
3413 * New mark interface
3414 * Fixed #486724 and #488615
3415 * Implemented hover interface
3416 * Adapted to changed interfaces
3418 2008-01-04 Rob Bradford <rob@o-hand.com>
3420 Reviewed by Naba Kumar <naba@gnome.org>:
3421 * libanjuta/anjuta-preferences.c:
3422 (anjuta_preferences_register_property_custom):
3423 Unregister preferences for custom preferences when the widget is
3426 2008-01-03 Johannes Schmid <jhs@gnome.org>
3428 * plugins/file-manager/file-model.c: (file_model_row_expanded),
3429 (file_model_row_collapsed):
3430 Fixed the too method to take a correct data argument
3432 2008-01-02 Johannes Schmid <jhs@gnome.org>
3434 * plugins/document-manager/anjuta-docman.c:
3435 (anjuta_docman_add_document), (anjuta_docman_remove_document):
3436 ref and unref correctly to silence a Gtk+ critical
3438 2008-01-01 Johannes Schmid <jhs@gnome.org>
3440 * plugins/editor/text_editor.c: (itext_editor_get_text):
3441 Fixed #506740 – ianjuta_editor_get_text crash if request
3442 text past the buffer length
3444 2008-01-01 Sébastien Granjoux <seb.sfo@free.fr>
3446 * plugins/debug-manager/utilities.c,
3447 plugins/debug-manager/utilities.h,
3448 plugins/debug-manager/breakpoints.c:
3449 Move get_current_editor function in utilities.c
3451 * plugins/debug-manager/plugin.c,
3452 plugins/debug-manager/debug_tree.c,
3453 plugins/debug-manager/debug_tree.h,
3454 plugins/debug-manager/watch.c,
3455 plugins/debug-manager/watch.h,
3456 plugins/debug-manager/locals.c,
3457 plugins/debug-manager/locals.h,
3458 (added) plugins/debug-manager/variable.c,
3459 (added) plugins/debug-manager/variable.h,
3460 plugins/debug-manager/Makefile.am:
3461 Use hover interface to display variable value
3463 2007-12-31 Johannes Schmid <jhs@gnome.org>
3465 * libanjuta/Makefile.am:
3466 Only install glade catalog files if glade-3 is available
3467 (Fixes #506269 and #500296)
3469 2007-12-30 Johannes Schmid <jhs@gnome.org>
3471 * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3472 (set_property_value_as_string), (register_callbacks):
3474 Fixed GtkFileChooserButton preferences to also work when only the combo
3475 changes without a dialog being open.
3477 2007-12-29 Johannes Schmid <jhs@gnome.org>
3479 * plugins/editor/Makefile.am:
3480 Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3482 2007-12-29 Johannes Schmid <jhs@gnome.org>
3484 * plugins/devhelp/plugin.c: (devhelp_activate):
3485 Fixed #498986 - Anjuta-2.3.0 fails to build
3487 2007-12-29 Johannes Schmid <jhs@gnome.org>
3489 * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3490 * plugins/debug-manager/plugin.c:
3491 (on_run_to_cursor_action_activate):
3492 * plugins/document-manager/anjuta-docman.c:
3493 (anjuta_docman_goto_file_line_mark):
3494 * plugins/symbol-db/plugin.c: (value_added_current_editor),
3495 (value_removed_current_editor):
3497 Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3498 all those to value_added_current_document...
3500 * plugins/editor/anjuta-editor-scintilla.glade:
3501 Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3502 Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3504 2007-12-28 Massimo Cora' <maxcvs@email.it>
3506 * plugins/symbol-db/plugin.c: (on_importing_project_end),
3507 (symbol_db_activate), (symbol_db_deactivate),
3508 (symbol_db_instance_init), (isymbol_manager_get_parents):
3509 * plugins/symbol-db/plugin.h:
3510 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3511 * plugins/symbol-db/symbol-db-engine.c:
3512 (symbol_db_engine_get_global_members_filtered):
3513 * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3514 (on_symbol_inserted):
3515 Filtered out static functions on global-tab. E.g. when flag
3516 is_file_scope = 1 we won't add entries there.
3517 Fixed a little bug on 'Global'->'Vars/Others' node too.
3519 2007-12-28 Johannes Schmid <jhs@gnome.org>
3521 * libanjuta/anjuta-launcher.c:
3522 Fixed a silly (and completely useless) memory corruption that probably
3523 only occured at a few race conditions though I wonder why it did not
3526 2007-12-28 Johannes Schmid <jhs@gnome.org>
3527 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3528 * plugins/debug-manager/plugin.c: (set_program_counter):
3529 * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3530 * plugins/debug-manager/start.c: (get_source_directories):
3531 * plugins/debug-manager/threads.c: (on_info_thread),
3533 * plugins/file-manager/file-model.c: (file_model_set_property):
3534 * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3535 * plugins/tools/editor.c: (on_editor_response):
3537 Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3539 * plugins/document-manager/plugin.c: (update_title),
3540 (value_added_project_root_uri):
3541 * plugins/document-manager/plugin.h:
3542 Shorten down the title bar if the current path is inside the opened project
3544 2007-12-28 Massimo Cora' <maxcvs@email.it>
3546 reviewed by: Johannes Schmid <jhs@gnome.org>
3548 * plugins/project-wizard/templates/java/project.anjuta:
3549 * plugins/project-wizard/templates/mkfile/project.anjuta:
3550 * plugins/project-wizard/templates/python/project.anjuta:
3551 Added attribute="Interfaces" and value="IAnjutaSymbolManager" to
3552 let new projects use new SymbolDB plugin.
3554 * plugins/symbol-browser/images/Makefile.am:
3555 added some images taken from MonoDevelop project.
3557 * plugins/symbol-db/plugin.c: (value_added_current_editor),
3558 (goto_file_line), (on_importing_project_end), (project_root_added),
3559 (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3560 (isymbol_manager_search):
3561 Added project-updating feature when opening a project with some files
3562 modified externally [e.g. a svn up].
3564 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3565 (sdb_engine_iterator_node_instance_init),
3566 (sdb_engine_iterator_node_finalize),
3567 (symbol_db_engine_iterator_node_set_conversion_hash):
3568 * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3569 * plugins/symbol-db/symbol-db-engine-iterator.c:
3570 (symbol_db_engine_iterator_new):
3571 * plugins/symbol-db/symbol-db-engine-iterator.h:
3572 Moved Hash table initialization into the engine. This proxies and
3573 speeds up the process of creation and iteration of a GdaDataModel.
3575 * plugins/symbol-db/symbol-db-engine.c:
3576 (sdb_engine_ctags_output_thread),
3577 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3578 (sdb_engine_scan_files_1), (sdb_engine_init),
3579 (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3580 (symbol_db_engine_add_new_workspace),
3581 (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3582 (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3583 (symbol_db_engine_get_sym_type_conversion_hash),
3584 (symbol_db_engine_update_files_symbols),
3585 (symbol_db_engine_update_project_symbols),
3586 (symbol_db_engine_update_buffer_symbols),
3587 (symbol_db_engine_get_class_parents),
3588 (symbol_db_engine_get_global_members_filtered),
3589 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3590 (symbol_db_engine_get_scope_members_by_symbol_id),
3591 (symbol_db_engine_get_scope_members),
3592 (symbol_db_engine_get_current_scope),
3593 (symbol_db_engine_get_file_symbols),
3594 (symbol_db_engine_get_symbol_info_by_id),
3595 (symbol_db_engine_find_symbol_by_name_pattern),
3596 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3597 * plugins/symbol-db/symbol-db-engine.h:
3598 * plugins/symbol-db/symbol-db-view-locals.c:
3599 (sdb_view_locals_get_iter_from_row_ref),
3600 (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3601 (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3602 (on_symbol_inserted), (symbol_db_view_locals_update_list):
3603 Changes on some queries fuctions and some fixes. Added *_filtered
3606 * plugins/symbol-db/symbol-db-view.c:
3607 (do_add_child_symbol_to_view), (add_new_waiting_for),
3608 (prepare_for_adding), (on_symbol_inserted),
3609 (do_recurse_subtree_and_remove), (on_symbol_removed),
3610 (sdb_view_do_add_hidden_dummy_child),
3611 (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3612 (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3613 (sdb_view_locals_create_new_store), (sdb_view_init),
3614 (sdb_view_finalize), (sdb_view_class_init),
3615 (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3616 (symbol_db_view_get_pixbuf),
3617 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3618 New display for global tags. This is the definitive version, bugs apart.
3620 * plugins/symbol-db/tables.sql:
3623 2007-12-27 Naba Kumar <naba@gnome.org>
3625 * libanjuta/interfaces/libanjuta.idl:
3626 * plugins/editor/aneditor-priv.h:
3627 * plugins/editor/aneditor.cxx:
3628 * plugins/editor/text_editor.c: (text_editor_instance_init),
3629 (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3630 (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3631 * plugins/editor/text_editor.h:
3632 * plugins/editor/text_editor_cbs.c:
3633 (on_text_editor_scintilla_notify):
3635 Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3636 related code in AnEditor. Fixed some compilation warnings.
3638 2007-12-26 Naba Kumar <naba@gnome.org>
3640 * Changelog: Fixed indentation.
3642 2007-12-25 Naba Kumar <naba@gnome.org>
3644 * plugins/editor/Makefile.am:
3645 * plugins/editor/editor.glade:
3646 * plugins/editor/plugin.c:
3647 * plugins/editor/style-editor.c:
3648 * plugins/sourceview/Makefile.am:
3649 * plugins/sourceview/plugin.c:
3650 * plugins/sourceview/sourceview.glade:
3651 * plugins/valgrind/Makefile.am:
3653 Renamed glade files to anjuta-editor-* to give name space for the
3654 schema files (because they are installed in system directory).
3656 * scripts/build-schemas.mk: Install the schemas files also (need for
3657 binary package installation/uninstallation).
3659 2007-12-25 Johannes Schmid <jhs@gnome.org>
3661 * plugins/language-support-cpp-java/plugin.c:
3662 (set_indentation_param_vim):
3664 Support some more vim modeline commands and shortcuts (#504331)
3666 2007-12-25 Johannes Schmid <jhs@gnome.org>
3668 Patches from James Liggett:
3669 * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3670 (anjuta_vcs_status_tree_view_init):
3671 * plugins/subversion/subversion-commit-dialog.c:
3672 (subversion_commit_dialog):
3673 * plugins/subversion/subversion-diff-dialog.c:
3674 (on_subversion_diff_response):
3675 * plugins/subversion/subversion-log-dialog.c:
3676 (on_log_view_selected_button_clicked),
3677 (on_log_diff_selected_button_clicked),
3678 (on_log_diff_previous_button_clicked):
3679 * plugins/subversion/subversion-resolve-dialog.c:
3680 (subversion_resolve_dialog):
3681 * plugins/subversion/subversion-revert-dialog.c:
3682 (subversion_revert_dialog):
3683 * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3684 (pulse_progress_bar), (hide_pulse_progress_bar),
3685 (disconnect_data_arrived_signals),
3686 (cancel_data_arrived_signal_disconnect):
3687 * plugins/subversion/subversion-ui-utils.h:
3689 #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3690 #505237 – Sort list of modified files
3692 2007-12-24 Sébastien Granjoux <seb.sfo@free.fr>
3694 * plugins/gdb/debugger.c:
3695 Fix bug #491301: Inspecting a variable opens a bad focus dialog
3697 2007-12-23 Johannes Schmid <jhs@gnome.org>
3699 * plugins/language-support-cpp-java/plugin.c:
3700 (set_indentation_param_emacs), (set_indentation_param_vim),
3701 (parse_mode_line_emacs), (parse_mode_line_vim),
3702 (extract_mode_line), (initialize_indentation_params):
3704 Added (basic) support for vim modelines (#504331)
3706 * plugins/message-view/message-view.c: (message_view_next),
3707 (message_view_previous):
3709 Fixed next/previous message
3711 2007-12-23 Johannes Schmid <jhs@gnome.org>
3713 * libanjuta/anjuta-ui.h:
3714 Check for != NULL before unref'ing pixbuf (related to #497878)
3716 * plugins/devhelp/plugin.c: (register_stock_icons):
3717 * plugins/document-manager/anjuta-docman.c:
3718 (anjuta_docman_add_document):
3719 * plugins/glade/plugin.c: (on_close_activated),
3720 (register_stock_icons), (on_session_save),
3721 (glade_plugin_add_project):
3723 Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3724 and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3726 * plugins/language-support-cpp-java/plugin.c:
3727 (register_stock_icons):
3728 Fixed stock icon registration macros
3730 2007-12-23 Johannes Schmid <jhs@gnome.org>
3732 * global-tags/Makefile.am:
3733 * launcher/Makefile.am:
3734 * libanjuta/Makefile.am:
3735 * libegg/Makefile.am:
3736 * manuals/anjuta-faqs/Makefile.am:
3737 * manuals/anjuta-manual/Makefile.am:
3738 * manuals/reference/libanjuta/Makefile.am:
3739 * plugins/build-basic-autotools/Makefile.am:
3740 * plugins/class-gen/Makefile.am:
3741 * plugins/class-inheritance/Makefile.am:
3742 * plugins/cvs-plugin/Makefile.am:
3743 * plugins/debug-manager/Makefile.am:
3744 * plugins/devhelp/Makefile.am:
3745 * plugins/document-manager/Makefile.am:
3746 * plugins/editor/Makefile.am:
3747 * plugins/editor/scintilla/Makefile.am:
3748 * plugins/editor/scintilla/include/Makefile.am:
3749 * plugins/file-loader/Makefile.am:
3750 * plugins/file-manager/Makefile.am:
3751 * plugins/file-wizard/Makefile.am:
3752 * plugins/gdb/Makefile.am:
3753 * plugins/glade/Makefile.am:
3754 * plugins/gtodo/Makefile.am:
3755 * plugins/gvim/Makefile.am:
3756 * plugins/indent/Makefile.am:
3757 * plugins/language-manager/Makefile.am:
3758 * plugins/language-support-cpp-java/Makefile.am:
3759 * plugins/macro/Makefile.am:
3760 * plugins/message-view/Makefile.am:
3761 * plugins/patch/Makefile.am:
3762 * plugins/profiler/Makefile.am:
3763 * plugins/project-import/Makefile.am:
3764 * plugins/project-manager/Makefile.am:
3765 * plugins/project-wizard/Makefile.am:
3766 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3767 * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3768 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3769 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3770 * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3771 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3772 * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3773 * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3774 * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3775 * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3776 * plugins/sample1/Makefile.am:
3777 * plugins/search/Makefile.am:
3778 * plugins/sourceview/Makefile.am:
3779 * plugins/subversion/Makefile.am:
3780 * plugins/symbol-browser/Makefile.am:
3781 * plugins/symbol-db/Makefile.am:
3782 * plugins/symbol-db/test/Makefile.am:
3783 * plugins/terminal/Makefile.am:
3784 * plugins/tools/Makefile.am:
3785 * plugins/valgrind/Makefile.am:
3787 * tagmanager/Makefile.am:
3789 Replaces the deprecated "INCLUDES" in all Makefile.am's with
3790 the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3791 warnings from illigel C++ compiler flags.
3793 2007-12-23 Johannes Schmid <jhs@gnome.org>
3795 Patch from Tom <tpgww@onepost.net>:
3797 * plugins/document-manager/anjuta-docman.c:
3798 (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3799 (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3800 (anjuta_docman_instance_init), (on_notebook_switch_page),
3801 (anjuta_docman_grab_text_focus):
3802 * plugins/document-manager/plugin.c: (on_document_added),
3803 (on_window_key_press_event), (on_window_key_release_event):
3805 Some more document-manager code cleanups and fixes.
3807 2007-12-23 Massimo Cora' <maxcvs@email.it>
3809 * plugins/symbol-db/plugin.c: (register_stock_icons),
3810 (value_added_current_editor), (value_removed_current_editor),
3811 (on_importing_project_end), (project_root_removed):
3812 added controls to clean/populate GtkTreeView(s) on projects unload/load.
3814 * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3815 (symbol_db_engine_get_file_db_path):
3816 fixed a useless warning.
3818 * plugins/symbol-db/symbol-db-view-locals.c:
3819 (traverse_free_waiting_for), (file_view_status_destroy),
3820 (sdb_view_locals_create_new_store), (traverse_files_view_status),
3821 (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3822 (sdb_view_locals_finalize), (on_symbol_inserted),
3823 (symbol_db_view_locals_recv_signals_from_engine),
3824 (symbol_db_view_locals_update_list):
3825 more speed on editors switching. GtkTreeStore caching method implemented.
3826 Fixed compiler warnings and a little memory leak.
3828 * plugins/symbol-db/symbol-db-view-locals.h:
3829 * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3830 (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3831 (on_scan_end), (on_symbol_inserted),
3832 (sdb_view_locals_create_new_store), (sdb_view_init),
3833 (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3834 * plugins/symbol-db/symbol-db-view.h:
3835 fixed some crashers. Now project loading/populating should be quite quick.
3837 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
3839 * plugins/debug-manager/command.c,
3840 plugins/debug-manager/queue.c:
3841 Take care of command return value (FALSE is an error)
3843 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
3845 * plugins/debug-manager/anjuta-debug-manager.glade,
3846 plugins/debug-manager/breakpoints.c:
3847 Remove address, condition and pass breakpoint column if not supported
3848 Fix clear all remove_all to avoid an endless loop if a breakpoint
3851 2007-12-17 Johannes Schmid <jhs@gnome.org>
3853 Patch from Tom <tpgww@onepost.net> (with some changes):
3855 * plugins/document-manager/action-callbacks.c: (on_open_activate),
3856 (on_save_as_activate), (on_save_all_activate),
3857 (on_close_file_activate), (on_close_all_file_activate),
3858 (on_reload_file_activate), (on_editor_command_clear_activate),
3859 (on_transform_eolchars1_activate), (on_comment_block),
3860 (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3861 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3862 (on_editor_linenos1_activate), (on_editor_markers1_activate),
3863 (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3864 (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3865 (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3866 (on_zoom_out_text_activate):
3867 * plugins/document-manager/action-callbacks.h:
3868 * plugins/document-manager/anjuta-docman.c:
3869 (on_notebook_page_close_button_click),
3870 (on_notebook_page_close_button_enter),
3871 (on_notebook_page_close_button_leave),
3872 (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3873 (anjuta_docman_page_init), (anjuta_docman_page_new),
3874 (on_open_filesel_response), (create_file_open_dialog_gui),
3875 (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3876 (anjuta_docman_instance_init), (on_notebook_switch_page),
3877 (on_document_destroy), (anjuta_docman_add_editor),
3878 (anjuta_docman_add_document), (anjuta_docman_remove_document),
3879 (anjuta_docman_set_current_document),
3880 (anjuta_docman_goto_file_line_mark), (get_real_path),
3881 (anjuta_docman_get_full_filename),
3882 (anjuta_docman_delete_all_markers),
3883 (anjuta_docman_delete_all_indicators),
3884 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3885 (anjuta_docman_order_tabs):
3886 * plugins/document-manager/anjuta-docman.h:
3887 * plugins/document-manager/file_history.c: (an_hist_file_new),
3888 (an_file_history_push), (an_file_history_dump):
3889 * plugins/document-manager/file_history.h:
3890 * plugins/document-manager/plugin.c: (update_title),
3891 (value_removed_project_root_uri),
3892 (update_document_ui_interface_items), (menu_name_compare),
3893 (on_document_added), (on_document_changed),
3894 (on_window_key_press_event), (on_window_key_release_event),
3896 * plugins/document-manager/search-box.c: (on_document_changed),
3897 (on_goto_activated), (search_box_init), (search_box_new):
3898 * plugins/document-manager/search-box.h:
3900 Yet more code cleanups
3901 Save glade files correctly in session
3902 Use new tooltip API if available
3903 Sort notebook pages when session is restored (needs work)
3905 2007-12-16 Johannes Schmid <jhs@gnome.org>
3907 * plugins/document-manager/anjuta-docman.c:
3908 (anjuta_docman_add_document):
3910 Present correct widget with anjuta_shell_present_widget(). This got wrong when
3911 the new search bar was introduced.
3913 2007-12-12 Johannes Schmid <jhs@gnome.org>
3915 Patch from Tom <tpgww@onepost.net>:
3916 (#485233 – another bunch of docman cleanups)
3918 * libanjuta/interfaces/libanjuta.idl:
3919 * plugins/document-manager/action-callbacks.c:
3920 (get_current_document), (get_current_focus_widget),
3921 (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3922 (on_close_file_activate), (on_close_all_file_activate),
3923 (on_reload_file_activate), (on_print_activate),
3924 (on_print_preview_activate),
3925 (on_editor_command_upper_case_activate),
3926 (on_editor_command_lower_case_activate),
3927 (on_editor_command_eol_crlf_activate),
3928 (on_editor_command_eol_lf_activate),
3929 (on_editor_command_eol_cr_activate),
3930 (on_editor_command_select_all_activate),
3931 (on_editor_command_select_to_brace_activate),
3932 (on_editor_command_select_block_activate),
3933 (on_editor_command_match_brace_activate),
3934 (on_editor_command_undo_activate),
3935 (on_editor_command_redo_activate),
3936 (on_editor_command_cut_activate),
3937 (on_editor_command_paste_activate),
3938 (on_editor_command_copy_activate),
3939 (on_editor_command_clear_activate),
3940 (on_editor_command_close_folds_all_activate),
3941 (on_editor_command_open_folds_all_activate),
3942 (on_editor_command_toggle_fold_activate),
3943 (on_editor_command_bookmark_toggle_activate),
3944 (on_editor_command_bookmark_first_activate),
3945 (on_editor_command_bookmark_next_activate),
3946 (on_editor_command_bookmark_prev_activate),
3947 (on_editor_command_bookmark_last_activate),
3948 (on_editor_command_bookmark_clear_activate),
3949 (on_transform_eolchars1_activate), (on_comment_block),
3950 (on_comment_box), (on_comment_stream),
3951 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3952 (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3953 (on_force_hilite_activate), (on_swap_activate),
3954 (on_editor_add_view_activate), (on_editor_remove_view_activate):
3955 * plugins/document-manager/action-callbacks.h:
3956 * plugins/document-manager/anjuta-docman.c:
3957 (on_notebook_page_close_button_click),
3958 (on_notebook_page_close_button_enter),
3959 (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3960 (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3961 (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3962 (on_open_filesel_response), (anjuta_docman_open_file),
3963 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3964 (anjuta_docman_dispose), (anjuta_docman_instance_init),
3965 (anjuta_docman_class_init), (anjuta_docman_new),
3966 (on_notebook_switch_page), (on_document_save_point),
3967 (on_document_destroy), (anjuta_docman_add_editor),
3968 (anjuta_docman_add_document), (anjuta_docman_remove_document),
3969 (anjuta_docman_set_popup_menu),
3970 (anjuta_docman_get_current_focus_widget),
3971 (anjuta_docman_get_page_for_document),
3972 (anjuta_docman_get_current_document),
3973 (anjuta_docman_set_current_document),
3974 (anjuta_docman_goto_file_line),
3975 (anjuta_docman_goto_file_line_mark),
3976 (anjuta_docman_get_full_filename),
3977 (anjuta_docman_present_notebook_page),
3978 (anjuta_docman_update_page_label),
3979 (anjuta_docman_delete_all_markers),
3980 (anjuta_docman_delete_all_indicators),
3981 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3982 (do_ordertab1), (anjuta_docman_order_tabs),
3983 (anjuta_docman_set_editor_properties),
3984 (anjuta_docman_get_document_for_path),
3985 (anjuta_docman_get_all_doc_widgets):
3986 * plugins/document-manager/anjuta-docman.h:
3987 * plugins/document-manager/editor-tooltips.c:
3988 * plugins/document-manager/plugin.c: (update_title),
3989 (update_document_ui_enable_all), (update_document_ui_disable_all),
3990 (update_document_ui_save_items),
3991 (update_document_ui_interface_items), (update_document_ui),
3992 (on_document_update_save_ui), (update_status),
3993 (on_document_update_ui), (on_document_added),
3994 (on_document_changed), (on_session_save), (on_save_prompt),
3995 (on_docman_auto_save), (on_gconf_notify_timer):
3996 * plugins/document-manager/search-box.c: (on_document_changed),
3997 (search_box_new), (search_box_grab_line_focus):
3998 * plugins/glade/plugin.c: (ifile_open):
3999 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4000 * plugins/search/search-replace_backend.c: (create_search_entries):
4001 * plugins/sourceview/anjuta-document.c: (set_uri),
4002 (anjuta_document_save):
4003 * plugins/sourceview/sourceview.c: (ifile_savable_save):
4004 * plugins/tools/editor.c: (on_editor_response):
4006 The patch renames most stuff from "editor" or "te" to "doc where appropriate.
4007 It fixes some issues with session handling and several memory lacks.
4008 Gtk 2.12 Tooltip API is used if available.
4010 2007-12-10 Sébastien Granjoux <seb.sfo@free.fr>
4012 * plugins/debug-manager/disassemble.c,
4013 plugins/debug-manager/disassemble.h,
4014 plugins/debug-manager/command.c,
4015 plugins/debug-manager/command.h,
4016 plugins/debug-manager/plugin.c
4017 plugins/debug-manager/sparse_view.c,
4018 plugins/debug-manager/sparse_view.h,
4019 plugins/gdb/plugin.c,
4020 plugins/gdb/debugger.c,
4021 plugins/gdb/debugger.h,
4022 libanjuta/interfaces/libanjuta.idl:
4023 Fix bug #502533: Implement assembler step
4025 * plugins/debug-manager/breakpoints.c:
4026 Do not save temporary breakpoints
4028 * plugins/debug-manager/stack_trace.c:
4029 Fix a crash when a stack command is cancelled
4031 2007-12-09 Sébastien Granjoux <seb.sfo@free.fr>
4033 * plugins/debug-manager/plugin.c,
4034 plugins/debug-manager/breakpoints.c,
4035 plugins/debug-manager/breakpoints.h:
4036 Fix bug #488732: Breakpoint on delete lines
4037 Breakpoints are now linked to their position in editor
4039 * plugins/gdb/debugger.c:
4040 Fix removing condition on breakpoint
4042 2007-12-07 Sébastien Granjoux <seb.sfo@free.fr>
4044 * plugins/debug-manager/anjuta-debug-manager.glade,
4045 plugins/debug-manager/start.c,
4046 plugins/gdb/plugin.c,
4047 plugins/gdb/debugger.c,
4048 plugins/gdb/debugger.h,
4049 libanjuta/interfaces/libanjuta.idl:
4050 Fix bug #481366: Do not stop at the beginning of the program
4052 * plugins/debug-manager/command.c,
4053 plugins/debug-manager/command.h,
4054 plugins/debug-manager/breakpoints.c,
4055 plugins/debug-manager/queue.c,
4056 plugins/debug-manager/queue.h:
4057 Fix a bug remove all breakpoints was not working due to latest changes
4058 Setting breakpoints is disabled when program is running
4060 2007-12-04 Sébastien Granjoux <seb.sfo@free.fr>
4062 * plugins/debug-manager/queue.c,
4063 plugins/gdb/plugin.c:
4064 Fix bug #501469: Crash if mime_type is unknown
4066 2007-12-01 Massimo Cora' <maxcvs@email.it>
4068 * plugins/symbol-db/plugin.c: (on_editor_destroy),
4069 (on_editor_update_ui), (on_single_file_scan_end),
4070 (on_importing_project_end), (project_root_added),
4071 (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
4072 * plugins/symbol-db/plugin.h:
4073 show on status bar files being scanned.
4075 * plugins/symbol-db/symbol-db-engine.c:
4076 (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
4077 (sdb_engine_ctags_output_thread),
4078 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
4079 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4080 (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
4081 (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
4082 (sdb_engine_get_table_id_by_unique_name2),
4083 (symbol_db_engine_open_project),
4084 (sdb_engine_prepare_executing_commands),
4085 (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
4086 (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
4087 (sdb_engine_detects_removed_ids),
4088 (symbol_db_engine_get_class_parents),
4089 (symbol_db_engine_get_global_members),
4090 (symbol_db_engine_get_scope_members_by_symbol_id),
4091 (symbol_db_engine_get_scope_members),
4092 (symbol_db_engine_get_current_scope),
4093 (symbol_db_engine_get_file_symbols),
4094 (symbol_db_engine_get_symbol_info_by_id),
4095 (symbol_db_engine_get_full_local_path),
4096 (symbol_db_engine_find_symbol_by_name_pattern),
4097 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
4098 * plugins/symbol-db/symbol-db-engine.h:
4099 * plugins/symbol-db/symbol-db-view-locals.c:
4100 (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
4101 (symbol_db_view_locals_recv_signals_from_engine),
4102 (symbol_db_view_locals_update_list):
4103 * plugins/symbol-db/symbol-db-view-locals.h:
4104 * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
4105 (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
4106 (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
4107 (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
4108 * plugins/symbol-db/symbol-db-view.h:
4109 Added g_thread architecture to scan in background. With this you
4110 can use Anjuta's GUI without freezing.
4111 Improved insertion speed by using a paradigm like 'insert' and 'check'
4112 replacing a 'check' and 'insert' one. This has been done for tables
4113 like symbol, scope, sym_type.
4116 * plugins/symbol-db/tables.sql:
4117 * plugins/symbol-db/test/main.c: (get_global_members), (main),
4118 (thread), (print_message), (bastard_thread), (idle_signals):
4119 fixed a typo on tables that broke sql triggers.
4121 === anjuta 2.3.1 ===
4123 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
4125 * NEWS, AUTHORS: Updated.
4126 * src/Makefile.am: Fixed make distcheck
4128 Patch from Yang Hong:
4129 * plugins/file-manager/file-manager.glade: Fixed file chooser
4130 size in file-manager preferences.
4132 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
4134 * NEWS: Updated for 2.3.1 development release
4135 * configure.in: Bumped version to 2.3.1
4137 2007-12-01 Sébastien Granjoux <seb.sfo@free.fr>
4139 * plugins/debug-manager/threads.c,
4140 plugins/debug-manager/disassemble.c,
4141 plugins/debug-manager/watch.c,
4142 plugins/debug-manager/registers.c,
4143 plugins/debug-manager/locals.c,
4144 plugins/debug-manager/breakpoints.c,
4145 plugins/debug-manager/stack_trace.c,
4146 plugins/debug-manager/command.c,
4147 plugins/debug-manager/command.h,
4148 plugins/debug-manager/queue.c,
4149 libanjuta/interfaces/libanjuta.idl:
4150 Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4151 Document IAnjutaDebugManager signals
4152 Generate new signals in queue.c
4153 Use new signals in other files
4155 2007-11-30 <genbell@tiscali.it>
4157 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
4159 * plugins/gdb/Makefile.am:
4162 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
4164 * plugins/tools/variable.c:
4165 Fix a bug added in the previous patch (it is not a leak)
4167 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
4169 * plugins/project-wizard/druid.c,
4170 plugins/project-wizard/templates/terminal.wiz,
4171 plugins/project-wizard/templates/xlib-dock.wiz,
4172 plugins/project-wizard/templates/wxwin.wiz,
4173 plugins/project-wizard/templates/java.wiz,
4174 plugins/project-wizard/templates/gnome.wiz,
4175 plugins/project-wizard/templates/anjuta-plugin.wiz,
4176 plugins/project-wizard/templates/gtkmm.wiz,
4177 plugins/project-wizard/templates/python.wiz,
4178 plugins/project-wizard/templates/cpp.wiz,
4179 plugins/project-wizard/templates/sdl.wiz,
4180 plugins/project-wizard/templates/gtk.wiz,
4181 plugins/project-wizard/templates/minimal.wiz,
4182 plugins/project-wizard/templates/xlib.wiz,
4183 plugins/project-wizard/templates/gcj.wiz,
4184 plugins/project-wizard/templates/translatable-strings.h,
4185 plugins/project-import/project-import.c:
4186 Partial Fix translation bugs #496833 comment 4,7,8,9,10,11
4188 2007-11-27 Sébastien Granjoux <seb.sfo@free.fr>
4190 * plugins/debug-manager/threads.c,
4191 plugins/debug-manager/disassemble.c,
4192 plugins/debug-manager/watch.c,
4193 plugins/debug-manager/registers.c,
4194 plugins/debug-manager/memory.c,
4195 plugins/debug-manager/locals.c,
4196 plugins/debug-manager/stack_trace.c,
4197 plugins/debug-manager/queue.c,
4198 plugins/debug-manager/queue.h:
4199 Connect debugger signal only when program is loaded
4200 Rename get_feature in is_supported
4202 * plugins/debug-manager/plugin.c:
4203 Remove editor watch when plugin is deactivated
4205 * plugins/debug-manager/anjuta-debug-manager.glade,
4206 plugins/debug-manager/breakpoints.c,
4207 plugins/debug-manager/breakpoints.h:
4208 Rewrite almost completely the breakpoint code
4209 Improve breakpoint dialog
4211 Implement condition, hit count, ignore and temporary attribute
4213 * plugins/debug-manager/command.c,
4214 plugins/debug-manager/command.h:
4215 Add a breakpoint list command
4217 * plugins/gdb/debugger.c,
4218 plugins/gdb/debugger.h:
4219 Add new breakpoint list command
4220 Fix parsing of breakpoint data
4222 * libanjuta/interfaces/libanjuta.idl,
4223 plugins/gdb/plugin.c:
4224 Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4226 2007-11-23 Jaap Haitsma <jaap@haitsma.org>
4228 * plugins/document-manager/plugin.c:
4229 Use Ctrl+Shift+s as shortcut for Save As
4231 2007-11-22 Naba Kumar <naba.kumar@gnome.org>
4233 * plugins/subversion/plugin.c: (activate_plugin):
4234 * plugins/symbol-db/plugin.c: (symbol_db_activate):
4235 * src/layout.xml: Fixed dockitem positions.
4237 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
4239 Icons from tpgww@onepost.net:
4240 * plugins/project-wizard/applogo.png:
4241 Icons from patch in bug #480093 comment #23. Also renamed icons.
4243 * plugins/message-view/Makefile.am:
4244 * plugins/message-view/plugin.c: (register_stock_icons),
4245 (ipreferences_merge): Removed redundant icon.
4247 * plugins/document-manager/plugin.c:
4248 (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4249 Do not insensitize New action when there is no document.
4252 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
4254 Icons from tpgww@onepost.net:
4255 * plugins/symbol-browser/an_symbol_prefs.c:
4256 * pixmaps/Makefile.am:
4257 * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4259 Icons from patch in bug #480093 comment #23. Also renamed icons.
4262 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
4264 Patch from James Liggett:
4265 * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4266 revert and dialogs resizable.
4268 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
4270 Patch from James Liggett:
4271 * plugins/subversion/anjuta-subversion.glade:
4272 * plugins/subversion/subversion-diff-dialog.c:
4273 (on_subversion_diff_response), (subversion_diff_dialog):
4274 * plugins/subversion/subversion-diff-dialog.h:
4276 The diff dialog should have a checkbox, enabled by default, that
4277 allows the user to make sure that all open files are saved before
4280 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
4282 * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4284 Icons from tpgww@onepost.net:
4285 * pixmaps/Makefile.am:
4288 * src/anjuta-preferences-general.svg:
4290 Icons from patch in bug #480093 comment #23. Also renamed icons.
4293 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
4295 Icons from tpgww@onepost.net:
4296 * plugins/debug-manager/images/Makefile.am:
4297 * plugins/debug-manager/images/anjuta-watch.svg:
4298 * plugins/debug-manager/plugin.c: (register_stock_icons):
4299 * plugins/gdb/images/Makefile.am:
4300 * plugins/gtodo/Makefile.am:
4301 * plugins/gtodo/anjuta-gtodo-plugin.svg:
4302 * plugins/gtodo/anjuta-gtodo.plugin.in:
4303 * plugins/gtodo/interface.c: (stock_icons):
4304 * plugins/gtodo/main.h:
4305 * plugins/gtodo/plugin.c: (ipreferences_merge):
4306 * plugins/terminal/Makefile.am:
4307 * plugins/terminal/anjuta-terminal-plugin.svg:
4308 * plugins/terminal/anjuta-terminal.plugin.in:
4309 * plugins/terminal/terminal.c:
4310 * plugins/tools/Makefile.am:
4311 * plugins/tools/anjuta-tools-plugin.svg:
4312 * plugins/tools/anjuta-tools.plugin.in:
4313 * plugins/tools/plugin.c:
4314 * plugins/valgrind/Makefile.am:
4315 * plugins/valgrind/anjuta-valgrind-plugin.svg:
4316 * plugins/valgrind/anjuta-valgrind.plugin.in:
4317 * plugins/valgrind/plugin.c: (register_stock_icons),
4318 (ipreferences_merge):
4320 Icons from patch in bug #480093 comment #23. Also renamed icons.
4323 2007-11-18 Massimo Cora' <maxcvs@email.it>
4325 reviewed by: Johannes Schmid <jhs@gnome.org>
4328 required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4329 due to bug #493360. Still present anyway bug #495843
4331 * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4332 (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4333 (on_local_treeview_row_activated),
4334 (on_global_treeview_row_activated),
4335 (on_global_treeview_row_expanded), (on_project_element_added),
4336 (on_project_element_removed), (project_root_added),
4337 (symbol_db_activate), (isymbol_manager_search),
4338 (isymbol_manager_get_members),
4339 (isymbol_manager_get_completions_at_position):
4340 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4341 (symbol_db_engine_iterator_node_get_symbol_extra_string):
4342 * plugins/symbol-db/symbol-db-engine.c:
4343 (sdb_engine_execute_non_select_sql),
4344 (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4345 (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4346 (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4347 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4348 (symbol_db_engine_add_new_workspace),
4349 (symbol_db_engine_add_new_project),
4350 (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4351 (sdb_engine_detects_removed_ids),
4352 (sdb_engine_walk_down_scope_path),
4353 (symbol_db_engine_get_class_parents),
4354 (symbol_db_engine_get_global_members),
4355 (symbol_db_engine_get_scope_members_by_symbol_id),
4356 (symbol_db_engine_get_scope_members),
4357 (symbol_db_engine_get_current_scope),
4358 (symbol_db_engine_get_file_symbols),
4359 (symbol_db_engine_get_symbol_info_by_id),
4360 (symbol_db_engine_find_symbol_by_name_pattern):
4361 * plugins/symbol-db/symbol-db-engine.h:
4362 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4363 (on_symbol_inserted), (symbol_db_view_locals_update_list):
4364 * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4365 (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4366 (on_scan_end), (do_add_root_symbol_to_view),
4367 (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4368 (trigger_on_symbol_inserted), (add_new_waiting_for),
4369 (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4370 (on_symbol_inserted), (do_recurse_subtree_and_remove),
4371 (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4372 (symbol_db_view_row_expanded), (sdb_view_init),
4373 (gtree_compare_func), (sdb_view_finalize),
4374 (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4375 (sdb_view_populate_base_root),
4376 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4377 * plugins/symbol-db/symbol-db-view.h:
4378 * plugins/symbol-db/tables.sql:
4379 * plugins/symbol-db/test/Makefile.am:
4380 * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4381 (get_scope_members), (get_current_scope), (get_global_members),
4382 (get_file_symbols), (get_info_by_id), (main):
4384 Rewrote symbol-db-view global tab. Now every expandable node is a query.
4385 Started using LIMIT keyword to speed up things.
4386 Deprecated GdaCommand in favour of GdaQuery into engine. This should
4387 make providers use prepared statements.
4389 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
4391 Patch from James Liggett:
4392 * plugins/subversion/plugin.c: (subversion_instance_init):
4393 * plugins/subversion/plugin.h:
4394 * plugins/subversion/subversion-diff-dialog.c:
4395 (on_subversion_diff_response), (subversion_diff_dialog),
4396 (on_menu_subversion_diff):
4397 * plugins/subversion/subversion-log-dialog.c:
4398 (on_log_view_selected_button_clicked),
4399 (on_log_diff_selected_button_clicked),
4400 (on_log_diff_previous_button_clicked),
4401 (subversion_log_window_create):
4402 * plugins/subversion/subversion-ui-utils.c:
4403 (get_filename_from_full_path), (init_whole_project),
4404 (on_whole_project_toggled):
4405 * plugins/subversion/subversion-ui-utils.h:
4406 * plugins/subversion/subversion-update-dialog.c:
4407 (subversion_update_dialog), (on_menu_subversion_update):
4409 Whole Project checkbox enabled by default in diff and update dialogs.
4410 changes the editor names for diff editors to something much more
4411 descriptive. For example, working copy/head diffs would have an editor
4412 with a name like "[Working Copy/Head] some-file.diff," where some-file
4413 is the name of the file/directory that was diffed. For diffs against
4414 arbitrary diffs the name would look like "[Revisions 2832/3200]
4415 some-file.diff" for a diff of some-file between revisions 2832 and
4418 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
4420 Icons from tpgww@onepost.net:
4421 * plugins/subversion/Makefile.am:
4422 * plugins/subversion/anjuta-subversion-plugin.svg:
4423 * plugins/subversion/anjuta-subversion.plugin.in:
4424 * plugins/subversion/plugin.h:
4425 * plugins/symbol-browser/Makefile.am:
4426 * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4427 * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4428 * plugins/symbol-browser/plugin.c:
4429 * plugins/symbol-db/Makefile.am:
4430 * plugins/symbol-db/plugin.c:
4431 * plugins/symbol-db/symbol-db.plugin.in:
4433 Icons from patch in bug #480093 comment #23. Also renamed icons.
4436 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
4438 Icons from tpgww@onepost.net:
4439 * plugins/project-manager/Makefile.am:
4440 * plugins/project-manager/anjuta-project-manager-plugin.svg:
4441 * plugins/project-manager/anjuta-project-manager.plugin.in:
4442 * plugins/project-manager/plugin.c:
4443 * plugins/project-wizard/Makefile.am:
4444 * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4445 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4446 * plugins/project-wizard/druid.h:
4447 * plugins/search/Makefile.am:
4448 * plugins/search/anjuta-search-plugin.svg:
4449 * plugins/search/anjuta-search.plugin.in:
4450 * plugins/search/plugin.c:
4452 Icons from patch in bug #480093 comment #23. Also renamed icons.
4455 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
4457 * TODO.tasks: updated.
4459 Icons from tpgww@onepost.net:
4460 * plugins/file-loader/Makefile.am:
4461 * plugins/file-loader/anjuta-loader-plugin.svg:
4462 * plugins/file-loader/anjuta-loader.plugin.in:
4463 * plugins/file-manager/Makefile.am:
4464 * plugins/file-manager/anjuta-file-manager-plugin.svg:
4465 * plugins/file-manager/file-manager.plugin.in:
4466 * plugins/file-manager/plugin.c:
4467 * plugins/glade/Makefile.am:
4468 * plugins/glade/anjuta-glade-plugin.svg:
4469 * plugins/glade/anjuta-glade.plugin.in:
4470 * plugins/glade/plugin.c: (register_stock_icons):
4471 * plugins/language-manager/Makefile.am:
4472 * plugins/language-manager/anjuta-language-manager-plugin.svg:
4473 * plugins/language-manager/language-manager.plugin.in:
4474 * plugins/message-view/Makefile.am:
4475 * plugins/message-view/anjuta-message-manager.plugin.in:
4476 * plugins/message-view/anjuta-messages-plugin.svg:
4477 * plugins/message-view/plugin.c:
4478 * plugins/patch/Makefile.am:
4479 * plugins/patch/anjuta-patch-plugin.svg:
4480 * plugins/patch/anjuta-patch.plugin.in:
4481 * plugins/patch/plugin.c:
4482 * plugins/profiler/Makefile.am:
4483 * plugins/profiler/anjuta-profiler-plugin.svg:
4484 * plugins/profiler/plugin.c: (register_stock_icons):
4485 * plugins/profiler/profiler.plugin.in:
4486 * plugins/project-import/Makefile.am:
4487 * plugins/project-import/anjuta-project-import-plugin.svg:
4488 * plugins/project-import/anjuta-project-import.plugin.in:
4489 * plugins/project-import/plugin.c:
4491 Icons from patch in bug #480093 comment #23. Also renamed icons.
4494 2007-11-18 Johannes Schmid <jhs@gnome.org>
4496 * plugins/build-basic-autotools/build-basic-autotools.c:
4498 * plugins/debug-manager/anjuta-debug-manager.glade:
4499 * plugins/debug-manager/breakpoints.c:
4500 * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4501 * plugins/file-wizard/file.c:
4502 * plugins/gdb/anjuta-gdb.glade:
4503 * plugins/glade/plugin.c: (ifile_open):
4504 * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4505 * plugins/gtodo/mcategory.c: (category_manager_add_item):
4506 * plugins/gtodo/tray-icon.c:
4507 * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4508 * plugins/macro/macros.xml:
4509 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4510 Fixed translation bugs (#496833, #488211 and #497758)
4512 * plugins/document-manager/plugin.c: (on_editor_changed):
4515 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
4517 Icons from tpgww@onepost.net:
4518 * plugins/devhelp/Makefile.am:
4519 * plugins/devhelp/anjuta-devhelp-plugin.svg:
4520 * plugins/devhelp/anjuta-devhelp.plugin.in:
4521 * plugins/devhelp/plugin.c:
4522 * plugins/document-manager/anjuta-document-manager.plugin.in:
4523 * plugins/document-manager/images/Makefile.am:
4524 * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4525 * plugins/document-manager/plugin.c:
4526 * plugins/editor/Makefile.am:
4527 * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4528 * plugins/editor/anjuta-editor.plugin.in:
4529 * plugins/editor/plugin.c:
4530 * plugins/sample1/Makefile.am:
4531 * plugins/sample1/anjuta-sample-plugin.svg:
4532 * plugins/sample1/anjuta-sample.plugin.in:
4533 * plugins/sourceview/Makefile.am:
4534 * plugins/sourceview/plugin.c:
4535 * plugins/sourceview/sourceview.plugin.in:
4537 Icons from patch in bug #480093 comment #23. Also renamed icons.
4540 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
4542 * TODO.tasks: Updated.
4544 Icons from tpgww@onepost.net:
4545 * plugins/build-basic-autotools/Makefile.am:
4546 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4547 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4548 * plugins/build-basic-autotools/build-basic-autotools.c:
4549 * plugins/class-inheritance/Makefile.am:
4550 * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4551 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4552 * plugins/class-inheritance/plugin.c:
4553 * plugins/cvs-plugin/Makefile.am:
4554 * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4555 * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4556 * plugins/cvs-plugin/plugin.c:
4557 * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4558 * plugins/debug-manager/images/Makefile.am:
4559 * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4560 * plugins/debug-manager/plugin.c:
4562 Icons from patch in bug #480093 comment #23. Also renamed icons.
4565 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
4567 * (removed) libanjuta/anjuta-children.c,
4568 (removed) libanjuta/anjuta-children.h,
4569 libanjuta/anjuta-launcher.c,
4570 libanjuta/libanjuta.h,
4571 libanjuta/Makefile.am,
4572 plugins/gdb/debugger.c,
4573 plugins/terminal/terminal.c,
4574 manuals/reference/libanjuta/libanjuta-sections.txt,
4575 manuals/reference/libanjuta/libanjuta-docs.sgml:
4576 Replace anjuta_children_register by g_child_watch_add
4578 2007-11-13 Johannes Schmid <jhs@gnome.org>
4580 * plugins/subversion/anjuta-subversion.glade:
4581 * plugins/subversion/subversion-commit-dialog.c:
4582 (subversion_commit_dialog):
4583 * plugins/subversion/subversion-resolve-dialog.c:
4584 (subversion_resolve_dialog):
4585 * plugins/subversion/subversion-revert-dialog.c:
4586 (subversion_revert_dialog):
4587 * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4588 (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4589 (hide_pulse_progress_bar):
4590 * plugins/subversion/subversion-ui-utils.h:
4592 Yet another patch from #457477:
4593 Add a pulsing progress bar to all dialogs receiving status
4595 2007-11-12 Johannes Schmid <jhs@gnome.org>
4597 * plugins/document-manager/plugin.c: (create_highlight_submenu):
4598 Bug 493583 – crash in Anjuta IDE: trying to open a file
4600 * plugins/subversion/subversion-commit-dialog.c:
4601 (select_all_files), (subversion_commit_dialog):
4602 Patch from jrligget - see #457477
4604 2007-11-12 Johannes Schmid <jhs@gnome.org>
4606 Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4607 * libanjuta/anjuta-plugin-handle.c:
4608 (anjuta_plugin_handle_get_about):
4609 Bug 495536 – Plugins localization improvement
4611 Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4612 * plugins/class-gen/anjuta-class-gen-plugin.glade:
4613 * plugins/indent/indent.glade:
4614 * plugins/subversion/anjuta-subversion.glade:
4615 Bug 495245 – Strings bug
4617 2007-11-08 James Liggett <jrliggett@cox.net>
4619 reviewed by: Johannes Schmid <jhs@gnome.org>
4621 * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4622 (anjuta_async_command_finalize),
4623 (anjuta_async_command_notification_poll),
4624 (anjuta_async_command_thread), (start_command),
4625 (notify_data_arrived), (notify_complete),
4626 (anjuta_async_command_class_init),
4627 (anjuta_async_command_set_error_message),
4628 (anjuta_async_command_get_error_message),
4629 (anjuta_async_command_lock), (anjuta_async_command_unlock):
4630 * libanjuta/anjuta-async-command.h:
4631 * libanjuta/anjuta-command.c: (anjuta_command_init),
4632 (anjuta_command_finalize), (anjuta_command_class_init),
4633 (anjuta_command_start), (anjuta_command_notify_data_arrived),
4634 (anjuta_command_notify_complete),
4635 (anjuta_command_set_error_message),
4636 (anjuta_command_get_error_message):
4637 * libanjuta/anjuta-command.h:
4638 * libanjuta/anjuta-glade-catalog.c:
4639 * libanjuta/anjuta-glade.xml:
4640 * libanjuta/anjuta-vcs-status-tree-view.c:
4641 (on_selected_column_toggled),
4642 (anjuta_vcs_status_tree_view_create_columns),
4643 (anjuta_vcs_status_tree_view_init),
4644 (anjuta_vcs_status_tree_view_finalize),
4645 (anjuta_vcs_status_tree_view_set_property),
4646 (anjuta_vcs_status_tree_view_get_property),
4647 (anjuta_vcs_status_tree_view_class_init),
4648 (anjuta_vcs_status_tree_view_new),
4649 (anjuta_vcs_status_tree_view_destroy),
4650 (anjuta_vcs_status_tree_view_add), (select_all_paths),
4651 (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4652 (anjuta_vcs_status_tree_view_unselect_all),
4653 (create_selected_paths_list),
4654 (anjuta_vcs_status_tree_view_get_selected):
4655 * libanjuta/anjuta-vcs-status-tree-view.h:
4656 * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4657 * libanjuta/anjuta-widgets.h:
4658 * plugins/subversion/subversion-add-dialog.c:
4659 (on_add_command_finished), (on_subversion_add_response),
4660 (subversion_add_dialog), (on_menu_subversion_add),
4661 (on_fm_subversion_add):
4662 * plugins/subversion/subversion-add-dialog.h:
4663 * plugins/subversion/subversion-commit-dialog.c:
4664 (on_commit_command_finished), (on_subversion_commit_response),
4665 (subversion_commit_dialog), (on_menu_subversion_commit),
4666 (on_fm_subversion_commit):
4667 * plugins/subversion/subversion-commit-dialog.h:
4668 * plugins/subversion/subversion-copy-dialog.c:
4669 (on_copy_other_revision_radio_toggled),
4670 (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4671 (on_copy_command_finished), (on_subversion_copy_response),
4672 (subversion_copy_dialog), (on_menu_subversion_copy),
4673 (on_fm_subversion_copy):
4674 * plugins/subversion/subversion-copy-dialog.h:
4675 * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4676 (on_subversion_diff_response), (subversion_diff_dialog),
4677 (on_menu_subversion_diff), (on_fm_subversion_diff):
4678 * plugins/subversion/subversion-diff-dialog.h:
4679 * plugins/subversion/subversion-log-dialog.c:
4680 (on_diff_selected_column_toggled), (create_columns),
4681 (on_log_command_finished), (on_log_view_button_clicked),
4682 (on_cat_command_data_arrived), (on_cat_command_finished),
4683 (on_log_view_selected_button_clicked), (get_selected_revisions),
4684 (on_log_diff_selected_button_clicked),
4685 (on_log_diff_previous_button_clicked),
4686 (on_subversion_log_vbox_destroy),
4687 (on_log_changes_view_row_selected), (subversion_log_window_create),
4688 (on_menu_subversion_log), (on_fm_subversion_log),
4689 (subversion_log_set_whole_project_sensitive):
4690 * plugins/subversion/subversion-log-dialog.h:
4691 * plugins/subversion/subversion-merge-dialog.c:
4692 (on_merge_command_finished), (on_subversion_merge_response),
4693 (on_merge_first_path_browse_button_clicked),
4694 (on_merge_second_path_browse_button_clicked),
4695 (on_merge_use_first_path_check_toggled),
4696 (on_merge_start_revision_radio_toggled),
4697 (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4698 (on_menu_subversion_merge):
4699 * plugins/subversion/subversion-merge-dialog.h:
4700 * plugins/subversion/subversion-remove-dialog.c:
4701 (on_remove_command_finished),
4702 (on_remove_path_browse_button_clicked),
4703 (on_subversion_remove_response), (subversion_remove_dialog),
4704 (on_menu_subversion_remove), (on_fm_subversion_remove):
4705 * plugins/subversion/subversion-remove-dialog.h:
4706 * plugins/subversion/subversion-resolve-dialog.c:
4707 (on_resolve_command_finished), (on_subversion_resolve_response),
4708 (subversion_resolve_dialog), (on_menu_subversion_resolve):
4709 * plugins/subversion/subversion-resolve-dialog.h:
4710 * plugins/subversion/subversion-revert-dialog.c:
4711 (on_revert_command_finished), (on_subversion_revert_response),
4712 (subversion_revert_dialog), (on_menu_subversion_revert):
4713 * plugins/subversion/subversion-revert-dialog.h:
4714 * plugins/subversion/subversion-switch-dialog.c:
4715 (on_switch_other_revision_radio_toggled),
4716 (on_switch_command_finished), (on_subversion_switch_response),
4717 (subversion_switch_dialog), (on_menu_subversion_switch):
4718 * plugins/subversion/subversion-switch-dialog.h:
4719 * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4720 (subversion_data_free), (on_mesg_view_destroy),
4721 (create_message_view), (check_filename), (get_log_from_textview),
4722 (pulse_timer), (on_pulse_timer_destroyed),
4723 (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4724 (report_errors), (on_status_command_finished),
4725 (on_status_command_data_arrived), (on_command_info_arrived),
4726 (select_all_status_items), (clear_all_status_selections),
4727 (init_whole_project), (on_whole_project_toggled),
4728 (send_diff_command_output_to_editor), (on_diff_command_finished),
4729 (stop_status_bar_progress_pulse):
4730 * plugins/subversion/subversion-ui-utils.h:
4731 * plugins/subversion/subversion-update-dialog.c:
4732 (on_update_command_finished), (on_subversion_update_response),
4733 (subversion_update_dialog), (on_menu_subversion_update),
4734 (on_fm_subversion_update):
4735 * plugins/subversion/subversion-update-dialog.h:
4736 * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4737 (svn_add_command_finalize), (svn_add_command_run),
4738 (svn_add_command_class_init), (svn_add_command_new),
4739 (svn_add_command_destroy):
4740 * plugins/subversion/svn-add-command.h:
4741 * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4742 (svn_cat_command_finalize), (svn_cat_command_run),
4743 (svn_cat_command_class_init), (svn_cat_command_new),
4744 (svn_cat_command_destroy), (svn_cat_command_get_output):
4745 * plugins/subversion/svn-cat-command.h:
4746 * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4747 (svn_command_release_ui_lock), (simple_prompt),
4748 (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4749 (svn_auth_ssl_server_trust_prompt_func_cb),
4750 (svn_auth_ssl_client_cert_prompt_func_cb),
4751 (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4752 (svn_command_init), (svn_command_finalize),
4753 (svn_command_class_init), (svn_command_push_info),
4754 (svn_command_get_info_queue), (svn_command_set_error),
4755 (svn_command_get_client_context), (svn_command_get_pool),
4756 (svn_command_lock_ui), (svn_command_unlock_ui),
4757 (svn_command_get_revision), (svn_command_copy_path_list),
4758 (svn_command_free_path_list):
4759 * plugins/subversion/svn-command.h:
4760 * plugins/subversion/svn-commit-command.c: (on_log_callback),
4761 (svn_commit_command_init), (svn_commit_command_finalize),
4762 (svn_commit_command_run), (svn_commit_command_class_init),
4763 (svn_commit_command_new), (svn_commit_command_destroy):
4764 * plugins/subversion/svn-commit-command.h:
4765 * plugins/subversion/svn-copy-command.c: (on_log_callback),
4766 (svn_copy_command_init), (svn_copy_command_finalize),
4767 (svn_copy_command_run), (svn_copy_command_class_init),
4768 (svn_copy_command_new), (svn_copy_command_destroy):
4769 * plugins/subversion/svn-copy-command.h:
4770 * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4771 (svn_diff_command_finalize), (svn_diff_command_run),
4772 (svn_diff_command_class_init), (svn_diff_command_new),
4773 (svn_diff_command_destroy), (svn_diff_command_get_output):
4774 * plugins/subversion/svn-diff-command.h:
4775 * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4776 (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4777 (svn_log_command_class_init), (svn_log_command_new),
4778 (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4779 * plugins/subversion/svn-log-command.h:
4780 * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4781 (svn_log_entry_finalize), (svn_log_entry_class_init),
4782 (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4783 (svn_log_entry_get_author), (svn_log_entry_get_date),
4784 (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4785 (svn_log_entry_get_full_log):
4786 * plugins/subversion/svn-log-entry.h:
4787 * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4788 (svn_merge_command_finalize), (svn_merge_command_run),
4789 (svn_merge_command_class_init), (svn_merge_command_new),
4790 (svn_merge_command_destroy):
4791 * plugins/subversion/svn-merge-command.h:
4792 * plugins/subversion/svn-remove-command.c: (on_log_callback),
4793 (svn_remove_command_init), (svn_remove_command_finalize),
4794 (svn_remove_command_run), (svn_remove_command_class_init),
4795 (svn_remove_command_new), (svn_remove_command_destroy),
4796 (svn_remove_command_get_path):
4797 * plugins/subversion/svn-remove-command.h:
4798 * plugins/subversion/svn-resolve-command.c:
4799 (svn_resolve_command_init), (svn_resolve_command_finalize),
4800 (svn_resolve_command_run), (svn_resolve_command_class_init),
4801 (svn_resolve_command_new), (svn_resolve_command_destroy):
4802 * plugins/subversion/svn-resolve-command.h:
4803 * plugins/subversion/svn-revert-command.c:
4804 (svn_revert_command_init), (svn_revert_command_finalize),
4805 (svn_revert_command_run), (svn_revert_command_class_init),
4806 (svn_revert_command_new), (svn_revert_command_destroy):
4807 * plugins/subversion/svn-revert-command.h:
4808 * plugins/subversion/svn-status-command.c:
4809 (svn_status_command_init), (svn_status_command_finalize),
4810 (on_svn_status_notify), (svn_status_command_run),
4811 (svn_status_command_class_init), (svn_status_command_new),
4812 (svn_status_command_destroy),
4813 (svn_status_command_get_status_queue):
4814 * plugins/subversion/svn-status-command.h:
4815 * plugins/subversion/svn-status.c: (svn_status_init),
4816 (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4817 (svn_status_destroy), (svn_status_get_path),
4818 (svn_status_get_vcs_status):
4819 * plugins/subversion/svn-status.h:
4820 * plugins/subversion/svn-switch-command.c:
4821 (svn_switch_command_init), (svn_switch_command_finalize),
4822 (svn_switch_command_run), (svn_switch_command_class_init),
4823 (svn_switch_command_new), (svn_switch_command_destroy):
4824 * plugins/subversion/svn-switch-command.h:
4825 * plugins/subversion/svn-update-command.c:
4826 (svn_update_command_init), (svn_update_command_finalize),
4827 (svn_update_command_run), (svn_update_command_class_init),
4828 (svn_update_command_new), (svn_update_command_destroy):
4829 * plugins/subversion/svn-update-command.h:
4831 Now really committed all files from James patch (#457477)
4833 2007-11-08 Johannes Schmid <jhs@gnome.org>
4835 * TODO.tasks: Updated
4837 2007-11-08 James Liggett <jrliggett@cox.net>
4839 reviewed by: Johannes Schmid <jhs@gnome.org>
4842 * libanjuta/Makefile.am:
4843 * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4844 * libanjuta/anjuta-status.h:
4845 * libanjuta/libanjuta.h:
4846 * plugins/subversion/Makefile.am:
4847 * plugins/subversion/anjuta-subversion.glade:
4848 * plugins/subversion/anjuta-subversion.ui:
4849 * plugins/subversion/plugin.c: (value_added_project_root_uri),
4850 (value_removed_project_root_uri), (activate_plugin),
4851 (deactivate_plugin), (finalize), (subversion_instance_init):
4852 * plugins/subversion/plugin.h:
4853 * plugins/subversion/subversion-actions.c:
4854 * plugins/subversion/subversion-actions.h:
4855 * plugins/subversion/subversion-callbacks.c:
4856 * plugins/subversion/subversion-callbacks.h:
4857 * plugins/subversion/svn-auth.c:
4858 * plugins/subversion/svn-auth.h:
4859 * plugins/subversion/svn-backend-priv.h:
4860 * plugins/subversion/svn-backend.c:
4861 * plugins/subversion/svn-backend.h:
4862 * plugins/subversion/svn-notify.c:
4863 * plugins/subversion/svn-notify.h:
4864 * plugins/subversion/svn-thread.c:
4865 * plugins/subversion/svn-thread.h:
4867 Commited alpha2 of the new subversion plugin (#457477)
4869 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
4871 * plugins/debug-manager/command.c:
4872 Fix a stupid crash when changing a register value
4874 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
4876 * libanjuta/interfaces/libanjuta.idl,
4877 plugins/debug-manager/command.c,
4878 plugins/debug-manager/command.h,
4879 plugins/debug-manager/start.c,
4880 plugins/gdb/plugin.c,
4881 plugins/gdb/debugger.c,
4882 plugins/gdb/debugger.h:
4883 Use anjuta terminal plugin instead of gnome terminal
4884 Select if a terminal is used in the the start_program function
4885 Move terminal code from debugger.c to plugin.c
4886 Partial fix of bug #481366
4888 * plugins/gdb/utilities.c,
4889 plugins/gdb/utilities.h:
4890 Remove gnome terminal check function
4892 2007-11-06 Johannes Schmid <jhs@gnome.org>
4894 * plugins/project-import/anjuta-project-import.glade:
4895 * plugins/project-import/project-import.c: (on_import_next),
4896 (on_import_finish), (project_import_set_directory):
4897 * plugins/project-wizard/property.c: (npw_property_create_widget),
4898 (npw_property_set_value_from_widget):
4900 Replaced gnome_file_entry with gtk_file_chooser_button
4901 Fixes #422329 – Creating a new directory in program options doesn't work
4903 2007-11-04 Massimo Cora' <maxcvs@email.it>
4905 * plugins/symbol-db/plugin.c:
4906 add all files at once on project_import.
4907 No need to split them into more languages: ctags
4908 and the engine will take care of that.
4910 * plugins/symbol-db/symbol-db-engine.h,
4911 * plugins/symbol-db/symbol-db-engine.c,
4912 * plugins/symbol-db/tables.sql,
4913 * plugins/symbol-db/test/Makefile.am,
4914 * plugins/symbol-db/test/main.c,
4915 * plugins/symbol-db/symbol-db-view-locals.c:
4916 some memory leaks fixed. Ported the thing to
4917 libgda 3.1.2 [or better svn HEAD].
4918 Thanks to a fresh new algorithm to detect
4919 parent scope we're able to display correcly
4920 a local gtktree, including classes not directly
4921 defined inside that file.
4923 2007-11-04 Sébastien Granjoux <seb.sfo@free.fr>
4925 * plugins/debug-manager/threads.c,
4926 plugins/debug-manager/stack_trace.c:
4927 Do not display address when not needed
4929 * plugins/debug-manager/plugin.c,
4930 plugins/debug-manager/breakpoints.c:
4931 Breakpoints directly connect to debugger signals
4933 * plugins/debug-manager/watch.c:
4934 program-unload signal does not exist used debugger-stopped
4936 * plugins/debug-manager/queue.c,
4937 libanjuta/interfaces/libanjuta.idl:
4938 Display error message returned by debugger command
4941 2007-11-04 Johannes Schmid <jhs@gnome.org>
4943 * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4944 Bug 493062 – gcj template needs AC_PROG_CC
4945 (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4947 * src/anjuta-actions.h:
4948 Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4949 (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4951 === anjuta 2.3.0 ===
4953 2007-11-02 Naba Kumar <naba.kumar@gnome.org>
4957 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
4959 * ChangeLog: Tagged 2.3.0 release.
4961 * plugins/indent/Makefile.am: Fixed indentation.
4963 * plugins/editor/aneditor-autocomplete.cxx:
4964 * plugins/editor/aneditor-priv.h:
4965 * plugins/editor/aneditor.cxx:
4966 * plugins/editor/aneditor.h: Commented out dead codes.
4968 * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4969 Do not build symbol-db by
4970 default. Added 'unstable' in plugin description to signify it's
4971 developmental state.
4973 * plugins/file-manager/Makefile.am,
4974 plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4976 2007-11-01 Sébastien Granjoux <seb.sfo@free.fr>
4978 * plugins/debug-manager/utilities.c,
4979 plugins/debug-manager/utilities.h,
4980 plugins/debug-manager/threads.c,
4981 plugins/debug-manager/plugin.c,
4982 plugins/debug-manager/plugin.h,
4983 plugins/debug-manager/disassemble.h,
4984 plugins/debug-manager/watch.c,
4985 plugins/debug-manager/watch.h,
4986 plugins/debug-manager/breakpoints.c,
4987 plugins/debug-manager/stack_trace.c:
4988 Replace few remaining function calls by signal
4990 * plugins/debug-manager/disassemble.c,
4991 plugins/debug-manager/registers.c,
4992 plugins/debug-manager/memory.c,
4993 plugins/debug-manager/locals.c,
4994 plugins/debug-manager/queue.c,
4995 plugins/debug-manager/queue.h:
4996 Connect signals when debugger is started
4997 Disconnect them when debugger is stopped
4998 Do not display window if debugger doesn't support feature
5000 * plugins/gdb/plugin.c,
5001 libanjuta/interfaces/libanjuta.idl:
5002 Remove unused initialization function
5004 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
5007 * plugins/file-manager/Makefile.am:
5008 * scripts/build-schemas.mk: Fixed 'make distcheck'
5010 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
5012 * manuals/reference/libanjuta/libanjuta-docs.sgml,
5013 manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
5014 to latest API additions.
5016 * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
5019 2007-10-31 Naba Kumar <naba.kumar@gnome.org>
5021 * ChangeLog: Fixed indentation.
5022 * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
5025 2007-10-30 Naba Kumar <naba.kumar@gnome.org>
5027 * libanjuta/interfaces/libanjuta.idl:
5028 * plugins/build-basic-autotools/build-basic-autotools.c:
5029 (build_compile_file_real), (build_build_project),
5030 (build_install_project), (build_clean_project),
5031 (build_configure_project), (build_autogen_project),
5032 (build_distribution_project), (build_build_module),
5033 (build_install_module), (build_clean_module), (fm_build),
5034 (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
5035 (finalize), (basic_autotools_plugin_instance_init),
5036 (ibuildable_set_command), (ibuildable_reset_commands),
5037 (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
5038 (ibuildable_install), (ibuildable_configure),
5039 (ibuildable_generate), (ibuildable_iface_init):
5040 * plugins/build-basic-autotools/build-basic-autotools.h:
5042 Added API for commands override in build interface and implemented
5043 them in build plugin. Useful for other plugins override build
5044 commands depending on project environment.
5046 2007-10-28 Naba Kumar <naba@gnome.org>
5049 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
5050 Fixed widget alignment for dock switcher tab style combo and
5051 scratchbox path entrybox.
5053 2007-10-28 Johannes Schmid <jhs@gnome.org>
5055 * plugins/document-manager/plugin.c: (on_editor_changed):
5056 Fixed a memory leak and simplified code (thanks again Sébastien)
5059 Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
5060 and OFFSET sql statements)
5062 2007-10-28 Massimo Cora' <maxcvs@email.it>
5064 * plugins/symbol-db/plugin.c,
5065 plugins/symbol-db/symbol-db-engine.h,
5066 plugins/symbol-db/symbol-db-view.c,
5067 plugins/symbol-db/symbol-db-view.c,
5068 plugins/symbol-db/symbol-db-view-locals.c,
5069 plugins/symbol-db/symbol-db-view-locals.h,
5070 plugins/symbol-db/symbol-db-engine.c:
5071 Better end-of-file-scan detection, permitting
5072 an improved scope/inheritance parsing.
5073 Locals tab gtktree now displays correct
5074 namespace->class->children tree, even if
5075 in a C++ file there isn't class declaration.
5077 2007-10-27 Johannes Schmid <jhs@gnome.org>
5079 Patch from Stanislav Brabec <sbrabec@suse.cz>
5081 Bug 489798 – Do not rely on svn-config
5083 Patch from Michael Wolf <maw@ximian.com>:
5084 * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
5085 (egg_tree_model_filter_remove_node),
5086 (egg_tree_model_filter_row_deleted):
5087 Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
5089 2007-10-27 Johannes Schmid <jhs@gnome.org>
5091 * plugins/devhelp/anjuta-devhelp.ui:
5092 * plugins/message-view/anjuta-message-manager.ui:
5094 Added some separators to the toolbar
5096 * plugins/document-manager/plugin.c:
5097 (on_support_plugin_deactivated), (load_new_support_plugins),
5098 (unload_unused_support_plugins), (on_editor_changed):
5100 Fixed the language supprt loading unloading stuff. Thanks to Sébastien
5101 for pointing out that is was crap.
5103 2007-10-24 Sébastien Granjoux <seb.sfo@free.fr>
5105 * libanjuta/interfaces/libanjuta.idl,
5106 libanjuta/anjuta-plugin-manager.c,
5107 libanjuta/anjuta-plugin-manager.h,
5108 libanjuta/anjuta-c-plugin-factory.c,
5109 libanjuta/anjuta-c-module.h,
5110 libanjuta/anjuta-c-module.c:
5111 Report detailled error message in case of plugin loading failure
5113 2007-10-24 Johannes Schmid <jhs@gnome.org>
5116 * plugins/Makefile.am:
5118 Activate build of symbol-db plugin (when libgda is available)
5120 * plugins/document-manager/plugin.c:
5121 (on_support_plugin_deactivated), (on_editor_changed):
5123 Properly handle language support plugins even when they are
5124 unloaded by the session.
5126 * plugins/symbol-db/plugin.c: (register_stock_icons),
5127 Port to new REGISTER_ICONS stuff
5129 2007-10-22 Massimo Cora' <maxcvs@email.it>
5131 * plugins/symbol-db/plugin.c,
5132 * plugins/symbol-db/symbol-db-view.c
5133 * plugins/symbol-db/symbol-db-engine.h,
5134 * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5135 * plugins/symbol-db/symbol-db-view-locals.c,
5136 * plugins/symbol-db/symbol-db-view-locals.h,
5137 * plugins/symbol-db/symbol-db-engine.c:
5138 Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5139 Added a new algorithm for dynamic population of the local symbols' tab.
5140 Now the default view is tree-like.
5141 Some fixes on engine correct some population issues.
5143 2007-10-23 Naba Kumar <naba@gnome.org>
5145 * plugins/glade/Makefile.am: Corrected conditional not to install
5146 .plugin file if plugin is disabled.
5147 * plugins/sourceview/Makefile.am: Corrected conditional not to
5148 install schemas if plugin is not built.
5150 2007-10-20 Sébastien Granjoux <seb.sfo@free.fr>
5152 * plugins/debug-manager/queue.c:
5153 Fix #488061: Mutiple crash dialogs
5155 * plugins/gdb/debugger.c,
5156 plugins/gdb/debugger.h:
5157 Remove maximum gdb command length, should fix bug#474811
5159 2007-10-19 Sébastien Granjoux <seb.sfo@free.fr>
5161 * manuals/reference/libanjuta/plugin-description-file.sgml,
5162 manuals/reference/libanjuta/libanjuta-docs.sgml,
5163 manuals/reference/libanjuta/libanjuta-sections.txt,
5164 libanjuta/interfaces/libanjuta.idl,
5165 libanjuta/anjuta-c-module.c,
5166 libanjuta/anjuta-c-plugin-factory.c:
5167 Document last changes in plugin code
5169 2007-10-19 Johannes Schmid <jhs@gnome.org>
5171 * plugins/subversion/subversion-callbacks.c: (check_filename):
5173 Fixed #487854 – Anjuta crashes when i try to add a SVN url
5175 2007-10-19 Naba Kumar <naba@gnome.org>
5177 * plugins/file-manager/file-model.c: Fixed a critical runtime
5180 2007-10-18 Johannes Schmid <jhs@gnome.org>
5182 * libanjuta/anjuta-ui.h:
5183 Small fix on icon macros
5185 * libanjuta/interfaces/libanjuta.idl:
5186 * plugins/language-manager/plugin.c: (ilanguage_get_name),
5187 (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5188 (ilanguage_iface_init):
5190 Added get_from_editor() and get_name_from_editor() methods
5193 * plugins/document-manager/plugin.c:
5194 (update_editor_ui_interface_items), (on_editor_changed):
5195 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5197 * plugins/language-support-cpp-java/plugin.c: (install_support):
5199 Ported plugins to use the new interface
5201 2007-10-17 Johannes Schmid <jhs@gnome.org>
5203 * libanjuta/anjuta-ui.h:
5205 Added macros to register stock icons to stop all this copy&paste
5206 which had spread over a lot of files. New macros support to add
5207 icons with toolbar and menu size (16 and 24)
5209 * plugins/class-inheritance/plugin.c: (register_stock_icons):
5210 * plugins/debug-manager/images/anjuta-attach.svg:
5211 * plugins/debug-manager/images/anjuta-step-out.svg:
5212 * plugins/debug-manager/images/anjuta-step-over.svg:
5213 * plugins/debug-manager/plugin.c: (register_stock_icons):
5214 * plugins/document-manager/images/Makefile.am:
5215 * plugins/document-manager/images/anjuta-block-end.svg:
5216 * plugins/document-manager/images/anjuta-block-start.svg:
5217 * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5218 * plugins/document-manager/images/anjuta-bookmark.svg:
5219 * plugins/document-manager/images/anjuta-go-history-next.svg:
5220 * plugins/document-manager/images/anjuta-go-history-prev.svg:
5221 * plugins/document-manager/plugin.c: (register_stock_icons):
5222 * plugins/glade/plugin.c: (register_stock_icons):
5223 * plugins/language-support-cpp-java/plugin.c:
5224 (register_stock_icons):
5225 * plugins/message-view/Makefile.am:
5226 * plugins/message-view/anjuta-go-message-next.svg:
5227 * plugins/message-view/anjuta-go-message-prev.svg:
5228 * plugins/message-view/anjuta-message-view.svg:
5229 * plugins/message-view/messages.xpm:
5230 * plugins/message-view/plugin.c: (register_stock_icons):
5231 * plugins/patch/plugin.c: (patch_plugin_activate):
5232 * plugins/project-manager/plugin.c: (register_stock_icons):
5233 * plugins/search/Makefile.am:
5234 * plugins/search/anjuta-go-match-next.svg:
5235 * plugins/search/anjuta-go-match-prev.svg:
5236 * plugins/search/plugin.c: (activate_plugin):
5237 * plugins/symbol-browser/plugin.c: (register_stock_icons):
5238 * plugins/terminal/terminal.c: (register_stock_icons):
5239 * plugins/valgrind/plugin.c: (register_stock_icons):
5241 Updated to use the new icons and added several new and updated
5244 2007-10-16 Sébastien Granjoux <seb.sfo@free.fr>
5246 * libanjuta/anjuta-plugin-handle.c,
5247 libanjuta/anjuta-plugin-handle.h:
5248 Add a new path property containing the directory of the .plugin
5249 file, library file (.so or whatever) must be in the same directory
5251 * libanjuta/anjuta-plugin-manager.c,
5252 libanjuta/interfaces/libanjuta.idl,
5253 (removed) libanjuta/anjuta-glue-plugin.c,
5254 (removed) libanjuta/anjuta-glue-plugin.h,
5255 (removed) libanjuta/anjuta-glue-c.c,
5256 (removed) libanjuta/anjuta-glue-c.h,
5257 (removed) libanjuta/anjuta-glue-cpp.c,
5258 (removed) libanjuta/anjuta-glue-cpp.h,
5259 (removed) libanjuta/anjuta-glue-factory.c,
5260 (removed) libanjuta/anjuta-glue-factory.h,
5261 (added) libanjuta/anjuta-c-module.c,
5262 (added) libanjuta/anjuta-c-module.h,
5263 (added) libanjuta/anjuta-c-plugin-factory.c,
5264 (added) libanjuta/anjuta-c-plugin-factory.h,
5265 libanjuta/Makefile.am:
5266 AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5267 anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5268 implementing IAnjutaPluginFactory
5269 anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5271 * libanjuta/libanjuta.h:
5272 anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5275 * libanjuta/anjuta-plugin.h:
5276 Replace AnjutaGluePlugin by GTypeModule
5277 Remove unused anjuta_glue_get_component_type replaced by
5280 * plugins/build-basic-autotools/build-basic-autotools.h,
5281 plugins/class-gen/plugin.h,
5282 plugins/class-inheritance/plugin.h,
5283 plugins/cvs-plugin/plugin.h,
5284 plugins/debug-manager/plugin.h,
5285 plugins/devhelp/plugin.h,
5286 plugins/document-manager/plugin.h,
5287 plugins/editor/plugin.h,
5288 plugins/file-loader/plugin.h,
5289 plugins/file-wizard/plugin.h,
5290 plugins/gdb/plugin.h,
5291 plugins/glade/plugin.h,
5292 plugins/gtodo/plugin.h,
5293 plugins/indent/plugin.h,
5294 plugins/language-manager/plugin.h,
5295 plugins/language-support-cpp-java/plugin.h,
5296 plugins/macro/plugin.h,
5297 plugins/message-view/plugin.h,
5298 plugins/patch/plugin.h,
5299 plugins/profiler/plugin.h,
5300 plugins/project-import/plugin.h,
5301 plugins/project-manager/plugin.h,
5302 plugins/project-wizard/plugin.h,
5303 plugins/sample1/plugin.h,
5304 plugins/search/plugin.h,
5305 plugins/sourceview/plugin.h,
5306 plugins/subversion/plugin.h,
5307 plugins/symbol-browser/plugin.h,
5308 plugins/symbol-db/plugin.h,
5309 plugins/terminal/terminal.c,
5310 plugins/tools/plugin.h,
5311 plugins/valgrind/plugin.h:
5312 Replace AnjutaGluePlugin by GTypeModule
5314 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5316 * plugins/debug-manager/breakpoints.c:
5317 Fix bug#487112, crash while removing a breakpoint in a new file
5319 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5321 * plugins/document-manager/search-box.c:
5322 Fix a crash (with an useful comment) focus-out-event handler must
5325 2007-10-14 Johannes Schmid <jhs@gnome.org>
5327 * plugins/sourceview/sourceview.c:
5328 Hide calltip when "Up" or "Down" key is pressed
5330 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5332 * plugins/document-manager/search-box.c:
5333 Change included file order to avoid a compile error with gnome 2.16
5335 2007-10-13 Johannes Schmid <jhs@gnome.org>
5337 * plugins/debug-manager/plugin.c: (enable_log_view):
5339 Fixed crash when closing a project and unloading another while
5340 the debugger is enabled
5342 2007-10-13 Johannes Schmid <jhs@gnome.org>
5344 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5346 Use correct breakpoint icon
5348 * plugins/devhelp/Makefile.am:
5349 * plugins/devhelp/anjuta-go-help-next.svg:
5350 * plugins/devhelp/anjuta-go-help-prev.svg:
5351 * plugins/devhelp/plugin.c: (register_stock_icons),
5354 Added new icons from #480093
5356 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5357 * plugins/document-manager/images/anjuta-bookmark-first.svg:
5358 * plugins/document-manager/images/anjuta-bookmark-last.svg:
5359 * plugins/document-manager/images/anjuta-bookmark-next.svg:
5360 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5361 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5362 * plugins/message-view/anjuta-go-message-next.svg:
5363 * plugins/message-view/anjuta-go-message-prev.svg:
5365 Updated icons from #480093
5367 * src/anjuta-actions.h:
5368 Use GTK_STOCK_FULLSCREEN
5370 * src/anjuta-app.c: (on_gdl_style_changed),
5371 (anjuta_app_instance_init):
5374 Added preference option to set the gdl switcher style
5376 2007-10-13 Johannes Schmid <jhs@gnome.org>
5378 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5379 (get_property_value_as_string), (set_property_value_as_string),
5380 (register_callbacks):
5381 * libanjuta/anjuta-preferences.h:
5383 Support GtkFileChooserButton as preferences widget
5385 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5387 Fixed a Gtk-Critical
5389 * plugins/file-manager/Makefile.am:
5390 * plugins/file-manager/file-model.c: (file_model_filter_file),
5391 (file_model_add_dummy), (file_model_expand_idle),
5392 (file_model_set_property), (file_model_get_property),
5393 (file_model_class_init):
5394 * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5395 (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5396 (file_manager_activate), (file_manager_finalize),
5397 (file_manager_instance_init), (ipreferences_merge),
5398 (ipreferences_unmerge), (ipreferences_iface_init):
5399 * plugins/file-manager/plugin.h:
5401 Added preferences to file-manager
5403 * plugins/glade/plugin.c: (activate_plugin):
5405 Move Properties widget into center because it is way to big
5408 2007-10-10 Johannes Schmid <jhs@gnome.org>
5410 * plugins/language-support-cpp-java/Makefile.am:
5411 * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5412 * plugins/language-support-cpp-java/anjuta-complete.svg:
5413 * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5414 * plugins/language-support-cpp-java/plugin.c:
5415 (register_stock_icons):
5417 And yet some more icons...
5419 2007-10-10 Johannes Schmid <jhs@gnome.org>
5421 * plugins/debug-manager/breakpoints.c:
5422 * plugins/debug-manager/images/Makefile.am:
5423 * plugins/debug-manager/images/anjuta-bookmark.svg:
5424 * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5425 * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5426 * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5427 * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5428 * plugins/debug-manager/images/anjuta-linemark.svg:
5429 * plugins/debug-manager/images/anjuta-pcmark.svg:
5430 * plugins/debug-manager/plugin.c: (register_stock_icons):
5431 * plugins/debug-manager/sparse_view.c:
5432 * plugins/document-manager/images/Makefile.am:
5433 * plugins/document-manager/images/anjuta-block-select.svg:
5434 * plugins/document-manager/images/anjuta-fold-close.svg:
5435 * plugins/document-manager/images/anjuta-fold-open.svg:
5436 * plugins/document-manager/images/anjuta-fold-toggle.svg:
5437 * plugins/document-manager/images/anjuta-indent-less.svg:
5438 * plugins/document-manager/images/anjuta-indent-more.svg:
5439 * plugins/document-manager/images/anjuta-swap.svg:
5440 * plugins/document-manager/images/block_select.xpm:
5441 * plugins/document-manager/images/fold_close.xpm:
5442 * plugins/document-manager/images/fold_open.xpm:
5443 * plugins/document-manager/images/fold_toggle.xpm:
5444 * plugins/document-manager/images/indent.xpm:
5445 * plugins/document-manager/images/indent_dcr.xpm:
5446 * plugins/document-manager/images/indent_inc.xpm:
5447 * plugins/document-manager/plugin.c: (register_stock_icons):
5448 * plugins/editor/Makefile.am:
5449 * plugins/editor/anjuta-bookmark-16.xpm:
5450 * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5451 * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5452 * plugins/editor/anjuta-linemark-16.xpm:
5453 * plugins/editor/anjuta-pcmark-16.xpm:
5454 * plugins/editor/bookmark.xpm:
5455 * plugins/editor/breakpoint-disabled.xpm:
5456 * plugins/editor/breakpoint-enabled.xpm:
5457 * plugins/editor/linemarker.xpm:
5458 * plugins/editor/program-counter.xpm:
5459 * plugins/editor/text_editor.c:
5460 * plugins/message-view/Makefile.am:
5461 * plugins/message-view/anjuta-go-message-next.svg:
5462 * plugins/message-view/anjuta-go-message-prev.svg:
5463 * plugins/message-view/anjuta-message-manager.ui:
5464 * plugins/message-view/plugin.c:
5465 * plugins/sourceview/Makefile.am:
5466 * plugins/sourceview/sourceview.c:
5468 Integrated lots of icons from #480093
5469 Thanks to <tpgww@onepost.net>
5471 * plugins/document-manager/plugin.c:
5472 Do not mark the line in ifile_open(), that looks ugly.
5474 * plugins/document-manager/search-box.c: (on_search_focus_out),
5476 Clear the status bar on focus_out.
5478 * plugins/file-loader/anjuta-loader-plugin.ui:
5481 2007-10-09 Johannes Schmid <jhs@gnome.org>
5483 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5484 * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5486 Some things I missed in the patch for #484419
5488 * plugins/document-manager/action-callbacks.c:
5489 (on_new_file_activate):
5490 * plugins/document-manager/action-callbacks.h:
5491 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5492 (on_window_key_press_event), (on_gconf_notify_timer):
5494 484645 – patch to deal with docman FIXME etc
5496 * plugins/editor/text_editor.c: (text_editor_set_indicator):
5497 * plugins/search/search-replace.c: (search_and_replace),
5498 (write_message_pane), (search_replace_populate),
5499 (translate_dialog_strings), (create_dialog),
5500 (anjuta_search_replace_activate):
5501 * plugins/search/search-replace_backend.c:
5502 (file_buffer_new_from_path), (get_next_match),
5503 (create_search_entries), (regex_backref),
5504 (clear_search_replace_instance):
5505 * plugins/search/search-replace_backend.h:
5507 #484573 – patch to correct various search-related issues
5509 Thanks for the above patches to <tpgww@onepost.net>
5511 * plugins/sourceview/sourceview.c:
5512 (sourceview_create_highligth_indic):
5514 Use the same marker for important as gedit (yellow background)
5516 * plugins/document-manager/anjuta-document-manager.ui:
5517 * plugins/file-loader/anjuta-file-loader.ui:
5518 * plugins/file-loader/plugin.c:
5520 Moved FileNew action to document-manager
5522 2007-10-08 Johannes Schmid <jhs@gnome.org>
5524 * plugins/document-manager/search-box.c: (on_search_activated):
5525 Mark messages for translation
5527 2007-10-07 Marc Lorber <Lorber.Marc@wanadoo.fr>
5529 reviewed by: Johannes Schmid <jhs@gnome.org>
5531 * plugins/Makefile.am:
5532 * plugins/build-basic-autotools/build-basic-autotools.c:
5533 (build_compile_file_real):
5534 * plugins/search/search-replace.c:
5535 * plugins/valgrind/preferences.c: (build_general_prefs):
5537 Fix #484379 – Contents of Makefile.am plugins and
5538 #484419 – Improvement into translation
5540 2007-10-06 Johannes Schmid <jhs@gnome.org>
5542 * libanjuta/interfaces/anjuta-idl-compiler.pl:
5544 Fixed to properly support pointer-to-pointer (**) types
5546 * libanjuta/interfaces/libanjuta.idl:
5547 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5548 * plugins/sourceview/sourceview-cell.h:
5549 * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5550 (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5551 (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5552 (isearch_backward), (isearch_iface_init):
5553 * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5554 (itext_editor_iface_init), (iselection_set_iter),
5555 (iselection_get_start_iter), (iselection_get_end_iter),
5556 (iselection_iface_init), (isearch_forward), (isearch_backward),
5557 (isearch_iface_init):
5559 Added IAnjutaEditorSearch interface and some utility methods to
5560 migrate from positions to iterators for the editor interface.
5562 * plugins/document-manager/Makefile.am:
5563 * plugins/document-manager/action-callbacks.c:
5564 (on_goto_line_no1_activate), (on_show_search):
5565 * plugins/document-manager/action-callbacks.h:
5566 * plugins/document-manager/anjuta-docman.c:
5567 (anjuta_docman_add_document), (anjuta_docman_show_editor),
5568 (anjuta_docman_grab_text_focus):
5569 * plugins/document-manager/anjuta-document-manager.ui:
5570 * plugins/document-manager/goto_line.c: (removed)
5571 * plugins/document-manager/goto_line.h: (removed)
5572 * plugins/document-manager/search-box.c:
5573 * plugins/document-manager/search-box.h:
5574 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5575 (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5576 (update_editor_ui_interface_items), (on_editor_added),
5577 (activate_plugin), (deactivate_plugin):
5578 * plugins/document-manager/plugin.h:
5580 Created new incremental "Quick Search" bar in the document manager to
5581 replace the crappy EggToolbar entries. Uses the new search interface and
5582 it thus much faster and more reliable.
5584 Bug 357544 – incremental search should work consistently (or not at all)
5585 when main toolbar is hidden
5586 Bug 440637 – Search, don't work very well (partly for incremental search)
5588 * plugins/search/anjuta-search.ui:
5589 * plugins/search/plugin.c: (activate_plugin):
5591 Removed incremental search stuff
5593 * plugins/build-basic-autotools/build-basic-autotools.c:
5594 (on_session_save), (on_session_load):
5595 * plugins/build-basic-autotools/executer.c:
5596 (get_program_parameters):
5598 Scroll to selected executable and remember it across sessions
5599 (followup of #477976)
5601 * plugins/debug-manager/plugin.c: (value_added_current_editor):
5602 Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5604 * plugins/devhelp/anjuta-devhelp.ui:
5605 Rearraged toolbar items a bit
5607 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5609 * plugins/debug-manager/command.c,
5610 plugins/debug-manager/queue.c,
5611 plugins/gdb/plugin.c,
5612 plugins/gdb/debugger.c:
5613 Fix several crashing bugs (including bug#482985) with the debugger
5614 when closing project, stopping the debugger, restarting the program
5616 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5618 * libanjuta/anjuta-launcher.c:
5619 Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5621 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5623 * plugins/debug-manager/command.c,
5624 plugins/debug-manager/queue.c:
5625 Asynchronous command can abort other commands in queue
5626 Resynchronize debugger state when a command is cancelled
5628 * plugins/debug-manager/breakpoints.c:
5629 Free BreakpointItem only when it is not used anymore
5631 * plugins/gdb/plugin.c:
5632 Do not return TRUE if the callback and/or ready signal is not used
5634 * plugins/gdb/debugger.c:
5635 Fix a crash, return correct state when debugger is stopped
5637 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5639 * plugins/project-wizard/autogen.c:
5640 Fix bug#482067, escape project wizard user defined strings
5642 2007-10-01 Johannes Schmid <jhs@gnome.org>
5644 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5646 * plugins/build-basic-autotools/build-basic-autotools.c:
5647 (basic_autotools_plugin_instance_init):
5648 * plugins/build-basic-autotools/build-basic-autotools.h:
5649 * plugins/build-basic-autotools/executer.c:
5650 (get_program_parameters):
5652 Fixed #477976 – Keybinding in run dialog
5654 2007-09-30 Johannes Schmid <jhs@gnome.org>
5656 * plugins/Makefile.am:
5657 Do not build indent plugin (yet)
5659 * plugins/document-manager/plugin.c: (ipreferences_merge):
5660 Fixed unintentional and wrong change
5662 * plugins/indent/anjuta-indent.ui:
5665 2007-09-28 Johannes Schmid <jhs@gnome.org>
5667 * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5668 * libanjuta/anjuta-launcher.h:
5669 Add a method to send EOF to some process. Needed for the indent plugin
5670 and should be useful in general. It does not actually send EOF as this
5671 is not possible with utf-8, but closes the stream instead.
5673 * plugins/devhelp/plugin.c: (value_added_current_editor):
5674 Fixed a Gtk-Critical due to the IAnjutaEditor -
5675 IAnjutaDocument switch.
5678 * plugins/Makefile.am:
5679 * plugins/document-manager/Makefile.am:
5680 * plugins/document-manager/action-callbacks.c:
5681 * plugins/document-manager/anjuta-document-manager.glade:
5682 * plugins/document-manager/anjuta-document-manager.ui:
5683 * plugins/document-manager/images/Makefile.am:
5684 * plugins/document-manager/images/indent_auto.xpm:
5685 * plugins/document-manager/images/indent_set.xpm:
5686 * plugins/document-manager/indent-dialog.c:
5687 * plugins/document-manager/indent-dialog.h:
5688 * plugins/document-manager/indent-util.c:
5689 * plugins/document-manager/indent-util.h:
5690 * plugins/document-manager/indent_test.c:
5691 * plugins/document-manager/plugin.c: (register_stock_icons),
5692 (docman_plugin_instance_init), (ipreferences_merge):
5693 * plugins/document-manager/plugin.h:
5695 Removed indent code from document manager
5697 * plugins/indent/Makefile.am:
5698 * plugins/indent/indent-dialog.c:
5699 * plugins/indent/indent-util.c: (indent_init_indent_style):
5700 * plugins/indent/indent.glade:
5701 * plugins/indent/indent.plugin.in:
5702 * plugins/indent/plugin.c: (on_indent_finished),
5703 (on_indent_output), (on_indent_action_activate),
5704 (on_edit_editor_indent), (on_style_combo_changed),
5705 (value_added_current_editor), (value_removed_current_editor),
5706 (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5707 (indent_plugin_finalize), (indent_plugin_dispose),
5708 (anjuta_indent_plugin_instance_init),
5709 (anjuta_indent_plugin_class_init), (ipreferences_merge),
5710 (ipreferences_unmerge), (ipreferences_iface_init):
5711 * plugins/indent/plugin.h:
5713 Moved indent code to it's own plugin. Also reimplemented indent invocation
5714 using anjuta_launcher and streams. This is not yet completely working, maybe
5715 I got something wrong with the launcher.
5716 Also fixed #478987 – Unusable 'Indent setting window' on preferences
5718 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5720 * plugins/debug-manager/plugin.c:
5721 Fix bug#480851, disconnect save_session signal when plugin is unloaded
5723 2007-09-27 Johannes Schmid <jhs@gnome.org>
5725 * libanjuta/interfaces/libanjuta.idl:
5726 * plugins/Makefile.am:
5727 * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5728 (isymbol_type_str), (isymbol_name), (isymbol_args),
5729 (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5730 (isymbol_impl), (isymbol_iface_init):
5731 * plugins/symbol-browser/an_symbol_info.c:
5732 * plugins/symbol-browser/an_symbol_info.h:
5733 * plugins/symbol-db/Makefile.am:
5734 * plugins/symbol-db/plugin.c:
5735 (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5736 (value_added_current_editor), (on_editor_foreach_clear),
5737 (value_removed_current_editor), (project_root_added),
5738 (symbol_db_activate), (symbol_db_deactivate),
5739 (isymbol_manager_search):
5740 * plugins/symbol-db/readtags.c: (initialize_1):
5741 * plugins/symbol-db/symbol-db-engine-iterator.c:
5742 (sdb_engine_iterator_instance_init),
5743 (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5744 (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5745 (symbol_db_engine_iterator_move_next),
5746 (symbol_db_engine_iterator_move_prev),
5747 (symbol_db_engine_iterator_get_n_items),
5748 (symbol_db_engine_iterator_last),
5749 (symbol_db_engine_iterator_set_position),
5750 (symbol_db_engine_iterator_get_position),
5751 (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5752 (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5753 (isymbol_iter_foreach), (isymbol_iter_set_position),
5754 (isymbol_iter_get_position), (isymbol_iter_get_length),
5755 (isymbol_iter_clone), (isymbol_iter_assign),
5756 (isymbol_iter_iface_init):
5757 * plugins/symbol-db/symbol-db-engine-iterator.h:
5758 * plugins/symbol-db/symbol-db-engine.c:
5759 (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5760 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5761 (sdb_engine_finalize), (sdb_engine_get_type),
5762 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5763 (sdb_engine_get_table_id_by_unique_name2),
5764 (sdb_engine_get_table_id_by_unique_name3),
5765 (symbol_db_engine_add_new_workspace),
5766 (symbol_db_engine_get_opened_project_name),
5767 (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5768 (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5769 (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5770 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5771 (sdb_engine_add_new_scope_definition),
5772 (sdb_engine_add_new_tmp_heritage_scope),
5773 (sdb_engine_second_pass_update_scope_1),
5774 (sdb_engine_second_pass_update_heritage),
5775 (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5776 (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5777 (symbol_db_engine_update_project_symbols),
5778 (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5779 (symbol_db_engine_update_buffer_symbols),
5780 (sdb_engine_walk_down_scope_path),
5781 (sdb_engine_prepare_symbol_info_sql),
5782 (symbol_db_engine_get_global_members),
5783 (symbol_db_engine_get_scope_members_by_symbol_id),
5784 (symbol_db_engine_get_scope_members),
5785 (symbol_db_engine_get_current_scope),
5786 (symbol_db_engine_get_file_symbols):
5787 * plugins/symbol-db/symbol-db-engine.h:
5788 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5789 (on_symbol_updated), (on_symbol_inserted),
5790 (symbol_db_view_locals_get_line),
5791 (symbol_db_view_locals_update_list):
5792 * plugins/symbol-db/symbol-db-view-search.c:
5793 (sdb_view_search_model_filter), (sdb_view_search_get_type):
5794 * plugins/symbol-db/symbol-db-view-search.h:
5795 * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5796 (do_add_hidden_children), (do_recurse_and_add_new_sym),
5797 (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5798 * plugins/symbol-db/tables.sql:
5799 * plugins/symbol-db/test/Makefile.am:
5800 * plugins/symbol-db/test/main.c: (add_new_files), (main):
5801 Updated patch from Massimo to improve symbol-db plugin
5803 * plugins/document-manager/plugin.c: (on_editor_changed):
5804 Make the code a bit more robust
5806 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5807 (anjuta_document_get_property), (anjuta_document_class_init),
5808 (anjuta_document_init), (set_uri), (document_loader_loaded),
5809 (anjuta_document_load), (document_saver_saving):
5810 * plugins/sourceview/anjuta-document.h:
5811 * plugins/sourceview/sourceview.c: (autodetect_language),
5812 (ilanguage_set_language), (ilanguage_get_language):
5813 Fix language detection on startup
5815 2007-09-27 Naba Kumar <naba.kumar@gnome.org>
5817 * plugins/document-manager/action-callbacks.c:
5818 (on_editor_command_upper_case_activate),
5819 (on_editor_command_lower_case_activate): Leftover commit from previous
5820 commit (see last changlog entry by me).
5822 * plugins/file-manager/plugin.c: (file_manager_activate):
5823 Gave proper widget name so that layout works.
5825 2007-09-26 Johannes Schmid <jhs@gnome.org>
5827 * plugins/document-manager/plugin.c: (on_editor_changed),
5828 (docman_plugin_instance_init):
5829 Only unload/load language-support plugins if necessary.
5831 * plugins/language-manager/plugin.c: (language_manager_activate):
5832 Removed some debugging code
5834 * plugins/sourceview/sourceview.c: (on_document_saved),
5835 (ilanguage_set_language), (ilanguage_get_language):
5836 Fixed ianjuta_language interface and ensure that highlighting is
5837 activated when a new file is saved.
5839 2007-09-26 Naba Kumar <naba.kumar@gnome.org>
5841 * libanjuta/interfaces/libanjuta.idl:
5842 * plugins/document-manager/action-callbacks.c:
5843 (on_editor_command_upper_case_activate),
5844 (on_editor_command_lower_case_activate):
5845 * plugins/editor/text_editor.c: (iselection_has_selection),
5846 (iselection_get_start), (iselection_get_end),
5847 (iselection_iface_init):
5848 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5849 * plugins/sourceview/sourceview.c: (iselect_has_selection),
5850 (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5851 method and implemented it for both scintilla and sourceview editors.
5852 Updated document-manager and assist plugins to use the new method.
5854 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5856 * plugins/file-manager/file-view.c:
5857 Fix typo, allow to compile new file manager with gtk < 2.12
5859 2007-09-25 Johannes Schmid <jhs@gnome.org>
5861 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5862 Support Auto-Indent for single lines (e.g no selection);
5864 * plugins/macro/plugin.c:
5865 Do not use the same shortcut as auto-indent does
5867 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5868 Optimized keyboard navigation - do not emit char_added when only
5869 navigation keys have been pressed.
5871 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
5873 * plugins/language-support-cpp-java/cpp-java-assist.c:
5874 (on_assist_chosen), (cpp_java_assist_install),
5875 (cpp_java_assist_uninstall):
5876 * plugins/language-support-cpp-java/plugin.c: (install_support),
5877 (uninstall_support): Install and uninstall support in correct order.
5878 Fixes a bug where it was installed multiple times resulting in
5879 inserting autocomplete text multiple times.
5881 2007-09-25 Johannes Schmid <jhs@gnome.org>
5884 Add GNOME_WARNING_FLAGS(maximum) and
5885 GNOME_CXX_WARNIGS(yes) to avoid bugs
5886 the compiler can warn you.
5888 * libegg/test-tree-utils.c: (key_test):
5889 * plugins/file-manager/file-model.c:
5890 (file_model_cancel_expand_idle), (file_model_sort),
5891 (file_model_row_expanded):
5892 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5893 (file_view_refresh), (file_view_get_selected), (file_view_init),
5895 * plugins/file-manager/file-view.h:
5896 * plugins/symbol-db/readtags.c: (initialize_1):
5899 Fixed the more critical warnings
5901 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
5903 Icons from tpgww@onepost.net:
5905 * plugins/debug-manager/Makefile.am:
5906 * plugins/debug-manager/images/Makefile.am:
5907 * plugins/debug-manager/images/anjuta-attach.svg:
5908 * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5909 * plugins/debug-manager/images/anjuta-step-into.svg:
5910 * plugins/debug-manager/images/anjuta-step-out.svg:
5911 * plugins/debug-manager/images/anjuta-step-over.svg:
5912 * plugins/debug-manager/plugin.c: (register_stock_icons):
5913 * plugins/document-manager/Makefile.am:
5914 * plugins/document-manager/block_select.xpm:
5915 * plugins/document-manager/fold_close.xpm:
5916 * plugins/document-manager/fold_open.xpm:
5917 * plugins/document-manager/fold_toggle.xpm:
5918 * plugins/document-manager/images/Makefile.am:
5919 * plugins/document-manager/images/anjuta-block-end.svg:
5920 * plugins/document-manager/images/anjuta-block-start.svg:
5921 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5922 * plugins/document-manager/images/anjuta-bookmark-first.svg:
5923 * plugins/document-manager/images/anjuta-bookmark-last.svg:
5924 * plugins/document-manager/images/anjuta-bookmark-next.svg:
5925 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5926 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5927 * plugins/document-manager/indent.xpm:
5928 * plugins/document-manager/indent_auto.xpm:
5929 * plugins/document-manager/indent_dcr.xpm:
5930 * plugins/document-manager/indent_inc.xpm:
5931 * plugins/document-manager/indent_set.xpm:
5932 * plugins/document-manager/plugin.c: Added nicer icons for
5933 document manager and debugger. Organized icons in 'images'
5936 2007-09-24 Johannes Schmid <jhs@gnome.org>
5938 * src/anjuta-app.c: (anjuta_app_add_widget_full):
5939 Fixed a missing NULL in g_object_set.
5941 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
5943 * plugins/language-support-cpp-java/cpp-java-assist.c:
5944 (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5945 scope memebers just after scope operator is entered.
5947 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
5949 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5950 * plugins/language-support-cpp-java/cpp-java-assist.c:
5951 (completion_function), (completion_compare),
5952 (cpp_java_assist_tag_destroy), (create_completion),
5953 (cpp_java_assist_destroy_completion_cache),
5954 (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5955 Show '()' for function items in autocomplete list. Allow adding
5956 ' ' and/or '(' after function call autocompletion and have preferences
5959 2007-09-24 Johannes Schmid <jhs@gnome.org>
5961 * sourceview.c: Reverting patch from r3157 because
5964 2007-09-24 Johannes Schmid <jhs@gnome.org>
5966 * plugins/search/search-replace.c: (on_message_clicked):
5968 Fixed #427104 – No "highlight" of lines matching find-result
5970 2007-09-24 Johannes Schmid <jhs@gnome.org>
5974 Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5976 2007-09-24 Yang Hong <hongyang@redflag-linux.com>
5978 reviewed by: Johannes Schmid <jhs@gnome.org>
5980 * plugins/build-basic-autotools/executer.c: (execute_program):
5981 Fix #478238 – set env for execute programe in the terminal
5983 2007-09-24 Tom <tpgww@onepost.net>
5985 reviewed by: Johannes Schmid <jhs@gnome.org>
5987 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5990 * plugins/debug-manager/disassemble.c: (on_disassemble):
5991 Correct a format string in DEBUG_PRINT()
5993 2007-09-23 Johannes Schmid <jhs@gnome.org>
5995 * plugins/sourceview/sourceview.c: (offset_to_position),
5996 (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5997 (ieditor_get_position), (iselect_set), (iselect_get_start),
6000 Fixed #Bug 440637 – Search, don't work very well
6002 2007-09-23 Johannes Schmid <jhs@gnome.org>
6004 * plugins/file-manager/file-model.c: (file_model_get_filename):
6005 * plugins/file-manager/file-model.h:
6006 * plugins/file-manager/file-view.c: (file_view_query_tooltip),
6007 (file_view_init), (file_view_class_init):
6008 * plugins/message-view/message-view.c:
6009 (message_view_query_tooltip), (message_view_dispose),
6010 (message_view_instance_init), (message_view_class_init):
6012 Added GTK+ 2.12 style tooltips to file-manager and message view.
6013 Only build if GTK+ 2.12 is availible otherwise for message-view, the
6014 old implementation is used.
6016 2007-09-23 Johannes Schmid <jhs@gnome.org>
6018 * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
6021 * plugins/language-manager/language-manager.plugin.in:
6022 Marked UserActivatable=FALSE
6024 * plugins/language-manager/plugin.c: (load_languages),
6025 (language_manager_activate), (language_manager_deactivate),
6026 (language_manager_dispose), (language_manager_instance_init),
6027 (language_manager_find_mime_type), (language_manager_find_string),
6028 (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
6029 (ilanguage_get_name), (ilanguage_get_strings):
6031 Fixed various stupid bugs in language-manager plugin
6033 * plugins/symbol-db/symbol-db-engine.c:
6034 (sdb_engine_second_pass_update_scope_1):
6036 Add a g_return_if_fail to avoid a crash though still unsure
6039 2007-09-23 Johannes Schmid <jhs@gnome.org>
6041 * plugins/symbol-db/plugin.c: (on_project_element_added),
6042 (sources_array_free), (sources_array_add_foreach),
6043 (project_root_added):
6044 * plugins/symbol-db/symbol-db-engine.c:
6045 (symbol_db_engine_add_new_files):
6046 * plugins/symbol-db/symbol-db-engine.h:
6048 Added support for other languages than "C" to symbol-db. Now
6049 supports all languages listed by the language-manager.
6051 2007-09-23 Tom <tpgww@onepost.net>
6053 reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
6056 Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
6058 * libanjuta/anjuta-glue-factory.c: (load_plugin),
6059 (anjuta_glue_factory_get_object_type):
6060 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
6061 * plugins/build-basic-autotools/build-basic-autotools.c:
6062 (value_added_current_editor):
6063 * plugins/debug-manager/breakpoints.c:
6064 (breakpoints_dbase_edit_breakpoint),
6065 (on_toggle_breakpoint_activate):
6066 * plugins/debug-manager/plugin.c:
6067 (on_run_to_cursor_action_activate):
6068 * plugins/debug-manager/stack_trace.c:
6069 (dma_thread_update_stack_trace):
6070 * plugins/gdb/plugin.c:
6071 * plugins/glade/plugin.c: (ifile_open):
6072 * plugins/profiler/gprof-call-graph-view.c:
6073 * plugins/profiler/gprof-flat-profile-view.c:
6074 * plugins/profiler/gprof-function-call-tree-view.c:
6075 * plugins/profiler/gprof-options.c: (setup_widgets):
6076 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6077 * plugins/search/search-replace_backend.c:
6078 (file_buffer_new_from_te):
6079 * plugins/sourceview/assist-tip.c: (assist_tip_move):
6080 * plugins/sourceview/assist-window.c: (assist_window_set_property),
6081 (assist_window_get_property), (assist_window_move):
6082 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
6083 (value_added_current_editor):
6084 * plugins/symbol-db/plugin.c: (value_added_current_editor):
6085 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6086 * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
6088 Many small code, warnings and leak fixes
6090 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
6092 * (removed) plugins/debug-manager/debugger.c,
6093 (removed) plugins/debug-manager/debugger.h,
6094 (added) plugins/debug-manager/command.c,
6095 (added) plugins/debug-manager/command.h,
6096 (added) plugins/debug-manager/queue.c,
6097 (added) plugins/debug-manager/queue.h,
6098 plugins/debug-manager/breakpoints.c,
6099 plugins/debug-manager/debug_tree.c,
6100 plugins/debug-manager/debug_tree.h,
6101 plugins/debug-manager/disassemble.c,
6102 plugins/debug-manager/disassemble.h,
6103 plugins/debug-manager/locals.c,
6104 plugins/debug-manager/locals.h,
6105 plugins/debug-manager/memory.c,
6106 plugins/debug-manager/memory.h,
6107 plugins/debug-manager/plugin.c,
6108 plugins/debug-manager/plugin.h,
6109 plugins/debug-manager/registers.c,
6110 plugins/debug-manager/registers.h,
6111 plugins/debug-manager/sharedlib.c,
6112 plugins/debug-manager/sharedlib.h,
6113 plugins/debug-manager/signals.c,
6114 plugins/debug-manager/signals.h,
6115 plugins/debug-manager/stack_trace.c,
6116 plugins/debug-manager/stack_trace.h,
6117 plugins/debug-manager/start.h,
6118 plugins/debug-manager/start.c,
6119 plugins/debug-manager/threads.c,
6120 plugins/debug-manager/threads.h,
6121 plugins/debug-manager/watch.c,
6122 plugins/debug-manager/watch.h,
6123 plugins/debug-manager/Makefile.am,
6124 plugins/gdb/debugger.c,
6125 plugins/gdb/debugger.h,
6126 plugins/gdb/plugin.c,
6127 libanjuta/interfaces/libanjuta.idl:
6128 Split debug-manager/debugger.c into command.c and queue.c
6129 Clean up debugger queue
6130 DmaDebuggerQueue object does not implement IAnjutaDebugger
6132 2007-09-23 Johannes Schmid <jhs@gnome.org>
6135 Bumped version to 2.3.0 (to ensure bugzilla bugs are
6136 set correctly, etc.)
6138 * libanjuta/anjuta-glue-factory.c: (load_plugin):
6139 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6140 (plugin_set_update):
6142 Show an error dialog instead of crashing when plugin loading fails
6144 * plugins/language-manager/Makefile.am:
6145 * plugins/language-manager/language-manager.plugin.in:
6146 * plugins/language-manager/languages.xml:
6147 * plugins/language-manager/plugin.c: (language_destroy),
6148 (load_languages), (language_manager_activate),
6149 (language_manager_deactivate), (language_manager_finalize),
6150 (language_manager_dispose), (language_manager_instance_init),
6151 (language_manager_class_init), (language_manager_find_mime_type),
6152 (language_manager_find_string), (ilanguage_get_from_mime_type),
6153 (ilanguage_get_from_string), (ilanguage_get_name),
6154 (ilanguage_get_strings), (ilanguage_iface_init):
6155 * plugins/language-manager/plugin.h:
6157 Added new language-manager plugin to have a better organisation for
6158 language names. The xml probabaly needs to be extended over time.
6160 * plugins/Makefile.am:
6161 * plugins/document-manager/plugin.c: (on_editor_changed):
6163 Adapted to new IAnjutaLanguage interface. Do not unload language-support
6164 because it does not really save memory but makes tab switching slow.
6166 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6168 * plugins/language-support-cpp-java/plugin.c: (install_support),
6169 (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6170 Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6173 * plugins/language-support-cpp-java/cpp-java-assist.c:
6174 (cpp_java_assist_show_autocomplete):
6176 Fix autocomplete to only show valid completions
6178 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6179 Calltips always have correct size and position now
6181 2007-09-22 Johannes Schmid <jhs@gnome.org>
6183 * plugins/search/search-replace_backend.c: (get_next_match):
6184 Removed code introduced by accident that causes a crash.
6186 * plugins/sourceview/sourceview-tags.c:
6187 * plugins/sourceview/sourceview-tags.h:
6188 Removed ununsed files
6190 2007-09-22 Johannes Schmid <jhs@gnome.org>
6192 * plugins/language-support-cpp-java/cpp-java-assist.c:
6195 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
6197 * plugins/language-support-cpp-java/cpp-java-assist.c:
6198 (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6199 Increased matching brace search to 500 chars.
6201 2007-09-21 Johannes Schmid <jhs@gnome.org>
6203 * plugins/language-support-cpp-java/cpp-java-assist.c:
6204 (cpp_java_assist_get_pre_word),
6205 (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6207 Added some profiling debug code
6209 * plugins/language-support-cpp-java/cpp-java-utils.c:
6210 (cpp_java_util_jump_to_matching_brace):
6211 * plugins/language-support-cpp-java/cpp-java-utils.h:
6212 * plugins/language-support-cpp-java/plugin.c:
6213 (get_line_indentation_base), (get_line_auto_indentation):
6215 Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6216 avoid looping over the whole file when using calltips which is too slow and
6219 * plugins/sourceview/assist-tip.c: (assist_tip_init),
6220 (assist_tip_set_tips), (assist_tip_get_coordinates),
6222 * plugins/sourceview/sourceview.c: (iassist_show_tips):
6224 Better calltips appearance (use theme now) and avoid jumping
6227 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
6229 * plugins/document-manager/plugin.c:
6230 (update_editor_ui_interface_items):
6231 * plugins/language-support-cpp-java/plugin.c: (install_support),
6232 (uninstall_support): Moved autocomplete ui update code from
6233 document-manager to language-plugin.
6235 2007-09-21 Johannes Schmid <jhs@gnome.org>
6237 * libanjuta/interfaces/libanjuta.idl:
6239 Added IAnjutaLanguage interface (might still change...) for
6240 the upcoming language-manager plugin.
6242 * plugins/file-manager/Makefile.am:
6243 * plugins/file-manager/file-model.c:
6244 (file_model_cancel_expand_idle), (file_model_add_dummy),
6245 (file_model_expand_idle), (file_model_sort),
6246 (file_model_row_expanded), (file_model_row_collapsed),
6247 (file_model_init), (file_model_finalize),
6248 (file_model_set_property), (file_model_get_property),
6249 (file_model_class_init), (file_model_new), (file_model_refresh),
6250 (file_model_get_uri):
6251 * plugins/file-manager/file-model.h:
6252 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6253 (file_view_expand_row_idle), (file_view_refresh),
6254 (file_view_get_selected), (file_view_button_press_event),
6255 (file_view_selection_changed), (file_view_init),
6256 (file_view_get_property), (file_view_set_property),
6257 (file_view_finalize), (file_view_class_init):
6259 Split up model/view as far as possible and fixed some file-manager
6260 bugs (popup-menu and incorrect project loading).
6262 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6263 Use monospace font for tips.
6265 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6266 (sourceview_cell_new), (icell_get_character), (icell_get_length),
6267 (icell_get_attribute), (icell_style_get_font_description),
6268 (icell_style_get_color), (icell_style_get_background_color),
6269 (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6270 (iiter_foreach), (iiter_set_position), (iiter_get_position),
6271 (iiter_get_length), (iiter_clone), (iiter_assign):
6273 Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6274 interface. This is way faster though it has the drawback to create invalid
6275 iterators if the buffer is changed.
6277 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
6279 * libanjuta/interfaces/libanjuta.idl:
6280 * plugins/document-manager/action-callbacks.c:
6281 * plugins/document-manager/anjuta-document-manager.ui:
6282 * plugins/document-manager/plugin.c: (register_stock_icons):
6283 * plugins/editor/text_editor.c:
6284 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6285 * plugins/language-support-cpp-java/cpp-java-assist.c:
6286 (cpp_java_assist_get_calltip_context):
6287 * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6288 (register_stock_icons), (cpp_java_plugin_activate_plugin):
6290 Moved autocomplete menu action from document-manager to assist plugin
6291 and got rid of deprecated autocomplete interface.
6293 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
6295 * libanjuta/interfaces/libanjuta.idl:
6296 * plugins/editor/text_editor.c: (iassist_iface_init):
6297 * plugins/language-support-cpp-java/cpp-java-assist.c:
6298 (cpp_java_assist_check), (on_assist_chosen):
6299 * plugins/sourceview/sourceview.c: (iassist_iface_init):
6300 Removed react() methods in both editors and assist interface. Assist
6301 plugin itself handles setting the autocomplete. Also fixed
6304 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
6306 * plugins/file-manager/Makefile.am:
6307 * plugins/file-manager/file-view.c: (file_view_add_dummy),
6308 (file_view_expand_idle), (file_view_init):
6309 * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6310 (file_manager_set_default_uri), (project_root_added),
6311 (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6312 (file_manager_activate), (file_manager_deactivate),
6313 (file_manager_instance_init), (file_manager_class_init),
6314 (ifile_manager_set_root), (ifile_manager_set_selected),
6315 (ifile_manager_iface_init): Adjusted white spaces to match
6318 2007-09-19 Naba Kumar <naba@gnome.org>
6320 * libanjuta/interfaces/libanjuta.idl:
6321 * plugins/editor/text_editor.c: (text_editor_instance_init),
6322 (iassist_show_tips), (iassist_cancel_tips),
6323 (iassist_hide_suggestions), (iassist_iface_init):
6324 * plugins/editor/text_editor.h:
6325 * plugins/editor/text_editor_cbs.c:
6326 (on_text_editor_scintilla_notify):
6327 * plugins/language-support-cpp-java/cpp-java-assist.c:
6328 (is_scope_context_character), (is_word_character),
6329 (create_completion), (cpp_java_assist_get_scope_context),
6330 (cpp_java_assist_get_pre_word),
6331 (cpp_java_assist_get_scope_operator),
6332 (cpp_java_assist_destroy_completion_cache),
6333 (cpp_java_assist_create_scope_completion_cache),
6334 (cpp_java_assist_create_word_completion_cache),
6335 (cpp_java_assist_show_autocomplete),
6336 (cpp_java_assist_get_calltip_context),
6337 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6338 (on_editor_char_added), (on_assist_chosen),
6339 (cpp_java_assist_install), (cpp_java_assist_uninstall),
6340 (cpp_java_assist_init), (cpp_java_assist_finalize):
6341 * plugins/language-support-cpp-java/cpp-java-assist.h:
6342 * plugins/language-support-cpp-java/plugin.c:
6343 (initialize_indentation_params):
6344 * plugins/sourceview/assist-tip.c:
6345 * plugins/sourceview/assist-tip.h:
6346 * plugins/sourceview/sourceview-private.h:
6347 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6348 (on_assist_tip_destroyed), (on_assist_cancel),
6349 (on_document_char_added), (iassist_get_suggestions),
6350 (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6352 Implement state-less assistance so that assist can be evaluated
6353 any given time at any position. Changed IAnjutaEditorAssist interfance
6354 and implementations and removed any state management in editors.
6356 2007-09-18 Naba Kumar <naba.kumar@gnome.org>
6358 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6359 completion items sorting and avoided unnecssary sorts.
6361 * plugins/text-editor.c: Fixed state.
6363 2007-09-17 Johannes Schmid <jhs@gnome.org>
6365 * plugins/language-support-cpp-java/cpp-java-assist.c:
6368 Fixed calltips in sourceview
6370 2007-09-17 Naba Kumar <naba.kumar@gnome.org>
6372 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6373 completion items preparation time. Fixed a crash bug.
6375 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6376 Set buffer size (From Massimo, required for symbol-db).
6378 * libanjuta/interfaces/libanjuta.idl: Also pass position information
6381 * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6384 * plugins/editor/aneditor-autocomplete.cxx,
6385 plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6386 Added ANE_GETWORDBEFORECARAT command.
6388 * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6389 using assist interface.
6391 * plugins/editor/text_editor.c: (text_editor_instance_init),
6392 (text_editor_get_word_before_carat),
6393 (text_editor_get_current_word), (iassist_add_trigger),
6394 (iassist_remove_trigger), (on_assist_canceled),
6395 (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6396 (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6397 * plugins/editor/text_editor.h:
6398 * plugins/editor/text_editor_cbs.c: (trigger_size),
6399 (max_trigger_size), (text_editor_check_assist),
6400 (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6403 * plugins/language-support-cpp-java/Makefile.am:
6404 * plugins/language-support-cpp-java/plugin.c:
6405 (get_line_indentation_base), (get_line_auto_indentation),
6406 (install_support), (uninstall_support),
6407 (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6408 (cpp_java_plugin_instance_init):
6409 * plugins/language-support-cpp-java/plugin.h:
6410 * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6411 * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6412 Make assist a separate class.
6414 2007-09-14 Johannes Schmid <jhs@gnome.org>
6416 * plugins/sourceview/sourceview.c: (iassist_suggest):
6417 Fixed changed char_alignment paramter in language-support
6420 2007-09-14 Naba Kumar <naba@gnome.org>
6422 * plugins/language-support-cpp-java/plugin.c: Send the right
6423 'char_alignment' paramenter (needs fixing in sourceview).
6425 2007-09-13 Johannes Schmid <jhs@gnome.org>
6428 * plugins/project-wizard/templates/minimal/project.anjuta:
6429 Use IAnjutaSymbolManager instead of loading the plugin directly.
6430 (TODO: Think of a version to do this for older files...)
6433 * plugins/Makefile.am:
6434 * plugins/symbol-db/Makefile.am:
6436 Build symbol-db plugin if libgda-3.0 is found
6438 2007-09-13 Johannes Schmid <jhs@gnome.org>
6440 * plugins/sourceview/Makefile.am:
6441 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6443 * plugins/sourceview/anjuta-document.h:
6444 Removed lots of dead code
6446 * plugins/sourceview/anjuta-languages-manager.c:
6447 * plugins/sourceview/anjuta-languages-manager.h:
6450 * plugins/sourceview/sourceview.c: (on_document_char_added),
6451 (on_document_loaded), (sourceview_instance_init),
6452 (iselect_get_start), (iselect_get_end),
6453 (ilanguage_get_supported_languages), (ilanguage_set_language):
6455 Fixed selection handling and make some adaptions for the changes
6458 2007-09-13 Johannes Schmid <jhs@gnome.org>
6460 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6461 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6464 Added preferences to language support completion/calltips
6466 * plugins/sourceview/assist-window.c: (assist_window_update):
6468 Always select first entry
6470 * plugins/sourceview/sourceview.glade:
6471 Removed old completion preferences
6473 2007-09-11 Naba Kumar <naba@gnome.org>
6475 * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6476 and possible crash when pressing ctrl+d in terminal after preferences
6477 window has been shown once (no need for backport).
6479 * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6480 implementations to get warnings instead of crashes for unimplemented
6483 2007-09-11 Massimo Cora' <maxcvs@email.it>
6485 Reviewed by: Naba Kumar <naba@gnome.org>
6487 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6488 * plugins/symbol-db/*:
6489 Added new symbol-database backend based on SQLite 3.
6490 (does not enabled for build currently).
6492 2007-09-10 Johannes Schmid <jhs@gnome.org>
6496 * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6497 (parse_info_init), (parse_info_free), (valid_element),
6498 (start_element_handler), (end_element_handler), (text_handler),
6499 (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6500 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6501 (egg_recent_model_monitor), (egg_recent_model_read),
6502 (egg_recent_model_open_file), (egg_recent_model_lock_file),
6503 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6504 (egg_recent_model_set_property), (egg_recent_model_class_init),
6505 (egg_recent_model_init), (egg_recent_model_add_full),
6506 (egg_recent_model_delete), (egg_recent_model_get_list),
6507 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6508 (egg_recent_model_set_filter_mime_types),
6509 (egg_recent_model_clear_group_filter),
6510 (egg_recent_model_set_filter_groups),
6511 (egg_recent_model_clear_scheme_filter),
6512 (egg_recent_model_set_filter_uri_schemes),
6513 (egg_recent_model_remove_expired):
6515 Update EggRecent (#456465)
6517 2007-09-10 Johannes Schmid <jhs@gnome.org>
6519 * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6520 (anjuta_plugin_manager_get_plugin):
6521 * plugins/profiler/gprof-call-graph-view.c:
6522 (gprof_call_graph_view_create_columns):
6523 * plugins/profiler/gprof-flat-profile-view.c:
6524 (gprof_flat_profile_view_create_columns):
6525 * plugins/profiler/gprof-function-call-tree-view.c:
6526 (gprof_function_call_tree_view_create_columns):
6528 Fixed #466031 – Update of pieces of menus for Localization
6530 2007-09-10 Johannes Schmid <jhs@gnome.org>
6532 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6533 Bug 343522 – anjuta: Unable to execute commands that use options.
6535 2007-09-09 Johannes Schmid <jhs@gnome.org>
6537 * plugins/document-manager/anjuta-docman.c:
6538 (anjuta_docman_update_page_label):
6540 Fixed #458034 – Method of indicating unsaved changes breaks convention
6542 * plugins/document-manager/plugin.c: (update_title),
6543 (value_added_project_root_uri), (value_removed_project_root_uri),
6544 (on_editor_changed), (activate_plugin):
6545 * plugins/document-manager/plugin.h:
6546 * plugins/project-manager/plugin.c: (on_profile_scoped),
6547 (on_profile_descoped), (ifile_open):
6549 Fixed #427390 – Show path of item in currently focused editor window
6551 2007-09-09 Johannes Schmid <jhs@gnome.org>
6553 * plugins/search/plugin.c: (on_toolbar_find_clicked),
6554 (on_toolbar_find_incremental):
6555 Fix incremental search
6557 * plugins/sourceview/sourceview.c: (on_document_char_added),
6559 Fixed selection management
6561 2007-09-09 Johannes Schmid <jhs@gnome.org>
6563 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6566 * libanjuta/interfaces/libanjuta.idl:
6567 Extended IAnjutaEditorAssist interface
6569 * plugins/language-support-cpp-java/plugin.c:
6570 (jump_to_matching_brace), (add_tags), (on_assist_begin),
6571 (assist_cleanup), (on_assist_chosen), (on_assist_update),
6572 (context_character), (get_context), (function_parser),
6573 (cpp_member_parser), (install_assist), (uninstall_assist),
6574 (get_line_indentation_base), (get_line_auto_indentation),
6575 (install_support), (uninstall_support),
6576 (on_value_added_current_editor), (on_value_removed_current_editor),
6577 (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6578 * plugins/language-support-cpp-java/plugin.h:
6580 Improved fixed editor assistance and added support for function/method
6581 tooltips. jumb_to_matching_brance => jump_to_matching_brace
6583 * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6586 * plugins/project-import/project-import.c: (on_import_next):
6587 Added a non-NULL check with could probably fix #474843 but not sure
6589 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6590 Fixed anjuta-plugin project wizard
6592 * plugins/sourceview/Makefile.am:
6593 * plguins/sourceview/assist-tip.[ch]:
6594 * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6595 (anjuta_view_key_press_event):
6596 * plugins/sourceview/assist-window.c: (assist_window_class_init),
6597 (assist_window_init), (assist_window_update), (assist_window_new):
6598 * plugins/sourceview/sourceview-private.h:
6599 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6600 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6601 (trigger_size), (max_trigger_size), (on_document_char_added),
6602 (sourceview_dispose), (ieditor_get_current_word),
6603 (iassist_add_trigger), (iassist_init_suggestions),
6604 (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6605 (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6607 Big update on sourceview assist capabilites. Autocompletion should
6608 now work much better and function tooltips are finally supported!
6610 * plugins/sourceview/anjuta-document.h:
6611 * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6612 (anjuta_document_get_current_word):
6613 Fixed get_current_word (inspired by aneditor.cxx implementation)
6615 * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6616 (icell_get_attribute):
6617 Fixed get_attribute() to also detect character constants.
6618 Simplified get_char()
6620 * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6621 (isymbol_manager_get_members), (isymbol_manager_get_parents),
6622 (isymbol_manager_get_completions_at_position):
6624 Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6626 2007-09-04 Naba Kumar <naba@gnome.org>
6628 * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6629 projects that can not add sources.
6631 * plugins/file-wizard/file.c: Similarly for file wizard,
6632 Do not enable 'Add to project' projects that can not add sources.
6634 2007-09-04 Naba Kumar <naba@gnome.org>
6636 * configure.in: Bumped gnome-build requirement to 0.2.0
6637 for project capabilities support.
6639 * plugins/project-manager/plugin.c: Enable/disable project
6640 actions based on project capabilities. Fixes bug #433552:
6641 crash in Anjuta IDE: add file test.h in project on generic
6644 * libanjuta/interfaces/libanjuta.idl: Added method to query
6645 project capabilities.
6647 2007-09-03 Naba Kumar <naba@gnome.org>
6649 * plugins/file-manager/plugin.c: Set shadow type IN.
6650 * plugins/file-manager/file-view.c: Fixed code style.
6651 * plugins/file-manager/file-view.c: Fixed icons column to size
6654 * plugins/file-manager/plugin.[c,h]: Fixed code style.
6656 * plugins/file-manager/plugin.c: Fixed crash on closing project and
6657 unmonitors project-uri on file-manager deactivation.
6659 * TODO.tasks: Updated
6661 2007-09-02 Johannes Schmid <jhs@gnome.org>
6663 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6666 * plugins/file-manager/file-view.c: (file_view_get_selected),
6667 (file_view_button_press_event), (file_view_finalize):
6668 * plugins/file-manager/plugin.c: (project_root_removed),
6669 (file_manager_deactivate):
6671 Fixed some small bugs I missed before
6673 2007-09-02 Johannes Schmid <jhs@gnome.org>
6675 * plugins/file-manager/*:
6676 Added new and file-manager
6678 2007-09-02 Johannes Schmid <jhs@gnome.org>
6680 * plugins/file-manager/*:
6681 Removed old file-manager
6683 2007-08-31 Johannes Schmid <jhs@gnome.org>
6685 * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6686 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6688 Fixed some memory leaks
6690 * MAINTAINERS: Fixed
6692 2007-08-31 Johannes Schmid <jhs@gnome.org>
6694 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6695 (get_property_value_as_string), (set_property_value_as_string),
6696 (register_callbacks), (preferences_foreach_callback),
6697 (anjuta_preferences_register_property_raw):
6698 * libanjuta/anjuta-preferences.h:
6699 * plugins/build-basic-autotools/build-basic-autotools.c:
6700 (on_build_mesg_format):
6701 * plugins/document-manager/anjuta-document-manager.glade:
6702 * plugins/message-view/anjuta-message-manager-plugin.glade:
6704 Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6705 broken message view preferences
6707 * plugins/message-view/message-view.c:
6708 (message_view_instance_init), (pref_change_color), (prefs_init),
6709 (imessage_view_append):
6710 Cleaned up message view (#458041)
6712 * src/shell.c: (on_preferences_activate),
6713 (anjuta_test_shell_instance_init),
6714 (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6715 Fixed test shell to allow better debugging
6717 2007-08-31 Johannes Schmid <jhs@gnome.org>
6719 * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6720 (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6721 * plugins/gtodo/main.h:
6722 * plugins/gtodo/plugin.c: (activate_plugin):
6724 Fixed #423467 (View->Tasks menu items are not
6727 2007-08-31 Tobias Müller <gnome-bugs@auftrags-killer.org>
6729 reviewed by: Johannes Schmid <jhs@gnome.org>
6732 * data/welcome.txt.in:
6733 * launcher/anjuta_launcher.c:
6734 * libanjuta/anjuta-children.c:
6735 * libanjuta/anjuta-children.h:
6736 * libanjuta/anjuta-debug.h:
6737 * libanjuta/anjuta-encodings.c:
6738 * libanjuta/anjuta-encodings.h:
6739 * libanjuta/anjuta-glue-c.c:
6740 * libanjuta/anjuta-glue-c.h:
6741 * libanjuta/anjuta-plugin-description.c:
6742 * libanjuta/anjuta-plugin-description.h:
6743 * libanjuta/anjuta-plugin-handle.c:
6744 * libanjuta/anjuta-plugin-handle.h:
6745 * libanjuta/anjuta-plugin-manager.c:
6746 * libanjuta/anjuta-plugin-manager.h:
6747 * libanjuta/anjuta-plugin.c:
6748 * libanjuta/anjuta-plugin.h:
6749 * libanjuta/anjuta-preferences.c:
6750 * libanjuta/anjuta-preferences.h:
6751 * libanjuta/anjuta-profile-manager.c:
6752 * libanjuta/anjuta-profile-manager.h:
6753 * libanjuta/anjuta-profile.c:
6754 * libanjuta/anjuta-profile.h:
6755 * libanjuta/anjuta-save-prompt.c:
6756 * libanjuta/anjuta-save-prompt.h:
6757 * libanjuta/anjuta-serializer.c:
6758 * libanjuta/anjuta-serializer.h:
6759 * libanjuta/anjuta-session.c:
6760 * libanjuta/anjuta-session.h:
6761 * libanjuta/anjuta-shell.c:
6762 * libanjuta/anjuta-shell.h:
6763 * libanjuta/anjuta-status.c:
6764 * libanjuta/anjuta-status.h:
6765 * libanjuta/anjuta-ui.c:
6766 * libanjuta/anjuta-ui.h:
6767 * libanjuta/anjuta-utils-priv.h:
6768 * libanjuta/anjuta-utils.c:
6769 * libanjuta/anjuta-utils.h:
6770 * libanjuta/cell-renderer-captioned-image.c:
6771 * libanjuta/cell-renderer-captioned-image.h:
6772 * libanjuta/e-splash.c:
6773 * libanjuta/e-splash.h:
6774 * libanjuta/interfaces/anjuta-idl-compiler.pl:
6775 * libanjuta/interfaces/libanjuta.idl:
6776 * libanjuta/libanjuta.h:
6777 * libanjuta/resources.c:
6778 * libanjuta/resources.h:
6779 * libegg/egg-cell-renderer-text.c:
6780 * libegg/egg-combo-action.c:
6781 * libegg/egg-entry-action.c:
6782 * libegg/egg-recent-action.c:
6783 * libegg/egg-recent-files-module.c:
6784 * libegg/egg-recent-item.c:
6785 * libegg/egg-recent-model.c:
6786 * libegg/egg-recent-view-gtk.c:
6787 * libegg/egg-recent-view.c:
6788 * libegg/egg-submenu-action.c:
6789 * libegg/eggaccelerators.c:
6790 * libegg/eggcellrendererpopup.c:
6791 * libegg/eggcomboselect.c:
6792 * libegg/eggtreemodelfilter.c:
6793 * libegg/eggtreemultidnd.c:
6794 * libegg/gtkcellview.h:
6795 * libegg/treeviewutils/egg-cell-renderer-text.h:
6796 * libegg/treeviewutils/eggaccelerators.h:
6797 * libegg/treeviewutils/eggcellrendererkeys.h:
6798 * libegg/treeviewutils/eggcellrendererpopup.h:
6799 * libegg/treeviewutils/eggtreemodelfilter.h:
6800 * libegg/treeviewutils/eggtreemultidnd.h:
6801 * libegg/treeviewutils/eggtreeviewstate.h:
6802 * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6803 * manuals/anjuta-faqs/Makefile.am:
6804 * manuals/anjuta-manual/C/anjuta-manual.xml:
6805 * manuals/anjuta-manual/C/license.xml:
6806 * manuals/anjuta-manual/es/es.po:
6807 * manuals/anjuta-manual/sv/sv.po:
6808 * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6810 * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6811 * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6812 * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6813 * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6814 * manuals/old/ja/anjuta-manual/license.xml:
6815 * plugins/build-basic-autotools/build-basic-autotools.c:
6816 * plugins/build-basic-autotools/build-basic-autotools.h:
6817 * plugins/build-basic-autotools/executer.c:
6818 * plugins/build-basic-autotools/executer.h:
6819 * plugins/build/build_file.c:
6820 * plugins/build/build_file.h:
6821 * plugins/build/build_project.c:
6822 * plugins/build/build_project.h:
6823 * plugins/build/clean_project.c:
6824 * plugins/build/clean_project.h:
6825 * plugins/build/commands.c:
6826 * plugins/build/commands.h:
6827 * plugins/build/compile.c:
6828 * plugins/build/compile.h:
6829 * plugins/build/compiler_options.c:
6830 * plugins/build/compiler_options.h:
6831 * plugins/build/configurer.c:
6832 * plugins/build/configurer.h:
6833 * plugins/build/executer.c:
6834 * plugins/build/executer.h:
6835 * plugins/class-gen/cell-renderer-flags.c:
6836 * plugins/class-gen/cell-renderer-flags.h:
6837 * plugins/class-gen/combo-flags.c:
6838 * plugins/class-gen/combo-flags.h:
6839 * plugins/class-gen/element-editor.c:
6840 * plugins/class-gen/element-editor.h:
6841 * plugins/class-gen/generator.c:
6842 * plugins/class-gen/generator.h:
6843 * plugins/class-gen/plugin.c:
6844 * plugins/class-gen/plugin.h:
6845 * plugins/class-gen/transform.c:
6846 * plugins/class-gen/transform.h:
6847 * plugins/class-gen/validator.c:
6848 * plugins/class-gen/validator.h:
6849 * plugins/class-gen/window.c:
6850 * plugins/class-gen/window.h:
6851 * plugins/class-inheritance/class-callbacks.c:
6852 * plugins/class-inheritance/class-callbacks.h:
6853 * plugins/class-inheritance/class-inherit.c:
6854 * plugins/class-inheritance/class-inherit.h:
6855 * plugins/class-inheritance/plugin.c:
6856 * plugins/class-inheritance/plugin.h:
6857 * plugins/cvs-plugin/cvs-actions.c:
6858 * plugins/cvs-plugin/cvs-actions.h:
6859 * plugins/cvs-plugin/cvs-callbacks.c:
6860 * plugins/cvs-plugin/cvs-callbacks.h:
6861 * plugins/cvs-plugin/cvs-execute.c:
6862 * plugins/cvs-plugin/cvs-execute.h:
6863 * plugins/cvs-plugin/cvs-interface.c:
6864 * plugins/cvs-plugin/cvs-interface.h:
6865 * plugins/cvs-plugin/plugin.c:
6866 * plugins/cvs-plugin/plugin.h:
6867 * plugins/debug-manager/breakpoints.c:
6868 * plugins/debug-manager/breakpoints.h:
6869 * plugins/debug-manager/chunk_view.c:
6870 * plugins/debug-manager/chunk_view.h:
6871 * plugins/debug-manager/data_buffer.c:
6872 * plugins/debug-manager/data_buffer.h:
6873 * plugins/debug-manager/data_view.c:
6874 * plugins/debug-manager/data_view.h:
6875 * plugins/debug-manager/debug_tree.c:
6876 * plugins/debug-manager/debug_tree.h:
6877 * plugins/debug-manager/debugger.c:
6878 * plugins/debug-manager/debugger.h:
6879 * plugins/debug-manager/disassemble.c:
6880 * plugins/debug-manager/disassemble.h:
6881 * plugins/debug-manager/info.c:
6882 * plugins/debug-manager/info.h:
6883 * plugins/debug-manager/locals.c:
6884 * plugins/debug-manager/locals.h:
6885 * plugins/debug-manager/memory.c:
6886 * plugins/debug-manager/memory.h:
6887 * plugins/debug-manager/plugin.c:
6888 * plugins/debug-manager/plugin.h:
6889 * plugins/debug-manager/registers.c:
6890 * plugins/debug-manager/registers.h:
6891 * plugins/debug-manager/sexy-icon-entry.c:
6892 * plugins/debug-manager/sexy-icon-entry.h:
6893 * plugins/debug-manager/sharedlib.c:
6894 * plugins/debug-manager/sharedlib.h:
6895 * plugins/debug-manager/signals.c:
6896 * plugins/debug-manager/signals.h:
6897 * plugins/debug-manager/sparse_buffer.c:
6898 * plugins/debug-manager/sparse_buffer.h:
6899 * plugins/debug-manager/sparse_view.c:
6900 * plugins/debug-manager/sparse_view.h:
6901 * plugins/debug-manager/stack_trace.c:
6902 * plugins/debug-manager/stack_trace.h:
6903 * plugins/debug-manager/start.c:
6904 * plugins/debug-manager/start.h:
6905 * plugins/debug-manager/threads.c:
6906 * plugins/debug-manager/threads.h:
6907 * plugins/debug-manager/utilities.c:
6908 * plugins/debug-manager/utilities.h:
6909 * plugins/debug-manager/watch.c:
6910 * plugins/debug-manager/watch.h:
6911 * plugins/devhelp/htmlview.c:
6912 * plugins/devhelp/htmlview.h:
6913 * plugins/document-manager/action-callbacks.c:
6914 * plugins/document-manager/action-callbacks.h:
6915 * plugins/document-manager/anjuta-docman.c:
6916 * plugins/document-manager/anjuta-docman.h:
6917 * plugins/document-manager/editor-tooltips.c:
6918 * plugins/document-manager/editor-tooltips.h:
6919 * plugins/document-manager/file_history.c:
6920 * plugins/document-manager/file_history.h:
6921 * plugins/document-manager/indent-dialog.c:
6922 * plugins/document-manager/indent-dialog.h:
6923 * plugins/document-manager/indent-util.c:
6924 * plugins/document-manager/indent-util.h:
6925 * plugins/document-manager/plugin.c:
6926 * plugins/editor/aneditor-autocomplete.cxx:
6927 * plugins/editor/aneditor-calltip.cxx:
6928 * plugins/editor/aneditor-indent.cxx:
6929 * plugins/editor/aneditor-priv.h:
6930 * plugins/editor/aneditor.cxx:
6931 * plugins/editor/aneditor.h:
6932 * plugins/editor/lexer.h:
6933 * plugins/editor/plugin.c:
6934 * plugins/editor/plugin.h:
6935 * plugins/editor/print.c:
6936 * plugins/editor/print.h:
6937 * plugins/editor/properties.h:
6938 * plugins/editor/properties_cxx.h:
6939 * plugins/editor/style-editor.c:
6940 * plugins/editor/style-editor.h:
6941 * plugins/editor/text-editor-iterable.c:
6942 * plugins/editor/text-editor-iterable.h:
6943 * plugins/editor/text_editor.c:
6944 * plugins/editor/text_editor.h:
6945 * plugins/editor/text_editor_cbs.c:
6946 * plugins/editor/text_editor_cbs.h:
6947 * plugins/editor/text_editor_menu.c:
6948 * plugins/editor/text_editor_menu.h:
6949 * plugins/editor/text_editor_prefs.c:
6950 * plugins/editor/text_editor_prefs.h:
6951 * plugins/file-loader/dnd.c:
6952 * plugins/file-loader/dnd.h:
6953 * plugins/file-loader/plugin.c:
6954 * plugins/file-manager/an_file_view.c:
6955 * plugins/file-manager/plugin.c:
6956 * plugins/file-wizard/file.c:
6957 * plugins/file-wizard/file.h:
6958 * plugins/file-wizard/plugin.c:
6959 * plugins/file-wizard/plugin.h:
6960 * plugins/gdb/debugger.c:
6961 * plugins/gdb/debugger.h:
6962 * plugins/gdb/gdbmi-test.c:
6963 * plugins/gdb/gdbmi.c:
6964 * plugins/gdb/gdbmi.h:
6965 * plugins/gdb/global.h:
6966 * plugins/gdb/parser.c:
6967 * plugins/gdb/parser.h:
6968 * plugins/gdb/plugin.c:
6969 * plugins/gdb/plugin.h:
6970 * plugins/gdb/utilities.c:
6971 * plugins/gdb/utilities.h:
6972 * plugins/glade/plugin.c:
6973 * plugins/glade/plugin.h:
6974 * plugins/gtodo/egg-datetime.c:
6975 * plugins/gtodo/egg-datetime.h:
6976 * plugins/gtodo/eggtrayicon.c:
6977 * plugins/gtodo/eggtrayicon.h:
6978 * plugins/gtodo/plugin.c:
6979 * plugins/gvim/anjuta-vim.c:
6980 * plugins/gvim/anjuta-vim.h:
6981 * plugins/gvim/gtkvim.c:
6982 * plugins/gvim/gtkvim.h:
6983 * plugins/gvim/plugin.c:
6984 * plugins/gvim/plugin.h:
6985 * plugins/language-support-cpp-java/plugin.c:
6986 * plugins/language-support-cpp-java/plugin.h:
6987 * plugins/macro/macro-actions.c:
6988 * plugins/macro/macro-actions.h:
6989 * plugins/macro/macro-db.c:
6990 * plugins/macro/macro-db.h:
6991 * plugins/macro/macro-dialog.c:
6992 * plugins/macro/macro-dialog.h:
6993 * plugins/macro/macro-edit.c:
6994 * plugins/macro/macro-edit.h:
6995 * plugins/macro/macro-util.c:
6996 * plugins/macro/macro-util.h:
6997 * plugins/macro/plugin.c:
6998 * plugins/macro/plugin.h:
6999 * plugins/message-view/anjuta-msgman.c:
7000 * plugins/message-view/anjuta-msgman.h:
7001 * plugins/message-view/message-view.c:
7002 * plugins/message-view/message-view.h:
7003 * plugins/message-view/plugin.c:
7004 * plugins/message-view/plugin.h:
7005 * plugins/patch/patch-plugin.c:
7006 * plugins/patch/patch-plugin.h:
7007 * plugins/patch/plugin.c:
7008 * plugins/patch/plugin.h:
7009 * plugins/profiler/gprof-call-graph-block-entry.c:
7010 * plugins/profiler/gprof-call-graph-block-entry.h:
7011 * plugins/profiler/gprof-call-graph-block.c:
7012 * plugins/profiler/gprof-call-graph-block.h:
7013 * plugins/profiler/gprof-call-graph-view.c:
7014 * plugins/profiler/gprof-call-graph-view.h:
7015 * plugins/profiler/gprof-call-graph.c:
7016 * plugins/profiler/gprof-call-graph.h:
7017 * plugins/profiler/gprof-flat-profile-entry.c:
7018 * plugins/profiler/gprof-flat-profile-entry.h:
7019 * plugins/profiler/gprof-flat-profile-view.c:
7020 * plugins/profiler/gprof-flat-profile-view.h:
7021 * plugins/profiler/gprof-flat-profile.c:
7022 * plugins/profiler/gprof-flat-profile.h:
7023 * plugins/profiler/gprof-function-call-chart-view.c:
7024 * plugins/profiler/gprof-function-call-chart-view.h:
7025 * plugins/profiler/gprof-function-call-tree-view.c:
7026 * plugins/profiler/gprof-function-call-tree-view.h:
7027 * plugins/profiler/gprof-options.c:
7028 * plugins/profiler/gprof-options.h:
7029 * plugins/profiler/gprof-profile-data.c:
7030 * plugins/profiler/gprof-profile-data.h:
7031 * plugins/profiler/gprof-view-manager.c:
7032 * plugins/profiler/gprof-view-manager.h:
7033 * plugins/profiler/gprof-view.c:
7034 * plugins/profiler/gprof-view.h:
7035 * plugins/profiler/plugin.c:
7036 * plugins/profiler/plugin.h:
7037 * plugins/profiler/string-utils.c:
7038 * plugins/profiler/string-utils.h:
7039 * plugins/project-import/plugin.c:
7040 * plugins/project-import/plugin.h:
7041 * plugins/project-import/project-import.c:
7042 * plugins/project-import/project-import.h:
7043 * plugins/project-manager/plugin.c:
7044 * plugins/project-manager/plugin.h:
7045 * plugins/project-wizard/action.c:
7046 * plugins/project-wizard/action.h:
7047 * plugins/project-wizard/autogen.c:
7048 * plugins/project-wizard/autogen.h:
7049 * plugins/project-wizard/druid.c:
7050 * plugins/project-wizard/druid.h:
7051 * plugins/project-wizard/file.c:
7052 * plugins/project-wizard/file.h:
7053 * plugins/project-wizard/header.c:
7054 * plugins/project-wizard/header.h:
7055 * plugins/project-wizard/install.c:
7056 * plugins/project-wizard/install.h:
7057 * plugins/project-wizard/parser.c:
7058 * plugins/project-wizard/parser.h:
7059 * plugins/project-wizard/plugin.c:
7060 * plugins/project-wizard/plugin.h:
7061 * plugins/project-wizard/property.c:
7062 * plugins/project-wizard/property.h:
7063 * plugins/project-wizard/values.c:
7064 * plugins/project-wizard/values.h:
7065 * plugins/sample1/plugin.c:
7066 * plugins/search/plugin.c:
7067 * plugins/search/plugin.h:
7068 * plugins/search/search-replace_backend.c:
7069 * plugins/search/search-replace_backend.h:
7070 * plugins/search/search_preferences.c:
7071 * plugins/sourceview/anjuta-convert.c:
7072 * plugins/sourceview/anjuta-convert.h:
7073 * plugins/sourceview/anjuta-document-loader.c:
7074 * plugins/sourceview/anjuta-document-loader.h:
7075 * plugins/sourceview/anjuta-document-saver.c:
7076 * plugins/sourceview/anjuta-document-saver.h:
7077 * plugins/sourceview/anjuta-document.c:
7078 * plugins/sourceview/anjuta-document.h:
7079 * plugins/sourceview/anjuta-encodings.c:
7080 * plugins/sourceview/anjuta-encodings.h:
7081 * plugins/sourceview/anjuta-languages-manager.c:
7082 * plugins/sourceview/anjuta-languages-manager.h:
7083 * plugins/sourceview/anjuta-utils.c:
7084 * plugins/sourceview/anjuta-utils.h:
7085 * plugins/sourceview/anjuta-view.c:
7086 * plugins/sourceview/anjuta-view.h:
7087 * plugins/sourceview/assist-window.c:
7088 * plugins/sourceview/assist-window.h:
7089 * plugins/sourceview/sourceview-cell.c:
7090 * plugins/sourceview/sourceview-cell.h:
7091 * plugins/sourceview/sourceview-prefs.c:
7092 * plugins/sourceview/sourceview-prefs.h:
7093 * plugins/sourceview/sourceview-print.c:
7094 * plugins/sourceview/sourceview-print.h:
7095 * plugins/sourceview/sourceview-private.h:
7096 * plugins/sourceview/sourceview-tags.c:
7097 * plugins/sourceview/sourceview-tags.h:
7098 * plugins/sourceview/sourceview.c:
7099 * plugins/sourceview/sourceview.h:
7100 * plugins/subversion/plugin.c:
7101 * plugins/subversion/plugin.h:
7102 * plugins/subversion/subversion-actions.c:
7103 * plugins/subversion/subversion-actions.h:
7104 * plugins/subversion/subversion-callbacks.c:
7105 * plugins/subversion/subversion-callbacks.h:
7106 * plugins/subversion/svn-auth.c:
7107 * plugins/subversion/svn-auth.h:
7108 * plugins/subversion/svn-backend-priv.h:
7109 * plugins/subversion/svn-backend.c:
7110 * plugins/subversion/svn-backend.h:
7111 * plugins/subversion/svn-notify.c:
7112 * plugins/subversion/svn-notify.h:
7113 * plugins/subversion/svn-thread.c:
7114 * plugins/subversion/svn-thread.h:
7115 * plugins/symbol-browser/an_symbol.c:
7116 * plugins/symbol-browser/an_symbol.h:
7117 * plugins/symbol-browser/an_symbol_info.c:
7118 * plugins/symbol-browser/an_symbol_info.h:
7119 * plugins/symbol-browser/an_symbol_iter.c:
7120 * plugins/symbol-browser/an_symbol_iter.h:
7121 * plugins/symbol-browser/an_symbol_prefs.c:
7122 * plugins/symbol-browser/an_symbol_prefs.h:
7123 * plugins/symbol-browser/an_symbol_search.c:
7124 * plugins/symbol-browser/an_symbol_search.h:
7125 * plugins/symbol-browser/an_symbol_view.c:
7126 * plugins/symbol-browser/an_symbol_view.h:
7127 * plugins/symbol-browser/plugin.c:
7128 * plugins/symbol-browser/plugin.h:
7129 * plugins/terminal/terminal.c:
7130 * plugins/tools/dialog.c:
7131 * plugins/tools/dialog.h:
7132 * plugins/tools/editor.c:
7133 * plugins/tools/editor.h:
7134 * plugins/tools/execute.c:
7135 * plugins/tools/execute.h:
7136 * plugins/tools/fileop.c:
7137 * plugins/tools/fileop.h:
7138 * plugins/tools/plugin.c:
7139 * plugins/tools/plugin.h:
7140 * plugins/tools/scripts/find-fixmes.pl:
7141 * plugins/tools/scripts/translation-status.pl:
7142 * plugins/tools/tool.c:
7143 * plugins/tools/tool.h:
7144 * plugins/tools/variable.c:
7145 * plugins/tools/variable.h:
7146 * plugins/valgrind/ldd.c:
7147 * plugins/valgrind/ldd.h:
7148 * plugins/valgrind/list.c:
7149 * plugins/valgrind/list.h:
7150 * plugins/valgrind/menu-utils.c:
7151 * plugins/valgrind/menu-utils.h:
7152 * plugins/valgrind/parser.c:
7153 * plugins/valgrind/parser.h:
7154 * plugins/valgrind/plugin.c:
7155 * plugins/valgrind/plugin.h:
7156 * plugins/valgrind/preferences.c:
7157 * plugins/valgrind/preferences.h:
7158 * plugins/valgrind/process.c:
7159 * plugins/valgrind/process.h:
7160 * plugins/valgrind/symtab.c:
7161 * plugins/valgrind/symtab.h:
7162 * plugins/valgrind/vgactions.c:
7163 * plugins/valgrind/vgactions.h:
7164 * plugins/valgrind/vgcachegrindprefs.c:
7165 * plugins/valgrind/vgcachegrindprefs.h:
7166 * plugins/valgrind/vgdefaultview.c:
7167 * plugins/valgrind/vgdefaultview.h:
7168 * plugins/valgrind/vgerror.c:
7169 * plugins/valgrind/vgerror.h:
7170 * plugins/valgrind/vggeneralprefs.c:
7171 * plugins/valgrind/vggeneralprefs.h:
7172 * plugins/valgrind/vghelgrindprefs.c:
7173 * plugins/valgrind/vghelgrindprefs.h:
7174 * plugins/valgrind/vgio.c:
7175 * plugins/valgrind/vgio.h:
7176 * plugins/valgrind/vgmemcheckprefs.c:
7177 * plugins/valgrind/vgmemcheckprefs.h:
7178 * plugins/valgrind/vgrule-editor.c:
7179 * plugins/valgrind/vgrule-editor.h:
7180 * plugins/valgrind/vgrule-list.c:
7181 * plugins/valgrind/vgrule-list.h:
7182 * plugins/valgrind/vgrule.c:
7183 * plugins/valgrind/vgrule.h:
7184 * plugins/valgrind/vgrulepattern.c:
7185 * plugins/valgrind/vgrulepattern.h:
7186 * plugins/valgrind/vgsearchbar.c:
7187 * plugins/valgrind/vgsearchbar.h:
7188 * plugins/valgrind/vgstrpool.c:
7189 * plugins/valgrind/vgstrpool.h:
7190 * plugins/valgrind/vgtoolprefs.c:
7191 * plugins/valgrind/vgtoolprefs.h:
7192 * plugins/valgrind/vgtoolview.c:
7193 * plugins/valgrind/vgtoolview.h:
7196 * src/action-callbacks.c:
7197 * src/action-callbacks.h:
7198 * src/anjuta-actions.h:
7201 * src/anjuta-callbacks.c:
7202 * src/anjuta-callbacks.h:
7206 * src/bacon-message-connection.c:
7207 * src/bacon-message-connection.h:
7216 * tagmanager/options.c:
7218 Change the address of FSF in various files
7220 2007-08-30 Johannes Schmid <jhs@gnome.org>
7224 Removed because they are no longer in use
7226 * plugins/class-gen/anjuta-class-gen-plugin.glade:
7227 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7228 Marked some strings as not translatable
7230 * plugins/search/search-replace.c: (list_max_items):
7231 Fixed a possible memory corruption
7233 * src/anjuta-app.c: (anjuta_app_add_widget_full):
7234 Do not show menuitems for locked layout items
7236 * src/main.c: (main):
7237 Some minor style correction in gnome_init
7239 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7241 * plugins/debug-manager/debugger.c,
7242 plugins/debug-manager/breakpoints.c,
7243 plugins/gdb/plugin.c,
7244 plugins/gdb/debugger.c,
7245 libanjuta/interfaces/libanjuta.idl:
7246 Move all breakpoints functions from IAnjutaDebugger to a new
7247 IAnjutaBreakpointDebugger interface
7249 2007-07-28 Tom Lowe <tomlowe1@earthlink.net>
7251 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7252 * plugins/debug-manager/plugin.c,
7253 plugins/debug-manager/breakpoints.c,
7254 plugins/tools/execute.c,
7255 plugins/project-wizard/plugin.c,
7256 plugins/build-basic-autotools/executer.c,
7257 plugins/gdb/debugger.c,
7258 plugins/profiler/gprof-options.h,
7259 plugins/sourceview/assist-window.h,
7260 plugins/class-gen/transform.c,
7261 libanjuta/anjuta-plugin-description.c,
7262 libanjuta/anjuta-status.c,
7263 libanjuta/anjuta-glue-c.c,
7264 libanjuta/anjuta-glue-cpp.c,
7265 plugins/symbol-browser/an_symbol_prefs.c:
7266 Fix warnings mostly "dereferencing type-punned pointer"
7267 Fix two bugs in breakpoints.c and an_symbol_prefs.c
7269 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7271 * plugins/debug-manager/breakpoints.c,
7272 plugins/debug-manager/debugger.c:
7273 Avoid an endless loop if clearing all breakpoints while the programm
7276 2007-07-22 Tom Lowe <tomlowe1@earthlink.net>
7278 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7279 * plugins/debug-manager/plugin.c:
7280 Fix a segmentation fault added in the previous patch
7282 2007-07-21 Johannes Schmid <jhs@gnome.org>
7284 * plugins/build-basic-autotools/executer.c:
7285 (get_program_parameters):
7287 Show an error dialog if no targets are availible instead of
7290 2007-07-20 Johannes Schmid <jhs@gnome.org>
7292 * libanjuta/anjuta-shell.c: (on_widget_data_add),
7293 (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7294 * libanjuta/anjuta-shell.h:
7295 * plugins/document-manager/plugin.c: (activate_plugin):
7296 * plugins/glade/anjuta-design-document.c:
7297 * plugins/glade/plugin.c: (glade_update_ui):
7298 * src/anjuta-app.c: (anjuta_app_add_widget_full),
7299 (anjuta_shell_iface_init):
7300 * src/shell.c: (anjuta_test_shell_add_widget),
7301 (anjuta_shell_iface_init):
7303 Make the document manager undockable (#458038)
7305 2007-07-20 Johannes Schmid <jhs@gnome.org>
7307 * plugins/document-manager/plugin.c: (on_editor_update_ui):
7308 * plugins/glade/anjuta-design-document.c:
7309 * plugins/glade/plugin.c: (glade_update_ui):
7311 Fixed some save/dirty status bug in glade
7313 2007-07-20 Johannes Schmid <jhs@gnome.org>
7315 * libanjuta/anjuta-status.c:
7316 Fixed crasher on shutdown
7318 2007-07-20 Johannes Schmid <jhs@gnome.org>
7321 Minimum glade requirement is 3.2 now. It was before
7322 but we did not check...
7324 * libanjuta/anjuta-glue-factory.c: (load_plugin):
7325 * libanjuta/anjuta-profile.c:
7326 (anjuta_profile_add_plugins_from_xml):
7327 * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7328 * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7329 * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7330 * plugins/file-loader/plugin.c: (on_create_submenu):
7331 * plugins/file-manager/an_file_view.c: (compare_iter):
7332 * plugins/glade/plugin.c: (activate_plugin):
7333 * src/anjuta-app.c: (on_toolbar_view_toggled):
7334 * src/main.c: (main):
7336 Fixed lots of memory leaks (thansk valgrind)
7338 2007-07-19 Johannes Schmid <jhs@gnome.org>
7340 * plugins/debug-manager/plugin.c: (value_added_current_editor):
7341 * plugins/document-manager/anjuta-docman.c:
7342 (anjuta_docman_set_busy):
7343 * plugins/document-manager/plugin.c: (on_editor_changed):
7344 * plugins/glade/plugin.c: (activate_plugin):
7345 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7346 (on_value_removed_current_editor):
7348 Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7350 2007-07-18 Johannes Schmid <jhs.gnome.org>
7352 * plugins/build-basic-autotools/executer.c: (execute_program):
7353 Fixed some of the scratchbox stuff but the environment is
7356 2007-07-18 Johannes Schmid <jhs@gnome.org>
7358 * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7359 (on_plugin_deactivated), (get_plugin_loader_type):
7360 * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7361 (activate_plugin), (deactivate_plugin),
7362 (glade_plugin_instance_init):
7364 Fixed glade plugin deactivation
7366 2007-07-18 Johannes Schmid <jhs@gnome.org>
7368 * plugins/document-manager/anjuta-docman.c:
7369 (anjuta_docman_add_document):
7370 * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7372 Fixed path display in document manager with glade files
7374 2007-07-17 Johannes Schmid <jhs@gnome.org>
7376 * libanjuta/interfaces/Makefile.am.iface:
7377 * pixmaps/Makefile.am:
7378 * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7379 * plugins/debug-manager/plugin.c: (value_added_current_editor),
7380 (value_removed_current_editor):
7381 * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7382 (anjuta_docman_set_current_document):
7383 * plugins/document-manager/plugin.c: (on_editor_update_ui),
7384 (on_editor_added), (on_editor_changed):
7385 * plugins/glade/Makefile.am:
7386 * plugins/glade/anjuta-design-document.c:
7387 (anjuta_design_document_instance_init),
7388 (anjuta_design_document_set_property),
7389 (anjuta_design_document_get_property),
7390 (anjuta_design_document_class_init), (anjuta_design_document_new),
7391 (ifile_open), (ifile_get_uri), (ifile_iface_init):
7392 * plugins/glade/anjuta-design-document.h:
7393 * plugins/glade/anjuta-glade-notebook.c:
7394 * plugins/glade/anjuta-glade-notebook.h:
7395 * plugins/glade/plugin.c: (value_added_current_editor),
7396 (value_removed_current_editor), (glade_update_ui),
7397 (on_close_activated), (on_glade_project_changed),
7398 (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7400 * plugins/language-support-cpp-java/plugin.c:
7401 (on_value_added_current_editor), (on_value_removed_current_editor):
7402 * plugins/macro/plugin.c: (value_added_current_editor):
7403 * plugins/project-manager/plugin.c: (value_added_current_editor):
7404 * plugins/subversion/plugin.c: (value_added_current_editor):
7405 * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7407 Fixed lot of IAnjutaEditor stuff and completed glade integration
7408 with document manager
7410 * plugins/build-basic-autotools/build-basic-autotools.c:
7411 (value_added_current_editor):
7412 * plugins/build-basic-autotools/executer.c: (execute_program):
7414 Some initial code to execute projects inside scratchbox
7416 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7418 * plugins/project-import/project-import.c:
7419 Project import overwrites file on user request (bug #452579)
7421 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7423 * plugins/debug-manager/debugger.c,
7424 plugins/debug-manager/threads.c,
7425 plugins/debug-manager/plugin.c,
7426 plugins/debug-manager/registers.c,
7427 plugins/debug-manager/locals.c,
7428 plugins/debug-manager/stack_trace.c,
7429 plugins/gdb/plugin.c,
7430 plugins/gdb/debugger.c,
7431 plugins/gdb/debugger.h,
7432 libanjuta/interfaces/libanjuta.idl:
7433 Rename change-location to program-moved
7434 Store thread id as gint instead of guint
7435 Do not display registers list if not available
7436 Add intermediate debugger states if missing
7438 2007-07-11 Johannes Schmid <jhs@gnome.org>
7440 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7442 Reverted unnecessary changes (#455819)
7444 2007-07-10 Johannes Schmid <jhs@gnome.org>
7446 * plugins/glade/plugin.c:
7447 Fixed glade plugin with glade 3.2 and another crasher
7449 2007-07-09 Johannes Schmid <jhs@gnome.org>
7451 * libanjuta/interfaces/libanjuta.idl:
7452 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7454 * plugins/debug-manager/breakpoints.c:
7455 (breakpoint_item_update_in_ui),
7456 (breakpoints_dbase_edit_breakpoint),
7457 (on_toggle_breakpoint_activate):
7458 * plugins/debug-manager/plugin.c:
7459 (on_run_to_cursor_action_activate):
7460 * plugins/document-manager/action-callbacks.c:
7461 (on_editor_command_cut_activate),
7462 (on_editor_command_copy_activate),
7463 (on_editor_command_paste_activate),
7464 (on_editor_command_clear_activate):
7465 * plugins/document-manager/anjuta-docman.c:
7466 (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7467 (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7468 (anjuta_docman_goto_file_line_mark),
7469 (anjuta_docman_find_editor_with_path),
7470 (anjuta_docman_get_all_editors):
7471 * plugins/document-manager/anjuta-docman.h:
7472 * plugins/document-manager/plugin.c:
7473 (update_editor_ui_interface_items), (on_editor_update_ui),
7474 (on_editor_changed), (on_session_save), (on_docman_auto_save),
7475 (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7476 (ianjuta_document_manager_iface_init), (isaveable_save),
7477 (isavable_is_dirty):
7478 * plugins/editor/editor.glade:
7479 * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7480 (idocument_paste), (idocument_clear), (idocument_iface_init),
7481 (iselection_iface_init):
7482 * plugins/glade/Makefile.am:
7483 * plugins/glade/anjuta-glade-notebook.c:
7484 (anjuta_glade_notebook_instance_init),
7485 (anjuta_glade_notebook_set_property),
7486 (anjuta_glade_notebook_get_property),
7487 (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7488 (ifile_open), (ifile_get_uri), (ifile_iface_init),
7489 (ifile_savable_save), (ifile_savable_save_as),
7490 (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7491 (ifile_savable_iface_init), (idocument_can_redo),
7492 (idocument_can_undo), (idocument_begin_undo_action),
7493 (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7494 (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7495 (idocument_copy), (idocument_paste), (idocument_clear),
7496 (idocument_iface_init):
7497 * plugins/language-support-cpp-java/plugin.c:
7498 (on_value_added_current_editor), (on_value_removed_current_editor):
7499 * plugins/macro/macro-util.c: (get_current_editor):
7500 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7501 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7502 (on_next_occur), (on_incremental_entry_key_press),
7503 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7504 (on_toolbar_find_incremental_start),
7505 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7506 * plugins/search/search-replace.c: (search_start_over),
7507 (search_update_combos), (replace_update_combos),
7508 (anjuta_search_replace_activate):
7509 * plugins/search/search-replace_backend.c: (create_search_entries):
7510 * plugins/sourceview/sourceview.c: (idocument_cut),
7511 (idocument_copy), (idocument_paste), (idocument_clear),
7512 (idocument_iface_init), (iselect_iface_init), (iassist_react):
7513 * plugins/tools/editor.c: (on_editor_response):
7514 * plugins/tools/execute.c: (get_current_editor),
7515 (atp_output_context_initialize), (atp_user_tool_execute):
7516 * plugins/tools/variable.c: (get_current_editor),
7517 (atp_variable_get_editor_variable):
7519 Some more IAnjutaEditor => IAnjutaDocument fixing!
7521 * plugins/glade/anjuta-glade-notebook.h:
7522 * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7524 * plugins/glade/plugin.h:
7525 Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7526 and get rid of the glade menu. The Edit/File menu and the toolbar can now
7527 be used for glade, too. It might still have some rough edges but already works.
7528 (Fixes #415547 – Glade usability problem)
7530 2007-07-07 Vincent Geddes <vgeddes@gnome.org>
7532 * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7533 development release (I updated version of glade3 svn to 3.3.2).
7535 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
7537 * plugins/symbol-browser/an_symbol_view.c:
7538 (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7540 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
7542 * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7543 (on_system_tags_update_finished), (on_update_global_clicked),
7544 (prefs_page_init), (on_gconf_notify_tags_list_changed),
7545 (symbol_browser_prefs_init),
7546 (symbol_browser_prefs_create_global_tags),
7547 (symbol_browser_load_global_tags):
7548 * plugins/symbol-browser/an_symbol_prefs.h:
7549 * plugins/symbol-browser/an_symbol_view.c:
7550 (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7551 * plugins/symbol-browser/an_symbol_view.h:
7552 * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7553 on global tags update because of delayed prefs merging. Happens when
7554 anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7557 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
7559 * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7560 after install/uninstall.
7562 Patch from James Liggett:
7563 * scripts/glade2schemas.pl: Fixed creating schemas for list
7566 2007-07-06 Vincent Geddes <vgeddes@gnome.org>
7568 * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7569 version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7570 development release since glade svn version is also 3.3.1. In future, the
7571 solution would be for us to always increment the micro version when
7574 2007-07-05 Johannes Schmid <jhs@gnome.org>
7576 * libanjuta/interfaces/libanjuta.idl:
7577 * plugins/build-basic-autotools/build-basic-autotools.c:
7578 (on_build_mesg_format):
7579 * plugins/debug-manager/breakpoints.c:
7580 (breakpoint_item_update_in_ui),
7581 (breakpoints_dbase_edit_breakpoint),
7582 (on_toggle_breakpoint_activate):
7583 * plugins/debug-manager/plugin.c:
7584 (on_run_to_cursor_action_activate):
7585 * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7586 * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7587 (get_current_editor), (on_save_activate), (on_save_as_activate),
7588 (on_save_prompt_save_editor), (on_close_file_activate),
7589 (on_close_all_file_activate), (on_reload_file_activate),
7590 (anjuta_print_cb), (anjuta_print_preview_cb),
7591 (on_editor_command_upper_case_activate),
7592 (on_editor_command_lower_case_activate),
7593 (on_editor_command_undo_activate),
7594 (on_editor_command_redo_activate),
7595 (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7596 (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7597 (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7598 (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7599 (on_zoom_out_text_activate), (on_force_hilite_activate),
7600 (on_indent1_activate), (on_swap_activate),
7601 (on_editor_add_view_activate), (on_editor_remove_view_activate):
7602 * plugins/document-manager/anjuta-docman.c:
7603 (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7604 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7605 (anjuta_docman_dispose), (on_notebook_switch_page),
7606 (anjuta_docman_page_from_widget), (on_editor_destroy),
7607 (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7608 (anjuta_docman_get_current_document),
7609 (anjuta_docman_set_current_document),
7610 (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7611 (anjuta_docman_update_page_label),
7612 (anjuta_docman_get_document_from_path),
7613 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7614 (anjuta_docman_order_tabs):
7615 * plugins/document-manager/anjuta-docman.h:
7616 * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7617 (update_editor_ui_interface_items), (update_editor_ui),
7618 (on_editor_update_save_ui), (on_editor_update_ui),
7619 (on_editor_changed), (on_save_prompt_save_editor),
7620 (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7621 (ianjuta_docman_get_current_document),
7622 (ianjuta_docman_set_current_document),
7623 (ianjuta_docman_remove_buffer),
7624 (ianjuta_document_manager_iface_init), (ifile_get_uri):
7625 * plugins/editor/text_editor.c: (itext_editor_iface_init),
7626 (idocument_get_filename), (idocument_can_undo),
7627 (idocument_can_redo), (idocument_undo),
7628 (idocument_begin_undo_action), (idocument_end_undo_action),
7629 (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7630 * plugins/language-support-cpp-java/plugin.c:
7631 (on_editor_char_inserted_cpp), (on_auto_indent):
7632 * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7633 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7634 * plugins/sample1/plugin.c: (on_sample_action_activate):
7635 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7636 (on_next_occur), (on_incremental_entry_key_press),
7637 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7638 (on_toolbar_find_incremental_start),
7639 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7640 * plugins/search/search-replace.c: (search_and_replace),
7641 (write_message_pane), (search_start_over), (search_update_combos),
7642 (replace_update_combos), (anjuta_search_replace_activate):
7643 * plugins/search/search-replace_backend.c:
7644 (file_buffer_new_from_path), (create_search_entries):
7645 * plugins/sourceview/sourceview-print.c: (create_print_job):
7646 * plugins/sourceview/sourceview.c:
7647 (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7648 (idocument_can_redo), (idocument_can_undo),
7649 (idocument_begin_undo_action), (idocument_end_undo_action),
7650 (idocument_undo), (idocument_redo), (idocument_grab_focus),
7651 (idocument_get_filename), (idocument_iface_init):
7652 * plugins/tools/editor.c: (on_editor_response):
7653 * plugins/tools/execute.c: (atp_output_context_initialize),
7654 (atp_user_tool_execute):
7655 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7657 Create IAnjutaDocument interface. This interface is a more general idea
7658 of documents being anything that can be modified, has undo/redo and
7659 may have operations like copy/paste.
7660 The primary goal is to integrate better by making it use the standard file
7661 and edit menu instead of it's own glade menu. Of course the downside is that
7662 you won't be able to view a source file and the designer at the same time. Anyway
7663 so many people have complained that they "can't save a glade file" that I think
7664 this is the much better solution.
7665 Work on the glade plugin is still to come but the most difficult things should be
7668 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
7670 * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7673 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
7675 * libanjuta/anjuta-plugin-manager.c:
7676 (anjuta_plugin_manager_get_plugins_page),
7677 (anjuta_plugin_manager_get_remembered_plugins_page):
7678 * libanjuta/anjuta-plugin-manager.h:
7679 * src/anjuta-app.c: (anjuta_app_install_preferences):
7680 * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7681 and remembered plugins preferences pages in separate pages (avoid
7684 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
7686 Patch from James Liggett <jrliggett@cox.net>:
7687 * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7688 Installed editor preferences schemas. Fixes bug #453463.
7690 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
7692 * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7693 (anjuta_preferences_dialog_init): Sort preferences pages on title.
7695 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
7697 * plugins/document-manager/anjuta-document-manager.ui:
7698 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7699 * src/action-callbacks.c:
7700 * src/action-callbacks.h:
7701 * src/anjuta-actions.h:
7702 * src/anjuta-app.c: (anjuta_app_instance_init),
7703 (anjuta_app_install_preferences):
7705 * src/anjuta.ui: Moved plugins and shortcuts settings inside
7706 General preferences page. Move preferences menu from Settings to
7707 Edit submenu. And got rid of Settings submenu.
7709 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
7711 * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7713 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
7715 * TODO.tasks: Increased bounty for on-demand preferences task to $150
7716 as discussed and agreed with James Liggett.
7718 Patch from James Liggett <jrliggett@cox.net>:
7721 * libanjuta/anjuta-plugin-manager.c:
7722 (on_activated_plugin_objects_foreach),
7723 (anjuta_plugin_manager_get_active_plugin_objects):
7724 * libanjuta/anjuta-plugin-manager.h:
7725 * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7726 (anjuta_plugin_deactivate):
7727 * libanjuta/anjuta-preferences-dialog.c:
7728 (anjuta_preferences_dialog_finalize),
7729 (anjuta_preferences_dialog_class_init), (add_category_columns),
7730 (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7731 (anjuta_preferences_dialog_remove_page):
7732 * libanjuta/anjuta-preferences.c: (property_destroy),
7733 (unregister_preferences_key), (register_callbacks),
7734 (preferences_foreach_callback), (connect_prop_to_object),
7735 (anjuta_preferences_register_property_raw),
7736 (anjuta_preferences_register_property_custom),
7737 (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7738 (anjuta_preferences_remove_page),
7739 (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7740 (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7741 (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7742 (anjuta_preferences_class_init), (anjuta_preferences_new):
7743 * libanjuta/anjuta-preferences.h:
7744 * plugins/build-basic-autotools/Makefile.am:
7745 * plugins/build-basic-autotools/build-basic-autotools.c:
7746 (ipreferences_unmerge):
7747 * plugins/cvs-plugin/Makefile.am:
7748 * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7749 * plugins/document-manager/Makefile.am:
7750 * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7751 * plugins/editor/plugin.c: (ipreferences_unmerge):
7752 * plugins/file-manager/Makefile.am:
7753 * plugins/file-manager/plugin.c: (activate_plugin),
7754 (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7755 * plugins/gtodo/plugin.c: (ipreferences_merge),
7756 (ipreferences_unmerge):
7757 * plugins/language-support-cpp-java/Makefile.am:
7758 * plugins/language-support-cpp-java/plugin.c:
7759 (ipreferences_unmerge):
7760 * plugins/message-view/Makefile.am:
7761 * plugins/message-view/plugin.c: (ipreferences_unmerge):
7762 * plugins/sourceview/Makefile.am:
7763 * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7764 * plugins/symbol-browser/Makefile.am:
7765 * plugins/symbol-browser/an_symbol_prefs.c:
7766 (symbol_browser_prefs_finalize):
7767 * plugins/terminal/Makefile.am:
7768 * plugins/terminal/terminal.c: (ipreferences_unmerge):
7769 * plugins/valgrind/plugin.c: (ipreferences_merge),
7770 (ipreferences_unmerge):
7771 * scripts/Makefile.am:
7772 * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7774 * src/action-callbacks.c: (on_set_preferences1_activate):
7775 * src/anjuta-app.c: (anjuta_app_instance_init),
7776 (anjuta_app_install_preferences):
7778 * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7779 task: Bug #445314: On demand preferences widgets creation. Thanks
7780 James for this great work.
7782 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
7784 * plugins/debug-manager/data_buffer.c,
7785 plugins/message-view/message-view.c: Fixed compiler warnings.
7787 2007-06-29 Naba Kumar <naba.kumar@gnome.org>
7789 * src/action-callbacks.c: (help_activate),
7790 (on_help_manual_activate), (on_help_tutorial_activate),
7791 (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7793 Fixed help activation (bug #451557).
7795 2007-06-28 Naba Kumar <naba.kumar@gnome.org>
7797 * AUTHORS: Added James Liggett. Forgot to add him before :(
7799 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7801 * plugins/debug-manager/debugger.c,
7802 plugins/debug-manager/plugin.c,
7803 plugins/gdb/debugger.c,
7804 libanjuta/interfaces/libanjuta.idl:
7805 Add a GError* parameter to debugger-stopped signal
7807 * (added) libanjuta/anjuta-error.c,
7808 (added) libanjuta/anjuta-error.h,
7809 libanjuta/Makefile.am:
7810 Register GError as a boxed type
7812 * libanjuta/interfaces/anjuta-idl-compiler.pl:
7813 Support GError* in signal, GError must be registered as a boxed type
7814 Accept NULL as strings
7816 === anjuta 2.2.0 ===
7818 2007-06-25 Naba Kumar <naba.kumar@gnome.org>
7820 * configure.in: Bumped version to 2.2.0
7821 * NEWS: Updated for 2.2.0 stable release.
7822 * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7823 Reduce the idle priority to make the UI update before anything else.
7825 2007-06-24 Naba Kumar <naba.kumar@gnome.org>
7827 * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7829 * libanjuta/interfaces/libanjuta.idl:
7830 * plugins/document-manager/action-callbacks.c:
7831 (on_editor_command_complete_word_activate):
7832 * plugins/document-manager/plugin.c:
7833 (update_editor_ui_interface_items):
7834 * plugins/editor/text_editor.c: (iautocomplete_activate),
7835 (iautocomplete_iface_init):
7836 * plugins/sourceview/sourceview.c: (iassist_iface_init):
7838 Moved autocomplete() method away from IAnjutaEditorAssist into
7839 a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7840 autocomplete and does not crash with sourceview. Fixes Bug #449620
7841 – The auto completion functionality not work. Also sets menuitem
7842 insensitive when hiding them.
7844 * plugins/debug-manager/disassemble.c:
7845 (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7848 2007-06-22 Naba Kumar <naba.kumar@gnome.org>
7850 * pixmaps/anjuta_splash.png: Updated.
7852 * plugins/search/search-replace.c
7853 (anjuta_search_replace_activate): Fixed "Find in Files" to select
7854 the right target (project).
7855 * ChangeLog: Added missing log.
7857 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
7859 * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7860 manuals/anjuta-manual/C/fileoperations.xml,
7861 manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7863 * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7865 * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7867 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
7869 * TODO.tasks: Added bounty for on-demand preferences.
7871 Patch from Thierry Moisan:
7872 * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7875 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
7877 Patch from tpgww@onepost.net:
7879 * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7880 * libegg/test-actions.c:
7881 * libegg/test-multi-drag.c: (main):
7882 * plugins/debug-manager/memory.c: (read_memory_block):
7883 * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7885 Fixes compile warnings. Fixes bug #427101.
7887 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
7889 Patch from James Liggett:
7891 * plugins/profiler/gprof-options.c: (on_option_changed),
7893 * plugins/profiler/gprof-options.h:
7894 * plugins/profiler/gprof-profile-data.c:
7895 (gprof_profile_data_init_profile):
7896 * plugins/profiler/gprof-profile-data.h:
7897 * plugins/profiler/plugin.c: (profiler_get_data),
7898 (profiler_set_target), (register_options),
7899 (on_profile_data_browse_button_clicked),
7900 (on_profiling_options_button_clicked), (on_profiler_delete_data):
7901 * plugins/profiler/profiler.glade: implements independent targets.
7902 implements the ability to select arbitrary gmon.out files.
7903 Fixes bug #403502 – User should also be allowed to select an
7904 independent executable target.
7906 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
7908 * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7910 * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7911 * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7913 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7915 * plugins/debug-manager/plugin.c,
7916 plugins/debug-manager/breakpoints.c:
7917 Remove weak pointers when owner is destroyed
7918 Remove all breakpoints before loading new one
7920 2007-06-20 Vincent Geddes <vincent.geddes@gmail.com>
7922 * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7924 2007-06-19 Naba Kumar <naba@gnome.org>
7926 * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7927 Bug #448491 Empty Lines Problem.
7929 * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7931 * data/default.profile, plugins/message-view/plugin.c: Do not
7932 restore session for messages.
7933 Fixes bug #377461 – don't create new message window for each
7936 * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7937 Fixes a crash on exit/project-close if profiler plugin is loaded.
7939 2007-06-17 Naba Kumar <naba@gnome.org>
7941 * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7942 C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7944 * plugins/file-loader/plugin.c: Fail on opening non existent files.
7945 Bug #448034 – Anjuta crashes on starting (when the last project
7946 directory was deleted).
7948 * plugins/document-manager/plugin.c: Set line markers for files
7949 opened via IAnjutaFile::open(). Fixes missing line markers while
7952 2007-06-17 Naba Kumar <naba@gnome.org>
7954 * plugins/sourceview/sourceview.glade: Set correct font
7955 default value and use monospace instead of sans. Fixes
7956 bug #448408 – crash in Anjuta IDE: Trying to change the
7959 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7961 * plugins/search/search-replace.c,
7962 plugins/search/search-replace.h,
7963 plugins/search/anjuta-search.glade:
7964 Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7967 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7969 * plugins/debug-manager/plugin.c,
7970 plugins/debug-manager/breakpoints.c:
7971 Add weak references, fixes bug #448053 ?
7973 2007-06-16 Naba Kumar <naba@gnome.org>
7975 * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7976 dialog to allow forgetting them if user chooses to select a different
7979 2007-06-13 Naba Kumar <naba@gnome.org>
7981 * plugins/sourceview/sourceview-prefs.c: Initialize font
7982 on startup correctly if use_theme is set.
7984 * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7985 if available for default font. Fixes bug #447304.
7987 * plugins/sourceview/sourceview-prefs.c: Return value based
7988 on right data type. Fixes Bug #438878 – Using gtksourceview editor
7989 for the first time has black background
7991 * plugins/project-manager/plugin.c: Give a better error message
7992 when project could not be loaded.
7994 * libanjuta/anjuta-serializer.c: Added a comment.
7996 2007-06-13 Johannes Schmid <jhs@gnome.org>
7999 Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
8000 most warnings to avoid simple coding problems.
8002 * plugins/message-view/anjuta-msgman.c:
8003 (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
8004 * plugins/message-view/plugin.c: (on_view_changed),
8005 (ianjuta_msgman_add_view):
8007 Fixed #440866 by always presenting the message-manager when a tab is
8008 added because Gtk+ seems to have problems to add tabs to hidden widgets.
8010 * plugins/subversion/subversion-callbacks.c:
8011 (on_subversion_commit_response):
8012 Destroy dialog if user clicks "No"
8014 2007-06-12 Naba Kumar <naba@gnome.org>
8016 * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
8017 read and use of uninitialized variable.
8019 * Makefile.am, src/about.c: Install AUTHORS file in datadir also
8020 because it is used in credits listing and packaging could compress
8021 it in docdir. Fixes bug #397881: The credits are empty
8023 * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
8024 tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
8025 tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
8026 plugins/symbol-browser/an_symbol_info.c,
8027 plugins/symbol-browser/plugin.c,
8028 plugins/symbol-browser/an_symbol_view.c,
8029 plugins/editor/aneditor-autocomplete.cxx:
8031 - Do not access TMTag
8032 member in TMSymbol when freeing it because by then the tags
8033 could have changed. Avoids dangerous memory corruptions by freeing
8034 someone else's memory (Could explain those random crashes when
8035 refreshing symbols or re-loading a different project or closing
8036 a project). Anything that tries to refresh symbols could trigger
8038 - Added a flag to also retrieve method definitions as part of
8039 the class's scope members. And used it to set both function prototype
8040 and definition in symbols. Fixes navigation to prototype and
8041 function definitions from symbol browser (bug #440370)
8043 * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
8044 memory. Could fix those bogus 'file changed' dialogs.
8046 * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
8048 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8050 * (added) libanjuta/anjuta-utils-priv.h,
8051 libanjuta/anjuta-utils.h,
8052 libanjuta/anjuta-launcher.c,
8053 libanjuta/Makefile.am:
8054 Fix bug #440801: do not use config.h in public include files
8056 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
8058 * plugins/project-wizard/templates/mkfile.wiz:
8059 Fix bug #442038: missing project.sh file
8062 plugins/project-wizard/templates/Makefile.am,
8063 plugins/project-wizard/templates/translatable-strings.h,
8064 (added) plugins/project-wizard/templates/sdl.wiz,
8065 (added) plugins/project-wizard/templates/appwiz_sdl.png,
8066 (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
8067 (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
8068 (added) plugins/project-wizard/templates/sdl/Makefile.am,
8069 (added) plugins/project-wizard/templates/sdl/.cvsignore,
8070 (added) plugins/project-wizard/templates/sdl/src/main.c,
8071 (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
8072 (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
8073 (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
8074 (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
8075 (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
8076 (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
8077 Fix bug #315635: add a SDL project wizard
8079 2007-06-09 Naba Kumar <naba.kumar@nokia.com>
8081 * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
8082 when SIGCHLD is triggered when main loop context is locked. Dead lock
8083 happens when child_exited callback also accesses main loop context.
8084 Happens particularly badly in debug target exiting.
8086 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
8088 * manuals/anjuta-manual/C/debugger.xml:
8089 First update of the debugger documentation
8091 2007-06-04 Naba Kumar <naba.kumar@nokia.com>
8093 * manuals/anjuta-manual/C/fileoperations.xml,
8094 manuals/anjuta-manual/C/projects.xml,
8095 manuals/anjuta-manual/C/anjuta-manual.xml,
8096 manuals/anjuta-manual/C/build.xml,
8097 manuals/anjuta-manual/C/execute.xml,
8098 manuals/anjuta-manual/Makefile.am: Updated more documentation.
8099 Added project properties documentation. Moved execution section
8100 inside project management. Removed dead documentation.
8102 2007-06-02 Naba Kumar <naba.kumar@nokia.com>
8104 * src/anjuta.c, plugins/symbol-browser/plugin.c,
8105 plugins/symbol-browser/plugin.h,
8106 plugins/symbol-browser/an_symbol_prefs.c,
8107 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8108 libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
8109 progress bar instead of separate window for system tags
8110 generation. Renamed AnjutaStatus methods to a proper ones.
8112 * plugins/symbol-browser/plugin.c,
8113 plugins/symbol-browser/plugin.h,
8114 plugins/symbol-browser/an_symbol_prefs.c,
8115 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8116 global-tags/create_global_tags.sh.in: Get rid of message window
8117 for showing global tags creation and use a small window with
8120 2007-05-30 Naba Kumar <naba@gnome.org>
8122 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
8123 Bug 442315 – After calling configure, the build menus are still insensitive,
8124 Bug 442314 – Autogeneration fails when there is no autogen.sh
8126 * plugins/project-manager/plugin.c: Fixed mem corruption when it
8127 fails to remove target/source/group. Fixes bug #440196 – crash in
8128 Anjuta IDE: removing a target
8130 2007-05-29 Naba Kumar <naba@gnome.org>
8132 * plugins/symbol-browser/an_symbol_view.c,
8133 plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8134 tags generation. Fixed runtime warning.
8136 2007-05-28 Naba Kumar <naba@gnome.org>
8138 Patch from James Liggett <jrliggett@cox.net>:
8139 * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8140 Fixed bug #403502 – User should also be allowed to select an
8141 independent executable target.
8143 2007-05-27 Johannes Schmid <jhs@gnome.org>
8145 * plugins/build-basic-autotools/build-basic-autotools.c:
8146 (get_real_directory), (on_build_mesg_format):
8148 Find correct files for error messages inside scratchbox
8150 2007-05-27 Naba Kumar <naba@gnome.org>
8152 * manuals/anjuta-manual/C/projects.xml,
8153 manuals/anjuta-manual/C/projects.xml: Updated project
8154 management chapter more.
8156 2007-05-25 Johannes Schmid <jhs@gnome.org>
8158 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8159 * plugins/build-basic-autotools/build-basic-autotools.c:
8160 (on_sb_check_toggled), (build_execute_command),
8161 (ipreferences_merge), (ipreferences_unmerge):
8162 Added support for building inside scratchbox environment
8164 Patch from James Liggett <jrliggett@cox.net>:
8165 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8166 (anjuta_msgman_append_view):
8169 – Anjuta aborts with numerous assertion failures when adding a new message view tab
8171 2007-05-23 Naba Kumar <naba@gnome.org>
8173 * manuals/anjuta-manual/C/projects.xml: Updated project
8176 2007-05-22 Naba Kumar <naba@gnome.org>
8178 * manuals/anjuta-manual/C/projects.xml: More updates.
8180 * manuals/anjuta-manual/C/introduction.xml,
8181 manuals/anjuta-manual/C/projects.xml,
8182 manuals/anjuta-manual/C/interface.xml: Updated documentation.
8184 2007-05-22 Naba Kumar <naba@gnome.org>
8186 Patch from Étienne Bersac:
8187 * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8188 class in generated class.
8190 2007-05-22 Naba Kumar <naba@gnome.org>
8192 * plugins/profiler/plugin.c: Fixed a compiler warning.
8193 * plugins/valgrind/Makefile.am: Added ldflags.
8195 Patch from James Liggett:
8196 * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8197 plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8200 2007-05-18 Johannes Schmid <jhs@gnome.org>
8202 * plugins/editor/text_editor.c:
8203 * plugins/language-support-cpp-java/plugin.c:
8204 (on_editor_language_changed), (on_value_added_current_editor),
8205 (on_value_removed_current_editor):
8207 Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8208 Fix assist support in language-support-plugin.
8210 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8212 * libanjuta/interfaces/libanjuta.idl:
8213 Add a new interface allowing to implement plugin able
8214 to load other plugins (not written in C)
8216 * libanjuta/anjuta-plugin-handle.c,
8217 libanjuta/anjuta-plugin-handle.h:
8218 Add a language and a resident plugin properties
8220 * libanjuta/anjuta-glue-plugin.c,
8221 libanjuta/anjuta-glue-plugin.h,
8222 (added)libanjuta/anjuta-glue-c.c,
8223 (added)libanjuta/anjuta-glue-c.h,
8224 libanjuta/Makefile.am:
8225 Split code used to load a C plugin into a common part
8226 in anjuta-glue-plugin and a specific part in anjuta-glue-c
8228 * libanjuta/anjuta-glue-factory.c,
8229 libanjuta/anjuta-glue-factory.h,
8230 libanjuta/anjuta-plugin-manager.c:
8231 Allow to load plugin not written in C and search for the
8232 additional needed code in another plugin
8234 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8236 * plugins/editor/text_editor.c:
8237 Add an empty implementation of IAnjutaEditorAssist for scintilla,
8238 avoiding a crash if scintilla is used
8240 2007-05-14 Johannes Schmid <jhs@gnome.org>
8242 * libanjuta/interfaces/libanjuta.idl:
8243 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8244 (assist_cleanup), (on_assist_end), (on_assist_cancel),
8245 (on_assist_chosen), (on_assist_update), (get_context),
8246 (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8247 (install_assist), (uninstall_assist), (install_support),
8248 (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8249 (cpp_java_plugin_instance_init):
8250 * plugins/language-support-cpp-java/plugin.h:
8251 Use IAnjutaEditorAssist to show language specific suggestions
8253 * plugins/sourceview/Makefile.am:
8254 * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8255 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8256 * plugins/sourceview/anjuta-view.h:
8257 * plugins/sourceview/assist-window.c: (assist_window_expose),
8258 (assist_window_set_property), (assist_window_get_property),
8259 (assist_window_class_init), (assist_activated),
8260 (assist_window_init), (assist_window_finalize),
8261 (assist_window_select), (assist_window_first),
8262 (assist_window_last), (assist_window_up), (assist_window_down),
8263 (get_coordinates), (assist_window_move), (assist_window_update),
8264 (assist_window_filter_keypress), (assist_window_is_active),
8265 (assist_window_new), (assist_window_get_trigger),
8266 (assist_window_get_position):
8267 * plugins/sourceview/assist-window.h:
8268 * plugins/sourceview/sourceview-args.c (removed):
8269 * plugins/sourceview/sourceview-args.h (removed):
8270 * plugins/sourceview/sourceview-autocomplete.c (removed):
8271 * plugins/sourceview/sourceview-autocomplete.h (removed):
8272 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8273 * plugins/sourceview/sourceview-private.h:
8274 * plugins/sourceview/sourceview-scope.c(removed):
8275 * plugins/sourceview/sourceview-scope.h(removed):
8276 * plugins/sourceview/sourceview.c: (on_assist_chosen),
8277 (on_assist_cancel), (on_document_char_added),
8278 (on_reload_dialog_response), (sourceview_class_init),
8279 (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8280 (iassist_remove_trigger), (iassist_autocomplete),
8281 (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8282 (iassist_react), (iassist_iface_init):
8283 * plugins/sourceview/tag-window.c (moved to assist-window.c):
8284 * plugins/sourceview/tag-window.h (moved to assist-window.c):
8286 - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8287 - Mark files dirty if reload dialog is canceled.
8289 2007-05-12 Naba Kumar <naba@gnome.org>
8291 * libanjuta/anjuta-launcher.h: Corrected include file.
8293 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8295 * libanjuta/anjuta-glue-plugin.c,
8296 libanjuta/anjuta-glue-plugin.h,
8297 libanjuta/anjuta-glue-factory.c,
8298 libanjuta/anjuta-glue-factory.h,
8299 ibanjuta/anjuta-plugin-manager.c:
8300 Move code used to load a C plugin from glue-factory to glue-plugin
8301 So loading a plugin written in another language could be done by
8302 just using another object derived from AnjutaGluePlugin
8304 * libanjuta/libanjuta.h:
8305 Remove anjuta-plugin-handle header, it's not installed as libanjuta
8308 === anjuta 2.1.3 ===
8310 2007-05-11 Naba Kumar <naba@gnome.org>
8312 * configure.in: Bumped version to 2.1.3
8315 * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8317 2007-05-11 Naba Kumar <naba@gnome.org>
8320 * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8321 Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8322 based on patch from Jaap Versteegh <j_r_versteegh@hotmail.com>.
8324 2007-05-10 Johannes Schmid <jhs@gnome.org>
8326 * plugins/search/plugin.c:
8327 Make incremental search behave less annoying
8329 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8331 * plugins/macro/macro-util.c:
8332 Fix bug #419008 and bug #419036
8333 When creating new header file, use name and email set in
8334 preferences and replace invalid C character by underscore
8337 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8339 * plugins/search/search-replace.c,
8340 plugins/search/search-replace_backend.c:
8341 Disable search button if search expression is empty (bug #378193)
8343 2007-05-08 Naba Kumar <naba@gnome.org>
8345 * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8348 2007-05-07 Naba Kumar <naba@gnome.org>
8351 * plugins/project-wizard/templates/Makefile.am:
8352 * plugins/project-wizard/templates/minimal.wiz:
8353 * plugins/project-wizard/templates/minimal/.cvsignore:
8354 * plugins/project-wizard/templates/minimal/Makefile.am:
8355 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8356 * plugins/project-wizard/templates/minimal/autogen.sh:
8357 * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8358 * plugins/project-wizard/templates/minimal/project.anjuta:
8359 Added 'minimal', a generic and flat, project template.
8361 2007-05-05 Naba Kumar <naba@gnome.org>
8363 Patch from Cygwin Ports maintainer <yselkowitz@users.sourceforge.net>:
8365 * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8366 * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8367 * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8368 * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8369 instead of a real one, fixes interdependency with libanjuta.
8370 * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8371 * libanjuta/Makefile.am:
8372 * libegg/Makefile.am:
8373 * plugins/build-basic-autotools/Makefile.am:
8374 * plugins/class-gen/Makefile.am:
8375 * plugins/class-inheritance/Makefile.am:
8376 * plugins/cvs-plugin/Makefile.am:
8377 * plugins/debug-manager/Makefile.am:
8378 * plugins/devhelp/Makefile.am:
8379 * plugins/document-manager/Makefile.am:
8380 * plugins/editor/Makefile.am:
8381 * plugins/file-loader/Makefile.am:
8382 * plugins/file-manager/Makefile.am:
8383 * plugins/file-wizard/Makefile.am:
8384 * plugins/gdb/Makefile.am:
8385 * plugins/glade/Makefile.am:
8386 * plugins/gtodo/Makefile.am:
8387 * plugins/language-support-cpp-java/Makefile.am:
8388 * plugins/macro/Makefile.am:
8389 * plugins/message-view/Makefile.am:
8390 * plugins/patch/Makefile.am:
8391 * plugins/profiler/Makefile.am:
8392 * plugins/project-import/Makefile.am:
8393 * plugins/project-manager/Makefile.am:
8394 * plugins/project-wizard/Makefile.am:
8395 * plugins/sample1/Makefile.am:
8396 * plugins/search/Makefile.am:
8397 * plugins/sourceview/Makefile.am:
8398 * plugins/subversion/Makefile.am:
8399 * plugins/symbol-browser/Makefile.am:
8400 * plugins/terminal/Makefile.am:
8401 * plugins/tools/Makefile.am:
8402 * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8404 2007-05-05 Vincent Geddes <vincent.geddes@gmail.com>
8406 * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8408 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8410 * libanjuta/anjuta-launcher.c,
8411 libanjuta/anjuta-launcher.h:
8412 Add some missing implementation
8414 2007-04-26 Brian Pepple <bpepple@fedoraproject.org>
8416 Reviewed by Naba Kumar <naba@gnome.org>:
8417 * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8420 2007-04-26 Jason Switzer <jswitzer@gmail.com>
8422 Reviewed by Naba Kumar <naba@gnome.org>:
8423 * plugins/editor/text_editor.c: Large memory addresses were being
8424 truncated, switched to glong (bug #422143).
8426 2007-04-24 Naba Kumar <naba@gnome.org>
8428 * plugins/document-manager/plugin.c: (prefs_finalize):
8429 * plugins/editor/aneditor-autocomplete.cxx:
8430 * plugins/editor/text_editor_menu.c:
8431 * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8432 * plugins/file-loader/plugin.c: (open_file_with),
8433 (create_open_with_submenu):
8434 * plugins/file-manager/plugin.c: (prefs_finalize):
8435 * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8436 pointer type castings.
8438 2007-04-24 Naba Kumar <naba@gnome.org>
8440 Patch from s|s <supreet.sethi@gmail.com>:
8441 * (added) plugins/project-wizard/templates/django-logo.png:
8442 * (added) plugins/project-wizard/templates/django.wiz:
8443 * plugins/project-wizard/templates/Makefile.am:
8444 * plugins/project-wizard/templates/translatable-strings.h: Added
8445 django project template. http://www.djangoproject.com/
8447 2007-04-24 Naba Kumar <naba@gnome.org>
8449 * plugins/subversion/anjuta-subversion.glade: Set expansion for
8450 the log entry widget and made the dialog little larger.
8452 2007-04-24 Naba Kumar <naba@gnome.org>
8454 Patch from Halton Huo:
8456 * plugins/project-wizard/property.c:
8457 * plugins/subversion/svn-auth.c:
8458 * plugins/subversion/svn-backend-priv.h:
8459 * plugins/subversion/svn-backend.c:
8460 * plugins/subversion/svn-backend.h:
8461 * plugins/subversion/svn-notify.h: Proper use of subversion
8462 headers. Fixes build issues in solaris (bug #426701).
8464 2007-04-24 Naba Kumar <naba@gnome.org>
8466 * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8468 * plugins/project-wizard/templates/cpp.wiz:
8469 * plugins/project-wizard/templates/gcj.wiz:
8470 * plugins/project-wizard/templates/gnome.wiz:
8471 * plugins/project-wizard/templates/gtk.wiz:
8472 * plugins/project-wizard/templates/gtkmm.wiz:
8473 * plugins/project-wizard/templates/java.wiz:
8474 * plugins/project-wizard/templates/python.wiz:
8475 * plugins/project-wizard/templates/terminal.wiz:
8476 * plugins/project-wizard/templates/wxwin.wiz:
8477 * plugins/project-wizard/templates/xlib-dock.wiz:
8478 * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8479 project option and set it ON by default (since gnome-build, can't
8480 enabled configure shared lib support later when a sharedlib target
8483 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8485 * plugins/debug-manager/stack_trace.c:
8486 Fix a missing case in the previous changes
8488 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8490 * plugins/debug-manager/plugin.c:
8493 * plugins/debug-manager/breakpoints.c,
8494 plugins/gdb/plugin.c:
8495 Fix adding breakpoint on a function
8497 * plugins/debug-manager/stack_trace.c:
8498 Highlight changed stack frame
8500 2007-04-18 Naba Kumar <naba@gnome.org>
8502 * plugins/document-manager/anjuta-docman.c:
8503 (anjuta_docman_dispose), (on_editor_destroy),
8504 (anjuta_docman_remove_editor): Remove the editor widget from
8505 the parent container before calling destroy, otherwise container
8506 removal happens after TextEditor is disposed resulting in call
8507 to value-remove for a TextEditor which is half-dead (crash).
8509 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8511 * plugins/debug-manager/data_buffer.c
8512 plugins/debug-manager/data_view.c,
8513 plugins/debug-manager/memory.c:
8514 Fixes for bug #418523, bug #427090 and bug #428174
8516 2007-04-11 Halton Huo <halton.huo@sun.com>
8518 reviewed by: <jhs@gnome.org>
8521 * libanjuta/Makefile.am:
8522 * libanjuta/anjuta-utils.c:
8523 * libanjuta/anjuta-utils.h:
8524 * manuals/reference/libanjuta/Makefile.am:
8526 Fixed compilation on sun by deploying the libutil methods
8527 in anjuta-utils.h and building them on condition.
8529 2007-04-11 Johannes Schmid <jhs@gnome.org>
8531 * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8532 (anjuta_docman_add_editor):
8533 Hold a reference on the editor as long as we use it.
8535 * plugins/document-manager/plugin.c: (on_editor_changed):
8536 Destroy GValue to fix a memoery leak.
8538 2007-04-11 Johannes Schmid <jhs@gnome.org>
8540 * plugins/document-manager/plugin.c: (on_editor_changed):
8541 Fixed reference counting for editor by using g_value_take_object instead
8542 of g_value_set_object. The editors are now correctly finalized and thus
8543 we do not lack so much memory anymore.
8545 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8546 (anjuta_view_finalize), (anjuta_view_focus_out),
8547 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8548 * plugins/sourceview/anjuta-view.h:
8549 * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8550 * plugins/sourceview/sourceview-prefs.c:
8551 (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8552 * plugins/sourceview/sourceview-prefs.h:
8553 * plugins/sourceview/sourceview-private.h:
8554 * plugins/sourceview/sourceview.c: (on_document_loaded),
8555 (timeout_unref), (on_document_saved), (sourceview_finalize),
8556 (sourceview_new), (ifile_open), (ifile_savable_save),
8557 (ifile_savable_save_as):
8559 Several changes to fix things when the editor is correctly destroyed.
8560 Fixed preferences (which led me to the refcounting issue, #409412)
8561 and removed deprecated completition code that will be replace by
8562 IAnjutaAssist interface soon.
8564 2007-04-11 Johannes Schmid <jhs@gnome.org>
8566 * libanjuta/anjuta-launcher.c:
8567 (anjuta_launcher_execution_done_cleanup),
8568 (anjuta_launcher_child_terminated):
8569 Possible fix for #428363 and added a g_return_if_fail
8571 * plugins/message-view/plugin.c: (activate_plugin):
8572 Fixed a Gtk/Gdl-Critical
8574 Patches from Étienne Bersac <bersace03@laposte.net>
8575 * plugins/class-gen/templates/go-source.tpl:
8576 * plugins/macro/macros.xml:
8577 Use better template for GObjects (#417875 and #417918)
8579 Patches from Halton Huo <halton.huo@sun.com>
8580 * libanjuta/anjuta-launcher.h:
8581 * libanjuta/anjuta-preferences.c:
8582 * libanjuta/anjuta-utils.c:
8583 * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8584 (cg_window_set_add_to_repository):
8585 * plugins/class-inheritance/class-inherit.c:
8586 Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8588 2007-04-09 Johannes Schmid <jhs@gnome.org>
8590 * plugins/editor/print.c: (anjuta_print_show_header):
8591 * plugins/file-manager/anjuta-file-manager-plugin.glade:
8592 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8594 Some string changes (#427395 and #427399)
8596 2007-04-06 Johannes Schmid <jhs@gnome.org>
8598 * plugins/build-basic-autotools/build-basic-autotools.c:
8599 (on_build_mesg_format), (on_build_mesg_parse):
8600 Fixed full path detection
8602 2007-04-05 Naba Kumar <naba@gnome.org>
8604 Patch from Halton Huo:
8605 * libanjuta/Makefile.am:
8606 * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8607 * libanjuta/anjuta-glue-cpp.h:
8608 * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8609 (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8610 (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8611 (anjuta_glue_factory_get_path), (get_already_loaded_module),
8612 (load_plugin), (anjuta_glue_factory_get_object_type):
8613 * libanjuta/anjuta-glue-factory.h:
8614 * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8615 (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8616 (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8617 (anjuta_glue_plugin_new):
8618 * libanjuta/anjuta-glue-plugin.h:
8619 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8620 (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8621 * libanjuta/anjuta-plugin.h:
8622 * libanjuta/glue-cpp.c:
8623 * libanjuta/glue-cpp.h:
8624 * libanjuta/glue-factory.c:
8625 * libanjuta/glue-factory.h:
8626 * libanjuta/glue-plugin.c:
8627 * libanjuta/glue-plugin.h:
8628 * plugins/build-basic-autotools/build-basic-autotools.h:
8629 * plugins/class-gen/plugin.h:
8630 * plugins/class-inheritance/plugin.h:
8631 * plugins/cvs-plugin/plugin.h:
8632 * plugins/debug-manager/plugin.h:
8633 * plugins/devhelp/plugin.h:
8634 * plugins/document-manager/plugin.h:
8635 * plugins/editor/plugin.h:
8636 * plugins/file-loader/plugin.h:
8637 * plugins/file-manager/plugin.h:
8638 * plugins/file-wizard/plugin.h:
8639 * plugins/gdb/plugin.h:
8640 * plugins/glade/plugin.h:
8641 * plugins/gtodo/plugin.h:
8642 * plugins/language-support-cpp-java/plugin.h:
8643 * plugins/macro/plugin.h:
8644 * plugins/message-view/plugin.h:
8645 * plugins/patch/plugin.h:
8646 * plugins/profiler/plugin.h:
8647 * plugins/project-import/plugin.h:
8648 * plugins/project-manager/plugin.h:
8649 * plugins/project-wizard/plugin.h:
8650 * plugins/sample1/plugin.h:
8651 * plugins/search/plugin.h:
8652 * plugins/sourceview/plugin.h:
8653 * plugins/subversion/plugin.h:
8654 * plugins/symbol-browser/plugin.h:
8655 * plugins/terminal/terminal.c:
8656 * plugins/tools/plugin.h:
8657 * plugins/tools/scripts/tools-2.xml.in:
8658 * plugins/valgrind/plugin.h:
8660 Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8662 2007-04-05 Naba Kumar <naba@gnome.org>
8664 * anjuta.spec.in, configure.in: Removed dead codes.
8666 Patch from Jos Dehaes:
8667 * configure.in, plugins/project-wizard/templates/Makefile.am,
8668 plugins/project-wizard/templates/mkfile.wiz,
8669 plugins/project-wizard/templates/translatable-strings.h: Enabled
8670 makefile-based project creation and import. Fixes bug #355145
8672 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8674 * plugins/debug-manager/debugger.c,
8675 plugins/debug-manager/plugin.c,
8676 plugins/gdb/anjuta-gdb.plugin.in:
8677 Code cleaning (remove unused code, rename this into self)
8678 Add information about supported format in debugger plugin
8679 Activate debugger plugin according to the target format
8681 2007-04-01 Naba Kumar <naba@gnome.org>
8683 * plugins/message-view/message-view.c:
8684 (message_view_instance_init): Fixed message icons to appear.
8686 2007-03-31 Johannes Schmid <jhs@gnome.org>
8688 * plugins/message-view/anjuta-msgman.c:
8689 (anjuta_msgman_append_view):
8690 * plugins/message-view/plugin.c: (on_view_changed),
8691 (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8695 2007-03-31 Johannes Schmid <jhs@gnome.org>
8697 * plugins/message-view/message-view.c:
8698 (message_view_instance_init), (imessage_view_append):
8699 Show nice icons beside the messages for info, warning and error. This is a completly
8700 cosmetic change so if someone dislikes it he is free to remove it.
8702 2007-03-31 Johannes Schmid <jhs@gnome.org>
8704 * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8705 (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8706 (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8707 * plugins/message-view/anjuta-msgman.h:
8708 * plugins/message-view/message-view.h:
8709 * plugins/message-view/plugin.c: (on_view_changed),
8711 Fixed #359399 and made next/previous insensitive when not availible
8713 * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8714 (tag_style_to_string):
8715 Fixed namespace Problem with gdk >= 2.11
8717 * plugins/sourceview/sourceview-autocomplete.c:
8718 (sourceview_autocomplete_init):
8719 Removed structure, follow-up of #423682
8721 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8723 * plugins/debug-manager/debug_tree.c,
8724 plugins/debug-manager/debug_tree.h,
8725 plugins/debug-manager/watch.c,
8726 plugins/debug-manager/anjuta-debug-manager.glade:
8727 Inspect variable at cursor
8728 Fix buttons in inspect dialog
8730 2007-03-27 Halton Huo <halton.huo@sun.com>
8732 Reviewed by Sebastien Granjoux <seb.sfo@free.fr>:
8734 * plugins/sourceview/sourceview-autocomplete.c
8735 plugins/debug-manager/disassemble.c,
8736 libanjuta/interfaces/libanjuta.idl:
8737 Remove array with 0 size and empty structure as it is not
8738 supported by sun cc, Fixes bug #423682
8740 * plugins/debug-manager/debugger.c:
8741 Remove anonymous union as it is not supported by sun cc,
8744 === anjuta 2.1.2 ===
8746 2007-03-28 Naba Kumar <naba@gnome.org>
8748 * configure.in: Bumped version to 2.1.2
8749 * NEWS: Updated for release.
8751 * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8752 Improved breakpoint marker icon.
8754 * plugins/editor/anjuta-editor.plugin.in,
8755 plugins/sourceview/sourceview.plugin.in: Made editor plugins
8756 non user activable since they are now remembered properly.
8758 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8760 * plugins/tools/editor.c:
8763 2007-03-27 Naba Kumar <naba@gnome.org>
8765 * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8766 word when autocompleting without leaving any trailing part of
8769 2007-03-27 Kamil Páral <ripper42@gmail.com>
8771 Reviewed by Naba Kumar <naba@gnome.org>:
8772 * anjuta.desktop.in.in: Remove "Application" category from desktop
8773 file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8775 2007-03-27 Naba Kumar <naba@gnome.org>
8777 * configure.in, plugins/document-manager/anjuta-docman.c:
8778 (anjuta_docman_add_editor): Conditionally compile notebook tab
8779 reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8781 Patch from Halton Huo:
8782 * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8783 non gcc compiler flags. Fixes bug #423089.
8785 2007-03-26 Naba Kumar <naba@gnome.org>
8787 * AUTHORS, NEWS, TODO.tasks: Updated.
8789 * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8792 * plugins/symbol-browser/plugin.c: (on_editor_saved),
8793 (update_editor_symbol_model), (iter_matches),
8794 (on_editor_update_ui), (value_added_current_editor),
8795 (activate_plugin), (dispose),
8796 (symbol_browser_plugin_instance_init):
8797 * plugins/symbol-browser/plugin.h: update line on editor save
8798 and editor change. Code clean up and fixed warnings.
8800 2007-03-26 Naba Kumar <naba@gnome.org>
8802 * plugins/project-wizard/templates/java/project.anjuta,
8803 plugins/project-wizard/templates/python/project.anjuta,
8804 plugins/project-wizard/templates/python/project.anjuta:
8805 Removed version control plugins from default selection.
8807 * plugins/tools/scripts/prepare-changelog.pl,
8808 plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8809 script to a better one (that works on both cvs and svn).
8811 2007-03-26 Naba Kumar <naba@gnome.org>
8813 * (added) plugins/project-wizard/templates/translatable-strings.pl,
8814 Makefile.am: Added the generated translatable file (required for
8815 translations for svn checkouts).
8818 plugins/project-wizard/templates/extract-translatable-strings.pl
8819 plugins/project-wizard/templates/Makefile.am, Makefile.am,
8820 po/POTFILES.in: Generated translatable strings for .wiz files and
8821 added them in POTFILES.in for translation. Fixes bug #398035
8823 2007-03-25 Naba Kumar <naba@gnome.org>
8825 * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8827 * src/anjuta-app.c: Removed dead codes.
8829 * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8830 global tags generation starts.
8832 * plugins/debug-manager/chunk_view.c,
8833 plugins/debug-manager/start.h,
8834 plugins/debug-manager/chunk_view.h,
8835 plugins/debug-manager/utilities.c,
8836 plugins/debug-manager/utilities.h,
8837 plugins/debug-manager/debugger.c,
8838 plugins/debug-manager/threads.c,
8839 plugins/debug-manager/disassemble.c,
8840 plugins/debug-manager/info.c,
8841 plugins/debug-manager/sharedlib.c,
8842 plugins/debug-manager/threads.h,
8843 plugins/debug-manager/disassemble.h,
8844 plugins/debug-manager/signals.c,
8845 plugins/debug-manager/info.h,
8846 plugins/debug-manager/sharedlib.h,
8847 plugins/debug-manager/data_buffer.c,
8848 plugins/debug-manager/data_view.c,
8849 plugins/debug-manager/signals.h,
8850 plugins/debug-manager/debug_tree.c,
8851 plugins/debug-manager/watch.c,
8852 plugins/debug-manager/registers.c,
8853 plugins/debug-manager/data_buffer.h,
8854 plugins/debug-manager/data_view.h,
8855 plugins/debug-manager/memory.c,
8856 plugins/debug-manager/debug_tree.h,
8857 plugins/debug-manager/watch.h,
8858 plugins/debug-manager/registers.h,
8859 plugins/debug-manager/memory.h,
8860 plugins/debug-manager/locals.c,
8861 plugins/debug-manager/sexy-icon-entry.c,
8862 plugins/debug-manager/breakpoints.c,
8863 plugins/debug-manager/locals.h,
8864 plugins/debug-manager/sexy-icon-entry.h,
8865 plugins/debug-manager/stack_trace.c,
8866 plugins/debug-manager/breakpoints.h,
8867 plugins/debug-manager/sparse_buffer.c,
8868 plugins/debug-manager/sparse_view.c,
8869 plugins/debug-manager/stack_trace.h,
8870 plugins/debug-manager/sparse_buffer.h,
8871 plugins/debug-manager/sparse_view.h,
8872 plugins/debug-manager/start.c,
8873 plugins/gdb/utilities.c,
8874 plugins/gdb/utilities.h,
8875 plugins/gdb/debugger.c,
8876 plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8879 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8881 * plugins/gdb/debugger.c:
8882 Avoid empty debugger log window by limiting line to 90 characters
8884 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8886 * plugins/debug-manager/plugin.c,
8887 plugins/debug-manager/plugin.h,
8888 plugins/debug-manager/threads.c,
8889 plugins/debug-manager/threads.h,
8890 plugins/debug-manager/breakpoints.c,
8891 plugins/debug-manager/breakpoints.h,
8892 plugins/debug-manager/stack_trace.c,
8893 plugins/debug-manager/stack_trace.h:
8894 View code action now changes location in disassembly view too
8896 * plugins/debug-manager/anjuta-debug-manager.ui:
8897 Rename breakpoint actions
8899 2007-03-24 Naba Kumar <naba@gnome.org>
8901 * configure.in, src/anjuta-app.c: Use the new docking algorithm
8902 in gdl 0.7.3 (svn trunk).
8903 * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8905 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8907 * plugins/debug-manager/threads.c,
8908 plugins/debug-manager/debug_tree.c,
8909 plugins/debug-manager/debug_tree.h,
8910 plugins/debug-manager/locals.c,
8911 plugins/debug-manager/registers.c,
8912 plugins/debug-manager/stack_trace.c:
8913 Allow to change current thread updating register, stack and locals
8914 Allow to change current stack frame updating locals
8916 * plugins/gdb/debugger.c:
8917 Read argument of selected stack frame
8919 * plugins/debug-manager/data_view.c:
8920 Fix an unrelated bug
8922 2007-03-23 Naba Kumar <naba@gnome.org>
8924 * plugins/document-manager/anjuta-docman.c,
8925 plugins/document-manager/plugin.c: Fixed many memory leaks.
8926 (ianjuta_file_get_uri() returns a new string).
8928 * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8929 widget for save dialogs.
8931 * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8932 svn and fixed to get function/prototype/member args list. Call tips
8935 2007-03-22 Naba Kumar <naba@gnome.org>
8937 * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8938 and calltips would work again for functions from global tags (Needs
8939 regenerating global tags).
8941 * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8942 ctags svn version and reopened bug #395362. Fixes tags parsing that
8943 seemed to have stopped working recently.
8945 2007-03-21 Naba Kumar <naba@gnome.org>
8947 * tagmanager/tm_source_file.c, tagmanager/options.c,
8948 global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8949 extend .. more needs to be investigated and fixed). Enabled some
8952 2007-03-16 Naba Kumar <naba@gnome.org>
8954 * src/anjuta.c: Fixed project loading from command line.
8956 2007-03-16 Naba Kumar <naba@gnome.org>
8958 Patch from James Liggett <jrliggett@cox.net>:
8959 plugins/profiler/gprof-profile-data.c: Fixed a crash.
8961 2007-03-15 Naba Kumar <naba@gnome.org>
8963 * libanjuta/anjuta-profile-manager.c,
8964 libanjuta/anjuta-profile-manager.h: Added method to get current
8967 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8968 signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8971 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8972 plugins/file-loader/plugin.c: Moved to functions as utility functions.
8973 Also, not load project files in session load in loader plugin.
8975 * plugins/project-manager/plugin.c, src/anjuta.c:
8976 Emit "exiting" signal in shell when exiting anjuta. project manager
8977 listens to exiting signal and saves session. anjuta.c saves session
8978 only when current projfile is 'user'. Load project saved in session
8979 differently then the rest of the session. This should fix all the
8980 session restoration bugs.
8982 src/main.c: Present anjuta window when becon message is received.
8984 2007-03-14 Naba Kumar <naba@gnome.org>
8986 * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8987 not randomly save (it was a wrong looping).
8989 2007-03-12 Naba Kumar <naba@gnome.org>
8991 * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8993 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8995 * plugins/debug-manager/anjuta-debug-manager.ui,
8996 libanjuta/interfaces/libanjuta.idl,
8997 plugins/debug-manager/debugger.c,
8998 (added) plugins/debug-manager/threads.c,
8999 (added) plugins/debug-manager/threads.h,
9000 plugins/debug-manager/plugin.c,
9001 plugins/debug-manager/Makefile.am,
9002 plugins/gdb/plugin.c,
9003 plugins/gdb/debugger.c,
9004 plugins/gdb/debugger.h:
9005 Add a window displaying all threads
9006 Add needed functions
9007 Switching to a different thread is still not done
9009 * plugins/debug-manager/debug_tree.c,
9010 plugins/debug-manager/locals.c,
9011 plugins/debug-manager/stack_trace.c:
9012 Small cosmetic changes
9014 * plugins/gdb/gdbmi.c:
9015 Keep all elements in gdbmi hash
9016 Even if using the same key like in -threads-list-ids
9018 2007-03-11 Naba Kumar <naba@gnome.org>
9020 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
9022 * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
9024 * manuals/reference/libanjuta/libanjuta-docs.sgml,
9025 manuals/reference/libanjuta/libanjuta-sections.txt,
9026 manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
9029 2007-03-11 Naba Kumar <naba@gnome.org>
9031 * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
9032 gtk-doc properly. Bumped gtk-doc requirement to 1.4
9034 * manuals/reference/libanjuta/libanjuta-docs.sgml,
9035 manuals/reference/libanjuta/libanjuta.types,
9036 manuals/reference/libanjuta/libanjuta-sections.txt,
9037 manuals/reference/libanjuta/.cvsignore,
9038 (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
9039 infrastructure. Got rid of tmpl/ directory and moved all section
9040 documenation to source code (requires gtk-doc >= 1.4).
9042 * libanjuta/anjuta-plugin-description.c,
9043 libanjuta/interfaces/libanjuta.idl, libanjuta/anjuta-status.c,
9044 libanjuta/cell-renderer-captioned-image.c,
9045 libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
9046 libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
9047 libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
9048 libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
9049 libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
9050 libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
9051 libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
9052 libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
9053 libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
9054 libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
9055 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
9056 libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
9057 documentation from templates to source code.
9059 2007-03-10 Johannes Schmid <jhs@gnome.org>
9061 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
9062 Added some debug output but could not figure out why
9063 some plugins are not kept.
9065 * libanjuta/interfaces/libanjuta.idl:
9066 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9067 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9068 Added IAnjutaEditorGoto::matching_brace
9070 * plugins/document-manager/action-callbacks.c:
9071 (on_editor_command_match_brace_activate):
9072 * plugins/document-manager/plugin.c:
9073 (update_editor_ui_interface_items):
9074 * plugins/editor/text_editor.c: (igoto_matching_brace),
9076 * plugins/sourceview/sourceview.c: (ieditor_iface_init):
9077 Fixed #355155 (matching brace for scintilla, disabled for sourceview)
9079 2007-03-09 Johannes Schmid <jhs@gnome.org>
9081 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9084 * plugins/sourceview/sourceview-private.h:
9085 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9086 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9087 (sourceview_new), (ifile_savable_save_as):
9088 Tweaked vfs monitoring
9090 2007-03-09 Johannes Schmid <jhs@gnome.org>
9092 * libanjuta/interfaces/Makefile.am.iface:
9093 Fixed installtion of header files
9095 * plugins/sourceview/sourceview.c: (set_select):
9096 do not scroll to much in interactive search
9098 2007-03-09 Naba Kumar <naba@gnome.org>
9100 * src/anjuta.c: Fixed session restoration.
9102 * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
9103 signal handlers after symbol browser plugin is deactivated.
9105 * plugins/editor/editor.glade,
9106 plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
9107 Fixed indentation confustion in preferences.
9109 2007-03-08 Johannes Schmid <jhs@gnome.org>
9111 * plugins/search/search-replace.c: (search_set_combo),
9112 (search_set_action), (search_set_target), (search_set_direction),
9113 (create_dialog), (search_disconnect_set_toggle_connect),
9114 (on_search_match_whole_word_toggled),
9115 (on_search_match_whole_line_toggled),
9116 (on_search_match_word_start_toggled),
9117 (search_set_toggle_direction):
9118 Use GCallback instead of GSignalFunc! We need to fix this code anyway,
9119 it's somehow ugly and uses many deprecated widgets
9121 Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
9122 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
9125 2007-03-07 Naba Kumar <naba@gnome.org>
9127 * src/anjuta.c: Make launching projects work from command line. Also
9128 fixes gnome session restart command.
9130 2007-03-07 Johannes Schmid <jhs@gnome.org>
9132 Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9133 * plugins/class-gen/plugin.c: (iwizard_activate):
9136 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9139 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9140 Fixed #377483 (It's not possible to know if directories have
9141 a version in CVS. Show version column only if there are version
9142 informations availible
9144 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9147 2007-03-07 Johannes Schmid <jhs@gnome.org>
9149 * plugins/sourceview/sourceview-prefs.c: (get_bool):
9151 * plugins/symbol-browser/an_symbol_prefs.c:
9152 (on_update_global_clicked):
9155 2007-03-07 Johannes Schmid <jhs@gnome.org>
9157 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9158 (anjuta_save_prompt_new):
9159 * plugins/project-import/project-import.c:
9160 (project_import_finalize):
9161 Fixed Gtk-Criticals (maybe #409408)
9163 2007-03-07 Naba Kumar <naba@gnome.org>
9165 * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9166 when we are at just beginning of string or comment. Fixes bug #397981.
9168 2007-03-07 Johannes Schmid <jhs@gnome.org>
9170 * plugins/language-support-cpp-java/plugin.c:
9171 (initialize_indentation_params):
9172 Removed annoying DEBUG_PRINT
9174 * plugins/sourceview/sourceview-cell.c:
9175 (sourceview_cell_instance_init), (icell_get_character),
9176 (icell_get_length), (icell_get_char), (icell_get_attribute):
9177 Improved code to be faster
9178 Implemented attribute handling so that indentation really works in any case
9180 2007-03-06 Johannes Schmid <jhs@gnome.org>
9183 GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9185 * plugins/document-manager/anjuta-docman.c:
9186 (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9187 Removed old and ugly tab drag&drop code and use built-in gtk stuff
9188 instead (required GTK >= 2.10)
9190 * plugins/sourceview/sourceview-private.h:
9191 * plugins/sourceview/sourceview.c:
9192 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9193 (sourceview_finalize), (sourceview_new), (imark_mark),
9194 (imark_unmark), (imark_is_marker_set),
9195 (imark_location_from_handle), (imark_delete_all_markers):
9196 Fixed marker handling and worked a bit more on vfs monitoring
9198 2007-03-05 Johannes Schmid <jhs@gnome.org>
9200 * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9201 Added method to select specific iter
9203 * plugins/sourceview/sourceview-private.h:
9204 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9205 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9206 (sourceview_add_monitor), (on_document_saved),
9207 (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9208 Fixed vfs monitoring (mostly ported code from text_editor.c)
9210 * plugins/symbol-browser/an_symbol_view.c:
9211 * plugins/symbol-browser/an_symbol_view.h:
9212 * plugins/symbol-browser/plugin.c: (iter_matches),
9213 (on_editor_update_ui), (value_added_current_editor):
9214 Select the current tag in locals window and symbol toolbar. If there
9215 is no tag at the current line, reserve backward for the next tag. This will
9216 select the correct tag if inside a function.
9218 2007-03-05 Naba Kumar <naba@gnome.org>
9220 * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9221 * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9223 * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9226 2007-03-04 Johannes Schmid <jhs@gnome.org>
9230 Fixed distcheck (well, partly)
9232 2007-03-04 Johannes Schmid <jhs@gnome.org>
9234 * plugins/document-manager/anjuta-document-manager.ui:
9235 Move "Swap .c/.h from Main to Browser toolbar
9237 Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9238 * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9239 (fv_prefs_free), (fv_add_tree_entry):
9240 * plugins/file-manager/anjuta-file-manager-plugin.glade:
9241 * plugins/file-manager/plugin.c: (prefs_init):
9243 Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9245 2007-03-04 Naba Kumar <naba@gnome.org>
9247 * data/default.proflie, data/Makefile.am, src/anjuta.c,
9248 plugins/project-manager/plugin.c:
9249 Restored default profile and renamed it from "default.anjuta" to
9252 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9254 * plugins/debug-manager/debugger.c,
9255 plugins/debug-manager/plugin.c,
9256 plugins/gdb/debugger.c,
9257 libanjuta/interfaces/libanjuta.idl,
9258 plugins/debug-manager/stack_trace.c:
9259 Add a dialog box when a signal is received (except SIGINT)
9260 Display stack frame even if arguments are not available
9262 2007-03-03 Naba Kumar <naba@gnome.org>
9264 * TODO.tasks: Icons bounty added.
9266 * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9269 * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9272 * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9273 plugins/Makefile.am, (removed) plugins/profile-default/*,
9274 plugins/project-manager/anjuta-project-manager.plugin.in,
9275 plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9276 profile implementation to load user profile and projects. Store and
9277 restore remembered plugins. Use profile scoping and descoping for
9278 saving and loading sesstions.
9280 * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9281 libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9282 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9285 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9287 * plugins/debug-manager/debug_tree.c
9288 plugins/debug-manager/debug_tree.h:
9289 Bug fix, deleting wrong variable
9291 * plugins/gdb/debugger.c:
9292 Bug fix, remove forgotten debugging code
9294 2007-03-02 Johannes Schmid <jhs@gnome.org>
9296 * plugins/document-manager/anjuta-document-manager.ui:
9297 * plugins/search/anjuta-search.ui:
9298 * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9299 Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9302 * src/anjuta-app.c: (on_toolbar_view_toggled),
9303 (on_add_merge_widget), (on_session_save), (on_widget_remove):
9304 Save toolbar positions, don't use fixed toolbar style
9306 All in all this will allow more complex toolbar configurations and
9307 might gain some space on smaller displays because the user can disable
9308 toolbar parts he does not use. Also allows to use any toolbar style
9309 without looking too ugly.
9311 2007-03-01 Naba Kumasr <naba@gnome.org>
9313 * TODO.tasks: Added a bounty for creating icons.
9315 * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9316 libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9317 profile-changed signal. Do not sync non-user-activatable plugins.
9319 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9321 * plugins/debug-manager/disassemble.c,
9322 plugins/debug-manager/sparse_view.c,
9323 plugins/gdb/debugger.c,
9324 libanjuta/interfaces/libanjuta.idl:
9325 Display function name in disassembly view
9327 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9329 * (added) plugins/debug-manager/bookmark.png,
9330 (added) plugins/debug-manager/breakpoint-disabled.png,
9331 (added) plugins/debug-manager/breakpoint-enabled.png,
9332 (added) plugins/debug-manager/program-counter.png,
9333 (added) plugins/debug-manager/linemarker.png,
9334 plugins/debug-manager/Makefile.am,
9335 plugins/debug-manager/disassemble.c,
9336 plugins/debug-manager/disassemble.h,
9337 plugins/debug-manager/sparse_buffer.c,
9338 plugins/debug-manager/sparse_buffer.h,
9339 plugins/debug-manager/sparse_view.c,
9340 plugins/debug-manager/sparse_view.h,
9341 plugins/debug-manager/plugin.c,
9342 plugins/debug-manager/breakpoints.c,
9343 libanjuta/interfaces/libanjuta.idl:
9344 Add markers in the disassembly view
9345 Display program counter and breakpoints in disassembly view
9347 * plugins/gdb/debugger.c:
9348 Fix a bug added with my previous patch, setting and clearing
9349 breakpoints was not working
9351 2007-02-28 Johannes Schmid <jhs@gnome.org>
9353 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9354 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9355 * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9356 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9357 * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9358 * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9359 * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9360 * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9361 * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9362 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9363 Updated (why do they need to be under version control?)
9365 * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9366 (create_tab_popup_menu), (on_msgman_popup_menu),
9367 (on_tab_button_press_event), (anjuta_msgman_page_new),
9368 (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9369 Added "Close all message tabs" popup menu
9371 2007-02-26 Naba Kumar <naba@gnome.org>
9373 * plugins/profiler/gprof-flat-profile-entry.c,
9374 plugins/profiler/gprof-flat-profile.c,
9375 plugins/profiler/gprof-flat-profile-entry.h,
9376 plugins/profiler/gprof-flat-profile.h,
9377 plugins/profiler/gprof-flat-profile-view.c,
9378 plugins/profiler/gprof-flat-profile-view.h,
9379 plugins/profiler/gprof-call-graph-block-entry.c,
9380 plugins/profiler/gprof-call-graph-block.c,
9381 plugins/profiler/gprof-function-call-chart-view.c,
9382 plugins/profiler/gprof-call-graph-block-entry.h,
9383 plugins/profiler/gprof-profile-data.c,
9384 plugins/profiler/gprof-call-graph-block.h,
9385 plugins/profiler/gprof-view.c,
9386 plugins/profiler/gprof-call-graph.c,
9387 plugins/profiler/gprof-function-call-chart-view.h,
9388 plugins/profiler/gprof-profile-data.h,
9389 plugins/profiler/gprof-call-graph.h,
9390 plugins/profiler/gprof-view.h,
9391 plugins/profiler/gprof-view-manager.c,
9392 plugins/profiler/gprof-call-graph-view.c,
9393 plugins/profiler/plugin.c,
9394 plugins/profiler/gprof-view-manager.h,
9395 plugins/profiler/gprof-call-graph-view.h,
9396 plugins/profiler/gprof-function-call-tree-view.c,
9397 plugins/profiler/gprof-function-call-tree-view.h,
9398 plugins/profiler/Makefile.am: Fix compiler warnings and link with
9399 gnome-vfs. Fixes bug #411377.
9401 2007-02-26 Naba Kumar <naba@gnome.org>
9403 * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9405 Patch from James Liggett <jrliggett@cox.net>:
9406 * plugins/profiler/gprof-flat-profile-view.c,
9407 plugins/profiler/gprof-flat-profile-view.h,
9408 plugins/profiler/gprof-function-call-chart-view.c,
9409 plugins/profiler/gprof-function-call-chart-view.h,
9410 plugins/profiler/gprof-view.c,
9411 plugins/profiler/gprof-view.h,
9412 plugins/profiler/gprof-call-graph-view.c,
9413 plugins/profiler/plugin.c,
9414 plugins/profiler/gprof-call-graph-view.h,
9415 plugins/profiler/gprof-function-call-tree-view.c,
9416 plugins/profiler/gprof-function-call-tree-view.h: Implements
9417 double click navigation. Fixes bug #403514.
9419 2007-02-25 Naba Kumar <naba@gnome.org>
9421 * libanjuta/anjuta-plugin-manager.c,
9422 libanjuta/anjuta-plugin-handle.[ch],
9423 plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9424 g_hash_table_remove_all (introduced in glib 2.12) to stay the
9425 dependency on glib 2.8. Fixes bug #411623.
9427 2007-02-24 Naba kumar <naba@gnome.org>
9429 * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9431 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9432 libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9433 libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9434 (added) libanjuta/anjuta-profile-manager.c,
9435 (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9437 Implemented profile pushing and popping. Implemented profile xml
9438 synchronization. Implemented error handling in profiles. Implemented
9439 activation and deactivation signals in plugin manager.
9441 * libanjuta/Makefile.am: Added libanjuta log domain.
9443 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9444 src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9445 in AnjutaShell interface and implemented it in AnjutaApp.
9447 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9449 2007-02-23 Naba kumar <naba@gnome.org>
9451 src/main.c: Fixed missing end quote.
9453 2007-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
9455 * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9458 2007-02-20 Naba Kumar <naba@gnome.org>
9460 * plugins/subversion/plugin.c: Added "..." menuitems.
9461 * ROADMAP, README: Updated.
9462 * libanjuta/anjuta-profile.c: Fixed bugs.
9464 * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9465 plugins/gtodo/Makefile.am: Removed dead code.
9467 Patch from Antoine Cailliau <a.cailliau@ac-graphic.net>:
9468 * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9469 plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9470 plugins/gtodo/list_tooltip.c,
9471 plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9472 libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9473 not contain markups. Fixes Bug #360462.
9475 2007-02-16 Naba Kumar <naba@gnome.org>
9477 * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9478 unnecessary sub-sections.
9480 2007-02-15 Naba Kumar <naba@gnome.org>
9482 * (removed) plugins/document-manager/bookmark-prev-16.png,
9483 plugins/document-manager/bookmark-last.png,
9484 (removed)plugins/document-manager/bookmark-first-16.png,
9485 plugins/document-manager/bookmark-prev.png,
9486 (added) plugins/document-manager/bookmark-toggle.png,
9487 (removed)plugins/document-manager/bookmark_toggle.xpm,
9488 (removed)plugins/document-manager/bookmark-last-16.png,
9489 plugins/document-manager/plugin.c,
9490 plugins/document-manager/anjuta-document-manager.ui,
9491 (removed)plugins/document-manager/bookmark-next-16.png,
9492 plugins/document-manager/bookmark-next.png,
9493 plugins/document-manager/Makefile.am,
9494 (added) plugins/document-manager/bookmark-clear.png,
9495 plugins/document-manager/bookmark-first.png: Upgraded bookmark
9496 icons (stolen from monodevelop). Added clear bookmarks toolbar
9499 * plugins/document-manager/plugin.c,
9500 (added) plugins/document-manager/swap.png,
9501 (removed) plugins/document-manager/undock.png,
9502 plugins/document-manager/Makefile.am: Fixed swap icon.
9504 2007-02-13 Naba Kumar <naba@gnome.org>
9506 * plugins/class-gen/element-editor.c: Fixed typo.
9508 * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9509 libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9510 Implementing plugin profiles loading.
9512 2007-02-13 Naba Kumar <naba@gnome.org>
9514 * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9515 * pixmaps/Makefile.am, pixmaps/appwiz*.png,
9516 pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9517 pixmaps/open_project.png, pixmaps/close_project.png:
9518 Removed more old icons.
9519 * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9520 pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9523 2007-02-13 Naba Kumar <naba@gnome.org>
9525 * plugins/class-gen/element-editor.c: Included missing headers to
9526 prevent build failures in some cases.
9528 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9530 * plugins/debug-manager/stack_trace.c:
9533 * plugins/debug-manager/watch.c,
9534 plugins/debug-manager/breakpoints.c:
9535 Same bug than above, wrong use of gtk_ui_manager_get_widget
9537 === anjuta 2.1.1 ===
9539 2007-02-11 Naba Kumar <naba@gnome.org>
9541 * cofigure.in: Bumped version to 2.1.1
9542 * NEWS: Updated for 2.1.1 release.
9544 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9546 * plugins/debug-manager/plugin.c,
9547 plugins/debug-manager/sparse_view.c,
9548 plugins/debug-manager/sparse_view.h:
9551 * plugins/gdb/debugger.c,
9552 plugins/debug-manager/debugger.c,
9553 plugins/debug-manager/memory.c,
9554 plugins/debug-manager/sparse_buffer.c
9555 plugins/gdb/debugger.h,
9556 libanjuta/interfaces/libanjuta.idl:
9557 Clean up, remove some warnings
9558 Use guint everywhere for addresses
9559 Rewrite code parsing position in debugger
9561 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9563 * plugins/debug-manager/debug_tree.c:
9564 Use GtkTreeRowReference instead of GtkTreeIter as callback data
9567 2007-02-08 Naba Kumar <naba@gnome.org>
9569 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9570 Delay showing the 'file modified on disk' dialog for one sec
9571 from the last notification to insure multiple notifications for
9572 the same file are treated as one. Do not same multiple dialogs
9573 for the same file. Make sure to destory the dialog if later
9574 the conent is no longer different.
9576 2007-02-08 Naba Kumar <naba@gnome.org>
9578 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9579 Prevented spurious 'file modified' dialogs in scintilla editor
9580 when the file is saved.
9582 2007-02-09 Johannes Schmid <jhs@gnome.org>
9584 * scripts/glade2schema.pl:
9585 Added script to convert glade preferences into gconf schema files.
9588 2007-02-08 Naba Kumar <naba@gnome.org>
9590 * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9591 itself is destroyed. Fixes bug #355160.
9593 2007-02-08 Johannes Schmid <jhs@gnome.org>
9595 * plugins/profiler/profiler.plugin:
9596 removed from version control (only .in file needed)
9598 * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9599 * plugins/sourceview/sourceview.c: (sourceview_new):
9602 * plugins/subversion/svn-thread.c: (svn_thread_start):
9603 * src/main.c: (main):
9605 Fixed #395875 about initialisation of threads too late
9607 2007-02-07 Armin Burgmeier <armin@arbur.net>
9609 Reviewed by Naba Kumar <naba@gnome.org>:
9610 * plugins/class-gen/plugin.c:
9611 * plugins/class-gen/window.c: Removed browse button related code, load
9612 generated output directly into new buffers when not adding to project.
9614 * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9615 buttons from user interface.
9617 2007-02-07 Naba Kumar <naba@gnome.org>
9619 * po/POTFILES.in: Fixed distcheck.
9621 2007-02-07 Daniel Nylander <po@danielnylander.se>
9623 * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9625 2007-02-07 Johannes Schmid <jhs@gnome.org>
9627 * anjuta.desktop.in.in:
9630 2007-02-07 Johannes Schmid <jhs@gnome.org>
9633 * manuals/anjuta-manual/*
9634 * manuals/anjuta-faqs/*:
9635 #398991 – Anjuta manuals does not use the gnome-doc-utils format
9637 * plugins/document-manager/anjuta-document-manager.plugin.in:
9638 Removed duplicate application-xml mime-type (review patches properly ;-)
9640 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9642 * plugins/gdb/debugger.c,
9643 libanjuta/interfaces/libanjuta.idl:
9645 Fix handling of missing source file
9647 2007-02-06 Naba Kumar <naba@gnome.org>
9649 Patch from James Liggett <jrliggett@cox.net>:
9650 * plugins/profiler/gprof-flat-profile.c,
9651 plugins/profiler/gprof-profile-data.c,
9652 plugins/profiler/gprof-call-graph.c,
9653 plugins/profiler/gprof-profile-data.h,
9654 plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9655 Show profiler view when target selected bug #403515.
9657 2007-02-05 Naba Kumar <naba@gnome.org>
9659 * configure.in: Enabled devhelp plugin by default now that
9662 Patch from parmigio@2ainfo.it:
9663 * plugins/document-manager/anjuta-document-manager.plugin.in:
9664 Added xml file type in supported mime types list.
9666 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9668 * plugins/debug-manager/debugger.c,
9669 plugins/debug-manager/plugin.c:
9670 Add a field in status bar displaying debugger state
9671 Change cursor shape when debugger is busy
9674 * plugins/debug-manager/watch.c,
9675 plugins/debug-manager/locals.c,
9676 libanjuta/interfaces/libanjuta.idl:
9677 Clean up, remove debugging messages and unused signals
9679 2007-02-03 Johannes Schmid <jhs@gnome.org>
9682 Fixed AC_INIT and seperated version to major, minor, micro
9685 Load Subversion instead of CVS
9687 * anjuta.desktop.in.in:
9688 Fixed bug-buddy component
9690 Original patch from Rob Bradfort <robster@debian.org>:
9691 * src/main.c: (get_command_line_args), (main):
9692 Bug #335981 – Migration from popt to GOption
9694 2007-02-03 Naba Kumar <naba@gnome.org>
9696 * configure.in: Depend on devhelp 0.13 and fixed gecko home
9697 path variable. Fixed bug #341170.
9698 * plugins/profiler/Makefile.am: Fixed indentation.
9700 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9702 * libanjuta/interfaces/libanjuta.idl,
9703 plugins/sourceview/sourceview.c,
9704 plugins/editor/text-editor.c,
9705 plugins/symbol-browser/plugin.c,
9706 plugins/search/search-replace.c,
9707 plugins/document-manager/goto_line.c,
9708 plugins/document-manager/action-callbacks.c,
9709 plugins/document-manager/anjuta-docman.c:
9710 Rename markers of anjuta interface
9711 IANJUTA_MARKABLE_NONE has been removed
9712 IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9713 IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9714 IANJUTA_MARKABLE_ATTENTIVE renamed in
9715 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9716 IANJUTA_MARKABLE_INTENSE renamed in
9717 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9718 IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9720 * (removed) plugins/sourceview/marker-light.png,
9721 (removed) plugins/sourceview/marker-basic.png,
9722 (removed) plugins/sourceview/marker-attentive.png,
9723 (removed) plugins/sourceview/marker-intense.png,
9724 plugins/sourceview/bookmark.png,
9725 (added) plugins/sourceview/breakpoint-disabled.png,
9726 (added) plugins/sourceview/breakpoint-enabled.png,
9727 (added) plugins/sourceview/program-counter.png,
9728 (added) plugins/sourceview/linemarker.png,
9729 plugins/sourceview/Makefile.am,
9730 (added) plugins/editor/bookmark.xpm,
9731 (added) plugins/editor/breakpoint-disabled.xpm,
9732 (added) plugins/editor/breakpoint-enabled.xpm,
9733 (added) plugins/editor/program-counter.xpm,
9734 (added) plugins/editor/linemarker.xpm,
9735 plugins/editor/Makefile.am:
9736 Add or change marker pixmaps in scintilla and sourceview editor
9738 * plugins/document-manager/plugin.c,
9739 libanjuta/interfaces/libanjuta.idl,
9740 plugins/debug-manager/plugin.c,
9741 plugins/debug-manager/breakpoints.c
9742 plugins/gdb/debugger.c:
9743 Fix bug #376404, program counter marker is not displayed when debugger
9744 Return the selected editor or NULL (if file does not exist) with
9745 ianjuta_document_manager_goto_file_line* functions
9746 Emit a change-location signal even if the program counter is in an
9749 2007-02-02 Naba Kumar <naba@gnome.org>
9751 * TODO.tasks: Marked bounty bug #359478 completed. And checked
9752 older bounties 'Done'.
9754 2007-02-02 Naba Kumar <naba@gnome.org>
9756 * TODO.tasks: Fixed typop.
9758 Patch from James Liggett <jrliggett@cox.net>:
9759 * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9760 plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9761 profiler plugin by James Liggett. Completes bounty bug #359478
9762 'Gprof performance profiler plugin'
9764 2007-02-01 Naba Kumar <naba@gnome.org>
9766 * src/main.c: Renamed option name.
9768 * TODO.tasks: Marked "Test and fix all project wizards templates"
9771 2007-01-29 Johannes Schmid <jhs@gnome.org>
9773 * plugins/document-manager/plugin.c: (on_editor_changed):
9774 Added DEBUG_PRINT(...)
9775 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9777 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9778 Fix language support plugin for sourceview editor (add some new
9781 * plugins/sourceview/sourceview.c: (iindic_clear):
9782 Clear all indicators
9784 2007-01-29 Johannes Schmid <jhs@gnome.org>
9787 Minor task currentions
9789 * libanjuta/interfaces/libanjuta.idl:
9790 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9791 (itext_editor_iface_init):
9792 * plugins/language-support-cpp-java/plugin.c: (install_support):
9793 * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9794 (ieditor_get_attributes), (ieditor_iface_init):
9795 Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9798 * plugins/sourceview/sourceview.glade:
9799 Fixed sourceview preference window
9801 2007-01-28 Naba Kumar <naba@gnome.org>
9803 * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9804 Implemented --no-files and --no-session command line options and
9805 corresponding preferernces checkboxes in General tab.
9807 2007-01-28 Johannes Schmid <jhs@gnome.org>
9809 * plugins/subversion/plugin.c:
9810 * plugins/subversion/plugin.h:
9811 * plugins/subversion/svn-notify.c: (svn_show_info),
9812 (show_svn_error), (on_svn_notify):
9813 * plugins/subversion/svn-notify.h:
9814 * plugins/subversion/svn-thread.c: (create_message_view),
9816 Fixed error handling and fixed #394216 – No indication of subversion commands running
9818 * plugins/tools/execute.c: (atp_output_context_print):
9819 Show name of tool in message pane
9821 2007-01-28 Naba Kumar <naba@gnome.org>
9823 * configure.in, plugins/glade/plugin.c: Make it work with
9824 glade svn. Based on patch from Vincent Geddes. Fixes bug #400833.
9826 * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9827 from devhelp (won't work untill devhelp is fixed: bug #341170).
9829 * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9831 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9833 Reviewed by Naba Kumar <naba@gnome.org>:
9834 * libanjuta/interfaces/libanjuta.idl,
9835 plugins/debug-manager/debugger.c,
9836 plugins/debug-manager/start.c,
9837 plugins/gdb/plugin.c,
9838 plugins/gdb/debugger.c,
9839 plugins/gdb/debugger.h:
9840 Fix a bug when launching gdb
9841 Set the terminal for the debugged program on the command line.
9843 2007-01-26 Johannes Schmid <jhs@gnome.org>
9845 * plugins/sourceview/anjuta-document-saver.c:
9846 (anjuta_document_saver_save):
9847 * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9848 * plugins/sourceview/sourceview.c: (save_if_modified),
9849 (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9850 Proper error handling, for example if a file was modified externally. Use backup files
9851 to avoid data-loss on disk full.
9853 2007-01-24 Naba Kumar <naba@gnome.org>
9855 * plugins/devhelp/htmlview.c: Fixed crash during project load.
9856 Fixed mem leak and source leak.
9858 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9860 Reviewed by Naba Kumar <naba@gnome.org>:
9861 * plugins/debug-manager/debug_tree.c,
9862 plugins/debug-manager/debug_tree.h,
9863 plugins/debug-manager/watch.c:
9864 Partial rewrite of the variable object code, find and fix a few bugs
9865 Fix bug #395808: gdb can still crash but children are listed
9866 on request only so you can avoid the crash
9868 2007-01-24 Naba Kumar <naba@gnome.org>
9870 * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9871 (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9872 plugins/symbol-browser/plugin.h,
9873 plugins/symbol-browser/plugin.c,
9874 plugins/symbol-browser/Makefile.am: Added current file (local)
9875 symbols view (Seriously getting bored with the browse toolbar).
9877 2007-01-22 Naba Kumar <naba@gnome.org>
9879 Patch from Gabor Kelemen:
9880 * po/POTFILES.in: Added .plugin.in files.
9882 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9884 Reviewed by Naba Kumar <naba@gnome.org>:
9885 * plugins/document-manager/anjuta-docman.c,
9886 plugins/message-view/anjuta-msgman.c
9887 Set right alignment to the label widget in the tab title.
9889 2007-01-21 Naba Kumar <naba@gnome.org>
9891 * libegg/egg-combo-action.c: Fixed mode line.
9892 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9893 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9895 2007-01-21 Armin Burgmeier <armin@arbur.net>
9897 Reviewed by Naba Kumar <naba@gnome.org>:
9898 * plugins/class-gen/plugin.c: Prompt for target before actually
9899 generating the class files. This ensures that the files are created in
9900 the correct directory. Fixes bug #397406.
9902 * plugins/class-gen/window.c: Set browse buttons to insensitive when
9903 the class is added to the project.
9905 2007-01-21 Naba Kumar <naba@gnome.org>
9907 * libanjuta/anjuta-plugin-description.c,
9908 libanjuta/anjuta-ui.h,
9909 libanjuta/anjuta-status.c,
9910 libanjuta/anjuta-plugin-description.h,
9911 libanjuta/cell-renderer-captioned-image.c,
9912 libanjuta/anjuta-plugin-handle.c,
9913 libanjuta/anjuta-status.h,
9914 libanjuta/resources.c,
9915 libanjuta/cell-renderer-captioned-image.h,
9916 libanjuta/glue-cpp.c,
9917 libanjuta/anjuta-plugin-handle.h,
9918 libanjuta/anjuta-plugin.c,
9919 libanjuta/anjuta-preferences-dialog.c,
9920 libanjuta/libanjuta.h,
9921 libanjuta/resources.h,
9922 libanjuta/glue-cpp.h,
9923 libanjuta/anjuta-plugin.h,
9924 libanjuta/anjuta-preferences-dialog.h,
9925 libanjuta/anjuta-plugin-manager.c,
9926 libanjuta/anjuta-shell.c,
9927 libanjuta/anjuta-plugin-manager.h,
9928 libanjuta/anjuta-shell.h,
9929 libanjuta/anjuta-save-prompt.c,
9930 libanjuta/anjuta-save-prompt.h,
9931 libanjuta/anjuta-children.c,
9932 libanjuta/anjuta-utils.c,
9933 libanjuta/anjuta-profile.c,
9934 libanjuta/anjuta-preferences.c,
9935 libanjuta/anjuta-launcher.c,
9936 libanjuta/anjuta-utils.h,
9937 libanjuta/anjuta-profile.h,
9938 libanjuta/anjuta-launcher.h,
9939 libanjuta/anjuta-ui.c: Updated file headers.
9941 * po/POTFILES.in: Updated.
9943 * libanjuta/anjuta-marshal.list,
9944 (added) libanjuta/anjuta-plugin-handle.c,
9945 (added) libanjuta/anjuta-plugin-handle.h,
9946 (added) libanjuta/anjuta-plugin-manager.c,
9947 (added) libanjuta/anjuta-plugin-manager.h,
9948 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9949 (added) libanjuta/anjuta-profile.c,
9950 (added) libanjuta/anjuta-profile.h,
9951 (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9952 libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9953 src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9954 src/action-callbacks.c: Implemented AnjutaPluginManager
9955 class based on old plugins.[ch]. Implemented AnjutaProfile as
9956 prelimanary profiles implementation. Implemented AnjutaPluginHandle
9957 class to represent plugins (not to be confused with plugin objects).
9958 Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9959 implemented it in AnjutaApp and AnjutaTestShell.
9960 De-globalized plugin management and several clean ups.
9962 * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9963 plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9964 plugins/search/search-replace.c, plugins/terminal/terminal.c,
9965 plugins/project-import/project-import.c,
9966 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9967 plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9968 Fixed plugins for the change in API.
9970 * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9973 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9975 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9977 Reviewed by Naba Kumar <naba@gnome.org>:
9978 * libanjuta/anjuta-launcher.c,
9979 libanjuta/anjuta-launcher.h:
9980 Add a new function anjuta_set_terminate_on_exit to close the i/o
9981 channel when the child exit
9982 Return directly the status and not the exit code in child-exited
9985 * plugins/gdb/debugger.c:
9986 Use new function in debugger plugin
9988 2007-01-18 Johannes Schmid <jhs@gnome.org>
9990 * src/about.c: Do not show empty license information instead hide the button (#397883)
9992 2007-01-15 Johannes Schmid <jhs@gnome.org>
9994 * plugins/project-manager/plugin.c:
9995 * plugins/project-wizard/templates/python.wiz
9996 * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9998 Fixed #335235 python programs are not executeable/ do not start when pressing F3
9999 You will also need latest gnome-build svn
10001 === anjuta 2.1.0 ===
10003 2007-01-14 Naba Kumar <naba@gnome.org>
10005 * configure.in: Removed reference of mkfile project
10006 template to fix distcheck build error.
10007 * AUTHORS: Updated.
10009 * configure.in: Bumped version to 2.1.0 for beta release.
10010 * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
10011 crashes as soon as editing starts in normal text files.
10013 2007-01-14 Johannes Schmid <jhs@gnome.org>
10017 Applied http://live.gnome.org/GnomeGoals/PoLinguas
10020 Patch from Massimo Cora' to hopefully fix #395362
10022 * plugins/project-wizard/templates/*:
10024 Fixed and tested all project-wizards. Deactivated mkfile project because
10025 it was totally broken and I don't see any real use for it.
10026 Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
10028 2007-01-14 Naba Kumar <naba@gnome.org>
10030 * NEWS: Updated for release.
10032 * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
10034 * libanjuta/interfaces/libanjuta.idl,
10035 plugins/editor/text_editor_cbs.c,
10036 plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
10037 interface and implemented it for scintilla.
10039 * plugins/editor/text-editor.c: Fixed highlighing issues when
10040 used with indicators (particularly when the file is just opened).
10041 Fixes bug #377477 – when debugging, scintilla editor grays out all
10042 lines before current line.
10044 * plugins/build-basic-autotools/build-basic-autotools.[ch]:
10045 Maintain a separate list of indicated edtitors for separate contexts.
10046 Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
10048 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
10050 Reviewed by Naba Kumar <naba@gnome.org>:
10051 * plugins/debug-manager/plugin.c:
10052 Bug fix: breakpoints cannot be added after stopping the debugger
10054 2007-01-13 Naba Kumar <naba@gnome.org>
10056 * NEWS: Updated for release.
10058 2007-01-12 Johannes Schmid <jhs@gnome.org>
10060 * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
10061 * plugins/project-wizard/cpp/src/Makefile.am.tpl:
10062 * plugins/project-wizard/gcj/src/Makefile.am.tpl:
10063 * plugins/project-wizard/gnome/src/Makefile.am.tpl:
10064 * plugins/project-wizard/gtk/src/Makefile.am.tpl:
10065 * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
10066 * plugins/project-wizard/terminal/src/Makefile.am.tpl:
10067 * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
10068 * plugins/project-wizard/xlib/src/Makefile.am.tpl:
10069 * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
10071 Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
10072 [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
10074 * plugins/sourceview/sourceview.c:
10075 Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
10076 on character positions.
10078 2007-01-12 Naba Kumar <naba@gnome.org>
10080 * src/anjuta-app.c,
10081 plugins/project-manager/plugin.c,
10082 plugins/profile-default/plugin.c,
10083 libanjuta/anjuta-status.c,
10084 libanjuta/anjuta-status.h: Introduced an API for application title
10085 in AnjutaStatus. Set application title to project name.
10087 2007-01-11 Massimo Cora' <maxcvs@email.i>
10089 Reviewed by Naba Kumar <naba@gnome.org>:
10090 * tagmanager/Makefile.am,
10091 plugins/symbol-browser/Makefile.am: removed installation for
10094 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
10096 Reviewed by Naba Kumar <naba@gnome.org>:
10097 * plugins/debug-manager/start.h,
10098 plugins/debug-manager/start.c,
10099 plugins/debug-manager/anjuta-debug-manager.ui,
10100 plugins/debug-manager/plugin.c:
10101 Partial fix for bug #392537
10103 * plugins/debug-manager/disassemble.c:
10106 2007-01-11 Naba Kumar <naba@gnome.org>
10108 * src/anjuta.c: Load project seperately from session,
10109 so that project session is also loaded.
10111 * plugins/profile-default/plugin.c: Load project in new
10112 anjuta if there already is one loaded currently (disabled
10115 * plugins/editor/aneditor.cxx: Disconnect focus in/out
10116 signals when editor is destroyed. Fixes a crash bug.
10118 * plugins/editor/text_editor.c: Do not mark line in
10119 ianjuta_editor_goto_line() implementation.
10121 * plugins/search/search-replace.c: Always check for markable
10122 interface availablility because its optional for an editor.
10124 * plugins/document-manager/goto_line.c,
10125 plugins/document-manager/action-callbacks.c: Mark lines for
10126 goto line commands (from dialog and from menu entry box).
10128 * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10129 plugins/file-manager/an_file_view.c: Expand file manager
10130 nodes in idle loop, one at a time. Did as a possible work
10131 around for bug #361763, but it didn't make any difference.
10132 However, it could still be useful in situations where there
10133 are lots to expand.
10135 * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10137 2007-01-11 Naba Kumar <naba@gnome.org>
10139 * plugins/editor/scintilla/LineMarker.h,
10140 plugins/editor/scintilla/LexBasic.cxx,
10141 plugins/editor/scintilla/LexHTML.cxx,
10142 plugins/editor/scintilla/include/SciLexer.h,
10143 plugins/editor/scintilla/include/Scintilla.h,
10144 plugins/editor/scintilla/include/Scintilla.iface,
10145 plugins/editor/scintilla/include/ScintillaWidget.h,
10146 plugins/editor/scintilla/LexBash.cxx,
10147 plugins/editor/scintilla/PlatGTK.cxx,
10148 plugins/editor/scintilla/ViewStyle.h,
10149 plugins/editor/scintilla/Editor.cxx,
10150 plugins/editor/scintilla/StyleContext.h,
10151 plugins/editor/scintilla/LexCPP.cxx,
10152 plugins/editor/scintilla/Converter.h,
10153 plugins/editor/scintilla/LexAU3.cxx,
10154 plugins/editor/scintilla/Editor.h,
10155 plugins/editor/scintilla/LexPerl.cxx,
10156 plugins/editor/scintilla/LexVB.cxx,
10157 plugins/editor/scintilla/ScintillaGTK.cxx,
10158 plugins/editor/scintilla/ViewStyle.cxx,
10159 plugins/editor/scintilla/PropSet.cxx,
10160 plugins/editor/scintilla/LexSQL.cxx,
10161 plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10164 2007-01-11 Armin Burgmeier <armin@arbur.net>
10166 Reviewed by Naba Kumar <naba@gnome.org>:
10167 * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10168 selected for editing. This fixes bug #394218.
10170 * plugins/class-gen/plugin.c: Do not use project's root URI as project
10171 name if said URI is not known.
10173 * plugins/class-gen/window.c: When stripping function prefix away,
10174 include the trailing underscore because it is already set by the
10177 * plugins/class-gen/transform.c: Include "const char*" and "const
10178 gchar*" in the list for transforming a default C type to a GType.
10179 Don't access invalid memory when writing pointer_str in
10180 cg_transform_first_argument.
10182 2007-01-11 Naba Kumar <naba@gnome.org>
10184 * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10185 pixmaps/anjuta.svg, pixmaps/Makefile.am,
10186 (renamed) pixmaps/anjuta_icon.png, src/main.c,
10187 libegg/test-actions.c, anjuta.desktop.in.in,
10188 anjuta.prj: Renamed application icon to 'anjuta.png' from
10189 'anjuta_icon.png'. Added more fields in desktop file.
10191 * mime/anjuta.xml: Added magic section.
10193 * (removed) mime/anjuta.applications,
10194 (removed) mime/anjuta.mime, mime/Makefile.am,
10195 (removed) mime/anjuta.keys,
10196 mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10197 registeration and added scalable icon. Also fixes bug #393680
10199 2007-01-09 Curtis Magyar <curtm4n@gmail.com>
10201 Reviewed by Naba Kumar <naba@gnome.org>:
10202 * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10203 and anjuta_status_progress_add_ticks() to check for progressbar
10204 being realized before trying to update it.
10206 2007-01-10 Naba Kumar <naba@gnome.org>
10208 * tagmanager/tm_workspace.c,
10210 plugins/debug-manager/Makefile.am,
10211 plugins/tools/scripts/Makefile.am,
10212 plugins/class-gen/plugin.c,
10213 plugins/class-gen/Makefile.am,
10214 global-tags/Makefile.am: Fixed make distcheck.
10216 * plugins/debug-manager/attach_process.c,
10217 plugins/debug-manager/attach_process.h,
10218 plugins/class-gen/action-callbacks.h,
10219 plugins/class-gen/action-callbacks.c,
10220 plugins/class-gen/class_gen.h,
10221 plugins/class-gen/class_gen.c: Deleted unused/old files.
10223 * (removed) scintilla, (added) plugins/editor/scintilla,
10224 plugins/editor/scintilla/lexers.make,
10225 plugins/editor/scintilla/Makefile.am,
10226 plugins/editor/Makefile.am
10227 configure.in, manuals/reference/libanjuta/Makefile.am
10228 Makefile.am: Moved scintilla to its right place.
10230 2007-01-09 Naba Kumar <naba@gnome.org>
10232 * plugins/profile-default/plugin.c: Save project session before
10233 a new one is opened.
10235 * plugins/project-manager/plugin.c,
10236 plugins/project-manager/plugin.h,
10237 plugins/project-manager/anjuta-project-manager.ui,
10238 plugins/profile-default/plugin.c,
10239 plugins/profile-default/plugin.h,
10240 plugins/profile-default/Makefile.am,
10241 (added) plugins/profile-default/anjuta-default-profile.ui,
10242 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10243 libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10244 multiple projects support.
10246 2007-01-06 Armin Burgmeier <armin@arbur.net>
10248 Reviewed by Naba Kumar <naba@gnome.org>
10249 * plugins/class-gen/combo-flags.h:
10250 * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10251 enum, added a type parameter to selected signal. Select highlighted
10252 entry when pressing enter (but not unselect it if it was already
10253 selected) before closing the popup. Also accept input when clicking
10254 not into the popup.
10256 * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10257 according to selection type.
10259 * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10262 2007-01-08 Johannes Schmid <jhs@gnome.org>
10264 * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10265 * plugins/project-wizard/templates/gtkmm/Makefile.am
10266 * plugins/project-wizard/templates/python/configure.ac.tpl
10267 * plugins/project-wizard/templates/python/configure.in.tpl
10268 * plugins/project-wizard/templates/python/Makefile.am
10269 * plugins/project-wizard/templates/cpp/configure.ac.tpl
10270 * plugins/project-wizard/templates/cpp/configure.in.tpl
10271 * plugins/project-wizard/templates/cpp/Makefile.am
10272 * plugins/project-wizard/templates/terminal.wiz
10273 * plugins/project-wizard/templates/xlib-dock.wiz
10274 * plugins/project-wizard/templates/wxwin.wiz
10275 * plugins/project-wizard/templates/java.wiz
10276 * plugins/project-wizard/templates/xlib/configure.ac.tpl
10277 * plugins/project-wizard/templates/xlib/configure.in.tpl
10278 * plugins/project-wizard/templates/xlib/Makefile.am
10279 * plugins/project-wizard/templates/gcj/configure.ac.tpl
10280 * plugins/project-wizard/templates/gcj/configure.in.tpl
10281 * plugins/project-wizard/templates/gcj/Makefile.am
10282 * plugins/project-wizard/templates/terminal/configure.ac.tpl
10283 * plugins/project-wizard/templates/terminal/configure.in.tpl
10284 * plugins/project-wizard/templates/terminal/Makefile.am
10285 * plugins/project-wizard/templates/terminal/autogen.sh
10286 * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10287 * plugins/project-wizard/templates/wxwin/configure.in.tpl
10288 * plugins/project-wizard/templates/wxwin/Makefile.am
10289 * plugins/project-wizard/templates/gnome.wiz
10290 * plugins/project-wizard/templates/java/configure.ac.tpl
10291 * plugins/project-wizard/templates/java/configure.in.tpl
10292 * plugins/project-wizard/templates/java/Makefile.am
10293 * plugins/project-wizard/templates/anjuta-plugin.wiz
10294 * plugins/project-wizard/templates/gtkmm.wiz
10295 * plugins/project-wizard/templates/python.wiz
10296 * plugins/project-wizard/templates/cpp.wiz
10297 * plugins/project-wizard/templates/gtk.wiz
10298 * plugins/project-wizard/templates/gcj.wiz
10299 * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10300 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10301 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10303 Starting fixing of all project wizards:
10304 - rename configure.in to configure.ac
10305 - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10306 - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10309 * TODO.task: Added bug number to bounty
10311 2007-01-07 Johannes Schmid <jhs@gnome.org>
10313 * plugins/build-basic-autotools.c:
10314 Fixed #392290 – Missed install as root option in project manager
10316 2007-01-07 Johannes Schmid <jhs@gnome.org>
10318 * plugins/sourceview/sourceview.c:
10319 Fixed #388731 – Odd editor behaviour after performing block-text operations
10320 Fixed #388727 – Block-tab does not work
10322 * plugins/sourceview/anjuta-document.h/c:
10323 Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10326 Require Gtk+ >= 2.10 for sourceview plugin
10328 2007-01-06 Curtis Magyar <curtm4n@gmail.com>
10330 * libanjuta/anjuta-status.c:
10331 Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10333 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10336 plugins/terminal/terminal.c:
10338 remove support for VTE < 0.9
10340 2007-01-06 Naba Kumar <naba@gnome.org>
10342 * po/POTFILES.in: Updated
10344 2007-01-05 Adam Dingle <adam@medovina.org>
10346 Reviewed by Naba Kumar <naba@gnome.org>:
10347 * plugins/message-view/anjuta-message-manager-plugin.glade:
10348 Fixed bug #377903 (improve message color defaults).
10350 2007-01-05 Naba Kumar <naba@gnome.org>
10352 * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10354 2007-01-03 Armin Burgmeier <armin@arbur.net>
10356 Reviewed by Naba Kumar <naba@gnome.org>:
10357 * plugins/symbol-browser/test-class.h: Fixed block ends.
10359 * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10360 C-style-block comment.
10362 * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10363 allow lists when writing autogen definition files. This is required
10364 for the new class generator. Also fixed a wrong return value in
10365 npw_autogen_write_definition_file and set a GError in
10366 npw_autogen_execute when the output file could not be opened.
10368 * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10371 * plugins/class-gen/Makefile.am: Added templates subdir, removed
10372 goc_template_header and goc_template_source, added top_srcdir to
10373 includes, link against project wizard (also hopefully temporarily),
10374 removed class_gen.h, class_gen.c, action-callbacks.h,
10375 action-callbacks.c.
10377 * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10379 * plugins/class-gen/cell-renderer-flags.h:
10380 * plugins/class-gen/cell-renderer-flags.c:
10381 * plugins/class-gen/combo-flags.h:
10382 * plugins/class-gen/combo-flags.c:
10383 * plugins/class-gen/element-editor.c:
10384 * plugins/class-gen/element-editor.h:
10385 * plugins/class-gen/generator.c:
10386 * plugins/class-gen/generator.h:
10387 * plugins/class-gen/plugin.h:
10388 * plugins/class-gen/plugin.c:
10389 * plugins/class-gen/transform.c:
10390 * plugins/class-gen/transform.h:
10391 * plugins/class-gen/validator.c:
10392 * plugins/class-gen/validator.h:
10393 * plugins/class-gen/window.c:
10394 * plugins/class-gen/window.h: Rewrote class generator, it now allows
10395 adding of several class elements and uses autogen.
10397 * plugins/class-gen/templates/cc-header.tpl:
10398 * plugins/class-gen/templates/cc-source.tpl:
10399 * plugins/class-gen/templates/go-header.tpl:
10400 * plugins/class-gen/templates/go-source.tpl:
10401 * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10402 for the class generator.
10404 * configure.in: Added plugins/class-gen/templates/Makefile to output.
10406 2007-01-04 Naba Kumar <naba@gnome.org>
10408 Patch from Nick Treleaven:
10409 * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10410 all matching symbols.
10412 Patches from Maik Beckmann and Sébastien Granjoux:
10413 * plugins/profile-default/plugin.c,
10414 plugins/project-manager/plugin.c: Unescape project name. Fixes
10417 2007-01-04 Naba Kumar <naba@gnome.org>
10419 * plugins/glade/plugin.c: Fixed compilation with
10420 older glade-3 version.
10422 Patch from Roland Illig:
10423 libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10424 plugins/sourceview/anjuta-document-saver.c,
10425 plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10426 are necessary to build anjuta on NetBSD 3.0
10428 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10429 * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10430 window manager in gnome.
10432 2007-01-02 Naba Kumar <naba@gnome.org>
10434 * plugins/glade/plugin.c: Make it work with glade-3 svn.
10436 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10438 Reviewed by Naba Kumar <naba@gnome.org>:
10439 * libanjuta/interfaces/libanjuta.idl,
10440 plugins/debug-manager/Makefile.am,
10441 plugins/debug-manager/anjuta-marshal.list,
10442 plugins/debug-manager/debugger.c,
10443 plugins/debug-manager/sparse_buffer.c,
10444 plugins/debug-manager/sparse_buffer.h,
10445 plugins/debug-manager/sparse_view.c,
10446 plugins/debug-manager/sparse_view.h,
10447 plugins/debug-manager/disassemble.h,
10448 plugins/debug-manager/disassemble.c,
10449 plugins/debug-manager/anjuta-marshal.list,
10450 plugins/debug-manager/plugin.c,
10451 plugins/gdb/debugger.c,
10452 plugins/gdb/debugger.h,
10453 plugins/gdb/plugin.c:
10454 Add a disassembly view window
10456 * plugins/debug-manager/breakpoints.c,
10457 plugins/debug-manager/chunk_view.c,
10458 plugins/debug-manager/locals.c,
10459 plugins/debug-manager/memory.c,
10460 plugins/debug-manager/registers.c,
10461 plugins/debug-manager/stack_trace.c:
10462 Add some debugging information
10464 2006-12-18 Naba Kumar <naba@gnome.org>
10466 * configure.in, plugins/glade/plugin.c: Allow building against both
10467 glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10469 2006-12-03 Naba Kumar <naba@gnome.org>
10471 * TODO.tasks: Marked a bounty completed.
10473 2006-11-24 Adam Dingle <adam@medovina.org>
10475 Reviewed by Naba Kumar <naba@gnome.org>:
10476 * plugins/build-basic-autotools/build-basic-autotools.c,
10477 plugins/debug-manager/watch.c,
10478 plugins/document-manager/plugin.c,
10479 plugins/patch/plugin.c,
10480 plugins/project-manager/plugin.c:
10481 Fixed bug #378879 (several command names need ellipses).
10483 2006-11-22 Sylvain Defresne <sdefresne@gmail.com>
10485 Reviewed by: Naba Kumar <naba@gnome.org>
10486 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10487 GCC 4.1.2 (there are only two warnings remaining now when compiling
10490 * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10492 * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10493 macro so that the generated function support a NULL plugin parameter.
10495 * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10496 in debug_tree_find_expression by freeing memory returned by the call
10497 to gtk_tree_model_get instead of the parameter string.
10499 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10501 * plugins/debug-manager/breakpoints.c:
10504 * plugins/debug-manager/anjuta-debug-manager.ui,
10505 plugins/debug-manager/debugger.c,
10506 plugins/debug-manager/plugin.c:
10509 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10511 * libanjuta/anjuta-launcher.c,
10512 plugins/gdb/debugger.c:
10515 2006-11-21 Naba Kumar <naba@gnome.org>
10517 * plugins/search/search_preferences.c: Fixed build break.
10519 2006-11-20 Naba Kumar <naba@gnome.org>
10521 Patch from Kjartan Maraas:
10522 * plugins/cvs-plugin/cvs-interface.c,
10523 plugins/document-manager/plugin.c,
10524 plugins/gtodo/interface.c,
10525 plugins/gtodo/libgtodo.h,
10526 plugins/message-view/anjuta-msgman.c,
10527 plugins/project-wizard/druid.c,
10528 plugins/search/search_preferences.c,
10529 plugins/sourceview/sourceview-prefs.c,
10530 plugins/terminal/terminal.c,
10531 src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10533 Patch from Przemysław Grzegorczyk:
10534 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10535 plugins/subversion/anjuta-subversion.glade: Enable files in
10536 fileselection dialog. Fixes bug #376031.
10538 2006-11-17 Adam Dingle <adam@medovina.org>
10540 Reviewed by: Naba Kumar <naba@gnome.org>
10541 * plugins/build-basic-autotools/build-basic-autotools.c
10542 * plugins/class-gen/anjuta-class-gen.plugin.in
10543 * plugins/debug-manager/breakpoints.c
10544 * plugins/debug-manager/plugin.c
10545 * plugins/devhelp/plugin.c
10546 * plugins/document-manager/plugin.c
10547 * plugins/gdb/debugger.c
10548 * plugins/glade/anjuta-glade.plugin.in
10549 * plugins/gtodo/plugin.c
10550 * plugins/language-support-cpp-java/plugin.c
10551 * plugins/message-view/plugin.c
10552 * plugins/project-import/anjuta-project-import.glade
10553 * plugins/project-import/anjuta-project-import.plugin.in
10554 * plugins/search/plugin.c
10555 * plugins/tools/scripts/tools-2.xml.in
10556 * plugins/valgrind/plugin.c
10557 * src/anjuta-actions.h:
10558 Fixed bug #376335 "menu items should be capitalized". Minor
10561 2006-11-20 Naba Kumar <naba@gnome.org>
10563 * configure.in: Fixed build.
10565 Patch from: Arjan Timmerman
10566 *configure.in: Make subvesion plugin build for apr 1.x.
10567 Fixes: Bug #364754.
10569 2006-11-20 Johannes Schmid <jhs@gnome.org>
10572 * plugins/*/*.[ch]:
10573 Removed patches from Sylvain and Günther. They caused not problems but
10574 Naba was against them.
10576 2006-11-20 Johannes Schmid <jhs@gnome.org>
10578 * Removed me from MAINTAINERS
10580 2006-11-14 Günther Brammer <GBrammer@gmx.de>
10583 Use apr-1 instead of apr-0
10585 2006-11-14 Sylvain Defresne <sdefresne@gmail.com>
10587 * global-tags/create_global_tags.sh.in: Correct a bug when environment
10588 variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10589 and another bug occuring when parsing .pc file containing quotes.
10591 2006-11-13 Sylvain Defresne <sdefresne@gmail.com>
10593 * plugins/*/*.[ch]: Use class macro for type casting.
10595 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10596 GCC 4.1.2 (there are only two warnings remaining now when compiling
10599 * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10600 a memory leak in debug_tree_find_expression; g_free was called on
10601 the parameter instead of the memory allocated by gtk_tree_model_get.
10603 * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10604 to declare and initialize the global type variable of the plugin.
10606 2006-10-31 Naba Kumar <naba@gnome.org>
10608 * global-tags/create_global_tags.sh.in: Added an end message.
10610 * libanjuta/anjuta-launcher.h: Fixed indentation.
10612 * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10613 creation to a) append the messages in right way, b) Connect signals
10614 to the view properly and c) Recreate the system-tags.cache at the
10615 end of the generation.
10617 * plugins/symbol-browser: Fixed action path (double
10618 click on sysmbols was not working).
10620 * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10621 Fixed typedef and removed dead code.
10623 * tagmanager/c.c: Took the latest version from ctags source
10624 repository, because the one we had (from ctags 5.6) was broken.
10626 * global_tags/create_global_tags.sh.in: Reverted the patch from
10627 Sylvain because it was not right fix (and added a helpful comment).
10628 Used /bin/bash to fix the bashism and generated separate log files
10629 for each tag files in the same directory.
10631 2006-10-29 Naba Kumar <naba@gnome.org>
10633 * plugins/editor/text_editor.c: Use a temporary file
10634 to save the editor and move it at the end to original
10635 file. This will prevent data corruption if file save
10636 failed for any reason. Also report proper errors when
10637 file save fails. Fixes bug #346575.
10639 2006-10-26 Naba Kumar <naba@gnome.org>
10641 * plugins/document-manager/anjuta-docman.c: Do not load
10642 the same files with different path more than once (happens
10643 with symlinked files). Fixes Bug #323591.
10645 2006-10-25 Naba Kumar <naba@gnome.org>
10647 * plugins/valgrind/vgactions.c: Fixed a warning.
10649 2006-10-25 Sylvain Defresne <sdefresne@gmail.com>
10651 Reviewed by Naba Kumar <naba@gnome.org>:
10653 * plugins/valgrind/vgtoolview.c:
10654 Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10656 * plugins/valgrind/bugged-prg-test.c:
10657 No more warning during compilation with GCC 4.1.
10658 Program is still buggy in order to be used as a test of the
10661 * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10662 plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10663 plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10664 plugins/valgrind/vgrule.c:
10665 No more warning during compilation with GCC 4.1.
10667 * plugins/valgrind/plugin.c:
10668 Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10669 prototype (was missing from previous patch).
10671 2006-10-24 Naba Kumar <naba@gnome.org>
10673 * plugins/glade/plugin.c: Show glade tree view, not list view.
10675 * plugins/glade/plugin.c: Fixed crash when Anjuta is
10676 exited with glade plugin still loaded. Fixes Bug #364755.
10678 * plugins/document-manager/anjuta-document-manager.plugin.in:
10679 Added application/x-reject in accepted mime-types.
10681 * Changelog: Fixed changelog alignments.
10683 2006-10-24 Sylvain Defresne <sdefresne@gmail.com>
10685 Reviewed by: Naba Kumar <naba@gnome.org>
10687 * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10688 plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10689 plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10690 plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10691 plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10692 plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10693 plugins/valgrind/vgsearchbar.c:
10694 Use class macro for type casting.
10696 * plugins/valgrind/plugin.h:
10697 Don't force cast a GtkActionGroup to a GtkAction.
10699 * plugins/valgrind/plugin.c:
10700 Use correct API to get path of the preoject root when building
10701 the list of targets for the run action.
10702 Correct ordering of the construction of the preferences widgets.
10703 Only remove the valgrind widget if it is currently displayed.
10705 * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10706 Return if check_valgrind_binary() fails.
10707 The ValgrindPluginPrefs object is initialized after the call to
10708 vg_action_new. Take a handle to the location of the pointer to
10711 2006-10-24 Naba Kumar <naba@gnome.org>
10713 * HACKING: Updated coding sample.
10715 Patch from: Armin Burgmeier <armin@arbur.net>
10716 * plugins/symbol-browser/test-class.h,
10717 plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10719 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10721 * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10722 * plugins/valgrind/vgtoolview.h:
10723 Correctly handle the argv / srcdir of vg_tool_view object. Do
10724 not leak memory associated with those arrays.
10726 * plugins/symbol-browser/an_symbol_prefs.c:
10727 Support unloading / reloading of the module (for example when
10728 closing a project and opening another one).
10730 * plugins/project-manager/plugin.c:
10731 Remove plugin widget before removing plugin itself, preventing
10732 a crash with valgrind plugin.
10734 * libanjuta/anjuta-preferences-dialog.c:
10735 Do not use the page_num returned by gtk_notebook_append_page to
10736 remove the page as it cause bugs when pages removal is not done
10739 * plugins/document-manager/anjuta-docman.c:
10740 Fix some GTK+ warnings.
10742 * global-tags/create_global_tags.sh.in:
10743 Rewrite script to remove bash-ism and use pkg-config directly
10744 instead of parsing the *.pc file by hand. This solve problems
10745 that occurred when one of the directory in PKG_CONFIG_PATH is
10748 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10750 * plugins/glade/plugin.c: Fix build (#363884)
10752 2006-10-22 Johannes Schmid <jhs@gnome.org>
10754 * plugins/file-manager/an_file_view.c:
10755 * plugins/file-manager/plugin.c:
10756 * plugins/file-manager/plugin.h:
10757 Fix possible crasher when changing project-root uri when we try to restore open nodes
10760 2006-10-19 Naba Kumar <naba@gnome.org>
10762 Patch from: Juan Pablo Ugarte
10763 * plugins/glade/plugin.c: Include glade header
10766 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10768 * plugins/debug-manager/Makefile.am,
10769 plugins/debug-manager/sexy-icon-entry.h,
10770 plugins/debug-manager/sexy-icon-entry.c,
10771 plugins/debug-manager/dataview.c:
10772 Fix bug #358134 (Goto memory prompt)
10773 Use sexy-icon-entry from libsexy 0.1.10
10775 * plugins/debug-manager/debugger.c,
10776 plugins/debug-manager/plugin.c,
10777 plugins/debug-manager/start.c,
10778 plugins/gdb/debugger.c,
10779 plugins/gdb/plugin.c:
10780 Better error handling when starting and stopping debugger
10782 2006-10-13 Maik Beckmann <maik@eigenco.de>
10784 * src/action_callbacks.c:
10785 Fixed bug #361830 (AboutDialog does not close) which is caused
10786 due to a change in Gtk+ 2.10
10788 2006-10-12 Adam Dingle <adam@medovina.org>
10790 * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10792 * plugins/search/search-replace.c:
10793 Fixed bug #358068 (indicate when Find in Files is complete)
10795 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10797 * plugins/sourceview/sourceview-prefs.c:
10798 * plugins/sourceview/sourceview.glade:
10799 Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10801 * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10803 * plugins/devhelp/plugin.c:
10804 * plugins/search/plugin.c:
10805 Fixed bug #359750 (fix find/replace shortcut keys).
10807 * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10808 use Alt+key for shortcuts)
10810 * plugins/debug-manager/debug_tree.c:
10811 * plugins/debug-manager/debugger.c:
10812 Fixed bug #359317 (can't load debug manager)
10814 * /plugins/document-manager/plugin.c:
10815 Fixed bug #359259 (highlight modes listed in reverse
10816 alphabetical order).
10818 2006-10-10 Johannes Schmid <jhs@gnome.org>
10820 * plugins/glade/plugin.c:
10821 Add scrollbars to glade project window
10823 2006-10-10 Johannes Schmid <jhs@gnome.org>
10825 * libanjuta/interfaces/Makefile.am.iface:
10826 Fixed Makefile with broke build
10828 2006-10-07 Johannes Schmid <jhs@gnome.org>
10830 * libanjuta/interfaces/anjuta-idl-compiler.pl:
10831 * libanjuta/interfaces/Makefile.iface.am:
10832 Fixed enum types generation
10834 * libanjuta/interfaces/libanjuta.idl:
10835 Fixed some strange typo
10837 2006-10-06 Johannes Schmid <jhs@gnome.org>
10839 * libanjuta/interfaces/Makefile.iface.am:
10840 Fixed enum-types.h generation
10841 * libanjuta/interfaces/libanjuta.idl:
10843 IAnjutaTODO::load should take const gchar* argument
10844 Remove include to libanjuta/e-splash.h which is not installed as header file
10845 Disable get_attributes for now
10847 * pluings/sourceview/sourceview.c: Disabled get_attributes
10849 * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10851 2006-10-05 Naba Kumar <naba@gnome.org>
10853 * TODO.tasks: Set 'Improve class widzard' task to assigned.
10854 Set bug id for 'Profiler plugin' task.
10856 2006-10-03 Naba Kumar <naba@gnome.org>
10858 * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10859 tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10861 * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10862 plugins/project-manager/plugin.c: Added a new API in
10863 IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10864 Added some documentation. On project close, close all editors that
10865 has files opened for the project.
10867 * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10868 from the containers on anjuta_shell_remove_widget(). Do not destroy
10869 glade widgets once created.
10871 2006-10-03 Johannes Schmid <jhs@gnome.org>
10873 * libanjuta/interfaces/anjuta-idl-compiler.pl:
10874 * libanjuta/interfaces/libanjuta.idl:
10875 const-List<> => const List<>
10876 List-free<> => List<>
10878 * Makefile.am: Reenabled launcher
10880 2006-10-03 Johannes Schmid <jhs@gnome.org>
10882 * libanjuta/interfaces/Makefile.am.iface:
10883 Install libanjuta.idl
10885 2006-10-02 Adam Dingle <adam@medovina.org>
10887 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10889 2006-10-02 Adam Dingle <adam@medovina.org>
10891 * plugins/editor/style-editor.c: fixed bug #357534
10892 * plugins/gdb/utilities.h: removed 2 unused declarations
10894 2006-10-02 Johannes Schmid <jhs@gnome.org>
10896 * Makefile.am: disabled anjuta-launcher
10897 * libanjuta/Makefile.am:
10899 * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10900 * libanjuta/glue-factory.c: (glue_factory_add_path),
10901 (glue_factory_get_path):
10902 * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10903 * libanjuta/glue-factory.h:
10904 * libanjuta/glue-cpp.h:
10905 * libanjuta/glue-cpp.c:
10906 Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file
10908 * libanjuta/interfaces/Makefile.am.iface:
10909 * libanjuta/interfaces/anjuta-idl-compiler.pl:
10910 * libanjuta/interfaces/libanjuta.idl:
10911 Add a new features to idl compiler:
10912 List<Type> => List of Type
10913 List-free<Type> => List of Type, it is up to the caller to free items and list
10914 const-List(-free)<Type> = const List of Types
10915 These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10917 * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10918 (generic_cpp_class_create_code):
10919 Adapted to new project_manager interface
10921 * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10922 * plugins/debug-manager/debugger.c:
10923 (ivariable_debugger_iface_init):
10924 Do not use C++ keyword "delete" for interface name
10926 * plugins/document-manager/anjuta-document-manager.plugin.in:
10927 Added m4 to mime-types
10929 * plugins/project-manager/plugin.c:
10930 (iproject_manager_add_source_multi):
10931 Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10933 2006-10-01 Naba Kumar <naba@gnome.org>
10935 * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10936 UI file used when out-of-process devhelp is used instead of
10939 * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10940 plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10941 plugins/profile-default/default.anjuta: Build devhelp plugin,
10942 but use out-of-process devhelp if devhelp plugin is disabled
10943 (either by user or devhelp is not installed). Disabled devhelp
10944 plugin by default. Added it in default profile.
10946 2006-10-01 Naba Kumar <naba@gnome.org>
10948 * plguins/project-manager/plugin.c: Possible fix for crash
10951 * configure.in, plugins/Makefile.am: Enabled glade plugin and
10952 set dep to last version 3.0.2.
10954 * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10955 plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10956 plugins/symbol-browser/plugin.c: Use the right action group
10957 for getting popup actions (Fixes lots of assertion failures).
10959 * plugins/project-manager/plugin.c,
10960 plugins/project-manager/plugin.h: use separate action group
10961 for profie actions.
10963 * plugins/message-view/plugin.c: Disconnect session load
10964 signal on plugin deactivation (fixes a crash).
10966 2006-09-30 Naba Kumar <naba@gnome.org>
10968 * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10969 * TODO.tasks: Assigned a bounty to Massimo.
10971 2006-09-29 Naba Kumar <naba@gnome.org>
10973 * src/anjuta-app.c, src/shell.c: Fixed build errors.
10975 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10977 * plugins/debug-manager/debugger.c,
10978 plugins/debug-manager/plugin.c,
10979 libanjuta/interfaces/libanjuta.idl:
10980 Add a new abort command to quit debugger without waiting
10982 * plugins/gdb/debugger.c,
10983 plugins/gdb/debugger.h,
10984 plugins/gdb/plugin.c:
10985 Send a signal directly to the debugged program
10986 Implement abort command
10988 * plugins/debug-manager/debug_tree.c:
10991 * plugins/debug-manager/stack-trace.c:
10994 2006-09-29 Naba Kumar <naba@gnome.org>
10996 * TODO.tasks: Updated.
10998 * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
11001 * TODO.tasks: Added more tasks and bounties. Marked a few completed.
11003 * TODO.tasks: Updated in light of the word wrapping fix
11004 in Tasks Manager. Added a test bounty entry.
11006 * TODO.tasks: Added four bounties.
11008 2006-09-28 Naba Kumar <naba@gnome.org>
11010 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
11011 Added 'customizable' parameter to
11012 anjuta_ui_add_action_group_entries() and similar functions to
11013 allow user configuration of the actions. Filter out actions that
11014 are not configurable items (such as submenu items). Now the
11015 'Customize shortcuts' dialog is much better listed.
11017 * plugins/build-basic-autotools/build-basic-autotools.c,
11018 plugins/build-basic-autotools/build-basic-autotools.h,
11019 plugins/cvs-plugin/plugin.c,
11020 plugins/cvs-plugin/plugin.h,
11021 plugins/debug-manager/breakpoints.c,
11022 plugins/debug-manager/plugin.c,
11023 plugins/debug-manager/stack_trace.c,
11024 plugins/debug-manager/watch.c,
11025 plugins/devhelp/plugin.c,
11026 plugins/document-manager/plugin.c,
11027 plugins/file-loader/plugin.c,
11028 plugins/file-manager/plugin.c,
11029 plugins/glade/plugin.c,
11030 plugins/gtodo/interface.c,
11031 plugins/gtodo/plugin.c,
11032 plugins/language-support-cpp-java/plugin.c,
11033 plugins/macro/plugin.c,
11034 plugins/macro/plugin.h,
11035 plugins/message-view/plugin.c,
11036 plugins/patch/plugin.c,
11037 plugins/profile-default/default.anjuta,
11038 plugins/project-manager/plugin.c,
11039 plugins/project-manager/plugin.h,
11040 plugins/sample1/plugin.c,
11041 plugins/search/plugin.c,
11042 plugins/subversion/plugin.c,
11043 plugins/subversion/plugin.h,
11044 plugins/symbol-browser/plugin.c,
11045 plugins/symbol-browser/plugin.h,
11046 plugins/tools/plugin.c,
11047 plugins/valgrind/plugin.c,
11048 plugins/valgrind/plugin.h: Fixed to take care of above change
11049 in API of AnjutaUI. Properly added/removed action groups in some
11050 plugins. Split action groups into customization and non-customizable
11051 groups and added them separately.
11053 * plugins/document-manager/plugin.c: Close files belonging to
11054 project when project is closed (not complete).
11056 * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
11057 vertical aligned cell entries.
11059 * src/anjuta-app.c: Define macros for the placeholder names.
11060 Set default widths and heights of the default placeholders,
11061 so that newly docked widgets are correclty sized.
11063 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
11064 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
11065 Fixed to generated correct actions addition/removal code.
11067 2006-09-25 Naba Kumar <naba@gnome.org>
11069 * libanjuta/Makefile.am, libanjuta/libanjuta.h,
11070 libanjuta/anjuta-serializer.[ch]: Implemented serialization
11073 * plugins/message-view/anjuta-msgman.c,
11074 plugins/message-view/anjuta-msgman.h,
11075 plugins/message-view/message-view.c,
11076 plugins/message-view/message-view.h,
11077 plugins/message-view/plugin.c: Serialize messages panes in
11078 session save and deserialize them in session load so that
11079 build messages persistant.
11081 2006-09-24 Johannes Schmid <jhs@gnome.org>
11083 * libanjuta/anjuta-utils.c:
11084 * plugins/message-view/message-view.c:
11085 Really fixed #355407
11087 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
11089 * libanjuta/interfaces/libanjuta.idl:
11090 Change one variable sign
11092 * plugins/debug-manager/anjuta-debug-manager.glade,
11093 plugins/debug-manager/anjuta-debug-manager.ui:
11094 Few small interface changes
11096 * plugins/debug-manager/debug_tree.h,
11097 plugins/debug-manager/watch.c,
11098 plugins/debug-manager/debugger.c,
11099 plugins/debug-manager/plugin.c
11100 plugins/gdb/debugger.c,
11101 plugins/gdb/plugin.c:
11102 Big rewrite of debugger queue
11103 Allow to cancel command
11105 * plugins/debug-manager/memory.c:
11106 Fix a bug if a command is cancelled
11108 2006-09-23 Bursig Rafal <Bursig_Rafal@mentor.com>
11110 * plugins/gdb/debugger.c,
11111 plugins/debug-manager/debug_tree.c,
11112 plugins/debug-manager/locals.c:
11113 Restore tree representation for local variable
11114 Add argument in local variable list
11115 Use gdb variable object to get all informations
11117 2006-09-19 Naba Kumar <naba@gnome.org>
11119 * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
11120 that implements AnjutaSavePrompt class.
11122 * ChangeLog: Fixed indentation.
11124 * libanjuta/Makefile.am,
11125 libanjuta/anjuta-marshal.list,
11126 libanjuta/anjuta-shell.c,
11127 libanjuta/anjuta-shell.h,
11128 plugins/document-manager/action-callbacks.c,
11129 plugins/document-manager/action-callbacks.h,
11130 plugins/document-manager/anjuta-docman.c,
11131 plugins/document-manager/anjuta-docman.h,
11132 plugins/document-manager/plugin.c,
11133 src/anjuta.c: Impletemnted save prompt dialog to prompt for
11134 unsaved items during exit. A new signal is added in shell
11135 interface called 'save-prompt' to collect all unsaved items.
11136 Create AnjutaSavePrompt class (dialog) to process unsaved items.
11137 Fixed document manager to use the new save-prompt signal in shell
11138 and AnjutaSavePrompt object for unsaved files. Cleaned up
11139 AnjutaDocman to synchronously save new files. Fixed function
11142 2006-09-18 Johannes Schmid <jhs@gnome.org>
11144 * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11145 gdl requirement to 0.7.0
11147 2006-09-18 Johannes Schmid <jhs@gnome.org>
11149 * global-tags/.cvsignore:
11150 * global-tags/Makefile.am:
11151 * global-tags/create_global_tags.sh (removed):
11152 * global-tags/create_global_tags.sh.in (added):
11155 * libanjuta/anjuta-launcher.c:
11158 * plugins/project-manager/plugin.c:
11159 (project_manager_plugin_close_project):
11162 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11165 * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11166 More reasonable toolbar creation/deletition though it does
11167 not completly work!
11169 2006-09-15 Johannes Schmid <jhs@gnome.org>
11171 * libanjuta/anjuta-utils.c/.h:
11174 2006-09-13 Curtis Magyar <curtm4n@gmail.com>
11176 * scintilla/ScintillaGTK.cxx
11177 Fixed doulbe freeing in Scintilla
11179 2006-09-12 Johannes Schmid <jhs@gnome.org>
11181 * plugins/symbol-browser/an_symbol_prefs.c:
11182 Support unloading / reloading of the module (for example when
11183 closing a project and opening another one).
11185 * plugins/project-manager/plugin.c:
11186 Really fixed #355148 (Show project name in title bar)
11188 2006-09-09 Johannes Schmid <jhs@gnome.org>
11190 * libanjuta/plugins.c:
11191 Fixed #355156 (Show plugins in alphabetical order)
11193 2006-09-09 Johannes Schmid <jhs@gnome.org>
11195 * plugins/project-manager/plugin.c:
11196 Fixed #355148 (Show project name in title bar)
11198 2006-09-09 Johannes Schmid <jhs@gnome.org>
11200 * plugins/project-manager/plugin.c:
11201 (value_removed_project_root_uri):
11202 Fixed crasher if project cannot be opened
11204 2006-08-30 Naba Kumar <naba@gnome.org>
11206 * plugins/language-support-cpp-java/plugin.[c,h],
11207 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11208 Impletemnted UI for auto indent.
11210 2006-08-28 Naba Kumar <naba@gnome.org>
11212 * plugins/gvim/.cvsignore,
11213 plugins/gvim/Makefile.am,
11214 plugins/gvim/anjuta-vim-plugin.png,
11215 plugins/gvim/anjuta-vim.c,
11216 plugins/gvim/anjuta-vim.h,
11217 plugins/gvim/anjuta-vim.plugin.in,
11218 plugins/gvim/gtkvim.c,
11219 plugins/gvim/gtkvim.h,
11220 plugins/gvim/plugin.c,
11221 plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11224 2006-08-28 Naba Kumar <naba@gnome.org>
11226 Patch from: Massimo Corà <maxcvs@email.it>
11227 * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11228 possible infinite loop.
11230 2006-08-22 Adam Dingle <adam@medovina.org>
11232 * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11233 to edit are shown in the preferences dialog in anjuta").
11234 Removed unused widgets from the style editor dialog.
11236 2006-08-21 Johannes Schmid <jhs@gnome.org>
11238 * plugins/symbol-browser/test-class.[cpp/h]
11239 Added missing files
11241 2006-08-18 Naba Kumar <naba@gnome.org>
11243 * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11244 end of document loading.
11246 * plugins/language-support-cpp-java/plugin.c,
11247 plugins/sourceview/sourceview.c: Fixed plugin loading.
11249 2006-08-17 Naba Kumar <naba@gnome.org>
11251 * plugins/language-support-cpp-java/plugin.c,
11252 plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11253 mode line parsing. Indentation parameters initialized based on
11254 mode line parameters.
11256 2006-08-16 Naba Kumar <naba@gnome.org>
11258 * Makefile.am, plugins/editor/text_editor.c,
11259 plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11262 2006-08-16 Naba Kumar <naba@gnome.org>
11264 Patch from Massimo Cora' <maxcvs@email.it>:
11266 * plugins/editor/aneditor-autocomplete.cxx,
11267 plugins/editor/aneditor-calltip.cxx,
11268 plugins/symbol-browser/Makefile.am,
11269 plugins/symbol-browser/an_symbol.c,
11270 plugins/symbol-browser/an_symbol_view.c,
11271 plugins/symbol-browser/plugin.c,
11272 tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11273 tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11274 tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11275 tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11276 tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11277 tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11278 tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11279 tagmanager/get.h, tagmanager/html.c,
11280 tagmanager/include/tm_source_file.h,
11281 tagmanager/include/tm_tag.h,
11282 tagmanager/include/tm_workspace.h,
11283 tagmanager/jscript.c, tagmanager/keyword.c,
11284 tagmanager/keyword.h, tagmanager/lisp.c,
11285 tagmanager/lregex.c, tagmanager/lua.c,
11286 tagmanager/main.h, tagmanager/make.c,
11287 tagmanager/options.c, tagmanager/options.h,
11288 tagmanager/parse.c, tagmanager/parse.h,
11289 tagmanager/parsers.h, tagmanager/pascal.c,
11290 tagmanager/perl.c, tagmanager/php.c,
11291 tagmanager/python.c, tagmanager/read.c,
11292 tagmanager/read.h, tagmanager/readtags.c,
11293 tagmanager/readtags.h, tagmanager/rexx.c,
11294 tagmanager/routines.c, tagmanager/routines.h,
11295 tagmanager/ruby.c, tagmanager/scheme.c,
11296 tagmanager/sh.c, tagmanager/slang.c,
11297 tagmanager/sml.c, tagmanager/sort.c,
11298 tagmanager/sort.h, tagmanager/sql.c,
11299 tagmanager/strlist.c, tagmanager/strlist.h,
11300 tagmanager/tcl.c, tagmanager/tm_source_file.c,
11301 tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11302 tagmanager/tm_workspace.c, tagmanager/verilog.c,
11303 tagmanager/vim.c, tagmanager/vstring.c,
11304 tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11305 5.6 and namespace completion fixed.
11307 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11308 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11310 2006-08-15 Naba Kumar <naba@gnome.org>
11312 * libanjuta/interfaces/libanjuta.idl,
11313 plugins/editor/text-editor-iterable.c,
11314 plugins/editor/text_editor.c,
11315 plugins/sourceview/sourceview-cell.c,
11316 plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11317 ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11318 ianjuta_editor_end_action().
11320 * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11322 2006-08-13 Naba Kumar <naba@gnome.org>
11324 * plugins/debug-manager/breakpoints.c,
11325 plugins/debug-manager/memory.c,
11326 plugins/debug-manager/registers.c,
11327 src/layout.xml: Fixed debugger widgets layout.
11329 2006-08-12 Naba Kumar <naba@gnome.org>
11331 * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11332 plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11333 plugins/editor/editor.glade, plugins/editor/text_editor.h,
11334 plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11335 codes and dead codes. Removed automatic indentation prefs.
11337 2006-08-12 Johannes Schmid <jhs@gnome.org>
11339 * libanjuta/Makefile.am:
11340 * libanjuta/anjuta-launcher.c:
11341 * libanjuta/anjuta-launcher.h:
11342 * libanjuta/anjuta-plugin.c:
11343 * libanjuta/anjuta-plugin.h:
11344 * libanjuta/anjuta-preferences.c:
11345 * libanjuta/anjuta-preferences.h:
11346 * libanjuta/anjuta-shell.c:
11347 * libanjuta/anjuta-shell.h:
11348 * libanjuta/libanjuta.h:
11350 Made wrapper friendly:
11351 - no inline in header files (preferences_set/get)
11352 - correct signal names
11353 - correct GError** argument in anjuta_shell_freeze/thaw
11354 - include correct files in libanjuta.h
11356 * plugins/project-manager/plugin.c:
11359 2006-08-11 Naba Kumar <naba@gnome.org>
11361 * plugins/editor/aneditor-priv.h,
11362 plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11364 * plugins/editor/text_editor_cbs.c,
11365 plugins/sourceview/anjuta-view.c: Pass the right position for char
11368 * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11370 * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11372 2006-08-11 Naba Kumar <naba@gnome.org>
11374 * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11375 return the right character at the iter position and get_char() to
11378 * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11379 to set to character offset and not byte index.
11381 * plugins/language-support-cpp-java/plugin.c: Improved
11382 auto-indentation login. Indents opening and closing braces correctly.
11384 2006-08-10 Johannes Schmid <jhs@gnome.org>
11388 Required automake = 1.9
11390 * libanjuta/anjuta-children.c:
11391 * libanjuta/anjuta-children.h:
11392 * libanjuta/anjuta-encodings.h:
11393 * libanjuta/anjuta-launcher.h:
11394 * libanjuta/anjuta-plugin-description.h:
11395 * libanjuta/anjuta-preferences-dialog.h:
11396 * libanjuta/anjuta-preferences.h:
11397 * libanjuta/anjuta-session.h:
11398 * libanjuta/anjuta-status.h:
11399 * libanjuta/anjuta-ui.h:
11400 * libanjuta/anjuta-utils.c:
11401 * libanjuta/anjuta-utils.h:
11402 * libanjuta/e-splash.h:
11403 * libanjuta/glue-factory.h:
11404 * libanjuta/glue-plugin.h:
11405 * libanjuta/plugins.h:
11406 * libanjuta/resources.h:
11407 Fixed libanjuta to be able to wrap it
11408 - G_BEGIN_DECLS, G_END_DECLS
11409 - include all necessary files in libanjuta.h
11411 * plugins/gtodo/tray-icon.c:
11412 * plugins/terminal/terminal.c:
11413 Some build fixes for freebsd
11415 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11416 * plugins/sourceview/sourceview.glade:
11417 Remove auto-indent feature as it is now in language-support
11419 2006-08-09 Naba Kumar <naba@gnome.org>
11421 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11422 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11423 Added missing files.
11425 * plugins/sourceview/sourceview.c: Implemented get_tabsize(),
11426 get_use_spaces(), set_tabsize() and set_use_spaces().
11428 2006-08-09 Naba Kumar <naba@gnome.org>
11430 * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11431 succeeded in activating.
11433 * plugins/document-manager/plugin.c: Added debug message.
11435 * libanjuta/interfaces/libanjuta.idl,
11436 plugins/editor/text_editor.c: Implemented get_tabsize(),
11437 get_use_spaces(), set_tabsize() and set_use_spaces().
11439 * plugins/language-support-cpp-java/Makefile.am,
11440 plugins/language-support-cpp-java/plugin.c,
11441 plugins/language-support-cpp-java/plugin.h: Used editor parameters
11442 for indentation. Added preferences page for paramenters.
11444 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11446 2006-08-08 Naba Kumar <naba@gnome.org>
11448 * libanjuta/interfaces/libanjuta.idl,
11449 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11450 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11451 plugins/editor/text_editor.c,
11452 plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11453 and implemented it for both scintilla and sourceview.
11455 * plugins/search/plugin.c: Use the new grab_focus() to transfer
11456 focus back to editor (happens when pressing esc in incremental
11459 2006-08-08 Naba Kumar <naba@gnome.org>
11461 * libanjuta/interfaces/libanjuta.idl,
11462 plugins/editor/text_editor.c,
11463 plugins/editor/text_editor.h,
11464 plugins/editor/text-editor-iterable.c,
11465 plugins/sourceview/sourceview-cell.c,
11466 plugins/sourceview/sourceview.c: Implemented editor attributes
11469 * plugins/editor/aneditor.cxx: Disabled old indentation code.
11470 plugins/language-support-cpp-java/plugin.c: Implemented indentation
11471 code (not complete yet).
11473 * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11474 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11475 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11476 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11477 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11478 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11480 2006-08-04 Naba Kumar <naba@gnome.org>
11482 * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11485 2006-08-03 Johannes Schmid <jhs@gnome.org>
11487 * configure.in: Add a more informative text to valgrind plugin
11490 Modified Preferences tasl
11491 * libanjuta/anjuta-plugin.c:
11492 * libanjuta/anjuta-preferences-dialog.c:
11493 * libanjuta/anjuta-preferences-dialog.h:
11494 * libanjuta/anjuta-preferences.c:
11495 * libanjuta/anjuta-preferences.h:
11496 * libanjuta/interfaces/Makefile.am.iface:
11497 * libanjuta/interfaces/libanjuta.idl:
11498 Added IAnjutaPreferences interface which every plugin that has preferences should
11499 implement. Call merge() and unmerge() at plugin activation/deactivation.
11500 Fixed preferences_page_remove()
11502 * plugins/build-basic-autotools/build-basic-autotools.c:
11503 * plugins/cvs-plugin/plugin.c:
11504 * plugins/document-manager/plugin.c:
11505 * plugins/editor/plugin.c:
11506 * plugins/editor/plugin.h:
11507 * plugins/file-manager/plugin.c:
11508 * plugins/gtodo/main.h:
11509 * plugins/gtodo/plugin.c:
11510 * plugins/gtodo/preferences.c:
11511 * plugins/message-view/anjuta-msgman.c:
11512 * plugins/message-view/anjuta-msgman.h:
11513 * plugins/message-view/plugin.c:
11514 * plugins/sourceview/plugin.c:
11515 * plugins/sourceview/plugin.h:
11516 * plugins/symbol-browser/an_symbol_prefs.c:
11517 * plugins/symbol-browser/plugin.c:
11518 * plugins/terminal/terminal.c:
11519 * plugins/valgrind/plugin.c
11520 * src/anjuta-app.c:
11522 Updated preference loading/unloading for all plugins
11524 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11526 * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11527 src/Makefile.am, plugins/tools/scripts/Makefile.am:
11528 - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11529 recommended by the autoconf manual.
11530 - Fixes compiling with autoconf 2.60.
11532 * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11534 2006-08-02 Johanes Schmid <jhs@gnome.org>
11536 * plugins/profile-default/plugin.c:
11537 Fixed session handling
11539 2006-08-01 Johannes Schmid <jhs@gnome.org>
11542 * plugins/Makefile.am:
11543 Disabled devhelp and glade for now as they do not work (#341073
11546 * plugins/profile-default/anjuta-default-profile.ui (removed):
11547 * plugins/profile-default/plugin.c:
11548 * plugins/profile-default/plugin.h:
11549 * plugins/project-manager/anjuta-project-manager.ui:
11550 * plugins/project-manager/plugin.c:
11551 * plugins/project-manager/plugin.h:
11552 Limted multiple project support #315043
11554 * libanjuta/interfaces/libanjuta.idl:
11555 Added ianjuta_profile_unload
11557 2006-07-31 Naba Kumar <naba@gnome.org>
11559 * libanjuta/interfaces/libanjuta.idl,
11560 plugins/editor/text-editor-iterable.c,
11561 plugins/editor/text_editor.c,
11562 plugins/sourceview/anjuta-view.c,
11563 plugins/sourceview/anjuta-view.h,
11564 plugins/sourceview/sourceview.c: Fixed text iteration and
11565 IAnjutaEditor implementations in both scintilla
11566 and sourceview. Cleand up libanjuta API: Removed redundant
11567 erase_range() method from IAnjutaEditor interface, fixed
11568 ianjuta_editor_get_text to take length instead of range (consistency).
11569 autoindentation in both sourceview and scintilla more or less works,
11570 but still disabled for now because there are still some anomalies
11573 * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11575 * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11578 2006-07-30 Johannes Schmid <jhs@gnome.org>
11580 * plugins/sourceview/anjuta-document.c:
11581 * plugins/sourceview/anjuta-document.h:
11582 * plugins/sourceview/anjuta-view.c:
11583 * plugins/sourceview/sourceview.c:
11584 Wrote a new "char_added" implementation, I hope this one is good
11586 * plugins/sourceview/sourceview-cell.c:
11587 Fixed typo: "text_iter" instead of "iter"
11589 2006-07-30 Naba Kumar <naba@gnome.org>
11591 * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11593 2006-07-30 Johannes Schmid <jhs@gnome.org>
11595 * autogen.sh: use gnome-autogen.sh from gnome-coomen
11597 * plugins/debug-manager/plugin.c:
11598 * plugins/patch/plugin.c:
11599 Use IAnjutaIndicable to mark debugger position
11601 * plugins/sourceview/sourceview.c:
11602 Define colors for IAnjutaIndicable
11604 2006-07-29 Johannes Schmid <jhs@gnome.org>
11606 * plugins/debug-manager/anjuta-debug-manager.ui:
11607 * plugins/debug-manager/breakpoints.c:
11608 * plugins/debug-manager/images/Makefile.am:
11609 * plugins/debug-manager/images/run-to-cursor.png:
11610 * plugins/debug-manager/plugin.c:
11611 Added toolbar and some icons
11613 * plugins/patch/anjuta-patch.ui:
11614 * plugins/patch/patch-plugin.c:
11615 * plugins/patch/patch-plugin.glade:
11616 * plugins/patch/plugin.c:
11617 * plugins/patch/plugin.h:
11618 Improved patch plugin (GUI and function)
11620 * plugins/sourceview/sourceview.c:
11621 Fixed another Gtk-Critical
11623 * plugins/tools/anjuta-tools.ui:
11624 * plugins/tools/plugin.h:
11625 Put Patch plugin in tools menu and changed ui file
11627 2006-07-29 Johannes Schmid <jhs@gnome.org>
11629 * plugins/document-manager/plugin.c:
11630 Fixed accelator Gtk-Warning
11632 * plugins/message-view/anjuta-msgman.c:
11635 * plugins/sourceview/anjuta-document.c:
11636 * plugins/sourceview/anjuta-document.h:
11637 * plugins/sourceview/anjuta-marshal.list:
11638 Wrote a better emitter for the char-added signal
11640 * plugins/sourceview/sourceview.c:
11641 Fixed Redo/Undo to void Gtk-Criticals
11643 * plugins/sourceview/sourceview-args.c:
11644 * plugins/sourceview/sourceview-cell.c:
11645 * plugins/sourceview/sourceview-scope.c:
11646 * plugins/sourceview/sourceview-tags.c:
11647 Adapted to new IAnjutaIterator API
11649 2006-07-28 Naba Kumar <naba@gnome.org>
11651 * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11653 * plugins/symbol-browser/an_symbol.c,
11654 plugins/symbol-browser/an_symbol_iter.c,
11655 plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11656 subclass of AnjutaSymbol so that the symbol is accessible from
11657 the iter in light of changes in IAnjutaIterable.
11659 * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11660 implementation of IAnjutaIterable.
11662 2006-07-28 Naba Kumar <naba@gnome.org>
11664 * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11665 IAnjutaIterable. They were kind of useless since the interface is
11666 defined on the data object itself. Added set_position() method
11667 in IAnjutaIterable to allow setting arbitrary current index to the
11669 Added erase() and erase_range() in IAnjutaEditor.
11671 * plugins/editor/text-editor-iterable.c: Fixed
11672 plugins/editor/text_editor.c: Implemented erase() and erase_range()
11673 methods in editor. Fixed get_line_from_position() method.
11675 * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11676 code. It's disabled for now.
11678 * plugins/sourceview/sourceview-cell.c,
11679 plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11682 2006-07-27 Johannes Schmid <jhs@gnome.org>
11684 * plugins/sourceview/sourceview-cell.c:
11685 Fixed IAnjutaEditorCell to work only on a single line
11686 Fixed crasher in finalize
11688 * plugins/symbol-browser/an_symbol_prefs.c:
11689 * global-tags/Makefile.am:
11690 Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11691 script installation
11693 2006-07-26 Naba Kumar <naba@gnome.org>
11695 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11696 IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11698 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11700 * plugins/document-manager/plugin.c: Fixed dynamic loading of
11703 * plugins/editor/text-editor-iterable.c,
11704 plugins/editor/text_editor.c,
11705 plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11706 method to work correctly, it was ignoring start and end parameters.
11707 Fixed TextEditorCell implementation. Fixed 'char-added' signal
11710 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11711 plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11713 2006-07-24 Massimo Cora' <maxcvs@email.it>
11715 * plugins/symbol-browser/an_symbol_view.c,
11716 plugins/symbol-browser/an_symbol_view.h,
11717 plugins/symbol-browser/plugin.c:
11718 fix a matching case into sv_extract_type_qualifier_from_expr ()
11719 and some minor issues.
11721 2006-07-26 Johannes Schmid <jhs@gnome.org>
11723 * plugins/language-support-cpp-java/plugin.c:
11724 Fixed to work kind of with sourceview editor
11725 * plugins/sourceview/anjuta-document.c:
11726 * plugins/sourceview/anjuta-view.c:
11727 * plugins/sourceview/sourceview-cell.c:
11728 * plugins/sourceview/sourceview.c:
11729 Fixed IAnjutaEditorCell and "char-added" signal
11731 2006-07-24 Naba Kumar <naba@gnome.org>
11733 * plugins/document-manager/plugin.c,
11734 plugins/document-manager/plugin.h: Initial implementedion for loading
11737 * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11740 * plugins/editor/text_editor.c: Fixed syntax highlighting when
11741 indicators are cleared (that leaved grey texts).
11743 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11745 * libanjuta/interfaces/libanjuta.idl,
11746 plugins/debug-manager/breakpoints.c,
11747 plugins/debug-manager/memory.c,
11748 plugins/debug-manager/registers.c,
11749 plugins/debug-manager/debug_tree.c,
11750 plugins/debug-manager/debugger.c,
11751 plugins/gdb/debugger.c,
11752 plugins/gdb/debugger.h,
11753 plugins/gdb/plugin.c:
11754 Add a parameter for reporting error
11755 Add a new interface for using gdb variable object
11756 Allow to cancel commands
11757 Rewrite handling of debugger state
11759 * plugins/debug-manager/plugin.c,
11760 plugins/debug-manager/locals.c,
11761 plugins/debug-manager/locals.h,
11762 plugins/debug-manager/register.c,
11763 plugins/debug-manager/stack_trace.c,
11764 plugins/debug-manager/stack_trace.h:
11765 Create and destroy local and stack trace windows when needed
11767 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
11769 * plugins/document-manager/plugin.c:
11770 Fixed "Automatic" highlighting
11772 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
11774 * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11776 * plugins/sourceview/anjuta-view.c:
11777 Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11779 2006-07-14 Johannes Schmid <jhs@cvs.gnome.org>
11781 * configure.in: Check for C/C++-Compiler correctly
11783 2006-07-14 Fredrik Axelsson <fraxbe@gmail.com>
11785 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11787 * plugins/debug-manager/stack_trace.c:
11788 Destroy stack window when debuuger is disabled (#347414)
11790 * plugins/sourceview/anjuta-view.c:
11791 Fix a crash with popup-menu (#347412)
11793 2006-07-13 Naba Kumar <naba@gnome.org>
11795 * plugins/editor/Makefile.am,
11796 plugins/editor/text_editor.h,
11797 plugins/editor/text-editor-iterable.h,
11798 plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11801 * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11804 * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11806 2006-07-03 Johannes Schmid <jhs@cvs.gnome.org>
11808 * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11811 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
11813 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11815 * libanjuta/anjuta-preferences-dialog.c:
11816 Do not use the page_num returned by gtk_notebook_append_page to
11817 remove the page as it cause bugs when pages removal is not done
11820 * plugins/document-manager/anjuta-docman.c:
11821 * src/anjuta-app.c:
11822 makes Anjuta display dock_items which have previously been hidden
11824 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
11826 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11828 * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11829 * plugins/sourceview/sourceview.c: (imark_unmark):
11831 Patches for bugs #346450 and #346295
11833 * AUTHORS: Added Fredrik
11835 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11837 * plugins/message-view/anjuta-msgman.c:
11838 Fixed close button/icon size (like in docman)
11840 2006-06-10 Naba Kumar <naba@gnome.org>
11842 * plugins/editor/text_editor.c: Fixed goto line to mark the line
11845 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11847 * libanjuta/interfaces/libanjuta.idl:
11848 Move inspect_memory function in IAnjutaCpuDebugger interface
11849 Rename Boolean type to State
11851 * plugins/debug-manager/breakpoint.c:
11852 Rename Boolean type to State
11854 * plugins/debug-manager/Makefile.am,
11855 plugins/debug-manager/anjuta-marshal.list,
11856 plugins/debug-manager/data_view.c,
11857 plugins/debug-manager/data_view.h,
11858 plugins/debug-manager/data_buffer.c,
11859 plugins/debug-manager/data_buffer.h,
11860 plugins/debug-manager/chunk_view.c,
11861 plugins/debug-manager/chunk_view.h,
11862 plugins/debug-manager/anjuta-debug-manager.ui,
11863 plugins/debug-manager/debugger.c,
11864 plugins/debug-manager/memory.c,
11865 plugins/debug-manager/memory.h,
11866 plugins/debug-manager/plugin.c,
11867 plugins/gdb/debugger.c,
11868 plugins/gdb/debugger.h,
11869 plugins/gdb/plugin.c:
11870 Rewrite memory window using a special widget
11871 Rename Boolean type to State
11873 2006-06-08 Naba Kumar <naba@gnome.org>
11875 * plugins/editor/text_editor.c (itext_editor_get_current_word):
11876 Do not return garbage characters and return NULL when there is no
11879 * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11882 * plugins/search/search-replace.c: Fixed a mem leak.
11884 2006-06-08 Johannes Schmid <jhs@cvs.gnome.org>
11886 * libanjuta/anjuta-launcher.c:
11887 Added debug message (see #343522)
11889 * plugins/build-basic-autotools/build-basic-autotools.c:
11890 Patch from Günther Brammer to fix #344015
11892 * plugins/sourceview/sourceview.c:
11893 Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11894 automatic highlight of build messages)
11896 2006-06-06 Naba Kumar <naba@gnome.org>
11899 libanjuta/interfaces/libanjuta.idl,
11900 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11901 plugins/Makefile.am,
11902 plugins/document-manager/action-callbacks.c,
11903 plugins/document-manager/plugin.c,
11904 plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11905 interface for language highlight selection and langauge change
11908 * plugins/language-support-cpp-java: Added language support
11909 plugin for cpp and java.
11911 2006-05-27 Naba Kumar <naba@gnome.org>
11913 * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11914 plugins/debug-manager/*, data/Makefile.am,
11915 manuals/reference/libanjuta/libanjuta.types,
11916 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11917 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11918 merged anjuta-new-debugger branch into trunck.
11919 (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11921 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11923 * libanjuta/interfaces/libanjuta.idl,
11924 plugins/debug-manager/debugger.c,
11925 plugins/debug-manager/debugger.h,
11926 plugins/gdb/anjuta-gdb.plugin.in,
11927 plugins/gdb/debugger.c,
11928 plugins/gdb/debugger.h,
11929 plugins/gdb/plugin.c:
11930 Add new IAnjutaCpuDebugger interface to access cpu register
11931 Run gdb instead of /usr/local/bin/gdb
11933 * plugins/debug-manager/plugin.c,
11934 plugins/debug-manager/registers.c,
11935 plugins/debug-manager/registers.h:
11936 Rewrite register window
11937 Rename Load target menu item to Run target
11939 2006-05-07 Naba Kumar <naba@gnome.org>
11943 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11945 * plugins/debug-manager/watch.c,
11946 plugins/debug-manager/breakpoint.c,
11947 plugins/debug-manager/breakpoint.h:
11948 Fix crash: disconnect save and load session signals
11950 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11952 * libanjuta/interface/libanjuta.idl,
11953 plugins/debug-manager/debugger.c,
11954 plugins/gdb/plugin.c:
11955 Add a value parameter for evaluate command
11957 * plugins/debug-manager/anjuta-debug-manager.glade:
11958 Create new dialog box for watches using glade
11960 * plugins/debug-manager/anjuta-debug-manager.ui:
11961 Move watch menu items near the end
11962 Move breakpoint menu items outside the sub menu
11964 * plugins/debug-manager/debug_tree.c,
11965 plugins/debug-manager/debug_tree.h,
11966 plugins/debug-manager/debug_tree.h,
11967 plugins/debug-manager/watch.c:
11968 Move all GUI code from watch.c to debug_tree.c
11969 Add an auto update property to watches
11971 * plugins/debug-manager/locals.c,
11972 plugins/debug-manager/locals.h,
11973 plugins/debug-manager/stack_trace.c,
11974 plugins/debug-manager/stack_trace.h,
11975 plugins/debug-manager/plugin.c:
11976 Register actions before starting debugger
11978 * plugins/gdb/debugger.c:
11979 Do not call callback function if not present
11981 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11983 * libanjuta/interfaces/libanjuta.idl,
11984 plugins/debug-manager/stack_trace.c,
11985 plugins/debug-manager/stack_trace.h,
11986 plugins/debug-manager/anjuta-debug-manager.ui,
11987 plugins/gdb/debugger.c:
11988 Add a popup menu in stack frame window
11989 Add a new frame-changed event
11990 Use MI command for getting stack informations
11991 Get filename with full path (need gdb > 6.3)
11993 * libanjuta/interfaces/libanjuta.idl,
11994 plugins/debug-manager/debug_tree.c,
11995 plugins/debug-manager/debugger.c,
11996 plugins/debug-manager/locals.c,
11997 plugins/debug-manager/locals.h,
11998 plugins/debug-manager/plugin.c,
11999 plugins/gdb/debugger.c,
12000 plugins/gdb/debugger.h,
12001 plugins/gdb/parser.c,
12002 plugins/gdb/parser.h,
12003 plugins/gdb/plugin.c,
12004 plugins/gdb/Makefile.am:
12005 Pass watch data with string instead of Watch structures
12006 Use debug_tree in local window
12010 * plugins/debug-manager/breakpoints.c,
12011 plugins/debug-manager/utilities.c,
12012 plugins/debug-manager/utilities.h:
12013 Use a GtkListStore instead of a GtkTreeStore
12014 move goto_location_in_editor in utilities.c
12016 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
12018 * libanjuta/interfaces/libanjuta.idl,
12019 plugins/debug-manager/anjuta-debug-manager.ui,
12020 plugins/debug-manager/breakpoints.c,
12021 plugins/debug-manager/plugin.c,
12022 plugins/gdb/debugger.c:
12023 Add a breakpoint type
12024 Add new popup menu in breakpoint window
12025 Add toggle breakpoint in editor popup menu
12026 Save and restore breakpoint enable
12027 Fix bug in clear all breakpoints
12028 Remove old useless code
12030 * plugins/debug-manager/debugger.c:
12031 Fix some problem with debugger states
12033 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
12034 Update documentation
12036 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
12038 * data/Makefile.am,
12039 plugins/gdb/Makefile.am,
12040 plugins/gdb/gdb.init:
12041 Move gdb.init crom data to plugins/gdb
12043 * plugins/gdb/gdb.init,
12044 libanjuta/interfaces/libanjuta.idl,
12045 plugins/debug-manager/breakpoints.c,
12046 plugins/debug-manager/debugger.c,
12047 plugins/debug-manager/plugin.c,
12048 plugins/gdb/debugger.c,
12049 plugins/gdb/plugin.c:
12050 Support pending breakpoints
12051 Rewrite debugger states
12052 Split ianjuta_debugger_log into _enable_log and _disable_log
12054 * plugins/debug-manager/start.c,
12055 plugins/debug-manager/debug_tree.c,
12056 plugins/gdb/parser.c:
12057 Remove some useless lines
12059 * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12060 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12061 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
12062 Update documentation
12064 2006-03-12 Naba Kumar <naba@gnome.org>
12066 * manuals/references/libanjuta/libanjuta.types: Fixed
12067 debug-manager name.
12069 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
12071 * libanjuta/anjuta-debugger.c,
12072 libanjuta/anjuta-debugger.h:
12075 * libanjuta/interfaces/libanjuta.idl,
12076 plugins/debug-mananger/breakpoints.c,
12077 plugins/debug-manager/debug_tree.c,
12078 plugins/debug-manager/debugger.c,
12079 plugins/debug-manager/plugin.c,
12080 plugins/debug-manager/registers.c,
12081 plugins/debug-manager/sharedlib.c,
12082 plugins/debug-manager/signal.c,
12083 plugins/debug-manager/stack_trace.c,
12084 plugins/debug-manager/start.c,
12085 plugins/debug-manager/watch.c,
12086 plugins/gdb/debugger.c,
12087 plugins/gdb/debugger.h,
12088 plugins/gdb/parser.c,
12089 plugins/gdb/parser.h,
12090 plugins/gdb/plugin.c:
12091 Move types definitions from libanjuta/anjuta-debugger.{ch}
12092 Rename types from AnjutaDebugger* to IAnjutaDebugger*
12094 * plugins/gdb/Makefile.am:
12095 Remove user interface from gdb plugin
12097 2006-03-12 Naba Kumar <naba@gnome.org>
12099 * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
12101 2006-05-21 Johannes Schmid <jhs@cvs.gnome.org>
12103 Modified Patch from Marc Maurer <uwog@uwog.net>:
12104 * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
12107 * plugins/sourceview/Makefile.am:
12108 * plugins/sourceview/sourceview-cell.c:
12109 * plugins/sourceview/sourceview-cell.h:
12110 * plugins/sourceview/sourceview.c:
12112 Implemented IAnjutaEditorCell
12114 2006-05-21 Naba Kumar <naba@gnome.org>
12116 * libanjuta/interfaces/libanjuta.idl,
12117 plugins/document-manager/action-callbacks.c,
12118 plugins/document-manager/plugin.c,
12119 plugins/editor/print.c, plugins/editor/text_editor.c,
12120 plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
12121 Fixed zooming and added icons and shortcuts for zoom menu items.
12123 2006-05-21 Naba Kumar <naba@gnome.org>
12125 * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12128 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
12130 * plugins/document-manager/anjuta-docman.c:
12131 Fixed close button reaction by setting the correct current editor
12133 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
12135 Patch from Yang Hong <yanghong@ccoss.com.cn>:
12136 * plugins/document-manager/anjuta-docman.c
12137 - Fix close button, you can close any tab as you wish now.
12138 - Fadeout mime icon as the same as close image
12140 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
12142 Patch from Marc Maurer <uwog@uwog.net>
12143 * main.c: Compile fix when NLS is enabled
12145 AUTHORS: Added Marc
12147 2006-05-20 Naba Kumar <naba@gnome.org>
12149 * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12150 while loading abiword-2.4.4/abi project).
12152 2006-05-18 Naba Kumar <naba@gnome.org>
12154 * libanjuta/interfaces/libanjuta.idl,
12155 plugins/document-manager/action-callbacks.c,
12156 plugins/editor/print.c,
12157 plugins/editor/text_editor.c,
12158 plugins/editor/text_editor.h,
12159 plugins/editor/text_editor_prefs.c: Fixed zooming.
12161 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12162 interface for character iteration and IAnjutaEditorAssist interface
12163 for autocompletions and editor tips.
12165 2006-05-18 Johannes Schmid <jhs@cvs.gnome.org>
12167 Patch from Günther Brammer <GBrammer@gmx.de>:
12168 * plugins/document-manager/anjuta-docman.c:
12169 Make tabs smaller but keep nice closing icon
12171 * plugins/document-manager/anjuta-docman.c:
12172 * plugins/document-manager/Makefile.am:
12174 Added nice mime-icons to the editor tabs
12176 2006-05-17 Johannes Schmid <jhs@cvs.gnome.org>
12178 * configure.in: Bumped version to 2.0.3 (pre-release increment)
12180 * plugins/symbol-browser/an_symbol_view.c:
12182 - Fixed symbol searching (Yang Hong (#341997))
12184 * plugins/devhelp/htmlview.c:
12185 Fixed devhelp plugin
12187 * plugins/build-basic-autotools/build-basic-autotools.c:
12188 * plugins/search/search-replace.c:
12189 * plugins/document-manager/anjuta-docman.c:
12191 Only add a marker to a line where it makes sense!
12193 === anjuta 2.0.2 ===
12195 2006-05-15 Naba Kumar <naba@gnome.org>
12197 * configure.in: set required versions for
12200 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
12202 * plugins/glade/plugin.c:
12203 Fixed signal connection for "gtk-doc-search"
12205 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
12207 * NEWS: Set release date, add known issues
12209 * libanjuta/anjuta-shell.c:
12210 Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12211 and debug other gtk-warnings/criticals)
12213 * plugins/build-basic-autotools/build-basic-autotools.c:
12214 Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12216 * plugins/sourceview/anjuta-view.c:
12217 * plugins/sourceview/sourceview-args.c:
12218 * plugins/sourceview/sourceview-scope.c:
12219 * plugins/sourceview/sourceview-tags.c:
12220 Fixed gtk-criticals (gtk_source_language_get_mime_types)
12222 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12224 * pixmaps/Makefile.am:
12225 Add preferences_general.png
12227 * plugins/devhelp/plugin.c:
12228 Fixed some more realise things
12230 * plugins/message-view/anjuta-msgman.c:
12231 Support stock icons for message panes
12233 * plugins/search/search-replace.c:
12234 Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12236 * plugins/search/search-replace_backend.c:
12239 * plugins/sourceview/anjuta-document.c:
12240 * plugins/sourceview/sourceview.c:
12241 Fixed finalise and tag completion
12243 * src/anjuta-app.c:
12244 Use preferences_general icon
12246 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12248 * pixmaps/Makefile.am:
12251 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12253 * plugins/sourceview/sourceview-prefs.c:
12254 Fixed font & color handling
12256 * plugins/symbol-browser/an_symbol_view.c:
12259 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12261 * plugins/macro/macros.xml:
12262 Fixed bug #341583 (Address of FSF)
12264 2006-05-12 Johannes Schmid <jhs@cvs.gnome.org>
12267 Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12268 Update: Do it the cool way...
12270 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
12272 * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12273 Implement gtk-api-help signals of glade3
12274 * configure.in: Bump to glade3 2.91.2
12276 * plugins/devhelp/plugin.c:
12277 Fixed some realize stuff in the devhelp plugin
12279 * plugins/sourceview/anjuta-document.c:
12280 fixed bug with scope completion
12282 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
12284 * plugins/symbol-browser/an_symbol_view.c
12285 * plugins/symbol-browser/an_symbol_prefs.c
12286 * plugins/symbol-browser/an_symbol_prefs.h
12287 * global_tags/create_global_tags.sh:
12289 Automaticly create global tags on first startup
12291 2006-05-08 Massimo Cora' <maxcvs@email.it>
12294 * plugins/project-wizard/templates/Makefile.am:
12295 * (added) plugins/project-wizard/templates/cpp-logo.png:
12296 * (added) plugins/project-wizard/templates/cpp.wiz:
12297 * (added) plugins/project-wizard/templates/cpp/*:
12299 Added a generic c++ template. It's a simple hello world.
12301 2006-05-07 Massimo Cora' <maxcvs@email.it>
12303 * plugins/symbol-browser/an_symbol_view.c:
12304 fixed a stupid crasher.
12306 2006-05-05 Johannes Schmid <jhs@cvs.gnome.org>
12308 * plugins/project-wizard/templates/wxwin/configure.in.tpl
12309 * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12311 Fixed WxWidgets project type
12313 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
12315 * plugins/devhelp/htmlview.c:
12316 * plugins/devhelp/plugin.c:
12317 Maybe I fixed the crash this time! I could at least not reproduce anymore!
12319 * plugins/project-wizard/install.c:
12320 Don't set a message - thanks to seb
12322 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
12324 * plugins/devhelp/htmlview.c:
12325 * plugins/symbol-browser/an_symbol_view.c:
12327 There is a weird crash in gtk_idle which I still did not completly fix!
12329 * plugins/project-wizard/install.c:
12330 Default to success instead of failure
12332 2006-05-03 Johannes Schmid <jhs@cvs.gnome.org>
12334 * plugins/devhelp/htmlview.c:
12335 * plugins/devhelp/plugin.c:
12336 Fixed bug and libdevhelp issue!
12338 * plugins/project-wizard/install.c:
12339 Fixed message string!
12341 2006-05-03 Massimo Cora' <maxcvs@email.it>
12343 * plugins/symbol-browser/an_symbol_view.c:
12344 Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12346 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12348 * pixmaps/Makefile.am:
12350 * anjuta.desktop.in.in
12352 GNOME Goal #2.1: Install theme-friendly icons
12354 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12356 * plugins/devhelp/htmlview.c: Reload page on reparent
12357 * plugins/document-manager/anjuta-docman.c:
12358 Present document-manager when document is selected in file-manager
12360 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12362 * plugins/symbol-broser/an_symbol_view.c:
12363 Fixed crasher in namespace exploration
12365 2006-05-01 Massimo Cora' <maxcvs@email.it>
12368 * plugins/valgrind/Makefile.am:
12370 Optional compiling of Valgrind plugin
12372 2006-05-01 Massimo Cora' <maxcvs@email.it>
12374 * plugins/symbol-browser/an_symbol_view.c:
12375 - modularized code. Marked with FIXME the parts which need improvement.
12377 - Added basic namespace completion for Gtkmm type project:
12378 - namespace1::MyClass *class;
12379 - class-> [display]
12380 - Namespaces must be anyway improved.
12382 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12384 * plugins/devhelp/plugin.c:
12385 Fixed up plugin unloading and show html widget on link selected
12389 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
12391 * plugins/devhelp/Makefile.am:
12392 * plugins/devhelp/anjuta-devhelp.plugin.in:
12393 * plugins/devhelp/htmlview.c:
12394 * plugins/devhelp/htmlview.h:
12395 * plugins/devhelp/plugin.c:
12396 * plugins/devhelp/plugin.h:
12397 Reimplemeted devhelp plugin from scratch
12399 * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12402 2006-04-30 Johannes Schmid <jhs@cvs.gnome.org>
12404 * plugins/sourceview/sourceview-tags.c:
12405 complete some more tag types
12407 * plugins/valgrind/plugin.c:
12408 * plugins/valgrind/preferences.c:
12409 * plugins/valgrind/vggeneralprefs.c:
12411 Fixed lots of gtk warnings
12413 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12415 * plugins/sourceview/sourceview-scope.c:
12416 Implemented type-ahead for scope completion
12418 2006-04-28 Johannes Schmid <jhs@cvs.gnome.org>
12420 * manuals/C/Makefile.am:
12421 * manuals/Makefile.am:
12422 * plugins/document-manager/Makefile.am:
12423 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12424 * plugins/sourceview/Makefile.am:
12429 * plugins/class-gen/goc_template_header: G_END_DECLS
12431 2006-05-27 Naba Kumar <naba@gnome.org>
12433 * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12434 scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12435 scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12436 scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12437 scintilla/include/Scintilla.iface,
12438 (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12439 cvs. Fixed compile flags. Removed outdated patches.
12441 2006-04-27 Johannes Schmid <jhs@cvs.gnome.org>
12443 * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12445 * plugins/sourceview/anjuta-document.c:
12446 * plugins/sourceview/sourceview-args.c:
12447 * plugins/sourceview/sourceview-scope.c:
12449 Add End/Home keypresses and support completion if symbol start with '!' for example
12452 2006-04-27 Massimo Cora' <maxcvs@email.it>
12454 * libanjuta/interfaces/libanjuta.idl:
12456 * plugins/sourceview/sourceview-scope.c:
12457 * plugins/sourceview/tag-window.c:
12458 * plugins/sourceview/tag-window.h:
12459 * plugins/symbol-browser/an_symbol_view.c:
12460 * plugins/symbol-browser/an_symbol_view.h:
12461 * plugins/symbol-browser/plugin.c:
12463 added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12465 Code and ideas for C/C++ new completion engine comes from IComplete written by
12466 Martin Stubenschrott <stubenschrott@gmx.net>.
12467 Currently the interface works only with GtkSourceView plugin.
12469 * tagmanager/Makefile.am:
12471 * tagmanager/entry.h:
12472 * tagmanager/get.c:
12473 * tagmanager/get.h:
12474 * tagmanager/include/tm_file_entry.h:
12475 * tagmanager/include/tm_project.h:
12476 * tagmanager/include/tm_source_file.h:
12477 * tagmanager/include/tm_symbol.h:
12478 * tagmanager/include/tm_tagmanager.h:
12479 * tagmanager/include/tm_work_object.h:
12480 * tagmanager/include/tm_workspace.h:
12481 * tagmanager/parse.c:
12482 * tagmanager/read.c:
12483 * tagmanager/read.h:
12484 * tagmanager/tm_project.c:
12485 * tagmanager/tm_source_file.c:
12486 * tagmanager/tm_workspace.c:
12488 Tagmanager can now parse a memory buffer and generate/update
12489 tags into tm_workspace/tm_project on the fly, without using files.
12490 C/C++ is supported now.
12492 2006-04-26 Johannes Schmid <jhs@cvs.gnome.org>
12494 * plugins/sourceview/anjuta-document.c:
12495 * plugins/sourceview/sourceview-args.c:
12496 * plugins/sourceview/sourceview-scope.c:
12497 * plugins/sourceview/sourceview.c:
12499 Fixed some memory leaks and argument completion
12501 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
12503 * plugins/glade/plugin.c:
12505 Fixed glade plugin build because of API changes in glade3
12507 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
12509 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12510 Updated editor section
12512 * manuals/C/anjuta-manual/interface.xml:
12513 * manuals/C/anjuta-manual/preferences.xml:
12514 * manuals/C/anjuta-manual/projects.xml:
12517 * plugins/editor/anjuta-editor.plugin.in:
12520 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
12523 * plugins/editor/anjuta-editor.plugin.in:
12524 * plugins/sourceview/sourceview.plugin.in:
12526 Build both editors and let the user decide a runtime!
12528 * plugins/sourceview/sourceview-scope.c:
12529 Fixed bug in regex to allow test()-> completions
12531 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
12533 * plugins/sourceview/anjuta-document.c:
12534 * plugins/sourceview/sourceview-args.c:
12535 * plugins/sourceview/sourceview-scope.c:
12536 * plugins/sourceview/sourceview-tags.c:
12537 * plugins/sourceview/tag-window.c:
12539 Improved callltip windows
12541 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
12543 * src/anjuta-app.c: (on_session_save):
12544 Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12545 <ricardo.jose.ferrari@gmail.com> for pointing this out!
12547 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
12549 * libanjuta/anjuta-utils.c:
12550 * plugins/cvs-plugin/cvs-execute.c:
12553 * scintilla/LexInno.cxx:
12554 * scintilla/LexOpal.cxx:
12555 * scintilla/LexTCL.cxx:
12557 Added missing files from scintilla-update
12559 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
12562 * manuals/C/Makefile.am:
12563 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12564 * manuals/C/anjuta-manual/Makefile.am:
12565 * manuals/C/anjuta-manual/anjuta-manual.xml:
12566 * manuals/C/anjuta-manual/build.xml:
12567 * manuals/C/anjuta-manual/debugger.xml:
12568 * manuals/C/anjuta-manual/execute.xml:
12569 * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12570 * manuals/C/anjuta-manual/figures/arguments.png:
12571 * manuals/C/anjuta-manual/figures/configure_dlg.png:
12572 * manuals/C/anjuta-manual/figures/file_menu.png:
12573 * manuals/C/anjuta-manual/figures/menu_main.png:
12574 * manuals/C/anjuta-manual/figures/menubar.png:
12575 * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12576 * manuals/C/anjuta-manual/figures/project_info.png:
12577 * manuals/C/anjuta-manual/figures/scrshot.png:
12578 * manuals/C/anjuta-manual/figures/symbol_browser.png:
12579 * manuals/C/anjuta-manual/figures/tool-editor.png:
12580 * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12581 * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12582 * manuals/C/anjuta-manual/figures/toolbar_format.png:
12583 * manuals/C/anjuta-manual/figures/toolbar_main.png:
12584 * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12585 * manuals/C/anjuta-manual/fileoperations.xml:
12586 * manuals/C/anjuta-manual/interface.xml:
12587 * manuals/C/anjuta-manual/introduction.xml:
12588 * manuals/C/anjuta-manual/preferences.xml:
12589 * manuals/C/anjuta-manual/projects.xml:
12590 * manuals/C/anjuta-manual/tools.xml:
12591 * manuals/Makefile.am:
12593 Updated manual and faq
12595 * scintilla/CallTip.cxx:
12596 * scintilla/CallTip.h:
12597 * scintilla/CellBuffer.cxx:
12598 * scintilla/CellBuffer.h:
12599 * scintilla/ContractionState.cxx:
12600 * scintilla/Document.cxx:
12601 * scintilla/Document.h:
12602 * scintilla/DocumentAccessor.cxx:
12603 * scintilla/Editor.cxx:
12604 * scintilla/Editor.h:
12605 * scintilla/ExternalLexer.cxx:
12606 * scintilla/Indicator.cxx:
12607 * scintilla/KeyMap.cxx:
12608 * scintilla/KeyWords.cxx:
12609 * scintilla/LexAU3.cxx:
12610 * scintilla/LexBash.cxx:
12611 * scintilla/LexCPP.cxx:
12612 * scintilla/LexCaml.cxx:
12613 * scintilla/LexCsound.cxx:
12614 * scintilla/LexEiffel.cxx:
12615 * scintilla/LexGui4Cli.cxx:
12616 * scintilla/LexHTML.cxx:
12617 * scintilla/LexLua.cxx:
12618 * scintilla/LexMSSQL.cxx:
12619 * scintilla/LexOthers.cxx:
12620 * scintilla/LexPOV.cxx:
12621 * scintilla/LexPython.cxx:
12622 * scintilla/LexRuby.cxx:
12623 * scintilla/LexSQL.cxx:
12624 * scintilla/LexVB.cxx:
12625 * scintilla/Makefile.am:
12626 * scintilla/PlatGTK.cxx:
12627 * scintilla/PropSet.cxx:
12628 * scintilla/RESearch.cxx:
12629 * scintilla/RESearch.h:
12630 * scintilla/ScintillaBase.cxx:
12631 * scintilla/ScintillaGTK.cxx:
12632 * scintilla/StyleContext.h:
12633 * scintilla/ViewStyle.cxx:
12634 * scintilla/ViewStyle.h:
12635 * scintilla/XPM.cxx:
12636 * scintilla/include/KeyWords.h:
12637 * scintilla/include/Platform.h:
12638 * scintilla/include/PropSet.h:
12639 * scintilla/include/SciLexer.h:
12640 * scintilla/include/Scintilla.h:
12641 * scintilla/include/Scintilla.iface:
12642 * scintilla/include/ScintillaWidget.h:
12643 * scintilla/lexers.make:
12645 Update to scintilla 1.68
12647 * src/anjuta-app.c:
12648 Only show help items which are really availible
12650 * plugins/cvs-plugin/cvs-callbacks.c
12651 * plugins/cvs-plugin/cvs-execute.c
12652 * plugins/cvs-plugin/subversion-callbacks.c:
12653 * libanjuta/anjuta-utils.c:
12654 Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12656 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12658 * plugins/project-wizard/install.c,
12659 * plugins/project-wizard/autogen.c:
12660 Add error messages if using a read only directory
12661 Improve fix for bug #339296
12663 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
12665 * libanjuta/interfaces/libanjuta.idl:
12666 * plugins/document-manager/action-callbacks.c:
12667 * plugins/document-manager/plugin.c:
12668 * plugins/editor/text_editor.c:
12669 Added IAnjutaEditorGoto
12671 * plugins/editor/aneditor.cxx:
12672 * plugins/editor/aneditor.h:
12673 * plugins/editor/text_editor.h:
12674 * plugins/editor/text_editor_prefs.c:
12678 2006-04-21 Johannes Schmid <jhs@cvs.gnome.org>
12680 * libanjuta/interfaces/libanjuta.idl:
12681 * plugins/document-manager/action-callbacks.c:
12682 * plugins/document-manager/anjuta-docman.c:
12683 * plugins/document-manager/plugin.c:
12684 * plugins/editor/text_editor.c:
12685 Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12687 * plugins/sourceview/sourceview.c:
12688 * plugins/sourceview/sourceview.glade:
12689 Fixed some uft-8 issues and added a preference option
12690 to enable/disable gnome-vfs monitoring
12692 * scintilla/Makefile.am:
12693 * scintilla/include/Makefile.am:
12696 2006-04-20 Massimo Cora' <maxcvs@email.it>
12698 * libanjuta/interfaces/libanjuta.idl:
12699 Remove get_current_pos () because we have get_position()
12701 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12704 * plugins/sourceview/tag-window.c:
12705 Don't close window on PageUp/PageDown
12707 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12709 * data/Makefile.am:
12710 * manuals/reference/libanjuta/Makefile.am:
12715 * src/bacon-message-connection.c:
12716 * src/bacon-message-connection.h: (both from gedit)
12719 Fixed #312319 (Opening files when Anjuta is already open)
12721 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
12723 * TODO.tasks: Updated
12724 * plugins/sourceview/anjuta-view.c:
12725 * plugins/sourceview/anjuta-view.h:
12726 * plugins/sourceview/sourceview.c:
12728 * configure.in: Fix --enable-plugin-scintilla
12730 Added char_added signal
12732 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
12734 * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12736 Fixed diff for utf8
12738 * plugins/sourceview/sourceview.c:
12739 Fixed VFS monitoring (still a bit buggy)
12741 * plugins/sourceview/sourceview-args.c:
12742 * plugins/sourceview/tag-window.c:
12744 Better sizing for the popup-window
12746 2006-04-17 Johannes Schmid <jhs@cvs.gnome.org>
12748 * plugins/project-wizard/templates/gnome/src/main.c:
12749 * plugins/project-wizard/templates/gnome/src/project.glade:
12750 * plugins/project-wizard/templates/gtk/src/main.c:
12751 * plugins/project-wizard/templates/gtk/src/project.glade:
12752 * plugins/project-wizard/templates/gtkmm/src/main.cc:
12754 Fixed up GLADE_FILE definition in project types and fixed bug #334546
12756 2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
12758 * configure.in: More removal of obsoleteness.
12761 2006-04-12 Johannes Schmid <jhs@cvs.gnome.org>
12764 * libanjuta/anjuta-preferences.c:
12765 * libanjuta/anjuta-utils.c:
12766 * libanjuta/anjuta-utils.h:
12767 * plugins/message-view/message-view.c:
12769 Changed color functions and moved convert_color to anjuta-utils.h
12771 * plugins/message-view/anjuta-message-manager-plugin.glade:
12772 GnomeColorPicker -> GtkColorButton (bug #309154)
12774 * plugins/sourceview/plugin.c:
12775 * plugins/sourceview/sourceview-prefs.c:
12776 * plugins/sourceview/sourceview.glade:
12777 Added color and font preferences
12779 * plugins/sourceview/sourceview-tags.c:
12780 Only show as much choices as configured in preferences
12782 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
12784 * ROADMAP, NEWS: Updated (we are far behind ;-)
12785 * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12787 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
12790 * plugins/editor/Makefile.am:
12791 * scintilla/Makefile.am
12793 Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12795 * global-tags/Makefile.am:
12796 * global-tags/create_global_tags.sh:
12797 * plugins/symbol-browser/an_symbol_prefs.c:
12798 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12799 * plugins/symbol-browser/plugin.h:
12800 * tagmanager/include/tm_workspace.h:
12801 * tagmanager/tm_workspace.c:
12803 Fixed symbol-browser prefs and move global tags generation from installtion to
12804 preferences to make the life easier for distributers and to allow updates after installtion
12806 * plugins/document-manager/action-callbacks.c:
12807 * plugins/document-manager/action-callbacks.h:
12808 * plugins/document-manager/anjuta-document-manager.ui:
12809 * plugins/document-manager/indent-util.c:
12810 * plugins/document-manager/plugin.c:
12811 * plugins/editor/text_editor.c:
12813 Moved indent stuff to document-manager
12815 * plugins/sourceview/anjuta-view.c:
12816 * plugins/sourceview/sourceview-args.c:
12817 * plugins/sourceview/sourceview-scope.c:
12818 * plugins/sourceview/sourceview-tags.c:
12819 * plugins/sourceview/sourceview.c:
12823 * plugins/sourceview/sourceview.plugin (removed):
12824 * plugins/sourceview/sourceview.plugin.in:
12825 Editor is not user-activatible
12827 * plugins/sourceview/sourceview.png:
12830 2006-04-08 Johannes Schmid <jhs@cvs.gnome.org>
12832 * src/anjuta-app.c: Fixed crasher on plugin unloading
12834 2006-04-06 Johannes Schmid <jhs@cvs.gnome.org>
12836 * plugins/sourceview/sourceview.c
12837 * plugins/sourceview/sourceview-args.c
12838 * plugins/sourceview/sourceview-args.h:
12840 Polished argument completion
12842 2006-04-05 Johannes Schmid <jhs@cvs,gnome.org>
12844 * plugins/message-view/anjuta-msgman.c:
12845 * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12847 Show message pane on switch (does not work, anjuta_shell needs a fix)
12849 * plugins/sourceview/Makefile.am:
12850 * plugins/sourceview/anjuta-view.c: (find_tag_window),
12851 * plugins/sourceview/sourceview-args.c:
12852 * plugins/sourceview/sourceview-args.h:
12853 * plugins/sourceview/sourceview-private.h:
12854 * plugins/sourceview/sourceview-scope.c:
12855 (sourceview_scope_update), (sourceview_scope_filter_keypress):
12856 * plugins/sourceview/sourceview-tags.c:
12857 * plugins/sourceview/sourceview.c:
12858 * plugins/sourceview/tag-window.c:
12859 * plugins/sourceview/tag-window.h:
12861 Added scope and argument completion
12863 2006-04-03 Johannes Schmid <jhs@gnome.org>
12866 * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12867 (on_widget_remove):
12870 * plugins/sourceview/sourceview.c: (iselect_clear):
12871 Make "Delete"-key working
12873 * configure.in: #336389
12875 2006-04-03 Johannes Schmid <jhs@gnome.org>
12877 * plugins/sourceview/Makefile.am:
12878 * plugins/sourceview/anjuta-view.c:
12879 * plugins/sourceview/plugin.c:
12880 * plugins/sourceview/sourceview-private.h:
12881 * plugins/sourceview/sourceview-scope.c:
12882 * plugins/sourceview/sourceview-scope.h:
12883 * plugins/sourceview/sourceview-tags.c:
12884 * plugins/sourceview/sourceview-tags.h:
12885 * plugins/sourceview/sourceview.c:
12886 * plugins/sourceview/sourceview.h:
12887 * plugins/sourceview/tag-window.c:
12889 - fixed goto_file_line
12890 - scroll to cursor on undo/redo
12891 - show correct popup-menu
12892 - scope completion (not ready yet)
12894 2006-04-03 Johannes Schmid <jhs@gnome.org>
12896 * plugins/sourceview/plugin.c:
12897 * plugins/sourceview/sourceview-tags.c:
12898 * plugins/sourceview/sourceview.c:
12899 * plugins/sourceview/sourceview.h:
12900 * plugins/sourceview/tag-window.c:
12902 Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12904 2006-04-03 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12906 * plugins/sourceview/sourceview.c:
12907 Fixed next/previous bookmark.
12908 Toggled bookmark (set/unset).
12910 2006-04-03 Johannes Schmid <jhs@gnome.org>
12912 * plugins/document-manager/action-callbacks.c:
12913 Fixed Gtk-Warning in goto_line
12915 * plugins/sourceview/Makefile.am:
12916 * plugins/sourceview/anjuta-document.c:
12917 * plugins/sourceview/anjuta-view.c:
12918 * plugins/sourceview/anjuta-view.h:
12919 * plugins/sourceview/sourceview-autocomplete.c:
12920 * plugins/sourceview/sourceview-autocomplete.h:
12921 * plugins/sourceview/sourceview-private.h:
12922 * plugins/sourceview/sourceview-tags.c:
12923 * plugins/sourceview/sourceview-tags.h:
12924 * plugins/sourceview/sourceview.c:
12925 * plugins/sourceview/tag-window.c:
12926 * plugins/sourceview/tag-window.h:
12927 Created a nice API for tag and completion windows
12929 * plugins/sourceview/sourceview-print.h:
12930 * plugins/sourceview/sourceview-print.c:
12933 2006-04-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12935 * plugins/sourceview/sourceview.c:
12936 Fixed typo (Sort bookmarks).
12938 2006-04-01 Johannes Schmid <jhs@gnome.org>
12940 * plugins/sourceview/anjuta-document.c:
12941 * plugins/sourceview/anjuta-document.h:
12942 * plugins/sourceview/anjuta-view.c:
12943 * plugins/sourceview/anjuta-view.h:
12944 * plugins/sourceview/sourceview-autocomplete.c:
12945 * plugins/sourceview/sourceview-autocomplete.h:
12946 * plugins/sourceview/sourceview-prefs.c:
12947 * plugins/sourceview/sourceview-prefs.h:
12948 * plugins/sourceview/sourceview-private.h:
12949 * plugins/sourceview/sourceview-tags.c:
12950 * plugins/sourceview/sourceview-tags.h:
12951 * plugins/sourceview/sourceview.c:
12952 * plugins/sourceview/sourceview.glade:
12953 * plugins/sourceview/tag-window.c:
12954 * plugins/sourceview/tag-window.h:
12956 Improved code complete and autocomplete
12958 2006-04-01 Johannes Schmid <jhs@gnome.org>
12960 * plugins/sourceview/Makefile.am:
12961 * plugins/sourceview/bookmark.png:
12962 * plugins/sourceview/marker-attentive.png:
12963 * plugins/sourceview/marker-basic.png:
12964 * plugins/sourceview/marker-intense.png:
12965 * plugins/sourceview/marker-light.png:
12966 * plugins/sourceview/sourceview.c:
12968 Added pixmaps for all marker types and show bookmarks
12971 * plugins/sourceview/Makefile.am:
12972 Build sourceview on 2.14 only
12974 2006-03-31 Johannes Schmid <jhs@gnome.org>
12976 * plugins/sourceview/Makefile.am:
12977 * plugins/sourceview/anjuta-document.c:
12978 * plugins/sourceview/anjuta-view.c:
12979 * plugins/sourceview/anjuta-view.h:
12980 * plugins/sourceview/sourceview-autocomplete.c:
12981 * plugins/sourceview/sourceview-private.h:
12982 * plugins/sourceview/sourceview-tags.c:
12983 * plugins/sourceview/sourceview-tags.h:
12984 * plugins/sourceview/sourceview.c:
12985 * plugins/sourceview/tag-window.c:
12986 * plugins/sourceview/tag-window.h:
12988 Added code completion with tag manager to the editor and fixed a save_as bug
12990 2006-03-31 Johannes Schmid <jhs@gnome.org>
12992 * src/main.c: Revert patch from Rob to allow building with
12994 * configure.in: Require at least 2.12 libraries
12996 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12998 reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
13000 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
13001 Improve anjuta-plugin project template: Added missed files dist tarball
13004 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
13007 2006-03-28 Yang Hong <yanghong@ccoss.com.cn>
13009 reviewed by: Johannes Schmid <jhs@gnome.org>
13011 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
13012 plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
13013 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
13014 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
13016 Improve anjuta-plugin project template. Also fix for #322744
13018 2006-03-27 Johannes Schmid <jhs@gnome.org>
13020 * plugins/sourceview/sourceview-private.h:
13021 plugins/sourceview/sourceview.c:
13023 Added basic bookmark support
13025 2006-03-27 Johannes Schmid <jhs@gnome.org>
13030 Patch from Rob Bradfort <robster@debian.org>:
13031 * src/main.c: (get_command_line_args), (main):
13032 Migration from popt to GOption
13034 2006-03-26 Naba Kumar <naba@gnome.org>
13036 * plugins/document-manager/anjuta-docman.c: Fixed close icon button
13037 size to scale itself with theme.
13039 2006-03-26 Naba Kumar <naba@gnome.org>
13041 * plugins/file-manager/an_file_view.c,
13042 plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
13043 when symbolview and fileview objects are destroyed to avoid crashes
13044 after the plugins are disabled.
13046 2006-03-26 Naba Kumar <naba@gnome.org>
13048 * Makefile.am, po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
13049 Deleted unused file.
13051 * plugins/glade/plugin.c: Be able to close glade plugin when there
13052 there is no glade project loaded.
13054 * plugins/sourceview/sourceview.plugin,
13055 plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
13057 2006-03-23 Naba Kumar <naba@gnome.org>
13059 * plugins/editor/print.c: Fixed a bug where some sections of
13060 printed/previewed text is not highlighted.
13062 2006-03-20 Johannes Schmid <jhs@gnome.org>
13064 * libanjuta/interfaces/libanjuta.idl:
13066 * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
13067 as we do not use private apis. Show help window and startup because it does
13070 * plugins/document-manager/action-callbacks.c:
13071 plugins/editor/Makefile.am:
13072 plugins/editor/text_editor.c:
13073 plugins/editor/print.c:
13074 plugins/editor/print.h:
13076 Fixed printing (nobody has missed it BTW ;-)
13078 * plugins/sourceview/sourceview.c:
13081 2006-03-20 Naba Kumar <naba@gnome.org>
13083 * configure.in, plugins/devhelp/plugin.c: Be able to build with
13084 devhelp >= 0.9 < 0.11 versions.
13086 2006-03-20 Johannes Schmid <jhs@gnome.org>
13088 * plugins/sourceview/anjuta-document-loader.c
13089 plugins/sourceview/sourceview.c:
13091 Fixed encoding bugs
13093 2006-03-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13095 * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
13096 Fixed bug (line position)
13097 Give the good line position whatever the active editor.
13099 2006-03-19 Ilkka Tuohela <hile@iki.fi>
13101 * configure.in: Added fi to ALL_LINGUAS
13103 2006-03-19 Johannes Schmid <jhs@gnome.org>
13105 * plugins/sourceview/anjuta-document-loader.c:
13106 replace gnome_vfs_get_mime_type_for_name_and data
13108 * plugins/build-basic-autotools/build-basic-autotools.c:
13111 2006-03-17 Johannes Schmid <jhs@gnome.org>
13113 * plugins/editor/editor.glade:
13114 Added style-editor again after it got lost somehow
13116 2006-03-17 Johannes Schmid <jhs@gnome.org>
13118 * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
13119 configure.in: require devhelp 0.11
13121 Post 0.11 devhelp versions (CVS) do not work because of an API change...
13123 plugins/build-basic-autotools/build-basic-autotools.c:
13124 forgot a an installtion callback for the "install as root"-feature
13126 2006-03-17 Massimo Cora' <maxcvs@email.it>
13128 reviewed by: Johannes Schmid <jhs@gnome.org>
13130 * plugins/class-gen/anjuta-class-gen-plugin.glade
13131 plugins/class-gen/class_gen.c
13132 plugins/class-gen/goc_template_header
13133 plugins/class-gen/goc_template_source
13137 2006-03-16 Johannes Schmid <jhs@gnome.org>
13139 * plugins/sourceview/sourceview.c:
13140 Fixed "save-point" signal for undo actions
13142 2006-03-16 Massimo Cora' <maxcvs@email.it>
13144 reviewed by: Johannes Schmid <jhs@gnome.org>
13146 * plugins/document-manager/anjuta-docman.c:
13147 Implement tab drag and drop
13149 2006-03-16 Johannes Schmid <jhs@gnome.org>
13151 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13152 plugins/build-basic-autotools/build-basic-autotools.c:
13154 Implemented "install as root"-feature (#321455)
13156 2006-03-16 Johannes Schmid <jhs@gnome.org>
13159 plugins/sourceview/.cvsignore
13160 plugins/tools/scripts/.cvsignore:
13161 Added/extended .cvsignore files
13163 * plugins/sourceview/sourceview-autocomplete.c:
13164 plugins/sourceview/sourceview-autocomplete.h:
13165 plugins/sourceview/sourceview-prefs.c:
13166 plugins/sourceview/sourceview-private.h:
13167 plugins/sourceview/sourceview.glade:
13168 Autcomplete just works(tm) now and respects preferences
13170 * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13171 Use better algorithm from autocomplete
13173 2006-03-15 Johannes Schmid <jhs@gnome.org>
13175 * src/anjuta-app.c:
13178 2006-03-15 Johannes Schmid <jhs@gnome.org>
13180 * libanjuta/interfaces/libanjuta.idl:
13181 plugins/class-gen/class_gen.c:
13182 plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13183 plugins/project-manager/plugin.c:
13185 Allow to add multiple source files (#320191)
13187 * configure.in: Require gnome-build 0.1.3
13189 2006-03-14 Johannes Schmid <jhs@gnome.org>
13191 * plugins/macro/macro-utils.c: Fixed bug #333606
13192 * plugins/file-wizard/file.c: Fixed bug #333601
13194 2006-03-13 Johannes Schmid <jhs@gnome.org>
13196 * plugins/sourceview/sourceview_autocomplete.c
13197 plugins/sourceview/sourceview_autocomplete.h
13198 plugins/sourceview/sourceview.c
13199 plugins/sourceview/sourceview-private.h
13200 plugins/sourceview/sourceview-prefs.c:
13202 Cleaned up and fixed several issues
13204 2006-03-13 Johannes Schmid <jhs@gnome.org>
13206 * plugins/sourceview/Makefile.am:
13207 plugins/sourceview/sourceview-autocomplete.c
13208 plugins/sourceview/sourceview-autocomplete.h:
13209 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13210 plugins/sourceview/sourceview-private.h:
13211 plugins/sourceview/sourceview.c:
13213 Added (buggy) autocomplete feature to sourceview
13215 2006-03-12 Naba Kumar <naba@gnome.org>
13217 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13218 libanjuta/anjuta-session.c: Added API docs.
13220 2006-03-12 Naba Kumar <naba@gnome.org>
13222 * TODO.tasks: Added couple of tasks.
13223 * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13224 Register private class as early as possible so that members could
13225 point to self class. Code clean up.
13227 2006-03-12 Naba Kumar <naba@gnome.org>
13229 * po/POTFILES.in, po/POTFILES.skip: Updated.
13231 2006-03-11 Naba Kumar <naba@gnome.org>
13233 * libanjuta/anjuta-shell.c,
13234 plugins/document-manager/anjuta-docman.c,
13235 plugins/document-manager/plugin.c,
13236 plugins/symbol-browser/an_symbol_search.c,
13237 plugins/valgrind/vgrule-list.c: Use correct signal names while
13240 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13241 signal names and fixed enum IANJUTA_TYPE_* macro.
13243 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13245 * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13246 plugins/search/search-replace.c :
13247 Fixed bug (Bookmark the good line).
13248 Search & Replace (Mark all matched strings).
13250 2006-03-09 Johannes Schmid <jhs@gnome.org>
13252 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13253 Completed changes from yesterday
13255 * plugins/document-manager/anjuta-document-manager.glade:
13256 plugins/editor/editor.glade
13257 plugins/editor/plugin.c: (activate_plugin)
13258 plugins/editor/text_editor.c
13259 plugins/sourceview/Makefile.am
13260 plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13261 plugins/sourceview/sourceview.glade:
13262 Completed preference changes
13264 2006-03-08 Johannes Schmid <jhs@gnome.org>
13266 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13267 plugins/search/plugin.c: (activate_plugin):
13269 Removed Gtk-Criticals
13271 * plugins/document-manager/anjuta-document-manager.glade:
13272 plugins/document-manager/plugin.c: (on_docman_auto_save),
13273 (on_gconf_notify_timer), (prefs_init):
13274 plugins/document-manager/plugin.h:
13275 plugins/editor/text_editor.c: (text_editor_instance_init),
13276 (text_editor_dispose):
13277 plugins/editor/text_editor.h:
13278 plugins/editor/text_editor_cbs.c:
13279 plugins/editor/text_editor_cbs.h:
13280 plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13281 plugins/glade/plugin.c: (activate_plugin):
13282 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13283 plugins/sourceview/sourceview-private.h:
13284 plugins/sourceview/sourceview.c: (on_menu_popup),
13285 (sourceview_new), (ifile_open), (ifile_savable_save),
13286 (ifile_savable_save_as), (ieditor_set_popup_menu),
13287 (ieditor_get_filename), (imark_mark):
13289 Moved autosave from editor to document manager and fixed some things in
13292 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13294 * plugins/search/anjuta-search.glade :
13295 New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13296 plugins/search/search-replace_bachend.c: Fixed a crash bug.
13297 plugins/search/search-replace.c : Fixed bug.
13299 2006-03-08 Johannes Schmid <jhs@gnome.org>
13301 * plugins/search/anjuta-search.glade
13302 Fixed widget names (glade is a bit stupid on copying widgets to other files)
13304 2006-03-07 Johannes Schmid <jhs@gnome.org>
13306 * plugins/document-manager/action-callbacks.c
13307 plugins/document-manager/anjuta-document-manager.glade
13308 plugins/document-manager/plugin.c: (prefs_init),
13310 plugins/editor/Makefile.am:
13311 plugins/editor/editor.glade:
13312 plugins/editor/plugin.c: (on_style_button_clicked),
13313 (activate_plugin), (dispose):
13314 plugins/editor/style-editor.c:
13316 Startet to seperate document-manager and editor preferences
13318 * plugins/search/Makefile.am:
13319 plugins/search/anjuta-search.glade:
13320 plugins/search/search-replace.c:
13322 Moved search GUI to search-plugin
13324 * plugins/sourceview/sourceview-prefs.c:
13325 plugins/sourceview/sourceview-prefs.h:
13326 plugins/sourceview/sourceview-private.h:
13327 plugins/sourceview/sourceview.c:
13328 plugins/sourceview/sourceview.h:
13329 plugins/sourceview/Makefile.am:
13330 plugins/sourceview/anjuta-document.h:
13331 plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13332 plugins/sourceview/plugin.c:
13334 Added some preferences to sourceview and fixed vfs_monitor
13336 * tagmanager/c.c: (parseParens):
13337 Removed annoying debug message
13339 * libanjuta/interfaces/libanjuta.idl:
13340 Removed IAnjutaEditorFactory::create_style_editor()
13342 2006-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13344 * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13345 Search : Bookmark all matched lines.
13347 2006-03-06 Johannes Schmid <jhs@gnome.org>
13349 * plugins/class-gen/anjuta-class-gen.plugin.in
13350 plugins/file-loader/plugin.c: (sort_wizards)
13351 (on_create_submenu), (activate_plugin)
13352 plugins/file-wizard/anjuta-file-wizard.plugin.in
13353 plugins/glade/anjuta-glade.plugin.in
13354 plugins/project-import/anjuta-project-import.plugin.in
13355 plugins/project-wizard/anjuta-project-wizard.plugin.in:
13357 Changed File->Wizard to File->New and changed some wizard titles. Wizards are
13358 sorted alphabeticly
13360 * plugins/project-wizard/templates/mkfile.wiz:
13361 Use configured project directory instead of ~/myproject
13363 * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13365 Show markers (again) and monitor uri
13367 2006-03-06 Naba Kumar <naba@gnome.org>
13369 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13370 typedefs separately so that forward linking would work.
13371 e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13373 2006-03-05 Naba Kumar <naba@gnome.org>
13375 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13376 passing Enums and Structs in signals. Define struct _Name in
13377 generated code, so that forward referencing.
13378 e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13380 * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13382 2006-03-05 Naba Kumar <naba@gnome.org>
13384 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13385 support. Generate GType definitions for enums in generated codes
13386 so that enums could be passed as signal params.
13388 2006-03-04 Naba Kumar <naba@gnome.org>
13390 * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13391 Restored cvs-moved revision files. They were originally marked
13392 deleted at their older locations. Now they are restored at
13393 their new locations. The changeset is one that was committed
13394 as part of document-manager, editor, search and print plugins
13395 separation from editor plugin.
13397 2006-03-03 Johannes Schmid <jhs@gnome.org>
13399 * plugins/sourceview/*:
13400 Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for
13403 2006-03-04 Naba Kumar <naba@gnome.org>
13405 * plugins/gdb/*: Deleted removed files (see previous changlog
13406 entry for files list).
13408 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13410 * plugins/debug-mananger/breakpoints.c,
13411 plugins/debug-manager/breakpoints.h,
13412 plugins/debug-manager/debug_tree.c,
13413 plugins/debug-manager/debug_tree.h,
13414 plugins/debug-manager/info.c,
13415 plugins/debug-manager/info.h,
13416 plugins/debug-manager/locals.c,
13417 plugins/debug-manager/locals.h,
13418 plugins/debug-manager/memory.c,
13419 plugins/debug-manager/memory.h,
13420 plugins/debug-manager/registers.c,
13421 plugins/debug-manager/registers.h,
13422 plugins/debug-manager/sharedlib.c,
13423 plugins/debug-manager/sharedlib.h,
13424 plugins/debug-manager/signal.c,
13425 plugins/debug-manager/signal.h,
13426 plugins/debug-manager/stack_trace.c,
13427 plugins/debug-manager/stack_trace.h,
13428 plugins/debug-manager/watch.c,
13429 plugins/debug-manager/watch.h,
13430 plugins/debug-manager/Makefile.am:
13431 Move from gdb plugin to debug manager plugin
13433 * plugins/debug-manager/anjuta-debug-manager.glade,
13434 plugins/debug-manager/anjuta-debug-manager.ui:
13435 Move all user interface from gdb to debug manager
13437 * plugins/debug-manager/utilities.c,
13438 plugins/debug-manager/utilities.h:
13439 Remove some unused code
13440 Add useful code from gdb plugin
13442 * plugins/debug-manager/start.c,
13443 plugins/debug-manager/start.h:
13444 Include code of attach_process
13445 Add more code to start the debugger
13447 * plugins/debug-manager/plugin.c,
13448 plugins/debug-manager/plugin.h,
13449 plugins/debug-manager/anjuta-debug-manager.plugin.in:
13450 Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13452 * plugins/debug-manager/debugger.c,
13453 plugins/debug-manager/debugger.h:
13454 Implement a queue of debugger command
13456 * plugins/gdb/actions.c,
13457 plugins/gdb/actions.h,
13458 plugins/gdb/watch_cbs.c,
13459 plugins/gdb/watch_cbs.h,
13460 plugins/gdb/watch_gui.c,
13461 plugins/gdb/watch_gui.h:
13464 * plugins/gdb/debugger.c,
13465 plugins/gdb/debugger.h,
13466 plugins/gdb/gdbmi.c,
13467 plugins/gdb/gdbmi.h,
13468 plugins/gdb/utilities.c,
13469 plugins/gdb/utilities.h,
13470 plugins/gdb/Makefile.am,
13471 plugins/gdb/anjuta-gdb.plugin.in:
13472 Implement necessary functions
13474 * plugins/gdb/parser.c,
13475 plugins/gdb/parser.h:
13476 Code for parsing variable previously in debug_tree.c
13478 * plugins/gdb/anjuta-gdb.glade,
13479 plugins/gdb/anjuta-gdb.ui:
13480 Remove user interface
13482 * plugins/gdb/gdbmi-test.c:
13485 * plugins/gdb/anjuta-gdb.plugin.png:
13486 Try an improved icon for gdb (archer fish)
13488 * libanjuta/anjuta-debugger.c,
13489 libanjuta/anjuta-debugger.h,
13490 libanjuta/interfaces/libanjuta.idl,
13491 libanjuta/interfaces/anjuta-idl-compiler.pl,
13492 libanjuta/Makefile.am:
13493 Add declaration used in new IAnjutaDebugger interface
13495 * manuals/reference/libanjuta.types,
13496 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13497 manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13498 Update documentation
13500 2006-03-02 Naba Kumar <naba@gnome.org>
13502 * manuals/reference/libanjuta/Makefile.am,
13503 manuals/reference/libanjuta/libanjuta-docs.sgml,
13504 manuals/reference/libanjuta/libanjuta-sections.txt,
13505 manuals/reference/libanjuta/libanjuta.types,
13506 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13507 manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13508 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13509 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13510 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13511 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13512 manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13513 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13514 manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13515 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13516 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13517 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13518 manuals/reference/libanjuta/tmpl/e-splash.sgml,
13519 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13520 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13521 manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13522 manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13523 manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13524 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13525 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13526 manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13527 manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13528 manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13529 manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13530 manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13531 manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13532 manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13533 manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13534 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13535 manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13536 manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13537 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13538 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13539 manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13540 manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13541 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13542 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13543 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13544 manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13545 manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13546 manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13547 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13548 manuals/reference/libanjuta/tmpl/plugins.sgml,
13549 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13550 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13551 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13552 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13553 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13554 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13555 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13556 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13557 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13558 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13559 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13560 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13561 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13562 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13565 2006-02-28 Naba Kumar <naba@gnome.org>
13567 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13568 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13569 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13570 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13571 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13572 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13573 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13574 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13575 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13576 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13577 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13578 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13579 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13580 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13582 2006-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13584 * plugins/sourceview/sourceview.c:
13585 Select to brace, select block.
13587 2006-02-28 Johannes Schmid <jhs@gnome.org>
13589 * plugins/file-wizard/Makefile.am
13590 plugins/file-wizard/action-callbacks.c (removed)
13591 plugins/file-wizard/action-callbacks.h (removed)
13592 plugins/file-wizard/anjuta-file-wizard.ui
13593 plugins/file-wizard/plugin.c: (activate_plugin),
13594 (deactivate_plugin)
13595 plugins/file-wizard/plugin.h:
13596 Removed Edit->Insert Text submenu (replace by macros plugin)
13598 * plugins/sourceview/sourceview.c: (sourceview_new),
13599 (ieditor_set_popup_menu):
13600 Fixed some more bugs
13602 * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13604 2006-02-28 Naba Kumar <naba@gnome.org>
13606 * plugins/file-manager/an_file_view.c,
13607 plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13608 rows also and with delay 1 sec (the color and timout value should
13609 probably be picked up from some system wide preference key).
13611 2006-02-28 Naba Kumar <naba@gnome.org>
13613 * libanjuta/interfaces/libanjuta.idl,
13614 plugins/document-manager/action-callbacks.c,
13615 plugins/document-manager/plugin.c,
13616 plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13617 IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13618 Added interface checks in document manager and enable/disable
13619 menus based on supported interface.
13621 * plugins/project-import/anjuta-project-import.glade: Set some
13622 resonable size for the import dialog.
13624 2006-02-27 Naba Kumar <naba@gnome.org>
13626 * libanjuta/interfaces/libanjuta.idl,
13627 plugins/document-manager/action-callbacks.c,
13628 plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13629 and eol conversion actions.
13631 2006-02-27 Johannes Schmid <jhs@gnome.org>
13633 * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13634 * plugins/file-manager/an_file_view.c
13635 plugins/file-manager/plugin.h: Added tooltips
13636 * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13638 2006-02-26 Naba Kumar <naba@gnome.org>
13640 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13641 plugins/build-basic-autotools/build-basic-autotools.c,
13642 plugins/build-basic-autotools/build-basic-autotools.h,
13643 plugins/build-basic-autotools/executer.c,
13644 plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13645 disable indicator highlights preferences from message manager to
13646 build plugin. Implemented message indicator highlights in build tool.
13648 * plugins/editor/text_editor.c: Fixed indicators.
13650 2006-02-26 Johannes Schmid <jhs@gnome.org>
13652 * plugins/sourceview/sourceview.c:
13655 * plugins/subversion/svn_auth.c:
13656 Fixed username/password authentification but there might be a memory corruption
13658 2006-02-26 Naba Kumar <naba@gnome.org>
13660 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13661 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13662 libanjuta/anjuta-launcher.h: Added documentation.
13664 2006-02-24 Naba Kumar <naba@gnome.org>
13666 * plugins/editor/text_editor.c: Fixed change in API in
13667 IAnjutaEditorSelection::set().
13669 2006-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13671 * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13672 plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13673 libanjuta/interfaces/libanjuta.idl :
13674 Search in sourceview editor (Select in buffer).
13677 2006-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13679 * plugins/sourceview/sourceview.c :
13680 Fixed Replace, to_upper, to_lower.
13682 * plugins/search/search-replace_backend.c :
13683 Renamed header name.
13685 2006-02-22 Naba Kumar <naba@gnome.org>
13687 * libanjuta/anjuta-plugin-description.c,
13688 libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13689 libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13690 manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13691 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13692 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13694 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13695 * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13697 2006-02-21 Naba Kumar <naba@gnome.org>
13699 * libanjuta/interfaces/libanjuta.idl,
13700 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13701 plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13702 interface for editor.
13704 2006-02-21 Naba Kumar <naba@gnome.org>
13706 * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13708 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13709 * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13711 2006-02-21 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13713 * GTKSOURCEVIEW EDITOR
13714 plugins/sourceview/sourceview.c :
13715 Fixed copy and Goto Line.
13717 plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13718 plugins/macro/plugin.c :
13719 Fixed Insert key word and Insert macro.
13721 2006-02-19 Johannes Schmid <jhs@cvs.gnome.org>
13723 * plugins/document-manager/anjuta-docman.c:
13724 (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13727 plugins/Makefile.am:
13728 plugins/sourceview/.cvsignore:
13729 plugins/sourceview/Makefile.am:
13730 plugins/sourceview/plugin.c: :
13731 plugins/sourceview/plugin.h:
13732 plugins/sourceview/sourceview.c:
13733 plugins/sourceview/sourceview.h:
13734 plugins/sourceview/sourceview.plugin:
13735 plugins/sourceview/sourceview.plugin.in:
13736 plugins/sourceview/sourceview.png:
13738 Added sourceview editor plugin
13740 2006-02-19 Naba Kumar <naba@gnome.org>
13742 * libanjuta/interfaces/libanjuta.idl,
13743 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13744 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13745 plugins/cvs-plugin/cvs-interface.c,
13746 plugins/document-manager/action-callbacks.c,
13747 plugins/document-manager/action-callbacks.h,
13748 plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13749 plugins/search/plugin.c, plugins/search/search-replace.c,
13750 plugins/search/search-replace_backend.c,
13751 plugins/subversion/subversion-actions.c,
13752 plugins/subversion/subversion-callbacks.c,
13753 plugins/tools/editor.c, plugins/tools/execute.c,
13754 plugins/tools/variable.c: Defined proper editor interfaces and fixed
13755 few fatal warnings.
13757 2006-02-15 Naba Kumar <naba@gnome.org>
13759 * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13762 * libanjuta/interfaces/libanjuta.idl,
13763 plugins/document-manager/anjuta-docman.c,
13764 plugins/document-manager/plugin.c,
13765 plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13766 unnecessary parameters from IAnjutaEditor interface and used proper
13767 types instead of 'gpointer'. Fixed various compiler warnings.
13769 * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13772 2006-02-12 Naba Kumar <naba@gnome.org>
13774 * po/POTFILES.in: Updated.
13776 2006-02-11 Naba Kumar <naba@gnome.org>
13778 * plugins/editor/properties.[cxx,h],
13779 plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13780 plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13781 to sci_prop_*(), because they were conflicting with external
13782 functions (in some ssl library).
13784 2006-02-08 Naba Kumar <naba@gnome.org>
13786 Patch from Massimo Cora <maxcvs@email.it>:
13787 * plugins/valgrind/anjuta-valgrind.schemas,
13788 plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13789 plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13790 plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13791 plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13792 plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13793 plugins/valgrind/vgtoolview.c,
13794 plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13795 before running the debugging session. I've added also a
13796 preference in Anjuta Preferences where you can specify
13797 the path to the valgrind binary. The default is /usr/bin/valgrind.
13798 Now it displays a dialog with the error. [it can be -program
13799 exited- or -file loaded or end of input-]. Some valgrind 3.x
13802 2006-01-29 Naba Kumar <naba@gnome.org>
13804 Patch from Massimo Cora <maxcvs@email.it>:
13805 * configure.in, plugins/Makefile.am,
13806 plugins/valgrind/*: Valgrind plugin (requires
13807 binutils-dev and valgrind to be installed.
13809 2005-01-24 Johannes Schmid <jhs@gnome.org>
13811 * Patch from Eric Greveson <ejg45@cam.ac.uk>
13812 plugins/tools/variables.c:
13813 Added current directory to possible variables
13815 * Patch from Günther Brammer <gbrammer@gmx.de>
13816 plugins/document-manager/anjuta-docman.c:
13817 Fix a crash on opening a file
13819 AUTHORS: Added Günther Brammer
13821 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13823 * libanjuta/anjuta-launcher.c:
13824 Fix a bug in AnjutaLauncher when output is bigger than buffer
13825 Probably fix bug #315188 and #305134
13827 2005-12-28 Johannes Schmid <jhs@gnome.org>
13829 * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13830 * src/about.c: Use new gtk about dialog
13831 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13832 Updated anjuta_ui_add_action_group_entries call
13834 Patch from Jean Breford <jean.breford@normalesup.org>
13835 and Markus Habermehl <bmh1980de@yahoo.de>:
13837 * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13838 * AUTHORS: Added Jean and Markus
13840 2005-12-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13841 * plugins/search/search-replace.c :
13842 Bookmark all matched lines.
13843 * plugins/search/search-replace_backend.c :
13844 Fixed bug (Search in all project files).
13846 2005-12-21 Johannes Schmid <jhs@gnome.org>
13848 * plugins/search/plugin.c:
13850 * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13851 investigation needed.
13853 AUTHORS: Added Ross Goldner
13855 2005-12-19 Ross Golder <ross@golder.org>
13857 * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13858 application/xml MIME type.
13860 2005-12-18 Johannes Schmid <jhs@gnome.org>
13862 po/POTFILES.in: Updated files after directory changes
13863 HACKING: Removed outdated section 3 (anoncvs)
13865 2005-12-15 Sebastien Granjoux <seb.sfo@free.fr>
13867 * plugins/build-basic-autotools/build-basic-autotools.c:
13868 Save all files in editor before running a command
13870 * plugins/tools/execute.c:
13871 Use document manager plugin instead of each editor for
13874 2005-12-15 Johannes Schmid <jhs@gnome.org>
13876 * plugins/document-manager/action-callbacks.c:
13877 (on_save_all1_activate), (on_swap_activate)
13878 plugins/document-manager/anjuta-docman.c:
13879 (on_save_as_filesel_response), (on_notebook_switch_page):
13881 Fixed some remaining issues in document-manger
13883 2005-12-15 Johannes Schmid <jhs@gnome.org>
13885 * plugins/profile-default/default.anjuta:
13886 Load Search plugin and Message Manager by default
13888 2005-12-14 Johannes Schmid <jhs@gnome.org>
13890 * plugins/editor/text_editor.c
13891 libanjuta/anjuta-utils.c:
13893 Check if files differ when gnome-vfs monitoring is used.
13896 2005-12-13 Johannes Schmid <jhs@gnome.org>
13898 * plugins/document-manager/plugin.c:
13899 Only save modified files in ianjuta_file_savable_save() for document-manager
13900 as discussed on mailing list.
13902 * plugins/cvs-plugin/cvs-callbacks.c:
13903 Fixed dialog handling for empty log message
13905 2005-12-13 Johannes Schmid <jhs@gnome.org>
13907 * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13909 * plugins/project-manager/* Removed ununsed files
13911 * plugins/symbol-browser/an_symbol_iter.c
13912 plugins/build-basic-autotools/build-basic-autotools.c
13913 plugins/build-basic-autotools/executer.c
13914 plugins/class-gen/class_gen.c
13915 plugins/class-inheritance/class-inherit.c
13916 plugins/cvs-plugin/cvs-actions.c
13917 plugins/cvs-plugin/cvs-interface.c
13918 plugins/debug-manager/attach_process.
13919 plugins/devhelp/plugin.c
13920 plugins/document-manager/plugin.c
13921 plugins/document-manager/indent_util.c
13922 plugins/editor/properties.cxx
13923 plugins/editor/aneditor.cxx
13924 plugins/editor/style-editor.c
13925 plugins/editor/text_editor.c
13926 plugins/macro/macro_db.c
13929 Use DEBUG_PRINT for debug messages
13931 libanjuta/anjuta-debug.h: Include config.h
13933 HACKING: Updated (BTW: does anyone read this?)
13935 2005-12-12 Johannes Schmid <jhs@gnome.org>
13937 Patch from Johan Ersvik <jersvik@fastmail.fm>:
13938 * plugins/gdb/debugger.c
13940 Fix a crasher in gdb plugin
13942 * plugins/gtodo/plugin.c
13943 plugins/search/plugin.c
13947 * plugins/document-manager/anjuta-docman.c:
13949 Fixed error markers
13951 * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13953 Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13955 * plugins/document-manager/anjuta-docman.c:
13956 highlight changed files in docman popup-menu
13957 * plugins/gdb/debug-tree.c:
13958 plugins/gdb/debugger.c
13959 Do not corupt entire "locals" tree when variable pointer have
13960 additional info and arrays/strucs/unions correctly.
13963 2005-12-11 Johannes Schmid <jhs@gnome.org>
13965 * plugins/document-manager/anjuta-docman.c
13966 plugins/document-manager/plugin.c
13967 plugins/editor/text_editor.c:
13969 AUTHORS: Added Johan Ersvik
13971 Fixed "is-dirty" bug and tab ordering
13973 2005-12-11 Johan Ersvik <jersvik@fastmail.fm>
13975 * plugins/editor/aneditor-autocomplete.cxx
13976 plugins/editor/aneditor-calltip.cxx
13977 plugins/editor/aneditor-priv.h
13978 plugins/symbol-browser/an_symbol.c
13979 plugins/symbol-browser/an_symbol_view.c
13981 tagmanager/tm_symbol.c
13982 tagmanager/tm_tag.c
13983 tagmanager/include/tm_symbol.h
13984 tagmanager/include/tm_tag.h
13987 Better pointer recognition in tagmanager and symbol browser
13989 2005-12-11 Johannes Schmid <jhs@gnome.org>
13991 * plugins/search/*: New search plugin derived from search code in old editor
13994 * plugins/document-manager/*: new document-manger which is now seperated from
13995 editor to allow implementation of other editor widgets. Code is mostly derived
13996 from old editor plugin
13998 * plugins/print/* new print plugin which is not fully implemented in the
14001 * plugins/editor/text_editor.c: Added lots of interface code
14003 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
14004 IAnjutaEditorFactory and extended IAnjutaEditor
14006 * configure.in, plugins/Makefile.am updated build system for new
14009 This is a huge commit which might still contain some bugs and also has
14010 some fixmes. Things that are not working are the search toolbar because it
14011 does not use the same backend as any other searching function and printing
14012 (easy to fix) because it did not yet implement IAnjutaPrintable.
14014 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
14016 * plugins/project-wizard/property.c:
14017 Use newer GtkFileChooser instead of GtkFileSelection with
14018 GnomeFileEntry to avoid a bug
14020 * plugins/project-wizard/install.c:
14021 Avoid an endless loop if project directory is not writable
14023 * plugins/project-wizard/druid.c:
14024 Allow creating project in empty directory without a
14027 2005-11-25 Johannes Schmid <jhs@cvs.gnome.org>
14029 Patch from Massimo Cora <maxcvs@email.it>
14030 * plugins/class-inheritence/class-inherit.c
14031 plugins/class-inheritence/plugin.c
14032 plugins/class-inheritence/plugin.h
14035 Update plugin to use new API from graphviz 2.6. Version 2.2 is
14036 no longer supported!
14038 2005-11-23 Johannes Schmid <jhs@cvs.gnome.org>
14040 Patch from Johan Ersvik <jersvik@fastmail.fm>
14041 * plugins/message-view/message-view.c
14042 plugins/build-basic-autotools/build-basic-autotools.c
14043 plugins/build-basic-autotools/automake-c.filters
14045 This patch correct regex-filters for newer automake
14048 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
14050 * plugins/tools/execute.c:
14051 Detect variables inside a word
14053 2005-11-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14055 * libanjuta/anjuta-status.[ch],
14056 plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
14057 plugins/editor/anjuta-docman.c :
14058 New anjuta-status procedure.
14060 2005-10-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14063 libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
14064 plugins/editor/Makefile.am
14065 plugins/editor/anjuta-document-manager.glade
14066 plugins/editor/plugin.c plugins/editor/plugin.h
14067 plugins/editor/text_editor.c plugins/editor/text_editor.h
14069 plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
14070 plugins/editor/indent-util.c plugins/editor/indent-util.h
14071 plugins/editor/indent_test.c :
14072 Set and Preview indent preferences parameters.
14073 Saved indent user parameters.
14075 2005-10-27 Naba Kumar <naba@gnome.org>
14077 Patch from Flavio daCosta <flavio.dacosta@gmail.com>
14078 * plugins/editor/anjuta-docman.c: Restore tab color to normal
14079 theme color for saved documents.
14081 2005-10-26 Naba Kumar <naba@gnome.org>
14083 * libanjuta/anjuta-encodings.c: Save changed supported encodings
14084 list. Fixed bug #316731.
14086 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
14088 * tagmanager/tm_symbol.c: Fixed bug #315218
14090 2005-10-23 Adam Weinberger <adamw@gnome.org>
14092 * plugins/build/build_file.c
14093 plugins/build-basic-autotools/build-basic-autotools.c
14094 plugins/tools/execute.c
14095 plugins/build/compile.c
14096 plugins/build/configurer.c
14097 plugins/debug-manager/plugin.c
14098 plugins/editor/plugin.c
14099 plugins/editor/print.c
14100 plugins/editor/text_editor.c
14101 plugins/file-loader/plugin.c
14102 plugins/file-manager/an_file_view.c
14103 plugins/symbol-browser/an_symbol_view.c
14104 plugins/gdb/debugger.c
14105 plugins/gdb/plugin.c
14106 plugins/glade/plugin.c
14107 plugins/macro/macro-actions.c
14108 plugins/macro/plugin.c
14109 plugins/profile-default/plugin.c
14110 plugins/project-manager/plugin.c
14111 plugins/project-manager/project_import.c
14112 plugins/symbol-browser/plugin.c
14113 plugins/tools/execute.c
14115 src/anjuta-actions.h
14117 Correct spacing errors before and after "...".
14119 2005-10-20 Naba Kumar <naba@gnome.org>
14121 * plugins/gdb/debugger.c: Fixed attach/detach process to
14122 updated UI properly.
14124 2005-10-18 Naba Kumar <naba@gnome.org>
14126 * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14129 2005-10-13 Naba Kumar <naba@gnome.org>
14131 * plugins/project-mkfile-import/*: Removed separate import wizard for
14132 makefile based projects (because single widzard handles all wizards).
14134 * plugins/project-import/project-import.c: Made wizard window
14135 transient to main window.
14137 Patch from: Eric Greveson <ejg45@cam.ac.uk>
14139 * AUTHORS: Added Eric's name in contributors list.
14141 * configure.in, plugins/Makefile.am,
14142 plugins/project-import/Makefile.am,
14143 plugins/project-import/anjuta-project-import.glade,
14144 plugins/project-import/project-import.c,
14145 plugins/project-import/project-import.h: Import wizard now detects
14146 both makefile and automake projects together instead of separate wizard.
14148 * plugins/project-wizard/templates/java/project.anjuta,
14149 plugins/project-wizard/templates/mkfile/project.anjuta,
14150 plugins/project-wizard/templates/python/project.anjuta,
14151 plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14152 name to make it appropriate.
14154 2005-10-11 Naba Kumar <naba@gnome.org>
14156 * configure.in: Fixed glade3 version requirement.
14158 2005-09-29 Alexander Shopov <ash@contact.bg>
14160 * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14162 2005-09-26 Johannes Schmid <jhs@cvs.gnome.org>
14164 * plugins/subversion/svn_auth.c
14165 plugins/subversion/anjuta_subversion.glade:
14166 Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14168 2005-09-22 Naba Kumar <naba@gnome.org>
14170 Patch from: Eric Greveson <ejg45@cam.ac.uk>:
14172 * configure.in, plugins/Makefile.am
14173 plugins/project-manager/anjuta-project-manager.plugin.in,
14174 plugins/project-manager/plugin.c,
14175 (added) plugins/project-mkfile-import/.cvsignore,
14176 (added) plugins/project-mkfile-import/Makefile.am,
14177 (added) plugins/project-mkfile-import/
14178 anjuta-project-mkfile-import-plugin.png,
14179 (added) plugins/project-mkfile-import/
14180 anjuta-project-mkfile-import.glade,
14181 (added) plugins/project-mkfile-import/
14182 anjuta-project-mkfile-import.plugin.in,
14183 (added) plugins/project-mkfile-import/plugin.c,
14184 (added) plugins/project-mkfile-import/plugin.h,
14185 (added) plugins/project-mkfile-import/project-mkfile-import.c,
14186 (added) plugins/project-mkfile-import/project-mkfile-import.h,
14187 plugins/project-wizard/templates/Makefile.am,
14188 (added) plugins/project-wizard/templates/mkfile-logo.png,
14189 (added) plugins/project-wizard/templates/mkfile.wiz,
14190 (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14191 (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14192 (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14193 (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14194 (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14195 (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14196 (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14197 (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14198 (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14199 (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14200 (added) plugins/project-wizard/templates/mkfile/src/main.c:
14201 Added makefile based project import wizard and wizard template.
14203 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14205 * libanjuta/anjuta-launcher.c: Reduced false password detections
14207 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14209 * plugins/cvs-plugin/cvs-interface.c: Handle empty log
14210 messages correctly.a
14212 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14214 * scintilla/Makefile.am: Changed scintilla library to noinst
14215 * pixmaps/Makefile.am: Install password.png
14216 * libanjuta/anjuta-launcher.c: Changed password detection
14217 to be able to access GNOME CVS with ssh.
14219 2005-08-31 Naba Kumar <naba@gnome.org>
14221 * plugins/glade/plugin.c: Set transient window for the widget
14224 2005-08-21 Jens Seidel <jseidel@cvs.gnome.org>
14226 * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14228 2005-08-10 Naba Kumar <naba@gnome.org>
14230 * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14231 as shortcut key for execute.
14233 * src/about.c: Clean up.
14235 Patch from: Jochen Baier Jochen.Baier@stud.uni-karlsruhe.de
14236 * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14239 2005-08-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14241 * plugins/editor/search-replace_backend.c :
14242 Fixed search in File Patterns.
14244 2005-08-09 Philip Van Hoof <pvanhoof@gnome.org>
14246 * plugins/gdb/Makefile.am: Fixed a make -j x bug
14248 2005-08-04 Naba Kumar <naba@gnome.org>
14250 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14251 for pango-1.8 rendering bug.
14253 2005-08-03 Naba Kumar <naba@gnome.org>
14255 * plugins/glade/plugin.c: Proper names for plugin widgets.
14257 * plugins/subversion/anjuta-subversion.glade,
14258 plugins/subversion/svn-auth.c: Fixed authentication dialog and
14259 string allocations. Use passed default values when available.
14260 Set proper focus and dialog default response. Destroy dialog after use.
14261 Return error when appropriate.
14263 2005-08-02 Naba Kumar <naba@gnome.org>
14265 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14266 for pango-1.8 rendering bug.
14268 2005-08-02 Philip Van Hoof <pvanhoof@gnome.org>
14270 * scintilla/Makefile.am: Fixed a make -j x bug
14272 2005-08-02 Johannes Schmid <jhs@gnome.org>
14274 * plugins/subversion/svn-auth.c: Added username/password
14277 2005-08-01 Naba Kumar <naba@gnome.org>
14279 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14280 checks for character width calculations.
14282 2005-07-31 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14284 * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14286 2005-07-31 Naba Kumar <naba@gnome.org>
14288 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14289 messup with pango 1.8. Fixed bug #311846.
14291 2005-07-30 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14293 * plugins/gdb/memory.c : Fixed bug 305082.
14295 * plugins/project-wizard/templates/anjuta-plugin.wiz,
14296 plugins/project-wizard/templates/gcj.wiz,
14297 plugins/project-wizard/templates/gnome.wiz,
14298 plugins/project-wizard/templates/gtk.wiz,
14299 plugins/project-wizard/templates/java.wiz,
14300 plugins/project-wizard/templates/python.wiz,
14301 plugins/project-wizard/templates/wxwin.wiz,
14302 plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14304 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14306 * plugins/tools/execute.c:
14307 Correct a crash if editor is closed while a tool still use it.
14309 2005-07-28 Naba Kumar <naba@gnome.org>
14311 * scintilla/*: Updated scintilla from their latest CVS.
14313 2005-07-27 Naba Kumar <naba@gnome.org>
14315 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14316 plugins/build-basic-autotools/build-basic-autotools.c,
14317 plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14318 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14319 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14320 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14321 plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14322 plugins/message-view/plugin.c, plugins/patch/plugin.c,
14323 plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14324 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14325 plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14326 src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14327 argument to anjuta_ui_add_action_group_entries() and
14328 anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14329 Fixed all plugins to pass translation domain. This fixes untranslated
14332 2005-07-27 Naba Kumar <naba@gnome.org>
14334 * plugins/class-inheritance/class-callbacks.c,
14335 plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14336 proper system colors.
14338 2005-07-26 Naba Kumar <naba@gnome.org>
14340 * ROADMAP: Updated and added more tasks.
14342 2005-07-25 Naba Kumar <naba@gnome.org>
14344 * ROADMAP: Updated and added more tasks.
14346 2005-07-24 Naba Kumar <naba@gnome.org>
14348 * HACKING: Fixed format.
14350 2005-07-24 Naba Kumar <naba@gnome.org>
14352 * ROADMAP: Fixed format.
14353 * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14355 2005-07-24 Naba Kumar <naba@gnome.org>
14357 * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14358 * data/properties/cpp.properties: Added *.c++ as file extension for c++
14360 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14362 * plugins/tools/dialog.c, plugins/tools/dialog.h:
14363 Correct wrong sensitivity setting
14365 * plugins/tools/tool.c: Correct a crash when removing overridden tool
14367 * plugins/tools/variable.c: Add variables for project manager
14369 2005-07-23 Naba Kumar <naba@gnome.org>
14371 * ROADMAP: updated.
14373 2005-07-23 Naba Kumar <naba@gnome.org>
14375 * plugins/subversion/Makefile.am,
14376 plugins/subversion/svn-auth.c,
14377 plugins/subversion/svn-auth.h: Added subversion authentication code
14380 * plugins/subversion/subversion-callbacks.c,
14381 plugins/subversion/subversion-callbacks.h,
14382 plugins/subversion/svn-backend-priv.h,
14383 plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14384 plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14385 plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14386 Added file mode line.
14388 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
14390 * configure.in: Added 'gl' to ALL_LINGUAS.
14392 2005-07-21 Naba Kumar <naba@gnome.org>
14394 * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14395 the active sources and kill the running process without emitting
14396 signals (which could be fatal because the object is being destroyed).
14397 Incidentally, fixed the crash that happens when stopping an active
14398 debugger session. Disabled debug prints and code clean up.
14401 * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14402 message view object, because that prevents many unprocessed outputs
14403 from the cvs command from being appended in view. Does not set NULL
14404 to mesg_view private member (not required) so that any pending outputs
14405 to view is processed.Fixed bug #172666.
14407 * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14408 type in supported list.
14410 2005-07-18 Adam Weinberger <adamw@gnome.org>
14412 * plugins/file-manager/anjuta-file-manager-plugin.glade:
14413 grammar/spelling fixes.
14415 2005-07-17 Naba Kumar <naba@gnome.org>
14417 * (new) plugins/project-wizard/templates/terminal/cvsignore,
14418 (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14419 (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14420 plugins/project-wizard/templates/anjuta-plugin.wiz,
14421 plugins/project-wizard/templates/gcj.wiz,
14422 plugins/project-wizard/templates/gnome.wiz,
14423 plugins/project-wizard/templates/gtk.wiz,
14424 plugins/project-wizard/templates/gtkmm.wiz,
14425 plugins/project-wizard/templates/java.wiz,
14426 plugins/project-wizard/templates/python.wiz,
14427 plugins/project-wizard/templates/terminal.wiz,
14428 plugins/project-wizard/templates/terminal/Makefile.am,
14429 plugins/project-wizard/templates/terminal/po/Makefile.am,
14430 plugins/project-wizard/templates/terminal/src/Makefile.am,
14431 plugins/project-wizard/templates/wxwin.wiz,
14432 plugins/project-wizard/templates/xlib-dock.wiz,
14433 plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14434 wizards and updated .wiz files to install them in newly created
14437 2005-07-16 Naba Kumar <naba@gnome.org>
14439 * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14441 * plugins/file-manager/an_file_view.c,
14442 plugins/file-manager/plugin.c: Added file manager preferences to
14443 show/hide files ignored by version control (e.g. cvsignore).
14445 * plugins/editor/text_editor.c: Initialize vfs info struct.
14447 * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14448 libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14449 libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14450 libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14451 omf-install/.cvsignore, pixmaps/.cvsignore,
14452 plugins/file-manager/anjuta-file-manager-plugin.glade,
14453 scintilla/.cvsignore, scintilla/include/.cvsignore,
14454 scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14455 tagmanager/python.c: Updated.
14457 2005-07-16 Naba Kumar <naba@gnome.org>
14459 * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14460 Fixed python parser to parser class methods.
14462 2005-07-15 Naba Kumar <naba@gnome.org>
14464 * plugins/project-wizard/property.c: Used parenthesis to remove
14467 * plugins/project-wizard/templates/anjuta-plugin.wiz,
14468 plugins/project-wizard/templates/gcj.wiz,
14469 plugins/project-wizard/templates/gnome.wiz,
14470 plugins/project-wizard/templates/gtk.wiz,
14471 plugins/project-wizard/templates/gtkmm.wiz,
14472 plugins/project-wizard/templates/java.wiz,
14473 plugins/project-wizard/templates/python.wiz,
14474 plugins/project-wizard/templates/terminal.wiz,
14475 plugins/project-wizard/templates/wxwin.wiz,
14476 plugins/project-wizard/templates/xlib-dock.wiz,
14477 plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14480 2005-07-15 Naba Kumar <naba@gnome.org>
14482 * plugins/project-wizard/templates/java.wiz,
14483 plugins/project-wizard/templates/java/Makefile.am,
14484 plugins/project-wizard/templates/java/project.anjuta,
14485 plugins/project-wizard/templates/python.wiz,
14486 plugins/project-wizard/templates/python/Makefile.am,
14487 plugins/project-wizard/templates/python/project.anjuta: Use different
14488 project files for java and python module where debugger is not
14489 included in the list of plugins.
14491 2005-07-15 Naba Kumar <naba@gnome.org>
14493 * configure.in, plugins/project-wizard/templates/Makefile.am,
14494 plugins/project-wizard/templates/gcj-logo.png,
14495 plugins/project-wizard/templates/gcj.wiz,
14496 plugins/project-wizard/templates/gcj/.cvsignore,
14497 plugins/project-wizard/templates/gcj/Makefile.am,
14498 plugins/project-wizard/templates/gcj/configure.in.tpl,
14499 plugins/project-wizard/templates/gcj/src/.cvsignore,
14500 plugins/project-wizard/templates/gcj/src/Makefile.am,
14501 plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14502 plugins/project-wizard/templates/java-logo.png,
14503 plugins/project-wizard/templates/java.wiz,
14504 plugins/project-wizard/templates/java/configure.in.tpl,
14505 plugins/project-wizard/templates/java/po/Makefile.am,
14506 plugins/project-wizard/templates/java/po/POTFILES.in,
14507 plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14508 plugins/project-wizard/templates/java/src/main.java,
14509 plugins/project-wizard/templates/python-logo.png,
14510 plugins/project-wizard/templates/python.wiz,
14511 plugins/project-wizard/templates/python/.cvsignore,
14512 plugins/project-wizard/templates/python/Makefile.am,
14513 plugins/project-wizard/templates/python/configure.in.tpl,
14514 plugins/project-wizard/templates/python/po/.cvsignore,
14515 plugins/project-wizard/templates/python/po/Makefile.am,
14516 plugins/project-wizard/templates/python/po/POTFILES.in,
14517 plugins/project-wizard/templates/python/src/.cvsignore,
14518 plugins/project-wizard/templates/python/src/Makefile.am,
14519 plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14520 plugins/project-wizard/templates/python/src/main.py: Added Generic
14521 gcj and python project wizards. Fixed Generic java project to
14522 use _JAVA primary. Update gnome-build from cvs for them to work
14525 2005-07-12 Naba Kumar <naba@gnome.org>
14527 * plugins/project-manager/plugin.c: Automatically determine
14528 project backend by probing.
14530 2005-07-04 Naba Kumar <naba@gnome.org>
14532 * Makefile.am: Do not install old anjuta.glade file which conflicts
14533 with newer src/anjuta.glade.
14535 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14537 * plugins/an_symbol_prefs.c:
14538 Sort list of available symbol files
14540 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14542 * plugins/build-basic-autotools.c:
14545 * plugins/gtodo/libgtodo.c:
14546 Possible fix for #307800
14548 * libanjuta/anjuta-encodings.c
14549 libanjuta/anjuta-launcher.c
14550 libanjuta/anjuta-preference-dialog.c
14551 libanjuta/anjuta-preferences.c
14552 libanjuta/anjuta-ui.c
14553 libanjuta/anjuta-util.c
14554 libanjuta/cell-renderer-captioned-image.c
14555 libanjuta/plugin.c:
14557 Patch from de_lupus@pandora.be (Kristof Vansant):
14558 Replaced deprecated gnome-i18n.h
14561 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14563 * plugins/subversion/anjuta-subversion.glade
14564 plugins/subversion/anjuta-subversion.ui
14565 plugins/subversion/plugin.c
14566 plugins/subversion/subversion-actions.c
14567 plugins/subversion/subversion-callbacks.h
14568 plugins/subversion/subversion-callbacks.c
14569 plugins/subversion/svn-backend-priv.h
14570 plugins/subversion/svn-backend.h
14571 plugins/subversion/svn-backend.c
14572 plugins/subversion/svn-thread.h
14573 plugins/subversion/svn-thread.c:
14575 Implemented Subversion diff
14577 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14579 * plugins/build-basic-autotools/build-basic-autotools.c:
14580 Fixed crash bug! Might be useful to release 2.0.2 soon
14581 because this bug will crash any build which produces errors
14584 === Anjuta 2.0.1 ===
14586 2005-06-27 Naba Kumar <naba@gnome.org>
14588 * plugins/tools/execute.c: Formated code.
14590 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14592 * plugins/build-basic-autotools/build-basic-autotools.c:
14593 Remove two memory leaks
14594 Check command output versus untranslated strings too
14596 * plugins/tools/execute.c:
14597 Remove two memory leaks
14598 Check command output versus untranslated strings too
14599 Remove description message
14601 * plugins/tools/fileop.c:
14602 Escape tool name in xml configuration file
14604 2005-05-26 Naba Kumar <naba@gnome.org>
14606 * configure.in: Bumped version to 2.0.1
14607 * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14609 * plugins/tools/execute.c: Fixed clickable messages.
14612 * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14613 Deactivate glade plugin when last glade project is closed. Reorder
14614 glade widgets in layout. Change glade project when user selects a
14615 new project. Removed project from the list when user closes it. Fixed
14616 glade project file loading from URI. Save and restored loaded glade
14617 projects in/from session.
14619 * plugins/class-gen/action-callbacks.c,
14620 plugins/class-gen/anjuta-class-gen-plugin.glade,
14621 plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14622 plugins/file-wizard/anjuta-file-wizard.glade,
14623 plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14624 plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14625 "Add to project" correctly. Use the source file path returned after
14626 adding to project. Fixed memory leaks. Deactivate wizard plugins
14629 * plugins/project-manager/plugin.c,
14630 plugins/project-wizard/anjuta-project-wizard.glade,
14631 plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14632 plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14633 src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14634 project-wizard preference page to anjuta app, because they are
14635 more appropriated as general preferences. Renamed username and
14636 useremail properties keys.
14638 * po/POTFILES.in: Updated.
14640 * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14643 * plugins/file-loader/plugin.c: Do not use static variable to store
14644 created submenu in factory. Fixed crash in anjuta exit.
14646 2005-05-24 Naba Kumar <naba@gnome.org>
14648 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14649 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14650 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14651 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14652 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14653 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14654 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14655 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14656 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14658 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14659 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14660 plugins/build-basic-autotools/build-basic-autotools.c,
14661 plugins/build-basic-autotools/build-basic-autotools.h,
14662 plugins/build-basic-autotools/executer.c,
14663 plugins/build-basic-autotools/executer.h,
14664 plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14665 plugins/tools/variable.c: Added an extra argument to
14666 anuta_util_dialog_input() to pass default value. Save/load project
14667 configure and execution parameters in/from session.
14669 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14670 symbol browser is loaded.
14672 * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14675 * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14676 deactivate would not start shell.
14678 2005-05-24 Naba Kumar <naba@gnome.org>
14680 * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14681 libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14682 libegg/egg-submenu-action.c, libegg/test-actions.c,
14683 plugins/build-basic-autotools/build-basic-autotools.c,
14684 plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14685 plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14686 plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14687 plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14688 plugins/macro/plugin.c, plugins/message-view/plugin.c,
14689 plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14690 plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14691 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14692 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14693 plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14695 2005-05-24 Naba Kumar <naba@gnome.org>
14697 * data/properties/styles.properties: Fixed defalt font.
14699 * plugins/editor/search-replace.c,
14700 plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14701 project openness wihtout activating project-manager plugin (i.e.
14702 using anjuta_shell_get()).
14704 * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14705 - Completed add_source(), add_group() and add_target() methods of
14706 IAnjutaProjectManager.
14707 - Change their definition to return the added element (or NULL).
14708 - Used interface API for project main menus and 'add to project'
14709 from file-manager context menu.
14710 - Select proper default target/group when prompting for adding
14711 source/target/group.
14712 - Do not expand all nodes in selection tree when default selection
14713 are given (eases navigation in big projects).
14715 - Marked strings for translation.
14717 2005-05-23 Naba Kumar <naba@gnome.org>
14719 * src/anjuta-app.c: Save menu accelerators on change.
14721 * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14722 save-as dialog (leading to crash later).
14724 2005-05-22 Naba Kumar <naba@gnome.org>
14727 * AUTHORS: Added developers for other projects. Updated.
14728 * TODO.tasks: Updated.
14729 * ChangeLog: Added past changelogs from anjuta-0.1.5.
14731 2005-05-22 Naba Kumar <naba@gnome.org>
14733 * plugins/tools/execute.c: Make parsable lines distinct by adding
14734 a "Click me" description in the message. Allow tools to open arbibrary
14735 file in editory using gdb-styled annotation (The line starts with two
14736 \032 characters followed by the file:line).
14738 * plugins/tools/scripts/prepare-changelog.pl,
14739 plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14740 ChangeLog file itself and open it.
14742 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14744 * plugins/tools/execute.c:
14745 Parse output in message pane
14746 Correct a crash on plugin deactivation
14748 * plugins/tools/fileop.c,
14749 plugins/tools/tool.c,
14750 plugins/tools/tool.h:
14751 Load only valid tools
14753 2005-06-21 Naba Kumar <naba@gnome.org>
14755 * anjuta.spec.in: Fixed devel package requirement.
14757 * plugins/message-view/message-view.c: Scroll message on next/previous.
14759 * TODO.tasks: Updated.
14761 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14762 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14763 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14764 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14765 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14766 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14767 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14768 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14770 * libanjuta/anjuta-preferences.c,
14771 plugins/build-basic-autotools/build-basic-autotools.c,
14772 plugins/build-basic-autotools/executer.c,
14773 plugins/class-gen/action-callbacks.c,
14774 plugins/class-gen/action-callbacks.h,
14775 plugins/class-gen/class_gen.c,
14776 plugins/cvs-plugin/cvs-interface.c,
14777 plugins/debug-manager/attach_process.c,
14778 plugins/debug-manager/plugin.c,
14779 plugins/debug-manager/utilities.c,
14780 plugins/debug-manager/utilities.h,
14781 plugins/editor/aneditor-autocomplete.cxx,
14782 plugins/editor/aneditor.cxx,
14783 plugins/editor/search-replace.c,
14784 plugins/editor/search-replace_backend.c,
14785 plugins/gdb/breakpoints.c,
14786 plugins/gdb/registers.c,
14787 plugins/patch/plugin.c,
14788 plugins/project-wizard/druid.c,
14789 plugins/project-wizard/install.c,
14790 plugins/subversion/plugin.c,
14791 tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14794 * plugins/class-gen/action-callbacks.c,
14795 plugins/project-wizard/parser.c,
14796 plugins/project-wizard/property.c,
14797 plugins/project-wizard/values.c,
14798 plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14800 * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14803 2005-06-20 Naba Kumar <naba@gnome.org>
14805 * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14806 manuals/reference/libanjuta/tmpl/e-splash.sgml,
14807 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14809 * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14810 exit idle function.
14812 * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14813 Fixed possible memory corruption.
14815 * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14816 plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14817 libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14818 progress bar increment and added progress status for symbol refresh
14819 and project loading.
14821 * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14822 libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14823 plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14824 libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14827 * TODO.tasks: Updated.
14829 2005-06-19 Naba Kumar <naba@gnome.org>
14831 * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14834 * plugins/project-import/project-import.c: Deactivate plugin when done.
14836 2005-06-18 Naba Kumar <naba@gnome.org>
14838 * plugins/profile-default/plugin.c: Fixed error when loading another
14839 project while a project is still loaded.
14841 * plugins/project-manager/plugin.c: Used (newly added) group-activated
14842 signal from gnome-build to popup group properties.
14844 * src/anjuta.c: Load default session by default.
14846 * po/POTFILES.in: Added missing files.
14848 * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14849 activate plugin on load (activate it separately). Connect to activate
14850 and deactivate signals for housekeeping, so that if plugins are
14851 activated or deactivate externally, they are properly recorded.
14853 * plugins/profile-default/plugin.c: Save profile before a project
14854 is loaded so that it could be restored when project is closed.
14856 * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14858 2005-06-17 Naba Kumar <naba@gnome.org>
14860 * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14861 libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14862 for project. The plugins loaded for the project is restored when project
14863 is loaded next time.
14865 * TODO.tasks: Updated.
14867 2005-06-15 Naba Kumar <naba@gnome.org>
14869 * plugins/tools/scripts/find-fixmes.pl,
14870 (new) plugins/tools/scripts/translation-status.pl,
14871 plugins/tools/scripts/tools-2.xml.in,
14872 plugins/tools/scripts/Makefile.am,
14873 plugins/tools/scripts/prepare-changelog.pl: Added translation
14874 status script. Completed find-fixmes.pl script. Fixed bugs.
14876 * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14879 2005-06-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14881 * plugins/message-view/anjuta-message-manager-plugin.glade :
14882 renamed "messages.tag.position" to "messages.tab.position".
14883 plugins/message-view/anjuta-msgman.c :
14884 Messages tab position prefrences.
14886 2005-06-14 Naba Kumar <naba@gnome.org>
14888 * (new) plugins/tools/scripts/find-fixmes.pl,
14889 (new) plugins/tools/scripts/tools-2.xml.in,
14890 (new) plugins/tools/scripts/Makefile.am,
14891 (new) plugins/tools/scripts/prepare-changelog.pl,
14892 plugins/tools/plugin.h, plugins/tools/fileop.c,
14893 plugins/tools/Makefile.am, configure.in: Added system tools.
14895 2005-06-11 Sebastien Granjoux <seb.sfo@free.fr>
14897 * plugins/tools/editor.c:
14898 Take care of creating .anjuta directory if missing
14900 2005-06-10 Naba Kumar <naba@gnome.org>
14902 * configure.in: Increased gnome-build required to version 0.1.2.
14904 * plugins/project-manager/plugin.c: Fixed target/group removal.
14905 Fixed memory leaks.
14907 2005-06-10 Naba Kumar <naba@gnome.org>
14909 * plugins/project-manager/plugin.c: Implemented target/group
14910 configuration (update gnome-build module from cvs).
14912 2005-06-07 Naba Kumar <naba@gnome.org>
14914 Patch from: Massimo Cora' <maxcvs@email.it>:
14915 * plugins/class-inheritance/Makefile.am,
14916 plugins/class-inheritance/class-inherit.c,
14917 plugins/class-inheritance/class-inherit.h,
14918 plugins/class-inheritance/plugin.c,
14919 plugins/class-inheritance/plugin.h,
14920 (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14921 expanded view of classes in hierarchy canvas (collapsable again).
14923 2005-06-05 Johannes Schmid <jhs@cvs.gnome.org>
14925 * scintilla/patches/scintilla-64-bit.diff (added)
14926 * plugins/patch/patch-plugin.c:
14927 Conditional build for GTK 2.4 and GTK 2.6
14929 2005-06-04 Sebastien Granjoux <seb.sfo@free.fr>
14931 * plugins/tools/anjuta-tools.glade,
14932 plugins/tools/editor.c,
14933 plugins/tools/plugin.h,
14934 plugins/tools/fileop.c:
14935 Add a check box to edit an user script
14936 Correct a few memory leak
14938 * plugins/tools/execute.c,
14939 plugins/tools/tool.c,
14940 plugins/tools/tool.h:
14941 Move utility remove_mnemonic function in tool.c
14944 2005-06-04 Johannes Schmid <jhs@cvs.gnome.org>
14946 Patch from sbrabec@suse.cz:
14948 scintilla/include/Scintilla.h:
14950 Fix 64-Bit warnings in gcc 4
14952 2005-06-03 Johannes Schmid <jhs@cvs.gnome.org>
14954 * plugins/patch/patch_plugin.c
14955 plugins/patch/patch.h
14956 plugin/patch/patch-plugin.glade
14957 plugin/patch/Makefile.am:
14959 Changed patch plugin to use libglade and new gtk 2.6 widgets
14961 2005-05-31 Naba Kumar <naba@gnome.org>
14963 Patch from Jason Bayman <JBayman@HobbitHell.com>:
14964 * plugins/editor/text_editor.c: Don't show error
14967 2005-05-28 Sebastien Granjoux <seb.sfo@free.fr>
14969 * plugins/message-view/anjuta-message-manager.ui,
14970 plugins/message-view/anjuta-msgman.c,
14971 plugins/message-view/anjuta-msgman.h,
14972 plugins/message-view/message-view.c,
14973 plugins/message-view/message-view.h,
14974 plugins/message-view/plugin.c:
14975 Add a popup menu in messages panes
14976 Move save message pane option in it
14978 2005-05-28 Naba Kumar <naba@gnome.org>
14980 * data/properties/styles.properties: Fixed default font
14983 * plugins/editor/style-editor.c: cleanup.
14985 2005-05-25 Naba Kumar <naba@gnome.org>
14987 * plugin/gdb/plugin.c: Start gdb even if the program does
14988 not exists. Fixes bug #305074
14990 2005-05-24 Naba Kumar <naba@gnome.org>
14992 Patch from: Saleem Abdulrasool <compnerd@gentoo.org>
14993 * configure.in: graphviz pkgconfig path.
14995 2005-05-24 Naba Kumar <naba@gnome.org>
14997 * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14998 * TODO.tasks: Updated.
15000 2005-05-22 Naba Kumar <naba@gnome.org>
15002 * anjuta.spec.in: Fixed spec file
15003 * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
15005 2005-05-21 Sebastien Granjoux <seb.sfo@free.fr>
15007 * TODO.tasks: Updated.
15009 * plugins/message-view/anjuta-message-manager.ui,
15010 plugins/message-view/message-view.c,
15011 plugins/message-view/message-view.h,
15012 plugins/message-view/plugin.c:
15013 Add shortcut for next and previous message
15014 Add a save message menu item
15015 Fix a bug in previous message
15017 2005-05-21 Naba Kumar <naba@gnome.org>
15019 * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
15020 doc/Makefile.am, global-tags/create_global_tags.sh,
15021 libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
15022 and rpm package creation. Fixed installation paths.
15024 * plugins/editor/anjuta-document-manager.glade,
15025 plugins/editor/text_editor.c: Fixed autoformat settings in preferences
15026 and indent options.
15028 * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
15030 2005-05-21 Naba Kumar <naba@gnome.org>
15032 * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
15033 global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
15034 pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
15035 tagmanager/Makefile.am: Fixed paths configure variables to take
15036 automake configure variables instead of hardcoding.
15038 * global-tags/tm_global_tags.c: Formated code.
15040 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
15041 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15042 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15043 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15044 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15045 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15046 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15047 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15048 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15050 2005-05-20 Naba Kumar <naba@gnome.org>
15052 * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
15053 and fixed rpm spec file (more testing required).
15055 * data/gdb.init: Don't set gdb prompt.
15057 * mime/Makefile.am: run update-mime-data only on system-wide install.
15059 * plugins/gdb/Makefile.am: Install plugin at correct paths.
15061 2005-05-19 Naba Kumar <naba@gnome.org>
15063 * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
15064 while it's not visible.
15066 Patch from: Jason Bayman <JBayman@HobbitHell.com>
15067 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
15069 2005-05-19 Naba Kumar <naba@gnome.org>
15071 * configure.in: Fixed subversion checks. Added
15072 --disable-plugin-subversion and --disable-plugin-glade
15073 configure flags to manually turn off their plugin builds.
15075 * plugins/editor/plugin.c: Save and restore current editor line
15076 positions in session.
15078 2005-05-18 Naba Kumar <naba@gnome.org>
15080 * AUTHORS: Fixed email address.
15082 * libanjuta/anjuta-utils.c,
15083 plugins/project-manager/plugin.c: Take plugin shell as dialog parents
15084 when the projectmanager toplevel is not a window. Check for valid
15085 gtkwindow type before using the passed window as parent for anjuta
15088 2005-05-17 Naba Kumar <naba@gnome.org>
15090 * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
15092 * plugins/cvs-plugin/Makefile.am,
15093 plugins/devhelp/plugin.c,
15094 plugins/file-loader/Makefile.am,
15095 plugins/macro/Makefile.am,
15096 plugins/message-view/Makefile.am,
15097 plugins/patch/Makefile.am,
15098 plugins/project-manager/Makefile.am,
15099 plugins/subversion/Makefile.am,
15100 plugins/symbol-browser/Makefile.am: Removed -module flags
15103 * MAINTAINERS: Added file so that I could recieve bugzilla
15106 * plugins/glade/plugin.c: Fixed compile error.
15108 === Anjuta 2.0.0 ===
15110 2005-05-15 Naba Kumar <naba@gnome.org>
15112 * configure.in: Adjusted gdl version requirement. Bumped anjuta
15115 * plugins/symbol-browser/an_symbol_view.c,
15116 plugins/symbol-browser/plugin.c,
15117 tagmanager/tm_workspace.c: Fixed symbol-browser crash when
15118 symbols have been updated. Reset file symbols when update
15119 occurs. Fixed memory leaks.
15121 Patch from Jason Bayman <JBayman@HobbitHell.com>:
15122 * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
15124 2005-05-14 Sebastien Granjoux <seb.sfo@free.fr>
15126 * plugins/tools/anjuta-tools.glade:
15127 Remove unused parameter dialog
15129 * plugins/tools/dialog.c,
15130 plugins/tools/fileop.c,
15131 plugins/tools/fileop.h,
15132 plugins/tools/tool.c,
15133 plugins/tools/tool.h,
15134 plugins/tools/variable.c:
15135 Add a few comments and cleanups
15137 * plugins/tools/editor.c,
15138 plugins/tools/editor.h:
15139 Remove code from previous plugin and add comments
15140 Use main window as parent (instead of tool list)
15142 * plugins/tools/execute.c,
15143 plugins/tools/execute.h:
15144 Remove code from previous plugin and add comments
15147 2005-05-14 Naba Kumar <naba@gnome.org>
15149 * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15152 * configure.in: Fixed
15154 * plugins/class-inheritance/class-inheritance.png: New icon.
15156 * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15157 screws up when reparented.
15159 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15161 * plugins/editor/search-replace.c,
15162 plugins/editor/search-replace_backend.c
15163 plugins/project-manager/plugin.c : Clear find pane if searching same
15164 expression. Clean code.
15166 2005-05-14 Pawan Chitrakar <pawan@nplinux.org>
15168 * configure.in: Added ne in ALL_LINGUAS
15170 2005-05-13 Naba Kumar <naba@gnome.org>
15172 * configure.in: Fixed glade-3 version.
15174 * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15175 plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15176 plugins/gdb/watch.c: Update locals, watch and frame document on
15179 2005-05-12 Naba Kumar <naba@gnome.org>
15181 * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15182 scope autocompletion when the function definition is incomplete.
15184 * plugins/class-gen/anjuta-class-gen.plugin.in,
15185 plugins/file-wizard/anjuta-file-wizard.plugin.in,
15186 plugins/gdb/plugin.c,
15187 plugins/glade/anjuta-glade.plugin.in,
15188 plugins/project-import/anjuta-project-import.plugin.in,
15189 plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15190 titles for the wizards.
15192 2005-05-11 Naba Kumar <naba@gnome.org>
15194 * configure.in, plugins/debug-manager/Makefile.am,
15195 plugins/debug-manager/plugin.c,
15196 (added) plugins/debug-manager/images/.cvsignore,
15197 (added) plugins/debug-manager/images/Makefile.am,
15198 (added) plugins/debug-manager/images/detach-16.png,
15199 (added) plugins/debug-manager/images/detach.png,
15200 (added) plugins/debug-manager/images/step-into-16.png,
15201 (added) plugins/debug-manager/images/step-into.png,
15202 (added) plugins/debug-manager/images/step-out-16.png,
15203 (added) plugins/debug-manager/images/step-out.png,
15204 (added) plugins/debug-manager/images/step-over-16.png,
15205 (added) plugins/debug-manager/images/step-over.png,
15206 plugins/gdb/Makefile.am,
15207 plugins/gdb/breakpoints.c,
15208 plugins/gdb/plugin.c,
15209 (added) plugins/gdb/images/.cvsignore,
15210 (added) plugins/gdb/images/Makefile.am,
15211 (added) plugins/gdb/images/breakpoint.png,
15212 (added) plugins/gdb/images/locals.png,
15213 (added) plugins/gdb/images/stack.png,
15214 (added) plugins/gdb/images/watch.png: Fixed breakpoints
15215 'remove all'. Added debugger icons.
15217 * plugins/editor/text_editor.c: Fixed file monitor.
15219 Patch from: Massimo Cora' <maxcvs@email.it>
15220 * plugins/patch/anjuta-patch-plugin.png,
15221 plugins/class-gen/Makefile.am,
15222 plugins/class-gen/action-callbacks.c,
15223 plugins/class-gen/class_gen.c,
15224 plugins/class-gen/class_logo.xpm: Implemented vcs
15225 file addions. New icons by Fabio Zecchini
15227 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15229 * libanjuta/interfaces/libanjuta.idl
15230 plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15231 plugins/editor/search-replace_backend.c
15232 plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15234 2005-05-11 Naba Kumar <naba@gnome.org>
15236 * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15237 plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15238 plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15239 plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15240 plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15243 * plugins/symbol-browser/an_symbol_prefs.c,
15244 plugins/symbol-browser/an_symbol_search.c,
15245 plugins/symbol-browser/an_symbol_view.c,
15246 plugins/symbol-browser/an_symbol_view.h,
15247 plugins/symbol-browser/plugin.c: Fixed memory leaks.
15249 2005-05-11 Naba Kumar <naba@gnome.org>
15251 * libanjuta/anjuta-shell.c: Fixed runtime warning.
15253 * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15254 progress bar location at create time, instead of hardcoding.
15256 * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15257 Added mini splash screen.
15259 * plugins/editor/text_editor.c: Do not produce warning when file
15260 monitor could not be created.
15262 * plugins/profile-default/plugin.c: Save project session on exit.
15263 Show mini splash with progress bar at profile load.
15265 2005-05-10 Naba Kumar <naba@gnome.org>
15267 * configure.in, manuals/Makefile.am: Fixed compile flags.
15268 Disable outdated manuals builds.
15270 * global-tags/Makefile.am: Uninstall tags files on
15273 * libegg/Makefile.am: Use configured deprecated flags.
15275 * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15276 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15277 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15280 * mime/Makefile.am: Take DESTDIR into account.
15282 * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15284 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15285 on scope autocompletion.
15287 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15288 plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15289 shared libs and static libs paths for debugging. Order them
15292 * po/POTFILES.in: Updated.
15294 2005-05-09 Naba Kumar <naba@gnome.org>
15296 * libanjuta/interfaces/libanjuta.idl,
15297 plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15298 plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15299 plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15300 Implemented debugger source directory search and emits location changed
15301 signal with absolute path of the file.
15303 * plugins/tools/tool.c: Fixed compile errors.
15305 2005-05-08 Sebastien Granjoux <seb.sfo@free.fr>
15307 * plugins/tools/anjuta-tools.glade,
15308 plugins/tools/dialog.h,
15309 plugins/tools/dialog.c,
15310 plugins/tools/plugin.c,
15311 plugins/tools/editor.c:
15312 Improve graphical user interface
15314 Correct an error on close
15317 * plugins/tools/fileop.c,
15318 plugins/tools/tool.h,
15319 plugins/tools/tool.c:
15320 Change the tool internal structure
15321 Support having tools configuration in several places
15323 2005-05-08 Naba Kumar <naba@gnome.org>
15325 * plugins/gdb/actions.c,
15326 (removed) plugins/gdb/registers_cbs.c,
15327 (removed) plugins/gdb/registers_cbs.h,
15328 (removed) plugins/gdb/registers_gui.c,
15329 (removed) plugins/gdb/sharedlib_cbs.c,
15330 (removed) plugins/gdb/sharedlib_cbs.h,
15331 (removed) plugins/gdb/sharedlib_gui.c,
15332 (removed) plugins/gdb/signals_cbs.c,
15333 (removed) plugins/gdb/signals_cbs.h,
15334 (removed) plugins/gdb/signals_gui.c: Removed dead files.
15336 2005-05-08 Naba Kumar <naba@gnome.org>
15338 * plugins/build-basic-autotools/executer.c: Fixed programs
15341 * plugins/debug-manager/Makefile.am,
15342 plugins/debug-manager/anjuta-debug-manager.glade,
15343 plugins/debug-manager/plugin.c,
15344 plugins/gdb/Makefile.am: Used libglade for programs listing
15347 * (added) plugins/gdb/pointer.png: Stack pointer image.
15349 * libanjuta/anjuta-marshal.list,
15350 pixmaps/Makefile.am,
15351 plugins/gdb/actions.c,
15352 plugins/gdb/actions.h,
15353 plugins/gdb/anjuta-gdb-plugin.ui,
15354 plugins/gdb/anjuta-gdb.glade,
15355 plugins/gdb/breakpoints.c,
15356 plugins/gdb/breakpoints.h,
15357 plugins/gdb/debug_tree.c,
15358 plugins/gdb/debug_tree.h,
15359 plugins/gdb/debugger.c,
15360 plugins/gdb/debugger.h,
15361 plugins/gdb/gdbmi-test.c,
15362 plugins/gdb/gdbmi.c,
15363 plugins/gdb/gdbmi.h,
15364 plugins/gdb/info.c,
15365 plugins/gdb/info.h,
15366 plugins/gdb/locals.c,
15367 plugins/gdb/locals.h,
15368 plugins/gdb/memory.c,
15369 plugins/gdb/memory.h,
15370 plugins/gdb/plugin.c,
15371 plugins/gdb/plugin.h,
15372 plugins/gdb/registers.c,
15373 plugins/gdb/registers.h,
15374 plugins/gdb/registers_cbs.c,
15375 plugins/gdb/registers_cbs.h,
15376 plugins/gdb/registers_gui.c,
15377 plugins/gdb/sharedlib.c,
15378 plugins/gdb/sharedlib.h,
15379 plugins/gdb/sharedlib_cbs.c,
15380 plugins/gdb/sharedlib_cbs.h,
15381 plugins/gdb/sharedlib_gui.c,
15382 plugins/gdb/signals.c,
15383 plugins/gdb/signals.h,
15384 plugins/gdb/signals_cbs.c,
15385 plugins/gdb/signals_cbs.h,
15386 plugins/gdb/signals_gui.c,
15387 plugins/gdb/stack_trace.c,
15388 plugins/gdb/stack_trace.h,
15389 plugins/gdb/utilities.c,
15390 plugins/gdb/utilities.h,
15391 plugins/gdb/watch.c,
15392 plugins/gdb/watch.h,
15393 plugins/gdb/watch_cbs.c,
15394 plugins/gdb/watch_cbs.h,
15395 plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15396 it for all debugger component updates and listing. Implemented
15397 user custom debugger command window. Fixed all debugger components
15398 to work correctly. Implemented debugger as GObject. Removed
15401 2005-05-06 Naba Kumar <naba@gnome.org>
15403 * TODO.tasks: Updated.
15405 * plugins/build-basic-autotools/Makefile.am,
15406 plugins/file-loader/Makefile.am,
15407 plugins/profile-default/Makefile.am,
15408 plugins/sample1/Makefile.am,
15409 plugins/symbol-browser/images/Makefile.am,
15410 src/Makefile.am: Fixed 'make distcheck' errors.
15412 * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15415 * tagmanager/tm_workspace.c: Include prototypes in getting
15418 2005-05-06 Naba Kumar <naba@gnome.org>
15420 * TODO.tasks: Updated.
15422 * configure.in, plugins/cvs-plugin/Makefile.am,
15423 plugins/debug-manager/Makefile.am,
15424 plugins/devhelp/Makefile.am,
15425 plugins/editor/Makefile.am,
15426 plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15428 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15429 IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15432 * tagmanager/tm_workspace.c,
15433 tagmanager/include/tm_workspace.h,
15434 plugins/editor/aneditor-autocomplete.cxx,
15435 plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15436 to return all matching tag types when no name is given instead of
15437 returning empty array.
15439 * plugins/symbol-browser/Makefile.am,
15440 (added) plugins/symbol-browser/an_symbol.c,
15441 (added) plugins/symbol-browser/an_symbol.h,
15442 plugins/symbol-browser/an_symbol_info.c,
15443 plugins/symbol-browser/an_symbol_info.h,
15444 (added) plugins/symbol-browser/an_symbol_iter.c,
15445 (added) plugins/symbol-browser/an_symbol_iter.h,
15446 plugins/symbol-browser/an_symbol_search.c,
15447 plugins/symbol-browser/an_symbol_view.c,
15448 plugins/symbol-browser/an_symbol_view.h,
15449 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15450 plugins/symbol-browser/plugin.c,
15451 plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15452 for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15453 plugin and implemented IAnjutaIterable interface for symbol search
15456 * plugins/class-inheritance/Makefile.am,
15457 plugins/class-inheritance/class-inherit.c,
15458 plugins/class-inheritance/class-inherit.h,
15459 plugins/class-inheritance/plugin.h: Use the newly added
15460 IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15461 get rid of libanjuta-ctags.la dependencies.
15463 2005-05-02 Naba Kumar <naba@gnome.org>
15465 * plugins/class-inheritance/class-inherit.c,
15466 plugins/class-inheritance/plugin.c,
15467 plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15468 be found for a class. Formated code.
15470 Patch from: Curtis Magyar <curtm4n@gmail.com>:
15471 * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15474 2005-05-01 Sebastien Granjoux <seb.sfo@free.fr>
15476 * libanjuta/anjuta-launcher.c:
15477 Keep trying sending data until all bytes have been written
15479 * plugins/tools/anjuta-tools.glade,
15480 plugins/tools/editor.c:
15481 Add a combo box to defined data from stdin
15483 * plugins/tools/execute.c:
15484 Send data in stdin if needed
15487 * plugins/tools/fileop.c,
15488 plugins/tools/tool.h,
15489 plugins/tools/tool.c:
15490 Store, load and save stdin data
15491 Use tools-2.xml instead of tools.xml
15493 * plugins/tools/plugin.c,
15494 plugins/tools/plugin.h:
15497 * plugins/tools/dialog.c,
15498 plugins/tools/dialog.h:
15501 * plugins/tools/variable.c,
15502 plugins/tools/variable.h:
15503 Add editor related variables
15506 2005-04-29 Naba Kumar <naba@gnome.org>
15508 * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15510 * plugins/editor/text_editor.c: Fixed line marker interpretation.
15512 * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15513 plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15514 plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15515 (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15516 working on gdb MI interface. Completed MI parser interface.
15518 Patch from Massimo Cora <maxcvs@email.it>:
15519 * plugins/class-inheritance/Makefile.am,
15520 plugins/class-inheritance/class-inherit.c,
15521 plugins/class-inheritance/class-inherit.h,
15522 plugins/class-inheritance/plugin.c,
15523 plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15524 Used system theme for colors. Display class members on mouse click.
15526 2005-04-28 Naba Kumar <naba@gnome.org>
15528 * plugins/symbol-browser/an_symbol_prefs.c
15529 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15530 implementation to create/add/remove custom tags files in symbol
15531 brower preferences.
15533 * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15536 * plugins/project-import/project-import.c: Fixed memory leaks and
15537 use correct debug prints.
15539 * TODO.tasks: Updated.
15541 2005-04-27 Naba Kumar <naba@gnome.org>
15543 * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15544 libegg/Makefile.am, libegg/treeviewutils/Makefile.am,
15545 scintilla/Makefile.am: Fixed 'make distcheck' errors.
15547 * plugins/editor/anjuta-docman.c,
15548 plugins/editor/anjuta-docman.h,
15549 plugins/editor/plugin.c: Emit editor-added signal from docman
15550 and connect signals to new editor correctly.
15552 * plugins/class-inheritance/plugin.c,
15553 plugins/symbol-browser/plugin.c: Added stock icons.
15555 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15556 plugins/build-basic-autotools/executer.c,
15557 plugins/build-basic-autotools/executer.h: Added missing files
15558 for the execute programs implementation.
15560 2005-04-26 Naba Kumar <naba@gnome.org>
15562 * TODO.tasks: Updated.
15564 * plugins/file-loader/plugin.c,
15565 plugins/project-import/anjuta-project-import.plugin.in,
15566 plugins/project-import/plugin.c,
15567 plugins/project-import/project-import.c,
15568 plugins/project-import/project-import.h: Be able to import older
15571 2005-04-26 Naba Kumar <naba@gnome.org>
15573 * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15574 removing it from the shell.
15576 * libanjuta/anjuta-shell.c,
15577 libanjuta/anjuta-shell.h,
15578 plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15579 so that widget additions are freezed or thaw using a pending queue.
15580 Fixded UI flicker while loading projects.
15582 2005-04-26 Naba Kumar <naba@gnome.org>
15584 * TODO.tasks: Updated.
15586 * libanjuta/interfaces/libanjuta.idl: Added execute method for
15587 IAnjutaBuildable interface.
15589 * plugins/build-basic-autotools/Makefile.am,
15590 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15591 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15592 plugins/build-basic-autotools/build-basic-autotools.c,
15593 plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15594 interface and UI for executing project/file programs. Implemented
15595 IAnjutaFile interface so that executables could be opened directly.
15597 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15598 Authors line (Reserved for external plugins, which do not have a way to
15599 show their credits).
15601 * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15602 [File Loader] group for menu labels (default to "Name" if it is not
15605 * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15606 for executing external commands.
15608 2005-04-25 Sebastien Granjoux <seb.sfo@free.fr>
15610 * plugins/project-wizard/property.c:
15611 Correct a memory leak
15613 * libanjuta/interfaces/libanjuta.idl,
15614 plugins/editor/text_editor.c:
15615 Add erase_all and replace_selection function to IAnjutaEditor
15617 * plugins/tools/anjuta-tools.glade,
15618 plugins/tools/fileop.c,
15619 plugins/tools/editor.c,
15620 plugins/tools/tool.c
15621 plugins/tools/tool.h:
15622 Add shortcut and icon
15624 * plugins/tools/variable.c,
15625 plugins/tools/variable.h:
15626 Add a variable asking parameters at run time
15628 * plugins/tools/execute.c:
15629 Add a warning message for missing document manager
15630 Add replace buffer and replace selection output
15631 Correct an error in popup output
15633 * plugins/tools/plugin.c,
15634 plugins/tools/plugin.h,
15635 plugins/tools/anjuta-tools.ui,
15638 Attach tools menu to a new place
15640 2005-04-25 Naba Kumar <naba@gnome.org>
15642 * libanjuta/plugins.c, src/about.c, src/about.h,
15643 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15644 plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15645 plugins (about box for plugins) menu.
15647 2005-04-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15649 * plugins/editor/search-replace.c :
15650 Displayed full path in Search pane window.
15651 Bug 300231 : Selected line in Search pane window .
15653 2005-04-23 Naba Kumar <naba@gnome.org>
15655 * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15657 2005-04-22 Naba Kumar <naba@gnome.org>
15659 * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15661 * plugins/project-wizard/templates/java.wiz,
15662 plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15663 to create bytecodes (.class) files.
15665 * plugins/symbol-browser/an_symbol_info.c,
15666 plugins/symbol-browser/an_symbol_info.h,
15667 plugins/symbol-browser/an_symbol_search.c,
15668 plugins/symbol-browser/an_symbol_view.c,
15669 plugins/symbol-browser/plugin.c,
15670 tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15671 in file symbol list.
15673 2005-04-22 Naba Kumar <naba@gnome.org>
15675 * TODO.tasks: Updated.
15677 * plugins/class-inheritance/Makefile.am,
15678 plugins/subversion/Makefile.am: Do not install plugin files when
15679 plugin build condition is false.
15681 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15682 plugins/build-basic-autotools/build-basic-autotools.c,
15683 plugins/build-basic-autotools/build-basic-autotools.h,
15684 plugins/file-loader/anjuta-loader-plugin.ui,
15685 plugins/file-loader/dnd.c,
15686 plugins/file-loader/plugin.c,
15687 plugins/file-loader/plugin.h,
15688 plugins/project-manager/anjuta-project-manager.ui,
15689 plugins/project-manager/plugin.c: Added open file and build context
15690 menu in project manager context menu.
15692 2005-04-22 Naba Kumar <naba@gnome.org>
15694 * configure.in: Added message output showing conditional plugins to
15697 * src/layout.xml: Added layout for class-inheritance plugin widget.
15699 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15700 plugin name to remove redundant terms.
15702 * TODO.tasks: Updated.
15705 plugins/symbol-browser/Makefile.am,
15706 plugins/symbol-browser/an_symbol_view.c,
15707 (removed) plugins/symbol-browser/sv_class.xpm,
15708 (removed) plugins/symbol-browser/sv_function.xpm,
15709 (removed) plugins/symbol-browser/sv_macro.xpm,
15710 (removed) plugins/symbol-browser/sv_private_fun.xpm,
15711 (removed) plugins/symbol-browser/sv_private_var.xpm,
15712 (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15713 (removed) plugins/symbol-browser/sv_protected_var.xpm,
15714 (removed) plugins/symbol-browser/sv_public_fun.xpm,
15715 (removed) plugins/symbol-browser/sv_public_var.xpm,
15716 (removed) plugins/symbol-browser/sv_static_fun.xpm,
15717 (removed) plugins/symbol-browser/sv_static_var.xpm,
15718 (removed) plugins/symbol-browser/sv_struct.xpm,
15719 (removed) plugins/symbol-browser/sv_unknown.xpm,
15720 (removed) plugins/symbol-browser/sv_variable.xpm,
15721 (added) plugins/symbol-browser/images/.cvsignore,
15722 (added) plugins/symbol-browser/images/Icons.16x16.Class,
15723 (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15724 (added) plugins/symbol-browser/images/Icons.16x16.Field,
15725 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15726 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15727 (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15728 (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15729 (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15730 (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15731 (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15732 (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15733 (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15734 (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15735 (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15736 (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15737 (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15738 (added) plugins/symbol-browser/images/Icons.16x16.Method,
15739 (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15740 (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15741 (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15742 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15743 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15744 (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15745 (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15746 (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15747 (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15748 (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15749 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15750 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15751 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15752 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15753 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15754 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15755 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15756 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15757 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15758 (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15759 (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15760 pixmaps and added new icons (taken from monodevelop).
15762 2005-04-21 Naba Kumar <naba@gnome.org>
15764 Patch from Massimo Cora <maxcvs@email.it>:
15766 * configure.in, plugins/Makefile.am
15767 (new) plugins/class-inheritance/.cvsignore,
15768 (new) plugins/class-inheritance/Makefile.am,
15769 (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15770 (new) plugins/class-inheritance/class-inherit.c,
15771 (new) plugins/class-inheritance/class-inherit.h,
15772 (new) plugins/class-inheritance/plugin.c,
15773 (new) plugins/class-inheritance/plugin.h,
15774 (new) plugins/class-inheritance/class-inheritance.png: Added class
15775 inheritance plugin.
15777 Changes by naba: Added pkgconfig check for graphviz and conditionally
15780 * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15782 2005-04-20 Naba Kumar <naba@gnome.org>
15784 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15785 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15786 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15787 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15788 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15789 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15790 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15791 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15792 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15793 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15794 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15796 * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15797 message view management.
15799 * libanjuta/anjuta-children.[ch],
15800 plugins/build-basic-autotools/build-basic-autotools.c,
15801 libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15802 Removed anjuta_children_init() function,
15803 because it is done automatically when first invoked. Introduced
15804 anjuta_children_recover() to recover the child signalling. Fixed
15805 child exit management to correctly recover the exit status.
15807 * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15808 to properly shutdown the launcher and to kill the running process
15809 (without emitting any signal).
15811 * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15812 plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15813 gdb and program instance.
15815 2005-04-19 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15817 * plugins/editor/search-replace.c :
15818 Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15820 2005-04-18 Naba Kumar <naba@gnome.org>
15822 * TODO.tasks: Marked completed items.
15824 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15825 plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15826 plugins/project-manager/plugin.c: Prompt user for the debugging
15827 target (select from a list of project's executable targets) and
15828 correctly start debugger. Take care of libtool wrapping when the
15829 target selected is libtool target. Fixed debugger menu items
15832 2005-04-17 Sebastien Granjoux <seb.sfo@free.fr>
15834 * plugins/tools/execute.c,
15835 plugins/tools/execute.h:
15836 Implement save all files before running a command
15837 Implement all options for stdout and stderr except replace buffer
15838 Allow running several tools
15840 * plugins/tools/plugin.c:
15841 Move anjuta launcher in execute.c
15843 * plugins/tools/tools.h,
15844 plugins/tools/variable.c:
15847 2005-04-13 Sebastien Granjoux <seb.sfo@free.fr>
15849 * plugins/tools/anjuta-tools.glade:
15850 Add new properties in tool editor dialog
15851 Cosmetic improvements
15853 * plugins/tools/anjuta-tools.ui:
15854 Attach tool menu as a build menu
15856 * plugins/tools/dialog.c:
15857 Set tool menu item sensitivity in tool list
15860 * plugins/tools/editor.c,
15861 plugins/tools/editor.h,
15862 plugins/tools/fileop.c,
15863 plugins/tools/tool.c,
15864 plugins/tools/tool.h:
15865 Add new properties (active, save file...)
15866 Most of them are still not implemented
15868 * plugins/tools/execute.c,
15869 plugins/tools/execute.h:
15870 Reorganize code to support multiple run
15871 Support run in terminal
15873 * plugins/tools/plugin.c
15874 plugins/tools/plugin.h:
15875 Move message handling in execute.c
15877 * plugins/tools/variable.h,
15878 plugins/tools/variable.c:
15879 Add useful variables
15881 2005-04-13 Naba Kumar <naba@gnome.org>
15883 * plugins/editor/text_editor.c: Fixed file monitoring condition.
15884 * plugins/editor/Makefile.am: Added gnome-vfs flags.
15886 2005-04-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15888 * plugins/tools/dialog.c plugins/tools/tool.c :
15891 2005-04-06 Naba Kumar <naba@gnome.org>
15893 * src/anjuta.c: Load default session only when
15894 "anjuta.session.load.last" preference is enabled.
15896 2005-04-07 Sebastien Granjoux <seb.sfo@free.fr>
15898 * plugins/tools/Makefile.am,
15899 plugins/tools/variable.c,
15900 plugins/tools/variable.h:
15901 Add new code for handling variables
15903 * plugins/tools/anjuta-tools.glade:
15904 Improve tool editor dialog
15905 Add variable selection dialog
15907 * plugins/tools/dialog.c,
15908 plugins/tools/dialog.h,
15909 plugins/tools/plugin.c,
15910 plugins/tools/plugin.h:
15911 Add variable object
15912 Add a function to get it
15914 * plugins/tools/editor.c:
15915 Add gui code for variable selection dialog
15917 * plugins/tools/execute.c:
15918 Use variables for executing command
15920 * Naba: Compile warning fixes.
15922 2005-04-06 Naba Kumar <naba@gnome.org>
15924 * TODO.tasks: Marked completed items.
15926 2005-04-06 Naba Kumar <naba@gnome.org>
15928 * plugins/subversion/svn-backend.c: Fixed subversion plugin
15931 * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15933 2005-04-04 Naba Kumar <naba@gnome.org>
15935 * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15936 inside Main window.
15938 2005-03-31 Sebastien Granjoux <seb.sfo@free.fr>
15940 * plugins/tools/Makefile.am,
15941 plugins/tools/anjuta-tools.plugin.in,
15942 plugins/tools/anjuta-tools.ui,
15943 plugins/tools/anjuta-tools.gladei,
15944 plugins/tools/anjuta-tools-plugin.png,
15945 plugins/tools/plugin.c,
15946 plugins/tools/plugin.h,
15947 plugins/tools/dialog.c,
15948 plugins/tools/dialog.h,
15949 plugins/tools/fileop.c,
15950 plugins/tools/fileop.h,
15951 plugins/tools/tool.c,
15952 plugins/tools/tool.h,
15953 plugins/tools/editor.c,
15954 plugins/tools/editor.h,
15955 plugins/tools/execute.c,
15956 plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15957 Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15960 * anjuta-tools.[ch]: Removed old tools code.
15962 2005-04-01 Steve Murphy <murf@e-tools.com>
15964 * configure.in: Added "rw" to ALL_LINGUAS.
15966 2005-03-29 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15969 manuals/C/anjuta-manual/fileoperations.xml
15971 manuals/C/anjuta-manual/figures/search_expr.png
15972 manuals/C/anjuta-manual/figures/search_expr_basic.png
15973 manuals/C/anjuta-manual/figures/search_file_list.png
15974 manuals/C/anjuta-manual/figures/search_file_pattern.png
15975 manuals/C/anjuta-manual/figures/search_replace.png
15976 manuals/C/anjuta-manual/figures/search_setting.png
15977 manuals/C/anjuta-manual/figures/search_target.png
15978 manuals/C/anjuta-manual/figures/search_target_action.png
15979 manuals/C/anjuta-manual/figures/search_target_in.png
15981 manuals/C/anjuta-manual/figures/find_files.png
15982 manuals/C/anjuta-manual/figures/find_replace.png
15983 manuals/C/anjuta-manual/figures/find_text.png :
15984 Updated Anjuta manual (File Operations)
15986 2005-03-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15988 * manuals/C/anjuta-manual/fileoperations.xml,
15989 manuals/C/anjuta-manual/figures/open_file.png,
15990 manuals/C/anjuta-manual/figures/open_file_multiple.png,
15991 manuals/C/anjuta-manual/figures/prefs_print.png,
15992 manuals/C/anjuta-manual/figures/print_dlg.png,
15993 manuals/C/anjuta-manual/figures/print_preview.png.
15995 manuals/C/anjuta-manual/figures/add_edit_macro.png,
15996 manuals/C/anjuta-manual/figures/display_macro.png,
15997 manuals/C/anjuta-manual/figures/insert_text.png,
15998 manuals/C/anjuta-manual/figures/keyword_macro.png,
15999 manuals/C/anjuta-manual/figures/new_file_wizard.png,
16000 manuals/C/anjuta-manual/figures/save_as_file.png :
16001 Updated Anjuta Manual (File Operations)
16003 2005-03-23 Adam Weinberger <adamw@gnome.org>
16005 * plugins/editor/action-callbacks.c,
16006 plugins/file-loader/plugin.c,
16007 plugins/gtodo/main.c,
16008 plugins/project-wizard/druid.c:
16009 Fix spelling/grammar errors. Fixes bugs
16010 169068, 169137, 169138, and 169139.
16012 2005-03-21 Naba Kumar <naba@gnome.org>
16014 Patch from: Massimo Cora' <maxcvs@email.it>:
16016 * plugins/editor/Makefile.am
16017 plugins/editor/anjuta-docman.c,
16018 (added) plugins/editor/editor-tooltips.c,
16019 (added) plugins/editor/editor-tooltips.h: Added tooltips to
16020 editor tabs to show full path.
16022 2005-03-19 Johannes Schmid <jhs@cvs.gnome.org>
16024 * plugins/subversion/svn-backend.c:
16025 Removed "apr-0/" from include because this is
16026 already included in SVN_INCLUDE and broke building if
16027 apr >= 1.0 was installed.
16029 2005-03-18 Naba Kumar <naba@gnome.org>
16031 Patch from: Massimo Cora' <maxcvs@email.it>:
16033 * plugins/editor/action-callbacks.c,
16034 plugins/editor/aneditor-calltip.cxx,
16035 plugins/editor/aneditor-priv.h,
16036 plugins/editor/aneditor.cxx,
16037 plugins/editor/aneditor.h,
16038 plugins/editor/anjuta-document-manager.ui: Added calltip
16039 activation from menu.
16041 2005-03-16 Naba Kumar <naba@gnome.org>
16043 Patch from: Massimo Cora' <maxcvs@email.it>:
16045 * plugins/class-gen/action-callbacks.c,
16046 plugins/class-gen/anjuta-class-gen-plugin.glade,
16047 plugins/class-gen/class_gen.c,
16048 plugins/class-gen/class_gen.h,
16049 plugins/class-gen/class_logo.xpm,
16050 plugins/class-gen/plugin.c: Create files without project
16051 being open. Add to project support. And other enhancements.
16053 2005-03-15 Adam Weinberger <adamw@gnome.org>
16056 plugins/debug-manager/utilities.c,
16057 plugins/file-loader/plugin.c,
16058 plugins/gdb/utilities.c,
16059 plugins/profile-default/plugin.c,
16060 plugins/project-import/project-import.c,
16061 src/anjuta-actions.h:
16062 Spelling/grammar fixes.
16064 2005-03-13 Naba Kumar <naba@gnome.org>
16066 * plugins/editor/action-callbacks.c,
16067 plugins/editor/action-callbacks.h,
16068 plugins/editor/anjuta-document-manager.ui,
16069 plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
16070 submenu. Moved menuitems from Format to View->Editor.
16072 * src/action-callbacks.c, src/action-callbacks.h,
16073 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
16074 layout and lock layout menus in View submenu. Get rid of
16075 Settings->Layout Manager menu.
16077 * plugins/project-import/anjuta-project-import.plugin.in:
16080 * global-tags/Makefile.am,
16081 global-tags/create_global_tags.sh,
16082 plugins/editor/aneditor-autocomplete.cxx,
16083 plugins/editor/aneditor-priv.h,
16084 plugins/editor/aneditor.cxx,
16085 tagmanager/tm_workspace.c: Fixed scope members autocompletion
16086 in editor and made it work in global symbols also.
16088 * src/anjuta-app.c: Always use priority texts besides icons style
16089 for toolbars, because other styles look horible for Anjuta (fixme).
16091 2005-03-11 Naba Kumar <naba@gnome.org>
16093 * configure.in: Removed test for iconv.
16095 * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
16096 before scintilla widget is realized.
16098 * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
16099 for Update menuitem.
16101 * scintilla/patches/set-cursor-warning-fix.diff: Removed because
16102 already applied in scintilla main stream.
16104 * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
16105 and notified scintilla developer.
16107 2005-03-10 Naba Kumar <naba@gnome.org>
16109 * src/action-callbacks.c: Removed reference to src/help.h (dead
16112 * plugins/editor/text_editor.c: Removed reference to
16113 src/launcher.h (a dead file).
16115 * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
16116 src/controls.c, src/controls.h, src/fileselection.c,
16117 src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
16118 src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
16119 src/main.cpp, src/main_menubar.c, src/main_menubar.h,
16120 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
16121 src/session.h, src/support.c, src/support.h, src/toolbar.c,
16122 src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
16123 Removed these dead files from CVS.
16126 2005-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16128 * plugins/file-wizard/action-callbacks.c : Added error message.
16129 plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16132 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
16134 * plugins/cvs-plugin/cvs-callbacks.c
16135 plugins/cvs-plugin/plugin.c:
16136 Fixed preferences page init and busy handling
16138 * plugins/subversion/plugin.c:
16139 Fixed preferences page init
16141 2005-03-09 Naba Kumar <naba@gnome.org>
16143 * plugins/Makefile.am, plugins/glade/Makefile.am,
16144 plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16145 enabled glade plugin in Anjuta. The plugin is built only when
16146 glade3 is installed.
16148 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
16150 * plugins/project-wizard/templates/java.wiz
16151 plugins/project-wizard/templates/java-logo.png (*)
16152 plugins/project-wizard/templates/java/*
16153 plugins/project-wizard/templates/Makefile.am
16156 Add Java project type. It generates a autoconf/automake
16157 project which is compiled using gcj. It requires automake
16158 > 1.4 (1.9 is known to work) to work!
16160 (*) still awaiting response from the gcj team if we
16161 may use their logo.
16163 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
16165 * plugins/project-import/*
16166 plugins/Makefile.am
16168 Added project import plugin. Might be a bit buggy and limited
16170 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16171 Icon from old pixmaps dir
16173 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16175 * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16176 plugins/macro/macro-util.c, plugins/macro/macros.xml :
16177 Added C Custom_Indent line macro.
16180 2005-03-09 Naba Kumar <naba@gnome.org>
16182 * TODO.tasks: Added new message-manager tasks.
16184 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16185 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16186 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16187 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16188 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16189 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16190 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16191 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16192 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16193 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16195 * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16196 plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16197 plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16198 plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16199 plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16200 plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16201 plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16202 Removed debugger widgets from shell on debugger shutdown. Added
16203 scrolled windows for docked widgets. Removed unnecessary widget refs
16204 and unrefs. Destroy widgets correctly on debugger shutdown.
16206 * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16207 with project description title. Removed frame shadow.
16209 * plugins/project-wizard/druid.c: Initializes tooltips.
16211 * scintilla/Makefile.am: Fixed comiple error.
16213 2005-03-08 Adam Weinberger <adamw@gnome.org>
16215 * plugins/class-gen/anjuta-class-gen-plugin.glade,
16216 plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16218 2005-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16220 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16221 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16222 plugins/macro/macro-util.c, plugins/macro/macro-util.h
16223 plugins/macro/macros.xml, plugins/macro/plugin.c :
16224 Moved cursor at the '|' position defined in macros.
16226 2005-03-07 Naba Kumar <naba@gnome.org>
16228 * plugins/subversion/Makefile.am: Fixed build error.
16230 * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16231 types (perl, python, shellscript).
16233 * plugins/editor/plugin.c: Fixed to show all highlight options.
16235 2005-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16237 * TODO.tasks : updated tasks.
16238 * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16240 2005-03-07 Naba Kumar <naba@gnome.org>
16242 * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16243 or disable subversion file-manager submenu. If "Subvesion" is also
16244 valid directory, we should also check for it.
16246 * configure.in: Disable cygwin macro until someone fixes the
16249 * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16250 backward compatibility.
16252 2005-03-06 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16254 * src/about.c : Cleaned code.
16255 * plugins/macro/macros.xml : Added "do_while" C macro.
16256 * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16257 plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c,
16258 plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16259 Closed registers, shared libraries, kernel signals dialogs with ESC key.
16261 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
16263 * plugins/class-gen/plugin.c:
16264 Removed "return" to activate project_root_uri watching.
16266 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
16268 * plugins/Makefile.am
16269 plugins/subversion/*:
16270 Added subversion plugin. Add, Remove, Commit and Update work
16271 everything else needs work.
16273 * plugins/terminal/terminal.c
16274 Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16275 we still have focus problems with the editor.
16277 2005-03-05 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16279 * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16281 2005-03-04 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16283 * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16285 2005-03-04 Naba Kumar <naba@gnome.org>
16287 Patch from Massimo Cora' <maxcvs@email.it>:
16289 * plugins/class-gen/Makefile.am,
16290 plugins/class-gen/action-callbacks.c,
16291 plugins/class-gen/action-callbacks.h,
16292 (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16293 plugins/class-gen/anjuta-class-gen.plugin.in,
16294 plugins/class-gen/class_gen.c,
16295 plugins/class-gen/class_gen.h,
16296 (removed) plugins/class-gen/clsGen.c,
16297 (added) plugins/class-gen/goc_template_header,
16298 (added) plugins/class-gen/goc_template_source,
16299 plugins/class-gen/plugin.c,
16300 plugins/class-gen/plugin.h: Refactored class gen code.
16301 Added GOCBuilder code. Fixed UI. Implemented plugin.
16303 2005-03-03 Johannes Schmid <jhs@cvs.gnome.org>
16305 * plugins/project-wizard/property.c
16306 plugins/project-wizard/install.c
16307 plugins/project-wizard/druid.c
16308 plugins/editor/goto_line.c
16309 plugins/editor/plugin.c
16310 plugins/gtodo/add_edit_item.c
16311 plugins/gtodo/ligtodo.c
16312 plugins/gtodo/main.c
16313 plugins/gtodo/preferences.c:
16314 Fixed #167559, #167534, #167266, #167357
16315 (Bad English in strings...)
16317 Thanks to Adam Weinberger and Thierry Moisan for
16320 2005-03-03 Naba Kumar <naba@gnome.org>
16322 * libegg/Makefile.am, libegg/menu/Makefile.am,
16323 (added) libegg/egg-submenu-action.c,
16324 (added) libegg/menu/egg-submenu-action.h: Created a new action for
16325 submenu (used for wizard listing).
16327 * plugins/file-loader/anjuta-loader-plugin.ui
16328 plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16331 * plugins/editor/action-callbacks.c,
16332 plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16333 ctrl+tabbing because it was interfaring with focus navigation.
16334 Focus editor on "Esc" in incremental search entry. Cleanups.
16336 * plugins/file-manager/an_file_view.c,
16337 plugins/symbol-browser/plugin.c,
16338 plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16341 * plugins/profile-default/plugin.c,
16342 scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16345 * (removed) scintilla/patches/a64-crash-fix.patch,
16346 (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16349 2005-03-03 Naba Kumar <naba@gnome.org>
16351 * HACKING: Fixed typos.
16353 * plugins/editor/aneditor-indent.cxx: Clean up.
16355 * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16356 Enable/disable save, undo and redo actions depending on state
16359 2005-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16361 * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16362 plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16363 Displayed search_incremental status.
16365 * Removed plugins/editor/search_incremental.[ch]
16367 2005-02-26 Johannes Schmid <jhs@cvs.gnome.org>
16369 * plugins/cvs-plugin/cvs-execute.c
16370 plugins/cvs-plugin/cvs-callbacks.c:
16371 - Use weak reference on mesg_view and reuse tab if
16372 it still exists to avoid cluttering message manager.
16373 - Fixed bug in cvs remove
16375 README, HACKING: Updated
16377 configure.in: Added check for libsvn
16379 2005-02-29 Naba Kumar <naba@gnome.org>
16381 * plugins/file-manager/an_file_view.c,
16382 plugins/symbol-browser/an_symbol_view.c,
16383 plugins/symbol-browser/plugin.c: Hide column headers (they
16386 2005-02-29 Naba Kumar <naba@gnome.org>
16388 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16389 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16390 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16391 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16392 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16393 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16394 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16395 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16396 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16397 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16399 * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16400 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16401 (added) libanjuta/anjuta-session.[hc],
16402 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16403 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16404 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16407 Implemented session management. Implemented session
16408 container class. Added session notifications from shell. Implemented
16409 session save/load in editor, file-loader, default-profile-plugin
16410 and anjuta-app. Fixed window sizing and restoration. Cleaned up
16411 code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16412 and maximized states in session. Implemented project session
16415 2005-02-27 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16417 * plugins/class-gen/action-callbacks.[ch],
16418 plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16419 plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16420 Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs
16423 2005-02-26 Sebastien Granjoux <seb.sfo@free.fr>
16425 * plugins/project-wizard/anjuta-project-wizard.glade,
16426 plugins/project-wizard/druid.c:
16427 Add some padding in tab label in project selection page
16429 * plugins/project-wizard/druid.c,
16430 plugins/project-wizard/parser.c:
16431 Search for project template recursively
16432 Add ~/.anjuta/project to the search paths
16434 2005-02-26 Naba Kumar <naba@gnome.org>
16436 * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16437 * plugins/file-loader/plugin.c: Fixed crash bug.
16438 * libanjuta/plugins.c: Fixed memory leak.
16440 2005-02-26 Naba Kumar <naba@gnome.org>
16442 * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16443 "UserActivatable" attribute for plugins. This attribute if set to
16444 "no" will prevent users from activating/deactivating it from
16445 plugins dialog. Added a toggle button in plugins dialog to toggle
16446 the plugins list between list of activatable plugins (default) to
16447 list of all plugins. anjuta_plugin_select() now only selects the
16448 plugin. Added anjuta_plugins_select_and_activate() method that will
16449 select and activate it.
16451 * plugins/profile-default/Makefile.am,
16452 plugins/profile-default/anjuta-default-profile.ui,
16453 plugins/profile-default/plugin.c,
16454 plugins/profile-default/plugin.h,
16455 plugins/project-manager/anjuta-project-manager.ui,
16456 plugins/project-manager/plugin.c,
16457 plugins/project-manager/plugin.h:
16459 Anjuta projects (*.anjuta) files define the profile of respective
16460 projects. Profile is a set of related plugins required for the
16461 project to open. Moved "close project" action from Project Manager
16462 to Profile Manager plugin. Implemented loading and unloading of
16463 project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16464 (instead of Project Manager) now handles opening of *.anjuta files.
16465 Close Project menuitem is now moved to File submenu (being
16466 consistent with Anjuta 1.x versions and avoiding creating Project
16467 submenu when project manager is not loaded).
16469 * src/anjuta-actions.h: Fixed short-cut key for Help content.
16471 * src/anjuta.ui: Fixed place holder for projects.
16473 * (new) plugins/profile-default/default.anjuta: default startup
16474 profile. Removed the hardcoded plugins loading in
16475 DefaultProfilePlugin.
16478 plugins/project-wizard/templates/terminal/project.anjuta:
16479 Implemented project format in newly created projects.
16481 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16482 plugins/class-gen/anjuta-class-gen.plugin.in,
16483 plugins/cvs-plugin/anjuta-cvs.plugin.in,
16484 plugins/editor/anjuta-document-manager.plugin.in,
16485 plugins/file-loader/anjuta-loader.plugin.in,
16486 plugins/file-wizard/anjuta-file-wizard.plugin.in,
16487 plugins/gdb/anjuta-gdb.plugin.in,
16488 plugins/glade/anjuta-glade.plugin.in,
16489 plugins/message-view/anjuta-message-manager.plugin.in,
16490 plugins/profile-default/anjuta-default-profile.plugin.in,
16491 plugins/project-manager/anjuta-project-manager.plugin.in,
16492 plugins/project-wizard/anjuta-project-wizard.plugin.in:
16493 Defined UserActivatable attributes. Added supported types attribute.
16495 * plugins/project-wizard/anjuta-project-wizard.glade
16496 plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16497 "Project Wizard" in preferences title.
16499 * TODO.tasks: Updated.
16501 * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16504 2005-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16506 * plugins/file-wizard/anjuta-file-wizard.glade
16507 plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16509 Integrated License macros, cleaned file.c.
16511 2005-02-24 Johannes Schmid <jhs@cvs.gnome.org>
16513 * plugins/macor/macro-util.c: Fixed crash bugs if email or
16514 username can not be found correctly.
16516 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16518 * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16519 plugins/macro/macros.xml :
16521 Added Headers macros. Cleaned file.c
16523 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16525 * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c,
16526 plugins/macro/macros.xml :
16528 Fixed a bug. Added Header macro.
16531 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16533 * plugins/file-wizard/action-callbacks.c,
16534 plugins/file-wizard/file.c, plugins/macro/macro-util.c
16535 plugins/macro/macros.xml :
16537 Added FileName, Header template macros.
16539 2005-02-24 Naba Kumar <naba@gnome.org>
16541 * plugins/patch/patch-plugin.c: Fixed a function call.
16543 * src/anjuta.c, src/main.c: Save and load default session.
16545 2005-02-24 Naba Kumar <naba@gnome.org>
16547 * libanjuta/interfaces/libanjuta.idl,
16548 plugins/message-view/anjuta-msgman.c,
16549 plugins/message-view/anjuta-msgman.h,
16550 plugins/message-view/plugin.c: Added and implemented
16551 set_view_title() method.
16553 * plugins/build-basic-autotools/build-basic-autotools.c,
16554 plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16555 build context pooling. Maximum 3 contexts are reused. Additional
16556 contexts are created when all are busy.
16558 2005-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16560 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16561 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16562 plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16563 plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16565 Added Copyright, Changelog macros.
16567 2005-02-23 Naba Kumar <naba@gnome.org>
16569 Patch from Massimo Cora' <maxcvs@email.it>:
16570 * plugins/Makefile.am,
16571 plugins/patch/Makefile.am,
16572 (added) plugins/patch/anjuta-patch-plugin.png,
16573 (added) plugins/patch/anjuta-patch.plugin.in,
16574 (added) plugins/patch/anjuta-patch.ui,
16575 plugins/patch/patch-plugin.c,
16576 (added) plugins/patch/patch-plugin.h,
16577 (added) plugins/patch/plugin.c,
16578 (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16581 2005-02-23 Naba Kumar <naba@gnome.org>
16583 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16584 file-loader/plugin.c, profile-default/plugin.c:
16585 Implemented "activated" and "deactivated" signals for plugin class.
16586 Renamed *_location() functions to *_id(), because location is
16587 ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16588 anjuta_plugins_unload_plugin().
16590 * class-gen/plugin.c: Fixed complier warning and utility function call.
16592 * debug-manager/plugin.c: Unload debugger plugin correctly.
16594 * project-manager/plugin.c: Fixed compiler warnings.
16596 * plugins/project-wizard/templates/gnome/.cvsignore,
16597 plugins/project-wizard/templates/gnome/po/.cvsignore,
16598 plugins/project-wizard/templates/gnome/src/.cvsignore,
16599 plugins/project-wizard/templates/gtk/po/.cvsignore,
16600 plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16601 plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16603 * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16604 build (we need to fix this thing).
16606 2005-02-23 Johannes Schmid <jhs@cvs.gnome.org>
16608 * plugins/macro/macro-action.[ch]
16609 plugins/macro/macro-edit.c
16610 plugins/macro/macro-dialog.c
16611 plugins/macro/macro-db.[ch]
16612 plugins/macro/plugin.[ch]
16613 plugins/macro/macro-util.[ch] (added)
16615 Cleaned up macro plugin and preview expanded macros.
16617 2005-02-21 Ryan Garver <rgarvage@yahoo.com>
16619 * plugins/cvs-plugin/cvs-interface.c:
16621 Fixed option setting when using no compression and not
16624 2005-02-23 Naba Kumar <naba@gnome.org>
16626 * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16627 geometry on exit and startup (only if there is no geometry from the
16630 * TODO.tasks: Updated.
16632 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16634 * manuals/reference/libanjuta/Makefile.am,
16635 manuals/reference/libanjuta/libanjuta-docs.sgml,
16636 (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16637 documentation for writing project templates.
16639 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16641 * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16642 plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16644 Expansion keywords in macros.
16646 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16648 * plugins/file-wizard/action-callbacks.c,
16649 plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16650 plugins/macro/macros.xml :
16652 Inserting text by macro plugin
16655 2005-02-22 Johannes Schmid <jhs@cvs.gnome.org>
16657 * plugins/macro/plugin.c
16658 plugins/cvs-plugin/plugin.c:
16660 Fixed interfaces (use static)
16662 2005-02-21 Johannes Schmid <jhs@cvs.gnome.org>
16664 * plugins/macro/macro-actions.[ch]
16665 plugins/macro/plugin.c
16666 libanjuta/interfaces/libanjuta.idl:
16668 Implemented IAnjutaMacro interface to be used by file-wizard
16670 * plugins/cvs-plugin/plugin.c
16671 libanjuta/interfaces/libanjuta.idl:
16673 Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16674 for all version control systems and not only for cvs.
16676 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16678 * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added
16681 * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16684 2005-02-21 Naba Kumar <naba@gnome.org>
16686 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16687 IAnjutaDebugger interface.
16689 * plugins/debug-manager/anjuta-debug-manager.ui,
16690 plugins/debug-manager/attach_process.c,
16691 plugins/debug-manager/attach_process.h,
16692 plugins/debug-manager/plugin.c,
16693 plugins/debug-manager/plugin.h,
16694 plugins/gdb/actions.c,
16695 plugins/gdb/actions.h,
16696 plugins/gdb/anjuta-gdb-plugin.ui,
16697 plugins/gdb/breakpoints.c,
16698 plugins/gdb/breakpoints.h,
16699 plugins/gdb/debugger.c,
16700 plugins/gdb/debugger.h,
16701 plugins/gdb/memory.c,
16702 plugins/gdb/plugin.c,
16703 plugins/gdb/plugin.h,
16704 plugins/gdb/sharedlib.h,
16705 plugins/gdb/sharedlib_cbs.c,
16706 plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16707 correctly between debug-manager and debugger. Implemented debugger
16708 interface in gdb plugin. Fixed action names. Added UI updating.
16709 Start and stop debugger (does not work yet). Fixed UI merging.
16710 Fixed debugger plugin handling in debug-manager.
16712 2005-02-20 Johannes Schmid <jhs@cvs.gnome.org>
16714 * plugins/editor/aneditor-autocomplete.cxx:
16716 Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16717 crash with C++ "template" keyword.
16719 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16721 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16722 Fixed bug (Closed macro dialogs with Esc key).
16724 2005-02-19 Sebastien Granjoux <seb.sfo@free.fr>
16726 * plugins/project-wizard/xlib.wiz,
16727 plugins/project-wizard/xlib-logo.png,
16728 plugins/project-wizard/xlib/*:
16729 Port old xlib anjuta project on new project wizard
16731 * plugins/project-wizard/xlib-dock.wiz,
16732 plugins/project-wizard/xlib-dock/*:
16733 Port old xlib dock anjuta project on new project wizard
16735 * plugins/project-wizard/wxwin.wiz,
16736 plugins/project-wizard/wxwin-logo.png,
16737 plugins/project-wizard/wxwin/*:
16738 Port old wxwin anjuta project on new project wizard
16740 * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16741 necessary changes for the new templates.
16743 2005-02-18 Naba Kumar <naba@gnome.org>
16745 * plugins/Makefile.am: Added class-gen
16747 2005-02-17 Sebastien Granjoux <seb.sfo@free.fr>
16749 * plugins/project-wizard/header.c:
16750 Fix a bug in sorting of project categories
16752 2005-02-18 Naba Kumar <naba@gnome.org>
16754 Patch from Massimo Cora <maxcvs@email.it>:
16756 * plugins/class-gen/.cvsignore,
16757 plugins/class-gen/Makefile.am,
16758 (added) plugins/class-gen/action-callbacks.c,
16759 (added) plugins/class-gen/action-callbacks.h,
16760 (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16761 (added) plugins/class-gen/class_gen.c,
16762 (added) plugins/class-gen/class_gen.h,
16763 (added) plugins/class-gen/plugin.c,
16764 (added) plugins/class-gen/plugin.h: Ported class wizard to the
16767 * plugins/project-manager/plugin.c: implemented add_source().
16769 2005-02-17 Naba Kumar <naba@gnome.org>
16771 * plugins/file-loader/plugin.c: Fixed possible crash.
16773 * src/action-callbacks.c, src/action-callbacks.h,
16774 src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16776 2005-02-17 Naba Kumar <naba@gnome.org>
16778 * plugins/project-wizard/templates/anjuta-plugin.wiz,
16779 plugins/project-wizard/templates/gnome.wiz,
16780 plugins/project-wizard/templates/gtk.wiz,
16781 plugins/project-wizard/templates/gtkmm.wiz,
16782 plugins/project-wizard/templates/terminal.wiz,
16783 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16784 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16785 plugins/project-wizard/templates/gnome/src/callbacks.c,
16786 plugins/project-wizard/templates/gnome/src/callbacks.h,
16787 plugins/project-wizard/templates/gnome/src/main.c,
16788 plugins/project-wizard/templates/gtk/src/callbacks.c,
16789 plugins/project-wizard/templates/gtk/src/callbacks.h,
16790 plugins/project-wizard/templates/gtk/src/main.c,
16791 plugins/project-wizard/templates/gtkmm/src/main.cc,
16792 plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16793 to generate licence correctly (without any extra newlines). Removed
16794 IncludeGNUHeader macro definition and added proper licence property.
16795 Fixed project directory paths in file contents.
16797 2005-02-17 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16799 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16800 Closed macro dialogs with Esc key.
16802 2005-02-16 Naba Kumar <naba@gnome.org>
16804 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16805 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16806 plugins/project-wizard/templates/gnome/src/callbacks.c,
16807 plugins/project-wizard/templates/gnome/src/callbacks.h,
16808 plugins/project-wizard/templates/gnome/src/main.c,
16809 plugins/project-wizard/templates/gtk/src/main.c,
16810 plugins/project-wizard/templates/gtkmm/src/main.cc,
16811 plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16812 macros to avoid blank newlines.
16814 2005-02-16 Sebastien Granjoux <seb.sfo@free.fr>
16816 * plugins/project-wizard/autogen.c:
16817 Correct a problem when having property value in UTF-8
16819 * plugins/project-wizard/druid.c:
16820 Correct a bug when reselecting a new project (all pages
16823 * plugins/project-wizard/property.c:
16824 Avoid having default invalid properties
16826 * plugins/project-wizard/templates/terminal.wiz,
16827 plugins/project-wizard/templates/terminal/po/ChangeLog,
16828 plugins/project-wizard/templates/terminal/src/main.c:
16829 Remove command for testing run function
16830 Move destination directory to second page and include
16831 project name. Add exist tag. Remove unused properties.
16833 2005-02-16 Naba Kumar <naba@gnome.org>
16835 * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16836 plugins/debug-manager/anjuta-debug-manager.ui,
16837 plugins/debug-manager/plugin.c,
16838 plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16839 plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16840 plugins/gdb/plugin.h, plugins/gdb/registers.c,
16841 plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16842 plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16843 plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16844 (removed) src/anjuta_info.c,
16845 (removed) src/anjuta_info.h,
16846 (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16847 (added) plugins/gdb/anjuta-gdb-plugin.ui,
16848 (added) plugins/gdb/actions.c,
16849 (added) plugins/gdb/actions.h: Completed initial
16850 porting of debugger to new architecture. Fixed many of the debugger
16853 * plugins/file-loader/plugin.c: Detect some important mime ourself
16854 to avoid inconsistencies when mime system isn't working.
16856 2005-02-16 Naba Kumar <naba@gnome.org>
16858 * plugins/editor/Makefile.am,
16859 (added) plugins/editor/aneditor-autocomplete.cxx,
16860 (added) plugins/editor/aneditor-calltip.cxx,
16861 (added) plugins/editor/aneditor-indent.cxx,
16862 (added) plugins/editor/aneditor-priv.h,
16863 plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16864 different smaller chunks to make it easy to maintain.
16866 2005-02-16 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16868 * plugins/project-wizard/druid.c :
16870 Found system Email address if not defined in Preferences.
16872 2005-02-16 Johannes Schmid <jhs@cvs.gnome.org>
16874 * plugins/project-wizard/gtkmm.wiz
16875 plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16876 plugins/project-wizard/gtkmm/*
16878 Added GTKmm (C++) project type
16880 2005-02-15 Johannes Schmid <jhs@cvs.gnome.org>
16882 * plugins/message-view/plugin.c
16883 plugins/message-view/message-view.c
16885 Implemented next/prev action
16887 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16889 * plugins/project-wizard/templates/libglade2.* :
16890 Removed libglade2 project.
16892 * plugins/project-wizard/templates/gtk* :
16893 Removed interface.[ch] & support.[ch].
16895 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16897 * plugins/project-wizard/anjuta-project-wizard.glade,
16898 plugins/project-wizard/property.[ch],
16899 plugins/project-wizard/templates/anjuta-plugin.wiz :
16900 Added a new property ("iconfile").
16902 2005-02-14 Naba Kumar <naba@gnome.org>
16904 * plugins/project-wizard/install.c,
16905 plugins/project-wizard/plugin.c,
16906 plugins/project-wizard/templates/anjuta-plugin.wiz,
16907 plugins/project-wizard/templates/gnome.wiz,
16908 plugins/project-wizard/templates/gtk.wiz,
16909 plugins/project-wizard/templates/libglade2.wiz,
16910 plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16911 newly created projects and open them. Fixed message buffering in
16914 2005-02-14 Naba Kumar <naba@gnome.org>
16916 * src/about.c, pixmaps/Makefile.am,
16917 (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16919 * mime/gnome-mime-application-x-anjuta.png,
16920 pixmaps/anjuta_icon.png,
16921 (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16922 done by 9-speed at:
16923 http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16925 2005-02-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16928 plugins/project-wizard/templates/libglade2-logo.png,
16929 plugins/project-wizard/templates/libglade2.wiz,
16930 plugins/project-wizard/templates/libglade2/* :
16934 2005-02-14 Naba Kumar <naba@gnome.org>
16936 * TODO.tasks: Updated.
16938 * plugins/editor/anjuta-docman.c,
16939 plugins/editor/text_editor.c,
16940 plugins/editor/text_editor.h,
16941 plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16942 for file modification, but it is still not functioning.
16944 2005-02-13 Sebastien Granjoux <seb.sfo@free.fr>
16946 * plugins/project-wizard/values.c,
16947 plugins/project-wizard/values.h,
16948 plugins/project-wizard/property.c,
16949 plugins/project-wizard/property.h,
16950 plugins/project-wizard/druid.c:
16951 Rewrite mandatory property check
16952 Add check of exist property
16953 Rewrite handling of cached property page
16955 2005-02-13 Naba Kumar <naba@gnome.org>
16957 Patch from Igor Kovalenko <garrison@mail.ru>:
16958 * tagmanager/tm_workspace.c: Improved performance.
16960 2005-02-13 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16962 *plugins/project-wizard/templates/*.wiz,
16963 plugins/project-wizard/druid.c,
16964 plugins/project-wizard/templates/terminal/src/main.c,
16965 plugins/project-wizard/templates/gtk/src/*.[ch],
16966 plugins/project-wizard/templates/gtk/src/Makefile.am,
16967 plugins/project-wizard/templates/gnome/src/*.[ch],
16968 plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16969 Add Copyright date & Email address,
16970 Correct terminal project.
16972 2005-02-12 Naba Kumar <naba@gnome.org>
16974 * plugins/project-wizard/property.c: Fixed hidden
16975 properties to take values.
16977 * plugins/project-wizard/file.[ch]: Renamed
16978 true/false enum values to fix compile error
16979 (conflict with other definition).
16981 * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16982 even when mime type detection fails (for example, when Anjuta is
16983 installed in non-system prefix).
16985 2005-02-12 Sebastien Granjoux <seb.sfo@free.fr>
16987 * plugins/project-wizard/values.c,
16988 plugins/project-wizard/values.h:
16989 Rewrite file with more comments
16991 * plugins/project-wizard/druid.c,
16992 plugins/project-wizard/druid.h,
16993 plugins/project-wizard/autogen.c,
16994 plugins/project-wizard/autogen.h,
16995 plugins/project-wizard/druid.c,
16996 plugins/project-wizard/druid.h:
16998 Use values instead of properties
16999 Move default properties to druid.c
17001 * plugins/project-wizard/install.c,
17002 plugins/project-wizard/install.h:
17003 Use values instead of properties
17004 Add a check to avoid overwriting files
17006 * plugins/project-wizard/parser.c,
17007 plugins/project-wizard/property.c,
17008 plugins/project-wizard/property.h:
17009 Update to use new values
17010 Add an "exist" attribute to check if a directory already exist
17012 * plugins/project-wizard/anjuta-project-wizard.glade:
17013 Change project selection page (GtkTextView => GtkLabel,
17014 GtkTable => GtkVBox)
17016 * plugins/project-wizard/templates/terminal.wiz:
17017 Move destination directory on second page
17019 * plugins/project-wizard/action.c:
17022 2005-02-12 Naba Kumar <naba@gnome.org>
17024 * plugins/file-manager/an_file_view.c,
17025 plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
17026 views. Created dynamic update date of view depending on project
17027 changes -- similar to file-manager view.
17029 * plugins/devhelp/plugin.c: Load help on idle.
17031 * plugins/editor/anjuta-document-manager.glade: Moved 'disable
17032 autoformat' to proper location in preferences.
17034 * mime/anjuta.mime: Added .prj extension in the mime type for backward
17037 * plugins/editor/plugin.c: Fixed accel name.
17039 2005-02-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17041 *plugins/project-wizard/templates/anjuta-plugin.wiz,
17042 plugins/project-wizard/templates/gnome.wiz,
17043 plugins/project-wizard/templates/gtk.wiz,
17044 plugins/project-wizard/anjuta-project-wizard.glade,
17045 plugins/project-wizard/autogen.c:
17046 Add Username & Email address in Project preferences.
17048 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17050 *plugins/project-wizard/templates/gnome-logo.png,
17051 plugins/project-wizard/templates/gnome.wiz,
17052 plugins/project-wizard/templates/gnome/* :
17055 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17057 * plugins/project-wizard/templates/terminal/src/main.c,
17058 plugins/project-wizard/templates/terminal/src/main.c,
17059 plugins/project-wizard/templates/terminal/src/main.[ch] :
17060 Insert License in projects
17062 2005-02-11 Naba Kumar <naba@gnome.org>
17064 * TODO.tasks: Added message manager task.
17066 * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
17068 * plugins/editor/plugin.c: Use bookmark stock icons.
17070 * plugins/message-view/anjuta-message-manager.ui,
17071 plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
17073 2005-02-10 Naba Kumar <naba@gnome.org>
17075 * libanjuta/interfaces/libanjuta.idl: fixed build error.
17077 2005-02-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17079 * global-tags/Makefile.am
17080 Error during 'make install'
17082 2005-02-09 Naba Kumar <naba@gnome.org>
17084 * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
17087 2005-02-08 Naba Kumar <naba@gnome.org>
17089 * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
17091 * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
17092 Show busy cursur when updating global tags in preferences.
17094 * configure.in: Fixed.
17096 2005-02-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17098 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
17099 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
17101 - Fixed anjuta-plugin project (glade)
17103 2005-02-08 Naba Kumar <naba@gnome.org>
17105 * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
17106 Fixed automatic indentations.
17108 * global-tags/Makefile.am, global-tags/create_global_tags.sh:
17109 Global tags are now segregated into smaller api tags, which can be
17110 selectively loaded from symbol browser preferences.
17112 * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
17113 Implemented IProjectManager interface in project-manager. Mostly getter
17114 methods for now, but need to add add() and remove() methods to add
17115 or remove project elements.
17117 * plugins/gdb/debug_tree.c: Small fix.
17119 * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
17120 plugins/symbol-browser/an_symbol_info.c,
17121 plugins/symbol-browser/an_symbol_info.h,
17122 plugins/symbol-browser/an_symbol_search.c,
17123 plugins/symbol-browser/an_symbol_search.h,
17124 plugins/symbol-browser/an_symbol_view.c,
17125 plugins/symbol-browser/an_symbol_view.h,
17126 plugins/symbol-browser/plugin.c,
17127 plugins/symbol-browser/plugin.h,
17129 tagmanager/entry.h,
17130 tagmanager/tm_project.c,
17131 tagmanager/tm_symbol.c,
17132 tagmanager/tm_tag.c,
17133 tagmanager/tm_workspace.c,
17134 tagmanager/vstring.c,
17135 tagmanager/include/tm_tag.h,
17136 tagmanager/include/tm_workspace.h:
17138 - Fixed tagmanager parsing of source files to parse for typedefines and
17139 properly record element scopes. Implemented scope autocompletion
17140 (autocompletion on '.', '->', '::' and ':'. The functionality is not
17141 fully working. It was based on older patch for Anjuta 1.2.2 in SF
17142 patch list (author is unknown).
17143 - Implemented symbol-browser preferences for dynamically loading and
17144 saving tags API segments.
17145 - Fixed symbol-search to use tagmanager directly instead of depending
17146 on symbol-view for tags list.
17147 - Fixed symbol-view to create the tree using TMSymbol tree directly.
17148 - Fixed TMSymbol to create the complete tags tree instead of letting the
17149 symbol-view created the root nodes.
17150 - Changed project tags cache name to .tm_project2.cache because the
17151 newer format records additional scope information.
17153 2005-02-07 Naba Kumar <naba@gnome.org>
17155 * plugins/editor/style-editor.c,
17156 plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17157 and GtkFontButton instead of deprecated widgets in
17160 2005-02-07 Sebastien Granjoux <seb.sfo@free.fr>
17162 * plugins/project-wizard/action.c,
17163 plugins/project-wizard/action.h,
17164 plugins/project-wizard/autogen.c,
17165 plugins/project-wizard/autogen.h,
17166 plugins/project-wizard/file.c,
17167 plugins/project-wizard/file.h,
17168 plugins/project-wizard/install.c,
17169 plugins/project-wizard/install.h,
17170 plugins/project-wizard/parser.h,
17171 plugins/project-wizard/parser.c,
17172 plugins/project-wizard/property.c,
17173 plugins/project-wizard/property.h,
17174 plugins/project-wizard/plugin.h,
17175 plugins/project-wizard/plugin.c,
17176 plugins/project-wizard/values.c,
17177 plugins/project-wizard/values.h:
17178 Replace C++ comments by C comments
17180 * plugins/project-wizard/autogen.c,
17181 plugins/project-wizard/autogen.h:
17182 Add a run time check of autogen version.
17183 Add UserName variable.
17185 * plugins/project-wizard/anjuta-project-wizard.glade,
17186 plugins/project-wizard/header.c,
17187 plugins/project-wizard/druid.c,
17188 plugins/project-wizard/druid.h:
17189 Sort project in alphabetic order.
17190 Correct selection troubles in notebooks.
17192 * plugins/project-wizard/parser.c:
17193 Add some check when reading the project header block.
17195 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
17197 * plugins/project-wizard/action.c,
17198 plugins/project-wizard/action.h,
17199 plugins/project-wizard/autogen.c,
17200 plugins/project-wizard/autogen.h,
17201 plugins/project-wizard/file.c,
17202 plugins/project-wizard/file.h,
17203 plugins/project-wizard/install.c,
17204 plugins/project-wizard/parser.h,
17205 plugins/project-wizard/parser.c,
17206 plugins/project-wizard/property.c,
17207 plugins/project-wizard/property.h,
17208 plugins/project-wizard/values.c,
17209 plugins/project-wizard/values.h,
17210 Add a space between function name and open.
17212 * plugins/project-wizard/plugin.h,
17213 plugins/project-wizard/plugin.c,
17214 plugins/project-wizard/install.c,
17215 Avoid a crash if the user close the message view used by the .
17217 * plugins/project-wizard/anjuta-project-wizard,
17218 plugins/project-wizard/druid.c,
17219 plugins/project-wizard/druid.h,
17220 plugins/project-wizard/header.h,
17221 plugins/project-wizard/header.c,
17222 Add a text view with the description of each.
17223 Add a tab for each project.
17224 Replace some C++ comments to C comments.
17226 2005-02-05 Naba Kumar <naba@gnome.org>
17228 * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17229 New icon from Sebastien Granjoux .
17231 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
17233 * libanjuta/anjuta-preferences.c:
17234 Set file property even without a focus out event (file selected
17237 2005-02-04 Naba Kumar <naba@gnome.org>
17239 * plugins/glade/plugin.c: Fixed glade function calls.
17240 * configure.in: Fixed a typo.
17241 * TODO.tasks: Updated.
17243 2005-02-03 Naba Kumar <naba@gnome.org>
17245 * plugins/project-manager/plugin.c: Fixed memory corruption.
17247 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17250 * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17251 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17252 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17253 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17255 * libanjuta/interfaces/libanjuta.idl,
17256 plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17259 * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17261 Patch from Massimo Cora <maxcvs@email.it>:
17262 * plugins/editor/plugin.c: Fixed update UI for created buffers.
17264 2005-02-01 Naba Kumar <naba@gnome.org>
17266 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17267 libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17268 plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17269 scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17270 (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17271 from sourceforge -- a64 crash fixes (correct typing for GType)
17272 and fixes compile errors in sun.
17274 * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17275 paste (shift+insert) in terminal.
17277 2005-02-01 Kjartan Maraas <kmaraas@gnome.org>
17279 * configure.in: Add «nb» to ALL_LINGUAS.
17281 2005-02-01 Naba Kumar <naba@gnome.org>
17283 * TODO.tasks, TODO: Updated todo tasks.
17285 * plugins/editor/anjuta-document-manager.glade: Improved search
17288 * TODO.tasks: Fixed xml format.
17290 * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17293 * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17296 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17297 format during save (removed unwanted text nodes). Fixed scrollbars.
17299 2005-01-31 Naba Kumar <naba@gnome.org>
17301 * libanjuta/interfaces/libanjuta.idl,
17302 plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17303 Implemented append() method for IAnjutaEditor interface and fixed
17304 various bugs with text insertions (cvs diff and macro insertions).
17306 * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17307 automatic indentation.
17309 * plugins/editor/action-callbacks.c,
17310 plugins/editor/action-callbacks.h,
17311 plugins/editor/anjuta-docman.c,
17312 plugins/editor/anjuta-document-manager.ui,
17313 plugins/editor/plugin.c,
17314 plugins/editor/text_editor.c,
17315 plugins/editor/text_editor.h,
17316 plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17317 Fixed highlight issues.
17319 * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17322 * plugins/symbol-browser/an_symbol_view.c: Force update project.
17324 * data/properties/*: Updated properties files from scite. Created
17325 styles.properties to override the scite styles.
17327 * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17329 * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17331 2005-01-30 Naba Kumar <naba@gnome.org>
17333 * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17334 unused definitions.
17336 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17338 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17339 plugins/editor/text_editor.c,
17340 plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17341 fixed linuwidth preference setting, fixed insert text interface
17342 implementation. Improved automatice-indentation for cpp lexer.
17344 * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17346 2005-01-29 Naba Kumar <naba@gnome.org>
17348 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17349 option in update dialog as default. Improved import dialog. Sized
17352 * configure.in: Fixed underquoted warning from autoconf.
17354 * plugins/editor/action-callbacks.c,
17355 plugins/editor/aneditor.cxx,
17356 plugins/editor/aneditor.h,
17357 plugins/editor/anjuta-document-manager.glade,
17358 plugins/editor/plugin.c,
17359 plugins/editor/plugin.h,
17360 plugins/editor/text_editor.c,
17361 plugins/editor/text_editor.h,
17362 plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17363 for Editor and fixed all preferences syncronization and notifys for
17364 visible prefs (in editor preferences page).
17366 * plugins/file-loader/plugin.c: Load recent files on idle.
17368 2005-01-28 Naba Kumar <naba@gnome.org>
17370 * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17371 plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17373 * plugins/editor/action-callbacks.c,
17374 plugins/editor/action-callbacks.h,
17375 plugins/editor/aneditor.cxx,
17376 plugins/editor/aneditor.h,
17377 plugins/editor/anjuta-document-manager.ui,
17378 plugins/editor/plugin.c,
17379 plugins/editor/text_editor.c,
17380 plugins/editor/text_editor.h,
17381 plugins/editor/text_editor_cbs.c,
17382 plugins/editor/text_editor_cbs.h,
17383 plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17386 Patch from Massimo Cora <maxcvs@email.it>:
17387 * plugins/editor/an_symbol_search.c,
17388 plugins/editor/an_symbol_search.c: Fixed crash bugs.
17390 2005-01-27 Naba Kumar <naba@gnome.org>
17392 *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17393 minimum size request to 200.
17395 * plugins/symbol-browser/an_symbol_info.c,
17396 plugins/symbol-browser/an_symbol_info.h,
17397 plugins/symbol-browser/an_symbol_search.c,
17398 plugins/symbol-browser/an_symbol_search.h,
17399 plugins/symbol-browser/an_symbol_view.c,
17400 plugins/symbol-browser/an_symbol_view.h,
17401 plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17402 pixbuf retrieval. Fixed runtime warning. Code clean up.
17404 2005-01-27 Naba Kumar <naba@gnome.org>
17406 * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17407 src/anjuta.ui, (new) plugins/glade/.cvsignore,
17408 (new) plugins/glade/Makefile.am,
17409 (new) plugins/glade/anjuta-glade-plugin.png,
17410 (new) plugins/glade/anjuta-glade.plugin.in,
17411 (new) plugins/glade/anjuta-glade.ui,
17412 (new) plugins/glade/plugin.c,
17413 (new) plugins/glade/plugin.h,
17414 (new) plugins/profile-default/plugin.c: Glade plugin. Disabled for
17415 now until glade3 works properly.
17417 * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17418 they are generated.
17420 2005-01-26 Naba Kumar <naba@gnome.org>
17422 * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17423 Added mime icon for anjuta projects.
17425 patch from Massimo Cora <maxcvs@email.it>:
17426 * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17427 an_symbol_search.h, an_symbol_view.c, plugin.c:
17428 Fix/implement objects destroying/freeing.
17430 2005-01-26 Johannes Schmid <jhs@cvs.gnome.org>
17432 * src/action-callback.[ch], src/anjuta-actions.h:
17433 Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17434 because it has not been updated for years and we know have a devhelp plugin
17435 which can do the job much better.
17436 * TODO.tasks: Updated done items
17438 2005-01-25 Naba Kumar <naba@gnome.org>
17440 * autogen.sh: Fixed to generate interface files.
17442 * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17443 session save filenames.
17445 * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17447 2005-01-24 Sebastien Granjoux <seb.sfo@free.fr>
17449 * plugins/project-wizard/Makefile.am,
17450 plugins/project-wizard/install.c,
17451 plugins/project-wizard/install.h,
17452 plugins/project-wizard/parser.c,
17453 plugins/project-wizard/parser.h,
17454 plugins/project-wizard/templates/terminal.wiz:
17455 Add action list block in wizard template
17456 * plugins/project-wizard/file.c,
17457 plugins/project-wizard/autogen.c:
17460 2005-01-23 Naba Kumar <naba@gnome.org>
17462 * configure.in: Fixed build error.
17464 2005-01-22 Sebastien Granjoux <seb.sfo@free.fr>
17466 * plugins/project-wizard/druid.c,
17467 plugins/project-wizard/parser.c,
17468 plugins/project-wizard/property.c: Rewrite parser with
17469 better error handling
17471 2005-01-22 Naba Kumar <naba@gnome.org>
17473 * plugins/symbol-browser/plugin.c: Changed c++ coments
17474 to c commnets and formated code to anjuta coding styles.
17476 2005-01-21 Naba Kumar <naba@gnome.org>
17478 * configure.in, autogen.sh: Fixed build errors in newer automake.
17480 * plugins/editor/anjuta-docman.c: Do not emit change editor
17481 signal while in dispose.
17483 Patch from: Massimo Corà <maxcvs@email.it>
17484 * plugins/symbol-browser/Makefile.am,
17485 plugins/symbol-browser/an_symbol_view.c,
17486 plugins/symbol-browser/an_symbol_view.h,
17487 plugins/symbol-browser/plugin.c,
17488 plugins/symbol-browser/plugin.h,
17489 plugins/symbol-browser/test-symbol-browser.c,
17490 (new) plugins/symbol-browser/an_symbol_info.c,
17491 (new) plugins/symbol-browser/an_symbol_info.h,
17492 (new) plugins/symbol-browser/an_symbol_search.c,
17493 (new) plugins/symbol-browser/an_symbol_search.h:
17494 Added a cool real-time symbol-search-view in symbol browser.
17496 2005-01-21 Johannes Schmid <jhs@cvs.gnome.org>
17498 * plugin/macro/plugin.c
17499 plugin/macro/anjuta-macro-plugin.ui
17500 plugin/macro/macro-db.[ch]
17501 plugin/macro/macro-dialog.[ch]
17502 plugin/macro/macro-actions.[ch]
17503 plugin/macro/macro-edit.[ch]
17504 plugin/macro/plugin.[ch]:
17506 Implemented three menu items as Naba proposed:
17508 Insert Macro: Pops of a border-less window to enter a shortcut
17509 Add Macro: Same as Manage Macro => New
17510 Manage Macros: Full-features macro dialog
17512 2005-01-20 Naba Kumar <naba@gnome.org>
17514 * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17515 libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17516 libanjuta/anjuta-shell.h,
17517 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17518 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17519 plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17520 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17521 src/main.c, src/shell.c: Implemented command line args processing
17522 and session management. Fixed geometry restoration.
17524 2005-01-19 Johannes Schmid <jhs@cvs.gnome.org>
17526 * plugins/macro/macro-db.c,
17527 plugins/macros.xml:
17528 Cleaned up XML interface and use attributes now for name, category and
17529 shortcut. CDATA is used to avoid xml errors inside of macros.
17531 2005-01-19 Naba Kumar <naba@gnome.org>
17533 * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17535 2005-01-18 Naba Kumar <naba@gnome.org>
17537 * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17540 * scintilla/*: Updated scintilla to current cvs and updated
17543 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
17545 * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17546 plugins/cvs-plugin/cvs-actions.c:
17547 Added "Whole project" infrastructure but it does not
17548 work because I did not find a way to get the current project's
17551 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
17553 * plugins/cvs-plugin/Makefile.am
17554 plugins/cvs-plugin/anjuta-cvs.plugin.in
17555 plugins/cvs-plugin/cvs-actions.c
17556 plugins/cvs-plugin/cvs-callbacks.c
17557 plugins/cvs-plugin/cvs-interface.[ch] (added)
17558 plugins/cvs-plugin/plugin.c:
17560 Added IAnjutaCVS interface and improved cvs plugin. There
17561 is still some work to do on cvs import and to add a current
17564 2005-01-17 Naba Kumar <naba@gnome.org>
17566 * plugins/editor/aneditor.cxx: Fixed auto indentation.
17568 * configure.in: Fixed build errors.
17570 * data/Makefile.am, (removed) data/README.stock_libs,
17571 (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17572 (removed) data/header.c, (removed) data/stock_libs.anj,
17573 (removed) data/x-anjuta-project.desktop,
17574 (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17576 * libanjuta/anjuta-plugin-description.c,
17577 libanjuta/anjuta-shell.c: Updated documentations.
17579 Patch from: Hamish Mackenzie <hamish@firestream.co.uk>
17581 * libanjuta/anjuta-launcher.c,
17582 plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17585 2005-01-17 Naba Kumar <naba@gnome.org>
17587 * plugins/project-wizard/templates/anjuta-plugin.wiz,
17588 plugins/project-wizard/templates/gtk.wiz,
17589 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17590 Updated templates to new format.
17592 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17593 * plugins/project-wizard/druid.c,
17594 plugins/project-wizard/parser.c,
17595 plugins/project-wizard/property.c,
17596 plugins/project-wizard/property.h,
17597 plugins/project-wizard/templates/terminal.wiz,
17598 plugins/project-wizard/templates/terminal/AUTHORS,
17599 plugins/project-wizard/templates/terminal/ChangeLog,
17600 plugins/project-wizard/templates/terminal/NEWS,
17601 plugins/project-wizard/templates/terminal/README,
17602 plugins/project-wizard/templates/terminal/project.anjuta,
17603 plugins/project-wizard/templates/terminal/src/main.c:
17604 Moveed code related to property types from druid.c and parser.c to
17605 property.c. Changed tag from "<string ..." to
17606 "<property type="string..." and so on. Rewrite parser
17607 (warning still in progress). Added list property. Changed
17608 terminal project to avoid using autogen on some file (much
17609 faster) using the autogen attribute. Add a license list box in
17610 terminal project (just as an example). _label in item list is
17613 2005-01-16 Naba Kumar <naba@gnome.org>
17615 * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17616 plugins/edtior/anjuta-docman.c: Fixed build errors.
17618 * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17619 libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17620 libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17621 (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17622 (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17623 (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17624 libanjuta/resources.h,
17625 plugins/build-basic-autotools/build-basic-autotools.c,
17626 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17627 plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17628 plugins/gtodo/plugin.c, src/Makefile.am,
17629 src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17630 src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17631 Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17632 should be handled in respective plugins. Added API documentations.
17634 * libanjuta-docs.sgml, libanjuta-sections.txt,
17636 (added) tmpl/anjuta-debug.sgml,
17637 (added) tmpl/anjuta-launcher.sgml,
17638 tmpl/anjuta-plugin.sgml,
17639 tmpl/anjuta-preferences.sgml,
17640 tmpl/anjuta-shell.sgml,
17641 (added) tmpl/anjuta-status.sgml,
17642 (removed) tmpl/anjuta-stock.sgml,
17643 tmpl/anjuta-utils.sgml,
17644 (removed) tmpl/defaults.sgml,
17645 (removed) tmpl/fileselection.sgml,
17646 (removed) tmpl/gnomefilelist.sgml,
17647 tmpl/ianjuta-buildable.sgml,
17648 (added) tmpl/ianjuta-debugger-manager.sgml,
17649 (added) tmpl/ianjuta-debugger.sgml,
17650 tmpl/ianjuta-document-manager.sgml,
17651 tmpl/ianjuta-editor.sgml,
17652 tmpl/ianjuta-file.sgml,
17653 tmpl/ianjuta-loader.sgml,
17654 tmpl/ianjuta-markable.sgml,
17655 tmpl/ianjuta-message-view.sgml,
17656 (added) tmpl/ianjuta-project-manager.sgml,
17657 (added) tmpl/ianjuta-todo.sgml,
17658 (added) tmpl/ianjuta-wizard.sgml,
17659 tmpl/libanjuta-iface-marshallers.sgml,
17660 tmpl/libanjuta-unused.sgml,
17661 (removed) tmpl/pixmaps.sgml,
17663 (removed) tmpl/properties.sgml,
17664 tmpl/resources.sgml: Updated API documentations.
17666 2005-01-15 Naba Kumar <naba@gnome.org>
17668 * libanjuta/anjuta-launcher.c: Added API docs.
17670 * plugins/project-wizard/templates/anjuta-plugin.wiz,
17671 plugins/project-wizard/templates/gtk.wiz,
17672 plugins/project-wizard/templates/terminal.wiz,
17673 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17674 plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17675 plugins/project-wizard/templates/gtk/src/main.c,
17676 plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17677 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17680 Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17681 * plugins/project-wizard/anjuta-project-wizard.glade,
17682 plugins/project-wizard/autogen.c,
17683 plugins/project-wizard/druid.c,
17684 plugins/project-wizard/druid.h,
17685 plugins/project-wizard/file.c,
17686 plugins/project-wizard/file.h,
17687 plugins/project-wizard/install.c,
17688 plugins/project-wizard/parser.c,
17689 plugins/project-wizard/plugin.c,
17690 plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17691 setting the default project directory. Fix HIDDEN property, it's
17692 working but I think we could make this cleaner. Removed the
17693 copy of the string in mandatory_property. Add an optional autogen
17694 attribute, to force or avoid using autogen on some files, default
17695 without any attribute is autodetect.+ Replace the script tag with
17696 a normal file tag and an attribute execute.
17698 2005-01-14 Naba Kumar <naba@gnome.org>
17700 * plugins/editor/action-callbacks.c,
17701 plugins/editor/search_incremental.c,
17702 plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17705 * plugins/editor/plugin.c, plugins/editor/plugin.h,
17706 src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17709 2005-01-12 Naba Kumar <naba@gnome.org>
17712 plugins/project-wizard/templates/Makefile.am,
17713 (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17714 plugins/project-wizard/templates/anjuta-plugin.wiz,
17715 (added) plugins/project-wizard/templates/gtk-logo.png,
17716 (added) plugins/project-wizard/templates/gtk.wiz,
17717 (added) plugins/project-wizard/templates/terminal-logo.png,
17718 plugins/project-wizard/templates/terminal.wiz,
17719 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17720 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17721 (added) plugins/project-wizard/templates/gtk/.cvsignore,
17722 (added) plugins/project-wizard/templates/gtk/Makefile.am,
17723 (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17724 (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17725 (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17726 (added) plugins/project-wizard/templates/gtk/src/main.c,
17727 (added) plugins/project-wizard/templates/gtk/src/project.glade,
17728 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17729 GTK+ project templated and fixed other templates. Updated template
17732 2005-01-12 Naba Kumar <naba@gnome.org>
17734 * plugins/macro/anjuta-macro.glade: Improved GUI.
17736 2005-01-10 Johannes Schmid <jhs@cvs.gnome.org>
17738 * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17739 * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17740 * plugins/cvs-plugin/cvs.[ch] (removed)
17741 Removed old unused files
17743 * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17744 * plugins/cvs-plugin/cvs-actions.c
17745 * plugins/cvs-plugin/Makefile.am:
17746 Seperate callback functions for better error
17747 handling. Cleaned up code.
17749 * plugins/macro/macros.xml: removed corrupt cvs
17752 2005-01-10 Naba Kumar <naba@gnome.org>
17754 * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17755 plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17758 2005-01-09 Naba Kumar <naba@gnome.org>
17760 * libegg/egg-recent-action.c, libegg/test-actions.c,
17761 libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17762 recent files models.
17764 * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17765 two models -- one for projects and other for regular files and show
17766 both in recent files menu. Changed recent files group from "anjuta"
17767 to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17768 when adding the URI in recent files.
17770 * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17771 * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17772 * plugins/macro/macro-dialog.c: Fixed dispose() method.
17773 * plugins/macro/macros.xml: Fixed xml errors.
17775 2005-01-08 Naba Kumar <naba@gnome.org>
17777 * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17778 libegg/test-actions.c, libegg/menu/Makefile.am,
17779 libegg/menu/egg-recent-action.h: Added a new action for
17782 * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17783 Fixed dispose. Cleanup.
17785 * plugins/file-loader/anjuta-loader-plugin.ui,
17786 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17787 Use the new action for recent files. Added recent files in
17790 * plugins/project-wizard/druid.c: Show busy cursor and
17791 de-sensitize druid buttons during page change.
17793 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17794 * plugins/project-wizard/Makefile.am,
17795 plugins/project-wizard/druid.c,
17796 plugins/project-wizard/druid.h,
17797 plugins/project-wizard/install.c,
17798 plugins/project-wizard/plugin.c,
17799 plugins/project-wizard/plugin.h,
17800 plugins/project-wizard/property.c,
17801 plugins/project-wizard/property.h,
17802 (added) plugins/project-wizard/values.c,
17803 (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17804 objects (in values.c and values.h) containing the values of all
17805 properties. The NPWProperty objects now keep their values in this
17806 object which is persistant for one activation of the plugin, so the
17807 user keeps all the values even if he goes backward. Used an anjuta
17808 message view to list all files copied by the project wizard.
17810 2005-01-08 Johannes Schmid <jhs@cvs.gnome.org>
17812 * plugins/macro/plugin.[ch],
17813 plugins/macro/macro-dialog.[ch]
17814 plugins/macro/macro-edit.[ch]
17815 plugins/macro/macro-db.[ch]
17816 plugins/macro/macro-actions.[ch]
17817 plugins/macro/anjuta-macro.plugin.in
17818 plugins/macro/anjuta-macro.glade
17819 plugins/macro/anjuta-macro.png
17820 plugins/macro/Makefile.am
17821 plugins/macro/macros.xml
17822 plugins/macro/anjuta-macro.ui (all added)
17824 plugins/Makefile.am:
17825 Added new macro plugins
17827 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17830 * manuals/reference/template (removed)
17831 Removed old api reference
17833 * plugins/message-view/message-view.c:
17834 "Fixed" crash in on_row_deleted and added a
17835 comment that I cannot work this way. We will
17836 have to change everything a bit to avoid losing
17839 * plugins/text-editor/text_editor.c:
17840 Update line number width on file save
17843 2005-01-07 Naba Kumar <naba@gnome.org>
17845 * plugins/project-wizard/anjuta-project-wizard.glade,
17846 plugins/project-wizard/druid.c,
17847 plugins/project-wizard/templates/anjuta-plugin.wiz,
17848 plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17849 Display page description in bold. Fixed mandatory field check.
17852 libanjuta/libanjuta-1.0.pc.in,
17853 plugins/project-wizard/druid.c,
17854 plugins/project-wizard/parser.c,
17855 plugins/project-wizard/property.h,
17856 plugins/project-wizard/templates/anjuta-plugin.wiz,
17857 plugins/project-wizard/templates/terminal.wiz,
17858 plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17859 (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17860 (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17861 (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17862 (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17863 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17864 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17865 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17866 plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17867 plugins/project-wizard/templates/terminal/configure.in.tpl,
17868 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17869 plugins/project-wizard/templates/terminal/src/main.c: Implemented
17870 a new property type -- hidden. Fixed terminal and anjuta-plugin
17873 2005-01-07 Naba Kumar <naba@gnome.org>
17875 * templates/anjuta-plugin.wiz,
17876 templates/terminal.wiz,
17877 templates/terminal/Makefile.am.tpl,
17878 templates/terminal/autogen.sh,
17879 (Removed) templates/terminal/configure.ac.tpl,
17880 (Added) templates/.cvsignore,
17881 (Added) templates/Makefile.am,
17882 (Added) templates/anjuta-plugin/.cvsignore,
17883 (Added) templates/anjuta-plugin/Makefile.am,
17884 (Added) templates/anjuta-plugin/src/.cvsignore,
17885 (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17886 (Added) templates/terminal/.cvsignore,
17887 (Added) templates/terminal/Makefile.am,
17888 (Added) templates/terminal/configure.in.tpl,
17889 (Added) templates/terminal/po/.cvsignore,
17890 (Added) templates/terminal/po/ChangeLog,
17891 (Added) templates/terminal/po/Makefile.am,
17892 (Added) templates/terminal/po/POTFILES.in,
17893 (Added) templates/terminal/src/.cvsignore,
17894 (Added) templates/terminal/src/Makefile.am,
17895 (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17896 project wizard. Fixed configure/po/Makefile template errors.
17898 2005-01-06 Naba Kumar <naba@gnome.org>
17900 * configure.in: Added project templates.
17901 * plugins/project-wizard/templates/*: Added to project and renamed
17902 Makefile.am and configure.in to Makefile.am and configure.ac respectively
17903 for the project templates (so that they do not conflict with autotools
17904 build. Created proper configure.ac.tpl and autogen.sh for project
17907 2005-01-06 Naba Kumar <naba@gnome.org>
17909 * plugins/project-wizard/anjuta-project-wizard.glade,
17910 plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17911 Fixed file list parsing and to take absolute file paths (for example,
17912 from an icon selected previously). Used toggle buttons for boolean
17913 properties. Check if all mandatory fields are given before going
17914 forward in the wizard. Use scrollable viewport for listing property
17915 widgets incase the list goes out of wizard's size. Added tooltips
17916 as descriptions of the property widgets. And other fixes.
17918 * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17919 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17920 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17921 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17922 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17923 (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17924 (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17925 (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17926 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17927 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17928 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17929 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17930 Restructured template files.
17932 2005-01-06 Naba Kumar <naba@gnome.org>
17934 * configure.in: Added check for autogen.
17936 * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17939 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17940 Do not emit changed signal when in dispose.
17942 * plugins/symbol-browser/plugin.c: Don't updated symbols when
17943 symbol-view widget has been destroyed.
17945 * src/anjuta-app.c: Set null to preference, status and ui object
17946 pointers when they are destroyed.
17948 * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17949 plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17950 Added boolean, integer and file property types.
17952 * plugins/project-wizard/Makefile.am,
17953 plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17954 project wizard templates.
17956 2005-01-04 Naba Kumar <naba@gnome.org>
17958 * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17961 * plugins/editor/aneditor.cxx,
17962 plugins/editor/anjuta-docman.c,
17963 plugins/editor/plugin.c,
17964 plugins/editor/text_editor.c:
17965 Removed unnecessary ref/unref of scintilla.
17967 * plugins/message-view/anjuta-msgman.c,
17968 plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17969 make close button similar to document manager.
17971 * plugins/project-manager/plugin.c,
17972 plugins/project-manager/plugin.h: Removed dead codes. Removed
17973 unnecessary ref/unref.
17975 * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17976 instead of hard refs.
17978 2005-01-03 Naba Kumar <naba@gnome.org>
17980 * libanjuta/interfaces/libanjuta.idl: Added configure() and
17981 generate() methods for IAnjutaBuildable interface.
17983 * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17984 IAnjutaBuildable inteface.
17986 * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17987 to destroy build context when message view is destroyed.
17989 * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17990 a ref to it and unref in destructor. AnEditor class wants to be the
17991 owner of scintilla widget. Fixed compile warnings with signed/unsigned
17994 * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17995 complicate the scene. Removed editor widget from AnjutaDocman when
17996 the widget is destroyed.
17998 * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17999 from shell. It will be removed from shell when the widget is destroyed.
18001 * plugins/editor/text_editor.c: Added debug codes to track object
18004 * plugins/message-view/anjuta-msgman.c: Remove message view on
18005 widget destroy. Destroy message view on remove. Removed all views
18008 * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
18011 2005-01-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18013 * plugins/file-wizard/action-callbacks.c,
18014 plugins/file-wizard/anjuta-file-wizard.glade,
18015 plugins/file-wizard/file.c, plugins/file-wizard/file.h :
18016 Insert Licence, copyright, header template ...
18018 2005-01-02 Naba Kumar <naba@gnome.org>
18020 * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
18021 libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
18022 anjuta_status_add_widget() to allow setting busy cursor on non
18025 * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
18027 * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
18028 mime types to take text/source also.
18030 * plugins/editor/anjuta-docman.c,
18031 plugins/editor/anjuta-docman.h,
18032 plugins/editor/plugin.c,
18033 plugins/editor/text_editor.c,
18034 plugins/editor/text_editor.h,
18035 plugins/editor/text_editor_cbs.c: Listen for busy signal from
18036 AnjutaStatus and set busy cursor on editors.
18038 * plugins/file-loader/Makefile.am,
18039 plugins/file-loader/plugin.c,
18040 (added) plugins/file-loader/dnd.c,
18041 (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
18043 * src/anjuta.c: Hide anjuta window before destruction.
18045 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
18046 * configure.in, plugins/Makefile.am,
18047 (removed) plugins/project-wizard/appwiz_page1.c,
18048 (removed) plugins/project-wizard/appwiz_page2.c,
18049 (removed) plugins/project-wizard/appwiz_page3.c,
18050 (removed) plugins/project-wizard/appwiz_page4.c,
18051 (removed) plugins/project-wizard/appwizard.c,
18052 (removed) plugins/project-wizard/appwizard.h,
18053 (removed) plugins/project-wizard/appwizard_cbs.c,
18054 (removed) plugins/project-wizard/appwizard_cbs.h,
18055 (removed) plugins/project-wizard/appwizard_gui.c,
18056 (removed) plugins/project-wizard/gnome_project.c,
18057 (removed) plugins/project-wizard/gnome_project.h,
18058 (removed) plugins/project-wizard/wizard_gui.c,
18059 (removed) plugins/project-wizard/wizard_gui.h,
18060 (added) plugins/project-wizard/.cvsignore,
18061 (added) plugins/project-wizard/Makefile.am,
18062 (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
18063 (added) plugins/project-wizard/anjuta-project-wizard.glade,
18064 (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
18065 (added) plugins/project-wizard/applogo.png,
18066 (added) plugins/project-wizard/appwizard.png,
18067 (added) plugins/project-wizard/autogen.c,
18068 (added) plugins/project-wizard/autogen.h,
18069 (added) plugins/project-wizard/druid.c,
18070 (added) plugins/project-wizard/druid.h,
18071 (added) plugins/project-wizard/file.c,
18072 (added) plugins/project-wizard/file.h,
18073 (added) plugins/project-wizard/header.c,
18074 (added) plugins/project-wizard/header.h,
18075 (added) plugins/project-wizard/install.c,
18076 (added) plugins/project-wizard/install.h,
18077 (added) plugins/project-wizard/parser.c,
18078 (added) plugins/project-wizard/parser.h,
18079 (added) plugins/project-wizard/plugin.c,
18080 (added) plugins/project-wizard/plugin.h,
18081 (added) plugins/project-wizard/property.c,
18082 (added) plugins/project-wizard/property.h: Removed old application-wizard
18083 codes and added new template based (autogen based) project wizard
18084 implemented by Sébastien Granjoux <seb.sfo@free.fr>
18086 2005-01-01 Johannes Schmid <jhs@cvs.gnome.org>
18088 * plugins/cvs-plugin/plugin.c: Fixed crash bug
18089 * plugins/cvs-plugin/cvs-execute.c:
18090 Fix cvs_log which did not work because of some
18092 Patch from Mark R. Pariente <markpariente@cmu.edu>
18093 - Fix message highlighting
18095 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
18100 Removed template stuff completly because we dicussed to implement
18101 a macro system for Edit->Insert Text
18103 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
18105 * plugins/editor/aneditor.cxx,
18106 plugins/editor/text_editor.c:
18107 Set line number width dynamically
18109 Prepered new GTK 2.6 about dialog
18111 2004-12-30 Naba Kumar <naba@gnome.org>
18113 patch from: Massimo Corà <maxcvs@email.it>
18114 * plugins/editor/aneditor.cxx: Highlights correct function
18115 argument in recursive calltips.
18117 2004-12-30 Naba Kumar <naba@gnome.org>
18119 * plugins/symbol-browser/plugin.c,
18120 libanjuta/interfaces/libanjuta.idl,
18121 plugins/editor/text_editor.c: Fixed editor markers and added a new
18122 marker (BASIC) to indicate line numbers. Fixed symbol browser to
18123 mark the line visited.
18125 * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18126 libegg/Makefile.am, libegg/eggcomboselect.c,
18127 libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18128 widget for use with symbol view in toolbar.
18130 * plugins/cvs-plugin/anjuta-cvs.ui,
18131 plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18132 placeholder for cvs plugin context menu in filemanager.
18134 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
18136 * plugins/cvs-plugin/plugin.c:
18137 Show popup menu only if the file is contained in
18138 a directory containing a "CVS" directory
18140 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
18142 * plugins/cvs-plugin/cvs-action.[ch],
18143 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18144 * plugins/cvs-plugin/anjuta-cvs.ui,
18145 * plugins/cvs-plugin/plugin.c:
18146 Implemented "Import"
18148 Patch from Mark R. Pariente <markpariente@cmu.edu>:
18149 Added right-click-menu for file-manager
18151 2004-12-26 Naba Kumar <naba@gnome.org>
18153 * src/action-callbacks.c, src/action-callbacks.h,
18154 src/anjuta-actions.h, src/anjuta-app.c,
18155 src/anjuta.ui: Added fullscreen action.
18157 * plugins/cvs-plugin/cvs-actions.c,
18158 plugins/cvs-plugin/plugin.c,
18159 plugins/cvs-plugin/plugin.h: Watches current editor,
18160 project and file manager selection in plugin
18163 2004-12-26 Naba Kumar <naba@gnome.org>
18165 * src/anjuta-app.c, src/anjuta.c, src/main.c,
18166 src/action-callbacks.c: Fixed app finalization. Added a
18167 command line arg --proper-shutdown (-p), which when set
18168 will release all plugins and their resources (this option
18169 is mainly for debugging).
18171 * plugins/file-loader/plugin.c: Fixed filename duplications
18172 in recent files history.
18174 * plugins/profile-default/plugin.c: Disabled problematic
18175 plugins for now to load at startup.
18177 * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled
18178 annoying debug prints.
18180 2004-12-23 Naba Kumar <naba@gnome.org>
18182 Patch from: Mark R. Pariente <markpariente@cmu.edu>
18183 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18184 plugins/cvs-plugin/anjuta-cvs.ui,
18185 plugins/cvs-plugin/cvs-actions.c,
18186 plugins/cvs-plugin/cvs-actions.h,
18187 plugins/cvs-plugin/cvs-execute.c,
18188 plugins/cvs-plugin/cvs-execute.h,
18189 plugins/cvs-plugin/Makefile.am,
18190 plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18191 Added cvs log command.
18193 2004-12-20 Johannes Schmid <jhs@cvs.gnome.org>
18195 * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as
18198 2004-12-20 Naba Kumar <naba@gnome.org>
18200 patch from: Massimo Corà <maxcvs@email.it>
18201 * plugins/editor/aneditor.cxx: Added recursive calltips.
18203 2004-12-20 Naba Kumar <naba@gnome.org>
18205 * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18206 Show busy cursor during loading and unloading.
18208 2004-12-19 Naba Kumar <naba@gnome.org>
18210 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18211 memory leaks. Disabled debug print.
18213 * plugins/symbol-browser/an_symbol_view.c,
18214 plugins/symbol-browser/plugin.c,
18215 plugins/symbol-browser/plugin.h: Fixed loading and unloading
18216 problems. Creates SymbolView object every time when the
18217 plugin is activated.
18219 * plugins/project-manager/plugin.c: Close project when
18222 2004-12-18 Naba Kumar <naba@gnome.org>
18224 * po/POTFILES.in: Removed commented lines.
18225 * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18226 * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18227 * plugins/gdb/plugin.c: Fixed compile error.
18229 Patch from: Mark R. Pariente <mark@demar.com.tr>
18230 * libegg/eggcellrendererkeys.c: Fixed compile error.
18232 2004-12-18 Naba Kumar <naba@gnome.org>
18234 * plugins/file-loader/plugin.c: Fixed loading bug.
18236 *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18237 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18238 plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18239 plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18240 and corruptions. Fixed loading and unloading of plugins.
18242 2004-12-17 Naba Kumar <naba@gnome.org>
18244 * plugins/file-loader/Makefile.am,
18245 plugins/file-loader/plugin.c,
18246 plugins/project-manager/plugin.c: Fixed memory corruption
18247 and disposition codes. Added missing plugin.h in Makefile.am.
18249 2004-12-16 Naba Kumar <naba@gnome.org>
18251 * plugins/symbol-browser/an_symbol_view.c,
18252 plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18253 codes. Fixed memory leaks and corruptions.
18255 * plugins/build-basic-autotools/build-basic-autotools.c
18256 plugins/editor/anjuta-docman.c,
18257 plugins/editor/text_editor.c,
18258 plugins/file-loader/plugin.c,
18259 plugins/file-manager/plugin.c,
18260 plugins/file-wizard/plugin.c,
18261 plugins/message-view/anjuta-msgman.c,
18262 plugins/message-view/anjuta-msgman.h,
18263 plugins/message-view/message-view.c,
18264 plugins/message-view/plugin.c,
18265 plugins/message-view/plugin.h,
18266 plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18268 * src/about.c, src/about.h, src/action-callbacks.c,
18269 src/action-callbacks.h, src/anjuta-actions.h,
18270 src/anjuta-app.c, src/anjuta-app.h,
18271 src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18272 src/anjuta.c, src/anjuta.h, src/getline.c,
18273 src/main.c, src/main.cpp, src/shell.c, src/shell.h,
18274 src/start-with.c, src/start-with.h: Fixed emacs modes.
18276 * src/layout.xml: Brought document manager in front.
18278 2004-12-15 Naba Kumar <naba@gnome.org>
18280 * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18283 * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18284 finalization. Added a method to unload all plugins and destroy them.
18285 Fixed memory leaks.
18287 * plugins/sample1/plugin.c: Proper finalization code and renamed
18288 functions to proper names.
18290 * plugins/build-basic-autotools/build-basic-autotools.c,
18291 plugins/cvs-plugin/plugin.c: Proper finalization and disposition code.
18293 * src/shell.c: Unload all plugins on exit, so that memory profilers
18294 can detect memory leaks in plugins.
18296 2004-12-13 Naba Kumar <naba@gnome.org>
18298 * plugins/devhelp/plugin.c: Delay widget initialization, now that
18299 docking is working.
18300 * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18301 * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18303 2004-12-11 Naba Kumar <naba@gnome.org>
18305 * data/properties/anjuta.properties: Fixed font size.
18306 * plugin/build-basic-autotools/build-basic-autotools: Added initial
18307 compile file function. There are some fixmes there.
18308 * plugins/message-view/anjuta-msgman.c,
18309 * plugins/message-view/message-view.c: Fixed bugs and clean up.
18311 2004-12-08 Naba Kumar <naba@gnome.org>
18313 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18314 src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18315 to escape quotes in a string.
18317 * plugins/cvs-plugin/cvs-actions.c,
18318 plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18321 * plugins/build-basic-autotools/build-basic-autotools.c,
18322 plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18325 2004-12-07 Naba Kumar <naba@gnome.org>
18327 * plugins/build-basic-autotools/build-basic-autotools.c,
18328 plugins/build-basic-autotools/automake-c.filters: Completed directory
18329 tracking. Double click on Errors and warnings now work as expected.
18331 * plugins/build-basic-autotools.c: Added codes to track build directory
18332 so that absolute path of the files could be determined.
18334 2004-12-06 Naba Kumar <naba@gnome.org>
18336 * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18337 * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18338 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18340 2004-12-05 Naba Kumar <naba@gnome.org>
18342 * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18343 tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18345 * plugins/cvs-plugin/plugin.c,
18346 plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18348 2004-13-05 Johannes Schmid <jhs@cvs.gnome.org>
18350 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18351 * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18352 plugins/cvs-plugin/cvs-execute.[ch]:
18353 Implemented cvs status and cvs diff
18355 - rdiff command is not correct
18356 - Must find a way to allow selection of directies AND files
18359 2004-12-03 Naba Kumar <naba@gnome.org>
18361 * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18362 plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18363 plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18364 session.properties file if it is for the first time.
18366 2004-12-02 Johannes Schmid <jhs@cvs.gnome.org>
18368 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18371 * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18372 plugins/cvs-plugin/anjuta-cvs.ui:
18373 Implemented update/commit and changed menu layout
18375 2004-12-02 Naba Kumar <naba@gnome.org>
18377 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18378 property name (for cvs path property). Beautified dialogs.
18380 2004-11-30 Johannes Schmid <jhs@cvs.gnome.org>
18382 * plugins/message-view/anjuta-msgman.c: Changed callback name
18383 and changed switch-page handling.
18385 * plugins/cvs-plugin/cvs-actions.c:
18386 * plugins/cvs-plugin/cvs-execute.c:
18387 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18388 - Implemented cvs add and cvs removed - both working now
18389 - Created a useful preferences page
18392 2004-11-30 Naba Kumar <naba@gnome.org>
18394 * libanjuta/anjuta-status.c: Fixed runtime warning.
18396 * plugins/editor/Makefile.am:
18397 plugins/editor/anjuta-document-manager.glade,
18398 plugins/editor/plugin.c
18399 plugins/editor/plugin.h
18400 plugins/editor/style-editor.c (new, moved from src/),
18401 plugins/editor/style-editor.h (new, moved from src/),
18402 plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18403 settings in preferences.
18405 * plugins/editor/text_editor.c,
18406 plugins/editor/text_editor.h: Do not take unused args in
18407 text_editor_get_props().
18409 * src/style-editor.c, src/style-editor.h: Removed, moved to
18410 plugins/editor/ directory.
18412 2004-11-29 Naba Kumar <naba@gnome.org>
18414 * plugins/editor/text_editor_cbs.c: Emit click signal in
18416 * libanjuta/anjuta-status.c: More spacing between items.
18418 2004-11-29 Naba Kumar <naba@gnome.org>
18420 Patch from: Pavol Bosik <pavol.bosik@radiantsystems.com>:
18422 * libanjuta/interfaces/libanjuta.idl,
18423 plugins/debug-manager/anjuta-debug-manager.plugin.in,
18424 plugins/debug-manager/plugin.c,
18425 plugins/gdb/breakpoints.c,
18426 plugins/gdb/breakpoints.h,
18427 plugins/gdb/debugger.c,
18428 plugins/gdb/debugger.h,
18429 plugins/gdb/plugin.c,
18430 plugins/gdb/plugin.h,
18431 plugins/gdb/utilities.c,
18432 plugins/gdb/utilities.h: Code cleanups and partial implementation of
18433 toggle breakpoint margin clicks.
18435 2004-11-28 Naba Kumar <naba@gnome.org>
18437 * TODO.tasks: Fixed indentations.
18438 * plugins/gtodo/libgtodo.c: Save with indentation.
18439 * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18440 * plugins/project-manager/plugin.c: Fixed runtime warnings.
18441 * libanjuta/anjuta-status.c: Fixed busy cursors.
18442 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18443 * po/POTFILES.in: Updated.
18445 2004-11-28 Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18447 * plugins/editor/anjuta-document-manager.glade,
18448 plugins/editor/search-replace.[c,h],
18449 plugins/editor/search-replace_backend.h
18450 plugins/editor/search-preferences.[c,h] :
18451 Saved Search-Preferences (gconf),
18452 Basic search by default.
18454 2004-11-22 Naba Kumar <naba@gnome.org>
18456 * configure.in: Fixed build error.
18458 2004-11-21 Naba Kumar <naba@gnome.org>
18460 * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18461 libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18462 Added AnjutaStatus class to libanjuta.
18463 Added anjuta_shell_get_status() method.
18465 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18466 and fixed marshaller generation.
18468 * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18469 "updade_ui" signals to IAnjutaEditor interface.
18471 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18473 * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18476 * plugins/class-gen/clsGen.c: Intial port.
18478 * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18481 * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18482 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18483 plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18484 Implemented status update. Emits "update_ui" and "char_added" signals.
18485 Added view preferences.
18487 * plugins/file-loader/plugin.c: Added open with plugins in open with
18490 * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18492 * plugins/message-view/anjuta-msgman.c,
18493 plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18494 to close correct message view rather than current view.
18496 2004-11-20 Johannes Schmid <jhs@cvs.gnome.org>
18498 * plugins/cvs-plugin/cvs-actions.c
18499 plugins/cvs-plugin/plugin.[ch]
18500 plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18501 Implemented cvs add but ran into a launcher/message_view
18502 problem because of a limitation of the idl compiler
18504 2004-11-19 Naba Kumar <naba@gnome.org>
18506 * plugins/project-manager/plugin.c: Displays a progress window during
18509 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18510 Fixed UI separators.
18512 * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18515 * plugins/project-manager/anjuta-project-manager.ui,
18516 plugins/project-manager/plugin.[c,h]: Added add/remove context
18517 menus and implemented them. Added file manager merge menu.
18519 2004-11-18 Naba Kumar <naba@gnome.org>
18521 * TODO.tasks: Updated.
18522 * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18523 plugins/message-view/message-view.c: Fixed finalize and dispose
18525 * plugins/debugger/*: Removed from cvs (development now in
18528 2004-11-17 Pavol Bosik <pavol.bosik@radiantsystems.com>
18530 Reviewed by Naba Kumar <naba@gnome.org>:
18532 * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18533 plugins/editor/plugin.c, plugins/editor/text_editor.c,
18534 plugins/gdb/breakpoints.c: all marker related stuff moved from
18535 editor and docman interfaces to IAnjutaMarkable
18537 2004-11-17 Naba Kumar <naba@gnome.org>
18539 * TODO.tasks: Updated.
18541 * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18543 * libegg/egg-combo-action.c: Block changed signal when changing model.
18545 * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18546 Emit changed signal. Removed dead codes.
18548 * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18549 that recent files history do not duplicate.
18551 * plugins/symbol-browser/an_symbol_view.c,
18552 plugins/symbol-browser/an_symbol_view.h,
18553 plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18556 2004-11-15 Naba Kumar <naba@gnome.org>
18558 * plugins/project-manager/plugin.c: Opens targets on double click.
18560 * plugins/message-view/message-view.c,
18561 plugins/file-manager/anjuta-file-manager-plugin.glade,
18562 plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18563 Added proper class finalization
18564 and disposition. Added preferences notifications and callbacks to
18565 change info/warning/error colors.
18567 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18568 plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18569 src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18570 Implemented finalize method for AnjutaApp. Code cleanups.
18572 * plugins/message-view/plugin.c: Static parent_class.
18574 2004-11-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18575 * plugins/editor/search-replace.[c,h],
18576 plugins/editor/search-replace_backend.c
18577 Update search entry in main toolbar.
18580 2004-11-11 Naba Kumar <naba@gnome.org>
18582 * TODO.tasks: Updated.
18584 * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18585 and completed on-the-fly-change preferences. Removed "changed"
18586 signal as it is no longer necessary (use notify for similar
18587 purpose to monitor individual preferences).
18590 * plugins/editor/anjuta-document-manager.glade: Added view menu
18591 preferences so that they are registered.
18593 * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18594 (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18595 connection to "changed" signal of preferences and implemented
18596 notifications for some editor preferences. More to implement.
18598 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18599 * plugins/editor/print.c
18600 Fixed bug 1047624 : Add line number every X lines.
18602 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18603 * plugins/editor/search-replace.c
18604 Fixed a crash bug (995755) when searching "%n"
18606 2004-11-09 Naba Kumar <naba@gnome.org>
18608 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18609 Fixed to refresh categories list on file load.
18611 2004-11-08 Naba Kumar <naba@gnome.org>
18613 * configure.in, plugins/Makefile.am,
18614 plugins/profile-default/plugin.c: Added cvs plugin in build.
18616 * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18618 * plugins/debug-manager/.cvsignore: Added file to ignore.
18620 * plugins/debug-manager/Makefile.am: Removed dead codes.
18622 * src/anjuta.ui: Added placeholder for version control UI.
18624 2004-11-08 Naba Kumar <naba@gnome.org>
18626 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18627 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18628 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18631 * global-tags/Makefile.am: Fixed make error.
18633 * plugins/profile-default/plugin.c: Added debug-manager
18634 and gdb plugins to load at startup so that debugger
18635 windows are docked properly. They will be removed
18636 later when we figure out runtime docking.
18638 * plugins/sample1/*: Restored to last working state.
18640 * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18641 windows in lower pane. Named the windows appropriately.
18643 * ChangeLog: Fixed format.
18645 2004-11-07 Pavol Bosik <pavol.bosik@radiantsystems.com>
18647 * libanjuta/interfaces/libanjuta.idl,
18648 libanjuta/anjuta-marshal.c,
18649 plugins/Makefile.am,
18650 plugins/debug-manager/plugin.c,
18651 plugins/editor/plugin.c,
18652 plugins/editor/text_editor.c,
18653 plugins/gdb/breakpoints.c,
18654 plugins/gdb/debugger.c,
18655 plugins/gdb/plugin.c,
18656 plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18658 2004-11-06 Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18659 * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18660 plugins/editor/search-replace.c,
18661 plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18662 Search and Replace; Show result in find pane
18664 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
18666 * plugins/gdb, plugins/debug-manager: Applied debugger patch
18667 from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18668 (added features: starting debugger and loading of core/executable,
18669 StepIn, StepOut, StepOver and Execute, toggling breakpoint
18672 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
18674 * plugins/cvs-plugin/*: Mess up with cvs and lost some of
18675 my cvs-plugin files...
18676 I hope I have rescued everything possible.
18678 * Naba: Could you please fix sample1 because I messed it up to
18679 but there should be a histroy of this directory we should commit
18681 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
18683 * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18685 * plugins/cvs-plugin/plugin.c,
18686 /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18687 Added preferences dialog (not yet complete)
18689 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
18691 * global-tags/Makefile.am, mime/Makefile.am:
18692 Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18694 * template/xmltemplate.[ch],
18695 template/xmlstrings.[ch],
18696 template/autotools.[ch] removed,
18697 template/prj_template.[ch] removed,
18698 template/lang_template.[ch] removed,
18699 template/lib_template.[ch] removed,
18700 template/Makefile.am adjusted,
18701 template/dtds/lang.dtd removed,
18702 template/dtds/lib.dtd removed,
18703 template/dtds/prj.dtd removed,
18704 template/dtds/autotools.dtd removed,
18705 data/template/lib/* removed,
18706 data/template/language/* removed,
18707 data/template/library/* removed,
18708 data/template/project/* removed,
18709 date/template/Makefile.am adjusted:
18710 Remove everything except text-templates to replace hardcoded
18711 Edit->Insert texts with dynamic loaded.
18713 * plugins/cvs-plugin/plugin.[ch],
18714 plugins/cvs-actions.[ch],
18715 plugins/Makefile.am,
18716 plugins/cvs-plugin/Makefile.am,
18717 plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18718 plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18719 plugins/cvs-plugin/anjuta-cvs.plugin.in:
18720 Added initial cvs-plugin code
18722 2004-10-21 Naba Kumar <naba@gnome.org>
18724 * libanjuta/anjuta-plugin.c,
18725 plugins/build-basic-autotools/build-basic-autotools.c,
18726 plugins/debugger/plugin.c,
18727 plugins/devhelp/plugin.c,
18728 plugins/editor/anjuta-docman.c,
18729 plugins/editor/goto_line.c,
18730 plugins/editor/plugin.c,
18731 plugins/editor/search-replace.c,
18732 plugins/editor/text_editor.c,
18733 plugins/file-loader/plugin.c,
18734 plugins/file-manager/plugin.c,
18735 plugins/file-wizard/file.c,
18736 plugins/file-wizard/plugin.c,
18737 plugins/gdb/plugin.c,
18738 plugins/gtodo/plugin.c,
18739 plugins/message-view/anjuta-msgman.c,
18740 plugins/profile-default/plugin.c,
18741 plugins/project-manager/plugin.c,
18742 plugins/sample1/plugin.c,
18743 plugins/terminal/terminal.c: Defined all global variables static,
18744 particularly class parent_class variables. They were getting
18745 confused at link time.
18747 * libanjuta/plugins.c: Do not unload plugins when they are
18748 deactivated. Simply cache them for later activation. Unloading
18749 modules have some problem with shared libs using static class
18750 registration. Fixed hash type for installed plugins. Eventually,
18751 we want to add "CanUnload" attribute for .plugin files (in
18752 "Anjuta Plugin" group) to let plugin loader know if the plugin can
18753 be unloaded from memory. Those plugins declaring CanUnload=false
18754 will not be unloaded from memory and will be put in the cache. Those
18755 not declaring anything or declaring CanUnload=true, will be unloaded
18756 from memory when they are deactivated.
18758 * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18759 plugins/editor/plugin.c, plugins/editor/text_editor.c,
18760 plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18761 plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18762 plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18763 activation, deactivation. Fixed memory leaks.
18765 2004-10-20 Naba Kumar <naba@gnome.org>
18767 * TODO.tasks: Updated.
18769 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18770 libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18771 macro for adding interfaces to plugin types. Code cleanup.
18773 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18774 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18776 * plugins/build-basic-autotools/build-basic-autotools.c,
18777 plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18778 plugins/editor/plugin.c, plugins/editor/text_editor.c,
18779 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18780 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18781 plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18782 plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18783 plugins/project-manager/plugin.c,
18784 plugins/symbol-browser/an_symbol_view.c,
18785 plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18786 newly defined macro to add interfaces to plugin types.
18788 * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18790 2004-10-20 Naba Kumar <naba@gnome.org>
18792 * TODO.tasks: Added task list.
18793 * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18796 2004-10-19 Naba Kumar <naba@gnome.org>
18798 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18800 * plugins/editor/action-callbacks.c,
18801 plugins/editor/action-callbacks.h,
18802 plugins/editor/anjuta-docman.c,
18803 plugins/editor/anjuta-docman.h,
18804 plugins/editor/anjuta-document-manager.ui,
18805 plugins/editor/file_history.c,
18806 plugins/editor/file_history.h,
18807 plugins/editor/plugin.c: Added file history browsing.
18809 * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18811 * plugins/message-view/anjuta-message-manager.ui,
18812 plugins/message-view/plugin.c: Added document manager context menu.
18814 * plugins/symbol-browser/an_symbol_view.c,
18815 plugins/symbol-browser/an_symbol_view.h,
18816 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18817 plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18818 document manager context menu.
18820 * scintilla/*, scintilla/include/*: Updated to current cvs.
18822 2004-10-19 Naba Kumar <naba@gnome.org>
18824 *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18825 placeholder for debugger UI.
18827 * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18828 * plugins/file-manager/plugin.c: Fixed loading bug.
18830 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18831 libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18832 Initializes gconf database with default values when the
18833 values are not defined. Use bool and int prefs separately.
18835 * plugins/editor/plugin.c: Added encoding preferences.
18836 * plugins/project-manager/plugin.c: Cleanup and debug messages.
18838 * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18839 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18840 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18841 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18843 2004-10-18 Naba Kumar <naba@gnome.org>
18845 * po/POTFILES.in: Updated.
18847 * libanjuta/anjuta-ui.c: Corrected debug messages.
18849 * libegg/egg-combo-action.c, libegg/test-actions.c,
18850 libegg/menu/egg-combo-action.h: Fixed combo action.
18852 * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18855 * plugins/editor/action-callbacks.[c,h],
18856 plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18857 Implemented file swap. Removed dead codes.
18859 * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18862 * plugins/symbol-browser/an_symbol_view.[c,h],
18863 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18864 plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18865 Implemented file symbols. Implemented goto file line when symbol is
18868 * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18870 2004-10-10 Naba Kumar <naba@gnome.org>
18872 Patch from Bosik, Pavol <pavol.bosik@radiantsystems.com>:
18874 * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18876 * plugins/debugger/.cvsignore,
18877 (added) plugins/debugger/Makefile.am,
18878 (added) plugins/debugger/anjuta-debugger.glade,
18879 (added) plugins/debugger/anjuta-debugger.plugin.in,
18880 (added) plugins/debugger/anjuta-debugger.plugin.png,
18881 (added) plugins/debugger/anjuta-debugger.ui,
18882 plugins/debugger/attach_process.c,
18883 (removed) plugins/debugger/attach_process_cbs.c,
18884 (removed) plugins/debugger/attach_process_cbs.h,
18885 (removed) plugins/debugger/breakpoints.c,
18886 (removed) plugins/debugger/breakpoints.h,
18887 (removed) plugins/debugger/debug_tree.c,
18888 (removed) plugins/debugger/debug_tree.h,
18889 (removed) plugins/debugger/debugger.c,
18890 (removed) plugins/debugger/debugger.h,
18891 (removed) plugins/debugger/memory.c,
18892 (removed) plugins/debugger/memory.h,
18893 (added) plugins/debugger/plugin.c,
18894 (added) plugins/debugger/plugin.h,
18895 (removed) plugins/debugger/registers.c,
18896 (removed) plugins/debugger/registers.h,
18897 (removed) plugins/debugger/registers_cbs.c,
18898 (removed) plugins/debugger/registers_cbs.h,
18899 (removed) plugins/debugger/registers_gui.c,
18900 (removed) plugins/debugger/sharedlib.c,
18901 (removed) plugins/debugger/sharedlib.h,
18902 (removed) plugins/debugger/sharedlib_cbs.c,
18903 (removed) plugins/debugger/sharedlib_cbs.h,
18904 (removed) plugins/debugger/sharedlib_gui.c,
18905 (removed) plugins/debugger/signals.c,
18906 (removed) plugins/debugger/signals.h,
18907 (removed) plugins/debugger/signals_cbs.c,
18908 (removed) plugins/debugger/signals_cbs.h,
18909 (removed) plugins/debugger/signals_gui.c,
18910 (removed) plugins/debugger/stack_trace.c,
18911 (removed) plugins/debugger/stack_trace.h,
18912 (added) plugins/debugger/utilities.c,
18913 (added) plugins/debugger/utilities.h,
18914 (removed) plugins/debugger/watch.c,
18915 (removed) plugins/debugger/watch.h,
18916 (removed) plugins/debugger/watch_cbs.c,
18917 (removed) plugins/debugger/watch_cbs.h,
18918 (removed) plugins/debugger/watch_gui.c,
18919 (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18921 * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18922 Added debugger gdb backend plugin.
18924 * plugins/message-view/plugin.c: Registered all message stock icons.
18926 * plugins/profile-default/plugin.c: Loads debugger plugin.
18928 * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18930 2004-10-08 Naba Kumar <naba@gnome.org>
18932 * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18935 * plugins/symbol-browser/.cvsignore,
18936 plugins/symbol-browser/Makefile.am,
18937 plugins/symbol-browser/an_symbol_view.c,
18938 plugins/symbol-browser/an_symbol_view.h,
18939 plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18940 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18941 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18942 plugins/symbol-browser/plugin.c,
18943 plugins/symbol-browser/plugin.h,
18944 plugins/symbol-browser/sv_class.xpm,
18945 plugins/symbol-browser/sv_function.xpm,
18946 plugins/symbol-browser/sv_macro.xpm,
18947 plugins/symbol-browser/sv_private_fun.xpm,
18948 plugins/symbol-browser/sv_private_var.xpm,
18949 plugins/symbol-browser/sv_protected_fun.xpm,
18950 plugins/symbol-browser/sv_protected_var.xpm,
18951 plugins/symbol-browser/sv_public_fun.xpm,
18952 plugins/symbol-browser/sv_public_var.xpm,
18953 plugins/symbol-browser/sv_static_fun.xpm,
18954 plugins/symbol-browser/sv_static_var.xpm,
18955 plugins/symbol-browser/sv_struct.xpm,
18956 plugins/symbol-browser/sv_unknown.xpm,
18957 plugins/symbol-browser/sv_variable.xpm,
18958 plugins/symbol-browser/test-symbol-browser.c,
18959 plugins/Makefile.am: Implemented Symbol
18962 * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18964 * plugins/build-basic-autotools/Makefile.am,
18965 plugins/devhelp/Makefile.am,
18966 plugins/editor/Makefile.am,
18967 plugins/file-loader/Makefile.am,
18968 plugins/file-manager/Makefile.am,
18969 plugins/file-wizard/Makefile.am,
18970 plugins/gtodo/Makefile.am,
18971 plugins/message-view/Makefile.am,
18972 plugins/profile-default/Makefile.am,
18973 plugins/project-manager/Makefile.am
18974 plugins/sample1/Makefile.am,
18975 plugins/terminal/Makefile.am,
18976 scintilla/Makefile.am,
18977 libegg/Makefile.am,
18978 launcher/Makefile.am,
18979 libanjuta/Makefile.am,
18981 tagmanager/Makefile.am,
18982 configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18983 anjuta_data_dir in configure.in and used them in plugins Makefile.am
18984 files. Also fixed library dependencies.
18986 * plugins/editor/aneditor.cxx: Disabled unused codes.
18987 * plugins/file-manager/an_file_view.c: Added copyright.
18988 * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18990 * plugins/profile-default/plugin.c: Can load plugins by location.
18991 * plugins/project-manager/plugin.c: Remove project_root_uri value
18992 when project is closed.
18994 2004-10-06 Naba Kumar <naba@gnome.org>
18996 * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18998 * libanjuta/interfaces/libanjuta.idl,
18999 plugins/editor/text_editor.c: Added get_length()
19000 and get_current_word() methods in IAnjutaEditor interface.
19002 * libegg/Makefile.am: Added test_actions target.
19004 * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
19006 * plugins/build-basic-autotools/build-basic-autotools.c,
19007 plugins/file-loader/plugin.c,
19008 plugins/message-view/message-view.c: Added code to go to file and
19011 * plugins/devhelp/plugin.c: Context sensitive help now works.
19012 * plugins/editor/anjuta-docman.c: Reads the fragment id from file
19013 uri as line number and goes to that line number.
19015 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
19016 plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
19017 gtodo_client_load() method to load from a diffrent file. Watched
19018 project root directory in plugin to open TODO.tasks of the project.
19020 * plugins/project-manager/plugin.c: Updates project UI
19021 sensitive/insensitive.
19023 * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
19024 anjuta-shell program to test plugins.
19026 * src/anjuta-app.c: Registered UI accels.
19028 2004-09-28 Naba Kumar <naba@gnome.org>
19030 * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
19033 * src/anjuta-app.c: Implemented present widget method.
19035 * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
19036 plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
19038 * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
19041 * plugins/editor/text_editor.c: Connects to preferences changed signal
19044 2004-09-28 Naba Kumar <naba@gnome.org>
19046 * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
19049 * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
19052 * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
19053 in changed signal callback.
19055 * plugins/editor/action-callbacks.c: Implemented save_all action
19056 callback. Removed dead code. Do save_as when saving a new file.
19057 Implemented incremental search.
19059 * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
19061 * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
19063 * src/anjuta-app.c: Registers UI accelerators.
19065 2004-09-27 Naba Kumar <naba@gnome.org>
19067 * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
19069 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19070 plugins/devhelp/anjuta-devhelp.plugin.in,
19071 plugins/file-loader/anjuta-loader.plugin.in,
19072 plugins/file-manager/anjuta-file-manager.plugin.in,
19073 plugins/gtodo/anjuta-gtodo.plugin.in,
19074 plugins/project-manager/anjuta-project-manager.plugin.in,
19075 plugins/terminal/anjuta-terminal.plugin.in:
19076 Gave proper plugin names.
19078 * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
19079 error when regex fail.
19081 * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
19082 Added help and context search. Watches current editor. More menus
19083 in Help submenu. Update UI (sensitive when required) properly.
19085 * plugins/editor/anjuta-document-manager.ui,
19086 plugins/devhelp/anjuta-devhelp.ui,
19087 plugins/message-view/anjuta-message-manager.ui,
19088 src/anjuta.ui: Goto menu actions are in separate submenu.
19090 * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
19091 Removed unimplemented UI elements.
19093 * src/anjuta-app.c: Larger (and normal) icon size.
19095 * src/layout.xml: Task manager plugin along with document (in middle).
19097 * plugins/editor/plugin.c, plugins/file-loader.c,
19098 plugins/devhelp/plugin.c: Gives short-labels and is-important flag
19099 in gtkactions. Enable/disable UI properly.
19101 2004-09-26 Naba Kumar <naba@gnome.org>
19103 * po/POTFILES.in: Updated, added missing files.
19105 * .cvsignore: Updated.
19107 * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
19108 a new function to get User input text.
19110 * libanjuta/resources.[c,h]: Added a function to created sized image.
19112 * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
19113 from filename, as thats the correct representation.
19115 * plugins/build-basic-autotools/Makefile.am,
19116 (added) plugins/build-basic-autotools/automake-c.filters,
19117 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19118 plugins/build-basic-autotools/build-basic-autotools.[c,h]:
19119 Rearragned UI elements in the build menu. Added codes to read build
19120 filter rules from external file. Implemented all build, configure,
19121 autogen commands. Watches current editor and project.
19123 * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
19124 Added editor changed signal and exports current editor value.
19125 Fixed parameter names. Fixed get_uri() interface implementation to
19126 return correct uri.
19128 * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19131 * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19133 * plugins/file-manager/an_file_view.c,
19134 plugins/file-manager/an_file_view.c: Exports file uri correctly.
19136 * plugins/file-wizard/file.c: Reads uri correctly.
19138 * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19139 sets the page to the new view.
19141 * plugins/message-view/message-view.c: Unrefs the tree model when done.
19142 Fixed signal connecting.
19144 * plugins/project-manager/plugin.c: Changed "project_root_directory"
19145 to "project_root_uri" and exports as uri.
19147 2004-09-24 Naba Kumar <naba@gnome.org>
19149 * libanjuta/anjuta-ui.c: Fixed a crash bug.
19150 * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19152 * plugins/file-manager/plugin.c: Fixed crash in unloading.
19153 * plugins/file-loader/plugin.c: Added comments.
19154 * plugins/build-basic-autotools/plugin.c: Added comments.
19155 * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19157 * libanjuta/interfaces/libanjuta.idl,
19158 plugins/message-view/anjuta-msgman.c,
19159 plugins/message-view/message-view.c,
19160 plugins/message-view/message-view.h,
19161 plugins/message-view/plugin.c: Buffering and appending messages have
19162 been separated. message-view implementations cleaned up. Signals
19163 Emissions fixed. Messages now displayed in summary and details show
19164 as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19167 * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19170 * plugins/build-basic-autotools/Makefile.am,
19171 plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19172 parsing of output to create message summaries. Uses new message view
19175 * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19176 preferences to make dialog box smaller.
19178 * plugins/editor/search-replace.c: Fixed compile error with change
19179 in IAnjutaMessageView API.
19181 2004-09-21 Naba Kumar <naba@gnome.org>
19183 * plugins/Makefile.am: Deletes old (installed) plugins before
19184 installing new ones.
19186 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19187 plugins/build-basic-autotools/build-basic-autotools.c,
19188 plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19189 file URI from filemanager. Only disables/enables build submenu in file
19190 manager, instead of merging/unmerging.
19192 * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19195 * plugins/file-loader/anjuta-loader-plugin.ui,
19196 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19197 Implemented "Open with" file manager submenu. Displays error message
19198 when file can not be opened.
19200 * plugins/file-manager/an_file_view.c: Renamed
19201 file_manager_current_filename value name to file_manager_current_uri
19202 and exports proper URI.
19204 * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19206 2004-09-19 Naba Kumar <naba@gnome.org>
19208 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19209 plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19210 save point signal to change editor tabs. Fixed accels.
19212 * plugins/file-loader/plugin.c: Fixed accels.
19214 * plugins/project-manager/plugin.c: Added target selection callback.
19216 * plugins/project-manager/plugin.c: Added URI activation.
19217 * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19218 Fixed dialog and closed it on ok. Fixed a crash bug.
19219 * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19221 * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19222 configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19223 plugins/file-loader/anjuta-loader-plugin.ui,
19224 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19225 Added recent files in file loade plugin.
19227 * ChangeLog: Fixed entry dates.
19229 2004-09-18 Naba Kumar <naba@gnome.org>
19231 * plugins/devhelp/plugin.c: Added UI sensitization and removed
19232 an unnecessary GtkFrame.
19234 2004-09-17 Naba Kumar <naba@gnome.org>
19236 * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19240 * data/Makefile.am: Disabled installing old mime info.
19242 * mime/anjuta.applications, mime/anjuta.keys: Updated.
19244 * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19245 plugins/editor/anjuta-document-manager.ui,
19246 plugins/editor/plugin.c, plugins/editor/text_editor.c,
19247 plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19248 Added Editor context popup menu.
19250 * plugins/project-manager/anjuta-project-manager-plugin.png:
19253 * plugins/project-manager/anjuta-project-manager.plugin.in:
19254 Support .anjuta mime type.
19256 * plugins/project-manager/plugin.c: Exports "project_root_directory"
19259 * plugins/file-manager/plugin.c: Watches "project_root_directory"
19262 * src/layout.xml, plugins/profile-default/plugin.c:
19263 Added project manager plugin for startup.
19265 2004-09-16 Naba Kumar <naba@gnome.org>
19267 * anjuta.prj: Updated.
19269 * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19270 plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19271 plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19272 plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19273 plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19274 plugins/terinal/Makefile.am, src/Makefile.am,
19275 plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19276 Fixed makefile syntax errors.
19278 2004-09-16 Naba Kumar <naba@gnome.org>
19280 * configure.in, src/layout.xml,
19281 plugins/profile-default/plugin.c,
19282 libanjuta/interfaces/libanjuta.idl,
19283 plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19285 * configure.in, plugins/Makefile.am,
19286 plugins/project-manager/.cvsignore,
19287 plugins/project-manager/Makefile.am,
19288 plugins/project-manager/anjuta-project-manager-plugin.png,
19289 plugins/project-manager/anjuta-project-manager.plugin.in,
19290 plugins/project-manager/anjuta-project-manager.ui,
19291 plugins/project-manager/plugin.c,
19292 plugins/project-manager/plugin.h: Added project manager plugin
19293 based on gnome-build.
19295 * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19296 mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19298 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19299 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19300 manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19302 2004-09-16 Naba Kumar <naba@gnome.org>
19304 * plugins/editor/action-callbacks.c: Fixed compile error.
19306 2004-09-15 Naba Kumar <naba@gnome.org>
19308 * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19310 * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19311 New improved splace with nicer progress.
19313 * configure.in, plugins/Makefile.am,
19314 (added) file-wizard/.cvsignore,
19315 (added) file-wizard/Makefile.am,
19316 (added) file-wizard/action-callbacks.c,
19317 (added) file-wizard/action-callbacks.h,
19318 (added) file-wizard/anjuta-file-wizard-plugin.png,
19319 (added) file-wizard/anjuta-file-wizard.glade,
19320 (added) file-wizard/anjuta-file-wizard.plugin.in,
19321 (added) file-wizard/anjuta-file-wizard.ui,
19322 (added) file-wizard/file.c,
19323 (added) file-wizard/file.h,
19324 (added) file-wizard/plugin.c,
19325 (added) file-wizard/plugin.h:
19326 Created new file wizard and added it. The wizard takes care of text
19327 bit insertions and new files creation.
19329 * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19330 plugins/editor/action-callbacks.h,
19331 plugins/editor/anjuta-document-manager.glade,
19332 plugins/editor/anjuta-document-manager.ui,
19333 plugins/editor/plugin.c, plugins/editor/text_editor.c,
19334 (removed) plugins/editor/file.[c,h]: Removed text insertions and
19335 new files code and moved into a new plugin (file wizard).
19337 * libanjuta/plugins.[c,h]: Added plugins selection function.
19339 * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19340 get_position(), insert() in IAnjutaEditor interface. Added
19341 add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19342 interface (for wizard plugins).
19344 * plugins/file-loader/anjuta-loader-plugin.ui,
19345 plugins/file-loader/plugin.c: Added wizard launcher interface which
19346 scans for plugins implement IAnjutaWizard interface and presents the
19347 list to user for selection. The selected plugin is then activated
19350 * libanjuta/interfaces/.cvsignore: Updated.
19351 * plugins/message-view/.cvsignore: Updated.
19352 * plugins/launcher/*: Removed as launcher has already been moved to
19353 libanjuta as class.
19355 * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19356 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19357 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19358 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19359 manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19360 Updated API documentations.
19362 2004-09-01 Amanpreet Singh Alam <aalam@redhat.com>
19364 * configure.in: Added Punjabi to ALL_LINGUAS
19366 2004-07-29 Naba Kumar <naba@gnome.org>
19368 * configure.in: Added file-loader plugin Makefile path and
19369 fixed devhelp version requirement.
19371 2004-07-28 Naba Kumar <naba@gnome.org>
19373 * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19374 terminal/preferences-terminal.png (added), message-view/*.png (added),
19375 message-view/*.xpm (added), editor/*.png (added),
19376 editor/*.xpm (added), plugins/editor/Makefile.am,
19377 plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19378 plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19379 src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19380 respective plugins directories.
19382 * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19383 pixmaps/block-end-16.png, pixmaps/block-end.png
19384 pixmaps/block-start-16.png, pixmaps/block-start.png
19385 pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19386 pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19387 pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19388 pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19389 pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19390 pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19391 pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19392 pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19393 pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19394 pixmaps/preferences-editor.png, pixmaps/undock.png
19395 pixmaps/error-next-16.png, pixmaps/error-next.png
19396 pixmaps/error-prev-16.png, pixmaps/error-prev.png
19397 pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19398 pixmaps/preferences-terminal.png: Deleted
19400 * libanjuta/properties* (removed), plugins/editor/properties* (added),
19401 plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19402 plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19403 plugins/editor/anjuta-document-manager.plugin.in,
19404 plugins/editor/anjuta-document-manager.ui,
19405 plugins/editor/plugin.c, plugins/editor/print.c,
19406 plugins/editor/search-replace_backend.c,
19407 plugins/editor/search_preferences.h,
19408 plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19409 Moved properties souce files to editor plugin as it not required in
19410 libanjuta. Other editor fixes.
19412 * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19413 libegg/dock/* (removed)
19414 : Restored GDL external dependencies and removed libegg dock
19415 sources, because gdl is being developed.
19417 * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19418 libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19419 libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19420 libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19421 libanjuta/plugins.c, libanjuta/plugins.h,
19422 libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19423 gconf system. Shell now takes docking positions. Added more utility
19424 functions. Added plugins query function. And other fixes.
19426 * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19428 * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19429 plugin to load files based on mime type.
19431 * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19433 * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19434 plugins/file-manager/plugin.c: File manager now uses file loader to
19437 * plugins/message-view/anjuta-msgman.c,,
19438 plugins/message-view/message-view.c,
19439 plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19441 * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19442 plugins/terminal/terminal.c, src/Makefile.am,
19443 src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19444 src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19446 * libegg/dock/*: Removed directory.
19448 2004-07-28 Naba Kumar <naba@gnome.org>
19450 * configure.in: Reduced gnome-print version requirement.
19451 * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19453 2004-07-21 Ray Strode <rstrode@redhat.com>
19454 * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19457 2004-06-29 Johannes Schmid <jhs@cvs.gnome.org>
19459 * plugins/editor/search-replace.c: Some fixes
19460 * plugins/terminal/Makefile.am:
19461 Patch from: Alexey Rusakov <ktirf@users.sf.net>
19463 2004-05-19 Naba Kumar <naba@gnome.org>
19465 * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19468 2004-05-17 Johannes Schmid <jhs@cvs.gnome.org>
19470 * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19471 Implemented IAnjutaSavable
19472 * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19474 2004-05-17 Naba Kumar <naba@gnome.org>
19476 * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19477 plugins/build-basic-autotools/.cvsignore,
19478 plugins/build-basic-autotools/Makefile.am,
19479 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19480 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19481 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19482 plugins/build-basic-autotools/build-basic-autotools.c,
19483 plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19486 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19489 * plugins/file-manager/an_file_view.c,
19490 plugins/file-manager/anjuta-file-manager.ui,
19491 plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19492 Added context menu UI.
19494 * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19497 2004-05-16 Johannes Schmid <jhs@cvs.gnome.org>
19499 * libanjuta/anjuta-preferences.[ch]:
19500 Added save/load_gconf functions
19501 * src/action_callbacks.[ch], src/preferences.c:
19502 Load global prefs from gconf at startup and save them
19503 on exit. Prefs load and save correctly but something resets
19504 them to default after loading...
19505 * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19506 Somehow the linker does not find save/load_gconf functions
19507 in libanjuta. Must be a stupid mistake, I would be glad
19508 if someone could fix that.
19509 * manuals/reference/libanjuta-sections.txt: Added new
19510 preferences functions and removed gnome-filelist
19511 * plugins/file-manager/anjuta-file-manager-plugin.glade:
19512 * plugins/file-manager/plugin.c:
19513 Added root-path property
19515 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
19517 * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19518 they are not longer needed.
19519 * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19520 anjuta-sections.txt: Remove references to the files
19521 * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19522 Use new nautilus icons for file-manager, looks incredible
19525 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
19527 * plugins/editor/anjuta-docman.c: gchar* to
19528 const gchar* in arguments
19529 * plugins/editor/text_editor.c: Implemented IAnjutaFile
19531 * plugins/file-manager/an_file_view.c: Open files on
19532 double-click. Does not work yet because it does not
19533 find IAnjutaFile interface in document manager
19535 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
19537 * plugins/editor/anjuta-docman.c
19538 * plugins/editor/text_editor.c:
19539 Made close button working, made multiple selection in
19540 File/Open dialog possble, fixed crash bug if file cannot
19543 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
19545 * plugins/editor/action-callbacks.c
19546 * plugins/editor/anjuta-docman.c
19547 * plugins/editor/anjuta-docman.h
19548 * plugins/editor/search-replace.c
19549 * plugins/editor/search-replace_backend.c
19550 * plugins/editor/text_editor.c
19551 * plugins/editor/text_editor.h:
19552 Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19553 able to open all files, use uri instead of full_filename, fixed
19557 2004-05-13 Naba Kumar <naba@gnome.org>
19559 * plugins/message-view/anjuta-message-manager-plugin.glade:
19562 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19565 * pixmaps/anjuta_splash.png: Added border.
19567 * plugins/editor/anjuta-document-manager.png: New icon.
19569 * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19570 plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19572 plugins/editor/Makefile.am,
19573 plugins/editor/search-replace.c,
19574 plugins/editor/search-replace.h,
19575 plugins/editor/search-replace_backend.c,
19576 plugins/editor/search-replace_backend.h,
19577 plugins/editor/search_preferences.h,
19578 plugins/editor/search_preferences.c: Merged changes from
19579 ANJUTA_1_2_0 branch.
19581 * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19582 plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19585 * plugins/terminal/Makefile.am,
19586 plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19589 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19592 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
19593 * plugins/message-view/plugin.c: Fixed glade file loading
19594 Removed "Show messages" menu item
19595 * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19596 twice because of this load system layout hack.
19597 * libanjuta/anjuta-ui.h: Removed #include config.h
19598 * libanjuta/libanjuta.pc: Fixed path and depencies
19599 * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19600 * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19601 * libanjuta/properties.cxx : #include "properties_cxx.h"
19602 * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19604 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
19605 * plugins/message-view/*: Fixed message view preferences
19606 * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19607 * anjuta.glade: Removed messages stuff
19609 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
19611 * Removed libanjutamm, it is now hosted on SF.net:
19612 cvs.sf.net/cvsroot/anjuta/libanjutamm
19614 2004-05-11 Johannes Schmid <jhs@cvs.gnome.org>
19617 Added some experimental code to add support for C++ plugins.
19618 Nothing works yet and it is likely that it will disappear but
19619 I have some questions to murrayc and he wants to see the code.
19621 2004-05-11 Naba Kumar <naba@gnome.org>
19623 * plugins/terminal/terminal.c: Fixed prefs loading bug.
19625 * plugins/editor/action-callbacks.c: Fixed a crash bug in
19626 hightlight style menu actions.
19628 * manuals/reference/libanjuta/libanjuta-docs.sgml,
19629 manuals/reference/libanjuta/plugin-description-file.sgml,
19630 manuals/reference/libanjuta/writing-plugins.sgml,
19631 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19632 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19633 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19635 * src/anjuta-app.c: Always load system layout for now.
19637 * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19639 * manuals/reference/libanjuta/libanjuta-docs.sgml,
19640 manuals/reference/libanjuta/libanjuta-sections.txt,
19641 manuals/reference/libanjuta/libanjuta.types,
19642 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19643 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19644 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19645 manuals/reference/libanjuta/tmpl/fileselection.sgml,
19646 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19647 (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19648 Updated documentation.
19650 * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19651 plugins/profile-default/plugin.c, src/layout.xml:
19652 Created terminal plugin.
19654 * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19655 (new) plugins/file-manager/.cvsignore,
19656 plugins/file-manager/an_file_view.c,
19657 plugins/file-manager/plugin.c,
19658 plugins/file-manager/plugin.h: Moved preferences to separate
19659 glade file and added cvsignore file.
19661 * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19662 from ANJUTA_1_2_0 branch. Please note that other po files need merging
19663 from the branch. I tried it but there were way too many conflicts.
19665 * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19667 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19668 util functions required during the merge.
19670 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19673 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19674 plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19675 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19676 plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19677 Merged with ANJUTA_1_2_0 branch.
19679 2004-05-09 Johannes Schmid <jhs@cvs.gnome.org>
19681 * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19683 2004-05-07 Naba Kumar <naba@gnome.org>
19685 * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19687 * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19688 Added preferences reading and loading.
19690 * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19691 libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19692 libanjuta/fileselection.c, libanjuta/fileselection.h,
19693 libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19695 * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19697 * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19698 anjuta.spec.in, configure.in, data/autogen.sh.generic,
19699 data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19700 data/macros/autogen.sh, data/macros2/autogen.sh
19701 data/properties/ada.properties, data/properties/anjuta.properties,
19702 launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19703 libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19704 (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19705 (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19706 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19707 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19708 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19709 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19710 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19711 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19712 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19713 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19714 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19715 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19716 manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19717 manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19718 plugins/class-gen/clsGen.c, plugins/editor/print.c,
19719 plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19720 scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19721 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19722 scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19723 (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19724 scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19725 (added) scintilla/scintilla-marshal.c,
19726 (added) scintilla/scintilla-marshal.h,
19727 (added) scintilla/scintilla-marshal.list,
19728 scintilla/include/SString.h, scintilla/include/SciLexer.h,
19729 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19730 (added) scintilla/patches/scintilla-calltip-align.patch,
19731 (added) scintilla/patches/scintilla-minor.patch,
19732 tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19734 2004-05-06 Naba Kumar <naba@gnome.org>
19736 * (added) plugins/file-manager/Makefile.am,
19737 (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19738 (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19739 (added) plugins/file-manager/anjuta-file-manager.ui,
19740 (added) plugins/file-manager/plugin.c,
19741 (added) plugins/file-manager/plugin.h,
19742 (removed) plugins/file-manager/an_file_view.h,
19743 plugins/Makefile.am, configure.in,
19744 plugins/file-manager/an_file_view.c: Created file manager plugin.
19746 * plugins/profile-default/plugin.c: Added file manager plugin in default
19749 * libanjuta/Makefile.am: Fixed dependencies.
19750 * pixmaps/anjuta_splash.png: New splash screen.
19752 2004-05-05 Johannes Schmid <jhs@cvs.gnome.org>
19754 * template/template.c/h: Added in-line doc
19755 * manuals/reference/template/*: Added template documentation
19756 * configure.in: Build template docs
19758 2004-05-05 Naba Kumar <naba@gnome.org>
19760 * autogen.sh: Added commands to generate initial interfaces.
19762 * libanjuta/Makefile.am,
19763 (removed)libanjuta/anjuta-plugin-parser.c,
19764 (removed)libanjuta/anjuta-plugin-parser.h,
19765 (added)libanjuta/anjuta-plugin-description.c,
19766 (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19767 plugin description.
19769 * libanjuta/anjuta-plugin.c,
19770 libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19772 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19773 and added AnjutaShellPlacement enum for widgeds placement (passed to
19774 widget add_widget() method.
19776 * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19777 and moved plugin sets loading in profile plugins.
19779 * libanjuta/interfaces/.cvsignore,
19780 (removed)libanjuta/interfaces/Makefile.am,
19781 libanjuta/interfaces/libanjuta.idl,
19782 libanjuta/interfaces/anjuta-idl-compiler.pl,
19783 (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19784 (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19785 (removed)libanjuta/interfaces/ianjuta-editor.c,
19786 (removed)libanjuta/interfaces/ianjuta-editor.h,
19787 (removed)libanjuta/interfaces/ianjuta-file.c,
19788 (removed)libanjuta/interfaces/ianjuta-file.h,
19789 (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19790 (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19791 (removed)libanjuta/interfaces/ianjuta-message-view.c,
19792 (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19793 *.h and Makefile.am files. They are autogenerated. Interfaces are
19794 by anjuta-idl-compiler.pl from libanjuta.idl file.
19796 * manuals/reference/libanjuta/Makefile.am,
19797 manuals/reference/libanjuta/anjuta-architecture.sgml,
19798 manuals/reference/libanjuta/libanjuta-docs.sgml,
19799 manuals/reference/libanjuta/libanjuta-sections.txt,
19800 manuals/reference/libanjuta/libanjuta.types,
19801 manuals/reference/libanjuta/plugin-description-file.sgml,
19802 manuals/reference/libanjuta/writing-plugins.sgml,
19803 (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19804 (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19805 (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19806 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19807 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19808 (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19809 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19810 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19811 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19812 (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19813 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19814 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19815 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19816 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19817 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19818 (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19819 (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19820 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19821 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19822 (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19823 (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19824 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19825 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19826 (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19827 (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19828 (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19829 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19830 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19831 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19832 (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19833 (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19834 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19835 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19836 Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19837 interfaces template sgmls.
19839 * plugins/Makefile.am,
19840 plugins/devhelp/anjuta-devhelp.plugin.in,
19841 plugins/devhelp/plugin.c,
19842 plugins/editor/action-callbacks.c,
19843 plugins/editor/anjuta-document-manager.plugin.in,
19844 plugins/editor/plugin.c,
19845 plugins/editor/plugin.h,
19846 plugins/editor/text_editor.c,
19847 plugins/sample1/plugin.c,
19848 plugins/message-view/anjuta-message-manager.plugin.in,
19849 plugins/message-view/plugin.c: Fixed shell add_widget method to take
19850 placement. Fixed other errors.
19852 * (added)plugins/profile-default/.cvsignore,
19853 (added)plugins/profile-default/Makefile.am,
19854 (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19855 (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19856 (added)plugins/profile-default/anjuta-default-profile.ui,
19857 (added)plugins/profile-default/plugin.c,
19858 (added)plugins/profile-default/plugin.h: Added a default new
19862 src/action-callbacks.c,
19865 src/main.cpp: Fixed necessary changes for libanjuta
19867 2004-05-04 Naba Kumar <naba@gnome.org>
19869 * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19870 plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19871 plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19872 placement for default widgets placements.
19874 2004-05-03 Naba Kumar <naba@gnome.org>
19876 * manuals/reference/libanjuta/anjuta-architecture.sgml,
19877 manuals/reference/libanjuta/libanjuta-docs.sgml,
19878 manuals/reference/libanjuta/plugin-description-file.sgml,
19879 manuals/reference/libanjuta/writing-plugins.sgml:
19880 Wrote more sections in writing-plugins document and fixed errors.
19882 2004-05-03 Naba Kumar <naba@gnome.org>
19884 * libanjuta/interfaces/libanjuta.idl: Added interface
19885 IAnjutaFileManager.
19887 * manuals/reference/libanjuta/anjuta-architecture.dia,
19888 manuals/reference/libanjuta/anjuta-architecture.png: Updated
19889 architecture diagram.
19891 * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19892 manuals/reference/libanjuta/libanjuta-docs.sgml,
19893 (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19894 (added) manuals/reference/libanjuta/writing-plugins.sgml:
19895 Wrote writing-plugins document and separated chapters into
19896 separate sgml files.
19898 * plugins/file-manager/an_file_view.c,
19899 plugins/file-manager/an_file_view.h: New and improved directory
19902 2004-05-02 Sven Herzberg <herzi@abi02.de>
19904 * anjuta.glade: re-designed the new file dialog
19905 * anjuta_dialogs_strings.c: new strings from the new file dialog
19907 2004-04-30 Naba Kumar <naba@gnome.org>
19909 * libanjuta/interfaces/Makefile.am.iface,
19910 libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19912 * libanjuta/interfaces/libanjuta.idl: Updated.
19914 * libanjuta/interfaces/Makefile.am.iface,
19915 libanjuta/interfaces/libanjuta.idl: Updated.
19917 2004-04-29 Naba Kumar <naba@gnome.org>
19919 * libanjuta/interfaces/Makefile.am.iface,
19920 libanjuta/interfaces/libanjuta.idl: Updated.
19922 2004-04-29 Naba Kumar <naba@gnome.org>
19924 * libanjuta/interfaces/giface-idlc-c.pl,
19925 libanjuta/interfaces/libanjuta.idl: Upgraded.
19926 * libanjuta/interfaces/Makefile.am.iface: Added.
19928 2004-04-28 Naba kumar <naba@gnome.org>
19930 * libanjuta/interfaces/giface-idlc-c.pl,
19931 libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19932 definitions and wrote a compiler.
19934 2004-04-28 Naba Kumar <naba@gnome.org>
19936 * libanjuta/anjuta-shell.c: Fixed docs.
19937 * libanjuta/interfaces/Makefile.am,
19938 libanjuta/interfaces/ianjuta-file.c,
19939 libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19941 * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19943 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19945 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19946 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19947 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19948 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19949 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19950 * src/anjuta-app.c: Fixed bug.
19952 2004-04-27 Naba Kumar <naba@gnome.org>
19954 * libanjuta/anjuta-preferences-dialog.c,
19955 manuals/Makefile.am: Fixed document bugs and enabled docs
19958 * libanjuta/anjuta-preferences-dialog.c,
19959 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19960 More documentation.
19962 * libanjuta/anjuta-preferences.c,
19963 manuals/reference/libanjuta/libanjuta-docs.sgml,
19964 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19965 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19966 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19967 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19968 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19969 Wrote more documentations.
19971 * (removed) plugins/message-view/imessage-view.c,
19972 (removed) plugins/message-view/ianjuta-msgman.c,
19973 plugins/message-view/Makefile.am,
19974 plugins/message-view/anjuta-msgman.c,
19975 plugins/message-view/anjuta-msgman.h,
19976 plugins/message-view/message-view.c,
19977 plugins/message-view/message-view.h,
19978 plugins/message-view/plugin.c,
19979 plugins/message-view/plugin.h: Moved interface implementations
19980 in their respective classes and used correct macros to
19981 defined class types.
19983 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19984 src/action-callbacks.c, src/anjuta-app.c: Subclassed
19985 AnjutaUI from GtkUIManager instead of GtkDialog.
19987 * manuals/reference/libanjuta/Makefile.am,
19988 manuals/reference/libanjuta/libanjuta-docs.sgml,
19989 manuals/reference/libanjuta/libanjuta-sections.txt,
19990 manuals/reference/libanjuta/libanjuta.types,
19991 (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19992 (added) manuals/reference/libanjuta/anjuta-architecture.png,
19993 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19994 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19995 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19996 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19997 Wrote more documentation, fixed typos, added architecture
19998 diagram, updated object types etc.
20000 * plugins/editor/text_editor.c: Fixed interface implementation.
20002 2004-04-26 Naba Kumar <naba@gnome.org>
20004 * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
20005 (added) manuals/reference/libanjuta/anjuta-architecture.png,
20006 manuals/reference/libanjuta/libanjuta-docs.sgml: Added
20007 architecture diagram and a new chapter on plugins description file.
20009 2004-04-25 Naba Kumar <naba@gnome.org>
20011 * libanjuta/anjuta-children.h,
20012 libanjuta/anjuta-plugin.c,
20013 libanjuta/anjuta-plugin.h,
20014 libanjuta/anjuta-preferences.c,
20015 libanjuta/anjuta-shell.c,
20016 libanjuta/anjuta-shell.h,
20017 libanjuta/e-splash.c,
20018 libanjuta/e-splash.h,
20019 manuals/reference/libanjuta/Makefile.am,
20020 manuals/reference/libanjuta/libanjuta-docs.sgml,
20021 manuals/reference/libanjuta/libanjuta-sections.txt,
20022 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20023 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20024 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20025 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20026 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20027 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20028 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20029 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20030 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20031 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20032 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20033 manuals/reference/libanjuta/tmpl/defaults.sgml,
20034 manuals/reference/libanjuta/tmpl/fileselection.sgml,
20035 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20036 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20037 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20038 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20039 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20040 manuals/reference/libanjuta/tmpl/plugins.sgml,
20041 manuals/reference/libanjuta/tmpl/properties.sgml,
20042 manuals/reference/libanjuta/tmpl/resources.sgml,
20043 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
20044 manuals/reference/libanjuta/tmpl/e-splash.sgml,
20045 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
20046 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
20047 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
20048 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
20050 Added more template files and wrote more documentation.
20052 2004-04-24 Andras Timar <timar@gnome.hu>
20054 * configure.in: Added hu to ALL_LINGUAS.
20056 2004-04-23 Naba Kumar <naba@gnome.org>
20058 * configure.in: Fixed compile error.
20060 * libanjuta/anjuta-children.c,
20061 libanjuta/anjuta-children.h,
20062 libanjuta/anjuta-preferences.c,
20063 libanjuta/anjuta-preferences.h,
20064 libanjuta/anjuta-shell.c,
20065 libanjuta/anjuta-ui.c,
20066 libanjuta/anjuta-ui.h,
20067 manuals/reference/libanjuta/Makefile.am,
20068 manuals/reference/libanjuta/libanjuta-docs.sgml,
20069 manuals/reference/libanjuta/libanjuta.types,
20070 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20071 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20072 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20073 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20074 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20075 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
20076 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20077 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20078 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20079 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20080 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20081 manuals/reference/libanjuta/tmpl/defaults.sgml,
20082 manuals/reference/libanjuta/tmpl/fileselection.sgml,
20083 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20084 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
20085 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
20086 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20087 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20088 manuals/reference/libanjuta/tmpl/plugins.sgml,
20089 manuals/reference/libanjuta/tmpl/properties.sgml,
20090 manuals/reference/libanjuta/tmpl/resources.sgml,
20091 plugins/sample1/plugin.c: Added libanjuta API documentation.
20093 2004-04-22 Naba Kumar <naba@gnome.org>
20095 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
20096 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20097 libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20098 libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
20099 (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
20100 libegg/egg-combo-action.c, libegg/egg-entry-action.c,
20101 (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
20102 (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
20103 (removed) libegg/eggradiotoolbutton.c,
20104 (removed) libegg/eggseparatortoolitem.c,
20105 (removed) libegg/eggtoggletoolbutton.c,
20106 (removed) libegg/eggtoolbar.c,
20107 (removed) libegg/eggtoolbutton.c,
20108 (removed) libegg/eggtoolitem.c,
20109 (removed) libegg/prop-editor.c,
20110 (removed) libegg/test-actions.c,
20111 (removed) libegg/test-drag.c,
20112 (removed) libegg/test-merge.c,
20113 (removed) libegg/test-toolbar.c,
20114 libegg/menu/Makefile.am,
20115 (removed) libegg/menu/egg-accel-dialog.h,
20116 (removed) libegg/menu/egg-action-group.h,
20117 (removed) libegg/menu/egg-action.h,
20118 libegg/menu/egg-entry-action.h,
20119 (removed) libegg/menu/egg-markup.h,
20120 (removed) libegg/menu/egg-menu-merge.h,
20121 (removed) libegg/menu/egg-menu.h,
20122 (removed) libegg/menu/egg-radio-action.h,
20123 (removed) libegg/menu/egg-toggle-action.h,
20124 (removed) libegg/menu/howitshouldwork.txt,
20125 (removed) libegg/toolbar/.cvsignore,
20126 (removed) libegg/toolbar/Makefile.am,
20127 (removed) libegg/toolbar/TODO,
20128 (removed) libegg/toolbar/eggradiotoolbutton.h,
20129 (removed) libegg/toolbar/eggseparatortoolitem.h,
20130 (removed) libegg/toolbar/eggtoggletoolbutton.h,
20131 (removed) libegg/toolbar/eggtoolbar.h,
20132 (removed) libegg/toolbar/eggtoolbutton.h,
20133 (removed) libegg/toolbar/eggtoolitem.h,
20134 (removed) libegg/toolbar/prop-editor.h,
20135 (removed) libegg/toolbar/toolbar-api.txt,
20136 (removed) libegg/toolbar/toolbar-ideas.txt,
20137 plugins/devhelp/anjuta-devhelp.ui,
20138 plugins/devhelp/plugin.c,
20139 plugins/editor/action-callbacks.c,
20140 plugins/editor/action-callbacks.h,
20141 plugins/editor/anjuta-docman.c,
20142 plugins/editor/anjuta-document-manager.ui,
20143 plugins/editor/plugin.c,
20144 P plugins/message-view/Makefile.am,
20145 plugins/message-view/anjuta-message-manager.ui,
20146 plugins/message-view/plugin.c,
20147 plugins/sample1/anjuta-sample.ui,
20148 plugins/sample1/plugin.c,
20149 src/action-callbacks.c,
20150 src/action-callbacks.h,
20151 src/anjuta-actions.h,
20153 src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20154 Gtk actions and UIManager. Fixed all plugins to use this.
20156 * manuals/reference/gtkdoc-scangobj.diff,
20157 manuals/reference/libanjuta/Makefile.am,
20158 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20159 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20160 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20161 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20162 manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20164 * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20166 2004-04-20 Johannes Schmid <jhs@cvs.gnome.org>
20168 * plugins/message-view/imessage-view.c
20169 * plugins/message-view/ianjuta-msgman.c:
20172 2004-04-17 Adam Weinberger <adamw@gnome.org>
20174 * configure.in: Added en_CA to ALL_LINGUAS.
20176 2004-04-08 Naba Kumar <naba@gnome.org>
20178 * libanjuta/interfaces/ianjuta-message-view.[c,h],
20179 libanjuta/interfaces/Makefile.am,
20180 libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20181 message manager and message view interfaces.
20183 * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20184 libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20185 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20186 libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20187 src/anjuta-app.c: Used 'activate' and
20188 'deactivate' virtual methods for plugins. Fixed installed plugins
20189 dialogs. Added remove_widget() method for AnjutaShell.
20191 * libanjuta/interfaces/Makefile.am,
20192 libanjuta/interfaces/ianjuta-document-manager.c,
20193 libanjuta/interfaces/ianjuta-document-manager.h,
20194 libanjuta/interfaces/ianjuta-editor.c,
20195 libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20196 and editor interfaces.
20198 * plugins/devhelp/plugin.c,
20199 plugins/message-view/anjuta-message-manager.plugin.in,
20200 plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20201 plugins/sample1/plugin.c: Updated plugins implementation to
20202 reflect the changes.
20204 2004-04-07 Naba Kumar <naba@gnome.org>
20206 * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20207 libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20208 libanjuta/interfaces/ianjuta-editor.h,
20209 (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20210 plugins/editor/anjuta-docman.c,
20211 plugins/editor/anjuta-document-manager.plugin.in,
20212 plugins/editor/plugin.c, plugins/sample1/plugin.c,
20213 src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20214 Added supported interfaces for plugins. Tested plugin interfaces
20215 through sample plugin.
20217 2004-02-29 Johannes Schmid <jhs@cvs.gnome.org>
20219 * template/Makefile.am, data/templates/library/Makefile.am
20220 Fixed some automake-1.7 incompatibilities
20221 * template/xmltemplate.c: Small fix
20223 2004-02-23 Naba Kumar <naba@gnome.org>
20225 * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20226 Added plugins manager dialog.
20228 * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20229 library dependencies.
20231 * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20232 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20233 src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20234 (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20235 geometry command line option.
20237 2004-02-16 Naba Kumar <naba@gnome.org>
20239 * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20240 Added interfaces and IAnjutaEditor editor interface.
20241 * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20243 * libanjuta/anjuta-shell.h: Fixed bug.
20245 2004-02-13 Naba Kumar <naba@gnome.org>
20247 * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20249 2004-02-13 Johannes Schmid <jhs@cvs.gnome.org>
20251 * data/template/*/.cvsignore:
20252 Avoid all these ? in cvs output
20254 2004-02-13 Naba Kumar <naba@gnome.org>
20256 * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20257 includes and linking.
20259 * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20260 and set required version to devhelp 0.8. This devhelp version
20261 can be acquired from gnome cvs branch devhelp branch
20262 devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20264 * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20265 src/actions-callbacks.c: Added Dock Manager settings menu item.
20267 * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20268 * plugins/devhelp/plugin.c: Fixed a linking bug.
20270 * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20271 libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20272 external GDL dependency and used libegg codes.
20274 2004-02-12 Naba Kumar <naba@gnome.org>
20276 * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20277 Added devhelp plugin, but it can't be used without a
20278 patch in devhelp. So it's disabled for now.
20280 * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20281 libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20282 plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20283 Update cvsignore files.
20285 * libanjuta/plugins.c, widgets/e-splash.c:
20286 Fixed plugins loading to show splash icons.
20288 * plugins/message-view/anjuta-message-manager.plugin.in,
20289 plugins/message-view/plugin.c: Fixed plugin registered name.
20291 * plugins/message-view/anjuta-message-view.png,
20292 plugins/sample1/anjuta-sample-plugin.png: Update images.
20294 * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20295 src/main.c: Fixed layout loading.
20297 * plugins/devhelp/Makefile.am: Fixed error.
20299 * (removed) widgets/*, libanjuta/plugins.h,
20300 src/main.c: Transfered widgets to libanjuta/.
20302 * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20303 toplevel directory to created only one library as libanjuta-egg.
20305 * data/Makefile.am: Fixed build error.
20307 * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20308 libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20309 libegg/.cvsignore: Added egg dock widget.
20311 * gdl/*: Removed as they are now available in libegg.
20313 2004-02-11 Franco Catrin <fcatrin@tuxpan.com>
20315 * plugins/editor/anjuta-docman.c:
20316 Use stock close icon on tab close button
20318 2004-02-11 Johannes Schmid <jhs@cvs.gnome.org>
20320 * data/template/Makefile.am
20321 data/template/language/Makefile.am
20322 data/template/library/Makefile.am
20323 data/template/text/Makefile.am
20324 data/template/project/Makefile.am
20325 data/template/project/terminal/Makefile.am
20326 configure.in: Created Makefile to install templates
20328 2004-02-11 Naba Kumar <naba@gnome.org>
20330 * plugins/editor/action-callbacks.c,
20331 plugins/editor/anjuta-document-manager.ui,
20332 plugins/editor/plugin.c
20333 plugins/message-view/anjuta-message-manager.ui,
20334 src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20336 2004-02-09 Johannes Schmid <jhs@cvs.gnome.org>
20338 * plugins/message-view/*: MessageView plugin is now loaded
20339 The menu items are still dummies.
20341 2004-02-09 Naba Kumar <naba@gnome.org>
20343 * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20346 * libanjuta/anjuta-preferences.h: Added some documentation.
20348 * libanjuta/anjuta-shell.h: Removed dead codes.
20350 * (removed) manuals/reference/gtkdoc-scangobj,
20351 manuals/reference/gtkdoc-scangobj.diff,
20352 manuals/reference/libanjuta/.cvsignore,
20353 manuals/reference/libanjuta/Makefile.am,
20354 manuals/reference/libanjuta/README.inline-doc,
20355 manuals/reference/libanjuta/README.sections,
20356 manuals/reference/libanjuta/libanjuta-docs.sgml,
20357 manuals/reference/libanjuta/libanjuta-sections.txt,
20358 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20359 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20360 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20361 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20362 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20363 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20364 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20365 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20366 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20367 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20368 manuals/reference/libanjuta/tmpl/defaults.sgml,
20369 manuals/reference/libanjuta/tmpl/fileselection.sgml,
20370 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20371 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20372 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20373 manuals/reference/libanjuta/tmpl/plugins.sgml,
20374 manuals/reference/libanjuta/tmpl/properties.sgml,
20375 manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20376 of scan program. Updated templates.
20378 plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20379 editor action callbacks data.
20381 plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20382 scintilla object ref/unref.
20384 2004-02-08 Johannes Schmid <jhs@cvs.gnome.org>
20386 * template/*: Added new xml based template system
20387 * template/dtds/*: Dtds to validate xml files of the template systems
20388 * data/template/*: Some sample template files
20389 Still needs some work but builds fine!
20391 2004-02-06 Naba Kumar <naba@gnome.org>
20393 * cofigure.in, manuals/Makefile.am,
20394 (added) manuals/reference/*: Added API documentation
20395 structure (gtk-doc based).
20397 * libanjuta/libanjuta.h: Updated
20399 2004-02-05 Naba Kumar <naba@gnome.org>
20401 * configure.in: Sets correct dependencies and
20402 uses gdl external library.
20404 * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20405 libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20406 libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20407 libanjuta/fileselection.h, libanjuta/glue-factory.c,
20408 libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20409 libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20410 and added file dialogs.
20412 * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20413 libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20414 Build dynamic libraries for libegg.
20416 * plugins/Makefile.am, plugins/editor/Makefile.am,
20417 plugins/editor/action-callbacks.c,
20418 plugins/editor/action-callbacks.h,
20419 plugins/editor/anjuta-docman.c,
20420 plugins/editor/anjuta-docman.h
20421 plugins/editor/anjuta-document-manager.plugin.in
20422 plugins/editor/anjuta-document-manager.png
20423 plugins/editor/anjuta-document-manager.ui
20424 plugins/editor/file.c
20425 plugins/editor/file.h
20426 plugins/editor/plugin.c
20427 plugins/editor/print.c
20428 plugins/editor/print.h
20429 plugins/editor/search-replace.c
20430 plugins/editor/search_incremental.c
20431 plugins/editor/search_incremental.h
20432 plugins/editor/text_editor.c
20433 plugins/editor/text_editor.h
20434 plugins/editor/text_editor_cbs.c
20435 plugins/editor/text_editor_menu.h
20436 plugins/sample1/Makefile.am
20437 plugins/sample1/anjuta-sample-plugin.png
20438 plugins/sample1/anjuta-sample.plugin.in
20439 plugins/sample1/anjuta-sample.ui
20440 plugins/sample1/plugin-sample1.c
20441 plugins/sample1/plugin.c
20442 plugins/sample1/plugin.h: Created sample
20443 plugin and fixed editor plugin.
20445 * printing/*: Removed.
20447 * scintilla/Makefile.am: Builds dynamic library.
20449 * src/Makefile.am, src/action-callbacks.c,
20450 src/action-callbacks.h, (removed) src/an_symbol_view.c,
20451 src/anjuta-actions.h, src/anjuta-app.c,
20452 src/anjuta-app.h, src/anjuta-callbacks.c,
20453 src/anjuta-callbacks.h, (removed) src/anjuta.c,
20454 (removed) src/anjuta.h, src/anjuta.ui,
20455 src/layout.xml, src/main.c, src/preferences.h,
20456 src/utilities.c: Debuggged and finally made plugins
20459 * global-tags/Makefile.am: Fixed build error.
20461 2004-02-03 Naba Kumar <naba@gnome.org>
20463 * configure.in: Users GDL from external package.
20464 * plugins/*: Added many new plugins (not ready though).
20465 * src/*: Removed many files (which have been transfered in plugins/).
20467 2004-02-01 Robert Sedak <robert.sedak@sk.htnet.hr>
20469 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20471 2004-01-10 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20473 * configure.in: Added editor plugins
20475 * plugins/Makefile.am, src/search-replace_backend.h,
20476 plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20477 plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20479 * Added: plugins/editor/search_incremental.c,
20480 plugins/editor/search_incremental.h
20482 * Update search-replace in plugins/editor
20484 2004-01-09 Johannes Schmid <jhs@cvs.gnome.org>
20486 * plugins/message-view/message-view.c: Some code clean-up
20488 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20490 * Added: search_incremental[ch]
20492 * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20493 src/mainmenu_callbacks.c, src/toolbar.c
20494 src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20496 * Incremental Search
20498 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
20500 * plugins/message-view/anjuta-msgman.[c/h]:
20501 Added message manager for easier message handling with a
20502 similar interface as docman. Of course you can still use
20503 MessageView standalone.
20504 * plugins/Makefile.am: Added message-view because it compiles
20507 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
20509 * plugins/message-view/*: Added message-view plugin
20511 * configure.in: Added plugins/message-view/Makefile
20513 2004-01-03 Naba Kumar <naba@gnome.org>
20515 * libanjuta/*.c: Added new files and updated old ones.
20516 * plugins/editor/*: Added editor plugin.
20517 * configure.in: Added editor plugin and moved editor related
20520 2004-01-02 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20522 * src/Makefile.am: Added search-replace_backend.[ch]
20523 Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20525 * anjuta.glade, src/search-replace.c, src/search-replace.h,
20526 src/search-replace_backend.c, src/search-replace_backend.h,
20527 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20528 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20529 src/toolbar_callbacks.c
20530 * The advanced Search/Replace functionality now replaces the older
20531 Find/Replace stuff.
20532 * The Search/Replace functionality can be interrupted during a long
20535 2003-12-11 Naba Kumar <naba@gnome.org>
20537 * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20538 * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20540 * Makefile.am, libanjuta/*: Added new module.
20541 * src/Makefile.am: Fixed linking error.
20542 * src/watch_cbs.c: Debugger clean up.
20543 * configure.in: Added libanjuta-2.0.pc
20545 * configure.in, libanjuta/Makefile.am,
20546 (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20549 2003-12-11 Naba Kumar <naba@gnome.org>
20551 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20553 * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20554 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20555 src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20556 src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20557 The user can now give a name at the creation of a new file and
20558 insert automatically (user choice) header, gpl notice, header
20559 template. The file extension is added automatically according
20560 to the selected type of file. The various insert functions have
20561 been moved from mainmenu-callback.c to file.c. The cursor is now
20562 moved after an insert operation. Removes also useless code in
20563 memory.c and search-replace.c
20565 2003-12-11 Pavol Bosik <Pavol.Bosik@siemens.com>
20567 * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20568 sortable headers, process tree, removal of path and process params
20569 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20570 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20573 2003-12-10 Naba Kumar <naba@gnome.org>
20575 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20577 2003-11-30 Abel Cheung <maddog@linux.org.hk>
20579 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20581 2003-11-28 Naba Kumar <naba@gnome.org>
20583 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20585 * manuals/de/*: Added german translation docs.
20587 * configure.in, Makefile.am, src/Makefile.am,
20588 libegg/*/*: Added libegg library.
20590 * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20591 installation directory.
20593 * src/text_editor_cbs.c: Fixed closing of file.
20595 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
20597 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20599 2003-09-05 Naba Kumar <naba@gnome.org>
20601 * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20602 src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20603 src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20604 src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20605 src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20606 anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20607 (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20608 (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20609 using libegg. Initial commit -- compiles but is not complete.
20611 2003-08-08 Abel Cheung <maddog@linux.org.hk>
20613 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20615 2003-06-04 Abel Cheung <maddog@linux.org.hk>
20617 * configure.in: Removed "ta" from ALL_LINGUAS.
20619 2003-05-16 Jordi Mallach <jordi@sindominio.net>
20621 * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20623 2003-05-16 Danilo Šegan <dsegan@gmx.net>
20625 * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20627 2004-04-24 Andras Timar <tmar@gnome.hu>
20629 * configure.in: Added hu to ALL_LINGUAS.
20631 2004-04-14 Naba Kumar <naba@gnome.org>
20633 * src/Makefile.am, printing/Makefile.am,
20634 tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20635 because we are still using GtkCombo and build breaks with gtk-2.4.
20637 2004-04-13 Naba Kumar <naba@gnome.org>
20640 * anjuta.spec.in: Fixed build error.
20641 * po/POTFILES.in: Updated.
20642 * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20644 2004-04-11 Naba Kumar <naba@gnome.org>
20647 * AUTHORS: Updated.
20648 * configure.in: Added ga in ALL_LINGUAS.
20649 * ChangeLog: Fixed dates.
20651 2004-04-09 Naba Kumar <naba@gnome.org>
20653 * src/print.c: Fixed buffer styling bug when printing with
20656 * data/properties/anjuta.properties: Defined only one base font and
20657 used courier instead of lucidatypewriter, because most newer systems are
20658 unlikely to have it (bug #885023, #925956, #890473).
20660 * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20663 * src/an_file_view.c: Fixed possible crash bug.
20665 2004-04-07 Naba Kumar <naba@gnome.org>
20667 * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20668 gtk_main_quit() etc..), so that atexit() functions are not called
20669 (which is apparently done to free up memory and we don't need to
20670 do that at this point). Incidentally, something also happens in the
20671 atexit call which freezes the UI for far too long when the application
20672 exits and we want to avoid that..
20673 * src/glade_iface.c: Fixed compiler warning.
20675 2004-04-06 Naba Kumar <naba@gnome.org>
20677 * src/project_dbase_gui.c: Fixed errors.
20679 * src/registers_gui.c: Fixed possible crash bug.
20680 * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20681 * src/signals.[c,h]: Used tree view and glade file for dialog.
20682 * src/Makefile.am, src/about.c, src/an_file_view.c,
20683 src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20684 src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20685 src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20686 src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20687 src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20688 src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20689 src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20690 src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20691 src/launcher.h, src/main.c, src/main_menubar.c,
20692 src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20693 src/message-manager-private.cc, src/message-manager.cc,
20694 src/preferences.c, src/project_config.c, src/project_dbase.c,
20695 src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20696 src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20697 src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20698 src/search-replace.c, src/search-replace_backend.c,
20699 src/search_incremental.c, src/search_preferences.c,
20700 src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20701 src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20702 src/signals_gui.c, src/source.c, src/src_paths.c,
20703 src/stack_trace.c, src/start-with.c, src/style-editor.c,
20704 src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20705 src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20706 src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20707 src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20708 tagmanager/Makefile.am, scintilla/include/SString.h,
20709 widgets/Makefile.am, widgets/gnomefilelist.c:
20711 Removed all deprecated codes and substituted
20712 with newer APIs. Fixed some possible crash bugs where cell renderers
20715 * scintilla/patches/scintilla-minor.patch: Minor patch.
20717 2004-04-06 Naba Kumar <naba@gnome.org>
20719 * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20720 tree after all the files have been added (and not everytime a file
20721 is added in the project). Also fixed some memory corruption
20722 (possibly bug #900478).
20724 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20725 src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20726 src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20727 src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20728 src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20729 qualifier wherever appropriate.
20731 2004-04-05 Naba Kumar <naba@gnome.org>
20733 * src/launcher.[h,c], src/debugger.c: Added a method in launcher to
20734 switch terminal echo on/off. Debugger requires it off, while the
20735 rest requires it on.
20737 * src/search-replace.c: sets search direction and action (in addtion
20738 to target) for find in files.
20740 2004-04-02 Naba Kumar <naba@gnome.org>
20742 * src/mainmenu_callbacks.c: Sets filename during save of new files.
20744 * src/project_dbase.c, src/debugger, src/an_file_view.c,
20745 src/an_symbol_view.c: Added an gtk events loop for
20746 displaying project loading status (for loading large projects) and
20747 debugger program starting ... just to give an impression of fastness :-).
20749 * configure.in, anjuta.prj: Bumped version to 1.2.2.
20751 * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20752 crash bug, which occurs when opening and closing a large project
20755 * src/attach_process.c: Fixed a comiple error for old gcc.
20757 * src/launcher.c: Prints proper error message when launcher child
20758 could not be executed and exits properly. Fixed a crash
20761 * src/resources.c, src/utilities.c, src/glade_iface.c,
20762 src/debugger.c, src/attach_process.c: Properly exits forked children
20763 when they could not be executed.
20765 2004-04-01 Naba Kumar <naba@gnome.org>
20767 * src/search-replace.c: Fixed a crash bug (bug #921893).
20769 2004-03-31 Naba Kumar <naba@gnome.org>
20771 * anjuta.glade: Added a note on compiler options dialog ->support
20772 dialog telling that supports are only available for file mode.
20774 * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20776 Improved shutdown time delay by bypassing project closing
20777 and unloading plugins.
20779 * src/build_file.c, data/properties/anjuta.properties: Added a property
20780 to toggle on/off for going to first error automatically.
20782 2004-03-31 Pavol Bosik <Pavol.Bosik@siemens.com>
20784 * src/debugger.c: fixed core file loading
20785 * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20786 for long lines (bugs #700968 and #911376)
20787 * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20789 * src/anjuta.c: Focuses current AnEditor correctly.
20791 2004-03-30 Naba Kumar <naba@gnome.org>
20793 * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20794 * AUTHORS: Updated with all contributors names.
20796 * src/about.c: Reads contributors names from AUTHORS file.
20797 * manuals/C/anjuta-manual/authors.xml: Points to online
20800 2004-03-29 Naba Kumar <naba@gnome.org>
20802 * data/properties/ada.properties: Fixed syntax colors. Patch
20803 from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20806 * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20807 src/appwiz_page2.c: Correctly defines PACKAGE_DATA_DIR for
20808 generated projects, so that their pixmap files are
20809 found properly (bug #919903).
20811 * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20814 * src/source.c: Installs .glade file of libgllade
20815 projects in $(datadir)/$(package)/glade (part of bug #861038).
20817 * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20818 in compiler options (bug #883837).
20820 * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20821 for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20823 2004-03-29 Pavol Bosik <Pavol.Bosik@siemens.com>
20825 * anjuta/src/search-replace.c: fixed another crash bug in
20827 * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20828 breakpoint property fix
20830 2004-03-29 Naba Kumar <naba@gnome.org>
20832 * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20833 (new) manuals/C/anjuta-advanced-tutorial/*:
20834 Added menu entry for 'Anjuta Advanced Tutorial'
20835 written by Olivier Pinçon <opincon _at_ wanadoo.fr>.
20837 2004-03-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20839 * src/fileselection.[ch], src/mainmenu_callbacks.c:
20840 Fixed bug #908941 ('Open' starts in wrong directory)
20842 2004-03-26 Naba Kumar <naba@gnome.org>
20844 * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20845 compile error and bug #905738 with terminal.
20847 * src/search_incremental.c, src/register.c, src/sharedlib.c,
20848 src/search-replace.[h,c], src/search_incremental.[h,c],
20849 src/search_preferences.h, src/utilities.c, src/anjuta.c,
20850 src/text_editor.[c,h]: Fixed compiler warnings.
20852 * src/search-replace.c: Fixed a memory corruption (possible
20853 fix for bug #921893, but not yet confirmed).
20855 * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20856 src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20857 src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20858 SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20860 2004-03-25 Naba Kumar <naba@gnome.org>
20862 * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20863 crash bug with attach process dialog and made the dialog closable
20866 * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20867 always display within the margin.)
20869 * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20870 the old breakpoint when it's properties are updated
20871 (creating a new updated one).
20873 2004-03-25 Pavol Bosik <Pavol.Bosik@siemens.com>
20875 * src/aneditor.cxx, src/aneditor.h: fixed calltips
20876 displayed for wrong file.
20877 * src/breakpoints.c: conditional breakpoints
20878 * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20879 "Find in Files..." disabling policy
20881 2004-03-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20883 * src/build_file.c: Fixed bug #874380
20884 Goto the first error if it exists.
20886 2004-03-24 Naba Kumar <naba@gnome.org>
20888 * src/anjuta.c: Fixed to get correct child exit status
20889 using mask (bug #905738).
20891 * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20892 Aligned buttons in the New file dialog,
20893 set default response to OK, entry box activates default response,
20894 ESC closes dialog and hides on delet_event.
20896 2004-03-19 Naba Kumar <naba@gnome.org>
20898 * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20901 2004-03-17 Pavol Bosik <Pavol.Bosik@siemens.com>
20903 * src/search-replace.c: fixed "Find Usage" crash when no project open
20905 2004-03-17 Naba Kumar <naba@gnome.org>
20907 * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20908 Fixed the generated projects to read m4 directory if the directory
20909 exists (bug #917781).
20911 2004-03-12 Naba Kumar <naba@gnome.org>
20913 * HACKING: Fixed formatting for auto-parsing.
20915 2004-03-10 Pavol Bosik <Pavol.Bosik@siemens.com>
20917 * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20918 rework (bug #890609)
20920 2004-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20922 * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20924 2004-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20926 * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20927 * src/search_preferences.c: Fixed typo.
20929 2004-02-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20931 * src/search-replace.c: improved Search&Replace
20932 For the moment "Replace All" does not work with non opened files
20933 but Anjuta should not crash now ! ???
20935 2004-02-26 Naba Kumar <naba@gnome.or>
20937 * src/source.c: Fixed to pass cflags correctly
20938 and suppress the automake's default cflags.
20939 bug #816130, #801056, #782798, #773459
20941 * data/properties/anjuta.properties: Do not defualt to -k make option.
20944 * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20947 * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20949 * src/message-manager-private.cc: Disabled debug messages.
20951 2004-02-25 Adam Weinberger <adamw@FreeBSD.org>
20953 * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20955 2004-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20956 * anjuta.glade, src/search-replace.c:
20957 Reduced Search&Replace dialog, bug #902636.
20959 2004-02-23 Naba Kumar <naba@gnome.or>
20961 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20964 2004-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20966 * src/search_incremental.c: Fixed bug #900903
20968 2004-02-23 Pavol Bosik <Pavol.Bosik@siemens.com>
20970 * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20971 src/anjuta.c: Fixed bugs #890609 and #890609
20973 2004-02-23 Naba Kumar <naba@gnome.or>
20975 * src/message-manager.cc: Disconnects menuitem signal properly.
20978 * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20981 2004-02-20 Naba Kumar <naba@gnome.org>
20983 * src/message-manager-private.[c,h]: Implemented keypress
20984 event for the terminal and resets it when ctrl c or ctrl d
20985 is pressed. But it doesn't seem to be working on keypress.
20986 Added a workaround to let it work on key release instead.
20989 * src/search-replace: Fixed compiler warnings.
20991 2004-02-18 Franco Catrin <fcatrin@tuxpan.com>
20993 * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20994 Use defined file name when saving new files (fixes bug #898105)
20995 Don't change filename when clicking on a directory
20997 BTW: Happy birthday to me :-)
20999 2004-02-18 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
21001 * src/search-replace.c: Fixed a crash bug
21002 Crash on Find & Replace (#887833)
21004 2004-02-18 Naba Kumar <naba@gnome.org>
21006 * src/executer.c: Fixed a crash bug.
21008 * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
21009 src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
21010 src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
21011 instead of GtkWindow (Part of bug #671596).
21013 * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
21014 src/registers_gui.c, src/registers_cbs.[h,c],
21015 src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
21016 src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
21017 src/compiler_options.c, src/an_file_view.c, start-with.c,
21018 src/anjuta-tools.c, help.c:
21020 Added "close" buttons on all
21021 dialogs (HIG) and fixed to properly response to ESC close
21022 (Part of bug #671596).
21024 * src/launcher.c: Disabled printing of long debug lines.
21026 * src/utilities.h: Fixed a compiler warning.
21028 2004-02-17 Franco Catrin <fcatrin@tuxpan.com>
21030 * src/anjuta.c: "Save all" action now asks for filenames for new files
21031 (fixes bug #898111)
21033 2004-02-16 Franco Catrin <fcatrin@tuxpan.com>
21035 * anjuta.glade, src/text_editor.c:
21036 Fixed a typo in Hello World indentation style
21037 Fixed misuse of translated strings when looking for style
21038 This entry fixes bug #876037
21040 2004-02-16 Naba Kumar <naba@gnome.org>
21042 * src/utilities.c: Fixed return value when dest file could
21045 Patch from: Dennis Moehlmann <darksaidin@users.sourceforge.net>
21046 * src/utilities.[c,h]: Removed 'cmp' dependency and used
21047 internal function to compare files.
21049 2004-02-14 Franco Catrin <fcatrin@tuxpan.com>
21051 * src/message-manager-private.cc:
21052 Set bold color as foreground color in terminal
21053 (fixes bug #864924)
21055 * src/aneditor.cxx:
21056 Use font style defined for message indicators in
21057 preferences/messages
21058 (fixes bug #885032)
21060 2004-02-13 Franco Catrin <fcatrin@tuxpan.com>
21062 * src/build_project.c:
21063 Use build.silent option from preferences (fixes bug #895726)
21065 2004-02-11 Robert Sedak <robert.sedak@sk.htnet.hr>
21067 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
21069 2004-01-27 Johannes Schmid <jhs@cvs.gnome.org>
21071 Patch from Massimo Corà <maxcvs@email.it>:
21072 * scintilla/LexCPP.cxx: Support "///" comments
21074 2004-01-18 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21075 * src/Makefile.am, src/anjuta.c, src/search-replace.c,
21076 src/search_replace.h, src/search-replace_backend.h
21079 * Added: src/search_preferences.c, src/search_preferences.h
21080 Allow the user to save search/replace settings and give them names.
21082 2004-01-16 Johannes Schmid <jhs@cvs.gnome.org>
21084 * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
21085 scintilla/ScintillaGTK.cxx:
21086 Hopefully fixed AMD 64 crash bug by using correct marshaller
21088 2004-01-16 Franco Catrin L. <fcatrin@tuxpan.com>
21090 * src/preferences.c: Save GtkOptionMenu properties properly
21091 * src/text_editor.c: Fixes editor mispell of fold.symbols property
21093 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
21095 * configure.in, src/Makefile.am, scintilla/Makefile.am:
21096 Fixed libiconv issue
21099 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
21101 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21102 * src/attach_process.c, src/debugger.c, src/registers.c/h,
21103 src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
21104 src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
21105 src/sharedlib_gui.c:
21106 Debugger speed-up, replaced deprecated GtkCList
21108 2004-01-14 Franco Catrin L.<fcatrin@tuxpan.com>
21110 * src/text-editor.c: Use stock gtk+ close button for editor tabs
21112 2004-01-13 Laurent Dhima <laurenti@alblinux.net>
21114 * configure.in: Added "sq" to ALL_LINGUAS.
21116 2004-01-12 Changwoo Ryu <cwryu@debian.org>
21118 * configure.in: Added "ko" to ALL_LINGUAS.
21120 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21122 * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
21123 src/search_incremental.c, src/search_incremental.h:
21124 Search_incremental code cleanup
21126 2004-01-08 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21128 * scintilla/*/*: Updated scintilla to CVS
21129 * Added: scintilla/Readme.sync
21130 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21131 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21132 scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21133 scintilla/ScintillaGTK.cxx,
21134 scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21135 scintilla/include/Scintilla.iface: Updated.
21137 2004-01-07 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21139 * search-replace_backend.[ch], search_incremental[ch]: Added
21141 * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21142 find_replace.[ch]: Removed.
21144 * anjuta.glade, src/search-replace.c, src/search-replace.h,
21145 src/search-replace_backend.c, src/search-replace_backend.h,
21146 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21147 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21148 src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21149 functionality now replaces the older Find/Replace stuff. The Search/Replace
21150 functionality can be interrupted during a long Search/Replace.
21152 2004-01-02 Dan Elphick <dre00r@ecs.soton.ac.uk>
21154 * widgets/gnomefilesel.c: Fix use of previously freed memory on
21155 selecting ".." and "." from file selector.
21157 2004-01-02 Johannes Schmid <jhs@cvs.gnome.org>
21159 * anjuta.glade: Fixed wrong "fold.symbols" property
21161 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21163 * src/project_dbase_gui.c: Alphabetical order ;-)
21164 * src/compiler_options.c: Fixed bug #867539
21165 * src/launcher.c: Workaround for bugs #864922, #849928,
21166 #846386 and #845782: The launcher no longer hangs but does
21167 not get the exit status correctly sometimes.
21168 * Changes suggested by Bosik are obviously already in without
21169 any Changelog entry (ClsGen.c, project_dbase_gui.c)
21170 * NEWS, README, anjuta.prj, configure.in:
21171 Changed version to 1.2.1
21173 Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21174 * anjuta_dialogs_strings.c, anjuta.glade:
21175 Fixed bugs #860906, #859329
21177 Patch from grzegol@pld-linux.org
21178 * anjuta.desktop.in.in: Fixed bug #858993 (Follow
21179 freedesktop.org standard)
21181 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21183 Patch from Stefano Vallarino <stevalla@libero.it>:
21184 * src/source.[c/h]: Fixes cpp sample file to conform to
21185 ISO/IEC 14882, C++-Standard
21187 2003-12-31 Dan Elphick <dre00r@ecs.soton.ac.uk>
21189 Review by Johannes Schmid <jhs@cvs.gnome.org>
21190 * src/build_file.[ch]: Add build_execute_shell_command which executes the
21191 command using sh -c.
21192 * src/compile.c: Use build_execute_shell_command when compiling single
21195 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21197 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21198 * src/breakpoints.c: Code cleanup, workaroud for possible
21200 * src/src_paths.c: Update debugger dirs on directory change
21202 2003-12-31 Pavol Bosik <Pavol.Bosik@siemens.com>
21204 Review by Johannes Schmid <jhs@cvs.gnome.org>
21205 * src/attach_process.c, src/attach_process.h, anjuta.glade:
21206 sortable headers, process tree, removal of path and process params
21207 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21208 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21211 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
21213 Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21214 * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21215 Add a dialog for "New file" which lets the user set the
21216 filename and to add copyright/header templates to the file
21217 * Review: Changed function names to contain modules name (file_)
21219 2003-12-09 Naba Kumar <naba@gnome.org>
21221 * setup-gettext: Fixed a typo.
21222 * scintilla/Makefile.am: Fixed a build error for SMP systems.
21224 ---- Released version 1.2.0 ---
21226 2003-12-08 Naba Kumar <naba@gnome.org>
21228 * src/preferences.c: Fixed compiler error.
21229 * global_tags/create_global_tags.sh: Fixed to install properly
21230 even when system.tags could not be generated.
21233 2003-12-06 Naba Kumar <naba@gnome.org>
21235 * setup-gettext: Fixed to not generate intl directory with gettextize.
21237 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de>
21238 * src/anjuta.c: Filters out unnecessary files from find in files
21242 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21243 * src/widzard_gui.c: Added horiz scrollbar for desc text.
21245 2003-12-04 Naba Kumar <naba@gnome.org>
21247 * src/gnome_project.c: Enables debug and optimization flags for
21250 Patch from: Pavol Bosik <Pavol.Bosik@siemens.com>
21252 * src/project_dbase_gui.c: combined header and c files for
21255 * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21256 * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21258 2003-11-30 Abel Cheung <maddog@linux.org.hk>
21260 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21262 2003-11-29 Naba Kumar <naba@gnome.org>
21264 * configure.in, anjuta.prj: Bumped version to 1.2.0.
21267 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21269 * src/main_menubar.c: Now files cannot be opened twice in recently
21272 2003-11-27 Pavol Bosik <Pavol.Bosik@siemens.com>
21274 * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21276 2003-11-28 Naba Kumar <naba@gnome.org>
21278 * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21280 2003-11-27 Naba Kumar <naba@gnome.org>
21282 * src/breakpoints.c, src/launcher.c, src/find_text.c,
21283 src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21285 * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21286 src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21287 src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21288 checkbox in project wizard (project options page) to enable/disable
21289 source code generation with glade(mm).
21293 2003-11-19 Pavol Bosik <Pavol.Bosik@siemens.com>
21295 * src/dnd.c: Opening files with special characters in the name.
21297 2003-11-20 Jordi Mallach <jordi@sindominio.net>
21299 * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21302 2003-11-18 Naba Kumar <naba@gnome.org>
21304 * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21305 src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21306 src/project_import.c, plugins/patch/patch-plugin.c:
21307 Fixed g_signal_diconnect calls to pass correct data.
21308 (Fixed possible crash in project imports).
21312 2003-11-18 Pavol Bosik <Pavol.Bosik@siemens.com>
21314 Reviewed by Naba Kumar <naba@gnome.org>
21315 * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21316 and debugger. Sets default settings for pty in launcher.
21317 * data/gdb.init: Removed charset work around (now works with user's
21319 * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21321 2003-11-18 Naba Kumar <naba@gnome.org>
21323 * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21324 names of 'index' to 'idx'.
21326 2003-11-17 Naba Kumar <naba@gnome.org>
21328 Patch from: arief_mulya <arief_m_utama@telkomsel.co.id>
21329 * src/project_dbase.c: Prompts user for unsaved project files
21330 when project is closed.
21332 2003-11-16 Naba Kumar <naba@gnome.org>
21334 Patch from: Marcin "Zenek" Jaskólski <zenek@moo.pl>
21335 * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21338 2003-11-11 Johannes Schmid <clubfan@users.sourceforge.net>
21340 * src/anjuta.c: Fixed crash related to tag == NULL while
21343 2003-11-11 Naba Kumar <naba@gnome.org>
21345 * src/glade_iface.c: Avoids error conditions for glade or glademm not
21346 found. It simply doesn't generate the c/c++ codes and continues with
21350 2003-11-10 Naba Kumar <naba@gnome.org>
21352 * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21353 'Start with dialog'.
21355 * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21356 German translation of anjuta-tutorial.
21358 * src/launcher.c: Fixed an encoding bug with GIOChannels.
21361 2003-11-10 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21363 * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21364 Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21365 the syntax highlighting in Preferences, the automatic syntax
21366 highlighting is now selected. When the debugger is stopped and the
21367 breakpoints window not closed, the gtk_tree_view in this window is
21368 now made unsensitive.
21370 2003-11-07 Johannes Schmid <clubfan@users.sourceforge.net>
21372 * src/preferences.h, src/preferences.c, anjuta.glade:
21373 Fixed translation bug in preferences by using GtkOptionMenu
21374 * anjuta.prj: Project version 1.1.98
21376 ---------------- Released version 1.1.98 ----------------
21378 2003-11-07 Naba Kumar <naba@gnome.org>
21380 * anjuta.spec.in: Revived docs package and combined all docs into
21382 * configure.in: Bumped version to 1.1.98 rc2
21384 * anjuta.spec.in: Fixed scrollkeepr-update command.
21385 * anjuta.spce.in: Fixed file permissions.
21387 2003-11-06 Naba Kumar <naba@gnome.org>
21389 * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21390 menus to activate anjuta helps.
21392 * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21393 manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21394 manuals/C/anjuta-faqs/legal.xml (added),
21395 manuals/C/anjuta-faqs/Makefile.am,
21396 manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21397 manuals/C/anjuta-faqs/.cvsignore,
21398 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21399 manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21400 manuals/C/anjuta-tutorial/legal.xml (added),
21401 manuals/C/anjuta-tutorial/Makefile.am,
21402 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21403 manuals/C/anjuta-tutorial/.cvsignore,
21404 manuals/C/anjuta-manual/*.sgml (removed),
21405 manuals/C/anjuta-manual/*.xml (added),
21406 manuals/C/anjuta-manual/Makefile.am,
21407 manuals/C/anjuta-manual/anjuta-manual-C.omf,
21408 manuals/C/anjuta-manual/.cvsignore,
21409 manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21410 manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21411 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21412 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21413 manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21414 manuals/ja/anjuta-faqs/legal.xml (added),
21415 manuals/ja/anjuta-faqs/Makefile.am,
21416 manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21417 manuals/ja/anjuta-faqs/.cvsignore,
21418 manuals/ja/anjuta-manual/*.sgml (removed),
21419 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21420 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21421 manuals/ja/anjuta-manual/*.xml (added),
21422 manuals/ja/anjuta-manual/Makefile.am,
21423 manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21424 manuals/ja/anjuta-manual/.cvsignore,
21425 manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21426 manuals/sgmldocs.make (removed),
21427 manuals/xmldocs.make (added), manuals/omf.make (added),
21428 manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21429 documentations to newer docbook xml documentations. Converted
21430 Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21431 Enabled manulas installations.
21433 * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21435 2003-11-05 Naba Kumar <naba@gnome.org>
21437 * data/gdb.init: Sets host's charset to ascii to solve debugger
21438 freeze up due to uninitialized strings in target program.
21440 * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21441 Fixed a crash bug with 'Add expression in watch'. Bug #822017
21445 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21446 src/launcher.c: Turns off echo in spawned pty to fix debugger.
21448 2003-11-04 Naba Kumar <naba@gnome.org>
21450 * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21453 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21454 * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21455 src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21456 src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21459 * src/search-replace.c: Fixed infinite loop bug.
21460 * start-with.c: Fixed a crash bug with "Open last project".
21462 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de
21463 * scintilla/Makefile.am: Fixed compiler option.
21465 2003-10-16 Naba Kumar <naba@gnome.org>
21467 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21468 * src/text_editor.c: Fixed autoformat.
21470 2003-10-15 Naba Kumar <naba@gnome.org>
21472 * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21475 2003-10-09 Naba Kumar <naba@gnome.org>
21477 * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21479 2003-10-08 Naba Kumar <naba@gnome.org>
21481 * src/source.c: Fixed a GETTEXT typo error.
21482 * anjuta.glade: Made 'Sorted in order you open them' default option
21485 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21486 * anjuta.glade, data/properties/anjuta.properties:
21487 Fixed the freeze of the "Preferences" combos at the first Anjuta
21488 init is generated by:
21489 - a not complete translation of preferences.c file
21490 - a difference between 2 names in anjuta.glade and
21491 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21492 - the same name given to 3 combos (anjuta.glade).
21494 * src/find_text.c: If the "whole document" mode is selected,
21495 a new search will select the next occurrence (Bug #764954).
21496 It is now possible to use the shortcuts to search next or previous
21497 occurrence even if the search dialog has the focus. Bug #790318
21499 * src/main_menubar_def.h: "Select code block" shortcut; the new
21500 shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21503 Patch from: Richard Lee <r.h.lee@comcast.net>
21504 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21505 tagmanager/tm_workspace.c: The following is a patch to fix a
21506 seemingly random occurence where Anjuta would crash when a
21507 certain key was pressed.
21509 2003-09-29 Naba Kumar <naba@gnome.org>
21511 * src/find_in_files.c: Ignores binary by default. Disabled the option
21512 of NOCVS search, because launcher does not use sh and hence can not
21515 * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21516 "clean before build" state in project session and not in account session,
21517 otherwise the state gets reflected to other projects causing annoyance.
21519 * src/compiler_options.c: Fixed a bug where compiler options were always
21520 claimed 'modified'.
21522 * src/build_project.c, data/properties/anjuta.properties,
21523 src/commands.[h]: Fixed a bad bug where clean-before-build
21526 * scintilla/patches/research-cvs-nolog.diff,
21527 scintilla/patches/scintilla-ac-gtk2-port.diff,
21528 scintilla/patches/scintilla-ac-sort-fix.diff,
21529 scintilla-optimization.diff: Removed, because they are already in
21532 * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21535 * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21536 scintilla/LexYAML.cxx: Added new scintilla lexers.
21538 * TODO, NEWS: Updated.
21540 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21541 * src/utilities.c: Fixed typo bugs.
21543 2003-09-26 Naba Kumar <naba@gnome.org>
21545 * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21546 * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21547 src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21548 text_editor_find() and Fixed I-Search wrapping.
21549 * src/debugger.c: Fixed to pass a newline after a debugger
21550 command (which was broken since the launcher was refactored.
21551 (Pointed out by Bosik Pavol <Pavol.Bosik@siemens.com>)
21553 2003-09-25 Naba Kumar <naba@gnome.org>
21555 * src/toolbar_callbacks.c: Fixed start of incremental search.
21557 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21558 * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21559 src/main_menubar_def.h, src/mainmenu_callbacks.c,
21560 src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21561 menu and implementation.
21563 2003-09-24 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
21565 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
21566 * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21567 variables in Locals window.
21569 2003-09-24 Frederic RUAUDEL <grumz@users.sourceforge.net>
21571 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
21572 * src/utilities.[ch] : Fix a tooltip bug in
21573 anjuta_util_toolbar_append_stock(), the label appeared instead of
21574 the tooltip text. Remove label from arguments of the function
21575 because label is included in the stock icon data.
21576 * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21577 * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21578 * FIXME: translation file should be updated because of label text removal.
21580 2003-09-24 Naba Kumar <naba@gnome.org>
21582 * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21584 * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21585 src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21586 src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21587 stdout and stderr. Also buffered output and check-for-password
21588 can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21589 with password prompts. Checkes for password prompts from all outputs.
21591 * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21592 which takes a string (which could be utf8 also) and converts into
21595 * src/main.c: Connects kernel signals after gnome_program_init().
21597 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21598 * src/message-manager.c: Fixed bug #787026 by converting the strings
21601 2003-09-22 Naba Kumar <naba@gnome.org>
21603 * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21604 scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21605 GtkCList and using GtkTreeView instead. Added the patch.
21606 * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21607 scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21609 2003-09-19 Naba Kumar <naba@gnome.org>
21611 * printing/print.c: Proper UTF8 printing support.
21612 * src/main.c: moved kernel signal connects at the
21613 end of application initialization.
21615 2003-09-18 Naba Kumar <naba@gnome.org>
21617 * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21618 (new) lexers.make, (new) lexers: Update scintilla to latest
21619 scintilla CVS (2003-09-18), added new lexers, automated
21620 lexers makefiles sections and scintilla update. Added
21621 patches. Optimized pango rendering. Fixed a crash bug
21624 * (new) scintilla/patches/research-cvs-nolog.diff: Added
21625 patch to remove cvs log command from RESearch.cxx file.
21626 * scintilla/patches/scintilla-pango-always.diff:
21628 * scintilla/RESearch.cxx: Removed spurious cvs log command
21630 * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21632 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21633 * src/dnd.c: Fixed a crash bug with DND.
21635 2003-09-15 Naba Kumar <naba@gnome.org>
21637 * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21638 src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21639 src/toolbar_callbacks.c: Added an additional parameter to
21640 text_editor_goto_line() funtion which decides if the line should
21641 be made visible (if it's under fold).
21643 * src/style-editor.c: Fixed a compiler warning.
21644 * src/message-manager.cc: Calls parent method correctly.
21646 * src/preferences.h: Fixed prent class.
21648 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21649 * src/project_dbase.c: Fixed bug #713210.
21651 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
21653 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21655 2003-09-11 Naba Kumar <naba@gnome.org>
21657 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21658 * src/style-editor.c: Fixed bug #769130 (Crash on font
21661 * src/message-manger.[h,cc]: Made AnMessageManager
21662 derived from GtkFrame and removed deprecated code.
21664 * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21667 2003-09-09 Naba Kumar <naba@gnome.org>
21669 * src/Makefile.am: Addded rules for built sources.
21671 2003-09-08 Naba Kumar <naba@gnome.org>
21673 * (new) src/anjuta-marshalers.list: Added marshalers definition
21676 * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21677 and CXXFLAGS are not overwriten by automake's default.
21678 * src/style-editor.c: Added 'operators' in the style editor.
21680 Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21681 and Jesus Gonzalez <jgonzlz@terra.es> (combined).
21682 * src/message-manager-private.cc, src/message-manager.cc:
21683 Converts message going into message into UTF-8 endoding.
21684 * src/main.c: Uses UTF-8 codeset for localization.
21686 2003-09-08 Franco Catrin L. <fcatrin@tuxpan.cl>
21688 * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21690 2003-09-08 Naba Kumar <naba@gnome.org>
21694 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21695 * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21696 Fixed bug #798717, Find - Find&Replace - Find in files bug;
21697 The combo entries were updated if the same data with a different
21698 case exist in the combo list. The combo entries are now case sensitive.
21699 Search&Replace bug; First search ,max actions = 0 ==> now max
21702 2003-09-08 Naba Kumar <naba@gnome.org>
21705 * src/utilities.[c,h]: a function takes contant args.
21706 * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21707 Now the child terminated signal is emitted properly.
21708 * src/Makefile.am: Used $(top_srcdir) for referring to
21710 * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21711 definitions file which will generate anjuta-marshalers.[c,h] files.
21712 * src/.cvsignore: Updated.
21713 * src/build_project.c: Changed su command to preserve quotes.
21714 * src/anjuta-tools.c, tagmanager/tm_project.c,
21715 tagmanager/tm_workspace.c: Use standard tmp file.
21716 * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21717 so that users could report bugs easily.
21718 * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21720 * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21721 printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21722 src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21723 src/attach_process.c, src/breakpoints.c, src/commands.c,
21724 src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21725 src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21726 src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21727 src/memory.c, src/message-manager-private.c, src/preferences.c,
21728 src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21729 src/search-replace.[c,h], stack_trace.c, text_editor.c,
21730 src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21731 src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21732 Fixed compile warnings and cleanup.
21734 * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21735 src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21736 src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c:
21737 Removed libzvt usage and implemented child spawing differently. Launcher is
21738 now proper GObject, which can be created multiple times (and can be
21739 operated in parallel).
21741 * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21742 * src/project_import_gui.c, src/project_import_cbs.c,
21743 src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21744 (crash on project import). Removed deprecared codes.
21746 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21748 * src/cvs.c: Fixed cvs output bug.
21750 2003-09-03 Naba Kumar <naba@gnome.org>
21752 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21753 * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21754 src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21755 src/text_editor_cbs.c: Implements --
21756 If the debugger is started
21757 A double click in the margin add or remove a breakpoint
21758 A single click activate or deactivate the breakpoint
21760 A double click in the margin add or remove a bookmark
21762 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21764 Reviewed by Naba Kumar <naba@gnome.org>
21765 * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21766 User is now able to choose a branch on cvs update for project.
21767 Cleaned up variable names.
21769 2003-09-03 Naba Kumar <naba@gnome.org>
21771 * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21772 src/Makefile.am: Added lexers.
21773 * scintilla/*/*: Updated...
21774 * src/an_symbol_view.c: Fixed a crash bug.
21775 * src/compiler_options.c, src/project_dbase.c: Fixed compile
21777 * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21778 * src/source.c: Fixed project generation bug with gettext code.
21779 * tagmanager/tm_project.c: Fixed a crash bug.
21780 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21781 bug when there is no project open. Bug #____.
21782 * src/source.c: Fixed a bug with build failure with non-gnome
21783 project with glade-generated source (eg. gtk2). Bug #____.
21786 2003-08-22 Naba Kumar <naba@gnome.org>
21788 Patch from: Rob Bradford <rob@debianplanet.org>
21789 * data/Makefile.am: Fixed to install properly during
21792 Patch from: Etay Meiri <etay-m@bezeqint.net>
21793 * src/debug-tree.c: Fixed a crash bug.
21794 * src/compiler_options.c: Takes care of linking the missing pieces;
21795 C flags, libs, optimization options, debug and profile.
21797 Patch from: Enver ALTIN <ealtin@casdb.com>
21798 * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21800 2003-08-22 Johannes Schmid <clubfan@users.sourceforge.net>
21802 Reviewed by Naba Kumar <naba@gnome.org>
21803 * src/project_dbase.c: Fixed bugs #778263 and #778413
21804 Adding multiple files to project should work now.
21806 2003-08-22 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
21808 Reviewed by Naba Kumar <naba@gnome.org>
21809 * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21810 * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21813 2003-08-08 Abel Cheung <maddog@linux.org.hk>
21815 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21817 2003-08-08 Abel Cheung <maddog@linux.org.hk>
21819 * src/text_editor.c: Fix translatable string (#113934).
21821 2003-07-04 Naba Kumar <naba@gnome.org>
21823 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21824 bug when there is no project open. Bug #____.
21826 * src/source.c: Fixed a bug with build failure with non-gnome
21827 project with glade-generated source (eg. gtk2). Bug #____.
21829 2003-06-26 Naba Kumar <naba@gnome.org>
21831 * src/anjuta.h: Removed reference to windows-dialog.h.
21832 * src/message-manager-private.[cc,h]: Fixed doulbe click
21833 activation of messages to properly jump at the destination.
21834 * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21835 * src/toolbar.c: Code clean-ups.
21837 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21838 tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21840 * src/message-manager-private.[cc,h]: Removed dead codes.
21842 * (new) data/properties/css.properties,
21843 data/properties/anjuta.properties, data/properties/Makefile.am:
21844 Added CSS syntax hiliting properties.
21846 * tagmanager/tm_file_entry.c: Fixed a possible bug.
21847 * src/debugger.c: Clean ups.
21848 * src/lexer.h: Added CSS lexer definition.
21850 * Makefile.am: Installs destop file properly.
21851 * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21852 * NEWS: Updated for 1.1.97 release.
21853 * src/main_menubar_def.h: Changed some non working shortcuts.
21855 2003-06-24 Naba Kumar <naba@gnome.org>
21857 * src/search-replace.c: Shows the dialog properly, even when it is
21858 hidden behind another window.
21860 * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21861 src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21862 pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21865 * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21866 setup wizard dialogs.
21868 * src/debugger.c: Removed a redundant call to
21869 debugger_update_controls().
21870 * src/compiler_options.c, src/launcher.c: code cleanup.
21871 * src/executer.c: Fixed execution bug with 'Set Program params...".
21873 2003-06-23 Naba Kumar <naba@gnome.org>
21875 * widgets/e-splash.c: Removed border around the splash image.
21876 * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21877 * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21878 * src/cvs.c: Added a frame around commit log text widget.
21879 * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21880 crash bug associated with translated combo box list in preferences
21881 dialog (in different locale other than en_US). Used widget names
21882 to pass the combo list items.
21883 * po/POTFILES.in: Updated.
21884 * src/launcher.c: Creates the zvt terminal at startup (and not
21885 every time a build is done) -- speeds up buld operations.
21886 * src/file_history.c: Should be if() conditional instead of
21888 * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21889 Disabled useless warnings.
21890 * src/project_dbase.c: Fixed bonobo 2 project name.
21891 * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21892 and uses correct glade-2 for file generation.
21894 2003-06-21 Naba Kumar <naba@gnome.org>
21896 * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21897 And disables autocomple show for numbers (very annoying).
21898 * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21899 src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21900 src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21901 from view menu and adjust the controls accordingly.
21902 * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21904 * src/project_dbase.[c,h]: Removed show_local flag processing.
21905 * src/message-manager.[c,h]: Reorganized messages tabs in more
21907 * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21908 Also added PCRE dependency.
21910 2003-06-20 Naba Kumar <naba@gnome.org>
21912 * pixmaps/anjuta_splash.png: New splash.
21913 from Jean Schurger <yshartk@schurger.org>
21915 * src/controls.c: De-sensitize run-to-cursor when debugger
21917 * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21919 * src/message-manager-private.cc: Fixed to properly jump at
21920 the right file:line.
21922 * src/appwiz_page1.c: Fixed to correctly determine the project
21923 trpe from the wizard.
21925 2003-06-20 Naba Kumar <naba@gnome.org>
21927 * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21928 * src/watch_gui.c: Code cleanups.
21929 * src/debugger.[c,h], src/stack_trace.[c,h],
21930 (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21931 src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21932 Removed direct access to stack_trace private data, Increased debugger
21933 command size from 256 to 1024 (to be on safer side). Also implemented
21934 row-activated signle for seting frame and viewing the source.
21935 * src/debugger.c: Avoids starting program and stopping debugger
21936 when starting debugger and stopping program, respectively.
21938 * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21939 Reverted codes to start debugger automatically
21940 The file is brought to the state just after the branching
21941 (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for
21942 some code clean ups.
21944 * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21945 src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21946 src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21947 src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21948 src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21949 src/project_dbase.c: Code clean ups.
21951 * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21952 (Projects dir) so that correct $HOME/Projects path is set when
21953 anjuta is run for the first time.
21955 2003-06-13 Guntupalli Karunakar <karunakar@freedomink.org>
21957 * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21959 2003-06-13 Naba Kumar <naba@gnome.org>
21961 * src/stack_trace_cbs.c: Moved variable declaration at the
21962 top of the block (bug #737867)
21964 * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21965 just CFLAGS and CXXFLAGS (bug #743617).
21967 * src/create_global_tags.sh: Fixed shell script to properly
21968 detect installed *-config files.
21970 2003-06-12 Naba Kumar <naba@gnome.org>
21972 * src/preferences.[c,h]: Added methods for custom widgets in
21973 preferences: using custom set/get methods for them.
21975 * src/anjuta-encoding.c: Implemented up/down of the encodings
21976 in the list and property saves correctly.
21978 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21979 * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21980 the beginning of a file.
21982 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21983 * src/aneditor.cxx, src/aneditor.h,
21984 src/controls.c, src/main_menubar.c, src/main_menubar.h,
21985 src/main_menubar_def.h, src/mainmenu_callbacks.c,
21986 src/mainmenu_callbacks.h: Allows the operator to select the current
21987 word or the current line (Request: 680801). It puts also
21988 sensitive/unsensitive several select/comment menu items.
21990 * src/breakpoints.c: Presets by default the current line for a
21991 defined breakpoint.
21993 2003-06-11 Naba Kumar <naba@gnome.org>
21995 * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21996 color (red highlight) now cosistent for inactive tabs also.
21998 * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21999 'Advanced search and replace' in Edit->Search submenu.
22001 * data/properties/tcltk.properties: Fixed bug #731851. Added line
22002 wrappings '\' where they were missing.
22004 * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
22005 message is now more descriptive and details the correct thing to do
22006 for GNOME2 desktop.
22008 2003-06-10 Naba Kumar <naba@gnome.org>
22010 * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
22011 autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
22012 Removed any reference to particular version of automake/autoconf
22013 so that they could work with newer versions (Bug #659394).
22015 * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
22016 src/anjuta.c: Added coded to add/remove supported encodings.
22018 * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
22019 src/preferences.c, src/project_dbase.c, src/project_dbase.h,
22020 src/project_import.c, src/project_type.c, src/project_type.h,
22021 src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
22022 in the projects typtes. Code clean ups. Removed GTK1/GNOME1
22023 from the project wizard.
22025 2003-06-06 Naba Kumar <naba@gnome.org>
22027 Patch from Etay Meiri <etay-m@bezeqint.net>
22028 * src/compiler_options.c: Fixed bugs related to clean before
22031 * anjuta.desktop.in.in: Added commandline options.
22032 * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
22033 -dP and -A flags of CVS update into different options.
22035 2003-06-04 Abel Cheung <maddog@linux.org.hk>
22037 * configure.in: Removed "ta" from ALL_LINGUAS.
22039 2003-06-02 Naba Kumar <naba@gnome.org>
22041 * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
22042 return NULL for undefined properties and "" for defined but empty
22043 strings. It was creating many problems where both are assumed to be
22044 same. And besides, it doesn't matter to differentiate the two (the
22045 problem with preferences was due to a different bug).
22047 * src/prefereces.[c,h]: Fixed to handle empty and blank properties
22048 correctly. Also, s/props_build_in/props_built_in/g.
22050 * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
22053 * src/an_file_view.c: Unrefed pixbufs when done with them.
22055 * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
22056 (removed) file_text.png: Added and removed pixmaps.
22058 2003-05-30 Naba Kumar <naba@gnome.org>
22060 * anjuta.glade: Fixed encodings preferences dialog
22062 2003-05-23 Etay Meiri <etay-m@bezeqint.net>
22064 Reviewed by Naba Kumar <naba@gnome.org>
22066 * src/build_project.c src/clean_project/c: perform a clean before
22067 build, if required. Show the message manager on clean.
22068 * src/compiler_options.c: save the new options when window is closed
22069 and flag project to be cleaned before the next build.
22070 * src/project_dbase.c: added a 'clean before build' flag to project
22072 2003-05-29 Naba Kumar <naba@gnome.org>
22074 * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
22077 * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
22078 file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
22079 file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
22080 file_h.png, file_h.xpm, file_html.png, file_html.xpm,
22081 file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
22082 file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
22083 file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
22084 print_color.xpm, print_landscape.xpm, print_layout.xpm,
22085 print_nocolor.xpm, print_portrait.xpm: Removed unused icons
22087 * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
22088 Removed unused icons references.
22090 2003-05-27 Enver ALTIN <ealtin@casdb.com>
22092 Reviewed by Naba Kumar <naba@gnome.org>
22094 * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
22095 src/compiler_options.c, src/debugger.c, src/find_replace.c,
22096 src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
22097 src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
22098 src/toolbar_callbacks.c: HIG compliant dialogs.
22100 * src/utilities.c: anjuta_button_new_with_stock_image() and
22101 anjuta_dialog_add_button() stolen from gedit.
22103 * src/main_menubar_def.h: Fixed mnemonics.
22105 2003-05-26 Naba Kumar <naba@gnome.org>
22107 * src/project_dbase_gui.c: Added header files filter for add file
22108 dialog box. Disabled project window to be transient window.
22110 * src/message-manager.cc: Disabled message manager window to be
22113 * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
22114 a file could not be loaded.
22116 * src/project_dbase.c: Fixed a bug with GUI editor command
22117 where empty string is returned.
22119 * src/Makefile.am, src/preferences.h, src/text_editor.c
22120 src/text_editor.h, (new) src/anjuta-encodings.h,
22121 (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
22122 Added encoding support and to handle characters encoding correctly
22123 by auto detecting it during load. Added preferences for selecting
22124 the encoding during save.
22126 * src/preferences.c, src/resources.c: Removed debug messages.
22128 Patch from: Alexander Nedotsukov <bland@mail.ru>
22129 * src/getline.c: Fixed many fatal bugs for FreeBSD.
22131 2003-05-26 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22132 * src/anjuta.c: Try to sow the splash image more often.
22134 2003-05-20 Naba Kumar <naba@gnome.org>
22136 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22137 * src/debug_tree.c: Colorize the modified locals during
22138 debugging and call memory analyze from the debugger.
22139 * src/breakpoints.c: The color is now different for the enabled
22140 and disabled breakpoints. Anjuta now can erase several
22141 breakpoints defined at the same line. The markers are updated
22142 according to the enable/disable action.
22144 Patch from Etay Meiri <etay-m@bezeqint.net>
22145 * src/launcher.c: Fixes launcher freeze up bug during build.
22147 2003-05-16 Dan Elphick <dre00r@ecs.soton.ac.uk>
22149 Reviewed by Naba Kumar <naba@gnome.org>
22150 * scintilla/PropSet.h: Change member variables from private to protected.
22151 * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22152 to PropSetFile class, which return a gchar * (and can therefore indicate
22153 whether properties are empty or do not exist) and make prop_get and
22154 prop_get_expanded use them.
22155 * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22156 that the result of of prop_get cannot be an empty string.
22158 2003-05-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
22160 Reviewed by Naba Kumar <naba@gnome.org>
22161 * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22162 src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22163 src/text_editor_cbs.c: When saving all the files in the project, the
22164 text editors are now only rehighlighted once instead of once for each
22167 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22168 * src/main.c, widgets/e-splash.c: Splash screen improvements.
22169 * src/anjuta.desktop.in.in: Support startup notification.
22170 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22171 * src/main.c, widgets/e-splash.c: Splash screen improvements.
22172 * src/anjuta.desktop.in.in: Support startup notification.
22175 2003-05-13 Dan Elphick <dre00r@ecs.soton.ac.uk>
22177 Reviewed by Naba Kumar <naba@gnome.org>
22179 * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22180 memory leak from glade_xml_new call. Removed gxml field from Executer
22181 struct as only used in create_executer_dialog and then destroyed.
22183 * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22185 * src/configurer.c: Fix warning trying to connect signal to non-existent
22186 environment entry in configure dialog and fix crash when closing the
22189 * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22190 gnome_date_edit_get_time instead.
22192 * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22193 in view menu required renumbering elsewhere.
22195 2003-05-10 Etay Meiri <etay-m@bezeqint.net>
22197 Reviewed by Naba Kumar <naba@gnome.org>
22199 * src/breakpoints.c: fixed an error when removing breakpoint
22200 * src/controls.c: 'run to cursor' is sensitive when debugger not active
22201 * src/debugger.c: changes to the way the debugger is activated
22202 * src/debugger.h: clean ups
22204 2003-05-13 Naba Kumar <naba@gnome.org>
22206 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22207 * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22208 src/memory.h: A new version of memory and the interface
22209 is now integrated in anjuta.glade
22211 2003-05-09 Naba Kumar <naba@gnome.org>
22213 * configure.in: Bumped required gtk version to 2.0.8.
22215 2003-05-06 Naba Kumar <naba@gnome.org>
22217 src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22219 2003-05-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22220 * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22222 2003-05-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22223 * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22224 , tagmanager/c.c: Support for ProC and RDB files.
22226 2003-05-06 Naba Kumar <naba@gnome.org>
22228 * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22229 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22230 Uncomment (Box & Stream), Select the current function,
22231 authorize the "Quit" button of the GotoLine window
22233 2003-05-05 Naba Kumar <naba@gnome.org>
22235 * src/watch_gui.h: CVS added new file.
22237 * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22239 Patch from Etay Meiri <etay-m@bezeqint.net>
22240 * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22241 src/mainmenu_callbacks.c, src/message-manager.cc,
22242 src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22243 src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22244 Ported stack trace to GNOME2 and added it in the message manager
22247 2003-05-02 Naba Kumar <naba@gnome.org>
22249 * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22251 * src/preferences.[h,c]: Fixed preferences to save only one copy of
22252 preferences property.
22254 * anjuta.prj: Fixed multiple preferences saved data.
22256 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22257 scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22258 scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22259 scintilla/include/Platform.h, scintilla/include/PropSet.h,
22260 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22261 Upgraded scitilla from CVS with faster window repaint
22264 Patch from Etay Meiri <etay-m@bezeqint.net>
22265 * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22268 2003-04-30 Dan Elphick <dre00r@ecs.soton.ac.uk>
22270 * message-manager-private.[ch]: Make AnMessageWindow keep scrolling
22271 the window if messages are appended to the end and the scrollbar is
22274 2003-04-29 Naba Kumar <naba@gnome.org>
22276 * configure.in: Removed omf-install from Makefiles list.
22278 2003-04-28 Naba Kumar <naba@gnome.org>
22280 * po/POTFILES.in: Remvoded deleted files.
22282 * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22283 pixmaps/windows-style-undocked.png: Added setup wizard's images.
22285 * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22286 is executed as detached) is not set properly.
22288 2003-04-25 Naba Kumar <naba@gnome.org>
22290 * anjuta.prj: Updated.
22291 * src/anjuta_info.c: Fixed text wrapping and column view.
22292 * data/welcome.txt.in: Removed unaligned characters.
22294 2003-04-24 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22295 * src/main_menubar.c: Disable setup dialog.
22297 2003-04-22 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22298 * src/breakpoints.c; Fixed compilation with older GCC
22299 * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22300 * HACKING: Spelling fixes (Suggested by Stephen Knight)
22302 2003-04-18 Naba Kumar <naba@gnome.org>
22304 * anjuta.prj: Updated (includes compiler options).
22306 * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22307 function from anjuta.c (it was already available in anjuta-tools.c).
22309 2003-04-18 Naba Kumar <naba@gnome.org>
22311 * src/about.c, THANKS: Updated
22313 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22315 * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22316 properly from the project session before updating the file
22319 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22320 an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22321 dialog settings (as it will not be required once GDL is in place) and
22322 added file view filters in the settings sub-menu.
22324 2003-04-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22326 * configure.in: Disable cast checks on final build.
22328 2003-04-17 Naba Kumar <naba@gnome.org>
22330 * src/build_project.c: Fixed a compilation error.
22332 * src/launcher.c: Removed commnets.
22334 * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22335 properties from editor tab to indentation tab and fixed a property
22336 label for proper i18n translation. Fixed typos in project config
22337 dialog (reported by Gaëtan de Menten <ged@bugfactory.org>). Disabled
22338 sorting and reordering in compiler options dialog.
22340 * src/compiler_options.c: Implemented _save() function to save the
22341 options (which was pending).
22343 * src/build_project.c: Destroys install-as-root dialog when it is done.
22345 * src/an_symbol_view.c: Change "event" event to "event-after" so
22346 that symbol row is selected first before the popup is shown.
22348 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
22350 * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first
22351 file in CVS/Entries. (Reviewed and applied by Biswa)
22353 2003-04-16 Naba Kumar <naba@gnome.org>
22355 * aneditor.cxx: use unicode everytime (fixed unicode related
22358 * anjuta.prj: Fixed UI editor name (blank to use default) and
22361 Patch from Patch from Gaëtan de Menten <ged@bugfactory.org>
22362 * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22363 Editor preferences page.
22365 2003-04-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22366 * src/anjuta.[ch], src/print.c: Fixed warnings
22367 * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22368 * configure.in: Profiling support with gprof
22370 2003-04-16 Naba Kumar <naba@gnome.org>
22372 Patch from Gaëtan de Menten <ged@bugfactory.org>
22373 * src/launcher.c: Fixed cvs dialog.
22375 2003-04-15 Johannes Schmid <clubfan@users.sourceforge.net>
22377 * src/message-manager-private.cc: Fixed double-click on first line of
22378 output to properly select a line.
22379 * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22380 because still was a deprecatd GtkCTreeNode and always NULL anyway.
22382 2003-04-15 Naba Kumar <naba@gnome.org>
22384 * src/message-manager-private.cc: Fixed the glade filename typo.
22386 2003-04-15 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22387 * scintilla/*, data/properties/*: Scintilla CVS merge
22388 * anjuta.prj: Removed unnecessary files.
22389 * scintilla/PlatGTK.cxx: Force Pango fonts always
22390 * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22391 src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22393 * configure.in: Change version no. for 1.1.1 (alpha release)
22394 * configure.in: Added '--with-pref-suffix' option.
22395 * config.guess, config.sub: Removed from CVS.
22397 2003-04-15 Naba Kumar <naba@gnome.org>
22399 Patch from Timothee Besset <ttimo@idsoftware.com>
22400 * Makefile.am: Fixed a shell script error during intallation.
22402 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
22404 Reviewed by Naba Kumar <naba@gnome.org>
22405 * src/message-manager.cc: Added popup-menu to TreeView and fixed
22406 set_wm_class to use "anjuta" instead of "an.
22407 * src/message-manager-private.cc: Headers are hidden again.
22409 2003-04-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22410 * src/project_dbase_gui.c: Memory corruption fix.
22411 * anjuta.prj: Updated project file
22413 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
22414 * an_file_view.c: Connect to event-after signal rather than event so that
22415 selection is updated first and thus context menu is for the right file.
22416 Reviewed and applied by Biswa.
22418 2003-04-14 Naba Kumar <naba@gnome.org>
22420 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22422 * src/auncher.c: More child exit fixes
22423 from Timothee Besset <ttimo@idsoftware.com>
22425 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
22427 Reviewed by Naba Kumar <naba@gnome.org>
22429 * src/message-manager.[c/h], src/message-manager-private[c/h],
22430 anjuta.[c/h]: Ported message-manager to Gtk2
22432 * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22433 src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22434 src/clean_project.c, src/compile.c, src/configurer.c,
22435 src/controls.c, src/cvs.c, src/debugger.c,
22436 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22437 src/project_import.c, src/search-replace.c: Changed name from
22438 AnjutaMessageManager to AnMessageManager to avoid too long type
22441 2003-04-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22442 * src/launcher.c: Fix build won't stop problem - TTimo
22444 * pixmaps/anjuta_splash.c: New splash screen prototype.
22445 * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22446 * src/compiler_options.c: Mute pkgconfig errors.
22447 * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22449 2003-04-10 Naba Kumar <naba@gnome.org>
22451 * configurer.[c,h]: Fixed dialog to close properly.
22452 * src/project_dbase.c, widgets/gnomefilelist.c: Added
22455 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22456 * anjuta.prj: Removed unnecessary files, load with 1.2.0
22457 * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22458 plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22459 src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22460 * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22461 src/makefile.am: Move gdl to it's own directory.
22462 * global-tags/create_global_tags.sh: Silently ignore SDL error.
22464 2003-04-09 Naba Kumar <naba@gnome.org>
22466 * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22469 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22470 * src/anjuta-tools.c: Use CDATA for saving tools data.
22471 * anjuta.glade, src/search-replace.c: Port from branch.
22472 * widgets/e-splash.*, src/main.c: Better splash screen.
22473 * configure.in, widgets/gdl*: Import GDL widgets.
22474 * ROADMAP: Updated roadmap.
22475 * src/an_file_view.c: Use GDL icons for file tree.
22477 2003-04-09 Naba Kumar <naba@gnome.org>
22479 * anjuta.glade: Added (hidden) initial setup-wizard window.
22481 Patch from: Vitaly <vvv@rfniias.ru>
22482 * src/preferences.c: Fixes a bug with libglace widget access with
22483 translated strings.
22485 Patch from: Etay Meiri <etay-m@bezeqint.net>
22486 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22487 src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22488 src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22489 src/toolbar_callbacks.[c,h],
22490 src/memory.c, src/message-manager-private.cc,
22491 src/message-manager-private.h, src/message-manager.cc,
22492 src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22493 src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22494 to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22495 watch window to a subwindow in the notebook
22497 2003-04-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22498 * ROADMAP: Updated roadmap.
22500 2003-04-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
22502 * configure.in: Added Belarusian to ALL_LINGUAS.
22504 2003-04-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22505 * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22507 * ROADMAP: Added roadmap for HEAD.
22509 2003-03-29 Naba Kumar <naba@gnome.org>
22511 * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22512 src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22513 anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22514 (new) pixmaps/start-with-wizard.png,
22515 (new) pixmaps/start-with-import.png,
22516 (new) pixmaps/start-with-open.png Added Start with dialog which pops
22517 up on anjuta start-up to give quick access to opening file/project or
22520 * src/main.c: Sets proper data directory for the gnome
22523 2003-03-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22524 * src/text_editor.c: Fixed error/warning indicators.
22526 2003-03-24 Naba Kumar <naba@gnome.org>
22528 * README: Correct version.
22530 2003-03-24 Michael Tindal <etherscape@paradoxpoint.com>
22532 * configure.in: Added checks to see if were building on FreeBSD
22533 systems. Sets -DFREEBSD if we are, and also attempts to find
22534 gmake if the host system is FreeBSD.
22536 * src/getline.c: New file used to provide the getline function,
22537 which isnt available on a FreeBSD system. The function is only
22538 defined if FREEBSD is defined.
22540 * src/Makefile.am: Added getline.c to anjuta_SOURCES
22542 * tagmanager/Makefile.am: Uses $(GMAKE) rather than make.
22543 configure.in sets this to gmake on FreeBSD systems, and make
22544 on everything else.
22546 2003-03-23 Naba Kumar <naba@gnome.org>
22548 * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22550 * anjuta.spec.in: Fixed spec file for correct file paths and
22551 corrected rpmbuild.
22553 * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22554 the rpm build command separately now.
22556 * src/anjuta.c, windows-dialog.c: Added some more window management
22557 stuffs (not still fully working, though).
22561 2003-03-22 Naba Kumar <naba@gnome.org>
22563 * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22565 2003-03-21 Naba Kumar <naba@gnome.org>
22567 * README: Removed Andy Piper's name from the active maintainers
22568 list on his request.
22570 * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22573 * src/anjuta-tools.c: Fixed compiler errors.
22575 * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22578 * src/commands.c, src/src_paths.c, src/style-editor.c,
22579 src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22580 becuase they are now hidden by default (from glade editing).
22582 * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22583 src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22584 src/main_menubar_def.h, src/mainmenu_callbacks.c,
22585 src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22586 basic windows managements.
22588 2003-03-21 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22589 * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22590 to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22591 Enver ALTIN (a.k.a. skyblue)
22593 2003-03-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22594 * tagmanager/*: Added ignore-list for symbols. This will make
22595 parsing more accurate for projects. Doc updates needed.
22597 2003-03-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22598 * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22599 * launcher/Makefile.am: Link to correct libraries
22600 * src/launcher.c: Do not allow NULL shell
22602 2003-03-14 Etay Meiri <etay-m@bezeqint.net>
22603 * src/debug_tree.c: Improve debug tree view.
22605 2003-03-10 Dan Elphick <dre00r@ecs.soton.ac.uk>
22607 * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22608 'Run Configure Script' and 'Execute Program'. Increase minimum width
22609 of Configure dialog.
22610 * find_in_files.c, find_in_files_cbs.*: Properly create the file
22611 list widget by setting a model and adding a column and renderer.
22612 Actually store the nocvs toggle button in FindInFiles data structure.
22613 Handle selection changes via changed signal rather than row_activated.
22614 Use response signal for handling the close and find buttons.
22615 Close window when escape is pressed.
22616 * find_replace.c: Close window when escape is pressed.
22617 * find_text.c: Close window when escape is pressed in find dialog as
22618 well as wrap search question, where now Yes is the default button.
22620 2003-03-05 Naba Kumar <naba@gnome.org>
22622 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
22624 * src/message-manager-private.cc: Fixed a bug with vte conditional
22626 * anjuta.glade: Hides all windows in glade file.
22628 2003-03-05 Naba Kumar <naba@gnome.org>
22630 * src/an_file_view.c: Fixed a compilation warning.
22631 * src/message-manager-private.cc: Conditional compilation for vte
22634 2003-02-28 Naba Kumar <naba@gnome.org>
22636 * configure.in, anjuta.spec.in: Updated dependency packages version.
22637 * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22638 * src/preferences.c: Added debug assertions.
22639 * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22640 editor to enable/disable bringing the recent editor tabs first.
22642 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22643 tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22644 scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22645 Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22646 and bug fixes. Also code clean ups.
22648 * (new) src/search-replace.[h,c]: New search replace implementation
22649 from ANJUTA_1_0_0 branch.
22651 * (new) src/windows-dialog.[h,c]: New windows management class
22652 [work in progress].
22654 2003-02-28 Naba Kumar <naba@gnome.org>
22656 * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22657 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22658 src/appwizard.c, src/build_file.c, src/build_project.c,
22659 src/clean_project.c, src/compile.c, src/configurer.c,
22660 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22661 src/message-manager-dock.c, src/message-manager-dock.h,
22662 src/message-manager-private.cc, src/message-manager.cc,
22663 src/preferences-dialog.c, src/preferences-dialog.h,
22664 src/preferences.c, src/preferences.h, src/project_dbase.c,
22665 src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22666 src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22667 src/utilities.c, src/utilities.h:
22669 Widgetized Preferences and gave proper function names.
22671 * src/executer.c: Fixed a session loading bug.
22673 2003-02-27 Naba Kumar <naba@gnome.org>
22675 * printing/print.c: Fixed printing font bug that failed to load the
22678 * src/toolbar.c: Disabled LED flashing (not yet implemented).
22680 * TODO, anjuta.prj: Updated.
22682 2003-02-24 Joe Harnish <bigJoe@linuxmail.org>
22684 * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22685 manuals/C/anjuta-manual/anjuta-manual-C.omf,
22686 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22687 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22688 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22691 2003-02-25 Naba Kumar <naba@gnome.org>
22693 * Makefile.am: Excluded omf-install from installation as the docs are
22698 * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22699 anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22700 property names and added new editor properties and code cleanups.
22701 Also added new project properties.
22703 * src/compiler_options.[h,c]: Added pkg-config packages supports
22706 * src/glade_iface.h: Cleanups.
22708 * src/launcher.c: Used timer instead of idle to scan.
22710 * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22711 src/project_config.[h,c], src/project_import.c: Implemented project
22712 property to define GUI editor and to handle it.
22714 * src/preferences.c: i18n fixes.
22716 * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22717 unused (and old) pixmaps.
22719 * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22721 2003-02-25 Naba Kumar <naba@gnome.org>
22723 * src/message-manager-private.[h,cc], src/preferences.c,
22724 anjuta.glade, anjuta_dialog_strings.c: Implemented
22725 gnome terminal profiles for the terminal preferences and moved the
22726 addition of terminal preferences in the terminal constructor.
22728 * anjuta.prj: Updated.
22730 2003-02-24 Naba Kumar <naba@gnome.org>
22732 * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22733 (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22734 (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22735 po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22736 preferences dialog.
22740 * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22741 text selection and child re-spawning.
22743 * src/pixmaps.h: Removed unused pixmaps definitions.
22745 2003-02-23 Naba Kumar <naba@gnome.org>
22747 * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22748 the project tree/window.
22750 * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22751 src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22752 Correct the use of a variable and implemented session save/load
22753 for tree expansion states.
22755 * src/main_menubar_def.h: Fixed shortcuts keys.
22757 * src/anjuta.c, src/gnome_project.c: Code clean ups.
22759 * anjuta.prj: Updated.
22761 2003-02-22 Naba Kumar <naba@gnome.org>
22763 * src/debug_tree.[c,h]: GNOME2 port from
22764 Etay Meiri <etay-m@bezeqint.net>
22766 * src/an_file_view.c, src/resources.[h,c],
22767 data/properties/bash.properties,
22768 data/properties/cpp.properties,
22769 data/properties/html.properties,
22770 data/properties/make.properties,
22771 data/properties/others.properties,
22772 data/properties/perl.properties,
22773 data/properties/props.properties,
22774 data/properties/xml.properties: Standarized file icons. Icons are
22775 defined in respective .properties file and are retrieved as resource
22778 * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22779 in labels from the commands editor as that would create
22780 problems for translators.
22782 2003-02-21 Naba Kumar <naba@gnome.org>
22784 * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22785 as they should be part of CVS(?).
22787 * Makefile.am: Corrected a typo for glade generated strings file.
22789 * configure.in, po/hi.po: Added new Hindi (hi) translation
22790 in ALL_LINGUS and added initial Hindi translation.
22792 * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22793 (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22794 sv_unknown.xpm to more proper icon.
22796 * (new)data/properties/php.properties, data/properties/Makefile.am,
22797 data/properties/anjuta.properties, data/properties/html.properties:
22798 Fixed PHP syntax hilighting bug by separating php properties into
22799 different file (because of file size).
22803 2003-02-20 Naba Kumar <naba@gnome.org>
22805 * src/breakpoints.c: Fixed breakpoints session saving/loading
22808 * scintilla/*, scintilla/include/*: Updated to scintilla
22811 2003-02-19 Naba Kumar <naba@gnome.org>
22813 * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22816 * Makefile.am, src/Makefile.am,
22817 (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22818 (removed) src/anjuta_dialog_strings.c,
22819 (removed) src/anjuta_dialogs_strings.c,
22820 (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22821 (added) anjuta.glade: Transfered glade files from src/ directory
22822 to the top level directory.
22824 * po/POTFILES.in: Updated.
22826 * (removed) macrocs2/*: Transfered to data/ directory.
22828 * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22829 data/Makefile.am: Moved macros in data directory. Anjuta no longer
22830 requires to have macros dir, but the projects generated by anjuta
22833 * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22836 * src/defaults.c: Corrected default compiler options.
22838 * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22841 * src/message-manager-private.cc, src/message-manager-private.h,
22842 src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22844 * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22845 source code generation for gnome2 projects.
22847 2003-02-11 Naba Kumar <naba@gnome.org>
22849 * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22850 restores the expand/collaspe states of the nodes after refresh.
22852 * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22854 2003-02-11 Naba Kumar <naba@gnome.org>
22856 * src/style-editor.c: Fixed pango font description handling for fonts.
22857 * src/anjuta.glade: Removed font size spin button.
22858 * configure.in, src/anjuta.prj: Corrected version.
22861 2003-02-10 Naba Kumar <naba@gnome.org>
22863 * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22864 references of scroll-menu.h and add about.h in Makefile.am.
22866 * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22867 (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22868 (removed) widgets/scroll-menu.h: Removed unused files.
22870 * Makefile.am: Added proper i18n rules and added intl tools for
22873 * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22874 to the stable release).
22876 * anjuta.spec.in: Removed manuals packaging.
22878 * data/Makefile.am: Removed 'macros' installation (not required for
22881 2003-02-10 Naba Kumar <naba@gnome.org>
22883 * po/POTFILES.in: Updated.
22885 * pixmaps/Makefile.am, pixmaps/anjuta_icon.png,
22886 (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22887 (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22888 (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22889 (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22892 * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22893 src/toolbar_callbacks.h: Fixed scintilla notification signal name
22894 and fixed to properly handle focus in find entry box.
22896 * Makefile.am: Added code for RH system menu update.
22898 * .cvsignore: Updated.
22902 2003-02-03 Naba Kumar <naba@gnome.org>
22904 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22905 editor preferences. and fixes dialogs.
22907 * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22908 Fixed linenumbers and header margins when they are disabled and
22909 removed unused header files.
22911 * src/attact_process.[h,c], src/debugger.c: Attach to process
22914 * src/help.c: Fixed dialog response.
22918 * data/properties/anjuta.properties: Corrected typo.
22920 * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22921 Change the signal to "changed" in entry from "selection-changed" in
22924 * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22927 2003-01-31 Naba Kumar <naba@gnome.org>
22929 * configure.in: Upgraded to use libgnomeprint-2.2
22931 * printing/Makefile.am: Updated
22933 *(removed) printing/print-doc.c, printing/print-doc.h,
22934 printing/print-util.c, printing/print-util.h: Removed because already
22935 merged with print.c.
22937 * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22938 and libgnomeprintui-2.2 and fixed rendering problems.
22940 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22941 uneccessary print properties, as they are separately taken
22942 care in gnomeprint.
22944 * po/POTFILES.in: Update.
22946 2003-01-30 Naba Kumar <naba@gnome.org>
22948 * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22949 for about dialog box.
22951 * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22952 src/pixmaps.h: Modified for the above additions for about dialog.
22954 2003-01-29 Naba Kumar <naba@gnome.org>
22956 * src/style_editor.[c,h]: Added missing files.
22958 2003-01-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22959 * scintilla/XPM.[cxx|h]: Added missing files
22961 2003-01-29 Naba Kumar <naba@gnome.org>
22963 * TODO, po/POTFILES.in: Updated.
22965 * anjuta.prj, src/anjuta.glade,
22966 * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22968 2003-01-28 Naba Kumar <naba@gnome.org>
22970 * data/properties/anjuta.properties, src/aneditor.cxx,
22971 src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22972 properties into text properties (earlier it was int properties).
22976 * scintilla/AutoComplete.c,xx,
22977 scintilla/AutoComplete.h,
22978 scintilla/CallTip.c,xx,
22979 scintilla/CallTip.h,
22980 scintilla/Document.c,xx,
22981 scintilla/Document.h,
22982 scintilla/Editor.c,xx,
22983 scintilla/Editor.h,
22984 scintilla/LexAVE.c,xx,
22985 scintilla/LexCSS.c,xx,
22986 scintilla/LexHTML.c,xx,
22987 scintilla/LexOthers.c,xx,
22988 scintilla/LexPython.c,xx,
22989 scintilla/LineMarker.c,xx,
22990 scintilla/LineMarker.h,
22991 scintilla/Makefile.am
22992 scintilla/PlatGTK.c,xx,
22993 scintilla/PropSet.c,xx,
22994 scintilla/ScintillaBase.c,xx,
22995 scintilla/ScintillaBase.h,
22996 scintilla/ScintillaGTK.c,xx,
22997 scintilla/ViewStyle.c,xx,
22998 scintilla/include/Platform.h,
22999 scintilla/include/SciLexer.h,
23000 scintilla/include/Scintilla.h,
23001 scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
23005 src/an_file_view.c,
23006 src/an_symbol_view.c,
23007 src/anjuta-tools.c,
23012 src/anjuta_dialogs_strings.c,
23015 src/compiler_options.c,
23018 src/main_menubar.c,
23019 src/main_menubar.h,
23020 src/main_menubar_def.h,
23021 src/mainmenu_callbacks.c,
23022 src/mainmenu_callbacks.h,
23023 src/message-manager-private.c,c
23024 src/message-manager-private.h,
23025 src/message-manager.c,c
23026 src/message-manager.h,
23030 src/project_config.c,
23031 src/project_dbase.c,
23032 src/project_dbase_gui.c,
23033 src/project_import_gui.c,
23034 src/properties.c,xx,
23039 src/text_editor_gui.c,
23043 anjuta.prj: GNOME2 porting and fixed many porting bugs.
23045 2003-01-24 Naba Kumar <naba@gnome.org>
23047 * src/text_editor_gui.c, src/toolbar.c,
23048 src/text_editor.c, src/text_editor_cbs.h:
23049 Used correct notification signal name for scintilla
23050 (gtk2) and fixed UI.
23052 * src/controls.c: Does not hide tags combo. Simply makes it insensitive
23055 * printing/print-doc.c,
23057 src/anjuta-tools.c,
23058 src/find_replace.c,
23061 src/mainmenu_callbacks.c,
23062 src/project_dbase.c,
23063 src/project_dbase.h,
23064 src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
23066 src/text_editor_cbs.h:
23069 2003-01-23 Naba Kumar <naba@gnome.org>
23071 * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
23072 correct stock icons and organized pixmap macros.
23074 Makefile.am: Removed non-generated files.
23076 * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
23077 block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
23078 bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
23079 close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
23080 error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
23081 fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
23082 list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
23083 open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
23084 prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
23085 prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
23086 prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
23087 remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
23088 stop.xpm, undo.xpm}: Removed because no longer used.
23090 * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
23091 file_unknown.xpm}: Files renamed from fv_*, as it would
23094 * pixmaps/Makefile.am: Updated for the above changes.
23096 2003-01-23 Jakub Steiner <jimmac * ximian * com>
23098 * pixmaps/autocomplete-16.png,
23099 pixmaps/autocomplete.png,
23100 pixmaps/block-end-16.png,
23101 pixmaps/block-end.png,
23102 pixmaps/block-start-16.png,
23103 pixmaps/block-start.png,
23104 pixmaps/bookmark-first-16.png,
23105 pixmaps/bookmark-first.png,
23106 pixmaps/bookmark-last-16.png,
23107 pixmaps/bookmark-last.png,
23108 pixmaps/bookmark-next-16.png,
23109 pixmaps/bookmark-next.png,
23110 pixmaps/bookmark-prev-16.png,
23111 pixmaps/bookmark-prev.png,
23112 pixmaps/error-next-16.png,
23113 pixmaps/error-next.png,
23114 pixmaps/error-prev-16.png,
23115 pixmaps/error-prev.png: gnome2-styled icons
23118 2003-01-23 Naba Kumar <naba@gnome.org>
23120 * anjuta.prj: Updated compiler options.
23121 * scintilla/ScintillaGTK.cxx: Fixed selection notify.
23123 * src/aneditor.cxx,
23126 src/anjuta_dialogs_strings.c,
23127 src/mainmenu_callbacks.c,
23128 src/mainmenu_callbacks.h,
23130 src/text_editor_cbs.c,
23131 src/text_editor_gui.c: GNOME2 Porting.
23133 2003-01-22 Naba Kumar <naba@gnome.org>
23135 * ChangeLog: Corrected dates.
23136 * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23137 * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23140 2003-01-22 Naba Kumar <naba@gnome.org>
23142 * plugins/patch/patch-plugin.c: Bug fix.
23144 * src/anjuta-tools.c,
23148 src/anjuta_dialogs_strings.c,
23156 src/mainmenu_callbacks.c,
23157 src/mainmenu_callbacks.h,
23159 src/project_dbase.c,
23160 src/project_dbase_gui.c,
23167 src/toolbar_callbacks.c,
23170 src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23173 (removed) src/CORBA-Server.c,
23174 (removed) src/CORBA-Server.h,
23175 (removed) src/Gladen-common.c,
23176 (removed) src/Gladen-stubs.c,
23177 (removed) src/Gladen.h,
23178 (removed) src/Prj-common.c,
23179 (removed) src/Prj-skelimpl.c,
23180 (removed) src/Prj-skels.c,
23181 (removed) src/Prj-stubs.c,
23182 (removed) src/Prj.h,
23183 (removed) src/glades.c,
23184 (removed) src/glades.h,
23185 (removed) src/messagebox.c,
23186 (removed) src/messagebox.h: Removed because no longer used.
23188 2003-01-21 Naba Kumar <naba@gnome.org>
23190 * src/anjuta-tools.c,
23193 src/anjuta_dialogs_strings.c,
23197 src/compiler_options.c,
23199 src/find_replace.c,
23200 src/find_replace.h,
23206 widgets/gnomefilelist.c: GNOME2 porting.
23208 2003-01-20 Naba Kumar <naba@gnome.org>
23210 * global-tags/create_global_tags.sh: Uses pkg-config to
23217 src/anjuta_dialogs_strings.c,
23220 src/compiler_options.c,
23221 src/compiler_options.h,
23222 src/fileselection.c,
23223 src/fileselection.h,
23224 src/mainmenu_callbacks.c,
23225 src/project_dbase_gui.c,
23230 src/text_editor_gui.c,
23231 widgets/gnomefilelist.c,
23232 widgets/gnomefilelist.h: GNOME2 porting.
23234 * widgets/Makefile.am,
23235 (removed) widgets/gnomedirlist.c,
23236 (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23239 (removed) src/src_paths_cbs.c,
23240 (removed) src/src_paths_cbs.h,
23241 (removed) src/src_paths_gui.c,
23242 (removed) src/compiler_options_cbs.c,
23243 (removed) src/compiler_options_cbs.h,
23244 (removed) src/breakpoints_cbs.c,
23245 (removed) src/breakpoints_cbs.h: Removed because they are now
23246 combined in singe file
23248 2003-01-16 Naba Kumar <naba@gnome.org>
23250 * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23251 src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23252 options dialog UI and data handling.
23255 2003-01-15 Naba Kumar <naba@gnome.org>
23257 * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23258 Completed command editor porting.
23260 * src/anjuta.c: Removed the use of commands load function
23263 * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23266 * src/anjuta-tools.c: Fixed translatable strings.
23268 * src/find_text.c: Fixed dialog creation from glade.
23270 * src/text_editor_gui.c, src/text_editor.c,
23271 src/text_editor_cbs.c: Completed port of detached text editor
23272 to gnome2 plateform.
23274 2003-01-14 Naba Kumar <naba@gnome.org>
23276 * src/anjuta.glade, src/preferences.[h,c],
23277 src/anjuta_dialogs_strings.c: Added build and editor
23278 preferences pages and other UIs. Fixed preferense loading and saving.
23280 * src/anjuta.c: Does case-insensitive match for tabs position
23281 preferences and removed preferences loading (done at _new() call).
23283 * anjuta-tools.c: Debugged tools dialog handling.
23284 * plugins/class-gen/clsGen.c: Fixed an undefined function.
23286 2003-01-13 Naba Kumar <naba@gnome.org>
23288 * ABOUT-NLS: Update (strange).
23290 * autogen.sh: Removed blocking code.
23292 * configure.in: Fixed an autogen bug.
23294 2003-01-13 Naba Kumar <naba@gnome.org>
23296 * (new)src/anjuta.gladep
23297 (new)src/messagebox.c
23298 (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23299 will be gradually removed (and then the files).
23303 printing/print-util.c,
23305 scintilla/ScintillaGTK.c,xx
23307 src/an_file_view.c,
23308 src/an_symbol_view.c,
23312 src/anjuta_dialogs_strings.c,
23314 src/attach_process.c,
23315 src/attach_process.h,
23318 src/breakpoints_cbs.c,
23321 src/compiler_options.c,
23322 src/compiler_options.h,
23323 src/compiler_options_cbs.c,
23332 src/find_in_files.c,
23333 src/find_in_files.h,
23334 src/find_in_files_cbs.c,
23335 src/find_replace.c,
23336 src/find_replace.h,
23344 src/main_menubar.c,
23345 src/mainmenu_callbacks.c,
23346 src/message-manager.c,c
23349 src/project_config.c,
23350 src/project_config.h,
23351 src/project_dbase.c,
23352 src/project_import_cbs.c,
23358 src/src_paths_gui.c,
23360 src/text_editor_gui.c,
23366 widgets/gnomefilelist.c: GNOME2 Port.
23368 2003-01-10 Naba Kumar <naba@gnome.org>
23370 * src/an_file_view.c,
23372 src/appwizard_gui.c,
23373 src/compiler_options.c,
23374 src/compiler_options_cbs.c,
23377 src/fileselection.c,
23378 src/find_in_files.c,
23380 src/main_menubar.c,
23382 src/message-manager-dock.c,
23384 src/project_dbase_gui.c,
23385 src/project_import_gui.c,
23386 src/registers_gui.c,
23387 src/sharedlib_gui.c,
23388 src/src_paths_gui.c,
23389 src/text_editor_gui.c,
23391 src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23393 2003-01-09 Naba Kumar <naba@gnome.org>
23395 * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23396 problems with some comments.
23398 * anjuta.prj: New project file (updated?)
23400 * src/Makefile.am: Enabled deprecated API and fixed variables.
23402 * src/an_file_view.c,
23403 src/an_symbol_view.c,
23404 src/anjuta-plugins.c,
23405 src/anjuta-tools.c,
23408 src/appwizard_cbs.c,
23409 src/attach_process.c,
23410 src/attach_process_cbs.c,
23411 src/compiler_options.c,
23412 src/compiler_options_cbs.c,
23414 src/mainmenu_callbacks.c,
23415 src/message-manager-private.c,c
23416 src/message-manager-private.h,
23417 src/message-manager.c,c
23418 src/message-manager.h,
23419 src/project_dbase.c,
23420 src/project_dbase.h,
23421 src/project_dbase_gui.c,
23422 src/project_import_cbs.c,
23423 src/project_import_gui.c,
23432 src/src_paths_cbs.c,
23433 src/src_paths_gui.c,
23436 src/text_editor_gui.c,
23437 src/text_editor_menu.c,
23439 src/toolbar_callbacks.c,
23443 src/wizard_gui.c: GNOME porting.
23445 2002-12-24 Naba Kumar <naba@gnome.org>
23447 * AUTHORS, ChangeLog, HACKING, Makefile.am,
23448 NEWS, README, SEARCH-REPLACE,
23449 THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in,
23450 setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23451 launcher/Makefile.am,
23452 launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23453 plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23454 plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23455 printing/print-util.c, printing/print.c, printing/print.h,
23456 scintilla/*/*, widgets/e-shell-about-box.c,
23457 src/*, tagmanager/*/*, widgets/Makefile.am,
23458 widgets/gnomefilelist.c:
23460 Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23461 src/*.[c,h] files to gnome2 API.
23463 * src/anjuta_dialogs_strings.c: Added glade generated translatable
23466 2002-10-23 Naba Kumar <naba@gnome.org>
23468 * autogen.sh: Prevented Users from building HEAD cvs.
23470 2002-09-16 Stephane Demurget <demurgets@free.fr>
23472 * src/anjuta.glade: added the compiler options dialog, hopefully
23473 HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23475 2002-09-15 Stephane Demurget <demurgets@free.fr>
23477 * src/anjuta.glade: fixed a lot of small glitches.
23479 * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23482 * src/breakpoints_cbs.c: polished a bit.
23484 2002-09-15 Stephane Demurget <demurgets@free.fr>
23486 * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23488 * src/commands.c: partial gnome 2 port.
23490 * src/utilities.[ch]: changed some bits to be const.
23492 2002-09-14 Stephane Demurget <demurgets@free.fr>
23494 * src/Makefile.am: removed breakpoints_gui.c and added a check
23495 for gdk-pixbuf deprecated functions, but there shouldn't be much
23498 * src/breakpoints_gui.c: killed.
23500 * src/anjuta.glade: added two dialogs for the breakpoints management.
23503 * src/anjuta_cbs.c:
23505 * src/attach_process.c:
23507 * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23508 really huge changes and porting work.
23510 * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23511 (breakpoints_dbase_new): moved the UI init bits here.
23513 * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23514 a lot, not using any color anymore (not HIG compliant) and not using
23515 BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23516 to be double checked.
23518 * src/build_file.c:
23519 * src/build_project.c: gnome 2 port.
23521 2002-09-11 Stephane Demurget <demurgets@free.fr>
23523 * src/anjuta.glade:
23525 * src/anjuta_cbs.c:
23527 * src/breakpoints.c:
23528 * src/breakpoints_cbs.c: cleaned up some bits.
23530 2002-09-09 Stephane Demurget <demurgets@free.fr>
23533 * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23535 * src/an_symbol_view.[ch]:
23536 * src/attach_process_cbs.h: polished a bit.
23538 * src/breakpoints_cb.[ch]: partial gnome 2 port.
23540 2002-09-02 Stephane Demurget <demurgets@free.fr>
23543 * src/Makefile.am: added libglade-2 to the build.
23545 * src/anjuta.[ch]: added support for libglade.
23547 * src/anjuta.glade: added. There could be a file per top-level widget,
23548 as some other gnome projects, though.
23550 * src/attach_process_gui.c: removed.
23551 * src/attach_process.[ch]: gnome 2 port.
23552 (attach_process_new): Added the treeview init and the widget references
23555 2002-08-31 Stephane Demurget <demurgets@free.fr>
23557 * src/an_file_view.c: fixed some compilation issues.
23559 * src/an_symbol_view.c: gnome 2 port.
23561 2002-08-26 Stephane Demurget <demurgets@free.fr>
23563 * src/an_file_view.c: finished gnome 2 port.
23564 (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23565 directory pixmap depending on the event.
23567 * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23568 (project_file_data_new): use a GtkTreePath.
23570 2002-08-23 Stephane Demurget <demurgets@free.fr>
23572 * src/Makefile.am: readded back an_*_view.[ch] because they are still
23573 driving me nuts but they need to be ported, heh ?
23575 * src/an_file_view.c: gnome 2 port, almost finished after some hard
23576 work since it's quite a total rewrite again.
23578 2002-08-22 Stephane Demurget <demurgets@free.fr>
23580 * src/an_file_view.c:
23581 * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23583 2002-08-21 Stephane Demurget <demurgets@free.fr>
23585 * src/anjuta_info.c:
23586 * src/utilities.h: gnome 2 port, featuring a total rewrite.
23588 2002-08-20 Stephane Demurget <demurgets@free.fr>
23590 * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23593 * src/an_file_view.c:
23594 * src/aneditor.cxx:
23595 * src/anjuta_cbs.c:
23596 * src/compiler_options.h:
23597 * src/messagebox.c:
23598 * src/messagebox.h:
23600 * src/project_dbase.h:
23601 * src/resources.h: gnome 2 port.
23603 2002-08-14 Stephane Demurget <demurgets@free.fr>
23605 Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23607 * data/properties/sql.properties: added the DATETIME data type.
23609 * data/properties/html.properties: added the foreach php keyword.
23611 2002-08-08 Stephane Demurget <demurgets@free.fr>
23613 * widgets/Makefile.am: removed blank line after the last backslash
23614 for avoiding a warning from automake.
23617 * src/Makefile.am: added the ORBit-2 dep.
23619 2002-08-08 Stephane Demurget <demurgets@free.fr>
23621 * AUTHORS: added Biswa, because I wonder why noone already have
23622 written his name in the Anjuta's hall of fame :)
23624 2002-08-01 Naba Kumar <kh_naba@users.sourceforge.net>
23626 * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23627 widgets/e-shell-about-box.c: Made to compile for gnome2.
23629 2002-07-31 Naba Kumar <kh_naba@users.sourceforge.net>
23631 * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23632 scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23634 * configure.in, printing/print.h, printing/print.c,
23635 printing/print-doc.c: Made to compile for gnome2.
23637 2002-07-30 Naba Kumar <kh_naba@users.sourceforge.net>
23639 * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23640 plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23641 printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23642 widgets/Makefile.am:
23644 Upgraded the build system to gnome2 platform.
23646 2002-12-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23647 * manuals/*: Added capability to generate PDF and PS.
23648 * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23649 * TODO, TODO.biswa: Intergated TODO list.
23650 * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23652 * src/dnd.c: Fix typo
23653 * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23654 * src/anjuta.c: Bug #568895, Bug #575419
23656 2002-12-18 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23658 * tagmanager/tm_global_tags.c: Fixed compiler warning.
23659 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23661 2002-12-17 Naba Kumar <naba@gnome.org>
23663 * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23666 2002-12-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23667 * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23668 * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23669 * anjuta.prj: Added tools.sgml
23670 * data/properties/cpp.properties: Bug # 646974
23672 2002-12-16 Naba Kumar <naba@gnome.org>
23674 * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23675 * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23676 src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23677 on 'Enter' and adds proper focus mechanism.
23678 * src/anjuta.c: Fixed a memory corruption bug.
23679 * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23680 'Enter' and can also be Canceled. Sets proper default and focus policies
23682 * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23683 * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23684 translatable strings in dialogs and fixed some dialog properties.
23685 * src/anjuta-tools.c: Now uses xml format for loading and saving.
23686 * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23687 * src/message_manager_private.cc: Fixed some debug messages.
23688 * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23689 widgets/gnomefilelist.c: Fixed a memory leaks.
23690 * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23691 src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23692 src/main_menubar_def.h: Implemented incremental search.
23695 2002-12-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23696 * tagmanager/*: Minor cleanups and warning fixes.
23697 * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23698 GUI during long updates.
23699 * src/text_editor.c: Remove debug message.
23701 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23702 * tagmanager/tm_project.c: Fix a memory access problem.
23704 2002-12-13 Naba Kumar <naba@gnome.org>
23706 * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23707 tools list to show "Enabled" flag of the tool. Fixed a bug where
23708 tool list is not cleared when creating a new tool.
23710 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23711 * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23713 2002-12-12 Naba Kumar <naba@gnome.org>
23715 * anjuta-tools.[h,c], commands.c: Used the tools help of
23716 anjuta variables list in commands editor and fixed a typos
23717 buy in anjuta-tools.c.
23719 2002-12-12 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23720 * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23721 , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23722 * TODO.biswa: Added to help me track things better.
23724 2002-12-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23726 * configure.in, anjuta.spec.in: Added libglade dependency.
23727 * Makefile.am: Added anjuta.glade file.
23728 * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23729 , src/mainmenu_callbacks.[ch], src/message-manager.h
23730 , src/widget-registry.c: Tools editor GUI + other additions.
23732 2002-12-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23734 * src/project_dbase.[ch], tagmanager/tm_project.c,
23735 tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23736 Implement syncing tags image with the project database.
23737 * src/anjuta-tools.c: Implemented variable substitution and
23738 working directory in tools.
23740 2002-12-09 Naba Kumar <naba@gnome.org>
23742 * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23743 command configuration language list from properties.
23745 * data/properties/asm.properties, data/properties/ruby.properties:
23748 2002-12-04 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23750 * src/an_symbol_view.c: Remember current selected entry and select
23751 it automatically after refresh.
23753 2002-11-26 Murray Cumming <murrayc@usa.net>
23755 * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23756 src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23757 and gnomemm 1.2 projects so that people know they are really
23758 glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23759 But I did correct these to sue lowercase names.
23761 2002-12-01 Naba Kumar <naba@gnome.org>
23763 * data/anjuta.properties: Fixed caching problem on
23765 * src/preferences.c, src/preferences_gui.c: Implemented automatic
23768 2002-12-01 Naba Kumar <naba@gnome.org>
23770 * data/properies/anjuta.properties: Corrected "indicators.automatic"
23772 * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23773 property and uses it.
23774 * src/aneditor.cxx: Fixed a bug associated with selection a word at
23777 2002-11-30 Naba Kumar <naba@gnome.org>
23779 * src/debugger.c: Fixed a typo.
23780 * data/properties/*: Updated properties files and added
23782 * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23783 Added comment submenu and cleaned up ref and unref of menus.
23784 * src/aneditor.h: Added definition of comment commands.
23785 * src/aneditor.c: Upgrade from latest SciTE source code.
23786 * src/text_editor.[hc], src/text_editor_cbs.c,
23787 src/message_manager_private.cc, src/message_manager.[cc,h],
23788 src/anjuta.[c,h]: Added indicators support for errors/warnings
23789 highlight in the editor.
23790 * NEWS, TODO: Update.
23791 * scintilla/include/PropSet.h: Removed deprecrated function.
23793 2002-11-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23795 * src/anjuta-tools.[ch]: Tools implementation (basic)
23796 * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23797 , src/main_menubar_def.h: PLugins cleanup and segregation
23798 * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23800 * anjuta.prj: Added new files
23801 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23802 * plugins/class-gen/clsGen.c: Register menu under 'Project'
23803 * plugins/patch/patch-plugin.c: Register menu under 'Format'
23804 * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23805 * src/Makefile.am: Added new files
23806 * src/message-manager.[cc/h]: Added standard output and error windows
23808 2002-11-26 Johannes Schmid <clubfan@users.sourceforge.net>
23810 * project_type.c: Fixed Gnomemm2 project type
23812 2002-11-25 Naba Kumar <naba@gnome.org>
23814 * printing/print.c: Fixed a compile warning.
23815 * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23816 * src/utilities.c: Fixed a compile warning in sparc, hides the
23817 terminal check error output from the user.
23818 * project_config.[ch], project_dbase.[ch], source.c: Added project
23819 version, exclude modules configuration and reordered other config
23820 properties. Changed some strings to more descriptive text.
23821 * src/compiler_opitions.c: Removed extra newlines from .prj file
23823 * anjuta.prj: Converted to new format (only reorganised properties
23824 and removed extra newlines ... nothing else).
23827 2002-11-21 Naba Kumar <naba@gnome.org>
23829 * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23830 include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23831 LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23832 LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23833 Updated to the CVS version.
23835 2002-11-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23837 * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23838 , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23839 , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23840 images in completion lists.
23841 * src/resources.h: Make C++ friendly.
23842 * scintilla/PropSet.cxx: Fix memory leak.
23844 2002-11-20 Naba Kumar <naba@gnome.org>
23846 * scintilla/*/*: Synced to latest scintilla 1.49
23847 * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23850 * scintilla/RESearch.cxx: The automatic cvs log in the
23851 file really broke things trying to interprete the changelog
23852 entry incorrectly as end-of-comment. Removed the $cvs line
23853 and committed again.
23855 2002-11-19 Naba Kumar <naba@gnome.org>
23857 Patch from Timothee Besset <ttimo@idsoftware.com>
23859 * src/message-manager-private.cc: Interpretes absolute
23860 file paths properly in zvt terminal.
23862 2002-11-19 Naba Kumar <naba@gnome.org>
23864 Patch from Timothee Besset <ttimo@idsoftware.com>
23866 * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23867 src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the
23868 (important) editor preferences in project (if there is one
23873 2002-11-18 Naba Kumar <naba@gnome.org>
23875 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23877 * src/debug_tree.c, src/find_in_files_gui.c,
23878 src/find_replace.c, src/find_text.c,
23879 src/project_import.c, src/project_import_gui.c,
23880 src/wizard_gui.c: i18n Fixes.
23882 2002-11-15 Naba Kumar <naba@gnome.org>
23884 * plugins/class-gen/clsGen.c: Fixed to use project function
23885 to import files. Create non-existent directories before the
23886 sources are written.
23888 * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23889 src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23891 src/glades.c: Excluded gladen files from build. This
23892 will fix the unnecessary dependency on libssl.
23894 * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23895 file import funtion.
23897 * src/message_manager_private.cc: Fixed a compiler warning with
23898 DEBUG preprocessor macro.
23900 * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23901 wrong (undocked) editor window was closed on clicking close on an
23902 undocked editor window.
23904 * src/debugger.c: Fixed a bad bug where debugger terminal won't
23905 start correctly if the executable was run before with 'F3'.
23907 * src/toolbar_callbacks.c: Wrap around find next.
23908 * src/toolbar.c: Disable combo activate.
23909 * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23910 button positions to get 'yes' as default.
23912 * anjuta.spec.in: Updated.
23914 * src/anjuta_info.c, src/appwizard_gui.c,
23915 src/attach_process_gui.c, src/breakpoints_gui.c,
23916 src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23917 src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23918 src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23919 src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23920 src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23921 src/preferences.c, src/preferences_gui.c, src/project_config.c,
23922 src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23923 src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23924 src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23925 src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23926 src/toolbar.c, src/toolbar_callbacks.c, src/watch.h,
23927 src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23928 plugins/patch/patch-plugin.c, printing/print-util.c:
23929 Set all windows and dialogs transient
23930 to their parents so that they remain floated above their parents.
23932 2002-11-13 Naba Kumar <naba@gnome.org>
23934 * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23935 take default editor font).
23937 * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23938 Corrected email address.
23940 * src/mainmenu_callbacks.c: Used spaces instead of tabs
23941 for changelog entry.
23945 2002-11-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23946 * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23948 2002-11-06 Naba Kumar <naba@gnome.org>
23951 * anjuta.spec.in: Ships the .omf files with the
23952 documents instead of the base package.
23954 2002-11-04 Naba Kumar <naba@gnome.org>
23956 * data/properties/latex.properties: Fixed a bug.
23957 * ChangeLog: Released 1.0.0 stable.
23959 2002-11-04 Naba Kumar <naba@gnome.org>
23961 * src/commands.c: Added command with shell redirection capability.
23962 * data/properties/anjuta.properties: Changed default execution
23964 * src/project_dbase.c: Set project top dir in properties.
23965 * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23966 * data/Makefile.am: More diskcheck error fixes.
23968 * README, anjuta.spec.in, THANKS, AUTHORS,
23969 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23970 manuals/C/anjuta-manual/authers,sgml,
23971 manuals/C/anjuta-manual/anjuta-manual.sgml,
23972 manuals/C/anjuta-manual/anjuta-manual-C.omf,
23973 manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23974 : Changed anjuta home to
23975 new URL and my email address.
23977 * manuals/C/anjuta-manual/interfaces.sgml,
23978 manuals/C/anjuta-manual/prefereces.sgml,
23979 manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23981 * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23982 : removed reference to the help menu as the menu is modified
23983 when no help is found (which is very likely when we are
23984 shiping the documents separately).
23986 2002-11-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23987 * anjuta.spec.in: Update specfile to make multiple RPMs.
23988 * data/Makefile.am: make dist fix.
23989 * src/text_editor_menu.c: Fix compile warnings (casts).
23991 2002-11-02 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23992 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23993 * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23995 2002-11-01 Naba Kumar <naba@gnome.org>
23997 * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23998 Added gnome2 macros to be used by gnome2 project wizard.
24000 * data/autogen.sh.gnome2: Fixed to use our own macros instead of
24003 * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
24004 as it was conflicting with generated projects and is not
24007 * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
24008 src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
24009 project generation, removed qt project as it's not complete and
24010 added gnome2 bonobo wizard.
24012 2002-10-29 Naba Kumar <naba@gnome.org>
24014 * po/POTFILES.in: Updated.
24015 * po/POTFILES.skip: Added.
24016 * preferences.h: Fixed print paper size property name.
24018 2002-10-28 Naba Kumar <naba@gnome.org>
24020 * data/user.properties, data/Makefile.am: Added user properties file
24021 which will be copied in user's ~/.anjuta/user.properties.
24023 * data/anjuta.properties: Changed a comment.
24025 * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
24027 * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24028 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
24029 Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
24032 * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
24033 instead of user properties file.
24035 * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
24036 * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
24037 * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
24038 * README, TODO: Updated.
24040 2002-10-28 Naba Kumar <naba@gnome.org>
24042 * manuals/C/anjuta-manual/figures/editor_guides.png,
24043 manuals/C/anjuta-manual/figures/editor_margins.png,
24044 manuals/C/anjuta-manual/figures/editor_markers.png,
24045 manuals/C/anjuta-manual/figures/local_variables.png,
24046 manuals/C/anjuta-manual/figures/open_file_multiple.png,
24047 manuals/C/anjuta-manual/figures/prefs_print.png,
24048 manuals/C/anjuta-manual/figures/print_dlg.png,
24049 manuals/C/anjuta-manual/figures/print_preview.png,
24050 manuals/C/anjuta-manual/figures/symbol_browser.png,
24051 manuals/C/anjuta-manual/figures/variable_tip.png: New png
24052 files for manual documentation.
24054 * manuals/sgmldocs.make,
24055 manuals/C/anjuta-manual/Makefile.am,
24056 manuals/C/anjuta-manual/authors.sgml,
24057 manuals/C/anjuta-manual/build.sgml,
24058 manuals/C/anjuta-manual/compileopts.sgml,
24059 manuals/C/anjuta-manual/debugger.sgml,
24060 manuals/C/anjuta-manual/execute.sgml,
24061 manuals/C/anjuta-manual/fileoperations.sgml,
24062 manuals/C/anjuta-manual/interface.sgml,
24063 manuals/C/anjuta-manual/preferences.sgml,
24064 manuals/C/anjuta-manual/projects.sgml,
24065 manuals/C/anjuta-manual/figures/arguments.png,
24066 manuals/C/anjuta-manual/figures/open_file.png,
24067 manuals/C/anjuta-manual/figures/other_opts.png,
24068 manuals/C/anjuta-manual/figures/scrshot.png,
24069 manuals/C/anjuta-manual/figures/toolbar_browser.png,
24070 manuals/C/anjuta-manual/figures/toolbar_tags.png:
24072 Updated anjuta manual documentation.
24075 2002-10-27 Naba Kumar <naba@gnome.org>
24077 * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
24078 check and modifies debugger terminal command accordingly
24079 to function properly.
24081 2002-10-25 Naba Kumar <naba@gnome.org>
24083 * manuals/sgmldocs.make: Fixed a couple of bugs.
24084 * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
24086 2002-10-24 Naba Kumar <naba@gnome.org>
24088 * src/debug_tree.c: Fixed a crash bug from Etay.
24090 * global_tags/create_global_tags: Added messages.
24091 Fixed infinite looping within files.
24093 * macro/autogen.sh: Removed debug and warning flags for defaults.
24095 Patch from Vadim Berezniker <vadim@berezniker.com>
24097 * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
24098 global-tags/tm_global_tags.c: Fixed infinite loop in system tags
24101 * Makefile.am: XML merge is broken for .destop in RH 8.0, so
24102 temporarily just copy it
24104 2002-10-24 Naba Kumar <naba@gnome.org>
24106 * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
24107 manuals/C/anjuta-manual/anjuta-manual.sgml,
24108 manuals/C/anjuta-manual/compileopts.sgml,
24109 manuals/C/anjuta-manual/debugger.sgml,
24110 manuals/C/anjuta-manual/execute.sgml,
24111 manuals/C/anjuta-manual/fileoperations.sgml,
24112 manuals/C/anjuta-manual/interface.sgml,
24113 manuals/C/anjuta-manual/introduction.sgml,
24114 manuals/C/anjuta-manual/projects.sgml,
24115 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24116 manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
24117 manuals/ja/anjuta-manual/anjuta-manual.sgml,
24118 manuals/ja/anjuta-manual/compileopts.sgml,
24119 manuals/ja/anjuta-manual/debugger.sgml,
24120 manuals/ja/anjuta-manual/execute.sgml,
24121 manuals/ja/anjuta-manual/fileoperations.sgml,
24122 manuals/ja/anjuta-manual/interface.sgml,
24123 manuals/ja/anjuta-manual/introduction.sgml,
24124 manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24126 2002-10-24 Naba Kumar <naba@gnome.org>
24128 * src/project_type.c: added autogen for qt projects.
24129 * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24130 Fixed a bug that retrieves wrong terminal command.
24131 * src/commnads.c: Added more terminal commands.
24132 * configure.in: Checks for scrollkeeper version.
24134 2002-10-22 Naba Kumar <naba@gnome.org>
24136 * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24137 instead of AM_GNOME_GETTEXT.
24139 * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24140 for setup-gettext for the wizard generated projects.
24142 * src/source.c: Fixed a bug where glade file wasn't generated.
24144 * src/gnome_project.c: Excluded project version from project dir
24147 2002-10-22 Naba Kumar <naba@gnome.org>
24149 * acinclude.m4: New file with dummy funtion for gettext
24150 cross compatibility fix.
24152 * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24153 * configure.in: Fixed cflags to avoid useless warnings.
24154 * Makefile.am: EXTRA_DIST += setup-gettext.
24155 * src/toolbars.c: Added space paddings around tags label.
24157 2002-10-21 Naba Kumar <naba@gnome.org>
24159 Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24161 * setup-gettext: New script to maintain gettext cross version
24163 * configure.in, macros/autogen.sh: Fix for gettext cross version
24166 2002-10-21 Naba Kumar <naba@gnome.org>
24168 * debug_tree.c: Fixed incorrect use of debug assertion.
24170 2002-10-18 Etay Meiri <etay-m@bezeqint.net>
24171 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24172 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24173 src/memory.c, src/memory.h, src/message-manager-private.cc:
24175 New parsing algorithm; adapted from kdevelop.
24176 Middle button menu for changing the value's display type
24178 2002-10-07 Naba Kumar <naba@gnome.org>
24180 * src/main_menubar_def.h: Changed status bar message for Help->
24181 Browse info pages. Bug #603308
24183 * src/executer.c: Made "User terminal" default for creating
24184 projects (User can always disable it later). Bug #114222
24186 2002-10-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24188 * macros/autogen.sh: Require gettext 0.10.x for autogen
24189 * src/text_editor.c: Fixes Bug #595303
24190 * src/source.c: Fixes Bug #595970
24191 * src/anjuta.c: Fixes Bug #598366
24192 * scingtilla/LexCPP.cxx: Bug #602296
24193 * src/main_menubar_def.h: Bug #604363
24194 * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24196 2002-10-07 Jens Georg <mail@jensgeorg.de>
24198 Reviewed by: Naba Kumar <kh_naba@gnome.org>
24199 * gnomefilelist.c: This patch fixes the bug #611542
24201 2002-09-20 Naba Kumar <kh_naba@gnome.org>
24203 * data/properties/Makefile.am: Added tcltk.properties file.
24205 2002-09-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24207 Reviewed by: Naba Kumar <kh_naba@gnome.org>
24209 * README: Updated README
24210 * plugins/class-gen/clsGen.c, src/message_manager.cc
24211 , src/mainmeu_callbacks.c, src/memory.c
24212 , src/project_dbase_gui.c, src/text_editor_gui.c
24213 , widgets/gnomefilelist.c: Set window icons
24214 * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24215 Enabled release build (stripped + optimized binaries, etc.)
24216 * data/properties/anjuta.properties, src/commands.c,
24217 src/defaults.cFixed bug #595489 (stdin on executables)
24218 * src/appwizard.c, src/main.c, src/message-manager.cc
24219 , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24220 , src/debug_tree.c: Memory related (valgrind) fixes.
24221 * src/message-manager-private.[cc,h], src/pixpams.h
24222 , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24223 * anjuta.prj: Added debug_tree.c to SOURCES
24224 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24225 src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24226 Compacted code and cleaned up unnecessary functions.
24227 * tagmanager/*.[ch]: Code fixes.
24229 2002-08-30 Etay Meiri <etay-m@bezeqint.il>
24231 Reviewed by: Naba Kumar <kh_naba@gnome.org>
24233 * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24234 Debug tree now detects changes of displayed variables
24235 and changes their color to red
24237 2002-09-20 Naba Kumar <kh_naba@gnome.org>
24239 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24241 * mainmenu_callbacks.c: Set's the current file name in
24242 file save as dialog.
24244 2002-09-20 Naba Kumar <kh_naba@gnome.org>
24246 Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24248 * data/properties/tcltk.properties: New file for tcl/tk
24251 2002-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
24253 * src/project_type.[c,h], src/source.c, data/Makefile.am:
24254 Fixed a fatal bug which doesn't let building gnome2 related
24255 projects. They use different autogen.sh script. Defined new
24256 type field "gnome_macro_support".
24258 * data/autogen.sh.gnome2: New file.
24260 * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24261 bug with quotes escaping in quotes.
24263 * src/message-manager-private.cc: Used event box instead
24264 of frame for local message pane, so that the borders appear
24265 properly and nicely.
24267 * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24268 if there is a project open and all the files are un-docked.
24270 * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24272 2002-08-27 Andy Piper <andy.piper@freeuk.com>
24274 * src/main_menubar_def.h: implement feature request #595356, patch #597161
24275 * THANKS: updated for new contributions
24276 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24278 2002-08-27 Steven Knight <steven.knight@unh.edu>
24280 * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24281 src/project_dbase.h, src/project_type.c, src/source.c,
24282 src/wizard_gui.c: new Qt project type
24283 *** NB not fully tested, may need some work, icon required...
24285 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24287 * src/memory.c, src/memory.h: new memory patch
24289 2002-08-27 Johannes Schmid <clubfan@users.sourceforge.net>
24291 * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24293 2002-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
24295 * lancher/anjuta_launcher.c: Determine pty from function
24296 call instead of running 'tty' externally.
24298 * data/properties/cs.properties: Added compile/build commands.
24299 Fixed execution properties.
24301 * src/commands.c: Added c# options.
24303 (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24305 * src/debug_tree.[c,h], src/debugger.[c,h],
24306 src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24308 The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24309 1. Misaligned structs when they are members of other structs.
24310 2. '{' sometimes appears as a variable.
24311 3. Wrong processing of some arrays.
24312 I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24313 that displays the tree in two columns (variable and value).
24315 2002-08-14 Stephane Demurget <demurgets@free.fr>
24317 Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24319 * data/properties/sql.properties: added the DATETIME data type.
24321 * data/properties/html.properties: added the foreach php keyword.
24323 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
24325 * NEWS: Updated with new features.
24327 * data/.cvsignore, doc/.cvsignore: Updated.
24329 Patch from: Etay Meiri <etay-m@bezeqint.net>
24331 * src/debug_tree.h, src/debug_tree.c: New files.
24333 * src/Makefile.am, src/message-manger-private.[h,cc],
24334 src/message-manger.cc: Added Tree view for debugger
24337 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
24339 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24341 * src/memory.c, src/memory.h: New files.
24343 * src/Makefile.am, src/appwizard.c, src/controls.c,
24344 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24345 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24347 Memory view implemetation that would enable viewing raw memory
24350 2002-08-08 Stephane Demurget <demurgets@free.fr>
24352 * AUTHORS: added Biswa, because I wonder why noone already have
24353 written his name in the Anjuta's hall of fame :)
24355 2002-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
24357 * src/appwizard_gui.c: Removed an ambiguous prototype.
24358 * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24359 fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24360 * THANKS: Updated M. Ali Vardar's email.
24362 2002-08-01 Andy Piper <andy.piper@freeuk.com>
24364 * src/anjuta_gui.c: implemented feature request to stop main and browser
24365 toolbars having exclusive use of space
24367 2002-08-01 Andy Piper <andy.piper@freeuk.com>
24369 * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24370 left over from the previous work to fix bugs :-)
24372 * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c,
24373 src/controls.c, src/mainmenu_callbacks.h,
24374 src/mainmenu_callbacks.c: Insert CVS keywords, message strings
24377 * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c,
24378 src/project_import_gui.c, src/sharedlib_gui.c,
24379 src/signals_gui.c: set window icon correctly
24381 * NEWS: more updates for the release
24383 * HACKING: updated for window icons and insert menu information
24385 * src/cvs_gui.c, src/build_project.c,
24386 src/project_import_cbs.c: message strings reviewed
24388 * src/controls.c: context help button should be disabled if
24389 DevHelp is not installed
24392 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
24394 * src/debugger.c: Fixed the signalling screw up because of string
24395 update in gdb used to report the child process PID. Also, no
24396 error dialog will be popped up for "no such file or directory"
24397 error (very annoying and useless error). This error will still
24398 be shown on the debug message window. Avoided terminating the
24399 program when the terminal is terminated -- doesn't hurt, otherwise
24400 we get crappy egg-and-hen problem.
24402 * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24403 dimensions loading.
24405 * src/anjuta.c: Limited the default size of main window to sane
24408 * src/preferences.c: Fixed some deadly memory corruption bugs in
24409 the recent patches. Return from getenv() should NEVER be freed,
24410 because they are static strings.
24412 * src/preferences_gui.c: Removed the fix for crash bug with font
24413 selection and applied the real fix.
24415 2002-06-08 Andy Piper <andy.piper@freeuk.com>
24417 * NEWS: updated for release
24419 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
24421 * src/launcher.c: Added a fix a memory leak and a possible
24422 fix for zvt-crash bug.
24424 * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24426 * data/properties/latex.properties,
24427 data/properties/ada.properties: Added file.is.source property.
24429 * src/an_file_view.c: Set auto column size of the file
24432 * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24433 The user is now prompted to confirm the closing of the file
24434 if it is being used by CVS. If yes, the editor is closed and
24435 the CVS operation stops.
24437 2002-06-07 Andy Piper <andy.piper@freeuk.com>
24439 * anjuta.prj: bump project version for release
24440 * BUGS: removed unnecessary file
24442 2002-06-07 Philip Van Hoof <freax@pandora.be>
24444 * widgets/gnomefilelist.c: fix up issue with directory deleted
24445 during the life of the file list widget
24446 * src/preferences_gui.c: sticking-plaster fix to font selection
24447 causes segfault bug
24449 Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24451 2002-06-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24453 * data/properties/anjuta.properties, src/an_file_view.[ch],
24454 src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch],
24455 src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c:
24456 added options for symbol and file browsers.
24457 * data/properties/cpp.properties: linker flags should come after
24458 the name of the file to compile.
24459 * scintilla/Editor.cxx: fixed gcc compilation warning.
24460 * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24461 be executed from bindir only.
24462 * src/an_file_view.[ch], tagmanager/tm_file_entry.c,
24463 tagmanager/include/tm_file_entry.h: CVS version information in file
24465 * src/anjuta.c, src/preferences.[ch]: remember visibility of messages
24467 * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24468 * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24469 crashes during file import.
24470 * src/project_import.c: disable project menu items during project
24473 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24475 2002-06-07 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24477 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24478 src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24479 src/main_menubar.h, src/controls.c: fixed Insert ChangeLog,
24480 modified Insert menu, added C functions template, header C
24481 template, modified header_template HEADER_H ==> NAMEFILE_H
24483 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24485 2002-06-05 Andy Piper <andy.piper@freeuk.com>
24487 * data/properties/html.properties: changed some file
24490 2002-06-05 Philip Van Hoof <freax@pandora.be>
24492 * widgets/gnomefilelist.c: Fixed #560759 and #561776
24494 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24496 2002-06-05 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24498 * data/properties/anjuta.properties, src/defaults.c: Make windows
24499 docked by default, fix the big fonts bug.
24501 * src/an_file_view.c, src/main_menubar_def.h,
24502 src/project_dbase_gui.c: sanitized the Edit/View mess.
24504 * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24505 for customizing shortcuts.
24507 * src/mainmenu_callbacks.c: Search for selected word if present.
24509 * src/text_editor_menu.c: Added context menu options for docking
24510 and undocking editor windows.
24512 * src/main_menubar.h, src/main_menubar.c: more support for the
24513 shortcuts menu item.
24515 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24517 2002-06-05 Andy Piper <andy.piper@freeuk.com>
24519 * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24520 all commit messages being written to top of the file
24522 * src/main_menubar_def.h: message strings reviewed
24524 * src/project_import.c: message strings reviewed
24526 * src/source.c, src/glades.c: message strings reviewed. Fixed
24527 some bugs around reading the project properties for creating
24528 .glade and .desktop files in the Application Wizard. There were
24529 typos in the property names being retrieved
24531 * widgets/gnomefilelist.c: changed build_full_path to make
24532 the file widget support ~
24533 Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24535 * THANKS, widgets/e-shell-about-box.c,
24536 manuals/anjuta-manual/C/authors.sgml: updated for new
24539 2002-06-05 Naba Kumar <kh_naba@users.sourceforge.net>
24541 * src/project_dbase.c: Fixed the file-path-corruption bug
24542 and the cannot-import-file-in-project bug. (follow-up with
24543 the last commit from Stef).
24545 * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24546 with unsaved-project.
24548 2002-06-05 Stephane Demurget <demurgets@free.fr>
24550 * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24553 2002-06-04 Andy Piper <andy.piper@freeuk.com>
24555 * data/properties/{xml,html,other}.properties: changed some file
24558 * data/anjuta.mime: oops! cvs added
24560 * scintilla/RESearch.cxx: fixed up a problem with comments
24562 * global-tags/create_global_tags.sh: redirect errors to /dev/null
24563 to avoid messages about missing libs
24565 * NEWS: started the release notes
24567 2002-06-04 Andy Piper <andy.piper@freeuk.com>
24569 * HACKING: updated with new information on printing, patch naming
24571 * TODO: removed completed tasks
24573 * THANKS: updated a few contributions
24575 * anjuta.prj: updated the icon file
24577 * anjuta.desktop.in.in: updated to add Categories
24579 * data/anjuta.mime: created a mime type for Anjuta project files
24580 (NB needs to be added to the install in /usr/share/mime/)
24582 * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's
24583 "Coded in Anjuta" button in Gimp XCF format. It can be converted
24584 to PNG for websites.
24586 * plugins/patch/patch-plugin.c: clarified some messages and
24587 made it easier to see different patching sessions
24589 * src/toolbar.c: changed some message text for consistency
24591 * src/preferences_gui.c, src/preferences.c, src/preferences.h,
24592 src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips
24594 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24596 * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h,
24597 src/project_dbase.{c,h}, src/project_import_cbs.c,
24598 src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24599 Added XLib Project and a Dockapp Project types.
24600 * pixmaps/Makefile.am: added line for new pixmap for new xlib
24602 * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24603 * src/source.c: Fixed memory leak in existing projects.
24604 (filename was not freed)
24605 Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24607 2002-06-04 Naba Kumar <kh_naba@users.sourceforge.net>
24609 * src/anjuta.h, src/anjuta.c: Added error display funtions
24610 with parent windows.
24612 * src/appwizard_cbs.c: Changed error display function to use
24615 2002-06-03 Naba Kumar <kh_naba@users.sourceforge.net>
24617 * printing/print.h, printing/printing.c: Taken care of document
24618 zoom factor and fixed a font loading bug. Dynamically calculated
24619 text widths to work with zooms properly. Re-organized code for
24620 dynamic text width calulations to work in general with utf8 chars.
24621 Determined font height and width automatically from the font info.
24623 * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24624 src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24625 Converted text.zoom.factor property to use #defined value. Removed
24626 margin header and margin numbers preferences, as they now
24627 calculated dynamically.
24629 2002-06-02 Naba Kumar <kh_naba@users.sourceforge.net>
24631 * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24632 printing/print-util.h, printing/print.c, printing/print.h:
24633 Rewritten printing support for style based printing. Syntax highlighted
24634 printing, monochromatic printing, setup using preferences etc.
24636 * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24637 printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24638 language and the styled text buffer.
24640 * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24641 the print setup preferences page and added printer preferences. Added functions
24642 to retrieve preferences with default values.
24644 * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24647 * data/properties/anjuta.properties: Added default printer preferences.
24649 * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24650 pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24651 pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24653 * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24655 2002-06-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24657 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24659 src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24660 src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24661 src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24662 cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24664 printing/Makefile.am: Reduced compiler optimizations.
24666 tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h,
24667 tagmanager/include/tm_workspace.h, tagmanager/tm_project.c,
24668 tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24669 tagmanager/tm_workspace.c: TagManager fixes.
24671 2002-06-01 Naba Kumar <kh_naba@users.sourceforge.net>
24673 * printing/*: CVS added. :)
24675 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24677 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24679 * printing*: CVS added.
24680 * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24681 configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24682 src/main_menubar_def.h: Gnome Print support
24683 * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24684 * configure.in: Enable debugging flag option
24685 * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24686 Print properties defined.
24687 * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24689 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24691 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24693 * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24694 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24695 src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24697 * src/text_editor.c: Minor cleanups.
24698 * anjuta.c: Tweaks to 'Goto File Line' functionality.
24699 * src/project_dbase.c: Fixes to add/remove files from project.
24700 * src/help.c: Fix minor memory leak.
24701 * src/project_dbase_gui.c: Remove debugging messages.
24702 * src/utilities.[ch]: Cleanups and minor fixes.
24703 * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24705 2002-05-30 Naba Kumar <kh_naba@users.sourceforge.net>
24707 * src/anjuta.c [anjuta_apply_preferences()]:
24708 Fixed a crash bug when tab pos is not defined for the editors.
24710 * data/properties/cpp.properties: Set default identifier property to normal.
24711 This fixes the bug in which the fore color gets hidden with dark background.
24713 2002-05-29 Naba Kumar <kh_naba@users.sourceforge.net>
24715 * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24718 * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24719 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24720 src/anjuta.c, data/properties/anjuta.properties:
24721 Implemented line wrapping.
24723 * src/aneditor.cxx, src/aneditor.h: Implemented Readonly file mode.
24725 * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24726 usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24727 tags. Code was reviewed from GNOME Bonsai view.
24729 * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24730 it seems to have been removed by scintilla people.
24732 * data/properties/anjuta.properties: Set default line wrap to false, as
24733 is noticably slow with big files.
24735 2002-05-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24737 * src/project_import_gui.c: disallow the selection of files in
24739 * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24742 2002-05-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24744 * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24745 src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24746 * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24747 * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24748 now works properly.
24749 * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24750 * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24751 * src/utilities.[ch]: Added some utility functions.
24752 * tagmanager/tm_project.c: Fix for bug in file removal from project.
24754 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24756 2002-05-26 Andy Piper <andy.piper@freeuk.com>
24758 * HACKING: info on FIXME statements and removed ccview references
24759 * Makefile.am: added rule to make RPM package
24761 2002-05-26 Andy Piper <andy.piper@freeuk.com>
24763 * THANKS, widgets/e-shell-about-box.c,
24764 manuals/anjuta-manual/C/authors.sgml: updated for new
24766 * src/anjuta.c: removed unnecessary warning code since CVS
24767 support is now implemented :-)
24768 * manuals/sgmldocs.make: implemented a fix for bug #553969
24769 * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24770 * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf,
24771 manuals/C/anjuta-faqs-C.omf: modified the descriptions
24773 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24775 * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24776 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24777 src/main_menubar_def.h, src/preferences_gui.c,
24778 preferences.c, preferences.h: setup Username and Email
24779 preferences, Insert ChangeLog and Username editor functions
24781 Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24783 2002-05-17 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24785 * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24786 src/src_paths_cbs.c, src/src_paths_gui.c
24787 Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24789 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24791 2002-05-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24793 * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24794 and goto tag menu items to main menu.
24796 2002-05-09 Andy Piper <andy.piper@freeuk.com>
24798 * THANKS, widgets/e-shell-about-box.c,
24799 manuals/anjuta-manual/C/authors.sgml: added new contributors
24800 * HACKING: updated with info on files to change for credits
24802 2002-05-09 Dan Elphick <dre00r@ecs.soton.ac.uk>
24804 * src/aneditor.cxx: extended extension list which fixes segfault
24805 on selecting lisp, ruby or matlab as highlight style.
24807 2002-05-09 Andy Piper <andy.piper@freeuk.com>
24809 * src/main_menubar_def.h: fixed an array initialiser and fixed
24810 the lexer settings for the new entries on the Format menu
24812 2002-05-07 Stephane Demurget <demurgets@free.fr>
24814 * Synced with Scintilla 1.45
24816 2002-05-06 Andy Piper <andy.piper@freeuk.com>
24818 * anjuta.prj: added another missing file
24819 * ChangeLog: fixed some incorrect change dates I caused by
24820 sloppy cut-and-pasting :-/
24822 2002-05-06 Andy Piper <andy.piper@freeuk.com>
24824 * src/mainmenu_callbacks.c: fixed title of new About box
24826 2002-05-05 Andy Piper <andy.piper@freeuk.com>
24828 * src/pixmaps.h: added macros for OpenGL and SDL project icons
24830 2002-05-05 Andy Piper <andy.piper@freeuk.com>
24832 * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24833 * anjuta.prj: updated for new files
24835 2002-05-05 Naba Kumar <kh_naba@users.sourceforge.net>
24837 * widgets/e-shell-about-box.c: Added version display.
24839 2002-05-03 Andy Piper <andy.piper@freeuk.com>
24841 * launcher/anjuta_launcher.c, src/dnd.c, src/session.c,
24842 widgets/scroll_menu.c: fixed up some compiler warnings (patch
24843 from Philip Van Hoof)
24845 2002-05-03 Andy Piper <andy.piper@freeuk.com>
24847 * manuals/C/anjuta-tutorial/Makefile.am: removed a circular
24849 * manuals/ja/anjuta-manual/anjuta-manual.sgml,
24850 manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems
24851 that produced build errors (needs checking on a machine with the
24853 * data/properties/lisp.properties: updated to match format of other
24854 lexer property files supplied with Anjuta
24856 2002-05-03 Andy Piper <andy.piper@freeuk.com>
24858 * anjuta.prj: added new files
24859 * HACKING: added information from the mailing list on
24860 adding new project types to the wizard (thanks to Johannes)
24862 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24864 * src/utilities.h, src/launcher.c, src/gnome_project.c,
24865 src/appwiz_page2.c: Fix for 547038.
24867 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24869 * attach_process.c, attach_process_cbs.c: Fixed a dialog
24872 * about.h: cvs removed.
24874 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24876 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24880 * src/anjuta.c (anjuta_system_error): checks for the error number to
24881 know whether the error description is needed or not.
24883 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24885 * pixmaps/anjuta_logo.png: New about logo.
24887 * pixmaps/anjuta_icon.png: New icon from Misha. The
24888 old one had trouble with some gtk themes.
24890 * about.c: Removed. No longer needed.
24892 * mainmenu_callbacks.c: Removed reference of about.h
24894 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24896 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24898 * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24899 mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24900 About Dialog (thanks to the Evolution team for the cool widget!)
24902 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24904 Patch from lbell <lbell@tsc4.com>
24906 * src/find_in_files.c, src/find_in_files.h,
24907 src/anjuta.c: Added save_yourself, load_yourself routines.
24909 * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24910 Added "Append messages" toggle button. This will enable
24911 the search results to be appended to the already existing
24914 * src/debugger.c: Fixed a typo.
24916 * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24917 src/session.c, src/session.h: Improved session management.
24919 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24921 * THANKS, FUTURE, AUTHORS: Changed my email and
24924 2002-05-02 Stephane Demurget <demurgets@free.fr>
24926 Impl. feature request #525271 (add Lisp support).
24928 * data/properties/lisp.properties: added.
24930 * data/properties/Makefile.am, data/properties/anjuta.properties: added
24931 the lisp properties.
24933 * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24934 src/utilities.[ch]: added support for the Lisp highlight style.
24936 2002-05-02 Stephane Demurget <demurgets@free.fr>
24938 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24939 src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24940 src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24941 option preferences to have a persistent setting. Plus it's not used
24942 often, so it's better here than flooding the menus.
24944 * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24945 preferences pages a lot more consistent and sweeter: tabs direction
24946 radiobuttons are directed against the meaning, all pages have an
24947 outter frame, a lot of padding, removed all expand attributes for
24948 vertical boxes, ...
24950 That's not a total revamp, but it's really looking better now, even
24951 if there's still work to be done.
24953 2002-05-01 Andy Piper <andy.piper@freeuk.com>
24955 * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24956 * TODO: added task to be completed before next release (update all credits)
24958 2002-05-01 Stephane Demurget <demurgets@free.fr>
24960 * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24963 2002-05-01 Benke László <decike@freemail.hu>
24965 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24967 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24968 src/main_menubar_def.h, src/mainmenu_callback.[ch],
24969 src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24970 to the format menu in order to reorder the notebook tabs in
24971 alphabetical order everytime a file is created/opened/saved.
24973 2002-05-01 Philip Van Hoof <freax@pandora.be>
24975 * widgets/gnomefilelist.[ch] (history_combo_go),
24976 (history_combo_clicked): impl.
24978 (gnome_filelist_new_with_path): use this new impl.
24980 2002-05-01 Stephane Demurget <demurgets@free.fr>
24982 * src/project_dbase_gui.c (add_file): added the xpm file type.
24984 2002-04-30 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24986 Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24989 * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24992 * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24993 src/text_editor_menu.c: Added context sensitive search in symbol
24994 browser and editor.
24996 * configure.in: Changed version number to 0.1.9.99.
24998 * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24999 src/project_import.c: Minor changes to project import facility.
25001 * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
25002 (Forced to use specific brace format)
25004 * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
25005 tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
25006 tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
25008 2002-04-30 Johannes Schmid <clubfan@users.sourceforge.net>
25010 Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
25011 replaced the spinbutton with an hscale, and made the UI less "blocky".
25013 * src/cvs_gui.c: When diffing a project you can choose date and
25016 * src/project_dbase.c: Import_file activated again
25018 * configure.in, plugins/Makefile.am: Added patch plugin
25020 * plugins/patch/*: The new patch plugin
25022 2002-04-28 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25024 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25026 * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
25027 dropdown list shown by autocompletion are now removed.
25029 2002-04-28 Philip Van Hoof <freax@pandora.be>
25031 Patch reviewed by Stephane Demurget <demurgets@free.fr> who merged
25032 a bunch of filetypes from the older version.
25034 * src/project_dbase_gui.c (add_file): changed the import
25035 dialog's filetypes combo contents depending on the
25036 type of data to be imported.
25038 2002-04-28 Stephane Demurget <demurgets@free.fr>
25040 * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
25041 the amount parameter as Philip stated and reformated to follow the
25044 * src/project_dbase.c (project_dbase_make_default_filetype_list):
25045 changed accordingly.
25047 2002-04-25 Stephane Demurget <demurgets@free.fr>
25051 * src/main_menubar_def.h: replaced the shortcut for "Find next" to
25052 Shift-F6, to be more consistent with other Gnome apps.
25053 Moved the "Search next" entry under the "Search" one, and swapped the
25054 order of the "Find in files" and "Find and Replace" ones.
25056 Some additional fixes ands cleanups on the edit menu.
25058 * src/main_menubar.h: replaced all occurences of repeat_find by
25059 find_again for the code to be more consistent.
25061 * src/main_menubar.c (update_main_menubar): made the "Find next" entry
25062 sensitiveness depending on the existence of an active text buffer.
25064 * TODO: added some bits about improving the usability of the
25065 search/search again couple.
25067 2002-04-25 Stephane Demurget <demurgets@free.fr>
25069 * src/preferences_gui.c: made the tab labels text more consistent
25072 2002-04-25 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25074 Patch reviewed and improved by Stephane Demurget <demurgets@free.fr>
25076 * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
25079 * src/main.c (main): simplified some code and cleanups.
25081 Fix a part of #499366:
25083 * src/commands.[ch] (sync_from_props), (command_editor_save),
25084 (on_apply_clicked), (create_command_editor_gui): added the gui
25085 corresponding to the command.terminal preference.
25087 2002-04-25 Stephane Demurget <demurgets@free.fr>
25091 * anjuta.spec.in: added build requirements for the source rpm.
25093 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
25095 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25097 * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c,
25098 src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c,
25099 src/project_type.c, source.c, wizard_gui.c:
25100 Added new GNOME 2 project types and changed glade behaviour to
25101 produce GTK code if project type GTK was selected and GTKmm code
25102 if project type GTKmm was selected (and not depending on the
25103 selected language. Disabled glade for GNOME 2 projects because
25104 we will need glade2 there.
25106 * src/project_dbase.c: Fixed a memory lack.
25108 * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
25110 * src/cvs.c: Added an error message if jobs are running
25112 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
25114 * tagmanager/tm_work_object.c: Fixed a chrash
25115 bug which occurs when it tries to stat an empty
25118 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
25120 * src/controls.c: CVS menu items now becomes
25121 insensitive when the launcher is busy.
25123 * src/anjuta.c, cvs.h, cvs.c: Created a function
25124 to update the cvs preferences when preferences are
25125 applied in preferences dialog and called it from
25126 anjuta_update_preferences().
25128 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25130 * src/cvs.c: Added a space in the cvs command
25131 before the revision part. This fixes the cvs
25132 error we get when cvs-diffing with revisions.
25134 * src/cvs.c: Fixed a compiler warning.
25136 * src/find_replace.c: The dialog now remembers
25137 the settings including the "prompt on replace"
25138 which seems to have broken somewhere line the
25141 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25143 * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25144 Added a new property in cvs class to hold a boolean
25145 for enabling date in cvs diff. This fixed the bizzare
25146 diff output due to the date that goes with the cvs
25147 command. Also, set the default value of compression
25148 to 3 and unified diff option to 1.
25150 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25152 * src/cvs.c: The diff editor is set to hilite as
25153 diff syntax hiliting.
25155 * configure.in, manual/Makefile.am:
25156 Added a new manual module for ja language.
25158 * manual/ja/*/*/*: New module and files for the
25159 ja translation for the anjuta documentation
25160 from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25162 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25164 * src/launcher.c: Made a very messy work around
25165 for the launcher authentication to work properly.
25167 * src/find_replace.c: Applied the missing patch
25168 from Dan Elphick <dre00r@ecs.soton.ac.uk>
25170 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25172 * src/cvs.c, src/main_menubar_def.h: made message strings
25173 consistent with existing standards from our own documentation
25174 (such as uppercase P in Project, corrected spelling of
25177 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25179 * src/cvs_gui.c: Cleaned up gui and aligned various
25180 widgets to give a clean look.
25182 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25184 * src/launcher.c: Added work around to retrieve
25185 the child exit code. It works. :)
25187 * src/find_in_files.c, src/gnome_project.c,
25188 src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25189 src/clean.c, src/clean_project.c, src/build_project.c,
25190 src/build_file.c: Modified to handle the new
25193 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25195 * src/find_replace.c: Changed signal to call
25196 on_replace_text_close on from delete_event
25197 to close => the replace history is now updated.
25199 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25201 * src/cvs.c: escaped the cvs import message before
25204 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25206 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25208 * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25210 * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25213 * src/preferences_gui.c: GUI improvements
25215 * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25217 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25219 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25220 Removed static qualifier from tm_tag_type_name() and
25221 availed it's prototype for use in outside code. also
25222 created reverse map function tm_tag_type_name();
25224 * src/anjuta.c: Implemented qualified tags names for
25225 the tag list (on the toolbar pulldown list) to avoid
25226 ambiguty in tags with similar names (like prototype
25227 and definition). Patch modified and improved.
25229 Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25231 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25233 * src/utilities.[c,h]: Added a utility funtion
25234 that escapes the single and double quotes in a
25235 given string. Useful for passing command line
25238 * src/cvs.c: Escaped the cvs log message before
25239 passing it to cvs command line to avoid ambiguties
25240 with quotes in the message.
25242 * pixmaps/anjuta_icon.png: Changed to the new icon.
25243 from Todd Goyen <goyen@mbi-berlin.de>
25245 * src/message-manager-private.cc: Added regex to
25246 recognize (underline hilite) the parsable outputs
25247 from the zvt terminal.
25249 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25251 Patch from: Tina Hirsch <tehirsch@arcor.de>
25253 * src/project_type.c:
25254 Fixed a bug in the wxproject type and modified the erroroutput when
25255 configure doesn't find wx-config
25257 Patch from: Timothee Besset <ttimo@idsoftware.com>
25259 * src/anjuta.c, src/message-manager-private.cc,
25260 src/message-manager-private.h
25261 Catches double clicks in the zvt terminal, and calls goto_error_line
25262 to jump to the appropriate location in the source. This will recognize
25265 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25267 * src/build_project.c: Taken care of memory leak
25268 by freeing cmd variable properly.
25270 * src/main_menubar_def.h: Fixed wrong signal connection
25271 for cvs project commit.
25273 * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25275 * src/preferences_gui.c: Added some border and adjusted
25276 expandsion, filling in box adds to make the cvs preferences
25279 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25281 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25283 * src/cvs*, src/main_menubar*, src/preferences*:
25284 Moved CVS settings to preferences, added a nice login dialog.
25286 * src/controls.c, src/project_dbase.c:
25287 CVS project options are only shown if a project is open
25289 * src/build_project.c:
25290 User is now asked if he wants to install as root
25295 * anjuta.prj: Updated with cvs files
25297 * TODO: Remove task which are done
25299 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25301 * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25302 src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25303 src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25305 Modified launcher to use controlling terminal to detect and
25306 take care of password authentications (for example, for cvs
25307 and root installs).
25309 * pixmaps/password.png: New file.
25311 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25313 Anjuta kick start tutorial wirtten by:
25314 Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25316 * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25317 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25318 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25319 manuals/C/anjuta-tutorial/figures/*.png:
25323 * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25327 2002-03-28 Roel Vanhout <roel@stack.be>
25329 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25331 * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25332 src/preferences_gui.c:
25333 Added option to wrap around to beginning/end of file when on last bookmark
25334 and next/previous bookmark is pressed
25336 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25338 Patch from Philip Van Hoof <freax@pandora.be>
25340 * src/gnomefilelist.c:
25341 Added gimp like feature that changes the file extension of
25342 the filename entered in the selections when the file
25345 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25347 Patch from Roy Wood <roy.wood@filogix.com>
25349 * src/controls.c, src/find_text.c, src/find_text.h,
25350 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25351 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25353 Menuitem for entering currently selected text as find target,
25354 added key accel for "find next" and changed some key accels for
25355 other key for consistency.
25360 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25362 * src/watch.c, src/watch.h, src/watch_cbs.c,
25363 src/watch_cbs.h, src/watch_gui.c:
25365 Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25367 Added change watch entries feature
25368 and Watch entries modify on double click fixed.
25370 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25372 * src/mainmenu_callbacks.c:
25374 Project commit should not bypass dialog as
25375 we need to get the cvs log from the user.
25377 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25379 * src/project_dbase.c:
25381 Patch from Roy Wood <roy.wood@filogix.com>
25383 Fixed docking bug with the new docking patch
25384 to fix copy/paste bug.
25386 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25388 * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25389 src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25390 src/main_menubar.h, src/main_menubar_def.h,
25391 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25393 Added cvs project support. Featured bypass cvs dialog for
25394 cases where we don't need dialog (such as project and right
25395 click selection from file browser). Cleaned up cvs code to
25396 make them generic cvs operations instead of separate file
25397 and project operations. Added cvs log action. Increased
25398 file entry box width and enabled "unified diff" by default.
25399 Used Editor buffer for status and log and set hilite for
25400 these buffers including diff buffer (DIFF hilite).
25402 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25404 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25406 * data: Added file autogen.sh.wxwin
25407 * data/Makefile.am: Added entry for autogen.sh.wxwin
25408 * pixmaps: Added project image appwiz_wxwin.png
25409 * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25410 * src/appwizard_cbs
25411 src/compiler_options.c
25413 src/project_dbase.c
25414 src/project_dbase.h
25415 src/project_import_cbs.c
25419 src/wizard_gui.c: Added everything necessary for new
25420 project type 'wxWindows (wxGTK)
25421 * src/project_dbase.c: Fixed a bug that caused every project
25422 to be a glade project in dialog
25423 'Project information'.
25425 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25427 Patch submitted by Roy Wood <roy.wood@filogix.com>
25429 * src/anjuta_gui.c, src/message-manager-dock.c,
25430 src/project_dbase.c:
25432 fixed the copy/paste bug by rewriting dock/undock
25435 2002-03-22 Johannes Schmid <clubfan@users.sourceforge.net>
25437 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25439 * src/cvs*, src/Makefile.am:
25440 New file for CVS support. File operations currently work
25441 cvs login needs to be done. Project support is not yet
25444 * src/main_menubar*, src/mainmenu_callbacks,
25445 src/anjuta.c, src/anjuta.h:
25446 Added menus and functions for cvs commands.
25448 * src/text_editor_menu.h:
25449 Added #include <gtk/gtk.h>
25452 Removed a warning (and this time it works ;-)
25454 * src/utilities.c, src/utilities.h:
25455 Added a utility function to retrieve directory
25456 name out of full path.
25458 2002-03-11 Jeroen van der Vegt <ajvdvegt@sourceforge.net>
25460 * src/executer.c: (create_executer_dialog): changed the default
25461 focus on the entry.
25463 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25465 * widgets/gnomefilelist.c:
25466 Fixed duplicate history entries for the same directory.
25468 2002-03-10 Stephane Demurget <demurgets@free.fr>
25472 * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25473 it's already used by scintilla to delete the whole current line.
25475 2002-03-10 Stephane Demurget <demurgets@free.fr>
25479 * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25480 calls to fileselection_hide_widget,
25481 (on_open_filesel_cancel_clicked): removed.
25483 * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25484 (on_add_prjfilesel_cancel_clicked):
25486 * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25489 * src/fileselection.c: Made some functions static.
25490 (fileselection_hide_widget): rewritten using the new
25491 gnome_filelist_set_multiple_selection function.
25493 * src/fileselection.c: (on_file_selection_delete_event): removed
25494 unuseful widget hides. Some cleanups,
25495 (on_file_selection_cancel_clicked): impl,
25496 (create_fileselection_gui): changed the cancel button clicked's
25497 callback to use this new function.
25499 * src/anjuta.c: (anjuta_new):
25500 * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25501 callbacks, because this the gnome filelist widget's job.
25503 * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25504 clist selection mode duplicates set,
25505 (gnome_filelist_key_press): use the new impl. function.
25507 2002-03-10 Stephane Demurget <demurgets@free.fr>
25511 * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25512 fixed some bogus code using an array cell out of
25513 range, removed unecessary gettext usages.
25515 * src/appwiz_page2.c: (on_prj_name_entry_changed):
25516 some cleanups and now transform minus characters to
25520 (source_write_configure_in),
25521 (source_write_toplevel_makefile_am),
25522 (source_write_desktop_entry),
25523 (source_write_glade_file):
25524 * src/project_dbase.c: (project_dbase_summon_glade),
25525 (project_dbase_generate_source_code):
25526 * src/glades.c: (gladen_write_glade_write):
25527 replaced some occurences of the target name by the
25528 project filename, using project_dbase_get_proj_name,
25529 to fix the name of some files.
25530 Fixed a lot of mem leaks.
25531 Various code cleanups.
25533 2002-03-06 Stephane Demurget <demurgets@free.fr>
25535 Merged with latest (1.44) scintilla.
25537 Added: - The calltip.<lexer>.end.definition property to display help
25538 text on a second line of calltip.
25539 - The calltip.<lexer>.word.characters property to correctly find
25540 calltips for functions that include characters like '$' which
25541 is not normally considered a word character.
25542 - The use.monospaced property to determine initial state of
25543 Use Monospaced Font setting.
25545 Bugs fixed: Too many to mention; please see :
25546 http://www.scintilla.org/ScintillaHistory.html for the
25549 * scintilla/*/*: updated nearly all files.
25551 * TODO: removed the need of a scintilla merge.
25553 Merged with latest (1.44) SciTE properties.
25555 * data/properties/anjuta.properties: added the wrap, use.monospaced
25558 * data/properties/html.properties: added a missing php extension, and
25559 updated php keywords to the latest reference.
25561 * data/properties/pascal.properties: added commands to compile, build
25562 and execute pascal applications.
25564 * data/properties/lua.properties: added styles for statements.
25566 * data/properties/bash.properties: added the declare keyword.
25568 Fixed distchecking.
25570 * global-tags/Makefile.am,
25571 global-tags/create-global-tags.sh: used some kind of ugly hack to
25572 make distchek work, since noone has proposed some better way.
25574 * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25575 and Ctrl-N replace Alt-N for new file according to the Gnome design
25578 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25580 * widgets/gnomedirlist.c
25581 widgets/gnomedirlist.h
25582 widgets/gnomefilelist.c
25583 widgets/gnomefilelist.h:
25585 Added GPL headings in the file.
25587 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25589 * src/attach_process.c
25590 src/attach_process_cbs.c
25591 src/attach_process_cbs.h
25592 src/attach_process_gui.c
25594 src/breakpoints_cbs.c
25595 src/breakpoints_cbs.h
25596 src/breakpoints_gui.c
25598 src/compiler_options.c
25599 src/compiler_options_cbs.c
25600 src/compiler_options_cbs.h
25601 src/compiler_options_gui.c
25602 src/find_in_files.c
25603 src/find_in_files_cbs.c
25604 src/find_in_files_cbs.h
25605 src/find_in_files_gui.c
25610 src/preferences_gui.c
25611 src/project_config.c
25613 src/src_paths_cbs.c
25614 src/src_paths_cbs.h
25615 src/src_paths_gui.c:
25617 Bugs #521629 and #522427 fixed. The problem was, that the
25618 escape-key was not catched and the dialog was hidden, but
25619 the flag was not set correctly.
25621 Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25622 using the gnome_dialog_close_hides()-setting present in most dialogs.
25623 Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25624 emits "close" and set the flag in the close-callback.
25626 Patch from: Jens Georg <mail@jensgeorg.de>
25628 2002-03-06 Stephane Demurget <demurgets@free.fr>
25630 * src/*.{c,cpp}: s/string_free/g_free/
25632 * src/utilities.[ch]: (string_free): removed.
25634 2002-03-06 Dan Elphick <dre00r@ecs.soton.ac.uk>
25636 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25638 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25639 src/mainmenu_callbacks.[ch]:
25640 Removed Project menu options: README, TODO, ChangeLog and NEWS
25641 Moved Save Build Messages to Build menu and only highlight it
25642 when there are build messages.
25643 Corrected a spelling: "mojority" -> "majority"
25644 Fixed initialisation of edit.edit_app_gui so now Edit menu
25645 can be shown when no project is loaded.
25647 * src/project_dbase.h: Removed prototype for static function
25649 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25651 * src/text_editor.c: Editor is marked changed after
25654 Patch from: Jens Georg <mail@jensgeorg.de>
25656 2002-03-04 Roel Vanhout <roel@stack.be>
25658 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25660 * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25661 Added option to ignore binary files on 'Find in files' (grep -I option)
25663 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
25666 session restoration and commandline load in
25669 * src/anjuta.[h,c], src/anjuta_cbs.c:
25670 Removed "clear windows menu" and prevented runtime
25673 * src/compile.c, src/build_file.c, src/build_project.c,
25675 Takes into account the preference setting for
25676 show dialog when job completes. Dialogs are
25677 shown when it is enabled otherwise not.
25679 2002-03-03 Roel Vanhout <roel@stack.be>
25681 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25684 Store 'Find...' search string on search so that 'Find Next' will search for
25685 that string, even if the dialog hasn't been closed yet.
25687 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
25689 * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25690 src/controls.c, src/main_menubar.h, src/main_menubar.[h,c],
25691 src/main_menubar_def.h:
25693 Organized menus, removed "Windows" and "Utilities" menus from the
25694 menubar [they are no longer needed]. Also removed some extragenous
25697 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
25699 * src/message-manager-private.cc:
25700 Set message clist selection mode to BROWSE.
25702 * src/message-manager.cc, src/an_symbol_view.c,
25703 src/an_file_view.c:
25704 Added Key navigation for the CTree and CList. Arrow left for
25705 node collapse, right for node expand, space (or enter) for
25706 activation (same as double click).
25708 2002-03-03 Roel Vanhout <roel@stack.be>
25710 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25712 * plugins/class-gen/clsGen.c
25713 Added functionality to semi-intelligently prefill filename
25714 boxes with names deduced from class name
25716 2002-02-26 lbell <lbell@tsc4.com>
25718 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25719 * src/preferences_gui.c:
25720 Removed an incorrect use of gtk_misc_set_alignment().
25722 * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25723 src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25724 src/preferences.h, src/preferences_gui.c:
25726 Added the option to reload last open project at the startup.
25727 Added the possibility to open a new project without close
25730 * src/properties.cxx:
25731 Corrected a spelling mistake in message string.
25734 Updated session functions.
25736 2002-02-26 Naba Kumar <kh_naba@users.sourceforge.net>
25738 * widgets/gnomefilelist.c: Bug fixes.
25740 Patch from Philip Van Hoof <freax@pandora.be>
25742 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
25744 * src/an_file_view.c:
25745 anjuta was unable to open some files becuase they were not being
25746 recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25747 Removed mime checking when opening with anjuta, becuase it doesn't
25748 hurt to open binary files in anjuta (some even may want to do so).
25750 Added a warning when mime type is not set when "view with default
25751 viewer" is activated.
25753 * src/an_file_view.c, an_symbol_view.c:
25754 Converted N_() to _() where ever appropriate in the strings.
25756 2002-02-25 Johannes Schmid <clubfan@users.sourceforge.net>
25758 * src/appwizard_gui.c, src/appwizard_cbs.c
25759 src/wizard_gui.c/h, src/appwiz_page3.c,
25760 src/project_import_gui.c:
25762 Moved target type radiobuttons to appwiz. page 2
25764 * src/message-manager-private.cc
25765 Fixed a bug which caused a crash if next message function was used
25767 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25769 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
25771 * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25772 Modifies the behaviour of Alt-TAB in Anjuta. This
25773 brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25774 edited files in the first items of the notebook.
25776 Patch from: Timothee Besset <timo@qeradiant.com>
25778 2002-02-24 Philip Van Hoof <freax@pandora.be>
25780 * widgets/gnomefilelist.c, gnomefilelist.h:
25781 Added filecompletion
25783 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25785 2002-02-21 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
25787 * configure.in: Added "sk" to ALL_LINGUAS.
25789 2002-02-20 Johannes Schmid <clubfan@users.sourceforge.net>
25791 * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c,
25792 src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25793 src/wizard_gui.c: Added support for static and dynamic libs
25795 2002-02-20 Dan Elphick <dre00r@ecs.soton.ac.uk>
25797 * widgets/gnomefilelist.c:
25798 Fixed gnome_filelist_get_lastfilename so it no longer returns
25801 2002-02-20 Naba Kumar <kh_naba@users.sourceforge.net>
25803 * src/resources.h, resources.c:
25806 * src/main_menubar_def.h, mainmenu_callbacks.c:
25807 Changed to use gnome configed url handler.
25809 2002-02-19 Philip Van Hoof <freax@pandora.be>
25811 * widgets/gnomefilelist.c
25812 Added PHP filetype.
25814 2002-02-19 Naba Kumar <kh_naba@users.sourceforge.net>
25816 * plugins/class-gen/clsGen.c:
25819 * widgets/gnomefilelist.c:
25820 Gives the maximum space to the files section of the open file dialog.
25822 Patches from: lbell <lbell@tsc4.com>
25824 2002-02-18 Naba Kumar <kh_naba@users.sourceforge.net>
25826 * src/anjuta.c, main.c:
25827 Used tm_get_real_path in anjuta_get_full_filename();
25829 2002-02-18 Andy Piper <andyp@users.sourceforge.net>
25831 * anjuta.prj: update version
25833 2002-02-17 Stephane Demurget <demurgets@free.fr>
25835 * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25836 removed the amount arg and replaced with a NULL-ending list.
25837 (gnome_filelisttype_makedefaultlist): use the new prototype.
25839 2002-02-17 Andy Piper <andyp@users.sourceforge.net>
25841 * src/about.c, THANKS: updated for new contributors
25843 * anjuta.prj: added new files
25845 * README: corrected some documentation, ctags no longer needed,
25846 pkgconfig now required
25848 * data/properties/others.properties: add .cvsdiff extension
25850 * src/project_dbase_gui.c, src/utilities.c, src/utilities.h:
25851 patch from Vadim Berezniker <vadim@berezniker.com> to improve
25854 * doc/anjuta.1: added initial man page thanks to
25855 Rob Bradford <rob@debianplanet.org> (NB build and install
25858 2002-02-17 Johannes Schmid <clubfan@users.sourceforge.net>
25860 * src/Makefile.am: Cleaned handling of compiler flags by moving them
25861 to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25864 * configure.in: Changed version to 0.1.10-pre
25866 2002-02-17 Stephane Demurget <demurgets@free.fr>
25868 * src/fileselection.c: (create_fileselection_gui): always display
25869 the directory creation button as we cannot rely on the dialog
25872 * widgets/gnomefilelist.[ch]: fixed includes.
25874 * pixmaps/new_folder.xpm: resized, added a + sign.
25876 2002-02-17 Stephane Demurget <demurgets@free.fr>
25878 * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25879 changed all extensions to begin with a dot.
25881 2002-02-16 Philip Van Hoof <freax@pandora.be>
25883 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25885 * THANKS: added Philip.
25887 * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25889 * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25890 * src/file_selection.[ch],
25891 * widgets/gnomefilelist.[ch]: added a filetype
25892 combobox to the Anjuta file dialog widget.
25894 2002-02-14 Andy Piper <andy.piper@freeuk.com>
25896 * anjuta.spec.in: eep! the import script was not being installed by
25897 RPM - fixed for the release.
25899 2002-02-13 Stephane Demurget <demurgets@free.fr>
25901 Various cleanups and fixes for the next release to be able to make
25904 * plugins/*/*.c: added missing prototypes causing gcc to speak to
25905 much and make some tweaks plus cleanups.
25907 * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25908 args to remove some warnings.
25910 * global-tags/Makefile.am,
25912 src/Makefile.am: link against Anjuta static libs using the
25913 $(top_builddir) dir, not anymore on $(top_srcdir) to make
25916 * src/Makefile.am: ditto with all the Anjuta static libs.
25918 * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25919 include, as we already include the whole directory for the build.
25921 * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25923 2002-02-13 Andy Piper <andy.piper@freeuk.com>
25925 * pixmaps/Makefile.am: icon for libglade project now installed
25926 * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25927 * manuals/C/Makefile.am: removed ChangeLog reference which was
25928 breaking some build stuff
25929 * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25930 include reference problems that showed up on make distcheck
25931 * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25933 2002-02-13 Johannes Schmid <clubfan@users.sourceforge.net>
25935 * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25937 2002-02-12 Naba Kumar <kh_naba@users.sourceforge.net>
25939 * src/message-manager-private.cc:
25940 The horizontal scrollbar now shows properly on demand.
25942 2002-02-08 Johannes Schmid <clubfan@users.sourceforge.net>
25944 * src/dnd.c fixed some warnings
25945 * src/message-manager-private.cc: Horizontal scrollbar is now shown
25946 and works. It is shown always at the moment but before it was
25947 shown on demand and did never work.
25949 2002-02-07 Naba Kumar <kh_naba@users.sourceforge.net>
25951 * src/anjuta.c: Fixed a crash bug.
25952 patch from: Jens Georg <mail@jensgeorg.de>
25954 2002-02-04 Andy Piper <andy.piper@freeuk.com>
25956 * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25957 reports a problem with missing end tags on <graphic>
25959 2002-02-03 Andy Piper <andy.piper@freeuk.com>
25961 * manuals/C/ChangeLog: removed since it was never used
25962 * manuals/C/anjuta-manual/*: more updates, new screenshots
25963 * anjuta.prj: updated for new manuals/ structure
25965 2002-02-03 Johannes Schmid <clubfan@users.sourceforge.net>
25967 * source.c, compiler_options.[c/h]:
25968 Fixed bug #460321 "Problem with optimization options"
25969 by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25971 2002-02-03 Andy Piper <andy.piper@freeuk.com>
25973 * NEWS: prepared for release, need to fill in date
25974 * data/welcome.txt: version number updated
25976 2002-02-03 Andy Piper <andy.piper@freeuk.com>
25978 * src/text_editor_menu.c, src/an_file_view.c,
25979 src/an_symbol_view.c: marked strings for translation
25981 * src/defaults.c, data/properties/xml.properties:
25982 *.omf and *.xsl files should use XML highlighting
25984 * manuals/C/anjuta-manual/*:
25985 - restructured so that files have more meaningful names
25986 and are easier to edit (see anjuta-manual.sgml for the
25988 - updated some screenshots
25989 - continued rewrite
25991 2002-02-02 Naba Kumar <kh_naba@users.sourceforge.net>
25993 * main.c: Made a workaround to remove the old
25994 anjuta gnome config file (older than 9 Feb 2002). This
25995 will fix the bug which never lets the brower toolbar shown.
25997 * main.c: In fact, the above solution wouldn't work in all
25998 cases. Therefore, here is the better fix, which works by
25999 detecting the version of the old config file and deleting
26000 ~/.gnome/Anjuta if it is lesser than 0.1.9.
26002 2002-02-01 Andy Piper <andy.piper@freeuk.com>
26004 * HACKING: added info on submitting patches
26006 2002-01-31 Johannes Schmid <clubfan@users.sourceforge.net>
26008 * src/project_import_gui.c, src/project_import.c:
26009 - If Project Import Wizard is canceled everything is
26011 - Back button is now insensitive on page 3 (some problems:
26012 see TODO in project_import_qui.c:284
26013 - Menu frame is insensitive if project type != GNOME(mm)
26015 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
26017 * src/main.c: Fixed bug # (Unable to open files on
26018 double click in project window from second trial onwards when
26019 the project is opened from command line).
26021 * po/POTFILES.in: Removed tags_manager.[h,c]
26023 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
26025 * src/preferences.c:
26026 A quick hack to fix the 'invisible' browser toolbar when
26027 upgrading from 0.1.8 to 0.1.9
26030 Fixed toolbar names which were causing confusions in the toolbar
26034 Substituted "anjuta" with PACKAGE
26036 * src/project_import_gui.c:
26037 Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
26039 * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
26040 Added new files and removed obsolete ones.
26042 2002-01-30 Andy Piper <andy.piper@freeuk.com>
26044 * src/appwizard_cbs.c, project_import_cbs.c,
26045 main_menubar_def.h, project_import_gui.c:
26046 updates to message strings and layout for the
26049 * text_editor_cbs.c: fix for the tab menu entries for
26050 redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
26052 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
26059 Tag dropdown exclusive (takes
26060 all space in the toolbar) and never vertical and
26061 increased the width of the tag combo to 256 pixs.
26062 Toolbar separator before the combo and button.
26063 Added tags label before the tag button.
26064 Reorganized the dock bands for the toolbars.
26066 * src/project_import_gui.c
26067 src/project_import.c:
26068 Fixed an error and removed an unused variable.
26070 * data/properties/anjuta.properties:
26071 Removed the property for the old toolbar and set
26072 browser toolbar show to default.
26074 * src/project_dbase.c: excluded modules were not
26078 No build files will be written if the project is blocked.
26080 * src/project_import.c,
26081 src/project_import_cbs.c,
26085 Manually applied Johannes patch to fix some memory
26086 issues and gui clean up.
26087 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26089 * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
26090 Fixed a bad bug with remove file from project because of
26091 files were never removed properly from the project and
26092 from the tagmanager.
26094 * src/appwiz_page3.c: Disabled unused codes to clear
26097 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
26099 * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
26102 pixmaps/Makefile.am
26105 src/an_symbol_view.c
26113 src/main_menubar_def.h
26114 src/mainmenu_callbacks.c
26115 src/mainmenu_callbacks.h
26117 src/project_dbase.c
26118 src/project_dbase.h
26120 src/text_editor_menu.c
26121 src/text_editor_menu.h
26124 src/toolbar_callbacks.c
26125 src/toolbar_callbacks.h :
26127 Patch submitted by:
26128 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26130 Removes the Tags toolbar and substituted it with
26131 tags combo dropdown list. Fixes a couple of bugs.
26133 Moved the tag combo to browser toolbar because
26134 main toolbar was becoming too long.
26135 Made a new icon of tag toolbar.
26137 * po/zh_TW.po: Fixed bug.
26139 * pixmaps/an_tag.xpm: Added new file.
26141 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
26143 * src/project_import_gui.c: Reorganized project
26146 2002-01-29 Andy Piper <andy.piper@freeuk.com>
26148 * HACKING: added info on creating windows and dialogs
26150 2002-01-29 Naba Kumar <kh_naba@users.sourceforge.net>
26152 * src/tm_file_view.c:
26154 Sorts the file list at the end instead of doing sort-insert
26155 to improve performance.
26156 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26158 * src/project_dbase.c: Resolved a conflict from
26161 * src/project_import.c:
26163 Fixed to use anjuta_import.sh for the bin dir and
26164 not from the data dir.
26166 Used anjuta_is_installed() function to verify a the command's
26169 Fixed import command to use sh (which is more general and is
26170 gauranteed to be found in any unix system :-)). Also, added
26171 double quotes around the import directory.
26173 Changed some strings for better translations (like avoiding
26176 Fixed the reading of wrong target type.
26178 * src/control.c: Insensitive "import project" when there is
26181 * src/project_import_cbs.c:
26183 Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26184 Fixed selection of gettext checkbox.
26185 Sets the menu entries.
26187 2002-01-28 Johannes Schmid <clubfan@users.sourceforge.net>
26189 * src/appwiz_page[1-4].c
26191 * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26192 be able to reuse it.
26194 * src/mainmenubar.[c/h]
26195 * src/mainmenubar_def.h
26196 * src/mainmenu_callbacks.[c/h]: Code to create "Import Project"
26199 * src/message-manager.c: Fixed bug 509192
26200 * src/message-manager-dock.c: Added accel_group if window is undocked
26202 * src/project_dbase.[c/h]: Splitted opening code to be able
26203 to use it without an open file dialog
26204 (Maybe I broke Naba's changes, please take a look)
26206 * src/project_import.[c/h]
26207 * src/project_import_gui.c: New Files, Code for Project Import Wizard
26209 * src/wizard_gui.[c/h]: New Files, shared code between appwizard and
26212 2002-01-28 Andy Piper <andy.piper@freeuk.com>
26214 * src/main_menubar_def.h, tagmanager/tm_project.c: more
26217 * manuals/C/anjuta_manual/*: started rewrite of the
26218 manual, updated some screenshots
26220 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26222 * src/gnomefilelist.h, src/gnomefilelist.c:
26224 Fixed multiple selection bug (#497085). The OK button is
26225 sensitive when in multiple mode, if the no. of
26226 selection is one or more.
26228 Toggle between single and multiple selection mode
26229 and multiple mode display.
26231 Fixed strings to translable strings.
26233 Fixed some compiler warnings by commenting out
26236 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26238 * src/project_dbase.c: App status bar now updates
26239 with the project name when the project is loaded.
26241 * src/an_file_view.c, tagmanager/tm_file_entry.c:
26243 Puts the directories at the top. They're also sorted now.
26244 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26246 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26248 * scripts/anjuta_import.sh.in: Added file.
26249 * scripts/anjuta_import.sh: Removed file.
26251 * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26254 * src/main_menubar_def.h:
26256 Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26257 reflect the opposite of Find (CTRL+F) and also to leave
26260 Changed Glade summon with ALT+G, which frees the ATL+E
26261 for poping up the edit menu.
26263 * src/Makefile.am: Debugging link flags by Biswa, removed.
26265 2002-01-28 Andy Piper <andy.piper@freeuk.com>
26267 * HACKING: added information on best practices for writing
26268 application messages and GUI labels
26270 * src/CORBA-Server.c, src/about.c, src/anjuta.c,
26271 src/breakpoints.c, src/build_file.c, src/build_project.c,
26272 src/clean_project.c, src/compile.c,
26273 src/compiler_options_cbs.c, src/compiler_options_gui.c,
26274 src/configurer.c, src/debugger.c, src/executer.c,
26275 src/find_in_files.c, src/find_in_files_cbs.c,
26276 src/find_replace.c, src/find_text.c, src/glades.c,
26277 src/gnome_project.c, src/goto_line.c, src/main.c,
26278 src/main_menubar.c, src/main_menubar_def.h,
26279 src/mainmenu_callbacks.c, src/preferences_gui.c,
26280 src/project_config.c, src/project_dbase.c,
26281 src/project_dbase_gui.c, src/resources.c, src/source.c,
26282 src/support.c, src/tags_manager.c, src/text_editor.c,
26283 src/text_editor_gui.c, src/text_editor_menu.c,
26284 src/toolbar_callbacks.c, src/utilities.c:
26285 lots of minor message updates to make them more user-friendly
26288 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
26292 Because of the spaces escaping, the command could not be
26293 executed when run without terminal. Now fixed.
26295 * anjuta.prj, Makefile.am:
26297 Added anjuta project file.
26299 2002-01-27 Naba Kumar <kh_naba@users.sourceforge.net>
26301 * src/message-manager-private.h, message-manager-private.cc,
26304 Added freeze() and thaw() for the message window class to
26305 speed up the message manager update.
26307 * src/project_config.h, project_config.c,
26308 src/project_dbase.h, project_dbase.h
26309 scripts/anjuta_project.template:
26311 Added two new prject attributes: project.config.blocked and
26312 project.excluded.modules. The former will make sure that users
26313 are not given any previlidge in enabling the 'overwrite build
26314 files' flags and the later issues a list of modules in the project
26315 to be skipped for symbol browsing and project listing.
26317 * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26319 Modified script to read the template from the anjuta data dir
26320 rather than from the directory in which the script exist. Otherwise,
26321 Being transfered to the bin dir, the script will not be able to
26322 find the template when it is run.
26324 The script is also create with configure.in to set in the anjuta
26325 data dir path inside the script.
26327 2002-01-26 Stephane Demurget <demurgets@free.fr>
26329 * po/fr.po: updated to the latest sources.
26331 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26333 * scripts/Makefile.am:
26334 anjuta_import.sh goes with distribution.
26336 * po/*.po: They seem to have updated (merged with
26337 anjuta.pot) automatically when I did "make dist".
26339 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26341 * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26342 Fixed Bug #499807, ie crash on removing libs, includes, defines from
26343 the compiler options dialog.
26346 Correct todays date. :)
26348 * scripts/Makefile.am:
26349 Installs anjuta_import.sh in $(prefix)/bin dir and
26350 is treated as an executable.
26352 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26354 * Fix for bug #499373
26356 * data/properties/anjuta.properties, ada.properties, cpp.properties,
26357 java, properties, latex.properties, lua.properties, others.properties,
26360 Added double-quotes around file arguments so that
26361 filenames with spaces could also work.
26363 * launcher/anjuta-launcher.c, executer.c:
26364 Escaped quotes in the cammand and it's arguments before executing
26365 so that args with spaces can also work.
26367 Commented #DEBUG switch.
26369 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
26371 * scripts/*: Added files which I forgot previously.
26373 * src/aneditor.h: Lined up commands definition for better look.
26375 * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26376 main_menubar.h, control.c:
26377 Added three more convert EOL chars submenu items in transform.
26378 Reformatted some some.
26380 * data/anjuta.properties:
26381 Reformatted a line.
26383 * src/aneditor.h, aneditor.c:
26384 Added three commands (with definitions) for EOL conversions.
26386 * src/text_editor.c:
26387 Editor detects file mode from the file content and
26388 set the editing mode to CR/LF/CRLF automatically.
26389 Refined Dos mode extrageneous chars filter
26390 This will make sure that filter works only in Dos mode and not
26393 * src/anjuta.c: Editor mode display in status bar.
26395 * src/preferences_gui.c: Changed the string for dos mode
26396 filter to more sensible string.
26398 * src/aneditor.c: Default editor mode sets during widget creation
26399 and not everty time the properties are loaded. This makes sure
26400 that the auto-detected mode is not overridden by the default mode.
26402 * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26404 * src/anjuta.c: Fixed bug #476028.
26405 Now anjuta also searches for file relative to top project dir,
26406 when the project is open.
26408 * src/anjuta_cbs.c: Fixed bug #499536.
26409 File is not closed if it is not able to save the file properly.
26411 * src/mainmenu_callbacks.c: Fixed bug #499536.
26412 Newfiles (which are not modified) are also closed on "close all files".
26414 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
26416 * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26418 * tagmanager/tm_source_file.c, regex.c, parse.c:
26419 defined and delimited g_messages within #debug.
26421 * src/preferences.c, data/anjuta.properties:
26422 saved/defied message-manager tag position in string.
26423 Message tag possition is saved between sessions. And
26424 and tag position bottom as default.
26426 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
26428 Patch submitted by:
26429 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26434 data/properties/Makefile.am
26435 global-tags/Makefile.am
26436 pixmaps/Makefile.am
26440 src/an_symbol_view.c
26441 src/an_symbol_view.h
26446 src/message-manager-private.cc
26448 src/project_dbase.c
26449 src/project_dbase_gui.c
26459 pixmaps/sv_class.xpm
26460 pixmaps/sv_function.xpm
26461 pixmaps/sv_macro.xpm
26462 pixmaps/sv_private_fun.xpm
26463 pixmaps/sv_private_var.xpm
26464 pixmaps/sv_protected_fun.xpm
26465 pixmaps/sv_protected_var.xpm
26466 pixmaps/sv_public_fun.xpm
26467 pixmaps/sv_public_var.xpm
26468 pixmaps/sv_static_fun.xpm
26469 pixmaps/sv_static_var.xpm
26470 pixmaps/sv_struct.xpm
26471 pixmaps/sv_unknown.xpm
26472 pixmaps/sv_variable.xpm
26473 pixmaps/fv_core.xpm
26474 pixmaps/fv_text.xpm
26475 pixmaps/filestoremove.txt:
26479 * pixmaps/class.xpm
26480 pixmaps/function.xpm
26481 pixmaps/fv_autofile.xpm
26483 pixmaps/fv_i18n.xpm
26484 pixmaps/fv_source.xpm
26485 pixmaps/private_func.xpm
26486 pixmaps/private_var.xpm
26487 pixmaps/protected_func.xpm
26488 pixmaps/protected_var.xpm
26489 pixmaps/public_func.xpm
26490 pixmaps/public_var.xpm
26492 pixmaps/variable.xpm
26498 Upgraded to tagmanager-0.7
26500 2002-01-24 Johannes Schmid <clubfan@users.sourceforge.net>
26501 * src/anjuta_cbs.c: Fixed bug #506441
26502 * src/watch_gui.c: Changed layout of eval dialog so that
26503 it fits on a 800x600 desktop with German translation.
26505 2002-01-23 Andy Piper <andy.piper@freeuk.com>
26507 * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26508 * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new
26509 icon for new project type (thanks to Misha)
26510 * configure.in: build and install Danish translation
26511 * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated
26512 credits to cover new patches and translations
26514 2002-01-23 Johannes Schmid <clubfan@users.sourceforge.net>
26516 * src/preferences.c, src/message-manager.cc, src/project_type.c,
26517 src/appwiz_page1.c:
26519 - Font preferences are restored properly now (\n was missing)
26520 - Dock menu label of message-manager is "Dock/Undock" instead
26521 of "Dock|Undock" to match with the rest of anjuta.
26522 - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26523 changed it in anjuta, too
26525 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
26527 * tagmanager/tm_source_file.c,
26528 tagmanager/parse.c,
26529 tagmanager/tm_project.c,
26530 src/an_symbol_view.c,
26533 Disabled debug warnings.
26535 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
26537 * src/appwiz_page1.c
26538 src/compiler_options.c
26539 src/project_dbase.c
26540 src/project_dbase.h
26545 New project type named LibGlade.
26547 Patch submitted by:
26548 Dick Knol <dknol@gmx.net>
26551 Commented out unused pixmap creation. May be it
26552 will fix the crash in project creation.
26554 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
26558 src/registers_cbs.c
26559 src/registers_cbs.h
26560 src/registers_gui.c
26563 src/sharedlib_cbs.c
26564 src/sharedlib_cbs.h
26565 src/sharedlib_gui.c
26573 src/stack_trace_cbs.c
26574 src/stack_trace_cbs.h
26575 src/stack_trace_gui.c
26583 Fixed bug #496290: Attach/detach removed from these
26584 windows as they are never implemented.
26586 Patch submitted by:
26587 Johannes Schmid <johannes.schmid@gmx.de>
26589 2002-01-18 Naba Kumar <kh_naba@users.sourceforge.net>
26595 when you right click on the tabs, a list of filenames are given
26596 out, but now it gives a list of "page 1", "page 2", etc...
26598 Patch submitted by:
26599 Jens Georg <mail@jensgeorg.de>
26601 * anjuta.in.in: Removed c|c++ because, it was not necessary
26602 and was causing translation problem.
26604 * plugins/class-gen/clsGen.c:
26605 removed "'" for the same reason.
26607 attached the fix for the menu
26610 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
26612 * src/preferences.h,
26614 src/preferences_gui.c:
26616 Adds the functionality to Anjuta to auto save your unsaved
26617 files before you build a project.
26619 Patch submitted by:
26620 jason <jason_williams@suth.com>
26622 * src/anjuta.[h,c]:
26623 Added function for save all files.
26625 * src/mainmenu_callbacks.c:
26626 Modified to use the above function.
26628 * src/build_project.c:
26629 Save all files before build if it is set in the
26632 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
26634 * src/message-manager-private.cc
26635 src/message-manager-private.h
26636 src/message-manager.cc:
26638 Message-manager now restores the tabs which were shown on startup.
26639 The terminal is now created on demand (as requested by Biswa)
26640 and I have removed some debug messages.
26642 Patch submitted by:
26643 Johannes Schmid <johannes.schmid@gmx.de>
26645 2002-01-13 Stephane Demurget <demurgets@free.fr>
26647 * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26648 proper tabs keyboard navigation.
26650 * src/an_symbol_view.c,
26652 src/gnome_project.c,
26653 src/project_dbase.c,
26654 src/tags_manager.c: removed some debugging display.
26656 2002-01-09 Naba Kumar <kh_naba@users.sourceforge.net>
26658 * src/message-manager-dock.c
26659 src/message-manager-private.cc
26660 src/message-manager-private.h
26661 src/message-manager.cc
26664 src/preferences_gui.c:
26666 Patch submitted by:
26667 Johannes Schmid <johannes.schmid@gmx.de>
26669 This patch adds a tab to the notebook of the preferences-dialog
26670 where you can change the colors, the tab position of the new
26671 message manager. Also the truncate messages stuff has moved
26672 from misc tab to messages tab.
26674 Also improved the remembering position stuff of message manager.
26676 * data/internal.properties,
26677 Added definitions for messages colors and tag position.
26679 * src/message_manager.cc:
26680 Fixed a bug that never lets the messages panes to get cleared.
26681 Added wmclass setting for the message window. Fixed a bug in
26682 which the message window was not being shown.
26684 * src/tag_manager.c: Fixed printing of (NULL) in the debug
26685 output and disabled it.
26687 * src/anjuta.c: Preferences created and loaded before anything else.
26688 anjuta now recognizes messages colors on startup and initializes
26691 2002-01-09 Andy Piper <andy.piper@freeuk.com>
26693 * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26695 2002-01-09 Stephane Demurget <demurgets@free.fr>
26697 * pixmaps/file_c.xpm,
26698 pixmaps/file_cpp.xpm,
26699 pixmaps/file_file.xpm,
26700 pixmaps/file_h.xpm,
26701 pixmaps/file_html.xpm,
26702 pixmaps/file_i18n.xpm,
26703 pixmaps/file_icon.xpm,
26704 pixmaps/file_pix.xpm,
26705 pixmaps/fv_doc.xpm,
26706 pixmaps/fv_i18n.xpm,
26707 pixmaps/fv_image.xpm,
26708 pixmaps/fv_source.xpm,
26709 pixmaps/fv_unknown.xpm: made these icons transparent.
26711 2002-01-08 Andy Piper <andy.piper@freeuk.com>
26713 * launcher/anjuta_launcher.c: updated message strings
26714 * src/message-manager-dock.c: added newline at end to avoid compile warning
26715 * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26716 * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26717 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26718 entries for username and Python-style GPL notice
26719 * HACKING: added info on files to change to update Insert menu
26721 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
26723 * src/project_dbase.c,
26724 src/an_file_view.c,
26725 src/an_symbol_view.c:
26726 Changed the CTree expander style to square and
26727 line style to Dotted line.
26729 * po/POTFILES.in: Removed and Added translable files.
26731 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
26733 * ccview/.cvsignore: Removed.
26735 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
26738 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26739 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26740 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26741 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26742 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26743 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26745 Removed ccview module because it is no longer needed.
26747 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
26749 * src/project_dbase.c:
26750 Shifted structure initialization in project_dbase_new()
26751 before anything else, otherwise it was crashing due to
26752 uninitialized values.
26754 * src/an_symbol_view.c:
26755 Disabled high volume debug output.
26757 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
26759 Applied a very heavy patch from:
26760 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26764 pixmaps/Makefile.am
26776 src/fileselection.c
26779 src/main_menubar_def.h
26780 src/mainmenu_callbacks.c
26781 src/mainmenu_callbacks.h
26782 src/project_dbase.c
26783 src/project_dbase.h
26784 src/project_dbase_gui.c
26786 src/text_editor_menu.c
26787 src/toolbar_callbacks.c
26788 tagmanager/Makefile.am
26790 tagmanager/include/Makefile.am
26791 tagmanager/include/tm_project.h
26792 tagmanager/include/tm_symbol.h
26793 tagmanager/include/tm_tag.h
26794 tagmanager/include/tm_tagmanager.h
26795 tagmanager/include/tm_workspace.h
26796 tagmanager/tm_project.c
26797 tagmanager/tm_source_file.c
26798 tagmanager/tm_symbol.c
26799 tagmanager/tm_tag.c
26800 tagmanager/tm_workspace.c
26801 widgets/Makefile.am: Modified.
26803 * src/an_file_view.[c,h],
26804 src/an_symbol_view.[c,h],
26805 src/file_history.[c,h],
26807 widgets/scroll-menu.[c,h],
26808 tagmanager/tm_file_entry.c
26809 tagmanager/include/tm_file_entry.h: Added new files.
26811 * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26812 private_func.xpm, public_func.xpm,
26813 class.xpm, fv_exec.xpm, fv_unknown.xpm,
26814 private_var.xpm, public_var.xpm,
26815 function.xpm, fv_i18n.xpm, macro.xpm,
26816 protected_func.xpm, struct.xpm,
26817 fv_autofile.xpm, fv_image.xpm,
26818 ofolder.xpm, protected_var.xpm, variable.xpm:
26819 Updated and Added pixmap files.
26823 a) Removes CCView dependency.
26824 b) Improves the terminal.
26825 c) Adds tag navigation context menus.
26826 d) Upgrades tagmanager to latest version.
26827 e) Miscellaneous small additions.
26829 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
26831 * src/project_dbase_gui.c: Fixed crash of anjuta
26832 when project first created.
26834 * src/gnome_project.c: It now updates the tags manager
26835 when new projects are created.
26837 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
26839 * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26840 for this big patch.
26842 * src/messages.[c,h]: Removed files.
26844 * src/message-manager.[cc,h],
26845 src/message-manager-dock.[c,h],
26846 src/message-manager-private.[cc,h]
26849 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26850 src/build_project.c, src/clean_project.c, src/compile.c
26851 src/configurer.c, src/debugger.c, src/find_in_files.c
26852 src/mainmenu_callbacks.c, src/preferences.h
26853 src/preferences_gui.c, src/properties.h
26854 src/utilities.c, src/utilities.h:
26855 The new messages widget.
26857 - Use of GtkNotebook instead of ToggleButtons
26859 - Popupmenu to show and hide message types and
26860 to dock/undock in detach mode
26862 All other things should work as they did with the
26863 old message window. Currently the keyboard short-cuts
26864 do not work in detached mode.
26866 Some functions in utitlities.[c,h] changed.
26867 so that they take const arguments where this is possible
26869 * src/Makefile.am, po/POTFILES.in:
26870 Removed messages.[c,h] and
26871 added message-manager.[cc,h], message-manager-dock.[c,h],
26872 message-manager-private.[cc,h]
26874 * src/message-manager.h: Removed "include <bonobo.h>"
26875 and added a newline at the end of the file.
26877 * src/message-manager-private.cc:
26878 Set clist's width setting to Automatic.
26879 Set scroll window's scroll bars to Automatic.
26881 2002-01-05 Naba Kumar <kh_naba@users.sourceforge.net>
26883 * text_editor_menu.c:
26884 Fixed misalignment of the function sub menu
26885 in the text editor pop up menu.
26887 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
26889 * src/text_editor.c: Fixed a compiler warning.
26891 2002-01-04 Andy Piper <andy.piper@freeuk.com>
26893 * THANKS, manuals/*/authors.sgml: updated for new translations
26894 * plugins/class-gen/clsGen.c: converted messages to English
26895 * src/about.c, src/main_menubar_def.h: string updates
26897 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
26902 src/mainmenu_callbacks.c
26905 src/text_editor_cbs.c
26906 src/text_editor-gui.c:
26908 Earlier code for adding 'cross' button
26909 for closing pages were too error prone and unorganized.
26910 Cleaned up the code and shifted the 'extra' widgets
26911 creation (eg. close button, close_pixmap and lable)
26912 from anjuta to text_editor. This takes care of proper
26913 widgets creation and destruction. Otherwise, anjuta
26914 was crashing at too many points, especially related
26915 to docking and undocking.
26917 2002-01-04 Stephane Demurget <demurgets@free.fr>
26919 * src/aneditor.cxx: removed debugging code.
26921 * data/properties/.cvsignore: added swap files.
26923 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
26927 Fixed Crashing of anjuta when a new file is saved as
26930 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
26932 * src/aneditor.c: Some debug codes around.
26934 * data/internal.properties, data/anjuta.properties: Removed.
26935 data/properties/Makefile.am:
26936 data/properties/ada
26938 data/properties/make
26940 data/properties/html
26941 data/properties/ruby
26942 data/properties/baan
26943 data/properties/idl
26944 data/properties/pascal
26945 data/properties/sample
26946 data/properties/bash
26947 data/properties/java
26948 data/properties/perl
26949 data/properties/sql
26950 data/properties/conf
26951 data/properties/latex
26952 data/properties/props
26954 data/properties/cpp
26955 data/properties/lua
26956 data/properties/python
26957 data/properties/xml
26958 data/properties/others
26959 data/properties/.cvsignore:
26960 Added files. Properties now splitted into small files
26964 configure.in: Update the removal and added properties module.
26966 * src/preferences.c: preferences_new(): Updated to reflect the
26967 new properties files organization.
26969 * src/Makefile.am: Added Baan Lexer.
26971 2002-01-01 Stephane Demurget <demurgets@free.fr>
26973 * src/aneditor.cxx: readded the baan lexer.
26975 * src/preferences.c: fixed translated messages and a typo.
26977 * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26978 confusing the regexp usage in xml-i18-merge.
26980 2002-01-01 Andy Piper <andy.piper@freeuk.com>
26982 * src/project_dbase.c: tidied some messages, and spotted a typo in
26983 the reading of properties which prevented the project version from
26984 ever being reported in the Project Information window - fixed :)
26986 * po/POTFILES.in: removed syntax.h
26988 2001-12-31 Stephane Demurget <demurgets@free.fr>
26990 * data/internal.properties: fixed baan properties.
26991 Added all ada properties.
26993 * src/main_menubar_def.h,
26996 src/utilities.[ch]: added support for the Ada highlight style.
26998 2001-12-31 Stephane Demurget <demurgets@free.fr>
27000 * plugins/*/.cvsignore: updated.
27002 2001-12-31 Stephane Demurget <demurgets@free.fr>
27006 src/Makefile.am: removed the empty header syntax.h.
27008 2001-12-31 Naba Kumar <kh_naba@users.sourceforge.net>
27011 Stef's observation on the 'superfluous' hseparators in the recent
27012 files and projects is fully justified -- removed.
27014 * main_menubar_def.h:
27015 Changed "Plug Ins" to "Plugins" in the menu label.
27017 * configure.in, plugins/Makefile.am, plugins/class-gen/*:
27018 Added class-gen in the configure output and class-gen module.
27020 * data/internal.properties:
27021 Correct mis-spelled "jave" to "java".
27022 Added file.is.source for *.h, *.c, *.cpp properties.
27024 * global-tags/Makefile.am:
27025 "chmod +x create_global_tags.sh" before it is executed, because
27026 there is very high chance that it will be found "-x" and resulting
27029 2001-12-31 Stephane Demurget <demurgets@free.fr>
27031 Fixed a crash on Solaris reported by Holder Burde, thanks to him
27034 * src/gnome_project.c: (create_new_project): if the user doesn't
27035 select any icon, it doesn't have any extension and thus we can't
27036 use it in printf on Solaris, since the %s modifier use strlen to
27037 know the string length and then crash. On Linux, gcc checks the value
27038 of the pointer to be NULL and write "(null)" if necessary. We can't
27041 * src/source.c: (source_write_desktop_entry): if there's no icon, we
27042 don't need to have the directory icon but the generic one.
27044 2001-12-30 Stephane Demurget <demurgets@free.fr>
27046 Merged with latest (1.42) scintilla.
27048 Added: Support for the {load,save}.on.(de)activate properties.
27049 The PHP lexer to match keywords case insensitively.
27051 Experimental supports for changeable style attribute & line
27054 Updated: Both the C++ and HTML lexers.
27055 More shell keywords added.
27056 Horizontal scrolling and diplay of long lines optimised.
27057 Cursor setting optimised.
27059 Bugs fixed: Caret movement over folded lines.
27060 Selection tracking in 2ndary views when doing modifications.
27062 * scintilla/CallTip.{cxx.h},
27063 scintilla/ContractionState.{cxx,h},
27064 scintilla/Document.{cxx,h},
27065 scintilla/Editor.{cxx,h},
27066 scintilla/KeyWords.cxx,
27067 scintilla/LexHTML.cxx,
27068 scintilla/PlatGTK.cxx,
27069 scintilla/RESearch.cxx,
27070 scintilla/ScintillaBase.cxx,
27071 scintilla/ScintillaGTK.cxx,
27072 scintilla/Style.{cxx,h},
27073 scintilla/StyleContext.h,
27074 scintilla/ViewStyle.cxx,
27075 scintilla/include/*.h: updated.
27077 * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
27079 * scintilla/LexCPP.cxx: removed all references to noDocChars. This
27080 should have been told to the scintilla team. We're lucky I read the
27081 ChangeLog and the modifications of the lexer (thanks to the Gnome
27084 * data/internal.properties: added Baan definitions.
27085 Fixed some issues for C such as *_cast directive, that are only
27086 available with C++.
27087 Updated C++, HTML and shell scripts definitions.
27088 Updated Ada and Bullant, that have been forgotten.
27090 * src/main_menubar_def.h,
27093 src/utilities.[ch]: added support for the Baan highlight style.
27095 2001-12-29 Stephane Demurget <demurgets@free.fr>
27097 Polished the plugins menu behaviour and added a tearoff
27098 menuitem to the recent entries submenu.
27100 Note: The recent entries list seems to be too height
27101 with all these superfluous hseparators.
27103 * src/main_menubar.c: Polished, making some
27104 functions declarations static and cleaning some code.
27106 (create_submenu_plugin): removed the extra
27107 plugins entry and the horizontal separators.
27109 (on_plugins_menu_realize): the plugins menu is only
27110 shown if there's at least one available.
27112 (create_submenu*): added a tearoff menuitem to have
27113 a more homogeneous menu style. For now, it doesn't
27114 take care of user settings (but it was even worse
27117 2001-12-29 Stephane Demurget <demurgets@free.fr>
27119 * configure.in: added the packageplugindir variable to avoid
27120 installing the plugins in $(prefix). It's not the same path as
27121 anjuta 2 to allow parallel installation.
27123 2001-12-29 Stephane Demurget <demurgets@free.fr>
27124 Fix a reopened part of bug #440676: keyboard navigation between the
27125 different text buffers. Changed to a more global approch.
27127 * src/notebook.[ch]: removed.
27129 * src/Makefile.am: removed notebook.[ch]
27131 * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27132 (on_anjuta_window_key_press_event): added to fulfill the global
27135 * HACKING: updated according to the new global shortcuts handling.
27137 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27139 * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27140 Shifted plugin menu from Edit submenu to main menu.
27143 Added plugins/sample1/plugin-sample1.c
27145 * plugins/sample1/plugin-sample1.c:
27146 Added localization and used anjuta_info, instead of anjuta_error.
27148 * plugins/.cvsignore, plugins/sample1/.cvsignore:
27151 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27153 * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27156 * Makefile.am: Added module plugins.
27158 * plugins, plugins/Makefile.am, plugins/sample1/*:
27159 Created plugins modules.
27161 * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and
27162 Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27163 to load plugins of *.so only and not *.so* (which results
27166 * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of
27167 plugins during packaging.
27169 2001-12-27 Simos Xenitellis <simos@hellug.gr>
27171 * configure.in: Added Greek (el) to ALL_LINGUAS.
27173 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27175 * configure.in: Added portuguese to ALL_LINGUAS
27177 2001-12-24 Naba Kumar <kh_naba@users.sourceforge.net>
27179 * global-tags/.cvsignore
27180 tagmanager/.cvsignore
27181 tagmanager/include/.cvsignore:
27182 Added cvs ignore files.
27185 Updated cvs ignore file.
27187 2001-12-23 Andy Piper <andy.piper@freeuk.com>
27189 * src/debugger.c, src/text_editor.c, src/anjuta.c,
27190 data/anjuta.properties, data/internal.properties: clean up some
27191 message strings (me)
27193 2001-12-23 Andy Piper <andy.piper@freeuk.com>
27195 * src/about.c, THANKS: added Jens to the credits
27197 2001-12-23 Andy Piper <andy.piper@freeuk.com>
27199 * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27200 src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27201 src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27202 Georg <mail@jensgeorg.de> to add close button to file tabs.
27204 2001-12-20 Andy Piper <andy.piper@freeuk.com>
27206 * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27207 (debugger now catches correct signal from process)
27209 2001-12-20 Andy Piper <andy.piper@freeuk.com>
27211 * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27212 * src/pixmaps.h: switch appwizard project icons to new designs
27213 * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27215 2001-12-20 Andy Piper <andy.piper@freeuk.com>
27217 * pixmaps/Makefile.am: stop redundant images from being installed.
27218 The next step will be to remove them completely.
27219 * src/appwiz*: further updates (more to come)
27220 * src/pixmaps.h: cleaned up, commented
27221 * src/splash.c: should use the pixmaps macro defined
27222 * HACKING: more on the graphics stuff and use of pixmaps.h
27224 2001-12-19 Andy Piper <andy.piper@freeuk.com>
27226 * src/defaults.c: fix bug #494864
27228 2001-12-18 Andy Piper <andy.piper@freeuk.com>
27230 * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27231 graphics from Misha
27232 * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27233 redundant graphics, no longer used
27234 * src/appwiz*: revamped application wizard by Andy and Misha for
27235 a more usable and professional look-and-feel
27236 * HACKING: updates to cover patching, graphics, and some additions
27238 * TODO: removed some implemented features
27240 2001-12-17 Andy Piper <andy.piper@freeuk.com>
27242 * data/anjuta.properties, data/internal.properties: cleanup
27243 * src/compiler_options_gui.c, src/mainmenu_callbacks.*,
27244 src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27245 to edit styles colors for keywords and add Goto Tag menu option
27248 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27250 * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27253 fixes the Forget of the cursor position when tab is brought active
27254 from project manager.
27256 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27259 Exported "TERM=xterm" to get a color terminal when
27260 anjuta is not started from within a terminal.
27262 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27266 Added a frame around zvt terminal.
27268 * src/preferences_gui.c
27269 Modified to say "Use glade component (experimental)"
27270 instead of "Use Component".
27272 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27275 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27278 src/fileselection.c
27283 src/project_dbase.c
27285 a) Extra scrollbar in terminal no longer appears.
27286 b) Character set preference should be preserved (untested).
27287 c) File selection widget now remembers last directory.
27288 d) On creation of generic project, the glade 'file not found' error no
27290 e) First terminal window is created 'on demand', so it should always to
27291 the Right Thing (TM) as far as starting WD is concerned. Also, the
27292 environment is now passed to the terminal.
27293 f) Solaris compilation should be fixed (replaced get_current_dir_name()
27295 g) Fixed some compilation warnings.
27297 2001-12-10 Andy Piper <andy.piper@freeuk.com>
27299 * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27300 src/pixmaps.h: applied terminal and warnings patch (Biswa)
27301 * src/*: cleanups (me)
27302 * pixmaps/mini_term.xpm: added new file for terminal button
27303 (me, based on existing artwork)
27305 2001-12-07 Andy Piper <andy.piper@freeuk.com>
27307 * configure.in: bumped version to 0.1.9-pre
27308 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
27310 * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27312 2001-12-07 Pablo Saratxaga <pablo@mandrakesoft.com>
27314 * src/splash.c: removed a DOS end of line of a comment (so the *.po
27315 files are free of that char)
27316 * configure.in: added "az" to ALL_LINGUAS
27318 2001-11-29 Andy Piper <andy.piper@freeuk.com>
27320 * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27321 crash bug fix from Biswa.
27322 * FUTURE: added Anjuta/gIDE merger information to provide
27323 details on future direction and status of 1.x stuff
27324 * NEWS: prepared for release
27325 * po/de.po: update from Jens Georg <mail@jensgeorg>
27327 2001-11-28 Andy Piper <andy.piper@freeuk.com>
27329 * multiple minor updates pre-0.1.8
27330 * patch from Biswa to fix syntax highlighting and packaging
27331 * po/fr.po: update from Stef
27333 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27335 * global-tags/Makefile.am
27336 global-tags/create_global_tags.sh
27337 global-tags/tm_global_tags.c
27338 scintilla/LexCPP.cxx
27339 scintilla/include/SciLexer.h
27341 src/project_dbase.c
27342 tagmanager/Makefile.am
27343 tagmanager/include/Makefile.am
27344 tagmanager/include/tm_project.h
27345 tagmanager/include/tm_tag.h
27346 tagmanager/include/tm_tagmanager.h
27347 tagmanager/tm_project.c
27348 tagmanager/tm_source_file.c
27349 tagmanager/tm_tag.c
27350 tagmanager/tm_workspace.c:
27352 Includes the syntax highliting patch to scintilla).
27353 and more stable code.
27355 *tagmanager/include/tm_symbol.h: New file.
27356 *tagmanager/tm_symbol.c: New file.
27358 Add symbol tree building functionality at project level
27361 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27363 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27365 * pixmaps/file_cpp.xpm, pixmaps/file_html.xpm, pixmaps/file_icon.xpm,
27366 pixmaps/file_c.xpm, pixmaps/file_h.xpm, pixmaps/file_pix.xpm,
27367 pixmaps/file_file.xpm, pixmaps/file_i18n.xpm
27368 : New and improved pixmaps from Misha <misha@phreaker.net>
27371 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27373 * Big patch submitted by
27374 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27375 Many thanks to him.
27377 * src/Makefile.am, src/aneditor.cxx
27378 src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27379 src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27380 Use of tagmanager lib for advanced calltips.
27382 * global-tags/*: Created new directory and added files to
27383 generate system.tags.
27385 * tagmanager/*: Created new directory and added tagmanager lib
27388 * configure.in, acconfig.h, Makefile.am: Modified to reflect
27389 the above additions.
27391 * data/Makefile.am: Modified to accomodate generated system.tags file.
27393 2001-11-07 Andy Piper <andy.piper@freeuk.com>
27395 * scintilla/: updated to 1.41
27396 * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27397 * src/about.c: updated list of authors
27398 * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27399 * HACKING: updated to cover Scintilla usage
27400 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
27403 2001-11-07 Naba Kumar <kh_naba@users.sourceforge.net>
27405 * src/aneditor.cxx: Fixed compilation errors with it.
27406 by add include to gtk+ headers and typedefining a mysteriously
27407 vanished class Colour.
27409 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
27411 * configure.in: Added pt_BR in the languages.
27413 2001-11-01 Andy Piper <andy.piper@freeuk.com>
27415 * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27416 (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27418 * manuals/C/anjuta-manual/*: new format to match
27419 the rest of the GNOME docs chapter layout. Added the many
27420 new contributors. Moved Authors and License information into new
27421 chapters of their own - should make expansion easier too
27422 * src/compiler_options.c: changed the profiler option to -pg to
27423 work with GNU tools (gprof)
27424 * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages
27427 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
27429 * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27430 compiler_options_gui.c:
27431 Added a new entry for linker flags and renamed c_options to c_flags
27432 and l_options to l_libs. Also, added a new function:
27433 compiler_options_set_prjlflags_in_file();
27435 * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27437 * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27439 2001-10-26 Andy Piper <andy.piper@freeuk.com>
27441 * THANKS, src/about.c: corrections and additions following
27443 * src/main_menubar.c: patch from Rikul to fix the problem with
27444 menu accelerators not being loaded
27446 2001-10-26 Naba Kumar <kh_naba@users.sourceforge.net>
27448 * THANKS: Added all contributors and translators names and emails.
27450 * pixmap/anjuta_logo.png: Reduced the size of the logo.
27451 * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27452 Added new file (earlier logo with border).
27453 * src/about.c: Added all contributors names and emails
27454 and used macro definition for logo pixmap file.
27455 * src/pixmaps.h: Added entry for anjuta splash screen.
27457 2001-10-24 Andy Piper <andy.piper@freeuk.com>
27459 * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27460 to new PNG version (thanks to Misha) and removed the old
27463 2001-10-24 Abel Cheung <maddog@linux.org.hk>
27465 * THANKS: added Conner Mo for simplified Chinese translation.
27466 * configure.in: added zh_CN in ALL_LINGUAS
27468 2001-10-21 Abel Cheung <maddog@linux.org.hk>
27470 * THANKS: added Joe Man for his traditional Chinese translation.
27471 * configure.in: added zh_TW in ALL_LINGUAS.
27473 2001-10-19 Naba Kumar <kh_naba@users.sourceforge.net>
27475 * src/main_menubar_def.h: Changed the link of lidn to
27476 http://lidn.sourceforge.net.
27478 2001-10-18 Naba Kumar <kh_naba@users.sourceforge.net>
27480 * Applied patch from Rikul
27481 * Applied patch from Luca
27482 * Fixed a cvs conflict. :)
27484 2001-10-17 Stephane Demurget <demurgets@free.fr>
27486 * THANKS: added Marc Botermans for his Dutch translation.
27488 * configure.in: added nl in ALL_LINGUAS.
27492 2001-10-17 Naba Kumar <kh_naba@users.sourceforge.net>
27494 * anjuta.c: Fixed luca's typo.
27495 * resources.c, resources.h: Changed gchar* return to void, to
27496 avoid a compiler warning.
27497 * scintilla/Makefile.am: Reorganized file entries.
27498 * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27500 2001-10-16 Naba Kumar <kh_naba@users.sourceforge.net>
27502 * Upgraded scintilla to 1.4.
27503 * Added 6 files: LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27504 LexLisp.cxx StyleContext.cxx StyleContext.h
27505 * src/Makefile.am: Added 4 lexers and separated lexer objects
27506 from the main link variable.
27508 2001-10-14 Stephane Demurget <demurgets@free.fr>
27510 * THANKS: added Luca, even if it shouldn't be my role to write
27511 this sort of thing :)
27513 * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27514 the latest Luca patch.
27516 2001-10-14 Andy Piper <andy.piper@freeuk.com>
27518 * added skeleton plugin functionality (lbell <lbell@tsc4.com>).
27519 This is not documented yet; plugins to come later.
27520 * src/find*.c: find dialogs now persistent
27521 (Rick <rikul@bellsouth.net>)
27522 * widgets/gnomefilelist.c: fixed multiple file open issue
27523 (Rick <rikul@bellsouth.net>)
27524 * changes to recent file and project lists handling
27525 (lbell <lbell@tsc4.com>)
27526 * more minor UI updates (me)
27528 2001-10-11 Andy Piper <andy.piper@freeuk.com>
27530 * src/Makefile.am: removed warnings for traditional C syntax
27531 * pixmaps: added new icons for mini_locals, mini_cvs and
27532 the splash screen - thanks to Misha <misha@phreaker.net>
27534 2001-10-10 Andy Piper <andy.piper@freeuk.com>
27536 * src/toolbar.c: fix typo in tooltip text
27537 * ccview/cccmd.cc: alter Func to Function in menu text
27539 2001-10-09 Andy Piper <andy.piper@freeuk.com>
27541 * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27542 issue with find dialog reporting an error when Scintilla finds text
27543 * applied patch from Denis Boehme <boehme at syncio dot de> to support
27544 DOS files (i.e. CR/LF translation)
27546 2001-10-03 Andy Piper <andy.piper@freeuk.com>
27548 * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27550 * data/internal.properties: default fold style now set to 3 :-)
27551 * applied patch from rikul <null@acm.org> to turn notebook tab
27552 headings red when file has been edited.
27554 2001-10-02 Kjartan Maraas <kmaraas@gnome.org>
27556 * configure.in: Added "no" to ALL_LINGUAS.
27558 2001-09-29 Naba Kumar <kh_naba@users.sourceforge.net>
27560 * Patch from lbell <lbell@tsc4.com>
27565 src/main_menubar_def.h
27566 src/mainmenu_callbacks.c
27567 src/mainmenu_callbacks.h
27568 src/project_dbase.c
27569 src/project_dbase.h
27571 Implemented a check menu item to handle the 'show locals' flag
27572 for the current project.
27574 * data/internal.properties: Removed the redundant command
27575 for gnome-terminal.
27577 2001-09-25 Naba Kumar <kh_naba@users.sourceforge.net>
27579 * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27581 2001-09-24 Fatih Demir <kabalak@gtranslator.org>
27583 * configure.in: Added "ta" to the languages list.
27585 2001-09-21 Andy Piper <andy.piper@freeuk.com>
27587 * data/internal.properties:
27588 added fold.symbols property to control appearance of folds
27589 in the Scintilla editor (thanks to rikul <null@acm.org>)
27591 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
27594 one extra button for message win is being created -- Fixed.
27596 The frame should be hidden and not only the pix_lab when
27597 that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27600 * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am:
27601 for the time being it is same as mini_cvs.xpm.
27603 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
27605 * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27607 Patch from rikul <null@acm.org>
27609 * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27610 glades.h, messages.c, messages.h, pixmaps.h,
27611 project_dbase.c, project_dbase.h, session.c,
27612 session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27614 inserted 'add to watch' option in inspect window, so you can add easily
27615 a variable in watch window .
27617 Added a new message pane for the gdb local variables inspection. Changed
27618 the code in messages.c to better account for future new panes insertion.
27619 Defined a new pixmap for the new tab button in pixmaps.h
27620 (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27623 Changed the debugger module to have a single function for asking to gdb
27624 to send program info. The idea is to ask the debugger about only the
27625 info needed to open windows( watch, registers, etc ) to speedup the step
27626 command. I plan to ask informations to the debugger based on the user
27628 The request for local variables is enabled by default, but the
27629 projectDBase has a variable to control it, to allow disabling that
27630 feature, there is also the code to save and to reload the state. If you
27631 want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27634 This big patch is from: lbell <lbell@tsc4.com>
27636 2001-09-20 Stephane Demurget <demurgets@free.fr>
27638 Patch from rikul <null@acm.org> :
27640 * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27641 problem and added folding support for php/hmtl.
27643 2001-09-19 Naba Kumar <kh_naba@users.sourceforge.net>
27645 * Fixed dnd of files within scintilla.
27646 patch from: rikul <null@acm.org>
27648 2001-09-18 Naba Kumar <kh_naba@users.sourceforge.net>
27650 * Applied patch from Luca.
27652 * src/source.c: source_write_build_files(): Fixed the project generation
27653 failure. The fist return statement and the free_project_type were
27656 2001-09-14 Naba Kumar <kh_naba@users.sourceforge.net>
27658 * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27659 mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27661 1) Restore the error color to red (waiting for a configurable one )
27662 2) Saving projects settings if you exit anjuta without closing an open
27664 3) New Menu 'repaeat search' to search with a keystroke without pressing
27666 4) some define in the menus to better handle menu item update
27668 Patch from: lbell <lbell@tsc4.com>
27670 * main_menubar_def.h, main_menubar.c: Change the position of
27671 "Repeat find" menu position.
27673 2001-09-13 Naba Kumar <kh_naba@users.sourceforge.net>
27675 project_type.h, project_type.c, source.c: Applied patch.
27676 patch from Johannes Schmid <clubfan@users.sourceforge.net>
27678 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
27680 * configure.in, src/Makefile.am: Using macros for ORBit flags.
27682 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27684 * Fixed bug #445752
27686 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
27688 * Fixed bugs in Gtk-- and Gnome-- project type
27690 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
27692 * dnd.c: Support for multiple files drag-n-drop.
27694 Patch from: rikul <null@acm.org>
27696 * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27697 mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27700 Patch from: rikul <null@acm.org>
27702 * Applied patch for widgetizing goto dialog box.
27705 * Applied patch for having new project type handling.
27706 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27708 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
27710 * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27711 anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27712 debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27713 find_replace.c, find_replace.h, find_text.c, find_text.h,
27714 glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27715 project_dbase.h, source.c, text_editor.c, text_editor.h,
27716 text_editor_cbs.c, utilities.c, utilities.h:
27718 Applied a huge patch (after slight preview). I would like Luca
27719 to have his feature additions mentioned here.
27721 Patch from: lbell <lbell@tsc4.com>
27723 2001-09-09 Stephane Demurget <demurgets@free.fr>
27725 * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27727 * po/fr.po: updated to the latest sources.
27730 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27732 * Fixed bug #445752
27734 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
27736 * dnd.h, dnd.c: New files for drag n drop support.
27738 * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27739 Added drag and drop support for opening files.
27741 Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27742 Archit Baweja <bighead@crosswinds.net> for this idea.
27744 * TODO: Added some more todos. :-(
27746 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
27748 * Fixed the goto line activate bug.
27749 patch from: Martyn Bone <mbone@brightstar.u-net.com>
27751 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
27753 * Fixed bugs in Gtk-- and Gnome-- project type
27755 2001-08-5 Naba Kumar <kh_naba@users.sourceforge.net>
27757 * widgets/gonmefilelist.c, gnomefilelist.c:
27758 Modified multiple selection on pressing control.
27759 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27761 * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27762 Modified multiple selection on pressing control.
27763 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27765 2001-09-05 Abel Cheung <maddog@linux.org.hk>
27767 * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27768 This is useless; but just in case...
27770 2001-08-4 Naba Kumar <kh_naba@users.sourceforge.net>
27772 * data/internal.properties: modified a bit of perl properties.
27774 2001-08-3 Naba Kumar <kh_naba@users.sourceforge.net>
27776 * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27777 src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27778 Added support for multiple file imports. Changed the standrd C++
27779 convention of #include <file> to #include <file.h>, because I had given
27780 some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27781 now support the #include <file> convention. That is something to be fixed :).
27782 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27784 2001-08-1 Naba Kumar <kh_naba@users.sourceforge.net>
27786 * src/anjuta.c: Added function static greetings_text(), to solve the non
27787 translation of the greetings text in the wizard.
27789 2001-08-31 Andy Piper <andy.piper@freeuk.com>
27791 * src/find_in_files_gui.c: made order of buttons consistent with other Find
27792 dialogs, with OK the default (fix bug #453482)
27794 2001-08-31 Naba Kumar <kh_naba@users.sourceforge.net>
27796 * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27798 * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27800 2001-08-29 Naba Kumar <kh_naba@users.sourceforge.net>
27808 src/main_menubar_def.h
27809 src/mainmenu_callbacks.c
27810 src/mainmenu_callbacks.h:
27811 Applied the patch that addes menu items which allow users to
27812 insert GPL notice and date time in current document.
27813 patch from: Rick Patel <rikul@shreve.net>
27815 * src/main_menu.c: Fixed a compilation error.
27817 * src/anjuta.c: Fixed non-rememberence of editor tab position.
27819 * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27820 about the unterminated strings.
27822 * scintilla/*: Updated scintilla to 1.3.9 version.
27824 2001-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
27826 * widgets/gnomefileselection.c:
27827 Applied the patch for fixing multiple selection of file open funcion,
27828 which will deselect the files selected.
27829 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27831 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
27833 * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27834 src/fileselection.c, src/anjuta_cbs.c:
27835 Applied the patch for multiple selection of file open.
27836 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27838 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
27840 * Removed "-f" option in call to devhelp, because devhelp no longer
27843 2001-08-26 Stephane Demurget <demurgets@free.fr>
27845 All these modifications have been pointed out by
27846 Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27848 * data/internal.properties: two fixes for the PHP lexer.
27851 * fr.po: minor fixes.
27853 * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27855 2001-08-25 Naba Kumar <kh_naba@users.sourceforge.net>
27859 main_menubar_def.h,
27860 main_menubar_callbacks.c,
27862 Added new menu item for "close all fils".
27863 (Patch from Rikul <rikul@shreve.net>, after revision)
27865 * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27867 * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27868 (Patch from Rikul <rikul@shreve.net>)
27870 * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27871 (Patch from Rikul <rikul@shreve.net>)
27873 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
27875 * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27876 project name in application widzard.
27877 [Patch from: Yannick Koehler <yannick.koehler@colubris.com> ]
27879 * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27880 of the 'OK' button there is an 'Execute' one.
27881 [ Patch from: Giovanni Corriga <valkadesh@libero.it> ]
27883 * executer.c: Changed cancel button to close button. That was more appropriate.
27885 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
27887 * HACKING: corrected >>>>>> Config management.
27889 * HACKING: Added many things.
27891 * src/launcher.h: Added some comments.
27893 2001-08-21 Stephane Demurget <demurgets@free.fr>
27895 * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27898 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27899 src/appwizard_cbs.c,
27900 src/appwizard_gui.c: Applied UI/docs cleanup patch from
27901 Andy Piper <andy.piper@freeuk.com>
27903 * po/fr.po: updated to latest sources.
27905 * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27908 2001-08-18 Andy Piper <andy.piper@freeuk.com>
27910 * Fixed bugs #450280 and #448845
27912 * src/about.c: corrected Naba's e-mail address (.net, not .com)
27914 * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27917 * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27918 src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c,
27919 src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog
27920 names to remove "Anjuta: " prefix
27922 * src/main_menubar_def.c: altered a message
27924 * launcher/anjuta_launcher.c: cleaned up some messages
27926 * src/debugger.c: edited messages to improve clarity
27928 * src/app_wiz*.c: tidied wizard interface
27931 2001-08-15 Stephane Demurget <demurgets@free.fr>
27933 Synced Naba's fix and mine about the wizards not working and removed
27934 anjuta.prj to avoid a nasty checkin.
27936 * Makefile.am: removed the install-data-local rule.
27938 * data/Makefile.am: changed the list of files.
27940 * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27942 * .cvsignore: added anjuta.prj for the same reason.
27945 2001-08-15 Naba Kumar <kh_naba@users.sourceforge.net>
27947 * src/source.c: Fixed a bug that fails new gnome projects to get
27950 * src/project_manager.c: Fixed a bug that disables storing recent
27953 * Makefile.am: Added stuffs to install the macro files in the
27957 2001-08-14 Stephane Demurget <demurgets@free.fr>
27959 * data/Makefile.am: added some rules to support the gnome/ macros
27960 dir in order to make the wizards work again.
27962 * anjuta.spec.in: upped the release number.
27965 2001-08-12 Zbigniew Chyla <cyba@gnome.pl>
27967 * configure.in (ALL_LINGUAS): Added pl.
27970 2001-08-09 Stephane Demurget <demurgets@free.fr>
27972 * anjuta.spec.in: fixed the doc files list.
27975 2001-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
27977 * src/about.c: corrected my email address. :-)
27981 * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27982 (patch from Andy Piper <squiggle@ukgateway.net>)
27984 2001-08-08 Naba Kumar <kh_naba@users.sourceforge.net>
27986 * debugger.c: Fixed a bug associated with debugging threaded
27989 * text_editor_menu.c: Fixed broken ui in text editor
27992 * text_editor_menu.c: Now the option sub menu in text editor pop up
27995 * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27996 (suggested by lord sibn <sibn@utspl.cjb.net> )
27998 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
28000 * src/text_editor_menu.c: Added menu item for context help
28001 (patch from Andy Piper <squiggle@ukgateway.net>)
28003 2001-08-06 Stephane Demurget <demurgets@free.fr>
28005 * ccview/cccproj.cc: added missing i18n strings.
28007 * data/welcome.txt: bumped version to 0.1.6.
28009 * src/anjuta.c: fixed a compilation error due to devhelp integration.
28011 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
28013 * help.c, help.h: Added support for DevHelp context sensitive help
28014 and gnome api browsing.
28015 * Fixed toolbars and editor views "not save" bug.
28016 * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
28017 (patch from Andy Piper <squiggle@ukgateway.net>)
28018 * Updated THANKS and chapter15.sgml for uk and ru translators.
28020 2001-08-05 Naba Kumar <kh_naba@users.sourceforge.net>
28022 * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
28023 * Updated configure.in to include these changes
28025 2001-08-03 Stephane Demurget <demurgets@free.fr>
28027 * src/project_dbase_gui.c: fixed bug #446963
28028 (on_project_dbase_ccview_update_start),
28029 (on_project_dbase_ccview_update_end): added.
28030 These two respectively disable and enable close file/project
28031 menu entries and toolbar items, while the ccview part updates
28035 2001-08-03 Stephane Demurget <demurgets@free.fr>
28037 * configure.in: added sv to the ALL_LINGUAS list.
28040 2001-08-01 Fatih Demir <kabalak@gtranslator.org>
28042 * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
28043 file to work: merge translations and distribute it.
28045 * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
28047 * NEWS, README, THANKS & TODO: Spelling fixes.
28049 2001-08-01 Stephane Demurget <demurgets@free.fr>
28051 * README: updated requirements.
28053 * scintilla/Makefile.am,
28054 src/Makefile.am: fixed includes using $(srcdir), as the distcheck
28055 target can't be realized (custom build path).
28057 * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
28058 Removed install-data-local.
28060 * src/compiler_options.c: changed the include paths of the pixmaps.
28061 we hadn't any warning because of the include paths passed to the
28062 compiler. Thanks to make distcheck for reporting this.
28065 2001-07-31 Stephane Demurget <demurgets@free.fr>
28067 * NEWS, THANKS: updated.
28069 * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
28070 fixed to show the correct kernel signal number and its description.
28072 * widgets/gnomefilelist.c: fixed bug #445756
28073 (goto_last): renamed to goto_prev and changed according to goto_next.
28074 (goto_next): added.
28075 (goto_directory): removed.
28076 (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
28077 returned value is now the position in the list.
28078 (check_ok_button_cb): changed the back check and added one for next.
28079 (gnome_filelist_set_dir): the check in history make it wouldn't be
28080 a "true" history. polished the whole thing, using set_dir_internal.
28081 (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
28082 there's no check in the history when using back or next.
28084 * manuals/*: added missing .cvsignore files.
28087 2001-07-30 Stephane Demurget <demurgets@free.fr>
28089 * po/fr.po: updated to latest sources.
28091 * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
28092 call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
28093 to put off their sensitive attributes.
28095 2001-07-29 Stephane Demurget <demurgets@free.fr>
28097 * po/fr.po: fixed some grammar things.
28098 Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
28101 * src/utilities.c: (file_is_link): use lstat instead of stat.
28103 2001-07-27 Naba Kumar <kh_naba@123india.com>
28105 * Remove help dir from cvs, because it is no longer
28108 * Remove manuals/anjuta-manual dir from cvs, because it is no longer
28111 2001-07-24 Naba Kumar <kh_naba@123india.com>
28113 * debugger.c: (debugger_update_prog_status): Fixed
28114 the bug with gdb version 5. Debugger starts, when
28115 step in/out/over etc are clicked.
28117 * debugger.c: All functions: added debugging codes.
28119 * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
28120 * breakpoints.c: (breakpoints_dbase_add_brkpnt):
28121 Modified to recognize non project files also.
28123 * source.c: (source_write_configure_in):
28124 Added source for 'prefix' counterparts for
28125 no-prefix AC_SUBST.
28127 2001-07-23 Naba Kumar <kh_naba@123india.com>
28129 * anjuta.c: added function anjuta_remove_text_editor();
28130 and suitably modified anjuta_remove_current_text_editor().
28132 * project_dbase.c: project_dbase_close(), Added code to
28133 close all opened files that belong to the project when
28134 the project is closed.
28135 (patch from "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28137 * Updated the manuals/anjuta-manual subdir for GDP standards.
28138 (patch from Andy Piper <squiggle@ukgateway.net>)
28140 * main_menubar.h, main_menubar.def: Added Menu items to handle
28141 urls for library references, bugs, patches and feature request
28144 2001-07-20 Naba Kumar <kh_naba@123india.com>
28146 * Set wmclass names in all windows.
28147 (patch from Andy Piper <squiggle@ukgateway.net>)
28148 * New splash logo from "Misha" <misha@phreaker.net>);
28150 2001-07-19 Naba Kumar <kh_naba@123india.com>
28152 * preferences.[h,c], preferences_gui.c: Added 4 properties to
28153 set caret color, calltip back color and selection fore/back
28156 2001-07-18 Naba Kumar <kh_naba@123india.com>
28158 * project_dbase.c: Closes all files when project is closed.
28159 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
28160 -- We still need to refine this as it closes all sort of files.
28162 * compiler_options.c: Fixed seg-fault bug when last item in
28163 compiler option lists is removed.
28165 * Fixed missing newline warnings during compilation.
28166 (patch from Andy Piper <squiggle@ukgateway.net>)
28168 2001-07-17 Fatih Demir <kabalak@gtranslator.org>
28170 * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28171 autogenerated no need to store'em in CVS.
28173 * ccview/.cvsignore: Addition of cvsignore.
28175 2001-07-17 Naba Kumar <kh_naba@123india.com>
28177 *GUI fixes and spell corrections
28178 (patch from Andy Piper <squiggle@ukgateway.net>)
28180 2001-07-15 Naba Kumar <kh_naba@123india.com>
28182 *Fixed double error message for file not found.
28184 *Put white backgrounds for png images.
28186 *Converted '-' to '_' in sgml files.
28188 2001-07-14 Naba Kumar <kh_naba@123india.com>
28190 * project_dbase.c: Short-cut for expand/collasp project tree
28192 * project_dbase_gui.c:
28193 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
28195 2001-07-13 Naba Kumar <kh_naba@123india.com>
28197 * notebook.[h,c]: Added
28198 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
28199 Project/message window now toggles on control and
28200 and notebook switch short-cut
28202 2001-07-7 Naba Kumar <kh_naba@123india.com>
28204 * Changed a new icon set which looks more gnomish.
28206 * Changed a new anjuta splash logo.
28207 (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28209 2001-07-6 Naba Kumar <kh_naba@123india.com>
28211 * ccview/*: Integrated ccview for class view and file view
28212 in the project Manager.
28214 * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28216 2001-07-1 Naba Kumar <kh_naba@123india.com>
28218 * scintilla/*: Upgraded Scintilla to version 1.3.7
28220 * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28222 2001-06-28 Naba Kumar <kh_naba@123india.com>
28224 * src/debugger.c: Correct step-over and step-out swapping.
28226 * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28227 chapters and added more stuffs.
28229 2001-06-13 Naba Kumar <kh_naba@123india.com>
28231 * data/autogen.sh.gtkmm: Added
28233 * data/autogen.sh.gnomemm: Added
28235 * src/appwiz.c: Added two more application wizard templetes
28237 * src/project: for gtk-- and gnome-- and proper support
28239 * src/source.c: for c++ in the project configuration.
28243 2001-05-05 Naba Kumar <kh_naba@123india.com>
28245 * Merged my pre-cvs modifications with
28246 the current cvs copy.
28248 * (lot of files change).
28250 * Implemented session management.
28252 * Local installation possible by
28253 manageing our own pixmaps paths
28256 * resources.h: Added.
28257 * resources.c: Added.
28261 2001-05-05 Fatih Demir <kabalak@gtranslator.org>
28263 * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28264 Corrected/extended ignores.
28266 2001-05-04 Naba Kumar <kh_naba@123india.com>
28268 * manuals/: dir tree added.
28269 Sgml documentation started in this dir.
28271 * omf-install/: dir tree added.
28273 * manuals/anjuta-manual/C/anjuta-manual.sgml:
28274 Created initial document structure.
28276 * configure.in: Added test for scrollkeeper.
28277 Added some Makefile entries in AC_OUTPUT.
28279 * Makefile.am: Added subdir manuals/
28281 * HACKING: Wrote something stupid.
28283 2001-05-02 Stéphane Démurget <demurgets@free.fr>
28285 * Makefile.am: Added ChangeLog in local data list, becaused it's
28286 needed to create a new project.
28288 * po/fr.po: minor fixes.
28290 * src/build_file.c, src/configurer.c, src/debugger.c,
28291 src/executer.c, src/find_replace.c, src/gnome_project.c,
28292 src/goto_line.c, src/launcher.c, src/messages.c,
28293 src/preferences.c src/project_dbase.c: functions declared static.
28295 * widgets/gnomefilelist.c: Fixed a project creation bug,
28296 introduced with latest changes.
28298 2001-05-01 Stéphane Démurget <demurgets@free.fr>
28300 * widgets/gnomefilelist.c,
28301 BUGS: Fixed an annoying bug preventing from loading files/project
28302 given on the command line. Polished the whole gnome_filelist widget.
28304 2001-04-27 Stéphane Démurget <demurgets@free.fr>
28308 src/anjuta.h: Polished the command line parsing.
28310 * BUGS: Need to clean that damn gnome_filelist widget.
28312 2001-04-25 Stéphane Démurget <demurgets@free.fr>
28316 src/signals.c: Removed duplicated includes.
28318 * po/fr.po: minor fixes.
28320 * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28321 create_compiler_options_page? () declared static.
28323 src/anjuta.c: Put a command line option for disabling
28326 * src/preferences_gui.c: Fixed an internationalization issue,
28327 other functions declared static.
28329 * src/gnome_project.c: Fixed some memory leaks,
28330 new_prj_terminated () declared static.
28332 2001-04-24 Fatih Demir <kabalak@gtranslator.org>
28334 * configure.in: Sort ALL_LINGUAS alphabetically.
28336 2001-04-22 Stéphane Démurget <demurgets@free.fr>
28338 * Emptied that ugly old Changelog.
28340 == Anjuta 0.1.5 ===
28343 2001-03-10 Naba kumar <naba@gnome.org>
28345 * src/gnome_project.c: Fixed project dir creation bug.
28347 * src/text_editor.c: Fixed double accelerators bug.
28349 * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28351 * src/stack_trace.c, * src/compiler_options.c,
28352 data/internals.properties, src/defaults.c:
28353 Fixed pixmap creation with NULL window.
28355 * src/commands.c, src/preferences_gui.c, src/build_project.c
28356 src/clean_project.c: Bug fix.
28358 * src/main_menubar_def.h: i18n bug fix.
28360 * src/executer.h, src/executer.c: Bug fix.
28362 * src/controls.c: Bug fix.
28364 * src/debugger.c: Debugger now takes program args.
28366 * po/ja.po: Added japanese translation file.
28368 Upgraded to ver 0.1.4
28369 ... Fixed other minor bugs.
28371 == Anjuta 0.1.3 ===
28373 2001-XX-XX Naba kumar <naba@gnome.org>
28375 * Lots of unaccountable changes. Integrated scintilla.
28376 Redesigned Project managemet. Added supports for other languages.
28377 Java style properties managements. .... blah blah
28379 2000-11-11 Naba kumar <naba@gnome.org>
28381 * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28382 Upgraded to version 0.1.3.
28384 * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28385 Fixed to activate Debug->add watch properly.
28387 === Anjuta 0.1.2 beta_2 ===
28388 === Anjuta 0.1.2 ===
28390 2000-11-05 Naba kumar <naba@gnome.org>
28392 * src/compiler_options.c, src/compiler_options_cbs.c
28393 src/compiler_options_cbs.h, src/compiler_options_gui.c
28394 src/anjuta2.c, extra/stock_libs.anj (new),
28395 extra/README.stock_libs (new), htmls/page13.html,
28396 htmls/images/*: Improved Library settings GUI. Can now enable/disable
28397 added libraries. Stock libs provided for ease of entry. Modified
28398 help html file accordingly.
28400 2000-11-03 Naba kumar <naba@gnome.org>
28402 * README: Minor fixes in Doc files.
28404 * src/gnome_prj.c, src/appwidzard_cbs.c:
28405 Fixed to ignore non-existant dir for blank prj.
28406 More checking in project creation, especially to confirm
28407 that the prj file already does not exist.
28409 * anjuta.spec, configure.in: Upgraded to version 0.1.2
28411 * src/controls.c: Now Menu item "Format/Detach current document"
28412 is inactive when there is no document opened.
28414 === Anjuta 0.1.1 ===
28416 2000-11-01 Naba kumar <naba@gnome.org>
28418 Completed and Release of first version (Beta) with lots of bugs.
28420 1999-12-27 Naba kumar <naba@gnome.org>
28422 Anjuta project started.