aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-13 17:45:55 -0400
committerGlenn Morris2012-07-13 17:45:55 -0400
commit33d63ff4db56fb6e2fad2ac145031fb7328d16f2 (patch)
tree5d31179e7438a576449b3636796ff53b1d4c03b9 /src/ChangeLog
parent7f5b319886fac0bf379dada4a8c2cbd8dc4fe3c7 (diff)
downloademacs-33d63ff4db56fb6e2fad2ac145031fb7328d16f2.tar.gz
emacs-33d63ff4db56fb6e2fad2ac145031fb7328d16f2.zip
Move SETUP_SLAVE_PTY from src/s to configure
* configure.ac (SETUP_SLAVE_PTY): Move here from src/s. (FIRST_PTY_LETTER, PTY_NAME_SPRINTF): Combine sol2/unixware cases. * src/s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it. * src/s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4a7c481b8b1..9f26c236fed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-13 Glenn Morris <rgm@gnu.org>
2
3 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
4 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
5
12012-07-13 Jan Djärv <jan.h.d@swipnet.se> 62012-07-13 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP. 8 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.