Andrew Cohen
1ec75f95d7
lisp/gnus/nnir.el: Small optimizations. Use 'gnus-group-guess-full-name-from-command-method
2013-04-10 22:14:14 +00:00
Andrew Cohen
7d9644924e
lisp/gnus/nnir.el: Improve marks handling
2013-04-10 22:13:37 +00:00
Andrew Cohen
567d89caf1
gnus-msg.el: Fix detection of nnir group
2013-04-04 22:15:25 +00:00
Katsumi Yamaoka
aab9651349
lisp/gnus/mml.el (mml-minibuffer-read-description): Use default' insted of initial-input' for the argument name
2013-04-04 02:35:55 +00:00
Kevin Layer
09e20374a1
lisp/gnus/mml.el (mml-minibuffer-read-description): Allow passing in a prefix (used by MH-E)
2013-04-03 23:19:58 +00:00
Paul Eggert
96bbc3099d
Spelling fix.
2013-04-03 10:07:50 -07:00
Andrew Cohen
54451ffafa
gnus-msg.el: Add nnir-article-* autoloads;
...
nnir.el: Improve mark updating in original groups
2013-04-01 22:54:32 +00:00
Paul Eggert
b9edfa5c63
Spelling fixes.
2013-04-01 00:58:04 -07:00
Andrew Cohen
df8abd0be8
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
2013-03-31 12:48:07 +00:00
Andrew Cohen
7c5ef69a98
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
2013-03-30 11:40:32 +00:00
Andrew Cohen
d406cffa8e
lisp/gnus/nnir.el: Allow nnir group creation based on an existing query
2013-03-29 14:12:58 +00:00
Katsumi Yamaoka
115694a3d8
lisp/gnus/nndraft.el (nndraft-request-expire-articles): Make expiry target always `delete'
2013-03-28 01:36:23 +00:00
Andrew Cohen
53d3b73104
gnus-msg.el (gnus-setup-message): Set the posting-style and gcc properly for nnir summary buffers
2013-03-27 22:12:36 +00:00
Andrew Cohen
ab9a3f05c8
lisp/gnus/nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come after other deffoos
2013-03-27 01:17:08 +00:00
Andrew Cohen
4705d40c01
lisp/gnus/ChangeLog: Update
2013-03-26 02:26:53 +00:00
Andrew Cohen
f83a656e33
lisp/gnus/nnir.el: Major rewrite; Separate searching from group management
2013-03-25 22:40:58 +00:00
Sam Steingold
a22b4ca140
* lisp/gnus/message.el (message-bury): Minor cleanup.
2013-03-18 13:25:15 -04:00
Paul Eggert
932e8ec6f3
Prefer UTF-8 in commentary.
2013-03-11 19:25:36 -07:00
Paul Eggert
86c86abfec
Specify utf-8, not iso-8859-1, for ASCII files.
2013-03-06 23:28:51 -08:00
Katsumi Yamaoka
394679ff6b
lisp/gnus/nndir.el (nndir-request-list): Remove 2nd argument passed to nnml-request-list (Bug#13873)
2013-03-06 03:55:49 +00:00
Paul Eggert
c38e0c974e
Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2013-03-05 09:13:01 -08:00
Ted Phelps
a204a108ac
lisp/gnus/shr.el: Make all the overlays set the `evaporate' property so that they're removed properly
2013-03-04 10:27:33 +00:00
Adam Sjøgren
d9bb0d4811
lisp/gnus/mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in shell-quote-argument
2013-02-25 22:47:31 +00:00
David Engster
82fcf982c3
gnus-registry.el: Silence XEmacs byte compiler
2013-02-24 22:44:49 +00:00
David Engster
800d26890a
gnus-registry.el (gnus-registry-save): Provide class name when calling eieio-persistent-read' to avoid "unsafe call" warning Use condition-case' to stay compatible with older EIEIO versions which only accept one argument
2013-02-22 22:54:37 +00:00
Daiki Ueno
a801007559
lisp/gnus/mml2015.el (mml2015-epg-find-usable-key): handle revoked user-id
2013-02-17 12:46:28 +00:00
Glenn Morris
bfc58a84b2
* lisp/gnus/shr.el (shr-put-image): Use image-multi-frame-p if available.
2013-02-16 16:38:03 -08:00
Glenn Morris
ed8d7fcaa2
Generalize "animated" images to "multi-frame" images
...
* lisp/image.el (image-animated-types): Remove.
(image-multi-frame-p): Rename from image-animated-p, and generalize.
(image-animated-p): Make obsolete alias.
(image-animate, image-nth-frame, image-animate-timeout):
Use image-multi-frame-p.
(image-animate-timeout): If no delay, use image-default-frame-delay.
* lisp/image-mode.el (image-mode, image-toggle-animation):
Use image-multi-frame-p.
(image-mode): Adjust startup message for a multi-frame image.
* lisp/gnus/shr.el (shr-put-image): Only animate images that specify a delay.
This is consistent with the old image-animated-p behavior.
* etc/NEWS: Add placeholder for this.
Fixes: debbugs:10739
2013-02-16 11:56:50 -08:00
Katsumi Yamaoka
6b26f14f78
gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)] for XEmacs
2013-02-14 00:44:38 +00:00
Juri Linkov
9cec74cfd7
Add more keymaps where S-SPC scrolls in the opposite direction to SPC.
...
* lisp/image-mode.el (image-mode-map):
* lisp/doc-view.el (doc-view-mode-map):
* lisp/vc/ediff-util.el (ediff-setup-keymap):
Make S-SPC scroll in the opposite sense to SPC.
* lisp/gnus/gnus-art.el (gnus-article-mode-map):
* lisp/gnus/gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2013-02-13 10:28:47 +02:00
Glenn Morris
01fcc3a532
Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org
2013-02-12 20:31:09 -08:00
Paul Eggert
65e7ca35a6
In doc, use standard American English style for e.g., etc., i.e.
2013-02-12 09:36:54 -08:00
Glenn Morris
490a9458c8
Merge from emacs-24; up to 2012-12-15T12:19:04Z!juri@jurta.org
2013-02-09 17:56:25 -08:00
Glenn Morris
7171926321
ChangeLog typo fix
2013-02-09 17:32:14 -08:00
Katsumi Yamaoka
ac0215a325
lisp/gnus/nnir.el ("nnir"): Add 'virtual ability to nnir backend
2013-02-10 00:51:34 +00:00
Katsumi Yamaoka
b152f5d36f
lisp/gnus/nnir.el ("nnir"): Add 'virtual ability to nnir backend
2013-02-10 00:51:12 +00:00
Glenn Morris
025875980c
Merge from emacs-24; up to 2012-12-14T15:38:50Z!monnier@iro.umontreal.ca
2013-02-07 00:31:21 -08:00
Glenn Morris
a8e4d516cc
ChangeLog author fix
2013-02-06 23:40:58 -08:00
Glenn Morris
8c4b24b2ab
Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.ca
2013-02-06 22:23:54 -08:00
Gabor Vida
17d14f7e29
* auth-source.el (auth-source-format-prompt): Don't get confused by any "\"
...
in replacement text.
Fixes: debbugs:13637
2013-02-06 20:53:26 -05:00
Christopher Schmidt
5f9eccc4b6
lisp/gnus/gnus-int.el (gnus-backend-trace): Honour gnus-backend-trace
2013-01-30 22:45:32 +00:00
Christopher Schmidt
f0a9dee778
lisp/gnus/mml.el (mml-insert-part): Insert closing tag
2013-01-30 10:43:40 +00:00
Christopher Schmidt
dc39b96aae
lisp/gnus/mm-decode.el (mm-save-part): Handle invalid read-file-name results
2013-01-30 09:44:46 +00:00
Lars Magne Ingebrigtsen
bb677ef744
gnus-sum.el (gnus-summary-read-group-1): Debbugs group entry fixups
2013-01-21 22:07:34 +00:00
Glenn Morris
059fc5111d
* lisp/gnus/smiley.el (smiley-style): Make the file loadable in batch mode.
...
Not likely to be very useful, of course, but helps with automated testing.
2013-01-15 21:46:25 -05:00
Stefan Monnier
ef8214345b
* lisp/gnus/nnimap.el (nnimap-keepalive): Don't throw an error if there's no
...
more imap process running.
2013-01-14 23:26:28 -05:00
Julien Danjou
982c5d68ff
gnus-sum.el: gnus-sum: fix `gnus-summary-from-or-to-or-newsgroups' address comparison
2013-01-14 22:09:16 +00:00
Romain Francoise
b35b088608
Delete merge marker.
2013-01-13 22:26:10 +01:00
Richard M. Stallman
4c0a6d4abd
Fix bug that f in Rmail, in some situations, would insert entire Rmail file.
2013-01-13 14:46:27 -05:00
Aaron S. Hawley
9fc9a531a5
Disambiguate function and variable references in docstrings.
...
* lisp/comint.el (comint-history-isearch-message): Fix ambiguous doc
string cross-reference(s).
* lisp/ffap.el (ffap-string-at-point-region, ffap-next)
(ffap-string-at-point, ffap-string-around)
(ffap-copy-string-as-kill, ffap-highlight-overlay)
(ffap-literally): Fix ambiguous doc string cross-reference(s).
* lisp/font-lock.el (font-lock-keywords-alist)
(font-lock-removed-keywords-alist): Fix ambiguous doc string
cross-reference(s).
* lisp/help-mode.el (help-xref-symbol-regexp): Add "call" as a hint for
a cross-reference to a function.
* lisp/info.el (Info-find-emacs-command-nodes): Fix ambiguous doc
string cross-reference(s).
* lisp/isearch.el (isearch-message-function, isearch-fail-pos): Fix
ambiguous doc string cross-reference(s).
* lisp/misearch.el (multi-isearch-next-buffer-function): Fix ambiguous
doc string cross-reference(s).
* lisp/newcomment.el (comment-box): Fix ambiguous doc string
cross-reference(s).
* lisp/printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
(pr-setting-database): Fix ambiguous doc string
cross-reference(s).
* lisp/ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
(ps-n-up-filling-database): Fix ambiguous doc string
cross-reference(s).
* lisp/server.el (server-buffer, server-log): Fix ambiguous doc string
cross-reference(s).
* lisp/simple.el (newline, delete-backward-char, delete-forward-char)
(minibuffer-history-isearch-message, kill-line, track-eol)
(temporary-goal-column): Fix ambiguous doc string
cross-reference(s).
* lisp/whitespace.el (whitespace-point)
(whitespace-font-lock-refontify, whitespace-bob-marker)
(whitespace-eob-marker): Fix ambiguous doc string
cross-reference(s).
* lisp/calc/calc.el (calc-highlight-selections-with-faces)
(calc-dispatch): Fix ambiguous doc string cross-reference(s).
* lisp/emacs-lisp/edebug.el (edebug-read, edebug-eval-defun): Fix
ambiguous doc string cross-reference(s).
* lisp/gnus/gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
cross-reference(s).
* lisp/gnus/gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
cross-reference(s).
* lisp/international/mule.el (add-to-coding-system-list): Fix ambiguous
doc string cross-reference(s).
* lisp/progmodes/cc-fonts.el (c-font-lock-keywords-3)
(c++-font-lock-keywords-3, objc-font-lock-keywords-3)
(java-font-lock-keywords-3, idl-font-lock-keywords-3)
(pike-font-lock-keywords-3): Fix ambiguous doc string
cross-reference(s).
* lisp/progmodes/compile.el (compile): Fix ambiguous doc string
cross-reference(s).
* lisp/progmodes/etags.el (tags-table-files)
(tags-table-files-function, tags-included-tables-function): Fix
ambiguous doc string cross-reference(s).
* lisp/progmodes/gdb-mi.el (gdb, gdb-setup-windows)
(gdb-restore-windows): Fix ambiguous doc string
cross-reference(s).
* lisp/textmodes/flyspell.el (flyspell-mark-duplications-flag)
(flyspell-default-deplacement-commands): Fix ambiguous doc string
cross-reference(s).
* lisp/textmodes/ispell.el (ispell-accept-output): Fix ambiguous doc
string cross-reference(s).
* lisp/textmodes/sgml-mode.el (html-tag-help): Fix ambiguous doc string
cross-reference(s).
* lisp/vc/compare-w.el (compare-ignore-whitespace)
(compare-ignore-case, compare-windows-dehighlight): Fix ambiguous
doc string cross-reference(s).
* lisp/vc/diff.el (diff): Fix ambiguous doc string cross-reference(s).
* src/insdel.c (Fcombine_after_change_execute, syms_of_insdel): Fix
ambiguous doc string cross-reference(s).
* src/keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
doc string cross-reference(s).
* src/window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
string cross-reference(s).
Fixes: debbugs:12686
2013-01-11 18:08:55 -05:00