1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lisp/calendar
Lars Ingebrigtsen 1d4e903417 Speed up generation of loaddefs files
* doc/lispref/loading.texi (Autoload, Autoload by Prefix): Refer
to loaddefs-generate instead of update-file-autoloads.

* lisp/Makefile.in (LOADDEFS): Remove, because all the loaddefs
files are created in one go now.
(COMPILE_FIRST): Add loaddefs-gen/radix-tree, and drop autoload.
($(lisp)/loaddefs.el): Use loaddefs-gen.
(MH_E_DIR, $(TRAMP_DIR)/tramp-loaddefs.el)
($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el): Remove.

* lisp/generic-x.el: Inhibit computing prefixes, because the
namespace here is all wonky.

* lisp/w32-fns.el (w32-batch-update-autoloads): Removed -- unused
function.

* lisp/calendar/holidays.el ("holiday-loaddefs"): Renamed from
hol-loaddefs to have a more regular name.

* lisp/cedet/ede/proj-elisp.el (ede-emacs-cedet-autogen-compiler):
Refer to loaddefs-gen instead of autoload.

* lisp/emacs-lisp/autoload.el (make-autoload, autoload-rubric)
(autoload-insert-section-header): Made into aliases of
loaddefs-gen functions.
(autoload--make-defs-autoload): Ditto.
(autoload-ignored-definitions, autoload-compute-prefixes): Moved
to loaddefs-gen.

* lisp/emacs-lisp/lisp-mode.el (lisp-mode-autoload-regexp): New
constant.
(lisp-fdefs, lisp-mode-variables, lisp-outline-level): Use it to
recognize all ;;;###autoload forms.

* lisp/emacs-lisp/loaddefs-gen.el: New file.

* lisp/emacs-lisp/package.el: Use loaddefs-generate instead of
make-directory-autoloads.

* test/lisp/vc/vc-bzr-tests.el (vc-bzr-test-faulty-bzr-autoloads):
Use loaddefs instead of autoloads.
2022-05-31 18:08:33 +02:00
..
appt.el Reject invalid time-string in appt-add immediately 2022-04-05 18:11:05 +02:00
cal-bahai.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-china.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-coptic.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-dst.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-french.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-hebrew.el Add Sefirot to Omer counting 2022-04-28 11:57:07 -04:00
cal-html.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-islam.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-iso.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-julian.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-mayan.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-menu.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-move.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-persia.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-tex.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cal-x.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
calendar.el Further audits of single quotes in Lisp doc strings 2022-05-24 13:17:53 +02:00
diary-lib.el * lisp/calendar/diary-lib.el (diary-mode-map): Prefer defvar-keymap. 2022-05-11 16:12:00 +02:00
holidays.el Speed up generation of loaddefs files 2022-05-31 18:08:33 +02:00
icalendar.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
iso8601.el ISO 8601 strings sans "Z" don’t specify DST flag 2022-05-29 15:01:55 -07:00
lunar.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
parse-time.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
solar.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
time-date.el decoded-time-set-defaults now leaves DST alone 2022-05-27 12:19:59 -07:00
timeclock.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
todo-mode.el * lisp/calendar/todo-mode.el: Restore old code. 2022-03-23 16:51:01 +08:00