diff options
| author | Rajesh Vaidheeswarran | 2003-09-29 18:05:31 +0000 |
|---|---|---|
| committer | Rajesh Vaidheeswarran | 2003-09-29 18:05:31 +0000 |
| commit | c98ddbe5daa656e3cbd64c7132b01ba3206879b5 (patch) | |
| tree | 7b596db54cfcbdb198aec0bfe61c46e5687f4e39 /lisp/ChangeLog | |
| parent | a1f3b57e951a07fc647e95c11a79734f3cb9786f (diff) | |
| download | emacs-c98ddbe5daa656e3cbd64c7132b01ba3206879b5.tar.gz emacs-c98ddbe5daa656e3cbd64c7132b01ba3206879b5.zip | |
whitespace.el now takes user customizable variable to display cleanliness of
files.
ffap.el - bugfix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbb64276ec8..dfecd4e9ce9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> | ||
| 2 | |||
| 3 | * whitespace.el (whitespace-clean-msg): Add user customizable message | ||
| 4 | for displaying ``clean'' output. | ||
| 5 | (whitespace-buffer): Use `whitespace-clean-msg'. | ||
| 6 | (whitespace-global-mode): Fix typo. | ||
| 7 | |||
| 1 | 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> | 8 | 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 9 | ||
| 3 | * pcvs.el (cvs-mode-unmark-up): Move to goal column when done. | 10 | * pcvs.el (cvs-mode-unmark-up): Move to goal column when done. |
| @@ -136,6 +143,16 @@ | |||
| 136 | Handle paren-style types in Pike. Also fixed some cases of | 143 | Handle paren-style types in Pike. Also fixed some cases of |
| 137 | insufficient handling of unbalanced parens. | 144 | insufficient handling of unbalanced parens. |
| 138 | 145 | ||
| 146 | 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org> | ||
| 147 | |||
| 148 | * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify | ||
| 149 | common shell prompts that are not common filename or URL | ||
| 150 | characters. | ||
| 151 | (ffap-file-at-point): Use the new regexp to strip the prompts from | ||
| 152 | the file names. This is an issue mostly for user prompts that | ||
| 153 | don't have a trailing space and find-file-at-point is invoked from | ||
| 154 | within a shell inside emacs. | ||
| 155 | |||
| 139 | 2003-09-24 Andre Spiegel <spiegel@gnu.org> | 156 | 2003-09-24 Andre Spiegel <spiegel@gnu.org> |
| 140 | 157 | ||
| 141 | * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time | 158 | * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time |