Mercurial > emacs
changeset 72513:55eefd4df7a5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Aug 2006 07:51:57 +0000 |
parents | ab8fd2fba72d |
children | 328d2b5c74fb |
files | lispref/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Fri Aug 25 07:51:46 2006 +0000 +++ b/lispref/ChangeLog Fri Aug 25 07:51:57 2006 +0000 @@ -1,3 +1,8 @@ +2006-08-25 Richard Stallman <rms@gnu.org> + + * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. + Add xref. + 2006-08-24 Chong Yidong <cyd@stupidchicken.com> * os.texi (Timers): Avoid waiting inside timers.
--- a/src/ChangeLog Fri Aug 25 07:51:46 2006 +0000 +++ b/src/ChangeLog Fri Aug 25 07:51:57 2006 +0000 @@ -1,3 +1,7 @@ +2006-08-25 Richard Stallman <rms@gnu.org> + + * fns.c (sxhash_string): Rotate properly; don't lose bits. + 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com> * xdisp.c (overline_margin): New variable.