aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.