Files
emacs/lisp
Miles Bader 670992917f Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 141-144)

   - Merge from emacs--devo--0
   - Update from CVS

2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gmm-utils.el (gmm): Adjust custom version.

   * lisp/gnus/mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
   custom version.

   * lisp/gnus/gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.

2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Foreign Groups): Say where change of editing commands are
   stored.  Add reference to `gnus-parameters'.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-459
2006-10-03 04:58:52 +00:00
..
2006-08-13 17:04:56 +00:00
2006-10-03 04:58:52 +00:00
2006-10-02 06:41:25 +00:00
2006-09-21 01:34:03 +00:00
2006-09-20 17:35:21 +00:00
2006-06-04 22:00:54 +00:00
2006-09-30 00:45:32 +00:00
2006-04-30 15:49:08 +00:00
2006-09-20 18:49:34 +00:00
2006-09-12 07:13:52 +00:00
2006-05-05 23:36:55 +00:00
2006-09-18 16:43:43 +00:00
2006-08-10 04:31:21 +00:00
2006-09-10 16:26:31 +00:00
2006-04-26 05:50:51 +00:00
2006-07-08 15:53:01 +00:00
2006-08-29 13:28:00 +00:00
2006-09-26 15:42:58 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-09-20 20:00:03 +00:00
2006-09-02 23:28:55 +00:00
2006-09-08 11:59:00 +00:00
2006-09-07 05:58:54 +00:00
2006-09-07 05:58:54 +00:00
2006-06-07 16:39:16 +00:00
2006-06-07 16:39:16 +00:00
2006-09-05 08:17:35 +00:00
2006-09-20 20:00:03 +00:00
2006-09-20 20:00:03 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-05-30 08:10:16 +00:00
2006-08-24 18:45:29 +00:00
2006-08-21 10:55:53 +00:00
2006-09-22 21:35:30 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.