comparison etc/NEWS @ 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 84b8aa5bf9a5
children 4e5339c82660
comparison
equal deleted inserted replaced
99269:ebbe1bbf1346 99270:6ba9d77e4787
684 684
685 *** The new command C-c C-c (change-log-goto-source) goes to the 685 *** The new command C-c C-c (change-log-goto-source) goes to the
686 source code associated with a log entry. 686 source code associated with a log entry.
687 687
688 ** Compile and grep modes 688 ** Compile and grep modes
689 689 ---
690 *** The mode-line entry for the *compilation* and *grep* buffer is color coded. 690 *** The mode-line entry for the *compilation* and *grep* buffer is color coded.
691 It has different colors for to show that: (a) the command is still 691 It has different colors for to show that: (a) the command is still
692 running, (b) successful completion, (c) error. 692 running, (b) successful completion, (c) error.
693 693 +++
694 *** compilation-auto-jump-to-first-error tells `compile' to jump to 694 *** compilation-auto-jump-to-first-error tells `compile' to jump to
695 the first error encountered during compilations. 695 the first error encountered during compilations.
696 696 ---
697 *** The `cc' alias for C++ files in `grep-file-aliases' has been 697 *** The `cc' alias for C++ files in `grep-file-aliases' has been
698 improved. `hh' can be used to match C++ header files and `cchh' both 698 improved. `hh' can be used to match C++ header files and `cchh' both
699 C++ sources and headers. 699 C++ sources and headers.
700 700
701 ** Copyright 701 ** Copyright
953 with the face `eldoc-highlight-function-argument'. 953 with the face `eldoc-highlight-function-argument'.
954 954
955 *** In Etags, the --members option is now the default. 955 *** In Etags, the --members option is now the default.
956 Use --no-members if you want the old default behavior of not tagging 956 Use --no-members if you want the old default behavior of not tagging
957 struct members in C, members variables in C++ and variables in PHP. 957 struct members in C, members variables in C++ and variables in PHP.
958 958 +++
959 *** The `gdb' command only works with the graphical interface now. 959 *** The `gdb' command only works with the graphical interface now.
960 Use `gud-gdb' if you want the (old) text command mode. 960 Use `gud-gdb' if you want the (old) text command mode.
961 961
962 *** goto-address.el provides two new minor modes, goto-address-mode and 962 *** goto-address.el provides two new minor modes, goto-address-mode and
963 goto-address-prog-mode, which buttonize URLS and email addresses. 963 goto-address-prog-mode, which buttonize URLS and email addresses.