diff options
| author | Pavel Janík | 2002-03-18 06:05:01 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-03-18 06:05:01 +0000 |
| commit | 623fa9e7f48b7aa6c8795ff8a365ee8a1b47b41f (patch) | |
| tree | 64328fd8f0979e2bb65dfcd7646bd59b4c8e761d | |
| parent | 6147334f2bdf8c8f7631718c26a1b75b906fe143 (diff) | |
| download | emacs-623fa9e7f48b7aa6c8795ff8a365ee8a1b47b41f.tar.gz emacs-623fa9e7f48b7aa6c8795ff8a365ee8a1b47b41f.zip | |
Fix typos.
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a92718f0b90..152bd67f000 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | (try_window_reusing_current_matrix): Test cursor_type_changed | 7 | (try_window_reusing_current_matrix): Test cursor_type_changed |
| 8 | along with windows_or_buffers_changed. | 8 | along with windows_or_buffers_changed. |
| 9 | 9 | ||
| 10 | * window.h (cursor_type_changed): Hew variable. | 10 | * window.h (cursor_type_changed): New variable. |
| 11 | 11 | ||
| 12 | * xfns.c (x_set_cursor_type): Set cursor_type_changed, | 12 | * xfns.c (x_set_cursor_type): Set cursor_type_changed, |
| 13 | not update_mode_lines, and always set it to 1. | 13 | not update_mode_lines, and always set it to 1. |
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | 2002-03-17 Kim F. Storm <storm@cua.dk> | 18 | 2002-03-17 Kim F. Storm <storm@cua.dk> |
| 19 | 19 | ||
| 20 | The following changes adds support for network server processes, | 20 | The following changes add support for network server processes, |
| 21 | datagram connections, and local (unix) sockets. | 21 | datagram connections, and local (unix) sockets. |
| 22 | 22 | ||
| 23 | * process.h (struct Lisp_Process): New member log. | 23 | * process.h (struct Lisp_Process): New member log. |