Mercurial > emacs
changeset 85313:626bd5eec5fb
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 15 Oct 2007 09:33:12 +0000 |
parents | f6d8977668c9 |
children | 633a50c4a255 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 15 09:31:47 2007 +0000 +++ b/lisp/ChangeLog Mon Oct 15 09:33:12 2007 +0000 @@ -1,3 +1,7 @@ +2007-10-15 Juanma Barranquero <lekktu@gmail.com> + + * help-fns.el: Require advice when compiling. + 2007-10-14 Drew Adams <drew.adams@oracle.com> * emacs-lisp/ring.el (ring-convert-sequence-to-ring) @@ -99,8 +103,8 @@ 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> - * frame.el (select-frame-set-input-focus): Fix typo - "max" -> "mac". Do not use a single clause cond. + * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac". + Do not use a single clause cond. * cus-start.el (all): Use test that does not match the X11 version for mac. @@ -148,7 +152,7 @@ (idlwave-complete-in-buffer): * textmodes/org.el (org-export-as-html, org-export-as-ascii) (org-fast-tag-selection): - * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather + * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather than mapcar. 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>