Mercurial > emacs
comparison etc/NEWS @ 83269:48ba3f89c89f
Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-162
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-163
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-164
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-165
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-166
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167
Tweak obsolete function/variable warning message
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-168
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-169
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-170
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-171
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-172
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-173
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-174
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-175
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-176
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-177
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-178
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-179
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-180
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-181
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-182
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-37
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-38
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-309
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 16 Mar 2005 16:06:15 +0000 |
parents | c0017532a99a |
children | 3704e621e386 8395880305fe |
comparison
equal
deleted
inserted
replaced
83268:7ea3d7198adc | 83269:48ba3f89c89f |
---|---|
100 ** Building with -DENABLE_CHECKING does not automatically build with union | 100 ** Building with -DENABLE_CHECKING does not automatically build with union |
101 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | 101 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. |
102 | 102 |
103 | 103 |
104 * Changes in Emacs 22.1 | 104 * Changes in Emacs 22.1 |
105 | |
106 ** The commands copy-file, rename-file, make-symbolic-link and | |
107 add-name-to-file, when given a directory as the "new name" argument, | |
108 convert it to a file name by merging in the within-directory part of | |
109 the existing file's name. (This is the same convention that shell | |
110 commands cp, mv, and ln follow.) Thus, M-x copy-file RET ~/foo RET | |
111 /tmp RET copies ~/foo to /tmp/foo. | |
105 | 112 |
106 ** C-u M-x goto-line now switches to the most recent previous buffer, | 113 ** C-u M-x goto-line now switches to the most recent previous buffer, |
107 and goes to the specified line in that buffer. | 114 and goes to the specified line in that buffer. |
108 | 115 |
109 When goto-line starts to execute, if there's a number in the buffer at | 116 When goto-line starts to execute, if there's a number in the buffer at |
2443 connection using base64 or uu encoding) and the `out-of-band' methods | 2450 connection using base64 or uu encoding) and the `out-of-band' methods |
2444 (which invoke an external copying program such as `rcp' or `scp' or | 2451 (which invoke an external copying program such as `rcp' or `scp' or |
2445 `rsync' to do the copying). | 2452 `rsync' to do the copying). |
2446 | 2453 |
2447 Shell connections can be acquired via `rsh', `ssh', `telnet' and also | 2454 Shell connections can be acquired via `rsh', `ssh', `telnet' and also |
2448 `su' and `sudo'. | 2455 `su' and `sudo'. Ange-FTP is still supported via the `ftp' method. |
2456 | |
2457 If you want to disable Tramp you should set | |
2458 | |
2459 (setq tramp-default-method "ftp") | |
2449 | 2460 |
2450 --- | 2461 --- |
2451 ** The new global minor mode `file-name-shadow-mode' modifies the way | 2462 ** The new global minor mode `file-name-shadow-mode' modifies the way |
2452 filenames being entered by the user in the minibuffer are displayed, so | 2463 filenames being entered by the user in the minibuffer are displayed, so |
2453 that it's clear when part of the entered filename will be ignored due to | 2464 that it's clear when part of the entered filename will be ignored due to |