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
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
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
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
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
Juri Linkov
d85519bb21
(isearch-toggle-regexp): Set isearch-success' and isearch-adjusted' to `t'.
...
(isearch-toggle-case-fold): Set `isearch-success' to `t'.
(isearch-message-prefix): Add "pending" for isearch-adjusted.
(isearch-other-meta-char): Restore isearch-point unconditionally.
(isearch-query-replace): Add new arg `regexp-flag' and use it.
Set point to start of match if region is not active in transient
mark mode (to include the current match to region boundaries).
Push the search string to `query-replace-from-history-variable'.
Add prompt "Query replace regexp" for isearch-regexp.
Add region beginning/end as last arguments of `perform-replace.'
(isearch-query-replace-regexp): Replace code by the call to
`isearch-query-replace' with arg `t'.
2004-09-03 20:32:57 +00:00
Richard M. Stallman
b4fab893cc
(normal-top-level): Undo previous TERM change.
2004-09-03 17:23:42 +00:00
Kim F. Storm
1e71278bd3
* emulation/cua-rect.el (cua--overlay-keymap): New keymap for
...
highlight overlays; allow using RET when cursor is over a button.
(cua--highlight-rectangle): Use it.
(cua--rectangle-set-corners): Don't move backwards at eol.
(cua--forward-line): Don't move into void after eob.
2004-09-03 12:33:54 +00:00
Kim F. Storm
c59ee3b4c2
*** empty log message ***
2004-09-03 12:19:45 +00:00
Kim F. Storm
e2ea72e9dd
(cua--rectangle-set-corners): Ensure that
...
point is set (and displayed) inside rectangle.
(cua--rectangle-operation): Fix for highlight of empty lines.
(cua--highlight-rectangle): Fix highlight for tabs.
Position cursor at left/right edge of rectangle using new `cursor'
property on overlay strings.
(cua--indent-rectangle): Don't tabify.
(cua-rotate-rectangle): Ignore that point has moved.
2004-09-02 22:56:22 +00:00
Kim F. Storm
46540080ea
*** empty log message ***
2004-09-02 22:55:59 +00:00
Steven Tamm
2ca75b4224
Add ASCII equivalents for some function keys.
...
(mode-line-frame-identification): Sync with x-win.el.
2004-09-02 16:59:18 +00:00
Juri Linkov
f02069102b
New option `grep-highlight-matches'.
2004-09-02 16:40:38 +00:00
Juri Linkov
cc3064a5e9
(variable-at-point): Try `find-tag-default' when other methods failed.
2004-09-02 16:37:22 +00:00