[maemo-commits] [maemo-commits] r15499 - in projects/haf/trunk/hildon-help: . debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Apr 29 16:33:31 EEST 2008
Author: schulhof
Date: 2008-04-29 16:33:29 +0300 (Tue, 29 Apr 2008)
New Revision: 15499

Modified:
   projects/haf/trunk/hildon-help/ChangeLog
   projects/haf/trunk/hildon-help/configure.ac
   projects/haf/trunk/hildon-help/debian/changelog
   projects/haf/trunk/hildon-help/src/hildon-help-private.h
Log:
  * Increased length of topic title buffer to prevent truncation
  * Fixes: NB#74594


Modified: projects/haf/trunk/hildon-help/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-help/ChangeLog	2008-04-29 11:11:04 UTC (rev 15498)
+++ projects/haf/trunk/hildon-help/ChangeLog	2008-04-29 13:33:29 UTC (rev 15499)
@@ -1,3 +1,8 @@
+2008-04-29 Gabriel Schulhof <gabriel.schulhof at nokia.com>
+
+	* Increased length of topic title buffer to prevent truncation
+	* Fixes: NB#74594
+
 2008-04-22 Gabriel Schulhof <gabriel.schulhof at nokia.com>
 
 	* Do not abort if a help file is not there.

Modified: projects/haf/trunk/hildon-help/configure.ac
===================================================================
--- projects/haf/trunk/hildon-help/configure.ac	2008-04-29 11:11:04 UTC (rev 15498)
+++ projects/haf/trunk/hildon-help/configure.ac	2008-04-29 13:33:29 UTC (rev 15499)
@@ -7,7 +7,7 @@
 
 # Mandatory, initializes autoconf.
 #
-AC_INIT(libhildonhelp, 2.0.2)
+AC_INIT(libhildonhelp, 2.0.3)
 
 # Tests that source dir exists
 AC_CONFIG_SRCDIR(src/hildon-help.h)

Modified: projects/haf/trunk/hildon-help/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-help/debian/changelog	2008-04-29 11:11:04 UTC (rev 15498)
+++ projects/haf/trunk/hildon-help/debian/changelog	2008-04-29 13:33:29 UTC (rev 15499)
@@ -1,3 +1,10 @@
+libhildonhelp (2.0.3-0) unstable; urgency=low
+
+  * Increased length of topic title buffer to prevent truncation
+  * Fixes: NB#74594
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue, 29 Apr 2008 16:28:33 +0300
+
 libhildonhelp (2.0.2-0) unstable; urgency=low
 
   * Do not abort if a help file is not there.

Modified: projects/haf/trunk/hildon-help/src/hildon-help-private.h
===================================================================
--- projects/haf/trunk/hildon-help/src/hildon-help-private.h	2008-04-29 11:11:04 UTC (rev 15498)
+++ projects/haf/trunk/hildon-help/src/hildon-help-private.h	2008-04-29 13:33:29 UTC (rev 15499)
@@ -101,7 +101,7 @@
  * Raised the size to 80 for UTF-8 compatibility
  *      (specs say max. 40 chars, Russian UTF-8 takes two bytes each)
  */
-#define HELP_TITLE_MAXLEN 80
+#define HELP_TITLE_MAXLEN 320
 
 #define HELP_KEY_OR_TITLE_MAXLEN  (HELP_KEY_MAXLEN)   /* longer of the two */
 


More information about the maemo-commits mailing list