From 1e7e206ed662f606a2ab4831bbbe0c66dd4c5590 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 9 Sep 1998 11:40:55 +0000 Subject: [PATCH] Sync up with Pterodactyl Gnus 0.23. A snapshot is available from ftp://ftp.jpl.org/pub/tmp/semi-gnus-pgnus-ichikawa-19980909-2.tar.gz --- ChangeLog | 6 ++++++ lisp/ChangeLog | 19 +++++++++++++++++++ lisp/gnus-sum.el | 2 +- lisp/gnus-util.el | 4 ++-- lisp/gnus.el | 4 ++-- lisp/mm-util.el | 4 ++-- lisp/nntp.el | 1 - texi/gnus-ja.texi | 6 +++--- texi/gnus.texi | 6 +++--- texi/message.texi | 6 +++--- 10 files changed, 41 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b3fb0b..d603627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 1998-09-09 Katsumi Yamaoka + * lisp/gnus.el (gnus-version-number): Update to 6.10.015. + + * Sync up with Pterodactyl Gnus 0.23. + +1998-09-09 Katsumi Yamaoka + * lisp/gnus.el (gnus-version-number): Update to 6.10.014. * Sync up with Pterodactyl Gnus 0.22. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb4a22f..81e28ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +Wed Sep 9 12:25:48 1998 Lars Magne Ingebrigtsen + + * gnus.el: Pterodactyl Gnus v0.23 is released. + +1998-09-09 12:14:47 Lars Magne Ingebrigtsen + + * gnus-util.el (gnus-parent-id): Ditto. + (gnus-put-text-property-excluding-newlines): Ditto. + + * gnus-sum.el (gnus-dependencies-add-header): Make into subst. + +1998-09-08 Karl Kleinpaste + + * message.el (message-generate-headers): Generate User-Agent + instead of X-Mailer & X-Newsreader. + + * gnus-msg.el (gnus-extended-version): Reformat for USEFOR + User-Agent header format. + Tue Sep 8 22:38:27 1998 Lars Magne Ingebrigtsen * gnus.el: Pterodactyl Gnus v0.22 is released. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 8cadcfc..bad5ca8 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -2891,7 +2891,7 @@ If NO-DISPLAY, don't generate a summary buffer." threads)) ;; Build the thread tree. -(defun gnus-dependencies-add-header (header dependencies force-new) +(defsubst gnus-dependencies-add-header (header dependencies force-new) "Enter HEADER into the DEPENDENCIES table if it is not already there. If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el index b7609d6..233960a 100644 --- a/lisp/gnus-util.el +++ b/lisp/gnus-util.el @@ -392,7 +392,7 @@ jabbering all the time." ids)) (nreverse ids))) -(defun gnus-parent-id (references &optional n) +(defsubst gnus-parent-id (references &optional n) "Return the last Message-ID in REFERENCES. If N, return the Nth ancestor instead." (when references @@ -544,7 +544,7 @@ Bind `print-quoted' and `print-readably' to t while printing." (setq string (replace-match "" t t string))) string) -(defun gnus-put-text-property-excluding-newlines (beg end prop val) +(defsubst gnus-put-text-property-excluding-newlines (beg end prop val) "The same as `put-text-property', but don't put this prop on any newlines in the region." (save-match-data (save-excursion diff --git a/lisp/gnus.el b/lisp/gnus.el index a5f5788..b6fd8fe 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -253,10 +253,10 @@ is restarted, and sometimes reloaded." (defconst gnus-product-name "T-gnus" "Product name of this version of gnus.") -(defconst gnus-version-number "6.10.014" +(defconst gnus-version-number "6.10.015" "Version number for this version of gnus.") -(defconst gnus-original-version-number "0.22" +(defconst gnus-original-version-number "0.23" "Version number for this version of Gnus.") (defconst gnus-original-product-name "Pterodactyl Gnus" diff --git a/lisp/mm-util.el b/lisp/mm-util.el index c8800b0..d806104 100644 --- a/lisp/mm-util.el +++ b/lisp/mm-util.el @@ -167,7 +167,7 @@ used as the line break code type of the coding system." (setq idx (1+ idx))) string)) -(defun mm-enable-multibyte () +(defsubst mm-enable-multibyte () "Enable multibyte in the current buffer." (when (fboundp 'set-buffer-multibyte) (set-buffer-multibyte t))) @@ -196,7 +196,7 @@ used as the line break code type of the coding system." (point-min) (point-max))))) (mm-mule-charset-to-mime-charset charset))) -(defun mm-multibyte-p () +(defsubst mm-multibyte-p () "Say whether multibyte is enabled." (and (boundp 'enable-multibyte-characters) enable-multibyte-characters)) diff --git a/lisp/nntp.el b/lisp/nntp.el index 1fb9960..78b99ee 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -821,7 +821,6 @@ password contained in '~/.nntp-authinfo'." (format " *server %s %s %s*" nntp-address nntp-port-number (gnus-buffer-exists-p buffer)))) - (buffer-disable-undo (current-buffer)) (set (make-local-variable 'after-change-functions) nil) (set (make-local-variable 'nntp-process-wait-for) nil) (set (make-local-variable 'nntp-process-callback) nil) diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index cf411cb..a18ea20 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename gnus-ja -@settitle Semi-gnus 6.10.014 Manual +@settitle Semi-gnus 6.10.015 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -345,7 +345,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Semi-gnus 6.10.014 Manual +@title Semi-gnus 6.10.015 Manual @author by Lars Magne Ingebrigtsen @author by members of Semi-gnus mailing-list @@ -399,7 +399,7 @@ Semi-gnus は、大きな絵が入っていたりさまざまな形式を用いたりしているちょっ な言語圏を差別しません。ああ、クリンゴンの方は Unicode Next Generationを お待ちください。 -この説明書は Semi-gnus 6.10.014 に対応します。 +この説明書は Semi-gnus 6.10.015 に対応します。 @end ifinfo diff --git a/texi/gnus.texi b/texi/gnus.texi index 40708dd..d1f8961 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename gnus -@settitle Semi-gnus 6.10.014 Manual +@settitle Semi-gnus 6.10.015 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -318,7 +318,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Semi-gnus 6.10.014 Manual +@title Semi-gnus 6.10.015 Manual @author by Lars Magne Ingebrigtsen @page @@ -361,7 +361,7 @@ internationalization/localization and multiscript features based on MULE API. So Semi-gnus does not discriminate various language communities. Oh, if you are a Klingon, please wait Unicode Next Generation. -This manual corresponds to Semi-gnus 6.10.014. +This manual corresponds to Semi-gnus 6.10.015. @end ifinfo diff --git a/texi/message.texi b/texi/message.texi index 12fdf05..1b756ca 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename message -@settitle Pterodactyl Message 0.22 Manual +@settitle Pterodactyl Message 0.23 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -42,7 +42,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Pterodactyl Message 0.22 Manual +@title Pterodactyl Message 0.23 Manual @author by Lars Magne Ingebrigtsen @page @@ -83,7 +83,7 @@ Message mode buffers. * Key Index:: List of Message mode keys. @end menu -This manual corresponds to Pterodactyl Message 0.22. Message is +This manual corresponds to Pterodactyl Message 0.23. Message is distributed with the Gnus distribution bearing the same version number as this manual. -- 1.7.10.4