aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2006-09-12 16:43:25 +0000
committerPaul Eggert2006-09-12 16:43:25 +0000
commit4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2 (patch)
treee00adba73d181d3d8b6a111ebfc856a0a3acc454 /etc/ChangeLog
parentafc05254f5403c9d977013c70e4391e7ac1643b6 (diff)
downloademacs-4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2.tar.gz
emacs-4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2.zip
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of to "t". * etc/PROBLEMS: Adjust tcsh advice for this. * make-dist (EMACS): Exit and fail if the EMACS environment variable is set to something other than an absolute file name. * lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs, not to "t". * lisp/progmodes/compile.el (compilation-start): Likewise. * lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously): Don't use expand-file-name on invocation-directory, since this might mishandle special characters in invocation-directory. * man/faq.texi (Escape sequences in shell output): EMACS is now set to Emacs's absolute file name, not to "t". (^M in the shell buffer): Likewise. * man/misc.texi (Interactive Shell): Likewise.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r--etc/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d3e5e2cfdf6..e236643da10 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,6 +1,13 @@
12006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 * NEWS: In terminal-oriented subshells, the EMACS environment
4 variable now defaults to Emacs's absolute file name, instead of
5 to "t".
6 * PROBLEMS: Adjust tcsh advice for this.
7
12006-09-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 82006-09-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 9
3 * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a 10 * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a
4 display (x-close-connection). 11 display (x-close-connection).
5 12
62006-09-02 Juri Linkov <juri@jurta.org> 132006-09-02 Juri Linkov <juri@jurta.org>