aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-12-16 19:09:41 +0000
committerDave Love1999-12-16 19:09:41 +0000
commit36e24b827b26fe52999f1c149f7a8049f2feadab (patch)
treeaa42bf496cf5ab5f08a27a0677610e17d9a7774b
parent5cf713b1e3c6335ec85a8b2ddc6aaca6de639ff0 (diff)
downloademacs-36e24b827b26fe52999f1c149f7a8049f2feadab.tar.gz
emacs-36e24b827b26fe52999f1c149f7a8049f2feadab.zip
Add diff-mode.
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 13fe6bde918..f7c6d98e6dd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -776,10 +776,14 @@ M-x customize-group RET recentf RET.
776*** elide-head.el provides a mechanism for eliding boilerplate header 776*** elide-head.el provides a mechanism for eliding boilerplate header
777text. 777text.
778 778
779*** footnote.el provides `foornote-mode', a minor mode supporting use 779*** footnote.el provides `footnote-mode', a minor mode supporting use
780of footnotes. It is intended for use with Message mode, but isn't 780of footnotes. It is intended for use with Message mode, but isn't
781specific to Message mode. 781specific to Message mode.
782 782
783*** diff-mode.el provides `diff-mode', a major mode for
784viewing/editing context diffs (patches). It is selected for files
785with extension `.diff', `.diffs', `.patch' and `.rej'.
786
783** Withdrawn packages 787** Withdrawn packages
784 788
785*** mldrag.el has been removed. mouse.el provides the same 789*** mldrag.el has been removed. mouse.el provides the same