From 19a73732b7055066f954fb44ffce2313b1d01a3c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 10 Nov 2006 08:53:14 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df9a9ccede2..dec1f7777c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -109,11 +109,24 @@ 2006-11-10 Glenn Morris + * calendar/cal-dst.el: Do not assume DST starts/ends on the same + date in every year. + (calendar-dst-check-each-year-flag): New customizable variable. + (calendar-dst-find-data): New function, extracted from + calendar-current-time-zone. + (calendar-current-time-zone): Use calendar-dst-find-data. + (calendar-dst-transition-cache): New variable. + (calendar-dst-find-startend, calendar-dst-starts) + (calendar-dst-ends): New functions. + (calendar-daylight-savings-starts) + (calendar-daylight-savings-ends): Change value to use + calendar-dst-starts, calendar-dst-ends; respectively. + * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t. 2006-11-10 Jan Dj,Ad(Brv - * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): + * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): Encode/decode text to/from cut buffers to/from iso-latin-1 only. 2006-11-10 Juanma Barranquero -- 2.11.4.GIT