aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBen Key2011-02-23 15:41:43 -0500
committerChong Yidong2011-02-23 15:41:43 -0500
commit2c6584e8174f9ea276d0fae13e1a5f7d29f61d53 (patch)
tree0afb405fc8fd952bce58e78f3884ded1b580c36b /src/ChangeLog
parent53cfe624fc93b0f8aea0747f4d3493881404e77f (diff)
downloademacs-2c6584e8174f9ea276d0fae13e1a5f7d29f61d53.tar.gz
emacs-2c6584e8174f9ea276d0fae13e1a5f7d29f61d53.zip
Fix handling of bar cursors in NS terminal.
* nsterm.m (ns_draw_window_cursor): Obey the cursor_width argument directly, for bar cursors. * xdisp.c (set_frame_cursor_types): Don't write an undefined value into the frame's cursor_width.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d22e15c3b3..ea1510b33db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12011-02-23 Ben Key <bkey76@gmail.com> (tiny change)
2
3 * nsterm.m (ns_draw_window_cursor): Obey the cursor_width argument
4 directly, for bar cursors.
5
62011-02-23 Chong Yidong <cyd@stupidchicken.com>
7
8 * xdisp.c (set_frame_cursor_types): Don't write an undefined value
9 into the frame's cursor_width.
10
12011-02-23 Stefan Monnier <monnier@iro.umontreal.ca> 112011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * print.c (print_object): Never print old-style backquotes. 13 * print.c (print_object): Never print old-style backquotes.