X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FChangeLog;h=b6dd5c5dd8424c2ba28936a7841c0533c93e5609;hb=ea2982a143e3a2d9187709b7bda1513636b069b4;hp=61b0b146da412e98295184defd4a806877f729d8;hpb=7b65e175393f6b636d6c53beed4ef693c018a1d6;p=lyx.git diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 61b0b146da..b6dd5c5dd8 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -4,6 +4,7 @@ the stored file name as it breaks Window's version of stat(). (isLink): protect the code with #ifdef S_ISLNK. (dostat): protect the code with #ifdef HAVE_LSTAT. + (typeIndicator): remove code testing the file's executable status. * filetools.C (LyXReadLink): protect the code with #ifdef HAVE_READLINK.