# do not edit -- automatically generated by arch changelog # non-id: automatic-ChangeLog--steve@sxemacs.org--2005/emoney--main--0.2 # 2005-12-26 02:35:24 GMT Steve Youngs version-0 Summary: eMoney 0.2 is released! Revision: emoney--main--0.2--version-0 eMoney 0.2 has been released. * emoney.el: Move "Todo" section into its own file. new files: .arch-ids/TODO.id TODO modified files: emoney.el 2005-11-03 14:37:16 GMT Steve Youngs patch-12 Summary: Typo fix Revision: emoney--main--0.2--patch-12 * emoney.el (emoney-go-to-bank): Fix typo. modified files: emoney.el 2005-10-09 04:41:09 GMT Steve Youngs patch-11 Summary: Bitrot removal and some minor clean up Revision: emoney--main--0.2--patch-11 This change removes the "demo" mode. It was written before eMoney had anything resembling a UI. It may return in a future version of eMoney, but for now it's history. Also removed is the very old (from balance.el days) hard-coded LaTeX cheque printing. That only ever worked on balance.el's author's printer, wasn't customisable, and... well you get the picture. It's gone! * emoney.el (emoney-in-demo-mode): Removed. (emoney-mode): Update doc string... don't mention `emoney-demo'... it doesn't exist anymore. (emoney-demonstration-data): Removed. (emoney-demonstration-help): Removed. (emoney-demo): Removed. (emoney-recalculate-buffer): Don't check is we're in "demo" mode. No such thing anymore. (emoney-setup-accounts-buffer): 80 column clean up. (emoney-transfer-funds): Ditto. (emoney-parse-transaction-data): Remove the print stuff. (emoney-number-it): Removed. Old, bitrotted, hard-coded cheque printing via LaTeX. (emoney-print-make-words): Ditto. (emoney-print-check): Ditto. (emoney-setup-control-buffer): 80 column clean up. modified files: emoney.el 2005-10-09 03:42:58 GMT Steve Youngs patch-10 Summary: Bring eMoney to life in a blaze of colour. Revision: emoney--main--0.2--patch-10 * emoney.el (emoney-faces): New custom group. (emoney-account-name-face): New face. (emoney-debit-face): Ditto. (emoney-credit-face): Ditto. (emoney-date-face): Ditto. (emoney-clear-tran-face): Ditto. (emoney-unclear-tran-face): Ditto. (emoney-header-face): Ditto. (emoney-setup-accounts-buffer): Use new eMoney faces. (emoney-setup-header-buffer): Ditto. (emoney-update-acc-buf-bal): Ditto. (emoney-font-lock-keywords): New. For the font-lock thang. modified files: emoney.el 2005-10-08 02:21:07 GMT Steve Youngs patch-9 Summary: Fix balance display in A/C's buffer Revision: emoney--main--0.2--patch-9 * emoney.el (emoney-setup-accounts-buffer): Allow for situation where the account hasn't been "recalculated". modified files: emoney.el 2005-10-08 01:26:12 GMT Steve Youngs patch-8 Summary: Display each A/C's current balance in *Accounts Buffer* Revision: emoney--main--0.2--patch-8 * emoney.el (emoney-accounts-buffer-width): Set default to 25. The increase is to allow for balances being in the buffer. (emoney-setup-accounts-buffer): Insert each account's current balance into the buffer. (emoney-largest-balance): Move it higher in the file to avoid a compiler warning. (emoney-update-acc-buf-bal): New. Updates the balances in the Accounts buffer. (emoney-recalculate-buffer): Use it. modified files: emoney.el 2005-10-06 03:45:48 GMT Steve Youngs patch-7 Summary: Build cleanup Revision: emoney--main--0.2--patch-7 * Makefile: Remove "superupgrade" target. * emoney.el: Autoload `browse-url' at compile-time modified files: Makefile emoney.el 2005-10-06 01:20:54 GMT Steve Youngs patch-6 Summary: Menu and keymap additions -- calc & bank Revision: emoney--main--0.2--patch-6 * emoney.el (emoney-accounts-buffer-width): Make it customisable. (emoney-accounts-buffer-height): Make it customisable, default it to 9. (emoney-header-buffer-height): Make it customisable, default it to 4. (emoney-mode-menu): Add menu items for opening Bank URL, and calculator. (emoney-calc): New. Wrapper to work around a bug in Emacs Calc... The dreaded "window-edges" bug. (emoney-mode-map): Bind `C-c c' to `emoney-calc'. (emoney-setup-control-buffer): Use `emoney-calc'. modified files: emoney.el 2005-09-21 01:59:08 GMT Steve Youngs patch-5 Summary: Go to your bank's web site from within eMoney Revision: emoney--main--0.2--patch-5 * emoney.el (emoney-bank-url): New. (emoney-setup-control-buffer): Add button for surfing to your bank's web site. (emoney-go-to-bank): New. For browsing to your bank's web site. Default binding is `C-c b'. Also used in `emoney-setup-control-buffer'. (emoney-mode-map): Bind `C-c b' to `emoney-go-to-bank'. modified files: emoney.el 2005-09-12 13:29:37 GMT Steve Youngs patch-4 Summary: Switch accounts via keyboard Revision: emoney--main--0.2--patch-4 I almost can't believe I let this go so long without adding it. Now you can switch accounts via the keyboard... bound to `C-c s' * emoney.el (emoney-switch-to-account): Renamed to `emoney-mouse-switch-to-account'. (emoney-mouse-switch-to-account): New. (emoney-accounts-buffer-map): Use it. (emoney-switch-to-account): New version of this function, now it is for switching accounts via the keyboard. (emoney-mode-map): Bind `C-c b' to `emoney-switch-to-account'. modified files: emoney.el 2005-09-12 00:05:40 GMT Steve Youngs patch-3 Summary: Makefile tweak Revision: emoney--main--0.2--patch-3 * Makefile (INSTALL): Drop the user/group options so eMoney can be installed by non-root users. modified files: Makefile 2005-09-11 23:37:40 GMT Steve Youngs patch-2 Summary: Window config improvements Revision: emoney--main--0.2--patch-2 This change works around a problem in Emacs Calc. Calc wouldn't put point back to the place it was before calc was called. We fix it by defadvice'ing `calc' and `calc-quit'. Also, we only save/restore the "pre eMoney" window configuration if eMoney isn't running in its own frame. * emoney.el (calc): defadvice it so it saves the window config before calc starts. (calc-quit): defadvice it so that the "pre calc" window config is restored when calc exits. (emoney): Save the window config to a register instead of using a global variable. Only save the config if eMoney is _not_ using its own frame. (emoney-quit): Restore the window config from a register, only if eMoney is _not_ using its own frame. (emoney-old-window-config): Removed. modified files: emoney.el 2005-01-01 01:36:48 GMT Steve Youngs patch-1 Summary: tla style version string Revision: emoney--main--0.2--patch-1 The patch introduces a tla style version string, something like... steve@sxemacs.org--2005/emoney--main--0.2--base-0 It also adds the ChangeLog file from the previous version. It is in ./ChangeLog.d/ * Makefile (VER): Bump to 0.2. (EXTRA_SRC): Remove ChangeLog... we let tla do the job of tracking changes. (all): Add emoney-version.el (auto-autoloads.el): emoney-version.el is a dependency (emoney-version.el): New target. (version): Alias to above. (distclean): Remove emoney-version.el* as well. (.PHONY): New. To ensure the emoney-version is built. * emoney.el (emoney-codename): "Capital Gain" * emoney.el (emoney-version): Require emoney-version. new files: .arch-ids/.arch-inventory.id .arch-inventory ChangeLog.d/.arch-ids/=id ChangeLog.d/.arch-ids/ChangeLog-0.1.id ChangeLog.d/ChangeLog-0.1 modified files: Makefile emoney.el new directories: ChangeLog.d ChangeLog.d/.arch-ids 2005-01-01 00:24:51 GMT Steve Youngs base-0 Summary: tag of steve@sxemacs.org--2004/emoney--main--0.1--patch-1 Revision: emoney--main--0.2--base-0 (automatically generated log message) new patches: steve@sxemacs.org--2004/emoney--main--0.1--base-0 steve@sxemacs.org--2004/emoney--main--0.1--patch-1