aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-03-02 22:34:47 +0000
committerKim F. Storm2005-03-02 22:34:47 +0000
commitdb2dacf61063fb315bf68420492567afd593f568 (patch)
tree9c84d267a05f43b8401942685e6f52f8189c41e7 /src
parentb8210c6e5ff747e56efa978a99b4ed176d58aa69 (diff)
downloademacs-db2dacf61063fb315bf68420492567afd593f568.tar.gz
emacs-db2dacf61063fb315bf68420492567afd593f568.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 205f7c1de40..e341ac65577 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12005-03-02 Kim F. Storm <storm@cua.dk> 12005-03-02 Kim F. Storm <storm@cua.dk>
2 2
3 * dispextern.h (XASSERTS): Define to 0 if not already defined.
4 (xassert) [!XASSERTS]: Define dummy version.
5
62005-03-02 Kim F. Storm <storm@cua.dk>
7
3 * xdisp.c (redisplay_window): YABX (yet another bogus xassert). 8 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
4 Reported by David Kastrup. 9 Reported by David Kastrup.
5 10