aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9be77b5d0c..eb17386d56 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-06 Richard M. Stallman <[email protected]>
+
+ * emacs-lisp/find-func.el (find-face-definition):
+ Renamed from find-face.
+
2005-01-06 Kim F. Storm <[email protected]>
* simple.el (completion-list-mode-map): Map follow-link to mouse-face.
@@ -32,6 +37,9 @@
2005-01-05 Richard M. Stallman <[email protected]>
+ * custom.el (custom-set-variables, custom-theme-set-variables):
+ Clarify documentation.
+
* emacs-lisp/find-func.el (find-variable)
(find-variable-other-window, find-variable-other-frame):
Fix the TYPE args to find-function-read and find-function-do-it.