1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00
Commit graph

53666 commits

Author SHA1 Message Date
Kim F. Storm
90c08845df (beginning-of-defun, end-of-defun): Don't
use inhibit-mark-movement.
2004-12-14 12:18:11 +00:00
Kim F. Storm
24199fe75a (inhibit-mark-movement): Remove defvar.
(beginning-of-buffer, end-of-buffer): Don't use it.
2004-12-14 12:17:43 +00:00
Kim F. Storm
5b631efcca *** empty log message *** 2004-12-14 12:17:04 +00:00
Miles Bader
734c576596 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-group.el (gnus-group-make-rss-group): Use
   gnus-group-make-group instead of gnus-group-unsubscribe-group.

   * lisp/gnus/gnus-start.el (gnus-setup-news): Honor user's setting to
   gnus-message-archive-method.  Suggested by Lute Kamstra
   <Lute.Kamstra@xs4all.nl>.

2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([5.1]): Added missing bracket.

   * man/gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
   `spam-initialize'.
2004-12-14 07:29:36 +00:00
Jay Belanger
0c6d98d8df *** empty log message *** 2004-12-14 05:36:23 +00:00
Jay Belanger
8e04863ed5 Replace @tmath macro with @math.
Fix TeX definition of @expr.
Replace @i by @mathi.
2004-12-14 04:53:56 +00:00
Juri Linkov
a0e4e2757a (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
(Buffer-menu-switch-other-window, Buffer-menu-2-window):
Bind same-window-buffer-names and same-window-regexps to nil.
2004-12-14 02:35:01 +00:00
Juri Linkov
a6a2fd5e30 (list-buffers-noselect): Collect internal info
for every buffer in BUFFER-LIST arg too.
2004-12-14 02:24:33 +00:00
Juri Linkov
37d8fcc253 (sc-cite-frame-alist): Doc fix.
(sc-cite-region, sc-uncite-region, sc-recite-region):
Fix previous change to handle not alist as a symbol, but
a citation frame as a symbol that represents a variable name.
2004-12-14 00:54:54 +00:00
Juri Linkov
f1e2a03326 (next-error-buffer-p, next-error-find-buffer): Doc fix. 2004-12-14 00:51:02 +00:00
Juri Linkov
1113094c33 Fix tyop. 2004-12-13 21:51:11 +00:00
Juri Linkov
c09a9077a5 Restore ChangeLog entries deleted 2004-12-02. 2004-12-13 21:43:39 +00:00
J.D. Smith
8a3b29a5bc Variable move. 2004-12-13 20:51:36 +00:00
J.D. Smith
25d24a50f6 Re-arrange variables to avoid compiler warnings. Change
assoc-ignore-case to assoc-string.  Remove make-local-hook.
2004-12-13 20:35:07 +00:00
Richard M. Stallman
d9c1ce9ddc (file-cache-add-directory-using-find):
Only set up file-cache-find-command-posix-flag if we will use it.
2004-12-13 19:46:36 +00:00
Richard M. Stallman
da14d1acd4 (file-cache-add-directory-using-find):
Only test file-cache-find-command-posix-flag on some systems.
2004-12-13 19:43:13 +00:00
Richard M. Stallman
ca0eea298f (mode-line-buffer-identification-keymap):
Don't cancel the mode-line's usual down-mouse-1 binding.
2004-12-13 19:41:34 +00:00
Richard M. Stallman
b9afd6dd84 (custom-display): Handle `default' specs. 2004-12-13 19:40:25 +00:00
Richard M. Stallman
2dfa4c5767 (custom-face-selected): Handle `default' specs.
(custom-face-edit): Increase extra-offset.
2004-12-13 19:39:01 +00:00
Richard M. Stallman
5ed3235280 (xml-name-re, xml-entity-value-re): Add defvars. 2004-12-13 19:37:32 +00:00
Richard M. Stallman
8e2eba0979 (elint-standard-variables, elint-unknown-builtin-args): Move definitions up. 2004-12-13 19:34:46 +00:00
Richard M. Stallman
6be44fbf5d (browse-url-url-at-point): Add autoload. 2004-12-13 19:33:51 +00:00
Richard M. Stallman
6b3600ffb8 (info-xref-visited): Use `default' instead of t.
(Info-try-follow-nearest-node): Don't explicitly load browse-url.
2004-12-13 19:31:32 +00:00
Richard M. Stallman
cf459bb738 (header-line, mode-line-inactive, tool-bar):
Use `default' instead of t for setting the defaults.
(face-spec-choose): Separate `t' from `default'.
2004-12-13 19:29:33 +00:00
Richard M. Stallman
c2b53d7bd4 (while-no-input): New macro. 2004-12-13 19:26:42 +00:00
Richard M. Stallman
42ed718e49 (syms_of_eval) <quit-flag>: Doc fix. 2004-12-13 19:05:42 +00:00
Richard M. Stallman
08fdede613 (QUIT): Check for Vthrow_on_input.
(Vthrow_on_input): Declare it.
2004-12-13 18:56:52 +00:00
Kim F. Storm
913c5633d7 (set_iterator_to_next): Reset stop_charpos after display vector. 2004-12-13 14:27:56 +00:00
Kim F. Storm
a6495ed551 *** empty log message *** 2004-12-13 14:27:33 +00:00
Stefan Monnier
17a5a3014d (vc-svn-repository-hostname): Adjust to new format.
Reported by Ville Skytt�scop@xemacs.org>.
(vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
(vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
(vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2004-12-13 06:30:40 +00:00
Juri Linkov
37ed0ee5e3 ffap-dired-at-point -> dired-at-point 2004-12-13 05:28:11 +00:00
Juri Linkov
3f11c6df1d *** empty log message *** 2004-12-13 05:21:11 +00:00
Juri Linkov
27437d8bdb (Dired Navigation): Add @r{(Dired)} to M-g.
(Misc Dired Commands): Add @r{(Dired)} to w.
2004-12-13 05:20:40 +00:00
Juri Linkov
b79529b72a (FFAP): Add C-x C-r, C-x C-v, C-x C-d, C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d. 2004-12-13 05:20:04 +00:00
Juri Linkov
8ab314f992 ffap and wildcards 2004-12-13 05:19:18 +00:00
Juri Linkov
c99310d548 (ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.
(ffap-directory-finder): New variable.
(ffap-string-at-point-mode-alist): Add * and ? to `file'.
(ffap-file-at-point): Add /* to immediately rejected names.
Return absolute file names matching ffap-dired-wildcards.
(ffap-read-file-or-url): Set default value for `completing-read'
to `buffer-file-name'.
(find-file-at-point): When filename matches ffap-dired-wildcards,
call ffap-file-finder with t arg `wildcards', instead of dired.
(ffap-other-window, ffap-other-frame): Return visited buffers.
(ffap-read-only, ffap-read-only-other-window)
(ffap-read-only-other-frame, ffap-alternate-file): New commands.
(dired-at-point): Call ffap-directory-finder instead of dired.
(ffap-dired-other-window, ffap-dired-other-frame)
(ffap-list-directory): New commands.
(ffap-bindings): New keybindings for new commands.
2004-12-13 05:16:25 +00:00
Juri Linkov
a9d6a617af (find-file-other-window, find-file-other-frame):
Add the first buffer to the returned value to return the complete
list of all visited buffers.
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame): Use nil for `mustmatch' arg of
`find-file-read-args'.  Signal an error about non-existent file
only if file name doesn't contain wildcards.  Toggle read-only in
all visited buffers.
(find-alternate-file, find-alternate-file-other-window):
Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
called interactively.  Pass arg `wildcards' to other functions.
(find-file-noselect): Doc fix.
2004-12-13 05:08:00 +00:00
Juri Linkov
6a2067b247 *** empty log message *** 2004-12-13 03:26:21 +00:00
Juri Linkov
3634dfea41 (Marking Objects): Marking commands also extend the
region when mark is active in Transient Mark mode.
2004-12-13 03:25:37 +00:00
Juri Linkov
d9954576c9 * textmodes/paragraphs.el (mark-paragraph):
Extend the region when mark is active in transient-mark-mode,
regardless of the last command.  Doc fix.
2004-12-13 03:11:09 +00:00
Juri Linkov
967e1a52ad * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
Do not push mark when mark is active in transient-mark-mode.
* emacs-lisp/lisp.el (mark-sexp, mark-defun):
Extend the region when mark is active in transient-mark-mode,
regardless of the last command.  Doc fix.
* emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
preserving direction, to mark forward instead of backward when mark
is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2004-12-13 03:09:59 +00:00
Juri Linkov
705a593394 * simple.el (beginning-of-buffer, end-of-buffer):
Do not push mark when mark is active in transient-mark-mode.
* simple.el (mark-word):
Extend the region when mark is active in transient-mark-mode,
regardless of the last command.  Doc fix.
* simple.el (mark-word): Preserve direction when repeating.
Make arg optional.  Interactive "p" -> "P".
(transient-mark-mode, inhibit-mark-movement): Doc fix.
2004-12-13 03:08:52 +00:00
Juri Linkov
836c086be0 query-replace-highlight eq isearch 2004-12-12 22:56:55 +00:00
Juri Linkov
35d59c0f52 * replace.el (query-replace-highlight): Add new value `isearch'
that allows query replacement to use isearch highlighting.
Change type from `boolean' to `choice'.  Doc fix.
(replace-highlight, replace-dehighlight, perform-replace):
Use isearch highlighting if query-replace-highlight eq `isearch'.
2004-12-12 22:33:28 +00:00
Juri Linkov
15fd7d5da5 (replace-match-maybe-edit): Doc fix.
(perform-replace): Don't call `replace-highlight' when automatic
replacement is requested in literal mode, since it is intended
only to highlight words during entering a new replacement string
for \? in non-literal mode.
2004-12-12 22:06:30 +00:00
Juri Linkov
98e008e989 (isearch-process-search-multibyte-characters):
Use `isearch-message' as initial input for `read-string' instead
of adding it to the minibuffer prompt.  After reading a string
remove the initial value of `isearch-message' from the string.
2004-12-12 21:57:28 +00:00
Juri Linkov
6ee8e6218d (isearch-edit-string): Set 7th arg of
`read-from-minibuffer' to `t' to inherit the current input
method (whose name is indicated by [IM] in the minibuffer prompt)
from the current buffer to the minibuffer.
(isearch-lazy-highlight-update): Put body to `with-local-quit'
to allow C-g quitting for lazy highlighting looping inside the
search with nested repetition operators.  Add overlay to the list
before setting its face and other properties to avoid the case of
code quitting after placing the new overlay but before it's
recorded on the list.  Select the window where isearch was
activated, to highlight matches in the right window when isearch
switches the current window to the minibuffer.
2004-12-12 21:53:14 +00:00
Richard M. Stallman
24a0e22f86 *** empty log message *** 2004-12-12 18:25:21 +00:00
Richard M. Stallman
5bf3adc151 (Fvertical_motion): Call move_it_by_lines even if LINES = 0. 2004-12-12 18:16:53 +00:00
Richard M. Stallman
c8ae863bab (Fall_completions): Add var `zero' and use it in loop.
(Ftry_completion): Really use outer `zero'; eliminate inner one.
2004-12-12 18:15:22 +00:00