summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-07-24 12:28:55 +0000
committerGerd Moellmann <gerd@gnu.org>2000-07-24 12:28:55 +0000
commite024b10125c542b2b954ddb54ad455af9661547c (patch)
tree5b49bd4cfc095ac67fa89f4983d18435b96415c2 /lisp
parente17dba1ffd64edc41ff9fa4ad09b78a719bccdfd (diff)
downloademacs-e024b10125c542b2b954ddb54ad455af9661547c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b562beb54c3..bf3159647dc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,12 @@
+2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
+
+ * dired.el (dired-sort-R-check): Added to allow recursive listing
+ to be undone.
+ (dired-sort-other): Use it.
+
2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
- * Release 5.27
+ * Release of cc-mode 5.27
2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
@@ -55,11 +61,11 @@
leading comma nicely. Extended to handle member initializers
too.
- * cc-engine.el (c-beginning-of-inheritance-list,
+ * cc-engine.el: (c-beginning-of-inheritance-list,
c-guess-basic-syntax): Fixed recognition of inheritance lists
when the lines begins with a comma.
- * cc-mode.texi Updated doc for c-lineup-multi-inher.
+ * cc-mode.texi: Updated doc for c-lineup-multi-inher.
* cc-vars.el (c-offsets-alist): Changed default for
member-init-cont to c-lineup-multi-inher since it now handles
@@ -204,7 +210,7 @@
* cc-mode.el (c-initialize-cc-mode): Handling of obsolete
variables moved here.
- * cc-mode.texi Documented the special behavior of
+ * cc-mode.texi: Documented the special behavior of
c-special-indent-hook as a style variable. Don't talk about
doing (c-make-styles-buffer-local t) in a mode hook, since
that's already too late to work right.