Mercurial > emacs
changeset 85632:30b2e2b12158
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Thu, 25 Oct 2007 09:28:14 +0000 |
parents | 6bf745a9aa43 |
children | 04432aad93c8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 25 08:08:01 2007 +0000 +++ b/lisp/ChangeLog Thu Oct 25 09:28:14 2007 +0000 @@ -1,3 +1,12 @@ +2007-10-25 Carsten Dominik <dominik@science.uva.nl> + + * textmodes/org.el: (org-agenda-get-restriction-and-command): Use + `mapc' instead of `mapcar'. + (org-agenda-list): Numeric prefix argument can specify the number + of days. + (remember-register, remember-buffer): Prevent byte compiler from + complaining. + 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com> * comint.el (comint-password-prompt-regexp):