aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-31 12:49:40 +0000
committerJuanma Barranquero2007-10-31 12:49:40 +0000
commit26e966803ca07cf77406ff6a568649ac5c670bb4 (patch)
treed2c2f4d83c6abf1f02b09754d5065d7da09fd66f /lisp/ChangeLog
parent66eed8276dc18172f6945d7bcb03607d78d6acfb (diff)
downloademacs-26e966803ca07cf77406ff6a568649ac5c670bb4.tar.gz
emacs-26e966803ca07cf77406ff6a568649ac5c670bb4.zip
(strokes-alphabetic-lessp): Simplify. Doc fix.
(strokes-unload-hook): Remove function and variable. (strokes-unload-function): New-style unload function, adapted from `strokes-unload-hook'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cdd1822303d..c7d1b834125 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,22 @@
12007-10-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
4 (strokes-unload-hook): Remove function and variable.
5 (strokes-unload-function): New-style unload function, adapted
6 from `strokes-unload-hook'.
7
8 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
9 (cl-unload-hook): Remove variable.
10 (cl-unload-function): New-style unload function, adapted
11 from `cl-cannot-unload'.
12
13 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14 (elp-unload-function): New-style unload function, adapted
15 from `elp-unload-hook'.
16
12007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu> 172007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2 18
3 * emacs-lisp/find-func.el (find-library): use library at 19 * emacs-lisp/find-func.el (find-library): Use library at
4 point as default interactive argument. 20 point as default interactive argument.
5 21
62007-10-31 Juanma Barranquero <lekktu@gmail.com> 222007-10-31 Juanma Barranquero <lekktu@gmail.com>