summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/ChangeLog
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-03-22 01:30:27 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-03-22 01:30:27 +0000
commitd0285733baffb1e92054ef74556c9e79a25be0fe (patch)
treecf3ddd12f5e51590e7abb8c21654f7b4ce92e4f9 /Build/source/texk/web2c/synctexdir/ChangeLog
parent8e7bc120761bfc8920f8868f8e451118ea5f47a8 (diff)
Support multi-byte characters in SyncTeX applications (from N. Abe) (win32 only).
git-svn-id: svn://tug.org/texlive/trunk@36584 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/synctexdir/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog
index bd74e66505f..1e195f355e5 100644
--- a/Build/source/texk/web2c/synctexdir/ChangeLog
+++ b/Build/source/texk/web2c/synctexdir/ChangeLog
@@ -1,3 +1,11 @@
+2015-03-22 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * synctex_parser_utils.c: Use WIN32API PathFindFileName() and
+ PathFindExtension() for last_component and last_extension, respectively,
+ in _synctex_strip_last_path_extension(), in order to support multi-byte
+ characters in SyncTeX applications (win32 only).
+ From Noriyuki Abe (2015-03-22).
+
2015-03-19 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* synctex.c: Avoid minor memory leaks (win32 only).