Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/auto-complete-1.3/doc/changes.txt
990 views
1
Title: Auto Complete Mode - Changes
2
CSS: style.css
3
4
Auto Complete Mode Changes
5
==========================
6
7
[Index](index.txt)
8
9
\[[Japanese](changes.ja.txt)]
10
11
See also [documentation](manual.txt).
12
13
v1.3 Changes {#Changes_v1.3}
14
------------
15
16
Major changes in v1.3.
17
18
### New Options ### {#New_Options_v1.3}
19
20
* [`ac-disable-faces`](manual.txt#ac-disable-faces)
21
* [`ac-show-menu-immediately-on-auto-complete`](manual.txt#ac-show-menu-immediately-on-auto-complete)
22
* [`ac-expand-on-auto-complete`](manual.txt#ac-expand-on-auto-complete)
23
* [`ac-use-menu-map`](manual.txt#ac-use-menu-map)
24
25
### New Sources ### {#New_Sources_v1.3}
26
27
* [`ac-source-semantic-raw`](manual.txt#ac-source-semantic-raw)
28
* [`ac-source-css-property`](manual.txt#ac-source-css-property)
29
30
### New Source Properties ### {#New_Source_Properties_v1.3}
31
32
* [`summary`](manual.txt#summary)
33
* [`available`](manual.txt#available)
34
35
### New Dictionaries ### {#New_Dictionaries_v1.3}
36
37
* tcl-mode
38
* scheme-mode
39
40
### Changed Behaviors ### {#Changed_Behaviors_v1.3}
41
42
* Scoring regarding to candidate length (sort by length)
43
44
### Fixed Bugs ### {#Fixed_Bugs_v1.3}
45
46
* Error on Emacs 22.1
47
* `flyspell-mode` confliction (`M-x flyspell-workaround`)
48
49
### Others ### {#Others_v1.3}
50
51
* Improved word completion performance (#18)
52
* Cooperate with [pos-tip.el](manual.txt#Show_help_beautifully)
53
* Yasnippet 0.61 support
54
* Fix many bugs
55
56
v1.2 Changes {#Changes_v1.2}
57
------------
58
59
Major changes in v1.2 since v1.0.
60
61
### New Features ### {#New_Features_v1.2}
62
63
* [Completion by Fuzzy Matching](manual.txt#Completion_by_Fuzzy_Matching)
64
* [Completion by Dictionary](manual.txt#Completion_by_Dictionary)
65
* [Incremental Filtering](manual.txt#Filtering_Completion_Candidates)
66
* [Intelligent Candidate Suggestion](manual.txt#Candidate_Suggestion)
67
* [Trigger Key](manual.txt#Trigger_Key)
68
* [Help](manual.txt#Help)
69
70
### New Commands ### {#New_Commands_v1.2}
71
72
* [`auto-complete`](manual.txt#auto-complete_command)
73
74
### New Options ### {#New_Options_v1.2}
75
76
* [`ac-delay`](manual.txt#ac-delay)
77
* [`ac-auto-show-menu`](manual.txt#ac-auto-show-menu)
78
* [`ac-use-fuzzy`](manual.txt#ac-use-fuzzy)
79
* [`ac-use-comphist`](manual.txt#ac-use-comphist)
80
* [`ac-ignores`](manual.txt#ac-ignores)
81
* [`ac-ignore-case`](manual.txt#ac-ignore-case)
82
* [`ac-mode-map`](manual.txt#ac-mode-map)
83
84
### New Sources ### {#New_Sources_v1.2}
85
86
* [`ac-source-dictionary`](manual.txt#ac-source-dictionary)
87
88
### Changed Behaviors ### {#Changed_Behaviors_v1.2}
89
90
* Completion is now delayed to start ([`ac-delay`](manual.txt#ac-delay))
91
* Completion menu is now delayed to show ([`ac-auto-show-menu`](manual.txt#ac-auto-show-menu))
92
93
### Others ### {#Others_v1.2}
94
95
* Fix many bugs
96
* Improve performance
97
98