Files
emacs/lisp
ShengHuo ZHU 95fa1ff74a * mm-util.el, nnultimate.el, nnweb.el, nnslashdot.el: Sync with
the Gnus CVS.

	* mm-util.el (mm-mime-mule-charset-alist): Move down and call
	mm-coding-system-p. Don't correct it only in XEmacs.
	(mm-charset-to-coding-system): Use mm-coding-system-p and
	mm-get-coding-system-list.
	(mm-emacs-mule, mm-mule4-p): New.
	(mm-enable-multibyte, mm-disable-multibyte,
	mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
	mm-with-unibyte-current-buffer,
	mm-with-unibyte-current-buffer-mule4): Use them.
	(mm-find-mime-charset-region): Treat iso-2022-jp.

	From  Dave Love  <fx@gnu.org>:

	* mm-util.el (mm-mime-mule-charset-alist): Make it correct by
	construction.
	(mm-charset-synonym-alist): Remove windows-125[02].  Make other
	entries conditional on not having a coding system defined for
	them.
	(mm-mule-charset-to-mime-charset): Use
	find-coding-systems-for-charsets if defined.
	(mm-charset-to-coding-system): Don't use
	mm-get-coding-system-list.  Look in mm-charset-synonym-alist
	later.  Add last resort search of coding systems.
	(mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
	(mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
	Mule 4.
	(mm-find-mime-charset-region): Re-write.
	(mm-with-unibyte-current-buffer): Restore buffer as well as
	multibyteness.
2001-10-31 04:16:51 +00:00
..
2001-10-18 09:55:37 +00:00
2001-10-26 20:11:25 +00:00
2001-07-16 11:39:42 +00:00
2001-10-09 12:09:25 +00:00
2001-08-08 20:11:46 +00:00
2001-10-05 09:36:02 +00:00
2001-10-31 02:54:33 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-06 09:57:20 +00:00
2001-10-05 13:03:57 +00:00
2001-10-26 15:40:03 +00:00
2001-10-29 18:40:23 +00:00
2001-08-31 10:02:59 +00:00
2001-10-30 00:24:12 +00:00
2001-10-26 15:40:03 +00:00
2001-10-09 11:21:59 +00:00
2001-08-15 09:06:32 +00:00
2001-09-06 08:29:49 +00:00
2001-08-16 13:18:10 +00:00
2001-10-11 19:26:38 +00:00
2001-08-21 18:19:55 +00:00
2001-10-30 04:41:28 +00:00
2001-09-19 14:54:19 +00:00
2001-09-19 14:54:19 +00:00
2001-10-03 10:52:47 +00:00
2001-07-13 12:59:13 +00:00
2001-10-09 12:10:17 +00:00
2001-07-14 11:21:08 +00:00
2001-10-30 00:27:25 +00:00
2001-08-09 14:52:02 +00:00
2001-10-29 12:26:15 +00:00
2001-10-13 10:41:46 +00:00
2001-09-04 12:54:14 +00:00
2001-07-16 12:46:31 +00:00
2001-08-20 20:56:08 +00:00
2001-10-05 10:13:12 +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.