aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2009-10-19 05:11:07 +0000
committerDan Nicolaescu2009-10-19 05:11:07 +0000
commitee6bacd40debc7ca7ec95c6f962ae533e8713a02 (patch)
treef437bd8e1cf36429182a86eb581be163acd75c46 /src/ChangeLog
parentd1e4c4037e88f3256db19813805d03f8ad0291fa (diff)
downloademacs-ee6bacd40debc7ca7ec95c6f962ae533e8713a02.tar.gz
emacs-ee6bacd40debc7ca7ec95c6f962ae533e8713a02.zip
* xterm.c:
* xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51c01fbc199..6efec645f78 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12009-10-19 Dan Nicolaescu <dann@ics.uci.edu> 12009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * xterm.c:
4 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5
3 * alloc.c: Do not define struct catchtag. 6 * alloc.c: Do not define struct catchtag.
4 * eval.c: Move struct catchtag definition ... 7 * eval.c: Move struct catchtag definition ...
5 * lisp.h: ... here. 8 * lisp.h: ... here.