[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/integration-of-dictionary-el ca0de4d 16/17: * etc/NEWS: Add entr
From: |
Torsten Hilbrich |
Subject: |
feature/integration-of-dictionary-el ca0de4d 16/17: * etc/NEWS: Add entry for dictionary.el |
Date: |
Mon, 14 Dec 2020 05:46:40 -0500 (EST) |
branch: feature/integration-of-dictionary-el
commit ca0de4d1e0bd718568dfca8daf5498754145941a
Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
Commit: Torsten Hilbrich <torsten.hilbrich@gmx.net>
* etc/NEWS: Add entry for dictionary.el
---
etc/NEWS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/etc/NEWS b/etc/NEWS
index 63a740c..843e93d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1338,6 +1338,15 @@ These themes are designed for colour-contrast
accessibility. You can
load the new themes using 'M-x customize-themes' or 'load-theme' from
your init file.
+** Dictionary mode
+
+This is a mode for searching a RFC 2229 dictionary
+server. 'dictionary' opens a buffer for starting
+operations. 'dictionary-search' performs a lookup for a word. It also
+supports a 'dictionary-tooltip-mode' which performs a lookup of the
+word under the mouse in 'dictionary-tooltip-dictionary' (which must be
+customized first).
+
* Incompatible Editing Changes in Emacs 28.1
- feature/integration-of-dictionary-el ffa7d66 09/17: * lisp/net/dictionary.el: Prefer defsubst over defmacro, (continued)
- feature/integration-of-dictionary-el ffa7d66 09/17: * lisp/net/dictionary.el: Prefer defsubst over defmacro, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el a557a10 08/17: * lisp/net/dictionary-connection.el: Prefer defsubst, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el f584437 06/17: * lisp/net/dictionary-connection.el: Remove obsolete Version, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el 54a3964 07/17: Update GPL version, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el d5a4da2 01/17: * lisp/net/dictionary.el: Remove remnants of package, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el cc5f280 02/17: * lisp/net/dictionary.el: Add lexical-binding:t, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el 81ebe86 04/17: Show error message when asking to match for nothing, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el 09952ce 03/17: Removed useless check for popup-menu, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el 4deb861 10/17: * lisp/net/dictionary.el (dictionary-mode): Use setq-local, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el 0044a2e 05/17: * lisp/net/dictionary-connection.el: Add lexical-binding:t, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el ca0de4d 16/17: * etc/NEWS: Add entry for dictionary.el,
Torsten Hilbrich <=
- feature/integration-of-dictionary-el 62d14e1 17/17: * lisp/net/dictionary.el (dictionary-pre-buffer): Unify casing, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el 89e9c16 13/17: * lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el d466231 14/17: A number of docstring fixes, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el d30618c 11/17: * lisp/net/dictionary.el (dictionary-tooltip-mode): Use setq-local, Torsten Hilbrich, 2020/12/14
- feature/integration-of-dictionary-el b18217e 15/17: A number of docstring fixes, Torsten Hilbrich, 2020/12/14