aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7659d3c2235..7e516b95c61 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,31 @@
12014-11-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve time stamp handling, and be more consistent about it.
4 This implements a suggestion made in:
5 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
6 Among other things, this means timer.el no longer needs to
7 autoload the time-date module.
8 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
9 * arc-mode.el (archive-ar-summarize):
10 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
11 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
12 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
13 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
14 * proced.el (proced-time-lessp):
15 * timezone.el (timezone-time-from-absolute):
16 * type-break.el (type-break-schedule, type-break-time-sum):
17 Simplify by using new functionality.
18 * calendar/cal-dst.el (calendar-next-time-zone-transition):
19 Do not return time values in obsolete and undocumented (HI . LO)
20 format; use (HI LO) instead.
21 * calendar/time-date.el (with-decoded-time-value):
22 Treat 'nil' as current time. This is mostly for XEmacs.
23 (encode-time-value, with-decoded-time-value): Obsolete.
24 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
25 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
26 * ldefs-boot.el: Update to match new time-date.el
27 * proced.el: Do not require time-date.
28
12014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org> 292014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 30
3 * net/eww.el (eww-mode): Make the buffer read-only. 31 * net/eww.el (eww-mode): Make the buffer read-only.