Files
emacs/lisp
Michael Kifer 743a79af65 * ediff-diff.el (ediff-install-fine-diff-if-necessary): take
the current highlighting style into account.
	(ediff-forward-word-function,ediff-whitespace,ediff-word-1,
	ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local.

	* ediff-init.el (ediff-patch-job): new macro.

	* ediff-mult.el (ediff-make-new-meta-list-header): new API function.
	(ediff-intersect-directories): use ediff-make-new-meta-list-header.

	* ediff-ptch.el (ediff-map-patch-buffer): use
	ediff-make-new-meta-list-header.
	(ediff-fixup-patch-map): use the meta-list API from ediff-mult.el.

	* ediff-util.el (ediff-toggle-hilit): fix toggling of highliting.
	(ediff-select-difference): take highlighting style into account.
	(ediff-clone-buffer-for-region-comparison): new function.
	(ediff-inferior-compare-regions): added comparison of current diff
	regions.

	* ediff.el (ediff-clone-buffer-for-region-comparison,
	ediff-clone-buffer-for-window-comparison): moved to ediff-util.el.
2002-03-20 06:36:18 +00:00
..
2002-03-06 11:03:56 +00:00
2002-03-18 04:24:09 +00:00
2001-12-22 13:39:18 +00:00
2002-01-05 19:02:27 +00:00
2002-01-05 19:02:55 +00:00
2001-12-09 13:13:13 +00:00
2002-01-05 19:02:27 +00:00
2002-03-03 21:44:59 +00:00
2002-01-13 09:02:35 +00:00
2001-12-20 19:01:00 +00:00
2002-01-03 08:43:09 +00:00
2002-01-20 18:13:16 +00:00
2002-01-27 09:15:28 +00:00
2002-01-12 15:58:30 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2001-12-09 10:14:33 +00:00
2002-03-03 17:32:17 +00:00
2002-01-05 18:56:56 +00:00
2002-03-11 09:15:27 +00:00
2002-01-01 22:12:19 +00:00
2002-01-05 19:00:24 +00:00
2002-03-14 08:55:20 +00:00
2001-12-02 07:51:49 +00:00
2002-02-01 04:16:02 +00:00
2002-03-14 08:52:16 +00:00
2002-03-15 13:47:46 +00:00
2001-12-11 07:32:00 +00:00
2001-12-20 18:59:32 +00:00
2002-01-21 16:09:55 +00:00
2002-02-01 19:31:46 +00:00
2001-12-20 18:59:32 +00:00
2002-01-05 18:59:25 +00:00
2002-01-25 05:06:14 +00:00
2002-03-18 04:29:13 +00:00
2002-03-15 13:47:46 +00:00
2002-01-13 10:09:20 +00:00
2001-12-20 19:01:00 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2001-12-25 11:10:03 +00:00
2001-12-18 16:42:38 +00:00
2002-03-17 20:32:20 +00:00
2002-03-17 20:28:53 +00:00
2002-03-11 13:31:50 +00:00
2002-03-08 09:54:42 +00:00
2002-02-16 12:48:37 +00:00
2002-01-13 10:09:20 +00:00
2002-01-11 20:11:18 +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.