1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp/gnus
Glenn Morris 2bed3f0483 Add missing :version tags to new defgroups and defcustoms
* window.el (window-sides-slots):
* tool-bar.el (tool-bar-position):
* term/xterm.el (xterm-extra-capabilities):
* ses.el (ses-self-reference-early-detection):
* progmodes/verilog-mode.el (verilog-auto-declare-nettype)
(verilog-auto-wire-type)
(verilog-auto-delete-trailing-whitespace)
(verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
(verilog-auto-tieoff-declaration):
* progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
(sql-oracle-statement-starters, sql-oracle-scan-on):
* progmodes/prolog.el (prolog-align-comments-flag)
(prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
(prolog-left-indent-regexp, prolog-paren-indent-p)
(prolog-paren-indent, prolog-parse-mode, prolog-keywords)
(prolog-types, prolog-mode-specificators)
(prolog-determinism-specificators, prolog-directives)
(prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
(prolog-electric-dot-flag)
(prolog-electric-dot-full-predicate-template)
(prolog-electric-underscore-flag, prolog-electric-tab-flag)
(prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
(prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
(prolog-program-switches, prolog-prompt-regexp)
(prolog-debug-on-string, prolog-debug-off-string)
(prolog-trace-on-string, prolog-trace-off-string)
(prolog-zip-on-string, prolog-zip-off-string)
(prolog-use-standard-consult-compile-method-flag)
(prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
(prolog-imenu-max-lines, prolog-info-predicate-index)
(prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
(prolog-char-quote-workaround):
* progmodes/cc-vars.el (c-defun-tactic):
* net/tramp.el (tramp-encoding-command-interactive)
(tramp-local-end-of-line):
* net/soap-client.el (soap-client):
* net/netrc.el (netrc-file):
* net/gnutls.el (gnutls):
* minibuffer.el (completion-category-overrides)
(completion-cycle-threshold)
(completion-pcm-complete-word-inserts-delimiters):
* man.el (Man-name-local-regexp):
* mail/feedmail.el (feedmail-display-full-frame):
* international/characters.el (glyphless-char-display-control):
* eshell/em-ls.el (eshell-ls-date-format):
* emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
(lisp-lambda-list-keyword-parameter-indentation)
(lisp-lambda-list-keyword-parameter-alignment):
* doc-view.el (doc-view-image-width, doc-view-unoconv-program):
* dired-x.el (dired-omit-verbose):
* cus-theme.el (custom-theme-allow-multiple-selections):
* calc/calc.el (calc-highlight-selections-with-faces)
(calc-lu-field-reference, calc-lu-power-reference)
(calc-note-threshold):
* battery.el (battery-mode-line-limit):
* arc-mode.el (archive-7z-extract, archive-7z-expunge)
(archive-7z-update):
* allout.el (allout-prefixed-keybindings)
(allout-unprefixed-keybindings)
(allout-inhibit-auto-fill-on-headline)
(allout-flattened-numbering-abbreviation):
* allout-widgets.el (allout-widgets-auto-activation)
(allout-widgets-icons-dark-subdir)
(allout-widgets-icons-light-subdir, allout-widgets-icon-types)
(allout-widgets-theme-dark-background)
(allout-widgets-theme-light-background)
(allout-widgets-item-image-properties-emacs)
(allout-widgets-item-image-properties-xemacs)
(allout-widgets-run-unit-tests-on-load)
(allout-widgets-time-decoration-activity)
(allout-widgets-hook-error-post-time)
(allout-widgets-track-decoration):
* gnus/sieve-manage.el (sieve-manage-default-stream):
* gnus/shr.el (shr):
* gnus/nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
(nnir-retrieve-headers-override-function)
(nnir-imap-default-search-key, nnir-notmuch-program)
(nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
(nnir-method-default-engines):
* gnus/message.el (message-cite-reply-position):
* gnus/gssapi.el (gssapi-program):
* gnus/gravatar.el (gravatar):
* gnus/gnus-sum.el (gnus-refer-thread-use-nnir):
* gnus/gnus-registry.el (gnus-registry-unfollowed-addresses)
(gnus-registry-max-pruned-entries):
* gnus/gnus-picon.el (gnus-picon-inhibit-top-level-domains):
* gnus/gnus-int.el (gnus-after-set-mark-hook)
(gnus-before-update-mark-hook):
* gnus/gnus-async.el (gnus-async-post-fetch-function):
* gnus/auth-source.el (auth-source-cache-expiry):
Add missing :version tags to new defcustoms and defgroups.
2012-02-11 14:13:29 -08:00
..
.dir-locals.el lisp/gnus/.dir-locals.el: Add no-byte-compile cookie. 2010-09-14 13:50:15 +02:00
.gitignore
auth-source.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
canlock.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ChangeLog Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
ChangeLog.1 Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ChangeLog.2 Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
compface.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
deuglify.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ecomplete.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
flow-fill.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gmm-utils.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-agent.el Merge change(s) made in Gnus no-gnus branch 2012-02-01 09:00:42 +00:00
gnus-art.el Merge changes made in Gnus trunk. 2012-01-07 01:13:52 +00:00
gnus-async.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
gnus-bcklg.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-bookmark.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-cache.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-cite.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-cus.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-delay.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-demon.el Merge changes made in Gnus trunk 2012-01-28 02:25:57 +00:00
gnus-diary.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-dired.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-draft.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-dup.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-eform.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-ems.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-fun.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-gravatar.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-group.el gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new address parameter if one already exists (bug#9676). 2012-02-02 11:07:55 +00:00
gnus-html.el Merge changes made in No Gnus 2012-02-08 01:44:25 +00:00
gnus-int.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
gnus-kill.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-logic.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-mh.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-ml.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-mlspl.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-msg.el gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't running. 2012-02-09 23:07:49 +00:00
gnus-picon.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
gnus-range.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-registry.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
gnus-salt.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-score.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-setup.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-sieve.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-spec.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-srvr.el Merge changes made in Gnus trunk. 2012-01-26 23:03:28 +00:00
gnus-start.el Merge changes made in Gnus trunk 2012-01-27 14:32:25 +00:00
gnus-sum.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
gnus-sync.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-topic.el Merge changes made in Gnus trunk. 2012-01-04 10:49:38 +00:00
gnus-undo.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-util.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-uu.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-vm.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-win.el Merge changes made in Gnus trunk. 2012-01-07 01:13:52 +00:00
gnus.el lisp/gnus/gnus.el: Avoid byte-compiler warning. 2012-02-10 00:30:27 +01:00
gravatar.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
gssapi.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
html2text.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ietf-drums.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
legacy-gnus-agent.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mail-parse.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mail-prsvr.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mail-source.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mailcap.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
message.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
messcompat.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-bodies.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-decode.el mm-decode.el (mm-interactively-view-part): Fix prompt. 2012-01-22 00:54:58 +00:00
mm-encode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-extern.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-partial.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-url.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-util.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-uu.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mm-view.el mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' instead of setting it locally, since the latter doesn't seem to have any effect (most of the time). 2012-01-29 00:28:05 +00:00
mml-sec.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mml-smime.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mml.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mml1991.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mml2015.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnagent.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnbabyl.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nndiary.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nndir.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nndoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nndraft.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nneething.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnfolder.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nngateway.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnheader.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnimap.el nnimap.el (nnimap-wait-for-response): Minor fixup of message string. 2012-02-09 06:05:43 +00:00
nnir.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
nnmail.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnmaildir.el Merge changes made in Gnus trunk. 2011-07-31 22:15:44 +00:00
nnmairix.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnmbox.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnmh.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnml.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnnil.el Merge changes made in Gnus trunk. 2010-09-18 23:36:29 +00:00
nnoo.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnregistry.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnrss.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnspool.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nntp.el gnus-group.el: Make error reporting when doing `M-g' work again 2012-02-01 23:16:56 +00:00
nnvirtual.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nnweb.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
plstore.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pop3.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
qp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
registry.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rfc1843.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rfc2045.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rfc2047.el Merge changes made in Gnus trunk 2012-01-30 23:30:22 +00:00
rfc2104.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rfc2231.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rtree.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
score-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
shr-color.el Merge changes made in No Gnus 2012-02-07 00:42:21 +00:00
shr.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
sieve-manage.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
sieve-mode.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
sieve.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
smiley.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
smime.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
spam-report.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
spam-stat.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
spam-wash.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
spam.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
starttls.el starttls.el (starttls-available-p): Return nil on Windows/MS-DOS systems, since these allegedly don't work there. 2012-01-05 11:14:10 +00:00
utf7.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
yenc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00