aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b3273292ea6..34526654983 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12008-02-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
2
3 * NEWS: Mention XEmbed and --parent-id.
4
12008-02-08 Daiki Ueno <ueno@unixuser.org> 52008-02-08 Daiki Ueno <ueno@unixuser.org>
2 6
3 * NEWS: Mention EasyPG. 7 * NEWS: Mention EasyPG.
diff --git a/etc/NEWS b/etc/NEWS
index 47b047e11a9..ef680dd0db2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -61,6 +61,12 @@ You can also use any number of different ttys.
61You can test for the presence of this feature in your Lisp code by 61You can test for the presence of this feature in your Lisp code by
62testing for the `multi-tty' feature. 62testing for the `multi-tty' feature.
63 63
64** Emacs now supports the XEmbed specification.
65You can embed Emacs in another application on X11. The new command line option
66--parent-id is used to pass the parent window id to Emacs. See
67http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.html
68for details about XEmbed.
69
64** Emacs comes with a new set of icons for Mac OS X. 70** Emacs comes with a new set of icons for Mac OS X.
65OS-X-style icons (an application icon and a relevant document icon) 71OS-X-style icons (an application icon and a relevant document icon)
66were contributed by Kentaro Ohkouchi. 72were contributed by Kentaro Ohkouchi.