(comint-password-prompt-regexp): Modified so that it matches the
[bpt/emacs.git] / lisp / subr.el
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.
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...
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.
1998-07-07 Richard M. Stallman(add-hook): Use member if FUNCTION is a compiled function.
1998-04-21 Dave Love(remove-hook): Fix spurious quote.
1998-04-16 Richard M. Stallman(local-set-key, global-set-key): Return what define...
1998-04-07 Karl Heuer(add-to-list): Always return updated value of LIST...
1998-03-14 Richard M. Stallman(save-match-data): store-match-data => set-match-data.
1998-03-08 Richard M. Stallman(read-passwd): Renamed from read-password. New second...
1998-03-04 Kenichi Handa(sref): Increase CHAR in the while loop.
1998-03-03 Kenichi Handa(sref): Typo in doc-string fixed.
1998-02-28 Richard M. Stallman(read-quoted-char): Doc fix.
1998-02-20 Kenichi Handa* subr.el (sref): Doc-string added.
1998-02-04 Richard M. Stallman(suspend-hook, suspend-resume-hook): New defvars.
1998-01-20 Richard M. Stallman(momentary-string-display): Fix backward test
1998-01-09 Richard M. Stallman(sref): Defined.
1997-12-21 Richard M. Stallman(match-string-no-properties): New function.
1997-12-21 Richard M. Stallman(split-string): Handle empty matches reasonably.
1997-12-21 Richard M. Stallman(read-password): New function.
1997-12-04 Karl Heuer(global-set-key, local-set-key): Doc fix.
1997-09-01 Richard M. StallmanComment change.
1997-08-27 Richard M. Stallman(last): Accept optional second argument.
1997-08-23 Richard M. Stallman(last): New function.
1997-08-23 Richard M. Stallman(caar, cadr, cdar, cddr): Definitions moved here and...
1997-08-05 Richard M. Stallman(functionp): Use byte-code-function-p, not compiled...
1997-08-05 Richard M. Stallman(read-quoted-char): Fix handling of meta-chars.
1997-07-26 Richard M. Stallman(read-quoted-char): Consistently downcase letter "digits".
1997-07-24 Richard M. Stallman(read-quoted-char): Convert function keys like Return
1997-07-20 Richard M. Stallman(custom-declare-variable-early): New function.
1997-07-17 Richard M. Stallman(read-quoted-char): Handle non-character events.
1997-07-16 Richard M. Stallman(read-quoted-char): Read any number of octal digits,
1997-05-30 Richard M. Stallman(substitute-key-definition): Check vectorp, not arrayp.
1997-05-25 Richard M. Stallman(substitute-key-definition): Fix previous change.
1997-05-22 Richard M. Stallman(substitute-key-definition): Handle chartables.
1997-05-09 Richard M. Stallman(read-quoted-char): Don't mask down to 8 bits.
1997-05-01 Richard M. Stallman(make-syntax-table): Doc fix.
1997-05-01 Richard M. Stallman(shell-quote-argument): Quote null string usefully.
1997-04-13 Richard M. Stallman(kbd): New macro.
1997-04-12 Richard M. Stallman(functionp): New function.
1997-03-22 Richard M. Stallman(substitute-key-definition):
1997-03-14 Karl Heuer(when, unless): Symbol props moved from cl.el.
1997-03-12 Karl HeuerFix typo in previous change.
1997-03-11 Karl Heuer(combine-after-change-calls): Doc fix.
1997-01-08 Richard M. Stallman(when, unless): Definitions moved from cl.el.
1996-11-10 Richard M. Stallman(define-key-after): If AFTER is t, always put new bindi...
1996-11-09 Richard M. Stallman(combine-after-change-calls): New macro.
1996-10-12 Richard M. Stallman(define-function): Define as alias for defalias.
1996-10-03 Erik Naggum(with-current-buffer): Minor cleanup.
1996-09-28 Richard M. Stallman(with-temp-file): New macro.
1996-09-25 Richard M. Stallman(split-string): Fix minor bug.
1996-09-24 Richard M. Stallman(split-string): New function.
1996-09-24 Richard M. Stallman(with-output-to-string): New macro.
1996-09-23 Richard M. Stallman(run-hooks): defconst deleted.
1996-09-22 Richard M. Stallman(eql): Incorrect definition deleted.
1996-09-22 Richard M. Stallman(with-current-buffer): New macro.
1996-08-30 Richard M. Stallman(save-match-data): Fix typo in previous change.
1996-08-29 Richard M. Stallman(save-match-data): Fix previous change.
1996-08-28 Richard M. Stallman(save-match-data): Use save-match-data-internal
1996-08-21 Richard M. Stallman(keyboard-translate): Use a char-table.
1996-07-04 Miles Bader(unfocus-frame, focus-frame): Define as no-ops.
1996-02-28 Simon MarshallMake get-buffer-window-list take MINIBUF arg.
1996-02-08 Simon MarshallCope if get-buffer-window-list is given a buffer name...
1996-02-08 Simon MarshallAdded get-buffer-window-list.
1996-01-25 Karl Heuer(read-quoted-char): Delete format call inside message.
1996-01-14 Erik NaggumUpdate FSF's address.
1996-01-04 Richard M. Stallman(error): Doc fix.
1995-12-21 Karl Heuer(add-to-list): Doc fix.
1995-10-11 Richard M. Stallman(make-syntax-table): Use nil for "inherit".
1995-09-18 Richard M. Stallman(substitute-key-definition): Do recursively scan
1995-07-31 Simon MarshallRemove the remaining hook running functions. They...
1995-07-25 Karl Heuer(run-hook-with-args): Deleted; now in C code.
1995-07-01 Richard M. Stallman(shell-quote-argument): Don't do anything, on MS-DOS.
1995-06-27 Richard M. Stallman(lambda): Doc fix.
1995-06-17 Richard M. Stallman(add-hook): Use local local-variable-if-set-p.
1995-06-16 Richard M. Stallman(make-local-hook): Doc fix.
1995-06-07 Karl Heuer(read-quoted-char): Turn on help-form and turn off...
1995-05-30 Karl Heuer(frame-configuration-p): Moved here from frame.el.
1995-05-01 Richard M. Stallman(buffer-substring-no-properties): New function.
1995-03-24 Simon MarshallChanged match-string to defun, but still return nil...
1995-03-23 Simon MarshallChange to macro, and return nil if there was no match...
1995-03-22 Richard M. Stallman(one-window-p, walk-windows, minibuffer-window-active-p):
1995-02-25 Richard M. Stallman(walk-windows): Doc fix.
1995-02-25 Karl Heuer(local-unset-key): Fix args in previous change.
1995-02-25 Richard M. Stallman(global_set_key, local_set_key, global_unset_key)
1995-02-22 Richard M. Stallman(eval-after-load): Run FORM now if FILE's already loaded.
1995-02-08 Karl Heuer(listify-key-sequence-1, event-modifiers): Don't presum...
next