-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
144 lines (84 loc) · 3.95 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
2011-06-12 smeghead <[email protected]>
* added main menu bar.
2011-06-10 smeghead <[email protected]>
* Show clipboard history contents on Shell, not on context menu.
2011-06-04 smeghead <[email protected]>
* fixed finalize process.
* added a server to catch a global hotkey.
2011-05-29 smeghead <[email protected]>
* using swt.
2011-05-19 smeghead <[email protected]>
* prepare release.
2011-03-10 smeghead <[email protected]>
* add ignore-words option. If clipboard data contains ignore-words, not to be recorded.
2010-11-05 smeghead <[email protected]>
* change repogitry to github from sourceforge.net.
* fixed mojibake of README.
* delete deps jar files.
* delete clclcl-javadb shell script.
2010-10-25 smeghead <[email protected]>
* fixed a bug not to make .clclcl directory.
2010-10-06 smeghead <[email protected]>
* fixed dirty trick on derby. change how to set sql parameters.
2010-09-29 smeghead <[email protected]>
* added keybind setting script file to release files.
* changed timing when evaluate template function type. when menu
selected, function will be evaluated.
2010-09-27 smeghead <[email protected]>
* 'j' and 'k' keybind added. when menu is displaying, 'j' make selection
item move down and 'k' make selection item move up.
2010-09-17 smeghead <[email protected]>
* switched database from derby to sqlite3. became SUPER faster than past.
2010-09-14 smeghead <[email protected]>
* add tests for options.clj.
2010-09-11 smeghead <[email protected]>
* be able to open menu by keyboard shotcut. listening tcp 1000 port,
notified and open menu.
* popupmenu become invisible, swing frame be invisible too.
2010-09-09 smeghead <[email protected]>
* in templates.clj, be able to write function.
* when templates.clj, changed how to eval.
2010-09-05 smeghead <[email protected]>
* fixed Tooltip text MOJiBAKE.
* set default font. not for each menu items.
2010-09-05 smeghead <[email protected]>
* change memory setting. appoint 32m.
2010-09-03 smeghead <[email protected]>
* show template list by structured menu.
* if it contains templates, it will not register to db.
2010-08-30 smeghead <[email protected]>
* add file checks. (user setting file, user templates file)
2010-08-30 smeghead <[email protected]>
* add templates menu which is difined in ~/.clclcl/templates.clj file.
2010-08-17 smeghead <[email protected]>
* fixed create-table bug.
* added user settings file(./clclcl/clclcl.conf). setting context is
below.
{:list-max 30 ; tasktray menu items count
:font-name "VL Pゴシック" ; tasktray menu font name
:watch-interval 3000} ; watcher interval milliseconds.
2010-08-12 smeghead <[email protected]>
* use clojure.contrib.sql. instead of directly Java.
2010-07-15 smeghead <[email protected]>
* added to setting menu item's length. single byte and multibyte
characters.
2010-07-14 smeghead <[email protected]>
* add logging.properties, and remove logging.clj.
2010-07-13 smeghead <[email protected]>
* add logging.
2010-07-11 smeghead <[email protected]>
* modify shell script jar path.
2010-07-08 smeghead <[email protected]>
* modify database access by with-statement macro.
* add derby tools.
* when program exits, execute derby shutdown.
2010-07-07 smeghead <[email protected]>
* when execute sql, use prepared statement and prevents sql injection.
* use swing JPopupMenu. menu could be look like smart.
* add register-menu-item macro.
2010-07-06 smeghead <[email protected]>
* move :import and :use to :ns.
* use Derby. add Derby library.
* save clipboard data to Derby database.
2010-07-05 smeghead <[email protected]>
* alpha release.