Files
emacs/lisp
Gnus developers 4e2b87d871 Misc bugfixes made in Gnus master
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change)
  * gnus-tut.txt (Message-ID): Typo fix (bug#15556).
2014-01-31 Dave Abrahams <dave@boostpro.com>
  * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
  in the summary buffer (bug#13769).
2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
  * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
  name if we're using a single article buffer. Otherwise, it may point
  to a killed buffer (bug#13756).
2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
  * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
  the match data, just save and restore it explictly (bug#12375).
  * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
  that's needed.
  * spam.el (spam-initialize): Allow calling repeatedly, but only run the
  the code once (bug#9069).
2014-01-31 01:56:00 +00:00
..
2014-01-21 20:50:40 -05:00
2014-01-15 22:24:06 -08:00
2014-01-30 06:19:16 -05:00
2014-01-27 14:22:17 -08:00
2014-01-25 20:15:42 +01:00
2014-01-31 01:56:00 +00:00
2014-01-15 22:24:06 -08:00
2014-01-21 20:54:10 -05:00
2014-01-26 01:47:40 +01:00
2014-01-25 20:15:42 +01:00
2014-01-26 01:47:40 +01:00
2014-01-15 22:24:06 -08:00
2014-01-20 14:44:56 -05:00
2014-01-25 20:15:42 +01:00
2014-01-15 22:24:06 -08:00
2014-01-30 19:42:48 +02:00
2014-01-16 20:54:23 -05:00
2014-01-26 01:47:40 +01:00
2014-01-15 22:24:06 -08:00
2014-01-15 22:24:06 -08:00
2014-01-26 01:47:40 +01:00
2014-01-16 20:54:23 -05:00
2014-01-14 22:06:07 -05:00
2014-01-17 20:27:51 -05:00
2014-01-26 01:47:40 +01:00
2014-01-26 01:47:40 +01:00
2014-01-26 01:47:40 +01:00
2014-01-21 20:43:37 -05:00
2014-01-26 01:47:40 +01:00
2014-01-10 19:55:50 -08:00
2014-01-21 00:49:46 -08:00
2014-01-10 19:55:50 -08:00
2014-01-17 17:45:45 +01:00
2014-01-04 18:56:08 -08:00
2014-01-12 18:29:59 +08:00
2014-01-04 18:56:08 -08:00
2014-01-25 20:15:42 +01:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-22 00:30:00 -08:00
2014-01-27 20:49:02 -05:00
2013-12-27 19:00:54 -05:00
2014-01-05 22:25:30 -08:00
2014-01-08 00:36:29 +01:00
2014-01-11 21:29:11 -08:00
2014-01-30 19:42:48 +02:00
2014-01-15 22:24:06 -08:00
2014-01-13 11:55:22 +01:00
2014-01-25 20:15:42 +01:00
2014-01-25 17:10:18 -08:00
2014-01-25 20:15:42 +01:00
2014-01-23 20:11:48 -08:00
2014-01-22 16:14:34 -05:00
2014-01-08 11:16:10 -08:00
2014-01-25 20:15:42 +01: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.