aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAdrian Robert2008-07-17 17:44:41 +0000
committerAdrian Robert2008-07-17 17:44:41 +0000
commit06b627700d30a166b0f06ad99166d448f9f7969c (patch)
tree35b0b353bfd71222d337fafae846c1eee23ec1a7 /etc
parente5744c66661fd4c5e118c0a9f451835543dcb789 (diff)
downloademacs-06b627700d30a166b0f06ad99166d448f9f7969c.tar.gz
emacs-06b627700d30a166b0f06ad99166d448f9f7969c.zip
remove need for nextstep/compile for NS build; also, add NEWS entry about the port
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS7
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f840769a9df..e708756dc3f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * NEWS: Add entry about NS port.
4
12008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> 52008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2 6
3 * Emacs.clr: New file, add support for X color names to NS display 7 * Emacs.clr: New file, add support for X color names to NS display
diff --git a/etc/NEWS b/etc/NEWS
index da7f823fb73..f562a108f0a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -83,6 +83,13 @@ The Emacs 22 icon is available as `emacs22.png' in the same location.
83 83
84* Changes in Emacs 23.1 84* Changes in Emacs 23.1
85 85
86** Emacs can now be built under the Cocoa libraries on Mac OS X and GNUstep
87 libraries on other machines. Specify --with-ns to configure for this. By
88 default a self-contained app will be built (containing all lisp). To
89 install/share lisp with other emacsen (e.g. X11 build) use
90 --disable-ns-self-contained. Use 'info-ns-emacs' or first entry under Help
91 menu when running for more information.
92
86** `where-is-preferred-modifier' can specify your favorite modifier. 93** `where-is-preferred-modifier' can specify your favorite modifier.
87 94
88** Improved X Window System support 95** Improved X Window System support