Changeset 4210 for trunk/etc/NEWS
- Timestamp:
- 2007年06月02日 09時29分41秒 (1 year ago)
- Files:
-
- trunk/etc/NEWS (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/NEWS
r4207 r4210 358 358 ** The default values of paragraph-start and indent-line-function have 359 359 been changed to reflect those used in Text mode rather than those used 360 in Indented-Text mode.360 in Paragraph-Indent Text mode. 361 361 362 362 ** The default for the paper size (variable ps-paper-type) is taken … … 443 443 keyboard oriented alternative. 444 444 445 *** New user option `help-at-pt-display-when-idle' allows to445 *** New user option `help-at-pt-display-when-idle' allows you to 446 446 automatically show the help provided by `display-local-help' on 447 447 point-over, after suitable idle time. The amount of idle time is … … 1950 1950 If point is at the end of a file buffer before reverting, Auto Revert 1951 1951 mode 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 taila 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 bemode dependent.1952 displayed at the end of a file buffer in any window, it stays at the 1953 end of the buffer in that window. This allows you to "tail" a file: 1954 just put point at the end of the buffer and it stays there. This rule 1955 applies to file buffers. For non-file buffers, the behavior can be 1956 mode dependent. 1957 1957 1958 1958 If you are sure that the file will only change by growing at the end, … … 3048 3048 *** Support for `movemail' from GNU mailutils was added to Rmail. 3049 3049 3050 This version of `movemail' allows to read mail from a wide range of3050 This version of `movemail' allows you to read mail from a wide range of 3051 3051 mailbox formats, including remote POP3 and IMAP4 mailboxes with or 3052 3052 without TLS encryption. If GNU mailutils is installed on the system … … 5014 5014 looking at the file contents. It takes precedence over `auto-mode-alist'. 5015 5015 5016 *** New variable ` file-start-mode-alist' determines major mode for a file by5016 *** New variable `magic-fallback-mode-alist' determines major mode for a file by 5017 5017 looking at the file contents. It is handled after `auto-mode-alist', 5018 only if `auto-mode-alist' says nothing about the file.5018 only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file. 5019 5019 5020 5020 *** XML or SGML major mode is selected when file starts with an `<?xml'
