]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index df9a9ccede2add6ebdea56558bcf794cd1d5d45f..9f3b7f74654c95d353c5c46fd6c992314f1c7dd4 100644 (file)
 
 2006-11-10  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
+       * ido.el (ido-enable-prefix)
+       * ses.el (ses-call-printer-return)
+       * net/tramp.el (tramp-unified-filenames)
+       * progmodes/cc-align.el (c-lineup-string-cont)
+       * progmodes/compile.el (compilation-directory-matcher)
+       * progmodes/ebnf2ps.el (ebnf-stop-on-error)
+       * progmodes/gdb-ui.el (gdb-many-windows)
+       * progmodes/vhdl-mode.el (vhdl-reset-active-high)
+       (vhdl-clock-rising-edge)
+       * textmodes/org.el (org-export-with-timestamps)
+       (org-export-remove-timestamps-from-toc, org-export-with-tags)
+       (org-read-date): Doc fix (Nil -> nil).
+
 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * 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  <lekktu@gmail.com>