diff options
| author | Chong Yidong | 2006-01-19 21:12:22 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-01-19 21:12:22 +0000 |
| commit | 995f2df9d1c12c73077ecced0530bafa5cf91cf9 (patch) | |
| tree | 8e50b851b6f4c7d5366b4109bdb9124b37090a9b /src/ChangeLog | |
| parent | dc38351b1f9b5fc4b6de694ee53994bb57b3a20c (diff) | |
| download | emacs-995f2df9d1c12c73077ecced0530bafa5cf91cf9.tar.gz emacs-995f2df9d1c12c73077ecced0530bafa5cf91cf9.zip | |
* xdisp.c (get_window_cursor_type): Use cursor type specified by
the selected buffer for the echo area too.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f11b1f23cef..cabf73c9088 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-01-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xdisp.c (get_window_cursor_type): Use cursor type specified by | ||
| 4 | the selected buffer for the echo area too. | ||
| 5 | |||
| 1 | 2006-01-19 Richard M. Stallman <rms@gnu.org> | 6 | 2006-01-19 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * keymap.c (Fmap_keymap): Doc fix. | 8 | * keymap.c (Fmap_keymap): Doc fix. |