emacs/lisp/net
Paul Eggert a21b8c5d7d Fix minor clock skew issues
* lisp/midnight.el (clean-buffer-list):
* lisp/progmodes/vhdl-mode.el (vhdl-template-replace-header-keywords):
* lisp/net/rcirc.el (rcirc-connect):
Don’t assume that getting the current time twice in rapid
succession will yield the same date and time.
2021-12-05 23:24:10 -08:00
..
ange-ftp.el Merge from origin/emacs-28 2021-10-05 07:50:22 -07:00
browse-url.el browse-url-button-regexp: Recognize gemini: links 2021-12-02 09:11:21 +01:00
dbus.el Prefer nil to (current-time) when either will do 2021-12-05 23:24:08 -08:00
dictionary-connection.el
dictionary.el * lisp/net/dictionary.el (context-menu-dictionary): Move menu item down. 2021-10-02 22:22:41 +03:00
dig.el Allow `C-u M-x dig' to ask for a query type 2021-06-24 18:51:38 +02:00
dns.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudc-bob.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
eudc-export.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudc-hotlist.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
eudc-vars.el
eudc.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
eudcb-bbdb.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudcb-ldap.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
eudcb-mab.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudcb-macos-contacts.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eww.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
gnutls.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
goto-addr.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
hmac-def.el Mark def* macros for indentation 2021-10-13 21:52:57 +02:00
hmac-md5.el
imap.el * lisp/net/imap.el (imap-mailbox-close): Use proper closures 2021-05-18 19:12:11 -04:00
ldap.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
mailcap.el * lisp/net/mailcap.el (mailcap-parse-mailcaps): Fix $MAILCAPS case 2021-11-18 22:02:43 -05:00
mairix.el Prefer "website" to "homepage" 2021-09-16 15:42:44 +02:00
net-utils.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
netrc.el
network-stream.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
newst-backend.el Remove some more items obsolete since Emacs 23 2021-12-03 19:53:46 +01:00
newst-plainview.el ; Fix removal of obsolete newsticker function 2021-12-04 12:26:09 +01:00
newst-reader.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
newst-ticker.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
newst-treeview.el Delete empty "History" sections 2021-03-30 15:50:26 +02:00
newsticker.el
nsm.el Prefer locate-user-emacs-file 2021-11-09 07:51:27 +01:00
ntlm.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
pop3.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
puny.el Make puny-encode-string normalize first 2021-11-19 07:46:06 +01:00
quickurl.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
rcirc.el Fix minor clock skew issues 2021-12-05 23:24:10 -08:00
rfc2104.el
rlogin.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
sasl-cram.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sasl-digest.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sasl-ntlm.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el Simplify message-unique-id etc. 2021-12-05 23:24:09 -08:00
secrets.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
shr-color.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
shr.el Audit `string-match' usage in shr.el 2021-12-06 01:16:23 +01:00
sieve-manage.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sieve-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sieve.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
snmp-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
soap-client.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
soap-inspect.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
socks.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
telnet.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
tramp-adb.el Fix minor problems resulting from Tramp regression tests 2021-11-15 17:50:15 +01:00
tramp-archive.el Add ".crate" to Tramp archive file suffixes. 2021-12-04 20:02:07 +01:00
tramp-cache.el Fix minor problems resulting from Tramp regression tests 2021-11-15 17:50:15 +01:00
tramp-cmds.el * lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer. 2021-09-23 14:28:42 +02:00
tramp-compat.el Remove Emacs 25 compatibility from Tramp 2021-11-12 18:17:32 +01:00
tramp-crypt.el Some minor Tramp updates 2021-11-16 15:04:27 +01:00
tramp-ftp.el Improve performance of 'file-name-case-insensitive-p' for Tramp files 2021-11-11 19:34:17 +01:00
tramp-fuse.el Remove Emacs 25 compatibility from Tramp 2021-11-12 18:17:32 +01:00
tramp-gvfs.el Prefer nil to (current-time) when either will do 2021-12-05 23:24:08 -08:00
tramp-integration.el Remove Emacs 25 compatibility from Tramp 2021-11-12 18:17:32 +01:00
tramp-rclone.el Fix minor problems resulting from Tramp regression tests 2021-11-15 17:50:15 +01:00
tramp-sh.el Prefer nil to (current-time) when either will do 2021-12-05 23:24:08 -08:00
tramp-smb.el Further changes on directory summary line in Tramp 2021-12-04 18:43:45 +01:00
tramp-sshfs.el Backport Tramp fixes, don't merge 2021-11-24 16:54:59 +01:00
tramp-sudoedit.el Prefer nil to (current-time) when either will do 2021-12-05 23:24:08 -08:00
tramp-uu.el
tramp.el Simplify by using format-time-string 2021-12-05 23:24:09 -08:00
trampver.el Merge from origin/emacs-28 2021-12-04 06:30:32 +01:00
webjump.el Prefer "website" to "homepage" 2021-09-16 15:42:44 +02:00
zeroconf.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00