summaryrefslogtreecommitdiff
path: root/lisp/net/dictionary.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
* Bind "DEL" in dictionary-modeDavide Masserut2022-11-061-1/+2
* * lisp/net/dictionary.el (dictionary-search): Use format-prompt.Juri Linkov2022-11-051-3/+1
* Signal an error in dictionary lookup if there's no word at pointDaniel Martín2022-10-161-1/+4
* Fix the `dictionary' parent defgroupLars Ingebrigtsen2022-09-301-1/+1
* Avoid using aliases for color functionsStefan Kangas2022-08-091-1/+1
* Make dictionary-help obsolete in favor of describe-modeStefan Kangas2022-07-211-4/+5
* Merge from origin/emacs-28Stefan Kangas2022-07-171-2/+2
|\
| * ; Fix typosStefan Kangas2022-07-161-2/+2
* | Don't use purecopy in dictionary.elStefan Kangas2022-07-101-11/+11
* | Prefer defvar-keymap in net/*.elStefan Kangas2022-07-091-20/+16
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
|/
* * lisp/net/dictionary.el (dictionary-context-menu): Use package prefix.Juri Linkov2022-01-151-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* * lisp/net/dictionary.el (context-menu-dictionary): Move menu item down.Juri Linkov2021-10-021-3/+5
* * lisp/net/dictionary.el (context-menu-dictionary): Add autoload cookie.Juri Linkov2021-09-291-3/+5
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-6/+6
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-1/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-7/+5
* * lisp/thingatpt.el (thing-at-mouse): New function (bug#50256).Juri Linkov2021-09-121-1/+21
* ; Fix typosStefan Kangas2021-09-031-1/+1
* Make "not found" message in dictionary less misleadingLars Ingebrigtsen2021-03-181-8/+8
* ; Fix typos in doc stringsMattias Engdegård2021-03-121-1/+1
* * lisp/net/*.el: Use lexical-bindingStefan Monnier2021-03-081-34/+33
* Remove redundant requires of easymenuStefan Kangas2021-02-261-1/+0
* Fix typosMattias Engdegård2021-02-181-10/+10
* * lisp/net/dictionary.el: Dictionary improvements (bug#45262)Juri Linkov2021-02-091-6/+31
* Fix copyright and license statement in dictionary*.elStefan Kangas2021-02-071-7/+9
* Various doc fixes in dictionary.elStefan Kangas2021-02-071-66/+58
* Fix Quit button in dictionary bufferMauro Aranda2021-01-021-1/+1
* Fix some over-wide docstringsStefan Kangas2020-12-301-1/+1
* * lisp/net/dictionary.el (dictionary-pre-buffer): Unify casingTorsten Hilbrich2020-12-141-3/+3
* A number of docstring fixesTorsten Hilbrich2020-12-141-71/+92
* * lisp/net/dictionary.el (dictionary-display-more-info): Spelling fixTorsten Hilbrich2020-12-141-1/+1
* * lisp/net/dictionary.el (dictionary-tooltip-mode): Use setq-localTorsten Hilbrich2020-12-141-4/+2
* * lisp/net/dictionary.el (dictionary-mode): Use setq-localTorsten Hilbrich2020-12-141-8/+4
* * lisp/net/dictionary.el: Prefer defsubst over defmacroTorsten Hilbrich2020-12-141-6/+6
* Update GPL versionTorsten Hilbrich2020-12-141-1/+1
* Show error message when asking to match for nothingTorsten Hilbrich2020-12-141-1/+1
* Removed useless check for popup-menuTorsten Hilbrich2020-12-141-2/+0
* * lisp/net/dictionary.el: Add lexical-binding:tTorsten Hilbrich2020-12-141-21/+18
* * lisp/net/dictionary.el: Remove remnants of packageTorsten Hilbrich2020-11-191-2/+0
* Add history of search words to read-stringMatthias Meulien2020-11-191-3/+8
* Remove text property from empty lineMatthias Meulien2020-11-191-3/+3
* Move placement of dictionary-tooltip-mouse-eventTorsten Hilbrich2020-11-191-3/+3
* Support nil value for dictionary-serverTorsten Hilbrich2020-11-191-51/+77
* Fix dictionary tooltip modeTorsten Hilbrich2020-10-101-26/+77
* Adding details page for dictionaryTorsten Hilbrich2020-10-091-5/+20