comparison lisp/ChangeLog @ 46826:e020f18c490a

(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.
author Sam Steingold <sds@gnu.org>
date Tue, 06 Aug 2002 15:11:26 +0000
parents aa2c0066a6bf
children cc564ceab7c2
comparison
equal deleted inserted replaced
46825:f43392bbb789 46826:e020f18c490a
1 2002-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
1 2002-08-05 Alan Shutko <ats@acm.org> 9 2002-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.
4 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode. 12 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string. 13 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
104 (tramp-perl-encode, tramp-perl-encode): Double the backslashes. 112 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
105 113
106 2002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 114 2002-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
113 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> 121 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
114 122
146 * international/mule.el (merge-coding-systems): New function. 154 * international/mule.el (merge-coding-systems): New function.
147 (set-buffer-file-coding-system): Use merge-coding-systems. 155 (set-buffer-file-coding-system): Use merge-coding-systems.
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.
155 (set-coding-system-map): Reorder and add separators. 163 (set-coding-system-map): Reorder and add separators.
156 164
303 * bindings.el (help-echo): If global-mode-string is non-nil, 311 * bindings.el (help-echo): If global-mode-string is non-nil,
304 display some spaces after it. 312 display some spaces after it.
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.
312 320
313 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk> 321 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>