=== anjuta 2.2.2 === 2007-10-23 Naba Kumar * NEWS: Updated. * plugins/glade/Makefile.am: Corrected conditional not to install .plugin file if plugin is disabled. (backported from trunk) Fixes bug #488928. * plugins/glade/plugin.c: Fixed glade plugin build with glade 3.3.2. Backported part of rev. 3049 2007-10-22 Johannes Schmid * libanjuta/anjuta-glue-factory.c: (load_plugin): * libanjuta/anjuta-plugin-manager.c: (activate_plugin), (plugin_set_update): Show an error dialog instead of crashing when plugin loading fails (Backport from trunk, revision 3150) * Makefile.am: Changed build order because doc/reference need libanjuta to be build 2007-10-22 Naba Kumar * NEWS: Updated. * libanjuta/interfaces/anjuta-idl-compiler.pl: Added default handlers for virtual methods so as not to crash Anjuta when and unimplemented method is invoked. Instead a warning is shown (backported from trunk). 2007-10-20 Sebastien Granjoux * plugins/debug-manager/debugger.c: Fix #488061: Mutiple crash dialogs 2007-10-20 Sebastien Granjoux * plugins/gdb/debugger.c, plugins/gdb/debugger.h: Remove maximum gdb command length, should fix bug#474811 2007-10-19 Johannes Schmid * plugins/subversion/subversion-callbacks.c: (check_filename): * NEWS: Updated Fixed #487854 – Anjuta crashes when i try to add a SVN url 2007-10-17 Johannes Schmid * NEWS: Updated * configure.in: Bumped version to 2.2.2 * plugins/build-basic-autotools/build-basic-autotools.c: (on_session_save), (on_session_load): * plugins/build-basic-autotools/executer.c: (get_program_parameters): Follow-up fix of #477976 (from trunk) * plugins/sourceview/anjuta-document.c: (anjuta_document_get_current_word): * plugins/sourceview/anjuta-document.h: * plugins/sourceview/sourceview.c: (on_document_char_added), (ieditor_get_current_word): Fixed get_current_word (useful for API help) 2007-10-16 Sebastien Granjoux * plugins/debug-manager/breakpoints.c: Fix bug#487112, crash while removing a breakpoint in a new file 2007-10-14 Sebastien Granjoux * plugins/gdb/plugin.c: Fix bug#486597, crash when gdb is not installed 2007-10-01 Sebastien Granjoux * plugins/project-wizard/autogen.c: Fix bug#482067, escape project wizard user defined strings 2007-10-01 Johannes Schmid * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin .glade: * plugins/build-basic-autotools/build-basic-autotools.c: (basic_autotools_plugin_instance_init): * plugins/build-basic-autotools/build-basic-autotools.h: * plugins/build-basic-autotools/executer.c: (get_program_parameters): Fixed #477976 – Keybinding in run dialog 2007-09-24 Johannes Schmid * plugins/search/search-replace.c: (on_message_clicked): Fixed #427104 – No "highlight" of lines matching find-result (from trunk) 2007-09-24 Johannes Schmid * src/anjuta.glade: Fixed #479020 – Use of old open file dialog instead of GtkFileChooser 2007-09-24 Yang Hong reviewed by: Johannes Schmid * plugins/build-basic-autotools/executer.c: (execute_program): Fix #478238 – set env for execute programe in the terminal 2007-09-10 Johannes Schmid * configure.in: * libegg/egg-recent-model.c: (egg_recent_model_write_raw), (parse_info_init), (parse_info_free), (valid_element), (start_element_handler), (end_element_handler), (text_handler), (egg_recent_model_filter), (egg_recent_model_changed_timeout), (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout), (egg_recent_model_monitor), (egg_recent_model_read), (egg_recent_model_open_file), (egg_recent_model_lock_file), (egg_recent_model_unlock_file), (egg_recent_model_finalize), (egg_recent_model_set_property), (egg_recent_model_class_init), (egg_recent_model_init), (egg_recent_model_add_full), (egg_recent_model_delete), (egg_recent_model_get_list), (egg_recent_model_clear), (egg_recent_model_clear_mime_filter), (egg_recent_model_set_filter_mime_types), (egg_recent_model_clear_group_filter), (egg_recent_model_set_filter_groups), (egg_recent_model_clear_scheme_filter), (egg_recent_model_set_filter_uri_schemes), (egg_recent_model_remove_expired): Update EggRecent (#456465) (backport from HEAD) 2007-09-10 Johannes Schmid * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type), (anjuta_plugin_manager_get_plugin): * plugins/profiler/gprof-call-graph-view.c: (gprof_call_graph_view_create_columns): * plugins/profiler/gprof-flat-profile-view.c: (gprof_flat_profile_view_create_columns): * plugins/profiler/gprof-function-call-tree-view.c: (gprof_function_call_tree_view_create_columns): Fixed #466031 – Update of pieces of menus for Localization (backport from HEAD) 2007-09-10 Johannes Schmid * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string): Bug 343522 – anjuta: Unable to execute commands that use options. (backport from HEAD) 2007-09-09 Johannes Schmid * plugins/search/plugin.c: (on_toolbar_find_clicked), (on_toolbar_find_incremental): Fix incremental search * plugins/sourceview/sourceview.c: (on_document_char_added), (set_select): Fixed selection management (backport from trunk)