Rev 43 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 43 | Rev 45 | ||
|---|---|---|---|
| Line -... | Line 1... | ||
| - | 1 | pyscrabble (1.6.2-8) unstable; urgency=low |
|
| - | 2 | ||
| - | 3 | * typeerrors.patch: Fix two cases of attempting to pass floats to |
|
| - | 4 | functions expecting ints: |
|
| - | 5 | - In the motion-notify-event callback of the chatboxes, which should |
|
| - | 6 | change the cursor into a hand when over a URL (LP: #923363). |
|
| - | 7 | - In the button-press-event callback of the buttons making up the |
|
| - | 8 | board, which should produce an arrow to allow tiles to be placed by |
|
| - | 9 | typing letters. |
|
| - | 10 | ||
| - | 11 | -- Magnus Holmgren <holmgren@debian.org> Sun, 29 Jan 2012 21:02:09 +0100 |
|
| - | 12 | ||
| 1 | pyscrabble (1.6.2-7) unstable; urgency=low |
13 | pyscrabble (1.6.2-7) unstable; urgency=low |
| 2 | 14 | ||
| 3 | * max-players.patch: Before denying a player from joining a game because |
15 | * max-players.patch: Before denying a player from joining a game because |
| 4 | the maximum number of players has been reach, check whether the player |
16 | the maximum number of players has been reach, check whether the player |
| 5 | is rejoining a game he or she is already part of (Closes: #633838). |
17 | is rejoining a game he or she is already part of (Closes: #633838). |