summaryrefslogtreecommitdiff
path: root/emacs.cc
Commit message (Expand)AuthorAgeFilesLines
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-0/+1
* Added several missing copyright notices.John Wiegley2008-08-031-0/+31
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-4/+4
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-1/+1
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-4/+2
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-2/+2
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-7/+7
* Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-6/+4
* Merged in bug fixes from master (done for 2.6.1b)John Wiegley2008-07-191-2/+3
|\
| * Reconciling using ledger.el is now line-based, instead of character based, dueJohn Wiegley2008-07-171-3/+3
* | The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-2/+3
|/
* Transactions now track their beginning and ending position, as doJohn Wiegley2008-04-131-1/+2
* Removed Python integration support.John Wiegley2008-04-131-23/+0
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-1/+1
* See ChangeLogJohn Wiegley2008-04-131-2/+2
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-12/+13
* *** empty log message ***John Wiegley2008-04-131-1/+0
* (write_entry): Added filename to Emacs output, in preperation forJohn Wiegley2008-04-131-0/+10
* (write_entry): If an entry is marked pending, output the `pending'John Wiegley2008-04-131-1/+11
* Expose FormatEmacsTransactions to Python.John Wiegley2008-04-131-0/+23
* Added an Emacs formatter, accessible with the new "emacs" command.John Wiegley2008-04-131-0/+59