comparison src/ChangeLog @ 65215:c37b7f6542ec

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 29 Aug 2005 20:49:28 +0000
parents e388d9089476
children ab58be7b1716
comparison
equal deleted inserted replaced
65214:aefa34357e06 65215:c37b7f6542ec
1 2005-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
1 2005-08-27 Eli Zaretskii <eliz@gnu.org> 7 2005-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.
10
11 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
4 14
5 2005-08-26 Kim F. Storm <storm@cua.dk> 15 2005-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.
8 Don't move PT to new window start. 18 Don't move PT to new window start.
10 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 20 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11 21
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.
20 [USE_CARBON_EVENTS] (mac_handle_window_event) 30 [USE_CARBON_EVENTS] (mac_handle_window_event)
21 (install_window_handler): Handle visibilty change events. 31 (install_window_handler): Handle visibilty change events.