summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * * dir: fix info listing issues take 2Yoni Rabkin2020-08-103-25/+26
| |
| * fix info listing problemYoni Rabkin2020-08-102-24/+24
| |
| * integrate changes post-ELPA synchronizationYoni Rabkin2020-08-072-139/+39
| |
| * * doc/developer-release.txt: new fileYoni Rabkin2020-08-071-0/+18
| |
| * add manual to ELPAYoni Rabkin2020-08-072-0/+2060
| |
| * * rt-liberation.el: version bumpYoni Rabkin2020-08-071-1/+1
| |
| * * doc/gpl.texi: fix compilation warningYoni Rabkin2020-08-071-0/+1
| |
| * * doc/rt-liberation.texinfo: update manualYoni Rabkin2020-08-071-86/+14
| |
| * Syncronize with Stefan's changesYoni Rabkin2020-08-0510-96/+221
| |
| * documentation fixesone-point-ohYoni Rabkin2020-08-032-34/+2
| |
| * * rt-liberation-gnus.el: avoid compiler warningYoni Rabkin2020-08-031-11/+16
| | | | | | | | Macros need to be defined before functions.
| * * rt-liberation.el: remove cl and cl-lib requirementYoni Rabkin2020-08-031-5/+6
| |
| * * rt-liberation.el: remove unused codeYoni Rabkin2020-08-031-7/+1
| |
| * fix broken dependenciesYoni Rabkin2020-08-032-38/+36
| |
| * * rt-liberation-rest.el: fix undefined variableYoni Rabkin2020-08-031-7/+8
| |
| * * rt-liberation-report.el: fix errorYoni Rabkin2020-08-031-0/+2
| |
| * * doc/rt-liberation.texinfo: update documentationYoni Rabkin2020-08-031-5/+3
| |
| * * rt-liberation.el: remove old cli codeYoni Rabkin2020-08-031-88/+0
| |
* | * rt-liberation.el: bump to 1.31Yoni Rabkin2020-08-111-1/+1
| |
* | fix formatting in dir fileYoni Rabkin2020-08-114-2972/+2
| |
* | shortened namesYoni Rabkin2020-08-112-0/+2969
| |
* | * rt-liberation.el: bump to 1.3Yoni Rabkin2020-08-101-1/+1
| |
* | * dir: update fileYoni Rabkin2020-08-103-25/+26
| |
* | fix texinfo listing problemYoni Rabkin2020-08-103-25/+25
| |
* | Move functions around to fix compiler warnings.Yoni Rabkin2020-08-092-140/+40
| |
* | Add info manual and dir fileYoni Rabkin2020-08-092-0/+2060
| |
* | * doc/rt-liberation.texinfo: update the fine manualYoni Rabkin2020-08-091-86/+14
| |
* | * doc/gpl.texi: fix compiler warningYoni Rabkin2020-08-091-0/+1
| |
* | * doc/developer-release.txt: new fileYoni Rabkin2020-08-091-0/+18
| |
* | Adjust copyright lines; silence compiler warningsStefan Monnier2020-08-059-36/+43
|/ | | | | | | | | | | | | | | | | | | * .gitignore: New file. * rt-liberation-gnus.el (rt-liber-gnus-with-ticket-buffer): Move before use. * rt-liberation-report.el: Require `rt-liberation` since it needs one of its macros. * rt-liberation-rest.el: Silence some compiler warnings. (rt-liber-rest-handle-response): Use the arg instead of dynamic scoping. * rt-liberation.el (rt-liber-reduce, rt-liber-create-tickets-string): Fix CL's `reduce` to cl-lib's `cl-reduce`. (rt-liber-ticket-base-retriever-parser-f): Remove stray silent backslash. Fix CL's `copy-seq` to builtin `copy-sequence`. (rt-liber-sort-ticket-list): Fix CL's `copy-seq` to builtin `copy-sequence`. (rt-liber-command-set-status-deleted): Fix typo.
* * rt-liberation.el: remove old cli codeYoni Rabkin2020-08-031-71/+1
|
* * NEWS: new fileYoni Rabkin2020-08-031-0/+6
|
* * rt-liberation.el: complete elpa headerYoni Rabkin2020-07-311-0/+2
|
* add "this file is a part of..."Yoni Rabkin2020-07-316-0/+12
|
* * why-rt-liberation-is-under-gplv3.txt: better explanationYoni Rabkin2020-07-231-3/+3
|
* * rt-liberation.el: use cl-lib insteadYoni Rabkin2020-07-231-1/+1
|
* friendlier captionYoni Rabkin2020-07-233-8/+14
|
* * more upgrade workYoni Rabkin2020-07-2312-851/+649
|
* Upgrade to GPLv3Yoni Rabkin2020-04-028-11/+11
|
* * why-rt-liberation-is-under-gplv3.txt: what it saysYoni Rabkin2020-03-161-0/+87
|
* * rt-liberation-rest.el: UTF-8 decoding.Yoni Rabkin2016-05-091-1/+3
| | | | Patch by Martin Jesper Low Madsen <martin@martinjlowm.dk>.
* * rt-liberation.el: Look for the next ticket.Yoni Rabkin2016-04-071-1/+1
| | | | | | | Don't hang around in the loop unless there is a next ticket, identified by an "id:" field. This bug was found by Martin Jesper Low Madsen <martin@martinjlowm.dk>.
* * rt-liberation.el: new function rt-liber-print-queryreportYoni Rabkin2015-10-231-0/+23
|
* Merge branch 'report'Yoni Rabkin2015-10-192-6/+4
|\
| * * rt-liberation-report.el: Fix sorting bug.Yoni Rabkin2015-10-191-11/+9
| |
| * * rt-liberation-report.el: Bump to other machine.Yoni Rabkin2015-10-131-0/+4
| |
| * * rt-liberation-report.el: pass to main machine.Yoni Rabkin2015-10-121-3/+5
| |
| * * rt-liberation-report.el: Add Total, found bug.Yoni Rabkin2015-10-121-4/+21
| |
| * * rt-liberation-report.el: Complete first working version.Yoni Rabkin2015-10-121-14/+37
| |
| * Add collation.Yoni Rabkin2015-10-121-42/+55
| |