Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 15 23:50:20 2013 +0900 +++ b/lisp/ChangeLog Mon Sep 16 00:00:12 2013 +0200 @@ -1,3 +1,11 @@ +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. + 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org> * fontconfig.el (fc-name-parse-known-problem-attributes): New.