diff options
| author | Kim F. Storm | 2006-03-19 19:59:17 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-03-19 19:59:17 +0000 |
| commit | 45c1c789a5e551e8eb832d2448f4fd1888b4967d (patch) | |
| tree | 38929ae6b540355b9c829990a7265c380aa09591 /src | |
| parent | 531bedc37c5e0b060c51565ba3a17ef471c2b510 (diff) | |
| download | emacs-45c1c789a5e551e8eb832d2448f4fd1888b4967d.tar.gz emacs-45c1c789a5e551e8eb832d2448f4fd1888b4967d.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8e598412763..9ab5555e1b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-03-19 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string, | ||
| 4 | so it doesn't associate overlay string with following glyph by default. | ||
| 5 | Allow integer property value to specify explicit number of buffer | ||
| 6 | positions associate with overlay string. | ||
| 7 | |||
| 1 | 2006-03-18 Chong Yidong <cyd@stupidchicken.com> | 8 | 2006-03-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * xterm.c (x_display_ok): Fix minor bug and compilation warnings. | 10 | * xterm.c (x_display_ok): Fix minor bug and compilation warnings. |