aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2009-10-19 05:13:31 +0000
committerDan Nicolaescu2009-10-19 05:13:31 +0000
commit019d2c4c58da1284eb2e27ebe56f65e46b3beec0 (patch)
tree601e03a47c9140b0cae685191289bfb3dd0afb08 /src/ChangeLog
parentee6bacd40debc7ca7ec95c6f962ae533e8713a02 (diff)
downloademacs-019d2c4c58da1284eb2e27ebe56f65e46b3beec0.tar.gz
emacs-019d2c4c58da1284eb2e27ebe56f65e46b3beec0.zip
* process.c (create_pty): Remove conditionals for no longer
supported systems: UNIPLUS and RTU.
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 6efec645f78..97f27d0d14c 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 * process.c (create_pty): Remove conditionals for no longer
4 supported systems: UNIPLUS and RTU.
5
3 * xterm.c: 6 * xterm.c:
4 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5. 7 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5 8