]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 24 Jul 2000 12:28:55 +0000 (12:28 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 24 Jul 2000 12:28:55 +0000 (12:28 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 63140b89b617f03f0089d29cd9fcacc566860a4d..d30e6fe41bc7b7a8193c8e80e970a611672b0d51 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -748,6 +748,9 @@ This command invokes the external program `file' do its work, and so
 will only work on systems with that program, and will be only as
 accurate or inaccurate as it is.
 
+*** Dired now properly handles undo changes of adding/removing `-R'
+from ls switches.
+
 ** The variable mail-specify-envelope-from controls whether to
 use the -f option when sending mail.
 
index b562beb54c38a9ce02dbda6a57d829310abe7e18..bf3159647dce3fb4f4f421df2f52fec62d7bb1cb 100644 (file)
@@ -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>
 
        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
        * 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.
index c4f456e28e75b43f8ed70548db9451d30541d065..ec1d6449ce0ffe038b16755d447f0b68353ad045 100644 (file)
@@ -1,3 +1,16 @@
+2000-07-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
+       parameters instead of using int parameters.  Expect FN to accept
+       EMACS_INT parameters.
+       (display_echo_area, resize_echo_area_axactly, current_message)
+       (truncate_echo_area, set_message_1): Call with_echo_area_buffer
+       with new argument list.
+       (resize_mini_window_1): New callback function.
+       (current_message_1, truncate_message_1, set_message_1): Change
+       parameter lists to the new format expected by
+       with_echo_area_buffer.
+
 2000-07-24  Kenichi Handa  <handa@etl.go.jp>
 
        * fontset.c (fontset_ref): Remove INLINE declaration.