aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-08-29 20:49:28 +0000
committerStefan Monnier2005-08-29 20:49:28 +0000
commit5a774522830b2e74b4c0eae19f0b3c88802900d2 (patch)
tree20308e3cb8b9f1ad901a7455538a3ca692c43f75 /src/ChangeLog
parentc95502be042ba2cc06695fe07f8be56d0495f1d4 (diff)
downloademacs-5a774522830b2e74b4c0eae19f0b3c88802900d2.tar.gz
emacs-5a774522830b2e74b4c0eae19f0b3c88802900d2.zip
(update_syntax_table): Properly reproduce the special +1
setting of e_property at the end of the buffer when bumping into the INTERVALS_AT_ONCE limit.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 66684aac15b..1c8b3a3846c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,17 @@
12005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * syntax.c (update_syntax_table): Properly reproduce the special +1
4 setting of e_property at the end of the buffer when bumping into the
5 INTERVALS_AT_ONCE limit.
6
12005-08-27 Eli Zaretskii <eliz@gnu.org> 72005-08-27 Eli Zaretskii <eliz@gnu.org>
2 8
3 * emacs.c (USAGE1): Fix the description of the -Q option. 9 * emacs.c (USAGE1): Fix the description of the -Q option.
4 10
112005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
14
52005-08-26 Kim F. Storm <storm@cua.dk> 152005-08-26 Kim F. Storm <storm@cua.dk>
6 16
7 * xdisp.c (resize_mini_window): Fix 2005-08-20 change. 17 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
@@ -12,8 +22,8 @@
12 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for 22 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
13 ICONIFY/DEICONIFY_EVENT. 23 ICONIFY/DEICONIFY_EVENT.
14 24
15 * macterm.c (mac_copy_area, mac_copy_area_with_mask): Restore 25 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
16 background color. 26 Restore background color.
17 (mac_handle_visibility_change): New function. 27 (mac_handle_visibility_change): New function.
18 (x_make_frame_invisible, x_iconify_frame) 28 (x_make_frame_invisible, x_iconify_frame)
19 (XTread_socket) [!USE_CARBON_EVENTS]: Use it. 29 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.