file-roller r2567 - in trunk: . data/ui src
- From: paobac svn gnome org
- To: svn-commits-list gnome org
- Subject: file-roller r2567 - in trunk: . data/ui src
- Date: Mon, 2 Feb 2009 19:25:53 +0000 (UTC)
Author: paobac
Date: Mon Feb 2 19:25:53 2009
New Revision: 2567
URL: http://svn.gnome.org/viewvc/file-roller?rev=2567&view=rev
Log:
2009-02-02 Paolo Bacchilega <paobac svn gnome org>
[ File Roller 2.25.90 released ]
* NEWS:
* configure.ac: updated
* src/dlg-new.c: include gtk-utils.h
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/data/ui/ (props changed)
trunk/src/dlg-new.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Feb 2 19:25:53 2009
@@ -1,6 +1,29 @@
version 2.25.2
--------------
+ New features and user visible changes:
+
+ * Use gtkbuilder instead of libglade.
+
+ Bugs fixed:
+
+ * #568881: don't rely on gtk implementation details
+ * #569825: file-roller should use TMPDIR or XDG_CACHE_HOME for
+ temporary files.
+
+ New or updated application translations:
+
+ * Brazilian Portuguese (FabrÃcio Godoy)
+ * Catalan (Jordi Mallach)
+ * Deutsch (Christian Kirbach)
+ * Finnish (Ilkka Tuohela)
+ * Hungarian (Gabor Kelemen)
+ * Korea (Changwoo Ryu)
+ * Swedish (Daniel Nylander)
+
+version 2.25.2
+--------------
+
Bugs fixed:
* #567554: An error occurred while adding files to the archive after
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Feb 2 19:25:53 2009
@@ -2,7 +2,7 @@
AC_PREREQ(2.61)
-AC_INIT(file-roller, 2.25.2, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
+AC_INIT(file-roller, 2.25.90, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_CONFIG_SRCDIR([config.h.in])
Modified: trunk/src/dlg-new.c
==============================================================================
--- trunk/src/dlg-new.c (original)
+++ trunk/src/dlg-new.c Mon Feb 2 19:25:53 2009
@@ -29,6 +29,7 @@
#include "file-utils.h"
#include "fr-stock.h"
#include "gconf-utils.h"
+#include "gtk-utils.h"
#include "main.h"
#include "preferences.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]