]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp
(blink-cursor-mode): `emacs-quick-startup' may not be bound yet.
[gnu-emacs] / lisp / emacs-lisp /
2005-03-01 Lute Kamstra(debug): Skip one more frame in case of debug on entry.
2005-03-01 Kim F. StormFix years.
2005-03-01 Kim F. Storm(copyright-fix-years): New command.
2005-03-01 Lute Kamstra(debug-on-entry-1): Reimplement to make sure that debug...
2005-02-28 Stefan Monnier(inhibit-debug-on-entry): New var.
2005-02-27 Richard M. Stallman(regexp-builder): New function.
2005-02-27 Richard M. Stallman(debug-on-entry-1): If function body is empty, add...
2005-02-27 Stefan Monnier(inhibit-trace): New var.
2005-02-27 Stefan Monnier(debug): Put back the inhibit-trace.
2005-02-26 Stefan Monnier(debug): Hide the buffer if it's not killed.
2005-02-15 Lute Kamstra(lisp-mode-variables): Add ;;;###autoload to `outline...
2005-02-09 Kim F. StormChange release version from 21.4 to 22.1 throughout.
2005-02-06 Richard M. Stallman(buffer-end): Doc fix.
2005-02-01 Thien-Thi Nguyen(lisp-indent-function): Fix bug:
2005-02-01 Thien-Thi Nguyen(lisp-indent-function): Doc fix.
2005-01-28 Stefan Monnier(eval-defun-1): Make sure `defvar' always sets the...
2005-01-17 Richard M. Stallman(backward-kill-sexp, kill-sexp): Doc fixes.
2005-01-15 Richard M. Stallman(lm-with-file): Use Lisp mode in temp buffer.
2005-01-15 Richard M. Stallman(indent-pp-sexp): Doc fix.
2005-01-12 Reiner SteibFixed typo in Commentary section.
2005-01-09 Richard M. StallmanComment changes.
2005-01-07 Richard M. Stallman(find-face-definition): Renamed from find-face.
2005-01-06 John Paul WallingtonUpdate copyright. Update commentary to mention rx...
2005-01-05 Richard M. Stallman(find-variable, find-variable-other-window, find-variab...
2005-01-05 Richard M. StallmanDoc fixes.
2005-01-03 Stefan Monnier(find-variable-regexp): Avoid defface.
2004-12-29 Richard M. Stallman(mark-sexp, mark-defun): New arg ALLOW-EXTEND
2004-12-27 Richard M. Stallman(debugger-make-xrefs): Call symbol-file with `defun'.
2004-12-27 Richard M. Stallman(find-function-noselect): Call symbol-file with `defun'.
2004-12-21 Richard M. StallmanComment change.
2004-12-14 Kim F. Storm(beginning-of-defun, end-of-defun): Don't
2004-12-13 Richard M. Stallman(elint-standard-variables, elint-unknown-builtin-args...
2004-12-13 Juri Linkov* emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2004-12-11 Stefan Monnier(checkdoc-continue, checkdoc-comments, checkdoc-message...
2004-12-06 Stefan Monnier(regexp-opt-depth): Use subregexp-context-p.
2004-12-03 Richard M. Stallman(elint-standard-variables): Update list of variables.
2004-11-28 Juri Linkov(edebug-set-global-break-condition):
2004-11-27 Richard M. StallmanComment changes.
2004-11-27 Stefan Monnier(cl-parse-loop-clause, labels): Use gensym
2004-11-25 Richard M. Stallman(byte-optimize-form-code-walker):
2004-11-21 Luc Teirlinck(custom-printers): Use `defvar' instead of `defconst'.
2004-11-21 Richard M. Stallman(byte-compile-form): Move the calls to byte-compile...
2004-11-16 Richard M. Stallman(map-keymap): Definition deleted.
2004-11-16 Juri Linkov(find-function-regexp): Optimize `define-minor-mode...
2004-11-16 Stefan MonnierUse make-symbol rather than gensym.
2004-11-16 Stefan Monnier(pair-with-newsyms): Use make-symbol.
2004-11-14 Stefan Monnier(byte-optimize-inline-handler): Simplify.
2004-11-12 Stefan Monnier(byte-compile-inline-expand): Understand the
2004-11-11 Stefan MonnierUse push.
2004-11-10 Stefan Monnier(easy-menu-add-item): Use keymap-prompt. Simplify.
2004-11-10 Stefan Monnier(easy-menu-define-key): Understand the case where the...
2004-11-09 Stefan Monnier(easy-menu-intern): Revert to no-downcasing.
2004-11-09 Richard M. Stallman(byte-compile-defalias):
2004-11-07 Richard M. Stallman(elp-results): Delete wasteful beginning-of-buffer.
2004-11-06 Andreas Schwab(easy-menu-get-map): Fix last change.
2004-11-06 Stefan Monnier(easy-menu-get-map-look-for-name): Remove.
2004-11-05 Juri Linkov(edebug-next-token-class): Allow all symbol-constituent...
2004-11-02 Richard M. Stallman(elp-instrument-function): Use called-interactively-p.
2004-11-02 Richard M. Stallman(easy-menu-intern):
2004-11-02 Richard M. Stallman(define-minor-mode): Use called-interactively-p.
2004-11-02 Richard M. Stallman(byte-compile-warning-types): Add interactive-only.
2004-11-02 Richard M. Stallman(update-file-autoloads): Don't use interactive-p; take...
2004-11-02 Richard M. Stallman(ad-make-advised-definition): Use called-interactively-p.
2004-10-28 Stefan MonnierAdjust to new names for x-(lost|sent)-selection-functions.
2004-10-16 Richard M. Stallman(elp-unload-hook): Set the variable.
2004-10-16 Richard M. Stallman(cl-unload-hook): Don't defvar it, just set it.
2004-10-16 Richard M. Stallman(byte-compile-eval): Don't process
2004-10-12 Stefan Monnier(mark-sexp): Preserve direction when repeating.
2004-10-10 Andreas Schwab(byte-optimize-backward-word): Optimize
2004-10-09 Stefan Monnier(lisp-fill-paragraph): Fix backslashes.
2004-10-08 Eli Zaretskii(lisp-fill-paragraph): Change
2004-09-12 Stefan Monnier(checkdoc-this-string-valid-engine):
2004-09-08 Thien-Thi Nguyen(byte-compile-generate-call-tree): Doc fix.
2004-09-08 Thien-Thi Nguyen(define-compilation-mode): Specify `doc-string-elt...
2004-09-08 Thien-Thi Nguyen(make-autoload): Handle `define-compilation-mode'.
2004-09-07 Kim F. Storm(authors-aliases): Add more aliases.
2004-09-04 Eli Zaretskii(kill-backward-up-list): New function.
2004-09-02 Juri Linkov(beginning-of-defun, end-of-defun):
2004-08-30 Richard M. Stallman(prin1-char): Don't turn S-a into A.
2004-08-28 Richard M. StallmanWhitespace change.
2004-08-28 Richard M. Stallman(prin1-char): Put `shift' modifier into the basic chara...
2004-08-21 Eli Zaretskii(lisp-indent-defmethod): Correct
2004-08-19 Masatake YAMATO(elp-results-symname-map): New keymap.
2004-08-18 Luc Teirlinck(copyright-update-year): Delete code that replaces...
2004-08-17 John Paul Wallington(reb-mode-map): Define within defvar.
2004-08-16 Richard M. Stallman(eval-last-sexp): Don't cons a new symbol each time.
2004-08-16 Richard M. Stallman(copyright-years-regexp): New variable.
2004-08-14 John Paul Wallington(forward-word): Allow 0 args.
2004-08-07 John Paul Wallington(reb-re-syntax): Add `rx' syntax.
2004-07-17 Jonathan YavnerAdded some additional functions to the `1-valued',...
2004-07-09 John Paul Wallington(reb-update-overlays): Distinguish between one and...
2004-06-28 Juri Linkov(pp-buffer): Add autoload.
2004-06-16 Juanma Barranquero(ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate...
2004-06-13 Richard M. StallmanPut `...' around symbols in warning messages.
2004-06-10 Juri Linkov(edebug-eval-defun): Add `defface'. Fix docstring.
2004-06-10 Juri Linkov(eval-defun-1): Add `defface'. Fix docstring.
2004-05-29 Richard M. Stallman(prin1-char): Catch errors from `string'.
2004-05-28 Juri Linkov(insert-pair-alist): New var.
2004-05-28 Juri Linkov* emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2004-05-28 Juri Linkov(pp-buffer): New fun created from the code in
next