diff options
| author | Juanma Barranquero | 2007-10-15 09:33:12 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-15 09:33:12 +0000 |
| commit | 20beebfe741fc02770d80f064fe2fd3b40ce8a78 (patch) | |
| tree | d4cf2fc504fcb788de66451e5912d482d698f6bb /lisp/ChangeLog | |
| parent | b2529d56b5126319a1659dc1530d6fc102cc21d6 (diff) | |
| download | emacs-20beebfe741fc02770d80f064fe2fd3b40ce8a78.tar.gz emacs-20beebfe741fc02770d80f064fe2fd3b40ce8a78.zip | |
Require advice when compiling.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
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 @@ | |||
| 1 | 2007-10-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * help-fns.el: Require advice when compiling. | ||
| 4 | |||
| 1 | 2007-10-14 Drew Adams <drew.adams@oracle.com> | 5 | 2007-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 | ||
| 100 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> | 104 | 2007-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 | ||
| 154 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> | 158 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> |