diff options
| author | Chong Yidong | 2011-08-08 11:53:35 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-08-08 11:53:35 -0400 |
| commit | 37e11a631937986f03f6216655ea1c964f7286aa (patch) | |
| tree | 0ea4917e2a3f3d1a71a9a77ec4d45fccf92a6754 /lisp/ChangeLog | |
| parent | d56176114c8c9226a43db4bf68df562486e454ed (diff) | |
| download | emacs-37e11a631937986f03f6216655ea1c964f7286aa.tar.gz emacs-37e11a631937986f03f6216655ea1c964f7286aa.zip | |
Lisp code shouldn't use set-time-zone-rule except through setenv.
* time.el (display-time-world-list, display-time-world-display):
* time-stamp.el (time-stamp-string):
* vc/add-log.el (add-change-log-entry): Use setenv instead of
set-time-zone-rule.
* src/editfns.c (Fset_time_zone_rule): Document relationship with the
setenv function.
Fixes: debbugs:7337
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2ea294d2d0..bd344dad35a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-08-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * time.el (display-time-world-list, display-time-world-display): | ||
| 4 | * time-stamp.el (time-stamp-string): | ||
| 5 | * vc/add-log.el (add-change-log-entry): Use setenv instead of | ||
| 6 | set-time-zone-rule (Bug#7337). | ||
| 7 | |||
| 1 | 2011-08-08 Daiki Ueno <ueno@unixuser.org> | 8 | 2011-08-08 Daiki Ueno <ueno@unixuser.org> |
| 2 | 9 | ||
| 3 | * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo. | 10 | * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo. |