diff options
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 11 insertions, 1 deletions
| @@ -36,7 +36,7 @@ be put below text lines on the affected frame or frames. | |||
| 36 | - By setting X resource `lineSpacing', class `LineSpacing'. This is | 36 | - By setting X resource `lineSpacing', class `LineSpacing'. This is |
| 37 | equivalent ot specifying the frame parameter. | 37 | equivalent ot specifying the frame parameter. |
| 38 | 38 | ||
| 39 | - By specifying `--line-spaceing=N' or `-lsp N' on the command line. | 39 | - By specifying `--line-spacing=N' or `-lsp N' on the command line. |
| 40 | 40 | ||
| 41 | - By setting buffer-local variable `line-spacing'. The meaning is | 41 | - By setting buffer-local variable `line-spacing'. The meaning is |
| 42 | the same, but applies to the a particular buffer only. | 42 | the same, but applies to the a particular buffer only. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c46a4a94cdc..f3870aa517d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-05-11 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * subr.el (substitute-key-definition): Add comment describing | ||
| 4 | the meaning of PREFIX. | ||
| 5 | |||
| 1 | 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. | 8 | * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
diff --git a/src/ChangeLog b/src/ChangeLog index caba058c0a3..f1ee8e0db8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-05-11 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (handle_single_display_prop): Don't try to set PT if | ||
| 4 | we're interating over a string. | ||
| 5 | |||
| 1 | 2000-05-09 Dave Love <fx@gnu.org> | 6 | 2000-05-09 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to | 8 | * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to |