-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
69 lines (47 loc) · 1.7 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
History: helm-migemo.el
Revision 1.22 2015-10-02 15:20:00 syohex
- Fix issue for candidates-in-buffer(#6, #7 Reported by tam17aki)
Revision 1.21 2015-10-02 00:14:00 syohex
- Move repository
- Clean up code
- Update dependencies
Revision 1.20 2013-08-20 20:01:12 myuhe
- Shutup byte-compiler
Revision 1.19 2012-08-18 02:16:22 myuhe
- Port to helm.
Revision 1.18 2009-06-07 17:52:22 rubikitch
- New macro `helm-migemize-command'.
Revision 1.17 2009/06/04 20:32:00 rubikitch
- migemo is soft-required now; this file has no effect unless migemo is installed.
Revision 1.16 2008/10/03 20:43:18 rubikitch
- Use with helm-match-plugin.el
Revision 1.15 2008/10/03 20:01:46 rubikitch
- refactoring
Revision 1.14 2008/08/25 08:29:02 rubikitch
- `helm-migemo': helm-args
Revision 1.13 2008/08/24 20:39:53 rubikitch
- prevent the unit test from being byte-compiled.
Revision 1.12 2008/08/24 18:01:25 rubikitch
Revision 1.11 2008/08/24 08:23:30 rubikitch
- Rename `helm-candidates-buffer' -> `helm-candidate-buffer'
Revision 1.10 2008/08/24 01:54:21 rubikitch
- migemo attribute
Revision 1.9 2008/08/19 21:38:09 rubikitch
- match attribute bug fix
Revision 1.8 2008/08/19 21:30:29 rubikitch
- plug-in
Revision 1.7 2008/08/10 22:45:02 rubikitch
- Bug info
Revision 1.6 2008/08/08 03:40:51 rubikitch
- require migemo
Revision 1.5 2008/08/08 03:38:34 rubikitch
- add search attribute
- unit tests
Revision 1.4 2007/12/26 08:36:01 rubikitch
- changed match priority
Revision 1.3 2007/12/25 19:55:59 rubikitch
- patch is not needed anymore.
Revision 1.2 2007/12/25 13:05:46 rubikitch
- speed up by memoization
Revision 1.1 2007/12/25 12:03:25 rubikitch
- Initial revision