aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-08-13 16:20:57 +0200
committerJoakim Verona2011-08-13 16:20:57 +0200
commit8aa09b5b6afe5210ed341754f4addd663dc77151 (patch)
treed9df2f0bf62e9ccf073fdbb953be0fb749a85d99 /src/ChangeLog
parent3637e3bf04cc1e54850a877c6535a075caad7e5e (diff)
parent08fff70c6eab76f935d6827e3fd030ec40457f1d (diff)
downloademacs-8aa09b5b6afe5210ed341754f4addd663dc77151.tar.gz
emacs-8aa09b5b6afe5210ed341754f4addd663dc77151.zip
usptream + doc
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index af9586037d7..5c65159a841 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12011-08-12 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (iterate_out_of_display_property): xassert that
4 IT->position is set to within IT->object's boundaries. Break from
5 the loop as soon as EOB is reached; avoids infloops in redisplay
6 when IT->position is set up wrongly due to some bug. Set
7 IT->current to match the bidi iterator unconditionally.
8 (push_display_prop): Allow GET_FROM_STRING as IT->method on
9 entry. Force push_it to save on the stack the current
10 buffer/string position, to be restored by pop_it. Fix flags in
11 the iterator structure wrt the object coming from a display
12 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
13 properties. (Bug#9284)
14
12011-08-09 Andreas Schwab <schwab@linux-m68k.org> 152011-08-09 Andreas Schwab <schwab@linux-m68k.org>
2 16
3 * fontset.c (fontset_get_font_group): Add proper type checks. 17 * fontset.c (fontset_get_font_group): Add proper type checks.