aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-31 10:24:20 +0000
committerJuanma Barranquero2007-10-31 10:24:20 +0000
commit32f389a47ea8583027f030ce77b1dd7d741f77d4 (patch)
tree49abf3bd846e6fe6871b96c97c1e9ac983e94b9c /lisp/ChangeLog
parent21ae32aaa490ab18321ce24282fb804b33a07f8f (diff)
downloademacs-32f389a47ea8583027f030ce77b1dd7d741f77d4.tar.gz
emacs-32f389a47ea8583027f030ce77b1dd7d741f77d4.zip
(shadow-join): Remove.
(shadow-shadows): Use `mapconcat' instead of `shadow-join'. (shadow-initialize): Use `write-file-functions', not `write-file-hooks'. (shadowfile-unload-hook): Remove function and variable. (shadowfile-unload-function): New-style unload function, adapted from `shadowfile-unload-hook'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff36e73b6ad..a8e111cb2ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12007-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
12007-10-31 Dan Nicolaescu <dann@ics.uci.edu> 102007-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
@@ -19,8 +28,8 @@
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.