1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
emacs/lisp/net
Eli Zaretskii 7949452350 Merge from origin/emacs-30
b68b9f291c ; * lisp/progmodes/csharp-mode.el (treesit-query-compile)...
688201ef18 ; * lisp/window.el (switch-to-prev-buffer-skip-regexp): D...
ba44fc9a44 Restore comment/string check for 'electric-layout-mode'
5a462948e1 Update Arni Magnusson's email address
6b1271b169 Fix python-ts-mode-map docstring
aaaafddc94 Normalize "Commentary" section in eudc.el
d656be9794 Expand email abbrevs in X-Debbugs-Cc header.
e9dcf0c57d Fix 'list-tags' when invoked from a non-file buffer
51ef05f684 count-windows: Fix reference to walk-windows
5eaf0c784b * lisp/info-look.el (mapc): Add use-package manual's index.
705a5a1a9e ; * ChangeLog.4: Fix attribution of one change.
bf26ff0dc8 Update csharp-ts-mode font-lock (bug#73369)
4c866abab9 ; * doc/lispref/variables.texi (Creating Buffer-Local): F...
d42d7d474f ; * lisp/doc-view.el (doc-view-svg-face): Copy-edit docst...
f46f476bb8 ; * admin/MAINTAINERS: Take VC subsystem, add note about ...
d68e6d2689 ; rcirc-update-activity-string: Justify some existing beh...
e6a37869c8 Fix inconsistency in value of rcirc-activity-string
108b3179bd Revert "; Minor clarification in variables.texi"
44156c2140 ; Minor clarification in variables.texi
63058e1153 Tag interactive commands in 'lua-ts-mode'
84bea20eba ; * lisp/info-look.el: Add two more links.
96b87ad536 Mention LSP acronym in eglot defgroup docstring
9c904e8cea Change :group of 'eglot' defgroup to 'tools'
fd1a1b0780 Remove out-of-date documentation from python.el
11e3e0cadd Fix executing commands in Eshell using "env" with no loca...
c0ef8a9a1b Fix a typo in the calendar manual
36ff7138fe ; Fix a thinko in sieve-manage.el
7abecbcd63 ; * nt/INSTALL: Update MinGW notes URL.  (Bug#73528)

# Conflicts:
#	admin/MAINTAINERS
2024-10-05 07:41:22 -04:00
..
ange-ftp.el Checkdoc fixes in net/*.el 2024-07-08 14:10:46 +02:00
browse-url.el Merge from savannah/emacs-30 2024-07-09 09:33:09 +08:00
dbus.el Warn if D-Bus error "InteractiveAuthorizationRequired" occurs 2024-07-09 17:37:50 +02:00
dictionary-connection.el
dictionary.el Fix warning in dictionary.el 2024-10-01 21:31:02 +02:00
dig.el
dns.el Use obarray-make instead of make-vector to create obarrays 2024-02-23 13:02:27 +01:00
eudc-bob.el
eudc-capf.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
eudc.el Normalize "Commentary" section in eudc.el 2024-10-05 00:45:54 +02:00
eudcb-bbdb.el
eudcb-ecomplete.el
eudcb-ldap.el
eudcb-mab.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
eudcb-macos-contacts.el
eudcb-mailabbrev.el
eww.el Improve SHR/EWW support for 'visual-wrap-prefix-mode' 2024-08-18 15:53:26 -07:00
gnutls.el Recognize Android TLS certificates by default 2024-04-10 12:12:33 +08:00
goto-addr.el
hmac-def.el
hmac-md5.el Remove redundant requires 2024-07-04 23:55:16 +02:00
imap.el ; Change imap-shell-host docstring to mention SSH 2024-07-09 14:09:45 +02:00
ldap.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
mailcap.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
mairix.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
net-utils.el Allow giving "ping" flags with C-u M-x ping 2024-06-20 20:42:51 +02:00
network-stream.el
newst-backend.el Standardize possessive apostrophe usage in manuals, docs, and comments 2024-07-25 03:35:18 +02:00
newst-plainview.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newst-reader.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newst-ticker.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newst-treeview.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
newsticker.el ; Delete redundant and/or misleading package headers 2024-06-19 07:26:30 +02:00
nsm.el Only conditionally resolve hosts in nsm-should-check 2024-09-17 17:55:50 -07:00
ntlm.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
pop3.el
puny.el
rcirc.el ; rcirc-update-activity-string: Justify some existing behaviour 2024-10-02 09:19:31 +08:00
rfc2104.el
sasl-cram.el Use clear-string instead of fillarray to clobber secret strings 2024-05-07 12:29:44 +02:00
sasl-digest.el Use clear-string instead of fillarray to clobber secret strings 2024-05-07 12:29:44 +02:00
sasl-ntlm.el
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el Use clear-string instead of fillarray to clobber secret strings 2024-05-07 12:29:44 +02:00
secrets.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
shr-color.el
shr.el Improve computation of indent depth in SHR and 'visual-wrap-prefix-mode' 2024-08-25 10:05:37 -07:00
sieve-manage.el ; Fix a thinko in sieve-manage.el 2024-09-29 15:42:21 +03:00
sieve-mode.el * lisp/net/sieve-mode.el (sieve-tagged-arguments): Face name typo. 2024-10-04 13:38:58 +02:00
sieve.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
snmp-mode.el
soap-client.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
soap-inspect.el
socks.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
telnet.el
tramp-adb.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-androidsu.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-archive.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-cache.el Silence compiler error 2024-09-09 15:22:35 +02:00
tramp-cmds.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-compat.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-container.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-crypt.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-ftp.el
tramp-fuse.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-gvfs.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-integration.el Merge from origin/emacs-30 2024-09-28 07:59:16 -04:00
tramp-message.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-rclone.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-sh.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-smb.el Optimize Tramp's copy-directory 2024-08-24 12:49:32 +02:00
tramp-sshfs.el Add convenience to Tramp 2024-08-26 18:48:53 +02:00
tramp-sudoedit.el Remove Emacs 27 compatibility from Tramp 2024-07-24 15:25:55 +02:00
tramp-uu.el
tramp.el Prefer defvar-local where possible 2024-10-01 21:31:02 +02:00
trampver.el Improve Tramp startup time 2024-07-27 10:25:52 +02:00
webjump.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
zeroconf.el