aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-25 09:39:39 -0700
committerPaul Eggert2011-07-25 09:39:39 -0700
commit2eb1f9e6a50ae13ada9a019e42fb6969f935454f (patch)
tree9ad114a0d57389ad2d4812f6f75a247de8856fe7 /src/ChangeLog
parent2238127283d703f38765f9b3f6a64f799d18e9e5 (diff)
downloademacs-2eb1f9e6a50ae13ada9a019e42fb6969f935454f.tar.gz
emacs-2eb1f9e6a50ae13ada9a019e42fb6969f935454f.zip
* bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
Found by GCC static checking and --with-wide-int on a 32-bit host.
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 b3d2f64bcc7..3fc8067e114 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-07-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
4 Found by GCC static checking and --with-wide-int on a 32-bit host.
5
12011-07-25 Eli Zaretskii <eliz@gnu.org> 62011-07-25 Eli Zaretskii <eliz@gnu.org>
2 7
3 * xdisp.c (compute_display_string_pos): Fix logic of caching 8 * xdisp.c (compute_display_string_pos): Fix logic of caching