1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00
emacs/lisp/gnus
Stefan Kangas dd662fc972 Fix some over-wide docstrings
* lisp/cedet/semantic/analyze/refs.el
(semantic-analyze-refs-proto)
(semantic-analyze-refs-impl):
* lisp/cedet/semantic/symref.el
(semantic-symref-hit-to-tag-via-buffer):
* lisp/emacs-lisp/chart.el (chart-axis-draw):
* lisp/emacs-lisp/cl-macs.el (cl-defstruct, cl-loop):
* lisp/emacs-lisp/eieio-core.el (eieio--add-new-slot):
* lisp/eshell/em-unix.el (eshell/info):
* lisp/gnus/deuglify.el (gnus-outlook-rearrange-article):
* lisp/gnus/gnus-agent.el (gnus-agent-read-article-number):
* lisp/gnus/gnus-util.el (gnus-put-overlay-excluding-newlines)
(gnus-put-text-property-excluding-newlines):
* lisp/gnus/message.el (message-sort-headers):
* lisp/gnus/nntp.el (nntp-with-open-group)
(nntp-with-open-group-function):
* lisp/gnus/nnvirtual.el (nnvirtual-create-mapping):
* lisp/mail/feedmail.el (feedmail-fiddle-list-of-fiddle-plexes)
(feedmail-queue-reminder, feedmail-mail-send-hook-splitter):
* lisp/net/dictionary.el (dictionary-do-matching):
* lisp/obsolete/longlines.el (longlines-auto-wrap):
* lisp/org/ob-sql.el (org-babel-sql-dbstring-vertica):
* lisp/org/ol-bbdb.el (org-bbdb-date-list):
* lisp/progmodes/cc-cmds.el (c-mark-function):
* lisp/progmodes/cperl-mode.el (cperl-add-tags-recurse)
(cperl-add-tags-recurse-noxs-fullpath)
(cperl-add-tags-recurse-noxs):
* lisp/progmodes/etags.el (tags-search):
* lisp/progmodes/verilog-mode.el (verilog-delete-auto-buffer)
(verilog-auto-re-search-do, verilog-expand-vector-internal):
* lisp/textmodes/reftex-parse.el (reftex-init-section-numbers):
* lisp/textmodes/reftex-toc.el
(reftex-toc-load-all-files-for-promotion):
* lisp/textmodes/sgml-mode.el (html-mode):
* lisp/textmodes/table.el (table--transcoord-cache-to-table)
(table--transcoord-table-to-cache, table--remove-eol-spaces)
(table--region-in-cell-p, table-goto-bottom-right-corner)
(table-split-cell-horizontally):
* lisp/url/url-handlers.el (url-insert):
* lisp/vc/ediff-util.el (ediff-inferior-compare-regions): Fix doc
strings to not exceed 80-column limits.  (Bug#44858)
2020-12-30 12:44:19 +01:00
..
.dir-locals.el
canlock.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ChangeLog.1 Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ChangeLog.2 ; Fix trivial typos in ChangeLogs 2020-10-03 12:53:51 +02:00
ChangeLog.3 ; Fix trivial typos in ChangeLogs 2020-10-03 12:53:51 +02:00
deuglify.el Fix some over-wide docstrings 2020-12-30 12:44:19 +01:00
gmm-utils.el Use the "modern" toolbars in Gnus again 2020-05-11 04:34:55 +03:00
gnus-agent.el Fix some over-wide docstrings 2020-12-30 12:44:19 +01:00
gnus-art.el Shorten over-wide docstrings in defcustoms 2020-12-19 18:21:06 +01:00
gnus-async.el Add a new variable to control Gnus Agent caching 2020-10-16 07:21:05 +02:00
gnus-bcklg.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-bookmark.el Don't quote lambdas in several places 2020-11-14 17:04:23 +01:00
gnus-cache.el Make Gnus cache work with nnselect 2020-09-09 17:01:44 +08:00
gnus-cite.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-cloud.el Fix formatting of recent Gnus nnselect changes 2020-09-06 16:06:57 +01:00
gnus-cus.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
gnus-dbus.el Switch Gnus D-Bus signal from :session to :system 2020-08-27 14:19:07 -07:00
gnus-delay.el Remove the Date header from message-draft-headers 2020-03-20 11:39:44 -07:00
gnus-demon.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-diary.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-dired.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-draft.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
gnus-dup.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-eform.el Derive gnus-edit-form-mode from lisp-data-mode, fix mode map 2020-06-12 09:17:04 -07:00
gnus-fun.el Use null-device where appropriate 2020-11-25 22:13:33 +01:00
gnus-gravatar.el Make libravatar lookups asynchronous 2020-07-30 05:32:16 +02:00
gnus-group.el Shorten over-wide docstrings in defcustoms 2020-12-19 18:21:06 +01:00
gnus-html.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-icalendar.el Fix previous gnus-icalendar sanitization 2020-10-16 10:46:14 +02:00
gnus-int.el Clean up group-finding in Gnus nnir search 2020-09-11 09:02:09 +08:00
gnus-kill.el Adjust naming convention for dependent Gnus sessions 2020-07-17 01:46:57 +02:00
gnus-logic.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-mh.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-ml.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-mlspl.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-msg.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
gnus-notifications.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-picon.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-range.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-registry.el Fix default value of gnus-registry-register-all: should be t 2020-12-19 15:26:48 -08:00
gnus-rfc1843.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-salt.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
gnus-score.el Shorten over-wide docstrings in defcustoms 2020-12-19 18:21:06 +01:00
gnus-search.el Ensure that Gnus servers are open(able) before searching them 2020-12-22 09:01:25 -08:00
gnus-sieve.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
gnus-spec.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-srvr.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
gnus-start.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
gnus-sum.el Fix problem with entering Gnus groups when Gnus isn't running 2020-12-21 05:55:32 +01:00
gnus-topic.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
gnus-undo.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
gnus-util.el Fix some over-wide docstrings 2020-12-30 12:44:19 +01:00
gnus-uu.el Inhibit buffer hooks in temporary buffers 2020-12-20 17:32:24 +00:00
gnus-vm.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-win.el Fix quoting in gnus-buffer-configuration 2020-12-11 02:23:23 +00:00
gnus.el Shorten over-wide docstrings in defcustoms 2020-12-19 18:21:06 +01:00
gssapi.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
legacy-gnus-agent.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mail-source.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
message.el Fix some over-wide docstrings 2020-12-30 12:44:19 +01:00
mm-archive.el Fix some file-modes races 2020-02-19 13:48:27 -08:00
mm-bodies.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-decode.el Show the status of signed + encrypted S/MIME messages in Gnus 2020-09-07 16:29:59 +02:00
mm-encode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-extern.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-partial.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-url.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-util.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
mm-uu.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
mm-view.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
mml-sec.el Don't error if no GPG signing key configured 2020-10-02 10:47:23 +02:00
mml-smime.el Remove many items obsolete since Emacs 23.1 2020-08-14 13:07:26 +02:00
mml.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
mml1991.el Remove many items obsolete since Emacs 23.1 2020-08-14 13:07:26 +02:00
mml2015.el Use null-device where appropriate 2020-11-25 22:13:33 +01:00
nnagent.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnbabyl.el nnmail-cache-close should not use nofollow 2020-02-26 17:10:48 -08:00
nndiary.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
nndir.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nndoc.el nndoc minor clean-up 2020-08-22 15:42:17 +02:00
nndraft.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
nneething.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
nnfolder.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
nngateway.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnheader.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
nnimap.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
nnmail.el Shorten over-wide docstrings in defcustoms 2020-12-19 18:21:06 +01:00
nnmaildir.el Merge from origin/emacs-27 2020-10-02 09:38:24 -07:00
nnmairix.el Remove redundant 'function's around lambdas 2020-11-17 18:42:38 +01:00
nnmbox.el nnmail-cache-close should not use nofollow 2020-02-26 17:10:48 -08:00
nnmh.el Shorten over-wide docstrings in variables 2020-12-19 18:21:06 +01:00
nnml.el Prefer setq-local in gnus/*.el 2020-12-07 16:45:33 +01:00
nnnil.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
nnoo.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnregistry.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnrss.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
nnselect.el Remove ephemeral group on error or null result 2020-11-10 08:19:43 +08:00
nnspool.el Introduce nnselect backend for gnus 2020-09-05 08:46:43 +08:00
nntp.el Fix some over-wide docstrings 2020-12-30 12:44:19 +01:00
nnvirtual.el Fix some over-wide docstrings 2020-12-30 12:44:19 +01:00
nnweb.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
score-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
smiley.el Fix up smiley emoji application to make it reversible 2020-10-18 09:42:25 +02:00
smime.el Use null-device where appropriate 2020-11-25 22:13:33 +01:00
spam-report.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
spam-stat.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
spam-wash.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
spam.el Avoid modifying nnimap user option in spam.el 2020-12-06 11:45:52 +00:00