aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-04-02 06:43:02 +0000
committerDan Nicolaescu2008-04-02 06:43:02 +0000
commit76be286d6412bde2fcbacbf4fdeb8f1e70e5ec80 (patch)
tree7ab8e57a47440724bbd6542b8f005275807ff4a9
parentf03562ec775a5db02e3e31185691dff5c589c31a (diff)
downloademacs-76be286d6412bde2fcbacbf4fdeb8f1e70e5ec80.tar.gz
emacs-76be286d6412bde2fcbacbf4fdeb8f1e70e5ec80.zip
*** empty log message ***
-rw-r--r--etc/NEWS13
-rw-r--r--etc/TODO2
2 files changed, 13 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0525cb46d1d..2fc4fa30626 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -437,7 +437,13 @@ It is bound to `C-x 4 A'.
437 437
438** talk.el has been extended for multiple tty support. 438** talk.el has been extended for multiple tty support.
439 439
440** compilation-auto-jump-to-first-error tells `compile' to jump to 440** Compile and grep modes
441
442*** The mode-line entry for the *compilation* and *grep* buffer is color coded.
443It has different colors for to show that: (a) the command is still
444running, (b) successful completion, (c) error.
445
446*** compilation-auto-jump-to-first-error tells `compile' to jump to
441the first error encountered during compilations. 447the first error encountered during compilations.
442 448
443** In the `copyright' package, you can specify your copyright holders' names. 449** 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
461struct members in C, members variables in C++ and variables in PHP. 467struct members in C, members variables in C++ and variables in PHP.
462 468
463** VC 469** VC
470
464*** Clicking on the VC mode-line entry now pops the VC menu. 471*** Clicking on the VC mode-line entry now pops the VC menu.
465 472
466*** The VC mode-line entry now has a tooltip that explains the VC file status. 473*** The VC mode-line entry now has a tooltip that explains the VC file status.
@@ -479,6 +486,10 @@ the current line.
479 486
480*** vc-git supports the "git grep" command. 487*** vc-git supports the "git grep" command.
481 488
489*** Asynchronous VC commands display [Waiting...] in the mode-line
490of the corresponding buffer as long as the asynchronous process is
491active.
492
482** log-edit now has a command bound to C-c C-d to show the diff for 493** log-edit now has a command bound to C-c C-d to show the diff for
483the files involved. 494the files involved.
484 495
diff --git a/etc/TODO b/etc/TODO
index af00d870cbb..c8542374a6e 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -21,7 +21,7 @@ suitable for anyone from beginners to experts.
21 21
22** Major modes should have a menu entry. Examples of modes that do 22** Major modes should have a menu entry. Examples of modes that do
23not have one at the moment and probably should: text-mode, 23not have one at the moment and probably should: text-mode,
24change-log-mode, conf-*-mode, debugger-mode. 24change-log-mode, texinfo-mode, nroff-mode, reb-mode.
25 25
26** Change the text for the mode-line tooltips to not use things like C-x 0. 26** Change the text for the mode-line tooltips to not use things like C-x 0.
27In general make sure that tooltips have obvious meanings. Check if 27In general make sure that tooltips have obvious meanings. Check if