aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-18 09:10:35 -0800
committerPaul Eggert2012-11-18 09:10:35 -0800
commit535efd4a430b6595a30efaa2919e565ad21209b9 (patch)
treec21d0af518630ab3e9ad7d0142568bb8fc759493 /lisp/ChangeLog
parent273ac8d1ef96529d010975b59caa99489cbc51b4 (diff)
downloademacs-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/ChangeLog7
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 @@
12012-11-18 Paul Eggert <eggert@cs.ucla.edu> 12012-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):