summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add blank lines around @smallexample and @end smallexamplethdox2013-04-271-7/+60
| | |
| | * Insert one blank line around @nodethdox2013-04-271-46/+3
| | |
| | * Fill paragraph with alignment on 70th columnthdox2013-04-271-1063/+1277
| | |
| | * modified -- to --- as texinfo will use two -- in Info and a long - for TeX.thdox2013-04-271-4/+4
| | |
| | * Add @node when missingthdox2013-04-271-2/+10
| | |
| | * Around section's commands, add a blank line as recommanded in sectionthdox2013-04-271-16/+71
| | | | | | | | | | | | Tips of Texinfo manual.
| | * Add blank line before @table and after @end table as recommanded in Tipsthdox2013-04-271-0/+20
| | | | | | | | | | | | section of Texinfo manual.
| | * Add new index for optionsthdox2013-04-271-0/+4
| | |
| | * Add some help before release. Copied from texinfo.texi.thdox2013-04-271-0/+4
| | |
| | * Moves payees from end to after accountsthdox2013-04-251-21/+19
| | |
| | * M-x texinfo-every-node-updatethdox2013-04-251-42/+42
| | |
| * | Merge pull request #181 from jvrsantacruz/nextJohn Wiegley2013-04-271-23/+22
| |\ \ | | |/ | |/| Improves acprep python3 compatibility
| | * Improves acprep python3 compatibilityJavier Santacruz2013-04-271-23/+22
| |/ | | | | | | | | | | | | Replaces string.join with str.join Forces conversion to str from byte-returning functions Introduces usage of 'as' keyword when catching exception instances Replaces has_key with usage of the 'in' keyword for dictionary key presence checking.
| * Merge pull request #180 from thdox/documentation-typosJohn Wiegley2013-04-241-524/+465
| |\ | | | | | | Documentation typos
| | * suppress double spaces before ':' and ','thdox2013-04-241-54/+54
| | |
| | * fix double quotesthdox2013-04-241-12/+12
| | |
| | * fix emphasisthdox2013-04-241-2/+2
| | |
| | * Fix urlthdox2013-04-241-6/+2
| | |
| | * Fix Gnuplot and GnuCash syntax accodingly first page of web site.thdox2013-04-231-3/+3
| | |
| | * fix with @code{} when neededthdox2013-04-231-10/+10
| | |
| | * Add consitency by using Verb (infinitive uppercased) and notthdox2013-04-231-217/+162
| | | | | | | | | | | | verbs (conjugated lowercased).
| | * delete trailing whitespacesthdox2013-04-231-214/+214
| | |
| | * fix some typosthdox2013-04-231-14/+14
| |/
| * Merge pull request #179 from thdox/bash-completionCraig Earls2013-04-221-0/+91
| |\ | | | | | | Add bash completion for ledger
| | * Add bash completion for ledgerthdox2013-04-221-0/+91
| |/
| * Merge pull request #178 from georgek/regexCraig Earls2013-04-223-1/+40
| |\ | | | | | | Add highlighting for multiple line comments
| | * Add highlighting for multiple line commentsGeorge Kettleborough2013-04-213-1/+40
| | |
| * | Remove intangible property from occur overlays.Craig Earls2013-04-221-2/+1
| |/
| * Sort buffer now attempts to keep point at the same xact.Craig Earls2013-04-181-31/+44
| |
| * Merge pull request #177 from thdox/documentation-typosCraig Earls2013-04-161-183/+183
| |\ | | | | | | Documentation typos
| | * Fix total posting costs examplethdox2013-04-161-2/+2
| | |
| | * delete trailing whitespacesthdox2013-04-161-153/+153
| | |
| | * fix typosthdox2013-04-161-29/+29
| |/
| * Merge pull request #176 from georgek/regexCraig Earls2013-04-163-59/+70
| |\ | | | | | | OK, lets try again. Thanks for working on this!
| | * Make union of regexps at compile timeGeorge Kettleborough2013-04-162-5/+8
| | |
| | * Fix payees and accounts matching to themselvesGeorge Kettleborough2013-04-161-52/+56
| | | | | | | | | | | | | | | | | | This would sometimes cause a double tab to be necessary for completion, although did also provide an accidental "feature" that repeated tabs would cycle all the way back to the original input
| | * Fix completion on payeesGeorge Kettleborough2013-04-151-2/+6
| | |
| | * Clean up payee regexesGeorge Kettleborough2013-04-151-4/+4
| | |
| * | Merge commit '3ad0f0d8a519d394b228908fc9b34ed7438386c2' into nextCraig Earls2013-04-151-1/+1
| |\|
| | * Merge pull request #175 from thdox/bug-950John Wiegley2013-04-141-1/+1
| | |\ | | | | | | | | Bug 950
| | | * Bug 950Thierry (thdox)2013-04-151-1/+1
| | |/
| * / commodities cleanupCraig Earls2013-04-151-31/+5
| |/
| * Fixed ledger-mode.texi for info.Craig Earls2013-04-141-1/+5
| |
| * Merge pull request #174 from davidkeegan/nextCraig Earls2013-04-141-1/+1
| |\ | | | | | | How did I miss that? Thanks!
| | * Function name mismatch causes revert error.David Keegan2013-04-141-1/+1
| |/
| * Bug 951, handle thousand separators.Craig Earls2013-04-135-274/+296
| | | | | | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first?
| * Merge pull request #172 from georgek/regexCraig Earls2013-04-134-13/+47
| |\ | | | | | | Looks good. Thanks for cleaning up the regexes. Separating the metadata form the account completion seems likely needless added complexity. What does it get us?
| | * Allow completion on accounts and metadataGeorge Kettleborough2013-04-132-8/+33
| | |
| | * Add regex for metadataGeorge Kettleborough2013-04-131-3/+12
| | |
| | * Fix comment regex to include all line comment typesGeorge Kettleborough2013-04-112-2/+2
| | |