diff options
| author | Dmitry Antipov | 2014-07-03 22:12:41 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-03 22:12:41 +0400 |
| commit | af8ee9ca886f2863716f209a51ef9c547a8aecc9 (patch) | |
| tree | bdcee2605717f1bd7fdd2e1f2381a9ef545d5f1e /src/ChangeLog | |
| parent | 046d53d46e0b619d5504bad92ab9e7c98a7b1c61 (diff) | |
| download | emacs-af8ee9ca886f2863716f209a51ef9c547a8aecc9.tar.gz emacs-af8ee9ca886f2863716f209a51ef9c547a8aecc9.zip | |
On MS-Windows, display busy cursor on all GUI frames.
This is similar to what we have on X. Quickly tested by Dani Moncayo.
* w32fns.c (toplevel): Remove hourglass_hwnd; no longer used.
(w32_show_hourglass, w32_hide_hourglass, w32_note_current_window):
Likewise.
(hide_hourglass, show_hourglass): Redesign to match X counterparts.
* xdisp.c (start_hourglass): Remove Windows-specific bits.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7fb620fc533..cbb89300cad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2014-07-03 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2014-07-03 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | On MS-Windows, display busy cursor on all GUI frames. | ||
| 4 | This is similar to what we have on X. Quickly tested by Dani Moncayo. | ||
| 5 | * w32fns.c (toplevel): Remove hourglass_hwnd; no longer used. | ||
| 6 | (w32_show_hourglass, w32_hide_hourglass, w32_note_current_window): | ||
| 7 | Likewise. | ||
| 8 | (hide_hourglass, show_hourglass): Redesign to match X counterparts. | ||
| 9 | * xdisp.c (start_hourglass): Remove Windows-specific bits. | ||
| 10 | |||
| 11 | 2014-07-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 12 | |||
| 3 | Use convenient alists to manage per-frame font driver-specific data. | 13 | Use convenient alists to manage per-frame font driver-specific data. |
| 4 | * frame.h (struct frame): Rename font_data_list to... | 14 | * frame.h (struct frame): Rename font_data_list to... |
| 5 | [HAVE_XFT || HAVE_FREETYPE]: ... font_data, which is a Lisp_Object now. | 15 | [HAVE_XFT || HAVE_FREETYPE]: ... font_data, which is a Lisp_Object now. |