changeset 102633:eda48a2d4855

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 18 Mar 2009 20:38:41 +0000
parents 1287a731cd99
children 15f6907f88e7
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <eliz@gnu.org>
+
+	* 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  <mituharu@math.s.chiba-u.ac.jp>
 
 	* xmenu.c (xdialog_show): Move Fredisplay call ...