aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-02-05 00:03:35 +0100
committerJoakim Verona2013-02-05 00:03:35 +0100
commit4fd0ce60584239e481858fe11c5ded6a7427f898 (patch)
treeb52954e3e411f4ec0ff9fe27c4e4576257097fdb /src/ChangeLog
parentc877afeb2bdca205b7d4e19fb37eb0c9cf209540 (diff)
parent50fdf3998794e013c5cb752962e75b883422b75b (diff)
downloademacs-4fd0ce60584239e481858fe11c5ded6a7427f898.tar.gz
emacs-4fd0ce60584239e481858fe11c5ded6a7427f898.zip
auto upstream
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