Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4369:ef9eb714f0e4
Add ascii-case-table, #'with-case-table; make iso8859-1.el more comprehensible.
2007-12-30 Aidan Kehoe <kehoea@parhasard.net>
* subr.el (with-case-table): New.
Idea and implementation taken from GNU's code of April 2007,
before GPL V3 was implied. Thank you GNU.
* iso8859-1.el (ascii-case-table): New.
Idea taken from GNU.
* iso8859-1.el :
Change Jamie's implicit compile-time call to a macro literal into
something comprehensible to and maintainable by mortals, using to
cl.el's #'loop.
* iso8859-1.el (ctl-arrow):
Initialise it to something more comprehensible.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 30 Dec 2007 16:18:33 +0100 |
parents | d2f4dd8611d9 |
children | b94710365f92 |
comparison
equal
deleted
inserted
replaced
4356:cc293ef846d2 | 4369:ef9eb714f0e4 |
---|---|
1 2007-12-30 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * subr.el (with-case-table): New. | |
4 Idea and implementation taken from GNU's code of April 2007, | |
5 before GPL V3 was implied. Thank you GNU. | |
6 * iso8859-1.el (ascii-case-table): New. | |
7 Idea taken from GNU. | |
8 * iso8859-1.el : | |
9 Change Jamie's implicit compile-time call to a macro literal into | |
10 something comprehensible to and maintainable by mortals, using to | |
11 cl.el's #'loop. | |
12 * iso8859-1.el (ctl-arrow): | |
13 Initialise it to something more comprehensible. | |
14 | |
1 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> | 15 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 16 |
3 Factor out lists of operators specially treated by `make-autoload'. | 17 Factor out lists of operators specially treated by `make-autoload'. |
4 | 18 |
5 * autoload.el (autoload-make-autoload-operators): New. | 19 * autoload.el (autoload-make-autoload-operators): New. |