emacs/lisp/net
Basil L. Contovounesios ceca1740ea Simplify Gnus buffer liveness checking and killing
* lisp/gnus/gnus-agent.el (gnus-agent-synchronize-group-flags):
Fix indentation.
* lisp/gnus/gnus-util.el (gnus-buffer-exists-p): Define as obsolete
alias of gnus-buffer-live-p.
(gnus-buffer-live-p): If the given argument is or names a live
buffer, return the corresponding buffer object instead of a boolean.
* lisp/gnus/gnus-win.el (gnus-delete-windows-in-gnusey-frames)
(gnus-remove-some-windows): Simplify.
* lisp/gnus/gnus.el (gnus-prune-buffers): Redefine as alias of
gnus-buffers.
(gnus-kill-buffer, gnus-buffers, gnus-group-find-parameter):
* lisp/gnus/gnus-art.el (gnus-kill-sticky-article-buffers)
(gnus-request-article-this-buffer):
* lisp/gnus/gnus-bcklg.el (gnus-backlog-shutdown):
* lisp/gnus/gnus-cus.el (gnus-group-customize)
(gnus-agent-customize-category):
* lisp/gnus/gnus-draft.el (gnus-draft-edit-message):
* lisp/gnus/gnus-group.el (gnus-group-set-mode-line)
(gnus--abort-on-unsaved-message-buffers, gnus-group-compact-group):
* lisp/gnus/gnus-msg.el (gnus-inews-add-send-actions)
(gnus-summary-supersede-article, gnus-copy-article-buffer):
* lisp/gnus/gnus-score.el (gnus-score-edit-current-scores)
(gnus-score-edit-file):
* lisp/gnus/gnus-spec.el (gnus-update-format-specifications):
* lisp/gnus/gnus-srvr.el (gnus-server-compact-server):
* lisp/gnus/gnus-start.el (gnus-clear-system, gnus-dribble-enter)
(gnus-dribble-save, gnus-dribble-clear, gnus-save-newsrc-file):
* lisp/gnus/gnus-sum.el (gnus-summary-setup-buffer)
(gnus-update-summary-mark-positions, gnus-summary-exit)
(gnus-deaden-summary, gnus-kill-or-deaden-summary)
(gnus-summary-next-group):
* lisp/gnus/gnus-win.el (gnus-configure-frame):
* lisp/gnus/mail-source.el (mail-source-movemail):
* lisp/gnus/message.el (message-with-reply-buffer)
(message-with-reply, message-send-and-exit)
(message-send-mail-with-sendmail, message-pop-to-buffer)
(message-do-send-housekeeping, message-forward-make-body-plain)
(message-forward-make-body-mml):
* lisp/gnus/mm-decode.el (mm-display-external, mm-remove-part):
* lisp/gnus/nnbabyl.el (nnbabyl-server-opened)
(nnbabyl-possibly-change-newsgroup, nnbabyl-read-mbox)
(nnbabyl-check-mbox):
* lisp/gnus/nndiary.el (nndiary-save-nov):
* lisp/gnus/nndoc.el (nndoc-close-group)
(nndoc-possibly-change-buffer):
* lisp/gnus/nnfolder.el (nnfolder-close-group, nnfolder-save-nov):
* lisp/gnus/nnimap.el (nnimap-make-process-buffer, nnimap-keepalive)
(nnimap-find-connection):
* lisp/gnus/nnmail.el (nnmail-cache-open, nnmail-cache-close):
* lisp/gnus/nnmbox.el (nnmbox-close-server, nnmbox-server-opened)
(nnmbox-possibly-change-newsgroup, nnmbox-read-mbox):
* lisp/gnus/nnml.el (nnml-save-incremental-nov, nnml-open-nov)
(nnml-save-nov):
* lisp/gnus/nnoo.el (nnoo-server-opened):
* lisp/gnus/nntp.el (nntp-kill-buffer, nntp-make-process-buffer)
(nntp-open-connection, nntp-async-trigger):
* lisp/net/mairix.el (mairix-gnus-fetch-field): Simplify buffer
liveness checking and killing, replacing buffer-name with
buffer-live-p and gnus-buffer-exists-p with gnus-buffer-live-p or
equivalent where applicable.
2019-05-30 02:56:28 +01:00
..
ange-ftp.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
browse-url.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
dbus.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dig.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
dns.el Avoid using obsolete accept-process-output arg 2019-01-15 14:09:11 -08:00
eudc-bob.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudc-export.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eudc-hotlist.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudc-vars.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eudc.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudcb-bbdb.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudcb-ldap.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eudcb-mab.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eww.el Make eww understand #fragment URLs at point interactively 2019-05-13 15:45:52 -04:00
gnutls.el Check for client certificates when using GnuTLS 2019-01-24 11:36:47 +01:00
goto-addr.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
hmac-def.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hmac-md5.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
imap.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
ldap.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
mailcap.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mairix.el Simplify Gnus buffer liveness checking and killing 2019-05-30 02:56:28 +01:00
net-utils.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
netrc.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
network-stream.el Avoid byte-compiler warning in starttls.el 2019-01-24 17:01:20 +02:00
newst-backend.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
newst-plainview.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
newst-reader.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
newst-ticker.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
newst-treeview.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
newsticker.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
nsm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ntlm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pop3.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
puny.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
quickurl.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
rcirc.el Improve user convenience of the rcirc debug buffer 2019-05-16 06:54:54 -04:00
rfc2104.el rfc2104.el: Remove XEmacs compat code. 2019-05-19 20:30:58 +02:00
rlogin.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
sasl-cram.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
sasl-digest.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sasl-ntlm.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sasl-scram-rfc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sasl.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
secrets.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
shr-color.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
shr.el Make shr-rescale-image respect get-buffer-window again 2019-05-16 13:38:11 +02:00
sieve-manage.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sieve-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sieve.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
snmp-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
soap-client.el Simplify use of encode-time 2019-02-10 23:54:35 -08:00
soap-inspect.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
socks.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
telnet.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tramp-adb.el Fix Bug#35769 2019-05-24 15:36:02 +02:00
tramp-archive.el ; Add comment in tramp-archive.el 2019-05-18 11:11:23 +02:00
tramp-cache.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-cmds.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-compat.el Require less packages in Tramp 2019-05-18 16:04:02 +02:00
tramp-ftp.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-gvfs.el Fix recent Tramp typo that broke the build 2019-05-18 10:51:02 -07:00
tramp-integration.el Fix Bug#35769 2019-05-24 15:36:02 +02:00
tramp-rclone.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-sh.el * lisp/net/tramp-sh.el (tramp-maybe-open-connection): Revert fix for Bug#35769 2019-05-26 21:37:34 +02:00
tramp-smb.el Fix an error in tramp-vc-file-name-handler 2019-05-09 14:24:22 +02:00
tramp-sudoedit.el Handle empty strings in Tramp's expand-file-name implementations 2019-03-06 12:06:09 +01:00
tramp-uu.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tramp.el Another attempt to fix Bug#35769 2019-05-27 09:21:37 +02:00
trampver.el Respect setgid bit of the upper directory in Tramp 2019-01-22 10:38:49 +01:00
webjump.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
zeroconf.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00