diff options
| author | Chong Yidong | 2011-10-18 17:11:17 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-10-18 17:11:17 -0400 |
| commit | 939db9ac789cadf11693fd7362aa6da65930be5b (patch) | |
| tree | 7eef37b3303e3a072b9537365769ed49417044c1 /etc | |
| parent | 4e948d153a13d2ee9e84b8db9a7dd2477460196e (diff) | |
| download | emacs-939db9ac789cadf11693fd7362aa6da65930be5b.tar.gz emacs-939db9ac789cadf11693fd7362aa6da65930be5b.zip | |
More edits to Display chapter of Emacs manual.
* doc/emacs/display.texi (Fringes): Move overflow-newline-into-fringe here,
from Line Truncation node.
(Standard Faces): Note that only the background of the cursor face
has an effect.
(Cursor Display): Fix descriptions of cursor face
and bar cursor blinking.
(Text Display): Document nobreak-char-display more clearly.
(Line Truncation): Add xref to Split Window node.
(Display Custom): Don't bother documenting baud-rate or
no-redraw-on-reenter.
* doc/emacs/search.texi (Slow Isearch): Node removed.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -109,9 +109,9 @@ and pops down the *Completions* buffer accordingly. | |||
| 109 | *** Completion can cycle, depending on completion-cycle-threshold. | 109 | *** Completion can cycle, depending on completion-cycle-threshold. |
| 110 | +++ | 110 | +++ |
| 111 | *** New completion style `substring'. | 111 | *** New completion style `substring'. |
| 112 | 112 | +++ | |
| 113 | *** Completion style can be set per-category `completion-category-overrides'. | 113 | *** Completion style can be set per-category `completion-category-overrides'. |
| 114 | 114 | +++ | |
| 115 | *** Completion of buffers now uses substring completion by default. | 115 | *** Completion of buffers now uses substring completion by default. |
| 116 | 116 | ||
| 117 | ** Mail changes | 117 | ** Mail changes |
| @@ -225,6 +225,10 @@ cannot be encoded by the `terminal-coding-system'. | |||
| 225 | --- | 225 | --- |
| 226 | *** New input methods for Farsi: farsi and farsi-translit. | 226 | *** New input methods for Farsi: farsi and farsi-translit. |
| 227 | 227 | ||
| 228 | +++ | ||
| 229 | *** `nobreak-char-display' now also highlights Unicode hyphen chars | ||
| 230 | (U+2010 and U+2011). | ||
| 231 | |||
| 228 | ** Improved GTK integration | 232 | ** Improved GTK integration |
| 229 | 233 | ||
| 230 | *** GTK scroll-bars are now placed on the right by default. | 234 | *** GTK scroll-bars are now placed on the right by default. |