summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2008-03-06 00:07:15 +0000
committerKim F. Storm <storm@cua.dk>2008-03-06 00:07:15 +0000
commitcc0e97a4bfafb950e05181da2a96f44d8797f610 (patch)
tree1c9cbfa07daf429c7867ac8b75d2b4e0274eee7b /lisp
parent7e6b9a4a0c7aad2daf6bf5bd182e4d6df4469265 (diff)
downloademacs-cc0e97a4bfafb950e05181da2a96f44d8797f610.tar.gz
(Help Files): Rename view-todo to view-emacs-toto.
Rename describe-project to describe-gnu-project.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e938dc7c9e5..7e154fb8644 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-06 Kim F. Storm <storm@cua.dk>
+
+ * help.el (view-emacs-todo): Rename from view-todo. Change users.
+ (describe-gnu-project): Rename from describe-project. Change users.
+ Define obsolete function aliases for the old names.
+
2008-03-05 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/lisp.el (parens-require-spaces): Doc fix.