Changeset 4210 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
2007年06月02日 09時29分41秒 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

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

    r4207 r4210  
    358358** The default values of paragraph-start and indent-line-function have 
    359359been changed to reflect those used in Text mode rather than those used 
    360 in Indented-Text mode. 
     360in Paragraph-Indent Text mode. 
    361361 
    362362** The default for the paper size (variable ps-paper-type) is taken 
     
    443443keyboard oriented alternative. 
    444444 
    445 *** New user option `help-at-pt-display-when-idle' allows to 
     445*** New user option `help-at-pt-display-when-idle' allows you to 
    446446automatically show the help provided by `display-local-help' on 
    447447point-over, after suitable idle time.  The amount of idle time is 
     
    19501950If point is at the end of a file buffer before reverting, Auto Revert 
    19511951mode keeps it at the end after reverting.  Similarly if point is 
    1952 displayed at the end of a file buffer in any window, it stays at 
    1953 the end of the buffer in that window.  This allows to tail a file: 
    1954 just put point at the end of the buffer and it stays there.  This 
    1955 rule applies to file buffers.  For non-file buffers, the behavior can 
    1956 be mode dependent. 
     1952displayed at the end of a file buffer in any window, it stays at the 
     1953end of the buffer in that window.  This allows you to "tail" a file: 
     1954just put point at the end of the buffer and it stays there.  This rule 
     1955applies to file buffers.  For non-file buffers, the behavior can be 
     1956mode dependent. 
    19571957 
    19581958If you are sure that the file will only change by growing at the end, 
     
    30483048*** Support for `movemail' from GNU mailutils was added to Rmail. 
    30493049 
    3050 This version of `movemail' allows to read mail from a wide range of 
     3050This version of `movemail' allows you to read mail from a wide range of 
    30513051mailbox formats, including remote POP3 and IMAP4 mailboxes with or 
    30523052without TLS encryption.  If GNU mailutils is installed on the system 
     
    50145014looking at the file contents.  It takes precedence over `auto-mode-alist'. 
    50155015 
    5016 *** New variable `file-start-mode-alist' determines major mode for a file by 
     5016*** New variable `magic-fallback-mode-alist' determines major mode for a file by 
    50175017looking at the file contents.  It is handled after `auto-mode-alist', 
    5018 only if `auto-mode-alist' says nothing about the file. 
     5018only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file. 
    50195019 
    50205020*** XML or SGML major mode is selected when file starts with an `<?xml'