aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/menu-bar.el3
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0b9731ae904..44cc4c78616 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-08-21 Glenn Morris <rgm@gnu.org>
2
3 * menu-bar.el (menu-bar-games-menu): Add landmark.
4
12010-08-20 Glenn Morris <rgm@gnu.org> 52010-08-20 Glenn Morris <rgm@gnu.org>
2 6
3 * align.el (align-regexp): Make group and spacing arguments 7 * align.el (align-regexp): Make group and spacing arguments
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index d831744f311..2424647a73f 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1191,6 +1191,9 @@ mail status in mode line"))
1191(define-key menu-bar-games-menu [life] 1191(define-key menu-bar-games-menu [life]
1192 `(menu-item ,(purecopy "Life") life 1192 `(menu-item ,(purecopy "Life") life
1193 :help ,(purecopy "Watch how John Conway's cellular automaton evolves"))) 1193 :help ,(purecopy "Watch how John Conway's cellular automaton evolves")))
1194(define-key menu-bar-games-menu [land]
1195 `(menu-item ,(purecopy "Landmark") landmark
1196 :help ,(purecopy "Watch a neural-network robot learn landmarks")))
1194(define-key menu-bar-games-menu [hanoi] 1197(define-key menu-bar-games-menu [hanoi]
1195 `(menu-item ,(purecopy "Towers of Hanoi") hanoi 1198 `(menu-item ,(purecopy "Towers of Hanoi") hanoi
1196 :help ,(purecopy "Watch Towers-of-Hanoi puzzle solved by Emacs"))) 1199 :help ,(purecopy "Watch Towers-of-Hanoi puzzle solved by Emacs")))