[pangomm] 2.28.0



commit 11c8b516476bb35a37637361e86c12b86e5e3cba
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 23 15:40:20 2011 +0100

    2.28.0

 ChangeLog    |   45 +++++++++++++++++++++++++--------------------
 NEWS         |   11 ++++++++---
 configure.ac |    2 +-
 3 files changed, 34 insertions(+), 24 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1d0e977..ea131fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,30 @@
+2.28.0 (stable):
+
+Just a version increase and a regenerated tarball due to changes in an m4
+macro in mm-common.
+
 2.27.1:
 
 2011-01-08  Murray Cumming  <murrayc murrayc com>
 
 	LayoutIter: Wrap this as a boxed type, which needs less code.
-	
-	* pango/src/layoutiter.[hg|ccg]: PangoLayoutIter became a boxed type at some 
-	point, with a pango_layout_iter_copy() function, so we can now wrap it 
+
+	* pango/src/layoutiter.[hg|ccg]: PangoLayoutIter became a boxed type at some
+	point, with a pango_layout_iter_copy() function, so we can now wrap it
 	normally without so much hand-coding. This also adds a copy constructor.
-	* pango/src/layout.ccg: get_iter(): Use the LayoutIter copy constructor 
-	instead of the crappy old assign_gobj() function. Also deprecate this 
-	method, adding a get_iter(void), now that the copy constructor allows us to 
-	use LayoutIter as a return type. 
-	
+	* pango/src/layout.ccg: get_iter(): Use the LayoutIter copy constructor
+	instead of the crappy old assign_gobj() function. Also deprecate this
+	method, adding a get_iter(void), now that the copy constructor allows us to
+	use LayoutIter as a return type.
+
 2011-01-08  Murray Cumming  <murrayc murrayc com>
 
 	Improve the generated API documentation.
 
 	* pango/src/pango_methods.defs: Regenerated with h2defs.py
 	* pango/src/pango_extra_objects.defs: Added some object definitions to help
-	the documentation generator, avoiding warnings about not being able to 
-	transform C function names into C++ function names. I did the same thing in 
+	the documentation generator, avoiding warnings about not being able to
+	transform C function names into C++ function names. I did the same thing in
 	gtkmm a few months ago.
 	* pango/src/filelist.am: Mention the new files.
 	* pango/src/pango.defs: Include the new file.
@@ -28,8 +33,8 @@
 
 	Added conversions used by gtkmm.
 
-	* tools/m4/convert_pango.m4: Added the extra conversions that were in the 
-	gtkmm copy of this file. They will probably be needed by other modules so 
+	* tools/m4/convert_pango.m4: Added the extra conversions that were in the
+	gtkmm copy of this file. They will probably be needed by other modules so
 	it makes sense to keep them to here to avoid duplication.
 
 2011-01-07  Murray Cumming  <murrayc murrayc com>
@@ -37,8 +42,8 @@
 	Allow other modules to use the m4 files.
 
 	* codegen/Makefile.am: Install the m4 files, like gtkmm installs its files.
-	* pango/pangomm.pc.in: Add the gmmproc4mdir variable so that other modules such 
-	as gtkmm and cluttermm can get the path to the m4 file, to avoid 
+	* pango/pangomm.pc.in: Add the gmmproc4mdir variable so that other modules such
+	as gtkmm and cluttermm can get the path to the m4 file, to avoid
 	duplicating its contents.
 
 2011-01-07  Murray Cumming  <murrayc murrayc com>
@@ -50,12 +55,12 @@
 
 2010-12-09  Murray Cumming  <murrayc murrayc com>
 
-	Include convert_glibmm.m4 instead of convert_gtkmm.m4. 
+	Include convert_glibmm.m4 instead of convert_gtkmm.m4.
 
-	* tools/m4/convert.m4: Inlcude convert_glibmm.m4, just added to glibmm, 
+	* tools/m4/convert.m4: Inlcude convert_glibmm.m4, just added to glibmm,
 	instead of convert_gtkmm.m4, which glibmm no longer provides.
-	Also include convert_pangomm.m4 - we probably used the copy in glibmm until 
-	now. 
+	Also include convert_pangomm.m4 - we probably used the copy in glibmm until
+	now.
 
 2010-09-30  Armin Burgmeier  <armin arbur net>
 
@@ -82,8 +87,8 @@
 
 	Documentation: Main page: Improve, linking to class and correcting pkg-config
 
-	* pango/pangomm.h: Simplify the text, improving the link, and link to 
-	Pango::Layout as a starting point. Correct the pkg-config check from pangomm 
+	* pango/pangomm.h: Simplify the text, improving the link, and link to
+	Pango::Layout as a starting point. Correct the pkg-config check from pangomm
 	to pangomm-1.4.
 
 2010-04-27  David King  <davidk openismus com>
diff --git a/NEWS b/NEWS
index 643fedb..df9fd8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,19 @@
+2.28.0 (stable):
+
+Just a version increase and a regenerated tarball due to changes in an m4
+macro in mm-common.
+
 2.27.1 (unstable):
 
 * LayoutIter: This now has a copy constructor.
-* Layout::get_iter(): There is now a version of this method that returns a 
+* Layout::get_iter(): There is now a version of this method that returns a
   LayoutIter. The version with the output parameter is now deprecated.
-  
+
 2.26.2 (stable):
 
 * Documentation: Added main page text at index.html.
   (David King, Murray Cumming)
-  
+
 2.26.1 (stable):
 
 * Minor documentation improvements.
diff --git a/configure.ac b/configure.ac
index 9ea1b06..b4fc5dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([pangomm], [2.27.1],
+AC_INIT([pangomm], [2.28.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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