| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (add-to-list, add-to-ordered-list): Doc fixes. | Luc Teirlinck | 2005-06-27 | 1 | -4/+7 |
* | (with-selected-window): Use save-current-buffer. | Richard M. Stallman | 2005-06-25 | 1 | -11/+16 |
* | (save-match-data): Add comment about using evaporate arg | Kim F. Storm | 2005-06-22 | 1 | -0/+2 |
* | (1value, lambda, key-substitution-in-progress): Doc fixes. | Juanma Barranquero | 2005-06-21 | 1 | -4/+4 |
* | (add-to-ordered-list): Test membership with eq. Simplify. | Kim F. Storm | 2005-06-20 | 1 | -10/+9 |
* | (add-to-ordered-list): Use a weak hash-table to avoid leaks. | Stefan Monnier | 2005-06-15 | 1 | -18/+14 |
* | (add-to-ordered-list): Rework to use list-order property of list-var. | Kim F. Storm | 2005-06-14 | 1 | -15/+26 |
* | (add-to-ordered-list): New defun. | Kim F. Storm | 2005-06-13 | 1 | -0/+26 |
* | (complete-in-turn): New macro. | Stefan Monnier | 2005-06-13 | 1 | -1/+19 |
* | (insert-for-yank-1): Fix spellings in docstrings. | Juanma Barranquero | 2005-06-10 | 1 | -1/+1 |
* | (save-match-data): Add RESEAT arg `evaporate' to | Kim F. Storm | 2005-06-08 | 1 | -1/+1 |
* | (looking-back): New argument GREEDY. | Richard M. Stallman | 2005-05-29 | 1 | -5/+25 |
* | (delay-mode-hooks): Specify indentation. | Lute Kamstra | 2005-05-26 | 1 | -1/+1 |
* | (font-lock-defaults): Remove defvar as it's already defined in font-core.el. | Lute Kamstra | 2005-05-22 | 1 | -4/+0 |
* | (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. | Juanma Barranquero | 2005-05-22 | 1 | -0/+6 |
* | (send-string, send-region): Remove obsolescence declaration. | Juanma Barranquero | 2005-05-19 | 1 | -8/+8 |
* | (event-basic-type): Don't get an error. | Richard M. Stallman | 2005-05-19 | 1 | -5/+7 |
* | (post-command-idle-hook, post-command-idle-delay): | Nick Roberts | 2005-05-19 | 1 | -4/+0 |
* | (window-dot, set-window-dot, read-input, send-string, send-region, show-buffer, | Juanma Barranquero | 2005-05-18 | 1 | -8/+8 |
* | Slight reorganization of some obsolete declarations; deleted comment no longer | Juanma Barranquero | 2005-05-17 | 1 | -4/+3 |
* | (left-fringe-p): New function. | Nick Roberts | 2005-05-15 | 1 | -0/+3 |
* | (open-network-stream-nowait): Remove. | Kim F. Storm | 2005-05-15 | 1 | -57/+6 |
* | (symbol-file): Doc fix. | Richard M. Stallman | 2005-05-14 | 1 | -1/+2 |
* | (executing-macro): Use `define-obsolete-variable-alias'. | Luc Teirlinck | 2005-05-02 | 1 | -1/+4 |
* | (define-function, sref): Remove aliases and obsolete | Nick Roberts | 2005-05-01 | 1 | -5/+0 |
* | (add-to-invisibility-spec, remove-from-invisibility-spec): | Richard M. Stallman | 2005-05-01 | 1 | -6/+6 |
* | (dot, dot-marker, dot-min, dot-max, buffer-flush-undo) | Nick Roberts | 2005-05-01 | 1 | -46/+16 |
* | (string-to-int): Make obsolete. | Nick Roberts | 2005-05-01 | 1 | -17/+30 |
* | (syntax-after): Doc fix. | Eli Zaretskii | 2005-04-24 | 1 | -3/+5 |
* | (assq-delete-all): New implementation that is linear, not quadratic. | Lute Kamstra | 2005-04-21 | 1 | -7/+26 |
* | (syntax-class): New function. | Stefan Monnier | 2005-04-19 | 1 | -0/+4 |
* | (progress-reporter-do-update): When `min-value' is equal | Juri Linkov | 2005-03-20 | 1 | -1/+3 |
* | (add-minor-mode): Use the new :minor-mode-function property. | Stefan Monnier | 2005-03-16 | 1 | -0/+2 |
* | (macro-declaration-function): Move to emacs-lisp/byte-run.el. | Lute Kamstra | 2005-03-14 | 1 | -21/+0 |
* | (find-tag-default): Catch errors in forward-sexp. | Richard M. Stallman | 2005-02-23 | 1 | -7/+10 |
* | (subregexp-context-p): Fix garbled doc string by adding | David Kastrup | 2005-02-19 | 1 | -4/+4 |
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -5/+5 |
* | (dotimes-with-progress-reporter): New macro. | Stefan Monnier | 2005-01-19 | 1 | -2/+29 |
* | Fix doc in previous change. | Richard M. Stallman | 2004-12-28 | 1 | -1/+1 |
* | (messages-buffer-max-lines): Alias for message-log-max. | Richard M. Stallman | 2004-12-27 | 1 | -8/+24 |
* | (while-no-input): New macro. | Richard M. Stallman | 2004-12-13 | 1 | -0/+13 |
* | (subregexp-context-p): New function. | Stefan Monnier | 2004-12-06 | 1 | -0/+40 |
* | (substitute-key-definition-key): Optimize. Don't | Kim F. Storm | 2004-11-23 | 1 | -1/+2 |
* | (syntax-after): Undo last change. | Stefan Monnier | 2004-11-22 | 1 | -13/+5 |
* | (map-keymap-internal): New function. | Richard M. Stallman | 2004-11-16 | 1 | -0/+18 |
* | (syntax-after): Doc fix. | Richard M. Stallman | 2004-11-08 | 1 | -2/+2 |
* | (syntax-after): Return the syntax letter, not the raw code. | Richard M. Stallman | 2004-11-07 | 1 | -5/+13 |
* | subr.el (read-passwd): Move back from password.el. | Simon Josefsson | 2004-10-29 | 1 | -0/+55 |
* | (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases | Stefan Monnier | 2004-10-28 | 1 | -0/+4 |