aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 410a3b15ffb..cd03d1fa186 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12011-04-25 Eli Zaretskii <eliz@gnu.org>
2
3 Improve doprnt and its use in verror. (Bug#8545)
4 * doprnt.c (doprnt): Document the set of format control sequences
5 supported by the function. Use SAFE_ALLOCA instead of always
6 using `alloca'.
7
8 * eval.c (verror): Don't limit the buffer size at size_max-1, that
9 is one byte too soon. Don't use xrealloc; instead xfree and
10 xmalloc anew.
11
12011-04-24 Teodor Zlatanov <tzz@lifelogs.com> 122011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2 13
3 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the 14 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the