Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (unread-command-char, executing-macro, post-command-idle-hook, | Juanma Barranquero | 2002-07-19 | 1 | -0/+15 |
| | | | | | post-command-idle-delay): Move obsolescence declarations from subr.el. (directory-sep-char, mode-line-inverse-video): Add obsolescence declaration. | ||||
* | (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate, | Juanma Barranquero | 2002-07-19 | 1 | -0/+8 |
| | | | | | compiled-function-p, define-function): Move obsolescence declarations from subr.el | ||||
* | (insert-string): Update the obsolete info. | Stefan Monnier | 2002-07-07 | 1 | -2/+3 |
| | | | | (makehash): Move from C and mark obsolete. | ||||
* | (chars-in-region): Add obsolescence declaration for `chars-in-region'. | Juanma Barranquero | 2002-07-03 | 1 | -0/+1 |
| | |||||
* | (char-bytes): Fix obsolescence declaration. | Juanma Barranquero | 2002-06-27 | 1 | -4/+3 |
| | | | | | (make-local-hook): Likewise. (baud-rate): Remove redundant info from docstring. | ||||
* | (event-start, event-end, event-click-count): | Stefan Monnier | 2002-06-23 | 1 | -12/+16 |
| | | | | | | Accept non-mouse events as well. (read-key): New function. (read-quoted-char): Use it. Use this-single-command-raw-keys as well. | ||||
* | (pop): Move the call to `car' outside the prog1, as the compiler | Miles Bader | 2002-06-14 | 1 | -2/+3 |
| | | | | generate better code for it. | ||||
* | (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'. | Miles Bader | 2002-06-14 | 1 | -1/+1 |
| | |||||
* | (copy-list): Moved to cl.el. | Richard M. Stallman | 2002-06-10 | 1 | -18/+12 |
| | | | | (copy-tree): Don't use copy-list or cl-pop. | ||||
* | (copy-list): Moved here from cl.el. | Colin Walters | 2002-06-08 | 1 | -0/+27 |
| | | | | (copy-tree): Renamed here from `cl-copy-tree' in cl.el. | ||||
* | (open-network-stream, open-network-stream-nowait) | Richard M. Stallman | 2002-05-30 | 1 | -0/+83 |
| | | | | (open-network-stream-server, process-kill-without-query): Moved from simple.el. | ||||
* | (functionp): Catch errors in indirect-function. | Richard M. Stallman | 2002-05-12 | 1 | -1/+3 |
| | |||||
* | Follow coding conventions. | Pavel Janík | 2002-05-02 | 1 | -0/+3 |
| | |||||
* | (remove-yank-excluded-properties): New helper function. | Kim F. Storm | 2002-04-29 | 1 | -31/+27 |
| | | | | (insert-for-yank, insert-buffer-substring-as-yank): Use it. | ||||
* | (make-temp-file): New arg SUFFIX. | Richard M. Stallman | 2002-04-28 | 1 | -2/+6 |
| | |||||
* | (insert-for-yank): Replace `category' property | Richard M. Stallman | 2002-04-27 | 1 | -5/+27 |
| | | | | | | with whatever properties it stands for. (member-ignore-case): Ignore non-strings in LIST. | ||||
* | (insert-buffer-substring-no-properties): New function. | Kim F. Storm | 2002-04-21 | 1 | -0/+25 |
| | | | | (insert-buffer-substring-as-yank): New function. | ||||
* | (insert-for-yank): New function. | Richard M. Stallman | 2002-04-19 | 1 | -2/+25 |
| | |||||
* | (remove-hook): When there are no more local hooks, | Richard M. Stallman | 2002-04-10 | 1 | -1/+5 |
| | | | | kill the buffer-local value. | ||||
* | (play-sound): Move here from simple.el. | Pavel Janík | 2002-04-07 | 1 | -0/+21 |
| | |||||
* | (redraw-modeline): Define alias. | Richard M. Stallman | 2002-04-01 | 1 | -0/+3 |
| | |||||
* | (play-sound-file): Moved to simple.el. | Richard M. Stallman | 2002-03-29 | 1 | -15/+1 |
| | |||||
* | (substring-no-properties): Function deleted (now in C). | Richard M. Stallman | 2002-03-26 | 1 | -13/+0 |
| | |||||
* | (macro-declaration-function): New function. Set the | Gerd Moellmann | 2002-03-24 | 1 | -1/+19 |
| | | | | variable macro-declaration-function to it. | ||||
* | (add-to-list): Doc fix. | Pavel Janík | 2002-03-11 | 1 | -0/+2 |
| | |||||
* | (save-match-data): Doc fix. | Juanma Barranquero | 2002-02-25 | 1 | -1/+2 |
| | |||||
* | (global-set-key, local-set-key): Undo 2002-02-06 | Kim F. Storm | 2002-02-23 | 1 | -2/+2 |
| | | | | change (no longer accept a symbol for the KEY argument). | ||||
* | (add-hook): Doc fix. | Richard M. Stallman | 2002-02-20 | 1 | -1/+3 |
| | |||||
* | (global-set-key, local-set-key): Accept a symbol for the | Kim F. Storm | 2002-02-06 | 1 | -2/+2 |
| | | | | KEY argument (like define-key). | ||||
* | (force-mode-line-update): Doc fix. | Richard M. Stallman | 2002-02-06 | 1 | -2/+2 |
| | |||||
* | (atomic-change-group, prepare-change-group, activate-change-group) | Richard M. Stallman | 2002-02-06 | 1 | -9/+113 |
| | | | | | | | (accept-change-group, cancel-change-group): New functions. (add-minor-mode): Include the mode's lighter string in the minor mode menu item name. | ||||
* | (remove): Doc fix. | Richard M. Stallman | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | (substring-no-properties): New function. | Richard M. Stallman | 2002-01-25 | 1 | -5/+12 |
| | | | | (copy-without-properties): Function deleted. | ||||
* | (copy-without-properties): New function. | Richard M. Stallman | 2002-01-23 | 1 | -1/+7 |
| | |||||
* | (insert-string): Moved from mocklisp.c, reimplemented in Lisp. Obsoleted. | Pavel Janík | 2001-12-22 | 1 | -0/+9 |
| | |||||
* | (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars. | Richard M. Stallman | 2001-12-16 | 1 | -0/+13 |
| | |||||
* | (with-temp-message): At the end, always discard | Richard M. Stallman | 2001-12-16 | 1 | -2/+4 |
| | | | | the temp message, even by clearing the echo area. | ||||
* | (derived-mode-p): Moved here from derived.el. | Richard M. Stallman | 2001-12-12 | 1 | -0/+10 |
| | |||||
* | (ctl-x-4-map): Doc fix. | Pavel Janík | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | (copy-overlay, remove-overlays): New funs. | Stefan Monnier | 2001-11-28 | 1 | -1/+36 |
| | |||||
* | (functionp): Do use cdr-safe on object. | Richard M. Stallman | 2001-11-17 | 1 | -1/+1 |
| | |||||
* | (eval-after-load): Make it work with features as well. | Stefan Monnier | 2001-11-16 | 1 | -17/+18 |
| | |||||
* | (functionp): Don't consider macros as functions. | Miles Bader | 2001-11-09 | 1 | -5/+2 |
| | |||||
* | (functionp): Make work correctly for macros and unbound symbols. | Miles Bader | 2001-11-08 | 1 | -3/+8 |
| | |||||
* | (with-local-quit): New macro. | Stefan Monnier | 2001-11-08 | 1 | -13/+20 |
| | | | | | (make-syntax-table): Always inherit. (functionp): Be more careful when `object' is a symbol. | ||||
* | (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): New vars and functions. | Stefan Monnier | 2001-10-25 | 1 | -0/+122 |
| | | | | (text-clone-maintain, text-clone-create): New functions. | ||||
* | (symbol-file-load-history-loaded) | Miles Bader | 2001-10-09 | 1 | -0/+39 |
| | | | | (load-symbol-file-load-history, symbol-file): Moved from `help.el'. | ||||
* | (call-process-shell-command): New function. | Miles Bader | 2001-10-05 | 1 | -0/+32 |
| | |||||
* | (define-key-after): Allow `key' to be longer than 1. | Gerd Moellmann | 2001-10-05 | 1 | -41/+25 |
| | | | | | | (make-local-hook): Make obsolete. (add-hook, remove-hook): Don't use make-local-hook any more. (make-syntax-table): Inherit all chars from s-s-t. | ||||
* | (add-minor-mode): Use mode-line-minor-mode-keymap for | Gerd Moellmann | 2001-08-09 | 1 | -5/+3 |
| | | | | the minor mode name. |