aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-06-10 16:08:48 +0000
committerStefan Monnier2008-06-10 16:08:48 +0000
commita1562258dcd1634303dae465232d87c6505d26d1 (patch)
tree914320d89d7de21b7eb0895baea7336fca42dd25 /src/ChangeLog
parent12b139e9a83173b9461e22cc908721b2b3a04245 (diff)
downloademacs-a1562258dcd1634303dae465232d87c6505d26d1.tar.gz
emacs-a1562258dcd1634303dae465232d87c6505d26d1.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a4481d2fab7..23189ad9cf9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,21 +1,21 @@
12008-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
12008-06-10 Kenichi Handa <handa@m17n.org> 72008-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.
9
10 * ftfont.c (ftfont_pattern_entity): Adjusted for the change of
11 font_intern_prop.
12
13 * w32font.c (add_font_name_to_list): Adjusted for
14 the change of font_intern_prop.
15 (w32_enumfont_pattern_entity): Likewise.
16 (w32_registry): Likewise.
17 14
18 * w32uniscribe.c (add_opentype_font_name_to_list): Adjusted for 15 * ftfont.c (ftfont_pattern_entity):
16 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
17 (w32_registry):
18 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
19 the change of font_intern_prop. 19 the change of font_intern_prop.
20 20
212008-06-09 Juanma Barranquero <lekktu@gmail.com> 212008-06-09 Juanma Barranquero <lekktu@gmail.com>
@@ -24,15 +24,15 @@
24 24
252008-06-09 Jason Rumney <jasonr@gnu.org> 252008-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.