aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2004-06-27 22:37:07 +0000
committerJason Rumney2004-06-27 22:37:07 +0000
commitef544dc88794ccfd1237f56e3e490f705bf1d025 (patch)
tree41c8fe4e66e4763bbe539d1ec43da41ce61bf755 /src/ChangeLog
parentcb05ca25df6d4dca3024b94731aaee12bfce4ad6 (diff)
downloademacs-ef544dc88794ccfd1237f56e3e490f705bf1d025.tar.gz
emacs-ef544dc88794ccfd1237f56e3e490f705bf1d025.zip
(file_dialog_callback): Disable edit control if set
to directories only on CDN_INITDONE message. (Fx_file_dialog): Default to directories only when prompt starts with "Dired".
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 bb72bf7b671..383f479aabd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12004-06-27 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (file_dialog_callback): Disable edit control if set
4 to directories only on CDN_INITDONE message.
5 (Fx_file_dialog): Default to directories only when prompt starts
6 with "Dired".
7
12004-06-25 Kim F. Storm <storm@cua.dk> 82004-06-25 Kim F. Storm <storm@cua.dk>
2 9
3 * alloc.c (allocate_misc): Update total_free_markers. 10 * alloc.c (allocate_misc): Update total_free_markers.