2008-03-15 Naba Kumar <nabagnome.org>
 
* TODO.tasks: Updated and marked debugger bounties completed.

2008-03-12 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/plugin.c (extract_mode_line), (get_line_indentation_base): #521847 – anjuta freez when edit file

2008-03-11 Johannes Schmid <jhsgnome.org>
  Patch from Rob Bradford:
* plugins/build-basic-autotools/executer.c (execute_program): 520324 – Execute command is not overridable
* plugins/sourceview/sourceview.c (on_insert_text): Removed Debug print

2008-03-11 Johannes Schmid <jhsgnome.org>
  Patch from James Liggett:
* plugins/subversion/plugin.c (activate_plugin): 521691 – Crash when click "Resolve Conflicts" without opened project

2008-03-11 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
* plugins/language-support-cpp-java/cpp-java-utils.c:
* plugins/language-support-cpp-java/plugin.c (get_line_indentation_base), (on_editor_char_inserted_cpp): 520415 – [PATCH] Problems in auto indentatation code, 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro )
* plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event), (anjuta_view_button_press_event):
* plugins/sourceview/sourceview.c (on_insert_text), (sourceview_adjustment_changed), (sourceview_new): #520761 – Weirz behavior with popup

2008-03-03 Johannes Schmid <jhsgnome.org>
 
* libanjuta/anjuta-launcher.c (anjuta_launcher_initialize), (anjuta_launcher_dispose), (anjuta_launcher_finalize), (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv), (anjuta_launcher_fork):
* libanjuta/anjuta-launcher.h: Add API to set environment variables for the forked process
* plugins/build-basic-autotools/Makefile.am:
* plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin .glade:
* plugins/build-basic-autotools/build-basic-autotools.c (build_set_env), (build_execute_command_full), (build_execute_command), (build_configure_project), (build_autogen_project):
* plugins/build-basic-autotools/build-basic-autotools.h:
* plugins/build-basic-autotools/build-options.c (fill_options_combo), (build_dialog_configure):
* plugins/build-basic-autotools/build-options.h: Use new launcher API to set CFLAGS when running configure. New configure dialog which has predefined CFLAGS settings. Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI

=== anjuta 2.4.0 ===


2008-03-11 Naba Kumar <nabagnome.org>
 
* NEWS: Updated for 2.4.0 stable release.
* configure.in: Version bumped to 2.4.0
* TODO.tasks: Updated.

2008-03-10 Rob Bradford <robrobster.org.uk>
  Reviewed by Naba Kumar :
* global-tags/Makefile.am: Revert change for #515954. This change was incorrect, the anjuta-tags program is installed into the $(bindir) rather than the $(scriptdir).

2008-03-02 Naba Kumar <nabagnome.org>
 
* plugins/message-view/anjuta-msgman.h: Fixed a build error.
* configure.in: Added a requirement for scintilla editor plugin.

2008-03-02 Johannes Schmid <jhsgnome.org>
 
* plugins/message-view/anjuta-msgman.c (anjuta_msgman_instance_init), (anjuta_msgman_append_view), (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
* plugins/message-view/anjuta-msgman.h: Fixed anjuta_msgman_get_current_view() to access the notebook directly and get rid of the cached current_view member. Fixes #518469 – Save message buffer not working good

2008-03-01 Johannes Schmid <jhsgnome.org>
  Patch by James Liggett:
* plugins/subversion/svn-command.h:
* plugins/subversion/svn-diff-command.c (svn_diff_command_run): Fixed #519275 – Subversion should allow offline diffs

2008-02-29 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/cpp-java-assist.c (cpp_java_assist_get_calltip_context), (cpp_java_assist_check): Removed some debug code
* plugins/sourceview/assist-tip.c (assist_tip_set_tips): Escape tooltip text to avoid broken markup

2008-02-29 Johannes Schmid <jhsgnome.org>
 
* libanjuta/Makefile.am: Fixed a build error when building with -j X
* plugins/tools/scripts/prepare-changelog.pl: Updated to latest script version in gnome svn

2008-02-28 Johannes Schmid <jhsgnome.org>
 
* plugins/document-manager/anjuta-docman.c: (anjuta_docman_page_destroy): Do not unref widget because the GtkNotebook will unref them
* plugins/file-manager/file-view.c: (file_view_refresh):
* plugins/search/search_preferences.c: (search_preferences_init): Fixed a memory leaks
* plugins/sourceview/sourceview.c: (sourceview_add_monitor), (ieditor_get_offset), (ieditor_iface_init), (idocument_get_filename), (ilanguage_get_supported_languages), (autodetect_language): Fixed memory leaks and implemented ianjuta_editor_get_offset() which was missing.

2008-02-28 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event): Hide tooltip when Up, Down, Page_Up or Page_Down is pressed

