2001-05-30 Gediminas Paulauskas <menesis@delfi.lt>
2001-05-30  Gediminas Paulauskas <menesis@delfi.lt>

* src/score-dialog.c: stock pixmap for clear button.

2000-04-20  Ian Peters  <itp@gnu.org>

* src/io-gtk.c (io_gtk_init): wrap most of this function in
  gtk_widget_[pusph|pop]_[visual|colormap], to fix BadMatch on
  multi-depth displays.

1999-04-01  Tuomas Kuosmanen  <tigert@gimp.org>

* src/freecell.desktop (Icon): Changed the icon to point 
to the gnome-cardgame.png I committed to gnome-core.

1998-05-17  Raja R Harinath  <harinath@cs.umn.edu>

* gdk-card-image/Makefile.am (INCLUDES): Don't use obsolete
config var X_CFLAGS.

1998-04-13  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* Removed its own configure.  It is now builded as a subdir of
gnome-games.

Sat Mar 21 10:45:29 1998  Tom Tromey  <tromey@cygnus.com>

* src/io-gtk.c: Use gnome_message_box_*, not gnome_messagebox_*.

* src/io-gtk.c (callback_restart_lose): messagebox buttons now
start at 0.
(callback_new_with_seed_with_lose): Likewise.
(callback_new_with_lose): Likewise.
(callback_exit_with_lose): Likewise.

Sat Mar  7 22:03:04 1998  Tom Tromey  <tromey@cygnus.com>

* src/freecell.c (program_name): Removed.
(main): Use new gnome_init.
(parse_args): Removed.

1998-02-26  Raja R Harinath  <harinath@cs.umn.edu>

* src/game.c (freecellgame_new): Use the value returned from
`freecell_new_with_seed'. 
(freecellgame_restart): Likewise.

1998-02-24  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

* configure.in (ALL_LINGUAS): Added German translation.

1998-02-19  Federico Mena Quintero  <federico@nuclecu.unam.mx>

* src/freecell.c (main): Added app_id "freecell".

Thu Feb 19 08:09:28 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* src/menu.c (game_menuinfo): Added "New Game with a seed".
* src/io-gtk.c (callback_new_with_seed): New function.
* src/game.c (freecellgame_new_with_seed): New function.
* src/card.c (deck_shuffle): Remove srand().

* src/menu.c: Some changes to follow the GNOME style guide.
* src/option-dialog.c (option_dialog): Likewise.

Tue Feb 17 23:06:43 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* src/score-dialog.c (score_dialog): No more modal dialog.
* src/option-dialog.c (option_dialog): Likewise.

* src/score.c: Change config names to "/freecell/...".
* src/option.c : Likewise.

1998-02-15  Raja R Harinath  <harinath@cs.umn.edu>

* gdk-card-image/Makefile.am (INCLUDES): Include $(X_LIBS).
* src/Makefile.am (INCLUDES): Likewise.

* configure.in (X_LIBS,x_libs,X_CFLAGS): Get either from topdir
configure.in or from GNOME_X_CHECKS.

* acconfig.h (HAVE_LIBSM): New tag.

Sat Feb 14 09:31:09 1998  Tom Tromey  <tromey@cygnus.com>

* src/Makefile.am (freecell_LDADD): Find libgdkcardimage in build
dir, not srcdir.
(Games_DATA): New macro.

Sat Feb 14 16:39:23 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* autogen.sh: New file.
* configure.in: Simplified config & build for splitted GNOME.
* src/Makefile.am: Likewise.

1998-02-13  Raja R Harinath  <harinath@cs.umn.edu>

* configure.in: Use AM_ACLOCAL_INCLUDE if built inside gnome tree.

Mon Feb  9 03:30:21 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* src/freecell.c (parse_args): new function.
(main): Move some GNOME stuffs to here from io-gtk.c
(main): Added --help, --version options.

Fri Jan 30 11:26:23 EST 1998 Nathan Bryant <bryant@cs.usm.maine.edu>

Gnome now builds on alpha-dec-osf3.2
* configure.in: check for libSM
* src/Makefile.am: remove -ldl -lSM -lICE, add $(DL_LIB)
* src/freecell.c: include locale.h

Thu Jan 29 16:49:12 EST 1998 Nathan Bryant <bryant@cs.usm.maine.edu>

* configure.in: remove fr from ALL_LINGUAS

Thu Jan 29 00:56:35 1998  Tom Tromey  <tromey@cygnus.com>

* configure.in: Typo fix.

1998-01-28  Raja R Harinath  <harinath@cs.umn.edu>

* configure.in: Use config.cache to detect if built in gnome tree.

* src/Makefile.am: Don't look for libraries in $(srcdir).

Tue Jan 27 13:55:42 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

* src/Makefile.am (install-data-local): Updated installation of
.desktop file.

Wed Jan 28 07:47:11 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* src/menu.c, src/menu.h, src/io-gtk.c, src/io-gtk.h:
Use gnome_app_create_menus() and gnome_app_create_toolbar().

* configure.in, src/Makefile.am: Use libtool to link in GNOME
 tree.
* ltconfig, ltmain.sh: New files, from libtool-1.0f.

Tue Jan 27 17:15:14 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* src/io-gtk.c (create_main_menu): Change `Quit' to `Exit'.
(create_main_menu): Make accelerator strings translatable.

1998-01-26  Mark Galassi  <rosalia@cygnus.com>

* src/Makefile.am (freecell_LDADD): added -ldl

Tue Jan 27 04:49:55 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* src/freecell.desktop: new file, desktop information
* src/Makefile.am: Make the above file installed.

* src/io-gtk.c (io_gtk_init): call textdomain() after gnome_init
so that i18n should work.

Sun Jan 18 17:55:44 EST 1998 Nathan Bryant <nbryan71@maine.edu>

* acinclude.m4: new file; contains gettext.m4, lcmessage.m4, and
  progtest.m4 from gettext-0.10.32.  freecell builds now.

Sat Jan 17 11:48:11 1998  Tom Tromey  <tromey@cygnus.com>

* configure.scan: Removed.