Commit Graph

23 Commits

Author SHA1 Message Date
Lee Cantey
b20ea2c6c5 Remove references to documentation that was removed in 24418108a60e 2006-11-06 22:01:09 -08:00
Lee Cantey
9d4f5c9635 Default editor for Windows installer is now notepad. [Issue 256] 2006-10-17 11:01:10 -07:00
Lee Cantey
a913e9fd83 Update Windows and Mac installers to 0.9.1 release 2006-07-25 17:15:44 -07:00
Raphael Marmier
4d2b4ac19a Disable automatic line endings conversion on windows
The rationale behind this is that such conversion implies a particular
situation in which all files in the repo are terminated by only LF. This
is documented nowhere and it bit me sharply when I upgraded.

Furthermore, it works on the assumption that a file containing no NULL
characters are actually a text file. Therefore it cannot guarantee that
no binary file will be harmed in the process.

Currently, if a file already contains CRLF line endings when it is
copied to the working dir from the repo, then the version in the working
dir will be corrupted by an extra CR.

I'm working on a patch that will turn this into a warning. But as a side
effect, committing such a file back will strip it from its CR.

In all case, unrequested data modification can occur under the feet of
the user, which is bad(tm), ihmo.
2006-07-03 10:18:46 -07:00
Vadim Gelfer
0dd4907595 merge with crew. 2006-06-01 13:47:34 -07:00
Marco Barisione
7b55b5bf7d Automatically add the path of hg to %PATH% using add_path 2006-05-22 14:12:41 +02:00
Lee Cantey
a743462e0d Update configuration note with mercurial.ini change from Thomas 2006-05-18 11:48:03 -07:00
Lee Cantey
3070d57782 Add section for configuration notes with initial note about the default editor 2006-05-18 10:09:16 -07:00
Lee Cantey
b2b411d7f9 Update Windows release notes and install script for v0.9 2006-05-12 21:25:58 -07:00
Lee Cantey
019412ec07 Update release notes and copyright year for Windows installer. 2006-05-05 22:13:56 -07:00
Lee Cantey
bfac2dd926 update windows readme to document msys/mingw rxvt problems. 2006-04-19 10:56:44 -07:00
Lee Cantey
30c4e31573 Remove patchbomb from list of contrib files to install since it's now an extension.
Innosetup script was referencing old contrib location.
Also cosmetic change to group related files.
2006-03-06 21:03:46 -08:00
lcantey@gmail.com
207fed5cdc Update version strings and add release notes to Windows specific files 2006-02-03 11:29:39 +01:00
Bryan O'Sullivan
5ee2831c96 Add release notes to built Windows package. 2005-09-21 15:50:43 -07:00
Bryan O'Sullivan
5d9dc1482a Update Windows release notes. 2005-09-21 15:44:50 -07:00
Bryan O'Sullivan
323047d6a2 Fix path of win32text extension in INI file. 2005-09-21 15:27:00 -07:00
Bryan O'Sullivan
02278114b8 Update Inno Setup installer to install INI file. 2005-09-21 15:26:50 -07:00
Bryan O'Sullivan
373279ef36 Add INI file for Windows. 2005-09-21 14:40:52 -07:00
Bryan O'Sullivan
1a913acdc9 Document Windows installer build process. 2005-09-21 00:47:57 -07:00
Bryan O'Sullivan
697d1c7be5 Add Windows installer file.
This uses Inno Setup.  If you don't use ISTool to edit the file, you
are either brave, nuts, or both.
2005-09-21 00:47:40 -07:00
Bryan O'Sullivan
874602b7e2 Add post-install text file. 2005-09-21 00:27:52 -07:00
Bryan O'Sullivan
2be00bb59a Turn the win32 README into a HTML file for now. 2005-09-21 00:20:20 -07:00
Bryan O'Sullivan
06e1e75205 Add win32 README for standalone installer. 2005-09-21 00:02:53 -07:00