Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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 | |
| | ||||||
* | (make-autoload): Add support for define-derived-mode. Update the | Richard M. Stallman | 1998-05-26 | 1 | -6/+10 | |
| | | | | doc-string accordingly. | |||||
* | (generate-file-autoloads): Set | Richard M. Stallman | 1998-05-25 | 1 | -3/+6 | |
| | | | | print-escape-nonascii when printing autoload form. | |||||
* | (generate-file-autoloads): Handle progn forms generated by | Richard M. Stallman | 1998-05-09 | 1 | -2/+11 | |
| | | | | make-autoload: print just the first subform with print-escape-newlines. | |||||
* | (generate-autoload-section-header): Doc fix. | Karl Heuer | 1998-04-12 | 1 | -9/+42 | |
| | | | | | | | | | | (update-file-autoloads): Use autoload-read-section-header. (update-autoloads-from-directories): Likewise. (generate-autoload-section-continuation): New variable. (autoload-read-section-header): New function. (update-file-autoloads): Don't call save-buffer if no changes. (generate-file-autoloads): Split the section header line into multiple comments. | |||||
* | (update-file-autoloads): Redo 1997-08-23 change. | Richard M. Stallman | 1998-04-05 | 1 | -1/+4 | |
| | ||||||
* | (update-file-autoloads): | Richard M. Stallman | 1998-03-09 | 1 | -4/+1 | |
| | | | | Undo 1997-08-23 change. | |||||
* | (update-file-autoloads): Give clean errors | Richard M. Stallman | 1998-02-02 | 1 | -0/+4 | |
| | | | | if autoloads file is empty or can't be written. | |||||
* | (update-file-autoloads): | Richard M. Stallman | 1997-08-23 | 1 | -1/+4 | |
| | | | | Be careful about which directory to find loaddefs.el in. | |||||
* | (update-file-autoloads): Use anchored regexp search instead of requiring | Roland McGrath | 1997-08-07 | 1 | -2/+3 | |
| | | | | | leading newline before generate-autoload-cookie, which gave false negative if sole cookie in file was at bob. | |||||
* | (update-autoloads-from-directories): | Richard M. Stallman | 1997-08-05 | 1 | -27/+27 | |
| | | | | Don't process file names that start with `.'. | |||||
* | (make-autoload): For a defcustom, | Richard M. Stallman | 1997-08-04 | 1 | -2/+12 | |
| | | | | generate custom-add-to-group and custom-add-load if needed. | |||||
* | (update-autoloads-from-directories): | Richard M. Stallman | 1997-07-28 | 1 | -1/+4 | |
| | | | | Always update loaddefs.el in the source-directory. |