update packages

This commit is contained in:
2025-03-11 21:14:26 +01:00
parent 45d49daef0
commit 14dcaaddde
440 changed files with 13229 additions and 8718 deletions

View File

@@ -1,4 +1,4 @@
This is ledger-mode.info, produced by makeinfo version 6.8 from
This is ledger-mode.info, produced by makeinfo version 7.1.1 from
ledger-mode.texi.
Copyright © 2013, Craig Earls. All rights reserved.
@@ -20,7 +20,7 @@ met:
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
@@ -45,7 +45,7 @@ Overview
Ledger is a command line accounting tool that provides double-entry
accounting based on a text journal. It provides no bells or whistles,
and returns the user to the days before user interfaces were even a
twinkling in their fathers CRT.
twinkling in their father's CRT.
Ledger-mode assists you in maintaining input files for Ledger,
running reports and much more...
@@ -260,7 +260,7 @@ Beyond the two ways of quickly adding transactions (*note Quick Add::)
Ledger-mode assists you by providing robust TAB completion for payees
and accounts. Ledger-mode will scan the existing buffer for payees and
accounts. Included files are not currently included in the completion
scan. Ledger-mode respects Emacss variables that govern TAB
scan. Ledger-mode respects Emacs's variables that govern TAB
completion, see especially tab-always-indent.
To cycle between completions when hitting TAB multiple times, you
@@ -367,7 +367,7 @@ some additional meaning to the states:
call these transactions _pending_, but Ledger-mode uses a slightly
different meaning.
• Pending. Ledger-modes reconciliation function see pending
• Pending. Ledger-mode's reconciliation function see pending
transactions as an intermediate step in reconciling an account.
When doing a reconciliation (*note Reconciliation::), marking a
transaction as pending means that you have seen the transaction
@@ -416,11 +416,11 @@ File: ledger-mode.info, Node: Sorting Transactions, Next: Narrowing Transactio
========================
As you operating on the Ledger files, they may become disorganized. For
the most part, Ledger doesnt care, but our human brains prefer a bit of
the most part, Ledger doesn't care, but our human brains prefer a bit of
order. Sorting the transactions in a buffer into chronological order
can help bring order to chaos. Either using Sort Region menu entry or
typing C-c C-s will sort all of the transactions in a region by date.
Ledger-mode isnt particularly smart about handling dates and it simply
Ledger-mode isn't particularly smart about handling dates and it simply
sorts the transactions using the string at the beginning of the
transaction. So, you should use the preferred ISO 8601 standard date
format YYYY/MM/DD which easily sorts.
@@ -454,7 +454,7 @@ File: ledger-mode.info, Node: Narrowing Transactions, Prev: Sorting Transactio
==========================
Often you will want to run Ledger register reports just to look at a
specific set of transactions. If you dont need the running total
specific set of transactions. If you don't need the running total
calculation handled by Ledger, Ledger-mode provides a rapid way of
narrowing what is displayed in the buffer in a way that is simpler than
the Ledger register command.
@@ -463,7 +463,7 @@ the Ledger register command.
hides all transactions that do _not_ meet a specific regular expression.
The regular expression can match on any part of the transaction. If you
want to find all transactions whose amount ends in .37, you can do
that (I dont know why, but hey, whatever ever floats you aerostat).
that (I don't know why, but hey, whatever ever floats you aerostat).
Using C-c C-f or the Narrow to Regex menu entry, enter a regular
expression in the Minibuffer. Ledger-mode will hide all other
@@ -491,7 +491,7 @@ here:
To show back all transactions simply invoke Narrow to Regex or C-c
C-f again.
If youve edited some transactions after narrowing such that they
If you've edited some transactions after narrowing such that they
would no longer match the regular expression, you can refresh the
narrowed view using C-c C-g.
@@ -523,7 +523,7 @@ instantaneously, unless you are paying cash. When you swipe your debit
card the money may take several days to actually come out of your
account, or a check may take several days to _clear_. That is the root
of the difference between _obligating_ funds and _expending_ funds.
Obligation says you have agreed to pay it, the expenditure doesnt
Obligation says you have agreed to pay it, the expenditure doesn't
happen until the money actually leaves your account. Or in the case of
receiving payment, you have an account receivable until the money has
actually made it to you.
@@ -703,7 +703,7 @@ File: ledger-mode.info, Node: Adding and Editing Reports, Next: Reversing Repo
* Expansion Formats::
* Make Report Transactions Active::
If you type a report name that Ledger-mode doesnt recognize it will
If you type a report name that Ledger-mode doesn't recognize it will
prompt you for a ledger command line to run. That command is
automatically saved with the name given and you can re-run it at any
time.
@@ -783,7 +783,7 @@ File: ledger-mode.info, Node: Make Report Transactions Active, Prev: Expansion
In a large register report it is convenient to be able to jump to the
source transaction. Ledger-mode will automatically include source
information in every register file that doesnt contain a --subtotal
information in every register file that doesn't contain a --subtotal
option. It does this by adding
--prepend-format='%(filename):%(beg_line):' to the register report
command-line you specify. You should never have to see this, but if
@@ -812,7 +812,7 @@ File: ledger-mode.info, Node: Scheduling Transactions, Next: Customizing Ledge
*************************
The Ledger program provides for automating transactions but these
transaction arent _real_, they only exist inside a ledger session and
transaction aren't _real_, they only exist inside a ledger session and
are not reflected in the actual data file. Many transactions are very
repetitive, but may vary slightly in the date they occur on, or the
amount. Some transactions are weekly, monthly, quarterly or annually.
@@ -832,7 +832,7 @@ File: ledger-mode.info, Node: Specifying Upcoming Transactions, Prev: Scheduli
5.1 Specifying Upcoming Transactions
====================================
The format for specifying transactions is identical to Ledgers file
The format for specifying transactions is identical to Ledger's file
format with the exception of the date field. The data field is modified
by surrounding it with brackets and using wild cards and special
characters to specify when the transactions should appear.
@@ -984,7 +984,7 @@ File: ledger-mode.info, Node: Ledger Reconcile Customization Group, Next: Ledg
ledger-reconcile-buffer-header
Header string for the reconcile buffer. If non-nil, the name of
the account being reconciled will be substituted into the %s. If
the account being reconciled will be substituted into the '%s'. If
nil, no header will be displayed. Defaults to "Reconciling account
%s\n\n".
@@ -1007,9 +1007,9 @@ File: ledger-mode.info, Node: Ledger Reconcile Customization Group, Next: Ledg
characters.
ledger-reconcile-sort-key
Key for sorting reconcile buffer. Possible values are (date),
(amount), (payee) or (0) for no sorting, i.e. using ledger
file order. Defaults to (0).
Key for sorting reconcile buffer. Possible values are '(date)',
'(amount)', '(payee)' or '(0)' for no sorting, i.e. using ledger
file order. Defaults to '(0)'.
ledger-reconcile-insert-effective-date nil
If t, prompt for effective date when clearing transactions during
@@ -1134,7 +1134,7 @@ Ledger Exec: Interface to the Ledger command-line accounting program.
Path to the ledger executable.
ledger-init-file-name
Location of the ledger initialization file. nil if you dont have
Location of the ledger initialization file. nil if you don't have
one.

@@ -1487,64 +1487,64 @@ Keystroke Index

Tag Table:
Node: Top1742
Node: Introduction to Ledger-mode2555
Node: Quick Installation2784
Node: Menus3716
Node: Quick Demo4031
Node: Quick Add4461
Node: Reconciliation5559
Node: Reports7243
Node: Narrowing8273
Node: The Ledger Buffer8857
Node: Navigating Transactions9263
Node: Adding Transactions9823
Node: Setting a Transactions Effective Date11322
Node: Quick Balance Display12222
Node: Copying Transactions12754
Node: Editing Amounts13356
Node: Marking Transactions14427
Node: Formatting Transactions16122
Node: Deleting Transactions16720
Node: Sorting Transactions17160
Node: Narrowing Transactions18712
Node: The Reconcile Buffer20562
Node: Basics of Reconciliation21027
Node: Starting a Reconciliation21976
Node: Mark Transactions Pending23825
Node: Edit Transactions During Reconciliation24494
Node: Finalize Reconciliation25137
Node: Adding and Deleting Transactions during Reconciliation25794
Node: Changing Reconciliation Account26378
Node: Changing Reconciliation Target26928
Node: The Report Buffer27246
Node: Running Basic Reports27504
Node: Adding and Editing Reports28937
Node: Expansion Formats30324
Node: Make Report Transactions Active31965
Node: Reversing Report Order32672
Node: Scheduling Transactions33365
Node: Specifying Upcoming Transactions34221
Node: Transactions that occur on specific dates34795
Node: Transactions that occur on specific days35836
Node: Customizing Ledger-mode36965
Node: Ledger-mode Customization37229
Node: Customization Variables37914
Node: Ledger Customization Group38394
Node: Ledger Reconcile Customization Group39034
Node: Ledger Report Customization Group41985
Node: Ledger Faces Customization Group42704
Node: Ledger Post Customization Group44451
Node: Ledger Exec Customization Group45278
Node: Ledger Test Customization Group45777
Node: Ledger Texi Customization Group46179
Node: Generating Ledger Regression Tests46671
Node: Embedding Example results in Ledger Documentation46934
Node: Hacking Ledger-mode47223
Node: Use org-like outlines47448
Node: Concept Index48113
Node: Command & Variable Index53629
Node: Keystroke Index61739
Node: Top1740
Node: Introduction to Ledger-mode2551
Node: Quick Installation2780
Node: Menus3712
Node: Quick Demo4027
Node: Quick Add4457
Node: Reconciliation5555
Node: Reports7239
Node: Narrowing8269
Node: The Ledger Buffer8853
Node: Navigating Transactions9259
Node: Adding Transactions9819
Node: Setting a Transactions Effective Date11316
Node: Quick Balance Display12216
Node: Copying Transactions12748
Node: Editing Amounts13350
Node: Marking Transactions14421
Node: Formatting Transactions16114
Node: Deleting Transactions16712
Node: Sorting Transactions17152
Node: Narrowing Transactions18700
Node: The Reconcile Buffer20544
Node: Basics of Reconciliation21009
Node: Starting a Reconciliation21956
Node: Mark Transactions Pending23805
Node: Edit Transactions During Reconciliation24474
Node: Finalize Reconciliation25117
Node: Adding and Deleting Transactions during Reconciliation25774
Node: Changing Reconciliation Account26358
Node: Changing Reconciliation Target26908
Node: The Report Buffer27226
Node: Running Basic Reports27484
Node: Adding and Editing Reports28917
Node: Expansion Formats30302
Node: Make Report Transactions Active31943
Node: Reversing Report Order32648
Node: Scheduling Transactions33341
Node: Specifying Upcoming Transactions34195
Node: Transactions that occur on specific dates34767
Node: Transactions that occur on specific days35808
Node: Customizing Ledger-mode36937
Node: Ledger-mode Customization37201
Node: Customization Variables37886
Node: Ledger Customization Group38366
Node: Ledger Reconcile Customization Group39006
Node: Ledger Report Customization Group41933
Node: Ledger Faces Customization Group42652
Node: Ledger Post Customization Group44399
Node: Ledger Exec Customization Group45226
Node: Ledger Test Customization Group45723
Node: Ledger Texi Customization Group46125
Node: Generating Ledger Regression Tests46617
Node: Embedding Example results in Ledger Documentation46880
Node: Hacking Ledger-mode47169
Node: Use org-like outlines47394
Node: Concept Index48059
Node: Command & Variable Index53575
Node: Keystroke Index61685

End Tag Table