comparison etc/NEWS @ 97515:35e9fbdfe27d

Consolidate nextstep port items.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 17 Aug 2008 15:04:30 +0000
parents 1a5e7c3ee575
children a05ebaaf6031
comparison
equal deleted inserted replaced
97514:b05ca2031f35 97515:35e9fbdfe27d
54 +++ 54 +++
55 *** Emacs now supports the SVG image format through librsvg2. 55 *** Emacs now supports the SVG image format through librsvg2.
56 56
57 ** New NeXTSTEP-based port 57 ** New NeXTSTEP-based port
58 This provides support for GNUStep (via the GNUStep libraries) and Mac 58 This provides support for GNUStep (via the GNUStep libraries) and Mac
59 OS X (via the Cocoa libraries). See nextstep/README and 59 OS X (via the Cocoa libraries).
60 nextstep/INSTALL in the Emacs source directory. 60
61 Specify --with-ns to configure for this. By default, a self-contained
62 app will be built (containing all lisp). To install/share lisp with
63 other emacsen (e.g. X11 build) use --disable-ns-self-contained. See
64 nextstep/README and nextstep/INSTALL in the Emacs source directory.
61 65
62 ** Mac OS X is no longer supported via Carbon. 66 ** Mac OS X is no longer supported via Carbon.
63 Use the NeXTSTEP port, described above. 67 Use the NeXTSTEP port, described above.
64 68
65 ** The new configuration option "--with-dbus" enables D-Bus language 69 ** The new configuration option "--with-dbus" enables D-Bus language
105 ** Emacs 23 comes with a new set of default icons. 109 ** Emacs 23 comes with a new set of default icons.
106 Various resolutions are available as etc/images/icons/hicolor/*/apps/emacs.png. 110 Various resolutions are available as etc/images/icons/hicolor/*/apps/emacs.png.
107 The Emacs 22 icon is available as `emacs22.png' in the same location. 111 The Emacs 22 icon is available as `emacs22.png' in the same location.
108 112
109 * Changes in Emacs 23.1 113 * Changes in Emacs 23.1
110
111 ** Emacs can now be built under the Cocoa libraries on Mac OS X and GNUstep
112 libraries on other machines. Specify --with-ns to configure for this. By
113 default a self-contained app will be built (containing all lisp). To
114 install/share lisp with other emacsen (e.g. X11 build) use
115 --disable-ns-self-contained. Use 'info-ns-emacs' or first entry under Help
116 menu when running for more information.
117 114
118 ** `where-is-preferred-modifier' can specify your favorite modifier. 115 ** `where-is-preferred-modifier' can specify your favorite modifier.
119 116
120 ** Improved X Window System support 117 ** Improved X Window System support
121 118