# HG changeset patch # User Richard M. Stallman # Date 1102033663 0 # Node ID cb83859af19ea22c5cd5ea3a97aa6bed9eeef887 # Parent 5eaafc3a7357da88573b4476a1b9483c5d4fe0ca *** empty log message *** diff -r 5eaafc3a7357 -r cb83859af19e lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 03 00:27:11 2004 +0000 +++ b/lisp/ChangeLog Fri Dec 03 00:27:43 2004 +0000 @@ -1,3 +1,38 @@ +2004-12-02 Richard M. Stallman + + * isearch.el (search-whitespace-regexp): Remove the group. Doc fix. + (isearch-mode-map): No special definition for space. + (isearch-whitespace-chars): Command deleted. + (isearch-forward-regexp): Doc fix. + (isearch-quote-char): When a space is not inside brackets, + use `[ ]' instead of just space. + (isearch-lazy-highlight-search): Bind search-spaces-regexp. + + * imenu.el (imenu--generic-function): Delete code to exclude + matches in comments. + + * man.el (Man-reverse-face): Change default to `highlight'. + + * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine. + (occur-engine): Use `face' prop rather than `font-lock-face' + when specifying use of `match-face'. + (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS. + + * emacs-lisp/elint.el (elint-standard-variables): Update list. + + * add-log.el (add-log-current-defun): Handle the case where point + is in the header part of a DEFUN construct. + +2004-12-02 Dave Love + + * progmodes/python.el (python-font-lock-syntactic-keywords): + Fix previous change. + +2004-12-02 Richard G Bielawski (tiny change) + + * paren.el (show-paren-function): Check for matching chars + specified by text props. + 2004-12-02 Jay Belanger * calc/calc.el (calc-read-key-sequence): Leave the old message visible @@ -78,6 +113,7 @@ * man.el (Man-fontify-manpage): Improve handling of ANSI escapes. +>>>>>>> 1.6708 2004-11-30 Markus Rost * textmodes/tex-mode.el (tex-main-file): Add a compatibility with