mirror of
https://github.com/davidkeegan/dklrt
synced 2024-12-25 09:59:19 +01:00
WIP: Changes section.
This commit is contained in:
parent
23feacf553
commit
2bc5ef02d2
3 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
||||||
(define-package "dklrt" "1.0"
|
(define-package "dklrt" "1.00"
|
||||||
"Ledger Recurring Transactions."
|
"Ledger Recurring Transactions."
|
||||||
'((dkmisc "0.5") (ledger-mode "20130908.1357") (emacs "24.1")))
|
'((dkmisc "0.50") (ledger-mode "20130908.1357") (emacs "24.1")))
|
||||||
|
|
4
dklrt.el
4
dklrt.el
|
@ -3,8 +3,8 @@
|
||||||
;; Copyright: (c) David Keegan 2011-2013.
|
;; Copyright: (c) David Keegan 2011-2013.
|
||||||
;; Licence: FSF GPLv3.
|
;; Licence: FSF GPLv3.
|
||||||
;; Author: David Keegan <dksw@eircom.net>
|
;; Author: David Keegan <dksw@eircom.net>
|
||||||
;; Version: 1.0
|
;; Version: 1.00
|
||||||
;; Package-Requires: ((dkmisc "0.5") (ledger-mode "20130908.1357") (emacs "24.1"))
|
;; Package-Requires: ((dkmisc "0.50") (ledger-mode "20130908.1357") (emacs "24.1"))
|
||||||
;; Keywords: ledger ledger-cli recurring periodic automatic
|
;; Keywords: ledger ledger-cli recurring periodic automatic
|
||||||
;; URL: https://github.com/davidkeegan/dklrt
|
;; URL: https://github.com/davidkeegan/dklrt
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename dklrt.info
|
@setfilename dklrt.info
|
||||||
@settitle Ledger Recurring Transactions 1.0
|
@settitle Ledger Recurring Transactions 1.00
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
|
||||||
@syncodeindex fn cp
|
@syncodeindex fn cp
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
@c updates the node pointers, which texinfmt.el needs.
|
@c updates the node pointers, which texinfmt.el needs.
|
||||||
|
|
||||||
@copying
|
@copying
|
||||||
This manual is for emacs package dklrt version 1.0.
|
This manual is for emacs package dklrt version 1.00.
|
||||||
|
|
||||||
Copyright @copyright{} 2010–2013 David Keegan.
|
Copyright @copyright{} 2010–2013 David Keegan.
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ Foundation GNU Free Documentation Licence.
|
||||||
@end macro
|
@end macro
|
||||||
|
|
||||||
@titlepage
|
@titlepage
|
||||||
@title Ledger Recurring Transactions 1.0
|
@title Ledger Recurring Transactions 1.00
|
||||||
@author David Keegan
|
@author David Keegan
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
|
@ -190,7 +190,7 @@ Package dklrt was developed mostly between 2011-06-08 and
|
||||||
2011-08-17.
|
2011-08-17.
|
||||||
|
|
||||||
@table @asis
|
@table @asis
|
||||||
@item Version 1.0 20131104:
|
@item Version 1.00 20131104:
|
||||||
Initial release as package.
|
Initial release as package.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue