comparison lisp/ChangeLog @ 102355:5d529b1750d2

(rmail-dont-reply-to-names, rmail-default-dont-reply-to-names): Doc fixes. (rmail-reply): Avoid extraneous leading whitespace.
author Glenn Morris <rgm@gnu.org>
date Mon, 02 Mar 2009 07:23:57 +0000
parents 3206ad427d3c
children fd6b5c8dd39b
comparison
equal deleted inserted replaced
102354:3206ad427d3c 102355:5d529b1750d2
3 * calendar/calendar.el (diary-date-forms, calendar-date-display-form): 3 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
4 Add :set-after listing variables on which we might depend. 4 Add :set-after listing variables on which we might depend.
5 5
6 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this 6 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
7 function has access to all the headers, not just the visible ones. 7 function has access to all the headers, not just the visible ones.
8 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
9 Doc fixes.
10 (rmail-reply): Avoid extraneous leading whitespace.
8 11
9 2009-03-01 Chong Yidong <cyd@stupidchicken.com> 12 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
10 13
11 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515). 14 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
12 15