aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-07 23:29:31 +0000
committerGerd Moellmann2000-02-07 23:29:31 +0000
commitf7136ee81af9831aa4fc7a9ee2e059033ad688f5 (patch)
tree6966b69ebcf09f11f92de1f515d58c00e287c05e
parent77e38f8bbbf3574fc3dac7597b6875779ced8bec (diff)
downloademacs-f7136ee81af9831aa4fc7a9ee2e059033ad688f5.tar.gz
emacs-f7136ee81af9831aa4fc7a9ee2e059033ad688f5.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
3 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 826bfc65d62..764324004db 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -781,6 +781,10 @@ appropriate for C-style escape sequences in strings.
781 781
782** New modes and packages 782** New modes and packages
783 783
784*** glasses-mode is a minor mode that makes
785unreadableIdentifiersLikeThis readable. It works as glasses, without
786actually modifying content of a buffer.
787
784*** The package ebnf2ps translates an EBNF to a syntactic chart in 788*** The package ebnf2ps translates an EBNF to a syntactic chart in
785PostScript. 789PostScript.
786 790
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 672defa12ab..56f9588264a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2
3 * mail/rmail.el (rmail-retry-failure): Use
4 rmail-beginning-of-message before rmail-toggle-header, because the
5 former toggles headers.
6
12000-02-06 Stefan Monnier <monnier@cs.yale.edu> 72000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2 8
3 * diff-mode.el (diff-kill-junk): New interactive function. 9 * diff-mode.el (diff-kill-junk): New interactive function.
diff --git a/src/ChangeLog b/src/ChangeLog
index 05463e4df40..a40d5456eed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-02-08 Gerd Moellmann <gerd@gnu.org>
2
3 * puresize.h (BASE_PURESIZE): Increase to 650000.
4
12000-02-07 Eli Zaretskii <eliz@is.elta.co.il> 52000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * msdos.c (XMenuActivate): Turn off the cursor after displaying 7 * msdos.c (XMenuActivate): Turn off the cursor after displaying