Changeset 4200 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/NEWS

    r4196 r4200  
    143143--- 
    144144** Support for GNU/Linux systems on X86-64 machines was added. 
    145  
    146 --- 
    147 ** Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines 
    148 was removed. 
    149145 
    150146--- 
     
    40514047 
    40524048+++ 
     4049*** New macro `with-case-table' 
     4050 
     4051This executes the body with the case table temporarily set to a given 
     4052case table. 
     4053 
     4054+++ 
    40534055*** New function `unsafep' determines whether a Lisp form is safe. 
    40544056 
     
    58495851file, you can put a `coding:' tags to override it.) 
    58505852 
     5853+++ 
     5854*** The new variable `ascii-case-table' stores the case table for the 
     5855ascii character set.  Language environments (such as Turkish) may 
     5856alter the case correspondences of ASCII characters.  This variable 
     5857saves the original ASCII case table before any such changes. 
     5858 
    58515859--- 
    58525860*** The new function `merge-coding-systems' fills in unspecified aspects