summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/ChangeLog
diff options
context:
space:
mode:
authorJérôme Laurens <jerome.laurens@u-bourgogne.fr>2010-05-13 06:59:02 +0000
committerJérôme Laurens <jerome.laurens@u-bourgogne.fr>2010-05-13 06:59:02 +0000
commit44f26a3f760f07988625cb3200168e417f8eadaf (patch)
tree596be28913d1e93514d1b8a5945d8f69f0787594 /Build/source/texk/web2c/synctexdir/ChangeLog
parent57bc1d45c213e7bc568a983bf780917fc11b5104 (diff)
Code design change only: C macros added/modified in synctex.c to take luatex into account.
git-svn-id: svn://tug.org/texlive/trunk@18224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/synctexdir/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog
index 74772ed8b85..164d289dab4 100644
--- a/Build/source/texk/web2c/synctexdir/ChangeLog
+++ b/Build/source/texk/web2c/synctexdir/ChangeLog
@@ -1,3 +1,13 @@
+2010-05-13 Jerome Laurens <jerome.laurens@u-bourgogne.fr>
+
+ * synctex.c, change in code design.
+ The macro layer is enhanced to take luatex into account.
+ Luatex can now safely use this file instead of luatexdir/utils/synctex.c,
+ provided luatexdir/utils/synctex-luatex.h is updated accordingly.
+ No change for pdftex not xetex.
+
+ * synctex.c, typos fixed, some wrong "size_t" causing false warnings replaced by "int".
+
2010-04-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* synctex_main.c, synctex_parser_local.h: #include "c-auto.h"