summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-05-24 04:41:03 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-05-24 04:41:03 +0000
commitcb5db137cc06660e82ce04f54742677b17608000 (patch)
tree27f8497435354ce6793894d129e7f4616e2be60a
parent607fc154ea1ac4e345a50839cc3ebabe6d3d02d8 (diff)
downloademacs-cb5db137cc06660e82ce04f54742677b17608000.tar.gz
*** empty log message ***
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog4
-rw-r--r--src/ChangeLog10
3 files changed, 18 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 0246206f713..01d3c97366a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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
diff --git a/man/ChangeLog b/man/ChangeLog
index 75b64aee893..b207dffcfa7 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -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.
diff --git a/src/ChangeLog b/src/ChangeLog
index a0f9d96cdd3..3b9646c93a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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>.