diff options
| author | Eli Zaretskii | 2012-12-27 19:29:14 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-27 19:29:14 +0200 |
| commit | 7a3a74936f32dd6f3778b7d15264ec843e203f04 (patch) | |
| tree | cde2f609b43a50b68044cc401b378e64294a4ad6 /src/ChangeLog | |
| parent | c88943a2a42107443a1eb776687fe1f1e5e876ac (diff) | |
| download | emacs-7a3a74936f32dd6f3778b7d15264ec843e203f04.tar.gz emacs-7a3a74936f32dd6f3778b7d15264ec843e203f04.zip | |
Fix bug #13277 with TTY cursor positioning in a line with overlay arrow.
src/xdisp.c (set_cursor_from_row): Don't confuse a truncation or
continuation glyph on a TTY with an indication of an empty line.
src/dispextern.h: Improve commentary to glyph->charpos and
glyph->object.
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 fccdc1dfcae..fefe16a5f8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): Don't confuse a truncation or | ||
| 4 | continuation glyph on a TTY with an indication of an empty line. | ||
| 5 | (Bug#13277) | ||
| 6 | |||
| 1 | 2012-12-27 Glenn Morris <rgm@gnu.org> | 7 | 2012-12-27 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * cygw32.c (Fcygwin_convert_file_name_to_windows) | 9 | * cygw32.c (Fcygwin_convert_file_name_to_windows) |