Mercurial > emacs
comparison lisp/ChangeLog @ 93114:57fa8ebfd227
* progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Mar 2008 19:56:58 +0000 |
parents | 695900050c0b |
children | 75a20590b1bb |
comparison
equal
deleted
inserted
replaced
93113:c0af5c9f100b | 93114:57fa8ebfd227 |
---|---|
1 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/compile.el (compile): | |
4 * progmodes/grep.el (grep, grep-find): Use read-shell-command. | |
5 | |
6 * simple.el (minibuffer-local-shell-command-map): New var. | |
7 (minibuffer-complete-shell-command, read-shell-command): New funs. | |
8 (shell-command, shell-command-on-region): Use them. | |
9 | |
1 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 10 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 11 |
3 * vc.el (vc-status-mark-buffer-changed): New function to implement | 12 * vc.el (vc-status-mark-buffer-changed): New function to implement |
4 updating of the *vc-status* buffer when a buffer is saved. | 13 updating of the *vc-status* buffer when a buffer is saved. |
5 (vc-status-mode): Use it for after-change-hook. | 14 (vc-status-mode): Use it for after-change-hook. |