# HG changeset patch # User Andreas Schwab # Date 1025377306 0 # Node ID 18b22e306d7dad7b80986cc568d30c9d32646cab # Parent f6354f8039bc741148b09cadb6294f706ba7eaa9 *** empty log message *** diff -r f6354f8039bc -r 18b22e306d7d lisp/ChangeLog --- a/lisp/ChangeLog Sat Jun 29 19:01:32 2002 +0000 +++ b/lisp/ChangeLog Sat Jun 29 19:01:46 2002 +0000 @@ -1,5 +1,11 @@ 2002-06-29 Andreas Schwab + * term/mac-win.el: Use directory-free-space-program instead of + obsolete variable dired-free-space-program. On Darwin, don't set + directory-free-space-program, shell-file-name and + process-connection-type; set directory-free-space-args to not + include `-P' and use utf-8 for file name coding system. + * simple.el (shell-command-on-region): Handle errors and signals from shell command execution. (display-message-or-buffer): Fix last change.