aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec840d52286..4d5c3d1b2ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * calendar/diary-lib.el (list-diary-entries): Use
4 `buffer-substring' instead of `buffer-substring-no-properties' to
5 support enriched mode.
6
12002-03-02 Richard M. Stallman <rms@gnu.org> 72002-03-02 Richard M. Stallman <rms@gnu.org>
2 8
3 * find-dired.el (find-grep-dired): Call shell-quote-argument. 9 * find-dired.el (find-grep-dired): Call shell-quote-argument.
@@ -59,7 +65,7 @@
59 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version", 65 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
60 which calls vc-update. Use the term "Base Version" instead of 66 which calls vc-update. Use the term "Base Version" instead of
61 "Last Version" for the entries "Revert" and "Compare". 67 "Last Version" for the entries "Revert" and "Compare".
62 68
632002-02-28 Kim F. Storm <storm@cua.dk> 692002-02-28 Kim F. Storm <storm@cua.dk>
64 70
65 * simple.el (shell-command-on-region): Report non-zero exit 71 * simple.el (shell-command-on-region): Report non-zero exit
@@ -172,7 +178,7 @@
1722002-02-25 Per Abrahamsen <abraham@dina.kvl.dk> 1782002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
173 179
174 * ps-print.el (ps-print-printer): Added `lpr' customize group 180 * ps-print.el (ps-print-printer): Added `lpr' customize group
175 member. 181 member.
176 182
1772002-02-25 Juanma Barranquero <lektu@terra.es> 1832002-02-25 Juanma Barranquero <lektu@terra.es>
178 184