| Commit message (Expand) | Author | Age | Files | Lines |
* | (find-tag-default): Moved from etags.el. | Richard M. Stallman | 2004-08-28 | 1 | -0/+21 |
* | (process-kill-without-query): Made obsolete in version 21.4, not 21.5. | John Paul Wallington | 2004-08-21 | 1 | -1/+1 |
* | (kbd): Doc fix. | Luc Teirlinck | 2004-08-09 | 1 | -1/+1 |
* | (global-unset-key, local-unset-key): Doc fixes. | Luc Teirlinck | 2004-08-08 | 1 | -2/+2 |
* | (event-modifiers, event-basic-type): Doc fixes. | Luc Teirlinck | 2004-07-31 | 1 | -2/+9 |
* | (with-local-quit): Doc fix. | Richard M. Stallman | 2004-07-31 | 1 | -1/+4 |
* | (butlast, event-modifiers, event-basic-type): Doc fixes. | John Paul Wallington | 2004-07-25 | 1 | -3/+3 |
* | (with-selected-window): Doc fix. | Luc Teirlinck | 2004-07-13 | 1 | -0/+6 |
* | (get-buffer-window-list): Doc fix. | Luc Teirlinck | 2004-07-12 | 1 | -1/+2 |
* | (insert-buffer-substring-no-properties, insert-buffer-substring-as-yank): | Juanma Barranquero | 2004-06-07 | 1 | -5/+5 |
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363 | Miles Bader | 2004-06-02 | 1 | -3/+5 |
* | (process-kill-without-query): Remove spurious "\n" on obsolescence string. | Juanma Barranquero | 2004-06-02 | 1 | -4/+6 |
* | (with-selected-window): Undo previous change. | Richard M. Stallman | 2004-05-29 | 1 | -1/+12 |
* | (with-selected-window): Only save/restore the selectd window. | Stefan Monnier | 2004-05-28 | 1 | -10/+1 |
* | (eventp): Be more discriminating with integers. | Stefan Monnier | 2004-05-11 | 1 | -1/+5 |
* | (start-process-shell-command): Fix docstring. Put usage info in a format usable | Juanma Barranquero | 2004-05-10 | 1 | -24/+25 |
* | (remove-overlays, read-passwd): Fix docstring. | Juanma Barranquero | 2004-05-09 | 1 | -3/+3 |
* | (lambda): Add arglist description to docstring. | Juanma Barranquero | 2004-05-07 | 1 | -33/+38 |
* | (remove-overlays): Docstring change. | Stefan Monnier | 2004-04-29 | 1 | -2/+1 |
* | * subr.el (remove-overlays): Make arguments optional. | Masatake YAMATO | 2004-04-27 | 1 | -2/+6 |
* | (momentary-string-display): Support EXIT-CHAR that is | Eli Zaretskii | 2004-04-27 | 1 | -6/+22 |
* | (event-modifiers): Fix the criterion for ASCII control chars. | Richard M. Stallman | 2004-04-20 | 1 | -6/+8 |
* | (read-number): Check whether `default' is nil. | Stefan Monnier | 2004-04-20 | 1 | -1/+2 |
* | (posn-set-point): Fix typos: parameter is `position', not `posn'. | John Paul Wallington | 2004-04-14 | 1 | -4/+4 |
* | (posn-set-point): New function. | Stefan Monnier | 2004-04-14 | 1 | -2/+12 |
* | (interactive-form): Delete. Now implemented in C. | Stefan Monnier | 2004-03-29 | 1 | -22/+0 |
* | (read-number): New function. | Stefan Monnier | 2004-03-26 | 1 | -1/+22 |
* | (delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>. | Eli Zaretskii | 2004-02-16 | 1 | -10/+6 |
* | (match-string-no-properties): Use substring-no-properties. | Eli Zaretskii | 2004-02-16 | 1 | -4/+2 |
* | (delete-dups): New function. | Luc Teirlinck | 2004-01-19 | 1 | -0/+15 |
* | (declare): New macro. | Luc Teirlinck | 2004-01-16 | 1 | -14/+20 |
* | (event-start, event-end): Doc fix. | Kim F. Storm | 2004-01-06 | 1 | -5/+25 |
* | (functionp): Doc fix. | Luc Teirlinck | 2004-01-03 | 1 | -1/+4 |
* | (assoc-ignore-case, assoc-ignore-representation): | Richard M. Stallman | 2003-12-29 | 1 | -12/+5 |
* | (insert-for-yank): Call insert-for-yank-1 repetitively | Eli Zaretskii | 2003-12-29 | 1 | -0/+11 |
* | Add macros `1value' and `noreturn'. | Jonathan Yavner | 2003-11-30 | 1 | -0/+14 |
* | (posn-object-x-y): New defun. | Kim F. Storm | 2003-11-27 | 1 | -0/+6 |
* | (number-sequence): Improve handling of floating point arguments | Luc Teirlinck | 2003-11-26 | 1 | -12/+33 |
* | (event-start, event-end): Doc fix. | Kim F. Storm | 2003-11-23 | 1 | -41/+63 |
* | (minor-mode-list): Add `hs-minor-mode'. | Thien-Thi Nguyen | 2003-11-15 | 1 | -1/+2 |
* | (add-hook): Fix last change. | Stefan Monnier | 2003-11-03 | 1 | -3/+1 |
* | (add-hook): Correctly detect when make-local-hook was used. | Richard M. Stallman | 2003-10-20 | 1 | -22/+25 |
* | (force-mode-line-update): Fix docstring. | Lute Kamstra | 2003-10-16 | 1 | -2/+4 |
* | 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 |