Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5766:182d01410b8d
Add mode-require-final-newline from GNU. Thanks GNU.
lisp/ChangeLog:
2013-09-15 Mats Lidell <matsl@cxemacs.org>
* files.el (mode-require-final-newline): Variable synced from
GNU. Thank you GNU. Allows modes to control final newlines.
(require-final-newline): Add action on visiting and visiting or
saving in sync with GNU.
* text-mode.el (text-mode): Use mode-require-final-newline.
man/ChangeLog:
2013-09-15 Mats Lidell <matsl@xemacs.org>
* xemacs/files.texi (Saving): New variable
mode-require-final-newline. Update info for
require-final-newline.
tests/ChangeLog:
2013-09-15 Mats Lidell <matsl@xemacs.org>
* automated/files-tests.el: New file. Test new states in
require-final-newline and new variable
mode-require-final-newline.
author | Mats Lidell <mats.lidell@cag.se> |
---|---|
date | Mon, 16 Sep 2013 00:00:12 +0200 |
parents | 23dc211f4d2f |
children | cd4f5f1f1f4c |
comparison
equal
deleted
inserted
replaced
5765:e88d026f3917 | 5766:182d01410b8d |
---|---|
1 2013-09-15 Mats Lidell <matsl@cxemacs.org> | |
2 | |
3 * files.el (mode-require-final-newline): Variable synced from | |
4 GNU. Thank you GNU. Allows modes to control final newlines. | |
5 (require-final-newline): Add action on visiting and visiting or | |
6 saving in sync with GNU. | |
7 * text-mode.el (text-mode): Use mode-require-final-newline. | |
8 | |
1 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org> | 9 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 10 |
3 * fontconfig.el (fc-name-parse-known-problem-attributes): New. | 11 * fontconfig.el (fc-name-parse-known-problem-attributes): New. |
4 (fc-name-parse-harder): New. | 12 (fc-name-parse-harder): New. |
5 | 13 |