*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 815a1af..4ef2e0d 100644 (file)
@@ -1,3 +1,92 @@
+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
+       produced by TeX.
+
+2003-01-07  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
+       branch.
+
+2003-01-06  Dave Love  <fx@gnu.org>
+
+       * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
+
+       * language/chinese.el ("Chinese-EUC-TW"): New.
+
+2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
+
+2003-01-05  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-repeat): Error if try to repeat search and
+       there was no previous search.
+
+       * dired.el (dired-recursive-deletes): Fix custom type.
+
+       * dabbrev.el (dabbrev--substitute-expansion):
+       Convert all whitespace to single spaces,
+       except when it's carried over from the existing text.
+
+       * simple.el (split-line): Clean up implementation.
+
+       * mail/rmail.el (rmail-font-lock-keywords): Discard code to match both cases.
+       (rmail-variables): Specify case-insensitive matching for font-lock.
+
+2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
+
+       * mail/sendmail.el (mail-font-lock-keywords): Match multiline In-Reply-To and X-*.
+       * mail/rmail.el (rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.
+
+2003-01-05  Mark A. Hershberger  <mah@everybody.org>
+
+       * xml.el (xml-substitute-special): Check for &amp last.
+
+2003-01-05  Dave Love  <fx@gnu.org>
+
+       * buff-menu.el (Buffer-menu-execute): Fix for effect of header
+       line.
+
+2003-01-05  Dave Love  <fx@gnu.org>
+
+       * international/mule-diag.el (non-iso-charset-alist): Add
+       vietnamese-tcvn.
+
+       * international/mule-cmds.el (locale-language-names): Use
+       Croatian, Swedish.
+
+2003-01-05  Andreas Schwab  <schwab@suse.de>
+
+       * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer
+       name.
+
 2003-01-05  Dave Love  <fx@gnu.org>
 
        * language/european.el ("Latin-6", "Croatian"): New.