summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-util.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-3/+2
* Revert "Decrease use of the word "Emacsen" in docs"Stefan Kangas2022-10-011-1/+1
* Decrease use of the word "Emacsen" in docsStefan Kangas2022-10-011-1/+1
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-2/+2
* Make gnus-iswitchb-completing-read obsoleteStefan Kangas2022-08-141-5/+3
* Replace utility functions with seq-uniqStefan Kangas2022-08-091-9/+2
* Remove XEmacs specific symbol from gnus-user-agentStefan Kangas2022-08-081-2/+1
* Make gnus-url-unhex into alias for url-unhexStefan Kangas2022-08-021-10/+7
* Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert2022-08-011-1/+1
* Simplify a few timestampsPaul Eggert2022-08-011-1/+1
* restore and obsolete `gnus-string-equal' and `bibtex-string='Sam Steingold2022-07-261-0/+10
* string-equal-ignore-case: new functionSam Steingold2022-07-261-9/+0
* * lisp/gnus/gnus-util.el (gnus-byte-compile): Use `lexical-binding`Stefan Monnier2022-05-021-6/+7
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Move rmail-related functions from gnus-util.el to gnus-rmail.elLars Ingebrigtsen2021-12-191-128/+5
* | Make gnus-define-keys obsoleteLars Ingebrigtsen2021-10-071-1/+2
* | Make unused macro gnus-local-set-keys obsoleteLars Ingebrigtsen2021-10-061-1/+1
* | Make unused gnus-define-keys-safe macro obsoleteLars Ingebrigtsen2021-10-061-1/+1
* | Make `gnus-define-keymap' obsolete and adjust callerLars Ingebrigtsen2021-10-061-1/+1
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-3/+1
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-4/+4
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-2/+2
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Remove the base64 Face header repadding in GnusAlex Bochannek2021-05-261-55/+0
* Address some --without-x byte-compilation warningsBasil L. Contovounesios2021-03-261-4/+4
* * lisp/gnus/gnus-topic.el: Fix a backward incompatibilityStefan Monnier2021-02-081-0/+5
* * lisp/gnus: Use closures now that we activated `lexical-binding`Stefan Monnier2021-01-301-6/+9
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-301-7/+10
* * lisp/gnus: Misc simplifications found during conversion to lexicalStefan Monnier2021-01-301-11/+6
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-301-10/+10
* * lisp/gnus: Use `declare`.Stefan Monnier2021-01-301-76/+13
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix some over-wide docstringsStefan Kangas2020-12-301-2/+2
* Make gnus-output-to-rmail appending work betterLars Ingebrigtsen2020-10-271-0/+6
* Make Gnus more liberal when interpreting Face headers againLars Ingebrigtsen2020-10-151-2/+6
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Make gnus-base64-repad a bit stricter againAlex Bochannek2020-10-011-1/+5
* | Fix whitespace regexp in gnus-base64-repadLars Ingebrigtsen2020-09-301-1/+1
* | Fix space parsing in gnus-base64-repadLars Ingebrigtsen2020-09-291-1/+1
* | Repad the Face header in GnusAlex Bochannek2020-09-281-0/+47
* | Write Gnus active files with quotes around group namesEric Abrahamsen2020-09-231-1/+1
* | Slight gnus-util clean-upLars Ingebrigtsen2020-08-111-3/+1
* | Mark unused Gnus util function as obsoleteLars Ingebrigtsen2020-08-041-0/+1
* | Use directory-files-no-dot-files-regexp wherever possibleMattias Engdegård2020-04-161-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-151-1/+1
|\|
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-141-1/+1