~ubuntu-branches/ubuntu/gutsy/gnome-games/gutsy

« back to all changes in this revision

Viewing changes to gnobots2/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Aron Sisak
  • Date: 2007-09-04 14:51:09 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20070904145109-mhuz0i58sku6d33w
Tags: 1:2.19.92-0ubuntu1
* New upstream release:
  - Aisleriot:
    - Remove ellipsis from "Select game" button on toolbar
    - Remove stray debug spew
  - Robots:
    - Updated documentation, especially keyboard controls
    - Apply keys when closing preferences instead of when restarting game
    - Unfocus the toolbar to prevent accidentaly starting a game by pressing space
  - Sudoku:
    - Don't crash if puzzle generator target is zero
  - Tetravex:
    - Blank tiles when game is paused
    - Remove dead code
  - Updated translations: es, et, fr, gl, ml, nb, oc, pt, vi

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-09-02  Thomas H.P. Andersen  <phomes@gmail.com>
 
2
 
 
3
        * menu.c: Make the toolbar not have focus as default.
 
4
        Fixes bug #451372
 
5
 
 
6
2007-09-02  Thomas H.P. Andersen  <phomes@gmail.com>
 
7
 
 
8
        * properties.c: Apply new keys when closing preferences window.
 
9
        Fixes bug #449656 
 
10
 
1
11
2007-07-28  Andreas Røsdal  <andreasr@gnome.org>
2
12
 
3
13
        * menu.c: Apply "view toolbar" property on startup. Patch from
5
15
 
6
16
2007-07-13  Thomas H.P. Andersen  <phomes@gmail.com>
7
17
 
8
 
        * game.c Don't enter endless loop when there are no safe teleport locations
 
18
        * game.c: Don't enter endless loop when there are no safe teleport locations
9
19
        Patch from Ferenc Gerlits in bug #438829.
10
20
 
11
21
2007-06-27  Thomas H.P. Andersen  <phomes@gmail.com>