[Po4a-commits] "po4a changelog,1.222,1.223 NEWS,1.29,1.30"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue Aug 7 22:24:11 UTC 2007


Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv16943

Modified Files:
	changelog NEWS 
Log Message:
Fix bug causing infinite loop (segmentation fault) and add support for
many commands and environments.


Index: NEWS
===================================================================
RCS file: /cvsroot/po4a/po4a/NEWS,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- NEWS	6 Aug 2007 22:13:54 -0000	1.29
+++ NEWS	7 Aug 2007 22:24:09 -0000	1.30
@@ -12,10 +12,16 @@
 
   xhtml: The module is now distributed as the other modules.
 
+  texinfo: Fix infinite loop when a command parameter ends with \
+           (as in @samp{\})
+
 ** New features
 
   xml: New option includeexternal to support external entities.
 
+  texinfo: Added support for many commands and environment (see
+           changelog).
+
 ===============================================================================
 * Major changes in release 0.31 (2007-05-07)
 

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- changelog	7 Aug 2007 21:53:08 -0000	1.222
+++ changelog	7 Aug 2007 22:24:09 -0000	1.223
@@ -1,5 +1,26 @@
 2007-08-07  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* lib/Locale/Po4a/Texinfo.pm: Added support for verbatim
+	environments: smallexample verbatim format smallformat exdent
+	flushleft flushright lisp smalllisp ignore.
+	* lib/Locale/Po4a/Texinfo.pm: Added command handling function:
+	environment_line_command. It provides a better support for
+	commands with arbitrary number of arguments, starting an
+	environment: defcodeindex defcv defcvx deffn deffnx defindex
+	definfoenclose defivar defivarx defmac defmacx defmethod
+	defmethodx defop defopx defopt defoptx defspec defspecx deftp
+	deftpx deftypecv deftypecvx deftypefn deftypefnx deftypefun
+	deftypefunx deftypeivar deftypeivarx deftypemethod deftypemethodx
+	deftypeop deftypeopx deftypevar deftypevarx deftypevr deftypevrx
+	defun defunx defvar defvarx defvr defvrx.
+	* lib/Locale/Po4a/Texinfo.pm: Added support for
+	commands/environments: noindent detailmenu group copying quotation
+	documentdescription display smalldisplay cartouche ifdocbook
+	ifplaintext iftex ifxml ifnotdocbook ifnothtml ifnotinfo
+	ifnotplaintext ifnottex ifnotxml
+
+2007-08-07  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* lib/Locale/Po4a/TeX.pm: Added debug information for
 	translate_buffer.
 	* lib/Locale/Po4a/TeX.pm (is_closed): Fix function for Texinfo.




More information about the Po4a-commits mailing list