diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a2c70f13109..76cdc9893ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-06-12 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (NEWOPENFILENAME): New struct. | ||
| 4 | (Fx_file_dialog): Use it to trick the system into giving us up to | ||
| 5 | date dialogs on systems that are documented to support it. | ||
| 6 | Do not set OFN_FILEMUSTEXIST flag if looking for a directory. | ||
| 7 | |||
| 1 | 2005-06-12 Eli Zaretskii <eliz@gnu.org> | 8 | 2005-06-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of | 10 | * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of |