Mercurial > emacs
comparison src/ChangeLog @ 94300:b47239d57d36
* lisp/minibuffer.el (read-file-name-function, read-file-name-predicate)
(read-file-name-completion-ignore-case, insert-default-directory):
New vars, moved from fileio.c.
(read-file-name): New fun, moved from fileio.c.
* lisp/cus-start.el: Remove insert-default-directory and
read-file-name-completion-ignore-case.
* src/fileio.c (Vread_file_name_function, Vread_file_name_predicate)
(read_file_name_completion_ignore_case, insert_default_directory)
(Qdefault_directory): Move to minibuffer.el.
(Fread_file_name): Call the new `read-file-name' instead.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 23 Apr 2008 18:19:57 +0000 |
parents | ca9efc5939fc |
children | df6f9d73861f |
comparison
equal
deleted
inserted
replaced
94299:c4b844d3df2c | 94300:b47239d57d36 |
---|---|
1 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * fileio.c (Vread_file_name_function, Vread_file_name_predicate) | |
4 (read_file_name_completion_ignore_case, insert_default_directory) | |
5 (Qdefault_directory): Move to minibuffer.el. | |
6 (Fread_file_name): Call the new `read-file-name' instead. | |
7 | |
1 2008-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 8 2008-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 9 |
3 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]: | 10 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]: |
4 Make function non-static. | 11 Make function non-static. |
5 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: | 12 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: |