Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 11 21:51:38 2007 +0000 +++ b/lisp/ChangeLog Sat May 12 10:17:09 2007 +0000 @@ -1,9 +1,17 @@ +2007-05-12 Aidan Kehoe <kehoea@parhasard.net> + + * bytecomp.el (byte-compile-insert-header): + Check for any Unicode escapes in the source file text when + deciding whether Mule support is necessary for it, and whether to + use escape-quoted as the .elc coding system. Thanks to Stephen for + the suggestion as to how to ignore appearances in comments. + 2007-05-01 Stephen J. Turnbull <stephen@xemacs.org> * dumped-lisp.el (preloaded-file-list): Move resize-minibuffer before simple. - * resize-minibuffer.el: Remove CVS $Id: ChangeLog,v 1.793 2007/05/01 14:32:50 stephent Exp $ cookie.. + * resize-minibuffer.el: Remove CVS $Id: ChangeLog,v 1.794 2007/05/12 10:17:00 aidan Exp $ cookie.. * resize-minibuffer.el (resize-minibuffer-mode): Remove autoload.