aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2002-05-22 19:37:56 +0000
committerJason Rumney2002-05-22 19:37:56 +0000
commit17456df15cfd5d40e835dd71bb0b4168e9453cc5 (patch)
treed384481a41929e71cf2a9d8f73362b9ceb108726 /src/ChangeLog
parent6a6ab7b654d36311e83952fb03f2f5a80545ce20 (diff)
downloademacs-17456df15cfd5d40e835dd71bb0b4168e9453cc5.tar.gz
emacs-17456df15cfd5d40e835dd71bb0b4168e9453cc5.zip
(x_draw_bar_cursor): New argument KIND; callers changed.
Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6cd3d78d23b..eb8ea4f5751 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12002-05-22 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
4 Lisp_Object.
5 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
6 Use modified enumfont_t struct.
7
8 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
9
10 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
11 Handle the `hbar' cursor type.
12 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
13
14 * w32fns.c (Qhbar): New variable.
15 (x_specified_cursor_type): Use it.
16
12002-05-21 Ken Raeburn <raeburn@gnu.org> 172002-05-21 Ken Raeburn <raeburn@gnu.org>
2 18
3 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for 19 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for