Changeset 4200 for trunk/etc/NEWS
- Timestamp:
- 04/07/07 15:49:28 (2 years ago)
- Files:
-
- trunk/etc/NEWS (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/NEWS
r4196 r4200 143 143 --- 144 144 ** Support for GNU/Linux systems on X86-64 machines was added. 145 146 ---147 ** Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines148 was removed.149 145 150 146 --- … … 4051 4047 4052 4048 +++ 4049 *** New macro `with-case-table' 4050 4051 This executes the body with the case table temporarily set to a given 4052 case table. 4053 4054 +++ 4053 4055 *** New function `unsafep' determines whether a Lisp form is safe. 4054 4056 … … 5849 5851 file, you can put a `coding:' tags to override it.) 5850 5852 5853 +++ 5854 *** The new variable `ascii-case-table' stores the case table for the 5855 ascii character set. Language environments (such as Turkish) may 5856 alter the case correspondences of ASCII characters. This variable 5857 saves the original ASCII case table before any such changes. 5858 5851 5859 --- 5852 5860 *** The new function `merge-coding-systems' fills in unspecified aspects
