Mercurial > emacs
changeset 99270:6ba9d77e4787
compilation-auto-jump-to-first-error documented.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 31 Oct 2008 06:18:21 +0000 |
parents | ebbe1bbf1346 |
children | 705b95a5c9b0 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Oct 31 06:16:20 2008 +0000 +++ b/etc/NEWS Fri Oct 31 06:18:21 2008 +0000 @@ -686,14 +686,14 @@ source code associated with a log entry. ** 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. - +--- *** The `cc' alias for C++ files in `grep-file-aliases' has been improved. `hh' can be used to match C++ header files and `cchh' both C++ sources and headers. @@ -955,7 +955,7 @@ *** In Etags, the --members option is now the default. Use --no-members if you want the old default behavior of not tagging struct members in C, members variables in C++ and variables in PHP. - ++++ *** The `gdb' command only works with the graphical interface now. Use `gud-gdb' if you want the (old) text command mode.