Kim F. Storm
4e14f66cdf
*** empty log message ***
2004-09-07 21:16:01 +00:00
Kim F. Storm
a01c5155e8
(set_cursor_from_row): Fix last change. Only use 'cursor'
...
property from text property or overlay strings at point.
2004-09-07 20:53:43 +00:00
Juri Linkov
8041ea759c
(compilation-start): Use copy of `process-environment'
...
created by `copy-sequence' to not override env-vars
in the global `process-environment'.
2004-09-07 18:21:45 +00:00
Stefan Monnier
718dc91d81
*** empty log message ***
2004-09-07 05:32:35 +00:00
Juri Linkov
00889cf957
(grep-highlight-matches): Change default from
...
`t' to `auto-detect', and type from `boolean' to `choice'.
(grep-compute-defaults): Set `grep-highlight-matches' to `t'
if grep option `--color' is available, or to `nil' otherwise.
(grep-use-null-device): Remove redundant type `boolean' (`choice'
is already defined).
2004-09-07 03:56:35 +00:00
Eli Zaretskii
8a98a6c2fe
(next-error-follow-minor-mode): Fix last change.
2004-09-06 18:51:57 +00:00
Luc Teirlinck
c28e534b74
(use-hard-newlines): Make it into a permanent local.
2004-09-06 00:39:16 +00:00
Richard M. Stallman
5f3a57c98e
(isearch-lazy-highlight-new-loop): Don't invoke
...
highlighting if the search string is empty.
2004-09-04 19:41:45 +00:00
Luc Teirlinck
240c0c90e5
(facemenu-active-faces): Change condition of inner `while' loop to
...
also check the first two elements of `face-atts' and `mask-atts'.
2004-09-04 19:13:40 +00:00
John Paul Wallington
8e73445678
*** empty log message ***
2004-09-04 18:40:13 +00:00
Eli Zaretskii
8f0d9e76ef
(ispell-really-aspell): New defvar.
...
(ispell-check-version): Set it.
(ispell-send-replacement): New function.
(ispell-process-line): Call ispell-send-replacement.
2004-09-04 13:46:13 +00:00
Eli Zaretskii
2a1c966e81
(eshell-display-predicate-help): Doc fix. Support choosing seconds
...
with "s".
2004-09-04 13:24:04 +00:00
Eli Zaretskii
0721fbe3c2
(te-escape): Show `?' in prompt for help key.
2004-09-04 13:17:34 +00:00
Miles Bader
23f87bede0
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
...
Merge from emacs--gnus--5.10, gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
Import from CVS branch gnus-5_10-branch
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
Remove autoconf-generated files from archive
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
Update from CVS
2004-09-04 13:13:48 +00:00
Eli Zaretskii
2a223f35db
Fix last change.
2004-09-04 13:06:38 +00:00
Eli Zaretskii
db1febad5d
*** empty log message ***
2004-09-04 12:57:38 +00:00
Eli Zaretskii
0ad1044791
(occur-mode-map): Bind toggle-next-error-follow-mode.
2004-09-04 12:50:17 +00:00
Eli Zaretskii
cbdad6e2d1
(uncomment-region): Bind comment-use-global-state to nil.
2004-09-04 12:31:09 +00:00
Luc Teirlinck
90e118abf2
(auto-revert-handler): Bind `buffer-read-only' locally around the call
...
to `revert-buffer'.
2004-09-03 22:28:10 +00:00
Juri Linkov
9e68f42d8e
*** empty log message ***
2004-09-03 21:51:22 +00:00
Richard M. Stallman
4bc6a87206
*** empty log message ***
2004-09-03 21:34:11 +00:00
Richard M. Stallman
b4fab893cc
(normal-top-level): Undo previous TERM change.
2004-09-03 17:23:42 +00:00
Kim F. Storm
c59ee3b4c2
*** empty log message ***
2004-09-03 12:19:45 +00:00
Kim F. Storm
46540080ea
*** empty log message ***
2004-09-02 22:55:59 +00:00
Juri Linkov
f02069102b
New option `grep-highlight-matches'.
2004-09-02 16:40:38 +00:00
Juri Linkov
c3829a8e2f
*** empty log message ***
2004-09-02 09:46:47 +00:00
Juri Linkov
6a18e4e72c
* isearch.el (isearch-wrap-function)
...
(isearch-push-state-function): New defvars.
(isearch-pop-fun-state): New defsubst.
(isearch-top-state): Call function saved in `isearch-pop-fun-state'.
(isearch-push-state): Set the result of calling
`isearch-push-state-function' to the `isearch-pop-fun-state' field.
(isearch-cancel): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of terminated search.
(isearch-abort): Call `isearch-cancel' instead of its duplicated code.
(isearch-repeat): Call `isearch-wrap-function' if defined.
(isearch-message-prefix): Don't add prefix "over" to the message
for wrapped search if `isearch-wrap-function' is defined.
(isearch-search): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of failed search.
2004-09-01 20:35:12 +00:00
Luc Teirlinck
7d01236c22
*** empty log message ***
2004-09-01 00:09:17 +00:00
Jan Djärv
7a01b04085
* x-dnd.el (x-dnd-protocol-alist): Document update.
...
(x-dnd-known-types): Defcustom it.
(x-dnd-handle-motif): Print message-atom in error message.
2004-08-31 11:24:10 +00:00
John Paul Wallington
f04232c3c2
(tex-validate-buffer): Use distinct strings rather than
...
programatically constructing message.
2004-08-30 19:05:10 +00:00
Richard M. Stallman
4f4ce5976e
(prin1-char): Don't turn S-a into A.
...
Don't return a string that would read as the wrong character code.
2004-08-30 16:05:47 +00:00
Kim F. Storm
2661eae951
*** empty log message ***
2004-08-29 20:55:46 +00:00
Luc Teirlinck
a71eb4358f
*** empty log message ***
2004-08-28 16:23:49 +00:00
Richard M. Stallman
ea2e9f8dc9
Whitespace change.
2004-08-28 15:32:06 +00:00
Kenichi Handa
11d2e01ba3
(utf-8-post-read-conversion): If the
...
buffer is unibyte, temporarily set it multibyte.
2004-08-27 00:25:59 +00:00
Masatake YAMATO
0e48150a65
(time-to-seconds): Add autoload cookies.
2004-08-26 18:20:52 +00:00
John Paul Wallington
003274a057
(tex-validate-buffer): Distinguish between 0, 1, and many mismatches.
...
(tex-start-shell): Use `set-process-query-on-exit-flag'.
2004-08-25 19:05:24 +00:00
John Paul Wallington
2eb43e13c1
*** empty log message ***
2004-08-25 18:46:04 +00:00
Stefan Monnier
55a88c8a60
*** empty log message ***
2004-08-24 22:14:46 +00:00
Luc Teirlinck
49eac10f92
(speedbar-file-regexp): Give it a phony defvar before and a real
...
defvar after `speedbar-supported-extension-expressions'. This is to
silence the compiler without breaking bootstrapping.
2004-08-22 21:11:43 +00:00
Richard M. Stallman
2ee3b79e47
*** empty log message ***
2004-08-22 17:46:31 +00:00
David Kastrup
818226ac7e
Update AUCTeX
...
information.
2004-08-22 11:03:22 +00:00
David Kastrup
90a02640b4
Update AUCTeX information.
2004-08-22 10:58:41 +00:00
Andreas Schwab
2b54cb7b30
.
2004-08-22 09:50:18 +00:00
Masatake YAMATO
44feddcfb1
(cvs-status-checkout): New function.
...
(cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2004-08-22 04:37:44 +00:00
Stefan Monnier
aca16f7875
*** empty log message ***
2004-08-21 23:51:42 +00:00
David Kastrup
311f32fe0f
(ange-ftp-hash-entry-exists-p)
...
(ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
has been converted to use hashtables, the relation `nil=none' is
no longer valid, as `nil' is not a hashtable. This patch tries to
reduce the number of resulting errors.
2004-08-21 21:50:06 +00:00
John Paul Wallington
3829aa6f66
(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.
2004-08-21 15:00:26 +00:00
Eli Zaretskii
29bbca9e01
*** empty log message ***
2004-08-21 12:25:07 +00:00
Kenichi Handa
295f3b30f6
*** empty log message ***
2004-08-20 08:48:47 +00:00