diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f86107456e3..5108650871d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 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. |