]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoFix --last-keyword
Ingo Lohmar [Fri, 13 Nov 2015 12:40:51 +0000 (13:40 +0100)]
Fix --last-keyword

- work for (< 1 (point-min)), fixes #7
- always return nil (instead of keyword "") if there is not a single
  keyword before point

8 years agoBump version
Ingo Lohmar [Sun, 28 Jun 2015 14:02:16 +0000 (16:02 +0200)]
Bump version

8 years agoCleanup similar to ELPA version
Ingo Lohmar [Sun, 28 Jun 2015 13:43:04 +0000 (15:43 +0200)]
Cleanup similar to ELPA version

- use lexical binding, fix related bug in :initialize arg
- remove redundant :group args
- function quoting
- extend copyright year

Extends and fixes git.sv.gnu.org:/srv/git/emacs/elpa.git commit
'ecfeed14c1847fbd9f15dfd66b39c7b8260f005a'.

8 years agoUpdate version
Ingo Lohmar [Wed, 24 Jun 2015 18:11:41 +0000 (20:11 +0200)]
Update version

8 years agoOffer light and heavy context scoring
Ingo Lohmar [Fri, 8 May 2015 19:48:14 +0000 (21:48 +0200)]
Offer light and heavy context scoring

- add context capturing per run
- unify file name context for clarity, now use keyword as well

9 years agoMerge pull request #6 from stardiviner/patch-2
Ingo Lohmar [Fri, 8 May 2015 19:45:18 +0000 (21:45 +0200)]
Merge pull request #6 from stardiviner/patch-2

* stardiviner-patch-2:
  fix typo

9 years agofix typo
stardiviner [Fri, 8 May 2015 17:05:58 +0000 (01:05 +0800)]
fix typo

9 years agoFix again for ELPA inclusion
Ingo Lohmar [Fri, 6 Feb 2015 23:55:28 +0000 (00:55 +0100)]
Fix again for ELPA inclusion

9 years agoCorrect license wording
Ingo Lohmar [Fri, 6 Feb 2015 23:12:47 +0000 (00:12 +0100)]
Correct license wording

9 years agoOnly save when variables have been initialized
Ingo Lohmar [Fri, 6 Feb 2015 18:25:00 +0000 (19:25 +0100)]
Only save when variables have been initialized

This should fix issues #3 and #4.  When the library was loaded and emacs was
quit without company-statistics ever being enabled, we still saved the
uninitialized variables and loaded into an uninitialized state next time.

9 years agoFix elpa URL in docs
Ingo Lohmar [Sat, 8 Nov 2014 22:34:03 +0000 (23:34 +0100)]
Fix elpa URL in docs

9 years agoUpdate metadata and documentation for ELPA
Ingo Lohmar [Sat, 8 Nov 2014 22:20:12 +0000 (23:20 +0100)]
Update metadata and documentation for ELPA

9 years agoFix default score calc function for missing global score
Ingo Lohmar [Wed, 2 Jul 2014 20:11:40 +0000 (22:11 +0200)]
Fix default score calc function for missing global score

10 years agoKeep properties for score change/calc
Ingo Lohmar [Tue, 8 Apr 2014 10:00:03 +0000 (12:00 +0200)]
Keep properties for score change/calc

- no need to remove them
- might be useful information

10 years agoPass de-propertized candidates to sorting
Ingo Lohmar [Mon, 7 Apr 2014 20:11:38 +0000 (22:11 +0200)]
Pass de-propertized candidates to sorting

This is the analogous counterpart to the call of the score change function

10 years agoFix enabling mode without saved cache file
Ingo Lohmar [Mon, 7 Apr 2014 18:07:32 +0000 (20:07 +0200)]
Fix enabling mode without saved cache file

10 years agoFirst round of typos
Ingo Lohmar [Fri, 4 Apr 2014 21:30:24 +0000 (23:30 +0200)]
First round of typos

10 years agoTests and stubs
Ingo Lohmar [Fri, 4 Apr 2014 10:32:25 +0000 (12:32 +0200)]
Tests and stubs

10 years agoFlexible context handling, refactoring
Ingo Lohmar [Wed, 2 Apr 2014 15:30:20 +0000 (17:30 +0200)]
Flexible context handling, refactoring

Default: major-mode, buffer-file-name

10 years agoSort candidates by previous completion choices
Ingo Lohmar [Sat, 29 Mar 2014 17:16:57 +0000 (18:16 +0100)]
Sort candidates by previous completion choices

10 years agoBasic files
Ingo Lohmar [Fri, 4 Apr 2014 20:32:01 +0000 (22:32 +0200)]
Basic files

10 years agoInitial commit
Ingo Lohmar [Fri, 4 Apr 2014 20:26:49 +0000 (22:26 +0200)]
Initial commit