[gtkmm] configure.ac: Remove check-news.



commit 3fbe5fb6f50833489c7321c28fc7c9e0140e90b1
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue May 18 09:02:33 2010 +0200

    configure.ac: Remove check-news.
    
    * configure.ac: Remove the check-news option, because it makes it harder
        to regularly check that distcheck works.

 ChangeLog    |   55 +++++++++++++++++++++++++++++++------------------------
 configure.ac |    2 +-
 2 files changed, 32 insertions(+), 25 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ccdfd81..a1de4c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-05-18  Murray Cumming  <murrayc murrayc com>
 
+    configure.ac: Remove check-news.
+
+	* configure.ac: Remove the check-news option, because it makes it harder
+    to regularly check that distcheck works.
+
+2010-05-18  Murray Cumming  <murrayc murrayc com>
+
 	Fix the build.
 
 	* gtk/src/toolitem.hg: Remove include of now-removed header.
@@ -10,7 +17,7 @@
 
 	These were apparently lost during the git rebase. The ChangeLog
 	entries seem to be correct, however.
-	
+
 2010-05-17  Murray Cumming  <murrayc murrayc com>
 
 	* gtk/src/filelist.am: Remove the mention of curve.hg and inputdialog.hg
@@ -35,10 +42,10 @@
 	* gtk/src/inputdialog.[hg|ccg]: Removed deprecated classes.
 	* gtk/gtkmm/border.h: Removed because this file is now generated.
 	* gtk/src/toolbar: Inherit (and implement) from CellLayout.
-	* gtk/src/button.hg, fixed.hg, recentmanager.hg, scalebutton.hg, 
+	* gtk/src/button.hg, fixed.hg, recentmanager.hg, scalebutton.hg,
 	toolbar.hg, treeview.hg, treeviewcolumn.hg, widget.hg:
 	Removed deprecated methods, discovered by removing undefs.
-	* gtk/src/celllayout.hg: Added get_first_cell() as a replacement for 
+	* gtk/src/celllayout.hg: Added get_first_cell() as a replacement for
 	TreeViewColumng::get_first_cell().
 	* gdk/src/event.hg:
 	* gdk/src/pixbuf.hg:
@@ -51,7 +58,7 @@
 	* gtk/src/cellview.hg:
 	* gtk/src/menuitem.hg:
 	* gtk/src/menutoolbutton.hg:
-	* gtk/src/notebook.[hg|ccg]: Removed more undefs and removed deprecated 
+	* gtk/src/notebook.[hg|ccg]: Removed more undefs and removed deprecated
 	methods that it showed.
 	* gtk/gtkmm.h: Don't mention the removed curve.h and inputdialog.h files.
 	* demos/gtk-demo/example_treeview_treestore.cc:
@@ -81,7 +88,7 @@
 
 2009-05-01  Murray Cumming  <murrayc murrayc com>
 
-	* gtk/src/filechooser.hg: Use std::string for filenames, instead of ustring, 
+	* gtk/src/filechooser.hg: Use std::string for filenames, instead of ustring,
 	fixing bug #142138.
 
 2009-05-01  Murray Cumming  <murrayc murrayc com>
@@ -92,14 +99,14 @@
 2009-05-01  Murray Cumming  <murrayc murrayc com>
 
 	Removed deprecated classes.
-	
+
 	* gtk/src/combo.[hg|ccg]:
 	* gtk/src/fileselection.[hg|ccg]:
 	* gtk/src/optionmenu.[hg|ccg]:
 	* gtk/src/progress.[hg|ccg]:
 	* gtk/src/tooltips.[hg|ccg]: Removed these deprecated classes.
 	* gtk/src/inputdialog.[hg|ccg]:
-	* gtk/src/menutoolbutton.[hg|ccg]:	
+	* gtk/src/menutoolbutton.[hg|ccg]:
 	* gtk/src/eventbox.[hg|ccg]:
 	* gtk/src/toolitem.[hg|ccg]:
 	* gtk/src/toolbart.[hg|ccg]: Removed uses of these classes.
@@ -107,7 +114,7 @@
 2009-04-30  Murray Cumming  <murrayc murrayc com>
 
 	Inherit Buildable.
