Mercurial > emacs
comparison lisp/ChangeLog @ 58927:26d0cc66a118
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 13 Dec 2004 05:21:11 +0000 |
parents | 50186ddf2fff |
children | 43248e1430b6 |
comparison
equal
deleted
inserted
replaced
58926:cf0908fe7bb0 | 58927:26d0cc66a118 |
---|---|
1 2004-12-12 Juri Linkov <juri@jurta.org> | |
2 | |
3 * files.el (find-file-other-window, find-file-other-frame): | |
4 Add the first buffer to the returned value to return the complete | |
5 list of all visited buffers. | |
6 (find-file-read-only, find-file-read-only-other-window) | |
7 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of | |
8 `find-file-read-args'. Signal an error about non-existent file | |
9 only if file name doesn't contain wildcards. Toggle read-only in | |
10 all visited buffers. | |
11 (find-alternate-file, find-alternate-file-other-window): | |
12 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when | |
13 called interactively. Pass arg `wildcards' to other functions. | |
14 (find-file-noselect): Doc fix. | |
15 | |
16 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'". | |
17 Doc fix. | |
18 (ffap-directory-finder): New variable. | |
19 (ffap-string-at-point-mode-alist): Add * and ? to `file'. | |
20 (ffap-file-at-point): Add /* to immediately rejected names. | |
21 Return absolute file names matching ffap-dired-wildcards. | |
22 (ffap-read-file-or-url): Set default value for `completing-read' | |
23 to `buffer-file-name'. | |
24 (find-file-at-point): When filename matches ffap-dired-wildcards, | |
25 call ffap-file-finder with t arg `wildcards', instead of dired. | |
26 (ffap-other-window, ffap-other-frame): Return visited buffers. | |
27 (ffap-read-only, ffap-read-only-other-window) | |
28 (ffap-read-only-other-frame, ffap-alternate-file): New commands. | |
29 (dired-at-point): Call ffap-directory-finder instead of dired. | |
30 (ffap-dired-other-window, ffap-dired-other-frame) | |
31 (ffap-list-directory): New commands. | |
32 (ffap-bindings): New keybindings for new commands. | |
33 | |
1 2004-12-12 Juri Linkov <juri@jurta.org> | 34 2004-12-12 Juri Linkov <juri@jurta.org> |
2 | 35 |
3 * simple.el (beginning-of-buffer, end-of-buffer): | 36 * simple.el (beginning-of-buffer, end-of-buffer): |
4 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | 37 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): |
5 Do not push mark when mark is active in transient-mark-mode. | 38 Do not push mark when mark is active in transient-mark-mode. |