aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-08-30 12:07:52 +0000
committerKim F. Storm2002-08-30 12:07:52 +0000
commitc76654a23a60e3b5ddccfe9ea813e1dc7cf7bf89 (patch)
treef2b916e39c8cbc0c7ffde5da36fcfd65bc570ac1 /src/ChangeLog
parentf0c8e81d17e8c7b3989ab82be9a88872f99f894d (diff)
downloademacs-c76654a23a60e3b5ddccfe9ea813e1dc7cf7bf89.tar.gz
emacs-c76654a23a60e3b5ddccfe9ea813e1dc7cf7bf89.zip
(Qbar, Qbox): Removed.
(syms_of_macfns): Don't intern or staticpro them.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index baea03c5363..4b15b68aa4f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -37,7 +37,9 @@
37 37
38 * macfns.c (x_specified_cursor_type): Removed. 38 * macfns.c (x_specified_cursor_type): Removed.
39 (x_set_cursor_type): Use set_frame_cursor_types. 39 (x_set_cursor_type): Use set_frame_cursor_types.
40 40 (Qbar, Qbox): Removed.
41 (syms_of_macfns): Don't intern or staticpro them.
42
41 * macterm.c (x_specified_cursor_type): Remove prototype. 43 * macterm.c (x_specified_cursor_type): Remove prototype.
42 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH. 44 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
43 (x_display_and_set_cursor): Use get_window_cursor_type. 45 (x_display_and_set_cursor): Use get_window_cursor_type.