comparison 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
comparison
equal deleted inserted replaced
5732:02d0124c6314 5733:c30fdcab7bc8
1 2013-04-19 Mats Lidell <matsl@xemacs.org>
2
3 * sysdep.c (qxe_getgrgid): Encapsulation of getgrgid.
4 * syspwd.h: Ditto.
5
6 * dired.c (Ffile_attributes): Added optional ID-FORMAT for
7 compatibility with GNU.
8
1 2013-03-28 Jerry James <james@xemacs.org> 9 2013-03-28 Jerry James <james@xemacs.org>
2 10
3 * config.h.in: AC_FUNC_FSEEKO is the name of the autoconf macro. 11 * config.h.in: AC_FUNC_FSEEKO is the name of the autoconf macro.
4 HAVE_FSEEKO is the name of the C preprocessor symbol. Do not 12 HAVE_FSEEKO is the name of the C preprocessor symbol. Do not
5 confuse the two. 13 confuse the two.