1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

61809 Commits

Author SHA1 Message Date
Stefan Monnier
11b07c3762 Oops. Attribution fix. 2006-01-17 16:36:32 +00:00
Stefan Monnier
8e2e29565d (ispell-kill-ispell-hook): Add to the hook when
loading the file rather than when turning on flyspell-mode.
2006-01-17 16:35:52 +00:00
Bill Wohler
fe778a1258 (assoc-string): Fix typo in argument. 2006-01-17 16:20:29 +00:00
Richard M. Stallman
588fe8bc0a (lisp-font-lock-keywords-1): Minor rearrangement. 2006-01-17 14:32:16 +00:00
Luc Teirlinck
2e040f4ea1 *** empty log message *** 2006-01-17 04:34:20 +00:00
Luc Teirlinck
c111d7aedc (customize-rogue): Minor doc fix. 2006-01-17 04:28:42 +00:00
Bill Wohler
0af7621b63 *** empty log message *** 2006-01-17 03:08:25 +00:00
Miles Bader
c428866987 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-702
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 185-186)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnrss.el: Update copyright.
   (nnrss-opml-import): Query whether to subscribe to each entry.

   * lisp/gnus/gnus-art.el:
   * lisp/gnus/gnus-cus.el:
   * lisp/gnus/gnus-group.el:
   * lisp/gnus/gnus-start.el:
   * lisp/gnus/gnus-sum.el:
   * lisp/gnus/mm-uu.el:
   * lisp/gnus/mm-view.el: Update copyright.

2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-info): New function.
   (message-mode-menu): Add it.
   Update copyright.

   * lisp/gnus/ChangeLog: Fix and update copyright.

