*** pub/pgnus/lisp/gnus-art.el Sat Dec 5 19:34:50 1998 --- pgnus/lisp/gnus-art.el Sun Dec 6 20:37:07 1998 *************** *** 2287,2295 **** (gnus-run-hooks 'gnus-tmp-internal-hook) (gnus-run-hooks 'gnus-article-prepare-hook) (when gnus-display-mime-function ! (mm-setup-w3) ! (let ((url-standalone-mode (not gnus-plugged))) ! (funcall gnus-display-mime-function))) ;; Perform the article display hooks. (gnus-run-hooks 'gnus-article-display-hook))) --- 2287,2293 ---- (gnus-run-hooks 'gnus-tmp-internal-hook) (gnus-run-hooks 'gnus-article-prepare-hook) (when gnus-display-mime-function ! (funcall gnus-display-mime-function)) ;; Perform the article display hooks. (gnus-run-hooks 'gnus-article-display-hook))) *************** *** 2386,2394 **** "Interactively choose a view method for the MIME part under point." (interactive) (gnus-article-check-buffer) ! (mm-setup-w3) ! (let ((data (get-text-property (point) 'gnus-data)) ! (url-standalone-mode (not gnus-plugged))) (mm-interactively-view-part data))) (defun gnus-mime-copy-part (&optional handle) --- 2384,2390 ---- "Interactively choose a view method for the MIME part under point." (interactive) (gnus-article-check-buffer) ! (let ((data (get-text-property (point) 'gnus-data))) (mm-interactively-view-part data))) (defun gnus-mime-copy-part (&optional handle) *************** *** 2418,2427 **** "Insert the MIME part under point into the current buffer." (interactive "P") ; For compatibility reasons we are not using "z". (gnus-article-check-buffer) - (mm-setup-w3) (let* ((data (get-text-property (point) 'gnus-data)) contents - (url-standalone-mode (not gnus-plugged)) (b (point)) buffer-read-only) (if (mm-handle-undisplayer data) --- 2414,2421 ---- *************** *** 2439,2447 **** "View the MIME part under point with an external viewer." (interactive) (gnus-article-check-buffer) - (mm-setup-w3) (let* ((handle (or handle (get-text-property (point) 'gnus-data))) - (url-standalone-mode (not gnus-plugged)) (mm-user-display-methods nil) (mm-all-images-fit t) (rfc2047-default-charset gnus-newsgroup-default-charset) --- 2433,2439 ---- *************** *** 2454,2462 **** "View the MIME part under point with an internal viewer." (interactive) (gnus-article-check-buffer) - (mm-setup-w3) (let* ((handle (or handle (get-text-property (point) 'gnus-data))) - (url-standalone-mode (not gnus-plugged)) (mm-user-display-methods '((".*" . inline))) (mm-all-images-fit t) (rfc2047-default-charset gnus-newsgroup-default-charset) --- 2446,2452 ---- *************** *** 2595,2603 **** (defun gnus-widget-press-button (elems el) (goto-char (widget-get elems :from)) ! (mm-setup-w3) ! (let ((url-standalone-mode (not gnus-plugged))) ! (gnus-article-press-button))) (defun gnus-display-mime (&optional ihandles) "Insert MIME buttons in the buffer." --- 2585,2591 ---- (defun gnus-widget-press-button (elems el) (goto-char (widget-get elems :from)) ! (gnus-article-press-button)) (defun gnus-display-mime (&optional ihandles) "Insert MIME buttons in the buffer." *** pub/pgnus/lisp/gnus.el Sat Dec 5 19:34:51 1998 --- pgnus/lisp/gnus.el Sun Dec 6 20:37:08 1998 *************** *** 254,260 **** :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) ! (defconst gnus-version-number "0.64" "Version number for this version of Gnus.") (defconst gnus-version (format "Pterodactyl Gnus v%s" gnus-version-number) --- 254,260 ---- :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) ! (defconst gnus-version-number "0.65" "Version number for this version of Gnus.") (defconst gnus-version (format "Pterodactyl Gnus v%s" gnus-version-number) *** pub/pgnus/lisp/mm-view.el Sat Dec 5 19:34:52 1998 --- pgnus/lisp/mm-view.el Sun Dec 6 20:37:08 1998 *************** *** 69,74 **** --- 69,75 ---- (mm-setup-w3) (setq text (mm-get-part handle)) (let ((b (point)) + (url-standalone-mode t) (width (window-width))) (save-excursion (insert text) *** pub/pgnus/lisp/ChangeLog Sat Dec 5 19:34:49 1998 --- pgnus/lisp/ChangeLog Sun Dec 6 20:37:07 1998 *************** *** 1,3 **** --- 1,13 ---- + Sun Dec 6 19:36:53 1998 Lars Magne Ingebrigtsen + + * gnus.el: Pterodactyl Gnus v0.65 is released. + + 1998-12-06 20:11:02 Lars Magne Ingebrigtsen + + * gnus-art.el (gnus-article-prepare-display): Don't init w3. + + * mm-view.el (mm-inline-text): Bind url-standalone-mode here. + Sat Dec 5 18:35:42 1998 Lars Magne Ingebrigtsen * gnus.el: Pterodactyl Gnus v0.64 is released. *** pub/pgnus/texi/gnus.texi Sat Dec 5 19:34:53 1998 --- pgnus/texi/gnus.texi Sun Dec 6 20:37:10 1998 *************** *** 1,7 **** \input texinfo @c -*-texinfo-*- @setfilename gnus ! @settitle Pterodactyl Gnus 0.64 Manual @synindex fn cp @synindex vr cp @synindex pg cp --- 1,7 ---- \input texinfo @c -*-texinfo-*- @setfilename gnus ! @settitle Pterodactyl Gnus 0.65 Manual @synindex fn cp @synindex vr cp @synindex pg cp *************** *** 318,324 **** @tex @titlepage ! @title Pterodactyl Gnus 0.64 Manual @author by Lars Magne Ingebrigtsen @page --- 318,324 ---- @tex @titlepage ! @title Pterodactyl Gnus 0.65 Manual @author by Lars Magne Ingebrigtsen @page *************** *** 354,360 **** spool or your mbox file. All at the same time, if you want to push your luck. ! This manual corresponds to Pterodactyl Gnus 0.64. @end ifinfo --- 354,360 ---- spool or your mbox file. All at the same time, if you want to push your luck. ! This manual corresponds to Pterodactyl Gnus 0.65. @end ifinfo *** pub/pgnus/texi/message.texi Sat Dec 5 19:34:54 1998 --- pgnus/texi/message.texi Sun Dec 6 20:37:10 1998 *************** *** 1,7 **** \input texinfo @c -*-texinfo-*- @setfilename message ! @settitle Pterodactyl Message 0.64 Manual @synindex fn cp @synindex vr cp @synindex pg cp --- 1,7 ---- \input texinfo @c -*-texinfo-*- @setfilename message ! @settitle Pterodactyl Message 0.65 Manual @synindex fn cp @synindex vr cp @synindex pg cp *************** *** 42,48 **** @tex @titlepage ! @title Pterodactyl Message 0.64 Manual @author by Lars Magne Ingebrigtsen @page --- 42,48 ---- @tex @titlepage ! @title Pterodactyl Message 0.65 Manual @author by Lars Magne Ingebrigtsen @page *************** *** 83,89 **** * Key Index:: List of Message mode keys. @end menu ! This manual corresponds to Pterodactyl Message 0.64. Message is distributed with the Gnus distribution bearing the same version number as this manual. --- 83,89 ---- * Key Index:: List of Message mode keys. @end menu ! This manual corresponds to Pterodactyl Message 0.65. Message is distributed with the Gnus distribution bearing the same version number as this manual.