emacs-gpu/lisp/textmodes
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
..
artist.el
bib-mode.el
bibtex-style.el
bibtex.el string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
conf-mode.el
css-mode.el
dns-mode.el
emacs-news-mode.el New command emacs-news-toggle-tag 2022-07-09 11:47:52 +02:00
enriched.el
etc-authors-mode.el
fill.el Prefer defcustom :safe to putting 'safe-local-variable' 2022-07-06 20:50:42 +02:00
flyspell.el
glyphless-mode.el
ispell.el
less-css-mode.el
makeinfo.el
mhtml-mode.el
nroff-mode.el
page-ext.el Use command substitutions instead of literal keys in some places 2022-07-03 23:31:31 +02:00
page.el
paragraphs.el Prefer defcustom :safe to putting 'safe-local-variable' 2022-07-06 20:50:42 +02:00
picture.el
pixel-fill.el
po.el
refbib.el
refer.el
refill.el
reftex-auc.el
reftex-cite.el
reftex-dcr.el
reftex-global.el
reftex-index.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
reftex-parse.el
reftex-ref.el
reftex-sel.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
reftex-toc.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
reftex-vars.el
reftex.el
remember.el Remove superfluous installation instructions 2022-07-21 08:45:17 +02:00
rst.el Make some rst.el compat aliases obsolete 2022-07-12 13:29:32 +02:00
sgml-mode.el string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
string-edit.el
table.el
tex-mode.el (compilation-parse-errors-function): Remove obsolete var 2022-07-21 18:59:57 -04:00
texinfmt.el
texinfo.el ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
texnfo-upd.el
text-mode.el
tildify.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
two-column.el
underline.el
word-wrap-mode.el