diff src/ChangeLog @ 5733:c30fdcab7bc8

Added optional argument ID-FORMAT to file-attributes for GNU compatibility. src/ChangeLog: 2013-04-19 Mats Lidell <matsl@xemacs.org> * sysdep.c (qxe_getgrgid): Encapsulation of getgrgid. * syspwd.h: Ditto. * dired.c (Ffile_attributes): Added optional ID-FORMAT for compatibility with GNU.
author Mats Lidell <mats.lidell@cag.se>
date Sat, 20 Apr 2013 00:04:58 +0200
parents 02d0124c6314
children ff13c44ce0d9
line wrap: on
line diff
--- a/src/ChangeLog	Thu Mar 28 08:33:57 2013 -0600
+++ b/src/ChangeLog	Sat Apr 20 00:04:58 2013 +0200
@@ -1,3 +1,11 @@
+2013-04-19  Mats Lidell  <matsl@xemacs.org>
+
+	* sysdep.c (qxe_getgrgid): Encapsulation of getgrgid.
+	* syspwd.h: Ditto.
+
+	* dired.c (Ffile_attributes): Added optional ID-FORMAT for
+	compatibility with GNU.
+	
 2013-03-28  Jerry James  <james@xemacs.org>
 
 	* config.h.in: AC_FUNC_FSEEKO is the name of the autoconf macro.