aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-21 15:22:34 -0800
committerPaul Eggert2011-02-21 15:22:34 -0800
commitba01e9d785457898d873d6c8ec8bc1965fe4ff28 (patch)
tree99a3172a81506b150c963135ce1d264034222265 /lib-src/ChangeLog
parent08c690977a76a2a899bfe42056e9ae3a7efebcb3 (diff)
downloademacs-ba01e9d785457898d873d6c8ec8bc1965fe4ff28.tar.gz
emacs-ba01e9d785457898d873d6c8ec8bc1965fe4ff28.zip
[ChangeLog]
* lib/min-max.h: New file, for "min" and "max". [lib-src/ChangeLog] New file "lib/min-max.h". * ebrowse.c (min, max): Define them by including <min-max.h> instead of defining it ourselves. * pop.c (min): Likewise.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c598164c575..81c6e6fe9b4 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,10 @@
12011-02-21 Paul Eggert <eggert@cs.ucla.edu> 12011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 New file "lib/min-max.h".
4 * ebrowse.c (min, max): Define them by including <min-max.h>
5 instead of defining it ourselves.
6 * pop.c (min): Likewise.
7
3 * movemail.c (popmail): Report fchown failure instead of ignoring it. 8 * movemail.c (popmail): Report fchown failure instead of ignoring it.
4 But if the file already has the right ownership, don't worry about it. 9 But if the file already has the right ownership, don't worry about it.
5 10