2008-02-27 Naba Kumar <nabagnome.org>
 
* plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted string break. That was a mistake doing at this point.

=== anjuta 2.3.5 ===


2008-02-26 Naba Kumar <nabagnome.org>
 
* plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a crash when there is a modified new file open, a non-modified exiting file open and autosave happen. Simplified error checking logic and avoided memory corruption. Fixes bug #Bug 518716.

2008-02-25 Naba Kumar <nabagnome.org>
 
* NEWS: Updated for release 2.3.5
* configure.in: Bumped version to 2.3.5
* plugins/build-basic-autotools/build-basic-autotools.c: (on_editor_changed): Avoid accessing text which is greater than valid range.
* plugins/editor/text_editor_cbs.[c,h]: Removed dead code.

2008-02-25 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/breakpoints.c: Fix #518329: Crash when adding breakpoint and other similar bugs

2008-02-25 Johannes Schmid <jhsgnome.org>
 
* tagmanager/entry.c: (updateSortedFlag), (isCtagsLine), (copyBytes), (copyFile), (openTagFile), (makeTagEntry): Never call error() which calls exit() #517646 – Anjuta exists with code 2 when i try to import gedit

2008-02-23 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/sourceview.c: (ieditor_insert): Block insert_text signal when inserting manually.

2008-02-23 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/sourceview.c: (on_insert_text): Fixed a problem with the "insert-text" signal that broke copy&paste sometimes

2008-02-22 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/plugin.c: (get_line_indentation_base): More fixes for comment handling and made the code a lot simpler

2008-02-22 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/sourceview.c: (on_insert_text): Fixed #517919 – Crash on pasting docblock

2008-02-20 Johannes Schmid <jhsgnome.org>
  Patch from James Liggett:
* plugins/profiler/profiler.glade: Fix width options dialog. Translations are not longer cut off. (#516630)

2008-02-18 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/sourceview.c: (on_insert_text): Do not change the iterator in the "insert-text" handler because it has some strange side-effects when copying text Fix useless free'ing in hover-leave that might have led to random crashes

2008-02-18 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/start.c: Avoid a glib warning if no project is loaded

2008-02-18 Sébastien Granjoux <seb.sfofree.fr>
 
* manuals/anjuta-manual/C/debugger.xml: Remove warning about new debugger

2008-02-17 Johannes Schmid <jhsgnome.org>
 
* manuals/anjuta-manual/figures/project-window.png: Use a smaller picture

2008-02-17 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/gdb/debugger.c: Set breakpoint in file with uncommon characters in path name

2008-02-17 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
* plugins/sourceview/sourceview-cell.c: (icell_get_character), (icell_get_char):
* plugins/sourceview/sourceview.c: (on_insert_text): Fix "char-added" signal to pass the correct iterator

2008-02-17 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/gdb/debugger.c: Load executable in gdb with space in path name

2008-02-17 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/plugin.c: (get_line_indentation_base), (get_line_auto_indentation), (on_auto_indent): Some bugfixes and clean-ups in comment indentation code
* plugins/sourceview/anjuta-view.c: (anjuta_view_class_init), (anjuta_view_finalize), (anjuta_view_key_press_event):
* plugins/sourceview/sourceview.c: (on_insert_text), (sourceview_create_highligth_indic), (sourceview_new): Cleaned implementation of char-added signal by using "insert-text" signal instead of filtering "key-press-event"
* plugins/sourceview/sourceview-cell.c: (icell_get_character), (icell_get_length), (icell_get_char), (iiter_first), (iiter_last), (iiter_diff): Fixed implementation of get_character and return value of iiter_first() and iiter_last();

2008-02-16 Johannes Schmid <jhsgnome.org>
 
* plugins/valgrind/plugin.c: (valgrind_activate), (ipreferences_merge), (ipreferences_unmerge):
* plugins/valgrind/vgactions.c: (vg_actions_run):
* plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log): Fixed crasher when starting valgrind because of strange prefs handling and #516641 – Valgrind: Load Log does not clear list

