1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

26380 Commits

Author SHA1 Message Date
Steven Tamm
0ecc99998a term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
(mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
Do not treat double clicks and triple clicks specially in the
scroll bar (preventing strange repositioning problems)
2004-07-08 15:24:54 +00:00
Stefan Monnier
cc0aea1a20 (query-replace-regexp-eval): Fix last change. 2004-07-06 12:31:24 +00:00
Stefan Monnier
6f1df6d9d6 (query-replace-descr): New fun.
(query-replace-read-from, query-replace-read-args): Default to the last from&to.
(query-replace-read-to): Quote the `from' string when displaying it.
(query-replace-regexp-eval): Immediately check read-only status.
Use query-replace-read-from to get the \n checking.
Quote the `from' string when displaying it.
(map-query-replace-regexp, occur-read-primary-args):
Quote the `from' string when displaying it.
2004-07-06 00:06:05 +00:00
Stefan Monnier
81e898ea68 (isearch-query-replace): Pass the regexp-ness and delimited-ness of
the search to query-replace.
2004-07-05 23:28:42 +00:00
Stefan Monnier
1606466a39 (query-replace-read-from, query-replace-read-to): New funs extracted
from query-replace-read-args.
(query-replace-read-args): Use them.
2004-07-05 23:12:28 +00:00
Stefan Monnier
5291cbca50 (query-replace-interactive, query-replace-read-args):
Remove the `initial' special value.
(query-replace-regexp-eval, map-query-replace-regexp): Simplify.
(occur-engine): Remove unused var `matchend'.
2004-07-05 22:50:46 +00:00
Stefan Monnier
00c8fbf6f6 (isearch-query-replace, isearch-query-replace-regexp):
Use the search string without prompting.
2004-07-05 22:41:44 +00:00
Kenichi Handa
475344c331 *** empty log message *** 2004-07-04 23:41:41 +00:00
Kenichi Handa
b12e19b2c1 (decode-coding-inserted-region): Fix previous change. 2004-07-04 23:22:28 +00:00
Kenichi Handa
9957c5071b (decode-coding-inserted-region): Don't
set last-coding-system-used here.
2004-07-04 23:19:15 +00:00
John Paul Wallington
8430818aca Restore updated copyright info that was inadvertently removed. 2004-07-04 01:03:43 +00:00
Eli Zaretskii
2a1a35c60c *** empty log message *** 2004-07-03 11:01:32 +00:00
Eli Zaretskii
9b19858ed7 (grep-compute-defaults, grep-command)
(grep-program, find-program, grep-find-use-xargs, grep-history)
(grep-find-history, grep-tag-default, grep-find-command)
(grep-regexp-alist, grep-process-setup, grep-compute-defaults):
Add autoload cookies, for unbundled packages that load `compile'
and expect all grep-related symbols to become defined.
2004-07-03 10:06:42 +00:00
Eli Zaretskii
610101de3e (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
(iimage-mode-image-search-path): New user option to search the
image file.
(iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
have locate-file.
(iimage-mode-buffer): Use it.
2004-07-03 09:54:20 +00:00
Nick Roberts
7731023b50 (gdb-goto-breakpoint): String match more
carefully.
(gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2004-07-03 09:21:12 +00:00
Nick Roberts
e21badcdfb *** empty log message *** 2004-07-03 09:20:09 +00:00
Juri Linkov
f1f6079c82 (query-replace-read-args): Swallow space after 'foo,
not after (quote foo).  Match space only immediately after symbol,
not anywhere in the whole string.
2004-07-03 05:18:38 +00:00
Juri Linkov
5297945104 *** empty log message *** 2004-07-03 05:18:06 +00:00
Richard M. Stallman
e3ccf404ae *** empty log message *** 2004-07-02 23:53:56 +00:00
Richard M. Stallman
9e5d1b634e (query-replace-read-args): Swallow space after symbols, not after
closeparens.  But avoid error if string ends there.
2004-07-02 23:52:14 +00:00
Richard M. Stallman
b830b63b85 (python-beginning-of-statement): Exit the loop if backward-up-list gets error. 2004-07-02 23:49:50 +00:00
Richard M. Stallman
30f0bc330f (enriched-encode): Bind inhibit-read-only. 2004-07-02 23:47:44 +00:00
André Spiegel
1e118124a8 # 2004-07-02 07:32:44 +00:00
André Spiegel
8915c22048 (vc-rcs-checkout-model): Look at the version headers only if
vc-consult-headers is non-nil.
2004-07-02 07:26:21 +00:00
Juri Linkov
5dc0a68b42 *** empty log message *** 2004-07-02 04:38:51 +00:00
Juri Linkov
a4bdfaf962 (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository. 2004-07-02 04:34:50 +00:00
Juri Linkov
9ff78fedc8 (cvs-mode-diff-repository): New command. 2004-07-02 04:32:54 +00:00
Miles Bader
cfceee1ed3 Changes from arch/CVS synchronization 2004-07-01 21:03:14 +00:00
Stefan Monnier
4dfde3dd1d *** empty log message *** 2004-07-01 13:02:50 +00:00
Stefan Monnier
10a6e6ba22 *** empty log message *** 2004-07-01 12:29:28 +00:00
Juri Linkov
0ec4febda2 (query-replace-interactive): Change type from boolean
to choice.  Add value `initial'.
(query-replace-read-args): Handle value `initial' of
query-replace-interactive.
2004-07-01 10:01:32 +00:00
Juri Linkov
74820eb521 (isearch-mode-map): Bind C-M-w to isearch-del-char,
C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
C-M-% to isearch-query-replace-regexp.
(minibuffer-local-isearch-map): Add arrow key bindings.
Bind C-f to isearch-yank-char-in-minibuffer.
(isearch-forward): Doc fix.
(isearch-edit-string): Doc fix.
(isearch-query-replace, isearch-query-replace-regexp): New funs.
(isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
(isearch-yank-char): Add optional arg.
(isearch-yank-char-in-minibuffer): New fun.
2004-07-01 09:54:51 +00:00
Stefan Monnier
c8d09ad859 *** empty log message *** 2004-06-30 17:12:39 +00:00
Kim F. Storm
619b6adbd2 (breakpoint-enabled-bitmap-face)
(breakpoint-disabled-bitmap-face): Add :group 'gud.
2004-06-29 13:01:27 +00:00
Kim F. Storm
7549786255 (ada-tight-gvd-integration): Add :group 'ada. 2004-06-29 13:01:14 +00:00
Kim F. Storm
d30bef6454 (vc-arch-mode-line-rewrite): Add :group 'vc. 2004-06-29 13:00:49 +00:00
Kim F. Storm
5fa405b602 *** empty log message *** 2004-06-29 12:58:14 +00:00
Kim F. Storm
86a28f9528 (nntp-authinfo-file): Add :group 'nntp. 2004-06-29 12:49:35 +00:00
Kim F. Storm
da9b82bb91 (nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap. 2004-06-29 12:49:14 +00:00
Juri Linkov
637b9d739b *** empty log message *** 2004-06-28 23:15:42 +00:00
Juri Linkov
c47e847f4d (pp-buffer): Add autoload. 2004-06-28 23:08:31 +00:00
Juri Linkov
da6eb51ce4 (query-replace-read-args): Swallow a space after
everything except )]" which in most cases means after a symbol.
2004-06-28 23:03:06 +00:00
Richard M. Stallman
0715d1a4a8 (font-lock-fontify-syntactic-keywords-region):
More changes to go with previous change.
2004-06-28 02:45:01 +00:00
David Kastrup
cb05ca25df (perform-replace): Highlight the match even in
non-query mode if there is potential replace string editing.
2004-06-26 18:35:18 +00:00
Kai Großjohann
15cc764cd1 (tramp-handle-file-remote-p): New implementation to
agree with new return value of `file-remote-p'.
This syncs with Tramp 2.0.42.
2004-06-26 15:28:33 +00:00
Kai Großjohann
3f78877397 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
according to new documentation of `file-remote-p'.

* files.el (file-remote-p): Fix doc to say that return value is
identification of remote system, if not nil.
(file-relative-name): Use new return value of `file-remote-p'.
2004-06-26 14:41:13 +00:00
Nick Roberts
2101105e6f (gdb-toggle-breakpoint)
(gdb-goto-breakpoint): Fix breakage.
2004-06-26 13:12:28 +00:00
Nick Roberts
817819c202 *** empty log message *** 2004-06-26 13:11:44 +00:00
Eli Zaretskii
aff379a69b Update Eli's email address. 2004-06-26 11:38:14 +00:00
Eli Zaretskii
00170b0d63 (Man-getpage-in-background): Add windows-nt to the list
of systems where shell-file-name should be used instead of
literal "sh".
2004-06-26 09:46:19 +00:00