X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=4bb4779e6ec49e7bd8b1f4041bc41f2300822978;hp=e1fa2d73ae027c8e2dfa666b3dcbde5be789ca5a;hb=0478c0e077a697caeaa2f99678f69b57e6975b6e;hpb=3f4de98e7c8c70f9a86a4f899147126f79907bd9 diff --git a/NEWS b/NEWS index e1fa2d73..4bb4779e 100644 --- a/NEWS +++ b/NEWS @@ -93,6 +93,13 @@ Removed, inlined or renamed functions and variables: `notmuch-sexp-eof`, `notmuch-split-content-type`, and `notmuch-tree-button-activate`. +Keymaps are no longer fset, which means they need to be referred to in +define-key directly (without quotes). If your Emacs configuration has a +keybinding like: + (define-key 'notmuch-show-mode-map "7" 'foo) +you should change it to: + (define-key notmuch-show-mode-map "7" 'foo) + Notmuch 0.31.4 (2021-02-18) ===========================