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

geany-0.20-5.3 RPM for x86_64

From OpenSuSE 11.4 for x86_64

Name: geany Distribution: openSUSE 11.4
Version: 0.20 Vendor: openSUSE
Release: 5.3 Build date: Tue Feb 22 23:51:33 2011
Group: Development/Tools/IDE Build host: build24
Size: 4031843 Source RPM: geany-0.20-5.3.src.rpm
Packager: http://bugs.opensuse.org
Url: http://geany.org/
Summary: Small and lightweight IDE
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only a
few dependencies from other packages. Another goal was to be as
independent as possible from a special Desktop Environment like KDE
or GNOME. So it is using only the GTK2 toolkit and therefore you need
only the GTK2 runtime libraries to run Geany.

Provides

Requires

License

GPLv2+

Changelog

* Sat Feb 12 2011 vuntz@opensuse.org
  - Call relevant macros in %post/%postun:
    + %desktop_database_post/postun because the package ships at
      least one desktop file.
    + %icon_theme_cache_post/postun because the package ships themed
      icons.
  - Pass %{?no_lang_C} to %find_lang so that english documentation
    can be packaged with the program, and not in the lang subpackage.
  - Change Requires of lang subpackage to Recommends, since the
    english documentation is not there anymore.
* Fri Jan 07 2011 vuntz@opensuse.org
  - Update to version 0.20:
    + This is only a highlight of the main changes. For the complete
      list of changes, see NEWS or
      http://www.geany.org/Documentation/ReleaseNotes.
    + Bugs:
    - Improve compatibility with GVFS using GIO to save documents
    - Fix various crashes.
    - Other misc fixes.
    + Interface:
    - Color build command fields light grey unless overridden.
    - Implement 'Select All' for the VTE widget.
    - Various small UI improvements.
    + Documents:
    - Ensure inserted templates always have proper line ending
      characters according to the current document's preference.
    - Add per-document indent width setting.
    + Editor:
    - Add alternative color scheme based on Python colors.
    - Replace HTML automatic <table> tag completion with a 'table'
      snippet.
    - Auto-indent after an HTML/XML line without a closing tag.
    - Make Reflow Lines/Block command use the current indented
      block, not the whole paragraph.
    + Configuration:
    - Load insertion templates from system path, don't create them
      in the user's config dir.
    - File templates are now reloaded on saving.
    + Add various preferences, some of which are hidden.
    + Keybindings:
    - Fix Alt+[0-9] switching tabs even when other modifiers are
      also held.
    - Add snippet keybinding support.
    - Add 'Insert New Line Before/After Current' keybindings.
    + Filetypes:
    - New filetypes (Forth, Lisp, Erlang).
    - Improvements for various filetypes (Ada, C++, Python, Matlab,
      Txt2Tags, Make, D, Vala, Markdown, reStructuredText, Basic,
      HTML, PHP, Markup).
    + Plugins:
    - File Browser: Add history to path entry.
    - HTML Characters: Only automatically replace characters when
      the current document is a Markup document.
    + API improvements for plugins.
    + Windows fixes.
    + Updated documentation.
    + Updated translations.
* Sun Dec 05 2010 badshah400@gmail.com
  - Update to version 0.19.2:
    + Fix not always reporting an error message when saving a
      document fails
