aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-29 11:48:24 -0700
committerPaul Eggert2011-08-29 11:48:24 -0700
commitc57b67fcf07e10378fbb11cf8c6aecded43d1736 (patch)
tree47dbbc3b37d35f4b8b0a2c039a1b04bb36d8410b /src/ChangeLog
parentc21721cc3953732047ffdfe268764898f089f74b (diff)
downloademacs-c57b67fcf07e10378fbb11cf8c6aecded43d1736.tar.gz
emacs-c57b67fcf07e10378fbb11cf8c6aecded43d1736.zip
* fontset.c (num_auto_fontsets): Now printmax_t, not int.
(fontset_from_font): Print it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f94f9c4632f..a1af6127635 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -49,6 +49,9 @@
49 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not 49 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
50 sprintf, in case result does not fit in int. 50 sprintf, in case result does not fit in int.
51 51
52 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
53 (fontset_from_font): Print it.
54
522011-08-26 Paul Eggert <eggert@cs.ucla.edu> 552011-08-26 Paul Eggert <eggert@cs.ucla.edu>
53 56
54 Integer and memory overflow issues (Bug#9196). 57 Integer and memory overflow issues (Bug#9196).