File gitg.changes of Package gitg
-------------------------------------------------------------------
Sat Feb 12 17:46:57 CET 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 7 18:20:36 CET 2011 - vuntz@opensuse.org
- Update to version 0.0.8:
+ Features:
- Added preference to ignore external diff tool
- Improved GitgRunner/GitgCommand/GitgShell
- Added a menu to create a new branch
- Per line staging needs Ctrl
- Add committer info
- Added stat to revision details panel
- Added gitg-revision-details-panel
- Added 'changes' panel
- Move the backend part of gitg into a libgitg library.
- Improved staging/unstaging
- Added 'edit' context menu item for stage/unstage list
- Improve hash search performance
- Add --no-color to some git commands
- Make gitg compile with Gtk+ 3.0 if available.
- Allow creating a tag without a message.
+ Bug fixes:
- Fixed parsing diff from stash
- Do not crash when hiding region header with no next line
- Ellipsize long subjects in revision view
- Don't show repository missing error when launching without
arguments
- Always override format patch export
- Better handling of command line args and repository paths
- Handle sensitivity correctly
- Rewrite gitg_ref_get_localname to return a const result
- Use remote pushes for push branch menu
- Ellipsize parent commit message at end
- Use GtkCellRendererSpinner
- Portability: replace PATH_MAX sized array with dynamic
strings
- Use flag G_SPAWN_CHILD_INHERITS_STDIN when input is not
provided
- Fix building with GSEAL enabled
- Cleaned up preferences dialog (bgo#620284)
- Make format patch override existing files properly
(bgo#620463)
- Improved charset conversion (bgo#623466)
- Use GBinding
- Drop gitg-fix-warning.patch: fixed upstream.
- Add gitg-build-fixes.patch to fix various other warnings.
- Add libgitg-1_0-0 and libgitg-devel subpackages for the new
library.
- Pass --disable-static to configure, and remove .la files in %install.
-------------------------------------------------------------------
Thu Apr 1 20:06:27 CEST 2010 - vuntz@opensuse.org
- Clean package from home:decriptor, to push it in Factory.