]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp
Use cl only at compile time.
[gnu-emacs] / lisp / emacs-lisp /
1997-04-21 Richard M. Stallman(elp-report-limit): Change prompt string.
1997-04-14 Richard M. Stallman(edebug-read-and-maybe-wrap-form): Protect
1997-04-14 Richard M. StallmanAdd defgroup; use defcustom for user vars.
1997-04-12 Richard M. StallmanUpdate copyright years.
1997-04-12 Richard M. StallmanAdd defgroup; use defcustom for user vars.
1997-04-12 Richard M. Stallman(elp-functionp): Definitions deleted; use functionp.
1997-04-12 Richard M. Stallman(elp-functionp): New function.
1997-04-12 Richard M. StallmanAdd defgroup's; use defcustom for user vars.
1997-04-12 Richard M. StallmanAdd defgroup's; use defcustom for user vars.
1997-04-10 Richard M. Stallman(eval-defun): For defcustom, always set the value.
1997-04-05 Richard M. Stallman(indent-sexp): If calculate-lisp-indent returns nil,
1997-03-30 Richard M. Stallman(debug): Use save-excursion inside the binding of buffe...
1997-03-27 Noah Friedman(eldoc-idle-delay): Make defvar, not defconst.
1997-03-22 Richard M. Stallman(tq-process-buffer): Catch errors running tq-queue...
1997-03-22 Richard M. StallmanMany doc fixes.
1997-03-22 Richard M. Stallman(copyright-regexp): Allow "Copyright" and the copyright...
1997-03-14 Karl Heuer(when, unless): Symbol props moved to subr.el.
1997-03-11 Karl Heuer(lisp-imenu-generic-expression): Accept `*', `|',
1997-02-26 Kenichi Handa(byte-compile-file): Bind coding-system-for-write
1997-02-23 Karl Heuer(eval-last-sexp): Allow let-bindings to terminate
1997-02-20 Karl Heuer(debugger-mode): Disable multibyte character handling
1997-02-20 Karl Heuer(byte-compile-file): Write a compiled file without
1997-02-20 Karl Heuer(update-file-autoloads): Read loaddefs.el without
1997-02-19 Noah Friedman(eldoc-message-commands): Doc fixes.
1997-02-17 Roland McGrath(update-autoloads-from-directory): Get absolute file...
1997-02-04 Noah Friedman(eldoc-display-message-p): New function.
1997-02-03 Noah FriedmanUpdate copyright notice to reflect assignment to FSF...
1997-01-27 Richard M. Stallman(byte-compile-inline-expand): Recalculate fn
1997-01-08 Richard M. Stallman(when, unless): Definitions moved to subr.el.
1997-01-02 Richard M. Stallman(easy-menu-create-keymaps): Menu item STYLE toggle...
1996-12-30 Richard M. Stallman(byte-compile-file): Set default-directory in compiler...
1996-12-26 Richard M. Stallman(edebug-read-symbol, edebug-read-string): Don't back...
1996-12-16 Richard M. StallmanChange defconsts to defvars.
1996-12-11 Karl Heuer(byte-compile-insert-header): Fix previous change.
1996-12-07 Richard M. Stallman(byte-compile-insert-header): If emacs-version
1996-11-11 Erik Naggum(combine-after-change-calls): The first form is not...
1996-11-09 Richard M. Stallman(combine-after-change-calls): Add lisp-indent-function...
1996-11-09 Richard M. Stallman(combine-after-change-calls): New def-edebug-spec.
1996-11-01 Richard M. Stallman(lisp-complete-symbol): Sort the list.
1996-10-24 Karl Heuer(lexical-let): Fixed a bug involving nested
1996-10-12 Richard M. Stallman(define-function): Mark it as obsolete.
1996-10-08 Erik Naggum(narrow-to-defun): Narrow to the same defun that `mark...
1996-10-08 Erik Naggum(with-current-buffer): Correct indentation property.
1996-10-04 Noah Friedman(eldoc-function-argstring-from-docstring): Add search...
1996-10-03 Richard M. Stallman(eval-after-load): Add lisp-indent-function for it.
1996-10-03 Erik Naggum(with-temp-buffer): Add indentation property.
1996-10-02 Richard M. StallmanDelete several \n\'s.
1996-10-02 Richard M. Stallman(save-selected-window, save-current-buffer)
1996-09-28 Richard M. Stallman(with-temp-file): Add lisp-indent-function property.
1996-09-27 Richard M. Stallman(save-current-buffer, with-current-buffer)
1996-09-26 Richard M. Stallman(exec-to-string): New alias.
1996-09-24 Richard M. Stallman(edebug-original-signal): Don't define it.
1996-09-23 Richard M. Stallman(pre-command-hook, post-command-hook): Defvars deleted.
1996-09-23 Richard M. Stallman(add-timeout): Duplicate definition deleted.
1996-09-22 Richard M. Stallman(byte-optimize-form-code-walker):
1996-09-22 Richard M. Stallman(save-current-buffer): Compile it like save-excursion.
1996-09-18 Richard M. Stallman(tq-filter): No need for save-match-data.
1996-09-17 Richard M. Stallman(byte-compile-lambda): If the doc string is also the
1996-09-15 Richard M. Stallman(tq-filter): Add unwind-protect and save-match-data.
1996-09-12 Richard M. Stallman(pp-eval-expression): Set font-lock-default locally...
1996-09-11 Richard M. Stallman(easy-menu-do-define): Use `x-popup-menu' instead of
1996-09-10 Erik Naggum(byte-compile-output-file-form): Bind print-quoted...
1996-09-10 Richard M. Stallman(update-file-autoloads): Don't barf if autoloads file
1996-09-10 Richard M. Stallman(byte-compile-out-toplevel): Undo previous change.
1996-09-01 Richard M. StallmanTurn on byte-compile-dynamic.
1996-08-29 Richard M. Stallman(byte-compile-associative): Treat one arg case like...
1996-08-29 Richard M. Stallman(narrow-to-defun): New function.
1996-08-28 Richard M. Stallman(byte-compile-out-toplevel): Always compile to byte...
1996-08-28 Richard M. Stallman(byte-compile-funarg-2): New function,
1996-08-26 Richard M. Stallman(byte-compile-insert-header): Fix previous change.
1996-08-25 Richard M. Stallman(byte-compile-insert-header):
1996-08-25 Richard M. Stallman(byte-compile-version): Use $Revision, not $Id.
1996-08-25 Richard M. Stallman(byte-compile-insert-header): Clean up syntax
1996-07-24 Richard M. Stallman(edebug-trace-display): Save and restore current buffer.
1996-07-23 Richard M. Stallman(list-load-path-shadows): Doc fix.
1996-07-20 Karl HeuerFix FSF address in comment.
1996-07-20 Karl Heuer(list-load-path-shadows): Fix ambiguous wording.
1996-07-14 Noah Friedman(eldoc-mode): Toggle eldoc-mode if no prefix given.
1996-07-04 Miles Bader(lisp-mode-variables): Set comment-start-skip to ignore...
1996-06-28 Richard M. Stallman(profile-functions): No need to assume that the
1996-06-18 Richard M. Stallman(pp-to-string): Treat #( like (.
1996-06-13 Richard M. Stallman(make-lucid-menu-keymap): Add menu-alias property.
1996-06-13 Richard M. Stallman(easy-menu-create-keymaps): Add menu-alias property.
1996-05-29 Karl HeuerUse executing-kbd-macro, not executing-macro.
1996-05-20 Erik NaggumFixed up initial line
1996-05-11 Richard M. StallmanLots of fixes.
1996-05-07 Richard M. Stallman(gulp-search-path, gulp-packages): Variable deleted.
1996-05-07 Richard M. StallmanInitial revision
1996-04-16 Richard M. Stallman(defstruct): Treat multi-nested :include properly.
1996-04-16 Richard M. Stallman(isqrt): Support expanded range of Lisp integers.
1996-04-08 Richard M. Stallman(disassemble-internal): Graceful error if compile failed.
1996-03-22 Richard M. Stallman(elp-instrument-package): Don't instrument keymaps...
1996-03-20 Richard M. StallmanComment change.
1996-03-17 Richard M. Stallman(lisp-fill-paragraph): Treat code-and-comment case...
1996-03-08 Erik Naggum(equalp): Use string-equal on strings.
1996-03-08 Richard M. Stallman(profile-convert-byte-code): New function.
1996-03-06 Richard M. Stallman(post-command-idle-hook, post-command-idle-delay):...
1996-03-05 Richard M. Stallman(equalp): Correctly compare last elt of two lists.
1996-03-02 Richard M. StallmanComment change.
1996-02-29 Simon MarshallSave if reqd in emacs-lisp-byte-compile-and-load.
next