aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-07 14:21:40 +0000
committerGerd Moellmann2000-03-07 14:21:40 +0000
commite9b4e5ff0cdfeebd97f9b90052d8862a8cc04877 (patch)
tree837be79036eac207cc38d14c305c06722ed35cd1
parentf6ee1260dd77f78131492db51f2c170a54db0218 (diff)
downloademacs-e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877.tar.gz
emacs-e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--src/ChangeLog3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8f89a8980e9..ae13ffd8c66 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1019,6 +1019,10 @@ Note that +++ before an item means the Lisp manual has been updated.
1019When you add a new item, please add it without either +++ or --- 1019When you add a new item, please add it without either +++ or ---
1020so I will know I still need to look at it -- rms. 1020so I will know I still need to look at it -- rms.
1021 1021
1022** The function documentation-property now evaluates the value of
1023the given property to obtain a a string if it doesn't refer to etc/DOC
1024and isn't a string.
1025
1022+++ 1026+++
1023** The last argument of `define-key-after' defaults to t for convenience. 1027** The last argument of `define-key-after' defaults to t for convenience.
1024 1028
diff --git a/src/ChangeLog b/src/ChangeLog
index 11f10d79cae..08700fe69cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-03-07 Gerd Moellmann <gerd@gnu.org> 12000-03-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * doc.c (Fdocumentation_property): If value is not a string,
4 and doesn't refer to etc/DOC, evaluate it to obtain a string.
5
3 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to 6 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
4 close the display with XtCloseDisplay. This caused a bus error 7 close the display with XtCloseDisplay. This caused a bus error
5 on OpenWindows. 8 on OpenWindows.