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

868 Commits

Author SHA1 Message Date
Miles Bader
9aecacd08a Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Juri Linkov
297b8ccd7a (goto-history-element): New function created from
next-history-element.
(next-history-element): Most code moved to goto-history-element.
Call goto-history-element with (- minibuffer-history-position n).
(previous-history-element): Call goto-history-element with (+
minibuffer-history-position n).
(minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
(minibuffer-history-isearch-message-overlay): New buffer-local variable.
(minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
(minibuffer-history-isearch-search, minibuffer-history-isearch-message)
(minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
(minibuffer-history-isearch-pop-state): New functions.
2007-07-23 20:29:55 +00:00
Michael Albinus
7cb76caa9c * simple.el (start-file-process): New defun. 2007-07-07 11:17:51 +00:00
Stefan Monnier
9b77469afd Docstring convention fix. 2007-06-29 04:37:34 +00:00
Thien-Thi Nguyen
28adf31caa (next-error-recenter): Accept `(4)' as well;
also, specify `integer' instead of `number'.
2007-06-23 12:19:38 +00:00
Thien-Thi Nguyen
446b609eab (next-error-recenter): New defcustom.
(next-error, next-error-internal): Recenter if specified,
immediately prior to running `next-error-hook'.
2007-06-22 07:56:01 +00:00
Richard M. Stallman
de9606f01d (push-mark): Doc fix. 2007-05-18 22:56:08 +00:00
Juanma Barranquero
7b17b503fb (set-mark-command-repeat-pop): Doc fix. 2007-05-16 11:26:41 +00:00
Richard M. Stallman
034ce0ec5b (set-mark-command-repeat-pop): Put in `editing-basics' group. 2007-04-23 21:19:11 +00:00
Richard M. Stallman
ebd2fc0d03 (set-mark-command-repeat-pop): Doc fix. 2007-04-23 21:16:31 +00:00
Richard M. Stallman
fb2c06a3b9 (pop-to-mark-command): Display message "mark popped" if point does not move.
(set-mark-command): Doc fix.
2007-04-21 08:55:15 +00:00
Eli Zaretskii
146adea30b (set-mark-command): Doc fix. 2007-04-09 07:51:37 +00:00
Juanma Barranquero
6cbb0bb076 (activate-mark-hook): Fix typo in docstring. 2007-04-03 11:10:09 +00:00
Juanma Barranquero
8ad6289625 (blink-matching-open): When in minibuffer,
don't search for a match inside the prompt.
2007-03-30 15:33:01 +00:00
Chong Yidong
676b1a7480 (next-error-highlight): Doc fix. 2007-03-28 18:36:01 +00:00
Richard M. Stallman
5d5afbcdea (compose-mail): Run switch-function after setting up the mail buffer.
(switch-to-completions): No error if search for \n\n fails.
2007-03-20 16:24:03 +00:00
Chong Yidong
39a8d88a7f Revert 2006-02-04 change by Kevin Rodgers due to lack of legal papers. 2007-03-19 18:28:31 +00:00
Chong Yidong
0788987302 (line-move-1): Respect `inhibit-line-move-field-capture' property. 2007-03-17 19:44:21 +00:00
Chong Yidong
ad6aa5eded (minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.
2007-03-08 14:43:08 +00:00
Stefan Monnier
bea1536579 (completion-setup-function): Improve last fix so it doesn't
set it to a relative directory name either.
2007-03-06 02:18:05 +00:00
Richard M. Stallman
d7e7ecd748 (beginning-of-buffer, end-of-buffer):
Avoid treating plain C-u like numeric arg.

(completion-setup-function): Don't set default-directory to nil.
2007-03-04 17:48:56 +00:00
Richard M. Stallman
602157ab37 (kill-line): Doc fix. 2007-02-17 23:06:12 +00:00
Karl Fogel
3a4b834777 Revert previous change, at request of RMS:
(fundamental-mode-hook): Remove.
(fundamental-mode): Run after-change-major-mode-hooks manually,
and don't run the now-nonexistent fundamental-mode-hook.
2007-02-08 20:52:39 +00:00
Karl Fogel
3faea23ac1 (fundamental-mode-hook): Declare new hook.
(fundamental-mode): Run the new dedicated hook, and don't run
after-change-major-mode-hooks manually anymore.
2007-02-08 06:31:28 +00:00
Juanma Barranquero
1c2ba4e7f3 (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):
Doc fixes.
2007-02-06 09:35:04 +00:00
Richard M. Stallman
22e088c68f (eval-expression): Don't use eval-last-sexp-print-value
when inserting in buffer.
2007-01-28 07:05:17 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Richard M. Stallman
654ec2691d (backward-kill-word): Doc fix. 2007-01-05 20:24:50 +00:00
Richard M. Stallman
1cfcd2db9a (delete-horizontal-space): Doc fix. 2006-12-23 18:08:24 +00:00
Richard M. Stallman
a168699d17 (delete-horizontal-space): Use prefix arg. 2006-12-17 22:14:48 +00:00
Nick Roberts
215f50ced9 (toggle-truncate-lines): Clarify doc string. 2006-12-04 05:51:48 +00:00
Richard M. Stallman
ee4dc5d959 (next-error-find-buffer): Improve messages. 2006-11-28 02:21:03 +00:00
Juri Linkov
a9b9303c47 (yank): Doc fix. 2006-11-01 23:11:08 +00:00
Richard M. Stallman
71a05b36ba (read-expression-map): Just set it, no defvar. 2006-10-18 10:58:39 +00:00
Chong Yidong
ac6701ea5c * simple.el (line-move-1): During fields during motion to the
beginning of line to avoid getting point stuck.
2006-10-18 04:58:29 +00:00
Jan Djärv
a3545af4a8 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
* help-at-pt.el (scan-buf-move-to-region): Likewise.
* longlines.el (longlines-window-change-function): Likewise.
* simple.el (undo-ask-before-discard): Likewise.
* wid-edit.el (widget-field-prompt-internal)
(widget-documentation-link-p): Likewise
2006-10-11 06:27:08 +00:00
Richard M. Stallman
1f8a132d06 (undo-elt-crosses-region): Fix the inequalities. 2006-10-02 02:30:06 +00:00
Eli Zaretskii
00fa402402 (undo-more): When undo information for the region is exhausted, say
"No further undo information FOR REGION".
2006-09-30 09:50:07 +00:00
Chong Yidong
e94e78cc99 * simple.el (line-move-finish): Ignore field boundaries if the
initial and final points have the same `field' property.
2006-09-29 18:18:42 +00:00
Chong Yidong
963355a469 * simple.el (line-move-finish): Handle corner case for fields in
continued lines.
	(line-move-1): Remove flawed test for that case.
2006-09-24 21:58:12 +00:00
Richard M. Stallman
7408ee973a (next-error-highlight, next-error-highlight-no-select): Default to 0.5.
(yank-excluded-properties): Add `fontified'.
2006-09-24 20:38:47 +00:00
Kim F. Storm
0e7a5039b9 (line-move-partial): Call pos-visible-in-window-p with
position t instead of trying both window-end and window-end - 1.
2006-09-20 09:45:19 +00:00
Chong Yidong
fef11f1549 * simple.el (line-move-1): Escape field boundaries occurring
exactly at point.  Update goal column if constrained to a field.
	(line-move-finish): Escape field boundaries occurring exactly at
	point.
2006-09-19 21:34:01 +00:00
Kim F. Storm
95f5a37fb7 (line-move-partial): Optimize. Try window-line-height
before posn-at-point to get vpos of current line.
2006-09-19 13:13:49 +00:00
Kim F. Storm
e437f99a4c (line-move-partial): Rework 2006-09-15 change to use
new window-line-height function.  Further optimize by not calling
pos-visible-in-window-p for window-end when window-line-height
returns useful information.
2006-09-18 11:13:04 +00:00
Chong Yidong
77745e1892 Remove mistakenly-added debugging code. 2006-09-16 14:19:31 +00:00
Chong Yidong
095f9ae408 * simple.el (line-move-to-column): Revert 2006-08-03 change. 2006-09-16 14:14:53 +00:00
Kim F. Storm
ba646e8d2c (line-move-partial): Use window-line-visiblity to
quickly check whether last line is partially visible, and only do
the hard (and slow) part in that case.
2006-09-15 21:04:39 +00:00
Richard M. Stallman
efeb22bf0a (line-number-mode): Group mode-line instead of editing-basics.
(column-number-mode, size-indication-mode): Likewise.
2006-09-14 23:55:31 +00:00