Mercurial > emacs
comparison lisp/ChangeLog @ 59370:32c6082ebc9f
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 05 Jan 2005 01:10:24 +0000 |
parents | 147cb3c3959b |
children | 634d7564a9e8 |
comparison
equal
deleted
inserted
replaced
59369:7c06e308c354 | 59370:32c6082ebc9f |
---|---|
1 2005-01-04 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * cus-face.el (custom-declare-face): | |
4 Record defface in current-load-list. | |
5 | |
6 * help-fns.el (variable-at-point): New arg ANY-SYMBOL. | |
7 | |
8 * emacs-lisp/find-func.el: Doc fixes. | |
9 (find-face-regexp): New variable. | |
10 (find-function-regexp-alist): New variable. | |
11 (find-function-C-source): Third arg is now TYPE. | |
12 (find-function-search-for-symbol): Handle general TYPE. | |
13 (find-function-read, find-function-do-it): Handle general TYPE. | |
14 (find-definition-noselect, find-face): New functions. | |
15 (function-at-point): Alias deleted. | |
16 | |
1 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca> | 17 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 18 |
3 * battery.el (display-battery-mode): Rename from display-battery. | 19 * battery.el (display-battery-mode): Rename from display-battery. |
4 Handle the case where it gets turned off. | 20 Handle the case where it gets turned off. |
5 | 21 |