diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 10948007c83..e95a87b3434 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-03-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * doc.c (Qfunction_documentation): New variable. | ||
| 4 | (syms_of_doc): Initialize Qfunction_documentation. | ||
| 5 | (Fdocumentation): If FUNCTION is a symbol with non-nil | ||
| 6 | `function-documentation' property, return a documentation derived | ||
| 7 | from that. | ||
| 8 | |||
| 3 | * buffer.c (syms_of_buffer): Add default-cursor-type. | 9 | * buffer.c (syms_of_buffer): Add default-cursor-type. |
| 4 | (init_buffer_once): Don't let cursor_type have a local value | 10 | (init_buffer_once): Don't let cursor_type have a local value |
| 5 | in every buffer. | 11 | in every buffer. |