summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mention disabled test in changelogHEADdebian/4.0.0-1archive/debian/4.0.0-1masterDavid Bremner2022-09-04
|
* Commit Debian 3.0 (quilt) metadataDavid Bremner2022-09-04
| | | | [dgit (9.16) quilt-fixup]
* disable test ledger-complete/test-ledger-accounts-exclude-functionDavid Bremner2022-09-04
| | | | | IMHO this should just be deleted if it doesn't work in batch mode, but *shrug*, what do I know.
* Add now-mandatory "when" arg for obsolete function aliasSteve Purcell2022-09-04
| | | | (cherry picked from commit bcd8cefb720702db88986a52bb66e08e2e451c05)
* debian: move autopkgtest config to autodep8 fileDavid Bremner2022-09-04
|
* debian: changelog for 4.0.0-1David Bremner2022-09-04
|
* Merge tag 'v4.0.0'David Bremner2022-09-04
|\
| * Retitle heading in "NEWS.org" for v4.0.0 releaseSteve Purcell2019-11-09
| |
| * New option ledger-accounts-exclude-functionAlex Branham2019-11-03
| | | | | | | | | | | | Users can set this to exclude certain accounts from completion. Bug #191
| * New function ledger-accounts-in-bufferAlex Branham2019-10-12
| |
| * Remove unnecessary cache section from travis configSteve Purcell2019-10-09
| |
| * Fix ledger-fully-complete-xact deleting payeesAlex Branham2019-10-08
| | | | | | | | | | | | | | | | | | | | Before if we were completing an xact but there was a non-account line (e.g. a comment), we'd delete the payee and fail to complete the transaction. Now we use ledger-navigate-end-of-xact to just grab all the text until the end of the xact, comments and all. PR #201 Closes #151
| * Make ledger-report-select-report an obsolete alias of ledger-reportAlex Branham2019-10-08
| | | | | | | | | | | | | | Calling ledger-report directly works since bug #265 so this function isn't needed anymore. Closes #203
| * Merge pull request #205 from ledger/use-nix-emacs-ciSteve Purcell2019-10-07
| |\ | | | | | | Use nix emacs ci
| | * Set CMAKE_INSTALL_MANDIR in snapshot buildSteve Purcell2019-10-07
| | | | | | | | | | | | See https://travis-ci.org/ledger/ledger-mode/jobs/594317052
| | * Don't run ledger tests while building ledger from gitSteve Purcell2019-10-07
| | |
| | * Just invoke nix-env directly from travis commandSteve Purcell2019-10-07
| | |
| | * Support installing git version of ledger via nixSteve Purcell2019-10-07
| | |
| | * Allow byte compilation to fail in Emacs < 26.1 due to ledger-flymake.elSteve Purcell2019-10-07
| | | | | | | | | | | | | | | | | | | | | The increased emacs version coverage of this updated build has revealed this issue, with Emacs 25.x. ledger-flymake should ultimately be packaged separately.
| | * Install ledger via NixSteve Purcell2019-10-07
| | |
| | * Use nix-emacs-ciSteve Purcell2019-10-07
| |/
| * Documentation improvementsAlex Branham2019-10-06
| | | | | | | | Reported by checkdoc
| * Fix package-version in ledger-complete-in-stepsAlex Branham2019-10-06
| |
| * Merge pull request #204 from jabranham/changelogSteve Purcell2019-10-06
| |\ | | | | | | Add a news file
| | * Add a news fileAlex Branham2019-10-05
| |/
| * Fix linksAlex Branham2019-09-25
| | | | | | | | | | | | | | We need to delete the region before checking if file-let var is bound, otherwise we leave some ugly artifacts behind, see bug #200. Closes #200
| * Update CI to run checks on Emacs 26Alex Branham2019-09-24
| |
| * Simplify conditional statementAlex Branham2019-09-24
| | | | | | | | * ledger-post.el (ledger-indent-line): Prefer 'and' to 'prog + when'
| * Speed up adding ledger report linksAlex Branham2019-09-21
| | | | | | | | | | | | Closes #122 Bug#192
| * Read directory-local variables in reportsDamien Cassou2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | This is useful when a directory has a definition for the variable`ledger-reports`. I guess it can be useful for other variables too so I went for a simple and generic solution. * ledger-report.el (ledger-report-mode): Call `hack-dir-local-variables-non-file-buffer` so that directory-local variables are taken into account. Bug#195
* | add dependencies for testsDavid Bremner2019-09-15
| |
* | load test-helper.el from debian/elpa-testNicholas D Steeves2019-09-14
| |
* | upload -2 to unstabledebian/3.1.2_pre3+g5067e408-2archive/debian/3.1.2_pre3+g5067e408-2David Bremner2019-09-14
| |
* | release to experimentaldebian/3.1.2_pre3+g5067e408-1archive/debian/3.1.2_pre3+g5067e408-1David Bremner2019-09-07
| |
* | drop transitional package ledger-elDavid Bremner2019-09-07
| | | | | | | | It's transitional in oldstable, so that should be enough?
* | update changelog for new upstream snapshotDavid Bremner2019-09-07
| |
* | Merge tag 'upstream/3.1.2_pre3+g5067e408'David Bremner2019-09-07
|\|
| * Add documentation on navigation commandsAlex Branham2019-09-01
| |
| * New commands ledger-navigate-{next/previous}-unclearedAlex Branham2019-09-01
| | | | | | | | bug#190
| * Merge pull request #189 from jabranham/evmSteve Purcell2019-08-12
| |\ | | | | | | Switch Travis to EVM
| | * Silence the byte compilerAlex Branham2019-08-11
| | |
| | * Switch CI to use EVMAlex Branham2019-08-11
| |/
| * Avoid [[:space]] in regexes, which can be affected by the syntax tableSteve Purcell2019-07-09
| | | | | | | | Fixes #187
| * Remove unused lexical variableAlex Branham2019-07-05
| |
| * Fix account regex to correctly match account names which contain spacesSteve Purcell2019-07-05
| | | | | | | | Fixes #185
| * Add test and provide different fix for #184.Steve Purcell2019-07-05
| | | | | | | | | | | | This reverts commit 78ab0095621150833292dfb2aa0e1338f9044ea7. This is now fixed more generally by 629ce581.
| * Merge pull request #183 from purcell/account-completion-fixSteve Purcell2019-07-05
| |\ | | | | | | Match account names more liberally for the sake of completion
| | * Add test for #141Steve Purcell2019-07-05
| | |
| | * Never include the completion prefix in the candidates listSteve Purcell2019-07-05
| | | | | | | | | | | | | | | In Emacs 24.3, in particular, the presence of such a candidate causes completion-at-point to simply report that the current symbol is complete.
| | * Sort accounts ascending when completing, not in reverseSteve Purcell2019-07-05
| | |