Mercurial > emacs
comparison src/ChangeLog @ 76369:488516b0de0a
(read_minibuf): Bind inhibit-read-only a bit longer so as
to handle correctly prompts with read-only property.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 07 Mar 2007 02:13:26 +0000 |
parents | 33f4741e3f74 |
children | bab2ae813694 |
comparison
equal
deleted
inserted
replaced
76368:33f4741e3f74 | 76369:488516b0de0a |
---|---|
1 2007-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * minibuf.c (read_minibuf): Bind inhibit-read-only a bit longer so as | |
4 to handle correctly prompts with read-only property. | |
5 | |
1 2007-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 2007-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 7 |
3 * sound.c (wav_play): Check header->data_length to see how much we | 8 * sound.c (wav_play): Check header->data_length to see how much we |
4 shall read. | 9 shall read. |
5 (alsa_period_size): Convert ALSA period size in frames to bytes. | 10 (alsa_period_size): Convert ALSA period size in frames to bytes. |
27 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does | 32 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does |
28 not include -lX11 on Solaris. | 33 not include -lX11 on Solaris. |
29 | 34 |
30 2007-03-02 Stuart D. Herring <herring@lanl.gov> | 35 2007-03-02 Stuart D. Herring <herring@lanl.gov> |
31 | 36 |
32 * keymap.c (Fkey_binding): Don't consider one-element lists as | 37 * keymap.c (Fkey_binding): Don't consider one-element lists as events. |
33 events. | |
34 | 38 |
35 2007-03-01 Kenichi Handa <handa@m17n.org> | 39 2007-03-01 Kenichi Handa <handa@m17n.org> |
36 | 40 |
37 * process.c (send_process_object): Check the process status and | 41 * process.c (send_process_object): Check the process status and |
38 signal an error if something is wrong. | 42 signal an error if something is wrong. |
57 (x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to | 61 (x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to |
58 scroll bar handle size in order to avoid `scroll backward' problem. | 62 scroll bar handle size in order to avoid `scroll backward' problem. |
59 (x_scroll_bar_create, XTset_vertical_scroll_bar) | 63 (x_scroll_bar_create, XTset_vertical_scroll_bar) |
60 [USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle. | 64 [USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle. |
61 | 65 |
62 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New | 66 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: |
63 member `min_handle'. | 67 New member `min_handle'. |
64 | 68 |
65 2007-02-23 Kim F. Storm <storm@cua.dk> | 69 2007-02-23 Kim F. Storm <storm@cua.dk> |
66 | 70 |
67 * print.c (print): Reset print_number_index if Vprint_number_table | 71 * print.c (print): Reset print_number_index if Vprint_number_table |
68 is nil. | 72 is nil. |
81 | 85 |
82 * macterm.c (mac_display_info_for_display): Remove function. | 86 * macterm.c (mac_display_info_for_display): Remove function. |
83 (mac_flush_display_optional) [USE_CG_DRAWING]: New function. | 87 (mac_flush_display_optional) [USE_CG_DRAWING]: New function. |
84 (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for | 88 (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for |
85 flush_display_optional. | 89 flush_display_optional. |
86 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press): New | 90 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press): |
87 argument MOUSE_POS. All uses changed. Set bar->dragging to | 91 New argument MOUSE_POS. All uses changed. Set bar->dragging to |
88 negative integer if scroll bar handle is pressed. | 92 negative integer if scroll bar handle is pressed. |
89 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release): Negative | 93 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release): |
90 bar->dragging means scroll bar handle is not dragged. | 94 Negative bar->dragging means scroll bar handle is not dragged. |
91 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial | 95 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial |
92 offset of scroll bar handle from negative bar->dragging. | 96 offset of scroll bar handle from negative bar->dragging. |
93 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll | 97 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll |
94 bar click is compared against mapped one. Set down/up_modifier | 98 bar click is compared against mapped one. Set down/up_modifier |
95 for scroll bar click event with control key. | 99 for scroll bar click event with control key. |
120 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame | 124 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame |
121 parameter. | 125 parameter. |
122 | 126 |
123 * w32menu.c (current_popup_menu): Make available globally. | 127 * w32menu.c (current_popup_menu): Make available globally. |
124 (menubar_selection_callback): Free menu strings before pushing the | 128 (menubar_selection_callback): Free menu strings before pushing the |
125 menu event into the keyboard buffer. Remove | 129 menu event into the keyboard buffer. Remove menu_command_in_progress. |
126 menu_command_in_progress. | |
127 | 130 |
128 * w32fns.c (current_popup_menu): Use from w32menu.c. | 131 * w32fns.c (current_popup_menu): Use from w32menu.c. |
129 (w32_wnd_proc) [WM_EXITMENULOOP, WM_TIMER]: Use menubar_active | 132 (w32_wnd_proc) [WM_EXITMENULOOP, WM_TIMER]: Use menubar_active |
130 and current_popup_menu to determine whether a menubar menu has | 133 and current_popup_menu to determine whether a menubar menu has |
131 been cancelled. | 134 been cancelled. |
391 * macselect.c (Fmac_resume_apple_event): Set error number when | 394 * macselect.c (Fmac_resume_apple_event): Set error number when |
392 descriptor type of reply is non-null. | 395 descriptor type of reply is non-null. |
393 | 396 |
394 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 397 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
395 | 398 |
396 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Use | 399 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: |
397 DisableControl for disabled items. Set default button to first | 400 Use DisableControl for disabled items. Set default button to first |
398 enabled one. Use icon of application in execution. | 401 enabled one. Use icon of application in execution. |
399 | 402 |
400 2007-01-13 Eli Zaretskii <eliz@gnu.org> | 403 2007-01-13 Eli Zaretskii <eliz@gnu.org> |
401 | 404 |
402 * process.c (Fdelete_process, Fprocess_id, sigchld_handler): | 405 * process.c (Fdelete_process, Fprocess_id, sigchld_handler): |