Katsumi Yamaoka | 3 Oct 2005 01:41
Favicon
Gravatar

CVS update of v5-10 gnus/lisp (ChangeLog Makefile.in)

    Date: Monday, October 3, 2005  <at>  01:41:25
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp
     Tag: v5-10

Modified: ChangeLog Makefile.in

* Makefile.in (install-el-elc): New entry.
(install): Use it so that .el files are necessarily installed.

+
 0 files changed

Katsumi Yamaoka | 3 Oct 2005 01:41
Favicon
Gravatar

CVS update of gnus/lisp (ChangeLog Makefile.in)

    Date: Monday, October 3, 2005  <at>  01:41:33
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog Makefile.in

* Makefile.in (install-el-elc): New entry.
(install): Use it so that .el files are necessarily installed.

-------------+
 ChangeLog   |    5 +++++
 Makefile.in |   18 +++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

Simon Josefsson | 3 Oct 2005 10:22
Favicon
Gravatar

CVS update of gnus/texi (ChangeLog gnus-news.texi)

    Date: Monday, October 3, 2005  <at>  10:22:49
  Author: cvs
    Path: /usr/local/cvsroot/gnus/texi

Modified: ChangeLog gnus-news.texi

* gnus-news.texi: Fix typo.

----------------+
 ChangeLog      |    4 ++++
 gnus-news.texi |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

Katsumi Yamaoka | 4 Oct 2005 11:38
Favicon
Gravatar

CVS update of gnus (ChangeLog Makefile.in aclocal.m4)

    Date: Tuesday, October 4, 2005  <at>  11:38:50
  Author: cvs
    Path: /usr/local/cvsroot/gnus

Modified: ChangeLog Makefile.in aclocal.m4

* aclocal.m4 (AC_PATH_LISPDIR): Default to .../site-lisp/gnus for Emacs.
(AC_PATH_ETCDIR): Don't change the default value for Emacs.

* Makefile.in (list-installed-shadows): New entry.
(remove-installed-shadows): New entry.

-------------+
 ChangeLog   |   13 +++++++++++++
 Makefile.in |    6 ++++++
 aclocal.m4  |    6 +++---
 3 files changed, 22 insertions(+), 3 deletions(-)

Katsumi Yamaoka | 4 Oct 2005 11:38
Favicon
Gravatar

CVS update of gnus/lisp (ChangeLog Makefile.in dgnushack.el)

    Date: Tuesday, October 4, 2005  <at>  11:38:34
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog Makefile.in dgnushack.el

* Makefile.in (list-installed-shadows): New entry.
(install): Use it.
(remove-installed-shadows): New entry.

* dgnushack.el (dgnushack-default-load-path): New variable.
(dgnushack-find-lisp-shadows): New function.
(dgnushack-remove-lisp-shadows): New function.

--------------+
 ChangeLog    |   10 +++++++
 Makefile.in  |    8 +++++
 dgnushack.el |   79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 96 insertions(+), 1 deletion(-)

Katsumi Yamaoka | 4 Oct 2005 11:38
Favicon
Gravatar

CVS update of gnus/texi (ChangeLog gnus-news.texi)

    Date: Tuesday, October 4, 2005  <at>  11:38:42
  Author: cvs
    Path: /usr/local/cvsroot/gnus/texi

Modified: ChangeLog gnus-news.texi

* gnus-news.texi: Mention that the Lisp files are now installed in
 .../site-lisp/gnus/ by default.

----------------+
 ChangeLog      |    5 +++++
 gnus-news.texi |    6 ++++++
 2 files changed, 11 insertions(+)

Katsumi Yamaoka | 4 Oct 2005 11:38
Favicon
Gravatar

CVS update of gnus (GNUS-NEWS configure)

    Date: Tuesday, October 4, 2005  <at>  11:38:54
  Author: cvs
    Path: /usr/local/cvsroot/gnus

Modified: GNUS-NEWS configure

Generated.

-----------+
 GNUS-NEWS |   10 
 configure | 2761 +++++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 2089 insertions(+), 682 deletions(-)

Miles Bader | 4 Oct 2005 15:56
Picon
Gravatar

CVS update of gnus/lisp (ChangeLog mm-decode.el)

    Date: Tuesday, October 4, 2005  <at>  15:56:48
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog mm-decode.el

Revision: miles <at> gnu.org--gnu-2005/gnus--devo--0--patch-225

Merge from gnus--rel--5.10

Patches applied:

 * emacs--cvs-trunk--0  (patch 564, 566, 569, 572)

   - Merge from gnus--rel--5.10
   - Update from CVS

 * gnus--rel--5.10  (patch 131)

   - Merge from emacs--cvs-trunk--0

2005-09-30  Stefan Monnier  <monnier <at> iro.umontreal.ca>

   * lisp/mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
   function rather than the diff-mode.el package.
   (mm-display-external): Use with-current-buffer.
   (mm-viewer-completion-map, mm-viewer-completion-map):
   Move initialization inside declaration.

--------------+
(Continue reading)

Miles Bader | 4 Oct 2005 15:57
Picon
Gravatar

CVS update of v5-10 gnus/lisp (ChangeLog mm-decode.el)

    Date: Tuesday, October 4, 2005  <at>  15:57:33
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp
     Tag: v5-10

Modified: ChangeLog mm-decode.el

Revision: miles <at> gnu.org--gnu-2005/gnus--rel--5.10--patch-131

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 564, 566, 569, 572)

   - Merge from gnus--rel--5.10
   - Update from CVS

2005-09-30  Stefan Monnier  <monnier <at> iro.umontreal.ca>

   * lisp/mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
   function rather than the diff-mode.el package.
   (mm-display-external): Use with-current-buffer.
   (mm-viewer-completion-map, mm-viewer-completion-map):
   Move initialization inside declaration.

+
 0 files changed

(Continue reading)

Reiner Steib | 4 Oct 2005 16:53
Picon
Picon

CVS update of gnus/lisp (ChangeLog message.el)

    Date: Tuesday, October 4, 2005  <at>  16:53:01
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog message.el

2005-10-04  Reiner Steib  <Reiner.Steib <at> gmx.de>

	* message.el (message-insert-expires): New function.
	(message-mode-map): Add key binding.
	(message-mode-field-menu): Add menu entry.
	(message-mode): Document it.

2005-10-04  Josh Huber  <huber <at> alum.wpi.edu>

	* message.el (message-make-expires-date): New function.

------------+
 ChangeLog  |   11 +++++++++++
 message.el |   22 +++++++++++++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)


Gmane