# HG changeset patch # User Eli Zaretskii # Date 1237571978 0 # Node ID d1ec6937e20bfec185c366343b2558e6b10fa97a # Parent aa16e7d76321190c0fc9d501a8240089576ad9fb *** empty log message *** diff -r aa16e7d76321 -r d1ec6937e20b src/ChangeLog --- a/src/ChangeLog Fri Mar 20 17:58:44 2009 +0000 +++ b/src/ChangeLog Fri Mar 20 17:59:38 2009 +0000 @@ -1,3 +1,11 @@ +2009-03-20 Eli Zaretskii + + * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is + negative, produce a float value. + + * dired.c (make_uid, make_gid): New functions. + (Ffile_attributes): Use them to avoid negative UID and GID. + 2009-03-20 Juanma Barranquero * keyboard.c (Fcurrent_idle_time): Reflow docstring.