comparison lisp/ChangeLog @ 83061:bff8fa30c018

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-113 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114 Merge some minor redisplay bug-fixes from emacs--tiling--0 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-115 Update from CVS * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-9 Remove bogus xassert * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-10 Avoid negative descents for images with ascent > height * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-13 Fix iterator-inconsistency bug in redisplay git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-101
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 26 Feb 2004 00:39:34 +0000
parents bc4c00966ad3 766aaa5bded5
children 887bb2eb4a89
comparison
equal deleted inserted replaced
83060:70063cb10ca9 83061:bff8fa30c018
1 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * ebnf-abn.el: New file, implements an ABNF parser.
4
5 * ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New arrow shapes:
6 semi-up-hollow, semi-up-full, semi-down-hollow and semi-down-full. Fix
7 a bug on productions like test = {"test"}* | ( "tt" ["test"] ).
8 Reported by Markus Dreyer <mdreyer@ix.urz.uni-heidelberg.de>.
9 (ebnf-version): New version number (4.0).
10 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12 (ebnf-delete-style): New commands.
13 (ebnf-directory, ebnf-file): New funs.
14 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
15 (ebnf-production-name-p, ebnf-stop-on-error): New options.
16 (ebnf-syntax-alist): New var.
17 (ebnf-element-width): New fun replacing ebnf-list-width.
18 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20 (ebnf-prologue): Adjust vars.
21 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
22 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
23 (ebnf-check-style-values, ebnf-generate-production)
24 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
25 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
26 (ebnf-token-repeat): Code fix.
27
28 * ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc, %right, %left
29 and %prec. Suggested by Matthew K. Junker <junker@alum.mit.edu>.
30 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
31
32 * ebnf-iso.el: Doc fix.
33 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
34 (ebnf-iso-lex): Code fix.
35
36 * ebnf-bnf.el: Doc fix.
37 (ebnf-bnf-lex): Code fix.
38
39 * ebnf-otz.el: Doc fix.
40
1 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> 41 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2 42
3 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix. 43 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4 (abbrev-prefix-mark): Doc fix. 44 (abbrev-prefix-mark): Doc fix.
5 45