aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 135ee569aa4..c9c879b5e88 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc.el (calc-gregorian-switch): New variable.
4
5 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
7 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
8 (math-leap-year-p): Add option to distinguish between Julian
9 and Gregorian calendars.
10 (math-day-number): Use `math-day-in-year' to do the computations.
11 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
12 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
13 to do the computations.
14 (math-date-to-dt): Use `math-date-to-julian-dt' and
15 `math-date-to-gregorian-dt' to do the computations.
16 (calcFunc-weekday, math-format-date-part): Use the new version of
17 the DATE to determine the weekday.
18 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
19 when necessary.
20
12012-11-17 Eli Zaretskii <eliz@gnu.org> 212012-11-17 Eli Zaretskii <eliz@gnu.org>
2 22
3 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on 23 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on