Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (eval-defun): Rename argument to avoid collision. | Richard M. Stallman | 1993-04-01 | 1 | -4/+4 | |
| | | | | (eval-last-sexp): Likewise. | |||||
* | *** empty log message *** | Eric S. Raymond | 1993-03-30 | 1 | -1/+1 | |
| | ||||||
* | (try-face-font, find-face, get-face): New aliases. | Richard M. Stallman | 1993-03-27 | 1 | -0/+4 | |
| | ||||||
* | (lm-last-modified-date) Fixed return bug. | Eric S. Raymond | 1993-03-25 | 1 | -40/+50 | |
| | | | | (lm-uthor, lm-maintainer) These now return cons pairs, not strings. | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 8 | -37/+68 | |
| | ||||||
* | * simple.el (comment-indent-function): New variable, intended to | Jim Blandy | 1993-03-21 | 1 | -0/+1 | |
| | | | | | | | | | replace comment-indent-hook. (comment-indent-hook): Make this default to nil now. (indent-for-comment): If comment-indent-hook is non-nil, call it for backward compatibility; otherwise, call comment-indent-function. * bytecomp.el: Declare comment-indent-hook an obsolete variable. | |||||
* | *** empty log message *** | Jim Blandy | 1993-03-20 | 1 | -2/+2 | |
| | ||||||
* | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 6 | -6/+6 | |
| | ||||||
* | Initial revision | Eric S. Raymond | 1993-03-17 | 1 | -0/+228 | |
| | ||||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 2 | -2/+4 | |
| | ||||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 3 | -3/+10 | |
| | ||||||
* | Initial revision | Eric S. Raymond | 1993-03-17 | 1 | -0/+635 | |
| | ||||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -1/+1 | |
| | ||||||
* | Added standard library headers. | Eric S. Raymond | 1993-03-17 | 2 | -2/+2 | |
| | ||||||
* | Doc fix. | Jim Blandy | 1993-03-16 | 1 | -1/+1 | |
| | ||||||
* | * bytecomp.el (byte-compile-from-buffer): Put buffer containing | Jim Blandy | 1993-03-16 | 1 | -1/+9 | |
| | | | | compiled code in binary overwrite mode. | |||||
* | *** empty log message *** | Jim Blandy | 1993-03-15 | 1 | -11/+98 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1993-03-14 | 1 | -0/+17 | |
| | ||||||
* | * bytecomp.el: Declare suspend-hook to be an obsolete variable. | Jim Blandy | 1993-03-11 | 1 | -0/+1 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1993-03-09 | 1 | -0/+41 | |
| | ||||||
* | Initial revision | Jim Blandy | 1993-03-09 | 1 | -0/+5 | |
| | ||||||
* | entered into RCS | Richard M. Stallman | 1993-03-08 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 1993-03-07 | 1 | -36/+27 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 1993-03-07 | 1 | -116/+2 | |
| | ||||||
* | Initial revision | Richard M. Stallman | 1993-03-07 | 1 | -0/+414 | |
| | ||||||
* | * 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. | |||||
* | Removed assigment to foo in byte-compile-lambda. | Jim Blandy | 1993-02-23 | 1 | -1/+0 | |
| | ||||||
* | (generate-file-autoloads): If no buffer was visiting FILE when we started, | Roland McGrath | 1993-02-17 | 1 | -59/+66 | |
| | | | | kill the buffer we create. | |||||
* | (byte-compile-lambda): Test of byte-compile-compatibility was backwards. | Richard M. Stallman | 1993-02-17 | 1 | -2/+3 | |
| | ||||||
* | * lisp-mode.el (lisp-fill-paragraph): New function. | Jim Blandy | 1993-02-14 | 1 | -0/+70 | |
| | | | | (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph. | |||||
* | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 2 | -5/+6 | |
| | ||||||
* | * disass.el (disassemble): Add autoload cookie for this. | Jim Blandy | 1993-01-26 | 1 | -9/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bytecomp.el (byte-decompile-bytecode): Add an autoload for this. compiled-function-p has been renamed to byte-code-function-p. * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses. unread-command-event has been replaced by unread-command-events. * simple.el (prefix-arg-internal): Use this to push back all key sequences for processing by the main command loop, instead of trying to simulate its behavior ourselves. * bytecomp.el: Document unread-command-event as an obsolete variable, although nothing but the GNU Emacs 19 sources use it. Adjust obsolescence message for unread-command-char. * comint.el (comint-dynamic-list-completions): Change uses of unread-command-event to work with unread-command-events. * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): Same. * edebug.el (edebug-outside-excursion): Same. * ehelp.el (electric-help-command-loop): Same. * electric.el (Electric-command-loop): Same. * emerge.el (emerge-show-file-name): Same. * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): Same. * gnus.el (gnus-Subject-next-article): Same. * info.el (Info-summary): Same. * isearch-mode.el (isearch-update, isearch-unread): Same. * map-ynp.el (map-y-or-n-p): Same. * mlsupport.el (push-back-character): Same. * replace.el (perform-replace): Same. * simula.el (simula-electric-label): Same. * subr.el (read-quoted-char, momentary-string-display): Same. * sun-mouse.el (mouse-second-hit): Same. * terminal.el (te-escape-extended-command-unread): Same. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Same. | |||||
* | compiled-function-p has been renamed to byte-code-function-p. | Jim Blandy | 1993-01-26 | 1 | -4/+4 | |
| | | | | | | | * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses. | |||||
* | (update-copyright): Doc fix. | Roland McGrath | 1993-01-09 | 1 | -2/+2 | |
| | ||||||
* | * disass.el (byte-compile): Specify that the 'byte-compile feature | Jim Blandy | 1992-11-16 | 1 | -1/+1 | |
| | | | | is provided in the file "bytecomp". | |||||
* | * bytecomp.el: Declare unread-command-char an obsolete variable. | Jim Blandy | 1992-11-16 | 1 | -0/+4 | |
| | | | | * bytecomp.el: (require 'backquote). | |||||
* | * autoload.el (make-autoload): When creating an autoload | Jim Blandy | 1992-11-07 | 1 | -1/+2 | |
| | | | | | | | invocation for a macro, pass (list 'quote 'macro) as the sixth argument, not just t. autoload's sixth argument is now a type instead of just a boolean value, so we should use a value which reflects that. | |||||
* | (byte-compile-lambda): | Richard M. Stallman | 1992-10-31 | 1 | -3/+10 | |
| | | | | Don't compile the interactive spec if it is a call to `list'. | |||||
* | (custom-prin1-chars): Var defined, and renamed from prin1-chars. | Richard M. Stallman | 1992-10-08 | 1 | -54/+55 | |
| | | | | | | | (circle-tree, circle-table): Define vars. (cust-print-vector, cust-print-list): Rename level to circle-level. (cust-print-top-level): Likewise. (circle-level): Var defined. | |||||
* | CP:: changed to cust-print- in all names. | Richard M. Stallman | 1992-10-07 | 1 | -131/+130 | |
| | | | | Lots of doc fixes. | |||||
* | Doc fix. | Christopher Zaborsky | 1992-10-06 | 1 | -2/+3 | |
| | ||||||
* | Dox fix. | Richard M. Stallman | 1992-10-03 | 1 | -3/+0 | |
| | ||||||
* | Dox Fix | Christopher Zaborsky | 1992-09-27 | 1 | -4/+4 | |
| | ||||||
* | Doc fixes. Make tq-create autoload. | Richard M. Stallman | 1992-09-21 | 1 | -7/+12 | |
| | ||||||
* | entered into RCS | Richard M. Stallman | 1992-09-18 | 1 | -2/+6 | |
| | ||||||
* | entered into RCS | Richard M. Stallman | 1992-09-13 | 1 | -16/+25 | |
| | ||||||
* | entered into RCS | Richard M. Stallman | 1992-09-12 | 1 | -1/+2 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1992-08-12 | 1 | -48/+101 | |
| | ||||||
* | entered into RCS | Jim Blandy | 1992-08-12 | 1 | -4/+5 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1992-08-05 | 1 | -2/+1 | |
| |