Mercurial > emacs
annotate doc/man/ChangeLog @ 86204:7d7472ea9c0a
* net/tramp.el (tramp-completion-reread-directory-timeout): New
defcustom.
(tramp-handle-file-name-all-completions): Flush directory contents
from cache regularly.
(tramp-set-auto-save-file-modes): Check also for
`buffer-modified-p'.
(tramp-open-connection-setup-interactive-shell): Call
`tramp-cleanup-connection' via funcall.
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
created when copying.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 18 Nov 2007 10:24:51 +0000 |
parents | da4c5938f977 |
children | 76516ae6b1a2 |
rev | line source |
---|---|
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
1 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> |
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
2 |
86151
da4c5938f977
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86090
diff
changeset
|
3 * etags.1: Note that you can use "-" for stdout with -o. |
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
4 |
83916 | 5 2007-09-06 Glenn Morris <rgm@gnu.org> |
6 | |
7 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to | |
8 doc/man/. | |
9 | |
10 ;; Local Variables: | |
11 ;; coding: iso-2022-7bit | |
12 ;; fill-column: 79 | |
13 ;; add-log-time-zone-rule: t | |
14 ;; End: | |
15 | |
16 Copyright (C) 2007 Free Software Foundation, Inc. | |
17 | |
18 This file is part of GNU Emacs. | |
19 | |
20 GNU Emacs is free software; you can redistribute it and/or modify | |
21 it under the terms of the GNU General Public License as published by | |
22 the Free Software Foundation; either version 3, or (at your option) | |
23 any later version. | |
24 | |
25 GNU Emacs is distributed in the hope that it will be useful, | |
26 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
27 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
28 GNU General Public License for more details. | |
29 | |
30 You should have received a copy of the GNU General Public License | |
31 along with GNU Emacs; see the file COPYING. If not, write to the | |
32 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
33 Boston, MA 02110-1301, USA. | |
34 | |
84367 | 35 ;; arch-tag: 2bd1112e-157f-4884-b0ca-0fb1057972d7 |