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."
|
||||
'((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.
|
||||
;; Licence: FSF GPLv3.
|
||||
;; Author: David Keegan <dksw@eircom.net>
|
||||
;; Version: 1.0
|
||||
;; Package-Requires: ((dkmisc "0.5") (ledger-mode "20130908.1357") (emacs "24.1"))
|
||||
;; Version: 1.00
|
||||
;; Package-Requires: ((dkmisc "0.50") (ledger-mode "20130908.1357") (emacs "24.1"))
|
||||
;; Keywords: ledger ledger-cli recurring periodic automatic
|
||||
;; URL: https://github.com/davidkeegan/dklrt
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
@c %**start of header
|
||||
@setfilename dklrt.info
|
||||
@settitle Ledger Recurring Transactions 1.0
|
||||
@settitle Ledger Recurring Transactions 1.00
|
||||
@c %**end of header
|
||||
|
||||
@syncodeindex fn cp
|
||||
|
@ -15,7 +15,7 @@
|
|||
@c updates the node pointers, which texinfmt.el needs.
|
||||
|
||||
@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.
|
||||
|
||||
|
@ -54,7 +54,7 @@ Foundation GNU Free Documentation Licence.
|
|||
@end macro
|
||||
|
||||
@titlepage
|
||||
@title Ledger Recurring Transactions 1.0
|
||||
@title Ledger Recurring Transactions 1.00
|
||||
@author David Keegan
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
|
@ -190,7 +190,7 @@ Package dklrt was developed mostly between 2011-06-08 and
|
|||
2011-08-17.
|
||||
|
||||
@table @asis
|
||||
@item Version 1.0 20131104:
|
||||
@item Version 1.00 20131104:
|
||||
Initial release as package.
|
||||
@end table
|
||||
|
||||
|
|
Loading…
Reference in a new issue