# HG changeset patch # User Kim F. Storm # Date 1174298224 0 # Node ID 65812b52a641748ec15278d94dcaff5fb23e0981 # Parent c00dd8a59f40ff2c3995af7a14ee8a67e1ac5b79 *** empty log message *** diff -r c00dd8a59f40 -r 65812b52a641 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 19 09:46:21 2007 +0000 +++ b/lisp/ChangeLog Mon Mar 19 09:57:04 2007 +0000 @@ -1,3 +1,8 @@ +2007-03-19 Kim F. Storm + + * calc/calc-forms.el (math-std-daylight-savings) + (math-std-daylight-savings-old): Doc fix. + 2007-03-19 Juanma Barranquero * isearchb.el (isearchb-follow-char): diff -r c00dd8a59f40 -r 65812b52a641 src/ChangeLog --- a/src/ChangeLog Mon Mar 19 09:46:21 2007 +0000 +++ b/src/ChangeLog Mon Mar 19 09:57:04 2007 +0000 @@ -29,6 +29,11 @@ * dired.c (file_name_completion): gcpro NAME. +2007-03-17 Chong Yidong + + * xdisp.c (try_window_id): Increment matrix positions if the + buffer's byte count has increased, but not the character count. + 2007-03-12 Andreas Schwab * lisp.h: Declare check_obarray.