Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/chess/files: 51chess-gentoo.el
Date: Mon, 24 Sep 2007 22:49:49
Message-Id: E1IZwcJ-0004gw-Qh@stork.gentoo.org
1 ulm 07/09/24 22:41:27
2
3 Modified: 51chess-gentoo.el
4 Log:
5 Additional autoload definitions for site-init file.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 app-emacs/chess/files/51chess-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/files/51chess-gentoo.el?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/files/51chess-gentoo.el?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/chess/files/51chess-gentoo.el?r1=1.2&r2=1.3
14
15 Index: 51chess-gentoo.el
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/chess/files/51chess-gentoo.el,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 51chess-gentoo.el 24 Sep 2007 19:06:34 -0000 1.2
22 +++ 51chess-gentoo.el 24 Sep 2007 22:41:27 -0000 1.3
23 @@ -5,6 +5,9 @@
24
25 (autoload 'chess "chess"
26 "Start a game of chess, playing against ENGINE (a module name)." t)
27 +(defalias 'chess-session 'chess)
28 +(autoload 'chess-create-display "chess"
29 + "Create a display, letting the user's customization decide the style.")
30 (autoload 'chess-link "chess-link"
31 "Play out a game between two engines, and watch the progress." t)
32 (autoload 'chess-pgn-read "chess-pgn"
33 @@ -14,6 +17,8 @@
34 (defalias 'pgn-mode 'chess-pgn-mode)
35 (autoload 'chess-puzzle "chess-puzzle"
36 "Pick a random puzzle from FILE, and solve it against the default engine." t)
37 +(autoload 'chess-fischer-random-position "chess-random"
38 + "Generate a Fischer Random style position.")
39 (autoload 'chess-tutorial "chess-tutorial"
40 "A simple chess training display." t)
41 (autoload 'chess-ics "chess-ics"
42
43
44
45 --
46 gentoo-commits@g.o mailing list