diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1c7771cb0d9..6f52f764a97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-02-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (window_buffer_changed): region_showing can be negative, | ||
| 4 | which still means region is being displayed. | ||
| 5 | (redisplay_internal): Resurrect code that forced redisplay of the | ||
| 6 | whole window when showing region and the mark has changed. Record | ||
| 7 | the new mark position to allow redisplay optimizations. | ||
| 8 | (display_line): If it->region_beg_charpos is non-zero, set the | ||
| 9 | window's region_showing member to -1. (Bug#13623) (Bug#13626) | ||
| 10 | |||
| 11 | * window.h (struct window) <region_showing>: Declare ptrdiff_t, | ||
| 12 | not bitfield of 1 bit. | ||
| 13 | |||
| 1 | 2013-02-03 Daniel Colascione <dancol@dancol.org> | 14 | 2013-02-03 Daniel Colascione <dancol@dancol.org> |
| 2 | 15 | ||
| 3 | * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that | 16 | * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that |