(play-sound-file): Moved to simple.el.
[bpt/emacs.git] / lisp / subr.el
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...
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...
2001-12-16 Richard M. Stallman(temp-buffer-show-hook, temp-buffer-setup-hook): Add...
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...
2001-11-08 Stefan Monnier(with-local-quit): New macro.
2001-10-25 Stefan Monnier(delay-mode-hooks, delayed-mode-hooks, run-mode-hooks...
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íkSome fixes to follow coding conventions.
2001-03-30 Miles Bader(interactive-form): Fix paren typo.
2001-03-29 Gerd MoellmannFix 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.
2000-12-23 Stefan Monnier(combine-run-hooks): Remove.
2000-12-20 Dave Love(eval-after-load): Doc fix.
2000-11-29 Stefan Monnier(combine-run-hooks): Only run-hooks if there's a hook...
2000-11-29 Miles Bader(member-ignore-case): Return the tail of the list who...
2000-11-23 Stefan MonnierUndoing the changes erroneously committed just before.
2000-11-23 Stefan Monnier(add-hook, remove-hook): Don't call make-local-hook
2000-11-21 Stefan Monnier(make-local-hook): Docstring fix.
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 MonnierUpdate 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...
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...
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 LoveMove 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. StallmanMake 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 EggertFix bootstrapping problems.
1999-10-13 Stefan Monnier* subr.el (with-current-buffer): don't use backquotes...
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. StallmanFix previous change.
1999-08-29 Richard M. Stallman(push, pop): New macros.
1999-08-16 Karl Heuer(assoc-ignore-case, assoc-ignore-representation): Moved...
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...
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...
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 MarshallDoc 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 MarshallAdded 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.
next