aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 40fb601e061..f9ca67e703d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -23,6 +23,16 @@
23 23
24 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long. 24 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
25 25
262011-04-28 Eli Zaretskii <eliz@gnu.org>
27
28 * doprnt.c (doprnt): Don't return value smaller than the buffer
29 size if the message was truncated. (Bug#8545).
30
312011-04-28 Juanma Barranquero <lekktu@gmail.com>
32
33 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
34 (Fx_window_property): #if-0 the whole functions, not just the bodies.
35
262011-04-27 Paul Eggert <eggert@cs.ucla.edu> 362011-04-27 Paul Eggert <eggert@cs.ucla.edu>
27 37
28 * doprnt.c (doprnt): Support "ll" length modifier, for long long. 38 * doprnt.c (doprnt): Support "ll" length modifier, for long long.