aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-27 15:51:12 +0000
committerGerd Moellmann2000-07-27 15:51:12 +0000
commit3ab82477c72d2f00012b0d07d0e08abbdf56b842 (patch)
tree378827073b8d1c7f65433621802a812783711163 /src/ChangeLog
parente517f19dd4e3896a7ba60fc5f330b7499891282b (diff)
downloademacs-3ab82477c72d2f00012b0d07d0e08abbdf56b842.tar.gz
emacs-3ab82477c72d2f00012b0d07d0e08abbdf56b842.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e2e4422fedd..7b9bcbbb4f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -13,6 +13,9 @@
13 13
142000-07-27 Gerd Moellmann <gerd@gnu.org> 142000-07-27 Gerd Moellmann <gerd@gnu.org>
15 15
16 * fns.c (Fdelete): Make it work on vectors and strings in addition
17 to lists.
18
16 * fns.c (Qkey_or_value, Qkey_and_value): New variables. 19 * fns.c (Qkey_or_value, Qkey_and_value): New variables.
17 (syms_of_fns): Initialize new variables. 20 (syms_of_fns): Initialize new variables.
18 (sweep_weak_table): Handle weakness `key-or-value' and 21 (sweep_weak_table): Handle weakness `key-or-value' and
@@ -57,7 +60,7 @@
572000-07-26 Sam Steingold <sds@gnu.org> 602000-07-26 Sam Steingold <sds@gnu.org>
58 61
59 * editfns.c (lisp_time_argument): Added third argument `usec'. 62 * editfns.c (lisp_time_argument): Added third argument `usec'.
60 (Ffloat_time): new built-in Lisp function. 63 (Ffloat_time): New built-in Lisp function.
61 64
622000-07-26 Gerd Moellmann <gerd@gnu.org> 652000-07-26 Gerd Moellmann <gerd@gnu.org>
63 66