diff options
| author | Andreas Schwab | 2002-06-29 19:01:46 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-06-29 19:01:46 +0000 |
| commit | eb14066a0bee2ec12a20fdfb6c163da69e522cbb (patch) | |
| tree | 743dba6ed959ca4da104dea5b57ecfc115852762 /lisp/ChangeLog | |
| parent | 637fff820c1346a3aca21738830aed86190d3bda (diff) | |
| download | emacs-eb14066a0bee2ec12a20fdfb6c163da69e522cbb.tar.gz emacs-eb14066a0bee2ec12a20fdfb6c163da69e522cbb.zip | |
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8873bec3a0..5a7455464a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2002-06-29 Andreas Schwab <schwab@suse.de> | 1 | 2002-06-29 Andreas Schwab <schwab@suse.de> |
| 2 | 2 | ||
| 3 | * term/mac-win.el: Use directory-free-space-program instead of | ||
| 4 | obsolete variable dired-free-space-program. On Darwin, don't set | ||
| 5 | directory-free-space-program, shell-file-name and | ||
| 6 | process-connection-type; set directory-free-space-args to not | ||
| 7 | include `-P' and use utf-8 for file name coding system. | ||
| 8 | |||
| 3 | * simple.el (shell-command-on-region): Handle errors and signals | 9 | * simple.el (shell-command-on-region): Handle errors and signals |
| 4 | from shell command execution. | 10 | from shell command execution. |
| 5 | (display-message-or-buffer): Fix last change. | 11 | (display-message-or-buffer): Fix last change. |