# HG changeset patch # User Dan Nicolaescu # Date 1207118582 0 # Node ID e69fcb5b78427d34a0d5673da70c1d041043ba70 # Parent 0b1d9db0efaa7538549eeb671ac4b9b747c10307 *** empty log message *** diff -r 0b1d9db0efaa -r e69fcb5b7842 etc/NEWS --- a/etc/NEWS Wed Apr 02 06:42:21 2008 +0000 +++ b/etc/NEWS Wed Apr 02 06:43:02 2008 +0000 @@ -437,7 +437,13 @@ ** talk.el has been extended for multiple tty support. -** compilation-auto-jump-to-first-error tells `compile' to jump to +** Compile and grep modes + +*** The mode-line entry for the *compilation* and *grep* buffer is color coded. +It has different colors for to show that: (a) the command is still +running, (b) successful completion, (c) error. + +*** compilation-auto-jump-to-first-error tells `compile' to jump to the first error encountered during compilations. ** In the `copyright' package, you can specify your copyright holders' names. @@ -461,6 +467,7 @@ struct members in C, members variables in C++ and variables in PHP. ** VC + *** Clicking on the VC mode-line entry now pops the VC menu. *** The VC mode-line entry now has a tooltip that explains the VC file status. @@ -479,6 +486,10 @@ *** vc-git supports the "git grep" command. +*** Asynchronous VC commands display [Waiting...] in the mode-line +of the corresponding buffer as long as the asynchronous process is +active. + ** log-edit now has a command bound to C-c C-d to show the diff for the files involved.