*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 1e581ec..4ef2e0d 100644 (file)
@@ -1,3 +1,29 @@
+2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
+
+       * custom.el (custom-autoload, custom-variable-p): New functions.
+
+       * emacs-lisp/autoload.el (make-autoload): Generate
+       custom-autoload for autoloaded defcustoms.
+
+       * help-fns.el (describe-variable): Use custom-variable-p.
+
+       * simple.el (set-variable): Load deps of custom variables without
+       type.
+
+       * cus-edit.el (custom-variable-prompt): Doc change. Use
+       custom-variable-p.
+       (customize-option): Remove search in loaddefs.el.
+       (customize-apropos):  Use custom-variable-p.
+       (custom-save-variables): Use custom-variable-p to detect
+       non-rogue variables.
+
+2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * mail/undigest.el (unforward-rmail-message): Skip all newlines
+       after the initial separator.
+       (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
+       instead of Forwarded-from: and Forwarded-date:.
+
 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
@@ -25,7 +51,7 @@
 
        * dired.el (dired-recursive-deletes): Fix custom type.
 
-       * dabbrev.el (dabbrev--substitute-expansion): 
+       * dabbrev.el (dabbrev--substitute-expansion):
        Convert all whitespace to single spaces,
        except when it's carried over from the existing text.