(gnus-point-at-bol, gnus-point-at-eol): Remove.
[gnus] / lisp / ChangeLog
index af5a34e..01ba6b9 100644 (file)
@@ -1,3 +1,22 @@
+2004-01-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
+       Replace with point-at-{eol,bol} throughout all files.
+
+2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * ntlm.el (ntlm-string-as-unibyte): New macro.
+       (ntlm-build-auth-response): Use it.
+
+       Remove Emacs 20 stuff:
+       * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
+       (butlast, mapc, remove): Remove the compiler macros.
+       * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
+       of delq and copy-sequence.
+       * gnus-art.el (popup-menu): Remove the compiler macro.
+       * nnmail.el (nnmail-split-fancy): Don't support customizing with
+       Emacs 20.
+
 2004-01-05  Simon Josefsson  <jas@extundo.com>
 
        * ntlm.el: Fix namespace.  Change smb-passwd-hash into
@@ -14,6 +33,8 @@
        string-xor into ntlm-string-xor.  Suggested by
        Jesper Harder <harder@myrealbox.com>.
 
+       * ntlm.el: Don't include poem.
+
        * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
        Jesper Harder <harder@myrealbox.com>.