Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 13 20:26:47 2008 +0200 +++ b/lisp/ChangeLog Wed May 21 21:47:42 2008 +0200 @@ -1,3 +1,32 @@ +2008-05-14 Stephen J. Turnbull <stephen@xemacs.org> + + * subr.el (add-to-list): Fix Aidan's last commit. + +2008-05-14 Aidan Kehoe <kehoea@parhasard.net> + + * subr.el (add-to-list): Implement the same logic with a more + concise syntax; thank you Stephen, in + http://mid.gmane.org/87ablomdwx.fsf@uwakimon.sk.tsukuba.ac.jp . + +2008-02-25 bpalmer <bpalmer@gmail.com> + + * subr.el(add-to-list): add support for `compare-fn' to sync with + emacs. + +2008-05-14 Aidan Kehoe <kehoea@parhasard.net> + + * mule/mule-coding.el (make-8-bit-choose-category):=20 + Control-1 characters extend from #x80 to #x9F (inclusive), + not from #x80 to #xBF. + +2008-05-13 Aidan Kehoe <kehoea@parhasard.net> + + * printer.el (generic-print-region): + (generic-print-buffer): + Use #'valid-device-type-p instead of #'valid-specifier-tag-p to + check if the msprinter device is available, now that msprinter is + always available as a specifier tag. + 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> * disp-table.el (make-display-table):