comparison lisp/ChangeLog @ 110352:7c4d14415111

Fix bug#6999. * lisp/calendar/diary-lib.el (diary-included-files): New variable. (diary-list-entries): Maybe initialize diary-included-files. (diary-include-other-diary-files): Append to diary-included-files. * lisp/calendar/appt.el (appt-update-list): Also check the members of diary-included-files.
author Glenn Morris <rgm@gnu.org>
date Tue, 14 Sep 2010 00:15:06 -0700
parents 061976c19319
children 5f841657c901
comparison
equal deleted inserted replaced
110351:061976c19319 110352:7c4d14415111
1 2010-09-14 Glenn Morris <rgm@gnu.org>
2
3 * calendar/diary-lib.el (diary-included-files): New variable.
4 (diary-list-entries): Maybe initialize diary-included-files.
5 (diary-include-other-diary-files): Append to diary-included-files.
6 * calendar/appt.el (appt-update-list): Also check the members of
7 diary-included-files. (Bug#6999)
8
1 2010-09-12 David Reitter <david.reitter@gmail.com> 9 2010-09-12 David Reitter <david.reitter@gmail.com>
2 10
3 * simple.el (line-move-visual): Do not truncate goal column to 11 * simple.el (line-move-visual): Do not truncate goal column to
4 integer size. (Bug#7020) 12 integer size. (Bug#7020)
5 13