aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-04-02 06:43:02 +0000
committerDan Nicolaescu <[email protected]>2008-04-02 06:43:02 +0000
commit76be286d6412bde2fcbacbf4fdeb8f1e70e5ec80 (patch)
tree7ab8e57a47440724bbd6542b8f005275807ff4a9 /etc/NEWS
parentf03562ec775a5db02e3e31185691dff5c589c31a (diff)
*** empty log message ***
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0525cb46d1..2fc4fa3062 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -437,7 +437,13 @@ It is bound to `C-x 4 A'.
** 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 @@ Use --no-members if you want the old default behaviour of not tagging
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 @@ the current line.
*** 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.