aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2001-10-08 22:41:09 +0000
committerAndrew Innes2001-10-08 22:41:09 +0000
commit76ba8dafafca61a90eccf5671e8ec84d5b817acd (patch)
tree787b35e523c3aaa30d478905fef62b01f9689874 /src/ChangeLog
parent152180e34e42cff9082d73954cb676557b60be23 (diff)
downloademacs-76ba8dafafca61a90eccf5671e8ec84d5b817acd.tar.gz
emacs-76ba8dafafca61a90eccf5671e8ec84d5b817acd.zip
Do not undef min and max.
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 978f7ee5a83..fcd316010fa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-10-08 Andrew Innes <andrewi@gnu.org>
2
3 * lisp.h [max]: Undef min and max before redefining them.
4
5 * w32gui.h: Do not undef min and max.
6
7 * w32heap.h: Do not undef min and max.
8
9 * s/ms-w32.h: Do not undef min and max.
10
12001-10-08 Stefan Monnier <monnier@cs.yale.edu> 112001-10-08 Stefan Monnier <monnier@cs.yale.edu>
2 12
3 * xdisp.c (handle_fontified_prop): Don't bind after-change-functions. 13 * xdisp.c (handle_fontified_prop): Don't bind after-change-functions.