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