]> code.delx.au - gnu-emacs/history - lisp/simple.el
(tex-display-shell): Pass nil as arg to
[gnu-emacs] / lisp / simple.el
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):
1994-05-19 Richard M. Stallman(completion-setup-function): Make highlight span single...
1994-05-12 Richard M. Stallman(shell-command): Use buffer name *Shell-Command*.
1994-05-10 Richard M. Stallman(shell-command-on-region): Don't kill output buffer...
1994-05-07 Karl Heuer(minibuffer-history-sexp-flag): Doc fix.
1994-05-05 Richard M. Stallman(choose-completion-string): Barf if completing into
1994-04-24 Richard M. Stallman(shell-command): Remove space after `:' in mode-line...
1994-04-24 Richard M. Stallman(kill-line, kill-word): Don't use save-excursion.
1994-04-18 Richard M. Stallman(shell-command-filter): If point was at end, leave...
1994-04-18 Richard M. Stallman(shell-command-sentinel): Do nothing if buffer is dead.
1994-04-18 Richard M. StallmanMove pop-global-mark bindings to loaddefs.el.
1994-04-16 Richard M. Stallman(auto-fill-function): New function (doc placeholder).
1994-04-12 Richard M. Stallman(quoted-insert): Do nothing special for meta chars.
1994-04-08 Karl Heuer(hscroll-window-column): New function.
1994-04-06 Richard M. Stallman(quoted-insert): Handle meta-chars usefully.
1994-04-05 Karl Heuer(completion-setup-function): Add mouse-face properties.
1994-03-27 Richard M. Stallman(choose-completion-delete-max-match): Renamed from
1994-03-26 Richard M. Stallman(blink-matching-open): Now three strategies for choosing
1994-03-16 Richard M. Stallman(undo): Don't let the undo entries for the undo
1994-03-07 Karl Heuer(comment-column): Doc fix.
1994-03-03 Richard M. Stallman(current-word): Check properly for bolp. New optional...
1994-03-02 Richard M. Stallman(completion-list-mode): Set completion-reference-buffer
1994-02-14 Karl Heuer(current-word): Remove (interactive).
1994-02-13 Richard M. Stallman(undo, yank): Set this-command to t at start,
1994-02-11 Karl HeuerFix syntax used for C-SPC.
1994-02-07 Michael I. BushnellFix Roland's misplaced paren around call to marker...
1994-02-07 Roland McGrath(push-mark): Don't push on global-mark-ring if its...
1994-02-07 Roland McGrath(global-mark-ring, global-mark-ring-max): New variables.
1994-02-06 Richard M. Stallman(kill-region): Test inhibit-read-only.
1994-02-04 Richard M. Stallman(do-auto-fill): Don't break line at period-single-space.
1994-02-04 Richard M. Stallman(comment-region): Fix previous change.
1994-02-03 Michael I. BushnellRms (in his change to comment-region on Feb 1) decided...
1994-02-02 Richard M. Stallman(comment-region): Handle comment-end deletion for C-u.
1994-01-26 Richard M. Stallman(next-line): Move error signaling and special end of
1994-01-19 Richard M. Stallman(shell-command-on-region): If we quit the command,
1994-01-11 Richard M. Stallman(open-line): Treat all cases of enabled undo alike.
1993-12-31 Richard M. Stallman(open-line): Properly put fill-prefix on each line.
1993-12-31 Richard M. Stallman(open-line): Move fill-prefix insert inside save-excursion.
1993-12-30 Richard M. Stallman(transient-mark-mode): Doc fix.
1993-12-25 Richard M. Stallmanascii-character props for backspace, delete, etc. moved...
1993-12-25 Richard M. Stallman(setting up kp-... keys): Make ascii-character props.
1993-12-24 Richard M. Stallman(next-complete-history-element): Doc fix.
1993-11-24 Richard M. Stallman(count-lines): In selective-display case,
1993-11-23 Richard M. Stallman(repeat-complex-command): Undo Oct 2 change.
1993-11-19 Richard M. Stallman(eval-expression): Don't bind minibuffer-history-sexp...
1993-10-26 Roland McGrath(eval-expression): Fix typo: missing paren.
1993-10-25 Brian Fox(eval-expression, edit-and-eval-command): Let
1993-10-21 Richard M. Stallman(blink-matching-open): Treat / syntax like \ syntax.
next