[glom] 1.21.8
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] 1.21.8
- Date: Wed, 28 Mar 2012 11:01:09 +0000 (UTC)
commit 52a626afb0e91b4f121675f819f97b146d56a2b9
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Mar 28 12:13:16 2012 +0200
1.21.8
ChangeLog | 26 ++++++++++++++++++++++++++
NEWS | 7 +++++++
configure.ac | 4 ++--
3 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0476398..7cb5fab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+1.21.8:
+
+2012-03-28 Murray Cumming <murrayc murrayc com>
+
+ Fix the build with the latest gtkmm, with --enable-warnings=fatal.
+
+ * glom/mode_data/box_data.[h|cc]: on_Button_Find(): Let the signal
+ handler do the check and warning about no criteria.
+ * glom/frame_glom.cc: on_notebook_find_criteria(): Check for quickfind
+ criteria here too, so we can use this to do quick finds too, which lets
+ use just use the existing Find button (the window's default activate widget),
+ instead of trying to make the separate quickfind Find button be the default
+ for the entry, but not for other widgets.
+ on_button_quickfind(): Just call on_notebook_find_criteria(), letting it do
+ all the work.
+ Constructor: Call set_activates_default() on the quickfind entry so that the
+ regular Find button will be activated when enter is pressed.
+
+2012-03-28 Murray Cumming <murrayc murrayc com>
+
+ Slight code improvement.
+
+ * glom/mode_find/box_data_details_find.cc:
+ * glom/mode_find/box_data_list_find.cc: Use C++ instead of C
+ to set can_default.
+
2012-03-28 Murray Cumming <murrayc murrayc com>
Fix the build with the latest gtkmm, with --enable-warnings=fatal.
diff --git a/NEWS b/NEWS
index 86e2448..409d636 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.21.8 (unstable):
+
+* Fix the build with the latest gtkmm, with --enable-warnings=fatal.
+* Dialog_Import_CSV_Progress: Fix an important typo.
+* Tests: Set LC_TIME too.
+* Improve the command-line parse/print locale warnings.
+
1.21.7 (unstable):
* Build: Fix some warnings from clang++.
diff --git a/configure.ac b/configure.ac
index 4843275..ac5b743 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.21.7],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.21.8],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
@@ -137,7 +137,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
# Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.2.18 goocanvasmm-2.0 >= 1.90.8 goocanvas-2.0 >= 2.0.1 evince-view-3.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.2.20 goocanvasmm-2.0 >= 1.90.8 goocanvas-2.0 >= 2.0.1 evince-view-3.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]