1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
emacs/lisp/gnus
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
..
canlock.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.1 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.2 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.3 ; Fix typos 2022-07-14 12:32:48 +02:00
deuglify.el * lisp/gnus/deuglify.el (gnus-article-outlook-rearrange-citation): Add autoload cookie. 2022-04-30 18:04:53 +02:00
gmm-utils.el Remove the "retro" Gnus/Message tool bars 2022-04-30 18:18:32 +02:00
gnus-agent.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
gnus-art.el string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
gnus-async.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-bcklg.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-bookmark.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gnus-cache.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-cite.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-cloud.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
gnus-cus.el Fix missing :value with defcustom const :type 2022-07-06 15:30:32 +02:00
gnus-dbus.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-delay.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-demon.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-diary.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-dired.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gnus-draft.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
gnus-dup.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-eform.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00
gnus-fun.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-gravatar.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-group.el Delete obsolete variable gnus-secondary-servers 2022-07-16 10:57:26 +02:00
gnus-html.el Fix gnus-html-image-cache-ttl FIXME 2022-04-26 13:54:38 -07:00
gnus-icalendar.el Make gnus-icalendar-with-decoded-handle more DWIM 2022-01-29 15:44:44 +01:00
gnus-int.el Delete obsolete variable gnus-secondary-servers 2022-07-16 10:57:26 +02:00
gnus-kill.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
gnus-logic.el gnus-advanced-body: Fix return value 2022-07-06 20:34:33 -07:00
gnus-mh.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-ml.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gnus-mlspl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-msg.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
gnus-notifications.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-picon.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-range.el (gnus-inverse-list-range-intersection): Update alias 2022-07-04 18:44:03 -04:00
gnus-registry.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
gnus-rfc1843.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-rmail.el ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
gnus-salt.el Fix some declare-after-interactive functions 2022-06-17 18:19:02 +02:00
gnus-score.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gnus-search.el Use notmuch thread:{} operator instead of performing two searches 2022-07-14 11:47:02 -07:00
gnus-sieve.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-spec.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-srvr.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gnus-start.el Further audits of single quotes in Lisp doc strings 2022-05-24 13:17:53 +02:00
gnus-sum.el Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
gnus-topic.el Transcription error 2022-05-04 18:03:10 -07:00
gnus-undo.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gnus-util.el string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
gnus-uu.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-vm.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus-win.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnus.el Delete obsolete variable gnus-secondary-servers 2022-07-16 10:57:26 +02:00
gssapi.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
legacy-gnus-agent.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mail-source.el Fix imap fetching multiple mailboxes (bug#54158) 2022-03-21 07:56:34 +08:00
message.el Use take where clearly safe to do so (bug#56521) 2022-07-18 12:49:29 +02:00
mm-archive.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mm-bodies.el Further mm-base64-line-p bug fixes 2022-05-03 11:32:03 +02:00
mm-decode.el Make gnus display webp images inline 2022-07-14 19:41:58 +02:00
mm-encode.el * lisp/gnus/mm-encode.el (mm-default-file-encoding): Fix "when" arg 2022-04-11 14:24:23 -04:00
mm-extern.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mm-partial.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mm-url.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
mm-util.el Remove some ancient Emacs compat code 2022-05-25 09:42:52 +02:00
mm-uu.el ; Fix some doc typos and minor language issues 2022-05-26 10:29:10 +02:00
mm-view.el Make image-map commands work with inline image attachments in mm 2022-07-14 19:40:06 +02:00
mml-sec.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mml-smime.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mml.el Be more resilient against invalid headers in mml-generate-mime 2022-04-19 13:42:25 +02:00
mml1991.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mml2015.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nnagent.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nnbabyl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nndiary.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
nndir.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nndoc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nndraft.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nneething.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nnfolder.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nngateway.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nnheader.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
nnimap.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
nnmail.el Delete some compat code for very old Emacs versions 2022-05-15 01:10:11 +02:00
nnmaildir.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
nnmairix.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
nnmbox.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
nnmh.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nnml.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
nnnil.el * lisp/gnus/nnnil.el (nnnil-close-server): Add new defs arg 2022-01-09 17:16:47 -05:00
nnoo.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nnregistry.el Fix nnregistry byte compilation warning 2022-01-31 22:36:25 +01:00
nnrss.el Remove some ancient Emacs compat code 2022-05-18 00:27:52 +02:00
nnselect.el Further audits of single quotes in Lisp doc strings 2022-05-24 13:17:53 +02:00
nnspool.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nntp.el Merge from origin/emacs-28 2022-07-17 06:30:41 +02:00
nnvirtual.el Don't force Gnus cache usage in nnvirtual 2022-05-06 09:43:59 -07:00
nnweb.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
score-mode.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
smiley.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
smime.el Provide a useful default to smime-CA-file 2022-04-13 02:29:27 +02:00
spam-report.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
spam-stat.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
spam-wash.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
spam.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00