emacs/lisp/net
Jim Porter f08684ab39 Inherit 'sieve-mode' faces from 'font-lock'
These Sieve faces were already a close mapping onto the Font Lock
ones, so this should usually look the same to users with the default
theme.  However, this makes it easier to theme these faces (just
define the usual 'font-lock-*-face' colors you want) and also fixes a
few edge cases (bug#62370).

* lisp/net/sieve-mode.el (sieve-control-commands)
(sieve-action-commands, sieve-test-commands, sieve-tagged-arguments):
Inherit from 'font-lock' faces.
2023-09-04 21:37:56 -07:00
..
ange-ftp.el * lisp/net/ange-ftp.el (ange-ftp-file-remote-p): Handle CONNECTED properly. 2023-08-23 11:00:56 +02:00
browse-url.el Delete references to gnuserv 2023-09-02 02:47:46 +02:00
dbus.el Fix D-Bus event loop when executing a keyboard macro 2023-03-29 16:10:29 +02:00
dictionary-connection.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dictionary.el Simplify dictionary-close even more 2023-08-19 13:09:08 +02:00
dig.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dns.el Check correct bit for DNS truncation 2023-07-17 14:15:14 +02:00
eudc-bob.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudc-capf.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudc-export.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudc-hotlist.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudc-vars.el EUDC: Fix eudc-ldap-no-wildcard-attributes docstring 2023-05-17 07:00:42 -04:00
eudc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudcb-bbdb.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudcb-ecomplete.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudcb-ldap.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudcb-mab.el Remove unused values in effect context 2023-04-09 16:45:40 +02:00
eudcb-macos-contacts.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eudcb-mailabbrev.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eww.el ; * lisp/net/eww.el (eww-open-in-new-buffer): Fix change for bug#65346. 2023-08-27 19:39:22 +03:00
gnutls.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
goto-addr.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hmac-def.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hmac-md5.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
imap.el Use ensure-list in many more places 2023-08-27 21:45:30 +02:00
ldap.el Fix ldap-search when WITHDN is non-nil (bug#64089) 2023-06-20 20:43:32 +03:00
mailcap.el Fix outgoing mime type regression (Bug#62815) 2023-05-08 08:28:52 +08:00
mairix.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
net-utils.el * lisp/net/net-utils.el (finger): Fix botched logic. 2023-05-14 17:41:14 +02:00
network-stream.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
newst-backend.el Remove newsticker--lists-intersect-p 2023-09-02 10:34:55 +02:00
newst-plainview.el Remove newsticker--lists-intersect-p 2023-09-02 10:34:55 +02:00
newst-reader.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
newst-ticker.el Run newsticker's ticker only periodically (bug#59856) 2023-01-16 09:20:11 +01:00
newst-treeview.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
newsticker.el ; Prefer HTTPS to HTTP in more links 2023-08-02 23:32:28 +02:00
nsm.el Show SHA-256 digest of a public key in 'nsm-format-certificate' 2023-07-15 10:42:23 +03:00
ntlm.el Fix interactive forms in some Lisp packages 2023-05-06 11:29:58 +03:00
pop3.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
puny.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rcirc.el Merge from origin/emacs-29 2023-07-20 19:50:45 +08:00
rfc2104.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sasl-cram.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sasl-digest.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sasl-ntlm.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sasl-scram-rfc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sasl-scram-sha256.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sasl.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
secrets.el Extend secrets.el by lock/unlock item 2023-05-08 13:33:42 +02:00
shr-color.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
shr.el Revert use of seq-count in shr-count 2023-09-04 21:28:33 +02:00
sieve-manage.el Fix bug in 'sieve-manage--append-to-log' 2023-01-19 15:40:42 +02:00
sieve-mode.el Inherit 'sieve-mode' faces from 'font-lock' 2023-09-04 21:37:56 -07:00
sieve.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
snmp-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
soap-client.el soap-client.el: Bump version to 3.2.3 2023-05-12 05:10:50 -04:00
soap-inspect.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
socks.el Fix interactive forms in some Lisp packages 2023-05-06 11:29:58 +03:00
telnet.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tramp-adb.el Some minor Tramp changes 2023-08-27 10:38:31 +02:00
tramp-archive.el Sync with Tramp 2.6.2-pre 2023-08-05 18:07:58 +02:00
tramp-cache.el Some minor Tramp changes 2023-08-27 10:38:31 +02:00
tramp-cmds.el Tramp cleanup 2023-08-23 11:01:58 +02:00
tramp-compat.el Tramp cleanup 2023-08-23 11:01:58 +02:00
tramp-container.el Fix tramp-completion-multi-hop-methods handling 2023-09-01 13:49:22 +02:00
tramp-crypt.el Sync with Tramp 2.6.2-pre 2023-08-05 18:07:58 +02:00
tramp-ftp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tramp-fuse.el Sync with Tramp 2.6.2-pre 2023-08-05 18:07:58 +02:00
tramp-gvfs.el Sync with Tramp 2.6.2-pre 2023-08-05 18:07:58 +02:00
tramp-integration.el Add more `tramp-suppress-trace' properties in Tramp 2023-08-01 20:24:44 +02:00
tramp-message.el Some minor Tramp changes 2023-08-27 10:38:31 +02:00
tramp-rclone.el Sync with Tramp 2.6.2-pre 2023-08-05 18:07:58 +02:00
tramp-sh.el Merge from origin/emacs-29 2023-09-02 04:28:17 -04:00
tramp-smb.el Merge from origin/emacs-29 2023-08-13 17:00:53 +02:00
tramp-sshfs.el Merge from origin/emacs-29 2023-08-13 17:00:53 +02:00
tramp-sudoedit.el Sync with Tramp 2.6.2-pre 2023-08-05 18:07:58 +02:00
tramp-uu.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tramp.el Adapt tramp-get-completion-methods 2023-09-02 13:15:17 +02:00
trampver.el Sync with Tramp 2.6.2-pre 2023-08-05 18:07:58 +02:00
webjump.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
zeroconf.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00