diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a31586a57b1..12265a8df73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,32 @@ | |||
| 9 | * server.el (server-switch-buffer): Choose a window on a visible | 9 | * server.el (server-switch-buffer): Choose a window on a visible |
| 10 | frame. | 10 | frame. |
| 11 | 11 | ||
| 12 | 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 13 | |||
| 14 | * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept | ||
| 15 | ranges like \177-\237, but accepts the character sequence from \177 to | ||
| 16 | \237. Doc fix. | ||
| 17 | (ebnf-version): New version (3.4). | ||
| 18 | (ebnf-setup): Code fix. | ||
| 19 | (ebnf-range-regexp): New fun. | ||
| 20 | (ebnf-8-bit-chars): Const fix. | ||
| 21 | |||
| 22 | * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log | ||
| 23 | entry. Doc fix. | ||
| 24 | (ebnf-bnf-lex): Code fix. | ||
| 25 | (ebnf-bnf-comment-chars): Const fix. | ||
| 26 | |||
| 27 | * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log | ||
| 28 | entry. Doc fix. | ||
| 29 | (ebnf-iso-comment-chars): Const fix. | ||
| 30 | |||
| 31 | * ebnf-otz.el: Doc fix. | ||
| 32 | |||
| 33 | * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log | ||
| 34 | entry. Doc fix. | ||
| 35 | (ebnf-yac-skip-code): Code fix. | ||
| 36 | (ebnf-yac-comment-chars): Const fix. | ||
| 37 | |||
| 12 | 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il> | 38 | 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il> |
| 13 | 39 | ||
| 14 | * files.el (insert-directory-safely): New function. | 40 | * files.el (insert-directory-safely): New function. |