comparison src/ChangeLog @ 94220:47134e6f8c9b

(Qdefault_directory): New variable. (Fread_file_name): Use it to pass `dir' to the completion functions.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Apr 2008 21:26:02 +0000
parents 18fdd5bece36
children 43cd713cec44
comparison
equal deleted inserted replaced
94219:185747659a29 94220:47134e6f8c9b
1 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fileio.c (Qdefault_directory): New variable.
4 (Fread_file_name): Use it to pass `dir' to the completion functions.
5
1 2008-04-20 Chong Yidong <cyd@stupidchicken.com> 6 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * xdisp.c (pos_visible_p): Check if iterator stops on a display string. 8 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
4 9
5 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> 10 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>