-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
37 lines (22 loc) · 1.13 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
2009-12-20 Plato Wu <[email protected]>
* packages.lisp (:launchpad): leave out the -a- infix for function name
Leslie's recommendation.
2009-12-11 Plato Wu <[email protected]>
* example/clbuild-repos.lisp: update example.
* launchpad.lisp (http-request-for-launchpad): A wrapper for
http-request, it provide eror handler and decode json for body.
(open-a-bug): it return the bug id now.
2009-12-09 Plato Wu <[email protected]>
* launchpad.lisp (get-a-bug): New it.
(add-a-comment): New it.
2009-12-07 Plato Wu <[email protected]>
* doc/index.html (href): Add a document created by my fork in documentation-template.
2009-11-28 Plato Wu <[email protected]>
* launchpad.lisp (update-a-bug): add update a bug function.
2009-11-27 Plato Wu <[email protected]>
* oauth.lisp (get-token-and-login): save authentication tokens in
~/.launchpad and can reuse it in future.
2009-11-20 Plato Wu <[email protected]>
* A rough version, it includes a example which can get all clbuild
repository urls in clbuild-repos and add new clbuild repository url.
More function require my patch for drakma is approved.