*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-06-20 18:36:27 +00:00
parent 9869bb0bd2
commit 4a27bdfba8
3 changed files with 28 additions and 0 deletions

View file

@ -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

View 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):

View 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.