Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Dave Love | 2003-02-03 | 1 | -0/+117 |
| | |||||
* | * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'. | John Paul Wallington | 2003-01-29 | 1 | -5/+6 |
| | | | | | | | | | | * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and `define-ibuffer-sorter'. (lisp-imenu-generic-expression): Add `deftheme' to types. * custom.el (customize-mark-to-save, customize-mark-as-set) (custom-remove-theme): Doc fixes. | ||||
* | New format of AUTHORS file; list each | Kim F. Storm | 2003-01-29 | 1 | -126/+295 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | author name once followed by contributed and changed files. Improve selection of entries to include in list, and generate list of unrecognized entries indicating syntax errors in ChangeLog files. (authors-coding-system): New variable. (authors-many-files): Update doc string. (authors-aliases): Change format. Now one entry with multiple aliases per author. (authors-valid-file-names, authors-renamed-files-alist) (authors-renamed-files-regexps): New variables. (authors-canonical-file-name): New function. Validates that file exists or occurs in one of the above lists. Record unrecognized file names in global authors-invalid-file-names list. (authors-add): Change to record per-change counts. (authors-canonical-author-name): Handle new format of authors-aliases list. (authors-scan-change-log): Rename FILE arg to LOG-FILE. Change doc string to describe new entry format. Only add author entries for valid file names. (authors-print): Replace by authors-add-to-author-list. (authors-add-to-author-list): New function which reorders per-file entries and adds them to global authors-author-list. (authors): Instead of authors-print to insert in *Authors* buffer, use authors-add-to-author-list to reorder the list and then insert result in *Authors* buffer with new format. Generate *Authors Errors* compilation-mode buffer listing unrecognized ChangeLog entries. | ||||
* | Added Jan D in alias | Jan Djärv | 2003-01-26 | 1 | -2/+4 |
| | |||||
* | (byte-compile-file-form-custom-declare-variable): | Richard M. Stallman | 2003-01-25 | 1 | -1/+14 |
| | | | | Compile any lambda-expressions among the args. | ||||
* | (regexp-opt-group): Undo last change. Fix the docstring instead. | Stefan Monnier | 2003-01-20 | 1 | -14/+11 |
| | |||||
* | (regexp-opt-group): Compute HALF2 properly. | Richard M. Stallman | 2003-01-20 | 1 | -1/+4 |
| | |||||
* | (make-autoload): Generate custom-autoload for autoloaded defcustoms. | Markus Rost | 2003-01-07 | 1 | -11/+6 |
| | |||||
* | (byte-optimize-nth) | Dave Love | 2003-01-05 | 1 | -12/+16 |
| | | | | (byte-optimize-nthcdr): Fix for case of wrong-length forms. | ||||
* | (find-variable-noselect): Make it work | Dave Love | 2003-01-03 | 1 | -1/+2 |
| | | | | with new load-history format. | ||||
* | Update copyright. | John Paul Wallington | 2003-01-03 | 1 | -2/+2 |
| | |||||
* | (eldoc-get-var-docstring): Only return a | John Paul Wallington | 2003-01-03 | 1 | -11/+12 |
| | | | | documentation string when `sym' is non-nil. | ||||
* | Don't define a name for the minor mode menu. | Richard M. Stallman | 2002-12-23 | 1 | -3/+3 |
| | |||||
* | (easy-menu-do-define): Handle nil for SYMBOL. | Richard M. Stallman | 2002-12-23 | 1 | -15/+18 |
| | | | | (easy-menu-define): Doc fix, say SYMBOL can be nil. | ||||
* | (rx-and): Generate a shy group. | Richard M. Stallman | 2002-12-23 | 1 | -10/+51 |
| | | | | | | | Specify `no-group' when calling rx-to-string. (rx-submatch): Specify `no-group' when calling rx-to-string. (rx-kleene): Use rx-atomic-p to decide whether to make a group. (rx-atomic-p): New function. | ||||
* | (autoload-ensure-default-file): insert | David Kastrup | 2002-12-15 | 1 | -1/+1 |
| | | | | missing space in file end comment. | ||||
* | (define-minor-mode): Use `custom-current-group'. | Markus Rost | 2002-12-13 | 1 | -5/+8 |
| | | | | | Pass all groups to the hook. (easy-mmode-define-global-mode): Use `custom-current-group'. | ||||
* | (byte-optimize-form-code-walker): | Stefan Monnier | 2002-12-13 | 1 | -1/+3 |
| | | | | Optimize the remaining part of for-effect and/or expressions. | ||||
* | (byte-optimize-featurep): New. | Dave Love | 2002-12-12 | 1 | -1/+11 |
| | |||||
* | (byte-compile-if): Suppress warnings from | Dave Love | 2002-12-12 | 1 | -14/+48 |
| | | | | things protected by `(if (fboundp ...' or `(if (boundp ...'. | ||||
* | Add local variable list to turn off cl-function warnings. | Richard M. Stallman | 2002-12-07 | 1 | -0/+4 |
| | |||||
* | (byte-compile-eval): Handle (t . SYMBOL) elements in load-history. | Richard M. Stallman | 2002-12-07 | 1 | -7/+19 |
| | | | | | (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand and cl-struct-setf-expander. | ||||
* | (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. | ||||
* | Move `predicates for analyzing Lisp | Dave Love | 2002-11-27 | 1 | -86/+84 |
| | | | | | | forms' block to top (before uses). (help-fns): Don't require at top level. (Recursively.) (cl-transform-lambda): Require help-fns. | ||||
* | (eldoc-print-current-symbol-info): | Stefan Monnier | 2002-11-19 | 1 | -163/+24 |
| | | | | | | | | | | Turn errors into messages so they don't get ignored. (eldoc-get-fnsym-args-string): Use help-split-fundoc. (eldoc-beginning-of-sexp): Simplify. (eldoc-function-arglist): Remove. (eldoc-function-argstring): Use help-function-arglist instead. (eldoc-function-argstring-from-docstring-method-table) (eldoc-function-argstring-from-docstring): Remove. | ||||
* | (maphash, map-char-table): Use | Dave Love | 2002-11-19 | 1 | -1/+3 |
| | | | | byte-compile-funarg. | ||||
* | (side-effect-free-fns): Several | Dave Love | 2002-11-19 | 1 | -3/+4 |
| | | | | additions. | ||||
* | (multiple-value-call): Add docstring. | Stefan Monnier | 2002-11-19 | 1 | -1/+3 |
| | |||||
* | (defgroup lisp-shadow): New group name. Previous group name shadow is | Markus Rost | 2002-11-19 | 1 | -2/+2 |
| | | | | | used in shadowfile.el. (shadows-compare-text-p): Use group lisp-shadow. | ||||
* | (checkdoc-minor-mode): Add group. | Markus Rost | 2002-11-18 | 1 | -1/+2 |
| | |||||
* | Add provide call. | Markus Rost | 2002-11-17 | 1 | -0/+2 |
| | |||||
* | (update-autoloads-from-directories): Sort the list of files with no | Markus Rost | 2002-11-16 | 1 | -0/+2 |
| | | | | autoloads. | ||||
* | Add provide call. | Markus Rost | 2002-11-15 | 1 | -0/+2 |
| | |||||
* | (checkdoc-find-error): Use get-file-buffer instead of get-buffer. | Markus Rost | 2002-11-07 | 1 | -2/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 2002-11-06 | 1 | -0/+4 |
| | |||||
* | (byte-compile-lambda): Handle progn like let, inside interactive spec. | Richard M. Stallman | 2002-11-06 | 1 | -4/+2 |
| | |||||
* | (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. | ||||
* | (lisp-fill-paragraph): Use fill-comment-paragraph. | Stefan Monnier | 2002-11-03 | 1 | -93/+17 |
| | |||||
* | (lisp-fill-paragraph): Use match-string and line-beginning-position. | Stefan Monnier | 2002-11-02 | 1 | -9/+5 |
| | | | | Don't bother making paragraph-start a superset of paragraph-separate. | ||||
* | Fixed typo in docstring. | Kim F. Storm | 2002-10-27 | 1 | -1/+1 |
| | |||||
* | Fixed first-line problem for function documentation strings. | Jonathan Yavner | 2002-10-27 | 1 | -14/+16 |
| | |||||
* | (unsafep-variable): Pass second arg to risky-local-variable-p. | Richard M. Stallman | 2002-10-26 | 1 | -1/+1 |
| | |||||
* | (beginning-of-defun): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -1/+1 |
| | |||||
* | (elint-error, elint-warning): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -2/+2 |
| | |||||
* | Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -6/+6 |
| | |||||
* | (byte-optimize-form-code-walker): Treat `ignore' specially--prevent | Richard M. Stallman | 2002-10-14 | 1 | -1/+20 |
| | | | | | warnings about functions called for effect, in its args. Don't warn when `pop' is used for effect. | ||||
* | (autoload-print-form): Cleanup. | Richard M. Stallman | 2002-10-14 | 1 | -4/+3 |
| | |||||
* | (define-minor-mode): Doc fix. | Richard M. Stallman | 2002-10-07 | 1 | -5/+14 |
| | |||||
* | Add "no-byte-compile: t" in first line. | Juanma Barranquero | 2002-10-01 | 1 | -2/+2 |
| | |||||
* | New major mode "SES" for spreadsheets. | Jonathan Yavner | 2002-09-28 | 4 | -0/+1558 |
| | | | | | New function (unsafep X) determines whether X is a safe Lisp form. New support module testcover.el for coverage testing. |