(awk-mode): Use c-indent-line.
[bpt/emacs.git] / lisp / simple.el
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.
1993-10-05 Brian Fox(edit-and-eval-command): Let `read-from-minibuffer...
1993-09-21 Brian Fox(kill-region): Use `equal' instead of `eq' to compare...
1993-08-10 Paul Eggert(current-kill): Replace (% (+ N (- L K)) L) with (mod...
1993-08-08 Richard M. Stallman(shell-command, shell-command-on-region):
1993-08-07 Richard M. Stallman(do-auto-fill): Don't keep breaking the line
1993-07-31 Richard M. Stallman(shell-command-history): New variable.
1993-07-26 Roland McGrath(read-expression-history): New defvar.
1993-07-26 Richard M. Stallman(kill-ring-save): Delete spurious `message' call.
1993-07-22 Richard M. Stallman(completion-list-mode): Renamed from completion-mode.
1993-07-15 Richard M. Stallman(completion-setup-function): Insert the mouse help...
1993-07-13 Richard M. Stallman(completion-mode): New major mode.
1993-07-08 Roland McGrath(kill-ring-save): Call deactivate-mark regardless of...
1993-07-08 Roland McGrath(deactivate-mark): New function.
1993-07-08 Roland McGrathPut error-conditions and error-message properties on...
1993-07-03 Richard M. Stallman(kill-region): Cope with change hooks that change props.
1993-07-01 Jim Blandy* simple.el: Add bindings to function-key-map so that...
1993-06-30 Richard M. Stallman(mark-even-if-inactive): New variable.
1993-06-11 Jim Blandy* simple.el (hscroll-point-visible): Work as documented...
1993-06-10 Richard M. Stallman(append-to-buffer): Interactively, supply all 3 args.
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-05 Richard M. Stallman(mark): Doc fix.
1993-06-04 Richard M. Stallman(kill-ring-save): Doc fix.
1993-06-01 Richard M. Stallman(undo): Pass proper arg to delete-auto-save-file-if...
1993-05-24 Richard M. Stallman(kill-new): Pass t as 2nd arg to interprogram-cut-function.
1993-05-24 Richard M. Stallman(shell-command): Don't activate mark even momentarily.
1993-05-22 Richard M. Stallman(pending-undo-list): Var declared.
1993-05-21 Richard M. Stallman(transient-mark-mode): Doc fix.
1993-05-17 Richard M. Stallman(keyboard-quit): Run deactivate-mark-hook.
1993-05-16 Richard M. Stallman(push-mark): Always activate the mark if not in Transie...
1993-05-16 Richard M. Stallman(yank, yank-pop): Don't activate the mark.
1993-05-15 Richard M. Stallman(push-mark): Don't activate the mark.
1993-05-15 Richard M. Stallman(transient-mark-mode): New command.
1993-05-06 Richard M. Stallman(previous-matching-history-element): If minibuf is...
1993-05-05 Richard M. Stallman(blink-matching-paren-distance): Change default to...
1993-04-29 Richard M. Stallman(up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
1993-04-27 Eric S. Raymond(hscroll-step): New variable.
1993-04-25 Eric S. Raymond(down-arrow): New function. Uses next-line-add-newline...
1993-04-23 Eric S. RaymondAll fsets changed to defaliases.
1993-03-31 Roland McGrath(indent-for-comment): Use skip-syntax-backward in place of
1993-03-29 Richard M. Stallman(count-lines): Use save-match-data.
1993-03-29 Eric S. Raymond*** empty log message ***
1993-03-22 Eric S. RaymondAdded or corrected Commentary headers
1993-03-21 Richard M. Stallman(line-number-mode): New function and variable.
1993-03-21 Jim Blandy* simple.el (comment-indent-function): New variable...
1993-03-16 Jim Blandysrc/\f * simple.el (quoted-insert): In overwrite...
1993-03-11 Jim Blandy* simple.el (kill-ring-save): Doc fix.
1993-03-09 Richard M. Stallman(set-mark): Activate the mark.
1993-03-06 Richard M. Stallman(prefix-arg-internal): Use listify-key-sequence.
1993-03-02 Jim Blandy* simple.el (kill-region): If the buffer is read-only...
1993-02-05 Roland McGrathRestore nuked information in minibuffer history bindings.
1993-02-05 Richard M. StallmanOnce again, go back to ordinary next-history-element
1993-02-01 Jim Blandy* simple.el (kill-region): If the buffer is read-only...
1993-01-28 Roland McGrath(next-complete-history-element): Restore point after...
1993-01-28 Richard M. StallmanDon't use the completion-oriented history commands.
1993-01-26 Jim BlandyJimB's changes since January 18th
1993-01-25 Roland McGrath(next-complete-history-element): Use only buffer conten...
1993-01-25 Roland McGrath({next,previous}-complete-history-element): New functions.
1993-01-14 Jim Blandy* simple.el (set-goal-column): Make this command disabl...
1993-01-11 Richard M. Stallman(kill-append): Doc fix.
1993-01-07 Jim Blandy* simple.el (kill-region): Change interactive spec...
1992-11-15 Jim Blandy* simple.el (comment-column): Doc fix.
1992-11-07 Jim Blandy* simple.el (previous-line): Doc fix.
1992-10-27 Richard M. Stallman(shell-command-on-region):
1992-10-23 Richard M. Stallman(goal-column): Don't put the defvar inside the make...
1992-10-20 Richard M. Stallman(comment-region): Do move to next line, in neg arg...
1992-10-04 Richard M. Stallman(insert-buffer): Before reading arg, barf if read-only.
1992-10-03 Richard M. Stallman(open-line): Shield undo from the hack to insert at...
1992-09-30 Richard M. Stallman(kill-word): Don't change point before calling kill...
1992-09-15 Richard M. Stallmanentered into RCS
1992-09-14 Richard M. Stallman*** empty log message ***
1992-08-31 Richard M. Stallman*** empty log message ***
1992-08-29 Jim Blandy*** empty log message ***
1992-08-21 Richard M. Stallman*** empty log message ***
1992-08-11 Richard M. Stallman*** empty log message ***
1992-08-04 Jim Blandy*** empty log message ***
1992-07-29 Richard M. Stallman*** empty log message ***
1992-07-26 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-22 Eric S. Raymond*** empty log message ***
1992-07-13 Jim Blandy*** empty log message ***
1992-06-24 Jim Blandy*** empty log message ***
1992-06-12 Jim Blandy*** empty log message ***
1992-05-30 Eric S. Raymond*** empty log message ***
1992-04-19 Jim Blandy*** empty log message ***
1992-03-16 Jim Blandy*** empty log message ***
1992-01-27 Jim Blandy*** empty log message ***
1991-12-21 Jim BlandyInitial revision