comparison lisp/ChangeLog @ 85829:92e80e71cd95

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Oct 2007 10:24:20 +0000
parents 13163bbed0bf
children 0d668376c2e1
comparison
equal deleted inserted replaced
85828:04fb80d58b60 85829:92e80e71cd95
1 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * shadowfile.el (shadow-join): Remove.
4 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
5 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
6 (shadowfile-unload-hook): Remove function and variable.
7 (shadowfile-unload-function): New-style unload function, adapted
8 from `shadowfile-unload-hook'.
9
1 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu> 10 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm 12 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4 only if it is bound. 13 only if it is bound.
5 14
17 (vip-next-line-at-bol, vip-previous-line) 26 (vip-next-line-at-bol, vip-previous-line)
18 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read): 27 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
19 Wrap with-no-warnings around uses of next-line and previous-line. 28 Wrap with-no-warnings around uses of next-line and previous-line.
20 29
21 * ediff.el (run-ediff-from-cvs-buffer): 30 * ediff.el (run-ediff-from-cvs-buffer):
22 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove 31 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
23 function not used by pcl-cvs anymore. 32 Remove function not used by pcl-cvs anymore.
24 (noninteractive, generic-sc-get-latest-rev) 33 (noninteractive, generic-sc-get-latest-rev)
25 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal): 34 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
26 Delete support for long obsolete generic-sc.el. 35 Delete support for long obsolete generic-sc.el.
27 36
28 2007-10-31 Glenn Morris <rgm@gnu.org> 37 2007-10-31 Glenn Morris <rgm@gnu.org>