diff options
| author | Joakim Verona | 2013-09-16 08:27:23 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-16 08:27:23 +0200 |
| commit | df15e4f6391d475acf15dcb512a28eed9964caac (patch) | |
| tree | a1b8b76d585bb6168da097b4ce1b35be3fe8b1e6 /etc | |
| parent | 2b483f0f59ff7f125dfbe490e42eb84c238ac971 (diff) | |
| parent | 578c21bc0316661f211dd73a9eb65c8213bd372f (diff) | |
| download | emacs-df15e4f6391d475acf15dcb512a28eed9964caac.tar.gz emacs-df15e4f6391d475acf15dcb512a28eed9964caac.zip | |
merge from trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
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 @@ | |||
| 1 | 2013-09-15 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * NEWS: Mention the macfont backend. | ||
| 4 | |||
| 1 | 2013-09-09 Glenn Morris <rgm@gnu.org> | 5 | 2013-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) |
| @@ -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. |
| 55 | pkg-config is required to find ImageMagick libraries. | 55 | pkg-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. | ||
| 58 | For GNUStep and OSX 10.4 the old backend is used. | ||
| 59 | To 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 | ||