From: Kim F. Storm Date: Mon, 19 Mar 2007 09:57:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.96~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c8f28b0b0ede18bc6b3ef280a654b20eecaa4dd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cbe6c4d8c4..91a4c6a37fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 9bf57f082f8..5155f2c4a74 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.