2008-02-15 James Liggett <jrliggettcox.net>
 
* plugins/profiler/plugin.c: (on_select_other_target_button_clicked): Select the new custom target in the list so that the user sees it. Bug 516630 – Selection custom binary in profiler is not user-friendly.

2008-02-16 Sébastien Granjoux <seb.sfofree.fr>
 
* manuals/anjuta-manual/C/projects.xml: Fix #515993: "Add package" button is "Add Package" in code Fix #516727: "Build All" is "Build Project" in code Fix #516728: "Clean All" is "Clean Project" in code Fix #516728: "Autogenerate" is "Run Autogenerate..." in code Fix #516730: Fix note title "Configure" is "Run Configure..." in code

2008-02-16 Sébastien Granjoux <seb.sfofree.fr>
 
* (added) manuals/anjuta-manual/C/figures/project-window.png, (removed) manuals/anjuta-manual/C/figures/project_win.png, manuals/anjuta-manual/C/projects.xml, manuals/anjuta-manual/Makefile.am: Fix #515207: Add a new project window screenshoot Rename "Project View" to "Project window"

2008-02-16 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/project-import/project-import.c: Fix #516743: Import project keeps an old date on project file
* plugins/project-manager/plugin.c: Fix #516737: Import project doesn't load project with space in name

2008-02-16 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/command.c: Destroy local variables on each step
* plugins/debug-manager/debug_tree.c, plugins/debug-manager/watch.c, plugins/debug-manager/locals.c, plugins/gdb/debugger.c, libanjuta/interfaces/libanjuta.idl: Parse local variables scope (not used yet)

2008-02-15 James Liggett <jrliggettcox.net>
  reviewed by: Johannes Schmid
* plugins/profiler/gprof-options.c: (setup_widgets), (gprof_options_set_target), (gprof_options_has_target), (gprof_options_get_string):
* plugins/profiler/gprof-options.h:
* plugins/profiler/plugin.c: (ifile_open): 516128 – crash in Anjuta IDE: selected profiler as the...

2008-02-14 Johannes Schmid <jhsgnome.org>
 
* plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
* plugins/macro/macro-dialog.c: (on_macro_selection_changed):
* plugins/symbol-browser/an_symbol.c:
* plugins/symbol-browser/an_symbol_view.c: (on_symbol_view_row_expanded): Fixed some memory leaks (Remember to all free/unref everything that comes from gtk_tree_model_get())

2008-02-14 Johannes Schmid <jhsgnome.org>
 
* plugins/document-manager/search-box.c: (on_search_activated): 516377 – Status bar does not change its status of 'Search for .. continued at top' (caused by differences between scintilla and sourceview)

2008-02-13 James Liggett <jrliggettcox.net>
 
