aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-10 15:13:33 -0800
committerGlenn Morris2012-11-10 15:13:33 -0800
commit6baf66d53bbedd85a443e0d69d1f4311a93f0677 (patch)
tree38d7a00d5f7d5aecb86285d334fa15a31e5fbab1 /src/ChangeLog
parent05a859c1bd9cd07b2c0fad06a0694e88ea929fcf (diff)
parente4e46889223296e8875548d278340b21db449a4a (diff)
downloademacs-6baf66d53bbedd85a443e0d69d1f4311a93f0677.tar.gz
emacs-6baf66d53bbedd85a443e0d69d1f4311a93f0677.zip
Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.ca
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da3e96bbcc3..46f086389fe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12012-11-10 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (Fsplit_window_internal): Set combination limit of
4 new parent window to t iff Vwindow_combination_limit is t;
5 fixing a regression introduced with the change from 2012-09-22.
6 (Fset_window_combination_limit): Fix doc-string.
7
82012-11-10 Eli Zaretskii <eliz@gnu.org>
9
10 * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
11 amount when the scroll margins are too large. When scrolling
12 backwards in the buffer, give up if cannot reach point or the
13 scroll margin within a reasonable number of screen lines. Fixes
14 point position in window under scroll-up/down-aggressively when
15 point is positioned many lines beyond the window top/bottom.
16 (Bug#12811)
17
18 * ralloc.c (relinquish): If real_morecore fails to return memory
19 to the system, don't crash; instead, leave the last heap
20 unchanged and return. (Bug#12774)
21
12012-11-09 Stefan Monnier <monnier@iro.umontreal.ca> 222012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 23
3 * lisp.h (AUTOLOADP): New macro. 24 * lisp.h (AUTOLOADP): New macro.