comparison lisp/ChangeLog @ 102282:a0415be90111

(rmail-summary-mark-seen): Add option to mark as unseen. (rmail-summary-rmail-update): Store a position in rmail-summary-put-back-unseen rather than just a flag, and use it to put back the "-" mark in the summary.
author Glenn Morris <rgm@gnu.org>
date Thu, 26 Feb 2009 08:45:09 +0000
parents 36c99a7b8c3d
children ece8e00c3763
comparison
equal deleted inserted replaced
102281:36c99a7b8c3d 102282:a0415be90111
1 2009-02-26 Glenn Morris <rgm@gnu.org> 1 2009-02-26 Glenn Morris <rgm@gnu.org>
2 2
3 * mail/rmailsum.el (rmail-summary-rmail-update): 3 * mail/rmailsum.el (rmail-summary-rmail-update):
4 Use rmail-message-unseen-p. (Bug#2477) 4 Use rmail-message-unseen-p. (Bug#2477)
5 (rmail-summary-mark-seen): Add option to mark as unseen.
6 (rmail-summary-rmail-update): Store a position in
7 rmail-summary-put-back-unseen rather than just a flag, and use it to put
8 back the "-" mark in the summary.
5 9
6 * progmodes/cc-vars.el (c-style-variables-are-local-p): 10 * progmodes/cc-vars.el (c-style-variables-are-local-p):
7 Mark as safe if boolean. (Bug#2197) 11 Mark as safe if boolean. (Bug#2197)
8 12
9 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change) 13 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)