aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2002-08-06 15:11:26 +0000
committerSam Steingold2002-08-06 15:11:26 +0000
commitee58da1b00b21168ee84730abdccf50bb768935b (patch)
treed9383bc5fbe2f33eab5fbec2db3ae5ac8814c195 /lisp/ChangeLog
parent0e1701c45f65bfd3644ea1c846390aaef0c3dcda (diff)
downloademacs-ee58da1b00b21168ee84730abdccf50bb768935b.tar.gz
emacs-ee58da1b00b21168ee84730abdccf50bb768935b.zip
(diary-mail-entries): Use `compose-mail'
and `mail-user-agent' instead of straight sendmail. (diary-modified, diary-entries-list, displayed-year) (displayed-month, entry, date, number, date-string, d-file) (original-date): defvar without binding to avoid compiler warnings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a0376feaa3..0445f3e7517 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12002-08-06 Sam Steingold <sds@gnu.org>
2
3 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
4 and `mail-user-agent' instead of straight sendmail.
5 (diary-modified, diary-entries-list, displayed-year)
6 (displayed-month, entry, date, number, date-string, d-file)
7 (original-date): defvar without binding to avoid compiler warnings.
8
12002-08-05 Alan Shutko <ats@acm.org> 92002-08-05 Alan Shutko <ats@acm.org>
2 10
3 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode. 11 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
@@ -106,7 +114,7 @@
1062002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1142002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
107 115
108 * net/tramp.el: Version 2.0.7. 116 * net/tramp.el: Version 2.0.7.
109 (tramp-perl-encode-with-module, tramp-perl-decode-with-module) 117 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
110 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters 118 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
111 because of `format' and say so in the docstring. 119 because of `format' and say so in the docstring.
112 120
@@ -148,7 +156,7 @@
148 Change prompt for args. 156 Change prompt for args.
149 (revert-buffer-with-coding-system): New command. 157 (revert-buffer-with-coding-system): New command.
150 158
151 * international/mule-cmds.el (mule-keymap, set-coding-system-map): 159 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
152 Add bindings for revert-buffer-with-coding-system. 160 Add bindings for revert-buffer-with-coding-system.
153 (set-coding-system-map): Clarify menu item info for 161 (set-coding-system-map): Clarify menu item info for
154 set-buffer-file-coding-system. 162 set-buffer-file-coding-system.
@@ -305,7 +313,7 @@
305 313
306 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): 314 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
307 Don't call string-match on non-string. 315 Don't call string-match on non-string.
308 (displaying-byte-compile-warnings): 316 (displaying-byte-compile-warnings):
309 317
310 * textmodes/ispell.el (check-ispell-version): Bind default-directory 318 * textmodes/ispell.el (check-ispell-version): Bind default-directory
311 to avoid errors. Kill the old temp buffer at the beginning. 319 to avoid errors. Kill the old temp buffer at the beginning.