Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (cl-copy-tree): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -1/+1 | |
| | ||||||
* | (debug): Fix message spelling. | Karl Heuer | 1996-01-04 | 1 | -1/+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. | |||||
* | (lisp-fill-paragraph): Several changes. | Karl Heuer | 1995-12-21 | 1 | -10/+16 | |
| | | | | | | Change how to recognize partial comment lines, how to find start of region to fill. Use fill-region. Use tabs when making comment-fill-prefix. | |||||
* | (byte-compile-output-docform): Don't do dynamic doc | Karl Heuer | 1995-12-21 | 1 | -0/+1 | |
| | | | | strings if byte-compile-compatibility. | |||||
* | (byte-compile-unfold-lambda): Recursively optimize body. | Karl Heuer | 1995-12-21 | 1 | -0/+1 | |
| | ||||||
* | (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. | |||||
* | (copyright-regexp): Recognize ISO copyright symbol. | Karl Heuer | 1995-12-03 | 1 | -3/+3 | |
| | | | | (copyright-update): Pattern is now match #2, not #1. | |||||
* | (eldoc-message): New macro. | Noah Friedman | 1995-11-25 | 1 | -9/+16 | |
| | | | | (eldoc-print-var-docstring, eldoc-print-fnsym-args): Use it. | |||||
* | (eldoc-mode-print-current-symbol-info): Do nothing if executing-macro. | Noah Friedman | 1995-11-21 | 1 | -2/+3 | |
| | ||||||
* | (eldoc-minor-mode-string): New variable. | Noah Friedman | 1995-11-18 | 1 | -3/+6 | |
| | ||||||
* | (top level): Make sure to set global minor-mode-alist, not local one. | Noah Friedman | 1995-11-13 | 1 | -11/+25 | |
| | | | | | | (eldoc-mode-print-current-symbol-info): Make sure this-command is a symbol. (eldoc-function-argstring): If fn is a macro, skip leading `macro' elt. (eldoc-function-argstring-from-docstring): Look for `condition-case' pattern. | |||||
* | Initial revision | Noah Friedman | 1995-11-12 | 1 | -0/+423 | |
| | ||||||
* | (lisp-mode-variables, lisp-fill-paragraph): Remove | Richard M. Stallman | 1995-11-11 | 1 | -3/+3 | |
| | | | | | "^" from paragraph-start and paragraph-separate. Moved page-delimiter first in case it has a "^" also. | |||||
* | (byte-compile-associative): Do operations left to right. | Richard M. Stallman | 1995-11-10 | 1 | -9/+21 | |
| | | | | (byte-force-recompile): Improve the prompt. | |||||
* | Make byte-force-recompile suitably interactive. | Simon Marshall | 1995-11-06 | 1 | -0/+1 | |
| | ||||||
* | (disassemble-internal): Handle lazy-loaded doc strings. | Richard M. Stallman | 1995-10-30 | 1 | -1/+4 | |
| | | | | (disassemble-1): Handle lazy-loaded bytecode objects. | |||||
* | (byte-recompile-directory): New arg FORCE. | Richard M. Stallman | 1995-10-30 | 1 | -3/+16 | |
| | | | | (byte-force-recompile): New function. | |||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 8 | -24/+11 | |
| | ||||||
* | (byte-compile-from-buffer): Bind print-level. | Richard M. Stallman | 1995-10-06 | 1 | -0/+1 | |
| | ||||||
* | (get-setf-method): Protect caller's match-data from string-match. | Erik Naggum | 1995-09-22 | 1 | -1/+2 | |
| | ||||||
* | (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in | Erik Naggum | 1995-09-21 | 1 | -10/+9 | |
| | | | | the C code. | |||||
* | (rassoc): Definition deleted. | Richard M. Stallman | 1995-08-27 | 1 | -2/+0 | |
| | ||||||
* | (eventp): Duplicate definition deleted. | Richard M. Stallman | 1995-08-26 | 1 | -9/+0 | |
| | ||||||
* | (byte-compiler-base-file-name): New function. | Richard M. Stallman | 1995-08-22 | 1 | -4/+15 | |
| | | | | (byte-compile-dest-file): Call byte-compiler-base-file-name. | |||||
* | (byte-compile-insert-header): Use 19.29, not 19.28.90 | Richard M. Stallman | 1995-08-10 | 1 | -54/+56 | |
| | | | | | | | | | as limit for where dynamic docstrings are allowed. (byte-compile-insert-header): New args inbuffer and outbuffer. Test byte-compile-dynamic-docstrings in the initially current buffer. (byte-compile-from-buffer): Add new args to byte-compile-insert-header. | |||||
* | (byte-compile-output-docform): Check | Richard M. Stallman | 1995-08-07 | 1 | -66/+69 | |
| | | | | byte-compile-dynamic-docstrings in input buffer, not output buffer. | |||||
* | (byte-optimize-nthcdr): Fix previous change. | Richard M. Stallman | 1995-08-01 | 1 | -1/+1 | |
| | ||||||
* | (byte-compile-insert-header): If compiling for vers 18, | Richard M. Stallman | 1995-07-30 | 1 | -2/+4 | |
| | | | | arrange to set current-load-list when loadingthe file. | |||||
* | (lisp-imenu-generic-expression): Var defined. | Karl Heuer | 1995-07-28 | 1 | -1/+15 | |
| | | | | (lisp-mode-variables): Set imenu-generic-expression. | |||||
* | (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function. | Richard M. Stallman | 1995-07-26 | 1 | -3/+2 | |
| | ||||||
* | (byte-optimize-lapcode): Fix format calls. | Richard M. Stallman | 1995-07-21 | 1 | -2/+2 | |
| | ||||||
* | (backquote): Doc fix. | Richard M. Stallman | 1995-07-19 | 1 | -2/+2 | |
| | ||||||
* | (byte-compile-output-file-form): Bind print-length | Karl Heuer | 1995-07-17 | 1 | -0/+2 | |
| | | | | and print-level to nil. | |||||
* | (byte-optimize-nth, byte-optimize-nthcdr): | Karl Heuer | 1995-07-17 | 1 | -24/+104 | |
| | | | | | | | | Do nothing if form wrong length. (byte-optimize-multiply): Fix bug in 0 case. (byte-optimize-divide): Optimize (/ CONST CONST) if safe. (byte-optimize-logmumble): Fix (logior -1 ...) case. (byte-optimize-if): Optimize (if (not foo) nil ...). | |||||
* | Fixed Author: comment. This code bears no relation to what I wrote. | Roland McGrath | 1995-07-12 | 1 | -2/+1 | |
| | ||||||
* | Made executing-macro, before-change-function, after-change-function and ↵ | Simon Marshall | 1995-07-09 | 1 | -18/+24 | |
| | | | | font-lock-doc-string-face obsolete. | |||||
* | New name for generalized upd-copyr.el | Karl Heuer | 1995-07-07 | 1 | -143/+127 | |
| | | | | | | | | | | (copyright-limit, copyright-regexp): New variables (copyright-query): New name for `inhibit-update-copyright' (copyright-current-year): New name for `current-year' (copyright-current-gpl-version): New name for `current-gpl-version' (copyright-update): New name for `update-copyright' and `ask-to-update-copyright' (copyright): New skeleton command | |||||
* | (make-autoload): Generate `(autoload ...)' form for | Karl Heuer | 1995-07-07 | 1 | -8/+13 | |
| | | | | `(define-skeleton ...)' | |||||
* | (byte-compile-obsolete): Do the funcall to compile | Richard M. Stallman | 1995-07-07 | 1 | -4/+4 | |
| | | | | the form whether or not we warn. | |||||
* | (eval-defun): Don't change defvar to defconst | Richard M. Stallman | 1995-06-21 | 1 | -1/+2 | |
| | | | | if it has just one argument. | |||||
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 7 | -8/+8 | |
| | ||||||
* | Put mark-active for menu-enable property on eval-region, comment-region, and ↵ | Simon Marshall | 1995-06-14 | 1 | -1/+5 | |
| | | | | indent-region symbols. | |||||
* | (emacs-lisp-mode-map): Add a menu. | Karl Heuer | 1995-05-30 | 1 | -4/+29 | |
| | | | | (emacs-lisp-byte-compile): New function. | |||||
* | (byte-compile-insert-header): | Karl Heuer | 1995-05-26 | 1 | -4/+9 | |
| | | | | | When using dynamic docstrings, refuse to load in 19.28 and older. In that error message, don't mention the directory names. | |||||
* | (easy-menu-do-define): Add autoload cookie. | Karl Heuer | 1995-05-20 | 1 | -0/+1 | |
| | ||||||
* | (byte-compile-dynamic-docstrings): Doc fix. | Karl Heuer | 1995-05-18 | 1 | -0/+5 | |
| | ||||||
* | (easy-menu-create-keymaps): Set menu-enable prop. | Karl Heuer | 1995-05-17 | 1 | -1/+2 | |
| | ||||||
* | (byte-compile-insert-header): Cope if user-mail-address is unbound. | Richard M. Stallman | 1995-05-15 | 1 | -1/+1 | |
| | ||||||
* | (tq-process-buffer): Don't hard-code the buffer name. | Karl Heuer | 1995-05-15 | 1 | -1/+1 | |
| |