Do <* *> via syntax table not regexps; use regexp-opt.
[bpt/emacs.git] / lisp / simple.el
1997-06-09 Kenichi Handa(do-auto-fill): Type in the previous change fixed.
1997-06-09 Kenichi Handa(do-auto-fill): Bug fix for kinsoku processing.
1997-05-30 Richard M. Stallman(line-move): If moving into intangible text,
1997-05-19 Richard M. Stallman(set-fill-column): Make the C-u case work.
1997-05-17 Richard M. Stallman(do-auto-fill): Check enable-kinsoku and enable-multiby...
1997-05-10 Richard M. Stallman(quoted-insert-character-offset): Initialize more cleanly.
1997-05-05 Richard M. StallmanUse defgroup and defcustom.
1997-05-05 Richard M. Stallman(minibuffer-text-before-history): New variable.
1997-05-01 Richard M. Stallman(set-variable): Simplify previous change.
1997-04-30 Richard M. Stallman(set-variable): Check VALUE against type info if available.
1997-04-29 Richard M. Stallman(compose-mail): Make prefix arg mean "continue".
1997-04-28 Richard M. Stallman(quoted-insert-character-offset): New variable.
1997-04-20 Richard M. StallmanFix previous change.
1997-04-20 Richard M. Stallman(transient-mark-mode): Print message if used interactively.
1997-04-15 Richard M. Stallman(overwrite-mode-binary, overwrite-mode-textual): Use...
1997-04-10 Richard M. Stallman(keyboard-escape-quit): Exit recursive edits,
1997-04-01 Richard M. Stallman(set-variable): Suggest only valid user variable.
1997-03-28 Erik Naggum(set-variable): Use user-variable-p. Clean up.
1997-03-27 Richard M. Stallman(set-variable): Take default from `variable-at-point'.
1997-03-22 Richard M. Stallman(newline): Be more conservative about when to use the...
1997-03-02 Karl Heuer(eval-expression): No longer disabled, since M-: isn't
1997-02-20 Karl Heuer(kill-forward-chars, kill-backward-chars): Pay
1997-02-01 Richard M. Stallman(set-fill-column): Print the old value too.
1997-01-31 Richard M. Stallman(sendmail-user-agent): Insert all the OTHER-HEADERS.
1997-01-24 Richard M. Stallman(completion-no-auto-exit): New variable.
1997-01-09 Richard M. Stallman(delete-completion-window): Handle special display...
1997-01-01 Richard M. Stallman(repeat-complex-command): Bind
1996-12-18 Richard M. Stallman(sendmail-user-agent): Avoid error for CONTINUE non...
1996-12-18 Richard M. Stallman(compose-mail): Doc fix.
1996-12-16 Richard M. StallmanChange most defconsts to defvars.
1996-12-07 Richard M. Stallman(compose-mail): Handle several more args:
1996-12-07 Richard M. Stallman(sendmail-user-agent): Support 2 optional args.
1996-11-03 Richard M. Stallman(comment-region): With just C-u as arg,
1996-10-15 Richard M. Stallman(universal-argument): Doc fix.
1996-10-12 Richard M. StallmanUse defalias not define-function.
1996-10-11 Richard M. Stallman(newline): Use buffer-has-markers-at.
1996-10-08 Richard M. Stallman(line-move): Ignore invisibility in `move-to-column'.
1996-09-24 Richard M. Stallman(shell-command-to-string): Make the buffer current
1996-09-24 Richard M. Stallman(shell-command-to-string): New function.
1996-09-01 Richard M. Stallman(set-hard-newline-properties): New fn.
1996-08-30 Richard M. Stallman(do-auto-fill): Do break after one word as last resort
1996-08-21 Richard M. Stallman(kill-region): inhibit-read-only overrides text props...
1996-08-17 Richard M. Stallman(shell-command): Really use output-buffer in synchronous
1996-08-07 Richard M. Stallman(normal-auto-fill-function): New variable.
1996-07-04 Miles Bader(newline): Don't do the optimization if the newline...
1996-06-22 Richard M. Stallman(choose-completion-string): Don't exit the minibuffer
1996-06-14 Richard M. Stallman(set-fill-column): Error if no argument.
1996-05-30 Karl Heuer(shell-command-on-region): In output buffer, display
1996-05-29 Karl HeuerUse executing-kbd-macro, not executing-macro.
1996-05-21 Karl Heuer(do-auto-fill): Return t if real work was done.
1996-04-30 Karl Heuer(shell-command-on-region): Start of region to keep is
1996-03-18 Erik Naggum(insert-buffer): Fix typo in previous change.
1996-03-18 Francesco Potortì* simple.el (insert-buffer): Interactive default change...
1996-02-29 Richard M. Stallman(backward-delete-char-untabify):
1996-02-21 Karl Heuer(shell-command): Call file name handler.
1996-02-06 Richard M. Stallman(text-read-only): New error symbol.
1996-01-14 Erik NaggumUpdate FSF's address.
1996-01-04 Karl Heuer(shell-command): Fix message spelling.
1995-12-21 Karl Heuer(blink-matching-paren-on-screen): New variable.
1995-11-18 Richard M. Stallman(do-auto-fill): Look at 2nd line for fill prefix
1995-11-11 Richard M. Stallman(universal-argument-other-key): Add to existing unread...
1995-11-10 Richard M. Stallman(do-auto-fill): Use fill-context-prefix.
1995-10-29 Richard M. Stallman(column-number-mode): Make default value nil.
1995-10-11 Richard M. Stallman(next-completion): Specify the LIMIT arg when searching...
1995-10-06 Richard M. Stallman(newline): Call barf-if-buffer-read-only.
1995-08-30 Richard M. Stallman(kill-new): Compute 2nd arg to interprogram-cut-functio...
1995-08-25 Richard M. Stallman(what-line): Print narrowed linenum with full buffer...
1995-08-19 Richard M. Stallman(blink-matching-paren-dont-ignore-comments): New var.
1995-08-12 Richard M. Stallman(shell-command-on-region): Don't examine order of
1995-08-06 Richard M. Stallman(column-number-mode, line-number-mode): Default now t.
1995-07-30 Richard M. Stallman(do-auto-fill): Handle adaptive-fill-function and adapt...
1995-07-28 Richard M. Stallman(do-auto-fill): Handle adaptive-fill-regexp.
1995-07-21 Richard M. Stallman(indent-new-comment-line): fill-prefix overrides commen...
1995-07-17 Karl Heuer(shell-command): Use save-match-data.
1995-07-07 Richard M. Stallman(switch-to-completions): Make a completions window...
1995-06-29 Richard M. Stallman(do-auto-fill): No-op if (current-fill-column) is nil.
1995-06-27 Richard M. Stallman(newline): Put point at right place if insert gets...
1995-06-21 Richard M. Stallman(mark-even-if-inactive): Definition deleted.
1995-06-20 Richard M. Stallman(universal-argument-num-events): New variable.
1995-06-19 Richard M. Stallman(universal-argument-other-key): Call reset-this-command...
1995-06-19 Richard M. Stallman(negative-argument, digit-argument):
1995-06-16 Karl Heuer(universal-argument-map): New var.
1995-06-14 Karl Heuer(universal-argument, describe-arg): Restore Lisp code,
1995-05-29 Karl Heuer(indent-for-comment): move to beginning of line only
1995-05-27 Karl Heuer(previous-matching-history-element):
1995-04-25 Karl Heuer(auto-fill-mode): Use force-mode-line-update.
1995-04-18 Richard M. Stallman(line-move): Fix previous change: if we get an error,
1995-04-10 Richard M. Stallman(newline): Don't auto-fill if flag is on; it was fillin...
1995-04-09 Richard M. Stallman(line-move): Turn off intangibility for intermediate...
1995-04-09 Richard M. Stallman(newline): Don't indent afterward if at page sep line.
1995-04-09 Richard M. StallmanFix typo in prev change.
1995-04-08 Richard M. Stallman(completion-setup-function): Undo March 11 change.
1995-04-07 Karl HeuerUpdate copyright.
1995-04-05 Karl HeuerChange bindings of event-apply-control-modifier,
1995-04-04 Karl Heuer(event-apply-modifier): Fix off-by-one errors.
1995-03-31 Richard M. Stallman(choose-completion-string): Use active-minibuffer-window.
1995-03-28 Richard M. Stallman(event-apply-modifier): New function.
1995-03-21 Richard M. Stallman(shell-command): Use *Async Shell Command* for
1995-03-16 Richard M. Stallman(line-move): Handle conses in buffer-invisibility-spec.
1995-03-12 Richard M. Stallman(block-comment-start, block-comment-end): New vars.
next