diff options
| author | Paul Eggert | 2012-11-18 09:10:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-11-18 09:10:35 -0800 |
| commit | 535efd4a430b6595a30efaa2919e565ad21209b9 (patch) | |
| tree | c21d0af518630ab3e9ad7d0142568bb8fc759493 /lisp/ChangeLog | |
| parent | 273ac8d1ef96529d010975b59caa99489cbc51b4 (diff) | |
| download | emacs-535efd4a430b6595a30efaa2919e565ad21209b9.tar.gz emacs-535efd4a430b6595a30efaa2919e565ad21209b9.zip | |
More minor time fixes.
* calendar/time-date.el: Commentary fix.
* net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
too much other code depends on (0 0) time stamps.
* net/tramp.el (tramp-time-less-p, tramp-time-subtract):
Add a couple of FIXME comments.
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 920f893bb7d..a6fdf7ebc4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-11-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-11-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | More minor time fixes. | ||
| 4 | * calendar/time-date.el: Commentary fix. | ||
| 5 | * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change; | ||
| 6 | too much other code depends on (0 0) time stamps. | ||
| 7 | * net/tramp.el (tramp-time-less-p, tramp-time-subtract): | ||
| 8 | Add a couple of FIXME comments. | ||
| 9 | |||
| 3 | Minor cleanup for times as lists of four integers. | 10 | Minor cleanup for times as lists of four integers. |
| 4 | * files.el (dir-locals-directory-cache): | 11 | * files.el (dir-locals-directory-cache): |
| 5 | * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info): | 12 | * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info): |