summaryrefslogtreecommitdiff
path: root/lisp/play/cookie1.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Mention read-regexp in doc of functions that use itGlenn Morris2014-02-131-0/+1
| | | | | | | | | * lisp/dired.el (dired-read-regexp): * lisp/faces.el (list-faces-display): * lisp/misearch.el (multi-isearch-read-matching-buffers) (multi-isearch-read-matching-files): * lisp/play/cookie1.el (cookie-apropos): * lisp/progmodes/grep.el (grep-read-regexp): Doc fixes.
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
|
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * lisp/play/cookie1.el (cookie-apropos): Minor simplification.Glenn Morris2013-06-211-21/+15
|
* Use cookie functions in yowGlenn Morris2013-06-211-3/+3
| | | | | | * play/cookie1.el (cookie-apropos): Add optional display argument. * obsolete/yow.el (apropos-zippy): Use cookie-apropos. (psychoanalyze-pinhead): Use cookie-doctor.
* cookie1.el small cleanupGlenn Morris2013-06-211-41/+128
| | | | | | | | | | | | | | | | | | | Make some funcs interactive, copy some functionality from yow.el. * lisp/play/cookie1.el (cookie): New custom group. (cookie-file): New option. (cookie-check-file): New function. (cookie): Make it interactive. Make start and end messages optional. Interactively, display the result. Default to cookie-file. (cookie-insert): Default to cookie-file. (cookie-snarf): Make start and end messages optional. Default to cookie-file. Use with-temp-buffer. (cookie-read): Rename from read-cookie. Make start and end messages optional. Default to cookie-file. (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes. (cookie-apropos, cookie-doctor): New functions, copied from yow.el * lisp/obsolete/yow.el (read-zippyism): Use new name for read-cookie.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Better seed support for (random).Paul Eggert2012-08-311-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/numbers.texi (Random Numbers): Document new behavior of the calls (random) and (random STRING). * etc/NEWS: Document new behavior of (random), (random "string"). * lisp/play/5x5.el, lisp/play/animate.el, lisp/play/cookie1.el: * lisp/play/dissociate.el, lisp/play/doctor.el, lisp/play/dunnet.el: * lisp/play/gomoku.el, lisp/play/landmark.el, lisp/play/mpuz.el: * lisp/play/tetris.el, lisp/play/zone.el: * lisp/calc/calc-comb.el (math-init-random-base): * lisp/play/blackbox.el (bb-init-board): * lisp/play/life.el (life): * lisp/server.el (server-use-tcp): * lisp/type-break.el (type-break): Remove unnecessary call to (random t). * lisp/net/sasl.el (sasl-unique-id-function): Change (random t) to (random), now that the latter is more random. * lisp/play/life.el (life-initialized): Remove no-longer-needed var. * lisp/gnus/gnus-sync.el (gnus-sync-lesync-setup): * lisp/gnus/message.el (message-canlock-generate, message-unique-id): Change (random t) to (random), now that the latter is more random. * lisp/org/org-id.el (org-id-uuid): Change (random t) to (random), now that the latter is more random. * src/emacs.c (main): Call init_random. * src/fns.c (Frandom): Set the seed from a string argument, if given. Remove long-obsolete Gentzel cruft. * src/lisp.h, src/sysdep.c (seed_random): Now takes address and size, not long. (init_random): New function.
* * cookie1.el (cookie-snarf): Explicit error if input file cannot be read.Glenn Morris2012-04-161-0/+2
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Spelling fixes.Paul Eggert2011-12-301-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).Łukasz Stelmach2010-08-261-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Remove obsolete TO DO comment. (It was implemented on 1993-03-27.)Magnus Henoch2008-06-011-3/+0
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
|
* Update copyright years.Glenn Morris2006-12-091-1/+1
|
* lisp/play/cookie1.el (cookie): Work properly when there's only one entryMiles Bader2006-06-211-2/+2
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-323
* Update copyright notices of all files in the lisp/play directory.Romain Francoise2006-02-051-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (cookie, cookie-insert, shuffle-vector): Doc fixes.Pavel Janík2001-11-291-5/+7
|
* Add `extensions' to keywords, since it's internal.Dave Love2000-08-161-1/+1
|
* Add explanation of how to make cookie.elGerd Moellmann2000-07-271-0/+4
| | | | compatible with strfile(1) to comment.
* (cookie-snarf): Use match-beginning on the delimiter.Richard M. Stallman1998-02-121-2/+2
| | | | (cookie-delimiter): Handle single-% delimiter.
* (cookie-snarf): Pass proper format string to message.Karl Heuer1996-01-251-2/+2
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (read-cookie): New function.Roland McGrath1993-09-171-3/+23
|
* (pick-random): Remove.Paul Eggert1993-08-011-7/+2
| | | | All callers changed to use `random' instead.
* (cookie, cookie-insert, cookie-snarf, shuffle-vector): Autoload these.Roland McGrath1993-07-181-0/+4
|
* (cookie-cache): New defvar.Roland McGrath1993-07-141-17/+28
| | | | | (cookie-snarf): Cache cookies in `cookie-cache', not in obarray (idiot). Also store the modtime and punt the cache when it changes.
* Comment change.Richard M. Stallman1993-06-021-1/+1
|
* Provide cookie1.Richard M. Stallman1993-06-011-1/+1
|
* Renamed to cookie1.el.Richard M. Stallman1993-06-011-1/+1
|
* (cookie) Enhanced it to handle both LINS files and UNIX fortune files.Eric S. Raymond1993-03-271-11/+16
|
* Add TO-DO list.Eric S. Raymond1993-03-221-0/+3
|
* Initial revisionEric S. Raymond1993-03-221-0/+126