summaryrefslogtreecommitdiff
path: root/Build/logs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-28 07:18:41 +0000
committerKarl Berry <karl@freefriends.org>2008-05-28 07:18:41 +0000
commit39adeddb2f839193479bcbe48cb8b79f9de85601 (patch)
treef777d61fc040caad89e38a5c6bb80d2e7b2ae1e6 /Build/logs
parentdcc00a50e2f1d8c1b234d4b49473b4cb055f2870 (diff)
regenerated by /home/texlive/karl/Build/tools/svnchangelog
git-svn-id: svn://tug.org/texlive/trunk@8377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/logs')
-rw-r--r--Build/logs/svnlog180
1 files changed, 180 insertions, 0 deletions
diff --git a/Build/logs/svnlog b/Build/logs/svnlog
index b3a73de30d9..bf9cf40a9d0 100644
--- a/Build/logs/svnlog
+++ b/Build/logs/svnlog
@@ -1,4 +1,184 @@
------------------------------------------------------------------------
+r8376 | karl | 2008-05-28 09:08:01 +0200 (Wed, 28 May 2008) | 1 line
+
+autoupdate
+
+Changed paths:
+ M /trunk/Master/tlpkg/texlive.tlpdb
+------------------------------------------------------------------------
+r8375 | karl | 2008-05-28 09:06:01 +0200 (Wed, 28 May 2008) | 1 line
+
+autoupdate
+
+Changed paths:
+ M /trunk/Master/texmf-dist/ls-R
+------------------------------------------------------------------------
+r8374 | vvv | 2008-05-28 04:02:06 +0200 (Wed, 28 May 2008) | 2 lines
+
+sync the pdfthumb.texlua file, after fixing the broken property in the Master tree
+
+
+Changed paths:
+ M /trunk/Build/source/texk/texlive/linked_scripts/pdfthumb.texlua
+------------------------------------------------------------------------
+r8373 | vvv | 2008-05-28 04:00:59 +0200 (Wed, 28 May 2008) | 5 lines
+
+fix broken property:
+
+svn propdel 'svn:keywords "Date Author Id"' Master/texmf-dist/scripts/ppower4/pdfthumb.texlua
+svn propset svn:keywords "Date Author Id" Master/texmf-dist/scripts/ppower4/pdfthumb.texlua
+
+
+Changed paths:
+ M /trunk/Master/texmf-dist/scripts/ppower4/pdfthumb.texlua
+------------------------------------------------------------------------
+r8372 | vvv | 2008-05-28 03:58:26 +0200 (Wed, 28 May 2008) | 3 lines
+
+removed svn:keywords from files in linked_scripts, to allow them be the same as copies in Master tree,
+which will be used to verify that the files in linked_scripts are kept in sync with the Master tree
+
+
+Changed paths:
+ M /trunk/Build/source/texk/texlive/linked_scripts/pdfthumb.texlua
+ M /trunk/Build/source/texk/texlive/linked_scripts/ppower4.texlua
+ M /trunk/Build/source/texk/texlive/linked_scripts/texdoc.tlu
+ M /trunk/Build/source/texk/texlive/linked_scripts/thumbpdf.pl
+------------------------------------------------------------------------
+r8371 | vvv | 2008-05-28 03:48:29 +0200 (Wed, 28 May 2008) | 14 lines
+
+per conversation with Karl:
+
+remove variables: LINKED_SYS_SCRIPTS, LINKSUFFIX
+remove rule: install-linked-sys-scripts
+
+these were not used, because there is
+
+ rm -f $(scriptdir)/getnonfreefonts-sys
+ ln -s getnonfreefonts $(scriptdir)/getnonfreefonts-sys
+
+in install-exec rule which was overriding the effort for linked
+sys scripts. since there's only one such script anyway, this
+gets rid of unused variables and ruled and simplifies the makefile.
+
+
+Changed paths:
+ M /trunk/Build/source/texk/texlive/Makefile.in
+------------------------------------------------------------------------
+r8370 | jonathan | 2008-05-28 01:43:50 +0200 (Wed, 28 May 2008) | 1 line
+
+more default options for configure
+
+Changed paths:
+ M /trunk/Build/source/Build
+------------------------------------------------------------------------
+r8369 | jonathan | 2008-05-28 01:24:12 +0200 (Wed, 28 May 2008) | 1 line
+
+synctex: don't print error message for missing file, just return NULL
+
+Changed paths:
+ M /trunk/Build/source/texk/web2c/synctex/synctex_parser.c
+------------------------------------------------------------------------
+r8368 | karl | 2008-05-28 00:29:49 +0200 (Wed, 28 May 2008) | 1 line
+
+pdfjam, config.guess, respectively
+
+Changed paths:
+ M /trunk/Master/tlpkg/doc/packages.txt
+ M /trunk/TODO
+------------------------------------------------------------------------
+r8367 | jonathan | 2008-05-28 00:24:14 +0200 (Wed, 28 May 2008) | 1 line
+
+don't look for fontconfig on Mac OS X
+
+Changed paths:
+ M /trunk/Build/source/texk/xdvipdfmx/configure.in
+------------------------------------------------------------------------
+r8366 | staw | 2008-05-27 19:17:43 +0200 (Tue, 27 May 2008) | 1 line
+
+xetex updates for win32
+
+Changed paths:
+ M /trunk/Master/bin/win32/fc-cache.exe
+ M /trunk/Master/bin/win32/fc-cat.exe
+ M /trunk/Master/bin/win32/fc-list.exe
+ M /trunk/Master/bin/win32/fc-match.exe
+ M /trunk/Master/bin/win32/kpathsea35671.dll
+ M /trunk/Master/bin/win32/xdvipdfmx.exe
+ M /trunk/Master/bin/win32/xetex.dll
+------------------------------------------------------------------------
+r8365 | jonathan | 2008-05-27 18:37:05 +0200 (Tue, 27 May 2008) | 1 line
+
+use HUGE_VAL as INFINITY is not always defined
+
+Changed paths:
+ M /trunk/Build/source/texk/web2c/synctex/synctex_parser.c
+------------------------------------------------------------------------
+r8364 | jonathan | 2008-05-27 17:39:03 +0200 (Tue, 27 May 2008) | 1 line
+
+add synctex command-line tool to the build
+
+Changed paths:
+ M /trunk/Build/source/texk/web2c/Makefile.in
+ M /trunk/Build/source/texk/web2c/synctex/synctex_main.c
+------------------------------------------------------------------------
+r8363 | jonathan | 2008-05-27 17:14:09 +0200 (Tue, 27 May 2008) | 1 line
+
+synctex update; now enabled in pdftex as well as xetex
+
+Changed paths:
+ M /trunk/Build/source/texk/web2c/lib/texmfmp.c
+ M /trunk/Build/source/texk/web2c/pdftexdir/pdftex.mk
+ M /trunk/Build/source/texk/web2c/synctex/man5/synctex.5
+ A /trunk/Build/source/texk/web2c/synctex/synctex-common.h
+ M /trunk/Build/source/texk/web2c/synctex/synctex-e-mem.ch0
+ M /trunk/Build/source/texk/web2c/synctex/synctex-e-rec.ch0
+ M /trunk/Build/source/texk/web2c/synctex/synctex-mem.ch0
+ M /trunk/Build/source/texk/web2c/synctex/synctex-mem.ch1
+ M /trunk/Build/source/texk/web2c/synctex/synctex-mem.ch2
+ M /trunk/Build/source/texk/web2c/synctex/synctex-pdf-rec.ch2
+ M /trunk/Build/source/texk/web2c/synctex/synctex-rec.ch0
+ M /trunk/Build/source/texk/web2c/synctex/synctex-rec.ch1
+ A /trunk/Build/source/texk/web2c/synctex/synctex-xe-rec.ch3
+ M /trunk/Build/source/texk/web2c/synctex/synctex.c
+ M /trunk/Build/source/texk/web2c/synctex/synctex.h
+ M /trunk/Build/source/texk/web2c/synctex/synctex.mk
+ M /trunk/Build/source/texk/web2c/synctex/synctex_main.c
+ M /trunk/Build/source/texk/web2c/synctex/synctex_parser.c
+ M /trunk/Build/source/texk/web2c/web2c/convert
+ D /trunk/Build/source/texk/web2c/xetexdir/sync-xetex.ch
+ M /trunk/Build/source/texk/web2c/xetexdir/xetex.ch
+ M /trunk/Build/source/texk/web2c/xetexdir/xetex.defines
+ M /trunk/Build/source/texk/web2c/xetexdir/xetex.mk
+------------------------------------------------------------------------
+r8362 | mpg | 2008-05-27 14:46:13 +0200 (Tue, 27 May 2008) | 2 lines
+
+restoring xetex.def
+
+
+Changed paths:
+ A /trunk/Master/texmf-dist/tex/xelatex/graphics/xetex.def (from /trunk/Master/texmf-dist/tex/xelatex/graphics/xetex.def:7975)
+------------------------------------------------------------------------
+r8361 | peter | 2008-05-27 11:41:15 +0200 (Tue, 27 May 2008) | 1 line
+
+record TL specific changes in ChangeLog.TL
+
+Changed paths:
+ M /trunk/Build/source/texk/dvipdfm/ChangeLog
+ A /trunk/Build/source/texk/dvipdfm/ChangeLog.TL
+ A /trunk/Build/source/texk/dvipdfmx/ChangeLog.TL
+ M /trunk/Build/source/texk/xdvik/CHANGES
+ A /trunk/Build/source/texk/xdvik/ChangeLog.TL
+ M /trunk/Build/source/texk/xdvipdfmx/ChangeLog
+ A /trunk/Build/source/texk/xdvipdfmx/ChangeLog.TL
+------------------------------------------------------------------------
+r8360 | karl | 2008-05-27 09:14:49 +0200 (Tue, 27 May 2008) | 1 line
+
+regenerated by /home/texlive/karl/Build/tools/svnchangelog
+
+Changed paths:
+ M /trunk/Build/logs/svnlog
+------------------------------------------------------------------------
+------------------------------------------------------------------------
r8359 | karl | 2008-05-27 09:07:59 +0200 (Tue, 27 May 2008) | 1 line
autoupdate