# HG changeset patch # User Jay Belanger # Date 1174275477 0 # Node ID a3fc9490e7676363b1a62877fbfb20e7e14521f8 # Parent a66dd73ee29f6d0f23079244b2566c06239706cd *** empty log message *** diff -r a66dd73ee29f -r a3fc9490e767 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 19 03:36:17 2007 +0000 +++ b/lisp/ChangeLog Mon Mar 19 03:37:57 2007 +0000 @@ -1,3 +1,13 @@ +2007-03-18 Jay Belanger + + * calc/calc-forms.el (math-parse-date): Fix a regular expression. + (math-std-daylight-savings-new): Rename from + `math-std-daylight-savings'. + (math-std-daylight-savings-old): Rename from old value of + `math-std-daylight-savings'. + (math-std-daylight-savings): Use `math-std-daylight-savings-new' or + `math-std-daylight-savings-old' depending on the year. + 2007-03-18 Detlev Zundel * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark zero-width diff -r a66dd73ee29f -r a3fc9490e767 man/ChangeLog --- a/man/ChangeLog Mon Mar 19 03:36:17 2007 +0000 +++ b/man/ChangeLog Mon Mar 19 03:37:57 2007 +0000 @@ -1,3 +1,7 @@ +2007-03-18 Jay Belanger + + * calc.texi (Time Zones): Mention that the DST rules changed in 2007. + 2007-03-12 Glenn Morris * calc.texi (Time Zones): Switch to new North America DST rule.