aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-07-12 22:12:49 +0000
committerChong Yidong2008-07-12 22:12:49 +0000
commit81efacf925f0bb33a9fe71067816dc57eb179390 (patch)
tree61132e4f5c7447f92d4ba2feff1e41f02ce16d71
parent2e0ef05b7ba85ae043a63aa1a2e0d9e0c8878d34 (diff)
downloademacs-81efacf925f0bb33a9fe71067816dc57eb179390.tar.gz
emacs-81efacf925f0bb33a9fe71067816dc57eb179390.zip
Update description of changes to Line Wrapping on the menu bar.
-rw-r--r--etc/NEWS23
1 files changed, 15 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e3005c43900..00d668b79d9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -160,27 +160,29 @@ Sinhala, and TaiViet.
160unify-8859-on-decoding-mode are obsolete. 160unify-8859-on-decoding-mode are obsolete.
161 161
162** Emacs now supports serial port access on GNU/Linux, Unix, and 162** Emacs now supports serial port access on GNU/Linux, Unix, and
163Windows. `serial-term' starts an interactive terminal, 163Windows. The new command `serial-term' starts an interactive terminal
164`make-serial-process' and `serial-process-configure' provide a Lisp 164on a serial port. The serial port can be configured at runtime with
165interface. The serial port can be configured at runtime with the 165the mode-line mouse menu.
166mode-line mouse menu.
167 166
168** Menu Bar changes 167** Menu Bar changes
169 168---
170*** In the Options menu, the "Set Default Font" item applies the 169*** In the Options menu, the "Set Default Font" item applies the
171selected font to the `default' face on all frames, not just the 170selected font to the `default' face on all frames, not just the
172current frame. Furthermore, if Emacs is compiled with both GTK and 171current frame. Furthermore, if Emacs is compiled with both GTK and
173Fontconfig support, the "Set Default Font" item uses the GTK font 172Fontconfig support, the "Set Default Font" item uses the GTK font
174selection dialog instead of an Emacs pop-up menu. 173selection dialog instead of an Emacs pop-up menu.
175 174---
176*** The font setting chosen by "Set Default Font" is saved if the 175*** The font setting chosen by "Set Default Font" is saved if the
177"Save Options" item is used. 176"Save Options" item is used.
178 177
179*** The Tools menu contains a new Encryption/Decryption submenu. 178*** The Tools menu contains a new Encryption/Decryption submenu.
180This contains commands provided by EasyPG, the newly-included 179This contains commands provided by EasyPG, the newly-included
181interface to GnuPG (see New Modes and Packages). 180interface to GnuPG (see New Modes and Packages).
182 181---
183*** The Options menu contains a new entry to turn on Longlines mode. 182*** In the Options menu, the "Truncate Long Lines in the Buffer" entry
183has been replaced with a submenu offering three different ways to
184handle long lines: truncation, continuation at the window edge, and
185the new word wrapping option (see Editing Changes, below).
184 186
185** Mode-line changes 187** Mode-line changes
186 188
@@ -225,6 +227,7 @@ following arguments.
225list accessible by M-n instead of pushing all guesses temporarily into 227list accessible by M-n instead of pushing all guesses temporarily into
226the history list. 228the history list.
227 229
230---
228** The following input methods were removed in Emacs 22.2, but this was 231** The following input methods were removed in Emacs 22.2, but this was
229not advertised: danish-alt-postfix, esperanto-alt-postfix, 232not advertised: danish-alt-postfix, esperanto-alt-postfix,
230finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix, 233finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix,
@@ -1306,6 +1309,10 @@ specification.
1306the same matching as `looking-at' and `string-match' without changing 1309the same matching as `looking-at' and `string-match' without changing
1307the match data. 1310the match data.
1308 1311
1312*** The two new functions `make-serial-process' and
1313`serial-process-configure' provide a Lisp interface to the new serial
1314port support (see Emacs changes, above).
1315
1309** Miscellaneous new variables 1316** Miscellaneous new variables
1310 1317
1311*** `this-command-keys-shift-translated' is non-nil if the key 1318*** `this-command-keys-shift-translated' is non-nil if the key