comparison lisp/ChangeLog @ 44370:8666c90e645d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Apr 2002 14:36:02 +0000
parents 0627d2ffb2c1
children a00feef20f38
comparison
equal deleted inserted replaced
44369:72939dbe7b7b 44370:8666c90e645d
1 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
2
3 * solar.el (solar-spring-or-summer-season): Deleted.
4 (solar-northern-spring-or-summer-season): New variable.
5 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
6 Rewritten.
7
8 * solar.el (diary-sabbath-candles-minutes): New variable.
9 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
10
11 * calendar.el (update-calendar-mode-line): Force mode-line update.
12 Make date under the cursor available as `date' in
13 calendar-mode-line-format.
14 Eval items in calendar-mode-line-format list.
15
16 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook,
17 cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
18
19 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
20
21 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
22 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
23 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
25
26 * cal-tex.el: Change all instances (interactive "P") to
27 (interactive "p").
28 (cal-tex-cursor-month): Add hfill and newline at end of month that
29 ended on Saturday.
30 (cal-tex-preamble): Change to LaTeX2e.
31 (cal-tex-cursor-filofax-year): Don't use default month names in
32 LaTeX macros in case user changes them.
33 (cal-tex-month-name): New function. Used throughout in case user
34 has done something funny with month names.
35
36 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
37 (diary-rosh-hodesh): Spelling correction.
38
1 2002-04-03 Mike Williams <mdub@bigfoot.com> 39 2002-04-03 Mike Williams <mdub@bigfoot.com>
2 40
3 * textmodes/sgml-mode.el (sgml-lexical-context) 41 * textmodes/sgml-mode.el (sgml-lexical-context)
4 (sgml-parse-tag-backward): Extend support for CDATA to include 42 (sgml-parse-tag-backward): Extend support for CDATA to include
5 conditional sections. 43 conditional sections.