-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
166 lines (113 loc) · 6.24 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
commit 23a34b35cb2368c73a923e9e223bab9ab95bce14
Author: Tapiwa Gutu <[email protected]>
Date: Wed Oct 5 12:59:23 2011 +0200
Removed the install/Geany directory. Figured people should just do an internet search for the most recent Geany version.
commit 4fb1a21073b08f4de144103d03e565993e309b68
Author: Tapiwa Gutu <[email protected]>
Date: Wed Oct 5 11:50:40 2011 +0200
Updated the CHANGELOG and recreated the archive inorder to include the new file versions.
commit bd292361d760e73acfa9bf915eba930527bd1fe8
Author: Tapiwa Gutu <[email protected]>
Date: Wed Oct 5 11:35:23 2011 +0200
Completed writing the HOWTO - LispEdit document which describes how to download the plugin, install it and use it.
commit 5b9a3fdf02e05013b0f1a76700fda41f802eb80e
Author: Tapiwa Gutu <[email protected]>
Date: Wed Oct 5 09:25:41 2011 +0200
Changed the GPL license to a BSD license because I want people to be free to make modifications without any obligations to
reveal their code though hopefully they will be gracious enough to do so.
Improved the description of the plugin in the README file and the description text displayed by Geany.
commit 1b945432cfdc40667ad5e47390760bff6a81fe8a
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 16:39:26 2011 +0300
Fixed typo on Readme.
commit 525919ee67c64ed5406fd1e08a22e5657102706f
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 14:26:09 2011 +0200
Added .gitignore file.
commit 069618348a6455b34e6f9ab0e73ff397418bfe84
Merge: f277644 063c59d
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 11:07:03 2011 +0200
Merge branch 'master' of github.com:tgutu/geanylispedit
Conflicts:
README
commit f2776441455c26c9098f2aa04ba4e2fdd69edfd0
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 11:02:59 2011 +0200
Fixed merge conflict
commit 063c59d89fb1275eac4785d80b70d6e24d2e19f1
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 11:59:11 2011 +0300
Edited README via GitHub
commit ada116a41df853294601d5a6a77daa41de166cf9
Merge: 7d4cd1f 1ec0114
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 10:54:58 2011 +0200
Merge branch 'master' of github.com:tgutu/geanylispedit
commit 7d4cd1f6c7ec17da4efa9e2dfdf7e90dbc56843c
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 10:43:32 2011 +0200
Wrote a script to automatically compress all the files required for installation into the archive geanylispedit.tar.gz while excluding all the compilation statge files produced in the src folder.
commit 1ec0114632a3f0c5f319f936fe93fd9588ef6431
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 10:43:32 2011 +0200
Wrote a script to automatically compress all the files required for installation into the archive geanylispedit.tar.gz while excluding all the compilation statge files produced in the src folder.
commit c840c603ed6c5328572dcc63dc7497bba26a2981
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 10:07:05 2011 +0200
Restructured the directory. Separated the source files from the installation binaries.
commit df75c5987c180af3189c17676787cbc83a180978
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 09:51:34 2011 +0200
Edited the README file.
commit 044901ae580ac59f10b35e04c5f616b264f0f09f
Author: Tapiwa Gutu <[email protected]>
Date: Mon Oct 3 09:38:48 2011 +0200
Add the following files:
1) changelog => 'Contains the revision history. Useful for those who do not have the entire repository and thus cannot inspect changes.'
2) TODO => 'A list of changes that I need to make in future revisions.'
3) README => 'A description of the repositry.'
commit d1f19a3b1d45c40481fae96243ca958607876b11
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Thu Sep 29 13:57:47 2011 +0200
Updated function documentation.
commit a8f3d35176d53c4bf56027dc372e122ab74aa10f
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Thu Sep 29 13:35:09 2011 +0200
Added documentation to all the functions in geanylispedit.c and replaced all instances of the word macroexpand to macroexpand_1 as to avoid future conflict between functions and variables for the macroexpand-1 and macroexpand special forms.
commit 247142467df74782e41e4631dc859ae2a4467359
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Thu Sep 29 12:35:22 2011 +0200
The plugin can now send the characters enclosed by matching parathensis to a process running in the VTE.
commit 27f6e4ad633a7cf2de8264d683565c3de12b7017
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Thu Sep 29 10:56:58 2011 +0200
The plugin can now capture the text between two matching braces.
commit 4ffe738c6cd79b30b233fa3268bed568d6b5e80a
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Thu Sep 29 09:40:41 2011 +0200
The plugin can now correctly identify matching closing braces and an isolated closing brace.
commit ffe508ae1afe24318fa990177e4d8726d5189c11
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Thu Sep 29 09:26:18 2011 +0200
Separated the geanylispedit.c file into geanylispedit.c and geanylispedit.h. It will be easier to maintain the code if the definitions are separated from the implementation details.
commit a326b06f2b9dc349e466058e1352cef7b86f7f89
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Thu Sep 29 08:54:57 2011 +0200
Renamed all geanylisp.* files to geanylispedit.*
commit d670e895594dcb208526b0db5461986632c3232c
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Wed Sep 28 16:20:07 2011 +0200
The plugin can now detect the character just before the cursor!
commit 005adccd4727087ed359069abca4365d37937393
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Wed Sep 28 15:35:24 2011 +0200
The plugin can insert a string of text into the document.
commit 97a86120faf03266df34f530337345b0aaac8903
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Wed Sep 28 15:10:45 2011 +0200
Added the debian package for Geany 0.20.
commit 1677c0bf9086a15acc14842094a2e3e39070e3d0
Author: Tapiwa Gutu <marco@Thousand-Sunny.(none)>
Date: Wed Sep 28 15:09:15 2011 +0200
This version of the LispEdit plugin has full support for shortcut keys and can send commands to the terminal.