(byte-recompile-directory):
[bpt/emacs.git] / lisp / simple.el
1998-10-16 Richard M. Stallman(next-history-element): Special error message if no...
1998-10-16 Richard M. Stallman(shell-command-on-region): Doc fix.
1998-10-13 Richard M. Stallman(completion-fixup-function): Variable deleted.
1998-10-13 Richard M. Stallman(set-fill-column): Doc fix.
1998-09-13 Karl Heuer(blink-matching-open): Don't log paren matching
1998-08-02 Kenichi Handa(what-cursor-position): Check charset-origin-alist.
1998-07-14 Richard M. Stallman(do-auto-fill): Always break before any whitespace
1998-07-09 Richard M. Stallman(undo-in-progress): New variable.
1998-06-06 Richard M. Stallman(comment-region): Check for enough chars to delete
1998-06-01 Karl Heuer(event-apply-alt-modifier, etc): Doc fixes.
1998-06-01 Karl Heuer(keyboard-quit): Doc fix.
1998-05-26 Richard M. Stallman(minibuffer-history-case-insensitive-variables): New...
1998-05-20 Richard M. Stallman(set-variable): Offer variable at point as default.
1998-05-19 Richard M. Stallman(kill-region): Set this-command unconditionally in...
1998-05-02 Richard M. Stallman(rfc822-goto-eoh): Stop at a blank line, too.
1998-04-29 Richard M. Stallman(assoc-ignore-representation): New function.
1998-04-09 Karl Heuer(newline): Mark as hard the newline that was just
1998-03-19 Dave Love(shell-command-on-region): Amend message to report
1998-03-16 Richard M. Stallman(copy-region-as-kill): Set deactivate-mark
1998-03-14 Richard M. StallmanImplement selective undo (by Paul Flinders).
1998-03-09 Richard M. Stallman(do-auto-fill): Obey fill-nobreak-predicate.
1998-03-06 Richard M. Stallman(backward-delete-char-untabify-method): New user option.
1998-03-03 Kenichi Handa(quoted-insert): Allow direct insertion of codes in
1998-01-18 Karl Heuer(switch-to-completions): If no completions window,
1997-12-22 Richard M. Stallman(previous-matching-history-element): Bind
1997-12-21 Richard M. Stallman(copy-region-as-kill): Deactivate mark in transient...
1997-12-21 Richard M. Stallman(completion-setup-hook): Add definition.
1997-12-17 Andreas Schwab(transpose-subr): Rewrite to make faster with big move
1997-11-30 Dave Love(indent-for-comment): Check for null `comment-start...
1997-11-19 Karl Heuer(kill-region): Detect read-only text
1997-11-15 Karl Heuer(comment-padding): New var.
1997-10-15 Karl Heuer(end-of-visible-line): After skipping some invisible...
1997-10-02 Karl Heuer(previous-matching-history-element): No need to bind
1997-09-12 Richard M. Stallman(next-history-element):
1997-08-24 Richard M. Stallman(eval-expression): Prefix arg means insert value in...
1997-08-15 Richard M. Stallman(shell-command-on-region): New argument ERROR-BUFFER.
1997-08-14 Richard M. Stallman(do-auto-fill): Better handling of a very long word
1997-08-12 Richard M. Stallman(forward-visible-line): Handle nil value from
1997-08-08 Richard M. Stallman(completion-setup-function): Don't set completion-base...
1997-08-05 Richard M. Stallman(comment-line-break-function): New variable.
1997-08-04 Richard M. Stallman(shell-command-on-region, shell-command): Doc fixes.
1997-07-26 Richard M. Stallman(line-move): If intangibility moves us to a different...
1997-07-21 Richard M. Stallman(yank, yank-pop): Bind inhibit-read-only
1997-07-17 Richard M. Stallman(quoted-insert): Doc fix.
1997-07-16 Richard M. Stallman(quoted-insert): Doc fix.
1997-07-16 Richard M. Stallman(yank, yank-pop): Clear out read-only prop.
1997-07-12 Richard M. Stallman(forward-visible-line): Correctly handle arg 0
1997-07-05 Richard M. Stallman(sendmail-user-agent-compose): New function;
1997-07-04 Richard M. StallmanFinish previous change.
1997-07-04 Richard M. Stallman(forward-visible-line): Use forward-line, not
1997-07-04 Richard M. Stallman(next-line, previous-line): Doc fixes.
1997-06-29 Richard M. Stallman(forward-visible-line): Handle 0 arg correctly.
1997-06-22 Richard M. Stallman(paren-blinking group): Doc fix.
1997-06-19 Simon MarshallCreate paren-blinking custom group and put all blink...
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
next