aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-14 18:22:45 +0200
committerEli Zaretskii2015-11-14 18:22:45 +0200
commitc0cbecf3e80dd90f351349ccc5383131b924f2f3 (patch)
tree6be66ee9d70c44177ade16bc62fe05c95f1ce735
parentabef71f38a75ed10d18d6e33cded593efa9d9b34 (diff)
downloademacs-c0cbecf3e80dd90f351349ccc5383131b924f2f3.tar.gz
emacs-c0cbecf3e80dd90f351349ccc5383131b924f2f3.zip
; * etc/NEWS: Some easily fixed documentation marks
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e631da24e11..591ed024a4f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,6 +36,7 @@ otherwise leave it unmarked.
36This builds Emacs with Cairo drawing. As a side effect, it provides 36This builds Emacs with Cairo drawing. As a side effect, it provides
37support for built-in printing, when Emacs was built with GTK+. 37support for built-in printing, when Emacs was built with GTK+.
38 38
39---
39** By default, Emacs no longer works on IRIX. We expect that Emacs 40** By default, Emacs no longer works on IRIX. We expect that Emacs
40users are not affected by this, as SGI stopped supporting IRIX in 41users are not affected by this, as SGI stopped supporting IRIX in
41December 2013. If you are affected, please send a bug report. You 42December 2013. If you are affected, please send a bug report. You
@@ -43,12 +44,14 @@ should be able to work around the problem either by porting the Emacs
43undumping code to GCC under IRIX, or by configuring --with-wide-int, 44undumping code to GCC under IRIX, or by configuring --with-wide-int,
44or by sticking with Emacs 24.4. 45or by sticking with Emacs 24.4.
45 46
47---
46** The Emacs garbage collector assumes GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS. 48** The Emacs garbage collector assumes GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS.
47The GC_MAKE_GCPROS_NOOPS stack-marking variant has been the default 49The GC_MAKE_GCPROS_NOOPS stack-marking variant has been the default
48since Emacs 24.4, and the other variants were undocumented and were 50since Emacs 24.4, and the other variants were undocumented and were
49obstacles to maintenance and development. GC_MARK_STACK and its 51obstacles to maintenance and development. GC_MARK_STACK and its
50related symbols have been removed from the C internals. 52related symbols have been removed from the C internals.
51 53
54---
52** 'configure' now prefers gnustep-config when configuring GNUstep. 55** 'configure' now prefers gnustep-config when configuring GNUstep.
53If gnustep-config is not available, the old heuristics are used. 56If gnustep-config is not available, the old heuristics are used.
54 57
@@ -67,6 +70,7 @@ supported, and its presence led to confusion during configuration.
67This affects only the 'movemail' utility; Emacs itself can still 70This affects only the 'movemail' utility; Emacs itself can still
68process MMDF-format files as before. 71process MMDF-format files as before.
69 72
73+++
70** The configure option '--enable-silent-rules' is now the default, 74** The configure option '--enable-silent-rules' is now the default,
71and silent rules are now quieter. To get the old behavior where 75and silent rules are now quieter. To get the old behavior where
72'make' chatters a lot, configure with '--disable-silent-rules' or 76'make' chatters a lot, configure with '--disable-silent-rules' or
@@ -84,6 +88,7 @@ be installed setgid. The option now defaults to the 'games' group.
84It has no particular connection to Emacs and has not changed in years, 88It has no particular connection to Emacs and has not changed in years,
85so if you want to use it, you can always take a copy from an older Emacs. 89so if you want to use it, you can always take a copy from an older Emacs.
86 90
91---
87** Emacs 25 comes with a new set of icons. 92** Emacs 25 comes with a new set of icons.
88Various resolutions are available as etc/images/icons/hicolor/*/apps/emacs.png. 93Various resolutions are available as etc/images/icons/hicolor/*/apps/emacs.png.
89The old Emacs logo icons are available as `emacs23.png' in the same location. 94The old Emacs logo icons are available as `emacs23.png' in the same location.