log lisp/subr.el @ 58901:40bfa1ceae4a

age author description
2004-12-06 Stefan Monnier (subregexp-context-p): New function.
2004-11-23 Kim F. Storm (substitute-key-definition-key): Optimize. Don't
2004-11-22 Stefan Monnier (syntax-after): Undo last change.
2004-11-16 Richard M. Stallman (map-keymap-internal): New function.
2004-11-08 Richard M. Stallman (syntax-after): Doc fix.
2004-11-07 Richard M. Stallman (syntax-after): Return the syntax letter, not the raw code.
2004-10-29 Simon Josefsson subr.el (read-passwd): Move back from password.el.
2004-10-28 Stefan Monnier (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
2004-10-25 Simon Josefsson * subr.el (read-passwd): Move to net/password.el.
2004-10-17 Richard M. Stallman (with-local-quit): Return nil if there's a quit.
2004-10-16 Richard M. Stallman (looking-back): Return only t or nil.
2004-10-13 Stefan Monnier (substitute-key-definition-key): New function.
2004-10-11 Kim F. Storm (substitute-key-definition): Mention command remapping in doc string.
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' after the
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 21.4, not 21.5.
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-substring-as-yank):
2004-06-02 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
2004-06-02 Juanma Barranquero (process-kill-without-query): Remove spurious "\n" on obsolescence string.
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 window.
2004-05-11 Stefan Monnier (eventp): Be more discriminating with integers.
2004-05-10 Juanma Barranquero (start-process-shell-command): Fix docstring. Put usage info in a format usable
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 chars.
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', not `posn'.
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 <kwzh@gnu.org>.
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 Yavner Add macros `1value' and `noreturn'.
2003-11-27 Kim F. Storm (posn-object-x-y): New defun.