-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathCHANGELOG
247 lines (180 loc) · 6.37 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
Revision history for quickrun.el
Version 2.3.1 N/A jcs090218
- Support Deno (b8a9b716a8414c98d3a1ce9267c47c5dbbc7f67b)
- Support Nix (#152)
- feat: Add header and footer messages with exit code (#157)
Version 2.2.8 2017/01/14 syohex
- Support julia (#77)
- Support gnuplot (#78)
- Support racket (#81)
- Fix not focus window case (#85)
- Drop older Emacs support for maintenance
Version 2.2.7 2016/02/16 syohex
- Support Open source Swift (#68)
- Fix nim issue (#71)
- Fix ansi color sequence handling issue at error (#72)
- Support nimscript (#73)
Version 2.2.6 2015/08/08 syohex
- Support perl6
Version 2.2.5 2015/08/08 syohex
- Support fish script
- Improve quickrun-shell behavior (#62, #63)
- Fix recentering issue (#61)
Version 2.2.4 2015/07/10 syohex
- Fix quickrun shell behavior
- Implement autorun mode (#54)
- Improve helm-quickrun history
- Add option for focusing popup buffer
- Add format place folder '%S'
Version 2.2.3 2015/01/29 syohex
- Support nim programming language
Version 2.2.2 2015/01/29 syohex
- Add parameter for whether using temporary file
- Fix scrolling issue
Version 2.2.1 2014/10/16 syohex
- Fix #41
Improve for users which set scroll-step other than 0.
Version 2.2.0 2014/10/16 syohex
- Drop Emacs 23 support
Version 2.1.1 2014/10/16 tmalsburg
- Support R programming language
Version 2.1.0 2014/09/28 syohex
- Update swift configuration for newer Xcode
Version 2.0.9 2014/08/24 syohex
- Fix Fortran file extention regexp
- Improve F#
Version 2.0.8 2014/08/21 syohex
- Support F# programming language
Version 2.0.7 2014/08/17 syohex
- Support ATS programming language
(Thanks murasesyuka)
Version 2.0.6 2014/07/15 syohex
- Fix for Apple Swift language
Version 2.0.5 2014/07/07 syohex
- Enable compilation-mode if errors are occurred
- Support Tramp
Version 2.0.4 2014/06/27 syohex
- Add helm actions
- run-with-arg
- region execution
Version 2.0.3 2014/06/13 syohex
- Improve using stdin input
- Fix documentation
(Thanks pogin503)
Version 2.0.2 2014/05/03 syohex
- Improve using stdin input
Version 2.0.1 2014/04/09 syohex
- Fix typescript for version 1.0
Version 2.0.0 2014/03/21 syohex
- Support C#(mono)
Version 1.9.9 2014/02/28 syohex
- Support Tcl
Version 1.9.8 2014/01/15 syohex
- Support stdin file
Version 1.9.7 2013/12/07 syohex
- Apply colorizing if command is failed
This is useful for color error message such as coffee-script
Version 1.9.6 2013/11/04 syohex
- Exec 'go test' when file is go test file
- Fix outputter issue
Version 1.9.5 2013/10/29 syohex
- Add history feature for helm-quickrun
Version 1.9.4 2013/10/10 syohex
- Set proper file encoding for temporary file
(Thanks Dewdrops !!)
Version 1.9.3 2013/09/15 syohex
- Improve 'q' behavior in quickrun buffer
Don't use register function
Version 1.9.2 2013/09/09 syohex
- Add history variable for 'quickrun-with-arg'
Version 1.9.1 2013/09/08 syohex
- Improve 'q' behavior on quickrun buffer
Version 1.9.0 2013/07/30 syohex
- Support quickrun-compile-only for Go language
Version 1.8.9 2013/07/02 syohex
- Fix overwriting outputter issue
- deactive-mark after quickrun-region
Version 1.8.8 2013/06/24 syohex
- Support mruby(Thanks to murasesyuka)
Version 1.8.7 2013/06/10 syohex
- Support :compile-conf parameter
Version 1.8.6 2013/04/07 syohex
- Fix for warnings of byte compile
Version 1.8.5 2013/04/06 syohex
- Change order of c and c++ compiler on MacOSX
Version 1.8.4 2013/03/12 syohex
- Fix for setting process-connection-type
- Implement command which kills process
Version 1.8.3 2013/03/11 syohex
- Enable quickrun/mode if command is failed
Version 1.8.2 2013/02/24 syohex
- Add actions of helm source
- refactoring for function naming
Version 1.8.1 2013/02/20 syohex
- Improve error handling
Version 1.8.0 2013/02/20 syohex
- Implement quickrun-replace-region
- Refactoring
Version 1.7.8 2013/02/06 syohex
- Refactoring
Version 1.7.7 2013/02/01 syohex
- Fixed for warnings of byte-compile
Version 1.7.6 2012/11/28 syohex
- Remove all 'go' command configuration and add new one
- Add hook 'quickrun-after-run-hook'
Version 1.7.5 2012/11/14 syohex
- Specify compiling language for GCC, Clang, Visual C++
- Fix problem of buffer execution
Version 1.7.4 2012/11/11 syohex
- Support buffer execution
Which has no relationship with file, such as *scratch* buffer
Version 1.7.3 2012/10/28 syohex
- Support override existing command
Version 1.7.2 2012/10/12 syohex
- Support HAML
Version 1.7.1 2012/10/02 syohex
- Support TypeScript
Version 1.7 2012/08/31 syohex
Thanks to rolandwalker
- add autoload pragma to interactive functions
- quickrun with C-u C-u prefix behaves same as quickrun-compile-only
Version 1.6 2012/08/13 syohex
- Implement quickrun-shell(Thanks to sza1991 for nice idea)
- Deprecated quickrun-with-input-file(use quickrun shell instead of it)
- Implement quickrun-mode in *quickrun* buffer.
- delete window with 'q' key
Version 1.5 2012/07/22 syohex
- Rename quickrun parameter argument.
Version 1.4 2012/07/22 syohex
- Fixed for specified lambda to ':exec' parameter
Version 1.3 2012/07/22 syohex
- Support ':default-directory' parameter
- Modify `quickrun' for using from other functions.
Version 1.2 2012/07/07 syohex
- Add helm-quickrun which is quickrun helm interface
Version 1.1 2012/06/13 syohex
- Support JSX and fortran(gfortran).
- Support gccgo for golang
Version 1.0 2012/04/30 syohex
- Fixed PHP CR problem(Thanks to mat)
Version 0.9 2012/04/08 syohex
- Fix problem of not removing temporary file on Windows.
Version 0.8 2012/03/19 syohex
- Support Dart and Elixir
Version 0.7 2012/02/14 syohex
- Support Mozilla Rust language(Thanks to koko1000ban).
Version 0.6 2012/02/14 syohex
- Implement 'multi' outputter.
- Change outputter:buffer behavior, not popup-buffer.
Version 0.5 2012/02/08 syohex
- Add quickrun group and modify global variable with `customize'
Version 0.4 2012/01/18 syohex
- Fix command-alist of emacs lisp and update its sample
- Fix case of that scroll-conservatively is not zero.
Version 0.3 2012/01/12 syohex
- Support command line arguments that contain spaces or tabs
- Add Common Lisp command-alist(ccl and sbcl)
Version 0.2 2012/01/06 syohex
- Fix for Windows(Thanks to leoncamel)
Version 0.1 2011/12/31 syohex
- init version