changeset 68143:3466a3a9a181

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 12 Jan 2006 02:35:05 +0000
parents 7864e29d620b
children 7429d61c0c66
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 12 02:33:20 2006 +0000
+++ b/lisp/ChangeLog	Thu Jan 12 02:35:05 2006 +0000
@@ -1,3 +1,15 @@
+2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
+	(custom-variable-menu, custom-face-menu, custom-group-menu)
+	(Custom-mode-menu): Change names of menu items.  (As discussed on
+	emacs-devel.)
+	(custom-face-menu): Add "Undo Edits" item.
+
+	* startup.el (init-file-user): defcustom -> defvar.
+
+	* tooltip.el (tooltip-mode): Doc fix.
+
 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* reveal.el (reveal-post-command): window-buffer signals an error on
--- a/man/ChangeLog	Thu Jan 12 02:33:20 2006 +0000
+++ b/man/ChangeLog	Thu Jan 12 02:35:05 2006 +0000
@@ -1,3 +1,8 @@
+2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* custom.texi (Changing a Variable, Face Customization): Update
+	for changes in Custom menus.
+
 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
@@ -40,7 +45,7 @@
 
 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
 
-	* org.texi: (Agenda Views): Chapter reorganized.
+	* org.texi (Agenda Views): Chapter reorganized.
 
 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>