aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2006-03-09 15:43:31 +0000
committerLuc Teirlinck2006-03-09 15:43:31 +0000
commitf945af424da538bc7363ac918122ac351b5b664b (patch)
tree0a9c2c6163ac94dbfcf6f01f83e110dbbccc8bc6 /src/ChangeLog
parent53a5eba91d68e7465f1f9c9998eeb077b03b67d6 (diff)
downloademacs-f945af424da538bc7363ac918122ac351b5b664b.tar.gz
emacs-f945af424da538bc7363ac918122ac351b5b664b.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 16f5eff11e6..6cf09be70fd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,7 +8,7 @@
8 * window.c: Declare preserve_y as a static global variable. 8 * window.c: Declare preserve_y as a static global variable.
9 (window_scroll_pixel_based): No longer declare preserve_y; 9 (window_scroll_pixel_based): No longer declare preserve_y;
10 it is global now. 10 it is global now.
11 (syms_of_window): set preserve_y to -1. 11 (syms_of_window): Set preserve_y to -1.
12 12
132006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 132006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14 14
@@ -43,7 +43,7 @@
43 (mac_handle_command_event, mac_handle_window_event) 43 (mac_handle_command_event, mac_handle_window_event)
44 (mac_handle_mouse_event): Check error code of GetEventParameter. 44 (mac_handle_mouse_event): Check error code of GetEventParameter.
45 (convert_fn_keycode) [MAC_OSX]: Likewise. 45 (convert_fn_keycode) [MAC_OSX]: Likewise.
46 46
472006-03-05 Andreas Schwab <schwab@suse.de> 472006-03-05 Andreas Schwab <schwab@suse.de>
48 48
49 * xselect.c (x_catch_errors_unwind): Fix missing return value. 49 * xselect.c (x_catch_errors_unwind): Fix missing return value.