comparison src/ChangeLog.1 @ 108561:23f4cd23ea89

merge trunk
author Kenichi Handa <handa@etlken>
date Fri, 14 May 2010 13:15:58 +0900
parents 0eb2f9d5e474
children 417b1e4d63cd
comparison
equal deleted inserted replaced
108552:03ab6621f67d 108561:23f4cd23ea89
1185 * xdisp.c: 1185 * xdisp.c:
1186 (display_text_line): Set minibuf_prompt_width if display the 1186 (display_text_line): Set minibuf_prompt_width if display the
1187 prompt. 1187 prompt.
1188 (various): Pass window being displayed as arg to vmotion. 1188 (various): Pass window being displayed as arg to vmotion.
1189 (various): Compute starting-hpos arg to compute_motion 1189 (various): Compute starting-hpos arg to compute_motion
1190 using minibuf_prompt_width if in minibuf starting at top. 1190 using minibuf_prompt_width if in minibuf starting at top.
1191 1191
1192 * window.c (Fdisplay_buffer & callers): 1192 * window.c (Fdisplay_buffer & callers):
1193 Take second arg, non-nil means do not use selected window 1193 Take second arg, non-nil means do not use selected window
1194 even if that already contains specified buffer. 1194 even if that already contains specified buffer.
1195 1195
1643 1643
1644 * sysdep.c (select): 1644 * sysdep.c (select):
1645 Use signal, not sigset, since we simulate signal on 1645 Use signal, not sigset, since we simulate signal on
1646 all system versions when nec. 1646 all system versions when nec.
1647 1647
1648 * buffer.c (syms_of_buffer, init_buffer_once, 1648 * buffer.c (syms_of_buffer, init_buffer_once)
1649 reset_buffer_local_variables): 1649 (reset_buffer_local_variables):
1650 Define default-abbrev-mode, and init new buffers' abbrev-mode 1650 Define default-abbrev-mode, and init new buffers' abbrev-mode
1651 from it. Move definition of abbrev-mode here from abbrev.c. 1651 from it. Move definition of abbrev-mode here from abbrev.c.
1652 1652
1653 * print.c (Fmessage): 1653 * print.c (Fmessage):
1654 Simplify it by using `message' to do the output. 1654 Simplify it by using `message' to do the output.
2859 initial-contents arg. read-input now a synonym for read-string. 2859 initial-contents arg. read-input now a synonym for read-string.
2860 2860
2861 * keymap.c, callint.c, minibuf.c, fns.c, commands.h: 2861 * keymap.c, callint.c, minibuf.c, fns.c, commands.h:
2862 Rename MinbufLocalMap to Vminibuffer_local_map, etc. 2862 Rename MinbufLocalMap to Vminibuffer_local_map, etc.
2863 Rename minibuf-local-{,-ns,-completion,must-match}map, 2863 Rename minibuf-local-{,-ns,-completion,must-match}map,
2864 and DefLispVar them (document even!). 2864 and DefLispVar them (document even!).
2865 => New lisp variables minibuffer-local-map, minibuffer-local-ns-map, 2865 => New lisp variables minibuffer-local-map, minibuffer-local-ns-map,
2866 minibuffer-local-completion-map, minibuffer-local-must-match-map. 2866 minibuffer-local-completion-map, minibuffer-local-must-match-map.
2867 2867
2868 1985-06-12 Richard M. Stallman (rms@mit-prep) 2868 1985-06-12 Richard M. Stallman (rms@mit-prep)
2869 2869