aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2005-02-04 22:11:43 +0000
committerAndreas Schwab2005-02-04 22:11:43 +0000
commita9eedf40f42d795a80474b94d5a589084775b5c3 (patch)
tree3ee34bed0a89310b62b4681ea511232f188c3c3e /lib-src/ChangeLog
parente67d06eb0d71b8d769b467a8cea28aa8d761a906 (diff)
downloademacs-a9eedf40f42d795a80474b94d5a589084775b5c3.tar.gz
emacs-a9eedf40f42d795a80474b94d5a589084775b5c3.zip
(fatal): Accept third parameter and pass down to
error. (pfatal_with_name): Pass error string as format parameter instead of as part of format string. (pfatal_and_delete): Likewise. (main): Adjust call to fatal. (xmalloc): Likewise.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 503a8bead04..4ffa38482cf 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,13 @@
12005-02-04 Andreas Schwab <schwab@suse.de>
2
3 * movemail.c (fatal): Accept third parameter and pass down to
4 error.
5 (pfatal_with_name): Pass error string as format parameter instead
6 of as part of format string.
7 (pfatal_and_delete): Likewise.
8 (main): Adjust call to fatal.
9 (xmalloc): Likewise.
10
12005-01-29 Richard M. Stallman <rms@gnu.org> 112005-01-29 Richard M. Stallman <rms@gnu.org>
2 12
3 * movemail.c (popmail): Don't use Errmsg as format string. 13 * movemail.c (popmail): Don't use Errmsg as format string.