1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

6258 Commits

Author SHA1 Message Date
Stefan Monnier
cbd5542a3c (grep-mode): Remove unnecessary autoload. 2004-09-09 21:42:52 +00:00
Kim F. Storm
419a6e22e9 *** empty log message *** 2004-09-09 20:50:50 +00:00
Lars Hansen
340db502fa (desktop-clear-preserve-buffers): Remove make-obsolete-variable. 2004-09-09 19:45:03 +00:00
Juri Linkov
a13cf3bc9a *** empty log message *** 2004-09-08 22:21:31 +00:00
Stefan Monnier
c9cb3a267c (vc-arch-state): Fix parsing for `names' method. 2004-09-08 22:15:34 +00:00
Kim F. Storm
303e592ca7 *** empty log message *** 2004-09-08 13:07:01 +00:00
Thien-Thi Nguyen
52c408f28a *** empty log message *** 2004-09-08 12:32:41 +00:00
Thien-Thi Nguyen
dfd5bc549d *** empty log message *** 2004-09-08 12:14:42 +00:00
Thien-Thi Nguyen
6cc5254744 *** empty log message *** 2004-09-08 11:51:40 +00:00
Thien-Thi Nguyen
edbf5932c4 *** empty log message *** 2004-09-08 11:37:02 +00:00
Thien-Thi Nguyen
e114fc2ca9 *** empty log message *** 2004-09-08 11:17:00 +00:00
Thien-Thi Nguyen
d430d2e899 *** empty log message *** 2004-09-08 11:00:30 +00:00
Thien-Thi Nguyen
9c64f29905 *** empty log message *** 2004-09-08 10:38:05 +00:00
Thien-Thi Nguyen
2fdc1ceebf *** empty log message *** 2004-09-08 10:20:00 +00:00
Kenichi Handa
c52da52ac5 Fix old function calls (ps-mule-chars-in-string ->
length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
ps-mule-next-point -> 1+).
2004-09-08 07:22:26 +00:00
Luc Teirlinck
a020987fb7 *** empty log message *** 2004-09-08 03:26:24 +00:00
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