aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-04-12 12:24:17 -0700
committerGlenn Morris2014-04-12 12:24:17 -0700
commite0af409500d5f44b34a6e8d971f0c7abe1d747fe (patch)
treeda8c3218399660418391a9bc35d955aa4ff07c73 /src/ChangeLog
parent3197074e49162f96a6eb33ca45fbbfddcf1ae01a (diff)
parent5121b6923beb2fb62b179b4a95b07f9feb969f3d (diff)
downloademacs-e0af409500d5f44b34a6e8d971f0c7abe1d747fe.tar.gz
emacs-e0af409500d5f44b34a6e8d971f0c7abe1d747fe.zip
Merge from emacs-24; up to 2014-04-07T20:54:16Z!dancol@dancol.org
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 927b0010347..30852b3ae56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12014-04-12 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_by_lines): If a large portion of buffer text is
4 covered by a display string that ends in a newline, and that cases
5 going back by DVPOS lines to hit the search limit, lift the limit
6 and go back until DVPOS is reached. (Bug#17244)
7
8 * indent.c (Fvertical_motion): Handle correctly the case when the
9 display string is preceded by an empty line.
10
11 * w32.c (sys_umask) <WRITE_USER>: Remove redundant constant, and
12 use S_IWRITE instead.
13
12014-04-11 Glenn Morris <rgm@gnu.org> 142014-04-11 Glenn Morris <rgm@gnu.org>
2 15
3 * keyboard.c (Fopen_dribble_file): Make file private. (Bug#17187) 16 * keyboard.c (Fopen_dribble_file): Make file private. (Bug#17187)