Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3948:adecfd791c9b
[xemacs-hg @ 2007-05-12 10:17:00 by aidan]
Non-Latin-1 escapes can lead to corrupted ELC code.
author | aidan |
---|---|
date | Sat, 12 May 2007 10:17:09 +0000 |
parents | 5db7720dd944 |
children | 4cc3828e29bb |
comparison
equal
deleted
inserted
replaced
3947:67e8a09db7ed | 3948:adecfd791c9b |
---|---|
1 2007-05-12 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * bytecomp.el (byte-compile-insert-header): | |
4 Check for any Unicode escapes in the source file text when | |
5 deciding whether Mule support is necessary for it, and whether to | |
6 use escape-quoted as the .elc coding system. Thanks to Stephen for | |
7 the suggestion as to how to ignore appearances in comments. | |
8 | |
1 2007-05-01 Stephen J. Turnbull <stephen@xemacs.org> | 9 2007-05-01 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 10 |
3 * dumped-lisp.el (preloaded-file-list): Move resize-minibuffer | 11 * dumped-lisp.el (preloaded-file-list): Move resize-minibuffer |
4 before simple. | 12 before simple. |
5 | 13 |
6 * resize-minibuffer.el: Remove CVS $Id: ChangeLog,v 1.793 2007/05/01 14:32:50 stephent Exp $ cookie.. | 14 * resize-minibuffer.el: Remove CVS $Id: ChangeLog,v 1.794 2007/05/12 10:17:00 aidan Exp $ cookie.. |
7 | 15 |
8 * resize-minibuffer.el (resize-minibuffer-mode): Remove autoload. | 16 * resize-minibuffer.el (resize-minibuffer-mode): Remove autoload. |
9 | 17 |
10 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> | 18 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
11 | 19 |