aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2005-06-12 19:23:28 +0000
committerJason Rumney2005-06-12 19:23:28 +0000
commit7f2b4738d9c69b3e4ca564d53c01493c0af9b247 (patch)
treec53e218d7673e4fdfc03db871aff17a2faf60181 /src/ChangeLog
parent5a77c8e23c98b04eb8cd6161fe2363cb7cf987fc (diff)
downloademacs-7f2b4738d9c69b3e4ca564d53c01493c0af9b247.tar.gz
emacs-7f2b4738d9c69b3e4ca564d53c01493c0af9b247.zip
(NEWOPENFILENAME): New struct.
(Fx_file_dialog): Use it to trick the system into giving us up to date dialogs on systems that are documented to support it. Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12005-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
12005-06-12 Eli Zaretskii <eliz@gnu.org> 82005-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