2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi: Update copyright.
2006-01-17 02:39:39 +00:00
Juri Linkov
d247d0fe89 (buffer-menu-buffer) <defface>: Renamed from
Buffer-menu-buffer.  Doc fix.
(Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2006-01-17 02:11:40 +00:00
Juri Linkov
96639c8970 (Info-revert-find-node): Check for Info-current-file
before preserving new-history.
2006-01-17 02:07:44 +00:00
Juri Linkov
84bf6ad84e (dired-diff): Use dired-dwim-target-directory
instead of the file at the mark as default if the file at the mark
is the same as the file at point or if dired-dwim-target-directory
is not the same as the current directory and the mark is not active.
2006-01-17 01:43:00 +00:00
Juri Linkov
202e166dea *** empty log message *** 2006-01-17 00:57:41 +00:00
Juri Linkov
3d6ce9c2a7 Add `coding: iso-2022-7bit' cookie.
(html-mode): Set `sentence-end-base' instead of `sentence-end'.
2006-01-17 00:53:03 +00:00
Juri Linkov
cfc1ba0f61 (Man-heading-regexp): Add `/'. 2006-01-17 00:51:53 +00:00
Juri Linkov
cbc9827367 (log-view-minor-wrap): Use the same logic to get revisions as `log-view-diff'. 2006-01-17 00:51:30 +00:00
Juri Linkov
d545c9fd92 (Standard Faces): Add `mode-line-buffer-id'.
Move `mode-line-highlight' before `mode-line-buffer-id'.
2006-01-17 00:00:24 +00:00
Juri Linkov
ea4cd5115d Add mode-line-buffer-id. 2006-01-16 23:57:56 +00:00
Juri Linkov
83033a3a5b (display-time-mail-face): Replace :group faces' with mode-line-faces'. 2006-01-16 23:55:25 +00:00
Juri Linkov
8eafa1659b (Info-mode-line-node-keymap): New defvar.
(Info-set-mode-line): Use `stringp' to check Info-current-file.
Propertize Info-current-node with `mode-line-buffer-id' and
`mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2006-01-16 23:54:02 +00:00
Juri Linkov
4ec983f103 (propertized-buffer-identification): Use face
`mode-line-buffer-id' instead of `Buffer-menu-buffer'.
(mode-line-next-buffer, mode-line-previous-buffer): New functions.
(mode-line-buffer-identification-keymap): For mouse-1 replace
`mode-line-unbury-buffer' with `mode-line-previous-buffer'.
Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
mouse-3.
2006-01-16 23:50:39 +00:00
Juri Linkov
97bca259c1 (mode-line-faces): New defgroup.
(mode-line-highlight): Move definition after new defgroup.
(mode-line, mode-line-inactive, mode-line-highlight):
Replace :group `modeline' with `mode-line-faces'.
(mode-line-buffer-id): New face.
(modeline-buffer-id): New face alias.
(vertical-border): Remove :group `modeline'.
2006-01-16 23:45:34 +00:00
Bill Wohler
1e4db53b60 * mh-acros.el (require): Remove defadvice of require as defadvice is
verboten within Emacs and our implementation was returning the wrong
value from require. Upcoming restructuring should make this
unnecessary.
(mh-assoc-ignore-case): Replace with defsubst assoc-string.

* mh-alias.el (mh-alias-local-users, mh-alias-reload, mh-alias-expand,
mh-alias-minibuffer-confirm-address): Use it.

* mh-identity.el (mh-identity-field-handler): Use it.
2006-01-16 21:34:50 +00:00
Bill Wohler
8d2aa23775 * mh-comp.el (mh-show-buffer-message-number): Replace (car
(read-from-string string) with (string-to-number string).

* mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder): Ditto.

* mh-mime.el (mh-mml-forward-message): Ditto.

* mh-search.el (mh-swish-next-result, mh-mairix-next-result)
(mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser)
(mh-openssl-parser, mh-index-update-maps): Ditto.

* mh-seq.el (mh-translate-range, mh-narrow-to-header-field)
(mh-thread-generate): Ditto.
2006-01-16 20:05:14 +00:00
Mark D. Baushke
9ac2e4e523 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of mm-
functions for text=flowed. (SF #1273521)
2006-01-16 19:42:53 +00:00
Kenichi Handa
0814ca04ae (autoload-coding-system): Prepare for EOL variants. 2006-01-16 12:08:35 +00:00
Kenichi Handa
8d39b9766e Add autoload cookies for cp125[0345678]. 2006-01-16 12:07:08 +00:00
Miles Bader
73043f7d55 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 182-184)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-uu.el (mm-uu-text-plain-type): New variable.
   (mm-uu-pgp-signed-extract-1): Use it.
   (mm-uu-pgp-encrypted-extract-1): Use it.
   (mm-uu-dissect): Use it; allow two optional arguments; one is a
   flag specifying whether there's no message header; the other is
   for a MIME type and parameters; bind mm-uu-text-plain-type with
   the later one.
   (mm-uu-dissect-text-parts): New function.

   * lisp/gnus/gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
   dissect text parts.

2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-wash-html): Use
   gnus-summary-show-article-charset-alist if a numeric arg is given.
   (gnus-article-wash-html-with-w3m-standalone): New function.

   * lisp/gnus/mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
   mm-inline-text-html-render-with-w3m-standalone.
   (mm-text-html-washer-alist): Map w3m-standalone to
   gnus-article-wash-html-with-w3m-standalone.
   (mm-inline-text-html-render-with-w3m-standalone): New function.

2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Article Washing): Additions.

2006-01-08  Alex Schroeder  <alex@gnu.org>

   * man/pgg.texi (Caching passphrase): Rewording.
2006-01-16 09:27:43 +00:00
Bill Wohler
fc77df2c34 * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to / g.

* mh-utils.el (mh-show-limit-map): Ditto.
2006-01-16 05:41:26 +00:00
Miles Bader
28f74fdf77 Add arch tagline 2006-01-16 01:35:47 +00:00
Stephen Eglen
5311aad2e5 (iswitchb-define-mode-map): Use C-n for iswitchb-toggle-ignore. (This
was C-a but a user suggested this was too easily confused with normal
usage of C-a.)
2006-01-15 23:43:41 +00:00
Dan Nicolaescu
14397ea756 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
* term.el (term-raw-map): Add mapping for insert.
(term-send-insert): New.
(term-mode): Make variables local here instead of doing it in
`term-emulate-terminal'.
(term-emulate-terminal): Delete incorrect optimization for cr+lf.
Scroll reverse needs to take into account the scroll
region.  Saving and restoring the cursor should save the color
attributes too.
(term-reset-terminal): Reset the scroll region.
(term-handle-ansi-escape): Cursor up and down should take into
account the scroll region.
(term-set-scroll-region): Renamed from `term-scroll-region'.  Move
to 0,0 after setting the region.
(term-handle-scroll): Handle scroll up.
(term-down): Fix off by one error.
(term-delete-lines): Do not delete outside the scroll region.
(term-insert-lines): Take into account the scroll region.
2006-01-15 19:36:10 +00:00
Bill Wohler
98eab4e477 * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
standalone compile.
(mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el.

* mh-init.el (mh-progs, mh-lib, mh-lib-progs): Move to mh-exec.el,
where they are used.
2006-01-15 18:27:26 +00:00
Andreas Schwab
0501acd449 . 2006-01-15 12:07:55 +00:00
Andreas Schwab
d16c2b662c (Freplace_match): Use UPPERCASEP instead of !NOCASEP. 2006-01-15 12:07:41 +00:00
Bill Wohler
30f240162b * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
to help remove dependency on mh-utils.

* mh-exec.el: New file. Move process support routines here from
mh-utils.el.

* mh-init.el (mh-utils): Remove require.
(mh-exec): Add require.
(mh-profile-component, mh-profile-component-value): Move here from
mh-utils.el.

* mh-utils.el (mh-pgp-support-flag): Move to mh-comp.el to reduce
dependencies on mh-utils.el.
(mh-profile-component, mh-profile-component-value): Move to mh-init.el
since that's the only place that uses them. (Other than mh-alias.el;
I'm thinking that mh-find-path can set variable from the Aliasfile
component like it does the other components).
(mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
(mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
(mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
(defvar, mh-exec-cmd-output)
(mh-exchange-point-and-mark-preserving-active-mark)
(mh-exec-lib-cmd-output, mh-handle-process-error): Move to new file
mh-exec.el so that mh-init.el doesn't have to depend on mh-utils.el,
breaking circular dependency.

* mh-alias.el: mh-customize.el: mh-e.el: mh-funcs.el: mh-gnus.el:
* mh-identity.el: mh-inc.el: mh-junk.el: mh-mime.el: mh-print.el:
* mh-search.el: mh-seq.el: mh-speed.el: Added debugging statements
(commented out) around requires to help find dependency loops. Will
remove them when issues are resolved.
2006-01-15 08:17:56 +00:00
Stefan Monnier
d83d8efe0b (ispell-internal-change-dictionary, ispell-change-dictionary):
Undo most of last change of 2006-01-13.
(start, end): Move declaration outside of eval-when-compile.
2006-01-15 06:05:50 +00:00
Stefan Monnier
949855fe64 (flyspell-kill-ispell-hook): Fix braino. 2006-01-15 05:47:44 +00:00
Stefan Monnier
ef0f5f7e62 (flyspell-kill-ispell-hook): New fun.
(flyspell-mode-on): Use it.
2006-01-15 05:46:20 +00:00
Stefan Monnier
2834b9b3b8 (ispell-kill-ispell): Run new hook ispell-kill-ispell-hook. 2006-01-15 05:42:35 +00:00
Luc Teirlinck
025fddd4ed (Custom-set, Custom-save, Custom-reset-current, Custom-reset-saved):
Do not ask for confirmation in single option buffers.
2006-01-15 03:15:25 +00:00
Luc Teirlinck
b41e2e73f4 *** empty log message *** 2006-01-15 03:13:20 +00:00
Bill Wohler
a4d7cec3dc * mh-customize.el (mh-index): Rename group to mh-search and sort group
definition and options accordingly.
(mh-index-program): Rename to mh-search-program.
(mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to
mh-search-p.
(mh-search-mode-hook): Change group from mh-index to mh-search.
(mh-index-folder): Rename to mh-search-folder. Change group from
mh-index to mh-search.

* mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder to
mh-search-folder.

* mh-search.el (mh-indexer) Rename to mh-searcher. The commands pick
and grep are searchers too but aren't indexed.
(mh-index-execute-search-function): Rename to mh-search-function.
(mh-index-next-result-function): Rename to
mh-search-next-result-function.
(mh-index-regexp-builder): Rename to mh-search-regexp-builder.
(mh-search): Since redo-search-flag defaults to nil and is of lesser
importance, make it an optional argument and place it after the folder
and search-regexp arguments. Sync docstring with manual.
(mh-search-mode-map): Autoload so that keys are shown in help even
before mh-search is loaded.
(mh-search-mode): Sync docstring with manual.
(mh-index-do-search): Rename argument indexer to searcher. Sync
docstring with manual.
(mh-pick-do-search): Sync docstring with manual.
(mh-index-p): Rename to mh-search-p.
(mh-indexer-choices): Rename to mh-search-choices.
(mh-index-choose): Rename to mh-search-choose. Rename argument indexer
to searcher.
(mh-swish++-execute-search, mh-swish-execute-search)
(mh-mairix-execute-search, mh-namazu-execute-search): Drop "and read
the results" from docstring since these functions don't.
(mh-pick-execute-search, mh-grep-execute-search): Sync docstring with
manual.
(mh-index-generate-pretty-name): Prune -search from string so that
folder names for pick searches are the same as those of other
searches.
2006-01-14 21:17:37 +00:00
Richard M. Stallman
852ae42ac7 (Inserting Text): Minor cleanup. 2006-01-14 13:39:38 +00:00
Bill Wohler
4501e6fb6d (require): Added Satyaki's comment regarding what needs to happen to
remove this defadvice which caused a little discussion on emacs-devel
today (see Subject: mh-e/mh-acros.el advices `require' incorrectly).
2006-01-14 02:10:11 +00:00
Bill Wohler
11db987fa8 * mh-search.el (mh-index-next-result-function): Add format to
docstring.
(mh-mairix-next-result): Use nil instead of () which doesn't stand out
as well.
(mh-pick-execute-search): Operate across all folders if no folder
given and recurse folder(s).
(mh-pick-next-result): Handle new output.

* mh-utils.el: (mh-collect-folder-names): Fix docstring.
(mh-children-p, mh-folder-list): New functions.
2006-01-14 02:05:23 +00:00
Nick Roberts
9f7f49fbb6 (Simple Advice): Update example to fit argument change in previous-line. 2006-01-13 23:25:48 +00:00
Nick Roberts
2ac77b5a40 *** empty log message *** 2006-01-13 23:25:06 +00:00
Richard M. Stallman
3c005b12f6 +N applies only to next file. 2006-01-13 22:44:42 +00:00
Romain Francoise
22e6707e41 *** empty log message *** 2006-01-13 20:20:41 +00:00
Romain Francoise
97f4e87c36 (add-change-log-entry, change-log-merge):
Conditionally use `hard-newline'.
2006-01-13 20:11:35 +00:00