Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5083:88f955fa5a7f
Back out revision c673987f5f3d, undump mule/make-coding-system.el.
lisp/ChangeLog addition:
2010-02-26 Aidan Kehoe <kehoea@parhasard.net>
Back out Ben's revision c673987f5f3d.
* coding.el:
Add a compiler macro for #'make-coding-system on non-Mule builds
too, to fix the problem he addressed with that changeset.
* mule/make-coding-system.el (fixed-width-private-use-start):
Don't call (decode-char ... 'ucs) here, it can make bootstrapping
harder.
src/ChangeLog addition:
2010-02-26 Aidan Kehoe <kehoea@parhasard.net>
* file-coding.c (Fmake_coding_system_internal):
Be somewhat clearer in this docstring, especially for the sake of
people running non-Mule builds who will see this docstring when
they do F1 f make-coding-system RET.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 26 Feb 2010 15:52:24 +0000 |
parents | 37a17808de95 |
children | 6afe991b8135 |
comparison
equal
deleted
inserted
replaced
5082:37a17808de95 | 5083:88f955fa5a7f |
---|---|
1 2010-02-26 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 Back out Ben's revision c673987f5f3d. | |
4 * coding.el: | |
5 Add a compiler macro for #'make-coding-system on non-Mule builds | |
6 too, to fix the problem he addressed with that changeset. | |
7 * mule/make-coding-system.el (fixed-width-private-use-start): | |
8 Don't call (decode-char ... 'ucs) here, it can make bootstrapping | |
9 harder. | |
10 | |
1 2010-02-25 Didier Verna <didier@xemacs.org> | 11 2010-02-25 Didier Verna <didier@xemacs.org> |
2 | 12 |
3 The background-placement face property. | 13 The background-placement face property. |
4 * cl-macs.el (face-background-placement): New defsetf. | 14 * cl-macs.el (face-background-placement): New defsetf. |
5 * cus-face.el (custom-face-attributes): | 15 * cus-face.el (custom-face-attributes): |