head	1.16;
access;
symbols
	V0-3-1:1.9;
locks; strict;
comment	@# @;


1.16
date	2001.01.25.17.13.55;	author jwagner;	state Exp;
branches;
next	1.15;

1.15
date	2001.01.23.17.22.39;	author jwagner;	state Exp;
branches;
next	1.14;

1.14
date	2001.01.23.09.37.47;	author wkoch;	state Exp;
branches;
next	1.13;

1.13
date	2001.01.18.07.01.08;	author wkoch;	state Exp;
branches;
next	1.12;

1.12
date	2000.07.25.11.25.27;	author wkoch;	state Exp;
branches;
next	1.11;

1.11
date	2000.07.25.10.48.08;	author wkoch;	state Exp;
branches;
next	1.10;

1.10
date	2000.06.28.18.16.44;	author wkoch;	state Exp;
branches;
next	1.9;

1.9
date	2000.05.25.16.03.30;	author wkoch;	state Exp;
branches;
next	1.8;

1.8
date	2000.05.25.14.37.36;	author wkoch;	state Exp;
branches;
next	1.7;

1.7
date	2000.05.21.18.46.16;	author wkoch;	state Exp;
branches;
next	1.6;

1.6
date	2000.05.16.18.08.34;	author wkoch;	state Exp;
branches;
next	1.5;

1.5
date	2000.05.16.15.30.40;	author wkoch;	state Exp;
branches;
next	1.4;

1.4
date	2000.05.11.16.01.28;	author wkoch;	state Exp;
branches;
next	1.3;

1.3
date	2000.05.03.18.04.45;	author wkoch;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.02.18.01.28;	author wkoch;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.08.08.54.49;	author wkoch;	state Exp;
branches;
next	;


desc
@@


1.16
log
@change log
@
text
@2001-01-25	Jan-Oliver Wagner <jan@@intevation.de>

	* README.W32: New

2001-01-23	Jan-Oliver Wagner <jan@@intevation.de>

	* acconfig.h: added USE_ONLY_8DOT3 and  USE_SIMPLE_GETTEXT
	* configure.in: added USE_SIMPLE_GETTEXT for Windows

2001-01-23  Werner Koch  <wk@@gnupg.org>

	* configure.in (GPG): Fixed initialization for W32. Changed test
	for gpg.
	* acconfig.h (GPG_PATH): New.

2001-01-18  Werner Koch  <wk@@gnupg.org>

	* autogen.sh:  Add --build-w32 option
	* configure.in: Modifications for the new MingW32/CPD version.

2000-07-25 13:15:56  Werner Koch  (wk@@habibti.openit.de)

  Changed the copyright notices from FSF to G-N-U because we have not
  yet assigned the copyright and the G-N-U is the main authors.

2000-07-25 09:08:59  Werner Koch  (wk@@habibti.openit.de)

  * configure.in (GPA_DATADIR): Create this macro.

2000-06-28 20:09:49  Werner Koch  (wk@@habibti.openit.de)

  * VERSION: New because it is easier for the mkdiff script to move
  this file to the beginning, so that in trun patch can find the prereq
  * Makefile.am, configure.in: Adjusted for that.

  Version 0.3.1 has been released (without this entry :-()

2000-05-25 17:55:29  Werner Koch  (wk@@habibti.openit.de)

  * configure.in: Check for gpg.

2000-05-24 09:04:44  Werner Koch  (wk@@habibti.openit.de)

  * configure.in: Removed -Wshadow because this hits on glib's usage of
  "index".

2000-05-17 10:25:54  Werner Koch  (wk@@habibti.openit.de)

  * TODO: Updated by Markus
  * AUTHORS, THANKS: Updated.

2000-05-16 20:08:47  Werner Koch  (wk@@habibti.openit.de)

  Set version to 0.3 to indicate that we have a German
  translation and GNU formatted source (I don't like the last
  one but it is something which we can easily agree on).

2000-05-15 16:49:59  Werner Koch  (wk@@habibti.openit.de)

  Added PO support.

2000-05-11 16:59:24  Werner Koch  (wk@@habibti.openit.de)

  * configure.in: Add a few function checks. Fixed some hardcoded
  paths for the W32 version of Gtk+ - needs a better solution.

  GPA shows up on a Windows NT box and didn't crash.  This is a good
  reason to increase the version number.

  Version 0.2.0

2000-05-03 20:09:17  Werner Koch  (wk@@habibti.openit.de)

  Version 0.1.0


@


1.15
log
@updated ChangeLog
@
text
@d1 4
@


1.14
log
@Fixed GPG constant for W32
@
text
@d1 5
@


1.13
log
@Modifications for the new MingW32/CPD release
@
text
@d1 6
@


1.12
log
@Changed copyright notice.  Except for GPAPA legal papers are not anymore
required.
@
text
@d1 5
@


1.11
log
@Support for the tip windows
@
text
@d1 5
d24 2
a25 2
  * configure.in: Removed -Wshadow because this hits glib's usage of
  "index'.
@


1.10
log
@Added a VERSION file to make patch's Prereq and the mkdiff script work.
@
text
@d1 4
@


1.9
log
@configuration fixes
@
text
@d1 8
d11 1
a11 1
	* configure.in: Check for gpg.
d15 2
a16 2
	* configure.in: Removed -Wshadow because this hits glib's usage of
	"index'.
d20 2
a21 2
	* TODO: Updated by Markus
	* AUTHORS, THANKS: Updated.
d25 3
a27 3
	Set version to 0.3 to indicate that we have a German
	translation and GNU formatted source (I don't like the last
	one but it is something which we can easily agree on).
d31 1
a31 1
	Added PO support.
d35 2
a36 2
	* configure.in: Add a few function checks. Fixed some hardcoded
	paths for the W32 version of Gtk+ - needs a better solution.
d38 2
a39 2
	GPA shows up on a Windows NT box and didn't crash.  This is a good
	reason to increase the version number.
d41 1
a41 1
	Version 0.2.0
d45 1
a45 1
	Version 0.1.0
@


1.8
log
@A few changes done at Utrecht and elsewhere
@
text
@d1 4
@


1.7
log
@Added missing files in jnlib
@
text
@d1 5
@


1.6
log
@No more K&R but GNU coding standards (more or less).
@
text
@d1 5
@


1.5
log
@Some GPAPA things are now working under W32.
@
text
@d1 6
@


1.4
log
@Version 0.2.0 - very basically runs on Windows NT
@
text
@d1 4
@


1.3
log
@Version 0.1.0
@
text
@d1 10
@


1.2
log
@PGG has been replaced by the new GPAPA
@
text
@d1 1
a1 1
2000-05-02 19:57:29  Werner Koch  (wk@@habibti.openit.de)
d3 1
a3 2
	* gpa.c, keymenu.c, filemenu.c: Removed libiberty header.
	* gpa.h: Included xmalloc header.
@


1.1
log
@initial checkin
@
text
@d1 6
@

