aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorVinicius Jose Latorre2004-04-05 02:00:42 +0000
committerVinicius Jose Latorre2004-04-05 02:00:42 +0000
commit6411a60a71653b232e4606d7e40cbbf3cb91f663 (patch)
tree974534ed63f2314681959e3ae27fdad299357d4f /lisp/ChangeLog
parent074930457dbb756869e70b4e30a079fcdb0efc85 (diff)
downloademacs-6411a60a71653b232e4606d7e40cbbf3cb91f663.tar.gz
emacs-6411a60a71653b232e4606d7e40cbbf3cb91f663.zip
ebnf2ps 4.2
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf38476e364..cb27984f971 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,37 @@
8 * format.el (format-write-file): Add optional argument CONFIRM 8 * format.el (format-write-file): Add optional argument CONFIRM
9 and make it behave like the analogous argument to `write-file'. 9 and make it behave like the analogous argument to `write-file'.
10 10
112004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12
13 * progmodes/ebnf2ps.el: Doc fix.
14 (ebnf-version): New version number (4.2).
15 (ebnf-syntax): Customization and docstring fix.
16 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize): Put
17 autoloaded funs before first use.
18 (ebnf-style-database): Add dtd entry.
19 (ebnf-syntax-alist): Add dtd initialization.
20 (ebnf-token-sequence): New fun.
21 (ebnf-comment-table): Add new comment action character.
22 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoloaded funs from ebnf-dtd.
23
24 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
25 Type Definition for XML).
26
27 * progmodes/ebnf-abn.el (ebnf-abn-concatenation): Code simplification:
28 call ebnf-token-sequence.
29
30 * progmodes/ebnf-bnf.el (ebnf-sequence): Code simplification: call
31 ebnf-token-sequence.
32
33 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation): Code simplification:
34 call ebnf-token-sequence.
35
36 * progmodes/ebnf-iso.el (ebnf-iso-single-definition): Code
37 simplification: call ebnf-token-sequence.
38
39 * progmodes/ebnf-yac.el (ebnf-yac-sequence): Code simplification: call
40 ebnf-token-sequence.
41
112004-04-04 Eli Zaretskii <eliz@gnu.org> 422004-04-04 Eli Zaretskii <eliz@gnu.org>
12 43
13 * calendar/timeclock.el (timeclock-relative) 44 * calendar/timeclock.el (timeclock-relative)