Katsumi Yamaoka | 1 Mar 2004 07:12
Favicon
Gravatar

CVS update of gnus/lisp (ChangeLog gnus-art.el lpath.el mm-view.el)

    Date: Monday, March 1, 2004  <at>  07:12:47
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog gnus-art.el lpath.el mm-view.el

* lpath.el: Don't bind w3m-safe-url-regexp.

* gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
 w3m-safe-url-regexp variable buffer-local.

* mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.

-------------+
 ChangeLog   |    9 +++++++++
 gnus-art.el |    4 ++--
 lpath.el    |    2 +-
 mm-view.el  |    4 ++--
 4 files changed, 14 insertions(+), 5 deletions(-)

Reiner Steib | 1 Mar 2004 20:54
Picon
Picon

CVS update of gnus (ChangeLog make.bat)

    Date: Monday, March 1, 2004  <at>  20:54:19
  Author: cvs
    Path: /usr/local/cvsroot/gnus

Modified: ChangeLog make.bat

Fix directory test for Windows 9x/ME.  From Michael
Schierl <schierlm-public <at> gmx.de> (tiny change).

-----------+
 ChangeLog |    5 +++++
 make.bat  |   24 ++++++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

Kevin Greiner | 3 Mar 2004 04:44

CVS update of gnus/lisp (gnus-cus.el)

    Date: Wednesday, March 3, 2004  <at>  04:44:17
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: gnus-cus.el

	* gnus-cus.el (gnus-agent-customize-category): Removed
	ignore-errors macro reference that required cl to be loaded at
	run-time.

-------------+
 gnus-cus.el |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Kevin Greiner | 3 Mar 2004 05:04

CVS update of gnus/lisp (ChangeLog)

    Date: Wednesday, March 3, 2004  <at>  05:04:43
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog

	* gnus-cus.el (gnus-agent-customize-category): Removed
	ignore-errors macro reference that required cl to be loaded at
	run-time.

	* gnus-range.el (gnus-sorted-range-intersection): Now accepts
	single-interval range of the form (min . max).  Previously the
	range had to look like ((min . max)).  Likewise, return
	(min . max) rather than ((min . max)).
	(gnus-range-map): Use gnus-range-normalize to accept
	single-interval range.

	* gnus-sum.el (gnus-summary-highlight-line): Articles stored in
	the cache, but not the agent, now appear with their usual face.

	* dgnushack.el (loaddir): New variable that is bound to the
	directory containing the dgnushack.el file. Use loaddir, rather
	than srcdir, to update load-path. Change lets dgnushack compile
	code in directories other than GNUS/lisp.

-----------+
 ChangeLog |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+)

(Continue reading)

Kevin Greiner | 3 Mar 2004 05:04

CVS update of gnus/lisp (gnus-sum.el)

    Date: Wednesday, March 3, 2004  <at>  05:04:24
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: gnus-sum.el

	* gnus-sum.el (gnus-summary-highlight-line): Articles stored in
	the cache, but not the agent, now appear with their usual face.

-------------+
 gnus-sum.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

Kevin Greiner | 3 Mar 2004 05:08

CVS update of gnus/texi (emacs-mime.texi)

    Date: Wednesday, March 3, 2004  <at>  05:08:13
  Author: cvs
    Path: /usr/local/cvsroot/gnus/texi

Modified: emacs-mime.texi

	* emacs-mime.texi: Wrapped documentencoding inside of iflatex as
	documentencoding is not supported by infohack.

-----------------+
 emacs-mime.texi |    2 ++
 1 files changed, 2 insertions(+)

Kevin Greiner | 3 Mar 2004 05:14

CVS update of gnus/texi (gnus.texi)

    Date: Wednesday, March 3, 2004  <at>  05:14:54
  Author: cvs
    Path: /usr/local/cvsroot/gnus/texi

Modified: gnus.texi

	* gnus.texi: Wrapped documentencoding inside of iflatex as
	documentencoding is not supported by infohack.
	Changed file's character coding to utf-8 as the file contains
	characters that can not be encoded using iso-8859-1.
	(Gnus Unplugged): Reference gnus-agent variable.
	(Agent Variables): Added gnus-agent.

-----------+
 gnus.texi |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

Kevin Greiner | 3 Mar 2004 05:15

CVS update of gnus/texi (ChangeLog)

    Date: Wednesday, March 3, 2004  <at>  05:15:04
  Author: cvs
    Path: /usr/local/cvsroot/gnus/texi

Modified: ChangeLog

	* emacs-mime.texi: Wrapped documentencoding inside of iflatex as
	documentencoding is not supported by infohack.

	* gnus.texi: Wrapped documentencoding inside of iflatex as
	documentencoding is not supported by infohack.
	Changed file's character coding to utf-8 as the file contains
	characters that can not be encoded using iso-8859-1.
	(Gnus Unplugged): Reference gnus-agent variable.
	(Agent Variables): Added gnus-agent.

-----------+
 ChangeLog |   13 +++++++++++++
 1 files changed, 13 insertions(+)

Kevin Greiner | 3 Mar 2004 05:03

CVS update of gnus/lisp (dgnushack.el)

    Date: Wednesday, March 3, 2004  <at>  05:03:13
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: dgnushack.el

	* dgnushack.el (loaddir): New variable that is bound to the
	directory containing the dgnushack.el file. Use loaddir, rather
	than srcdir, to update load-path. Change lets dgnushack compile
	code in directories other than GNUS/lisp.

--------------+
 dgnushack.el |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

Kevin Greiner | 3 Mar 2004 05:03

CVS update of gnus/lisp (gnus-range.el)

    Date: Wednesday, March 3, 2004  <at>  05:03:36
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: gnus-range.el

	* gnus-range.el (gnus-sorted-range-intersection): Now accepts
	single-interval range of the form (min . max).  Previously the
	range had to look like ((min . max)).  Likewise, return
	(min . max) rather than ((min . max)).
	(gnus-range-map): Use gnus-range-normalize to accept
	single-interval range.

---------------+
 gnus-range.el |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)


Gmane