diff options
| author | Gerd Moellmann | 2001-05-03 17:10:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-03 17:10:00 +0000 |
| commit | a779d21374a1fdb38f7a9ed3a664b7321d9af7bd (patch) | |
| tree | 0f41d2d35ffa75610e0d77c8354997ed8f2cce33 /src/ChangeLog | |
| parent | 2fa2f461f06f072402dfa764480c4a368bf582f5 (diff) | |
| download | emacs-a779d21374a1fdb38f7a9ed3a664b7321d9af7bd.tar.gz emacs-a779d21374a1fdb38f7a9ed3a664b7321d9af7bd.zip | |
(file_dialog_unmap_cb): New function.
(Fx_file_dialog): Use it as XmNunmapCallback to capture the case
where a dialog is closed via the window manager.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d49c9417118..6dd403357e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-05-03 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (file_dialog_unmap_cb): New function. | ||
| 4 | (Fx_file_dialog): Use it as XmNunmapCallback to capture the case | ||
| 5 | where a dialog is closed via the window manager. | ||
| 6 | |||
| 3 | * xdisp.c (try_window_id): Cases of changes all in front of | 7 | * xdisp.c (try_window_id): Cases of changes all in front of |
| 4 | the window start or all below the window end mostly rewritten. | 8 | the window start or all below the window end mostly rewritten. |
| 5 | (redisplay_window): Move the tests if try_window_id is | 9 | (redisplay_window): Move the tests if try_window_id is |