| Commit message (Expand) | Author | Age | Files | Lines |
| * | (easy-menu-get-map): Fix last change. | Andreas Schwab | 2004-11-06 | 1 | -1/+1 |
| * | (easy-menu-get-map-look-for-name): Remove. | Stefan Monnier | 2004-11-06 | 1 | -29/+44 |
| * | (edebug-next-token-class): Allow all symbol-constituent characters | Juri Linkov | 2004-11-05 | 1 | -2/+4 |
| * | (elp-instrument-function): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
| * | (easy-menu-intern): | Richard M. Stallman | 2004-11-02 | 1 | -1/+19 |
| * | (define-minor-mode): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
| * | (byte-compile-warning-types): Add interactive-only. | Richard M. Stallman | 2004-11-02 | 1 | -3/+19 |
| * | (update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER. | Richard M. Stallman | 2004-11-02 | 1 | -4/+7 |
| * | (ad-make-advised-definition): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
| * | Adjust to new names for x-(lost|sent)-selection-functions. | Stefan Monnier | 2004-10-28 | 1 | -8/+8 |
| * | (elp-unload-hook): Set the variable. | Richard M. Stallman | 2004-10-16 | 1 | -0/+1 |
| * | (cl-unload-hook): Don't defvar it, just set it. | Richard M. Stallman | 2004-10-16 | 1 | -2/+1 |
| * | (byte-compile-eval): Don't process | Richard M. Stallman | 2004-10-16 | 1 | -22/+36 |
| * | (mark-sexp): Preserve direction when repeating. | Stefan Monnier | 2004-10-12 | 1 | -3/+5 |
| * | (byte-optimize-backward-word): Optimize | Andreas Schwab | 2004-10-10 | 1 | -1/+1 |
| * | (lisp-fill-paragraph): Fix backslashes. | Stefan Monnier | 2004-10-09 | 1 | -4/+6 |
| * | (lisp-fill-paragraph): Change | Eli Zaretskii | 2004-10-08 | 1 | -1/+1 |
| * | (checkdoc-this-string-valid-engine): | Stefan Monnier | 2004-09-12 | 1 | -2/+3 |
| * | (byte-compile-generate-call-tree): Doc fix. | Thien-Thi Nguyen | 2004-09-08 | 1 | -4/+7 |
| * | (define-compilation-mode): Specify `doc-string-elt' property. | Thien-Thi Nguyen | 2004-09-08 | 1 | -1/+2 |
| * | (make-autoload): Handle `define-compilation-mode'. | Thien-Thi Nguyen | 2004-09-08 | 1 | -1/+3 |
| * | (authors-aliases): Add more aliases. | Kim F. Storm | 2004-09-07 | 1 | -8/+25 |
| * | (kill-backward-up-list): New function. | Eli Zaretskii | 2004-09-04 | 1 | -0/+14 |
| * | (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-09-02 | 1 | -2/+4 |
| * | (prin1-char): Don't turn S-a into A. | Richard M. Stallman | 2004-08-30 | 1 | -15/+25 |
| * | Whitespace change. | Richard M. Stallman | 2004-08-28 | 1 | -1/+1 |
| * | (prin1-char): Put `shift' modifier into the basic character, | Richard M. Stallman | 2004-08-28 | 1 | -2/+8 |
| * | (lisp-indent-defmethod): Correct | Eli Zaretskii | 2004-08-21 | 1 | -1/+1 |
| * | (elp-results-symname-map): New keymap. | Masatake YAMATO | 2004-08-19 | 1 | -1/+27 |
| * | (copyright-update-year): Delete code that replaces 20xy with xy. | Luc Teirlinck | 2004-08-18 | 1 | -21/+1 |
| * | (reb-mode-map): Define within defvar. | John Paul Wallington | 2004-08-17 | 1 | -16/+14 |
| * | (eval-last-sexp): Don't cons a new symbol each time. | Richard M. Stallman | 2004-08-16 | 1 | -1/+3 |
| * | (copyright-years-regexp): New variable. | Richard M. Stallman | 2004-08-16 | 1 | -0/+24 |
| * | (forward-word): Allow 0 args. | John Paul Wallington | 2004-08-14 | 1 | -1/+1 |
| * | (reb-re-syntax): Add `rx' syntax. | John Paul Wallington | 2004-08-07 | 1 | -5/+10 |
| * | Added some additional functions to the `1-valued', `compose', and progn groups. | Jonathan Yavner | 2004-07-17 | 1 | -73/+150 |
| * | (reb-update-overlays): Distinguish between one and several matches in message. | John Paul Wallington | 2004-07-09 | 1 | -1/+2 |
| * | (pp-buffer): Add autoload. | Juri Linkov | 2004-06-28 | 1 | -0/+1 |
| * | (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect): | Juanma Barranquero | 2004-06-16 | 1 | -25/+26 |
| * | Put `...' around symbols in warning messages. | Richard M. Stallman | 2004-06-13 | 1 | -21/+21 |
| * | (edebug-eval-defun): Add `defface'. Fix docstring. | Juri Linkov | 2004-06-10 | 1 | -2/+8 |
| * | (eval-defun-1): Add `defface'. Fix docstring. | Juri Linkov | 2004-06-10 | 1 | -3/+11 |
| * | (prin1-char): Catch errors from `string'. | Richard M. Stallman | 2004-05-29 | 1 | -4/+6 |
| * | (insert-pair-alist): New var. | Juri Linkov | 2004-05-28 | 1 | -26/+67 |
| * | * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun. | Juri Linkov | 2004-05-28 | 1 | -3/+18 |
| * | (pp-buffer): New fun created from the code in | Juri Linkov | 2004-05-28 | 1 | -25/+31 |
| * | * emacs-lisp/edebug.el (edebug-compute-previous-result) | Juri Linkov | 2004-05-28 | 1 | -3/+3 |
| * | (lisp-find-tag-default): Strip the package prefix from the symbol name, if any. | Sam Steingold | 2004-05-25 | 1 | -0/+8 |
| * | (mark-defun, narrow-to-defun): If moving back then fwd gets a defun | Richard M. Stallman | 2004-05-22 | 1 | -15/+46 |
| * | (byte-compile-log): Use backquotes. | Stefan Monnier | 2004-05-19 | 1 | -20/+14 |