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

52049 Commits

Author SHA1 Message Date
Kim F. Storm
d0f483e8e1 (authors-aliases): Add more aliases.
(authors-fixed-entries): Fix typo.
(authors-canonical-author-name): Compact multiple spaces.
Ignore trivial names (e.g. only first name).
2004-09-07 21:16:48 +00:00
Kim F. Storm
4e14f66cdf *** empty log message *** 2004-09-07 21:16:01 +00:00
Kim F. Storm
b2ea4639b0 Remove entry re. skip-chars-... and classes. 2004-09-07 21:11:29 +00:00
Kim F. Storm
b294ccec5b Regenerate with `op' entry (from Dan Nicolaescu). 2004-09-07 21:08:21 +00:00
Kim F. Storm
be0f8dd9fc Add `op' entry to enable colors in term (from Dan Nicolaescu). 2004-09-07 21:07:44 +00:00
Kim F. Storm
59cc2a2738 (term-window-width): Only use full window width on
window system if overflow-newline-into-fringe is enabled.
(term-mode): Don't disable overflow-newline-into-fringe.
2004-09-07 20:54:03 +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
Juri Linkov
a58c94a227 (grep-highlight-matches): Doc fix.
(grep-process-setup): Call `grep-compute-defaults' if
`grep-highlight-matches' is not computed.  Set env-vars only
if `grep-highlight-matches' is `t'.
2004-09-07 18:10:49 +00:00
Stefan Monnier
1806714ad8 (update_submenu_strings): YAILOM.
(set_frame_menubar): Make sure last_i is initialized.
2004-09-07 05:52:52 +00:00
Stefan Monnier
718dc91d81 *** empty log message *** 2004-09-07 05:32:35 +00:00
Stefan Monnier
b70dd952a7 (uncomment-region-default, comment-region-default):
New functions extracted from uncomment-region and comment-region.
(comment-region, comment-region-function, uncomment-region)
(uncomment-region-function): Use them.
2004-09-07 05:18:49 +00:00
Stefan Monnier
ac62b9e443 (cvs-string-prefix-p): Use compare-strings. 2004-09-07 04:53:31 +00:00
Stefan Monnier
45ce59421e (cvs-states): Allow `ignore' on NEED-UPDATE.
It's not crucial but can make sense at times.
2004-09-07 04:51:47 +00:00
Stefan Monnier
86d660c6c2 (vc-arch-workfile-version): Handle the special case before the first commit. 2004-09-07 04:49:03 +00:00
Stefan Monnier
fa63cb6d0b Doc fix. 2004-09-07 04:48:04 +00:00
Stefan Monnier
0452b6e745 (vc-buffer-context, vc-restore-buffer-context): Disable obsolete code. 2004-09-07 04:47:38 +00:00
Stefan Monnier
0c6ec103ab *** empty log message *** 2004-09-07 04:15:56 +00:00
Stefan Monnier
c9d4c64bd7 (mh-inc-spool-list): Correctly declare the external var. 2004-09-07 04:15:28 +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
Stefan Monnier
3c3979f159 (message-tokenize-header, message-send-mail-with-qmail):
Use point-min rather than 1.
(message-send-mail): Use buffer-size rather than point-max.
2004-09-07 03:47:46 +00:00
Stefan Monnier
abc40aabb9 (gnus-summary-search-article-forward):
Signal a specific `search-failed' rather than a generic `error'.
2004-09-07 03:47:37 +00:00
Stefan Monnier
9b40100a40 (gnus-pick-mouse-pick-region): Switch 1 => point-min.
(gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
(gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
2004-09-07 03:47:29 +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
Robert J. Chassell
9a2c63fb6a Thanks to Christopher Allan Webber, fix typo. 2004-09-05 15:44:28 +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
John Paul Wallington
288f8357fd (thumbs-view-image-mode-map): Fix `thumbs-set-root' command name typo.
(thumbs-view-image-mode): Make buffer read-only.
2004-09-04 18:34:30 +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
de6d64b22a (kill-backward-up-list): New function. 2004-09-04 12:56:54 +00:00
Eli Zaretskii
0ad1044791 (occur-mode-map): Bind toggle-next-error-follow-mode. 2004-09-04 12:50:17 +00:00
Eli Zaretskii
c5d9b0ff37 (grep-mode-map): Bind toggle-next-error-follow-mode. 2004-09-04 12:48:19 +00:00
Eli Zaretskii
e99212b659 (compilation-mode-map): Bind toggle-next-error-follow-mode. 2004-09-04 12:47:21 +00:00
Eli Zaretskii
b711788a4a (diff-mode-map): Bind toggle-next-error-follow-mode. 2004-09-04 12:46:17 +00:00
Eli Zaretskii
282d6eaec0 (next-error-follow-mode, next-error-follow-mode-post-command-hook):
New functions.
(next-error-follow-last-line): New defvar.
2004-09-04 12:45:26 +00:00
Eli Zaretskii
f5e9cb9705 Document next-error-follow-mode. 2004-09-04 12:35:28 +00:00
Eli Zaretskii
cbdad6e2d1 (uncomment-region): Bind comment-use-global-state to nil. 2004-09-04 12:31:09 +00:00
Eli Zaretskii
0a4dd4e491 From Eric S. Raymond: More reorganization to exile old stuff to the
pre-2000 section.  I looked up end-of-life dates for a bunch of old
Unixes to check.
2004-09-04 12:25:43 +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
Juri Linkov
dc29ba9b82 Update M-% in isearch. 2004-09-03 20:53:43 +00:00
Juri Linkov
cc2f7834aa (Incremental Search): Update wording for M-%. 2004-09-03 20:51:06 +00:00