diff options
| author | Kim F. Storm | 2005-01-27 00:16:00 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-01-27 00:16:00 +0000 |
| commit | 889f36418f495a3a45c484730a1f3aa592cc08ff (patch) | |
| tree | 7606b2c9f435ffcbbcadadf2dd436c3b52d3829e /src/ChangeLog | |
| parent | 0072e19e631a50efef487e02ac3434a429ddc8f6 (diff) | |
| download | emacs-889f36418f495a3a45c484730a1f3aa592cc08ff.tar.gz emacs-889f36418f495a3a45c484730a1f3aa592cc08ff.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6fae79c4e2b..78cf11d1d90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-01-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (get_glyph_string_clip_rect): Always show a cursor | ||
| 4 | glyph, even when row is only partially visible and actual cursor | ||
| 5 | position is not visible. | ||
| 6 | |||
| 1 | 2005-01-24 Richard M. Stallman <rms@gnu.org> | 7 | 2005-01-24 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * xterm.c (x_error_quitter): No longer static, and moved after | 9 | * xterm.c (x_error_quitter): No longer static, and moved after |