[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] branch externals/rt-liberation created (now 05beb9f)
From: |
Stefan Monnier |
Subject: |
[elpa] branch externals/rt-liberation created (now 05beb9f) |
Date: |
Wed, 5 Aug 2020 11:57:17 -0400 (EDT) |
monnier pushed a change to branch externals/rt-liberation.
at 05beb9f * rt-liberation.el: remove old cli code
This branch includes the following new commits:
new 5de9af6 import for initial Savannah tree
new 6eeb9ca * rt-liberation.el: Change mode even when signalling the
no-results exception.
new ecd9c12 * doc/rt-liberation.texinfo: A patch to fix some typos in
the documentation is attached.
new 96cc027 * rt-liberation.el: Add a debug option.
new e772549 * rt-liberation.el: Bump copyright notice.
new 246acd2 * rt-liberation.el: Attempt to handle server response
when assigning.
new 146b0ed Add makefile.
new 1aa19e9 Fix compilation errors.
new e81b0a3 * rt-liberation-gnus.el: Fix compile warnings.
new 2c9b357 Fix compilation warnings.
new 4dd2f82 * rt-liberation-gnus.el: Fix single line and leading
space bugs.
new 7bc66d0 * rt-liberation.el: Add %-sequence support for priority.
new 6a51214 * rt-liberation.el: Add a custom time format string.
new b506154 * rt-liberation.el: Update the browser display format.
new aa3aa83 * rt-liberation.el: Add priority update and display.
new 757d808 * rt-liberation.el: Add keybinding.
new 28b08a4 * doc/rt-liberation.texinfo: Document new features.
new 7ee937c * doc/rt-liberation.texinfo: Add dependencies to the
manual.
new e1c818c * rt-liberation-rest.el: New file.
new bd60dc3 * rt-liberation-rest.el: Document the show query issue.
new a315322 * doc/gpl.texi: Update GPL copy.
new a723939 * doc/gpl.texi: Downgrade to version 2.
new f0cf810 * doc/rt-liberation.texinfo: Update manual.
new 60ead31 * rt-liberation-gnus.el: Improve Gnus integration.
new b640bb7 Merge branch 'master' into rest
new c654b30 * rt-liberation.el: Mark spam feature as very broken.
new e06992e Merge branch 'master' into rest
new e46e2ad * rt-liberation.el: Syntax bug fix.
new 3e4a424 Merge branch 'master' into rest
new 447c9f5 * rt-liberation.el: Move to REST API for ls queries.
new 6e75dbb * rt-liberation-rest.el: Start work on `show' query.
new f67581b Implement and start using REST show query.
new 1aa3ed0 * rt-liberation-rest.el: Show feedback when complete.
new 0e6c7ca Implement ticket history via REST.
new 92e78fa Integrate rt-liber-rest-edit-runner and add fields.
new 5dc7165 Port status changes to REST interface.
new 0f650d0 * rt-liberation-rest.el: Write to debug if enabled.
new 1e7f720 * rt-liberation-rest.el: Be more verbose.
new 46d4ec1 Remove (too bad).
new e5fe16e Remove more spam related code.
new 82f74ff Re-write command set and assignment code.
new eddec0a * rt-liberation.el: Start post REST cleanup.
new 0fac4b7 Update copyright years.
new 19dc998 * doc/rt-liberation.texinfo: Update documentation.
new c95b745 Update email address.
new cdd81a8 * rt-report.el: Add new file.
new 277378d Rename to fit file naming convention.
new 6f53df4 Add research notes.
new cca328c * rt-liberation.el: Add Resolved time predicate.
new d4cfeed * rt-liberation-report.el: Evolve notes.
new 9ce5b01 * rt-liberation.el: Clear up old CLI note.
new cd29eac Add collation.
new 26d77ec * rt-liberation-report.el: Complete first working version.
new e7779ce * rt-liberation-report.el: Add Total, found bug.
new f2d75b7 * rt-liberation-report.el: pass to main machine.
new a039fb5 * rt-liberation-report.el: Bump to other machine.
new e3cc2f5 * rt-liberation-report.el: Fix sorting bug.
new 20bf7cc Add rt-report.
new 0cfaa45 Merge branch 'report'
new 09f7ac0 * rt-liberation.el: new function rt-liber-print-query
new 5f63428 * rt-liberation.el: Look for the next ticket.
new 6e9cceb * rt-liberation-rest.el: UTF-8 decoding.
new d683385 * why-rt-liberation-is-under-gplv3.txt: what it says
new bab09f7 Upgrade to GPLv3
new dd92e88 * more upgrade work
new 5fc9f6d friendlier caption
new 46ec97d * rt-liberation.el: use cl-lib instead
new 1629dd3 * why-rt-liberation-is-under-gplv3.txt: better explanation
new 0c68b62 add "this file is a part of..."
new b152b61 * rt-liberation.el: complete elpa header
new ea3e01b * NEWS: new file
new 05beb9f * rt-liberation.el: remove old cli code
- [elpa] branch externals/rt-liberation created (now 05beb9f),
Stefan Monnier <=
- [elpa] externals/rt-liberation 6eeb9ca 02/72: * rt-liberation.el: Change mode even when signalling the no-results exception., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation ecd9c12 03/72: * doc/rt-liberation.texinfo: A patch to fix some typos in the documentation is attached., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation e772549 05/72: * rt-liberation.el: Bump copyright notice., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation 5de9af6 01/72: import for initial Savannah tree, Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation 96cc027 04/72: * rt-liberation.el: Add a debug option., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation 246acd2 06/72: * rt-liberation.el: Attempt to handle server response when assigning., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation 146b0ed 07/72: Add makefile., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation 1aa19e9 08/72: Fix compilation errors., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation e81b0a3 09/72: * rt-liberation-gnus.el: Fix compile warnings., Stefan Monnier, 2020/08/05
- [elpa] externals/rt-liberation 4dd2f82 11/72: * rt-liberation-gnus.el: Fix single line and leading space bugs., Stefan Monnier, 2020/08/05