Fix typo calling iso-accents-customize.
[bpt/emacs.git] / lisp / simple.el
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.
1995-03-11 Richard M. Stallman(completion-setup-function): Set completion-base-size.
1995-03-10 Richard M. Stallman(line-move-ignore-invisible): New variable.
1995-03-08 Richard M. Stallman(indent-new-comment-line): Clean up handling of \(...
1995-03-03 Richard M. Stallman(shell-command-on-region): Obey REPLACE even if
1995-03-01 Boris Goldowsky(newline): Moved from cmds.c. Indents last
1995-03-01 Karl Heuer(shell-command-on-region): Fix typos in doc string.
1995-02-28 Richard M. Stallman(shell-command-on-region): Rename arg; doc fix.
1995-02-23 Boris Goldowsky(open-line): indent when inserting fil-prefix.
1995-02-23 Richard M. Stallman(shell-command-on-region): When computing interactive...
1995-02-17 Richard M. Stallman(quoted-insert): Use insert-and-inherit.
1995-02-12 Richard M. Stallman(next-history-element): Do nothing if n is 0.
1995-01-30 Richard M. Stallman(indent-new-comment-line): Obey the convention
1995-01-23 Karl Heuer(mark): If transient-mark-mode is nil, mark is active.
1995-01-19 Richard M. Stallman(do-auto-fill): justification renamed to current-justif...
1995-01-19 Richard M. Stallman(do-auto-fill): Fill, don't fill, or fill-and-justify
1995-01-13 Richard M. Stallman(open-line, split-line, next-line): Use `newline'
1995-01-06 Richard M. Stallman(what-cursor-position): Show char in decimal, hex,...
1995-01-05 Richard M. Stallman(pop-global-mark): Make pop-global-mark treat
1994-12-29 Richard M. Stallman(switch-to-completions): New command, with bindings...
1994-12-25 Richard M. Stallman(completion-reference-buffer): Initialize to nil.
1994-12-23 Richard M. Stallman(next-line, previous-line): If interactive and not in
1994-12-15 Richard M. Stallman(buffer-quit-function): New variable.
1994-11-28 Richard M. Stallman(keyboard-escape-quit): New command.
1994-11-22 Richard M. Stallman(append-to-buffer): Don't use current buffer as default.
1994-11-22 Richard M. Stallman(kill-region): Use = to compare positions.
1994-11-18 Karl Heuer(kill-region): Set this-command unconditionally.
1994-11-09 Karl HeuerComment reason for preceding change.
1994-11-09 Richard M. Stallman(copy-region-as-kill): Don't set this-command.
1994-11-09 Karl Heuer(set-variable): Set help-mode in *Help* buffer.
1994-11-01 Richard M. Stallman(shell-command-switch): New variable.
1994-11-01 Richard M. Stallman(blink-matching-delay): New variable.
1994-10-30 Richard M. Stallman(line-move): Use sign of arg to choose error condition.
1994-10-30 Richard M. Stallman(blink-matching-open): Do blink if an even number of
1994-10-20 Karl Heuer(edit-and-eval-command): Elements of command-history...
1994-10-16 Richard M. Stallman(count-lines): Do save-match-data only when necessary.
1994-10-15 Richard M. Stallman(shell-command, shell-command-on-region):
1994-10-11 Richard M. Stallman(blink-matching-open): Check there is a previous
1994-10-04 Richard M. Stallman(goto-line): Call prefix-numeric-value.
1994-09-24 Richard M. Stallman(shell-command, shell-command-on-region):
1994-09-22 Richard M. Stallman(insert-buffer): Default to first buffer other than...
1994-09-15 Karl Heuer(kill-new): Call menu-bar-update-yank-menu only if...
1994-09-15 Karl Heuer(kill-new): New optional argument means replace most...
1994-09-14 Richard M. Stallman(repeat-complex-command, next-history-element,
1994-09-03 Richard M. Stallman(mark-ring): Add permanent-local prop. Doc fix.
1994-08-30 Richard M. Stallman(set-mark): When POS is nil, always clear mark-active.
1994-08-24 Karl Heuer(shell-command-on-region): Don't delete current buffer.
1994-08-23 Richard M. Stallman(backward-delete-char-untabify): Doc fix.
1994-08-17 Richard M. Stallman(choose-completion-string): Use plain exit-minibuffer,
1994-08-07 Richard M. Stallman(completion-base-size): New variable.
1994-08-06 Richard M. Stallman(choose-completion): Bury or iconify the completion...
1994-08-04 Richard M. Stallman(end-of-buffer-other-window): Go to the end, not to...
1994-07-29 Richard M. Stallman(choose-completion): Check for next-single-property...
1994-07-24 Richard M. Stallman(line-move, next-line): Check last line moved over
1994-07-11 Richard M. Stallman(completion-setup-function): Put on mouse-face prop
1994-06-28 Richard M. Stallman(line-move): Don't use message or ding; just signal...
1994-06-25 Richard M. Stallman(beginning-of-buffer-other-window)
1994-06-22 Richard M. Stallman(scroll-other-window-down): New command.
1994-06-14 Richard M. Stallman(pop-global-mark): Discard entries for nonexistent...
1994-06-13 Richard M. Stallman(end-of-buffer): Recenter overlay lists.
1994-06-07 Richard M. Stallman(delete-blank-lines): Doc fix.
1994-06-01 Richard M. Stallman(completion-list-mode-map): Unbind down-mouse-2.
1994-05-28 Richard M. Stallman(deactivate-mark): Do nothing unless transient-mark...
1994-05-27 Richard M. Stallman(completion-setup-function): Fix up the regexp.
1994-05-26 Richard M. Stallman(choose-completion-string): Clear mouse-face property.
1994-05-20 Richard M. Stallman(choose-completion):
next