[Pkg-ocaml-maint-commits] [hevea] 02/08: New upstream version 2.29

Ralf Treinen treinen at moszumanska.debian.org
Fri Sep 23 06:56:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository hevea.

commit 0fd66858a09498df8160d8f797650ed5c161c2b9
Author: Ralf Treinen <treinen at free.fr>
Date:   Thu Sep 22 20:43:02 2016 +0200

    New upstream version 2.29
---
 CHANGES        | 4 ++++
 README         | 2 +-
 html/hevea.hva | 2 +-
 latexscan.mll  | 2 +-
 version.ml     | 4 ++--
 5 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/CHANGES b/CHANGES
index 0ee2f3f..56f5c4c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+version 2.29
+     * Correct bug around double quotes. Notice that the "plain" status
+       of double quotes is no expansion, by contrast with all other special
+       characters.
 version 2.28
      * lstlisting: find files lstlang?.sty in path (as latex does).
 version 2.27
diff --git a/README b/README
index 067d01e..29cd4f0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is HEVEA, version 2.28, a fast Latex to HTML translator.
+This is HEVEA, version 2.29, a fast Latex to HTML translator.
 
 
 ADVERTISEMENT
diff --git a/html/hevea.hva b/html/hevea.hva
index d35589a..b056ce5 100644
--- a/html/hevea.hva
+++ b/html/hevea.hva
@@ -235,7 +235,7 @@
      {\@open{##1}{\class at attr{##2}{}}%
       \@fmt at title{\csname @##3\endcsname}%
       \@close{##1}}}%
-  \@opencell{class="title"}{}{style="padding:1ex"}%
+  \@opencell{class=\@print{"title"}}{}{style=\@print{"padding:1ex"}}%
   \checkcmd{h1}{titlemain}{title}{\hva at warn}%
   \checkcmd{h3}{titlerest}{author}{\hva at warn}%
   \checkcmd{h3}{titlerest}{date}{\@gooble}%
diff --git a/latexscan.mll b/latexscan.mll
index f0b45ad..c26634a 100644
--- a/latexscan.mll
+++ b/latexscan.mll
@@ -1652,7 +1652,7 @@ let do_get_prim_onarg f arg =
   and plain_dquote = is_plain '"' in
   unset_plain '_' ; unset_plain '^' ; unset_plain '$' ; unset_plain '&' ;
   unset_plain '\'' ; unset_plain '`' ; unset_plain  '-' ;
-  unset_plain '"' ;
+  set_plain '"' ; (* For double quotes, plain is inactive... *)
   let old_raw = !raw_chars in
   let old_case = !case in
   case := Neutral ;
diff --git a/version.ml b/version.ml
index cc5a9c2..eef95d1 100644
--- a/version.ml
+++ b/version.ml
@@ -9,8 +9,8 @@
 (*                                                                     *)
 (***********************************************************************)
 
-let real_version = "2.28"
-let release_date = "2015-12-29"
+let real_version = "2.29"
+let release_date = "2016-07-26"
 
 
 let version =

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/hevea.git



More information about the Pkg-ocaml-maint-commits mailing list