# HG changeset patch # User Eli Zaretskii # Date 1237408721 0 # Node ID eda48a2d48559233a2afb573b22eec258921171a # Parent 1287a731cd9911e1ee706f6a2d771e9b609e3ab5 *** empty log message *** diff -r 1287a731cd99 -r eda48a2d4855 src/ChangeLog --- a/src/ChangeLog Wed Mar 18 20:37:34 2009 +0000 +++ b/src/ChangeLog Wed Mar 18 20:38:41 2009 +0000 @@ -1,3 +1,11 @@ +2009-03-18 Eli Zaretskii + + * dired.c (Ffile_attributes): Make sure UID and GID are always + positive, even if the value is too large for a positive EMACS_INT. + Doc fix. + + * editfns.c (Fuser_login_name): Support float arguments. Doc fix. + 2009-03-18 YAMAMOTO Mitsuharu * xmenu.c (xdialog_show): Move Fredisplay call ...