Mercurial > emacs
comparison lisp/ChangeLog @ 31265:d33c1be1708d
Fix the file name in the entries for ebnf2ps.el.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 29 Aug 2000 11:33:06 +0000 |
parents | 20d379f107aa |
children | a45cbbc51e09 |
comparison
equal
deleted
inserted
replaced
31264:20d379f107aa | 31265:d33c1be1708d |
---|---|
16 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) | 16 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image) |
17 (ps-background, ps-begin-file, ps-begin-job): Code fix. | 17 (ps-background, ps-begin-file, ps-begin-job): Code fix. |
18 (ps-print-duplex-feature): Variable eliminated. | 18 (ps-print-duplex-feature): Variable eliminated. |
19 (ps-even-or-odd-pages): New variable. | 19 (ps-even-or-odd-pages): New variable. |
20 | 20 |
21 * ebnf2ps.el: Doc fix. | 21 * progmodes/ebnf2ps.el: Doc fix. |
22 (ebnf-version): New version (3.3). | 22 (ebnf-version): New version (3.3). |
23 (ebnf-user-arrow): Change variable customization to sexp. | 23 (ebnf-user-arrow): Change variable customization to sexp. |
24 (ebnf-user-arrow): Function eliminated. | 24 (ebnf-user-arrow): Function eliminated. |
25 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | 25 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. |
26 | 26 |
1015 | 1015 |
1016 * hi-lock.el (toplevel): Require font-lock. | 1016 * hi-lock.el (toplevel): Require font-lock. |
1017 | 1017 |
1018 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 1018 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1019 | 1019 |
1020 * ebnf2ps.el: Get around a bug on skip-chars-forward. | 1020 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward. |
1021 (ebnf-8-bit-chars): New var for bug fix. | 1021 (ebnf-8-bit-chars): New var for bug fix. |
1022 (ebnf-string): Bug fix. | 1022 (ebnf-string): Bug fix. |
1023 | 1023 |
1024 2000-08-03 Sam Steingold <sds@gnu.org> | 1024 2000-08-03 Sam Steingold <sds@gnu.org> |
1025 | 1025 |
1060 display-mouse-p instead of window-system. | 1060 display-mouse-p instead of window-system. |
1061 (ebrowse-member-mode-map): Ditto. | 1061 (ebrowse-member-mode-map): Ditto. |
1062 | 1062 |
1063 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 1063 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1064 | 1064 |
1065 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | 1065 * progmodes/ebnf2ps.el: Update ps-print functions call. |
1066 fix. | 1066 Indentation fix. Doc fix. |
1067 (ebnf-version): New version number (3.2). | 1067 (ebnf-version): New version number (3.2). |
1068 (ebnf-format-color, ebnf-begin-job): Code fix. | 1068 (ebnf-format-color, ebnf-begin-job): Code fix. |
1069 | 1069 |
1070 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> | 1070 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
1071 | 1071 |