changeset 30511:2ac427297d38

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 27 Jul 2000 15:51:12 +0000
parents 4a2abe231277
children 28cc44c6c08c
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Jul 27 15:44:20 2000 +0000
+++ b/etc/NEWS	Thu Jul 27 15:51:12 2000 +0000
@@ -1322,6 +1322,8 @@
 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
 (Display-related features are described in a page of their own below.)
 
+** The function `delete' now also works on vectors and strings.
+
 ** The meaning of the `:weakness WEAK' argument of make-hash-table
 has been changed.
 
--- a/lisp/ChangeLog	Thu Jul 27 15:44:20 2000 +0000
+++ b/lisp/ChangeLog	Thu Jul 27 15:51:12 2000 +0000
@@ -1,5 +1,13 @@
 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
 
+	* midnight.el (clean-buffer-list-kill-never-regexps): Correctly
+	escape `*' in regexps.
+	(midnight-find): Reverse order of arguments in the funcall of
+	TEST.
+
+	* bindings.el (completion-ignored-extensions): Add `.la', `.lo',
+	and `.class'.
+
 	* play/meese.el: Add Commentary section.
 
 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
@@ -59,7 +67,6 @@
 	interpretation of the return value of compare-strings.
 
 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
->>>>>>> 1.883
 
 	* isearch.el (isearch-resume): New function.
 	(isearch-done): Add something to command-history to resume
--- a/src/ChangeLog	Thu Jul 27 15:44:20 2000 +0000
+++ b/src/ChangeLog	Thu Jul 27 15:51:12 2000 +0000
@@ -13,6 +13,9 @@
 
 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
 
+	* fns.c (Fdelete): Make it work on vectors and strings in addition
+	to lists.
+
 	* fns.c (Qkey_or_value, Qkey_and_value): New variables.
 	(syms_of_fns): Initialize new variables.
 	(sweep_weak_table): Handle weakness `key-or-value' and
@@ -57,7 +60,7 @@
 2000-07-26  Sam Steingold  <sds@gnu.org>
 
 	* editfns.c (lisp_time_argument): Added third argument `usec'.
-	(Ffloat_time): new built-in Lisp function.
+	(Ffloat_time): New built-in Lisp function.
 
 2000-07-26  Gerd Moellmann  <gerd@gnu.org>