From: Jean-Marc Lasgouttes Date: Tue, 28 Dec 1999 14:07:07 +0000 (+0000) Subject: fprgot to save ChangeLog... X-Git-Tag: 1.6.10~22451 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3dea2c51df4f3dd1ba088a333e8b184ce99bd25d;p=features.git fprgot to save ChangeLog... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@397 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 122c724526..331839a270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * src/buffer.C (Dispatch): remove an extraneous break statement. + * src/support/filetools.C (QuoteName): change to do simple + 'quoting'. More work is necessary. Also changed to do nothing + under emx (needs fix too). + (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG. + * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for config.h.in to the AC_DEFINE_UNQUOTED() call. (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv() @@ -11,10 +16,6 @@ * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION; remove definition of BZERO. - * src/support/filetools.C (QuoteName): change to do simple - 'quoting'. More work is necessary. Also changed to do nothing - under emx (needs fix too). - 1999-12-24 Lars Gullik Bjønnes * src/support/LRegex.C: include if HAVE_REGEX_H is