]> git.lyx.org Git - lyx.git/commitdiff
Fix a warning and a buglet in build-listerrors script.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 17 Jul 2000 16:03:40 +0000 (16:03 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 17 Jul 2000 16:03:40 +0000 (16:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@890 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
lib/Makefile.am
po/POTFILES.in
src/lyxparagraph.h
src/paragraph.C

index 9c8e182729ed448dcb4ea5f9ffb838ee4346ced3..17cb7d9423ac43a143ba64653b60da4b10dc57d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
+       not always in "."!
+
+       * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
+       the last argument.
+
 2000-07-17  Juergen Vigna  <jug@sad.it>
 
        * src/tabular.C (Validate): check if array-package is needed.
index 4f3dcb820bb646209e5228fd5ae91ac13f790a59..b3ec747a3676b088646ab39d7baa6b23d3f36238 100644 (file)
@@ -57,4 +57,4 @@ dist-hook:
          echo "WARNING: Unable to get LyX Documentation from CVS!" ; true ; }
 
 listerrors: examples/Literate.lyx
-       ./build-listerrors
+       ${srcdir}/build-listerrors
index 0961c34f8edf6d75b3fbb71c3d915dc128dd6e5a..fabdfa0ebe0cade35f6a63dc20eec591c5b94e11 100644 (file)
@@ -33,11 +33,6 @@ src/frontends/xforms/FormPreferences.C
 src/frontends/xforms/form_preferences.C
 src/frontends/xforms/FormPrint.C
 src/frontends/xforms/form_print.C
-src/frontends/xforms/forms/form_citation.C
-src/frontends/xforms/forms/form_copyright.C
-src/frontends/xforms/forms/form_preferences.C
-src/frontends/xforms/forms/form_print.C
-src/frontends/xforms/forms/form_tabular.C
 src/frontends/xforms/FormTabular.C
 src/frontends/xforms/form_tabular.C
 src/gettext.h
index 7261cc91e033c741c9ae3c4d9f2d89136cbec49d..4d509179f3895fda1a79e24d3232b0bd314254ac 100644 (file)
@@ -620,7 +620,7 @@ private:
                                   LyXFont & basefont, bool & open_font,
                                   LyXLayout const & style,
                                   size_type & i,
-                                  int & column, char const c);
+                                  int & column, value_type const c);
        ///
        unsigned int id_;
        ///
index ad1812dc79fbd9da4de567d42d9e74b2c8e16f4d..b6c10aca023a5c95568832f2e52887118f70de81 100644 (file)
@@ -3264,7 +3264,7 @@ void LyXParagraph::SimpleTeXSpecialChars(Buffer const * buf,
                                         LyXLayout const & style,
                                         LyXParagraph::size_type & i,
                                         int & column,
-                                        LyXParagraph::value_type c)
+                                        LyXParagraph::value_type const c)
 {
        // Two major modes:  LaTeX or plain
        // Handle here those cases common to both modes