aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-25 10:01:39 +0400
committerDmitry Antipov2014-07-25 10:01:39 +0400
commit88cd403ca7cc46d9ffcf9ec3564f5526d931e113 (patch)
tree3e88a28a35b16e38891eebd40b791d434af125ff /src/ChangeLog
parent934eeab5ff5d3dbe233f8fd1acd698b401aee44c (diff)
downloademacs-88cd403ca7cc46d9ffcf9ec3564f5526d931e113.tar.gz
emacs-88cd403ca7cc46d9ffcf9ec3564f5526d931e113.zip
Move hourglass machinery to RIF.
* dispextern.h (struct redisplay_interface): New members show_hourglass and hide_hourglass. Indent comments. (show_hourglass, hide_hourglass): Remove prototypes. * nsterm.m (show_hourgass, hide_hourglass): Refactor to ... (ns_show_hourglass, ns_hide_hourglass): ... new no-ops. (ns_redisplay_interface): Add them. * w32fns.c (show_hourglass, hide_hourglass): Refactor to ... * w32term.c (w32_show_hourglass, w32_hide_hourglass): ... these. (w32_arrow_cursor): New function to hack around non-GUI frames. (w32_redisplay_interface): Add new functions. * w32term.h (w32_arror_cursor): Add prototype. * xdisp.c (show_hourglass): New function, refactored out from platform-dependend code. (cancel_hourglass): Now call to RIF function. * xfns.c (show_hourglass, hide_hourglass): Refactor to ... * xterm.c (x_show_hourglass, x_hide_hourglass): ... these. (x_redisplay_interface): Add new functions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5ef9cedf28..2fc559531ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12014-07-25 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Move hourglass machinery to RIF.
4 * dispextern.h (struct redisplay_interface): New members
5 show_hourglass and hide_hourglass. Indent comments.
6 (show_hourglass, hide_hourglass): Remove prototypes.
7 * nsterm.m (show_hourgass, hide_hourglass): Refactor to ...
8 (ns_show_hourglass, ns_hide_hourglass): ... new no-ops.
9 (ns_redisplay_interface): Add them.
10 * w32fns.c (show_hourglass, hide_hourglass): Refactor to ...
11 * w32term.c (w32_show_hourglass, w32_hide_hourglass): ... these.
12 (w32_arrow_cursor): New function to hack around non-GUI frames.
13 (w32_redisplay_interface): Add new functions.
14 * w32term.h (w32_arror_cursor): Add prototype.
15 * xdisp.c (show_hourglass): New function, refactored out from
16 platform-dependend code.
17 (cancel_hourglass): Now call to RIF function.
18 * xfns.c (show_hourglass, hide_hourglass): Refactor to ...
19 * xterm.c (x_show_hourglass, x_hide_hourglass): ... these.
20 (x_redisplay_interface): Add new functions.
21
12014-07-24 Dmitry Antipov <dmantipov@yandex.ru> 222014-07-24 Dmitry Antipov <dmantipov@yandex.ru>
2 23
3 Fix error reported by Angelo Graziosi <angelo.graziosi@alice.it> in 24 Fix error reported by Angelo Graziosi <angelo.graziosi@alice.it> in