aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2005-01-22 15:54:04 +0000
committerSteven Tamm2005-01-22 15:54:04 +0000
commitd9e7c622607bc74214ad5f9aa0eaa64d7a4eba55 (patch)
treea0d4b82e7cdc64801379e5ae3431b9eff6785e73 /src/ChangeLog
parent3d4d788a38060b1bb2435a57876d4065eb005b5b (diff)
downloademacs-d9e7c622607bc74214ad5f9aa0eaa64d7a4eba55.tar.gz
emacs-d9e7c622607bc74214ad5f9aa0eaa64d7a4eba55.zip
* s/darwin.h: Removed PTY_ITERATION from here.
(DARWIN): Defined. * process.c (init_process): Default process-connection-type to nil on darwin 6 or less, t if it is 7 or higher. This way the broken pty behavior is still allowed on darwin 6 for interactive processes for people that know what they are doing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00f8e15aff2..8cf79218c3e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12005-01-22 Steven Tamm <steventamm@mac.com>
2
3 * s/darwin.h: Removed PTY_ITERATION from here.
4 (DARWIN): Defined.
5 * process.c (init_process): Default process-connection-type to
6 nil on darwin 6 or less, t if it is 7 or higher. This way the
7 broken pty behavior is still allowed on darwin 6 for interactive
8 processes for people that know what they are doing.
9
12005-01-22 Kim F. Storm <storm@cua.dk> 102005-01-22 Kim F. Storm <storm@cua.dk>
2 11
3 * window.c (auto_window_vscroll_p): New boolean. 12 * window.c (auto_window_vscroll_p): New boolean.