aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
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 @@
12002-06-29 Andreas Schwab <schwab@suse.de> 12002-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.