Mercurial > emacs
comparison etc/NEWS @ 28695:3930c7410fd6
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 24 Apr 2000 14:01:22 +0000 |
parents | 950ff4674e17 |
children | 5d002ac53c60 |
comparison
equal
deleted
inserted
replaced
28694:22bde6ec328f | 28695:3930c7410fd6 |
---|---|
13 | 13 |
14 ** There are new configure options associated with the support for | 14 ** There are new configure options associated with the support for |
15 images and toolkit scrollbars. Use the --help option to list them. | 15 images and toolkit scrollbars. Use the --help option to list them. |
16 | 16 |
17 * Changes in Emacs 21.1 | 17 * Changes in Emacs 21.1 |
18 | |
19 ** On window-systems, additional space can be put between text lines | |
20 on the display using several methods | |
21 | |
22 - By setting frame parameter `line-spacing' to PIXELS. PIXELS must be | |
23 a positive integer, and specifies that PIXELS number of pixels should | |
24 be put below text lines on the affected frame or frames. | |
25 | |
26 - By setting X resource `lineSpacing', class `LineSpacing'. This is | |
27 equivalent ot specifying the frame parameter. | |
28 | |
29 - By specifying `--line-spaceing=N' or `-lsp N' on the command line. | |
30 | |
31 - By setting buffer-local variable `line-spacing'. The meaning is | |
32 the same, but applies to the a particular buffer only. | |
18 | 33 |
19 ** The new command `clone-buffer-indirectly' can be used to create | 34 ** The new command `clone-buffer-indirectly' can be used to create |
20 an indirect buffer that is a twin copy of the current buffer. The | 35 an indirect buffer that is a twin copy of the current buffer. The |
21 command `clone-buffer-indirectly-other-window', bound to C-x 4 c, | 36 command `clone-buffer-indirectly-other-window', bound to C-x 4 c, |
22 does the same but displays the indirect buffer in another window. | 37 does the same but displays the indirect buffer in another window. |
313 *** Arrows that indicate sub-menus are now drawn with shadows, as in | 328 *** Arrows that indicate sub-menus are now drawn with shadows, as in |
314 LessTif and Motif. | 329 LessTif and Motif. |
315 | 330 |
316 ** Hscrolling in C code. | 331 ** Hscrolling in C code. |
317 | 332 |
318 Horizontal scrolling now happens automatically. | 333 Horizontal scrolling now happens automatically if |
334 `automatic-hscrolling' is set (the default). This setting can be | |
335 customized. | |
319 | 336 |
320 ** Tool bar support. | 337 ** Tool bar support. |
321 | 338 |
322 Emacs supports a tool bar at the top of a frame under X. For details | 339 Emacs supports a tool bar at the top of a frame under X. For details |
323 how to define a tool bar, see the page describing Lisp-level changes. | 340 how to define a tool bar, see the page describing Lisp-level changes. |