elpasync pushed a change to branch elpa/beancount.

        at  3725c02702 Update account name regex to allow starting with a number

This branch includes the following new commits:

       new  f2847222a6 .
       new  e7e3b81b29 Misc.
       new  c77e340ed2 .
       new  36e82fc5a9 Made beancount.el very decent, decent enough to start 
working with it for real.
       new  d3eccf1033 More work on price update generation, positions as csv 
files, and fixes for files moved.
       new  517046bee2 In reports, render to a maximum number of digits (5) 
that is more reasonable than the default.
       new  49db3ce34f Found irregularity with holdings, will need to fix. 
Fixed holdings web page which still had equity accounts.
       new  9a688bb6cf Added an experimental Emacs binding for reformatting the 
entire file using bean-format.
       new  9ee4aaa306 (merge default -> booking)
       new  83a046d1dc (merge booking -> default)
       new  a93df92ae5 Moved src/elisp/beancount.el to 
editors/emacs/beancount.el.
       new  ada0966cdd Moved src/python/beancount/... to beancount/...
       new  9f82d86d36 Fixed #209: Don't require 'ido. User will have to make 
sure that beancount-use-ido is false.
       new  1343aaaf18 Fixed Emacs functionality to uncomment regions (change 
submitted by Stefan Monnier).
       new  404876fa6b Fixed #302: beancount.el does not fontify account names 
with single letter components.
       new  8496f49748 Fixed #302: Fixed second bug with font-locking for 
account names (starting with digit).
       new  3f5e4fcef5 beancount.el: kill more comment-related Org variables
       new  1da4c88ebb Merged in elisp-comment-fixes (pull request #107)
       new  eda34d1767 beancount.el: Convert the minor mode into a major mode
       new  b1fa650c5b beancount.el: Add tests
       new  ea357a9077 beancount.el: Update Copyright and Author
       new  ad05238927 beancount.el: Small simplifications
       new  fd64acdc58 beancount.el: Restructure completion-at-point
       new  6e104dcaf7 beancount.el: Revamp fontification
       new  ad26ec2b29 beancount.el: Add fontification tests
       new  35ef808e1c beancount.el: Implement indentation support
       new  d464468aa2 beancount.el: Add indentation tests
       new  ec4b299edf beancount.el: Bring back outline folding functionality
       new  8de6790f46 beancount.el: Add support to highlight transaction at 
point
       new  8c52ee05ee beancount.el: Revamp function to toggle transaction flag
       new  57e2700315 beancount.el: Fix beancount-use-ido defcustum
       new  201629317d beancount.el: Sort option names alphabetically
       new  fa285958d0 beancount.el: Drop unused function
       new  c5e02d4534 beancount.el: Correct option names list
       new  b6e34fcb49 beancount.el: Add simple completion-at-point test
       new  d8d95a2f0a beancount.el: Small tests cleanup
       new  77027e2cf8 beancount.el: Add outline-minor-mode integration tests
       new  d5471cf09f beancount.el: Highlight headings when combined with 
outline-minor-mode
       new  8a1557bc96 beancount.el: Silence byte-compilation warnings about 
unused arguments
       new  f27ea3084d (changes for updated Emacs mode)
       new  695104d47e beancount.el: Fix beancount-insert-account
       new  d4db16f0ee beancount.el: Fix fontification of outline headings
       new  4cae6eebb8 beancount.el: Make beancount-number-regexp more strict
       new  aec114642d Automated merge with ssh://bitbucket.org/blais/beancount
       new  a48aaa7f41 beacnount.el: Tweak beancount-indent-line
       new  008d1bc599 Added missing binding for outline more to go up a 
heading level.
       new  b377d14caf (merge)
       new  35d127f8fe beancount.el: Add imenu support
       new  60ef7f56d5 beancount.el: Fix typos in the comment
       new  83cd9330e3 beancount.el: Include underscore and dash to metadata 
regexp.
       new  70d4878171 Merged in default (pull request #133)
       new  d51963d156 beancount.el: Remove redundant :group
       new  0062cc9635 beancount.el: Remove an useless defvar
       new  615881f379 beancount.el: Fix beancount-collect to correctly ignore 
entry at point
       new  0cd55a8038 beancount.el: Introduce beancount-insert-date and bind 
it to M-RET
       new  8091f35803 beancount.el: Add beancount-electric-currency
       new  ca4babba94 Merged in imenu-support (pull request #132)
       new  ba6bada870 beancount.el: Rework imenu support and add tests
       new  05d4798156 (emacs) Added experimental beancount-mode support for 
running a journal for the account under the cursor.
       new  9508e5640c Add README.org
       new  194a9e9697 Added license.
       new  fda1819c5e Update COPYING to GPLv3
       new  5ff509075d Fixes to /etc
       new  dcb317ed0a If the cursor is over a link, invoke 'bean-doctor 
linked' command with the link instead of the line number.
       new  7410724924 beancount-region: Added bindings for region_value 
variant.
       new  7a0ef01d1f Add command to open file with fava
       new  7785e8803f Improve thing-at-point definition for beancount-link
       new  53a3f8e22d Fix typo and make code a bit more idiomatic.
       new  3c04745fa5 Add missing paren to configuration example in README.org
       new  02fe03ee44 Fix font lock for accounts
       new  d560451fda Use beancount-level-N faces instead of org-level-N
       new  449212459e fix parenthses mismatch on beancount outline 1-8
       new  2bed4f6b7f Setup CI using GitHub Actions
       new  aab2a23f15 Fix headlines fontification test
       new  16c1b346f3 Fix thing-at-point tests
       new  90c3992269 Fix imenu tests
       new  7b8f02ebcd Cleanup faces definitions
       new  3ef6031332 Fix headlines fontification and two minor cleanups
       new  e98047d715 Tweak Makefile
       new  dd024c867b Added support for cost over regions
       new  5be04a37d6 (Merge branch 'main' into cost)
       new  dbafe6a73d Shift beancount-insert-date by DAYS from today using 
prefix args
       new  42edc5bf07 Align amounts in balance directives in the same way as 
in postings
       new  ea8257881b Fix amount alignment on tab key press
       new  41039a8d7b Added support for accounts in thing-at-point.
       new  e8a5bce28c Fix typo in beancount-number-alignment-column docstring
       new  73b2afcff6 (Merge remote-tracking branch 'github/main')
       new  687775da63 Minor refactoring of region commands (with no expected 
functionality changes).
       new  bde2d6c499 Add function to jump to previous transaction
       new  2f743e6269 Derive from prog-mode instead than from fundamental-mode
       new  94bae42833 Extend CI to run tests on Emacs 28 too
       new  e32e44e8d2 Added personal binding to aggregate balance binding.
       new  519bfd868f (Merge remote-tracking branch 'github/main')
       new  f55912cdef Add flymake-bean-check
       new  763a8d3fe4 Add docstrings
       new  da9073b124 Update readme
       new  72956f0f0e Change sign of prefix argument for 
`beancount-insert-date`
       new  4750bfa470 Change keybindings to respect Emacs conventions
       new  d9ac93fc28 Enable easy access to old-style keybindings
       new  0f1e33067e Fix a bug where `beancount-accounts` was read from the 
minibuffer
       new  dfd402ef79 Autocomplete the second account in a pad directive
       new  546163fd2c flymake-bean-check: Send buffer contents over stdin
       new  3725c02702 Update account name regex to allow starting with a number


Reply via email to