aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-03-20 18:54:57 +0100
committerJoakim Verona2012-03-20 18:54:57 +0100
commitb827329a89291ed68dd017c53976be7ce5ed3b22 (patch)
treea020a2c4bd3e27be292cfab0973aa85cb0c0c52a /src/ChangeLog
parent28d5f38df4f3b2f2cd9bc36494b3c0d8034c6f6b (diff)
parentf0bcceb9955d5aef6a131a86c4f74cc3e6e4c9ec (diff)
downloademacs-b827329a89291ed68dd017c53976be7ce5ed3b22.tar.gz
emacs-b827329a89291ed68dd017c53976be7ce5ed3b22.zip
upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1ec148b30c8..ae8835478a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12012-03-20 Chong Yidong <cyd@gnu.org>
2
3 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
4 to reflect default non-nil value of redisplay-dont-pause.
5
62012-03-19 Kenichi Handa <handa@m17n.org>
7
8 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
9 it fit in a valid range (Bug#11003).
10
112012-03-18 Eli Zaretskii <eliz@gnu.org>
12
13 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
14 that is not from display property, accept the row as a "cursor
15 row" if one of the string's character has a non-nil `cursor'
16 property. Fixes cursor positioning when there are newlines in
17 overlay strings, e.g. in icomplete.el. (Bug#11035)
18
12012-03-12 Paul Eggert <eggert@cs.ucla.edu> 192012-03-12 Paul Eggert <eggert@cs.ucla.edu>
2 20
3 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830). 21 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).