comparison etc/NEWS @ 41847:7423116b7ac3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 06 Dec 2001 16:24:26 +0000
parents 18047a55e5c7
children 86ecd07d46fb
comparison
equal deleted inserted replaced
41846:680de0f18330 41847:7423116b7ac3
20 20
21 ** Support for FreeBSD/Alpha has been added. 21 ** Support for FreeBSD/Alpha has been added.
22 22
23 23
24 * Changes in Emacs 21.3 24 * Changes in Emacs 21.3
25
26 ** Info-index finally offers completion.
25 27
26 ** Controlling the left and right fringe widths. 28 ** Controlling the left and right fringe widths.
27 29
28 The left and right fringe widths can now be controlled by setting the 30 The left and right fringe widths can now be controlled by setting the
29 `left-fringe' and `right-fringe' frame parameters to an integer value 31 `left-fringe' and `right-fringe' frame parameters to an integer value
241 that matches near the end of the file name. More specifically, the 243 that matches near the end of the file name. More specifically, the
242 handler whose (match-beginning 0) is the largest is chosen. 244 handler whose (match-beginning 0) is the largest is chosen.
243 In case of ties, the old "first matched" rule applies. 245 In case of ties, the old "first matched" rule applies.
244 246
245 ** Dense keymaps now handle inheritance correctly. 247 ** Dense keymaps now handle inheritance correctly.
246 To that end, binding a key to t now behaves the same as binding it to 248 Previously a dense keymap would hide all of the simple-char key
247 nil (it shadows parent bindings but not bindings in keymaps of lower 249 bindings of the parent keymap.
248 precedence).
249 250
250 ** jit-lock obeys a new text-property `jit-lock-defer-multiline'. 251 ** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
251 If a piece of text with that property gets contextually refontified 252 If a piece of text with that property gets contextually refontified
252 (see jit-lock-defer-contextually), then all of that text will 253 (see jit-lock-defer-contextually), then all of that text will
253 be refontified. This is useful when the syntax of a textual element 254 be refontified. This is useful when the syntax of a textual element