-	
+
 	* gtk/src/buildable.[hg|ccg]: Added this interface.
 	* gtk/src/action.[hg|ccg]:
 	* gtk/src/actiongroup.[hg|ccg]:
@@ -115,20 +122,20 @@
 	* gtk/src/sizegroup.[hg|ccg]:
 	* gtk/src/treestore.[hg|ccg]:
 	* gtk/src/widget.[hg|ccg]: Inherit and Implement Buildable.
-		
+
 2009-04-30  Murray Cumming  <murrayc murrayc com>
 
 	Inherit Activatable, and some build fixes.
-	
+
 	* gtk/src/button.hg:
 	* gtk/src/menuitem.hg:
 	* gtk/src/recentchoosermenu.hg:
 	* gtk/src/toolbutton.hg:
 	* gtk/src/toolitem.hg: Inherit and Implement Activatable.
-	
+
 	* gtk/src/iconview.hg:
 	* gtk/src/treeviewcolumn.hg:
-	* gtk/src/entrycompletion.hg: Correct the _IMPLEMENTS_INTERFACE() spelling to 
+	* gtk/src/entrycompletion.hg: Correct the _IMPLEMENTS_INTERFACE() spelling to
 		fix the build.
 	* gtk/src/separator.hg: Include orientable.h to fix the build.
 
@@ -145,11 +152,11 @@
 	Derive classes from CellLayout, CellEditable, and Orientable.
 
 	* gtk/src/accelgroup.hg:
-	* gtk/src/actiongroup.hg: 
+	* gtk/src/actiongroup.hg:
 	* gtk/src/clipboard.hg:
-	* gtk/src/cellrenderercombo.hg: Put back the no_default_handler option 
+	* gtk/src/cellrenderercombo.hg: Put back the no_default_handler option
 	because the C structs have no default handlers.
-	
+
 	* gtk/src/box.hg:
 	* gtk/src/buttonbox.hg:
 	* gtk/src/paned.hg:
@@ -158,17 +165,17 @@
 	* gtk/src/scrollbar.hg:
 	* gtk/src/separator.hg:
 	* gtk/src/spinbutton.hg: Derive from Orientable.
-	
+
 	* gtk/src/combobox.hg: Derived from CellEditable.
-		
-	* gtk/src/entrycompletion.hg: 
-	* gtk/src/iconview.hg: 
+
+	* gtk/src/entrycompletion.hg:
+	* gtk/src/iconview.hg:
 	* gtk/src/treeviewcolumn.hg: Derive from CellLayout.
 
 2009-04-24  Murray Cumming  <murrayc murrayc com>
 
-	Remove uses of no_default_handler.	
-	
+	Remove uses of no_default_handler.
+
 	* gdk/src/pixbufloader.hg:
 	* gtk/src/accelgroup.hg:
 	* gtk/src/actiongroup.hg:
@@ -188,7 +195,7 @@
 	* gtk/src/textbuffer.hg:
 	* gtk/src/toolitem.hg:
 	* gtk/src/uimanager.hg:
-	* gtk/src/widget.hg: Remove use of the no_default_handler option with 
+	* gtk/src/widget.hg: Remove use of the no_default_handler option with
 	_WRAP_SIGNAL(), breaking ABI by adding virtual methods.
 
 This is the master branch, for the planned API/ABI-breaking gtkmm 3.
@@ -200,8 +207,8 @@ See also the gtkmm-2-20 and gtkmm-2-22 branches.
 
 	FileChooser::get_filter(): Don't ref the result.
 
-	* gtk/src/filechooser.hg: get_filter(): Don't ref the GtkFilter results, 
-	because it is a GtkObject, not just a GObject, and we should not 
+	* gtk/src/filechooser.hg: get_filter(): Don't ref the GtkFilter results,
+	because it is a GtkObject, not just a GObject, and we should not
 	reference-count GtkObjects. This does _not_ fix bug #583481 though.
 
 2010-04-23  David King  <davidk openismus com>
diff --git a/configure.ac b/configure.ac
index 00fd597..bf7f993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([config.h gdk/gdkmmconfig.h gtk/gtkmmconfig.h])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])



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