diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3df88c6f332..1ed1d3a5d38 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-10-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * minibuf.c: Allow minibuffer default to be a list of default values. | ||
| 4 | With empty input use the first element of this list as returned default. | ||
| 5 | (string_to_object): | ||
| 6 | (read_minibuf_noninteractive): If defalt is cons, set val to its car. | ||
| 7 | (read_minibuf): If defalt is cons, set histstring to its car. | ||
| 8 | (Fread_string): If default_value is cons, set val to its car. | ||
| 9 | (Fread_buffer): If def is cons, use its car. | ||
| 10 | (Fcompleting_read): If defalt is cons, set val to its car. | ||
| 11 | |||
| 1 | 2007-10-21 Michael Albinus <michael.albinus@gmx.de> | 12 | 2007-10-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 13 | ||
| 3 | * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid. | 14 | * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid. |