Files
emacs/lisp
Katsumi Yamaoka de0bdfe7aa 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-util.el (gnus-float-time): Alias to float-time if it exists.

* ecomplete.el (with-no-warnings): Define it for old Emacsen.
(ecomplete-add-item): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>

* mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
Add the optional argument `encoding' that overrides the default.

* mml.el (mml-generate-mime-1): Pass encoding defined by a user to
mm-encode-buffer.

2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>

* gnus-art.el (gnus-article-read-summary-keys):
Fix gnus-buffer-configuration's value temporarily used.
2009-09-09 09:28:43 +00:00
..
2009-08-30 05:12:46 +00:00
2009-09-07 15:25:38 +00:00
2009-07-22 03:03:51 +00:00
2009-09-04 03:09:44 +00:00
2009-09-05 17:47:06 +00:00
2009-08-28 09:50:05 +00:00
2009-08-22 19:29:18 +00:00
2009-03-19 09:35:58 +00:00
2009-07-08 02:34:23 +00:00
2009-02-01 22:32:43 +00:00
2009-08-28 04:21:14 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-06-23 08:27:58 +00:00
2009-08-14 04:47:38 +00:00
2009-06-19 00:45:43 +00:00
2009-03-30 01:15:08 +00:00
2009-03-13 19:43:38 +00:00
2009-08-22 21:46:56 +00:00
2009-06-19 17:10:15 +00:00
2009-08-21 06:19:23 +00:00
2009-03-13 19:43:38 +00:00
2009-07-17 23:27:28 +00:00
2009-06-23 07:43:17 +00:00
2009-08-28 04:21:14 +00:00
2009-06-21 04:46:07 +00:00
2009-07-25 09:31:05 +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.