]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/calendar/appt.el (appt-check): Doc fix.
[gnu-emacs] / lisp / ChangeLog
index 7ab457a95fc48e97d7afe8f64b6fdf4b0f18f19f..66be118bf7e40dc4e22661be72535b82e009934c 100644 (file)
@@ -1,3 +1,22 @@
+2010-09-14  Glenn Morris  <rgm@gnu.org>
+
+       * 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.
+       * calendar/appt.el (appt-update-list): Also check the members of
+       diary-included-files.  (Bug#6999)
+       (appt-check): Doc fix.
+
+2010-09-12  David Reitter  <david.reitter@gmail.com>
+
+       * simple.el (line-move-visual): Do not truncate goal column to
+       integer size.  (Bug#7020)
+
+2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * repeat.el (repeat): Allow repeating when the last event is a click.
+       Suggested by Drew Adams (bug#6256).
+
 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
 
        * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):