diff options
| author | Karoly Lorentey | 2003-12-28 16:05:28 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2003-12-28 16:05:28 +0000 |
| commit | 8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (patch) | |
| tree | 53d9baa35f9420264e2f53ad4db850c400c3e2c6 /lisp/ChangeLog | |
| parent | 2e7f2ec031f1708b80df9dc1f60f6b1cb24a5c02 (diff) | |
| parent | 69348b2a71cbabeb23e3b7d5dce354c5bc4bd311 (diff) | |
| download | emacs-8ed48c277afad174675b3d6dcb8e7b00a4bcc97d.tar.gz emacs-8ed48c277afad174675b3d6dcb8e7b00a4bcc97d.zip | |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-1
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-2
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-3
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-17
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c667e0b353..c737c003eb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2003-12-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el: Handle non-readable directories. | ||
| 4 | (ido-decorations): Add 9th element for non-readable directory. | ||
| 5 | (ido-directory-nonreadable): New dynamic var. | ||
| 6 | (ido-set-current-directory): Set it. | ||
| 7 | (ido-read-buffer, ido-file-internal): | ||
| 8 | (ido-read-file-name, ido-read-directory-name): Let-bind it. | ||
| 9 | (ido-file-name-all-completions1): Return empty list for | ||
| 10 | non-readable directory. | ||
| 11 | (ido-exhibit): Print [Not readable] if directory is not readable. | ||
| 12 | (ido-expand-directory): New defun (based on tiny fix from Karl Chen). | ||
| 13 | (ido-read-file-name, ido-file-internal, ido-read-directory-name): | ||
| 14 | Use it. | ||
| 15 | |||
| 16 | 2003-12-27 Lars Hansen <larsh@math.ku.dk> | ||
| 17 | |||
| 18 | * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in | ||
| 19 | calls to directory-files-and-attributes and file-attributes. | ||
| 20 | (ls-lisp-format): Remove system dependent handling of user and | ||
| 21 | group id's. | ||
| 22 | |||
| 23 | 2003-12-25 Luc Teirlinck <teirllm@auburn.edu> | ||
| 24 | |||
| 25 | * ffap.el (ffap-read-file-or-url): Revert previous change. | ||
| 26 | |||
| 27 | 2003-12-25 Andreas Schwab <schwab@suse.de> | ||
| 28 | |||
| 29 | * jka-compr.el (jka-compr-insert-file-contents): Avoid error when | ||
| 30 | file not found. | ||
| 31 | |||
| 1 | 2003-12-08 Miles Bader <miles@gnu.org> | 32 | 2003-12-08 Miles Bader <miles@gnu.org> |
| 2 | 33 | ||
| 3 | * dired.el (dired-between-files): Always use dired-move-to-filename, | 34 | * dired.el (dired-between-files): Always use dired-move-to-filename, |
| @@ -67,6 +98,23 @@ | |||
| 67 | * info.el (Info-unescape-quotes, Info-split-parameter-string) | 98 | * info.el (Info-unescape-quotes, Info-split-parameter-string) |
| 68 | (Info-goto-emacs-command-node): Doc fixes. | 99 | (Info-goto-emacs-command-node): Doc fixes. |
| 69 | 100 | ||
| 101 | 2003-12-12 Jesper Harder <harder@ifa.au.dk> | ||
| 102 | |||
| 103 | * cus-edit.el (custom-add-parent-links): Define "many". | ||
| 104 | |||
| 105 | 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 106 | |||
| 107 | * wid-edit.el (widget-child-value-get, widget-child-value-inline) | ||
| 108 | (widget-child-validate, widget-type-value-create) | ||
| 109 | (widget-type-default-get, widget-type-match): New functions. | ||
| 110 | (lazy): New widget. | ||
| 111 | (menu-choice, checklist, radio-button-choice, editable-list) | ||
| 112 | (group, documentation-string): Removed redundant (per 2003-10-25 | ||
| 113 | change) calls to `widget-children-value-delete'. | ||
| 114 | (widget-choice-value-get, widget-choice-value-inline): Removed | ||
| 115 | functions. | ||
| 116 | (menu-choice): Updated widget. | ||
| 117 | |||
| 70 | 2003-12-03 Kenichi Handa <handa@m17n.org> | 118 | 2003-12-03 Kenichi Handa <handa@m17n.org> |
| 71 | 119 | ||
| 72 | * language/cyrillic.el: Register "microsoft-cp1251" in | 120 | * language/cyrillic.el: Register "microsoft-cp1251" in |