*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2078 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-03-13 08:11:51 +00:00
parent 71736a4883
commit 1e307c71df
6 changed files with 19 additions and 4 deletions

View File

@ -1,10 +1,17 @@
Version history:
------- -------
1.3.2 - 12 March 2000
o new French and German translations
o new French documentation
o speed improvements in the register
o more work on reports
1.3.1 - 05 March 2000
o qif fixes
o French documentation
1.3.0 - 28 February 2000
o first gnome release of GnuCash
o many, many, many changes
1.1.22 - 3 November 1998

2
configure vendored
View File

@ -747,7 +747,7 @@ fi
PACKAGE=gnucash
VERSION=1.3.1
VERSION=1.3.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

View File

@ -23,7 +23,7 @@
AC_INIT(src/guile/gnucash.h.in)
AM_INIT_AUTOMAKE(gnucash,1.3.1)
AM_INIT_AUTOMAKE(gnucash,1.3.2)
dnl Set of available languages.
ALL_LINGUAS="fr de"

View File

@ -1,6 +1,6 @@
Name: gnucash
Summary: GnuCash is an application to keep track of your finances.
Version: 1.3.1
Version: 1.3.2
Release: 1
Copyright: Free Software Foundation
Group: Applications/Finance

View File

@ -1225,6 +1225,14 @@ gnc_register_create_popup_menu(RegWindow *regData)
0, 0, NULL
},
GNOMEUIINFO_SEPARATOR,
{
GNOME_APP_UI_ITEM,
DUPLICATE_MENU_STR, TOOLTIP_DUP_TRANS,
duplicateCB, regData, NULL,
GNOME_APP_PIXMAP_NONE, NULL,
0, 0, NULL
},
GNOMEUIINFO_SEPARATOR,
{
GNOME_APP_UI_ITEM,
BLANK_MENU_STR, TOOLTIP_BLANK_TRANS,

View File

@ -98,7 +98,7 @@
(list (car args) (cdr args)))
(define (gnc:prefs-show-version)
(display "GnuCash 1.3.1 development version") (newline))
(display "GnuCash 1.3.2 development version") (newline))
(define (gnc:prefs-show-usage)
(display "usage: gnucash [ option ... ] [ datafile ]") (newline))