contrib/gadict.el
Wed, 04 Oct 2017 21:22:27 +0300 Oleksandr Gavenko Linearize function call chain.
Mon, 17 Jul 2017 23:33:43 +0300 Oleksandr Gavenko I prefer single T ESH symbol instead of two.
Wed, 17 May 2017 20:27:19 +0300 Oleksandr Gavenko Added key binding to copy espeak content to kill-ring.
Fri, 17 Mar 2017 21:10:43 +0200 Oleksandr Gavenko Fix: region-beginning / region-end are functions, not variables.
Fri, 17 Mar 2017 21:07:20 +0200 Oleksandr Gavenko Copy existing pronunciation of selected region or current word to `kill-ring'.
Thu, 26 Jan 2017 23:13:41 +0200 Oleksandr Gavenko Hide headline on disable. Expose headline enable/disable function as interactive.
Thu, 26 Jan 2017 23:08:44 +0200 Oleksandr Gavenko Fix Warning: reference to free variable.
Thu, 26 Jan 2017 23:07:23 +0200 Oleksandr Gavenko Cleanup espeak IPA output.
Thu, 26 Jan 2017 22:46:12 +0200 Oleksandr Gavenko Rename gadict-espeak-ipa => gadict-espeak-headline.
Thu, 26 Jan 2017 22:40:25 +0200 Oleksandr Gavenko If `gadict-espeak-enabled' is `t' pronunciation will be filled with espeak
Fri, 30 Dec 2016 23:54:54 +0200 Oleksandr Gavenko Allow duplication of consequent headwords to word around different
Thu, 29 Dec 2016 22:13:53 +0200 Oleksandr Gavenko Add "det" keyword.
Fri, 23 Dec 2016 21:56:42 +0200 Oleksandr Gavenko Enable gadict-espeak-ipa if "espeak" available in PATH.
Tue, 13 Dec 2016 14:10:28 +0200 Oleksandr Gavenko Fix Warning: Unused lexical variable.
Sun, 11 Dec 2016 13:14:15 +0200 Oleksandr Gavenko http://emacs.stackexchange.com/questions/29225/force-window-update-vs-redisplay/
Sun, 11 Dec 2016 02:12:46 +0200 Oleksandr Gavenko In case of parsing error do not display IPA headline.
Sun, 11 Dec 2016 02:02:27 +0200 Oleksandr Gavenko Initial code for displaying IPA pronunciation from espeak.
Wed, 09 Nov 2016 20:54:48 +0200 Oleksandr Gavenko Insert translation template with using value of `gadict-tr'.
Wed, 09 Nov 2016 03:16:32 +0200 Oleksandr Gavenko Add ``rare`` attribute to headword to filter low frequency headwords out from
Sun, 23 Oct 2016 20:01:22 +0300 Oleksandr Gavenko Add support for hypernyms and hyponyms.
Tue, 27 Sep 2016 10:16:57 +0300 Oleksandr Gavenko Help to find places where COLON is used instead of MODIFIER LETTER TRIANGULAR COLON.
Mon, 26 Sep 2016 14:47:23 +0300 Oleksandr Gavenko Add custom faces for translations, explanations and examples.
Mon, 26 Sep 2016 14:23:54 +0300 Oleksandr Gavenko Fix: broken regex after refactoring.
Wed, 21 Sep 2016 22:09:37 +0300 Oleksandr Gavenko Add syntax to add related words. Add separators between ant/syn/rel in
Sat, 17 Sep 2016 10:14:18 +0300 Oleksandr Gavenko Fix: proper back to headword position.
Sun, 11 Sep 2016 18:20:05 +0300 Oleksandr Gavenko Add commonly used contractions.
Wed, 24 Aug 2016 22:09:55 +0300 Oleksandr Gavenko Add support for country spelling variant.
Tue, 07 Jun 2016 20:12:53 +0300 Oleksandr Gavenko Mode can be installed by...
Wed, 11 May 2016 17:31:05 +0300 Oleksandr Gavenko Highlight adjective degree.
Mon, 18 Apr 2016 13:20:46 +0300 Oleksandr Gavenko Fix: "recenter-top-bottom" => "recenter" to place view point at center of
Sun, 17 Apr 2016 20:32:02 +0300 Oleksandr Gavenko Recenter screen to article on search request.
Fri, 15 Apr 2016 18:26:24 +0300 Oleksandr Gavenko Add support for "abbr" word variance.
Thu, 14 Apr 2016 19:30:18 +0300 Oleksandr Gavenko Fix: very first word inserted in second position, should at first.
Wed, 06 Apr 2016 12:49:32 +0300 Oleksandr Gavenko Recenter also if article is found.
Fri, 01 Apr 2016 22:38:07 +0300 Oleksandr Gavenko Add bracket for pronunciation if headword is provided. Recenter point for best view.
Wed, 30 Mar 2016 20:06:09 +0300 Oleksandr Gavenko Add markers for phrases and special words.
Sun, 27 Mar 2016 22:36:19 +0300 Oleksandr Gavenko Function to maintain articles in headword lexical order.
Sun, 27 Mar 2016 17:37:44 +0300 Oleksandr Gavenko Simplify code.
Sun, 27 Mar 2016 16:35:30 +0300 Oleksandr Gavenko Fix: Warning: reference to free variable `gadict-mode-map'.
Sun, 27 Mar 2016 16:02:46 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variable `er/try-expand-list'.
Sun, 27 Mar 2016 15:53:50 +0300 Oleksandr Gavenko Fix: Warning: Unused lexical variable `indent'.
Wed, 23 Mar 2016 17:25:09 +0200 Oleksandr Gavenko Setup indenting for gdict mode.
Wed, 23 Mar 2016 11:29:19 +0200 Oleksandr Gavenko Fix (package-buffer-info) errors: "Package lacks a \"Version\" or \"Package-Version\" header"
Wed, 23 Mar 2016 11:25:11 +0200 Oleksandr Gavenko Add docs to functions to 100% satisfy checkdoc.
Wed, 23 Mar 2016 10:58:30 +0200 Oleksandr Gavenko Mark gadict-tr as safe variable.
Wed, 23 Mar 2016 10:58:06 +0200 Oleksandr Gavenko Highlight other article headers.
Tue, 22 Mar 2016 00:57:29 +0200 Oleksandr Gavenko Fix warning from M-x checkdoc. Add lexical-binding: t.
Mon, 21 Mar 2016 23:53:15 +0200 Oleksandr Gavenko Add expand-region support.
Mon, 21 Mar 2016 23:52:51 +0200 Oleksandr Gavenko Highlight comment syntax. Fix uncommenting.
Mon, 21 Mar 2016 23:24:13 +0200 Oleksandr Gavenko Article template automatically insert translation tags.
Mon, 21 Mar 2016 22:57:15 +0200 Oleksandr Gavenko gadict-setup-fontlock
Mon, 21 Mar 2016 22:55:43 +0200 Oleksandr Gavenko Use same code for setting local variables.
Mon, 21 Mar 2016 22:52:54 +0200 Oleksandr Gavenko Setup syntax table.
Mon, 21 Mar 2016 22:48:50 +0200 Oleksandr Gavenko Define paragraph/page break at "__" delimiter.
Mon, 21 Mar 2016 14:50:05 +0200 Oleksandr Gavenko Rename to gadict-setup-comment
Mon, 21 Mar 2016 14:49:37 +0200 Oleksandr Gavenko gadict-setup-keymap
Mon, 21 Mar 2016 14:44:38 +0200 Oleksandr Gavenko gadict-setup-comment-style
Mon, 14 Mar 2016 00:46:31 +0200 Oleksandr Gavenko Added regex to highlight most of gadict syntax.
Sun, 13 Mar 2016 23:10:30 +0200 Oleksandr Gavenko Basic adaptation to gadict format.
less more (0) tip