diff options
| author | Gerd Moellmann | 2000-06-20 18:36:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-20 18:36:27 +0000 |
| commit | 4a27bdfba8ba5bbf83d24fb8276953791809693b (patch) | |
| tree | 7bffedc3674b0f96aaa605cd4c816fc7ca0d33c6 | |
| parent | 9869bb0bd24aaa8d0190a67c56bb8319bf1ccc48 (diff) | |
| download | emacs-4a27bdfba8ba5bbf83d24fb8276953791809693b.tar.gz emacs-4a27bdfba8ba5bbf83d24fb8276953791809693b.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 16 |
3 files changed, 28 insertions, 0 deletions
| @@ -1218,6 +1218,9 @@ with the diary features. | |||
| 1218 | *** autoarg.el provides a feature reported from Twenex Emacs whereby | 1218 | *** autoarg.el provides a feature reported from Twenex Emacs whereby |
| 1219 | numeric keys supply prefix args rather than self inserting. | 1219 | numeric keys supply prefix args rather than self inserting. |
| 1220 | 1220 | ||
| 1221 | *** The function `turn-off-auto-fill' unconditionally turns off Auto | ||
| 1222 | Fill mode. | ||
| 1223 | |||
| 1221 | ** Withdrawn packages | 1224 | ** Withdrawn packages |
| 1222 | 1225 | ||
| 1223 | *** mldrag.el has been removed. mouse.el provides the same | 1226 | *** 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 @@ | |||
| 1 | 2000-06-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * version.el (emacs-version): Use ISO date format. | ||
| 4 | |||
| 5 | * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | ||
| 6 | instead of `M-backspace'. | ||
| 7 | |||
| 8 | * simple.el (turn-off-auto-fill): New function. | ||
| 9 | |||
| 1 | 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> | 10 | 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 11 | ||
| 3 | * jit-lock.el (with-buffer-prepared-for-jit-lock): | 12 | * 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 @@ | |||
| 1 | 2000-06-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * s/isc4-0.h (sigblock): Redefined to pass a pointer as second | ||
| 4 | argument to sigprocmask. | ||
| 5 | |||
| 6 | * s/sco5.h (sigblock): Redefined to pass a pointer as second | ||
| 7 | argument to sigprocmask. | ||
| 8 | |||
| 9 | * syssignal.h (sigblock, sigunblock) [USG5_4]: Set | ||
| 10 | sigprocmask_set, and pass a pointer to it to sigprocmask. | ||
| 11 | |||
| 12 | * sysdep.c (sigprocmask_set): New variable. | ||
| 13 | |||
| 14 | * fileio.c (make_temp_name): Don't use `%s' in string passed to | ||
| 15 | report_file_error. | ||
| 16 | |||
| 1 | 2000-06-20 Sam Steingold <sds@gnu.org> | 17 | 2000-06-20 Sam Steingold <sds@gnu.org> |
| 2 | 18 | ||
| 3 | * xrdb.c: Don't declare xmalloc, xrealloc. | 19 | * xrdb.c: Don't declare xmalloc, xrealloc. |