comparison lisp/ChangeLog @ 45483:81cb13e7ce4f

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 23 May 2002 10:20:12 +0000
parents 3aa8591a28ff
children 8e25c7fbd1df
comparison
equal deleted inserted replaced
45482:7928b3acfb90 45483:81cb13e7ce4f
1 2002-05-23 Kim F. Storm <storm@cua.dk>
2
3 * apropos.el (apropos-show-scores, apropos-orig-regexp)
4 (apropos-all-regexp, apropos-synonyms, apropos-words)
5 (apropos-all-words): New variables.
6 (aprpos-words-to-regexp, apropos-rewrite-regexp)
7 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
8 (apropos-score-symbol): New functions.
9 (apropos-command, apropos, apropos-value, apropos-documentation):
10 Allow keywords in addition to regexp. Added scoring.
11 (apropos-documentation-check-doc-file)
12 (apropos-documentation-check-elc-file): Added scoring.
13 (apropos-print): Sort according to score.
14
1 2002-05-22 Colin Walters <walters@cis.ohio-state.edu> 15 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
2 16
3 * info.el (Info-mode-hook): Change `font-lock-mode' to 17 * info.el (Info-mode-hook): Change `font-lock-mode' to
4 `turn-on-font-lock'. 18 `turn-on-font-lock'.
5 19