aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-09-22 08:33:19 +0000
committerKim F. Storm2005-09-22 08:33:19 +0000
commit76de4b0de3f38a05af407ecbd07f1a3dcfb011a4 (patch)
treebb31ccc7b45a75552f5f29857af88175e04c075f
parent7c3d233d907a0e5f016fc295fc13565803cd4da0 (diff)
downloademacs-76de4b0de3f38a05af407ecbd07f1a3dcfb011a4.tar.gz
emacs-76de4b0de3f38a05af407ecbd07f1a3dcfb011a4.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 880989ca4ea..f7297148063 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -22,13 +22,12 @@
22 22
232005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> 232005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24 24
25 * ediff-ptch.el (ediff-file-name-sans-prefix): Treat nil as an empty 25 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26 string. 26 (ediff-file-name-sans-prefix): Treat nil as an empty string.
27 (ediff-fixup-patch-map): Better heuristic for intuiting the file names 27 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
28 to patch. 28 to patch.
29 (ediff-prompt-for-patch-file): More intuitive prompt.
30 29
31 * ediff-util.el: use insert-buffer-substring. 30 * ediff-util.el: Use insert-buffer-substring.
32 31
33 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix. 32 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
34 33
@@ -40,14 +39,14 @@
40 39
41 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message. 40 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
42 41
43 * emulation/viper-init.el: add alias to make-variable-buffer-local to 42 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
44 avoid compiler warnings. 43 avoid compiler warnings.
45 44
46 * emulation/viper-macs.el (ex-map): Better messages. 45 * emulation/viper-macs.el (ex-map): Better messages.
47 46
48 * emulation/viper-utils.el (viper-beginning-of-field): New function. 47 * emulation/viper-utils.el (viper-beginning-of-field): New function.
49 48
50 * emulation/viper.el: replace make-variable-buffer-local with 49 * emulation/viper.el: Replace make-variable-buffer-local with
51 viper-make-variable-buffer-local everywhere, to avoid warnings. 50 viper-make-variable-buffer-local everywhere, to avoid warnings.
52 51
532005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> 522005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>