emacs/lisp/net
Basil L. Contovounesios 4610241a9b Fix coding system in eww-display-pdf
* lisp/net/eww.el (eww-display-pdf): Make *eww pdf* buffer unibyte
before populating it to avoid conversions.  The binding for
coding-system-for-write is then no longer necessary, and can be
delegated to the viewer invoked by mailcap-view-mime.  Suggested by
Stefan Monnier <monnier@iro.umontreal.ca>.  (Bug#44338)
2020-11-05 21:06:39 +00:00
..
ange-ftp.el Some Tramp fixes for directory-files-* and delete-* 2020-11-03 18:47:32 +01:00
browse-url.el Fix `browse-url-of-dired' 2020-10-17 11:24:03 +02:00
dbus.el Handle several children of PATH in dbus-managed-objects-handler 2020-10-29 16:56:40 +01:00
dig.el Use lexical-binding in dig.el and add tests 2020-04-26 01:11:05 +02:00
dns.el Remove Emacs 22 compat code from dns.el 2020-08-13 01:39:53 +02:00
eudc-bob.el * lisp/net/eudc-bob.el (eudc-bob-pipe-object-to-external-program): Simplify 2020-08-15 22:44:16 -04:00
eudc-export.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eudc-hotlist.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eudc-vars.el * lisp/net/eudc-vars.el: Use lexical-binding. 2020-10-28 06:04:21 +01:00
eudc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eudcb-bbdb.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eudcb-ldap.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eudcb-mab.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eudcb-macos-contacts.el EUDC: Fix a minor formatting issue 2020-09-05 21:57:23 -04:00
eww.el Fix coding system in eww-display-pdf 2020-11-05 21:06:39 +00:00
gnutls.el Make setting verify-hostname-error not make connections fail 2020-10-02 04:49:39 +02:00
goto-addr.el Add global-goto-address-mode 2020-08-20 15:17:19 +02:00
hmac-def.el * lisp/net/hmac-def.el: Use lexical-binding. 2020-10-28 09:50:39 +01:00
hmac-md5.el Use lexical-binding in hmac-md5.el and add tests 2020-04-28 18:14:28 +02:00
imap.el * lisp/net/imap.el: Use proper outline headings 2020-08-13 11:34:49 +02:00
ldap.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
mailcap.el Improve eww support for externally viewed PDFs 2020-11-05 17:34:23 +00:00
mairix.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
net-utils.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
netrc.el Use lexical-binding in netrc.el and add tests 2020-10-28 03:24:18 +01:00
network-stream.el Allow open-network-stream to use different TLS capability commands 2020-07-19 02:56:40 +02:00
newst-backend.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
newst-plainview.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
newst-reader.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
newst-ticker.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
newst-treeview.el Remove many items obsolete since Emacs 23.1 2020-08-14 13:07:26 +02:00
newsticker.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
nsm.el Merge from origin/emacs-27 2020-10-02 09:38:24 -07:00
ntlm.el Don't rely on bignums in ntlm.el 2020-10-27 12:25:57 +01:00
pop3.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
puny.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
quickurl.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rcirc.el Replace irc.freenode.net with chat.freenode.net 2020-10-31 14:09:29 -04:00
rfc2104.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rlogin.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sasl-cram.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sasl-digest.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sasl-ntlm.el Add "Old-" prefix to "Version" header in more cases 2020-10-18 20:35:26 +02:00
sasl-scram-rfc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sasl-scram-sha256.el Add SASL SCRAM-SHA-256 support. 2020-01-16 08:54:04 +01:00
sasl.el Add SASL SCRAM-SHA-256 support. 2020-01-16 08:54:04 +01:00
secrets.el Fix misuses of make-local-variable on hooks 2020-11-04 00:24:45 -05:00
shr-color.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
shr.el Add way to prevent asking "increase specpdl size?" 2020-10-15 22:32:41 -04:00
sieve-manage.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sieve-mode.el * lisp/net/sieve-mode.el: Use lexical-binding. 2020-10-27 12:11:45 +01:00
sieve.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
snmp-mode.el Remove some Emacs 19 compat code and references 2020-10-25 18:27:19 +01:00
soap-client.el Fix loading WSDL data again 2020-10-01 19:42:45 +02:00
soap-inspect.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
socks.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
telnet.el Declare some ancient compat aliases obsolete (Bug#41328) 2020-07-31 06:02:30 +02:00
tramp-adb.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-archive.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
tramp-cache.el Sync with Tramp 2.4.5-pre 2020-08-25 15:18:57 +02:00
tramp-cmds.el Minor improvements in Tramp error reporting 2020-09-05 19:29:12 +02:00
tramp-compat.el Some Tramp fixes for directory-files-* and delete-* 2020-11-03 18:47:32 +01:00
tramp-crypt.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-ftp.el More Tramp code cleanup 2020-07-12 15:02:56 +02:00
tramp-gvfs.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-integration.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-rclone.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-sh.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-smb.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-sudoedit.el Trash remote files to local trash (Bug#44216) 2020-11-01 12:42:29 +01:00
tramp-uu.el Sync with Tramp 2.5.0-pre 2020-01-19 14:11:07 +01:00
tramp.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
trampver.el Sync with Tramp 2.4.5-pre 2020-08-25 15:18:57 +02:00
webjump.el Use lexical-binding in webjump.el and add tests 2020-05-18 17:58:01 +02:00
zeroconf.el Replace add-to-list to lexical variable with push (bug#39373) 2020-02-01 22:27:23 +01:00