aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2006-02-08 15:47:31 +0000
committerSam Steingold2006-02-08 15:47:31 +0000
commitdf2a9b125d690a972e6cd69af256352c6e400d92 (patch)
treed7539ef25c212b28e195b3ab147a02d1cc1037b6 /lisp/ChangeLog
parent201a821a54684f1ed622ed4bdadf81bc85c79a75 (diff)
downloademacs-df2a9b125d690a972e6cd69af256352c6e400d92.tar.gz
emacs-df2a9b125d690a972e6cd69af256352c6e400d92.zip
(tramp-maybe-open-connection): Do not wait for output from a dead connection.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64a1dcec7e2..c607ca350b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-02-08 Sam Steingold <sds@gnu.org>
2
3 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4 output from a dead connection.
5
12006-02-07 Mathias Dahl <brakjoller@hotmail.com> 62006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2 7
3 * dired.el (dired-mode-map): Add more bindings for tumme. 8 * dired.el (dired-mode-map): Add more bindings for tumme.
@@ -351,7 +356,7 @@
351 * international/latexenc.el: Add a suitable `coding:' tag. 356 * international/latexenc.el: Add a suitable `coding:' tag.
352 (latexenc-find-file-coding-system): Undo last change. 357 (latexenc-find-file-coding-system): Undo last change.
353 358
3542006-01-27 Arne J,bx(Brgensen <arne@arnested.dk> 3592006-01-27 Arne J,Ax(Brgensen <arne@arnested.dk>
355 360
356 * international/latexenc.el (latexenc-find-file-coding-system): 361 * international/latexenc.el (latexenc-find-file-coding-system):
357 Make sure latexenc-main-file is a regular file and is readable. 362 Make sure latexenc-main-file is a regular file and is readable.