diff options
| author | Chong Yidong | 2008-06-11 18:06:53 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-06-11 18:06:53 +0000 |
| commit | 0408f85857fda2e7607dcf8add106365f44471f4 (patch) | |
| tree | 73223c411c762c985cc4456dd8892e43022edc97 /etc | |
| parent | 4b7cdc0edd1ecc6e35071cd728005e84c378652b (diff) | |
| download | emacs-0408f85857fda2e7607dcf8add106365f44471f4.tar.gz emacs-0408f85857fda2e7607dcf8add106365f44471f4.zip | |
Add menu bar changes, and font parsing changes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 14 insertions, 2 deletions
| @@ -33,8 +33,9 @@ backends. This requires the freetype and fontconfig libraries, and | |||
| 33 | supports local fonts (fonts installed on the machine where Emacs is | 33 | supports local fonts (fonts installed on the machine where Emacs is |
| 34 | running). Additionally, the Xft library can be used for antialiasing | 34 | running). Additionally, the Xft library can be used for antialiasing |
| 35 | support, the otf library for complex text layout by OpenType fonts, | 35 | support, the otf library for complex text layout by OpenType fonts, |
| 36 | and the m17n library for text shaping. Fontconfig-like font names | 36 | and the m17n library for text shaping. Emacs now accepts font names |
| 37 | (e.g. monospace-12) are accepted. | 37 | supplied in the fontconfig format (e.g. "monospace-12:bold") and GTK |
| 38 | format (e.g. "Monospace Bold 12"). | ||
| 38 | 39 | ||
| 39 | ** The new configuration option "--with-dbus" enables D-Bus language | 40 | ** The new configuration option "--with-dbus" enables D-Bus language |
| 40 | bindings for Emacs. | 41 | bindings for Emacs. |
| @@ -165,6 +166,17 @@ unless there's no other window. | |||
| 165 | *** New option split-window-preferred-function can be set to a function | 166 | *** New option split-window-preferred-function can be set to a function |
| 166 | to override the default splitting mechanism of display-buffer. | 167 | to override the default splitting mechanism of display-buffer. |
| 167 | 168 | ||
| 169 | ** Menu Bar changes | ||
| 170 | |||
| 171 | *** The Options menu contains a new entry to turn on Longlines mode. | ||
| 172 | |||
| 173 | *** In the Options menu, the "Set Default Font" item applies the | ||
| 174 | selected font to the `default' face on all frames, not just the | ||
| 175 | current frame. This font setting will be saved if the "Save Options" | ||
| 176 | item is used. Furthermore, if Emacs is compiled with both GTK and | ||
| 177 | Fontconfig support, the "Set Default Font" item uses the GTK font | ||
| 178 | selection dialog instead of an Emacs pop-up menu. | ||
| 179 | |||
| 168 | ** Emacsclient has been extended to support opening a new terminal | 180 | ** Emacsclient has been extended to support opening a new terminal |
| 169 | frame. Its behavior has been changed to open a new Emacs frame by | 181 | frame. Its behavior has been changed to open a new Emacs frame by |
| 170 | default. Use the -c option to get the old behavior of opening files in | 182 | default. Use the -c option to get the old behavior of opening files in |