[anjuta] Created tag ANJUTA_2_29_4



The signed tag 'ANJUTA_2_29_4' was created.

Tagger: Johannes Schmid <jhs gnome org>
Date: Mon Dec 21 17:57:32 2009 +0100

    Tag for 2.29.4 release

Changes since the last tag 'ANJUTA_2_28_0':

Adi Roiban (1):
      Update Romanian translation

Antón Méixome (1):
      Updated Galician Translation

Aron Xu (2):
      Added Simplified Chinese translations of anjuta manual.
      Updated Simplified Chinese translation.

Branko Kokanovic (1):
      debug-manager:bgo #596009 -  Easier adding of watches

Bruno Brouard (1):
      Updated French translation

Carl-Anton Ingmarsson (7):
      file-manager: fix bug where we accessed the FileView even though it was freed
      git: remove action groups when the plugin is deactivated
      search-plugin: unmerge ui and remove action group when the plugin is deactivated
      remove some unused variables
      remove unused functions
      sourceview: don't use deprecated gtk_source_view_set_mark_category_pixbuf ()
      git: add force option to push dialog

Carles Ferrando (1):
      Updated Catalan (Valencian) translation

Claude Paroz (1):
      Remove deleted file from POTFILES.in

Cygwin Ports maintainer (1):
      bgo#600924 -  misc. build fixes for 2.28

Filipe (1):
      bgo#559925  - Send special keys to the terminal

Gabor Kelemen (1):
      bgo#593539 -  Please remove unnecessary markup from glade files

Gennaro Bellizio (1):
      bgo #597815 -  Crash due to malformed UI definition file

Gil Forcada (1):
      file-loader:bgo#590586 -  Use msgctxt in translation strings

Javier Jardón (2):
      Use accessor functions instead direct access.
      debug manger: bgo #602784 -  Remove unneeded libsexy code

Joan Duran (1):
      Updated Catalan translation

