1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
emacs/lisp/org
Paul Eggert 0e23ef9dde Better seed support for (random).
* 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.
2012-08-31 18:04:26 -07:00
..
ChangeLog Better seed support for (random). 2012-08-31 18:04:26 -07:00
ob-asymptote.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
ob-awk.el Fix trailing whitespaces in Org files. 2012-01-04 16:20:49 +01:00
ob-C.el Sync with Org 7.8.09 (bugfix release) 2012-04-11 12:59:50 +02:00
ob-calc.el Copyright, license, and header fixes for Org. 2012-01-05 00:00:08 -08:00
ob-clojure.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
ob-comint.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-css.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-ditaa.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
ob-dot.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-emacs-lisp.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
ob-eval.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-exp.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
ob-fortran.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
ob-gnuplot.el Fix trailing whitespaces in Org files. 2012-01-04 16:20:49 +01:00
ob-haskell.el Fix trailing whitespaces in Org files. 2012-01-04 16:20:49 +01:00
ob-java.el Fix even more copyright year for Org files. 2012-01-04 16:13:14 +01:00
ob-js.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
ob-keys.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-latex.el Spelling fixes. 2012-01-09 22:20:22 -08:00
ob-ledger.el Spelling fixes. 2012-01-09 22:20:22 -08:00
ob-lilypond.el Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ob-lisp.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
ob-lob.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
ob-matlab.el Fix more copyright year for Org files. 2012-01-04 15:49:41 +01:00
ob-maxima.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
ob-mscgen.el Fix more copyright year for Org files. 2012-01-04 15:49:41 +01:00
ob-ocaml.el Fix trailing whitespaces in Org files. 2012-01-04 16:20:49 +01:00
ob-octave.el Fix more copyright year for Org files. 2012-01-04 15:49:41 +01:00
ob-org.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-perl.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
ob-picolisp.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
ob-plantuml.el Merge Org 7.8.11 -- important bug fixes. 2012-05-25 09:39:32 +02:00
ob-python.el Sync with Org git commit 374c56b. 2012-04-26 19:30:04 +02:00
ob-R.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
ob-ref.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
ob-ruby.el Copyright, license, and header fixes for Org. 2012-01-05 00:00:08 -08:00
ob-sass.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-scheme.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
ob-screen.el Copyright, license, and header fixes for Org. 2012-01-05 00:00:08 -08:00
ob-sh.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
ob-shen.el Copyright, license, and header fixes for Org. 2012-01-05 00:00:08 -08:00
ob-sql.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
ob-sqlite.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
ob-table.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
ob-tangle.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
ob.el Merge Org 7.8.11 -- important bug fixes. 2012-05-25 09:39:32 +02:00
org-agenda.el Spelling fixes. 2012-05-28 23:16:49 -07:00
org-archive.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-ascii.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
org-attach.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-bbdb.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
org-beamer.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-bibtex.el Merge Org 7.8.10 -- important bug fixes since Org 7.8.09. 2012-05-16 19:33:50 +02:00
org-capture.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-clock.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
org-colview.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
org-compat.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
org-crypt.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
org-ctags.el Fix org-ctags.el change from trunk 2012-04-09T13:05:48Z!cyd@gnu.org 2012-04-26 23:21:10 -07:00
org-datetree.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
org-docbook.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-docview.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-entities.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-eshell.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
org-exp-blocks.el Merge Org 7.8.11 -- important bug fixes. 2012-05-25 09:39:32 +02:00
org-exp.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-faces.el Sync with Org git commit 374c56b. 2012-04-26 19:30:04 +02:00
org-feed.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-footnote.el Sync with Org git commit 374c56b. 2012-04-26 19:30:04 +02:00
org-freemind.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-gnus.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-habit.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-html.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-icalendar.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-id.el Better seed support for (random). 2012-08-31 18:04:26 -07:00
org-indent.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
org-info.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-inlinetask.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-install.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
org-irc.el Fix trailing whitespaces in Org files. 2012-01-04 16:20:49 +01:00
org-jsinfo.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-latex.el Update to Org version 7.8.07 (commit da0e6f in Org's repo) 2012-04-01 11:49:25 +02:00
org-list.el Merge Org 7.8.10 -- important bug fixes since Org 7.8.09. 2012-05-16 19:33:50 +02:00
org-lparse.el Merge Org 7.8.11 -- important bug fixes. 2012-05-25 09:39:32 +02:00
org-mac-message.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
org-macs.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-mew.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-mhe.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-mks.el Fix trailing whitespaces in Org files. 2012-01-04 16:20:49 +01:00
org-mobile.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-mouse.el Sync with Org git commit 374c56b. 2012-04-26 19:30:04 +02:00
org-odt.el Fix major bug in the Org>ODT exporter. 2012-05-25 23:09:08 +02:00
org-pcomplete.el Sync with Org 7.8.09 (bugfix release) 2012-04-11 12:59:50 +02:00
org-plot.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-protocol.el Merge Org 7.8.10 -- important bug fixes since Org 7.8.09. 2012-05-16 19:33:50 +02:00
org-publish.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-remember.el Spelling fixes. 2012-05-28 23:16:49 -07:00
org-rmail.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-special-blocks.el Sync with Org 7.8.09 (bugfix release) 2012-04-11 12:59:50 +02:00
org-src.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-table.el Merge Org 7.8.10 -- important bug fixes since Org 7.8.09. 2012-05-16 19:33:50 +02:00
org-taskjuggler.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-timer.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-vm.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-w3m.el Fix copyright year for Org files. 2012-01-04 15:14:29 +01:00
org-wl.el Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
org-xoxo.el Fix copyright and authors lines in Org 2012-04-01 22:27:06 +02:00
org.el Spelling fixes. 2012-05-28 23:16:49 -07:00