Mercurial > emacs
changeset 29814:daf26bf9d779
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 18:36:27 +0000 |
parents | ffa0e91cd494 |
children | 10530643ea7f |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jun 20 18:32:12 2000 +0000 +++ b/etc/NEWS Tue Jun 20 18:36:27 2000 +0000 @@ -1218,6 +1218,9 @@ *** autoarg.el provides a feature reported from Twenex Emacs whereby numeric keys supply prefix args rather than self inserting. +*** The function `turn-off-auto-fill' unconditionally turns off Auto +Fill mode. + ** Withdrawn packages *** mldrag.el has been removed. mouse.el provides the same
--- a/lisp/ChangeLog Tue Jun 20 18:32:12 2000 +0000 +++ b/lisp/ChangeLog Tue Jun 20 18:36:27 2000 +0000 @@ -1,3 +1,12 @@ +2000-06-20 Gerd Moellmann <gerd@gnu.org> + + * version.el (emacs-version): Use ISO date format. + + * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' + instead of `M-backspace'. + + * simple.el (turn-off-auto-fill): New function. + 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> * jit-lock.el (with-buffer-prepared-for-jit-lock):