comparison src/ChangeLog @ 90785:8c2ef9d5d4a8

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
author Miles Bader <miles@gnu.org>
date Mon, 12 Mar 2007 00:42:43 +0000
parents ec58e5c426ef 720d443bce01
children ca12f314faac
comparison
equal deleted inserted replaced
90784:5d47178d1a18 90785:8c2ef9d5d4a8
1 2007-03-11 Sam Steingold <sds@gnu.org>
2
3 * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop.
4
5 2007-03-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6
7 * macfns.c (Fx_server_vendor): Change vendor string to "Apple Inc.".
8
9 2007-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10
11 * macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore
12 mouse wheel movement on title bar or tool bar.
13
14 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
15
16 * keyboard.c (help_form_saved_window_configs): New var.
17 (read_char_help_form_unwind): New function.
18 (read_char): Don't restore window configuration if a mouse click
19 arrives while the help form is being displayed.
20
21 2007-03-10 Kim F. Storm <storm@cua.dk>
22
23 * xdisp.c (redisplay_window): Don't automatically select a new window
24 start for a contination line during mouse-click.
25
26 2007-03-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
27
28 * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar.
29
30 2007-03-09 Juanma Barranquero <lekktu@gmail.com>
31
32 * keymap.c (Fdescribe_buffer_bindings): Check that BUFFER is valid.
33
34 2007-03-08 Richard Stallman <rms@gnu.org>
35
36 * keyboard.c (syms_of_keyboard): Doc fix.
37
38 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
39
40 * minibuf.c (Ftry_completion): Don't short circuit if
41 completion-ignore-case is non-nil.
42
43 2007-03-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
44
45 * macfns.c (mac_set_scroll_bar_width, mac_frame_parm_handlers):
46 Undo 2006-03-06 changes.
47
48 * macterm.c (XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
49 bar if its width is smaller than that of Aqua small scroll bar.
50
51 2007-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * minibuf.c (read_minibuf): Bind inhibit-read-only a bit longer so as
54 to handle correctly prompts with read-only property.
55
56 2007-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
57
58 * sound.c (wav_play): Check header->data_length to see how much we
59 shall read.
60 (alsa_period_size): Convert ALSA period size in frames to bytes.
61 (alsa_write): Return if frames is zero.
62
63 2007-03-06 Kenichi Handa <handa@m17n.org>
64
65 * xselect.c (Vselection_coding_system): Documentation improved.
66
67 2007-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
68
69 * macterm.c (x_scroll_bar_create, XTread_socket): Replace #if
70 USE_TOOLKIT_SCROLL_BARS with #ifdef USE_TOOLKIT_SCROLL_BARS.
71 (x_set_window_size): Call SET_FRAME_GARBAGED. Clear window if
72 internal border width has changed.
73
74 * macterm.h (struct mac_output): New member `internal_border_width'.
75
76 2007-03-04 Richard Stallman <rms@gnu.org>
77
78 * window.c (Fdisplay_buffer): Doc fix.
79
1 2007-03-03 Glenn Morris <rgm@gnu.org> 80 2007-03-03 Glenn Morris <rgm@gnu.org>
2 81
3 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does 82 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
4 not include -lX11 on Solaris. 83 not include -lX11 on Solaris.
5 84
6 2007-03-02 Stuart D. Herring <herring@lanl.gov> 85 2007-03-02 Stuart D. Herring <herring@lanl.gov>
7 86
8 * keymap.c (Fkey_binding): Don't consider two-element lists as 87 * keymap.c (Fkey_binding): Don't consider one-element lists as events.
9 events.
10 88
11 2007-03-01 Kenichi Handa <handa@m17n.org> 89 2007-03-01 Kenichi Handa <handa@m17n.org>
12 90
13 * process.c (send_process_object): Check the process status and 91 * process.c (send_process_object): Check the process status and
14 signal an error if something is wrong. 92 signal an error if something is wrong.
33 (x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to 111 (x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to
34 scroll bar handle size in order to avoid `scroll backward' problem. 112 scroll bar handle size in order to avoid `scroll backward' problem.
35 (x_scroll_bar_create, XTset_vertical_scroll_bar) 113 (x_scroll_bar_create, XTset_vertical_scroll_bar)
36 [USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle. 114 [USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle.
37 115
38 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New 116 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
39 member `min_handle'. 117 New member `min_handle'.
40 118
41 2007-02-23 Kim F. Storm <storm@cua.dk> 119 2007-02-23 Kim F. Storm <storm@cua.dk>
42 120
43 * print.c (print): Reset print_number_index if Vprint_number_table 121 * print.c (print): Reset print_number_index if Vprint_number_table
44 is nil. 122 is nil.
57 135
58 * macterm.c (mac_display_info_for_display): Remove function. 136 * macterm.c (mac_display_info_for_display): Remove function.
59 (mac_flush_display_optional) [USE_CG_DRAWING]: New function. 137 (mac_flush_display_optional) [USE_CG_DRAWING]: New function.
60 (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for 138 (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for
61 flush_display_optional. 139 flush_display_optional.
62 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press): New 140 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press):
63 argument MOUSE_POS. All uses changed. Set bar->dragging to 141 New argument MOUSE_POS. All uses changed. Set bar->dragging to
64 negative integer if scroll bar handle is pressed. 142 negative integer if scroll bar handle is pressed.
65 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release): Negative 143 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release):
66 bar->dragging means scroll bar handle is not dragged. 144 Negative bar->dragging means scroll bar handle is not dragged.
67 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial 145 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial
68 offset of scroll bar handle from negative bar->dragging. 146 offset of scroll bar handle from negative bar->dragging.
69 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll 147 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll
70 bar click is compared against mapped one. Set down/up_modifier 148 bar click is compared against mapped one. Set down/up_modifier
71 for scroll bar click event with control key. 149 for scroll bar click event with control key.
96 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame 174 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame
97 parameter. 175 parameter.
98 176
99 * w32menu.c (current_popup_menu): Make available globally. 177 * w32menu.c (current_popup_menu): Make available globally.
100 (menubar_selection_callback): Free menu strings before pushing the 178 (menubar_selection_callback): Free menu strings before pushing the
101 menu event into the keyboard buffer. Remove 179 menu event into the keyboard buffer. Remove menu_command_in_progress.
102 menu_command_in_progress.
103 180
104 * w32fns.c (current_popup_menu): Use from w32menu.c. 181 * w32fns.c (current_popup_menu): Use from w32menu.c.
105 (w32_wnd_proc) [WM_EXITMENULOOP, WM_TIMER]: Use menubar_active 182 (w32_wnd_proc) [WM_EXITMENULOOP, WM_TIMER]: Use menubar_active
106 and current_popup_menu to determine whether a menubar menu has 183 and current_popup_menu to determine whether a menubar menu has
107 been cancelled. 184 been cancelled.
367 * macselect.c (Fmac_resume_apple_event): Set error number when 444 * macselect.c (Fmac_resume_apple_event): Set error number when
368 descriptor type of reply is non-null. 445 descriptor type of reply is non-null.
369 446
370 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 447 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
371 448
372 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Use 449 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
373 DisableControl for disabled items. Set default button to first 450 Use DisableControl for disabled items. Set default button to first
374 enabled one. Use icon of application in execution. 451 enabled one. Use icon of application in execution.
375 452
376 2007-01-13 Eli Zaretskii <eliz@gnu.org> 453 2007-01-13 Eli Zaretskii <eliz@gnu.org>
377 454
378 * process.c (Fdelete_process, Fprocess_id, sigchld_handler): 455 * process.c (Fdelete_process, Fprocess_id, sigchld_handler):