Johannes Schmid (34):
      Updated files for release
      Updated version to 2.29.0
      document-manager: bgo#591686 -  Setting a bookmark requires a rename action
      file-loader: bgo#567363 -  drag and drop from gnome-search-tool yields garbage message
      project-wizard: Remove anjuta-vala-plugin template as it is not working anyway
      Require gtksourceview >= 2.8
      project-wizard: set text and pixbuf column to display project icons
      Updated files for 2.29.2 release
      symbol-db: Fixed missing include file in lexer
      sourceview, cpp-java-assist: started porting to new GtkSourceCompletion API
      sourceview, language-support-cpp-java: Ported everything to the new AnjutaProvider interface     symbol-db: Added missing cancel() methods to avoid a crash, needs fixing.
      language-support-cpp-java: Removed the cancel stuff because queries cannot be cancelled     anyway and it was just causing problems.
      language-support-cpp-java: Align arguments correctly when we have a return type.
      language-support-cpp-java: Also show completions as function for prototypes
      language-support-cpp-java: Don't show duplicate symbol entries (both prototype and function)
      bgo#585529 -  Replace AnjutaMessageArea with GtkInfoBar
      libanjuta: Fixed stupid bugs in anjuta-status.c that can lead to random busy cursors.
      sourceview: Removed assist-window.c/h and fixed some warnings
      run-plugin: Fixes "no"-button action in re-run dialog (LP: #434694)
      libanjuta: Improve docs for ianjuta_editor_assist_invoke().
      libanjuta: Added more documentation to IAnjutaProvider and IAnjutaEditorAssist.
      anjuta: Move anjuta.ui to anjuta.xml to confirm with the rest of the sources. Added a separator after     the View->Toolbar menuitem
      libanjuta: Remove doc comments that irritate the idl parser
      sourceview: fix handling of word completion provider in preferences. Added debug domain to     sourceview plugin
      sourceview: fix implementation of ianjuta_editor_assist_invoke()
      language-support-cpp-java, document-manager: Move Edit->Autocomplete
      language-support-cpp-java: Avoid adding multiple provider instances to the same editor
      language-manager: Added get_languages() to the interface
      language-support-cpp-java: fix memory leak
      document-manager: bgo#604065 - save button is disable even if the file is modified
      language-support-cpp-java: Fixed linkage on 64-bit platform (and probably any non-x86 platform)
      language-support-cpp-java: Added member completion code for testing.
      language-support-cpp-java: Improve parsing of expressions
      Update files for 2.29.4 release

Jorge González (7):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Kjartan Maraas (1):
      Updated Norwegian bokmål translation.

Leonid Kanter (1):
      Updated Russian translation

Marios Zindilis (1):
      Updated Greek translation

Mark Krapivner (1):
      Updated Hebrew translation

Massimo Corà (60):
      symbol-db: Added new branch cxxparser.
      cxxparser: CppScanner refactoring, fixed some compiling issues.
      cxxparser: Added grammar files.
      cxxparser: some more refactoring in the naming of the fields/methods.
      symbol-db: renamed function symbol_db_engine_add_new_files () to _full ()
      cxxparser: first simple completions (plain and cast struct) are working.
      symbol-db: benchmark now uses anjuta-tags
      symbol-db: added symbol_db_util_get_source_files_by_mime () and improved benchmark prg.
      symbol-db: added test-queries program and renamed some queries.
      symbol-db: queries api lifting.
      symbol-db: made symbol-db UserActivatable=no
      symbol-db: added a query test and fixed a bug introduced with previous patch
      symbol-db: removed useless DEBUG_PRINT
      symbol-db: added symbol_db_engine_find_symbol_in_scope () and cleaned api comments
      symbol-db: added IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC or PRIVATE
      symbol-db: added engines signals to interface.
      cxxparser: moved some files.
      cxxparser: added some logic to process multiple tokens but yet not working
      cxx-parser: test-complex-struct solved.
      symbol-db: some cleaning on queries comments.
      cxxparser: started refactoring. test-simple-struct && test-cast-simple-struct already working
      symbol-db: disconnected signals
      symbol-db: updated IAnjutaSymbolManager interface doc
      symbol-db: added symbol_db_engine_get_parent_scope_by_symbol_id ().
      symbol-db: update anjuta-tags' flex.c
      symbol-db: added parameter filescope_search to _search_project* and _search_system*
      language-cpp-java: updated interfaces calls
      symbol-db: added regex to filter member variables declarations and to get type_name
      cxxparser: test-complex-struct solved successfully.
      symbol-db: update preferences gui.
      cxxparser: fix compile problem.
      symbol-db: kept GNU regex instead of GRegex. They're already working good.
      symbol-db: some code cleaning and bug fixing.
      symbol-db: made generation of temp file more robust.
      cxxparser: code cleaning and better handling of tests.
      symbol-db: fix #597113
      symbol-db: fix #597113
      cxxparser: generalized use of sample-db path
      cxxparser: adding an extra tokenizer fixes some expression parsing problems.
      cxxparser: added test_complex_struct2 to test suite.
      cxxparser: added destructor
      Merge branch 'master' into cxxparser
      symbol-db: removed extra debug message.
      symbol-db: pattern on search-async was not preserved with g_strdup ().
      symbol-db: pattern on search-async was not preserved with g_strdup ().
      libanjuta, symbol-db, language-support-cpp-java: compilable cxxparser inside lsp.
      language-support-cpp-java: added cxxparser files.
      language-support-plugin: cxxparser compiled statically.
      language-support-cpp-java, symbol-db: improved interface.
      language-support-cpp-java: improved stability of cxxparser.
      symbol-db: swapped parameters on iface sync calls.
      symbol-db: added comments to interfaces.
      symbol-db: fixed some null connection warnings.
      language-support-cpp-java: fixed linking problems with sourceview.
      language-support-cpp-java: code cleaning. Added function signature parsing.
      symbol-db: support for libgda 4.1.x.
      symbol-db: bgo#604581 -  Crash Scintilla when writing a comment
      symbol-db: removed deprecated code cxxparser/.
      symbol-db: fixed bgo#599323 - symbol-db plugin can't create the symbol database
      symbol-db: fixed bgo#604621 -  specify /dev/shm at config time.

Matej UrbanÄ?iÄ? (3):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Maxim Ermilov (2):
      Add JavaScript support.
      Update language-support-js to new IAnjutaAssist.

Philip Withnall (2):
      595834 -  String fixes
      Updated British English translation

Sébastien Granjoux (10):
      bgo#597318 -  Anjuta terminal crashes X
      Fix check if the executable is part of the debug configuration
      build: bgo #599532 -  plugin.c: missing call to fclose
      bgo #601567 -  Import from git fails
      Remove anjuta_message_area_get_type from documentation
      Support calltips when autocompletion is not available
      document-manager: move complete icons fom language-support to fix build
      gdb: Use IAnjutaEnvironment in gdb plugin
      symbol-db: bgo#604581 -  Crash Scintilla when writing a comment
      bgo#604954 -  Configure project fail if project path contains space

Thomas Thurman (1):
      Shavian translation

Viktors Petrovs (1):
      subversion: Fix duplicate IDs in the glade file (bgo 596001)

Yair Hershkovitz (2):
      Updated Hebrew translation
      Updated Hebrew translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]