diff options
| author | Gerd Moellmann | 2000-03-07 14:21:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-07 14:21:40 +0000 |
| commit | e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877 (patch) | |
| tree | 837be79036eac207cc38d14c305c06722ed35cd1 | |
| parent | f6ee1260dd77f78131492db51f2c170a54db0218 (diff) | |
| download | emacs-e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877.tar.gz emacs-e9b4e5ff0cdfeebd97f9b90052d8862a8cc04877.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 7 insertions, 0 deletions
| @@ -1019,6 +1019,10 @@ Note that +++ before an item means the Lisp manual has been updated. | |||
| 1019 | When you add a new item, please add it without either +++ or --- | 1019 | When you add a new item, please add it without either +++ or --- |
| 1020 | so I will know I still need to look at it -- rms. | 1020 | so I will know I still need to look at it -- rms. |
| 1021 | 1021 | ||
| 1022 | ** The function documentation-property now evaluates the value of | ||
| 1023 | the given property to obtain a a string if it doesn't refer to etc/DOC | ||
| 1024 | and 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 @@ | |||
| 1 | 2000-03-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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. |