(auto-save-list-file-prefix): Under MS-DOS, use `.s-'.
[bpt/emacs.git] / lisp / emacs-lisp /
1995-12-21 Karl Heuer(lisp-fill-paragraph): Several changes.
1995-12-21 Karl Heuer(byte-compile-output-docform): Don't do dynamic doc
1995-12-21 Karl Heuer(byte-compile-unfold-lambda): Recursively optimize...
1995-12-14 Roland McGrath(generate-file-autoloads): If no buffer visiting FILE...
1995-12-03 Karl Heuer(copyright-regexp): Recognize ISO copyright symbol.
1995-11-25 Noah Friedman(eldoc-message): New macro.
1995-11-21 Noah Friedman(eldoc-mode-print-current-symbol-info): Do nothing...
1995-11-18 Noah Friedman(eldoc-minor-mode-string): New variable.
1995-11-13 Noah Friedman(top level): Make sure to set global minor-mode-alist...
1995-11-12 Noah FriedmanInitial revision
1995-11-11 Richard M. Stallman(lisp-mode-variables, lisp-fill-paragraph): Remove
1995-11-10 Richard M. Stallman(byte-compile-associative): Do operations left to right.
1995-11-06 Simon MarshallMake byte-force-recompile suitably interactive.
1995-10-30 Richard M. Stallman(disassemble-internal): Handle lazy-loaded doc strings.
1995-10-30 Richard M. Stallman(byte-recompile-directory): New arg FORCE.
1995-10-30 Richard M. StallmanComment change.
1995-10-06 Richard M. Stallman(byte-compile-from-buffer): Bind print-level.
1995-09-22 Erik Naggum(get-setf-method): Protect caller's match-data from...
1995-09-21 Erik Naggum(byte-boolean-vars): Update list to reflect actual...
1995-08-27 Richard M. Stallman(rassoc): Definition deleted.
1995-08-26 Richard M. Stallman(eventp): Duplicate definition deleted.
1995-08-22 Richard M. Stallman(byte-compiler-base-file-name): New function.
1995-08-10 Richard M. Stallman(byte-compile-insert-header): Use 19.29, not 19.28.90
1995-08-07 Richard M. Stallman(byte-compile-output-docform): Check
1995-08-01 Richard M. Stallman(byte-optimize-nthcdr): Fix previous change.
1995-07-30 Richard M. Stallman(byte-compile-insert-header): If compiling for vers 18,
1995-07-28 Karl Heuer(lisp-imenu-generic-expression): Var defined.
1995-07-26 Richard M. Stallman(shared-lisp-mode-map): Don't bind TAB, just set indent...
1995-07-21 Richard M. Stallman(byte-optimize-lapcode): Fix format calls.
1995-07-19 Richard M. Stallman(backquote): Doc fix.
1995-07-17 Karl Heuer(byte-compile-output-file-form): Bind print-length
1995-07-17 Karl Heuer(byte-optimize-nth, byte-optimize-nthcdr):
1995-07-12 Roland McGrathFixed Author: comment. This code bears no relation...
1995-07-09 Simon MarshallMade executing-macro, before-change-function, after...
1995-07-07 Karl HeuerNew name for generalized upd-copyr.el
1995-07-07 Karl Heuer(make-autoload): Generate `(autoload ...)' form for
1995-07-07 Richard M. Stallman(byte-compile-obsolete): Do the funcall to compile
1995-06-21 Richard M. Stallman(eval-defun): Don't change defvar to defconst
1995-06-15 Karl HeuerUpdate GPL to version 2.
1995-06-14 Simon MarshallPut mark-active for menu-enable property on eval-region...
1995-05-30 Karl Heuer(emacs-lisp-mode-map): Add a menu.
1995-05-26 Karl Heuer(byte-compile-insert-header):
1995-05-20 Karl Heuer(easy-menu-do-define): Add autoload cookie.
1995-05-18 Karl Heuer(byte-compile-dynamic-docstrings): Doc fix.
1995-05-17 Karl Heuer(easy-menu-create-keymaps): Set menu-enable prop.
1995-05-15 Richard M. Stallman(byte-compile-insert-header): Cope if user-mail-address...
1995-05-15 Karl Heuer(tq-process-buffer): Don't hard-code the buffer name.
1995-05-09 Richard M. Stallman(popup-dialog-box): x-popup-dialog returns the value...
1995-05-08 Richard M. Stallman(Helper-help): Use read-key-sequence.
1995-05-07 Richard M. Stallman(pp-eval-expression): Update use of temp-buffer-show...
1995-05-05 Richard M. StallmanDon't try to define backquote.
1995-05-04 Richard M. Stallman('\`): Use backslash for reading the backquote.
1995-04-25 Karl Heuer(byte-recompile-directory): Use force-mode-line-update.
1995-04-24 Richard M. Stallman(easy-menu-define): Doc fix.
1995-04-24 Richard M. Stallman(byte-optimize-letX): Use car-safe and cdr-safe.
1995-04-19 Richard M. Stallman(pushnew): Use edebug-keywordp.
1995-04-13 Richard M. Stallman(byte-compile-log-file): Always insert at eob.
1995-04-09 Richard M. Stallman(byte-compile-log-file): New function.
1995-04-07 Richard M. Stallman(byte-compile-output-docform): Output doc string position
1995-04-07 Karl HeuerUpdate copyright.
1995-04-05 Karl Heuer(byte-compile-inline-expand): Fetch actual bytecode
1995-03-24 Karl Heuer(byte-compile-out-toplevel): Compile lambda forms even...
1995-03-20 Richard M. Stallman(debug): Now interactive.
1995-03-18 Richard M. Stallman(debugger-outer-load-read-function): New variable.
1995-03-16 Richard M. StallmanComment change.
1995-03-11 Richard M. Stallman(eval-defun): Convert defvar to defconst.
1995-03-11 Richard M. Stallman(add-menu-item-1): Better error message if
1995-02-25 Richard M. Stallman(byte-compile-file): Bind default-major-mode to avoid...
1995-02-13 Richard M. Stallman(pp-to-string): Fix previous change.
1995-02-13 Richard M. Stallman(debugger-step-after-exit): Variable declared.
1995-02-13 Richard M. Stallman(debug): Fix arg to backtrace-debug for debug-on-entry.
1995-02-13 Richard M. Stallman(pp-to-string): Don't use emacs-lisp-mode.
1995-02-08 Karl Heuer(byte-compile-file): Add "done" message.
1995-02-08 Karl Heuer(byte-compile-file-form-defmumble, display-call-tree...
1995-02-02 Richard M. Stallman(lisp-fill-paragraph): Return t.
1995-02-02 Richard M. Stallman(shared-lisp-mode-map): Don't bind M-q.
1995-01-30 Richard M. Stallman(make-extent, delete-extent, set-extent-property)
1995-01-30 Richard M. Stallman(lisp-indent-region): Set endmark before indenting...
1995-01-30 Richard M. Stallman(read-number): New function.
1995-01-27 Richard M. Stallman(debug-convert-byte-code): Convert the doc info to...
1995-01-22 Richard M. Stallman(byte-compile-defvar): Add the var to current-load...
1995-01-21 Roland McGrath(update-copyright): Remove gratuitous error at end.
1995-01-13 Karl Heuer(easy-menu-define): Doc fix.
1995-01-09 Karl HeuerFix text punctuation.
1995-01-03 Noah FriedmanAdd autoload cookies.
1994-12-29 Richard M. StallmanComment changes.
1994-12-26 Richard M. StallmanComment changes.
1994-12-26 Richard M. Stallman(byte-compile-warning-types): Add obsolete.
1994-12-24 Richard M. Stallman(byte-compile-dest-file): New variable.
1994-12-24 Richard M. Stallman(elp-pack-number): New function.
1994-11-17 Richard M. Stallman(set-keymap-parent): Fix bug in case of empty keymap.
1994-11-09 Karl Heuer(debugger-list-functions): Set help-mode in *Help*...
1994-11-09 Karl Heuer(Helper-describe-mode): Set help-mode in *Help* buffer.
1994-11-09 Karl Heuer(update-copyright): Set help-mode in *Help* buffer.
1994-11-01 Richard M. Stallman(byte-compile-insert-header): Escape backslashes
1994-11-01 Richard M. Stallman(byte-compile-file): Treat windows-nt like ms-dos.
1994-11-01 Richard M. Stallman(cl-macroexpand): keep documentation from `macroexpand'.
1994-10-28 Richard M. Stallman(easy-menu-define): Call `easy-menu-do-define' to do
1994-10-18 Richard M. Stallman(easy-menu-create-keymaps): Add autoload cookie.
1994-10-13 Karl Heuer(make-lucid-menu-keymap): Allow Lucid-style keyword...
next