]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Jun 2000 18:36:27 +0000 (18:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Jun 2000 18:36:27 +0000 (18:36 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index ac6d9b495d1365625acfed06bae9aef522a5c848..3fc91305cf2ab95e3c9f3d02982db4b93b019807 100644 (file)
--- 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
index cd6c1c8edc29d9d2f7686bdb161e1c3d3378f757..4dfaa8af614c4e54673d3add2fe1ee6256fbe627 100644 (file)
@@ -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):
index dccef0e7c7f35e11dc8a78d67289b44acb24c76d..ff61366525673329fd6e604dde490da18f68f6ac 100644 (file)
@@ -1,3 +1,19 @@
+2000-06-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <sds@gnu.org>
 
        * xrdb.c: Don't declare xmalloc, xrealloc.