changeset 51934:6c938273685a

New apropos features.
author Kim F. Storm <storm@cua.dk>
date Mon, 14 Jul 2003 22:02:44 +0000
parents 8604d171445a
children 88c812dbb817
files etc/NEWS
diffstat 1 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Jul 14 21:49:02 2003 +0000
+++ b/etc/NEWS	Mon Jul 14 22:02:44 2003 +0000
@@ -148,8 +148,19 @@
 ** M-x view-file and commands that use it now avoid interfering
 with special modes such as Tar mode.
 
-** The apropos commands don't sort by scores unless they show scores.
-The option apropos-show-scores controls both uses of scores.
+** Enhancements to apropos commands:
+
+*** The apropos commands will now accept a list of words to match.
+When more than one word is specified, at least two of those words must
+be present for an item to match.  Regular expression matching is still
+available.
+
+*** The new option `apropos-sort-by-scores' causes the matching items
+to be sorted according to their score.  The score for an item is a
+number calculated to indicate how well the item matches the words or
+regular expression that you entered to the apropos command.  The best
+match is listed first, and the calculated score is shown for each
+matching item.
 
 +++
 ** The old bindings C-M-delete and C-M-backspace have been deleted,