aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3a68b694a34..84c908e20a2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-10-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * help-fns.el: Require advice when compiling.
4
12007-10-14 Drew Adams <drew.adams@oracle.com> 52007-10-14 Drew Adams <drew.adams@oracle.com>
2 6
3 * emacs-lisp/ring.el (ring-convert-sequence-to-ring) 7 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
@@ -99,8 +103,8 @@
99 103
1002007-10-13 Dan Nicolaescu <dann@ics.uci.edu> 1042007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
101 105
102 * frame.el (select-frame-set-input-focus): Fix typo 106 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
103 "max" -> "mac". Do not use a single clause cond. 107 Do not use a single clause cond.
104 108
105 * cus-start.el (all): Use test that does not match the X11 version 109 * cus-start.el (all): Use test that does not match the X11 version
106 for mac. 110 for mac.
@@ -148,7 +152,7 @@
148 (idlwave-complete-in-buffer): 152 (idlwave-complete-in-buffer):
149 * textmodes/org.el (org-export-as-html, org-export-as-ascii) 153 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
150 (org-fast-tag-selection): 154 (org-fast-tag-selection):
151 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather 155 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
152 than mapcar. 156 than mapcar.
153 157
1542007-10-13 Dan Nicolaescu <dann@ics.uci.edu> 1582007-10-13 Dan Nicolaescu <dann@ics.uci.edu>