From: Richard M. Stallman Date: Fri, 25 Aug 2006 07:51:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e04a8fc9f8cdab42552c658713e12e2ebc74bc2;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 50c945e3b11..ca648380cc4 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-08-25 Richard Stallman + + * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. + Add xref. + 2006-08-24 Chong Yidong * os.texi (Timers): Avoid waiting inside timers. diff --git a/src/ChangeLog b/src/ChangeLog index cc87d69e070..b585c06c1c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-08-25 Richard Stallman + + * fns.c (sxhash_string): Rotate properly; don't lose bits. + 2006-08-24 Francesc Rocher * xdisp.c (overline_margin): New variable.