comparison lisp/ChangeLog @ 82081:dff4efaf8c60

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 24 Jul 2007 06:01:40 +0000
parents bbaf8f824e01
children b995ec8de93b
comparison
equal deleted inserted replaced
82080:68cd480a70cd 82081:dff4efaf8c60
8 (cal-tex-cursor-week, cal-tex-cursor-week2) 8 (cal-tex-cursor-week, cal-tex-cursor-week2)
9 (cal-tex-cursor-week-iso, cal-tex-week-hours) 9 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10 (cal-tex-cursor-week-monday, cal-tex-weekly4-box) 10 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
11 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) 11 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix. 12 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
13
14 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
15 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
16 (cal-tex-day-name-format, cal-tex-cal-one-month)
17 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
18 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20 (cal-tex-list-holidays, cal-tex-cursor-year)
21 (cal-tex-cursor-year-landscape, cal-tex-year)
22 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
23 (cal-tex-cursor-month, cal-tex-insert-days)
24 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
25 (cal-tex-first-blank-p, cal-tex-cursor-week)
26 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
27 (cal-tex-week-hours, cal-tex-cursor-week-monday)
28 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
29 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
30 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
31 (cal-tex-latexify-list, cal-tex-previous-month)
32 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
33 modernization, including using dotimes rather than
34 calendar-for-loop.
35 (cal-tex-LaTeX-subst-list): Remove `@'.
36 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf): Use
37 \textit and \textbf rather than \em and \it.
13 38
14 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> 39 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
15 40
16 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the 41 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
17 underlying file is uptodate. 42 underlying file is uptodate.