diff options
| author | Chong Yidong | 2008-07-12 22:12:49 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-12 22:12:49 +0000 |
| commit | 81efacf925f0bb33a9fe71067816dc57eb179390 (patch) | |
| tree | 61132e4f5c7447f92d4ba2feff1e41f02ce16d71 | |
| parent | 2e0ef05b7ba85ae043a63aa1a2e0d9e0c8878d34 (diff) | |
| download | emacs-81efacf925f0bb33a9fe71067816dc57eb179390.tar.gz emacs-81efacf925f0bb33a9fe71067816dc57eb179390.zip | |
Update description of changes to Line Wrapping on the menu bar.
| -rw-r--r-- | etc/NEWS | 23 |
1 files changed, 15 insertions, 8 deletions
| @@ -160,27 +160,29 @@ Sinhala, and TaiViet. | |||
| 160 | unify-8859-on-decoding-mode are obsolete. | 160 | unify-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 |
| 163 | Windows. `serial-term' starts an interactive terminal, | 163 | Windows. The new command `serial-term' starts an interactive terminal |
| 164 | `make-serial-process' and `serial-process-configure' provide a Lisp | 164 | on a serial port. The serial port can be configured at runtime with |
| 165 | interface. The serial port can be configured at runtime with the | 165 | the mode-line mouse menu. |
| 166 | mode-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 |
| 171 | selected font to the `default' face on all frames, not just the | 170 | selected font to the `default' face on all frames, not just the |
| 172 | current frame. Furthermore, if Emacs is compiled with both GTK and | 171 | current frame. Furthermore, if Emacs is compiled with both GTK and |
| 173 | Fontconfig support, the "Set Default Font" item uses the GTK font | 172 | Fontconfig support, the "Set Default Font" item uses the GTK font |
| 174 | selection dialog instead of an Emacs pop-up menu. | 173 | selection 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. |
| 180 | This contains commands provided by EasyPG, the newly-included | 179 | This contains commands provided by EasyPG, the newly-included |
| 181 | interface to GnuPG (see New Modes and Packages). | 180 | interface 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 |
| 183 | has been replaced with a submenu offering three different ways to | ||
| 184 | handle long lines: truncation, continuation at the window edge, and | ||
| 185 | the 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. | |||
| 225 | list accessible by M-n instead of pushing all guesses temporarily into | 227 | list accessible by M-n instead of pushing all guesses temporarily into |
| 226 | the history list. | 228 | the 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 |
| 229 | not advertised: danish-alt-postfix, esperanto-alt-postfix, | 232 | not advertised: danish-alt-postfix, esperanto-alt-postfix, |
| 230 | finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix, | 233 | finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix, |
| @@ -1306,6 +1309,10 @@ specification. | |||
| 1306 | the same matching as `looking-at' and `string-match' without changing | 1309 | the same matching as `looking-at' and `string-match' without changing |
| 1307 | the match data. | 1310 | the 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 | ||
| 1314 | port 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 |