diff options
| author | Eli Zaretskii | 2014-08-01 16:10:07 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-08-01 16:10:07 +0300 |
| commit | 8afcf7e9d72d4d4173a00151dd8f2ba1866000c1 (patch) | |
| tree | 0f8439faf6ec04103c1741aa1edbc5d5a939ff19 /src/ChangeLog | |
| parent | 4844e0422f7d318775cc7fce7845c0c568bd7ca3 (diff) | |
| parent | eef5843c3458907e4bef35be10d46fea99f412f9 (diff) | |
| download | emacs-8afcf7e9d72d4d4173a00151dd8f2ba1866000c1.tar.gz emacs-8afcf7e9d72d4d4173a00151dd8f2ba1866000c1.zip | |
Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a0ac451f35b..c28f8a607aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2014-08-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Fix display of R2L lines when the last character fits only partially. | ||
| 4 | See http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00476.html | ||
| 5 | for the details. | ||
| 6 | * xdisp.c (extend_face_to_end_of_line): If the last glyph of an | ||
| 7 | R2L row is visible only partially, give the row a negative x | ||
| 8 | offset. | ||
| 9 | (display_line): Fix the calculation of the glyph whose pixel width | ||
| 10 | is used to decide whether the last produced glyph fits on the | ||
| 11 | line. When the last glyph fits only partially, give the row a | ||
| 12 | negative x offset. | ||
| 13 | |||
| 14 | Fix hscroll of R2L lines that begin with a TAB or another wide glyph. | ||
| 15 | * xdisp.c (append_stretch_glyph): In a R2L glyph row, decrease the | ||
| 16 | pixel width of the first glyph that is hscrolled from display. | ||
| 17 | (display_line): In R2L glyph rows, don't give a negative offset to | ||
| 18 | row->x when the first glyph begins before first_visible_x. | ||
| 19 | |||
| 20 | * xdisp.c (display_line): If called with iterator set up to write | ||
| 21 | to a marginal area, delay the call to handle_line_prefix until we | ||
| 22 | switch back to the text area. (Bug#18035) | ||
| 23 | |||
| 24 | * .gdbinit (xwindow): The members total_cols, total_lines, | ||
| 25 | left_col, and top_line are C integers (and has been so for the | ||
| 26 | last 1.5 years). | ||
| 27 | |||
| 28 | 2014-08-01 Andreas Schwab <schwab@suse.de> | ||
| 29 | |||
| 30 | * macros.c (Fstart_kbd_macro): Initialize kbd_macro_ptr and | ||
| 31 | kbd_macro_end together with kbd_macro_buffer. (Bug#18140) | ||
| 32 | |||
| 1 | 2014-08-01 Dmitry Antipov <dmantipov@yandex.ru> | 33 | 2014-08-01 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 34 | ||
| 3 | * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h. | 35 | * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h. |