From 5ef6fa7be1b2919a4c10c99c10619f401864d0c5 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 17 Jun 2008 02:33:12 +0000 Subject: [PATCH] Remove unneeded Gnus ChangeLog entries Remove entries in lisp/gnus/ChangeLog* which described changes to dgnushack.el, lpath.el, or Makefile.in, which are not part of the Emacs source tree Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1245 --- lisp/gnus/ChangeLog | 19 --- lisp/gnus/ChangeLog.1 | 18 --- lisp/gnus/ChangeLog.2 | 289 +----------------------------------------- 3 files changed, 2 insertions(+), 324 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ffe56dc742f..0ee4dd87518 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,11 +1,3 @@ -2008-06-16 Katsumi Yamaoka - - * dgnushack.el: Autoload get-display-table and put-display-table for - XEmacs 21.5. - - * lpath.el: Fbind get-display-table and put-display-table for XEmacs - 21.4 and SXEmacs. - 2008-06-15 David Engster * nnimap.el (nnimap-request-delete-group): Unselect group if necessary. @@ -5701,11 +5693,6 @@ * gmm-utils.el (gmm): Add :version. -2006-01-26 Katsumi Yamaoka - - * Makefile.in (clean): New rule. - (distclean): Use it. - 2006-01-26 Steve Youngs * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't @@ -6576,12 +6563,6 @@ * message.el (message-make-expires-date): New function. -2005-10-04 Katsumi Yamaoka - - * Makefile.in (list-installed-shadows): New entry. - (install): Use it. - (remove-installed-shadows): New entry. - 2005-10-02 Katsumi Yamaoka * time-date.el: Autoload parse-time-string, XEmacs needs it. diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index c5c85802908..fbdd09bdfe5 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 @@ -248,8 +248,6 @@ 1998-08-27 Lars Magne Ingebrigtsen - * Makefile.in (warn): New. - * gnus.el: Removed unreferenced bound variables all over. * gnus-group.el (gnus-update-group-mark-positions): Removed topic. @@ -3254,8 +3252,6 @@ 1997-10-12 Lars Magne Ingebrigtsen - * dgnushack.el (lpath): Reversed. - * gnus-msg.el (gnus-summary-cancel-article): Use sym prefix. * gnus-art.el (article-translate-characters): New function. @@ -3416,17 +3412,12 @@ (gnus-nocem-check-article): Use it. (gnus-nocem-issuers): Dox ofx. - * dgnushack.el (dgnushack-compile): Check for cus-edit. - * message.el (message-included-forward-headers): Include Mime headers. (message-send): Allow posting without confirming from Agent. 1997-09-22 Lars Magne Ingebrigtsen - * dgnushack.el (byte-compile-warnings): Don't warn about obsolete - variables. - * gnus-sum.el (gnus-summary-refer-thread): New command and keystroke. (gnus-summary-limit-include-thread): New command and keystroke. @@ -3475,8 +3466,6 @@ (gnus-draft-send): Ditto. (gnus-draft-setup): Don't save buffer. - * dgnushack.el (dgnushack-compile): Warn people about Custom. - * gnus-group.el (gnus-group-iterate): Use gensymmed variables. * pop3.el (pop3-md5): `with-temp-buffer' doesn't exist in Emacs @@ -3487,8 +3476,6 @@ * message.el: Autoloaded nndraft things. (message-set-auto-save-file-name): Use it. - * dgnushack.el (dgnushack-compile): Warn about things. - * gnus-art.el: Autoload w3-region. * gnus-vm.el (gnus-summary-save-in-vm): Simplified. @@ -3586,11 +3573,6 @@ * gnus.el: Quassia Gnus v0.6 is released. -1997-08-17 SL Baur - - * dgnushack.el (dgnushack-compile): Ignore .el files beginning - with an `=' character. - 1997-09-17 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-build-sparse-threads): Allow display of looped diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index e72e733aeb6..f74f8d634d9 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 @@ -214,12 +214,6 @@ * mml1991.el (mml1991-pgg-sign): Use unibyte when re-encoding. -2003-12-26 Katsumi Yamaoka - - * dgnushack.el: Add an advice to byte-optimize-form-code-walker to - avoid the warning ``...called for effect'' for the pop form when - running Emacs 21.3. - 2003-12-26 Jesper Harder * mm-bodies.el (mm-body-encoding): Don't use 7bit if the body @@ -230,19 +224,8 @@ * mml1991.el (mml1991-pgg-sign): Encode and decode according to CTE header. Don't insert gpg output as unibyte. -2003-12-25 Katsumi Yamaoka - - * lpath.el: Remove display-time-event-handler and open-ssl-stream; - add delete-extent for Emacs; rearrange bindings assuming w3 may - not be available and XEmacs without the file-coding feature may be - used. - -2003-12-24 Katsumi Yamaoka - - * dgnushack.el (dgnushack-compile): Increase the value for - max-specpdl-size when compiling Gnus with Emacs 20. - 2003-12-22 Kevin Greiner + * gnus-int.el (gnus-open-server): Fixed the server status such that an agentized server, when opened offline, has a status of offline. Also fixes bug whereby the agent's backend was called @@ -668,11 +651,8 @@ * gnus-art.el (article-hide-boring-headers): Don't hide Reply-To unless its list of addresses is identical to From. -2003-11-25 Katsumi Yamaoka - - * dgnushack.el (mapc): Add the compiler macro for Emacs 20. - 2003-11-24 Kevin Greiner + * gnus-srvr.el (gnus-server-insert-server-line): The server names used in gnus-agent are different (for example, the native server uses the alias "native") from the names in gnus-srvr. @@ -1045,15 +1025,6 @@ * spam.el (spam-move-spam-nonspam-groups-only): Documentation fix for the variable. -2003-10-25 Steve Youngs - - * Makefile.in (clean-some): Remove auto-autoloads.* and - custom-load.* as well. - (distclean): Ditto. - - * dgnushack.el (dgnushack-make-load): Add a local vars section to - the dummy gnus-load.el. - 2003-10-24 Teodor Zlatanov * spam.el (spam-ham-copy-or-move-routine): Do not delete if copy @@ -1069,18 +1040,6 @@ by ARISAWA Akihiro . (nndoc-dissect-buffer): Don't miss even-numbered articles. -2003-10-24 Steve Youngs - - * dgnushack.el (dgnushack-gnus-load-file): Set to - "auto-autoloads.el" if building with XEmacs. - (dgnushack-cus-load-file): Set to "custom-load.el" if building - with XEmacs. - (dgnushack-make-cus-load): We don't delete the resulting file if - building with XEmacs so byte-compile it. - (dgnushack-make-load): When building with XEmacs do nothing except - byte-compile the autoload file and create a dummy gnus-load.el - file. - 2003-10-23 Katsumi Yamaoka * message.el (message-make-fqdn): Bind case-fold-search. @@ -2272,10 +2231,6 @@ * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and end of region. -2003-05-28 Jesper Harder - - * lpath.el: Add put-char-table and get-char-table. - 2003-05-28 Teodor Zlatanov * gnus-registry.el (gnus-registry-dirty): Flag for modified registry. @@ -2311,10 +2266,6 @@ * gnus-sum.el (gnus-summary-move-article): Don't copy expirable marks if the destination group is not auto-expirable. -2003-05-14 Katsumi Yamaoka - - * dgnushack.el (assq-delete-all): Removed the compiler macro. - 2003-05-14 Kevin Greiner * gnus-agent.el (gnus-agentize): Updated documentation to match @@ -2338,9 +2289,6 @@ * rfc2047.el (rfc2047-syntax-table): Funcall. - * lpath.el ((featurep 'xemacs)): Added set-char-table-range. - ((featurep 'xemacs)): No, don't. - * rfc2047.el (rfc2047-encodable-p): Use the header charset. * gnus-sum.el (gnus-summary-reselect-current-group): Supply @@ -2375,18 +2323,6 @@ * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering since none of the other image things do. -2003-05-13 Katsumi Yamaoka - - * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20. - -2003-05-12 Katsumi Yamaoka - - * lpath.el: Fbind find-coding-system. - - * dgnushack.el (dgnushack-make-load): Remove redundant format call - in message. Suggested by Yoichi NAKAYAMA . - * pop3.el (pop3-movemail): Ditto. - 2003-05-12 Colin Marquardt (tiny change) * gnus.el (gnus-agent): Docstring fix. @@ -2731,10 +2667,6 @@ * gnus.el: Oort Gnus v0.24 is released. -2003-05-01 Lars Magne Ingebrigtsen - - * dgnushack.el (when): Check whether defadvice is fbound. - 2003-05-01 Teodor Zlatanov * gnus-registry.el (gnus-registry-unregistered-group-regex): @@ -2764,10 +2696,6 @@ * message.el (message-forward-subject-name-subject): Decode string when forwarding. -2003-05-01 Oystein Viggen - - * dgnushack.el (when): Add defadvice. - 2003-05-01 Lars Magne Ingebrigtsen * gnus.el (gnus-version-number): Bump. @@ -2833,10 +2761,6 @@ 2003-05-01 Steve Youngs - * lpath.el: Add a section for non-Mule XEmacsen. - fbind `find-charset-string' and `coding-system-base' in that - section. - * gnus-util.el (gnus-completing-read-maybe-default): New. (gnus-completing-read): Use it. @@ -2893,14 +2817,6 @@ * gnus-int.el (gnus-open-server): Restructured to only open nnagent when gnus-plugged is nil. -2003-04-30 Katsumi Yamaoka - - * lpath.el: Fbind string-to-multibyte. - -2003-04-30 Steve Youngs - - * dgnushack.el: Add some missing autoloads for XEmacs 21.1. - 2003-04-29 Teodor Zlatanov * gnus-registry.el (gnus-registry-fetch-group): Faster. @@ -2972,10 +2888,6 @@ (gnus-article-goto-prev-page): Revert 2003-02-12 change to make gnus-pick-mode work. -2003-04-28 Steve Youngs - - * Makefile.in (FLAGS): Use @FLAGS@. - 2003-04-27 Reiner Steib * gnus-art.el (gnus-mime-display-multipart-as-mixed) @@ -2983,11 +2895,6 @@ (gnus-mime-display-multipart-related-as-mixed): Added doc-strings, allow customization. -2003-04-27 Kevin Greiner - - * dgnushack.el (dgnushack-compile-verbosely): New function. - Not currently called (See source for explanation). - 2003-04-27 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. @@ -3123,11 +3030,6 @@ * mm-bodies.el (mm-decode-body): Don't override supplied charset. -2003-04-23 Katsumi Yamaoka - - * dgnushack.el (merge, copy-list): Remove compiler macros. - (butlast): Add a compiler macro. - 2003-04-22 Paul Jarc * gnus-util.el (gnus-merge): Added "type" argument to match CL @@ -3231,18 +3133,6 @@ 2003-04-17 Steve Youngs - * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in - process.el in XEmacsen >= 21.5. - -2003-04-17 Steve Youngs - - * dgnushack.el: Add a whole swag of autoloads and defaliases to - satisfy the byte-compiler when building with XEmacs. - - * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp' - and 'w3-meta-charset-content-type-regexp' in XEmacs. The upstream - W3 doesn't have these. - * mailcap.el: Maybe require 'lpr in XEmacs. 2003-04-16 Simon Josefsson @@ -3446,8 +3336,6 @@ nil. (message-hide-headers): Narrow to headers. - * lpath.el (featurep): Bind Info-directory, Info-menu. - 2003-04-12 Jesper Harder * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be @@ -3644,10 +3532,6 @@ unsafe. (pgg-temporary-file-directory): Remove. -2003-04-02 Katsumi Yamaoka - - * lpath.el: Fbind Info-directory and Info-menu. - 2003-04-02 Reiner Steib * gnus-util.el (gnus-message): Added doc-string. @@ -3788,12 +3672,6 @@ * gnus-art.el (article-decode-group-name): Be correct instead of smart. -2003-03-27 Katsumi Yamaoka - - * lpath.el: Bind url-current-object for Emacs; bind - gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream - for both Emacsen. - 2003-03-27 Jesper Harder * gnus-sum.el (gnus-article-loose-mime) @@ -3906,8 +3784,6 @@ * message.el (message-split-line): Ignore error. - * lpath.el (split-line): Avoid split-line warning message. - 2003-03-20 Kim F. Storm * message.el (message-split-line): New function. @@ -4054,9 +3930,6 @@ * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind w3m-display-inline-images. - * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map - regardless of an Emacs flavor. - 2003-03-18 Lars Magne Ingebrigtsen * gnus.el (gnus-version-number): Bump. @@ -4065,10 +3938,6 @@ * gnus.el: Oort Gnus v0.16 is released. -2003-03-18 Lars Magne Ingebrigtsen - - * lpath.el (featurep): Bind mm-w3m-mode-map. - 2003-03-17 Paul Jarc * nnmail.el (nnmail-cache-primary-mail-backend): Not all @@ -5994,8 +5863,6 @@ * spam.el: Fixed the BBDB autoloads again, using bbdb-search-simple now (which is not a macro, thank god). - * lpath.el (bbdb-search): Removed function from maybe-fbind list. - * gnus.el (ham-process-destination): Added new parameter for destination of ham articles found in spam groups at summary exit. @@ -6026,10 +5893,6 @@ * nnmail.el (nnmail-expiry-target-group): Request group, create it not successful. -2003-01-08 Katsumi Yamaoka - - * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs. - 2003-01-07 Teodor Zlatanov * spam.el (spam-check-ifile): Fixed the spam-ifile-all-categories @@ -6103,9 +5966,6 @@ * spam.el: Removed unnecessary condition-case for loading bbdb-com.el. - * lpath.el (bbdb-search): Added BBDB functions for a better way to - fix missing functions. - * spam.el (spam-check-ifile): If should be an unless. * spam.el: Define 'ignore alias for spam-BBDB-register-routine, @@ -6400,8 +6260,6 @@ 2003-01-02 Jesper Harder - * lpath.el: Add url-http-file-exists-p. - * gnus-group.el (gnus-group-fetch-charter): Use http://TLH.news-admin.org/charters/GROUPNAME as a fallback. @@ -6822,8 +6680,6 @@ 2002-12-17 Jesper Harder - * lpath.el: Add tool-bar-local-item-from-menu. - * message.el (message-tool-bar-local-item-from-menu): New function. (message-tool-bar-map): Use it. @@ -7372,8 +7228,6 @@ * mm-view.el (mm-w3m-local-map-property): Make it work with older versions of emacs-w3m than 1.3.3. - * lpath.el: Bind w3m-minor-mode-map. - * mm-view.el (mm-w3m-mode-command-alist) (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed. (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs. @@ -7457,10 +7311,6 @@ (gnus-agent-save-fetched-headers): New functions, for remembering which headers have been fetched before. -2002-10-23 Katsumi Yamaoka - - * lpath.el: Remove useless bindings. - 2002-10-22 Jesper Harder * gnus-sum.el (gnus-summary-execute-command): Disable visual @@ -7477,8 +7327,6 @@ 2002-10-22 Katsumi Yamaoka - * lpath.el: Fbind bbdb-records. - * spam.el: Don't autoload bbdb-records. 2002-10-22 Katsumi Yamaoka @@ -8405,9 +8253,6 @@ * gnus-util.el (gnus-frame-or-window-display-name): New function. - * lpath.el: Fbind `frame-parameter', `make-frame-on-display', - `device-connection' and `dfw-device'. - 2002-08-22 Jochen Hein (tiny change) * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false @@ -8426,8 +8271,6 @@ * gnus-util.el (gnus-select-frame-set-input-focus): New function. - * lpath.el: Fbind w32-focus-frame and x-focus-frame. - 2002-08-20 小関 吉則 (KOSEKI Yoshinori) . * message.el (message-set-auto-save-file-name): Add support for @@ -8515,10 +8358,6 @@ * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc. -2002-08-06 ShengHuo ZHU - - * dgnushack.el (merge): Don't use coerce. - 2002-05-27 Jesper Harder * mailcap.el (mailcap-mime-data): Test window-system rather than @@ -8745,12 +8584,6 @@ * gnus-delay.el (gnus-delay-send-queue): Delete the delay header before sending. Suggested by Jan Rychter. -2002-06-18 Katsumi Yamaoka - - * dgnushack.el (remove): New compiler macro. - (last, coerce, subseq): Remove compiler macros for those built-in - or unused functions. - 2002-06-17 Simon Josefsson * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make @@ -9067,10 +8900,6 @@ * gnus.el: Oort Gnus v0.06 is released. -2002-05-01 Lars Magne Ingebrigtsen - - * lpath.el: Bind url-package-version. - 2002-05-01 Simon Josefsson * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk @@ -9382,10 +9211,6 @@ * dns.el (query-dns): Test. -2002-03-31 Lars Magne Ingebrigtsen - - * lpath.el (featurep): Bind make-network-process. - 2002-03-31 Paul Jarc * nnmaildir.el: Use defstruct. Use a single copy of @@ -9659,8 +9484,6 @@ * gnus-agent.el (gnus-agent-fetch-session): Ditto. - * dgnushack.el (dgnushack-make-load): Ditto. - * mail-source.el (mail-source-fetch): Extract the right error code. @@ -10407,9 +10230,6 @@ * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to emacs-w3m in doc-string. - * lpath.el: Bind `w3m-cid-retrieve-function-alist' and - `w3m-current-buffer'. - 2002-01-27 TSUCHIYA Masatoshi * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs. @@ -10515,10 +10335,6 @@ * gnus-agent.el (gnus-agent-save-alist): Optimized. -2002-01-25 Katsumi Yamaoka - - * dgnushack.el: Commented out the experimental code. - 2002-01-25 Lars Magne Ingebrigtsen * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one @@ -10548,9 +10364,6 @@ 2002-01-25 Katsumi Yamaoka - * lpath.el: Fbind `w3m-charset-to-coding-system'; bind - `w3m-meta-content-type-charset-regexp'. - * mm-view.el (mm-inline-text-html-render-with-w3m): Decode charset-encoded html contents. @@ -10565,8 +10378,6 @@ 2002-01-24 Katsumi Yamaoka - * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'. - * mm-decode.el (mm-inline-text-html-renderer): New user option. (mm-inline-media-tests): Test whether the value of `mm-inline-text-html-renderer' is a function for text/html. @@ -10580,10 +10391,6 @@ (mm-inline-text): Funcall `mm-inline-text-html-renderer' for text/html. -2002-01-23 Paul Jarc - - * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir. - 2002-01-23 Katsumi Yamaoka * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read' @@ -10658,11 +10465,6 @@ (gnus-article-wash-function): New variable. (gnus-article-wash-html-with-w3m): New function. -2002-01-20 Bj,Avrn Torkelsson - - * dgnushack.el (dgnushack-compile): Compile smiley-ems for - XEmacs. - 2002-01-20 John H. Palmieri * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard @@ -11759,8 +11561,6 @@ * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself. - * lpath.el ((featurep 'xemacs)): fbind url function. - * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not buffer. (gnus-xmas-remove-image): Implementation that does something. @@ -11993,7 +11793,6 @@ (sha1-region): Use it. (sha1-string): Ditto. - * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs. * gnus-picon.el: Less warnings when compile. 2001-12-29 Lars Magne Ingebrigtsen @@ -12358,9 +12157,6 @@ 2001-12-06 01:00:00 ShengHuo ZHU - * dgnushack.el (dgnushack-compile): nnrss.el and - nnslashdot.el don't depend on nnweb, url, w3. - * nnrss.el: Use mm-url. 2001-12-06 00:00:00 ShengHuo ZHU @@ -12391,8 +12187,6 @@ * pop3.el (pop3-munge-message-separator): Only use valid date. Trivial patch from Michael Welsh Duggan . - * Makefile.in: gnus-load.elc may not be generated. - 2001-12-03 09:00:00 ShengHuo ZHU * mm-url.el: New file. @@ -12827,11 +12621,6 @@ * gnus-msg.el (gnus-copy-article-buffer): Copy sequence. -2001-11-01 12:00:00 ShengHuo ZHU - - * dgnushack.el (dgnushack-make-load): A workaround for - custom-add-loads bug in some versions of XEmacs. - 2001-11-01 10:00:00 ShengHuo ZHU * mm-util.el (mm-charset-synonym-alist): Revert (some). @@ -13294,10 +13083,6 @@ `find-coding-system' for XEmacs to check whether the coding-system `utf-8' is available. -2001-10-09 13:00:00 ShengHuo ZHU - - * dgnushack.el (dgnushack-compile): Detect mh-e and xml. - 2001-10-09 Per Abrahamsen * message.el (message-send-news): Oops, missed case with no @@ -13309,15 +13094,6 @@ `gnus-group-name-charset-group-alist' to affect encoding of the "Newsgroups" and "Followup-To" headers. -2001-10-07 15:00:00 ShengHuo ZHU - - * Makefile.in (install-el): Depend on gnus-load.el. - -2001-10-07 13:00:00 ShengHuo ZHU - - * Makefile.in (install-el): Use -f. - From: Amos Gouaux - 2001-10-07 Per Abrahamsen * message.el (message-send-news): Don't encode Followups-To when @@ -13364,10 +13140,6 @@ * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil `gnus-group-name-charset-group-alist'. -2001-10-06 08:00:00 ShengHuo ZHU - - * Makefile.in: Install el in install. Add uninstall. - 2001-10-05 Simon Josefsson * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom. @@ -13923,8 +13695,6 @@ * gnus-util.el (gnus-not-ignore): New function. - * lpath.el (featurep): Don't fbind char-int. - * gnus-util.el (gnus-create-info-command): New function. * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the @@ -14202,8 +13972,6 @@ 2001-08-17 10:41:14 Lars Magne Ingebrigtsen - * lpath.el (featurep): fbind xml-parse-region. - * gnus.el (gnus-message-archive-method): Default to "archive". (gnus-message-archive-method): Doc fix. (gnus-parameters-get-parameter): Cleaned up. @@ -14775,10 +14543,6 @@ * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if there are long lines. -2001-07-24 Katsumi Yamaoka - - * dgnushack.el (copy-list): New compiler macro. - 2001-07-24 09:00:00 ShengHuo ZHU * message.el (message-bounce): If no Return-Path, the whole @@ -14923,11 +14687,6 @@ * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file. -2001-07-17 Katsumi Yamaoka - - * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload' - to handle `define-derived-mode'. - 2001-07-16 12:00:00 ShengHuo ZHU From: Stefan Monnier @@ -15993,16 +15752,6 @@ * gnus-sum.el (gnus-summary-limit-include-expunged): Fix. -2001-03-01 22:00:00 Katsumi Yamaoka - - * dgnushack.el (coerce, merge, subseq): defmacro. - -2001-03-01 22:00:00 ShengHuo ZHU - - * lpath.el (nndraft-request-group): Move it here from nndraft.el. - A fake defalias in nndraft.el results a not-activated bug in - uncompiled versions. - 2001-02-26 11:27:27 Paul Jarc * gnus-util.el (gnus-split-references): Handle malformed References:. @@ -16233,14 +15982,6 @@ * gnus-cus.el (gnus-score-customize): Doc fix. -2001-02-11 Jesper Harder - - * dgnushack.el (my-getenv): Typo. - -2001-02-11 11:00:00 ShengHuo ZHU - - * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions. - 2001-02-11 09:00:00 ShengHuo ZHU * gnus-group.el (gnus-group-suspend): Offer save summaries. @@ -16255,18 +15996,6 @@ (gnus-summary-wash-map): Bind strip-headers-in-body to `W a', because of conflict. -2001-02-09 23:00:00 ShengHuo ZHU - - * Makefile.in: Hack generating gnus-load.el. - * dgnushack.el: Ditto. - * gnus-load.el: Remove it. - -2001-02-09 20:00:00 ShengHuo ZHU - - * dgnushack.el : Add URLDIR. - - * Makefile.in (EMACS_COMP): Ditto. - 2001-02-09 19:00:00 ShengHuo ZHU * gnus-cus.el (gnus-score-customize): Error on no score file. @@ -16713,8 +16442,6 @@ 2001-01-09 Didier Verna - * dgnushack.el (dgnushack-compile): Give a dummy value to - `gnus-xmas-glyph-directory' for the time of compilation. * gnus-agent.el: Moved some XEmacs specific hook add-ons from `gnus-xmas-[re]define' to avoid loosing user custom settings. * gnus-art.el: Ditto. @@ -16824,9 +16551,6 @@ * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes. - * dgnushack.el (dgnushack-compile): Message whether there is w3. - Don't (push "/usr/share/emacs/site-lisp" load-path). - * gnus-cite.el (gnus-article-fill-cited-article): Don't add space to empty fill prefixes. @@ -16938,8 +16662,6 @@ 2000-12-25 00:00:00 ShengHuo ZHU - * dgnushack.el (dgnushack-compile): elc is in the current directory. - * qp.el (quoted-printable-encode-region): Don't check multibyte in XEmacs. @@ -17033,8 +16755,6 @@ * message.el (message-tool-bar-map): Use it. - * Makefile.in (install-el): New rule. - 2000-12-21 Katsumi Yamaoka * gnus-art.el (article-treat-dumbquotes): Quote \. @@ -18103,10 +17823,6 @@ WSP, break in the cite prefix. (message-fill-paragraph): New function. -2000-11-17 13:44 ShengHuo ZHU - - * lpath.el: Shut up. - 2000-11-17 Per Abrahamsen * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow @@ -18631,7 +18347,6 @@ * gnus-art.el (gnus-mime-display-single): Forward line -1. * mml.el (mml-read-tag): Don't skip the leading space. - * lpath.el (font-lock-set-defaults): Shut up. 2000-10-31 00:04:35 ShengHuo ZHU -- 2.39.2