diff options
| author | Eli Zaretskii | 2014-07-12 12:25:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-12 12:25:29 +0300 |
| commit | 47f63aa79abed1da90fabd637529d5f8161f84fa (patch) | |
| tree | 9aae64b8c1eb38ea45daf7e482a07c6f28b21a26 /src/ChangeLog | |
| parent | a5a8e250d5fc17b3e4a7955f2c896f2b050b2960 (diff) | |
| download | emacs-47f63aa79abed1da90fabd637529d5f8161f84fa.tar.gz emacs-47f63aa79abed1da90fabd637529d5f8161f84fa.zip | |
Document the behavior of file selection dialogs on Windows 7 (bug #17950).
etc/PROBLEMS: Mention the problem from bug #17950.
src/w32fns.c (Fx_file_dialog): Mention in the doc string the
behavior on Windows 7 and later when the function is repeatedly
invoked with the same value of DIR.
src/xfns.c (Fx_file_dialog) [USE_MOTIF, USE_GTK]: Update the doc
string to match the one in w32fns.c.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d2f1999b546..493bcde7418 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-07-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (Fx_file_dialog): Mention in the doc string the | ||
| 4 | behavior on Windows 7 and later when the function is repeatedly | ||
| 5 | invoked with the same value of DIR. (Bug#17950) | ||
| 6 | |||
| 7 | * xfns.c (Fx_file_dialog) [USE_MOTIF, USE_GTK]: Update the doc | ||
| 8 | string to match the one in w32fns.c. | ||
| 9 | |||
| 1 | 2014-07-08 Eli Zaretskii <eliz@gnu.org> | 10 | 2014-07-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (move_it_to): Adjust calculation of line_start_x to what | 12 | * xdisp.c (move_it_to): Adjust calculation of line_start_x to what |