Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3950:4cc3828e29bb
[xemacs-hg @ 2007-05-12 13:12:26 by aidan]
Have set-buffer-file-coding-system mark the buffer as modified.
author | aidan |
---|---|
date | Sat, 12 May 2007 13:12:28 +0000 |
parents | adecfd791c9b |
children | 69c43a181729 |
comparison
equal
deleted
inserted
replaced
3949:33b9323388c5 | 3950:4cc3828e29bb |
---|---|
1 2007-04-30 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * code-files.el (set-buffer-file-coding-system): | |
4 Make set-buffer-file-coding-system update the buffer's modified | |
5 flag. Also make it accept a new flag, NOMODIFY, taken from GNU, to | |
6 suppress this behaviour. | |
7 * code-files.el (insert-file-contents): | |
8 Use the NOMODIFY flag when calling set-buffer-file-coding-system. | |
9 | |
1 2007-05-12 Aidan Kehoe <kehoea@parhasard.net> | 10 2007-05-12 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * bytecomp.el (byte-compile-insert-header): | 12 * bytecomp.el (byte-compile-insert-header): |
4 Check for any Unicode escapes in the source file text when | 13 Check for any Unicode escapes in the source file text when |
5 deciding whether Mule support is necessary for it, and whether to | 14 deciding whether Mule support is necessary for it, and whether to |
9 2007-05-01 Stephen J. Turnbull <stephen@xemacs.org> | 18 2007-05-01 Stephen J. Turnbull <stephen@xemacs.org> |
10 | 19 |
11 * dumped-lisp.el (preloaded-file-list): Move resize-minibuffer | 20 * dumped-lisp.el (preloaded-file-list): Move resize-minibuffer |
12 before simple. | 21 before simple. |
13 | 22 |
14 * resize-minibuffer.el: Remove CVS $Id: ChangeLog,v 1.794 2007/05/12 10:17:00 aidan Exp $ cookie.. | 23 * resize-minibuffer.el: Remove CVS $Id: ChangeLog,v 1.795 2007/05/12 13:12:26 aidan Exp $ cookie.. |
15 | 24 |
16 * resize-minibuffer.el (resize-minibuffer-mode): Remove autoload. | 25 * resize-minibuffer.el (resize-minibuffer-mode): Remove autoload. |
17 | 26 |
18 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> | 27 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
19 | 28 |