aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-07-03 11:07:02 +0000
committerJan Djärv2009-07-03 11:07:02 +0000
commite044e4fcd50c4db40c9efb40dd395bace59f287b (patch)
treeb5bae9d80138aba8501ad0d4cbb56cce5492dd09 /src/ChangeLog
parent2e9b968b289df9e1237d21253c8057789fb33808 (diff)
downloademacs-e044e4fcd50c4db40c9efb40dd395bace59f287b.tar.gz
emacs-e044e4fcd50c4db40c9efb40dd395bace59f287b.zip
* xterm.h (struct x_display_info): Add invisible_cursor.
(struct x_output): Add current_cursor. * xterm.c (XTtoggle_invisible_pointer): New function. (x_define_frame_cursor): Don't define cursor if invisible or the same as before. Set current_cursor. (x_create_terminal): Set toggle_invisible_pointer_hook. * xfns.c (make_invisible_cursor): New function. (x_set_mouse_color): Call make_invisible_cursor. Set current_cursor. (x_window): Set current_cursor. * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook. * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after inserting a character. (read_avail_input): Call frame_make_pointer_visible. * frame.c (Vmake_pointer_invisible): New variable. (frame_make_pointer_invisible, frame_make_pointer_visible): New functions. (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt. * frame.h: Declare frame_make_pointer_invisible and frame_make_pointer_visible. (struct frame): Add pointer_invisible. * cus-start.el (all): Added make-pointer-invisible.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 52764078844..5f852a75496 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,33 @@
12009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.h (struct x_display_info): Add invisible_cursor.
4 (struct x_output): Add current_cursor.
5
6 * xterm.c (XTtoggle_invisible_pointer): New function.
7 (x_define_frame_cursor): Don't define cursor if invisible or the
8 same as before. Set current_cursor.
9 (x_create_terminal): Set toggle_invisible_pointer_hook.
10
11 * xfns.c (make_invisible_cursor): New function.
12 (x_set_mouse_color): Call make_invisible_cursor.
13 Set current_cursor.
14 (x_window): Set current_cursor.
15
16 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
17
18 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
19 inserting a character.
20 (read_avail_input): Call frame_make_pointer_visible.
21
22 * frame.c (Vmake_pointer_invisible): New variable.
23 (frame_make_pointer_invisible, frame_make_pointer_visible): New
24 functions.
25 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
26
27 * frame.h: Declare frame_make_pointer_invisible and
28 frame_make_pointer_visible.
29 (struct frame): Add pointer_invisible.
30
12009-07-02 Jan Djärv <jan.h.d@swipnet.se> 312009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2 32
3 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the 33 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the