diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a85d380ff28..8995607881f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,7 +8,10 @@ | |||
| 8 | 8 | ||
| 9 | * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c. | 9 | * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c. |
| 10 | 10 | ||
| 11 | * lisp.h: Fx_popup_dialog can have three arguments. | 11 | * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with |
| 12 | a third argument (Qnil). | ||
| 13 | |||
| 14 | * lisp.h: x-popup-dialog can have three arguments. | ||
| 12 | 15 | ||
| 13 | * editfns.c (Fmessage_box): Use "Information" for frame title. | 16 | * editfns.c (Fmessage_box): Use "Information" for frame title. |
| 14 | 17 | ||