]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 2006 03:04:14 +0000 (03:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 2006 03:04:14 +0000 (03:04 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index 77ddef912b1f43e039632bf91b2e9e61b3cbb1c4..01e36b1e821c04ab83477678a8b5518985de310b 100644 (file)
@@ -1,3 +1,18 @@
+2006-12-24  Kevin Ryde  <user42@zip.com.au>
+
+       * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
+       in March.
+       (calendar-dst-ends): Default to first Sunday in November.
+
+2006-12-24  Richard Stallman  <rms@gnu.org>
+
+       * image.el (image-type-header-regexps): Element is now (REGEXP
+       IMAGE-TYPE NOT-ALWAYS).
+       (image-type-from-data): Handle new format of image-type-header-regexps.
+       (image-type-from-buffer): Likewise.
+       New arg INCLUDE-MAYBES.
+       (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
+
 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * allout.el (allout-encrypt-string): Inhibit use of agent within
index fffd9387c2ce362639942e16a4a5a10b5820271a..ed1fa3928c7799d64bc7c4cf87dde4d8e5a0b804 100644 (file)
@@ -1,3 +1,10 @@
+2006-12-24  Kevin Ryde  <user42@zip.com.au>
+
+       * calendar.texi (Holidays): US daylight savings begins second Sunday
+       in March for 2007 onwards.
+       (Daylight Savings): Show new US default daylight savings rules, 2nd
+       Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
+
 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
 
        * calendar.texi (Scroll Calendar): < and > are switched.
index a5b419119c6f64090c325dc082cf3cc13a77f6ef..33d54f430cd4af385b7a04e350ca756580dabd92 100644 (file)
@@ -68,7 +68,7 @@
 
 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
 
-       * buffer.c (syms_of_buffer) <buffer-display-table>:
+       * buffer.c (syms_of_buffer) <buffer-display-table>
        <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
 
 2006-12-17  Richard Stallman  <rms@gnu.org>