[glom] 1.13.9
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] 1.13.9
- Date: Tue, 23 Mar 2010 10:56:06 +0000 (UTC)
commit f7073f6bec688578fda2d7fedea48f94fb51b7d9
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 23 11:54:58 2010 +0100
1.13.9
ChangeLog | 4 +++-
NEWS | 19 ++++++++++++++++++-
configure.ac | 4 ++--
3 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a9bf85c..a29f75d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.13.9:
+
2010-03-23 Murray Cumming <murrayc murrayc com>
Refactored combo classes.
@@ -109,7 +111,7 @@
2010-03-09 Murray Cumming <murrayc murrayc com>
- Intial Dialog: Do not crash sometimes if cancelling the file chooser.
+ Initial Dialog: Do not crash sometimes if cancelling the file chooser.
* glom/application.cc: offer_new_or_existing(): Show the dialog again if
we get a 0 response, because we cannot (yet) prevent the dialog from
diff --git a/NEWS b/NEWS
index 83fc7b9..9b0cead 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,24 @@
+1.13.9 (unstable):
+
+* Field Formatting: Allow choices to be shown as radio buttons instead of a
+ drop-down combo box. Requested by Frederik Vande Rieviere.
+ (Murray Cumming)
+* Python scripts: Added a startup script feature, in Database Preferences.
+* Initial Dialog: Do not crash sometimes if cancelling the file chooser.
+ (Murray Cumming) Bug #612303 (David King)
+* Build:
+ - Don't use deprecated gtkmm API. This requires the latest gtkmm.
+ (Murray Cumming)
+ - Require the correct gtkmm and libsigc++ versions.
+ (David King)
+* Fix the Glade file so it can be opened with the latest glade-3 (when the
+ gtksourceview glade catalog is installed).
+ (David King)
+
1.13.8 (unstable):
* Details:
- - Align widgts in neighbouring groups, making things look generally neater.
+ - Align widgets in neighbouring groups, making things look generally neater.
- Do not make field widgets too wide, so this fits on a laptop screen.
(Murray Cumming)
* Python scripts: Added ui.print_layout(), ui.print_report(report_name),
diff --git a/configure.ac b/configure.ac
index 3c62a0f..a589aa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([Glom], [1.13.8], [http://bugzilla.gnome.org/enter_bug.cgi?product=Glom], [glom])
+AC_INIT([Glom], [1.13.9], [http://bugzilla.gnome.org/enter_bug.cgi?product=Glom], [glom])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([glom/main.cc])
@@ -152,7 +152,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1 avahi-ui"])
# Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.19.2 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.19.7 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
# Do not require iso-codes in client-only mode, or on Windows:
# TODO: Package iso-codes for Windows?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]