aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-06-28 16:29:37 +0400
committerDmitry Antipov2012-06-28 16:29:37 +0400
commit80b00b0885b8e124a208dfc9de95d2039a101108 (patch)
tree8954c62ff23338f8a2c6063cccab6d40d8707e02 /src/ChangeLog
parent62b2bcf611f144f4dea5a073a362e187970609f6 (diff)
downloademacs-80b00b0885b8e124a208dfc9de95d2039a101108.tar.gz
emacs-80b00b0885b8e124a208dfc9de95d2039a101108.zip
* window.h (struct window): Change type of 'hscroll',
'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t, 'last_modified' and 'last_overlay_modified' to EMACS_INT. Adjust users accordingly. * xdisp.c (try_cursor_movement): Replace type check with eassert. * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll' from EMACS_INT to ptrdiff_t. (make_window): Omit redundant initialization.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01a937d64f6..7bb418fab5a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * window.h (struct window): Change type of 'hscroll',
4 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
5 'last_modified' and 'last_overlay_modified' to EMACS_INT.
6 Adjust users accordingly.
7 * xdisp.c (try_cursor_movement): Replace type check with eassert.
8 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
9 from EMACS_INT to ptrdiff_t.
10 (make_window): Omit redundant initialization.
11
12012-06-28 Juanma Barranquero <lekktu@gmail.com> 122012-06-28 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies. 14 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.