aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2011-03-31 21:42:38 +0200
committerJuanma Barranquero2011-03-31 21:42:38 +0200
commite2abce014d6f8d0d4a2bda66c1b554e84a0e51e6 (patch)
treeb3e32d4317471e120490bb90c76e9919c8d0b3f9 /src/ChangeLog
parentd0f69533147fbe353453d6c324f650ad340f87e8 (diff)
downloademacs-e2abce014d6f8d0d4a2bda66c1b554e84a0e51e6.tar.gz
emacs-e2abce014d6f8d0d4a2bda66c1b554e84a0e51e6.zip
src/xdisp.c (redisplay_internal): Fix prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 98589b69cfb..c2e28251cb0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-03-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * xdisp.c (redisplay_internal): Fix prototype.
4
12011-03-31 Eli Zaretskii <eliz@gnu.org> 52011-03-31 Eli Zaretskii <eliz@gnu.org>
2 6
3 * xdisp.c (SCROLL_LIMIT): New macro. 7 * xdisp.c (SCROLL_LIMIT): New macro.
@@ -19,11 +23,6 @@
19 (syms_of_xdisp) <scroll-conservatively>: Document the 23 (syms_of_xdisp) <scroll-conservatively>: Document the
20 threshold of 100 lines for never-recentering scrolling. 24 threshold of 100 lines for never-recentering scrolling.
21 25
222011-03-26 Eli Zaretskii <eliz@gnu.org>
23
24 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
25 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
26
272011-03-31 Juanma Barranquero <lekktu@gmail.com> 262011-03-31 Juanma Barranquero <lekktu@gmail.com>
28 27
29 * dispextern.h (move_it_by_lines): 28 * dispextern.h (move_it_by_lines):
@@ -210,6 +209,11 @@
210 * s/usg5-4-common.h (SIGTYPE): Remove definition. 209 * s/usg5-4-common.h (SIGTYPE): Remove definition.
211 * s/template.h (SIGTYPE): Remove commented out definition. 210 * s/template.h (SIGTYPE): Remove commented out definition.
212 211
2122011-03-26 Eli Zaretskii <eliz@gnu.org>
213
214 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
215 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
216
2132011-03-26 Juanma Barranquero <lekktu@gmail.com> 2172011-03-26 Juanma Barranquero <lekktu@gmail.com>
214 218
215 * w32.c (read_unc_volume): Use parameter `henum', instead of 219 * w32.c (read_unc_volume): Use parameter `henum', instead of