comparison etc/NEWS @ 30933:3a89352a7dab

Document save-restriction fix.
author Miles Bader <miles@gnu.org>
date Fri, 18 Aug 2000 01:05:05 +0000
parents ac1cc84d89c9
children 5f266cae21c8
comparison
equal deleted inserted replaced
30932:80071f806f38 30933:3a89352a7dab
1508 1508
1509 Note that +++ before an item means the Lisp manual has been updated. 1509 Note that +++ before an item means the Lisp manual has been updated.
1510 --- means that I have decided it does not need to be in the Lisp manual. 1510 --- means that I have decided it does not need to be in the Lisp manual.
1511 When you add a new item, please add it without either +++ or --- 1511 When you add a new item, please add it without either +++ or ---
1512 so I will know I still need to look at it -- rms. 1512 so I will know I still need to look at it -- rms.
1513
1514 *** The special form `save-restriction' now works correctly even if the
1515 buffer is widened inside the save-restriction and changes made outside
1516 the original restriction. Previously, doing this would cause the saved
1517 restriction to be restored incorrectly.
1513 1518
1514 *** The functions `find-charset-region' and `find-charset-string' include 1519 *** The functions `find-charset-region' and `find-charset-string' include
1515 `eight-bit-control' and/or `eight-bit-graphic' in the returned list 1520 `eight-bit-control' and/or `eight-bit-graphic' in the returned list
1516 when it finds 8-bit characters. Previously, it included `ascii' in a 1521 when it finds 8-bit characters. Previously, it included `ascii' in a
1517 multibyte buffer and `unknown' in a unibyte buffer. 1522 multibyte buffer and `unknown' in a unibyte buffer.