Mercurial > emacs
comparison etc/NEWS @ 51077:aafee8ba3f90
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 18 May 2003 19:34:14 +0000 |
parents | bf7c2783b20d |
children | 8eb2d4a0fe7f |
comparison
equal
deleted
inserted
replaced
51076:b11ec18b9706 | 51077:aafee8ba3f90 |
---|---|
1232 ** New package benchmark.el contains simple support for convenient | 1232 ** New package benchmark.el contains simple support for convenient |
1233 timing measurements of code (including the garbage collection component). | 1233 timing measurements of code (including the garbage collection component). |
1234 | 1234 |
1235 | 1235 |
1236 * Lisp Changes in Emacs 21.4 | 1236 * Lisp Changes in Emacs 21.4 |
1237 | |
1238 ** The `local-map' property now also works at the ends of overlays and | |
1239 text-properties, according to their stickiness. This also means that it | |
1240 works with empty overlays. The same hold for the `keymap' property. | |
1241 | |
1242 ** `select-window' takes a second optional argument `norecord', like | |
1243 `switch-to-buffer'. `with-selected-window' is a new macro that uses | |
1244 this to temporarily switch the selected window without impacting | |
1245 the order of buffer-list. | |
1237 | 1246 |
1238 ** (map-keymap FUNCTION KEYMAP) applies the function to each binding | 1247 ** (map-keymap FUNCTION KEYMAP) applies the function to each binding |
1239 in the keymap. | 1248 in the keymap. |
1240 | 1249 |
1241 ** VC changes for backends: | 1250 ** VC changes for backends: |