log lisp/subr.el @ 46732:c86fc964833f

age author description
2002-07-19 Juanma Barranquero (unread-command-char, executing-macro, post-command-idle-hook,
2002-07-19 Juanma Barranquero (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
2002-07-07 Stefan Monnier (insert-string): Update the obsolete info.
2002-07-03 Juanma Barranquero (chars-in-region): Add obsolescence declaration for `chars-in-region'.
2002-06-27 Juanma Barranquero (char-bytes): Fix obsolescence declaration.
2002-06-23 Stefan Monnier (event-start, event-end, event-click-count):
2002-06-14 Miles Bader (pop): Move the call to `car' outside the prog1, as the compiler
2002-06-14 Miles Bader (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
2002-06-10 Richard M. Stallman (copy-list): Moved to cl.el.
2002-06-08 Colin Walters (copy-list): Moved here from cl.el.
2002-05-30 Richard M. Stallman (open-network-stream, open-network-stream-nowait)
2002-05-12 Richard M. Stallman (functionp): Catch errors in indirect-function.
2002-05-02 Pavel Janík Follow coding conventions.
2002-04-29 Kim F. Storm (remove-yank-excluded-properties): New helper function.
2002-04-28 Richard M. Stallman (make-temp-file): New arg SUFFIX.
2002-04-27 Richard M. Stallman (insert-for-yank): Replace `category' property
2002-04-21 Kim F. Storm (insert-buffer-substring-no-properties): New function.
2002-04-19 Richard M. Stallman (insert-for-yank): New function.
2002-04-10 Richard M. Stallman (remove-hook): When there are no more local hooks,
2002-04-07 Pavel Janík (play-sound): Move here from simple.el.
2002-04-01 Richard M. Stallman (redraw-modeline): Define alias.
2002-03-29 Richard M. Stallman (play-sound-file): Moved to simple.el.
2002-03-26 Richard M. Stallman (substring-no-properties): Function deleted (now in C).
2002-03-24 Gerd Moellmann (macro-declaration-function): New function. Set the
2002-03-11 Pavel Janík (add-to-list): Doc fix.
2002-02-25 Juanma Barranquero (save-match-data): Doc fix.
2002-02-23 Kim F. Storm (global-set-key, local-set-key): Undo 2002-02-06
2002-02-20 Richard M. Stallman (add-hook): Doc fix.
2002-02-06 Kim F. Storm (global-set-key, local-set-key): Accept a symbol for the
2002-02-06 Richard M. Stallman (force-mode-line-update): Doc fix.
2002-02-06 Richard M. Stallman (atomic-change-group, prepare-change-group, activate-change-group)
2002-01-25 Richard M. Stallman (remove): Doc fix.
2002-01-25 Richard M. Stallman (substring-no-properties): New function.
2002-01-23 Richard M. Stallman (copy-without-properties): New function.
2001-12-22 Pavel Janík (insert-string): Moved from mocklisp.c, reimplemented in Lisp. Obsoleted.
2001-12-16 Richard M. Stallman (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2001-12-16 Richard M. Stallman (with-temp-message): At the end, always discard
2001-12-12 Richard M. Stallman (derived-mode-p): Moved here from derived.el.
2001-12-11 Pavel Janík (ctl-x-4-map): Doc fix.
2001-11-28 Stefan Monnier (copy-overlay, remove-overlays): New funs.
2001-11-17 Richard M. Stallman (functionp): Do use cdr-safe on object.
2001-11-16 Stefan Monnier (eval-after-load): Make it work with features as well.
2001-11-09 Miles Bader (functionp): Don't consider macros as functions.
2001-11-08 Miles Bader (functionp): Make work correctly for macros and unbound symbols.
2001-11-08 Stefan Monnier (with-local-quit): New macro.
2001-10-25 Stefan Monnier (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): New vars and functions.
2001-10-09 Miles Bader (symbol-file-load-history-loaded)
2001-10-05 Miles Bader (call-process-shell-command): New function.
2001-10-05 Gerd Moellmann (define-key-after): Allow `key' to be longer than 1.
2001-08-09 Gerd Moellmann (add-minor-mode): Use mode-line-minor-mode-keymap for
2001-07-15 Pavel Janík Some fixes to follow coding conventions.
2001-03-30 Miles Bader (interactive-form): Fix paren typo.
2001-03-29 Gerd Moellmann Fix typo.
2001-03-29 Gerd Moellmann (interactive-form): New function.
2001-03-28 Gerd Moellmann (read-passwd): Clear command history after each
2001-03-01 Dave Love (event-basic-type): Doc fix.
2001-02-15 Gerd Moellmann (read-passwd): Clear Lisp memory holding password.
2001-01-12 Richard M. Stallman (last): Handle a list that doesn't end in nil.
2001-01-11 Gerd Moellmann (eval-after-load): Call load-symbol-file-load-history to
2000-12-28 Kenichi Handa (butlast, nbutlast): Moved from cl.el to here.