aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-02-02 10:53:20 -0500
committerStefan Monnier2011-02-02 10:53:20 -0500
commitaca092acca790a33da095cacda454c788e8b554d (patch)
treea59c33bdbf6f2604d6ddf15949163ce26246e096 /src/ChangeLog
parent2d871302f49717b9396fcfe34550b69d00551557 (diff)
downloademacs-aca092acca790a33da095cacda454c788e8b554d.tar.gz
emacs-aca092acca790a33da095cacda454c788e8b554d.zip
* src/editfns.c (save_restriction_restore): Don't forget to invalidate the
current_column cache. Fixes: debbugs:7946
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 8bc84675c92..a665fd73047 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * editfns.c (save_restriction_restore): Don't forget to invalidate the
4 current_column cache (bug#7946).
5
12011-02-02 Kenichi Handa <handa@m17n.org> 62011-02-02 Kenichi Handa <handa@m17n.org>
2 7
3 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined. 8 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined.