Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (make-autoload): Use new arg. | Stefan Monnier | 2006-07-17 | 1 | -1/+4 |
| | |||||
* | (make-autoload): Remove special handling of | Stefan Monnier | 2006-07-13 | 1 | -11/+1 |
| | | | | minor modes, redundant with the custom-autoload line above. | ||||
* | (no-update-autoloads): Declare. | Stefan Monnier | 2006-05-29 | 1 | -87/+72 |
| | | | | | | | (generate-file-autoloads): Obey it. Return whether autoloads were added at point or not. (update-file-autoloads): Use this new return value. Remove redundant test for the presence of an autoload cookie. | ||||
* | (autoload-find-file): New fun. This one calls hack-local-variables. | Stefan Monnier | 2006-05-29 | 1 | -33/+30 |
| | | | | (generate-file-autoloads, update-file-autoloads): Use it. | ||||
* | (update-directory-autoloads): Use `get-load-suffixes' instead of | Luc Teirlinck | 2006-02-27 | 1 | -1/+1 |
| | | | | `load-suffixes'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (make-autoload): Add define-global-minor-mode. | Juri Linkov | 2005-12-04 | 1 | -4/+5 |
| | |||||
* | (make-autoload): Handle defgroup specially. | Stefan Monnier | 2005-11-30 | 1 | -0/+9 |
| | |||||
* | (update-directory-autoloads): Add obsolete function alias. | Lars Hansen | 2005-11-08 | 1 | -0/+3 |
| | |||||
* | (update-directory-autoloads): Doc fix. | Juanma Barranquero | 2005-10-11 | 1 | -2/+3 |
| | | | | (autoload-print-form-outbuf): Add docstring. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (make-autoload): Add the :setter for defcustoms corresponding to minor modes. | Stefan Monnier | 2005-06-26 | 1 | -4/+14 |
| | |||||
* | (make-autoload): Handle define-global-minor-mode. | Richard M. Stallman | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | Comment changes. | Richard M. Stallman | 2005-01-09 | 1 | -2/+2 |
| | |||||
* | (update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER. | Richard M. Stallman | 2004-11-02 | 1 | -4/+7 |
| | |||||
* | (make-autoload): Handle `define-compilation-mode'. | Thien-Thi Nguyen | 2004-09-08 | 1 | -1/+3 |
| | |||||
* | (autoload-before-p): Remove. | Juanma Barranquero | 2004-04-27 | 1 | -9/+3 |
| | | | | (update-file-autoloads, update-directory-autoloads): Use `time-less-p'. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (make-autoload): Add arglist for define-derived-mode. | Stefan Monnier | 2003-05-15 | 1 | -3/+7 |
| | |||||
* | (batch-update-autoloads): Call `update-directory-autoloads'. | John Paul Wallington | 2003-05-05 | 1 | -2/+2 |
| | |||||
* | (update-directory-autoloads): Renamed from | Richard M. Stallman | 2003-05-04 | 1 | -3/+9 |
| | | | | update-autoloads-from-directories. | ||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (make-autoload): Generate custom-autoload for autoloaded defcustoms. | Markus Rost | 2003-01-07 | 1 | -11/+6 |
| | |||||
* | (autoload-ensure-default-file): insert | David Kastrup | 2002-12-15 | 1 | -1/+1 |
| | | | | missing space in file end comment. | ||||
* | (autoload-print-form-outbuf): New variable. | Richard M. Stallman | 2002-12-07 | 1 | -4/+9 |
| | | | | | (autoload-print-form): Use autoload-print-form-outbuf. (generate-file-autoloads): Bind autoload-print-form-outbuf. | ||||
* | (update-autoloads-from-directories): Sort the list of files with no | Markus Rost | 2002-11-16 | 1 | -0/+2 |
| | | | | autoloads. | ||||
* | (generate-file-autoloads, update-file-autoloads): Strip .gz extensions. | Stefan Monnier | 2002-11-03 | 1 | -5/+8 |
| | | | | (update-autoloads-from-directories): Also consider compressed files. | ||||
* | (autoload-print-form): Cleanup. | Richard M. Stallman | 2002-10-14 | 1 | -4/+3 |
| | |||||
* | (make-autoload): Add usage info to docstring. | Stefan Monnier | 2002-09-27 | 1 | -6/+12 |
| | | | | (autoload-print-form): Also quote open-[-in-column 0. | ||||
* | (make-autoload): Don't handle define-ibuffer-column, | Richard M. Stallman | 2002-01-16 | 1 | -3/+0 |
| | | | | define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op. | ||||
* | (make-autoload): Handle define-ibuffer-column, define-ibuffer-filter, | Colin Walters | 2002-01-13 | 1 | -0/+3 |
| | | | | define-ibuffer-sorter, and define-ibuffer-op. | ||||
* | (make-autoload): Also generate autoloads for `defmacro*' forms. | Colin Walters | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | (doc-string-elt): Remove. | Stefan Monnier | 2001-10-11 | 1 | -30/+4 |
| | |||||
* | (autoload-ensure-default-file, autoload-insert-section-header) | Gerd Moellmann | 2001-10-05 | 1 | -46/+113 |
| | | | | | | | | | | (autoload-before-p, autoload-remove-section): New functions. (generate-file-autoloads): Use them. (update-file-autoloads): Use them. Return FILE if there's no cookie. Make sure the autoload file is properly formatted when creating it. (update-autoloads-from-directories): Use them as well. Only update autoloads for files whose timestamp has changed. Add a dummy entry to remember the files which had no autoload cookies. | ||||
* | Some fixes to follow coding conventions. | Pavel JanÃk | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | (generate-file-autoloads): Remove | Gerd Moellmann | 2001-03-12 | 1 | -12/+2 |
| | | | | warning about line lengths. | ||||
* | (update-file-autoloads): Use raw-text to | Eli Zaretskii | 2000-12-06 | 1 | -3/+7 |
| | | | | | read generated-autoload-file, and set buffer-file-coding-system to raw-text-unix after reading the file. | ||||
* | (make-autoload): Use `cond'. | Stefan Monnier | 2000-06-11 | 1 | -33/+56 |
| | | | | | | | Handle easy-mmode-define-global-mode. For complex macros like define-minor-mode that can generate several autoload entries, try to autoload entries in the macroexpanded code. | ||||
* | (make-autoload): Other typo. I'm getting tired. | Stefan Monnier | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | (make-autoload): let* typo. | Stefan Monnier | 2000-06-05 | 1 | -4/+4 |
| | |||||
* | (make-autoload): Simplify docstring. | Stefan Monnier | 2000-06-05 | 1 | -85/+65 |
| | | | | | | | | | | Make use of symbol-property doc-string-elt. Use memq rather than a sequence of eq. (doc-string-elt): Fix the wrong or missing previously unused values. (autoload-print-form): New function extracted from generate-file-autoloads to allow recursion when handling progn so that defvar's and defun's docstrings are properly printed. (generate-file-autoloads): Use it. | ||||
* | Also print defsubst doc string | Andreas Schwab | 2000-03-29 | 1 | -0/+1 |
| | | | | specially. | ||||
* | (make-autoload): Recognize the new `define-minor-mode'. | Stefan Monnier | 1999-11-23 | 1 | -4/+6 |
| | | | | (define-minor-mode): Specify `doc-string-elt'. | ||||
* | (make-autoload): Handle defun* like defun. | Richard M. Stallman | 1999-09-03 | 1 | -1/+2 |
| | |||||
* | Fix maintainer address. | Karl Heuer | 1999-08-16 | 1 | -1/+1 |
| | |||||
* | (generated-autoload-file): Doc fix. | Karl Heuer | 1999-06-27 | 1 | -1/+2 |
| | |||||
* | Fix doc-string-elt property on define-derived-mode. | Andreas Schwab | 1998-08-24 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dan Nicolaescu | 1998-06-06 | 1 | -7/+16 |
| | |||||
* | (make-autoload): Doc fix. | Richard M. Stallman | 1998-05-26 | 1 | -2/+2 |
| |