aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-09-16 08:27:23 +0200
committerJoakim Verona2013-09-16 08:27:23 +0200
commitdf15e4f6391d475acf15dcb512a28eed9964caac (patch)
treea1b8b76d585bb6168da097b4ce1b35be3fe8b1e6 /etc
parent2b483f0f59ff7f125dfbe490e42eb84c238ac971 (diff)
parent578c21bc0316661f211dd73a9eb65c8213bd372f (diff)
downloademacs-df15e4f6391d475acf15dcb512a28eed9964caac.tar.gz
emacs-df15e4f6391d475acf15dcb512a28eed9964caac.zip
merge from trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index bd5534d9446..5483d824da4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-09-15 Jan Djärv <jan.h.d@swipnet.se>
2
3 * NEWS: Mention the macfont backend.
4
12013-09-09 Glenn Morris <rgm@gnu.org> 52013-09-09 Glenn Morris <rgm@gnu.org>
2 6
3 * refcards/Makefile (PS_ENGLISH, PS_CZECH, PS_FRENCH, PS_GERMAN) 7 * refcards/Makefile (PS_ENGLISH, PS_CZECH, PS_FRENCH, PS_GERMAN)
diff --git a/etc/NEWS b/etc/NEWS
index a5da8eaa893..7558fc53052 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -54,6 +54,11 @@ and zlib-format compressed data.
54** Emacs for NS (OSX, GNUStep) can be built with ImageMagick support. 54** Emacs for NS (OSX, GNUStep) can be built with ImageMagick support.
55pkg-config is required to find ImageMagick libraries. 55pkg-config is required to find ImageMagick libraries.
56 56
57** For OSX >= 10.5, the Core text based font backend from the Mac port is used.
58For GNUStep and OSX 10.4 the old backend is used.
59To use the old backend by default, do on the command line:
60% defaults write org.gnu.Emacs FontBackend ns
61
57 62
58* Startup Changes in Emacs 24.4 63* Startup Changes in Emacs 24.4
59 64