[devhelp] [release] 2.27.92



commit 9e3fca63d232ebd172fb705217b1120aa877755e
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Sep 7 09:13:44 2009 +0200

    [release] 2.27.92

 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ce73179..2c5a385 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+NEW in 2.27.92:
+===============
+
+New maintainer (to Richard, thanks for everything).
+
+Fixed bugs:
+
+ - #517003, Translated strings are not being used in gedit's plugin
+ - #552640, New tabs should not steal focus
+ - #563036, Desensitize zoom items when non applicable
+ - #566117, Book titles should be forced to be single line
+ - #566459, generate Enumeration and Flag Types
+ - #568172, Wrong management of fonts
+ - #571626, Space should scroll down
+ - #578964, Make Ctrl+C copy the symbol name in the symbol listing pane
+ - #579539, New tabs don't suit a window well
+ - #585110, Use accessor functions instead direct access
+ - #585670, Blank Screen on DevHelp Assistant
+ - #587984, emacs devhelp-word-at-point clobbers global "w"
+ - #587986, html2xml.py does not close <sub>
+ - #587999, Page sensitive searches have been broken.
+ - #588655, Work around deprecated g_mapped_file_free()
+ - #588850, Installs empty images dir
+ - #590207, link in About dialog is out of date
+ - #590209, toolbar actions could use some is_important love
+ - #591046, Assistant window resizes automatically
+ - #592157, Application name is desktop file and main window is not
+            translatable
+ - #592712, build fails using automake 1.11
+ - #592750, Support silent build rules with automake 1.11
+ - #593174, Incredibly small string fix
+
+Updated translations: ar, de, en_GB, et, fr, hu, it, nb, pl, pt_BR,
+pt, sv, tr
+
+Many thanks to all contributors: Duarte Loreto, Michael Gratton, Kjartan
+Maraas, Ivar Smolin, Khaled Hosny, Baris Cicek, Daniel Nylander, Mario
+Blättermann, Luca Ferretti, Tomasz Dominikowski, Claude Paroz, Bruce Cowan,
+Richard Cohen, Javier Jardón, Gabor Kelemen, Gustavo Noronha Silva, Og B.
+Maciel
+
 NEW in 0.23.1:
 ==============
 
diff --git a/configure.ac b/configure.ac
index 7c4d53c..cbc87ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
 AC_PREREQ(2.60)
-AC_INIT([Devhelp],[0.23.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp],[devhelp])
+AC_INIT([Devhelp],[2.27.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp],[devhelp])
 
 # LT Version numbers, remember to change them just *before* a release.
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)
 #   (Interfaces added:      CURRENT++, AGE++, REVISION=0)
 #   (No interfaces changed:                   REVISION++)
-LIBDEVHELP_CURRENT=0
+LIBDEVHELP_CURRENT=1
 LIBDEVHELP_AGE=0
 LIBDEVHELP_REVISION=0
 



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