Mercurial > emacs
annotate etc/schema/xhtml.rnc @ 103704:6a4e411bd83b
* 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.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 03 Jul 2009 11:07:02 +0000 |
parents | 55a95acb5aa1 |
children |
rev | line source |
---|---|
86361 | 1 # XHTML |
2 | |
3 # This corresponds to the union of transitional and frameset. | |
4 | |
5 default namespace = "http://www.w3.org/1999/xhtml" | |
6 | |
7 include "xhtml-datatypes.rnc" | |
8 include "xhtml-attribs.rnc" | |
9 # include "xhtml-struct.rnc" | |
10 include "xhtml-frames.rnc" | |
11 include "xhtml-text.rnc" | |
12 include "xhtml-hypertext.rnc" | |
87296
288134f0441f
Renamed xhtml-list.rnc to xhtml-lst.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87294
diff
changeset
|
13 include "xhtml-lst.rnc" |
86361 | 14 include "xhtml-image.rnc" |
15 include "xhtml-ssismap.rnc" | |
16 include "xhtml-base.rnc" | |
17 include "xhtml-link.rnc" | |
18 include "xhtml-meta.rnc" | |
19 include "xhtml-param.rnc" | |
20 include "xhtml-object.rnc" | |
21 include "xhtml-bdo.rnc" | |
22 include "xhtml-pres.rnc" | |
23 include "xhtml-edit.rnc" | |
24 include "xhtml-applet.rnc" | |
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
25 # include "xhtml-bform.rnc" |
86361 | 26 include "xhtml-form.rnc" |
87298
55a95acb5aa1
Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87297
diff
changeset
|
27 include "xhtml-xstyle.rnc" |
86361 | 28 include "xhtml-script.rnc" |
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
29 # include "xhtml-btable.rnc" |
86361 | 30 include "xhtml-table.rnc" |
31 include "xhtml-csismap.rnc" | |
32 include "xhtml-events.rnc" | |
33 include "xhtml-inlstyle.rnc" | |
87297
947277b5370c
Renamed xhtml-target.rnc to xhtml-tgt.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87296
diff
changeset
|
34 include "xhtml-tgt.rnc" |
86361 | 35 include "xhtml-iframe.rnc" |
36 include "xhtml-nameident.rnc" | |
37 include "xhtml-legacy.rnc" |