(substitute-key-definition-key): New function.
[bpt/emacs.git] / lisp / subr.el
2004-10-13 Stefan Monnier(substitute-key-definition-key): New function.
2004-10-11 Kim F. Storm(substitute-key-definition): Mention command remapping...
2004-10-09 Kim F. Storm(progress-reporter-update): Define before first usage.
2004-10-08 Eli Zaretskii(make-progress-reporter, progress-reporter-update)
2004-09-25 Luc Teirlinck(delay-mode-hooks): Doc fix.
2004-09-22 Luc Teirlinck(after-change-major-mode-hook): Further doc fix.
2004-09-22 Luc Teirlinck(after-change-major-mode-hook): Doc fix.
2004-09-21 Luc Teirlinck(run-mode-hooks): Run `after-change-major-mode-hook...
2004-09-19 Stefan Monnier(event-basic-type): Fix mask (extend to 22bits).
2004-09-19 Luc Teirlinck(after-change-major-mode-hook): Doc fix.
2004-09-18 Luc Teirlinck(after-change-major-mode-hook): New variable.
2004-09-08 Thien-Thi Nguyen(split-string): Docfix.
2004-08-28 Richard M. Stallman(find-tag-default): Moved from etags.el.
2004-08-21 John Paul Wallington(process-kill-without-query): Made obsolete in version...
2004-08-09 Luc Teirlinck(kbd): Doc fix.
2004-08-08 Luc Teirlinck(global-unset-key, local-unset-key): Doc fixes.
2004-07-31 Luc Teirlinck(event-modifiers, event-basic-type): Doc fixes.
2004-07-31 Richard M. Stallman(with-local-quit): Doc fix.
2004-07-25 John Paul Wallington(butlast, event-modifiers, event-basic-type): Doc fixes.
2004-07-13 Luc Teirlinck(with-selected-window): Doc fix.
2004-07-12 Luc Teirlinck(get-buffer-window-list): Doc fix.
2004-06-07 Juanma Barranquero(insert-buffer-substring-no-properties, insert-buffer...
2004-06-02 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-06-02 Juanma Barranquero(process-kill-without-query): Remove spurious "\n"...
2004-05-29 Richard M. Stallman(with-selected-window): Undo previous change.
2004-05-28 Stefan Monnier(with-selected-window): Only save/restore the selectd...
2004-05-11 Stefan Monnier(eventp): Be more discriminating with integers.
2004-05-10 Juanma Barranquero(start-process-shell-command): Fix docstring. Put...
2004-05-09 Juanma Barranquero(remove-overlays, read-passwd): Fix docstring.
2004-05-07 Juanma Barranquero(lambda): Add arglist description to docstring.
2004-04-29 Stefan Monnier(remove-overlays): Docstring change.
2004-04-27 Masatake YAMATO* subr.el (remove-overlays): Make arguments optional.
2004-04-27 Eli Zaretskii(momentary-string-display): Support EXIT-CHAR that is
2004-04-20 Richard M. Stallman(event-modifiers): Fix the criterion for ASCII control...
2004-04-20 Stefan Monnier(read-number): Check whether `default' is nil.
2004-04-14 John Paul Wallington(posn-set-point): Fix typos: parameter is `position...
2004-04-14 Stefan Monnier(posn-set-point): New function.
2004-03-29 Stefan Monnier(interactive-form): Delete. Now implemented in C.
2004-03-26 Stefan Monnier(read-number): New function.
2004-02-16 Eli Zaretskii(delete-dups): A better implementation from Karl Heuer...
2004-02-16 Eli Zaretskii(match-string-no-properties): Use substring-no-properties.
2004-01-19 Luc Teirlinck(delete-dups): New function.
2004-01-16 Luc Teirlinck(declare): New macro.
2004-01-06 Kim F. Storm(event-start, event-end): Doc fix.
2004-01-03 Luc Teirlinck(functionp): Doc fix.
2003-12-29 Richard M. Stallman(assoc-ignore-case, assoc-ignore-representation):
2003-12-29 Eli Zaretskii(insert-for-yank): Call insert-for-yank-1 repetitively
2003-11-30 Jonathan YavnerAdd macros `1value' and `noreturn'.
2003-11-27 Kim F. Storm(posn-object-x-y): New defun.
2003-11-26 Luc Teirlinck(number-sequence): Improve handling of floating point...
2003-11-23 Kim F. Storm(event-start, event-end): Doc fix.
2003-11-15 Thien-Thi Nguyen(minor-mode-list): Add `hs-minor-mode'.
2003-11-03 Stefan Monnier(add-hook): Fix last change.
2003-10-20 Richard M. Stallman(add-hook): Correctly detect when make-local-hook was...
2003-10-16 Lute Kamstra(force-mode-line-update): Fix docstring.
2003-09-01 Miles BaderAdd arch taglines
2003-08-29 Richard M. StallmanComment change.
2003-08-06 Richard M. Stallman(read-passwd): Use clear-string instead of fillarray.
2003-07-21 John Paul Wallington(with-selected-window): Add closing paren.
2003-07-21 Richard M. Stallman(with-selected-window): Copy code form save-selected...
2003-07-08 Markus Rost(dolist, dotimes): Doc fix.
2003-06-30 Richard M. Stallman(lazy-completion-table, dynamic-completion-table):...
2003-06-18 Stefan Monnier(looking-back): Handle the case of non-trivial regexps.
2003-05-30 Juanma Barranquero(looking-back): New function to check for regular expre...
2003-05-22 Juanma Barranquero(split-string): Implement specification that splitting...
2003-05-18 Richard M. Stallman(prepare-change-group): Reinstate BUFFER arg; make...
2003-05-18 Stefan Monnier(macro-declaration-function): Avoid `dolist' and `cadr'.
2003-05-17 Stefan Monnier(with-selected-window): New macro.
2003-04-24 Richard M. Stallman(assq-delete-all): Ignore non-cons elememts.
2003-04-09 Richard M. Stallman(minor-mode-list): New variable.
2003-04-05 Vinicius Jose LatorreAdjust number-sequence code
2003-04-03 Richard M. Stallman(read-quoted-char): Remember the input char
2003-04-03 Kenichi Handa(number-sequence): Shorten the code.
2003-04-03 Kenichi Handa(number-sequence): New function.
2003-03-14 John Paul Wallington* files.el (recover-session): Error if there are no...
2003-03-11 John Paul Wallington(posn-col-row): Heed frame parameter `line-spacing...
2003-03-10 John Paul Wallington(posn-col-row): Take into account `line-spacing'.
2003-02-20 Stefan Monnier(with-syntax-table): Don't copy the table any more.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-27 Kim F. Storm(insert-for-yank): Remove COMMAND element from yank...
2003-01-21 Kim F. StormTiny doc fixes.
2003-01-19 Kim F. Storm(insert-for-yank): Set yank-undo-function after calling...
2003-01-19 Kim F. Storm(insert-for-yank): Doc fix.
2003-01-18 Kim F. StormUpdate copyright.
2003-01-18 Kim F. Storm(insert-for-yank): Arg list changed; now only accepts one
2003-01-14 Kim F. Storm(process-put, process-get): New functions.
2002-12-22 Richard M. Stallman(add-to-invisibility-spec): If it was t, start it out...
2002-11-20 Stefan Monnier(symbol-file): Accept a non-atomic `function' arg.
2002-11-20 John Paul Wallington(symbol-file): Remove unused variable `functions'.
2002-10-29 Andreas Schwab(replace-regexp-in-string): Doc fix.
2002-10-17 Juanma Barranquero(remq): Fix typo.
2002-10-03 Stefan Monnier(read-key-auxiliary-map, read-key): Remove.
2002-09-29 Noah Friedman(read-key): Use read-key-auxiliary-map, not read-key...
2002-09-29 Richard M. Stallman(remove-yank-excluded-properties): Fix bugs in handling...
2002-09-27 Stefan Monnier(read-key-auxiliary-map): New var.
2002-09-11 Stefan Monnier(define-mail-user-agent): Moved from simple.el.
2002-09-09 Stefan Monnier(symbol-file): Also work for autoloaded funcs.
2002-09-07 Kim F. Storm(read-quoted-char): Apply listify-key-sequence to vector
2002-08-28 Juanma Barranquero(make-variable-frame-localizable): New alias for `make...
2002-08-26 Kim F. Storm(suppress-keymap): Use command remapping instead of
next