[pangomm] 2.27.1
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm] 2.27.1
- Date: Sat, 8 Jan 2011 17:20:45 +0000 (UTC)
commit eba8c358671eeaa83b36889fe5502c75837dc1c8
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Jan 8 18:16:34 2011 +0100
2.27.1
ChangeLog | 2 ++
NEWS | 6 ++++++
configure.ac | 2 +-
pango/src/layout.hg | 2 ++
4 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fbe95a9..1d0e977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.1:
+
2011-01-08 Murray Cumming <murrayc murrayc com>
LayoutIter: Wrap this as a boxed type, which needs less code.
diff --git a/NEWS b/NEWS
index aa8948a..643fedb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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
+ LayoutIter. The version with the output parameter is now deprecated.
+
2.26.2 (stable):
* Documentation: Added main page text at index.html.
diff --git a/configure.ac b/configure.ac
index 8cbddb7..9ea1b06 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.26.2],
+AC_INIT([pangomm], [2.27.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
[pangomm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/pango/src/layout.hg b/pango/src/layout.hg
index bdd2192..a07c189 100644
--- a/pango/src/layout.hg
+++ b/pango/src/layout.hg
@@ -245,6 +245,8 @@ _DEPRECATE_IFDEF_END
/** Gets an iterator to iterate over the visual extents of the layout.
* @result The iterator.
+ *
+ * @newin{2,28}
*/
LayoutIter get_iter();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]