aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-11 09:32:19 +0000
committerGerd Moellmann2000-05-11 09:32:19 +0000
commitda4496b6c93c5243c689aee22a177e7b4494bc91 (patch)
treea581c1ba7ed817613235836e801b74873efbdef5
parentc7aca1ad8e41f26e9166056c04e523d38c00fb87 (diff)
downloademacs-da4496b6c93c5243c689aee22a177e7b4494bc91.tar.gz
emacs-da4496b6c93c5243c689aee22a177e7b4494bc91.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
3 files changed, 11 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b8b8a9b9702..e1577144ad6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
37equivalent ot specifying the frame parameter. 37equivalent 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
42the same, but applies to the a particular buffer only. 42the 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 @@
12000-05-11 Gerd Moellmann <gerd@gnu.org>
2
3 * subr.el (substitute-key-definition): Add comment describing
4 the meaning of PREFIX.
5
12000-05-10 Stefan Monnier <monnier@cs.yale.edu> 62000-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 @@
12000-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
12000-05-09 Dave Love <fx@gnu.org> 62000-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