From: Carsten Dominik Date: Thu, 25 Oct 2007 09:28:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~10081 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35a5d29450a28da82929cedab96487dfdf856d8d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d934b38d2a..fb68bcd3182 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-10-25 Carsten Dominik + + * 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 * comint.el (comint-password-prompt-regexp):