diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2021-08-19 10:41:47 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2021-08-19 10:41:47 +0300 |
| commit | 2736cb3000721a04e4a0e9a80e8761ea79a482b0 (patch) | |
| tree | 221a274a53ab8d3511a6aff1d83f1565a1fca219 | |
| parent | 6383a7a3efcab13a59b2016a1f8e37a61d72eac7 (diff) | |
news/release-0.32.mdwn retry...
| -rw-r--r-- | news/release-0.32.mdwn | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/news/release-0.32.mdwn b/news/release-0.32.mdwn index 678f291..357984e 100644 --- a/news/release-0.32.mdwn +++ b/news/release-0.32.mdwn @@ -65,16 +65,20 @@ Lexical binding is now used in all notmuch-emacs libraries. Fix bug in calling `notmuch-mua-mail` with a non-nil RETURN-ACTION. Removed, inlined or renamed functions and variables: -- `notmuch-address-locate-command`, -- `notmuch-documentation-first-line`, `notmuch-folder`, -- `notmuch-hello-trim', `notmuch-hello-versions` => `notmuch-version`, -- `notmuch-remove-if-not`, `notmuch-search-disjunctive-regexp`, -- `notmuch-sexp-eof`, `notmuch-split-content-type`, and -- `notmuch-tree-button-activate`. + + notmuch-address-locate-command, + notmuch-documentation-first-line, notmuch-folder, + notmuch-hello-trim, notmuch-hello-versions => notmuch-version, + notmuch-remove-if-not, notmuch-search-disjunctive-regexp, + 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)` + + (define-key 'notmuch-show-mode-map "7" 'foo) + you should change it to: -- `(define-key notmuch-show-mode-map "7" 'foo)` + + (define-key notmuch-show-mode-map "7" 'foo) |
