aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBen Key2011-03-07 22:11:24 +0100
committerJuanma Barranquero2011-03-07 22:11:24 +0100
commit7faeca66c766912265dea911f92c64b9608c0872 (patch)
tree5354339f2df95fdc70d850aacd78c378be5bac0a /src/ChangeLog
parent7600cf45994d0c1d6fb42d8b0ddf725d9600bd1d (diff)
downloademacs-7faeca66c766912265dea911f92c64b9608c0872.tar.gz
emacs-7faeca66c766912265dea911f92c64b9608c0872.zip
Fix bug#8181.
* src/w32fns.c (FILE_NAME_COMBO_BOX, FILE_NAME_LIST): Define. (file_dialog_callback): Fix locating the window handle of the File Name text field. After disabling it, set focus on the list control. (Fx_file_dialog): If only_dir_p is non-nil, set the text of the File Name text field to "Current Directory" if it does not already have another value.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7fbf3e1ef6c..9c612e0e09f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12011-03-07 Ben Key <bkey76@gmail.com>
2
3 * w32fns.c (FILE_NAME_COMBO_BOX, FILE_NAME_LIST): Define.
4 (file_dialog_callback): Fix locating the window handle of the File Name
5 text field. After disabling it, set focus on the list control.
6 (Fx_file_dialog): If only_dir_p is non-nil, set the text of the File
7 Name text field to "Current Directory" if it does not already have
8 another value. (Bug#8181)
9
12011-03-07 Adrian Robert <Adrian.B.Robert@gmail.com> 102011-03-07 Adrian Robert <Adrian.B.Robert@gmail.com>
2 11
3 * nsterm.m (ns_draw_window_cursor): Fix handling of "cursor_width" 12 * nsterm.m (ns_draw_window_cursor): Fix handling of "cursor_width"