emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 23 May 2002 16:20:58 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3932 emacs/lisp/ChangeLog:1.3933
*** emacs/lisp/ChangeLog:1.3932 Thu May 23 06:20:12 2002
--- emacs/lisp/ChangeLog        Thu May 23 16:20:57 2002
***************
*** 1,5 ****
--- 1,12 ----
  2002-05-23  Kim F. Storm  <address@hidden>
  
+       * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
+       (apropos-false-hit-str, apropos-true-hit-doc): New functions.
+       (apropos-command, apropos-value, apropos-documentation-internal)
+       (apropos-documentation-check-doc-file)
+       (apropos-documentation-check-elc-file): Use them to filter out
+       false matches where only one keyword matches, but more than once.
+       
        * apropos.el (apropos-show-scores, apropos-orig-regexp)
        (apropos-all-regexp, apropos-synonyms, apropos-words)
        (apropos-all-words): New variables.
***************
*** 11,17 ****
        (apropos-documentation-check-doc-file)
        (apropos-documentation-check-elc-file): Added scoring.
        (apropos-print): Sort according to score.
!       
  2002-05-22  Colin Walters  <address@hidden>
  
        * info.el (Info-mode-hook): Change `font-lock-mode' to
--- 18,24 ----
        (apropos-documentation-check-doc-file)
        (apropos-documentation-check-elc-file): Added scoring.
        (apropos-print): Sort according to score.
! 
  2002-05-22  Colin Walters  <address@hidden>
  
        * info.el (Info-mode-hook): Change `font-lock-mode' to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]