comparison src/ChangeLog @ 68363:77c90a279caf

(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.
author Károly Lőrentey <lorentey@elte.hu>
date Tue, 24 Jan 2006 07:59:23 +0000
parents f192b7797d85
children 3422c551ad06
comparison
equal deleted inserted replaced
68362:3b10b20b3387 68363:77c90a279caf
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.
4 11
5 2006-01-23 Kim F. Storm <storm@cua.dk> 12 2006-01-23 Kim F. Storm <storm@cua.dk>