diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-12-01 05:27:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-12-01 05:27:15 +0000 |
commit | ed6d66130ec00192c2d3dba80fa8db35426ef86f (patch) | |
tree | 100e4b6964b026471021b2dcb679deb6a4a2328f | |
parent | a62f71e4224bf8e631e44656e86be0eb48d66b68 (diff) | |
download | emacs-ed6d66130ec00192c2d3dba80fa8db35426ef86f.tar.gz emacs-ed6d66130ec00192c2d3dba80fa8db35426ef86f.tar.bz2 emacs-ed6d66130ec00192c2d3dba80fa8db35426ef86f.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f500bff142..b6fba5cdea2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2003-11-30 Richard M. Stallman <rms@gnu.org> + + * dired-aux.el (dired-do-query-replace-regexp): + Report files visited read-only. + +2003-11-30 Juri Linkov <juri@jurta.org> + + * dired-aux.el (dired-compare-directories): New command. + (dired-file-set-difference, dired-files-attributes): New functions. + 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net> Version 2.0.38 of Tramp released. @@ -10,7 +20,7 @@ parameter. This allows for omission of method parameters. Callers adjusted. -2003-11-25 Michael Albinus <Michael.Albinus@alcatel.de> +2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de> * net/tramp.el: Add new optional parameter ID-FORMAT to `file-attributes'. Calls of `file-attributes' won't use this |