-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
116 lines (71 loc) · 2.98 KB
/
ChangeLog
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
2009-03-12 Jesús Barbero Rodríguez <[email protected]>
* all:
Added icons
Adapted to last gsc.
2009-02-14 Jesús Barbero Rodríguez <[email protected]>
* all:
Changed all to gtksourcecompletion-2.0 version 0.7.0
=== version 0.6.0 ===
2008-12-28 Jesús Barbero Rodríguez <[email protected]>
* docwordscompletion-plugin.c:
Added autoselect proposal check
2008-12-23 Jesús Barbero Rodríguez <[email protected]>
* gsc-provider-open[ch]:
Provider to show the open files and overwrite apply function to open
the selected file
* gsc-provider-recent[ch]:
Provider to show the recentn files and overwrite apply function to open
the selected file
2008-12-22 Jesús Barbero Rodríguez <[email protected]>
* configure.ac:
Started 0.6.0 version
* docwordscompletion-plugin.c:
Removed old options to do this plugin 0.6.0 compatible
2008-09-04 Chuchi <perriman@homer>
* docwordscompletion-plugin.c: Use the new USER_REQUEST_TRIGGER_NAME.
We activate this trigger by default and you can use <control>Return to
trigger the completion words.
2008-08-30 Chuchi <perriman@homer>
* Fixed #2067266, docwordscompletion-plugin: We load the info-keys at
start up.
2008-08-23 Chuchi <perriman@homer>
* Makefile: Fixed error with portable libraries. I remove all -module
=== version 0.5.0 ===
2008-08-17 Chuchi <perriman@homer>
* docwordscompletion-plugin:
- Sets version to 0.5.0 (like GtkSourceCompletion)
- Solved some distcheck issues
- Closed 0.5.0
2008-08-09 Chuchi <perriman@homer>
* docwordscompletion-plugin.c:
- Added show info keys configuration
- Added open documents keys configuration
2008-07-26 Chuchi <perriman@homer>
* docwordscompletion-plugin.c: We center the popup (in parent)
2008-07-20 Chuchi <perriman@homer>
* docwordscompletion-plugin.c: Set the filter in the open documents
trigger
2008-06-30 Chuchi <perriman@homer>
* changes: Adapted to the new gsc API. Better memory control
2008-05-23 Chuchi <perriman@homer>
* providers: adapted to the changes GTK_SOURCE_IS... by
GTK_IS_SOURCE... in gtksourcecompletion
2008-05-16 Chuchi <perriman@homer>
* configure: Depends on gtksourcecompletion 0.5.0
* providers: Adapted to the new API changes
=== version 0.3.1 ===
2008-05-03 perriman <[email protected]>
* gsc-geditrecent-provider.c: Upload the provider :)
2008-04-30 perriman <perriman@portatil>
* gsc-geditrecent-provider.c: Created new provider that shows the
gedit recent open documents.
2008-04-06 perriman <perriman@portatil>
* gsc-geditopendoc-provider.c: Don't show the current document
2008-04-05 perriman <perriman@portatil>
* dependencies: DEPENDENCY OF GtkSourceCompletion 0.4.1. Adapted to the
new API changes
* gsc-geditopendoc-provider: Created new provider that shows the current
open documents and if you select a document, it activate this document
==== gedit-docwordscompletion 0.3.0 ====
2007-09-29 Jesús Barbero <[email protected]>
Initial release