comparison etc/NEWS @ 93538:e69fcb5b7842

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 02 Apr 2008 06:43:02 +0000
parents 47ddb5e4501c
children 9ef92a2bb899
comparison
equal deleted inserted replaced
93537:0b1d9db0efaa 93538:e69fcb5b7842
435 435
436 ** archive-mode has basic support to browse Rar archives. 436 ** archive-mode has basic support to browse Rar archives.
437 437
438 ** talk.el has been extended for multiple tty support. 438 ** talk.el has been extended for multiple tty support.
439 439
440 ** compilation-auto-jump-to-first-error tells `compile' to jump to 440 ** Compile and grep modes
441
442 *** The mode-line entry for the *compilation* and *grep* buffer is color coded.
443 It has different colors for to show that: (a) the command is still
444 running, (b) successful completion, (c) error.
445
446 *** compilation-auto-jump-to-first-error tells `compile' to jump to
441 the first error encountered during compilations. 447 the first error encountered during compilations.
442 448
443 ** In the `copyright' package, you can specify your copyright holders' names. 449 ** In the `copyright' package, you can specify your copyright holders' names.
444 Only copyright lines with holders matching copyright-names-regexp will be 450 Only copyright lines with holders matching copyright-names-regexp will be
445 considered for update. 451 considered for update.
459 465
460 Use --no-members if you want the old default behaviour of not tagging 466 Use --no-members if you want the old default behaviour of not tagging
461 struct members in C, members variables in C++ and variables in PHP. 467 struct members in C, members variables in C++ and variables in PHP.
462 468
463 ** VC 469 ** VC
470
464 *** Clicking on the VC mode-line entry now pops the VC menu. 471 *** Clicking on the VC mode-line entry now pops the VC menu.
465 472
466 *** The VC mode-line entry now has a tooltip that explains the VC file status. 473 *** The VC mode-line entry now has a tooltip that explains the VC file status.
467 474
468 *** VC now supports applying VC operations to a set of files at a time. 475 *** VC now supports applying VC operations to a set of files at a time.
476 483
477 *** In VC Annotate mode, you can type f to show the file revision on 484 *** In VC Annotate mode, you can type f to show the file revision on
478 the current line. 485 the current line.
479 486
480 *** vc-git supports the "git grep" command. 487 *** vc-git supports the "git grep" command.
488
489 *** Asynchronous VC commands display [Waiting...] in the mode-line
490 of the corresponding buffer as long as the asynchronous process is
491 active.
481 492
482 ** log-edit now has a command bound to C-c C-d to show the diff for 493 ** log-edit now has a command bound to C-c C-d to show the diff for
483 the files involved. 494 the files involved.
484 495
485 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. 496 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.