Mercurial > emacs
changeset 62665:7ccbeba9749f
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 24 May 2005 04:41:03 +0000 |
parents | fd547e6fe3e4 |
children | 51db72745571 |
files | lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Tue May 24 04:30:53 2005 +0000 +++ b/lispref/ChangeLog Tue May 24 04:41:03 2005 +0000 @@ -1,3 +1,7 @@ +2005-05-24 Nick Roberts <nickrob@snap.net.nz> + + * frames.texi (Dialog Boxes): Descibe new optional argument. + 2005-05-23 Lute Kamstra <lute@gnu.org> * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
--- a/man/ChangeLog Tue May 24 04:30:53 2005 +0000 +++ b/man/ChangeLog Tue May 24 04:41:03 2005 +0000 @@ -1,3 +1,7 @@ +2005-05-24 Nick Roberts <nickrob@snap.net.nz> + + * building.texi (Debugger Operation): Simplify last sentence. + 2005-05-23 Lute Kamstra <lute@gnu.org> * emacs.texi: Update FSF's address throughout.
--- a/src/ChangeLog Tue May 24 04:30:53 2005 +0000 +++ b/src/ChangeLog Tue May 24 04:41:03 2005 +0000 @@ -1,3 +1,13 @@ +2005-05-24 Nick Roberts <nickrob@snap.net.nz> + + * xmenu.c (Fx_popup_dialog): Add a third boolean argument to + select frame title ("Question"/"Information"). + (xdialog_show): Use it. + + * lisp.h: Fx_popup_dialog can have three arguments. + + * editfns.c (Fmessage_box): Use "Information" for frame title. + 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org> * termcap.c [VMS]: Include <starlet.h>.