Changeset 4140 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4131 r4140  
    9696also included. 
    9797 
    98  
    9998--- 
    10099** A French translation of the `Emacs Survival Guide' is available. 
     
    202201all frames you create.  A position specified with --geometry only 
    203202affects the initial frame. 
     203 
     204--- 
     205** Emacs built for MS-Windows now behaves like Emacs on X does, 
     206wrt its frame position: if you don't specify a position (in your 
     207.emacs init file, in the Registry, or with the --geometry command-line 
     208option), Emacs leaves the frame position to the Windows' window 
     209manager. 
    204210 
    205211+++ 
     
    242248+++ 
    243249** If the environment variable EMAIL is defined, Emacs now uses its value 
    244 to compute the default value of `use-mail-address', in preference to 
     250to compute the default value of `user-mail-address', in preference to 
    245251concatenation of `user-login-name' with the name of your host machine. 
     252 
    246253  
    247254* Incompatible Editing Changes in Emacs 22.1 
     
    36553662* Incompatible Lisp Changes in Emacs 22.1 
    36563663 
    3657 ** The function find-operation-coding-system accepts a cons (FILENAME 
    3658 . BUFFER) in an argument correponding to the target. 
     3664** The function find-operation-coding-system may be called with a cons 
     3665(FILENAME . BUFFER) in the second argument if the first argument 
     3666OPERATION is `insert-file-contents', and thus a function registered in 
     3667`file-coding-system-alist' is also called with such an argument. 
    36593668 
    36603669--- 
     
    53555364refontification of `bar' whenever the `e' is added/removed. 
    53565365 
     5366*** `font-lock-extend-region-functions' makes it possible to alter the way 
     5367the fontification region is chosen.  This can be used to prevent rounding 
     5368up to whole lines, or to extend the region to include all related lines 
     5369of multiline constructs so that such constructs get properly recognized. 
     5370 
    53575371** Major mode mechanism changes: 
    53585372