Changeset 3988 for vendor/emacs-CVS_HEAD/etc/NEWS
- Timestamp:
- 2005年11月26日 08時33分26秒 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/etc/NEWS (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/etc/NEWS
r3939 r3988 119 119 terminfo name, since term.el now supports color. 120 120 121 --- 122 ** Emacs Lisp source files are compressed by default if `gzip' is available. 123 121 124 122 125 * Startup Changes in Emacs 22.1 … … 238 241 +++ 239 242 ** A prefix argument is no longer required to repeat a jump to a 240 previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the 241 mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. 243 previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u 244 C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC 245 to set the mark immediately after a jump. 242 246 243 247 +++ … … 256 260 of specifying the current directory. Normally that means to visit the 257 261 directory with Dired. 262 263 You can get the old behavior by typing C-x C-f M-n RET, which fetches 264 the actual file name into the minibuffer. 258 265 259 266 +++ … … 292 299 ** The max size of buffers and integers has been doubled. 293 300 On 32bit machines, it is now 256M (i.e. 268435455). 294 295 +++296 ** M-g is now a prefix key.297 M-g g and M-g M-g run goto-line.298 M-g n and M-g M-n run next-error (like C-x `).299 M-g p and M-g M-p run previous-error.300 301 +++302 ** C-u M-g M-g switches to the most recent previous buffer,303 and goes to the specified line in that buffer.304 305 When goto-line starts to execute, if there's a number in the buffer at306 point then it acts as the default argument for the minibuffer.307 308 +++309 ** The old bindings C-M-delete and C-M-backspace have been deleted,310 since there are situations where one or the other will shut down311 the operating system or your X server.312 313 +++314 ** line-move-ignore-invisible now defaults to t.315 316 +++317 ** When the undo information of the current command gets really large318 (beyond the value of `undo-outer-limit'), Emacs discards it and warns319 you about it.320 321 +++322 ** `apply-macro-to-region-lines' now operates on all lines that begin323 in the region, rather than on all complete lines in the region.324 301 325 302 +++ … … 431 408 C-h e displays the *Messages* buffer. 432 409 410 C-h d runs apropos-documentation. 411 433 412 C-h followed by a control character is used for displaying files 434 413 that do not change: … … 441 420 442 421 C-h c, C-h k, C-h w, and C-h f now handle remapped interactive commands. 443 444 422 - C-h c and C-h k report the actual command (after possible remapping) 445 423 run by the key sequence. 446 447 424 - C-h w and C-h f on a command which has been remapped now report the 448 425 command it is remapped to, and the keys which can be used to run … … 451 428 For example, if C-k is bound to kill-line, and kill-line is remapped 452 429 to new-kill-line, these commands now report: 453 454 430 - C-h c and C-h k C-k reports: 455 431 C-k runs the command new-kill-line 456 457 432 - C-h w and C-h f kill-line reports: 458 433 kill-line is remapped to new-kill-line which is on C-k, <deleteline> 459 460 434 - C-h w and C-h f new-kill-line reports: 461 435 new-kill-line is on C-k … … 668 642 669 643 ** Minibuffer changes: 644 645 +++ 646 *** The new file-name-shadow-mode is turned ON by default, so that when 647 entering a file name, any prefix which Emacs will ignore is dimmed. 670 648 671 649 +++ … … 1534 1512 +++ 1535 1513 ** savehist saves minibuffer histories between sessions. 1536 To use this feature, put (savehist-load)in your `.emacs' file.1514 To use this feature, turn on savehist-mode in your `.emacs' file. 1537 1515 1538 1516 +++ … … 3340 3318 `kTextEncodingMacRoman', `kTextEncodingISOLatin1', and 3341 3319 `kTextEncodingISOLatin2' are obsolete. 3320 3321 ** The variable `mac-command-key-is-meta' is obsolete. Use 3322 `mac-command-modifier' and `mac-option-modifier' instead. 3342 3323 3343 3324 * Incompatible Lisp Changes in Emacs 22.1 … … 3498 3479 it evaluates those expressions immediately. 3499 3480 3500 This is useful in packages that can be preloaded. 3481 This is useful in packages that can be preloaded. 3501 3482 3502 3483 *** `list-faces-display' takes an optional argument, REGEXP. … … 4476 4457 +++ 4477 4458 *** The new function `window-tree' returns a frame's window tree. 4459 4460 +++ 4461 *** The functions `get-lru-window' and `get-largest-window' take an optional 4462 argument `dedicated'. If non-nil, those functions do not ignore 4463 dedicated windows. 4478 4464 4479 4465 +++ … … 13322 13308 13323 13309 The variables font-lock-face-attributes, font-lock-display-type and 13324 font-lock-background-mode are now obsolete; the recommended way to specify the13325 faces to use for Font Lock mode is with M-x customize-group on the new custom 13326 group font-lock-highlighting-faces. If you set font-lock-face-attributes in 13327 your~/.emacs file, Font Lock mode will respect its value. However, you should13310 font-lock-background-mode are now obsolete; the recommended way to specify 13311 the faces to use for Font Lock mode is with M-x customize-group on the new 13312 custom group font-lock-faces. If you set font-lock-face-attributes in your 13313 ~/.emacs file, Font Lock mode will respect its value. However, you should 13328 13314 consider converting from setting that variable to using M-x customize. 13329 13315
