Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4558:d9fcb5442c95
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 21 May 2008 21:47:42 +0200 |
parents | a1f8c5c250c2 5c651a4e8ed3 |
children | bd1a68c34d44 |
comparison
equal
deleted
inserted
replaced
4557:790bd95b84c1 | 4558:d9fcb5442c95 |
---|---|
1 2008-05-14 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * subr.el (add-to-list): Fix Aidan's last commit. | |
4 | |
5 2008-05-14 Aidan Kehoe <kehoea@parhasard.net> | |
6 | |
7 * subr.el (add-to-list): Implement the same logic with a more | |
8 concise syntax; thank you Stephen, in | |
9 http://mid.gmane.org/87ablomdwx.fsf@uwakimon.sk.tsukuba.ac.jp . | |
10 | |
11 2008-02-25 bpalmer <bpalmer@gmail.com> | |
12 | |
13 * subr.el(add-to-list): add support for `compare-fn' to sync with | |
14 emacs. | |
15 | |
16 2008-05-14 Aidan Kehoe <kehoea@parhasard.net> | |
17 | |
18 * mule/mule-coding.el (make-8-bit-choose-category):=20 | |
19 Control-1 characters extend from #x80 to #x9F (inclusive), | |
20 not from #x80 to #xBF. | |
21 | |
22 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> | |
23 | |
24 * printer.el (generic-print-region): | |
25 (generic-print-buffer): | |
26 Use #'valid-device-type-p instead of #'valid-specifier-tag-p to | |
27 check if the msprinter device is available, now that msprinter is | |
28 always available as a specifier tag. | |
29 | |
1 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> | 30 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> |
2 | 31 |
3 * disp-table.el (make-display-table): | 32 * disp-table.el (make-display-table): |
4 Update the example code to make it more general, and more | 33 Update the example code to make it more general, and more |
5 compatible with GNU. Also, I previously said #xFF when I meant | 34 compatible with GNU. Also, I previously said #xFF when I meant |