diff options
| author | Károly Lőrentey | 2006-01-24 07:59:23 +0000 |
|---|---|---|
| committer | Károly Lőrentey | 2006-01-24 07:59:23 +0000 |
| commit | bf7f1d30f5e15d96df040bffe931275de92b5ebb (patch) | |
| tree | 5c9b0c56c8104bf83b6fc07d32de898c6afb3c29 /src/ChangeLog | |
| parent | dd2a3d136feb912ddd2cffe415ff96e5bc7cde43 (diff) | |
| download | emacs-bf7f1d30f5e15d96df040bffe931275de92b5ebb.tar.gz emacs-bf7f1d30f5e15d96df040bffe931275de92b5ebb.zip | |
(handle_invisible_prop): Set it->position to fix cursor
display when point moves across an ellipsis. If there are
adjacent invisible texts, don't lose the second one's ellipsis.
(x_produce_glyphs): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a652d04049..5f3e1322395 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-01-24 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | ||
| 2 | |||
| 3 | * xdisp.c (handle_invisible_prop): Set it->position to fix cursor | ||
| 4 | display when point moves across an ellipsis. If there are | ||
| 5 | adjacent invisible texts, don't lose the second one's ellipsis. | ||
| 6 | (x_produce_glyphs): Doc fix. | ||
| 7 | |||
| 1 | 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup. | 10 | * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup. |