# HG changeset patch # User Eli Zaretskii # Date 967548786 0 # Node ID d33c1be1708d1be1c8aa3ba5453f04846c6438fb # Parent 20d379f107aab8c54e37d4d53f00f7abd560d09b Fix the file name in the entries for ebnf2ps.el. diff -r 20d379f107aa -r d33c1be1708d lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 29 11:30:59 2000 +0000 +++ b/lisp/ChangeLog Tue Aug 29 11:33:06 2000 +0000 @@ -18,7 +18,7 @@ (ps-print-duplex-feature): Variable eliminated. (ps-even-or-odd-pages): New variable. - * ebnf2ps.el: Doc fix. + * progmodes/ebnf2ps.el: Doc fix. (ebnf-version): New version (3.3). (ebnf-user-arrow): Change variable customization to sexp. (ebnf-user-arrow): Function eliminated. @@ -1017,7 +1017,7 @@ 2000-08-03 Vinicius Jose Latorre - * ebnf2ps.el: Get around a bug on skip-chars-forward. + * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. (ebnf-8-bit-chars): New var for bug fix. (ebnf-string): Bug fix. @@ -1062,8 +1062,8 @@ 2000-08-01 Vinicius Jose Latorre - * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc - fix. + * progmodes/ebnf2ps.el: Update ps-print functions call. + Indentation fix. Doc fix. (ebnf-version): New version number (3.2). (ebnf-format-color, ebnf-begin-job): Code fix.