aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-04 19:25:55 +0000
committerDave Love2001-01-04 19:25:55 +0000
commit8416e94a2d306d5200864da7fd2da645ac325fb4 (patch)
tree3320d21905103bf157af2931b7e9a5a591c569d3
parent17d96998fe120956800c781f9debe83efaa1d649 (diff)
downloademacs-8416e94a2d306d5200864da7fd2da645ac325fb4.tar.gz
emacs-8416e94a2d306d5200864da7fd2da645ac325fb4.zip
cperl, obsolete changes.
-rw-r--r--etc/NEWS8
-rw-r--r--lisp/ChangeLog6
2 files changed, 12 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 52775904db5..385c811d8a1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,9 +43,13 @@ description of aspects specific to the Mac.
43 43
44* Changes in Emacs 21.1 44* Changes in Emacs 21.1
45 45
46** In Cperl mode `cperl-invalid-face' should now be a normal face
47symbol, not double-quoted.
48
46** Some packages are declared obsolete, to be removed in a future 49** Some packages are declared obsolete, to be removed in a future
47version. They are: auto-show, c-mode, hscroll, ooutline. Their 50version. They are: auto-show, c-mode, hilit19, hscroll, ooutline,
48implementations have been moved to lisp/obsolete. 51rnews, rnewspost. Their implementations have been moved to
52lisp/obsolete.
49 53
50+++ 54+++
51** The new Custom option `keyboard-coding-system' specifies a coding 55** The new Custom option `keyboard-coding-system' specifies a coding
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f7b4ccd7bd7..2759b13df48 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,6 +9,12 @@
9 (tooltip-show): Set up color frame parameters from face `tooltip'. 9 (tooltip-show): Set up color frame parameters from face `tooltip'.
10 Display the tooltip text in face `tooltip'. 10 Display the tooltip text in face `tooltip'.
11 11
122001-01-04 Dave Love <fx@gnu.org>
13
14 * whitespace.el (whitespace-global-mode): Fix typo.
15
16 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
17
122001-01-03 Dave Love <fx@gnu.org> 182001-01-03 Dave Love <fx@gnu.org>
13 19
14 * dired-x.el: Doc fixes. Maintainer change. 20 * dired-x.el: Doc fixes. Maintainer change.