comparison etc/NEWS @ 70935:6095a182eaad

Remove KEEP-ALL argument of `read-from-minibuffer'.
author Juri Linkov <juri@jurta.org>
date Thu, 25 May 2006 21:53:31 +0000
parents ea33fa838697
children b7bf7b5a50ea
comparison
equal deleted inserted replaced
70934:cdec03107c4f 70935:6095a182eaad
757 it remains unchanged. 757 it remains unchanged.
758 758
759 +++ 759 +++
760 *** New user option `history-delete-duplicates'. 760 *** New user option `history-delete-duplicates'.
761 If set to t when adding a new history element, all previous identical 761 If set to t when adding a new history element, all previous identical
762 elements are deleted. 762 elements are deleted from the history list.
763 763
764 ** Redisplay changes: 764 ** Redisplay changes:
765 765
766 +++ 766 +++
767 *** The mode line position information now comes before the major mode. 767 *** The mode line position information now comes before the major mode.
4346 defaults to the current buffer. 4346 defaults to the current buffer.
4347 4347
4348 +++ 4348 +++
4349 *** New function `minibuffer-selected-window' returns the window which 4349 *** New function `minibuffer-selected-window' returns the window which
4350 was selected when entering the minibuffer. 4350 was selected when entering the minibuffer.
4351
4352 +++
4353 *** `read-from-minibuffer' now accepts an additional argument KEEP-ALL
4354 saying to put all inputs in the history list, even empty ones.
4355 4351
4356 +++ 4352 +++
4357 *** The `read-file-name' function now takes an additional argument which 4353 *** The `read-file-name' function now takes an additional argument which
4358 specifies a predicate which the file name read must satisfy. The 4354 specifies a predicate which the file name read must satisfy. The
4359 new variable `read-file-name-predicate' contains the predicate argument 4355 new variable `read-file-name-predicate' contains the predicate argument