* Thu Aug 19 2010 dimstar@opensuse.org
  - Update to version 0.19.1:
    + Fix broken autocompletion after using scope completion.
    + Fix scrolling the editor line in view (e.g. after loading a
      session and switching document tabs).
    + Fix using filetype extension patterns with upper case letters
      on Windows (sf#3028856)
    + Fix a slightly wrong encoding detection on Windows (sf#3019573)
    + Re-enable comment folding.
    + Fix not loading plugins built against a newer API when Geany
      doesn't provide the required version given in
      PLUGIN_VERSION_CHECK().
    + Fix infinite loop in Markdown lexer
    + Fix saving non-project filetype error regex.
    + Focus toolbar item when pressing Go to Line keybinding only
      when it's not in the toolbar's drop down overflow menu
      (sf#3027454).
    + Escape the name of the current document for markup when using
      document name for menu items (sf#3038844).
    + File Browser: Allow Find in Files when no items are selected.
    + Fix build menu translation problems.
    + Fix segfault on Tools->Reload Configuration when no documents
      are open (sf#3037079).
    + Fix building with Waf on Solaris.
    + Fix a memory leak
    + Use g_free instead of free
    + Tweaks:
    - Always use white background color when printing (except for
      text with a white foreground) to save ink (sf#2968998).
    - Limit build error editor indicators to 50, but parse all
      errors in the Compiler tab (sf#3019823).
    - Align notebook tab close buttons centred vertically
    - Show the Project Properties build tab when choosing 'Set
      Build Commands' when a project is open to prevent confusion
      with non-project commands.
* Mon Jun 21 2010 dimstar@opensuse.org
  - Update to version 0.19:
    + For the complete list of changes, see NEWS or
      http://www.geany.org/Documentation/ReleaseNotes.
    + General:
    - Use POSIX system/GNU regex engine for find & replace
    - Support adding custom filetype files
    + Interface:
    - Add option 'System Default' for toolbar icon style and size
      to use the GTK default value.
    - Allow '+<number>' and '-<number>' as values for Goto Line
      inputs to jump relative to the current line.
    - Add preference to add new document tabs beside the current
      one.
    - Enable type-ahead find for sidebar symbols and documents
      tabs.
    - Make Ctrl-click on any notebook tab switch to the last used
      document.
    - Add 'Edit->Commands' menu.
    - Add 'Edit->Plugin Preferences' menu item and keybinding.
    - Add 'View->Editor->Color Schemes' menu (only shown if color
      scheme files exist).
    + Prefs:
    - Hide 'Tabs and Spaces: Hard tab width' preference - it should
      always be 8.
    - Add sidebar position interface pref.
    - Add project long line marker customisation.
    + Editor:
    - Update Scintilla to 2.12.
    - Add preference and support for virtual spaces.
    - Add word part autocompletion for the current selected item
      when pressing keybinding (default Tab) - Enter still
      completes normally.
    - Remove LaTeX autocompletion from Geany's core and move it to
      the geanyLaTeX plugin.
    + Filetypes:
    - New filetypes (Txt2Tags, Abc, Verilog, Genie).
    - Add R tagmanager symbol parser.
    - Improvements for PHP, Python, Perl, VHDL files.
    - Highlight D & Java types from a global tags file.
    + Plugins:
    - Classbuilder: Add support for creating PHP classes.
    - HTMLchars: Make plugin remember whether replacement of
      special characters was activated.
    + Add various keybindings.
    + Templates improvements.
    + Extend some options in configuration.
    + API improvements for plugins.
    + Windows fixes.
    + Updated translations.
  - Drop geany-0.18-nonvoid.patch: fixed upstream.
* Thu Apr 01 2010 vuntz@opensuse.org
  - Clean up packaging from Contrib for inclusion in Factory:
    + Drop perl-XML-Parser BuildRequires.
    + Improve description.
    + Split lang package.
    + Add rpmlintrc.
* Mon Feb 15 2010 prusnak@suse.cz
  - updated to 0.18.1
* Mon Aug 17 2009 prusnak@suse.cz
  - update to 0.18
  - fix no return in non-void function (nonvoid.patch)
* Mon May 04 2009 prusnak@suse.cz
  - update to 0.17
* Tue Oct 28 2008 awafaa@opensuse.org
  - update to 0.15

Files

/usr/bin/geany
/usr/lib64/geany
/usr/lib64/geany/classbuilder.so
/usr/lib64/geany/export.so
/usr/lib64/geany/filebrowser.so
/usr/lib64/geany/htmlchars.so
/usr/lib64/geany/saveactions.so
/usr/lib64/geany/splitwindow.so
/usr/share/applications/geany.desktop
/usr/share/doc/packages/geany
/usr/share/doc/packages/geany/AUTHORS
/usr/share/doc/packages/geany/COPYING
/usr/share/doc/packages/geany/ChangeLog
/usr/share/doc/packages/geany/NEWS
/usr/share/doc/packages/geany/README
/usr/share/doc/packages/geany/ScintillaLicense.txt
/usr/share/doc/packages/geany/THANKS
/usr/share/doc/packages/geany/TODO
/usr/share/doc/packages/geany/html
/usr/share/doc/packages/geany/html/images
/usr/share/doc/packages/geany/html/images/build_menu_commands_dialog.png
/usr/share/doc/packages/geany/html/images/find_dialog.png
/usr/share/doc/packages/geany/html/images/find_in_files_dialog.png
/usr/share/doc/packages/geany/html/images/main_window.png
/usr/share/doc/packages/geany/html/images/pref_dialog_edit_completions.png
/usr/share/doc/packages/geany/html/images/pref_dialog_edit_display.png
/usr/share/doc/packages/geany/html/images/pref_dialog_edit_features.png
/usr/share/doc/packages/geany/html/images/pref_dialog_edit_indentation.png
/usr/share/doc/packages/geany/html/images/pref_dialog_files.png
/usr/share/doc/packages/geany/html/images/pref_dialog_gen_misc.png
/usr/share/doc/packages/geany/html/images/pref_dialog_gen_startup.png
/usr/share/doc/packages/geany/html/images/pref_dialog_interface.png
/usr/share/doc/packages/geany/html/images/pref_dialog_keys.png
/usr/share/doc/packages/geany/html/images/pref_dialog_printing.png
/usr/share/doc/packages/geany/html/images/pref_dialog_templ.png
/usr/share/doc/packages/geany/html/images/pref_dialog_toolbar.png
/usr/share/doc/packages/geany/html/images/pref_dialog_tools.png
/usr/share/doc/packages/geany/html/images/pref_dialog_vte.png
/usr/share/doc/packages/geany/html/images/replace_dialog.png
/usr/share/doc/packages/geany/html/index.html
/usr/share/doc/packages/geany/manual.txt
/usr/share/geany
/usr/share/geany/GPL-2
/usr/share/geany/c99.tags
/usr/share/geany/colorschemes
/usr/share/geany/colorschemes/alt.conf
/usr/share/geany/filetype_extensions.conf
/usr/share/geany/filetypes.Genie.conf
/usr/share/geany/filetypes.abc
/usr/share/geany/filetypes.actionscript
/usr/share/geany/filetypes.ada
/usr/share/geany/filetypes.asm
/usr/share/geany/filetypes.c
/usr/share/geany/filetypes.caml
/usr/share/geany/filetypes.cmake
/usr/share/geany/filetypes.common
/usr/share/geany/filetypes.conf
/usr/share/geany/filetypes.cpp
/usr/share/geany/filetypes.cs
/usr/share/geany/filetypes.css
/usr/share/geany/filetypes.d
/usr/share/geany/filetypes.diff
/usr/share/geany/filetypes.docbook
/usr/share/geany/filetypes.erlang
/usr/share/geany/filetypes.f77
/usr/share/geany/filetypes.ferite
/usr/share/geany/filetypes.forth
/usr/share/geany/filetypes.fortran
/usr/share/geany/filetypes.freebasic
/usr/share/geany/filetypes.glsl
/usr/share/geany/filetypes.haskell
/usr/share/geany/filetypes.haxe
/usr/share/geany/filetypes.html
/usr/share/geany/filetypes.java
/usr/share/geany/filetypes.javascript
/usr/share/geany/filetypes.latex
/usr/share/geany/filetypes.lisp
/usr/share/geany/filetypes.lua
/usr/share/geany/filetypes.makefile
/usr/share/geany/filetypes.markdown
/usr/share/geany/filetypes.matlab
/usr/share/geany/filetypes.nsis
/usr/share/geany/filetypes.pascal
/usr/share/geany/filetypes.perl
/usr/share/geany/filetypes.php
/usr/share/geany/filetypes.po
/usr/share/geany/filetypes.python
/usr/share/geany/filetypes.r
/usr/share/geany/filetypes.restructuredtext
/usr/share/geany/filetypes.ruby
/usr/share/geany/filetypes.sh
/usr/share/geany/filetypes.sql
/usr/share/geany/filetypes.tcl
/usr/share/geany/filetypes.txt2tags
/usr/share/geany/filetypes.vala
/usr/share/geany/filetypes.verilog
/usr/share/geany/filetypes.vhdl
/usr/share/geany/filetypes.xml
/usr/share/geany/filetypes.yaml
/usr/share/geany/html_entities.tags
/usr/share/geany/pascal.tags
/usr/share/geany/php.tags
/usr/share/geany/python.tags
/usr/share/geany/snippets.conf
/usr/share/geany/templates
/usr/share/geany/templates/bsd
/usr/share/geany/templates/changelog
/usr/share/geany/templates/fileheader
/usr/share/geany/templates/files
/usr/share/geany/templates/files/file.html
/usr/share/geany/templates/files/file.php
/usr/share/geany/templates/files/file.rb
/usr/share/geany/templates/files/file.tex
/usr/share/geany/templates/files/main.c
/usr/share/geany/templates/files/main.cxx
/usr/share/geany/templates/files/main.d
/usr/share/geany/templates/files/main.java
/usr/share/geany/templates/files/main.py
/usr/share/geany/templates/files/program.pas
/usr/share/geany/templates/function
/usr/share/geany/templates/gpl
/usr/share/geany/ui_toolbar.xml
/usr/share/icons/hicolor/16x16/apps/classviewer-class.png
/usr/share/icons/hicolor/16x16/apps/classviewer-macro.png
/usr/share/icons/hicolor/16x16/apps/classviewer-member.png
/usr/share/icons/hicolor/16x16/apps/classviewer-method.png
/usr/share/icons/hicolor/16x16/apps/classviewer-namespace.png
/usr/share/icons/hicolor/16x16/apps/classviewer-other.png
/usr/share/icons/hicolor/16x16/apps/classviewer-struct.png
/usr/share/icons/hicolor/16x16/apps/classviewer-var.png
/usr/share/icons/hicolor/16x16/apps/geany.png
/usr/share/icons/hicolor/48x48/apps/geany.png
/usr/share/icons/hicolor/scalable/apps/geany.svg
/usr/share/man/man1/geany.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 11:49:16 2013