log lisp/subr.el @ 33512:6ff3432c1db5

age author description
2000-10-10 Miles Bader (add-to-list): Add optional argument APPEND.
2000-10-04 Dave Love (substitute-key-definition): Doc fix.
2000-09-29 Stefan Monnier (add-minor-mode): Don't eval NAME.
2000-09-12 Dave Love (add-minor-mode): Use toggle-fun arg.
2000-07-27 Gerd Moellmann (remove, remq): New functions.
2000-06-01 Stefan Monnier Update calls to make-obsolete with a WHEN argument.
2000-05-21 Stefan Monnier (remove-hook): Don't turn the hook's value into a list.
2000-05-16 Stefan Monnier (remove-hook): `setq' hook-value, not `set'.
2000-05-16 Sam Steingold (add-hook): setq hook-value, not set
2000-05-11 Gerd Moellmann (substitute-key-definition): Add comment describing
2000-05-10 Stefan Monnier (add-hook, remove-hook): Make hook buffer-local if needed..
2000-05-04 Gerd Moellmann (substitute-key-definition): Clarify documentation.
2000-05-03 Gerd Moellmann (add-minor-mode): Handle AFTER for keymaps. Don't
2000-04-28 Gerd Moellmann *** empty log message ***
2000-04-27 Gerd Moellmann (add-minor-mode): Use `set' instead of `setq'.
2000-04-26 Gerd Moellmann (add-minor-mode): Make argument MAP optional.
2000-04-26 Gerd Moellmann (add-minor-mode): New function.
2000-04-17 Richard M. Stallman (read-passwd): Use read-char-exclusive.
2000-04-03 Gerd Moellmann (member-ignore-case): New function.
2000-03-21 Stefan Monnier (combine-run-hooks): New function.
2000-03-14 Dave Love (replace-regexp-in-string): Renamed from
2000-03-08 Stefan Monnier (replace-regexps-in-string): Properly handle the case where
2000-02-29 Gerd Moellmann (assq-delete-all): Renamed from assoc-delete-all.
2000-02-23 Dave Love (define-key-after): Default AFTER to t. Doc fix.
2000-02-22 Dave Love (when, unless, split-string): Doc fix.
2000-01-28 Dave Love Move out indent and edebug specs for when and unless.
2000-01-21 Richard M. Stallman (with-syntax-table): Use make-symbol, not gensym.
2000-01-21 Richard M. Stallman Make the definitions of dolist and dotimes work
2000-01-21 Richard M. Stallman (dolist, dotimes): Moved from cl-macs.el.
2000-01-12 Richard M. Stallman (with-syntax-table): Moved from simple.el.
1999-10-19 Paul Eggert Fix bootstrapping problems.
1999-10-13 Stefan Monnier * subr.el (with-current-buffer): don't use backquotes to avoid
1999-09-14 Eli Zaretskii (shell-quote-argument): Quote argument with double
1999-09-11 Richard M. Stallman (make-temp-file): New function.
1999-09-07 Richard M. Stallman (push): Doc fix.
1999-08-31 Dave Love (push): Fix typo.
1999-08-29 Richard M. Stallman Fix previous change.
1999-08-29 Richard M. Stallman (push, pop): New macros.
1999-08-16 Karl Heuer (assoc-ignore-case, assoc-ignore-representation): Moved here from simple.el.
1999-08-16 Karl Heuer (point-at-eol, point-at-bol): New aliases.
1999-07-30 Dave Love (assoc-delete-all): New function, renamed from frame-delete-all.
1999-05-22 Richard M. Stallman (add-to-list): Doc fix.
1999-05-07 Karl Heuer (with-temp-message): Fix the other call to message to use %s.
1999-02-23 Karl Heuer (with-temp-message): Use %s so % in old msg won't fool us.
1999-02-16 Richard M. Stallman (momentary-string-display): Bind inhibit-read-only.
1999-02-02 Dan Nicolaescu *** empty log message ***
1999-01-17 Andrew Innes (subst-char-in-string): New function.
1999-01-06 Simon Marshall Doc fix.
1999-01-06 Simon Marshall (with-temp-message): Don't display MESSAGE if nil.
1998-12-16 Karl Heuer (read-passwd): Ignore input methods.
1998-11-30 Richard M. Stallman (make-local-hook): Return the hook variable.
1998-11-19 Simon Marshall Added with-temp-message.
1998-10-13 Richard M. Stallman (read-passwd): Use clear-this-command-keys.
1998-09-21 Dave Love (remove-hook): Check list values to avoid errors.
1998-08-28 Kenichi Handa (sref): Make it an alias of aref. Make the
1998-08-18 Richard M. Stallman (read-quoted-char): Don't bind input-method-function;
1998-08-08 Richard M. Stallman (add-hook): Use byte-code-function-p, not compiled-function-p.
1998-08-08 Richard M. Stallman (assoc-default): Rewrite not to use dolist.
1998-07-31 Richard M. Stallman (assoc-default): New function.
1998-07-14 Richard M. Stallman (read-quoted-char): Bind input-method-function to nil.