diff options
| author | Glenn Morris | 2006-11-10 08:53:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-11-10 08:53:14 +0000 |
| commit | 19a73732b7055066f954fb44ffce2313b1d01a3c (patch) | |
| tree | 8f499c3a301a7d1ef26a8839d6449c810d8faeed | |
| parent | 3278a01604857d54dfa47f78460167ecc28a73ca (diff) | |
| download | emacs-19a73732b7055066f954fb44ffce2313b1d01a3c.tar.gz emacs-19a73732b7055066f954fb44ffce2313b1d01a3c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df9a9ccede2..dec1f7777c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -109,11 +109,24 @@ | |||
| 109 | 109 | ||
| 110 | 2006-11-10 Glenn Morris <rgm@gnu.org> | 110 | 2006-11-10 Glenn Morris <rgm@gnu.org> |
| 111 | 111 | ||
| 112 | * calendar/cal-dst.el: Do not assume DST starts/ends on the same | ||
| 113 | date in every year. | ||
| 114 | (calendar-dst-check-each-year-flag): New customizable variable. | ||
| 115 | (calendar-dst-find-data): New function, extracted from | ||
| 116 | calendar-current-time-zone. | ||
| 117 | (calendar-current-time-zone): Use calendar-dst-find-data. | ||
| 118 | (calendar-dst-transition-cache): New variable. | ||
| 119 | (calendar-dst-find-startend, calendar-dst-starts) | ||
| 120 | (calendar-dst-ends): New functions. | ||
| 121 | (calendar-daylight-savings-starts) | ||
| 122 | (calendar-daylight-savings-ends): Change value to use | ||
| 123 | calendar-dst-starts, calendar-dst-ends; respectively. | ||
| 124 | |||
| 112 | * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t. | 125 | * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t. |
| 113 | 126 | ||
| 114 | 2006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 127 | 2006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 115 | 128 | ||
| 116 | * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): | 129 | * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): |
| 117 | Encode/decode text to/from cut buffers to/from iso-latin-1 only. | 130 | Encode/decode text to/from cut buffers to/from iso-latin-1 only. |
| 118 | 131 | ||
| 119 | 2006-11-10 Juanma Barranquero <lekktu@gmail.com> | 132 | 2006-11-10 Juanma Barranquero <lekktu@gmail.com> |