X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=01ba6b97de4853214066ef2632dafc8c5a1c4eda;hb=a77dd35f2d1dc13eb88e5b153d4c03b83f7eb2c7;hp=af5a34eff315480c16f97d6072e8d9854618a29f;hpb=099b95de1712551a867c9a895d42cdafbd3d5506;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af5a34eff..01ba6b97d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2004-01-05 Jesper Harder + + * 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 + + * 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 * ntlm.el: Fix namespace. Change smb-passwd-hash into @@ -14,6 +33,8 @@ string-xor into ntlm-string-xor. Suggested by Jesper Harder . + * ntlm.el: Don't include poem. + * md4.el (print-int32, print-string-hexa): Remove. Suggested by Jesper Harder .