From: Gerd Moellmann Date: Tue, 20 Jun 2000 18:36:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a27bdfba8ba5bbf83d24fb8276953791809693b;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index ac6d9b495d1..3fc91305cf2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1218,6 +1218,9 @@ with the diary features. *** 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd6c1c8edc2..4dfaa8af614 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-06-20 Gerd Moellmann + + * 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 * jit-lock.el (with-buffer-prepared-for-jit-lock): diff --git a/src/ChangeLog b/src/ChangeLog index dccef0e7c7f..ff613665256 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2000-06-20 Gerd Moellmann + + * s/isc4-0.h (sigblock): Redefined to pass a pointer as second + argument to sigprocmask. + + * s/sco5.h (sigblock): Redefined to pass a pointer as second + argument to sigprocmask. + + * syssignal.h (sigblock, sigunblock) [USG5_4]: Set + sigprocmask_set, and pass a pointer to it to sigprocmask. + + * sysdep.c (sigprocmask_set): New variable. + + * fileio.c (make_temp_name): Don't use `%s' in string passed to + report_file_error. + 2000-06-20 Sam Steingold * xrdb.c: Don't declare xmalloc, xrealloc.