1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00
emacs/lisp/gnus
Mattias Engdegård 36cd4f5d81 Reimplement gnus-thread-header in Lisp
* lisp/gnus/gnus-sum.el (gnus-thread-header):
Replace lovingly hand-crafted assembler code with plain Lisp.
With lexical binding the difference is unlikely to be detectable.
2021-12-11 21:59:13 +01:00
..
canlock.el
ChangeLog.1
ChangeLog.2 ; Prefer HTTPS in more URLs 2021-12-09 16:26:04 +01:00
ChangeLog.3 ; Prefer HTTPS in more URLs 2021-12-09 16:26:04 +01:00
deuglify.el
gmm-utils.el Mark def* macros for indentation 2021-10-13 21:52:57 +02:00
gnus-agent.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-art.el * lisp/gnus/gnus-art.el (gnus--variable-pitch-p): Don't error out if face nil 2021-12-02 16:15:32 +03:00
gnus-async.el
gnus-bcklg.el
gnus-bookmark.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-cache.el
gnus-cite.el Revert "Obsolete local set difference functions in favor of seq-difference" 2021-09-29 17:28:02 +02:00
gnus-cloud.el
gnus-cus.el
gnus-dbus.el
gnus-delay.el
gnus-demon.el
gnus-diary.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-dired.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
gnus-draft.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-dup.el
gnus-eform.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-fun.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
gnus-gravatar.el
gnus-group.el Use substitute-command-keys for literal key sequences 2021-11-22 12:04:19 +01:00
gnus-html.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-icalendar.el Finish conversion of Gnus from `gnus-define-keys' 2021-10-06 11:57:22 +02:00
gnus-int.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-kill.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-logic.el
gnus-mh.el
gnus-ml.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-mlspl.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-msg.el Further gnus-inews-insert-gcc fixes 2021-12-04 23:47:17 +01:00
gnus-notifications.el
gnus-picon.el
gnus-range.el Add a comment about bug#50877 for gnus-set-difference 2021-09-29 17:28:02 +02:00
gnus-registry.el When registering Gnus message ids, guard against no registry 2021-12-06 13:45:27 -08:00
gnus-rfc1843.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus-salt.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-score.el Prefer nil to (current-time) when either will do 2021-12-05 23:24:08 -08:00
gnus-search.el Prefer nil to (current-time) when either will do 2021-12-05 23:24:08 -08:00
gnus-sieve.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-spec.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus-srvr.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-start.el Fix gnus-start.el compilation warning 2021-10-06 11:58:16 +02:00
gnus-sum.el Reimplement gnus-thread-header in Lisp 2021-12-11 21:59:13 +01:00
gnus-topic.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-undo.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
gnus-util.el Make gnus-define-keys obsolete 2021-10-07 18:49:36 +02:00
gnus-uu.el Revert "Obsolete local set difference functions in favor of seq-difference" 2021-09-29 17:28:02 +02:00
gnus-vm.el
gnus-win.el
gnus.el Make gnus-check-backend-function mode `debug-on-signal' friendly 2021-12-06 04:29:43 +01:00
gssapi.el
legacy-gnus-agent.el
mail-source.el Use gnus-error to report mail-source failures 2021-12-05 09:34:15 -08:00
message.el Simplify message-make-expires 2021-12-05 23:24:09 -08:00
mm-archive.el
mm-bodies.el
mm-decode.el Allow mm-external-terminal-program to be a list of strings 2021-11-15 07:38:21 +01:00
mm-encode.el
mm-extern.el
mm-partial.el
mm-url.el
mm-util.el Remove no-op calls to decode-char with 'ucs' arg 2021-12-05 19:09:48 +01:00
mm-uu.el * lisp/gnus/mm-uu.el (mm-uu-type-alist): Add markdown-diff/-emacs-sources 2021-09-24 09:44:47 +03:00
mm-view.el Make message/rfc822 on buttons work again in Gnus 2021-10-29 18:08:31 +02:00
mml-sec.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
mml-smime.el Don't inhibit redisplay in the mml* functions 2021-09-21 17:41:32 +02:00
mml.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
mml1991.el Don't inhibit redisplay in the mml* functions 2021-09-21 17:41:32 +02:00
mml2015.el Don't inhibit redisplay in the mml* functions 2021-09-21 17:41:32 +02:00
nnagent.el
nnbabyl.el
nndiary.el Don't let nndiary.el alter variables when loading file 2021-09-07 11:51:39 -07:00
nndir.el
nndoc.el
nndraft.el
nneething.el
nnfolder.el
nngateway.el
nnheader.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnimap.el Merge from origin/emacs-28 2021-11-07 18:06:24 +01:00
nnmail.el
nnmaildir.el Handle updates flags when setting flags 2021-09-23 20:54:40 +02:00
nnmairix.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnmbox.el
nnmh.el
nnml.el
nnnil.el
nnoo.el * lisp/gnus/nnoo.el (defvoo, deffoo): Add doc-string property 2021-05-07 22:41:44 -04:00
nnregistry.el
nnrss.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
nnselect.el Don't swallow gnus-search errors when creating nnselect groups 2021-12-04 13:41:23 -08:00
nnspool.el
nntp.el Don't have nntp-report signal an error 2021-11-08 11:29:47 -08:00
nnvirtual.el ; Fix some recent fixes to doc strings 2021-09-26 16:50:11 +03:00
nnweb.el
score-mode.el
smiley.el
smime.el
spam-report.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
spam-stat.el
spam-wash.el
spam.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00