Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | entered into RCS | Richard M. Stallman | 1993-06-16 | 1 | -1/+1 |
| | |||||
* | (disassemble-internal): If function is autoload, load it. | Richard M. Stallman | 1993-06-16 | 1 | -0/+4 |
| | |||||
* | (parens-require-spaces): Var renamed and sense changed. | Richard M. Stallman | 1993-06-16 | 1 | -4/+4 |
| | | | | (insert-parentheses): Corresponding changes. | ||||
* | (byte-compile-file-form-defmumble): Typo in prev change. | Richard M. Stallman | 1993-06-16 | 1 | -2/+1 |
| | |||||
* | (byte-compile-file-form-defmumble): Use defalias | Richard M. Stallman | 1993-06-15 | 1 | -1/+1 |
| | | | | for named function, even if no doc string. | ||||
* | (parens-dont-require-spaces): New variable. | Richard M. Stallman | 1993-06-14 | 1 | -3/+10 |
| | | | | (insert-parentheses): Obey that variable. | ||||
* | (byte-compile-file): Undo previous change. | Richard M. Stallman | 1993-06-13 | 1 | -13/+6 |
| | | | | (batch-byte-recompile-directory): Doc fix. | ||||
* | * bytecomp.el: Bring it up to version 2.10 of the | Jim Blandy | 1993-06-11 | 1 | -33/+82 |
| | | | | Zawinski-Furuseth compiler. Changes from David Gillespie. | ||||
* | (lisp-indent-function): Look for either | Richard M. Stallman | 1993-06-11 | 1 | -1/+2 |
| | | | | lisp-indent-hook or lisp-indent-function property. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 9 | -29/+29 |
| | |||||
* | (byte-compile-insert-header): Fix backwards test | Richard M. Stallman | 1993-06-03 | 1 | -1/+1 |
| | | | | of byte-compile-compatibility. | ||||
* | (map-keymap): Doc fix. | Richard M. Stallman | 1993-06-01 | 1 | -1/+6 |
| | |||||
* | (copy-tree): Use let* to bind new before i. | Richard M. Stallman | 1993-06-01 | 1 | -2/+2 |
| | |||||
* | Provide edebug. | Richard M. Stallman | 1993-05-31 | 1 | -0/+2 |
| | |||||
* | (indent-sexp): Even if outer-loop-done is t, still move down one line. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| | |||||
* | (byte-optimize-divide): Don't optimize to less than two arguments. | Richard M. Stallman | 1993-05-26 | 1 | -1/+4 |
| | |||||
* | * lucid.el (switch-to-other-buffer): Build the list of acceptable | Jim Blandy | 1993-05-24 | 1 | -3/+3 |
| | | | | buffers properly. | ||||
* | (event-modifiers): Function deleted. | Richard M. Stallman | 1993-05-22 | 1 | -47/+1 |
| | | | | (read-command-event): For switch-frame event, call select-frame. | ||||
* | (lisp-body-indent): Add doc. | Richard M. Stallman | 1993-05-21 | 1 | -1/+2 |
| | |||||
* | (byte-compile-file): Don't write output if error. | Richard M. Stallman | 1993-05-18 | 1 | -36/+37 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-05-18 | 1 | -0/+321 |
| | |||||
* | (byte-compile-file): Don't write output if error. | Richard M. Stallman | 1993-05-18 | 1 | -35/+35 |
| | |||||
* | (mark-sexp, mark-defun): Activate the mark. | Richard M. Stallman | 1993-05-16 | 1 | -2/+3 |
| | |||||
* | (byte-compile-track-mouse): New function. | Richard M. Stallman | 1993-05-15 | 1 | -0/+10 |
| | | | | This is a kludge; track-mouse must be compiled better. | ||||
* | (default-menubar): Make initial value nil. | Richard M. Stallman | 1993-05-12 | 1 | -257/+4 |
| | | | | | | | | | (kill-this-buffer, x-new-frame) (sensitize-file-and-edit-menus-hook, format-buffers-menu-line) (buffers-menu-max-size, complex-buffers-menu-p) (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer) (buffer-menu-write-file, build-buffers-menu-internal) (build-buffers-menu-hook): Functions and variables deleted. | ||||
* | (byte-recompile-directory): If ARG is non-nil, set it to its prefix | Roland McGrath | 1993-05-10 | 1 | -2/+4 |
| | | | | numeric value. Test for ARG being zero with eq, not zerop. | ||||
* | * lucid.el: Comment out fset of set-screen-width properly. | Jim Blandy | 1993-05-03 | 1 | -2/+11 |
| | | | | | | | * lucid.el: (provide 'lucid). * lucid.el: (switch-to-other-buffer): Avoid buffers whose names start with a space. | ||||
* | * edebug.el (edebug-display): Call the `mark' function with the | Jim Blandy | 1993-05-03 | 1 | -3/+6 |
| | | | | | | | | | | | | | | FORCE argument non-nil, so that we don't get an error if the mark isn't set yet. * edebug.el (global-edebug-prefix, global-edebug-map): Add autoload cookies for these, so they are present when Emacs starts up. * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in this map; we can't bind it to `C-x x', as the installation instructions suggest, because that conflicts with copy-to-register. | ||||
* | * bytecomp.el (meta-flag): Declare this an obsolete variable. | Jim Blandy | 1993-05-03 | 1 | -1/+2 |
| | | | | | * bytecomp.el: The `suspend-hooks' variable is obsolete now, and `suspend-hook' is the right name. | ||||
* | Rewritten. A poor choice of representation made the old code excessively | Eric S. Raymond | 1993-04-25 | 1 | -27/+46 |
| | | | | | | complex. The new version is smaller and faster. The interface is unchanged, except that ring-remove now accepts an optional numeric argument specifying the element to remove. | ||||
* | Added and fixed documentation. | Eric S. Raymond | 1993-04-25 | 1 | -30/+12 |
| | | | | | | | (ring-rotate): Nuked. It was (a) unused, and (b) totally broken (as in, any attempt to use it died with a type error, and when I patched it to fix that I found its algorithm was broken). (ring-ref): Added doc string. | ||||
* | All fsets changed to defaliases. | Eric S. Raymond | 1993-04-23 | 3 | -57/+57 |
| | |||||
* | Initial revision | Eric S. Raymond | 1993-04-23 | 1 | -0/+134 |
| | |||||
* | (define-function): Changed name back to defalisaases to get things in | Eric S. Raymond | 1993-04-23 | 1 | -6/+7 |
| | | | | a known-good state. | ||||
* | (byte-compile, byte-compile-keep-pending) | Richard M. Stallman | 1993-04-17 | 1 | -6/+6 |
| | | | | | (byte-compile-file-form-defmumble): Generate define-function rather than fset, to install definitions for defun, defmacro, etc. | ||||
* | (update-file-autoloads, update-directory-autoloads): If called | Roland McGrath | 1993-04-14 | 1 | -2/+7 |
| | | | | interactively, save generated-autoload-file when done. | ||||
* | (lm-commentary-region): Gone. | Eric S. Raymond | 1993-04-14 | 1 | -8/+9 |
| | | | | (lm-commentary): New function. | ||||
* | (generate-file-autoloads): Doc fix. | Roland McGrath | 1993-04-08 | 1 | -1/+1 |
| | |||||
* | Add copyright notice. | Richard M. Stallman | 1993-04-08 | 1 | -0/+22 |
| | |||||
* | (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 |
| |