| Commit message (Expand) | Author | Age | Files | Lines |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | Comment change. | Richard M. Stallman | 2003-08-29 | 1 | -0/+2 |
* | (read-passwd): Use clear-string instead of fillarray. | Richard M. Stallman | 2003-08-06 | 1 | -7/+7 |
* | (with-selected-window): Add closing paren. | John Paul Wallington | 2003-07-21 | 1 | -1/+1 |
* | (with-selected-window): Copy code form save-selected-window | Richard M. Stallman | 2003-07-21 | 1 | -10/+26 |
* | (dolist, dotimes): Doc fix. | Markus Rost | 2003-07-08 | 1 | -2/+2 |
* | (lazy-completion-table, dynamic-completion-table): New macros. | Richard M. Stallman | 2003-06-30 | 1 | -0/+37 |
* | (looking-back): Handle the case of non-trivial regexps. | Stefan Monnier | 2003-06-18 | 1 | -11/+12 |
* | (looking-back): New function to check for regular expression before point. | Juanma Barranquero | 2003-05-30 | 1 | -0/+13 |
* | (split-string): Implement specification that splitting on explicit separators | Juanma Barranquero | 2003-05-22 | 1 | -17/+41 |
* | (prepare-change-group): Reinstate BUFFER arg; make it work. | Richard M. Stallman | 2003-05-18 | 1 | -2/+5 |
* | (macro-declaration-function): Avoid `dolist' and `cadr'. | Stefan Monnier | 2003-05-18 | 1 | -7/+11 |
* | (with-selected-window): New macro. | Stefan Monnier | 2003-05-17 | 1 | -31/+52 |
* | (assq-delete-all): Ignore non-cons elememts. | Richard M. Stallman | 2003-04-24 | 1 | -2/+3 |
* | (minor-mode-list): New variable. | Richard M. Stallman | 2003-04-09 | 1 | -0/+11 |
* | Adjust number-sequence code | Vinicius Jose Latorre | 2003-04-05 | 1 | -12/+15 |
* | (read-quoted-char): Remember the input char | Richard M. Stallman | 2003-04-03 | 1 | -20/+20 |
* | (number-sequence): Shorten the code. | Kenichi Handa | 2003-04-03 | 1 | -4/+3 |
* | (number-sequence): New function. | Kenichi Handa | 2003-04-03 | 1 | -0/+16 |
* | * files.el (recover-session): Error if there are no previous | John Paul Wallington | 2003-03-14 | 1 | -4/+4 |
* | (posn-col-row): Heed frame parameter `line-spacing' and | John Paul Wallington | 2003-03-11 | 1 | -4/+4 |
* | (posn-col-row): Take into account `line-spacing'. | John Paul Wallington | 2003-03-10 | 1 | -3/+6 |
* | (with-syntax-table): Don't copy the table any more. | Stefan Monnier | 2003-02-20 | 1 | -2/+2 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -3/+3 |
* | (insert-for-yank): Remove COMMAND element from yank handler. | Kim F. Storm | 2003-01-27 | 1 | -6/+2 |
* | Tiny doc fixes. | Kim F. Storm | 2003-01-21 | 1 | -2/+2 |
* | (insert-for-yank): Set yank-undo-function after calling FUNCTION, | Kim F. Storm | 2003-01-19 | 1 | -9/+11 |
* | (insert-for-yank): Doc fix. | Kim F. Storm | 2003-01-19 | 1 | -2/+2 |
* | Update copyright. | Kim F. Storm | 2003-01-18 | 1 | -1/+1 |
* | (insert-for-yank): Arg list changed; now only accepts one | Kim F. Storm | 2003-01-18 | 1 | -9/+42 |
* | (process-put, process-get): New functions. | Kim F. Storm | 2003-01-14 | 1 | -0/+13 |
* | (add-to-invisibility-spec): If it was t, start it out at (t). | Richard M. Stallman | 2002-12-22 | 1 | -6/+4 |
* | (symbol-file): Accept a non-atomic `function' arg. | Stefan Monnier | 2002-11-20 | 1 | -1/+2 |
* | (symbol-file): Remove unused variable `functions'. | John Paul Wallington | 2002-11-20 | 1 | -1/+1 |
* | (replace-regexp-in-string): Doc fix. | Andreas Schwab | 2002-10-29 | 1 | -1/+1 |
* | (remq): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -10/+10 |
* | (read-key-auxiliary-map, read-key): Remove. | Stefan Monnier | 2002-10-03 | 1 | -13/+10 |
* | (read-key): Use read-key-auxiliary-map, not read-key-aux-map. | Noah Friedman | 2002-09-29 | 1 | -1/+1 |
* | (remove-yank-excluded-properties): Fix bugs in handling of category properties. | Richard M. Stallman | 2002-09-29 | 1 | -9/+11 |
* | (read-key-auxiliary-map): New var. | Stefan Monnier | 2002-09-27 | 1 | -29/+37 |
* | (define-mail-user-agent): Moved from simple.el. | Stefan Monnier | 2002-09-11 | 1 | -1/+36 |
* | (symbol-file): Also work for autoloaded funcs. | Stefan Monnier | 2002-09-09 | 1 | -9/+19 |
* | (read-quoted-char): Apply listify-key-sequence to vector | Kim F. Storm | 2002-09-07 | 1 | -2/+2 |
* | (make-variable-frame-localizable): New alias for `make-variable-frame-local'. | Juanma Barranquero | 2002-08-28 | 1 | -0/+1 |
* | (suppress-keymap): Use command remapping instead of | Kim F. Storm | 2002-08-26 | 1 | -1/+1 |
* | (eval-after-load): Do not call load-symbol-file-load-history (deleted) | Sam Steingold | 2002-08-24 | 1 | -1/+1 |
* | (symbol-file-load-history-loaded) | Richard M. Stallman | 2002-08-24 | 1 | -20/+20 |
* | (atomic-change-group): Doc fix. | Richard M. Stallman | 2002-08-02 | 1 | -1/+1 |
* | (unread-command-char, executing-macro, post-command-idle-hook, | Juanma Barranquero | 2002-07-19 | 1 | -0/+15 |
* | (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate, | Juanma Barranquero | 2002-07-19 | 1 | -0/+8 |