]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
Consistent use of preprocessor guards;
[lyx.git] / src / support / ChangeLog
index e7f800ddf8028341ea0de6b3a70a53eb8c684ae5..5947a4b69540608862aa210cc53e4e645f0e88cb 100644 (file)
@@ -1,3 +1,38 @@
+2005-04-25  Angus Leeming  <leeming@lyx.org>
+
+       * abort.C:
+       * atexit.c:
+       * forkedcall.[Ch]:
+       * forkedcontr.[Ch]:
+       * fs_extras.[Ch]:
+       * gzstream.[Ch]:
+       * kill.C:
+       * lyxsum.C:
+       * os2_defines.h:
+       * pch.h:
+       * tempname.C:
+       * userinfo.C:
+       include <config.h> in .C files, not .h ones.
+       add licence blurb.
+       protect headers inside preprocessor guards.
+
+2005-04-25  Angus Leeming  <leeming@lyx.org>
+
+       * globbing.[Ch]: removed to frontends/xforms.
+
+       * Makefile.am: associated change.
+
+2005-04-24  Angus Leeming  <leeming@lyx.org>
+
+       * userinfo.C (user_name): add Windows-specific code.
+
+2005-04-22  Angus Leeming  <leeming@lyx.org>
+
+       * package.C.in (get_binary_path): on prompting from Rob Bearman,
+       ensure that the name of the executable, as input at the command
+       line has a ".exe" suffix so that various file interogations
+       work on Windows.
+
 2005-04-22  Angus Leeming  <leeming@lyx.org>
 
        * forkedcontr.h: