~ubuntu-branches/ubuntu/breezy/groundhog/breezy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
2002-05-05  gettextize  <bug-gnu-gettext@gnu.org>

	* configure.in (AC_OUTPUT): Add intl/Makefile.

2002-05-05  gettextize  <bug-gnu-gettext@gnu.org>

	* configure.in (AC_OUTPUT): Add intl/Makefile.

2002-05-05  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(SUBDIRS): Remove intl.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.in (AC_OUTPUT): Add m4/Makefile.

2002-03-11  Maurits Rijk  <maurits@linux.local>

	* src/dialog.cc: Use GTK stock icons

Sun Jan  9 21:34:05 2000  Maurits Rijk  <maurits@frop.edu>

	* Made 1.2 release

Wed Dec 23 19:30:01 1998  Maurits Rijk  <maurits@frop.edu>

	* game.cc: randomized shuffle routine

	* new_game_dialog.cc (NewGameDialog): made 5x5 default

	* game.cc: added options dialog
	           added toolbar
		   added tooltips support

	* options_dialog.cc (OptionsDialog): new dialog

Tue Dec 22 21:16:38 1998  Maurits Rijk  <maurits@frop.edu>

	* new_game_dialog.cc (NewGameDialog): fixed minor layout bug

Mon Dec 21 21:56:01 1998  Maurits Rijk  <maurits@frop.edu>

	* Makefile: added -Wall flag and did some code cleanup to remove 
	warnings.
	
Sat Dec 19 23:13:24 1998  Maurits Rijk  <maurits@frop.edu>

	* score.cc (IsNewHighScore): '<= 10' should be '< 10'

Wed Dec 16 22:03:11 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* made 1.0 release
	
	* highscore.cc (Read): replaced string.data() by string.c_str()

Tue Dec 15 21:18:35 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* finished highscore implementation

	* highscore_tab.cc: created

Mon Dec 14 13:57:27 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* pocket.cc: put in pixmaps at compile time instead of at runtime.

Wed Dec  9 22:08:54 1998  Maurits Rijk  <lpeek.mrijk@consunet.nl>

	* game.cc: minor layout issues

	* dialog.cc (Dialog): added 'AddCancelButton' function.

	* new_game_dialog.cc (NewGameDialog): changed layout.

	* dialog.cc (Dialog): make 'Ok' button default.