aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRajesh Vaidheeswarran2003-09-29 18:05:31 +0000
committerRajesh Vaidheeswarran2003-09-29 18:05:31 +0000
commitc98ddbe5daa656e3cbd64c7132b01ba3206879b5 (patch)
tree7b596db54cfcbdb198aec0bfe61c46e5687f4e39 /lisp/ChangeLog
parenta1f3b57e951a07fc647e95c11a79734f3cb9786f (diff)
downloademacs-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/ChangeLog17
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 @@
12003-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
12003-09-29 Thien-Thi Nguyen <ttn@gnu.org> 82003-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
1462003-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
1392003-09-24 Andre Spiegel <spiegel@gnu.org> 1562003-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