Files
emacs/lisp
Glenn Morris df59aa7bc8 (cal-menu-holidays-menu): Use calendar-cursor-holidays rather than
cal-menu-today-holidays.
(cal-menu-today-holidays): Remove function.

(cal-menu-holiday-window-suffix): Simplify.
(cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
(cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
Remove unused functions.
(calendar-mouse-view-diary-entries): Use format rather than concat.

(cal-menu-x-popup-menu): Turn it into a macro.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.

(cal-menu-event-to-date): Remove function.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
(cal-menu-set-date-title): Use calendar-cursor-to-date rather than
cal-menu-event-to-date.

(calendar-mouse-tex-day, calendar-mouse-tex-week, calendar-mouse-tex-week2)
(calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
(calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
(calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
(calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
(calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
Remove functions.
(cal-menu-context-mouse-menu): Replace the above functions with the
cal-tex versions.  Add HTML submenu.
2008-06-18 02:56:39 +00:00
..
2008-06-12 03:52:16 +00:00
2008-06-10 16:50:18 +00:00
2008-06-12 03:58:11 +00:00
2008-06-16 10:30:31 +00:00
2008-06-18 02:51:24 +00:00
2008-06-13 21:59:41 +00:00
2008-06-13 15:15:32 +00:00
2008-06-05 02:38:08 +00:00
2008-05-23 04:44:07 +00:00
2008-05-29 09:40:37 +00:00
2008-06-13 13:42:21 +00:00
2008-05-23 04:44:07 +00:00
2008-06-13 13:42:21 +00:00
2008-06-13 13:42:21 +00:00
2008-06-10 00:31:53 +00:00
2008-05-08 14:46:34 +00:00
2008-05-23 04:44:07 +00:00
2008-06-02 05:26:26 +00:00
2008-05-08 11:53:29 +00:00
2008-06-17 11:27:51 +00:00
2008-06-06 20:02:42 +00:00
2008-05-17 06:22:22 +00:00
2008-05-28 17:37:04 +00:00
2008-06-18 02:52:49 +00:00
2008-05-21 02:32:31 +00:00
2008-06-18 02:53:40 +00:00
2008-06-18 02:53:20 +00:00
2008-05-08 13:31:31 +00:00
2008-05-06 16:29:23 +00:00
2008-06-01 02:35:04 +00:00
2008-06-13 08:04:56 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.