Is there something I can do or consider when working with Word files in source control/Subversion in order to minimize the size of the changes in the repository?
Background
For a project we have a Word document with our functional specifications with screen shots from a prototype in source control (Subversion). The Word file itself is about 2.5 MB.
Recently I changed the titles of around ten sections and updated the table of contents. Then I checked this into Subversion (svn) - only the described changes.
After check-in, I checked the size of the diff file in the svn-repository, and was surprised to see it was slightly larger than 1 MB. I had hoped it would be 'small', say smaller than 100 kB.
Edit: Currently the file is in Word 2003 format (doc), but I use Word 2007, so I could change to Word 2007 format (docx) if that would decrease the size of the repository deltas?