diff options
| author | Richard M. Stallman | 2002-05-28 20:28:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-05-28 20:28:12 +0000 |
| commit | f7e039de270fcf2c788d4f938060600db34b78f3 (patch) | |
| tree | 6baba8d26215de06280ef2ef4a235882d0a13c09 /src/ChangeLog | |
| parent | dad67609c8173919fc1e5b7b5fca3a89e8b65091 (diff) | |
| download | emacs-f7e039de270fcf2c788d4f938060600db34b78f3.tar.gz emacs-f7e039de270fcf2c788d4f938060600db34b78f3.zip | |
(x_display_and_set_cursor): Change the cursor in the same
way for blinked-off state and for a nonselected window.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c77814bb4e8..6cb066ecea6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-05-28 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_display_and_set_cursor): Change the cursor in the same | ||
| 4 | way for blinked-off state and for a nonselected window. | ||
| 5 | |||
| 6 | * window.c (window_scroll_pixel_based): Don't call Fbolp; | ||
| 7 | instead, see if the new start pos is at beginning of line. | ||
| 8 | |||
| 9 | * fileio.c (Fwrite_region): If START is a string, don't | ||
| 10 | make any annotations. | ||
| 11 | |||
| 12 | * eval.c (syms_of_eval): Doc fix. | ||
| 13 | |||
| 1 | 2002-05-28 Colin Walters <walters@debian.org> | 14 | 2002-05-28 Colin Walters <walters@debian.org> |
| 2 | 15 | ||
| 3 | * emacs.c (USAGE1): Add --no-splash. | 16 | * emacs.c (USAGE1): Add --no-splash. |