comparison src/ChangeLog @ 85517:ecea7a8a89d5

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Mon, 22 Oct 2007 00:20:06 +0000
parents b31c7731df51
children b9d946f07c0e
comparison
equal deleted inserted replaced
85516:6260015b7802 85517:ecea7a8a89d5
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.
4 15
5 2007-10-20 Juanma Barranquero <lekktu@gmail.com> 16 2007-10-20 Juanma Barranquero <lekktu@gmail.com>