1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

743 Commits

Author SHA1 Message Date
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Stefan Monnier
e56dd5c616 (next-error-follow-minor-mode):
make-variable-buffer-local -> make-local-variable.
2005-07-29 20:55:36 +00:00
Juri Linkov
f9872a6bb3 (line-move-1): Fix comments. 2005-07-22 18:43:24 +00:00
Juanma Barranquero
f33321adea (clone-indirect-buffer): Doc fix.
(fixup-whitespace, just-one-space, backward-delete-char-untabify, lambda):
"?\ " -> "?\s".
(next-error, next-error-highlight, next-error-highlight-no-select,
next-error-last-buffer, next-error-buffer-p, next-error-find-buffer, next-error,
previous-error, next-error-no-select, previous-error-no-select, open-line,
split-line, minibuffer-prompt-width, kill-new, binary-overwrite-mode):
Fix typos in docstrings.
(set-fill-column): Fix typo in message.
2005-07-20 22:29:53 +00:00
Kim F. Storm
3e43ae87c4 (line-move-1): Undo rest of 2005-06-23 change. 2005-07-13 13:45:30 +00:00
Kim F. Storm
6a8b26dcd5 (line-move-1): Always use vertical-motion to
do the last (or only) line move to ensure some movement.
Undo 2005-06-23 change--don't check for overlays.
2005-07-13 10:29:38 +00:00
Juri Linkov
d634a3a2de (next-error-hook): New variable.
(next-error): Use it.  Doc fix.
2005-07-09 20:46:26 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
0684376b79 (set-variable): Warn about obsolete user variables. 2005-06-29 23:50:29 +00:00
Richard M. Stallman
19cfc561f4 (line-move-1): Fix previous change. 2005-06-24 21:12:07 +00:00
Richard M. Stallman
d6281b4ece (set-variable): Args renamed; doc fix.
(line-move-1): When there are overlays around, use vertical-motion.
2005-06-23 21:26:31 +00:00
Juanma Barranquero
cc4cb0f5cb (comment-line-break-function): Doc fix: don't say variable is automatically
buffer-local (it isn't).
2005-06-20 13:53:49 +00:00
Juanma Barranquero
01ba96624b (next-error-buffer-p, next-error-find-buffer): Fix typos in docstrings.
(kill-whole-line): Doc fix.
(clone-indirect-buffer): Improve argument/docstring consistency.
2005-06-20 10:29:02 +00:00
Juanma Barranquero
8ac28be569 (undo-more): Don't use format' on error' arguments. Improve
argument/docstring consistency.
(pending-undo-list): Doc fix.
2005-06-16 14:31:44 +00:00
Lute Kamstra
521677279b (fundamental-mode): Run after-change-major-mode-hook conditionally. 2005-06-16 12:40:54 +00:00
Richard M. Stallman
03ceda9edd Comment changes. 2005-06-08 15:35:05 +00:00
Richard M. Stallman
77da210789 (completion-setup-function): Look for completion-base-size-function
property of minibuffer-completion-table.
2005-06-06 12:40:36 +00:00
Kim F. Storm
98f4a29ed6 Add comment to line-move re. sit-for. 2005-06-05 17:19:55 +00:00
Luc Teirlinck
2f7e1f5aa9 (eval-expression-print-level)
(eval-expression-print-length, eval-expression-debug-on-error): Doc fixes.
2005-06-04 22:04:29 +00:00
Kim F. Storm
0fc367df13 (line-move): Only call sit-for when moving backwards. 2005-06-03 23:48:21 +00:00
Juanma Barranquero
2cd16d7438 (filter-buffer-substring): Fix typo in docstring. 2005-05-31 09:32:35 +00:00
Lute Kamstra
b277791306 (completion-list-mode): Use run-mode-hooks. 2005-05-26 13:12:00 +00:00
Eli Zaretskii
a0e8eaa345 (yank, yank-pop): Mention `yank-excluded-properties'
and `yank-handler' in the doc strings.
2005-05-22 20:58:52 +00:00
Eli Zaretskii
c29d24ea5e (next-error-overlay-arrow-position): Revert the change made on 2005-04-30. 2005-05-08 19:34:28 +00:00
Kim F. Storm
22c8bff16a (line-move-1): Fix 2005-04-26 change. Must still use
vertical-motion when selective-display is active.
2005-05-05 22:43:06 +00:00
Richard M. Stallman
f33ae5d01a (line-move-1): Fix previous change to signal errors appropriately. 2005-05-04 14:22:48 +00:00
Richard M. Stallman
d0c4882d9e (widen-automatically): New variable.
(pop-global-mark): Obey widen-automatically.
2005-05-01 18:54:00 +00:00
Richard M. Stallman
75545c843d (next-error-overlay-arrow-position): Turn off, for ttys. 2005-04-30 20:30:53 +00:00
Richard M. Stallman
e9ab825f6e (line-move-1): Avoid using vertical-motion in easy cases. 2005-04-26 18:31:19 +00:00
Stefan Monnier
ac43807d0b (blink-matching-open): Fix botched commit. 2005-04-19 18:13:25 +00:00
Stefan Monnier
98580e20de (blink-matching-open): Use it. 2005-04-19 18:12:23 +00:00
Kim F. Storm
bfa82930a8 (next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings to bindings.el.
2005-04-19 09:25:52 +00:00
Richard M. Stallman
9e60c72407 (yank-excluded-properties): Add follow-link to value. 2005-04-17 17:52:30 +00:00
Richard M. Stallman
0047373b7d (undo): Fix previous change. 2005-04-13 17:40:53 +00:00
Richard M. Stallman
713c902086 (undo): Record t in undo-equiv-table
for the redo record made by an undo-in-region.
2005-04-11 18:09:59 +00:00
Juri Linkov
9c9b00d67f (next-error-overlay-arrow-position): New defvar.
Put "=>" on its property `overlay-arrow-string'.
Add it to `overlay-arrow-variable-list'.
2005-04-07 15:15:15 +00:00
Lute Kamstra
9066a01ada (next-error-follow-minor-mode): Specify :group. 2005-04-04 09:07:45 +00:00
Luc Teirlinck
ab77efd0e5 (visible-mode): Use explicit :group keyword. This changes the group
of `visible-mode-hook' from paren-blinking to editing-basics.
2005-04-02 19:24:26 +00:00
Richard M. Stallman
f59006cb6e (set-mark): Doc fix. 2005-03-29 23:17:30 +00:00
Richard M. Stallman
7fcce20f69 (idle-update-delay): Move definition up.
(buffer-substring-filters): New variable.
(filter-buffer-substring): New function.
(kill-region, copy-region-as-kill): Use it.
2005-03-29 20:53:19 +00:00
Juri Linkov
814c3037ec (next-error-highlight-timer): New variable. 2005-03-29 04:55:43 +00:00
Eli Zaretskii
09ad1a5b64 (goto-line): Doc fix. 2005-03-19 14:25:29 +00:00
Kim F. Storm
bfb1a447d2 (move-beginning-of-line): Move to beginning of buffer
line, as well as beginning of screen line.
2005-03-17 15:33:56 +00:00
Stefan Monnier
c75505b4b7 (auto-fill-function): Use the new :minor-mode-function property. 2005-03-16 13:11:34 +00:00
Kim F. Storm
89767eec37 (move-beginning-of-line): Use vertical-motion. 2005-03-15 23:15:05 +00:00
YAMAMOTO Mitsuharu
267e1dbee4 (normal-erase-is-backspace): Set default to t if running on Mac. 2005-03-15 07:45:21 +00:00
Kim F. Storm
295f661640 (next-line, previous-line): Add optional try-vscroll
arg to recognize interactive use.  Pass it on to line-move.
(line-move): Don't perform auto-window-vscroll when defining or
executing keyboard macro to ensure consistent behaviour.
2005-03-13 23:20:49 +00:00
Kim F. Storm
0cbb497cf0 (move-beginning-of-line): New command. 2005-03-07 11:12:31 +00:00
Richard M. Stallman
0251bafb90 (activate-mark-hook, deactivate-mark-hook): Add defvars.
(push-mark-command): Run activate-mark-hook.
2005-03-06 20:16:01 +00:00
Stefan Monnier
e521254577 (normal-erase-is-backspace): Define default value. 2005-03-06 00:32:12 +00:00