comparison lisp/ChangeLog @ 58996:0afa87406288

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 16 Dec 2004 13:17:32 +0000
parents 2e946184b557
children fbea361e1fcb
comparison
equal deleted inserted replaced
58995:feb3eb61d019 58996:0afa87406288
1 2004-12-16 Juri Linkov <juri@jurta.org>
2
3 * help.el (function-called-at-point):
4 * help-fns.el (variable-at-point): As a last resort try striping
5 non-word prefixes and suffixes.
6
7 * descr-text.el (describe-property-list): Don't treat syntax-table
8 specially. Use describe-text-sexp which inserts [show] button
9 for large objects and handles printing errors. Sort properties
10 by names in alphabetical order instead of by value sizes.
11 Add `mouse-face' to list of properties for `describe-face' widget.
12 (describe-char): Mask out face-id from 19 bits of character.
13 Print face-id separately.
14
15 * replace.el (occur-accumulate-lines, occur-engine):
16 Fontify unfontified matching lines in the source buffer
17 before copying them.
18 (occur-engine): Don't put mouse-face on context lines.
19 (occur-next-error): Set point to line beginning/end
20 before searching for prev/next property to skip multiple
21 matches on a line (not supported by occur engine).
22 Remove redundant prefix-numeric-value.
23
1 2004-12-15 Juri Linkov <juri@jurta.org> 24 2004-12-15 Juri Linkov <juri@jurta.org>
2 25
3 * replace.el (match): New face. 26 * replace.el (match): New face.
4 (list-matching-lines-face): Change default from `bold' to `match'. 27 (list-matching-lines-face): Change default from `bold' to `match'.
5 28