comparison src/ChangeLog @ 95777:edc51d72cb17

* window.c (Vwindow_point_insertion_type): New var. (set_window_buffer): Use it. (syms_of_window): Init and export it to Lisp. * progmodes/compile.el (compilation-mode): Set window-point-insertion-type. (compilation-filter): Don't use insert-before-markers any more. * emacs-lisp/trace.el (trace-make-advice): Set window-point-insertion-type in the trace buffer. * startup.el (normal-top-level): Set window-point-insertion-type in *Messages*. * net/telnet.el (telnet-mode): Set window-point-insertion-type. (telnet-filter): Don't use insert-before-markers any more. * comint.el (comint-mode): Set window-point-insertion-type. (comint-output-filter): Don't use insert-before-markers any more. * button.el (make-text-button): Allow `start' to be a string.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Jun 2008 16:08:48 +0000
parents d57fdb8fadbf
children a17231a1f8f8
comparison
equal deleted inserted replaced
95776:dc7fbbea402e 95777:edc51d72cb17
1 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.c (Vwindow_point_insertion_type): New var.
4 (set_window_buffer): Use it.
5 (syms_of_window): Init and export it to Lisp.
6
1 2008-06-10 Kenichi Handa <handa@m17n.org> 7 2008-06-10 Kenichi Handa <handa@m17n.org>
2 8
3 * font.h (font_intern_prop): Prototype adjusted. 9 * font.h (font_intern_prop): Prototype adjusted.
4 10
5 * font.c (font_intern_prop): New arg force_symbol. 11 * font.c (font_intern_prop): New arg force_symbol.
6 (font_parse_xlfd): Adjusted for the change of font_intern_prop. 12 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
7 (font_parse_fcname): Likewise. 13 Adjust for the change of font_intern_prop.
8 (font_parse_family_registry): Likewise. 14
9 15 * ftfont.c (ftfont_pattern_entity):
10 * ftfont.c (ftfont_pattern_entity): Adjusted for the change of 16 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
11 font_intern_prop. 17 (w32_registry):
12 18 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
13 * w32font.c (add_font_name_to_list): Adjusted for
14 the change of font_intern_prop. 19 the change of font_intern_prop.
15 (w32_enumfont_pattern_entity): Likewise.
16 (w32_registry): Likewise.
17
18 * w32uniscribe.c (add_opentype_font_name_to_list): Adjusted for
19 the change of font_intern_prop.
20 20
21 2008-06-09 Juanma Barranquero <lekktu@gmail.com> 21 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
22 22
23 * w32menu.c (digest_single_submenu): Declare extern. 23 * w32menu.c (digest_single_submenu): Declare extern.
24 24
25 2008-06-09 Jason Rumney <jasonr@gnu.org> 25 2008-06-09 Jason Rumney <jasonr@gnu.org>
26 26
27 * w32term.c (x_make_frame_visible): Use alternate restore flags. 27 * w32term.c (x_make_frame_visible): Use alternate restore flags.
28 28
29 * w32menu.c (Fx_popup_menu): Unwind protect while building menu. 29 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
30 (parse_single_submenu): Remove. 30 (parse_single_submenu): Remove.
31 (digest_single_submenu): Remove. 31 (digest_single_submenu): Remove.
32 (syms_of_w32menu): Don't initialise variables that have moved 32 (syms_of_w32menu): Don't initialise variables that have moved
33 to menu.c. 33 to menu.c.
34 (set_frame_menubar): Sync with version in xmenu.c. 34 (set_frame_menubar): Sync with version in xmenu.c.
35 (w32_menu_show): Sync with xmenu_show in xmenu.c. 35 (w32_menu_show): Sync with xmenu_show in xmenu.c.
36 36
37 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item): 37 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
38 Make static again. 38 Make static again.
39 39
40 2008-06-09 Jason Rumney <jasonr@gnu.org> 40 2008-06-09 Jason Rumney <jasonr@gnu.org>