comparison lisp/ChangeLog @ 58745:cb83859af19e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Dec 2004 00:27:43 +0000
parents 24090719258d
children 168cca775caf
comparison
equal deleted inserted replaced
58744:5eaafc3a7357 58745:cb83859af19e
1 2004-12-02 Richard M. Stallman <rms@gnu.org>
2
3 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
4 (isearch-mode-map): No special definition for space.
5 (isearch-whitespace-chars): Command deleted.
6 (isearch-forward-regexp): Doc fix.
7 (isearch-quote-char): When a space is not inside brackets,
8 use `[ ]' instead of just space.
9 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10
11 * imenu.el (imenu--generic-function): Delete code to exclude
12 matches in comments.
13
14 * man.el (Man-reverse-face): Change default to `highlight'.
15
16 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
17 (occur-engine): Use `face' prop rather than `font-lock-face'
18 when specifying use of `match-face'.
19 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
20
21 * emacs-lisp/elint.el (elint-standard-variables): Update list.
22
23 * add-log.el (add-log-current-defun): Handle the case where point
24 is in the header part of a DEFUN construct.
25
26 2004-12-02 Dave Love <fx@gnu.org>
27
28 * progmodes/python.el (python-font-lock-syntactic-keywords):
29 Fix previous change.
30
31 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
32
33 * paren.el (show-paren-function): Check for matching chars
34 specified by text props.
35
1 2004-12-02 Jay Belanger <belanger@truman.edu> 36 2004-12-02 Jay Belanger <belanger@truman.edu>
2 37
3 * calc/calc.el (calc-read-key-sequence): Leave the old message visible 38 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
4 when reading a new key sequence. 39 when reading a new key sequence.
5 40
76 111
77 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca> 112 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
78 113
79 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes. 114 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
80 115
116 >>>>>>> 1.6708
81 2004-11-30 Markus Rost <rost@ias.edu> 117 2004-11-30 Markus Rost <rost@ias.edu>
82 118
83 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with 119 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
84 AUCTeX. 120 AUCTeX.
85 121