1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00
emacs/lisp/net
Sam Steingold 70341cab3e string-equal-ignore-case: new function
* lisp/cedet/semantic/complete.el (semantic-collector-calculate-completions):
  Use `string-prefix-p' instead of explicit `compare-strings'.
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns):
  Add `string-equal-ignore-case'.
* lisp/emacs-lisp/cl-extra.el (cl-equalp): Use `string-equal-ignore-case'.
* lisp/emacs-lisp/shadow.el (load-path-shadows-find): Likewise.
* lisp/emacs-lisp/shortdoc.el (string): Add `string-equal-ignore-case'.
* lisp/files.el (file-truename): Use `string-equal-ignore-case'.
(file-relative-name): Likewise.
* lisp/gnus/gnus-art.el (article-hide-boring-headers):
  Use `string-equal-ignore-case' instead of `gnus-string-equal'.
* lisp/gnus/gnus-util.el (gnus-string-equal):
  Remove, use `string-equal-ignore-case' instead.
* lisp/international/mule-cmds.el (describe-language-environment):
  Use `string-equal-ignore-case'.
(locale-charset-match-p): Likewise.
* lisp/man.el (Man-softhyphen-to-minus): Use `string-prefix-p'.
* lisp/minibuffer.el (completion--string-equal-p):
  Remove, use `string-equal-ignore-case' instead.
(completion--twq-all): Use `string-equal-ignore-case'.
(completion--do-completion): Likewise.
* lisp/net/browse-url.el (browse-url-default-windows-browser):
  Use `string-prefix-p' instead of explicit `compare-strings'.
* lisp/org/ob-core.el (org-babel-results-keyword):
  Use `string-equal-ignore-case' instead of explicit `compare-strings'.
(org-babel-insert-result): Likewise.
* lisp/org/org-compat.el (string-equal-ignore-case):
  Define unless defined already.
(org-mode-flyspell-verify): Use `string-equal-ignore-case'.
* lisp/org/org-lint.el (org-lint-duplicate-custom-id): Likewise.
* lisp/org/ox.el (org-export-resolve-radio-link): Use
  `string-equal-ignore-case' and `string-clean-whitespace'.
* lisp/progmodes/flymake-proc.el
  (flymake-proc--check-patch-master-file-buffer):
  Use `string-prefix-p' instead of explicit `compare-strings'.
* lisp/progmodes/idlwave.el (idlwave-class-or-superclass-with-tag):
  Use `string-equal-ignore-case' instead of explicit `compare-strings'.
* lisp/subr.el (member-ignore-case): Use `string-equal-ignore-case'.
(string-equal-ignore-case): Compare strings ignoring case.
* lisp/textmodes/bibtex.el (bibtex-string=): Remove.
(bibtex-format-entry, bibtex-font-lock-url, bibtex-autofill-entry)
(bibtex-print-help-message, bibtex-validate, bibtex-validate-globally)
(bibtex-clean-entry, bibtex-completion-at-point-function, (bibtex-url):
  Use `string-equal-ignore-case' instead of `bibtex-string='.
* lisp/textmodes/sgml-mode.el (sgml-get-context):
  Use `string-equal-ignore-case' instead of explicit `compare-strings'.
(sgml-calculate-indent): Likewise
* test/lisp/subr-tests.el (string-comparison-test):
  Add tests for `string-equal-ignore-case'.
2022-07-26 13:49:28 -04:00
..
ange-ftp.el ; Normalize some "Author" headers 2022-07-20 22:38:01 +02:00
browse-url.el string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
dbus.el Use take where clearly safe to do so (bug#56521) 2022-07-18 12:49:29 +02:00
dictionary-connection.el
dictionary.el Make dictionary-help obsolete in favor of describe-mode 2022-07-21 09:23:20 +02:00
dig.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
dns.el
eudc-bob.el
eudc-capf.el ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
eudc-export.el
eudc-hotlist.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
eudc-vars.el ; Fix punctuation in recently changed EUDC documentation 2022-07-19 16:42:43 +03:00
eudc.el ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eudcb-macos-contacts.el ; Fix punctuation in recently changed EUDC documentation 2022-07-19 16:42:43 +03:00
eww.el * lisp/net/eww.el (eww): Improve docstring. 2022-07-09 17:46:59 +02:00
gnutls.el
goto-addr.el
hmac-def.el
hmac-md5.el
imap.el Drop obsolete rsh/rlogin from two user options 2022-07-12 16:56:36 +02:00
ldap.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
mailcap.el Fix mailcap-user-mime-data doc string 2022-07-15 11:50:36 +02:00
mairix.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
net-utils.el Avoid obsolete initial-input argument in net-utils.el 2022-07-08 10:26:35 +02:00
netrc.el
network-stream.el
newst-backend.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newst-plainview.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newst-reader.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newst-ticker.el
newst-treeview.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newsticker.el
nsm.el
ntlm.el
pop3.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
puny.el
quickurl.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
rcirc.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
rfc2104.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
shr-color.el
shr.el Don't bug out in src when there's no srcset 2022-07-23 07:46:52 +02:00
sieve-manage.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
sieve-mode.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
sieve.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
snmp-mode.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
soap-client.el
soap-inspect.el
socks.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
telnet.el Make the rsh command obsolete 2022-07-13 12:48:20 +02:00
tramp-adb.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-archive.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-cache.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-cmds.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
tramp-compat.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-crypt.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-ftp.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
tramp-fuse.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-gvfs.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-integration.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
tramp-rclone.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-sh.el Fix regression in last Tramp change 2022-07-26 14:10:50 +02:00
tramp-smb.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-sshfs.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
tramp-sudoedit.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-uu.el
tramp.el Refactor Tramp 2022-07-24 16:02:10 +02:00
trampver.el Adapt Tramp version integrated in Emacs 28.2 2022-07-13 13:38:11 +02:00
webjump.el New user option 'webjump-use-internal-browser' 2022-07-13 12:36:08 +08:00
zeroconf.el