aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-07-22 20:42:43 +0300
committerEli Zaretskii2011-07-22 20:42:43 +0300
commitb2d0c91afda345844c6e4b647b1b0fd6faac6875 (patch)
tree8347429550e923b3af42f5d63cbbde380d86dad0 /src/ChangeLog
parenta9901f61c7bb3e602645baec7b705c44f3c87929 (diff)
downloademacs-b2d0c91afda345844c6e4b647b1b0fd6faac6875.tar.gz
emacs-b2d0c91afda345844c6e4b647b1b0fd6faac6875.zip
Fix bug #9149 with mouse highlight of empty lines.
src/xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object is an integer, which is important for empty lines.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 65cd07df0ae..0b06e5bf2c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-07-22 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
4 is an integer, which is important for empty lines. (Bug#9149)
5
12011-07-22 Chong Yidong <cyd@stupidchicken.com> 62011-07-22 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * frame.c (Fmodify_frame_parameters): In tty case, update the 8 * frame.c (Fmodify_frame_parameters): In tty case, update the