From: Thien-Thi Nguyen Date: Sun, 3 Mar 2002 09:15:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=159bf288c5aa85cb43af6e2ccb952a4e6ed6678f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec840d52286..4d5c3d1b2ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-03-03 Thien-Thi Nguyen + + * calendar/diary-lib.el (list-diary-entries): Use + `buffer-substring' instead of `buffer-substring-no-properties' to + support enriched mode. + 2002-03-02 Richard M. Stallman * find-dired.el (find-grep-dired): Call shell-quote-argument. @@ -59,7 +65,7 @@ * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version", which calls vc-update. Use the term "Base Version" instead of "Last Version" for the entries "Revert" and "Compare". - + 2002-02-28 Kim F. Storm * simple.el (shell-command-on-region): Report non-zero exit @@ -172,7 +178,7 @@ 2002-02-25 Per Abrahamsen * ps-print.el (ps-print-printer): Added `lpr' customize group - member. + member. 2002-02-25 Juanma Barranquero