]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the file name in the entries for ebnf2ps.el.
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Aug 2000 11:33:06 +0000 (11:33 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 Aug 2000 11:33:06 +0000 (11:33 +0000)
lisp/ChangeLog

index 92eb0a6679f9abc57354252af449e91a7daecc23..90a0afa50e425e2f100626abf6bdb1c5ecdf6c9b 100644 (file)
@@ -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.
 
 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
-       * 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.
 
 
 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
-       * 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.