* plugins/subversion/svn-diff-command.c: (svn_diff_command_run): Output in UTF-8 format to avoid hangs with the editor. (#516014)

2008-02-14 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/plugin.c: (get_line_indentation_base), (get_line_auto_indentation), (on_editor_char_inserted_cpp): 504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:

2008-02-13 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/plugin.c: (is_iter_inside_string), (get_line_auto_indentation): Handle comments in the code and do not ask editor. Fixes scintilla indentation (sourceview does not report comments anyway).
* plugins/sourceview/sourceview-cell.c: (iiter_diff): Diff with correct sign (also fixes some issues with language-support)

2008-02-13 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/plugin.c: (get_line_indentation_base): Act even more clever for comments. Indent /* */ comments correctly for multilines

2008-02-13 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/sourceview.c: (ieditor_set_tab_size): Also set indentation size correctly, when tab size is set by language support plugin

2008-02-13 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/plugin.c: (get_line_indentation_base): Indent lines after comments correctly

2008-02-13 Johannes Schmid <jhsgnome.org>
 
* libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real), (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
* libanjuta/anjuta-launcher.h: Some more fixes from symbol-db-branch
* src/Makefile.am: Move anjuta-shell to noinst_PROGRAMS as it is just a test

2008-02-12 Johannes Schmid <jhsgnome.org>
  Patch from Gennaro Bellizio :
* global-tags/Makefile.am:
* AUTHORS #515954 – create_global_tags.sh: wrong anjuta-tags path
* libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize), (anjuta_launcher_dispose), (anjuta_launcher_check_password_real), (anjuta_launcher_scan_output), (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
* libanjuta/anjuta-launcher.h: Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported from symbol-db branch

2008-02-11 Johannes Schmid <jhsgnome.org>
 
* plugins/file-manager/file-model.c: (file_model_expand_idle): 515868 – File browser only shows icons when activated

2008-02-11 Johannes Schmid <jhsgnome.org>
 
* plugins/file-manager/file-model.c: (file_model_expand_idle): #515867 – Anjuta dies on startup

2008-02-11 Johannes Schmid <jhsgnome.org>
 
* TODO.tasks: Marked subversion task as completed

=== anjuta 2.3.4 ===


2008-02-11 Naba Kumar <nabagnome.org>
 
* configure.in: Bumped version to 2.3.4

2008-02-10 Naba Kumar <nabagnome.org>
 
* NEWS: Updated for release.

2008-02-10 Johannes Schmid <jhsgnome.org>
 
* plugins/document-manager/anjuta-document-manager.plugin.in: Added html, javascript and glade file types. This makes it possible to edit a glade file by hand in anjuta (shows a dialog whether to use Glade or document-manager (#514695 – Anjuta v2.2.3 can't open js files)
* plugins/file-wizard/anjuta-file-wizard.glade:
* plugins/gdb/anjuta-gdb.glade:
* plugins/project-wizard/anjuta-project-wizard.glade:
* plugins/search/anjuta-search.glade:
* plugins/terminal/anjuta-terminal-plugin.glade: Fixed some other translation issues (#507921)

2008-02-10 Naba Kumar <nabagnome.org>
 
* plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.

2008-02-10 Sébastien Granjoux <seb.sfofree.fr>
 
* manuals/anjuta-manual/C/interface.xml, manuals/anjuta-manual/C/introduction.xml, manuals/anjuta-manual/C/preferences.xml, manuals/anjuta-manual/C/fileoperations.xml, manuals/anjuta-manual/C/projects.xml: Fix spelling errors, including bug #515204, #515172, #515117 and #513892

2008-02-10 Naba Kumar <nabagnome.org>
 
* plugins/document-manager/plugin.c: Fixed stream comment and added translator's comment for 'block comment', 'box comment' and 'stream comment'

2008-02-10 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/command.c, plugins/debug-manager/command.h, plugins/debug-manager/breakpoints.c, libanjuta/interfaces/libanjuta.idl: Avoid adding the same breakpoint several times
* plugins/gdb/debugger.c: Fix bug #515463: Deattaching process kill it

2008-02-10 Sébastien Granjoux <seb.sfofree.fr>
 
* manuals/anjuta-manual/C/debugger.xml: Fix translation bug #515459 and #515460

2008-02-10 Johannes Schmid <jhsgnome.org>
  Patch from Rémi Cardona
* plugins/build-basic-autotools/Makefile.am:
* plugins/cvs-plugin/Makefile.am:
* plugins/document-manager/Makefile.am:
* plugins/editor/Makefile.am:
* plugins/indent/Makefile.am:
* plugins/language-support-cpp-java/Makefile.am:
* plugins/message-view/Makefile.am:
* plugins/sourceview/Makefile.am:
* plugins/symbol-browser/Makefile.am:
* plugins/terminal/Makefile.am:
* scripts/build-schemas.mk:
* src/Makefile.am: Fix #512531 – Parallel build fails
* AUTHORS: Added Rémi

2008-02-10 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/queue.c: Fix interrupt command, not working due to previous change

2008-02-10 Johannes Schmid <jhsgnome.org>
 
* src/Makefile.am:
* src/anjuta-app.c:
* src/anjuta-callbacks.c (removed):
* src/anjuta-callbacks.h (removed): Removed (almost) empty files, fixes #515383 and #515388

2008-02-09 James Liggett <jrliggettcox.net>
  Reviewed by Naba Kumar :
* plugins/subversion/svn-add-command.c: (svn_add_command_new):
* plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
* plugins/subversion/svn-command.c: (svn_command_make_canonical_path):
* plugins/subversion/svn-command.h:
* plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
* plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
* plugins/subversion/svn-log-command.c: (svn_log_command_new):
* plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
* plugins/subversion/svn-remove-command.c: (svn_remove_command_new):
* plugins/subversion/svn-status-command.c: (svn_status_command_new):
* plugins/subversion/svn-switch-command.c: (svn_switch_command_new):
* plugins/subversion/svn-update-command.c: (svn_update_command_new): Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't die if the user gives a path that libsvn doesn't like. Fixes bug #515500

2008-02-08 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/command.c, plugins/debug-manager/command.h, plugins/debug-manager/queue.c: Fix crashes when trying to stop the debugger while it is busy

2008-02-08 Johannes Schmid <jhsgnome.org>
  Patch from Rodrigo Moya
* plugins/glade/plugin.c: (ifile_open):
* plugins/symbol-browser/test-class.cpp:
* AUTHORS: Added Rodrigo #514732 – 64 bit compliation error #514733 – Use of uninitialized variables

2008-02-05 Sébastien Granjoux <seb.sfofree.fr>
 
* manuals/anjuta-manual/C/debugger.xml: Fix translation bug #514494 and bug #514440

2008-02-05 Massimo Cora' <maxcvsemail.it>
 
* plugins/symbol-db/symbol-db-engine-iterator-node.c: Fix a compile error added in the previous patch

2008-02-04 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/profiler/gprof-view.c, plugins/class-inheritance/class-callbacks.c, plugins/class-inheritance/class-inherit.c, plugins/symbol-browser/an_symbol.c, plugins/symbol-db/symbol-db-engine-iterator-node.c, libanjuta/interfaces/libanjuta.idl: Change ianjuta_symbol_file function to ianjuta_symbol_uri

2008-02-04 Johannes Schmid <jhsgnome.org>
 
* plugins/search/anjuta-search.glade: Fixed typo

2008-02-03 Johannes Schmid <jhsgnome.org>
 
* libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
* libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
* plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin .glade:
* plugins/build-basic-autotools/build-basic-autotools.c: (build_get_context), (build_configure_project):
* plugins/class-gen/anjuta-class-gen-plugin.glade:
* plugins/cvs-plugin/anjuta-cvs-plugin.glade:
* plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
* plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
* plugins/devhelp/plugin.c: (devhelp_activate):
* plugins/editor/Makefile.am:
* plugins/editor/anjuta-editor-scintilla.glade:
* plugins/editor/text_editor.c:
* plugins/editor/text_editor.h:
* plugins/editor/text_editor_menu.c (removed):
* plugins/editor/text_editor_menu.h (removed):
* plugins/file-wizard/anjuta-file-wizard.glade:
* plugins/gtodo/notification.c: (create_notification_window):
* plugins/gtodo/preferences.c: (preferences_widget):
* plugins/language-support-cpp-java/plugin.c: (cpp_java_plugin_activate_plugin):
* plugins/message-view/anjuta-message-manager-plugin.glade:
* plugins/message-view/plugin.c: (activate_plugin):
* plugins/project-manager/plugin.c: (confirm_removal):
* plugins/search/anjuta-search.glade:
* plugins/search/plugin.c:
* plugins/search/search-replace.c: (nb_results_alert):
* plugins/subversion/subversion-commit-dialog.c: (on_subversion_commit_response):
* plugins/symbol-browser/plugin.c: (activate_plugin):
* plugins/valgrind/plugin.c: (on_menu_run_activate):
* plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
* plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
* src/anjuta.glade: Fixed translation bugs from #507921. Removed unused files in scintilla plugin

2008-02-03 Sébastien Granjoux <seb.sfofree.fr>
 
* manuals/anjuta-manual/C/debugger.xml: Fix bug #514124 and bug #514138: Wrong menu item name

2008-02-03 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/profiler/gprof-view.c, plugins/symbol-browser/plugin.c, plugins/class-inheritance/class-callbacks.c, plugins/debug-manager/plugin.c, plugins/tools/editor.c, plugins/search/search-replace.c, plugins/search/search-replace_backend.c, plugins/search/search-replace_backend.h, plugins/build-basic-autotools/build-basic-autotools.c, plugins/document-manager/plugin.c, plugins/document-manager/file_history.c, plugins/document-manager/anjuta-docman.c, plugins/document-manager/anjuta-docman.h, plugins/document-manager/action-callbacks.c, libanjuta/interfaces/libanjuta.idl: Rename IAnjutaDocumentManager functions: find_document_with_path, goto_file_line, goto_file_line_mark and get_full_filename into find_document_with_uri, goto_uri_line, goto_uri_line_mark and get_uri Fix search plugin to use an URI instead of a file path Fix anjuta_docman_get_uri to always return an URI

2008-02-03 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/breakpoints.c: Fix bug #514118: Rename Clear All Breakpoints to Remove All Breakpoints

2008-02-03 Sébastien Granjoux <seb.sfofree.fr>
 
* manuals/anjuta-manual/C/debugger.xml: Update debugger documentation

2008-02-03 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/sharedlib.c, plugins/debug-manager/anjuta-debug-manager.glade, plugins/debug-manager/queue.c, plugins/tools/execute.c, plugins/tools/anjuta-tools.glade, plugins/tools/editor.c, plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/xlib-dock.wiz, plugins/project-wizard/templates/wxwin.wiz, plugins/project-wizard/templates/java.wiz, plugins/project-wizard/templates/gnome.wiz, plugins/project-wizard/templates/anjuta-plugin.wiz, plugins/project-wizard/templates/gtkmm.wiz, plugins/project-wizard/templates/python.wiz, plugins/project-wizard/templates/cpp.wiz, plugins/project-wizard/templates/sdl.wiz, plugins/project-wizard/templates/gtk.wiz, plugins/project-wizard/templates/minimal.wiz, plugins/project-wizard/templates/xlib.wiz, plugins/project-wizard/templates/gcj.wiz, plugins/gdb/plugin.c, plugins/gdb/debugger.c, libanjuta/anjuta-plugin-manager.c: Partial fix of #507921: translation issues in debug-manager, tools, project-wizard, gdb and anjuta-plugin-manager.

2008-02-02 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/queue.c: Debugger Local, Stack and Thread windows were missing due to the previous change.

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* manuals/anjuta-manual/Makefile.am: Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am causes make install to fail

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* plugins/macro/macros.xml: #495511 – Header_h macro correction

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* plugins/patch/patch-plugin.glade: gtk-apply is not translatable...

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* plugins/build-basic-autotools/build-basic-autotools.c: (on_build_mesg_format): Also check for untranslated messages from make. Should fix #511981 – Error parsing make output

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin .glade: Fixed #511010 – [UI] Execute program utility window

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* src/anjuta.glade: Fixed #509908 – [UI] Problems with the General settings tab

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* manuals/anjuta-manual/C/fileoperations.xml: Fixed #513730 – Option not present in the GUI po file

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/anjuta-editor-sourceview.glade: Adjust preferences default values

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos): Fixed #512535 – Open files tabs' position is correctly remembered but not applied at startup

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* plugins/search/search-replace.c: (on_message_clicked): Pass and uri ianjuta_document_manager_goto_file_line_mark() to fix clicking on search result messages

2008-02-01 James Liggett <jrliggettcox.net>
 
* plugins/subversion/svn-command.c: (on_svn_notify): Fixed wrong status message output when resolving conflicts.

2008-02-02 Johannes Schmid <jhsgnome.org>
 
* configure.in: Require GtkSourceView 2.1.2
* plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
* plugins/sourceview/sourceview.c: (mark_real), (imark_unmark), (imark_is_marker_set), (imark_delete_all_markers), (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all): Adapted to API changes in GtkSourceView

2008-02-01 Johannes Schmid <jhsgnome.org>
 
* plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init): Fixed tabsize preference

2008-02-01 Johannes Schmid <jhsgnome.org>
 
* manuals/anjuta-manual/C/fileoperations.xml:
* manuals/anjuta-manual/C/interface.xml: Updated manual
* manuals/anjuta-manual/Makefile.am:
* manuals/anjuta-manual/C/figures/*: Updated figures to be in clearlooks theme, removed old figures

2008-02-01 Johannes Schmid <jhsgnome.org>
 
* plugins/patch/patch-plugin.glade:
* plugins/patch/plugin.c: (patch_plugin_activate): Another UI issue with the patch plugin and silenced a compiler warning Patch from James Liggett:
* 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-view.c: (gprof_view_format_float):
* plugins/profiler/gprof-view.h: Use two decimal places for float values in profiler views (#507831)

2008-02-01 Johannes Schmid <jhsgnome.org>
 
* configure.in:
* plugins/editor/Makefile.am: Fixed #512751 – libgnomeprint unnecessary without scintilla

2008-01-31 Johannes Schmid <jhsgnome.org>
 
* plugins/language-manager/languages.xml: Added a pretty ugly string for C++ headers. Maybe we should rely on mime-types instead...

2008-01-31 Johannes Schmid <jhsgnome.org>
 
* plugins/language-support-cpp-java/cpp-java-assist.c: (get_iter_column), (cpp_java_assist_get_calltip_context), (cpp_java_assist_show_calltip), (cpp_java_assist_check), (on_assist_chosen), (cpp_java_assist_install):
* plugins/language-support-cpp-java/plugin.c: (on_editor_char_inserted_cpp): Removed annoying DEBUG_PRINTs
* plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
* plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
* plugins/sourceview/sourceview.c: (iassist_show_tips): Fixed "jumping" tooltips, fixed indentation of brances

2008-01-31 Johannes Schmid <jhsgnome.org>
 
* plugins/document-manager/plugin.c: (on_document_changed): Fixed crash when closing anjuta after all document tabs have been closed

2008-01-31 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/anjuta-debug-manager.glade: Fix #513485: wrong strings maked as translatable

2008-01-31 Sébastien Granjoux <seb.sfofree.fr>
 
* plugins/debug-manager/threads.c, plugins/debug-manager/stack_trace.c: Avoid crash when getting relative path from debugger (same fix than for #510028)
* plugins/debug-manager/queue.c: Emit all state changes notification
* plugins/debug-manager/start.c: Fix #511586: Project path with "+" not working in debugger

2008-01-31 Johannes Schmid <jhsgnome.org>
...