Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

anjuta-doc-2.30.1.0-3.1.1 RPM for x86_64

From OpenSuSE 11.3-test updates for x86_64

Name: anjuta-doc Distribution: openSUSE 11.3
Version: 2.30.1.0 Vendor: openSUSE
Release: 3.1.1 Build date: Wed Aug 11 12:25:50 2010
Group: Development/Tools/IDE Build host: build30
Size: 3198928 Source RPM: anjuta-2.30.1.0-3.1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://anjuta.sourceforge.net/
Summary: GNOME IDE for C and C++
Anjuta is a versatile integrated development environment (IDE) for C
and C++. It has been written for GTK and GNOME and features a number of
advanced programming facilities. It is basically a GUI interface for
the collection of command line programming utilities and tools
available for the GNU system. These are usually run via a text console
and can be unfriendly to use.

Provides

Requires

License

GPLv2+

Changelog

* Fri Jul 23 2010 dimstar@opensuse.org
  - bnc#624924: Anjuta crashes on startup on loading symbol-db
      plugin. --> Require: libgda-sqlite.
* Fri Jun 04 2010 sbrabec@suse.cz
  - Added support for translation-update-upstream (FATE#301344).
* Wed Apr 28 2010 dimstar@opensuse.org
  - Update to version 2.30.1.0:
    + Bugs fixed: bgo#611834, bgo#600083, bgo#614936, bgo#614932,
      bgo#614933, bgo#614928, bgo#614751, bgo#615596, bgo#615718,
      bgo#615341, bgo#616503, bgo#616740
* Mon Mar 29 2010 vuntz@opensuse.org
  - Update to version 2.30.0.0:
    + git: Free the log message for merges at the right time
    + Makefile.am missing libxml flags in some plugins (bgo#613559)
    + macro: #613118 - Please fix escaping of UTF-chars in ui file
    + project-wizard: JS template support and require GJS 0.6
    + build: bgo#612959 - Anjuta crashes when clicked 'Compile'
    + language-support-cpp-java: Avoid duplication of local symbols
      in project search
    + language-support-cpp-java: Fixed some undo problems with
      indentation
    + sourceview: bgo#567029 - underline warnings/errors using
      user-selected message colors
    + starter: Add tooltip for recent projects.
* Mon Mar 08 2010 dimstar@opensuse.org
  - Update to version 2.29.92.0:
    + Stabilisation fixes with autocompletion
    + Performance work
    + Bugs fixed:
    - bgo#567689: Shortcuts grabbed all components of anjuta
    - bgo#566194: Garbage in the message pane for messages with
      bold font
    - bgo#611204: sourceview: Don't block F7 shortcut
    - bgo#608499: language-support-cpp-java: Better expression
      parsing
    - project-wizard: Added back translatable-strings.h until
      bgo#610934 is fixed
    - bgo#609190: preferences: fix preferences registration for
      recent gtk+ versions
    - bgo#606596: project-wizard: Javascript template doesn't make
      sense
    - bgo#605050: fm: Saving a file duplicates its entry in File
      Manager
    - bgo#611933: build-basic-autootls: Get make targets for files
      from language-manager plugin
    - bgo##611312: Make manual page up-to-date
  - Changes from version 2.29.91.0:
    + Support for Vala symbols in the symbol-db
    + Bugs fixed:
    - bgo#609227: language-support-cpp-java: autocompletion problem
      (and some memory leaks)
    - bgo#550715: Smaller icons in plugin list.
    - bgo#610397, bgo#610404: language-support-cpp-java: reapplied
      previous commit.
    - bgo#610404: symbol-db: added cancel logic to search command.
    - bgo#582726: starter: Loading file from command-line/nautilus
      puts starter page in front of file
    - bgo#582717: project-import: 'Create Folder' button not
      applicable in 'New From Existing Sources' file chooser dialog
* Mon Feb 08 2010 captain.magnus@opensuse.org
  - Update to version 2.29.90.0:
    + bgo#608701: Compiler warnings
    + bgo#608396: Crash while refreshing a buffer with some
      breakpoints
    + Several fixes in symbol-db and language-support-cpp-java
* Wed Jan 27 2010 vuntz@opensuse.org
  - Update to version 2.29.6.0:
    + Features:
    - Packagekit integration
    - Project manager supports a simple "Directory" project now
      which allows to handle project that either don't use automake
      or where the automake parser can detect the files correctly.
    + Bugs fixed:
    - bgo#541687 - selecting properties of executable with mouse
    - bgo#606801 - Bad translation error + GTKmm Project error
    - bgo#572754 - Replace deprecated GTK_OBJECT_TYPE with
      G_OBJECT_TYPE
    - bgo#601750 - Tooltip evaluation doesn't respects mouse
      position
    - bgo#605060 - Single-step highlighting works only for the
      first-opened project
    - bgo#607415 - Anjuta creates lots of random directories
* Wed Jan 13 2010 captain.magnus@opensuse.org
  - Update to version 2.29.5.0:
    + Features:
    - Completion for ., ->, and :: in C/C++
    + Bugs fixed:
    - bgo#605952 - Some small fixes for symbol-db
    - bgo#566982 - don't autocomplete inside string or comment
    - bgo#586457 - Implement ianjuta_editor_cell_get_attribute()
      properly
    - bgo#605763 - No file found while adding a simple c++ class
    - bgo#605730 - completion "." "->" are not shown
    - bgo#606069 - Anjuta won't attach to process to debug it
    - bgo#559876 - Can't add python file source code to Project
      > Add source code
    - bgo#565191 - 'add project target' is mostly broken
    - bgo#566209 - "generate inhertances..." progress bar doesn't
      disappear
    - bgo#605343 - fix build warnings
    - bgo#605306 - Add missing include to fix build
  - Remove anjuta-build-fix.patch. Fixed upstream
* Wed Dec 23 2009 vuntz@opensuse.org
  - Update to version 2.29.4.0:
    + Features:
    - Javascript support
    - Support for parsing expressions allowing member completion
    - Improved autocopletion support using GtkSourceCompletion
      support in GtkSourceview master
    + Bugs fixed:
    - bgo#597318 - Anjuta terminal crashes X
    - bgo#597815 - Crash due to malformed UI definition file
    - bgo#599532 - plugin.c: missing call to fclose
    - bgo#600924 - misc. build fixes for 2.28
    - bgo#601567 - Import from git fails
    - bgo#585529 - Replace AnjutaMessageArea with GtkInfoBar
    - bgo#559925 - Send special keys to the terminal
    - bgo#602784 - Remove unneeded libsexy code
    - bgo#604581 - Crash Scintilla when writing a comment
    - bgo#599323 - symbol-db plugin can't create the symbol
      database
    - bgo#604954 - Configure project fail if project path contains
      space
    - bgo#604621 - specify /dev/shm at config time.
  - Add anjuta-build-fix.patch to fix build.
* Fri Dec 04 2009 vuntz@opensuse.org
  - Update to version 2.29.2.0:
    + String review
    + symbol-db: fix bgo#597113
    + search-plugin: unmerge ui and remove action group when the
      plugin is deactivated
    + git: remove action groups when the plugin is deactivated
    + file-manager: fix bug where we accessed the FileView even
      though it was freed
    + debug-manager: bgo#596009 - Easier adding of watches
    + bgo#601567 - Import from git fails
* Sat Nov 14 2009 vuntz@opensuse.org
  - Update to version 2.28.1.0:
    + Fix check if the executable is part of the debug configuration
    + bgo#597318 -  Anjuta terminal crashes X
    + symbol-db: fix #597113
    + subversion: Fix duplicate IDs in the glade file (bgo#596001)
    + file-loader: bgo#567363 -  drag and drop from gnome-search-tool
      yields garbage message
  - Drop anjuta-symboldb-fix.patch: fixed upstream.
  - Drop anjuta-launchername.patch: fixed upstream.
  - Drop anjuta-gtklabel-crash.patch: fixed upstream.
* Sat Oct 17 2009 dimstar@opensuse.org
  - Add anjuta-launchername.patch, fixes X resets, bgo#597318,
    bnc#547917.
  - Add anjuta-gtklabel-crash.patch, fixes crash due to malformed
    UI definition file, bgo#597815.
* Fri Oct 16 2009 dimstar@opensuse.org
  - Add anjuta-symboldb-fix.patch, fix crash, bnc#547672, taken from
    upstream git.
* Tue Sep 22 2009 dimstar@opensuse.org
  - Update to version 2.28.0.0:
    + bgo#594665 - Fix link of test program
    + bgo#593954 - Report error when location is > 0 for markers
    + bgo#594648 - Terminal does not work
    + bgo#355151 - drag/drop into editor window should open file
    + Updated translations.
  - Drop anjuta-link.patch, upstream fixed.
* Wed Sep 09 2009 vuntz@opensuse.org
  - Update to version 2.27.92.0:
    + class-gen: bgo#593532 - Untranslated strings
    + language-support-cpp-java: bgo#593291 - fix small typo
  - Add anjuta-link.patch to fix build.
  - Add gconf2-devel and gtk2-devel Requires to devel package.
* Thu Aug 27 2009 vuntz@novell.com
  - Update to version 2.27.91.0:
    + Some git fixes (file-status, etc.)
    + Stability fixes on symbol-db
    + bgo#593236: Typo in Anjuta pot file
    + bgo#592941 – Fixed errors in Anjuta IDE Manual (Greek
      translation)
    + bgo#591758 - Fix language mistakes
    + bgo#591887 - Bad strings for translation
    + bgo#590117 – Build failure: local scandir() function collides
      with system's
    + bgo#589828 – Can't open GtkBuilder files with the glade plugin
    + bgo#590708 – Some untranslated strings
    + bgo#591359 – Need an easier and intuitive way to create a
      shared library project
    + bgo#590337 – Compile failure: not allowed to link against a
      module
    + bgo#590720 – glade plugin FTBFS on mips(el) and alpha,
      LANGUAGE_C built-in
    + bgo#575926 – 'Maintain past indentation' disables itself
    + bgo#578690 – Several components underlinked
    + bgo#585428 – Context needed to translate
    + bgo#590334 – Fix -I ordering
    + bgo#590338 – Missing plugins flags
    + bgo#566698 - git: Add init support
    + bgo#588112 - language-support-cpp-java: fixed infinite loop /
      freeze
    + bgo#587248 – Encoding key in desktop file is deprecated
    + bgo#588485 – fixes from running anjuta with
      G_DEBUG="fatal_warnings"
    + bgo#589699 – When ~/.cache isn't exists, session data isn't
      saved
    + bgo#588506 – Wrong value of PACKAGE_DOC_DIR
    + bgo#589601 – "gtk-execute" and "gtk-cancel" marked for
      translation
  - Use spec-cleaner script to reorder lines in preamble.
* Wed Jul 29 2009 vuntz@novell.com
  - Update to version 2.27.5.0:
    + Even better git plugin
    + Work to get C++ autocompletion done
    + Bugs fixed:
    - bgo#589401 - git: Show the active branch in the status bar
    - bgo#588387 - symbol-db: make typeahead searching caseless
    - bgo#530740 - Migrate anjuta project wizards from libglade to
      GtkBuilder
    - bgo#575147 - Headers of new C++/GObject classes have wrong
      copyright and license notices.
    - bgo#577741 - "single step over function" does not always work
      as expected
    - bgo#587957 - doap file missing bug-database
    - bgo#583731 - Some untranslated strings
    - bgo#580276 - git: Refresh the log view when switching
      branches
    - bgo#578438 - broken svn libraries detection in configure
    - bgo#587191 - git: Fix a typo in a menu tooltip
    - bgo#586926 - gbf-am: build fix
    - bgo#586926 - gdbmi_test build fails
    - bgo#513156 - Get rid of libgnome(ui)
    - bgo#577924 - git: Add descriptions to the menu items
    - bgo#586621 - Crash while loading project file
    - bgo#586148 - Case had to be the other way around
    - bgo#586148 - Fixing setting whitespace for the editor not
      working
    - bgo#577924 - Fixing AnjutaStatusbar for displaying menu tags
    - bgo#577232 - run-program plugin: projects's working directory
      should be set to project root on start
    - bgo#586030 - Value of a new environment variable is not saved
      in run parameter dialog
    - bgo#584180 - Duplicate copy of GBF/General.pm installed to
      same location
    - bgo#582961 - Replace SexyIconEntry by GtkEntry icon
      functionality (available in GTK+ 2.16)
    - bgo#578411 - subversion: Show conflicted files in the commit
      dialog
    - bgo#585498 - symbol-db: Completion stop working and strange
      warning
  - Remove libgnomeui-devel BuildRequires.
  - Remove libgnomeui-devel Requires from devel package.
* Sun Jun 14 2009 vuntz@novell.com
  - Update to version 2.27.3.0:
    + Updates:
    - Pixel-saving UI for tabs
    - Remove markup from translatable strings
    + Bugs fixed:
    - Lots of git bugs fixed
    - bgo#584013 - libanjuta-1.0.pc.in still requires libglade-2.0
    - bgo#584347 - Don't reference child revisions
    - bgo#567214 - bookmarks window wastes too much space
    - bgo#582464 - crash in Anjuta IDE: Hacking on Empathy, dele...
* Wed May 27 2009 vuntz@novell.com
  - Update to version 2.27.2.0:
    + Lots of git improvements
    + Subversion improvements
    + Removed libglade dependency
    + bgo#581416 - Fix void function cannot return value
    + bgo#581869 - anjuta fails to build outside source tree
    + bgo#582710 - Please consider using g_timeout_add_seconds to
      reduce wakeups
    + bgo#582977 - String misspelled
    + bgo#581421 - build fail on symbol-db/test
    + bgo#530740 - Use GtkBuilder instead of libglade
    + bgo#583589 - Some untranslated strings
    + bgo#580340 - Reuse the last commit message when amending
      commits
  - Remove libglade2-devel from devel Requires.
  - Add anjuta-rpmlintrc for the warnings about the project
    templates.
* Wed May 06 2009 vuntz@novell.com
  - Update to version 2.27.1.0:
    + Updates:
    - Improvements in git plugin
    - Improvements with auto-completion speed
    + Bugs fixed:
    - bgo#530740 - Use GtkBuilder instead of libglade
    - bgo#581074 - Creating a new wxWidgets project should not
      include libglade
    - bgo#580994 - using DEBUG_PRINT instead of g_print
    - bgo#580013 - patch plugin doesn't handle patch-files with
      whitespace
    - bgo#568779 - project wizard should infer project name from
      base path
    - bgo#577721 - tooltips appears in wrong position
    - bgo#579118 - Segmentation fault when adding file to project
    - bgo#578087 - Artwork for Symbol Database is actually not from
      Monodevelop
    - bgo#567588 - highlight default button in Find dialog
    - bgo#576959 - Search does not point to correct line number on
      first match when file is not opened in editor.
    - bgo#577006 - crash creating new file
    - bgo#574607 - Replace function selects text uncorrectly
    - bgo#576057 - doesn't build with graphviz 2.22.2
    - bgo#575617 - Update FSF address
  - Remove libglade2-devel BuildRequires.
* Sun May 03 2009 mboman@suse.de
  - Change BuildRequires from unique-devel to libunique-devel
* Tue Apr 14 2009 vuntz@novell.com
  - Update to version 2.26.1.0:
    + New animation to identify running builds
    + bgo#578087 – Artwork for Symbol Database is actually not from
      Monodevelop team
    + bgo#564002 – Files view shows useless tooltip
* Wed Apr 08 2009 vuntz@novell.com
  - Update to version 2.26.0.1:
    + Huge improvements in the tooltip area
    + Do not hang when pressing backspace in editor
    + bgo#574607 – Replace function selects text uncorrectly
    + bgo#576959 - Search does not point to correct line number on
      first match when file is not opened in editor.
    + bgo#574711 – Menu Toolbar unchecked at the first time while
      toolbar shown
    + bgo#574802 – show calltips makes the editing lag
    + bgo#576057 – doesn't build with graphviz 2.22.2
    + bgo#575893 – plugins schema files are not installed
    + bgo#575617 – Update FSF address
    + Updated translations.
  - Changes from version 2.26.0:
    + bgo#397883 – The license info is almost empty
    + bgo#574376 – Save doesn't always save
    + bgo#573858 – link fail on Solaris for plugin symbol-db
    + bgo#562113 – Clean docbook syntax in order to validate
    + bgo#571740 – Get rid of deprecated libgnomecanvas
    + Fixed crash in git plugin
    + Fixed little problem in build plugin
    + Fixed distcheck
    + Updated translations.
  - Use parallel make.
  - Remove unneeded BuildRequires: gnome-common, gtk-doc, pcre-devel,
    sqlite-devel.
  - Remove Requires that are automatically added: devhelp
  - Remove some Requires which really seem abusive: alsa-devel,
    audiofile, esound-devel, gconf2-devel, gnome-terminal,
    gnome-vfs2-devel, libart_lgpl-devel, libbonobo-devel,
    libbonoboui-devel, libglade2-devel, libgnome-devel,
    libgnomecanvas-devel, libgnomeui-devel, libwnck-devel,
    libxml2-devel, openssl-devel, orbit2-devel, popt-devel, yelp,
    gnome-doc-utils
  - Remove the Recommends for documentation: if we want them, they
    should really live in devhelp. And I'm not sure we want them.
  - Pass --disable-static to configure and remove .la files.
  - Package the anjuta-build-tutorial manual with the other manuals.
  - Do not package omf files twice.
  - Do not add DocPath to the desktop file: it's already there.
* Fri Mar 06 2009 vuntz@novell.com
  - Update to version 2.25.903.0:
    + Valgrind memory fixes
    + Documentation fixes and updates
    + Fixes in the glade plugin
    + Version control integration fixes
    + Auto-indentation fixes
    + bgo#564282 – configure error: source directory already
      configured
    + bgo#567513 – Running configure doesn't make anjuta be aware
      that the project doesn't need a configure stage in its menus
    + bgo#565170 – Invalid read in plugin.c
    + bgo#573326 – Debug misfunction
    + bgo#572637 – Valgrind shows some errors in symbol-db
    + bgo#567068 – autocomplete box should vanish on backspace
    + bgo#564306 – don't ask which program to run if project has only
      one target
    + bgo#559806 – Anjuta crashes when closing unsaved file
    + bgo#556970 – Swap .h/.c doesn't work for C header files (*.h)
    + bgo#555895 – Save configure options for build configuration
    + bgo#572608 – crash clicking on 'find in files...' results.
    + bgo#572451 - crash on closing project
    + bgo#571760 – Find & Replace is broken (due to my previous
      changes)
    + bgo#511589 - remove missed includes
    + bgo#572289 – Make code less ambiguous
    + bgo#564891 – Crash when closing editor window
  - Do not call autoreconf.
  - Drop anjuta-fix-undefined-operation.patch: fixed upstream.

Files

/usr/share/gtk-doc/html/libanjuta
/usr/share/gtk-doc/html/libanjuta/AnjutaAsyncCommand.html
/usr/share/gtk-doc/html/libanjuta/AnjutaCModule.html
/usr/share/gtk-doc/html/libanjuta/AnjutaCPluginFactory.html
/usr/share/gtk-doc/html/libanjuta/AnjutaCellRendererCaptionedImage.html
/usr/share/gtk-doc/html/libanjuta/AnjutaCommand.html
/usr/share/gtk-doc/html/libanjuta/AnjutaLauncher.html
/usr/share/gtk-doc/html/libanjuta/AnjutaPlugin.html
/usr/share/gtk-doc/html/libanjuta/AnjutaPluginHandle.html
/usr/share/gtk-doc/html/libanjuta/AnjutaPluginManager.html
/usr/share/gtk-doc/html/libanjuta/AnjutaPreferences.html
/usr/share/gtk-doc/html/libanjuta/AnjutaPreferencesDialog.html
/usr/share/gtk-doc/html/libanjuta/AnjutaProfile.html
/usr/share/gtk-doc/html/libanjuta/AnjutaProfileManager.html
/usr/share/gtk-doc/html/libanjuta/AnjutaSavePrompt.html
/usr/share/gtk-doc/html/libanjuta/AnjutaSerializer.html
/usr/share/gtk-doc/html/libanjuta/AnjutaSession.html
/usr/share/gtk-doc/html/libanjuta/AnjutaShell.html
/usr/share/gtk-doc/html/libanjuta/AnjutaStatus.html
/usr/share/gtk-doc/html/libanjuta/AnjutaSyncCommand.html
/usr/share/gtk-doc/html/libanjuta/AnjutaUI.html
/usr/share/gtk-doc/html/libanjuta/AnjutaVcsStatusTreeView.html
/usr/share/gtk-doc/html/libanjuta/ESplash.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaBuildable.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaBuilder.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDebugManager.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDebugger.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDebuggerBreakpoint.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDebuggerInstruction.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDebuggerMemory.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDebuggerRegister.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDebuggerVariable.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDocument.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaDocumentManager.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditor.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorAssist.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorCell.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorCellStyle.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorComment.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorConvert.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorFactory.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorFolds.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorGoto.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorHover.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorLanguage.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorLineMode.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorSearch.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorSelection.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorView.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEditorZoom.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaEnvironment.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaFile.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaFileLoader.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaFileManager.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaFileSavable.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaHelp.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaIndicable.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaIterable.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaIterableTree.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaLanguage.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaLanguageSupport.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaLoader.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaMacro.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaMarkable.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaMessageManager.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaMessageView.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaPluginFactory.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaPreferences.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaPrint.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaProjectManager.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaStream.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaStreamLoader.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaStreamSavable.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaSymbol.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaSymbolManager.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaTerminal.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaTodo.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaVcs.html
/usr/share/gtk-doc/html/libanjuta/IAnjutaWizard.html
/usr/share/gtk-doc/html/libanjuta/action-block.html
/usr/share/gtk-doc/html/libanjuta/anjuta-architecture.html
/usr/share/gtk-doc/html/libanjuta/anjuta-architecture.png
/usr/share/gtk-doc/html/libanjuta/content-block.html
/usr/share/gtk-doc/html/libanjuta/debugger-states.png
/usr/share/gtk-doc/html/libanjuta/header-block.html
/usr/share/gtk-doc/html/libanjuta/home.png
/usr/share/gtk-doc/html/libanjuta/index.html
/usr/share/gtk-doc/html/libanjuta/index.sgml
/usr/share/gtk-doc/html/libanjuta/left.png
/usr/share/gtk-doc/html/libanjuta/libanjuta-AnjutaPluginDescription.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-Debugging.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-Program-resources.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-Utilities.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-anjuta-convert.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-anjuta-encodings.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-anjuta-enum-types.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-anjuta-error.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-anjuta-marshal.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-anjuta-utils-priv.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-anjuta-version.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-api.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-internal-api.html
/usr/share/gtk-doc/html/libanjuta/libanjuta-libanjuta-iface-marshallers.html
/usr/share/gtk-doc/html/libanjuta/libanjuta.devhelp
/usr/share/gtk-doc/html/libanjuta/libanjuta.devhelp2
/usr/share/gtk-doc/html/libanjuta/object-hierarchy.html
/usr/share/gtk-doc/html/libanjuta/page-block.html
/usr/share/gtk-doc/html/libanjuta/plugin-description-file.html
/usr/share/gtk-doc/html/libanjuta/plugin-interfaces.html
/usr/share/gtk-doc/html/libanjuta/project-wizard-format.html
/usr/share/gtk-doc/html/libanjuta/right.png
/usr/share/gtk-doc/html/libanjuta/style.css
/usr/share/gtk-doc/html/libanjuta/up.png
/usr/share/gtk-doc/html/libanjuta/writing-plugins-build-setup.html
/usr/share/gtk-doc/html/libanjuta/writing-plugins-simple.html
/usr/share/gtk-doc/html/libanjuta/writing-plugins-sources.html
/usr/share/gtk-doc/html/libanjuta/writing-plugins.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 13 04:23:42 2013