emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Wed, 02 Apr 2008 06:43:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/04/02 06:43:02

Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1709
retrieving revision 1.1710
diff -u -b -r1.1709 -r1.1710
--- NEWS        1 Apr 2008 02:56:59 -0000       1.1709
+++ NEWS        2 Apr 2008 06:43:02 -0000       1.1710
@@ -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.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]