glom r1892 - in branches/glom-1-8: . po



Author: murrayc
Date: Thu Feb 12 16:58:17 2009
New Revision: 1892
URL: http://svn.gnome.org/viewvc/glom?rev=1892&view=rev

Log:
Increase version.

Modified:
   branches/glom-1-8/ChangeLog
   branches/glom-1-8/NEWS
   branches/glom-1-8/configure.in
   branches/glom-1-8/po/Makefile.in.in

Modified: branches/glom-1-8/NEWS
==============================================================================
--- branches/glom-1-8/NEWS	(original)
+++ branches/glom-1-8/NEWS	Thu Feb 12 16:58:17 2009
@@ -1,3 +1,13 @@
+1.8.6:
+
+* Main window: Correct the order of the widgets at the bottom-right that 
+  show the number of found records and the total number of records.
+  (Murray Cumming)
+* List view, Related Records lists:
+  Really show lookup values and related fields.
+  This regression was introduce in Glom 1.8, now fixed.
+  (Murray Cumming) Bug #569722 (Johannes Schmid)
+
 1.8.5:
 
 * Fix crash when creating tables, introduced in 1.8.4.

Modified: branches/glom-1-8/configure.in
==============================================================================
--- branches/glom-1-8/configure.in	(original)
+++ branches/glom-1-8/configure.in	Thu Feb 12 16:58:17 2009
@@ -4,7 +4,7 @@
 AM_CONFIG_HEADER(config.h)
 
 # Package name and version number:
-AM_INIT_AUTOMAKE(glom, 1.8.5)
+AM_INIT_AUTOMAKE(glom, 1.8.6)
 
 AM_MAINTAINER_MODE
 

Modified: branches/glom-1-8/po/Makefile.in.in
==============================================================================
--- branches/glom-1-8/po/Makefile.in.in	(original)
+++ branches/glom-1-8/po/Makefile.in.in	Thu Feb 12 16:58:17 2009
@@ -56,7 +56,7 @@
 
 PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
 
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi)
 
 USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]