aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2005-01-20 18:13:48 +0000
committerSteven Tamm2005-01-20 18:13:48 +0000
commita15252fdfb18b102d25c3c90e866036073a1c3de (patch)
tree4526fc8bbd1572becbf0ce4b595380353ddd31a5 /src/ChangeLog
parentb059de99a9a3ad624d9652287ca24826609e0f37 (diff)
downloademacs-a15252fdfb18b102d25c3c90e866036073a1c3de.tar.gz
emacs-a15252fdfb18b102d25c3c90e866036073a1c3de.zip
* editfns.c (Voperating_system_release): Added.
(init_editfns): Assign new variable operating-system-release based on call to uname if available. (get_operating_system_release): Added function to allow c-level access to operating system release. * config.h: Regenerated. * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less. (MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for using ptys as '7'. * term/mac-win.el (process-connection-type): Removed. Controlled now by s/darwin.h:PTY_ITERATION.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d69409965f1..4b33af4bc4a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12005-01-20 Steven Tamm <steventamm@mac.com>
2
3 * editfns.c (Voperating_system_release): Added.
4 (init_editfns): Assign new variable operating-system-release
5 based on call to uname if available.
6 (get_operating_system_release): Added function to
7 allow c-level access to operating system release.
8
9 * config.h: Regenerated.
10
11 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
12 less.
13 (MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
14 using ptys as '7'.
15
12005-01-20 Kim F. Storm <storm@cua.dk> 162005-01-20 Kim F. Storm <storm@cua.dk>
2 17
3 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean. 18 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.