1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
2f043267ee Add 2008 to copyright years. 2008-01-07 02:00:47 +00:00
Dan Nicolaescu
d5d1f5fdd8 * play/decipher.el (decipher-keypress): Use forward-line. 2007-10-20 06:53:06 +00:00
Glenn Morris
5a9dffec38 Switch license to GPLv3 or later. 2007-07-25 04:24:43 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
f2e3589a33 Update copyright years. 2006-12-09 04:06:06 +00:00
Romain Francoise
1004fadc84 Update copyright notices of all files in the lisp/play directory. 2006-02-05 14:10:45 +00:00
Deepak Goel
8c307e0f56 Message format spec fixes, commit no. 4 2005-09-18 12:32:51 +00:00
Thien-Thi Nguyen
5fd6d89f46 Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Juanma Barranquero
e0b3c2b98d (decipher-loop-with-breaks): Change space constants "protected" from end of line
by a comment to "?\s".
2005-06-29 13:55:15 +00:00
Lute Kamstra
c83c96545b * play/5x5.el (5x5-mode):
* play/decipher.el (decipher-mode, decipher-stats-mode):
* play/gomoku.el (gomoku-mode):
* play/snake.el (snake-mode):
* play/solitaire.el (solitaire-mode):
* play/tetris.el (tetris-mode): Use run-mode-hooks.

* play/landmark.el (lm-mode):
* play/mpuz.el (mpuz-mode): Use kill-all-local-variables and
run-mode-hooks.
2005-05-26 15:26:09 +00:00
Thien-Thi Nguyen
0ec2b560ea Update years in copyright notice; nfc. 2005-05-12 01:35:20 +00:00
Richard M. Stallman
b64e46503f (decipher-mode): Don't call decipher-read-alphabet if buffer is empty. 2005-01-17 23:50:23 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
e7f32a7551 (decipher-ignore-spaces): Don't quote nil and t in docstrings. 2003-05-06 17:45:50 +00:00
Andreas Schwab
3ed7472c12 (decipher-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:49:14 +00:00
Pavel Janík
f0529b5b1a Doc fix. 2001-12-20 19:01:00 +00:00
Pavel Janík
e74f81999c (decipher-mode): Remove make-local-hook. 2001-11-25 11:32:23 +00:00
Pavel Janík
6e44da43b1 Some fixes to follow coding conventions. 2001-07-16 09:10:19 +00:00
Dave Love
9f56503b8e Fix commentary section. 2000-08-16 19:03:53 +00:00
Richard M. Stallman
bb10be4c8c Fix maintainer email addr. 1998-10-25 23:50:03 +00:00
Stephen Eglen
323f7c491f Customized. 1998-04-05 16:14:58 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Richard M. Stallman
93ce34bffe (decipher-copy-cons): Renamed from decipher-get-undo-copy. Calls changed. 1997-06-23 02:59:21 +00:00
Richard M. Stallman
4f2c8fbb60 (decipher-get-undo-copy): New function.
(decipher-get-undo): Use it.
1996-08-17 03:12:18 +00:00
Karl Heuer
1fb87c7784 Fix FSF address in comment. 1996-07-20 18:10:35 +00:00
Richard M. Stallman
67edb19c82 Load cl within eval-when-compile.
(decipher-font-lock-keywords): Fix doc patching error.
1996-02-23 23:51:05 +00:00
Richard M. Stallman
40600c9459 (decipher-mode): Removed nonstandard font-lock support.
(decipher-make-checkpoint, decipher-resync): Removed special
support for font-lock.
(decipher-resync): Removed `$' from regexps.
(decipher-set-map): Use font-lock-fontify-region-function.
(decipher-font-lock-keywords): Removed newlines from regexps.
(decipher-use-font-lock): Deleted.
(decipher-toggle-font-lock, decipher-turn-on-font-lock): Deleted.
1996-02-23 06:38:27 +00:00
Karl Heuer
a378799a5c (decipher-mode, decipher-set-map, decipher-insert,
decipher-make-checkpoint, decipher-resync): Added special support
for font-lock.
(decipher-use-font-lock, decipher-font-lock-keywords): New vars.
(decipher-toggle-font-lock, decipher-turn-on-font-lock): New funcs.
1996-02-19 07:52:24 +00:00
Karl Heuer
ddfb0a34ce Doc changes.
(decipher-char): Added defvar (and also for following variables).
(decipher--prev-char): Renamed from decipher-prev-char.
(decipher--digram): Renamed from digram.
(decipher--digram-list): Renamed from digram-list.
(decipher--before): Renamed from before-array.
(decipher--after): Renamed from after-array.
(decipher--freqs): Renamed from freq-array.
1996-02-16 00:36:52 +00:00
Richard M. Stallman
cb4d47c527 Load cl only when compiling. 1996-02-11 19:27:29 +00:00
Richard M. Stallman
c10902fb9c Initial revision 1996-02-08 23:26:45 +00:00