Fixed change log update for maruel's change.

This commit is contained in:
crs23 2007-09-06 05:02:04 +00:00
parent 709261e2bf
commit 617b93b984
1 changed files with 62 additions and 4 deletions

View File

@ -1,12 +1,70 @@
2007/07/01 crs
*.vcproj
*.vsprops
synergy.sln
2007/08/22 22:33:43 crs
all.dsp
ChangeLog
cmd/exec.dsp
cmd/launcher/launcher.dsp
cmd/launcher/launcher.rc
cmd/launcher/Makefile.am
cmd/launcher/nmake.mak
cmd/synergyc/Makefile.am
cmd/synergyc/nmake.mak
cmd/synergyc/synergyc.cpp
cmd/synergyc/synergyc.dsp
cmd/synergyc/synergyc.rc
cmd/synergys/Makefile.am
cmd/synergys/nmake.mak
cmd/synergys/synergys.cpp
cmd/synergys/synergys.dsp
cmd/synergys/synergys.rc
COPYING
dist/nullsoft/installer.dsp
dist/nullsoft/installer.mak
dist/nullsoft/Makefile.am
dist/nullsoft/nmake.mak
dist/nullsoft/synergy.nsi
doc/authors.html
lib/arch/arch.dsp
lib/arch/CArchDaemonNone.cpp
lib/arch/Makefile.am
lib/arch/nmake.mak
lib/base/base.dsp
lib/base/Makefile.am
lib/base/nmake.mak
lib/client/client.dsp
lib/client/Makefile.am
lib/client/nmake.mak
lib/common/common.dsp
lib/common/Makefile.am
lib/common/nmake.mak
lib/io/io.dsp
lib/io/Makefile.am
lib/io/nmake.mak
lib/mt/Makefile.am
lib/mt/mt.dsp
lib/mt/nmake.mak
lib/net/CSocketMultiplexer.cpp
lib/net/CTCPSocket.cpp
lib/net/Makefile.am
lib/net/net.dsp
lib/net/nmake.mak
lib/platform/CMSWindowsScreen.cpp
lib/platform/CSynergyHook.cpp
lib/platform/Makefile.am
lib/platform/makehook.dsp
lib/platform/nmake.mak
lib/platform/platform.dsp
lib/platform/synrgyhk.dsp
lib/server/Makefile.am
lib/server/nmake.mak
lib/server/server.dsp
lib/synergy/libsynergy.dsp
lib/synergy/Makefile.am
lib/synergy/nmake.mak
Makefile.am
nmake.mak
synergy.dsw
synergy.xcode/project.pbxproj
win32util/autodep.cpp
Applied patch by maruel:
- Fixed taking the address of begin() on an empty std::vector.