* play/landmark.el: Change lm-' prefix to
landmark-' (Bug#7672).
(lm): Rename to landmark. (lm-test-run): Rename to landmark-test-run.
This commit is contained in:
parent
4474c927a7
commit
4d0143e6d7
3 changed files with 670 additions and 672 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -327,6 +327,8 @@ prompts for a number to count from and for a format string.
|
|||
|
||||
* Changes in Specialized Modes and Packages in Emacs 24.1
|
||||
|
||||
** The Landmark game is now invoked with `landmark', not `lm'.
|
||||
|
||||
** Prolog mode has been completely revamped, with lots of additional
|
||||
functionality such as more intelligent indentation, electricty, support for
|
||||
more variants, including Mercury, and a lot more.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2011-01-22 Jari Aalto <jari.aalto@cante.net>
|
||||
|
||||
* play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
|
||||
(lm): Rename to landmark.
|
||||
(lm-test-run): Rename to landmark-test-run.
|
||||
|
||||
2011-01-22 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue