diff options
| author | Dan Nicolaescu | 2009-10-19 05:11:07 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-10-19 05:11:07 +0000 |
| commit | ee6bacd40debc7ca7ec95c6f962ae533e8713a02 (patch) | |
| tree | f437bd8e1cf36429182a86eb581be163acd75c46 /src/ChangeLog | |
| parent | d1e4c4037e88f3256db19813805d03f8ad0291fa (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2009-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. |