Mercurial > emacs
changeset 76568:65812b52a641
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 19 Mar 2007 09:57:04 +0000 |
parents | c00dd8a59f40 |
children | a5ca6723c3b1 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <storm@cua.dk> + + * calc/calc-forms.el (math-std-daylight-savings) + (math-std-daylight-savings-old): Doc fix. + 2007-03-19 Juanma Barranquero <lekktu@gmail.com> * isearchb.el (isearchb-follow-char):
--- 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 <cyd@stupidchicken.com> + + * 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 <schwab@suse.de> * lisp.h: Declare check_obarray.