Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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. | |||||
* | (update-autoloads-from-directories): Renamed from | Richard M. Stallman | 1997-05-16 | 1 | -12/+16 | |
| | | | | | | update-autoloads-from-directory. Take multiple directories as args. Use locate-library to find loaddefs.el and the top level Lisp dir. (batch-update-autoloads): Call update-autoloads-from-directories. | |||||
* | (defcustom): Add doc-string-elt property. | Richard M. Stallman | 1997-05-12 | 1 | -3/+9 | |
| | | | | (make-autoload): Convert defcustom into defvar. | |||||
* | (generated-autoload-file): Change defconst to defvar. | Richard M. Stallman | 1997-04-29 | 1 | -2/+2 | |
| | ||||||
* | (update-file-autoloads): Read loaddefs.el without | Karl Heuer | 1997-02-20 | 1 | -1/+3 | |
| | | | | any code conversion. | |||||
* | (update-autoloads-from-directory): Get absolute file names from | Roland McGrath | 1997-02-17 | 1 | -3/+3 | |
| | | | | directory-files, and expand generated-autoload-file. Subdirs happy now. | |||||
* | (update-file-autoloads): Don't barf if autoloads file | Richard M. Stallman | 1996-09-10 | 1 | -1/+1 | |
| | | | | file is completely empty. | |||||
* | (update-file-autoloads): Only give "up to date" msg if (interactive-p). | Roland McGrath | 1996-01-21 | 1 | -3/+5 | |
| | | | | (update-autoloads-from-directory): Call expand-file-name on arg. | |||||
* | (update-file-autoloads): Fix message. | Erik Naggum | 1996-01-16 | 1 | -1/+1 | |
| | ||||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -17/+18 | |
| | ||||||
* | (update-file-autoloads): Fix placement of new sections. | Roland McGrath | 1996-01-06 | 1 | -1/+7 | |
| | ||||||
* | (update-file-autoloads): Notice when searching found nothing at all. | Roland McGrath | 1996-01-06 | 1 | -88/+63 | |
| | | | | | | (update-autoloads-from-directory): New function. (batch-update-autoloads): Use it. (update-directory-autoloads, update-autoloads-here): Functions removed. | |||||
* | (batch-update-autoloads): Use error-message-string. | Richard M. Stallman | 1996-01-05 | 1 | -3/+1 | |
| | ||||||
* | (generate-file-autoloads): Preserve whitespace after cookie in literal text | Roland McGrath | 1996-01-04 | 1 | -4/+11 | |
| | | | | copied to output; eat only a single space. | |||||
* | (generate-file-autoloads): If no buffer visiting FILE exists, read it into | Roland McGrath | 1995-12-14 | 1 | -2/+8 | |
| | | | | a temp buffer for processing without visiting it. | |||||
* | (make-autoload): Generate `(autoload ...)' form for | Karl Heuer | 1995-07-07 | 1 | -8/+13 | |
| | | | | `(define-skeleton ...)' | |||||
* | (generate-file-autoloads): Warn if we put a line | Richard M. Stallman | 1994-09-17 | 1 | -0/+11 | |
| | | | | in loaddefs.el that is long enough to cause trouble. | |||||
* | Comment change. | Richard M. Stallman | 1994-06-17 | 1 | -1/+1 | |
| | ||||||
* | (autoload-trim-file-name): Make it relative | Richard M. Stallman | 1994-05-12 | 1 | -11/+10 | |
| | | | | to the directory that loaddefs.el is in. | |||||
* | (update-autoloads-here): Split up long message. | Karl Heuer | 1994-05-12 | 1 | -3/+5 | |
| | ||||||
* | (update-file-autoloads): Delete leftover variable. | Karl Heuer | 1994-05-11 | 1 | -2/+1 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 1994-05-10 | 1 | -1/+1 | |
| | ||||||
* | (update-directory-autoloads): Ignore files | Richard M. Stallman | 1994-05-06 | 1 | -2/+3 | |
| | | | | whose names start with =. Bind enable-local-eval to nil. | |||||
* | (generate-file-autoloads): Don't ignore the line | Richard M. Stallman | 1994-03-10 | 1 | -1/+1 | |
| | | | | after the form marked by a ;;;###autoload\n. | |||||
* | (generate-file-autoloads): Move misplaced paren in match clause of cond | Roland McGrath | 1994-03-03 | 1 | -2/+2 | |
| | | | | | so copying the rest of the line to the output is the else clause of if (eolp), not after the if. | |||||
* | (generate-file-autoloads): Don't frob literal formfeeds into \f; just bind | Roland McGrath | 1994-02-08 | 1 | -44/+36 | |
| | | | | print-escape-newlines to t around printing (now has same effect). | |||||
* | (batch-update-autoloads): Add missing close paren. | Karl Heuer | 1994-02-08 | 1 | -1/+1 | |
| | ||||||
* | (autoload-trim-file-name): New function. | Roland McGrath | 1994-02-07 | 1 | -65/+124 | |
| | | | | | | | | | | | | (generate-file-autoloads): Bind print-readably to t for Lucid. Use autoload-trim-file-name on FILE when inserting the name. Scan written text and fix up ^L to \f and ( at bol to \(. (update-file-autoloads): When we find a later file's section, set FOUND to 'new. If FOUND is 'new after loop, check file for autoload cookies and don't call generate-file-autoloads if none. (update-directory-autoloads): Get absolute file names from directory-files. (batch-update-autoloads): Rewrite from jwz to process later files in a directory after one file errs. | |||||
* | (update-file-autoloads): Never ask the user where to put a new section. | Roland McGrath | 1994-02-07 | 1 | -45/+35 | |
| | | | | | While searching the file, look for an alphabetically later file's section, and insert the new section before it. | |||||
* | (generate-file-autoloads): Set float-output-format to | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 | |
| | | | | nil, not "%.20e", since nil is guaranteed to not lose info on output. | |||||
* | (generate-file-autoloads): Bind float-output-format. | Richard M. Stallman | 1993-07-21 | 1 | -5/+6 | |
| | | | | Bind print-escape-newlines. | |||||
* | (update-file-autoloads): Go to the beginning of FILE before searching it | Roland McGrath | 1993-07-18 | 1 | -1/+4 | |
| | | | | for generate-autoload-cookie. | |||||
* | (generate-file-autoloads): Fix FILE truename hacking to substring | Roland McGrath | 1993-07-14 | 1 | -7/+7 | |
| | | | | SOURCE-TRUENAME instead of FILE. | |||||
* | * autoload.el (generate-file-autoloads): Correctly detect when the | Jim Blandy | 1993-07-13 | 1 | -5/+7 | |
| | | | | | buffer receiving the autoload forms is in a parent of or the same directory as FILE, even in the presence of symlinks. | |||||
* | (update-file-autoloads): Correctly do nothing when there are no cookies. | Roland McGrath | 1993-07-07 | 1 | -11/+17 | |
| | ||||||
* | Doc fix. | Roland McGrath | 1993-07-07 | 1 | -1/+1 | |
| | ||||||
* | (update-file-autoloads): Do nothing when there are no cookies. | Roland McGrath | 1993-07-03 | 1 | -0/+1 | |
| | ||||||
* | (generate-file-autoloads): Undo previous change | Richard M. Stallman | 1993-06-17 | 1 | -68/+37 | |
| | | | | because make-docfile requires defvar doc string to start on first line. | |||||
* | (make-autoload): Use memq once instead eq twice. | Roland McGrath | 1993-06-16 | 1 | -40/+71 | |
| | | | | | (generate-file-autoloads): For non-autoloads, copy the defn textually rather than printing it after reading. | |||||
* | (generate-autoload-cookie, update-autoloads-here): Doc fixes. | Roland McGrath | 1993-06-16 | 1 | -4/+4 | |
| | ||||||
* | (update-file-autoloads, update-directory-autoloads): If called | Roland McGrath | 1993-04-14 | 1 | -2/+7 | |
| | | | | interactively, save generated-autoload-file when done. | |||||
* | (generate-file-autoloads): Doc fix. | Roland McGrath | 1993-04-08 | 1 | -1/+1 | |
| | ||||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+7 | |
| | ||||||
* | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 1 | -1/+1 | |
| | ||||||
* | * autoload.el (generate-file-autoloads): Add another | Jim Blandy | 1993-03-02 | 1 | -66/+68 | |
| | | | | | save-excursion so that point is before the generated autoloads after we scan the file. |